Main > Free Download Search >

Free conceptdraw vi software for mac

conceptdraw vi

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 35
ConceptDraw Updater 1.8.5

ConceptDraw Updater 1.8.5


Optimized for Jaguar, many new features. more>>
ConceptDraw is a powerful cross-platform application for creatingprofessional-looking business and technical drawings and illustrations foryour documents quickly and easily.You dont need to be an artist or have any drawing experience.

The programcomes with more than 80 libraries containing over 1700 objects, which allowsusers to draw all kinds of charts and diagrams - flowcharts, UML diagrams,Web site plans, network diagrams, floor plans, timelines, organizationcharts and many more.

ConceptDraw features powerful drawing tools, a texteditor and formulas to facilitate definition of various parameters toprogram behavior of objects.

ConceptDraw will import and export a variety of file formats like GIF, JPEG,PICT, Windows bitmap and metafile, export to EPS and HTML, and you caninsert hyperlinks into your drawings and assign them to objects to createInternet-ready documents. A free Visio converter will convert MS Visio filesinto the ConceptDraw file format. Theres also a free viewer available.
<<less
Download (3.9MB)
Added: 2004-10-20 License: Freeware Price:
1833 downloads
Crontooie 1.0

Crontooie 1.0


Crontooie - Graphical editor for the crontab file more>>
crontab is both the name of a unix system file and the utility program which users normally employ to edit it. The crontab file is important because it controls the cron facility built into Mac OS-X, through which you can run unix scripts (file backup, database updates, etc.) on a regularly scheduled basis. crontab is usually edited with the vi editor, a particularly arcane and obscure program. I dont know about you, but it drives me nuts.

So, I wrote Crontooie to provide a graphical editor for the crontab file.
Crontooie gives you a simple interface to your crontab file allowing you to add and remove jobs as well as edit the scheduling fields that control them.

Crontooie is an Applescript Studio application which uses the do shell script system interface routine to retrieve and replace your crontab file. Editing utilizes the Applescript Studios Table interface entity to display the crontab data.


<<less
Download (108KB)
Added: 2006-01-17 License: Freeware Price:
1379 downloads
CVI 1d

CVI 1d


CVI - Edit CVS commit messages more>>
CVI is a simple editor specialised in editing CVS commit messages. Usually youd stick to vi doing the job, thus the name CVI.

Completly freeware for personal use.
<<less
Download (66KB)
Added: 2006-04-11 License: Freeware Price:
1297 downloads
Brainstorm Lite 1.0

Brainstorm Lite 1.0


Brainstorm Lite - brainstorming tool that forces you to follow some core brainstorming rules more>>
Brainstorm Lite is a freeware, restrictive brainstorming tool that forces you to follow some core brainstorming rules thus achieving better results in less time.

The software tracks brainstorming time and prohibits the user from entering new ideas after the time is up. This is used to inspire creativity because everyone knows how much time is left to generate new ideas and that there remains no extra time.

Since suspending from judgments is the key to success of your brainstorming session, the Brainstorm Lite prevents deleting or even editing any ideas while session is going. This allows even the random ideas pass to analysis stage at which they often appear to be the best.

However once the session is finished, the application transforms into simple text editor, meant for spellchecking or simple editing.

Brainstorm Lite is compatible with most of mind mapping or outlining software via OPML format. Also it allows saving the results in TXT and RTF to work over them in text editor.
<<less
Download (580KB)
Added: 2007-03-23 License: Freeware Price:
1244 downloads
meMake 1.2.0

meMake 1.2.0


meMake - Enables the make tool to be used for ProjectBuilder projects more>>
The meMake application enables the use of the make tool for projects created with Project Builder on Mac OS X. By default the make command is not compatible with Mac OS X development and alternative methods must be used.

With the make command enabled development is much easier for everyone, including new developers and experienced developers alike. The meMake application also has the added benefit of increasing compatibility with long existing Unix tools, such as emacs, vi, and gdb.

<<less
Download (83KB)
Added: 2006-06-06 License: Freeware Price:
1235 downloads
LifeLines 3.0.46.1r2

LifeLines 3.0.46.1r2


LifeLines is regarded as an effective distribution of the LifeLines genealogy software system, which runs on the command-line (via Terminal) in Mac OS X. more>>

LifeLines 3.0.46.1r2 is regarded as an effective distribution of the LifeLines genealogy software system, which runs on the command-line (via Terminal) in Mac OS X. Note that you will need to be comfortable using the powerful VI text editor in Terminal to edit records in your databases.

The original author of LifeLines is Thomas T. Wetmore IV, who released it to the open source community under a MIT-style licence. LifeLines is now maintained by the open source community, and is the result of much effort by many people.

Requirements: Mac OS X 10.4 or higher

<<less
Download (4.8MB)
Added: 2007-01-26 License: Freeware Price:
downloads
 
Other version of LifeLines
LifeLines 3.0.16r1Mac OS X. Note that you will need to be comfortable using the powerful VI text editor in Terminal
License:Freeware
Download (2.6MB)
1190 downloads
Added: 2006-07-24
ConceptDraw Viewer 2.0

ConceptDraw Viewer 2.0


ConceptDraw Viewer - View ConceptDraw flowcharts more>> <<less
Download (5.5MB)
Added: 2006-12-20 License: Freeware Price:
1065 downloads
 
Other version of ConceptDraw Viewer
ConceptDraw Viewer 2a free cross-platform program allowing you to view, copy, and print ConceptDraw documents, as ... ConceptDraw Viewer 2 is considered as a free cross-platform program allowing you to view, copy
Price: $0.00
License:Freeware
Download (5.5MB)
downloads
Added: 2007-11-17
Vi Input Manager 0.3.2

Vi Input Manager 0.3.2


Extends text fields with Vi-like functionality. more>> Extends text fields with Vi-like functionality.

This bundle patches the Cocoa Text System to add a Vi-like command mode. After entering command-mode (typically, by hitting escape in Vi), ordinary Vi commands can be typed and the text field will be updated accordingly.
Essentially, this add Vi command functionality (albeit a small subset) to any (and all) text editors that use the Cocoa text system; e.g., Safari, TeXShop, XCode, etc. Note, however, that this will not work for other applications that do not use the Cocoa system.
All the text windows, will initialize in "input" mode (standard cocoa text input). You invoke the Vi-command window (exit the input mode) by hitting ` (the back-apostrophe key, this is customizable, see installation instructions) and then key in your favorite Vi commands.
For example, move down a line j, move right l, delete two lines d2d, and so on. You enter back into "input" mode by typing the i. You get the idea. Right now, you should be thinking -- "you mean the editor in XCode will behave like Vi?" Answer: Yes.

Enhancements
- Fixes the build-configuration so that this can happen.
- It also includes more detailed instructions for installing in Leopard.

<<less
Download (114KB)
Added: 2009-04-14 License: Freeware Price: FREE
202 downloads
 
Other version of Vi Input Manager
Vi Input Manager 0.3.1This bundle patches the Cocoa Text System to add a Vi-like command mode. After entering command ... You invoke the Vi-command window (exit the input mode) by hitting ` (the back-apostrophe key
License:Freeware
Download (78KB)
993 downloads
Added: 2007-02-03
GTD widget for iCal 1.0

GTD widget for iCal 1.0


GTD widget for iCal - implements Getting Things Done methodology more>> <<less
Download (178KB)
Added: 2007-02-17 License: Freeware Price:
981 downloads
vim 7.0.224

vim 7.0.224


vim - Improved version of classic UNIX editor more>>
vim is a new and improved version of the classic Unix editor vi built for Carbon on Mac OS X.

By default, Vim runs in "compatible" mode. That is, it acts a lot like traditional vi, without the improvements.

Unless you want a maximally vi-compatible version of vim, I recommend that you copy the standard startup files to your home directory, and name them .vimrc and .gvimrc .
<<less
Download (6.1MB)
Added: 2007-04-02 License: Freeware Price:
939 downloads
 
Other version of vim
VIM 7.0can be invoked as "vi" from within Terminal.app. Vim is a text editor that is upwards compatible ... enhancements above Vi: multi-level undo, multiple windows and buffers, syntax highlighting
License:Freeware
Download
downloads
Added: 2006-08-09
txt2regex 0.8

txt2regex 0.8


txt2regex - Regular expression (regex) wizard for the console more>>
Txt2regex is a Regular Expression Wizard that converts human sentences to regexes.

In a simple interactive console interface, the user answer questions and the program build the regexes for more than 20 programs, like Vim, Emacs, Perl, PHP, Python, Procmail and OpenOffice.org. It is a Shell Script 100% written with Bash builtin commands.

No compilation or extra commands are needed, just download and run.

Supported programs (23)

AWK, ed, egrep, Emacs, expect, find, gawk, grep, lisp, lex, mawk, MySQL, OpenOffice.org, Perl, PHP, Postgres, Procmail, Python, SED, Tcl, VBscript, VI, Vim.
<<less
Download (39KB)
Added: 2007-04-19 License: Freeware Price:
922 downloads
viAllOver 0.2b

viAllOver 0.2b


viAllOver is a loadable bundle for Mac OS X that gets put in the InputManagers folder more>>
viAllOver is a loadable bundle for Mac OS X that gets put in the InputManagers folder.
now when a cocoa app throws up a text view viAllOver gets loaded in place of NSTextView. now all of your text views will behave similar to the vi editor. i find this very useful.
Mac OS X comes with emacs key bindings for text views, but i dont know emacs, nor do i have any desire to learn it.
viAllOver is currently in alpha, it is mostly a proof of concept. It may have memory leaks. It could crash your apps. I havent had any major problems, but use at your own risk. I take no responsibility for any damages or problems.
Enhancements:
- esc now clears anything youve entered but havent finished.
- fixed move to first character, ^.
- fixed join, J. behaves much better now.
- fixed line pasting.
- change case, ~. works now.
- go to, G.
- repeat last line find, ; and ,.
- added support for using some movement and find commands in scroll views.
- changed the default color for visual mode.
- added a system preference pane for instalation/removal of the input manager and configuration.
- changed the format of the preference file, please use the system preference pane for configuration.
- added an option to start viAllOver in command mode.
- added SecurityAgent (com.apple.securityagent) to the default exclude list.
- added an option to not modify the insertion point when in insert mode.
- added options to set the alpha for the insertion point and the selection.
- added an option to instantly disable viAllOver without uninstalling the inputmanager.
- fixed a bug where some machines wouldnt make a selection when multiple-clicking.
<<less
Download (161KB)
Added: 2007-06-01 License: Freeware Price:
876 downloads
poedit 1.4.2

poedit 1.4.2


Cross-platform gettext catalogs (.po files) editor more>> Cross-platform gettext catalogs (.po files) editor

poEdit is cross-platform gettext catalogs (.po files) editor.
poedit is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested o Unix with GTK+ and Windows). poedit provides more convenient approach to editing catalogs than launching vi and editing the file by hand.

Main features:
- Unlike other catalogs editors, poEdit shows data in very compact way. Entries are aranged in a list, so that you can easily navigate large catalogs and immediately get an idea about how big part of the catalog is already translated, what needs translating and which parts are only translated in a "fuzzy" way.
- Runs on Unix and Windows systems.
- Plural forms support. [1.3.0]
- Features whitespaces highlighting.
- Fuzzy and untranslated records are highlighted and displayed at the top of the list.
- Automatic compilation of .mo files (optional).
- Automatic headers update.
- References browser lets you see where and in what context is the string used.
- You can use poEdit to scan source code for translatable strings.
- Integration with KDE and GNOME desktops. Neither of these environments is required, support for them is strictly optional.
- UTF-8 support. poEdit understands all encodings supported by operating system and works in Unicode internally. [1.1.0]
- Support for conversion between line-ending formats (useful if you need to edit catalogs by hand under Windows). [1.1.0]
- Translation memory automates translation of frequent phrases. poEdit can reuse translation data from all your PO, MO and RPM files. [1.1.1]
- Search dialog for quick navigation in the catalog. [1.1.1]
- Comments editing. [1.1.3]
- Catalogs manager. [1.1.3]
- Unicode support on Windows NT/2000/XP (partial Unicode support on Windows 9x). [1.1.6] Full Unicode support under Unix with GTK+ 2.x. [1.1.11]
- Spellchecking (GTK+ 2.x). [1.3.0].

