code
stringlengths
3
10M
language
stringclasses
31 values
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtSensors module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Lice...
D
/Users/Kelly/Desktop/Venture/Build/Intermediates/Venture.build/Debug-iphoneos/Venture.build/Objects-normal/arm64/SwitchPageViewController.o : /Users/Kelly/Desktop/Venture/Venture/ItineraryTableViewController.swift /Users/Kelly/Desktop/Venture/Venture/GoogleAPIWrapper.swift /Users/Kelly/Desktop/Venture/Venture/Locations...
D
import std.stdio, std.math, std.algorithm, std.numeric; alias V3 = double[3]; immutable light = normalize([30.0, 30.0, -50.0]); V3 normalize(V3 v) pure @nogc { v[] /= dotProduct(v, v) ^^ 0.5; return v; } double dot(in ref V3 x, in ref V3 y) pure nothrow @nogc { immutable double d = dotProduct(x, y); ...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Command.build/Command/Command.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/console/Sources/Command/Command/Command.swift /Users/panartem/Developer/Study/Microservices-vapo...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1984-1998 by Symantec * Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: ...
D
perceive (sound) via the auditory sense get to know or become aware of, usually accidentally examine or hear (evidence or a case) by judicial process receive a communication from someone listen and pay attention
D
instance CS_ESKORTE5(NPC_DEFAULT) { name[0] = "Эскорт5"; slot = "guard"; guild = GIL_GRD; level = 5; flags = 0; voice = 11; id = 3029; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 9; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 26; attribute[ATR_HITPOINT...
D
/** * Example main entry point * * License: * The MIT License (MIT) * * Copyright (c) 2015 Richard Andrew Cattermole * * 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 S...
D
a column of wood or steel or concrete that is driven into the ground to provide support for a structure one of two stout poles with foot rests in the middle long-legged three-toed wading bird of brackish marshes of Australia long-legged three-toed black-and-white wading bird of inland ponds and marshes or brackish lago...
D
/Users/dali/Documents/GitHub/rustlings/target/release/deps/parking_lot-85f84a60f3e6eac5.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/parking_lot-0.11.1/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/parking_lot-0.11.1/src/condvar.rs /Users/dali/.cargo/regi...
D
/home/mailboxhead/Documents/Practice/rust/itemRestAPI/target/rls/debug/build/num-traits-a25172b68222f80a/build_script_build-a25172b68222f80a: /home/mailboxhead/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.8/build.rs /home/mailboxhead/Documents/Practice/rust/itemRestAPI/target/rls/debug/build/num-trai...
D
module herktarertragsregelungswerte; enum herw { PW = 105, QW = 105, LW = 150, DW = 150, GW = 200 }
D
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/CryptoLive.build/Debug-iphonesimulator/CryptoLive.build/Objects-normal/x86_64/HistoricDataModel.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/CryptoLive/CoinAPI.swift /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Cry...
D
instance VLK_6034_BUERGERIN(Npc_Default) { name[0] = NAME_Buergerin; guild = GIL_VLK; id = 6034; voice = 16; flags = 0; npcType = NPCTYPE_AMBIENT; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,1); level = 1; fight_tactic = FAI_HUMAN_COWARD; B_CreateAmbientInv(self); EquipItem(self,ItMw_1h_Vlk_D...
D
enum IsPathHandler(alias T) = is(PathHandler == typeof(T));
D
a native or inhabitant of Saudi Arabia of or relating to Saudi Arabia or its people
D
module UnrealScript.TribesGame.TrAward_Kills_Midair; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrAward; extern(C++) interface TrAward_Kills_Midair : TrAward { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass Sta...
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
a toxic colorless flammable liquid organic base with a disagreeable odor
D
of or relating to a combinatorial system devised by George Boole that combines propositions with the logical operators AND and OR and IF THEN and EXCEPT and NOT
D
instance SEK_8012_TALAS(Npc_Default) { name[0] = "Talas"; guild = GIL_SEK; id = 8012; voice = 13; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,3); level = 1; fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Axe); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Fa...
D
/* * par2.d * * This module implements the par2 standard, which describes parity volume * sets. * * Author: Dave Wilkinson * Originated: June 9th, 2009 * References: http://www.par2.net/par2spec.php * */ module codecs.binary.par2; import core.endian; import core.literals; import interfaces.stream; import ...
D
/Users/tuikai/Desktop/swift实例/ProtocolCodingDemo/Build/Intermediates/ProtocolCodingDemo.build/Debug-iphonesimulator/ProtocolCodingDemo.build/Objects-normal/x86_64/HeaderTableViewCell.o : /Users/tuikai/Desktop/swift实例/ProtocolCodingDemo/ProtocolCodingDemo/Model/dataSource.swift /Users/tuikai/Desktop/swift实例/ProtocolCodi...
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
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/WebSockets.build/Model/Fragmentation.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/AleixDiaz/Documents/Vapo...
D
/Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/.build/debug/Result.build/ResultProtocol.swift.o : /Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/Packages/Result-3.2.3/Result/Result.swift /Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/Packages/Result-3.2.3/Result/ResultProtocol.swift /Applications/X...
D
/************************************************************ * * * This code was made with DedicateD's testgl.d file as a * * base, and using their D ports of SDL and OpenGL, their * * website is http://int19h.tamb.ru/ * * * * D language compiler is available for downloa...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Transport.build/Streams/Stream.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/sockets.git-1550083001277339713/Sources/Transport/Streams/Stream.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/sockets.git-15500830012773397...
D
/** * The exception module defines all system-level exceptions and provides a * mechanism to alter system-level error handling. * * Copyright: Copyright Sean Kelly 2005 - 2013. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanyin...
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.freeimage; public import bindbc.freeimage.types; version(BindBC_Static) version = BindFI_...
D
instance VLK_425_Regis(Npc_Default) { name[0] = "Регис"; guild = GIL_NONE; id = 425; voice = 13; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,5); aivar[AIV_ToughGuy] = TRUE; fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Vlk_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self...
D
# FIXED grlib/msp-exp432p401r_grlib_example/fonts/fontcmtt48.obj: ../grlib/msp-exp432p401r_grlib_example/fonts/fontcmtt48.c ../grlib/msp-exp432p401r_grlib_example/fonts/fontcmtt48.c:
D
with hope it is hoped
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/_winerror.d) */ module core.sys.windows.winerror; version (Windows): /* Comments from the Mingw header: * ...
D
// URL: https://atcoder.jp/contests/arc045/tasks/arc045_b import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string; auto rdsp(){return readln.splitter;} void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;} void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r...
D
module basics.mainloop; /* This class supervises all the major menus and browsers, game, and editor, * which are members of this class. * * To kill the game at any time, hit Shift + ESC. * This breaks straight out of the main loop. Unsaved data is lost. * * How to use this class: Instantiate, run mainLoop() once...
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_20_BeT-9531758...
D
// Copyright © 2012, Jakob Bornecrantz. All rights reserved. // See copyright notice in src/charge/charge.d (GPLv2 only). module miners.classic.playerphysics; import std.math : floor, fmin, fmax, abs; import charge.math.quatd; import charge.math.point3d; import charge.math.vector3d; import miners.types; /** * Ha...
D
var int SkipElzaDay; var int SkipOnWork; instance DIA_Addon_Skip_EXIT(C_Info) { npc = PIR_1355_Addon_Skip; nr = 999; condition = DIA_Addon_Skip_EXIT_Condition; information = DIA_Addon_Skip_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Skip_EXIT_Condition() { return TRUE; }; fu...
D
/* TEST_OUTPUT: --- fail_compilation/diag12487.d(15): Error: recursive expansion of template instance `diag12487.recTemplate!int` fail_compilation/diag12487.d(25): Error: template instance diag12487.recTemplate!int error instantiating fail_compilation/diag12487.d(18): Error: function diag12487.recFunction CTFE recursio...
D
import std.c.stdio; class C { } int ctfe() { return 3; } template TypeTuple(T...) { alias T TypeTuple; } /************************************/ void showf(string f) { printf("%.*s\n", f.length, f.ptr); } /************************************/ void test1() { const int* p; const(int)* cp; cp = p; ...
D
# FIXED ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/icall/stack/ble_dispatch_JT.c ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source/ti/blestack/osal/src/inc/osal_snv.h ICallBLE/ble_dispatch_JT.obj: C:/ti/simplelink_cc2640r2_sdk_3_30_00_20/source...
D
// Written in the D programming language. /* * dmd 2.070.0 * * Copyright Seiji Fujita 2016. * Distributed under the Boost Software License, Version 1.0. * http://www.boost.org/LICENSE_1_0.txt */ module SelectDirectoryDialog; import org.eclipse.swt.all; //import java.lang.all; import std.file; import std.path; ...
D
instance VLK_4131_Engrom (Npc_Default) { // ------ NSC ------ name = "Engrom"; guild = GIL_OUT; id = 4131; voice = 12; flags = 0; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 3); //setzt Attribut...
D
// Copyright © 2013, Bernard Helyer. All rights reserved. // See copyright notice in src/volt/license.d (BOOST ver. 1.0). module volt.semantic.overload; import watt.algorithm; import ir = volt.ir.ir; import volt.ir.util; import volt.errors; import volt.interfaces; import volt.token.location; import volt.semantic.u...
D
/* Converted to D from D:\dev\projects\DWindowsProgramming\Samples\Chap15\DibConv\resource.h by htod */ module resource; //{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by DibConv.rc // //C #define IDM_FILE_OPEN 40001 const IDM_FILE_OPEN = 40001; // Next defaul...
D
import hunt.framework; void main(string[] args) { app().run(args); }
D
// D import file generated from 'derelict\allegro\ttf.d' module derelict.allegro.ttf; private { import derelict.allegro.allegrotypes; import derelict.allegro.font; import derelict.util.compat; import derelict.util.loader; } enum { ALLEGRO_TTF_NO_KERNING = 1, ALLEGRO_TTF_MONOCHROME = 2, } extern (C) {...
D
/++ Auto-generated Linux syscall constants for SPARC +/ module mir.linux.arch.sparc.uapi._asm.unistd; version(LDC) pragma(LDC_no_moduleinfo); enum NR_restart_syscall = 0; enum NR_exit = 1; enum NR_fork = 2; enum NR_read = 3; enum NR_write = 4; enum NR_open = 5; enum NR_close = 6; enum NR_wait4 = 7; enum NR_creat = 8; ...
D
/***************************************************************************** * * Higgs JavaScript Virtual Machine * * This file is part of the Higgs project. The project is distributed at: * https://github.com/maximecb/Higgs * * Copyright (c) 2013-2014, Maxime Chevalier-Boisvert. All rights re...
D
/* * Hunt - a framework for web and console application based on Collie using Dlang development * * Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs * * Licensed under the Apache-2.0 License. * */ module hunt.application.model; version (WITH_ENTITY) : public import entity;...
D
/Users/Nobuyuki/Desktop/Git/SolarSystem/Build/Intermediates/SolarSystem.build/Debug-iphonesimulator/SolarSystemTests.build/Objects-normal/x86_64/SolarSystemTests.o : /Users/Nobuyuki/Desktop/Git/SolarSystem/SolarSystemTests/SolarSystemTests.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc...
D
module android.java.android.renderscript.ScriptIntrinsicBLAS; public import android.java.android.renderscript.ScriptIntrinsicBLAS_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!ScriptIntrinsicBLAS; import import8 = android.java.java.lang.Class; import import0 = android.java.android.renderscri...
D
only partly in existence
D
/// module arsd.color; @safe: // importing phobos explodes the size of this code 10x, so not doing it. private { real toInternal(T)(string s) { real accumulator = 0.0; size_t i = s.length; foreach(idx, c; s) { if(c >= '0' && c <= '9') { accumulator *= 10; accumulator += c - '0'; } else if(c == '...
D
/** High level stream manipulation functions. Copyright: © 2012-2013 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 vibe.stream.operations; public import vibe.core.stream; import vibe.core.log; import vibe.co...
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
module actions.move; import actions.action; import std.stdio; import types.menus; class Move : Action { this() { name = "Move"; } override void onExecute (State* state) { state.selectedAction = 0; state.menu = Menus.move; } }
D
module xf.loader.scene.model.Camera; private { import xf.loader.scene.model.WorldEntity; } class Camera : WorldEntity { }
D
module wyld.format; import std.array: appender; import std.format: formattedWrite; string format(Char, Args...)(in Char[] fmt, Args args) { auto w = appender!(string)(); formattedWrite(w, fmt, args); return w.data; }
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Message/URL+HTTP.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--6227123644269730208/Sources/HTTP/Utilities/RFC1123.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/http.git--6227123644269730...
D
/******************************************************************************* * Copyright (c) 2000, 2003 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
//https://rosettacode.org/wiki/Sum_to_100 import std.stdio; void main() { import std.algorithm : each, max, reduce, sort; import std.range : take; Stat stat = new Stat(); comment("Show all solutions that sum to 100"); immutable givenSum = 100; print(givenSum); comment("Show the sum that ...
D
module global; import orm; static class WGlobal { public static WQueries wQ; public static WDatabase wDb; //----------------------------------------------------- // Singleton getters public static WDatabase * GetDatabase() { if (this.wDb !is null) { retur...
D
import std.stdio; import std.socket; import std.datetime; void main() { ushort port = 19863; Socket connection = new UdpSocket(); writefln("Local Host: %s", Socket.hostName()); write("Address: "); string address = readln(); InternetAddress inet = new InternetAddress(address, port); writeln(inet); ...
D
// **************** // SPL_PalRepelEvil // **************** const int SPL_Cost_PalRepelEvil = 15; const int SPL_Damage_PalRepelEvil = 300; INSTANCE Spell_PalRepelEvil (C_Spell_Proto) { time_per_mana = 0; damage_per_level = SPL_DAMAGE_PalRepelEvil; canTurnDuringInvest = TRUE; canChangeTargetDuringInvest...
D
/** * Functions related to UTF encoding. * * Copyright: Copyright (C) 1999-2021 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 https://git...
D
module tests.cut; interface IDependency { } class Dependency : IDependency { } interface IService { } class Service: IService { } class ServiceA: IService { } class ServiceB: IService { } class AnotherService : IService { } class ServiceWithDependency : IService { private IDependency _dependency; @property IDepen...
D
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevComponents.build/NibView.swift.o : /Users/abuzeid/workspace/DevPods/DevComponents/TextAreas/TextArea.swift /Users/abuzeid/workspace/DevPods/DevComponents/PaddingLabel.swift /Users/abuzeid/workspace/DevPods/DevComponents/SnackBar/SnackBarViewModel.swif...
D
an enclosure made or wire or metal bars in which birds or animals can be kept something that restricts freedom as a cage restricts movement United States composer of avant-garde music (1912-1992) the net that is the goal in ice hockey a movable screen placed behind home base to catch balls during batting practice confi...
D
module api.c; import api.util; import asdf; struct Function { string name; string return_type; string[2][] arguments; // type, name @serializationIgnore: } struct API { APIPart core; APIPart[string] extensions; @serializationIgnore: string source() { string ret = "module godot.c.api;\n\n"; ret ~...
D
/Users/hazuki/Desktop/13/la/lifeistech/SwiftPMApp/DerivedData/SwiftPMApp/Build/Intermediates.noindex/PKHUD.build/Debug-iphonesimulator/PKHUD.build/Objects-normal/x86_64/PKHUDAnimation.o : /Users/hazuki/Desktop/13/la/lifeistech/SwiftPMApp/DerivedData/SwiftPMApp/SourcePackages/checkouts/PKHUD/PKHUD/HUD.swift /Users/hazuk...
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.canvas; import std.conv : to; import std.path; import std.string; import core.memory; import dgui.core.interfaces.idisposable; import dgui.cor...
D
/* TEST_OUTPUT: --- fail_compilation/diag9191.d(16): Error: function `void diag9191.C1.aaa()` does not override any function, did you mean to override `void diag9191.B1.aa()`? fail_compilation/diag9191.d(21): Error: function `diag9191.C2.aaa` does not override any function fail_compilation/diag9191.d(31): Error: functi...
D
module krepel.scene.test; unittest { import krepel.scene; import krepel.memory; import krepel.container; import krepel.math; import krepel.string; auto Allocator = CreateTestAllocator(); SceneGraph Graph = Allocator.New!SceneGraph(Allocator); GameObject GO = Graph.CreateDefaultGameObject(UString("Tes...
D
// Written in the D programming language. /++ Encode and decode UTF-8, UTF-16 and UTF-32 strings. UTF character support is restricted to $(D '\u0000' &lt;= character &lt;= '\U0010FFFF'). See_Also: $(LINK2 http://en.wikipedia.org/wiki/Unicode, Wikipedia)<br> $(LINK http://www.cl.cam.ac...
D
/** * Put initializers and objects created from CTFE into a `dt_t` data structure * so the backend puts them into the data segment. * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 ht...
D
import c;
D
module tests.match; import optional; @("Should work with qualified optionals") @safe @nogc unittest { import std.meta: AliasSeq; foreach (T; AliasSeq!(Optional!int, const Optional!int, immutable Optional!int)) { T a = some(3); auto r = a.match!( (int a) => "yes", () => ...
D
// This file is part of Visual D // // Visual D integrates the D programming language into Visual Studio // Copyright (c) 2010-2011 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
instance Mod_7313_HoherUntoterMagier_AW (Npc_Default) { //-------- primary data -------- name = "Hoher Untoter Magier"; Npctype = Npctype_UNTOTERMAGIER; guild = GIL_STRF; level = 80; voice = 2; id = 7313; //-------- abilities -------- B_SetAttributesToChapter (self, 4); level = 80...
D
/home/komal/r1cs_gadgets/target/debug/lin_com2-8b08f265a1886bde: /home/komal/r1cs_gadgets/src/lib.rs /home/komal/r1cs_gadgets/src/non_zero.rs /home/komal/r1cs_gadgets/src/r1cs_utils.rs /home/komal/r1cs_gadgets/tests/lin_com2.rs
D
/* Copyright (c) 2019 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, execu...
D
/Users/victornascimento/Documents/Projects/Rust/pong_with_rust/pong_with_rust/target/rls/debug/build/glutin_gles2_sys-956401a57b30f84f/build_script_build-956401a57b30f84f: /Users/victornascimento/.cargo/registry/src/github.com-1ecc6299db9ec823/glutin_gles2_sys-0.1.5/build.rs /Users/victornascimento/Documents/Projects/...
D
/** * Bcrypt Password Hashing * * Copyright: * (C) 2011 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.passhash.bcrypt; import botan.constants; static if (BOTAN_HAS_BCRYPT && BOTAN_HAS_BLOWFISH): import botan.rng.rng; import ...
D
/** * Invoke the linker as a separate process. * * Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https:/...
D
/Users/Avinash/Documents/Code/Poochie/Poochie/DerivedData/Poochie/Build/Intermediates/Pods.build/Debug-iphonesimulator/Koloda.build/Objects-normal/x86_64/KolodaView.o : /Users/Avinash/Documents/Code/Poochie/Poochie/Pods/Koloda/Pod/Classes/KolodaView/DraggableCardView/DraggableCardView.swift /Users/Avinash/Documents/Cod...
D
# # Settings for hdapsd # # DEVICE specifies the device to monitor, defaults to 'sda' # # SENSITIVITY is self explanatory, defaults to '15' # # Set ADAPTIVE to 'yes' to enable adaptive threshold # (automatic increase when the built-in keyboard/mouse are used). # # Set SYSLOG to 'yes' to have the daemon report errors t...
D
# FIXED F2837xS_CpuTimers.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2837xs/common/source/F2837xS_CpuTimers.c F2837xS_CpuTimers.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2837xs/headers/include/F2837xS_device.h F2837xS_CpuTimers.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-c2000_18.1.1.LTS/include/asse...
D
module UnrealScript.TribesGame.TrProj_HeavyTwinfusor; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrProjectile; extern(C++) interface TrProj_HeavyTwinfusor : TrProjectile { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static Scr...
D
module behaviour.player; import std.stdio; import std.random; import game.actor; import game.game; import behaviour.util; enum PlayerState : ubyte { STANDING, WALKING, FIRING } struct PlayerData { short delay; ubyte idleDelay; ubyte frameIndex; // Current state. PlayerState st...
D
/* * Copyright (C) 2019, HuntLabs * * 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...
D
module misanthropyd.orthographiccameracontroller; import std.math; import gfm.math.funcs; import gfm.math.vector; import misanthropyd.core.input; import misanthropyd.core.keymousecodes; import misanthropyd.core.timestep; import misanthropyd.events; import misanthropyd.renderer.cameras; /// implements orthographic c...
D
//----------------------------------------------------------------------------- // wxD - DirDialog.d // (C) 2005 bero <berobero@users.sourceforge.net> // based on // wx.NET - DirDialog.cs // /// The wxDirDialog wrapper class. // // Written by Bryan Bulten (bryan@bulten.ca) // (C) 2003 Bryan Bulten // Licensed under the...
D
/* * Collie - An asynchronous event-driven network framework using Dlang development * * Copyright (C) 2015-2017 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the Apache-2.0 License. * */ module collie.net.server.connection; import kiss.net.TcpStream; import kiss.t...
D
import std.getopt; import std.file; import std.stdio; import core.stdc.stdlib; enum ShapeType{circle, rectangle}; struct Options { bool forever; ShapeType type = ShapeType.rectangle; size_t maxEpoch = 10_000; size_t shapeCount = 100; float mutation = 0.001; string input; } Options getOptions(s...
D
/********************************************************************************************** * * raylib - A simple and easy-to-use library to enjoy videogames programming (www.raylib.com) * * FEATURES: * - NO external dependencies, all required libraries included with raylib * - Multiplatform: Window...
D
/** A simple module that handles user input on the command line. Authors: Paul Crane */ module raijin.cmdline; import std.stdio; import std.string; import std.typecons; import std.range; import std.conv; import std.regex; import core.thread; import raijin.types.callbacks; alias ShowPrompt = Flag!"showPrompt"; ...
D
/** * 微信摇一摇周边-摇一摇红包-红包查询接口 * GET请求 * * */ module hunt.wechat.bean.shakearound.lottery.querylottery; public import hunt.wechat.bean.shakearound.lottery.querylottery.LotteryQueryLotteryResult; public import hunt.wechat.bean.shakearound.lottery.querylottery.LotteryQueryLotteryResultResult;
D
/* TEST_OUTPUT: --- fail_compilation/fail12236.d(16): Error: forward reference to inferred return type of function 'f1' fail_compilation/fail12236.d(16): while evaluating `pragma(msg, f1.mangleof)` fail_compilation/fail12236.d(21): Error: forward reference to inferred return type of function 'f2' fail_compilatio...
D