Giter Club home page Giter Club logo

Comments (3)

ChristinaLK avatar ChristinaLK commented on August 26, 2024

agreed!

from hpc-intro.

tkphd avatar tkphd commented on August 26, 2024

I've done a scan of the repository, and at this time, can find no instances of the en dash, em dash, start of guarded area, or horizontal bar symbols.

$ for symbol in {"\u0096","\u2013","\u2014","\u2015"}; do
>     find . -type f -exec grep -l ${symbol} {} \;
> done
$ for symbol in {–,—,―}; do
>     find . -type f -exec grep -l ${symbol} {} \;
> done
./.git/objects/pack/pack-c64d26afdb1fb526581998c322518119facaeaf6.pack
./.git/objects/pack/pack-c64d26afdb1fb526581998c322518119facaeaf6.pack
./.git/objects/pack/pack-d9980979495136c76afce5479fb4d56f43909e79.pack
./files/bash-lesson.tar.gz
./.git/objects/pack/pack-c64d26afdb1fb526581998c322518119facaeaf6.pack

To my knowledge, we're not propagating such errors. We can introduce a blurb in the Instructor Notes to warn people off the sin of copy-paste from Stackoverflow, etc., but this is (as you noted) not a core issue for our curriculum.

from hpc-intro.

bkmgit avatar bkmgit commented on August 26, 2024

May be better in instructor notes. Possibly also relevant for shell lesson.

from hpc-intro.

Related Issues (20)

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.