Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
mistabrando's comments
login
mistabrando
on Sept 7, 2013
|
parent
|
context
|
next
[–]
| on:
Ask HN: What is your favourite algorithm?
Sleepsort of course
#!/bin/bash
function f() {
sleep "$1" echo "$1"
}
while [ -n "$1" ]
do
f "$1" & shift
done
wait
mistabrando
on May 2, 2013
|
parent
|
context
|
prev
|
next
[–]
| on:
A Way to Share BitTorrent Syncs
Once BitTorrent Sync releases their web API, I'll see what I can do
mistabrando
on May 2, 2013
|
parent
|
context
|
prev
[–]
| on:
A Way to Share BitTorrent Syncs
If anybody has suggestions for site please contact me!
tobeportable
on May 2, 2013
|
parent
|
next
[–]
All tags list and count of keys per tag. Count of keys per share & info if R or RW. I think RW don't belong here...
juskrey
on May 2, 2013
|
parent
|
prev
|
next
[–]
Some edit or delete link for submitter to be returned upon creation. (Actually, did not notice if it was there)
hobs
on May 2, 2013
|
parent
|
prev
|
next
[–]
A thing would either be standardizing some keywords or showing some sort of tag cloud of popular ones.
boi_v2
on May 2, 2013
|
parent
|
prev
|
next
[–]
Remove google analitics and stop telling google club what people is sharing.
ronnier
on May 2, 2013
|
parent
|
prev
[–]
Why didn't I think of this? Seems so obvious after the fact.
hobs
on May 2, 2013
|
root
|
parent
[–]
Yeah I was thinking about doing it as soon as I heard about it, but I was lazy, and he beat us both to it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
#!/bin/bash
function f() {
}while [ -n "$1" ]
do
donewait