Skip to content

Instantly share code, notes, and snippets.

View orkenstein's full-sized avatar
🎯
Focusing

orkenstein

🎯
Focusing
  • Solar System
View GitHub Profile
@orkenstein
orkenstein / RRR.txt
Created March 3, 2023 20:49
RRR Rules & Regulations
ROBOT RIOT RECORDS (c)(p) 2023
https://linktr.ee/robotriot
Приветствую!
Итак, вы хотели бы разместить ваши записи на стриминговых ресурсах и цифровых маркетах. Добро пожаловать в будущее!
Ниже приведена короткая информация, которая поможет вам подготовить необходимые файлы и разобраться в основах. А так же начать зарабатывать на своей музыке.
--- Площадки для размещения: ---
- Amazon
- Apple Music, iTunes
@orkenstein
orkenstein / import.log
Created August 23, 2022 08:32
Failed importing metadata
[
{
"definition": {
"schema": "public",
"name": "app_tag_paragraphs_view"
},
"reason": "Inconsistent object: no such table/view exists in source: \"app_tag_paragraphs_view\"",
"name": "table app_tag_paragraphs_view in source default",
"type": "table"
},
2022-08-22T12:41:57.224872757Z Traceback (most recent call last):
2022-08-22T12:41:57.225567965Z File "manage.py", line 19, in <module>
2022-08-22T12:41:57.225583007Z main()
2022-08-22T12:41:57.225587924Z File "manage.py", line 15, in main
2022-08-22T12:41:57.225589840Z execute_from_command_line(sys.argv)
2022-08-22T12:41:57.225591549Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
2022-08-22T12:41:57.226382007Z utility.execute()
2022-08-22T12:41:57.226401632Z File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute
2022-08-22T12:41:57.227380049Z django.setup()
2022-08-22T12:41:57.227390090Z File "/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
This file has been truncated, but you can view the full file.
2019/04/03 10:48:05 [INFO] Terraform version: 0.11.13
2019/04/03 10:48:05 [INFO] Go runtime version: go1.12
2019/04/03 10:48:05 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.13/bin/terraform", "apply"}
2019/04/03 10:48:05 [DEBUG] Attempting to open CLI config file: /Users/orkenstein/.terraformrc
2019/04/03 10:48:05 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/04/03 10:48:05 [INFO] CLI command args: []string{"apply"}
2019/04/03 10:48:05 [TRACE] module source: "github.com/terraform-google-modules/terraform-google-container-vm"
2019/04/03 10:48:05 [TRACE] module source: "./gke"
2019/04/03 10:48:05 [TRACE] module source: "./k8s"
2019/04/03 10:48:05 [TRACE] module source: "./vpn"
tls_private_key.server_key: Refreshing state... (ID: 1170cc1ec1059ecb08031f93874089997106da1f)
tls_private_key.ca_key: Refreshing state... (ID: 08193750a9feadf6ed0ba75522700af7a29b2563)
tls_private_key.client_key: Refreshing state... (ID: 250b339be2f9a90f7e38afb4e5b1c263bf2908f6)
tls_cert_request.server_request: Refreshing state... (ID: b237c2d34fc58f2d41ef93c04f1f4fab0f48a91c)
tls_self_signed_cert.ca_cert: Refreshing state... (ID: 238339413798801610637832361195906945972)
tls_cert_request.client_request: Refreshing state... (ID: 29691472c7aa4b55c6f581e71b657d1433e4a75d)
tls_locally_signed_cert.server_cert: Refreshing state... (ID: 247756921308847258052162823670931645700)
tls_locally_signed_cert.client_cert: Refreshing state... (ID: 95743037529996364803302390382282454562)
aws_acm_certificate.server_acm: Refreshing state... (ID: arn:aws:acm:us-east-2:994939393317:cert...e/961576a1-54f9-4d20-af2e-e2538ed87414)
aws_ecs_cluster.main: Refreshing state... (ID: arn:aws:ecs:us-east-2:994939393317:cluster/tf-ecs-cluste
This file has been truncated, but you can view the full file.
Started by user Ruslan K
Replayed #50
[Pipeline] node
Running on Ravenclaw in D:\j\workspace\Unreal-CI
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Project)
[Pipeline] p4sync
(p4):cmd:... p4 client -o jenkins-Channel_to_-172.17.0.1-Unreal-CI
p4 client -o jenkins-Channel_to_-172.17.0.1-Unreal-CI
Started by user Ruslan K
Replayed #52
[Pipeline] node
Running on Hufflepuff in D:\j\workspace\Unreal-CI
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout Project)
[Pipeline] p4sync
(p4):cmd:... p4 client -o jenkins-Channel_to_-172.17.0.1-Unreal-CI
p4 client -o jenkins-Channel_to_-172.17.0.1-Unreal-CI
//------------------------------------------------------------------------------
// MARK: ImagePicker
//------------------------------------------------------------------------------
class RxImagePickerDelegareProxy: DelegateProxy, ImagePickerDelegate, DelegateProxyType {
static func currentDelegateFor(object: AnyObject) -> AnyObject? {
let picker: ImagePickerController = object as! ImagePickerController
return picker.delegate
//
// UIView+UIView_glow.m
// Hab It!
//
// Created by orkenstein on 30.09.14.
// Copyright (c) 2014 savefon.mobi. All rights reserved.
//
#import "UIView+glow.h"
#import <DProperty/DPPPropertyAttribute.h>
@orkenstein
orkenstein / SetupExample.m
Last active August 29, 2015 14:04
Core Data Stack init example
// Setup iCloud stack
static NSString *const kICloudStoreName = @"iCloudStore.sqlite";
static NSString *const kICloudContentNameKey = @"savefonmobiHabIt";
[MagicalRecord setupCoreDataStackWithiCloudContainer:nil
contentNameKey:kICloudContentNameKey
localStoreNamed:kICloudStoreName
cloudStorePathComponent:nil
completion:^{