Skip to content

Instantly share code, notes, and snippets.

View talegari's full-sized avatar

Srikanth K S talegari

View GitHub Profile
@talegari
talegari / neural_network_and_deep_learning_libraries_R.md
Last active January 27, 2017 07:22
Neural network and Deep learning libraries for R
@talegari
talegari / rString.R
Last active November 14, 2016 14:06
encode/decode R objects as/from strings
###############################################################################
#
# rString ----
#
###############################################################################
#
# author : Srikanth KS (talegari)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
###############################################################################
@talegari
talegari / libraryQ
Created October 22, 2016 18:27
Load a R library without cluttering the terminal
###############################################################################
#
# libraryQ ----
#
###############################################################################
#
# author : Srikanth KS (talegari)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
###############################################################################
@talegari
talegari / tiny_links.md
Last active June 28, 2017 12:10
tiny links for some of my gists
###############################################################################
#
# R_packages_and_their_friends ----
# version: 1
#
###############################################################################
#
# author : Srikanth KS (talegari)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
###############################################################################
#
# optimal_poly ----
#
###############################################################################
#
# author : Srikanth KS (talegari)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
###############################################################################
@talegari
talegari / optimal_scree.R
Last active October 4, 2016 06:58
[R] Find the "right" point in a scree plot using a simple heuristic
###############################################################################
#
# optimal_scree ----
#
###############################################################################
#
# author : Srikanth KS (talegari)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
###############################################################################
@talegari
talegari / mds_2d_plot.R
Created September 3, 2016 13:42
Two dimensional multi dimensional scaling (MDS) plot
################################################################################
#
# mds_2d_plot ----
#
################################################################################
#
# author : talegari (Srikanth KS)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
#
################################################################################
@talegari
talegari / dir_apply.R
Last active October 18, 2016 11:44
lapply kind of behaviour on files of a directory
#######################################################################
# dir_apply
#######################################################################
#
# Description ----
#
# lapply kind of behaviour on files of a directory.
#
# Arguments ----
#
@talegari
talegari / FileStringR.R
Last active December 1, 2016 12:18
[R] Utility to convert a file into an encrypted string using `base64enc` package and vice versa
#######################################################################
# FileStringR
#######################################################################
# author : talegari (Srikanth KS)
# license : GNU AGPLv3 (http://choosealicense.com/licenses/agpl-3.0/)
# about : a utility to convert a file into an encrypted string using
# `base64enc` package and vice versa
# depends : R (>= 3)with packages: `tools`, `base64enc`, `assertthat`
# `sodium`