Search found 57 matches: agent

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... who is the same as Brahman, and who can attain liberation, or moksha, by realizing this oneness. - Jiva: This is the individual soul, who is the agent of action, the experiencer of sensation, and the bearer of consciousness. The jiva is the essence of everything, and is the cause and the effect ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: WebView2 Essentials: Guides, Tips & Resources

... Invokes the print function of the web view. SetParent(oWnd): Sets the parent window of the web view. SetUserAgent(cUserAgent): Sets the user agent string of the web view. Terminate(): Terminates the web view process. Additional Functions Bind(cName, pFunction) (Outside Class): A method for ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: New FTDN July/Julio (FWH 23.07)

Mayo, Junio, Julio 2023 ======================= * Mejora: La función SetClipboardData() soporta el formato CF_HDROP. Un ejemplo de uso: --- #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClipb...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

New FTDN July/Julio (FWH 23.07)

May, June, July 2023 ==================== * Enhancement: function SetClipboardData() supports CF_HDROP. Here there is a working example - 1: #include "FiveWin.ch" #define CF_HDROP 15 function Main() local oWnd, hDrop DEFINE WINDOW oWnd MsgInfo( OpenClipboard( oWnd:hWnd ) ) MsgInfo( SetClip...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

Re: Webview question

... git clone https://github.com/webview/webview Then we need to include in webview.h the changes that the webview's author did to implement set_user_agent() for us (and works great) but he decided not to include in the official repo: git clone https://github.com/SteffenL/webview webview_user_agent ...
by Antonio Linares
Sat Jul 01, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Peticion POST a xHarbour

... url = new URL(urlRequest); conexion = (HttpsURLConnection)url.openConnection(); conexion.addRequestProperty("User-Agent", ""); conexion.setRequestMethod("GET"); conexion.setRequestProperty("Content-Type","application/x-www-form-urlencoded"); ...
by servicomver
Mon Jun 05, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion POST a xHarbour
Replies: 3
Views: 420

Understanding how autoGPT works...

... args: "url": "<url>", "question": "<what_you_want_to_find_on_website>" 6. Start GPT Agent: "start_agent", args: "name": "<name>", "task": "<short_task_desc>", "prompt": ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 526

Re: TWebView() and Google Group Account

c:\>git clone --branch up/set-user-agent https://github.com/SteffenL/webview webview_useragent Then open a "Developer command prompt for VS2022" as administrator and go to c:\webview_useragent\script\ and run build.bat We got webview.dll ...
by Antonio Linares
Sat Jul 02, 2022 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: TWebView() and Google Group Account

... While your approach may work, I suspect that it is not going to be sufficient because the user agent is sent to the server with every HTTP request, and I doubt that you can successfully intercept them all using only JavaScript. The sure way to ...
by Antonio Linares
Sat Jul 02, 2022 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: TWebView() and Google Group Account

... ,It's working Now we need to follow this guide to change the UserAgent: https://www.searchenginejournal.com/change-user-agent/368448/ I am trying it right now... :-)
by Antonio Linares
Fri Jul 01, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1603

Re: JSON with HTTPS: post

... Error: getaddrinfo ENOTFOUND theirsite.force.com Request Headers Authorization: Basic YWRzc3lzOnBhc3N3b3Jk User-Agent: PostmanRuntime/7.26.8 Accept: */* Cache-Control: no-cache Postman-Token: a82c29b4-cc27-421a-8513-62bf4466823e Host: theirsite.force.com Accept-Encoding: ...
by Antonio Linares
Tue May 24, 2022 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON with HTTPS: post
Replies: 28
Views: 1968

Re: ADS - The future is <sadly> now so where do you go ?

... explain a situation. 1-Open the data dictionary of the present registry office. Ex: \\Server\UNC\Folder\MyDictionary.add 2-I'm going to UNION the AGENT's Document linking it to another data dictionary that is in the central registry office on the internet. Ex: \\201.64.98.121:2660\UNC\Folder\DictionaryCenter.add ...
by Giovany Vecchi
Tue Apr 26, 2022 1:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2779

Re: ADS - The future is <sadly> now so where do you go ?

... do arquivo imagem",Nil}) I mean can't you use a file for each record instead of the blob field? In the agent register from code 1 to 42000 the table with the images is N_AGE_DOCIMGS001, after 42001 to 84000 the table is N_AGE_DOCIMGS002 and so on. Scanned ...
by Giovany Vecchi
Wed Apr 20, 2022 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2779

Re: ADS - The future is <sadly> now so where do you go ?

... explain what you are doing exactly. Can't you use the file system instead? Best regards, Otto Otto, I'm going to explain a case here. I have an agent table that has 320,000 names. The notary has to digitize the personal documents of each one. If I put it in just one table, this table will have ...
by Giovany Vecchi
Wed Apr 20, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS - The future is <sadly> now so where do you go ?
Replies: 26
Views: 2779

Re: Soap Web Service

... , cAction ) oHttp:SetReQuestHeader( "Content-Type" , "text/xml;charset=UTF-8" ) oHttp:SetReQuestHeader( "User-Agent" , ", power by Jobb-iSoft") deletefile( "RequestActiva.xml" ) lMemowrite( "RequestActiva.xml",cXML) oHttp:Send( ...
by ramirezosvaldo2
Thu Jan 27, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 905
Next

Return to advanced search