Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of glglgl

glglgl

glglgl has asked 10 questions and find answers to 419 problems.

Stats

9.2k
EtPoint
2.8k
Vote count
10
questions
419
answers

About

profile for glglgl on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/112612.png

General:

  • Is floating point math broken?

C:

  • Do I cast the result of malloc?
  • Difference between ++*argv, *argv++, *(argv++) and *(++argv)

Python:

  • Why you don't want to dynamically create variables
  • Why does a == b or c or d always evaluate to True?
  • “Least Astonishment” and the Mutable Default Argument

Java:

  • Is List<Dog> a subclass of List<Animal>? Why aren't Java's generics implicitly polymorphic?

Here and here are some other nice bookmarks.

Otherwise helpful:

  • MCVE and SSCCE
  • XY problem