We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 3 in line 2.
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
| KStars version 3.4.3. PHD2 log version 2.5. Log enabled at 2020-09-07 21:57:09 | |
| Calibration Begins at 2020-09-07 21:57:09 | |
| Pixel scale = 4.98 arc-sec/px, Binning = 1, Focal length = 120 mm | |
| RA = 21.68 hr, Dec = 57.2 deg, Hour angle = N/A hr, Pier side = West, Rotator pos = N/A, Alt = 76.9 deg, Az = 49.7 deg | |
| Direction,Step,dx,dy,x,y,Dist | |
| West,1,0.000,0.000,1335.000,901.000,0.000 | |
| West,2,0.387,1.077,1335.387,902.077,1.144 | |
| West,3,0.684,1.496,1335.684,902.496,1.645 | |
| West,4,1.362,2.342,1336.362,903.342,2.710 |
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
| ================================================= warnings summary ================================================= | |
| /home/matt/.local/share/virtualenvs/cyclope-mw2Vtk-i/lib/python3.8/site-packages/parver/_version.py:116 | |
| /home/matt/.local/share/virtualenvs/cyclope-mw2Vtk-i/lib/python3.8/site-packages/parver/_version.py:116: DeprecationWarning: The usage of `cmp` is deprecated and will be removed on or after 2021-06-01. Please use `eq` and `order` instead. | |
| @attr.s(frozen=True, repr=False, cmp=False) | |
| /home/matt/.local/share/virtualenvs/cyclope-mw2Vtk-i/lib/python3.8/site-packages/pulumi_aws/applicationloadbalancing/get_listener.py:12 | |
| /home/matt/.local/share/virtualenvs/cyclope-mw2Vtk-i/lib/python3.8/site-packages/pulumi_aws/applicationloadbalancing/get_listener.py:12: DeprecationWarning: aws.applicationloadbalancing.getListener has been deprecated in favour of aws.alb.getListener | |
| warnings.warn("aws.applicationloadbalancing.getListener has been deprecated in favour of aws.alb.getListener", Deprecat |
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
| # nvidia-xconfig: X configuration file generated by nvidia-xconfig | |
| # nvidia-xconfig: version 390.77 (buildmeister@swio-display-x64-rhel04-14) Tue Jul 10 23:19:22 PDT 2018 | |
| Section "ServerLayout" | |
| Identifier "Layout0" | |
| Screen 0 "Screen1" 0 0 | |
| Screen 1 "Screen0" RightOf "Screen0" | |
| InputDevice "Keyboard0" "CoreKeyboard" | |
| InputDevice "Mouse0" "CorePointer" | |
| EndSection |
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
| (require ':cffi) | |
| (defpackage :cffi-sock | |
| (:use :common-lisp :cffi)) | |
| (in-package :cffi-sock) | |
| (define-foreign-library msocket | |
| (:unix (:or "libc.so.6" "libc.so")) | |
| (t (:default "msocket"))) |
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
| (require 'usocket) | |
| (defun end-string (string how-many) | |
| (let ((str-length (length string))) | |
| (if (or (< str-length how-many) | |
| (not string)) | |
| string | |
| (subseq string (- str-length how-many) str-length)))) | |
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
| provider "aws" { | |
| version = "2.13.0" | |
| region = "eu-west-2" | |
| shared_credentials_file = "/aws/credentials" | |
| profile = "dev" | |
| } | |
| provider "aws" { | |
| version = "2.13.0" | |
| region = "us-east-1" |
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
| from aiohttp import web | |
| async def hello(request): | |
| print('HELLO') | |
| return web.json_response({"Hello": "world"}) | |
| app = web.Application() | |
| app.add_routes([web.post('/', hello)]) | |
| web.run_app(app) |
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 logging | |
| import time | |
| from logging.handlers import SocketHandler | |
| logger = logging.getLogger('test') | |
| class BinarySocketHandler(SocketHandler): | |
| def prepare_record(self, record): | |
| return self.format(record).encode() |
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
| resource "aws_iot_topic_rule" "shadow_rejection_errors" { | |
| name = "shadow_rejected_error" | |
| description = "Add a metric to cloudwatch if any shadow fails update" | |
| enabled = true | |
| sql = "SELECT *, topic(3) as device_id FROM '$aws/things/+/shadow/update/rejected'" | |
| sql_version = "2016-03-23" | |
| cloudwatch_metric { | |
| metric_name = "Rejected" | |
| metric_namespace = "Shadow" |
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
| 2018-11-05T11:05:00.524+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: ----------------------------------------------------- | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: 2018/11/05 11:05:00 [DEBUG] Creating IoT Topic Rule: { | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: RuleName: "shadow_rejected_error", | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: TopicRulePayload: { | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: Actions: [{ | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: CloudwatchMetric: { | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: MetricName: "Rejected", | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: MetricNamespace: "Shadow", | |
| 2018-11-05T11:05:00.526+0100 [DEBUG] plugin.terraform-provider-aws_v1.29.0_x4: MetricTimestamp: "", |