Dit is een Nederlandstalige bijdrage vanwege Ludo Poelaert, UGent.
In deze korte tekst wordt een inleiding tot de taal R gegeven.
U mag de tekst vrij gebruiken onder het Creative Commons CC BY 4.0 .
Succes ermee.
This is a template for a colourful cheatsheet.
It supports some visualization features and code listings using tcolorbox / minted. Just input the language you want (and that is supported by minted) in the codebox environment
Different colour themes will probably be added at some point.
(maybe also a more print friendly black and white alternative)
A blog post on cheatsheets and some of my thoughts on them and this template can be found here.
The CPU scheduling is the basis of multi-programming operating systems. By switching the
CPU among processes, the operating system can make the computer more productive. The
scheduler controls the way processes are managed in the operating system.
Linux supports preemptive multitasking, this means that the process scheduler decides which process
runs and when.
Balance performance across different computer configurations is one challenge in modern operating
systems.Linux has two separate process-scheduling algorithms.
If a Linux system performs similar tasks in a regular manner, it could be useful to implement
optimizations to the Linux scheduler to optimize the performance of those tasks.
In this project, we analyze and evaluate the impact of changing the kernel values on the performance
of the calculation of 8,765,4321 digits of pi using the Leibniz formula measuring the time that the
system takes to perform the calculation.
Constanza Madrigal Reyes and Ismael Lizárraga González
This template includes all you need for your thesis in Computer Science: pseudocode, listsings (sourcecode), tables, math and equations, tables with coloured cells, figures, appendix, toc , custom title, colours and a customizable layout.
The best: all that is wrapped up in little tutorial-style paragraphs with examples.
Licence: MIT
See also: https://github.com/jankapunkt/master-thesis
This is an update on my old "Colourful Cheatsheet Template". It is based on the old one, so similar but not the same.
It still supports all the old visualization features and code listings using tcolorbox / minted. Just input the language you want (and that is supported by minted) in the codebox environment.
However, the style now is a bit less bright and mimicks the Metropolis beamer template in style (a bit).
This is the blogpost to go with it: https://latex-ninja.com/2021/10/01/a-new-version-of-the-colourful-cheatsheet-template/
This is an example illustating how to typeset code in LaTeX, especially in beamer presentations. It uses the metropolis theme.
It is a presentation with one slide per "technique" which include some explanatory comments.
Examples shown are minted, lstlisting, verbatim, tcolorbox and knitR. The main document has the ending ".Rtex" which is required if you want it to be able to run knitR. Otherwise, you can just use normal ".tex".
It is accompanied by a blog post with more information here.
In this blog post, some complications which can arise when using code listings in beamer are discussed (package clashes, etc.), so this might be informative if you want to learn more.