Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
Show changes on pages linked from
Pages linked from the selected page
Pages linking to the selected page
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
7 May 2025
|
07:54 | MRC/Tutorials/Git 2 changes history +122 [A.j.aertssen@tue.nl (2×)] | |||
|
07:54 (cur | prev) +2 A.j.aertssen@tue.nl talk contribs (Fix typo and formatting) Tag: Visual edit | ||||
|
07:53 (cur | prev) +120 A.j.aertssen@tue.nl talk contribs (Update git clone command to use SSH instead of https) Tag: Visual edit |
16 April 2025
|
11:07 | MRC/Tutorials/Git 2 changes history +95 [P.v.dooren@tue.nl (2×)] | |||
|
11:07 (cur | prev) +83 P.v.dooren@tue.nl talk contribs (→Making and committing changes to a repository) Tag: Visual edit | ||||
|
11:02 (cur | prev) +12 P.v.dooren@tue.nl talk contribs (update gitlab link) Tag: 2017 source edit |
9 April 2025
|
15:19 | MRC/Tutorials/Git 3 changes history +438 [E.torta@tue.nl; G.h.m.v.rhijn@tue.nl (2×)] | |||
m |
|
15:19 (cur | prev) +1 G.h.m.v.rhijn@tue.nl talk contribs (formatting) Tag: 2017 source edit | |||
m |
|
15:19 (cur | prev) +53 G.h.m.v.rhijn@tue.nl talk contribs (Added a link to the next page) Tag: 2017 source edit | |||
|
13:36 (cur | prev) +384 E.torta@tue.nl talk contribs Tag: 2017 source edit |
m 15:17 | MRC/Tutorials/The EMC environment diffhist +80 G.h.m.v.rhijn@tue.nl talk contribs (Added a link to the next page) Tag: 2017 source edit |
3 April 2025
11:33 | MRC/Tutorials/Git diffhist +33 E.j.suichies@tue.nl talk contribs (Update text for readability) Tag: Visual edit |
31 January 2025
|
N 14:43 | MRC/Tutorials/The EMC environment 6 changes history +9,828 [K.d.vos@tue.nl (6×)] | |||
|
14:43 (cur | prev) −17 K.d.vos@tue.nl talk contribs Tag: 2017 source edit | ||||
|
14:43 (cur | prev) +28 K.d.vos@tue.nl talk contribs Tag: Visual edit | ||||
|
14:42 (cur | prev) +5,659 K.d.vos@tue.nl talk contribs Tag: Visual edit | ||||
|
14:28 (cur | prev) +2,410 K.d.vos@tue.nl talk contribs Tag: Visual edit | ||||
|
14:25 (cur | prev) +93 K.d.vos@tue.nl talk contribs Tag: Visual edit | ||||
N |
|
14:23 (cur | prev) +1,655 K.d.vos@tue.nl talk contribs (Created page with "===The main loop=== When we want to control and monitor a piece of hardware, we often want to perform a series of steps, computations, procedures, etc., in a repetitive manner. When we talk about doing something repeatedly in software, the first 'control flow statement' that comes to mind is a loop. So, lets' create a loop! <code> include <iostream> int main() { while(true) { std::cout << "Hello World!" << std::endl; } } return 0; }</code> Remembe...") Tag: Visual edit |
|
N 14:10 | MRC/Tutorials/Git 3 changes history +8,225 [K.d.vos@tue.nl (3×)] | |||
|
14:10 (cur | prev) +4,226 K.d.vos@tue.nl talk contribs Tag: 2017 source edit | ||||
|
13:56 (cur | prev) +26 K.d.vos@tue.nl talk contribs Tag: 2017 source edit | ||||
N |
|
13:56 (cur | prev) +3,973 K.d.vos@tue.nl talk contribs (Created page with "Creating a software solution together means sharing a project, which in our case means sharing code. We will be using git for this. Git is "a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency": *version control means that the files and changes you make to them are 'tracked' over time, i.e., their 'history' is stored. You can always go back to previous versions, show the diffe...") Tag: Visual edit |