Code Review Stack Exchange Community Digest

Top new questions this week:

Optimizing real-time ASCII playback in Python when each frame is fetched as a PNG via GET

Why I made it I wrote this script for one simple purpose: to Rickroll my friends. How it works This is the workflow: It fetches a .png frame from a PHP endpoint on a website I own. The frame number ...

python php animation ascii-art  
user avatar asked by Chip01 Score of 7
user avatar answered by Booboo Score of 8

ASCII-based Lightweight Browser with Clippy-Style Helper in Python (Updated)

This question used to contain a mistake in the code, so I had to debug and reformat it. This is the correct version. Why I made it A friend and I wanted to make a lightweight browser, since our ...

python formatting html5 ascii-art browser  
user avatar asked by Chip01 Score of 6
user avatar answered by fyrepenguin Score of 7

Unicode-based platformer game in Python

I'm making a platformer game called Uni where this small character has to go as high as possible, in which the player constantly has to choose between jumping (W) going left or right (A-D) climbing ...

python game ascii-art unicode  
user avatar asked by Chip01 Score of 6
user avatar answered by Chris Score of 6

Bash tool for automating Telnet/SSH commands with live interactive session takeover

I made this executable because I used to play on a MUD, which was essentially a server to which you connect to through telnet to play in a multiplayer world. What annoyed me was how difficult it was ...

bash asynchronous shell automation  
user avatar asked by Chip01 Score of 6
user avatar answered by chicks Score of 6

Substitute patterns with values from lists

I was looking at a Stack Overflow question and got somewhat carried away with improving the solution, well beyond the scope of that question. In summary, we have a string such as ...

python string-processing  
user avatar asked by Toby Speight Score of 5
user avatar answered by Booboo Score of 6

A Java program for compressing/decompressing files via Huffman algorithms (version 1.0.0)

Intro (See the version A Java program for compressing/decompressing files via Huffman algorithms (version 1.1.1).) (The full repository is here. It contains also some unit tests that do not fit in ...

java algorithm console bitwise compression  
user avatar asked by coderodde Score of 5
user avatar answered by user555045 Score of 5

A tiny Java framework for gathering running time statistics - Take II

Intro (The previous version is here.) (The next version is here.) Now I have incorporated nice answers made by Chris and Chip01. What changed: Fixed the computation of median, ...

java statistics framework  
user avatar asked by coderodde Score of 4
user avatar answered by Chris Score of 5

Greatest hits from previous weeks:

Another Python Hangman

I have finished my Python Hangman app with very basic code. ...

python beginner python-3.x hangman  
user avatar asked by michael93pl Score of 5
user avatar answered by Phrancis Score of 6

Designing classes and methods for hospital management system

I am working on hospital management system project. I have implemented it using the following design. Is it a good design? I have created four classes: Patient, <...

java object-oriented  
user avatar asked by Malwaregeek Score of 3
user avatar answered by unholysampler Score of 8

Java code for Linked List

I've been practicing implementing a linked list from scratch. Can someone help review my code? ...

java linked-list  
user avatar asked by Adam Johns Score of 11
user avatar answered by toto2 Score of 7

Removing duplicates from an array quickly

...

javascript array  
user avatar asked by eddie Score of 23
user avatar answered by janos Score of 19

Elevator program

I've been working on this elevator program for quite some time now and finally finished it and made it work and I'm pretty proud of myself, but I'd like to see ways how to optimize my code so I can ...

java  
user avatar asked by Lukas Score of 6
user avatar answered by Winston Ewert Score of 11

Student information system

I have made a small project and I am just wondering if I could add more functionality to the project e.g more classed etc. Is a better way of displaying my results and what error handling I could do? ...

java  
user avatar asked by David Needham Score of 8

Input validation for text boxes in a Form

In a Win Form I'm doing initial validation in the Form. So before saving data, I want to validate whether all the required fields are filled (Text Boxes) by the user. There are about 18 such Text ...

c# .net validation winforms mvp  
user avatar asked by CAD Score of 5
user avatar answered by Mathieu Guindon Score of 6
You're receiving this message because you subscribed to the Code Review community digest.
Unsubscribe from this community digest       Edit email settings       Leave feedback       Privacy
Stack Overflow

Stack Overflow, 14 Wall Street, 20th Floor, New York, NY 10005

<3