Author Topic: Create Groups  (Read 25622 times)

0 Members and 1 Guest are viewing this topic.

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Create Groups
« Reply #30 on: July 06, 2010, 09:39:23 pm »
thank you. you have at least halved the time i projected it to take for me to ready my project for release and spared me massive quantities of coding. How would you like to be credited?

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Create Groups
« Reply #31 on: July 06, 2010, 09:40:24 pm »
thank you. you have at least halved the time i projected it to take for me to ready my project for release and spared me massive quantities of coding. How would you like to be credited?
My guess is by rickroll. :P

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: Create Groups
« Reply #32 on: July 06, 2010, 09:59:22 pm »
Nice Thepenguin77. Btw, did you plan the addition of ungrouping and support for group names with fewer than 8 chars, allowing the user to not have to fill empty spots with space tokens?

thank you. you have at least halved the time i projected it to take for me to ready my project for release and spared me massive quantities of coding. How would you like to be credited?
My guess is by rickroll. :P
wut? o.O
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Create Groups
« Reply #33 on: July 07, 2010, 12:49:57 am »
My program actually replaces the spaces with 0's, I just felt spaces would be the easiest thing to fill the gap with. I could have even used pi's if I wanted to.

For ungrouping, doesn't celtic do a pretty good job? I don't really know as I've never used it.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Create Groups
« Reply #34 on: July 07, 2010, 05:47:54 pm »
what sort of problems did the first one have? because i tried to use it and it crashed. i had a full memory dump (RAM and Archive) and now my calc randomly crashes when i try to do some basic functions or run certain apps.

I'm hoping ARCHUTIL will be of some service in recovering my archive.
« Last Edit: July 07, 2010, 05:48:23 pm by ACagliano »

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: Create Groups
« Reply #35 on: July 07, 2010, 05:52:52 pm »
My program actually replaces the spaces with 0's, I just felt spaces would be the easiest thing to fill the gap with. I could have even used pi's if I wanted to.

For ungrouping, doesn't celtic do a pretty good job? I don't really know as I've never used it.
Oh I mean, not forcing the user to add those spaces when typing his string.

As for Celtic I don't remember much, I thought it might be cool to have a program that doesn't require installing a large APP, though, for people who have less space, and you would have both tools in one.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Create Groups
« Reply #36 on: July 07, 2010, 07:49:41 pm »
That's not a bad idea. I don't think ungrouping would be hard, I would do the whole thing at once though.

Also, I guess by the way it works, you technically only need one space for the group name. So it would be "A_" or "AB_" or whatever. You just have to stick a 0 in there so the OS knows the name is done.

I guess I could technically do the same for the second list as well, my program would just see the + or - as the start of the next variable and then . That would work.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

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: Create Groups
« Reply #37 on: July 07, 2010, 08:32:48 pm »
You mean a 0 after a space? Because what if the prgm name contains a zero as the last char?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Create Groups
« Reply #38 on: July 07, 2010, 08:50:48 pm »
What I mean is I have a little routine that replaces all the spaces with 0s. So putting a space after it technically makes it look like "GROUP2", 0 after I parse it.

I suppose I could technically not require the space. The only problem is, the less you do in basic, the bigger the program is. And since the program gets its sized doubled by unsquishing, it's a tough balance.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

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: Create Groups
« Reply #39 on: July 07, 2010, 09:04:23 pm »
I'm not sure if I understand D: , sorry. it might just be too technical for me
« Last Edit: July 07, 2010, 09:04:44 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Create Groups
« Reply #40 on: July 07, 2010, 09:13:11 pm »
What I mean is I have a little routine that replaces all the spaces with 0s. So putting a space after it technically makes it look like "GROUP2", 0 after I parse it.

The way it currently works, you only have to put one space after the group name.


I suppose I could technically not require the space. The only problem is, the less you do in basic, the bigger the program is. And since the program gets its sized doubled by unsquishing, it's a tough balance.

Since memory is the goal in basic, adding more features might not make it smaller. It requires less on the user's part, but the asm program gets bigger.

lol I just quoted myself
« Last Edit: July 07, 2010, 09:13:38 pm by thepenguin77 »
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

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: Create Groups
« Reply #41 on: July 07, 2010, 09:31:03 pm »
oh ok because in your screenshot, it seemed like you put multiple spaces after the names, depending of the name lenght, like if you needed to fill all 8 char slots with something.

I guess if it's gonna make the routine much larger then it's not worth changing it, though.
« Last Edit: July 07, 2010, 09:31:36 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ACagliano

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 919
  • Rating: +32/-2
    • View Profile
    • ClrHome Productions
Re: Create Groups
« Reply #42 on: July 09, 2010, 05:45:10 pm »
what sort of problems did the first one have? because i tried to use it and it crashed. i had a full memory dump (RAM and Archive) and now my calc randomly crashes when i try to do some basic functions or run certain apps.

I'm hoping ARCHUTIL will be of some service in recovering my archive.

Did anyone see this bug report?


The calc now requires ON+CLEAR to turn on.
Any of the reset memory functions freeze.
CalcSys Crashes

Edit: ArchUtil was able to recover my archives once i put it back on my calc. Now, seeing my above problems, should i do an OS reinstall.
« Last Edit: July 09, 2010, 09:00:54 pm by ACagliano »

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: Create Groups
« Reply #43 on: July 09, 2010, 09:04:09 pm »
sadly I can't help much, but I think if a full mem reset did not fix your calc, an OS reinstall may be the best
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Create Groups
« Reply #44 on: July 09, 2010, 09:07:00 pm »
Yeah, if a full reset can't fix it, you don't know the problem, and you don't want to leave your calc as-is for diagnostic purposes later on, I agree with DJ.
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.