content stringlengths 5 1.04M | avg_line_length float64 1.75 12.9k | max_line_length int64 2 244k | alphanum_fraction float64 0 0.98 | licenses list | repository_name stringlengths 7 92 | path stringlengths 3 249 | size int64 5 1.04M | lang stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
ORG 0009
ADDR: WORD 06B0 ; address of first two characters
ORG 2FF
ZERO: WORD 0000
BUF-A: WORD ?
BUF-C: WORD ?
SAVE_A_C: WORD ?
MOV BUF-A
ROL
MOV BUF-C
ROR
BR SAVE_A_C
LOAD_A_C: WORD ?
CLA
ADD BUF-C
ROR
CLA
CMA
AND BUF-A
BR LOAD_A_C
CONSTF: WORD FF00 ; const for zeroing low 8 bits
CON... | 17.032258 | 58 | 0.666667 | [
"MIT"
] | SunnyCapt/csbasics | lab5/prog.bcomp.asm | 1,056 | Assembly |
<%
from pwnlib.shellcraft.amd64.linux import syscall
%>
<%page args="fd, iovec, count"/>
<%docstring>
Invokes the syscall writev. See 'man 2 writev' for more information.
Arguments:
fd(int): fd
iovec(iovec): iovec
count(int): count
</%docstring>
${syscall('SYS_writev', fd, iovec, count)}
| 19.5625 | 69 | 0.664537 | [
"MIT"
] | FDlucifer/binjitsu | pwnlib/shellcraft/templates/amd64/linux/writev.asm | 313 | Assembly |
;---------------------------------------------------------------;
; ;
; Banchor ;
; Boss Data ;
; ... | 27.869919 | 111 | 0.392503 | [
"MIT"
] | CiaranGruber/Ti-84-Calculator | Games/banchorce/source/bossdat.asm | 6,856 | Assembly |
; ----------------------------------------------------------------
; Z88DK INTERFACE LIBRARY FOR THE BIFROST* ENGINE - RELEASE 1.2/L
;
; See "bifrost_l.h" for further details
; ----------------------------------------------------------------
; void BIFROSTL_drawTileL(unsigned int row, unsigned int col, unsigned int ti... | 27.444444 | 80 | 0.503374 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/arch/zx/bifrost_l/c/sccz80/BIFROSTL_drawTileL_callee.asm | 741 | Assembly |
* Sprite cf10
*
* Mode 4
* +|------------+
* - gg ggg g g -
* |g g gg g g|
* |g g g g g|
* |g gg g g g|
* |g g g g g|
* |g g g g g|
* | gg g ggg g |
* +|------------+
*
section sprite
xdef sp_cf10
xref sp_zero
sp_cf10
dc.w $0100,$0000
dc.w 13,7,0,0
dc.l sc4_cf10-*
dc.l sp_zero-*
dc.l 0
sc4_cf10
... | 13.69697 | 17 | 0.50885 | [
"BSD-2-Clause"
] | olifink/smsqe | iod/con2/sprite/cf10.asm | 452 | Assembly |
; A073363: Nested floor product of n and fractions (k+1)/k for all k>0 (mod 6), divided by 6.
; Submitted by Jamie Morken
; 1,7,28,84,175,421,847,1288,1939,3780,5656,9247,15148,22099,25375,39676,54607,75208,90559,129360,166321,209832,240268,320719,399595,536956,672672,816733,906444,1115275,1321741,1595832,1908088,23239... | 65.625 | 200 | 0.76 | [
"Apache-2.0"
] | ckrause/loda-programs | oeis/073/A073363.asm | 525 | Assembly |
Name: ys_bbbros.asm
Type: file
Size: 99220
Last-Modified: '2016-05-13T04:50:37Z'
SHA-1: AAB4C70A42EE46F8C9D87D0B248ABF6C669B2DFE
Description: null
| 21 | 47 | 0.816327 | [
"MIT"
] | prismotizm/gigaleak | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/sfc/ys_bbbros.asm | 147 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r13
push %r15
push %rax
push %rbp
push %rbx
push %rsi
lea addresses_UC_ht+0x3bd4, %rax
clflush (%rax)
nop
nop
nop
nop
nop
and $50805, %r15
movb (%rax), %r12b
add %r13, %r13
lea addresses_normal_ht+0x164d4, %rbp
nop
nop
nop
xor $23640, %rsi
movl $0x61626364, (... | 32.355263 | 2,999 | 0.652162 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/AVXALIGN/_zr_/i9-9900K_12_0xca.log_21829_714.asm | 7,377 | Assembly |
; A193767: The number of dominoes in a largest saturated domino covering of the 4 by n board.
; 2,5,8,12,14,17,21,24,26,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,81,84,87,90,93,96,99,102,105,108,111,114,117,120,123,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,177
mov $3,$0
lpb $0
mod ... | 26.666667 | 201 | 0.665 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/193/A193767.asm | 400 | Assembly |
; $Id: ASMAtomicUoDecU32.asm 69111 2017-10-17 14:26:02Z vboxsync $
;; @file
; IPRT - ASMAtomicUoDecU32().
;
;
; Copyright (C) 2014-2017 Oracle Corporation
;
; This file is part of VirtualBox Open Source Edition (OSE), as
; available from http://www.virtualbox.org. This file is free software;
; you can redistribute it ... | 32.385965 | 80 | 0.624594 | [
"MIT"
] | Nurzamal/rest_api_docker | vbox/src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm | 1,846 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r10
push %r12
push %r14
push %r8
push %rax
push %rcx
push %rdi
push %rsi
lea addresses_WC_ht+0xc617, %rax
nop
sub $49786, %rsi
mov (%rax), %rcx
nop
nop
nop
nop
inc %r12
lea addresses_D_ht+0x1d487, %r10
and $17431, %r8
movb $0x61, (%r10)
and $37515, %rcx
lea addresses_D... | 37.119565 | 2,999 | 0.656076 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/US/_ht_zr_un_/i9-9900K_12_0xa0.log_21829_1169.asm | 6,830 | Assembly |
ZNAKI EQU 30H
LJMP START
ORG 100H
START:
MOV ZNAKI, #01011011B
MOV R3, #010101B
START2:
MOV R2, #0
WYSW:
SETB P1.6
MOV R0, #CSDS
MOV A, R3
MOVX @R0, A
MOV R0, #CSDB
;MOV R1, #ZNAKI
MOV A, ZNAKI
MOVX @R0, A
CLR P1.6
... | 18.043478 | 28 | 0.457831 | [
"MIT"
] | Epacik/8051-ASM-Plugin | dataToTestOn/asm/5/prog03.asm | 415 | Assembly |
; A254869: Seventh partial sums of cubes (A000578).
; 1,15,111,561,2211,7293,21021,54483,129558,286858,598026,1184118,2242266,4083366,7184166,12257850,20348031,32951985,52179985,80958735,123288165,184562235,271965915,394962165,565884540,800652996,1119632580,1548656956,2120241156,2875010556,3863375868,5147486916,6803501... | 179.75 | 1,977 | 0.900325 | [
"Apache-2.0"
] | karttu/loda | programs/oeis/254/A254869.asm | 2,157 | Assembly |
Name: ys_chip7.asm
Type: file
Size: 38906
Last-Modified: '2016-05-13T04:50:32Z'
SHA-1: 4585360FB4DACB01E02230CE77D4199E94DF1BA5
Description: null
| 20.857143 | 47 | 0.815068 | [
"MIT"
] | prismotizm/gigaleak | other.7z/SFC.7z/SFC/ソースデータ/ヨッシーアイランド/日本_Ver0/chip/ys_chip7.asm | 146 | Assembly |
.global s_prepare_buffers
s_prepare_buffers:
push %r12
push %r9
push %rax
push %rbp
push %rcx
push %rdi
push %rdx
push %rsi
lea addresses_A_ht+0x1d8c5, %rsi
lea addresses_WT_ht+0x24b9, %rdi
nop
and %r9, %r9
mov $107, %rcx
rep movsq
nop
nop
nop
nop
nop
xor %rax, %rax
lea addresses_D_ht+0xb8c5, %rbp
nop
nop
nop
nop
dec %... | 39.322368 | 2,999 | 0.658022 | [
"MIT"
] | danielmgmi/medusa | Transynther/_processed/NONE/_zr_/i7-7700_9_0xca.log_21829_1178.asm | 5,977 | Assembly |
; A157371: a(n) = (n+1)*(9-9*n+5*n^2-n^3).
; 9,8,9,0,-55,-216,-567,-1216,-2295,-3960,-6391,-9792,-14391,-20440,-28215,-38016,-50167,-65016,-82935,-104320,-129591,-159192,-193591,-233280,-278775,-330616,-389367,-455616,-529975,-613080,-705591,-808192,-921591,-1046520,-1183735,-1334016,-1498167,-1677016,-1871415,-2082240... | 267.8 | 2,578 | 0.79537 | [
"Apache-2.0"
] | jmorken/loda | programs/oeis/157/A157371.asm | 2,678 | Assembly |
// This file is part of www.nand2tetris.org
// and the book "The Elements of Computing Systems"
// by Nisan and Schocken, MIT Press.
// File name: projects/04/Fill.asm
// Runs an infinite loop that listens to the keyboard input.
// When a key is pressed (any key), the program blackens the screen,
// i.e. writes... | 14.810811 | 72 | 0.531022 | [
"CC0-1.0"
] | kentakuramochi/nand2tetris_study | 04/fill/Fill.asm | 1,096 | Assembly |
; A130453: A097806 * A059268.
; 1,2,2,2,4,4,2,4,8,8,2,4,8,16,16,2,4,8,16,32,32,2,4,8,16,32,64,64,2,4,8,16,32,64,128,128
seq $0,128219 ; A000012 * A127701. a(1) = 1, a(2) = 2, a(3) = 2; by rows, n-1 terms of 2, 3, 4...followed by "n".
seq $0,304517 ; a(n) = 16*2^n - 11 (n>=1).
div $0,64
add $0,1
| 37.125 | 113 | 0.558923 | [
"Apache-2.0"
] | ckrause/cm | programs/oeis/130/A130453.asm | 297 | Assembly |
;======================================================================================================================
; FAMISTUDIO SOUND ENGINE (3.2.0)
; Copyright (c) 2019-2021 Mathieu Gauthier
;
; Copying and distribution of this file, with or without
; modification, are permitted in any medium without royalty prov... | 31.74343 | 196 | 0.655532 | [
"MIT"
] | BleuBleu/FamiStudio | SoundEngine/famistudio_asm6.asm | 158,241 | Assembly |
SECTION code_env
PUBLIC __env_value_sm
EXTERN asm_isspace
__env_value_sm:
; state machine for locating end of value portion of "name = value" pairs
;
; enter : a = current char
; bc = file position
; ix, hl reserved
;
; exit : a = current char
; bc = file position
... | 17.25 | 80 | 0.531401 | [
"BSD-2-Clause"
] | ByteProject/Puddle-BuildTools | FictionTools/z88dk/libsrc/_DEVELOPMENT/env/esxdos/z80/__env_value_sm.asm | 1,035 | Assembly |
using System.Reflection;
using System.Runtime.CompilerServices;
using Android.App;
// Information about this assembly is defined by the following attributes.
// Change them to the values specific to your project.
[assembly: AssemblyTitle ("CardViewSample")]
[assembly: AssemblyDescription ("")]
[assembly: AssemblyCon... | 35.103448 | 81 | 0.74165 | [
"MIT"
] | CNinnovation/XamarinAug2017 | Lollipop/CardViewSample/CardViewSample/Properties/AssemblyInfo.cs | 1,020 | C# |
//------------------------------------------------------------------------------
// <copyright file="IDataGridEditingService.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
//------------------... | 45.888889 | 123 | 0.541566 | [
"Unlicense"
] | bestbat/Windows-Server | com/netfx/src/framework/winforms/managed/system/winforms/idatagrideditingservice.cs | 1,239 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NUnit.Framework;
namespace kx.Test.Connection
{
[TestFixture]
public class ConnectionSerialisationTests
{
private readonly int _testVersionNumber = 3;
[Test]
public void ConnectionSerialise... | 32.758755 | 131 | 0.564616 | [
"Apache-2.0"
] | KxSystems/csharpkdb | kx.Test/Connection/ConnectionSerialisationTests.cs | 33,678 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace NetCore.Models
{
public class Abone
{
public int Id { get; set; }
public string email { get; set; }
}
}
| 17.214286 | 41 | 0.655602 | [
"MIT"
] | salihselimsekerci/E-CommerceNetCoreMVC | Models/Abone.cs | 243 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// <auto-generated/>
#nullable disable
namespace Azure.ResourceManager.Management.Models
{
/// <summary> (Optional) The ID of the parent management group used during creation. </summary>
public partial class Creat... | 36.961538 | 188 | 0.681582 | [
"MIT"
] | OlhaTkachenko/azure-sdk-for-net | sdk/resourcemanager/Azure.ResourceManager/src/Generated/ManagementGroup/Models/CreateParentGroupInfo.cs | 961 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections;
namespace OpenNETCF.Collections.Specialized
{
public class CaseInsensitiveDictionary<T> : IDictionary<string, T>,
ICollection<KeyValuePair<string, T>>,
... | 25.123077 | 104 | 0.490202 | [
"MIT"
] | ctacke/padarn | OpenNETCF.Web/OpenNETCF.Web/Helpers/CaseInsensitiveDictionary.cs | 3,268 | C# |
using Newtonsoft.Json;
using System.IO;
namespace MultiDeviceKeybinds
{
enum InputInterceptionMode
{
Hook = 0,
Interception = 1,
}
class Settings
{
public bool ShowConsole { get; set; } = false;
public InputInterceptionMode InputInterceptionMode { get; set; } = Inp... | 26.823529 | 135 | 0.628289 | [
"MIT"
] | DorCoMaNdO/MultiDeviceKeybinds | MultiDeviceKeybinds/Settings.cs | 914 | C# |
using UnityEngine;
using RPG.Attributes;
namespace RPG.Combat
{
public class Projectile : MonoBehaviour
{
Health target;
[SerializeField] float speed = 5f;
[SerializeField] bool isHoming = true;
[SerializeField] GameObject hitEffect;
[SerializeField] int maxLifetime;
... | 30.614035 | 97 | 0.56447 | [
"MIT"
] | SabhariShrinivas/Medival-Knight | Assets/Scripts/Combat/Projectile.cs | 1,745 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GIDX.SDK.Models.DocumentLibrary
{
public class Document
{
public string DocumentID { get; set; }
public CategoryType CategoryType { get; set; }
public DocumentS... | 27.95 | 61 | 0.667263 | [
"MIT"
] | TSEVOLLC/GIDX.SDK-csharp | src/GIDX.SDK/Models/DocumentLibrary/Document.cs | 561 | C# |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
using System;
using System.Collections.Generic;
using System.Management.Automation.Language;
using Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic;
#if !CORECLR
using System.ComponentModel.Composition;
#endif
using Sys... | 38.310559 | 133 | 0.588684 | [
"MIT"
] | Jaykul/PSScriptAnalyzer | Rules/UseCorrectCasing.cs | 6,170 | C# |
// Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
// Ported from um/dxcapi.h in the Windows SDK for Windows 10.0.20348.0
// Original source is Copyright © Microsoft. All rights reserved. Licensed under the University of Ill... | 37.442308 | 145 | 0.635336 | [
"MIT"
] | DaZombieKiller/terrafx.interop.windows | tests/Interop/Windows/um/dxcapi/IDxcCompiler3Tests.cs | 1,949 | C# |
// ReSharper disable InconsistentNaming
using System.Threading;
using System.Threading.Tasks;
using EasyNetQ.Events;
using EasyNetQ.Tests.Mocking;
using EasyNetQ.Topology;
using NUnit.Framework;
using Rhino.Mocks;
namespace EasyNetQ.Tests.ConsumeTests
{
[TestFixture]
public class When_a_consumer_is_cancelled... | 26 | 115 | 0.651163 | [
"MIT"
] | CSGOpenSource/EasyNetQ | Source/EasyNetQ.Tests/ConsumeTests/When_a_consumer_is_cancelled_by_the_broker.cs | 1,120 | C# |
using System;
using System.Data;
using System.Threading.Tasks;
using Dapper;
using DotNetCore.CAP;
using Microsoft.AspNetCore.Mvc;
using MySql.Data.MySqlClient;
namespace Sample.ActiveMQ.MySql.Controllers
{
[Route("api/[controller]")]
public class ValuesController : Controller
{
priva... | 30.359375 | 137 | 0.532681 | [
"MIT"
] | lukazh/Lukaz.CAP.ActiveMQ | sample/Sample.ActiveMQ.MySql/Controllers/ValuesController.cs | 3,888 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel;
using Utilidad;
namespace Dato.Modelo
{
[MetadataType(typeof(Tipo.MetaData))]
[DisplayName("Tipo Producto")]
public partial class Tipo
... | 27.205882 | 76 | 0.605405 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | adolfredo87/Sistema-Alquiler-de-VideoJuego | Alquileres/Dato/Dato.Modelo/Modelo/Entidades/Tipo.cs | 927 | C# |
using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Controls.Primitives;
using System.Windows.Media;
namespace JulMar.Windows.Extensions
{
/// <summary>
/// Dependency Object extensions
/// </summary>
public static class... | 38.21875 | 147 | 0.517907 | [
"MIT"
] | AsimKhan2019/MVVM-Helpers | Julmar.Wpf.Helpers.2008/trunk/Julmar.Wpf.Helpers/Extensions/DependencyObjectExtensions.cs | 6,117 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Web;
using Glimpse.Core.Extensibility;
using Glimpse.EF;
[assembly: ComVisible(false)]
[assembly: Guid("6F3F9D55-2BE0-47E8-83D2-0F488504CF4A")]
[assembly: AssemblyTitle("Glimpse for EF 4.3 Assembly")]
[... | 40.92 | 107 | 0.780059 | [
"Apache-2.0"
] | SeanKilleen/Glimpse | source/Glimpse.EF6.Net45/Properties/AssemblyInfo.cs | 1,028 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.IO;
using System.Security;
using System.Security.Permissions;
using System.Text;
namesp... | 30.56044 | 170 | 0.550881 | [
"MIT"
] | DiogoMartinh0/winforms | src/System.Windows.Forms/src/System/Windows/Forms/FileDialogCustomPlace.cs | 2,783 | C# |
using System;
using System.Threading.Tasks;
using CreativeCoders.SmartHal.Kernel.Base.Messages.Channels;
using CreativeCoders.SmartHal.Kernel.Base.Things.Ident;
using JetBrains.Annotations;
namespace CreativeCoders.SmartHal.Drivers.Base
{
[PublicAPI]
public class SimpleThingChannelHandler<T> : ThingChannelHan... | 29.090909 | 116 | 0.613281 | [
"MPL-2.0",
"MPL-2.0-no-copyleft-exception"
] | CreativeCodersTeam/SmartHal | source/Drivers/CreativeCoders.SmartHal.Drivers.Base/SimpleThingChannelHandler.cs | 1,282 | C# |
using System;
using System.Collections.Generic;
using System.Text;
using System.Text.Json.Serialization;
namespace SC.ObjectModel.IO.Json
{
/// <summary>
/// JSON representation of piece.
/// </summary>
public class JsonPiece
{
[JsonPropertyName("id")]
public int ID { get; set; }
... | 23.761905 | 49 | 0.619238 | [
"MIT"
] | merschformann/sardine-can | SC.ObjectModel/IO/Json/JsonPiece.cs | 501 | C# |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Data;
using SRNicoNico.Models.NicoNicoViewer;
namespace SRNicoNico.Views.Converter {
[ValueConversion(typeof(double), typeof(double))]
public cl... | 23.85 | 105 | 0.640461 | [
"MIT"
] | mrtska/SRNicoNico | SRNicoNico/Views/Converter/SliderValueRoundingConverter.cs | 956 | C# |
using System.Xml.Serialization;
namespace PRIALibraryV24
{
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "2.0.50727.1432")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serializat... | 23.644444 | 97 | 0.522556 | [
"MIT"
] | GSCCCA/gsccca-re-api | src/PRIA Library v2.4/X509SubjectName_Type.cs | 1,066 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Duality;
using Duality.Input;
using Duality.Components;
using Duality.Drawing;
namespace CameraController
{
/// <summary>
/// This class is in control of the example scene. It draws some debug information
/// and mak... | 35.566038 | 118 | 0.71313 | [
"MIT"
] | AdamsLair/duality | Samples/CameraController/ExampleSceneController.cs | 7,542 | C# |
namespace Rssdp.Infrastructure {
/// <summary>
/// Implemented by components that can create a platform specific UDP socket implementation, and wrap it in the cross platform <see cref="IUdpSocket"/> interface.
/// </summary>
public interface ISocketFactory {
/// <summary>
/// Creates a new unicast socket usin... | 51.107143 | 230 | 0.730957 | [
"MIT"
] | matheuskknd/PseudoGingaServer | Src/Rssdp/Src/Infraestructure/ISocketFactory.cs | 1,433 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** 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;
namespace Pulumi.Goog... | 25.580645 | 81 | 0.653216 | [
"Apache-2.0"
] | AaronFriel/pulumi-google-native | sdk/dotnet/Healthcare/V1Beta1/Outputs/CloudHealthcareSourceResponse.cs | 793 | C# |
using System;
using FinanceControl.Services.Users.Infrastructure.Logging.Options;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Serilog;
using Serilog.Events;
using Serilog.Sinks.Elasticsearch;
namespace FinanceControl.Services.Users.Infrastructure.Logging
{
public static clas... | 40.6625 | 115 | 0.592991 | [
"MIT"
] | FreshBlast/FinanceControl.Services.Users | src/FinanceControl.Services.Users.Infrastructure/Logging/LoggerRegistration.cs | 3,253 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("ReactiveRTM")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[as... | 31.421053 | 64 | 0.726131 | [
"BSD-2-Clause"
] | zoetrope/ReactiveRTM | ReactiveRTM/Properties/AssemblyInfo.cs | 1,719 | C# |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Author: Nuno Fachada
* */
using UnityEngine;
public class VelocityMatchBehaviour : SteeringBehaviour
{
[S... | 30.152174 | 72 | 0.610671 | [
"MPL-2.0"
] | PmaiWoW/AIUnityExamples | MovementDynamic/Assets/Scripts/Behaviours/VelocityMatchBehaviour.cs | 1,387 | C# |
//
// Copyright (c) Autodesk, Inc. All rights reserved.
//
// This computer source code and related instructions and comments are the
// unpublished confidential and proprietary information of Autodesk, Inc.
// and are protected under Federal copyright and state trade secret law.
// They may not be disclosed to, copi... | 22.475 | 93 | 0.753059 | [
"MIT"
] | JohnOnSoftware/ARVRToolkit | unity-src/ARVRToolkit/Assets/Forge/Utilities/QRCode/QRCodeDecoderBase.cs | 1,800 | C# |
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
// *** 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;
namespace Pulumi.Azur... | 37 | 190 | 0.624962 | [
"Apache-2.0"
] | test-wiz-sec/pulumi-azure-nextgen | sdk/dotnet/DataFactory/Latest/Inputs/AzureDatabricksDeltaLakeLinkedServiceArgs.cs | 3,293 | C# |
using System.Collections.Generic;
using OpenDreamRuntime.Objects;
using OpenDreamRuntime.Rendering;
using OpenDreamRuntime.Resources;
using OpenDreamShared.Dream;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Map;
using Robust.Shared.Maths;
namespace OpenDreamRuntime {
class AtomMa... | 40.104 | 108 | 0.655695 | [
"MIT"
] | EdgeLordExe/OpenDream | OpenDreamRuntime/AtomManager.cs | 5,015 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。
// アセンブリに関連付けられている情報を変更するには、
// これらの属性値を変更してください。
[assembly: AssemblyTitle("b")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyComp... | 28.621622 | 57 | 0.739377 | [
"MIT"
] | yu3mars/procon | atcoder/abc/abc004/b/Properties/AssemblyInfo.cs | 1,628 | C# |
namespace SharpFlame
{
partial class frmMain : System.Windows.Forms.Form
{
//Form overrides dispose to clean up the component list.
[System.Diagnostics.DebuggerNonUserCode()]protected override void Dispose(bool disposing)
{
try
{
if (disposing && components != null)
{
component... | 54.341079 | 168 | 0.619345 | [
"MIT"
] | Warzone2100/SharpFlame | source/SharpFlame/frmMain.Designer.cs | 196,443 | C# |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Options;
using Mic... | 40.375 | 116 | 0.682147 | [
"MIT"
] | BertanAygun/roslyn | src/Features/CSharp/Portable/Structure/Providers/MethodDeclarationStructureProvider.cs | 1,940 | C# |
// Copyright Epic Games, Inc. All Rights Reserved.
// This file is automatically generated. Changes to this file may be overwritten.
namespace Epic.OnlineServices.AntiCheatCommon
{
public class RegisterEventParamDef : ISettable
{
/// <summary>
/// Parameter name. Allowed characters are 0-9, A-Z, a-z, '_'... | 20.965116 | 111 | 0.651692 | [
"MIT"
] | YanaPIIDXer/EpicOnlineServicesTest | Assets/EOSSDK/Generated/AntiCheatCommon/RegisterEventParamDef.cs | 1,803 | C# |
using System.Diagnostics;
using System.Runtime.CompilerServices;
using static System.Math;
namespace InstrumentedLibrary
{
/// <summary>
///
/// </summary>
public static class EllipseConicSectionPolynomialAngleTests
{
/// <summary>
/// Calculates a conic section polynomial that r... | 40.518519 | 271 | 0.659049 | [
"MIT"
] | Shkyrockett/CSharpSpeed | InstrumentedLibrary/Geometry/CurvePolynomials/EllipseConicSectionPolynomialAngleTests.cs | 1,096 | C# |
// --------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license.
// --------------------------------------------------------------------------------------------
namespace Microsoft.Oryx.... | 52.108108 | 111 | 0.649378 | [
"MIT"
] | JasonRShaver/Oryx | src/BuildScriptGenerator/DotNetCore/DotnetCoreConstants.cs | 1,894 | C# |
using System;
using System.IO;
using Microsoft.Extensions.Configuration;
using Serilog;
using Serilog.Exceptions;
namespace CognitiveServicesTemplate.Api.WebApi.Configuration
{
public static class ConfigurationExtension
{
public static IConfiguration LoadConfiguration()
{
return new... | 33.4 | 144 | 0.598802 | [
"MIT"
] | ElGuayaba/cognitive-services-template | src/CognitiveServicesTemplate.Api.WebApi/Configuration/ConfigurationExtension.cs | 1,336 | C# |
using Meadow;
using Meadow.Devices;
using Meadow.Foundation;
using Meadow.Foundation.Leds;
using Meadow.Foundation.Sensors.Buttons;
using Meadow.Hardware;
using System;
using System.Collections.Generic;
using System.Threading;
namespace Sensors.Buttons.PushButton_Sample
{
public class MeadowApp : App<F7Micro, Mea... | 39.940217 | 113 | 0.547285 | [
"Apache-2.0"
] | SebaWnek/Meadow.Foundation | Source/Meadow.Foundation.Core.Samples/Sensors.Buttons.PushButton_Sample/MeadowApp.cs | 7,351 | C# |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class EnemyController : MonoBehaviour
{
public float StartSpeed = 9f;
[HideInInspector]
public float Speed;
public float StartHealth = 119;
private float _currentHealth;
... | 20.639344 | 88 | 0.581414 | [
"MIT"
] | HunterOnToss/Unity_TD_Simple | Assets/_Scripts/Controllers/EnemyController.cs | 1,261 | C# |
using Explicit_Interfaces.Models;
using Explicit_Interfaces.Models.Contracts;
using System;
namespace Explicit_Interfaces.Common
{
public class Engine
{
public void Run()
{
string input;
while ((input = Console.ReadLine()) != "End")
{
string[... | 26.758621 | 66 | 0.521907 | [
"MIT"
] | GeorgiGradev/CSharp_OOP | 06. Interfaces and Abstraction - Exercise/09.ExplicitInterfaces/Common/Engine.cs | 778 | C# |
using System;
using System.Collections;
using System.Device.Gpio;
using nanoFramework.UI;
using nanoFramework.UI.Input;
using nanoFramework.UI.Threading;
using nanoFramework.Presentation;
namespace Tetris
{
/// <summary>
/// Uses the hardware provider to get the pins for handling button input.
/// </summary>
pub... | 29.669291 | 128 | 0.715764 | [
"MIT"
] | fluent-software/Samples | samples/Graphics/Tetris/GpioButtonInputProvider.cs | 3,768 | C# |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Co... | 38.135135 | 84 | 0.747697 | [
"MIT"
] | 6e3veR6k/codewars-csharp | resources/csharp-professional-materials/15 - AsyncAwait/AsyncAwait/ConsoleApplication5/Properties/AssemblyInfo.cs | 1,414 | C# |
using System.Net;
using System.Net.Http.Json;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc.Testing;
using NUnit.Framework;
namespace Stackage.Aws.Lambda.FakeRuntime.Tests.ControllerTests
{
public class FunctionsControllerTests
{
[TestCase("foo")]
[TestCase("ResponseRequest")]
[T... | 34.607143 | 116 | 0.728586 | [
"MIT"
] | concilify/stackage-aws-lambda-nuget | package/Stackage.Aws.Lambda.FakeRuntime.Tests/ControllerTests/FunctionsControllerTests.cs | 969 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Data.SqlClient;
using System.Data;
public partial class Plataformas : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
if (... | 36 | 141 | 0.653333 | [
"MIT"
] | wolfghost9898/Proyectos | IPC2/IPC FASE II/Plataformas.aspx.cs | 4,502 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using BTM.Database;
using BTM.Models;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
namespace BTM.WebAPI.Controllers
{
[Route("api/[controller]")]
[ApiContro... | 24.916667 | 69 | 0.665552 | [
"MIT"
] | TheDoomKing/BTM | BTM.WebAPI/Controllers/AwardInfoController.cs | 899 | C# |
#pragma warning disable 1591
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.36400
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerat... | 26.205128 | 141 | 0.53604 | [
"MIT"
] | Kesco-m/Kesco.App.Web.MVC.Persons | Kesco.Persons.Web/Views/Dossier/Links.generated.cs | 6,207 | C# |
namespace ODriveClientLibrary
{
using System;
using System.Threading;
using ODriveClientLibrary.Utilities;
internal class Request
{
public ushort EncodedSequenceNumber { get; private set; }
public ushort SequenceNumber { get; private set; }
public ushort EncodedEn... | 39.197183 | 178 | 0.592885 | [
"MIT"
] | metanoic/ODriveClientLibrary | ODriveClientLibrary/Request.cs | 2,785 | C# |
using System;
using System.Linq;
namespace _08Needles
{
public class Needles
{
public static void Main(string[] args)
{
string tokens = Console.ReadLine();
int[] numbers = Console.ReadLine().Split().Select(int.Parse).ToArray();
int[] needles = Console.ReadLi... | 30.227723 | 99 | 0.401572 | [
"MIT"
] | Supbads/Softuni-Education | 06 Algorithms 04.16/Homework/3. Sorting-and-Searching-Algorithms-Lab-Skeleton/Needles/Needles.cs | 3,055 | C# |
using System.Collections.Generic;
using SFML.Audio;
namespace SimpleX.Managers
{
public class AudioManager
{
private List<Sound> _sounds;
private Music _music;
public AudioManager()
{
_sounds = new List<Sound>();
}
public void PlaySound(str... | 22.149254 | 70 | 0.429919 | [
"Unlicense"
] | yCatDev/SimpleX | SimpleX/Managers/AudioManager.cs | 1,486 | C# |
using System.Linq;
using Microsoft.Bot.Schema;
namespace GaryPretty.Bot.Builder.Dialogs.Location
{
/// <summary>
/// Extensions for <see cref="Place"/>
/// </summary>
public static class Extensions
{
/// <summary>
/// Gets the postal address.
/// </summary>
/// <par... | 29.118644 | 97 | 0.529686 | [
"MIT"
] | garypretty/botbuilder-dotnet-extensions | libraries/GaryPretty.Bot.Builder.Dialogs.Location/Extensions.cs | 1,720 | C# |
using System;
using System.Collections.Generic;
namespace Nucleo.Context.Services
{
public abstract class BaseInlineServiceDictionary : IServiceDictionary
{
private Dictionary<string, object> _items = null;
#region " Properties "
public int Count
{
get { return this.Items.Count; }
}
protected D... | 14.41573 | 71 | 0.623539 | [
"MIT"
] | brianmains/Nucleo.NET | src_wip/Nucleo.Core/Context/Services/BaseInlineServiceDictionary.cs | 1,285 | C# |
// *****************************************************************************
//
// © Component Factory Pty Ltd 2012. All rights reserved.
// The software and associated documentation supplied hereunder are the
// proprietary information of Component Factory Pty Ltd, 17/267 Nepean Hwy,
// Seaford, Vic 3198, A... | 39.724702 | 146 | 0.539801 | [
"BSD-3-Clause"
] | ElektroStudios/Krypton | Source/Krypton Components/ComponentFactory.Krypton.Toolkit/View Layout/ViewLayoutDocker.cs | 26,698 | C# |
/*
* Copyright 2010-2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | 36.151515 | 191 | 0.669181 | [
"Apache-2.0"
] | DetlefGolze/aws-sdk-net | sdk/src/Services/WorkMail/Generated/Model/Internal/MarshallTransformations/UntagResourceResponseUnmarshaller.cs | 3,579 | C# |
using AngleSharp.Dom;
using AngleSharp.Dom.Html;
using AngleSharp.Parser.Html;
using Microsoft.SharePoint.Client;
using SharePointPnP.Modernization.Framework.Entities;
using System;
using System.Collections.Generic;
using System.Linq;
using OfficeDevPnP.Core.Pages;
using SharePointPnP.Modernization.Framework.Functions... | 49.96929 | 340 | 0.428094 | [
"MIT"
] | KoenZomers/sp-dev-modernization | Tools/SharePoint.Modernization/SharePointPnP.Modernization.Framework/Transform/WikiHtmlTransformator.cs | 26,036 | C# |
namespace MoreTerra.Structures
{
using System;
public class TileType
{
public const Byte Dirt = 0;
public const Byte Stone = 1;
public const Byte Grass = 2;
public const Byte Plants = 3;
public const Byte Torch = 4;
public const Byte Trees = 5;
... | 40.95625 | 85 | 0.683351 | [
"MIT"
] | UzayAnil/MoreTerra | WorldView/Structures/TileType.cs | 13,108 | C# |
using Valheim.DropThat.Caches;
using Valheim.DropThat.Core;
using Valheim.DropThat.Drop.CharacterDropSystem.Caches;
namespace Valheim.DropThat.Drop.CharacterDropSystem.Conditions
{
internal class ConditionLevel : ICondition
{
private static ConditionLevel _instance;
public static ConditionLev... | 35.72093 | 188 | 0.602865 | [
"Unlicense"
] | ASharpPen/Valheim.DropThat | Valheim.DropThat/Drop/CharacterDropSystem/Conditions/ConditionLevel.cs | 1,538 | C# |
//
// Copyright (c) 2010-2018 Antmicro
//
// This file is licensed under the MIT License.
// Full license text is available in 'licenses/MIT.txt'.
//
using System;
using System.Collections.Generic;
using System.Linq;
namespace Antmicro.Renode.Peripherals.Wireless.IEEE802_15_4
{
public class Address
{
p... | 25.910112 | 102 | 0.51301 | [
"MIT"
] | UPBIoT/renode-iot | src/Infrastructure/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/Address.cs | 2,306 | C# |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Web;
namespace Study.WebServices.Models
{
[Serializable]
public class AccountModel : ConfigurationElement
{
[ConfigurationProperty("Id", IsRequired = true)]
public Guid Id
{
... | 29.277778 | 73 | 0.534345 | [
"Apache-2.0"
] | yuanrui/Examples | Study.WebServices/Models/Account.cs | 2,637 | C# |
using System;
using System.Collections.Generic;
using System.Xml.Linq;
using System.Linq;
namespace FittingPlacer
{
public class Furnisher
{
// Data members
protected List<FittingType> fittingTypes;
protected List<FittingModel> fittingModels;
protected List<FaceType> faceTypes;
... | 48.494172 | 239 | 0.562873 | [
"CC0-1.0",
"MIT"
] | david-dot/FittingPlacer | Main/Furnisher.cs | 20,804 | C# |
/* ***************************************************************************
* This file is part of SharpNEAT - Evolution of Neural Networks.
*
* Copyright 2004-2020 Colin Green (sharpneat@gmail.com)
*
* SharpNEAT is free software; you can redistribute it and/or modify
* it under the terms of The MIT License ... | 34.930693 | 146 | 0.606859 | [
"MIT"
] | sohrabsaran/sharpneat-refactor | src/SharpNeat/EvolutionAlgorithm/Population.cs | 3,530 | C# |
// Copyright (c) <2018>
// This file is subject to the MIT License as seen in the trunk of this repository
// Maintained by: <Kristian Kjems> <kristian.kjems+UnityVC@gmail.com>
using UnityEngine;
using UnityEditor;
using System;
using System.Collections.Generic;
namespace UVC
{
using Logging;
using ... | 54.505682 | 215 | 0.596894 | [
"MIT"
] | Olliebrown/uversioncontrol | Editor/UVC.UnityVersionControl/API/VCSettings.cs | 19,186 | C# |
using CodeProbe.HealthChecks;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Test.CodeProbe.HealthChecks.utility
{
public class TestHealtCheckFail : AbstractHealthCheck
{
public TestHealtCheckFail(string name)
:base(name)
{
... | 18 | 57 | 0.589286 | [
"MIT"
] | aliaslab-1984/CodeProbe | test/Test.CodeProbe.HealthChecks/utility/TestHealtCheckFail.cs | 506 | C# |
using System;
using System.ComponentModel;
using System.IO;
using System.Xml;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Markup;
using System.Windows.Media;
using System.Windows.Threading;
using ICSharpCode.AvalonEdit;
us... | 35.721834 | 259 | 0.550811 | [
"MIT"
] | huangjia2107/Rubik | src/Rubik.Theme.Extension/Controls/LiveXaml.cs | 35,831 | C# |
using MBBSEmu.Converters;
using MBBSEmu.Module;
using MBBSEmu.Resources;
using System.Linq;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using Xunit;
namespace MBBSEmu.Tests.Module
{
/// <summary>
/// Tests Proper Deserialization of a Modules Configuration JSON File
... | 40.496732 | 115 | 0.620884 | [
"MIT"
] | ftoledo/MBBSEmu | MBBSEmu.Tests/Module/ModuleConfigFile_Tests.cs | 6,198 | C# |
// OsmSharp - OpenStreetMap (OSM) SDK
// Copyright (C) 2013 Abelshausen Ben
//
// This file is part of OsmSharp.
//
// OsmSharp is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 2 of the Lice... | 28.621951 | 85 | 0.606306 | [
"Apache-2.0"
] | fakit/OSM-AutoCAD | Mustern/core-releases-v1.3/OsmSharp.Osm/Streams/ChangeSets/DataProcessorChangeSetFilter.cs | 2,349 | C# |
using System;
using System.Collections.Generic;
using System.IO;
using Exceptionless.Dependency;
using Exceptionless.Extensions;
using Exceptionless.Models;
using Exceptionless.Utility;
namespace Exceptionless.Storage {
public class FolderObjectStorage : IObjectStorage {
private readonly object _lockObjec... | 34.641892 | 136 | 0.542618 | [
"Apache-2.0"
] | aTiKhan/Exceptionless.Net | src/Exceptionless/Storage/FolderObjectStorage.cs | 5,129 | C# |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 57.961538 | 285 | 0.828799 | [
"Apache-2.0"
] | aliyun/aliyun-openapi-net-sdk | aliyun-net-sdk-ecs/Ecs/Transform/V20140526/DescribeCapacityReservationInstancesResponseUnmarshaller.cs | 3,014 | C# |
using System.Diagnostics;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace Juxtapose.Test.RunningHost
{
internal class Program
{
#region Private 方法
private static async Task Main(string[] args)
{
if (!Debugger.IsAttached)
{
... | 24.884615 | 94 | 0.638331 | [
"MIT"
] | StratosBlue/Juxtapose | test/Juxtapose.Test.RunningHost/Program.cs | 657 | C# |
using System;
namespace _03_Exact_Sum_Of_Real_Numbers
{
class Program
{
static void Main(string[] args)
{
decimal sum = 0m;
int repeats = int.Parse(Console.ReadLine());
for (int i = 0; i < repeats; i++)
{
sum += decimal.Parse(Console.ReadLine());
}
Console.WriteLine(sum);
}
}
}
| 16.421053 | 47 | 0.628205 | [
"MIT"
] | alchemistbg/Software-University | 02-Tech-Module/01-Programming-Fundamentals/03-Data-Types-and-Variables/01-Lab/03_Exact_Sum_Of_Real_Numbers/Program.cs | 314 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AirTrafficControl_Sela_IG.Data;
using AirTrafficControl_Sela_IG.Models;
using AirTrafficControl_Sela_IG.RepositoryNamespace;
using AirTrafficControl_Sela_IG.Services;
using Microsoft.AspNetCore.Builder;
using... | 33.356164 | 96 | 0.637782 | [
"MIT"
] | ItaiGall/Webservice | AirTrafficControl_Sela_IG/Startup.cs | 2,435 | C# |
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.HttpsPolicy;
using Microsoft.AspNetCore.Mvc;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microso... | 30.969697 | 109 | 0.6409 | [
"Apache-2.0"
] | hilalyldrm/assessment-backend-net | SeturDirectoryApp/SeturDirectoryApp/Startup.cs | 2,044 | C# |
using System;
using System.Reflection;
using System.Diagnostics;
namespace Bytewizer.TinyCLR.Terminal
{
/// <summary>
/// A descriptor for an action of a command.
/// </summary>
[DebuggerDisplay("{DisplayName}")]
public class CommandActionDescriptor : ActionDescriptor
{
/// <summary>
... | 25.096154 | 67 | 0.482759 | [
"MIT"
] | bytewizer/microserver | src/Bytewizer.TinyCLR.Terminal/Commands/CommandActionDescriptor.cs | 1,307 | C# |
using EconomiKids.Domain.SeedWork;
using System;
using System.Threading.Tasks;
namespace EconomiKids.Domain.AggregatesModel.PiggyBankAggregate
{
/// <summary>
/// Repository for Piggy Bank
/// </summary>
public interface IPiggyBankRepository : IRepository<PiggyBank>
{
/// <summary>
... | 32.060606 | 69 | 0.615312 | [
"MIT"
] | rafaelbaade/EconomiKids | src/EconomiKids.Domain/AggregatesModel/PiggyBankAggregate/IPiggyBankRepository.cs | 1,060 | C# |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using Umbraco.Core.Models;
using UmbracoLinqPad.Models;
namespace UmbracoLinqPad.Gateway.Models
{
public class ContentCollection<TGeneratedContent> : ContentCollectionBase<TGeneratedContent, ICont... | 32.707317 | 120 | 0.721104 | [
"MIT"
] | Shazwazza/UmbracoLinqPadDriver | UmbracoLinqPad.Gateway/Models/ContentCollection.cs | 1,343 | C# |
#pragma checksum "D:\CodingWork\Projects\NongMinGoProject\SimplCommerce\src\Modules\SimplCommerce.Module.PaymentBraintree\Areas\PaymentBraintree\Views\Shared\Components\BraintreeLanding\Default.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "16462cf119718d6a307f612aac65ac6a0a5f1f09"
// <auto-generated/>
#pragma warni... | 50.022556 | 285 | 0.677288 | [
"Apache-2.0"
] | Coopathon2019/03_NongMinGo | src/Modules/SimplCommerce.Module.PaymentBraintree/obj/Debug/netcoreapp3.0/Razor/Areas/PaymentBraintree/Views/Shared/Components/BraintreeLanding/Default.cshtml.g.cs | 6,653 | C# |
using System;
using Xamarin.Forms;
namespace ScaleAndRotate
{
class RotationYDemoPage : ContentPage
{
public RotationYDemoPage ()
{
this.Title = "RotationY";
// Label to be transformed.
Label label = new Label {
Text = "ROTATIONY",
FontSize = 50,
HorizontalOptions = LayoutOptions.Center,
... | 27.934959 | 101 | 0.672293 | [
"Apache-2.0"
] | 15217711253/xamarin-forms-samples | ScaleAndRotate/ScaleAndRotate/ScaleAndRotate/RotationYDemoPage.cs | 3,438 | C# |
using BeatThat.Rects;
using BeatThat.TransformPathExt;
using UnityEngine;
using UnityEngine.UI;
namespace BeatThat.ScrollLists
{
/// <summary>
/// Adjust scroll position of a scrolling list so that (some point between)
/// the center of two items aligns with the center of the viewport.
///
/// Th... | 31.987013 | 159 | 0.693869 | [
"MIT"
] | beatthat/scroll-lists | Runtime/scroll-lists/CenterOn.cs | 4,926 | C# |
using System;
using System.Collections.Generic;
using System.Linq;
using Mews.Eet.Dto.Wsdl;
namespace Mews.Eet.Dto
{
public class SendRevenueResult
{
internal SendRevenueResult(SendRevenueXmlResponse response)
{
var confirmation = response.Item as ResponseSuccess;
var r... | 33.253968 | 174 | 0.612411 | [
"MIT"
] | MewsSystems/fiscalization-czechia | src/Mews.Fiscalization.Czechia/Dto/SendRevenueResult.cs | 2,097 | C# |
using System;
using System.IO;
using LanguageExt;
using LiteDB;
using MilkBottle.Infrastructure.Interfaces;
using MilkBottle.Interfaces;
namespace MilkBottle.Database {
class DatabaseProvider : IDatabaseProvider {
private readonly IEnvironment mEnvironment;
private readonly IApplicationC... | 32.333333 | 112 | 0.655108 | [
"MIT"
] | bswanson58/NoiseMusicSystem | MilkBottle/Database/DatabaseProvider.cs | 1,069 | C# |
using FFImageLoading.Forms;
using System.IO;
using Xamarin.Forms;
namespace ULFG.Forms.Publications.Views
{
/// <summary>
/// <see cref="ContentPage"/> que muestra el detalle de una imagen a pantalla completa
/// </summary>
public class ImageDetail:ContentPage
{
public ImageDetail(byte[] i... | 26.375 | 90 | 0.567141 | [
"MIT"
] | DanielAlba96/ULFG | ULFGMobile/ULFG.Forms/Publications/Views/ImageDetail.cs | 635 | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.