I hereby claim:
- I am zbee on github.
- I am zbee (https://keybase.io/zbee) on keybase.
- I have a public key whose fingerprint is E575 5FDA 6B8F 0008 ADBC C075 1191 87B7 5A54 2B6C
To claim this, I am signing this object:
| <select name="timezone"> | |
| <?php | |
| $timezones = DateTimeZone::listIdentifiers(DateTimeZone::ALL); | |
| foreach ($timezones as $timezone) | |
| echo '<option value="'.$timezone.'">'.$timezone.'</option>'; | |
| ?> | |
| </select> |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Dark Monitor | |
| // @namespace https://gist.github.com/Zbee/0df652f096b670ec13a6 | |
| // @version 0.3.6 | |
| // @description A monitor for A Dark Room (doublespeakgames/adarkroom) | |
| // @author Zbee | |
| // @match http://adarkroom.doublespeakgames.com/ | |
| // @grant none | |
| // ==/UserScript== |
| <?xml version="1.0" encoding="utf-8"?> | |
| <profiles xmlns="http://www.logitech.com/Cassandra/2010.7/Profile"> | |
| <profile lastplayeddate="2015-07-06T23:13:04" lock="0" gkeysdk="0" name="World of Warcraft" gpasupported="0" launchable="1" guid="{843A0097-C30D-4A70-94B0-701F73A862DF}"> | |
| <description></description> | |
| <target path="C:\PROGRAM FILES (X86)\WORLD OF WARCRAFT\WOW.EXE"/> | |
| <target path="C:\PROGRAM FILES (X86)\WORLD OF WARCRAFT\WOW-64.EXE"/> | |
| <signature value="InstallPath" key="HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft" name="" executable="Wow.exe"/> | |
| <signature value="InstallPath" key="HKEY_LOCAL_MACHINE\SOFTWARE\Blizzard Entertainment\World of Warcraft" name="" executable="Wow-64.exe"/> | |
| <signature value="InstallLocation" key="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\World of Warcraft" name="" executable="Wow.exe"/> | |
| <signature value="InstallLocation" key="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Worl |
| // ==UserScript== | |
| // @name Click Gist code to view | |
| // @namespace Gist-click-to-view | |
| // @description Click the code preview of Gists to view the full gist | |
| // @version 1 | |
| // @grant none | |
| // @include https://gist.github.com/* | |
| // @require https://code.jquery.com/jquery-2.1.4.min.js | |
| // ==/UserScript== |
If you've lost your password and can't recover it via email but have access to the doku file system, you're still good.
Open up conf/user.auth.php and replace the password of your user with 21232f297a57a5a743894a0e4a801fc3, that will make the password be admin.
| import os | |
| libs = { | |
| "bin": "", | |
| "etc" : "", | |
| "lib": { | |
| "perl5": { | |
| "5.8.8" : { | |
| "B": "", | |
| "CPAN": "", |
| { | |
| "color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme", | |
| "flatland_sidebar_tree_xsmall": true, | |
| "flatland_square_tabs": false, | |
| "font_size": 11, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": |
| /* global jQuery */ | |
| /* global netflix */ | |
| /* global $ */ | |
| //Now please reference: https://github.com/zbee/netflixscripts | |
| //Does not currently support using two accounts | |
| //Open page: https://netflix.com/browse/my-list - Netflix will normalize the URL |
| ; This script will go through and upload every log in your ACT folder to fflogs, | |
| ; and then remove or archive those log files according to your configuration. | |
| ; Just update the configuration below, run the script, click your fflogs uploader | |
| ; (not companion) window, and press <Delete> to start it up! | |
| ; Fortunately, the fflogs uploader program has a minimum width and height, so | |
| ; just reduce the window width and height all the way. | |
| ; <Delete> inside of the fflogs window will start the script | |
| ; <Home> will pause and un-pause the script | |
| ; <F1> will end the script |