-
```
CPython's regex implementation is slower than it could be. There are a lot
of techniques we could use to make things faster:
- JIT compile regexes. V8 and SquirrelFish Extreme have had good luck …
-
- [x] Comments
- [x] Heredocs
- [x] block regular expressions
- [x] Interpolation
- [x] `for` loops
- [x] [`try {} catch {}` blocks](1)
- [x] default arguments
- [x] class inheritance
- [ ] Array comp…
-
If in an html file processed by usemin there is something like this:
``` html
```
then the result will be:
``` html
```
_(without the double $)_
The attribute is matched by this pattern:
``` j…
-
Vulnerable Library - express-4.17.1.tgz
Fast, unopinionated, minimalist web framework
Library home page: https://registry.npmjs.org/express/-/express-4.17.1.tgz
Path to dependency file: /package.jso…
-
There are few cases in Go where you may want to other languages embedded e.g. in strings. Couple of simple ones that come to mind are:
* Markup languages such as HTML can be used with `html/template…
-
Capital letters are not allowed in registered URIs. For example, `@register('example.camelCaseFails')` fails:
```python
#!/usr/bin/env python3.6
# -*- coding: utf-8 -*-
from autobahn.wamp impo…
gruns updated
5 years ago
-
一部のP-Codeの文法とJavaScriptの正規表現のトークンが重複しているので、`\` を入れないと展開・実行できない場合がある
-
Vulnerable Library - core-2.4.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type | Fixed in …
-
### Describe the Issue
Small error with accepted answers on this step. See screenshot. I typed in three [e3] characters in "free" and none in money, and it was accepted.
Lesson is trying to set up a…
-
From my cursory look at the syntax, variable bindings don't seem to support type parameters. This would be quite useful to typecheckers as more then just functions can be parametric. Consider the empt…