jackson_1

↗ HN profile [ 40.6 ms ] full profile
Karma
32
Created
May 30, 2016 (10y ago)
Submissions
0
  1. Here's a C99 trick I learned recently, known as compound literals. Say you have a function that takes a struct as a parameter: typedef struct {int x; int y;} Point; void plot(Point p); Normally, to call this function,…

  2. I'm in my final year of studying computer science/programming in university. I'm pretty good at programming, infact I'm one of the top in my class. However, I struggle with my math classes, barely passing each semester.…

  3. So I'm a 3rd year electrical engineering student at university and so far we've been taught how to code in ones and zeros, assembly, C and C++. Out of all of these I like C++ the best. I wouldn't say I'm great with it,…

  4. Data Science Curriculum on edX (i-programmer.info)
  5. PyPy3.3 v5.2 alpha 1 released (morepypy.blogspot.com)