The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
4 views

Dual section/color badge in cell?

I know there are a couple of custom UITableViewCell subclasses which have a badge view in the cell (ie. TDBadgedCell and DDBadgeViewCell), but are there any which allow two sections, with different ...
0
votes
0answers
14 views

Windows & Ubuntu dual boot.No menu to choose OS? [migrated]

I just installed Ubuntu alongside Windows 7. Now I cant boot Windows 7 because it automaticaly boots Ubuntu without displaying boot menu. How can I get menu with options to choose which Os to boot? ...
0
votes
0answers
6 views

Dual Contourng and Quadratic Error Function

everyone! I've implemented marching cubes, dual marching cubes and adaptive marching cubes in c#, only to find out that i need dual contouring for my purposes. I've read all works about dual ...
-1
votes
0answers
11 views

Dual Boot (Debian Testing, Windows 7) Remotely [closed]

First, I beg for your indulgence for possibly being uneducated about this... I would like to install Debian Testing in a machine running Windows 7 and I would like to be able to select remotely each ...
0
votes
0answers
27 views

dual marching cubes table

I've just finished building these tables for dual marching cubes (by Nielson). VerticesNumberTable contains the length of the array of vertices to create for each Voxel (1 to 4 internal vertices), ...
2
votes
2answers
67 views

Scala put method in trait or in case class?

There are two ways of defining a method for two different classes inheriting the same trait in scala. sealed trait Z { def minus: String } case class A() extends Z { def minus = "a" } case class B() ...
0
votes
0answers
345 views

Error: no such partition. grub rescue> [closed]

Here's what happened: I got a new laptop recently, it came with Windows 8, but I wanted to install Linux Mint to do some hobby programming. I first (accidentally) installed it "next to windows". ...
-1
votes
0answers
16 views

If two optimization problems are dual to each other, are their polytopes dual to each other? [closed]

The primal problem can be represented by a polytope P and its dual can be represented by a polytope Q. Then are P and Q dual to each other? Or they just isomorphic to each other?
0
votes
0answers
53 views

Multiple Hadoop/HBase Cluster configuration through same Java client

I am trying to connect to 2 different Hadoop clusters' setups through a same client but I am running into the issue that the config of one overwrites the other. The scenario is that I want to read ...
0
votes
1answer
47 views

what is an oracle dummy table?

I am now learning Oracle PL*SQL and having some understanding difficulties on dummy table which is called DUAL Table. Can someone explain what that is in a simple way? please.
0
votes
0answers
43 views

JQMobi dual range slider

Have anyone successfully build a dual range selector using JQMobi? I need a control for selecting a range of values (min and max value using one control)
0
votes
1answer
25 views

dual sites with a landing page

Situation: I have a website on plchardware.com.au. I want to have a new (prestashop) site for the same company on a subdomain of that (new.plchardware.com.au)but want to keep the old one for SEO and ...
0
votes
0answers
122 views

Dualwebcam in one frame but in two panels with OpenCV and WxPython

Im trying to get a webcam feed into my Python program I have 1 Frame and Three Panels (i give them colors for a beter overview) now i need the feed from webcam0 into panelOne and the feed from webcam1 ...
0
votes
0answers
146 views

Error while Incrementing sequence in JPA/EclipseLink - DUAL table doesn't exist

I am working with JPA/EclipseLink with Database being HANA. Previously we were using Sequence generation type TABLE for generating IDs for entities. It was working perfectly fine. But to increase the ...
0
votes
0answers
51 views

Gnome3 + shell, one workspace for monitor

I'm using Debian x64, with gnome3/shell. I have two monitors (with different resolutions) and I'd like to have one workspace for monitor. So, for example, monitor1 displays workspace1 and monitor2 ...
1
vote
0answers
31 views

Dual Licensing GPLv3 and Creative Commons 3

As the title suggests, I'm wondering if these two licenses are compatible with each other; in particular this flavour of Creative Commons: http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB ...
0
votes
0answers
20 views

JFreeChart with dual x-axes not working code [duplicate]

Possible Duplicate: JFreeChart with dual x-axis I have the following code and I'm trying to create a Time Series Chart with two datasets which belong to a specific x-axes (As you can see I ...
0
votes
2answers
554 views

JFreeChart with dual x-axis

I'd like to ask if it is possible to have a time series chart with dual x-axis (or y-axis but because it is a time series dataset I focus on dual x-axis). I have two data files in which the ...
0
votes
0answers
52 views

Online Form Dual Attachment (need help)

i am using the following code to make dual attachment form i would like to have the first attachment is required and the second one to be optional here is the HTML code: <form ...
0
votes
0answers
82 views

android landscape dual pane resize

I have an app that is basically a listView which brings up a detail screen when an item is selected. In landscape I split the screen so that the left had pane contains the listView and the right hand ...
0
votes
3answers
579 views

SQL Select Data From Dual in nth row

I was wondering if we can do a select from dual and place our results at any of the result row? My desired result will be: CID EXT ------ ------ ALL ALL -- -- DATAA DATAA ...
0
votes
0answers
22 views

save the form only if the values in the dual list are changed

I am using a dual list in my jsp page.The problem is the jsp page is being submitted when i click on save even if there are'nt any changes made .so, the form has to be submitted of if the values are ...
0
votes
2answers
344 views

Select 1 from dual where exists (select …). Returns 1 even if the table is completely empty?

I'm using a Select 1 from dual statement to see if new data that comes into my system is actually new or not, if it is new then it's gonna be inserted, if it is not then it's gonna be updated in the ...
4
votes
1answer
149 views

The magic of DUAL

Under normal conditions (not using SYS or maybe using it)- SQL> select * from dual; D - X Under not so normal conditions (connected as SYS)- SQL> alter database close; Statement processed. ...
0
votes
1answer
343 views

How can I create a shortcut to dual boot between ChromeOS and Ubuntu easily? [closed]

