Skip to content

Instantly share code, notes, and snippets.

View arpitHub's full-sized avatar
🎯
Focusing

Arpit Rawat arpitHub

🎯
Focusing
View GitHub Profile
https://prezi.com/view/5KXyCd1h3dpD29UUksAG/
@arpitHub
arpitHub / Things to know about Machine Learning.md
Last active July 26, 2018 14:41
Useful sources for Machine Learning
@arpitHub
arpitHub / cocoapods
Last active August 29, 2015 14:11
Install Cocoapods in Yosemite
brew update
brew install ruby
sudo gem install cocoapods
pod --version
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrant file for Modern IE (https://www.modern.ie/en-us) boxes
# This file is for Windown 7 running IE9, but there are other possibilities.
# NB: Vagrant wants to ssh into the VM, but these VMs don't have ssh. So,
# you'll get a timeout error message, which is safe to ignore.
# To use a different box, replace the config.vm.box_url with the URL and
# update the config.vm.box to some name you want to refer to it as.
@arpitHub
arpitHub / app.js
Created April 13, 2014 19:38 — forked from Atinux/app.js
/*
** Client side - /public/src/app.js
*/
var myApp = {
// Collections
Collections: {
list: Backbone.Collection.extend()
},
// Views
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e
<div id="canvas">
<div id="month1"></div>
<div id="month2"></div>
<div id="day1"></div>
<div id="day2"></div>
<div id="hour1"></div>
<div id="hour2"></div>
<div id="minute1"></div>
<div id="minute2"></div>
<div id="second1"></div>