text stringlengths 180 608k |
|---|
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
Questions without an **objective primary winning criterion** are off-topic, as they make it impossible to indisputably decide which entry should win.
Closed 8 years ago.
[Improve this que... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/12222/edit).
Closed 3 years ago.
[Improve this question](/posts/12222/edit)... |
[Question]
[
User inputs an integer. Print out proper fractions using all positive integers up to the user's input, in ascending order.
Rule 1: Eliminate equal fractions.
Rule 2: Fractions should be in their simplest form.
Rule 3: Use "/" as a fraction symbol and next line (\n or \r as convenient) as a separator ... |
[Question]
[
**This question already has answers here**:
[Largest Number Printable](/questions/18028/largest-number-printable)
(93 answers)
Closed 4 years ago.
I'm surprised this hasn't been done yet, but here we go.
Create a program which prints some number of 1s (ideally as large as possible) before halt... |
[Question]
[
**This question already has answers here**:
[Spell out the Revu'a](/questions/68901/spell-out-the-revua)
(34 answers)
Closed 6 years ago.
# Challenge
Given a string, make it into a triangle as shown below:
### Input
```
Hello, world!
```
### Output
```
H
He
Hel
Hell
Hello
Hello,
Hello,
Hello,... |
[Question]
[
**Closed**. This question needs to be more [focused](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Update the question so it focuses on one problem only by [editing this post](/posts/28664/edit).
Closed 9 years ago.
[Improve this question](... |
[Question]
[
**This question already has answers here**:
[Time-Sensitive Echo](/questions/60188/time-sensitive-echo)
(20 answers)
Closed 7 years ago.
# A boring version of yourself
Have you ever dreamed of a boring version of you which types the text you just typed ?
No ? Because that's exactly what I'm ch... |
[Question]
[
You need to make a program, that when giving a list and a string, searches on the list for items that contains the string.
Examples:
```
Input: th [thing, awesome, potato, example]
Output: thing (Because it starts with "th")
Input: ing [thing, potato]
Output: thing (Because it ends with "ing")
Input:... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/58440/edit).
Closed 8 years ago.
[Improve this question](/posts/58440/edit)... |
[Question]
[
**This question already has answers here**:
[Count the Zeros](/questions/18098/count-the-zeros)
(7 answers)
Closed 10 years ago.
This will be my very first post on stackexchange so bear with me.
Create a program that counts from 0 to 1,000,000,000.
Now the trick is to not print all these chara... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/9294/edit).
Closed 9 years ago.
[Improve this question](/posts/9294/edit)
... |
[Question]
[
**This question already has answers here**:
[Addition/Multiplication table generator](/questions/102197/addition-multiplication-table-generator)
(15 answers)
Closed 5 years ago.
I was looking for a very easy task to look how short of a code can be produced on a beginners exercise.
The goal is ... |
[Question]
[
**Closed**. This question needs to be more [focused](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Update the question so it focuses on one problem only by [editing this post](/posts/145760/edit).
Closed 6 years ago.
[Improve this question]... |
[Question]
[
**This question already has answers here**:
[We're no strangers to code golf, you know the rules, and so do I](/questions/6043/were-no-strangers-to-code-golf-you-know-the-rules-and-so-do-i)
(73 answers)
Closed 7 years ago.
Your task is to print the following:
```
I have a pen
I have an apple
U... |
[Question]
[
In this meta-challenge, you will score your own [atomic-code-golf](/questions/tagged/atomic-code-golf "show questions tagged 'atomic-code-golf'") submissions. More precisely, you will need to write a program P in language L such that the atomic-score of P is produced by P.
## Score
[The idea](http:/... |
[Question]
[
**Closed**. This question needs to be more [focused](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Update the question so it focuses on one problem only by [editing this post](/posts/19912/edit).
Closed 6 years ago.
[Improve this question](... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
Questions without an **objective primary winning criterion** are off-topic, as they make it impossible to indisputably decide which entry should win.
Closed 10 years ago.
[Improve this qu... |
[Question]
[
# Can you decrypt me?
## Robbers
Find any combination of \$n\$ working chars to change and what they should change into, where \$n\$ is chosen by the cop. You cannot change less than n chars, only exactly \$n\$.
## Example
```
print(2)
```
N is 1.
---
Robbers' post:
```
print(1)
```
## Scoring
For th... |
[Question]
[
Given a PPCG user's user ID, calculate how much times is their Each SE site reputation is from average reputation in the Stack exchange sites they have made accounts.
Let me explain, If someone's total network reputation (Total reputation in the stack exchange sites he has participated) is 10k, and i... |
[Question]
[
The task is to convert a string representing a number in decimal (base 10) representation to duodecimal (base 12). The input is thus a string, the output should be printed.
The input number can be positive and negative, can be integer or rational. The decimal and duodecimal representations will have ... |
[Question]
[
# Background
The Thousand Character Classic is a chinese poem written around the 4th Century CE in China, and memorized by large populations since then. The name comes from not only its length, but its number of characters: each character occurs only once in the text. It is commonly used to teach chi... |
[Question]
[
# Create a progress bar indicating year progress
Your code has to output the percentage of the year already passed form 1st of January of the current year.
You have to display a progress bar and the figure.
# Input
You may use builtins to get the current date, if your language doesen't have it you ca... |
[Question]
[
**This question already has answers here**:
[Area of a Self-Intersecting Polygon](/questions/47638/area-of-a-self-intersecting-polygon)
(3 answers)
[What is the area of this polygon?](/questions/126336/what-is-the-area-of-this-polygon)
(19 answers)
Closed 8 years ago.
Given the number of ve... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
This question does not appear to be about code golf or coding challenges within the scope defined in the [help center](https://codegolf.stackexchange.com/help/on-topic).
Closed 9 years ag... |
[Question]
[
**This question already has answers here**:
[Implement an integer parser](/questions/28783/implement-an-integer-parser)
(27 answers)
Closed 9 years ago.
You already know that the `atoi` function of `stdlib.h` converts a string to an integer.
## atoi
(copied from [here](http://www.cplusplus.com... |
[Question]
[
# Objective
Find out how many possible (unique) paths you can take to get from the top left of a NxN grid to the bottom right.
The program will receive either 1 integer (or 2 for -20 points bonus) as input for the gridsize.
Input has to be anywhere in the range of 1..2000.
Output will be a string... |
[Question]
[
**This question already has answers here**:
[Find the prime factors](/questions/1979/find-the-prime-factors)
(26 answers)
Closed 10 years ago.
In this challenge, your job is to write a program that allows a user to enter an integer. Then, the program must find all the possible ways of multiply... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/16204/edit).
Closed 10 years ago.
[Improve this question](/posts/16204/edit... |
[Question]
[
**This question already has answers here**:
[Code-Golf: Permutations](/questions/5056/code-golf-permutations)
(30 answers)
Closed 1 year ago.
Given a positive input \$n\$, output all permutations of either \$\{0,1,\ldots,n-1\}\$ or \$\{1,2,\ldots,n\}\$.
## Examples
Outputting permutations of \... |
[Question]
[
**This question already has answers here**:
[Write a Deadfish Interpreter](/questions/218260/write-a-deadfish-interpreter)
(57 answers)
Closed 1 year ago.
[+-=](https://esolangs.org/wiki/%2B-#.2B-.3D) is a language created by [Esolangs](https://esolangs.org/) user Anonymous in 2017.
The lang... |
[Question]
[
**Closed**. This question needs to be more [focused](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Update the question so it focuses on one problem only by [editing this post](/posts/204954/edit).
Closed 3 years ago.
[Improve this question]... |
[Question]
[
# Challenge
Given a positive integer, determine whether that number is currently being used to represent a question on PPCG.
The question must not have been removed, but may be open or closed.
The number is the one being used in the URL of the question, such as:
>
> [https://codegolf.stackexchange.c... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/104840/edit).
Closed 7 years ago.
[Improve this question](/posts/104840/edi... |
[Question]
[
This is a cops and robbers challenge - [Robber's Thread](https://codegolf.stackexchange.com/q/102074/48261)
Write a program that terminates after exactly 60 seconds (or as close to it as possible). For example:
```
#include <unistd.h>
int main(int argc, char **argv){
sleep(60);
return 0;
}
``... |
[Question]
[
**This question already has answers here**:
[Substitution cipher [duplicate]](/questions/77899/substitution-cipher)
(13 answers)
Closed 7 years ago.
Your task is to create a program will transform each letter of a text typed on a AZERTY keyboard to the equivalent on a QWERTY keyboard, using th... |
[Question]
[
**This question already has answers here**:
[Converting integers to English words](/questions/12766/converting-integers-to-english-words)
(14 answers)
Closed 8 years ago.
The goal of this challenge is to show how many characters are in the name of a given integer. This is code golf, so the sma... |
[Question]
[
**This question already has answers here**:
[Encode a program with the fewest distinct characters possible](/questions/11690/encode-a-program-with-the-fewest-distinct-characters-possible)
(10 answers)
Closed 9 years ago.
The goal of this challenge is to write a program that will simulate a sin... |
[Question]
[
Currently I have the code (expanded for your benefit):
```
<number> != <number> ? printf("|\\"); : <number>;
```
The idea here, is to do this condition in the least number of characters. This is currently, roughly the same number of characters it would take to be doing the exact same thing using an i... |
[Question]
[
Given an \$n \times n\$ matrix of integers, The task is to find the optimal dividing line that maximizes the sum of the integers on the same side as the top left corner. The dividing line should be connected and made up of only vertical and horizontal lines. For an example with a non-optimal dividing... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/185273/edit).
Closed 4 years ago.
[Improve this question](/posts/185273/edi... |
[Question]
[
**This question already has answers here**:
[Just repeat yourself](/questions/58556/just-repeat-yourself)
(20 answers)
Closed 7 years ago.
Much like [this challenge](https://codegolf.stackexchange.com/questions/55422/hello-world), write a program or function that takes no input and prints or r... |
[Question]
[
**This question already has answers here**:
[Making an acronym](/questions/75448/making-an-acronym)
(43 answers)
Closed 7 years ago.
"Hey Bob, I need a new acronym. Something better than 'Automated Support System'. I need you to fabricate me an acronym!"
"Sure thing Joe! I'd love to fabricate ... |
[Question]
[
**This question already has answers here**:
[Weirdest obfuscated "Hello World!" [closed]](/questions/22533/weirdest-obfuscated-hello-world)
(55 answers)
Closed 8 years ago.
My school has its Homecoming dance next week, and there's someone in mind I want to ask. But I don't want to ask her the ... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
Closed 10 years ago.
* **General programming questions** are off-topic here, but can be asked on [Stack Overflow](http://stackoverflow.com/about).
* Questions without an **objective prim... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/16149/edit).
Closed 10 years ago.
[Improve this question](/posts/16149/edit... |
[Question]
[
**This question already has answers here**:
[Calculate the prime factors](/questions/104590/calculate-the-prime-factors)
(45 answers)
Closed 2 years ago.
Although there was a prime factors challenge posted [ten years ago](https://codegolf.stackexchange.com/questions/1979/find-the-prime-factors... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/206045/edit).
Closed 3 years ago.
[Improve this question](/posts/206045/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/182603/edit).
Closed 4 years ago.
[Improve this question](/posts/182603/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/109357/edit).
Closed 7 years ago.
[Improve this question](/posts/109357/edi... |
[Question]
[
**This question already has answers here**:
[Simple integer operation calculator](/questions/91476/simple-integer-operation-calculator)
(42 answers)
Closed 7 years ago.
# The task:
You have to input 2 numbers and output the results of several operations done with them.
# Details:
Input 2 float... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/73263/edit).
Closed 8 years ago.
[Improve this question](/posts/73263/edit)... |
[Question]
[
**This question already has answers here**:
[In how many bits do I fit](/questions/104785/in-how-many-bits-do-i-fit)
(73 answers)
Closed 2 years ago.
# Definition
Given some number, *x* calculate the smallest number *i* such that 2*i*≥*x*. This is not a duplicate of [this question](https://cod... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/205384/edit).
Closed 3 years ago.
[Improve this question](/posts/205384/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/205219/edit).
Closed 3 years ago.
[Improve this question](/posts/205219/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/187871/edit).
Closed 4 years ago.
[Improve this question](/posts/187871/edi... |
[Question]
[
**This question already has answers here**:
[Sierpinski Carpets](/questions/40104/sierpinski-carpets)
(30 answers)
Closed 6 years ago.
## **Challenge**
My challenge, is for you to generate a [Menger Sponge](https://en.wikipedia.org/wiki/Menger_sponge) based on the `level`/`iteration` given. Yo... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/115609/edit).
Closed 6 years ago.
[Improve this question](/posts/115609/edi... |
[Question]
[
If you're like me (and/or use Windows), You should have found this issue quite disturbing.
You plug in a hard drive (2TB for my occasion), and realize it doesn't show as 2TB, but a bit smaller size which is clearly not 2TB.
Over some research, I found it was because of Microsoft's mistake. Mistyping ... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/105499/edit).
Closed 7 years ago.
[Improve this question](/posts/105499/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/79898/edit).
Closed 7 years ago.
[Improve this question](/posts/79898/edit)... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/57721/edit).
Closed 8 years ago.
[Improve this question](/posts/57721/edit)... |
[Question]
[
**This question already has answers here**:
[ROT-13 transform standard input](/questions/4/rot-13-transform-standard-input)
(69 answers)
Closed 10 years ago.
[This kind of question has been asked before](https://codegolf.stackexchange.com/questions/4/rot-13-transform-standard-input), but I wan... |
[Question]
[
Write the shortest code that implements a:
1. [DFA](http://en.wikipedia.org/wiki/Deterministic_finite_automaton)
2. [NFA](http://en.wikipedia.org/wiki/Nondeterministic_finite_automaton)
3. [epsilon-NFA](http://en.wikipedia.org/wiki/Nondeterministic_finite_automaton_with_%CE%B5-moves)
The program shou... |
[Question]
[
Write a program that takes a string as input and modifies it by reversing the string in its place by mirroring the position. The first position goes to last, second to second last and so it goes on. In simple words, the string would be mirrored.
"In Place" means the program should use \$O(1)\$ additi... |
[Question]
[
**This question already has answers here**:
[Generate a Markdown Template for your Post](/questions/98812/generate-a-markdown-template-for-your-post)
(9 answers)
Closed 3 years ago.
# Task
Your task is to write a program that, taking no input, outputs a string that represents a formatted codeg... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/197563/edit).
Closed 4 years ago.
[Improve this question](/posts/197563/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/186837/edit).
Closed 4 years ago.
[Improve this question](/posts/186837/edi... |
[Question]
[
**This question already has answers here**:
[Decipher a Vigenère ciphertext](/questions/678/decipher-a-vigen%c3%a8re-ciphertext)
(20 answers)
Closed 6 years ago.
Your task:
Create a program that encrypts a string with another string using a key, using
the vigenere cipher.
What a vigenere ciph... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/117981/edit).
Closed 6 years ago.
[Improve this question](/posts/117981/edi... |
[Question]
[
**This question already has answers here**:
[Integer mark into grade](/questions/49876/integer-mark-into-grade)
(26 answers)
Closed 7 years ago.
Write a program or a function in your favorite programming language that will take as input a number `n` (integer or non-integer) between `0` and `10... |
[Question]
[
**This question already has answers here**:
[Calculate e^x and ln(x)](/questions/9080/calculate-ex-and-lnx)
(5 answers)
Closed 7 years ago.
Your goal is to calculate the exponential of a float (e\*\*x) up to 2 decimal places for any float within 1 to 10. The accepted error range is 0.01.
Howev... |
[Question]
[
Find the digit which occurs the most in a range of prime numbers.
### Input:
Two numbers, `p` and `q`, specifying the range; the range includes both `p` and `q`.
### Output:
The digit that occurs most frequently in that range of prime numbers. If two or more digits are tied, all of them should be out... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
Questions without an **objective primary winning criterion** are off-topic, as they make it impossible to indisputably decide which entry should win.
Closed 9 years ago.
[Improve this que... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/12525/edit).
Closed 10 years ago.
[Improve this question](/posts/12525/edit... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** [Update the question](/posts/4901/edit) so it's [on-topic](/help/on-topic) for Code Golf Stack Exchange.
Closed 11 years ago.
[Improve this question](/po... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/260696/edit).
Closed 10 months ago.
[Improve this question](/posts/260696/e... |
[Question]
[
[Wren](https://wren.io/) is a small, fast, class-based concurrent scripting language. Does anyone have any tips for this language?
Please make sure to post 1 tip per answer, and don't post answers like "remove whitespace".
[Answer]
# `String.fromByte`
Instead of the standard `String.fromCodePo... |
[Question]
[
Generate the following list of lists consisting of the unique last digits of the powers from 1 to 9 for the numbers [0..9]
```
[[0], [1], [2, 4, 8, 6], [3, 9, 7, 1], [4, 6], [5], [6], [7, 9, 3, 1], [8, 4, 2, 6], [9, 1]]
```
e.g. For the number 2 we have:
\$2^1,2^2,2^3,2^4,2^5,... \to 2,4,8,16,32,64,1... |
[Question]
[
# Introduction
A polyglot is a program that is valid in multiple languages at once. An iterative quine is a program that outputs another program that outputs another program that outputs the source of the original program. Note that the number of chained programs does not have to be 3; it could be 2,... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/196347/edit).
Closed 4 years ago.
[Improve this question](/posts/196347/edi... |
[Question]
[
>
> tl;dr? See bottom for **The Competition**
>
>
>
## Integer literals
While programming, the 64-bit hexadecimal literal `0x123456789abcdefL` is difficult to gauge the size of. I find myself mentally grouping digits from the right by fours to see that it's 15 digits' worth.
Python PEP 515 allows... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
This question does not appear to be about code golf or coding challenges within the scope defined in the [help center](https://codegolf.stackexchange.com/help/on-topic).
Closed 5 years ag... |
[Question]
[
# Introduction
As you all know, German has umlauts. They're these things: `¨`
However, most keyboards don't have an umlaut key. That's fine, though, because you can write `ö`, `ä`, and `ü` as `oe`, `ae`, and `ue`.
# Challenge
* Your job is to to replace `ö`, `ä`, and `ü` with `oe`, `ae`, and `ue` (an... |
[Question]
[
The following challenge is basically a simpler version of the one proposed by Dennis ([Lossy ASCII art compression](https://codegolf.stackexchange.com/questions/53199/lossy-ascii-art-compression)). I found the idea super interesting but a bit too convulted, and seeing as it didn't seem to be getting ... |
[Question]
[
**This question already has answers here**:
[Mathematical Combination](/questions/1744/mathematical-combination)
(36 answers)
Closed 10 years ago.
Given two integers - n and r, your task is to calculate the combinatorial nCr.
```
nCr = n! / r! (n-r)!
```
The caveat is that you have to write ... |
[Question]
[
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, [visit the help center](/help/reopen-questions).
Closed... |
[Question]
[
**This question already has answers here**:
[Simple cat program](/questions/62230/simple-cat-program)
(330 answers)
Closed 17 days ago.
The well known `cat` command simply copies its stdin directly to stdout unchanged. But there are plenty of other commandline tools that exist...
What other co... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/268589/edit).
Closed last month.
[Improve this question](/posts/268589/edit... |
[Question]
[
**This question already has answers here**:
[Parse nested absolute values](/questions/267296/parse-nested-absolute-values)
(6 answers)
Closed 2 months ago.
**Looking at
[Arnauld's answer](https://codegolf.stackexchange.com/questions/267297/parse-nested-absolute-values-2/267300#267300), it seem... |
[Question]
[
# History
There's a room on StackOverflow in Russian where you can see such an interesting discussion:
>
> [](https://i.stack.imgur.com/qytqN.png)
>
>
>
Just because there are not enough real discussing in that room, @Grundy "pla... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
Questions without an **objective primary winning criterion** are off-topic, as they make it impossible to indisputably decide which entry should win.
Closed 3 years ago.
[Improve this que... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/181629/edit).
Closed 4 years ago.
[Improve this question](/posts/181629/edi... |
[Question]
[
**Closed.** This question is [off-topic](/help/closed-questions). It is not currently accepting answers.
---
This site is for programming contests and challenges. **General programming questions** are off-topic here. You may be able to get help on [Stack Overflow](http://stackoverflow.com/about)... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/149524/edit).
Closed 6 years ago.
[Improve this question](/posts/149524/edi... |
[Question]
[
**This question already has answers here**:
[Evaluate the primorial of a number [duplicate]](/questions/11719/evaluate-the-primorial-of-a-number)
(18 answers)
Closed 6 years ago.
For the purposes of this question, the prime factorial of a number n is the result of multiplying all prime numbers... |
[Question]
[
**This question already has answers here**:
[Enumerate valid Brainf\*\*k programs](/questions/55363/enumerate-valid-brainfk-programs)
(3 answers)
Closed 6 years ago.
## Create a bijective function between the syntactically valid [BF programs](http://esolangs.org/wiki/Brainfuck) and the natural... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/112634/edit).
Closed 6 years ago.
[Improve this question](/posts/112634/edi... |
[Question]
[
**Closed**. This question needs [details or clarity](/help/closed-questions). It is not currently accepting answers.
---
**Want to improve this question?** Add details and clarify the problem by [editing this post](/posts/79568/edit).
Closed 7 years ago.
[Improve this question](/posts/79568/edit)... |
[Question]
[
**This question already has answers here**:
[Enlarge ASCII art](/questions/19450/enlarge-ascii-art)
(38 answers)
Closed 7 years ago.
Your task is to write a program/function to scale up an image (list of strings) by a factor of `n`.
# Specs
* You will receive two inputs: an image, and a positi... |
[Question]
[
**This question already has answers here**:
[Exponentiation of natural numbers using only primitive integer operations [duplicate]](/questions/54300/exponentiation-of-natural-numbers-using-only-primitive-integer-operations)
(8 answers)
[Multiply two numbers without using any numbers](/question... |
Subsets and Splits
Python Q&A Count
Counts the number of questions and answers related to Python in the dataset, providing insight into the prevalence of Python content.