I hereby claim:
- I am ksn135 on github.
- I am ksn135 (https://keybase.io/ksn135) on keybase.
- I have a public key whose fingerprint is 5AC6 212A 5C5E B5D4 C4B5 EDB0 DC96 9657 7BEF 5523
To claim this, I am signing this object:
| <?php | |
| # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| # source: Organization.proto | |
| namespace AppBundle\Diadoc\Api\Proto; | |
| use Google\Protobuf\Internal\GPBType; | |
| use Google\Protobuf\Internal\RepeatedField; | |
| use Google\Protobuf\Internal\GPBUtil; |
| [ | |
| { | |
| "E_ERROR":"integer(1)", | |
| "E_RECOVERABLE_ERROR":"integer(4096)", | |
| "E_WARNING":"integer(2)", | |
| "E_PARSE":"integer(4)", | |
| "E_NOTICE":"integer(8)", | |
| "E_STRICT":"integer(2048)", | |
| "E_DEPRECATED":"integer(8192)", | |
| "E_CORE_ERROR":"integer(16)", |
| <?php | |
| /** | |
| * This file is part of the Comedy Club Production informational system package. | |
| * | |
| * (c) Serg N. Kalachev <[email protected]>, Telegram @ksn135 | |
| * | |
| * Copyright 2019 Serg N. Kalachev <[email protected]> | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), | |
| * to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, |
| #!/bin/bash | |
| ########################################################### | |
| # UPdate SDOC production script, v0.1 # | |
| # (c) October 2017 by Serg N. Kalachev <[email protected]> # | |
| ########################################################### | |
| START_HOUR=10 | |
| END_HOUR=19 | |
| CUR_HOUR=`date +"%H"` | |
| TELEGRAM_AUTH="<censored>:<censored>" |
| <?php | |
| /* | |
| * This file is part of the <censored> informational system package. | |
| * | |
| * (c) Serg N. Kalachev <[email protected]> | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ | |
| namespace AppBundle\Util; |
| <php | |
| class SectionQuery extends BaseSectionQuery | |
| { | |
| private $categories = null; | |
| public function filterVisible() | |
| { | |
| return $this->filterByIsVisible(true); | |
| } | |
| #!/bin/bash | |
| # UNIFI Access Point shell interface, v0.1 | |
| # (c) April 2017 by Serg N. Kalachev <[email protected]> | |
| username=it | |
| password=Wifi555out | |
| baseurl=https://172.16.144.35:8443 | |
| site=default | |
| cookie=/tmp/unifi_cookie | |
| response=/tmp/unifi_response | |
| curl_cmd="curl -s -o ${response} -c ${cookie} -b ${cookie} --insecure" |
I hereby claim:
To claim this, I am signing this object:
| # src/AppBundle/Resources/config/Action-generator.yml | |
| generator: admingenerator.generator.doctrine | |
| params: | |
| model: AppBundle\Entity\Action | |
| concurrency_lock: ~ | |
| bundle_name: AppBundle | |
| pk_requirement: \d+ | |
| i18n_catalog: messages | |
| embed_types: | |
| - embed-Result-generator.yml |
| <?php | |
| /* | |
| * This file is part of the XXXXXXXXXXXXXXXXXXXXXXXX informational system package. | |
| * | |
| * (c) Serg N. Kalachev <[email protected]> | |
| * | |
| * For the full copyright and license information, please view the LICENSE | |
| * file that was distributed with this source code. | |
| */ |