Keybase proof
I hereby claim:
- I am derfoh on github.
- I am derfoh (https://keybase.io/derfoh) on keybase.
- I have a public key whose fingerprint is 455B 12C4 3464 76B8 9808 2F98 363F 303C B42E BBBC
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
echo | openssl s_client -connect www.google.com:443 2>/dev/null | openssl x509 -noout -dates
cat ~/.ssh/id_rsa.pub | ssh user@hostname "mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys"
Add the following lines to ~/.inputrc (C:\cygwin\home<username>.inputrc):
"\e[1;5C": forward-word # ctrl + right
"\e[1;5D": backward-word # ctrl + left
set nocompatible " be iMproved, required | |
filetype off " required | |
" set the runtime path to include Vundle and initialize | |
set rtp+=/cygdrive/c/Users/fpaulin/.vim/bundle/Vundle.vim | |
call vundle#begin() | |
" alternatively, pass a path where Vundle should install plugins | |
"call vundle#begin('~/some/path/here') | |
" let Vundle manage Vundle, required |
git update-index --chmod=+x foo.sh
git ls-files --stage
Set up dos2unix
Run the following in the directory
find . -type f -exec dos2unix {} \;
For the record, this is what I have found out about changing ls color scheme.
echo "$status" | awk -F"[,:]" '{for(i=1;i<=NF;i++){if($i~/completed\042/){print $(i+1)} } }' |
+ CSC/CIS 276 | |
+ Problem Solving and Programming II in Java | |
+ Assignment 1 due Jan 29, 2014 – 6% | |
+ | |
+ | |
+ | |
+ | |
+Objective of this Assignment: | |
+This is your first Java programming assignment. The purpose is to synthesize the introductory | |
+object-oriented programming concepts in Chapters 1 to 5 that include the C++ concepts learned |