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
Transaction check error: | |
file /usr/share/applications from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64 | |
file /usr/share/icons from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package filesystem-3.2-19.fc20.x86_64 | |
file /usr/share/icons/hicolor from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package fedora-logos-21.0.1-1.fc20.x86_64 | |
file /usr/share/icons/hicolor/48x48/apps from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package fedora-logos-21.0.1-1.fc20.x86_64 | |
file /usr/share/icons/hicolor/scalable/apps from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package fedora-logos-21.0.1-1.fc20.x86_64 | |
file /usr/share/icons/hicolor/48x48 from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file from package fedora-logos-21.0.1-1.fc20.x86_64 | |
file /usr/share/icons/hicolor/scalable from install of openxcom-1.0.gf6536d1-1.x86_64 conflicts with file f |
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
#include <stdio.h> | |
#include <math.h> | |
#define 前 for | |
#define 整数 int | |
#define ダブル double | |
#define 虚しい void | |
#define 刷るフ printf | |
#define サイン sin | |
#define フフラッシュ fflush |
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
package main | |
import ( | |
"crypto/tls" | |
"fmt" | |
"golang.org/x/crypto/acme/autocert" | |
"io" | |
"log" | |
"net/http" | |
"time" |