Skip to content

Instantly share code, notes, and snippets.

View spences10's full-sized avatar
💭
SvelteKit is bae!

Scott Spence spences10

💭
SvelteKit is bae!
View GitHub Profile
@spences10
spences10 / module.md
Created April 27, 2017 08:43
Excel Recordset from Sheet
Public Function RecordSetFromSheet(sheetName As String)

Dim rst As New ADODB.Recordset
Dim cnx As New ADODB.Connection
Dim cmd As New ADODB.Command

    'setup the connection
    '[HDR=Yes] means the Field names are in the first row
    With cnx
@spences10
spences10 / marvel-names.json
Created April 26, 2017 07:53
List of Marvel characters names source: https://marvel.com/comics/characters
[
"3-D Man",
"A.I.M.",
"Aaron Stack",
"A-Bomb (HAS)",
"Abomination (Emil Blonsky)",
"Abomination (Ultimate)",
"Absorbing Man",
"Abyss",
"Abyss (Age of Apocalypse)",
@spences10
spences10 / cv.json
Last active April 24, 2017 08:37
JSON Resume Schema
{
"basics": {
"name": "Scott Spence",
"label": "Analyst Programmer",
"picture": "",
"email": "spences10apps@gmail.com",
"phone": "+44 7960 86 3382",
"website": "https://spences10.github.io/",
"summary": "I am experienced in a wide range of technologies, specialising primarily in Microsoft Office automation.",
"location": {
{
"name": "learn-redux",
"version": "1.0.0",
"description": ":) ",
"scripts": {
"build:webpack": "webpack --config webpack.config.prod.js",
"build": "yarn run clean && yarn run build:webpack",
"test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register",
"clean": "rimraf dist",
"start": "node devServer.js",

json-server -p 8080 --watch db.json

@spences10
spences10 / colours.styl
Last active December 28, 2017 15:00
colours I have taken a liking to
pink = #ff0198 // hollywood cerise
yellow = #ffb617 // my sin
purple = #6e27c5 // purple heart
orange = #ff6600 // blaze orange
blue = #01c1d6 // robin's egg blue
java = #1cbcd2 // java
sun = #fab319 // sun
affair = #69479e // affair
flamingo = #f16623 // flamingo
minsk = #2e2e86 // minsk
@spences10
spences10 / yarn-cheat-sheet.md
Created March 15, 2017 12:58
yarn cheat sheet

Useful Yarn commands

This is just stuff that I have put down that I find I use a lot of the time for my own reference.

Update dependencies

yarn upgrade
@spences10
spences10 / ShareToMany.md
Created March 6, 2017 16:29
ShareToMany

#ShareToMany

an app that will share to many apps, so say if there is a web page you want to share to instapaper you can select to save to pocket as well - maybe like a list of apps to share to in one go

Build Status Dependencies Status Gitter Known Vulnerabilities

MEAN Logo MEAN Stack

MEAN is a framework for an easy starting point with MongoDB, Node.js, Express, and AngularJS based applications. It is designed to give you a quick and organized way to start developing MEAN based web apps with useful modules like Mongoose and Passport pre-bundled and configured. We mainly try to take care of the connection point