Ever wonder how wifi devices talk to each other when they don’t know that you are listening?
Continue reading “Map And Track Wi-Fi Networks You’re Not Connected To”
Ever wonder how wifi devices talk to each other when they don’t know that you are listening?
Continue reading “Map And Track Wi-Fi Networks You’re Not Connected To”
With over 100 Git working copies, I wanted something to let me know what I had forgotten to commit or push. This is a basic approach.
The APIs are so powerful, finding the simple approach took time.
Here it is.
Finding Python’s package directories:
python -c 'import sys, pprint; pprint.pprint(sys.path)'
(via djangobook)
Zombie-like, 6.001 rises from the dead to threaten students again. Unlike a zombie, though, it’s moving quite a bit faster than it did the first time. Like the original, don’t walk into the class expecting that it will teach you Scheme; instead, it attempts to teach thought patterns for computer science, and the structure and interpretation of computer programs. Three projects will be assigned and graded. Prereq: some programming experience; high confusion threshold.
(via MIT via keegan via planethaskell)
Here is a post of the history of some functional features in Python. It is not exhaustive, but it is interesting to hear the author’s take on things.
(via reddit)