Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
downtowncanada
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Angular $http stripping $ prefixed fields from json post body
(stackoverflow.com)
2 points
by
downtowncanada
12y ago
|
1 comments
2.
▲
by
downtowncanada
13y ago
I thought about this once... one of the added benefits would be that stores and restaurants could automatically be multilingual you'd probably have to RFID the stock in a retail setting. I feel that restaurants are a better place to st
3.
▲
by
downtowncanada
13y ago
make a remote control with a mic with one button on it. the altekaker (your grandma) presses the button and asks her television to do things. the audio is matched against previous requests, or sent to a call centre with access to her comman
4.
▲
by
downtowncanada
13y ago
if(typeof i[p] === typeof 3){//it's an int sum += i[p]; }else if(typeof i[p] === typeof [3]){//it's an array recursion(i[p]); } pretty simple no?