for merging two commits
git reset --soft "HEAD^"
git commit --amend
for merging more than two (say x wher x is integer)recent commits
git reset --soft HEAD~x
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; | |
*) return;; | |
esac |
##first, grab our tarball
for 32bit
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2.tar.bz2
for 64bit
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.2%20x64.tar.bz2
##create your personal apps folder mkdir ~/apps ##extract sublime text into your apps folder tar -xvzf Sublime*.tar.bz2 -C ~/apps/
/* | |
A Minimal Capture Program | |
This program opens an audio interface for capture, configures it for | |
stereo, 16 bit, 44.1kHz, interleaved conventional read/write | |
access. Then its reads a chunk of random data from it, and exits. It | |
isn't meant to be a real program. | |
From on Paul David's tutorial : http://equalarea.com/paul/alsa-audio.html |
- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
- Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
- Felix's Node.js Guide
- Creating a REST API using Node.js, Express, and MongoDB
- Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
- JavaScript Event Loop
- Node.js for PHP programmers
-
The Dataflow Model: A Practical Approach to Balancing Correctness, Latency, and Cost in Massive-Scale, Unbounded, Out-of-Order Data Processing
By Google (Akidau et al)
In Proceedings of the VLDB Endowment, Vol. 8, No. 12
August 2015
http://www.vldb.org/pvldb/vol8/p1792-Akidau.pdf -
MillWheel: Fault-Tolerant Stream Processing at Internet Scale
By Google (Akidau et al)
Qualities:- bankable, simplicity, straightforwardness, zeal Experiences:- It's really hard to say, I don't think 1 semester is enough to get experience. It might happen he is here for experience.
Asking non generic question which will lead people to show their inner self.like "what brings you supreme happiness".
KOSS will provide a good environment to you if you want to develop something.
I want to involve them in weekly hackdays. This is how I want to interact with them. That's 2-3 people I talked about on day 1. I would have really loved that.
- create a story video based on json, which provides timeline, snippets, and emotions.
- Download whole youtube playlist
- https://github.com/animeshkundu/youtube-audio
- Editing gist ubuntu app, auto commit and push
- mpeg dash/mpeg ts
- rtmp
- Web app for making notes
- C practice
- Video of c atomic
- Andrew ng
- coursera google it
- stanford dl
- Android
- Lua
- Web asm js
- Back-end tech
- For maths related to mp4 (https://www.coursera.org/learn/digital/home/week/10)