Skip to content

Instantly share code, notes, and snippets.

View olimay's full-sized avatar

OIiver Mayor olimay

  • Virginia Beach, VA
View GitHub Profile
@olimay
olimay / KIZNAIVER cast.md
Last active June 10, 2016 03:57
KIZNAIVER

キズナイーバー ・ KIZNAIVER

Main characters so far

阿形 勝平 Agata Katsuhira

CV: 梶 裕貴 Kaji Yuuki

@olimay
olimay / .block
Last active June 2, 2016 03:31
mapsix scratchpad
license: mpl-2.0
@olimay
olimay / seal1.txt
Last active May 23, 2016 22:25
Inscriptions
汪 水 琴 作 春 甲 萬
(何) 榭 河 (お?) 月 ? 磨
@olimay
olimay / GCJ2016_QualA.md
Last active April 20, 2016 23:34
Google Code Jam 2016 Qualification Problem A

Problem

Bleatrix Trotter the sheep has devised a strategy that helps her fall asleep faster. First, she picks a number N. Then she starts naming N, 2 × N, 3 × N, and so on. Whenever she names a number, she thinks about all of the digits in that number. She keeps track of which digits (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9) she has seen at least once so far as part of any number she has named. Once she has seen each of the ten digits at least once, she will fall asleep.

Bleatrix must start with N and must always name (i + 1) × N directly after i × N. For example, suppose that Bleatrix picks N = 1692. She would count as follows:

N = 1692. Now she has seen the digits 1, 2, 6, and 9. 2N = 3384. Now she has seen the digits 1, 2, 3, 4, 6, 8, and 9. 3N = 5076. Now she has seen all ten digits, and falls asleep. What is the last number that she will name before falling asleep? If she will count forever, print INSOMNIA instead.

@olimay
olimay / excel_tutorials.md
Last active April 15, 2016 02:00
Excel Tutorials

Microsoft Excel Tutorials

This is a list of Excel tutorials and other resources, both free and paid, and in various formats.

Courses

Excel courses on Lynda.com - Lynda.com is a subscription service that (as far as I know) gets you access to all training videos for various topics. Worth previewing the courses via a free trial first.

Analyzing and Visualizing Data With Excel (Microsoft/EdX) - Microsoft has a free self-paced MOOC on Excel on EdX, but it deals with more intermediate topics like graphs and data visualization. Probably a good thing to look at once you get a good foundation in Excel basics.

@olimay
olimay / .block
Last active March 9, 2016 04:54 — forked from mbostock/.block
Hexagon Mesh
license: gpl-3.0
@olimay
olimay / jsfr_ex02.1test.html
Created February 28, 2016 01:26
Testing utility for jsfr_ex02.1.js : inline HTML version
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.chart rect {
fill: steelblue;
}
@olimay
olimay / jsfr_ex02.1test.js
Created February 28, 2016 01:23
Testing utility for jsfr_ex02.1.js
roll = function(x){ return Math.floor(Math.random() * x + 1) };
function Tally(limit){
this.limit = limit;
this.rollCounts = [];
this.modCounts = {};
this.literateCount = 0;
this.getTally = function(){
Verifying that +olimay is my Bitcoin username. You can send me #bitcoin here: https://onename.io/olimay
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,