Skip to content

Instantly share code, notes, and snippets.

View javifelices's full-sized avatar

Javi Felices javifelices

View GitHub Profile

Atajos de teclado para Eclipse (y derivados como ZendStudio)

Para editar un comando: Window → Preferences → General → Keys

Edición

Ctrl+D elimina la línea actual (en la que se encuentra el cursor)
Ctrl+Shift+F formatear código (tabulaciones, saltos de línea,…)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@javifelices
javifelices / Curso-DevTools.md
Created December 3, 2015 20:42 — forked from nucliweb/Curso-DevTools.md
Desarrollo Frontend con Developer Tools
@javifelices
javifelices / CSS-Tools.md
Created January 25, 2016 21:33 — forked from nucliweb/CSS-Tools.md
CSS Tools
@javifelices
javifelices / web-servers.md
Created January 25, 2017 17:00 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
Verifying my Blockstack ID is secured with the address 1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR https://explorer.blockstack.org/address/1Nswdh1i3RgCYWoc75icBpP2CFQ31qE8cR
@javifelices
javifelices / PY0101ES-1-1-Types.ipynb
Created October 18, 2020 20:26
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-2-3-Sets.ipynb
Created October 26, 2020 21:39
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-2-4-Dictionaries.ipynb
Created October 27, 2020 17:32
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@javifelices
javifelices / PY0101ES-3-1-Conditions.ipynb
Created October 27, 2020 18:30
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.