[3672] in linux-announce channel archive

home help back first fref pref prev next nref lref last post

Linux-Announce Digest #963

daemon@ATHENA.MIT.EDU (Digestifier)
Sat May 12 17:13:05 2001

Message-ID: <20010512211302.21264.qmail@senator-bedfellow.mit.edu>
From: Digestifier <Linux-Announce-Request@senator-bedfellow.mit.edu>
To: Linux-Announce@senator-bedfellow.mit.edu
Reply-To: Linux-Announce@senator-bedfellow.mit.edu
Date:     Sat, 12 May 01 17:13:02 EDT

Linux-Announce Digest #963, Volume #3            Sat, 12 May 01 17:13:02 EDT

Contents:
  LilyPond 1.4 -- Print sheet music beautifully (Han-Wen Nienhuys)
  XCLIB 0.2.0 - extended general purpose C library (Martin Vicente)
  COMMERCIAL: C/C++ linux developpers based in Brussels ("DS Improve")
  SECURITY: LOMAC v1.1.0 Mandatory Access Control in an LKM (Tim Fraser)
  Linux Performance Measurement (Dave)
  SHAREWARE: infodict 1.0 (SANFACE Software)
  COMMERCIAL: Linux Course on 21st May (Jonathon Coombes)

----------------------------------------------------------------------------

From: Han-Wen Nienhuys <hanwen@cs.uu.nl>
Subject: LilyPond 1.4 -- Print sheet music beautifully
Date: Fri, 11 May 2001 20:42:15 GMT
Reply-To: hanwen@cs.uu.nl

=====BEGIN PGP SIGNED MESSAGE=====


Followup-To: comp.os.linux.misc

After almost two years of hacking and 154 patchlevels, we proudly
present to you the latest incarnation of LilyPond, LilyPond 1.4



WHAT CAN LILYPOND DO FOR YOU?

LilyPond prints beautiful sheet music.  It produces music notation
from a description file. It excels at typesetting classical music, but
you can also print pop-songs.

LilyPond input is *plain text*. So, you can use your favorite text
editor to enter it, you can put it in mail or embed it in papers. If
you don't like typing, then you can use it to print music from other
programs, using one of the numerous input filters.

LilyPond output looks *beautiful*. The font and the layout algorithms
were inspired by engraved music, so you can expect that same clear and
elegant look from your LilyPond output.  And if you don't like the
looks, you can tweak almost everything.

LilyPond is *free software*. It is part of the GNU Project. It is
licensed under GNU General Public License, so you can use, modify and
redistribute the program with almost no restrictions.  LilyPond is
part of the


WANT TO KNOW MORE?

Surf to

     http://www.lilypond.org



DOWNLOAD

Surf to

        ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/v1.4



WHAT IS NEW IN 1.4 ?

Design
======

* More pervasive GUILE integration resulting in improved design and
implementation.  LilyPond is smaller, cleaner, more flexible, etc.

 - Improved speed with comparable memory footprint

 - More tweakability using less memory with the new `property push'
  mechanism.

 - Improved robustness: Lily almost never crashes.

 - Access to internal music representation

* New font selection scheme similar to Latex-NFSS.

* Flexible formatting mechanism for musical texts.

* Chordnames are now configurable in every respect

* Part combining for orchestral scores and hymns: two voices are
  combined into a staff automatically, including Solo/a2
  indications as appropriate.


Ergonomics
==========

* Point and click functionality using emacs and Xdvi.

* Rewritten Emacs mode

* Cleaned up syntax details 

* Comprehensive documentation, including a rewritten tutorial.

* All properties have doc strings, and internal documentation is
generated automatically.

* Windows point-and-click installer 


Notation features
=================

* Piano pedals, Arpeggios, Glissandi, many more note head
shapes, Medieval clefs, custodes.

* Better lyrics placement: Automatical phrasing, melisma alignment,
  and stanza numbering.

* Typography: More elegant slurs, aligned dynamics, text crescendos,

* Easy-play note heads

* ASCIIScript: ASCII-art output 

* Improved standalone postscript layout.


Import/export
=============

* dynamics, tempo changes in the MIDI output

* Finale (.etf), PMX, Musedata and Mup import tools.


Miscellaneous
=============

* Mutopia ports collection: easily accessible music archive.

* Translations into Japanese, French and Russian

* Many many many bugfixes.



- -- 

Han-Wen Nienhuys   |   hanwen@cs.uu.nl    | http://www.cs.uu.nl/~hanwen/



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxOp1rUI/eHXJZ5AQGDOQP/e0+fa7nQdQ0+acwXAO8U7XdhVgtvGEWU
zUa8VqPZxfq0K+B/feynB6L2mDf87Kly2ODGZNd14GpO88dc0T5KsfMfOunm+m+n
HVho/ohjlP6LElRH+hDOzDdHOWkUZqdJfHkCN6XKX+OOG+ZMwtCDSKq88db2Rnep
cXoCVScsA1s=
=kG3e
=====END PGP SIGNATURE=====

------------------------------

From: Martin Vicente <vicente@cena.fr>
Subject: XCLIB 0.2.0 - extended general purpose C library
Date: Fri, 11 May 2001 20:44:42 GMT

=====BEGIN PGP SIGNED MESSAGE=====


                              eXtended C Library

                   a set of C functions for general purposes


 XCLIB (eXtended C library) is a library of miscellaneous C functions
 to do string manipulations, error handling, trace execution of programs,
 mathematics computations, I/O and time out operations, and much more.


Major improvements:
*******************

  - New module: <xc/io.h> - Synchronous I/O multiplexing
  - Error and trace messages can be now be printed using colors.

WEB     :  http://www.vicente.org/xclib/
DOWNLOAD:  http://www.vicente.org/pub/xclib/0.2/
                                               ^

Version 0.2.0
*************

 - Addition of a small FAQ.
 - Addition of <xc/timer> manpages.
 - Quick review of the other manpages.
 - Addition of the <xc/colors.h> header file.
 - Addition of the <xc/errors.h> header file (EXPERIMENTAL).
 - Addition of `text2exit()' and `get_ansi_color_seq()' functions to <xc/base>.
 - Addition to <xc/error> : emission of the alert character.
 - <xc/list.h>:
   o The `def_LIST()' macro is renamed to def_rec_LIST().
   o The macro `def_ptr_LIST()' is renamed to `def_LIST()'.
   o A few methods added: first, mast, next, prev, move_to, etc.
   o Bug correction in the header file.
 - Correction of a syntax error in <xc/List.h>, <xc/ListD.h> and xc/CListD.h>
   in ANSI mode.
 - Important: addition of the <xc/io> module and its associated demonstrations.
 - And last but not least, <xc/error> and <xc/trace> messages can be printed
   using colors.


[ Thanks in advance for your patience, complete version will soon be at your  ]
[ disposal.                                                                   ]


Contact: Martin Vicente <martin@vicente.org>



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPOlrUI/eHXJZ5AQEOsgP/bhUB1g35mLGpkUObBJZYYmEnRjgQIzQL
fOjF0k64YmKJjuwU3VlvEoYWxpasclZ5ILf/0RRkPz5fIKfmEklWTvIJ3MFOiAIa
XyIQBmDKTAwIgtQbxNilEU57VWtzQl8My4+xz3xXyR+4ojxrluJKqEoX+HnmTHP8
SFbJMoYw8lg=
=EG+D
=====END PGP SIGNATURE=====

------------------------------

From: "DS Improve" <nospam@novirus.org>
Subject: COMMERCIAL: C/C++ linux developpers based in Brussels
Date: Fri, 11 May 2001 20:44:07 GMT
Reply-To: "DS Improve" <nospam@novirus.org>

=====BEGIN PGP SIGNED MESSAGE=====


Hi,


You are looking for C/C++ linux skills in the following IT fields :

- - industrial development (embedded linux, Lineo, Tini-Java, kernel drivers)
- - internet/intranet solutions (Java, PHP, Javascript...)
- - database development (mySQL, DB2,...)
- - datawharehouse reporting
- - linux and win32 integration/code migration



DS Improve is a consulting company based in Brussels/Belgium.


The members of our development team have university degrees in
Computer Sciences and work mainly with C/C++ and Linux, IRIX,
Win32 systems.


Competencies in :


- -Analysis    : Conceptual, Functional, Object Oriented (OMT/UML),
               Components Design, Study and reduction of Algorithmical
               complexity, Databases Design (Entity-Relation, Bachman),
               System programming, processus optimisation, real-time
               performances, focus on Security and Internet (e-biz)


- -Languages   : C/C++/STL, Java, Delphi, Kylix, Assembler x86/68000,
               ADA, PHP, COM, ActiveX, SQL, Pascal, Javascript, HTML,
               XML, ESQL/C (DB2, Informix, mySQL, Sybase, Oracle, Interbase)

               and general interest in Object Oriented Languages


- -Algorithms  : Trees, graphs, complex hybrid structures, study of
               complexity, parallelisation, cryptography


- -Scripts     : bash, ksh, csh, awk, python, perl, php


