Skip to content

Instantly share code, notes, and snippets.

@LeoIannacone
LeoIannacone / monokai-exteded.xml
Last active October 26, 2023 15:50
Monokai Extended - GtkSourceView Theme
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2014 Leo Iannacone <info@leoiannacone.com>
This file was generated from a textmate theme named Monokai Extended
with tm2gtksw2 tool. (Alexandre da Silva)
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json
index af781cc..9061658 100644
--- a/npm-shrinkwrap.json
+++ b/npm-shrinkwrap.json
@@ -2,6835 +2,175 @@
"name": "codio-dashboard",
"version": "1.0.0",
"dependencies": {
- "babel": {
- "version": "5.5.6",
@LeoIannacone
LeoIannacone / gist:4eb574413e34137a06e8ecf1589190d4
Created November 18, 2016 11:16
Splitting webpack - plentific-dashboard
webpack built 0260fbc1633f3e6d6195 in 77478ms
Hash: 0260fbc1633f3e6d6195
Version: webpack 1.13.3
Time: 77478ms
Asset Size Chunks Chunk Names
bootstrap.js 57.1 kB 0 [emitted] bootstrap
vendor.js 9.95 MB 1, 0 [emitted] vendor
common.js 1.88 MB 2, 0 [emitted] common
main.js 2.27 MB 3, 0 [emitted] main
pro.js 1.3 MB 4, 0 [emitted] pro
@LeoIannacone
LeoIannacone / intercom.js
Last active December 1, 2016 17:28
intercom
const Intercom = require('intercom-client')
const SEGMENT_ID = process.env.INTERCOM_SEGMENT_ID
const TOKEN = process.env.INTERCOM_TOKEN
const client = new Intercom.Client({token: TOKEN})
const oldUsers = []
const bulkLimit = 50