Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

73
votes
2answers
10k views

Archiving project in XCode incorrectly creates multi-application bundle

Archiving my project in XCode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it ...
24
votes
5answers
757 views

Interesting problem: Write a program that takes text as input and produces a program that reproduces that text

Recently I came across one nice problem, which turned up as simple to understand as hard to find any way to solve. The problem is: Write a program, that reads a text from input and prints some ...
24
votes
23answers
6k views

Best Application for storing code snippets [closed]

Just wondering if you can point me in the direction of a simple, fast program which stores code snippets. I have been using a local wiki up to now, but I find it a little annoying at times. Ideally I ...
8
votes
1answer
3k views

iPhone — is initWithCoder an exception to the usual designated initializer design pattern?

I have a class MyClass. It has instance variables passedInVar1, passedInVar2, etc. whose values will be passed in from the object that requests the initialization. It also has instance variables ...
5
votes
5answers
528 views

How to scan in/to a Webapplication

I have contemplating how to handle paper document input in Webapps for some time. The main problem is how to unify metadata and a scanned PDF. For the sake of this example I will present a ...
5
votes
5answers
697 views

Technological solutions for extremely long term data archiving?

Are there any good technical solutions for extremely long term archiving of data, for example for 25 to 100 years? Somehow I just don't have a lot of confidence that a SQL 2000 backup file will be ...
3
votes
2answers
46 views

Archiving Theory

I am about to set up a new database that will need to include archiving of records that are still accessible. Records are all associated with certain projects and when the project is archived, I want ...
3
votes
1answer
582 views

Library to manage XAdES signatures in Java

I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: XAdES-BES, XAdES-C, XAdES-X-L, etc.). The most interesting implementations ...
3
votes
4answers
125 views

Compression Assemblies for C#/.Net?

I know about SharpZipLib...but what else is out there? I'd like to make myself a file archiving utility that supports multiple compression formats. Any ideas?
3
votes
3answers
420 views

database archiving vs timeperiod based tables/fields

I am working on an employee objectives web application. Lead/Manager sets objectives for team members after discussing with them. This is an yearly/half-yearly/quarterly depending on appraisal cycle ...
2
votes
3answers
51 views

looking for a one-file filesystem or archiving file format

I'm looking for some filesystem, or archiving file format, with transparent compressing/decompressing support, and can be opened in windows (as a file) by some tool(like winrar or 7-zip), and have ...
2
votes
1answer
49 views

nhibernate - archiving records

