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
{ | |
"id": "disaster_response", | |
"title": { | |
"en": "Disaster response", | |
"it": "Risposta ai disastri" | |
}, | |
"description": { | |
"en": "This theme contains elements meant for disaster risk reduction and response.", | |
"it": "Questo tema contiene elementi pensati per la riduzione del rischio e per la risposta ai disastri." | |
}, |
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
# MIT License | |
# | |
# Copyright (c) 2017 Daniele Andreis <[email protected]> | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
# copies of the Software, and to permit persons to whom the Software is | |
# furnished to do so, subject to the following conditions: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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", |
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
// 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(); |
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
#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) { |
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
-- 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 |
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
-- 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: " |
NewerOlder