Screen UI from the movie Alien
A Pen by Tyler Keen on CodePen.
Screen UI from the movie Alien
A Pen by Tyler Keen on CodePen.
| /* | |
| * TypeScript port by Bartosz V. Bentkowski | |
| * | |
| * gist: https://gist.github.com/vforge/0aa8555507a0b06849cd20b142c3f74d | |
| */ | |
| /* | |
| I've wrapped Makoto Matsumoto and Takuji Nishimura's code in a namespace | |
| so it's better encapsulated. Now you can have multiple random number generators | |
| and they won't stomp all over eachother's state. |
python3 -m http.server 80 from it.localhost1.example.com and localhost2.example.com pointed to 127.0.0.1.| esphome: | |
| name: etekcity2 | |
| platform: ESP8266 | |
| board: esp01_1m | |
| wifi: | |
| ssid: xxxxx | |
| password: yyyyyyy | |
| # Enable logging |
| #include <Adafruit_NeoPixel.h> | |
| #ifdef __AVR__ | |
| #include <avr/power.h> | |
| #endif | |
| #define PIN 0 | |
| // Parameter 1 = number of pixels in strip | |
| // Parameter 2 = Arduino pin number (most are valid) | |
| // Parameter 3 = pixel type flags, add together as needed: |
| [profile] | |
| layer_height = 0.15 | |
| wall_thickness = 1.2 | |
| retraction_enable = True | |
| solid_layer_thickness = 1.2 | |
| fill_density = 15 | |
| print_speed = 50 | |
| print_temperature = 200 | |
| print_temperature2 = 0 | |
| print_temperature3 = 0 |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>Ansi 0 Color</key> | |
| <dict> | |
| <key>Alpha Component</key> | |
| <real>1</real> | |
| <key>Blue Component</key> | |
| <real>0.0</real> |
| # -*- coding: utf-8 -*- | |
| """ | |
| Compiled, mashed and generally mutilated 2014-2015 by Denis Pleic | |
| Made available under GNU GENERAL PUBLIC LICENSE | |
| # Modified Python I2C library for Raspberry Pi | |
| # as found on http://www.recantha.co.uk/blog/?p=4849 | |
| # Joined existing 'i2c_lib.py' and 'lcddriver.py' into a single library | |
| # added bits and pieces from various sources | |
| # By DenisFromHR (Denis Pleic) |
| for /f "delims=" %d in ('dir /s /b /ad ^| sort /r') do rd "%d" |
| #!/bin/bash | |
| # source: https://git.abackstrom.com/appify.git/blob_plain/HEAD:/appify.sh | |
| # | |
| # appify -- convert your non-interactive shell script into a Mac OS X application | |
| # Copyright (C) 2010 Adam Backstrom | |
| # | |
| # This program is free software; you can redistribute it and/or | |
| # modify it under the terms of the GNU General Public License | |
| # as published by the Free Software Foundation; either version 2 | |
| # of the License, or (at your option) any later version. |