Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Munchor

Pages: 1 ... 59 60 [61] 62 63 ... 424
901
Miscellaneous / Re: Definitely retiring from coding
« on: June 25, 2011, 10:37:55 am »
Hi and goodbye everyone.

As my dad explicitely forces me to stop coding, i'm now retiring from coding. I may be still on the IRC sometimes, but i don't think so, depends on my dad.
He will receive a copy of this message, in order for him to understand how much i like coding and doing calculator stuff.

Wow, I think it sucks for a parent to force their children to stop doing what they like most, especially when it's coding. I think he has to understand, like I made my father understand, that coding is what I wanna do for a living and that it's what's gonna make me earn money when I'm an adult and the more experience I have now, the better coder I will be when I'm an adult.

I'm very sorry for you rayquaza, I think that's just not what a father should do, and personally I can't stop coding now, I hope you can manage to get used to it :( Will you at least be able to code Axe/Basic on your calc?

I hope you can go back to coding some day :)

902
Miscellaneous / Re: Leaving for a week
« on: June 25, 2011, 10:02:19 am »
Oh, that sounds great! I'm sure you'll have a ton of fun! ;D

yeah I also hope so, even though I won't be able to take my calc for some Axe :P

903
Miscellaneous / Re: Leaving for a week
« on: June 25, 2011, 09:59:39 am »
Italy huh? That sounds sweet. :D Are you going to visit family or are you just going enjoy the sites/beaches?

I'm going to perform on a concert and to visit some museums and cultural centres. I'm going with my chorus :) We'll be staying at families of teenagers of another chorus (an Italian one).

904
Miscellaneous / Re: Leaving for a week
« on: June 25, 2011, 07:59:51 am »
I only recognized you by your avatar. I still remember when we did that :D

It was lots of fun :) I also finally managed to release one of my projects before going on vacation.

905
News / Re: Builderboy demoted from Manager
« on: June 25, 2011, 07:41:53 am »
Where is BuilderBoy? I seriously hope he's working on his Axe Entry 24/7, but if he was, then he should get sometime to come here :) I hope he's alright and that he can come back soon :) Until there and as someone said, we will miss you :)

906
TI Z80 / Axe Detokenizer
« on: June 25, 2011, 07:35:45 am »
I have been working on an Axe Detokenizer for a while now. Today, with a precious tip Kerm Martian gave me, I manged to finally finish it.

Quote
Axe Detokenizer is an open-source, free, light-weight, simple and easy-to-use TI-83/84+ (SE) Axe Detokenizer. It opens Axe Source Files (.8XP) and makes text files with the detokenized code. It was made in Python and in order to use it, you need Python 2.6 or 2.7 installed. Since it was made using Python, it is also cross-platform, meaning it will work in all major Operative Systems.

To use it, type in the command line:

Code: [Select]
python axedetok.py source.8xp detokenizedcode.txt

In order to know how to use it, you can always try python axedetok.py --help

If you're a Linux user, it should be very easy to setup. If you're a Windows user you will need to have python in your path. To do this, go here.

Both a .zip and a .tar.gz were attached to make it easier for everyone to use it.

Todo:
  • I need someone to make an executable version of it for Windows-Users
  • I'll make a GUI Version soon enough

Enjoy!

907
Miscellaneous / Re: Nickname Change
« on: June 25, 2011, 06:06:42 am »
can still call you scout?  I understand if you don't want me to, tho.  ;)

You can of course, I also don't expect you to get used to it right away :)

908
Lua / Re: Loading Lua code dynamically for fun and profit
« on: June 25, 2011, 06:05:52 am »
This seems just like Jim Bauwen's Lua Console. Yours reads lines like his, but his also reads files, as you suggested in the end.

Not sure if yours has any improvement, but it's funny because both of you got to the same conclusion.

However, I hope TI doesn't remove those functions, a dynamic interpreter is very cool :) Nice job ExtendeD!

909
Miscellaneous / Re: Leaving for a week
« on: June 24, 2011, 07:24:56 pm »
Ah ok thanks for letting us know. Going to Italy, right?

Can't wait for your return, but have fun there :D

Oh I forgot, Italy indeed. Gonna be AW50M3 :D

910
Web Programming and Design / Re: RFG Image Uploader
« on: June 24, 2011, 07:24:20 pm »
You did that on purpose :P

The 1000th image I did it on purpose, but this one I didn't. Jim Bauwens said he was never rickrolled ever because he had Flash deactivated (his browser only opens flash if he allows). So I gif'ed him a fake contest entry for the Nspire Contest to rickroll him.

I named it "ContestEntry.gif" but it sounded too obvious so changed to "Pong.gif". When I uploaded "Pong.gif" I noticed "2001 images".

Then I knew ContestEntry.gif was the 2000th :)

911
Miscellaneous / Re: My activity
« on: June 24, 2011, 07:17:01 pm »
FinaleTI, good luck with Nostalgia and enjoy your vacation :) Have fun!

912
Miscellaneous / Leaving for a week
« on: June 24, 2011, 06:45:38 pm »
During 1 week and 1 day (next Monday Afternoon to the Tuesday of the following week) I won't be able to come to Omnimaga. I *may* check my email once or twice if you need to tell me something. But I'm not even sure if I will be able to.

Hope you survive without me :)

914
Deep Thought, very nice :D I'd like this on the forums like DJ :)

