Posts by Paulo Abreu • 416 points
8 posts
-
0
votes2
answers162
viewsA: I can only solve dependencies by using'+' in Library versions
It is not recommended to use the "+", can cause errors, Android Studio warns about it in dependencies. To) How to proceed to avoid the '+'? Use all support libraries in the same version, I recommend…
-
4
votes1
answer5871
viewsQ: PHP execute sudo command with shell_exec()
I’m having the following problem, I’m on time trying to run a file sh with php using shell_exec for example: echo shell_exec("./example etc etc"); My problem is that it does not perform, is it a…
-
0
votes0
answers243
viewsQ: How to connect Socket with Websocket?
Maybe the title is a bit silly, but I’ll explain, I have a Server Socket that I did in VB and I also have a Client Socket made in Javascript for web, only problem is that for Client(Web) understand…
-
9
votes3
answers2808
viewsQ: How to block Adblock?
I’m setting up a site that works with ads and so I can’t allow a user to log in with Adblock, I tried using the www.antiblock.org script but it only works on one page, on another page where I work…
-
0
votes0
answers430
viewsQ: How can I implement Fragments on my Drawer menu
I’m trying to use the example of NavigationDrawer android Studio. I even managed to understand the code, I remake it in my project, but I can’t change the Fragments when some menu item is triggered,…
-
2
votes2
answers388
viewsA: Sending email via php does not work
Hello, you should pass another parameter, the "sender", in this fifth parameter should be placed some email from your company or domain for example: [email protected] as in the PHP…
-
3
votes1
answer143
viewsQ: Is it possible to set the mouse position with Javascript?
I need to create an extension for an application from a friend that runs on a Node.js server (if I’m not mistaken, or I don’t know much about it either), I want to know if there is a way to define…
javascriptasked Paulo Abreu 416 -
8
votes1
answer778
viewsQ: Does every processor use the same instruction set?
I was researching about machine language, but everything I found on the Internet is very little and only theoretical so I wanted to know if it is possible to create a simple program in machine…
assemblyasked Paulo Abreu 416