Skip to content

Instantly share code, notes, and snippets.

@Iziren
Iziren / Papers.md
Created March 15, 2019 08:54 — forked from Preetam/Papers.md

Papers

This list is adapted from the lecture plan for the "Advanced Topics in Computer Systems" course at Berkeley, which is available here: https://people.eecs.berkeley.edu/~kubitron/cs262/index_lectures.html

Thanks to Anthony Joseph and John Kubiatowicz for putting the original list together.

Introduction to the course, some basic philosophy, UNIX system.

@Iziren
Iziren / jessfraz.md
Created April 22, 2018 04:38 — forked from acolyer/jessfraz.md
Containers, operating systems and other fun things from The Morning Paper
@Iziren
Iziren / redis_cheatsheet.bash
Created March 9, 2018 10:06 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.
@Iziren
Iziren / designer.html
Created March 5, 2015 11:20
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../cool-clock/cool-clock.html">
<link rel="import" href="../notification-elements/notification-alert.html">
<polymer-element name="my-element">
<template>
<style>