Skip to content

Instantly share code, notes, and snippets.

View unblevable's full-sized avatar

Brian Le unblevable

  • Washington, D.C.
View GitHub Profile
@unblevable
unblevable / merge_xls.py
Last active January 31, 2020 05:27
Merge .xls files
import os
import sys
import xlrd
import xlwt
from argparse import ArgumentParser, RawDescriptionHelpFormatter
from colorama import Fore, init
from xlutils.copy import copy
from xlutils.filter import XLRDReader, XLWTWriter, process
### Keybase proof
I hereby claim:
* I am unblevable on github.
* I am unblevable (https://keybase.io/unblevable) on keybase.
* I have a public key whose fingerprint is 1D13 9A28 989D 8C4B CDC5 3F1D 0F7A 521E 80A2 494D
To claim this, I am signing this object:
@unblevable
unblevable / index.js
Created November 17, 2017 21:04
requirebin sketch
// Welcome! require() some modules from npm (like you were using browserify)
// and then hit Run Code to run your code on the right side.
// Modules get downloaded from browserify-cdn and bundled in your browser.
let $ = require('jquery')
let sanitizeHtml = require('sanitize-html')
let _ = require('lodash')
let path = require('path')
let transliterate = require('transliteration').transliterate
// let winston = require('winston')
#include <stdio.h>
#include <stdlib.h>
#include "switches.h"
int main() {
int num_switches_on;
int *primes;
int *switches;
unsigned long int i, j;
@unblevable
unblevable / temperature.f95
Last active August 29, 2015 13:57
Print a table of temperatures in Celcius and Fahrenheit
!**************************** INSTRUCTIONS *******************************
!
! Complete the program below, so that it prints a temperature
! conversion table that looks like
!
!----------------------------
! Celsius Fahrenheit
!----------------------------
!
! 0 32