PUBLIC   marks

PUBLIC MARKS with search gui

Sponsorised links

September 2009

Shoebot | Main / HomePage browse

by karlcow

Shoebot is a pure Python graphics robot: It takes a Python script as input, which describes a drawing process, and outputs a graphic in a common open standard format (SVG, PDF, PostScript, or PNG). It has a simple text editor GUI, and scripts can describe their own GUIs for controlling variables interactively. Being pure Python, it can also be used as a Python module, a plugin for Python-scriptable tools such as Inkscape, and run from the command line. It was directly inspired by DrawBot and Shoes. Thus, "Shoebot."

NRG ISO extractor

by rmaltete
nrg2iso extracts ISO 9660 files from Nero's proprietary .nrg format. This is a GUI wrapper for the linux command line nrg2iso v0.4 tool by G Kokanosky which is available under the GNU GPL. nrg2iso will also extract ISO images, that can burnt on a PC, from .dmg files.

Android GUI PSD | Android interface elements in PSD

by sbrothier & 2 others
Phohotoshop file with elements of Android 1.5 GUI to help open-source community with application mock-ups.

Android GUI PSD| Webmaster - Ressources et outils gratuits pour votre site internet - Free Tools| Free Tools, Le meilleur des outils gratuits pour webmaster

by eledo34
La communauté Android grandit et fait son bonhomme de chemin ! Pour commencer, le site officiel Android est tout simplement complet et très documenté. SDK téléchargeable, communauté active, vidéo de démonstrations nombreuses… bref, tout semble réuni pour penser qu’Android ne tombera pas dans les oubliettes de l’informatique… http://developer.android.com/

Sponsorised links

August 2009

Android GUI PSD | Android interface elements in PSD

by gregg & 2 others
Photoshop file with elements of Android 1.5 GUI to help open-source community with application mock-ups.

FlyBack - Apple's "Time Machine" for Linux

by karlcow & 1 other

Apple's Time Machine is a great feature in their OS, and Linux has almost all of the required technology already built in to recreate it. This is a simple GUI to make it easy to use.

July 2009

Pencil Project

by dzc & 15 others
opensource tool for making diagrams and GUI prototyping

Un thème combiné PCH + Myihome + YAMJ : Tutos

by decembre
je vous fais partager le thème (simple) que j'ai adopté et qui couvre la PCH, mais aussi MyIhome et cerise sur la gateux le Jukebox de jjulien YAMJ, pour une parfaite harmonie entre les différentes interfaces ! Yamj tourne sur un PC, il lit la liste des films/TV shows sur ton NMT/NAS et crée l'arborescence (HTML/image/index) en consequence (en utilisant les infos de config que tu lui fournit). Une fois tout ça fait, tu n'a plus qu'a copier le résultat à la racine de ton répertoire de film. Personnellement j'ai fait le test sur mon HDX sans HDD en mettant les fichiers sur mon NAS. J'ai utilise le soft avec GUI pour yamj: http://omertron.com/pch/YAMJ_GUI_Config

Vizual pv3D

by Paykhan & 1 other
VizualPV3D is a Flash Visualization Application that provides a GUI interface to create and manipulate objects in 3D scenes using Papervision3D.

June 2009

WinSetupFromUSB – Install Windows XP from USB Flash Drive « myeeeguides.wordpress.com

by decembre
This guide will show you, how to use WinSetupFromUSB to create a bootable USB Flash Drive including all Windows source files, plus the following installation of Windows XP. Compare to the different USB_Multiboot versions, WinSetupFromUSB comes with a Graphical User Interface (GUI) and is in my opinion easier to use.

soapUI - the Web Service, SOA and SOAP Testing Tool

by Elryk & 3 others
Outil de tests de service web destiné aux développeurs et aux testeurs. Il offre un client standalone Java Swing GUI, des outils en ligne de commande et des plugins IDE pour Eclipse, IntelliJ IDEA et NetBeans.

Pencil Project

by Regis & 6 others (via)
Software to design mockup and prototyping GUI

May 2009

Exposure Fusion: What is it? How does it Compare to HDR? How Do I Do It?

by mozkart (via)
Exposure Fusion Software At this stage Exposure Fusion is still in its infancy, so there’s only a handful of programs to choose from. Enfuse is the primary tool for Exposure Fusion at the moment, and although it is a command line utility, there are ‘‘droplets’‘ (batch files) available that you can drag and drop a series of images onto to create a fused image. Ingemar Bergmark has produced a GUI for it, not surprisingly called EnfuseGui, which can be a little easier if you aren’t too keen on command lines. If you’ve got Lightroom then one of the more convenient ways is to use the plugin. It still uses the command line utility in the background (you have to tell it where your enfuse.exe is), but the process looks more refined. However, the plugin is donation-ware so its limited to 500px final images until you donate to get the full version. There is currently no plugin for Photoshop. If you’re into photo stitching then PTgui and Hugin may be of interest to you. These programs utilise Exposure Fusion by stitching and fusing bracketed sequences together, with some pretty nice results.

Ninja - A Nagios GUI Project

by nicolargo (via)
La future interface d'administration de Nagios ?

April 2009

SUPER © .

by rmaltete & 7 others (via)
SUPER © Simplified Universal Player Encoder & Renderer. A GUI to FFmpeg, MEncoder, MPlayer, x264, mppenc, ffmpeg2theora & the theora/vorbis RealProducer plugIn.

code, circuits, & construction :: RFID to Web Interface

by karlcow

This tutorial introduces a Processing interface sketch provides a GUI for the command-line interface written into the Arduino RFID example. You should read that tutorial first. The sketch shown here also allows you to upload tags it reads to O’Reilly’s Emerging Technology Conference attendee portal, and retrieves the resulting profile. The API for this was written by Edd Dumbill. The Processing sketch retrieves RFID tags from the Arduino reader serially, then passes the tag via a HTTP request to a PHP script on a remote server, shown below, that adds an authorized login to the O’Reilly site.

code, circuits, & construction :: Arduino-based RFID reader

by karlcow

This tutorial shows how to make an Arduino-based RFID reader that reads Mifare tags and stores them in EEPROM. It is a modification of Alex Zivanovic’s code on Tinker.it. Thanks to Alex and Massimo Banzi for the reference. Once you’ve got it running, go on to the RFID to Web example, which provides a Processing interface sketch provides a GUI for the command-line interface written into the Arduino code.

March 2009

MPlayer OSX Extended

by rmaltete
This is an unofficial extended version of the MPlayer OSX GUI. While MPlayer is the superior media player for OSX and has a very nice GUI, it was lacking in access to the many powerful functions the backend provides and development hasn't been very fast. Since I had some time on my hands I decided to learn Cocoa and improve the MPlayer OSX GUI. In the process, I also figured out how to compile a redistributable version of the MPlayer core and provide a recent build from the SVN.

AutoIt v3 - Automate and Script Windows Tasks - For Free!

by decembre
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required!

February 2009

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links