Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Software

Delphi SynEdit – HighLigth Parenthesis or Bracket

Questa funzionalità aiuta i programmatori a identificare rapidamente le parentesi corrispondenti, come parentesi tonde, graffe e altri tipi di parentesi nel loro codice, essenziale per navigare efficientemente tra strutture di codice complesse. Per implementare questa caratteristica, è necessario associare una procedura personalizzata all’evento OnPaintTransient in SynEdit. Questo approccio è stato ispirato da discussioni e soluzioni…
Leggi tutto

Delphi Support OpenSSL and HTTPS for iOS Devices

Dal 2014 è possibile compilare applicazioni con Delphi per il mondo IOS ed integrare la libreria Indy per la comunicazione TCP/IP con cifratura SSL grazie ad OpenSSL, come documentato nel sito di Embarcadero al seg. link https://blogs.embarcadero.com/openssl-and-https-support-for-ios-devices/. Questo è possibile farlo includendo la libreria “IdSSLOpenSSLHeaders_Static.pas” nel vostro progetto e copiando le librire compilate libssl.a e…
Leggi tutto

ChatGPT & Delphi – OpenAI Chat

Today I tried to talk about programming with chatGPT…. and I must say I was amazed First I asked him for the code for a web server in Delphi: Then I asked him to add support for SSL Then if you give me an example of Machine Learning in Delphi Then I asked him what he…
Leggi tutto

Remote Desktop Protocol RDP

Microsoft Remote Desktop Protocol ( RDP )  è forse il più usato tra i sistemi per gestire il desktop remoto, e risulta anche essere uno tra i più veloci e smart da usare. RDP lavora di base sulla porta TCP 3389 ed è nativo in tutti gli ambienti MS-Windows, anche per Linux sono disponibili diversi…
Leggi tutto

smartFB v. 2.2.0.160 released

A new version of smartFB is ready to download. New in 2.2.0.160: SQL Autocomplete ( bug fixed ) Added a Network utility to test or stress an http or https address Update JSON tool and Delphi Integration.   Download smartFB at: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&&fname=/applications/public/SetupSmartFB.exe

Firefox howto enable browsing on old TLS 1.2 and older TLS version

If you have and old hardware or service that expose the configuration interface on old https with an old encryption protocol, all browser block you site ( even if is remote or locally ). On Firefox you need to write in the address bar : “about:config” after that, in the config search bar write “tls”:…
Leggi tutto