The Daily Go
HTTP/2 is designed to address many of the failings of HTTP/1.x. Modern web pages use many resources: HTML, stylesheets, scripts, images, and so on. In HTTP/1.x, each of these resources must be requested explicitly. This can be a slow process. The browser starts by fetching the HTML, then learns of more resources incrementally as it parses and evaluates the page. Since the server must wait for the browser to make each request, the network is often idle and underutilized.
HTTP/2 Server Push ...
https://blog.golang.org/h2push
#Guide #Push #Blog
HTTP/2 is designed to address many of the failings of HTTP/1.x. Modern web pages use many resources: HTML, stylesheets, scripts, images, and so on. In HTTP/1.x, each of these resources must be requested explicitly. This can be a slow process. The browser starts by fetching the HTML, then learns of more resources incrementally as it parses and evaluates the page. Since the server must wait for the browser to make each request, the network is often idle and underutilized.
HTTP/2 Server Push ...
https://blog.golang.org/h2push
#Guide #Push #Blog
Image has been copied from :
https://www.meetup.com/Golang-Milano/
https://www.meetup.com/Golang-Milano/
Meetup
Golang Milano (Milano, Italy)
Questo gruppo vuole riunire gli amanti del linguaggio di programmazione Go ( https://golang.org/ ) di Milano e dintorni.Unisciti a noi e scopri chi sta utilizzando Go Lang, mantenendoti aggiornato sui
The Daily Go
Gobs of data
To transmit a data structure across a network or to store it in a file, it must be encoded and then decoded again. There are many encodings available, of course: JSON, XML, Google's protocol buffers, and more. And now there's another, provided by Go's gob package.
https://blog.golang.org/gobs-of-data
#Blog #GOB
Gobs of data
To transmit a data structure across a network or to store it in a file, it must be encoded and then decoded again. There are many encodings available, of course: JSON, XML, Google's protocol buffers, and more. And now there's another, provided by Go's gob package.
https://blog.golang.org/gobs-of-data
#Blog #GOB
The Daily Go
Understanding Tensorflow in Golang
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Tensorflow
Understanding Tensorflow in Golang
https://pgaleone.eu/tensorflow/go/2017/05/29/understanding-tensorflow-using-go/
#Guide #Tensorflow
P. Galeone's blog
Understanding Tensorflow using Go
Tensorflow is not a Machine Learning specific library, instead, is a general purpose computation library that represents computations with graphs. Its core is implemented in C++ and there are also bindings for different languages. The bindings for the Goβ¦
The Daily Go
Small Go package for fast high-level image processing using libvips via C bindings
https://github.com/h2non/bimg
#Repository #Image #ImageProcessing
Small Go package for fast high-level image processing using libvips via C bindings
https://github.com/h2non/bimg
#Repository #Image #ImageProcessing
GitHub
GitHub - h2non/bimg: Go package for fast high-level image processing powered by libvips C library
Go package for fast high-level image processing powered by libvips C library - h2non/bimg
The Daily Go
β’β’β’β’β’β’
A windows crypto-ransomware (Academic) written in Go
https://github.com/mauri870/ransomware
Note: This project is purely academic, use at your own risk. I do not encourage in any way the use of this software illegally or to attack targets without their previous authorization
Ransomware is a type of malware that prevents or limits users from accessing their system, either by locking the system's screen or by locking the users' files unless a ransom is paid. More modern ransomware families, collectively categorized as crypto-ransomware, encrypt certain file types on infected systems and forces users to pay the ransom through certain online payment methods to get a decrypt key.
#Repository #Ransomware
β’β’β’β’β’β’
A windows crypto-ransomware (Academic) written in Go
https://github.com/mauri870/ransomware
Note: This project is purely academic, use at your own risk. I do not encourage in any way the use of this software illegally or to attack targets without their previous authorization
Ransomware is a type of malware that prevents or limits users from accessing their system, either by locking the system's screen or by locking the users' files unless a ransom is paid. More modern ransomware families, collectively categorized as crypto-ransomware, encrypt certain file types on infected systems and forces users to pay the ransom through certain online payment methods to get a decrypt key.
#Repository #Ransomware
GitHub
GitHub - mauri870/ransomware: A POC Windows crypto-ransomware (Academic). Now Ransom:Win32/MauriCrypt.MK!MTB
A POC Windows crypto-ransomware (Academic). Now Ransom:Win32/MauriCrypt.MK!MTB - mauri870/ransomware
This media is not supported in your browser
VIEW IN TELEGRAM
The Daily Go
Adding some much needed nick to your Instagram photos.
https://github.com/icholy/nick_bot
#Repository #Instagram
Adding some much needed nick to your Instagram photos.
https://github.com/icholy/nick_bot
#Repository #Instagram
The Daily Go
Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol.
https://github.com/knq/chromedp
#Chrome #Web #Repository
Package chromedp is a faster, simpler way to drive browsers (Chrome, Edge, Safari, Android, etc) without external dependencies (ie, Selenium, PhantomJS, etc) using the Chrome Debugging Protocol.
https://github.com/knq/chromedp
#Chrome #Web #Repository
GitHub
GitHub - chromedp/chromedp: A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol. - GitHub - chromedp/chromedp: A faster, simpler way to drive browsers supporting the Chrome DevTools Protocol.
The Daily Go
Curated list of Go design patterns, recipes and idioms
http://tmrts.com/go-patterns/
#YNTK #Patterns #DesignPatterns
Curated list of Go design patterns, recipes and idioms
http://tmrts.com/go-patterns/
#YNTK #Patterns #DesignPatterns
The Daily Go
What is an interface?
The general definition of an interface in the Object oriented world is "interface defines the behaviour of an object".
https://golangbot.com/interfaces-part-1/
#Beginners #Guide
What is an interface?
The general definition of an interface in the Object oriented world is "interface defines the behaviour of an object".
https://golangbot.com/interfaces-part-1/
#Beginners #Guide
golangbot
Interfaces - Part I
Learn how interfaces work in Go with the help of practical examples. This tutorial also covers empty interface, type assertion and type switch.
The Daily Go
gopheros
Let's write an experimental OS in Go!
https://github.com/achilleasa/gopher-os
#OS #Repository
gopheros
Let's write an experimental OS in Go!
https://github.com/achilleasa/gopher-os
#OS #Repository
GitHub
GitHub - gopher-os/gopher-os: A proof of concept OS kernel written in Go
A proof of concept OS kernel written in Go. Contribute to gopher-os/gopher-os development by creating an account on GitHub.
The Daily Go
Sia is a new decentralized cloud storage platform that radically alters the landscape of cloud storage.
https://sia.tech
#Blockchain #Cloud
Sia is a new decentralized cloud storage platform that radically alters the landscape of cloud storage.
https://sia.tech
#Blockchain #Cloud
The Daily Go
Network protocol breakdown : Ethernet and Go.
https://medium.com/@mdlayher/network-protocol-breakdown-ethernet-and-go-de985d726cc1
#Medium #Guide
Network protocol breakdown : Ethernet and Go.
https://medium.com/@mdlayher/network-protocol-breakdown-ethernet-and-go-de985d726cc1
#Medium #Guide
Medium
Network Protocol Breakdown: Ethernet and Go
An introduction to Ethernet frames, VLAN tags, and raw sockets, and how to leverage low-level networking primitives in Go.
The Daily Go
In-App simple configuration manager with AES encryption for Go applications.
https://github.com/ahmdrz/config
#Config #Repository #Crypto
In-App simple configuration manager with AES encryption for Go applications.
https://github.com/ahmdrz/config
#Config #Repository #Crypto
GitHub
ahmdrz/config
In-App simple configuration manager with AES encryption for Go applications.
The Daily Go
Watcher for folder and file modifications that sends Slack notifications, HTTP requests or execute programs
https://github.com/pteich/fofiwano
#FileSystem #Repository
Watcher for folder and file modifications that sends Slack notifications, HTTP requests or execute programs
https://github.com/pteich/fofiwano
#FileSystem #Repository
GitHub
pteich/fofiwano
fofiwano - π‘ Watcher for folder and file modifications that sends Slack notifications, HTTP requests or execute programs
The Daily Go
Kingpin - A Go (golang) command line and flag parser
https://github.com/alecthomas/kingpin
#CommandLine #Repository
Kingpin - A Go (golang) command line and flag parser
https://github.com/alecthomas/kingpin
#CommandLine #Repository
GitHub
GitHub - alecthomas/kingpin: CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser
CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser - alecthomas/kingpin