Skip to content

Instantly share code, notes, and snippets.

View karuppiah7890's full-sized avatar
😄
"When given the choice between being right or being kind, choose kind" Dr Wayne

Karuppiah Natarajan karuppiah7890

😄
"When given the choice between being right or being kind, choose kind" Dr Wayne
View GitHub Profile
@karuppiah7890
karuppiah7890 / keybase.md
Created November 30, 2016 14:48
keybase.io Identity

Keybase proof

I hereby claim:

  • I am karuppiah7890 on github.
  • I am karuppiah7890 (https://keybase.io/karuppiah7890) on keybase.
  • I have a public key ASAgYkmVPA4cMSj_P7AZYogp7QxNLvBAIxImLMCT2YMZcQo

To claim this, I am signing this object:

@karuppiah7890
karuppiah7890 / Links to resources.md
Last active December 6, 2016 13:59
Node.js Discussion
@karuppiah7890
karuppiah7890 / styling-tools.md
Last active April 28, 2017 07:10
Instant Tools for Styling Front End
  1. BootStrap framework for instantaneous style classes and styled components!
  2. FontAwesome for awesome icons!
@karuppiah7890
karuppiah7890 / services.txt
Created May 16, 2017 07:43
Mobile phone based verification and authentication
[Digits Service](www.fabric.io) : Can be used in Android and iOS apps for phone number verification and even for phone number based
login authentication since it has sessions implementation internally in it's library, since phone number based authentication is
it's main use case. It supports all country phone numbers and is presently free for all developers. The verification is done by
sending a OTP through SMS or it can be communicated via a voice call. And in case of authentication, the OTP is also a password
and Digits will however create sessions.
@karuppiah7890
karuppiah7890 / chatbot-libs.txt
Last active June 12, 2017 19:11
Chat bot creation libraries and conversation engines in different programming languages!
Python Chat bot engine : https://github.com/gunthercox/ChatterBot
JavaScript Chat bot engine : https://github.com/superscriptjs/superscript
JavaScript Chat bot creation tool : https://github.com/botpress/botpress
PHP Chat bot creation library : https://github.com/botman/botman
Claudia - JavaScript Bot Builder : https://github.com/claudiajs/claudia-bot-builder
@karuppiah7890
karuppiah7890 / GDP-data.json
Created July 8, 2017 16:21
Sample data for - US Gross Domestic Product
{
"errors": {},
"id": 120140,
"source_name": "Federal Reserve Economic Data",
"source_code": "FRED",
"code": "GDP",
"name": "Gross Domestic Product, 1 Decimal",
"urlize_name": "Gross-Domestic-Product-1-Decimal",
"display_url": "http://research.stlouisfed.org/fred2/data/GDP.txt",
"description": "Units: Billions of Dollars\nSeasonal Adjustment: Seasonally Adjusted Annual Rate\nNotes: A Guide to the National Income and Product Accounts of the United States (NIPA) - (http://www.bea.gov/national/pdf/nipaguid.pdf)",
@karuppiah7890
karuppiah7890 / meteorite-strike-data.json
Created July 9, 2017 10:35
Sample data about meteorite strikes / landings
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@karuppiah7890
karuppiah7890 / onename.txt
Created November 9, 2017 13:41
For onename
Verifying that "karuppiah7890.id" is my Blockstack ID. https://explorer.blockstack.org/name/karuppiah7890.id
@karuppiah7890
karuppiah7890 / Apps.md
Created April 28, 2017 19:17
Web Apps
@karuppiah7890
karuppiah7890 / script.md
Created July 28, 2018 17:21
Go to any directory containing project source code. Projects are in Gitlab. There are many groups and many repos under each group, tought to navigate, so a small script to navigate
alias godir='cd ~/projects/gitlab/$(fd --max-depth 2 -t d . ~/projects/gitlab/ | xargs -I {} sh -c "echo {} | cut -d / -f 6,7" | fzf --height 15)'

Use the whole command based on the directory structure, especially the cut command. You need fd and fzf installed for this