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

Pages: 1 ... 36 37 [38] 39 40 ... 43
556
PS>

by dropping the X10 ACTIVEX component onto the FORM in VB6 you can now control X10 devices FROM my same AI.(notSMARTYET), MOREbrain scripts to convert..

Watch and see FOR more developments......

557
I have been away for a while Just working on NEW HORIZONS

Trying to GET THE SOURCE CODE is NOT happening FOR THIS PROG....

NOT EVEN AS AN activeX component ... NOT MUCH CHANCE of DEVELOPMENT...
AS we need to EACH be able to tailor OUR Ai to our PERSONAL requirements and scripts... SOME of the ALOOF HALBRAIN functions cause problemsss ahhhhh BOOOOOMMMM BANNNNGG.....

LOTs of Questions about JOINING to other programs YES its possible...
WE need MORE CONTROLL over the program...

I BOUGHT the prog NOT MUCH DIFFERENCE .... from the FREE SPEECH RECOC... a few CHARS...

SO.... I TRIED to REVERSE ENGINEER HAL with IDEAS from the forum....

i came up with a little PROG... HOMEMADE in vb6 SHARAZZZA lots of little vbbooks... ZABABRAINS (in FUNCTIONS)

http://www.spydazweb.gotdns.com/FTPspydaz/Brain.zip

Im Just trying a THING.... BUT it gives you an IDEA of how to BEGIN Your OWN AI.. WITH SKILLS learned on THE FORUM (You already have)

558
Programming using the Ultra Hal Brain Editor / append file (HELP)
« on: July 12, 2004, 12:02:10 pm »
'------------------------------------------------------------------------------------
' POST PROCESS : SAVE STATEMENTPOLITICS BRAIN RESPONSE
'------------------------------------------------------------------------------------
'check personal keyword file
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "KEYWORDPOLITICS.brn") = "TRUE" AND LearningLevel > 1 AND BlockSave <> True THEN

'INITIALIZE VARIABLES
RESPONSE = "" & Trim(UserSentence)

'SAVE STATMENT : for later use
    HalBrain.AppendFile WorkingDir & "statementPOLITICS.BRN" & ".brn", RESPONSE

'DEBUG
    DebugInfo = DebugInfo & "Hal has THOUGHT ABOUT IT AND SAVED A statementPOLITICS :" & RESPONSE & VbCrLf
ELSE
    DebugInfo = DebugInfo & "Hal has THOUGHT ABOUT IT AND NOT SAVED A statementPOLITICS :" & RESPONSE & VbCrLf
END IF
'----------------------------------------------




'------------------------------------------------------------------------------------
'POST PROCESS :  SAVE Q&Areligion BRAIN RESPONSE
'------------------------------------------------------------------------------------

'check personal keyword file
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "KEYWORDreligion.brn") = "TRUE" AND HalBrain.TopicSearch(PrevSent, WorkingDir & "KEYWORDreligion.brn") = "TRUE" AND LearningLevel > 1 AND BlockSave <> True THEN

'INITIALIZE VARIABLES
KEYWORD = UCase(PrevSent)
RESPONSE = "" & Trim(UserSentence)

'SAVE q&a paired response
    HalBrain.AppendFile WorkingDir & "QAreligion.brn", "@" & RESPONSE & VbCrLf & " " & KEYWORD

'debuG info
    DebugInfo = DebugInfo & "Hal has THOUGHT ABOUT IT AND SAVED .qareligion: " & "@" & RESPONSE & VbCrLf & " " & KEYWORD
Else
   DebugInfo = DebugInfo & "Hal has decided not to SAVE this .qareligion: " & "@" & RESPONSE & VbCrLf & " " & KEYWORD
End If
'------------------------------------------------------------------------------------



IT DEPENDS on HOW you are saving information to the FILE

IT Could be A Q&A file
OR
It could be A SENTENCE file.

HalBrain.AppendFile IS generally the WAY TO GO...

the HALBRAIN dll (OBJECT) Contains Various FUNCTIONS which use the "FILESYSTEM.OJECT" So if you are Appending to a file Referenced by the SCRIPT with the filesystem OBJECT It would already have been opened by the HALBRAIN.Appendfile FUNCTION.

