Skip to content

Instantly share code, notes, and snippets.

View sureshdontha's full-sized avatar

Suresh Dontha sureshdontha

View GitHub Profile
@sureshdontha
sureshdontha / Big List of Real Estate APIs.md
Created June 23, 2020 17:12 — forked from patpohler/Big List of Real Estate APIs.md
Evolving list of Real Estate APIs by Category

Big List of Real Estate APIs

Listings / Property Data

####Rets Rabbit http://www.retsrabbit.com

Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app.

@sureshdontha
sureshdontha / cifar_convnet.py
Created September 30, 2019 01:48 — forked from giuseppebonaccorso/cifar_convnet.py
CIFAR-10 image classification with Keras ConvNet
'''
Cifar-10 classification
Original dataset and info: https://www.cs.toronto.edu/~kriz/cifar.html for more information
See: https://www.bonaccorso.eu/2016/08/06/cifar-10-image-classification-with-keras-convnet/ for further information
'''
from __future__ import print_function
import numpy as np
library(caret)
set.seed(300)
wine.r <- read.csv('https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-red.csv', sep=';')
wine.w <- read.csv('https://archive.ics.uci.edu/ml/machine-learning-databases/wine-quality/winequality-white.csv', sep=';')
wine.r$style <- "red"
wine.w$style <- "white"
@sureshdontha
sureshdontha / ml-with-nb-spam.R
Created May 27, 2019 05:56 — forked from hopped/ml-with-nb-spam.R
Filtering mobile spam messages with Naive Bayes (includes text mining transformations)
# Download data set via:
# http://archive.ics.uci.edu/ml/datasets/SMS+Spam+Collection
# import libraries
library(caret)
library(e1071)
library(tm)
library(SnowballC)
# read in the dataset
@sureshdontha
sureshdontha / Git push deployment in 7 easy steps.md
Created April 11, 2019 21:14 — forked from thomasfr/Git push deployment in 7 easy steps.md
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook
layout author title revision version description
default
mattmc3
Modern SQL Style Guide
2019-01-17
1.0.1
A guide to writing clean, clear, and consistent SQL.

Modern SQL Style Guide

HOWTO: Installing Vault On AWS Linux

This is quick howto for installing vault on AWS Linux, mostly to remind myself. At the end of this tutorial, you'll have a working vault server, using s3 for the backend, self signed certificates for tls, and supervisord to ensure that the vault server is always running, and starts on reboot.

Setting up S3

First things first, let's set up an s3 bucket to use as the storage backend for our s3 instance.

  1. From the AWS Mangement Console, go to the S3 console.

  2. Click on the Create Bucket button

@sureshdontha
sureshdontha / README.md
Created April 19, 2017 03:20 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed