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
| //ERROR MESSAGES | |
| Not found | |
| Ei löytynyt | |
| Finns inte | |
| не найдено | |
| Forbidden | |
| Kielletty | |
| Förbjudet | |
| запрещено |
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
| ## customer | |
| Arrgghh! Why this board is so small!?!??! | |
| ## Corolla cloud : | |
| Let’s have a look what happens to the customer’s feedback. | |
| The angriest man in Finland is using Contriboard. | |
| The service is produced with our so-called Corolla production chain. | |
| This tool chain and processes fit perfectly to the current modern DevOps development. | |
| ## Planning cloud : |
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
| #!/bin/bash | |
| # change the ip to your default gateway | |
| ping -c4 192.168.1.1 > /dev/null | |
| #if no ping exits unsuccesfully | |
| if [ $? != 0 ] | |
| then | |
| echo "No connection, restarting wlan0" | |
| #restarting wlan |
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
| <!-- Made by alajarvela, http://alajarvela.net, please do share but don't remove this comment! Muchos love from Finland! --> | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>ArcticAnarchy</string> | |
| <key>settings</key> | |
| <array> |
NewerOlder