Skip to content

Instantly share code, notes, and snippets.

View vigneshncc's full-sized avatar

Vignesh Gopalakrishnan vigneshncc

  • Chennai, TamilNadu.
View GitHub Profile
@vigneshncc
vigneshncc / guake.txt
Created June 22, 2016 18:05
Install guake on linux
sudo apt-get install guake
@vigneshncc
vigneshncc / LinuxSublimeInstall.txt
Created June 22, 2016 17:24
Install via the Package Manager(apt-get) For Sublime-Text-3
sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer
@vigneshncc
vigneshncc / InstallJDKUbuntu.txt
Created June 22, 2016 17:19
This installs JDK 7 / 8 (which includes Java JDK, JRE and the Java browser plugin
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
# or if you want JDK 8:
sudo apt-get install oracle-java8-installer
# these commands install Oracle JDK7/8 and set them as default VMs automatically:
sudo apt-get install oracle-java7-set-default
sudo apt-get install oracle-java8-set-default
@vigneshncc
vigneshncc / RubiksAlgo.txt
Created May 24, 2016 12:38
Algo for Rubik's cube
To interchange the middle piece
F R' D' R F2
To change the corner piece
R' D' R D
To Bring a cube to right
@vigneshncc
vigneshncc / geojson-conversion.sh
Created October 27, 2015 08:44 — forked from benbalter/geojson-conversion.sh
Bulk convert shapefiles to geojson using ogr2ogr
# Bulk convert shapefiles to geojson using ogr2ogr
# For more information, see http://ben.balter.com/2013/06/26/how-to-convert-shapefiles-to-geojson-for-use-on-github/
# Note: Assumes you're in a folder with one or more zip files containing shape files
# and Outputs as geojson with the crs:84 SRS (for use on GitHub or elsewhere)
#geojson conversion
function shp2geojson() {
ogr2ogr -f GeoJSON -t_srs crs:84 "$1.geojson" "$1.shp"
}
0-mail.com
0815.ru
0clickemail.com
0wnd.net
0wnd.org
10minutemail.com
20minutemail.com
2prong.com
30minutemail.com
3d-painting.com
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-md-offset-4">
<h1 class="text-center login-title">Sign in to continue to Bootsnipp</h1>
<div class="account-wall">
<img class="profile-img" src="https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120"
alt="">
<form class="form-signin">
<input type="text" class="form-control" placeholder="Email" required autofocus>
<input type="password" class="form-control" placeholder="Password" required>
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.stage.Stage;
import java.io.IOException;
/**
* Main application class.
export version=1.5.3
if [ "$#" -gt 0 ] ; then
export version="$1"
fi
echo "Installing Dropbox SDK version $version"
wget https://www.dropbox.com/static/developers/dropbox-java-sdk-$version.zip
unzip dropbox-java-sdk*
cd dropbox-java-sdk*
#!/usr/bin/env bash
# Usage: {script} [ OPTIONS ] TARGET VERSION
#
# TARGET Default target is "/usr/local".
# VERSION If not defined tries to get the build into the Sublime Text 2 website.
#
# OPTIONS
#
# -h, --help Displays this help message.
#