features

Charateristics and features of every software framework

Hi, I was trying to find an answer for my question today using google and StackOverflow search engines... but no luck :) I was wondering what are the key features of every framework for end user, and how can you characterize every framework from the end-user point of view (I've looked into Framework Design Guidelines by K. Cwalina, but ...

Is there open source audio feature extraction software avaliable?

I undertaking a personal project which involves the development of a system which will automatically generate audio thumbnail clips (about 30 seconds in length) from a full length track. In order to do this I want to look at the energy and pitch of the audio to try and correctly identify its major structural features. Is there any open...

HSQLDB and Array

Hsqldb 2.0 documentation talk about array and report this example: CREATE TABLE t (id INT PRIMARY KEY, scores INT ARRAY DEFAULT ARRAY[], names VARCHAR(20) ARRAY[10]) I tried it but I obtain this exception: [Error Code: -5581, SQL State: 42581] unexpected token: ARRAY How can I enable it? ...

any free php ides that offers these features

written in c++ Important highlighter php, html, css, javascript Important Easy Code Navigation Important hinting Important Debugging Optional Remote and Local Project Development Important ftp Important Code collapsing Important Intelligent Auto-complete Important code completion Important these are the features im looking for ide that i...

How can I limit feature visibility in SharePoint 2010?

I have a SharePoint 2010 (farm) solution that contains exactly feature: The feature is site-scoped. The feature's visibility is set to "true". The assembly deployment target is set to "Web Application". The feature contains one webpart. After adding this solution to the solution store I can deploy the solution to a specific web applicat...

google map search feature

Hi, I am using google map API V3. I have information of different location i.e. address, postal code in an XML file. I have marked all location, mentioned in XML file, on gmap and now what i want is to implement a search feature. The search feature will search 5 nearby location on the map. any idea how to implement this? 5 nearby locati...

help with representing textual data in the format suitable for SVM's more specifically libsvm

Hi, My problem at hand is, I need to be able to classify agricultural web pages from not agricultural web pages. This is oriented towards building a focused crawler that only crawls and indexes mostly agricultural pages. I need advice from any person whose experienced with working with SVM's? Would considering the SVM classifier be appr...

How can I know what functions to call when programming Android features?

Basically, I don't know what functions & XML attributes to provide when programming a specific Android feature; eg, Android Search Widget with Edittext in the middle, magnifier glass on the right, and a custom icon on the left. From where I can find out what methods, parameters & XML attributes to call when doing a specific Android task...

What other repository systems have cvs's -D (date) option?

I recently stumbled upon a cool feature in CVS where you can name revisions by date, e.g.: # List changes made between the latest revision 24 hours ago and now cvs diff -D "1 day ago" Do any other repository systems (e.g. Git, SVN, Bazaar, Mercurial, etc.) have an option like this? ...

Scope of a feature activated Custom Sharepoint-Timer Job

Hey... So I'm developing a custom timer job for sharepoint using the SPJobDefinition. This job is activated through a feature receiver. As I understand it the SPJobDefinition runs on the web-application. if the feature scope is site or web based, is there any way code-wise to determine which site the feature is activated through in t...

Autoextend on chunks informix

Does anyone know if Informix has the same capability as Oracle with respect to the autoextend feature. With Oracle I can create a datafile and by using the autoextend feature Oracle will automatically grow the file when it gets full. Does Informix have anything like that for chunks? I can't seem to find anything in the documentation. T...

Welcome menu in Eclipse product

Hi, I have a product definition that depends on my feature. In my feature I have dependency on org.eclipse.ui.intro. However, when I launch product I don't see Welcome item in Help menu. What can cause welcome menu not to load? thanks! ...

How to set default value for a column of content type in Sharepoint

i create a content type using feature as below <Elements xmlns="http://schemas.microsoft.com/sharepoint/"&gt; <Field ID ="{4C939423-2090-413d-B241-724D9B66F74B}" Name="VersionNumer" DisplayName="Version Number" Type="Text" Required="TRUE" Group="CT" > <Default>0</Default> </Field> ...

Aware of img tags with empty src in Chrome

Hello, As I figured out, Chrome do not ignore empty src, but loading currently viewed file into it. I had statistics counting error because of this "feature". Create file.php with this code... <? $fp = fopen("log", "a+"); fwrite($fp, time()."\"); fclose($fp); ?> <h1>Here is my page...</h1> <img src="" /> <img src="" /> ..and t...

An instance of - "It is a feature not a bug"?

Well, I cannot recall any instance of this quote "It is a feature not a bug". I want to know about any incident where a bug has been presented as feature. Can anyone enlighten me about this? ...

Installshield, how to verify internet connection before installation?

Hi all, I am using Installshield for the installation of a product. I am attempting to find a way to verify an active internet connection before I continue with the installation of my product. I checked all over, even the manual/help guides from the Installshield people. I am setting "Program Features" through the Installation Design...

BDD features of features, should I make a new story or it belongs in a scenario ?

Ok so I'm just starting to try and use BDD for some new development we are doing and I wrote up a story like this for a log viewer feature: Story: User reviews workflow execution logs As a user I want to review the log of rules execution So that I can examine the results and make adjustments/fixes to the rules definitions with some s...

Wix3 Optionally selecting features

In Wix, how can I construct a feature tree such that when the parent feature is selected via "Will be installed on local drive" some of the child features get selected by default? I see that only when I select "Entire feature will be installed.." option I see that the sub features are also getting selected, but all of them get selected....

WIX disable parent feature if no subfeatures selected

Hey Guys, is there any way to disable a feature in the featuretree of Wix, when there are no subfeatures selected? Unfortunatly Wix doesn't do that by default. Thanks in advance - Thomas ...

Engineering Change Order Forms

What have others used when a customer wants a particular feature and they have required a signed document detailing the feature and expectations for that feature? Are there any 'engineering change forms' available to use? We are going to move towards this with our customers to reduce confusion and meet the customer's overall expectatio...