Giter Club home page Giter Club logo

julia-man's Introduction

Good Tutos

  • https://docs.julialang.org/en/v1/manual/types/
    • Actually, you can read the Julia docs offline! For example, on Linux, go to the folder that you have downloaded and extracted from Julia's official website (e.g. I have put mine under .local/bin/julia-1.7.1/). Inside that directory, one can find share/doc/julia/html/en/index.html. Then just open your browser and type in the URL to that directory/HTML file and you're good to go.

Download and Verification

$ ls ~/downloads/julia*
/home/phunc20/downloads/julia-1.8.1-linux-x86_64.tar.gz
/home/phunc20/downloads/julia-1.8.1-linux-x86_64.tar.gz.asc
/home/phunc20/downloads/juliareleases.asc
$ cd ~/downloads/
$ gpg --import juliareleases.asc  # if you haven't already imported this
$ gpg --verify julia-1.8.1-linux-x86_64.tar.gz.asc
gpg: assuming signed data in 'julia-1.8.1-linux-x86_64.tar.gz'
gpg: Signature made Wed 07 Sep 2022 05:30:14 AM +07
gpg:                using RSA key 3673DF529D9049477F76B37566E3C7DC03D6E495
gpg: Good signature from "Julia (Binary signing key) <[email protected]>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3673 DF52 9D90 4947 7F76  B375 66E3 C7DC 03D6 E495

Todo

  1. Julia's plot for Dark Reader
  2. Make environment easier for users of this repo. More concretely,
  • If keep ~/.config/julia/projects/oft/, then at least put it in some constant.jl file and call it.
  • If not to keep it, try to make sth like a requirements.txt or environment.yml file in Python, to allow reproduction of the environment.

julia-man's People

Contributors

phunc20 avatar

Watchers

James Cloos avatar  avatar

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.