Forwarded from The Daily Go
The Daily Go
Wrapping CPP in Golang β€οΈ
Question:
http://stackoverflow.com/a/1721230/6559250
Source Code:
https://github.com/burke/howto-go-with-cpp
#Cpp #Golang #Guide
Wrapping CPP in Golang β€οΈ
Question:
http://stackoverflow.com/a/1721230/6559250
Source Code:
https://github.com/burke/howto-go-with-cpp
#Cpp #Golang #Guide
Stackoverflow
How to use C++ in Go?
In the new Go language, how do I call C++ code? In other words, how can I wrap my C++ classes and use them in Go?
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Top-like interface for container metrics
https://github.com/bcicen/ctop
#Repository #Container
Top-like interface for container metrics
https://github.com/bcicen/ctop
#Repository #Container
The Daily Go
usql is a universal command-line interface for SQL databases
https://asciinema.org/a/73gxbg62ny2fx9ppxu0kd8c48
https://github.com/knq/usql
#SQL #Repository
usql is a universal command-line interface for SQL databases
https://asciinema.org/a/73gxbg62ny2fx9ppxu0kd8c48
https://github.com/knq/usql
#SQL #Repository
asciinema.org
untitled
Recorded by ken
The Daily Go
Network Programming in Golang
You have to read this book :)
https://jannewmarch.gitbooks.io/network-programming-with-go-golang-/content/index.html
#Book #Network
Network Programming in Golang
You have to read this book :)
https://jannewmarch.gitbooks.io/network-programming-with-go-golang-/content/index.html
#Book #Network
jannewmarch.gitbooks.io
Introduction | Network Programming with Go (golang)
Network programming using the Go language
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Simple command-line snippet manager, written in Go
https://github.com/knqyf263/pet
#CLI #Repository
Simple command-line snippet manager, written in Go
https://github.com/knqyf263/pet
#CLI #Repository
The Daily Go
Say hello to cockroach
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scaleshorizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
https://github.com/cockroachdb/cockroach
#Database #SQL #Repository
Say hello to cockroach
CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scaleshorizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
https://github.com/cockroachdb/cockroach
#Database #SQL #Repository
GitHub
GitHub - cockroachdb/cockroach: CockroachDB β the cloud native, distributed SQL database designed for high availability, effortlessβ¦
CockroachDB β the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement. - cockroachdb/cockroach
The Daily Go
A high performance HTTP request router that scales well
The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
https://github.com/julienschmidt/httprouter
#HTTP #Router #Repository
A high performance HTTP request router that scales well
The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used for efficient matching.
https://github.com/julienschmidt/httprouter
#HTTP #Router #Repository
GitHub
GitHub - julienschmidt/httprouter: A high performance HTTP request router that scales well
A high performance HTTP request router that scales well - julienschmidt/httprouter
The Daily Go
Persistent stacks and queues for Go backed by LevelDB
https://github.com/beeker1121/goque
#Stack #Queue #Repository
Persistent stacks and queues for Go backed by LevelDB
https://github.com/beeker1121/goque
#Stack #Queue #Repository
GitHub
GitHub - beeker1121/goque: Persistent stacks and queues for Go backed by LevelDB
Persistent stacks and queues for Go backed by LevelDB - beeker1121/goque
The Daily Go via @like
Are you agree with make this channel automatically ?
We want to create a bot to fetchs posts automatically and post here.
We want to create a bot to fetchs posts automatically and post here.
Forwarded from Syra's Techbinder
https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid
Tags: #security #JWT #webdev #encryption
Tags: #security #JWT #webdev #encryption
Paragonie
No Way, JOSE! Javascript Object Signing and Encryption is a Bad Standard That Everyone Should Avoid - Paragon Initiative Enterprisesβ¦
JWT, JWE, JWS, etc. are terrible designs and need to be scrapped, not resuscitated.
The Daily Go
The android-go project aims to provide a platform (namely an SDK) for writing native Android apps in Go programming language. All things here were designed to be less coupled as possible, thus maintaining a great level of flexibility while keeping things simple and easy to use. The approach and tools are different from gomobile, please distinguish them apart.
https://github.com/xlab/android-go
#Repository #Guide #Android
The android-go project aims to provide a platform (namely an SDK) for writing native Android apps in Go programming language. All things here were designed to be less coupled as possible, thus maintaining a great level of flexibility while keeping things simple and easy to use. The approach and tools are different from gomobile, please distinguish them apart.
https://github.com/xlab/android-go
#Repository #Guide #Android
GitHub
GitHub - xlab/android-go: The android-go project provides a platform for writing native Android apps in Go programming language.
The android-go project provides a platform for writing native Android apps in Go programming language. - xlab/android-go
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Goggles is a GUI for your $GOPATH!
https://github.com/KyleBanks/goggles
Goggles is currently only available for Mac OS.
#Repository #Cool
Goggles is a GUI for your $GOPATH!
https://github.com/KyleBanks/goggles
Goggles is currently only available for Mac OS.
#Repository #Cool
The Daily Go
A collection of common regular expressions for Go
https://github.com/mingrammer/commonregex
#Repository #Regex
A collection of common regular expressions for Go
https://github.com/mingrammer/commonregex
#Repository #Regex
GitHub
GitHub - mingrammer/commonregex: π« A collection of common regular expressions for Go
π« A collection of common regular expressions for Go - mingrammer/commonregex
The Daily Go
Benchttp implements the most commonly used features of ApacheBench.
https://github.com/siadat/benchttp
#Repository #Benchmark
Benchttp implements the most commonly used features of ApacheBench.
https://github.com/siadat/benchttp
#Repository #Benchmark
GitHub
GitHub - siadat/benchttp: HTTP server benchmarking tool
HTTP server benchmarking tool. Contribute to siadat/benchttp development by creating an account on GitHub.
The Daily Go
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
https://github.com/myntra/pipeline
#Repository
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
https://github.com/myntra/pipeline
#Repository
GitHub
GitHub - myntra/pipeline: Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output.
Pipeline is a package to build multi-staged concurrent workflows with a centralized logging output. - GitHub - myntra/pipeline: Pipeline is a package to build multi-staged concurrent workflows wit...