Skip to content

Instantly share code, notes, and snippets.

View ninadingole's full-sized avatar
✈️
Looking for next crazy idea to build

Neenad Ingole ninadingole

✈️
Looking for next crazy idea to build
View GitHub Profile
body{
margin:3em;
}
.box{
width:880px;
height:330px;
border-radius:.5em;
}
.slider{
width:520px;
body{
margin:3em;
}
.box{
width:880px;
height:330px;
border-radius:.5em;
}
.slider{
width:520px;
@ninadingole
ninadingole / dabblet.css
Created December 13, 2012 18:41 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
background-color:#cffeef;
}
p{
font-size:2em;
text-shadow:1px 1px 0px white
, 1px 2px 1px black;
@ninadingole
ninadingole / dabblet.css
Created December 15, 2012 17:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
html{
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
@ninadingole
ninadingole / Microkernel_.idea_.name
Created September 11, 2015 05:06
Microkernel Project
Microkernel
Microkernel
@ninadingole
ninadingole / pom.xml
Created August 6, 2017 07:52
spring cookbook master pom
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.sample.spring</groupId>
<artifactId>spring-cookbook</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.boot</groupId>
@ninadingole
ninadingole / EclipseTemplates.txt
Created August 20, 2017 14:40
Eclipse Code Templates
This gist contains all the template I create for my use
CREATE TABLE MOVIES(movie_id INT(10), title VARCHAR(30), year VARCHAR(4), budget INT(8));
CREATE TABLE SALES(movie_id INT(10), sale_id INT(10), total INT(10));
> confluent up
Using CONFLUENT_CURRENT: /var/folders/y7/j6zgy2w13g1fjljkgb8mdc4r0000gn/T/confluent.2GgyNcVE
Starting zookeeper
zookeeper is [UP]
Starting Kafka
kafka is [UP]
Starting schema-registry
schema-registry is [UP]
Starting Kafka-rest
kafka-rest is [UP]