This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> show processlist; | |
+--------+-------+-------------------+-------+---------+------+-------+------------------+ | |
| Id | User | Host | db | Command | Time | State | Info | | |
+--------+-------+-------------------+-------+---------+------+-------+------------------+ | |
| 443362 | piker | 10.0.17.104:34182 | NULL | Query | 0 | init | show processlist | | |
| 443369 | piker | 10.0.17.160:52098 | piker | Sleep | 22 | | NULL | | |
| 443370 | piker | 10.0.17.160:52099 | piker | Sleep | 22 | | NULL | | |
| 443371 | piker | 10.0.17.160:52100 | piker | Sleep | 22 | | NULL | | |
| 443372 | piker | 10.0.17.160:52101 | piker | Sleep | 20 | | NULL | | |
| 443373 | piker | 10.0.17.160:52102 | piker | Sleep | 20 | | NULL | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> show status | |
-> ; | |
+-----------------------------------------------+---------------+ | |
| Variable_name | Value | | |
+-----------------------------------------------+---------------+ | |
| Aborted_clients | 70534 | | |
| Aborted_connects | 154 | | |
| Binlog_cache_disk_use | 0 | | |
| Binlog_cache_use | 0 | | |
| Binlog_stmt_cache_disk_use | 0 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package io.ansr.piker.unit | |
import com.amazonaws.services.s3.AmazonS3Client | |
import com.amazonaws.services.s3.model.CannedAccessControlList | |
import com.amazonaws.services.s3.model.ObjectListing | |
import com.amazonaws.services.s3.model.PutObjectRequest | |
import com.amazonaws.services.s3.model.PutObjectResult | |
import com.amazonaws.services.s3.model.S3ObjectSummary | |
import io.ansr.piker.AppUtils | |
import org.apache.commons.io.FileUtils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admins-MacBook-Pro:curious-cat-ios admin$ bitrise run develop-build-and-publish | |
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗ | |
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝ | |
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗ | |
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝ | |
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗ | |
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ | |
version: 1.12.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admins-MacBook-Pro:curious-cat-ios admin$ cd Curious\ Cat/Pod | |
Podfile Podfile.lock Pods/ | |
admins-MacBook-Pro:curious-cat-ios admin$ cd Curious\ Cat/Pods/Headers/Private/ | |
admins-MacBook-Pro:Private admin$ ll | |
total 0 | |
drwxr-xr-x 35 admin staff 1120 12 Feb 15:03 Adjust | |
drwxr-xr-x 23 admin staff 736 12 Feb 15:03 Bolts | |
drwxr-xr-x 7 admin staff 224 12 Feb 15:03 CarbonKit | |
drwxr-xr-x 93 admin staff 2976 12 Feb 15:03 FBSDKCoreKit | |
drwxr-xr-x 3 admin staff 96 12 Feb 15:03 Firebase |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admins-MacBook-Pro:curious-cat-ios admin$ bitrise run develop-build-and-publish | |
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗ | |
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝ | |
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗ | |
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝ | |
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗ | |
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ | |
version: 1.12.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Mon Jan 15 08:57:08 on ttys000 | |
admins-MacBook-Pro:keys admin$ ll | |
total 32 | |
-r-------- 1 admin staff 1692 15 Jan 08:57 beta-l-r.pem | |
-r--------@ 1 admin staff 1692 20 Oct 21:11 bl.pem | |
-r--------@ 1 admin staff 1696 14 Nov 08:37 love-rewards_PEM.pem | |
-r--------@ 1 admin staff 1692 8 Oct 13:51 vi.pem | |
admins-MacBook-Pro:keys admin$ ssh -i beta-l-r.pem [email protected] | |
The authenticity of host '34.249.247.141 (34.249.247.141)' can't be established. | |
ECDSA key fingerprint is SHA256:ZXrwALWZBa7K47pjNHAWX/zlnc7t+znDGlNl0gVEfhk. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Главный ресурс современного капитализма — дураки! | |
Профессор Катасонов рассказал что любит задавать студентам такой вопрос: «Что является главным ресурсом современной экономики?» Ответы разные: нефть, деньги, знания. И всё мимо. «Главный ресурс современной экономики, — торжественно возглашает профессор, — это дурак. Ему можно впарить всё». Смех в зале. | |
Забавно, правда? А на самом деле это не шутка, а, как говаривал Остап Бендер, «медицинский факт». Мотором современного развития являются невежество и мракобесие. | |
«ОСТАНОВИМ ЕЁ И РАССПРОСИМ: «КАК ДОШЛА ТЫ ДО ЖИЗНИ ТАКОЙ?». | |
Человечество достигло максимума своей научно-технической мощи в 60-е годы ХХ века. После этого ничего радикального в науке и технике не произошло. Движущей силой этого развития была ракетно-ядерная гонка. Символом и апофеозом научно-технической мощи был выход человека в Космос. | |
В это время научная профессия была самой модной и престижной, бородатые физики были героями книг и фильмов, их любили девушки, им подражали «юноши, обдумывающие |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling 3 source files... | |
| Running without daemon... | |
| Compiling 1 source files | |
| Compiling 1 source files. | |
| Compiling 1 source files.. | |
| Compiling 1 source files... | |
| Compiling 1 source files.... | |
| Compiling 1 source files..... | |
Configuring Spring Security Core ... | |
... finished configuring Spring Security Core |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.amazonaws.services.datapipeline.DataPipelineClient; | |
import com.amazonaws.services.datapipeline.model.*; | |
import com.google.common.collect.Lists; | |
import java.util.List; | |
import java.util.Map; | |
public class DDBExportPipelineCreator { |
NewerOlder