SPTK 3.5.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News SPTK 3.5.8 (Default branch)
# 1  
Old 09-15-2008
SPTK 3.5.8 (Default branch)

Image SPTK (Simply Powerful Toolkit) is a cross-platform toolkit that provides a set of C++ classes for fast and easy application development. It provides GUI components that use FLTK, and features database support with seamless connection to GUI components. There are drivers for use of SQLite and PostgreSQL directly, as well as support for other database engines through UnixODBC. SPTK includes many classes for working with strings, dynamic arrays, and maps, and is faster and has a smaller footprint than STL. It also supports reading, writing, and creating Excel 7 files, high-level GUI components with dataset support, support for automatic layouts, and support for Aspell. License: GNU Lesser General Public License (LGPL) Changes:
Direct support for MySQL 5 was added. Partial support for GTK themes is usable. Some bugs in the 64-bit version were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
WIKI-TOOLKIT-RENAME-NODE(1p)				User Contributed Perl Documentation			      WIKI-TOOLKIT-RENAME-NODE(1p)

NAME
wiki-toolkit-rename-node - Rename a node stored in a Wiki::Toolkit instance. SYNOPSIS
# Rename a node in a Wiki::Toolkit instance, updating internal links # and references if the formatter supports link re-writing. wiki-toolkit-rename-node --type postgres --name mywiki --user wiki --pass wiki --host 'db.example.com' --port 1234 --oldname MyOldNodeName --nemname FancyNewNodeName DESCRIPTION
Takes four mandatory arguments: type The database type. Should be one of 'postgres', 'mysql' and 'sqlite'. name The database name. oldname The name of the node to be renamed. newname The new name for the node. four optional arguments: user The user that connects to the database. It must have permission to create and drop tables in the database. pass The user's database password. host The hostname of the machine the database server is running on (omit for local databases). port The port number that the database server is expecting connections to. AUTHOR
Nick Burch COPYRIGHT
Copyright (C) 2006 Nick Burch. All Rights Reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
Wiki::Toolkit perl v5.14.2 2011-09-25 WIKI-TOOLKIT-RENAME-NODE(1p)