summaryrefslogtreecommitdiff
path: root/cv.tex
blob: 7d42b0a5abfb26f4c36715dbe1d1d185cbd7a88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
%!TEX TS-program = xelatex
\documentclass[]{friggeri-cv}
\usepackage{graphicx}
\addbibresource{bibliography.bib}

\begin{document}
\header{Olivier }{Gayot}
       {3rd-year student}


% In the aside, each new line forces a line break
\begin{aside}
    \includegraphics[width=100pt]{photo.png}
  \section{about}
    26 rue Saint Dizier
    54000 Nancy
    France
    --
    21 years old
    Driving License
    --
    ~
    phone: +33663613699
    \href{mailto:ogayot@free.fr}{ogayot@free.fr}
    \href{https://github.com/duskCoder}{github: duskCoder}
    \href{http://www.sigexec.com}{http://www.sigexec.com}
  \section{languages}
    french: mother tongue
    english: fluent
\end{aside}

\section{Interests}

Low level programming\\
Computer security (exploitation and prevention)\\
Embedded development\\
Discovery of new technologies

\section{Education}

\begin{entrylist}
  \entry
    {since 2011\\expected 2016}
    {5-year programme of computer engineering}
    {EPITECH Nancy}
    {Epitech Master of Information Technology Epitech, Paris Graduate School of Digital Innovation (France)}
  \entry
    {2011}
    {French Baccalauréat S. with honours}
    {Lycée Raymond Poincaré, Bar le Duc}
    {Specialized in Sciences of the Engineer}
\end{entrylist}

\section{Experience}

\begin{entrylist}
  \entry
    {since 2013}
    {Fun RC Toys, Nancy Area (France)}
    {Partnership for a study project}
    {\emph{Development of a module of safety for drones (i.e. quadricopters) with three other students}}
  \entry
    {since 2013}
    {Intersec, Paris (France)}
    {Part time software developer}
    {\emph{Improvement of the software I developed during my placement (see below)}}
  \entry
    {07–09 2012}
    {Intersec, Paris (France)}
    {Placement within the R\&D department}
    {\emph{Development of a software capable of simulating the motions of a large network of subscribers who move smartly inside a given zone}}
\end{entrylist}

\section{Technologies}
\begin{entrylist}
  \entry
    {C}
    {Proficient}
    {}
    {Heavy use of the C99 standard and the GNU extensions}
  \entry
    {C++}
    {Intermediate}
    {}
    {Fairly good Object-Oriented Thinking}
  \entry
    {Assembly}
    {Intermediate}
    {}
    {IA-32 and x86\_64 instruction sets\\
    writing and reverse engineering}
  \entry
    {Web}
    {Appropriate knowledge of common web-related technologies}
    {}
    {XHTML/CSS\\
        Server-side scripting: PHP\\
        Client-side scripting: JavaScript (+ jQuery)
    }
  \entry
    {Python 2\&3}
    {Beginner}
    {}
    {Currently writing a wrapper for the libelf in order to learn the language}
  \entry
    {Perl}
    {Beginner}
    {}
    {}
\end{entrylist}
\section{Software}
\begin{entrylist}
  \entry
    {}
    {Daily use of GNU/Linux, occasional use of Microsoft Windows}
    {}
    {Heavy usage of Vim\\
    (D)CVS: Git, Subversion\\
    GNU Autotools, make, GCC\\
    Debugging: gdb, valgrind, ollydbg}

\end{entrylist}

\section{Miscellaneous}
\begin{entrylist}
  \entry
    {}
    {}
    {}
    {Understanding of the ELF file format\\
    Active membre of the ASEN (\emph{Association de Sécurité d'EPITECH Nancy})\\
    Good knowledge of the benefits and pitfalls related to the use of unsafe languages (e.g. C)}
\end{entrylist}

\end{document}