php

Back Open Paginator
30.08.2025 09:54
decompwlj (@decompwlj@mathstodon.xyz)

Now this animation is available for the 1000 sequences decomposed on my website.
Accessible from the 3Dgraph, 2Dgraph500terms and 2dgraphs pages ➡️ 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




Show Original Post


30.08.2025 09:54
decompwlj (@decompwlj@mathstodon.xyz)

4: The palindromes in base 10 (A002113) ➡️ decompwlj.com/3DgraphGen/Palin

#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


30.08.2025 09:53
decompwlj (@decompwlj@mathstodon.xyz)

3: The triangular numbers (A000217) ➡️ decompwlj.com/3DgraphGen/Trian

#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


30.08.2025 09:53
decompwlj (@decompwlj@mathstodon.xyz)

2: The prime numbers (A000040) ➡️ decompwlj.com/3DgraphGen/Prime

#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


30.08.2025 09:52
decompwlj (@decompwlj@mathstodon.xyz)

Generation of four sequences decomposed into weight × level + jump (log(weight), log(level), log(jump)) - three.js animation:
🧵⬇️

1: The natural numbers (A000027) ➡️ decompwlj.com/3DgraphGen/Natur

#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


30.08.2025 07:01
tekimen (@tekimen@mstdn.jp)

これから #phpxtky で話すスライドです
I just published #phpxtky

speakerdeck.com/youkidearitai/

#php




Show Original Post


30.08.2025 05:15
decompwlj (@decompwlj@mathstodon.xyz)

A005228: Sequence and first differences (A030124) together list all positive numbers exactly once

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A005228.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0052
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


30.08.2025 05:09
decompwlj (@decompwlj@mathstodon.xyz)

A005214: Triangular numbers together with squares (excluding 0)

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A005214.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0052
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


29.08.2025 19:49
finner (@finner@appdot.net)

I haven't played around with #PHP in like twenty years... Shit, is that right? Twenty years? Omg.

Anyways. Getting back into PHP. I forgot how easy and fun it can be making little simple webapps in PHP.




Show Original Post


29.08.2025 19:19
ghostwriter (@ghostwriter@phpc.social)

Always validate your configuration file before bootstrapping your application,

just like you would validate an HTTP form request.

<?php declare(strict_types=1);

$config = require __DIR__ . '/config.php';

$validator = new Validator($config);
$validator->rules([['required', ['db_host', 'db_user', 'db_pass']]]);

if (! $validator->validate()) {
throw new RuntimeException(
json_encode($validator->errors(), JSON_THROW_ON_ERROR)
);
}

👉 Library: github.com/vlucas/valitron

#php




Show Original Post


29.08.2025 19:05
SymfonyStation (@SymfonyStation@drupal.community)

PHP: When to Enum? #PHP
dev.to/spo0q/php-when-to-enum-




Show Original Post


29.08.2025 19:04
mobileatom (@mobileatom@flipboard.com)

PHP: When to Enum? #PHP

dev.to/spo0q/php-when-to-enum-

Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom




Show Original Post


1 ...459 460 461 462 463 464 465 466 467 468 469 ...524
UP