search for: zipfiles

Displaying 20 results from an estimated 96 matches for "zipfiles".

Did you mean: zipfile
2010 Mar 13
3
How can I access a ZIP file that's over 2Gb?
I have a zip file. It is over 2Gb in size: -rw-r--r-- 1 sweh sweh 2383956582 Mar 13 13:44 test.zip The standard "unzip" program barfs: % unzip -l test.zip Archive: test.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment
2009 Apr 12
3
Hi, complete ubuntu 8.10 novice needs help with wine
hi i've been trying to get an old game (Dune 2) which i used to play through DOS to work on Linux systems, i've not used this before and am in need of an 'idiot's guide to Linux' i've gotten as far as having unpacked the file and installed it on terminal, it now to the point of running the Setup.exe however when i try to run the setup, i get the following command line
2007 Jun 06
1
opening a file from within a zipfile that is online
Hi Reading the help for ?unz I was wondering if I can read data into R from within an zipfile that is on some website, like maybe: dtaa = read.table(unz("http://www.ats.ucla.edu/stat/examples/alsm/alsm.zip","Ch01pr19.dat")) Thanks for letting me know if you came acros such a thing before. Toby
2012 Jul 18
0
Zipping files contained in a dir (rubyzip)
hey so I''m trying to zip all the files contained in a directory (RubyZip). heres what I have: def bundle #create the ZIPfile with the title of (:id).zip bundle_filename = "public/attachments/#{self.id}/#{self.id}.zip" #open the ZIPfile in order to add items in Zip::ZipFile.open(bundle_filename, Zip::ZipFile::CREATE) { |zipfile|
2004 Nov 02
1
Re: [R] case-insensitive ZIP
...ed* packages to user groups if at all possible; (3) Direct access from R to the CRAN not working through any of the methods owing to the proxy server. So I downloaded some 40 contributed package *.ZIP files directly from CRAN using Internet Explorer, then ran install.packages() in R on these local zipfiles with parameter CRAN=NULL. Except for the case-sensitivity of the "*.zip" extension in install.packages(), which I amended myself, this appears to have worked fine, passed checksums, etc. Since I installed the packages with install.packages() and they passed checksum, I don't see why...
2009 Sep 12
1
My WINE won't go to work
I still can't seem to figure out Wine and how it works. I tried again to get Brainfuse Quick Connect working last night and had the notion that perhaps I need to get Explorer up and running. I've tried everything I know to get that file in Other to run but nothing is happening. I did get a lengthy error message. [/home/ken/.wine/dosdevices/c:/windows/explorer.exe]
2010 Sep 03
1
Error message
I just installed Wine into Ubuntu 10.4, from Ubuntu's Software Center (the installation instructions at WineHQ didn't work). I've tried installing a couple of Windows programs from CD (a set of clip art images from Nova Development Corp, and Willmaker Plus from Intuit). Every executable I've tried generates the following standard error message: Archive:
2011 May 29
3
Re: error while installing orcad
I get this message when i try to launch the setup of OrCAD version 10.0. I have wive version 1.2. [quote]Archive: /media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe [/media/5CFC92BDFC9290BE/Documents and Settings/Bhuved/Desktop/ORCAD_10 (D)/ORCAD_10 (D)/Setup.exe] End-of-central-directory signature not found. Either this file is not a zipfile,
2009 Mar 23
5
Wine fails to install Adobe PS
I have tried a few rtimes now to install Abobe PS7 (not a crack) on the latest Linux Mint and now on Ubuntu 8.10 64bit. I am having the same problem in both. Is it because my new comp is a 64bit? An error occurred while loading the archive. [/media/cdrom0/Autoplay.exe] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part
2009 Sep 01
4
Loading iTunes
I am informed that it is possible to load iTunes in Wine using Ubuntu 9.04 but am experiencing problems. In Ubuntu I downloaded the Wine package via Synaptic which duly displayed in my applications menu. Having achieved that I then loaded iTunes the version for XP and Vista. When I attempt to open the iTunes it is then that I hit problems. The iTunes .exe file is now on my desktop. On opening
2009 Aug 27
5
wine does n't open
Hai Friends, I was using wine happily with ubuntu 8.04. Now I have ubuntu 9.04 clean install on a new machine. I could install wine but when I open wine-program-accessories-notepad nothing happens. Also configure wine does n't funtion. Also when I try to install any exe file this message comes: here is one example [/home/illusions/Desktop/TeamViewer_Setup.exe] End-of-central-directory
2013 May 29
5
Developing custom type/providers for multiple OS
Hello all, I am developing a few custom providers for some features that I need into my system (such as dealing with different zipped files or generating some JSON data based on OS files) and I have hit into a question about "how to do this for multiple OS?" Lets focus into the zipped file provider that should provide a common method to pack or unpack zipped files (tar, tar.gz,
2004 Nov 01
1
case-insensitive ZIP
...would be helpful to those of us who have atypical installations and install manually from ZIP files to have pkgnames <- sub("\\.zip$", "", pkgnames) replaced with pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE) because the contributed zipfiles are ZIPfiles. The routine did not work for me out of the box. Jeremy Primer -------------------------------------------------------- This is not an offer (or solicitation of an offer) to buy/sell the securities/instruments mentioned or an official confirmation. Morgan Stanley may deal as prin...
2004 Nov 01
1
case-insensitive ZIP
...would be helpful to those of us who have atypical installations and install manually from ZIP files to have pkgnames <- sub("\\.zip$", "", pkgnames) replaced with pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE) because the contributed zipfiles are ZIPfiles. The routine did not work for me out of the box. Jeremy Primer -------------------------------------------------------- This is not an offer (or solicitation of an offer) to buy/sell the securities/instruments mentioned or an official confirmation. Morgan Stanley may deal as prin...
2013 Sep 30
2
climstats
I have been trying to download the climstats package: https://r-forge.r-project.org/R/?group_id=861 but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty. Does anyone know the status of this package or where I can download it. Thanks ****************** Jenny Williams Spatial Information Scientist, GIS Unit Herbarium, Library, Art & Archives Directorate Royal Botanic
2006 Jun 13
2
One model handling two different file types
Hi. I''ve gotten stuck again, this time at having one model handling 2 different file types. My model, Logfile has fields id and filename. It also has a file= method to handle an uploaded test file. What I want is to be able to upload either a text file or zipfile. The zipfile contains text files, and I''d like to save each text file within this zipfile as a Logfile. Is
2006 Apr 13
0
Making @headers[''Refresh''] and send_file work together?
I''ve got a Rails 1.1 app where people can click a link to download a custom-generated file. The link to "Download Zip" goes to / controller/get_zip. That action looks like this: def get_zip @cart = find_cart ids = Array.new @cart.songs.each do |song| ids.push song.id end args = ids.join(" ") zipfile =
2009 Sep 02
1
Brainfuse QuickConnect in Wine
I got Brainfuse QuickConnect to come up in Wine but it's not all working properly. The whiteboard works fine. All the functions work well and curriculum explorer gets the right lessons. However, the lesson pages don't display correctly and none of the links down the left of the initial QC page work to take me to my schedule or anything else and neither do the links at the top of the
2010 Dec 15
1
Installing iTunes on Linux Mint Isadora 9
I am new to Linux but have been trying to follow various suggestions on installing iTunes on Isadora 9. I downloaded iTunesSetup72.exe but when I double-click on it I get the following message: The file '/home/italianvino/Desktop/iTunesSetup72.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read
2005 Feb 22
1
problems with tcltk in R 2.0.1 (PR#7698)
Full_Name: Vidar Hjellvik Version: 2.0.1 OS: windows Submission from: (NULL) (82.134.28.194) I have an tcltk application that runs without problems in R1.9.1, but when I press the "run"-button (and other buttons as well) in R2.0.1, I get the message: "Error in function () : can't change value of a locked binding". I have another tcltk application that runs fine on