Skip to content

Instantly share code, notes, and snippets.

View morion4000's full-sized avatar

Ionut Moraru morion4000

View GitHub Profile

Keybase proof

I hereby claim:

  • I am morion4000 on github.
  • I am morion4000 (https://keybase.io/morion4000) on keybase.
  • I have a public key ASCMK28wmVTgndQeOTFMfBwPoFGdLqpNp92H_ZFWUuqsrAo

To claim this, I am signing this object:

Command: GeoLocations constructor
NodesList constructor
SignalingRoomList constructor
NodeSignalingServerProtocol constructor
SignalingRoomList constructor
NodeSignalingClientProtocol constructor
NodesWaitlist constructor
NodeDiscover constructor
NodeClientsService constructor
NodeWebPeersDiscoveryService constructor
09.05.2018 16:53:02_discoverForkBinarySearch 0 left 25818 right 26649
09.05.2018 16:53:02_discoverForkBinarySearch 0 left 26234 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26442 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26546 right 26649
09.05.2018 16:53:03connecting... to: https://webdollar-vps3.ddns.net:80
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26598 right 26649
09.05.2018 16:53:03_discoverForkBinarySearch 0 left 26624 right 26649
09.05.2018 16:53:03 ✘ Error deserializing blocks TypeError: Cannot read property 'difficultyTarget' of undefined
09.05.2018 16:53:03 at MiniBlockchainFork.getForkDifficultyTarget (/usr/src/app/dist_bundle/terminal-bundle.js:3313:52)
09.05.2018 16:53:03 at InterfaceBlockchainProtocolForkSolver._deserializeForkBlock (/usr/src/app/dist_bundle/terminal-bundle.js:7265:190)
05.05.2018 00:15:01connecting... to: https://webdollar-vps2.ddns.net:443
05.05.2018 00:15:01connecting... to: https://robitza.ddns.net:8082
05.05.2018 00:15:03connecting... to: https://presa7.ro:80
05.05.2018 00:15:05connecting... to: https://webdollar-vps3.ddns.net:443
05.05.2018 00:15:05connecting... to: https://robitza.ddns.net:8081
05.05.2018 00:15:07connecting... to: https://webdollar-vps3.ddns.net:80
05.05.2018 00:15:07connecting... to: https://webdollar.ddns.net:8080
05.05.2018 00:15:11connecting... to: https://webdollar.ddns.net:8082
05.05.2018 00:15:11connecting... to: https://webdollar-vps1.ddns.net:80
05.05.2018 00:15:11connecting... to: https://hcern.ddns.net:8080
In the world of post-modernism, it is no longer clear that any one identity is ‘real’.
d8a757852d3c255b4364dee86f91eb6914cf5d1b880d313168d670c8af9d63a9
0x40a981d92D6d9ad1532fAA8e0bdef7d390D9AaC4
@morion4000
morion4000 / wercker.yml
Last active November 9, 2016 13:34
wercker.yml for the new Wercker stack with the Yeoman box
box: digitallyseamless/nodejs-bower-grunt:5
build:
steps:
- install-packages:
packages: ruby-full
- script:
name: install compass gem
code: gem update --system && gem install compass
- npm-install
box: digitallyseamless/nodejs-bower-grunt
build:
steps:
- install-packages:
packages: ruby-full unzip
- script:
name: install compass gem
code: gem update --system && gem install compass
- npm-install
#!/bin/bash
cat > utilities-controller.json <<EOF
{
"kind": "ReplicationController",
"apiVersion": "v1",
"metadata": {
"name": "utilities-service",
"labels": {
"name": "utilities-service"
@morion4000
morion4000 / count_files_lines.sh
Created July 3, 2014 14:52
Count recursively the number of lines in files
find . -name '*.js' -not -path "./node_modules/*" | xargs wc -l