I hereby claim:
- I am soren121 on github.
- I am soren121 (https://keybase.io/soren121) on keybase.
- I have a public key ASBgb7W6yO-JrqdeysbyXbUUS8UvPCAb5xejTxjA2dgSjQo
To claim this, I am signing this object:
| --- event.py 2016-02-12 13:51:58.000000000 -0500 | |
| +++ event.py 2017-12-29 21:11:45.678336432 -0500 | |
| @@ -484,16 +484,10 @@ | |
| self._scroll_with_flipping(0, prefs['number of pixels to scroll per mouse wheel event']) | |
| elif event.direction == gtk.gdk.SCROLL_RIGHT: | |
| - if not self._window.is_manga_mode: | |
| - self._window.flip_page(+1) | |
| - else: | |
| - self._previous_page_with_protection() |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| import RPi.GPIO as gpio | |
| import sys, time | |
| def blink(pin, duration): | |
| gpio.output(pin, gpio.HIGH) | |
| time.sleep(0.4 * duration) | |
| gpio.output(pin, gpio.LOW) | |
| time.sleep(0.4) |
| <?php | |
| // we're loading the Database TestCase here | |
| require 'PHPUnit' . DIRECTORY_SEPARATOR . 'Extensions' . | |
| DIRECTORY_SEPARATOR . 'Database' . DIRECTORY_SEPARATOR . | |
| 'TestCase.php'; | |
| class FixtureTestCase extends PHPUnit_Extensions_Database_TestCase { | |
| public $fixtures = array( | |
| 'posts', |
| // ==UserScript== | |
| // @name Tumblr Archive Post Count | |
| // @version 1.1 | |
| // @description STAFF STAHP REMOVING FEATURES I LIKE | |
| // @author soren121 <soren121@sorenstudios.com> | |
| // @match https://*.tumblr.com/archive | |
| // @match https://*.tumblr.com/archive/* | |
| // @run-at document-idle | |
| // ==/UserScript== |