Skip to content

WinCisky/Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
simone simonella
Apr 10, 2017
d519e37 · Apr 10, 2017

History

8 Commits
Apr 10, 2017
Mar 29, 2017
Apr 10, 2017

Repository files navigation

Go

Some of my projects developed with Golang  
I use this repository to track my growth  

colours.go

Image Scan for the most used colours

Necessary setup

No additional packages required

Short Workflow Description

Accepts an image as parameter (png or jpeg), and gives back the most frequent colours

Short Algorithm Description

Executes a pixel by pixel scan of the image, uses a hash function to speed up the process

mailsender.go

GMail Api Integration with Mail Sending Example

Necessary setup

Follow this Google quickstart to setup your mail

Short Workflow Description

Uses the specified (sender) account to send a mail to the specified (receiver) account. Needs to be authorized!

Short Algorithm Description

Search for client_secret.json file, request a token to the google mail api and then send the mail

About

Go personal projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages