RefDB is a reference database and bibliography tool for SGML, XML, and LaTeX documents, sort of a Reference Manager or BibTeX for markup languages. It is portable and known to run on Linux, Free/NetBSD, OSX, Solaris, and Windows/Cygwin.
DocScript is an approach to document preparation. It presents tools and utilities to edit and publish documents. The philosophy behind the DocScript project is to utilize the programming tools you're working with anyway in your daily work.
Café is an yagte (*) multipurpose, tabbed, scriptable, lightweight, fast, UTF-8 ready and full-featured text editor with IDE aspirations. Cafe' uses Perl as macro language. (*) yet another GTK+ text editor
Ncurses based hex editor with vi/vim-like interface. Features include large file support, search highlight, multiple undo/redo, visual select, cut/paste, blob coloring, file tabs, and much more.
An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output:
1. the total occurrences of every word in the text
2. the exact line of every occurrence of every word
3. the exact position in the line of every occurrence of every word
4. the exact paragraph of every occurrence of every word
5. the exact sentence of every occurrence of every word
The output is also written in a...
Cilj titlYU projekta je da pomogne svim ljudima sa ex-YU prostora u obradi tilova. titlYU ne pokusava da bude editor titlova, vec da korisnicima omoguci obrade vezane za nase prostore (transliteralizacija, korekcija titlova, menjanje kodnih strana...)
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
A LaTeX editor to create Beamer presentations on the Cloud
CloudBeamer is a Cloud application which supports the creation of LaTeX presentations with the Beamer package. It allows you to edit and compile your LaTeX presentations online, without having to install anything. CloudBeamer adds the flexibility of seeing your slides compiled as you type without having to compile the entire presentation first, along with the option of exporting the presentation as an HTML5 page which shows the slides as if they where on the faces of a cube. Actually this...
A C (and JavaScript) library providing predictive text functions. The API is very simple and provides dictionary autocomplete and partial/full matching. Sample cellphone-like examples are included.
binreplace is a command line tool to search and replace binary sequences in a file. It can be very powerful when used together with grep and sed. It uses prefix tree internally to search. It's efficient even with millions of search terms.
RexRex is a Regexp matching engine based on Automata Theory Principles (so-called DFA Engine) Implemented in ANSI C . currently it supports (,),*,+,?,Character classes ([],w,s,..etc) and escaping
FWIW Rex is king in Latin;so it's RexKing :)
CSR is a program to identify, modify and replace code in automatic generated source code. A configuration file controls the behavior and actions of CSR. The configuration file usually contains regular expressions to search and replace the code.
manipulation of text based documents by using the stdin/stdout stream designed to complement sed, lex and awk. It has no help except for the readme file and the example.
sedlexlist is a stream editor in that it reads from stdin and writes to stdout, similar to sed, lex and awk. The difference is this, sedlexlist works with lists of words and is designed to compliment the other tools.