This is a simplistic view of our domain model (we are in healthcare): Account { List<Registration> Registrations {...} DateTime CreatedDate {...} Type1 Property1 {...} Type2 Property2 ...
2
votes
2answers
295 views

Archiving mutable array - doesNotRecognizeSelector exception

I'm having an "doesNotRecognizeSelector" exception and I suspect that maybe my unarchiver return immutable array intstead of mutable. Am I right ? how should I do the archiving and archiving properly ...
2
votes
2answers
156 views

Creating and Extracting a tgz archive in Rails

Does anyone know how to archive a folder and its contained files as a tgz archive using Rails? What I would like todo is archive the contents of the folder and then have another script which extracts ...
2
votes
1answer
1k views

How to do automatic data archiving in SQL Server?

I have table for which every day I want to do automatic archiving. So to be clear every day I want to take information generated during that day and move it into another partition (of same table) not ...
2
votes
1answer
400 views

Archive Parent / Child Table Hierarchy in MySQL

If I have a Parent and Child table in MySQL related by a foreign key, is it possible using a SQL statement to move certain rows from Parent and the related rows from Child into archive tables (e.g. ...
2
votes
4answers
398 views

Backup of folder + database - Python

I feel like this is quite delicate, I have various folders whith projects I would like to backup into a zip/tar file, but would like to avoid backing up files such as pyc files and temporary files. ...
2
votes
4answers
557 views

Archiving Database Tables using Java

My application demands archiving database tables between sybase and db2 and vice-a-versa and within(db2 to db2 and sybase to sybase) using java. I am trying to understand the best strategies around ...
2
votes
3answers
366 views

Permanently Cache Dynamic PHP/MySQL Forums as Static Pages

I once ran a home-made forum system for a small group of online deathmatch players. These forums have long since been shut down, and are currently offline. What I want to do is create static HTML ...
2
votes
2answers
5k views

best way to save/load iphone game data

I'm working on a puzzle game, the game engine holds a complex hierarchy of objects, from game actors to vectors to transition animations. Depending on the game state, they might add up from 10 to 1000 ...
1
vote
1answer
195 views

iCloud - How to save archive containing array of custom objects

I have developed a small app that stores locally in iOS through archiving an array of custom objects containing: @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString ...
1
vote
1answer
104 views

querying openfire message archive

I'm playing around with strophe and Openfire 3.7.1 (with user-service and monitoring plugin). I've read in http://xmpp.org/extensions/xep-0136.html (7.2 Retrieving a Collection) that I could retrieve ...
1
vote
4answers
271 views

How do I archive .log files with Perl on Windows XP?

In as simple a way as possible I am wondering if anyone knows how to archive .log files in a Windows XP directory by simply naming them with the current "localtime()" as part of the file name? (Do ...
1
vote
1answer
309 views

Archive/Serialize Objective-C Object with C++ Instance Variables

I am using OpenCV static library in Objective-C to do some image processing, and although my app is working quite well, on the device itself it is rather slow. A large chunk of the processing can ...
1
vote
2answers
423 views

Error from postgresql 9.0 archiving while configuring hot streaming replication

I am trying to get streaming replication running on postgresql 9.0. I am following the steps as mentioned in the link : ...
1
vote
1answer
280 views

Archiving old data on SQL Server Express 2008

[SQL Server 2008 Express] [C# 4.0] I've developed a winforms application, I want to give the user the opportunity to archive old data at the beginning of each year. The user can for example connect ...
1
vote
3answers
928 views

Serialization vs. Archiving?

The iOS docs differentiate between "serializing" and "archiving." Is this a general distinction (i.e., holds in other languages) or is it specific to Objective-C? Also, what is the difference between ...
1
vote
3answers
205 views

Database Compacting and Archiving - MS Access Backend

Scenario: There is a legacy program (Not sure what language) and I have been asked to "Compact and Archive forms in the database". At the moment when the user opens the application it is taking about ...
1
vote
1answer
148 views

Distributing cpu-bound compression jobs to multiple computers?

The other day I needed to archive a lot of data on our network and I was frustrated I had no immediate way to harness the power of multiple machines to speed-up the process. I understand that ...
1
vote
1answer
296 views

Archiving (tar and compress) with metadata (user id, and ctime) in Python

I am in the process of backing up a filesystem and I need to make sure that the metadata is conserved (the file owner and creation time). The tarfile module in Python is really helpful, and I use it ...
1
vote
1answer
60 views

Improve ar archiving performance

I have a project with a huge amount of auto-generated code, which we build into a static library before linking into the final executable. We use gcc/gnat 5.04a There are so many files, we have to ...
1
vote
1answer
169 views

Data Archiving [Design]

I am developing an archive module for an application using Dotnet and SQL Server as back end. From multiple approaches of archiving we've decided to build a custom application to archive the complete ...
1
vote
2answers
58 views

How to manage a pageview DB

I am interested in tracking my users' pageviews on my site. Being that traffic is expanding very quickly, I am worried about robots, etc, and I also want to be able to use tracked data live to alter ...
1
vote
2answers
727 views

What's the best way to perform data archiving on an Oracle database?

I'd like to figure out the best way to archive the data that is no needed anymore, in order to improve the application performance and also to save disk space. In your experience what is the best way ...
1
vote
5answers
190 views

Best way/technology to implement a generic archive process

We are looking to retire old data in out Oracle warehouse. To give a very simplified overview, a proposal was suggested to develop a process using PL SQL Stored Procedures that, given source/dest ...
1
vote
2answers
84 views

Move Expired Items?

I have a model Post which has a expiry_date. I want to know what is the best way to manage scalability in this case. 2 options: Whenever I want to SELECT from the table, I need to include where ...
0
votes
1answer
52 views

Good method for archiving MYSQL table data?

I recently inherited a website and they have a simple back-end area which was created using phpmaker. The back-end displays various MYSQL database tables. There are two tables which hold registration ...
0
votes
2answers
50 views

Archiving of data from public production server to internal archive server

We have a web-application where - amongst other things - an detailed archive of log-data from embedded devices is kept. We want to keep this detailed data for internal analysis, but this data is not ...
0
votes
0answers
47 views

Player can't Get back their game data once they switch phone

How to save the files or setting so that even people switch their phone and reinstall their game using Itune, they can still get back their game data? Right now I am using NSMutableData and ...
0
votes
1answer
48 views

Archiving Xcode Project for Submission

When trying to archive an Xcode project for submission when setting Archive Build configuration to release, even when Reveal Archive in Organizer is checked, the Archive does not get created in the ...
0
votes
2answers
136 views

TrueZip creates virtual directory instead of archive

I'm having an issue with the following code: TFile src = new TFile(this.getMellomStasjon()); TFile dst = new TFile(this.getZipFolder()+""+zipFile+".zip"); if(dst.isDirectory()) ...
0
votes
3answers
383 views

Xcode 4: Keep Failing Codesign Verification when Building

I'm building my app with the correct Distribution Certificate and building an archive so I can submit to Apple. Upon verification, it keeps giving me this error about failing verification. When I ...
0
votes
1answer
52 views

Is Apple doc for archiving an iPhone app incorrect re “Skip Install build setting”

When following the apple doco here for archiving an application, i.e. setting "Skip Install build setting" to YES, when I do then go Product->Archive it does not show up in Organizer/Archives. ...
0
votes
1answer
173 views

When Jenkins or Hudson says it can't find files to archive, how do I troubleshoot it?

In the job configuration for a Jenkins 1.418 job (older versions are Hudson) on Windows, I am having trouble with "Archive the artifacts". In the box titled "Files to archive" I have ...
0
votes
0answers
55 views

Long term archive security with files being tar'ed gzip'ed, bzip2'ed or [closed]

We are implementing a file archive for scientific measured data. The files shall be accessible for over 10 years. The files will be stored in their original format which will be one of several ...
0
votes
1answer
199 views

Missing Library link error when doing Product > Build For Archiving in Xcode 4

I have an iPhone app that relies on two static libraries When doing Project > Build For Running and then Project > Run there are no errors and the app runs as expected on my iPhone. When doing ...
0
votes
3answers
295 views

Archive MySQL data using PHP every week

I have a MySQL DB that receives a lot of data from a source once every week on a certain day of the week at a given time (about 1.2million rows) and stores it in, lets call it, the "live" table. I ...
0
votes
1answer
205 views

Graph database functionality

Recently I came to know about graph databases.I read that these databases have limited analytics. I read that here ...
0
votes
1answer
35 views

move contents of subfolders in archive mirror for video downloads

I need a script (could of course easily write one , but maybe there's a comfortable one existing) to move away (archive) contents of subfolders of downloads of in may case miro video podcast download ...
0
votes
1answer
114 views

NServiceBus Message Replay Archive Architecture

I'm building an application that needs to preserve copies of the messages it is sending so that I can replay all the messages at a later stage. This is necessary because the processing of the ...

1 2