engine

Search engine with 'did you mean'

Possible Duplicate: How does the Google Did you mean? Algorithm work? Hi, I have a database table with about 2 million records. I'm using mysql fulltext to searching but users very often enter bad words ex gmes -> should be games so I need a library with PHP wrappers to have feature like in google 'did you mean' What should I...

Webservice/WCF (timer update engine)

Hi, I am trying to build (csharp) one webservice /WCF engine that make two actions: 1 – Have one timer (thread), that will run in each 10-10 minutes, requesting some information (connecting with other server to grab some info - status) to update in one database. (This must be automatic and no human action will be available). The idea ...

What mysql engine for huge amount of data (logging)?

What mysql engine would be best suited for handling huge amount (many rows) of (small) data? I talking about logging. I'm thinking about logging whenever I do things on my page, like calling a function, calling a file and so on. A tip of how I should structure the table is also appreciated. ...

Game Engine: Write in C++ and expose to C# or write directly in C#?

Hello! I am doing a bit of research before I am going to write my own 2D (and maybe some 3D) game engine. I have made an engine before using C# and XNA but I want to go cross platform this time by making my new engine in C++ using opengl etc. But ... I still want the fast iteration times from C# and have access to the game engine there...

Rails 3.0 Engine - Execute code in ActionController

Hello all, I am upgrading my Rails plugin to be an engine that works with the latest 3.0RC1 release and I'm having a bit of trouble figuring out the best (and most correct) way to extend ActionController. I've seen this post by DHH and this question here on SO, but my question is more about how to properly call code within the ActionCon...

Rules engine approach for decision making

I need some design help with this. Customer places orders on the system. Each order has a status and based on the status, certain activities need to be performed. The entire process is fairly new so the activities that should be performed and their order are subject to change. Instead of coding the entire logic in the business object...

How to format URL for better indexing from search engines

Let say I want to refer to a restaurant page, I could use one of those 2 URLs for example: 1- /restaurants/123 2- /restaurants/Pizzeria-Mamma URL 1 has the advantage to be a quick match because of the ID but it is not as descriptive as URL 2. Does URL matter to search engines? I read somewhere that it is good to put the keywords in t...

Android - WallpaperService why does my Engine have to be a inner class?

Hey, I'm working on a simple android live wallpaper, I'm following chapter 12 from Hello, Android as my guide. The bare-bones of a wallpaper service looks like this: public class MyWallpaper extends WallpaperService { private class MyEngine extends Engine { //... } //... } According to the book MyEngine m...

Using a different MySQL database engine

Hello, I am having problems trying to use a different MySQL database engine. (I want to change from MyISAM to InnoDB) /etc/my.cnf [mysqld] bind-address = 127.0.0.1 default-storage-engine=InnoDB It appears that it is not installed? If that is true, how can I install InnoDB? mysql> show engines; +------------+---------+-------------...

JQuery Validation Engine, doesn't live validate if i add a element after page was loaded?

Hey, at the moment i'm using this validation plugin: (http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/) but when it comes to the part of validating i have a problem. If i want to be able to validate a element which doesn't exist from the beginning, it only validates it when i press su...

What are the best engines for a 2D indie game?

Just like i asked in the title? What are the best engines for a (small) indie game? I am interested in infos about how much does it take to familiarize with the engine, special functions et cetera. In addition, I would like to know what physics engine I should use for this type of game. Thanks in advance:D ...

ASP.NET MVC3 version release

Currently I am using ASP.NET MVC 3 version with Razor View Engine. Sometimes it is difficult to work with the ".cshtml" files without having intellisense. Do you have any information as to the release date of original version that supports intellisense? ...

No OQGraph in my MariaDB?

Hello everyone! I've just installed MariaDB on my Ubuntu 10.04 Lucid Lynx, as explained in this blog: Unfortunately, there is no OQGraph engine in it. I must admit I'm a little bit confused between MariaDB, OurDelta, OpenQuery... I don't know who is doing what, but I would like to have OQGraph engine on my MariaDB. Can someone give me...

creating custom search webpage using google engine

i want to create a search webpage which should display the google results page as well as results from our intranet webpage. can i design it using google custom search engine? ...

HTML rendering algorithm

Hi! I am making an e-book reader for the J2ME and I wonder if I could make it render HTML pages. For the moment, I am using some simplified styling of my own. So, could anyone point me to a good in-depth tutorial or a specification of an open-source HTML engine? Of course, I have some idea about it all, i.e. the main steps involved, the...

Google indexing urls redirect 301

Hello, Let say my site has the following URLs indexed in Google: /test/1 /test/2 /test/3 For some reasons, I want those same pages to have the following URLs: /test/abc /test/def /test/ghi I noticed that even if I use a 301 redirect from /test/1 to /test/abc, the URL /test/1 stays in the Google index for a while after the robot hi...

HttpHandler for Asp.NET MVC application

For general ASP.NET WebForms applications, the web page derives from Page class which implements IHttpHandler that servers actual web request. In ASP.NET MVC the webpage base class is System.Web.Mvc.ViewPage that also derives from Page class which in turn implements IHttpHandler. But in the ASP.NET MVC Razor, the "cshtml" file derives ...

Search Engine for stemming (.Net)

Hi!!! Is there any search engine (ideally for .Net) which can return stem words after indexing text? I need to get all words in stem form from text; Please help me;) Thank you for any advice! ...

Template engine similar to the Django

I search template engine for PHP that's almost similar to the Django template. ...

GTK theme engine: where to start?

I would like to start coding a gtk theme engine, but i'm wondering where i can find some documentation, if any exists. I know how to have look at someone else engine's code, examples, or torture tests and widget factories etc.., what i want instead is any documentation type, design, references, examples or tutorials possibly from reliabl...