Skip to content

Instantly share code, notes, and snippets.

View sudheeshkatkam's full-sized avatar

Sudheesh Katkam sudheeshkatkam

  • Mountain View, CA
View GitHub Profile
@guenter
guenter / Main.scala
Last active January 13, 2026 12:39
A simple Mesos "Hello World": downloads and starts a Python web server on every node in the cluster.
import mesosphere.mesos.util.FrameworkInfo
import org.apache.mesos.MesosSchedulerDriver
/**
* @author Tobi Knaup
*/
object Main extends App {
@avalonalex
avalonalex / RSA.py
Last active October 19, 2025 03:12
A implementation of RSA public key encryption algorithms in python, this implementation is for educational purpose, and is not intended for real world use. Hope any one want to do computation like (a^b mode n) effectively find it useful.
#!/usr/bin/env python
import argparse
import copy
import math
import pickle
import random
from itertools import combinations
@tsabat
tsabat / zsh.md
Last active March 10, 2026 08:50
Getting oh-my-zsh to work in Ubuntu