Tagged Questions
The snapshot tag has no wiki summary.
11
votes
3answers
416 views
The exact moment iOS takes the view snapshot when entering background?
I have a problem when putting my iPhone app to background by pushing the exit button, and then relaunching by tapping the launch icon on the home screen: the app's view does return to its initial ...
11
votes
2answers
6k views
EF4 POCO: Snapshot vs Self-tracking over WCF
Last year I developed a data access service for our project using Entity Framework (.NET3.5 of course) and using Julie Lerhman's book as a guide developed state tracking POCO objects. We use WCF and ...
11
votes
2answers
4k views
Git : How to get a snapshot of a git repository
I'm looking for the right way to get an archive of a git repository without the .git/ directory in order to send a daily snapshot to testers.
9
votes
5answers
2k views
how to release a project which depends on a 3rd party SNAPSHOT project in maven
i would like to release a snapshot project 'foo-1.0-SNAPSHOT' using the maven release plugin. The project depends on a 3rd party module 'bar-1.0-SNAPSHOT' which is not released yet.
I use the option ...
6
votes
1answer
4k views
Read committed Snapshot VS Snapshot Isolation Level
Could some one please help me understand when to use SNAPSHOT isolation level over READ COMMITTED SNAPSHOT in SQL Server?
I understand that in most cases READ COMMITTED SNAPSHOT works, but not sure ...
6
votes
2answers
481 views
Getting local variables from a stack frame on the JVM
Is there any way to get a map or other data structure of the local variables in the current scope in on the JVM without using a debugger? That is, to get the locals of the current stack frame?
I ...
5
votes
2answers
3k views
Maven Snapshot Repository v/s Release Repository
This is a newbie Q, but
What is the difference between a
Snapshot Repository v/s Release
Repository?
This is with reference to setting up Repositories (like Artifactory, Nexus etc)
4
votes
1answer
303 views
Amazon EBS, snapshots as incremental backups
I'm working on an automated mechanism for our EBS volumes to be backed up on a daily basis.
I know quite well the steps to create a new snapshot. Apparently it's all quite simple, you have an EBS ...
4
votes
1answer
560 views
XCode 3 to XCode 4 Snapshot migration
Hey wanted to ask if someone already tried to update the newly released XCode 4.
My problem is that all snapshots I made with XCode 3(.2.5) are no longer available in Xcode 4.
I would simply copy the ...
4
votes
1answer
1k views
With Snapshot enabled android Emulator fails
Two days ago I installed all the Android SDK updates. Earlier I had 2.2 API 8, Revision 2. After the upgrade I enabled snapshot - I am not able to start the emulator with Snapshot enabled. I get this ...
4
votes
2answers
1k views
maven snapshot updates
I have a maven project with a snapshot dependency. How does maven know if the snapshot needs to be updated? Does it always update? Is it time based? A checksum based update? I know I can force an ...
4
votes
2answers
312 views
Creating memory snapshot from inside the code (Java)
Is there a possibility, that from inside your program, by calling some java library, make java create memory snapshot of that program? (default .hprof file)
4
votes
4answers
536 views
how to determine if webpage has been modified
I have snapshots of multiple webpages taken at 2 times. What is a reliable method to determine which webpages have been modified?
I can't rely on something like an RSS feed, and I need to ignore ...
4
votes
6answers
1k views
Using ASP.Net, is there a programmatic way to take a screenshot of the browser content?
I have an ASP.Net application which as desired feature, users would like to be able to take a "snapshot". While I know this can be simulated, it would be really great to have a way to take a URL (or ...
3
votes
2answers
331 views
XCode 4 - Snapshot Error - .gitignore ignores .DS_Store
Unable to create snapshot
The following paths are ignored by one of your .gitignore files:
/path/to/project/.DS_Store
Use -f if you really want to add them
fatal: no files added
thats the ...
3
votes
4answers
391 views
Alternatives to snapshot functionality, SQL Server Standard
For testing purposes I would like to reset a complete database to a certain state (data and structure). I would like to do this automated. Preferably a command line instruction before I start my ...
3
votes
1answer
306 views
How to take full snapshot of a web page? (scrollable size large)
I want to take a snapshot of a web page. The image should show the full content of the browser window (without the scroll bar I mean).
I want to do this dynamically using a PHP script.
3
votes
2answers
2k views
Ivy and Snapshots (Nexus)
I'm using ant, ivy and nexus repo manager to build and store my artifacts. I managed to get everything working: dependency resolution and publishing. Until I hit a problem... (of course!).
I was ...
3
votes
1answer
1k views
Set plugin’s version on the command line in maven 2
I generate default quickstart maven example, and type mvn checkstyle:checkstyle, it always try to use the lastest SNAPSHOT version, probably it is wrong in my nexus server, but
How can I set plugin's ...
3
votes
6answers
251 views
In java: Take snapshot of a directory and restore it
Is there a library to take a folder, take a snapshot of its content, do some modifications and then restore it to its previous state from directly from a java program (i.e. not from the command line) ...
3
votes
6answers
3k views
snapshot image from PDF document
I want to make a snapshot image from an arbitrary page (i.e. not necessarily the first) in a PDF document. Any free tools for this? I'm using Delphi.
TIA
Steven
3
votes
2answers
893 views
MS-SQL Server 2005: Initializing a merge subscription with alternate snapshot location
We started some overseas merge replication 1 year ago and everything is going fine till now. My problem is that we have now so much data in our system that any crash on one of the subscriber's servers ...
2
votes
3answers
89 views
unit / integration testing and restoring databases
Busy with automated test cases in C#, and we need to restore a DB snapshot after every test. Problem is, when running multiple tests it fails because the "Database state cannot be changed while other ...
2
votes
2answers
74 views
How to download SNAPSHOT version from maven SNAPSHOT repository?
So I have a project and I do regular releases to maven without a problem. I know want to make available a SNAPSHOT version of this project. So I do 'mvn clean deploy'. Everything works as you can see ...
2
votes
6answers
79 views
Is there a way to make Maven download snapshot versions automatically?
So I have a project that depends on a snapshot version of another project. The dependency is:
<dependency>
<groupId>org.oop</groupId>
<artifactId>oop</artifactId>
...
2
votes
2answers
776 views
How do I take a snapshot of the Android emulator's state?
When I launch the Android emulator from the Android SDK and AVD Manager I can check the boxes Launch from snapshot and Save to snapshot so that the emulator's state is saved when I close it and ...
2
votes
1answer
246 views
Get website thumbnail snapshot with C++
Is there any way to capture an image of a web page using a C++ CGI? I've been searching high and low, and while I've found a number of implementations in everything from Perl to C#, haven't been able ...
2
votes
2answers
273 views
riak backup solution for a single bucket
What are your recommendations for solutions that allow backing up [either by streaming or snapshot] a single riak bucket to a file?
2
votes
4answers
424 views
What's the best way to take a “snapshot” of an Oracle database that is constantly being updated?
I want to take a consistent snapshot of an Oracle database that is constantly being updated by a TIBCO DB Adaptor.
Typcially TIBCO updates a bunch of tables at once, and then COMMITs.
If I traverse ...
2
votes
1answer
1k views
How does the updatePolicy in maven really work?
When I define an updatePolicy in my maven settings it tells maven how often snapshot artifacts shall be downloaded.
If I set it to always it of course downloads every time all snapshots.
I was ...
2
votes
1answer
92 views
If the dependency is a unique snapshot version and install is called, what does maven select?
Imagine two projects. The first is the framework-core project which is in version 1.1.0 and has several snapshot builds. The other is the example-business project which has the following dependency to ...
2
votes
2answers
1k views
Grabbing a random frame from a webcam with GStreamer in Python
I'm trying to write a program to control a robot by interpreting frames from a webcam and happened upon GStreamer.
I've been able to stream video in Python from the webcam with GStreamer with help ...
2
votes
1answer
1k views
why does maven release plugin allow for SNAPSHOT version in dependency managment?
We have 1 company parent pom. This uses dependencyManagement to manage the versions for all the dependencies of all the artifacts used.
What is alarming, is that SNAPSHOT versions can be defined ...
2
votes
4answers
897 views
How can I make a snapshot image of a web page in php?
I am using php and I want to take a snapshot of my web page using php. Something similar to this
http://www.moneycontrol.com/gd/mail%5Findices.php
How can i do that?
2
votes
2answers
2k views
Maven attempts to use wrong snapshot version
I'm trying to deploy the snapshot version of a 3rd party library to our local repo (for legacy reasons this is and old version which is no longer hosted at any online repo, and for the time being I ...
2
votes
3answers
2k views
Xcode : Recover complete project from snapshot?
today I am playing a bit with the Xcode snapshot feature and I wonder if I could recreate a complete project from a snapshot if all code is lost.
It seems to me in the Snapshot-Manager I can only see ...
2
votes
1answer
854 views
Mount LVM overlays/snapshots?
I'm trying to mount a disk image created with the Fedora LiveUSB creator under Ubuntu programmatically, and I'm encountering some issues.
From what I've been told, it's very difficult to mount LVM ...
2
votes
1answer
384 views
HTML Snapshot
Using asp.net, I need to generate a snapshot of an youtube video.
I have access to the code that youtube generates for integrating their vids into other sites.
Basically what I want to do is what ...
1
vote
1answer
38 views
mvn eclipse:eclipse not adding SNAPSHOT JAR to classpath
I recently decided to try to use my Maven project as a dependency of another project. I built the project and it installed to my local repository:
I then set up the other Maven project to use this ...
1
vote
2answers
63 views
Is it possible to grab a snapshot from a previously recorded video on Windows Phone 7?
I'd like to know if it's possible to grab snapshots from previously recorded videos. Those videos are recorded in the app itself.
By the way, I'd like to grab the snapshot from a video file saved in ...
1
vote
4answers
102 views
What actually are tags in subversion (SVN)? And what tag tools does SVN offer built-in? (Compared to Clearcase)
What actually are tags in subversion (SVN)? And what features does Subversion really offer built-in to make productive use of them?
I ask because I would like to label collections of files at a ...
1
vote
1answer
158 views
Setting Hyper-V snapshot's name programmatically
I'm creating an Hyper-V snapshot with a C# program:
private static bool Snapshot(string vmName, string snapshotName)
{
var result = false;
var scope = new ...
1
vote
1answer
180 views
Taking a screenshot of flash game/animation, server-side? (or client-side?)
I'm just wondering, is it possible for a server-side script to take screenshot of a flash animation (no matter the time in the animation, resolution etc) located on the server?
Also acceptable would ...
1
vote
1answer
324 views
Why cannot I read data from /dev/graphics/fb0?
I am using the emulator. So definitely I have the root permission.
I use command:
adb pull /dev/graphics/fb0 d:/a
and then use my program to read this file and generate a bmp. It is successful. But ...
1
vote
2answers
104 views
Maven deploys to snapshot instead of release
I'm trying to release a project using maven but instead of releasing to the Releases repository it puts it in our Snapshots repo.
My pom looks like:
<project ...
1
vote
2answers
181 views
Benefits of Ncqrs snapshots?
In preparation of a future application design, I've started some investigations on CQRS-style applications and especially Ncqrs.
While most concepts are quite clear, I'm a bit confused by the concept ...
1
vote
1answer
87 views
Maven: How to ensure timestamped versions of snapshots are used in classpath?
I would like our functional tests to run from Maven using the timestamped version (e.g. api-0.5.0-20110706.191935-1.jar) of snapshots in the classpath. However, while I can see that we have ...
1
vote
2answers
69 views
snapshot of first page of pdf document in .NET
I want to take snapshot of pdf document's first page. I'm using .Net code.
1
vote
1answer
295 views
Using Hudson and Maven release plugin to release multiple projects
I have three maven projects. Lets say A, B and C. Each of these projects are multi-module projects that have a flat directory structure.
Project C depends on project B. While, project B depends on ...
1
vote
2answers
235 views
what the fastest way to get snapshot from ip-cam
I have an IP-cam that i want to get a snapshot from it when event get fired.
I have tried to get images from it using an option in it's firmware but it's taking much time about 4-11 sec.
I need ...