The Daily Go
Qt binding for Go (Golang) which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi
https://github.com/therecipe/qt
#QT #Repository
Qt binding for Go (Golang) which supports Windows / macOS / Linux / Android / iOS / Sailfish OS / Raspberry Pi
https://github.com/therecipe/qt
#QT #Repository
GitHub
GitHub - therecipe/qt: Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfishβ¦
Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly - therecipe/qt
The Daily Go
Golang & Electron Boilerplate For Platform Independent Desktop Applications
https://github.com/Equanox/gotron
#Repository #Electron
Golang & Electron Boilerplate For Platform Independent Desktop Applications
https://github.com/Equanox/gotron
#Repository #Electron
GitHub
GitHub - Equanox/gotron: Go Api for Electron
Go Api for Electron. Contribute to Equanox/gotron development by creating an account on GitHub.
Forwarded from Linuxion
Thereβs no one true desktop environment for Linux. Unlike competing operating systems like Windows, Linux users have a choice of many different desktop environments, all with their own styles and strengths.
You can install one of these desktop environments after installing your Linux distribution and switch between desktop environments from the login screen. You can also choose to install a Linux distribution that comes with the desktop environment. For example, you can get Ubuntu in many different flavors.
Source: https://www.google.com/amp/s/www.howtogeek.com/163154/linux-users-have-a-choice-8-linux-desktop-environments/amp/
@linuxion
You can install one of these desktop environments after installing your Linux distribution and switch between desktop environments from the login screen. You can also choose to install a Linux distribution that comes with the desktop environment. For example, you can get Ubuntu in many different flavors.
Source: https://www.google.com/amp/s/www.howtogeek.com/163154/linux-users-have-a-choice-8-linux-desktop-environments/amp/
@linuxion
Howtogeek
Linux Users Have a Choice: 8 Linux Desktop Environments
Thereβs no one true desktop environment for Linux. Unlike competing operating systems like Windows, Linux users have a choice of many different desktop environments, all with their own styles and strengths.
The Daily Go
Calc is a package that provides the tools to evaluate simple numerical expressions
https://github.com/marcmak/calc
#Repository #Numerical
Calc is a package that provides the tools to evaluate simple numerical expressions
https://github.com/marcmak/calc
#Repository #Numerical
GitHub
marcmak/calc
Calc is a package that provides the tools to evaluate simple numerical expressions - marcmak/calc
The Daily Go
π£ Hot Repository
Go programming language secure coding practices guide
https://github.com/Checkmarx/Go-SCP
#Repository #Guide #Security
π£ Hot Repository
Go programming language secure coding practices guide
https://github.com/Checkmarx/Go-SCP
#Repository #Guide #Security
GitHub
GitHub - OWASP/Go-SCP: Go programming language secure coding practices guide
Go programming language secure coding practices guide - GitHub - OWASP/Go-SCP: Go programming language secure coding practices guide
The Daily Go
Golang high level abstractions over reflect library
https://github.com/oleiade/reflections
#Repository #Reflect
Golang high level abstractions over reflect library
https://github.com/oleiade/reflections
#Repository #Reflect
GitHub
GitHub - oleiade/reflections: High level abstractions over the Go reflect library
High level abstractions over the Go reflect library - oleiade/reflections
The Daily Go
TiDB is a distributed NewSQL database compatible with MySQL protocol
https://github.com/pingcap/tidb
#Repository #Database #Trending
TiDB is a distributed NewSQL database compatible with MySQL protocol
https://github.com/pingcap/tidb
#Repository #Database #Trending
GitHub
GitHub - pingcap/tidb: TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications.
TiDB - the open-source, cloud-native, distributed SQL database designed for modern applications. - pingcap/tidb
The Daily Go
πΊ Keep calm and say hello to gomuko πΊ
Gomoku is a compiler for programs written in the Go Programming Language, targeting modern C++.
https://github.com/lpereira/gomoku
#Repository #CPP
πΊ Keep calm and say hello to gomuko πΊ
Gomoku is a compiler for programs written in the Go Programming Language, targeting modern C++.
https://github.com/lpereira/gomoku
#Repository #CPP
GitHub
GitHub - lpereira/gomoku: Gomoku compiles Go code to C++
Gomoku compiles Go code to C++. Contribute to lpereira/gomoku development by creating an account on GitHub.
Every Go programmer should read this guide.
Post script :
Gitbook https://checkmarx.gitbooks.io/go-scp/
Post script :
Gitbook https://checkmarx.gitbooks.io/go-scp/
Forwarded from The Daily Go
The Daily Go
π£ Hot Repository
Go programming language secure coding practices guide
https://github.com/Checkmarx/Go-SCP
#Repository #Guide #Security
π£ Hot Repository
Go programming language secure coding practices guide
https://github.com/Checkmarx/Go-SCP
#Repository #Guide #Security
GitHub
GitHub - OWASP/Go-SCP: Go programming language secure coding practices guide
Go programming language secure coding practices guide - GitHub - OWASP/Go-SCP: Go programming language secure coding practices guide
The Daily Go
Redirects
Go handles redirections internally which means that unless specified in the server side, in case of a redirect, Go serves the target page of the redirect directly. This can lead to security issues if a bad agent submits malicious data directly to the target of the redirection, effectively bypassing the data validation procedures in the server.
As such, developers must take special care in validating data from redirects and assure that the provided data is valid and as expected.
Redirects
Go handles redirections internally which means that unless specified in the server side, in case of a redirect, Go serves the target page of the redirect directly. This can lead to security issues if a bad agent submits malicious data directly to the target of the redirection, effectively bypassing the data validation procedures in the server.
As such, developers must take special care in validating data from redirects and assure that the provided data is valid and as expected.
The Daily Go
Go bencode marshal/unmarshal library
https://github.com/zeebo/bencode
#Repository #Bencode
From WikiPedia :
Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data.
Go bencode marshal/unmarshal library
https://github.com/zeebo/bencode
#Repository #Bencode
From WikiPedia :
Bencode (pronounced like B encode) is the encoding used by the peer-to-peer file sharing system BitTorrent for storing and transmitting loosely structured data.
GitHub
GitHub - zeebo/bencode: Go bencode marshal/unmarshal library
Go bencode marshal/unmarshal library. Contribute to zeebo/bencode development by creating an account on GitHub.
The Daily Go
Why caddyserver ?
HARDENED STACK
Caddy is proudly written in Go, and its TLS stack is powered by the robust crypto/tls package in the Go standard library. Never vulnerable to Heartbleed or other similar flaws!
https://caddyserver.com/features
Why caddyserver ?
HARDENED STACK
Caddy is proudly written in Go, and its TLS stack is powered by the robust crypto/tls package in the Go standard library. Never vulnerable to Heartbleed or other similar flaws!
https://caddyserver.com/features
The Daily Go
Go login handlers for authentication providers (OAuth1, OAuth2)
https://github.com/dghubble/gologin
#Repository #OAuth
Go login handlers for authentication providers (OAuth1, OAuth2)
https://github.com/dghubble/gologin
#Repository #OAuth
The Daily Go
A new object oriented language written in Go aim at developing microservice efficiently.
https://github.com/rooby-lang/rooby
#Repository #Language #Trends
A new object oriented language written in Go aim at developing microservice efficiently.
https://github.com/rooby-lang/rooby
#Repository #Language #Trends
The Daily Go
A lightweight, open source, tracking-free comment engine alternative to Disqus
https://github.com/adtac/commento
#Repository #Web #Trends
A lightweight, open source, tracking-free comment engine alternative to Disqus
https://github.com/adtac/commento
#Repository #Web #Trends
The Daily Go
Understand Go pointers in less than 800 words or your money back
https://dave.cheney.net/2017/04/26/understand-go-pointers-in-less-than-800-words-or-your-money-back
From Dave Cheney.
#Guide #Pointer
Understand Go pointers in less than 800 words or your money back
https://dave.cheney.net/2017/04/26/understand-go-pointers-in-less-than-800-words-or-your-money-back
From Dave Cheney.
#Guide #Pointer