Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tmck-code/tmck-code.github.io

My blog
https://github.com/tmck-code/tmck-code.github.io

Last synced: 15 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# tmck-code.github.io

my blog

---

### [20240829 Using JQ with style](articles/20240829_using_jq_with_style/20240829_using_jq_with_style.md)

> _Colour/theme configuration for jq_

### [20240828 Filtering Nones from a Python list](articles/20240828_filtering_nones_from_a_python_list/20240828_filtering_nones_from_a_python_list.md)

> _Functional approaches to filter out None items from a python list_

### [20240411 Join and Coalesce in Pyspark](articles/20240411_join_and_coalesce_in_pyspark/20240411_join_and_coalesce_in_pyspark.md)

> _Join two dataframes and merge their columns_

### [20240403 Allow flatpak to use secondary hard drives](articles/20240403_allow_flatpak_to_use_secondary_hard_drives/20240403_allow_flatpak_to_use_secondary_hard_drives.md)

> _Useful when sharing a steam installation_

### [20240310 My Favourite Surf Maps](articles/20240310_my_favourite_surf_maps/20240310_my_favourite_surf_maps.md)

> _[Counter-Strike] A list of my favourite CS Surf maps_

### [20240129 CS CFG tricks #1](articles/20240129_cs_cfg_tricks_#1/20240129_cs_cfg_tricks_#1.md)

> _[Counter-Strike] Execute multiple commands with a single keybind_

### [20240126 CS Surf - Toggle all saveloc keybinds](articles/20240126_cs_surf_-_toggle_all_saveloc_keybinds/20240126_cs_surf_-_toggle_all_saveloc_keybinds.md)

> _Use one key to toggle all of your saveloc keybinds on and off_

### [20231105 CS2 Surf](articles/20231105_cs2_surf/20231105_cs2_surf.md)

> _The configs that I use for CS2 surf, currently a WIP_

### [20230919 Parsing BOMs in Python](articles/20230919_parsing_boms_in_python/20230919_parsing_boms_in_python.md)

> _How to detect/read/write UTF 8/16 BOMs_

### [20230704 Jupyter Cell Wrappers](articles/20230704_jupyter_cell_wrappers/20230704_jupyter_cell_wrappers.md)

> _Adding decorator-style functionality to jupyter cells_

### [20230605 PySpark Fu](articles/20230605_pyspark_fu/20230605_pyspark_fu.md)

> _Some non-trivial pyspark examples_

### [20230406 Installing Github Copilot](articles/20230406_installing_github_copilot/20230406_installing_github_copilot.md)

> _The start of my journey with Github Copilot - installation!_

### [20230322 Dictionary Paths](articles/20230322_dictionary_paths/20230322_dictionary_paths.md)

> _Accessing or modifying nested keys and values_

### [20230311 Simplify with islice](articles/20230306_simplify_with_islice/20230306_simplify_with_islice.md)

> _Showcasing a very useful method from the itertools module_

### [20220718 CSGO Surf](articles/20220718-csgo-surf/20220718-csgo-surf.md)

> The configs that I use for CSGO surf, plus any other tips and tricks I can think of

### [20220703 FSTAB](articles/20220703_fstab/20220703_fstab.md)

> _A basic guide on creating /etc/fstab entries for automatically mounting secondary partitions at boot_

### [20220610 awscli / boto3 snippets](articles/20220610_awscli_boto3_snippets/20220610_awscli_boto3_snippets.md)

> _Handy code & command snippets for AWS services_

### [20220518 Minecraft](articles/20220518_minecraft/20220518_minecraft.md)

> _Minecraft for linux! Help, commands, mods etc. for both client & server._

### [20220511 Bash Practices](articles/20220511_bash_practices/20220511_bash_practices.md)

> _A few "good-practice" techniques that I've found over the years working with Bash_

### [20220330 Convert PDF to PNG](articles/20220330_convert_pdf_to_png.md)

> _A lifesaving feature I discovered in OSX_

### [20220308 Fresh Python Repo](articles/20220308_fresh_python_repo/20220308_fresh_python_repo.md)

> _Roll-your-own basic python repository, complete with Dockerfile_

### [20220306 Python Datetimes](articles/20220306_python_datetimes/20220306_python_datetimes.md)

> _Recipes for common datetime operations in Python (using the standard lib)_

### 20200419 CSV

> _A multi part series on reading & writing CSV data, with code examples from multiple languages._

- [00 - The Series](articles/20200419_csv/201904_csv-0-the_series.md)
- [01 - The Current Standard](articles/20200419_csv/201904_csv-1-the_current_standard.md)
- [02 - Character Encoding](articles/20200419_csv/201904_csv-2-character_encoding.md)
- [03 - Speed & Reliability](articles/20200419_csv/201904_csv-3-speed-reliability.md)
- [04 - Writing](articles/20200419_csv/201904_csv-4-writing.md)