Programming

Programming

1461 bookmarks
Custom sorting
Trie based classifiers evaluation
Trie based classifiers evaluation
In this document we show how to evaluate TriesWithFrequencies-based classifiers created well known Machine Learning datasets.
·rakuforprediction.wordpress.com·
Trie based classifiers evaluation
TCP Header
TCP Header
·jmrfg.github.io·
TCP Header
Elixir: Easy distributed programming
Elixir: Easy distributed programming
Creating distributed and concurrent applications doesn’t have to be difficult. Elixir allows hobbyist and new programmers to easily create projects that can work across multiple nodes. Elixir…
·funprojects.blog·
Elixir: Easy distributed programming
Intro to Distributed Elixir
Intro to Distributed Elixir
How Elixir and the BEAM can make distributed systems easier
·medium.com·
Intro to Distributed Elixir
Automated Tests Are the Safety Net that Saves You
Automated Tests Are the Safety Net that Saves You
Modifying the source code and knowing that there are no automated tests in place is similar to working at height and knowing that a single mistake could cost you your life.
·yegor256.com·
Automated Tests Are the Safety Net that Saves You
GitHub Skills - A Better Way to Learn Git and GitHub
GitHub Skills - A Better Way to Learn Git and GitHub
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
·i-programmer.info·
GitHub Skills - A Better Way to Learn Git and GitHub
Lies, Big Lies, and Data Science?
Lies, Big Lies, and Data Science?
I’m sure that with all the hype surrounding data science, machine learning, and artificial intelligence, you’ve been given the impression…
·medium.com·
Lies, Big Lies, and Data Science?
A Quick Way to Add Username and Passwords to Your Python Scripts
A Quick Way to Add Username and Passwords to Your Python Scripts
The other day I was asked: How do I get usernames and passwords into my Python scripts? For example to use with Netmiko, Scrapli or Nornir. The simple answer to this is the library python-dotenv. Whats python-dotenv? python-dotenv is a library that loads your environment variables from a .env file.
·packetcoders.io·
A Quick Way to Add Username and Passwords to Your Python Scripts
Organizing Files with Python
Organizing Files with Python
Python is a powerful programming language that can be used for a wide range of tasks. One of those tasks is organizing files. With just a few lines of code,
·sammy-code.com·
Organizing Files with Python
Lexical and Dynamic Scope
Lexical and Dynamic Scope
This all started with a simple question about the R programming language: _is R lexically or dynamically scoped?_ To answer that question, we need to understand what _scope_ is, along with _lexical scope_ and _dynamic scope_....
·prl.ccs.neu.edu·
Lexical and Dynamic Scope
The Problem With Elixir’s codewith/code - Stratus3D
The Problem With Elixir’s codewith/code - Stratus3D
Summary: Return values from different expressions in a with block can only be distinguished by the shape of the data returned. This creates …
·stratus3d.com·
The Problem With Elixir’s codewith/code - Stratus3D
Network Automation with Go
Network Automation with Go
This recording is part of the Packet Coders member Tech Sessions. Within this tech session we cover: Why Go? Reasons why people choose Go Go for network engineers Go vs (Python | Ruby | C | Rust) Intro to Go Go proverbs Go tool Types system Interfaces Concurrency Network automation overview SSH HTTP
·packetcoders.io·
Network Automation with Go
Database Modeling With Ecto Part 2 - has many and belongs to Relationships
Database Modeling With Ecto Part 2 - has many and belongs to Relationships
Previously, we created the initial Phoenix app and created a Teacher struct and table. We went over how to perform the basic CRUD operations as well as how to do some basic tests to verify the functionality. In part 2, we’re going to be adding more structs and defining relationships between them. We’ll also go over how to fetch records with their associations. If you haven’t been following along, you can checkout the code from GitHub and fetch the branch:
·irrationalpixels.com·
Database Modeling With Ecto Part 2 - has many and belongs to Relationships