This file contains hidden or 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
| 2001:470:28:570::/64,SE,SE-O,Göteborg,417 48 |
This file contains hidden or 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
| A4 paper is a 2^-4 of an A0, and an A0 is 1m² with one side √2 longer then the others, so when split i half it keeps it's ratio. | |
| Area of an Ax is therefor 2^(-x) m². | |
| The sides of an Bx page is (2^(-.25-x))x(2^(.25-x)) | |
| An B1 paper is in the middle between A0 and A1, and the area of an Bx is therefor 2^(.5-x) m². | |
| The sides of an Bx page is (2^(-x))x(2^(.5-x)) | |
| An C0 paper is in the middle between B0 and A0, and the area of and Cx is therefor 2^(.25-x) m². | |
| The sides of an Bx page is (2^(-.125-x))x(2^(.375-x)) |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Document> | |
| <Placemark><name>??,Hotel Helios Costa Tropical</name><Point><coordinates>36.73216575784057,-3.6992294901659153,0</coordinates></Point></Placemark> | |
| <Placemark><name>1468289,Ibersol Almuñecar Beach & Spa</name><Point><coordinates>36.732604,-3.699836,0</coordinates></Point></Placemark> | |
| <Placemark><name>11436573,Hotel Victoria Playa</name><Point><coordinates>36.73423,-3.700038,0</coordinates></Point></Placemark> | |
| <Placemark><name>2429195,Hotel La Najarra</name><Point><coordinates>36.7321,-3.69551,0</coordinates></Point></Placemark> | |
| <Placemark><name>90987457,Hotel Noy</name><Point><coordinates>36.732049,-3.695488,0</coordinates></Point></Placemark> | |
| <Placemark><name>18809829,Jardín De Mariote Apartment</name><Point><coordinates>36.733993,-3.701994,0</coordinates></Point></Placemark> |
This file contains hidden or 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
| if not peripheral.isPresent("top") then | |
| print("p-TOP is missing") | |
| return | |
| end | |
| print("p-TOP is " .. peripheral.getType("top")) | |
| if not peripheral.isPresent("bottom") then | |
| print("p-BOTTOM is missing") | |
| return | |
| end |
This file contains hidden or 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
| FROM composer:2.8.2 | |
| RUN apk add --no-cache linux-headers \ | |
| && chmod +x /usr/local/bin/install-php-extensions \ | |
| && install-php-extensions \ | |
| bcmath \ | |
| calendar \ | |
| exif \ | |
| ftp \ | |
| gd \ |
This file contains hidden or 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
| Trying to set up a sushi-belt with an item order for the UltraCube Quantum Decoder. | |
| My plan so far, fill the sushi belt with all 21 combinations. | |
| From that belt the Snatcher-inserter puts one item into a box, | |
| and later the Return-inserter puts it back on the sushi belt in the same order. | |
| Then we have the storage-box that contains multiple of all colors. | |
| The Matcher-inserter uses the sushi-belt-box as filter, | |
| and put one of the same color in the decoder-box, | |
| then after the return-inserter has empty it's box, |
OlderNewer