Questions tagged [data-interchange]
27 questions
2
votes
1 answer
Associative Arrays vs UDT Tables for .NET/Oracle Data Interchange
I have a requirement to pass bulk data between a .NET (c#) application and an Oracle Database. So far, two alternatives have presented themselves, namely Associative Arrays and Tables of User Defined Data Types (UDTs)
So far, I have set up an…

James Wiseman
- 29,946
- 17
- 95
- 158
2
votes
1 answer
How to interchange List> array values using index in java?
I am having List
- > data this way,
List
- > repdata = [
["1185","R","4t","G","06","L","GT","04309","2546","2015","CF FE","01H1","20","23840","FF20"],
["1186","R","5t","R","01","L","TP","00110","1854","2016","FE…

Sandy
- 313
- 1
- 8
- 23
2
votes
2 answers
Trouble with Interchange.js in Zurb Foundation when images are being dynamically resized by PHP class
I'm building a responsive site using Zurb Foundation.
I have a PHP script which will resize and caches an image using gdlib if you append a query string with new dimensions in the URL. For example to resize an image to 300px wide:…

denizb
- 133
- 1
- 1
- 7
1
vote
0 answers
File format to store curves in 3d
SVG is a standard format for storing a flat curve, that is (x, y) coordinates. Is there a format that can be used to interchange (x, y, z) values, or is the standard option csv or json in this case, that is no standard.

user877329
- 6,717
- 8
- 46
- 88
1
vote
0 answers
Foundation's Interchange not working for background images
I'm a newbie at Foundation and Interchange. I referred to the very limited documentation on background images at http://foundation.zurb.com/docs/components/interchange.html, but could not find anything to make it work for me. I believe I'm not doing…

BK Suru
- 69
- 1
- 8
1
vote
2 answers
What are the practical disadvantages of using strongly typed data interchange format (eg thrift / capn proto) in a microservices context?
I'm thinking of introducing a strongly typed (read - with predefined schema) data interchange format for communication between our internal services. For example, I guess something like Thrift or Cap'n Proto.
At least two obvious advantages (to me)…

varunkvv
- 65
- 5
1
vote
0 answers
Image delay when using Foundation Data-Interchange
I'm currently using Foundation data-interchange to handle responsive images.
Here the recommended syntax where (default) and (large) are the media queries:

saawsann
- 625
- 1
- 6
- 17
1
vote
3 answers
Bootstrap data interchange?
Does anyone know if Bootstrap has support for anything similar to Foundation's Data Interchange plugin? Or any jQuery standalones that achieve the same effect?
I've done my usual and hidden sections of my site for mobiles, but I'm keen to avoid…

Graham
- 162
- 1
- 16
1
vote
0 answers
Foundation's Interchange images not working
I'm trying to use Foundation's Interchange plugin to dynamically load multiple images based on screen size. I've used it successfully before, but I'm having trouble now for some reason.
This is the interchange code I'm using

Syren
- 1,961
- 2
- 15
- 19
1
vote
0 answers
Available data interchange formats for android apps
I am doing some analysis for an Android App (which basically collects data from simple forms) and am looking at data interchange formats that I could use. The app has to send data to a server over any available connection. I have looked at the…

GreenDroid
- 337
- 1
- 6
- 16
1
vote
1 answer
Can we represent data structures (involving bit fields) in a language independent way?
We have a dozen simulators talking to each other on UDP. The interface definition is managed in a database. The simulators are written using different languages; mostly C++, some in Java and C#. Currently, when systems engineer makes changes in the…

zubair
- 407
- 1
- 5
- 7
0
votes
1 answer
What are the easiest data-interchange formats for a web service that will have Cocoa and JS clients?
I have a web service that I want to build a Cocoa client for. But first, I have to rebuild the web services on a more modern and robust framework. However, it seems prudent that I should be thinking about the upcoming Cocoa version during this…

jaydisc
- 369
- 2
- 11
0
votes
1 answer
Values to convert from Row into Column values without Pivot and loop/cursor IN SQL Server using Row number or Rank
I want to convert the below data as shown in the output
DPPY_PFX DPDP_ID DPRL_DP_ID ROW_NUMBER
-------------------------------------------
1315 D8703 D8692 1
0219 D6010 D6012 1
0219 D6010 D6013 …

John Christopher
- 37
- 1
- 8
0
votes
1 answer
How to propose some revision to RFC(s) for JSON to account for comments?
I found a few RFCs for JSON. What would be the best way to request a modification to the grammar or parser section(s) in order to propose the idea of supporting comments? As I understand it, JSON does not officially support comments. I understand…

Jacob M. Barnard
- 1,347
- 1
- 10
- 24
0
votes
0 answers
Slim-rails: use data-interchange attribute
I'm trying to use data-interchange from Foundation 5 with slim as follows:
= image_tag('', 'data-interchange' => "[#{image_path('umed-image-large.jpg')}, (medium)], [#{image_path('umed-image-small.jpg')}, (small-only)]")
The problem is that it…

belgoros
- 3,590
- 7
- 38
- 76