In most circumstances for (key, val) in data won't work, as the default dictionary iterable only contains the keys. You want for key, val in data.items():
Some of the stuff in there is pretty spectacular, like this qt-brainfuck: https://github.com/sea-kg/seakgChrysocyonParser/compare/0988...
Nine times out of ten I'd say you could probably just install from the AUR. If not I doubt you could do so programatically, because the names might not be the same.
I can see the ship for a second, then it explodes and disappears. Firefox 12, Linux, Intel Mesa drivers
It seems odd that it only returns a province/state when just the area code provides more information than that. Example: any (647) or (416) area code will always be from Toronto, but numbers for both just return ONTARIO.
I have 5+ years experience with Erlang, a language I know literally not a single line of. It's from a repo (that I forked) that is half/half Erlang, Python.
/dev/random will block while waiting to collect entropy from the system. /dev/urandom will be satisfied with pseudorandom numbers. That's fine for many applications (e.g. a file filled with garbage) but not acceptable…
The kernel is literally a day older than I am, and I use it every day. I wish I'd accomplished nearly as much as it had.
Programming is fun! Why else would I be here?
In most circumstances for (key, val) in data won't work, as the default dictionary iterable only contains the keys. You want for key, val in data.items():
Some of the stuff in there is pretty spectacular, like this qt-brainfuck: https://github.com/sea-kg/seakgChrysocyonParser/compare/0988...
Nine times out of ten I'd say you could probably just install from the AUR. If not I doubt you could do so programatically, because the names might not be the same.
I can see the ship for a second, then it explodes and disappears. Firefox 12, Linux, Intel Mesa drivers
It seems odd that it only returns a province/state when just the area code provides more information than that. Example: any (647) or (416) area code will always be from Toronto, but numbers for both just return ONTARIO.
I have 5+ years experience with Erlang, a language I know literally not a single line of. It's from a repo (that I forked) that is half/half Erlang, Python.
/dev/random will block while waiting to collect entropy from the system. /dev/urandom will be satisfied with pseudorandom numbers. That's fine for many applications (e.g. a file filled with garbage) but not acceptable…
The kernel is literally a day older than I am, and I use it every day. I wish I'd accomplished nearly as much as it had.
Programming is fun! Why else would I be here?