The delta tag has no wiki summary.
1
vote
1answer
18 views
Is there a more accurate LWJGL timer
After looking at timer showed on the LWJGL wiki milliseconds weren't fast enough. It kept an inconsistent speed of the player. I can't find anything on how to produce a more accurate timer, like 3.2 ...
0
votes
0answers
17 views
In HighStocks, compare the values of the series against the previous value
In HighStock/HighChart 3.0+ is it possible to display the series y-axis as a representation of the change from the previous value. I know that you can use plotOptions.series.compare to represent the ...
1
vote
0answers
23 views
How to cope with Mouse-Wheel-Delta cross platform?
There is a question, asking why Wheel-Delta is supposed to be 120 on Windows platforms. However, I encounter the same threshold on Linux and Mac. As the value nowadays might change, how do I get the ...
0
votes
2answers
38 views
What are the best practices to find the delta?
I am new to working with SSIS packages and am confused about the best practices to find the delta when bringing the data from landing to staging. The requirement is to create a couple of reports from ...
0
votes
1answer
63 views
Finding Deltas - Difference between elements in a Python list
Hello Ladies and Gents,
I have this piece of code to find consecutive numbers in a list:
from itertools import groupby
from operator import itemgetter
a = [1,2,3,5,55,56]
def consc(b):
for k, g ...
0
votes
1answer
27 views
RE: Flying Sphinx and Sidekiq
I'm afraid I've reached a point of total helplessness re: Flying Sphinx and Sidekiq. It appears that Sidekiq and FS are not able to communicate in production.
I am in TS3 and using Sidekiq to run ...
0
votes
1answer
17 views
Storing and serving many compressed archives with shared underlying content
I have a web server that has many compressed archive files (zip files) available for download. I would like to drastically reduce the disk footprint those archives take on the server.
The key insight ...
1
vote
1answer
75 views
Limits of Ada Fixed Point Type
Reading this http://en.wikibooks.org/wiki/Ada_Programming/Types/delta
has got me wondering what the limit value of delta is.
For example
delta 127 range 0..1_000_000;
needs one byte to hold the ...
0
votes
1answer
83 views
Drupal 7 using different themes on pages using omega and delta
Can I use different sub themes on different pages. I have created two omega sub themes - Theme 1 (set as default) and Theme 2. Can I now assign Theme 2, to a set pages using the delta and context ...
0
votes
1answer
91 views
firstpersoncontrols delta is not defined
I test for use the firstpersoncontrols in three.js. but in copying examples to anderstand how it's work, i have always the same error in console : delta is not defined. if you are an explication :
...
1
vote
1answer
242 views
Transmit the binary diff(delta) of a file over http and merge the diff on the server
Basically i need to find out the binary diff of a file (client and server) and then transmit the diff(delta) over HTTP and then merge the diff(delta) to the file.
Is there any tool for this?
One more ...
0
votes
2answers
90 views
Frame rate independent gravity
I am having an issue with gravity varying severely with frame rate shifts. When I run at 160 fps, my player jumps a few meters in the air then falls, but at about 10 fps, my player jumps half a meter ...
0
votes
1answer
45 views
Is it possible to set UIAccelerometer delta?
I am writing a game on iOS and I am trying to setup the response movement using the accelerometer. So when I start the game on the iPhone, everything is fine and accelerometer is responding without a ...
0
votes
2answers
126 views
Comparing differences (error) between two tables in SQL
I want to calculate a delta between the rows of two tables with the exact same structure, but not necessarily the same data.
table 1 (predictions)
Id | Name | GP | G | A
table 1 ...
0
votes
0answers
32 views
rdiff confusion
This is how I implemented some kind of file versioning:
If I dont have file at all, original file is downloaded togather with only latest delta file and patch is applied.
These deltas are generated ...
2
votes
3answers
115 views
Minimal Difference Patch Algorithm
I'm trying to convey the difference between two bytestreams. I want to minimize the number of bytes in the patch.
(I don't necessarily want to minimize the number of "changes" in the diff, which is ...
1
vote
1answer
63 views
How can I declare all Sphinx delta indexes, from within the sphinx.yml file?
Instead of repeating this line in every model file:
set_property :delta => true
... I would like to declare all delta indexing from the /config/sphinx.yml file, something like this:
delta:
...
0
votes
0answers
55 views
Is there a good how-to about delta updates and practices?
I'm looking to add a delta update feature to a piece of mobile software I'm writing (updating content, not code) and I'm searching for a comprehensive how-to on the subject because I want to make sure ...
1
vote
1answer
102 views
Java & OpenGL; Rendering Artifacts when using delta to calculate frame independent movement
So, I've been making a small demo program in java using opengl just as an exercise. All was going well until I implemented getTime(); and getDelta(); functions to calculate how much time each frame ...
2
votes
1answer
57 views
Subtracting a JPEG image from itself results in a non empty image
Trying to subtract a JPEG image from itself results in a non empty image, i.e. the delta image is almost white, but something from the original image is still visible.
I do not know if this is ...
1
vote
1answer
85 views
Obtaining momentum quaternion from two quaternions and timestep
I have a quaternion which holds the rotation of an object. During the frame I modify it and obtain a new quaternion. I can calculate a quaternion that rotates from 'previous frame' to 'current frame'.
...
1
vote
1answer
61 views
How can I determine whether any changes were made between savepoints in SQLite?
I wonder if anyone knows if it is possible to determine if changes were made since a given savepoint was created. I'm thinking about using this to find out if user made changes, and then ask if he ...
4
votes
1answer
306 views
How does the Google's smart updates technology work?
I know the basics: they compute a difference between two versions and send it to the user's device where it is deployed. Precisely, I am interested in 2 questions:
What changes were made to the ...
0
votes
1answer
168 views
Solr delta import isn't working
I have Solr configured and indexing / running smoothly. The only problem is it cannot do delta-imports. It only dumps messages like:
INFO: id is a required field in SolrSchema . But not found in ...
0
votes
1answer
64 views
Are there any databases that use delta or diff-based replication?
Are there any databases that use a delta-based replication system instead of an oplog or binlog style replication scheme? I'm looking for examples of current systems, plugins to existing databases ...
1
vote
1answer
399 views
Sphinx main/delta indexing, sql_query_killlist
I am currently using Sphinx for indexing a MySQL query with 20+ million records.
I am using a delta index to update the main index and add all new records.
Unfortunately allot of changes to the ...
2
votes
2answers
249 views
Is there a way to update SQLITE database using deltas?
I would like to know if SQLite proposes a update mechanism based on some delta file, to be clear for example an Oracle database can be synchronized with sql redo logs or snapshot logs.
Does SQLite ...
0
votes
1answer
524 views
What Delta Encoding/Compression Algorithm libraries are there for Java?
So I'm reading up on delta encoding, and I was looking around for some good examples of it. I think Google Chrome uses something like that for patch updates, rsync might, and the Wikipedia article ...
0
votes
2answers
81 views
Calculation of data delta
I'm writing a server that sends a "coordinates buffer" of game objects to clients every 300ms. But I don't want to send the full data each time. For example, suppose I have an array with elements that ...
3
votes
1answer
239 views
Delta Compression in .NET
Has anyone been able to perform compression in a .NET environment to generate deltas between files. I'd like to use this functionality if at all possible, perhaps by using the functionality in ...
0
votes
1answer
72 views
How to use delta milliseconds to do something every x milliseconds?
I'm using a timing system where I get delta (the number of milliseconds that passed every frame, 60 fps).
Before I used timing, I counted the frames and did something like this:
if(frames % 60 == 0) ...
3
votes
0answers
300 views
Building/calling librsync on Windows from Delphi 2010
I'm currently using the rdiff windows port from my delphi 2010 application to calculate delta/signature for remote delta/diff
I'm trying to explore the possibility of using the librsync library ...
0
votes
1answer
309 views
Finding the bounding box of the difference between 2 images?
I have 2 bitmap images, where 1 is a slight variation of the other.
Now I'd like to calculate the bounding box of the area-of-change, as fast as possible.
Is there a smart algorithm to do that or is ...
2
votes
0answers
513 views
Alternatives to RDiff?
I'm looking for a command-line tool (or DLL, or anything that I can call from my Delphi 2010 application) that's able to do what RDiff does (ie. a binary diff tool that creates a signature file and ...
2
votes
2answers
177 views
How to identify deltas of changes between two strings?
I have to implement an algorithm which takes as input two strings, and returns an array containing substring ranges of changes.
Say, a range is defined as
typedef struct _NSRange {
NSUInteger ...
1
vote
3answers
242 views
Making delta file without a Basis (Source) File?
(OK, don't yell at me, it's very late here :))
I'm researching delta diff tools (commandline tools or components, it doesn't matter as long as I can call them from Delphi 2010)
I have this project ...
0
votes
1answer
343 views
Java/Javascript Calculate fitbounds SW/NE with user location in center
What I am trying to do is trying to calculate SW, NE of given locations and then delta with user's centre location. which will result to fitbounds all locations and user's location in centre.
but ...
0
votes
1answer
145 views
Drupal database api delta
I am working on a module which directly updates the data of a set CCK taxonomy checkboxs via ajax.
Everything is working with the exception of the saving to database. Using the following code:
$data ...
0
votes
2answers
557 views
How to quickly checksum a MySQL InnoDB table with millions of records
I have InnoDB based tables that I can checksum with:
checksum table _table_name_
That is slow in case millions of records reside in the table. I wonder if there is any way to recognize, whether a ...
0
votes
0answers
1k views
Using the 2^n-2 formula to calculate network and host IDs
I was wondering if someone could elaborate or explain clearly how the forumal 2^n -2 is used to calculate host and network IDs. It seems that the "-2" part is not always used.
Is it this straight ...
2
votes
2answers
888 views
SOLR delta-import timestamp issue
I'm new to SOLR and was doing some research on this technology. I now have a question regarding the delta-import function so I looked on SO and found this: Solr DataImportHandler delta import. In the ...
0
votes
1answer
264 views
How to create a delta object that only has fields that changed?
I have to write a common utility class that does following:
Input: 2 objects of the same class - old and new
Output: 1 object of the same class as Inputs, with only the fields that change - delta
...
0
votes
1answer
83 views
Can i rename “delta” value in Drupal blocks?
When i add a display in a view, and i display this as a block, drupal generates a delta value like this: 3429ef48c33321bf7e5eb0c441c9f540 and i would like to rename this for something more simply.
I ...
1
vote
0answers
92 views
Thinking sphinx updates delta index even when no fields are updated
Even when no fields specified in update attributes actually changes , thinking sphinx sets delta = 1 which results in large number of unwanted queries being fired . can we do something to let sphinx ...
6
votes
1answer
78 views
What is the format of the deltas in a subversion respository, and how badly can I blow it up if I change them in a pre-commit hook?
Help me do some damage! I'm tired of just a half-dozen Google hits that tell me never to do this. Let's muck things up real good! I'm pretty sure that I can get ahold of the actual files in ...
0
votes
4answers
358 views
exponential growth over time - how do I calculate the increase over a delta-time?
This is probably a silly / stupid question, but I'm still gonna ask it :
if I have an initial start value at Time 0 (which is in my case always 1.0) and a rate of growth, how do I figure out the ...
0
votes
1answer
278 views
rdiff python module
Is there a python module that has the functionality for computing rdiff signatures and delta differencing?
I need to perform these operations on a cross-platform application so I'll need something ...
2
votes
4answers
702 views
Binary Delta Storage
I'm looking for a binary delta storage solution to version large binary files (digital audio workstation files)
When working with DAW files, the majority of changes, especially near the end of the ...
3
votes
4answers
582 views
Inexplicable SVN repository size increase from small differences to big files
I can't figure out why small differences to big files are causing my subversion repository to grow so much.
I have a zip file of the contents a database used by some tests. I want to store each new ...
0
votes
0answers
198 views
delta rows in a sybase table based on epoch time
I want to pull delta rows from a sybase table based on last_modified_date.
Problem is last_modified_dt is in the form of epoch time(unix time) which looks like
eg 1310544803 INT datatype
The below ...


