Author Topic: Flag Database CSE  (Read 6366 times)

0 Members and 1 Guest are viewing this topic.

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: Flag Database CSE
« Reply #15 on: June 25, 2014, 07:26:37 am »
Got the border around the flags put in:



And while playing (check out that score!) I found this flag that looks rather nice:



Can't remember there being any other requests for the quiz, moving on to the database!
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Flag Database CSE
« Reply #16 on: June 25, 2014, 11:25:37 am »
Wha, this makes it look like way more awesome IMO :D

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: Flag Database CSE
« Reply #17 on: June 25, 2014, 05:22:25 pm »
Thank you, Sorunome :)

I'm striving to make this something people will want on their calculators and find useful.
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: Flag Database CSE
« Reply #18 on: June 29, 2014, 02:13:21 pm »
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

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: Flag Database CSE
« Reply #19 on: June 29, 2014, 07:07:46 pm »
Yay Canada :D




Anyway very good work on this. This must have taken so much time to convert all those flags and manually put them on the calc. I also like the little quiz thing. :D


The only downside I can notice is that we cannot jump straight to a letter, so if, for example, we are searching for Malaysia, we have to navigate all the way to countries starting with M, which takes quite a while.
« Last Edit: June 29, 2014, 07:09:25 pm by DJ Omnimaga »

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: Flag Database CSE
« Reply #20 on: June 29, 2014, 07:34:42 pm »
Yeah, I have half a plan already figured out on that problem, it's an issue of making A-Z translate to numbers 1-26. Once I can do that, an update would happen. Just wanted this out and to the public already, though :p

Glad you like it! How do the flags look to you? I'm guessing you've browsed through a few of them. :)
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

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: Flag Database CSE
« Reply #21 on: June 30, 2014, 01:49:36 am »
They look pretty fine considering the limitations of 15 colors in Celtic2CSE :D

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Flag Database CSE
« Reply #22 on: June 30, 2014, 03:51:19 pm »
Assuming it's the same setup as the old GetKey values, i think all you really need to do is split the 10s and 1s. Subtract 4 from the 10s (A = 41, so 4-4 = 0), multiply by 5 (0*5 = 0) then add the 1s. If the number is greater than 3, you'll need to subtract 2. You'll also need to handle [Var] and [Clear].
A = 41 = (4-4)*5 + 1 = 1
B = 42 = (4-4)*5 + 2 = 2
D = 51 = (5-4)*5 + 1 - 2 = 4
Z = 93 = (9-4)*5 + 3 - 2 = 26

Offline tifreak

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2708
  • Rating: +82/-3
  • My Kung Fu IS strong...
    • View Profile
    • TI-Freakware
Re: Flag Database CSE
« Reply #23 on: July 01, 2014, 08:37:08 pm »
Weregoose did a thing, and it was brilliant, as always.

http://www.cemetech.net/programs/index.php?mode=file&id=1121

For the new version that has search by letter!
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%

Offline chickendude

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +90/-1
  • Pro-Riot Squad
    • View Profile
Re: Flag Database CSE
« Reply #24 on: July 01, 2014, 10:06:29 pm »
Great work, tifreak! (and Weregoose ;))

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: Flag Database CSE
« Reply #25 on: July 02, 2014, 08:35:01 pm »
Awesome to hear Tifreak8x :D