Skip to content

Instantly share code, notes, and snippets.

View icyflame's full-sized avatar

Siddharth Kannan icyflame

View GitHub Profile
@icyflame
icyflame / snapdeal_return
Last active November 11, 2017 21:48
snapdeal product return
![one](http://i.imgur.com/CwQS9c5.png)
![two](http://i.imgur.com/ac9wyUE.png)
Request: 8250397
Order number: 2513012353
Centralized account number: 266884
Complaint ID/AWB no:69142520440
Pickup Reference Number: 70019
@icyflame
icyflame / spons.md
Last active August 29, 2015 14:04
Sponsorship ERP

sponsdata

  • companyid
  • touserid - constrained using the users table
  • Company
  • Description
  • name of contact
  • desgination of contact
  • phone number of contact
  • email id of contact
@icyflame
icyflame / errors_404.md
Last active August 29, 2015 14:04
Errors faced on Ubuntu 12.04

sudo apt-get update

The 404 Part

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/universe/source/Sources  404  Not Found

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/multiverse/source/Sources  404  Not Found

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/precise-security/main/binary-i386/Packages  404  Not Found
@icyflame
icyflame / erp.sql
Created August 8, 2014 07:06
The sql file containing the tables related to the sponsorship portal
--
-- Table structure for table `sponsaux`
--
-- Creation: Aug 03, 2014 at 05:51 PM
--
CREATE TABLE IF NOT EXISTS `sponsaux` (
`companyid` int(10) NOT NULL,
`howtopitch` varchar(500) NOT NULL,
`finalstatus` varchar(500) NOT NULL,
@icyflame
icyflame / cdns.md
Last active August 29, 2015 14:05

Bootstrap - Full alongwith jQuery

<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

Font Awesome 4.1.0

@icyflame
icyflame / carouselBootstrap.html
Created August 22, 2014 09:04
The Bootstrap JavaScript carousel Slider
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
@icyflame
icyflame / htmlTemplate.html
Last active August 29, 2015 14:06
Basic Template for almost all HTML files
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
@icyflame
icyflame / _dev-environment.md
Last active August 29, 2015 14:07
The set of commands that are required to get started with a rails application

Application Setup: Install Devise, Bootstrap, ActiveAdmin

  • Create the application
rails new app
  • Move into the app directory
@icyflame
icyflame / log
Created October 27, 2014 10:38
The Log File generated while flashing Ubuntu for Devices on Nexus 7
siddharth@ubuntu:~$ sudo add-apt-repository ppa:phablet-team/tools
[sudo] password for siddharth:
You are about to add the following PPA to your system:
More info: https://launchpad.net/~phablet-team/+archive/ubuntu/tools
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpr6fo33/secring.gpg' created
gpg: keyring `/tmp/tmpr6fo33/pubring.gpg' created
gpg: requesting key 5E51A24C from hkp server keyserver.ubuntu.com
@icyflame
icyflame / essentialApps.md
Last active August 29, 2015 14:11
The essential applications for my Ubuntu laptop

Applications

  • Google Chrome
  • Terminator
  • zsh
  • git
    • .gitignore_global file
    • .gitconfig file
  • vim
    • NERDTree: plugin
  • vimrc file