Skip to content

Instantly share code, notes, and snippets.

View Aadav86's full-sized avatar
🎯
Focusing

Ravishankar Nagendran Aadav86

🎯
Focusing
  • Blockgraph, LLC
  • New York, NY
View GitHub Profile
@Aadav86
Aadav86 / docker-cheat-sheat.md
Created June 22, 2018 07:17 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes

@dineshviswanath
dineshviswanath / python_web_dev_flask_environment_setup.md
Last active July 19, 2024 19:55
How to install python and Flask on Mac OS X

#Starting Python Web development in Mac OS X#

Objective: Getting started with Python Development Operating System: Mac OS X Python version installed: 3.5 (5th December 2015)

Downoad the lastest Python from https://www.python.org/downloads/

@alexvictoor
alexvictoor / pb-avro-test_pom.xml
Last active February 11, 2021 09:20
Demo of Protobuff integration within Avro
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.avro.is.great</groupId>
<artifactId>protobuff-avro-demo</artifactId>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Demo of protobuff integration with Avro</name>
<build>
<plugins>