Syra's Techbinder
627 subscribers
608 links
News and resources on programming, technology, security.

Use @techbinderbot to send us interesting contents, feedback us and subscribe to your favorite topics.

What is techbinder? Read it here: https://goo.gl/rMAz3z
Download Telegram
http://jakubdziworski.github.io/enkel/2016/03/10/enkel_first.html

Enkel, a JVM Language by Jakub Dziworski, has been created for a contest that expected the documentation of its development process, which can be found in there.

Tags: #programming #Java #JVM #algorithms
http://eli.thegreenplace.net/2016/linear-regression/

Linear regression is one of the most basic, and yet most useful approaches for predicting a single quantitative (real-valued) variable given any number of real-valued predictors. This article presents the basics of linear regression for the...

Tags: #programming #python #algorithms #Math
https://research.googleblog.com/2017/03/announcing-guetzli-new-open-source-jpeg.html

A "cookie" which "creates high quality JPEG images with file sizes 35% smaller than currently available methods"... well, delicious!

Tags: #Google #performance #algorithms
Sent us by @jakub96
https://www.linkedin.com/pulse/10-must-know-algorithms-data-structures-software-pablo-g-cisneros

"A list of algorithms and data structures a software engineer must know."

Tags: #algorithms #programming
http://nullprogram.com/blog/2017/04/27/

Two Games with Monte Carlo Tree Search

Tags: #programming #algorithms