This file contains 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
<link href="../cool-clock/cool-clock.html" rel="import"> | |
<link href="../core-drawer-panel/core-drawer-panel.html" rel="import"> | |
<link href="../core-menu/core-submenu.html" rel="import"> | |
<link href="../core-item/core-item.html" rel="import"> | |
<link href="../paper-tabs/paper-tabs.html" rel="import"> | |
<link href="../paper-tabs/paper-tab.html" rel="import"> | |
<polymer-element name="my-element"> | |
<template> |
This file contains 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
{ | |
"files": | |
{ | |
"angular1315": "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js", | |
"bootstrap334_css": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css", | |
"bootstrap334_js": "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js", | |
"chart102_js": "https://raw.githubusercontent.com/nnnick/Chart.js/master/Chart.min.js", | |
"favicon038_js": "https://raw.githubusercontent.com/ejci/favico.js/master/favico-0.3.8.min.js", | |
"fontawesome430": "http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css", | |
"jquery": "https://code.jquery.com/jquery-1.11.2.min.js", |
This file contains 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
/* | |
Exemples : | |
<a href="posts/2" data-method="delete" data-token="{{csrf_token()}}"> | |
- Or, request confirmation in the process - | |
<a href="posts/2" data-method="delete" data-token="{{csrf_token()}}" data-confirm="Are you sure?"> | |
*/ | |
(function() { | |
This file contains 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 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
<snippet> | |
<content><![CDATA[ | |
console.log('%c ${1:this} '+ ${2:undefined}, 'background: ${3:white};font-size:18px; color: ${4:#bada55}'); | |
]]></content> | |
<tabTrigger>clog</tabTrigger> | |
<scope>source.js</scope> | |
</snippet> |
This file contains 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
body { | |
background: #282A3B; | |
color: #e6e6e6; | |
} | |
a { | |
color: #949494; | |
} | |
a:link, |
This file contains 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
set nobackup | |
set noswapfile | |
syntax enable | |
syntax on | |
set number | |
set runtimepath^=~/.vim/bundle/ctrlp.vim | |
set t_Co=256 |
This file contains 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
<snippet> | |
<content> | |
<![CDATA[ | |
{/**${SELECTION} **/} | |
]]> | |
</content> | |
<tabTrigger>comment</tabTrigger> | |
<description>Comment React code</description> | |
<scope>source.js</scope> | |
</snippet> |
This file contains 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
import os; [(os.path.dirname(file)[len('Packages/'):], sublime.decode_value(sublime.load_resource(file))['url']) for file in sublime.find_resources('package-metadata.json')] |
This file contains 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
myvscode settings |
OlderNewer