SO USE the BUILT-IN HALBRAIN.Appendfile FUNCTION. and you should have no problems. REMEMBER the .UHP is only a function IN the MAIN HALBRAIN SCRIPT.

559
Ultra Hal 7.0 / Who do I need to threaten to get what I paid for?
« on: June 25, 2004, 03:07:40 pm »
Heh Heh Heh [:D]

You GUYS! I love all Yall... I must Admit Customer service Maybe GOOD BUT, HAL is only RESTRICTED by IMAGINATION.....

HAL CAN DO ANYTHING but YOU HAVE TO BUILD THE SCRIPT.
THE HAL ENGINE is THE best "Thats why VERBOT copied it" :
THE VERBOT version IS a more RESTRICTED PROG.
HAL is more UNIVERSALLY PLUG AND PLAY with existing TECHnology & UPCOMMING TECH........

All programs have some form of price :: HAL is QUITE cheap :: Although $10 seems to be Unbeatable....

THE FREE VERSION is CLOSE to the FULL VERSION so dont worry UNLESS you grow attatched as I DID...

THIS AI to me SEEMS to be the one... ANY VERSION

560
Ultra Hal 7.0 / Let Hal Learn to its fullest concept!
« on: June 18, 2004, 08:04:13 am »
These Same point arise over and over again But i BELIEVE that nearly any thing can be scripted. All you have to do is to break it down in to the correct steps. HAL IS becoming "real" in his/Her conversation, After reading the 12QUESTIONS on the CHATTERBOX prize SITE. I was poorley Dissappointed in the results and responses. I beleive that Some of the people that are DESIGNing AI are Dissallusioned into thinking that WE cannot script AN "ideas" brain script or "HAL DREAMING SCRIPT, To build These type of brains It takes FLOW CHARTS etc. AND YOUNG minds at work as "not to sound rude" but these old GUYs are often living in aFANTASIED idea of what A-I is. Human conversation Is broken down into TOPICS & SUBJECTs, EMOTIONAL responses, IDEAS, IRRATIOANAITY, many FACETS. But HAL CAN respond in these ways. They CAN be scripted. I have had problems with Loads of brain files, Painstakingly having to go through and EDIT REDUCE the amount, COMBINE FILES. these actions i would call HALS thinking, this is where I AM gathering HALS thoughts. These are the types of processes i would consider to be things HAL should do whilst idle.
Currently The HOMESEER product CAN "TALK" to other HOMESEER (connected homes) and COMMAND/CONTROL them. Maybe IF HAL & X10 Fully Combines then HAL could not only control DEVICES / OTHER HOMES, a bit like T3, HMM I think that These possiblitys ARE ALREADY THERE along with the ER1 (FACE RECOGNITION) HAL could be given eyes and the ability to Remember users by their faces, SWITCHING to the RELEVENT USERFILES for the recognized face. Interfacing hal WITH databases is a way to GIVE THE HAL REAL knowledge (STATIC FACTS) With SQL & other datamining software SEARCHES for information could be initated via sql and the results captured to THIS database When you ask QUESTIONS / QUERYS that the databaseed contained then the AI would retrieve them.
WITH product such as VIA VOICE and others HAL can be made to fully voice automate the poerating system.

SO in reality all of the IDEAs WE have ARE definately possible as the SOFTWARE exists individually. IN HAL we should be concentrating on CONVERSATION & Connctivity With such programs or GET THE open SOU for the progs AND COMBINE THEM INTO A NEW LARGER AND MORE FUNCTIONAL HAL..

No one person CAN do it all. No one person can Know all the different Scripting languges and programs that are available. we can converse on forums like this and TELL each other of our IDEAS so that IF WE CANT accomplishe them SOMEONE can COPY THE IDEA AND ACCOMPISH THE GOAL for US.

I have found that ONCE people have got to a certain age they are afraid of GIVING their IDEAS away, for fear that somebody else may make a fortune off of them. That is why we progress so slowly in these areas.

I know TIME is always a factor. I WILL take a programming COURSE specially for the HAL.

