diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-29 00:02:36 +0000 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2016-03-29 00:02:36 +0000 |
commit | e2816242b2524f05e983d5ecbfa0bdee8c9b6072 (patch) | |
tree | a7b5e0bdf9b8bf1a0a505f5a8179927649f37335 /presentation | |
parent | 72c6f1e1f56287f7bc184a4a2333e9687ecede8b (diff) |
presentation: update section 3.
- Add two new frames.
- They cover Vollmo's Combo-Box and combox briefly.
Diffstat (limited to 'presentation')
-rw-r--r-- | presentation/combox-p.pdf | bin | 178436 -> 209934 bytes | |||
-rw-r--r-- | presentation/sections/3-psolution.tex | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/presentation/combox-p.pdf b/presentation/combox-p.pdf Binary files differindex 2e761d9..9cbfc09 100644 --- a/presentation/combox-p.pdf +++ b/presentation/combox-p.pdf diff --git a/presentation/sections/3-psolution.tex b/presentation/sections/3-psolution.tex index 9b7199e..700fe6a 100644 --- a/presentation/sections/3-psolution.tex +++ b/presentation/sections/3-psolution.tex @@ -454,4 +454,25 @@ \end{semiverbatim} } +\end{frame} + +\begin{frame} + \frametitle{Vollmar's Combo-Box} + + \begin{itemize} + \item<1-> C\# + \item<2-> SQL for tracking files + \item<3-> Microsoft Windows program + \end{itemize} + +\end{frame} + +\begin{frame} + \frametitle{combox} + + \begin{itemize} + \item<1-> python + \item<2-> Key-value data store for tracking files + \item<3-> python package, runs on GNU/Linux and OS X + \end{itemize} \end{frame}
\ No newline at end of file |