Skip to content

Commit

Permalink
Merge branch 'InvoluteHell:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
GengGode authored Feb 9, 2024
2 parents fccd47f + 78d931b commit 1e78c15
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/scoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@ def best_file_score(path_list: typing.List[pathlib.Path]) -> typing.Optional[typ
print('Usage: python scoring.py <files>')
exit()

paths = [pathlib.Path(arg) for arg in sys.argv[1:]]
filter_ext = [".md", ".txt", ".png", ".jpg", ".gif", ".bmp"]
paths = [pathlib.Path(arg) for arg in sys.argv[1:] if pathlib.Path(arg).suffix in filter_ext])
best_file_score(paths)
1 change: 1 addition & 0 deletions Cherry mma/main.wl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Range[9^9]
Binary file added Cherry mma/截图.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
| 1 | [wanz](wanz) | [oom.py](wanz/oom.py) | 9 | 3 | 27 |
| 2 | [dragove](dragove) | [oom.py](dragove/oom.py) | 9 | 5 | 45 |
| 3 | [HisAtri](HisAtri) | [new.py](HisAtri/new.py) | 10 | 5 | 50 |
| 4 | [Zhilu](Zhilu) | [simple-oom.js](Zhilu/simple-oom.js) | 17 | 13 | 221 |
| 5 | [Rear_Sagittar](Rear_Sagittar) | [fuckwin.ps1](Rear_Sagittar/fuckwin.ps1) | 16 | 14 | 224 |
| 6 | [mr_cino](mr_cino) | [oom.wo](mr_cino/oom.wo) | 26 | 17 | 442 |
| 7 | [Cherry](Cherry) | [main.c](Cherry/main.c) | 27 | 18 | 486 |
| 8 | [RaySky_Rt](RaySky_Rt) | [oom.cpp](RaySky_Rt/oom.cpp) | 30 | 19 | 570 |
| 9 | [yusuixian](yusuixian) | [main.cpp](yusuixian/main.cpp) | 39 | 20 | 780 |
| 10 | [wzyisyyds](wzyisyyds) | [rust.rs](wzyisyyds/rust.rs) | 48 | 27 | 1296 |
| 11 | [Ns2Kracy](Ns2Kracy) | [main.go](Ns2Kracy/main.go) | 52 | 32 | 1664 |
| 4 | [Cherry mma](Cherry mma) | [main.wl](Cherry mma/main.wl) | 10 | 9 | 90 |
| 5 | [lovemilk](lovemilk) | [oom.rb](lovemilk/oom.rb) | 14 | 10 | 140 |
| 6 | [Zhilu](Zhilu) | [simple-oom.js](Zhilu/simple-oom.js) | 17 | 13 | 221 |
| 7 | [Rear_Sagittar](Rear_Sagittar) | [fuckwin.ps1](Rear_Sagittar/fuckwin.ps1) | 16 | 14 | 224 |
| 8 | [yusuixian](yusuixian) | [main.cpp](yusuixian/main.cpp) | 26 | 17 | 442 |
| 9 | [mr_cino](mr_cino) | [oom.wo](mr_cino/oom.wo) | 26 | 17 | 442 |
| 10 | [Cherry](Cherry) | [main.c](Cherry/main.c) | 27 | 18 | 486 |
| 11 | [RaySky_Rt](RaySky_Rt) | [oom.cpp](RaySky_Rt/oom.cpp) | 30 | 19 | 570 |
| 12 | [wzyisyyds](wzyisyyds) | [rust.rs](wzyisyyds/rust.rs) | 48 | 27 | 1296 |
| 13 | [Ns2Kracy](Ns2Kracy) | [main.go](Ns2Kracy/main.go) | 52 | 32 | 1664 |
<!-- end of RANKING -->

## 奖品
Expand Down
1 change: 1 addition & 0 deletions lianhong/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main;func main(){_=make([]int,9e9)}
Binary file added lianhong/任务管理.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lovemilk/lovemilk-oom.rb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lovemilk/oom.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(0..9**9).to_a

0 comments on commit 1e78c15

Please sign in to comment.