View Program.cs
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
using System.Globalization; | |
using System.Net.Http.Headers; | |
using System.Text; | |
using System.Text.Json; | |
using System.Text.Json.Serialization; | |
using CsvHelper; | |
using CsvHelper.Configuration; | |
using CsvHelper.Configuration.Attributes; | |
using CsvHelper.TypeConversion; |
View npe-fails.csv
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 | Version | |
---|---|---|
2.0.0-alpha1 | 2.0.0-alpha1 | |
AbstractUltraGrid | 1.0.0 | |
AbstractUltraGrid | 1.0.1 | |
Acheve.AspNet.TestHost.Security | 1.0.0-rc1-final | |
Acr.BarCodes.TEMP | 3.2.0 | |
Adform.Advertising.SDK | 2.0.1 | |
Adform.Advertising.SDK | 2.0.2 | |
Adform.Advertising.SDK | 2.0.2.1 | |
Adform.Advertising.SDK | 2.0.3 |
View AuthHelper.cs
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
using System.Threading.Tasks; | |
using Microsoft.AspNetCore.Http; | |
using Microsoft.Extensions.Logging; | |
using System.Security.Claims; | |
using Microsoft.IdentityModel.Protocols.OpenIdConnect; | |
using Microsoft.IdentityModel.Protocols; | |
using Microsoft.IdentityModel.Tokens; | |
using System.IdentityModel.Tokens.Jwt; | |
using System.Linq; | |
using System.Collections.Concurrent; |
View EntityLimitsEmulator.cs
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
using System; | |
using System.Collections.Generic; | |
using System.Threading.Tasks; | |
using Microsoft.WindowsAzure.Storage; | |
using Microsoft.WindowsAzure.Storage.Table; | |
namespace EntityLimits | |
{ | |
class Program | |
{ |
View Output.txt
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
Size: 1048488 (1048576 - 1048488 = 88)... success! | |
Size: 1048489 (1048576 - 1048489 = 87)... Bad Request |
View AsyncDisposableTest.cs
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
public class AsyncDisposableTest : IAsyncDisposable, IDisposable | |
{ | |
private readonly ILogger<AsyncDisposableTest> _logger; | |
public AsyncDisposableTest(ILogger<AsyncDisposableTest> logger) | |
{ | |
_logger = logger; | |
_logger.LogWarning("CREATED"); | |
} |
View Program.cs
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
using NuGet.Client; | |
using NuGet.ContentModel; | |
using NuGet.Frameworks; | |
using NuGet.Packaging; | |
using NuGet.Packaging.Core; | |
using NuGet.RuntimeModel; | |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; |
View main.py
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
import os | |
import collections | |
import urllib | |
from pm4py.objects.log.log import EventLog, Trace, Event | |
from pm4py.objects.log.exporter.xes import exporter as xes_exporter | |
solutionNameToSourcesToEventLog = {} | |
for (dirPath, dirNames, fileNames) in os.walk(r"logs"): |
View standalone.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder