Please note that the lower a system’s security level the faster it will produce the resources. But, mining in null sector also comes with its risk. So, please stay sharp.
#eveechoes
* *New Caldari (1.0)*
- Base Metals
| ... | |
| // Calculate cells spacing and size | |
| var cellSize: CGFloat = 0 | |
| var isDecided = false | |
| var cellSpacing:CGFloat = 1 | |
| let cellCounts:CGFloat = 3 | |
| while !isDecided { | |
| let value = (UIScreen.main.bounds.width-cellSpacing*(cellCounts+1))/cellCounts |
| // | |
| // ManagerViewController.swift | |
| // Skillshare | |
| // | |
| // Created by Stillalive on 5/29/17. | |
| // Copyright © 2017 Stillalive. All rights reserved. | |
| // | |
| import UIKit |
| I/WindowManager( 775): Input event dispatching timed out sending to com.jds.matomemobile/com.jds.matomemobile.ManagerActivity. Reason: Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 2. Wait queue head age: 30278.8ms. | |
| E/ActivityManager( 775): ANR in com.jds.matomemobile (com.jds.matomemobile/.ManagerActivity) | |
| E/ActivityManager( 775): PID: 28392 | |
| E/ActivityManager( 775): Reason: Input dispatching timed out (Waiting to send non-key event because the touched window has not finished processing certain input events that were delivered to it over 500.0ms ago. Wait queue length: 2. Wait queue head age: 30278.8ms.) | |
| E/ActivityManager( 775): Load: 12.88 / 12.68 / 12.41 | |
| E/ActivityManager( 775): CPU usage from 4134ms to -6560ms ago: | |
| E/ActivityManager( 775): 104% 28392/com.jds.matomemobile: 99% user + 4.4% kernel / faults: 5536 minor 9 major | |
| E/ActivityManager( 775): 28% 775/system_server |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |