h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates: - h4cc/awesome-elixir: A curated list of amazingly awesome Elixir and Erlang libraries, resourc...
Learn C Programming Using the Classic Book by Kernighan and Ritchie
Dennis Ritchie created the C programming language. He also co-authored the authoritative reference book on C programming with Brian Kernighan. If you want to truly understand C programming, it is a good idea to go straight to the source. We just published a C programming course on the freeCodeCamp.org YouTube
Welcome folks, in this particular module we are going to talk about what are Operators in C, the most important and easy topic in this particular series,
Explores the basic cryptographic technique known as a one time pad using Elixir. Based on examples found in the book Classic Computer Science Problems in Python.
Visualizing graph structures using Go and Graphviz – dominikbraun.io
Graph data structures are perfectly suited for modeling relations and networks. Visualizing graphs in Go takes two things: A graph library supporting DOT, and Graphviz.
Welcome guys, in this lecture we are going to discuss What is recursion in C, its importance, how to use it, where and when to use it, its advantages and
A ruthless battle occurs every day on the World Wide Web. Its goal is to decide which programming flavor is the best: OOP or FP? I assume that imperative and procedural programming are not part of the contenders. Arguments range from the factual to the irrelevant to the utterly stupid. A couple of years ago, I wanted to listen to a video of Martin Odersky (of Scala fame). I remember neither the exact talk nor the subject. What I remember is the introduction, though: he explained that FP was mor
Machine learning capabilities with Elixir have expanded significantly in recent years. Sean Moriarity discusses some of those developments and compares Elixir's machine learning abilities with Python's.