Skip to content

Instantly share code, notes, and snippets.

View Cellane's full-sized avatar

Cellane

View GitHub Profile
//
// NSArray+MCO.cpp
// mailcore2
//
// Created by DINH Viêt Hoà on 1/29/13.
// Copyright (c) 2013 MailCore. All rights reserved.
//
#import "NSArray+MCO.h"
[[cell detailTextLabel] setText:[[[[cell message] header] from] displayName] ?: [[[[cell message] header] from] mailbox]];
Opravená:
First of all I would like to say that I am really glad that I can work for AMLI this summer. Recently, we started filling out
our CCI aplications and we would like to finalize it in the upcoming days. We also started thinking about our flight tickets to
NY. But before that I would like to know just one think that you will agree with my (Iveta Miturova) and my friend Michaela
Olsovska arrival date. We have many school exams and it will not be possible to fly to NY before 6/6/14. It is OK with you that
we would come to NY on 6/7/14 or 6/8/14? We promise you that from that time we will work really hard and we will try to do our
best as workers and lifeguards. I like working as a lifeguard, it will be my third year as one, by the way.
Thank you very much for your answer and I hope you will agree. Please let me know as soon as possible and I am looking forward
//
// ANAPIManager.m
// Futruy
//
// Created by Milan Vít on 30.01.14.
// Copyright (c) 2014 AiNeuron. All rights reserved.
//
#import <AFNetworking.h>
#import "ANAPIManager.h"
//
// ANConsumptionViewController.m
// Futruy
//
// Created by Milan Vít on 31.01.14.
// Copyright (c) 2014 AiNeuron. All rights reserved.
//
#import "ANConsumptionViewController.h"
//
// ViewController.m
// CalendarTest
//
// Created by Milan Vít on 17.01.14.
// Copyright (c) 2014 Milan Vít. All rights reserved.
//
#import "ViewController.h"
//
// ClassroomViewController.m
// Univerzita
//
// Created by Milan Vít on 12.01.14.
// Copyright (c) 2014 Robert Jarusek. All rights reserved.
//
#import "ClassroomViewController.h"
-(void)loadImageWithIndex:(int)index toPage:(int)pageIndex{
if (pageIndex == 0)
{
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^
{
UIImage *pom = [UIImage imageNamed:[self.imageNameArray objectAtIndex:(NSUInteger) index]];
dispatch_async(dispatch_get_main_queue(), ^
{
self.imageViewOne.image = pom;
Dobrý den,
jak jsme se domlouvali po telefonu, dovolil jsem si sepsat, co si pamatuji ze zařizování ubytování v Pearlandu.
- První noc asi nebude úplně relevantní, tu jsme přečkali v hotelu La Quinta, kam nás z letiště hodila Shari King (a ráno nás
z něj též vyzvedla), a pokud se moje detektivní práce povedla, přibližná adresa je zde: https://www.google.com/maps/preview#
!q=13290+Fm+1960+Rd+W%2C+Houston%2C+Texas&data=!4m15!2m14!1m13!1s0x8640d11143d17559%3A0xe87cdf6f48b38215!3m8!1m3!1d5962!2d-9
5.618387!3d29.917167!3m2!1i2560!2i1324!4f13.1!4m2!3d29.917167!4d-95.618387
- Velkou část prvního týdne jsme přenocovali v Candlewood Suites na 9015 Broadway Street, personál milý (kola nám byli
ochotni schovat v prádelně), na bazény to bylo o něco dál, ale pořád v pohodě v dojezdové vzdálenosti, cena ovšem byla šílen
//
// ItemsViewController.m
// Homepwner
//
// Created by Milan Vít on 12.10.13.
// Copyright (c) 2013 Milan Vít. All rights reserved.
//
#import "ItemsViewController.h"
#import "BNRItemStore.h"