This file contains 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
namespace gr.simplecode.javavendingmachine; | |
// imports | |
import java.io.*; | |
import java.util.*; | |
// START OF : Description | |
/* Java vending machine */ |
This file contains 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
Proxima_B | |
The year was 1957. The war within Rebels and Imperials had opened for both sides a new era of searching other planets for intelligent life to ally with. I remember my mission was to explore a planet called Proxima B for any sings of life, intelligent or not. I spend a lot of days in the Rebellion headquarters where lot of information were passed from super-computers to my brain and then I got learned by using simulators how to land on the planet's rough terrain if all went good. | |
After all that, a long trip started, but i least i got a lot of sunflower seed and vodka. | |
When I landed a saw a total nothing, everything was so red and the sun was much bigger than ours. What I felt was disappointment because it was obvious that I won't find intelligent life here. | |
The only good sign i found was some footprints, but i was not really sure if they were not mine. I kept walking till i realized that i was in a mountain, so i sat a little to look again at the strange red sky. Then, i saw a very good sign tha |
This file contains 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
https://www.xe.gr/%CE%B5%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1/%CE%B8%CE%AD%CF%83%CE%B7-%CE%B5%CF%81%CE%B3%CE%B1%CF%83%CE%AF%CE%B1%CF%82-793835483-%CE%A1%CE%B5%CF%83%CE%B5%CF%88%CE%B9%CE%BF%CE%BD%CE%AF%CF%83%CF%84%20%CE%9A%CE%BF%CE%BC%CE%BC%CF%89%CF%84%CE%B7%CF%81%CE%AF%CE%BF%CF%85-%CE%A7%CE%B1%CE%BB%CE%AC%CE%BD%CE%B4%CF%81%CE%B9%20(%CE%94%CE%B7%CE%BC%CE%B1%CF%81%CF%87%CE%B5%CE%AF%CE%BF)?free_text=%CE%BA%CE%BF%CE%BC%CE%BC%CF%89%CF%84%CE%AE |
This file contains 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
#!/usr/bin/python | |
import os, sys, getpass, imaplib | |
from gi.repository import Gtk as gtk | |
from gi.repository import AppIndicator3 as appindicator | |
USER_MAIL = '[email protected]' | |
USER_PASS = 'password-example' | |
os.system('export DISPLAY=:0') |