Skip to content

Instantly share code, notes, and snippets.

View Paddy3118's full-sized avatar

Paddy3118

View GitHub Profile
@Paddy3118
Paddy3118 / fea_mesh.svg
Created December 1, 2019 10:00
Finite Element Analysis example faces for Rosetta Code task description.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Paddy3118
Paddy3118 / die_n_from_m.ipynb
Created January 12, 2019 18:19
Create an N-faced fair die from throwing an M-faced one.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Paddy3118
Paddy3118 / root2_encapsulated.jpg
Created October 4, 2018 20:54
Tennenbaum-root-2-graphic
root2_encapsulated.jpg
@Paddy3118
Paddy3118 / python_unpacking.ipynb
Created August 29, 2018 17:03
Pythons new dict unpacking: An exploration.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Paddy3118
Paddy3118 / word-part_frequencies.ipynb
Created August 15, 2018 19:38
Me doing some data parse-munge-dumping in a Jupyter Notebook.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Paddy3118
Paddy3118 / more_f_strings.ipynb
Last active August 12, 2018 08:06
Investigate adjacent string literals
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Paddy3118
Paddy3118 / flashtext_regex_dict_timing.py
Created December 20, 2017 14:57
Python flashtext speed example against dict.get
"""
Original: https://gist.github.com/vi3k6i5/dc3335ee46ab9f650b19885e8ade6c7a
Additional dict.get() word replacer added
Created on Wed Dec 20 14:03:51 2017
@author: Paddy3118
"""