Skip to content
View LegeBeker's full-sized avatar

Organizations

@brixion
Block or Report

Block or report LegeBeker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. all-dutch-zipcode-finder all-dutch-zipcode-finder Public

    Find all dutch zipcodes between 4 digit numbers

    Python

  2. bypass-paywalls-tampermonkey bypass-paywalls-tampermonkey Public

    Forked from iamadamdev/bypass-paywalls-chrome

    Bypass Paywalls userscript for Tampermonkey

    JavaScript 84 8

  3. js-markdown js-markdown Public

    Simple js markdown with checkbox save support

    JavaScript

  4. emoji-picker emoji-picker Public

    Simple emoji picker using JQuery

    JavaScript 1

  5. Current Cineville films export for u... Current Cineville films export for use in a Letterboxd list. https://letterboxd.com/volkaneur/list/films-in-cineville-cinemas/
    1
    from selenium import webdriver
    2
    from bs4 import BeautifulSoup
    3
    from selenium.webdriver.common.by import By
    4
    from selenium.webdriver.support.ui import WebDriverWait
    5
    from selenium.webdriver.support import expected_conditions as EC
  6. probability-monopoly probability-monopoly Public

    Gives a graph using python which squares are most landed on

    Python