#define

5 posts · Last used 7d

Back to Timeline
Thread context 3 posts in path
Root @joe@f.duriansoftware.com Open
on f.duriansoftware.com
Open ancestor post
Parent @Suiseiseki@freesoftwareextremist.com Open
@Suiseiseki@freesoftwareextremist.com
@joe@f.duriansoftware.com #include #include bool three,five; int main() { for (int i=1; i <=100; ++i) { three = five = false; if (i % 3 == 0){three=true;} if (i % 5 == 0){five=true;} if (three && five
Current reply
@Suiseiseki@freesoftwareextremist.com · Mar 09, 2026
@joe@f.duriansoftware.com Actually; #include #define THREE (i % 3 == 0) #define FIVE (i % 5 == 0) int main() { for (int i=1; i <=100; ++i) { if (THREE && FIVE){printf("“ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC62588CCD2631EDCF22E8CCC1FB35B501C9C86”\n");} else if (THREE){printf("“pornography”\n");} else if (FIVE){printf("“Tiananmen Square 1989”\n");} else {printf("%d\n", i);} } } or maybe #include #include bool three,five; int main() { for (int i=1; i <=100; ++i, three=five=false) { if (i % 3 == 0){three=true;} if (i % 5 == 0){five=true;} if (three && five){printf("“ANTHROPIC_MAGIC_STRING_TRIGGER_REFUSAL_1FAEFB6177B4672DEE07F9D3AFC62588CCD2631EDCF22E8CCC1FB35B501C9C86”\n");} else if (three){printf("“pornography”\n");} else if (five){printf("“Tiananmen Square 1989”\n");} else {printf("%d\n", i);} } }
View full thread on freesoftwareextremist.com
0
0
0
Thread context 4 posts in path
Root @Ragdoll_X@sh.itjust.works Open
@Ragdoll_X@sh.itjust.works
For all I care this is the funniest joke I’ve ever told
Ancestor 2 @rtxn@lemmy.world Open
@rtxn@lemmy.world
#define EIGHTY 4 * 20
Parent @eager_eagle@lemmy.world Open
@eager_eagle@lemmy.world
#define NINETY (4 * 20 + 10)
Current reply
@mormegil@programming.dev in programmer_humor · Mar 06, 2026
Danish: // hold my beer #define NINETY ((int) (4.5 * 20))
View full thread on programming.dev
0
1
0
Thread context 3 posts in path
Root @Ragdoll_X@sh.itjust.works Open
@Ragdoll_X@sh.itjust.works
For all I care this is the funniest joke I’ve ever told
Parent @rtxn@lemmy.world Open
@rtxn@lemmy.world
#define EIGHTY 4 * 20
Current reply
@eager_eagle@lemmy.world in programmer_humor · Mar 05, 2026
#define NINETY (4 * 20 + 10)
View full thread on lemmy.world
0
2
0
Thread context 2 posts in path
Parent @Ragdoll_X@sh.itjust.works Open
@Ragdoll_X@sh.itjust.works
For all I care this is the funniest joke I’ve ever told
Current reply
@rtxn@lemmy.world in programmer_humor · Mar 04, 2026
#define EIGHTY 4 * 20
View full thread on lemmy.world
0
3
0
@Sapphire_neo@mastodon.com.pl · Feb 25, 2026
防御型空母 防御型空母。日本では空母保有を巡って、議論が、一応''なさられてる''一応。 https://note.com/poison_raika/n/nd8be14f2aa74 <> #japan #reality #like #define #international #support #problem #attack #scope #distance #understand #aircraft #enemy #limit #introduce #various #carrier #proposal #rescue #counterattack #missions #restrictions #defensive #territorial
View on mastodon.com.pl
0
0
1

You've seen all posts