I prefer good ole regex test of a binary num
function isEven(number){
binary=$(echo "obase=2; $number" | bc)
if [ "${binary:-1}" = "1" ]; then
return 255
fi
return 0
}
I prefer good ole regex test of a binary num
function isEven(number){
binary=$(echo "obase=2; $number" | bc)
if [ "${binary:-1}" = "1" ]; then
return 255
fi
return 0
}
I think you mean BeQueenSale
I had the same kneejerk reaction to the comment, until I checked the link. OP could have worked on their setup a bit better, and is doing themselves no favours by doubling down on it
I dont get how snakes breathe
Edit: yes I do now
His lungs apparently are somehow just warping around it
Check out Ann Leckie’s Ancillary Justice series.
For a long while you’re not actually sure what species the characters are, what their defining features are, if they even have gender, and/or how many limbs they have.
You just know what they’re like from their cutting remarks to one another.
It’s a series that focuses solely on plot and has a very loose definition of identity (and it’s awesome)
“neilty son”, aww cute name
“He kept saying that a stick insect had gone up his shorts, and it was for the good of all insectdom for us to find it and document its secretions.”
Arrested Development: “It’s balls”
what is that game about
like, how do you win
I know, what a dick right
no idea, I just remember a dramatic increase in my online time around that period. Also my dad going around drilling holes everywhere so that we could run a cable to everyone’s room back in the days when you assembled a PC from parts you found at a car boot sale
back in '12 for me, we switched to cable and suddenly we had a landline and internet at the same time – it was genuinely crazy
I would raise and contort my hand in sync with the dial-up tones when my friend was around to convince them I was a shaman
“One does not simply access the worldy wider web, my child. You have to sing to it.”
It’s an old WW2 story. They were trying to improve their bullets thus analysed the returning planes which had collected many. By siphoning the bullets out of the frame they could see which ones had the most luck, and could then manufacture luckier bullets.
Wood Bison looks healthier to me, despite all the negativity of the annotations
well when a mommy asymptote and a daddy asymptote meet on opposite ends of an infinite grid, they give birth to a finite area that is carefully and lovingly defined, until the mommy asymptote runs away with a thick veiny fat curve that rules her world, and the daddy asymptote just stands there night-after-night watching them bisect each other
woah your bash is legit good. I thought numeric pretexts needed
$(( blah ))
, but you’re ommiting the $ like an absolute madman. How is this wizardy possible