English
Home | Forums | Groups | Leagues | Cups | Tournaments | Challenges | Maps | Schemes | Files | Calendar | Donate

Logical riddle, not to detect.

Started by j0hny, September 21, 2014, 11:20 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Aerox

#15
most of these are in google so i'll just throw one of my own here:



what's goning on in the picture? or... what's in the picture? no word game in the question

edit: it's an image taken in the real world
MonkeyIsland, my friend, I know your english is terrible and your understanding of society limited. However, in real life, people attack and humiliate others without the use of a single bad word. They even go to war with lengthy politeness. You can't base the whole moderation philosophy of a community based on the use of bad words and your struggle with sarcasm and irony. My attack to Jonno was fully justified and of proper good taste.
Eat a bag full of dicks.

j0hny

Quote from: Aerox on September 24, 2014, 07:29 PM
most of these are in google so i'll just throw one of my own here:



what's goning on in the picture? or... what's in the picture? no word game in the question

edit: it's an image taken in the real world

For sure it's not moon :P So this is... I have no idea xd
If you wanna play cup or something, Im at the email: lukaszmok21@gmail.com sound on my phone.
ʕ•ᴥ•ʔ ( ͡° ͜ʖ ͡°) \(ツ)/ (╯°□°)

Statik



dt`wreckz: zooks are effected my win


Aerox

good guesses

hint: light source doesn't come from machinery
MonkeyIsland, my friend, I know your english is terrible and your understanding of society limited. However, in real life, people attack and humiliate others without the use of a single bad word. They even go to war with lengthy politeness. You can't base the whole moderation philosophy of a community based on the use of bad words and your struggle with sarcasm and irony. My attack to Jonno was fully justified and of proper good taste.
Eat a bag full of dicks.

zippeurfou


DarkOne

It's too large to be Venus or Mercury, never even mind the other planets, which are much further away when you see them during the day.
Supernovas can be such huge light sources that they can clearly be seen, even during the day, so that could be an option.
However, there's a small dark spot in the middle, which is weird. So it must be closer by. My guess would be someone hanging from a parachute (white sails, photographed directly from below). The central dot would then be the person hanging from the parachute.

Alternatively:

Aerox

Quote from: DarkOne on September 25, 2014, 05:57 PM
It's too large to be Venus or Mercury, never even mind the other planets, which are much further away when you see them during the day.
Supernovas can be such huge light sources that they can clearly be seen, even during the day, so that could be an option.
However, there's a small dark spot in the middle, which is weird. So it must be closer by. My guess would be someone hanging from a parachute (white sails, photographed directly from below). The central dot would then be the person hanging from the parachute.


hint: it's on earh
MonkeyIsland, my friend, I know your english is terrible and your understanding of society limited. However, in real life, people attack and humiliate others without the use of a single bad word. They even go to war with lengthy politeness. You can't base the whole moderation philosophy of a community based on the use of bad words and your struggle with sarcasm and irony. My attack to Jonno was fully justified and of proper good taste.
Eat a bag full of dicks.


DarkOne

Quote from: Aerox on September 25, 2014, 06:44 PM
Quote from: DarkOne on September 25, 2014, 05:57 PM
It's too large to be Venus or Mercury, never even mind the other planets, which are much further away when you see them during the day.
Supernovas can be such huge light sources that they can clearly be seen, even during the day, so that could be an option.
However, there's a small dark spot in the middle, which is weird. So it must be closer by. My guess would be someone hanging from a parachute (white sails, photographed directly from below). The central dot would then be the person hanging from the parachute.


hint: it's on earh

Crack in the lense of the camera?

Aerox

this went on for 6 pages on another forum I visit but I trust you guys better

hint: it's in black and white (so it could very well be in daylight)
MonkeyIsland, my friend, I know your english is terrible and your understanding of society limited. However, in real life, people attack and humiliate others without the use of a single bad word. They even go to war with lengthy politeness. You can't base the whole moderation philosophy of a community based on the use of bad words and your struggle with sarcasm and irony. My attack to Jonno was fully justified and of proper good taste.
Eat a bag full of dicks.

Tomi

A programmer task.. I hope there is someone who like programming and haven't seen this already here :D

The task is: add, remove or change 1 character in this C code to make the program write out 20 "-" characters.

There are 3 solutions ;) (I hope the code is not wrong, I have written it from my mind xD)




int main() {
    int i;
    int N = 20;

    for (i = 0; i < N; i--)
        printf("-");

    return 0;
}

Aerox

#27
Spoiler! View

int main() {
    int i;
    int N = 20;

    for (i = 0; i < N; n--)
        printf("-");

    return 0;
}


there is at least another possible answer AFAIK

edit: i think

Spoiler! View
int main() {
    int i;
    int N = 20;

    for (i = 0; i + N; i--)
        printf("-");

    return 0;
}
MonkeyIsland, my friend, I know your english is terrible and your understanding of society limited. However, in real life, people attack and humiliate others without the use of a single bad word. They even go to war with lengthy politeness. You can't base the whole moderation philosophy of a community based on the use of bad words and your struggle with sarcasm and irony. My attack to Jonno was fully justified and of proper good taste.
Eat a bag full of dicks.


Statik

Spoiler! View

int main() {
    int i;
    int N = 20;

    for (i = 0; -i < N; i--)
        printf("-");

    return 0;
}


dt`wreckz: zooks are effected my win