server.py
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
server.py has 19 facts recorded in Dontopedia across 2 references, with 2 live disagreements.
Mostly:defines class(2), imports class(2), uses http protocol(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
containsFileContains File(1)
- Input Files Arg
ex:input-files-arg
definesFileDefines File(1)
- Argument Input Files
ex:argument-input-files
expressedTrollingIntentExpressed Trolling Intent(1)
- Xenonfun
ex:xenonfun
impliesFileUploadImplies File Upload(1)
- Input Files Arg
ex:input-files-arg
providesContentForProvides Content for(1)
- Input Files Arg
ex:input-files-arg
referencesFileReferences File(1)
- Bootstrap Arg
ex:bootstrap-arg
Other facts (18)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Defines Class | Simplehandler | [1] |
| Defines Class | Simple Handler | [2] |
| Imports Class | Basehttprequesthandler | [1] |
| Imports Class | Httpserver | [1] |
| Uses Http Protocol | Http 1 1 | [1] |
| Has Main Guard | Main Block | [1] |
| Implements Http Server | Simplehandler | [1] |
| Imports Module | Http Server | [1] |
| Is Base64 Encoded | IyEvdXNyL2Jpbi9lbnYgcHl0aG9uMwpmcm9tIGh0dHAuc2VydmVyIGltcG9ydCBIVFRQU2VydmVyLCBCYXNlSFRUUFJlcXVlc3RIYW5kbGVyCgpjbGFzcyBTaW1wbGVIYW5kbGVyKEJhc2VIVFRQUmVxdWVzdEhhbmRsZXIpOgogICAgZGVmIGRvX0dFVChzZWxmKToKICAgICAgICBzZWxmLnNlbmRfcmVzcG9uc2UoMjAwKQogICAgICAgIHNlbGYuc2VuZF9oZWFkZXIoJ0NvbnRlbnQtdHlwZScsICd0ZXh0L3BsYWluJykKICAgICAgICBzZWxmLmVuZF9oZWFkZXJzKCkKICAgICAgICBzZWxmLndmaWxlLndyaXRlKGInZnVjayB5b3UgYWpheCcpCgppZiBfX25hbWVfXyA9PSAnX19tYWluX18nOgogICAgc2VydmVyID0gSFRUUFNlcnZlcigoJzAuMC4wLjAnLCA4MCksIFNpbXBsZUhhbmRsZXIpCiAgICBwcm_lbnQoJ1NlcnZlcgBydW5uaW5nIG9uIHBvcnQgODAuLicpCiAgICBzZXJ2ZXIuc2VydmVfZm9yZXZlcigpCg== | [1] |
| Is Python Script | true | [1] |
| Presupposes Python3 Available | python3 | [1] |
| Rdf:type | File | [2] |
| Programming Language | Python3 | [2] |
| Decoded Content | #!/usr/bin/env python3 from http.server import HTTPServer, BaseHTTPRequestHandler class SimpleHandler(BaseHTTPRequestHandler): def do_GET(self): self.send_response(200) self.send_header('Content-type', 'text/plain') self.end_headers() self.wfile.write(b'fuck you ajax') if __name__ == '__main__': server = HTTPServer(('0.0.0.0', 80), SimpleHandler) print('Server running on port 80...') server.serve_forever() | [2] |
| Imports Library | Http Server Library | [2] |
| Instantiates Server | Http Server Instance | [2] |
| Calls Method | Serve Forever Method | [2] |
| Prints to Standard Output | Server running on port 80... | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:discord/blah/unturf/part-45ctx:discord/blah/unturf/45- full textunturf-45text/plain1 KB
doc:agent/unturf-45/975ea366-401c-4e27-af43-fdece32e1fdeShow excerpt
[2026-01-17 00:28] xenonfun: ``` Tool: unsandbox.unsandbox__createService Arguments { "bootstrap": "#!/bin/bash\necho \u0022Starting Python HTTP server on port 80 that responds with \u0027fuck you ajax\u0027...\u0022\npython3 /tmp/input/s…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.