Advertisement
vergepuppeter

Link Categories

Jan 18th, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Sample sample = new Sample("http://wallpapersshd.com/wp-content/uploads/2013/03/mix-fruits-hd-photos.jpg.jpg", "Fresh Fruit", 0, 0);
  2. Sample sample2 = new Sample("http://media.mercola.com/ImageServer/Public/2010/November/recommended-vegetable-list-fb.jpg", "Fresh Veg", 0, 1);
  3. Sample sample3 = new Sample("http://centralfreshmarket.com/wp-content/uploads/sites/7/photo-gallery/produce/produce-003.jpg", "Dairy/Eggs", 0, 2);
  4. Sample sample4 = new Sample("http://www.themarketstores.com/marketstores/files/thumb/25/748", "Meat/Seafood", 0, 3);
  5. Sample sample5 = new Sample("http://www.terranovabakery.com/images/breakfast_breads.jpg", "Break/bakery/Breakfast", 0, 4);
  6. Sample sample6 = new Sample("http://www.sumacoop.sumawholesale.com/wp-content/uploads/2010/07/BABY_CARE.jpg", "Baby Care", 1, 5);
  7. Sample sample7 = new Sample("http://www.sammyko.com/wp-content/uploads/2013/06/drinks.jpg", "Beverages/Drinks", 5, 6);
  8. Sample sample8 = new Sample("http://www.scrglobal.com/sites/default/files/imagecache/page_slideshow/iStock_000003327295Small--2.jpg", "Frozen Food", 0, 7);
  9. Sample sample9 = new Sample("http://i.huffpost.com/gen/1010455/images/r-BEST-CANNED-CHICKEN-NOODLE-SOUP-large570.jpg", "CANNED/SOUPS/COOKING OIL", 0, 8);
  10.  
  11. Sample sample10 = new Sample("http://i.huffpost.com/gen/619482/images/r-HEALTHY-PASTAS-large570.jpg", "GRAINS/PASTA/NOODLES", 0, 9);
  12. Sample sample11 = new Sample("http://www.achieveonlinefitness.com/wp-content/uploads/2014/03/food_grains.jpg", "CONDIMENTS/SAUCES/SPICES/BAKING", 0, 10);
  13. Sample sample12 = new Sample("http://a2zbusiness.yolasite.com/resources/1358664928_474573539_4-Vestige-Marketing-Pvt-Ltd-health-care-products-09160255159-Health-Beauty-Fitness.jpg", "PERSONAL CARE/HEALTH", 0, 11);
  14. Sample sample13 = new Sample("http://3dprintingindustry.com/wp-content/uploads/2014/08/chocolates-3d-printing.jpg", "SNACKS/CHOCOLATES/SWEETS", 0, 12);
  15. Sample sample14 = new Sample("http://www.zuuzsavvy.com/wp-content/uploads/2013/04/apartment-must-have-items.jpg", "HOUSEHOLD", 0, 13);
  16. Sample sample15 = new Sample("http://lifesorted.ca/wp-content/uploads/2013/06/Household-Appliances.jpg", "ELECTRICAL ITEMS", 0, 14);
  17. Sample sample16 = new Sample("https://tm-pilbox.global.ssl.fastly.net/?url=https%3A%2F%2Ftm-prod.global.ssl.fastly.net%2Fuploaded%2Fattachments%2F16349.jpg%3Fv%3D0c6f6c9b510252d40854749ed8b15331&h=367", "OFFICE SUPPLIES/ARTS/CRAFTS", 0, 15);
  18. Sample sample17 = new Sample("http://www.kuzig.com.my/wp-content/uploads/2012/07/2010-meguiars-new-products-680x300.jpg", "CAR CARE", 0, 16);
  19. Sample sample18 = new Sample("http://dog-mat.pl/img/cms/hery/products.png", "PET CARE", 0, 17);
  20. Sample sample19 = new Sample("http://indianapublicmedia.org/eartheats/files/2010/02/canned-vegetables.jpg", "ORGANIC FOOD", 0, 18);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement