Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

How to design a timer-based web game (like Cafe World)

language-agnostic

What advantages are there to programming for a non-cache-coherent multi-core machine?

Cost, schedule, quality: pick two [closed]

How do you make mathematical equations readable and maintainable?

language-agnostic formula

Definition of the adjective lexical

Can we make use of syntax highlighting feature to remove all comments from a source file in SublimeText?

What is the difference between dynamic typing, duck typing, and parametric polymorphism? [closed]

ruby language-agnostic

goto statement in language standard

c++ language-agnostic goto

Wrapping my head around hardware representations of numbers: a hypothetical two's complement question

Simplified province generation

How can I keep track of character positions after I remove elements from a string?

Real number arithmetic in a general purpose language?

Aranging integers in a specific order

Name for over-generalizing a function? Is this an anti-pattern?

What class of algorithms can be used to solve this?

Solving a simple maximization game

Recursive interlacing permutation

True until disproven or false until proven?

language-agnostic boolean

How would you write this algorithm for large combinations in the most compact way?

Trying to gain intuition for work scheduling greedy algorithm