Bu gist php geliştirme ortamı kurulum rehberidir. Temiz bir Ubuntu 12.04 LTS 64bit kurulumundan sonra işlemler bu işlemler yapılmış ve herhangi bir sorunla karşılaşılmamıştır.
- Başlangıç
- Google Chrome
| /*** | |
| * This script will anchor a GameObject to a relative screen position. | |
| * This script is intended to be used with ViewportHandler.cs by Marcel Căşvan, available here: http://gamedev.stackexchange.com/a/89973/50623 | |
| * It is also copied in this gist below. | |
| * | |
| * Note: For performance reasons it's currently assumed that the game resolution will not change after the game starts. | |
| * You could not make this assumption by periodically calling UpdateAnchor() in the Update() function or a coroutine, but is left as an exercise to the reader. | |
| */ | |
| /* The MIT License (MIT) |
| - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { | |
| if (data) { | |
| self.tableView.separatorStyle = UITableViewCellSeparatorStyleSingleLine; | |
| return 1; | |
| } else { | |
| UIActivityIndicatorView *spinner = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge]; | |
| spinner.frame = CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height); | |
| spinner.color = [UIColor blackColor]; | |
| [spinner startAnimating]; | |
| self.tableView.backgroundView = spinner; |
| <?php | |
| /** | |
| * An helper file for Laravel 4, to provide autocomplete information to your IDE | |
| * Generated with https://github.com/barryvdh/laravel-ide-helper | |
| * Updated for Laravel 4.1.22 (2014-02-03) | |
| * | |
| * @author Barry vd. Heuvel <barryvdh@gmail.com> | |
| */ | |
| exit('Only to be used as an helper for your IDE'); |
Bu gist php geliştirme ortamı kurulum rehberidir. Temiz bir Ubuntu 12.04 LTS 64bit kurulumundan sonra işlemler bu işlemler yapılmış ve herhangi bir sorunla karşılaşılmamıştır.