This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*This is Evil! | |
...And its very useful! | |
*/ | |
/* | |
Using eval inside the VSCode Extension Development Host to dynamically do things and make new commands | |
*/ | |
import * as vscode from 'vscode'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let SessionLoad = 1 | |
if &cp | set nocp | endif | |
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 | |
let v:this_session=expand("<sfile>:p") | |
silent only | |
silent tabonly | |
cd ~/local/CC3/a4/procedural_map | |
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' | |
let s:wipebuf = bufnr('%') | |
endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit | |
height: 480 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let SessionLoad = 1 | |
if &cp | set nocp | endif | |
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 | |
let v:this_session=expand("<sfile>:p") | |
silent only | |
cd /Dumprig/TheWorks/ToastMirror/proj/CC3/pj1 | |
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' | |
let s:wipebuf = bufnr('%') | |
endif | |
set shortmess=aoO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from pprint import prrint | |
fom pprint import pprint | |
from pprint import pprint | |
with open(APIout.json) as theJSON | |
with open(APIout.json) as theJSON: | |
data=json.load(theJSON) | |
data = json.load(theJSON) | |
data = json.load(APIout.json) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from pprint import prrint | |
fom pprint import pprint | |
from pprint import pprint | |
with open(APIout.json) as theJSON | |
with open(APIout.json) as theJSON: | |
data=json.load(theJSON) | |
data = json.load(theJSON) | |
data = json.load(APIout.json) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from pprint import prrint | |
fom pprint import pprint | |
from pprint import pprint | |
with open(APIout.json) as theJSON | |
with open(APIout.json) as theJSON: | |
data=json.load(theJSON) | |
data = json.load(theJSON) | |
data = json.load(APIout.json) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import json | |
from pprint import prrint | |
fom pprint import pprint | |
from pprint import pprint | |
with open(APIout.json) as theJSON | |
with open(APIout.json) as theJSON: | |
data=json.load(theJSON) | |
data = json.load(theJSON) | |
data = json.load(APIout.json) |
NewerOlder