I'm very proud to be part of it!!
#AI #LLM #PHP #vector_database
https://laravel-news.com/llphant-a-php-generative-ai-framework-inspired-by-langchain
A new **Digging Code** newsletter just dropped. 📩
📰 Issue title
**Laravel 13.6**, **code style from Spatie**, a **full LMS in Filament** — and **AI design news**
👀 Catch the full issue:
https://mmramadan.com/newsletter/campaign/019dc364-1de5-73b4-8673-133afab92ce4
📡 Subscribe to stay updated:
https://mmramadan.com/newsletter
🔐 Create your account:
https://mmramadan.com/register
#tech #web #webdev #php #laravel #ai #claude
A001839: The coding-theoretic function A(n,4,3)
A001839 ➡️ https://oeis.org/A001839
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A001839.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A001839.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A001839.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A001838: Numbers k such that phi(k+2) = phi(k) + 2
A001838 ➡️ https://oeis.org/A001838
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A001838.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A001838.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A001838.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

My "free stack" for Laragear packages from now onwards, until a better solution is done:
1. Sell in Gumroad
2. Zapier to KeyGen.sh to create the license
3. Zapier an email with the license
4. Dev uses KeyGen to download the package
This is the only way that allows me to sell and receive payouts in my country (Chile).
#PHP #Programming #Laravel #Laragear #Composer #ComposerPHP #Gumroad #Zapier #KeyGenSH #KeyGen #SoftwareDevelopment #WebDevelopment #WebDev
A001751: Primes together with primes multiplied by 2
A001751 ➡️ https://oeis.org/A001751
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A001751.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A001751.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A001751.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

Decomposition into weight × level + jump of prime numbers in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ https://decompwlj.com/3Dgraph/Prime_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
A001744: Numbers n such that every digit contains a loop (version 2)
A001744 ➡️ https://oeis.org/A001744
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A001744.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A001744.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A001744.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

Ich hatte mir überlegt den Code von #epub2go anzupassen und das Ding wieder zum Laufen zu bringen, aber ich kann nicht mal Kontakt aufnehmen wegen fucking google mail
#php
Are we still waiting on Ondrej's #PHP PPA to be available for #Ubuntu 26.04 or am I doing something wrong...
✅ (Solved) How to Fix #PHP Warning: Module ‘imagick’ already loaded Error
This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
🛠️ How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued 👉 https://blog.radwebhosting.com/how-to-fix-php-warning-module-imagick-already-loaded/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #imagemagick #troubleshooting #redis

Никакой магии: только лексер, парсер и интерпретатор на чистом PHP
Вы вроде бы пишете код на чистом PHP, но почему-то каждый день используете маленькие языки: DQL в Doctrine ( «u.age > 18» ), Twig-выражения ( «user|length > 0» ), Symfony ExpressionLanguage ( «user.is_active and order.total > 100` ). Никогда не возникало мысли о том, что хорошо бы избавиться от всех этих дополнений и использовать язык собственной разработки для решения нужных задач? В этой статье мы рассмотрим DSL — язык, заточенный под узкую задачу. Разобрать DSL
https://habr.com/ru/companies/otus/articles/1026244/
#php #dsl #парсер #токенизация #интерпретатор #AST