- -Systems     : Linux, IRIX, Windows NT/2K/95/98/Me, MS-DOS, generic Unix
               (core programming, scripting, system administration)


- -Development : GNU C/C++, SGI MIPSpro cc/CC (IRIX MIPS & Linux IA64),
 Environment   Visual C++ (ATL/COM), Rapid Application Development
               (Borland VCL/CLX Tools : C++ Builder, Kylix, Delphi),
               KDE 2.x/Qt 2/KDevelop, Java JDK 1.1, SNIFF+, Devpak 68000,
               x86 Masm/Tasm, OpenWindows, Forms (Motif), linux kernel
               development, Apache, LaTeX


- -Hardware    : IBM PC/compatible workstations/servers, Silicon Graphics
 platforms     O2/Octane/Onyx/Origin, embedded systems (Lineo, TINI, ...),
               HP, Sun, IBM/AIX, PLC drivers (Programmable Logic Controllers
:
               Simatik S5, S7, ...)



As an add-on value, we are official Ecrix (storage), SuSE/linux and
SGI (Silicon Graphics) resellers. That means that you can ask us to
design, tune and offer complete custom integrated solutions suited
to your needs, based on these products or others.



contact us at:  sales@dsimprove.be


DS Improve

European Erasmus Business & Innovation Center
Avenue Joseph Wybran, 40
1070 Brussels - Belgium

phone :  32-2-529-59-41
fax   :  32-2-529-59-54


http://www.dsimprove.com




Thanks for your time and have a nice day


DS Improve team













- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPF1rUI/eHXJZ5AQEQqwP/be8VpkL7VDBrWzCvh27+8L9QR62WO953
6Q5sAi/6ELYIau/jn9CFP7Z/v+2cqkoYevnGtHoAvLl1SRtNB5Ow7ComHAYhw3uR
v0hzRCPpwz2f8fKa1j7jv9ag6z18MobRiT4r91oDxXQtaO5NaRMrI9hEnERUcuWo
4t4wdnDfNAg=
=YbcD
=====END PGP SIGNATURE=====

------------------------------

From: Tim Fraser <tfraser@tislabs.com>
Subject: SECURITY: LOMAC v1.1.0 Mandatory Access Control in an LKM
Date: Fri, 11 May 2001 20:45:03 GMT

=====BEGIN PGP SIGNED MESSAGE=====

    LOMAC v1.1.0 is now available for download.  LOMAC is a security
enhancement for Linux 2.2 kernels, implemented as a Loadable Kernel
Module.  Once loaded, the LOMAC LKM protects the integrity of critical
processes and data from viruses, Trojan horses, malicious remote
users, and compromised root daemons.  LOMAC is designed to maximize
ease-of-use: it requires no site-specific configuration, regardless of
the users and software present on the system.
    
    Although a good number of features and fixes remain to be
implemented, LOMAC is presently functional enough to thwart script
kiddies, and is sufficiently stable for everyday use on servers and
workstations.  The v1.1.0 release includes several improvements:

Features added since the last release (v1.0.5):

o Restructured argument handling to avoid time-of-check/time-of-use
  errors.
o Added mediation on the addition and removal of directory entries.

Summary of Changes in LOMAC v1.1.0 since the v1.0.0 release:

The 1.1.0 release improves LOMAC's protective functionality and makes
LOMAC easier to use.  The 1.1.0 release features restructured system
call argument handling to addresses the time-of-check/time-of-use
problems present in the 1.0 release, and provides new mediation on
directory modification operations.  With the 1.1.0 release, LOMAC's
default configuration allows the mounting of remote NFS filesystems
and the use of SSH for remote administration.

LOMAC is Free software, available under the GNU GPL.  The distribution
and supporting documentation is available via LOMAC's Freshmeat page:

              http://freshmeat.net/projects/lomac

                   - Tim Fraser, NAI Labs






- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPT1rUI/eHXJZ5AQH13AP9GKcU5ZY7U3yj2theM1YMRso113PoaGvq
nsmMJcxHdGUMn2k/OY16xB854iGx3dCbp7BSR2O+KWg+4CL8vRFyQmPJ2UsAcdcq
GKfUjFjG8vIvB9tC9fzNfKJW8+DGGlgLiMTW3VVaMPsOQp7NVPcIRsKBBmLsNajP
6SWr6aXCfVg=
=EUxF
=====END PGP SIGNATURE=====

------------------------------

From: Dave <linux_monitor@volny.cz>
Subject: Linux Performance Measurement
Date: Fri, 11 May 2001 20:45:42 GMT

=====BEGIN PGP SIGNED MESSAGE=====


Hello,

 the improved version of linux performance monitoring is now
