Skip to content

Instantly share code, notes, and snippets.

View alx's full-sized avatar
🌌
exploring

Alexandre Girard alx

🌌
exploring
View GitHub Profile
@pastleo
pastleo / GA-H170N-WIFI_NV970_DebianJessie.md
Last active March 9, 2018 22:16
Install drivers (firmware) for debian 8 (jessie) on GA-H170N-WIFI with Nvidia GTX970

Install drivers (firmware) for debian 8 (jessie) on GA-H170N-WIFI with Nvidia GTX970

After installing debian 8 (jessie) on my GA-H170N-WIFI with Nvidia GTX970, there are many hardwares not working properly. After digging for some time, I finally get everything working. So I am going to write this simple note to help people might need this in the future (for me as well).

Today is 2016/6/25, many things may be fixed in the future

Things not working properly after installation:

  • Audio chip Realtec ALC1150 built on GA-H170-WIFI
@alx
alx / Bethelsassar_festival_2012.md
Last active September 29, 2015 08:37
Bethelsassar festival 2012

01/2012

  • Electroshock par Hugo JACKSON, Pascal CHANDELIER, Valentin MICHEL, Bastien MORTELECQUE et Elliot MAREN de l'Ecole Supérieure des Métiers Artistiques 2011
  • Joe par Laetitia Butyn de l'EMCA (Angoulême)
  • Road Rage par Nick Khoo

04/2012

@alx
alx / hello_world.rb
Created November 16, 2010 15:36
First draft for the USB Gangbang
framework 'AppKit'
class AppDelegate
def applicationDidFinishLaunching(notification)
voice_type = "com.apple.speech.synthesis.voice.Alex"
@voice = NSSpeechSynthesizer.alloc.initWithVoice(voice_type)
end
def windowWillClose(notification)
puts "Bye!"