The Wayback Machine - https://web.archive.org/web/20210725135407/https://github.com/skx
Skip to content
Avatar

Sponsors

@dsikes

Achievements

Achievements

Highlights

  • Pro

Organizations

@DNS-API @lumail @BlogSpam-Net
Block or Report

Block or report skx

Report abuse

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

Report abuse
skx/README.md

Steve Kemp

  • I've been programming for over half my life, I'm comfortable creating, developing, maintaining, and improving software written in C, C++, Emacs Lisp, Perl, Ruby, Shell, etc.
    • Most of my recent projects have been written in Golang.
  • I believe in the value of Open Source software, and run Linux upon all the systems I control.
  • My current interests revolve around compilers, interpreters, domain-specific languages, and virtual machines.
    • These are great tools for large-scale automation, which is useful in my career as a system administrator and/or devops-engineer.
Github Activity

Pinned

  1. Tools for Linux/Unix sysadmins.

    Perl 812 103

  2. Collection of projects for the WeMos Mini D1

    C++ 122 47

  3. A place to store my toy linux-security modules.

    C 63 16

  4. A golang-based remote protocol tester for testing sites & service availability

    Go 52 10

  5. A BASIC interpreter written in golang.

    Go 261 23

  6. A bytecode-based virtual machine to implement scripting/filtering support in your golang project.

    Go 63 9

1,313 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2021

Created 3 commits in 1 repository
Opened 1 pull request in 1 repository
z80playground/cpm-fat
1 open

Created an issue in James-Livesey/atto that received 2 comments

GOTO should fall-through when given an invalid line

Consider this program: 10 PRINT "OK" 20 GOTO 1 This reports an error ("cannot goto a nonexistant line"), but I think it should fall-through. Repo…

2 comments