engine

Getting MATLAB variable (string) from C

Hi! I'm writing a small C application that launchs a Matlab script (.m file). I need to exchange some variables and I don't know how to get an array of chars that exists in Matlab. I'm doing something like this: enter code here result = engGetVariable(ep,"X"); if (!result) { printf ("Error..."); exit -1; } int...

Recommendation engine for social network

Hi I have a social networking site I want a generic recommendation engine that can work with any feature. Like I can add it for pic, video or application. Pls suggest........... ...

How to implement a Pricing Model in Java EE - via a Rule Engine?

Hi! I'm developing a Java EE 6 application where "providers" should be able to define a price and different discounts on a service for users. There are many different providers. Each one provides the same service, the pricing models can be different. Price Model: - A provider should be able to define the price e.g. per hour, per minute...

C# equivalent of Java Punctuation regex

I'm looking to find the equivalent in C# for the equivalent of this regex. Java: public static final String expression = "[\\s\\p{Punct}]"; {Punct} is a reserved character class in Java but I'm not sure how to create the equivalent expression so that the .net regex engine doesn't barf. ...

Open Source Turn-Based Strategy Game Engine?

Is anyone aware of a turn-based based strategy game engine that is open source? ...

site search with codeigniter?

hi, i need to make a simple site search with a pagination in it, can anyone tell me how to do it with out affecting the url structure. currently i m using default ci url structrue and i have removed index.php from it. any sugestion guys?>.... ...

APE engine Mysql push data to channel on insert

Hello, i am working with APE Engine (http://www.ape-project.org) and up until now i had no actual problem. The problem is that i would like to use the MySQL module and push data to a channel each time a row is inserted into a table. I've tried to setup a server side module, i created an SQL query but data is fetched only when the serv...

3d / 2.5d game library for iphone and pc

I'm trying to make a 2d shooter game with 3d background. The player and enemies are essentially just quads with textures. The background will be simple 3d polygons with textures and some fog and light. Therefore, I don't need a really powerful 3d library. I tried Unity3D and Torque2D, but I don't like to use their GUI editors. I pref...

Is there any loopholes or facilities not available in Endeca?

We are evaluating an ecommerce site as part of our academic project/casestudy. We are from India. We don't have access to any Endeca Systems or any enterprise systems. we use only internet for the details. We have few basic questions as part of our study. Is Endeca the best or the Solr? Do the people who have implemented Endeca satisfi...

Client/Server communication via internet

Hi, Which is the best solution to communicate bidirectionally between a remote server and a client behind an internet box? UPnP with Sockets. HTTPS/Database Server and the client make 1 request every Xsec to know if there is new data. Client opens 1 connection on the server and it maintains open to make a tunnel. Thanks in advan...

Code Igniter Update Engine

Hey, I am planning to develop a pretty awesome new web app that has a one time fee including free updates of 1.X updates (X being the update). I don't want to get people to download a new version and install it manually as it can be a real pain for some people, also it's bad if there is an important bug that needs fixing and people don...

Programming language for web

I haven't programmed in a while, and have kind of lost interest, but I want to get back, and I've enjoyed C# the most, a lot more than objective-c and visual basic. So I want to make some games that me and my friends will be able to play next school year. So basically something you can play on the web. What programming languages deploy ...

SEO Google - Navigation Title vs. Page Heading

Hi, i was wondering if anyone knows if theres a connection between what a navigation item is named and the page heading it goes to - does this have an impact on SEO? so for example, if i had in my navigation menu an item called About Us, but when you click it you come to a page with the heading Learn Who We Are (i.e. wrapped in [h1] he...

Embedded scripting engine in a .NET application

I am looking to replace an old control being used for scripting an application. The control used to be called SAX Basic, but is now called WinWrap. It provides us with two primary functions. 1) It's a scripting engine (VB) 2) It has a GUI for developing and debugging scripts that get run in the hosting application. The first feature ...

Lucene based database search engine

Hi All, I am planing to add search feature in my web application. I am using Struts 2 framwork for the application and the items that will be searched are strored in a Relational database. In order to achieve a full text search engine I have following doubts : For database based search engine should I use just lucene or some oth...

Rails engines extending functionality

So I have an engine which defines some models and controllers. I want to be able to extend functionality of some models/controllers in my application (eg. adding methods) without loosing the original model/controller functionality from engine. Everywhere I read that you simply need to define controller with the same name in your applicat...

Where Do I Download TraceMonkey?

I can get the Spidermonkey javascript engine from here: http://www.mozilla.org/js/spidermonkey/ And, I know that Tracemonkey is the newer version released after SpiderMonkey but I cannot find the download link for it in Mozilla? Is it released for public use? Should I stick back to SpiderMonkey or switch to Google's V8 altogether - i...

v8 is too slow for my purpose

I'm working on a music visualization plugin for libvisual. It's an AVS clone -- AVS being from Winamp. Right now I have a superscope plugin. This element has 4 scripts, and "point" is run at every pixel. You can imagine that it has to be rather fast. The original libvisual avs clone had a JIT compiler that was really fast, but it had som...

Search Engine in php?

Sir, I want to create a search engine in php (like Google, Ask). So, please tell me how can I create it. What is the logic for it. Thanks, ...

Google search box

I am working on a google box, something like this, http://mytwentyfive.com/blog/wp-content/uploads/byme/Google%20Search%20Appliances.jpg I am pointing the crawler to a folder where there are html files. before the crawler was crawling the files and indexing them but right now it finds the pattern or the folder but not following any html...