Skip to content

Commit

Permalink
url update
Browse files Browse the repository at this point in the history
  • Loading branch information
root-11 committed Mar 28, 2024
1 parent dc17b27 commit 8742559
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,25 @@ Github will render the notebooks for you.

Got a question? Just raise an issue.

| date | article |
| :--------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2024-02-28 | [Renting or buying? A view on the UK house market][nbviewer-root11]/renting_or_buying.ipynb |
| 2023-10-27 | [Is deepcopy a good idea?][nbviewer-root11]/is_deepcopy_a_good_idea.ipynb |
| 2023-10-25 | [The n<sup>th</sup> product][nbviewer-root11]/nth_product.ipynb |
| 2023-09-06 | [Maximum delayed commitment - an agile strategy][nbviewer-root11]/agile_and_organisations.ipynb |
| 2023-09-05 | [The cost of python datastructures][nbviewer-root11]/cost_of_pythons_datastructures.ipynb |
| 2023-07-30 | [Reading .npy files without np.load][nbviewer-root11]/reading_numpys_fileformat.ipynb |

| date | article |
| :--------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 2024-02-28 | [Renting or buying? A view on the UK house market]([nbviewer-root11]/renting_or_buying.ipynb) |
| 2023-10-27 | [Is deepcopy a good idea?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/is_deepcopy_a_good_idea.ipynb) |
| 2023-10-25 | [nth product](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/nth_product.ipynb) |
| 2023-09-06 | [Maximum delayed commitment - an agile strategy](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/agile_and_organisations.ipynb) |
| 2023-09-05 | [cost of python datastructures](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/cost_of_pythons_datastructures.ipynb) |
| 2023-07-30 | [Reading .npy files without np.load](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/reading_numpys_fileformat.ipynb) |
| 2023-07-17 | [Classes as global configuration templates](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/classes_as_configs.ipynb) |
| 2023-05-23 | [Graphs 4 - solving search problems](https://nbviewer.org/github/root-11/graph-theory/blob/master/examples/solving%20search%20problems.ipynb) |
| 2023-05-23 | [Graphs 3 - as finite state machines (and how to solve sudokus)](https://nbviewer.org/github/root-11/graph-theory/blob/master/examples/graphs%20as%20finite%20state%20machines.ipynb) |
| 2023-05-23 | [Graphs 2 - Generating and visualizing graphs](https://nbviewer.org/github/root-11/graph-theory/blob/master/examples/generating%20and%20visualising%20graphs.ipynb) |
| 2023-05-23 | [Grahps 2 - Generating and visualizing graphs](https://nbviewer.org/github/root-11/graph-theory/blob/master/examples/generating%20and%20visualising%20graphs.ipynb) |
| 2023-05-23 | [Graphs 1 - Basic graph theory](https://nbviewer.org/github/root-11/graph-theory/blob/master/examples/basic%20graph%20theory.ipynb) |
| 2023-05-20 | [Validated DataFrames for Pandas for free?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/validated_dataframe.ipynb) |
| 2023-04-05 | [Tablite: The mega-tutorial for out-of-memory datasets](https://nbviewer.org/github/root-11/tablite/blob/master/tutorial.ipynb) |
| 2023-02-22 | [What are convolutions?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/what_are_convolutions.ipynb) |
| 2023-02-18 | [Math for Operations Research](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/math_for_OR.ipynb) |
| 2023-02-05 | [Solving the knapsack problem in 3 ways](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/knapsack_problem.ipynb) |
| 2023-02-05 | [solving the knapsack problem in 3 ways](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/knapsack_problem.ipynb) |
| 2023-01-05 | [Notes on basic stochastic optimization](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/stochastic_optimization.ipynb) |
| 2023-01-05 | [Scheduling: Is it worth the effort? (Yes!)](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/tsp_random_vs_optimal.ipynb) |
| 2022-12-26 | [A dummy file system for apps using key-value store](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/a_dummy_filesystem_for_kv_store.ipynb) |
Expand All @@ -35,8 +36,8 @@ Got a question? Just raise an issue.
| 2022-09-21 | [Business calendar - when is the business open?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/business_calendar.ipynb) |
| 2022-09-17 | [Matrices as Graphs - some notes](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/matrices_as_graphs.ipynb) |
| 2022-08-21 | [Comparing syntax of pandas vs tablite](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/readability_matters_pandas_vs_tablite.ipynb) |
| 2022-08-18 | [Rounding the better way 2.0 (rounding numbers and dates)](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/rounding_the_better_way.ipynb) |
| 2022-07-19 | [Measuring speed to disk](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/measuring_write_out_speed.ipynb) |
| 2022-08-18 | [rounding the better way 2.0 (rounding numbers and dates)](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/rounding_the_better_way.ipynb) |
| 2022-07-19 | [measuring speed to disk](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/measuring_write_out_speed.ipynb) |
| 2022-07-19 | [Organising code for python projects, packaging and testing packages](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/code_organisation.ipynb) |
| 2022-04-30 | [`del`, `__del__` and garbage collection](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/del_and_gc.ipynb) |
| 2022-04-13 | [Multiprocessing with shared memory - part 2](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/multiprocessing_w_shared_memory2.ipynb) |
Expand All @@ -57,7 +58,7 @@ Got a question? Just raise an issue.
| 2021-06-14 | [How many digits do you need?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/how_many_digits_do_you_need.ipynb) |
| 2021-04-12 | [Stock cutting problem](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/stock_cutting.ipynb) |
| 2021-01-22 | [Integer ratios](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/integer_ratios.ipynb) |
| 2021-01-15 | [When is numpy really faster?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/is_numpy_always_faster.ipynb) |
| 2021-01-15 | [Is numpy really faster?](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/is_numpy_always_faster.ipynb) |
| 2020-06-27 | [Tablite - a dirty data tool](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/tablite.ipynb) |
| 2020-06-05 | [Notes on optimisation strategies](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/notes_on_optimization_strategies.ipynb) |
| 2020-05-31 | [Graph-theory - a reference implementation](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/graph-theory.ipynb) |
Expand All @@ -74,4 +75,4 @@ Got a question? Just raise an issue.
| 2020-05-05 | [Monty Hall simulation](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/monty_hall_simulation.ipynb) |
| 2020-05-04 | [Basic combinatorics](https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content/basic_combinatorics.ipynb) |

[nbviewer-root11]: https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content
[nbviewer-root11]: https://nbviewer.org/github/root-11/root-11.github.io/blob/master/content

0 comments on commit 8742559

Please sign in to comment.