code
stringlengths
3
10M
language
stringclasses
31 values
module applications.application; import http : Request, Response; shared interface Application { void onListened(ushort port); void onConnected(Request req, Response res); void onError(Throwable e); }
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/FluentMySQL.build/Exports.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/fluent-mysql/Sources/FluentMySQL/FluentMySQLSchema.swift /Users/panartem/Developer/Study/Microservic...
D
void main() { import std.stdio, std.string, std.conv, std.algorithm; int n; rd(n); auto s = readln.chomp.to!(char[]); auto a = readln.split.to!(long[]); const char[] pat = "hard"; auto dp = new long[](pat.length + 1); fill(dp, 1_000_000_000_000_000_000); dp[0] = 0; foreach (i; 0 .. n) { auto n...
D
being more concentrated than normally possible and therefore not in equilibrium
D
// Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge, publish, ...
D
CHAIN IF ~InParty("V#1WHI") See("V#1WHI") !StateCheck("C0Sirene",CD_STATE_NOTVALID) !StateCheck("V#1WHI",CD_STATE_NOTVALID) CombatCounter(0) !See([ENEMY]) Global("C0SireneWhite1","GLOBAL",0)~ THEN BC0Siren C0SireneWhite1 ~You mentioned being raised within a temple, White. How is it that you grew up without faith...
D
/Users/zaidtayyab/Desktop/Template/Build/Template/Build/Intermediates/Pods.build/Debug-iphonesimulator/NVActivityIndicatorView.build/Objects-normal/x86_64/NVActivityIndicatorAnimationBallGridBeat.o : /Users/zaidtayyab/Desktop/Template/Pods/NVActivityIndicatorView/NVActivityIndicatorView/Animations/NVActivityIndicatorAn...
D
/** * Computes RIPEMD-160 hashes of arbitrary data. RIPEMD-160 hashes are 20 byte quantities * that are like a checksum or CRC, but are more robust. * $(SCRIPT inhibitQuickIndex = 1;) $(DIVC quickindex, $(BOOKTABLE , $(TR $(TH Category) $(TH Functions) ) $(TR $(TDNW Template API) $(TD $(MYREF RIPEMD160) ) ) $(TR $(...
D
a request (spoken or written) to participate or be present or take part in something a tempting allurement
D
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: chat/v1/streaming.proto module protocol.chat.v1.streaming; import google.protobuf; import protocol.harmonytypes.v1.types; import google.protobuf.timestamp; enum protocVersion = 3012004; class StreamEventsRequest { enum RequestCase { ...
D
module blockie.model.model6.M6WorldEditor; import blockie.model; final class M6WorldEditor : WorldEditor { protected: override void generateDistances() { auto addedViews = new DistanceFieldsBiDirChunk(storage, views, 31) .generate() .getAddedViews(); new DistanceFieldsBiD...
D
E: c80, c46, c70, c83, c59, c42, c13, c67, c68, c98, c87, c45, c25, c81, c102, c29, c91, c82, c20, c22, c36, c84, c41, c9, c89, c92, c14, c97, c16, c35, c54, c78, c12, c30, c58, c6, c1, c27, c17, c95, c32, c103, c28, c65, c86, c8, c31, c39, c66, c94, c53, c100, c43, c57, c96, c71, c69, c47, c50, c11, c77, c40, c37, c24...
D
/Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/Build/Intermediates.noindex/CarDirectory.build/Debug/CarDirectory.build/Objects-normal/x86_64/СarDirectory.o : /Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/CarDirectory/CarStorage.swift /Users/valeri/ЦФТ_ios_2019/30_03_carTask/30_03/CarDirectory/main.swift /Users/valeri/...
D
module android.java.android.media.midi.MidiReceiver; public import android.java.android.media.midi.MidiReceiver_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MidiReceiver; import import0 = android.java.java.lang.Class;
D
var int FH_SkinTexture; var string FH_HeadMesh; var int FH_HeadMesh_DEFAULT_Hilfsvariable; var int sex; func void Change_FH_Visual() { var string printText; if(FH_HeadMesh_DEFAULT_Hilfsvariable == 0) { FH_HeadMesh = "Hum_Head_Bald"; FH_HeadMesh_DEFAULT_Hilfsvariable = 1; }; if(FH_SkinTexture < 0) { FH_S...
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Bits.build/BitsError.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/core.git-9210800844849382486/Sources/Bits/Deprecated.swift /Users/Khanh/vapor/TILApp/.build/checkouts/core.git-9210800844849382486/Sources/Bits/ByteBuffer+require.swift /Users/Khanh/...
D
void main() { debug { "==================================".writeln; while(true) { auto bench = benchmark!problem(1); "<<< Process time: %s >>>".writefln(bench[0]); "==================================".writeln; } } else { problem(); } } void problem() { auto N = scan!long; a...
D
a profession of belief a legal document declaring a person's wishes regarding the disposal of their property when they die strong evidence for something either of the two main parts of the Christian Bible
D
// Written in the D programming language. /** Classes and functions for handling and transcoding between various encodings. For cases where the _encoding is known at compile-time, functions are provided for arbitrary _encoding and decoding of characters, arbitrary transcoding between strings of different type, as wel...
D
module org.serviio.ui.resources.server.AboutServerResource; import org.serviio.restlet.AbstractServerResource; import org.serviio.ui.resources.AboutResource; public class AboutServerResource : AbstractServerResource , AboutResource { } /* Location: D:\Program Files\Serviio\lib\serviio.jar * Qualified Na...
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Aug 6, 2011 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module spec.serialization.Struct; import dspec.Dsl; import mambo.core.string; import m...
D
#!/usr/bin/env rdmd module unit_test_runner; import std.algorithm : filter, map, joiner, substitute; import std.array : array, join; import std.conv : to; import std.exception : enforce; import std.file : dirEntries, exists, SpanMode, mkdirRecurse, write; import std.format : format; import std.getopt : getopt; import ...
D
the state of being under the control of a force or influence or abstract power the state of being under the control of another person sexual practice that involves physically restraining (by cords or handcuffs) one of the partners
D
module test.infra; public import unit_threaded; public import test.infra.file;
D
inhabit or live in be present in exist or be situated within having inhabitants
D
/** * Implementation of code coverage analyzer. * * Copyright: Copyright Digital Mars 1995 - 2015. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright, Sean Kelly * Source: $(DRUNTIMESR...
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2015 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.attrib; import core.std...
D
/******************************************************************************* * Copyright (c) 2000, 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module ogre.effects.billboardset;
D
// REQUIRED_ARGS: // PERMUTE_ARGS: -w -d -de -dw extern(C) int printf(const char*, ...); /***************************************************/ // mutable field struct S1A { int v; this(int) { v = 1; v = 2; // multiple initialization } } struct S1B { int v; this(int) { ...
D
int func(alias F)(int i) { return i; } class C { int b; } void main() { auto a = &func!(C.b); assert(a(5) == 5); //auto i = func!(C.b)(5); // uncomment for a weird compiler error }
D
module SplitTest; import std.algorithm; import std.ascii; import std.container.array; import std.conv; import std.format; import std.file; import std.math; import std.path; import std.stdio; import std.string; import std.traits; import core.stdc.stdlib; import iup; import im; import cd; import toolkit.event; impor...
D
/** * DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC. * * Source file ddbc/drivers/mysqlddbc.d. * * DDBC library attempts to provide implementation independent interface to different databases. * * Set of supported RDBMSs can be extended by writing Drivers for...
D
module vcg; // REQUIRED_ARGS: -vcg-ast -o- // PERMUTE_ARGS: // POST_SCRIPT: compilable/extra-files/vcg-ast-postscript.sh template Seq(A...) { alias Seq = A; } auto a = Seq!(1,2,3); template R(T) { struct _R { T elem; } } typeof(R!int._R.elem) x; static foreach(enum i; 0..3) { mixin("int a" ~ i.stringof...
D
/** * Basic OS I/O utilities * * Includes OS utilities, such as changing/getting the current working * directory, setting/getting file attributes, directory walkers, etc. * * It is preferrable while importing this module to alias it. */ module os.io; extern (C): nothrow: //TODO: File/directory walker struct O...
D
/** Copyright: © 2013 rejectedsoftware e.K. License: Subject to the terms of the GNU GPLv3 license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module dubregistry.repositories.github; import dubregistry.cache; import dubregistry.dbcontroller : DbRepository; import dubregistry.repositories....
D
/* * This file has been automatically generated by Soupply and released under the MIT license. * Generated from data/java316.xml */ module soupply.java316.protocol.serverbound; static import std.conv; import std.typetuple : TypeTuple; import xpacket; import soupply.util; import soupply.java316.metadata : Metadata;...
D
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/Validation.build/Validators/CountValidator.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/validation/Sources/Validation/Validatable.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checko...
D
a brief description given for purposes of identification trade name of a company that produces musical recordings a radioactive isotope that is used in a compound in order to trace the mechanism of a chemical reaction an identifying or descriptive marker that is attached to an object assign a label to attach a tag or l...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/Utilities/Exports.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/template-kit.git-6616349092713276412/Sources/TemplateKit/Data/TemplateData.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/temp...
D
/** Handles program commands, which are arguments passed to a program that are not prefixed with `-` or `--`. So that you handle programs that can be executed in this format: --- $ ./program -v --global-option=7 command1 --parameter="yo" sub-command --another-parameter=42 --- Usage: The b...
D
/** * DLL interface for microsoft windows **/ version(windows){ import std.c.windows.windows; import core.sys.windows.dll; __gshared HINSTANCE g_hInst; extern(Windows) BOOL DllMain(HINSTANCE hInstance, ULONG ulReason, LPVOID pvReserved){ switch (ulReason){ case DLL_PROCESS_ATTACH: g_hI...
D
 module geom.LoopSchemeMask; import tpl.singleton; import Мт = geom.MathDefs; /** implements кэш for the weights of the original Loop scheme supports: $(UL $(LI vertex projection rule on the next level) $(LI vertex projection rule on the limit surface) $(LI vertex projection ru...
D
/workspace/target/debug/deps/atty-9aacf6bfee0b2fb6.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs /workspace/target/debug/deps/libatty-9aacf6bfee0b2fb6.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/atty-0.2.14/src/lib.rs /workspace/target/debug/deps/atty-9aacf6bfee0b...
D
module tcenal.dsl.parsers; import compile_time_unittest : enableCompileTimeUnittest; import tcenal.parser_combinator.token : Token; import tcenal.parser_combinator.parsing_result : ParsingResult; import tcenal.parser_combinator.parse_tree_node : ParseTreeNode; import tcenal.parser_combinator.memo : Memo; import tcena...
D
import unit_threaded.runner.runner; version(dpp2) { mixin runTestsMain!( // unit tests "ut.translation.type.primitives", "ut.translation.type.array", "ut.translation.type.pointer", "ut.translation.node.structs", "ut.transform.clang", "ut.transform.cursor",...
D
module irc.client; import irc.socket, irc.message; import std.regex, std.container, std.datetime, std.conv, std.string, std.algorithm, std.array, std.stdio; alias MessageHandler = void delegate(IRCMessage message); alias MessageHandlerWithArgs = void delegate(IRCMessage message, string[] args); class IRCCl...
D
/* * Iteratively generates permutations (Euler 24 and 43) * Copyright 2012 James Otten <james_otten@lavabit.com> */ import std.stdio; bool next_permutation(T)(ref T[] seq, in ulong first, in ulong last) { void swap(ref T[] arr, in ulong a, in ulong b) { T temp = arr[a]; arr[a] = arr[b]; arr[b] = temp; } i...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1...
D
/******************************************************************************* * Copyright (c) 2000, 2004 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module globjects; import std.file; import std.path; import std.stdio; import core.exception; import derelict.opengl3.gl; import derelict.glfw3.glfw3; import gl3n.linalg; //============================================================================== // Exceptions //==================...
D
/Users/anton/Desktop/WeatherApp/DerivedData/WeatherApp/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/anton/Desktop/WeatherApp/Pods/Alamofire/Source/MultipartFormData.swift /Users/anton/Desktop/WeatherApp/Pods/Alamofire/Source/Timeline.swift /U...
D
/Users/love/Resources/StringsScript/.build/x86_64-apple-macosx10.10/release/StringsScript.build/main.swift.o : /Users/love/Resources/StringsScript/Sources/StringsScript/main.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Dispatch.apinotesc /Applications/...
D
import lib; unittest { assert(add(1, 1) == 2); } void main() {}
D
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
D
module neton.util.future; import core.sync.condition; import core.sync.mutex; import hunt.logging; class Future(Req , Res) { Req _in; Res _out; Condition _condition; this(Req in_ ) { _in = in_; // trace("**** key : ",cast(string)(_in.key)); _condition = new Condition(n...
D
module UnrealScript.UTGame.UTSeqEvent_GameEnded; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SequenceEvent; import UnrealScript.Engine.Actor; extern(C++) interface UTSeqEvent_GameEnded : SequenceEvent { public extern(D): private static __gshared ScriptClass mStaticClass; ...
D
<?xml version="1.0" encoding="ASCII"?> <di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi"> <pageList> <availablePage> <emfPageIdentifier href="model.notation#_g_pjcGfBEeKCtukk-1...
D
/Users/yinheng/Desktop/code/node/rs/axum_live/target/rls/debug/deps/num_cpus-577c6b651a4807bc.rmeta: /Users/yinheng/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.13.1/src/lib.rs /Users/yinheng/Desktop/code/node/rs/axum_live/target/rls/debug/deps/num_cpus-577c6b651a4807bc.d: /Users/yinheng/.cargo/registry/...
D
// ************************************************** VAR INT MordragKO_PlayerChoseOreBarons; VAR INT MordragKO_PlayerChoseThorus; VAR INT MordragKO_HauAb; var int MordragKO_StayAtNC; // ************************************************** // ************************************************** // EXIT // *********...
D
teacher at a university or college (especially at Cambridge or Oxford)
D
/** DDBC - D DataBase Connector - abstraction layer for RDBMS access, with interface similar to JDBC. Source file ddbc/package.d DDBC library attempts to provide implementation independent interface to different databases. API is similar to Java JDBC API. http://docs.oracle.com/javase/7/docs/technotes/guides/jdbc/ ...
D
/Users/thendral/POC/vapor/Friends/.build/debug/Leaf.build/Tag/Models/Index.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Leaf-1.0.5/Sources/Leaf/Argument.swift /Users/thendral/POC/vapor/Friends/Packages/Leaf-1.0.5/Sources/Leaf/Byte+Leaf.swift /Users/thendral/POC/vapor/Friends/Packages/Leaf-1.0.5/Sources/Leaf/Con...
D
module android.java.android.os.UserManager_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.android.content.Intent_d_interface; import import5 = android.java.java.lang.Class_d_in...
D
/** D bindings for GSL. Authors: Chibisi Chima-Okereke Copyright: Copyright (c) 2016, Chibisi Chima-Okereke. All rights reserved. License: Boost License 1.0 */ module gsl.randist; import gsl.rng; extern (C): struct gsl_ran_discrete_t { size_t K; size_t* A; double* F; } uint gsl_ran_be...
D
// ************************************** // EXIT // ************************************** instance DIA_Raven_Exit (C_INFO) { npc = Ebr_105_Raven; nr = 999; condition = DIA_Raven_Exit_Condition; information = DIA_Raven_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; FUNC...
D
module basics.verify; import std.algorithm; import std.array; import std.file; import std.stdio; import core.memory; import basics.cmdargs; import basics.globals; import basics.init; import basics.user; // Result import file.filename; import game.core.game; import game.replay; import level.level; public void process...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 283.600006 83.1999969 4.4000001 84.1999969 2 4 -38 142.5 140 6.19999981 6.19999981 1 sediments, limestone, extrusives 21.8999996 87.1999969 3.5 52 0 4 -37 143.399994 9069 4.4000001 4.4000001 0.5 extrusives, basalts 244.5 81.6999969 9.80000019 0 ...
D
/** kgl3n.interpolate Authors: David Herberth License: MIT */ module kgl3n.interpolate; import kgl3n.math : almostEqual, acos, sin, sqrt, clamp, PI; import std.conv : to; import kgl3n.vector; import kgl3n.quaternion; @safe pure nothrow: /// Interpolates linear between two points, also known as lerp. T lerp(T)(T a...
D
/* * Copyright (c) 2017-2018 sel-project * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pu...
D
module armos.math.matrix; import armos.math; /++ 行列を表すstructです. +/ struct Matrix(T, int RowSize, int ColSize)if(__traits(isArithmetic, T) && RowSize > 0 && ColSize > 0){ alias Matrix!(T, RowSize, ColSize) MatrixType; alias armos.math.Vector!(T, ColSize) VectorType; /++ +/ enum int rowSize = RowSiz...
D
a person who ousts or supplants someone else a wrongful dispossession the act of ejecting someone or forcing them out
D
module game.core; import core.memory; import std.format; import std.math; import std.range; import std.stdio; import engine; import game; TextureManager texture_manager; EntityManager entity_manager; Player local_player; Texture simple_text; double TIME=0; void initialize() { texture_manager = new TextureManager;...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_olectl.d) */ module core.sys.windows.olectl; version (Windows): // In conversion from MinGW, the following ...
D
module Guigle.EditField; // Copyright Stephen Jones 2013. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) import std.stdio; import std.string; import std.conv; import std.file; import std.a...
D
/* ** Lua - An Extensible Extension Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file */ module lib.lua.lua; import lib.lua.luaconf; extern (C): const LUA_VERSION = "Lua 5.1"; const LUA_RELEASE = "Lua 5.1.4"; const LUA_VERSION_NUM = 501; const LUA_COPY...
D
module rocketequation; import std.stdio; import std.math; import std.conv; import std.range; import std.algorithm; alias calculateFuel = (mass) => floor(mass.to!double / 3) - 2; double calculateFuelRecursively(ref double sum, double mass) { double nextValue = calculateFuel(mass); if (nextValue <= 0) return sum; ...
D
module android.java.android.security.keystore.StrongBoxUnavailableException_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.io.PrintStream_d_interface; import import4 = and...
D
/home/andy/source/rust/rust_course/webAssembly/wasm-game-of-life/target/rls/debug/deps/cfg_if-98285b08aa84c694.rmeta: /home/andy/.cargo/registry/src/crates.rustcc.cn-46a557d00542c05f/cfg-if-0.1.10/src/lib.rs /home/andy/source/rust/rust_course/webAssembly/wasm-game-of-life/target/rls/debug/deps/cfg_if-98285b08aa84c694....
D
/Users/asatyamurthy/Desktop/PhunwareHW/build/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/TransformOf.o : /Users/asatyamurthy/Desktop/PhunwareHW/Pods/ObjectMapper/ObjectMapper/Transforms/CustomDateFormatTransform.swift /Users/asatyamurthy/Desktop/PhunwareHW/Pods/ObjectMapper/ObjectMapper/Tr...
D
import std.stdio; void main(){ "first" ~ "second"; }
D
/* REQUIRED_ARGS: -preview=dip1000 TEST_OUTPUT: --- fail_compilation/retscope2.d(102): Error: scope variable `s` assigned to `ref` variable `p` with longer lifetime fail_compilation/retscope2.d(107): Error: address of variable `s` assigned to `p` with longer lifetime --- */ #line 100 @safe foo1(ref char[] p, scope cha...
D
module java.text.SimpleDateFormat; import java.lang; import java.text.DateFormat; public class SimpleDateFormat : DateFormat { public this() { implMissing(); } public this(String strDate) { implMissing(); } }
D
/** DGui project file. Copyright: Trogu Antonio Davide 2011-2013 License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Trogu Antonio Davide */ module dgui.core.message; import dgui.core.winapi; /* DGui Custom Messages in order to overcome WinAPI's limitation */ enum { DGUI_BASE = WM_APP + 1...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Console.build/Terminal/ANSI.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/console/Sources/Console/Terminal/ANSI.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/console/Sour...
D
module telega_dispatcher; import std.typecons; import telega:BotApi; import telega.telegram.basic:Update,Message; public import telega_dispatcher.filters; class Dispatcher{ BotApi bot; this(BotApi bot){ this.bot = bot; } void delegate(Message)[MessageFilter] messageHandlers; void delegat...
D
# FIXED PROFILES/gatt_uuid.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/host/gatt_uuid.c PROFILES/gatt_uuid.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h PROFILES/gatt_uuid.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/hal/src/target/_common/hal_types.h PROFILES/gatt_uuid.obj:...
D
/Users/migueljimenez/Downloads/WeatherOrNotApp/WeatherOrNot-Starter/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/PromiseKit.build/Objects-normal/x86_64/CLLocationManager+Promise.o : /Users/migueljimenez/Downloads/WeatherOrNotApp/WeatherOrNot-Starter/Pods/PromiseKit/Sources/race.swift /Users/migueljimene...
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
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void get(Args...)(ref Args args) { import std.traits, std.meta, std.typecons; static if (Args.length == 1) { alias Arg = Args[0]; static if (isArray!Arg) { ...
D
// Written in the D programming language. /** $(SCRIPT inhibitQuickIndex = 1;) This module defines facilities for efficient checking of integral operations against overflow, casting with loss of precision, unexpected change of sign, etc. The checking (and possibly correction) can be done at operation level, for exampl...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Console.build/Console/Style/Console+ConsoleStyle.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Console-1.0.1/Sources/Console/Bar/Bar.swift /Users/mohammadazam/Documents/Projects/StoryT...
D
/** * Validates an email address according to RFCs 5321, 5322 and others. * * Authors: Dominic Sayers $(LT)dominic@sayers.cc$(GT), Jacob Carlborg * Copyright: Dominic Sayers, Jacob Carlborg 2008-. * Test schema documentation: Copyright © 2011, Daniel Marschall * License: $(LINK2 http://www.boost.org/LICENSE_1_0.t...
D
/home/openseem/Documents/rcore_study/rust_practice/hello_cargo/target/debug/deps/hello_cargo-b6b06982b1b9abfa.rmeta: src/main.rs /home/openseem/Documents/rcore_study/rust_practice/hello_cargo/target/debug/deps/hello_cargo-b6b06982b1b9abfa.d: src/main.rs src/main.rs:
D
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODAnaHelpers/obj/HelpTreeBase.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODAnaHelpers/obj/HelpTreeBase.d : /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/xAO...
D
/* Copyright (c) 2013-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,...
D
/home/ammad/Desktop/GITHUB/assignment-quater3iot/actix/target/debug/deps/futures_io-9560aa9af1a32f04.rmeta: /home/ammad/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.5/src/lib.rs /home/ammad/Desktop/GITHUB/assignment-quater3iot/actix/target/debug/deps/libfutures_io-9560aa9af1a32f04.rlib: /home/ammad/....
D
/Users/sylvltx/bridge/rsbridge/target/debug/deps/radium-b304b615f5722232.rmeta: /Users/sylvltx/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.3.0/src/lib.rs /Users/sylvltx/bridge/rsbridge/target/debug/deps/libradium-b304b615f5722232.rlib: /Users/sylvltx/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-...
D
/******************************************************************************* * Copyright (c) 2000, 2007 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
D
module engine.music; import engine.cman; import polyplex; import containers.list; private struct Track { Music track; float volume; } class MusicMgr { private: Track*[string] tracks; string focusedTrack; public: float gainSpeed = 0.01f; float maxGain = 0.4f; void addTrack(string name) { ...
D