Skip to content

Instantly share code, notes, and snippets.

View jobara's full-sized avatar

Justin Obara jobara

View GitHub Profile

Individual Contributor License Agreement ("Agreement") v 3.0

Thank you for your interest in the Fluid Community led by OCAD University (the "University") represented by the Inclusive Design Research Centre. In order to clarify the intellectual property license granted with Contributions from any person or entity, the University must have a Contributor License Agreement ("CLA") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the University and its users; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and send an original signed Agreement to

Attention: Fluid Community 
Inclusive Design Research Centre
OCAD University
205 Richmond Street West, 2nd Floor
{
"flat": {
"contexts": {
"gpii-default": {
"name": "Default preferences",
"preferences": {
"http://registry.gpii.net/applications/net.gpii.chromeExtension": {
"lineSpace": 1.5,
"highContrastEnabled": true,
"highContrastTheme": "white-black",
@jobara
jobara / atom_projects.cson
Created December 8, 2015 14:48
Atom.io Project Manager project configuration
PhET:
title: 'PhET'
paths: [
'/Users/J.O./Documents/git/phetsims'
]
settings:
'*':
'editor.tabLength': 2
'editor.preferredLineLength': 120
@jobara
jobara / terminal_commands.md
Last active August 29, 2015 14:21
Terminal Commands

Terminal History

history

Search Terminal History

ctrl+r

@jobara
jobara / atom_packages.md
Last active September 5, 2016 01:52
List of atom.io packages and themes

atom.io Setup

Packages

  • Stylus
  • Sublime-Style-Column-Selection
  • advanced-new-file
  • autocomplete-paths
  • line-ending-converter
  • linter
@jobara
jobara / atom_keybindings.cson
Last active August 29, 2015 14:07
atom.io keybindings
'body':
'alt-cmd-w': 'pane:close',
'ctrl-cmd-w': 'pane:close-other-items'
{
"color_scheme": "Packages/User/base16-pop.dark (SL).tmTheme",
"create_window_at_startup": false,
"font_size": 14.0,
"ignored_packages":
[
"Vintage",
"Markdown"
],
"open_files_in_new_window": false,
@jobara
jobara / sublimeKeyBindings.json
Last active August 29, 2015 14:00
SublimeText Key Bindings
[
{ "keys": ["super+option+w"], "command": "close_all" },
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar"},
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+v"], "command": "paste" },
{ "keys": ["alt+1"], "command": "move_to_group", "args": { "group": 0 } },
{ "keys": ["alt+2"], "command": "move_to_group", "args": { "group": 1 } },
{ "keys": ["alt+3"], "command": "move_to_group", "args": { "group": 2 } },
{ "keys": ["alt+4"], "command": "move_to_group", "args": { "group": 3 } }
]
- job:
name: 'test2'
project-type: 'freestyle'
display-name: 'Justins Infusion'
scm:
- git:
url: https://github.com/jobara/infusion.git
branches:
- jenkins-test
triggers: