Skip to content

Instantly share code, notes, and snippets.

@JoshRagem
JoshRagem / keybase.md
Created April 24, 2019 18:35
keybase.md

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

#!/bin/bash
READFILE=${1:-/dev/stdin}
printf "LINE_NUM\tBYTE_SUM\tCHAR_LEN\tBYTE_LEN\tLINE"
LINNUM=0
BYTE_SUM=0
O_LANG=$LANG O_LCALL=$LC_ALL
while IFS= read -r line
do
echo "$line"
LINNUM=$((LINNUM+1))
function roundTest(n) {
var i,j;
for(i = 0; i < n; i++) {
j = ""+i;
j = Math.round(j);
}
}
function parseTest(n) {
var i,j;
@JoshRagem
JoshRagem / hidden.swift
Created June 7, 2014 18:13
Swift hidden state using closure
//
// hidden.swift
//
//
// Created by JoshRagem on 6/7/14.
//
//
struct hidden {
var state = "wald"