git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| g_LastCtrlKeyDownTime := 0 | |
| g_AbortSendEsc := false | |
| g_ControlRepeatDetected := false | |
| *CapsLock:: | |
| if (g_ControlRepeatDetected) | |
| { | |
| return | |
| } |
| <bookstore> | |
| <book> | |
| <title lang="en">everyday Italian</title> | |
| <author>Giada De Laurentiis</author> | |
| <year>2005</year> | |
| <price/> | |
| </book> | |
| <book> |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause" XF86AudioPlay | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Stop" XF86AudioStop | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next" XF86AudioNext | |
| "dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous" XF86AudioPrevious |
| git diff --no-prefix --ignore-space-at-eol | sed -e "s/^diff --git [^[:space:]]*/Index:/" -e "s/^index.*/===================================================================/" > changes.patch |
| ; This script is a cleaned up and enhanced version of the one found here: | |
| ; https://www.pathofexile.com/forum/view-thread/594346 | |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #Persistent ; Stay open in background | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| StringCaseSense, On ; Match strings with case. | |
| ; Options | |
| ; Pixels mouse must move to auto-dismiss tooltip |
| /** | |
| * Helvetica Neue Normal (No Stretch) | |
| */ | |
| /* Helvetica Neue Black Font Stack */ | |
| .{font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; font-weight:800; font-stretch:normal;} | |
| /* Helvetica Neue Heavy Font Stack */ | |
| .{font-family: "HelveticaNeueHeavy", "HelveticaNeue-Heavy", "Helvetica Neue Heavy", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif; font-weight:700; font-stretch:normal;} |
| #!/bin/sh | |
| # hosts-to-vm.sh | |
| # Drew Reece - September 2011 | |
| # | |
| # Made for use alongside the excellent ievms - https://github.com/xdissent/ievms | |
| # | |
| # Will export the local hosts (from /etc/hosts) | |
| # to a batch file & add that batch file to a Windows VM | |
| # The batch script will be executed to import the hosts onto the VM | |
| # |
| #IfWinActive, Path of Exile ahk_class Direct3DWindowClass | |
| #SingleInstance force | |
| ; Menu tooltip | |
| Menu, tray, Tip, Path of Exile Macros | |
| ; NOTE: Adjust this path so it is correct. | |
| ; If you are using my PoE-Item-Info script you can find | |
| ; the tray icons inside its data directory. | |
| Menu, tray, Icon, PoE Item Info\data\poe-web.ico |