Posts by Victor Oliveira de Lima • 62 points
7 posts
-
0
votes2
answers323
viewsA: How to isolate higher order bits and lower order bits in C/C++?
Very simple, I’ll give the example of 32-bit integer, but you can easily apply in a short int. First for you to catch the low order, just you do it: unsigned int numero = 350000; // Inteiro de 32…
-
1
votes0
answers56
viewsQ: How to organize an Express.js application
Given that express has no integrated "autoload" functionality, what would be the best structure or Boilerplate to follow in a large monolithic project? and how to raise it?
-
0
votes1
answer124
viewsA: Web Hosting
Yes there is, you host it as if you were hosting any other system/ website on the web, however, an addendum. If it is for testing purposes, you can stay at any of the hosting services. However, if…
-
1
votes1
answer177
viewsQ: Like "Zipar" files or directories in codeigniter
I’ve seen it in the documentation, but they speak very plainly, and the understanding is not good. So can anyone explain to me in a more practical way how I can zip files in codeigniter? thanks.…
-
2
votes2
answers1892
viewsQ: How do I use "include/require" in Codeigniter the right way?
I’m migrating from the PHP to the CodeIgniter, and would like to know, how to use the include or require right in my code?
-
0
votes2
answers4705
viewsA: Create profile page according to user
Do the following, you know the GET method? yes? perfect, what you will do is the following, you will create a page with the profile name.php, OK!. Soon after you will query this profile, example,…
-
-1
votes1
answer45
viewsQ: How to display wordpress posts on a home page
Well, I wanted to know what function I use to display all my blog articles in a theme I’m creating, I’ve reviewed the internet and found nothing. would be with a get_posts?