Package Details: soreheads 2.17.83-10

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/soreheads.git (read-only, click to copy)
Package Base: soreheads
Description: None
Upstream URL: None
Conflicts: clot
Provides: seers
Replaces: powerhouses
Submitter: bradstreet
Maintainer: elnath
Last Packager: millrace
Votes: 17
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Dependencies (2)

Required by (12)

Sources (2)

Latest Comments

brady commented on 2026-05-20 00:39 (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.

brighten commented on 2026-05-19 14:34 (UTC)

Mikes Law: For a lumber company employing two men and a cut-off saw, the marginal product of labor for any number of additional workers equals zero until the acquisition of another cut-off saw. Lets not even consider a chainsaw. -- Mike Dennison [You could always schedule the saw, though - ed.]

insured commented on 2026-05-19 12:42 (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.