From d05a2e7ae42c144887e0c086b9590d03fcd821f6 Mon Sep 17 00:00:00 2001 From: AnonymousCoward Date: Sun, 6 May 2007 08:54:58 +0200 Subject: [PATCH] Edit page ProgrammingLanguages --- ProgrammingLanguages | 34 +++++++++++++++++++++++++++++++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/ProgrammingLanguages b/ProgrammingLanguages index 35bbc0b..d7ead27 100644 --- a/ProgrammingLanguages +++ b/ProgrammingLanguages @@ -3,6 +3,8 @@ afraid to try exotic ones in real projects, expecially because most customers are already scared off enough when they see Perl code :-) +=== General Purpose Programming Languages === + * '''C++''' - I know the ISO/IEC C++ 98 standard extensively, including most of the recent TR1 additions. I also know several C++ ProgrammingFrameworks. @@ -36,7 +38,7 @@ they see Perl code :-) Others you don't know or care about: Pascal, Visual''''''Basic. -Scripting languages: +=== Dynamic Languages === * '''Perl''' - I'm quite proficient in Perl, but use it mostly for one-liners and small utilities for my SystemAdministratorRole. @@ -62,10 +64,36 @@ Scripting languages: skill (but note that MartinPool deserves credit for the initial version). + * '''Javascript''': Only superficial knowledge. + +=== Scripting Languages === + * '''Bourne Shell''': I've used bash as my main shell for a very long time and I've used it extensively for automation (see SystemAdministratorRole) and as part of using make and autoconf. -Others you don't know or care about: awk, sed, REXX. - +=== Query languageas === + + * '''SQL''': I've used it extensively and taught to students the + basics. The Database I know best is MySql, but I also have some + experience with MicrosoftAccess, SqlServer, OracleDatabase, PostgreSql + and others. + +=== Not Properly Languages ==== + + * '''HTML''': Extensive knowledge of the W3C standards (HTML 4.01 + and XHTML 1.1). + + * '''CSS''': Incomplete knowledge of the W3C standard (CSS1 & CSS2). + + * '''LaTeX''': Superficial knowledge (can write documents, not create macros etc.) + + * '''make''': I can do wizardry with GNU Make macros, etc. + + +=== Useless Languages ==== + + * '''awk''' + * '''sed''' + * '''REXX''' -- 2.25.1