Skip to content

Instantly share code, notes, and snippets.

View fizzvr's full-sized avatar
🏳️
2023

Vladimir Rodríguez fizzvr

🏳️
2023
View GitHub Profile
@fizzvr
fizzvr / keymap.json
Last active August 29, 2015 14:17
teclas rapidas BRACKETS-emmet
{
"expand_abbreviation_with_tab": "Tab",
"expand_abbreviation": "Ctrl-Alt-Enter",
"balance_outward": "Ctrl-Alt-Q",
"balance_inward": "Ctrl-Alt-W",
"matching_pair": "Shift-Ctrl-T",
"wrap_with_abbreviation": "Shift-Ctrl-A",
"next_edit_point": "Ctrl-Alt-2",
"prev_edit_point": "Ctrl-Alt-1",
@fizzvr
fizzvr / Default (Linux).sublime-keymap
Last active August 29, 2015 14:17
teclas rapidas SUBLIME3-emmet
[
{ "keys": ["ctrl+alt+x"], "command": "autoprefixer" },
{
"keys": [
"ctrl+alt+w"
],
"args": {
"action": "balance_inward"
},
"command": "run_emmet_action",
// Load the TCP Library
net = require('net');
// Keep track of the chat clients
var clients = [];
// Start a TCP Server
net.createServer(function (socket) {
// Identify this client
@fizzvr
fizzvr / 0_reuse_code.js
Last active August 29, 2015 14:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@fizzvr
fizzvr / gist:1935670888dd5223a997
Created May 8, 2015 14:18
The Core Concepts of Angular 2
http://victorsavkin.com/post/118372404541/the-core-concepts-of-angular-2

Moving from jQuery

Events

// jQuery
$(document).ready(function() {
  // code
})
@fizzvr
fizzvr / Operaciones-Git
Last active September 4, 2015 21:33 — forked from jelcaf/Operaciones-Git
#############################################
# Push de la rama actual
git push origin $rama_actual
#############################################
# Volver a un commit anterior, descartando los cambios
git reset --HARD $SHA1
#############################################
# Ver y descargar Ramas remotas
SELECT orders.customerid,
orders.transactiondate,
orders.transactionamount,
cohorts.cohortdate
FROM orders
JOIN (SELECT customerid,
Min(transactiondate) AS cohortDate
FROM orders
GROUP BY customerid) AS cohorts
ON orders.customerid = cohorts.customerid;
<!DOCTYPE html>
<html>
<head><title>aXe Rule Descriptions</title></head>
<body>
<table>
<thead><tr><th scope="col">Rule ID</th><th scope="col">Description</th><th scope="col">Tags</th></tr></thead>
<tbody><tr><td>accesskeys</td><td>Ensures that each element on the page with an accesskey attribute has a unique value</td><td>wcag2a, wcag211</td></tr>
<tr><td>area-alt</td><td>Checks the &lt;area&gt; elements of image maps to ensure that they have an alternative text</td><td>wcag2a, wcag111, section508, section508a</td></tr>
<tr><td>aria-allowed-attr</td><td>Checks all attributes that start with &#39;aria-&#39; to ensure that they are all official WAI-ARIA attributes</td><td>wcag2a, wcag411</td></tr>
<tr><td>aria-required-attr</td><td>Checks all elements that contain WAI-ARIA roles to ensure that all required aria- attributes are present</td><td>wcag2a, wcag411</td></tr>
@fizzvr
fizzvr / query
Last active August 29, 2015 14:25
Steam Search
/////pAg # cinco mil ascendentemente
http://steamcommunity.com/market/search?q=#p5000_price_asc
///cs.go & pag # doscientos ascendentemente
http://steamcommunity.com/market/search?appid=730&q=#p200_price_asc