Skip to content

Instantly share code, notes, and snippets.

View avinassh's full-sized avatar

Avinash Sajjanshetty avinassh

View GitHub Profile
@avinassh
avinassh / ScreenshotDetector.swift
Created March 31, 2017 06:22 — forked from ts95/ScreenshotDetector.swift
OS X detect new screenshot event with Swift
import Foundation
typealias NewFileCallback = (fileURL: NSURL) -> Void
class ScreenshotDetector: NSObject, NSMetadataQueryDelegate {
let query = NSMetadataQuery()
var newFileCallback: NewFileCallback?
@avinassh
avinassh / resume_roast.md
Last active October 3, 2020 02:07
Resume Roast Guidelines
  1. Please try to provide constructive criticism
  2. Avoid personal attacks
  3. You are free to make fun of resume - content, grammar, style etc etc
  4. Your roasting should help the person so that he can improve it -- if we just keep making fun of it, no one gonna come forward next time
  5. Always provide precise and clear suggestions
  6. Be nice
  7. Don't be a dick

If you have any more suggestions, leave in comments.

@avinassh
avinassh / VPS.md
Last active January 25, 2018 17:38
Bunch of VPS Providers recommended by ferns
  • Digital Ocean (duh!)
  • Ramnode
  • Vultr
  • OVH
  • Secure Dragon
  • Scale Away
  • SSD Nodes
  • Buy VM
  • Vstoike
### Stack
Django
### Features
Following features for the first version:
- Admin
- Users
- Admin Interface
@avinassh
avinassh / jerbs.md
Last active January 8, 2024 10:11
list of sites to search for developer jobs
@avinassh
avinassh / batman-jl.md
Created July 21, 2016 13:35
Batman animated and JL viewing order.

Batman animated and JL viewing order.

Canon 1:

  1. Batman: mask of Phantasm *
  2. Batman and Mr. Freeze: SubZero
  3. Batman: Mystery of Batwoman

Canon 2: If you plan to watch Justice league too then refer JL canon #2

  1. Son of Batman
  2. Batman vs Robin
@avinassh
avinassh / hello_world.md
Created June 20, 2016 06:23 — forked from lava/hello_world.md
Hello, world: Analyzing an interview question to death.

Hello, world!

Please explain in detail what will happen if the following program is executed:

#include <iostream>

int main() {
    std::cout << "Hello, world!" << std::endl;
}
@avinassh
avinassh / devup_ama_notes_jalem_raj_rohit
Created May 30, 2016 16:37 — forked from sudhirkhanger/devup_ama_notes_jalem_raj_rohit
Notes from Jalem Raj Rohit AMA on devup.in
Competitions:-
https://www.kaggle.com/
https://www.hackerearth.com/
Books:-
Introduction to Algorithms By Thomas H Cormen
Pattern Recognition and Machine Learning By Christopher M. Bishop
Freakonomics By Steven D. Levitt and Stephen J. Dubner