Skip to content
View DexterHaslem's full-sized avatar

Block or report DexterHaslem

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 Loading

  1. mikejsavage/cocainediesel mikejsavage/cocainediesel Public

    OFFICIAL COCAINE DIESEL REPOSITORY

    C++ 82 14

  2. fortressforever/fortressforever fortressforever/fortressforever Public

    A Team Fortress mod on the Source Engine

    C++ 94 18

  3. life.sql life.sql
    1
    CREATE SCHEMA IF NOT EXISTS life;
    2
    SET search_path = life;
    3
    
                  
    4
    CREATE TABLE IF NOT EXISTS life.state (
    5
      generation SERIAL PRIMARY KEY NOT NULL,
  4. servo/servo servo/servo Public

    Servo, the embeddable, independent, memory-safe, modular, parallel web rendering engine

    Rust 28.4k 3k

  5. CM1000 modem log scraper thing CM1000 modem log scraper thing
    1
    ## this is a quick and dirty script to remotely login to a Netgear CM1000 modem,
    2
    # grab the docsis logs and format them as a csv for saving later. the webpage will only show so many
    3
    # and logs can be eventually be lost. this is also an easier way to grab/view them
    4
    # last tested on Firmware Version V7.01.01 jan 2 2022
    5
    import requests