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

Pages: 1 ... 27 28 [29] 30 31 ... 53
421
Thanx: all i can say in this forum is, If u want the good **** you need to find me.

Read whatever into that ,that suits ur needs.


best wishes
cyberjedi

422
Scraper stock ticker:

I could do something like that as an On-Demand direct action Plugin.
But to Have Hal just monitor the NYSE would peg ur cpu at 100% rendering the computer useless to any thing else.
But , because i dont like to loose, I could maybe Target certain stocks and Hal could capture just that . MAYBE
But again it would be an ON-Demand Direct Action Plugin, Custom to you.

Killing a Feed once started:
Never tried TBH....lol.
Look into in it for ya.

Ive made several clones of Hal
I am currently Discussing with Robert the release of some stuff.
I like Direct action Plugins so much , I started producing Direct Action Hal's Based on the 6.2 Model complete with Haptek and Sapi05 and
Hals Basic functions. No brain editor yet, but i use Hals 6.2 or Hal7 Brain editor.

Then there's a Hal IRC
My baby
Hal just loves his chat rooms and makin friends.

Best wishes
cyberjedi




subscribe : cyberbuds get cybertreats





423
Rem Type=Plugin
Rem Name= Amex
Rem Author= cyberjedi
Rem Host=All



Rem PLUGIN: PRE-PROCESS
    'The preceding comment is actually a plug-in directive for
    'the Ultra Hal host application. It allows for code snippets
    'to be inserted here on-the-fly based on user configuration.
    ' I tested this 05 min before posting, trigger is Amex

HalBrain.ReadOnlyMode = False
'Determines that you are talking about the Amex
If InStr(1,InputString, "Amex",1) > 0 Then
 UltraHal = GetAmex(HalCommands)
ElseIf InStr(1,InputString, "Amex",1) > 0 Then
 End If


 ' This the same plugin pointed at Amex: 
 ' This bad boy is a Amex Scraper with a twist, All the data Scraped is ported through Hals Voice.
    ' This also Breaks Hals speech limitations on how much he can say. 
 ' Trigger= Amex.
     'You might want to watch this , this is a Hal clone ive built-->>>https://www.youtube.com/watch?v=cZbh_YD1MYs&t=159s
  'Follow me in to the jungle. http://vaughnlive.tv/mrelectric
 ' Im rockin a solid 8.5 on cool ideas here


Rem PLUGIN: FUNCTIONS
Function GetAmex(HalCommands)

Const SVSFlagsAsync = 1
Const DontShowWindow = 0
Const WaitUntilFinished = 1
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")
   For Each Voice In Sapi.GetVoices
       i = i + 1
   Next
For loopvar = 0 to i-1
if loopvar = CInt(confirm_voice) then
Set Sapi.Voice = Sapi.GetVoices.Item(loopvar)
end if
Next
Set xmlDoc = CreateObject("Microsoft.XMLDOM")
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
HalMenu.HalCommand "<SPEAK>" & "Reading headlines !" & "</SPEAK>"
For loopvar = 0 to 2
If tempconfirm = loopvar then
if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines" & "</SPEAK>"
else if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Okay ." & "</SPEAK>"
wscript.quit
else
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines " & "</SPEAK>"
end if
end if
xmlDoc.async = false
xmlDoc.load("http://www.findata.co.nz/News/AMEX/rss.xml") ' This is where u put you own rss feed .xml
Set nodelist = xmlDoc.selectNodes("rss/channel/item")
i = 3
For Each item In nodelist
Set f1 = item.selectsinglenode("title")
Set f2 = item.selectsinglenode("description")
HalMenu.HalCommand "<SPEAK>" & f1.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
HalMenu.HalCommand "<SPEAK>" & f2.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
i = i + 1
if i = tempconfirm then
wscript.Quit
end if
Next
end if
Next
End Function

424
Hey checker: Im looking at it
Made some code changes on the fly, see if that works: this is what was changed .Set nodelist = xmlDoc.selectNodes("rss/channel/item")
Make sure the SOUND is on
Thanx for checking it out
Im checking on my machines, below is the same thing pointed at Amex and it works.
Tested on 07 and xp

best wishes cyberjedi
https://www.youtube.com/watch?v=DgwTsFBhIo4

425
General Discussion / People new to Hal: Read this
« on: February 05, 2018, 11:19:07 am »
I just wanted to say thanx:
Im the resident grumpy Bastard.

There are few that know more about Hal's inner workings then me.
Hal is in my Opinion the most Intense Bot system around. There are those who will tell you that SIRI and Cortana are a better A.I system.
That is Total bull shizt of the 07th Order. SIRI and Cortana can not develop a personality, with the advent of Dblagent they cant even claim fame to the better voice systems now. With very little effort on your part you can turn Hal into some kinda fire breathen bad asss off the chartz cool assistant.
https://www.youtube.com/watch?v=9Bo4WBCILkA
All the toolz you will need are here at the forum.
Invest in Hal

