A004201: Accept one, reject one, accept two, reject two, ...
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A004201.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A004201.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A004201.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

A003814: Numbers k such that the continued fraction for sqrt(k) has odd period length
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A003814.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A003814.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A003814.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

150 sequences decomposed into weight × level + jump in one GIF (log(weight),log(level)):
1000 on https://decompwlj.com/
#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
A003796: Numbers with no 3 adjacent 0's in binary expansion
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A003796.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A003796.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A003796.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

There are a few block lists out there already for obnoxious AI crawlers. Has anyone put out a reliable laravel package to gate them and stay up-to-date?
Help TDS Hacks Legitimate Websites, Using PHP Templates to Display Fake Microsoft Security Alerts https://gbhackers.com/help-tds-hacks-legitimate-websites-using-php-templates/ #CyberSecurityNews #cybersecurity #Microsoft #PHP
Dear god I hate stateful services. Please, people, stop writing stateful service objects. You're just making more work for everyone.
Boah, Messkonzept 8 einbauen war nicht so leicht wie ich dachte. Spätestens bei Kosten und Prognosen wurde es hart.
#SelfHosted
#HomeAssistant
#programming
#php
#power
#costs
#solution
#linux

I am looking for a simple* userland IMAP library in PHP - no depencendy on ext-imap (for reasons!)
* as little dependencies as possible, slight abstraction of the protocol would be nice, PHP8.4 ready and... well... supported is a must!
Any pointers?
zetacomponents/Mail has a lot of non-IMAP stuff and is rather near at the protocol-level,
webklex/php-imap has a number of dependencies I'd rather not have as has directorytree/imapengine
I do not want to reinvent the wheel folks!
#PHP foreach could make 'as' clause optional : yeah or neah?
Sometimes, I need a foreach() but not the blind variables. No $k, $v... The 'as' clause of the foreach() could be optional, like the $k is.
What do you think?
#phptip #phptrick
https://3v4l.org/8fW4E

[Перевод] Ленивые вычисления в PHP: как генераторы и итераторы экономят память и ускоряют код
Как обрабатывать миллионы строк в PHP и не убить память? Всё просто: генераторы и итераторы. Покажу, как ленивые вычисления экономят ресурсы, ускоряют код и упрощают работу с большими данными. С примерами, бенчмарками и разбором изнутри.
https://habr.com/ru/articles/939814/
#php #генераторы #итераторы #производительность #память #yield #iterator #ленивые_вычисления #оптимизация #большие_данные