Found 77 repositories(showing 30)
tentacode
😹 Sandbox project with cats.
Achant
### General - [X] Artifact produced is a [gist](https://gist.github.com/) with a Markdown file containing links and text ### Use the Shell Like a Pro - [X] Artifact contains a list of 5-10 of the commands you find most useful. 1.) cd - Used to change the directory the shell is in. 2.) clear - Used to clear the view of the shell. 3.) ls - Used to list all of the visible files in a directory. 4.) alias/export - Used to create shortcuts for commands/Used to export alias commands into a file. 5.) nano - Used to edit a file within the shell. 6.) mv - Used to move a file. 7.) * - Technically not a command, but a useful way to select all of one set of files. 8.) cat - Used to display the contents of a file. 9.) sort - Used to sort a file. 10.) rm - Used to permanently remove a file, without sending it to the trash. ### Level Up your Debugging - [ ] Artifact includes a list of 3+ debugging tools that you found especially useful 1.) 2.) 3.) 4.) ### Get Good at Git and GitHub - [ ] Sandbox **GitHub repository** is created and linked to in the artifact - [ ] Sandbox repo includes a `.gitignore` file with at least a few patterns included - [ ] Sandbox repo has at least one **pull request** Artifact contains the **git commands** you used to... - [ ] **clone** a remote repository - [ ] **stage** and unstage files for commit - [ ] create a **commit** with a **commit message** - [ ] **amend** the most recent commit message - [ ] create and delete **branches** - [ ] **push** to a remote repository - [ ] **pull** a **feature branch** from a remote repository - [ ] push a **local branch** to a specific remote branch - [ ] **revert** files back to a specific commit - [ ] **rebase** a branch onto master - [ ] interactively rebase using the `--interactive` flag to squash, rename, and reorder commits - [ ] move specific commits between different branches with the `cherry-pick` command (List commands) ### Type Faster and Better - [ ] Artifact cites your best WPM (words per minute) score from Typing.io (Scores) ### Master your Editor - [ ] Artifact contains a list of 3+ features of your editor that you discovered - [ ] Artifact contains a list of your favorite editor plugins (List features) (List plugins) ### Setup Homebrew and Install Some Packages - [ ] A `Brewfile` with your favorite Homebrew packages is linked from the artifact (List Brewfile...?) ### Stretch ### Make Your Own Dotfiles - [ ] Dotfiles repo exists in your personal GitHub account - [ ] Artifact includes link to dotfiles repo ### Build an Atom Package - [ ] Installable Atom package is published as a repo on your personal GitHub account - [ ] Artifact includes link to Atom package repo
ERAMITDHOMNE
hadoop-projects IBM stock project Get IBM stock dataset Clean the dataset Load dataset on the HDFS Build MapReduce program Process/ Analyse result Hadoop set up Run single node Hadoop cluster /usr/local/Celler/hadoop Check : https://www.slideshare.net/SunilkumarMohanty3/install-apache-hadoop-on-mac-os-sierra-76275019 http://zhongyaonan.com/hadoop-tutorial/setting-up-hadoop-2-6-on-mac-osx-yosemite.html Go to :http://localhost:50070/dfshealth.html#tab-overview Start : hstart Hadoop command: hadoop fs -ls hadoop fs -mkdir /hbp Upload a file in HDFS hadoop fs -put <localsrc> ... <HDFS_dest_Path> go to : http://localhost:50070/explorer.html#/hbp/ibm-stock Dataset head date - opening stock quote - high - low - traded volume - closing price Clean dataset with command : awk,sed,grep Run the program Copy jar to Hadoop Run the program on Hadoop system: hadoop jar /hbp/ibm-stock/ibm-stock-1.0-SNAPSHOT.jar /hbp/ibm-stock/ibm-stock.csv /hbp/ibm-stock/output Check output dir : hadoop fs -ls /hbp/ibm-stock/output Copy file from HDFS to local file system : hadoop fs -get /hpb/ibm-stock/output/part-r-00000 home/Users/hien/results.csv Check head home/Users/hien/results.csv Customer Analysis Collect data Customer master data : MySQL Logs : text file Twitter feeds : JSON Load data from data sources in HDFS Mug data Create table in Hive to store data in format Query and join tables Export data Set up stack: Hortonwork data platform HDP Install HDP sandbox: HDP 2.3 HDP : hive, squoop , Fraud Detection system Clean dataset Create model Using: Spark and Hadoop Problem: predict payment transaction is suspect Build model : Find relevant field: Apache Spark 2 Spark ecosystem : Spark core Spark streaming Spark SQL MLlib GraphX Spark-R Apache Spark component: + navigate to : localhost:4040 run spark-shell : $SPARK_HOME/bin/spark-shell Word count Create pairRDD : valpairRDD=stringRdd.map( s => (s,1)) Run reducebykey to count the occurency of each word : alwordCountRDD=pairRDD.reduceByKey((x,y) =>x+y) Run the collect to see the result : valwordCountList=wordCountRDD.collect Find the sum of integers Create RDD of even number from integers : valintRDD = sc.parallelize(Array(1,4,5,6,7,10,15)) Filter even numbers from RDD : valevenNumbersRDD=intRDD.filter(i => (i%2==0)) Sum the even numbers from RDD : val sum =evenNumbersRDD.sum Count the number of words in file : Read txt file : cat people.txt Read file from Apache Spark shell : val file=sc.textFile("/usr/local/spark/examples/src/main/resources/people.txt") Flaten the file, prcess and split , with each word : valflattenFile = file.flatMap(s =>s.split(", ")) Check the content of RDD : flattenFile.collect Count all words from RDD : val count = flattenFile.count Working with Data and Storage + Chua hoc 4 (RDD transformation),
ssledz
sandbox for playing with scala cats-effect
asachdeva
Cats-Sandbox
oleg-korolenko
cats lib sandbox
mrmizz
Cats Stuff
seldridge
No description available
harpresing
Exercises from the book https://underscore.io/books/scala-with-cats/
adsinc
No description available
waqarys
No description available
davegurnell
An empty SBT project with dependencies on Cats and Cats Effect.
nivachasa
This repository holds the Nu Pet Cat project 🐱, a digital pet used as a learning tool. Its primary purpose is to demonstrate the GitHub workflow (like Branches, Pull Requests, and Issues) to non-technical teams, providing a safe sandbox for collaboration.
cjstrattonbuys
SkillCrush 102, lesson 05, task 04: A Code Sandbox project that displays a cat profile and updates when parts of the UI are hovered over, part 2 - the theme can now be changed between dark and light
drsnyder
Scala cats sandbox
orangecms
sandbox. cats. kitties.
tgriozel
Sandbox for Cats (FP library) exercices
beikern
scala with cats exercises
ryu1kn
No description available
geektimus
No description available
igortn
Scala Cats Library Tutorial
CEPoole
No description available
Alkaar
No description available
Duelist256
Examples are taken from the book "Scala with Cats"
loganstk
Fancy typeclassery
cheleb
No description available
AndySpaven
Some scratch files from a talk on CATS monad transformers
AlexGruPerm
study cats, cats-effect
novakov-alexey-zz
Scala with Cats exercises
jayeshkapadnis
No description available