Giter VIP home page Giter VIP logo

barren-land-analysis's Introduction

Sam Clark

I'm a software engineer working at Target in Minneapolis, Minnesota.

I do full stack work there (Android, JVM backend, Postgres, Mongo), none of which is on my public GitHub. Most of the things here are side projects written in Rust, or testing grounds for shiny new (to me) tools.

I've got a little landing page at https://www.samhclark.com with links to a couple other things. Feel free to check that out.

barren-land-analysis's People

Contributors

samhclark avatar

barren-land-analysis's Issues

Remove std::cout from display_farm()

Removing the calls to std::cout from display_farm() in Farm.h would allow the removal of <iostream>. This would need to be done by having display_farm() return a multiline string and rewrite any calls to display_farm() (which I think there are none) to handle and display the string.

This probably also means renaming the function. (get_farm_as_string? get_farm_viz?)

Align string parsing with spec

The current string parsing is out of alignment with the spec. For example,

{"4 0", "7",} 9 

should not be interpreted correctly as "4 0 7 9." This has been nice for testing, and allows for things like:

48 192 351 207 48 392 351 407 120 52 135 547 260 52 275 547

to actually run, but that is technically out of spec.

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.