Skip to content

Instantly share code, notes, and snippets.

View Danysan1's full-sized avatar
🐧
Life would be easier if I had the source code!

Daniele Santini Danysan1

🐧
Life would be easier if I had the source code!
View GitHub Profile
@Danysan1
Danysan1 / cnchi.log
Created November 21, 2015 09:22
Output of $cat /tmp/cnchi.log
2015-11-21 09:18:57 [INFO] cnchi.py(209) setup_logging(): Sending Cnchi log messages to bugsnag server (using python-bugsnag).
2015-11-21 09:18:57 [INFO] cnchi.py(265) check_gtk_version(): Using GTK v3.18.4
2015-11-21 09:18:57 [INFO] cnchi.py(277) check_pyalpm_version(): Using pyalpm v0.7 as interface to libalpm v9.0.1
2015-11-21 09:18:57 [INFO] main_window.py(76) __init__(): Cnchi installer version 0.12.39
2015-11-21 09:18:57 [INFO] main_window.py(166) __init__(): Using requests to download packages
2015-11-21 09:18:57 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'welcome' screen
2015-11-21 09:19:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'language' screen
2015-11-21 09:19:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'check' screen
2015-11-21 09:19:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'location' screen
2015-11-21 09:19:11 [DEBUG] gtkbasebox.py(58) __init__(): Loading 'timezone' screen
feb 15 21:57:54 M5711 kernel: fuse init (API version 7.23)
feb 15 22:02:37 M5711 kernel: perf interrupt took too long (2501 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
feb 15 22:07:02 M5711 kernel: radeon 0000:02:00.0: ring 0 stalled for more than 10103msec
feb 15 22:07:03 M5711 kernel: radeon 0000:02:00.0: GPU lockup (current fence id 0x000000000000fc06 last fence id 0x000000000000fc0d on ring 0)
feb 15 22:07:03 M5711 kernel: radeon 0000:02:00.0: ring 0 stalled for more than 10603msec
feb 15 22:07:03 M5711 kernel: radeon 0000:02:00.0: GPU lockup (current fence id 0x000000000000fc06 last fence id 0x000000000000fc0e on ring 0)
feb 15 22:07:03 M5711 kernel: radeon 0000:02:00.0: ring 0 stalled for more than 11103msec
feb 15 22:07:03 M5711 kernel: radeon 0000:02:00.0: GPU lockup (current fence id 0x000000000000fc06 last fence id 0x000000000000fc0f on ring 0)
feb 15 22:07:04 M5711 kernel: radeon 0000:02:00.0: ring 0 stalled for more than 11603msec
feb 15 22:07:04 M5711 kernel: radeon 0000:02:00.0:
-- Logs begin at mar 2015-12-29 16:27:07 CET, end at ven 2016-02-26 16:36:07 CET. --
feb 26 15:54:37 M5711 kscreen_backend_launcher[1648]: kscreen: Primary output changed from KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" )
feb 26 15:54:37 M5711 kscreen_backend_launcher[1648]: kscreen: Primary output changed from KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" )
feb 26 15:54:37 M5711 kscreen_backend_launcher[1648]: kscreen: Primary output changed from KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" )
feb 26 15:54:37 M5711 kscreen_backend_launcher[1648]: kscreen: Primary output changed from KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 86 , Name: "HDMI-0" ) ( "HDMI-0" )
feb 26 15:54:37 M5711 kscreen_backend_launcher[1648]: kscreen: Primary output changed from KScreen::Output(Id: 86 , Name: "
-- Logs begin at mar 2015-12-29 16:27:07 CET, end at sab 2016-04-16 21:40:19 CEST. --
apr 16 20:47:43 M5711 systemd-journald[228]: Runtime journal (/run/log/journal/) is 8.0M, max 197.8M, 189.8M free.
apr 16 20:47:44 M5711 kernel: Linux version 4.5.0-1-ARCH (builduser@tobias) (gcc version 5.3.0 (GCC) ) #1 SMP PREEMPT Tue Mar 15 09:41:03 CET 2016
apr 16 20:47:44 M5711 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=b616c707-dcc9-46b6-9abf-24cd7135714f rw resume=UUID=4f9b767d-293e-4e00-a3c3-812f70375de9
apr 16 20:47:44 M5711 kernel: x86/fpu: Legacy x87 FPU detected.
apr 16 20:47:44 M5711 kernel: x86/fpu: Using 'lazy' FPU context switches.
apr 16 20:47:44 M5711 kernel: e820: BIOS-provided physical RAM map:
apr 16 20:47:44 M5711 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
apr 16 20:47:44 M5711 kernel: BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
apr 16 20:47:44 M5711 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <sys/wait.h>
int pipe1[2], pipe2[2];
void errorExit(char * string) {
// Header - Clocks
if(validCoreClock)
ui->l_cClk->setText(format_GPUClock);
else
ui->l_cClk->clear();
if(validMemoryClock)
ui->l_mClk->setText(format_memoryClock);
else
ui->l_mClk->clear();
diff --git a/flatpak-builder.json b/flatpak-builder.json
new file mode 100644
index 0000000..95451ca
--- /dev/null
+++ b/flatpak-builder.json
@@ -0,0 +1,33 @@
+{
+ "app-id": "org.rp.RadeonProfile",
+ "runtime": "org.kde.Platform",
+ "sdk": "org.kde.Sdk",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Danysan1
Danysan1 / bad_etymologies.geojson
Last active October 4, 2022 11:28
Bad name:etymolgy:wikidata (equal to wikidata)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Danysan1
Danysan1 / bertmap_match_16.ipynb
Created July 16, 2023 15:39
BERTMap Wikidata <-> Polifonia error
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.