
-----------------------------------
Ashkan
Sat Jun 19, 2004 11:33 pm

Generate List for your MP3s ! + moreee
-----------------------------------
Hey everyone.. 
Many people make games through Turing language.. however as am not into games... i tried to make a useful software which i personally needed to have for my personal use...

Download it from my site and see the little animation i made for it 

ListGE 1.0
In case you need help with using it, read the step by step user guide in adobe acrobat which comes with it.

Its a quite useful software which was far beyond my course level and its my second software made.. well i did turing for like one semester and this was my final..

I was looking for a software to serve this purpose but either they sucked or were not free or other problemss..

So i made my own program with other aditional features.. =)

ListGE Version 1.0 features include:

Generating lists from directories and save in Word, Excel or Notepad. 
Combining your lists. 
Sort your lists in either ascending or descending order. 
Convert the letters in your lists to either capital or small letter. 
Ability to remove the file extensions. 
Search through your lists and save the search result as a new list. 

read more at 

-----------------------------------
Ashkan
Tue Jun 22, 2004 6:05 am


-----------------------------------
the_short1:
turing is acually a very decent programming language for making text oriented aplications.. 

examples: markbooks, payrolls, accounting programs.... that sort of things.. 

its ez to make those programms in turing... in fact ive made payroll and markbook programs.... not fancy... ... but i have..... now if i wanted to spend time id make all input come from feilds like ur List manager..... 

thats my opinion..... 

btw: how did u make those vertical lines move at top of screen... that lookz good!

Yup Turing is a very easy to use language to make such programs as u mentioned as the Syntax is reallyy easy..
for example in Turing you code:
put "Hellloo"
but in Java to do the samething you code:
System.out.println ("Hello"); 
lolll, but Java, Delphi, C++ etc.. are a more sophisticated language especially in interface design of the program.. =)

And about the lines that move.. are you talking about the Process bar which shows the process of generating ? .. Well for that i divided the process into 5 stages.. and i measured how long it takes the program to do them,, then i took a ratio and based on the ratio as the process goes.. the boxes fill.. its not accurate . but it gives you a clue about how much of the process was done..

For 6000 Lines to generate
In Pentium IV 3.0 GHz >> Time to Generate : 5 Seconds
In Pentium II 300 MHz >> Time to GEnerate : 1 Minute and bit more

-----------------------------------
the_short1
Tue Jun 22, 2004 10:46 am


-----------------------------------
i the ones at the top... instea ay cool... maybe ill olook at ur site source..




yea other languages are best for GAMES and that kinda of stuff...
i awnt to make some text fields like dat for my unit converter... and revamp it completely..
.

time to read the turing reference again :)


is it easy? 