code
stringlengths
3
10M
language
stringclasses
31 values
module statsystem.userstats; import std.stdio, std.string; import std.ctype; import irccore.user, irccore.replyhandler; struct UserStatInfo { ulong lines=0; ulong words=0; float lineLengthMean=0; ulong joins=0; ulong parts=0; } class UserStats { private: UserStatInfo[string] userStats; public: th...
D
module entities.entity; import components.component; import systems.system; import game; import entities.entityType; import components.inventoryComponent; import components.componentType; import systems.systemType; import std.algorithm : cmp, canFind, remove; class Entity { protected Component[ComponentType] compon...
D
module test; import std.array; import std.process; import std.stdio; import std.file; import std.path; import std.algorithm; import std.string; import std.traits : ReturnType; void main () { TestRunner().run(); } private: /** * The available test groups. * * The tests will be run in the order specified here....
D
// Written in the D programming language. module windows.windowssystemassessmenttool; public import windows.core; public import windows.automation : BSTR, IDispatch, VARIANT; public import windows.com : HRESULT, IUnknown; public import windows.gdi : HBITMAP; public import windows.systemservices : PWSTR; public import...
D
/home/arttaaz/Documents/rust/advent/day_5/target/rls/debug/deps/day_5-825123a788215b46.rmeta: src/main.rs /home/arttaaz/Documents/rust/advent/day_5/target/rls/debug/deps/day_5-825123a788215b46.d: src/main.rs src/main.rs:
D
/** WinAPI based event driver implementation. This driver uses overlapped I/O to model asynchronous I/O operations efficiently. The driver's event loop processes UI messages, so that it integrates with GUI applications transparently. */ module eventcore.drivers.winapi.driver; version (Windows): import eventcore....
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// INSTANCE WRK_227_Snaf_EXIT (C_INFO) { npc = WRK_227_Snaf; nr = 999; condition = WRK_227_Snaf_EXIT_Condition; information = WRK_227_Snaf_EX...
D
/* TEST_OUTPUT: --- fail_compilation/test12558.d(32): Deprecation: `catch` statement without an exception specification is deprecated fail_compilation/test12558.d(32): use `catch(Throwable)` for old behavior fail_compilation/test12558.d(36): Deprecation: `catch` statement without an exception specification is de...
D
/** * * THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega8535 WITH ARCHITECTURE avr4 * */ module avr.specs.specs_atmega8535; enum __AVR_ARCH__ = 4; enum __AVR_ASM_ONLY__ = false; enum __AVR_ENHANCED__ = true; enum __AVR_HAVE_MUL__ = true; enum __AVR_HAVE_JMP_CALL__ = false; enum __AVR_MEGA__ = false;...
D
/** * Entry point for the new multi-pass experiment. */ module sdc.sdc; import d.ir.symbol; import d.llvm.backend; import d.semantic.semantic; import d.location; import util.json; final class SDC { import d.base.context; Context context; SemanticPass semantic; LLVMBackend backend; string[] includePath;...
D
/Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/segundo-parcial/protocolos/Build/Intermediates/protocolos.build/Debug-iphonesimulator/protocolos.build/Objects-normal/x86_64/TableViewController.o : /Users/hernaniruegasvillarreal/Documents/TEC/semestre-8/dispositivos-moviles/segundo-parcial/p...
D
/Users/nice/HelloWord/.build/x86_64-apple-macosx10.10/debug/Console.build/Console.swift.o : /Users/nice/HelloWord/.build/checkouts/console.git-2755603573940926646/Sources/Console/Terminal/ANSI.swift /Users/nice/HelloWord/.build/checkouts/console.git-2755603573940926646/Sources/Console/Deprecated.swift /Users/nice/Hello...
D
instance DIA_Vlk_534_Exit(C_Info) { npc = VLK_534_Buddler; nr = 999; condition = DIA_Vlk_534_Exit_Condition; information = DIA_Vlk_534_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; func int DIA_Vlk_534_Exit_Condition() { return 1; }; func void DIA_Vlk_534_Exit_Info() { AI_StopProcessInfos(self); }...
D
module ak.xml.service; private import std.stream; private import std.string; private import ak.xml.coreXML; //private import std.stdio; extern (C) int strtol(char *,char **,int); const int XML_STAG_NORMAL =1; const int XML_STAG_EMPTY =2; const int XML_STAG_PI =3; const int XML_STAG_CDATA =4; const int XML_STAG...
D
/* * hunt-proton: AMQP Protocol library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.proton.amqp.messaging.Modified; import hunt.collection.Map; import hunt.Object; import hun...
D
/// module std.experimental.allocator.building_blocks.allocator_list; import std.experimental.allocator.common; import std.experimental.allocator.building_blocks.null_allocator; import std.experimental.allocator.gc_allocator; version(unittest) import std.stdio; // Turn this on for debugging // debug = allocator_list;...
D
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Empty.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/SingleAsync....
D
CHAIN IF WEIGHT #-7~Global("SanLuxley","GLOBAL",1)~THEN BFHLSEB Luxsan1 @0 DO~SetGlobal("SanLuxley","GLOBAL",2)~ ==BSandr@1 ==BFHLSEB@2 =@3 ==BSandr@4 ==BFHLSEB@5 ==BSandr@6 ==BFHLSEB@7EXIT CHAIN IF WEIGHT #-7~Global("SanLuxley","GLOBAL",3)~THEN BFHLAND Luxsan2 @8 DO~SetGlobal("SanLuxley","GLOBAL",4)RealSetGlobalTimer...
D
module decisioncenter; import core.thread; import std.json, std.file, std.conv, std.string, std.math; import hardware.hardware, gpscoord, config, saillog, polar; import core.sync.condition; import core.sync.mutex; public import autopilot, sailhandler; /** Singleton class where all decisions are taken, to guide the ...
D
import std.stdio; import std.file; import ecocap.classifier; import ecocap.packetcapture; import ecocap.domains; import vibe.d; __gshared TrafficClassifier classifier; auto getTotals() { Json data = Json.emptyObject; data["total"] = classifier.data.serializeToJson; data["download"] = classifier.downloadTimeline....
D
/* GDC -- D front-end for GCC Copyright (C) 2011, 2012 Free Software Foundation, Inc. GCC 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 3, or (at your option) any later version. ...
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/MySQL.build/MySQL+Node.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/MySQL-1.1.2/Sources/MySQL/Bind+Node.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/MySQL-1...
D
module allocation.tracking; import allocation; import collections.list; public import allocation : IAllocator; class TrackAllocator : IAllocator { IAllocator allocator; List!(void[]) allocations; static TrackAllocator make(IAllocator allocator, size_t items = 10) { return allocator.allocate!TrackAllocator(all...
D
E: c53, c15, c45, c7, c33, c55, c52, c8, c28, c43, c54, c36, c3, c4, c34, c51, c37, c2, c1, c5, c27, c24, c35, c30, c44, c32, c10, c6, c49, c56, c46, c14, c13, c23, c38, c41, c12, c39, c0, c22, c42, c40, c19, c20. p2(E,E) c53,c15 c52,c8 c28,c43 c37,c4 c52,c1 c2,c4 c34,c28 c14,c13 c55,c33 c13,c37 c12,c7 c45,c44 c41,c43...
D
module rcd.ic.inputcontrol; private { import vibe.d : UrlRouter, handleWebSockets, WebSocket, Json, staticTemplate, parseJsonString, logError, logDebug, logInfo; import std.stdio : writefln; import std.signals; import mouse = rcd.ic.mouse; import rcd.utils....
D
/** Management of packages on the local computer. Copyright: © 2012-2016 rejectedsoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig, Matthias Dondorff */ module dub.packagemanager; import dub.dependency; import dub.internal.utils; imp...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 h...
D
import std.conv; import std.stdio; import std.range; import std.algorithm; import std.digest.md; const secret = "ckczppom"; void main() { writefln("mined with 5 zeros: %d", findSecret([0x00, 0x00, 0x0F])); writefln("mined with 6 zeros: %d", findSecret([0x00, 0x00, 0x00])); } auto findSecret(ubyte[] mask) { ...
D
/Users/blaketsuzaki/Development/ClassicKit/Browser/Build/Intermediates/Browser.build/Debug-iphonesimulator/Browser.build/Objects-normal/x86_64/AppDelegate.o : /Users/blaketsuzaki/Development/ClassicKit/Components/CKTextField.swift /Users/blaketsuzaki/Development/ClassicKit/Browser/Browser/AppDelegate.swift /Users/blake...
D
/** * Copyright: (c) 2005-2009 Eric Poggel * Authors: Eric Poggel * License: <a href="lgpl3.txt">LGPL v3</a> */ module yage.system.sound.soundsystem; import derelict.openal.al; import tango.math.Math; import tango.util.Convert; import tango.core.Thread; import tango.core.Traits; import tango.s...
D
/Users/oslo/code/swift_vapor_server/.build/debug/Console.build/Command/Command+Print.swift.o : /Users/oslo/code/swift_vapor_server/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/oslo/code/swift_vapor_server/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/oslo/code/swift_vapor_server/Pa...
D
/******************************************************************************* * Copyright (c) 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, and is a...
D
import derelict.sdl2.sdl; import derelict.sdl2.image; import std.algorithm; import std.file; import std.math; import std.path; import std.stdio; import std.string; import std.random; import BackgroundEffects; import GameObjects; import InputHandler; import TextureManager; import Vector2D; import Invaders; immutable au...
D
/Users/lars-manuelschneider/Documents/Heleos_dev/rust_trial/branches/target/rls/debug/deps/branches-b875efd5877ff5ad.rmeta: src/main.rs /Users/lars-manuelschneider/Documents/Heleos_dev/rust_trial/branches/target/rls/debug/deps/branches-b875efd5877ff5ad.d: src/main.rs src/main.rs:
D
/* Copyright (c) 1996 Blake McBride All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and th...
D
module perfontain.managers.texture.types; import perfontain, perfontain.opengl; enum : ubyte { TEX_DXT_1, TEX_DXT_3, TEX_DXT_5, TEX_RGBA, TEX_SHADOW_MAP, } struct TextureData { Vector2s sz; @(`length`, `PARENT.dataLen(sz)`) const(ubyte)[] data; } struct TextureInfo { const dataLen(Vector2s sz) { re...
D
/** * A library in the ELF format, used on Unix. * * Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 htt...
D
// Copyright Michael D. Parker 2018. // 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) module bindbc.lua.config; enum LuaSupport { noLibrary, badLibrary, lua51 = 51, lua52 = ...
D
import std.stdio, std.digest.md, std.algorithm, std.conv; void main() { string key = "ckczppom"; ulong counter; for (counter = 0; counter < ulong.max; counter++) { string temp = key ~ text(counter); if (hexDigest!MD5(temp).idup.startsWith("00000")) { break; }...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Row/RowContext.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/che...
D
module ddiv.container.stack; import ddiv.core.memory; import ddiv.core.exceptions; import ddiv.container.common; import std.experimental.allocator.mallocator : Mallocator; import std.traits : isArray; /** Simple NoGC stack that uses std.experimental.allocator Only can contain scalar and structs */ struct SimpleS...
D
# FIXED F2806x_PieCtrl.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2806x/common/source/F2806x_PieCtrl.c F2806x_PieCtrl.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2806x/headers/include/F2806x_Device.h F2806x_PieCtrl.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2806x/headers/include/F2806x_...
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
module godot.core.plane; import godot.core.defs; import godot.core.vector3; import std.math; enum ClockDirection { clockwise, counterClockwise, cw = clockwise, ccw = counterClockwise } struct Plane { Vector3 normal = Vector3(0,0,0); real_t d = 0; Vector3 center() const { return normal*d; } Plane o...
D
/***********************************************************************\ * w32api.d * * * * Windows API header module * * ...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/FluentSQLite.build/FluentSQLiteSchema.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/fluent-sqlite.git-2503729378264811657/Sources/FluentSQLite/FluentSQLiteSchema.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts...
D
module wx.TextDialog; public import wx.common; public import wx.Dialog; //! \cond EXTERN static extern (C) IntPtr wxTextEntryDialog_ctor(IntPtr parent, string message, string caption, string value, uint style, inout Point pos); static extern (C) void wxTextEntryDialog_dtor(IntPtr self); stati...
D
/******************************************************************************* copyright: Copyright (c) 2008 Kris Bell. все rights reserved license: BSD стиль: $(LICENSE) version: Apr 2008: Initial release authors: Kris Since: ...
D
const int SPL_Cost_PalLight = 10; const int SPL_Cost_LIGHT = 10; const int SPL_Duration_PalLIGHT = 5; const int SPL_Duration_LIGHT = 5; instance Spell_Light(C_Spell_Proto) { time_per_mana = 500; spellType = SPELL_NEUTRAL; targetCollectAlgo = TARGET_COLLECT_NONE; targetCollectRange = 0; targetCollectAzi = 0; tar...
D
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/FluentSQL.build/FluentSQLSchema.swift.o : /Users/mu/Hello/.build/checkouts/fluent/Sources/FluentSQL/FluentSQLSchema.swift /Users/mu/Hello/.build/checkouts/fluent/Sources/FluentSQL/SchemaBuilder+Field.swift /Users/mu/Hello/.build/checkouts/fluent/Sources/FluentSQL/SQL+Sch...
D
// PERMUTE_ARGS: -di // REQUIRED_ARGS: -H -Hdtest_results/compilable // POST_SCRIPT: compilable/extra-files/header-postscript.sh // REQUIRED_ARGS: -d module foo.bar; import core.vararg; import std.stdio; pragma(lib, "test"); pragma(msg, "Hello World"); typedef double mydbl = 10; int main() in { assert(1+(2+3) ...
D
func void ZS_Sweep_FP() { Perception_Set_Normal(); B_ResetAll(self); AI_SetWalkMode(self,NPC_WALK); NS_GoToMyWP(self); if(Npc_HasItems(self,ItMi_Brush) == 0) { CreateInvItem(self,ItMi_Brush); }; self.aivar[AIV_TAPOSITION] = NOTINPOS; }; func int ZS_Sweep_FP_Loop() { if(Npc_IsOnFP(self,"SWEEP")) { AI_Ali...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE 213.300003 85.5 9.89999962 22.3999996 16 23 -9.60000038 119.400002 7788 5.4000001 10.3000002 extrusives, andesites, dacites 289.600006 75.1999969 1.79999995 73.1999969 11 19 -31.6000004 145.600006 9338 2.5 2.5 sediments, saprolite 294.399994 82.900...
D
/* TEST_OUTPUT: --- fail_compilation/diag3673.d(9): Error: members expected --- */ class A {} class B(T) if(false) : A if (true) { }
D
module gbmj.fan; /// Calculate the point of a list of fans. auto calculate(Fan[] fans) { int point = 8; foreach (fan; fans) point += pointOfFan[fan]; version (JMSA) point = point.min(88); return point; } /// Definition of fans. enum Fan { bigFourWinds, bigThreeDragons, allG...
D
module mapCodeGen; import std.conv : to; import std.traits : EnumMembers; struct CodeGenerator { ubyte tabSpaceCount; ushort spaces; void tab() { spaces += tabSpaceCount; } void untab() { if(spaces == 0) { throw new Exception("Too many untabs"); } spaces -= tabSpaceCount; } ...
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
int main(){ Print("input your name:"); Print(ReadLine()); }
D
/Users/ofirkariv/Desktop/School/160418/Final_Project/Build/Intermediates.noindex/Final_Project.build/Debug-iphonesimulator/Final_Project.build/Objects-normal/x86_64/ExercisesRepoCellTableViewCell.o : /Users/ofirkariv/Desktop/School/160418/Final_Project/Final_Project/Controller/MapVC.swift /Users/ofirkariv/Desktop/Schoo...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Provider/Config+Provider.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/JSON/HTTP/Message+JSON.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalle...
D
/******************************************************************************* @file FlushWriter.d Copyright (c) 2004 Kris Bell This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages ...
D
/** * Break down a D type into basic (register) types for the x86_64 System V ABI. * * Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved * Authors: Martin Kinkelin * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https:...
D
/** \file Semaphore.d * \brief Counting semaphore * * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at * http://creativecommons.org/licenses/publicdomain * Ported to D by Ben Hinkle. * Email comments and bug reports to ben.hi...
D
FUNC VOID B_GiveTradeInv_Waffenmeister (var C_NPC slf) { CreateInvItems (slf, ItMi_Gold, 1000); CreateInvItems (slf, ItMw_Drachenschneide, 1); CreateInvItems (slf, ItMw_Barbarenstreitaxt, 1); CreateInvItems (slf, ItMw_Krummschwert, 1); CreateInvItems (slf, ItMw_Orkschlaechter, 1); CreateInvItems (slf, ItMw...
D
// D import file generated from 'EdrLib.d' module EdrLib; pragma (lib, "gdi32.lib"); pragma (lib, "comdlg32.lib"); import core.sys.windows.windef; import core.sys.windows.wingdi; import std.utf : count, toUTFz; auto toUTF16z(S)(S s) { return toUTFz!(const(wchar)*)(s); } export extern (Windows) BOOL EdrCenterText(HDC h...
D
/Users/lzw/学习/Study_Code/Rust_Study/结构体/target/debug/build/ref-cast-492c54b381d28fcb/build_script_build-492c54b381d28fcb: /Users/lzw/.cargo/registry/src/github.com-1ecc6299db9ec823/ref-cast-1.0.6/build.rs /Users/lzw/学习/Study_Code/Rust_Study/结构体/target/debug/build/ref-cast-492c54b381d28fcb/build_script_build-492c54b381...
D
module hunt.framework.routing.RouteConfigManager; import hunt.framework.routing.ActionRouteItem; import hunt.framework.routing.RouteItem; import hunt.framework.routing.ResourceRouteItem; import hunt.framework.routing.RouteGroup; import hunt.framework.config.ApplicationConfig; import hunt.framework.Init; import hunt.l...
D
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Routing.build/Register/RouterOption.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Utilities/Deprecated.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/routing.git-5366657101...
D
/** * D header file for OSX. * * Copyright: Copyright Sean Kelly 2008 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Sean Kelly */ /* Copyright Sean Kelly 2008 - 2009. * Distributed under the Boost Software License, Version 1.0. * (See accomp...
D
<?xml version="1.0" encoding="UTF-8"?> <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="Generic.profile.notation#_ngBZsJoV...
D
/* * vm.d * * This file implements the virtual memory interface needed by the * architecture dependent bridge * */ module architecture.vm; // All of the paging calls import kernel.arch.x86_64.core.paging; // Normal kernel modules import kernel.core.error; public import user.environment; class VirtualMemory {...
D
/** Fundamental operations for arbitrary-precision arithmetic * * These functions are for internal use only. */ /* Copyright Don Clugston 2008 - 2010. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENS...
D
/* crypto/objects/obj_mac.h */ /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the * following command: * perl objects.pl objects.txt obj_mac.num obj_mac.h */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eri...
D
module webkit2.PrintCustomWidget; private import glib.ConstructionException; private import glib.Str; private import gobject.ObjectG; private import gobject.Signals; private import gtk.PageSetup; private import gtk.PrintSettings; private import gtk.Widget; private import std.algorithm; private import webkit2.c.functio...
D
module boilerplate.autostring; import std.format : format; import std.meta : Alias; import std.traits : Unqual; version(unittest) { import std.conv : to; import std.datetime : SysTime; import unit_threaded.should; } /++ GenerateToString is a mixin string that automatically generates toString functions, b...
D
/Users/William/dev/rust/substrate-blockchain-test/substrate-test/runtime/target/debug/build/error-chain-8b85625c779b89e7/build_script_build-8b85625c779b89e7: /Users/William/.cargo/registry/src/github.com-1ecc6299db9ec823/error-chain-0.12.1/build.rs /Users/William/dev/rust/substrate-blockchain-test/substrate-test/runti...
D
INSTANCE Mod_12018_DRA_Echse_AW (C_NPC) { //----- Monster ---- name = "Echsenmensch"; guild = GIL_DRACONIAN; id = 12018; level = 35; voice = 23; Npctype = NPCTYPE_MAIN; exp = 1200; //----- Attribute ---- attribute [ATR_STRENGTH] = 130; attribute [ATR_DEXTERITY] = 130; attribute [ATR_HITPOINTS_MAX] = 2...
D
/** Integration tests. */ module it; public import unit_threaded; import unit_threaded.integration; version(Windows) enum objectFileExtension = ".obj"; else enum objectFileExtension = ".o"; version(dpp2) alias WIP2 = ShouldFail; else enum WIP2; mixin template shouldCompile(D dCode) { ...
D
// https://issues.dlang.org/show_bug.cgi?id=15019 // dmd -m32 -c all.d import std.string; struct Color() { static fromHex(char[] s) { import std.conv; s.to!ubyte; } } Color!() RGB ; struct Matrix(T, int R, int C) { Vector!(T, C) row_t; T[C] v; // all elements ...
D
/* Copyright (c) 2019-2020 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
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Core.build/Objects-normal/x86_64/Thread+Async.o : /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources/Core/Data+Base64URL.swift /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/S...
D
/Users/ivanchistyakov/Desktop/WallpaperMaster/DerivedData/WallpaperMaster/Build/Intermediates/WallpaperMaster.build/Debug/WallpaperMaster.build/Objects-normal/x86_64/PreferencesHolder.o : /Users/ivanchistyakov/Desktop/WallpaperMaster/WallpaperMaster/Fuzi/Queryable.swift /Users/ivanchistyakov/Desktop/WallpaperMaster/Wal...
D
/home/teng/CLionProjects/linux_design/ex/grpc_ex/target/debug/deps/slab-9c1f11f900eb1368.rmeta: /home/teng/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/slab-0.4.2/src/lib.rs /home/teng/CLionProjects/linux_design/ex/grpc_ex/target/debug/deps/slab-9c1f11f900eb1368.d: /home/teng/.cargo/registry/src/mirrors.us...
D
instance Mod_748_NONE_Rengaru_NW (Npc_Default) { // ------ NSC ------ name = "Rengaru"; guild = GIL_OUT; id = 748; voice = 7; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 2); // ------ Kampf-Taktik ------ ...
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
/Users/goudakazuma/Desktop/FUNHACK2017/MotionVisualize/Build/Intermediates/Pods.build/Debug-iphonesimulator/Pulsator.build/Objects-normal/x86_64/Pulsator.o : /Users/goudakazuma/Desktop/FUNHACK2017/MotionVisualize/Pods/Pulsator/Pulsator/Pulsator.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xc...
D
import std.stdio; import derelict.sdl2.sdl; import derelict.sdl2.ttf; import editor.editor : Editor; import editor.color; import ui.units; import ui.pushbutton; import ui.label; private __gshared SDL_Window* window; private __gshared SDL_Renderer* renderer; private __gshared bool hasQuit; private __gshared Editor e...
D
module viz.structs; import winapi, sys.DStructs, viz.control; alias typeof(""c[]) Ткст; alias typeof(""c.ptr) Ткст0; alias typeof(" "c[0]) Сим; alias typeof(""w[]) Шткст; alias typeof(""w.ptr) Шткст0; alias typeof(" "w[0]) Шим; alias typeof(""d[]) Дткст; alias typeof(""d.ptr) Дткст0; alias typeof(" "d[0]) ...
D
dependencies: /Users/christianmeyer/Cpp/ch5/P5_1/P5_1/main.cpp \ /Users/christianmeyer/Cpp/ch5/P5_1/P5_1/person.h
D
import std.stdio; import vibe.d; import kafkad.client; shared static this() { debug setLogLevel(LogLevel.debug_); auto settings = new HTTPServerSettings; settings.port = 8080; listenHTTP(settings, &handleRequest); producerTid = runTask({ Configuration config; // adjust config...
D
module dsl.syntax.Visitor; import dsl.syntax.Lexer, dsl.ast.PreInline; import dsl.syntax.Word, dsl.syntax.Keys; import dsl.syntax.Tokens, dsl.syntax.SyntaxError; import std.stdio, std.outbuffer; import std.container; import std.algorithm, std.conv; import std.math; import dsl.ast._; class Visitor { private Lexer ...
D
/** Copyright: 2018 Mark Fisher License: 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, distribu...
D
import std.stdio; void main() { double zero = 0; double infinity = double.infinity; writeln("any expression with nan: ", double.nan + 1); writeln("zero / zero : ", zero / zero); writeln("zero * infinity : ", zero * infinity); writeln("infinity / infinity : ", infinity / infinity); writ...
D
someone who has committed a crime or has been legally convicted of a crime bringing or deserving severe rebuke or censure guilty of crime or serious offense involving or being or having the nature of a crime
D
module game.nurse.interact; import optional; import game.model.cache; import hardware.sound; public import game.nurse.savestat; class InteractiveNurse : SaveStatingNurse { /* * Forwarding constructor. We get to own the replay, but not the level * or the EffectManager. EffectManager must exist for inte...
D
func void b_story_feueraufnahme() { var C_NPC magier_1; var C_NPC magier_2; var C_NPC magier_3; var C_NPC magier_4; if(CORRISTO_KDFAUFNAHME == 4) { Npc_ExchangeRoutine(self,"KDFRITUAL"); magier_1 = Hlp_GetNpc(kdf_400_rodriguez); Wld_PlayEffect("SPELLFX_TELEPORT_RING",magier_1,magier_1,0,0,0,FALSE); AI_T...
D
module orly.engine.renderer.texture; import orly.engine.backend.ibackend; class Texture { private: int id; int width, height; public: /** Creates a new texture from specified RGBA data. */ this(int width, int height, ubyte* data) { id = Backend.TextureCreate(width, height, data); Backend.TextureGenera...
D
instance PAL_274_Ritter(Npc_Default) { name[0] = NAME_Ritter; guild = GIL_PAL; id = 274; voice = 9; flags = 0; npcType = NPCTYPE_OCAMBIENT; aivar[91] = TRUE; B_SetAttributesToChapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Pal_Sword); EquipItem(self,ItRw_Mil_Crossbow); EquipItem(se...
D
/** This is a submodule of $(MREF std, experimental, ndslice). License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Ilya Yaroshenko Source: $(PHOBOSSRC std/_experimental/_ndslice/_slice.d) Macros: SUBREF = $(REF_ALTTEXT $(TT $2), $2, std,experimental, ndslice, $1)$(NBSP) T2=$(TR $(TDNW...
D
module kratos.component.physics; import kratos.ecs.scene : SceneComponent; import kratos.ecs.entity : Component; import kratos.ecs.component : Dependency, dependency, byName, optional, ignore; import kratos.component.time : Time; import kratos.component.transform : Transform, Transformation; import kgl3n.vector : vec...
D