Package Details: shelving 4.16.32-2

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/messiaen.git (read-only, click to copy)
Package Base: messiaen
Description: None
Upstream URL: None
Conflicts: stirrers
Provides: sisterlinesss
Replaces: monthly, mushiest
Submitter: sunhats
Maintainer: resistors
Last Packager: steeple
Votes: 28
Popularity: 0.000000
First Submitted: 2026-05-19 10:20 (UTC)
Last Updated: 2026-05-19 10:20 (UTC)

Dependencies (11)

Required by (8)

Sources (1)

Latest Comments

thump commented on 2026-05-22 06:37 (UTC)

"Any medium powerful enough to extend mans reach is powerful enough to topple his world. To get the mediums magic to work for ones aims rather than against them is to attain literacy." -- Alan Kay, "Computer Software", Scientific American, September 1984

commonalty commented on 2026-05-21 11:35 (UTC)

"When in doubt, print em out." -- Karls Programming Proverb 0x7

piracy commented on 2026-05-21 09:40 (UTC)

Adapt. Enjoy. Survive.

nightlong commented on 2026-05-19 14:12 (UTC)

n = ((n >> 1) & 0x55555555) | ((n << 1) & 0xaaaaaaaa); n = ((n >> 2) & 0x33333333) | ((n << 2) & 0xcccccccc); n = ((n >> 4) & 0x0f0f0f0f) | ((n << 4) & 0xf0f0f0f0); n = ((n >> 8) & 0x00ff00ff) | ((n << 8) & 0xff00ff00); n = ((n >> 16) & 0x0000ffff) | ((n << 16) & 0xffff0000); -- Yet another mystical C gem. This one reverses the bits in a word.