I hereby claim:
- I am preya on github.
- I am preya (https://keybase.io/preya) on keybase.
- I have a public key ASC3tNZ2F6Xgz0JUG6S7bXcCCC5THLqCfpqlkORZUewJago
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include <math.h> | |
| float tempRaw, tempAvg; | |
| uint8_t tempPin = 7; | |
| uint8_t speakerPin = 2; | |
| uint8_t barLedPins[] = { 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 }; | |
| uint8_t barLedPinsLength = sizeof(barLedPins) / sizeof(barLedPins[0]); | |
| uint8_t lowTempLimit = 24; |
| { | |
| "schema_version": 1, | |
| "name": "wohnungssuche", | |
| "description": "This scenario is for apartment search in Hamburg, Germany. It has several event sources from building companies who have their own property ads on their website.", | |
| "source_url": false, | |
| "guid": "b157be4c66ae64b92ae4725fee342313", | |
| "tag_fg_color": "#ffffff", | |
| "tag_bg_color": "#5bc0de", | |
| "icon": "home", | |
| "exported_at": "2017-10-06T07:33:37Z", |
| const readline = require('readline'); | |
| const rl = readline.createInterface({ | |
| input: process.stdin, | |
| output: process.stdout | |
| }); | |
| rl.question('Please enter potential palindrome: ', checkForPalindrome); | |
| function checkForPalindrome(str) |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Start Paperspace machine</title> | |
| <meta charset="UTF-8"> | |
| <style> | |
| body { | |
| background-color: black; | |
| } | |
| #main { |
| #include <ESP8266WiFi.h> | |
| #include <PubSubClient.h> | |
| #include <ArduinoJson.h> | |
| #include <Adafruit_NeoPixel.h> | |
| #define LEDPIN D4 | |
| #define NUMBER_PIXELS 1 | |
| Adafruit_NeoPixel led = Adafruit_NeoPixel(NUMBER_PIXELS, LEDPIN, NEO_RGB + NEO_KHZ800); |
| /** | |
| * ************** How to use this firmware - READ THIS, yes actually read this. ********************************* | |
| * | |
| * Uncomment means removing the 2 // in front of #define. | |
| * | |
| * FLASHING NOTES: | |
| * ALL slicers (Simplify3D, Cura, Slic3r, etc) or anything else that connects to the COM port must be CLOSED for the firmware to be flash. | |
| * If anything is connected to the COM port when flashing it will fail, typically "access denied" is listed in the error section of the Arduino IDE. | |
| * You MUST use the Included Arduino IDE to flash the firmware if on Windows and if you are on a Mac or Linux follow the guide in our knowledgebase to setup your IDE to work with the firmware. | |
| * |
| <?php | |
| declare(strict_types=1); | |
| namespace OCA\SendWelcomeMail\AppInfo; | |
| use OCP\AppFramework\App; | |
| use OCP\User\Events\UserCreatedEvent; | |
| use OCA\SendWelcomeMail\Listener\UserCreatedEventListener; | |
| use OCP\EventDispatcher\IEventDispatcher; |
| @[email protected] | |
| @[email protected] | |
| @[email protected] |