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
052d6ff8118626307f031b48002fcd095949ddca
405
cs
C#
Assets/Code/SkillActions/PickActionEvent.cs
SunHailang/LanguageS
68ccfe39fcc374bd08f351c36545279d5f172855
[ "Apache-2.0" ]
null
null
null
Assets/Code/SkillActions/PickActionEvent.cs
SunHailang/LanguageS
68ccfe39fcc374bd08f351c36545279d5f172855
[ "Apache-2.0" ]
null
null
null
Assets/Code/SkillActions/PickActionEvent.cs
SunHailang/LanguageS
68ccfe39fcc374bd08f351c36545279d5f172855
[ "Apache-2.0" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public enum ReplyType { Blood, Magic, } public class PickActionEvent : ActionEvent { private ReplyType m_replyType = ReplyType.Blood; public ReplyType replyType { get { return m_replyType; } } pub...
16.875
63
0.661728
ccf51ed670cfd2cf4d1ba85553f25828c9518a8a
1,024
cs
C#
src/KeyLogger/PopupDialog.cs
md-k-sarker/ROWLPluginEvaluation
873705074a466886feac5ce856d256431e1c0475
[ "BSD-3-Clause" ]
null
null
null
src/KeyLogger/PopupDialog.cs
md-k-sarker/ROWLPluginEvaluation
873705074a466886feac5ce856d256431e1c0475
[ "BSD-3-Clause" ]
null
null
null
src/KeyLogger/PopupDialog.cs
md-k-sarker/ROWLPluginEvaluation
873705074a466886feac5ce856d256431e1c0475
[ "BSD-3-Clause" ]
null
null
null
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace KeyLogger { public partial class PopupDialog : Form { bool finished = false; public PopupDialog(Str...
20.48
73
0.522461
a19328589d40f816452891990052baee167eed0c
6,635
cs
C#
ExchangeMAPI/Source/MS-OXORULE/Adapter/Helper/DataTypes/MessageEntryID.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
29
2016-09-07T19:06:02.000Z
2022-01-12T02:24:29.000Z
ExchangeMAPI/Source/MS-OXORULE/Adapter/Helper/DataTypes/MessageEntryID.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
26
2016-11-11T04:47:31.000Z
2022-03-11T09:43:25.000Z
ExchangeMAPI/Source/MS-OXORULE/Adapter/Helper/DataTypes/MessageEntryID.cs
v-yahan/Interop-TestSuites
343f13f3c26110250a7d2b8d38539cb81e7988d0
[ "MIT" ]
38
2015-12-09T01:35:50.000Z
2022-03-25T09:45:25.000Z
namespace Microsoft.Protocols.TestSuites.MS_OXORULE { using System; /// <summary> /// Message entry id structure. /// </summary> public class MessageEntryID { /// <summary> /// MUST be zero. /// </summary> private byte[] flag = new byte[] { 0x00, 0x00...
39.730539
162
0.56624
37345bc7078b93fab7cf7252fe54cadafab381ad
7,988
cs
C#
TX_example/nethackrf/libhackrf.cs
Brian-Rader-Logikos/nethackrf
a430feb7ea1e9ca73a34eff760ebaa00dda56267
[ "Unlicense" ]
5
2020-06-25T16:11:06.000Z
2022-03-17T21:46:10.000Z
TX_example/nethackrf/libhackrf.cs
Brian-Rader-Logikos/nethackrf
a430feb7ea1e9ca73a34eff760ebaa00dda56267
[ "Unlicense" ]
1
2022-01-21T16:40:19.000Z
2022-01-28T15:31:45.000Z
TX_example/nethackrf/libhackrf.cs
Brian-Rader-Logikos/nethackrf
a430feb7ea1e9ca73a34eff760ebaa00dda56267
[ "Unlicense" ]
5
2020-06-25T16:11:08.000Z
2021-12-05T15:19:46.000Z
#pragma warning disable 0649 using System; using System.Runtime.InteropServices; namespace nethackrf { internal class libhackrf // functions and types from hackrf.h { public const string dllname = @"hackrf.dll"; public const int SAMPLES_PER_BLOCK = 8192; public enum hackrf_error ...
51.205128
199
0.701552
43867cf00a1ea7c5d15a36ccf98d3bd0cf064942
297
cs
C#
Com.Game.Data/SysCustomizationVo.cs
moto2002/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
4
2017-06-28T06:05:04.000Z
2021-02-12T11:56:04.000Z
Com.Game.Data/SysCustomizationVo.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
null
null
null
Com.Game.Data/SysCustomizationVo.cs
corefan/mobahero_src
a2d7c268d314922b55aede9874ad6217a939e3dc
[ "MIT" ]
8
2017-07-18T13:34:57.000Z
2022-03-05T08:02:36.000Z
using System; namespace Com.Game.Data { [Serializable] public class SysCustomizationVo { public string unikey; public int customization_id; public int customization_type; public int items_id; public string customization_source; public int newproduct; } }
14.142857
38
0.707071
be94a968ece8d81459d5108e04dcc68eb47e80c2
1,737
cs
C#
Test Unity Project/Assets/tehnomagic/quests/LostSwordTrigger.cs
zolotov-av/unity
7912e5c3dcc5e8b831e0966ef46d9ded44d4f24b
[ "MIT" ]
null
null
null
Test Unity Project/Assets/tehnomagic/quests/LostSwordTrigger.cs
zolotov-av/unity
7912e5c3dcc5e8b831e0966ef46d9ded44d4f24b
[ "MIT" ]
null
null
null
Test Unity Project/Assets/tehnomagic/quests/LostSwordTrigger.cs
zolotov-av/unity
7912e5c3dcc5e8b831e0966ef46d9ded44d4f24b
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using Nanosoft; public class LostSwordTrigger: MonoBehaviour, IAction { public Collider trigger; private static LostSwordTrigger instance; private static bool active = false; public static bool swordActive = true; public GameObjec...
19.516854
78
0.690271
1e20fa7b4694cad4b4706c04c634e2db3da46823
1,319
cs
C#
Business.Entities/Curso.cs
germantano8/TP2-Academia
516f521ba36187d64eb489aaae1a5df253052981
[ "CC0-1.0" ]
2
2021-06-05T22:48:38.000Z
2021-08-11T00:56:41.000Z
Business.Entities/Curso.cs
germantano8/TP2-Academia
516f521ba36187d64eb489aaae1a5df253052981
[ "CC0-1.0" ]
null
null
null
Business.Entities/Curso.cs
germantano8/TP2-Academia
516f521ba36187d64eb489aaae1a5df253052981
[ "CC0-1.0" ]
4
2021-08-12T22:13:40.000Z
2021-11-22T02:02:40.000Z
namespace Business.Entities { public class Curso : BusinessEntity { public int AnioCalendario { get; set; } public int Cupo { get; set; } public string Descripcion { get { return $"{Materia} - {Comision} - {AnioCalendario}"; } ...
22.741379
68
0.394996
1e4a811823bbdebd85c144b411de64930c012fae
3,300
cs
C#
Source/Api/EtAlii.Ubigia.Api.Transport.Management.Rest/Clients/RestAccountDataClient.cs
vrenken/EtAlii.Ubigia
0ed66dca74c75e0c085ac144c19e65d1feb39e12
[ "MIT" ]
2
2021-07-14T22:23:04.000Z
2022-03-12T00:24:28.000Z
Source/Api/EtAlii.Ubigia.Api.Transport.Management.Rest/Clients/RestAccountDataClient.cs
vrenken/EtAlii.Ubigia
0ed66dca74c75e0c085ac144c19e65d1feb39e12
[ "MIT" ]
49
2021-06-23T22:04:24.000Z
2022-03-20T10:01:13.000Z
Source/Api/EtAlii.Ubigia.Api.Transport.Management.Rest/Clients/RestAccountDataClient.cs
vrenken/EtAlii.Ubigia
0ed66dca74c75e0c085ac144c19e65d1feb39e12
[ "MIT" ]
null
null
null
// Copyright (c) Peter Vrenken. All rights reserved. See the license on https://github.com/vrenken/EtAlii.Ubigia namespace EtAlii.Ubigia.Api.Transport.Management.Rest { using System; using System.Collections.Generic; using System.Threading.Tasks; using EtAlii.Ubigia.Api.Transport.Rest; internal c...
42.857143
160
0.65697
fc6727de0716dca620ff62f6de51fb50316914ef
609
cs
C#
Compare-NET-Objects-Tests/TestClasses/Performance/PerformanceOrder.cs
workgroupengineering/Compare-Net-Objects
80bd7ebc79c65ec23ceef0642afd67cee00bc961
[ "MS-PL" ]
790
2016-03-02T04:57:40.000Z
2022-03-30T14:26:34.000Z
Compare-NET-Objects-Tests/TestClasses/Performance/PerformanceOrder.cs
workgroupengineering/Compare-Net-Objects
80bd7ebc79c65ec23ceef0642afd67cee00bc961
[ "MS-PL" ]
241
2016-03-08T12:15:16.000Z
2022-03-30T14:10:46.000Z
Compare-NET-Objects-Tests/TestClasses/Performance/PerformanceOrder.cs
workgroupengineering/Compare-Net-Objects
80bd7ebc79c65ec23ceef0642afd67cee00bc961
[ "MS-PL" ]
192
2016-03-02T04:57:42.000Z
2022-03-17T09:16:56.000Z
using System; using System.Collections.Generic; namespace KellermanSoftware.CompareNetObjectsTests.TestClasses.Performance { [Serializable] public class PerformanceOrder { public long OrderId { get; set; } public string Email { get; set; } public string FirstName { get; set; } ...
32.052632
74
0.673235
96a93ead9b1ff3f5413a51f9889ef5a1715a3d6d
1,093
cs
C#
Specifications/for_EndianessExtensions/when_getting_bytes_from_two_shorts/and_endian_is_high_byte_and_low_word_first.cs
srudaa/Modbus
62a21e41aa44799dda4eb28f97ae1d1bca7d1211
[ "MIT" ]
null
null
null
Specifications/for_EndianessExtensions/when_getting_bytes_from_two_shorts/and_endian_is_high_byte_and_low_word_first.cs
srudaa/Modbus
62a21e41aa44799dda4eb28f97ae1d1bca7d1211
[ "MIT" ]
null
null
null
Specifications/for_EndianessExtensions/when_getting_bytes_from_two_shorts/and_endian_is_high_byte_and_low_word_first.cs
srudaa/Modbus
62a21e41aa44799dda4eb28f97ae1d1bca7d1211
[ "MIT" ]
null
null
null
/*--------------------------------------------------------------------------------------------- * Copyright (c) Dolittle. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for license information. *--------------------------------------------------------------------------------...
37.689655
120
0.519671
acc9b3c65c306be6e0b3db137cd05da83f91e439
5,016
cs
C#
src/ACME.Protocol/Services/DefaultOrderService.cs
unix68/ACME-Server
42cde2ec957a502911d39022502e0026be262190
[ "MIT" ]
5
2020-07-03T05:10:55.000Z
2021-09-16T03:52:25.000Z
src/ACME.Protocol/Services/DefaultOrderService.cs
unix68/ACME-Server
42cde2ec957a502911d39022502e0026be262190
[ "MIT" ]
2
2020-06-26T01:41:21.000Z
2020-07-09T08:13:13.000Z
src/ACME.Protocol/Services/DefaultOrderService.cs
unix68/ACME-Server
42cde2ec957a502911d39022502e0026be262190
[ "MIT" ]
4
2020-09-18T08:05:03.000Z
2022-02-20T05:41:32.000Z
using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; using TGIT.ACME.Protocol.IssuanceServices; using TGIT.ACME.Protocol.Model; using TGIT.ACME.Protocol.Model.Exceptions; using TGIT.ACME.Protocol.Storage; namespace TGIT.ACME.Protocol.Services { public class Default...
37.432836
163
0.647129
950a361ac259b372f1fd84fd34267546c6a7545e
1,176
cs
C#
Trucker/Xamarin.Forms.DragNDrop/Xamarin.Forms.DragNDrop/Models/GroupedOrderableCollectionChangedEventArgs.cs
Roman-Dementiev/Dwares
d7e2c797d632eae8ac105f1fe56a18f02b882db2
[ "MIT" ]
null
null
null
Trucker/Xamarin.Forms.DragNDrop/Xamarin.Forms.DragNDrop/Models/GroupedOrderableCollectionChangedEventArgs.cs
Roman-Dementiev/Dwares
d7e2c797d632eae8ac105f1fe56a18f02b882db2
[ "MIT" ]
null
null
null
Trucker/Xamarin.Forms.DragNDrop/Xamarin.Forms.DragNDrop/Models/GroupedOrderableCollectionChangedEventArgs.cs
Roman-Dementiev/Dwares
d7e2c797d632eae8ac105f1fe56a18f02b882db2
[ "MIT" ]
null
null
null
using System; using System.Collections; namespace Xamarin.Forms.DragNDrop { public sealed class GroupedOrderableCollectionChangedEventArgs : EventArgs { /// <summary> /// Object that moved /// </summary> public object ChangedObject { get; set; } /// <summary> //...
25.565217
78
0.512755
e7eb50566c16e5e189e3737b478de5f5b7d75d3a
6,614
cs
C#
TicketDesk/TicketDesk.Web.Client/Controllers/TicketController.cs
nubiancc/TicketDesk
db2d4064959184af707841dad6a939895bd1cbdf
[ "MS-PL" ]
1
2021-03-09T16:43:44.000Z
2021-03-09T16:43:44.000Z
TicketDesk/TicketDesk.Web.Client/Controllers/TicketController.cs
nubiancc/TicketDesk
db2d4064959184af707841dad6a939895bd1cbdf
[ "MS-PL" ]
null
null
null
TicketDesk/TicketDesk.Web.Client/Controllers/TicketController.cs
nubiancc/TicketDesk
db2d4064959184af707841dad6a939895bd1cbdf
[ "MS-PL" ]
2
2019-10-01T12:25:00.000Z
2021-09-08T09:41:07.000Z
// TicketDesk - Attribution notice // Contributor(s): // // Stephen Redd (stephen@reddnet.net, http://www.reddnet.net) // // This file is distributed under the terms of the Microsoft Public // License (Ms-PL). See http://opensource.org/licenses/MS-PL // for the complete terms of use. // // For any distribution ...
33.917949
199
0.587844
87f16e345f9232d5c86d9305007e47505ce1ae2e
1,382
cs
C#
src/MapEditor.UI/FastColoredTextbox/GoToForm.cs
oxysoft/PokeSharp
345bbfa861c83c3d40162cc9968ebcbcb3f1f457
[ "MIT" ]
1
2021-02-05T23:21:21.000Z
2021-02-05T23:21:21.000Z
src/MapEditor.UI/FastColoredTextbox/GoToForm.cs
oxysoft/PokeSharp
345bbfa861c83c3d40162cc9968ebcbcb3f1f457
[ "MIT" ]
null
null
null
src/MapEditor.UI/FastColoredTextbox/GoToForm.cs
oxysoft/PokeSharp
345bbfa861c83c3d40162cc9968ebcbcb3f1f457
[ "MIT" ]
4
2016-02-04T22:16:47.000Z
2017-03-28T14:24:31.000Z
using System; using System.Windows.Forms; namespace MapEditor.UI.FastColoredTextbox { public partial class GoToForm : Form { public int SelectedLineNumber { get; set; } public int TotalLineCount { get; set; } public GoToForm() { InitializeComponent(); } ...
25.592593
91
0.554269
48737c1624013c4ed1ef5b764af2de7121005b9c
54,472
cs
C#
Source/nHydrate.Dsl/GeneratedCode/Shapes.cs
aTiKhan/nHydrate
b3203135bee528465b1a62742b898ddcfd7555f7
[ "MIT" ]
77
2015-04-19T20:13:55.000Z
2022-01-30T03:07:23.000Z
Source/nHydrate.Dsl/GeneratedCode/Shapes.cs
aTiKhan/nHydrate
b3203135bee528465b1a62742b898ddcfd7555f7
[ "MIT" ]
66
2015-01-08T09:09:58.000Z
2022-02-11T09:23:15.000Z
Source/nHydrate.Dsl/GeneratedCode/Shapes.cs
aTiKhan/nHydrate
b3203135bee528465b1a62742b898ddcfd7555f7
[ "MIT" ]
22
2015-01-01T16:46:31.000Z
2021-08-29T05:47:28.000Z
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------...
40.230428
211
0.710604
488dfdbb6dffe34c7d8cc36f22a634fbfd0df829
4,998
cs
C#
Wawaji-Server-Windows/wwj_demo/libs/nim_sdk_desktop/nim_csharp_sdk/Src/Core/api/Friend/FriendNativeMethods.cs
netease-im/Wawaji
8f6b6d118aad6fa6eb86416eeba70dcc94029727
[ "MIT" ]
57
2017-12-04T05:54:59.000Z
2021-03-24T07:43:21.000Z
Wawaji-Server-Windows/wwj_demo/libs/nim_sdk_desktop/nim_csharp_sdk/Src/Core/api/Friend/FriendNativeMethods.cs
netease-kit/Wawaji
8f6b6d118aad6fa6eb86416eeba70dcc94029727
[ "MIT" ]
3
2017-12-10T02:51:43.000Z
2019-02-19T05:04:01.000Z
Wawaji-Server-Windows/wwj_demo/libs/nim_sdk_desktop/nim_csharp_sdk/Src/Core/api/Friend/FriendNativeMethods.cs
netease-im/Wawaji
8f6b6d118aad6fa6eb86416eeba70dcc94029727
[ "MIT" ]
46
2017-12-04T06:40:14.000Z
2021-03-24T08:00:18.000Z
using System; using System.Runtime.InteropServices; namespace NIM { namespace Friend.Delegate { [UnmanagedFunctionPointer( CallingConvention.Cdecl)] internal delegate void GetFriendsListDelegate( int resCode, [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(NimUtility.Utf8Stri...
102
496
0.801721
3e65d12b84ca280b779fdf16f383228f0e2d2b73
9,796
cs
C#
ShooterAttack/Player.cs
sabino/ShooterAttack
507f11259cc28e99fd32156a799f6693856c8a00
[ "Unlicense" ]
null
null
null
ShooterAttack/Player.cs
sabino/ShooterAttack
507f11259cc28e99fd32156a799f6693856c8a00
[ "Unlicense" ]
null
null
null
ShooterAttack/Player.cs
sabino/ShooterAttack
507f11259cc28e99fd32156a799f6693856c8a00
[ "Unlicense" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; namespace ShooterAttack { static class Player { public static Sprite BaseSprite; public static Sprit...
35.23741
179
0.559004
20b69e0f7f7e3a2679dbc2256f290c9dab71b327
268
cs
C#
src/api/LMSEntities/DataTransferObjects/LibraryAssetCategoryDto.cs
lawrencefej/LibraryManagementAPI
c6e1d1919fdde8bddf5d182a004e0c2989c55ed5
[ "MIT" ]
null
null
null
src/api/LMSEntities/DataTransferObjects/LibraryAssetCategoryDto.cs
lawrencefej/LibraryManagementAPI
c6e1d1919fdde8bddf5d182a004e0c2989c55ed5
[ "MIT" ]
26
2018-09-13T02:52:17.000Z
2022-03-02T11:00:25.000Z
src/api/LMSEntities/DataTransferObjects/LibraryAssetCategoryDto.cs
lawrencefej/LibraryManagementSystem
c6e1d1919fdde8bddf5d182a004e0c2989c55ed5
[ "MIT" ]
1
2020-03-17T23:41:33.000Z
2020-03-17T23:41:33.000Z
using System.ComponentModel.DataAnnotations; namespace LMSEntities.DataTransferObjects { public class LibraryAssetCategoryDto { public int LibrayAssetId { get; set; } [Required] public int CategoryId { get; set; } } }
20.615385
47
0.649254
8c3c5091a86f10e95cc0e7cff9b96ab6302d8349
605
cs
C#
Orbitality/Assets/Scripts/Gameflow/GameflowFeature.cs
thenitro/orbitality
c94faad451377c7b0c7fcda228983269ef4a3b52
[ "MIT" ]
null
null
null
Orbitality/Assets/Scripts/Gameflow/GameflowFeature.cs
thenitro/orbitality
c94faad451377c7b0c7fcda228983269ef4a3b52
[ "MIT" ]
null
null
null
Orbitality/Assets/Scripts/Gameflow/GameflowFeature.cs
thenitro/orbitality
c94faad451377c7b0c7fcda228983269ef4a3b52
[ "MIT" ]
null
null
null
using Gameflow.Systems; using Gameplay.Systems; namespace Gameflow { public class GameflowFeature : Feature { public GameflowFeature(Contexts contexts) : base("Gameflow feature") { Add(new CreatePlanetsSystem(contexts)); Add(new InitSceneManagerSystem(contex...
26.304348
76
0.606612
f14d0ce5f162b10515f3debaae416236d416c2bb
467
cs
C#
src/Presentation/FaraMedia.FrontEnd.Administration/Models/System/MessageTemplateModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
src/Presentation/FaraMedia.FrontEnd.Administration/Models/System/MessageTemplateModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
src/Presentation/FaraMedia.FrontEnd.Administration/Models/System/MessageTemplateModel.cs
m-sadegh-sh/FaraMedia
87bb0450cedff5080e87bb2526bd0c2c9a7b4e77
[ "MIT" ]
null
null
null
namespace FaraMedia.FrontEnd.Administration.Models.Systematic { using FaraMedia.Web.Framework.Mvc.Models; public class MessageTemplateModel : EntityModelBase { public string Name { get; set; } public string BccEmailAddresses { get; set; } public string Subject { get; set; } pub...
35.923077
64
0.668094
9cb29bd5e6bd574c0ca58bc5eea5c07a7e00b3c8
266
cs
C#
RestaurantWebsite/ViewModels/FoodListViewModel.cs
smael123/RestaurantWebsite
aa1b989ac027465430c564efce8edce73b7b6ae5
[ "MIT" ]
null
null
null
RestaurantWebsite/ViewModels/FoodListViewModel.cs
smael123/RestaurantWebsite
aa1b989ac027465430c564efce8edce73b7b6ae5
[ "MIT" ]
null
null
null
RestaurantWebsite/ViewModels/FoodListViewModel.cs
smael123/RestaurantWebsite
aa1b989ac027465430c564efce8edce73b7b6ae5
[ "MIT" ]
null
null
null
using RestaurantWebsite.Core.Domain; using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace RestaurantWebsite.ViewModels { public class FoodListViewModel { public IEnumerable<Food> Foods { get; set; } } }
20.461538
52
0.740602
9cbd57c00893aa9f8cf35a3fa9b789a807321960
636
cs
C#
Aulas/AceleraDevBase/AceleraDev.Data/Maps/EnderecoMaps.cs
jralima/codenation-csharp
cf0fd1329ffb82f0b9c69318b2f9871f8f4707d8
[ "Xnet", "X11" ]
null
null
null
Aulas/AceleraDevBase/AceleraDev.Data/Maps/EnderecoMaps.cs
jralima/codenation-csharp
cf0fd1329ffb82f0b9c69318b2f9871f8f4707d8
[ "Xnet", "X11" ]
null
null
null
Aulas/AceleraDevBase/AceleraDev.Data/Maps/EnderecoMaps.cs
jralima/codenation-csharp
cf0fd1329ffb82f0b9c69318b2f9871f8f4707d8
[ "Xnet", "X11" ]
null
null
null
using AceleraDev.Domain.Models; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; namespace AceleraDev.Data.Maps { public class EnderecoMaps : IEntityTypeConfiguration<Endereco> { public void Configure(EntityTypeBuilder<Endereco> builder) { ...
27.652174
102
0.657233
dda046cf3d56cca2ae55ecf45ae33c0dac53297a
2,595
cs
C#
sources/core/Stride.Core.AssemblyProcessor/CecilGenericSerializerFactory.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
3
2020-04-24T16:18:41.000Z
2020-06-26T18:11:52.000Z
sources/core/Stride.Core.AssemblyProcessor/CecilGenericSerializerFactory.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
1
2020-07-17T13:03:39.000Z
2020-07-17T13:03:39.000Z
sources/core/Stride.Core.AssemblyProcessor/CecilGenericSerializerFactory.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
null
null
null
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. using System; using System.Linq; using Mono.Cecil; namespace Stride.Core.AssemblyProcessor { ...
46.339286
194
0.695183
fbf28cde6fc7a262e3bfe51e0e8a490416d5c0a0
314
cs
C#
EmirhanAvci.WebApi.Week1/Models/Messages/SuccessMessages/CoinSuccessMessage.cs
Patika-dev-Unlu-Co-Net-Bootcamp/EmirhanAvci.Week1
8a1a2f16b82677089315fdb31a036c027612f536
[ "MIT" ]
null
null
null
EmirhanAvci.WebApi.Week1/Models/Messages/SuccessMessages/CoinSuccessMessage.cs
Patika-dev-Unlu-Co-Net-Bootcamp/EmirhanAvci.Week1
8a1a2f16b82677089315fdb31a036c027612f536
[ "MIT" ]
null
null
null
EmirhanAvci.WebApi.Week1/Models/Messages/SuccessMessages/CoinSuccessMessage.cs
Patika-dev-Unlu-Co-Net-Bootcamp/EmirhanAvci.Week1
8a1a2f16b82677089315fdb31a036c027612f536
[ "MIT" ]
1
2022-01-15T14:41:40.000Z
2022-01-15T14:41:40.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace EmirhanAvci.WebApi.Week1.Models.Messages.SuccessMessages { public static class CoinSuccessMessage { public static string CoinAddedMessage { get; set; } = "Coin successfully added"; } }
24.153846
88
0.751592
7bea0a8488fb6c115ecb8142ee7bf886c8303b2a
14,205
cs
C#
morse/DotNet/gui2/Forms/SystemAssignment.cs
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
1
2019-12-24T15:52:45.000Z
2019-12-24T15:52:45.000Z
morse/DotNet/gui2/Forms/SystemAssignment.cs
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
morse/DotNet/gui2/Forms/SystemAssignment.cs
jonnyzzz/phd-project
beab8615585bd52ef9ee1c19d1557e8c933c047a
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Windows.Forms; using guiKernel2; using guiKernel2.Document; namespace gui2.Forms { /// <summary> /// Summary description for SystemAssignment. /// </summary> public class SystemAssignment : Form { private const ...
28.871951
184
0.670327
44a505702326561d39066ed47af12a61dd0274b0
1,882
cs
C#
src/Platform.VirtualFileSystem/DefaultFileSystemManager.cs
platformdotnet/Platform.VirtualFileSystem
493b35047515bd39bf610443ebb9bd80302ea610
[ "BSD-3-Clause" ]
136
2015-01-11T16:28:38.000Z
2022-03-12T15:07:13.000Z
src/Platform.VirtualFileSystem/DefaultFileSystemManager.cs
devcode1981/Platform.VirtualFileSystem
27123afa657728d8225c5050d9edf3291902300e
[ "BSD-3-Clause" ]
19
2015-06-06T18:52:27.000Z
2019-07-25T18:20:26.000Z
src/Platform.VirtualFileSystem/DefaultFileSystemManager.cs
devcode1981/Platform.VirtualFileSystem
27123afa657728d8225c5050d9edf3291902300e
[ "BSD-3-Clause" ]
32
2015-01-11T17:18:50.000Z
2021-09-12T09:04:14.000Z
using System; using Platform.VirtualFileSystem.Providers.Web; namespace Platform.VirtualFileSystem { /// <summary> /// A default implementation of a FileSystemManager. /// </summary> /// <remarks> /// <p> /// This manager only uses the <c>Web</c> provider to resolve files. You should extend this ///...
30.852459
98
0.684378
788d2daac17f2877a593ea790d38bf14817043c9
1,345
cs
C#
src/T4Toolbox.VisualStudio/T4ToolboxOptionsPage.cs
blyzer/T4Toolbox
22ea14adf093be3414f418c71cb5cba67dd1e55c
[ "MIT" ]
270
2015-05-11T08:02:42.000Z
2022-03-18T10:11:34.000Z
src/T4Toolbox.VisualStudio/T4ToolboxOptionsPage.cs
tianyufeng/T4Toolbox
22ea14adf093be3414f418c71cb5cba67dd1e55c
[ "MIT" ]
58
2015-05-10T23:36:58.000Z
2022-02-25T09:16:56.000Z
src/T4Toolbox.VisualStudio/T4ToolboxOptionsPage.cs
tianyufeng/T4Toolbox
22ea14adf093be3414f418c71cb5cba67dd1e55c
[ "MIT" ]
108
2015-05-23T04:27:19.000Z
2022-03-09T09:35:59.000Z
// <copyright file="T4ToolboxOptionsPage.cs" company="Oleg Sych"> // Copyright © Oleg Sych. All Rights Reserved. // </copyright> namespace T4Toolbox.VisualStudio { using System; using System.Runtime.InteropServices; using Microsoft.VisualStudio.Shell; /// <summary> /// A property grid...
29.888889
101
0.619331
2d48470775b30dba5d2f4c7a734530acde6e69d8
1,269
cs
C#
Protogame/Batching/IBatchedControlFactory.cs
yurisouza/Protogame
289e6f70a8f941756ef3d6dce588f13e83c16ca3
[ "Unlicense", "MIT" ]
163
2016-01-05T23:38:28.000Z
2022-03-31T11:17:42.000Z
Protogame/Batching/IBatchedControlFactory.cs
yurisouza/Protogame
289e6f70a8f941756ef3d6dce588f13e83c16ca3
[ "Unlicense", "MIT" ]
11
2016-09-03T03:45:06.000Z
2017-08-26T18:36:10.000Z
Protogame/Batching/IBatchedControlFactory.cs
yurisouza/Protogame
289e6f70a8f941756ef3d6dce588f13e83c16ca3
[ "Unlicense", "MIT" ]
42
2016-04-11T17:49:55.000Z
2022-03-22T22:56:21.000Z
// ReSharper disable CheckNamespace using Jitter.Collision.Shapes; using Protoinject; namespace Protogame { /// <summary> /// This factory is used by the batching system to create components and entities /// that can be used to represent the result of the batching operations. /// </summary> /// <...
39.65625
113
0.674547
8f43df7e9a910d2026dfc7a73b65cace279ae198
406
cs
C#
ERP.Admin/Models/ProvinciaErp.cs
AlexisVidal/VilocruErp
9f81c3a08e17309d25409626e560ad1c5080ef5f
[ "Apache-2.0" ]
null
null
null
ERP.Admin/Models/ProvinciaErp.cs
AlexisVidal/VilocruErp
9f81c3a08e17309d25409626e560ad1c5080ef5f
[ "Apache-2.0" ]
null
null
null
ERP.Admin/Models/ProvinciaErp.cs
AlexisVidal/VilocruErp
9f81c3a08e17309d25409626e560ad1c5080ef5f
[ "Apache-2.0" ]
1
2022-02-08T19:03:10.000Z
2022-02-08T19:03:10.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ERP.Admin.Models { public class ProvinciaErp { public string IDPROVINCIA { get; set; } public string IDPROVINCIAS { get; set; } public string IDDEPARTAMENTO { get; set; } public strin...
23.882353
50
0.655172
7bd821c3ae7f8c3f5dd0031f774e98e6874f1152
10,335
cs
C#
src/Adaptive.Cluster/Service/ICluster.cs
FrancisChung/Aeron.NET
c6e2597681516d2281cfd2a0b1a2c911bf01301d
[ "Apache-2.0" ]
1
2018-09-02T00:55:08.000Z
2018-09-02T00:55:08.000Z
src/Adaptive.Cluster/Service/ICluster.cs
FrancisChung/Aeron.NET
c6e2597681516d2281cfd2a0b1a2c911bf01301d
[ "Apache-2.0" ]
null
null
null
src/Adaptive.Cluster/Service/ICluster.cs
FrancisChung/Aeron.NET
c6e2597681516d2281cfd2a0b1a2c911bf01301d
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using Adaptive.Aeron; using Adaptive.Aeron.LogBuffer; using Adaptive.Agrona; using Adaptive.Cluster.Client; using Adaptive.Cluster.Codecs; namespace Adaptive.Cluster.Service { /// <summary> /// Interface for a <seealso cref="IClusteredService"/> to interact with...
53
142
0.619352
33478c5020aae3adf586046f7031355cd1563757
6,053
cs
C#
src/Vulkan/Silk.NET.Vulkan/Structs/PhysicalDeviceMemoryProperties.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
src/Vulkan/Silk.NET.Vulkan/Structs/PhysicalDeviceMemoryProperties.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
src/Vulkan/Silk.NET.Vulkan/Structs/PhysicalDeviceMemoryProperties.gen.cs
mcavanagh/Silk.NET
d7d1c42698b6896fb8ae945033152445cfacd442
[ "MIT" ]
null
null
null
// This file is part of Silk.NET. // // You may modify and distribute Silk.NET under the terms // of the MIT license. See the LICENSE file for details. using System; using System.Runtime.InteropServices; using System.Text; using Silk.NET.Core.Native; using Ultz.SuperInvoke; namespace Silk.NET.Vulkan { public un...
34.19774
57
0.592599
e06a0efb9b1096631da041f09afc756512f0f15e
18,036
cs
C#
src/BootstrapBlazor/Components/ValidateForm/ValidateForm.razor.cs
ahmetkocadogan/BootstrapBlazor
45fc1c820642b54db5e0e56f86c76daaf2a3ee2a
[ "Apache-2.0" ]
1
2022-03-21T00:46:35.000Z
2022-03-21T00:46:35.000Z
src/BootstrapBlazor/Components/ValidateForm/ValidateForm.razor.cs
ahmetkocadogan/BootstrapBlazor
45fc1c820642b54db5e0e56f86c76daaf2a3ee2a
[ "Apache-2.0" ]
null
null
null
src/BootstrapBlazor/Components/ValidateForm/ValidateForm.razor.cs
ahmetkocadogan/BootstrapBlazor
45fc1c820642b54db5e0e56f86c76daaf2a3ee2a
[ "Apache-2.0" ]
null
null
null
// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Website: https://www.blazor.zone or https://argozhang.github.io/ using BootstrapBlazor.Localization.Json; using Microsoft.AspNetCore.Compo...
36.584178
228
0.574351
2b86bc36f74d0ebf091283a958f800deb9df537d
781
cs
C#
Nuve/Distance/JaccardDistance.cs
diegolinan/nuve
75a2e2e2ae0e0c9139a5db7569b7e2caea9da5ee
[ "MIT" ]
89
2015-01-24T20:53:00.000Z
2022-01-14T15:59:50.000Z
Nuve/Distance/JaccardDistance.cs
diegolinan/nuve
75a2e2e2ae0e0c9139a5db7569b7e2caea9da5ee
[ "MIT" ]
81
2015-03-26T07:04:22.000Z
2020-04-02T08:36:27.000Z
nuve/Distance/JaccardDistance.cs
hrzafer/nuve
bc894c38746ea0ccdb750170a5553448c296740c
[ "MIT" ]
19
2015-01-24T20:52:14.000Z
2022-01-24T21:19:19.000Z
using System.Diagnostics; using System.Linq; namespace Nuve.Distance { /// <summary> /// Önce Jaccard benzerliğini bulup 1'den çıkararak uzaklığı elde ediyoruz. /// </summary> internal class JaccardDistance : IDistance { public double Measure(string s1, string s2) { ...
28.925926
83
0.528809
a7e30c5862655a13206f8ecc993842dd9d8a496d
6,593
cs
C#
Assets/Scripts/Logic/Scene/SceneObject/Compont/MoveComponent.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
1
2017-05-12T06:41:14.000Z
2017-05-12T06:41:14.000Z
Assets/Scripts/Logic/Scene/SceneObject/Compont/MoveComponent.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
null
null
null
Assets/Scripts/Logic/Scene/SceneObject/Compont/MoveComponent.cs
moto2002/DinaGameClient
f213ff9d20000b8529864f2ebed664857c528005
[ "MIT" ]
2
2018-07-29T01:58:25.000Z
2019-08-25T15:20:59.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using UnityEngine; using Assets.Scripts.Lib.Loader; using Assets.Scripts.Manager; using Assets.Scripts.Utils; using Assets.Scripts.Define; using Assets.Scripts.Proto; using Assets.Scripts.Logic.Npc; using Assets.Scripts.Logic.Mission...
33.984536
158
0.573487
7d07e10b82b34bfdd508caeeb6e7c9a466733b32
3,339
cs
C#
PlanesRabbitMQ.Components/Consumers/ProcessBatchConsumer.cs
FairyFox5700/PlanesRabbitMQ
b9bbf3233c67e0a45bd5e2852e6c8f8df951e36e
[ "Apache-2.0" ]
null
null
null
PlanesRabbitMQ.Components/Consumers/ProcessBatchConsumer.cs
FairyFox5700/PlanesRabbitMQ
b9bbf3233c67e0a45bd5e2852e6c8f8df951e36e
[ "Apache-2.0" ]
null
null
null
PlanesRabbitMQ.Components/Consumers/ProcessBatchConsumer.cs
FairyFox5700/PlanesRabbitMQ
b9bbf3233c67e0a45bd5e2852e6c8f8df951e36e
[ "Apache-2.0" ]
null
null
null
using System; using System.Threading.Tasks; using MassTransit; using MassTransit.Courier; using MassTransit.Courier.Contracts; using Microsoft.Extensions.Logging; using PlanesRabbitMQ.Contracts; using PlanesRabbitMQ.Contracts.Enums; namespace PlanesRabbitMQ.Components.Consumers { public class ProcessBatchJobConsum...
38.825581
81
0.46451
344a09d986a470d98d71d4d59fce75b165c9fed1
95
cs
C#
Business/Services/BaseService.cs
gormac/training-kentico-k12
cc22ff070ea691b78bd8d22d23ea9879816ae5e8
[ "MIT" ]
26
2019-02-26T19:44:44.000Z
2021-07-19T01:45:37.000Z
Business/Services/BaseService.cs
gormac/training-kentico-k12
cc22ff070ea691b78bd8d22d23ea9879816ae5e8
[ "MIT" ]
34
2018-12-10T09:30:13.000Z
2020-09-02T11:14:12.000Z
Business/Services/BaseService.cs
gormac/training-kentico-k12
cc22ff070ea691b78bd8d22d23ea9879816ae5e8
[ "MIT" ]
50
2018-12-06T17:32:43.000Z
2021-11-04T09:48:07.000Z
 namespace Business.Services { public abstract class BaseService : IService { } }
11.875
48
0.663158
34558a2ff1c59ae7ffd68a85a08dfe58d539e63f
332
cs
C#
test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/IElasticApmSettings.cs
Control-Alt-Sistemas/Liquid-Application-Framework
8f282ceadc79dcf4b3f0f96b3aabe61c407e279f
[ "MIT" ]
9
2021-04-08T00:38:53.000Z
2022-02-01T00:48:59.000Z
test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/IElasticApmSettings.cs
Mbriito/Liquid-Application-Framework
8f282ceadc79dcf4b3f0f96b3aabe61c407e279f
[ "MIT" ]
16
2021-05-04T18:07:22.000Z
2021-12-17T16:35:41.000Z
test/Liquid.Core.Telemetry.ElasticApm.Tests/Settings/IElasticApmSettings.cs
Mbriito/Liquid-Application-Framework
8f282ceadc79dcf4b3f0f96b3aabe61c407e279f
[ "MIT" ]
4
2021-08-06T14:40:26.000Z
2022-02-01T00:47:01.000Z
namespace Liquid.Core.Telemetry.ElasticApm.Tests.Settings { internal interface IElasticApmSettings { string ServerUrl { get; set; } string SecretToken { get; set; } double TransactionSampleRate { get; set; } string CloudProvider { get; set; } bool? Enabled { get; set...
20.75
58
0.620482
347e5bf74b91d9ee12a08ef37a13b18cc6cc6328
1,045
cs
C#
All Courses Homeworks/C#_Part_2/3. Methods/Methods/FirstLargerThanNeighbours/Program.cs
siderisltd/Telerik-Academy
f88bca91ff502adf414521fd8a1599696e700e78
[ "MIT" ]
1
2015-07-02T11:50:12.000Z
2015-07-02T11:50:12.000Z
All Courses Homeworks/C#_Part_2/3. Methods/Methods/FirstLargerThanNeighbours/Program.cs
siderisltd/Telerik-Academy
f88bca91ff502adf414521fd8a1599696e700e78
[ "MIT" ]
null
null
null
All Courses Homeworks/C#_Part_2/3. Methods/Methods/FirstLargerThanNeighbours/Program.cs
siderisltd/Telerik-Academy
f88bca91ff502adf414521fd8a1599696e700e78
[ "MIT" ]
null
null
null
//Problem 6. First larger than neighbours //Write a method that returns the index of the first element in array that is larger //than its neighbours, or -1, if there’s no such element. //Use the method from the previous exercise. using System; class Program { static void Main() { int[] array = {1,2...
26.794872
113
0.52823
65c7d6c81ffdd6fb48767dbfbfd29883d5764002
413
cs
C#
sources/presentation/Stride.Core.Quantum/ContentChangeType.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
3
2020-04-24T16:18:41.000Z
2020-06-26T18:11:52.000Z
sources/presentation/Stride.Core.Quantum/ContentChangeType.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
1
2020-07-17T13:03:39.000Z
2020-07-17T13:03:39.000Z
sources/presentation/Stride.Core.Quantum/ContentChangeType.cs
profan/stride
463a79fee46ad647aff3e883fd7deec0174a957e
[ "MIT" ]
null
null
null
// Copyright (c) Stride contributors (https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) // Distributed under the MIT license. See the LICENSE.md file in the project root for more information. namespace Stride.Core.Quantum { public enum ContentChangeType { None, Val...
29.5
118
0.687651
65cb36017645b869d3f7599d4ddcc74904a05423
743
cs
C#
ClubPenguin.Net.Client/GetCurrentThemeOperation.cs
smdx24/CPI-Source-Code
7602749d447dc73f24ecd9e08c50d2031721abf4
[ "MIT" ]
8
2019-06-04T19:49:27.000Z
2022-03-19T13:39:41.000Z
ClubPenguin.Net.Client/GetCurrentThemeOperation.cs
smdx24/CPI-Source-Code
7602749d447dc73f24ecd9e08c50d2031721abf4
[ "MIT" ]
null
null
null
ClubPenguin.Net.Client/GetCurrentThemeOperation.cs
smdx24/CPI-Source-Code
7602749d447dc73f24ecd9e08c50d2031721abf4
[ "MIT" ]
5
2020-05-05T04:06:29.000Z
2022-02-09T21:12:34.000Z
// GetCurrentThemeOperation using ClubPenguin.Net.Client; using ClubPenguin.Net.Client.Mappers; using ClubPenguin.Net.Domain; using hg.ApiWebKit.core.attributes; using hg.ApiWebKit.mappers; using System.Collections.Generic; [HttpAccept("application/json")] [HttpPath("cp-api-base-uri", "/catalog/v1/clothing/themes/stat...
28.576923
123
0.802153
8fededf4040d0effc86c7f857c74aea888a7e5db
2,112
cs
C#
src/DDDSouthWest.Domain/Features/Account/Admin/ManageNews/UpdateExistingNews/UpdateExistingNews.cs
dddsw/website
9071e5c66592cbd2fced37f12fc80833aa5cdf8a
[ "MIT" ]
7
2017-07-12T15:53:10.000Z
2021-12-04T15:32:01.000Z
src/DDDSouthWest.Domain/Features/Account/Admin/ManageNews/UpdateExistingNews/UpdateExistingNews.cs
dddsw/website
9071e5c66592cbd2fced37f12fc80833aa5cdf8a
[ "MIT" ]
13
2017-07-09T22:47:09.000Z
2019-09-04T13:38:00.000Z
src/DDDSouthWest.Domain/Features/Account/Admin/ManageNews/UpdateExistingNews/UpdateExistingNews.cs
dddsw/website
9071e5c66592cbd2fced37f12fc80833aa5cdf8a
[ "MIT" ]
4
2018-01-31T08:12:35.000Z
2020-01-31T07:27:21.000Z
using System; using System.Threading; using System.Threading.Tasks; using Dapper; using FluentValidation; using MediatR; using Npgsql; namespace DDDSouthWest.Domain.Features.Account.Admin.ManageNews.UpdateExistingNews { public class UpdateExistingNews { public class Command : IRequest { ...
36.413793
208
0.560606
8957bebbce90507cf385a4a16d9ac8d7a49ee3ac
1,726
cs
C#
src/OAuth2.Mobile/Requests/TokenRequest.cs
skela/OAuth2.Mobile
495a8014946593bd1bd03efd8a8586c99331ee96
[ "Apache-2.0" ]
1
2021-09-15T13:29:49.000Z
2021-09-15T13:29:49.000Z
src/OAuth2.Mobile/Requests/TokenRequest.cs
skela/OAuth2.Mobile
495a8014946593bd1bd03efd8a8586c99331ee96
[ "Apache-2.0" ]
null
null
null
src/OAuth2.Mobile/Requests/TokenRequest.cs
skela/OAuth2.Mobile
495a8014946593bd1bd03efd8a8586c99331ee96
[ "Apache-2.0" ]
null
null
null
namespace StudioDonder.OAuth2.Mobile.Requests { using System; using System.Collections.Specialized; using RestSharp; using Validation; /// <summary> /// This class represents a OAuth 2.0 token request. /// </summary> internal abstract class TokenRequest { /// <summary> ...
35.22449
132
0.612978
d3d5c1114790b162e97dd74f80d0dd3742ae1877
700
cs
C#
v6.0.0/Unit/TestMessageCount.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
9
2019-12-18T07:15:09.000Z
2022-01-28T17:04:08.000Z
v6.0.0/Unit/TestMessageCount.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
8
2019-12-31T07:38:12.000Z
2022-02-05T12:29:33.000Z
v6.0.0/Unit/TestMessageCount.cs
ryanmvt/RabbitMQ.Core
9e550c6e119c7475f19590464eaaf7b4d3aa9af0
[ "Apache-2.0", "MIT" ]
8
2020-03-25T18:05:18.000Z
2022-01-28T15:45:54.000Z
using NUnit.Framework; using System; namespace RabbitMQ.Client.Unit { internal class TestMessageCount : IntegrationFixture { [Test] public void TestMessageCountMethod() { Model.ConfirmSelect(); string q = GenerateQueueName(); Model.QueueDeclare(queue...
31.818182
115
0.631429
3c93d91df3fbafdbc0b042e531e0254382810f92
153
cs
C#
UsersApi/Models/Account.cs
luisdvalle/PayUsersApi_DemoExercise
d319c0404f8c8865a2f7a213e543bc6451e09ac9
[ "Apache-2.0" ]
null
null
null
UsersApi/Models/Account.cs
luisdvalle/PayUsersApi_DemoExercise
d319c0404f8c8865a2f7a213e543bc6451e09ac9
[ "Apache-2.0" ]
null
null
null
UsersApi/Models/Account.cs
luisdvalle/PayUsersApi_DemoExercise
d319c0404f8c8865a2f7a213e543bc6451e09ac9
[ "Apache-2.0" ]
null
null
null
namespace UsersApi.Models { public class Account { public string Email { get; set; } public string Status { get; set; } } }
17
42
0.575163
3c9ce23c9696bdf405795796de48742a100ffd0f
308
cs
C#
BookLand/Server/BookLand.Server/Features/HomeController.cs
LASlavtchev/Softuni-Angular-Project
784dc5ee1185811451853fc2b18aedf4d0110cb9
[ "MIT" ]
null
null
null
BookLand/Server/BookLand.Server/Features/HomeController.cs
LASlavtchev/Softuni-Angular-Project
784dc5ee1185811451853fc2b18aedf4d0110cb9
[ "MIT" ]
null
null
null
BookLand/Server/BookLand.Server/Features/HomeController.cs
LASlavtchev/Softuni-Angular-Project
784dc5ee1185811451853fc2b18aedf4d0110cb9
[ "MIT" ]
null
null
null
namespace BookLand.Server.Features { using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; public class HomeController : ApiController { [Authorize] [HttpGet] public ActionResult Get() { return Ok("Works"); } } }
19.25
47
0.594156
3ca8ed27a5950fb12efb27ec2547302ab57125ec
949
cs
C#
PC7/Streda/McKyberna/Assets/LangiNavigator.cs
KrystofSuk/Dilny-2020
6b4b60a21459c9b19f49ab5c606545d6d0fc95ae
[ "Unlicense" ]
null
null
null
PC7/Streda/McKyberna/Assets/LangiNavigator.cs
KrystofSuk/Dilny-2020
6b4b60a21459c9b19f49ab5c606545d6d0fc95ae
[ "Unlicense" ]
null
null
null
PC7/Streda/McKyberna/Assets/LangiNavigator.cs
KrystofSuk/Dilny-2020
6b4b60a21459c9b19f49ab5c606545d6d0fc95ae
[ "Unlicense" ]
1
2020-07-16T15:08:27.000Z
2020-07-16T15:08:27.000Z
using System.Collections; using System.Collections.Generic; using UnityEngine; public class LangiNavigator : MonoBehaviour { // Start is called before the first frame u public bool LockY = true; private GameObject[] finishObjects; void Start() { this.finishObjects = GameObject.FindGameObj...
22.595238
95
0.60274
a70bc00bdfbf3c197c2a47a057e6b0c6c9eb039a
3,560
cs
C#
src/server/NextApi.Server/Base/NextApiHttp.cs
galym-abitech/NextApi
d208cbeaee4961ef53dacc85adad9bfae3b10b95
[ "MIT" ]
9
2020-05-02T12:36:01.000Z
2022-02-02T09:55:27.000Z
src/server/NextApi.Server/Base/NextApiHttp.cs
galym-abitech/NextApi
d208cbeaee4961ef53dacc85adad9bfae3b10b95
[ "MIT" ]
12
2020-05-02T12:16:25.000Z
2021-06-06T05:39:51.000Z
src/server/NextApi.Server/Base/NextApiHttp.cs
galym-abitech/NextApi
d208cbeaee4961ef53dacc85adad9bfae3b10b95
[ "MIT" ]
9
2020-05-03T08:34:33.000Z
2021-06-05T08:30:44.000Z
using System; using System.IO; using System.Linq; using System.Threading.Tasks; using MessagePack; using Microsoft.AspNetCore.Http; using Newtonsoft.Json; using NextApi.Common; using NextApi.Common.Abstractions.Security; using NextApi.Common.Serialization; using NextApi.Server.Request; using NextApi.Server.Service; na...
35.959596
122
0.598034
cb255572052eaf968b18ed3eb2705b9dfa059a49
537
cs
C#
src/Com.Danliris.Service.Packing.Inventory.Application/Master/ProductSKU/ProductSKUIndex.cs
AndreaZain/com-danliris-service-packing-inventory
d6dd88e4839f7345387cf8ab059f73f02306f59a
[ "MIT" ]
null
null
null
src/Com.Danliris.Service.Packing.Inventory.Application/Master/ProductSKU/ProductSKUIndex.cs
AndreaZain/com-danliris-service-packing-inventory
d6dd88e4839f7345387cf8ab059f73f02306f59a
[ "MIT" ]
669
2020-04-07T10:40:37.000Z
2022-03-29T05:20:48.000Z
src/Com.Danliris.Service.Packing.Inventory.Application/Master/ProductSKU/ProductSKUIndex.cs
AndreaZain/com-danliris-service-packing-inventory
d6dd88e4839f7345387cf8ab059f73f02306f59a
[ "MIT" ]
117
2019-11-20T06:23:37.000Z
2022-03-31T09:49:28.000Z
using System; using System.Collections.Generic; namespace Com.Danliris.Service.Packing.Inventory.Application.Master.ProductSKU { public class ProductSKUIndex { public List<ProductSKUIndexInfo> data; public int total; public int page; public int size; public ProductSKUI...
25.571429
93
0.612663
cbd6adb9c67d00f830f0393910d8697b68dd14b7
1,611
cs
C#
07. ReflectionAndAttributes - Exercise/MyTestingFramework/Executor/Executor.cs
Vladimir-Dodnikov/CSharp-OOP-Problems
2240515354df1a6069968327710ea0efbc279a27
[ "Apache-2.0" ]
null
null
null
07. ReflectionAndAttributes - Exercise/MyTestingFramework/Executor/Executor.cs
Vladimir-Dodnikov/CSharp-OOP-Problems
2240515354df1a6069968327710ea0efbc279a27
[ "Apache-2.0" ]
null
null
null
07. ReflectionAndAttributes - Exercise/MyTestingFramework/Executor/Executor.cs
Vladimir-Dodnikov/CSharp-OOP-Problems
2240515354df1a6069968327710ea0efbc279a27
[ "Apache-2.0" ]
null
null
null
using MyTestingFramework.Attributes; using MyTestingFramework.Exceptions; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Text; namespace MyTestingFramework.Executor { public class Executor { public void Execute(Assembly assembl...
29.290909
83
0.484792
a3732c073fcc9b95a2084ca51836c6dc03dec716
1,056
cs
C#
OFP_AlgorithmTests/Utils/GridValue/MatrixGridValueGetterTests.cs
Danleb/OptimalFuzzyPartition
e0e958307a871b9785c9163b9790e52d91bc591b
[ "MIT" ]
1
2020-07-11T22:35:18.000Z
2020-07-11T22:35:18.000Z
OFP_AlgorithmTests/Utils/GridValue/MatrixGridValueGetterTests.cs
Danleb/OptimalFuzzyPartition
e0e958307a871b9785c9163b9790e52d91bc591b
[ "MIT" ]
null
null
null
OFP_AlgorithmTests/Utils/GridValue/MatrixGridValueGetterTests.cs
Danleb/OptimalFuzzyPartition
e0e958307a871b9785c9163b9790e52d91bc591b
[ "MIT" ]
null
null
null
using MathNet.Numerics.LinearAlgebra; using NUnit.Framework; using OptimalFuzzyPartitionAlgorithm.Algorithm; namespace OptimalFuzzyPartitionAlgorithmTests.Utils.GridValue { [TestFixture] public class MatrixGridValueGetterTests { [Test] public void Test1() { var matrix =...
31.058824
73
0.564394
585512df1775455f5d6a0dbdccebefcca526a78f
15,221
cs
C#
src/PowerForensicsCore/src/PowerForensics.Windows.Artifacts/Prefetch.cs
larrycameron80/PowerForensics
359399756187450ba7da1b1ecab282d37d84ab9e
[ "MIT" ]
1,259
2015-03-08T17:12:33.000Z
2022-03-31T08:29:44.000Z
src/PowerForensicsCore/src/PowerForensics.Windows.Artifacts/Prefetch.cs
jock312452/PowerForensics
359399756187450ba7da1b1ecab282d37d84ab9e
[ "MIT" ]
129
2015-04-07T15:56:46.000Z
2022-02-07T01:42:41.000Z
src/PowerForensicsCore/src/PowerForensics.Windows.Artifacts/Prefetch.cs
jock312452/PowerForensics
359399756187450ba7da1b1ecab282d37d84ab9e
[ "MIT" ]
293
2015-03-17T20:45:42.000Z
2022-02-25T20:19:29.000Z
using System; using System.IO; using System.Text; using System.Collections.Generic; using PowerForensics.FileSystems; using PowerForensics.FileSystems.Ntfs; namespace PowerForensics.Windows.Artifacts { /// <summary> /// /// </summary> public class Prefetch { #region Constants con...
34.436652
170
0.48236
58d0a434412e1542ec4e9f32b593db0530a2392a
307
cs
C#
DigitalLearningSolutions.Data/Models/NotificationPreference.cs
TechnologyEnhancedLearning/DLSV2
743f070bced33bfbc7ef7606a05623cb3be0f15b
[ "MIT" ]
2
2021-06-07T09:48:54.000Z
2022-02-10T14:21:03.000Z
DigitalLearningSolutions.Data/Models/NotificationPreference.cs
TechnologyEnhancedLearning/DLSV2
743f070bced33bfbc7ef7606a05623cb3be0f15b
[ "MIT" ]
209
2020-11-02T10:57:58.000Z
2022-03-30T10:10:19.000Z
DigitalLearningSolutions.Data/Models/NotificationPreference.cs
TechnologyEnhancedLearning/DLSV2
743f070bced33bfbc7ef7606a05623cb3be0f15b
[ "MIT" ]
1
2020-10-28T14:26:33.000Z
2020-10-28T14:26:33.000Z
namespace DigitalLearningSolutions.Data.Models { public class NotificationPreference { public int NotificationId { get; set; } public string NotificationName { get; set; } public string? Description { get; set; } public bool Accepted { get; set; } } }
27.909091
53
0.625407
bb5d19ee5b14b823da34c4f8e4a46dbde8b5cd9e
1,612
cs
C#
Lego.Ev3.Framework/Configuration/Options.cs
mvanderelsen/Lego.Ev3.Framework
ab1d8bb5a427695cc143f93fa23315c2b90fa6fa
[ "MIT" ]
4
2020-09-24T08:35:39.000Z
2022-02-07T20:08:32.000Z
Lego.Ev3.Framework/Configuration/Options.cs
mvanderelsen/Lego.Ev3.Framework
ab1d8bb5a427695cc143f93fa23315c2b90fa6fa
[ "MIT" ]
null
null
null
Lego.Ev3.Framework/Configuration/Options.cs
mvanderelsen/Lego.Ev3.Framework
ab1d8bb5a427695cc143f93fa23315c2b90fa6fa
[ "MIT" ]
1
2022-01-18T08:00:46.000Z
2022-01-18T08:00:46.000Z
using System; using System.ComponentModel; namespace Lego.Ev3.Framework.Configuration { /// <summary> /// Hides System.Object members /// </summary> public abstract class Options { #region Hidden System.Object members /// <summary> /// Returns a string that represents...
35.822222
111
0.612903
1049cfebab161facbb26eaa1ac0bb493e8ce0303
17,379
cs
C#
SageFrame/Modules/Admin/Extensions/Editors/PackageCreator.ascx.cs
AspxCommerce/AspxCommerce2.7
a31386825eddfae439fbf8df42dacb4743900b13
[ "MIT" ]
22
2015-06-03T14:24:34.000Z
2021-02-16T15:51:36.000Z
SageFrame/Modules/Admin/Extensions/Editors/PackageCreator.ascx.cs
AspxCommerce/AspxCommerce2.7
a31386825eddfae439fbf8df42dacb4743900b13
[ "MIT" ]
1
2021-03-24T13:05:21.000Z
2021-03-24T13:05:21.000Z
SageFrame/Modules/Admin/Extensions/Editors/PackageCreator.ascx.cs
AspxCommerce/AspxCommerce2.7
a31386825eddfae439fbf8df42dacb4743900b13
[ "MIT" ]
15
2015-06-03T13:16:59.000Z
2021-01-21T05:30:24.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using SageFrame.Web; using System.Web.Hosting; using System.IO; using System.Text.RegularExpressions; using System.Collections; using System.Web.Script.Services; using System.Web.S...
43.124069
211
0.530813
82aadd727d0ab6d5867a2909005c103c9962598a
884
cs
C#
Assets/Scripts/SoftwareOcclusionCulling/RasterizationRenderer.cs
Yogioo/UnityTools
7e809b5a71dcb501244f697e9504c9d08ba9e09a
[ "MIT" ]
null
null
null
Assets/Scripts/SoftwareOcclusionCulling/RasterizationRenderer.cs
Yogioo/UnityTools
7e809b5a71dcb501244f697e9504c9d08ba9e09a
[ "MIT" ]
null
null
null
Assets/Scripts/SoftwareOcclusionCulling/RasterizationRenderer.cs
Yogioo/UnityTools
7e809b5a71dcb501244f697e9504c9d08ba9e09a
[ "MIT" ]
null
null
null
using UnityEngine; using Debug = UnityEngine.Debug; public class RasterizationRenderer : MonoBehaviour { public Model[] models; [Header ("Config")] public Vector2Int resolution = new Vector2Int (512, 512); public new Camera camera; public bool reversedZ = true; public bool displayDepth; ...
27.625
86
0.649321
76bac6ba664f53b070da3d5de987a1f4ad48805e
6,233
cshtml
C#
LearnIt/LearnIt/Views/Shared/_Layout.cshtml
Offeckk/LearnIt
1570ef7fc496e3b4a95e5f187c02f069569ebf16
[ "MIT" ]
null
null
null
LearnIt/LearnIt/Views/Shared/_Layout.cshtml
Offeckk/LearnIt
1570ef7fc496e3b4a95e5f187c02f069569ebf16
[ "MIT" ]
null
null
null
LearnIt/LearnIt/Views/Shared/_Layout.cshtml
Offeckk/LearnIt
1570ef7fc496e3b4a95e5f187c02f069569ebf16
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <title>Learn It</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=La...
48.317829
247
0.592331
36a1628109f3e5cad44b5c59cc4776fadb04f224
1,462
cs
C#
App/Common/Utility/Images.cs
Datasilk/Kandu
f8c66c8143b1acddd88350a29c54faa645e80d69
[ "Apache-2.0" ]
44
2017-09-21T18:33:28.000Z
2022-03-19T21:44:37.000Z
App/Common/Utility/Images.cs
Datasilk/Kandu
f8c66c8143b1acddd88350a29c54faa645e80d69
[ "Apache-2.0" ]
9
2018-10-20T17:16:30.000Z
2020-08-25T23:22:20.000Z
App/Common/Utility/Images.cs
Datasilk/Kandu
f8c66c8143b1acddd88350a29c54faa645e80d69
[ "Apache-2.0" ]
19
2018-06-10T05:01:49.000Z
2022-03-11T12:48:18.000Z
using System.IO; using SixLabors.ImageSharp; using SixLabors.ImageSharp.PixelFormats; using SixLabors.ImageSharp.Processing; namespace Kandu.Common.Utility { public struct ImageInfo { public string path; public string filename; public int width; public int height; publi...
27.584906
72
0.49658
2e335adb768191fe1a4c3502c8c5601581f21ff4
1,360
cs
C#
src/Moryx.Products.Management/Implementations/Storage/TypeStrategyBase.cs
milmilkat/MORYX-AbstractionLayer
8ead62965ea5817c87f1afe1bda632f00a720dec
[ "Apache-2.0" ]
null
null
null
src/Moryx.Products.Management/Implementations/Storage/TypeStrategyBase.cs
milmilkat/MORYX-AbstractionLayer
8ead62965ea5817c87f1afe1bda632f00a720dec
[ "Apache-2.0" ]
null
null
null
src/Moryx.Products.Management/Implementations/Storage/TypeStrategyBase.cs
milmilkat/MORYX-AbstractionLayer
8ead62965ea5817c87f1afe1bda632f00a720dec
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2020, Phoenix Contact GmbH & Co. KG // Licensed under the Apache License, Version 2.0 using Moryx.AbstractionLayer.Products; using Moryx.Products.Management.Components; using Moryx.Products.Model; using Moryx.Tools; using System.Linq; namespace Moryx.Products.Management.Implementations.Storage { ...
32.380952
123
0.701471
9de34595a04673ca7c8b84dafc66915cf2708936
638
cs
C#
WixWPFWizardBA/Views/Pages/ProgressPage/ProgressPageView.xaml.cs
eway-crm/WixWPFWizardBA
7a4ac0f1b6858e212459ea1870dc2368fed35b98
[ "MIT" ]
29
2017-11-28T04:05:37.000Z
2021-12-03T14:14:48.000Z
WixWPFWizardBA/Views/Pages/ProgressPage/ProgressPageView.xaml.cs
nickguletskii/WixWPFWizardBA
f82a702e0cee9193d26a463ef5f50205f26d6e1e
[ "MIT" ]
1
2021-05-12T12:22:34.000Z
2021-05-22T11:12:36.000Z
Packaging/WiX/p4exp-installer/Bundle/WixWPFWizardBA/Views/Pages/ProgressPage/ProgressPageView.xaml.cs
perforce/p4exp
cad08b7b29482b9c35286014df5c645684e20cc6
[ "BSD-3-Clause" ]
8
2019-04-22T02:19:49.000Z
2021-02-23T05:40:32.000Z
// // Copyright (c) Nick Guletskii and Arseniy Aseev. All rights reserved. // Licensed under the MIT License. See LICENSE file in the solution root for full license information. // namespace WixWPFWizardBA.Views.Pages.ProgressPage { using System.Windows.Controls; /// <summary> /// Interaction lo...
31.9
104
0.681818
bc2e3096afecfb5c66560390c21d99db29668229
4,166
cs
C#
UnitTests/MatrixTests.cs
lcomstive/MathsForGames
e31840f3c04be72871ff991615dcef1c7ab48944
[ "MIT" ]
null
null
null
UnitTests/MatrixTests.cs
lcomstive/MathsForGames
e31840f3c04be72871ff991615dcef1c7ab48944
[ "MIT" ]
null
null
null
UnitTests/MatrixTests.cs
lcomstive/MathsForGames
e31840f3c04be72871ff991615dcef1c7ab48944
[ "MIT" ]
null
null
null
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using LCUtils; namespace Tests { [TestClass] public class Matrix { private const float TestTolerance = 0.0001f; private static bool Compare(Vector3 value, Vector3 expected) { for (int i = 0; i < 3; i++) if (Math.Abs(value[i] - expected...
23.942529
200
0.619299
e1170ba0436be5683e32ab1872eac65626360c38
2,254
cs
C#
SachielExample/Program.cs
roman380/sachiel-net
2bfba6dfd8d0baed81d96a9073248f1862d11f50
[ "Apache-2.0" ]
null
null
null
SachielExample/Program.cs
roman380/sachiel-net
2bfba6dfd8d0baed81d96a9073248f1862d11f50
[ "Apache-2.0" ]
null
null
null
SachielExample/Program.cs
roman380/sachiel-net
2bfba6dfd8d0baed81d96a9073248f1862d11f50
[ "Apache-2.0" ]
null
null
null
using System; using System.Linq; using System.Net; using System.Net.Http; using System.Text; using Sachiel.Messages; using Sachiel.Messages.Packets; using SachielExample.Handlers; using SachielExample.Models; namespace SachielExample { internal class ConsumerExample : Consumer { //Can ...
28.897436
119
0.558563
d2710837536fc71d0d14948d181733b10b7aa74d
245
cs
C#
src/OrchardCore/OrchardCore.AuditTrail.Abstractions/Services/IAuditTrailAdminListFilterProvider.cs
dev-hyang/OrchardCore
9f963e0ebccb562aa6545497eb84100844cc24d5
[ "BSD-3-Clause" ]
5,234
2017-09-13T09:49:43.000Z
2022-03-31T13:40:03.000Z
src/OrchardCore/OrchardCore.AuditTrail.Abstractions/Services/IAuditTrailAdminListFilterProvider.cs
dev-hyang/OrchardCore
9f963e0ebccb562aa6545497eb84100844cc24d5
[ "BSD-3-Clause" ]
7,672
2017-09-12T21:53:39.000Z
2022-03-31T19:48:26.000Z
src/OrchardCore/OrchardCore.AuditTrail.Abstractions/Services/IAuditTrailAdminListFilterProvider.cs
subratb/OrchardCore
34aa62b50bd227a3e6e727173b96f1d4f326398a
[ "BSD-3-Clause" ]
2,266
2017-09-14T03:14:00.000Z
2022-03-31T05:45:39.000Z
using OrchardCore.AuditTrail.Models; using YesSql.Filters.Query; namespace OrchardCore.AuditTrail.Services { public interface IAuditTrailAdminListFilterProvider { void Build(QueryEngineBuilder<AuditTrailEvent> builder); } }
22.272727
64
0.779592
ce4011cc7b36c234b92782d37e4b7c96e7b42b07
23,065
cs
C#
VideoScriptEditor/VideoScriptEditor/ViewModels/Timeline/TimelineSegmentProvidingViewModelBase.cs
danjoconnell/VideoScriptEditor
1d836e0cbe6e5afc56bdeb17ff834da308d752b0
[ "MIT" ]
null
null
null
VideoScriptEditor/VideoScriptEditor/ViewModels/Timeline/TimelineSegmentProvidingViewModelBase.cs
danjoconnell/VideoScriptEditor
1d836e0cbe6e5afc56bdeb17ff834da308d752b0
[ "MIT" ]
null
null
null
VideoScriptEditor/VideoScriptEditor/ViewModels/Timeline/TimelineSegmentProvidingViewModelBase.cs
danjoconnell/VideoScriptEditor
1d836e0cbe6e5afc56bdeb17ff834da308d752b0
[ "MIT" ]
1
2021-02-04T16:43:57.000Z
2021-02-04T16:43:57.000Z
using MonitoredUndo; using Prism.Commands; using Prism.Mvvm; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Linq; using VideoScriptEditor.Collections; using VideoScriptEditor.Commands; using VideoScriptEditor.Models; using VideoScriptEdit...
46.97556
197
0.620421
1c103815706010f7152eb18adc2bf8d9710da405
616
cs
C#
Hippo/Repositories/IApplicationRepository.cs
nitishm/hippo
c25ef5e04aa9d626b6a7fdb2f4a4347523616891
[ "Apache-2.0" ]
1
2021-11-24T18:11:38.000Z
2021-11-24T18:11:38.000Z
Hippo/Repositories/IApplicationRepository.cs
nitishm/hippo
c25ef5e04aa9d626b6a7fdb2f4a4347523616891
[ "Apache-2.0" ]
28
2021-09-27T08:07:56.000Z
2022-03-14T08:12:16.000Z
Hippo/Repositories/IApplicationRepository.cs
simongdavies/hippo
33d5cd4d9dbca0f50fe6c3ec32b8b55f3adc69c6
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Threading.Tasks; using Hippo.Models; namespace Hippo.Repositories { public interface IApplicationRepository { IEnumerable<Application> ListApplications(); IEnumerable<Application> ListApplicationsForAllUsers(); IEnumerable<App...
30.8
79
0.74026
f3b639d4837e825c8fe807b0e93e104236914c23
4,902
cs
C#
ZptSharp.Abstractions/Rendering/NodeSourceInfo.cs
csf-dev/ZPT-Sharp
1b287a7f12100af8ac9f468d3c7c62f4f8d2ab0f
[ "MIT" ]
1
2017-01-08T18:09:59.000Z
2017-01-08T18:09:59.000Z
ZptSharp.Abstractions/Rendering/NodeSourceInfo.cs
csf-dev/ZPT-Sharp
1b287a7f12100af8ac9f468d3c7c62f4f8d2ab0f
[ "MIT" ]
306
2016-04-18T22:36:29.000Z
2021-03-06T19:23:02.000Z
ZptSharp.Abstractions/Rendering/NodeSourceInfo.cs
csf-dev/ZPT-Sharp
1b287a7f12100af8ac9f468d3c7c62f4f8d2ab0f
[ "MIT" ]
2
2021-04-26T09:45:18.000Z
2021-09-01T01:09:20.000Z
using System; namespace ZptSharp.Rendering { /// <summary> /// An object which encapsulates information about the source of a single DOM node. /// </summary> public sealed class NodeSourceInfo : IEquatable<NodeSourceInfo> { /// <summary> /// Gets source information about the documen...
50.020408
149
0.620767
773f3a11f2621820f91505973d592f9a44bc5d55
3,181
cs
C#
MeepLib/Outputs/Respond.cs
cwenham/Meep
7dd1d1fbcc9a2620b9a62986dab2a6d6d76369a3
[ "MIT" ]
null
null
null
MeepLib/Outputs/Respond.cs
cwenham/Meep
7dd1d1fbcc9a2620b9a62986dab2a6d6d76369a3
[ "MIT" ]
null
null
null
MeepLib/Outputs/Respond.cs
cwenham/Meep
7dd1d1fbcc9a2620b9a62986dab2a6d6d76369a3
[ "MIT" ]
2
2018-08-29T20:57:36.000Z
2021-08-19T09:48:20.000Z
using System; using System.Net; using System.Threading; using System.Threading.Tasks; using System.Text; using SmartFormat; using NLog; using MeepLib.Messages; namespace MeepLib.Outputs { /// <summary> /// Send a response to an HttpListenContext /// </summary> /// <remarks>This completes the cycle o...
32.131313
97
0.543854
aa84eac30bbd96e95491c449793d69d1f9af3309
4,784
cs
C#
SweatyBot/SweatyBot/Modules/HelpModule.cs
mcpro777/SweatyBot
640d2cfefe0c4bb4a922df59c75064fa898ffe91
[ "MIT" ]
null
null
null
SweatyBot/SweatyBot/Modules/HelpModule.cs
mcpro777/SweatyBot
640d2cfefe0c4bb4a922df59c75064fa898ffe91
[ "MIT" ]
null
null
null
SweatyBot/SweatyBot/Modules/HelpModule.cs
mcpro777/SweatyBot
640d2cfefe0c4bb4a922df59c75064fa898ffe91
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; using Discord; using Discord.Commands; using System.Linq; using System.Threading.Tasks; namespace SweatyBot.Modules { /** * HelpModule * Class that handles the help functionality of the program. * This searches for all modules and p...
39.53719
137
0.559574
c47fcc4ff7dd4d20f004fe1b14c59cc915e202e9
3,253
cs
C#
src/FluentSQL/Compilation/Parser/Nodes/AstNode.cs
fluent-sql/fluent-sql
0af53b0d57b50efa58e7cbdb88a2ba2f2430ffc6
[ "MIT" ]
null
null
null
src/FluentSQL/Compilation/Parser/Nodes/AstNode.cs
fluent-sql/fluent-sql
0af53b0d57b50efa58e7cbdb88a2ba2f2430ffc6
[ "MIT" ]
null
null
null
src/FluentSQL/Compilation/Parser/Nodes/AstNode.cs
fluent-sql/fluent-sql
0af53b0d57b50efa58e7cbdb88a2ba2f2430ffc6
[ "MIT" ]
null
null
null
using System.Collections.Generic; namespace FluentSQL.Compilation.Parser.Nodes { public class AstNode { protected AstNode(AstNode parent) { ChildNodes = new List<AstNode>(); Parent = parent; } public AstNode Parent { get; } public IList<AstNode>...
22.590278
70
0.487857
c48d097657670927cd021b1e225884bb6c614ee9
1,845
cs
C#
Issues Honeys/App.xaml.cs
Serchland/Issues-Honeys
ae149d0307a54592f2345229eb499fe49645cb29
[ "MIT" ]
null
null
null
Issues Honeys/App.xaml.cs
Serchland/Issues-Honeys
ae149d0307a54592f2345229eb499fe49645cb29
[ "MIT" ]
null
null
null
Issues Honeys/App.xaml.cs
Serchland/Issues-Honeys
ae149d0307a54592f2345229eb499fe49645cb29
[ "MIT" ]
null
null
null
using Issues; using Issues_Honeys.Core.Prism; using Issues_Honeys.Views; using IssuesHoneys.Core.Types.Interfaces; using IssuesHoneys.Modules.Projects; using Prism.Ioc; using Prism.Modularity; using Prism.Regions; using System.Windows; using System.Windows.Controls; namespace Issues_Honeys { /// <summary> ///...
31.810345
126
0.687263
25c64a4f990e5278ddedc6f7c3f19ac1a573104c
990
cs
C#
src/Core.UnitTests/DateTimeExtensionsTest.cs
CoryCharlton/CCSWE.Core
2cea0791bfba39d832e000d5bdddc3939e85e3ed
[ "Apache-2.0" ]
16
2016-12-14T05:04:33.000Z
2021-11-23T12:20:01.000Z
src/Core.UnitTests/DateTimeExtensionsTest.cs
CoryCharlton/CCSWE-Libraries
2cea0791bfba39d832e000d5bdddc3939e85e3ed
[ "Apache-2.0" ]
3
2016-05-08T11:58:28.000Z
2016-10-06T17:25:08.000Z
src/Core.UnitTests/DateTimeExtensionsTest.cs
CoryCharlton/CCSWE.Core
2cea0791bfba39d832e000d5bdddc3939e85e3ed
[ "Apache-2.0" ]
7
2017-08-17T21:01:07.000Z
2021-03-26T17:15:20.000Z
using System; using System.Diagnostics.CodeAnalysis; using NUnit.Framework; // ReSharper disable InconsistentNaming namespace CCSWE.Core.UnitTests { [ExcludeFromCodeCoverage] [TestFixture] public class DateTimeExtensionsTest { private static DateTime _sourceDate = new DateTime(2016, 11, 1, 11,...
28.285714
127
0.60404
d6506bb72a707dd8a867db3bee5389b9d0a746b9
126
cs
C#
Core/Enums/TagHelperStatusEnum.cs
jahazielhigareda/TacovelaMVC
68711954bbf814d6faada5990df6bdc07b8bb19c
[ "Apache-2.0" ]
null
null
null
Core/Enums/TagHelperStatusEnum.cs
jahazielhigareda/TacovelaMVC
68711954bbf814d6faada5990df6bdc07b8bb19c
[ "Apache-2.0" ]
null
null
null
Core/Enums/TagHelperStatusEnum.cs
jahazielhigareda/TacovelaMVC
68711954bbf814d6faada5990df6bdc07b8bb19c
[ "Apache-2.0" ]
null
null
null
namespace Tacovela.MVC.Core.Enums { public enum TagHelperStatusEnum { Error = 1, Success = 2 } }
14
35
0.571429
6ba95224d45803866437b98aad4bd02a263685d5
135
cs
C#
Src/Planner.Models/Appointments/SyncStructure/IAppointmentSyncMonitor.cs
DrJohnMelville/Planner
9784b5ad53836b9e73383d9b0c7986b5a5a2cf0c
[ "Unlicense" ]
1
2021-07-13T16:36:14.000Z
2021-07-13T16:36:14.000Z
Src/Planner.Models/Appointments/SyncStructure/IAppointmentSyncMonitor.cs
DrJohnMelville/Planner
9784b5ad53836b9e73383d9b0c7986b5a5a2cf0c
[ "Unlicense" ]
null
null
null
Src/Planner.Models/Appointments/SyncStructure/IAppointmentSyncMonitor.cs
DrJohnMelville/Planner
9784b5ad53836b9e73383d9b0c7986b5a5a2cf0c
[ "Unlicense" ]
null
null
null
namespace Planner.Models.Appointments.SyncStructure { public interface IAppointmentSyncMonitor { void Start(); } }
19.285714
52
0.696296
dc99de82dbc3e8a28394be35fddbde6a78b37f24
6,085
cs
C#
Library/Containers/Public/EnumDictionary.cs
jdruin/F5Eagle
cd2de1ade468847567814becd68c0fdcf2063d72
[ "TCL" ]
null
null
null
Library/Containers/Public/EnumDictionary.cs
jdruin/F5Eagle
cd2de1ade468847567814becd68c0fdcf2063d72
[ "TCL" ]
null
null
null
Library/Containers/Public/EnumDictionary.cs
jdruin/F5Eagle
cd2de1ade468847567814becd68c0fdcf2063d72
[ "TCL" ]
null
null
null
/* * EnumDictionary.cs -- * * Copyright (c) 2007-2012 by Joe Mistachkin. All rights reserved. * * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id: $ */ using System; using System.Collections; using System.Colle...
26.456522
95
0.413969
73c183665e5ac8986b471dbd47c9ea5ef3b9fe2c
1,242
cs
C#
ToMigrate/Raven.Tests.Common/Util/IISExpressDriver.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2017-03-02T13:05:14.000Z
2017-03-02T13:05:14.000Z
ToMigrate/Raven.Tests.Common/Util/IISExpressDriver.cs
ryanheath/ravendb
f32ee65b73912aa1532929164d004e027d266270
[ "Linux-OpenIB" ]
1
2019-03-12T12:10:52.000Z
2019-03-12T12:10:52.000Z
ToMigrate/Raven.Tests.Common/Util/IISExpressDriver.cs
aviv86/ravendb
3ee33d576fecd2c47dc7a9f5b671a46731fed659
[ "Linux-OpenIB" ]
null
null
null
using System; using System.Diagnostics; using System.IO; namespace Raven.Tests.Common.Util { public class IISExpressDriver : ProcessDriver { public string Url { get; private set; } public void Start(string physicalPath, int port) { var sitePhysicalD...
27
126
0.512882
73e1c2a63f078608c42b6dbf852ef6be1c3320a6
645
cs
C#
ModComponent/API/Behaviours/ModAccelerantBehaviour.cs
johnjollystupid/ModComponent
be7646a8639694587fdb2a206157bc58c2282377
[ "MIT" ]
null
null
null
ModComponent/API/Behaviours/ModAccelerantBehaviour.cs
johnjollystupid/ModComponent
be7646a8639694587fdb2a206157bc58c2282377
[ "MIT" ]
null
null
null
ModComponent/API/Behaviours/ModAccelerantBehaviour.cs
johnjollystupid/ModComponent
be7646a8639694587fdb2a206157bc58c2282377
[ "MIT" ]
null
null
null
using MelonLoader.TinyJSON; using UnhollowerBaseLib.Attributes; namespace ModComponent.API.Behaviours { [MelonLoader.RegisterTypeInIl2Cpp] public class ModAccelerantBehaviour : ModFireMakingBaseBehaviour { /// <summary> /// Is the item destroyed immediately after use? /// </summary> public bool DestroyedOn...
28.043478
107
0.770543
0bda1526b9990d991861fb9e1d956fcb71f5d8ce
71
cshtml
C#
WebDemo/Views/_ViewImports.cshtml
zm55/Pinyin4NET
3616d321a3b6c44f26025d0e184e39c9636cbfb1
[ "MIT" ]
null
null
null
WebDemo/Views/_ViewImports.cshtml
zm55/Pinyin4NET
3616d321a3b6c44f26025d0e184e39c9636cbfb1
[ "MIT" ]
null
null
null
WebDemo/Views/_ViewImports.cshtml
zm55/Pinyin4NET
3616d321a3b6c44f26025d0e184e39c9636cbfb1
[ "MIT" ]
null
null
null
@using WebDemo @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
23.666667
53
0.788732
0bf77954ad7c9ccaa501366fd483c37ca4f04e04
2,000
cs
C#
Assets/Engine/Tile/Editor/TileObjectEditor.cs
mjboth/SS3D
bf02ac742413db2f143270b0c012ce9c6e890ae0
[ "MIT" ]
1
2021-07-17T19:56:32.000Z
2021-07-17T19:56:32.000Z
Assets/Engine/Tile/Editor/TileObjectEditor.cs
mjboth/SS3D
bf02ac742413db2f143270b0c012ce9c6e890ae0
[ "MIT" ]
null
null
null
Assets/Engine/Tile/Editor/TileObjectEditor.cs
mjboth/SS3D
bf02ac742413db2f143270b0c012ce9c6e890ae0
[ "MIT" ]
null
null
null
using System; using System.Linq; using System.Collections.Generic; using UnityEngine; using UnityEditor; using SS3D.Engine.Tiles.State; namespace SS3D.Engine.Tiles.Editor { [CustomEditor(typeof(TileObject))] public class TileObjectEditor : UnityEditor.Editor { public override void OnInspectorGUI()...
42.553191
184
0.648
f57746bf7e1119cfab406733cc261d3e12e177b2
160
cs
C#
src/Application/ActionHandlers/Cars/IGetCarAh.cs
a-postx/YA.ServiceTemplate
0efcb52f5b9b17d7006ca51366c7aedfda479789
[ "MIT" ]
4
2020-02-20T08:36:00.000Z
2021-02-07T06:43:29.000Z
src/Application/ActionHandlers/Cars/IGetCarAh.cs
a-postx/YA.ServiceTemplate
0efcb52f5b9b17d7006ca51366c7aedfda479789
[ "MIT" ]
null
null
null
src/Application/ActionHandlers/Cars/IGetCarAh.cs
a-postx/YA.ServiceTemplate
0efcb52f5b9b17d7006ca51366c7aedfda479789
[ "MIT" ]
4
2020-02-24T13:31:45.000Z
2021-11-27T07:25:01.000Z
using Delobytes.AspNetCore; namespace YA.ServiceTemplate.Application.ActionHandlers.Cars { public interface IGetCarAh : IAsyncCommand<int> { } }
16
60
0.74375
eb2cecb9c97d5bb8830ecfdeda3a3dcb4c4d0a92
15,915
cs
C#
Tynamix.ObjectFiller/Plugins/String/Lipsum.cs
gitter-badger/ObjectFiller.NET
577e20cee58c595f0e65df258bbacb83fdbc9377
[ "MIT" ]
null
null
null
Tynamix.ObjectFiller/Plugins/String/Lipsum.cs
gitter-badger/ObjectFiller.NET
577e20cee58c595f0e65df258bbacb83fdbc9377
[ "MIT" ]
null
null
null
Tynamix.ObjectFiller/Plugins/String/Lipsum.cs
gitter-badger/ObjectFiller.NET
577e20cee58c595f0e65df258bbacb83fdbc9377
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Text; namespace Tynamix.ObjectFiller { using System.Runtime.CompilerServices; /// <summary> /// The lipsum flavor. /// </summary> public enum LipsumFlavor { /// <summary> /// Standard Lorem Ipsum words. /// <...
46.399417
174
0.514672
eb7b44d7aefee1525703bff4bd2861f640ddf674
1,622
cshtml
C#
VSCode Projects/PASTR_Intranet_R7/PASTR_Intranet/obj/Release/Package/PackageTmp/Areas/Human/Views/Department/Index.cshtml
berkdgs/MyProjects
24aced2607af953fc7485c07bf54d9b8cb3d9dbb
[ "MIT" ]
1
2021-02-22T13:02:38.000Z
2021-02-22T13:02:38.000Z
VSCode Projects/PASTR_Intranet_R7/PASTR_Intranet/obj/Release/Package/PackageTmp/Areas/Human/Views/Department/Index.cshtml
berkdgs/MyProjects
24aced2607af953fc7485c07bf54d9b8cb3d9dbb
[ "MIT" ]
null
null
null
VSCode Projects/PASTR_Intranet_R7/PASTR_Intranet/obj/Release/Package/PackageTmp/Areas/Human/Views/Department/Index.cshtml
berkdgs/MyProjects
24aced2607af953fc7485c07bf54d9b8cb3d9dbb
[ "MIT" ]
null
null
null
@model List<Department> @{ ViewBag.Title = "Departmanlar"; } <table class="table table-striped"> <caption> <div class="row"> <div class="col-md-10 col-lg-10 col-sm-10 col-xs-10"> <H2>Departmanlar</H2> </div> <div class="col-md-2 col-lg-2 col-sm-2 col-xs-2" style="padding:20px;"> <form action="...
25.746032
109
0.600493
686174dbc3082b5cfba50582b63ba19b16f1816a
3,009
cs
C#
CalCli/UI/GoogleOAuthForm.Designer.cs
BrantOlsen/CalDav
7cabd0bde2906261b6b53e392794dea7876b37b1
[ "MIT" ]
12
2016-08-11T07:27:27.000Z
2022-02-08T03:12:00.000Z
CalCli/UI/GoogleOAuthForm.Designer.cs
BrantOlsen/CalDav
7cabd0bde2906261b6b53e392794dea7876b37b1
[ "MIT" ]
2
2020-11-21T17:39:29.000Z
2021-10-18T07:13:50.000Z
CalCli/UI/GoogleOAuthForm.Designer.cs
BrantOlsen/CalDav
7cabd0bde2906261b6b53e392794dea7876b37b1
[ "MIT" ]
10
2016-08-15T15:32:30.000Z
2022-02-27T15:55:34.000Z
namespace CalCli.UI { partial class GoogleOAuthForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ///...
40.662162
157
0.600864
28abf5706aac9425486184bce1c715938e0a1fab
1,049
cs
C#
InteractiveCommandLine/Attributes/DateTimeAttribute.cs
alex-held/InteractiveCommandLine
a3881c20462b32dde59ae483ff48e2f41d7fce91
[ "MIT" ]
6
2019-11-26T22:51:40.000Z
2022-01-08T10:06:01.000Z
InteractiveCommandLine/Attributes/DateTimeAttribute.cs
openbullet/InteractiveCommandLine
a3881c20462b32dde59ae483ff48e2f41d7fce91
[ "MIT" ]
1
2021-08-29T22:36:23.000Z
2021-08-29T22:36:23.000Z
InteractiveCommandLine/Attributes/DateTimeAttribute.cs
alex-held/InteractiveCommandLine
a3881c20462b32dde59ae483ff48e2f41d7fce91
[ "MIT" ]
2
2019-08-23T15:40:47.000Z
2020-01-07T16:55:22.000Z
using System; namespace InteractiveCommandLine.Attributes { /// <summary> /// Attribute used to decorate a DateTime parameter. /// </summary> [AttributeUsage(AttributeTargets.Parameter)] public class DateTimeAttribute : Attribute { /// <summary> /// The minimum accepted value. ...
28.351351
83
0.557674
e928db9fefdcaa662e7af1791f0771d2f795f8f6
4,338
cs
C#
test/Braintree.Tests.Integration/BraintreeGraphQLServiceIntegrationTest.cs
edtyl3r/braintree_dotnet
b07286a7144b1eddde55d1eecc4adb3f9c15d636
[ "MIT" ]
109
2015-01-14T16:45:32.000Z
2022-03-05T15:56:29.000Z
test/Braintree.Tests.Integration/BraintreeGraphQLServiceIntegrationTest.cs
edtyl3r/braintree_dotnet
b07286a7144b1eddde55d1eecc4adb3f9c15d636
[ "MIT" ]
113
2015-02-04T17:06:30.000Z
2022-03-29T17:20:41.000Z
test/Braintree.Tests.Integration/BraintreeGraphQLServiceIntegrationTest.cs
edtyl3r/braintree_dotnet
b07286a7144b1eddde55d1eecc4adb3f9c15d636
[ "MIT" ]
85
2015-02-08T21:35:00.000Z
2022-02-15T23:31:33.000Z
using Braintree.Exceptions; using Braintree.TestUtil; using NUnit.Framework; using System; using System.Threading.Tasks; using System.Collections; using System.Collections.Generic; namespace Braintree.Tests.Integration { public class GraphQLPingResponse { public string ping { get; } } [TestFix...
33.627907
109
0.602582
9a3e68b17b4ab0ad92bfe494ba59174ad3daa620
738
cs
C#
CSharp/Exercicios/0060/v1/Program.cs
jonataspiazzi/Aula
ea0a6461bb38c3f474e63a78b70915c21b79f5d0
[ "MIT" ]
null
null
null
CSharp/Exercicios/0060/v1/Program.cs
jonataspiazzi/Aula
ea0a6461bb38c3f474e63a78b70915c21b79f5d0
[ "MIT" ]
null
null
null
CSharp/Exercicios/0060/v1/Program.cs
jonataspiazzi/Aula
ea0a6461bb38c3f474e63a78b70915c21b79f5d0
[ "MIT" ]
2
2020-11-13T21:48:18.000Z
2020-11-19T22:30:33.000Z
using System; namespace Exercise60 { class Program { static void Main(string[] args) { int[] elementos = new int[10]; int i; //for (i = 0; i < 10; i++) //{ // elementos[i] = int.Parse(Console.ReadLine()); //} ...
21.085714
79
0.346883
26f69e5c09e930b9223a7c96032786d79b782ee2
1,035
cs
C#
src/Twilio.Api/Model/MessageListRequest.cs
clarartp/twilio-csharp
4b0ffc066db8ba55327e0b619d7624663f6d04ac
[ "Apache-2.0" ]
null
null
null
src/Twilio.Api/Model/MessageListRequest.cs
clarartp/twilio-csharp
4b0ffc066db8ba55327e0b619d7624663f6d04ac
[ "Apache-2.0" ]
null
null
null
src/Twilio.Api/Model/MessageListRequest.cs
clarartp/twilio-csharp
4b0ffc066db8ba55327e0b619d7624663f6d04ac
[ "Apache-2.0" ]
1
2020-07-06T23:00:26.000Z
2020-07-06T23:00:26.000Z
using System; namespace Twilio { /// <summary> /// Search filter options for a list of Messages /// </summary> public class MessageListRequest { /// <summary> /// Only show messages from this phone number. /// </summary> public string From { get; set; } ///...
27.236842
62
0.527536
ef1af403309c482f5e7d32ae4ce2e7c7360a5c89
1,572
cs
C#
test/UserManagerTest/UserReaderServiceTest.cs
kleevs/user-manager-api
02ce561b5aaade624ae2fa3e441bcc55818388d3
[ "MIT" ]
null
null
null
test/UserManagerTest/UserReaderServiceTest.cs
kleevs/user-manager-api
02ce561b5aaade624ae2fa3e441bcc55818388d3
[ "MIT" ]
null
null
null
test/UserManagerTest/UserReaderServiceTest.cs
kleevs/user-manager-api
02ce561b5aaade624ae2fa3e441bcc55818388d3
[ "MIT" ]
null
null
null
using Moq; using System.Collections.Generic; using System.Linq; using UserManager; using UserManager.Model; using UserManager.Spi; using Xunit; namespace UserManagerTest { public class UserReaderServiceTest { public class TestContext { public TestContext() { ...
28.581818
82
0.520992
effee5221105e1deb0609eb81f87b431bd6e4236
16,990
cs
C#
src/NQuery/Symbols/BuiltInFunctions.cs
dallmair/nquery-vnext
cd32119a719391ecc58bdfdd65bafe08f4cad435
[ "MIT" ]
63
2015-01-20T19:31:34.000Z
2022-03-15T19:15:36.000Z
src/NQuery/Symbols/BuiltInFunctions.cs
dallmair/nquery-vnext
cd32119a719391ecc58bdfdd65bafe08f4cad435
[ "MIT" ]
24
2017-09-21T00:25:10.000Z
2022-03-29T17:32:19.000Z
src/NQuery/Symbols/BuiltInFunctions.cs
dallmair/nquery-vnext
cd32119a719391ecc58bdfdd65bafe08f4cad435
[ "MIT" ]
16
2015-02-20T10:35:16.000Z
2021-02-10T05:51:24.000Z
using System; using System.Collections.Generic; using System.Globalization; using System.Text; using System.Text.RegularExpressions; using NQuery.Binding; namespace NQuery.Symbols { internal static class BuiltInFunctions { public static IEnumerable<FunctionSymbol> GetFunctions() { ...
35.693277
143
0.540906
f98283950482ea310d0576327e4294b21a2aa74d
1,031
cshtml
C#
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Delete.cshtml
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
4
2021-02-26T15:35:48.000Z
2022-03-19T21:08:33.000Z
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Delete.cshtml
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
null
null
null
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Delete.cshtml
EvaSRGitHub/NopCommerce-HomePageNewProductsPlugin
7d4ad8d74ad9b84efd549464efecaaf217ac8a07
[ "MIT" ]
1
2021-04-06T06:17:52.000Z
2021-04-06T06:17:52.000Z
@model DeleteConfirmationModel <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="@(Model.WindowId...
42.958333
136
0.530553
4ade2e20aad95f5bdbf6f01ee0c0ec307e7ffef5
6,859
cs
C#
solutions/NMF/61850/LNNodes/LNGroupR/IRBRF.cs
georghinkel/ttc2017smartGrids
2997f1c202f5af628e50f5645c900f4d35f44bb7
[ "MIT" ]
5
2017-04-25T13:06:44.000Z
2021-03-24T02:58:50.000Z
solutions/NMF/61850/LNNodes/LNGroupR/IRBRF.cs
georghinkel/ttc2017smartGrids
2997f1c202f5af628e50f5645c900f4d35f44bb7
[ "MIT" ]
7
2017-04-25T13:13:30.000Z
2017-09-02T11:46:25.000Z
generator/61850/LNNodes/LNGroupR/IRBRF.cs
georghinkel/ttc2017smartGrids
2997f1c202f5af628e50f5645c900f4d35f44bb7
[ "MIT" ]
3
2017-04-25T13:08:02.000Z
2021-04-12T07:21:39.000Z
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.42000 // // Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn // der Code erneut generi...
29.063559
96
0.549789
708eacc9732cff6f99480ccab4bfd359acf0afa5
251
cshtml
C#
Web/Views/Show/NotAuthorize.cshtml
ToastedGuy2/Real-State
99a5f9e64f35a80548e273dc4b56bdf3e387810d
[ "MIT" ]
null
null
null
Web/Views/Show/NotAuthorize.cshtml
ToastedGuy2/Real-State
99a5f9e64f35a80548e273dc4b56bdf3e387810d
[ "MIT" ]
null
null
null
Web/Views/Show/NotAuthorize.cshtml
ToastedGuy2/Real-State
99a5f9e64f35a80548e273dc4b56bdf3e387810d
[ "MIT" ]
null
null
null
@{ ViewData["Title"] = "NotAuthorize"; Layout = "_ShowLayout"; } <div> <h1 class="text-danger"><i class="fas fa-ban fa-5x"></i></h1> <h1 class="display-1">Unathorized Accesss</h1> <p>You don't have access to this content</p> </div>
27.888889
65
0.609562
7096918a4251b5fa9db14ae19133cc53e1420c7d
1,122
cs
C#
src/Captura/ImageEditor/Strokes/RectangleStroke.cs
TopDeveloper-333/CaptureWindowScreen
3a07adfda950f0d5340048a267cc0b106df6d289
[ "MIT" ]
12
2019-03-10T19:38:34.000Z
2022-03-29T02:28:46.000Z
src/Captura/ImageEditor/Strokes/RectangleStroke.cs
TopDeveloper-333/CaptureWindowScreen
3a07adfda950f0d5340048a267cc0b106df6d289
[ "MIT" ]
null
null
null
src/Captura/ImageEditor/Strokes/RectangleStroke.cs
TopDeveloper-333/CaptureWindowScreen
3a07adfda950f0d5340048a267cc0b106df6d289
[ "MIT" ]
4
2019-08-09T05:53:56.000Z
2022-03-16T08:51:17.000Z
using System.Linq; using System.Windows; using System.Windows.Ink; using System.Windows.Input; namespace Captura.ImageEditor { public class RectangleStroke : Stroke { static StylusPointCollection Points(StylusPointCollection StylusPointCollection) { var start = StylusPointCollectio...
30.324324
103
0.620321
2f19400dbff6abc4d60328f907c76bbf021868c8
334
cs
C#
Projects/staynchill/DataAccess/Mapper/Entities/UserReservation/UserReservationMapper.cs
Cenfotec/SoftwareEngineering-Project-2
7076495d976cf9aa1da309d27ad15571efc5c451
[ "MIT" ]
1
2019-09-29T23:27:40.000Z
2019-09-29T23:27:40.000Z
Projects/staynchill/DataAccess/Mapper/Entities/UserReservation/UserReservationMapper.cs
Cenfotec/SoftwareEngineering-Project-2
7076495d976cf9aa1da309d27ad15571efc5c451
[ "MIT" ]
null
null
null
Projects/staynchill/DataAccess/Mapper/Entities/UserReservation/UserReservationMapper.cs
Cenfotec/SoftwareEngineering-Project-2
7076495d976cf9aa1da309d27ad15571efc5c451
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DataAccess.Mapper.Entities.UserReservation { public class UserReservationMapper : EntityMapperGeneric { public UserReservationMapper() : base(dB_PR_BASE_NAME: "USERRESERVATION"...
23.857143
85
0.763473
20369da87cef4a4e0a1e744d6300cbcc7b2aeb01
539
cs
C#
Source/Web/ForumSystem.Web/Logic/GetUserWithTheBestResult.cs
IskraNikolova/ForumSystem
eef0da694a25ec5c66be0087d19d8ff92f756a80
[ "MIT" ]
null
null
null
Source/Web/ForumSystem.Web/Logic/GetUserWithTheBestResult.cs
IskraNikolova/ForumSystem
eef0da694a25ec5c66be0087d19d8ff92f756a80
[ "MIT" ]
null
null
null
Source/Web/ForumSystem.Web/Logic/GetUserWithTheBestResult.cs
IskraNikolova/ForumSystem
eef0da694a25ec5c66be0087d19d8ff92f756a80
[ "MIT" ]
null
null
null
namespace ForumSystem.Web.Logic { using System.Collections.Generic; using System.Linq; using ForumSystem.Models; public static class GetUserWithTheBestResult { private const int DefaultLengthForRating = 7; public static IList<ApplicationUser> RatingByPoints(IList<ApplicationUser> a...
26.95
91
0.6141
4cbd768436fe99de9c4d10509e0da07334323783
771
cs
C#
ConsoleApp1/ConsoleApp11/Program.cs
dklaic3006/AlgebraCSharp2019-1
136bb960d45c0cacd6af55a27957e39b0842d893
[ "MIT" ]
null
null
null
ConsoleApp1/ConsoleApp11/Program.cs
dklaic3006/AlgebraCSharp2019-1
136bb960d45c0cacd6af55a27957e39b0842d893
[ "MIT" ]
null
null
null
ConsoleApp1/ConsoleApp11/Program.cs
dklaic3006/AlgebraCSharp2019-1
136bb960d45c0cacd6af55a27957e39b0842d893
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace zadatak_5._2._5_u_intervalu { class Program { static void Main(string[] args) { //int broj = 0; Console.Write("Unesite jedan broj: "); ...
23.363636
80
0.522698
99a9c7ee2603d0c23d26e102b221a6f2f4bc489f
1,439
cs
C#
Tests/CallQueuedEventEqualityComparer.cs
KaiBroeker/talk-sdk-dotnet
3a648ea91a2a464bbc80104dc25e5a9da404d3f1
[ "MIT" ]
2
2019-09-30T12:11:48.000Z
2020-12-14T16:56:58.000Z
Tests/CallQueuedEventEqualityComparer.cs
KaiBroeker/talk-sdk-dotnet
3a648ea91a2a464bbc80104dc25e5a9da404d3f1
[ "MIT" ]
1
2019-10-02T06:49:27.000Z
2019-10-02T06:49:27.000Z
Tests/CallQueuedEventEqualityComparer.cs
KaiBroeker/talk-sdk-dotnet
3a648ea91a2a464bbc80104dc25e5a9da404d3f1
[ "MIT" ]
3
2019-08-19T09:25:28.000Z
2020-12-14T15:58:39.000Z
using CM.Voice.VoiceApi.Sdk.Models.Events.Apps; using System.Collections.Generic; namespace Tests { public sealed class CallQueuedEventEqualityComparer : IEqualityComparer<CallQueuedEvent> { public bool Equals(CallQueuedEvent x, CallQueuedEvent y) { if (ReferenceEquals(x, y)) retur...
46.419355
231
0.589298
71c4e4f38851ec966c3579f2ea8a8e3fff660ed8
167
cs
C#
LinqUsageAnalyzer/Interfaces/IFileAnalyzer.cs
oz-code/LinqUsageAnalyzer
097a7ca26908bc1a3e55331be3b6687bfcb1d07a
[ "MIT" ]
2
2017-01-13T11:27:48.000Z
2020-03-25T08:13:05.000Z
LinqUsageAnalyzer/Interfaces/IFileAnalyzer.cs
oz-code/LinqUsageAnalyzer
097a7ca26908bc1a3e55331be3b6687bfcb1d07a
[ "MIT" ]
null
null
null
LinqUsageAnalyzer/Interfaces/IFileAnalyzer.cs
oz-code/LinqUsageAnalyzer
097a7ca26908bc1a3e55331be3b6687bfcb1d07a
[ "MIT" ]
null
null
null
namespace LinqUsageAnalyzer.Interfaces { public interface IFileAnalyzer { bool HasRelevantLinqQueries(); RepositoryCounters Analyze(); } }
20.875
39
0.688623
d127e6e856098b0a6b4abf172a3051952ae388a4
2,111
cs
C#
src/Solitons.Core/Data/Common/TransactionScriptProvider.cs
AlexeyEvlampiev/Solitons.Core
22652ad801ca62e6668e4588f66ce49fa2669f27
[ "MIT" ]
null
null
null
src/Solitons.Core/Data/Common/TransactionScriptProvider.cs
AlexeyEvlampiev/Solitons.Core
22652ad801ca62e6668e4588f66ce49fa2669f27
[ "MIT" ]
null
null
null
src/Solitons.Core/Data/Common/TransactionScriptProvider.cs
AlexeyEvlampiev/Solitons.Core
22652ad801ca62e6668e4588f66ce49fa2669f27
[ "MIT" ]
null
null
null
using System; using System.Data; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; namespace Solitons.Data.Common { /// <summary> /// /// </summary> public abstract class TransactionScriptProvider : ITransactionScriptProvider { protected abstract Task<string>...
34.048387
148
0.65514
ca84ab607e2437ab6445d6b0f097d1a44421c9ef
1,207
cs
C#
src/QSP/TOPerfCalculation/Boeing/PerfData/FieldLimitWtTable.cs
JetStream96/QSimPlanner
fcd207a90bd0db9f7bd6e92a44fc2eccce3e680a
[ "MIT" ]
60
2016-07-29T17:22:09.000Z
2022-03-12T08:21:26.000Z
src/QSP/TOPerfCalculation/Boeing/PerfData/FieldLimitWtTable.cs
rklomp/QSimPlanner
0395089da87c38646e7a0f7f37d26b44027b982c
[ "MIT" ]
30
2016-08-07T07:34:25.000Z
2021-09-11T07:03:53.000Z
src/QSP/TOPerfCalculation/Boeing/PerfData/FieldLimitWtTable.cs
rklomp/QSimPlanner
0395089da87c38646e7a0f7f37d26b44027b982c
[ "MIT" ]
23
2017-07-13T23:53:05.000Z
2022-03-03T23:31:44.000Z
using QSP.MathTools.Tables; using System.Linq; using static QSP.LibraryExtension.Arrays; namespace QSP.TOPerfCalculation.Boeing.PerfData { public class FieldLimitWtTable : Table3D { public FieldLimitWtTable(double[] pressAlts, double[] correctedLengths, double[] oats, ...
32.621622
95
0.639602
2a2660550eff28b51ff399e8ef78e5777fc2fbd4
2,215
cs
C#
Assets/Scripts/FreeCameraController.cs
benjohns1/unirx-camera-controller
6a2274bcbcabda33451ac2143d6d82c6fd885b9f
[ "MIT" ]
1
2019-12-15T05:29:28.000Z
2019-12-15T05:29:28.000Z
Assets/Scripts/FreeCameraController.cs
benjohns1/unirx-camera-controller
6a2274bcbcabda33451ac2143d6d82c6fd885b9f
[ "MIT" ]
null
null
null
Assets/Scripts/FreeCameraController.cs
benjohns1/unirx-camera-controller
6a2274bcbcabda33451ac2143d6d82c6fd885b9f
[ "MIT" ]
null
null
null
using UnityEngine; public class FreeCameraController : MonoBehaviour { [Header("Speed Settings")] public float speed = 10f; public float fastSpeed = 80f; public float rollSpeed = 80f; public float fastRollSpeed = 150f; public Vector2 mouseSensitivity = new Vector2(100f, 100f); ...
35.725806
106
0.635666
2a9d38079be0bcf3fee27e572acd8ff3f018c198
2,287
cs
C#
AR Sound Postcard Player/Library/PackageCache/com.unity.xr.arfoundation@4.1.7/Runtime/AR/ARInputManager.cs
laurencecliffe/AAR-Postcard-Player
7b28bc7e8c4b8f57252e4ea4094d3e425196c657
[ "MIT" ]
26
2021-10-30T14:55:43.000Z
2022-03-07T03:38:32.000Z
AR Sound Postcard Player/Library/PackageCache/com.unity.xr.arfoundation@4.1.7/Runtime/AR/ARInputManager.cs
laurencecliffe/AAR-Postcard-Player
7b28bc7e8c4b8f57252e4ea4094d3e425196c657
[ "MIT" ]
94
2021-10-22T02:10:37.000Z
2021-12-06T07:10:03.000Z
AR Sound Postcard Player/Library/PackageCache/com.unity.xr.arfoundation@4.1.7/Runtime/AR/ARInputManager.cs
laurencecliffe/AAR-Postcard-Player
7b28bc7e8c4b8f57252e4ea4094d3e425196c657
[ "MIT" ]
6
2021-11-19T02:24:03.000Z
2022-02-13T10:37:52.000Z
using System.Collections.Generic; using UnityEngine.XR.Management; namespace UnityEngine.XR.ARFoundation { /// <summary> /// Manages the lifetime of the <c>XRInputSubsystem</c>. Add one of these to any <c>GameObject</c> in your scene /// if you want device pose information to be available. Read the input ...
33.632353
119
0.598164