CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 09:20:57 GMT
content-type: text/html; charset=utf-8
cf-ray: 963a1ad0c84cc17e-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=aad7f7db-eb29-411c-90a7-6b04593e384b; expires=Thu, 23 Jul 2026 09:20:57 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-frame-options: SAMEORIGIN
x-request-guid: 8f0c56d8-d3f1-4f0f-b02f-904d755855c6
x-worker-origin-response-time: 1057000000
x-dns-prefetch-control: off
set-cookie: prov=aad7f7db-eb29-411c-90a7-6b04593e384b; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=N5c62Kam5G.PcJUsY1s_I4I3t8hGHT17q2tvIs1rwKc-1753262457-1.0.1.1-P4rT8rLr6TyJbAaNKtAdsiES8716SN_rMBri.Wb4htRvMfU6LqQrBsGVOxbuWJ.36_K8EK_jGt8Bg_ZQm9Uaidd71YvzW70mqHRsN2nWIcU; path=/; expires=Wed, 23-Jul-25 09:50:57 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=EGDbSDtTZjd_Mgb7X_d_REvGHnew.bH04CAtAniqazQ-1753262457521-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'beginner' Questions - Code Review Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [beginner]
Add this tag to your question to indicate that you are new to the language of your code. This will often be taken into consideration by reviewers when assessing your code.
7,572 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
5
votes
3
answers
643
views
2
votes
0
answers
82
views
openprocessing.org program - After screen tap, erase red circle, pause and lastly draw new white circle
I am new to programming using the site openprocessing.org.
The code given does the following on my iPad:
Draw a red circle
Wait until I finger tap near the red circle’s center
Erase the red circle
...
1
vote
0
answers
23
views
GUI button clicks start runspaces that take care of heavy processing tasks
I'm currently updating a ping script I maintain at work, transitioning from WinForms to WPF. Because of this I've started learning about and incorporating runspaces to keep the GUI responsive during ...
4
votes
0
answers
56
views
SHA1 Algorithm Implementation in Zig
I have implemented the SHA1 algorithm in Zig, as a learning exercise, to teach myself both Zig and the actual algorithm behind SHA1. Now the second part I think I understood well enough. The ...
6
votes
2
answers
427
views
(Codewars) Goldbach's Conjecture (by @rsalgado) in Ruby
Link to kata: linkRank: 6 kyuKata author: @rsalgado
I have been recently learning Ruby-lang and have been attempting to solve the following kata from Codewars involving Goldbach's Conjecture:
...
3
votes
1
answer
108
views
9
votes
3
answers
2k
views
Solver for Wordle puzzle
After a success with the Jumble puzzle solver, I am doing a Wordle puzzle solver. I know many other Wordle solvers have been posted, yet this is my original version, which emphasizes list ...
3
votes
1
answer
79
views
Implement a matrix and access its elements
I have just started to learn how to program in Scheme using the LispPad app on my iPad. I want to know if the following is the best way to implement a matrix and access its elements.
This code ...
5
votes
3
answers
223
views
Sieve of Eratosthenes with Wheel Factorization in C++ version 2
I have implemented Sieve of Eratosthenes with Wheel Factorization in C++ again, this time using a bigger wheel and much more complicated C++ syntax, to familiarize myself with C++ and see how fast I ...
3
votes
2
answers
747
views
Retrieval-Augmented Generation from text files
Context: I'm a complete newbie trying to get good at structuring my code. I'm aware that I'm supposed to do my own research with docs, but I don't know what specific docs I should be reading for this ...
5
votes
2
answers
121
views
Compare two files in 16-bit DOS assembly
The task is to do a byte-by-byte comparison and print whether the files are equal or not.
Code:
...
5
votes
2
answers
112
views
Command-line Tool That Reads a Text File and Calculates Basic Statistics
TLDR: First time dev in Go moving from Java and I need feedback on my simple CLI Tool.
I wanted to get competent in Go as a very junior developer, so this is my first basic project in go. I set a goal ...
6
votes
3
answers
405
views
Function which returns arithmetic expression based on an operator
For the following code, I have trouble improving it.
I need to write a function getExpression(level, operator) which has one integer parameter representing a level ...
4
votes
1
answer
67
views
IBM File Processing and PDF Conversion App Using PyQt6 and FPDF
I am trying to convert a 111MB TEXT file to PDF quickly. I'm currently using the FPDF library, and large files take about 40 minutes to process. The text file is an IBM carriage control (ANSI) file ...
1
vote
0
answers
33
views
Evaluating an expression with shunting yard algorithm
I'm learning Scala and wrote a simple infix expression evaluator using the shunting yard algorithm. As opposed to the wikipedia example, this implementation evaluates the expression in place instead ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
python × 2002
java × 1025
c++ × 911
python-3.x × 821
javascript × 683
performance × 572
c × 567
c# × 564
object-oriented × 478
game × 435
programming-challenge × 424
strings × 325
algorithm × 306
php × 238
calculator × 218
rust × 208
haskell × 199
tic-tac-toe × 199
html × 194
console × 186
array × 181
jquery × 175
ruby × 162
python-2.x × 148
homework × 127
more related tags
Hot Network Questions
- How can I grow kelp or seaweed at home in a small container?
- effectivenes of bear horn vs bear spray
- Is there a way to move the cursor specifically to the beginning of the visually selected region (not just toggle like `o`)?
- Sum of ranks of blocks
- Repository with SQLite in Python
- What is that "T" in the pattern string of the date-command?
- Why does contact with the ground make my touch-activated LED brighter?
- Why is this endgame winning for Black?
- Business technical issues lead to unsuccessful payment being considered successful. Do I have any duty to notify?
- Why is `&self` allowed in the parameters of `&mut self` methods, but not `&mut self`?
- Explorers land on alien planet on which is a dark/black tower which can control machinery
- Is buying random stocks and then selling off the ones that go down a good way to reduce capital gains tax?
- What is the consistency strength of Russell & Whitehead's ‘Principia Mathematica’?
- Why does my door knob bolt catch in the retracted position?
- Issue with OR operator in QGIS Rule-Based Labelling expression
- Is it legal for businesses to give financial incentives for leaving positive reviews on review sites (e.g., Google Maps, Yelp, Facebook, Amazon)?
- Calculating the wall thickness in a hollow rotating cylinder space habitat
- Praesul meorum tattoo
- What are these pastries pictured in the "Austria" article in the World Book Encyclopedia?
- rEAAlly good for you
- A soviet sci-fi novel (novelette?) with frogs?
- Make a Mulenère encryption program
- Manga/manhwa where protagonist is the only one summoned to a different other world
- Can I mount my PC with a desktop mount underneath a particle board Ikea Karlby Walnut top?