Skip to content

Instantly share code, notes, and snippets.

@parikshit95
parikshit95 / server.R
Created July 18, 2017 16:19 — forked from chibondking/server.R
Portfolio Analytics Shiny App
library(PerformanceAnalytics)
library(PortfolioAnalytics)
library(quantmod)
options( error = recover )
fastCovMcdEstimator <- function(x, spec=NULL,...) {
covMcdEstimate
}
@parikshit95
parikshit95 / folder_splitter.py
Created April 22, 2017 00:55 — forked from zupo/folder_splitter.py
Split a folder with many files into subfolders with N files. Usage: python folder_splitter.py path/to/target/folder
# -*- coding: utf-8 -*-
# @author: Peter Lamut
import argparse
import os
import shutil
N = 10 # the number of files in seach subfolder folder