You want a job with a paying salary and you didn't even link any refrence to experience, work, or any resume/cv?
http://www.wikihow.com/Apply-for-a-Job
Coding challenges.
e.g. best web design, or fastest algorithm given a bigOh(logn) or bigOh(n^c) or theres a coding problem and people answer in their most comfortable language. That's cool because we all get to learn how other languages work. Or simply just code this small project xyz, and see...
Which version? The Festival Mix or the Original Mix? Either way I don't think you should dislike a producer after 1 song you don't like. But that's your decision.
Nah, he's a dubstep producer. Check out one of his most popular/famous songs. https://www.youtube.com/watch?v=xfFBP4JQ1jQ
I'm trying to make a python app that extracts all of the youtube titles of a youtube channel's videos.
I'm currently attempting to do it using selenium.
def getVideoTitles():
driver = webdriver.Chrome("/Users/{username}/PycharmProjects/YoutubeChannelVideos/chromedriver")...
Hey,
Throughout my short time here on devbest its become clear to me that web development is a big chunk of this communities passion. After getting bored of java and being inspired by users on here to try python (which i love, so thank you - made me realize how laborious java code and syntax...
If your dad has his own personal laptop or computer look into Remote Access Tools (RAT'S). Their primary function is to gain access of one computer from another, but are very commonly used as "hacker tools" to spy on other computers. These can easily be bought and you could send you're dad a...
If you're interested or have ever been interested in developing iPhone, iPad or OSX apps you're probably like each other developer who has asked - where can I get started. Whther your a self go getter who only needs to learn the basics and then can progress by recreating projects done before, or...
I have strong knowledge of java, and as far as im aware the two languages have the same syntax and command operators. I just need a good tutorial or MOOC which will fill me in on what I don't know.
Title says it all.
I really have no working knowledge for C#., and would like to learn but i hate buying a random book then realizing its shit half way through.
Please reccommend,
You were right aha, its because I'm incrementing i++ twice. Therefore the solution was just to get rid of i++ in my second class. I feel so silly. Thanks for your help.
I'm trying to find the first number in a set of N (let n be all real natural numbers) where divided any and all integers from 1-10 doesn't return a remainder.
It wouldn't be 1 because 1/2 returns a remainder.
For example if I was looking for 1-10. The number would be 2520. Because each number...
Hey,
I could ask this on stackexchange or just straight up find the answer online, but what fun would that be. Plus this is an opportunity to get to know everybody in the community.
So i've decided to try the projecteuler problems again (this time in java, not python) and am having trouble...