Skip to content

Instantly share code, notes, and snippets.

View diegotf30's full-sized avatar

Diego Treviño diegotf30

  • Google
  • Mexico
View GitHub Profile
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@diegotf30
diegotf30 / keybindings.json
Last active September 24, 2021 00:06
VSCode keyboard shortcuts
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "ctrl+t",
"command": "-workbench.action.showAllSymbols"
},
@diegotf30
diegotf30 / settings.json
Created September 22, 2021 18:29
VSCOde settings
{
"files.autoSave": "afterDelay",
"sync.gist": "1f89b61bfff7b6f2e135986bd913189a",
"workbench.iconTheme": "material-icon-theme",
"editor.renderIndentGuides": true,
"go.formatTool": "goimports",
"editor.renderControlCharacters": false,
"editor.renderWhitespace": "all",
"explorer.confirmDelete": false,
"terminal.integrated.inheritEnv": false,
# Setup theme
autoload -U promptinit; promptinit
prompt purer
WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
@diegotf30
diegotf30 / Proyecto Final.ipynb
Created May 15, 2020 01:20
Paul - Proyecto Inteligencia Computacional
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@diegotf30
diegotf30 / Twitter_ADB.ipynb
Created November 21, 2019 23:24
Twitter ADB
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@diegotf30
diegotf30 / proyecto-final.ipynb
Last active November 19, 2019 04:42
Metodos cuantitativos fase 1
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "ctrl+t",
"command": "-workbench.action.showAllSymbols"
},