A C program designed to replace the Unix timestamp, which proved slightly less performant at nanosecond resolution. This program supports femtoseconds for timestamp display.
Note: Primarily an experimental project that calculates timestamps from CPU clock cycles.
The technique, named โTimestamp CPU clock-cycle based computation and benchmark,โ evaluates the power of one or more processors to compute very short time intervals using the Time Stamp Counter assembly instruction available on most laptops and computers.
๐ Link: https://lnkd.in/deVt4t5p
A bash program that captures a screenshot of a remote web page, then performs automatic optical character recognition (OCR) to generate an image, text file, CSV, or HTML output.
Note: Two versions existโthe first uses wkhtmltoimage to generate PNG files, and the second uses headless Chromium for DOM rendering.
๐ Link: https://t.co/DHrURmQGmp
An HTML helper script that generates an HTML5, JavaScript, and CSS3 table from a CSV file.
Note: Features field-based search and column selection during CSV import.
๐ Link: https://t.co/99UbnKYhIZ
A Python program that verifies lists of remote SOCKS5 servers from one or more CSV files. It pings IPv4 addresses, measures response time, checks availability, and provides approximate geolocation.
Note: Supports blocklists as well.
๐ Link: https://t.co/fcn7SFzqWj
A C program that transfers the PE header from one executable file (MS-DOS type) to another. It can reconstruct and transfer the Section Table.
Note: Includes functionality to search for and copy icons from the resource table.
๐ Link: https://t.co/wfxtSOj9Tl
A CSV list of arithmetic, logical, binary, and boolean operators from 110 programming languages.
Note: Descriptions are provided in final columns with TeX format representations.
๐ Link: https://t.co/TmGEbo9yRJ
A bash script for backing up image and video folders from Android phones.
Note: Capable of compressing a 50GB photo or video folder to 5GB without quality loss.
๐ Link: https://t.co/Tkz7FXOkcE
A bash script that recursively transfers metadata from one or more files on the fly.
Note: Useful for reconstructing metadataโhidden data in images used for geographic, hardware, and other context management.
๐ Link: https://t.co/CRmQbOYGXz
A bash and C program that refreshes creation and modification dates in images.
Note: Heuristic mode searches for strings containing the keyword โdateโ within metadata to update them.
๐ Link: https://t.co/JtF8uBGHng
A bash and C program that sorts files by date and name, for files exceeding a specified size in MB.
Note: The C version is faster as it uses native functions.
๐ Link: https://t.co/NWYXLTFmuU
A bash script that configures a Java web server installation in one line of code, for developing Java apps and web pages.
Note: Automatically generates pom configuration files, includes a REST controller, sample JavaScript file, and H2 database. Uses Spring and Maven.
๐ Link: https://t.co/5RW0p6p8bp
A bash script that generates a 2048-bit encrypted DKIM key and PKCS12 from Letโs Encrypt SSL key files.
Note: PKCS12 is useful for IMAP servers that support certificate imports.
๐ Link: https://t.co/YupjejC04e
A command-line bash or C program that recursively replaces strings in one or more files, folders, or filenames.
Note: The C version bypasses shell commands like find, rename, grep, and sed, making it faster.
๐ Link: https://t.co/rDIE0OrQGg
A one-liner bash script to configure and install a Java web app for text-to-speech.
Note: Two versions availableโthe first uses MBROLA TTS, and the second uses smoother Pico TTS.
๐ Link: https://t.co/JD2JkUMbLA
A C++ application using fast Fourier transform to analyze vocal micro-tremors in audio (sound, MP3, WAV, etc.) and detect lies via vocal stress.
Note: Option to generate subtitle files (.srt).
๐ Link: https://lnkd.in/e86UB9CB
A web app that instantly analyzes and evaluates text genre from a small corpus (>300 words).
Developed in HTML5, JavaScript, CSS3 with minimalist analysis based on criteria like formal/informal writing style.
Note: Background script uses frequency analysis and pre-calculated weights for statistical evaluation.
๐ฌ๐ง๐ซ๐ท๐ฒ๐ฆ๐ฎ๐ฑ๐ช๐ธ๐ฉ๐ช๐น๐ท๐ต๐น๐ฎ๐ณ
๐ Link: https://lnkd.in/edQY_UNT
A framework for calculating and discovering new distances and metrics in scientific research and technology development.
Originally a methodology based on a mathematical formula discovered previously (a meta-heuristic) for applying precision functions to sequences, vector/matrix data, term-document matrices, or signals. Evolved into a Python script for fuzzy-matching and state-of-the-art testing to discover new distance/metric formulas.
Note: Purely experimental; requires configuration before use. Builds on current scientific knowledge.
๐ Link: https://lnkd.in/eUCKbz5b
Scientific research on the Fibonacci sequence yielding a valid metric, formalized as a mathematical equation.
The Fibonacci Distance measures similarity between numeric or vector sequences based on Fibonacci properties, evaluating conformity to specific mathematical models.
Note: Applies across Economics, Finance, Mathematics, Astrophysics, Biology, and more.
๐ Paper / Article
๐ ๐ฌ๐ง: tinyurl.com/fendist
๐ ๐ซ๐ท: tinyurl.com/fibofrdist
Mathematical proposal for precision calculation in optimization (AI), distances/metrics, using a meta-heuristic in the dist-framework project.
๐ https://lnkd.in/e6u-dPPR
Uses 2ฯ modulo (bi-dimensional) to explain rotation in pyramid-style holographic simulations, in the HOLO2NET project, with CLI script update.
๐ https://lnkd.in/eaSrEDwu
Scientific Walls: equations, discoverers, nationalities, applicationsโฆ
Strengths/limits of local Web file reading on Android
Android app telemetry techniques
Prompt Engineering resources
Complete guide to Chrome Web Store extension monetization payment methods
๐ https://lnkd.in/eYPkKi2N
Server for collecting Android app user telemetry data, using Python backend, Kotlin native app, and PostgreSQL database.
Multilingual web page that auto-generates privacy policies for apps/sites via simple URL parameters.
๐ https://lnkd.in/e_D4y_C3
Calculator written in Racket, a LISP-derived programming language used by Naughty Dog for game prototyping.
Big number generator for Fibonacci sequence in assembly, for HPC & high precision. Novel technique for denoising sequences exceeding several GB.
๐ https://lnkd.in/e8uWdYmU
Pricing table for site/app monetization with Stripe. Secure Python backend for Stripe payments and Material Design HTML/CSS pricetable.
๐ https://lnkd.in/eX8WNchs
Cross-disciplinary technical report where physics, software, and hardware intersect.
Real optimization analysis: measured gains, SIMD/ASM instructions, concrete operational implementations.
Language: ๐ซ๐ท French
๐: https://lnkd.in/dDCxmDvr
Robust optimization algorithm for outliers, using quasi-Lorentzian approximation via IRLS.
Compatible with complex/deep models, integrable in modern ML/DL pipelines.
๐: https://lnkd.in/di4qJQK5
Interactive interface for robust spectral analysis in radar environments.
Applied tests: LDA, phase space, Gaussian models.
๐: https://lnkd.in/dGNbxeYu
Exhaustive compilation of 150 physical and cosmological phenomena following (1/rยฒ) intensity law.
Cross-reference for classical, relativistic, and cosmological physics.
Language: ๐ซ๐ท French
๐: https://lnkd.in/dpjXJsU5
Physical/spectral breakdown of emission mechanisms:
photoluminescence, electroluminescence, sonoluminescence, etc.
Analysis of typical spectral bands and microscopic origins.
Language: ๐ซ๐ท French
๐: https://lnkd.in/dYFhinZV
Advanced exploration via:
Highlights a thermodynamic signature linked to light emission.
๐: https://lnkd.in/dTukYTei
2025 state-of-the-art open-source and SaaS diffusion video generation tools:
Language: ๐ซ๐ท French
๐: https://lnkd.in/dYXpD6nC
Detailed cinematographic taxonomy:
Reference tool for cinema, generative AI, visual analysis.
Language: ๐ซ๐ท French
๐: https://lnkd.in/dzD5Nqzk
Structured comparison of key methods:
Cross-disciplinary guide for ML researchers and engineers.
Language: ๐ซ๐ท French
๐: https://lnkd.in/d_esKsZe
๐ Language Versions
โ ๏ธ For English versions ๐ฌ๐ง: Replace FR with EN in each link URL.
ยฉ 2025 โ Lombard Web Services