This file contains 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
config :phoenix, :json_library, ErlJson |
This file contains 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 python3 | |
from collections import namedtuple | |
import re | |
import subprocess | |
import sys | |
Remote = namedtuple("Remote", ["name", "user", "repo"]) | |
This file contains 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
áéíóú |
This file contains 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
let searchengine dota2 = "http://dota2.gamepedia.com/index.php?title=Special:Search&search=%s" | |
let completionengines = ['google', 'wikipedia', 'duckduckgo', 'dota2'] | |
let searchalias d = "dota2" |
This file contains 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
Disable-UAC | |
Enable-MicrosoftUpdate | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtension | |
Move-LibraryDirectory "{374DE290-123F-4565-9164-39C4925E467B}" "D:\Downloads" | |
cinst autohotkey.portable | |
cinst git | |
cinst poshgit | |
cinst gitversion |
This file contains 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
Hi Bjørn Madsen! | |
Thank you for registering your Cloud9 account. | |
From now on you can sign in at http://c9.io. | |
YOUR CLOUD9 USERNAME | |
For others to find you on Cloud9 we've created the following Cloud9 username for you: aeons1 | |
You can always change your username on the 'Account Settings' section in your dashboard. |
This file contains 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
; 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 |