|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Sergey Lentsov 2:4615/71.10 13 Sep 2001 16:25:28 To : All Subject : URL: http://www.lwn.net/2001/0913/devel.php3 -------------------------------------------------------------------------------- x [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 Broadcast 2000 source code pulled. A note on [15]Slashdot mentions that binary and source code versions of the excellent audio/video editing package [16]Broadcast 2000 are no longer available for downloading due to worries about potential liabilities. This action has been done as a result of concerns over liability: "We've already seen several organizations win lawsuits against GPL/warranty free software writers because of damage that software caused to the organization. Several involved the RIAA vs mp3/p2p software writers. Several involved the MPAA vs media player authors." [17]RPMFind carried a link to an RPM of a slightly out of date version earlier this week, but even that seems to have disappeared in the last few days. In any case, without the support of the author, this useful tool may become a thing of the past. Broadcast 2000 will be missed. For those who are looking for a replacement, [18]VirtualDub is one possibility. Audio Vorbismodule 0.0b released. An early version of vorbismodule, a Python interface to the Ogg Vorbis audio compression tools, [19]has been announced by Ignacio Vazquez-Abrams. Databases Two new releases of mSQL. Hughes Technologies [20]has announced a new version of mSQL 2.0.12, which features a security patch, and the third pre-release of mSQL 3.0. PostgreSQL vs. MySQL (Web Techniques). Web Techniques [21]compares PostgreSQL and MySQL. "One of the larger areas in which PostgreSQL and MySQL differ is in the functions you can use in a SQL statement. Because SQL is a standard data query language, you would expect to be able to apply it equally across different databases. Unfortunately, adherence to a standard is one place where SQL databases need the most improvement." Documentation LDP Weekly News. The latest [22]weekly news summary from the Linux Documentation Project covers the new Conexant+Rockwell Modem HOWTO, along with a number of updated documents. Education SEUL/Edu Report #52. [23]The September 3, 2001 edition of the SEUL/Edu report includes a list of schools that are using Linux, a Linux distribution for schools, a Student Information System called OpenSIS, and a new version of [24]GPeriodic which produces a nice online periodic table of the elements. Electronics Gerber Viewer 0.0.3 released. A fairly early version of Gerber Viewer, version 0.0.3, [25]has been released on the gEDA site. Gerber files are used for printed circuit CAM data, and Gerber Viewer allows such files to be inspected. Embedded Systems Embedded Linux Newsletter for Sept. 6, 2001. LinuxDevices has posted the latest [26]Embedded Linux Newsletter. This issue covers Rick Lehrbaum's trip to LinuxWorld, a new Linux PDA on the way from Korea, and Motorola's choice of Embedix for its set-top box. A developer's review of leading Embedded Linux toolkits (LinuxDevices). LinuxDevices is carrying a special feature from Jerry Epplin describing a host of [27]embedded Linux toolkits. "Several open source toolkits, such as Transmeta's Midori Linux, provide a simple way to configure and build a minimal Linux system suitable for embedded systems. And because the non-commercial systems typically make use of the standard Linux methods for configuring and building a system, they may be more appropriate for users already familiar with Linux." Network Management OpenNMS 0.8.1 released. A new version of the OpenNMS network management system [28]has been announced. Changes from the previous version include a JNI replacement for icmpd, IP handling improvements in capsd, DHCP poller updates, updated configurable categories in the Web UI, and more. Printing Systems LPRng 3.7.6. Patrick Powell's [29]LPRng web page has recently been updated to include lots of new documentation and screenshots for LPRng and its associated tools. A new version, LPRng 3.7.6, is mentioned on the page, but downloads are not yet available. Science Medical Open Source Achievement Award (LinuxMedNews). LinuxMedNews [30]is seeking nominees for an open source medical achievement award that will be presented on November 5th, 2001 at the American Medical Informatics Association meeting. Web-site Development mnoGoSearch bug reporting system. A new [31]bug reporting system has been added to the [32]mnoGoSearch web site to improve the ability to track bugs. Mod_python 3.0.0 Alpha released. Version 3.0.0 Alpha of Mod_python [33]has been released. This release only runs under Apache 2.0. ZopeNews for September 10, 2001. The September 10, 2001 version of [34]Zope News is out. This issue looks at the Wing IDE, ZQuest 1.0.0 beta 2, DBObjects 1.3.0 beta 1, a re-release of ZtoP, ZMySQLDA-2.0.8, and more. The Go-ForIt Chronicles : Memoirs of eXtreme DragonSlayers, Part 6 (IBM developerWorks). Indran Naick [35]looks at input data validation from web based interfaces in an IBM developerWorks article. Section Editor: [36]Forrest Cook September 13, 2001 Application Links [37]GIMP [38]Mozilla [39]Galeon [40]High Availability [41]ht://Dig [42]mnoGoSearch [43]MagicPoint [44]Wine [45]Worldforge [46]Zope More Information [47]OpenSourceDirectory [48]Freshmeat [49]SourceForge Programming Languages C++ Internet C++ Goes GPL. [50]Internet C++ is an open source alternative to Java and .NET that is being developed on SourceForge. Caml Caml Weekly News. The latest [51]Caml Weekly News includes an announcement of a new version of OcamlMakefile and a discussion of the Bedouin project, which aims to generate a web application framework for generating dynamic HTML content. Java Threading lightly : Reducing contention (IBM developerWorks). Brian Goetz [52]looks at three methods for reducing contention between Java threads. "Contended synchronizations are slow because they involve multiple thread switches and system calls. When multiple threads contend for the same monitor, the JVM has to maintain a queue of threads waiting for that monitor (and this queue must be synchronized across processors), which means more time spent in the JVM or OS code and less time spent in your program code. Moreover, contention impairs scalability because it forces the scheduler to serialize operations, even if a free processor is available. When one thread is executing a synchronized block, any thread waiting to enter that block is stalled. If no other threads are available for execution, then processors may sit idle." Getting Up To Speed with JXTA (O'Reilly). Richard Koman and Steve Anglin [53]give an overview of JXTA in an O'Reilly article. "JXTA, or Juxtapose, began in the summer of 2000 as a Sun Microsystems research project, or 'intrapreneuring incubation,' led by Chief Scientist Bill Joy. Beginning with conversations with innovators in the P2P space, the JXTA team began assembling a picture of what a core common distributed computing framework would look like. In the months since, the sketch became an API, 'crufty code,' and finally, an open source release on April 25th, 2001." Lisp Free the X3J Thirteen! Lisp newsletter. A new online newsletter for Lisp, known as Free the X3J Thirteen!, [54]has been announced. Topics from [55]the first issue include new and updated cCLan packages, the asdf system definition tool, OpenMCL on Debian, and more. Perl Perl 5 Porters for September 3, 2001. The [56]September 3, 2001 edition of Perl 5 Porters looks at Perl testing modules, improvements to %INC, random seeds, and more. Perl 6 Porters for September 1, 2001. The [57]September 1, 2001 edition of Perl 6 Porters covers implicit @_ passing, the difference between finalization and destruction, multiple dispatch on objects, program metadata, and progress on the Parrot interpreter base. Parrot 0.0.1 is Released (use Perl). An early version of the Perl 6 Parrot interpreter [58]has been released. The license is currently the same as for Perl 5, a choice of either Artistic or GPL. PHP PHP Weekly News for September 10, 2001. The [59]September 10, 2001 edition of the PHP Weekly News is out. Topics include the upcoming PHP 4.0.7 RC2, a bug with Autoconf 2.52, CVS and sticky tags, a fix for base_convert(), and several bug fixes. Python Python for Beginners. Guido van Rossum has put together [60]a Python for Beginners page, full of information of use to those just starting (or thinking about starting) with the Python language. Python 2.2 alpha 3. The [61]third alpha release of Python 2.2 is out. People interested in how their applications will work under the next major Python release may want to give this one a try. Dr. Dobb's Python-URL!. This week's [62]Python-URL! includes pointers to discussions on python graphics and systems administration tasks, as well as other Python information. Dive Into Python, Chapter 4 released. The fourth chapter of Dive Into Python has been [63]released. It covers HTML processing and a number of related Python modules. jabber.py 0.2 released. A new version of jabber.py [64]has been released. "jabber.py is a Python module for the jabber instant messaging protocol. jabber.py deals with the xml parsing and socket code, leaving the programmer to concentrate on developing quality jabber based applications with Python." This release includes bug fixes, more documentation, and improved examples. Ruby The latest from the Ruby Garden. This week, [65]the Ruby Garden looks at Eiffel's Selective Export feature, discusses the upcoming Ruby conference, and includes other Ruby items of interest. Tcl/Tk Dr. Dobb's Tcl-URL!. The latest [66]Tcl-URL! includes the news that threads have official arrived for Tcl, plus many more interesting tidbits. Section Editor: [67]Forrest Cook Language Links [68]Erlang [69]g95 Fortran [70]Guile [71]Haskell [72]Blackdown.org [73]Caml [74]Gnu Compiler for the Java Language [75]IBM Java Zone [76]Jython [77]Perl News [78]Use Perl [79]PHP [80]PHP Weekly Summary [81]Daily Python-URL [82]Python.org [83]Python.faqts [84]Ruby [85]MIT Scheme [86]Schemers [87]Smalltalk [88]Tcl Developer Xchange [89]Tcltk.com [90]Regular Expressions [91]Next: Commerce [92]Eklektix, Inc. Linux powered! Copyright Л 2001 [93]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/0913/ 4. http://lwn.net/2001/0913/security.php3 5. http://lwn.net/2001/0913/kernel.php3 6. http://lwn.net/2001/0913/dists.php3 7. http://lwn.net/2001/0913/desktop.php3 8. http://lwn.net/2001/0913/commerce.php3 9. http://lwn.net/2001/0913/press.php3 10. http://lwn.net/2001/0913/announce.php3 11. http://lwn.net/2001/0913/history.php3 12. http://lwn.net/2001/0913/letters.php3 13. http://lwn.net/2001/0913/bigpage.php3 14. http://lwn.net/2001/0906/devel.php3 15. http://slashdot.org/articles/01/09/10/2016257.shtml 16. http://heroinewarrior.com/bcast2000.php3 17. http://rpmfind.net/ 18. http://www.virtualdub.org/ 19. http://lwn.net/2001/0913/a/vorbismodule.php3 20. http://www.Hughes.com.au/ 21. http://www.webtechniques.com/archives/2001/09/jepson/ 22. http://www.linuxdoc.org/ldpwn/ldpwn-2001-09-04.html 23. http://www.seul.org/edu/report52.html 24. http://gperiodic.seul.org/ 25. http://www.geda.seul.org/ 26. http://www.linuxdevices.com/files/newsbriefs/sep06-01.html 27. http://www.linuxdevices.com/articles/AT8402180338.html 28. http://lwn.net/2001/0913/a/opennms081.php3 29. http://www.lprng.com/ 30. http://www.linuxmednews.com:8080/linuxmednews/999737185/index_html 31. http://mnogosearch.org/bugs/ 32. http://mnogosearch.org/ 33. http://www.modpython.org/ 34. http://yyy.zope.org/ZopeNews 35. http://www-106.ibm.com/developerworks/ibm/library/i-extreme6/ 36. mailto:lwn@lwn.net 37. http://www.gimp.org/ 38. http://www.mozilla.org/ 39. http://galeon.sourceforge.net/ 40. http://linux-ha.org/ 41. http://www.htdig.org/ 42. http://mnogosearch.org/ 43. http://www.Mew.org/mgp/ 44. http://www.winehq.com/ 45. http://www.worldforge.org/ 46. http://www.zope.org/ 47. http://www.opensourcedirectory.org/ 48. http://freshmeat.net/ 49. http://sourceforge.net/ 50. http://lwn.net/2001/0913/a/inet-c++.php3 51. http://lwn.net/2001/0913/a/cwn010911.php3 52. http://www-106.ibm.com/developerworks/java/library/j-threads2.html 53. http://www.onjava.com/pub/a/onjava/2001/09/04/jxta.html 54. http://lwn.net/2001/0913/a/x3j.php3 55. http://ww.telent.net/lisp/free-the-x3j-thirteen/2001.08.html 56. http://www.perl.com/pub/a/2001/08/p5pdigest/20010903.html 57. http://www.perl.com/pub/a/2001/09/p6pdigest/20010901.html 58. http://use.perl.org/article.pl?sid=01/09/10/2254250&mode=thread&threshold= 59. http://www.zend.com/zend/week/week53.php 60. http://www.python.org/doc/Newbies.html 61. http://lwn.net/2001/0913/a/python-2.2a3.php3 62. http://lwn.net/2001/0913/a/pyurl-20010910.php3 63. http://lwn.net/2001/0913/a/dive-into-python.php3 64. http://lwn.net/2001/0913/a/jabberpy02.php3 65. http://www.rubygarden.org/ 66. http://lwn.net/2001/0913/a/tclurl-20010910.php3 67. mailto:lwn@lwn.net 68. http://www.erlang.org/ 69. http://g95.sourceforge.net/ 70. http://www.gnu.org/software/guile/guile.html 71. http://haskell.org/ 72. http://www.blackdown.org/ 73. http://caml.inria.fr/ 74. http://gcc.gnu.org/java/ 75. http://www.ibm.com/developer/java/ 76. http://sourceforge.net/projects/jython 77. http://www.news.perl.org/ 78. http://use.perl.org/ 79. http://www.php.net/ 80. http://www.zend.com/zend/week/ 81. http://www.pythonware.com/daily 82. http://www.python.org/ 83. http://python.faqts.com/ 84. http://www.ruby-lang.org/en/index.html 85. http://www.swiss.ai.mit.edu/projects/scheme/index.html 86. http://www.schemers.org/ 87. http://www.smalltalk.org/ 88. http://dev.ajubasolutions.com/ 89. http://www.tcltk.com/ 90. http://regularexpressions.com/RegularExpressions/ 91. http://lwn.net/2001/0913/commerce.php3 92. http://www.eklektix.com/ 93. http://www.eklektix.com/ --- ifmail v.2.14.os7-aks1 * Origin: Unknown (2:4615/71.10@fidonet) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.linux/198615b4d67f6.html, оценка из 5, голосов 10
|