Skip to content
View kfox's full-sized avatar
  • Unity Technologies
  • Austin, TX, USA
Block or Report

Block or report kfox

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. Linux kernel tuning settings for lar... Linux kernel tuning settings for large number of concurrent clients
    1
    # Kernel sysctl configuration file for Red Hat Linux
    2
    #
    3
    # For binary values, 0 is disabled, 1 is enabled.  See sysctl(8) and
    4
    # sysctl.conf(5) for more details.
    5
    
    
  2. A basic TCP proxy written in node.js A basic TCP proxy written in node.js
    1
    var net = require("net");
    2
    
    
    3
    process.on("uncaughtException", function(error) {
    4
      console.error(error);
    5
    });
  3. dotfiles dotfiles Public

    Configuration files for my macOS environment

    Vim Script 4

  4. pairing-with-the-future pairing-with-the-future Public

    Pairing with the Future

    JavaScript 2

  5. TCP echo server for Node.js TCP echo server for Node.js
    1
    # TCP echo server for Node.js
    2
    
    
    3
    ## Usage
    4
    
    
    5
    1. Make sure you have a modern-ish version of Node.js installed.
  6. snortal snortal Public

    Snake meets Portal

    Assembly 4