Author Topic: Probably Pointless Program  (Read 26894 times)

0 Members and 1 Guest are viewing this topic.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #45 on: October 05, 2010, 06:23:06 pm »
Sweet, I'll take a look at it :)

Edit:
Got yours down 223 bytes. Will upload as soon as possible.

Edit:
Here it is. Went from 914 bytes down to 691 bytes. I'm fairly sure I got it basically as optimized as it can be without changing methods or variables and such.
« Last Edit: October 05, 2010, 09:05:02 pm by meishe91 »
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #46 on: October 06, 2010, 05:13:05 am »
Ok, so I found a couple more optimizations I missed so here is the newest one :P Now down to 667 bytes. I think there was another one that I saw but didn't implement but I'm to tired to look.

I'm also going to post a program I created when I can get this freaking routine to work correctly, instead of giving me domain errors.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

souvik1997

  • Guest
Re: Probably Pointless Program
« Reply #47 on: October 06, 2010, 07:04:56 am »
guy6020665: You download DoorsCS7 and run it.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #48 on: October 06, 2010, 09:59:51 pm »
Here is my program that I created from scratch.

Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Probably Pointless Program
« Reply #49 on: October 06, 2010, 11:43:34 pm »
That looks quite nice. It is missing one day at the end it seems, though
« Last Edit: October 06, 2010, 11:44:00 pm by DJ Omnimaga »

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #50 on: October 06, 2010, 11:46:15 pm »
What do you mean?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: Probably Pointless Program
« Reply #51 on: October 07, 2010, 12:27:47 am »
Hey, out of curiosity, what's the point of drawing the lines first if you're just going to hav to redraw most of them after you add the text?
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #52 on: October 07, 2010, 12:39:57 am »
I don't know. Just felt like it :P I was, am, going to change it though. I just did it that way because I was testing as writing it so I was checking like where things were and such. I don't think it really matters though because it's only like four to eight bytes (depending on token values) that you save.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Probably Pointless Program
« Reply #53 on: October 07, 2010, 02:44:12 am »
What do you mean?
actually nvm I didn't look carefully enough. September seemed to have 29 days x.x

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #54 on: October 07, 2010, 03:44:23 am »
Well crap. Now there are more errors arising in my code :(
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #55 on: October 08, 2010, 12:45:51 am »
Fixed the issues in my code. So I'll upload the newest version. However, I didn't mean to thread jack this thread. How are things with your code, guy?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #56 on: October 08, 2010, 02:41:56 pm »
Well crap. Now there are more errors arising in my code :(

Ummm.... after testing further I foun that mine still doesn't yet give the correct calendar sometimes  :-[ And i thought i solved that too..... So if you're still working form my code it still doesn't give the right calendar, Sorry. I'm pretty much just going to sit here till i figure it out, but it really annoys me because i know where it's wrong, but i don't know how to fix it.

Fixed the issues in my code. So I'll upload the newest version. However, I didn't mean to thread jack this thread. How are things with your code, guy?

thread jack?

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #57 on: October 08, 2010, 03:09:05 pm »
What is wrong with yours? Like what dates are wrong and such? Screenshot?

By thread jack I mean that I started to talk about the program that I had created.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline guy6020665

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 481
  • Rating: +7/-1
    • View Profile
Re: Probably Pointless Program
« Reply #58 on: October 08, 2010, 03:20:43 pm »
It works for some years, but it doesn't for others, Ex. october 2010 works but january 2011 is wrong

don't worry bout thread jack its related so i think it's fine
« Last Edit: October 08, 2010, 03:21:26 pm by guy6020665 »

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Probably Pointless Program
« Reply #59 on: October 08, 2010, 05:39:32 pm »
Damn it. You're right. Well that's a bug I have to fix in mine too :(
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)