Skip to content

Instantly share code, notes, and snippets.

View knbknb's full-sized avatar
💭
🙅‍♀️💡💤😴🛌🤪🧔

Knut Behrends knbknb

💭
🙅‍♀️💡💤😴🛌🤪🧔
View GitHub Profile
@shriphani
shriphani / gist:8675874
Last active June 24, 2023 02:45
Racket code for the little schemer
#lang racket
;; Code for the little schemer
(define (atom? x)
(and (not (pair? x))
(not (null? x))))
(define (lat? l)
(cond ((null? l) #t)
@NoxArt
NoxArt / restore-menu-scroll.php
Last active March 18, 2025 09:08
AdminerRestoreMenuScroll plugin for Adminer
<?php
/**
* Remembers and restores scrollbar position of side menu
*
* Changes (2025-03-18):
* - Added nonce()
* - Changed load event binding
*
* @author Jiří @NoxArt Petruželka
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
@willurd
willurd / web-servers.md
Last active May 18, 2025 17:06
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
anonymous
anonymous / gist:4379918
Created December 26, 2012 11:56
Count of repositories in GitHub Archive by language as calculated using Faunus. See http://hortonworks.com/blog/big-graph-data-on-hortonworks-data-platform/ for details.
Apex 308
Arc 29
Assembly 1312
Augeas 19
AutoHotkey 329
D 1667
DCPU-16 Assembly 2
Dart 575
Delphi 974
Erlang 5503