Looking for a code review on the following C++/STL graph implementation. #include <list> #inc…
private static final int PERCENT_97 = 3; /** * Returns returns a pseudo-random Gaussium number. For…
I've been playing around with jquery and trying to learn. With help on here I have a script that wor…
Am I doing anything bad? I wrote this class to allow modifying an atomic reference with the assuranc…
I have a switch case statement containing enum values as cases. These enum values are time units. No…
Im NOT sure if my post is OK for this site. Let me know. Im using i18next for an ExpressJS/NodeJS w…
Can someone help me with the following micro optimization for the f# code for lexicographic permutat…
I'm trying to develop my own Math library to use on a Voxel Engine, but I'm worried about Matrices m…
I have a main form for adding and deleting records and a button that opens a child form that display…
Intro: I first asked this one over at StackOverFlow and they hinted me that CodeReview is the place …
Previous review of this project: Final review of my deck of cards program Based on the previous fee…
class Connection { private string param1; private string param2; private static readonl…
I've never put together a plugin before but I thought this would be useful to push technology forwar…
I'm receiving a certain string value over the network and I need to call a function based on that va…
class ShareModel constructor: -> questionaireView = new QuestionnaireView @previewImage…
I've been spending lot of time reading through this site and found plenty of resources that shaped u…
My implementation in Progress 4GL of the Luhn Algorithm. Any suggestions on improving it? FUNCTION …
I'm trying to construct something which would work a bit like Zip for two tasks, but I'm a bit worri…
This is my code which implements Nd vectors. I chose valarray as a base of the class. Is this a good…
I'm currently working on a small chess game written in Java. The board is modeled as a Board object …
This is my most recent login system I have been developing. It is working with Sessions. I want to k…
I am trying to get comments from LinkedIn that I have API. How to call that API and fetch the data …
Can someone please help to rewrite / tidy up this? // News Article Slideshow var periodToChangeSli…
I've been getting help with this script seen below. It allows one input box to be used to put values…
I created a DIV1 and inside that DIV1 I only want an image. DIV1 with the image is the background (b…
Background Developing a web application that leverages multiple programming languages. The data flo…
Why is data-title here <div class="rsContent" data-title="Lorem ipsum dolor sit" data-href="http…
Here's my spec_helper.rb Having been through hundreds of often-conflicting posts on testing with RS…
I am using back propagation algorithm for predicting demand.i have used 50% data as training set and…
I'm writing a multithreaded game engine, and I'm wondering about best practices around waiting for t…
© 2012 - Nathan Osman - [About]