-
This Problem Solving issue is an attempt to reach consensus about the behavior described in rakudo/rakudo#3726 and discussed further in raku/doc#4356; see also [a related StackOverflow post](https://s…
-
There doesn't seem to be an easy way of simply going back to the previous article you read in the "unread" view as it's immediately marked as read and J/K or Prev/Next no longer works as you would exp…
-
출처 : (https://github.com/tony9402/baekjoon)
Backtracking (백트래킹)를 익히는 문제들 풀기
풀어보면 좋을 문제 : 체크(✔️) 표시
[백준 문제집](https://www.acmicpc.net/workbook/view/7135)
| 순번 | 추천 문제 …
-
```
from parcon import SignificantLiteral, Regex
Digits = Regex(ur"[0-9]+")
DecimalLiteral = ((Digits + SignificantLiteral(".") + Digits)
| (SignificantLiteral(".") + Digits))
Singl…
-
## Steps to reproduce
```idris
import Control.Monad.State
import Lightyear
import Lightyear.Char
import Lightyear.Combinators
import Lightyear.Strings
-- hide the one from Lightyear.Strings…
-
for a given set of text manipulating chunks: `a` and `b` and a pattern `p`:
```mjs
// any following another
let p = /(?
-
The "Rat in a Maze" problem is a well-known algorithmic challenge that involves finding a path through a maze represented as a 2D grid, where open cells are denoted by 0 and blocked cells by 1. The ob…
-
#### What's the problem this feature will solve?
An example of reproduction:
1. Create the following files:
- `requirements.in`:
```
sphinx-prompt
sphinx-rtd-theme
```
- `requirements.…
-
The "Resource Continued" pattern of:
```
^(\s*[^:\s]+\s*:)(?:(\\.)|.)*(\\)\n
```
Effectively hangs `NEdit-ng` (and `nedit`) for some inputs. Something as simple as this causes things to hang i…
-
Using ELPI in the gandalf2017 branch, when running:
./prover-elpi.sh modtab-min-1
we get the following attached files
[min.txt](https://github.com/proofcert/checkers/files/892293/min.txt)
[max.t…