Omnimaga

General Discussion => Other Discussions => Humour and Jokes => Topic started by: Deep Toaster on September 08, 2012, 10:50:42 pm

Title: Anagram of "programmer"
Post by: Deep Toaster on September 08, 2012, 10:50:42 pm
I tried rearranging some letters in the word "PROGRAMMER." Here's what I got:
PROGRAMMER
MR PRO GAMER


mind = blown; // :o
On the other hand, I generally suck at playing games :P
Title: Re: Anagram of "programmer"
Post by: blfngl on September 08, 2012, 10:52:19 pm
Don't think that's true...I'm mildly bad at video games as well. Including the impossible game. :P
Title: Re: Anagram of "programmer"
Post by: Darl181 on September 08, 2012, 10:57:34 pm
Pretty cool :D

Tho if you watch me playing almost any not-calc-port Mario game and..um..yeah.  Tho admittedly I'm better at racing games than platformers, or at least I like to think I am :P
Title: Re: Anagram of "programmer"
Post by: blfngl on September 08, 2012, 10:59:44 pm
I got ROM GRAMPER out of programmer, think it fits?
Title: Re: Anagram of "programmer"
Post by: Deep Toaster on September 08, 2012, 11:08:23 pm
What's a gramper?

Just tried it on http://wordsmith.org/anagram/anagram.cgi?anagram=programmer&t=1000&a=n and there seems to be nothing else of interest :/
Title: Re: Anagram of "programmer"
Post by: blfngl on September 08, 2012, 11:12:52 pm
From urban dictionary:
gramper; a grampa with incontinence, a marked lack of education and a refusal to learn or a angry old man. noun. used to describe anyone with narrowminded back wood attitudes towards the rest of the people outside his zip code. a person with no desire to be usefull. gramperous; adj. describing any person on earth with these qualities, reaching far beyond the united states. typically questions the sexual preference of anyone showing signs of intelligence.

"that jackass grampered me while I was talking to this chick in the store! just ran up and yelled something about obama killing baby jews for satan and eating nachis, then he ran off! the bitch was like 'I'm not in the mood, that old gay guy made me afraid to have sex with anyone but another woman so I know there won't be the possibility of any more turning out like him' and she left."

So apparently that's what it means :P
Title: Re: Anagram of "programmer"
Post by: Sorunome on September 09, 2012, 12:52:18 am
But...But...But
I suck at gaming XD
Title: Re: Anagram of "programmer"
Post by: Deep Toaster on September 09, 2012, 01:15:51 am
And I thought I was the only game designer to suck at games. Thanks for the encouragement ;D

Seriously though, what's up with that O.o
Title: Re: Anagram of "programmer"
Post by: Sorunome on September 09, 2012, 01:19:17 am
Probably programmers are to intelligent for gaming :P
Title: Re: Anagram of "programmer"
Post by: ruler501 on September 09, 2012, 01:24:51 am
I'm alright at games like skyrim but I fail most of the time at FPS's like battlefield. I get excited when my k/d is over 1/5.

Title: Re: Anagram of "programmer"
Post by: blfngl on September 09, 2012, 01:37:55 pm
1/5? I get excited when my KD is 1/20 :P
Title: Re: Anagram of "programmer"
Post by: Juju on September 09, 2012, 01:46:43 pm
I get excited when my KD is 1/anything.

I should install Windows on a real disk (and not in VM) so I can play Skyrim.
Title: Re: Anagram of "programmer"
Post by: Link on September 09, 2012, 05:13:57 pm
That is rather cool, I love indie games :D

Anyways if anyone needs some code to find ALL anagrams of a word, here you go!: http://pastebin.com/EtnBMXeG

And the code is also this (C++):
Code: [Select]
#include <string>
#include <iostream>
#include <algorithm>

using namespace std;

int main(int argc, char *argv[]){
string input;
// get input
cout << "Please enter a word: ";
cin >> input;
cout << endl;
sort(input.begin(), input.end());
do
cout << input << endl;
while(next_permutation(input.begin(), input.end()));
return 0;
}
Title: Re: Anagram of "programmer"
Post by: blfngl on September 09, 2012, 05:36:39 pm
Or:
http://www.unscramble.net/
:P
Title: Re: Anagram of "programmer"
Post by: Deep Toaster on September 09, 2012, 05:37:29 pm
Or pencil and paper :D
Title: Re: Anagram of "programmer"
Post by: blfngl on September 09, 2012, 05:40:13 pm
^Too mainstream
Title: Re: Anagram of "programmer"
Post by: Link on September 09, 2012, 05:51:58 pm
Or pencil and paper :D
Maybe, but there are 3628800 permutations for the word programmer alone, so it's impractical
Title: Re: Anagram of "programmer"
Post by: Deep Toaster on September 09, 2012, 05:55:54 pm
You don't have to look through all of them—just grab some letters that make a word you want, and repeat. That's how I got "MR PRO GAMER" anyway (notice how it's mostly in sequential order).
Title: Re: Anagram of "programmer"
Post by: flyingfisch on October 06, 2012, 03:04:40 pm
Yeah, I am pretty bad at anything besides flight sims. Maybe its cuz I don't spend all my time trying to get better at playing games... I spend my time making better games! :D
Title: Re: Anagram of "programmer"
Post by: Spenceboy98 on October 06, 2012, 03:33:39 pm
Well, I made "Mr. Roger Map"