regularly
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 73
Multitalk 1.2
Multitalk is a presentation program designed for giving more interactive and engaging talks. more>>
Multitalk project is a presentation program designed for giving more interactive and engaging talks. Slides are laid out in a two- dimensional canvas that you navigate in any direction, in real time, using the mouse.
All of your talks can be merged into the same space. You can zoom out and create hyperlinks between slides. Each slide may also contain nested expandable sections like a folding text editor. Every slide can have an arbitrary style to control layout and visual appearance.
Why another presentation program?
Other presentation programs force you to arrange your talk in a fixed order, and then to step through it in sequence - often while reading out the slides to the audience in a tedious manner! This means that in those programs:
- Theres no way to change the direction of your talk at presentation-time based on audience feedback.
- You cant have "optional" parts which you expand upon for longer, more detailed talks and present at an overview level otherwise, except by skipping slides.
- Theres no easy way to show central concepts or illustrate ones progress through the structure of the talk, except by regularly reinserting copies of the contents page.
- The speaker isnt actively involved in steering through and explaining the material, which can lead to poor communication.
- Updating multiple talks with shared material is difficult.
- You cannot view all of your talks in the same space.
- Presentation concerns are emphasised over content because slides are initially designed in a GUI rather than as plain text.
- Often the same template is used for all slides in a talk; putting the same abstract-but-vaguely-hitech-looking coloured pattern in the corner of each slide doesnt really add much to the talk.
What does Multitalk do better?
- Slides are laid out for display in a two-dimensional space which you can choose to navigate in real time in any direction.
- Slide text is written in a markup language using a normal text editor.
- Image placement is still controlled in a WYSIWYG manner using the program itself (which is quicker than pure markup language spacing commands).
- Slides can be any size and automatically resize to fit their contents; you can view multiple small ones at once or part of very large ones, so logical units dont have to be stretched to screen size.
- You can zoom out to rearrange slides or get an overview of the talk.
- Each slide acts like a folding text editor, with definable blocks which can be collapsed and expanded during the talk.
- You can define hyperlinks between different slides, which are spatially animated.
- You can define your own style templates to override all visual aspects, and each slide can independently use any style to highlight topics as required (you can have multiple "master slides" in other terminology).
Enhancements:
- This version adds LaTeX integration, which allows LaTeX syntax to be embedded within any slides text.
<<lessAll of your talks can be merged into the same space. You can zoom out and create hyperlinks between slides. Each slide may also contain nested expandable sections like a folding text editor. Every slide can have an arbitrary style to control layout and visual appearance.
Why another presentation program?
Other presentation programs force you to arrange your talk in a fixed order, and then to step through it in sequence - often while reading out the slides to the audience in a tedious manner! This means that in those programs:
- Theres no way to change the direction of your talk at presentation-time based on audience feedback.
- You cant have "optional" parts which you expand upon for longer, more detailed talks and present at an overview level otherwise, except by skipping slides.
- Theres no easy way to show central concepts or illustrate ones progress through the structure of the talk, except by regularly reinserting copies of the contents page.
- The speaker isnt actively involved in steering through and explaining the material, which can lead to poor communication.
- Updating multiple talks with shared material is difficult.
- You cannot view all of your talks in the same space.
- Presentation concerns are emphasised over content because slides are initially designed in a GUI rather than as plain text.
- Often the same template is used for all slides in a talk; putting the same abstract-but-vaguely-hitech-looking coloured pattern in the corner of each slide doesnt really add much to the talk.
What does Multitalk do better?
- Slides are laid out for display in a two-dimensional space which you can choose to navigate in real time in any direction.
- Slide text is written in a markup language using a normal text editor.
- Image placement is still controlled in a WYSIWYG manner using the program itself (which is quicker than pure markup language spacing commands).
- Slides can be any size and automatically resize to fit their contents; you can view multiple small ones at once or part of very large ones, so logical units dont have to be stretched to screen size.
- You can zoom out to rearrange slides or get an overview of the talk.
- Each slide acts like a folding text editor, with definable blocks which can be collapsed and expanded during the talk.
- You can define hyperlinks between different slides, which are spatially animated.
- You can define your own style templates to override all visual aspects, and each slide can independently use any style to highlight topics as required (you can have multiple "master slides" in other terminology).
Enhancements:
- This version adds LaTeX integration, which allows LaTeX syntax to be embedded within any slides text.
Download (1.2MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1024 downloads
Atomibulator 1.1
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds. more>>
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds.
RSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
<<lessRSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
Download (0.011MB)
Added: 2006-01-09 License: BSD License Price:
1383 downloads
Rippy the Aggregator 0.13
Rippy the Aggregator is a lightweight RSS aggregator written in vanilla PHP. more>>
Rippy the Aggregator project is a lightweight RSS aggregator written in vanilla PHP.
There are several Web sites (Slashdot, for instance) that I visit regularly or semi-regularly to check for the latest news; there are also several more (like, say, the EFF) that post regular updates and that Id like to visit regularly, or that would like to have me visit regularly, but which I dont visit regularly because its just too much work to keep track of all of them, and too disappointing when I remember to check and find nothing new. I even run a Web site of my own which Id like to have people check regularly - but since I dont spend time making the rounds of my friends similar sites, I cant expect them to visit mine. Rippy the Aggregator aims to solve all these problems.
There is a standard called RSS, for Web sites to publish their updates in a machine-readable format. An appropriate client can quickly visit all the Web sites youre interested in, download their updates, and present you with a customized list of all the newest items. Most "blogging", "portal", and "content management" software already generates RSS files (although its operators may be unaware of that!), and there are services like Syndic8 that compile lists of RSS "feeds". So it only remains to get an appropriate client.
That presents a problem. I hacked an RSS output onto my Web-site updating scripts, so I had that aspect covered, but then I wanted to start reading others RSS feeds, and I discovered that the client programs you can get on the Web mostly suck. Some of them are Windows-only, so those are right out. I saw one in Java that looked pretty good, but its Web site didnt provide a way to download it except through some kind of weird Hot-Buzzy-Java-Scripted-Auto-Virus-Install-Plugin-Thing - there was no actual file. I did eventually find its source code, but it required third-party libraries.
Then I looked at several RSS readers that were written in Perl or PHP and designed to run as scripts on a Web site. Those had possibilities, but they required multiple third-party libraries (Perl) or an SQL server and compiled-in PHP modules that most people dont have (PHP).
The best attempt I found was one written in Python, but in order to make it run I had to start not one but two background server daemons, which would make it tricky to use on my office computer at school. There are Web sites that provide the service of RSS reading, but they all require registration, cookies, JavaScript, etc. I couldnt find an RSS reader (or "aggregator", as theyre called) that I could just download and have it work. Thus, it was necessary to create one: enter Rippy!
The name "Rippy the Aggregator" refers to an Arrogant Worms song about a cute, cuddly little alligator who goes "chomp, chomp, chomp," down in the bottom of the swamp, swamp, swamp. Abram Hindle has suggested that Rippy the Aggregator should go "grep, grep, grep," down in the bottom of the net, net, net. Anyone wanna write the rest of the song?
Main features:
- Cute name
- Written in PHP (needs 4.3.0 or above)
- Doesnt require any compiled-in optional libraries that dont ship with PHP
- Stores its cached data in flat files, no database needed
- Freely licensed and customizable under the GNU GPL version 2
Enhancements:
- Parser ruggedness and general stability were improved, and support was added for setting options like user agent and proxying when acting as an HTTP client.
<<lessThere are several Web sites (Slashdot, for instance) that I visit regularly or semi-regularly to check for the latest news; there are also several more (like, say, the EFF) that post regular updates and that Id like to visit regularly, or that would like to have me visit regularly, but which I dont visit regularly because its just too much work to keep track of all of them, and too disappointing when I remember to check and find nothing new. I even run a Web site of my own which Id like to have people check regularly - but since I dont spend time making the rounds of my friends similar sites, I cant expect them to visit mine. Rippy the Aggregator aims to solve all these problems.
There is a standard called RSS, for Web sites to publish their updates in a machine-readable format. An appropriate client can quickly visit all the Web sites youre interested in, download their updates, and present you with a customized list of all the newest items. Most "blogging", "portal", and "content management" software already generates RSS files (although its operators may be unaware of that!), and there are services like Syndic8 that compile lists of RSS "feeds". So it only remains to get an appropriate client.
That presents a problem. I hacked an RSS output onto my Web-site updating scripts, so I had that aspect covered, but then I wanted to start reading others RSS feeds, and I discovered that the client programs you can get on the Web mostly suck. Some of them are Windows-only, so those are right out. I saw one in Java that looked pretty good, but its Web site didnt provide a way to download it except through some kind of weird Hot-Buzzy-Java-Scripted-Auto-Virus-Install-Plugin-Thing - there was no actual file. I did eventually find its source code, but it required third-party libraries.
Then I looked at several RSS readers that were written in Perl or PHP and designed to run as scripts on a Web site. Those had possibilities, but they required multiple third-party libraries (Perl) or an SQL server and compiled-in PHP modules that most people dont have (PHP).
The best attempt I found was one written in Python, but in order to make it run I had to start not one but two background server daemons, which would make it tricky to use on my office computer at school. There are Web sites that provide the service of RSS reading, but they all require registration, cookies, JavaScript, etc. I couldnt find an RSS reader (or "aggregator", as theyre called) that I could just download and have it work. Thus, it was necessary to create one: enter Rippy!
The name "Rippy the Aggregator" refers to an Arrogant Worms song about a cute, cuddly little alligator who goes "chomp, chomp, chomp," down in the bottom of the swamp, swamp, swamp. Abram Hindle has suggested that Rippy the Aggregator should go "grep, grep, grep," down in the bottom of the net, net, net. Anyone wanna write the rest of the song?
Main features:
- Cute name
- Written in PHP (needs 4.3.0 or above)
- Doesnt require any compiled-in optional libraries that dont ship with PHP
- Stores its cached data in flat files, no database needed
- Freely licensed and customizable under the GNU GPL version 2
Enhancements:
- Parser ruggedness and general stability were improved, and support was added for setting options like user agent and proxying when acting as an HTTP client.
Download (0.053MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1411 downloads
Webilder 0.6.2
Webilder aims to be a complete solution for Webshots users who use Linux. more>>
Webilder aims to be a complete solution for Webshots users who use Linux (and possibly Mac OS X soon).
Webilder enables you to download photos from Webshots website into your photo collection. The package includes a GNOME panel applet that can notify you whenever new daily photos are ready to be downloaded.
Webilder project can also change your wallpaper regularly. The applet can even download new photos automatically.
Main features:
- Checks for daily photos and possibly download them.
- Rotates wallpaper.
- Collection browser that allow to view images in fullscreen or to set them as wallpapers.
- Browser integration - images downloaded can be automatically imported.
- Imports your Webshots collections (wbz or wbc) (File-->Import)
- Command line tools that allow image importing or downloading.
<<lessWebilder enables you to download photos from Webshots website into your photo collection. The package includes a GNOME panel applet that can notify you whenever new daily photos are ready to be downloaded.
Webilder project can also change your wallpaper regularly. The applet can even download new photos automatically.
Main features:
- Checks for daily photos and possibly download them.
- Rotates wallpaper.
- Collection browser that allow to view images in fullscreen or to set them as wallpapers.
- Browser integration - images downloaded can be automatically imported.
- Imports your Webshots collections (wbz or wbc) (File-->Import)
- Command line tools that allow image importing or downloading.
Download (0.090MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
967 downloads
Linux Replicated High Availability Manager 1.2.6
Linux Replicated High Availability Manager allows the creation of clusters for application high availability through data. more>>
The Linux Replicated High Availability Manager (aka Linuxha.net) allows the creation of clusters for application high availability through data replication.
Currently, clusters are limited to two nodes, but multiple applications can be hosted and failed-over between the nodes. The software uses DRBD to provide the data replication facillity.
Although this shared-nothing type architecture is typically more complex to configure and manage the Linuxha.net toolset attempts to manage much of this complexity for the administrator.
Much of the initial development and testing took place on various Linux 2.4 based distributions. More recently development and testing has taken place on Linux 2.6 distributions (primarily Fedora Core), ensuring the product works as expected on the latest available distribution releases.
Much effort has been spent ensuring that significant levels of support documentation is available. The documentation section now contains several guides as well as a user manual.
Please note that the user manual will eventually be replaced by a reference guide and various installation and user guides. Keep changing the documentation page regularly - these will be added when they are completed and aim to just cover specific topics.
Enhancements:
- Improvements were made to handling physical network link checking.
- Improvements were made for local IP fail-over.
- More flexible cluster partitioning handling was implemented.
<<lessCurrently, clusters are limited to two nodes, but multiple applications can be hosted and failed-over between the nodes. The software uses DRBD to provide the data replication facillity.
Although this shared-nothing type architecture is typically more complex to configure and manage the Linuxha.net toolset attempts to manage much of this complexity for the administrator.
Much of the initial development and testing took place on various Linux 2.4 based distributions. More recently development and testing has taken place on Linux 2.6 distributions (primarily Fedora Core), ensuring the product works as expected on the latest available distribution releases.
Much effort has been spent ensuring that significant levels of support documentation is available. The documentation section now contains several guides as well as a user manual.
Please note that the user manual will eventually be replaced by a reference guide and various installation and user guides. Keep changing the documentation page regularly - these will be added when they are completed and aim to just cover specific topics.
Enhancements:
- Improvements were made to handling physical network link checking.
- Improvements were made for local IP fail-over.
- More flexible cluster partitioning handling was implemented.
Download (0.70MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
537 downloads
Greymatter 1.7.1
Greymatter is a Web-based tool for the creation of weblogs. more>>
Greymatter project is a Web-based tool for the creation of weblogs (regularly-updated news- or journal-type sites) or online journals, allowing complete control over your weblog/journal.
Main features:
- the ability for users to post comments to your entries or cast "karma" votes on them
- no database used or required whatsoever
- a template-based system that allows you to fully customise every aspect of your sites look and function, great or small
- support for multiple weblog/journal authors, with fully-controllable individual access
- a ban system for preventing malicious users from voting or posting on your site
- nearly a hundred template variables that allow for extremely flexible styles and setups
- easy and complete editing of any entry (including its comments) at any time
- runs completely on your own account and is thus under your full control at all times
- and, of course, "more"!
Enhancements:
- New spam controls were added.
- A handful of bugs were fixed.
- Refactoring of core code has continued.
<<lessMain features:
- the ability for users to post comments to your entries or cast "karma" votes on them
- no database used or required whatsoever
- a template-based system that allows you to fully customise every aspect of your sites look and function, great or small
- support for multiple weblog/journal authors, with fully-controllable individual access
- a ban system for preventing malicious users from voting or posting on your site
- nearly a hundred template variables that allow for extremely flexible styles and setups
- easy and complete editing of any entry (including its comments) at any time
- runs completely on your own account and is thus under your full control at all times
- and, of course, "more"!
Enhancements:
- New spam controls were added.
- A handful of bugs were fixed.
- Refactoring of core code has continued.
Download (0.18MB)
Added: 2007-01-04 License: Free for non-commercial use Price:
1597 downloads
Madagascar 0.9.4
Madagascar is an open-source software package for geophysical data processing and reproducible numerical experiments. more>>
Madagascar (formerly known as RSF) is an open-source software package for geophysical data processing and reproducible numerical experiments.
- a convenient and powerful environment
- a convenient technology transfer tool
for researchers working with digital image and data processing. The technology developed using the Madagascar project management system is transferred in the form of recorded processing histories, which become "computational recipes" to be verified, exchanged, and modified by users of the system.
Main features:
- Madagascar is a new package. It started in 2003 and was developed entirely from scratch. Being a new package, it follows modern software engineering practices such as module encapsulation and test-driven development. A rapid development of a project of this scope (more than 300 main programs and more than 3000 tests) would not be possible without standing on the shoulders of giants and learning from the 30 years of previous experience in open packages such as SEPlib and Seismic Unix. We have borrowed and reimplemented functionality and ideas from these packages.
- Madagascar is a test-driven package. Test-driven development is not only an agile software programming practice but also a way of bringing scientific foundation to geophysical research that involves numerical experiments. Bringing reproducibility and peer review, the backbone of any real science, to the field of computational geophysics is the main motivation for RSF development. The package consists of two levels: low-level main programs (typically developed in the C programming language and working as data filters) and high-level processing flows (described with the help of the Python programming language) that combine main programs and completely document data processing histories for testing and reproducibility. Experience shows that high-level programming is easily mastered even by beginning students that have no previous programming experience.
- Madagascar is an open-source package. It is distributed under the standard GPL open-source license, which places no restriction on the usage and modification of the code. Access to modifying the source repository is not controlled by one organization but shared equally among different developers. This enables an open collaboration among different groups spread all over the world, in the true spirit of the open source movement.
- Magadascar uses a simple, flexible, and universal data format that can handle very large datasets but is not tied specifically to seismic data or data of any other particular kind. This "regularly sampled" format is borrowed from the traditional SEPlib and is also related to the DDS format developed by Amoco and BP. A universal data format allows us to share general-purpose data processing tools with scientists from other disciplines such as petroleum engineers working on large-scale reservoir simulations.
<<less- a convenient and powerful environment
- a convenient technology transfer tool
for researchers working with digital image and data processing. The technology developed using the Madagascar project management system is transferred in the form of recorded processing histories, which become "computational recipes" to be verified, exchanged, and modified by users of the system.
Main features:
- Madagascar is a new package. It started in 2003 and was developed entirely from scratch. Being a new package, it follows modern software engineering practices such as module encapsulation and test-driven development. A rapid development of a project of this scope (more than 300 main programs and more than 3000 tests) would not be possible without standing on the shoulders of giants and learning from the 30 years of previous experience in open packages such as SEPlib and Seismic Unix. We have borrowed and reimplemented functionality and ideas from these packages.
- Madagascar is a test-driven package. Test-driven development is not only an agile software programming practice but also a way of bringing scientific foundation to geophysical research that involves numerical experiments. Bringing reproducibility and peer review, the backbone of any real science, to the field of computational geophysics is the main motivation for RSF development. The package consists of two levels: low-level main programs (typically developed in the C programming language and working as data filters) and high-level processing flows (described with the help of the Python programming language) that combine main programs and completely document data processing histories for testing and reproducibility. Experience shows that high-level programming is easily mastered even by beginning students that have no previous programming experience.
- Madagascar is an open-source package. It is distributed under the standard GPL open-source license, which places no restriction on the usage and modification of the code. Access to modifying the source repository is not controlled by one organization but shared equally among different developers. This enables an open collaboration among different groups spread all over the world, in the true spirit of the open source movement.
- Magadascar uses a simple, flexible, and universal data format that can handle very large datasets but is not tied specifically to seismic data or data of any other particular kind. This "regularly sampled" format is borrowed from the traditional SEPlib and is also related to the DDS format developed by Amoco and BP. A universal data format allows us to share general-purpose data processing tools with scientists from other disciplines such as petroleum engineers working on large-scale reservoir simulations.
Download (3.5MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
959 downloads
Dream Print Tracking System 1.0.1
Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. more>>
Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation.
It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers.
The Media Development Loan Fund commissioned Dream based on its experience in working with print publishers in more than 30 countries worldwide, where it provides support to independent media in the form of financing, training and technology.
In many of these countries, print distribution is one of the biggest difficulties independent publishers face because it is tightly controlled. Many countries have print distribution monopolies or cartels, which are either politically tied to the government, corrupt or incompetent.
Dream is a tool for tracking print circulation. In a similar way to customer relationship management (CRM) systems such as Campwares Cream software, Dream allows you to maintain a clear picture of your distribution business based on regularly entered contracts, orders, and shipment information. This is handled primarily through Dreams Report functions. Dream is designed to look and feel like an email application. Its inbox is used for tracking inbound communications such as new customer e-mails and customer phone calls.
Because Dream works with any standard SMTP mail server, it also manages outbound customer communications and keeps records of your responses.
Dream does two things: It is a database that stores all the relevant information you supply about the publications you produce, who distributes, who sells it, and how you connect with these people.
It is also a tool for retrieving and presenting this information in several different ways. It contains utilities for tracking products, promotions, and communications.
Dream handles four types of information:
1. Information about what you produce and the people to whom you provide it. This information is entered on the Options tab of the screen and appears primarily in the menus on the Main tabs screens. One example is a product category in which you describe a periodical you produce.
2. Information about specific products such as books or individual issues of what you produce, specific distributors and specific sellers, and tracking of these items from contract to order to shipment to return.
3. Communications, including records of incoming messages from various sources, outgoing emails to individuals, and newsletters.
4. User information including usernames, passwords, preferences and permissions.
Enhancements:
- Minor bugfixes were made.
- A Russian localization was added.
<<lessIt uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers.
The Media Development Loan Fund commissioned Dream based on its experience in working with print publishers in more than 30 countries worldwide, where it provides support to independent media in the form of financing, training and technology.
In many of these countries, print distribution is one of the biggest difficulties independent publishers face because it is tightly controlled. Many countries have print distribution monopolies or cartels, which are either politically tied to the government, corrupt or incompetent.
Dream is a tool for tracking print circulation. In a similar way to customer relationship management (CRM) systems such as Campwares Cream software, Dream allows you to maintain a clear picture of your distribution business based on regularly entered contracts, orders, and shipment information. This is handled primarily through Dreams Report functions. Dream is designed to look and feel like an email application. Its inbox is used for tracking inbound communications such as new customer e-mails and customer phone calls.
Because Dream works with any standard SMTP mail server, it also manages outbound customer communications and keeps records of your responses.
Dream does two things: It is a database that stores all the relevant information you supply about the publications you produce, who distributes, who sells it, and how you connect with these people.
It is also a tool for retrieving and presenting this information in several different ways. It contains utilities for tracking products, promotions, and communications.
Dream handles four types of information:
1. Information about what you produce and the people to whom you provide it. This information is entered on the Options tab of the screen and appears primarily in the menus on the Main tabs screens. One example is a product category in which you describe a periodical you produce.
2. Information about specific products such as books or individual issues of what you produce, specific distributors and specific sellers, and tracking of these items from contract to order to shipment to return.
3. Communications, including records of incoming messages from various sources, outgoing emails to individuals, and newsletters.
4. User information including usernames, passwords, preferences and permissions.
Enhancements:
- Minor bugfixes were made.
- A Russian localization was added.
Download (6.9MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1382 downloads
CSS Briefcase 1.5
CSS Briefcase is simple tool to help you organize CSS styles you use regularly. more>>
CSS Briefcase project is simple tool that helps you organize CSS styles you use regularly. If youre frustrated writing the same CSS code for every project, or spend way to much time fishing around through old projects trying to find a key bit of CSS style code, this tool will help ease your woes.
Main features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
<<lessMain features:
- Add CSS styles using a simple form.
- Generate CSS code by selecting the styles you want and clicking a button. Its that easy!
- CSS Briefcase takes care of some of the most common formatting issues in stride.
- Support for class-type styles, id-type styles and styles for pre-defined HTML tags.
- Data is saved in XML format, so no database is needed!
Download (0.026MB)
Added: 2006-03-06 License: Freeware Price:
1329 downloads
News::Archive 0.14
News::Archive is a Usenet news archiving package for downloading and later accessing news articles in bulk. more>>
News::Archive is a Usenet news archiving package for downloading and later accessing news articles in bulk.
It can load articles laid out in INN format, retrieve them from a running news server, or just take articles one-by-one. News::Archive module is compatible with News::Web and Net::NNTP::Server, so the articles can be shared either via the Web or via NNTP.
SYNOPSIS
use News::Archive;
my $archive = new News::Archive
( basedir => /home/tskirvin/kiboze );
# Get a news article
my $article = News::Article->new(*STDIN);
my $msgid = article->header(message-id);
die "Already processed $msgidn"
if ($archive->article( $messageid ));
# Get the list of groups were supposed to be saving the article into
my @groups = split(s*,s*, $article->header(newsgroups) );
map { s/s+//g } @groups;
# Make sure were subscribed to these groups
foreach (@groups) { $archive->subscribe($_) }
# Actually save the article.
my $ret = $archive->save_article(
[ @{$article->rawheaders}, , @{$article->body} ], @groups );
$ret ? print "Accepted article $messageidn"
: print "Couldnt save article $messageidn";
News::Archive keeps several files to keep track of its archives:
active file
Keeps track of all newsgroups we are "subscribed" to and all of the information that changes regularly - the number of articles we have archived, the current first and last article numbers, etc.
Watched over with News::Active.
history database
A simple database keeping track of articles by Message-ID. Makes access by ID easy, and ensures that we dont save the same article twice. The database chosen to maintain these is user-determined.
newsgroup file
Keeps track of more static information about the newsgroups we are subscribed to - descriptions, creation dates, etc.
Watched over with News::GroupInfo.
archive directory
Directory structure of all articles, with each article saved as a single textfile within a directory structure laid out at one section of the group name per directory, such as "rec/games/mecha". Crossposts are hardlinked to other directory structures.
Articles are actually divided into sub-directories containing up to 500 articles, to avoid Unix directory size performance limitations. Individual files are thus stored in a file such as "rec/games/mecha/1.500/1".
Each newsgroup also contains overview information, watched over with
News::Overview. This overview file goes in the top of the structure,
such as "rec/games/mecha/.overview".
You may note that these files are very similar to how INN does its work. This is intentional - this package is meant to act in many ways like a lighter-weight INN.
Usage:
Global Variables
The following variables are set within News::Archive, and are global throughout all invocations.
$News::Active::DEBUG
Default value for "debug()" in new objects.
$News::Active::HOSTNAME
Default value for "hostname()" in new objects. Obtained using
"Sys::Hostname::hostname()".
$News::Active::HASH
The number of articles to keep in each directory. Default is 500;
change this at your own peril, since things may get screwed up later
if you change it after archiving any articles!
<<lessIt can load articles laid out in INN format, retrieve them from a running news server, or just take articles one-by-one. News::Archive module is compatible with News::Web and Net::NNTP::Server, so the articles can be shared either via the Web or via NNTP.
SYNOPSIS
use News::Archive;
my $archive = new News::Archive
( basedir => /home/tskirvin/kiboze );
# Get a news article
my $article = News::Article->new(*STDIN);
my $msgid = article->header(message-id);
die "Already processed $msgidn"
if ($archive->article( $messageid ));
# Get the list of groups were supposed to be saving the article into
my @groups = split(s*,s*, $article->header(newsgroups) );
map { s/s+//g } @groups;
# Make sure were subscribed to these groups
foreach (@groups) { $archive->subscribe($_) }
# Actually save the article.
my $ret = $archive->save_article(
[ @{$article->rawheaders}, , @{$article->body} ], @groups );
$ret ? print "Accepted article $messageidn"
: print "Couldnt save article $messageidn";
News::Archive keeps several files to keep track of its archives:
active file
Keeps track of all newsgroups we are "subscribed" to and all of the information that changes regularly - the number of articles we have archived, the current first and last article numbers, etc.
Watched over with News::Active.
history database
A simple database keeping track of articles by Message-ID. Makes access by ID easy, and ensures that we dont save the same article twice. The database chosen to maintain these is user-determined.
newsgroup file
Keeps track of more static information about the newsgroups we are subscribed to - descriptions, creation dates, etc.
Watched over with News::GroupInfo.
archive directory
Directory structure of all articles, with each article saved as a single textfile within a directory structure laid out at one section of the group name per directory, such as "rec/games/mecha". Crossposts are hardlinked to other directory structures.
Articles are actually divided into sub-directories containing up to 500 articles, to avoid Unix directory size performance limitations. Individual files are thus stored in a file such as "rec/games/mecha/1.500/1".
Each newsgroup also contains overview information, watched over with
News::Overview. This overview file goes in the top of the structure,
such as "rec/games/mecha/.overview".
You may note that these files are very similar to how INN does its work. This is intentional - this package is meant to act in many ways like a lighter-weight INN.
Usage:
Global Variables
The following variables are set within News::Archive, and are global throughout all invocations.
$News::Active::DEBUG
Default value for "debug()" in new objects.
$News::Active::HOSTNAME
Default value for "hostname()" in new objects. Obtained using
"Sys::Hostname::hostname()".
$News::Active::HASH
The number of articles to keep in each directory. Default is 500;
change this at your own peril, since things may get screwed up later
if you change it after archiving any articles!
Download (0.033MB)
Added: 2006-03-24 License: Perl Artistic License Price:
1309 downloads
Klaverjas Score 0.2
Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game). more>>
Klaverjas Score is a program to keep track of the scores during a game of klaverjas (a Dutch card game).
The program is meant to replace written score keeping, making accurate score listing much easier. It also keeps track of previous games.
Klaverjas Score is very suitable for small groups of people that play together regularly and that would like to have a record and comparison of their games.
<<lessThe program is meant to replace written score keeping, making accurate score listing much easier. It also keeps track of previous games.
Klaverjas Score is very suitable for small groups of people that play together regularly and that would like to have a record and comparison of their games.
Download (0.13MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
893 downloads
GNU Go 3.6
GNU Go is a free program that plays the game of Go. more>>
GNU Go is a free program that plays the game of Go. GNU Go has played thousands of games on the NNGS Go server.
GNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
<<lessGNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
mcelog 0.7
mcelog decodes machine check events (hardware errors) on x86-64 machines running a 64-bit Linux kernel. more>>
mcelog decodes machine check events (hardware errors) on x86-64 machines running a 64-bit Linux kernel.
It should be run regularly as a cron job on any x86-64 Linux system (if it is not in the default packages on your x86-64 distribution, please complain to your distributor).
mcelog project can also decode machine check panic messages from console logs.
The latest x86-64 2.6 kernel wont log machine check errors to the kernel log anymore. You need this tool to decode them.
Create the device first.
mknod /dev/mcelog c 10 227
Enhancements:
- Modifier command line options are now allowed after --ascii.
- A decoded address is no longer printed twice for --ascii.
- The SMBIOS anchor scan was fixed to work on more machines and no longer crashes when no anchor is found. --ascii reparsing of mcelog output was fixed.
- NONE entries are not printed in SMBIOS.
<<lessIt should be run regularly as a cron job on any x86-64 Linux system (if it is not in the default packages on your x86-64 distribution, please complain to your distributor).
mcelog project can also decode machine check panic messages from console logs.
The latest x86-64 2.6 kernel wont log machine check errors to the kernel log anymore. You need this tool to decode them.
Create the device first.
mknod /dev/mcelog c 10 227
Enhancements:
- Modifier command line options are now allowed after --ascii.
- A decoded address is no longer printed twice for --ascii.
- The SMBIOS anchor scan was fixed to work on more machines and no longer crashes when no anchor is found. --ascii reparsing of mcelog output was fixed.
- NONE entries are not printed in SMBIOS.
Download (0.009MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1273 downloads
ZMsgServer
ZMsgServer is a peer-to-peer LAN messaging application written in the Java programming language. more>>
ZMsgServer is a peer-to-peer LAN messaging application written in the Java programming language. I have successfully tested the application on a variety of platforms, under a variety of network conditions, and even in its infancy, it is a very nicely featured application. I use it regularly for sending "reminders" and code-snippets across the network to other machines. A fast and simple way to get a message to another user on the LAN.
Until I get some more comprehensive documentation online, here is a brief overview of how ZMsgServer works. Each machine on the LAN runs an instance of the server, listening on port 7999. If you have another service on your network that uses port 7999, then change the source to a free port. Ill make this configurable via the GUI in a later version.
When another host wants sends a message, it uses the next available port to broadcast the message, which is received via port 7999 on the recipient machine. Messages are sent via an ObjectOutputStream and are instances of the ZMessage class, which is nothing more than a nice neat container for four strings. These messages are received on the targets machine, decomposed, and displayed on the GUI.
When the documentation is online, all will become clear, but for now, download the source code below, as its the best documentation available!
<<lessUntil I get some more comprehensive documentation online, here is a brief overview of how ZMsgServer works. Each machine on the LAN runs an instance of the server, listening on port 7999. If you have another service on your network that uses port 7999, then change the source to a free port. Ill make this configurable via the GUI in a later version.
When another host wants sends a message, it uses the next available port to broadcast the message, which is received via port 7999 on the recipient machine. Messages are sent via an ObjectOutputStream and are instances of the ZMessage class, which is nothing more than a nice neat container for four strings. These messages are received on the targets machine, decomposed, and displayed on the GUI.
When the documentation is online, all will become clear, but for now, download the source code below, as its the best documentation available!
Download (0.005MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
Rkdet 0.54
This program is a daemon intended to catch someone installing a rootkit or running a packet sniffer. more>>
This program is a daemon intended to catch someone installing a rootkit or running a packet sniffer. It is designed to run continually with a small footprint under an innocuous name. When triggered, it sends email, appends to a logfile, and disables networking or halts the system. it is designed to install with the minimum of disruption to a normal multiuser system, and should not require rebuilding with each kernel change or system upgrade.http://vancouver-webpages.com/rkdet/rkdet-0.54-2.i386.rpm
The program regularly verifies the checksum of a small number of system files that are typically modified by a rootkit. This list of files is compiled into the program. The file list, together with the system commands and messages, are obfuscated in the compiled code to prevent someone from figuring out what the program is for by eyeballing the binary.
The obfuscation algorithm is simple, but is compiled into the program and does not depend on external programs or other libraries.
The program takes a single optional numeric argument. If odd (bit 0 set), the interface "eth0" is checked for promiscuous operation (packet sniffing). If bit 1 is clear, the program will delete the default route on the network when triggered. Of bit 1 is set, the program will disable the eth0 interface. Systems with multiple interfaces may require an alternate interface specification in "xstrings.txt", or modification of the program to disable multiple interfaces. If bit 2 is set, the program will only log events and not disconnect the network.
The command may be modified to "init 1" or "shutdown -h now" if desired, or to run a script such as "panic.sh" (included).
Enhancements:
- Added configure script.
- Do not trap if checksum program fails (due to load, etc.)
<<lessThe program regularly verifies the checksum of a small number of system files that are typically modified by a rootkit. This list of files is compiled into the program. The file list, together with the system commands and messages, are obfuscated in the compiled code to prevent someone from figuring out what the program is for by eyeballing the binary.
The obfuscation algorithm is simple, but is compiled into the program and does not depend on external programs or other libraries.
The program takes a single optional numeric argument. If odd (bit 0 set), the interface "eth0" is checked for promiscuous operation (packet sniffing). If bit 1 is clear, the program will delete the default route on the network when triggered. Of bit 1 is set, the program will disable the eth0 interface. Systems with multiple interfaces may require an alternate interface specification in "xstrings.txt", or modification of the program to disable multiple interfaces. If bit 2 is set, the program will only log events and not disconnect the network.
The command may be modified to "init 1" or "shutdown -h now" if desired, or to run a script such as "panic.sh" (included).
Enhancements:
- Added configure script.
- Do not trap if checksum program fails (due to load, etc.)
Download (0.057MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1201 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above regularly search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed