Skip to content

Instantly share code, notes, and snippets.

@ian-noble
ian-noble / ConEmu.xml
Last active May 12, 2018 15:05
Cmder configuration.
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2018-02-09 12:09:12" build="161206">
<value name="ColorTable00" type="dword" data="00362b00"/>
<value name="ColorTable01" type="dword" data="00423607"/>
<value name="ColorTable02" type="dword" data="00756e58"/>
<value name="ColorTable03" type="dword" data="00837b65"/>
<value name="ColorTable04" type="dword" data="00164bcb"/>
<value name="ColorTable05" type="dword" data="00c4716c"/>
@ian-noble
ian-noble / boxstarter-full-win10.ps1
Last active October 23, 2022 16:31
Boxstarter - Full - Windows 10
<#
.SYNOPSIS
BoxStarter script to configure Windows 10 development PC.
.DESCRIPTION
Install BoxStarter:
. { Invoke-WebRequest -useb http://boxstarter.org/bootstrapper.ps1 } | Invoke-Expression; get-boxstarter -Force
Run by calling the following from an **elevated** command-prompt.
Remove -DisableReboots parameter to allow the script to reboot as required.
@rwilkes
rwilkes / InoreaderRowHighlight.js
Created September 14, 2017 02:06
Inoreader Highlight Mouseover Row UsereScript
// ==UserScript==
// @name Inoreader - Highlights row light blue when mouse over in Article Pane
// @namespace https://openuserjs.org/scripts/jg5050/Inoreader_-_Highlights_row_light_blue_when_mouse_over_in_Article_Pane
// @description Change background to light blue when hovering with the mouse over headers in the article pane
// @downloadURL https://github.com/jimmygoings50/Userscripts/blob/master/Inoreader_-_Highlights_Row_Light_Blue_on_Mouseover.user.js
// @updateURL https://github.com/jimmygoings50/Userscripts/blob/master/Inoreader_-_Highlights_Row_Light_Blue_on_Mouseover.user.js
// @author jg5050
// @version 1.0
// @domain www.inoreader.com
// @domain inoreader.com
@coramuirgen
coramuirgen / surfingkeys_test.js
Created August 30, 2017 23:18
surfingkeys_test
// Unmap undesired defaults
var unmaps = [ "sb" , "sw", "ob"
, "ow" , "cp", ";cp"
, ";ap", "spa", "spb"
, "spd", "sps", "spc"
, "spi", "sfr", "zQ"
, "zz" , "zR", "ab"
, "Q" , "q", "ag"
, "af"
@brynedwards
brynedwards / surfingkeys.js
Last active September 20, 2017 11:20
Surfingkeys config
// Surfingkeys 0.9.1
/*
for (let k of [ "sb", "sw", "ob"
, "ow", "cp", ";cp"
, ";ap", "spa", "spb"
, "spd", "sps", "spc"
, "spi", "sfr", "zQ"
, "zz", "zR", "ab" , "Q", "q", "ag"
//for the left&&right hand ...
Hints.characters = 'dsaewqcxzvr';
// set theme
settings.theme = '\
.sk_theme { \
background: #fff; \
color: #000; \
} \
.sk_theme tbody { \
color: #000; \
@turboBasic
turboBasic / boxstarter-short.ps1
Last active March 28, 2018 17:30
Windows 10 bootstarter script: deployment of configurations and application
# Run: START http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/maoizm/7d0192e9b9493dcd503449fa6a389b49/raw/4a7470fe1b0a81c8b78d7d42150d55c303f826bb/boxstarter.ps1
# or: START http://boxstarter.org/package/nr/url?c:\install\boxstarter.ps1
#
# @TODO add lib_environment.ps1
Set-ExecutionPolicy RemoteSigned
# Enable Group Policy for Powershell
$_urlBase = 'https://raw.githubusercontent.com/turboBasic/.dotfiles/master/windows/GroupPolicy/'
@bantya
bantya / websearch.ini
Last active March 28, 2018 17:22
INI: My keypirinha websearch.ini file
[main]
enable_predefined_sites = no
item_label_format = {site_name}
[defaults]
history_keep = none
[site/PHP]
url = http://php.net/manual-lookup.php?pattern=%s
Update-ExecutionPolicy Unrestricted
Disable-GameBarTips
Disable-BingSearch
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess -DisableShowRecentFilesInQuickAccess -DisableShowFrequentFoldersInQuickAccess
cinst directx
cinst vcredist2008
cinst vcredist2010
cinst vcredist2012
cinst vcredist2013
@Visionary1
Visionary1 / Class Dock.ahk
Last active November 10, 2024 23:33
Docks a window to another
/*
Class Dock
Attach a window to another
Author
Soft (visionary1 예지력)
version
0.1 (2017.04.20)
0.2 (2017.05.06)