Creating our own package in PHP. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
Except, of course, you're downloading some #PHP code you don't understand from someone you really shouldn't trust: after all, what's the motive for someone providing content if you're not directly paying them?
PHP 8 permet enfin d’appeler une fonction avec des arguments nommés :
maFonction(b: "valeurB", a: "valeurA");
Plus besoin de respecter l’ordre, et on peut ignorer les paramètres inutiles.
🎥 https://youtube.com/shorts/vmHiQxlO3qQ
#php #php8 #webdev #backend #developpeur
Now this animation is available for the 1000 sequences decomposed on my website.
Accessible from the 3Dgraph, 2Dgraph500terms and 2dgraphs pages ➡️ https://decompwlj.com
A little more work on axis sizing and controls.
#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
4: The palindromes in base 10 (A002113) ➡️ https://decompwlj.com/3DgraphGen/Palindromes.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
3: The triangular numbers (A000217) ➡️ https://decompwlj.com/3DgraphGen/Triangular_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
2: The prime numbers (A000040) ➡️ https://decompwlj.com/3DgraphGen/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
Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:
🧵⬇️
1: The natural numbers (A000027) ➡️ https://decompwlj.com/3DgraphGen/Natural_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
One day, one decomposition
A001969: Evil numbers: nonnegative integers with an even number of 1's in their binary expansion
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Evil_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Evil_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Evil_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

Lazy Evaluation in PHP: Real‑World Memory Savings with Generators. #PHP
https://dev.to/oleksandr_vasyliev/lazy-evaluation-in-php-how-generators-and-iterators-save-memory-and-speed-up-code-3529
Lazy Evaluation in PHP: Real‑World Memory Savings with Generators. #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom