Questions tagged [snapshot]

A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision

I'd like to extend the concept of snapshot. As you can see here the snapshot cares about running processes allocated in memory too.

1849 questions
0
votes
1 answer

Azure Snapshot Debugger For Centos

I am running a .NET Core application as a server application on a Centos 7 on-premise machine and using Azure App Service for a client application. I have added Application Insights to .NET Core Application and I can inspect things such as…
mualloc
  • 495
  • 9
  • 24
0
votes
1 answer

Snapshots for iOS XCode simulator

Is there any way to save state and just reuse it later, without long restarting the iOS simulator, like you can do with virtualbox? Because it takes a lot of time on my macmini.
GALIAF95
  • 619
  • 1
  • 10
  • 25
0
votes
0 answers

Snapshot was saved to... pop-up window in NETBEANS

When I insert an HTML tag into Netbeans, a snapshot window will pop up. Any suggestion?
0
votes
1 answer

Artifactory - NuGet - Max Unique Snapshots

I created nuget local repository on my Artifactory, and set Max Unique Snapshots option to 10. However artifactory won't delete old packages. dotnet-snapshots/ ├── sompackage/ │ ├── 1.0.0-build1 | | ├── somepackage.1.0.0-build1.nupkg | ├──…
Kamil W
  • 2,230
  • 2
  • 21
  • 43
0
votes
0 answers

How to take snapshot of SurfaceView in Android

I am developing BarCode Scanner Application. I am Using "zxing-orient-2.1.1" library for scanning the barcode. All are Perfectly working i.e. Torch, Autofocus, Icon of Application and it's give the value of Barcode. But, I am not able to take…
0
votes
1 answer

Amazon RDS manual snapshot conjunction with automated backup?

I've read through the Amazon doc, and searched through countless of posts in SO but still I've not been able to answer 2 questions. Situation: As I understand, Amazon RDS snapshots are incremental. But how can manual snapshots play nice with…
Tung Vs
  • 113
  • 10
0
votes
0 answers

SQL Replication - FTP Snapshot

SQL transactional replication is setup but hitting an issue when trying to FTP the files over the internet, we have a VPN connection established to an external server. The process could not retrieve file…
0
votes
2 answers

snapshot version not published after upgrading maven-release-plugin to 2.5.2

Snapshot version is not published on snapshot repository but release version is published instead. Release is successful. No errors. Only change is upgrade of release plugin from 2.3.2 to 2.5.2 Also tried 2.5.1 and 2.5.3 but none worked. Using…
nidhi
  • 61
  • 9
0
votes
1 answer

set static image to snapshotView(afterScreenUpdates:)

When apps goes background mode, I want to show a default image in capture screen. If user may try to kill the application with double press the home button which is show the list of application, there also need to show my static image.
Senthilkumar
  • 2,471
  • 4
  • 30
  • 50
0
votes
0 answers

Teradata snap date view

I have a base teradata table. It has 2 dates - from_date and to_date Example Base Table: Student_Address (Blank To_date indicates current date, latest record) Student Address From_date To_date A A1 1/1/2015 6/2/2015 A A2 …
pmv
  • 349
  • 2
  • 20
0
votes
1 answer

Populate TableViewCells with snapShot values in Swift

I'm seeking to populate the tableview of my users with the last message they sent or were sent just like the initial View on Messages App on iphone. I have this code but it doesn't work to iterate through the array of dictionaries that I keep…
KarmaDeli
  • 610
  • 1
  • 6
  • 16
0
votes
1 answer

Filesystem image with incorrect filesizes

I started using hadoop fsimage to validate our ETL process loaded the data correctly (with proper filesize). I parse the image and make it available via Impala. I noticed, that for all the files my query shows as incorrectly loaded (filesize is…
k_mishap
  • 451
  • 2
  • 8
  • 17
0
votes
0 answers

quick directory snapshot/hash

I'm looking for pointers to solutions for a problem that must have been solved multiple times (or pointers to the proper terms to search for): How to get a reasonably quick/cheap directory snapshot/hash that can be used to determine whether…
RJVB
  • 698
  • 8
  • 18
0
votes
1 answer

How can I take snapshot of Hbase cluster in a single snapshot not table wise?

I want to take a single snapshot of my full Hbase cluster not different snapshot for each table
0
votes
0 answers

Initializing the publish-subscribe pattern

I am implementing a message passing framework using the publish-subscribe pattern. One optimization I would like to use is maintaining only a single list of messages per topic queue, where each subscriber has a position in the list signifying their…
00prometheus
  • 767
  • 7
  • 20
1 2 3
99
100