Browse Source

More logos

main
parent
commit
521ece6b06
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 10
      README.org
  2. BIN
      docs/images/node.png
  3. BIN
      docs/images/rust.png

10
README.org

@ -232,6 +232,11 @@ mkShell {
** Rust ** Rust
#+ATTR_ORG: :width 800px
#+ATTR_HTML: :width 800px
#+ATTR_LATEX: :width 800px
[[./docs/images/rust.png]]
[[https://rust-lang.org/][Rust]] is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. It is syntactically similar to C++, but can garantee memory safety by using a borrow checker to validate references. Rust achieves memory safety /without/ garbage collection, and reference counting is optional. [[https://rust-lang.org/][Rust]] is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. It is syntactically similar to C++, but can garantee memory safety by using a borrow checker to validate references. Rust achieves memory safety /without/ garbage collection, and reference counting is optional.
Import this shell with ~nix-shell /etc/dotfiles/shells/rust.nix~. Import this shell with ~nix-shell /etc/dotfiles/shells/rust.nix~.
@ -255,6 +260,11 @@ mkShell {
** Node ** Node
#+ATTR_ORG: :width 800px
#+ATTR_HTML: :width 800px
#+ATTR_LATEX: :width 800px
[[./docs/images/node.png]]
[[https://nodejs.org][NodeJS]] is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine, and executes JavaScript code outside of a web browser. NodeJS lets developers user JavaScript to write command line tools, and for server-side scripting to produce dynamic web page content. [[https://nodejs.org][NodeJS]] is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine, and executes JavaScript code outside of a web browser. NodeJS lets developers user JavaScript to write command line tools, and for server-side scripting to produce dynamic web page content.
Import this shell with ~nix-shell /etc/dotfiles/shells/node.nix~. Import this shell with ~nix-shell /etc/dotfiles/shells/node.nix~.

BIN
docs/images/node.png

After

Width: 960  |  Height: 480  |  Size: 46 KiB

BIN
docs/images/rust.png

After

Width: 774  |  Height: 399  |  Size: 18 KiB

Loading…
Cancel
Save