-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.html
More file actions
32 lines (25 loc) · 1.32 KB
/
linux.html
File metadata and controls
32 lines (25 loc) · 1.32 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Linux</TITLE>
</HEAD>
<BODY BGCOLOR="Black" TEXT="White" LINK="#FF8040" VLINK="#BF152F" ALINK="#E14900" BACKGROUND="images/background1.jpg">
<H2 align=center>Linux</H2>
<BR><BR><BR>
<IMG SRC="images/penguin.gif" WIDTH="582" HEIGHT="40" BORDER="0" ALT="">
<P align=left>I have ported to Linux the server for the <A HREF="slovnik.html">Bulgarian language morphology</A> project.</P>
The porting to Linux was fairly easy due to the fact that I had used only standard library functions. A small issue was
the moving from case insensitive OS to case sensitive one.</P>
A very nice IDE that I used was <A HREF="http://www.tu-chemnitz.de/~sho/rho/rhide/rhide.html" TARGET="_blank">RHIDE</A>,
which is similar to the old DOS Borland IDEs.</P>
<BR>
Recently I installed <A HREF="http://www.suse.com/" TARGET="_blank">Suse Linux 7.0 Professional</A>,
and began to learn <A HREF="http://www.kde.org/" TARGET="_blank">KDE</A> programming with KDevelop.</P>
<BR>
Here is a small <A HREF="download/BillyBoy.txt">poem</A>, found somewhere on the web.</P>
<IMG SRC="images/cute linux user.jpg">
<BR><A HREF="index.html">
<IMG SRC="images/flowchart.gif" WIDTH="48" HEIGHT="48" BORDER="0" ALT="Back to home">
Back to main</A>
</BODY>
</HTML>