hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
c569eb292d1488f533c08000a5ce6fe29a6b6498
10,235
cs
C#
CodeGeneration/LateBindingApi.CodeGenerator/Component/ComponentsControl.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
CodeGeneration/LateBindingApi.CodeGenerator/Component/ComponentsControl.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
CodeGeneration/LateBindingApi.CodeGenerator/Component/ComponentsControl.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Text; using System.Windows.Forms; using System.Xml; using LateBindingApi.CodeGenerator.Core; namespace LateBindingApi.CodeGenerator { public partial class ComponentsControl : UserCon...
41.104418
149
0.624621
4be095b6de49a90cac4ad016d1c11b2b1db16c6c
1,511
cs
C#
src/SharpVectorObjectModel/SharpVectors/Dom/Svg/Document Structure/SvgElementInstanceList.cs
codebutler/savagesvg
4fb31ffd8485f84eb58e259b67a585fcfba6ea0c
[ "BSD-3-Clause" ]
5
2016-05-09T02:55:13.000Z
2020-05-24T08:04:48.000Z
src/SharpVectorObjectModel/SharpVectors/Dom/Svg/Document Structure/SvgElementInstanceList.cs
codebutler/savagesvg
4fb31ffd8485f84eb58e259b67a585fcfba6ea0c
[ "BSD-3-Clause" ]
null
null
null
src/SharpVectorObjectModel/SharpVectors/Dom/Svg/Document Structure/SvgElementInstanceList.cs
codebutler/savagesvg
4fb31ffd8485f84eb58e259b67a585fcfba6ea0c
[ "BSD-3-Clause" ]
3
2017-01-20T07:42:36.000Z
2020-10-24T06:09:21.000Z
using System; using System.Collections; using System.Xml; namespace SharpVectors.Dom.Svg { public class SvgElementInstanceList : ISvgElementInstanceList { #region Constructors public SvgElementInstanceList(SvgUseElement useElement, SvgElementInstance parent) { if (parent.CorrespondingElement == null) ...
23.246154
84
0.639312
563ad5f3f6a5789f4aa63dce5b5830a79d847fa3
1,246
cs
C#
Framework/Config.cs
mk-dev-team/mk-hevadea
32cb9e357066e1b2b30fe03b1c95172f480ebfb6
[ "MIT" ]
14
2019-12-15T02:14:12.000Z
2021-05-30T02:28:32.000Z
Framework/Config.cs
mk-dev-team/mk-hevadea
32cb9e357066e1b2b30fe03b1c95172f480ebfb6
[ "MIT" ]
2
2018-06-13T13:49:41.000Z
2018-06-14T08:50:50.000Z
Framework/Config.cs
terra-monax/hevadea
32cb9e357066e1b2b30fe03b1c95172f480ebfb6
[ "MIT" ]
4
2018-06-06T08:33:38.000Z
2018-12-13T20:56:22.000Z
using Hevadea.Framework.Data; using Hevadea.Framework.Platform; using System.IO; namespace Hevadea.Framework { public class Config { public float MasterVolume { get; set; } = 1f; public float MusicVolume { get; set; } = 1f; public float EffectVolume { get; set; } = 1f; public ...
27.086957
74
0.52809
564c49c117fbadb5810cc02492e5fc981b314845
4,464
cs
C#
2016/Day09/Program.cs
luddet/AdventOfCode
ad6b3dacabfb29e044d8e37bc305e2a8c83e943e
[ "MIT" ]
null
null
null
2016/Day09/Program.cs
luddet/AdventOfCode
ad6b3dacabfb29e044d8e37bc305e2a8c83e943e
[ "MIT" ]
null
null
null
2016/Day09/Program.cs
luddet/AdventOfCode
ad6b3dacabfb29e044d8e37bc305e2a8c83e943e
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; namespace Day09 { class UnhandledStateException : ApplicationExcept...
24.393443
83
0.656362
fa6b783bd15e1b2bc5bb6baa732262a2c0c4cce6
534
cs
C#
src/Fact.Extensions.Collection.Interceptor/IBag.Extensions.cs
malachib/collection
12fdc511bf77e091672404d1eda1e512ceb92d55
[ "MIT" ]
null
null
null
src/Fact.Extensions.Collection.Interceptor/IBag.Extensions.cs
malachib/collection
12fdc511bf77e091672404d1eda1e512ceb92d55
[ "MIT" ]
2
2021-08-18T00:15:15.000Z
2021-09-10T03:06:41.000Z
src/Fact.Extensions.Collection.Interceptor/IBag.Extensions.cs
malachib/collection
12fdc511bf77e091672404d1eda1e512ceb92d55
[ "MIT" ]
1
2016-11-16T10:47:14.000Z
2016-11-16T10:47:14.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Fact.Extensions.Collection.Interceptor { public static class IBag_Extensions { // FIX: temporarily in use until we move this into actual interceptor lib public static T ToInterface<T>(thi...
28.105263
90
0.683521
fa90e91979072190ee031cf0f1ddf763f3e783f6
944
cs
C#
NeoBlockMongoStorage/NeoToMongo/handle/handleAddressTx.cs
allpet-project/common.sprider
fc91dd518995588038f3476c8dbfab68a3956f8b
[ "MIT" ]
null
null
null
NeoBlockMongoStorage/NeoToMongo/handle/handleAddressTx.cs
allpet-project/common.sprider
fc91dd518995588038f3476c8dbfab68a3956f8b
[ "MIT" ]
null
null
null
NeoBlockMongoStorage/NeoToMongo/handle/handleAddressTx.cs
allpet-project/common.sprider
fc91dd518995588038f3476c8dbfab68a3956f8b
[ "MIT" ]
null
null
null
using MongoDB.Bson; using MongoDB.Driver; using System; using System.Collections.Generic; using System.Text; namespace NeoToMongo { class handleAddressTx { static string collectionType = "address_tx"; static IMongoCollection<BsonDocument> _Collection; static IMongoCollection<BsonDocume...
26.222222
70
0.551907
ab322f572ca07addd2c5b9d9a079c38eb77d52d7
15,394
cs
C#
Samples/Sample.Android/MainActivity.cs
nitewulf/ZXing.Net.Mobile
5f5ecd0f01060a02b170873f3292c5437474e453
[ "Apache-2.0" ]
null
null
null
Samples/Sample.Android/MainActivity.cs
nitewulf/ZXing.Net.Mobile
5f5ecd0f01060a02b170873f3292c5437474e453
[ "Apache-2.0" ]
null
null
null
Samples/Sample.Android/MainActivity.cs
nitewulf/ZXing.Net.Mobile
5f5ecd0f01060a02b170873f3292c5437474e453
[ "Apache-2.0" ]
null
null
null
using System.Collections.Generic; using Android.App; using Android.Content.PM; using Android.Views; using Android.Widget; using Android.OS; using ZXing; using ZXing.Mobile; using System; using Xamarin.Essentials; using AndroidX.ConstraintLayout.Widget; namespace Sample.Android { [Activity(Label = "ZXing.Net.Mobile", ...
35.8
181
0.618813
17e9443f964e359dbcacee7a03b6e01d5b9db440
2,699
cs
C#
NetCasbin/Extensions/IPAddressExtension.cs
weiplanet/Casbin.NET
2c62c78aede193e018ac7ddd705663b2282f968e
[ "Apache-2.0" ]
681
2019-07-01T07:32:09.000Z
2022-03-31T07:59:03.000Z
NetCasbin/Extensions/IPAddressExtension.cs
gorden1991/Casbin.NET
b0dc3b6361629cf6f6c17ccd26816efa75bc75fd
[ "Apache-2.0" ]
233
2019-07-07T04:29:33.000Z
2022-03-31T08:15:48.000Z
NetCasbin/Extensions/IPAddressExtension.cs
gorden1991/Casbin.NET
b0dc3b6361629cf6f6c17ccd26816efa75bc75fd
[ "Apache-2.0" ]
73
2019-07-04T06:12:23.000Z
2022-03-30T00:47:18.000Z
using System; using System.Net; using System.Net.Sockets; namespace NetCasbin.Extensions { public static class IPAddressExtension { public static bool Match(this IPAddress matchIpAddress, IPAddress ipAddress, byte matchCidr) { if (matchIpAddress.AddressFamily != ipAddress.AddressFa...
30.325843
100
0.476473
7061edf29f2498f6d49a8d5061d0d6c374d01efa
21,490
cs
C#
Framework/ReactNet/ReactNativeTizen/UIManager/MatrixMathHelper.cs
jfrux/react-native-tizen-dotnet
2ae305e5e8fab0475b4e2f7daec34007bef97688
[ "MIT" ]
142
2017-11-13T05:19:25.000Z
2022-03-23T14:11:29.000Z
Framework/ReactNet/ReactNativeTizen/UIManager/MatrixMathHelper.cs
jfrux/react-native-tizen-dotnet
2ae305e5e8fab0475b4e2f7daec34007bef97688
[ "MIT" ]
29
2018-04-25T05:46:02.000Z
2021-03-23T10:14:28.000Z
Framework/ReactNet/ReactNativeTizen/UIManager/MatrixMathHelper.cs
jfrux/react-native-tizen-dotnet
2ae305e5e8fab0475b4e2f7daec34007bef97688
[ "MIT" ]
23
2017-11-21T00:36:44.000Z
2021-11-30T13:45:50.000Z
using System; using Tizen; namespace ReactNative.UIManager { /** * Provides helper methods for converting transform operations into a matrix and then into a list * of translate, scale and rotate commands. */ public class MatrixMathHelper { private const double EPSILON = .00001d; ...
39.649446
130
0.447231
75eff42fa55443f71c41e5f6e1216c7e44cee9fa
4,761
cs
C#
ConsoleMio/HomeworkHelper.cs
kidroca/console-mio
c720cb1384cb52e3b08ab7323055d95c79a13008
[ "MIT" ]
null
null
null
ConsoleMio/HomeworkHelper.cs
kidroca/console-mio
c720cb1384cb52e3b08ab7323055d95c79a13008
[ "MIT" ]
3
2016-06-15T18:58:44.000Z
2016-06-16T07:16:45.000Z
ConsoleMio/HomeworkHelper.cs
kidroca/console-mio
c720cb1384cb52e3b08ab7323055d95c79a13008
[ "MIT" ]
null
null
null
namespace ConsoleMio { using System; using System.Collections.Generic; using System.Linq; /// <summary> /// Provides collection of methods useful for homeworks or tests /// </summary> public class HomeworkHelper : ConsoleHelper { private static readonly Random Random = new Rand...
36.068182
104
0.532871
2078274bf53e937c448c31b2df5abd81687645b5
835
cs
C#
IntegraData/toolsDAL.cs
bd3717eb/KONEXUS
154982117589e021db15d704f3b9d563e57f58f5
[ "MIT" ]
null
null
null
IntegraData/toolsDAL.cs
bd3717eb/KONEXUS
154982117589e021db15d704f3b9d563e57f58f5
[ "MIT" ]
null
null
null
IntegraData/toolsDAL.cs
bd3717eb/KONEXUS
154982117589e021db15d704f3b9d563e57f58f5
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data; using System.Data.SqlClient; namespace IntegraData { public class toolsDAL { public DataTable import_to_string(int icompany, Decimal dtotal, string sMoneda,int ibandera) { ...
24.558824
110
0.615569
c70a2626aa59e233570c522e2dfcdaf4a69b4b06
239
cs
C#
src/EA.Weee.Requests/Admin/GetProducerComplianceYear.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
2
2018-02-08T09:42:51.000Z
2019-05-07T14:06:27.000Z
src/EA.Weee.Requests/Admin/GetProducerComplianceYear.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
60
2017-03-16T11:35:44.000Z
2022-03-17T15:02:08.000Z
src/EA.Weee.Requests/Admin/GetProducerComplianceYear.cs
uk-gov-mirror/defra.prsd-weee
0eb8cd9db9cf5625bb7ada3955916970634110e5
[ "Unlicense" ]
1
2021-04-10T21:31:54.000Z
2021-04-10T21:31:54.000Z
namespace EA.Weee.Requests.Admin { using Prsd.Core.Mediator; using System.Collections.Generic; public class GetProducerComplianceYear : IRequest<List<int>> { public string RegistrationNumber { get; set; } } }
21.727273
64
0.690377
8d4d50715565a3a7566d20fd3fa5ed636cada8c5
421
cs
C#
C# Advanced/DefiningClassesLab/DateModifierLab/Program.cs
StefanIvanovC/Homeworks-Softuni
396516a251ea42127fff148bd53b265ad1ff7df8
[ "MIT" ]
1
2020-10-21T19:33:09.000Z
2020-10-21T19:33:09.000Z
C# Advanced/DefiningClassesLab/DateModifierLab/Program.cs
StefanIvanovC/Homeworks-Softuni
396516a251ea42127fff148bd53b265ad1ff7df8
[ "MIT" ]
null
null
null
C# Advanced/DefiningClassesLab/DateModifierLab/Program.cs
StefanIvanovC/Homeworks-Softuni
396516a251ea42127fff148bd53b265ad1ff7df8
[ "MIT" ]
null
null
null
using System; namespace DateModifier { public class Program { public static void Main(string[] args) { string start = Console.ReadLine(); string end = Console.ReadLine(); DateModifier dateModifier = new DateModifier(); var result = dateModifier....
22.157895
68
0.562945
984b3b810af16c48fe3a058205b930361106d85c
624
cs
C#
sspx.core/entities/Comment.cs
cap-mathisi/inf_development
91b3287fdfe1941d712442c077cf9b1022079aea
[ "Apache-2.0" ]
null
null
null
sspx.core/entities/Comment.cs
cap-mathisi/inf_development
91b3287fdfe1941d712442c077cf9b1022079aea
[ "Apache-2.0" ]
null
null
null
sspx.core/entities/Comment.cs
cap-mathisi/inf_development
91b3287fdfe1941d712442c077cf9b1022079aea
[ "Apache-2.0" ]
null
null
null
using System; namespace sspx.core.entities { public class Comment { public int Id = DefaultValue.Id; public decimal ProtocolVersionCKey = DefaultValue.Ckey; public decimal UserCKey = DefaultValue.Ckey; public string UserId = String.Empty; public string UserComment = Str...
32.842105
77
0.668269
3a0e623e0652639aba6139942b07ccf876122bb5
212
cs
C#
Wms12m.Entity/VM_WMS/Mal/frmMalzemeSearch.cs
sekmenhuseyin/Birikim.WMS
9772a027c331a9715baa05d344c40e506aca9758
[ "MIT" ]
null
null
null
Wms12m.Entity/VM_WMS/Mal/frmMalzemeSearch.cs
sekmenhuseyin/Birikim.WMS
9772a027c331a9715baa05d344c40e506aca9758
[ "MIT" ]
null
null
null
Wms12m.Entity/VM_WMS/Mal/frmMalzemeSearch.cs
sekmenhuseyin/Birikim.WMS
9772a027c331a9715baa05d344c40e506aca9758
[ "MIT" ]
null
null
null
namespace Wms12m.Entity { /// <summary> /// malzeme arama /// </summary> public class frmMalzemeSearch { public string ad { get; set; } public string kod { get; set; } } }
19.272727
39
0.542453
54b3a0adf219c89fb69a5d452f3691b87fa36556
1,509
cs
C#
Four2One/Four2One/Log.cs
kccb-karp/IQCareMigration
df35dc31e47d3f84cb09a541e22fbe071f4fe995
[ "Apache-2.0" ]
null
null
null
Four2One/Four2One/Log.cs
kccb-karp/IQCareMigration
df35dc31e47d3f84cb09a541e22fbe071f4fe995
[ "Apache-2.0" ]
14
2018-06-13T09:55:38.000Z
2018-07-21T15:32:00.000Z
Four2One/Four2One/Log.cs
kccb-karp/IQCareMigration
df35dc31e47d3f84cb09a541e22fbe071f4fe995
[ "Apache-2.0" ]
1
2019-07-05T05:52:22.000Z
2019-07-05T05:52:22.000Z
/*using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.ComponentModel; using System.Runtime.CompilerServices; namespace Four2One { public class Log : INotifyPropertyChanged { public event PropertyChangedEventHandler P...
23.215385
86
0.466534
07094ef154e804cdae837d04829ceea2c069c581
25,031
cs
C#
tests/ComputeSharp.Tests/Texture3DTests.cs
Avid29/ComputeSharp
2d8a29c8c28e85747d77550e0ec010bbf3998a5f
[ "MIT" ]
null
null
null
tests/ComputeSharp.Tests/Texture3DTests.cs
Avid29/ComputeSharp
2d8a29c8c28e85747d77550e0ec010bbf3998a5f
[ "MIT" ]
null
null
null
tests/ComputeSharp.Tests/Texture3DTests.cs
Avid29/ComputeSharp
2d8a29c8c28e85747d77550e0ec010bbf3998a5f
[ "MIT" ]
null
null
null
using System; using System.Linq; using ComputeSharp.Resources; using ComputeSharp.Tests.Attributes; using ComputeSharp.Tests.Extensions; using Microsoft.Toolkit.HighPerformance; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace ComputeSharp.Tests; [TestClass] [TestCategory("Texture3D")] public partial cl...
41.579734
177
0.586193
a8dba658f5f3f46b0766e0571eeb8baf10265897
730
cs
C#
tests/NetDevPack.Security.Jwt.Tests/Warmups/WarmupInMemoryStore.cs
NetDevPack/Jwks.Manager
0a71decd655c95443d8bbb92290d7efc7d12438b
[ "MIT" ]
7
2020-02-18T14:12:53.000Z
2020-07-25T19:43:51.000Z
tests/NetDevPack.Security.Jwt.Tests/Warmups/WarmupInMemoryStore.cs
NetDevPack/Jwks.Manager
0a71decd655c95443d8bbb92290d7efc7d12438b
[ "MIT" ]
1
2020-06-09T17:28:26.000Z
2020-06-09T17:28:26.000Z
tests/NetDevPack.Security.Jwt.Tests/Warmups/WarmupInMemoryStore.cs
brunohbrito/Jwks.Manager
0a71decd655c95443d8bbb92290d7efc7d12438b
[ "MIT" ]
2
2020-07-07T19:36:32.000Z
2020-07-25T05:20:57.000Z
using System.Threading.Tasks; using Microsoft.Extensions.DependencyInjection; using NetDevPack.Security.Jwt.Core; using NetDevPack.Security.Jwt.Core.Interfaces; namespace NetDevPack.Security.Jwt.Tests.Warmups; public class WarmupInMemoryStore : IWarmupTest { private readonly IJsonWebKeyStore _store; public ...
27.037037
65
0.735616
d1bc72638e1a0250b4c9d890ac109e9dcf2be9ad
2,607
cs
C#
ToMigrate/Raven.SlowTests/Issues/RavenDB_1754.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2017-03-02T13:05:14.000Z
2017-03-02T13:05:14.000Z
ToMigrate/Raven.SlowTests/Issues/RavenDB_1754.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2019-03-12T12:10:52.000Z
2019-03-12T12:10:52.000Z
ToMigrate/Raven.SlowTests/Issues/RavenDB_1754.cs
aviv86/ravendb
3ee33d576fecd2c47dc7a9f5b671a46731fed659
[ "Linux-OpenIB" ]
null
null
null
// ----------------------------------------------------------------------- // <copyright file="RavenDB_1754.cs" company="Hibernating Rhinos LTD"> // Copyright (c) Hibernating Rhinos LTD. All rights reserved. // </copyright> // ----------------------------------------------------------------------- using S...
34.76
99
0.357883
2a94fee57ef05f0ef911af02f6c5189f8151cc8c
640
cs
C#
Extension-Methods-Delegates-Lambda-LINQ/ExtensionMethods/StringBuilderExtension.cs
ReniGetskova/CSharp-OOP
68e55796c463153b47b327def4154547aee26a48
[ "MIT" ]
null
null
null
Extension-Methods-Delegates-Lambda-LINQ/ExtensionMethods/StringBuilderExtension.cs
ReniGetskova/CSharp-OOP
68e55796c463153b47b327def4154547aee26a48
[ "MIT" ]
null
null
null
Extension-Methods-Delegates-Lambda-LINQ/ExtensionMethods/StringBuilderExtension.cs
ReniGetskova/CSharp-OOP
68e55796c463153b47b327def4154547aee26a48
[ "MIT" ]
null
null
null
namespace ExtensionMethods { using System; using System.Text; public static class StringBuilderExtension { public static StringBuilder Substring(this StringBuilder input, int index, int length) { StringBuilder result = new StringBuilder(); if (index + length > i...
26.666667
100
0.54375
1d0eae8fd4118111185e321409a65e963afe9f7e
1,493
cs
C#
Assets/Scripts/Brick.cs
Trzynasty/Baller
1695f52c4ab807cbfa3bb8ccfa7fea316c1ca6af
[ "MIT" ]
null
null
null
Assets/Scripts/Brick.cs
Trzynasty/Baller
1695f52c4ab807cbfa3bb8ccfa7fea316c1ca6af
[ "MIT" ]
null
null
null
Assets/Scripts/Brick.cs
Trzynasty/Baller
1695f52c4ab807cbfa3bb8ccfa7fea316c1ca6af
[ "MIT" ]
null
null
null
using UnityEngine; using System.Collections; public class Brick : MonoBehaviour { [SerializeField] AudioClip crack; [SerializeField] Sprite[] hitSprites; [SerializeField] GameObject smokeParticles; int timesHit; Level level; void Start() { level = FindObjectOfType<Level>(); CountB...
20.452055
94
0.602143
8807bbcbe32d395dada150afcf9608b862e2ad0d
439
cs
C#
src/TwoRooms.Common/Models/Game.cs
coolsirch88/2RAB
f08d0152553d62b98fce9b0f28224a0a002f6aca
[ "MIT" ]
null
null
null
src/TwoRooms.Common/Models/Game.cs
coolsirch88/2RAB
f08d0152553d62b98fce9b0f28224a0a002f6aca
[ "MIT" ]
null
null
null
src/TwoRooms.Common/Models/Game.cs
coolsirch88/2RAB
f08d0152553d62b98fce9b0f28224a0a002f6aca
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace TwoRooms.Common.Models { public class Game { public Game() { CurrentPlayers = new List<Player>(); } public Guid Id { get; set; } public string Name { g...
21.95
56
0.594533
5fd42461d51dfde73129ac68f38b23f5ca087005
102
cshtml
C#
src/Extensions/DBlazor.SideBar/Sidebar.cshtml
EnhWeb/DC.Blazor
9a08cfcace949f0fd7b474c0706fb774becb96c4
[ "MIT" ]
3
2019-10-17T07:27:22.000Z
2020-01-07T16:30:51.000Z
src/Extensions/DBlazor.SideBar/Sidebar.cshtml
EnhWeb/DC.Blazor
9a08cfcace949f0fd7b474c0706fb774becb96c4
[ "MIT" ]
null
null
null
src/Extensions/DBlazor.SideBar/Sidebar.cshtml
EnhWeb/DC.Blazor
9a08cfcace949f0fd7b474c0706fb774becb96c4
[ "MIT" ]
null
null
null
@inherits DBlazor.Sidebar.Base.BaseSidebar <nav class="@ClassMapper.Class"> @ChildContent </nav>
20.4
43
0.745098
990f286c034d16360950aba86641ff2547c9a1a5
431
cs
C#
Game Manager/Client/Program.cs
alextoti99/Logger---Command-Manager
1623e30f79c851018d1723595cd9f7d7da4a43eb
[ "MIT" ]
null
null
null
Game Manager/Client/Program.cs
alextoti99/Logger---Command-Manager
1623e30f79c851018d1723595cd9f7d7da4a43eb
[ "MIT" ]
null
null
null
Game Manager/Client/Program.cs
alextoti99/Logger---Command-Manager
1623e30f79c851018d1723595cd9f7d7da4a43eb
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Client { class Program { static void Main(string[] args) { Vars.initPaths(); Logs.init(); CommandsListener.init(); ...
19.590909
50
0.554524
3837aa44d985eee06dd30ad14029b6f67c0f039c
4,298
cs
C#
Kemel.Orm/Util.cs
lvendrame/kemel-orm
5e52131d3363d223ffba5ddb81440b1f33733973
[ "MIT" ]
null
null
null
Kemel.Orm/Util.cs
lvendrame/kemel-orm
5e52131d3363d223ffba5ddb81440b1f33733973
[ "MIT" ]
null
null
null
Kemel.Orm/Util.cs
lvendrame/kemel-orm
5e52131d3363d223ffba5ddb81440b1f33733973
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Kemel.Orm.Entity; using Kemel.Orm.Constants; using System.Data; using System.Reflection; using Kemel.Orm.Schema; namespace Kemel.Orm { public static class Util { #region Properties Attributes Util //pub...
35.229508
173
0.524895
dfb52391af0585599839746626abd5eef6011654
1,562
cs
C#
test-projects/GenericLevels/Assets/Scripts/BackgroundParallax.cs
vvnurmi/trappedinside
bd46c7d2b19f5ecace9ece4bba5ac0832b81da48
[ "MIT" ]
null
null
null
test-projects/GenericLevels/Assets/Scripts/BackgroundParallax.cs
vvnurmi/trappedinside
bd46c7d2b19f5ecace9ece4bba5ac0832b81da48
[ "MIT" ]
null
null
null
test-projects/GenericLevels/Assets/Scripts/BackgroundParallax.cs
vvnurmi/trappedinside
bd46c7d2b19f5ecace9ece4bba5ac0832b81da48
[ "MIT" ]
null
null
null
using UnityEngine; public class BackgroundParallax : MonoBehaviour { [Tooltip("The parallax will follow this object's movement.")] public GameObject follow; [Tooltip("Bigger scale makes the parallax move slower.")] public float speedScale = 100; [Tooltip("A game object with a Quad component. Becau...
38.097561
129
0.645967
7f0f0b0b3cdca6afd3bdb36d4a12410b0e72d1b9
3,136
cs
C#
Assets/Plugins/Aokoro/Core/InfluencedProperties/ComplexeCondition.cs
AokoroTeam/UPQP_House
23d84b97f4ea5c88c113657ce505096561955d68
[ "MIT" ]
null
null
null
Assets/Plugins/Aokoro/Core/InfluencedProperties/ComplexeCondition.cs
AokoroTeam/UPQP_House
23d84b97f4ea5c88c113657ce505096561955d68
[ "MIT" ]
null
null
null
Assets/Plugins/Aokoro/Core/InfluencedProperties/ComplexeCondition.cs
AokoroTeam/UPQP_House
23d84b97f4ea5c88c113657ce505096561955d68
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; using NaughtyAttributes; using System; namespace Aokoro { [System.Serializable] public partial class ComplexeCondition { #region Parameter classes public class Parameter { ...
28
125
0.561862
af22ae0ee28b30ba48b2424b5fc1c3fe2153f783
2,129
cs
C#
Src/CSharpier/SyntaxPrinter/SyntaxNodePrinters/FunctionPointerType.cs
belav/prettier-plugin-csharpier
6bfddb73311811aa278bff3bed52d2cfc8a83b8d
[ "MIT" ]
null
null
null
Src/CSharpier/SyntaxPrinter/SyntaxNodePrinters/FunctionPointerType.cs
belav/prettier-plugin-csharpier
6bfddb73311811aa278bff3bed52d2cfc8a83b8d
[ "MIT" ]
null
null
null
Src/CSharpier/SyntaxPrinter/SyntaxNodePrinters/FunctionPointerType.cs
belav/prettier-plugin-csharpier
6bfddb73311811aa278bff3bed52d2cfc8a83b8d
[ "MIT" ]
null
null
null
namespace CSharpier.SyntaxPrinter.SyntaxNodePrinters; internal static class FunctionPointerType { public static Doc Print(FunctionPointerTypeSyntax node, FormattingContext context) { return Doc.Concat( Token.Print(node.DelegateKeyword, context), Token.PrintWithSuffix(node.Asteri...
38.017857
95
0.513387
6feb5e387431f5153c8649dc4ba3c3f4bfafaaae
2,124
cs
C#
src/Client/TourPortal.Client/Program.cs
kkaraivanov/TourPortal
cacb094dfb7280f354b279c63100e3911f551c5e
[ "MIT" ]
10
2021-06-18T18:49:48.000Z
2021-08-15T16:06:23.000Z
src/Client/TourPortal.Client/Program.cs
kkaraivanov/TourPortal
cacb094dfb7280f354b279c63100e3911f551c5e
[ "MIT" ]
null
null
null
src/Client/TourPortal.Client/Program.cs
kkaraivanov/TourPortal
cacb094dfb7280f354b279c63100e3911f551c5e
[ "MIT" ]
1
2021-08-18T20:17:56.000Z
2021-08-18T20:17:56.000Z
namespace TourPortal.Client { using System; using System.Net.Http; using System.Threading.Tasks; using Microsoft.AspNetCore.Components.Authorization; using Microsoft.AspNetCore.Components.WebAssembly.Hosting; using Microsoft.Extensions.DependencyInjection; using Blazored.LocalStorage; us...
36
112
0.612053
8b1f7f366632ea5e51d421ab5623638b75c49217
1,228
cs
C#
src/Agents.Net.Benchmarks/FileManipulation/FileManipulationModule.cs
agents-net/agents.net
5aeded90e6728a2c459b476b8e652f531064e8e0
[ "MIT" ]
1
2020-03-23T14:59:18.000Z
2020-03-23T14:59:18.000Z
src/Agents.Net.Benchmarks/FileManipulation/FileManipulationModule.cs
agents-net/agents.net
5aeded90e6728a2c459b476b8e652f531064e8e0
[ "MIT" ]
42
2020-05-26T09:17:15.000Z
2021-10-01T07:46:18.000Z
src/Agents.Net.Benchmarks/FileManipulation/FileManipulationModule.cs
agents-net/agents.net
5aeded90e6728a2c459b476b8e652f531064e8e0
[ "MIT" ]
null
null
null
#region Copyright // Copyright (c) Tobias Wilker and contributors // This file is licensed under MIT #endregion using System; using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; using System.Text; using Autofac; namespace Agents.Net.Benchmarks.FileManipulation { ...
34.111111
97
0.68241
962806d924db2187ec0551db00154bf0b8659b89
1,154
cs
C#
Mindscape.Raygun4Net.Xamarin.iOS/ApiDefinition.cs
j5alive/raygun4net
d6f8e11973fc72a13d33b5f819354721fff51974
[ "MIT" ]
80
2015-01-04T23:09:14.000Z
2022-03-25T07:33:34.000Z
Mindscape.Raygun4Net.Xamarin.iOS/ApiDefinition.cs
j5alive/raygun4net
d6f8e11973fc72a13d33b5f819354721fff51974
[ "MIT" ]
141
2015-01-04T19:44:39.000Z
2022-03-27T03:59:38.000Z
Mindscape.Raygun4Net.Xamarin.iOS/ApiDefinition.cs
j5alive/raygun4net
d6f8e11973fc72a13d33b5f819354721fff51974
[ "MIT" ]
74
2015-01-09T22:38:04.000Z
2022-01-27T01:20:46.000Z
using System; using System.Drawing; #if __UNIFIED__ using ObjCRuntime; using Foundation; using UIKit; #else using MonoTouch.ObjCRuntime; using MonoTouch.Foundation; using MonoTouch.UIKit; #endif namespace Mindscape.Raygun4Net.Xamarin.iOS { [BaseType (typeof (NSObject))] internal interface RaygunClient { [St...
20.607143
58
0.682842
1f8df6ab45209e0728e154733ccacefe4380a784
2,842
cs
C#
Tintoreria/TintoreriaDAL/EstadoDal.cs
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
2
2019-01-18T14:07:43.000Z
2019-01-20T21:44:11.000Z
Tintoreria/TintoreriaDAL/EstadoDal.cs
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
null
null
null
Tintoreria/TintoreriaDAL/EstadoDal.cs
topx777/PruebaMVC
7640af0e064c25dcfd32d36cac3dd203ff248da7
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; using Upds.Sistemas.ProgWeb2.Tintoreria.Core; namespace Upds.Sistemas.ProgWeb2.Tintoreria.TintoreriaDAL { public class EstadoDal { /// <summary> /// ...
29.604167
190
0.455313
48315b3403bcbc26f35759b3b322586f96d724a7
5,390
cs
C#
src/FastGenericNew.SourceGenerator/CodeGenerators/FastCreateInstanceGenerator.cs
BThree496/FastGenericNew
e457019e72dd316d48b28c56312a2f55465d0dcf
[ "MIT" ]
2
2020-11-12T08:39:34.000Z
2020-12-19T05:19:11.000Z
src/FastGenericNew.SourceGenerator/CodeGenerators/FastCreateInstanceGenerator.cs
Nyrest/FastGenericNew
773817bdfc3d4a4c5d0938cc8c8401c2c606c77a
[ "MIT" ]
1
2020-11-10T05:36:59.000Z
2020-11-14T16:33:03.000Z
src/FastGenericNew.SourceGenerator/CodeGenerators/FastCreateInstanceGenerator.cs
BThree496/FastGenericNew
e457019e72dd316d48b28c56312a2f55465d0dcf
[ "MIT" ]
null
null
null
namespace FastGenericNew.SourceGenerator.CodeGenerators; public class FastCreateInstanceGenerator : CodeGenerator<FastCreateInstanceGenerator> { public override string Filename => "FastNew.CreateInstance.g.cs"; internal const string ClassName = "FastNew"; public override CodeGenerationResult Generate(in...
41.461538
163
0.605937
62e403acebac6bf8b34a706f218d067e77cd1b6e
6,475
cs
C#
src/app/forms/DatabaseFormatInfoForm.Designer.cs
Sopel97/chess_pos_db_gui
dffd8c56c17b9828a0ad731f3b62cdefb48686c7
[ "MIT" ]
1
2019-11-05T17:49:11.000Z
2019-11-05T17:49:11.000Z
src/app/forms/DatabaseFormatInfoForm.Designer.cs
Sopel97/chess_pos_db_gui
dffd8c56c17b9828a0ad731f3b62cdefb48686c7
[ "MIT" ]
8
2019-11-18T17:43:43.000Z
2020-06-09T15:55:38.000Z
src/app/forms/DatabaseFormatInfoForm.Designer.cs
Sopel97/chess_pos_db_gui
dffd8c56c17b9828a0ad731f3b62cdefb48686c7
[ "MIT" ]
1
2021-01-24T13:26:29.000Z
2021-01-24T13:26:29.000Z
namespace chess_pos_db_gui.src.app.forms { partial class DatabaseFormatInfoForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
64.75
176
0.716757
1f0ed4c8146c296f3a81c2ddc36ed08e23ec7cc3
841
cs
C#
Assets/Scripts/UI/PauseManager.cs
allcreater/NHPY
594d8fd34ebaeb0146870ce9d12e656cf850cbd0
[ "MIT" ]
null
null
null
Assets/Scripts/UI/PauseManager.cs
allcreater/NHPY
594d8fd34ebaeb0146870ce9d12e656cf850cbd0
[ "MIT" ]
3
2019-04-12T14:06:03.000Z
2019-06-21T11:17:40.000Z
Assets/Scripts/UI/PauseManager.cs
allcreater/NHPY
594d8fd34ebaeb0146870ce9d12e656cf850cbd0
[ "MIT" ]
null
null
null
using UnityEditor; using UnityEngine; using UnityEngine.SceneManagement; public class PauseManager : MonoBehaviour { public static readonly string menuSceneName = "MainMenu"; public bool isPaused { get => Time.timeScale == 0; set => Time.timeScale = value ? 1 : 0; } public void P...
19.113636
73
0.630202
1f13d3f5dd26df787cef68c338a8e04aba1d03e9
3,056
cs
C#
Assets/Plugins/Zenject/Source/Install/Contexts/ContextUtil.cs
Jamjardavies/Shared-Code-Working
76fd6fe6935d85086f079f1c7c62abef818e25b7
[ "MIT" ]
39
2018-02-26T11:43:10.000Z
2021-11-01T13:03:57.000Z
Assets/Plugins/Zenject/Source/Install/Contexts/ContextUtil.cs
Jamjardavies/Shared-Code-Working
76fd6fe6935d85086f079f1c7c62abef818e25b7
[ "MIT" ]
1
2018-03-12T09:48:24.000Z
2018-03-14T06:21:27.000Z
Assets/Plugins/Zenject/Source/Install/Contexts/ContextUtil.cs
Jamjardavies/Shared-Code-Working
76fd6fe6935d85086f079f1c7c62abef818e25b7
[ "MIT" ]
8
2018-02-26T15:52:10.000Z
2021-11-01T13:07:55.000Z
#if !NOT_UNITY3D using System.Collections.Generic; using System.Linq; using ModestTree; using UnityEngine; using UnityEngine.SceneManagement; using Zenject.Internal; namespace Zenject { public static class ContextUtil { public static IEnumerable<Component> GetInjectableComponents(Scene scene) ...
40.210526
131
0.588351
8c170d6ad8be0426c69f6c69c429f4361435cb12
2,511
cs
C#
sdk/dotnet/Compute/Outputs/URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderAction.cs
sisisin/pulumi-gcp
af6681d70ea457843409110c1324817fe55f68ad
[ "ECL-2.0", "Apache-2.0" ]
121
2018-06-18T19:16:42.000Z
2022-03-31T06:06:48.000Z
sdk/dotnet/Compute/Outputs/URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderAction.cs
sisisin/pulumi-gcp
af6681d70ea457843409110c1324817fe55f68ad
[ "ECL-2.0", "Apache-2.0" ]
492
2018-06-22T19:41:03.000Z
2022-03-31T15:33:53.000Z
sdk/dotnet/Compute/Outputs/URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderAction.cs
sisisin/pulumi-gcp
af6681d70ea457843409110c1324817fe55f68ad
[ "ECL-2.0", "Apache-2.0" ]
43
2018-06-19T01:43:13.000Z
2022-03-23T22:43:37.000Z
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Threading.Tasks; using Pulumi.Serialization; names...
46.5
160
0.732776
e7618bbaffb30cc3436acc339a02e475db452c07
650
cs
C#
Ghost Hotel/Assets/Scripts/Home.cs
stevemt1/ghosthotel
ca9fc5a56b1a8a2ad69562398a5ed01e4ddd7ca4
[ "Apache-2.0" ]
null
null
null
Ghost Hotel/Assets/Scripts/Home.cs
stevemt1/ghosthotel
ca9fc5a56b1a8a2ad69562398a5ed01e4ddd7ca4
[ "Apache-2.0" ]
null
null
null
Ghost Hotel/Assets/Scripts/Home.cs
stevemt1/ghosthotel
ca9fc5a56b1a8a2ad69562398a5ed01e4ddd7ca4
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Home : MonoBehaviour { public Player player; public DialogueManager DialogueManager; [TextArea(1,10)] public string[] dialogue; // Use this for initialization void Start () { player = FindObjectOfType<Player> (); ...
21.666667
73
0.704615
69b768a6444df73f342d5b9cdef959020c2bba18
131
cs
C#
components/drawer/DrawerRef.cs
oo-simbo/ant-design-blazor
9fc78c622fa16e78c3708de42d941767874866f7
[ "MIT" ]
null
null
null
components/drawer/DrawerRef.cs
oo-simbo/ant-design-blazor
9fc78c622fa16e78c3708de42d941767874866f7
[ "MIT" ]
null
null
null
components/drawer/DrawerRef.cs
oo-simbo/ant-design-blazor
9fc78c622fa16e78c3708de42d941767874866f7
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace AntDesign { public class DrawerRef { } }
13.1
33
0.709924
4f22ff3af7d10eb99ea196d4822a78ba18f79f43
4,284
cs
C#
Code/Runtime/UnityUtility/Sound/MusicProvider.cs
oleghcp/UnityUtility
ea1b78bf5fcffbb518294c29c940ab144ee7167d
[ "MIT" ]
null
null
null
Code/Runtime/UnityUtility/Sound/MusicProvider.cs
oleghcp/UnityUtility
ea1b78bf5fcffbb518294c29c940ab144ee7167d
[ "MIT" ]
null
null
null
Code/Runtime/UnityUtility/Sound/MusicProvider.cs
oleghcp/UnityUtility
ea1b78bf5fcffbb518294c29c940ab144ee7167d
[ "MIT" ]
null
null
null
using System.Collections.Generic; using UnityUtility.Collections; using UnityUtility.MathExt; using UnityUtility.SaveLoad; using UnityUtility.Sound.SoundStuff; namespace UnityUtility.Sound { public class MusicProvider { private readonly MPreset _defaultPreset = new MPreset { Volume = 1f, Pitch = 1f, Lo...
25.5
123
0.514239
d006e691cec5f31b96985106c38eda3fd29a8f3b
18,868
cs
C#
Geckofx-Core/Generated/nsIDocumentEncoder.cs
GerHobbelt/GeckoFX-60-clone
4c6a5e8ef8655c71d1565693395686e0f2943e7c
[ "X11" ]
3
2020-11-26T04:33:04.000Z
2021-11-09T11:45:35.000Z
Geckofx-Core/Generated/nsIDocumentEncoder.cs
GerHobbelt/GeckoFX-60-clone
4c6a5e8ef8655c71d1565693395686e0f2943e7c
[ "X11" ]
3
2020-03-12T15:37:54.000Z
2021-11-29T22:38:50.000Z
Geckofx-Core/Generated/nsIDocumentEncoder.cs
GerHobbelt/GeckoFX-60-clone
4c6a5e8ef8655c71d1565693395686e0f2943e7c
[ "X11" ]
null
null
null
// -------------------------------------------------------------------------------------------- // Version: MPL 1.1/GPL 2.0/LGPL 2.1 // // The contents of this file are subject to the Mozilla Public License Version // 1.1 (the "License"); you may not use this file except in compliance with // the License. You may...
46.935323
413
0.656296
44df0f01fad30a170189d843da8f4d75d18d2453
1,290
cs
C#
Newbie/NewbieStepEleHallActMagicBottleTale.cs
moto2002/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
4
2017-06-28T06:05:04.000Z
2021-02-12T11:56:04.000Z
Newbie/NewbieStepEleHallActMagicBottleTale.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
null
null
null
Newbie/NewbieStepEleHallActMagicBottleTale.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
8
2017-07-18T13:34:57.000Z
2022-03-05T08:02:36.000Z
using Com.Game.Module; using System; using UnityEngine; namespace Newbie { public class NewbieStepEleHallActMagicBottleTale : NewbieStepBase { private string _voiceResId = "2312"; private float _loopTime = 10f; public NewbieStepEleHallActMagicBottleTale() { this._stepType = ENewbieStepType...
30
83
0.750388
788231378ca2cb739634f562fdcf2e3effde87d5
1,142
cs
C#
src/Framework.Persistent/Attributes/DetailRoleAttribute.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
18
2021-12-22T09:28:06.000Z
2022-01-20T19:48:41.000Z
src/Framework.Persistent/Attributes/DetailRoleAttribute.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
44
2021-12-28T08:36:17.000Z
2022-03-22T09:17:28.000Z
src/Framework.Persistent/Attributes/DetailRoleAttribute.cs
Luxoft/BSSFramework
e060a42db5b1a96cc915b30c09e4e5751543e8af
[ "MIT" ]
2
2021-12-23T15:30:01.000Z
2021-12-28T01:26:36.000Z
using System; namespace Framework.Persistent { /// <summary> /// Признак, является ли свойство деталью объекта /// Если свойство - деталь, то она сохраняется в базу данных вместе с сохранением master-объекта, /// а также в Rich DTO оно тоже Rich(соответственно из Full DTO оно пропадает). /...
38.066667
147
0.67338
74b830d354753071248e938122bb42fd7f1d9c2e
903
cs
C#
secao_14/02_Exercicio_Fixacao/02_Exercicio_Fixacao/Services/ContractService.cs
MateusMacial/Udemy_CSharp
03a596951cb121ab0be6e9f501490f97f95f5e29
[ "MIT" ]
null
null
null
secao_14/02_Exercicio_Fixacao/02_Exercicio_Fixacao/Services/ContractService.cs
MateusMacial/Udemy_CSharp
03a596951cb121ab0be6e9f501490f97f95f5e29
[ "MIT" ]
null
null
null
secao_14/02_Exercicio_Fixacao/02_Exercicio_Fixacao/Services/ContractService.cs
MateusMacial/Udemy_CSharp
03a596951cb121ab0be6e9f501490f97f95f5e29
[ "MIT" ]
null
null
null
using System; using _02_Exercicio_Fixacao.Entities; namespace _02_Exercicio_Fixacao.Services { class ContractService { private IOnlinePaymentService _onlinePaymentService; public ContractService(IOnlinePaymentService onlinePaymentService) { _onlinePaymentService = onlinePa...
31.137931
97
0.644518
6491d47083a58ebdcd953e46d1b17bfd4a56f31e
1,382
cs
C#
AvaloniaEx/Converters/EnumTypeToValuesConverter.cs
Macabresoft/AvaloniaEx
9ac5c9eea553729515664e1d95b43472d03d05ad
[ "MIT" ]
1
2021-12-10T11:17:54.000Z
2021-12-10T11:17:54.000Z
AvaloniaEx/Converters/EnumTypeToValuesConverter.cs
Macabresoft/AvaloniaEx
9ac5c9eea553729515664e1d95b43472d03d05ad
[ "MIT" ]
null
null
null
AvaloniaEx/Converters/EnumTypeToValuesConverter.cs
Macabresoft/AvaloniaEx
9ac5c9eea553729515664e1d95b43472d03d05ad
[ "MIT" ]
null
null
null
namespace Macabresoft.AvaloniaEx; using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Reflection; using Avalonia.Data.Converters; /// <summary> /// Converts from a <see cref="Type" /> of an enum to a collection of all the distinct enum values. /// </summary> pub...
32.904762
101
0.629522
64f84024dfcb7ecbf74ccb9bb3fa3c8d6bc16d1a
10,503
cs
C#
a_mini/projects/PixelFarm/PixelFarm.Drawing/6_PixelFarm_AggVectorMath/AxisAlignedBoundingBox.cs
prepare/MiniAggLegacy
ff819809e4932291bc6204ad69c876d187f7bfca
[ "MIT" ]
3
2018-08-11T21:02:52.000Z
2020-05-26T22:58:00.000Z
a_mini/projects/PixelFarm/PixelFarm.Drawing/6_PixelFarm_AggVectorMath/AxisAlignedBoundingBox.cs
prepare/MiniAggLegacy
ff819809e4932291bc6204ad69c876d187f7bfca
[ "MIT" ]
null
null
null
a_mini/projects/PixelFarm/PixelFarm.Drawing/6_PixelFarm_AggVectorMath/AxisAlignedBoundingBox.cs
prepare/MiniAggLegacy
ff819809e4932291bc6204ad69c876d187f7bfca
[ "MIT" ]
2
2016-08-02T11:45:26.000Z
2018-08-11T21:02:53.000Z
/* Copyright (c) 2014, Lars Brubaker All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follow...
36.723776
130
0.55765
2b708b471c9f05052fd46060f2051269496a4297
1,141
cs
C#
Model/BoardModel.cs
xsparc/mems-fxlp
7a600257b3c7447abd717d97b457ffac6c6b75cd
[ "MIT" ]
null
null
null
Model/BoardModel.cs
xsparc/mems-fxlp
7a600257b3c7447abd717d97b457ffac6c6b75cd
[ "MIT" ]
null
null
null
Model/BoardModel.cs
xsparc/mems-fxlp
7a600257b3c7447abd717d97b457ffac6c6b75cd
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.ComponentModel; using System.Runtime.CompilerServices; namespace mems_fx3lp.Model { /// <summary> /// View Model for the static state of the Board /// </s...
25.931818
101
0.603856
2b904cab801de10c1580b3eeed5b0ae168a3cc56
2,745
cs
C#
Torch.Server/Program.cs
SlothDpal/Torch
8a1f46419aecf479482073fd6a3ac965d74db149
[ "Apache-2.0" ]
3
2016-11-20T01:43:35.000Z
2017-01-04T18:11:31.000Z
Torch.Server/Program.cs
SlothDpal/Torch
8a1f46419aecf479482073fd6a3ac965d74db149
[ "Apache-2.0" ]
6
2016-12-28T15:41:20.000Z
2017-01-08T17:03:33.000Z
Torch.Server/Program.cs
Jimmacle/Torch
fc170478c9e6555d31d11dafddee805acd9f27fb
[ "Apache-2.0" ]
null
null
null
using System; using System.Diagnostics; using System.IO; using System.IO.Compression; using System.Linq; using System.Net; using System.Reflection; using System.ServiceProcess; using System.Text; using System.Threading; using Microsoft.VisualBasic.Devices; using NLog; using NLog.Fluent; using NLog.Targets; using Torch...
31.918605
151
0.532969
653e76de8f2fc3fc473a25c094cd5bd0087c1473
17,398
cs
C#
src/Xwt.Sdl/Xwt.SdlBackend/WindowBackend.cs
aBothe/Xwt.Sdl
2037f1c23dae85772c2ba3b2c5400694e0129c38
[ "MIT" ]
null
null
null
src/Xwt.Sdl/Xwt.SdlBackend/WindowBackend.cs
aBothe/Xwt.Sdl
2037f1c23dae85772c2ba3b2c5400694e0129c38
[ "MIT" ]
null
null
null
src/Xwt.Sdl/Xwt.SdlBackend/WindowBackend.cs
aBothe/Xwt.Sdl
2037f1c23dae85772c2ba3b2c5400694e0129c38
[ "MIT" ]
null
null
null
// // WindowBackend.cs // // Author: // Alexander Bothe <info@alexanderbothe.com> // // Copyright (c) 2013 Alexander Bothe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without ...
25.472914
164
0.673123
654ea5c93a6a4b02f19eaaa0ffad6451278c47fa
227
cs
C#
source/Cosmos.Core_Asm/CPU/CPUGetEndOfKernelAsm.cs
Kiirx/Cosmos
5db6b349cfe66246d1f0566aa6cc06645d4e01ec
[ "BSD-3-Clause" ]
null
null
null
source/Cosmos.Core_Asm/CPU/CPUGetEndOfKernelAsm.cs
Kiirx/Cosmos
5db6b349cfe66246d1f0566aa6cc06645d4e01ec
[ "BSD-3-Clause" ]
null
null
null
source/Cosmos.Core_Asm/CPU/CPUGetEndOfKernelAsm.cs
Kiirx/Cosmos
5db6b349cfe66246d1f0566aa6cc06645d4e01ec
[ "BSD-3-Clause" ]
null
null
null
using XSharp; using XSharp.Assembler; namespace Cosmos.Core_Asm; public class CPUGetEndOfKernelAsm : AssemblerMethod { public override void AssembleNew(Assembler aAssembler, object aMethodInfo) => XS.Push("_end_code"); }
22.7
103
0.792952
d874de2a08d0c255b5d56c06ba55ca57ebd0c4b6
868
cs
C#
src/ICU.Data/Configuration/GoalConfiguration.cs
IustinT/Patient-Treatment-Planner
6448ff17540fb4033839c046bc016317c1319122
[ "MIT" ]
null
null
null
src/ICU.Data/Configuration/GoalConfiguration.cs
IustinT/Patient-Treatment-Planner
6448ff17540fb4033839c046bc016317c1319122
[ "MIT" ]
null
null
null
src/ICU.Data/Configuration/GoalConfiguration.cs
IustinT/Patient-Treatment-Planner
6448ff17540fb4033839c046bc016317c1319122
[ "MIT" ]
null
null
null
 using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using ICU.Data.Models; namespace ICU.Data.Configuration { public class GoalConfiguration : IEntityTypeConfiguration<Goal> { public void Configure(EntityTypeBuilder<Goal> builder) { builder...
24.8
68
0.558756
a736002e6895c7d76f70510564d19f28fa0e65ee
4,957
cs
C#
src/GeometryTest/RectTests.cs
magerate/Geometries
72d346a2baf503413e7fe28587516492f4d6ce3d
[ "Apache-2.0" ]
null
null
null
src/GeometryTest/RectTests.cs
magerate/Geometries
72d346a2baf503413e7fe28587516492f4d6ce3d
[ "Apache-2.0" ]
null
null
null
src/GeometryTest/RectTests.cs
magerate/Geometries
72d346a2baf503413e7fe28587516492f4d6ce3d
[ "Apache-2.0" ]
null
null
null
using System; using NUnit.Framework; using Cession.Geometries; namespace GeometryTest { [TestFixture] public class RectTests { int batchCount = 10000; [Test] public void ContainsPointTest1(){ var rect = new Rect (0, 0, 100, 100); var point = new Point (50, 50); Assert.True(rect.Contains(point)); ...
28.00565
111
0.667944
4544515b974f51fe5b1c8d8a7022e21c75b71df3
1,534
cs
C#
Examples/AngoraPrototypeClient/examples/Producer/Program.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
9
2019-12-18T07:15:09.000Z
2022-01-28T17:04:08.000Z
Examples/AngoraPrototypeClient/examples/Producer/Program.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
8
2019-12-31T07:38:12.000Z
2022-02-05T12:29:33.000Z
Examples/AngoraPrototypeClient/examples/Producer/Program.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
8
2020-03-25T18:05:18.000Z
2022-01-28T15:45:54.000Z
using System; using System.Collections.Generic; using System.Threading.Tasks; using RabbitMQ.Core.Prototype; namespace Producer { internal class Program { private const int numberOfMessages = 1_000_000; private static async Task Main() { var factory = new ConnectionFactory...
31.306122
156
0.543677
0a99e9326d5bcf913a8120303aa886d362f6b534
34,720
cs
C#
prototype/Assets/RPGCore/Scripts/Editor/Behaviour/BehaviourWindow.cs
0x0AB/RPGCore
b706fec4ec166c36d640d282ebbcf26b2520eb1f
[ "Apache-2.0" ]
1
2020-01-19T14:35:47.000Z
2020-01-19T14:35:47.000Z
prototype/Assets/RPGCore/Scripts/Editor/Behaviour/BehaviourWindow.cs
0x0AB/RPGCore
b706fec4ec166c36d640d282ebbcf26b2520eb1f
[ "Apache-2.0" ]
null
null
null
prototype/Assets/RPGCore/Scripts/Editor/Behaviour/BehaviourWindow.cs
0x0AB/RPGCore
b706fec4ec166c36d640d282ebbcf26b2520eb1f
[ "Apache-2.0" ]
null
null
null
#if UNITY_EDITOR #define HOVER_EFFECTS using RPGCore.Behaviour.Connections; using RPGCore.Utility.Editors; using System; using System.Collections.Generic; using System.IO; using System.Reflection; using UnityEditor; using UnityEditor.Callbacks; using UnityEngine; namespace RPGCore.Behaviour.Editor { public class Be...
25.623616
137
0.667656
e40ef7b96564db0609c50753678ddda3d0a6be47
1,193
cs
C#
Gouter/Converters/DurationConverter.cs
atst1996/Gouter
4a373370306dc7c82334c3cff3ebdb46ac3ac832
[ "MIT" ]
6
2019-03-11T12:54:08.000Z
2021-11-28T11:11:23.000Z
Gouter/Converters/DurationConverter.cs
atst1996/Gouter
4a373370306dc7c82334c3cff3ebdb46ac3ac832
[ "MIT" ]
9
2019-11-04T08:03:27.000Z
2021-09-20T05:36:34.000Z
Gouter/Converters/DurationConverter.cs
atst1996/Gouter
4a373370306dc7c82334c3cff3ebdb46ac3ac832
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Data; namespace Gouter.Converters { /// <summary> /// TimeSpanと時間文字列のコンバータ /// </summary> [ValueConversion(typeof(TimeSpan), typeof(strin...
27.744186
110
0.591785
003c32e8dedb22effb0d048fb8bc23d693789c13
1,255
cs
C#
CustomVoice-API/CustomVoice-API/VoiceAPI/Authentication.cs
hunterxxx/StuckAndroid
3ad3fcc1aebaff6d843f5031f777e0ff5b8f9ba8
[ "MIT" ]
null
null
null
CustomVoice-API/CustomVoice-API/VoiceAPI/Authentication.cs
hunterxxx/StuckAndroid
3ad3fcc1aebaff6d843f5031f777e0ff5b8f9ba8
[ "MIT" ]
null
null
null
CustomVoice-API/CustomVoice-API/VoiceAPI/Authentication.cs
hunterxxx/StuckAndroid
3ad3fcc1aebaff6d843f5031f777e0ff5b8f9ba8
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1.VoiceAPI { class Authentication { private const string SubscriptionKeyHeaderName = "Ocp-Apim-Subscription-Key";...
29.186047
107
0.58008
0040a2fe6be94104a5b9f7a75240b68f9a9d54f9
10,772
cs
C#
Assets/OpenFlex/Scripts/PositionBasedFluids.cs
korzen/Unity3D-OpenFlex
9c92af3bd9c79d632f32d150ed634a73e5f56be9
[ "MIT" ]
5
2018-06-05T13:21:28.000Z
2021-12-04T04:17:48.000Z
Assets/OpenFlex/Scripts/PositionBasedFluids.cs
korzen/Unity3D-OpenFlex
9c92af3bd9c79d632f32d150ed634a73e5f56be9
[ "MIT" ]
null
null
null
Assets/OpenFlex/Scripts/PositionBasedFluids.cs
korzen/Unity3D-OpenFlex
9c92af3bd9c79d632f32d150ed634a73e5f56be9
[ "MIT" ]
2
2018-06-05T13:21:37.000Z
2018-12-04T18:52:51.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; using System; using Unity.Collections; using Unity.Jobs; using Unity.Burst; using Unity.Mathematics; namespace OpenFlex { [Serializable] public struct PBFKernels { public float H; //0.1f public float C; //0.01f...
31.313953
281
0.515132
105234695faaa186feb720c41545a6775f946df7
16,258
cs
C#
ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs
lgztx96/ModernWpf
a532995c556ab2711689776aeb6a2242b0b438ed
[ "MIT" ]
1
2022-03-23T03:37:49.000Z
2022-03-23T03:37:49.000Z
ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs
lgztx96/ModernWpf
a532995c556ab2711689776aeb6a2242b0b438ed
[ "MIT" ]
null
null
null
ModernWpf.Controls/NavigationView/NavigationViewItemAutomationPeer.cs
lgztx96/ModernWpf
a532995c556ab2711689776aeb6a2242b0b438ed
[ "MIT" ]
1
2021-01-21T10:45:24.000Z
2021-01-21T10:45:24.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. using System.Windows; using System.Windows.Automation; using System.Windows.Automation.Peers; using System.Windows.Automation.Provider; using ModernWpf.Controls; na...
35.343478
142
0.480809
8dc934ec1254c88593c0f2190d1975e8915566eb
26,861
cs
C#
AGXUnity/LicenseManager.cs
Algoryx/AGXUnity
3967fc0ff13b5d6fd20aba392d82462eae6910f3
[ "Apache-2.0" ]
52
2018-01-25T01:02:46.000Z
2022-03-25T10:35:34.000Z
AGXUnity/LicenseManager.cs
Algoryx/AGXUnity
3967fc0ff13b5d6fd20aba392d82462eae6910f3
[ "Apache-2.0" ]
33
2018-03-29T06:58:02.000Z
2021-10-12T13:49:56.000Z
AGXUnity/LicenseManager.cs
Algoryx/AGXUnity
3967fc0ff13b5d6fd20aba392d82462eae6910f3
[ "Apache-2.0" ]
17
2018-04-30T14:41:35.000Z
2021-08-18T03:50:32.000Z
using System; using System.IO; using System.Threading.Tasks; using System.Collections.Generic; using System.Linq; using UnityEngine; using AGXUnity.Utils; namespace AGXUnity { public static class LicenseManager { /// <summary> /// Current license information loaded in AGX Dynamics. /// </summary> ...
40.211078
166
0.616805
8dd5d848b7d5d5d3c35cf2418d0bbfb505f35b8e
1,570
cs
C#
aspnet-core/src/Tiger.Domain/Business/Stocks/TransferHeader.cs
AllenHongjun/tiger_admin
e4b8787c0be80656876e89f9a898e11fcb5d781f
[ "Apache-2.0" ]
1
2021-06-17T16:02:38.000Z
2021-06-17T16:02:38.000Z
aspnet-core/src/Tiger.Domain/Business/Stocks/TransferHeader.cs
AllenHongjun/tiger_admin
e4b8787c0be80656876e89f9a898e11fcb5d781f
[ "Apache-2.0" ]
1
2021-08-10T13:26:05.000Z
2021-08-10T13:26:05.000Z
aspnet-core/src/Tiger.Domain/Business/Stocks/TransferHeader.cs
AllenHongjun/tiger_admin
e4b8787c0be80656876e89f9a898e11fcb5d781f
[ "Apache-2.0" ]
null
null
null
/** * 类 名:TransferHeader * 作 者:花生了什么树 * 创建时间:2021/8/11 15:24:31 * 说 明: * */ using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations.Schema; using System.Text; using Volo.Abp; using Volo.Abp.Domain.Entities.Auditing; using Volo.Abp.Mul...
22.112676
92
0.498726
3645acbc46d402abf339a6a86ca0e888f0d2c193
1,050
cs
C#
src/Microsoft.Azure.WebJobs/AutoResolveAttribute.cs
sravan251/Azure
6fa4de4eb6b29c5f5f31652fad5790f1bd028b99
[ "MIT" ]
null
null
null
src/Microsoft.Azure.WebJobs/AutoResolveAttribute.cs
sravan251/Azure
6fa4de4eb6b29c5f5f31652fad5790f1bd028b99
[ "MIT" ]
null
null
null
src/Microsoft.Azure.WebJobs/AutoResolveAttribute.cs
sravan251/Azure
6fa4de4eb6b29c5f5f31652fad5790f1bd028b99
[ "MIT" ]
2
2019-11-13T14:54:36.000Z
2020-10-23T12:44:45.000Z
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; namespace Microsoft.Azure.WebJobs { /// <summary> /// Place this on binding attributes properties to tell the binders that that the property con...
35
110
0.640952
b6ddc1490b068f8e3ff2279b31aad5949fbfe623
15,684
cs
C#
MsgGen/Source/MsgGenInputFile.cs
chrishoen/Dev_MsgGen
a7bad1f1226edbaa887ab81676191eb853d91f53
[ "MIT" ]
null
null
null
MsgGen/Source/MsgGenInputFile.cs
chrishoen/Dev_MsgGen
a7bad1f1226edbaa887ab81676191eb853d91f53
[ "MIT" ]
null
null
null
MsgGen/Source/MsgGenInputFile.cs
chrishoen/Dev_MsgGen
a7bad1f1226edbaa887ab81676191eb853d91f53
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using System.IO; using Ris; namespace MsgGen { //****************************************************************************** //****************************************************************************** //****************************...
38.630542
110
0.372163
4c60e97d7973e4c8cedf54b8d174cde26c620e6a
181
cs
C#
Allura.Challenge.Database/Repositories/Interfaces/IBasePaginator.cs
danielbrenom/allura-challenge
4f4839cb32c92abc75775643e26f696bc135d813
[ "MIT" ]
null
null
null
Allura.Challenge.Database/Repositories/Interfaces/IBasePaginator.cs
danielbrenom/allura-challenge
4f4839cb32c92abc75775643e26f696bc135d813
[ "MIT" ]
1
2021-08-23T22:21:27.000Z
2021-08-23T22:21:27.000Z
Allura.Challenge.Database/Repositories/Interfaces/IBasePaginator.cs
danielbrenom/allura-challenge
4f4839cb32c92abc75775643e26f696bc135d813
[ "MIT" ]
null
null
null
namespace Alura.Challenge.Database.Repositories.Interfaces { public interface IBasePaginator { int ItemsPerPage { get; set; } int Page { get; set; } } }
22.625
59
0.640884
d84747328054ad271dd589842a60a9985018c843
375
cs
C#
src/AttributeRouting.Tests.Web/Areas/Api/ApiAreaRegistration.cs
PrintFleet/AttributeRouting
43bcd9891a580ea29e3fc1b485c21a358512c2dd
[ "MIT" ]
92
2015-01-06T17:57:32.000Z
2021-12-15T22:15:58.000Z
src/AttributeRouting.Tests.Web/Areas/Api/ApiAreaRegistration.cs
PrintFleet/AttributeRouting
43bcd9891a580ea29e3fc1b485c21a358512c2dd
[ "MIT" ]
7
2015-02-04T16:10:46.000Z
2021-08-21T18:39:38.000Z
src/AttributeRouting.Tests.Web/Areas/Api/ApiAreaRegistration.cs
PrintFleet/AttributeRouting
43bcd9891a580ea29e3fc1b485c21a358512c2dd
[ "MIT" ]
34
2015-01-23T05:53:45.000Z
2021-08-04T23:48:32.000Z
using System.Web.Mvc; namespace AttributeRouting.Tests.Web.Areas.Api { public class ApiAreaRegistration : AreaRegistration { public override string AreaName { get { return "Api"; } } public override void RegisterArea(AreaRegi...
18.75
75
0.544
3a4ef55f86c9cb924812cbc543be1bf11994b5d2
3,242
cs
C#
LegoM/Services/Comments/CommentService.cs
meco00/LEGO-M
d679aa17cc35fdb304136785e96b406a8def7b5a
[ "MIT" ]
6
2021-08-11T21:24:03.000Z
2021-08-24T12:21:28.000Z
LegoM/Services/Comments/CommentService.cs
meco00/LEGO-M
d679aa17cc35fdb304136785e96b406a8def7b5a
[ "MIT" ]
null
null
null
LegoM/Services/Comments/CommentService.cs
meco00/LEGO-M
d679aa17cc35fdb304136785e96b406a8def7b5a
[ "MIT" ]
null
null
null
namespace LegoM.Services.Comments { using AutoMapper; using AutoMapper.QueryableExtensions; using LegoM.Data; using LegoM.Data.Models; using LegoM.Services.Comments.Models; using System; using System.Collections.Generic; using System.Linq; public class CommentService : ICommentServ...
27.016667
93
0.509254
3a7e94ebda05f1b651ff702124bb2a41b9abbac3
6,788
cs
C#
src/Lykke.Common.ExchangeAdapter.Server/OrderBookPipelineExtensions.cs
LykkeCity/Lykke.Common.ExchangeAdapter
1105341590d3253819b18d599d617f4ce4b5212a
[ "MIT" ]
1
2019-07-04T07:18:14.000Z
2019-07-04T07:18:14.000Z
src/Lykke.Common.ExchangeAdapter.Server/OrderBookPipelineExtensions.cs
LykkeCity/Lykke.Common.ExchangeAdapter
1105341590d3253819b18d599d617f4ce4b5212a
[ "MIT" ]
null
null
null
src/Lykke.Common.ExchangeAdapter.Server/OrderBookPipelineExtensions.cs
LykkeCity/Lykke.Common.ExchangeAdapter
1105341590d3253819b18d599d617f4ce4b5212a
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Reactive; using System.Reactive.Linq; using Common.Log; using Lykke.Common.ExchangeAdapter.Contracts; using Lykke.Common.ExchangeAdapter.Server.Settings; using Lykke.Common.Log; using Lykke.RabbitMqBroker.Publisher; using Lykke.RabbitMqBro...
33.94
117
0.53241
d207d3282c0450e19f72017fe1d0275f0b7c5aaa
821
cs
C#
Source/Slash.Unity.Common/Source/Utils/EnumFlagAttribute.cs
npruehs/slash-framework
0058b72af47b5e47e4055dbbf5d374605814757c
[ "MIT" ]
75
2016-01-07T07:01:50.000Z
2022-02-18T07:24:57.000Z
Source/Slash.Unity.Common/Source/Utils/EnumFlagAttribute.cs
ozdoba/slash-framework
0058b72af47b5e47e4055dbbf5d374605814757c
[ "MIT" ]
35
2015-12-29T22:59:05.000Z
2018-11-27T03:58:22.000Z
Source/Slash.Unity.Common/Source/Utils/EnumFlagAttribute.cs
npruehs/slash-framework
0058b72af47b5e47e4055dbbf5d374605814757c
[ "MIT" ]
21
2016-01-01T09:28:40.000Z
2020-11-06T02:31:37.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="EnumFlagAttribute.cs" company="Slash Games"> // Copyright (c) Slash Games. All rights reserved. // </copyright> // --------------------------------------------------------------...
25.65625
120
0.425091
a916e431e5d39f942c6c386708984397e35d449c
2,183
cs
C#
src/Caredev.MegoTools.VS/Core/DbObjects/ObjectElement.cs
CarefreeXT/MegoTools
8a59385f0c957e7cc34b778e6c42a6bd7982b13d
[ "Apache-2.0" ]
2
2018-05-30T03:34:46.000Z
2021-06-24T11:05:05.000Z
src/Caredev.MegoTools.VS/Core/DbObjects/ObjectElement.cs
CarefreeXT/MegoTools
8a59385f0c957e7cc34b778e6c42a6bd7982b13d
[ "Apache-2.0" ]
null
null
null
src/Caredev.MegoTools.VS/Core/DbObjects/ObjectElement.cs
CarefreeXT/MegoTools
8a59385f0c957e7cc34b778e6c42a6bd7982b13d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Text; using System.Threading.Tasks; using Res = Caredev.MegoTools.Properties.Resources; namespace Caredev.MegoTools.Core.DbObjects { public abstract class Obje...
33.075758
187
0.622996
ee5138482939ae06ddc53490b952b212ce99e2d7
5,414
cs
C#
Base64MathClass.cs
ybuzoku/Base64PInvokeTest
d430bc6a5c9349f925d15e7cf6133a2a9118f9a4
[ "BSD-3-Clause" ]
null
null
null
Base64MathClass.cs
ybuzoku/Base64PInvokeTest
d430bc6a5c9349f925d15e7cf6133a2a9118f9a4
[ "BSD-3-Clause" ]
null
null
null
Base64MathClass.cs
ybuzoku/Base64PInvokeTest
d430bc6a5c9349f925d15e7cf6133a2a9118f9a4
[ "BSD-3-Clause" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Base64MathSpace { public class B64ReturnData //Struct to encapsulate the data that is needed to be returned to and from these internal functions ...
45.116667
163
0.58792
eeca3690d870196f17f90f158e6f62af842a1770
180
cs
C#
src/api/Fig.Api/Exceptions/InvalidClientSecretException.cs
mzbrau/fig
1f956be992c53cb597d365b2807fa280cf2ff643
[ "Apache-2.0" ]
1
2022-03-08T15:38:25.000Z
2022-03-08T15:38:25.000Z
src/api/Fig.Api/Exceptions/InvalidClientSecretException.cs
mzbrau/fig
1f956be992c53cb597d365b2807fa280cf2ff643
[ "Apache-2.0" ]
null
null
null
src/api/Fig.Api/Exceptions/InvalidClientSecretException.cs
mzbrau/fig
1f956be992c53cb597d365b2807fa280cf2ff643
[ "Apache-2.0" ]
null
null
null
namespace Fig.Api.Exceptions; public class InvalidClientSecretException : Exception { public InvalidClientSecretException(string message) : base(message) { } }
20
55
0.727778
ed820253644e98a61f3f84b6a1d36fd8e8aa8997
3,798
cs
C#
CSharpMonad.UnitTests/src/Combined.cs
louthy/csharp-monad
20b325e236e6df7d605061e12d6a84ef00634d88
[ "MIT" ]
459
2015-01-02T12:59:06.000Z
2022-03-28T09:51:22.000Z
CSharpMonad.UnitTests/src/Combined.cs
louthy/csharp-monad
20b325e236e6df7d605061e12d6a84ef00634d88
[ "MIT" ]
19
2015-02-13T21:44:00.000Z
2019-10-07T05:38:29.000Z
CSharpMonad.UnitTests/src/Combined.cs
louthy/csharp-monad
20b325e236e6df7d605061e12d6a84ef00634d88
[ "MIT" ]
59
2015-02-13T20:18:30.000Z
2022-03-14T07:40:39.000Z
//////////////////////////////////////////////////////////////////////////////////////// // The MIT License (MIT) // // Copyright (c) 2014 Paul Louth // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // i...
28.772727
88
0.482886
905c2223ca115f275e598615e6d2e3d0ee5e2849
25,837
cs
C#
src/Core/Core/More/Collections.Generic/ObservableStackT.cs
pashcovich/More
48279eced72caa5590072213aba365e59f29535e
[ "MIT" ]
null
null
null
src/Core/Core/More/Collections.Generic/ObservableStackT.cs
pashcovich/More
48279eced72caa5590072213aba365e59f29535e
[ "MIT" ]
null
null
null
src/Core/Core/More/Collections.Generic/ObservableStackT.cs
pashcovich/More
48279eced72caa5590072213aba365e59f29535e
[ "MIT" ]
null
null
null
namespace More.Collections.Generic { using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; usin...
43.133556
194
0.564191
9380efc5fd33ec62136ece3ab6f86600ab962e85
150
cs
C#
src/BlurLibrary/NativeThings/Windows10/WindowCompositionAttribute.cs
mokeev1995/sample-win-aeroglass
20214cbd355b4d9655efadc77b809840024a77bd
[ "MIT" ]
6
2017-05-16T17:02:35.000Z
2019-09-17T13:17:39.000Z
src/BlurLibrary/NativeThings/Windows10/WindowCompositionAttribute.cs
mokeev1995/sample-win-aeroglass
20214cbd355b4d9655efadc77b809840024a77bd
[ "MIT" ]
null
null
null
src/BlurLibrary/NativeThings/Windows10/WindowCompositionAttribute.cs
mokeev1995/sample-win-aeroglass
20214cbd355b4d9655efadc77b809840024a77bd
[ "MIT" ]
null
null
null
namespace mokeev1995.BlurLibrary.NativeThings.Windows10 { internal enum WindowCompositionAttribute { // ... WCA_ACCENT_POLICY = 19 // ... } }
16.666667
55
0.72
6eab626b4081d46a455e9ebbbe24f168c754c1c7
410
cs
C#
LogInspect.Modules.Test/Mocks/MockedLogParser.cs
dfgs/LogInspect
c8d28092dc2047a09099b48d972e7d0ebf3822e9
[ "MIT" ]
null
null
null
LogInspect.Modules.Test/Mocks/MockedLogParser.cs
dfgs/LogInspect
c8d28092dc2047a09099b48d972e7d0ebf3822e9
[ "MIT" ]
null
null
null
LogInspect.Modules.Test/Mocks/MockedLogParser.cs
dfgs/LogInspect
c8d28092dc2047a09099b48d972e7d0ebf3822e9
[ "MIT" ]
null
null
null
using LogInspect.BaseLib.Parsers; using LogInspect.Models; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LogInspect.Modules.Test.Mocks { public class MockedLogParser : ILogParser { public Event Parse(Log Log) { Event ev; ev =...
15.769231
49
0.72439
59584eac93cd07b32b662ac083125e6fdc6defa1
285
cs
C#
ReleaseTags/0.7/LateBindingApi.Excel/Enums/XlDataLabelsType.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
ReleaseTags/0.7/LateBindingApi.Excel/Enums/XlDataLabelsType.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
ReleaseTags/0.7/LateBindingApi.Excel/Enums/XlDataLabelsType.cs
NetOfficeFw/Excel-XlLateBinding
0997c12436f062b520d81d7613180c438af5c1d8
[ "MS-PL" ]
null
null
null
using System; namespace LateBindingApi.Excel.Enums { public enum XlDataLabelsType { xlDataLabelsShowNone = -4142, xlDataLabelsShowValue = 2, xlDataLabelsShowPercent = 3, xlDataLabelsShowLabel = 4, xlDataLabelsShowLabelAndPercent = 5, xlDataLabelsShowBubbleSizes = 6 } }
20.357143
38
0.778947
7cff4746d07955724b4d7455bc60eaf361dc8f80
277
cs
C#
src/Nethereum.Geth/RPC/GethDebug/IDebugVerbosity.cs
chinajinwanjun/Conflux.net.SDK
450820c9408bc36cd5f4b3bf33d2079d5df3c72f
[ "MIT-feh", "MIT" ]
null
null
null
src/Nethereum.Geth/RPC/GethDebug/IDebugVerbosity.cs
chinajinwanjun/Conflux.net.SDK
450820c9408bc36cd5f4b3bf33d2079d5df3c72f
[ "MIT-feh", "MIT" ]
null
null
null
src/Nethereum.Geth/RPC/GethDebug/IDebugVerbosity.cs
chinajinwanjun/Conflux.net.SDK
450820c9408bc36cd5f4b3bf33d2079d5df3c72f
[ "MIT-feh", "MIT" ]
null
null
null
using System.Threading.Tasks; using Conflux.JsonRpc.Client; namespace Conflux.Geth.RPC.Debug { public interface IDebugVerbosity { RpcRequest BuildRequest(int level, object id = null); Task<object> SendRequestAsync(int level, object id = null); } }
25.181818
67
0.707581
804d1d5b3e975618efe0adb800632032030e5d7f
1,849
cs
C#
src/Neptuo/OutFuncCollection.cs
ScriptBox99/Money
2a58d9d0ae431ad972b31ae7895051dc13cce3d6
[ "Apache-2.0" ]
148
2017-01-22T18:21:48.000Z
2022-03-10T18:14:24.000Z
src/Neptuo/OutFuncCollection.cs
ScriptBox99/Money
2a58d9d0ae431ad972b31ae7895051dc13cce3d6
[ "Apache-2.0" ]
408
2016-11-27T22:25:57.000Z
2022-02-12T10:02:36.000Z
src/Neptuo/OutFuncCollection.cs
ScriptBox99/Money
2a58d9d0ae431ad972b31ae7895051dc13cce3d6
[ "Apache-2.0" ]
31
2017-02-02T18:56:18.000Z
2022-03-10T11:29:56.000Z
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Neptuo { /// <summary> /// Represents collection of output functions. /// </summary> /// <typeparam name="T"></typeparam> /// <typeparam name="TOu...
28.446154
111
0.588967
dc86957f2c53718ae1986ed9bbd649fbcd0541e2
469
cs
C#
src/Nettle/INettleResolver.cs
JTOne123/Nettle
694c2a0420e58cd6825da62debff57ec5f104565
[ "MIT" ]
21
2017-08-31T14:06:14.000Z
2020-11-19T01:47:46.000Z
src/Nettle/INettleResolver.cs
JTOne123/Nettle
694c2a0420e58cd6825da62debff57ec5f104565
[ "MIT" ]
4
2018-05-31T09:39:28.000Z
2019-06-20T13:04:22.000Z
src/Nettle/INettleResolver.cs
JTOne123/Nettle
694c2a0420e58cd6825da62debff57ec5f104565
[ "MIT" ]
10
2017-08-24T14:12:58.000Z
2021-08-24T15:16:05.000Z
namespace Nettle { using Nettle.Functions; using System.Collections.Generic; /// <summary> /// Defines a contract for a Nettle dependency resolver /// </summary> public interface INettleResolver { /// <summary> /// Resolves a collection of all functions that can be resolved...
26.055556
71
0.63113
42428b5f20638bbc5bb8b0d9573b17494fc39a94
316
cs
C#
api/MovieBot.Worker/DataAccess/IPromptDataAccess.cs
jccdev/movie-bot
d61e074e52837c7af08b4c26892c0bc066f3fed0
[ "MIT" ]
null
null
null
api/MovieBot.Worker/DataAccess/IPromptDataAccess.cs
jccdev/movie-bot
d61e074e52837c7af08b4c26892c0bc066f3fed0
[ "MIT" ]
4
2021-10-06T14:31:12.000Z
2022-02-27T02:00:34.000Z
api/MovieBot.Worker/DataAccess/IPromptDataAccess.cs
jccdev/movie-bot
d61e074e52837c7af08b4c26892c0bc066f3fed0
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using MovieBot.Worker.Models; using MovieBot.Worker.Services; namespace MovieBot.Worker.DataAccess { public interface IPromptDataAccess { Task<Prompt> GetPending(ulong messageId, ulong creatorId); Task Add(Prompt poll); Task Update(Prompt poll); } }
24.307692
66
0.718354
61432968f822cf99d0b3179c600dc8357c6b4db8
340
cs
C#
DataTransformation/Properties/AssemblyInfo.cs
cricut/betlln
e22f6fe98510312eea811920b33cc23d5ea0cb59
[ "Apache-2.0" ]
3
2019-03-25T22:10:04.000Z
2021-11-29T17:51:23.000Z
DataTransformation/Properties/AssemblyInfo.cs
cricut/betlln
e22f6fe98510312eea811920b33cc23d5ea0cb59
[ "Apache-2.0" ]
1
2019-07-10T17:07:07.000Z
2019-07-10T17:07:07.000Z
DataTransformation/Properties/AssemblyInfo.cs
cricut/betlln
e22f6fe98510312eea811920b33cc23d5ea0cb59
[ "Apache-2.0" ]
null
null
null
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyDescription("")] [assembly: AssemblyCopyright("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("d33b6ff7-d5bd-47a8-8e9a-8acd234db15f")] [assembly: InternalsVisibl...
28.333333
56
0.785294
f75a7ba8e067f3d0a9e93381586c7054c9c67c11
2,722
cs
C#
tests/Notex.IntegrationTests/Users/UserTests.cs
linwenda/Notex
18a42163bfa83b946514de6fca8123dd9f26f7f4
[ "MIT" ]
null
null
null
tests/Notex.IntegrationTests/Users/UserTests.cs
linwenda/Notex
18a42163bfa83b946514de6fca8123dd9f26f7f4
[ "MIT" ]
null
null
null
tests/Notex.IntegrationTests/Users/UserTests.cs
linwenda/Notex
18a42163bfa83b946514de6fca8123dd9f26f7f4
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using MediatR; using Microsoft.EntityFrameworkCore; using Notex.Core.Aggregates; using Notex.Core.Aggregates.Users.ReadModels; using Notex.Core.Queries; using Notex.Messages.Users.Commands; using Xunit; namespace Notex.IntegrationTests.Users; [Collection(IntegrationCollection.Application...
30.931818
117
0.649522
9ef2ae1a5d13d000d0dafc271bf86af0b7b9f9d4
1,222
cs
C#
TwilightImperiumMasterCompanion.iOS/Controls/PurchaseUnitTableViewCell.designer.cs
SheldonNunes/Twilight-Imperium-Companion-App
e08e6217f1310664cd19f62300c729e416c43be2
[ "Apache-2.0" ]
1
2018-04-13T19:05:14.000Z
2018-04-13T19:05:14.000Z
TwilightImperiumMasterCompanion.iOS/Controls/PurchaseUnitTableViewCell.designer.cs
SheldonNunes/Twilight-Imperium-Companion-App
e08e6217f1310664cd19f62300c729e416c43be2
[ "Apache-2.0" ]
null
null
null
TwilightImperiumMasterCompanion.iOS/Controls/PurchaseUnitTableViewCell.designer.cs
SheldonNunes/Twilight-Imperium-Companion-App
e08e6217f1310664cd19f62300c729e416c43be2
[ "Apache-2.0" ]
null
null
null
// WARNING // // This file has been generated automatically by Visual Studio from the outlets and // actions declared in your storyboard file. // Manual changes to this file will not be maintained. // using Foundation; using System; using System.CodeDom.Compiler; namespace TwilightImperiumMasterCompanion.iOS...
26.565217
84
0.530278
6c76a6e3c154d3c811aee75722a4d05add60c450
8,185
cs
C#
Better Sliders/SliderSettings.cs
Proxyer/better-sliders
6ffda8f7d15133dd6cf46a4a0ebf27753085a8a9
[ "MIT" ]
null
null
null
Better Sliders/SliderSettings.cs
Proxyer/better-sliders
6ffda8f7d15133dd6cf46a4a0ebf27753085a8a9
[ "MIT" ]
null
null
null
Better Sliders/SliderSettings.cs
Proxyer/better-sliders
6ffda8f7d15133dd6cf46a4a0ebf27753085a8a9
[ "MIT" ]
null
null
null
// MIT License // // Copyright (c) 2021 SirRandoo // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify...
37.718894
166
0.621625
8c41e9e0a73ecb63b5b64ea7fc9ca148991b61e7
1,636
cs
C#
SocketBase/Command/CommandBase.cs
ramazanulucay/supersocket
14f0d465fb82220ea0a4fd3e87c532b89dd0832e
[ "Apache-2.0" ]
6
2018-12-05T05:33:08.000Z
2019-10-09T13:12:15.000Z
SocketBase/Command/CommandBase.cs
ramazanulucay/supersocket
14f0d465fb82220ea0a4fd3e87c532b89dd0832e
[ "Apache-2.0" ]
null
null
null
SocketBase/Command/CommandBase.cs
ramazanulucay/supersocket
14f0d465fb82220ea0a4fd3e87c532b89dd0832e
[ "Apache-2.0" ]
2
2018-12-05T05:33:10.000Z
2019-12-09T13:36:19.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using SuperSocket.SocketBase.Protocol; using SuperSocket.ProtoBase; namespace SuperSocket.SocketBase.Command { /// <summary> /// Command base class /// </summary> /// <typeparam name="TAppSession">The type of the app...
29.745455
102
0.616137
8c6638662afa2901f4cb6856f96f47285f0e5a59
659
cs
C#
BinarySerializer.Test/Issues/Issue27/LoadCarrierData.cs
truecooler/BinarySerializer
bb0bc37010c9d2640c3f97d0b0b895b5a58260b9
[ "MIT" ]
246
2015-02-09T14:46:19.000Z
2022-03-26T13:04:09.000Z
BinarySerializer.Test/Issues/Issue27/LoadCarrierData.cs
truecooler/BinarySerializer
bb0bc37010c9d2640c3f97d0b0b895b5a58260b9
[ "MIT" ]
170
2015-01-01T20:40:18.000Z
2022-01-19T09:00:41.000Z
BinarySerializer.Test/Issues/Issue27/LoadCarrierData.cs
truecooler/BinarySerializer
bb0bc37010c9d2640c3f97d0b0b895b5a58260b9
[ "MIT" ]
75
2015-02-23T17:20:33.000Z
2022-03-04T07:09:21.000Z
namespace BinarySerialization.Test.Issues.Issue27 { public class LoadCarrierData { #region public properties [FieldOrder(0)] [SerializeAs(SerializedType = SerializedType.UInt4)] public uint Prop1 { get; set; } [FieldOrder(1)] [SerializeAs(SerializedType = Ser...
26.36
60
0.616085
69e5b69b87693f1104c87f879b5377e22840ab5d
676
cs
C#
source/XSharp/XSharp/Assembler/Gen1/x86/SSEAndMMX2/InstructionWithDestinationAndSourceAndPseudoOpcodes.cs
marcelocaetano/XSharp
394f17cee63bfc9781ac8f6b1e21291caa9fc111
[ "BSD-3-Clause" ]
168
2017-08-05T18:23:29.000Z
2022-03-31T19:33:13.000Z
source/XSharp/XSharp/Assembler/Gen1/x86/SSEAndMMX2/InstructionWithDestinationAndSourceAndPseudoOpcodes.cs
marcelocaetano/XSharp
394f17cee63bfc9781ac8f6b1e21291caa9fc111
[ "BSD-3-Clause" ]
12
2017-09-19T13:24:16.000Z
2020-09-03T09:42:19.000Z
source/XSharp/XSharp/Assembler/Gen1/x86/SSEAndMMX2/InstructionWithDestinationAndSourceAndPseudoOpcodes.cs
marcelocaetano/XSharp
394f17cee63bfc9781ac8f6b1e21291caa9fc111
[ "BSD-3-Clause" ]
47
2017-08-13T04:12:40.000Z
2022-03-29T18:25:19.000Z
namespace XSharp.Assembler.x86.SSE { public abstract class InstructionWithDestinationAndSourceAndPseudoOpcodes : InstructionWithDestinationAndSource { public byte pseudoOpcode { get; set; } public override void WriteText(XSharp.Assembler.Assembler aAssemb...
30.727273
115
0.599112
4e22e647d51d0e14647ca13e4464d4a9e84288fa
3,822
cs
C#
client/framework/UnityCsReference-master/Editor/Mono/EditorSceneManager.cs
HelloWindows/AccountBook-
c71af0fefb5650fe85a7830b7ed04d7224d3ce54
[ "Unlicense" ]
1
2020-10-19T08:37:31.000Z
2020-10-19T08:37:31.000Z
client/framework/UnityCsReference-master/Editor/Mono/EditorSceneManager.cs
HelloWindows/AccountBook-
c71af0fefb5650fe85a7830b7ed04d7224d3ce54
[ "Unlicense" ]
null
null
null
client/framework/UnityCsReference-master/Editor/Mono/EditorSceneManager.cs
HelloWindows/AccountBook-
c71af0fefb5650fe85a7830b7ed04d7224d3ce54
[ "Unlicense" ]
1
2020-10-19T08:37:33.000Z
2020-10-19T08:37:33.000Z
// Unity C# reference source // Copyright (c) Unity Technologies. For terms of use, see // https://unity3d.com/legal/licenses/Unity_Reference_Only_License using UnityEngine; using UnityEngine.Events; using UnityEngine.SceneManagement; using RequiredByNativeCodeAttribute = UnityEngine.Scripting.RequiredByNativeCodeAttr...
35.388889
142
0.651491
4f768cfbf44708a55dde1658e8da5a2dc67c1fa6
43,453
cs
C#
mcs/class/corlib/ReferenceSources/EncodingTable.cs
lefb766/mono
4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c
[ "Apache-2.0" ]
1
2015-09-24T01:10:04.000Z
2015-09-24T01:10:04.000Z
mcs/class/corlib/ReferenceSources/EncodingTable.cs
lefb766/mono
4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c
[ "Apache-2.0" ]
36
2018-08-08T21:01:23.000Z
2019-04-11T13:54:00.000Z
mcs/class/corlib/ReferenceSources/EncodingTable.cs
lefb766/mono
4f458a4ff72bc6c5e07f82aec9040d355cbb8f5c
[ "Apache-2.0" ]
8
2018-08-08T20:58:43.000Z
2019-01-04T22:54:47.000Z
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace System.Globalization { using System; using System.Text; using System.Collections; using System.Collections.Generic; using System.Runtime.C...
45.358038
218
0.62288
16187a53a2eeabc99eb1634e3f30d177e8f0ac50
502
cs
C#
cards/Sim_AT_051.cs
YuleYu/HS_Bot
2bb499ecd978ad5d46a2dca10a69a993738bd275
[ "MIT" ]
5
2018-04-13T17:30:43.000Z
2019-08-09T03:33:14.000Z
cards/Sim_AT_051.cs
YuleYu/HS_Bot
2bb499ecd978ad5d46a2dca10a69a993738bd275
[ "MIT" ]
2
2017-10-05T06:01:33.000Z
2018-10-08T11:32:37.000Z
cards/Sim_AT_051.cs
YuleYu/HS_Bot
2bb499ecd978ad5d46a2dca10a69a993738bd275
[ "MIT" ]
2
2017-10-06T06:59:00.000Z
2019-07-15T16:10:22.000Z
using System; using System.Collections.Generic; using System.Text; namespace HREngine.Bots { class Sim_AT_051 : SimTemplate //* Elemental Destruction { //Deal 4-5 damage to all minions. Overload: (5) public override void onCardPlay(Playfield p, bool ownplay, Minion target, int choice) { ...
27.888889
94
0.661355
78b05d78408ec2bf79e2302ac17d7e27580ebbbf
475
cs
C#
EnvironmentVariable.cs
rudra-kumar/Build-Installer
3f21fa0eaae01175590fd89b48ad2642719abb45
[ "MIT" ]
null
null
null
EnvironmentVariable.cs
rudra-kumar/Build-Installer
3f21fa0eaae01175590fd89b48ad2642719abb45
[ "MIT" ]
null
null
null
EnvironmentVariable.cs
rudra-kumar/Build-Installer
3f21fa0eaae01175590fd89b48ad2642719abb45
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace Build_Installer { class EnvironmentVariable { private Tuple<string, string> _environmentVariable; public EnvironmentVariable(string key, string value) { _environmentVariable = new Tuple<string, s...
23.75
73
0.677895
74ceb8cf3833f110e1878c71326e2c60f88cfe6e
632
cs
C#
Homeworks/Homeworks C#1/Primitive Data Types and Variables/01.Declare Variables/DeclareVariables.cs
kmalinov/Telerik-Academy
879f1a8acfa690999faafd76be566c5bf3352cda
[ "MIT" ]
1
2015-02-18T07:13:40.000Z
2015-02-18T07:13:40.000Z
Homeworks/Homeworks C#1/Primitive Data Types and Variables/01.Declare Variables/DeclareVariables.cs
kmalinov/Telerik-Academy
879f1a8acfa690999faafd76be566c5bf3352cda
[ "MIT" ]
null
null
null
Homeworks/Homeworks C#1/Primitive Data Types and Variables/01.Declare Variables/DeclareVariables.cs
kmalinov/Telerik-Academy
879f1a8acfa690999faafd76be566c5bf3352cda
[ "MIT" ]
null
null
null
//Problem 1. Declare Variables //Declare five variables choosing for each of them the most appropriate of the types byte, sbyte, short, ushort, int, uint, long, ulong //to represent the following values: 52130, -115, 4825932, 97, -10000. //Choose a large enough type for each number to ensure it will fit in it. Try to...
30.095238
136
0.634494
d53a83fbff65d846678439bb2b87acf568f9994b
213
cs
C#
src/LandWind.Blog.Core/Options/Authorize/AlipayOptions.cs
Twtcer/LandWind.Blog
b831e0ef38d3d0989b558f1a4703c2cfd1c83669
[ "MIT" ]
null
null
null
src/LandWind.Blog.Core/Options/Authorize/AlipayOptions.cs
Twtcer/LandWind.Blog
b831e0ef38d3d0989b558f1a4703c2cfd1c83669
[ "MIT" ]
null
null
null
src/LandWind.Blog.Core/Options/Authorize/AlipayOptions.cs
Twtcer/LandWind.Blog
b831e0ef38d3d0989b558f1a4703c2cfd1c83669
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LandWind.Blog.Core.Options.Authorize { public class AlipayOptions { } }
15.214286
46
0.751174
d5f6fd3ad7fa80059ccea6c0f143b3728704b9d9
3,618
cs
C#
src/PdfProcessingAzureFunc/PdfProcessingFunction.cs
LanceMcCarthy/DocProcessingFunctions
83368e33cd43a1a709c9ff57dc1908667e853c7c
[ "MIT" ]
2
2019-06-11T00:11:18.000Z
2019-06-19T09:42:16.000Z
src/PdfProcessingAzureFunc/PdfProcessingFunction.cs
LanceMcCarthy/DocProcessingFunctions
83368e33cd43a1a709c9ff57dc1908667e853c7c
[ "MIT" ]
2
2022-03-19T17:57:34.000Z
2022-03-19T18:02:17.000Z
src/PdfProcessingAzureFunc/PdfProcessingFunction.cs
LanceMcCarthy/DocProcessingFunctions
83368e33cd43a1a709c9ff57dc1908667e853c7c
[ "MIT" ]
null
null
null
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Extensions.Http; using Microsoft.Extensions.Logging; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Telerik.Windows.Documents.Fixed.FormatProvider...
46.384615
218
0.675511
217f576250af376209736fdd6fd9a2d97bef052d
1,523
cs
C#
AspNetCoreStart/Migrations/20200109152334_Security.cs
SWMSConsulting/ASP.NET-Core-ODATA-Multitenant
7e30ab2fcb00fb277ddd701a98f6509580daf044
[ "MIT" ]
null
null
null
AspNetCoreStart/Migrations/20200109152334_Security.cs
SWMSConsulting/ASP.NET-Core-ODATA-Multitenant
7e30ab2fcb00fb277ddd701a98f6509580daf044
[ "MIT" ]
null
null
null
AspNetCoreStart/Migrations/20200109152334_Security.cs
SWMSConsulting/ASP.NET-Core-ODATA-Multitenant
7e30ab2fcb00fb277ddd701a98f6509580daf044
[ "MIT" ]
1
2019-07-18T02:58:50.000Z
2019-07-18T02:58:50.000Z
using Microsoft.EntityFrameworkCore.Migrations; namespace AspNetCoreStart.Migrations { public partial class Security : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.CreateTable( name: "SecurityEntry", co...
35.418605
73
0.500985
2184dc78eaa5db9eaa2c21788308be3b8a24d5ea
1,539
cs
C#
common/csharp_common/mongo_manipulate.cs
ekzemplaro/data_base_language
e77030367ffc595f1fac8583f03f9a3ce5eb1611
[ "MIT", "Unlicense" ]
3
2015-05-12T16:44:27.000Z
2021-02-09T00:39:24.000Z
common/csharp_common/mongo_manipulate.cs
ekzemplaro/data_base_language
e77030367ffc595f1fac8583f03f9a3ce5eb1611
[ "MIT", "Unlicense" ]
null
null
null
common/csharp_common/mongo_manipulate.cs
ekzemplaro/data_base_language
e77030367ffc595f1fac8583f03f9a3ce5eb1611
[ "MIT", "Unlicense" ]
null
null
null
// ---------------------------------------------------------------- /* mongo_manipulate.cs Sep/02/2013 */ // ---------------------------------------------------------------- using System; using MongoDB; // ---------------------------------------------------------------- public static class mongo_manipulate { /...
23.676923
67
0.465887
64c47ac753eb2de59ff3efb25adb45f1db077ce6
3,926
cs
C#
src/WinForm.DirectUI.Win32/NativeMethods/Consts/SC.cs
caobingsheng/WinForm.DirectUI
02c6c8b0a776b8635b5c424868caedd4b4f65e67
[ "MIT" ]
null
null
null
src/WinForm.DirectUI.Win32/NativeMethods/Consts/SC.cs
caobingsheng/WinForm.DirectUI
02c6c8b0a776b8635b5c424868caedd4b4f65e67
[ "MIT" ]
null
null
null
src/WinForm.DirectUI.Win32/NativeMethods/Consts/SC.cs
caobingsheng/WinForm.DirectUI
02c6c8b0a776b8635b5c424868caedd4b4f65e67
[ "MIT" ]
null
null
null
namespace WinForm.DirectUI.Win32 { //SC定义 public static partial class NativeMethods { /// <summary> /// Sizes the window. /// </summary> public const int SC_SIZE = 0xF000; /// <summary> /// Moves the window. /// </summary> public const int SC_...
36.351852
168
0.55731
557224c90bf3f5831ffb2209c61c1a8d50ac6891
991
cs
C#
Yatter.UI.ListBuilder.Serialization/Models/YatNav.cs
YatterOfficial/Yatter.UI.ListBuilder.Serialization
024f367bef0bc63b4c2b6fdf6679b925f7ab2df1
[ "MIT" ]
null
null
null
Yatter.UI.ListBuilder.Serialization/Models/YatNav.cs
YatterOfficial/Yatter.UI.ListBuilder.Serialization
024f367bef0bc63b4c2b6fdf6679b925f7ab2df1
[ "MIT" ]
null
null
null
Yatter.UI.ListBuilder.Serialization/Models/YatNav.cs
YatterOfficial/Yatter.UI.ListBuilder.Serialization
024f367bef0bc63b4c2b6fdf6679b925f7ab2df1
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Runtime.CompilerServices; using Yatter.UI.ListBuilder.ListItems; namespace Yatter.UI.ListBuilder.Serialization.Models { public class YatNav : IDataType { public event PropertyChangedEventHandler PropertyChanged; ...
23.046512
79
0.573158
a7a992c7068ad4d48472fa815496cf0ee933df05
1,291
cs
C#
src/Bing.MQ.RabbitMQ/Events/EventMessage.cs
jianxuanbing/Bing
72b4320757375fee0dfc6a704f84b122cf520954
[ "MIT" ]
75
2018-01-23T02:50:23.000Z
2021-12-18T16:44:42.000Z
src/Bing.MQ.RabbitMQ/Events/EventMessage.cs
jianxuanbing/Bing
72b4320757375fee0dfc6a704f84b122cf520954
[ "MIT" ]
null
null
null
src/Bing.MQ.RabbitMQ/Events/EventMessage.cs
jianxuanbing/Bing
72b4320757375fee0dfc6a704f84b122cf520954
[ "MIT" ]
26
2018-01-23T02:51:48.000Z
2022-03-19T07:54:37.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Bing.MQ.RabbitMQ.Serializers; namespace Bing.MQ.RabbitMQ.Events { /// <summary> /// 表示一个事件消息 /// </summary> [Serializable] public sealed class EventMessage { /// <s...
26.346939
89
0.565453
91c9796f6f3a30ac7c8bf6e128ebb41592d811e9
4,807
cs
C#
bindings/csharp/Test/Program.cs
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
bindings/csharp/Test/Program.cs
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
bindings/csharp/Test/Program.cs
simonjj22/libsafecrypto
3717bec9d9298f163f45acd5af54d708e03e0b9f
[ "MIT" ]
null
null
null
/***************************************************************************** * Copyright (C) Queen's University Belfast, ECIT, 2016 * * * * This file is part of libsafecrypto. * * ...
36.142857
157
0.652174
3cdb47cbbbd5f2ea9743137a2c1e36cad27e9673
5,403
cs
C#
src/Compilers/CSharp/Test/Emit/PDB/PDBSourceLinkTests.cs
stefb965/roslyn
3bf3a102e61c1e12ad7d6b9f05c1bc6d4eab523a
[ "Apache-2.0" ]
67
2017-01-06T22:45:29.000Z
2021-12-15T13:07:25.000Z
src/Compilers/CSharp/Test/Emit/PDB/PDBSourceLinkTests.cs
stefb965/roslyn
3bf3a102e61c1e12ad7d6b9f05c1bc6d4eab523a
[ "Apache-2.0" ]
2
2018-05-02T01:34:13.000Z
2018-05-03T01:17:12.000Z
src/Compilers/CSharp/Test/Emit/PDB/PDBSourceLinkTests.cs
JieCarolHu/roslyn
7bf616dc051aa957571350eae3097233a6892658
[ "Apache-2.0" ]
8
2017-01-07T19:28:24.000Z
2021-07-08T03:00:21.000Z
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Reflection.Metadata; using System.Reflection.PortableExecutable; usi...
35.084416
172
0.659819