Skip to content

Instantly share code, notes, and snippets.

View MattBlack85's full-sized avatar
🦉
owly crap

Mattia Procopio MattBlack85

🦉
owly crap
  • Kraków
View GitHub Profile
(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")))
# 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
================================================= 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
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.
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
DOMAIN_NAME = DNS_STACK_REFERENCE.get_output('domain_name')
nginx_definition = DOMAIN_NAME.apply(
lambda domain_name: build_task_definition(
project_name=project_name,
container_name='prometheus-nginx-vts-exporter',
depends_on=[{'containerName': project_name, 'condition': 'START'}],
image='docker.io/sophos/nginx-vts-exporter',
links=['relay:relay'],
memory_reservation=64,
Exception: invocation of aws:route53/getZone:getZone returned an error: 1 error occurred:
* error configuring Terraform AWS Provider: IAM Role (arn:aws:iam::XXXXXXXXXXXX:role/PulumiRoute53) cannot be assumed.
There are a number of possible causes of this - the most common are:
* The credentials used in order to assume the role are invalid
* The credentials do not have appropriate permission to assume the role
* The role ARN is not valid
Error: NoCredentialProviders: no valid providers in chain. Deprecated.
For verbose messaging see aws.Config.CredentialsChainVerboseErrors
#include <OneWire.h>
// OneWire DS18S20, DS18B20, DS1822 Temperature Example
//
// http://www.pjrc.com/teensy/td_libs_OneWire.html
//
// The DallasTemperature library can do all this work for you!
// http://milesburton.com/Dallas_Temperature_Control_Library
// Moonlite-compatible stepper controller
// Written by George Carlson June 2014.
// This version uses the Tiny 2.0 a uController based on the Atmel ATMEGA32U4.
// hardware for the remote hand control is not supported.
//
// Many thanks to orly.andico@gmail.com, for the original command parser, others for bits on code picked up here and there on the net
// 28BYJ
// Since the MoonLite focuser only works with positive integers, I center (zero) my system at 30000. The range is from
// 0 to 65535, so 30000 is a good round number for the center.
// If the Current Position, or New Position is set to 0, this code will set the values at 30000. The reason for this
<delProperty device="CCD Simulator"/>
<delProperty device="CCD Simulator"/>
<setTextVector device="CCD Simulator" name="DRIVER_INFO" state="Idle" timeout="60" timestamp="2021-10-05T13:13:02">
<oneText name="DRIVER_NAME">
CCD Simulator
</oneText>
<oneText name="DRIVER_EXEC">
indi_simulator_ccd
</oneText>
<oneText name="DRIVER_VERSION">
// Moonlite-compatible stepper controller
// Written by George Carlson June 2014.
// This version uses the Tiny 2.0 a uController based on the Atmel ATMEGA32U4.
// hardware for the remote hand control is not supported.
//
// Many thanks to orly.andico@gmail.com, for the original command parser, others for bits on code picked up here and there on the net
//28BYJ
// Since the MoonLite focuser only works with positive integers, I center (zero) my system at 30000. The range is from
// 0 to 65535, so 30000 is a good round number for the center.
// If the Current Position, or New Position is set to 0, this code will set the values at 30000. The reason for this