Where are you on here?
Query used on Google's BigQuery with GitHubArchive Data
SELECT actor.login as user, COUNT(*) as total FROM (
(Serial port or com port? - Serial ports are often refered as COM ports. It is the same to be short. You can read abut it in the Wiki article )
Add-Type -AssemblyName System.Windows.Forms | |
while ($true) | |
{ | |
$Pos = [System.Windows.Forms.Cursor]::Position | |
$x = ($pos.X % 500) + 1 | |
$y = ($pos.Y % 500) + 1 | |
[System.Windows.Forms.Cursor]::Position = New-Object System.Drawing.Point($x, $y) | |
Start-Sleep -Seconds 10 | |
} |
I have the 8 Ball in my back pocket. I figure that makes me kind of a defense contractor. And I ought to get paid like one, meaning grossly overpaid. -- Richard Kadrey: Kill City Blues | |
There's only one way to avoid criticism: do nothing, say nothing, be nothing. -- Aristotle | |
Two possibilities exist: Either we are alone in the Universe, or we are not. Both are equally terrifying. -- Arthur C. Clarke | |
History is a set of lies agreed upon. -- Napoleon Bonaparte | |
The only time the word "incorrectly" isn't spelled incorrectly is when it's spelled incorrectly. | |
Back when PHP had less than 100 functions, the function hashing mechanism was strlen(). In order to get a nice hash distribution of function names across the various function name lengths, names were picked specifically to make them fit into a specific length bucket. -- Rasmus Lerdorf | |
<Raborn> I just read a book about Stockholm Syndrome. It was pretty bad at first, but by the end I kinda liked it. | |
What language do deaf people think in? | |
"A five-tailed fox!" Owen |
#if __cplusplus < 201103L | |
#error "missing -std=c++11" | |
#endif | |
#include <utility> | |
#include <string> | |
#include <iostream> | |
#include <vector> | |
#include <map> | |
#include <list> |
-- This is in response to Robert Smallshire's talk titled | |
-- 'The Unreasonable Effectiveness of Dynamic Typing for Practical Programs'. | |
-- http://www.infoq.com/presentations/dynamic-static-typing/ | |
-- Around the 30 minute mark he gives an example of what he calls a failure | |
-- of the F# type system, because it allows him to add energy to torque. | |
-- I demonstrate here that Haskell's type system is capable of ruling | |
-- out this nonsense. I have no experience with F#; maybe its type system | |
-- can do the same, if appropriately handled. | |
-- We'll need some multiparameter typeclasses. |
#!/bin/sh | |
logger WAN up script executing | |
sleep 2 | |
logger Create Whitelist | |
if test ! -s /tmp/whitelist | |
then | |
cat >/tmp/whitelist <<"EOF" | |
ads.hulu.com |
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
# | |
# Current known FCC address ranges: | |
# https://news.ycombinator.com/item?id=7716915 | |
# | |
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
# | |
# In your nginx.conf: | |
location / { |
by Timm Murray
This is a compilation of the "Perl Encryption Primer" series of articles by Timm Murray, as published on http://www.wumpus-cave.net/category/encryption/. I have taken the liberty of moving the content here (as is), formatting it as Markdown and ordering them chronologically from top to bottom to easen the reading experience. Enjoy!
Timm also made a one-hour video of the presentation he gave at MadMongers, which summarizes the content below.
This is a plain-text version of Bret Victor’s reading list. It was requested by hf on Hacker News.
Highly recommended things!
This is my five-star list. These are my favorite things in all the world.
A few of these works have had an extraordinary effect on my life or way of thinking. They get a sixth star. ★