Skip to content

Instantly share code, notes, and snippets.

View ocehugo's full-sized avatar

Hugo Oliveira ocehugo

  • Southern Hemisphere
View GitHub Profile
2020-04-22 11:40:35 - [sway/desktop/transaction.c:412] Transaction 0x55c218dfd0b0 committing with 4 instructions
2020-04-22 11:40:35 - [sway/desktop/transaction.c:280] Applying transaction 0x55c218dfd0b0
2020-04-22 11:40:35 - [sway/input/cursor.c:730] denying request to set cursor from unfocused client
2020-04-22 11:40:35 - event14 - DELL081C:00 044E:121F Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.15.4/touchpad-jumping-cursors.html for details
2020-04-22 11:40:35 - [sway/input/cursor.c:730] denying request to set cursor from unfocused client
2020-04-22 11:40:36 - [types/seat/wlr_seat_pointer.c:362] button_count=1 grab_serial=193663 serial=193722
2020-04-22 11:40:36 - [types/seat/wlr_seat_pointer.c:362] button_count=0 grab_serial=193722 serial=193723
2020-04-22 11:40:43 - [sway/input/cursor.c:730] denying request to set cursor from unfocused client
2020-04-09 13:07:33 - [sway/desktop/transaction.c:280] Applying transaction 0x558ddeb46270
2020-04-09 13:07:33 - [xwayland/xwm.c:968] XCB_PROPERTY_NOTIFY (927)
2020-04-09 13:07:33 - [xwayland/xwm.c:1307] unhandled X11 event: 10
2020-04-09 13:07:33 - [sway/ipc-server.c:524] Client 174 writable
2020-04-09 13:07:33 - [sway/input/cursor.c:730] denying request to set cursor from unfocused client
2020-04-09 13:07:33 - [sway/ipc-server.c:220] Client 158 readable
2020-04-09 13:07:33 - [sway/ipc-server.c:938] Added IPC reply of type 0x1 to client 158 queue: [ { "id": 6, "name": "1", "rect": { "x": 1925, "y": 1205, "width": 1910, "height": 1170 }, "focus": [ 74, 65, 55, 43 ], "border": "none", "current_border_width": 0, "layout": "splith", "orientation": "horizontal", "percent": null, "window_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "deco_rect": { "x": 0, "y": 0, "width": 0, "height": 0 }, "geometry": { "x": 0, "y": 0, "width": 0, "height": 0 }, "window": null, "urgent": false, "floating_nodes": [ ], "sticky
import netCDF4 as nc
import numpy as np
from scipy.signal import resample
import seapy
import inspect
import os
import matplotlib.pyplot as plt
this_folder = os.path.dirname(inspect.getfile(inspect.currentframe()))