Skip to content

Instantly share code, notes, and snippets.

Infinite Improbability Drive

Rationale

Doing autonomous, we wanted to have be able to place more than the one preloaded glyph in the Vuforia column. However, multi-glyph autonomous' run into the issue of ruining a cipher pattern; randomly placing pairs of glyphs can result in a pattern at the end of autonomous which looks like this:

This pattern cannot be further filled in and complete one of the three cipher patterns. To avoid this, we first tried to handwrite rules for different scenarios.

@plotnw
plotnw / trolling_haskell
Created November 17, 2016 16:01 — forked from quchen/trolling_haskell
Trolling #haskell
13:15 <xQuasar> | HASKELL IS FOR FUCKIN FAGGOTS. YOU'RE ALL A BUNCH OF
| FUCKIN PUSSIES
13:15 <xQuasar> | JAVASCRIPT FOR LIFE FAGS
13:16 <luite> | hello
13:16 <ChongLi> | somebody has a mental illness!
13:16 <merijn> | Wow...I suddenly see the error of my ways and feel
| compelled to write Node.js!
13:16 <genisage> | hi
13:16 <luite> | you might be pleased to learn that you can compile
| haskell to javascript now
@plotnw
plotnw / vim-cheat-sheet.md
Last active October 15, 2016 22:12 — forked from ummahusla/vim-cheat-sheet.md
Vim Cheat Sheet

Modes

Vim has two modes insertion mode and command mode. The editor begins in command mode, where the cursor movement and text deletion and pasting occur. Insertion mode begins upon entering an insertion or change command. [ESC] returns the editor to command mode (where you can quit, for example by typing :q!). Most commands execute as soon as you type them except for "colon" commands which execute when you press the ruturn key.

Quitting

  • :x Exit, saving changes
  • :q Exit as long as there have been no changes
  • ZZ Exit and save changes if any have been made
  • :q! Exit and ignore any changes

Inserting Text

@plotnw
plotnw / programmingchat
Created August 25, 2016 02:57
Some stuff
For formatting code on discord, type
``` before and after your message.
After the first ``` type the name of your language to add syntax highlighting
@plotnw
plotnw / css-3-loading.markdown
Created August 21, 2016 03:05
CSS 3 Loading