System requirements:
- wxWidgets 2.8 or later

Enhancements
- Unix: fixed Ctrl+Up/Down/PgUp/PgDn shortcuts when NumLock is on (#2006843)
- OS X: fixed running Gettext tools when Poedit is in directory with spaces in its name (#2025823)
- added Uyghur translation (Abduqadir Abliz)

<<less
Download (8.2MB)
Added: 2008-09-08 License: Freeware Price: FREE
212 downloads
 
Other version of poedit
poedit 1.3.7poedit provides more convenient approach to editing catalogs than launching vi and editing
License:Freeware
Download (7.2MB)
871 downloads
Added: 2007-07-02
VI.ONE 1.1

VI.ONE 1.1


VI.ONE - A massive multi-disc sample library encompassing over two thousand instruments, kits, and other sound effects more>>
Far more than just a sound library; consider this a major studio upgrade. Vir2 Instruments VI.ONE is a massive multi-disc sample library encompassing over two thousand instruments, kits, and other sound effects, and is designed to be of maximum usability to musicians across a wide span of genres.
The library is packed to the brim with drums (including hundreds of different kits), drum loops, basses (including acoustic, upright, electric, and synth), world and ethnic instruments (organized by geographic regions), sound effects, guitars (acoustic and electric), keyboards, a full collection of orchestral instruments, screaming B3 organs, world-class acoustic pianos, prepared pianos, electric/synth pianos, pop horns and brass, a bank of vintage synths, and cutting-edge synth patches.
Across every musical style in the world, VI.ONE is a premium, gigantic, and versatile sound palette.
VI.ONE is powered by the Kontakt Player 2 engine, bringing instant access to the sounds via the standalone application, as well as being accessible within sequencers via every major plug-in format: AudioUnit, VST, RTAS, and DXi.
Main features:
- Over two thousand patches of instruments across a wide array of instrument families
- 21GB core library of samples
- Optimized onscreen EQ and reverb controls
- Remote control of various sonic parameters available via MIDI CC
- Multitimbral operation, supporting up to 64 simultaneous instruments loaded (subject to RAM availability), receiving up to 64 MIDI channels (16 in plug-in mode)
- General MIDI compatible
- Kontakt Player 2 engine, supporting standalone operation as well as plug-in operation in all major hosts that support AudioUnit, VST, RTAS, or DXi plug-ins
- Special upgrade pricing to the full version of Kontakt 2, which allows for fuller editing of the instruments
<<less
Download (18.6MB)
Added: 2007-05-31 License: Updater Price: $399
606 downloads
Camelia 1.1

Camelia 1.1


Camelia - make the leap from Scheme to OCaml more>>
Camelia is a program that started out as a tool to help students in Brown Universitys CS17 have an easier time making the leap from Scheme to OCaml.
Its meant to make writing in OCaml relatively painless without having to learn the nuances of a powerful editor like Emacs or VI.
That said, its not meant to be just a teaching tool. It is a fairly powerful IDE that offers a nice alternative for OCaml programmers of all skill levels.
Camelia is an open-source IDE for OCaml meant to provide a nice alternative to Emacs and Vim. It was originally created as a tool for CS17 to help teach OCaml to students who had only ever worked with DrScheme before, but it is a useful tool to any OCaml developer.
Camelia is released under the Gnu Public License. For details, read the LICENSE file included with this distribution.
To install Camelia, read the INSTALL file for details. To perform a quick global install, run ./config, make, and then, as root, make install.
For use all the features of Camelia, you must have OCaml 3.08.3 installed on your system. Camelia is not guaranteed to work 100% with older or newer versions of OCaml.
If you would like to improve Camelia, feel free to make suggestions or patches. The file TODO lists known bugs and future issues that need to be addressed.
Main features:
- Syntax Highlighting
- Automatic Indentation
- Tabbed design to edit several files in one window
- Graphical parenthesis matching
- Split-pane interface for working with files and the OCaml console
- Graphical debugger
- Tool-tip style type display for all expressions
- Clickable bug tips to demystify some of OCamls notoriously difficult error messages
<<less
Download (15.8MB)
Added: 2007-04-01 License: Freeware Price:
560 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3