Skip to content

Instantly share code, notes, and snippets.

* https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=pt-BR
* https://userstyles.org/styles/browse/github
var fs = window.RequestFileSystem || window.webkitRequestFileSystem;
if (!fs) {
result.textContent = "check failed?";
return;
}
fs(window.TEMPORARY, 100, function(fs) {
console.log('not in incognito mode');
}, function(err) {
console.log('is in incognito mode');
});
// Code here will be linted with JSHint.
/* jshint ignore:start */
// Code here will be ignored by JSHint.
/* jshint ignore:end */
diskpart
list disk
select disk <number>
clean
create partition primary
format fs=fat32 quick
https://www.jetbrains.com/help/webstorm/2016.2/zooming-in-the-editor.html#d280906e30
function arraysEqual(a1,a2) {
return JSON.stringify(a1)==JSON.stringify(a2);
};
return intList.stream().map(in -> in == null ? BigInteger.ZERO : BigInteger.valueOf(in.longValue())).collect(Collectors.toList());
https://www.html5rocks.com/en/tutorials/file/dndfiles/
@suuuzi
suuuzi / vue
Created November 17, 2016 17:04
https://about.gitlab.com/2016/10/20/why-we-chose-vue/