Skip to content

Instantly share code, notes, and snippets.

View vramana's full-sized avatar
🎯
Focusing

Ramana Venkata vramana

🎯
Focusing
View GitHub Profile
@vramana
vramana / config.vim
Last active November 8, 2023 02:36
My vim config
if (has("termguicolors"))
set termguicolors
endif
set guifont=monospace:h12
let g:loaded_ruby_provider = 0
let g:loaded_node_provider = 0
let g:loaded_perl_provider = 0
@vramana
vramana / kisi_web_development_challenge.md
Created July 26, 2019 15:20
Kisi Web Development Challenge

Welcome to the Kisi Web Development Challenge!

The aim of the web development challenge is to demonstrate technical prowess and speed of execution by quickly bootstrapping a simple web app leveraging the Kisi REST API. For this purpose, a boilerplate project may and likely should be used to finish the challenge within a limited amount of time. Eventually, the web app should be accessible through HTTPs, for example by deploying it to Heroku or Now or Netlify

Mandatory libraries:

@vramana
vramana / BS.rs
Created September 12, 2016 02:09
let module Index = BS_Index;
let module Test1 = BS_Test1;
This file has been truncated, but you can view the full file.
{
"errors": [],
"warnings": [],
"version": "1.12.1",
"hash": "c87ea02a19b5c2522519",
"time": 23738,
"publicPath": "/build/",
"assetsByChunkName": {
"main": [
"main.js",
{
"manifest_version": 2,
"name": "The International Prize Pool Tracker",
"version": "1.0",
"permissions": [
"http://dota2.cyborgmatt.com/prizetracker/",
"tabs",
"contextMenus"
@vramana
vramana / gist:5619531
Last active December 17, 2015 13:49
contrib

How to Contribute

Setting up tools

1. Getting Git

To install git in Linux-like systems you can do it via your native package management system:

$ yum install git