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
/*See HID Project documentation for more information about the keyboard API: | |
https://github.com/NicoHood/HID/wiki/Keyboard-API | |
This board have a dip switch to encode a digit whos is in the password | |
Push button to enter the password with the encoded digit | |
*/ | |
#define HID_CUSTOM_LAYOUT | |
#define LAYOUT_FRENCH_BELGIAN | |
#include <HID-Project.h> |
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
test.com:443 { | |
root * /app/html | |
file_server { | |
browse | |
} | |
php_fastcgi * localhost:9000 | |
} |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |