Merge branch 'final' of github.com:aarongut/cdb into final
Conflicts: final/final.pdf final/final.tex final/final.tex.project.vim
This commit is contained in:
7
final/Makefile
Normal file
7
final/Makefile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
all: final
|
||||||
|
|
||||||
|
letter:
|
||||||
|
pdflatex letter.tex
|
||||||
|
|
||||||
|
final:
|
||||||
|
pdflatex final.tex
|
||||||
BIN
final/final.pdf
BIN
final/final.pdf
Binary file not shown.
26
final/final.tex.project.vim
Normal file
26
final/final.tex.project.vim
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
" ATP project vim script: Wed May 06, 2015 at 12:39 PM -0400.
|
||||||
|
|
||||||
|
let b:atp_MainFile = 'final.tex'
|
||||||
|
let g:atp_mapNn = 0
|
||||||
|
let b:atp_autex = 1
|
||||||
|
let b:atp_TexCompiler = 'pdflatex'
|
||||||
|
let b:atp_TexOptions = '-synctex=1'
|
||||||
|
let b:atp_TexFlavor = 'tex'
|
||||||
|
let b:atp_auruns = '1'
|
||||||
|
let b:atp_ReloadOnError = '1'
|
||||||
|
let b:atp_OutDir = '/Users/shyam/Dropbox/cdb/final'
|
||||||
|
let b:atp_OpenViewer = '1'
|
||||||
|
let b:atp_XpdfServer = 'final'
|
||||||
|
let b:atp_Viewer = 'okular'
|
||||||
|
let b:TreeOfFiles = {}
|
||||||
|
let b:ListOfFiles = []
|
||||||
|
let b:TypeDict = {}
|
||||||
|
let b:LevelDict = {}
|
||||||
|
let b:atp_BibCompiler = 'bibtex'
|
||||||
|
let b:atp_StarEnvDefault = ''
|
||||||
|
let b:atp_StarMathEnvDefault = ''
|
||||||
|
let b:atp_updatetime_insert = 4000
|
||||||
|
let b:atp_updatetime_normal = 2000
|
||||||
|
let b:atp_LocalCommands = []
|
||||||
|
let b:atp_LocalEnvironments = []
|
||||||
|
let b:atp_LocalColors = []
|
||||||
BIN
final/letter.pdf
BIN
final/letter.pdf
Binary file not shown.
@@ -1,13 +1,12 @@
|
|||||||
\documentclass[11pt]{letter}
|
\documentclass[11pt,stdletter,sigleft]{letter}
|
||||||
|
|
||||||
\usepackage{setspace}
|
\usepackage{setspace}
|
||||||
\usepackage[margin=1in]{geometry}
|
\usepackage[margin=1in]{geometry}
|
||||||
|
|
||||||
\usepackage{txfonts}
|
\usepackage{txfonts}
|
||||||
|
|
||||||
\signature{Mitchell Plamann}
|
\signature{Shyam Raghavan}
|
||||||
\address{5032 Forbes Ave \\ SMC 4275 \\ Pittsburgh, PA 15289}
|
\address{5032 Forbes Ave \\ SMC 2426 \\ Pittsburgh, PA 15289}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
@@ -17,26 +16,25 @@
|
|||||||
Pittsburgh, PA 15289}
|
Pittsburgh, PA 15289}
|
||||||
|
|
||||||
\opening{Dear Mr. Keating:}
|
\opening{Dear Mr. Keating:}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
Included with this letter is our team's proposal for a browser-based debugger
|
Included with this letter is our team's final report for the browser-based
|
||||||
for the c0 language called cdb. % Is this what we are calling it?
|
debugger for the c0 language called c0db. The purpose of the report is to
|
||||||
The purpose of the proposal is to define the need for the debugger and explain
|
update you on our progress and to explain and discuss our results.
|
||||||
our plan of approach.
|
|
||||||
|
|
||||||
The proposal includes the problem addressed by our program,
|
The report describes the problem addressed by our project, our approach to
|
||||||
explanations of prior literature and work on similar projects,
|
solve it, the results we were able to achieve, our challenges and struggles,
|
||||||
an outline of our plan for designing and implementing the program,
|
the lessons we learned throughout the progress we made, and some
|
||||||
the intended benefits of our program,
|
recommendations on how we or another group can continue to build on our
|
||||||
our planned approach,
|
existing platform.
|
||||||
how we will evaluate our success,
|
|
||||||
and our qualifications.
|
|
||||||
|
|
||||||
If you have any further questions or comments, please contact us at
|
If you have any further questions or comments, please contact us at
|
||||||
mplamann@andrew.cmu.edu.
|
shyamsur@andrew.cmu.edu.\\
|
||||||
|
|
||||||
\closing{Sincerely,}
|
Sincerely,\\\\\\\\
|
||||||
|
Shyam Raghavan
|
||||||
|
|
||||||
\encl{project proposal paper for cdb}
|
\encl{project final paper for c0db}
|
||||||
|
|
||||||
\end{letter}
|
\end{letter}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
26
final/letter.tex.project.vim
Normal file
26
final/letter.tex.project.vim
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
" ATP project vim script: Wed May 06, 2015 at 12:50 PM -0400.
|
||||||
|
|
||||||
|
let b:atp_MainFile = 'letter.tex'
|
||||||
|
let g:atp_mapNn = 0
|
||||||
|
let b:atp_autex = 1
|
||||||
|
let b:atp_TexCompiler = 'pdflatex'
|
||||||
|
let b:atp_TexOptions = '-synctex=1'
|
||||||
|
let b:atp_TexFlavor = 'tex'
|
||||||
|
let b:atp_auruns = '1'
|
||||||
|
let b:atp_ReloadOnError = '1'
|
||||||
|
let b:atp_OutDir = '/Users/shyam/Dropbox/cdb/final'
|
||||||
|
let b:atp_OpenViewer = '1'
|
||||||
|
let b:atp_XpdfServer = 'letter'
|
||||||
|
let b:atp_Viewer = 'okular'
|
||||||
|
let b:TreeOfFiles = {}
|
||||||
|
let b:ListOfFiles = []
|
||||||
|
let b:TypeDict = {}
|
||||||
|
let b:LevelDict = {}
|
||||||
|
let b:atp_BibCompiler = 'bibtex'
|
||||||
|
let b:atp_StarEnvDefault = ''
|
||||||
|
let b:atp_StarMathEnvDefault = ''
|
||||||
|
let b:atp_updatetime_insert = 4000
|
||||||
|
let b:atp_updatetime_normal = 2000
|
||||||
|
let b:atp_LocalCommands = []
|
||||||
|
let b:atp_LocalEnvironments = []
|
||||||
|
let b:atp_LocalColors = []
|
||||||
2
final/letter_aux
Normal file
2
final/letter_aux
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
\relax
|
||||||
|
\@mlabel{}{\unhbox \voidb@x \ignorespaces Mr. Thomas M. Keating \\ Assistant Teaching Professor \\ School of Computer Science \\ Pittsburgh, PA 15289}
|
||||||
Reference in New Issue
Block a user