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
0 answers

Cordova command not found in mac

I have checked in ".node/lib" folder, there is cordova is available Still i am getting error Command not found error. I have installed cordova using npm install -g cordova and also try sudo npm install -g cordova.
Parth Modi
  • 31
  • 3
3
votes
0 answers

submission of MPI+openmp code in PBS cluster

I am trying to submit MPI+openmp code in cluster. I am relatively new in using mpi in general. I am trying to use 2 MPI processes and 16 openmp process for each mpi process. I am using following parameters: #PBS -l…
3
votes
0 answers

Combining genetic algorithm with local optimization

I am generally interested in combining genetic algorithms with some local optimization and use this approach to do railway scheduling optimization. I would appreciate if someone could lead me to resources or examples in this Topic as I couldn't find…
Feleki
  • 31
  • 1
3
votes
0 answers

Pick Image from Gallery or Camera In Ionic and Load it in a ImageView

I am new to hybrid mobile app and I want to implement a profile picture updation in my app. Till now I have implemented the following. On clicking a Imageview a dialog pops up and ask you to choose the app (Gallery or Camera). On selecting the…
Vishnu M Menon
  • 1,459
  • 2
  • 19
  • 34
3
votes
4 answers

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 to implement path-finding, field-of-vision,…
Atilla Filiz
  • 2,383
  • 8
  • 29
  • 47
3
votes
1 answer

Simple method to run a batch as Administrator using javascript

I want to derive a simple reliable method to auto elevate a running batch without using extra VBS files or elevated shortcuts, proposed in other threads. Calling the UAC dialog from the batch via javascript ensures the short simple code. The script…
sambul35
  • 1,058
  • 14
  • 22
3
votes
0 answers

iOS stream device camera video feed to local html page in wkwebview

I want to capture the video using device camera using native code and stream it to local html page in webview. There is no information on how to stream to a local html page which is loaded in the WKWebView AFAIK I couldn't find any way to achieve…
RajuBhai Rocker
  • 723
  • 1
  • 7
  • 24
3
votes
3 answers

Which open source platform is good for a private/hybrid cloud?

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 Eucalyptus and OpenNebula, which one do you…
user372993
  • 358
  • 2
  • 10
3
votes
1 answer

Threads making MPI calls in a Hybrid MPI/OpenMP

I have found an issue in my hybrid MPI/OpenMP code that is reproduced in the simplest form in the code cited below. I am using 2 threads per MPI rank. These two threads are then used in a OpenMP "Section" to do several computations, one of these…
armando
  • 1,360
  • 2
  • 13
  • 30
3
votes
1 answer

Azure WebApp - Test Hybrid Connection from Kudu Console

I have an Azure web app that has some Hybrid Connections setup. I'd like to be able to prove they are working from the KuDu cmd interface. Unfortunately telnet is not installed as part of the Azure WebApp OS (Win Server 2012) and I seem to have…
Simon
  • 578
  • 1
  • 9
  • 18
3
votes
2 answers

Building a hybrid app, where to start?

I know it's kind of an 'open' question to ask but I simply don't know where to start. Let me first tell you a bit of my experience/background so you know the level I'm at: Build cd-roms with Lingo back in the days Started web/front end development…
Bartezz
  • 474
  • 4
  • 13
3
votes
0 answers

How to perform multiple mysqli_multi_queries?

Im trying to read a large XML file and INSERT all the data in the database. I am trying out 3 different scenarios (and I need help with the third): After each XML element I do a single query: $this->mysqli->query($sql); I add all the INSERTs to a…
Hans Wassink
  • 2,529
  • 3
  • 30
  • 45
3
votes
6 answers

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 little explanation, why you think it is…
George
  • 8,368
  • 12
  • 65
  • 106
3
votes
2 answers

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 instead they sign in using their Google credentials. …
lobati
  • 9,284
  • 5
  • 40
  • 61