Pinned Loading
-
clj-xmltojson
clj-xmltojson PublicClojure module that makes working with XML feel like you are working with JSON.
-
py-hierarchy-utils
py-hierarchy-utils PublicHierarchy utilities for working with nested data structures (in python).
-
read xlsx in py.py
read xlsx in py.py 1#!/usr/bin/env ipython
23from openpyxl import load_workbook
4from toolz import thread_last, curry
5import toolz.curried as tc
-
Start multiple synchronized SSH conn...
Start multiple synchronized SSH connections with Tmux 1#!/bin/bash
2# ssh-multi
3# D.Kovalov
4# Based on http://linuxpixies.blogspot.jp/2011/06/tmux-copy-mode-and-how-to-control.html
5 -
stairway.clj
stairway.clj 1(ns user)
23(defn reached-top-of-staircase?
4"Tests to make sure the steps get us to the top of the stairway."
5[{:keys [stairway-height]} step-vec]
-
stairway.py
stairway.py 1from pprint import pprint as pp
234def reached_top_of_stairs(stairway_height, step_tuple):
5return sum(step_tuple) == stairway_height
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.