CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 22:34:58 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 965f9b6f7e03c188-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=d443dca6-a75e-4b4b-a8f1-4da5e818317f; expires=Mon, 27 Jul 2026 22:34:57 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=d443dca6-a75e-4b4b-a8f1-4da5e818317f; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=dXcFxDgaSowaoC0JKcVjr7YEk8o7T_GLOIiMthB7ljw-1753655698-1.0.1.1-c1qm6xmdqJwEuukONaGjQm_0gmoInOyAt8zlogWKJdbbwUR98JUet1indV4RyKR6V.obXHdgpV_D_NTRQWLo8CYoRgDupSZpYUq6wY_8jQU; path=/; expires=Sun, 27-Jul-25 23:04:58 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=vzpET4_JqA4EO2QZhvwWdAd9hN90sRQzpSkTlhsHTAU-1753655698318-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 66976325-e75e-4681-850e-96dc4d23945d
x-worker-origin-response-time: 466000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'restricted-source' Questions - Code Golf 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 [restricted-source]
Imposes a restriction on the source code used to solve the challenge, for example, having no numbers in the source code.
345 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
22
votes
15
answers
2k
views
Write two very different programs with the same characters
Your task is to write two programs/functions, in the same language.
Program 1: Verify that two inputs are anagrams of each other.
Program 2: Verify that two inputs differ from each other at every ...
25
votes
47
answers
3k
views
Output your user ID
Output your numeric user ID. Do not use 0-9 in your code. Code golf.
15
votes
6
answers
829
views
Reconstruct your source from separate punctuation and non-punctuation
Oh dear. An overzealous cleaner has separated out the punctuation in your source code.
Write a program or function that, when passed its source code separated into punctuation and non-punctuation (but ...
-5
votes
7
answers
382
views
Produce 2025 in any human language, without those characters in your code
It's 2025! Write a function/program that outputs this number in words.
There are two twists:
You can write it out in (almost) any human language (including English).
None of the characters in your ...
-7
votes
2
answers
349
views
Output the 97th ASCII character (or "a") without using strings and numbers [duplicate]
Side note
If this question contains something copied from some other question. This is definitely not my fault since i didn't knew the question existed
Back to the question
The challenge is simple.
...
5
votes
9
answers
3k
views
nimi ale lon toki pona! (Every word in Toki Pona!)
"nimi ale lon toki pona" is a song by YouTuber jan Misali which lists 137 common words in the constructed language Toki Pona. This challenge is not a duplicate of "How high can you ...
0
votes
17
answers
977
views
Smallest integer \$n\$ such that \$\frac{\sqrt{\log_2{n}}}{(\log_2 {\log_2 n})^2} > 1\$
Write code that outputs the smallest integer \$n > 5\$ such that \$\frac{\sqrt{\log_2{n}}}{(\log_2 {\log_2 n})^2} > 1\$. Your code may have at most one digit in its source code. You can use ...
7
votes
1
answer
347
views
Literate Programming in Base 26
Your task is to convert non-empty strings - between strings using the 26 letters, and programs, which are strings of bytes, where each byte has 256 possible values. You should use the same codepage ...
5
votes
13
answers
1k
views
Print the banned characters based on the most common characters
This is an answer-chaining post, so in this challenge every answer (except the first answer) depends on the previous answer.
The goal of this challenge is to output the restricted characters. The ...
6
votes
0
answers
323
views
Shortest CSS selector to select ALL html elements, without using asterisk *
What is the shortest selector (by character count) to select ALL html elements on a web page, without using asterisk (*)? Some examples are the following:
...
21
votes
8
answers
3k
views
Do you win a Numeric Mahjong?
Background
Numeric Mahjong is a hypothetical variation of Japanese Mahjong, played with nonnegative integers instead of Mahjong tiles. Given a list of nonnegative integers, it is a winning hand if it ...
8
votes
8
answers
754
views
Magic OEIS formulae (Robbers' thread)
This is the robbers' thread. See the cops' thread here.
In this cops and robbers challenge, the cops will be tasked with writing an algorithm that computes some function of their choice, while the ...
12
votes
9
answers
870
views
Magic OEIS formulae (Cops' thread)
This is the cops' thread. See the robbers' thread here.
In this cops and robbers challenge, the cops will be tasked with writing an algorithm that computes some function of their choice, while the ...
-12
votes
10
answers
466
views
Wrt "Hello World" prgrm bt wth n vwls
Create A "Hello, World!" program but without any vowels. Winner is the program with the least bytes.
Rules:
No vowels are allowed in the code.
Must print to STDOUT
Must be a full program.
...
16
votes
7
answers
2k
views
Output a Latin square with a program which is a Latin square
A Latin square of order n is text which is arranged as a square of n lines by n columns, contains n different characters, and each character appears once in each line and column. For example, here is ...
Welcome to Code Golf and Coding Challenges Stack Exchange! This is a site for recreational programming competitions, not general programming questions. Challenges must have an objective scoring criterion, and it is highly recommended to first post proposed challenges in the Sandbox.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
code-golf × 210
code-challenge × 72
string × 48
math × 28
popularity-contest × 20
quine × 19
number × 19
hello-world × 19
decision-problem × 18
source-layout × 17
printable-ascii × 15
answer-chaining × 14
arithmetic × 12
primes × 11
sequence × 11
cops-and-robbers × 11
palindrome × 10
javascript × 9
atomic-code-golf × 7
tips × 6
code-bowling × 6
busy-beaver × 5
binary × 5
integer × 5
more related tags
Hot Network Questions
- Calculus Books Recommendation
- What is the outcome when an officer's statement under oath contradicts video evidence
- How can I turn the text in a PNG file back into text layer?
- Class for validating code in different Conda environments with PyTorch
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- How to avoid aligning the top of nested braces in cases environment?
- Is there a name for the beat in drum and bass that is a distillation of the amen break
- Is this a violation of open source?
- \markup vertical spacing and order
- edge to curve endpoint move/transform to normal direction
- A word with five hundred of a single alphabet? That must be a myth.
- Book recommendations for theistic books about God's existence
- Will an error in two of my published papers affect my PhD thesis evaluation?
- Not your ordinary affix riddle
- How to extend an MDF shelf?
- If I buy spell components for a different price than the official one, does that change anything about how they work as a component?
- Why did the Holy Spirit send Jesus to the wilderness to be tempted by Satan?
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Time Machine backup disk not writeable any longer
- Why aren't there baleen whales at about the size of a dolphin?
- If a mathematical theorem is true, what it is true of?
- Sci-fi novel human-centered, with alien empire using stargates, humans try to avoid overruling