Skip to content

Instantly share code, notes, and snippets.

@parameshnalla
parameshnalla / README.md
Created August 28, 2017 08:04 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@parameshnalla
parameshnalla / gist:7c5ad4fd3e5a9eb71bd6572d02d66098
Last active February 27, 2018 19:48 — forked from mikehaertl/gist:3258427
Learn you a Haskell - In a nutshell

Learn you a Haskell - In a nutshell

This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.


1. Introduction

  • Haskell is a functional programming language.

Learn you a Scala - In a nutshell

This is a summary of the "Learn You A Haskell" online book under http://learnyouahaskell.com/chapters.


1. Introduction

  • Scala is a functional programming language.
0.125074228 0.006317529 0
0.149701536 0.015161603 0
0.173691111 0.026499984 0
0.196854417 0.040287634 0
0.219006001 0.056466871 0
0.239964283 0.074967568 0
0.259552344 0.095707412 0
0.277598683 0.118592201 0
0.293937973 0.143516185 0
0.308411775 0.170362464 0
@parameshnalla
parameshnalla / myscript.sh
Created November 15, 2022 19:11
testscript
#!/bin/bash
echo "hello"
echo "hi" >> /home/ec2-user/SageMaker/hi.log
echo "I'm alive"