Record Editor 0.62 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Record Editor 0.62 (Default branch)
# 1  
Old 01-26-2009
Record Editor 0.62 (Default branch)

Image Record Editor is a data file editor CSV (Comma/Tab delimited values) files and files where fields occupy fixed positions in a record. This program uses a record-layout definition to display the data file in a human readable form. It can handle PC (text and binary), Unix (text and binary), and native IBM mainframe (text and binary) file formats. It is similar to Net-Cobols Cobol-Editor or Compuwares FileAid. License: GNU General Public License (GPL) Changes:
This release contains a new Column view, Tree views, improved CSV support, and limited XML support. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

set EDITOR=vi -> default editor not setting for cron tab

Hi All, I am running a script , working very fine on cmd prompt. The problem is that when I open do crontab -e even after setting editor to vi by set EDITOR=vi it does not open a vi editor , rather it do as below..... ///////////////////////////////////////////////////// $ set... (6 Replies)
Discussion started by: aarora_98
6 Replies
Login or Register to Ask a Question
BYZANZ-RECORD(1)					      General Commands Manual						  BYZANZ-RECORD(1)

NAME
byzanz-record - record your desktop session to an animated GIF SYNOPSIS
byzanz-record [options] FILENAME DESCRIPTION
Byzanz records your desktop session to an animated GIF. You can record your entire screen, a single window, or an arbitrary region. byzanz-record allows you to make recordings from the command line. Graphical users may want to use the panel applet instead. OPTIONS
Application Options: -d, --duration=SECS Duration of animation (default: 10 seconds) --delay=SECS Delay before start (default: 1 second) -c, --cursor Record mouse cursor -a, --audio Record audio from the default input device. This only works if the output format supports it and will otherwise cause an error. -x, --x=PIXEL X coordinate of rectangle to record -y, --y=PIXEL Y coordinate of rectangle to record -w, --width=PIXEL Width of recording rectangle -h, --height=PIXEL Height of recording rectangle -v, --verbose Be verbose --display=DISPLAY X display to use Help Options: -?, --help Show help options --help-gtk Show GTK+ Options --help-all Show all help options OUTPUT FILE
After byzanz-record is finished, the recording is written to FILENAME. The format is determined by the filename extension. The following formats are supported: gif Record to an animated GIF image. Use this if you want to record a mostly static screen with a limited amount of colors, such as using a file manager or an office application. This is the default and will be used if an unrecognized extension is used. ogg, ogv Record to an Ogg Theora video. This format supports audio. Use this if you want to record dynamic contents, such as video playback. flv Record to a Flash Screen video. This recording method is lossless. Use it if you want to postprocess the file in other applications. byzanz Record to Byzanz' internal debugging format. This is useful for benchmarking Byzanz or if you want to convert the recording to mul- tiple formats later. You can use byzanz-playback(1) to convert the file. SEE ALSO
byzanz-playback(1) AUTHOR
Byzanz was written by Benjamin Otte <otte@gnome.org>. This manual page was last updated for version 0.2.1. BYZANZ-RECORD(1)