Skip to content

Instantly share code, notes, and snippets.

View Drew-S's full-sized avatar

Drew Drew-S

  • Infosys
  • Toronto
View GitHub Profile
@Drew-S
Drew-S / settings.json
Created July 25, 2022 15:57
VSCode Settings
{
"editor.fontSize": 10,
"editor.fontFamily": "'Fira Code','DroidSansMono Nerd Font', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontFamily": "Fira code, DroidSansMono Nerd Font",
"terminal.integrated.fontSize": 12,
"terminal.integrated.rendererType": "canvas",
@Drew-S
Drew-S / index.js
Created May 23, 2018 16:03
Relaxed plugin format (proposal)
const fs = require('fs')
const path = require('path')
module.exports = function() {
return {
pre_pug: function(pug, dir) {
return pug
},
post_pug: function(html, dir) {
return html
@Drew-S
Drew-S / main.pug
Last active May 22, 2018 19:56
Relaxedjs: Citations and Bibliography working example APA
include templates
script(src='https://cdn.rawgit.com/larsgw/citation.js/archive/citation.js/citation-0.3.4.min.js')
+cite('Q21972834', '23-25')
+bibliography('citation-apa')
#!/usr/bin/env python3
#Ask for Reference Genome and assign to variable R
from subprocess import call
import os
if __name__ == "__main__":
R = input ("What is the Reference Geneome pathway? ")
print ("Reference Genome pathway is: ", R)
@Drew-S
Drew-S / bart
Last active January 16, 2017 06:05
static int RIGHT_F = 13;
static int RIGHT_B = 12;
static int LEFT_F = 8;
static int LEFT_B = 9;
void setup()
{
PinMode(RIGHT_F, output);
PinMode(RIGHT_B, output);
PinMode(LEFT_F, output);
activate-power-mode 1.2.0
angular-2-typeScript-snippets 0.6.3
angularjs 0.3.5
angularjs-helper 0.10.2
atom-alignment 0.12.1
atom-beautify 0.29.16
atom-typescript 10.1.13
autoclose-html 0.23.0
autocomplete-clang 0.10.1
autocomplete-paths 1.0.5