The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
8 views

How does a graphics engine figure out how to place pixels to make a 3d image?

I was wondering what procedure a simple 3d program uses to draw 2d pixels so that they appear 3d. I'm really interested in this for drawing purposes since if a program can figure out how to use a flat ...
0
votes
0answers
26 views

Programming a PHP file search engine [closed]

I'm a beginner in php developing and I want to bring advanced file search functionality in my php web application. How could I realize that? I want to build a search form within my php web site ...
1
vote
1answer
19 views

Evaluating search engines : free alternatives for TREC

I am evaluating several open-source search engines with each other. I wanted to do this using the TREC data collections such as WT10G or an enterprise data collection... But seems like most of the ...
-5
votes
0answers
40 views

Better graphic engine for Android and iOS? [closed]

I need a simple, fast and multiplatform graphic engine, because i want to publish a game in this 2 platforms, what is the better engine?
0
votes
1answer
18 views

How-to do Google search input form transaction position: from center to top

I am asking this question after spending more than 10 days ,looking for information in books, youtube tutorial for php , mysql, javascript , jquery ..and not able to get an answer or some feedback how ...
0
votes
0answers
9 views

video streaming to Google App Engine

I want to stream video using Google app engine (GAE) which hosts a web application (jsp) written in java. Is it possible to use Google drive to store the streaming video using the web application on ...
0
votes
0answers
7 views

kernel issue while running custom image

I followed the proper documentation regarding specifying kernel in the command line while bundling the GCE image. I specified the following. ...
3
votes
1answer
137 views

Can't create “App Engine Connected Android Project” in Eclipse: “Creation of element failed”

I am not able to create an "App Engine Connected Android Project" by wizard in Eclipse anymore. When I click the "Finish" button following error message appears: Creation of element failed. ...
0
votes
1answer
19 views

Rails 4 Engine not migrating migrations

I created a new rails 4 engine and added a model. I am trying to migrate the database using RAILS_ENV=test rake db:migrate and it comes back with no errors. However, when I run: rspec spec an ...
-3
votes
0answers
12 views

movement system, moving up and down isn't flexible [closed]

Hey I have been trying to make a custom movement engine for a game without python but my code is not very well made, this is a link to my code http://pastebin.com/RhMffgA9 I need help with ...
0
votes
2answers
30 views

How do you find out the cost of an interface engine? [closed]

I've been looking all over the web at different Interface/integration engine websites but no one gives prices or cost of product. Where do I go to find this out?
2
votes
0answers
60 views
+100

Rake build is operating in an incorrect context

I have a gem that exists simply to collect several engines together for ease of implementation, as well as to provide a few utility methods to all of the included engines. One such utility method is a ...
-1
votes
0answers
6 views

how to get / capature google cse suggestion event [closed]

how to get / capature google cse suggestion event Right now, I don't know to get suggestion event , when you click on the suggestion record with the pop up list i can't get this event, how to do ...
0
votes
0answers
16 views

Datastore and Entities, Persistence not working

I am setting up the set of cloud exercises located here: http://googcloudlabs.appspot.com/codelabexercise1.html These projects run well on my dev and google servers. The issue is that when I click ...
0
votes
0answers
23 views

how to make android prompt user to select tts engine

I found that: When i started my app at the first time, Android prompted me to select default engine for this app. I then selected one. Later on, my app was associated with that selected engine. Now ...
0
votes
0answers
9 views

how to add an alarm to tts application so that at a particular time, it will wake up and start speaking some text

I am new to Android.I am trying to develop a trying to develop an application which will wake up at a given time and start speaking the given text.So far i have implemented tts application and now i ...
2
votes
0answers
18 views

how to communicate with uci protocol using matlab

im looking for a method to how communicate with a chess engine with uci protocol using matlab. the chess engine is rybka and its an exe file. when i run the rybka.exe i can communicate via dos command ...
0
votes
0answers
40 views

Google App Engine Channel API - reusing token

I have been trying to set up a chat facility using the Channel API and it is pretty much there, although I'm just struggling to get my head around the token and channel use. What I am doing is when a ...
0
votes
0answers
19 views

No Accessor registered. Universal Tween Engine

