This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Heap based virtual machine described in section 3.4 of Three Implementation Models for Scheme, Dybvig | |
| */ | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string.h> | |
| #include <ctype.h> | |
| #include <assert.h> | |
| char token[128][32]; |
Substack https://aljamal.substack.com/p/homoiconic-python
atom=lambda x:not isinstance(x,list)
eq=lambda x,y:x == y
car=lambda x:x[0]
cdr=lambda x:x[1:]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from quickchart import QuickChart | |
| qc = QuickChart() | |
| qc.width = 800 | |
| qc.height = 400 | |
| qc.version = '2' | |
| def chart(x,y): | |
| i = [str(i) for i in range(len(x))] | |
| qc.config = f"""{{ |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"startDate":"2022-09-15T17:51:32+03:00","endDate":"2022-09-15T19:25:42+03:00","points":[{"number":1,"totalMeters":0.01,"speed":30.99599838256836,"midSpeed":30.995997942924532,"pointDate":"2022-09-15T17:51:32+03:00","latitude":26.22990005652069,"longitude":36.45569175485191,"height":10612,"course":261.0342102050781,"yaw":0,"lateral":0,"acceleration":0,"deceleration":0,"establishedIndexA":false,"establishedIndexB":false,"tickTimestamp":1663253493,"accelerationX":-0.029388427734375,"accelerationY":-0.9193267822265625,"accelerationZ":-0.32861328125,"gyroscopeX":0,"gyroscopeY":0,"gyroscopeZ":0,"accelerationXOriginal":0.029388427734375,"accelerationYOriginal":-0.9193267822265625,"accelerationZOriginal":-0.32861328125,"gyroscopeXOriginal":0.17992502450942993,"gyroscopeYOriginal":-0.003640541108325124,"gyroscopeZOriginal":0.14858734607696533,"accuracy":5,"beaconId":null,"measuredPower":null,"rssi":null,"ping":null,"screenEnabled":false,"deviceBlocked":null,"vehicleIndicators":null,"quantile":null},{"number":2,"total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1211 | |
| 1698 | |
| 1787 | |
| 1947 | |
| 1888 | |
| 444 | |
| 1819 | |
| 1890 | |
| 1940 | |
| 1884 |