Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
| // Lack of tail call optimization in JS | |
| var sum = function(x, y) { | |
| return y > 0 ? sum(x + 1, y - 1) : | |
| y < 0 ? sum(x - 1, y + 1) : | |
| x | |
| } | |
| sum(20, 100000) // => RangeError: Maximum call stack size exceeded | |
| // Using workaround |
| /* | |
| CSS stylesheet is based on Kevin Burke's Markdown.css project: | |
| http://kevinburke.bitbucket.org/markdowncss | |
| For code highlighting: | |
| <link rel="stylesheet" href="http://yandex.st/highlightjs/6.1/styles/magula.min.css"> | |
| <script src="http://yandex.st/highlightjs/6.1/highlight.js"></script> | |
| <script src="http://yandex.st/highlightjs/6.1/languages/cpp.min.js"></script> | |
| <script>hljs.initHighlightingOnLoad();</script> | |
| */ |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
| // | |
| // _oo0oo_ | |
| // o8888888o | |
| // 88" . "88 | |
| // (| -_- |) | |
| // 0\ = /0 | |
| // ___/`---'\___ | |
| // .' \\| |// '. | |
| // / \\||| : |||// \ | |
| // / _||||| -:- |||||- \ |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #InstallKeybdHook | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ; OPTIONAL: For those who use Home/End more than PgUp/PgDown, this flips their use with the Fn key. | |
| ; If you want the buttons to function as they are, add a semicolon (;) to the beginning of each line below. | |
| Home::PgUp | |
| End::PgDn | |
| PgUp::Home |
| /* | |
| * Wiegand API Raspberry Pi | |
| * By Kyle Mallory All rights reserved. | |
| * 12/01/2013 | |
| * Based on previous code by Daniel Smith (www.pagemac.com) and Ben Kent (www.pidoorman.com) | |
| * Depends on the wiringPi library by Gordon Henterson: https://projects.drogon.net/raspberry-pi/wiringpi/ | |
| * | |
| * This is linked with -lpthread -lwiringPi -lrt | |
| * | |
| * The Wiegand interface has two data lines, DATA0 and DATA1. These lines are normall held |
| #user nobody; | |
| worker_processes 1; | |
| #error_log logs/error.log; | |
| #error_log logs/error.log notice; | |
| #error_log logs/error.log info; | |
| error_log /tmp/nginx_debug_error.log debug; | |
| #pid logs/nginx.pid; |
| #----------------------------------------------------------------------- | |
| # same-quad-list.txt: a list of same-quad IPs by owner w/DNS status | |
| # | |
| # The CIDR network is the largest contiguous/bit-boundary-aligned block | |
| # that is allocated to that entity (actual allocated range may be larger) | |
| # NOTE: some ranges not yet converted to CIDR. | |
| # Updates welcome - leave comment and/or ping [email protected] | |
| #----------------------------------------------------------------------- | |
| # For human efficiency, some records are repeated here as comments. | |
| # |