Skip to content

Instantly share code, notes, and snippets.

@adriy-be
adriy-be / main.c
Last active February 7, 2024 07:45
arduino_keyboard_password
/*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>
@adriy-be
adriy-be / Caddyfile
Last active June 14, 2023 11:13
Caddy php
test.com:443 {
root * /app/html
file_server {
browse
}
php_fastcgi * localhost:9000
}
# 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 ->