Skip to content

Instantly share code, notes, and snippets.

View jjlumagbas's full-sized avatar

JJ Lumagbas jjlumagbas

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 5 should actually have 12 columns, instead of 11 in line 4.
gender,name.title,name.first,name.last,location.street.number,location.street.name,location.city,location.country,phone,picture.large,picture.medium,picture.thumbnail
female,Miss,Leah,Owens,2685,Central St,Berkeley,United States,(710)-237-7435,https://randomuser.me/api/portraits/women/62.jpg,https://randomuser.me/api/portraits/med/women/62.jpg,https://randomuser.me/api/portraits/thumb/women/62.jpg
female,Mrs,Arianna,Jacobs,5155,Lakeview St,Indianapolis,United States,(975)-354-5424,https://randomuser.me/api/portraits/women/62.jpg,https://randomuser.me/api/portraits/med/women/62.jpg,https://randomuser.me/api/portraits/thumb/women/62.jpg
male,Mr,Gabe,Sullivan,7792,W 6th St,Albuquerque,United States,(422)-245-2602,https://randomuser.me/api/portraits/men/88.jpg,https://randomuser.me/api/portraits/med/men/88.jpg,https://randomuser.me/api/portraits/thumb/men/88.jpg
female,Miss,Deanna,Castillo,1644,W Sherman Dr,Paterson,United States,(563)-043-8801,https://randomuser.me/api/portraits/women/31.jpg,https://randomuser.m
#include <iostream>
#include <cstdlib>
#include <string>
#include <cmath>
using namespace std;

Starter function definitions for 1380 Reading quiz 5

Refer to Racket docs for the specification of <=

Grading goes like this:

Percentage Final grade
90-100% A
80-89% B
@jjlumagbas
jjlumagbas / index.html
Last active June 14, 2018 05:34
Circle radius transition on change of slider
<!DOCTYPE html>
<meta charset="utf-8">
<title>Input test (circle)</title>
<p>
<label for="nRadius"
style="display: inline-block; width: 240px; text-align: right">
radius = <span id="nRadius-value"></span>
</label>
<input type="range" min="1" max="2" id="nRadius">
@jjlumagbas
jjlumagbas / organize-photos.py
Created June 26, 2017 11:07 — forked from cliss/organize-photos.py
Photo management script. This script will copy photos from "~/Pictures/iPhone Incoming" into a tree the script creates, with folders representing month and years, and photo names timestamped. Completely based on the work of the amazing Dr. Drang; see here: http://www.leancrew.com/all-this/2013/10/photo-management-via-the-finder/ You can see more…
#!/usr/bin/python
import sys
import os, shutil
import subprocess
import os.path
from datetime import datetime
######################## Functions #########################

Section 1

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.

  • item 1
  • item 2
  • item 3
  • item 4

Tools for academic writing


Philosophy for choosing tools

  • Appropriate tools for different "working modes"
  • All-in-one vs single-purpose (+workflow)
  • Simple to learn vs learning curve + accrued benefits