Author Topic: Fullrene  (Read 38442 times)

0 Members and 1 Guest are viewing this topic.

Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Fullrene
« Reply #15 on: October 20, 2011, 03:14:16 pm »
lol. ive been doing stuff like this with firefox's firebug for years, and ive just recently started liking chrome, which has a firebug-like interface built in. for those of you who for some reason still use Internet Explorer *shudders*, as long as you use IE 8 or later, if you press F12, a similar window will pop up, but it isnt nearly as good.

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: Fullrene
« Reply #16 on: October 20, 2011, 05:28:48 pm »
Yeah the code tag glitch with spoiler tags is a bit annoying. However it seems every spoiler tag mod on SMF site has it O.o. I guess it could be modified as you said, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline BalancedFury

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 722
  • Rating: +29/-2
    • View Profile
Re: Fullrene
« Reply #17 on: October 20, 2011, 05:47:58 pm »
You got +5 before anybody replied O.O That sounds brilliant, as in really, really useful.
+9 now :P
Antonio Nam = DualBLDR = Tony Arthur... U choose!





JOIN THE PETITION TO ADD THIS EMOTICON!!
[|:{P ------->


Yo dawg I herd u lost the game game so I coded the game game in your calc so you can lose the game game while you code your code about losing the game game.

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: Fullrene
« Reply #18 on: October 20, 2011, 06:23:40 pm »
C0deH4cker's little trick reminded me how annoying code-in-spoiler screwups are in Chrome, so I made a little bookmarklet to fix it.

Code: [Select]
javascript:var i=document.querySelectorAll('.alt2 .code');for(var j=0;j<i.length;j++)i[j].style.height='auto';void(0)
Copy that to your URL bar (and add the "javascript:" to the beginning again, because Chrome strips it for some reason) and watch this:

Spoiler For Spoiler:
Code: [Select]
a
b
c
d
e
f
g
h
i
j
k
l

That should be fixed now :)

If you like it, make it a bookmark!
« Last Edit: October 20, 2011, 06:24:35 pm by Deep Thought »




Offline C0deH4cker

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 258
  • Rating: +11/-1
    • View Profile
    • iNinjas Forum/Repo
Re: Fullrene
« Reply #19 on: October 20, 2011, 07:04:27 pm »
Works for MobileSafari :P
Thanks!

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: Fullrene
« Reply #20 on: October 20, 2011, 07:11:30 pm »
It secretly works in Firefox as well, but there's no point in that since Firefox does it right anyway lol

Aaanyway, back to the topic.




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: Fullrene
« Reply #21 on: October 20, 2011, 08:40:55 pm »
I wonder if they can be changed via CSS, though... if that's the case then it wouldn't require modifying board files.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

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: Fullrene
« Reply #22 on: October 20, 2011, 10:00:42 pm »
Nope, it's definitely from JavaScript :/
« Last Edit: October 20, 2011, 10:00:47 pm by Deep Thought »




Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Fullrene
« Reply #23 on: October 21, 2011, 06:13:42 pm »
Just tried this out with PortalX and it works beautifully!   :w00t:  Very well done!

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: Fullrene
« Reply #24 on: October 21, 2011, 06:18:16 pm »
I'm very glad to hear that, because I never actually tested it ;D

I don't have the means to make an axe program large enough to test it so I just figured that since it put the ports in the right states, it should work. And I guess it does.
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 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: Fullrene
« Reply #25 on: October 21, 2011, 09:07:34 pm »
I'm very glad to hear that, because I never actually tested it ;D
Glad it works then lol

Any plans to pick up Portal, Builder? :o
« Last Edit: October 21, 2011, 09:08:07 pm by Deep Thought »




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: Fullrene
« Reply #26 on: October 21, 2011, 09:23:12 pm »
It would be cool, although I don't think he planned to work on large calc projects anymore. D:

Also nice work on Hurricane Irene... er... Fullrene ThePenguin77. :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Fullrene
« Reply #27 on: October 31, 2011, 04:27:51 am »
Great work ! but I have a question :P
Do we need to compile for a shell or does it work in noshell and apps too ?
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Fullrene
« Reply #28 on: October 31, 2011, 05:10:31 am »
As far as optimizations, I found one byte for the all models case:

Code: ("old") [Select]
        ld de,pagedBuf+1
        ld bc,49 ;so lucky VV
push bc
        ldir
        ld hl,(iMathPtr5)
push hl
        ld de,9A00h
        ld bc,50

Code: ("new") [Select]
        ld de,pagedBuf+1
        ld bc,49 ;so lucky VV
push bc
        ldir ;bc is now zero
        ld hl,(iMathPtr5)
push hl
        ld de,9A00h
        ld c,50 ;since b is already zero...

By the way, if you need absolute addressing in the $0000 to $3FFF range, I can add a new prefix to ignore the automatic replacements if that's convenient.  I didn't think anyone would ever need to jump or call addresses there, but I guess for hacks like this that could be important.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline LincolnB

  • Check It Out Now
  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1115
  • Rating: +125/-4
  • By Hackers For Hackers
    • View Profile
Re: Fullrene
« Reply #29 on: October 31, 2011, 09:54:43 am »
I'm very glad to hear that, because I never actually tested it ;D
Glad it works then lol

Any plans to pick up Portal, Builder? :o

Portal has been picked up, and is in full production right now.
Completed Projects:
   >> Spacky Emprise   >> Spacky 2 - Beta   >> Fantastic Sam
   >> An Exercise In Futility   >> GeoCore

My Current Projects:

Projects in Development:
In Medias Res - Contest Entry

Talk to me if you need help with Axe coding.


Spoiler For Bragging Rights:
Not much yet, hopefully this section will grow soon with time (and more contests)