...
Programming Challenges Thread
Other urls found in this thread:
skullcode.com
joereiss.net
videos-do-wpp.tumblr.com
twitter.com
roll
i can do this from a fucking terminal
pandoc -f markdown -t html input.md
write a program that does that, not use one
what if i write a program that calls the function?
no, you have to make the function
Is this a meme or is it a legit puzzle?
probably a meme, if it's a puzzle, it's clearly not a realistic one
Roll.
Rellll
I just added "VisualBoyAdvance in Go" to my project list, fuck your stupid game. I REJECT MY ROLL.
How do you figure?
let's see it
Roll
Rollinggg
Here're a few other versions
will do if not trival
CFK to CFKSubmit
(function(){
function l(id){
return document.getElementById(id);
}
l('convert').addEventListener('click', convert);
function convert(){
let val = l('amount').value;
let funcs = {
'FC': (f) => (f - 32) * 5/9,
'FK': (f) => (f - 32) * 5/9 + 273.15,
'CF': (c) => (c * 9/5) + 32,
'CK': (c) => c + 273.15,
'KF': (k) => (k - 273.15) * 9/5 + 32,
'KC': (k) => (k- 273.15)
}
let funcName = l('from').value + l('to').value;
l('result').innerHTML = funcs[funcName] ? funcs[funcName](val) : val;
}
})();
>making a programming challenge thread
>not using v4.0
Roll
Roll
fuck it why not
oh joy, something i know nothing about. this will take a while
rolling
rolling for my very own reasons
Rolling
loli
roll
>geek code generator
wtf is this shit?
>joereiss.net
wow fuck that i'm not doing all that work
I've made a script to download videos from a Tumblr page that contains lewd things that move in function of time. It's not finished though.
import resquests, bs4
res = requests.get('videos-do-wpp.tumblr.com
res.raise_for_status()
wpp = bs4.BeautifulSoup(res.text)
print('Getting links from ' + wpp.title.string)
for a in wpp.find_all("a", "hover", href=True):
print("tumblr.com
doing this shit, post number mod 145 for the clueless
.
rolley polley
what in the name of christ does that even mean