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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\*\shell\Cursor] | |
@="Open with &Cursor" | |
"Icon"="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe,0" | |
[HKEY_CLASSES_ROOT\*\shell\Cursor\command] | |
@="%LOCALAPPDATA%\\Programs\\cursor\\Cursor.exe \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\shell\Cursor] |
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
#!/bin/sh | |
# crous_connect | |
# | |
# Petit script pour se connecter aux services du CROUS | |
# Auteur d'orgine: [email protected] | |
# Script d'origine: https://gist.github.com/maelvalais/5021908 | |
# Contributeur dernière mise a jour: Rémi M (github.com/Erim32) | |
# Mis à jour le 13.04.2018 | |
# Version 0.3 |
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
#!/bin/sh | |
# ============================================================================================= | |
# | |
# Fichier: kinect-rpi-alsa-install.sh | |
# Description: | |
# Procedure d'installation pour rendre le Kinect V1 détectable par Alsa comme une source Audio. | |
# Auteur: Erim32 (https://github.com/Erim32) | |
# Date: 06/06/2017 | |
# |