Prolog, Erlang, Elixir - Hyperpolyglot
Free Pascal Guide
Working With the File System in Elixir
Working with the file system in Elixir does not really differ from doing so using other popular programming languages. There are three modules to solve this task: IO, File, and Path. They provide...
IO and the file system
Website for Elixir
Recursion with Elixir
The strength of a language is not purely reliant on its special features, but the foundation for what it’s build on. In the case of Elixir…
Cheatsheets and other 8 ExDoc features that improve the developer experience
This post explains the motivation behind the new ExDoc Cheatsheet feature. It also highlights other ExDoc features that show how ExDoc has been evolving to make the documentation experience in Elixir better and better.
9 Fabulous Python Tricks That Make Your Code More Elegant
Pythonic is a synonym for elegant
XMP Tags
XMP Tags
IPTC Standard - IPTC
The IPTC Photo Metadata Standard is the most widely used standard to describe photos. It consists of two schemas – IPTC Core and IPTC Extension.
XMP Tags
ExifTool Tag Names
Standard Exif Tags - ENQTRAN
IFD1 tags are not listed seperately. All IFD0 tags may also be present in IFD1, according to the standard. The second part of the Exiv2 key of an IFD1 tag is Thumbnail (instead of Image), the other two parts of the key are the same as for IFD0 tags
How to add metadata using Exiftool?
I have an image, where I want to create a new tag called "DepthMap" and add an image to that tag. I have searched a lot but could not find an example to do it.
How to get and change image metadata in Linux
In this tutorial, we show the step by step instructions to get and change the metadata for an image on a Linux system.
Overview | Depthmap Metadata | Google Developers
Open standard to embed depth images as XMP metadata in standard images.
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.