diff options
author | P. J. McDermott <pjm@nac.net> | 2013-10-31 01:41:45 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-10-31 01:41:45 (EDT) |
commit | d0e09b8642648f921aa91eb37fe1ad71d34927dc (patch) | |
tree | a077910dc41ba48a75f70c17867603600aa88286 /section/skl.html | |
download | resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.zip resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.tar.gz resume-d0e09b8642648f921aa91eb37fe1ad71d34927dc.tar.bz2 |
Initial commit.
Diffstat (limited to 'section/skl.html')
-rw-r--r-- | section/skl.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/section/skl.html b/section/skl.html new file mode 100644 index 0000000..30e50fe --- /dev/null +++ b/section/skl.html @@ -0,0 +1,86 @@ +<section class="skl"> + <h2>Skills</h2> + <dl> + <dt> + Computer Languages + </dt> + <dd> + ARM assembly, ISO C 89 and 99, ISO C++ 98, CSS 2.1 and + 3, DOT, HTML 4.01 and 5, Java, JavaScript, POSIX.1-2008 + makefile syntax, Markdown, Perl 5, PHP 5, POSIX.1-2008 + shell command language, ISO SQL 1999, Apache HTTPd 2.2 + and NCSA HTTPd SSI, troff/groff (with the “man” macro + package), XHTML 1.1 + </dd> + <dt> + Library APIs + </dt> + <dd> + ISO C 89 and 99 standard library, CGI-SSI (Perl), X/Open + Curses Issue 4 Version 2, Expat, HTML-Template (Perl), + HTML-Tree (Perl), JSON-XS (Perl), libwww-perl (Perl), + Markdown (Perl), SDL 1.2, SDL_image 1.2, POSIX.1-2008 + utilities, zlib + </dd> + <dt> + Software Codebases + </dt> + <dd> + BusyBox, coreboot, debhelper, debootstrap, GNU C + Library, GNU Coreutils, Linux, musl libc, OpenEmbedded, + opkg, sbuild + </dd> + <dt> + Design and Development Software + </dt> + <dd> + debhelper, dh_make, FontForge, GCC, GDB, GIMP, Git, + GNOME Dia, GNU Autoconf, GNU Automake, GNU Binutils, + Inkscape, MakeMaker, pkg-config, quilt, Tiled, Vim + </dd> + <dt> + System Software + </dt> + <dd> + APT, BusyBox, Debian GNU/Linux 6.0 and 7.0, dpkg, + ifupdown, Linux 2.6 and 3.x, LVM2, OpenBSD netcat, opkg, + rsync, System V style init, Vixie cron 3.0 + </dd> + <dt> + Service Software + </dt> + <dd> + Apache HTTP Server 2.x, APT-Cacher NG, cgit, Dovecot 1.2 + and 2.1, Gitosis, GNU Mailman, ikiwiki, Linux NFS, + MHonArc, MySQL, OpenBSD inetd, OpenSSH, Postfix, + Reprepro, SpamAssassin, SpamPD, SQLite, vsftpd + </dd> + <dt> + Monitoring Software + </dt> + <dd> + apticron, fail2ban, inotify-tools, Logwatch, Munin + </dd> + <dt> + Virtualization Software + </dt> + <dd> + libvirt, qemu-kvm (KVM), virt-manager, virt-install + </dd> + <dt> + Technical Knowledge + </dt> + <dd> + Debian packaging, ELF binary format, microprocessor + instruction encoding, embedded systems, relational and + flat file database design, TCP/IP, HTTP 1.1, POP 3, SMTP + </dd> + <dt> + General Skills + </dt> + <dd> + Event coordination, group and project leadership, + technical instruction, technical writing + </dd> + </dl> +</section> |