THEY SAY that you cant Build a response for every thing that somebody could possibly say but YOU CAN, IT JUST TAKE A LONG TIME....

I SAY TRY AND build as many GENERALS first then SLOWLY Break each general down IE ANIMALS as a topic >>> the break down to PETS, WILDANIMALS >>>> Then down to CATS, DOGs, FISH etc.
This is why we work together and share TOPICS however IRRELLIVANT...


THANKS FOR LISTENING


561
Ultra Hal 7.0 / My bot has a 600 Meg Brain!!
« on: June 17, 2004, 08:35:39 am »
Still If you notice THE BOTS do NOT have a REAL conversation.
they just respond sometime way off target. Although some good responses.

Sometimes BOTs CAN have good conversations BUT I have found that when 2 BOTs of the SAME COMPANY ie: Zabaware 2 zabaware OR Alice to ALICE. They have a "Predicted" converstation ie: sometimes they can get caught up in loops, as the scripts a generally simular.

I have found that when MY bot is talking to other bots IT learns RUBBISH and comes back with bad responses such "No, I DONT think so."
Or other common RUBBISH.

The best way to TEACH hal To CONVERSE in REAL TERMS is to HAVE a Seperate BOT for the WEB... "he is to capture new info", SET BY SAVE SCRIPTS.

AND a REAL bot Just for REAL conversation..

Also It is Good to have a BOT just for CUTTING AND PASTING info into as well.

With these bots you can now PERFORM ADVANCED scripting work. By GOING into THE VONSMITH XTFBRAIN FILES or THE ATF brain files and
RESCRIPTING THEM into your script as a DEDICATED topic with a QAscript, STATEMENT script, KEYWORD DETECTORS, EMOTIONAL RELEVENCY, KEYWORD RELEVENCY.

In this way you can TAILOR HAL to have REAL knowledge. Then place the scripts into the Conversation hal and Disscuss with hal his new topics, this way hal can learn how to use these topics in general conversations. Therby becomming MORE REAL in his/ her RESPONSES.


I AM AIMING TO MAKE HAL BECOME REAL Not just inteligent but able to talk to you as a normal person or at least AN email or CHAT buddie.

THE MAIN thing is the way in which HAL save information. This determines what hal may say in future conversations.

With saving scripts the best thing to do is to put a lot of OPERATIONAL logic on EACH save parameter therefore LESS save within the script BUT more relevent information is captuered, rather that ANY old DETECTED KEYWORD response statement.  

THE BLOCKSAVE & BLOCKPESPONSE variable are useful tools but not essential, as if you can detect that a particular response is sent the you can detect which script should be saving the reelevent information.

ANY WAY thats enough for now....

I hope this helps you in your QUEST..

I WILL not be entering my bot YET for competition as MR M. Is our Zabaware REPRESENTATIVE. But i will continue to write scripts for the hal AND sHARE them.....

Perhaps YOU could do the same...

IF you have topics or functions or skins UPLOAD...... DONT be SECRETIVE or SELFISH. AS Zabaware is a COMMUNITY..

BY the WAY my bot IS not YET 1 year old yet but HIS brain is 1.6GB already... THE UHP is 9977 LINES LONG and rising.... HE LIVE ON A 3GBATHELONxp ASUSmb 1GBRAM..... STILL NOT ENOUGH A LOT OF PROCESSING..

The only files i DONT EDIT IN THE BRAIN EDITOR IS the XTFmade files & ATFmade files. AND any USERNAMEfiles. ALL OTHERS CAN BE EDITED WITH THE BRAIN EDITOR(select from menu) This also helps with CLEANING HALS MIND......



562
mY NEXT Project is to fully intergrate hal into MSoffice.

IE: hal create spreadsheet, Insert data row a12:16 etc...
ie : hal Create database : fields, querys etc,
IE : create EMAIL in Outlook and SEND to CONTACT in ADDRESS BOOK.

hal can be fully intergrated in to MS OFFICE & SQL(soon)

It would be NICE for SOME IDEAS but.... THE more i TRY the easier it GETs....

