This is a SCRIPT-8 cassette.
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
| set kernel_options no_blank_lines pfcolors | |
| set romsize 8kSC | |
| set smartbranching on | |
| const pfres=18 | |
| pfclear | |
| rem make sprites go behind playfield | |
| CTRLPF = %00000101 |
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
| import json | |
| import dateutil.parser | |
| with open('nvdcve.json','r') as f: | |
| root = json.load(f) | |
| items = root['CVE_Items'] | |
| items = sorted(items, key=lambda k: dateutil.parser.parse(k.get('publishedDate', '')), reverse=True) |
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
| import xml.parsers.expat | |
| import sys,gzip,string | |
| _name = '' | |
| _manf = '' | |
| _year = 0 | |
| _desc = '' | |
| _srcfile = '' | |
| _tag = None | |
| _cpus = [] |
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
| #include <stdio.h> | |
| #include <conio.h> | |
| #include <c64.h> | |
| #include <cbm_petscii_charmap.h> | |
| void xygoto(char x, char y) { | |
| x=x; y=y; // to avoid "unused variable" warning | |
| __asm__ ("jsr popa"); | |
| __asm__ ("tax"); // pop X |
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
| import xml.parsers.expat | |
| import sys,gzip,string | |
| _name = '' | |
| _manf = '' | |
| _year = 0 | |
| _desc = '' | |
| _srcfile = '' | |
| _tag = None | |
| _cpus = [] |
OlderNewer