I hereby claim:
- I am maaatts on github.
- I am mallard (https://keybase.io/mallard) on keybase.
- I have a public key whose fingerprint is 60B4 52E6 B9C3 0D74 17AE 14FE 8DB5 24E6 32FD 892F
To claim this, I am signing this object:
| #include "Screenshot.hpp" | |
| Screenshot::Screenshot(int x, int y, int w, int h) : x(x), y(y), width(w), height(h) | |
| { | |
| HBITMAP hBitmap; | |
| hdcSys = GetDC(NULL); | |
| hdcMem = CreateCompatibleDC(hdcSys); | |
| void *ptrBitmapPixels; |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| ### Mallard's Hosts Script | |
| ###.... Create hosts.conf | |
| ###........ set LISTS to a space seperated lists of lists to download from | |
| ###.... Optionally, create custom.d | |
| ###........ Place any custom rules in files in custom.d | |
| ###........ They are interpreted as raw text | |
| ###.... Run the script as root |
| diff -r 1245/aI.java 1250/aI.java | |
| 9,14d8 | |
| < public aI(double paramDouble1, double paramDouble2) | |
| < { | |
| < b(new cX("undefined.png", paramDouble1, paramDouble2)); | |
| < this.c = false; | |
| < } | |
| < | |
| diff -r 1245/aZ.java 1250/aZ.java | |
| 49c49 |
| #vim: set ft=bash: | |
| EDITOR=vim | |
| # Programs | |
| ## Editors | |
| alias e="$EDITOR" | |
| alias se="sudo $EDITOR" | |
| ## Toys | |
| alias clock="tty-clock -sSbctd 100000000" |
| #!/bin/bash | |
| printhelp() { | |
| ME=$(basename ${0}) | |
| echo "Usage: ${ME} <classname>" | |
| } | |
| if [ "$1" == "--help" ]; then | |
| printhelp | |
| exit 0 |
| #!/bin/bash | |
| pushd `dirname $0` > /dev/null | |
| ARCHIVELOC="$(pwd)/archive" | |
| popd > /dev/null | |
| download() { | |
| if hash curl 2>/dev/null; then | |
| curl -silent -O "$@" | |
| elif hash wget 2>/dev/null; then |
| #include <arpa/inet.h> | |
| #include <netdb.h> | |
| #include <netinet/in.h> | |
| #include <sys/socket.h> | |
| #include <signal.h> | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <unistd.h> |
| ~/tmk_keyboard/keyboard/planck $ make | |
| Makefile:55: MATRIX: matrix_pcb.c | |
| -------- begin -------- | |
| avr-gcc (GCC) 5.2.0 | |
| Copyright (C) 2015 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| " Pathogen | |
| execute pathogen#infect() | |
| " | |
| set nocompatible | |
| " Enable filetype plugins | |
| filetype plugin on | |
| filetype indent on |