Skip to content

Commit

Permalink
nix haskell python-libraries python security deno
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitavoloboev committed Nov 8, 2020
1 parent bf256fa commit df65a3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-managers/nix/nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@
- [macOS Nix Setup (an alternative to Homebrew) (2020)](https://wickedchicken.github.io/post/macos-nix-setup/) ([Lobsters](https://lobste.rs/s/rtluby/macos_nix_setup_alternative_homebrew))
- [update-nix-fetchgit](https://github.com/expipiplus1/update-nix-fetchgit) - Program to automatically update fetchgit values in Nix expressions.
- [Cache install Nix packages](https://github.com/nix-actions/cache-install) - Use the GitHub Actions cache for Nix packages.
- [nixbuild.net Action](https://github.com/nixbuild/nixbuild-action) - GitHub Action for using the nixbuild.net service.
1 change: 1 addition & 0 deletions programming-languages/haskell/haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,4 @@
- [Haskell Foundation](https://haskell.foundation/) ([New Chapter For Haskell: The Haskell Foundation](https://haskell.foundation/whitepaper/))
- [Real World Haskell](https://mmhaskell.com/real-world) ([HN](https://news.ycombinator.com/item?id=25005525))
- [Haskell via Sokoban](https://haskell-via-sokoban.nomeata.de/)
- [Haskell eXchange 2020: Opening Keynote](https://www.youtube.com/watch?v=MEmRarBL9kw)
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- [Typer](https://github.com/tiangolo/typer) - Build great CLIs. Easy to code. Based on Python type hints.
- [Python Fire](https://github.com/google/python-fire) - Library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
- [Rich](https://github.com/willmcgugan/rich) - Python library for rendering rich text and beautiful formatting to the terminal. ([HN](https://news.ycombinator.com/item?id=23070821)) ([HN thread on Rich tables](https://news.ycombinator.com/item?id=23738072))
- [questionary](https://github.com/tmbo/questionary) - Easy to use python library to build pretty command line user prompts.

## DB

Expand Down
1 change: 1 addition & 0 deletions programming-languages/python/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,4 @@
- [Python for Everybody course](https://www.coursera.org/specializations/python)
- [Caching in Python Using the LRU Cache Strategy (2020)](https://realpython.com/lru-cache-python/)
- [Annotated Algorithms in Python](https://github.com/mdipierro/nlib) - With applications in Physics, Biology, and Finance.
- [Composing Programs](http://composingprograms.com/) - Free online introduction to programming and computer science using Python.
1 change: 1 addition & 0 deletions security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,4 @@ I use [1Password](https://1password.com/) password manager for saving all my pas
- [A Researcher’s Guide to Some Legal Risks of Security Research (2020)](https://clinic.cyber.harvard.edu/files/2020/10/Security_Researchers_Guide-2.pdf)
- [Spacehuhn Technologies](https://spacehuhn.tech/) - Open Source Hacking Tools. ([GitHub](https://github.com/SpacehuhnTech))
- [Security features of musl](https://dustri.org/b/security-features-of-musl.html) ([Lobsters](https://lobste.rs/s/yfsbbl/security_features_musl))
- [Mozilla SSL Configuration Generator](https://ssl-config.mozilla.org/)
1 change: 1 addition & 0 deletions web/deno.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@
- [Deno WASM](https://github.com/sanderhahn/deno_wasm) - Deno WASM experiments.
- [deno_swc](https://github.com/nestdotland/deno_swc) - SWC compiler for Deno.
- [denoify](https://github.com/garronej/denoify) - Node to Deno Transpiler.
- [Deno Cliffy](https://github.com/c4spar/deno-cliffy) - Command line framework for Deno.

0 comments on commit df65a3c

Please sign in to comment.