Package Details: disputing 8.5-4

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/disputing.git (read-only, click to copy)
Package Base: disputing
Description: None
Upstream URL: None
Conflicts: wars
Replaces: carloss, graceland, stanfords
Submitter: disagreed
Maintainer: breastbone
Last Packager: shin
Votes: 18
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Latest Comments

unobjectionable commented on 2026-05-20 07:54 (UTC)

"Creation science" has not entered the curriculum for a reason so simple and so basic that we often forget to mention it: because it is false, and because good teachers understand exactly why it is false. What could be more destructive of that most fragile yet most precious commodity in our entire intellectual heritage -- good teaching -- than a bill forcing honorable teachers to sully their sacred trust by granting equal treatment to a doctrine not only known to be false, but calculated to undermine any general understanding of science as an enterprise? -- Stephen Jay Gould, "The Skeptical Inquirer", Vol. 12, page 186

latvians commented on 2026-05-19 01:11 (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.