Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
midterm predictions
This poll is closed.
blue wave 61 10.57%
red wave 65 11.27%
stalemate 92 15.94%
goku 359 62.22%
Total: 459 votes
[Edit Poll (moderators only)]

 
  • Post
  • Reply
sinnesloeschen
Jun 4, 2011

fiiiiiiinnnne
:coolspot:

rot in your bed of incompetence, you silver spoon suckin white boy

Adbot
ADBOT LOVES YOU

the milk machine
Jul 23, 2002

lick my keys

WrasslorMonkey
Mar 5, 2012

Louisgod posted:

Hello kanye this is your psychitrist speaking. I am advising you today to please keep posting this poo poo

https://twitter.com/StopAntisemites/status/1588562461363384320

Plinkey
Aug 4, 2004

by Fluffdaddy

the milk machine posted:

code:
def is_even(number):
    return str(number/2)[-1] == "0"

code:
public bool isEven(int num)
{
    	while(num > 0)
	{
		num -= 2;
		if(num == 1) return false;
		if(num == 0) return true;
	}

}

bebop esq
Apr 17, 2006

hi boys

Plinkey posted:

code:
public bool isEven(int num)
{
	return (num & 0b10) != 0
}


jibberish

sinnesloeschen
Jun 4, 2011

fiiiiiiinnnne
:coolspot:
what i mean to say is gently caress elon musk, i lust for his death

the milk machine
Jul 23, 2002

lick my keys

MattO posted:

You could print an LP real big so the grooves would match the printer resolution, then use a custom turntable and stylus. like 4 feet wide or some crazy poo poo. ultra deep grooves for extra signal to noise action

i'm really into this idea. i'll start the wiki

Zeriel
Nov 6, 2004


:flip:

sinnesloeschen
Jun 4, 2011

fiiiiiiinnnne
:coolspot:

:stonk:

limp dick calvin
Sep 1, 2006

Strepitoso. Vedete? Una meraviglia.

yikes

the milk machine
Jul 23, 2002

lick my keys

Plinkey posted:

code:
public bool isEven(int num)
{
    	while(num > 0)
	{
		num -= 2;
		if(num == 1) return false;
		if(num == 0) return true;
	}

}

this one is brilliant

Lpzie 2
Nov 1, 2022

When you elect nuts, you get squirrels!

Plinkey
Aug 4, 2004

by Fluffdaddy

the milk machine posted:

this one is brilliant

actually there's an error in it

triple sulk
Sep 17, 2014



death

Nonsense
Jan 26, 2007

corgiwizard
Oct 27, 2020

midtrems

WrasslorMonkey
Mar 5, 2012

Plinkey posted:

code:
public bool isEven(int num)
{
    	while(num > 0)
	{
		num -= 2;
		if(num == 1) return false;
		if(num == 0) return true;
	}

}

isEven(-2)

Koirhor
Jan 14, 2008

by Fluffdaddy

hahahahaha oh man this poor bastards broken brain

Zeriel
Nov 6, 2004

CaptainBeefart
Mar 28, 2016



:stare:

Plinkey
Aug 4, 2004

by Fluffdaddy


Plinkey posted:

actually there's an error in it

goth smoking cloves
Feb 28, 2011

Musk is on the lowtax sub-5 speed run

Koirhor
Jan 14, 2008

by Fluffdaddy
did twitter let black people say the n word like real life? curious how they verified that tho

Justin Tyme
Feb 22, 2011


Plinkey posted:

actually there's an error in it

if num = 5 wouldn't it just do num = num - 2 and spit out 3

isn't -= e.g. var -= num equivalent to var = var - num

19 o'clock
Sep 9, 2004

Excelsior!!!

tbh I just needed a reason to use that image

I’ll be wrapping work on my IsEven tonight and will drop it when it’s ready (not yet still figuring it out lotta numbers to consider)

new kind of cat
May 8, 2007
lol

lmao

hmbol

Uncle Wemus
Mar 4, 2004


Every chud hero is a total pussy

AxGrap
Jan 11, 2005

☝☯ Ŧ𝓤𝒸Ҝ 𝓨𝕠𝔲! 🐼👽

This is why, when I get high, I try to remember that my metaphors are not real life. Makes ya dumb!

Inspector Hound
Jul 14, 2003


That's so pretty

ArmedZombie
Jun 6, 2004

AxGrap posted:

What's the best enya album? I have a Christmas gift idea

https://www.youtube.com/watch?v=Ue5Qd0PSwZs

Uncle Wemus
Mar 4, 2004


Kanye take on Netanyahu

crime fighting hog
Jun 29, 2006

I only pray, Heaven knows when to lift you out

I. Uh. drat.

Elephanthead
Sep 11, 2008


Toilet Rascal

Vishass posted:

I'm something of an evolutionary scientist myself

its my passion

CaptainBeefart
Mar 28, 2016


Inspector Hound
Jul 14, 2003

Koirhor posted:

hahahahaha oh man this poor bastards broken brain

He must have fired his whole entourage or at least surrounded himself with people unwilling to tackle him

Plinkey
Aug 4, 2004

by Fluffdaddy

Justin Tyme posted:

if num = 5 wouldn't it just do num = num - 2 and spit out 3

isn't -= e.g. var -= num equivalent to var = var - num

nah, it doesn't handle 1, or any negative numbers

code:
public bool isEven(int num)
{
	int n = abs(num);
    	while(n > 0)
	{
		n -= 2;
		if(n == 1 || n < 0) return false;
		if(n == 0) return true;
	}
}

dew worm
Apr 20, 2019

I’m watching the Harvard CS50 lectures and learning C and it’s fun so far. my only worry is that there’s no way I would have figured out the problem set for week 1 without watching a tutorial. but I get the logic so :shrug:

Inspector Hound
Jul 14, 2003

Uncle Wemus posted:

And so twitter should die?

YES YOU IDIOT

goth smoking cloves
Feb 28, 2011


Lol

Adbot
ADBOT LOVES YOU

Hatebag
Jun 17, 2008


AxGrap posted:

A small business that etched records from mp3s or playlists would be so much fun, but illegal. Kinda my jam

This would be pointless, as switching from digital to analog would just be a worse version of the digital file with pops and static

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply