Skip to content

Instantly share code, notes, and snippets.

View ramadana's full-sized avatar
🏠
Working from home

Pramandha Arthadana ramadana

🏠
Working from home
  • Software Engineer
  • Surabaya, Indonesia
  • LinkedIn in/rmdn
View GitHub Profile
@ramadana
ramadana / eve-echoes-planetary-list.md
Last active September 22, 2020 06:34
EVE Echoes - Perfect Planetary Materials Location

EVE Echoes - Perfect Planetary Materials Location

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

The Forge (0.6)

Kimitoro (1.0)

* *New Caldari (1.0)*
  • Base Metals
@ramadana
ramadana / Snippet-GalleryCollectionView.swift
Last active April 19, 2018 10:39
Snippet untuk create collection view cell bisa tertata pada screen.
...
// 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
@ramadana
ramadana / 0_reuse_code.js
Last active August 29, 2015 14:06
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console