Skip to content

Instantly share code, notes, and snippets.

View nox's full-sized avatar
🥖

Anthony Ramine nox

🥖
View GitHub Profile
@nox
nox / article IA
Created April 1, 2010 06:38 — forked from rusted/article IA
Reliable and precise WCET Determination for a real-life processor
=================================================================
WCET : Worst Case Execution Time
I Introduction
==============
Garantir des contraintes de temps fortes dans les système temps réel -> timing validation
@nox
nox / lolspeed.S
Created December 16, 2013 17:13 — forked from blt/lolspeed.erl
{module, lolspeed}. %% version = 0
{exports, [{main,0},{module_info,0},{module_info,1}]}.
{attributes, []}.
{labels, 22}.
{function, main, 0, 2}.