Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

When to use private members - when to pass as function/method parameter [closed]

language-agnostic

Generating samples from the logistic distribution

How do I find methods?

Retaining HTTP POST data when a request is interrupted by a login page

language-agnostic

Dealing with the rate of change in software development

language-agnostic

Seating plan software recommendations (does such a beast even exist?)

language-agnostic

What is your system for avoiding keyword naming clashes?

Random number generator that fills an interval

Best practice regarding number of threads in GUI applications

Tricks to refactor a piece of code with many branches (if/then/else)

Screen scraping gotchas

Are long variable names a waste of memory?

How many variables are too much for a class?

language-agnostic oop

Knowledge required to build your own integer class?

Algorithm to solve find max no at a time

Which should one code first, functionality or validity checks?

Subclasses causing unexpected behavior in superclasses — OO design question

Planning web applications

language-agnostic

HELP! I don't know binary, hexadecimal, octal, and bit-wise

Multiple instances of Singleton class. Possible?