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 ...
|
Here's my first serious attempt at writing Go code. This program counts the number of days until a certain date and displays that in the system tray.
To do that, it first reads the target date from ...
|
I recently put together an assembler for a CPU I designed. I'm looking for feedback on my program structure, formatting, or anything else. I'm self taught on all of this so I don't have opportunities ...
|
My goal is to pick 10 unique words randomly from a List containing 20 unique words.
I would remove the duplicate word from the List whenever a duplicate word is added and decrement the for loop ...
|
The setPixelColor function below changes the color of pixels.
I need some suggestions to optimize this function.
Example:
public static void main(String[] args) throws IOException {
...
|
I have been trying to generate a basic library that I can use at work, to call different REST calls towards a software vendor that we are using.
I would love someone's opinion on it, and what I could ...
|
As I will be deploying this script on multiple machines with the very same system Linux Mint 18 with rather same configuration, I would like to be semi-sure I won't screw things up much. This little ...
|
Greatest hits from previous weeks:
|
I am a beginner in Java programming. Here is my simple calculator. I hope you could scan through my coding and let me know if there is any error in my coding or how I could simplify the code.
import ...
|
During work, I was given this task: to group elements with similar properties in the array.
In general, the problem is as follows:
var list = [
{name: "1", lastname: "foo1", age: "16"},
...
|
Can you answer these?
|
This is written using two counting semaphores (emptyBuffer/fullBuffer) and one binary semaphore (mutex):
#include<stdio.h>
#include<stdlib.h>
#include<pthread.h>
...
|
This python code is for a homemade RC plane radio using the Raspberry Pi and a USB joystick. It sends values over serial to DSM2/X module for RC planes and other RC vehicles. This Python code is ...
|
I have implemented a renderer for shapes described with a L-System grammar. Implementation of that is not important. Basically you feed it an angle and some rules, and it spits out a string of ...
|
New blog posts:
|
|
by Jess Pardue on Nov 14
|
Grab a cookie (before Joel eats them all) and listen to the Stack Overflow podcast #94, recorded Thursday, November 10, 2016 at the Stack Overflow Headquarters in NYC. Today's podcast is brought ...
|
|
|
by Kaitlin Pike on Nov 14
|
Finding a job you love should be easy and hassle-free, which is how we built Stack Overflow Jobs: Personalized job matches, and no recruiter spam. We’re expanding our promise to users today with even ...
|
|