Skip to main content

Questions tagged [difference]

Comparison or difference in meaning between two or more concepts. For code synchronization or compare and merge algorithms use [diff]

2 votes
2 answers
211 views

I work for a standards organization that publishes an exchange standard using XSD files. These XSD files are being generated from a model with a tool, and now we want to change to a new tool. Because ...
Geert Bellekens's user avatar
1 vote
1 answer
158 views

So I've been trying to understand the difference between MongoDB's Query API and its Query Language but I haven't been able to find a definitive answer. I've been reading the MongoDB Docs and it is ...
Nikitas IO's user avatar
3 votes
2 answers
439 views

I've always assumed that the output from diff (typically "unified", whether or not it's colorized) is universally understood among most if not all text-based language programmers. Whether it's used ...
r2evans's user avatar
  • 346
1 vote
2 answers
306 views

I'm new to coding and I don't know how what I'm trying to do is called, and I want to find out so I can do more research and not re-invent the wheel. I looked for things such as data consolidation/...
Panda Coder's user avatar
0 votes
1 answer
196 views

PROBLEM STATEMENT: Print the items that differ between the following two left and right sorted data sets: A A B C C D D E G F H EOF EOF The proposed solution ...
Constantin's user avatar
11 votes
6 answers
5k views

The idea of hashes is they get drastically different results for even the smallest change of data. What I am asking for is the opposite of that. An algorithm that will produce proximity hash values ...
dtech's user avatar
  • 763
2 votes
2 answers
4k views

I want to solve Synchronization with a Message Queue In the wikipedia page of message queue, I read: Most messaging systems support both the publisher/subscriber and message queue models in their ...
guettli's user avatar
  • 179
3 votes
0 answers
117 views

I am implementing a certain algorithm that works like this: Create a closed contour (list) of elements in a matrix, where closed means that the last element is adjacent (by row, column) to the first. ...
bright-star's user avatar
-4 votes
1 answer
7k views

In our company we use the term admin and super admin. Admin - refers to the person who will handle the users, this is preferably from the external (maybe a manager of our client) Superadmin - refers ...
Cary Bondoc's user avatar
0 votes
0 answers
147 views

A lot of thought went into the implementation of the set algorithms in LINQ: Distinct, Except, Intersect and Union. They guarantee that the items are returned in the same order that they appear in ...
Travis Parks's user avatar
  • 2,603
0 votes
1 answer
428 views

I am responsible for the design and development of a cloud backup application. Currently we are using xDelta to do differential backup so that only the changed parts of the files gets uploaded. This ...
Zaid Amir's user avatar
0 votes
1 answer
252 views

How to ignore bracketing styles when doing code comparisons or diffs? We have several formats of bracketing and I would like: function foo(){ } to be considered the same as function foo() { } Right ...
user3341556's user avatar
3 votes
3 answers
4k views

If I quote a paragraph from Wikipedia about Optimization: In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it ...
Mohammad Areeb Siddiqui's user avatar
4 votes
3 answers
950 views

Let's say I have procedure1() { --body of first procedure-- } Then I rename it into procedure2 and create a procedure1 above it: procedure1() { --body of second procedure-- } procedure2() { ...
Jay Lorn's user avatar
5 votes
5 answers
3k views

I have read in numerous places that when developing a product you need to take a different approach to when you are developing a project (think "contract" work). Some differences are: 1) There is no ...
Aidos's user avatar
  • 125

15 30 50 per page