Dummy Assignment

1 answer below »
Answered 13 days AfterFeb 10, 2021

Answer To: Dummy Assignment

Ibrahim answered on Feb 24 2021
131 Votes
JavaTwitterLoader/Main.class
synchronized class Main {
void Main();
public static void printHead(java.util.ArrayList, int);
public static void printHead(Tweet[], int);
public static void printTail(java.util.ArrayList, int);
public static void printTail(Tweet[], int);
public static void main(String[]);
}
JavaTwitterLoader/Tweet.java
JavaTwitterLoader/Tweet.java
class Tweet {
  public int id;
  public String sentiment;
  public String tweetText;
Tweet(int id,String sentiment,String tweetText)
{
    this.id=id;
    this.sentiment=sentiment;
    this.tweetText=tweetText;
}
public String toString()
{
    return String.valueOf(this.id)+" ("+this.sentiment+"):"+" "+this.tweetText;
}
}
JavaTwitterLoader/Main.java
JavaTwitterLoader/Main.java
import java.util.*;
import java.io.*;
class Main {
    public static void printHead(ArrayList list,int n)
    {
        Iterator itr=list.iterator();
        int i=1;
        while(itr.hasNext())
        {
            System.out.println(itr.next());
            i++;
            if(i>n) break;
        }
    }
    public static void printHead(Tweet[] list,int n)
    {
        int i=0;
        while(i        {
            System.out.println(list[i]);
            i++;
        }
    }
    public static void printTail(ArrayList list,int n)
    {
        ListIterator itr = list.listIterator(list.size());
        int size=list.size();
        int i=size;
        while(itr.hasPrevious())
        {
            System.out.println(itr.previous());
            i--;
            if(i<=size-n) break; 
        }
    }
    public static void printTail(Tweet[] list,int n)
    {
        int i=list.length-1;

        while(i>=list.length-n)
        {
          System.out.println(list[i]);
            i--;
        }
    }
  public static void main(String[] args) {
      String filename="tweetdata-5-mi0zv2j3-z5lerh0l.csv";
      ArrayList arrayList=TweetLoader.loadAsArrayList(filename);
      Tweet[] list = TweetLoader.loadAsArray(filename);
      int n=10;
     printHead(arrayList,n);
    printHead(list,n);
      printTail(arrayList,n);
    printTail(list,n);
  }
}
JavaTwitterLoader/TweetLoader.java
JavaTwitterLoader/TweetLoader.java
import java.util.*;
import java.io.*;
class TweetLoader {
    public static Tweet[] resizeArray(Tweet[] list,int size)
    {
        Tweet[] newList=new Tweet[size];
                for(int j=0;j                {
                     newList[j]=list[j];
                    // System.out.println(newList[j]);
                }
        return newList;
    }
    public static Tweet[] trimArray(Tweet[] list,int size)
    {
        Tweet[] newList=new Tweet[size];
                for(int j=0;j                {
                     newList[j]=list[j];
                    // System.out.println(newList[j]);
                }
        return newList;
    }
    public static Tweet[] loadAsArray(String filename)
    {
        int size=10;
        Tweet list[]=new Tweet[10];
        int ind=0;
        int id;
        String tweetText;
        String sentiment;
        String splits[];
        Tweet t;
        try
        {
        Scanner sc = new Scanner(new File(filename));
        sc.useDelimiter("\\n");
        String line;
        while (sc.hasNext())  
        {  
            line=sc.next();
            splits=line.split(",");
            for(int i=0;i<3;++i)
            {
            sentiment = splits[i++];
            id=Integer.parseInt(s
plits[i++]);
            tweetText = splits[i++];
            //System.out.println(id+" "+sentiment+" "+tweetText);
            t=new Tweet(id,sentiment,tweetText);
            list[ind++]=t;
            if(ind==size)
            {
                size*=2;
                list=TweetLoader.resizeArray(list,size);
            }
            //System.out.println(t);
            }
        } 
        list=TweetLoader.trimArray(list,ind);
        sc.close(); 
       //for(Tweet tw:list) System.out.println(tw);
        }catch(Exception e)
        {
            System.out.println(e);
        }
        return list;
    }
    public static ArrayList loadAsArrayList(String filename)
    {
        ArrayList list = new ArrayList<>();
        int id;
        String tweetText;
        String sentiment;
        String splits[];
        Tweet t;
        try
        {
        Scanner sc = new Scanner(new File(filename));
        sc.useDelimiter("\\n");
        String line;
        while (sc.hasNext())  
        {  
            line=sc.next();
            splits=line.split(",");
            for(int i=0;i<3;++i)
            {
            sentiment = splits[i++];
            id=Integer.parseInt(splits[i++]);
            tweetText = splits[i++];
            //System.out.println(id+" "+sentiment+" "+tweetText);
            t=new Tweet(id,sentiment,tweetText);
            list.add(t);
            //System.out.println(t);
            }
        } 
        sc.close(); 
        }catch(Exception e)
        {
            System.out.println(e);
        }
        return list;
    }
}
JavaTwitterLoader/screen-shot-2021-02-02-at-20400-pm-zodp4dos.png
JavaTwitterLoader/screen-shot-2021-02-02-at-20415-pm-aj0gtysm.png
JavaTwitterLoader/tweetdata-5-mi0zv2j3-z5lerh0l.xlsx
tweet_data (5)
        Pos        1459        @Blackberry & @Facebook U R really about to make me throw this @Blackberry in the trash an get an @Apple iPhone! @Facebook upload issues!
        Neg        2228        Pissed with whoever designs keyboards with @apple for not having a home and end key. working on the CLI i use those keys often
        Pos        1400        My iPhone 4S battery lasted longer than a day. That hasn't happened since my edge iPhone. Nice job @apple.
        Neg        1818        9% now on my second full charge of the day. Pissed @Apple
        Neg        1652        Correction: @ Best Buy kudos to Chris @ Alamo Ranch S.A. TX-fixed issues couldn't resolve after 1/2 day w/ @ATT & @Apple. Hero of my day!
        Neg        2354        Damn you @apple for breaking wififofum! It continued to work in ios 4. Was one of my most used apps. Damn Apple's overbearing policies!
        Pos        1283        RT @MN2NOVA: Love ios5 Easter eggs. Pull down from middle top to bottom and see what pulls down. Awesome little feature! #ios5 @apple
        Pos        1137        Lmfao look at the argument I had with Siri !!@ijustine @apple http://t.co/D4VjL7SI
        Neg        1546        good article about why @apple fucked it all up with lion and their future. http://t.co/zNDP9Vr6 #fb
        Pos        1270        Been off twitter for a few days as I smashed my iPhone but @apple were very nice and gave me a new one :)
        Pos        1095        We're one of a few Featured Education Apps on the @Apple **Website** today sweet! http://t.co/0yWvbe1Z
        Neg        1952        RT @CBM: Lies @apple. the battery on this new iPhone4S is definitely not any better.
        Neg        2427        @apple thanks apple for ios 5 and losing all my contacts!
        Neg        1612        removing all @apple shit.
        Pos        1039        Lmao I think @apple is onto something magical! I am DYING!!! haha. Siri suggested where to find whores and where to hide a body lolol
        Neg        2457        Also @EricGreenspan don't forget @Apple stop closing the app store after each bloody purchase...
        Pos        1145        Save me from #HP's unwanted OS! Help me buy an #iPhone! I have seen the light! #lol http://t.co/8gUP9Acz #backchannel @apple
        Pos        1015        I just realized that the reason I got into twitter was ios5 thanks @apple
        Neg        2141        @apple why don't you guys test your upgrades before you put them out. 15 1/2 hrs u guys wasted of my time yesterday. Thanks.
        Neg        1644        Total chaos at @apple store regent street. Like an Ethiopian feeding station. Can't believe this is same co. that makes all that cool shit.
        Neg        1661        @APPLE Wow @MOTOROLA Just crushed your dreams....
        Neg        1559        @paulens It surprises me that @Apple throws up an error alert about authorizing and there's no Authorize this computer button.
        Neg        2386        @hbogo @apple - why don't you play nice and let me use HDMI from iPad? Pretty lame.
        Pos        1063        Thank you @apple for Find My Mac - just located and wiped my stolen Air. #smallvictory #thievingbastards
        Pos        1008        Hilarious @youtube video - guy does a duet with @apple 's Siri. Pretty much sums up the love affair! http://t.co/8ExbnQjY
        Pos        1012        @RIM you made it too easy for me to switch to @Apple iPhone. See ya!
        Neg        1758        Only thing bad about the new @canon camera is that it has two compact flash cards... not one of SD. SD goes in my @apple computer. Damn you!
        Pos        1394        Impressive service @apple genius bar metro centre. Power cable replaced free n booked in for screen replacement for free :- D
        Pos        1252        Sorry @BlackBerry I'm moving to @Apple.
        Neg        2366        By far the worst experience upgrading out of any version of iOS @apple #iOS5
        Neg        2304        If @apple doesn't fix iOS5 this week I'm buying a droid #emptythreats
        Pos        1241        Yessss! I'm lovin the iPhone update especially the slide down bar at top of screen =) good job @Apple.
        Pos        1463        #iOS5 update submitted to @apple! Thanks for all the support!
        Neg        2165        Having major battery drain issue since updating iPhone 4 to iOS 5. Anyone else? @AppStore @iPhone @apple
        Neg        2090        @Apple - why do I have to have apps I am updating in their original 'folder' location? That was painful.
        Pos        1188        @apple loving the new IOS5 upgrade for the iPhone!
        Neg        1965        Ok Hindi keyboard in #iOS5 is something to cheer about. But @apple what about support for 20+ missing Indian languages!? #FAIL
        Pos        1021        The 16 strangest things Siri has said so far. I am SOOO glad that @Apple gave Siri a sense of humor! http://t.co/TWAeUDBp via @HappyPlace
        Neg        2300        RT @MikeFerri: If @apple doesn't fix iOS5 this week I'm buying a droid #emptythreats
        Neg        2318        The new iOS5 completely failed at upgrading the phone. Now I'm stuck in this restore loop. Thanks @apple for wasting my day. Can i undo?
        Neg        1846        @apple u guys are gay
        Neg        2126        but seriously @apple finance me a damn phone you greedy bastards! OR Santa...get your jolly ass in gear and get us a 4S - white plz
        Pos        1386        I <3 @apple http://t.co/ondXWpEr
        Pos        1361        Thank you @apple for your innovations. Exhibit A: Guy playing with Facetime instead of watching game at sports bar. http://t.co/oU7K39ge
        Neg        2334        Ok @iTunesMusic idk wth is up but after syncing my phone my album art is out of order! WTF @Apple!
        Neg        1834        i update to ios 5 and lose everything on my phone and it wont let me sign into my itunes account... thanks @Apple
        Neg        2142        what is going on with all my @Apple products?! First my #iPad freezes (still is frozen) and then my #iPhone won't turn on!!! #techieTroubles
        Neg        1815        I know a few others having same issue RT @Joelplane: 9% now on my second full charge of the day. Pissed @Apple
        Neg        2453        Well @apple seems 2b screwing #iphone 4s resellars. They still dont have 4s. Yet were promised. Similar 2 Ma Bell's monopolistic prctices?
        Neg        1937        @carlton858: I really hate dealing with the brain dead people at the @apple store. For such good products customer service sucks. in NZ?
        Neg        2494        #Siri went down for a little while last night. Come on @apple! Get your shit together on this launch!
        Pos        1036        RT @JamaicanIdler: Lmao I think @apple is onto something magical! I am DYING!!! haha. Siri suggested where to find whores and where to h ...
        Neg        2080        @Apple would do better to inform customers properly about migrating to #iCloud - many complaints lead to #image damage http://t.co/QL7zmPpO
        Neg        1905        @apple I committed to your cloud storage iDisk and now it's raining :-( so soon no more iDisk. Any plans for a new service for storage?
        Pos        1185        #iCloud set up was flawless and works like a champ! To the Cloud @Apple
        Pos        1324        i love this. so much. thank you @apple. http://t.co/Ui8lOEzX
        Neg        1894        What was @apple thinking making #Siri totally dependent on a network connection? Siri + @ATT = utter frustration.
        Neg        1721        @apple $319 to repair my iPad 2 Apple you've lost me and my $700 a year Android here I come!
        Pos        1130        @bkad5161 than apologize to @apple ;)
        Pos        1370        Thank you Steve @apple store 5th av. http://t.co/nSAisriP
        Neg        2407        @amandbrar @apple Siri has worked for me less than 10% of the time. If service doesn't improve by Monday I'm returning my iPhone 4S.
        Pos        1318        @SteveJobs being honored tonite @Apple...A truly great loss to the world.He will so be missed
        Neg        2244        So glad that I paid $69 for this @apple care protection plan. Been on hold for over 20 minutes now. Great customer service. #NOT
        Neg        1984        @philipgrey: dear @apple why you gotta go change the way <input type=number> is handled out of the blue?
        Neg        1604        So apparently @apple put MB cap on your SMS with the new update. 25mb storage before it tells you your inbox is full. What is this 2001?
        Neg        2376        Never purchasing another item from @apple.
        Pos        1309        @alexlindsay My wife upgraded her iPhone 4. I think Siri alone is worth the upgrade. Looking forward to @Apple continuing to enhance Siri.
        Pos        1047        Just registered as an @apple developer... Here's hoping I can actually do it... Any help greatly appreciated!
        Pos        1105        <3 #ios5 @apple
        Neg        1543        @apple AirDrop #fail - Immediate declined your request. every time
        Neg        1593        Dear @apple My new Air is now a notbook since your update killed #wifi #bug #destroying #productivity
        Pos        1215        So yeah... @apple #iOS5 #readinglists have changed my life. #nowicanspendevenmoretimeonmyphone.
        Pos        1141        Incredible: 4 million iPhone 4Ss in 3 days. 135% better than the iPhone 4 http://t.co/1FMJxTMM @apple #iphone4s
        Neg        2348        Asked #Siri Where's Baby Lisa? and was told sorry I'm having trouble connecting to the network right now. @apple server fail. #ios5
        Neg        2492        Houston we have a problem!! My iPad has been restoring for 12+ hours after installing @apple IOS5. This can't be right....
        Neg        1657        @phxguy88 @Apple @BGR That's why all the ppl who stand in line for hrs to get the newest model are suckers...
        Neg        2314        After a week or so with @Apple's #iOS5 I'm considering going back to #jailbroken 4.2 - same features as 5 plus more. Not as stable though.
        Neg        2202        RT @JDougyJ: hey @apple do you wanna fix my fucking playlist order you piece of shit
        Neg        1678        @Apple on the #iPad with #iOS5 why has the Messages Icon been included when it can't be used?
        Neg        1709        @Apple #iOS5 gm on ipad1 is very slow wash better on beta7/8 solve this problem or give me the ipad2
        Neg        1928        Dear @apple: Why did all my PDFs and ePub files disappear from ibooks in my iPhone post ios5 upgrade? This hurts. #3GS #needsomethingtoread
        Neg        1648        @FishMama: If you made a purchase just wait for the @apple survey! hate going b/c of the bad #custserv
        Neg        1567        Oh @apple. Steve obviously had nothing to do with iPhoto as it's the perfect opposite of 'insanely great'. Get it fixed please.
        Neg        1909        Hey @apple why can't I share a reminder list from my iPhone?Also why can't I login to the iCloud webpage to modify sharing from my phone?
        Neg        2471        @apple #siri can't connect to the network -- it's LESS useful that VoiceControl now... :(
        Neg        2005        @apple: Multiple times siri is having trouble connecting to the network. Siri needs servers (and some exercise!)
        Neg        1868        @chascouponmom @apple I get they are busy w/ the new phone but I just wanted to buy a stylus. they made me wait forever outside & never
        Pos        1306        Loving the new iPod update @apple
        Neg        1754        Hey @Apple: stop sending your automatically-depreciate-all-iPhones-older-than-the-4s signal. My #iPhone4 is dying rapidly processor-wise.
        Neg        1600        @apple thank you for ruining my 3GS with #iOS5. You've just turned my phone into an utterly useless pile of shit.
        Neg        1766        why the fuck dose my phone decide its just ganna freeze every time i try to update it so fucking sick of @apple
        Neg        2392        and only the first 23 images in my Photo Roll made it over? Seriously @apple how did you fuck this up so much?
        Pos        1227        #10twitterpeopleiwouldliketomeet @coollike @TheGadgetShow @thelittleappkid @Jon4Lakers @BenRubery @Apple @twitter @FXhomeHitFilm (-2)
        Neg        2255        @robert_terpstra no worries bud ps: they're saying that the 4s is having a lot of network issues right now. (I'm @apple for mac problems)
        Neg        1829        iTunes is @apple's worst product. Worse than the #Newton or the hockey puck mouse. It's utterly painful to use.
        Neg        1881        Hey @apple the SMS full message is complete shit. Yes I'm annoyed.
        Pos        1292        Updated my iOS and started using cloud services. Pretty bad ass @apple my #iPhone 3GS still the champ.
        Neg        2286        I sure as hell better be able to restore my calendar events. Terrible bug apple! @apple #icloud #anothericloudfail
        Pos        1465        Awesome service from the @apple store in pc. Thanks chris!
        Neg        2061        Spoke to an @Apple rep on phone & could hear her tv blaring in the bg. She said I can't actually help u just direct u back to the web
        Neg        2128        Pondering the iOS update... From the sounds of @MikeFerri's difficulties I may just hold off :/ @Apple FIX IT!
        Neg        2483        Dear @apple One day you're going to release a version of iTunes that doesn't freeze more often than it works. One day.
        Pos        1210        Play on ma man. Loving the camera in the #iphone4s. Well done @apple #fb http://t.co/tmdFqRe1
        Neg        1551        Yellowgate? Some iPhone 4S Users Complain of Yellow Tint to Screen http://t.co/uaqrxTNk @apple @iphone4s
        Pos        1505        Wow I am loving this new @apple update for my touch. #coolness Well done
        Pos        1156        Well at least the @apple store has amazing call waiting music! #need4s
        Neg        2121        Thanks to a 90 minute wait on hold half an hour actually talking to someone the @Apple tech decides to send me an email to fix my phone
        Neg        1912        Apparently fuzzball crashes on #iOS5. Congratulations @apple on another incompatible upgrade
        Neg        2396        @apple why does #iPhone4 plus #iOS5 equal half the battery life?
        Neg        1976        Waiting for items to copy in Itunes after everything DID copy goes on and on and on. Come on @Apple what the hell?
        Pos        1117        @Twitter CEO points to @Apple as 'corporate mentor' as @iOS signups triple http://t.co/GCY8iphN
        Neg        1560        @Lisa_Marie1987 shhhh. the evil sith lords @apple may hear you ha!
        Neg        2111        Just searching with my voice on my 2 year old nexus one @apple.
        Neg        2281        IOS5 has one problem when i save someone in my contacts they don't show his nam becuz of the region/ +965 @apple #apple
        Neg        1992        anyone else stuck in duped calendar/mail/battery sucking @apple hell? #iCloud and #OSX Lion are a disappointment
        Neg        2344        Thanks to @Apple my new iMac is a brick. I cannot re-install Lion and I cannot purchase it because it was installed by the former owner.
        Neg        1841        Issues with updating iTunes on my windows pc - they really are not compatible.... Sent more time talking to @Apple care than using it!!
        Neg        2140        Wow. iCloud's mail is down. 1st the iOS 5 upgrade issues and now this. I really hope this isn't @apple without Steve Jobs.
        Neg        2343        I will never purchase another @Apple product for the rest of my life. I am glad Steve Jobs is fucking dead. MAY YOU FUCKING ROT IN HELL!!!!!
        Neg        1941        I really hate dealing with the brain dead people at the @apple store. For such good products customer service sucks.
        Pos        1448        dammit listening to siri is making me want to upgrade. well played @apple.
        Neg        2499        RT @gdcurry: Really @Apple? What have you done to my iTunes now? I can't click on Music Movies TV Shows or any playlists. I get a l ...
        Neg        2443        90 minutes after being at 100% my iPhone 4 (post #ios5 upgrade) has lost 40% of its charge and the @apple store folks are out of ideas.
        Neg        2148        2nd @apple genius apptment running late 2nd day in row for 2nd dodgy iPod . You make mega $$$ hire some staff.
        Pos        1301        Day305 I'm thankful for the great customer service received today from @Apple via phone CS new phone on the way #365daysofgratefulness
        Neg        2258        I hate you @apple for not sending Toledooh @bestbuy any @iPhone for @verizon even after I pre ordered!!!
        Neg        1978        @Apple unhappy again with service/product quality. Won't buy @Apple again.
        Pos        1281        This good here iPhone will do me VERY well today. Thanks to the gods that are @apple.
        Neg        1993        For being the inventor of the computer mouse Why is it that @Apple has never made one that is not a complete piece of fucking shit?!!?
        Pos        1487        @jonsibley Actually the @Apple mouse is pretty sweet man.
        Neg        1572        Seriously - I have absolutely no offing clue what @Apple means by authorization nor how to do it.
        Pos        1480        RT @SawyerHartman: I FU*KING LOVE YOU @APPLE this phone is the best thing ever !! SIRI = BEST THING EVER MADE
        Neg        2096        @BrianMincey @apple the chipsets tear through battery life. Coworker has a htc thunderbolt that he gets about 3 hours of life.
        Neg        2195        i officially HATE @apple... fix your damn itunes.
        Neg        2481        total time on the phone with @apple: 1 hour 27 minutes. let's see how this goes.
        Pos        1338        @apple Siri is amazing
        Neg        2075        Ok this @Apple software update for the #iphone is taking waaaaay too long!#annoyed
        Neg        2429        @apple give me my apps back!!!
        Neg        1539        I just need to exchange a cord at the apple store why do I have to wait for a genius? @apple
        Neg        1831        Der iCloud I HATE U AND I HOPE YOU DIE YOU ARE THE WORST FUCKING INVENTION IN THE WORLD FUCK YOUUUUUUUUUUUU #iCloud @apple @stevejobs
        Neg        1625        @Apple can't send me an iPhone preordered 1hr after launching but they cans send 5 or 10 to all the jackasses who want to shoot or blend 'em
        Pos        1244        4 millions in a weekend 16 #iPhone4S per second. This is madness?! no this is @Apple !!!
        Pos        1423        Using my awsome iPad... I love it. I love my MacBook too and my iPod. It's all amazing! I love @apple
        Neg        2181        @Apple #iOS5 #geolocation Suburbs with 2 words drops Map Pins in other States! Please fix.
        Neg        1811        @albertmal88 remember @apple is evil. #icloud entering the #dropbox market
        Pos        1195        Is it just me or is #iOS5 faster for the iPad? @apple
        Neg        1893        @hailfire101 @Irvysan They are... then @apple happened and snatched Siri so they could be douchebags and say 'it's ours!'
        Neg        1764        fuck u @apple
        Pos        1271        Thank you @Apple iOS 5 for email pop up on the lock screen and opening it when unlocking.
        Neg        1579        shit shit shit. IOS5 update ate all my apps data and media just like @apple said it would. This is going to take some time to rebuild.
        Pos        1383        Another great James Stewart story in today's NY Times about importance of architecture in @apple retail success http://t.co/Kniz452s
        Neg        1920        Can someone plz explain to me whhyy @apple is only distributing 2-3 phones per day to the sprint stores. I'm really ... http://t.co/uf9taK8f
        Pos        1327        @apple the iPhone 4s is great #genius
        Neg        1723        @azee1v1 @apple @umber Proper consolidation proper syncing stop losing my PURCHASED items checkboxes that do what you think they will do.
        Neg        1634        @Mayati I think @Apple didn't do such a thorough job with the step x steps for upgrade and move to iCloud. Now it's cost me mightily.
        Neg        2312        This is the first time I've been unhappy with any @apple product... Disappointed and the Internet seems as confused as I am right now.
        Neg        2270        Hey @Apple...I know Steve Jobs died & all but my Twitter for iPad app keeps crashing...Fix it...NOW..please..lol -F.Light
        Pos        1101        We did an unexpected workshop for the #iPhone4S at @apple yesterday and we got an awesome amount of info #notjustaboutthephone @gamerchik16
        Pos        1356        RT @MattyRiesz: @kathrynyee You were right an iPhone is a must have. #addicted {WELCOME TO THE @APPLE CLUB}
        Pos        1157        #sweet... #apple replaced my glass #probono. thank you @apple
        Neg        2489        This does not bode well. After charging all night my @Apple iPhone 4S has 25% battery after only 3hr off charger with no calls & light use
        Neg        2451        In less than an hour my post- #iOS5 iPhone has gone from 100% to 73% battery charge and the @apple store folks have no solution for me :(
        Neg        2305        @apple pls launch #Siri on iphone4 .. Disappointed after spending hours for upgrading to iOS5..
        Neg        1872        @apple @iphone Please deliver my daughter's i4s she is driving me nuts #iphone
        Pos        1077        @apple..good ipad
        Neg        1856        Seemingly endless loop of calls to @apple @ups @verizonwireless to investigate my missing #iphone4s. #crankywithnophone
        Pos        1378        RT @katebetts: Another great James Stewart story in today's NY Times about importance of architecture in @apple retail success http://t. ...
        Neg        2349        Only thing #iOS.5 has done is deleted my tiger woods game and made impossible to retrieve. Thanks @Apple!
        Neg        2504        DAMN YOU !!! @apple
        Neg        2033        if @apple does not resolve the #Siri network issues they will need to rename a great product to Sorri - Who else is having issues?
        Neg        2496        @ford should have teamed up with @Apple instead of @microsoft to make this SYNC system in my new focus. Car is sweet SYNC is #EpicFail
        Pos        1248        @iancollinsuk @apple I like what you did there...!
        Pos        1099        When you want something done right you do it yourself... or go to @Apple. AT&T you're useless these days. #yourdaysarenumbered
        Neg        1574        Boy could @apple make it any harder to put my purchased music from the cloud on to my new macbook pro? You must authorize this computer
        Neg        1802        @apple the reservation system not working shows no products avail let alone iphone 4s I had the site open in 3 browsers at 9 PM and nothing
        Neg        2402        Now @apple won't let me use credit on @iTunes unless I have a credit card. Should have told me when I redeemed the cards. Sound fair to you?
        Neg        2310        @apple you can suck it you and your fucking iPhones better be glad it's all I like cause the service Is fucking terrible
        Neg        1988        Been on hold with @apple customer service for 25 minutes. Wow lt's like they're #timewarnercable.
        Neg        2243        RT @nansen: so this SMS full message is known @apple issue with new iOS5 update. trying restore. When all else #fail - restore.
        Pos        1513        Love love love iOS 5!! @apple
        Neg        2065        @Apple Siri is down!
        Neg        2438        @tomcolontonio @apple #EPICFAIL
        Neg        1630        @bisquiat @Apple the upgrade just slows down my phone so much it's stuck half the time. uch. thankfully no other damage. sucks for you :(
        Pos        1404        It would have taken me 15 mins to write this with my #Blackberry. Thank u @Apple 4s for converting me and showing me the grass is greener!
        Neg        1958        Every time I try the voice control on my iPod Touch to send an iMessage it starts playing Who Knew by Pink. Still not Flawless @Apple
        Neg        1877        @sprint @bestbuy still no word on my iPhone4s preorder. Best Buy blames Sprint Sprint blames @apple I just want an honest answer. #help
        Neg        1665        RT @phxguy88: Oh just fuck you @apple. Already?? ---> iPhone 5 on schedule for summer launch? http://t.co/Ofh9PTaG via @BGR
        Neg        1626        Gotta say the @Apple itouch iphone shuffle etc.. sound quality is AWFUL.. painfully crap. Its been a downgrade from @Sony sound quality wise
        Pos        1340        @rygurl you need an @apple iphone4S with Siri!
        Neg        2325        @apple WTF why can we not add the newsstand to a folder?! We are already in your walled garden so please don't remind us of it.
        Neg        2371        What happened? RT @xCuntNuggetx: Never purchasing another item from @apple.
        Neg        2004        @PrJusto Don't question the @Apple they will remember your dissent!
        Neg        2338        @apple I'm still waiting for you to deliver my phone to @sprint
        Pos        1122        At the bus with my iPhone ;) thxx @apple
        Pos        1395        RT @deb_lavoy: the nice guy at the @apple store replaced my phone gratis when I showed him the hairline crack on the screen. thanks @apple
        Neg        1932        As a huge podcast fan - I really feel like @Apple dropped the ball on this one. http://t.co/wvzPrbCI via @Carrypad
        Neg        1620        What??? I that sucks hello @apple RT @PhoneDog_Aaron Interesting note - DROID RAZR's battery isn't removable.
        Pos        1499        Good support fm Kevin @apple #Bellevue store 4 biz customers TY!
        Neg        1584        . @apple & @AT&T u cannot tell me there isn't at least 1 64GB iPhone 4S in LA or Vegas!! Give me a fucking break!!!!
        Neg        1730        I made a reservation and yet I still have to wait in line. Humpt! Oh @apple (@ Apple Store w/ 2 others) http://t.co/JZmVBdNm
        Pos        1259        Laundering Ari's iPhone not my finest moment. But after drying in bag of (organic :-) rice for 4 days it booted up!!!!!!!!!!! @apple
        Neg        1972        @betweensundays Ah! Yeah...should be an option...hopefully @apple figures that out. Thx
        Neg        1683        @Steelo254 yea! I pre-order through @apple and they sorry too just like #AT&T
        Neg        1518        RT @cjwallace03: So apparently @apple put MB cap on your SMS with the new update. 25mb storage before it tells you your inbox is full. W ...
        Pos        1129        @apple @jilive @DanielPink: Apple sells 4 million iPhone 4S units in first weekend ... Steve Jobs brilliance lives on for ever! #iphone #RVA
        Neg        2379        RT @leiboaz: Wow worst @apple customer service experience ever. Arrogant and inept. Bad combo Biltmore Apple store.
        Neg        1933        I don't really like Siri's voice. Perhaps @apple can get Star Wars voices just like @garmin http://t.co/pSUJg9pN
        Pos        1087        Amazing new @Apple iOs 5 feature. http://t.co/jatFVfpM
        Neg        2050        See @Apple that what's happen when you release iPhone 4S with same crappy design as the old phone!
        Neg        2127        My schedule is 2 busy 2 spend UNquality time with @ATT @Apple 2 recover Iphone again-The mo' mobile I get the mo' immobile I is. Sync Not!
        Neg        2482        Waited in line for nothing fucking genius @Apple called an app for John not jean stop fucking up my name im not a French boy. #PCam ...
        Neg        2246        All I can say about @Apple right now is #GoodRiddance See? Cancer isn't ALL BAD!
        Neg        1565        FUCK YOU @apple DIE IN A FUCKING BLAZE INFERNO.
        Pos        1058        Hey @apple if you send me a free iPhone (any version will do) I will publicly and ceremoniously burn my #BlackBerry.
        Neg        2220        @nansen Man that sux! @apple io5 upgrade a total #fail for you!
        Neg        1550        RT @radlerc: Yellowgate? Some iPhone 4S Users Complain of Yellow Tint to Screen http://t.co/uaqrxTNk @apple @iphone4s
        Pos        1390        Welcome to the twitter world @MarkStuver. This is due to #iOS5 and @apple thanks guys.
        Neg        2054        This. RT @bonkoif Looks like @Apple did not appropriately project the resources needed for Siri. Not very reliable
        Neg        2248        @twitter can you look at problem on iPad where it won't open @ messages. It just crashes the app. You too @apple maybe your fault.
        Pos        1364        @blackberry boo hiss!............@apple wuhu!!!!!!!! When will my berry powered technology actually work??
        Neg        1820        RT @ShayDiddy: @CircusTK @ups @apple both of them are bs!!! How do u tell me go between a certain time ONLY and the muh fuh is closed!
        Neg        1778        Like @apple da fuck is this shit? http://t.co/nb4DHlSg
        Pos        1320        Loving my new #iPhone4S thanks @apple for #ios5
        Pos        1475        .@apple thanks for fixing this... http://t.co/wTj1ogDO
        Neg        2086        @jane73 @Gazmaz hopefully it's a small bug @Apple must be fixing it. RIGHT APPLE }:0( #itjustworks
        Pos        1127        @azee1v1 @apple @umber AppStore is well done so is iTunes on the mobile devices. I was talking about desktop app.
        Neg        1797        @apple #iOS.5 has been nothing but a pain in the ass no room for my music.. Or photos.. Or apps! Can I undo this garbage??
        Pos        1245        .@apple you got me. I'm now invested. MacBook Pro next year. Time to get on selling more of my #android gear
        Pos        1399        the nice guy at the @apple store replaced my phone gratis when I showed him the hairline crack on the screen. thanks @apple
        Pos        1173        Another mention for Apple Store: http://t.co/fiIOApKt - RT @floridamike Once again getting great customer service from the @apple store ...
        Pos        1416        Thank you @apple for making my iPad 2 feel like new again with your new iOS 5!
        Pos        1347        I @Apple http://t.co/a8on3IAa
        Neg        1589        Love @apple downloads. 4 hours and i-pad now wonky! #ripstevejobs #thenonsensepersists #neednewipadguide #fatfuckingchance
        Neg        1969        RT @ScottDugas: Warning: if iphone apps spontaneously loose data it might not be the app's fault - http://t.co/1SEsvWwm #ios5downgrade ...
        Neg        2190        Clarence Thomas must have designed the new OSX lion tossing decades of workflow standards @apple bring back save as! #autoSaveSucks
        Neg        2094        @apple domain fail. Open 2 hrs late for walk in ppl. Store was empty and i only need a skin 4 my screen. You represent customer service FAIL
        Neg        2225        Dear @Apple Contacts you are terrible. I just cleaned duplicates for 3 hours and they magically reappeared. Fix it.
        Neg        1708        @apple my iPhone is charging very slowly!!!!!
        Neg        2048        @electricsoup It has to connect to @Apple to process commands which it is failing to do right now
        Neg        1530        THiS IS WHAT WiLL KiLL APPLE http://t.co/72Jw4z5c RiP @APPLE
        Pos        1208        So THANKFUL for the incredible people @apple for going above and beyond and offering to and replacing my water-damaged Macbook Pro!!! Wow!
        Neg        2232        hey @apple do you wanna fix my fucking playlist order you piece of shit
        Pos        1223        I love @apple service . My case has cracked 3x and I go in and they hand me a case and I walk out
        Neg        2200        @semilshah yeah except that when you ask for a receipt it takes them 30 minutes to figure out where it printed out. Fix that @Apple!
        Pos        1251        I just sent my grandma a post card using my #CardsApp thanks @Apple
        Neg        2129        @twalve @apple you know the issues they have with DST and alarms :p
        Pos        1488        The #iphone4s is amazing. Siri's voice recognition is absolutely a step above previous attempts. Bravo @apple
        Neg        2118        #appleupdates2 success stories- iPhone & iPad 2.Now been on phone to Apple 45 mins. iPad 1 WILL not. Wasting my time @apple#Replaceit!
        Pos        1500        Just downloaded IOS 5. It's better than I expected! #thankyou @apple
        Neg        2420        Bummer that @Apple #iCloud syncs on Windows only w/ Outlook (not Thunderbird) & IE (not Firefox Chrome). #sadmac
        Neg        2322        Is it me or does #iPhone4s run a little warm sometimes? @apple
        Neg        1672        @apple No I won't wait until thursday for an available appointment just so a 'genius' can tell me I'm shit out of luck. #now
        Neg        1887        @Apple your service experience is really fucking slipping (except for cute eyelash batting girlies). (@ Apple Store) http://t.co/dOHDEnMg
        Pos        1470        RT @To1ne: .@apple thanks for fixing this... http://t.co/wTj1ogDO
        Pos        1421        _ibertaddigital.tv/ iPad a briliant SteveJobs produck http://t.co/00ohfLY6@Apple present... http://t.co/DBbWSDpx
        Pos        1365        @apple by far the best iPod and first time iPhone ever.... Good job guys
        Pos        1489        Finally got the @apple IPhone thanks to @sprint getting with the times
        Pos        1344        So I am using my work PC (NEVER EVER) to get a feel for it; it has the worst speakers ever!! @apple you have spoiled me!! #imamac
        Neg        1640        @NickTheFNicon He can send but not rcve txts so he has an apt @apple at 4pm.Then he exclaims: And I waited a whole YEAR for this phone!!LMAO
        Neg        1996        @Apple you're killing me. Excited about iOS5 no longer- tragic battery drain genius bar wants to replace the battery. Really?
        Neg        2486        It's been 24hrs since I reported @ups theft of my iPhone and @apple has done nothing. No return call as promised. Nothing.
        Neg        1703        I hate my @apple computer. Thats 3500 dollars down the drain.
        Neg        1752        @apple #apple One thing I hater about this #mouse the #buttery finish so fast am not #happy now #macworld @macworld http://t.co/5Uh4a4Vt
        Neg        2411        @azrael: RT @DavideGori: And again #MobileMe is down. Issues when syncing accessing mail... is this a good premise for #iCloud? @Apple ...
        Neg        2081        @apple does iOS 5 rape your battery life? or am I just using my phone a lot since getting it
        Neg        2071        on hold for another half hour. phone is ringing but no one is picking up.@apple you stink.
        Neg        2199        Dear @apple your staff at the Little Rock store...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here