forked from ice1000/resume
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume-ap.tex
executable file
·88 lines (77 loc) · 2.4 KB
/
resume-ap.tex
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
\documentclass[margin, line]{res}
% This is my resume
% by ice1000
\usepackage{color, graphicx, hyperref}
\oddsidemargin -0.3in
\evensidemargin -0.3in
\resumewidth = 1.5in
\itemsep = 0.1in
\parsep = 0.0in
\sectionskip = 0.1in
\sectionwidth = 1.2in
\newenvironment{list1}{
\begin{list}
{\ding{113}}{
\setlength{\itemsep}{0in}
\setlength{\parsep}{0in}
\setlength{\parskip}{0in}
\setlength{\topsep}{0in}
\setlength{\partopsep}{0in}
\setlength{\leftmargin}{0in}
\setlength{\rightmargin}{0in}
}
{\end{list}}
}
\begin{document}
\name{
{\sc Tesla Ice Zhang}
\vspace*{.1in}
}
\begin{resume}
% other stuffs here
\section{\sc Other stuffs}
\textbf{Add more non-cs stuffs here}
% my education experience
\section{\sc Education}
\textbf{ChengDu Foreign Languages School}, 2015.9 - present
% my experience in clubs
\section{\sc Clubs}
Joined 2 clubs at school: \\
the poster club(developed an Android App for them), \\
the learn-by-doing club(club leader for 1 year, provide tools and materials for experiments
and model-making).
% my GH / SO account
\section{\sc Social}
Blog: \url{http://ice1000.org/} \\
\url{https://github.com/ice1000} \\
\url{http://stackoverflow.com/users/7083401/ice1000} \\
Always active on GitHub and StackOverflow,
frequently submit issues to many opensource projects(like Ruby/Tk). \\
Created \url{https://github.com/icela/FriceEngine}, a game engine, 136 stars on GitHub
% compiler theories
\section{\sc Compilers}
\url{https://github.com/lice-lang} \\
A scalable programming language(supports lazy/macro/strict), interpreted,
including the toolchain, the reference, and a simple Haskell implementation.
% other languages
\section{\sc Programming Languages}
\url{https://github.com/ice1000/learn} \\
It lists languages I've tried.
The list is too long to be shown here.
% language Haskell
\section{\sc Haskell}
Achieved
\textbf{1 kyu} on
\href{https://www.codewars.com/users/ice1000} {CodeWars}
primarily in Haskell, ranked \#73. \\
Proficient in Parser Combinators, Created
\url{https://github.com/ice1000/Kt2Dart} \\
a tool parses Kotlin codes and transpile them into Dart.
% my academic interests
\section{\sc Academic Interests}
Programming Languages Theory \\
Language-Oriented Programming \\
Functional Programming
\end{resume}
\end{document}