suggestion

Do you know any open-souce free Idea/Suggestion Management tool?

I include myself in a group of thinkers in this "small" company. In order to gather suggestions and improvement ideas from my development team members, I was put in charge of mounting an Idea/Suggestion Management system. Some of the enjoyable features are: provide user based (possible anonymous) suggestions mechanism provide voting m...

Good or Bad? Bring "Function Chaining" Capabilities to PHP

So I was thinking one way that you can bring method chaining into PHP with the built-in global functions would be to "borrow" the |> (pipe) operator from F#. It would pipe the results on the left into the first parameter of the function on the right. Of course PHP would have to revisit the parameter order of some of their functions. T...

Word suggestion

Duplicate of how does the google did you mean algorithm work does anyone know how to write a word suggestion feature like Google's "did you mean?" feature? or know where I can find code samples. Thanks ...

Is it worth it to use FLEX + JAVA

My group is about to start doing a big web based project/application. The app. itself will not be used by many people and it is basically only for Intranet use for managers and application developers. Our boss wants our programmers to use the following tech. stack: FLEX -> Cairngorm -> BLAZEDS -> JAVA (EJB3 + POJO) -> ORACLE DB Some of t...

Best Java web application framework for a PHP developer?

I had been life long PHP developer. But am now forced to write in Java (or at least on JVM) the final version of a prototyped PHP web application. Would like to add that I am not quite unfamiliar with Java. Wrote applets in the old days. Besides, am familiar with most other scripting languages, plus RoR. But web app in Java is making m...

How to specify an image to appear in facebook link to your site?

Silly question: Seeing as how Facebook will automatically sniff out images from a website when somebody links to it, is there any way to give Facebook a hint as to which image you'd prefer be used from your site? Currently, the logo image that I'd like to appear doesn't even show up in the list that Facebook generates. Any ideas? ...

Non-Technical.. just seeking some advice on pursuing MS in CS from stanford or Cargnie Mellon or Caltech...

Hi all, I am glad that there's a beautiful virtual world created by stackoverflow.com where we have so many brilliant minds to help. I am new here, in fact very new and so far my experience here has been very beautiful. Once again I would like to use this stage to get some more help but this time it's non-technical. I want to know, what...

Rotate with screen object ?

Actually i am doing a project for my university Witch is i have to Analysis a game so i found a problem which is character rotated has problem so i recommend to use the mouse what other suggestion i can use for example add object on screen so need to know if i add object on screen why this will be improve the game and what other docum...

How to do a search from a list with non-prefix keywords[Solved]

The Problem is Solved. Thanks for every answers. First of all, sorry if my english or my post got any mistakes. I am programming a program to search the name from the list and I need to find them even if the keyword is not in front of the names (that's what I mean non-prefix) e.g. if I my list is the music instruments and I type "guit"...

Image suggestion with jQuery from Google

I'd like to make a script which search in Google and shows the 1st relevant image. I mean, if you type to the input field: car if you search to word "car" via Google and it suggest the 1st image for me. What do you think, are there any method to do this? ...

What web platform is right for me?

I've been looking at web frameworks like Rails, Grails, etc. I'm used to doing applications in Spring Framework with Hibernate... and I want something more productive. One of the things I realized is that while some of the things in Grails is sexy, there are some serious problems with it. Grails' controllers: 1) are implemented awfull...

Search suggestions causing inconsistent behavior in application after triggered from Quick Search Bar

I'm running into an issue with the Quick Search Bar that I'm hoping someone can help me with. My application includes a Searchable activity used to provide search behavior within my application. That search activity is designed to trigger a separate Intent when the search item is clicked on so as to cause a different Activity to handle...

How to find similarity in texts

Hello, I have a database where users upload articles. I would like to make an algorithm where my web app will suggest similar texts according to the one the user reads. I saw some examples like Levenshtein distance. But those algorithms measures distance for strings and not for whole articles. Is there a way to extract most significant ...

I cannot access suggestions? - Django Haystack + Whoosh

Hi folks, I'm using Whoosh 3.18. 1) I'm following the docs here. from whoosh.store import FileStorage is not working and therefore anything else I try to accomplish with it. 2) I cannot figure out how to include suggestions within my search templates. I'm using the template provided within the docs' tutorial. Help would be g...

limit search suggestions in android QSB

Is there any way to limit the number of search suggestions that shows up in the QSB for my app? I see the 'clearHistory()' method but What i'd like to do is have the suggestions just be limited to say 5 previous searches, is this possible? ...

Apply access restriction on Content Provider

I found that if I want to use the searchable options using the search key I have to create a content provider. Content provider is used to share data across applications. But I do not want to allow access to my content provider (as well as my data) except/outside my own application. I want to use it only for search suggestion. Because ...

Which language to use for creating this desktop application?

I am willing to create a simple desktop application for myself which will be able to download wallpapers from various sites and which can set and rotate the desktop wallpaper. [ desktop manager kind of thing ]. Please suggest which programming language to choose for this application. I know java but don' mind learning any other langua...