Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

What is a good way to design and build a task scheduling system with lots of recurring tasks?

How to create AST parser which allows syntax errors?

Reduce a string using grammar-like rules

Algorithm to generate all multiset size-n partitions

Undo/Redo with immutable objects

Convert rounded decimal to (approximate) radical value?

Procedural snare drum

Placement of defensive structures in a game

Reimplementing data structures in the real world

Any good threads related job-interview question?

Is there a relationship between calling a function and instantiating an object in pure functional languages?

Extracting new items from an RSS feed

c# language-agnostic rss

Choosing individuals from a population, by a fitness function

Why typical Array List implementations aren't double-ended?

Given a dictionary, find all possible letter orderings

Basic algorithm proof

Interesting NLP/machine-learning style project -- analyzing privacy policies

Is there such thing as a left-associative prefix operator or right-associative postfix operator?

parsing language-agnostic

Dividing an array into K subsets such that sum of all subsets is same using bitmasks+DP

Computing the distance between two points in polar coordinates using floating-point