This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef FUNCTION_HPP_ | |
| # define FUNCTION_HPP_ | |
| #include "../etape1/FunctionSignature.hpp" | |
| #include <iostream> | |
| template <typename T> | |
| class Function | |
| { | |
| public: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /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; |
NewerOlder