Skip to content

Collection of links I found useful on a variety of computer-related stuff, organised by category.

Notifications You must be signed in to change notification settings

SinomeM/UsefulLinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

README

In this repository I plan to somehow keep track of all computer-related stuffs I found (and will find) useful. They should be organized in categories and sub-categories.

1. Simplify Working in the Terminal

zsh

The Z shell is a very cool interactive shell / scripting language, similar (but in several way more advanced) to Bash. link

  • Oh My Zsh existence is the main reason I started using the Z shell link
  • Two nice plugins not included in Oh My Zsh link1 link2
  • My current .zshrc, requires the two previous plugins and the package fortune link

Noevim

Neovim is modern re-implementation of Vim. Among a lot of other things, it makes creating and using plugins much more easy than the original Vim. link

tmux

Tmux is a terminal multiplexer, if you are used to screen it is similar but more powerful. link

  • Getting started link
  • Oh my tmux, a really cool tmux configuration, link
  • Nice little tmux cheat sheet link

markdown / Rmarkdown

Not exclusively terminal-related, however...

  • Documentation from the markdown creator link
  • Rstudio documentation for Rmarkdown link1
    link2

2. R

Books

These books have a more general scope than the majority of the other materials.

  • R for Data Science, by Hadley Wickham link
  • Advanced R, by Hadley Wickham link
  • Efficient R programming, by Colin Gillespie and Robin Lovelace link
  • R packages, by Hadley Wickham and Jenny Bryan link

data.table

data.table is a super useful R package. It mostly oriented to managing really large table really fast and efficiently. It introduces a new syntax (similar to SQL in some ways), low level CPU parallelism and modification by reference.

ggplot

Since I tend to rely data.table as data structure in R, ggplot is the tidyverse package I now use the most.

packages development

tidyverse

3. Python

4. conda

About

Collection of links I found useful on a variety of computer-related stuff, organised by category.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published