Replacing duplicates

hi there
using a TreeSet - i would like to know on how to replace any duplicate words read from input by keyboard or file, to replace it with a character?
i have most of the code but just unsure on how to display the duplicate word with a * for example:
import textio.*;
import java.util.*;
import java.io.*;
public class example2iter
     public static void main(String []args)
          Set uniques = new HashSet();
          Set duplicates = new HashSet();
          ConsoleIO.out.print("Enter File Name to read from: ");
          String fileName = ConsoleIO.in.readString();
          try{
               FileTextReader inputFile = new FileTextReader(fileName);
               while(inputFile.isEOF()==false)
                    String word = inputFile.readLine();
                    boolean successful = uniques.add(word);
                    if(!successful)
                         uniques.add("*");
          catch (IOException exception)
               ConsoleIO.out.println("Cannot open " + fileName);
          uniques.removeAll(duplicates);
          Iterator theuniq = uniques.iterator();
          Iterator thedups = duplicates.iterator();
          while(theuniq.hasNext() == true)
               String words = (String)iter.next();
               ConsoleIO.out.println("" + words);     
}

what if you tried this when checking if the word was added successfully....
successful = unique.add(word);
if(successful == false)
     unique.add(word + "*");
     duplicates.add(word);
}then, after reading all words, the duplicates Set will contain those words that are duplicate and you can remove all of them from the unique Set with...
unique.removeAll(duplicates);as you seem to already have in ur code...try using the code above...it should work...