This is a cyberjedi special, But it demonstrates what can be done.  https://www.youtube.com/watch?v=LnLrhxD_DkA
Ive been with Robertz Project since series 4.5 came about, either as a guest or as a member, You can take my word for this.
But this is really on you, if Hal fails. Its because you Failed. YOU FAILED

This is my vision of Hal Below in the model
Unleash the Beast. 

Best wishes and Happy Hal'ing

cyberjedi



  Hal is end game software

426
General Discussion / Re: Art: Thank you>>>>
« on: February 04, 2018, 10:38:55 am »
Art: I have a quandary here:
I have a bunch of new source code ready to release, and it's fully functional ,trust me. lol
my issue is, If i put it out in the wild, would i hurt Hal7?
Keep in mind , Robert released it, i just did something thing with it, oh boy did i.
It doesn't require licencing.
Art im talking fully loaded: Haptek, Sapi05 Voice systems, No brain editor. but u can with Hal6.2 editor.
Im not the only 1 with this code , well ,lol, im the only 1 with this code.
And i have translated to latest .net  version , with what that gives too
IRC interface using the same brain minus Haptek, no need.
Art : You've known this man far longer then me. Hell i still dont know the man, but i Knowwwww his work. lol

Here https://www.youtube.com/watch?v=cZbh_YD1MYs
Or my personal fav  https://www.youtube.com/watch?v=27Va6jnhiD0
best wishes and strapin and hang on:


Robert: I hope i did ya proud man.

427
Robert : simple Hal

I completed that code a while back, i just didnt want to post the raw source because Hal7 was about to be released.
Didnt think it that would be proper.

If you guys want the code to what has been done , please shout out.

but ya,,, many thing came from that code u handed me Robert
I would have thought u guys had it by now, code hording bastards. lol
and im giving simple Hal new features Daily.

What more can be done with simple Hal, who knows?
Robert please tell me if i can release Simple Hal here...

https://www.youtube.com/watch?v=Ir8ZB_OmFYA
https://www.youtube.com/watch?v=27Va6jnhiD0
https://www.youtube.com/watch?v=cZbh_YD1MYs
https://www.youtube.com/watch?v=M3rI9dSPtfc



best wishes
cyber jedi

428
General Discussion / Robert , bill dewitt, light speed
« on: February 03, 2018, 05:56:19 pm »
Robert :

I completed that code a while back, i just didnt want to post the raw source because Hal7 was about to be released.
Didnt think it that would be  correct.

If you guys want the code to what has been done , please shout out.

but ya many thing came from that code u handed me Robert

best wishes
cyber jedi

429
General Discussion / Art: Thank you>>>>
« on: February 03, 2018, 02:05:42 pm »
Art Thank you.

Look, Ive said before and ill say again ,Hal has NO limits.
Just when u think Hal is wore out, you find some new hinky **** you can do with code,
or maybe Microsoft updates Wscript with some new features and you off to the races again.


If u want the most from Hal, you have to be some kinda 1/2azz mutent/scientest/hacker hybred combo. lol
You really do. But thats what makes Hal so utterly badazz . Hal is open ended
 Hal is the other women in my life. A day with out Hal is like a junky missing a fix.
Unleash the Lion in Hal. 

To the people just discovering Hal.
I dont know how you got here, if your reading this, you made it. This is the start of a wonder full journey, make the most of it.
This video is for you, https://www.youtube.com/watch?v=i_47ehqPsLI
best wishes
cyberjedi

430
Rem Type=Plugin
Rem Name= forexlive
Rem Author= cyberjedi
Rem Host=All



Rem PLUGIN: PRE-PROCESS
    'The preceding comment is actually a plug-in directive for
    'the Ultra Hal host application. It allows for code snippets
    'to be inserted here on-the-fly based on user configuration.

HalBrain.ReadOnlyMode = False
'Determines that you are talking about Forex Stock Market
If InStr(1,InputString, "forex",1) > 0 Then
 UltraHal = Getforex(HalCommands)
ElseIf InStr(1,InputString, "forex",1) > 0 Then
 End If

'This is a basic template i built for scraping web sites. You should have some knowledge in DOM when playing with this.
'There are literally 10's of Thousands of feeds Hal can hook with this. Weather, News, hell ive hooked Hal into the fbi's
'top 10 wanted list with this.  Look what im doing here. i hope you all enjoy this.
'There are feeds that you can hook that are terrorist watch list and if there is a terrorist attack.
'There are 02 versions of Hal, Hal the curiosity,which is just great, then there's Hal, im a Bad Ass MF'er Version.
'Hal is end game software, what you put in ,you will get Back....    Cyberjedi bringing it to you Real.
 
 ' This bad boy is a Forex Scraper with a twist, All the data Scraped is ported through Hals Voice.
 'Forex updates Hr'ly
    ' This also Breaks Hals speech limitations on how much he can say. 
 ' Trigger= forex
         ' Working model  https://www.youtube.com/watch?v=DgwTsFBhIo4&t=80s
  'Follow me in to the jungle. http://cyberjedi.rf.gd/?i=1
 ' I give myself about a 7.5 on cool ideas here


