Gallery Items tagged Source Code Listing

Inleiding tot R
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.
Professor Ludo Poelaert

PHYS 3Pxx lab report
A lab report template, suitable for any of the PHYS 2Pxx/3Pxx courses at Brock University.
Edward Sternin

CS22014实验报告模版
使用listings包显示不同的代码。
Meng Zhang

Creating a Basic LED Driver for Raspberry Pi
Creating a driver to control a GPIO
Victor Ramirez, Rafael Lopez, Ramiro Rubio

Optimizing The Linux Scheduler For Performance.
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

All Inclusive Master Thesis Computer Science
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
Jan Küster

Air quality predictor
Machine learning project report. The project aimed at predicting air quality based on weather and its code is available at https://github.com/annisall/mlproject.
Anniina Sallinen

LaTeX I (CU Doctoral Academy)
Source code for LaTeX I, a course for LaTeX beginners, including slides, handouts, exercises and notes.
LaTeX I is a workshop provided by Cardiff University's Doctoral Academy. The materials are a modified version of those produced by UK TUG volunteers for a course provided for beginning LaTeX users. The materials were adapted for LaTeX I by Clea F. Rees.
Both the original work and modifications are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
The original project is available as a GitHub repository maintained by Joseph Wright from https://github.com/uktug/latex-beginners-course/.
Clea F. Rees

Assignment that also uses matlab
This is example for an assignment that uses both matlab code and images
iain