Similar Messages

  • Duplicates in playlist, replacing with non dupe?

    I couldn't find the answer for this specifically, but might have overlooked it:
    I'm including lots of details about this just to cover all the bases I can to help find a solution.
    I recently got iTunes Match to make my life easier, but it's hit hiccups for the last few days, including a gruelingly long upload process. Now that that's done, I decided to put my iPad and iPhone on Match. First, though, I wanted to backup the list of songs on them by making a playlist, in case Match erased the content on them (like it says it will do) and then hits an error.
    I made the playlists on the devices, but iTunes wouldn't sync them, nor even show the playlists under the Device>iPad/iPhone tab. It showed other playlists, just not ones made on the devices. I worked around that by selecting all the songs on the devices in iTunes, then made a new playlist on the device from the selected lists, then exported the playlists. When I imported the lists, iTunes said that some songs weren't imported because they couldn't be found.
    When I scroll through the list, maybe 100 songs out of the 2000 on it are listed as duplicates with the little cloud-struck-through symbol. Looking through the iTunes library, indeed, these songs are dupes.
    However, what I'm needing to do is see if there's an easy way to replace the dupes with their non-dupe brothers before I go through and delete the dupes from my system. I tried a test of deleting a dupe from iTunes and it deleted it from the playlist, too, thus meaning I can't go through and delete all the dupes without losing the song from the playlist. Is there an easy way to batch replace duplicates with the non-dupes? If not, I'll have to go through and manually replace them one at a time, which seems like it ruins a bit of the easy concept of Match.
    Any help is massively appreciated. Thanks!

    Hi Scott,
    When I sync a playlist with duplicates they show up on the iPhone.
    Make sure you have the latest version of iTunes and iPhone software.
    http://www.apple.com/itunes/download/
    http://www.apple.com/iphone/softwareupdate/
    -Jason

  • Duplicates in library, which is in album, (more complicated)

    So I had 3 massive libraries that I merged into 1 using iPhoto Library Manager. However on my first attempt I neglected to check the option to not import duplicates and replace duplicates in existing albums. I had attempted a second time and was successful, however that library has since been damaged and is more or less un-usable.
    So reverting back to my original attempt. I have an album structure that is all set and good to go. However I forgot that there were many duplicates and I'd like to trim down the size of my library. I am aware of duplicate annihilator and would love to find a way (efficient way) to rid myself of the duplicates while not being destructive to the albums and/or being able to re-link the albums to their originals.
    I'm thinking that the tools I will be needing to use are Duplicate annihilator and iPhoto Library Manager. I think that it's the method that I can't figure out. Any help would be greatly appreciated. If I wasn't dealing with a library in excess of 40,000 photos this wouldn't be too difficult to do manually. Thanks for any suggestions.
    Nathan

    There are two apps, actually one app and one Applescript script, for finding and removing duplicate photos from iPhoto. They are:
    Duplicate Annihilator
    iPhoto AppleScript to Remove Duplicates - free
    The Applescript is a wee bit slower than AH but can do essentially the same thing, identify the duplicates.  Just create two smart albums:  one with Description contains "duplicated" and one with Description contains "original". Then you can compare the two and delete the one you don't want.
    OT

  • HT1692 iPhone shows duplicate contacts and categories and will not sync. help

    Contacts are not syncing, iphone has duplicates in contacts and groups and I don't seam to be able to over-ride or replace duplicates.
    Have any Ideas?

    That's usually a USB timing error. I would unplug the phone and replug it in, also try different USB ports and cords if you've got 'em. Make sure your iTunes program is up to date as well

  • Error duplicate last file?

    I think I need to set delimiters for this
    I have a file that is first saved in photoshop, tather than telling photoshop to save it again I thought i'd tell finder to duplicate the file to other locations
    save in (localBrandFolder_Low_Res & name) as JPEG with options myOptions without copying
                                                                tell application "Finder"
      duplicate last file of localBrandFolder_Low_Res to website_images with replacing
      duplicate last file of localBrandFolder_Low_Res to ftpBrandFolder_Low_Res with replacing
      duplicate last file of localBrandFolder_Low_Res to networkBrandFolder_Low_Res with replacing
                                                                end tell
    this runs up the error
    error "Finder got an error: Can’t make \":\" into type item." number -1700 from ":" to item

    rccharles USA
    I have not tried this but maybe you need this:
    -- figure out what type of input duplicate requires.
    duplicate last file of (localBrandFolder_Low_Res as alias) to (website_images as alias) with replacing
    This seams to be working should there be anything I need to worry about? Seams to run quicker now photoshop isn't having to deal with additional saves?
    Didn't know about event logs tabs(thanks Camalot)
    and looking at the list that it pulls from the folder suggests it is in alphabetical order.
    FYI
    get every file of alias "Hal 9000:Users:matthew:Desktop:BHS_WK31_PSD" whose {"8BPS"} contains file type or {"psd"} contains name extension
                        --> {document file "SM70CP00148PK3CM.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00149CR1FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00149PK2FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00150CR1FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00151BU8FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00151PK5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00151PU5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00152CR1FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00153BU8FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00153PK5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70CP00153PU5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70HB00237PK5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70HB00237PU5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70HB00237RD1FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70NW00266PK1CM.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70TB00141PK5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk, document file "SM70TB00141PU5FB.psd" of folder "BHS_WK31_PSD" of folder "Desktop" of folder "matthew" of folder "Users" of startup disk}

  • Select every nth file from a folder

    Hello:
    I have a file on my computer that has about 2200 word documents and I need to select every 10th file and place it into another folder. I have zero expierence with this stuff, especially since my imac is my first mac ever; I have had it for about 2 months. Any help would be greatly appreciated !
    Thanks

    This script
    set sourceFolder to choose folder with prompt "Select Source Folder"
    set destinationFolder to choose folder with prompt "Select Destination Folder"
    set diag to display dialog "Set skip count" default answer "10"
    set skipCount to (text returned of diag) as integer
    tell application "Finder"
              set theFiles to the files of sourceFolder
              repeat with n from skipCount to (count of theFiles) by skipCount
      duplicate item n of theFiles to folder the destinationFolder
              end repeat
    end tell
    will prompt you for the source and destination folders (the destination folder must exist already) and then prompt for the number of files to skip.
    It will duplicate the selected files from the source to the destination. If you do not want the files to remain in the source folder replace duplicate with move in the script.
    To make the above into a script select all the text in the box then right (control) click the selection, select Services->Make New AppleScript.
    As with all script gotten from the web make sure you test it out on some dummy files first and make sure you have backups of the data you are working on.
    regards
    Note this will start with the file at skipCount and increment from there. That is with the skipCount set to 10 the first file moved is file number 10 then 20, 30, etc.
    Message was edited by: Frank Caggiano

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities.
    To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsche LaCie non-portable drive from 2013; both connected via USB.  All photo libraries in question are on the external drives.
    I have Aperture 3.5.1 and iPhoto 9.5.1.  I prefer to work in Aperture.
    The Issue(s)
    Over the years, I have accumulated a number of iPhoto libraries and Aperture libraries.  At one point, I thought my WD drive was dying so I purchased the LaCie and copied all libraries over the the LaCie drive.  (Turns out, there's probably an issue with my USB port reading drives, because I can once again see the WD drive and occasionally I can't see the LaCie drive.)
    So now I have old version of some libraries on the WD drive, and new versions on the LaCie drive.
    When I was moving things, I ran the software Gemini to de-dupe my iPhoto libraries.  Not sure what effect that may have had on my issues.
    In my main Aperture library and in some iPhoto libraries, I get the image-not-found badge or exclamation point.  I've dug through the hidden Masters folders in various libraries to find the original image.  In some cases, I have been able to find the original image, sometimes in a different version of the iPhoto library.
    My Question(s)
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    2.  For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    3.  Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    TL;DR: Too many iPhoto and Aperture libraries, and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    Thank you!  Let me know if you need add'l info to offer advice.
    With appreciation,
    Christie

    That will not be an easy task, Christie.
    I am afraid, your cleaning session with Gemini may have actually removed originals. I have never used this duplicate finder tool, but other posters here reported problems. Gemini seems to replace duplicate original files in photo libraries by links, and this way, deleting images can cause the references for other images to break. And Aperture does not follow symbolic links - at least, I could never get it to find original files this way, when I experimented with this.
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    You have to find the originals yourself. If you can find them or restore them from a backup, Aperture can reconnect them. The reconnect panel can show you, where the originals are supposed to be, so youcan see the filename and make a Spotlight search.
    For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    Make a copy of the missing original you found in a folder outside the iPhoto library. You can either open the iPhoto library in Aperture and use "File > Locate Referenced file" to reconnect the originals, or simply reimport them. Then Lift&Stamp all adjustments and metadata to the reimported version.
    See this manual page on how to reconnect originals:  Aperture 3 User Manual: Working with Referenced Images  (the paragraph:  Reconnecting Missing or Offline Referenced Images)
    Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    References images will stay referenced, managed will remain managed. You need to unhide all hidden photos in iPhoto - this cannot be done in Aperture.
    and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    That is probably due to Gemini's replacing duplicate originals by links, and your best cause of action is to fix this before merging the libraries. Reconnecting can be done for your iPhoto libraries in Aperture.

  • Uploading cvs or xlsx format calendar meetings

    I know there is a way to expheort a calendar in Outlook in CVS or XLXS format. The issue I am having is importing the file (Calendar) into iCloud's Calendar. It works as a hit and miss and I usually get this message: An error occurred while importing or exporting and the import/export was terminate. MAPI error 0X80040107 was reported. I need to be able to upload Calendar because I don't have the availability to synchronize my Calendar at work. I have done it and it work but I always get this message. The solution is to delete the iCloud calendar, wait about 1 hour to refreash and upload it again. Any help or anything I can use to ease up my madness? I really wish Apple had a way to upload a file directly to their iCloud page using a web import.

    Below are step by steps to upload an Outlook calendar to iCloud:
    1. Using Outlook 2010, click File, select Import
    2. Select EXPORT to a file
    3. Select Microsoft Excel 97-2003 or Comma Seperated Values (Windows)
    4. Select the Calendar to export from (this is the source calendar)
    5. Save the exported file as: Calendar.csv
    6. Export "Appointments" from folder: Calendar
    7. Export and create individual occurrences’ of appointments or tasks that occur between: range_date and range_date
    8. The utility will export your file
    9. Go back to File, Import, and NOW you will IMPORT the same file but now the DESTINATION will be iCloud
    10. Select Import from another program or file
    11. Select Microsoft Excel 97-2003 or Comma Separated Values (Windows)
    12. Browse to the import file and select it
    13. Now, you can only use "Allow duplicates to be created" because the other two selections (Replace duplicates with items imported and Do not import duplicates items) will give you an error. In fact, "do not import duplicate items does not do anything.
    14. Click Next and now Select the iCloud Calendar
    15. Click Next and your calendar will be uploaded to iCloud. This will create duplicates and you will need to delete your calendar constantly.
    Note: What I was proposing is to have an import utility directly into iCloud.com calendar's settings.

  • Uploading cvs format calendar meetings

    Is there a way to quickly upload a cvs format file into iCloud's calendar? I can't use iTunes at work but I am able to export my meetings from Outlook in different format. I would like to upload my calendar invites on iCloud's calendar so I can see my meetings on my iPhone.
    Is there a feature that I can use similar to Google's calendar? Please let me know.
    Regards,
    EC

    Below are step by steps to upload an Outlook calendar to iCloud:
    1. Using Outlook 2010, click File, select Import
    2. Select EXPORT to a file
    3. Select Microsoft Excel 97-2003 or Comma Seperated Values (Windows)
    4. Select the Calendar to export from (this is the source calendar)
    5. Save the exported file as: Calendar.csv
    6. Export "Appointments" from folder: Calendar
    7. Export and create individual occurrences’ of appointments or tasks that occur between: range_date and range_date
    8. The utility will export your file
    9. Go back to File, Import, and NOW you will IMPORT the same file but now the DESTINATION will be iCloud
    10. Select Import from another program or file
    11. Select Microsoft Excel 97-2003 or Comma Separated Values (Windows)
    12. Browse to the import file and select it
    13. Now, you can only use "Allow duplicates to be created" because the other two selections (Replace duplicates with items imported and Do not import duplicates items) will give you an error. In fact, "do not import duplicate items does not do anything.
    14. Click Next and now Select the iCloud Calendar
    15. Click Next and your calendar will be uploaded to iCloud. This will create duplicates and you will need to delete your calendar constantly.
    Note: What I was proposing is to have an import utility directly into iCloud.com calendar's settings.

  • Script no longer working with OS 10.5

    Since I have upgraded to 10.5 a few weeks ago the following script no longer is working properly. I had been using this script extensively over the last two without any problems. Now it seems to hang up when it gets to the
    "duplicate item i of photoList to "P&M2:CPA JPEG Archive Files:" with replacing"
    Sometimes it eventually copies the file but usually it times out because it takes so long. Have the commands or the way you refer to a server volume changed from 10.4 to 10.5. P&M2 is a server volume. As I said before this script worked fine with 10.4--it only took a matter of seconds to copy a file to my server. I realize that the problem could lie with my server connection but I don't think so.
    Any suggestions??? The script is attached below.
    Thanks.
    Pedro
    global photoList, theFolder, theDate, theSchool, theCats, theEvent, theKeywords, theID, theFileName
    on run
    tell application "Finder"
    set theFolder to ¬
    (choose folder with prompt "Where are my photos?")
    set photoList to (every file of the theFolder whose name ends with ".jpg")
    set cr2List to (every file of the theFolder whose name ends with ".cr2")
    set crwList to (every file of the theFolder whose name ends with ".crw")
    set nefList to (every file of the theFolder whose name ends with ".nef")
    set tifList to (every file of the theFolder whose name ends with ".tif")
    set xmpList to (every file of the theFolder whose name ends with ".xmp")
    set dngList to (every file of the theFolder whose name ends with ".dng")
    end tell
    archiveFiles(photoList)
    end run
    on open theFolder
    tell application "Finder"
    set the photoList to every file of (item 1 of theFolder whose name ends with ".jpg")
    set cr2List to (every file of the theFolder whose name ends with ".cr2")
    set crwList to (every file of the theFolder whose name ends with ".crw")
    set nefList to (every file of the theFolder whose name ends with ".nef")
    set tifList to (every file of the theFolder whose name ends with ".tif")
    set xmpList to (every file of the theFolder whose name ends with ".xmp")
    set dngList to (every file of the theFolder whose name ends with ".dng")
    end tell
    archiveFiles(photoList)
    end open
    to archiveFiles(thePhotos)
    try
    tell application "iMagine Photo"
    close every importer
    quit
    end tell
    on error
    end try
    set Archived to the (count of thePhotos) as integer
    repeat with i from 1 to count of photoList
    --return photoList
    set thisFile to item i of photoList as alias
    set theFileName to the name of item i of photoList
    with timeout of 3000 seconds
    tell application "Finder"
    duplicate item i of photoList to "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA JPEG Archive Files:" with replacing
    try
    mount volume "afp://username:[email protected]/P&M2"
    on error theMsg
    display dialog theMsg
    return
    end try
    try
    duplicate item i of photoList to "P&M2:CPA JPEG Archive Files:" with replacing --SCRIPT HANGS UP HERE!
    on error
    mount volume "afp://username:[email protected]/P&M2"
    duplicate item i of photoList to "P&M2:CPA JPEG Archive Files:" with replacing
    end try
    try
    duplicate item i of photoList to "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA JPEG Archive Files:" with replacing
    on error
    mount volume "afp://username:[email protected]/Photo [Archive]"
    duplicate item i of photoList to "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA JPEG Archive Files:" with replacing
    end try
    end tell
    end timeout
    set importPhoto to name of item i of photoList
    set fileRef to "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA JPEG Archive Files:" & importPhoto as alias
    set fileRef2 to "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA JPEG Archive Files:"
    tell application "iMagine Photo"
    activate
    try
    set thisImporter to import graphic fileRef
    set exifInfo to the exif data of thisImporter
    close thisImporter
    exifInfo
    set fileInfo to the exif unicode of item 1 of exifInfo --something like that
    set thePhotog to the exif unicode of item 6 of exifInfo
    set myTID to AppleScript's text item delimiters
    set AppleScript's text item delimiters to ";"
    set schoolInfo to 1st text item of fileInfo
    set AppleScript's text item delimiters to ":" & space
    set theSchool to 2nd text item of schoolInfo --school of the file
    set AppleScript's text item delimiters to ";"
    set catInfo to 2nd text item of fileInfo
    set AppleScript's text item delimiters to ":" & space
    set theCats to 2nd text item of catInfo --catagories of file
    set AppleScript's text item delimiters to ";"
    set theEvent to 3rd text item of fileInfo
    set AppleScript's text item delimiters to ":" & space
    set theEvent to 2nd text item of theEvent
    set AppleScript's text item delimiters to ";"
    set theKeywords to 4th text item of fileInfo
    try
    set AppleScript's text item delimiters to ":" & space
    set theKeywords to 2nd text item of theKeywords
    on error
    set AppleScript's text item delimiters to ":"
    set theKeywords to 2nd text item of theKeywords
    end try
    set AppleScript's text item delimiters to ";"
    set theID to 5th text item of fileInfo
    try
    set AppleScript's text item delimiters to ":" & space
    set theID to 2nd text item of theID
    on error
    set AppleScript's text item delimiters to ":"
    set theID to 2nd text item of theID
    end try
    on error
    if thePhotog is "Sari Goodfriend" then
    set theKeywords to ""
    set theID to ""
    else
    tell application "Finder"
    activate
    display dialog "There appears to be a problem with the archiving information for file" & space & ¬
    theFileName --("OK", "cancel") default button "OK"
    return
    end tell
    end if
    end try
    set AppleScript's text item delimiters to myTID
    tell application "Expression Media"
    open file "Photo Server Data:Photo [Data]:5 PHOTO ARCHIVE:Expression Media catalogs:YU CPA Catalog.ivc"
    tell front catalog
    activate
    tell application "Finder"
    set theNameofFileRef to the name of fileRef
    end tell
    try
    import fileRef
    on error number theNumber
    set theErrNum to theNumber
    if the theErrNum is not -48 then
    display dialog "There appears to be a problem with file" & space & theNameofFileRef & "."
    return
    end if
    --display dialog theErrNum
    end try
    count media items
    set currentMediaItem to result
    set the people of media item currentMediaItem to theID
    set the headline of media item currentMediaItem to ""
    set thePhotographer to author of media item currentMediaItem
    set the keywords of media item currentMediaItem to theKeywords --& "," & space & addKeywords
    set the categories of media item currentMediaItem to theSchool & "," & space & theCats
    set the event of media item currentMediaItem to theEvent
    set the copyright of media item currentMediaItem to "Yeshiva University"
    set theDate to creation date of media item currentMediaItem
    set event date of media item currentMediaItem to theDate
    set the caption of media item currentMediaItem to "ID:" & space & theID & return & "School/Category:" & space & theSchool & "," & space & theCats & return & "Event:" & space & theEvent & return & "Keywords:" & space & theKeywords & return & "Date:" & space & theDate & return & "Photographer:" & space & thePhotographer as text
    end tell
    end tell
    end tell
    end repeat
    tell application "Expression Media"
    save front catalog
    end tell
    tell application "Finder"
    --open file "P&M2:YU CPA Server Catalog.ivc"
    repeat with i from 1 to count of photoList
    end repeat
    end tell
    tell application "Finder"
    duplicate (every file of theFolder whose name ends with ".xmp") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".xmp") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA JPEG Archive Files:" with replacing
    duplicate (every file of theFolder whose name ends with ".CR2") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".CR2") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA JPEG Archive Files:" with replacing
    duplicate (every file of theFolder whose name ends with ".dng") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".dng") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA HiRes Archive FILES:" with replacing
    duplicate (every file of theFolder whose name ends with ".CRW") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".CRW") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA HiRes Archive FILES:" with replacing
    duplicate (every file of theFolder whose name ends with ".NEF") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".NEF") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA HiRes Archive FILES:" with replacing
    duplicate (every file of theFolder whose name ends with ".TIF") to folder "Photo Server Volumes:Photo [Archive]:CPA Photo Archive:CPA Photo Archive FILES:CPA HiRes Archive FILES:" with replacing
    move (every file of theFolder whose name ends with ".TIF") to folder "Photo Server Data:Photo [Data]:CPA Photo Archive:Archive Files:CPA HiRes Archive FILES:" with replacing
    end tell
    tell application "iMagine Photo"
    close every importer
    quit
    end tell
    beep 3
    activate "Finder"
    set dd to display dialog "The number of files cataloged was:" & space & Archived buttons ¬
    {"OK", "cancel"} default button ¬
    "OK" giving up after 10
    end archiveFiles

    It may be but I have not been able to figure it out.
    Thanks.
    Pedro

  • [Solved]Need help with backup-manager

    So I'm trying to set up backup-manager to make.. well, backups. Their wiki has been shut down thanks to spammers, and ours has no specific entry for backup-manager, so I will have to do it with its man page and the (well documented) config file. However, I still have some questions. Sorry in advance for the amount of questions and the length of the topic. I just wanted to get this clear in one go.
    First: I want to make a *full* system backup, so that I can restore my system in case of breakage without reinstalling. When I looked at creating backups in the past, I noticed some folders don't necessarily had to be backupped. What folders in / could I skip?
    Second: I chose the tarball backup format. Would it then be safe to comment out all the other variables (for tarbal-incremental/mySQL) backups?
    Third: Now there were some parts of the config file that I didn't understand. I hope you can explain some of those parts to me.
    # Number of days we have to keep an archive (Time To Live)
    export BM_ARCHIVE_TTL="5"
    That means the archive it creates will be removed after 5 days - but what if I copy it to my external hard disk? I don't think it will delete it then, so would it be safe to comment this out - or what will it do if I just keep it this way?
    # At which frequency will you build your archives?
    # You can choose either "daily" or "hourly".
    # This should match your CRON configuration.
    export BM_ARCHIVE_FREQUENCY="daily"
    I either want to make a backup when I want to, or weekly - not hourly or daily. Is this possible with backup-manager?
    # Do you want to purge only the top-level directory or all
    # directories under BM_REPOSITORY_ROOT?
    export BM_REPOSITORY_RECURSIVEPURGE="false"
    I don't understand that option. Could you explain me what it will do? Info: BM_REPOSITORY_ROOT is set to my home folder. It's the place where the archives are stored.
    # Do you want to replace duplicates by symlinks?
    # (archive-DAY is a duplicate of archive-(DAY - 1) if they
    # are both the same according to MD5 hashes).
    export BM_ARCHIVE_PURGEDUPS="true"
    Will this harm anything in my system?
    # Do you want to dereference the files pointed by symlinks ?
    # enter true or false (true can lead to huge archives, be careful).
    export BM_TARBALL_DUMPSYMLINKS="false"
    This would 'destroy' all symlinks, no? I'm going to keep this at false, but I would like to know.
    Last edited by Unia (2011-08-29 18:19:37)

    Tried to do a selective upgrade & broke something this morning so I tried restoring my CompleteRaid0 backup, worked like a charm.
    This is the latest backup script I'm using:
    #!/bin/sh
    # Little script to tar up the important root folders.
    # To untar, use:
    # tar -xvpzf /path/to/backup/<date>-backup.tar.gz -C </path/to/root>
    echo "Do you want to clear pacman's cache before tarring up the root folder? This will save time in both the tar- and untar process."
    echo -n "(y|N) > "
    read a
    if [[ "$a" = "n" ]] || [[ "$a" = "N" ]] || [[ "$a" = "" ]]; then
    echo "Pacman's cache will not be cleared."
    else
    echo "Pacman's cache will be cleared now, please wait..."
    pacman -Scc --noconfirm
    echo "Pacman's cache succesfully cleared. Continuing now..."
    sleep 2s
    fi
    DATE=`date +%m%d-%H%M%S`
    CB=CompleteRaid0-$DATE.tar.gz
    NB=FreshInstall-$DATE.tar.gz
    echo "********************************************************************************"
    echo "Proceeding with Fresh Install backup $NB."
    echo "********************************************************************************"
    sleep 5
    cd /
    tar -cvpzf $NB --one-file-system \
    /boot \
    --exclude=/$NB \
    --exclude=/dev \
    --exclude=/etc/fstab \
    --exclude=/home \
    --exclude=/lost+found \
    --exclude=/media \
    --exclude=/mnt \
    --exclude=/proc \
    --exclude=/root \
    --exclude=/sys \
    --exclude=/tmp \
    mv $NB /home/chuck/Backups/
    echo "********************************************************************************"
    echo "Sleeping for 10 seconds."
    echo "Proceeding with complete backup $CB."
    echo "********************************************************************************"
    sleep 5
    tar -cvpzf $CB --one-file-system \
    /boot \
    --exclude=/$CB \
    --exclude=/tmp \
    --exclude=/mnt \
    mv $CB /home/chuck/Backups/
    echo "********************************************************************************"
    echo "Backups Complete"
    echo "********************************************************************************"
    sleep 10
    exit 0
    Restored it with this:
    #!/bin/sh
    # To untar, use:
    # tar -xvpzf /path/to/backup/<date>-backup.tar.gz -C </path/to/root>
    tar -xvpzf /home/chuck/Backups/now.tar.gz -C /
    mkdir /proc \
    /lost+found \
    /sys \
    /mnt \
    /media \
    /mnt/bind/Downloads \
    /mnt/bind/Pictures \
    /mnt/bind/Maintenance \
    /mnt/bind/Music \
    /mnt/bind/Backups
    exit 0
    Of course the directories already existed so that part was unnecessary & only needed if I had restored onto a fresh installation.

  • Open files in folder and repeat

    How can i open the files in the folder  if you scroll to "--open file items of the name folder" you can see where I am struggling to run the script.
    How should this look to run, currently the script runs, with no errors or anything appearing in the folders.
    property type_list : {"PHOTOSHOP"}
    property extension_list : {"psd"}
    --Setup list of folders and process details of folders
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
              set this_item to item i of dtF
              if this_item does not start with "2_" and this_item does not start with "Hot" and this_item does not start with "Press" then
                        try
                                  set folderPath to this_item
                                  set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                                  set folderName to last text item of folderPath
                                  set my text item delimiters to "_WK"
                                  set FolderEndName to last text item of folderName
                                  set brandName to first text item of folderName
                                  set my text item delimiters to "_PSD"
                                  set weekNumber to first text item of FolderEndName
                                  set my text item delimiters to oldTID
                                  set theFolder to ("Hal 9000:Users:matthew:Desktop:" & folderName)
                        end try
              end if
      --set up names to destination folders and create locally based on brand name and week number
              try
                        set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                        set localWeekFolder to my getFolderPath("WK" & weekNumber, this_local_folder)
                        set localBrandFolder to my getFolderPath(brandName, localWeekFolder)
                        set localBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", localBrandFolder)
                        set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
      --set up names to destination folders and create over Netwrok including an already exisiting folder
                        set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                        set networkWeekFolder to my getFolderPath("WK" & weekNumber, this_Network_folder)
                        set networkBrandFolder to my getFolderPath(brandName, networkWeekFolder)
                        set networkBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", networkBrandFolder)
                        set website_images to "DCKGEN:Website_Images:"
      --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                        set this_ftp_folder to "Impulse:"
                        set ftpWeekFolder to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                        set ftpBrandFolder to my getFolderPath(brandName, ftpWeekFolder)
                        set ftpBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", ftpBrandFolder)
                        set ftpBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", ftpBrandFolder)
      --taking the folder identify which process it must follow.
    --open file items of the name folder
                        if brandName is equal to "Diva" then set filelist to (files of alias theFolder whose ¬
                                  file type is in the type_list or name extension is in the extension_list)
                        repeat with alist in filelist
                                  tell application "Finder"
                                            set thefile to aFiles as alias
                                  end tell
                                  tell application "Adobe Photoshop CS5.1"
      activate
                                            set myOptions to {class:JPEG save options, quality:12}
                                            tell front document
      --If the quick mask mode has been left on then delete the channel Quick Mask
                                                      if (quick mask mode) then delete channel ¬
                                                                "Quick Mask"
                                                      delete layer "Original Image"
      flatten
      resize image resolution 300 resample method none
      --sharpen image
      filter current layer using unsharp mask with options ¬
                                                                {amount:80, radius:3.2, threshold:0}
      save in file ((localBrandFolder_High_Res as string) & name) as JPEG with options myOptions without copying
                                                      tell application "Finder"
      duplicate last file of localBrandFolder_High_Res to ftpBrandFolder_High_Res with replacing
                                                      end tell
      --Prepare for Low RES by resetting image history
                                                      tell application "Adobe Photoshop CS5.1"
                                                                set current history state of current document to history state 3 ¬
                                                                          of current document
                                                      end tell
      resize image width 1020
      resize image resolution 300 resample method none
      filter current layer using unsharp mask with options ¬
                                                                {amount:80, radius:3.2, threshold:0}
      --add save to lowResFolder with same options
      save in file ((localBrandFolder_Low_Res as string) & name) as JPEG with options myOptions without copying
                                                      tell application "Finder"
      duplicate last file of localBrandFolder_Low_Res to website_images with replacing
      duplicate last file of localBrandFolder_Low_Res to ftpBrandFolder_Low_Res with replacing
      duplicate last file of localBrandFolder_Low_Res to networkBrandFolder_Low_Res with replacing
                                                      end tell
      --close file
                                                      close
                                            end tell
                                  end tell
                        end repeat
              end try
    end repeat
    on getFolderPath(tName, folderPath)
              tell application "Finder" to tell folder folderPath
                        if not (exists folder tName) then
                                  return (make new folder at it with properties {name:tName}) as string
                        else
                                  return (folder tName) as string
                        end if
              end tell
    end getFolderPath

    This is how it looks.
    A few things i need to add.
    How can I save of time by not having to save to the multiple locations (i did try t using finder to duplicate last file of folder but that didn't work too well)
    Also the line where it saves to website_images in need to exclude those files that end in _2 and _3 (or files that are exactly 16 digits long).
    And finally if in photoshop it come across and error I need to skip the file and log it to a text file or just leave it open and continue.
    Also how do I have it run in the background so i can continue to use the computer?
    and finally any other way to make it run faster?
    property type_list : {"8BPS"}
    property extension_list : {"psd"}
    --Setup list of folders and process details of folders
    set dtF to paragraphs of (do shell script "ls -F ~/Desktop | grep '/' | cut -d'/' -f1")
    repeat with i from 1 to number of items in dtF
              set this_item to item i of dtF
              if this_item does not start with "2_" and this_item does not start with "Hot" and this_item does not start with "Press" then
                        set folderPath to this_item
                        set {oldTID, my text item delimiters} to {my text item delimiters, ":"}
                        set folderName to last text item of folderPath
                        set my text item delimiters to "_WK"
                        set FolderEndName to last text item of folderName
                        set brandName to first text item of folderName
                        set my text item delimiters to "_PSD"
                        set weekNumber to first text item of FolderEndName
                        set my text item delimiters to oldTID
                        set theFolder to ("Hal 9000:Users:matthew:Desktop:" & folderName)
      --set up names to destination folders and create locally based on brand name and week number
                        set this_local_folder to "Hal 9000:Users:matthew:Pictures:2011-2012"
                        set localWeekFolder to my getFolderPath("WK" & weekNumber, this_local_folder)
                        set localBrandFolder to my getFolderPath(brandName, localWeekFolder)
                        set localBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", localBrandFolder)
                        set localBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", localBrandFolder)
      --taking the folder identify which process it must follow.
      --taking the folder identify which process it must follow.
                        set this_Network_folder to "DCKGEN:Brands:Zoom:Brand - Zoom:Upload Photos:2012:"
                        set networkWeekFolder to my getFolderPath("WK" & weekNumber, this_Network_folder)
                        set networkBrandFolder to my getFolderPath(brandName, networkWeekFolder)
                        set networkBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", networkBrandFolder)
                        set website_images to "DCKGEN:Website_Images:"
      --set up names to destination folders and create over Netwrok for FTP collection (based on a mounted drive)
                        set this_ftp_folder to "Impulse:"
                        set ftpWeekFolder to my getFolderPath("Week" & weekNumber, this_ftp_folder)
                        set ftpBrandFolder to my getFolderPath(brandName, ftpWeekFolder)
                        set ftpBrandFolder_Low_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_LR", ftpBrandFolder)
                        set ftpBrandFolder_High_Res to my getFolderPath(brandName & "_WK" & weekNumber & "_HR", ftpBrandFolder)
                        if brandName is equal to "Diva" then
                                  tell application "Finder" to set filelist to (files of alias theFolder whose file type is in the type_list or name extension is in the extension_list)
                                  repeat with thefile in filelist
                                            set thefile to thefile as string -- convert Finder item to string
      --    D   I   V   A    Folder Photoshop Process
                                            tell application "Adobe Photoshop CS5.1"
      activate
      open alias thefile
                                                      set myOptions to {class:JPEG save options, quality:12}
                                                      tell current document
      --If the quick mask mode has been left on then delete the channel Quick Mask
                                                                if (quick mask mode) then delete channel "Quick Mask"
                                                                (delete layer "Original Image") flatten
      resize image resolution 300 resample method none
      --sharpen image
      filter current layer using unsharp mask with options {amount:80, radius:3.2, threshold:0}
      save in (localBrandFolder_High_Res & name) as JPEG with options myOptions without copying
      save in (ftpBrandFolder_High_Res & name) as JPEG with options myOptions without copying
      --tell application "Finder"
      --duplicate last file to folder ftpBrandFolder_High_Res with replacing
      --end tell
      -- example : duplicate file (localBrandFolder_High_Res & name) to folder localBrandFolder_Low_Res
      --my duplicateFile(localBrandFolder_High_Res & name, localBrandFolder_Low_Res) --  use the handler to duplicate file
      --Prepare for Low RES by resetting image history
                                                                set current history state to history state 3
      flatten
                                                                resize image width 1920
      resize image resolution 300 resample method none
      filter current layer using unsharp mask with options {amount:80, radius:3.2, threshold:0}
      --add save to lowResFolder with same options
      save in (localBrandFolder_Low_Res & name) as JPEG with options myOptions without copying
      save in (networkBrandFolder_Low_Res) as JPEG with options myOptions without copying
      save in (ftpBrandFolder_Low_Res & name) as JPEG with options myOptions without copying
      save in (website_images & name) as JPEG with options myOptions without copying
                                                                close
      --my duplicateFile(localBrandFolder_Low_Res & name, aFolderPath) --  use the handler to duplicate file
                                                      end tell
                                            end tell
                                  end repeat
      -- end brandName = "Diva"
                        else if brandName is equal to "another brandName 1" then
      --another code
                        else if brandName is equal to "another brandName 2" then
      --another code
                        end if
              end if
    end repeat
    on duplicateFile(tFilePath, folderPath)
              tell application "Finder"
      duplicate file tFilePath to folder folderPath with replacing
              end tell
    end duplicateFile
    on getFolderPath(tName, folderPath)
              tell application "Finder" to tell folder folderPath
                        if not (exists folder tName) then
                                  return (make new folder at it with properties {name:tName}) as string
                        else
                                  return (folder tName) as string
                        end if
              end tell
    end getFolderPath

  • Is this possible? Help needed - Please :)

    Hi All,
    Is there a way I can make a script or something that, with a shortcut button or icon, copy some preset folders from one place to another, make a new mailbox and name them something specific?
    I hope that makes sense.
    I have no idea if this is possible or not but hopefully someone out there will be able to let me know
    Cheers,
    Andrew

    Hello Andrew,
    Just search on this forum. All you need is already there.
    But you could also use this to build on. You can paste this in script editor and save it as application. Then when click on this app you do what you want.
    You can also just run it from the editor and see what happens.
    You can easy change some parts between the if. See on this forum.
    i'm testing a list in dialog box for several tasks.
    1 : Make a new mail with Mail.app
    2 : Open a website in Firefox
    3 : Copy files and folders from one folder to another folder and delete the files of the first folder
    4 : Copy files and folders from one folder to another folder and see what happens
    5 : Get A LIFE... Time to play outside....
    set myWishes to {"MAKE NEW E-MAIL", "LET'S SURF", "COPYLOC1", "COPYLOC2", "GET A LIFE"}
    set myChoice to (choose from list myWishes)
    if myChoice is {"MAKE NEW E-MAIL"} then
    tell application "Mail"
    activate
    set messageText to "Hello testing applescript"
    make new outgoing message with properties {content:messageText, visible:true}
    end tell
    else if myChoice is {"LET'S SURF"} then
    tell application "Firefox"
    activate
    set my_URL to "http://www.apple.com"
    OpenURL my_URL
    end tell
    --For this part you need a folder My1Folder in your home folder
    --copy all files and folders from My1Folder to My2Folder
    --delete all files and folders in My1Folder
    else if myChoice is {"COPYLOC1"} then
    tell application "Finder"
    if not (the folder "My2Folder" of home exists) then
    make new folder at home with properties {name:"My2Folder"}
    end if
    duplicate every file of the folder "My1Folder" of home to the folder "My2Folder" of home with replacing
    duplicate every folder of the folder "My1Folder" of home to the folder "My2Folder" of home with replacing
    delete every file of the folder "My1Folder" of home
    end tell
    else if myChoice is {"COPYLOC2"} then
    tell application "Finder"
    activate
    open the folder "My1Folder" of home
    set the current view of the front window to list view
    --Move the window where you want it:
    set the position of the front window to {200, 100}
    if not (the folder "My2Folder" of home exists) then
    make new folder at home with properties {name:"My2Folder"}
    end if
    duplicate every file of the folder "My1Folder" of home to the folder "My2Folder" of home with replacing
    duplicate every folder of the folder "My1Folder" of home to the folder "My2Folder" of home with replacing
    open the folder "My2Folder" of home
    set the current view of the front window to list view
    --Move the window where you want it:
    set the position of the front window to {200, 200}
    end tell
    else if myChoice is {"GET A LIFE"} then
    tell application "System Events"
    shut down
    end tell
    end if
    check this
    succes

  • How to export an Mac Mail/Contact Group directly to a Google group

    Hi, for my new blog, I would like to use Google Group to distribute it, but would like to avoid retyping each address into the Google group list. Is there a simple way to export the group I have already set up in my Apple contacts list directly to the Google Group? There are several hundred names.

    Hi,
    Export from the first machine running outlook 2010
    Open Outlook on the computer containing the desired contacts and click the "File" tab.
    Click "Options" then click "Advanced" to display advanced Outlook options.
    Click the "Export" button, then select "Export to a file" and click "Next."
    Select "CommaSeparatedValues (Windows)" as the file type and click "Next."
    Select the Contacts folder when prompted, then click "Next." This will export all individual contacts and contact groups within the folder.
    Click "Browse" and select where to save the export file. The destination location should be on a removable storage device such as a USB flash drive to allow you to import the file on the other computer.
    Type a name for the file in the file name box and click "OK."
    Click "Next" when prompted and then click "Finish."
    Import to the second machine
    Open Outlook on the computer you want to import the contacts to and click the "File" tab.
    Click "Open" and then "Import."
    Select "Import from another program or file" and then click "Next."
    Select "CommaSeparatedValues (Windows)" when prompted to select the file type to import and then click "Next."
    Select "Browse" to locate and choose the export file and then click "OK."
    Select the desired import options and click "Next." The first option, "Replace Duplicates with Items Imported," allows the import process to overwrite existing contact information to prevent duplicate contact creation. The second option, "Allow Duplicates
    to be Created," retains existing contact information and creates duplicate contact entries with the imported data. The third option, "Do Not Import Duplicate Items," retains existing contact information. These options only are relevant if duplicate contacts
    already exist in Outlook on the computer running the import.
    Click the Contacts folder when prompted to select the destination folder. Click "Next," followed by "Finish."
    Hope that helps.

  • ICloud Calendar

    Can someone develop a feature on iCloud to upload Calendar meetings from a *.xlxs or *.csv format? I wish there was an ability to upload a file and avoid all the syncing issues. Windows 8 & iCloud do not play nice. Anything that I sync up through Outlook does not get updated. If there was a feature where I can just upload my calendar, will be very nice.

    Below are step by steps to upload an Outlook calendar to iCloud:
    1. Using Outlook 2010, click File, select Import
    2. Select EXPORT to a file
    3. Select Microsoft Excel 97-2003 or Comma Seperated Values (Windows)
    4. Select the Calendar to export from (this is the source calendar)
    5. Save the exported file as: Calendar.csv
    6. Export "Appointments" from folder: Calendar
    7. Export and create individual occurrences’ of appointments or tasks that occur between: range_date and range_date
    8. The utility will export your file
    9. Go back to File, Import, and NOW you will IMPORT the same file but now the DESTINATION will be iCloud
    10. Select Import from another program or file
    11. Select Microsoft Excel 97-2003 or Comma Separated Values (Windows)
    12. Browse to the import file and select it
    13. Now, you can only use "Allow duplicates to be created" because the other two selections (Replace duplicates with items imported and Do not import duplicates items) will give you an error. In fact, "do not import duplicate items does not do anything.
    14. Click Next and now Select the iCloud Calendar
    15. Click Next and your calendar will be uploaded to iCloud. This will create duplicates and you will need to delete your calendar constantly.
    Note: What I was proposing is to have an import utility directly into iCloud.com calendar's settings.

Maybe you are looking for

  • Can you prevent a block of memory from being swapped?

    I'm wondering if there's a way to "lock" a section of memory in Java so that it will not be written out to the swap file by the OS. Let's say you're writing a client application that will connect to a server, and allow the user (after authentication,

  • Adobe elements 11 and premier elements

    Can I download Adobe Elements 11 and Elements Premier version together for one cost?

  • Where can i find an old version of itunes?

    Ok I think I've given up on itunes 7 Is there anywhere to find an older version? I really hope that maybe that will work

  • Bright box not working

    My Bright box is connecting but not letting me use the Internet I'v tried turning it off & on again and resetting it by the reset button but nothing is working can someone help please?

  • Problem with reached maximum number of connections to database

    Dear Experts, Our Production system was not responding properly last week. The below was the reply from the Basis team. "It seems that we have again problem with reached maximum number of connections to database. We have extended this number to 100 t