Questions tagged [mixed]

259 questions
2
votes
3 answers

How to convert an improper fraction to a mixed number, using python

I have to write a program that converts an improper fraction to a mixed number. Prompt the user for the numerator and the denominator, then calculate and display the equivalent mixed number. numerator is 23 and denominator is 6. This is what I have…
mrsga16eats
  • 41
  • 3
  • 8
2
votes
2 answers

Tinkerpop API does not use mixed elasticsearch index while retrieving data from titan

Tinkerpop API does not use mixed elasticsearch index while retrieving data from titan. Though if we directly use titan API it does use mixed elasticsearch index. e.g. I have created a mixed index on name. When we use tinkerpop API :…
2
votes
4 answers

C++ in mobile apps. How does it works

Tell me. How is executed binaries (written in c++ ForExample) in mobiles?? Is it only possible as mixed with J2ME or is it possible to execute "RAW" (like exe file) binary. (In old and new mobiles)
oneat
  • 10,778
  • 16
  • 52
  • 70
2
votes
3 answers

What is the meaning of xs:mixed without elements?

I got the following XSD bit from a customer. It is part of a legacy schema that spans over dozens of files.
ModdyFire
  • 706
  • 3
  • 9
  • 19
2
votes
0 answers

Mixed C++ DLL Project with native and CLI code

I've created C++ DLL project, this dll contains mostly native c++ code, but it have 1 mixed class written in C++ and using some .NET types. This class is declared in header file and have implementation in .cpp I can use it from all *.cpp files, but…
sfireman
  • 183
  • 4
  • 9
2
votes
0 answers

Passing a pointer to a pointer variable from Fortran 77 to C

I have to write some code that mixes Fortran 77 with C. Suppose I have a C function with signature void foo(int ** x); Thus, if I were calling foo in C, I might have int x_val = 42; int * x_ptr = &x_val; foo(&x_ptr); Now suppose I have this in…
Amittai Aviram
  • 2,270
  • 3
  • 25
  • 32
1
vote
1 answer

AQTime: "Force Garbage Collection" button grayed out

I googled around a bit, but couldn't find a reason. My app is mixed (C#, VB.NET, C++/CLI and native C++). AQTime claims to be able to profile this kind of application, that's why I chose it. It does profile OK, but it would be nice to be able to…
dario_ramos
  • 7,118
  • 9
  • 61
  • 108
1
vote
0 answers

How to handle multipart/MIXED in imap using php in laravel 7

I have a program in which i need to get all inbox messages. There are some subtype like: RELATED,ALTERNATIVE,MIXED & PLAIN. I am unable to manage subtype=MIXED using imap_fetchbody() because of this also facing issue with attachments. Check Below…
1
vote
1 answer

How to handle mixed input of chars and ints

How could one handle the following scenario. The User is asked to input his command: the user inputs only a digit for example 1 the user inuts a string for example hello the user inuts a string for example hello 1 2 The Terminal could look…
anthropos
  • 13
  • 4
1
vote
0 answers

How to print the sum of int and double in C?

What am I doing wrong here in C, because if I run the following code I get only 0.000000 instead of 20.5? int testInt= 10; double testDouble = 10.5; auto testSum = testInt + testDouble; printf("%lf\n",&testSum);
1
vote
0 answers

How can I get the random slope coefficients from the statsmodels mixed effects model in python?

I have the main summary output for my mixed effects model (using statsmodels: smf.mixedlm) and have all the beta coefficients in the summary but I would like to get all the coefficients for the each of the random slope variables I specified, to plot…
Sarah
  • 11
  • 1
1
vote
0 answers

using gmail api getting exception no object DCH for MIME type multipart/mixed >> , nothing solved my issue

I'm trying to send email with attachment by using gmail api. I coppied and added some changes to my code and try to send it. Although sending text email was successful, sending mail with attachment is failed. The exception is triggered after writing…
JDevoloper
  • 227
  • 4
  • 17
1
vote
0 answers

Keras functional API gets poor result when combining text and structured data

I have a set of structured features (that gets about 0.70 accuracy alone) and a text field (that gets about 0.85 accuracy alone) associated to each record. I have developed a classification model that accepts both structured and text data using…
Hasan Zafari
  • 355
  • 2
  • 6
1
vote
1 answer

Is there a native multi-dimensional, multi-type sort in PHP?

I'm struggling with sorting a multi-dimensional, multi-type array in PHP. Usually I just use sort and rsort and ksort etc. This situation doesn't seem to require anything much more complex, but array_multisort doesn't appear to be working (at least…
Rounin
  • 27,134
  • 9
  • 83
  • 108
1
vote
0 answers

How to get all contrast results after mixed?

How to get all contrast results after mixed? I used mixed pme i.level2_enc || subject:,mle to conduct a mixed effect model of pme ~ level2. Here my level2 has five categories, control, icon, HAS, HS, SW. After mixed, I tried using contrast…
Tan
  • 157
  • 5