code
stringlengths
3
10M
language
stringclasses
31 values
prototype Mst_Default_StonePuma(C_Npc) { name[0] = "Panther"; guild = GIL_Gargoyle; aivar[AIV_MM_REAL_ID] = ID_Gargoyle; level = 20; attribute[ATR_STRENGTH] = 100; attribute[ATR_DEXTERITY] = 100; attribute[ATR_HITPOINTS_MAX] = 200; attribute[ATR_HITPOINTS] = 200; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MA...
D
/home/a186r/dev/rust/rust/day02/rectangles/target/debug/deps/rectangles-996884fb313c5822: src/main.rs /home/a186r/dev/rust/rust/day02/rectangles/target/debug/deps/rectangles-996884fb313c5822.d: src/main.rs src/main.rs:
D
/////////////////////////////////////////////////////////////////////// // Info EXIT /////////////////////////////////////////////////////////////////////// INSTANCE DIA_Fellan_EXIT (C_INFO) { npc = VLK_480_Fellan; nr = 999; condition = DIA_Fellan_EXIT_Condition; information = DIA_Fellan_EXIT_...
D
class Qwert { int yuiop; static int asdfg() { return Qwert.yuiop + 105; } }
D
// See ../README.md for information about DMD unit tests. module support; import core.stdc.stdarg : va_list; import dmd.console : Color; import dmd.frontend : DiagnosticReporter; import dmd.globals : Loc; /// UDA used to indicate a function should be run before each test. enum beforeEach; /// UDA used to indicate ...
D
people engaged in trade
D
INSTANCE Info_Mod_Mud_ShutUp (C_INFO) { npc = Mod_803_STT_Mud_MT; nr = 1; condition = Info_Mod_Mud_ShutUp_Condition; information = Info_Mod_Mud_ShutUp_Info; permanent = 1; description = "Kannst du mal BITTE einen Moment die Klappe halten?"; }; FUNC INT Info_Mod_Mud_ShutUp_Condition() ...
D
/Users/carytsai/Documents/Sixdegrees_Ios_V2/DerivedData/Sixdegrees_Ios_V2/Build/Intermediates.noindex/Sixdegrees_Ios_V2.build/Debug-iphonesimulator/Sixdegrees_Ios_V2.build/Objects-normal/x86_64/Article.o : /Users/carytsai/Documents/Sixdegrees_Ios_V2/Sixdegrees_Ios_V2/ViewController/MainStoryBoard/LoadingVC.swift /Users...
D
/Users/benjohnson/Desktop/swift-opencl/build/swift-opencl.build/Debug/swift-opencl.build/Objects-normal/x86_64/CLMemory.o : /Users/benjohnson/Desktop/swift-opencl/Sources/CLBuffer.swift /Users/benjohnson/Desktop/swift-opencl/Sources/CLCommandQueue.swift /Users/benjohnson/Desktop/swift-opencl/Sources/CLContext.swift /Us...
D
INSTANCE BAU_982_Grimbald (Npc_Default) { // ------ NSC ------ name = "Grimbald"; guild = GIL_OUT; id = 982; voice = 7; flags = 2; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 5); // ------ Kampf-Taktik ------ fight_tactic = FAI_HU...
D
/Users/GuoYanjun/Desktop/TestDemo/FlutterDemo/demolistview/ios/Build/Intermediates/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o : /Users/GuoYanjun/Desktop/TestDemo/FlutterDemo/demolistview/ios/Runner/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimu...
D
instance VLK_431_Kardif(Npc_Default) { name[0] = "Kardif"; guild = GIL_VLK; id = 431; voice = 14; flags = 0; npcType = npctype_main; aivar[AIV_ToughGuy] = TRUE; B_SetAttributesToChapter(self,2); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,itmw_meatknife); B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",Face...
D
/* PERMUTE_ARGS: -os=host -os=linux -os=osx -os=freebsd -os=solaris * DISABLED: win32 win64 */ void test() { }
D
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>. module gio.settingsschema; public import gio.types; /* * Copyright © 2010 Codethink Limited * Copyright © 2011 Canonical Limited * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General ...
D
instance ORG_842_Shrike(Npc_Default) { name[0] = "Shrike"; npcType = npctype_main; guild = GIL_ORG; level = 6; voice = 7; id = 842; attribute[ATR_STRENGTH] = 40; attribute[ATR_DEXTERITY] = 40; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 166; attribute[ATR_HITPOINTS] ...
D
// Test operator overloading import core.stdc.stdio; /**************************************/ class A1 { int opAdd(int i) { return 7 + i; } } void test1() { A1 a = new A1(); int i; i = a + 3; assert(i == 10); i = 4 + a; assert(i == 11); } /**************************************/ cla...
D
module dgl.test; import dgl.dgl, //dgl.ext.WGL_EXT_swap_control, //dgl.ext.WGL_EXT_extensions_string, //dgl.ext.ARB_shader_objects, //dgl.ext.VERSION_3_1, dgl.ext.VERSION_2_0, dgl.ext.ARB_multitexture; version( D_Version2 ) { import std.string; import std.stdio : stdout = writeln; } else { import tango.io.Std...
D
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/DITranquillity.build/Objects-normal/x86_64/DITypes.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/DITranquillity/Sources/Storyboard/DIStoryboard.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/DITranquillity/Sources/Co...
D
/Users/jazking/Developer/iOS/Projects/MarvelCharacters/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/Property.o : /Users/jazking/Developer/iOS/Projects/MarvelCharacters/Pods/RealmSwift/RealmSwift/Schema.swift /Users/jazking/Developer/iOS/Projects/MarvelCharacters/Po...
D
/** * TLS Messages * * Copyright: * (C) 2004-2011,2015 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.tls.messages; import botan.constants; static if (BOTAN_HAS_TLS): package: import botan.tls.handshake_state; import botan.t...
D
FUNC VOID Aufnahmequests () { // Banditen // Hakon's Langschwert if (Npc_HasItems(hero, ItMw_HakonSchwert_02) == 1) { Npc_RemoveInvItems (hero, ItMw_HakonSchwert_02, 1); CreateInvItems (hero, ItMw_HakonSchwert_01, 1); }; // Sumpflager if (CurrentLevel == MINENTAL_ZEN) { if (Mod_Sekte_SH_Kampf == 1) ...
D
// Written in the D programming language. /** This is a submodule of $(MREF std, algorithm). It contains generic _mutation algorithms. $(BOOKTABLE Cheat Sheet, $(TR $(TH Function Name) $(TH Description)) $(T2 bringToFront, If $(D a = [1, 2, 3]) and $(D b = [4, 5, 6, 7]), $(D bringToFront(a, b)) leaves ...
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/varaprasadp/Desktop/React/Example/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBarLineScatterCandleBubbleChartDataSet.o : /Users/varaprasadp/Desktop/React/Example/ios/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/varaprasadp/D...
D
/** * Compiler implementation of the * $(LINK2 https://www.dlang.org, D programming language). * * Simple bit vector implementation. * * Copyright: Copyright (C) 2013-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK...
D
// ************************************************************ // EXIT // ************************************************************ INSTANCE DIA_Wasili_EXIT (C_INFO) { npc = BAU_907_Wasili; nr = 999; condition = DIA_Wasili_EXIT_Condition; information = DIA_Wasili_EXIT_Info; permanen...
D
instance DIA_Melvin_Exit(C_Info) { npc = VLK_582_Melvin; nr = 999; condition = DIA_Melvin_Exit_Condition; information = DIA_Melvin_Exit_Info; permanent = 1; description = DIALOG_ENDE; }; func int DIA_Melvin_Exit_Condition() { return 1; }; func void DIA_Melvin_Exit_Info() { AI_StopProcessInfos(self); }; in...
D
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. SPDX-License-Identifier: curl Long: happy-eyeballs-timeout-ms Arg: <milliseconds> Help: Time for IPv6 before trying IPv4 Added: 7.59.0 Category: connection Example: --happy-eyeballs-timeout-ms 500 $URL See-also: max-time connect-timeout Multi: single --- Happy ...
D
/* REQUIRED_ARGS: -profile=gc RUN_OUTPUT: --- bytes allocated, allocations, type, function, file:line 96 1 ubyte[] D main runnable/profilegc_stdout.d:17 --- */ import core.runtime; void main() { // test that stdout output works profilegc_setlogfilename(""); ubyte[] arr = new ubyte[64]; ...
D
module sliding.ui.app; import etc.linux.memoryerror; import sliding.ui.game; void main(string[] args) { static if (is(typeof(registerMemoryErrorHandler))) registerMemoryErrorHandler(); run; }
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, a...
D
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/TranslationContract.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/Inceptionv3...
D
instance DIA_BDT_1013_BANDIT_FIRSTEXIT(C_INFO) { npc = bdt_1013_bandit_l; nr = 999; condition = dia_bdt_1013_bandit_firstexit_condition; information = dia_bdt_1013_bandit_firstexit_info; permanent = FALSE; description = DIALOG_ENDE; }; func int dia_bdt_1013_bandit_firstexit_condition() { return TRUE; }; func...
D
/* * Database - Database abstraction layer for D programing language. * * Copyright (C) 2017 Shanghai Putao Technology Co., Ltd * * Developer: HuntLabs * * Licensed under the Apache-2.0 License. * */ module hunt.database.driver.sqlite.connection; version(USE_SQLITE): import hunt.database; version (Windows...
D
/Users/augustomachado/github/rust_sudoku/sudoku/target/release/build/serde-2b7b3cc10fba622f/build_script_build-2b7b3cc10fba622f: /Users/augustomachado/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.125/build.rs /Users/augustomachado/github/rust_sudoku/sudoku/target/release/build/serde-2b7b3cc10fba622f/build...
D
/** * Contains the implementation for object monitors. * * Copyright: Copyright Digital Mars 2000 - 2015. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Walter Bright, Sean Kelly, Martin Nowak * Source: $(DRUNTIMESRC rt/_monitor_.d) */ module rt.monitor_; import core.atomic,...
D
module drc.ModuleManager; import drc.semantic.Module, drc.semantic.Package; import drc.Diagnostics; import drc.Messages; import common; import io.FilePath, io.FileSystem, io.model; import util.PathUtil : нормализуйПуть = нормализуй; alias ФайлКонст.СимПутьРазд папРазд; /// Управляет загруженны...
D
module java.util.Dictionary; import java.lang.all; import java.util.Enumeration; class Dictionary { public this(){ } abstract Enumeration elements(); abstract Object get(Object key); Object get(String key){ return get(stringcast(key)); } abstract bool is...
D
/** * HibernateD - Object-Relation Mapping for D programming language, with interface similar to Hibernate. * * Hibernate documentation can be found here: * $(LINK http://hibernate.org/docs)$(BR) * * Source file hibernated/core.d. * * This module contains HQL query parser and HQL to SQL transform imp...
D
/Users/yb/Google 드라이브/rust_standard/christmas_song/target/debug/deps/christmas_song-744323c23b832467.rmeta: src/main.rs /Users/yb/Google 드라이브/rust_standard/christmas_song/target/debug/deps/christmas_song-744323c23b832467.d: src/main.rs src/main.rs:
D
/Users/thendral/POC/vapor/Friends/.build/debug/Leaf.build/Tag/Models/Uppercased.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/Lea...
D
having legs of a specified kind or number
D
module ivy.compiler.directive.at; import ivy.compiler.directive.utils; import ivy.ast.iface: IvyNode; class AtCompiler: BaseDirectiveCompiler { public: override void compile(IDirectiveStatement stmt, ByteCodeCompiler compiler) { auto stmtRange = stmt[]; IvyNode aggregate = stmtRange.takeFrontAs!IvyNode("Expect...
D
/******************************************************************************* * Copyright (c) 2000, 2008 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
/** * Mixin for retrieving values from the parsed tree by path * * Copyright: © 2017 Andrey Kabylin * License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. */ module rpdl.accessors; /** * Mixin for retrieving values from the parsed tree by path. * To access to variables...
D
/Users/nick/job/Xcode/GeekHomework/Build/Intermediates.noindex/GeekHomework.build/Debug-iphonesimulator/GeekHomework.build/Objects-normal/x86_64/FriendPhotoViewDelegateDataSource.o : /Users/nick/job/Xcode/GeekHomework/FriendsPhoto/FriendPhotoViewDelegateDataSource.swift /Users/nick/job/Xcode/GeekHomework/GroupsList/All...
D
module sign; extern (C) { int crypto_sign_keypair(ref ubyte[32] pk, ref ubyte[64] sk); int crypto_sign(ubyte *sm, ulong *smlen, ubyte *m, ulong mlen, ref ubyte[64] sk); int crypto_sign_open(ubyte *m, ulong *mlen, ubyte *sm, ulong smlen, ref ubyte[32] pk); size_t crypto_sign_bytes(); } struct SignedMessage { ...
D
/home/arnav/Desktop/rust_proj/covweed/target/debug/deps/tower_service-6686e1e00a5b1c4a.rmeta: /home/arnav/.cargo/registry/src/github.com-1ecc6299db9ec823/tower-service-0.3.1/src/lib.rs /home/arnav/Desktop/rust_proj/covweed/target/debug/deps/libtower_service-6686e1e00a5b1c4a.rlib: /home/arnav/.cargo/registry/src/github...
D
module org.serviio.upnp.service.contentdirectory.command.audio.ListAlbumsForComposerCommand; import java.lang; import java.util.List; import org.serviio.library.entities.AccessGroup; import org.serviio.library.entities.MusicAlbum; import org.serviio.library.entities.Person:RoleType; import org.serviio.library.local.se...
D
/Users/claudio/Desktop/iOSCourse/Todoey/build/Todoey.build/Debug-iphonesimulator/Todoey.build/Objects-normal/x86_64/ViewController.o : /Users/claudio/Desktop/iOSCourse/Todoey/Todoey/AppDelegate.swift /Users/claudio/Desktop/iOSCourse/Todoey/Todoey/ViewController.swift /Applications/Xcode.app/Contents/Developer/Toolchain...
D
import std.stdio; import Function; import typedecl; import parser; import visitor; import std.conv; import std.algorithm; import std.array; import std.range; import ExprCodeGenerator; // Note that arguments 0-5 are in registers rdi, rsi, rdx, rcx, r8, and r9. So, // on the stack for a function call, we have: // arg8 /...
D
/** * Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved. * Authors: Wojciech Szęszoł * Version: Initial created: Feb 14, 2016 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ import std.stdio; import clang.Visitor; import clang.Util; import Common; // Em...
D
/** $(SCRIPT inhibitQuickIndex = 1;) This is a submodule of $(MREF std, experimental, ndslice). Operators only change strides and lengths of a slice. The range of a slice remains unmodified. All operators return slice of the same type as the type of the argument. $(BOOKTABLE $(H2 Transpose operators), $(TR $(TH Fun...
D
//***************************************************************************** // // Clock() helps measuring time between events. // //***************************************************************************** module engine.util.clock; import core.time; struct Clock { MonoTime ticks; void start() ...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean ...
D
/** * Compiler implementation of the $(LINK2 http://www.dlang.org, D programming language) * * Copyright: Copyright (c) 1999-2016 by Digital Mars, All Rights Reserved * Authors: Walter Bright, http://www.digitalmars.com * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(D...
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="left.notation#_7soIIL9nEeGcX79...
D
# FIXED Startup/osal_icall_ble.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/examples/simple_peripheral/cc26xx/stack/osal_icall_ble.c Startup/osal_icall_ble.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/inc/icall.h Startup/osal_icall_ble.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_5.2.6/include/stdbo...
D
import std.stdio, std.algorithm, std.range; immutable(int)[][] comb(immutable int[] s, in int m) pure nothrow @safe { if (!m) return [[]]; if (s.empty) return []; return s[1 .. $].comb(m - 1).map!(x => s[0] ~ x).array ~ s[1 .. $].comb(m); } void main() { 4.iota.array.comb(2).writeln; }
D
/root/pkg/portex_pkg/simulation/service/target/release/deps/synstructure-148ab82a881a1b9c.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.3/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/synstructure-0.12.3/src/macros.rs /root/pkg/portex_pkg/simulation/service/target/re...
D
/Users/gbs/Xcode/MessView/DerivedData/MessView/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Resource.o : /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/String+MD5.swift /Users/gbs/Xcode/MessView/Pods/Kingfisher/Sources/Resource.swift /Users/gbs/Xcode/MessView/Po...
D
module hunt.http.codec.http.encode.PriorityGenerator; import hunt.http.codec.http.frame.Flags; import hunt.http.codec.http.frame.Frame; import hunt.http.codec.http.frame.FrameType; import hunt.http.codec.http.frame.PriorityFrame; import hunt.http.codec.http.encode.FrameGenerator; import hunt.http.codec.http.encode.He...
D
# FIXED utils/locator.obj: C:/ti/TivaWare_C_Series-2.1.4.178/utils/locator.c utils/locator.obj: C:/ti/ti-cgt-arm_16.9.4.LTS/include/stdint.h utils/locator.obj: C:/ti/TivaWare_C_Series-2.1.4.178/utils/locator.h utils/locator.obj: C:/ti/TivaWare_C_Series-2.1.4.178/utils/lwiplib.h utils/locator.obj: C:/ti/TivaWare_C_Seri...
D
var int Mod_XW_Kap6_Scene05_Counter; FUNC VOID XW_Kap6_Scene05() { if (Mod_XW_Kap6_Scene05_Counter == 0) { AI_Teleport (hero, "ARENA_01"); }; if (Mod_XW_Kap6_Scene05_Counter == 1) { Wld_SendTrigger ("KAP6SCENE01A"); CutsceneAn = TRUE; }; if (Mod_XW_Kap6_Scene05_Counter == 3) { AI_PlayAni (Xeres_02, ...
D
/* Converted to D from ../include/capi/cef_life_span_handler_capi.h by htod */ module cef_life_span_handler_capi; // Copyright (c) 2014 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditi...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Fluent.build/Query/Limit.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Dri...
D
module drc.Messages; import common; /// Перечень индексов таблицы сообщений компилятора. enum ИДС { // Сообщения Справки: ГлавнаяСправка, ГенерироватьСправку, СправкаОГрафеИмпорта, СправкаОКомпиляции, СправкаОДДок, СправкаОПодсветке, СправкаОСеманализе, СправкаОСтатистике, СправкаОПереводе, /...
D
../libwrk/atarixl/atr9p2-tgi.o: atari/tgi/atr9p2.s /home/centomo/repo/cc65/asminc/atari.inc /home/centomo/repo/cc65/asminc/atari_gtia.inc /home/centomo/repo/cc65/asminc/atari_pokey.inc /home/centomo/repo/cc65/asminc/atari_antic.inc /home/centomo/repo/cc65/asminc/zeropage.inc /home/centomo/repo/cc65/asminc/tgi-kernel.in...
D
import std.stdio; import std.file: getTimes, setTimes, SysTime; void main() { auto fname = "unixdict.txt"; SysTime fileAccessTime, fileModificationTime; getTimes(fname, fileAccessTime, fileModificationTime); writeln(fileAccessTime, "\n", fileModificationTime); setTimes(fname, fileAccessTime, fileMo...
D
/Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/.build/debug/HeliumLogger.build/HeliumLogger.swift.o : /Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/Packages/HeliumLogger-1.6.0/Sources/HeliumLogger/HeliumLogger.swift /Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/Packages/HeliumLogger-1.6.0/Sources/HeliumLogger/H...
D
/** * This benchmarks an algorithm for creating a 2D array of Perlin noise. * * Sensitive to inlining and the performance of floor(). * * Original source: https://github.com/nsf/pnoise#readme * Reddit discussion: http://www.reddit.com/r/rust/comments/289enx/c0de517e_where_is_my_c_replacement/cibn6sr * NG discu...
D
/******************************************************************************* Provides simple dht node implementation. Intended to emulate node in tests, both in protocol tests and in any client application test suite. Copyright: Copyright (c) 2015-2017 dunnhumby Germany GmbH. All rights reserv...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) ?-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
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Vapor.build/Content/SingleValueGet.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/vapor/...
D
/Users/ningmiao/workspace/1/target/debug/your-0a2a268a879e8dc9: /Users/ningmiao/workspace/1/src/lib.rs
D
module ogre.scene.staticgeometry; import core.stdc.string : memcpy; //import std.container; import std.array; import ogre.compat; import ogre.exception; import ogre.general.common; import ogre.general.generals; import ogre.general.root; import ogre.lod.lodstrategy; import ogre.materials.materialmanager; import ogre.ma...
D
module mysql.mysql; import mysql.binding; public import mysql.mysql_result; public import mysql.mysql_row; import mysql.query_interface; import std.stdio; import std.exception; import std.typecons; class MysqlDatabaseException : Exception { this(string msg, string file = __FILE__, size_t line = __LINE__) { ...
D
/** * Performs the semantic3 stage, which deals with function bodies. * * Copyright: Copyright (C) 1999-2022 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) * Sou...
D
module harud; public import harud.haruobject; public import harud.types; public import harud.annotation; public import harud.destination; public import harud.doc; public import harud.encoder; public import harud.error; public import harud.font; public import harud.image; public import harud.outline; public import haru...
D
// Steps: // 1) enter user,mount namespace // 2) mount required file systems // 3) move mount // 4) enter pid namespace, mount /proc // 4) execute, wait for it to quit // 5) unmount everything struct mntent { char* mnt_fsname; /* name of mounted filesystem */ char* mnt_dir; /* filesystem path prefix */ char* ...
D
module dmatch.core.generator; import std.algorithm.iteration : map, fold; import std.string : join; import std.random : Mt19937, uniform; import std.conv : to; import std.format : format; import std.typecons : Tuple; import std.range : array; import dmatch.core.parser : parse, tree2str; import dmatch.core.analyzer : ...
D
module game.menu; import std.file: exists; import std.path: buildNormalizedPath; import atelier; import game.loader, game.gui; /// Game startup void startGame(string[] args) { createApplication(Vec2u(1280u, 720u), "Haniwa Face"); setWindowMinSize(Vec2u(1280u, 720u)); setWindowMaxSize(Vec2u(1280u, 720u)); setWind...
D
/* TEST_OUTPUT: --- fail_compilation/fail356a.d(13): Error: no property 'fail356' for type 'int' --- */ import imports.fail356; int imports; // doesn't collide with package name void main() { auto x = imports.fail356.bar; // declared 'imports' hides module fully qualified name 'imports.fail356' }
D
a close observer a very attractive or seductive looking woman
D
/**************************************************************************** * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
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
INSTANCE Info_Mod_Andokai_Hi (C_INFO) { npc = Mod_473_DMB_Andokai_MT; nr = 1; condition = Info_Mod_Andokai_Hi_Condition; information = Info_Mod_Andokai_Hi_Info; permanent = 0; important = 1; }; FUNC INT Info_Mod_Andokai_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Andokai_Hi_Info() { AI_Output(self, her...
D
// Copyright Brian Schott 2015. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) module dfmt.config; import dfmt.editorconfig; /// Brace styles enum BraceStyle { unspecified, /// $(LINK...
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 src/core/sys/windows/_oaidl.d) */ module core.sys.windows.oaidl; version (Windows): private import core.sys.windows.basetyps, core.sys.w...
D
/home/onki/Downloads/Fraunhofer_work/ruct_from_c/c_from_rust/target/release/build/c_from_rust-ce1624c9f24b94a4/build_script_build-ce1624c9f24b94a4: build.rs /home/onki/Downloads/Fraunhofer_work/ruct_from_c/c_from_rust/target/release/build/c_from_rust-ce1624c9f24b94a4/build_script_build-ce1624c9f24b94a4.d: build.rs bu...
D
//--------------------------------------------------------------------- // Item Werte //--------------------------------------------------------------------- const int Value_Goldnugget = 18; const int Value_WhitePearl = 120; const int Value_Addon_Joint_01 = 60; //---------------------------------------------...
D
module mach.range.reduce; private: import mach.types : Rebindable, rebindable; import mach.traits : ElementType, hasNumericLength, hasNumericRemaining; import mach.traits : isIterable, isFiniteIterable, isRange, isSavingRange; import mach.range.asrange : asrange, validAsRange; /++ Docs This module implements the [r...
D
module conf; import std.json; import std.conv; import std.file; import std.string; import std.datetime; class config { static string base_url = "https://api.forecast.io/forecast"; private string api_key; private string location; private string config_filename; this() { // This is no...
D
a barrier that serves to enclose an area a dealer in stolen property enclose with a fence receive stolen goods fight with fencing swords surround with a wall in order to fortify have an argument about something
D
/Users/Mehdi/Desktop/Rust/Projet_IOT/nkeys/target/debug/deps/adler-0f1652f7b3b7dee2.rmeta: /Users/Mehdi/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-0.2.3/src/lib.rs /Users/Mehdi/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-0.2.3/src/algo.rs /Users/Mehdi/Desktop/Rust/Projet_IOT/nkeys/target/debug/dep...
D
/* TEST_OUTPUT: --- fail_compilation/fail3144.d(12): Error: break is not inside a loop or switch fail_compilation/fail3144.d(15): Error: break is not inside a loop or switch --- */ void main() { switch (1) default: {} break; final switch (1) case 1: {} break; }
D
/Users/adnanzahid/Documents/Projects/ChessSwiftPackage/.build/x86_64-apple-macosx/debug/Chess.build/Models/Handlers/AIHandler.swift.o : /Users/adnanzahid/Documents/Projects/ChessSwiftPackage/Sources/Chess/Interface/Interface.swift /Users/adnanzahid/Documents/Projects/ChessSwiftPackage/Sources/Chess/Models/Constants/Pie...
D
vt$out (6) --- output a character onto the screen 07/11/84 | _C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n subroutine vt$out (ch) character ch | Library: vswtlb (standard Subsystem library) _F_u_n_c_t_i_o_...
D
/** * Contains traits for runtime internal usage. * * Copyright: Copyright Digital Mars 2014 -. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Martin Nowak * Source: $(DRUNTIMESRC core/internal/_traits.d) */ module core.internal.traits; alias AliasSeq(TList...) = TList; tem...
D
instance NASZ_313_Bandzior (Npc_Default) { // ------ NSC ------ name = "Bandzior"; guild = GIL_SLD; id = 313; voice = 14; flags = 1; //NPC_FLAG_IMMORTAL oder 0 npctype = NPCTYPE_MAIN; aivar[AIV_IgnoresArmor] = TRUE; // ------ Attribute ------ B_SetAttributesToChapter (self, 3); ...
D