Skip to content

Instantly share code, notes, and snippets.

View gcollic's full-sized avatar
💭
⌨️

Guillaume Collic gcollic

💭
⌨️
View GitHub Profile
@Ciantic
Ciantic / keyboardlistener.cs
Created July 11, 2010 17:33
C# Keyboard listener
using System;
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Windows.Input;
using System.Windows.Threading;
using System.Collections.Generic;
namespace Ownskit.Utils
{
@eleloya23
eleloya23 / retro.ps1
Created July 18, 2014 20:57
Windows 8 RETRO Script
<#
Windows 8 RETRO Script
Removes as much METRO as possible. Stay RETRO my friend.
Policies:
1.- Disable the hot corners
2.- Disable forced reboots for Windows Updates
3.- Disable Microsoft Account Linking
4.- Disable Lock Screen
@ivanpu
ivanpu / git_for_intellij.bat
Last active May 31, 2024 20:04
Rewrite of https://gist.github.com/gcollic/f6f093ec3805979669d0bf744e22c72a in Python, because I've needed this in my employer-provided Windows machine.
@echo off
python %~dp0git_for_intellij.py %*