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
Xunop authored Jul 15, 2023
2 parents 3752457 + 065fd7e commit e1d5b7b
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 8 deletions.
64 changes: 64 additions & 0 deletions DavidWang19/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Whitespace Language

## Introduction

The language contains 3 different characters to represent the code: Space, Tab(\t), LF(\n).

Different combinations of characters form a series of operands that let this language be Turing-complete.

## Code

```whitespace
```

## Annotation

```text
!S, T, L corresponds to space, tab and LF respectively
S S STSSTSSSL !push number +1001000('H') to stack
TL SS !print the character at the top of stack: 'H'
S S STTSSTSTL !push 'e'
TL SS !print 'e'
S S STTSTTSSL !push 'l'
S LS !duplicate the top element of the stack
S LS !stack: ['l','l','l']
TL SS !print 'l'
TL SS !print 'l'
S S STTSTTTTL !push 'o'
S LS !stack: ['o','o','l']
TL SS !print 'o'
S S STSTSTTTL !push 'W', stack: ['W','o','l']
TL SS !print 'W'
TL SS !print 'o'
S S STTTSSTSL !push 'r', stack: ['r','l']
TL SS !print 'r'
TL SS !print 'l'
S S STTSSTSSL !push 'd'
TL SS !print 'd'
LLL !program ends
```
Binary file added Konoha/QQ截图20230715120429.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Konoha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```
Scoring files...
File: c:\Users\konoha\Downloads\Scoring-master\Scoring-master\.github\main.c, Length: 57, Category: 24, Score: 1368
Best file: c:\Users\konoha\Downloads\Scoring-master\Scoring-master\.github\main.c, Length: 57, Category: 24, Score: 1368
```

超超玛丽的 o.O
1 change: 1 addition & 0 deletions Konoha/main.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
main(){puts("\x48\x65\x6c\x6c\x6f\x57\x6f\x72\x6c\x64");}
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,16 @@ Print "Hello World" without HELLOWORLD
| 5 | [Coolboost](Coolboost) | [index.html](Coolboost/index.html) | 59 | 10 | 590 |
| 6 | [KevinT3Hu](KevinT3Hu) | [main.bf](KevinT3Hu/main.bf) | 91 | 7 | 637 |
| 7 | [HauKuen](HauKuen) | [1.rb](HauKuen/1.rb) | 39 | 17 | 663 |
| 8 | [tursom](tursom) | [hello.kts](tursom/hello.kts) | 63 | 13 | 819 |
| 9 | [EdwardSu](EdwardSu) | [1.sh](EdwardSu/1.sh) | 36 | 23 | 828 |
| 10 | [foxwhite25](foxwhite25) | [ruby.rb](foxwhite25/ruby.rb) | 34 | 25 | 850 |
| 11 | [Woodman3](Woodman3) | [a.sh](Woodman3/a.sh) | 50 | 17 | 850 |
| 12 | [MistEO](MistEO) | [hw.py](MistEO/hw.py) | 49 | 18 | 882 |
| 13 | [qianxu](qianxu) | [HelloWorld.js](qianxu/HelloWorld.js) | 92 | 22 | 2024 |
| 14 | [70CentsApple](70CentsApple) | [whitespace.ws](70CentsApple/whitespace.ws) | 998 | 3 | 2994 |
| 15 | [DuskMelon](DuskMelon) | [script.js](DuskMelon/script.js) | 469260 | 7 | 3284820 |
| 8 | [horror-proton](horror-proton) | [xxd.zsh](horror-proton/xxd.zsh) | 46 | 17 | 782 |
| 9 | [tursom](tursom) | [hello.kts](tursom/hello.kts) | 63 | 13 | 819 |
| 10 | [EdwardSu](EdwardSu) | [1.sh](EdwardSu/1.sh) | 36 | 23 | 828 |
| 11 | [foxwhite25](foxwhite25) | [ruby.rb](foxwhite25/ruby.rb) | 34 | 25 | 850 |
| 12 | [Woodman3](Woodman3) | [a.sh](Woodman3/a.sh) | 50 | 17 | 850 |
| 13 | [MistEO](MistEO) | [hw.py](MistEO/hw.py) | 49 | 18 | 882 |
| 14 | [Konoha](Konoha) | [main.c](Konoha/main.c) | 58 | 25 | 1450 |
| 15 | [qianxu](qianxu) | [HelloWorld.js](qianxu/HelloWorld.js) | 92 | 22 | 2024 |
| 16 | [70CentsApple](70CentsApple) | [whitespace.ws](70CentsApple/whitespace.ws) | 998 | 3 | 2994 |
| 17 | [DuskMelon](DuskMelon) | [script.js](DuskMelon/script.js) | 469260 | 7 | 3284820 |
<!-- end of RANKING -->

## 奖品
Expand Down
1 change: 1 addition & 0 deletions horror-proton/xxd.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`<<<$'xx\x64 -\x72 -p'`<<<48656c6c6f576f726c64

0 comments on commit e1d5b7b

Please sign in to comment.