commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
e324e41aee0585765193fd532868054e86fa7645 | remove debug logging for memory usage | TravisTX/TfsSlackFactory | src/TfsBot/Services/FormatService.cs | src/TfsBot/Services/FormatService.cs | using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Scripting;
using Microsoft.CodeAnalysis.Scripting;
namespace TfsBot.Services
{
public class FormatService
{
private static readonly D... | using System;
using System.Collections.Generic;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.CSharp.Scripting;
using Microsoft.CodeAnalysis.Scripting;
namespace TfsBot.Services
{
public class FormatService
{
private static readonly D... | mit | C# |
0a06080e25a7b8f78e748a17f6636ea47688a913 | fix bad merge | un-loop/wareentryresourceguide,un-loop/wareentryresourceguide | WaReentryResourceGuide/WaReentryResourceGuide/Global.asax.cs | WaReentryResourceGuide/WaReentryResourceGuide/Global.asax.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace WaReentryResourceGuide
{
using System.Data.Entity;
using DAL;
public class WebApiApplication : System.Web.Htt... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace WaReentryResourceGuide
{
using System.Data.Entity;
using DAL;
public class WebApiApplication : System.Web.Htt... | mit | C# |
146d9b90de6c3e79ae6b82b0e5cffe6524d280bb | Apply a random color on each vertex | fredimachado/FlatShadedLowPolyTerrain | Assets/Scripts/TerrainGenerator.cs | Assets/Scripts/TerrainGenerator.cs | using UnityEngine;
[RequireComponent(typeof(MeshFilter))]
public class TerrainGenerator : MonoBehaviour
{
[SerializeField]
private int size;
private void Start()
{
var vertices = new Vector3[(size + 1) * (size + 1)];
for (int i = 0, z = 0; z <= size; z++)
{
for (in... | using UnityEngine;
[RequireComponent(typeof(MeshFilter))]
public class TerrainGenerator : MonoBehaviour
{
[SerializeField]
private int size;
private void Start()
{
var vertices = new Vector3[(size + 1) * (size + 1)];
for (int i = 0, z = 0; z <= size; z++)
{
for (in... | mit | C# |
ffa84136bb0cc2e6bddd96d24c1657b6c1b0c70c | add an example for Updating a page | OneNoteDev/VanillaAddIn | VanillaConsole/Program.cs | VanillaConsole/Program.cs | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Office.Interop.OneNote;
using System.Xml.Linq;
namespace VanillaConsole
{
class Program
{
static void Main(string[] args)
{
// skipping error checking... | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Office.Interop.OneNote;
using System.Xml.Linq;
namespace VanillaConsole
{
class Program
{
static void Main(string[] args)
{
// skipping error checking... | mit | C# |
658a1d159f03df2a55339c5eab7e11085c75ac43 | Add legacy flag value for mirror mod | ppy/osu,smoogipoo/osu,NeoAdonis/osu,UselessToucan/osu,NeoAdonis/osu,UselessToucan/osu,ppy/osu,UselessToucan/osu,peppy/osu,smoogipoo/osu,NeoAdonis/osu,smoogipoo/osu,peppy/osu-new,smoogipooo/osu,peppy/osu,peppy/osu,ppy/osu | osu.Game/Beatmaps/Legacy/LegacyMods.cs | osu.Game/Beatmaps/Legacy/LegacyMods.cs | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
namespace osu.Game.Beatmaps.Legacy
{
[Flags]
public enum LegacyMods
{
None = 0,
NoFail = 1,
Easy = 1 << 1,
Tou... | // Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
namespace osu.Game.Beatmaps.Legacy
{
[Flags]
public enum LegacyMods
{
None = 0,
NoFail = 1,
Easy = 1 << 1,
Tou... | mit | C# |
b6bd187a97e778c39a37cc54d64237b2f64a2139 | Add new file Droid/MainActivity.cs | ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl,ArcanaMagus/userAuth.cpl | Droid/MainActivity.cs | Droid/MainActivity.cs |