Skip to content
View kernc's full-sized avatar

Sponsors

@eervin123
@finithejernigan

Organizations

@kiberpipa @DuhCasa @CoderDojoSI @pdoc3 @pelican-plugins @efck-chat-keyboard @sambo-optimization @sandbox-utils @AltPowerSearch

Block or report kernc

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
kernc/README.md

I like to write buggy software. 🎯

I'm looking for work. 🤓

Most used programming languages


Dev tools

Pdoc diff-logs sandbox-venv colorstrace

Science & Technology

Backtesting.py Orange data mining SAMBO optimization

GUI / X11

XSuspender EF*CK Chat Keyboard PyCalc-NG

HTML & Web

Awesome-Links.CSS AltPowerSearch.github.io

OpSec

logkeys myba sandbox-venv

Pinned Loading

  1. Null object pattern (Python) Null object pattern (Python)
    1
    """
    2
    This module provides the Null class for the null object design pattern.
    3
    """
    4
    
                  
    5
    from collections import MutableMapping, MutableSequence
  2. Increase the volume -- and impair th... Increase the volume -- and impair the quality -- of your audiobooks
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    if [ $# != 0 ]; then