Giter VIP home page Giter VIP logo

bash-todo's Introduction

Hi I'm dom111 and I'm a developer from the UK.

I'm currently really enjoying TypeScript and am learning it through rewriting old work and experimenting with some of the fun aspects. You can see the progress of the code from my civ-clone repository to the new civ-clone organisation.

I like to play code golf sometimes which I used as a tool to understand Perl better which I needed to use at a previous role. I'm also a big fan of polyglots and enjoy learning different programming languages whenver I get the opportunity.

๐Ÿ‘‹

bash-todo's People

Contributors

dom111 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bash-todo's Issues

BashWarning

I am getting the following warning message in my console after any command:

...TODO.sh: line 166: warning: here-document at line 98 delimited by end-of-file (wanted `PERL')

I have a fix, but I could not figure out how to push it the repo. I've never embedded Perl in a shell script before, but I basically had to take the two following steps:

Change last line from

"PERL"
to
no strict; PERL

Removing the quotes on PERL stopped the Bash Warning, but created a Perl warning. Adding the "no strict;" stopped the Perl warning. However, that only leads to the Perl itself always dieing, but at least it does so quietly. There is probably a better way to get Perl to stop interpreting before the final line.

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.