Newest Questions
77,838 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
3
views
Working on HIMS SaaS using MEAN stack
I was facing an issue with changing models on the fly — since we don’t
just need isolation based on string or ID, but also data-level
differences for each HIMS instance. To handle this, I created a ...
0
votes
0
answers
6
views
"Flutter + Firebase messenger app (14-year-old developer)"
Seeking code review for my Flutter messenger architecture. 14-year-old developer.
GitHub: https//github.com/vladbogus498-design/my_messenger
Code:
...
0
votes
1
answer
9
views
Can someone show me where I can get it an analysis of my Prime Number Sieve
Here is one analysis of what I have.
https://grok.com/share/c2hhcmQtNQ%3D%3D_65e70c77-6d0f-4527-a2af-5a86923337c1
Here is the main part of the code
...
2
votes
3
answers
538
views
Build datasets larger than GPT-1 & GPT-2 with ~200 lines of Python with textnano
Lightweight text dataset builder for ML with zero dependencies
Context
I'm returning to Python development after a break and actively learning AI/ML. As part of my learning journey, I'm building a ...
4
votes
3
answers
571
views
Moving ball simulation within a donut
How do I optimise my code more?
The goal is to have my code work with more than 200 moving balls, but that takes forever right now and doesn't look smooth at all. Furthermore, I can't get the sizing ...
-4
votes
1
answer
51
views
Object oriented programming deque implementation (after second thought)
The java.util.Deque implementation from Object oriented programming deque implementation that consists of three elements linked arrays, each array holding reference ...
user avatar
user294788
2
votes
1
answer
100
views
ShannonFanoEncoder.java - computing prefix codes in Java
Intro
This time, I have implemented the Shannon-Fano coding.
Code
io.github.coderodde.compression.ShannonFanoEncoder.java
...
0
votes
0
answers
24
views
SpiderMonkey JavaScript engine Native Messaging host
Native Messaging host using Mozilla SpiderMonkey JavaScript/WebAssembly engine.
Documentations
Chrome Developers
MDN Web Docs
Microsoft Edge Developer documentation
Messaging between the app and ...
-2
votes
0
answers
31
views
P3D + Processing - Java Support [closed]
Using P3D + Processing, to achieve random arrangement of boxes as attached below
00:31
https://vimeo.com/143076578?fl=pl&fe=vl
Colour/hatching not important, will be completed in post if requires ...
0
votes
0
answers
58
views
Jump point search in Java for faster pathfinding in grid mazes
(Refer to the entire repository in GitHub.)
How it looks like
Intro
This time, I present my take on Jump point search that I translated from Javascript (PathFinding.js/src/finders/JumpPointFinderBase....
2
votes
1
answer
62
views
Managing a global backend/device state when making a deep learning framework
I have been making a deep learning framework modelled after Pytorch in pure Python. I have made good progress but my framework is currently not seamless to use because the end user of the framework ...
-2
votes
0
answers
64
views
Object oriented programming deque implementation [closed]
Implementation of java.util.Deque interface according to object oriented programming principles - abstraction, encapsulation, inheritance , polymorphism - suitable ...
user avatar
user293682
7
votes
4
answers
617
views
CSV handling class
I'm a hobby coder at best. I know enough to make helpful programs to assist me with day to day life and work (mostly with PHP/JS, some C#). I'm wanting to learn more about good coding practices. I ...
8
votes
1
answer
87
views
Mandelbrot set visualizer using GTK4, Cairo and POSIX threads in C
I have recently implemented a Mandelbrot set visualizer, which I used to reacquaint myself with multithreading using pthreads.
I'm just wondering whether the way ...
11
votes
5
answers
846
views
Python program that iterates over audio files with a progress bar interface
I have a utility that updates, transcodes and renames audio files. Previously I used a function that simply yielded every file that was a good match (based on file extension).
As some tasks can take ...