Tagged Questions

0
votes
2answers
73 views

IPC between Python and C#

I want to pass data between a Python and a C# application in Windows (I want the channel to be bi-directional) In fact I wanna pass a struct containing data about a network packet …
8
votes
3answers
209 views

Does Java have a HashMap with reverse lookup?

I have data that is organized in kind of a "key-key" format, rather than "key-value". It's like a HashMap, but I will need O(1) lookup in both directions. Is there a name for thi …
5
votes
4answers
178 views

Java key - key map

Hi, I need a kind of map which is accessible in two directions, so with a key-key structure instead of key-value. Does this exist in Java? If not, what is the best way to create i …
0
votes
2answers
127 views

Reversing Strings in Right To Left (BiDirectional) Languages in C#

Hey, I'm using iTextSharp( C# iText port) to create pdfs from text/html. Most of my text is in Hebrew, a Right-To-Left language. My problem is that PDFs show RTL langauge in reve …
0
votes
1answer
67 views

Displaying bidirectional multiline text from XML file in flash

I have been asked to add support to a xml based website. I have been looking into it and have realised that it is not going to be very straight forward. The text does have english …
0
votes
1answer
37 views

Fluent NHibernate Bidirectional Mapping - results in two similar referencing columns

Hello there, I am trying to implement Bidirectional Mapping with Fluent NHibernate Mapping. Code snippet from Domain classes: public class Template { public virtual int? Id …
1
vote
1answer
41 views

Bidirectional replication update record problem

Hi, I would like to present you my problem related to SQL Server 2005 bidirectional replication. What do I need? My teamleader wants to solve one of our problems using bidirectio …
2
votes
1answer
37 views

What’s the correct direction of a date embedded in arabic text?

The question is quiet simple: I've got an arabic text with an US formated Date in it. What is the correct display order of this date? Is it(for instance) 01/10/2009 or 2009/10/1? …
0
votes
1answer
100 views

bidirectional named pipe question

I have 2 apps that I want to make communicate via named pipes on .NET 3.5. Its a request/response paradigm, with the data transmitted as XML to make my life easier. There is a li …
0
votes
0answers
109 views

Bidirectional Hibernate collection mapping works in only one direction

My bidirectional collection mapping seems to only work in one direction. One job will have some number of costs. Each cost is associated with one job. The problem is, when I load a …
3
votes
1answer
140 views

A bi-directional map in clojure?

What would be the best way to implement a bi-directional map in clojure? (By bi-directional map, I mean an associative map which can provide both A->B and B->A access. So in effec …
0
votes
1answer
85 views

Bidirectional graph in rails

Hey guys, I have a simple model "Match" that is supposed to save the bi-directional link between two objects (of the same kind). class Match < ActiveRecord::Base belongs_to …
0
votes
1answer
150 views

YUI support of rtl languages

Does YUI support rtl languages? (rtl: right to left, such as hebrew or arabic). If so, how? I want to display a MenuBar where the different menu items start near the right margin …
0
votes
2answers
149 views

bidirectional one-to-many entity assosiation

If I have two objects, say ProductOrder and Product, I want both to be able to contain multiple references to the other, e.g. A Product can be referenced by multiple Orders A Prod …
0
votes
1answer
1k views

Mapping a bidirectional list with Hibernate

I don't understand the behavior of Hibernate when mapping a bidirectional list. The SQL statements that Hibernate produces seem not optimal to me. Can somebody enlighten me? The s …

1 2 next
15 30 50 per page