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
license: gpl-3.0 | |
height: 500 | |
border: no |
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
#!/usr/bin/env python3 | |
try: | |
from logzero import logger | |
except ImportError: | |
from logging import DEBUG | |
from logging import Formatter | |
from logging import StreamHandler | |
from logging import getLogger |
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
#!/usr/bin/env python | |
import numpy as np | |
import lmfit | |
import matplotlib.pyplot as plt | |
# reference: https://qiita.com/niikura/items/79dc6837f017c05afaa7 | |
data = np.loadtxt("data.txt") | |
xx = data.T[0] | |
yy = data.T[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
license: MIT | |
height: 1800 | |
scrolling: no | |
border: no |
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
#!/usr/bin/env python | |
# %% | |
from datetime import datetime, timedelta, date | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import pandas as pd | |
from functools import reduce | |
import colorcet as cc | |
from bokeh.plotting import figure, output_file, show |
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
license: MIT | |
height: 1600 | |
scrolling: no | |
border: no |
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
panic(cpu 0 caller 0xffffff801e6153bd): "Invalid queue element linkage for 0xffffff806f594790: next 0xffffff8073304a90 next->prev 0x72266b6b9dde6fe4 prev 0xffffff8073304a90 prev->next 0x1"@/BuildRoot/Library/Caches/com.apple.xbs/Binaries/xnu/install/TempContent/Objects/EXPORT_HDRS/osfmk/kern/queue.h:247 | |
Backtrace (CPU 0), Frame : Return Address | |
0xffffffa403623620 : 0xffffff801df3bb2b | |
0xffffffa403623670 : 0xffffff801e0734d5 | |
0xffffffa4036236b0 : 0xffffff801e064f4e | |
0xffffffa403623700 : 0xffffff801dee2a40 | |
0xffffffa403623720 : 0xffffff801df3b217 | |
0xffffffa403623820 : 0xffffff801df3b5fb | |
0xffffffa403623870 : 0xffffff801e6d2aa9 | |
0xffffffa4036238e0 : 0xffffff801e6153bd |
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
{ | |
"cells": [ | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": {}, | |
"outputs": [], | |
"source": [ | |
"import numpy as np\n", | |
"import calendar\n", |
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
Process: iObserve [31435] | |
Path: /Applications/iObserve.app/Contents/MacOS/iObserve | |
Identifier: com.softtenebraslux.iObserve | |
Version: 1.7.1 (170102) | |
App Item ID: 424693907 | |
App External ID: 829370935 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: iObserve [31435] | |
User ID: 501 |
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
Process: iObserve [19388] | |
Path: /Applications/iObserve.app/Contents/MacOS/iObserve | |
Identifier: com.softtenebraslux.iObserve | |
Version: 1.7.0 (170001) | |
App Item ID: 424693907 | |
App External ID: 828938610 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: iObserve [19388] | |
User ID: 501 |
NewerOlder