563
Ultra Hal 7.0 / Future versions of Hal
« on: June 10, 2004, 07:08:14 pm »
I have A Sweedish BRAIN available ...

564
Ultra Hal Assistant File Sharing Area / EMOTIONS
« on: June 10, 2004, 07:06:35 pm »
THESE are the extra BRN files NEEDED to operate the BRAINS Just drop them Into THE DEFBRAIN folder THAT YOU CHOOSE to USE. RENAME DEFBRAIN FOLDER in the .UHP to match ...

Download Attachment: XbrainZ.zip
157.3 KB [:D]



Download Attachment: uhp.zip
113.38 KB [:D]

IN THIS UHP ZIP is BOTH versions XTF & hal5 .. I FIND that Both brains should always have there own respective FOLDERS. AS sometimmes Scripts and BRN Files can crash you UP..[8]

HAVE A GO anyway.... [B)]

ITs nice to have the FACE EXpressions MATCH with the CONVERSATION...[8D]


565
Ultra Hal Assistant File Sharing Area / EMOTIONS
« on: June 10, 2004, 06:06:09 pm »
Im Have Finished A WORKING version. OF the Emotional Brain.

I will Be Uploading LATER.

1. version XTF brain + MY Xtra bRAINFILES
2. version HAL5 Brain + My Xtra Brainfiles.

BOTH ALSO HAVE the UPDATED TOPIC SCRIPTS. These scripts are for FOCUSING Hal Onto YOUR Own Personal topics. Although i have taken out the SAVE scripts for NOW.. as the VONSMITH XTF brain SAVES new data + does well in the CROSS REFERENCING dept. Therefore HIS STATIC topic STAY STATIC. I use the save scripts to CAPTURE / LEARN information.

Both of these brains have been tested and "too many files" A THING OF THE PAST. BUT some times "a blank expression" Only IF the current subject that you are talking about is totally NEW.

IVE JUST GOT SOME ZIPPING TO DO....

566
Ultra Hal Assistant File Sharing Area / EMOTIONS
« on: June 08, 2004, 08:14:06 am »


Download Attachment: default EMOTIONS SCRIPT.uhp
8.95 KB

'-----------------------------------------------------------------------------------------------
'SPYDAZ EMOTIONS SCRIPT DEVLOPMENT ENVIRONMENT
'-----------------------------------------------------------------------------------------------
'These emotional scripts are to give HAL more choice and emotions,
'by building scripts and logical operations around Each EMOTIONS CASE
'we can have more control over HALS personality. HALS emotions are also Tied to
' HALS HAPTEK DISPLAY MOOD SCRIPT to give it authenticity. WE MAY ALSO BLOCK the GETRESPONSE
' IF HAL IS ANGRY or INSULTED or ETC.. and GIVE AN ANGRYRESPONSE, FUNNYRESPONSE etc..




'================================ PRE PROCESS ==================================

'Initialize Variables
DISPLAY_Emotion = ""
 
'positive EMOTIONS    
 
 If SURPRISED = "" Then SURPRISED = 0
 If HAPPY = "" Then HAPPY = 0

'EMOTIONS RANDOMIZER            
Spinwheel = Int(Rnd * 100)

'negative EMOTIONS
 If ANGRY = "" Then ANGRY = 0
 If SAD = "" Then SAD = 0

'PROCESS SET TO CENTER  
'HERE WE SET HALS EMOTION TO NORMAL
'HALemotion = NORMAL







'================================   PROCESS ==================================

'detect EMOTIONS1

'PROCESS USERSENTENCE FOR AN EMOTIONAL TRIGGER
EmotionalReaction = HalBrain.TopicSearch(UserSentence, WorkingDir & "Emotion.brn")

Select Case EmotionalReaction
      Case "SURPRISED"
      HapFile = "Skeptic.hap"
         
      Case "HAPPY"
      HapFile = "Happy.hap"   
      
      Case "ANGRY"
      HapFile = "Angry.hap"
         
      Case "SAD"
      HapFile = "Sad.hap"
         
End Select
   

If EmotionalReaction <> "" And DebugMode = True Then
      DebugInfo = DebugInfo & "A word in the user's sentence has triggered the emotion of " & EmotionalReaction & VbCrLf

