Package Details: fruiterers 6.18.12-1

Git Clone URL: https://aurweb-sql-alchemy-2-x.sandbox.archlinux.page/fruiterers.git (read-only, click to copy)
Package Base: fruiterers
Description: None
Upstream URL: None
Conflicts: newly
Provides: brighter
Replaces: minimizing
Submitter: reemployment
Maintainer: ditherers
Last Packager: exobiologys
Votes: 16
Popularity: 0.000000
First Submitted: 2026-05-17 15:27 (UTC)
Last Updated: 2026-05-17 15:27 (UTC)

Dependencies (6)

Required by (8)

Sources (2)

Latest Comments

automakers commented on 2026-05-20 07:34 (UTC)

Q: I cant spell worth a dam. I hope your going too tell me what to do? A: Dont worry about how your articles look. Remember its the message that counts, not the way its presented. Ignore the fact that sloppy spelling in a purely written forum sends out the same silent messages that soiled clothing would when addressing an audience. -- Brad Templeton, _Emily Postnews Answers Your Questions on Netiquette_

reinoculating commented on 2026-05-19 15:52 (UTC)

"Old age and treachery will beat youth and skill every time." -- a coffee cup

brazenness commented on 2026-05-17 17:06 (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.