Skip to content

Instantly share code, notes, and snippets.

View vamshigvk's full-sized avatar
🎯
Focusing

G Vamshi Krishna vamshigvk

🎯
Focusing
View GitHub Profile
@vamshigvk
vamshigvk / myscript.sh
Created November 27, 2021 14:33 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@vamshigvk
vamshigvk / unfollow.py
Created October 12, 2021 16:11 — forked from perpetual-hydrofoil/unfollow.py
Twitter Unfollow Example (python)
#! /usr/bin/env python
# how to unfollow everyone who isn't following you
# By Jamieson Becker (Public Domain/no copyright, do what you will)
# Easy instructions, even if you don't know Python
#
# 1. Install pip (apt-get install python-pip) and then
# pip install tweepy, which is the python twitter client
#
@vamshigvk
vamshigvk / map_mall_clusters.html
Created July 5, 2020 12:23
Created on Skills Network Labs
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>L_PREFER_CANVAS = false; L_NO_TOUCH = false; L_DISABLE_3D = false;</script>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.2.0/dist/leaflet.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"/>
@vamshigvk
vamshigvk / Week5.ipynb
Created July 5, 2020 06:20
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vamshigvk
vamshigvk / Week5.ipynb
Created July 5, 2020 06:20
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vamshigvk
vamshigvk / Machine learning assignment.ipynb
Created June 19, 2020 10:00
Machine learning assignment for classification algorithms part of IBM data science week6 project
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vamshigvk
vamshigvk / IBM Data Analysis assignment.ipynb
Created June 3, 2020 08:50
IBM data analysis with python week 6 assignment
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vamshigvk
vamshigvk / PY0101EN-1-1-Types.ipynb
Last active May 11, 2020 10:07
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vamshigvk
vamshigvk / PY0101EN-1-1-Types.ipynb
Created May 11, 2020 10:07
Created on Skills Network Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.