|
|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Sergey Lentsov 2:4615/71.10 01 Mar 2001 18:11:24 To : All Subject : URL: http://lwn.net/2001/0301/devel.php3 --------------------------------------------------------------------------------
[1][LWN Logo]
[2]Click Here
[LWN.net]
Sections:
[3]Main page
[4]Security
[5]Kernel
[6]Distributions
[7]On the Desktop
Development
[8]Commerce
[9]Linux in the news
[10]Announcements
[11]Linux History
[12]Letters
[13]All in one big page
See also: [14]last week's Development page.
Development projects
News and Editorials
The latest [15]SourceForge update has been published. Among other
things, it states that none of the SourceForge staff were affected by
the layoffs at VA Linux.
SourceForge provides an incredibly useful service to the open-source
developer community, and VA Linux should be greatly thanked for that.
The current statistics show that around 16,000 projects are hosted
there. One has to wonder, however, if the community would not be
better served by a more decentralized model for the hosting of
open-source projects.
Having a large percentage of projects under development on a single
site tends to concentrate all of the risks in one place, whether they
are related to corporate troubles, network crackers, or legal attacks.
The news from VA concerning SourceForge is fairly reassuring, but it
makes one think about what would have happened if there had been staff
cuts in that area.
It might be time to consider the old adage: Don't put all of your eggs
in one basket.
Clusters
Linux-Cluster mailing list. Rik van Riel has created a [16]metalist
for Linux cluster projects in an effort to share infrastructure
between the multiple clustering projects currently underway.
Databases
Mini SQL 3.0 pre 1 released. Hughes Technologies [17]announced the
availability of Mini SQL 3.0 pre 1, also known as mSQL. See [18]the
release notes for details on the changes in this release, which
include a completely redone query engine.
aboutSQL: GROUP BY (ONLAMP.com). John Paul Ashenfelter continues his
series on SQL programming with an article that introduces the SQL
[19]GROUP BY directive.
Embedded Systems
A developer's perspective on PocketLinux (LinuxDevices.com). Part 5 of
a series from Jerry Epplin on the [20]status and history of Linux on
PDAs looks at Transvirtual's PocketLinux, the Java based solution for
handheld devices. "PocketLinux for the iPAQ uses the handhelds.org
kernel and builds a GUI platform on top of it. But PocketLinux,
provided by Transvirtual Technologies, is in a sense more ambitious
than the others, in that it is targeted toward development by both
programmers and non-programmers."
Network Management
OpenNMS Update, February 27th, 2001. The latest issue of the
[21]OpenNMS Update has been published. Highlights include updates to
the status of various projects and an early adopter program status.
PortMon 0.6 released. Version 0.6 of PortMon [22]has been released.
"PortMon is a port monitor program that keeps track of open ports on
servers to be sure they are still up and talking."
Science
Danforth Center's Kilo Cluster Helps Researchers Study the Building
Blocks of Life (Enterprise Linux). Enterprise Linux magazine [23]has
published an article about a Linux based Beowulf cluster that is being
used for genetic research. "Skolnick rejected RISC-based solutions as
being either too big, too slow or too expensive, and decided on a
Beowulf cluster using Intel Pentium III processors at 733 MHz, and
running the Linux operating system. And, he found he could afford a
system with 1,040 processors (520 nodes), giving him peak performance
of 335 Gflops."
Web-site Development
ht://Dig 3.20 b3 released. After nearly a year of inactivity, a new
version of the popular web site search engine, [24]ht://Dig 3.20 b3
has been released. [25]The release notes contain a long list of bugs
that have been fixed.
Announcing OpenFlow 1.0. Paolo Bizzarri [26]has announced the
availability of OpenFlow 1.0, an open-source workflow management
system. "OpenFlow is a workflow management system, written in Zope +
Python. It has been heavily based on the Chautauqua workflow."
Section Editor: [27]Forrest Cook
March 1, 2001
Desktop Links
[28]Gnome
[29]KDE
[30]XFce
[31]GTK+
[32]Window Managers
Application Links
[33]GIMP
[34]Mozilla
[35]Galeon
[36]High Availability
[37]ht://Dig
[38]MagicPoint
[39]Wine
[40]Worldforge
[41]Zope
More Information
[42]AppWatch
[43]Freshmeat
[44]SourceForge
Programming Languages
ERLANG
New site: Erlang-fr.org. Mickael Remond has put together
[45]Erlang-fr.org, a web site devoted to all things Erlang. The site
is in French.
Java
Writing multithreaded Java applications (IBM developerWorks). Alex
Roetter discusses [46]Java multithreaded applications in an IBM
developerWorks article. "A program or process can contain multiple
threads that execute instructions according to program code. Like
multiple processes that can run on one computer, multiple threads
appear to be doing their work in parallel. Implemented on a
multi-processor machine, they actually can work in parallel. Unlike
processes, threads share the same address space; that is, they can
read and write the same variables and data structures."
O'Reilly Network Launches Independent Java Web Site. O'Reilly [47]has
announced the creation of a new web site dedicated to Java,
[48]ONJava.com, that it claims will be an advocate for open source
software development in the Java community. The site will also cover
open source Sun initiatives like the Jakarta and JXTA projects under
the Apache open source license.
Lisp
CLiki: a Common Lisp Wiki. The [49]CLiki site provides a Wiki style
collaborative authoring environment for users of Common Lisp on Unix
systems. Check it out for the latest in the world of Lisp.
Perl
Using Perl and Tellme (WebRef). Check out [50]this WebRef tutorial for
some interesting ideas and examples of using Perl to write an
interactive VoiceXML applications for Tellme. [51]Tellme.com provides
a commercial service that connects a toll-free phone number to a
computer with speech synthesis and voice/DTMF recognition
capabilities.
Perl 5 Porters for February 28, 2001. The [52]February 28, 2001 issue
of Perl5 Porters is out. Topics include "smoke testing" all possible
configurations, overriding, Unicode, and more.
PHP
An Introduction to PHP (O'Reilly). John Coggeshall [53]introduces PHP
in an O'Reilly Network article. "At a fundamental level, PHP has all
of the features of a complete programming language (control
structures, repetitive tasks, and variables) but perhaps one of its
most powerful features is database access. With PHP it is possible to
access over 19 different types of databases and manipulate data within
those databases based on input from the user via a web page."
PHP Weekly Summary for February 26, 2001. The [54]February 26, 2001
edition of the PHP Weekly Summary is available. The PHP 4.0.5 release
cycle is discussed as are library upgrades and Apache 2.0 support.
Python
Python 1.6.1 available. Version 1.6.1 of Python [55]is available for
download. This version features some minor bug fixes over Version 1.6
and falls under a new license, the "CNRI Open Source GPL-Compatible
License". Also, see [56]the announcement for Python 1.6.1 from Guido
van Rossum.
Dr. Dobb's Python-URL!, February 26, 2001. Dr. Dobb's latest issue of
the [57]Python-URL! summary is now available. Topics this week include
discussions on Python 2.0 and functional programming, mp3 management,
updates to gnome-python, and an open-source port of Python to the Palm
Pilot.
Guido talks about nested scopes (python.org). Python.org has posted an
ongoing discussion about [58]Nested Scopes, a somewhat controversial
addition planned for Python that may break legacy code. "We have
clearly underestimated how much code the nested scopes would break,
but more importantly we have underestimated how much value our
community places on stability. At the same time we really like nested
scopes, and we would like to see the feature introduced at some
point."
XML-RPC for Python. Secret Labs has released [59]xmlrpclib 0.9.9, a
Python implementation of the XML-RPC protocol.
Dive Into Python Chapter 3. Chapter 3 of the online Python book Dive
Into Python [60]has been announced. This chapter covers classes,
exceptions, file handling, and more.
Smalltalk
SNRC-ST 3.2. Version 3.2 of SNRC-ST, the Signature Revealing Naming
Convention Smalltalk [61]is available. "Generic Types are a solution
to the question: 'How do I reuse a collection interface with different
element types?'. More generally it is applicable anywhere where one
type serves as a parameter to another."
Tcl/Tk
ActiveState adopts Tcl. ActiveState has [62]announced that it will be
providing a home for Tcl development, stepping into the void created
when Ajuba Solutions dropped the language. ActiveState will be hosting
the Tcl community site, providing "supported" versions of Tcl, and
offering consulting services.
Dr. Dobb's Tcl-URL!, February 26, 2001. The latest issue of the
[63]Tcl-URL! summary is now available. Topics this week include tree
and drag-n-drop support in Tcl, an Impress announcement, and the
introduction of tclpython.
Moodss 14.0 released. [64]Version 14.0 of moodss, the Modular Object
Oriented Dynamic SpreadSheet has been announced. The program can
display data in various forms including tables, graphs, bar graphs,
and 3D pie charts and has interfaces to Perl, Python, C, and Tcl.
Tclpython 1.1 released. Version 1.1 of [65]tclpython has been
released. Tclpython allows the execution of Python code from a Tcl
interpreter.
ImPress 1.1-b8 released. Version 1.1-b8 of the ImPress Tcl/Tk desktop
publishing and layout package [66]has been released.
Documentation
LDP Weekly News. David Merrill at the Linux Documentation Project has
posted the latest issue of the [67]LDP Weekly News. Highlights include
the addition of the Linux Palm Quickstart and a Unix Hardware Buyers
Howto, along with updates to the Linux Installation, Linux Kernel, PHP
and Linmodem Howto's.
Training
LPI Newsletter, February 2001. The [68]LPI Newsletter for February
2001 has made its way to LWN.net's doorstep. This month's news
includes a job analysis survey, conference reports from LinuxWorld NY
and the Paris Linux Expo, and LPI efforts in Russia.
Software Development Tools
Extreme Rapid Development (Software Development Online). If Rapid
Development is just too slow, check out [69]Extreme Rapid Development
in an article by Peter Norvig. Several commercial and freely
downloadable tools for Python, Lisp, and Dylan are examined.
Section Editor: [70]Forrest Cook
Language Links
[71]Erlang
[72]Guile
[73]Haskell
[74]Blackdown.org
[75]IBM Java Zone
[76]Perl News
[77]Use Perl
[78]PHP
[79]PHP Weekly Summary [80]Daily Python-URL
[81]Python.org
[82]Python.faqts
[83]Jython
[84]Ruby
[85]Smalltalk
[86]Tcl Developer Xchange
[87]Tcltk.com
[88]Regular Expressions
[89]Next: Commerce
[90]Eklektix, Inc. Linux powered! Copyright Л 2001 [91]Eklektix, Inc.,
all rights reserved
Linux (R) is a registered trademark of Linus Torvalds
References
1. http://lwn.net/
2. http://ads.tucows.com/click.ng/pageid=001-012-132-000-000-005-000-000-012
3. http://lwn.net/2001/0301/
4. http://lwn.net/2001/0301/security.php3
5. http://lwn.net/2001/0301/kernel.php3
6. http://lwn.net/2001/0301/dists.php3
7. http://lwn.net/2001/0301/desktop.php3
8. http://lwn.net/2001/0301/commerce.php3
9. http://lwn.net/2001/0301/press.php3
10. http://lwn.net/2001/0301/announce.php3
11. http://lwn.net/2001/0301/history.php3
12. http://lwn.net/2001/0301/letters.php3
13. http://lwn.net/2001/0301/bigpage.php3
14. http://lwn.net/2001/0222/devel.php3
15. http://lwn.net/2001/0301/a/sourceforge-update.php3
16. http://lwn.net/2001/0301/a/cluster-mail.php3
17. http://www.Hughes.com.au/products/msql/
18. http://www.Hughes.com.au/products/msql/3_relnotes.html
19. http://www.oreillynet.com/pub/a/linux/2001/02/23/aboutSQL.html
20. http://www.linuxdevices.com/articles/AT7639810648.html
21. http://lwn.net/2001/0301/a/opennms-20010228.php3
22. http://lwn.net/2001/0301/a/portmon0.6.php3
23. http://www.101com.com/elx/article.asp?articleid=383
24. http://htdig.sourceforge.net/
25. http://www.htdig.org/dev/htdig-3.2/RELEASE.html
26. http://lwn.net/2001/0301/a/openflow.php3
27. mailto:lwn@lwn.net
28. http://www.gnome.org/
29. http://www.kde.org/
30. http://www.xfce.org/
31. http://www.gtk.org/
32. http://xwinman.org/
33. http://www.gimp.org/
34. http://www.mozilla.org/
35. http://galeon.sourceforge.net/
36. http://linux-ha.org/
37. http://www.htdig.org/
38. http://www.Mew.org/mgp/
39. http://www.winehq.com/
40. http://www.worldforge.org/
41. http://www.zope.org/
42. http://appwatch.com/Linux/
43. http://freshmeat.net/
44. http://sourceforge.net/
45. http://www.erlang-fr.org/
46. http://www-106.ibm.com/developerworks/library/j-thread.html?dwzone=java
47. http://www.businesswire.com/webbox/bw.022701/210582117.htm
48. http://www.onjava.com/
49. http://ww.telent.net/cliki/index
50. http://www.webreference.com/perl/tutorial/20/
51. http://www.tellme.com/
52. http://www.perl.com/pub/2001/02/p5pdigest/THISWEEK-20010226.html
53. http://www.oreillynet.com/pub/a/php/2001/02/22/php_foundations.html
54. http://www.zend.com/zend/week/week26.php
55. http://www.python.org/1.6.1/#news
56. http://lwn.net/2001/0301/a/python161.php3
57. http://lwn.net/2001/0301/a/pyurl-20010226.php3
58. http://mail.python.org/pipermail/python-list/2001-February/030681.html
59. http://lwn.net/2001/0301/a/xmlrpc.php3
60. http://lwn.net/2001/0301/a/divepy3.php3
61. http://lwn.net/2001/0301/a/snrcst3.2.php3
62.
http://www.prnewswire.com/cgi-bin/stories.pl?ACCT=104&STORY=/www/story/02-26-200
1/0001435176&EDATE=
63. http://lwn.net/2001/0301/a/tclurl-20010226.php3
64. http://lwn.net/2001/0301/a/moodss14.0.php3
65. http://lwn.net/2001/0301/a/tclpython1.1.php3
66. http://lwn.net/2001/0301/a/impress1.1b8.php3
67. http://www.linuxdoc.org/ldpwn/ldpwn-2001-02-27.html
68. http://lwn.net/2001/0301/a/lpi-200102.php3
69. http://www.sdmagazine.com/articles/2001/0103/0103e/0103e.htm
70. mailto:lwn@lwn.net
71. http://www.erlang.org/
72. http://www.gnu.org/software/guile/guile.html
73. http://haskell.org/
74. http://www.blackdown.org/
75. http://www.ibm.com/developer/java/
76. http://www.news.perl.org/
77. http://use.perl.org/
78. http://www.php.net/
79. http://www.zend.com/zend/week/
80. http://www.pythonware.com/daily
81. http://www.python.org/
82. http://python.faqts.com/
83. http://sourceforge.net/projects/jython
84. http://www.ruby-lang.org/en/index.html
85. http://www.smalltalk.org/
86. http://dev.ajubasolutions.com/
87. http://www.tcltk.com/
88. http://regularexpressions.com/RegularExpressions/
89. http://lwn.net/2001/0301/commerce.php3
90. http://www.eklektix.com/
91. http://www.eklektix.com/
--- ifmail v.2.14.os7-aks1
* Origin: Unknown (2:4615/71.10@fidonet)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.linux/2030806bafdc7.html, оценка из 5, голосов 10
|