-
php: password e login
per vedere il codice di origine: /tools/code.php
-
java: zenity vs System.console()
In Java si può anche usare zenity così (vedi sotto) nel momento in cui System.console() non è disponibile (not available). Ad esempio se il processo è in esecuzione da un IDE (e non da terminale apposito, alternativa anche questa). Naturalmente zenity va installato (per essere richiamabile come da console).
-
Racket (Scheme system)
This is a rectangular area calculation given its 4 vertices’ coordinates (axis-aligned). I had to do some research on various how-tos.
-
F# study notes
2021 February 18: https://fsharpforfunandprofit.com/posts/printf/ supports arguments (count and types) check 2021 March 23: http://rosettacode.org/wiki/Classes#F.23 https://stackoverflow.com/questions/36752742/comparing-f-and-ocaml https://fsharpforfunandprofit.com/posts/thinking-functionally-intro/ https://ocaml.org/learn/tutorials/basics.it.html
-
F# (functional on dotnet)
https://fsharp.org/use/linux/ https://fsharp.org/about/ Out of curiosity mixed with desire to have the best programming tools starting with the best language possible and the best runtime possible (it mentions tooling software also) Evaluating it led me to the situation shown below: Further info: (bash) sudo rpm –import https://packages.microsoft.com/keys/microsoft.asc(bash) sudo wget -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/fedora/33/prod.repo(bash) sudo dnf install dotnet-sdk-5.0 […]
-
presentazioni
realtà di collaborazione … anche per l’animale tecnologico Git, GitHub, GitLab e la stesura dell’origine dei software Altre mie presentazioni non pubblicate qui …
-
https e golang
“Go Language” HomePage at: https://go.dev/ (WAS: golang.org/) https://vk.com/wall341179603_5279 package main import( “net/http” “fmt” “log” ) func main() { // handle `/` route http.HandleFunc( “/”, func( res http.ResponseWriter, req *http.Request ) { fmt.Fprint( res, “Hello World! (from GoLang’s net/http)” ) } ) // run server on port 443=https 80=http // your DNS domain is not netop.info […]
-
Links preparatori
https://it.wikipedia.org/wiki/Programmazione_strutturata https://llvm.org/ https://www.micro-examples.com/public/microex-navig/doc/095-asm-translator.html