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
257 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 ...
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 ...
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 ...
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
182views

Hutton cipher implemented using recursive functions

Is there a way to rewrite these last 2 recursive functions with fewer arguments (preferably 2) while keeping them recursive?The entire code can be seen here: https://github.com/GirkovArpa/hutton-...
5votes
0answers
152views

Implement Sudoku using LINQ

WiKi and GitHub.Sudoku rules are being checked with the following tests:...
5votes
0answers
80views

HListSum - Sum of HList's Nat's

I wroteHListSum, whose type parameter is an inputHList. ItsOut type member represents the ...
5votes
0answers
911views
5votes
0answers
739views

RandomForest multi-class classification

Below is the code I have for aRandomForest multiclass-classification model. I am reading from a CSV file and doing various transformations as seen in the code. I ...
5votes
0answers
1kviews

Mocking the file system within a test

I've been using this method to test file-system functions as an alternative tomock-fs due to its lack of symlink support. I'd love to hear what others think and ...
4votes
0answers
222views

GeekTrust: Traffic problem - functional programming

First attempt to write functional programming, been following OO paradigm all through my programming journeyPlease review the code and let me know if any comments and violations of functional ...
4votes
0answers
91views

Simple Markdown Blog

this is my first real website I created after learning about web development.It's amazing to me that anyone would spare their free time to code review strangers' code. So thank you in advance. I'd ...
4votes
0answers
67views

Fetching data from endpoint, retrieving coordinates, then merging into an output

I'm in no way a skilled developer (or even a developer at that!) but I did want to take a go at writing a script that fetched one endpoint's data, extracted some data, sent if off to be geocoded, then ...

153050per page
1
2345
18

Unanswered Tags

javascript × 146
express.js × 25
mongodb × 21
beginner × 17
typescript × 13
promise × 11
mongoose × 11
algorithm × 10
json × 9
api × 9
f# × 9
recursion × 8
haskell × 8
performance × 7
unit-testing × 7
asynchronous × 7
programming-challenge × 6
mysql × 6
ecmascript-6 × 6
error-handling × 5
react.js × 5
async-await × 5
rest × 5
apache-spark × 5
python × 4
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp