PDA

View Full Version : Ha!



HUnewearl_Meira
Jun 26, 2008, 12:04 PM
I made a simple program today that downloads the entire Fan Art Gallery, and organizes the pictures according to artist. That was awesome.

sprky585
Jun 26, 2008, 12:10 PM
i made a toaster

Jaspaller
Jun 26, 2008, 12:15 PM
I made cookies

sprky585
Jun 26, 2008, 12:16 PM
i made a toaster out of cookies

HUnewearl_Meira
Jun 26, 2008, 12:19 PM
Sorry TOH. You can't have it.

Larian
Jun 26, 2008, 12:37 PM
I made cookies last week...Today, I made cereal! =D

sprky585
Jun 26, 2008, 12:39 PM
you don't make serial idiot

you prepare it
then shove it in your face

beatrixkiddo
Jun 26, 2008, 12:40 PM
I slept for 9 hours.

TalHex
Jun 26, 2008, 12:43 PM
10 for me

Larian
Jun 26, 2008, 12:48 PM
I slept only 7...

TheOneHero
Jun 26, 2008, 12:53 PM
All right Meira. :wacko:

Shadowpawn
Jun 26, 2008, 02:23 PM
I made a simple program today that downloads the entire Fan Art Gallery, and organizes the pictures according to artist. That was awesome.


Java, C++/# or VB?

Source plz?

Dhylec
Jun 26, 2008, 02:32 PM
sauce ain't free ;o

Chuck_Norris
Jun 26, 2008, 02:37 PM
I made a Hotpocket.

Shadowpawn
Jun 26, 2008, 02:37 PM
I has monies! D:

HUnewearl_Meira
Jun 26, 2008, 02:46 PM
Java, C++/# or VB?

Source plz?

VB, and sorry-- closed source. It's really quite simple, though. If you have any programming experience at all (and a comprehensive list of the file names & artists), you could make the same in just a few minutes. It's only 19 lines of code.

Shadowpawn
Jun 26, 2008, 02:59 PM
I know, I know. Arrays and all that.

HUnewearl_Meira
Jun 26, 2008, 03:11 PM
Standard template, dynamic arrays, actually. Add in a dash of .NET for simplicity.

Also, I'll point out that this isn't something I would do without some reason. Or without a list of filenames & artists, for that matter.

astuarlen
Jun 26, 2008, 03:21 PM
Today I made history with only a used match and my bare ass.
Make of that what you will.

Toadthroat
Jun 26, 2008, 03:24 PM
I made explosive liquid diarrhea the other day.

astuarlen
Jun 26, 2008, 03:32 PM
Toadthroat made me nauseated.

Tessu
Jun 26, 2008, 03:35 PM
Yesterday, I ... made the house clean.

TalHex
Jun 26, 2008, 03:36 PM
today i made a legion of PSO enemies die ^.^

Tessu
Jun 26, 2008, 03:39 PM
^.^
^.^
^.^
^.^
^.^

-dies-

TalHex
Jun 26, 2008, 03:43 PM
today i made tessu die... via quote

CelestialBlade
Jun 26, 2008, 03:53 PM
I didn't do anything today. Fuck yeah.

Nai_Calus
Jun 26, 2008, 04:01 PM
I scratched my ass today.

Shadowpawn
Jun 26, 2008, 04:02 PM
I didn't do anything today. Fuck yeah.

Awesome. Lazy motherfuckers FTW!

Katrina
Jun 26, 2008, 04:27 PM
I made a furball.

MaximusLight
Jun 26, 2008, 05:27 PM
I made a simple program today that downloads the entire Fan Art Gallery, and organizes the pictures according to artist. That was awesome.

Did you use a matrix?

MaximusLight
Jun 26, 2008, 05:31 PM
Standard template, dynamic arrays, actually. Add in a dash of .NET for simplicity.

Also, I'll point out that this isn't something I would do without some reason. Or without a list of filenames & artists, for that matter.

...
Not even a matrix...
I'm impressed (mind you I had a hard enough time getting arrays figured out but after I did it was easy, and I've only used C++ how is VB?)

HUnewearl_Meira
Jun 26, 2008, 10:35 PM
Visual Basic is very, very simple. It's much easier to use than C++, but you don't have nearly the base-level control that you have with C++.

The specific dynamic array I used, was a template class defined by .NET, called a List. It works just like an array, but is not limited to a pre-defined number of elements.

MaximusLight
Jun 26, 2008, 11:04 PM
Visual Basic is very, very simple. It's much easier to use than C++, but you don't have nearly the base-level control that you have with C++.

The specific dynamic array I used, was a template class defined by .NET, called a List. It works just like an array, but is not limited to a pre-defined number of elements.

That would make it incredibly easy to add work/artists to the database, very nice indeed.

HUnewearl_Meira
Jun 26, 2008, 11:42 PM
Well, PSO-World operates on PHP, but that's an entirely different development environment, altogether.

If you want to give Visual Basic a try, Microsoft will give it to you for free (http://www.microsoft.com/express/).

MaximusLight
Jun 27, 2008, 01:13 AM
Well, PSO-World operates on PHP, but that's an entirely different development environment, altogether.

If you want to give Visual Basic a try, Microsoft will give it to you for free (http://www.microsoft.com/express/).

*eyes light up like a kid at christmas time*

WEEEEEEEEEEEEEEEEEEEEEEEEEE!

(I did not know they had this for free :wacko: )

This will go swimmingly with the copy of Dev-C++ I got from my programing course!)

HUnewearl_Meira
Jun 27, 2008, 04:21 PM
This will go swimmingly with the copy of Dev-C++ I got from my programing course!

Bloodshed Dev-C++? That's not a bad package either, for being a freeware compiler with packed-in code editor.

I dunno, one of the problems that I have with C++, is that a lot of the errors are terribly vague, and the problem may very well have little to nothing to do with the line of code that gets cited.

MaximusLight
Jun 27, 2008, 05:47 PM
Bloodshed Dev-C++? That's not a bad package either, for being a freeware compiler with packed-in code editor.

I dunno, one of the problems that I have with C++, is that a lot of the errors are terribly vague, and the problem may very well have little to nothing to do with the line of code that gets cited.

(yep bloodshed)

Yeah it was irritating especially when I was working on my last assignment for that class, like I forgot to put ' around my characters for part of the code that I needed for a truth statement and I ended up not figuring it out in time when I kept inputing the commands why it wouldn't work :S
I got around it by using integers for the input, but I lost a moark for it.
>.<
Stupid little mistakes.