Skip to content

Instantly share code, notes, and snippets.

@soonix
soonix / Tastenzaehler.ahk
Last active February 25, 2021 23:05
Tastenzähler Autohotkey
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Tasten := "asdf"
filePath = C:\Users\Jeremias\Documents\zaehler.txt
FileReadLine, Zaehler, %filePath%, 1
Loop, Parse, Tasten
@soonix
soonix / keybase.md
Created October 30, 2019 20:18
Keybase proof

Keybase proof

I hereby claim:

  • I am soonix on github.
  • I am soonix (https://keybase.io/soonix) on keybase.
  • I have a public key ASASVLtP13C1mWK2NpsS3J5S0uSMufVWhShsRsu9ifnEEQo

To claim this, I am signing this object:

@soonix
soonix / 1156197.pl
Last active March 7, 2016 21:15
Test for RegExp, grabbing first name - http://www.perlmonks.org/?node_id=1156197
#!/usr/bin/env perl
use 5.011; # implies strict + feature 'say'
use warnings;
use Test::More;
my %names = (
# Test data
# input expected output
@soonix
soonix / ciscodump
Last active November 5, 2015 18:10
ciscodump - dump config info from routers into files - see http://www.perlmonks.org/?node_id=1146993
Files:
ciscodump.pl
ciscodump.ini
@soonix
soonix / cult_of_ignorance.md
Last active January 26, 2024 16:22 — forked from sixtyfive/cult_of_ignorance.md
A Cult Of Ignorance, Isaac Asimov

A Cult of Ignorance

It's hard to quarrel with that ancient justification of the free press: "America's right to know." It seems almost cruel to ask, ingenuously, "America's right to know what, please? Science? Mathematics? Economics? Foreign languages?"

None of those things, of course. In fact, one might well suppose that the popular feeling is that Americans are a lot better off without any of that tripe.

There is a cult of ignorance in the United States, and there always has been. The strain of anti-intellectualism has been a constant thread winding its way through our political and cultural life, nurtured by the false notion that democracy means that "my ignorance is just as good as your knowledge."

Politicians have routinely striven to speak the language of Shakespeare and Milton as ungrammaticaly as possible in order to avoid offending their audiences by appearing to have gone to school. Thus, Adlai Stevenson, who incautiously allowed intelligence and learning and wit to peep out of his speeches, f

@soonix
soonix / dabblet.css
Created October 21, 2015 20:12
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #eee;
background-image: url('http://www.musikschule-baldermann.de/templates/soonix1/tlogo.gif');
background-repeat: no-repeat;
@soonix
soonix / dabblet.css
Created August 19, 2015 11:26
wie sieht das aus?
/** wie sieht das aus?
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(225deg, #0ff, blue);
min-height: 100%;