code
stringlengths
3
10M
language
stringclasses
31 values
/** libevent based driver Copyright: © 2012-2013 RejectedSoftware e.K. Authors: Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. */ module vibe.core.drivers.libevent2_tcp; version(VibeLibeventDriver) { public import vibe.core.core; import vibe.core.log;...
D
/* 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 applicable law or agreed to in writing, software * distributed...
D
module gtkD.gtk.CellLayoutIF; public import gtkD.gtkc.gtktypes; private import gtkD.gtkc.gtk; private import gtkD.glib.ConstructionException; private import gtkD.glib.Str; private import gtkD.gtk.CellRenderer; private import gtkD.glib.ListG; /** * Description * GtkCellLayout is an interface to be implemented...
D
/mnt/c/Users/Max Kelly/Documents/GitHub/Rust/crawler/target/debug/build/openssl-7a5f2b8f42033e25/build_script_build-7a5f2b8f42033e25: /home/Max/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.9.24/build.rs /mnt/c/Users/Max Kelly/Documents/GitHub/Rust/crawler/target/debug/build/openssl-7a5f2b8f42033e25/build_...
D
instance STRF_1118_Addon_Patrick(Npc_Default) { name[0] = "Патрик"; guild = GIL_STRF; id = 1118; voice = 7; flags = 0; npcType = npctype_main; aivar[AIV_NoFightParker] = TRUE; aivar[AIV_IgnoresArmor] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE_Murder] = TRUE;...
D
the form of government of a social organization a politically organized unit shrewd or crafty management of public affairs
D
void main(string[] args) { import std.algorithm : each; import std.bitmanip : nativeToLittleEndian; import std.conv : to; import std.stdio : writeln, writef; if (args.length != 3) { writeln("Usage: makebl from to"); } uint fromAddr = args[1].to!uint(16), toAddr = args[2].to!uint(16); (t...
D
module UnrealScript.Engine.DynamicCameraActor; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.CameraActor; extern(C++) interface DynamicCameraActor : CameraActor { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticC...
D
any of various tailless stout-bodied amphibians with long hind limbs for leaping
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Console.build/Activity/LoadingBar.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/console.git--1231705849320085599/Sources/Console/Terminal/ANSI.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/console.git--12317...
D
/* * Copyright 2015-2018 HuntLabs.cn * * 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 applicable la...
D
module android.java.android.drm.DrmManagerClient_OnErrorListener; public import android.java.android.drm.DrmManagerClient_OnErrorListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!DrmManagerClient_OnErrorListener; import import2 = android.java.java.lang.Class;
D
/** * $(SCRIPT inhibitQuickIndex = 1;) * $(DIVC quickindex, * $(BOOKTABLE, * $(TR $(TH Category) $(TH Symbols)) * $(TR $(TD Arrays) $(TD * $(MYREF assumeSafeAppend) * $(MYREF capacity) * $(MYREF idup) * $(MYREF reserve) * )) * $(TR $(TD Associative arrays) $(TD * $(MYREF byKey) * $(...
D
module hunt.wechat.bean.semantic.semproxy.inner.EndLoc; /** * @program: weixin-popular * @description: * @author: 01 * @create: 2018-08-18 13:34 **/ class EndLoc : StartLoc { }
D
module android.java.android.service.restrictions.RestrictionsReceiver_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 import4 = androi...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1992-1998 by Symantec * Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: ...
D
/** * Declared the majority of the interfaces for Devisualization.Window * * Authors: * Richard Andrew Cattermole * * License: * The MIT License (MIT) * * Copyright (c) 2014 Devisualization (Richard Andrew Cattermole) * * Permission is hereby granted, free of charge, to any person obtaining a cop...
D
/home/alansky/Dev/Parity/substrate-node-template/target/debug/wbuild/target/release/deps/libref_cast_impl-00b2ac38c7d69728.so: /home/alansky/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-impl-1.0.2/src/lib.rs /home/alansky/Dev/Parity/substrate-node-template/target/debug/wbuild/target/release/deps/ref_cast_i...
D
/*------------------------------------------------------------------------- * * Copyright (c) 2011, PostgreSQL Global Development Group * * *------------------------------------------------------------------------- */ module org.postgresql.util.ByteConverter; /** * Helper methods to parse java base types from ...
D
auto V = [1, 5, 10, 50, 100, 500]; void main() { auto C = readAs!(int[]); auto A = ri; int res; foreach_reverse(i; 0..6) { auto k = min(A / V[i], C[i]); A -= k * V[i]; res += k; } res.writeln; } /* 1: 3 2 1 3 0 2 620 ==> 6 */ // =================================== import std.stdio; import std.strin...
D
module dlp.commands.infer_attributes; import std.stdio; import std.string; import dmd.declaration : Declaration; import dmd.dmodule : Module; import dmd.dscope : Scope; import dmd.func; import dmd.visitor : SemanticTimeTransitiveVisitor, Visitor; import dlp.commands.utility; import dlp.core.optional; import dlp.core...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Commands/CommandConfig+Default.swift.o : /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Utilities/FileIO.swift /Users/nice/HelloWord/.build/checkouts/vapor.git-950337452186757751/Sources/Vapor/Content/FormDataCode...
D
/Users/apple-1/Documents/xCode/InstagramLogin-Swift/Build/Intermediates/InstagramLogin-Swift.build/Debug-iphonesimulator/InstagramLogin-Swift.build/Objects-normal/x86_64/Constant.o : /Users/apple-1/Documents/xCode/InstagramLogin-Swift/InstagramLogin-Swift/InitialViewController.swift /Users/apple-1/Documents/xCode/Insta...
D
/** * Dland version of romanNumerals.cpp * Author: Sean Grimes * Date: 12/11/14 * * For comparison sake, using bash time utility: * dlang version: 0m0.002s * cpp version: 0m0.003s */ import std.stdio; // Input / Output / File import std.conv; // to!int void main(string[] args){ if(args.length > 1){ auto fi...
D
module android.java.android.database.sqlite.SQLiteQueryBuilder_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.CharSequence_d_interface; import import2 = android.java....
D
import std.conv; import std.getopt; import std.stdio; import optimal_hall_requests; import elevator_state; import jsonx; struct Input { bool[][] hallRequests; LocalElevatorState[string] states; } void main(string[] args){ string input_str; args.getopt( std.getopt.config.passThrough, ...
D
// c03ex10.d import std.stdio; void main() { int MES; write("Informe um numero equivalente a um MES: "); readf(" %s", &MES); writeln(); if (MES == 1) writeln("Janeiro"); else if (MES == 2) writeln("Fevereiro"); else if (MES == 3) writeln("Marco")...
D
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintInsets.o : /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/zecheng/iosDevelop/secondHand/Pods/SnapKit/Sour...
D
image.o: C:/TEMP/THOG-life/src/image.cpp C:/TEMP/THOG-life/src/image.hpp
D
/** Package recipe reading/writing facilities. Copyright: © 2015-2016, Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig */ module dub.recipe.io; import dub.recipe.packagerecipe; import dub.internal.logging; import dub.internal.vibeco...
D
import std.stdio, std.algorithm; void main() { /* auto floor = stdin.byLine.front.map!(a => (a == ')') ? -1 : (a == '(') ? 1 : 0).sum; */ int floor = 0; ulong basementPos = 0; foreach (i, c; stdin.byLine.front) { floor += (c == ')') ? -1 : (c == '(') ? 1 : 0; if (basementPos == 0 &&...
D
/** * Execution core */ module vcpu.exec; import vcpu.core, vcpu.mm, vcpu.utils, vcpu.modrm; import vdos.interrupts, vdos.io; import logger; extern (C): //TODO: Consider grouping by 6 bits // * CPU can shift by 2 bits // - D/W bits need to be set somewhere and be accessed fast /** * Execute an instruct...
D
/home/filip/Projects/Engineering/advent_of_code/advent_of_code_19/target/debug/deps/Radar-85fb50d75d93a7b4.rmeta: libs/Radar/src/lib.rs /home/filip/Projects/Engineering/advent_of_code/advent_of_code_19/target/debug/deps/libRadar-85fb50d75d93a7b4.rlib: libs/Radar/src/lib.rs /home/filip/Projects/Engineering/advent_of_c...
D
module unwind; alias _Unwind_Reason_Code = uint; enum : _Unwind_Reason_Code { _URC_NO_REASON = 0, _URC_FOREIGN_EXCEPTION_CAUGHT = 1, _URC_FATAL_PHASE2_ERROR = 2, _URC_FATAL_PHASE1_ERROR = 3, _URC_NORMAL_STOP = 4, _URC_END_OF_STACK = 5, _URC_HANDLER_FOUND = 6, _URC_INSTALL_CONTEXT = 7, _URC_CONTINUE_UNWIND = 8...
D
peer1 /src/P2Pfile/Peer1/filefolder 3001 127.0.0.1 p1t1.txt p1t10.txt p1t2.txt p1t3.txt p1t4.txt p1t5.txt p1t6.txt p1t7.txt p1t8.txt p1t9.txt test1.jpg test1.txt test2.jpg
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Fluent.build/Schema/DatabasesConfig+References.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/...
D
import std.stdio : writeln; import std.file : readText; import std.string : strip; @safe: void main() { Tokenizer tokenizer; const tokens = tokenizer.tokenize(readText("input.txt").strip); writeln("Part 1: ", tokens.scoreGroups); writeln("Part 2: ", tokenizer.garbageCount); } pure: nothrow: @nogc: private enum ...
D
module tofuEngine.level; import container.octree; import container.hashmap; import container.clist; import container.rstring; import std.experimental.allocator; import std.experimental.allocator.mallocator; import util.serial2; import math.matrix; import tofuEngine.entity; import tofuEngine.engine; private alias allo...
D
state of disgrace resulting from public abuse a state of extreme dishonor
D
// Copyright 2005 Google Inc. 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. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
D
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/RetryWhen.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift...
D
module test.NullableTest; import hunt.Long; import hunt.Nullable; import std.conv; import std.stdio; class NullableTest { void testValueType() { Nullable!long l12 = Long.valueOf(12); Nullable!long l20 = new Long(20); // assert(l12 == 12); // Long l20 = new Long(20); //...
D
module hunt.wechat.bean.card.testwhitelist.set.TestWhiteListSet; /** * 投放卡券-设置测试白名单-请求参数 * * * */ class TestWhiteListSet { /** * 测试的openid列表 */ private string[] openid; /** * 测试的微信号列表 */ private string[] username; /** * @return 测试的openid列表 */ public string[] getOpeni...
D
module mypackage.server.extra; void foo() {}
D
// モジュールのインポート import std.stdio; // 標準入出力 // main関数の定義 void main() // 戻り値はvoidでもいい. { // "ABCDE"を改行付きで出力. writeln("ABCDE"); // writelnで"ABCDE"を出力. }
D
Ddoc $(DERS_BOLUMU $(IX range) Ranges) $(P Ranges are an abstraction of element access. This abstraction enables the use of great number of algorithms over great number of container types. Ranges emphasize how container elements are accessed, as opposed to how the containers are implemented. ) $(P Ranges are a very ...
D
/** This module implements a singly-linked list container. This module is a submodule of $(LINK2 std_container.html, std.container). Source: $(PHOBOSSRC std/container/_slist.d) Macros: WIKI = Phobos/StdContainer TEXTWITHCOMMAS = $0 Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other cod...
D
// Not work! dmd 1.040 - works dmd 2.029 // Off digitalmars.D.learn - unknowen/John C import std.stdio; import std.conv; import std.string; void main() { string str = "1 2 3 4 5 6"; double[] numbers = std.conv.to!(double[])(split(str)); writefln(std.conv.to!string(numbers)); writeln(std.conv.to!string(numbers, "( ...
D
/Users/tplus/Desktop/GB_Project/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ResponseSerialization.o : /Users/tplus/Desktop/GB_Project/Pods/Alamofire/Source/MultipartFormData.swift /Users/tplus/Desktop/GB_Project/Pods/Alamofire/Source/Timeline.swift /Users/tplus/Desktop/GB_Project/Pods/A...
D
// ********** // SPL_Shrink // ********** const int SPL_Cost_Shrink = 50; INSTANCE Spell_Shrink (C_Spell_Proto) { time_per_mana = 0; //Wert wird nicht gebraucht - Spell wirkt INSTANT spelltype = SPELL_NEUTRAL; targetCollectAlgo = TARGET_COLLECT_FOCUS; targetCollectRange = 1000; //10m }; func int...
D
/* * ti_array_ulong.d * * This module implements the TypeInfo for ulong[] * */ module dyndrt.typeinfos.ti_array_ulong; import dyndrt.typeinfos.ti_array; class TypeInfo_Am : ArrayInfo!("ulong") { }
D
/Users/park-eunji/Desktop/Project/FPVersion/.build/x86_64-apple-macosx/debug/FPVersionTests.build/XCTestManifests.swift.o : /Users/park-eunji/Desktop/Project/FPVersion/Tests/FPVersionTests/FPVersionTests.swift /Users/park-eunji/Desktop/Project/FPVersion/Tests/FPVersionTests/XCTestManifests.swift /Users/park-eunji/Deskt...
D
/* * Copyright (c) 2004-2009 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 * notice...
D
/home/hustccc/OS_Tutorial_Summer_of_Code/Rust_Learning_Code/csv_challenge/target/release/build/libc-68e44400256f8eda/build_script_build-68e44400256f8eda: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.71/build.rs /home/hustccc/OS_Tutorial_Summer_of_Code/Rust_Learning_Code/csv_challenge...
D
instance NOV_1365_Novize(Npc_Default) { name[0] = NAME_MadNovice; npcType = npctype_main; guild = GIL_GUR; level = 30; flags = 0; voice = 3; id = 1365; attribute[ATR_STRENGTH] = 115; attribute[ATR_DEXTERITY] = 50; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 250; at...
D
import std.stdint; /// Closure value type alias Value delegate() Clos; // Type tags enum Tag { BOOL, INT64, FLOAT64, STRING, ARRAY, OBJECT, CLOS } /** Word value type */ union Word { int8_t int8; int16_t int16; int32_t int32; int64_t int64; double float64; /* ...
D
module foo.bar; import core.vararg; import std.stdio; pragma (lib, "test"); pragma (msg, "Hello World"); static assert(true, "message"); alias double mydbl; int testmain() in { assert(1 + (2 + 3) == -(1 - 2 * 3)); } out(result) { assert(result == 0); } body { float f = (float).infinity; int i = cast(int)f; writeln...
D
import std.file, std.json, std.stdio; void main() { printf("starting\n"); File json = File("uk-500-oneline.json", "r"); JSONValue parsed = parseJSON(json.readln()); //read in file int i= 0; while (i< 100) { writeln(parsed.array[i].toPrettyString()); i++; } }
D
/** * Windows API header module * * Translated from MinGW Windows headers * * Authors: Stewart Gordon * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_dhcpcsdk.d) */ module core.sys.windows.dhcpcsdk; version (Windows): private import core...
D
/** * Entry point for DMD. * * This modules defines the entry point (main) for DMD, as well as related * utilities needed for arguments parsing, path manipulation, etc... * This file is not shared with other compilers which use the DMD front-end. * * Copyright: Copyright (C) 1999-2022 by The D Language Founda...
D
/Users/zaidtayyab/Desktop/Template/Build/Template/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImageDownloader.o : /Users/zaidtayyab/Desktop/Template/Pods/Kingfisher/Sources/String+MD5.swift /Users/zaidtayyab/Desktop/Template/Pods/Kingfisher/Sources/Resource.swift /Users/z...
D
/* Written in the D programming language. For git maintenance (ensure at least one congruent line with originating C header): #define crypto_scalarmult_ristretto255_H */ module deimos.sodium.crypto_scalarmult_ristretto255; version(SODIUM_LIBRARY_MINIMAL) {} else { extern(C) @nogc nothrow /*pure*/ : enum crypto_sca...
D
/Users/Arick/Documents/swift/Homework2/build/Homework2.build/Debug-iphonesimulator/Homework2.build/Objects-normal/x86_64/MRTStationsData.o : /Users/Arick/Documents/swift/Homework2/Homework2/MRTStationTableViewCell.swift /Users/Arick/Documents/swift/Homework2/Homework2/MRTStationTableViewCellTwo.swift /Users/Arick/Docum...
D
module hip.windowing.platforms.null_; void openWindow(int width, int height) { } void show(){} void poll(){} void swapBuffer(){} bool destroy_GL_Context(){return true;}
D
// Written in the D programming language. /** * Templates which extract information about types and symbols at compile time. * * $(SCRIPT inhibitQuickIndex = 1;) * * $(DIVC quickindex, * $(BOOKTABLE , * $(TR $(TH Category) $(TH Templates)) * $(TR $(TD Symbol Name _traits) $(TD * $(LREF fullyQualifie...
D
/* Copyright (c) 2020 Rasmus Thomsen <oss@cogitri.dev> This file is part of apk-polkit (see https://gitlab.alpinelinux.org/Cogitri/apk-polkit). apk-polkit 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 ...
D
module asdf.outputarray; import asdf.asdf; package struct OutputArray { import std.experimental.allocator; import std.experimental.allocator.gc_allocator; ubyte[] data; size_t shift; auto result() { return Asdf(data[0 .. shift]); } this(size_t initialLength) { assert(initialLength >= 32); data = cas...
D
/Users/hanykaram/Desktop/MVC/DerivedData/MVC/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/PKHUD.build/Objects-normal/x86_64/WindowRootViewController.o : /Users/hanykaram/Desktop/MVC/Pods/PKHUD/PKHUD/HUD.swift /Users/hanykaram/Desktop/MVC/Pods/PKHUD/PKHUD/PKHUD.swift /Users/hanykaram/Desktop/MVC/Pods/PKH...
D
module cache; import quickformat; import tools.base: read, write, split, join, slice, fail, mkdir, stuple, Stuple, ptuple; import tools.log: logln; string[] include_path; static this() { include_path ~= "/usr/local/include"; include_path ~= "/usr/include"; version(Windows) include_path ~= "/mingw/include"; } ...
D
# FIXED ICall/icall_cc2650.obj: C:/ti2/simplelink_cc2640r2_sdk_3_20_00_21/source/ti/blestack/icall/src/icall_cc2650.c ICall/icall_cc2650.obj: C:/ti2/simplelink_cc2640r2_sdk_3_20_00_21/source/ti/blestack/icall/src/icall_platform.h ICall/icall_cc2650.obj: C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_18.12.2.LTS/include/st...
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_17_agm-8723283...
D
module engine.framework.scene_tree; public: import engine.framework.scene_tree.base; import engine.framework.scene_tree.n2d; static struct GSceneTree { static: void initialize() { scene_tree_register_base(); scene_tree_register_n2d(); log.info( "Scene tree initialized" ); } }
D
INSTANCE Mod_7156_ASS_Mirza_NW (Npc_Default) { // ------ NSC ------ name = "Mirza"; guild = GIL_OUT; id = 7156; voice = 0; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 6); // ------ Kampf-Taktik ------ fight_...
D
a set of confused and meaningless statements a long and complicated and confusing procedure
D
/** * Function inliner. * * This is meant to replace the previous inliner, which inlined the front end AST. * This inlines based on the intermediate code, after it is optimized, * which is simpler and presumably can inline more functions. * It does not yet have full functionality, * - it does not inline expressi...
D
module Engine.Lang.Token; import std.stdio : writeln; // exceptions? import std.conv : to; import Engine.Lang.EscapedString : EscapedString; // TODO< uml > // TODO< docu > // TODO< generalize > class Token { public enum EnumType { NUMBER = 0, IDENTIFIER, KEYWORD, // example: if do end ...
D
// Written in the D programming language. /** JavaScript Object Notation Copyright: Copyright Jeremie Pelletier 2008 - 2009. License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Jeremie Pelletier, David Herberth References: $(LINK http://json.org/) Source: $(PHOBOSSRC std/_json.d) */ /* ...
D
module glad.gl.funcs; private import glad.gl.types; bool GL_VERSION_1_0; bool GL_VERSION_1_1; bool GL_VERSION_1_2; bool GL_VERSION_1_3; bool GL_VERSION_1_4; bool GL_VERSION_1_5; bool GL_VERSION_2_0; bool GL_VERSION_2_1; bool GL_VERSION_3_0; bool GL_VERSION_3_1; bool GL_VERSION_3_2; bool GL_VERSION_3_3; nothrow @nogc ...
D
module client_module; import std.stdio; import std.string; import std.socket; import std.conv; import core.thread; /** **/ class Client_Module { private: string ip; ushort port; Socket socket; bool isClosed; public: /****/ this(string ip, ushort port){ this.ip = ip; this.port = port; this.is...
D
import benchmarks : compareBenchmarks; import containers; import utils; const string INPUT_FILE = "input/input.txt"; void main(string[] args) { import std.conv : parse; import std.format : format; import std.stdio : File, writeln; if (args.length != 3) { writeln("Usage: %s <operation> <number_of...
D
// ******************** // B_Say_GuildGreetings // ******************** func void B_Say_GuildGreetings (var C_NPC slf, var C_NPC oth) { if (slf.guild == GIL_MIL) && ( (oth.guild == GIL_MIL) || (oth.guild == GIL_PAL) ) { B_Say_Overlay (slf, oth, "$MILGREETINGS"); return; }; if (slf.guild == GIL_PAL) && ( (o...
D
// COMPILED_IMPORTS: imports/b33a.d // PERMUTE_ARGS: module b33; private import imports.b33a; size_t fn() { return find( "123" ); }
D
man-made equipment that orbits around the earth or the moon a person who follows or serves another any celestial body orbiting around a planet or star broadcast or disseminate via satellite
D
a system of beliefs and practices based on the philosophy of Rudolf Steiner
D
/// module rdkafkad.handler.producer; import rdkafkad; import std.datetime: Clock, UTC; /** * Producer */ class Producer : Handle { package GlobalConf _conf; /** * Creates a new Kafka producer handle. * * \p conf is an optional object that will be used instead of the default * configuration. ...
D
module dash.cli.app; import dash.cli.commands, dash.cli.project; void main( string[] args ) { import std.algorithm: countUntil; // The project to operate on. Project project = new Project; // all avaliable commands. Command[] commands = [ cast(Command)new CreateCommand, cast(Comma...
D
# FIXED uC-CPU/cpu_core.obj: C:/ti/Workspace/PLC_certificate/Software/uC-CPU/cpu_core.c uC-CPU/cpu_core.obj: C:/ti/Workspace/PLC_certificate/Software/uC-CPU/cpu_core.h uC-CPU/cpu_core.obj: C:/ti/Workspace/PLC_certificate/Software/uC-CPU/C28x/CCS/cpu.h uC-CPU/cpu_core.obj: C:/ti/Workspace/PLC_certificate/Software/uC-CP...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Vapor.build/Routing/Droplet+Routing.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/vapor.git-5567719720411555524/Sources/Vapor/JSON/HTTP/Message+JSON.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/vapor.git-556771972041...
D
const int BookLp2 = 2; const int BookLp3 = 3; const int BookLp5 = 5; const int BookLp8 = 8; const int BookXP250 = 250; const int BookXP500 = 500; const int BookXP1000 = 1000; const int LPMultiplier = 1000; const int XPMultiplier = 5; func void UseLPBook(var int constanze) { var int Wert; var string concatText; Wer...
D
a constellation in the southern hemisphere near Columba and Eridanus
D
fir_coefs.o: C:/Users/user/workspace/lib_mic_array/src/fir/fir_coefs.xc
D
module hunt.framework.auth.JwtToken; import hunt.shiro.authc.AuthenticationToken; /** * */ class JwtToken : AuthenticationToken { private string _token; private string _name; this(string token, string name = DEFAULT_AUTH_TOKEN_NAME) { _token = token; _name = name; } string g...
D
instance Mod_7307_UntoterNovize_AW (Npc_Default) { //-------- primary data -------- name = "Untoter Novize"; Npctype = Npctype_UNTOTERNOVIZE; guild = GIL_STRF; level = 20; voice = 2; id = 7307; //-------- abilities -------- B_SetAttributesToChapter (self, 4); EquipItem (self, ItMw_...
D
// Written in the D programming language. /** This is a proposal for a replacement for the $(D std._process) module. This is a summary of the functions in this module: $(UL $(LI $(LREF spawnProcess) spawns a new _process, optionally assigning it an arbitrary set of standard input, output, and ...
D
/*#D*/ // Copyright © 2016-2017, Bernard Helyer. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volt.semantic.folder; import volt.semantic.evaluate : foldBinOp, foldUnary; import volt.interfaces : Pass, TargetInfo; import volta.visitor.visitor : accept, NullVisitor; impor...
D
module android.java.android.media.AudioTrack_OnPlaybackPositionUpdateListener; public import android.java.android.media.AudioTrack_OnPlaybackPositionUpdateListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!AudioTrack_OnPlaybackPositionUpdateListener; import import1 = android.java.java.la...
D
import mir.ndslice.slice; import mir.ndslice.topology; import mir.ndslice.allocation; import mir.lapack; __gshared double[9] A = [ 1, 1, 0, 1, 0, 1, 0, 1, 1 ]; __gshared double[9] B = [ 1, 1, 1, 1, 1, 1, ...
D
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxRelay.build/Objects-normal/x86_64/PublishRelay.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxRelay/RxRelay/Observable+Bind.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxRelay/RxRelay/Utils.swift /User...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtNetwork module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Lice...
D
/root/Unit-Network/target/release/deps/strsim-be518b8b7cca0422.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs /root/Unit-Network/target/release/deps/libstrsim-be518b8b7cca0422.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.8.0/src/lib.rs /root/Unit-Network/t...
D