An open-source Resilio Sync alternative (not syncthing) that centers around the folder represented by unique hash, without any device management
An open-source Resilio Sync alternative (not syncthing) that centers around the folder represented by unique hash, without any device management
Tails. It may not be designed for LTS, but it appears to be stable and secure.
hello world:
fn main() {
areas := ['game', 'web', 'tools', 'science', 'systems',
'embedded', 'drivers', 'GUI', 'mobile']
for area in areas {
println('Hello, ${area} developers!')
}
}
http + time:
import time
import net.http
resp := http.get('https://vlang.io/utc_now') or {
println('failed to fetch data from the server')
return
}
t := time.unix(resp.body.int())
println(t.format()) // 2019-08-16 17:48
The official release uses conservative compilation options, and my attempt to use custom models failed because layer Reorg is not supported
Big business likes to redefine “open”, beware of this kind of language pollution
Python is suitable for beginner and is also easy to write code in different fields. I’m a developer, half of my time is writing code to get things done, and the other half is learning more development techniques, which I’ve been learning for over twenty years.