Skip to content

Instantly share code, notes, and snippets.

View kanhirun's full-sized avatar

Kel Kanhirun kanhirun

  • New York, NY
View GitHub Profile
@kanhirun
kanhirun / bitrise.yml
Created July 30, 2019 16:03
Example bitrise.yml
---
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: react-native
trigger_map:
- push_branch: "*"
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
@kanhirun
kanhirun / example.js
Last active October 18, 2017 19:16
mapStateToProps - strict filtering done by destructuring
// es6
const aStateThatCanBeSliced = {
fruits: {
oranges: 999999,
bananas: 10
},
hasFreshFruits: true,
}
=begin========================================================================
EXERCISE: Create a Boggle Board Class
Ruby 2.1.0
Kel Kanhirun
January 30, 2014
I/O: #create_word, String => String
#get_row, Integer => Array
#get_col, Integer => Array