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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Folder\shellex\ContextMenuHandlers\Library Location] | |
@="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}" |
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
/* bookmarks are stored in “/data/data/org.mozilla.firefox/files/mozilla/…….default/browser.db” */ | |
SELECT url, created | |
FROM bookmarks | |
WHERE COALESCE(url, '') <> '' | |
ORDER BY created ASC |
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
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
<ShortName>Google Search</ShortName> | |
<Description>Google Encrypted Search</Description> | |
<InputEncoding>UTF-8</InputEncoding> | |
<Image width="32" height="32" type="image/png">data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEHklEQVRYhb2WXWwUVRTH56XBotQn33wQBXlTov3gQWtErKB9IGkptPYBxYox6INRa0LQQELRYqEJ8NAPLMQ0bCuBVqzQZhGpH91YJGYJaYMW0O1XZnb6xc7u7Nxz9u+D203vzGx3tlZPcl723j2///m4d66ieDRd1/OIqIqIWolokJl1ZraSHiaiweRapa7reV7jZjTTNNcRURszx+DRmDlKRCdN01y7ZDCAlUKIBmYmr2AXIUIIcTgUCuVmm/XjzHxzqWAXIUHTNNd4gluW9RQza26BaHwURvsXmHn/bYS3bYZasgHqi0UIl5Vg+r23YJxuBo3+lU6ECmC9l8wdcJoYw+z+j6BuKoT6QsHivqkQs598CJoYcxWRthKTk5P3u5U91tcD7ZXizGCba6XPwbzS59oO15kQQjTYNxtnTmUNXuhz9ftd2yGEqLeXfp192mN9PWkDT9VUItJyDLFvziHWcx6RluOYerNKhh+pAxKJdPMgpFYQUZvU8/FRaC8/6wDr1VsRvxZwDQoA8cEBhHeU4t7xz9PuSTGIWhVFURQAD9ovmUjjOw749J7XkJibyxg4YUQy7gEAZjY0TVulEFGVFCA6AtG7ArO1j6Tg4W2bwTNTngJnY0S0XSGiVknZnToIfw6EP |
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
<NotepadPlus> | |
<UserLang name="Markdown" ext="md markdown" udlVersion="2.1"> | |
<Settings> | |
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" /> | |
<Prefix Keywords1="yes" Keywords2="yes" Keywords3="yes" Keywords4="yes" Keywords5="yes" Keywords6="yes" Keywords7="no" Keywords8="no" /> | |
</Settings> | |
<KeywordLists> | |
<Keywords name="Comments">00# 00## 00### 00#### 00##### 00###### 01 02 03[ 03![ 03<!-- 04] 04] 04--></Keywords> | |
<Keywords name="Numbers, prefix1"></Keywords> | |
<Keywords name="Numbers, prefix2"></Keywords> |
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
doskey cdd=cd /D $1 | |
doskey nu=npm update -g $* | |
doskey nig=npm install -g $* | |
doskey nis=npm install --save $* | |
doskey nisd=npm install --save-dev $* | |
doskey bis=bower install --save $* | |
doskey bisd=bower install --save-dev $* | |
doskey bb=youtube-dl -f bestvideo+bestaudio $* | |
doskey mp3=youtube-dl -f bestaudio -x --audio-format mp3 --embed-thumbnail $* | |
doskey yu=youtube-dl --update |
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
// https://discuss.atom.io/t/multi-color-indent-guide-lines/2810/5 | |
// https://color.adobe.com/Lassiter-color-theme-6736263/ | |
atom-text-editor::shadow { | |
.indent-guide { | |
&:nth-child(5n+1) { | |
color: #F272B8; | |
} | |
&:nth-child(5n+2) { | |
color: #4F4D8C; |
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
Windows Registry Editor Version 5.00 | |
; %SystemRoot%\System32\NOTEPAD.EXE %1 | |
[HKEY_CLASSES_ROOT\cmdfile\shell\edit\command] | |
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\ | |
00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,4e,00,4f,00,\ | |
54,00,45,00,50,00,41,00,44,00,2e,00,45,00,58,00,45,00,20,00,25,00,31,00,00,\ | |
00 |
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
Windows Registry Editor Version 5.00 | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\Atom] | |
@="Open with Atom" | |
"Icon"="C:\\Users\\dogan\\AppData\\Local\\atom\\app-1.0.7\\atom.exe" | |
[HKEY_CURRENT_USER\Software\Classes\*\shell\Atom\command] | |
@="C:\\Users\\dogan\\AppData\\Local\\atom\\app-1.0.7\\atom.exe \"%1\"" | |
[HKEY_CURRENT_USER\Software\Classes\directory\background\shell\Atom] |
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
@echo off | |
set "urlrevision=https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%%2FLAST_CHANGE?generation=1437669809191000^&alt=media" | |
for /f "tokens=*" %%a in ('"curl.exe -s %urlrevision%"') do @set revision=%%a | |
echo Downloading Chromium rev.%revision% | |
set urlsetup="https://www.googleapis.com/download/storage/v1/b/chromium-browser-continuous/o/Win_x64%%2F%revision%%%2Fmini_installer.exe?generation=1437669746574000&alt=media" |