boxuancui / sa-internal-site

Reference site template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meridian Metrics App

A continually updated list of great educational programming resources.

Git

Git Enhancements

  • Hub - Command-line wrapper for Github and an AWESOME tool. Allows you to browse issues, wikis, fork repos, and send pull requests, all from the command line.
  • Git-Flow - A set of git extensions that were developed specifically to assist with the master/dev/feature git workflow we use. (also, a video)
  • Git & Github Secrets - Exactly what the title says. Includes some really awesome shortcuts.
  • Git-up - Fetches and rebases all locally-tracked branches. Great alternative to git pull -f.
  • Git-imerge - Performs an incremental merge between branches.
  • Git-sweep - Safely remove remote branches that have been merged into master.
  • Git-jk - Utility that allows you to undo your most recent git command, or gives you instructions on how to undo it. (clever name! get it?)

Markdown

Python & Django

Go

Javascript, JQuery, and JQuery Plugins

  • JQuery Learning Center - Great guide for getting started with JQuery, and Javascript in general.
  • jsFiddle - jsFiddle is a way to write, test, and share code snippets of Javascript.
  • JQuery Plugin Library - List of Helpful JQuery plugins that can be used in Spotfire 6.
  • Easing Functions - Helpful javascript library for visualizing easing functions.
  • Rainyday.js - Useless, but fun! Pretty cool way to make your screen appear as though it is being rained on.
  • 10 Handy Javascript libraries - Directory of 10 Javascript libraries.
  • CreditCard.js - Simple library for creating easy-to-use credit card forms.
  • Dynamic JS Libraries - Javascript libraries for dynamic websites.
  • StickyJS - JQuery plugin for creating sticky elements that do not scroll with the page.
  • JQuery & XMLs - Guide for using JQuery to retrieve data from XMLs.
  • PNotify - A great js library for creating notifications. Designed specifically to work with Bootstrap and JQueryUI.
  • cdnjs.com - A massive list of cdn sources for some of the most popular javascript and css libraries today.

Node, Backbone, Angular, Ember, Underscore, etc

D3.js

  • D3.js - Data-Driven Documents. Data Visualization framework written in javascript.
  • D3 Gallery - Fantastic gallery of all the great visualizations you can create using D3.js
  • DashingD3 - Great site filled with tutorials on how to use D3.
  • Three Little Circles - D3 tutorial that uses 3 small circles as examples throughout.
  • DimpleJS - An object-oriented API for business analytics using D3.js
  • D3 Tutorials - Example-driven tutorials for D3
  • Why D3? - Great blog article explaining what makes D3 so great for data visualization.

R (...and Julia!!!)

  • Quick R - Companion website for the book "R in Action."
  • Cookbook for R - Good general R code resource.
  • RMySQL - Full installation and setup guide on how to use R with MySQL.
  • Advanced R - In-progress book site for Advanced R.
  • R-bloggers - R-bloggers site, great resource for staying up-to-date on R news.
  • The Story of your Data in R - Great walkthrough that shows you not only how to configure a database connection between MySQL and R in Windows, but also shows you what you can do once you're done with it.
  • Shiny - Complete web application framework for building interactive applications in R.
  • SparkR - R front-end package for integration with Apache Spark (more on that later...).
  • RMySQL Docs - Official documentation on the RMySQL package from the CRAN repository.
  • Introduction to R - Video that explains the basics of R.
  • R by Example - Name pretty much says it all on this one.
  • R Survival Guide - One page survival guide to learning and using R.
  • Julia-lang.org - Project homepage for the Julia programming language.
  • Try Julia - Interactive beginners guide to Julia.

NOTE: The Julia programming language adopted its name from the a concept in fractal geometry called the Julia Set. You've likely seen Julia sets around in your every-day life but just didn't know it. Weirdly, it's a very common necktie and wallpaper design. Here is an example.

Analytics

About

Reference site template

License:Apache License 2.0


Languages

Language:HTML 95.5%Language:CSS 4.2%Language:JavaScript 0.3%