Author Topic: Request for a Java Programmer  (Read 42986 times)

0 Members and 1 Guest are viewing this topic.

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Request for a Java Programmer
« Reply #60 on: December 22, 2010, 06:19:47 pm »
Much better!  Deep thought is right...I found my files on the desktop because my program and .bmp were in different folders.  But that's a minor detail, because I can say in the instructions "program and bitmap must be in same folder."

Okay, now the program allows illegal filenames (I put a ! in front of the program name), name needs to be forced to 8 characters, and, if possible, accept only monochrome bitmaps.

upper case A-Z only, right? i can do that.


Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #61 on: December 22, 2010, 06:20:29 pm »
Much better!  Deep thought is right...I found my files on the desktop because my program and .bmp were in different folders.  But that's a minor detail, because I can say in the instructions "program and bitmap must be in same folder."

Okay, now the program allows illegal filenames (I put a ! in front of the program name), name needs to be forced to 8 characters, and, if possible, accept only monochrome bitmaps.

upper case A-Z only, right? i can do that.

Numbers are allowed after the first character (the first character must be uppercase A-Z)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Request for a Java Programmer
« Reply #62 on: December 22, 2010, 06:22:31 pm »
Much better!  Deep thought is right...I found my files on the desktop because my program and .bmp were in different folders.  But that's a minor detail, because I can say in the instructions "program and bitmap must be in same folder."

Okay, now the program allows illegal filenames (I put a ! in front of the program name), name needs to be forced to 8 characters, and, if possible, accept only monochrome bitmaps.

Mine detected whether or not the bitmap was monochrome, so if nemo used the code it should also do that. Grayscale chars would be awesome, though ;)

EDIT: Theta? Would that be valid?
« Last Edit: December 22, 2010, 06:27:32 pm by Deep Thought »




Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #63 on: December 22, 2010, 06:23:41 pm »
Sorry, Nemo, it does detect monochrome.  My fault :D
« Last Edit: December 22, 2010, 06:24:13 pm by Hot_Dog »

Offline jnesselr

  • King Graphmastur
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2270
  • Rating: +81/-20
  • TAO == epic
    • View Profile
Re: Request for a Java Programmer
« Reply #64 on: December 22, 2010, 06:26:09 pm »
Sorry, Nemo, it does detect monochrome.  My fault :D
You mean you aren't supporting grayscale characters! *gasp*

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #65 on: December 22, 2010, 06:28:42 pm »
Sorry, Nemo, it does detect monochrome.  My fault :D
You mean you aren't supporting grayscale characters! *gasp*

Lol, I wouldn't mind if someone wanted to use my source code to implement it, but I'm not messing with grayscale

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Request for a Java Programmer
« Reply #66 on: December 22, 2010, 06:31:50 pm »
fixed .jar file uploaded in the same place. i'm off to go to a movie, if there are any more bugs leave them here and i'll deal with them once i'm back.


Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #67 on: December 22, 2010, 06:40:29 pm »
fixed .jar file uploaded in the same place. i'm off to go to a movie, if there are any more bugs leave them here and i'll deal with them once i'm back.

Enjoy your movie!  It works perfectly!

Deep Thought and Nemo, you rock

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Request for a Java Programmer
« Reply #68 on: December 22, 2010, 11:59:55 pm »
Seems pretty nice guys! :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Munchor

  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6199
  • Rating: +295/-121
  • Code Recycler
    • View Profile
Re: Request for a Java Programmer
« Reply #69 on: December 23, 2010, 05:02:21 pm »
I should've worked harder on this, but I haven't really understood the goal/what is Correlation yet :S

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #70 on: December 23, 2010, 06:07:22 pm »
I should've worked harder on this, but I haven't really understood the goal/what is Correlation yet :S

Well, here's the first chapter of the manual, the chapter that will answer your question :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Request for a Java Programmer
« Reply #71 on: December 26, 2010, 02:08:25 am »
Nice Hot_Dog, but you should change text-based to ASCII-based because it tends to confuse people. Text-based literally means not even ASCII sprites, just sentences describing the area you're in plus menus. Or you can say ASCII-art tilemaps.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hot_Dog

  • Project Author
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Request for a Java Programmer
« Reply #72 on: January 13, 2011, 05:33:09 pm »
Here's the files I need you to look at, Deep Thought.

Offline willrandship

  • Omnimagus of the Multi-Base.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2953
  • Rating: +98/-13
  • Insert sugar to begin programming subroutine.
    • View Profile
Re: Request for a Java Programmer
« Reply #73 on: January 13, 2011, 05:35:41 pm »
Just FYI, .net is cross platform if it works with mono....:P

I like the starcraft sprites!

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Request for a Java Programmer
« Reply #74 on: January 14, 2011, 12:05:59 pm »
Here's the files I need you to look at, Deep Thought.

Saw your PM, anything I can do, or is it definitely just Paint?