-
In short, a parameter can have an added `as type` which changes the type of the local variable introduce by a parameter internally in the function, but doesn't change the declared type of the paramete…
-
汇总目录:
- [综合资源](https://github.com/ccc013/Study-Notes/issues/8#issuecomment-495999830)
- [网上教程](https://github.com/ccc013/Study-Notes/issues/8#issuecomment-495999945)
- [视频课程](https://github.…
-
Security Policy
-
```ruby
require "ruby2d"
Thread.abort_on_exception = true
thread = Thread.new do
t = Text.new ""
loop do
t.text = ""
end
end
show
```
```none
$ bundle exec ruby bug.rb
/Use…
-
I request that the following data is removed from The Stack and StackOverflow:
- Commits
- GitHub issue
- StackOverflow:
- andreas-bulling/arxiv-sanity-preserver
_Note_: If you don't wan…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
# GNIP - New metadata editor
## Overview
The metadata editor still relies on a legacy template engine.
It should be migrated to use newer libraries
### Proposed By
### Assigned to …
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
The following code:
``` JavaScript
var test = require('tape');
test('first', function (t) {
t.plan(2);
setTimeout(function () {
t.ok(1, 'first test');
}, 200);
t.test('second', functi…
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…