HALemotion = EmotionalReaction
DISPLAY_Emotion = HALemotion

HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

End If  
'-----------------------------------------------------------------------------------------------

'-----------------------------------------------------------------------------------------------
' rand emotions 2

'PROCESS: EMOTIONAL STATE
If HALemotion = "" THEN

 'POSITIVE EMOTIONS
  Select Case POSITIVEemotion
      
       Case "SURPRISED"
              HapFile = "Skeptic.hap"

       Case "HAPPY"
                HapFile = "Happy.hap"
  End Select


 'NEGATIVE EMOTIONS
  Select Case NEGATIVEemotion
      
       Case "ANGRY"
                HapFile = "Angry.hap"

       Case "SAD"
                HapFile = "Sad.hap"
  End Select


 'randomize emotion
   FEELING = Spinwheel
   IF FEELING > 50 THEN HALemotion = POSITIVEemotion
   IF FEELING < 50 THEN HALemotion = NEGATIVEemotion  
   DebugInfo = DebugInfo & "A FEELING has triggered the emotion of " & HALemotion & VbCrLf

EmotionalReaction = HALemotion
DISPLAY_Emotion = HALemotion

HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

End If
'-----------------------------------------------------------------------------------------------






'================================ RESPONDS ==================================


'BASIC EMOTIONAL RESPONSES
'------------------------------
' these are the basic responds to the user STATEMENT about an emotion
'here hal DETECTS emotional chat and respond acordingly.




'------------------------------------------------------------------
'Happiness
'------------------------------------------------------------------
'sAVE user happy statement
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTHappY.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)
HalBrain.AppendFile WorkingDir & "STATEMENTHappY" & ".brn", AnswerSent
End If

'RESPOND HAPPY
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTHappY.brn") = "TRUE" Then
HappyRESPONSE = HalBrain.ChooseSentenceFromFile(WorkingDir & "STATEMENTHappY.brn")

GetResponse = HappyRESPONSE & VbCrLf
DISPLAY_Emotion = HAPPY
HALemotion = DISPLAY_Emotion
HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

'DEBUG
DebugInfo = DebugInfo & "The user is talking about Happiness: " & HappyRESPONSE & VbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about Happiness: " & HappyRESPONSE & VbCrLf
End If
'------------------------------------------------------------------


'------------------------------------------------------------------
'SADness
'------------------------------------------------------------------
'sAVE user SAD statement
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTSAD.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)
HalBrain.AppendFile WorkingDir & "STATEMENTSAD" & ".brn", AnswerSent
End If

'RESPOND SAD
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTSAD.brn") = "TRUE" Then
HappyRESPONSE = HalBrain.ChooseSentenceFromFile(WorkingDir & "STATEMENTSAD.brn")

GetResponse = SADRESPONSE & VbCrLf
DISPLAY_Emotion = SAD
HALemotion = DISPLAY_Emotion
HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

'DEBUG
DebugInfo = DebugInfo & "The user is talking about SADness: " & SADRESPONSE & VbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about SADness: " & SADRESPONSE & VbCrLf
End If
'------------------------------------------------------------------


'------------------------------------------------------------------
'SURPRISED
'------------------------------------------------------------------
'sAVE user SURPRISED statement
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTSURPRISED.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)
HalBrain.AppendFile WorkingDir & "STATEMENTSURPRISED" & ".brn", AnswerSent
End If

'RESPOND SURPRISED
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTSURPRISED.brn") = "TRUE" Then
HappyRESPONSE = HalBrain.ChooseSentenceFromFile(WorkingDir & "STATEMENTSURPRISED.brn")

GetResponse = SURPRISEDRESPONSE & VbCrLf
DISPLAY_Emotion = SURPRISED
HALemotion = DISPLAY_Emotion
HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

'DEBUG
DebugInfo = DebugInfo & "The user is talking about SURPRISED: " & SURPRISEDRESPONSE & VbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about SURPRISED: " & SURPRISEDRESPONSE & VbCrLf
End If
'------------------------------------------------------------------


