Simple Python GUI for Redshift.
Dim your screen with a click.
Only runs when you want it to.
Doesn't run in background,
So it won't eat up your valuable memory.
Change brightness to your current mood.
| <Binding type="GRAPHICS"> | |
| <Name>Sega Saturn</Name> | |
| <FilterSet method="AND"> | |
| <Filter type="MAGIC">SEGA</Filter> | |
| </FilterSet> | |
| <Target type="LUA">Graphics_Saturn.lua</Target> | |
| </Binding> |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/"> | |
| <!-- Generated by http://www.7is7.com/software/firefox/opensearch.html --> | |
| <ShortName>Online Etymology Dictionary</ShortName> | |
| <Description>Online Etymology Dictionary Search</Description> | |
| <Url type="text/html" method="get" template="https://www.etymonline.com/search?q={searchTerms}&sourceid=opensearch"/> | |
| <Image width="16" height="16" type="image/x-icon">https://www.etymonline.com/favicon.ico</Image> | |
| <InputEncoding>UTF-8</InputEncoding> | |
| <moz:SearchForm>https://www.etymonline.com/</moz:SearchForm> | |
| <moz:UpdateUrl>https://www.etymonline.com/opensearch.xml</moz:UpdateUrl> |
| #!/usr/bin/python | |
| ##~~~~~~~~~~~~~~~ | |
| ## @Doyousketch2 | |
| ## Gnu GPLv3 | |
| import time | |
| import xaut | |
| ## use xev to find keycodes | |
| letter = "123456789ABCDEF" |
| // ==UserScript== | |
| // @name Unrequited LΓΆve | |
| // @version 0.2 | |
| // @description Highlight disabled functions in the LΓΆve tables | |
| // @author Doyousketch2 | |
| // @match https://love2d.org/wiki/* | |
| // @grant GM_info | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @grant GM_xmlhttpRequest |
It's 2017:bangbang: New Year's resolution is:
1440 x 900 on my main monitor, and 1280 x 1024 on my secondary.
What it does:
Converts tabs to spaces, for posting on GitHub, so you don't get 8 spaces per tab every time...
Scoots comments to the right-margin so your code is easier to read.
You decide how far you'd like right-margin to be, user-set variable.
>Adds spacing after commas, so tuples and lists are easier to digest.
| #!/usr/bin/python3 | |
| # -*- coding: utf-8 -*- | |
| ##============================================== | |
| ## ScratchJsonExtract.py | |
| ## | |
| ## Eli Innis | |
| ## Twitter: @Doyousketch2 | |
| ## Email: Doyousketch2 @ yahoo.com | |
| ## | |
| ## 20 Dec, 2016 -- 13 Jan, 2017 |
View vol-up.py & vol-down.py scripts, or Download ZIP
Normally, when you scroll up-and-down on the volume icon,
the volume jumps 5% every time. π
I've got a 600 watt π» Yamaha 6.1 surround system, with a 300 watt sub. π
a 5% increase in volume from my :computer
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| ##========================================================================= | |
| """Python is the most powerful language you can still read. β Pau Dubois""" | |
| ## | |
| ## Python test, as described by Pau Dubois. | |
| ## programmed by Eli Innis - 12 Dec, 2016 | |
| ## GNU GPLv3 - gnu.org/licenses/gpl-3.0.txt | |
| ## git.io/v1Pvn | |
| ##----------------------------------------- |