Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Character-codes/Stata/character-codes-1.stata
Normal file
5
Task/Character-codes/Stata/character-codes-1.stata
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
: ascii("α")
|
||||
1 2
|
||||
+-------------+
|
||||
1 | 206 177 |
|
||||
+-------------+
|
||||
5
Task/Character-codes/Stata/character-codes-2.stata
Normal file
5
Task/Character-codes/Stata/character-codes-2.stata
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
: ascii("We the People")
|
||||
1 2 3 4 5 6 7 8 9 10 11 12 13
|
||||
+-------------------------------------------------------------------------------+
|
||||
1 | 87 101 32 116 104 101 32 80 101 111 112 108 101 |
|
||||
+-------------------------------------------------------------------------------+
|
||||
2
Task/Character-codes/Stata/character-codes-3.stata
Normal file
2
Task/Character-codes/Stata/character-codes-3.stata
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
: char((73,32,115,116,97,110,100,32,104,101,114,101))
|
||||
I stand here
|
||||
Loading…
Add table
Add a link
Reference in a new issue