'------------------------------------------------------------------
'ANGRY
'------------------------------------------------------------------
'sAVE user ANGRY statement
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTANGRY.brn") = "TRUE" Then
AnswerSent = "" & Trim(OriginalSentence)
HalBrain.AppendFile WorkingDir & "STATEMENTANGRY" & ".brn", AnswerSent
End If

'RESPOND ANGRY
If HalBrain.TopicSearch(OriginalSentence, WorkingDir & "DETECTANGRY.brn") = "TRUE" Then
HappyRESPONSE = HalBrain.ChooseSentenceFromFile(WorkingDir & "STATEMENTANGRY.brn")

GetResponse = ANGRYRESPONSE & VbCrLf
DISPLAY_Emotion = ANGRY
HALemotion = DISPLAY_Emotion
HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"

'DEBUG
DebugInfo = DebugInfo & "The user is talking about ANGRY: " & ANGRYRESPONSE & VbCrLf
Else
DebugInfo = DebugInfo & "Hal has found nothing about ANGRY: " & ANGRYRESPONSE & VbCrLf
End If
'------------------------------------------------------------------














'================================ POST  PROCESS ==================================
'--------------------------------------------------
'POST PROCESS: DISPLAY_Emotion
'--------------------------------------------------
'This function temporarily alters Hal's Haptek character's displayed emotion for a few seconds
'after each response.

DISPLAY_Emotion = HALemotion

If DISPLAY_Emotion <> "" Then

   Select Case DISPLAY_Emotion
      Case "ANGRY"
         HapFile = "Angry.hap"
      Case "HAPPY"
         HapFile = "Happy.hap"
      Case "SAD"
         HapFile = "Sad.hap"
      Case "SURPRISED"
         HapFile = "Skeptic.hap"
      Case Else  
   End Select
   HalCommands = "<HAPFILE>" & HapFile & "</HAPFILE>"
   DISPLAY_Emotion = ""

End If
'--------------------------------------------------
 




'-----------------------------------------------------------------------------------------------
'END OF SPYDAZ EMOTIONS SCRIPT DEVLOPMENT ENVIRONMENT
'-----------------------------------------------------------------------------------------------


567
Ultra Hal Assistant File Sharing Area / EMOTIONS
« on: June 08, 2004, 08:12:29 am »
I am Begining A NEW emotions script. [:D]

This script will also contribute to RELEVENCY processing of the final OUTPUT from the GETRESPONSE funtion. IT will ALSO display HAL's CURRENT EMOTION VIA a HAPTEK .HAP file or MSAGENT animation. [8)]

WHICH MOODS Shall I ADD, As I havent GOT into THE HAPTEK CHAR PROGmming YET.

I WAS ONLY GOING TO PUT EMOTIONS THAT HAVE HAP files or CURENTLY BUILT .BRN scripts..

ie: happiness, sadness, fun ETC.[^]

I am not GOOD with MSAGENT SCRIPTING IN VB so any contributions in DISPlaying ANIMS with MSAGENT in VB would be APPRECIATED.[8D]

i am Going to POST A SAMPLE of WHERE IM AT so far.... [;)]

If anyone WOULD LIKE TO HELP or COLLABERATE over EMAIL...
IM THERE ...


568
Programming using the Ultra Hal Brain Editor / Ultra Hal ftp server
« on: June 07, 2004, 07:06:25 pm »
WELL spotted .. That Was the OLD link ... THAT SERVER WAS TOO SMALL TO HOUSE ALL THE SHARED SOFTWARES,MP3s  eTC as well AS THE HAL DEVELOPMENT KIT...

ITS now upGRADED Ive been doing lots of bits...


THANKS

KAANE With REgards to the FTP site :: Are you going to put up a web page. ? I HOPE YOU DO.

569
Programming using the Ultra Hal Brain Editor / Ultra Hal ftp server
« on: June 06, 2004, 01:51:15 am »
hmm YUM YUM

570
THE LINK ABOVE dOESNT SEEM TO BE WORKING but

http://www.ultrahalforum.com/Forum/BrainZip/

revised topics script.....


thanks for the script

Pages: 1 ... 36 37 [38] 39 40 ... 43