Skip to content

Instantly share code, notes, and snippets.

View miguelsolorio's full-sized avatar

Miguel Solorio miguelsolorio

View GitHub Profile
"workbench.colorCustomizations": {
"editor.background": "#1E1E1E",
"editor.foreground": "#D4D4D4",
"editor.inactiveSelectionBackground": "#3A3D41",
"editorIndentGuide.background": "#404040",
"editorIndentGuide.activeBackground": "#707070",
"editor.selectionHighlightBackground": "#ADD6FF26",
"list.dropBackground": "#383B3D",
"activityBarBadge.background": "#007ACC",
"sideBarTitle.foreground": "#BBBBBB"
"workbench.colorCustomizations": {
"activityBar.background": "#2F333D",
"activityBar.foreground": "#D7DAE0",
"activityBarBadge.background": "#4D78CC",
"activityBarBadge.foreground": "#F8FAFD",
"badge.background": "#282c34",
"button.background": "#404754",
"debugToolBar.background": "#21252b",
"dropdown.background": "#1d1f23",
"diffEditor.insertedTextBackground": "#00809B33",
@miguelsolorio
miguelsolorio / .bash_profile
Created August 7, 2018 20:30
Hide and Show Desktop Files
# ~/.bash_profile
# Hide Desktop files
alias hideDesktop='defaults write com.apple.finder CreateDesktop false; killall Finder'
# Show Desktop files
alias showDesktop='defaults write com.apple.finder CreateDesktop true; killall Finder'
@miguelsolorio
miguelsolorio / build.sh
Last active February 28, 2019 16:37
Using ImageMagick (ico) and Iconutil (icns) to generate OS icons
input=("assets")
output=("dist")
platforms=("darwin" "win32")
versions=("stable" "insiders" "oss")
files=("bat" "bower" "c" "cpp" "csharp" "css" "default" "go" "html" "jade" "java" "javascript" "less" "markdown" "php" "powershell" "python" "react" "ruby" "sass" "shell" "sql" "typescript" "vue" "xml" "yaml" "json" "config")
# create output directory
for platform in "${platforms[@]}"
do
for version in "${versions[@]}"
{
"name": "Dark Default Colors",
"$schema": "vscode://schemas/color-theme",
"type": "dark",
"colors": {
"activityBar.background": "#333333",
"activityBar.dropBackground": "#ffffff1f",
"activityBar.foreground": "#ffffff",
"activityBar.inactiveForeground": "#ffffff99",
"activityBarBadge.background": "#007acc",
short_name character unicode
activate-breakpoints EA97
add EA60
archive EA98
arrow-both EA99
arrow-down EA9A
arrow-left EA9B
arrow-right EA9C
arrow-small-down EA9D
arrow-small-left EA9E
short_name character unicode
R E001
apple E002
argdown E003
asm E004
audio E005
babel E006
bower E007
bsl E008
c-sharp E009
@miguelsolorio
miguelsolorio / index.pug
Last active May 13, 2020 21:19
Notebooks Prototype v2
- let counter = 1
- let cells = [{group: 1, type: 'text', heading: 'Common plotting pitfalls with large data', paragraph: 'When working with large datasets, visualizations are often the only way available to understand the properties of that dataset -- there are simply too many data points to examine each one! Thus it is very important to be aware of some common plotting problems that are minor inconveniences with small datasets but very serious problems with larger ones.', git: 'modified'},{group: 1, type: 'code', string: 'import matplotlib.pyplot as plt\nimport numpy as np', time: '0.1'},{group: 1, type: 'code', string: 'print("Hello World")', time: "0.3", output: 'Hello World',git: 'added'},{group: 2, type: 'text', heading: '1. Overplotting', paragraph: 'Let\'s consider plotting some 2D data points that come from two separate categories, here plotted as blue and red in **A** and **B** below. When the two categories are overlaid, the appearance of the result can be very different depending on which one is
@miguelsolorio
miguelsolorio / index.pug
Last active June 3, 2020 16:17
Notebooks Prototype v3
- let counter = 1
- let cells = [{group: 1, type: 'text', heading: 'Common plotting pitfalls with large data', paragraph: 'When working with large datasets, visualizations are often the only way available to understand the properties of that dataset -- there are simply too many data points to examine each one! Thus it is very important to be aware of some common plotting problems that are minor inconveniences with small datasets but very serious problems with larger ones.', git: 'modified'},{group: 1, type: 'code', string: 'import matplotlib.pyplot as plt\nimport numpy as np', time: '0.1'},{group: 1, type: 'code', string: 'print("Hello World")', time: "0.3", output: 'Hello World',git: 'added'},{group: 2, type: 'text', heading: '1. Overplotting', paragraph: 'Let\'s consider plotting some 2D data points that come from two separate categories, here plotted as blue and red in **A** and **B** below. When the two categories are overlaid, the appearance of the result can be very different depending on which one is
@miguelsolorio
miguelsolorio / endgame.github-issues
Last active June 4, 2020 16:58
notebook-samples
‎‎​