-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
Xfce-Look.org - Eyecandy for your Xfce-Desktop
Xfce-Look.orgXfce-Look.org

 Mar 28 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-

-
- Group .- Group members (2) . 

Semantic CLI framework


CLI
Description:

I think, that people are many times reinventing the wheel, because we need new way to create application. Today many applications are designed as one piece(application engine and communications are designed by programmers). Not all applications are designed in this way, but many.

Other reason is reading output of application. Currently we have only two standard output descriptions. What about allowing to returning code of messages with messages? It is like error codes, but application can returning it, when working.

If we had done semantic CLI framework, more CLI applications could works as GUI applications, I think, and many thinks will be easier.

Members:2
Comments:2
Created:Feb 5 2010
Changed:Feb 5 2010
Readability:readable for everybody
Membership:new members need admin approval

Invite people to join
Join group
Activate message notification



-

 New gettext feature.

 
 by Lachu on: Feb 5 2010
 
Score 50%

It will be great if gettext will converts each string/translation in database to numbers. There will be many other matters, like:

printf(_("%d cities are starving"), 2)

Gettext can convert it onto:
78 %d, so we will got "78 2"

We must define new language.

It's not great idea, because format string can be changed by programmer, so in some situation the number will be changed too.


Reply to this

-

 Instead modifying gettext

 
 by Lachu on: Feb 5 2010
 
Score 50%

I think, that in place of modifying gettext, we should add new library.

Programs will first check, that messages should be human readable or computer readable, like this:

if (__program_on_stdout()) {
printf("77 %d\n", 2);
}
else {
// we must send human readable message
}


Reply to this

Add commentBackHomeCreate new groupView all groups



-

Copyright 2004-2016 Xfce-Look.org Team  Legal Notice
All rights reserved. Xfce-Look.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Xfce-Look.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Xfce is a trademark of the Xfce Project
Content RSS   
Events RSS