Skip to content

Instantly share code, notes, and snippets.

View icyflame's full-sized avatar

Siddharth Kannan icyflame

View GitHub Profile
JavaScript resources, all free online. They're ordered in diffuculty from top to bottom.
http://jsforcats.com/
https://www.youtube.com/playlist?list=PLeL6uTxQ-uX_5BpOb2FDNgG6SxjCs59Kv
https://www.youtube.com/watch?v=hQVTIJBZook
https://www.khanacademy.org/computing/computer-science/algorithms
http://speakingjs.com/es5/index.html
http://eloquentjavascript.net/index.html
http://superherojs.com/
https://www.youtube.com/watch?v=8aGhZQkoFbQ
@icyflame
icyflame / times.csv
Last active October 23, 2015 10:36
All the solvetimes as recorded in CLI Cube Timer, https://npmjs.org/package/cli-cube-timer
54.21 F2 D F U R2 U' B D F' R D2 R F' U F' D' L F R B2
27.03 L2 F R F' D R' D2 L F L2 F2 D B' R' F L F' R' F L2
57.86 F2 L B D B' U R2 U' L' F' D' R2 D' L2 D L2 D2 F U' L2
35.24 L U' F2 U R2 U' R' D' B R' D' F' L' U2 F' D2 R2 B2 R B2
38.75 R2 D B2 D L2 U' F2 U L U R B2 L2 F2 D' B' L2 F' R' F2
42.63 F' L F2 U F' U2 R' F2 U R' F' D' R2 B R' B R D R2 D'
71.37 U' F' R' F U' R2 F D2 F R' U F' U R2 B D R F U2 B'
32.94 F2 R D' L2 F' R2 U2 L2 U L2 B D' R2 D' F L B2 U' B2 U'
38.53 L' B2 U L' U2 F' U2 F U2 L2 D F2 D2 R' B' L2 F2 R F2 L'
50.42 B R' B2 D' R2 U R2 F R' U L' D' L D F' D L F2 R' F2
JavaScript resources, all free online. They're ordered in diffuculty from top to bottom.
http://jsforcats.com/
https://www.youtube.com/playlist?list=PLeL6uTxQ-uX_5BpOb2FDNgG6SxjCs59Kv
https://www.youtube.com/watch?v=hQVTIJBZook
https://www.khanacademy.org/computing/computer-science/algorithms
http://speakingjs.com/es5/index.html
http://eloquentjavascript.net/index.html
http://superherojs.com/
https://www.youtube.com/watch?v=8aGhZQkoFbQ
@icyflame
icyflame / 2x2-timeDump.md
Last active October 4, 2015 07:51
My Rubik's Cube solve times

13.48, 19.92, 18.19, 13.55, 26.46, 29.31, 23.64, 15.61, 11.28, 15.15, 14.23, 21.19, 12.81, 20.32, 12.77, 18.37, 12.91, 18.38, 11.76, 18.91, 13.72, 13.73+, 21.99, 10.84, 19.35, 14.94, 13.11, 14.06, 16.06, 15.25, 12.66, 14.03, 29.67, 16.22, 17.71, 22.26, 18.79+, 11.54+, 19.14, 14.65, 18.05, 16.67, 27.10+, 25.78, 23.52, 20.90, 17.65, 16.10, 13.48, 16.85, 17.68, 9.84, 7.89, 31.84, 18.83, 13.20, 16.63, 15.79, 12.78, 13.72, 17.54, 8.20, 14.63, 16.15, 13.00, 13.54, 17.29, 17.68, 13.21, 22.07+, 15.70, 11.94, 10.99, 12.72, 21.04, 17.27, 15.05, 13.41, 15.99, 18.03, 16.95, 18.95, 14.56, 25.40, 17.38, 17.99+, 13.93, 14.70, 16.95, 13.08, 18.33, 15.46, 12.21, 13.43, 13.89, 10.72, 8.58, 16.09, 14.31, 22.44, 17.10, 15.65, 10.97, 24.82, 14.92, 14.29, 16.04, 14.26, 19.15, 16.70, 15.64, 13.14, 11.93, 11.84, 14.13, 11.72+, 14.34+, 11.96, 14.32, 19.72, 9.65, 17.30, 12.19, 15.25, 11.15, 11.50, 15.38, 15.53, 17.87, 17.37, 14.32, 16.87, 10.51, 15.01, 7.79, 10.00, 14.94, 9.69, 16.13, 11.10, 14.46+, 12.10, 21.13+, 13.00, 20.50, 26.67,

@gabrielemariotti
gabrielemariotti / README.md
Last active March 9, 2023 06:02
A SectionedGridRecyclerViewAdapter: use this class to realize a simple sectioned grid `RecyclerView.Adapter`.

You can use this class to realize a simple sectioned grid RecyclerView.Adapter without changing your code.

Screen

The RecyclerView has to use a GridLayoutManager.

This is a porting of the class SimpleSectionedListAdapter provided by Google

If you are looking for a sectioned list RecyclerView.Adapter you can take a look here

@icyflame
icyflame / essentialApps.md
Last active August 29, 2015 14:11
The essential applications for my Ubuntu laptop

Applications

  • Google Chrome
  • Terminator
  • zsh
  • git
    • .gitignore_global file
    • .gitconfig file
  • vim
    • NERDTree: plugin
  • vimrc file
@carols10cents
carols10cents / ruby-to-rust-cheat-sheet.md
Last active November 24, 2020 23:12
Ruby to Rust Cheat Sheet

Ruby to Rust Cheat Sheet

The goal of this is to have an easily-scannable reference for the most common syntax idioms in Ruby and Rust so that programmers most comfortable with Ruby can quickly get through the syntax differences and feel like they could read and write basic Rust programs.

What do you think? Does this meet its goal? If not, why not?

Variables

Ruby:

@icyflame
icyflame / _dev-environment.md
Last active August 29, 2015 14:07
The set of commands that are required to get started with a rails application

Application Setup: Install Devise, Bootstrap, ActiveAdmin

  • Create the application
rails new app
  • Move into the app directory
@icyflame
icyflame / htmlTemplate.html
Last active August 29, 2015 14:06
Basic Template for almost all HTML files
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
@icyflame
icyflame / cdns.md
Last active August 29, 2015 14:05

Bootstrap - Full alongwith jQuery

<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

Font Awesome 4.1.0