- tech stack? (languages and databases)
- caching? locking?
- any functional programming languages? lisp? clojure? docker?
- is there a tech blog?
- python -> not statically typed, no paranthesis, indentations matter.
- ongoing projects, for us?
- interested in 3rd, 4th and 5th.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""""""""""""" | |
" Ayush Jain | |
""""""""""""" | |
set nocompatible " Disable vi-compatibility | |
" Plugin setup through Vundle | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
call vundle#begin() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. maximum Difference | |
2. k-subsequence | |
3. single-line and multi-line comments | |
4. unique domains. | |
3. | |
import java.io.*; | |
public class Solution { | |
public static void main(String args[] ) throws Exception { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADS | |
http://roxanageambasu.github.io/ds2-class/2-papers/ | |
Network Security | |
http://sumanj.info/coms_e6183.html | |
Cloud |
#Functions
let integer_square_root n = int_of_float (sqrt (float_of_int n));;
let rec f x y = if (x > y) then if y=0 then x else (f (x-y) y) else if x=0 then y else (f x (y-x));;
let rec f n r = if (r = 1) then false else if (n mod r = 0) then true else (f n (r-1));;
- MUMPS - http://www.cs.uni.edu/~okane/source/MUMPS-MDH/MumpsTutorial.pdf
- Blog - http://www.intersystems.com/intersystems-blog/data-matters/
- Aligns heavily with my interests. Works deeply with building robust systems.
- Cache, enmble, deepSea, healthshare.
- Excited about MUMPS, programming language, new technology, built in support for databases.
- An InterSystems Technology Summit - David Norfolk