Skip to content

Instantly share code, notes, and snippets.

@andpol5
andpol5 / osx-for-hackers.sh
Created March 24, 2017 19:58 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite/El Capitan Edition. This script tries not to be *too* opinionated and any major changes to your system require a prompt. You've been warned.
#!/bin/sh
###
# SOME COMMANDS WILL NOT WORK ON macOS (Sierra or newer)
# For Sierra or newer, see https://github.com/mathiasbynens/dotfiles/blob/master/.macos
###
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/5b3c8418ed42d93af2e647dc9d122f25cc034871/.osx
@andpol5
andpol5 / git-forest.txt
Created March 8, 2017 16:53
Git-Forest script
#!/usr/bin/perl
#
# git-森林
# text-based tree visualisation
# Copyright © Jan Engelhardt <jengelh [at] medozas de>, 2008
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 or 3 of the license.
#
@andpol5
andpol5 / The Technical Interview Cheat Sheet.md
Created September 6, 2016 07:38 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.
name: "alexNet_FCN"
layer {
name: "data"
type: "Python"
top: "data"
top: "label"
python_param {
module: "LSPdataLayer"
layer: "LSPDataLayer"