Questions tagged [two-way]

Refers to a procedure, a function, or a case where the data has two sides.

Refers to a procedure, a function, or a case where the data has two sides. Often these are referred to as input and output, and sometimes they are referred to as beginning and end. In some contexts, two-way might mean information that flows into two separate directions, or a simultaneous execution of two processes.

165 questions
0
votes
1 answer

How does Spring ws handle certificates?

Does Spring Ws handle certificates automatically in a two way SSL connection or we have to handle certificates manually(such as sending and verification of certificates)
briantaurostack7
  • 1,193
  • 2
  • 14
  • 36
0
votes
1 answer

two-way binding works for one item, but not other

I am currently building an uwp where users can add custom xaml-elements to the GUI and set certain properties. There are also general properties of the page that can be set. To do this there is a properties panel on the designpage.In this properties…
ljanssen
  • 3
  • 2
0
votes
1 answer

Keep two-way binding when whole object has changed

I have a class: Public Class TestClass Implements INotifyPropertyChanged Public Event PropertyChanged As PropertyChangedEventHandler Implements INotifyPropertyChanged.PropertyChanged Public Sub OnNotifyChanged(ByVal pName As String) …
Bassie
  • 3
  • 1
0
votes
1 answer

SPSS two way repeated measures ANOVA

i am fairly new with statitistic. I made an experiment and used the two way ANOVA with repeated measures. The calculation was done in SPSS. In most papers I have seen, the f-value and the degree of freedom were reported as well. is it normal to…
berrrt
  • 23
  • 7
0
votes
2 answers

How to implement put() method in TwoWayHashMap?

I must read in a file with a String key and two String values into a two-way hashmap. How do I go about implementing the put() method to add the key and the values into the hashmap? After hours of research, I only found one example of using forward…
Eddy
  • 15
  • 5
0
votes
1 answer

How to exclude unwanted comparisons in two-way ANOVA in R

I have asked about this already on stats.exchange (original question), now I re-posted the same content here - hoping to get help from a wider population. I would like to know the way to exclude all the unwanted pairs from the output generated…
katie lu
  • 489
  • 1
  • 5
  • 23
0
votes
2 answers

Android: Two-way databinding

I am trying to do a two way databinding on android application. I have set up the application to bind the data to the UI but don't know how i can update the data model when edittext text changed. I think of creating extended edittext which override…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
1 answer

two way anova on different variables in the same population

I want to calculate 2-way anova to my df df O H Variable Value NN HI+ AM 0.03493450 NN HI+ AM 0.00000000 NN HI+ AM 0.09170306 NN HI- AM 0.05240175 NN HI- AM 0.05676856 NN HI- AM 0.06986900 HP HI+ AM…
Al14
  • 1,734
  • 6
  • 32
  • 55
0
votes
1 answer

Is it possible to synchronize two mscrollbar (two-way)?

i use the plugin jQuery custom content scroller. I'm looking to synchronize two scrollbar (two-way). Using the callback onWhileScrolling and scrollTo it works but the scrollTo fires at the end of the event . I would like the synchronization is real…
0
votes
1 answer

Two way processes communication with pipes in C

I'm trying to make a program in c that forks a child and has two way communication using two separate pipes. Summarizing; The father writes into pipe1 The child reads from pipe1 and make the calculations The child writes the answer in pipe2 The…
Josepas
  • 349
  • 1
  • 2
  • 12
0
votes
1 answer

Two way communication java socket with android

Server main class import java.awt.EventQueue; import javax.swing.DefaultListModel; import javax.swing.JFrame; import javax.swing.JButton; import java.awt.BorderLayout; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import…
Okar
  • 3
  • 3
0
votes
1 answer

google excel two way conversion

I have simple yet specific thing i would like to do in Google spreadsheets. Basically it's currency conversion, but instead of usual solution (one way conversion) I need something more complex - both way conversion. What i have is two…
0
votes
0 answers

Angular, two-way binding to button value?

I trying to implement a combo-box with bootstrap 3 dropodown, and set the button as triggering element for dropdown, like so (jade syntax below, "anguarExpression is my function tat wraps literal with {{ }} brackets, since jade "don't like"…
Konstantin Isaev
  • 642
  • 8
  • 14
0
votes
1 answer

AngularJS - dynamic rows and columns with a two way bound custom control

I am new to Angular and am stuck on my next step of development which is to have a custom control bound to a dynamic row-column table. I have a simple fiddle here which shows how to data bind a custom…
user2728841
  • 1,333
  • 17
  • 32
0
votes
2 answers

Two Way Data-binding is not Updating for ComboBox & ToggleButton?

Problem I have a ComboBox and a ToggleButton on MainWindow with two-way bindings on their SelectedIndex and IsChecked properties, respectively. The properties they bind to are DependencyProperties (DP) and I have a breakpoint on the setters but the…
Brownish Monster
  • 682
  • 1
  • 8
  • 25
1 2 3
10
11