How to embed Google depth map into image?
Simple and fast method to compare images for similarity
I need a simple and fast way to compare two images for similarity. I.e. I want to get a high value if they contain exactly the same thing but may have some slightly different background and may be ...
OpenCV Compare Images
This article teaches how you can compare images using the norm() and compareHist() functions of OpenCV.
Python OpenCV with Skimage for Image Similarity
I'm trying to get a proper program that compares two images and returns a score based on how similar they look. So, I watched several videos on how to do this, but nothing seems to return the correct
Measure similarity between images using Python-OpenCV - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Migrating Data with Elixir • AJ Foster
Unlocking the power of Transformers with Bumblebee
The new Bumblebee library lets you use Elixir and integrate with popular model hubs, including HuggingFace Hub.
Source Feed
Web site created using create-react-app
Regular Programming
Conversations about programming. By Andreas Ekeroot and Lars Wikman, funded by Underjord.io.
My debugging experience when working in the Elixir codebase
When developing application, sometimes we need to debug the code we have written. In this article, i will share my debugging experience…
Use an OS process like a bash pipe: Send it STDIN and get its STDOUT
I'm trying to use an external process which reads the STDIN, and writes to STDOUT.
I want to write the equivalent of this in Elixir, without using an external library or wrapper script:
$ echo foo ...
Build a Roles and Permissions System for Phoenix - Part 1
Learn how to control access to your system by assigning granular roles and permissions to your users.
Build a Roles and Permissions System for Phoenix - Part 2
Learn how to prevent PII leaks from your Ecto queries by adding query restrictions to your Roles and Permissions system.
Use Rexx for scripting in 2023
Here are two simple programs to show how easy Rexx is to read, write, and maintain.
A Brief Introduction to Phoenix and LiveView (Part 1)
Hello, once again! Today, I am going to introduce you to the basics of the web framework, Phoenix. Phoenix is a web framework that reached 1.0 in 2015 written in the Elixir programming language. It…
Beginner’s guide to learn golang: Your first steps to get started.
Google created Go programming language, also known as Golang, to address some of the shortcomings and inefficiencies they were experiencing…
TIL: 3 different ways to build a list with conditional elements in Elixir (and what that has to do with application startup) - Zweitag
Sometimes you are faced with the task to build a list out of elements where some of the elements are conditional. Dart even has a special syntax for this.
Keeping it simple
A reminder that code is a step in a process, not an end in itself.
Agent
Website for Elixir
State Machine in Elixir with Machinery
State machines are a well defined concept that developers all around have been using, some without even knowing it.
Designing solutions with state machines in Elixir
Have you ever needed to build solutions related to execution flows like wizards, admission processes,...
Bringing Phoenix Authentication to Life
This post is about all the magic you can generate with phx.gen.auth and its --live option.
A Neat XOR Trick
Building a REST API with Elixir and Phoenix - LogRocket Blog
Elixir is a functional, dynamically-typed language that is built on top of Erlang with an emphasis on fault-tolerance and performance.
Elixir in 2021: The Now, The Tomorrow, The Future | Curiosum
Find out what the future holds for Elixir in 2021, and why Erlang/OTP's future is an important part of it.
All About Elixir: Create Highly Scalable and Concurrent Web Applications | GenUI
Elixir is a dynamic and powerful programming language that's excellent for apps with high scalability, and concurrency needs.
Locality-sensitive hashing - Wikipedia
Locality Sensitive Hashing (LSH): The Illustrated Guide | Pinecone
The magic, theory, and practice of Locality Sensitive Hashing.
Speedy like a Bandit
Another small adventure in data cleaning
Instead of exploratory data analysis, this is exploratory data cleaning with BBEdit.