Skip to content

Instantly share code, notes, and snippets.

View vasudevram's full-sized avatar

Vasudev Ram vasudevram

View GitHub Profile
A# .NET
A# (Axiom)
A-0 System
A+
A++
ABAP
ABC
ABC ALGOL
ABSET
ABSYS
@vasudevram
vasudevram / spreadsheet.py
Created December 21, 2017 16:34 — forked from alchemyst/spreadsheet.py
Spreadsheet in 100 lines of Python
#!/usr/bin/env python
import tkinter as tk
import math
import re
from collections import ChainMap
Nrows = 5
Ncols = 5

Setup Work

  • Make a list of competitive/alternative services: See competitors.md file
  • Set up Google News alerts for "side project marketing" and "startup marketing".
  • Make list of blogs, subscribe to RSS feeds in Feedbin:
    • Startup marketing blogs
    • Side project blogs
    • Small business marketing blogs
    • Chicago small business/startup bloggers
  • Come up with a name and domain name
@vasudevram
vasudevram / hn_seach.js
Created January 3, 2017 14:03 — forked from kristopolous/hn_seach.js
hn job query search
function query() {
var
// HN is done with very unsemantic classes.
job_list = Array.prototype.slice.call(document.querySelectorAll('.c5a,.cae,.c00,.c9c,.cdd,.c73,.c88')),
query_list = Array.prototype.slice.call(arguments),
shown = 0, total = job_list.length;
// Traverses up the dom stack trying to find a match of a specific class
function up_to(node, klass) {
if (node.classList.contains(klass)) {
@vasudevram
vasudevram / Links-01.txt
Created December 4, 2016 20:14
Links-01
@vasudevram
vasudevram / file-01.txt
Last active January 3, 2016 09:09
Test gist
file 01.
file 01.