Articles tagged Source Code Listing

Extensive LaTeX Guide
Provides an Extensive Guide to LaTeX along with the source code. This provides a template for documentation.
Armin Dubert

O privire generală asupra eficienței algoritmilor de sortare elementari în programare
O privire generala asupra eficientei algoritmilor de sortare elementari in programare
Vlăduț-Gabriel Ghelbere

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

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

FFT of various syntetic and real signals
FFT of various syntetic and real signals
José Gabriel

Industrial I/O
Created with the Beamer Presentation LaTeX Template Version 1.0 (10/11/12) from
LaTeXTemplates.com
Daniel Baluta

Machine Learning for Trading
Document describing basic economic and statistical analysis and how to apply them to machine learning
Ryan Babaie and Neil Hardy

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

Data acquisition from mobile sensors
Coursework project on data analysis. Using machine learning and android sensors data to predict whether gadget is located indoors or outdoors.
Matvey