code
stringlengths
3
10M
language
stringclasses
31 values
/** Authors: Lars Tandle Kyllingstad Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved. License: Boost License 1.0 */ module scid.ports.quadpack.qc25c; import std.math: fabs, log; import scid.core.fortran; import scid.ports.quadpack.qcheb; import scid.ports.quadpack.qk15w; import...
D
// Copyright Brian Schott 2015. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dfmt.main; private enum VERSION = "0.4.1"; version (NoMain) { } else { import std.array : front, popF...
D
/+ REQUIRED_ARGS: -HC -c -o- PERMUTE_ARGS: TEST_OUTPUT: --- // Automatically generated by Digital Mars D Compiler #pragma once #include <assert.h> #include <stddef.h> #include <stdint.h> #include <math.h> #ifdef CUSTOM_D_ARRAY_TYPE #define _d_dynamicArray CUSTOM_D_ARRAY_TYPE #else /// Represents a D [] array templat...
D
/Users/jackwong/appReviewFunction/AppReviewFunction/Build/Intermediates.noindex/AppReviewFunction.build/Debug-iphonesimulator/AppReviewFunction.build/Objects-normal/x86_64/AlertHelper.o : /Users/jackwong/appReviewFunction/AppReviewFunction/AppReviewFunction/AppDelegate.swift /Users/jackwong/appReviewFunction/AppReviewF...
D
/+ Copyright (c) 2005-2007 J Duncan, Eric Anderton Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, ...
D
/* * Copyright 2011-2016 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ // // Copyright (c) 2013 Mikko Mononen memon@inside.org // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held lia...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
/* Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, a...
D
/* * Licensed under the GNU Lesser General Public License Version 3 * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the license, or * (at your option) any late...
D
module wx.ShowEvent; public import wx.common; public import wx.Event; //! \cond EXTERN extern (C) ЦелУкз wxShowEvent_ctor(цел идок, бул показ); extern (C) бул wxShowEvent_GetShow(ЦелУкз сам); extern (C) проц wxShowEvent_SetShow(ЦелУкз сам, бул показ); //! \endcond //--------------------------------------------------...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/Vapor.build/Response/Response.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/vapor/Sources/Vap...
D
module juxtapose; import juxtaposehelper; template juxtapose(Funs...) { Tuple!(staticFilter!(isNotVoid, ReturnTypes!Funs)) juxtapose(ParameterTypeTuples!Funs params) { typeof(return) result; alias SumOfArities!Funs arities; alias SumOfReturns!Funs returns; foreach(i, Fun; Fu...
D
the nest of a squirrel
D
/* Copyright (c) 2014 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, exe...
D
/* * Entity - Entity is an object-relational mapping tool for the D programming language. Referring to the design idea of JPA. * * Copyright (C) 2015-2018 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs.cn * * Licensed under the Apache-2.0 License. * */ module hunt.entity.EntityManager; import h...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Template implementation. * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://ww...
D
instance BDT_9004_BANDIT(Npc_Default) { name[0] = NAME_Bandit; guild = GIL_VLK; id = 9004; voice = 1; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Bau_Mace); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Fatbal...
D
instance PAL_200_Hagen(Npc_Default) { name[0] = "Lord Hagen"; guild = GIL_PAL; id = 200; voice = 4; flags = 0; npcType = npctype_main; aivar[93] = TRUE; aivar[AIV_MM_RestEnd] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE_Murder] = TRUE; aivar[AIV_IGNORE_Theft]...
D
module sketchup_api.model.guide_line; import sketchup_api.common; // SUResult import sketchup_api.model.defs; import sketchup_api.geom; //import sketchup_api.color; //import sketchup_api.defs; // SUStringRef extern (C): SUEntityRef SUGuideLineToEntity (SUGuideLineRef guide_line); SUGuideLineRef SUGuideLineFromEntit...
D
module org.serviio.delivery.resource.transcode.LiveSegmentBasedTranscodingDeliveryStrategy; import java.lang; import java.io.File; import java.io.FileNotFoundException; import java.io.FilenameFilter; import java.io.InputStream; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.serviio.delivery...
D
// https://projecteuler.net/problem=22 import std.algorithm; import std.array; import std.range; import std.stdio; ulong score(string name, size_t index) { ulong nameSum; for (size_t i = 0; i < name.length; ++i) { nameSum += name.ptr[i] - 64; } return index * nameSum; } unittest { assert(score("COLIN", 938) =...
D
INSTANCE DIA_Vlk_6017_AKWYN_Exit (C_Info) { npc = Vlk_6017_Akwyn; nr = 999; condition = DIA_Vlk_6017_AKWYN_Exit_condition; information = DIA_Vlk_6017_AKWYN_Exit_info; permanent = TRUE; important = FALSE; description = DIALOG_ENDE; }; FUNC INT DIA_Vlk_6017_akwyn_Exit_co...
D
// PERMUTE_ARGS: // EXTRA_FILES: imports/test61a.d import imports.test61a; alias imports.test61a.bar bar; mixin(` enum FooB { fooB }; void bar(FooB x) {} `); void test() { bar(FooA.fooA); bar(FooB.fooB); }
D
func void B_Story_FoundOrcSlave() { B_LogEntry(CH4_UluMulu,"Znalazłem przyjaciela Ur-Shaka w jednym z dolnych korytarzy Wolnej Kopalni. Nazywa się Tarrok. Jeśli szybko nie dostarczę mu jego lekarstwa, umrze w wyniku zatrucia. Orkowe lekarstwo ma się znajdować na którymś z niższych poziomów. Muszę się spieszyć!"); B_...
D
module dgl.ext.VERSION_1_4; import dgl.opengl; import dgl.glext; version( D_Version2 ) { import std.string : containsPattern = count; import std.conv; } else { import tango.text.Util : containsPattern; import tango.stdc.stringz : fromStringz; alias char[] string; } private ushort extensionId__ = 50; alias exte...
D
the organ of smell and entrance to the respiratory tract a front that resembles a human nose (especially the front of an aircraft the front or forward projection of a tool or weapon a small distance a symbol of inquisitiveness the sense of smell (especially in animals a natural skill a projecting spout from which a flu...
D
module android.java.android.os.UserManager; public import android.java.android.os.UserManager_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!UserManager; import import2 = android.java.android.content.Intent; import import5 = android.java.java.lang.Class; import import4 = android.java.java.uti...
D
# FIXED ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/icall/stack/ble_dispatch_JT.c ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/osal_snv.h ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source...
D
/* * Licensed under the GNU Lesser General Public License Version 3 * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the license, or * (at your option) any late...
D
.hd sctabl "scan all symbols in a symbol table" 01/07/83 integer function sctabl (table, symbol, info, posn) pointer table, posn untyped info (ARB) character symbol (ARB) .sp Library: vswtlb (standard Subsystem library) .fs 'Sctabl' provides a means of accessing all symbols present in a symbol table (c.f. 'mktabl') wi...
D
/Users/FLORIS/Documents/Xcode/AssessmentAppAcademy/ChallengeAppAcademy/DerivedData/ChallengeAppAcademy/Build/Intermediates.noindex/ChallengeAppAcademy.build/Debug-iphonesimulator/ChallengeAppAcademy.build/Objects-normal/x86_64/Cat.o : /Users/FLORIS/Documents/Xcode/AssessmentAppAcademy/ChallengeAppAcademy/ChallengeAppAc...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** ...
D
/** Taken from Phobos, tweaked for convenience Copyright: Copyright the respective authors, 2008- License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB erdani.org, Andrei Alexandrescu), $(WEB bartoszmilewski.wordpress.com, Bartosz Milewski), Don Clugston, Shin Fujishiro, Kenj...
D
/** * Contains methods for working with strings. * * Methods that perform comparisons are culturally sensitive. * * Copyright: (c) 2009 John Chapman * * License: See $(LINK2 ..\..\licence.txt, licence.txt) for use and distribution terms. */ module juno.base.string; import std.conv; import std.string; import st...
D
module source.SpanController; import hunt.imf; import hunt.trace; import zipkin.proto3.zipkin; import hunt.logging; __gshared string HOST = "http://10.1.11.34:9411/api/v2/spans"; class SpanController { mixin MakeRouter; @route(0) void receiveSpan(ListOfSpans list) { hunt.trace.Span.Span[] cs...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Leaf.build/List.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/leaf.git-9164445114487378533/Sources/Leaf/Tag/Models/Embed.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/leaf.gi...
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/work/Projects/Hello/.build/checkouts/swift-nio.git-3108475404973543938/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/work/Projects/Hello/.build/checkouts/swift-nio.git-3108475404973543938/So...
D
module pgsql.type; import std.algorithm; import std.array : appender; import std.conv : parse, to; import std.datetime; import std.datetime.timezone; import std.format: format, formattedWrite; import std.traits; import std.typecons; import pgsql.protocol; import pgsql.packet; import pgsql.exception; public import pg...
D
/** * Универсальный рантаймный модуль языка программирования Динрус, * поддерживающий совместимость с английской версией. * Разработчик Виталий Кулич */ module base; version = Динрус; version = Dinrus; version (Windows) { version = ЛитлЭндиан; } //Константы const бул нет = false; const бул да = tru...
D
/** * Droits d’auteur: Enalye * Licence: Zlib * Auteur: Enalye */ module grimoire.compiler.lexer; import std.stdio, std.string, std.array, std.math, std.file; import std.conv : to, ConvOverflowException; import std.algorithm : canFind; import grimoire.assembly; import grimoire.compiler.data, grimoire.compiler.e...
D
/Users/GMoran/Desktop/ClassicPlayer/DerivedData/ClassicPlayer/Build/Intermediates/ClassicPlayer.build/Debug-iphonesimulator/ClassicPlayer.build/Objects-normal/x86_64/Array+Shuffle.o : /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/NowPlayingVC.swift /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/AboutScreenVC.swi...
D
/Users/Matt/iOS/RoadInfo/DerivedData/RoadInfo/Build/Intermediates/RoadInfo.build/Debug-iphoneos/RoadInfo.build/Objects-normal/armv7/ChristchurchEvent.o : /Users/Matt/iOS/RoadInfo/RoadInfo/ChristchurchEvent.swift /Users/Matt/iOS/RoadInfo/RoadInfo/XMLParser.swift /Users/Matt/iOS/RoadInfo/RoadInfo/MapController.swift /Use...
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Jan 29, 2012 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module clang.SourceLocation; import clang.c.Index; import clang.File; import clang.Uti...
D
/++ dub.sdl: name "test" dependency "eventcore" path=".." +/ module test; import eventcore.core; import eventcore.socket; import std.socket : InternetAddress; import core.time : Duration; ubyte[256] s_rbuf; bool s_done; void main() { static ubyte[] pack1 = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; static ubyte[] pack2 = [...
D
void calc(){ if(true){ Print("Im in the FUNCTION and statement is true"); } } int main(){ calc(); }
D
module workspaced.future; import core.time; import std.parallelism; import std.traits : isCallable; class Future(T) { import core.thread : Fiber, Thread; static if (!is(T == void)) T value; Throwable exception; bool has; void delegate() _onDone; private Thread _worker; /// Sets the onDon...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/AlchemintProject.build/Debug-iphonesimulator/AlchemintProject.build/Objects-normal/x86_64/scrypt.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/AlchemintProject/Sources/External/NeoSwift/Crypto/RIPEMD1...
D
module parser.topdown; import std.algorithm; import std.array: array; /*import std.container.rbtree;*/ //import std.container.slist; import std.conv: to; import std.stdio; import std.string; import std.typecons; import std.range; import lexer.utils; import grammar; // top-down with rollbacks void parseExpression(Gr...
D
/* Copyright (c) 2011-2013 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, dis...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Node.build/Fuzzy/Array+Convertible.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/AleixDiaz/Desktop/VaporProject/LaSa...
D
// { dg-do run } // { dg-options "-fno-druntime" } // 'a' should not be default initialized to -1. static char a = void; extern (C) void main() { assert(a == 0); }
D
/******************************************************************************* Common code for request construction and resource forwarding. Separated into dedicated mixin to make maintenance / refactoring with adding new resources easier. Copyright: Copyright (c) 2015-2017 dunnhumby German...
D
/Users/JasonVranek/Desktop/rust/tokio_echo_server/target/debug/deps/nodrop-4dc3b5a39868578c.rmeta: /Users/JasonVranek/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.13/src/lib.rs /Users/JasonVranek/Desktop/rust/tokio_echo_server/target/debug/deps/nodrop-4dc3b5a39868578c.d: /Users/JasonVranek/.cargo/registr...
D
module vibe.http.internal.http2.hpack.decoder; import vibe.http.internal.http2.hpack.huffman; import vibe.http.internal.http2.hpack.tables; import vibe.http.internal.http2.hpack.util; import vibe.internal.array : AllocAppender; import std.range; // Decoder import std.string; import std.experimental.allocator; import...
D
module dlangbot.bugzilla; import vibe.data.json : Json, parseJsonString; import vibe.inet.webform : urlEncode; shared string bugzillaURL = "https://issues.dlang.org"; import std.algorithm, std.conv, std.range, std.string; import std.exception : enforce; import std.format : format; //================================...
D
/Users/miladmehrpoo/Desktop/Helloworld/.build/debug/Core.build/Byte/Byte.swift.o : /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sources/Core/Array.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sources/Core/Bool+String.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Core-1.0.0/Sour...
D
/******************************************************************************* Options module. Copyright: Copyright (c) 2017 dunnhumby Germany GmbH. All rights reserved. License: Boost Software License Version 1.0. See LICENSE.txt for details. ******************************************...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Sean Kelly * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean Kelly 20...
D
/* Copyright (c) 2017 Timur Gafarov Boost Software License - Version 1.0 - August 17th, 2003 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribut...
D
module bio.gff3.feature_range; import bio.gff3.feature, bio.gff3.record, bio.gff3.validation; import bio.gff3.filtering; import util.range_with_cache, util.dlist, util.string_hash; /** * FeatureRange is a range of features from a range of records. * Use front, popFront() and empty for traversal. */ class FeatureRa...
D
# FIXED evmomapl138_i2c.obj: C:/dan/omapL138/SE423_Sp19/LabRepo/LabFiles/bsl_forSYSBIOS/src/evmomapl138_i2c.c evmomapl138_i2c.obj: C:/CCStudio8/ccsv8/tools/compiler/ti-cgt-c6000_8.3.3/include/stdio.h evmomapl138_i2c.obj: C:/CCStudio8/ccsv8/tools/compiler/ti-cgt-c6000_8.3.3/include/_ti_config.h evmomapl138_i2c.obj: C:/...
D
/Users/sameersiddiqui/Projects/HafsaInspectorApp/Build/Intermediates/Pods.build/Debug-iphonesimulator/Material.build/Objects-normal/x86_64/Material+UIImage+Size.o : /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sources/iOS/BarView.swift /Users/sameersiddiqui/Projects/HafsaInspectorApp/Pods/Material/Sou...
D
module dlangide.tools.d.dcdinterface; import dlangui.core.logger; import dlangui.core.files; import dlangui.platforms.common.platform; import ddebug.common.queue; import core.thread; import std.typecons; import std.conv; import std.string; import std.experimental.allocator; import std.experimental.allocator.malloca...
D
/* Restrict ranges to specific concepts. Useful for testing. -------------------- int[] a = [ 1, 2, 3 ]; auto r = hideLength(asInputRange(a)); // the random access feature is hidden static assert(!isRandomAccessRange!(typeof(r))); // the length property is hidden static assert(!hasLength!(typeof(r))); some_algorit...
D
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Sockets.build/Objects-normal/x86_64/TCPWriteableSocket.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/sockets.git-972942978533733666/Sources/Sockets/Address/Address+C.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/sock...
D
import i_iterator; import i_tuple; import i_tuple_layout; class SortItr : IIterator { private { ITuple tuple; ITupleLayout layout; IIterator[1] inputs; } this(IIterator itr) { } void init() { } ITuple next() { return tuple; } ITupleL...
D
module foo; // ... version(unittest) import dub_test_root; int foo() { return 3; }
D
/home/chickoo/projects/hello_world/target/debug/deps/hello_world-633b2449a19eaff0: main.rs /home/chickoo/projects/hello_world/target/debug/deps/hello_world-633b2449a19eaff0.d: main.rs main.rs:
D
a formal public statement a public statement containing information about an event that has happened or is going to happen
D
/* * Collie - An asynchronous event-driven network framework using Dlang development * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the Apache-2.0 License. * */ module collie.channel.tcpsockethandler; import collie.socket; import collie.ch...
D
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartDataBaseFilter.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/Hackathon...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/NVActivityIndicatorView.build/Objects-normal/x86_64/NVActivityIndicatorAnimationLineScale.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/NVActivityIndicatorView/So...
D
module engine.core.window.events; import std.variant: Algebraic; import engine.utils.math; public import derelict.glfw3.glfw3; alias WindowEvent = Algebraic!( WindowClosed, WindowSetFocused, WindowSetMinimized, WindowMoved, WindowResized, WindowDpiChanged, MouseMoved, MouseScrolled, KeyPressed, MousePresse...
D
// Written in the D programming language. /** A one-stop shop for converting values from one type to another. Copyright: Copyright Digital Mars 2007-. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, Andrei Alexandrescu), ...
D
/Users/varaprasadp/Desktop/React/Example/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineChartDataProvider.o : /Users/varaprasadp/Desktop/React/Example/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/varaprasadp/Desktop/React/Examp...
D
/// module dserialize.exceptions; import std.exception; public class SerializationException : Exception { mixin basicExceptionCtors; } public class DeserializationException : Exception { mixin basicExceptionCtors; }
D
/** * Contains the garbage collector implementation. * * Copyright: Copyright Digital Mars 2001 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, David Friedman, Sean Kelly */ /* Copyright Digital Mars 2001 - 2009. * Distributed under...
D
// By Johan Engelen, 2021, placed in public domain. // D source based on the C++ code written and placed in the public // domain by Jeffrey Walton, Uri Blumenthal and Marcel Raad: // https://cryptopp.com/docs/ref820/sha__simd_8cpp_source.html import core.bitop: bswap; import std.digest.sha; import std.conv; import st...
D
instance DIA_Addon_GivePotion(C_Info) { nr = 777; condition = DIA_Addon_GivePotion_Condition; information = DIA_Addon_GivePotion_Info; permanent = TRUE; description = "(дать лечебное зелье)"; }; func int DIA_Addon_GivePotion_Condition() { if((self.aivar[AIV_PARTYMEMBER] == TRUE) && (self.flags != NPC_FLAG_IMMO...
D
a person who is loyal to their allegiance (especially in times of revolt) having rugged physical strength dependable used especially of persons
D
/Users/GMoran/Desktop/ClassicPlayer/DerivedData/ClassicPlayer/Build/Intermediates/ClassicPlayer.build/Debug-iphoneos/ClassicPlayer.build/Objects-normal/armv7/ArtistsMenuVC.o : /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/NowPlayingVC.swift /Users/GMoran/Desktop/ClassicPlayer/ClassicPlayer/AboutScreenVC.swift /User...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { auto rgbn = readln.split.to!(int[]); auto R = rgbn[0]; auto G = rgbn[1]; auto B = rgbn[2]; auto N = rgbn[3]; int ret; foreach (r; 0..3001) { foreach (g; 0..3001) { ...
D
module example.test1.testcase1; import dunit.testcase; import std.stdio; import std.range; import core.time; class TestException : Exception { this(string msg, string file = __FILE__, int line = __LINE__) { super(msg, file, line); } } class ExampleException : Exception { this(string msg, string ...
D
// Written in the D programming language. /++ This module defines functions related to exceptions and general error handling. It also defines functions intended to aid in unit testing. $(SCRIPT inhibitQuickIndex = 1;) $(BOOKTABLE, $(TR $(TH Category) $(TH Functions)) $(TR $(TD Assumptions) $(TD $(LREF...
D
module tpl.environment; import std.string; import std.json; import std.file; import tpl.match; import tpl.rule; import tpl.parser; import tpl.renderer; import tpl.util; import tpl.ast; class Environment { string input_path; string output_path; Parser parser; Renderer renderer; ...
D
module jobs.Executor; import jobs.JobManager :JobManager; import core.thread : Thread; import std.stdio : writeln; import misc.out2 : prettyStr; alias ps = prettyStr; string serviceName = "Executor"; class Executor : Thread { JobManager jobMan; //he can now access the Job[] jobs array //and manipulate it this...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2017 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t...
D
/** * Droits d’auteur: Enalye * Licence: Zlib * Auteur: Enalye */ module grimoire.assembly.symbol; import std.format, std.file, std.bitmanip, std.array, std.outbuffer; import std.conv : to; alias GrBool = bool; alias GrInt = int; alias GrUInt = uint; alias GrByte = ubyte; alias GrChar = dchar; alias GrFloat = fl...
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * gtkD is distributed in th...
D
/* * Copyright (c) 2004-2008 Derelict Developers * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notic...
D
/* * gdiplusfont.d * * This module implements GdiPlusFont.h for D. The original * copyright info is given below. * * Author: Dave Wilkinson * Originated: November 25th, 2009 * */ module binding.win32.gdiplusfont; import binding.win32.windef; import binding.win32.winbase; import binding.win32.winnt; import bi...
D
/Users/ivanchistyakov/Desktop/Collage/DerivedData/Collage/Build/Intermediates/Collage.build/Debug/Collage.build/Objects-normal/x86_64/Help.o : /Users/ivanchistyakov/Desktop/Collage/Collage/Error.swift /Users/ivanchistyakov/Desktop/Collage/Collage/PopupMenu.swift /Users/ivanchistyakov/Desktop/Collage/Collage/Hint.swift ...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Crypto.build/Random/LibreSSLError.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/crypto.git-7980259129511365902/Sources/Crypto/HMAC/HMAC.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/ch...
D
module chipmunk.cpSimpleMotor; import chipmunk.chipmunk_types; import chipmunk.chipmunk_structs; extern (C): @nogc nothrow: cpBool cpConstraintIsSimpleMotor (const(cpConstraint)* constraint); cpSimpleMotor* cpSimpleMotorAlloc (); cpSimpleMotor* cpSimpleMotorInit (cpSimpleMotor* joint, cpBody* a, cpBody* b, cpFloat r...
D
import stm32f3discovery; import stm32f3discovery.led; pragma(LDC_no_moduleinfo); pragma(LDC_no_typeinfo); @nogc: nothrow: extern (C) void main() { pragma(LDC_never_inline); initLED(); auto ticks = 100000; while (true) { foreach (led; LEDS) { led.on(); d...
D
/** * Contains the external GC interface. * * Copyright: Copyright Digital Mars 2005 - 2013. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright, Sean Kelly */ /* Copyright Digital Mars 2005 - 2013. * Distributed under the Boost Software License...
D
module firecracker_d.models.instance_action_info; import asdf; /*** * Possible actions that we can do to control our * microVM. ***/ enum InstanceActionInfoType : string { BlockDeviceRescan = "BlockDeviceRescan", InstanceStart = "InstanceStart", // InstanceHalt = "InstanceHalt", FlushMetrics = "FlushMetrics", Sen...
D
import udtwrap; import core.thread; import core.time; import std.string; import std.stdio; import std.conv:to; import std.socket:AddressInfoFlags,AddressFamily,SocketType; import std.concurrency : spawn; int main(string[] args) { if (args.length !=3 || !args[2].isNumeric) { stderr.writefln("usage: appclient server...
D
// https://stackoverflow.com/questions/23994066/check-if-array-contains-element-in-d import std.stdio; import std.math:abs; // Calculamos el máximo común divisor por el algoritmo de Euclides // Este código funciona bien con int, pero no con ulong int gcd(int a, int b) { if ((a<0) || (b<0)) return gcd(abs...
D
/Users/nabil/Desktop/Vinci/PFE/MazaB4E/Build/Intermediates/MazaganShowCase.build/Debug-iphonesimulator/MazaganShowCase.build/Objects-normal/x86_64/GolfController.o : /Users/nabil/Desktop/Vinci/PFE/MazaB4E/MazaganShowCase/Controllers/ViewControllerSegmented.swift /Users/nabil/Desktop/Vinci/PFE/MazaB4E/MazaganShowCase/Co...
D