Posts by Ale Chaito • 25 points
3 posts
-
0
votes1
answer147
viewsQ: How to divide 2 numbers represented by a circular list into C?
Hi, I’m writing algorithms for large numbers. I implemented the operations of sum, division and subtraction but for divide I have no idea just an algorithm to use with binary base. It is not an…
casked Ale Chaito 25 -
1
votes1
answer162
viewsQ: Run Process in Window with PHP
I am using S.Linux Ubuntu and running my website on an Apache server. Through PHP I am trying to run an executable that is in a specific directory, but I want this process to run in the background…
-
1
votes1
answer112
viewsQ: Restricting Access to php Page with Port
I am doing a login environment and I would like this page to only answer an access port previously configured as "8080". I am using an apache server and it will be installed by me on the Linux…