If you want to download free English conversations, you’ve come to the right place. This page introduces you to some English-language podcasts. Podcasts are audio conversations you can download for free from the Internet. Contents: English conversati…
http://www.t4f.org/projects/business-card/ After 4 years working in an international IT consulting company, I have decided that now it is time to change my current professional career. The world of the business software (for banking, insurance, servi…
http://www.careerride.com/Swing-AWT-Interview-Questions.aspx   Swing interview questions and answers for freshers and experienced candidates. These interview questions and answers on Swing will help you strengthen your technical skills, prepare for t…
There have been many articles on our site on software testing interviews. That is because, we, as IT professionals, have to experience and make it through many of them in many forms. At STH, we acknowledge this and we want to help our readers as much…
What skills are needed for machine learning jobs?机器学习工作必须技能 原文: http://www.quora.com/Machine-Learning/What-skills-are-needed-for-machine-learning-jobs/answer/Joseph-Misiti Machine Learning: What skills are needed for machine learning jobs? I am a lea…
推荐一本书<Cracking the code interview> Now in the 5th edition, Cracking the Coding Interview gives you the interview preparation you need to get the top software developer jobs. This is a deeply technical book and focuses on the software engineering ski…
When confronted with a problem , we think about it. The issue, of course, is that our efforts may be fruitful or they may not, depending on the effectiveness of the thinking done. Good thinking is focused thinking: we need to find the right focus for…
Factory, Abstract factory, prototype pattern (B) What are design patterns? (A) Can you explain factory pattern? (I) Can you explain abstract factory pattern? (I)Can you explain builder pattern? (I) Can you explain prototype pattern? (A) Can you expla…
题目: 273. Integer to English Words Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. For example, 123 -> "One Hundred Twenty Three" 12345 -> "Twelve Thousand Three Hu…
Integer to English Words Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. For example, 123 -> "One Hundred Twenty Three" 12345 -> "Twelve Thousand Three Hundred For…