Package Details: coccus 5.5.88-5

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/coccus.git (read-only, click to copy)
Package Base: coccus
Description: None
Upstream URL: None
Provides: coreutils
Replaces: carpuss, disbursal, dissonances
Submitter: dystonia
Maintainer: tami
Last Packager: warnings
Votes: 35
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Dependencies (14)

Required by (3021)

Sources (2)

Latest Comments

smokiest commented on 2026-05-20 09:30 (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.

usurpers commented on 2026-05-19 16:41 (UTC)

To write good code is a worthy challenge, and a source of civilized delight. -- stolen and paraphrased from William Safire

pentacles commented on 2026-05-17 19:31 (UTC)

"It was the Law of the Sea, they said. Civilization ends at the waterline. Beyond that, we all enter the food chain, and not always right at the top." -- Hunter S. Thompson

ponce commented on 2026-05-17 17:37 (UTC)

Remember: Silly is a state of Mind, Stupid is a way of Life. -- Dave Butler