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
210 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 ...
7votes
0answers
4kviews

React Native - Rendering different scenes based on application state

I am usingreact-native-router-flux to organize the routes for my application. Using Firebase, I am able to call ...
6votes
0answers
68views

React state management design pattern new approach thoughts

Hey people on the internet!I do not know where to share my new npm package so I am asking you do you know of a good place to share my package?Also I would really appreciate if you take a look on it ...
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
583views

React Context & Hooks custom Vuex like store

I've been experimenting with Hooks lately and looking more into how can I replace Redux withuseContext anduseReduer. For me, ...
5votes
0answers
63views

React and D3 Alignment Histogram

I'm reasonably new toD3, and I've put together a class basedReact component which outputs a genomic alignment visually. The ...
5votes
0answers
152views

Implement Sudoku using LINQ

WiKi and GitHub.Sudoku rules are being checked with the following tests:...
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
88views

React - Show more and search functionality

I created a rough implementation of a component that lists stuff based on data has the option to enable searching for that data. I've not used React all that much so it's probably a terrible way to ...
4votes
0answers
82views

Looking for feedback on a simple finite state machine for logging in with xstate

I have a sample React app that loads a username and password, and then randomly provides a login result on submission for the sake of example.CodeSandbox: https://codesandbox.io/s/stack-xstate-login-...
4votes
0answers
140views

React - pomodoro clock

I'm looking for some feedback on a pomodoro clock that I recently wrote with React.I'm pretty new to React and coding in general. I followed a couple of online courses, but I'm mostly self-taught. ...
4votes
0answers
95views

Generic Variable Elimination with multiple entry points

I have this algorithm, called Variable Elimination, which is used quite often in my code-base (library). It is an algorithm for factor graphs (a type of bipartite graphs), used to efficiently maximize ...

153050per page
1
2345
14

Unanswered Tags

javascript × 85
jsx × 54
redux × 20
beginner × 19
typescript × 18
css × 15
performance × 11
scala × 9
f# × 9
haskell × 8
ecmascript-6 × 8
form × 6
algorithm × 5
programming-challenge × 5
html × 5
comparative-review × 5
node.js × 5
animation × 5
to-do-list × 5
react-native × 5
python × 4
recursion × 4
json × 4
authentication × 4
c# × 3
more related tags

[8]ページ先頭

©2009-2025 Movatter.jp