// jQuery
$(document).ready(function() {
// code
})
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /home/fizz/.config/libreoffice/4/user/template/ODT_PLANTILLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | steamname: FizzVR | |
| | steamID32: STEAM_0:1:50351163 | |
| | steamID64: http://steamcommunity.com/profiles/76561198060968055 | |
| | customURL: http://steamcommunity.com/id/fizzvr | |
| | steamrep: http://steamrep.com/profiles/76561198060968055 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| (function(f,i,z,v,r,e,c){f['GoogleAnalyticsObject']=r;f[r]=f[r]||function(){ | |
| (f[r].q=f[r].q||[]).push(arguments)},f[r].l=1*new Date();e=i.createElement(z), | |
| c=i.getElementsByTagName(z)[0];e.async=1;e.src=v;c.parentNode.insertBefore(e,c) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-<%- @site.anal %>', 'fizzvr.github.io'); | |
| ga('send', 'pageview'); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="mailto:fizzvr@gmail.com">fizzvr@gmail.com</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| [ | |
| { "keys": ["ctrl+alt+x"], "command": "autoprefixer" }, | |
| { | |
| "keys": [ | |
| "ctrl+alt+w" | |
| ], | |
| "args": { | |
| "action": "balance_inward" | |
| }, | |
| "command": "run_emmet_action", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://victorsavkin.com/post/118372404541/the-core-concepts-of-angular-2 |
OlderNewer