It took my quite a while to find this information, and unlike most topics it was not on StackOverflow (or at least I couldn't find it). It used to be I used the qemacs editor on chromeos (CR48) to ...
0
votes
1answer
217 views

CUDA multi gpu: running same kernel (dual chip device)

I'm writing code that must run same kernel on GTX690 (dual chip) board. Since computation is pretty separable, I don't need data exchange between devices, I just merge the result on the CPU. I ...
1
vote
1answer
52 views

How does jOOQ support MySQL's dual?

I can't use the jOOQ generator to generate a Dual.java class for MySQL, but inverse in PostgreSQL I have included "dual" in the code generation config file: <includes>dual</includes> ...
0
votes
0answers
183 views

LVM multiple snapshots pointing to the same Logical Volume

I'm a dba that just became familiar with LVM snapshotting. Great technology for backing up MySQL Databases IMO. I know how to make a logical volume, and, subsequently make another as a snapshot of ...
1
vote
2answers
2k views

ORA-00904 'invalid identifier' error using 'MERGE INTO' and 'SELECT FROM dual' on a DATE column

I have the following PL/SQL stored procedure on an Oracle database: PROCEDURE MyProcedure ( p_id IN NUMBER , p_date IN DATE , p_num IN NUMBER) AS BEGIN MERGE INTO MY_TABLE mytable ...
0
votes
1answer
34 views

Dig dual-stack details

I want to see the ip details of a machine that has a dual-stack. I am using dig to do this using the options -A and -AAAA to get the individual answers, and was wondering if there isn't an option to ...
1
vote
3answers
126 views

Oracle SQL - counting to 3

This is an easy one, but I really can't figure it out. I am trying to get this simple table: NUMBER 1 2 3 So I try this: select (1,2,3) as number from dual; and I get ORA-00907: missing right ...
0
votes
1answer
168 views

Use of 'dual' table using jdbc

I want to test the connection so I am using the query: 'SELECT 1 FROM dual' to compare the value returned. ResultSet rs = stmt.executeQuery("SELECT 1 FROM dual"); on doing rs.next() the exception ...
0
votes
1answer
723 views

how to get dual values when solving a LP with cplex [closed]

I want to solve my primal problem and get the dual variables corresponding to a set of its constraints. This is the code I'm using: for(IloInt i=0;i<I;i++) { for(IloInt j=0;j<J;j++) ...
1
vote
1answer
736 views

Dual-SIM Change Default SIM card

I'm trying to write a program that change default SIM card on my dual-sim android, what functions do I need for this?
1
vote
1answer
909 views

SQL (Oracle) Select without an actual table containing static data

I am looking for a possibility to run an (Oracle) SQL without querying an actual table. Here I found a tip with the DUAL table. Thats pretty good. But I'm looking for a short solution to select ...
0
votes
2answers
1k views

Hard disk partitioning to dual boot Windows 7 and Ubuntu 11.10 [closed]

I have a single hard disk with 2 partitions (C & D) and C has Windows 7 installed on it. I want to install Ubuntu as well but on D drive so the operating systems are separated. I could not figure ...
2
votes
1answer
762 views

Dual Sim Android

Is there a way that I can access the other sim in my android? I have an android Cherry Mobile Orbit which is a dual sim android phone. I want to develop an SMS application for my phone, but only the ...
1
vote
1answer
598 views

How to select zero or one record from a dummy table in Ingres

In most SQL products, I can select from no table or from a dummy table like this: -- Oracle SELECT 1 FROM DUAL -- Many other SQL products (including Ingres) SELECT 1 Sometimes, I want to add a ...
-1
votes
1answer
116 views

Diffrent Focus on Dual Monitors

I have installed dual monitor on my system. I am running a process which continuously takes focus of browser. This way, i am unable to work on some other application as other application looses focus ...
1
vote
1answer
580 views

Display webpage on a dual monitor

I have a webpage which contains 2 divs (divA and divB). Also I have 2 monitors (screens). I want to display divA into first monitor and divB into second monitor. Both divA and divB should be in a ...
-1
votes
1answer
128 views

Boot from two separate hard drives (netbook) [closed]

Here's the situation: I'm on a hackintosh EEE PC 1000H and Snow Leopard consumes lots of hard disk space, not enough to dual boot from the included 80gb disk. If I swap out the hard disk and ...
1
vote
1answer
1k views

Android: How to detect Dual sd-card

Is there any way of identifying if there are two sd-cards in a device?? Edit: I have found that at the moment, there is no way of distinguishing between internal storage and true external SD card. ...
0
votes
2answers
488 views

Extend an application to dual monitors

I have an application which runs on a single monitor. It has grids in that. Say for example if the application can hold 3 girds and there are 4 items to be placed, the 4th item should go to the second ...
3
votes
1answer
162 views

Dual licensing in source code

I've written a java library that I'd like to release under GPL and under a commercial license. Now I'm not so sure how to put that into the source code. Is something like this appropriated? /* * If ...
0
votes
2answers
325 views

rails 3: Select box issue

I have a select box that keeps a list of stores and I want to select some of them to passed it to another select box, I mean a dual list this but in Rails. Is there any plugin at rails that help me ...
2
votes
3answers
2k views

Use NVIDA card for CUDA, motherboard for video

I want use the motherboard as the primary display adapter and my NVIDIA graphics card as a dedicated CUDA processor. My first thought was to simply plug the monitor's VGA cable into the motherboard's ...
2
votes
2answers
1k views

Netbeans dual screen

i've looked the web, but all i could find were bugs regarding dual screen, and not how to set it up. I cant seem to find anywere in the options dialougue on how to do it?
1
vote
2answers
151 views

Android: Finding if the device has Dual Sd cards

There are some new devices like Samsung Galaxy that comes with two sd-cards. I want to know if there is any way to find if a device has two sd-cards or a single sd-card. Thanks
0
votes
0answers
420 views

Jquery Dual List - chrome issue

I am using this dual list plugin and here is the example for this . I am having 1200 records in the first list box . It works fine on Firefox and Ok on IE 7 . But when it comes to Chrome 10.0.648.205 ...
0
votes
1answer
275 views

dual kd-tree construction

Please anyone tell me how to construct dual kd-tree and how to traverse it? And at least tell me the algorithm for finding nearest neighbor using this dual tree concept in java. This will help full ...

1 2