available. But there are weakest link. The lkmi (Linux Kernel Measurement
Interface) is not ported to Linux kernel 2.4, now it works only for kernels
2.2.

http://www.volny.cz/linux_monitor

Any comments wanted.

- -dd-



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPdlrUI/eHXJZ5AQELfgP+OBiyRMj7HyK+BA4khwArD6l67XQR2cwI
+4B+xmP3C1tEUKC8BXq601JTlJO2lrYO319c2JlRK9uCIFu2nFEeg9ytT0K/m1a2
sh7pLsuRwV2QqNg2GC/KJBAuPAQMnWAZCXEENS62HZp39I8tJMLdch0zhUW0Enhx
YPZMRvrQMNE=
=OgSZ
=====END PGP SIGNATURE=====

------------------------------

From: anface@yahoo.com (SANFACE Software)
Subject: SHAREWARE: infodict 1.0
Date: Fri, 11 May 2001 20:44:37 GMT

=====BEGIN PGP SIGNED MESSAGE=====


What is infodict?  

Starting from an existing PDF with infodict you can
create a new equal PDF where you can set the Info
Dictionary.
You can set: Title, Subject, Author, Keywords,
Creator, Producer, Created, Modified fields
This tool can't work with encrypted PDFs.

We've tested infodict with PDF 1.2 (Acrobat 3.x) and
PDF 1.3 (Acrobat 4.x)

It's simple to use it like a batch application to set
Info dictionary to every PDF in you archive
It's simple to use it like a pipe application.
It's simple to use it inside your cgis.
We distribute only executable versions (if you need
ask us the original PERL code).

What's new:
It's the first public release
 
Test infodict 1.0!
You can find it at
http://www.sanface.com/infodict.html


=====
SANFACE Software
Your technology glasses. We help you see your full potential.
mailto:sanface@sanface.com
http://www.sanface.com
WAP    http://www.sanface.com/wap/
i-mode http://www.sanface.com/i/

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

- -- 
Posted from web11202.mail.yahoo.com [216.136.131.184] 
via Mailgate.ORG Server - http://www.Mailgate.ORG



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPNVrUI/eHXJZ5AQFkpgP9GXV1rsytP78Jx5C8ZPgtkr0st8Fw045r
2mw3pZaEn1fQR6owHBO+M0/vk+a9u9rTWi0DuFO69wycraD2YQV9lcxxaiw9NjKa
QDSUUl7Gk8hGoEAfZw4iPs74/ZVf6S4pt8DTHYjymbxGutKWF/z01RO7ZsJL+a2w
YIlsZrsKR1w=
=2cAL
=====END PGP SIGNATURE=====

------------------------------

From: Jonathon Coombes <jon@cybersite.com.au>
Subject: COMMERCIAL: Linux Course on 21st May
Date: Fri, 11 May 2001 20:44:26 GMT

=====BEGIN PGP SIGNED MESSAGE=====


 
Training4Linux have their next Linux Fundamentals/Linux 
for Windows NT Managers course coming up on May 21st 
in North Sydney. It is a five day course and covers 
filesystems, installation, user administration, samba 
plus more.

Some seats are still available, so if you are interested,
you had better get in soon! Other courses are also
available, see our website for details.

Further information regarding this course is available
at our website at http://www.training4linux.com.

- --



- -- 
This article has been digitally signed by the moderator, using PGP.
http://www.iki.fi/mjr/cola-public-key.asc has PGP key for validating signature.
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember a short description of the software and the LOCATION.
This group is archived at http://www.iki.fi/mjr/linux/cola.html

=====BEGIN PGP SIGNATURE=====
Version: 2.6.3ia
Charset: latin1

iQCVAgUBOvxPKlrUI/eHXJZ5AQEf7QP/eH17RnKq39g54odDxpICGgwWB00f8ils
l2hw5ybiy2bVx5tq3ii8uRS8X1IZ74CRtPeMiTH4AVoNQRt1ia+Rd89VcrPO9XlO
6Zn6FaKvrwDpFI/JtUnDxxDg2BMJ4E8ZuigiAf7HGYwJFH7Z0e06HPnlvHDHAonz
odXFe4hvYK8=
=r0dS
=====END PGP SIGNATURE=====

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: Linux-Announce-Request@NEWS-DIGESTS.MIT.EDU

You can submit announcements to be moderated via:

    Internet: linux-announce@NEWS.ORNL.GOV

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi				pub/Linux
    tsx-11.mit.edu				pub/linux
    sunsite.unc.edu				pub/Linux

End of Linux-Announce Digest
******************************

home help back first fref pref prev next nref lref last post