Posts by LaPingvino • 529 points
5 posts
-
3
votes3
answers2360
viewsA: Voice recognition in php
Assuming you already understand the enormous complexity of doing this in any language, better handle the things that make it possible or impossible in PHP. You can divide each program into two…
phpanswered LaPingvino 529 -
1
votes4
answers1768
viewsA: What is the difference between ; and & in a URL?
The ; is reserved and can be used by servers for a type of data separation, as in your example clearly happens, while the & is usually used for separation of GET parameters. The ; may however…
-
10
votes1
answer508
viewsQ: How does the secret of Bittorrent Sync work?
I’m looking for a completely Open Source alternative to Bittorrent Sync, and it seems we have almost every element there: Sparkleshare would do what they wanted to do, just missing the direct…
-
10
votes5
answers2566
viewsQ: Is it recommended to use Linq instead of SQL?
To avoid string abuse and avoid code injection problems can be a good practice using the Linq. I can also imagine, for example, that it’s slower. Who ever used the Linq to communicate with the…
-
5
votes3
answers227
viewsQ: Is there a dialect of LISP/Logo in Portuguese?
For children programming with English words can get in the way a little to understand well what everything is and does. I grew up with Superlogo in Dutch. There are things like this in English?…