1. Principles and practices¶
This week there are no group assignments.
Here are some interesting info and links that we share with our students.
Git links¶
- https://academy.cba.mit.edu/classes/project_management/archive.html
- Fast guide to upload and update your repo to the GIT repo of Fab Academy
- Julians Recitations 2024 about version control and Gitlab
- https://adamtheautomator.com/gitlab-ssh/
- https://git-scm.com/
Common commands in Git¶
MarkDown¶
Changing the fonts Change in mkdocs.yml
Markdown links¶
- w3schools Markdown introduction
- Svavar Konráðsson Markdown setup
- Material for MkDocs by Squidfunk
- Getting Started with Markdown
FFMPEG¶
Installing FFMPEG in Windows
If you open cmd with administrator privileges, you can run
and change C:\ffmpeg\bin to your path to FFmpeg.
Close the terminal and open it again Now you can use FFMEG within the terminal You have to change the filenames input_filename.mp4 and output_video.mp4
°
Resources¶
ImageMagic¶
Installing ImageMagick in Windows * Download from https://imagemagick.org/index.php * Download .exe file and run it. * Open the folder in the terminal where you want to convert images. * Open the terminal and write if you want to change all images in one folder
Resources on ImageMagick¶
- See the FabAcademy Cheat Sheet