Skip to content

Commit f243eb6

Browse files
authored
Update README.md
1 parent 9b50f4e commit f243eb6

1 file changed

Lines changed: 5 additions & 50 deletions

File tree

README.md

Lines changed: 5 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -7,73 +7,28 @@ A collection of programming notes, snippets and examples. By José Aniceto.
77
Below is a list of the most used pages.
88

99
## Python
10-
10+
- [Working with uv](/programming-notes/python/uv)
1111
- [Simple Machine Learning workflow](/programming-notes/python/ml-workflows)
1212
- [Scientific quality figures](/programming-notes/python/scientific-figures)
13-
- [Python packages and modules](/programming-notes/python/packages)
1413

1514

1615
## MATLAB
17-
- [Preparing figures for publication](programming-notes/matlab/figures-publication.md)
18-
- [Surface fitting with MATLAB](/matlab/surface-fit.md)
19-
- [Working with strings](/matlab/strings.md)
20-
- [Links and Resources](/matlab/links.md)
21-
- [Integrating from data points](/matlab/integrate.md)
22-
- [Design of Experiments](/matlab/doe.md)
16+
- [Figures in MATLAB](/matlab/figures)
17+
- [Preparing figures for publication](programming-notes/matlab/figures-publication)
2318

2419
## GENERAL
25-
- [VSCode shortcuts for Windows](/general/vscode-shortcut.md)
26-
- [Git Version Control System](/general/git.md)
27-
- [Deploy a Django app to Heroku](/general/deploy-django-heroku.md)
28-
- [Deploy Django app to Azure App Service](/general/deploy-django-azure.md)
2920
- [Create a Windows batch script](/general/batch-script.md)
30-
- [Regular expressions](/general/regex.md)
31-
- [Online Resources For Web Developers](/general/web-dev-resources.md)
32-
- [Installing Python 3.7 on Raspbian](/general/python-raspbian.md)
33-
- [Deploy a Django app in an Ubuntu VPS (DigitalOcean)](/general/deploy-django.md)
34-
- [Set up Amazon S3 to serve Django Static and Media files](/general/s3-django-setup.md)
35-
- [Powershell](/general/powershell.md)
36-
- [VPS providers](/general/vps-providers.md)
3721
- [Hiding Passwords and Secret Keys in Environment Variables](/general/os-env-vars.md)
38-
- [Guide to contributing on GitHub](/general/contributing-oss.md)
39-
- [Visual Studio Code setup](/general/vscode.md)
40-
- [Editing photos metadata](/general/image-metadata.md)
4122
- [Windows terminal](/general/windows-terminal.md)
4223

4324
## LINUX
44-
- [Set up a Django production server with gunicorn](/linux/django-production-server.md)
45-
- [Initial Server Setup with Ubuntu 18.04](/linux/server-setup.md)
46-
- [Deploy a Flask Application on an Ubuntu VPS (DigitalOcean)](/linux/ubuntu-vps.md)
4725
- [Set `$PATH` variable in Ubuntu](/linux/path.md)
48-
- [Keep processes running and closing SSH connection](/linux/keep-scripts-running-ssh.md)
4926
- [Linux Crontab](/linux/crontab.md)
50-
- [Keep SSH sessions running after disconnecting](/linux/keep-ssh-running.md)
51-
- [Set up server in Raspberry Pi](/linux/raspberrypi.md)
5227

5328
## LATEX
54-
- [Bibliography management](/latex/bibliography.md)
55-
- [Derivatives](/latex/derivatives.md)
56-
- [An Introduction to LaTeX](/latex/latex-intro.md)
57-
- [Create LaTeX presentations with Beamer](/latex/beamer.md)
5829
- [Working with figures](/latex/figures.md)
59-
60-
## JAVASCRIPT
61-
- [Basic Javascript concepts](/javascript/basics.md)
62-
- [Filter, sort and layout](/javascript/filter-search.md)
63-
- [React](/javascript/react.md)
64-
- [DataTables JS Library](/javascript/DataTables.md)
65-
- [Create ReactJS app and deploy to Github pages](/javascript/create-react-app.md)
66-
- [Making AJAX request](/javascript/ajax.md)
67-
- [Modern JavaScript](/javascript/modern-js.md)
68-
- [Set expiration time (TTL) for LocalStorage](/javascript/expiration-localstorage.md)
69-
- [Caching data](/javascript/cache-data.md)
70-
71-
## HTML CSS
72-
- [CSS selectors](/html-css/css-selectors.md)
73-
- [CSS frameworks](/html-css/css-frameworks.md)
74-
- [Meta tags for SEO](/html-css/seo-meta-tags.md)
75-
- [Sticky footer](/html-css/sticky-footer.md)
76-
- [Simple CSS reset](/html-css/css-reset.md)
30+
- [Create LaTeX presentations with Beamer](/latex/beamer.md)
31+
- [Derivatives](/latex/derivatives.md)
7732

7833

7934

0 commit comments

Comments
 (0)