├── README.md ├── bash ├── awk_tricks.md ├── bash_path_variable.md ├── pandoc.md └── shuf.md ├── git └── github-email.md ├── mysql_macos_password.md ├── mysql_table_load.md ├── python ├── aws_lambda.md ├── jupyter.md ├── pandas_cheat_sheet.md ├── pandas_loc_iloc.md ├── python_migrating_jekyll_links.md ├── python_strptime.md └── scikitlearn-loading-datasets.md ├── scala └── install_scala.md └── spark ├── pyspark_fakedata.md ├── reading_data_into_spark.md └── scala-declaring_variable_types_in_spark_rdds.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/README.md -------------------------------------------------------------------------------- /bash/awk_tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/bash/awk_tricks.md -------------------------------------------------------------------------------- /bash/bash_path_variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/bash/bash_path_variable.md -------------------------------------------------------------------------------- /bash/pandoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/bash/pandoc.md -------------------------------------------------------------------------------- /bash/shuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/bash/shuf.md -------------------------------------------------------------------------------- /git/github-email.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/git/github-email.md -------------------------------------------------------------------------------- /mysql_macos_password.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/mysql_macos_password.md -------------------------------------------------------------------------------- /mysql_table_load.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/mysql_table_load.md -------------------------------------------------------------------------------- /python/aws_lambda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/aws_lambda.md -------------------------------------------------------------------------------- /python/jupyter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/jupyter.md -------------------------------------------------------------------------------- /python/pandas_cheat_sheet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/pandas_cheat_sheet.md -------------------------------------------------------------------------------- /python/pandas_loc_iloc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/pandas_loc_iloc.md -------------------------------------------------------------------------------- /python/python_migrating_jekyll_links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/python_migrating_jekyll_links.md -------------------------------------------------------------------------------- /python/python_strptime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/python_strptime.md -------------------------------------------------------------------------------- /python/scikitlearn-loading-datasets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/python/scikitlearn-loading-datasets.md -------------------------------------------------------------------------------- /scala/install_scala.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/scala/install_scala.md -------------------------------------------------------------------------------- /spark/pyspark_fakedata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/spark/pyspark_fakedata.md -------------------------------------------------------------------------------- /spark/reading_data_into_spark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/spark/reading_data_into_spark.md -------------------------------------------------------------------------------- /spark/scala-declaring_variable_types_in_spark_rdds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/veekaybee/til/HEAD/spark/scala-declaring_variable_types_in_spark_rdds.md --------------------------------------------------------------------------------