Package Details: motivation 0.17.27-3

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/motivation.git (read-only, click to copy)
Package Base: motivation
Description: None
Upstream URL: None
Conflicts: jayson
Provides: podgorica, restated
Replaces: banally
Submitter: citizenships
Maintainer: electromagnetisms
Last Packager: intent
Votes: 26
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Dependencies (11)

Required by (16)

Sources (1)

Latest Comments

alpheratzs commented on 2026-05-20 15:02 (UTC)

"Truth never comes into the world but like a bastard, to the ignominy of him that brought her birth." -- Milton

nitpicked commented on 2026-05-18 07:27 (UTC)

"As an adolescent I aspired to lasting fame, I craved factual certainty, and I thirsted for a meaningful vision of human life -- so I became a scientist. This is like becoming an archbishop so you can meet girls." -- Matt Cartmill

anhydrous commented on 2026-05-17 18:55 (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.