View filter-branch-new-repo-from-folder
git filter-branch --prune-empty --subdirectory-filter my_folder_name |
View list.md
Lecture 1: Introduction to Research — [
Lecture 2: Introduction to Python — [
Lecture 3: Introduction to NumPy — [
Lecture 4: Introduction to pandas — [
Lecture 5: Plotting Data — [
View hadoop-map-reduce.clj
; Interested in a short introduction to hadoop mapreduce? | |
(declare mapreduce) | |
; Let's look at the "hello world job" ie word count. | |
(def input [ | |
[1 "hadoop map-reduce explained"] | |
[2 "with clojure map, reduce and mapcat"] | |
[3 "using the world count example"]]) |
View clojure-beginner.md
Introductory resources
- High level overview https://yogthos.github.io/ClojureDistilled.html
- Interactive exercises http://clojurescriptkoans.com/
- Community-powered Clojure courses https://clojurecademy.com/
- Interactive book https://www.maria.cloud/
- Interactive workbook http://viewer.gorilla-repl.org/view.html?source=github&user=lspector&repo=clojinc&path=worksheet.clj
- Clojure workshop https://github.com/friemen/cugb/blob/master/kickstart.md
- Clojure style guide https://github.com/bbatsov/clojure-style-guide
View tree-seq-extra.clj
(defn tree-seq-depth | |
"Returns a lazy sequence of vectors of the nodes in a tree and their | |
depth as [node depth], via a depth-first walk. branch? must be a fn | |
of one arg that returns true if passed a node that can have | |
children (but may not). children must be a fn of one arg that | |
returns a sequence of the children. Will only be called on nodes for | |
which branch? returns true. Root is the root node of the tree." | |
[branch? children root] | |
(let [walk (fn walk [depth node] | |
(lazy-seq |
View all_weather_1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View all_weather_1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View ibotta-report-2018-06-05.csv
ad_name | os | date | imps | clicks | spend | ?column? | ?column? | pi_conversions | pc_conversions | registrations | month | year | bucket | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Generic 2017 45 | Android | 2018-06-05 | 1 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Evergreen 45 | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Back to School 45 | iOS | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Registered Not Redeemed 0-14 Days | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | ||||
Cash Back 60 | iOS | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 60 Day Dormant | |||
Evergreen 60 | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 60 Day Dormant | |||
Not Registered | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | ||||
Save Money 45 | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Cash Back 60 | Android | 2018-06-05 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 60 Day Dormant |
View ibotta-report-2018-06-04.csv
ad_name | os | date | imps | clicks | spend | ?column? | ?column? | pi_conversions | pc_conversions | registrations | month | year | bucket | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Generic 2017 45 | Android | 2018-06-04 | 1 | 1 | 0.60 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Evergreen 45 | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Registered Not Redeemed 0-14 Days | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | ||||
Not Registered | iOS | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | ||||
Evergreen 60 | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 60 Day Dormant | |||
Not Registered | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | ||||
Save Money 45 | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant | |||
Cash Back 60 | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 60 Day Dormant | |||
Cash Back 45 | Android | 2018-06-04 | 0 | 0 | 0.00 | 0 | 0 | 0 | June | 2018 | 45 Day Dormant |
NewerOlder