Forked from ShiponKarmakar/Sublime Text 3 Serial key build is 3176.txt
Created
January 14, 2018 07:08
-
-
Save mjinayan80/9cf11e5f539bbac1d3f2a0c2ad068321 to your computer and use it in GitHub Desktop.
Sublime Help full Code
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 urllib.request,os,hashlib; h = '2915d1851351e5ee549c20394736b442' + '8bc59f460fa1548d1514676163dafc88'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by) |
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
Michael Barnes | |
Single User License | |
EA7E-821385 | |
8A353C41 872A0D5C DF9B2950 AFF6F667 | |
C458EA6D 8EA3C286 98D1D650 131A97AB | |
AA919AEC EF20E143 B361B1E7 4C8B7F04 | |
B085E65E 2F5F5360 8489D422 FB8FC1AA | |
93F6323C FD7F7544 3F39C318 D95E6480 | |
FCCC7561 8A4A1741 68FA4223 ADCEDE07 | |
200C25BE DBBC4855 C4CFB774 C5EC138C | |
0FEC1CEF D9DCECEC D3A5DAD1 01316C36 |
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
—– BEGIN LICENSE —– | |
TwitterInc | |
200 User License | |
EA7E-890007 | |
1D77F72E 390CDD93 4DCBA022 FAF60790 | |
61AA12C0 A37081C5 D0316412 4584D136 | |
94D7F7D4 95BC8C1C 527DA828 560BB037 | |
D1EDDD8C AE7B379F 50C9D69D B35179EF | |
2FE898C4 8E4277A8 555CE714 E1FB0E43 | |
D5D52613 C3D12E98 BC49967F 7652EED2 | |
9D2D2E61 67610860 6D338B72 5CF95C69 | |
E36B85CC 84991F19 7575D828 470A92AB | |
—— END LICENSE —— |
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\*\shell\Edit with Sublime Text] | |
@="Edit with &Sublime Text" | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0" | |
"MuiVerb"="Edit with Sublime Text" | |
[HKEY_CLASSES_ROOT\*\shell\Edit with Sublime Text\command] | |
@="C:\\Program Files\\Sublime Text 3\\sublime_text.exe \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime] | |
@="Open with Sublime Text" | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\Sublime\command] | |
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%V\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Sublime] | |
@="Open with Sublime Text" | |
"Icon"="C:\\Program Files\\Sublime Text 3\\sublime_text.exe,0" | |
[HKEY_CLASSES_ROOT\Directory\shell\Sublime\command] | |
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment