Main > Free Download Search >

Free synchroedit 0.5 software for linux

synchroedit 0.5

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 923
SynchroEdit 0.5

SynchroEdit 0.5


SynchroEdit is a browser-based simultaneous multiuser editor, a form of same-time, different-place groupware. more>>
SynchroEdit is a browser-based simultaneous multiuser editor, a form of same-time, different-place groupware. SynchroEdit project allows multiple users to edit a single web-based document at the same time, and it continuously synchronizes all changes so that users always have the same version.
SynchroEdits main editor is fully WYSIWYG, dynamically displaying bolds, italics, underlines, strikethroughs, with various justifications, indents and listing styles as an author inputs them. SynchroEdit also supports a simple, text-only editor for more basic documents.
To clarify the multiuser experience, the editor window clearly depicts every users changes in a specific color and also marks where each user is currently editing with a colored flag listing the users name.
SynchroEdit can be used for any functionality where concurrent, synchronous editing of a single document is useful. It can easily be plugged into web pages using a variety of methods. Following are some of the current uses being considered:
Collaborative Editing - Two or more people can edit a document at exactly the same time, fine-tuning specific wordings and phrases.
Teleconferencing Notes - Members of a teleconference can write about their call, correcting or expanding upon notes made by other call members, thus supporting a true backchannel to a live conference call.
Wiki Editing - Editors can edit popular or heavily edited Wiki pages at the same time, instead of having to wait for their colleagues to complete their work.
Pair/XP Programming, Agile Development - Two or more programmers or web developers can write code at the same time.
Teaching Aids - Teachers can provide dynamic syllabi and lecture notes, and students can take shared class notes together.
Documentation Writing - Authors with a variety of expertise can come together to write a coherent document on a specific topic. This overview of SynchroEdit was originally written in SynchroEdit by multiple people.
The SynchroEdit engine consists of three parts:
The Request Server - The initial script that a user connects to in order to initiate a synchronous edit. Current samples are written in PHP and Perl, with a Kwiki Plugin implementation also planned.
The Sync Server - A Java-based server app that talks with the Request Server and Sync Client and mediates the synchronous editing.
The Sync Client - A Javascript archive which is loaded into a users browser. It provides the interface for the actual editing and can support either WYSIWYG or plain editing, as is appropriate for the file type.
SynchroEdit is built around W3Cs Document Object Module (DOM). It ensures that user modifications do not interfere with each other by keeping track of where each user is located in the DOM tree, by node.
User changes to the document are tracked using event-handlers on the DOM mutation events. When data is appended to the DOM tree, unaffected nodes remain as they are, which allows users to safely continue editing, even if other users are modifying large chunks of text elsewhere, and even if there is lag in updates. When user changes are "colliding", the servers ensures the validity of the updated content by comparing out-of-sync updates, and by adjusting the local cursor and node positions.
Besides this solid technical base, SynchroEdit also offers a good user interface to optimize multiuser editing. Each users edits are marked by "author-spanning" and the each users current position is marked with an "author flag". Thus all edits performed by a user are marked in the document in that users specified color, which allows all users to easily see who is making which change.
Enhancements:
- This is the "halfway there" release, which includes a more standardized codebase, administration, and improved interoperability (ESPI and response service).
<<less
Download (0.20MB)
Added: 2006-12-15 License: MPL (Mozilla Public License) Price:
1053 downloads
Net::SynchroEdit::Service 0.039r2

Net::SynchroEdit::Service 0.039r2


Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. more>>
Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality.

SYNOPSIS

use Net::SynchroEdit::Service;

my $conn = new Net::SynchroEdit::Service;
$conn->connect("localhost", 7962, "root", "secret");

Net::SynchroEdit::Service provides a complete set of methods for manipulating a SynchroEdit server via the response service. The optional Net::SynchroEdit::Controller and Net::SynchroEdit::Session modules can be used in conjunction with the Service module to acquire e.g. the create_from_file method (Controller).

<<less
Download (0.007MB)
Added: 2007-04-05 License: Perl Artistic License Price:
932 downloads
ChessX 0.5

ChessX 0.5


ChessX is a free Open Source Chess Database for Linux, Windows, and Mac OS X. more>>
ChessX is a free Open Source Chess Database for Linux, Windows, and Mac OS X. The project uses Qt library to create modern, portable graphical interface. Current development is aimed at providing full featured PGN database. Afterwards we will add more flexible native format.
History
The project was started after development of Scid halted and contact with the author was lost. Initially, ChessX was to be a community maintained version of Scid called "New Scid". However, after some initial development, it was decided to break away from the old code so that new ideas and modern interface can be implemented.
Main features:
- Multi-platform. Supports Linux, Microsoft Windows and Mac OS
- Read-only support for PGN Files
- Work with multiple databases simultaneously
- Browse games
- Navigate through game, including variations
- Copy/Paste FEN/PGN
- Enter moves, setup board position
- Basic header search (click on columns in GameList header)
- Player database with picture support
<<less
Download (0.60MB)
Added: 2007-06-14 License: GPL (GNU General Public License) Price:
865 downloads
PCJBot 0.5

PCJBot 0.5


PCJBot is a jabber bot written in Perl with PCJ. more>>
PCJBot is a jabber bot written in PCJ. It can do various things on a jabber multi-user chat (MUC) channel. PCJ means for POE::Component::Jabber, the bot uses this POE perl module to connect to a jabber server and a chat room.


Plugins include:
Bloglines
Cron
DNS lookups
Fortunes
Math
Spelling
Seen" nick
Spellcheck
URL repository
Weather lookup

<<less
Download (0.017MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1227 downloads
Crikey 0.5

Crikey 0.5


Crikey is a program to generate key events under X11. more>>
Crikey Map Strings to Keys is a program to generate key events under X11 on a Linux/Unix system, in order to provide a "QuickKeys"-like way to bind strings to a function key or other window manager event.
Usage:
crikey [-t] [-s sleeptime] args
Acts as if args was typed in whatever X window currently has focus.
-s sleeptime: sleep for sleeptime seconds before inserting the text. Many window managers need a delay for focus shifting or to allow the modifier button to be released. (New in 0.4: you can omit the space, e.g. -ssleeptime.)
-i (interactive) Read from standard input, instead of using the commandline arguments. This is useful if you need to generate more than one line at a time.
-t Use the XTest extension instead of normal X events (if available). In 0.3 and earlier, this was the default; but in some newer versions of XFree86 (for example, current Debian unstable), using XTest will cause the final key to repeat infinitely.
-d Debug: print debugging output.
If there are multiple arguments, single spaces will be inserted between them.
Enhancements:
- From Efraim Feinstein: Add -i option (read from stdin) and -d (print debug output); add "make uninstall" target.
<<less
Download (0.44MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1150 downloads
TooDooList 0.5

TooDooList 0.5


TooDooList is a simple TODO list theme for superkaramba. more>>
TooDooList is a simple TODO list theme for superkaramba.

Known bugs:

- diacritics is not working
- sometimes two tasks are deleted, I dont know why, I am searching for the solution (and for the reason of this)

!!! IMPORTANT !!!
You have to have Superkaramba version 0.37 or newer for this theme to work !!!

!!! IMPORTANT !!!
When upgrading to a newer version, always delete the directory ~/.TooDoo before the first run of the theme

!!! Modifying skins
When this theme is launched for the first time, it copies the default skins to the directory "~/.TooDoo" and creates the file "~/TooDoo/TooDoo_list.txt" for storing data. If you want to create your own theme, you have to:

1. modify the images in the directory ~/.TooDoo/default (or old)
2. modify the config file ~/.TooDoo/default/skinConf.py (this file contains constants for sizes and positions of the images and labels of the skin)
3. restart the TooDoo theme (you no longer need to resart whole superkaramba) to view the result

If anything goes wrong, delete the directory ~/.TooDoo and everything should be okay

I would also like to thank Shanodyn for ceating the default design... THANKS A LOT !!!

<<less
Download (0.047MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
jHomenet 0.5.0

jHomenet 0.5.0


jHomenet is a home automation application. more>>
jHomenet is a home automation application. jHomenet uses both X-10 and Dallas Semiconductor 1-Wire network sensors and devices to collect sensor data and control devices.
jHomenet project can be programmed to respond to events, including particular sensor data values or time-of-day events.
Enhancements:
- This is a binary only release that includes several changes.
- Most noticable is the change in the versioning format.
- This change, however, also includes a drastic change in the library versioning and dependency framework.
- Other changes include a revised EventLogger, some UI tweaks, and several new jhomenet-commons JUnit unit tests.
- Some significant changes were also made to the Ant build setup.
<<less
Download (9.1MB)
Added: 2007-07-16 License: LGPL (GNU Lesser General Public License) Price:
832 downloads
Edastro 0.5

Edastro 0.5


Edastro places ever changing astrology charts for current time on your desktop. more>>
Edastro places ever changing astrology charts for current time on your desktop.

The package contains 8 themes:

-2 (a black and a white) standard wheel charts
-2 standard wheel charts with hourglass look effect
-2 aspect/midpoint grids
-2 dispositor hierarchy charts

All the themes made in two differend colors, for dark and light desktop (for some dark themes an alternate background included with white shadow). The themes updating every 2 minutes as the sky spins a half degree. Click on the charts to display larger version.

The themes using the unbelievably good freeware ASTROLOG made by Walter D. Pullen (www.astrolog.org). I included an astrolog executable (compiled on 32bit without graphics) in the theme, because probably few able or have time to build it. Imagemagick used to resize images, make them still readable and transparent, and view them.

###To set up a theme:
1, Find out Your location coordinates. You can use these websites:
http://www.astro.com/cgi/aq.cgi?lang=e or http://www.heavens-above.com/countries.asp
2, Extract the theme anywhere, change to that directory and start the !SETUP install script from command line and Answer the questions. Thats all...

###Playing with settings:
Check astrolog.dat config file for the calculation settings. Check the astrolog helpfile from its homepage to read about command line parameters, the 7 chart types etc.

###Possible problems, solutions:
If there is a problem try to rerun the !SETUP script.
If Astrolog executable is not working in Your system, get the source from www.astrolog.org and build a new astrolog, then copy it to the theme folder.

###Known problems:
The theme sometimes flashes on update

<<less
Download (0.41MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1079 downloads
Scanhill 0.5-p1

Scanhill 0.5-p1


Scanhill is a Microsoft Messenger Protocol Sniffer. more>>
Scanhill project is a Microsoft Messenger Protocol Sniffer. Currently it can only intercept Instant Text Messaging. Optionally, intercepted text messages can be stored onto an RDMBS (Only mySQL is supported for now).
Given that mySQL is used, stored instant messages can be read through a browser interface that is written in PHP language. Please see the INSTALL.txt file for instructions on how to install, configure and run EnderUNIX scanhill. For licensing information see COPYTRIGHT.txt
Its been written in C language for performance reasons, proved to be running on OpenBSD and FreeBSD.
Main features:
- Print msn message to screen
- Store msn message on mysql database
- Easy installation and administration
Enhancements:
- Support Linux Operating System
- A problem related to running Scanhill as a command in a shell was fixed
- Database config file name was changed. New Config file is called /etc/scanhill.conf
- A parameter was added in the scanhill command
<<less
Download (0.028MB)
Added: 2007-03-16 License: BSD License Price:
953 downloads
KaraivTV 0.5

KaraivTV 0.5


KaraivTV is SuperKaramba theme designed for controlling a TV card controlled by an ivtv family (ivtvdriver.org) of drivers. more>>
KaraivTV is SuperKaramba theme designed for controlling a TV card controlled by an ivtv family (ivtvdriver.org) of drivers.

The peculiar points of this family of cards are:
1. that they have a hardware MPEG2 encoder that outputs the video and audio as an MPEG2 compressed stream. This means that you can watch output of the card in ANY MPEG2 player. (or Kaffeine in my/this case)
2. ivTv drivers come with command line utilities - ivtvctl and ivtv-tune - that allow to set frequency(ivtvctl) and channel(ivtv-tune) from command line.

As a result, you can watch the video in one application, while controlling the channel from another. This applet IS that "another" application. (In other words, KaraivTV is a wrapper for ivtvctl and ivtv-tune commands.)

USAGE:

1. Run the applet (double-click the file you download from here, or double-click karaivtv.theme if you extracted the skz)
2. Go into config menu (right click) to choose the frequency storage engine. (see Setting Channel Frequencies bellow)
3. Enter the channel number in the middle section, press enter.
4. Click (double-click) the "power button" to start TV viewing in Kaffeine.
5. Kaffeine Tips
"U" key - mute
"M" key - removes menus/buttons > just video screen.

INSTALLATION:

1. Save the karaivtv-0.4.skz file you downloaded from here.
2. Double-click it.

SETTING CHANNEL FREQUENCIES

This applet relies on 2 methods of knowing the frequency for a channel.

- It can read the Channel - Frequency pairs from a file and feed the frequency to the ivtvctl directly, or
- It can rely on ivtv-tune util for choosing the frequency for a given channel. (ivtv-tune WILL need to know a broadcasting standard)

To switch between the two modes, look int the config menu (right-click on the applet) If you chose the "ivtv-tune", you will have to tell it what standard to use.

Why dont I just use the ivtv-util? For some (many?) regions ivtv-tune has broken / non-existent tables. (Example: us-cable-hrc is absent in ver. 0.7) So, I have to use the file with custom freqs.

<<less
Download (0.025MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1221 downloads
Compiz 0.5.2

Compiz 0.5.2


Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. more>>
Compiz is a compositing window manager that uses 3D graphics acceleration via OpenGL. The project provides various new graphical effects and features on any desktop environment, including Gnome and KDE.
- Window management has never looked so enticing: Through OpenGL accelerated compositing, Compiz provides tons of new visual effects. Its also flexible enough so you could easily add more through a plugin system.
- Compiz is compatible: Any X Window System based desktop environment, including (but not limited to) Gnome and KDE, is supported.
Main features:
- Easily extendible through plugins.
- A growing, friendly community of users.
- Increases productivity and enjoyment.
- Impress your family and friends.
- Compiz is actively developed.
<<less
Download (1.7MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
876 downloads
Sparkling 0.5

Sparkling 0.5


Sparkling project is a iconset for KDE. more>>
Sparkling project is a iconset for KDE.
Sparkling - an Icon Theme for KDE | 0.5
Download,install,look,feel and comment.
Here is the long awaited new version of Sparkling. I made many changes cause a i still didnt like some of aspects of the iconset and added a few new icons.
Enhancements:
- all icons overworked
- fixed shadow problems
- a lot of small changes and bug fixes
- new copy action icon
- new network_local icon
- new improved firebird icons
- new open term icon
- new monitor icon
- new desktop icon
- new folder_bin icon (now fits exec icon)
- new button_cancel icon
- new improved xmms icon (xmms_on extra icon)
- improved email icon
<<less
Download (3.2MB)
Added: 2007-02-08 License: Artistic License Price:
994 downloads
Panelizer 0.5

Panelizer 0.5


Panelizer is a memory efficient desktop panel. more>>
Panelizer project is a memory efficient desktop panel.
It works by holding all applets within the panel process itself.
Typical memory usage is currently around 1MB with 10 applets loaded.
Applets are provided by dynamically-loaded shared libraries, and new ones can be easily written using an easy C ABI.
Configuration is stored as XML and each applet has its own configuration data.
Here are some currently implemented applets of "Panelizer":
- launch menu (uses Open Desktop compatible entries)
- clock
- CPU instant load bar
- mail notifier (biff)
- removable drive mounter and ejecter
- network traffic monitor and (limited) launcher
- memory monitor
- audio mute
<<less
Download (0.065MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1122 downloads
mcvox 0.5

mcvox 0.5


mcvox is a Midnight Commander derivative. more>>
mcvox is a Midnight Commander derivative that can be rendered via an auditory user interface, a braille display or a tiny screen.
Installation
./configure --with-screen=ncurses
make
make install
then:
mcvox
Enhancements:
- The order of labels and input fields has been changed to be better understandable.
- In the file listing, the TAG prefix indicates that a file has been marked.
- The shortcuts (e.g. C-x, M-x) have been replaced by their full name.
<<less
Download (3.7MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1151 downloads
Superswitcher 0.5

Superswitcher 0.5


Superswitcher project is a more feature-ful replacement of the Alt-Tab window switching behavior. more>>
Superswitcher project is a more feature-ful replacement of the Alt-Tab window switching behavior.

SuperSwitcher is a (more feature-ful) replacement for the Alt-Tab window
switching behavior and Ctrl-Alt-Left/Right/Up/Down workspace switching behavior that is currently provided by Metacity.

When running, use the "Super" key (also known as the "Windows" key) to switch between windows and workspaces. This key is usually found between the Ctrl and Alt keys on the keyboard.

Super-Tab works just like Alt-Tab does (with and without Shift), but also:

Super-Up and Super-Down cycles through all windows in the current workspace in a fixed order (as opposed to Alt-Tab or Super-Tab, whose list of windows is ordered by most-recently-used first - which is good if you want recently used windows, but its clumsy to cycle through, for example, all three or four windows in the one workspace). Hold down Shift to re-order the list instead of switching between windows.

Super-PageUp and Super-PageDown maximize and minimize the active window (or restores them if it was already maximized or minimized). Super-Ctrl-PageUp and Super-Ctrl-PageDown do this to all windows on the current workspace, not just the active one.

Super-Left and Super-Right cycles through your workspaces. Hold down Shift
to also bring across the active window into the new workspace. Hold down Shift and Ctrl to bring across all windows from one workspace to the next. Unlike Metacitys Ctrl-Alt-Left and Ctrl-Alt-Right, this "loops" so that, when you get to the end of the list, you cycle back to the start.

Super-F1 moves to workspace number 1, Super-F2 moves to workspace number 2, and so on, up to Super-F12. Again, hold down Shift to bring across the active window, and both Shift and Ctrl to bring across a flock of windows, just like as described above.

Super-Insert creates a new, empty workspace. Again, hold down Shift to also
bring across the active window (if there is one) into the new workspace.

Super-Delete deletes the current workspace, if it is empty. Super-Shift-Delete will delete all empty workspaces, down to a minimum of one.

Super-Escape closes the active window. Super-Ctrl-Escape will close all windows on this workspace.

Whilst holding down Super, typing regular letters or numbers will show you only those windows whose titles match that pattern. Pressing Enter (whilst still holding down Super) will then cycle through the matches, regardless of which workspace you are on. For example, if you have a lot of windows open, and you want to get to your web browser window that is showing planet.gnome.org, then hold down Super, then type "p" "l" "a" "Enter" and then release the Super key.

Shift-Enter goes in the other direction than Enter (i.e., up and left with
Shift, versus down and right without Shift). Use the Space key to enter
multiple word fragments, such as "pla gn", to further refine your search.

Finally, when holding down Super, click on image or text representing a window or a workspace to activate it.

Building, Installing, Running:

To build (and install), the standard

./autogen.sh --prefix=/usr
make
(and optionally) sudo make install

should work. After that, just run src/superswitcher. This will listen
indefinitely for Super key presses, until you kill the process (e.g., with
Ctrl-C).

SuperSwitcher is best enjoyed if you automatically start the program
whenever you log in. To do this, from System -> Preferences -> Sessions, go to the Startup Programs tab and add superswitcher.

<<less
Download (0.22MB)
Added: 2007-05-01 License: GPL (GNU General Public License) Price:
908 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5