Programming

Programming

1462 bookmarks
Custom sorting
Handling Files In Python - Opening, Reading & Writing
Handling Files In Python - Opening, Reading & Writing
Files are used to store information, and when we need to access the information, we open the file and read or modify it. We can use the GUI to perform these operations in our systems. Many programming languages include methods and functions for manag...
·geekpython.in·
Handling Files In Python - Opening, Reading & Writing
Component X Software - Geo encoding a location Part 1
Component X Software - Geo encoding a location Part 1
Component X Software assists companies bespoke with applications and services and solving problems that help business move forward.
·componentx.co.uk·
Component X Software - Geo encoding a location Part 1
Functional Arrays in Elixir and Erlang
Functional Arrays in Elixir and Erlang
Many data structures including arrays don't translate equally from imperative to functional programming languages and there are important reasons why.
·readreplica.io·
Functional Arrays in Elixir and Erlang
Avoiding Data Loss With Elixir Dets
Avoiding Data Loss With Elixir Dets
:dets allows us to persist items on disk quickly and natively in Elixir, however there is a chance we can loose data when using this method. In this article we discuss how to create a persistant cache module in Elixir with :dets, why we can lose data and what we can do about it
·learn-elixir.dev·
Avoiding Data Loss With Elixir Dets
Erlang ETS cheatsheet
Erlang ETS cheatsheet
The one-page guide to Erlang ETS: usage, examples, links, snippets, and more.
·devhints.io·
Erlang ETS cheatsheet
Elixir cheatsheet
Elixir cheatsheet
The one-page guide to Elixir: usage, examples, links, snippets, and more.
·devhints.io·
Elixir cheatsheet
Copy file creation date to metadata in ffmpeg
Copy file creation date to metadata in ffmpeg
I would like to copy the file creation date of an mp4 file into the file's metadata. I'm pretty sure this can be done with ffmpeg and some nifty Linux commands.
·unix.stackexchange.com·
Copy file creation date to metadata in ffmpeg
Retrieving and Saving media metadata using FFmpeg
Retrieving and Saving media metadata using FFmpeg
I want to read the metadata in media files and then save that metadata in a text/xml file, so that I can later insert that data in my database. I would prefer to use ffmpeg. Also is the same thing
·stackoverflow.com·
Retrieving and Saving media metadata using FFmpeg
Background version of uploaded video creation in Elixir with Arc and FFmpeg
Background version of uploaded video creation in Elixir with Arc and FFmpeg
I tried to make video uploading on Elixir phoenix project using Arc. I need to have different size versions of video. So I used FFmpeg to do this: def transform(:large, {file, scope}) do {:ffmpe...
·stackoverflow.com·
Background version of uploaded video creation in Elixir with Arc and FFmpeg
How can I calculate a file checksum in Elixir?
How can I calculate a file checksum in Elixir?
I need to calculate the md5 sum of a file in Elixir, how can this be achieved? I would expect that something like: iex(15)> {:ok, f} = File.open "file" {:ok, #PID<0.334.0>} iex(16)> :c...
·stackoverflow.com·
How can I calculate a file checksum in Elixir?
Textual - Widgets
Textual - Widgets
Textual is a TUI framework for Python, inspired by modern web development.
·textual.textualize.io·
Textual - Widgets
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
Creating a simple weather application with Phoenix LiveView - Erlang Solutions
we will discuss our experience building an online weather application in Elixir using Phoenix LiveView. We created a real-time weather application that allows users to see the past, current, and forecast temperature and precipitation data for any UK postcode.
·erlang-solutions.com·
Creating a simple weather application with Phoenix LiveView - Erlang Solutions