A052034: Primes such that the sum of the squares of their digits is also a prime
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A052034.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A052034.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A052034.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

So, I needed to find what stuff goes into metaboxes and searching my local drive was easier than searching the net:
find . -iname "*.php" -exec grep --color add_meta_box {} +
Will at least dump all the metaboxes out so you can get a clue!
(Be sure to be in the root of the WP source dir.)
🦇
Flow #PHP library for parsing SQL flow-php/pg-query just got significantly better!
Now it can not only turn query into AST but also convert AST to nicely formatted string!

WordPressの抜粋で改行が削除される原因は wp_posts テーブルの post_content
#Gemini #PHP #WordPress #仕様
WordPressの入力時にEnterキーを叩くと段落が変わるのだが、単に改行したいこともあり、その場合はShiftキーを押しながらEnterキーを叩く。
そうすると、段落が変わらずに改行することができる。
そもそも、「段落」という表現が日本語と異なっているから困る。改行して一文字字下げすれば、それは新しい段落なのに、htmlの世界ではそうはみなさない。
それはともかく、WordPressの抜粋プログラムではhtmlタグを削除するのだが、次のようなコードの場合、Web表示では改行があるのに、タグを削除しちゃうと改行が無くなる。
見つかりません
Account h [...続きは下のURLで]
https://ishii00141.stars.ne.jp/20251203-1656-4312/

Python's Best Kept Secret For Named Arguments Magic Positional
⚡ Python's Best Kept Secret For Named Arguments Magic Positional - Code quality comparison! Junior developers make common mistakes, senior devs write clean code. Learn from this! Which approach do you use? #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpracti...
https://www.youtube.com/watch?v=OpZrM8-ESmk
A052033: Primes base 10 that are never primes in any smaller base b, 2<=b<10, expansions interpreted as decimal numbers
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A052033.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A052033.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A052033.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:
- a new classification of primes ➡️ https://decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ 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

A052032: Primes base 10 that remain prime in one (and only one) other base b, 2<=b<10, expansions interpreted as decimal numbers
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A052032.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A052032.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A052032.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

Almost finished a new project. I'm going to launch it by the end of the week, I hope.
It is built in #laravel.
Keep me accountable, please.
#webdev #programmer #php
RE: https://mastodon.social/@kevlin/115653157526386372
An unintentionally good explanation of why type erasure in an interpreted language is a bad idea, and why #PHP does it right.
Setup and Run PHP 8.5 on Oracle Linux VPS (with HTTPS Reverse Proxy). #PHP
Posted into SYMFONY FOR THE DEVIL @symfony-for-the-devil-mobileatom
Hmmm... I may be rethinking my strategy with the #WebComponents Language Server. Writing it in Node requires it to be installed to use it or any of the extensions. That's kind of annoying for our #dotnet, #php, #java, #golang, #rust, and #ruby friends