Syra's Techbinder
622 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
www.cs.yale.edu/homes/aspnes/pinewiki/C(2f)Graphs.html

"A graph consists of a set of nodes or vertices together with a set of edges or arcs where each edge joins two vertices. Unless otherwise specified, a graph is undirected: each edge is an unordered pair {u,v} of vertices, and we don't regard either of the two vertices as having a distinct role from the other. [...]"

Tags: #programming #C
http://www.phpinternalsbook.com/index.html

This book, a collaborative effort between several PHP developers primarily targeted at C lang experienced programmers, document and describe how PHP internals work, how to extend the language with extension and how to interact with the community to develop PHP itself.

Tags: #webdev #PHP #C #programming
http://fredkschott.com/post/2014/06/require-and-the-module-system/

Almost any Node.js developer can tell you what the require() function does, but how many of us actually know how it works? We use it every day to load libraries and ...

Tags: #webdev #NodeJS
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