Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Unanswered Questions

Ask Question
481 questions with no upvoted or accepted answers
19votes
0answers
222views

Timeoutable computations module

Defines a simple module for timeoutable computations, with the ability to returnarbitrary intermediary results on timeout or the final value otherwise. It also allows default return values. The ...
16votes
0answers
3kviews

Realtime concurrent Haskell MIDI buffer

Problem BackgroundMIDI is a serial representation of control signals to a sound generator. Typically, a noteOn message initiates the attack phase of a sound at a given pitch. The note will ...
16votes
0answers
230views

Encoding the problem domain of products and prices into the typesystem in F#

I'm trying to design a model for purchasing amounts of products in F#, following the ideas for designing for correctness (source). The idea is to use the type system to capture the different legal ...
14votes
0answers
992views

Django on virtual machine - watching changes in static files and autocompiling LESS without inotify

I'm setting up a Django development environment using Vagrant to run an Ubuntu virtual machine on VirtualBox. As this is a student project run mostly by very amateur coders and I want everyone to be ...
7votes
0answers
137views

Agent-based Immutable Map

I am in the process of removing the last few pieces of mutable state from an F#-based distributed system. Some of the remaining mutable state is a ...
7votes
0answers
564views

A* Algorithm in F#

Inspired by this post I looked up A* on wikipedia and went on with my own implementation as seen below where I try to mimic the pseudocode on Wikipedia but in a recursive manner. I would like any ...
7votes
1answer
186views

BingWallpapers: Fetches and applies the image of the day from Bing as the wallpaper

I have written a small desktop program nabeelomer/BingWallpapers in Haskell. This is my first time writing Haskell.I was wondering how I can make the code use more functional programming features/...
6votes
0answers
116views

Chapter 8 Challenge: Add employee names to a department

The boring but exciting challenge:Using aHashMap andHashSet, create a text interface to allow a user to add employee names ...
6votes
0answers
516views

Xero API Client in Django

I'm not actually that new to writing Python. But I've no formal training and have only learnt to build applications to solve problems for my job out of necessity. Starting to bring my existing skills ...
6votes
0answers
328views

Generating integer partitions

I've tried to implement integer partition algorithm as described in blogpost below (author implemented it in Python):Generating integer partitionsI'm still trying to learn best practices in ...
6votes
0answers
133views

Read stock files, gets the candles sequence and makes a report - follow-up

My first question: Read, calculate, writeThe only thing I kept is the function try-block.This is still a work in progress, that's what I have done so far.Source: ...
6votes
0answers
134views

Showing a Wikipedia article's changes as Git commits

I created a small-ish NodeJS script which takes as argument the name of a Wikipedia article (and optionally a Wikipedia edition, "en" is default) and creates a Git repository with each ...
6votes
0answers
2kviews

Gin web framework middleware

As a beginner in Go, I'm seeking feedback on a web framework middleware I wrote up. I reckon that knowledge of the web framework is not needed for the code review.The goal of this middleware is ...
5votes
0answers
104views

Correct abstractions/organisation of a NodeJS GraphQL API

I recently did a quick take-home test for a potential job opportunity. It included building a GraphQL API with nodeJS. I am not an expert in node (mostly use Python at work) but I have used it for ...
5votes
0answers
309views

Pi Calculator Using BBP (Bailey–Borwein–Plouffe) - Written in Cython With MPFR

I wrote a Pi Calculator using the BBP Algorithm in Cython. My specific goals are make the code more legible and more performant. This is a purely academic script in order to teach me how to implement ...

153050per page
1
2345
33

Unanswered Tags

javascript × 178
python × 39
rust × 31
performance × 30
express.js × 25
c++ × 22
mongodb × 20
react.js × 19
java × 18
go × 17
haskell × 16
json × 16
api × 16
algorithm × 14
object-oriented × 14
typescript × 14
c# × 12
programming-challenge × 12
scala × 12
error-handling × 11
f# × 11
powershell × 11
promise × 11
mongoose × 11
unit-testing × 10
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp