Skip to content

Instantly share code, notes, and snippets.

View TarasJan's full-sized avatar
🎲
Das Leben ist ein Wurfelspiel

Jan Taras TarasJan

🎲
Das Leben ist ein Wurfelspiel
View GitHub Profile
package main
import (
"encoding/json"
"io/ioutil"
"log"
"math"
"sync"
"time"
)
# /bin/usr/python
import datetime
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.opera.options import Options
@TarasJan
TarasJan / task.rb
Created August 10, 2020 16:11
Aftermath of our conversation
require 'net/http'
require 'socket'
require 'uri'
require 'cgi'
module Esnictoiat
class Router
def self.get(url_path, options)
@@routes ||= {}
@@routes[url_path] ||= {}