Test:
; Program Name: Memory Checker
; Author: David Gomes
; Version: <<1>>.<1>
; Written for Doors CS <<1>>.<1> and higher
.nolist
#include "ti83plus.inc"
#include "dcs7.inc"
.list
   .org progstart
   .db $BB,$6D
Init:
  B_CALL (_ClrLCDFull)
 
  set textWrite,(IY + sGrFlags)
  set fracDrawLFont,(IY + fontFlags)
 
  ld a,1
  ld (penCol), a
  ld (penRow), a
  ld hl,Title
  B_CALL (_VPutS)
 
  ld a,17
  ld (penRow),a
  ld a,1
  ld (penCol),a
  ld hl,RAMText
  B_CALL (_VPutS)
 
  ld a,41
  ld (penRow),a
  ld a,1
  ld (penCol),a
  ld hl,ARCText
  B_CALL (_VPutS)
 
  ld h,0
  ld l,9
  ld d,95
  ld e,9
  ld a,1
  call fastline
 
  res fracDrawLFont,(IY + fontFlags)
 
  ld a,10
  ld (penRow),a
  ld a,20
  ld (penCol),a
  B_CALL (_memchk)
  call VDispHL
 
  ld a,17
  ld (penRow),a
  ld a,20
  ld (penCol),a
  ld hl,OutOf
  B_CALL (_VPutS)
 
  ld a,24
  ld (penRow),a
  ld a,20
  ld (penCol),a
  ld hl,24756
  call VDispHL
 
  call GetFreeArc
  ld a,35
  ld (penRow),a
  ld a,20
  ld (penCol),a
  B_CALL (_VPutS)
 
  ld a,41
  ld (penRow),a
  ld a,20
  ld (penCol),a
  ld hl,OutOf
  B_CALL (_VPutS)
 
  call GetTotalArc
  ld a,47
  ld (penRow),a
  ld a,20
  ld (penCol),a
  B_CALL (_VPutS)
 
  call iFastCopy
  B_CALL (_GetKey)
 
  res textWrite,(IY + sGrFlags)
 
  ret

RAMText:
  .db <0>,0

ARCText:
  .db <0>,0

Title:
  .db <0>,0

OutOf:
  .db <0>,0

;The following code was made by Runer112
GetTotalArc:
;——————————————————————————————————————————————;
;—> Returns the total amount of user archive as a <0>-character decimal string
;INPUTS:    none
;OUTPUTS:   hl=pointer to string (OP3)
;DESTROYS:  af  bc  de  ix
;——————————————————————————————————————————————;
  B_CALL($80BA)
  add   a,a
  add   a,a
  ld   d,0
  ld   e,a
  ld   hl,GetTotalArc_HWValues
  add   hl,de
  jr   ConvArc
GetTotalArc_HWValues:
  .db   (10*$4000)>;><3>&<4>,(<0><1><2>)>><<13>>&<4>,(<0><1><2>)>><13>&<4>,(<0><1><2>)&<4>
  .db   (94*$4000)>;><3>&<4>,(<0><1><2>)>><<13>>&<4>,(<0><1><2>)>><13>&<4>,(<0><1><2>)&<4>
  .db   (30*$4000)>;><3>&<4>,(<0><1><2>)>><<13>>&<4>,(<0><1><2>)>><13>&<4>,(<0><1><2>)&<4>
  .db   (94*$4000)>;><3>&<4>,(<0><1><2>)>><<13>>&<4>,(<0><1><2>)>><13>&<4>,(<0><1><2>)&<4>

GetFreeArc:
;——————————————————————————————————————————————;
;—> Returns the amount of free archive as a <0>-character decimal string
;INPUTS:    none
;OUTPUTS:   hl=pointer to string (OP3)
;DESTROYS:  af  bc  de  ix
;——————————————————————————————————————————————;
  B_CALL($5014)      ;ArcChk
  ex   de,hl
  inc   hl


ConvArc:
;——————————————————————————————————————————————;
;—> Converts a <0>-bit integer into a <1>-character decimal string
;INPUTS:    hl=pointer to <0>-bit integer (big-endian)
;OUTPUTS:   hl=pointer to string (OP3)
;DESTROYS:  af  bc  de  ix
;——————————————————————————————————————————————;
  rst   20h
  ld   hl,OP3+7
  ld   de,10
  ld   (hl),d
  ld   b,7
ConvArc_Loop1:
  push   bc
  push   hl
  B_CALL($80B1)      ;Div32By16
  pop   hl
  pop   bc
  ld   a,(OP2+3)
  add   a,'0'
  dec   hl
  ld   (hl),a
  djnz   ConvArc_Loop1
  ld   d,h
  ld   e,l
  ld   bc,6<;<<1>+<2>
ConvArc_Loop2:
  ld   a,(de)
  cp   c
  ret   nz
  ld   a,' '
  ld   (de),a
  inc   de
  djnz   ConvArc_Loop2
  ret


915
Miscellaneous / Nickname Change
« on: June 24, 2011, 04:43:58 pm »
I have changed my nickname from "Scout" to "ephan". This change was due to personal changes, but don't worry, I'm the same :D

I will change my nickname everywhere on the Web now and this nickname will be forever, it's a nickname for life.

Pages: 1 ... 59 60 [61] 62 63 ... 424