This file contains 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
package trace | |
import ( | |
"context" | |
"fmt" | |
"os" | |
"go.opentelemetry.io/otel" | |
"go.opentelemetry.io/otel/exporters/otlp/otlptrace" | |
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc" |
This file contains 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
package main | |
import ( | |
"crypto/tls" | |
"flag" | |
"log/slog" | |
"net/http" | |
"os" | |
) |
This file contains 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
[ 15.937354] ------------[ cut here ]------------ | |
[ 15.937377] memcpy: detected field-spanning write (size 3) of single field "passive" at drivers/net/wireless/ti/cc33xx/scan.c:48 (size 2) | |
[ 15.937472] WARNING: CPU: 2 PID: 655 at drivers/net/wireless/ti/cc33xx/scan.c:48 cc33xx_adjust_channels+0x1a4/0x1e0 [cc33xx] | |
[ 15.937526] Modules linked in: stp llc cc33xx mac80211 rpmsg_ctrl rpmsg_char virtio_rpmsg_bus rpmsg_ns libarc4 algif_aead snd_soc_simple_card snd_soc_simple_card_utils crct10dif_ce cc33xx_sdio pvrsrvkm(O) pwm_fan cpufreq_dt e5010_jpeg_enc at24 rti_wdt ti_k3_r5_remoteproc snd_soc_davinci_mcasp snd_soc_ti_udma wave5 videobuf2_dma_contig v4l2_mem2mem snd_soc_ti_edma videobuf2_memops snd_soc_hdmi_codec snd_soc_ti_sdma videobuf2_v4l2 ti_k3_dsp_remoteproc snd_soc_core videobuf2_common btti_uart videodev ti_k3_common bluetooth cfg80211 snd_pcm_dmaengine mc snd_pcm snd_timer snd uio_pdrv_genirq uio loop dm_mod efi_pstore | |
[ 15.937690] CPU: 2 PID: 655 Comm: iwd Tainted: G O 6.1.80-ti |
This file contains 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
package cache | |
import ( | |
"context" | |
"fmt" | |
"time" | |
"github.com/aws/aws-sdk-go-v2/aws" | |
"github.com/aws/aws-sdk-go-v2/service/ssm" | |
"github.com/patrickmn/go-cache" |
This file contains 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
SIGSEGV: segmentation violation | |
PC=0x0 m=10 sigcode=2 | |
signal arrived during cgo execution | |
goroutine 1 [syscall]: | |
runtime.cgocall(0x10083c984, 0x14000115418) | |
/opt/homebrew/Cellar/go/1.21.6/libexec/src/runtime/cgocall.go:157 +0x44 fp=0x140001153e0 sp=0x140001153a0 pc=0x100485044 | |
github.com/apache/arrow-adbc/go/adbc/drivermgr._Cfunc_AdbcStatementRelease(0x14000184000, 0x1400050c930) | |
_cgo_gotypes.go:498 +0x34 fp=0x14000115410 sp=0x140001153e0 pc=0x100818694 | |
github.com/apache/arrow-adbc/go/adbc/drivermgr.(*stmt).Close.func1(0x14000115478?, 0x0?) |
This file contains 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
AWSTemplateFormatVersion: 2010-09-09 | |
Description: > | |
wolfeidau: Terraform state and locks infrastructure | |
Parameters: | |
Environment: | |
Type: String | |
Default: dev | |
Outputs: | |
TerraformLockTableName: |
This file contains 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
package main | |
import ( | |
"fmt" | |
"os" | |
"github.com/alecthomas/kong" | |
"github.com/apache/arrow/go/v13/parquet" | |
"github.com/apache/arrow/go/v13/parquet/compress" | |
"github.com/apache/arrow/go/v13/parquet/file" |
This file contains 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
package main | |
import ( | |
"context" | |
"encoding/json" | |
"fmt" | |
"log" | |
"github.com/aws/aws-sdk-go-v2/config" | |
"github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi" |
This file contains 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
{ | |
"customers": [ | |
{ | |
"customer_id": "c7281d12-9ea0-4574-b41a-3a6de5aba119", | |
"name": "Party Foods", | |
"created_date": "2022-08-23T22:18:31.445Z" | |
} | |
] | |
} |
This file contains 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
source /usr/lib/git-core/git-sh-prompt | |
# export PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' | |
export GIT_PS1_SHOWDIRTYSTATE=1 GIT_PS1_SHOWSTASHSTATE=1 GIT_PS1_SHOWUNTRACKEDFILES=1 | |
export GIT_PS1_SHOWUPSTREAM=verbose GIT_PS1_DESCRIBE_STYLE=branch GIT_PS1_SHOWCOLORHINTS=1 | |
export GIT_PS1_HIDE_IF_PWD_IGNORED=1 | |
# Colorful prompt for Bash! | |
export PS1='\[\e[0;36m\][\A] \u@\h:\[\e[0m\e[0;32m\]\W\[\e[1;33m\]$(__git_ps1 " (%s)")\[\e[0;37m\] \$\[\e[0m\] ' |
NewerOlder