Unanswered Questions
282 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
142views
Created a paperfold like effect
I am trying to recreate a neat effect that I saw posted on Stack Overflow as a GIF .I am trying to recreate this with CSS and JavaScript and I have created a similar effect with a button press.I ...
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 ...
CommunityBot
- 1
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 ...
7votes
1answer
309views
12-column CSS grid system similar to Bootstrap
I am trying to build a 12-column CSS grid system very similar to Bootstrap. 4 breakpoints are supported:normal, sm, md, and lg. Anyway, here is the code:...
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
76views
Javascript portfolio with 11 small apps
I'm learning to code for about a year and recently I finished my Javascript project. It contains of 11 fairly simple apps involving using APIs and DOM manipulationshttps://github.com/matt765/jsit's ...
5votes
0answers
70views
Todolist in vanillaJS
I have been studying front-end development for 2 .5 months, I decided to switch to practice and wrote a todo list in 8 hoursPlease write your opinion about the code and how it can be improved (...
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
1kviews
Bootstrap 4 Menu Collapse on Scroll
I am trying to code a menu that:Is horizontal on lg+ displays at the top of the pageShows a hamburger menu when the user scrolls from the topWill display as the collapsed format when the hamburger ...
CommunityBot
- 1
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:...




