Lustige/Beeindruckende Bilder (War: Picdump) - Part II

31.jpg

03.jpg

04.jpg

07.jpg

48.jpg

18.jpg

125.jpg

29.jpg

38.jpg

53.jpg

73.jpg

90.jpg

98.jpg

106.jpg

114.jpg
 
Naja, wieso nicht, wasser- und windgeschützt und kein Dieb kommt auf die Idee, da nach Wertsachen zu stöbern. Gar keine schlechte Idee.
 
...bis die Müllabfuhr kommt :]
 
Der 9. Oktober war ein Donnerstag. Wäre jetzt nur gut zu wissen wann an diesem Standort die Müllabfuhr kommt, aber ja das Risiko ist da - man stelle sich vor der Empfänger ist eine Woche lang verreist, auf der Posthauptstelle wäre das Paket noch abzuholen...
 
bei uns legt der Postbote auch in der blauen Tonne ab, die steht allerdings in der Garage und wird nur geleert wenn sie 20m weiter an der Strasse steht

also kein Problem :)
 
"Zustellung in die Tonne"...*chatt* - das ist ech für die Tonne^^ wie bescheuert wird die Menschheit noch?

frei nach Einstein: "zwei Dinge sind endlos - Das Weltall und die Dummheit der Menschen, beim Ersten bin ich mir nicht so sicher" lach*
 
Deinen Humor werde ich nie verstehen ...

Die Antwort darauf kannst du dir jetzt mit diesem einfachen Java SjeBot-Script selber generieren :)
Hier der Code:

import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Random;

public class SjeBot {

public static void main (String[] args) {

//Init Random Number Generator and Calendar
Random randomGenerator = new Random();
Calendar calendar = new GregorianCalendar();

genPostText(calendar, randomGenerator);
}

// Generate a random Post
private static String genPostText(Calendar cal, Random rand) {

String result = "";

int postCode = 0;

// Check if still Morning, always cook coffee first!
if (isBeforeLunch(cal)) {
// Check if is Christmas
if (isChristmas(cal)) {
result = "Moin, ich setz mir Kaffee auf.%n";
result += "Ach ja, Frohe Weihnachten :w_zipfel:";
}
else {
result = "Moin, ich setz mir Kaffee auf.";
}
}
// Check if its the first day of the month and post a picture of your room
else if (isFirstDayOfMonth(cal)) {
System.out.println("*knipse Bild von Arbeitsplatzt und poste im *buck* Sje8607 zeigt seinen \"Arbeitsplatz\" Thread*");
}
// Normal daytime and no special Day/Month?
else {
postCode = rand.nextInt(9);

if(postCode != 6) {
result = getRandomText(postCode);
}
else {
int count = 0;
int lastCode = -1;

while (count < 2) {

int newPostCode = rand.nextInt(9);

if (newPostCode != 6 && newPostCode != 5 && newPostCode != lastCode)
{
result += getRandomText(newPostCode) +" ";
count++;
}
}

}
}

// Sometiomes just add a *buck* Smilie
if(addSmilie(rand) && postCode != 6 && postCode != 4)
System.out.println(result +" " +"*buck*");
else
System.out.println(result);

return result;
}

// Get the Post Textphrase
private static String getRandomText(int code) {
String result = "";

switch (code) {
case 0: result = "Ich koche noch einen Kaffee.";
break;
case 1: result = "Ich installiere Windows XY.";
break;
case 2: result = "Ich \"teste\" Hardwaregerümpel";
break;
case 3: result = "Ich rauch eine Zigarette.";
break;
case 4: result = "*buck* (ich poste diesen Smilie weil ich immer diesen Smilie poste)";
break;
case 5: result = "Ich trinke Kaffee und rauche ne Zigarette.";
break;
case 6: result = "Eine Kombination aus den Auswahlmöglichkeiten in beliebiger Reihenfolge.";
break;
case 7: result = "Ich passe auf den Hund meiner Mutter auf.";
break;
case 8:
default: result = "Ich trinke noch ne Tasse Kaffee.";
break;
}

return result;
}

// Check if still Morning
private static boolean isBeforeLunch(Calendar cal) {
boolean result = false;

int hour = cal.get( Calendar.HOUR );

if(cal.get( Calendar.AM_PM ) == 0 && ( hour > 8 && hour < 12))
result = true;

return result;
}

// Check if its the first day of the month
private static boolean isFirstDayOfMonth(Calendar cal) {
boolean result = false;

if (cal.get(Calendar.DAY_OF_MONTH) == 1)
result = true;

return result;
}

// Check if its christmas
private static boolean isChristmas(Calendar cal) {
boolean result = false;

if (cal.get(Calendar.DAY_OF_MONTH) == 12 && cal.get(Calendar.MONTH) >= 24 && cal.get(Calendar.MONTH) <= 27)
result = true;

return result;
}

// Random check to add a Smilie
private static boolean addSmilie(Random rand) {
boolean result = false;

int randomInt = rand.nextInt(2);

if (randomInt == 1)
result = true;

return result;
}

}

