engine

Embedding Javascript in My Application

I want to embed Javascript in my own application. I know I can do this with all the open source Javascript engines like V8, TraceMonkey/SpiderMonkey. But, scanning through the source code learning how to embed them is not easy given most are not well documented. Is there anything native in Windows? Is the JScript engine already been ...

How will you register a custom view engine where in the Areas will not be affected?

I made a custom view engine for my application. ~/Themes/Default/Views.. And I have an Area called Admin. Area/Admin/Views.. I register my custom view engine in Global.asax : RegisterViewEngines(ViewEngines.Engines); AreaRegistration.RegisterAllAreas(); RegisterRoutes(RouteTable.Routes); When I browsed my admin site, it cant fin...

Create MySQL database with default InnoDB tables?

I've been working on writing a SQL statement to create a MySQL database with several default options, including default character set and default collate. Is it possible to add syntax to make the default engine type for tables in this database to be InnoDB? I've been looking through the MySQL manual for v.5.1 and I've found the statem...

Building SEO-friendly URLs for accented characters

Hello all, We are making our site an SEO-friendly site by following the pattern below: http://OurWebsite.com/MyArticle/Math/Spain/Glaño As you see, Glaño has a spelling character that search engines may not like it. On the other hand we cannot build up the last URL! Any suggestions to maintain our current URL generation code to hand...

Threading Model for a Game Engine

I'm interested in getting threading into the small engine I'm working on in my spare time, but I'm curious over what the best approuch is. I'm curious about the recommended way to sync the physics thread with the rest of the engine, similar to ThisGuy. I'm working with the Bullet Physics SDK, which already use the data copy method he was...

C++ in-memory Key-Value stores

I'm looking for suggestions regarding in-memory key-value store engines or libraries, that have C++ interfaces or that are written in C++. I'm looking for solutions that can scale without any problems to about 100mill key-value pairs and that are compatible/compilable on linux and win32/64 ...

XNA - Creating a lot of particles at the same time

Hello there, time for another XNA question. This time it is purely from a technical design standpoint though. My situation is this: I've created a particle-engine based on GPU-calculations, far from complete but it works. My GPU easily handles 10k particles without breaking a sweat and I wouldn't be surprised if I could add a bunch more...

What are the open source software that i can use to develop interior design software?

I need to develop an interior designing software :) Much like a virtual room designing software. There will be pre-designed 3D objects and they can dragged on to the room. You can change the room size etc... Much like a conventional home designing software :) After the room is designed i should be able to to make the user walk through...

PHP Template Engine

How can I improve the script below to be able to add global template parts such as start and end of the page? <?php class simpleTemplate { var $variables; var $variables_callback; var $contents; var $preg; var $regexps; // Constructor, initialize default variables functio...

How does Gecko (or any other layout engine) render a document/page?

It was kinda hard to go through Gecko's documentation to see how it renders a web page. I'm doing some performance analysis for my projects across the leading browsers to see how to improve response time. I am aware of optimization techniques out there but I don't really understand their basis--which I believe would be resolved if I kne...

Polymorphic engines, in managed languages?

Hey, I have developed my programming skills to a point where i can do most everyday stuff quite well and easily, and I thought one day, that making a polymorphic engine would really test my skills, and I was wondering if anybody had any pointers on making a polymorphic engine for a program, where to start, maybe some code examples? reall...

Workflow engine

I am new to workflow engine how it work and how I can develop it; I have A LMS (Learning management Service) site. I need to have a dynamic workflow. Can you please sugest me how I can develop it. ...

Stock Trading script/language for .NET?

Is there a component I can use to create a stock trading/backtesting application in .NET? I am looking for something similar to TradeScript from ModulusFE: http://www.modulusfe.com/tradescript/ ...

Embedding a Prolog engine in Obj-C projects

Hi all, I'm looking for a light-weight Prolog engine to be embedded in an Obj-C application under Mac OSX. In Java there are some excellent implementations with the characteristics I need: deployability, lightness, dynamic configurability, integration with Java and ease of interoperability. Can you recommend something similar in C/C++? ...

I created a UI without Rokon, but I'd like to start Rokon later to run my game, any way to do this?

I started using Rokon to create the graphical portion of my game but when it was finished I had a lot of trouble creating a menu system and doing alerts with it. Discouraged, I started over without the game engine and made a nice looking UI. When the user clicks start game I want to run Rokon to load the graphics I made, but Ive tried e...

search engine question on web

Hi, does anyone know how to implement a best pratice on SEO? One of the example is: if the user types "brand new canon camera" then I want the system to find a sequence of string in the database that contains "new", "cannon", "camera". It is ok with or without the word "brand". However if the user types "HP laptop DV1000" and i want th...

Free Antivirus Engine?

Hello, I want to do some malware detection on Windows. anybody knows any Free or OpenSource Antivirus Engine with on access protection support? I found ClamAV and ClamWin and decided to make a GUI Front End with C# and somehow add OnAccess protection support with System Wide Hooks. but I think it's too difficult to do so... So, would y...

what is the fastest pdf creation engine ?

hi i need to create pdf lots of then in short times , its going to be invoice kind of pdf's what is the best pdf creation engine today ( that is freeware/open source none GPL) i know fop,itext,libhuro what else ? basically i will have xml's coming in i will need to attache to the xml rull's of formatting and send it to the engine . ( so...

Libraries vs Original Code?

I'm working on an LGPL game engine library and I prefer to code without dependencies. So far I have windowing code using Xlib and OpenGL code. But I'm worried that eventually I'll need to use libraries anyway. This may be the case, I can write my own image loading stuff and much more, but I can't write audio code or networking code. Now...

offensive content filtering engine

Hi, Is there any open source content filtering engine that can recognize offensive content posted in forums, comments etc. and mark them to be reviewed or mark them as safe to be posted online. Thanks in advance ...