Row 2500m @ 9:14 (level 9)
3 rounds of
- Wall Sprints
| # -*- coding: utf-8 -*- | |
| """ | |
| Created on Sun May 2 12:01:41 2021 | |
| @author: Haya Halimeh | |
| """ | |
| import json | |
| import scrapy | |
| from scrapy.selector import Selector |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <assert.h> | |
| #include <mpi.h> | |
| #include <string.h> | |
| const int N = 50; | |
| // const int SIZE = 32; | |
| const int SIZE = 32000000; | |
| const char charset[] = "abcdefghijklmnopqrstuvwxyzABC"; |
| import json | |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| with open("/home/christoph/Uni/Computational Argumentation/Assignment 1/demo/first_project/data.json") as json_file: | |
| data = json.load(json_file) | |
| print(data) |
| { | |
| "DefaultRTPC|CAN|2|2|2": [ | |
| [ | |
| { | |
| "channel": "Bla/Bla*/Channel1", | |
| "properties": { | |
| "Termination": "On", | |
| } | |
| }, | |
| { |
| """ | |
| """ | |
| from abc import ABC, abstractmethod | |
| from functools import lru_cache | |
| from collections.abc import Set, Mapping | |
| class Task(ABC): | |
| def __init__(self, context): | |
| self.context = context |
| from http.server import ThreadingHTTPServer, SimpleHTTPRequestHandler | |
| def run(server_class=ThreadingHTTPServer, handler_class=SimpleHTTPRequestHandler): | |
| server_address = ('', 80) | |
| httpd = server_class(server_address, handler_class) | |
| httpd.serve_forever() | |
| if __name__ == "__main__": |
| """ | |
| """ | |
| import calendar | |
| import locale | |
| import yaml | |
| import nltk | |
| import re | |
| import datetime | |
| locale.setlocale(locale.LC_ALL, 'en_US.UTF-8') |
| { | |
| "Accounts": { | |
| "Comdirect Tagesgeld": { | |
| "Actions": [ | |
| { | |
| "Action": "payment", | |
| "Date": "2014-06-10", | |
| "Quantity": 1.0, | |
| "Value": 2289.12 | |
| } |