You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'patu1'

We found 1,319 matches.


<< < > >>

Viewing 1-30 of 1,319 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92644

1.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/21/09 09:06 AM

Forum: Flash

Them Crooked vultures
http://www.youtube.com/watch?v=S7_vH3H8L PI
this song is called new fang
dave grohl nirvana, foo fighters
jhonsy led zeppelin
josh homme queens of..
yesh !


2.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/16/09 02:23 PM

Forum: Flash

When did knugen become mod ? And to be sure i remember corectly knigen is dreamworx right ?
also i don't see luis around and he said that if he dies i get to be a mod..


3.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/15/09 05:48 PM

Forum: Flash

At 11/14/09 02:51 PM, Depredation wrote: Hulu

Comments?


Something i did for graphics course project, if you like it i will give you my eternal love and service if you buy a print from deviantart.

I know it's not the art forum, so sorry about that, won't happen again.

Okay sorry for double post, but that is awesome. I love hendrix by the way..


4.

None

Topic: The Flash 'Reg' Lounge

Posted: 11/15/09 05:46 PM

Forum: Flash

At 11/15/09 05:01 PM, turtleco wrote:
At 11/15/09 03:39 PM, ReNaeNae wrote:
At 11/15/09 12:04 PM, citricsquid wrote:
At 11/15/09 10:54 AM, Kirk-Cocaine wrote:
I love Kirk-Cocaine, so much :3
I just realised ur not a mod anymore

When did that happen ?


5.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/24/09 12:25 PM

Forum: Flash

charcter
cool
eyes
cool i might do one two..but my eyes change colors quite a lot and one eye changed a bit more then the other. So now one of my eyes is a bit greaner and the other is more bluish..weird i know =]


6.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/18/09 07:19 PM

Forum: Flash

disturbing
Wow beautifull really liked the start and the micky mouse music..
I tend to agree with luis..i think his face looked a bit childish or blank..


7.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/16/09 06:16 PM

Forum: Flash

At 8/16/09 03:02 PM, MichaelHurst wrote:
At 8/16/09 02:41 PM, Toast wrote: sigh...
Seconded. Even though its probably not for the same reason.

At 8/16/09 02:43 PM, FlashtooREV wrote:
I post way too much in this thread. I'm just curious.
Yes, you do.

I agree...Why random people spam the lounge ?
and to whoever wrote that i know how to quote spelling is what i need to learn..


8.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/16/09 12:59 PM

Forum: Flash

At 8/16/09 03:32 AM, Coaly wrote:

:: Poker

:his cards, actually ended up all in and I put the snappler on him, going plus $7 for the night.

nice i have friends like that it is funny to win against them..

asaf avidan
Does anybody here know him ? He is a really talented israely singer just sighned with sony colombia
look him up in youtube look for "her lies" and "reckoning song" sings in english and sounds somewhat like jenis joplin and led zeppelin =]


9.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/05/09 02:56 PM

Forum: Flash

At 8/5/09 02:35 PM, Blackfang wrote: CS3 or CS4

So which one do you guys like better? Right know i like CS3 better. I think it's just easier to work with. Honestly i've only had CS4 a few days, and i was kinda laggy and slow on my computer. I'm gonna re-install the trial and see if i like it now that i can probably run it faster. I cleared a lot of shit from my HDD.

never used cs4 but i know that it has some really cool features cs3 was basicly a slicker looking flash 8
as 3 so from my pint of view flash cs4 for the win...i prefer flash 8 over cs3..


10.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/02/09 02:54 PM

Forum: Flash

At 8/2/09 02:37 PM, Blackfang wrote:
At 8/2/09 01:33 AM, chickendance333 wrote:
At 8/2/09 01:15 AM, WillSmith wrote: Hey guys, I'm an alt too, wanna guess who's?
No.

Somebody no one gives a shit about?
Yes.

You guys like this sig better? I added some purple shit.

very nice and slick looking but you should had somthing that will had intrest to it..
like look in liam sig the alien hominid really chatches the eye...just my humble un pro opinion..


11.

None

Topic: The Flash 'Reg' Lounge

Posted: 08/02/09 12:06 PM

Forum: Flash

