Newest Questions

2 votes
1 answer
30 views

I wrote a toy s-expression parser, and I'd like to know if I can make it more Rusty. I'm not terribly worried about the functionality. It's only a Rust exercise for me. ...
adrianton3's user avatar
2 votes
1 answer
145 views

Intro Now I have that text space compressor. For example, ...
coderodde's user avatar
  • 32k
0 votes
0 answers
18 views

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 ...
Owais Qureshi's user avatar
2 votes
3 answers
1k views

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 ...
Rustem K's user avatar
  • 121
5 votes
3 answers
880 views

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 ...
Theron_Isengard's user avatar
-4 votes
1 answer
56 views

The java.util.Deque implementation from Object oriented programming deque implementation that consists of three elements linked arrays, each array holding reference ...
user avatar
2 votes
1 answer
103 views

Intro This time, I have implemented the Shannon-Fano coding. Code io.github.coderodde.compression.ShannonFanoEncoder.java ...
coderodde's user avatar
  • 32k
0 votes
0 answers
24 views

Native Messaging host using Mozilla SpiderMonkey JavaScript/WebAssembly engine. Documentations Chrome Developers MDN Web Docs Microsoft Edge Developer documentation Messaging between the app and ...
guest271314's user avatar
-2 votes
0 answers
33 views

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 ...
The Vision Tunnel's user avatar
0 votes
0 answers
59 views

(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....
coderodde's user avatar
  • 32k
2 votes
1 answer
62 views

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 ...
Featherball's user avatar
-2 votes
0 answers
67 views

Implementation of java.util.Deque interface according to object oriented programming principles - abstraction, encapsulation, inheritance , polymorphism - suitable ...
user avatar
7 votes
4 answers
622 views

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 ...
Aethar's user avatar
  • 71
8 votes
1 answer
90 views

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 ...
blablatruck's user avatar
11 votes
5 answers
850 views

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 ...
it_serf's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
5190