Skip to content

Instantly share code, notes, and snippets.

View rava-dosa's full-sized avatar

Apoorva Kumar rava-dosa

View GitHub Profile
@rava-dosa
rava-dosa / git.md
Last active December 2, 2017 05:41
# ~/.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
@rava-dosa
rava-dosa / install.md
Created December 2, 2017 13:50 — forked from martijnvandijk/install.md
Installing Sublime Text 2 in linux without root access
/*
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
@rava-dosa
rava-dosa / README.md
Created December 13, 2017 10:12 — forked from mrtns/README.md
Data Streaming Reading List
  • 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)

@rava-dosa
rava-dosa / README.md
Created December 19, 2017 08:20 — forked from rogerallen/README.md
Ubuntu Anaconda Deep Learning

Setting up for Deep Learning on Ubuntu 14.04

Saving this so I can find it later & potentially help others. This sets up the latest as of 10/7/2017

  • Python
  • Keras
  • Tensorflow
  • PyTorch

Assumes Anaconda3 is installed. Here is mine:

@rava-dosa
rava-dosa / Day3.md
Last active February 6, 2018 14:35

What are the qualities and experiences do you look for while inducting first-year students?

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.

What are some good red-flags would you use to remove false positives?

Asking non generic question which will lead people to show their inner self.like "what brings you supreme happiness".

How do you present KOSS to them i.e. how would KOSS generate value for them?

KOSS will provide a good environment to you if you want to develop something.

How do you plan to spend the year with them, especially the first few months?

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.

How should we increase the communication between new people and the old members ?

new

  1. create a story video based on json, which provides timeline, snippets, and emotions.

old

  1. Download whole youtube playlist
  2. https://github.com/animeshkundu/youtube-audio
  3. Editing gist ubuntu app, auto commit and push
  4. mpeg dash/mpeg ts
  5. rtmp
  6. Web app for making notes
@rava-dosa
rava-dosa / todo.md
Last active February 28, 2018 22:58