At 8/2/09 11:11 AM, Glaiel-Gamer wrote: Enough is enough. GoDaddy just automatically charged me $431.71 for hosting renewal for glaielgames (it's been 5 years already I guess). The confirmation email had no info as to which credit card was charged, not even the typical **** **** *** ### you usually get on those types of confirmations.

if you can find a cause and have money for a lawyer i say sue (did i write okay ?) their asses !
just kidding but you should probobly switch host..


12.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/31/09 01:16 AM

Forum: Flash

At 7/30/09 10:27 PM, knugen wrote:
At 7/30/09 10:14 PM, patu1 wrote: problem with code c#
Not sure if this would solve your problem, but you need to set the variables to 0 inside the loop body in order to do run the program several times?

int num, sum, i, b = 0;

while (b > -5000)
{
num = 0; sum = 0;
[...]
}

thanks i'll try that...if this is the problem i feel dissapointed with the languge lol


13.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/30/09 10:14 PM

Forum: Flash

problem with code c#

int num = 0, sum = 0, i, b;
            b = 0;
            while (b > -5000)
            {
               
            Console.WriteLine("write a number which  can be divided by 10");
            b = int.Parse(Console.ReadLine());
            b = b - 1;
            
                for (i = 0; i < b; i++)
                {
                    num = num + 1;
                    if (num % 3 == 0 || num % 5 == 0)
                        sum = sum + num;

                }
                Console.WriteLine("{0}", sum);
            }

i am trying to get the program to find the sum of all the multiples of 3 or 5 below 1000
then i am trying taht it would ask you to get the input again and again...but after 1000 i don't think the resulta are right i get on 10000 a negative number =[ help please


14.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/30/09 09:19 PM

Forum: Flash

At 7/30/09 08:35 PM, patu1 wrote:
At 7/30/09 01:48 PM, El-Presidente wrote: i know how to program stuff unlike patu1 =]
MY APP RUNS!
mazal tov =]

fail =[


15.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/30/09 09:18 PM

Forum: Flash

At 7/30/09 08:35 PM, patu1 wrote:
At 7/30/09 01:48 PM, El-Presidente wrote: i know how to program stuff unlike patu1 =]
MY APP RUNS!
mazal tov =]

fail =[


16.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/30/09 08:35 PM

Forum: Flash

At 7/30/09 01:48 PM, El-Presidente wrote:

:i know how to program stuff unlike patu1 =]

MY APP RUNS!

mazal tov =]


17.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 09:07 PM

Forum: Flash

At 7/28/09 06:23 PM, CybexALT wrote:
I'm not a fan of Carlsberg. Not enough flavour, it tastes like someones taken export and diluted it loads, which now I think about it, thats probably what it is.

i don't know i only drunk a few beers/lagers
tuborg red and green carlsberg and two israely ones goldstar (i think that is an israely lager) and macabi
and carlsberg was the best..you can't get much veriaty if you are under 18..


18.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 01:18 PM

Forum: Flash


oh thanks =] then somthing is fucked up with the program...stupid microdoft i fucking hate them lol
i will try to find another compiler..

forgot to write hat drinks carsberg beer is awesome =]
and in regular any thing but water


19.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 01:12 PM

Forum: Flash

At 7/28/09 12:33 PM, liaaaam wrote:
At 7/28/09 10:24 AM, patu1 wrote: that s from a book or you are referring to the console writeline commend ?
Yeah.. that's not C++ :P Try using something like Code::Blocks for C++, it's much simpler for beginners ^_^

oh thanks =] then somthing is fucked up with the program...stupid microdoft i fucking hate them lol
i will try to find another compiler..


20.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 10:24 AM

Forum: Flash

At 7/28/09 10:14 AM, liaaaam wrote: Patu, it looks like you're using C# not C++..

that s from a book or you are referring to the console writeline commend ?
and no those stuff are from my c++ visual express copy and a c++ copy i found at home (iknow c# from school by the way..)


21.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 12:53 AM

Forum: Flash

At 7/28/09 12:34 AM, SpamBurger wrote: Try this basic C++ program:

#include <iostream>
using namespace std;

int main(){
cout<<"Hello World!";
cin.get();
}

nope still doing nothing it is saying that there were bulid problems =[


22.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 12:28 AM

Forum: Flash

sorry for double posting but i need help !
so i want to learn c++ but the program is stupid =[ i use microsoft c++ ve
so when i open it, there will be this code which works when i start without debugging

nclude "stdafx.h"

using namespace System;

int main(array<System::String ^> ^args)
{
    Console::WriteLine(L"Hello World");
    return 0;

but when i use this from a c++ book nada also galiel prank prog didn't work..

# include <iostream.h>
void main (void)
{
cout << "bla bla bla spam spam";
}

this like i said won't work
also i wanted to ask if you need another compiler to compike things in visual studio c# or c++ or there is an option to compile in them ?


23.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/28/09 12:02 AM

Forum: Flash

At 7/27/09 12:54 PM, Luis wrote: quit complaining about the lounge. If you dont like it then come up with an engaging conversation to contribute or dont visit it altogether, or better yet just live with it.

Its mid-summer, and people are enjoying their summer, being lazy, and the fumes of non-productive stink is heavy in the hot air. Just deal with it. Back to school will soon be upon us and as has been the case every year, the lounge will settle itself back into place.

I'm not locking it, so show some self control. I know you can do it <3

LOL luis i knopw that you are the turtle dude !
<3 nemesis lol =]

galiel
THat is awesome...i am going to try that with my visual c++ express lol..
i have a c++ book but the things on it won't work well on it...kinda weird..


24.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/27/09 09:47 AM

Forum: Flash

what's the deal with the 50,000 post i semm to have missed it


25.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/26/09 08:55 PM

Forum: Flash

i like those inside out sushy with with crumbs around it with mashrooms inside..that's awesome
but regular sushi is also aweseome


26.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/26/09 08:13 PM

Forum: Flash

At 7/26/09 07:05 PM, trig1 wrote: I challenge people to break my game.

The sneaky way to beta test.
Should I be scared that whenever I tried to upload it to a website, it comes up with something like this instead of the real thing? Its just a white box. Happened on several websites.

cool but very very hard (for me at least)


27.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/04/09 11:43 AM

Forum: Flash

whie are all those other people ? lol

liked the lefty


28.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/03/09 01:37 PM

Forum: Flash

At 7/3/09 01:06 PM, Paranoia wrote: Bzzz this lounge has gone downhill of late. Someone start an interesting discussion.

Iwve got a misspelled (sory) discusion fuck microsoft
They are fucking retards i had to change my windows live password so afterwards when i got into my windows live messenger acount all the contacts were gone (either that or it happend for no reason..i can't be sure which is worst) then the stupid thing won't save the fucking history..
then don't get me started on the whole ring of death thing (if you know there is a problem son't make the lights go red fix it you assholes) well my xbox is fine because it can't get ROD but my friend has to revive is xbox all the time and because he got banned for screwing microsoft and hacking is box (which they deserved) then he baught some arcade games with HIS hardiscd in my XboX and now they don't work on his consule..i say Fuck microsoft a bunch of fags
on other happier news
I watched don't mess with the zohan today..genius..


29.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/01/09 10:43 PM

Forum: Flash

At 7/1/09 07:32 PM, knugen wrote:
At 7/1/09 07:14 PM, patu1 wrote: castle crashers and alien hominid
well i have castle crashers and i jjust baught alien hominid but i didn't get the alien hominid charcter is there any special way to get him ?
Apparently you must have an achievement from AH to unlock him in CC, probably so because that's the easiest/only way to know that you have the game.

Although it seems like it can be exploited with the help of a friend who has AH perhaps?

probobly yes..seeing that if you have a frienf who baught the game you can retrive (misspelled probobly) his gamer tag and download it on your xbox for free...(microsoft are pretty stupid sometimes..)


30.

None

Topic: The Flash 'Reg' Lounge

Posted: 07/01/09 07:14 PM

Forum: Flash

castle crashers and alien hominid
well i have castle crashers and i jjust baught alien hominid but i didn't get the alien hominid charcter is there any special way to get him ?


All times are Eastern Standard Time (GMT -5) | Current Time: 08:12 PM

<< < > >>

Viewing 1-30 of 1,319 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92644