Both sides previous revisionPrevious revisionNext revision | Previous revision |
start:knowledge:computer_science:programming [2025/03/12 12:13] – florian | start:knowledge:computer_science:programming [2025/03/24 09:57] (current) – [Copy all images from folder and child folders] florian |
---|
[[start:knowledge:computer_science|<< Back]]\\ | [[start:knowledge|<< Back]] |
====== Programming ====== | ====== Programming ====== |
| |
[[https://www.youtube.com/watch?v=Tr9E_vzKRVo|The History of Programming - [DevCon 2016]]]\\ | [[https://www.youtube.com/watch?v=Tr9E_vzKRVo|The History of Programming - [DevCon 2016]]]\\ |
[[https://nl.wikipedia.org/wiki/John_Backus#:~:text='software'%20ge%C3%AFntroduceerd.-,Backus%2DNaur%20Form,om%20algoritmen%20in%20te%20publiceren.|John Backus]]\\ | [[https://nl.wikipedia.org/wiki/John_Backus#:~:text='software'%20ge%C3%AFntroduceerd.-,Backus%2DNaur%20Form,om%20algoritmen%20in%20te%20publiceren.|John Backus]]\\ |
| [[https://hypercard.org/|Hypercard]]\\ |
| |
===== C++ ===== | |
| ===== Languages ===== |
| |
| ==== Artistic Languages ==== |
| [[https://hydra.ojack.xyz/|Hydra]]\\ |
| Processing\\ |
| |
| ==== C++ ==== |
| |
[[https://www.learncpp.com/|Learn CCP]]\\ | [[https://www.learncpp.com/|Learn CCP]]\\ |
| |
| |
===== Lua ===== | ==== Lua ==== |
| |
[[https://www.lua.org/|lua.org]] | [[https://www.lua.org/|lua.org]] |
| |
===== Pyhon ===== | ==== Pyhon ==== |
| |
[[https://www.udemy.com/course/automate/|Automate the boring stuff]]\\ | [[https://www.udemy.com/course/automate/|Automate the boring stuff]]\\ |
[[https://matplotlib.org/|Matplotlib]]\\ | [[https://matplotlib.org/|Matplotlib]]\\ |
| |
==== Copy all images from folder and child folders ==== | === Copy all images from folder and child folders === |
| |
<code Python [enable_line_numbers="true"]> | <code Python [enable_line_numbers="true"]> |
| |
Replace "/path/to/your/source/folder" with the actual path to the folder containing your images, and "/path/to/your/destination/folder" with the desired destination folder. This script will copy image files source to the destination. | Replace "/path/to/your/source/folder" with the actual path to the folder containing your images, and "/path/to/your/destination/folder" with the desired destination folder. This script will copy image files source to the destination. |
| |
| |
| ===== Git ===== |
| |
| |
| [[https://jwiegley.github.io/git-from-the-bottom-up/|Git from the Bottom Up]]\\ |
| [[https://git-scm.com/book/en/v2|ProGit Book]]\\ |