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
import os | |
import boto3 | |
from botocore.client import Config | |
import sys | |
import string | |
import random | |
import logging | |
import time | |
import json | |
import urllib |
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
import boto3 | |
import os | |
import sys | |
import string | |
import random | |
import logging | |
import time | |
import json | |
import urllib | |
from threading import Thread |
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
# escape=` | |
FROM buildtools2019:latest | |
# Restore the default Windows shell for correct batch processing. | |
SHELL ["cmd", "/S", "/C"] | |
# Download the Miniconda installer | |
ADD https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe C:\TEMP\miniconda.exe |
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
Homebrew build logs for meson on macOS 10.13.6 | |
Build date: 2019-09-15 16:55:59 |
This file has been truncated, but you can view the full file.
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
/* Generated by Cython 0.25.2 */ | |
#define PY_SSIZE_T_CLEAN | |
#include "Python.h" | |
#ifndef Py_PYTHON_H | |
#error Python headers needed to compile C extensions, please install development version of Python. | |
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000) | |
#error Cython requires Python 2.6+ or Python 3.2+. | |
#else | |
#define CYTHON_ABI "0_25_2" |
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
#!/bin/bash | |
APP="DawnDiamond" | |
VERSION="2.3.0.v20161123-1546" | |
rm -rf $APP/$APP.AppDir | |
rm -rf out | |
mkdir -p $APP |
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
diff --git a/src/hed/acc/JobDescriptionParser/ARCJSDLParser.cpp b/src/hed/acc/JobDescriptionParser/ARCJSDLParser.cpp | |
index eab7a58..78ace1a 100644 | |
--- a/src/hed/acc/JobDescriptionParser/ARCJSDLParser.cpp | |
+++ b/src/hed/acc/JobDescriptionParser/ARCJSDLParser.cpp | |
@@ -225,7 +225,7 @@ namespace Arc { | |
if (bool(xmlBenchmark["BenchmarkType"]) && | |
bool(xmlBenchmark["BenchmarkValue"]) && | |
stringto(xmlBenchmark["BenchmarkValue"], value)) | |
- benchmark = std::make_pair<std::string, int>((std::string)xmlBenchmark["BenchmarkType"], value); | |
+ benchmark = std::make_pair((std::string)xmlBenchmark["BenchmarkType"], value); |
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
diff --git a/src/synfig/main.cpp b/src/synfig/main.cpp | |
index b60637d..2242598 100644 | |
--- a/src/synfig/main.cpp | |
+++ b/src/synfig/main.cpp | |
@@ -289,22 +289,22 @@ synfig::Main::Main(const synfig::String& basepath,ProgressCallback *cb): | |
locations.push_back(getenv("SYNFIG_MODULE_LIST")); | |
else | |
{ | |
- locations.push_back("./"MODULE_LIST_FILENAME); | |
+ locations.push_back("./" MODULE_LIST_FILENAME); |
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
diff --git a/src/gui/canvasview.cpp b/src/gui/canvasview.cpp | |
index 076f704..9cf4504 100644 | |
--- a/src/gui/canvasview.cpp | |
+++ b/src/gui/canvasview.cpp | |
@@ -33,7 +33,7 @@ | |
# include <config.h> | |
#endif | |
-#include <sigc++/adaptors/hide.h> | |
+#include <sigc++/sigc++.h> |
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
diff --git a/gio/Makefile.am b/gio/Makefile.am | |
index e993e2f..6eab656 100644 | |
--- a/gio/Makefile.am | |
+++ b/gio/Makefile.am | |
@@ -131,7 +131,7 @@ endif | |
if OS_COCOA | |
settings_sources += \ | |
- gnextstepsettingsbackend.c | |
+ gnextstepsettingsbackend.m |
NewerOlder