Opensource Framework toolkit in perl for graphic operations [closed] - ajax

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to create a website for labeling the images and then storing the location of objects labelled in the image to the xml for that I am using the language at server end perl.
HTML5/Ajax
For this purpose i need a complete toolchain which has modern front end on HTML5/Ajax and server side backend on perl.
My application must contain:
Loading image,painting polygons on the images, storing and reading of xml files, user accounts and user-data, display of images, session management etc...
So i need to use a framework that can minimize my efforts.
any experience or suggestion are welcomed ...

For labelling images I found svg-edit as a client side wonderful framework using javascript.
http://code.google.com/p/svg-edit/

Related

Web-based RDF triplestore editor? (like phpMyAdmin for RDBs) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm developing a RDF database to be stored in a triple store. Visually editing the ontology is done with Protégé. However I need non-developers to be able to add records to the database.
I looked around but didn't have something that is as user-friendly as phpMyAdmin for a normal MySQL DB as an example.
Do I need to develop a visual interface for SPARQL? Or did I miss something that would allow a non-CS person to modify the records (individuals/instances not the ontology) in a graphical manner?
Update:
The best solution I found so far is to use a Semantic Media Wiki (http://semantic-mediawiki.org/) with Karima Rafes' awesome extension (http://www.mediawiki.org/wiki/Extension:LinkedWiki). With this, you can have users that don't know anything about RDF/Semantic Web modify data through wiki Templates and then export to RDF.
But I'm sure there is something more suitable, still looking for it.
I finally found the perfect tool: OntoWiki (http://aksw.org/Projects/OntoWiki.html), it matches all the criteria listed in the question. It is supposed to be back-end (triplestore) independent, but installation guidelines are given for either Virtuoso or Mysql.

I am looking for a video annotation tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am looking for a simple video annotation tool that contains the following future:
Create rectangles around objects in various frames and the tool allows to export these information (frame#, rect1.xy, etc...) into a txt file/excel file etc...
I have been searching the whole web today but could not find one solution. I only found vatic, but there you have to pay for Amazon's Mechanical Turk:
http://web.mit.edu/vondrick/vatic/
Anybody knows some tools that do the same thing?
You can still continue to use VATIC in offline mode without paying for Amazon's Mechanical Turk services.

How to connect to SQL server database from jekyll? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anybody give me some sample code showing how to connect to a SQL server database from jekyll's _config.yml?
Jekyll is a blog-aware, static site generator that does its generation based on the files contained in a very specific directory structure. Accessing an SQL database is not something that it can do, at least not out of the box. You could look at Jekyll plugins and see if there are any that meet your particular use case, but beyond that you might be better off looking at something more sophisticated like Ruby on Rails or Django.

GeneXus X tutorials [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm currently evaluating GeneXus X, and I'd like to know where I could get tutorials (either in English, Spanish, Portuguese, it doesn't matter) on the following subjects:
Report Creation
Database Reverse Engineering Tool
Advanced transaction creation (relations, menu, rules, events)
Deploying
Interoperation with external DLL's
I'm using GeneXus X ev1, My knowledge base is in C#.
Marcelo, all the topics your are asking for are covered, at least in spanish, here:
http://training.genexus.com/Tutorial/tutorials?es,,MNU;E;19;2;MNU;
More under wiki.genexus.com
You can download the GeneXus Quick Start Guide from this url, http://www.genexususa.com/portal/hgxpp001.aspx?19,61,1055,O,E,0,MNU;E;225;3;MNU;,
You can direct yourself to gxtechnical.com
Gabriel.
Marcelo, specifically about the Database reverse engineering process with Genexus, here you can find an overview: http://wiki.gxtechnical.com/commwiki/servlet/hwikibypageid?2414

How do I test how customers use my Cocoa application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm interested in finding out how customers use features in my Cocoa application.
I want to build up statistics on which features people use and how they use them, so that I can measure the value of features I'm implementing.
I'm building a desktop app to run on Snow Leopard.
This feedback of course will be opt-in and anonymous.
Does anyone know of any frameworks that have been developed that can achieve this without me having to write stuff from scratch?
Might want to look into Flurry Analytics. It's "free" and will track just about anything you're interested in.

Resources