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:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="iso-8859-15"> | |
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-15"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> | |
<link | |
rel="shortcut icon" | |
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='.8 .8 14.4 14.4'><path d='M10 8.99a1 1 0 00-.695 1.717l4.004 4a1 1 0 101.414-1.414l-4.004-4A1 1 0 0010 8.99z' fill='%2380b0ff' stroke='%235D7FDDaa' stroke-width='.3'/><path d='M6.508 1C3.48 1 1.002 3.474 1.002 6.5S3.48 12 6.508 12s5.504-2.474 5.504-5.5S9.536 1 6.508 1zm0 2a3.486 3.486 0 013.504 3.5c0 1.944-1.556 3.5-3.504 3.5a3.488 3.488 0 01-3.506-3.5C3.002 4.556 4.56 3 6.508 3z' fill='%2380b0ff' stroke='%235D7FDDaa' stroke-width='.3'/></svg>" | |
/> |
<!DOCTYPE html> | |
<html lang="de"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Jahreskalender 2025</title> | |
<style> | |
table { | |
border-collapse: collapse; | |
width: 100%; |
#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 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env perl | |
use 5.011; # implies strict + feature 'say' | |
use warnings; | |
use Test::More; | |
my %names = ( | |
# Test data | |
# input expected output |
Files: | |
ciscodump.pl | |
ciscodump.ini |
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
/** | |
* 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; |
/** wie sieht das aus? | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(225deg, #0ff, blue); | |
min-height: 100%; |