Ach ja und Alibi-Gif uns so:
pA7npq2PBlIOYl5feSQe22PetwD49jjtdQWur6Xn_MyWurjn1c2ZCkXCFqsP7fipgiz-8oqbAtZrQsMTONdnk8J9Zg-7PNXQnKxuD7vIpb2mF1_dMZxfNmDO0rLoam14Gw8nDg2QJowJzw7zwEw=w346-h194-p


edit:
Bot-Code noch etwas "verbessert" ;D

*chatt*
 
Zuletzt bearbeitet:
Die Antwort darauf kannst du dir jetzt mit diesem einfachen Java SjeBot-Script selber generieren :)
Hier der Code:

import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Random;

public class SjeBot {

public static void main (String[] args) {

int randomInt = 0;

if (isBeforeLunch()) {
randomInt = 5;
}
else if (isFirstDayOfMonth()) {
System.out.println("*knipse Bild von Arbeitsplatzt und poste im *buck* Sje8607 zeigt seinen \"Arbeitsplatz\" Thread*");
}
else {

Random randomGenerator = new Random();

randomInt = randomGenerator.nextInt(7);
}

post(randomInt);
}

private static void post(int postCode) {

String myPost;

switch (postCode) {
case 0: myPost = "Ich koche noch einen Kaffee";
break;
case 1: myPost = "Ich installiere Windows XY";
break;
case 2: myPost = "Ich \"teste\" Hardwaregerümpel";
break;
case 3: myPost = "Ich rauch mir eine";
break;
case 4: myPost = "*buck* (ich poste diesen Smilie weil ich immer diesen Smilie poste)";
break;
case 5: myPost = "Ich rauche mir eine und trinke Kaffee *buck*";
break;
case 6: myPost = "Eine Kombination aus den Auswahlmöglichkeiten in beliebiger Reihenfolge";
break;
default: myPost = "Ich koche noch einen Kaffee";
break;
}

System.out.println(myPost);


}

private static boolean isBeforeLunch() {
boolean result = false;

Calendar calendar = new GregorianCalendar();
int hour = calendar.get( Calendar.HOUR );

if(calendar.get( Calendar.AM_PM ) == 0 && ( hour > 8 && hour < 12))
result = true;

return result;
}

private static boolean isFirstDayOfMonth() {
boolean result = false;

Calendar calendar = new GregorianCalendar();

if (calendar.get(Calendar.DAY_OF_MONTH) == 1)
result = true;

return result;
}

}


*lol* sehr gut ^^

large_OhScheie.jpg
 
Zuletzt bearbeitet:
10860837_578115188954972_4689485975084502352_o.jpg


10675533_10203369898903644_1504482388314464486_n.jpg


1506407_1527421627518838_1378835117515647084_n.jpg
 
Zuletzt bearbeitet:
Das ist doch langweilig :)
Das muss man doch erleben :D
 
Nächtes Jahr trete ich da mal auf. Dieses Jahr ist es einfach an der nicht-organisation gescheitert.
 
Zurück
Oben Unten