Skip to content

Instantly share code, notes, and snippets.

View Trolldemorted's full-sized avatar

Benedikt Radtke Trolldemorted

View GitHub Profile
public sealed partial class MainPage : Page
{
struct git_repository { };
String HOME = ApplicationData.Current.LocalFolder.Path;
[DllImport(@"git2")] static extern void git_libgit2_init();
[DllImport(@"git2")] static extern void git_libgit2_shutdown();
[DllImport(@"git2")] static extern unsafe int git_repository_init(git_repository **repo, IntPtr given_repo, bool bare);
[DllImport(@"git2")] static extern unsafe int git_repository_free(git_repository* repo);
public sealed partial class MainPage : Page
{
struct git_repository { };
String HOME = ApplicationData.Current.LocalFolder.Path;
[DllImport(@"git2")] static extern void git_libgit2_init();
[DllImport(@"git2")] static extern void git_libgit2_shutdown();
[DllImport(@"git2")] static extern unsafe int git_repository_init(git_repository **repo, IntPtr given_repo, bool bare);
[DllImport(@"git2")] static extern unsafe int git_repository_free(git_repository* repo);
This file has been truncated, but you can view the full file.
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\mp_lib/ca_libs/network_logging.cpp 230] : Multiplayer logging initialised, Logging level set to : DEBUG
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\EmpireMultiplayer.cpp 3485] : calculating data checksum...
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\EmpireMultiplayer.cpp 3760] : ...done. [result: 1609802453]
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\f2p/F2pUrlManager.cpp 425] : Stack host url for xmpp is live-xmpp.twaservers.com
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\f2p/F2pUrlManager.cpp 418] : Stack host url for casag is https://live-casag.twaservers.com
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\f2p/F2pUrlManager.cpp 415] : Stack host url for causer is https://live-causer.twaservers.com
[2018-03-22 19:05:10] [DEBUG] [s:\str\common\Multiplayer\source\EmpireMultiplayer.cpp 1122] : build id: 23328
[2018-03-22 19:05:10] [DEBUG] [s:\str\comm
10.1.1.1
10.1.2.1
10.1.3.1
10.1.4.1
10.1.5.1
10.1.6.1
10.1.7.1
10.1.8.1
10.1.9.1
10.1.10.1
{
"openapi": "3.1.0",
"info": {
"title": "Foobar",
"version": "0.1.0"
},
"paths": {
"/api/changeowner": {
"post": {
"summary": "op1",