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 - LordConiupiter

Pages: [1] 2 3 ... 24
1
tiDE / Re: tiDE Team
« on: January 17, 2011, 03:13:44 am »
There is somthing I need to say: next 4 weeks I'll be ery busy for school, since I've got to read 8 books for my dutch lirature exam, and besides that also have another project in c# for school, which has to be finished 20th Feb. or so, and many many things more... after that I'll be back, but in the mean time I will keep up with the project, i.e. look what's done and how it's done, and perhaps code a little, but within a month I'll start coding (again). I'm sorry that I wrote so little code until now. :( I wished I had more time! But I'm not the only one I guess... :P

2
Introduce Yourself! / Re: Pleased to meet you all
« on: January 14, 2011, 02:43:05 pm »
... and there are also topics where you can unleash your website/scripting skills, because this community mainly aims for TI, but we don't limit ourselves to it... (like this site is not written in pure ASM :P)
Enjoy your staying!

3
tiDE / Re: tiDE Team
« on: January 12, 2011, 11:51:15 am »
I followed all the instructions! Got it working!

4
TI Z80 / Re: MySQL and XML Tokenizer: CediT
« on: January 11, 2011, 02:03:55 pm »
no, in the database all tokens and their hex codes are stored...

5
tiDE / Re: tiDE Team
« on: January 08, 2011, 07:55:04 am »
ok thanks! Last time I tried connecting to codeplex, I couldn't find the tide source control folder at all, but I hope that will be fixed now...

6
TI Z80 / Re: MySQL and XML Tokenizer: CediT
« on: January 07, 2011, 09:45:13 am »
yes, that's right... but the extra feature this program has is MySQL database connection, and it's different in many aspects concerning the way it works and looks ;)

7
TI Z80 / Re: MySQL and XML Tokenizer: CediT
« on: January 05, 2011, 04:56:35 pm »
oops, forgot to explain that... :$
It is a pretty conventional tokenizer and detokenizer, and it reads it's tokens from an xml file, or from a database.
For this feature you need a password, but I'm not gonna type it on public pages, so it could be easily found...
Just PM me for it ;)
I think you know what a tokenizer is, but for those who don't:
it's a program which converts typed in tokens to hex, and vice versa. This way you can write your own calc programs on your PC!
It's not ready yet, but it has the following features implemented:
- immediate conversion
- connection with a database (MySQL)
- changing typed tokens to their nicer equivalents when Shift-Space is pressed, like -> will become an arrow. Those tokens and replacements have to be declared in a file, which can be loaded on start of the program, or declared in a file called alts01.xml at the application startup path.
- single token conversion (mainly for testing, but also for showing the description of a token if available)
- saving database data to an XML file
in the future those features will be added:
- replacement chars in the database
- enable modifying descriptions and suggesting them to the database
- saving to an 8xp file

and if I've forgotten anything, just give me a shout ;)

8
Other Calculators / CediT
« on: January 04, 2011, 07:05:53 pm »
CediT



http://www.omnimaga.org/index.php?action=downloads;sa=view;down=615

In this program you can type in hex and/or text (tokens), which will be converted on the fly to the other textbox.

9
TI Z80 / MySQL and XML Tokenizer: CediT
« on: January 03, 2011, 03:26:21 pm »
Like I promised I create this thread for my (de-)tokenizer. There is a download attached to this post, and a tokens xml-file is downloadable from coupler.netai.net/tokens.php. Remove the ads at the bottom of the file first, before loading it into CediT. If you don't, the program will die! (just once, not forever though :P)

some screens:


10
tiDE / Re: tiDE Team
« on: December 28, 2010, 06:10:10 pm »
I edited it. I just was too amazed it worked, that I typed the wrong word :D

11
tiDE / Re: tiDE Team
« on: December 28, 2010, 04:35:57 pm »
Guys, there has been zero work on this in my absence.  I'm disappointed.
right now I'm just sandboxing around in another project to get stuff working. That's because I don't want the project to be screwed.
I just updated my first piece of code.

EDIT: YEAH :w00t: YEAH!!!!
I got signed in on DreamSpark, and got Visual Studio Professional for free!!!

12
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 09:22:03 am »
use the following code:
Code: (c#) [Select]
string HEX = textbox1.Text.Replace("\r\n", "");
EDIT: I voted for the most flexible one: Editable, we can get it in the program itself and in the saved .asm too.
Nobody could have problems with this one, since everything is possible this way, and nothing too :P

13
TI Z80 / Re: [Project]Disassembler in Python
« on: December 28, 2010, 09:19:00 am »
yes, and with Axe compatibility!
and any tokenized script language!
That's possible since the dictionaries are stored in XML files.

14
TI Z80 / Re: [Project]Hexadecimal to Assembly Converter
« on: December 28, 2010, 09:12:31 am »
nice work! I started coding a Tokenizer and detokenizer today! I'll also post some screenies soon.

15
Web Programming and Design / Re: JSON/AJAX
« on: December 28, 2010, 06:05:06 am »
New update! Now you can write your data into any type of HTML you want!
New code is über-commented!

Pages: [1] 2 3 ... 24