Skip to content

Instantly share code, notes, and snippets.

{"20211126":{"date_id":"20211126","working":[],"current":"","year":"2021","month":"November","day":"26","orders":[]},"20211127":{"date_id":"20211127","working":[],"current":"","year":"2021","month":"November","day":"27","orders":[]},"20211128":{"date_id":"20211128","working":[],"current":"","year":"2021","month":"November","day":"28","orders":[]},"20211129":{"date_id":"20211129","working":[],"current":"","year":"2021","month":"November","day":"29","orders":[]},"20211130":{"date_id":"20211130","working":[],"current":"","year":"2021","month":"November","day":"30","orders":[]},"20211201":{"date_id":"20211201","working":[],"current":"","year":"2021","month":"December","day":"01","orders":{"19":true}},"20211202":{"date_id":"20211202","working":[],"current":"","year":"2021","month":"December","day":"02","orders":[]},"20211203":{"date_id":"20211203","working":[],"current":"","year":"2021","month":"December","day":"03","orders":[]},"20211204":{"date_id":"20211204","working":[],"current":"","year":"2021","month":"Dece
Calculation required! A new order has been added to the plan!
<div>
Name of order: <b>{{ order.name }}</b>
</div>
<div>Order date: <b>{{ order.processed_at }}</b></div>
<div>ETD: <b>{{ order.ready_at }}</b></div>
<br>
{% for product in products %}
<div>
Product: <b>{{ product.getFullInfo('en') }}</b>
{
"dates": [
{
"date": "2020, 06, 10",
"hours": [
"12",
"13",
"14",
"15",
Verifying my Blockstack ID is secured with the address 1CybbMfUEohkaaAEXB4NS6qfaa9sXcM9gs https://explorer.blockstack.org/address/1CybbMfUEohkaaAEXB4NS6qfaa9sXcM9gs
@semasping
semasping / vote.js
Last active November 8, 2017 14:26
//мучаю nodejs
//просто проголосовать:
const golos = require('golos-js');
/*
golos.config.set('websocket', 'wss://api.golos.cf');
golos.config.set('address_prefix', 'GLS');
golos.config.set('chain_id', '782a3039b478c839e4cb0c941ff4eaeb7df40bdd68bd441afd444b9da763de12');
@semasping
semasping / gist:ea34ff57294c2077a50f0c825d5b0fdf
Created November 1, 2017 18:42
golos witness Config for semasping
# Endpoint for P2P node to listen on
# p2p-endpoint =
# Maxmimum number of incoming connections on P2P endpoint
# p2p-max-connections =
# P2P nodes to connect to on startup (may specify multiple times)
# seed-node =
seed-node = 5.9.18.213:4243
seed-node = 52.32.75.69:4243
@semasping
semasping / GolosProcessCreatePost.php
Created September 12, 2017 10:27
GolosProcessCreatePost
<?php
namespace App\Jobs;
use App\BotUserNot;
use App\GolosBlackListForBots;
use App\GolosBotPost;
use App\semas\AdminNotify;
use GrapheneNodeClient\Tools\Transliterator;
use Illuminate\Bus\Queueable;
@semasping
semasping / GolosPostNotifyBotController.php
Created September 12, 2017 07:56
GolosPostNotifyBotController
<?php
namespace App\Http\Controllers;
use App\BotUserNot;
use App\GolosBlackListForBots;
use App\GolosBotPost;
use App\GolosBotsSettings;
use App\semas\AdminNotify;
use App\semas\GolosApi;
function(t, e) {
t.exports = [{
api: "database_api",
method: "set_subscribe_callback",
params: ["callback", "clearFilter"]
}, {
api: "database_api",
method: "set_pending_transaction_callback",
params: ["cb"]
}, {