Skip to content

Instantly share code, notes, and snippets.

View lifely's full-sized avatar

Julien Di Marco lifely

View GitHub Profile
@lifely
lifely / astek.malloc
Created February 8, 2012 12:08
[Astek] Malloc 2015
#! /usr/bin/env bash
cd /tmp;
svn co svn+ssh://[email protected]/malloc-2015-2014s-$USER $USER-malloc;
cd $USER-malloc;
tar xf /u/all/plassi_y/public/Moul_malloc_sout.tar;
make;
make;
export LD_LIBRARY_PATH=.
export LD_PRELOAD=libmy_malloc.so
@lifely
lifely / this_hell.hpp
Created December 17, 2011 20:01
This Hell
#ifndef FUNCTION_HPP_
# define FUNCTION_HPP_
#include "../etape1/FunctionSignature.hpp"
#include <iostream>
template <typename T>
class Function
{
public:
@lifely
lifely / astek.gnl
Created December 7, 2011 13:31
soutenance-gnl
#! /bin/bash
cd /tmp;
svn co svn+ssh://[email protected]/getnextline-2015ed-2014s-$USER $USER-gnl;
cd $USER-gnl;
cp -r /u/all/ait-ba_m/public/MOULINETTE_GNL/moulinette_get_next_line/ .;
cp get_next_line.[ch] moulinette_get_next_line/;
cd moulinette_get_next_line/
./moulinette.sh;
@lifely
lifely / Astekgnl
Created December 7, 2011 13:10
soutenance-gnl
#! /bin/bash
cd /tmp;
svn co svn+ssh://[email protected]/getnextline-2015ed-2014s-$USER $USER-gnl;
cd $USER-gnl;
cp -r /u/all/ait-ba_m/public/MOULINETTE_GNL/moulinette_get_next_line/ .;
cp get_next_line.[ch] moulinette_get_next_line/;
./moulinette.sh;