Skip to content

Instantly share code, notes, and snippets.

View chervol's full-sized avatar

Volodymyr Cherepanyak chervol

  • Quintagroup Ltd
  • Lviv, Ukraine
View GitHub Profile
### Keybase proof
I hereby claim:
* I am chervol on github.
* I am chervol (https://keybase.io/chervol) on keybase.
* I have a public key ASA4fwC2iRKQ8WpOGN3qFJ3x_SfU5WVifXBtJvxgeVC6TQo
To claim this, I am signing this object:
@chervol
chervol / sync.log
Created October 5, 2016 15:16
Parity sync stalled
-------- normal run (solo minig)
>> parity --max-peers 100 --dapps-port 8880
2016-10-05 18:10:51 Starting Parity/v1.4.0-unstable-48bb890-20161003/x86_64-linux-gnu/rustc1.13.0-beta.1
2016-10-05 18:10:51 State DB configuation: fast
2016-10-05 18:10:51 Configured for Frontier/Homestead using Ethash engine
2016-10-05 18:10:52 Public node URL: enode://815afcdb7e8a940b29a346087dc59ac08d7ce690b55bf839e36cd301b67fdc0f5231c03c82485e115d3e6eb31ce3447be84ac51dc41e1b34ef736722fb78aa71@192.168.0.122:30303
2016-10-05 18:11:22 0/ 2/25 peers 41 MiB db 2 MiB chain 2 KiB queue 11 KiB sync
2016-10-05 18:11:53 0/ 2/25 peers 41 MiB db 3 MiB chain 2 KiB queue 11 KiB sync
2016-10-05 18:12:23 0/ 4/25 peers 41 MiB db 6 MiB chain 2 KiB queue 11 KiB sync
2016-10-05 18:12:38 Syncing #2381361 e398…4cfa 0 blk/s 0 tx/s 0 Mgas/s 0+ 0 Qed #2381361 1/ 7/25 peers 41 MiB db 6 MiB chain 2 KiB queue 11 KiB sync
@chervol
chervol / grid.css
Created June 22, 2012 18:27
Generate deco grid styles with different spacings based on percentage
div.spacing-1-125 div.width-full { width: 97.7500%; }
div.spacing-1-125 div.position-0 { margin-left: -98.8750%; }
div.spacing-1-125 div.width-1\3a 2.position-0 { width: 47.7500%; margin-left: -98.8750%;}
div.spacing-1-125 div.width-1\3a 2.position-1\3a 2 { width: 47.7500%; margin-left: -48.8750%;}
div.spacing-1-125 div.width-1\3a 3.position-0 { width: 31.0833%; margin-left: -98.8750%;}
div.spacing-1-125 div.width-1\3a 3.position-1\3a 3 { width: 31.0833%; margin-left: -65.5417%;}
div.spacing-1-125 div.width-1\3a 3.position-2\3a 3 { width: 31.0833%; margin-left: -32.2083%;}