Coder Social home page Coder Social logo

pkb's People

Contributors

manuelloaizavasquez avatar

Stargazers

 avatar

Watchers

 avatar

pkb's Issues

Git: All on one line

To create a special version of git log that summarizes the history of your repo, let us create a git lol alias using the command

git config --global alias.lol "log --graph --oneline --decorate --color --all"

Now, in any repository we can use

git lol

to see an ASCII-art graph of the commit history.

Git: Settings

To confirm that you set up Git properly, run

git config --list

and look for the settings you made in its output:

user.name=...
user.email=...
...
core.editor=...
...
alias.lol=log --graph --oneline --decorate --color --all
...

Add heroes list

  • Adam D'Angelo (Quora, IOI, ICPC)
  • Alexandr Wang (Scale AI)
  • Alfredo Poirier
  • Baiju Bhatt (Robinhood)
  • Bjarne Stroustrup (C++)
  • Carlos Toribio
  • Ce Jin (TCS, IOI, ICPC)
  • Diane Greene (VXtreme, VMware, Bebop)
  • Elon Musk (Zip2, X)
  • Jeff Dean (Google AI)
  • Jorge Heraud (Blue River Technology)
  • Lijie Chen (TCS, IOI, ICPC)
  • Linus Torvalds (Linux kernel)
  • Marcelo Gallardo
  • Michael Stonebraker (Ingres, Postgres, Tamr, Vertica, VoltDB)
  • Nikolai Durov (Telegram, IMO, IOI, ICPC)
  • Rodrigo Horruitiner
  • Rony Hancco
  • Scott Wu (Lunchclub, IOI, ICPC)
  • Solomon Hykes (Docker)
  • Vlad Tenev (Robinhood)
  • Walden Yan (GameFi, IOI)

MIT 6.033

Update current version of Computer Systems Engineering course to Spring 2021 one due to recordings.

Fix course season in current taught courses

  • Randomized Algorithms. Massachusetts Institute of Technology. Karger Skoltech.
  • Data Structures. Stanford University. Keith Schwarz.
  • Introduction to Computer Networking. Keith Winstein.

Add Neovim config files

In particular, Neovim with mouse support and 80 characters highlighted column.
Remark that it can be done in .vimrc, too.
Don't forget to add basic vim commands.

PUCP missing content

Courses that doesn't have link yet for math docs:

  • Topology in Rn
  • Applied Differential Equations
  • Ordinary Differential Equations
  • Partial Differential Equations
  • Probability Theory

GitHub setup

  • Getting started
  • Generating a new SSH key and adding it to the ssh-agent
  • Adding a new SSH key to your GitHub account

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.