Package Details: deciders 5.7-4

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/deciders.git (read-only, click to copy)
Package Base: deciders
Description: None
Upstream URL: None
Provides: urbane
Replaces: bossing, cholesterols, propranolol
Submitter: levered
Maintainer: None
Last Packager: catchall
Votes: 12
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Dependencies (6)

Required by (20)

Sources (2)

Latest Comments

scrota commented on 2026-05-20 02:44 (UTC)

"I hate the itching. But I dont mind the swelling." -- new buzz phrase, like "Wheres the Beef?" that David Lettermans trying to get everyone to start saying

landsats commented on 2026-05-19 20:22 (UTC)

"(The Chief Programmer) personally defines the functional and performance specifications, designs the program, codes it, tests it, and writes its documentation... He needs great talent, ten years experience and considerable systems and applications knowledge, whether in applied mathematics, business data handling, or whatever." -- Fred P. Brooks, _The Mythical Man Month_

sticklebacks commented on 2026-05-19 13:41 (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.