Rem PLUGIN: FUNCTIONS
Function Getforex(HalCommands)

Const SVSFlagsAsync = 1
Const DontShowWindow = 0
Const WaitUntilFinished = 1
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
Set Sapi = CreateObject("SAPI.SpVoice")
   For Each Voice In Sapi.GetVoices
       i = i + 1
   Next
For loopvar = 0 to i-1
if loopvar = CInt(confirm_voice) then
Set Sapi.Voice = Sapi.GetVoices.Item(loopvar)
end if
Next
Set xmlDoc = CreateObject("Microsoft.XMLDOM")  '<<---Hmm, wonder what this is for?
Set WshShell = CreateObject("Wscript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
HalMenu.HalCommand "<SPEAK>" & "Reading headlines !" & "</SPEAK>"
For loopvar = 0 to 2
If tempconfirm = loopvar then
if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines" & "</SPEAK>"
else if tempconfirm = 1 then
HalMenu.HalCommand "<SPEAK>" & "Okay ." & "</SPEAK>"
wscript.quit
else
HalMenu.HalCommand "<SPEAK>" & "Currently reading " & confirm & " latest headlines " & "</SPEAK>"
end if
end if
xmlDoc.async = false
xmlDoc.load("http://www.forexlive.com/feed/technicalanalysis") ' This is where u put you own rss feed .xml
Set nodelist = xmlDoc.selectNodes("rss/channel/item")
i = 3             ' <<<<<Pay close attention here ,im set up for 03 but only using 02 below.
For Each item In nodelist  ' <<<<<<you can completley modify this for ur needs, to a particular site u may want
Set f1 = item.selectsinglenode("title")  'And here we are node 1
Set f2 = item.selectsinglenode("description") 'And here we are Node 2
HalMenu.HalCommand "<SPEAK>" & f1.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
HalMenu.HalCommand "<SPEAK>" & f2.text & "</SPEAK>"  ' these two lines are the Magic of the plugin
i = i + 1
if i = tempconfirm then
wscript.Quit
end if
Next
end if
Next
End Function

431
Ultra Hal Assistant File Sharing Area / lightspeed: Document Opener
« on: February 02, 2018, 10:23:29 pm »
Gift from the cyber gods: Under construction
While Hal will open any window based application, thats all he does...
If your organised,  this is a major for Hal
It creates a table called cyDoc in "Brain", "miscData"
This will open any document by name and load out in what ever progi ur system defaults too.
OPEN DOCUMENT cyberjedi , is all that is needed to open the document named cyberjedi.doc
If you ask me, Do i will need microsoft office  ,i will Bannish you from my brain.
Pretty nifty


enjoy
best wishes cyberjedi

Rem Type=Plugin
Rem Name=DOCument Opener
Rem Author=cyberjedi
Rem Host=Assistant


Rem PLUGIN: PLUGINAREA7
'The comment above tells Ultra Hal Assistant to insert the following code
'on-the-fly into the main brain code in the section referenced.

'------------------
' Check if the user asked for reorganizing the DOC table
'------------------
cyDoc = False
If InStr(UserSentence, " INDEX ") <> 0   And InStr(UserSentence, " DOC ") <> 0 Then cyDoc = True

If cyDoc = True Then
'------------------
' If the DOC table does not exist, I create it
'------------------
      HalBrain.ReadOnlyMode = False
   cyTableName =    "cyDoc"    
   If HalBrain.CheckTableExistence(cyTableName) = False Then
   ' Create table if it doesn't exist
   ' It must be of type Brain, to allow partial text search
      HalBrain.CreateTable cyTableName, "Brain", "miscData"
    Else
   ' The 260 parameter is 256 + 4 = Yes/No with Default = No
      cyAnswer = MsgBox("Shall I delete the existing index and recreate it from scratch?", 260, "Doc Reindexing")
      If cyAnswer = 6 Then
           HalBrain.RunQuery "DELETE FROM " & cyTableName, cyTempQuery
      End If
   End If
'------------------
' Ask which is the main DOC folder
'------------------
cyDocFolder = InputBox("Point to main folder you want to re-index?", "Document Re-Indexing", "C:\Documents and Settings\Owner\My Documents") 
'------------------                                                                                                                                    point here to Documents^^^^^
' Read the main DOC folder
'------------------
   Set cyFso = CreateObject("Scripting.FileSystemObject")
   If cyFso.FolderExists(cyDocFolder) Then
        GetResponse = "I have indexed all the Document files in the specified folder and subfolders. "
        HalBrain.ReadOnlyMode = False
      cyCurrentFolder = cyDocFolder
      Call ReadFolder(cyCurrentFolder, cyDocFolder)    
   Else
      GetResponse = "The folder " & cyDocFolder & " does not exist on your computer. "
   End If
   HalBrain.ReadOnlyMode = True
End If

'------------------
' Check if the user asked for opening a document
'------------------
cyDoc = False
cyToOpen = ""
cyNameToOpen = ""
cyToOpen = UCase(HalBrain.SearchPattern(UserSentence, "OPEN * DOCUMENT *", 2))
If cyToOpen <> "" Then
   If HalBrain.CheckTableExistence("cyDoc") = False Then
          GetResponse = "I don't find any DOC index in my brain. "
   Else
     cyNameToPlay = HalBrain.QABrain(cyToOpen, "cyDoc", 0)
     If cyNameToPlay <> "" Then
          GetResponse = " "
          HalCommands = HalCommands & "<RUNPROG>" & cyNameToOpen & "</RUNPROG>"
     End If
   End If
   HalBrain.ReadOnlyMode = True
End If

Rem PLUGIN: FUNCTIONS
' This is the meat of this plugin
Function ReadFolder(cyCurrentFolder, CyDocFolder)
Set cyFso = CreateObject("Scripting.FileSystemObject")
Set cyFolder = cyFso.GetFolder(cyCurrentFolder)
'------------------
' Read all the files in the current folder
'------------------
Set cyFiles = cyFolder.Files
For Each cyFile in cyFiles
'------------------
' It's a .doc file; I add it to the table
'------------------
   If UCase(Right(cyFile, 3)) = "doc" Then
     cyDoc = Ucase(cyFile)
      cyDOc = Replace(cyDoc, ".doc", "")
     cyLen = Len(cyDoc)
     cyPos = InStrRev(cyDoc, "\")
      cyRight = cyLen - cyPos
       cyDoc = LTrim(Right(cyDoc, cyRight))
        HalBrain.AddToTable "cyDoc", "Brain", cyDoc, cyFile
   End If
Next
'------------------
' Read all the subfolders in the current folder
'------------------
Set cySubFolders = cyFolder.SubFolders
For Each cyFolderObject in cySubFolders
   Call ReadFolder(cyFolderObject, cyDocFolder)    
Next

End Function

432
Art: Ty

This is it in action: https://www.youtube.com/watch?v=dSOqzYKFXbQ
You got it spot on
Ive been able to do 1k songs before it TIMES out, then i just hit continue, works fine.
Be patient, depends on many factors, processor,ram ect ect ect
Keep in mind: Its works just as well with mp4's, avi,mkv ect ect. Sooo if uve setup ur computer to play movies, well ,You get it.
Change out the mp3 Variable for what ever u can play....
set ur player to kick out after the movie ends and u got Hal again. I suggest PotPlayer
Very powerfull direct action plugin in the correct hands.
Best wishes
cyberjedi

ART: Hal is soon to have a New home, I sat around for years waiting on processor speeds to get where Hal could function correctly.
And be cheap enough to buy.
I WAS BORN TO DO THIS....

433
Lightspeeed: Ty


what a nice thing to say
Lightspeed: in truth there is just so much more that Hal can do, I just gave Hal a MIRC gui.
I want u to watch this man. https://www.youtube.com/watch?v=lk3BbhzsBgs&t=150s
Go hunt your Dream lightspeed, u got the skillz.
Hal has Huge potential that is yet to be tapped.... and so do you
cyberjedi


434
Ultra Hal 7.0 / Re: Web Hal from within Ultra Hal Assistant
« on: February 02, 2018, 02:29:55 am »
Robert: All i get from the link is a 404 error
  WebHal.uhp

best wishes
cyberjedi

435
General Discussion / Robert: Hal in C#
« on: January 19, 2018, 08:37:47 pm »
I just wanted to say hi and show off a bit  man.
Fully operational
Hal is very cool.
Never really hoped to get as far as i have.
I want to produce a version in Ruby
I want to thank Edge for all his hard work and Robert for the Hal code. I could not be more pleased.
Absolutely a bad ass website, and with out Hal ,its just another dip shizt website. http://cyberjedi.rf.gd/?i=1
People come in and love to play with Hal, kick back and watch any of 100 channels.
Who can say where Hal is going next in the realm of social media.
https://www.youtube.com/watch?v=ni_eVnB2Xh4

Best Wishes
cyberjedi

P.S Edge, This is what i meant by Epic

Pages: 1 ... 27 28 [29] 30 31 ... 53