I created the following accessor in order to add a simple tween to an imageview's position. I'm using a RelativeLayout. public class ImageViewAccessor implements TweenAccessor<ImageView> { ...
-1
votes
0answers
19 views

Universal Tween Engine documentation [closed]

I can't find the documentation for the universal tween animation. I started here: https://code.google.com/p/java-universal-tween-engine/ but it only has documented about 2 examples about twees, but ...
-1
votes
0answers
20 views

Need recommendation for cross-platform 2D visualization engine

I have some time series data such as spectrograms that need to be visualized. I need a visualization engine that works on a slightly higher level than DrawLine() or DrawDot(), e.g., working with ...
0
votes
0answers
15 views

Functional tests not running on an Engine in Rails 2.3.*

Yeah, Rails 2.3, no choice about it I'm afraid. I have a basic functional test defined in /test/functional/utils_controller_test.rb. It looks like this require File.dirname(__FILE__) + ...
0
votes
1answer
20 views

Override Kaminari configuration in Rails Engine

Hi I am currently trying to fix a problem in my engine: I am providing a logging engine with backend views so that I need a pagination. Since kaminari and will_paginate are cockblocking each other I ...
0
votes
2answers
31 views

Velocity Template engine - key-value-map

i have some problems wo use a key-value-map into Velocity. I've googled quite a while, but i found no code. Someone has an example of this functionality? $myMap ={} $myMap.put("mykey1", "myvalue") ...
0
votes
0answers
5 views

Expression Engine show category entries

I want to be able to click on a category from the front end, and get an index of all the entries that are assigned to that particular category, and from then, a link to the single article - but I ...
-1
votes
1answer
21 views

Descriptions in google search results [closed]

i was just wondering from where did google fetch the description of the pages in the search results where the page doesn't have a meta description tag and the page has no entry in the open directory ...
1
vote
0answers
21 views

Google App Engine local instance started from eclipse does not stop

I recently started building applications on Google App Engine. I use eclipse plug in to start and stop the server and deploy applications to run on Google engine. I had created a new project and ...
-1
votes
1answer
42 views

How to extract information from ODP accurately? [closed]

i am building a search engine in python.I have heard that Google fetches the description of pages from the ODP (Open Directory Project) in case Google can't figure out the description using the meta ...
0
votes
0answers
15 views

complex html to microsoft word generation api in java for google app engine

I need to generated a word document from complex html (i.e html contains text ,image etc) and this html is created by using the velocity template engine. The conversion need to be done on google ...
-1
votes
0answers
5 views

Not able to update billing setting when reaching quota

We hv billing enabled GAE app and is reaching quota. I try to update but was promote with this " Your application is being migrated to a new billing system. Please check back later to view or change ...
1
vote
1answer
29 views

Rails Engine partial in another engine cannot access routes of original engine

The main application is basically a container for multiple engines. One of the main engines is a "dashboard" application that will provide statistics, reports, etc. from the various other engines. ...
-2
votes
1answer
29 views

Boldening parts of string ignoring case python,HTML [closed]

i want to bold parts of text for my search engine... The major engine is in python.. i have the search term in a var called q (for query)... for this example lets assume that the search term is "BlOg" ...
0
votes
0answers
32 views

error while deploying google app engine proxy server

Error 400: --- begin server output --- Creating a composite index failed for entity_type: "EntryPoint" ancestor: false Property { name: "last_updated" direction: 2 } : This index: entity_type: ...
0
votes
1answer
60 views

PHP search engine in a txt file

I need to create a basic search engine with PHP to search for an ID within a .txt file but still don't know how to do it, I'm new programming :( Any help would be much appreciated. Here's the code I ...
2
votes
0answers
162 views

2D game engine for Eclipse [closed]

I worked on a few projects in Java and now, I want to get a step forward with game programming. I'm not looking for a 3d game engine like Unity, but for a simple 2d game engine for eclipse, that ...
0
votes
0answers
76 views

jquery validation engine and asp.net ajax

I am using jQuery validation engine to validate my signup asp.net form how can I use ajax function to check username? there are some codes in plugin "ajaxUserCall": { "url": ...
0
votes
1answer
32 views

Search the web with default browser and engine with applescript

I am trying to make a script that will do an internet search with the default browser and search engine. Open location works for opening with the default browser, but how would I use the default ...
-2
votes
0answers
30 views

SQLite Datastructures [closed]

i have just build a search engine in python and am looking for a way to store it... i found that the best way to store it is in a database... my web index looks like: ...
-1
votes
0answers
39 views

Variable storage in python [closed]

i am building a search engine in python and i have a crawler. The crawler and the search mechanism are in the same file. When my crawler finishes crawling the web, it stores the web index in a python ...
1
vote
2answers
238 views

Find engine to develop html5 games in 2d or 3d isometric with tiles?

With friends we want to develop a html5 canvas videos games in 3D isometric games or 2D. After some research i found this : http://canvasengine.net/ It's seems clear, easy , documented ... What ...
1
vote
0answers
250 views

jquery validation engine for file upload validation when i used bootstrap to upload a file

I am using the jQuery validation engine plugin by pos-absolute. I have a plugin that hides a input type="file" and replaces it with a button. This works fine, if there is not file selected then ...
0
votes
0answers
13 views

Proper way to specify the Rails::Engine for dependency gems?

I'm building a namespaced Rails Engine gem which will be extendable through additional gems. For example: MyEngine is the main gem which will also be the namespace. MyEngine-blog & ...
0
votes
1answer
24 views

loading a dictionary of files as if it were 1 file, in requireJS

I`m trying to write a game engine in javascript, what i would like to do is load all the engine code before the game code can be executed. Now, that's only the first step, because what i would also ...
-1
votes
0answers
20 views

Social Engine Content Loading

I am new to Social Engine and Zend Framework. I am currently working on how the content is loaded in Social engine and found that the data is taken from two tables named content and pages... ...
0
votes
1answer
40 views

Java Physic Engine Clarification [closed]

im new to using physics engines in Java, so i wanted a little boost in knowledge so it becomes easier, ive searched in this forum for the best engine and it appears the most used one might be JBox2D ...
0
votes
2answers
47 views

Social Engine logo image size change

I'm trying to change the top image for a social engine site, I can do it in crome when I inspect element but when I try to change it in the custom css section of the control panel it doesn't make the ...
-5
votes
0answers
36 views

How does a nutch regex search work? [closed]

I cannot figure out how to set the regex function. Basically I want to crawl the website http://www.tigerdirect.com and its sublinks. I did regex so long ago that I don't remember and I can't seem to ...
0
votes
0answers
51 views

Rails mountable engine assets in production mode

I built a mountable rails engine in rails 4. I used the engine in another app. In development mode everything runs fine, I can reach the engine without any troubles and all engine assets are displayed ...
0
votes
0answers
17 views

Refresh Wordpress Site for Visitors & Robots

This is kind of a strange one so bear with me. I have a wordpress site where I use a random posts widget. Everytime a human visitor visits a page or refreshes a page, the random posts refreshes and ...
0
votes
2answers
75 views

Solr - most frequent searched words

this is my firs question :) ; i'm a student and, as an homework, i'm trying to organize a good solr search engine, using the most common tools and the most knows features. I've already setted up the ...

1 2 3 4 5 15