php

Back Open Paginator
03.12.2025 11:19
decompwlj (@decompwlj@mathstodon.xyz)

A052034: Primes such that the sum of the squares of their digits is also a prime

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


03.12.2025 10:03
dbat (@dbat@mastodon.gamedev.place)

#Wordpress #PHP #DevTip

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.)

🦇




Show Original Post


03.12.2025 10:00
norbert (@norbert@phpc.social)

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!

flow-php.com/playground/?snipp





Show Original Post


03.12.2025 08:56
20251203-1656-4312 (@20251203-1656-4312@ishii00141.stars.ne.jp)

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/





Show Original Post


03.12.2025 07:02
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

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?

...

youtube.com/watch?v=OpZrM8-ESmk




Show Original Post


03.12.2025 05:35
decompwlj (@decompwlj@mathstodon.xyz)

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


03.12.2025 05:31
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


03.12.2025 05:30
decompwlj (@decompwlj@mathstodon.xyz)

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


03.12.2025 05:16
danielpetrica (@danielpetrica@infosec.exchange)

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




Show Original Post


03.12.2025 03:41
Crell (@Crell@phpc.social)

RE: mastodon.social/@kevlin/115653

An unintentionally good explanation of why type erasure in an interpreted language is a bad idea, and why #PHP does it right.




Show Original Post


03.12.2025 02:35
mobileatom (@mobileatom@flipboard.com)

Setup and Run PHP 8.5 on Oracle Linux VPS (with HTTPS Reverse Proxy). #PHP

blog.radwebhosting.com/setup-a

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




Show Original Post


03.12.2025 00:12
stuffbreaker (@stuffbreaker@mastodon.social)

Hmmm... I may be rethinking my strategy with the 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 , , , , , and friends




Show Original Post


1 ...281 282 283 284 285 286 287 288 289 290 291 ...527
UP