This Gist is outdated. Look at denilsonsa/ets2-stuff for the most recent code.
This file contains hidden or 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://github.com/denilsonsa/udev-joystick-blacklist ║ |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Telegram tg:// to web+tg:// | |
| // @namespace http://denilson.sa.nom.br/ | |
| // @version 0.1 | |
| // @description Converts "tg://" links to "web+tg://". See https://github.com/zhukov/webogram/issues/594 | |
| // @homepage https://gist.github.com/denilsonsa/b32ee2957982bfa86a00 | |
| // @downloadURL https://gist.github.com/denilsonsa/b32ee2957982bfa86a00/raw/telegram-tg-links-to-web-tg.user.js | |
| // @homepage https://greasyfork.org/en/scripts/18593-telegram-tg-to-web-tg | |
| // @author Denilson Sá | |
| // @grant none |
Visit Gist and see 'raw' link, It's including SHA-1 long hash name like this.
https://gist.github.com/raw/2370972/47150711fedb7375d19d761ab122485b8105678d/gist-raw-perm-HEAD.user.js
Posted: http://forum.scssoft.com/viewtopic.php?f=111&t=191979
I'm trying to setup 2 displays with multimon in ETS2, but I'm failing. Well, I've managed to configure the custom multimon layout, but I can't figure out how to make ETS2 window expand to both displays.
My system:
- Windows 7 64-bit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Please look at my new and improved solution: https://gist.github.com/denilsonsa/aeb06c662cf98e29c379
This file contains hidden or 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
| #!/usr/bin/env python2 | |
| # -*- coding: utf8 -*- | |
| from __future__ import unicode_literals | |
| import sys | |
| from datetime import date, timedelta | |
| import re | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.