Top new questions this week:
|
Story time: A week ago I found a question about optimizing Assembly code, then I remembered how awesome Brainfuck was, and the match was made very quickly. I decided to write a Brainfuck Interpreter ...
|
I've been thinking my posts aren't that great, and so I've been wanting to improve them.
One sure fire way to do this is to look at all of my downvoted posts.
Not knowing if Stack Exchange allows you ...
|
I'm doing some programming challenges over at CodeEval and came across a pretty straight forward simple one:
Given numbers x and n, where n is a power of 2, print out the smallest multiple of n ...
|
I needed a structure that works really similar to the predefined Stack<T> but with a few extra functionalities. Examples include getting the index of value in the collection and being able to ...
|
Last night in The 2nd Monitor there was a discussion about postless users - I wanted to see how many there are, whether they're one-timers that showed up once, registered and never came back, and ...
|
Need some comments on making the below code more effective. I'm pretty new to Haskell.
The sequence in generateSeq is generated by the rule that if x is in the sequence then x*2+1 and x*3+1 are also ...
|
I have this Java program that can en-/decode files, both text and binary. What comes to critique I want to hear anything regarding these points:
Performance,
Modularity,
Coding conventions,
Naming ...
|
Greatest hits from previous weeks:
|
The logic is simple, but I was wondering if anyone could help with rewriting the conditional logic. Also, the only error conditions I can think of are the sides should not be equal to or less than ...
|
I'm working on a website on ASP.NET MVC4 and EF5. I want to ensure that only modified values are updated in the database. I'm using a unit of work pattern and repositories for data work. Here's the ...
|
Can you answer these?
|
Just started learning JavaScript and I have created a basic TODO list following MVC concepts to apply what I have learnt so far. This is probably overkill for a simple todo app, but the objective is ...
|
Our company needs a localization/translation behavior which allows incomplete (ResX) resources.
If a String
isn't available in italian
fall back to the next roman language, like french
fall back to ...
|
I've have experience in unit testing but I'm fairly new to acceptance testing and REST-assured. I would like to get some feedback on my style. This is not a complete list of all my test but a few that ...
|