Skip to content
View tillklockmann's full-sized avatar

Block or report tillklockmann

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. formatChecker formatChecker Public

    Input Validierung

    PHP 1

  2. ga-ma-3 ga-ma-3 Public

    image gallery manager

    CSS 1

  3. naona naona Public

    A really simple template engine.

    PHP 1

  4. route66 route66 Public

    A simple router.

    PHP 1

  5. php snippets for visual studio code php snippets for visual studio code
    1
    {
    2
        "Class Constructor": {
    3
            "prefix": "_con",
    4
            "body": [
    5
                "protected $$1;\n",
  6. terminal aliases for .bashrc terminal aliases for .bashrc
    1
    # tip: create a separate file, e.g. .bash_aliases, 
    2
    # in the user root dir and import it in .bash_rc like this:
    3
    # . ~/.bash_aliases
    4
    
                  
    5
    alias ll='ls -alF'