Main > Free Download Search >

Free workplace etiquette software for linux

workplace etiquette

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 11
Dropline Etiquette 0.6.6

Dropline Etiquette 0.6.6


Dropline Etiquette is a Gnome icon theme based on Etiquette icons by Andrew Fitzsimon. more>>
Dropline Etiquette is a Gnome icon theme based on Etiquette icons by Andrew Fitzsimon.

<<less
Download (1.7MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1438 downloads
Etiquette 0.3.0

Etiquette 0.3.0


Etiquette provides an interaction protocol construction tool. more>>
Etiquette provides an interaction protocol construction tool.
Etiquette is an interaction protocol construction toolkit. The projects goal is to build a framework for rapid design of network communication code.
Etiquette interaction protocols are intended to describe valid communication processes that can occur in networked applications, along with error-handling code.
Etiquette provides protocol tracing and single-stepping support.
Main features:
- First-class interaction protocols
- Support for legacy protocols
- Basic error handling
- Debugging facilities
- Iteration syntax
- TCP/IP communication transport
- HTTP subset protocol
Enhancements:
- New upstream version, much improved and new underlying protocols.
<<less
Download (0.030MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
920 downloads
Collanos Workplace Linux 1.4.0.2

Collanos Workplace Linux 1.4.0.2


Collanos enables teams. Collanos helps information-overloaded teams with software that enables easy access, updating and sharing of team knowledge via peer-to-peer synchronization, online and offline. Collanos Workplace base version is free. more>> <<less
Download (67.39MB)
Added: 2009-04-03 License: Freeware Price: $0
203 downloads
 
Other version of Collanos Workplace Linux
Collanos Workplace Linux 1.4.0.1Collanos enables teams. Collanos helps information ... Collanos Workplace base version is free. Collanos Workplace Linux 1.4.0.1 - Collanos
Price: $0
License:Freeware
Download (67.60MB)
193 downloads
Added: 2009-04-13
Collanos Workplace Linux 1.3.0.4Collanos Workplace base version is free. Collaboration has never been more simple, secure ... Built on reliable peer-to-peer technology, Collanos Workplace software allows you to work
Price: $0
License:Freeware
Download (38.21MB)
192 downloads
Added: 2009-04-15
License:Freeware
Download (38.17MB)
191 downloads
Added: 2009-04-15
Acme::OneHundredNotOut 100

Acme::OneHundredNotOut 100


Acme::OneHundredNotOut is a raise of the bat, a tip of the hat. more>>
Acme::OneHundredNotOut is a raise of the bat, a tip of the hat.

I have just released my 100th module to CPAN, the first time that anyone has reached that target. As some of you may know, I am getting ready to go back to college and reinvent myself from being a programmer into being a missionary. I dont forsee that many more Perl modules coming out of this.

Of course, this doesnt mean that Im going to abjure usage of Perl forever; any time theres a computer and something I need automated, out will come the Swiss Army Chainsaw and the job will get done. In fact, we recently needed to manipulate some text from a mission handbook to translate it into Japanese, and Perl was there handling and collating all that.

But 100 modules is a convenient place to stop and take stock, and I hope that those of you who have benefitted from my modules, programs or writing about Perl will forgive me a certain spot of self-indulgence as I look back over my CPAN career, especially since I feel that the diversity of modules that Ive produced is a good indication of the diversity of what can be done with Perl.

Lets begin, then, with some humble beginnings, and then catch up on recent history.
The Embarrassing Past

Contrary to popular belief, I was not always a CPAN author. I started writing modules in 1998, immediately after reading the first edition of the Perl Cookbook - yes, you can blame Nat and Tom for all this. The first module that I released was Tie::DiscoveryHash, since Id just learnt about tied hashes. As with many of my modules, it was an integral part of another software project which I actually never finished, and now cant find.

The first module that I ever wrote (but, by a curious quirk of fate, precisely the fiftieth module I released) was called String::Tokeniser, which is still a reasonably handy way of getting an iterator over tokenising a string. (Someone recently released String::Tokenizer, which makes me laugh.) This too was for an abortive project, webperl, an application of Don Knuths WEB system of structured documentation to Perl. However, given the code quality of these two modules, its perhaps just as well that the projects never saw the light of day.

There are a few other modules Id rather like to forget, too. Devel::Pointer was a sick joke that went badly wrong - it allowed people to use pointers in Perl. Some people failed to notice that referring to memory locations directly in an extremely high-level language was a dangerous and silly thing to do, and actually used the damned thing, and I started getting requests for support for it. Then at some point in 2001, when I should really have known better, I developed an interest in Microsofts .NET and the C# language, which I still think is pretty neat; but I decided it might be a good idea to translate the Mono projects tokenizer and parser into Perl, ending up with C::Sharp. I never got around to doing the parser part, or indeed anything else with it, and so it died a lonely death in a dark corner of CPAN. GTK::HandyClist was my foray into programming graphical applications, which started and ended there.

Bundle::SDK::SIMON was actually the slides from a talk on my top ten favourite CPAN modules - except that this changes so quickly over time, it doesnt really make much sense any more.

Finally, Array::FileReader was an attempt to optimize a file access process. Unfortunately, my "optimization" ended up introducing more overheads than the naive solution. It all goes to show. Since then, Mark-Jason Dominus, another huge influence in the development of my CPAN career, has written Tie::File, which not only has a better name but is actually efficient too.

The Internals Phase

1999-2000 were disastrous years for me personally but magnificent years Perl-sonally. Stuck in a boring job and a tiny flat in the middle of Tokyo, I had plenty of time to get stuck into more Perl development. I felt that getting involved with perl5-porters would be a good way of gettting to know more about Perl, and so I needed a hobby horse - an issue of Perls development that I cared about. Since I was in Japan and working a lot with non-Latin text, Unicode support seemed a good thing to work on, and so Unicode::Decompose appeared, while I fixed up a substantial part of the post-5.6 core Unicode support.

Id recommend this way to anyone who wants to get more involved in the Perl community, although I was very lucky in terms of who else happened to be around at the time: Gurusamy Sarathy was extremely gracious in helping me turn my fledgling C code into something fit for the Perl core, and he also helped me understand the perl5-porters etiquette (yes, there was some at the time) and what makes a good patch, while Jarkko Hietaniemi was always good for suggestions of interesting things for keen people to work on. Seriously, get involved. If I can do it, anyone can.
Anyway, this fixation with understanding the Perl 5 internals, and especially the Perl 5 compiler, (due to yet another of my Perl influences, the great Malcolm Beattie) led to quite a torrent of modules, from ByteCache, an implementation of just-in-time compilation for Perl modules, through B::Flags and B::Tree to help visualising the Perl op tree, to uninit, B::Generate, optimizer and B::Utils for modifying it.

Perl About The House

Now we abandon chronological order somewhat and take a look at the various areas in which Ive used Perl. One of these areas has been the automation of everyday life: checking my bank balance with Finance::Bank::LloydsTSB (the first Perl module to interface to personal internet banking, no less) and my phone bill with a release of Tony Bowdens Data::BT::PhoneBill.

Finance::Bank::LloydsTSB was meant to go with Finance::QIF, my Quicken file parser, to produce another now-abandoned idea, a Perl finances manager. It seemed that Im only capable of producing modules, not full standalone applications - or at least, it seemed that way until I produced Bryar, my blogging software, based on the concepts from Rael Dornfests blosxom and beginning my adventures with Andy Wardleys Template Toolkit. Bryar also tuned me in to the Model-View-Controller framework idea, of which more later.

Another project I briefly played with was a personal robot, using the Sphinx/Festival speech handling and recognition modules from Cepstral and Kevin Lenzo. I didnt have X10, so I couldnt shout "lights" into the air in a wonderfully scifi way, but I could shout "mail" and have a summary of my inbox read to me, "news" to get the latest BBC news headlines, and "time" to hear the time. Of course, getting computers to tell the time nicely takes a little bit of work. I dont like "Its eleven oh-three pee em", since thats not what someone would say if you asked them the time. I wanted my robot to say "Its just after eleven", and thats what Time::Human does. Shame about the localisation.

<<less
Download (0.014MB)
Added: 2006-06-08 License: Perl Artistic License Price:
1233 downloads
Olive LiveCD 0.2

Olive LiveCD 0.2


Olive is (yet another) GNU/Linux Live distribution. more>>
Olive is (yet another) GNU/Linux Live distribution. Olive LiveCD distirbution offers quite a good deal of new technologies, hardly witnessed ever before, as well as some of the more common pieces of software. Its size is approx. 110MiB, yet it allows a lot of software to be used.
Olives whole point is to display how easy to use Linux may be, yet without losing any of the features required for heavy-duty work. Its also supposed to show various unusual new technologies, not widely known or accepted.
Please note that Olive was, partially, built as graduation work at SPSST Panska. Once presented, a release built specifically for school will be available upon personal request.
Main features:
Media
Olive features MPlayer for playing of your favourite movies. It plays most MPEG, VOB, AVI, OGG/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, FLI, RM, NuppelVideo, Matroska files. You can also watch Theora, MPEG4 (DivX/XviD), Real Media, DVD, VideoCD, SVCD movies. MPlayer also supports various filters for better experience. Mencoder is bundled with MPlayer and it allows you to encode movies into virtually any of the formats mentioned above.
Although you can use MPlayer to play your music, theres also an application that was written just for that: Audacious. Audacious is a fork of Beep Media Player (now discontinued), which is in turn fork of the very famous XMMS. It supports various audio formats, including MPEG layer 1, 2, and 3, Ogg Vorbis, Ogg FLAC, Musepack, WAV files and Windows Media, as well as many sequenced formats including MIDI, and a host of different module formats. In addition, Audacious uses Winamp-like skins (and supports Winamp "classic" skins), to provide a familiar and friendly user interface.
You can of course view photos and pictures using GQview, an intuitive image browser. It can generate thumbnails of your pictures, its capable of reading EXIF metadata, has advanced image search function and much more.
Internet
The Internet is part of everyday life for all of us; was it not for the Internet, you wouldnt be able to read this webpage. Olive features Mozilla Firefox web browser, currently the most common web browser used on Linux. For browsing in console, ELinks is a must-have. There is also Sylpheed e-mail client, small, fast and incredibly useful.
These days, Instant Messaging is a common part of our lives. Therefore, Olive sports GAIM2 (beta2) multi-protocol instant messaging client, which is compatibile with protocols such as ICQ, MSN Messenger,Yahoo!, IRC, Jabber or Gadu-Gadu. There is also a client dedicated solely to Internet Relay Chat (IRC), which is X-Chat. As usually, there are console alternatives, which would be CenterICQ and irssi.
You can use Kismet to look for Wi-Fi hotspots. Basic utilities such as telnet or ssh client and server (Dropbear, used in various embedded systems) are not missing as well.
General work
You can perform some elementary office work in Olive as well. Although its obvious that you wont be doing most of your office work on Olive, its quite reasonable to believe it can come in handy. Therefore, Olive has AbiWord word processor to allow you to read and write documents, in various languages, in various characters, without any problem.
AbiWord can also handle various document formats, which includes Microsoft Word or WordPerfect documents. You can also export your documents into HTML for further processing or publication. You can also read Adobe PDF format using Evince, a Gnome/GTK2 document viewer whose PDF backend is based on the Poppler library, which is based on the well-known XPDF. Utilities that allow you export of PDF documents into eg. HTML are also included.
System control
Considering the differences in approach to configuration in various distributions, it may be often hard to configure several things at yet another distribution, such as the X server or preferences of software alternatives. Therefore, Olive features a trivial control panel, allowing any application to be merged in as a new panel. Although it still misses few more desired panels (most notable for network configuration), it already is quite useful for every day usage.
Eye candy
Good-looking environment always helps users to better orientate on the workplace, as well as consider the time they spend with the system more enjoyable. Transparency can be achieved using XComposite extension and xcompmgr + transset.
Though XGL and AIGLX were considered, the decision was made not to use them for their lack of testing and for the demand for support of as many platforms as possible. Please note that even XComposite may have its own issues with other software, most notably Enlightenment and MPlayer, and for this reason xcompmgr is not run by default.
Lightweight
If you consider the above features way too much for you and strive for something lighter, then you can use the FluxBox window manager. FluxBox was finetuned to look and feel as much as Enlightenment as possible, making the transition simple. There are also lightweight versions of some of the software, as mentioned above, such as irssi, CenterICQ or ELinks.
Enhancements:
- A significant bug was found in v0.1, causing ramdisk for people who have 1GiB of RAM or more broken. Please, upgrade to 0.2.
<<less
Download (109.2MB)
Added: 2006-03-14 License: GPL (GNU General Public License) Price:
1327 downloads
Page Title Eraser 0.6.3

Page Title Eraser 0.6.3


Page Title Eraser is a Firefox extension which provides more privacy by hiding the title and icon of a selected tab. more>>
Page Title Eraser is a Firefox extension which provides more privacy at your workplace by hiding the title and icon of a selected tab.

I always open several tabs in a Firefox window, but I would not like other people see some of tabs labels. So I wrote the PTE extension which helps me to have such feature. I hope that it can be useful for office people.

The Page Title Eraser adds menu item to the page context menu and "Tools" menu items. "Right-click" menu includes a "Hide title" menu item now. Using this item you can hide/show tab and window titles and tab icon. Each tab has its independent instance of this item.

Since version 0.3.0 you can hide or show all tabs labels using "Hide all titles" menu item. Using the "Options" window you can tell PTE to hide/show the icons of tabs as well as the titles of tabs (see screenshots).

Toolbar button and hot key combination (Ctrl + Shift + H) are also available.

Translations included: Arabic, Arabic (Saudi Arabia), Chinese (Traditional), Croatian, Dutch (NL), English, French, Italian, Persian, Polish, Portuguese (Brazilian), Russian, Slovak, Spanish (Spain).

<<less
Download (0.017MB)
Added: 2007-07-23 License: MPL (Mozilla Public License) Price:
836 downloads
Plomino 0.7

Plomino 0.7


Plomino is a ZOPE/Plone product that allows you to build business applications in a Lotus Domino-like way. more>>
Plomino is a ZOPE/Plone product that allows you to build business applications in a Lotus Domino-like way.
Using Plone-specific screens (nothing is done through the ZMI), users can design databases to handle documents with multiple forms and views.
Plomino supports user-defined actions, access control lists, a WYSIWYG form edition, an index, events, computed fields, and user roles.
With Lotus Domino, a user can easily design databases able to handle very different business needs (knwoledge management, project management, collaborative workplaces, etc.).
What is missing in Plone/ZOPE to handle that ? Mainly the following points:
- be able to create new structured content types, more specific than the core CMF types
- be able to build differents views to list the same contents in different ways
- be able to display content through dynamic forms
That is what Plomino aims to do.
Plomino is an opensource solution, distributed under ZPL (ZOPE Public License).
Enhancements:
- DateTime widget for DateTime field
- Database design tab to get immediate access to any design element
- Cross-server design elements import mecanism: you can import in your Plomino DB forms or views from any Plomino DB instance running on any remote ZOPE server
- Plone Groups support in Plomino security
- Specific Catalog index classes to handle proprely Plomino view selection formulas and views columns in PlominoIndex - Bug fixes
<<less
Download (0.22MB)
Added: 2007-02-14 License: ZPL (Zope Public License) Price:
983 downloads
RealVNC 4.1.2

RealVNC 4.1.2


RealVNC is remote control software which allows you to view and interact with one computer. more>>
VNC stands for Virtual Network Computing.
The two computers dont even have to be the same type, so for example you can use VNC to view an office Linux machine on your Windows PC at home. VNC is freely and publicly available and is in widespread active use by millions throughout industry, academia and privately.
RealVNC is a UK company founded in 2002 by a team from the world-leading AT&T Laboratories in Cambridge. The company was established to commercially develop, enhance and promote VNC, the innovative remote access software with a widespread international user base.
VNC (Virtual Network Computing) software makes it possible to view and fully-interact with one computer from any other computer or mobile device anywhere on the Internet. VNC software is cross-platform, allowing remote control between different types of computer. For ultimate simplicity, there is even a Java viewer, so that any desktop can be controlled remotely from within a browser without having to install software.
VNC has a wide range of applications including system administration, IT support and helpdesks. It can also be used to support the mobile user, both for hot desking within the enterprise and also to provide remote access at home, or on the road. The system allows several connections to the same desktop, providing an invaluable tool for collaborative or shared working in the workplace or classroom. Computer support within the geographically spread family is an ever popular use.
The open source version of VNC has been freely available since 1998, and more than 50 million copies of the software have been downloaded. The software has also appeared on numerous magazine cover disks, and for several years all popular versions of Linux have included VNC. It is in active use by many millions in industry, commerce, education and at home. Virtually all Fortune 500 companies use VNC, and installations of VNC across thousands of workstations are commonplace.
Enhancements:
- FIXED: Security vulnerability.
<<less
Download (1.5MB)
Added: 2006-07-20 License: Public Domain Price:
1507 downloads
Lucy 004

Lucy 004


Lucy is for power users already familiar with usenet. more>>
Lucy is for power users already familiar with usenet. It wont hold your hand or nag you about proper etiquette. In fact, you are free to edit all the headers of your posts, if you want. (You can even violate the RFC protocols for usenet, and Lucy wont complain unless you ask it to) This may seem like a bug, but I dont consider it as such, its designed for people who are already familiar with usenet.

This newsreader is ideally suited to perl programmers. The examples include a skeleton outline for adding text-to-speech capabilities (for blind users, it works on a mac through the osascript command) as well as a built in regular expression calculator.

Lucy is a newsreader which incorporates all the features of a modern application of this kind, even if it works in command line. The keys are configurable and you can choose every key you want.

Some of the other things it supports are subject and newsgroup filtering, lets suppose you wanted to narrow down your list of newsgroups to those containing "perl" in their names, Lucy lets you do this.

One of the frustrating things about newsreaders (or any software programs for that matter) is remembering the keystroke to perform an action you seldom use. This is where a command interface comes in handy, commands are easier to remember than keystrokes.

When Term::ReadLine::Gnu is installed (highly recommended) command completion is available, so you only have to type a portion of the command to get a list of them. Lucy also has online help.

At first, one would be tempted to believe a perl newsreader would be slow, this is not the case with Lucy, its startup time is much faster than most other newsreaders because it will not contact the server until youve selected a group.

To minimize the startup time, it will load its perl modules dynamically. To improve loading time of your newsrc it uses its own variant of News::Newsrc (With dynamic creation of Set::IntSpan objects)

Currently, it requires the news server to support the XOVER command, most servers already do this (It was developed with the leafnode news server). You will find that using XOVER is much faster than downloading headers.

Whenever possible, it will use external programs. This was one of the things I didnt care for about other newsreaders, I wanted to use my favorite pager (less) to page articles, and I wanted to use my favorite mail program (mutt) for email. I dont like having different pagers for different programs. Furthermore, youve probably configured your email program to your settings, why should a news reader implement its own mail interface?

To make the pager work better within the newsreader, you can configure it to use the program exit code as a keystroke. This is very handy with the lesskey utility. With this approach, jumping from less straight into a followup is possible.

Lucy now has better support for usenet binaries, with background downloading. (Select files to download, it figures out which parts are needed and then downloads them)

It has several new commands to help in binary readings, such as a binary thread model.

To install, unpack it wherever you want, run perl install.pl and itll check for modules it thinks it needs, offering to run CPAN for you. Itll then create a simple shell script for running Lucy.
<<less
Download (0.11MB)
Added: 2006-06-07 License: Artistic License Price:
1235 downloads
yEd 2.3.1

yEd 2.3.1


yEd is a powerful graph editor that is written entirely in the Java programming language. more>>
yEd is a powerful graph editor that is written entirely in the Java programming language. It can be used to quickly generate drawings and apply automatic layouts to all kinds of diagrams and networks. yEd is available as a free download with unrestricted functionality!
yEd makes use of the yFiles library which is a Java class library for viewing, editing, optimizing, drawing, and animating diagrams, networks, and other graph-like structures.
yEd is built using 100% lightweight Swing components, i.e., it will run on any platform for which there is a suitable Runtime Environment available.
Main features:
yEd can be used to automatically layout complex graph structures. Several highly sophisticated layout algorithms have been implemented and ship with yEd. They can be used to either arrange the items fully automatically or support the user during a manual layout.
- New in version 2.3.1: Interactive Hierarchical Layout can be used to interactively layout hierarchical or pseudo-hierarchical scenarios.
- Hierarchical Layout can be used to perfectly visualize hierarchical or pseudo-hierarchical scenarios.
- Orthogonal Layout produces clear representations of complex networks.
- Organic Layout and Smart Organic Layout produce clear representations of complex diagrams like ER-diagrams, UML diagrams and many more.
- Organic Edge Router reroutes edges in existing drawings organically.
- Orthogonal Edge Router can reroute edges in existing drawings orthogonally.
- Circular Layout portrays interconnected ring and star topologies perfectly.
- Tree Layout can be used to visualize tree-like structures in many different ways.
- New in version 2.3.1: The tree layout algorithms can also be used on graphs that are almost like trees.
yEd enables users to create groups of nodes. These groups can be visualized and nested to virtually any degree. Of course the new layout algorithms support this type of visualization perfectly. Using this feature complex structures can be visualized and laid out even clearer than before.
Another one of yEds most powerful features is its ability to automatically assign label positions. This will help the user to easily build better readable diagrams.
yEd has an intuitive user interface that complies with the design guidelines for Java applications. Among its various features are:
- New in version 2.3.1: a customizable workplace lets you arrange your tool windows to your needs
- New in version 2.3.1: table-like property editors allow you to configure the graphical properties easily
- Internationalization: yEd has been localized in English, German, and partially in Japanese
- New in version 2.3.1: a sophisticated print preview allows you to preview the printing results (especially useful for poster-printing)
- Session Management: yEd remembers and manages your settings
- Undoability support
- Clipboard facility
- Keyboard shortcuts for most of the functions
- Integrated help system
yEd can be used to build, modify, and visualize graph structures. They can be loaded using several different file formats, among them are:
- Full support for the YGF file format. The native file format.
- Full support for the XML-based GraphML file format.
- Full support for the GML graph file format. GML is a popular text-based graph file format.
- New in version 2.3.1: Full support for the XML-based GML graph file format. This is a variant of the GML language that uses XML syntax.
- Import of arbitrary XML files. An XSLT stylesheet must be given that transforms the XML input into a valid GraphML. Predefined stylesheets for Ant build scripts, the OWL Web ontology language and others are included.
- Export to the SVG vector graphics file format.
- Export to the Windows Meta File (WMF) file format. A vector graphics format used in almost any Windows application.
- Export to JPG and GIF file formats. Export large images as multiple images and HTML tables also supported!
- New in version 2.3.1: Export to BMP (on Windows machines) and PNG file formats.
All of the image export formats can be fully customized.
The editor supports the complete set of graphical attributes necessary for effective graph visualization. It offers built-in support for:
- preconfigured node types for UML object diagrams and class diagrams!
- multiple labels for nodes and edges
- multi-line and icon labels
- powerful searching and selection utilities
- zooming and overview
- a set of beautiful icons to get you started with your first diagrams
<<less
Download (4.5MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1574 downloads
xmms-syncup 0.9.1

xmms-syncup 0.9.1


xmms-syncup is a C language plugin to the XMMS media player that provides real-time synchronization of audio playback. more>>
xmms-syncup is a C language plugin to the XMMS media player that provides real-time synchronization of audio playback.

xmms-syncup is useful in environments such as dorms, houses, or workplaces where multiple networked computers have independently driven speakers.

Mechanics

Operationally, a single machine is designated as the "server". The XMMS process running on the server operates as normal and does not attempt to track the progress of other players. Via xmmsd, the server makes available to clients (running xmms-syncup) its playlist, current playlist position, and audio playback cursor. Each client periodically (<<less
Download (0.32MB)
Added: 2006-04-11 License: GPL (GNU General Public License) Price:
1295 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1