GithubHelp home page GithubHelp logo

protohackers's Introduction

Protohackers

These are my solutions to protohackers, a series of network programming challenges. Currently, they're all written in Go with no external dependencies.

Most solutions come with automated tests that can be run with go test .. See README.md of each solution for details.

Deploying

I'm currently taking a simple approach to deploying. Each solution has a symlink to bin/deploy.sh, which provisions a droplet on Digital Ocean via doctl, builds a Go binary, deploys it to the droplet, and tears the droplet down on Ctrl+C.

The script deploys to Digital Ocean's lon1 datacenter, which means that (as of June 2023) you'll be co-located with the Protohackers test server. So if you hit a timeout in a test, you can be fairly confident that it's not due to network latency.

Requirements:

  • Go and doctl installed
  • doctl authenticated to your DigitalOcean account
  • An SSH key added to your DigitalOcean account
  • Replace the SSH KEY and FINGERPRINT variables at the top of bin/deploy.sh with your own

Then, you can run ./deploy.sh from the solution's directory, e.g. cd 5; ./deploy.sh.

protohackers's People

Contributors

eenblam avatar

Watchers

 avatar

Forkers

xjrjackblack

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.