66 lines
3.1 KiB
Plaintext
66 lines
3.1 KiB
Plaintext
= Host-specific information ====================================================
|
|
$> hostname; uname -msr
|
|
e2r10p21.42.fr
|
|
Darwin 16.7.0 x86_64
|
|
$> date
|
|
Mon Apr 16 19:45:19 CEST 2018
|
|
$> gcc --version
|
|
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
$> clang --version
|
|
Apple LLVM version 9.0.0 (clang-900.0.39.2)
|
|
Target: x86_64-apple-darwin16.7.0
|
|
Thread model: posix
|
|
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
|
|
|
= User files collection ========================================================
|
|
Collecting user files from Vogsphere
|
|
Repository URL: auto-exam/2018/c-exam-alone-in-the-dark-beginner/practice-exam_20180416/tmaze
|
|
|
|
= Git history ==================================================================
|
|
$> git -C /var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user log --pretty='%H - %an, %ad : %s'
|
|
def6a68de7ba990a12233c975d4611527762306e - Tanguy MAZE, Mon Apr 16 19:26:38 2018 +0200 : ft_atoi_base
|
|
d0bce69342072c4cf857b2658df91defb30e63ea - Tanguy MAZE, Mon Apr 16 19:21:45 2018 +0200 : ft_rrange
|
|
53309961375cc7b31d03c35ddc3678f5de691731 - Tanguy MAZE, Mon Apr 16 19:04:39 2018 +0200 : max
|
|
20eb54d06141449300b95eab630538348803396f - Tanguy MAZE, Mon Apr 16 18:57:09 2018 +0200 : ft_putstr
|
|
6012d7148b2639cd80d60ab748de5eaf4a89a224 - Tanguy MAZE, Mon Apr 16 18:52:01 2018 +0200 : aff_z
|
|
|
|
= Collected files ==========================================
|
|
$> ls -lAR /var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1172 Apr 16 19:45 __GIT_HISTORY
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:45 aff_z
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:45 ft_atoi_base
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:45 ft_putstr
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:45 ft_rrange.c
|
|
drwxr-xr-x 3 deepthought deepthought 102 Apr 16 19:45 max
|
|
|
|
/var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user/aff_z:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 966 Apr 16 19:45 aff_z.c
|
|
|
|
/var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user/ft_atoi_base:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1788 Apr 16 19:45 ft_atoi_base.c
|
|
|
|
/var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user/ft_putstr:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 992 Apr 16 19:45 ft_putstr.c
|
|
|
|
/var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user/ft_rrange.c:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1210 Apr 16 19:45 ft_rrange.c
|
|
|
|
/var/folders/5j/ckvkktwn3td0b9bchm0h1lg40000gq/T/tmpcx81ql/user/max:
|
|
total 8
|
|
-rw-r--r-- 1 deepthought deepthought 1105 Apr 16 19:45 max.c
|
|
|
|
= brainfuck ====================================================================
|
|
Nothing turned in
|
|
Grade: 0
|
|
|
|
= Final grade: 0 ===============================================================
|