Skip to content

Instantly share code, notes, and snippets.

View karagenit's full-sized avatar

Caleb Smith karagenit

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bdaroz
bdaroz / build.properties
Last active March 8, 2017 02:09
FRC 2017 WPILib lib-in-project
# This is our build.properties file. It's basically the same as 2016 except from line 9 on needs to be added.
# Project specific information
package=your.package.here.steamworks.robot
robot.class=${package}.Robot
simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
# The full URL to the Eclipse Java Plugin to use to install WPILib
wpilib.pluginURL=http://first.wpi.edu/FRC/roborio/release/eclipse/plugins/edu.wpi.first.wpilib.plugins.java_2017.3.1.jar
@ambakshi
ambakshi / g++-5.sh
Created April 1, 2016 11:57
Install g++ 5.x on Ubuntu Trusty (14.04)
#!/bin/bash
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y g++-5 gcc-5
@ThomasJClark
ThomasJClark / build.gradle
Created January 27, 2015 00:50
WPILib grade build
plugins {
id "java"
id 'org.hidetake.ssh' version '0.4.5'
}
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
def wpilibDir = System.env['HOME'] + '/wpilib/java/current'
@lorenzoplanas
lorenzoplanas / ted.csv
Created December 25, 2013 20:55
Script to get direct download URLs for TED conferences
We can't make this file beautiful and searchable because it's too large.
URL,ID,URL,Speaker,Name,Short Summary,Event,Duration,Publish date
http://www.ted.com/talks/view/id/,1,http://www.ted.com/talks/view/id/1,Al Gore,15 ways to avert a climate crisis,"With the same humor and humanity he exuded in An Inconvenient Truth, Al Gore spells out 15 ways that individuals can address climate change immediately, from buying a hybrid to inventing a new, hotter ""brand name"" for global warming.",TED2006,0:16:17,6/27/2006
http://www.ted.com/talks/view/id/,92,http://www.ted.com/talks/view/id/92,Hans Rosling,Debunking third-world myths with the best stats you've ever seen,"You've never seen data presented like this. With the drama and urgency of a sportscaster, statistics guru Hans Rosling debunks myths about the so-called ""developing world.""",TED2006,0:19:50,6/27/2006
http://www.ted.com/talks/view/id/,66,http://www.ted.com/talks/view/id/66,Sir Ken Robinson,Do schools kill creativity?,Sir Ken Robinson makes an entertaining and profoundly moving case for creating an education system that nurtu

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close