"Hybrid" refers to the methods or objects that encompass the functionality or properties of two or more different objects.
4
votes
2answers
120 views
c++ vector/linked list hybrid
Is there a std container in c++ that acts like a hybrid between a vector and a linked list. What I mean is a data structure that overcomes the frequent reallocation overhead of std::vector and ...
4
votes
2answers
676 views
Do hybrid mobile apps support Push Notifications?
Are mobile development frameworks capable of working well with Push Notifications?
Details follow:
I'm researching cross-platform mobile app development. It seems hybrid apps developed using a ...
4
votes
2answers
168 views
Using Django minus the web server
I'm writing a syndication client, with the aim being to have a client for devices, and a web site that has the same functionality. I shall develop the website using Django - this is already decided; ...
4
votes
1answer
403 views
MVC3 Routing with WebForms
I have a solution that is using WebForms .Net 4.0. I am planing to utilize MVC3 in the same solution. I followed Scott Hanselman blog and things were roling.
I have to admit that I am quite new to ...
3
votes
4answers
234 views
Using C++ and scripting together
I am developing simple games as a hobby. For my new project, I want some parts to be scriptable. I am familiar with python but don't mind learning new languages. Here is the question:
I am planning ...
3
votes
6answers
151 views
How many oo-functional hybrids are there?
We're discussing oo-functional hybrids here, but I wonder, how many languages actually qualify for this name. Scala, Clojure, F#? Any more?
It'd be great to get one such language per answer, and a ...
3
votes
1answer
6k views
The type or namespace name 'Mvc' does not exist in the namespace 'System.Web'
After converting a Hybrid ASP.NET MVC1 app to MVC2 I'm getting the following error when I try and run the application:
The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' ...
2
votes
0answers
182 views
NS2: How to simulate nodes running two different mac protocols in a single network?
I want to modify the existing routing protocol and to simulate how well does it work on a network with two different types of nodes, cars with 802.11p and AP on the roadside with 802.3.
Does anyone ...
2
votes
3answers
630 views
Which open source platform is good for a private/hybrid cloud? [closed]
I'm working on building a private cloud, and we've been considering Eucalyptus and OpenNebula.
Are there any other good open source platform available for building a private/hybrid cloud?
Between ...
2
votes
2answers
155 views
Do I need to use OpenID or is OAuth enough?
I'm working on a web based project where we make use of the user's Google feeds and we store some information about them in our database. We don't want to make users create accounts with us, but ...
2
votes
1answer
103 views
Possible to host ASP.NET MVC controllers+views within a webforms project…?
We have a legacy ASP.NET webforms application that we're engaged in stabilising and removing technical debt from. Is it possible to take a hybrid approach - ie, can ASP.NET MVC coexist with webforms ...
1
vote
1answer
112 views
PHP HybridAuth: How to redirect to the “Allow” page of the selected social network?
I'm having some issues with HybridAuth when I need to redirect "a non-registered user in my local database", to the selected social network: facebook, twitter, windows live, linkedin, openid, etc, ...
1
vote
0answers
34 views
XCODE project compiling is very slow, source file both object-C and C++ hybrid
Using C++ interface libraries, template type, project code hybrid with object-C, current now find the compiling speed is very slow, especially for the files bind with C++, compiling for each file need ...
1
vote
3answers
285 views
DLL EXE Hybrid C++ Windows
I am currently working with DLL injection and need to have a single hybrid binary that could act as both an executable and a DLL. I thought of maybe writing a DllMain and WinMain function and then ...
0
votes
0answers
61 views
showing property lines in Google Maps with Hybrid or Satellite view
Google maps will show property lines if you're sufficiently zoomed in and looking at the map view (in certain areas). But switching it to either hybrid or satellite view clears all the property lines. ...
0
votes
1answer
41 views
Starting point for learning how to build hybrid HTML5 apps?
I want to start building hybrid HTML5 mobile apps; build the core functionalities via HTML5, then wrap this with a native layer for iOs, Android, BB..etc
After some research: I found I need to be ...
0
votes
2answers
102 views
Android - zoom-in in Hybrid setting, Google map shows nothing but empty background
In my app I am showing a Google map with pointer. I have submitted the app in market and I checked it by downloading from the market.
The map in default is shown in Hybrid view. Normally the map ...
0
votes
1answer
73 views
Google App Engine Go-Python/Java hybrid application
Can one write a hybrid Go-Python/Java application and run it on Google App Engine as one application, or do they need to be split into two apps and communicate with each other through HTTP calls? Is ...
0
votes
0answers
108 views
Interface Builder: Same class names for ViewControllers in hybrid OSX/iOS Xcode project
I am writing an app that supports both OSX and iOS targets using Xcode 4. The source code is separated into three groups/folders, one for the platform independent code and one for the interface of ...
0
votes
1answer
56 views
Can you manually push notifications with appMobi's framework without having to use the admin panel?
I am developing a hybrid mobile application with appMobi. So far everything is very promising. From my understanding though it appears that you have to use the admin panel to send push notifications. ...
0
votes
0answers
75 views
Hybrid Application For the PDF Reader IPhone App [closed]
is hybrid application use full for the PDF Reader type application?
I am want to make PDF Reader Like iBook & Kindle.
if Yes then from where i can start working/study for achieve the Goal.
...
0
votes
1answer
62 views
Deploying Hybrid ASP.NET webform and MVC project on iis7 - MVC Routing does not work
Hi Stackoverflow,
Im trying to deploy a hybrid ASP.Net Webform/mvc-project onto iis7 but the mvc routing does not work.
This is what i have done so far:
Added all required mvc-related dlls.(i have ...
0
votes
1answer
55 views
Dispatching URLs through Flask without a TCP port
I want to build a hybrid application (Web technologies embedded in a desktop app).
I will start with a Web version and the embed it using WebKit, but I don't want the embedded version to service ...
0
votes
1answer
80 views
Can Entity Framework 4 deal with two different data sources?
First, a little bit of context
I have one desktop application which uses a Paradox database and I am developing a new ASP.NET application using SQL Server to replace the current desktop app.
The ...
0
votes
1answer
34 views
Hybrid P2P's server data directory
Good day,
I'm developing a some sort like P2P system here.
The types of P2P network that I'm going to use is Hybrid P2P.
But, there's a problem here which I don't know how to solve.
It's the data ...
0
votes
0answers
182 views
Profiling CPU and GPU in OpenCL(VS2010)
I just wrote an OpenCL program which uses both CPU and GPU to calculate a Scalar product of a 1D array and 1D array addition respectively. When I profiled it using the APP profiler I could only see ...
0
votes
0answers
368 views
Adding buttons to the system keyboard in iOS, toggle keyboard using Javascript
I'm writing a small hybrid application for iOS and need to add some buttons to the default virtual keyboard. Eg, buttons for greek letters.
I wonder if there is any way to do it using javascript? ...
0
votes
2answers
561 views
Trouble with CUDA on notebook with Optimus
I've installed CUDA toolkit v4.0 RC2 on my ASUS N61J with GeForce GT 325M (Win7 x64).
Managed to integrate Cuda with Visual Studio 2010.
I try to run an example code stolen from here ...
0
votes
1answer
150 views
How can I perform OAuth2 with OpenId
We want to do authentication and authorization with services Google provided on our website.
OAuth 1.0 can be combined to OpenId through OpenId Hybrid extension.
Can we achieve the same function for ...
0
votes
1answer
387 views
Hybrid demo not returning oauth request token
I'm having a lot of trouble getting started with creating a google apps marketplace application.
I've tried numerous demos, including the php hello world example you can download from google. In ...
0
votes
2answers
633 views
Scheduler with asp.net MVC
I want to use a Scheduler like Telerik Scheduler in my MVC project. The problem is that the Scheduler is a Asp.Net WebForm control. For this reason, I must create a WebForm page in my Mvc project to ...
0
votes
2answers
283 views
How do I manage sessions in a hybrid Ruby/GWT system?
I currently have a Ruby on Rails system, and there are plans to port it to GWT. Before we do this, the powers that be want to have a proof of concept with part of the site being written in GWT to show ...
0
votes
1answer
193 views
How can I create a hybrid Silverlight and aspx application
Here is my scenerio..
We have an ASP.Net 2.x web site. We want to migrate it to Silverlight full frame application. However, there is no way we can go away in a corner and redo every web page in SL ...
0
votes
1answer
66 views
Reference to a FOSS project building desktop Google Docs client
I'm excited about desktop Google Docs client. I found a project using Adobe AIR which imitates Mozilla Prism. That didn't impress me at all. Do you have any pointer to a FOSS project building desktop ...