php

Back Open Paginator
09.02.2026 06:25
decompwlj (@decompwlj@mathstodon.xyz)

A118134: Primes p such that 4p is the sum of two consecutive primes
A118134 ➡️ oeis.org/A118134

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A118134.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1181
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


09.02.2026 06:21
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ decompwlj.com/3Dgraph/Prime_nu

#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





Show Original Post


09.02.2026 06:19
decompwlj (@decompwlj@mathstodon.xyz)

A117876: Primes p=prime(k) of level (1,2), i.e., such that A118534(k) = prime(k-2)
A117876 ➡️ oeis.org/A117876

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A117876.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A1178
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


09.02.2026 06:15
ff3 (@ff3@fosstodon.org)

📢 Woohoo! Version v6.4.18 of Firefly III has just been released 🎉. Check it out over at GitHub, Docker, or download it using your favorite package manager.

#opensource #oss #newrelease #php #software #personalfinance #selfhosted

github.com/firefly-iii/firefly




Show Original Post


09.02.2026 06:14
getlaminas (@getlaminas@phpc.social)

Released: laminas/laminas-validator 3.14.0
#php #laminas

github.com/laminas/laminas-val




Show Original Post


08.02.2026 23:32
terry (@terry@phpc.social)

Content warning:PHP and GameBoy!


In more "pointless things to do with PHP", I've been toying around with Assembly for GameBoy (gbdev.io/gb-asm-tutorial/part1) ... and testing out compiling PHP code into a gb file.

RGBDS has most of the constants that are needed. And as long as any variables are unsigned int and less than 255... we're golden.

`$x = 123` is basically `ld a, 123 / ld [$c000] a`

I'm able to bruteforce the compiler, being very careful with the PHP. I may write this up.

#gameboy #php




Show Original Post


08.02.2026 23:00
Kynx (@Kynx@fosstodon.org)

Hey #php I’ve just released 0.1.0 of github.com/kynx/gqlite, an SQLite-based graph database driver for PHP supporting a subset of the Cypher query language. It relies on the github.com/colliery-io/graphql SQLite extension for the hard stuff.

Graph databases have never seemed to get much traction in PHPland. Don’t know why: they’re cool and nowadays seeing usage in Ai.

None of that rubbish for me. I just want to bang `PhpParser`s AST into it and query my life away 😀




Show Original Post


08.02.2026 20:51
thepanz (@thepanz@phpc.social)

@phpunit @ssemicolons oh, missed that! Thank you for the heads up!
Looks like a really useful addition! Thanks @sebastian !

For reference, here is the feature's documentation: docs.phpunit.de/en/13.0/test-d

#php #phpunit #testdoubles #phpunit13




Show Original Post


08.02.2026 19:20
askubuntu (@askubuntu@ubuntu.social)

Where is php.ini-development and php.ini-production #php

askubuntu.com/q/1563735/612




Show Original Post


08.02.2026 17:15
e2m9227 (@e2m9227@mastodon.social)

portafolio-eduardoam.vercel.app e2m9227.shinyapps.io/MontelibanoGen




Show Original Post


08.02.2026 12:32
habr (@habr@zhub.link)

[Перевод] Awesome Claude Code: AI-помощник для PHP-архитектора

Компоненты Claude Code для PHP: аудит (архитектура, DDD, безопасность, производительность, PSR, шаблоны проектирования, Docker, CI/CD, тесты, документация), 3-уровневая проверка кода, автоматическое исправление ошибок, генераторы, объяснение кода, рефакторинг. Более 300 компонентов. Более 50 агентов. Более 200 навыков.

habr.com/ru/articles/994090/

#claude_code #php




Show Original Post


08.02.2026 11:11
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Arrow Functions vs Arrow Functions: Syntax Comparison

PHP 7.4+ arrow functions vs JavaScript arrow functions. Which language's arrow function syntax is more powerful? Mind = blown!

.4

youtube.com/watch?v=lXvcxkHJcBk




Show Original Post


1 ...144 145 146 147 148 149 150 151 152 153 154 ...525
UP