Questions tagged [archive]

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

An archive is a place that you can store files or other data for storage or for sorting.

Archives can be a number of things such as a Database or a Zip or Cab file.

Normally the archive that you place the files or data into, gives you some sort of functionality such as encryption, compression or data querying functionality.

2445 questions
0
votes
2 answers

Monthly Sheet Duplication via Time Trigger

I have a spreadsheet to track monthly memberships and payments. I duplicate the sheet at the end of the month rename it to the date and lock it to archive it. I have a marco recorded and setup to do this and have a button on the sheet to click to do…
0
votes
1 answer

SQL Server How to copy table data to another table considering the primary key of yet another table

I have 4 tables. Table1 ID is the primary key and Table2 ID the foreign . Table3 and Table4 are basically archives of Table1 and Table2 and have the same primary key and foreign key and columns. Table 1: ID | Date | Amount Table 2: ID | Type I had…
0
votes
1 answer

How to lookup cells based on variable unique data, Google Sheets

DATE NAME CX# DATA 11/7/2021 Alex CX55 1.34 11/7/2021 Linda CX43 22.9 11/7/2021 Loki CX109 3.43 11/8/2021 Alex CX 12 23 11/8/2021 Linda CX 113 2.49 What I am trying to do is, paste in a master sheet of data for a week, which is…
0
votes
0 answers

Breadcrumbs archive name WordPress

I experience an error with my breadcrumbs. I create it to get the homepage>the_archive_title>the_post_title doesn't always show the name of the archive title .. and when I changed in the $title variable in get_archive_title() function to be $title …
0
votes
1 answer

Android: archiving items in listview

I'm having a listview in which I'm displaying the text items. I want to display a checkbox along with the text for two type of actions to be performed. one is when the user click on the list item it should take to another activity and another is the…
Ravi
  • 1
  • 2
0
votes
1 answer

Shell command grep a record from a .TAR file that holds .GZ files

I am trying to grep a string out of specific .gz file in an archived .tar file. The contents of that tar file has an archive per host, looking something…
Haitham
  • 33
  • 6
0
votes
1 answer

SQLCipher, Xcode 4 and creating an IPA

I'm having problems building a project for archive which includes SQLCipher and OpenSSL. The project builds fine in the Simulator and the on my iphone but when building for Ad-Hoc distribution (using the correct Ad-Hoc scheme) it builds but results…
Lee M
  • 336
  • 1
  • 5
  • 19
0
votes
1 answer

Don't Receive Webhook Event for Azure Blob Access Tier Status Change at moment when Rehydration from Archive is done?

I am need access to the exact time when a blob goes from status "Archive" to status "Cool" upon rehydration. When I set up a webhook and subscribe to the events "Blob Tier Changed" and "Async Operation Initiated", I don't receive a webhook event…
Andres R
  • 120
  • 1
  • 5
0
votes
0 answers

C# load an image to picture box from .pak archive

I've been trying to figure out how to load an image to picture box from .pak archive file? Basically I have a WinForms app and I have an image in .pak file and I want using C# code to load the image to picture box from the .pak archive. Thanks…
0
votes
0 answers

.ipa working in devices if Build is used vs not working when Archive is used("Unable to install xyz App"). {UDID's are shown in both cases}

When i install .ipa of my app using Build in Xcode it works fine in my device whereas when i use Archive to create .ipa of my app and install it in my device it shows "Unable to install xyz App".
0
votes
2 answers

Unable to deploy MuleSoft project file, file does not exist

I am unable to export Mule Project using: Right click on Project -> Export -> Mule -> Anypoint Studio Project to Mule Deployable Archive (includes Studio metadata). I have tried to create empty jar file and assign export to it, still the same…
Anseal
  • 25
  • 7
0
votes
2 answers

Why can't I convert certain TIF files that I received in a split archive?

I received a large number of document files, where each document has its own split archive for each page (i.e. file1.001,file1.002,file2.001,file3.001). These are meant to be TIF files that can easily be combined and converted into PDF…
0
votes
0 answers

meson setting proper kinker flag in static library

in my project I need to compile a static library, the meson.build for it is the following # libcustomLog library project. # project( 'customLog', 'c', version : '1.0.0', default_options : ['warning_level=3'] ) project_description = 'An…
Mariano
  • 240
  • 3
  • 15
0
votes
0 answers

Xamaring IPA Archive to store fails

Can't archive an IPA with VS2019 on either Mac or PC. Everything latest version as of today. Works with Debug on device and Simulator. I already have an unlisted version in the store (exposed via Apple Business Manager and redemption codes) working.…
0
votes
2 answers

Create an array with all the links of the years' archive (of a custom post type)

I have a custom post type called "papers" and I need to create an array with all the archive links per year that exists. Something like: array ( [0]=> 'http://www.example.com/2021/?post_type=papers' [1]=>…
1 2 3
99
100