Skip to content

Instantly share code, notes, and snippets.

View dukei's full-sized avatar

Dmitry Kochin dukei

  • Ties.Network, Krawlly
View GitHub Profile
{
login: 'alex.*******@gmail.com',
password: '******',
message1: '%USERNAME%, I believe we have mutual interests. Let us be friends, communicate and collaborate!',
search_keywords: 'litecoin',
search_regions: ['us:0', 'gb:0', 'ru:0', 'de:0', 'fr:0', 'es:0', 'ae:0', 'jp:0', 'cn:0', 'kr:0', 'hk:0', 'tw:0', 'it:0'],
server_api: 'http://192.168.1.48:8080/lkn/backend/web/?r=data/',
messages: [
[ //0
{
login: '*****@gmail.com',
password: '*********',
message1: 'Greetings, %USERNAME%! It seems to me that we might have common interests in the field of health and clinical skincare. I’d love to get in touch and collaborate.',
message1re: 'It seems to me that we might have common interests in the field of health and clinical skincare',
invites_max: 200,
no_invites: true,
use_sales_api: true,
conversations_till: +new Date('2020-02-01 00:00:00'),
sent_invites_max: 500,
# Write your query or mutation here
mutation auth_dco{
authenticate(email: "dco@mail.ru", password: "12345678", fingerprint: "1234"){
accessToken
id
}
}
@dukei
dukei / ProxyFactory.sol
Created November 19, 2019 08:10 — forked from GNSPS/ProxyFactory.sol
Improved `delegatecall` proxy contract factory (Solidity) [v0.0.5]
/***
* Shoutouts:
*
* Bytecode origin https://www.reddit.com/r/ethereum/comments/6ic49q/any_assembly_programmers_willing_to_write_a/dj5ceuw/
* Modified version of Vitalik's https://www.reddit.com/r/ethereum/comments/6c1jui/delegatecall_forwarders_how_to_save_5098_on/
* Credits to Jorge Izquierdo (@izqui) for coming up with this design here: https://gist.github.com/izqui/7f904443e6d19c1ab52ec7f5ad46b3a8
* Credits to Stefan George (@Georgi87) for inspiration for many of the improvements from Gnosis Safe: https://github.com/gnosis/gnosis-safe-contracts
*
* This version has many improvements over the original @izqui's library like using REVERT instead of THROWing on failed calls.
* It also implements the awesome design pattern for initializing code as seen in Gnosis Safe Factory: https://github.com/gnosis/gnosis-safe-contracts/blob/master/contracts/ProxyFactory.sol
@dukei
dukei / keybase.md
Created September 11, 2019 07:47
keybase

Keybase proof

I hereby claim:

  • I am dukei on github.
  • I am klower (https://keybase.io/klower) on keybase.
  • I have a public key ASCN1GOHo1zp30mii9hF90aFc0hZPNsjjCN0qS9p5ETFlAo

To claim this, I am signing this object:

[
{
"constant": true,
"inputs": [
{
"name": "vPub",
"type": "bytes32"
}
],
"name": "getNodeAddr",
@dukei
dukei / genesis.json
Created August 31, 2018 16:16
Etherus Alpha version Genesis.json
{
"genesis_time": "2018-08-23T13:02:59.6050605Z",
"chain_id": "test-chain-6FWv3M",
"consensus_params": {
"block_size_params": {
"max_bytes": "22020096",
"max_txs": "10000",
"max_gas": "-1"
},
"tx_size_params": {
<history>
<change version="55" date="2015-05-21">
- cards.cardNumber теперь показывают только последние 4 цифры
- Переработаны кредиты (loans) в связи со сменой дизайна в интернет-банке
- Владелец кредита в интернет банке теперь сокращен до Имя Ф.
</change>
</history>