The Art of Programming
50.1K subscribers
148 photos
2 files
680 links
A channel with programming news and tips and tricks, for beginners but also for experienced programmers. 💻
Download Telegram
Using neural networks to generate RegEx

http://arxiv.org/abs/1608.03000
#paper #regex #AI
Can Programming Be Liberated From The Von Neumann Style? A paper and Discussion on HN

https://news.ycombinator.com/item?id=12159792
#discussion #paper
Forwarded from Syra's Techbinder
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
Julia Evans' Zines on various topics, mainly Linux debugging

http://jvns.ca/zines/
Solutions to Integer Overflow

http://blog.regehr.org/archives/1401