DivideByZero's Profile User Rating: -----

Reputation: 235 Stalwart
Group:
Contributors
Active Posts:
550 (0.61 per day)
Joined:
02-December 10
Profile Views:
5,829
Last Active:
User is offline Today, 01:23 PM
Currently:
Offline

Previous Fields

Country:
GB
OS Preference:
Linux
Favorite Browser:
Chrome
Favorite Processor:
Intel
Favorite Gaming Platform:
PC
Your Car:
Who Cares
Dream Kudos:
25

Latest Visitors

Icon   DivideByZero has not set their status

Posts I've Made

  1. In Topic: Itching to learn a new language. Which one would be a good investment?

    Posted 10 May 2013

    Definitely Scala.
  2. In Topic: Coursera: Functional Programming Principles in Scala

    Posted 5 Apr 2013

    I, along with half of the developers I work with are taking this course.

    So far it's been really good and I'd recommend others who want to program more functionally to take it.
    The fact that it uses my favourite language is a bonus too.
  3. In Topic: [Req.] How you learned Programming?

    Posted 12 Feb 2013

    How I learned:

    Reading loads of tutorials and books on the languages I was learning for a couple of hours a day (still doing this 3 years later even though I'm programming for a living).

    How I'd advise you learn:

    Get the basics down (if statements, arrays, loops etc), then read up on one intermediate concept a day (inheritance, polymorphism, memory management etc). Then before moving to another concept, write loads of programs that utilize that concept until you are 100% confident that you understand it.
    Then the next day, move onto the next concept. Rinse and repeat.

    If I could go back, I would have done it this way.


    Oh and learn how to google effectively, it's no good searching for something, then giving up once you've gone through the first page of search results.
  4. In Topic: What programming/IT/computer books are you currently reading?

    Posted 17 Dec 2012

    At the moment, Programming in Scala.
    Definitely recommend it for beginners.
  5. In Topic: Which programming languages do you love most?

    Posted 16 Nov 2012

    For the first three years of my programming career, the answer has been C#.

    Though this is very likely to change as I get more and more familiar with Scala.

My Information

Member Title:
D.I.C Addict
Age:
22 years old
Birthday:
June 24, 1990
Gender:
Location:
London
Years Programming:
3
Programming Languages:
C#,
C++,
Java,
JavaScript,
Scala.

Contact Information

E-mail:
Private

Comments

Page 1 of 1
  1. Photo

    Guest 

    30 May 2011 - 00:53
    so have you worked with the wp cumulus code and if so have you known how you use it in another site apart from wordpress oriented sites?
  2. Photo

    Sergio Tapia Icon

    23 Jan 2011 - 07:46
    Yeah I completely forgot about it. I'll talk to InsertAlias tomorrow and get the ball rolling.
  3. Photo

    pemdas Icon

    23 Jan 2011 - 07:36
    I don't understand the computation of how to solve the problem, not coding but the math. I need to a program that reads in the x and y coordinates of a triangle’s vertex's. I need to compute and output the triangle’s perimeter. I was told I could use Pythagorean Theorem 3 times and I could use
    Math.sqrt((x2 –x1) 2 + (y2 –y1)2)to compute each side length. A sample input and output...
Page 1 of 1