Questions tagged [hybrid]

"Hybrid" refers to the methods or objects that encompass the functionality or properties of two or more different objects.

"Hybrid" refers to the methods or objects that encompass the functionality or properties of two or more different objects.

640 questions
3
votes
1 answer

Can I use azure hybrid sql connection on a named instance?

Can't find a definitive answer, or get it working. This site says "To use an on-premises SQL Server or SQL Server Express database with a hybrid connection, TCP/IP needs to be enabled on a static port. Default instances on SQL Server use static…
mwill
  • 424
  • 7
  • 21
3
votes
1 answer

Crosswalks on ios - can not find the XWalkView module

I am trying to use crosswalk to make my web app into iOS app and I following the steps of Quickstart in this page https://github.com/crosswalk-project/crosswalk-ios but I keep facing the problem: in the ViewController.swift When I import XWalkView,…
Danny Yao
  • 83
  • 9
3
votes
3 answers

Getting an intermittent error while connecting to on-premise sql database from Azure service

Created an azure MVC website, from service (controller) code we are connecting to an on-premise sql server using Azure Hybrid Connection. Intermittently we are facing below issue. "A transport-level error has occurred when receiving results from…
RamLaki
  • 35
  • 3
3
votes
0 answers

correct hybrid expression in sqlalchemy

I'm trying to build a simple hybrid expression in SQLalchemy as a tutorial for doing a more complicated expression, but I'm having some trouble getting the basics to work. I basically have a table in database, that has a column filled with an array…
havok2063
  • 517
  • 2
  • 9
  • 25
3
votes
2 answers

How do you disable the drag function on an ionic side menu?

How do you disable the drag function on an ionic side menu? I am pretty new to this and need help. When I swipe right on the main page... it opens up a menu and I don't want this to happen. Here is my current code:
Garrett
  • 241
  • 3
  • 7
  • 16
3
votes
1 answer

unexpected token 'if' in expression or statement powershell

I have a .CSV file that I'm filling in some AD info with. The following script is supposed to fill in "Office" on a given users AD properties. The Header in the CSV file with the different "Office" names is called 'office'. Other Info: Exchange 2013…
3
votes
2 answers

Using Boost Graph Library (BGL) in Fortran program

Is there anyway, I can use the graph data structure using the Boost Graph Library (BGL) inside my FORTRAN program. Could anyone help me or give me a hint. I want to do parallel graph structure on several processors in my MPI-FORTRAN code. Is it…
ziv
  • 189
  • 1
  • 9
3
votes
1 answer

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 within the same web-project? Are there any…
Peter Mounce
  • 4,105
  • 3
  • 34
  • 65
3
votes
1 answer

Implementing a google map application - native vs hybrid

I want to create an app that will do massive use of google maps api. In particular, I wanna display a map, add a lot(and I do mean a lot) of data on top of the map, and constantly display the user location in the map. I'm struggling between two…
user1433927
  • 161
  • 2
  • 14
3
votes
1 answer

Optimal way of running hybrid MPI – OpenMP jobs

I am trying to run a code using hybrid MPI-OpenMP parallelization. According to my knowledge as long as the number of OpenMP threads is less than the number of physical processors, each processor is running one thread. Assuming this is true, suppose…
Alexander Cska
  • 738
  • 1
  • 7
  • 29
3
votes
1 answer

Are there any Case Studies similar to the ones published by LinkedIn Engineering?

LinkedIN Engineering has published a series of fantastic case studies on their experiences and findings while developing a Hybrid mobile app for iPad…
Nikhil_Katre
  • 555
  • 6
  • 10
3
votes
2 answers

What is PhoneGap used for, exactly?

I have a couple of years of experience developing native Android apps, and was curious about making a HTML5/CSS3/JS version of these so I can publish them for iOS as well. I started reading some about PhoneGap, but from what I can see, this is only…
Sandy
  • 2,572
  • 7
  • 40
  • 61
3
votes
1 answer

Salesforce sandbox access from Android Hybrid App

Is it possible to access test.salesforce.com from a Hybrid app generated with the Salesforce.com Mobile SDK for Android? When using the iOS SDK, the login URL can be set via an application setting, however this does not seem possible within a Hybrid…
Robin
  • 380
  • 3
  • 10
3
votes
2 answers

HTML 5 + iOS - creating hybrid applications

I am trying to convert my native iOS app into a hybrid app using HTML 5. After doing a research I ended up with jQuery mobile + phoneGap. My questions are Is it possible to mix html 5 and native iOS features within a single view? For example can I…
Clement Prem
  • 3,112
  • 2
  • 23
  • 43
2
votes
2 answers

Not able to use monkey talk of gorillalogic

I am trying to use monkey talk which is a cross platform tool to test iPhone and android apps, but i am not able to use that. When i am trying to use it with my iPhone simulator while selecting table view tab on monkey talk it is showing following…
rishi
  • 11,779
  • 4
  • 40
  • 59