- Learn German with Ania - Actual English-to-Deutsche Lehrerin
- Easy German - Focused on real-world language
- Get Germanized - Deutsch für beginners
- Don't Trust the Rabbit - Fun > Education
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
""" | |
XKCD Compile | |
Usage: compile_xkcd.py [FILE.c] | |
Compile your C code XKCD style. | |
Exactly one file must be specified. | |
Inspired by XKCD: https://xkcd.com/1513/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .bashrc | |
# Source global definitions | |
if [ -f /etc/bashrc ]; then | |
. /etc/bashrc | |
fi | |
# aliases I love | |
alias l='ls -thal' | |
alias lh='ls -thal' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Centipede game | |
# | |
# v2.0 | |
# | |
# Author: [email protected] | |
# | |
# Functions |
I have moved my work on this hack-a-thon to its own repo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.security.*; | |
import java.math.BigInteger; | |
public class md5 { | |
private static MessageDigest md; | |
private static final String charList = "0123456789abcdef"; | |
private static SecureRandom rand = new SecureRandom(); | |
private static final int numLoops = (int)1e6; |
InfoSec Institute - How legit is that?
And here are the ones that look good to me: