Skip to content

Instantly share code, notes, and snippets.

View Sakura286's full-sized avatar
🌠
Bullshiting

Sakura286 Sakura286

🌠
Bullshiting
View GitHub Profile
-----BEGIN PGP PUBLIC KEY BLOCK-----
mQGNBGY8pmkBDADR58cL7srJMk3su0+quiCQp4zYsFkeulQgLdMj2h7iS2DnJE/o
V2UQ/DB2VYHNyCYNiW5WhCD6eZaZ0KXYBelJoRuVjDxJGKIIhqi058XWXRJmlwW2
QYLpspY5ueNEWAb/HKM0Hit+ciWEx1HmvV5d0NRnRVNWaxx3qRPs4G8fV6GCAZ0O
w2FhwvN6YRiAwSy/vSqMjGEB7jiKInAYg8Kw1YA/ej9nY+XhmRFHGFGYkKW1qNlE
FRVu0OmhR3Tj6AdaMxFwH+52XhFR4g8QWA/vPG/xxH91yaUD/EcgGtyQznREyeYi
g3BcYE+t16JcSeZ7TxTtA79yPGKHKlzvVXyKQP3ZMAcUKwt12TGaSD3CLc1etGqo
sF5bsjJcIzZGvzYQVyd+F+UuUtjXaiKJ6T54F+BrWj+osgyy7Cp1r0uCa4PeRwB2
qotFODorkjTWQOFifxJOB/9Q4nGT5jCSCQ7rXCzqO6IGG/eiW9jTh/A24mL4bicH
import jenkins.model.*
def installed = false
def initialized = false
def fileSeperator=File.separator;
println("Plugins Count Before Installation: "+Jenkins.instance.pluginManager.plugins.size())
// modify this
def filepath="/opt/public/pluginslist.cfg";
println "pluginslist.cfg FilePath : $filepath"
def pluginslist = []
def instance = Jenkins.getInstance()
Package: python3-bloom
Version: 0.11.2-100
Depends: ['python3-rosdep', 'python3-rosdistro', 'python3-catkin-pkg']
Package: python3-catkin-pkg
Version: 1.0.0-100
Depends: ['python3-catkin-pkg-modules']
Package: python3-catkin-pkg-modules
Version: 1.0.0-1
#include "kernel/types.h"
#include "kernel/stat.h"
#include "user/user.h"
typedef struct _Pipe
{
int out;
int in;
} Pipe;
[ 49.251512] Call Trace:
[ 49.253961] [<ffffffe0002041ea>] walk_stackframe+0x0/0x112
[ 49.259449] [<ffffffe000f6944e>] show_stack+0x46/0x62
[ 49.264502] [<ffffffe000f73124>] dump_stack_lvl+0x7a/0x9a
[ 49.269900] [<ffffffe000f7315c>] dump_stack+0x18/0x20
[ 49.274954] [<ffffffe000f76d0a>] thead_dwmac_clk_init+0x96/0x2e6
[ 49.280961] [<ffffffe000a3352e>] thead_dwmac_resume+0x4a/0x84
[ 49.286708] [<ffffffe00095e698>] platform_pm_thaw+0x28/0x4a
[ 49.292281] [<ffffffe00096cd2a>] dpm_run_callback+0x60/0x1d0
[ 49.297942] [<ffffffe00096cf26>] device_resume+0x8c/0x154
[ 115.290370] light_dwmac_eth ffe7070000.ethernet end0: Link is Down
[ 115.384712] PM: hibernation: hibernation entry
[ 115.466550] Filesystems sync: 0.061 seconds
[ 115.470841] Freezing user space processes ... (elapsed 0.001 seconds) done.
[ 115.479878] OOM killer disabled.
[ 115.484817] PM: hibernation: Preallocating image memory
[ 116.438981] PM: hibernation: Allocated 178746 pages for snapshot
[ 116.445017] PM: hibernation: Allocated 714984 kbytes in 0.94 seconds (760.62 MB/s)
[ 116.452636] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 116.463082] etnaviv etnaviv: calling platform_pm_freeze+0x0/0x4c @ 810, parent: platform
#!/bin/bash
sudo systemctl service-log-level systemd-networkd.service debug
sudo systemd-analyze set-log-level debug
echo 1 | sudo tee /sys/power/pm_debug_messages
echo 1 | sudo tee /sys/power/pm_print_times
echo N | sudo tee /sys/module/printk/parameters/console_suspend
echo disk | sudo tee /sys/power/state
[build UIT] writer_tests4
OfficeConnection: connecting to: uno:pipe,name=pytest7ba21544-a930-11ee-a4c5-a0369f5471c2;urp;StarOffice.ComponentContext
warn:io.connector:1198118:1198118:io/source/connector/connector.cxx:93: Connector : couldn't connect to pipe "pytest7ba21544-a930-11ee-a4c5-a0369f5471c2": 10
NoConnectException: sleeping...
Signal handler called with signal SIGCHLD (17)
Traceback (most recent call last):
File "/home/debian/libreoffice/uitest/test_main.py", line 115, in <module>
connection.setUp()
File "/home/debian/libreoffice/uitest/libreoffice/connection.py", line 184, in setUp
conn.setUp()
typedef struct _i2
{
int a;
int b;
} i2;
typedef struct _s3
{
short a;
@Sakura286
Sakura286 / main.c
Created November 28, 2023 07:29
A simple glarea example, simplified from gtk3-demo.
#include <gtk/gtk.h>
#include <epoxy/gl.h>
/* the GtkGLArea widget */
static GtkWidget *gl_area = NULL;
/* The object we are drawing */
static const GLfloat vertex_data[] = {