code
stringlengths
3
10M
language
stringclasses
31 values
module UnrealScript.Engine.OnlineGameplayEvents; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.OnlineSubsystem; import UnrealScript.Core.UObject; extern(C++) interface OnlineGameplayEvents : UObject { public extern(D): private static __gshared ScriptClass mStaticClass; @pr...
D
import std.stdio; void main(){ int i = 10; i += 2; }
D
/* ******************************************************************************************* * Dgame (a D game framework) - Copyright (c) Randy Schütt * * This software is provided 'as-is', without any express or implied warranty. * In no event will the authors be held liable for any damages arising from * the...
D
/Users/Trupti/Desktop/Eva/build/Eva.build/Debug-iphonesimulator/Eva.build/Objects-normal/x86_64/String+Emoji.o : /Users/Trupti/Desktop/Eva/Eva/ThirdPartyFiles/FloatingTextField/FloatingTextField.swift /Users/Trupti/Desktop/Eva/Eva/Helper/Models/CardRecommand.swift /Users/Trupti/Desktop/Eva/Eva/AppDelegate/AppDelegate.s...
D
/Users/AndyTang/XcodeProjects/cs378-iOS/Cheers/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/ParameterEncoding.o : /Users/AndyTang/XcodeProjects/cs378-iOS/Cheers/Pods/Alamofire/Source/Alamofire.swift /Users/AndyTang/XcodeProjects/cs378-iOS/Cheers/Pods/Alamofire/Source/Download.swift /User...
D
/** This module implements the compile-time reflection machinery to automatically register all D functions that are eligible in a compile-time define list of modules to be called from Excel. Import this module from any module from your XLL build and: ----------- import xlld; mixin(implGetWorksheetFunctionsStr...
D
 module std.uri; export extern(D) { бцел аски8гекс(дим с) { return ascii2hex(с); } ткст раскодируйУИР(ткст кодирУИР) { return decode(кодирУИР); } ткст раскодируйКомпонентУИР(ткст кодирКомпонУИР) { return decodeComponent(кодирКомпонУИР); } ткст кодируйУИР(ткст уир) { return encode(уир); } ткст к...
D
void main() { runSolver(); } void problem() { auto QN = scan!int; auto solve() { auto subSolve() { auto N = scan!int; auto A = scan!int(N); auto rbt = A.redBlackTree; auto uf = UnionFind(N + 1); int rest = N; int last; foreach(a; A) { if (last < a) { ...
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.sdl.bind.sdlhints; import bindbc.sdl.config; import bindbc.sdl.bind.sdlstdinc : SDL_bool;...
D
module gsb.gl.graphicsmodule; import gsb.core.log; import gsb.utils.signals; import gsb.core.singleton; import gsb.core.stats; import gsb.engine.engine_interface: FrameTime; import std.format; import std.algorithm.sorting; class GraphicsComponent { abstract void onLoad (); abstract void onUnload (); abst...
D
// URL: https://yukicoder.me/problems/no/656 import std.algorithm, std.array, std.container, std.math, std.range, std.typecons, std.string; version(unittest) {} else void main() { string S; io.getV(S); io.put(S.map!(c => cast(int)(c-'0')).sum + S.count('0')*10); } auto io = IO!()(); import lib.io;
D
move so that an opening or passage is obstructed become closed cease to operate or cause to cease operating finish or terminate (meetings, speeches, etc. come to a close complete a business deal, negotiation, or an agreement be priced or listed when trading stops engage at close quarters cause a window or an applicatio...
D
import std.stdio; import core.thread; import server; void main() { Server _server = new Server(); auto tid = new Thread(() { _server.run(); }).start(); }
D
/* DSFML - The Simple and Fast Multimedia Library for D Copyright (c) <2013> <Jeremy DeHaan> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this softw...
D
import std.stdio, std.string; void main() { uint[string] dictionary; foreach (line; stdin.byLine()) { // Break sentence into words // Add each word in the sentence to the vocab foreach (word; splitter(strip(line))) { if(word in dictionary) continue; // Nothing to do auto newId = dictionary....
D
/* Converted to D from openinput.h by htod */ module openinput.openinput; /* * openinput.h : Top-level include file for OpenInput * * This file is a part of the OpenInput library. * Copyright (C) 2005 Jakob Kjaer <makob@makob.dk>. * * This library is free software; you can redistribute it and/or * modify it und...
D
module served.linters.diagnosticmanager; import std.array : array; import std.algorithm : map, sort; import served.utils.memory; import served.types; import painlessjson; enum NumDiagnosticProviders = 3; alias DiagnosticCollection = PublishDiagnosticsParams[]; DiagnosticCollection[NumDiagnosticProviders] diagnostic...
D
/home/dur4n/developer/blockchain/solana/SecretNumber/solanaProgram/target/debug/deps/time_macros-c046401916b559fb.rmeta: /home/dur4n/.cargo/registry/src/github.com-1ecc6299db9ec823/time-macros-0.1.1/src/lib.rs /home/dur4n/developer/blockchain/solana/SecretNumber/solanaProgram/target/debug/deps/libtime_macros-c04640191...
D
import pl0_extended_ast; import pl0_extended_token; version = Location; immutable string header = ` version (Location) { MyLocation loc; auto firstToken = peekToken(0); loc.line = firstToken.line; loc.col = firstToken.col; loc.absPos = firstToken.pos; } `; string footer(alias T)() if (is(T : PLNo...
D
#!/usr/bin/env rdmd /** DMD builder Usage: ./build.d dmd detab, tolf, install targets - require the D Language Tools (detab.exe, tolf.exe) https://github.com/dlang/tools. zip target - requires Info-ZIP or equivalent (zip32.exe) http://www.info-zip.org/Zip.html#Downloads TODO: - add all posix.mak Makefile targ...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintRelatableTarget.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/b...
D
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Command.build/Run/CommandContext.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/console.git--2431895819212044213/Sources/Command/Command/Command.swift /Users/Khanh/vapor/TILApp/.build/checkouts/console.git--2431895819212044213/Sources/Command/Base/Co...
D
instance NOV_1347_Novize(Npc_Default) { name[0] = NAME_Novize; npcType = npctype_ambient; guild = GIL_NOV; level = 3; flags = 0; voice = 5; id = 1347; attribute[ATR_STRENGTH] = 10; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 76; attri...
D
/** * Copyright: Copyright (c) 2010-2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Nov 14, 2010 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dvm.dvm.Exceptions; import mambo.core.string; class DvmException : Except...
D
/Users/dbessonov/Desktop/CryptoApp/DerivedData/CryptoApp/Build/Intermediates/CryptoApp.build/Debug-iphonesimulator/CryptoApp.build/Objects-normal/x86_64/RegisterViewController.o : /Users/dbessonov/Desktop/CryptoApp/CryptoApp/AppDelegate.swift /Users/dbessonov/Desktop/CryptoApp/DerivedData/CryptoApp/Build/Intermediates/...
D
module ogregl.windows.context; version(Windows): import derelict.opengl3.gl; import derelict.opengl3.wgl; import derelict.util.wintypes; import ogre.bindings.mini_win32; import ogre.exception; import ogre.general.root; import ogregl.context; import ogregl.rendersystem; import ogregl.windows.support; ...
D
/* Copyright (c) 2011-2021 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, dist...
D
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////...
D
/** D bindings for GSL. Authors: Chibisi Chima-Okereke Copyright: Copyright (c) 2016, Chibisi Chima-Okereke. All rights reserved. License: Boost License 1.0 */ module gsl.siman; import gsl.rng; extern (C): alias double function (void*) gsl_siman_Efunc_t; alias void function (const(gsl_rng)*, void*...
D
instance NOV_1300_TALAS_EXIT(C_INFO) { npc = nov_1300_talas; nr = 999; condition = nov_1300_talas_exit_condition; information = nov_1300_talas_exit_info; important = 0; permanent = 1; description = DIALOG_ENDE; }; func int nov_1300_talas_exit_condition() { return TRUE; }; func void nov_1300_talas_exit_info(...
D
/home/oscar/Documents/E7020E/E7020E-Project/PCB-code/target/thumbv7em-none-eabihf/debug/examples/temp_test-32bcec0b6a557c1d: examples/temp_test.rs /home/oscar/Documents/E7020E/E7020E-Project/PCB-code/target/thumbv7em-none-eabihf/debug/examples/temp_test-32bcec0b6a557c1d.d: examples/temp_test.rs examples/temp_test.rs:...
D
// Written in the D programming language. /** * Templates with which to extract information about types and symbols at * compile time. * * Macros: * WIKI = Phobos/StdTraits * * Copyright: Copyright Digital Mars 2005 - 2009. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * ...
D
int main() { int a; int b; int c; int d; int z; a = ReadInteger(); b = ReadInteger(); c = ReadInteger(); d = ReadInteger(); z = a + b * c - d / a; Print(z); }
D
; Copyright (C) 2008 The Android Open Source Project ; ; Licensed under the Apache License, Version 2.0 (the "License"); ; you may not use this file except in compliance with the License. ; You may obtain a copy of the License at ; ; http://www.apache.org/licenses/LICENSE-2.0 ; ; Unless required by applicable law ...
D
const int MAX_ITEMS = 150; const int MENU_EVENT_MAX = 9; class zCMenu { var int _vtbl; //0x0000 var string backPic; //0x0004 zSTRING var string backWorld; //0x0018 zSTRING var int posx; //0x001C int var int posy; //0x0020 ...
D
/Users/MohamedNawar/Desktop/Task/build/Pods.build/Debug-iphonesimulator/CryptoSwift.build/Objects-normal/x86_64/AES+Foundation.o : /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/ChaCha20.swift /Users/MohamedNawar/Desktop/Task/Pods/CryptoSwift/Sources/CryptoSwift/SHA1.swift /Users/MohamedNawar/Des...
D
// Written in the D programming language. /** Functions and types that manipulate built-in arrays and associative arrays. This module provides all kinds of functions to create, manipulate or convert arrays: $(BOOKTABLE , $(TR $(TH Function Name) $(TH Description) ) $(TR $(TD $(D $(LREF _array))) $(TD Retu...
D
/******************************************************************************* Mixin for shared request initialization code copyright: Copyright (c) 2015-2017 sociomantic labs GmbH. All rights reserved License: Boost Software License Version 1.0. See LICENSE.txt for details. **********...
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/gsengott/Documents/GitHub/UrbanCrawl-iOS/DerivedData/UrbanCrawl/Build/Intermediates/Pods.build/Debug-iphonesimulator/INSPhotoGallery.build/Objects-normal/x86_64/INSPhotosViewController.o : /Users/gsengott/Documents/GitHub/UrbanCrawl-iOS/Pods/INSPhotoGallery/INSPhotoGallery/INSPhoto.swift /Users/gsengott/Document...
D
module sb.model_loaders.loadobj; public import sb.model_loaders.loadobj.loadobj_impl;
D
module orly.engine.renderer.rendertarget; import orly.engine.backend.ibackend; import orly.engine.renderer.texture; alias Texture _Texture; /** Render to texture object. */ class RenderTarget { private: RT rt; _Texture tex; int lastId; public: /** Creates a new render target with specified size. */ th...
D
/+++module evael.physics.physics_2d.Space; // import chipmunk; import dlib.math; class Space { /*private cpSpace* m_space; mixin(ChipmunkProperty!(float, "test"));*/ /** * Space constructor. */ public this() { this.m_space = cpSpaceNew(); } /** * Space destructor. */ public void dispose() { a...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Command.build/Run/CommandInput.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/console.git--2431895819212044213/Sources/Command/Command/Command.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/cons...
D
/Users/paulpatarinski/WIP/Personal/XamUITests_Examples/src/Swift/Build/Intermediates/HelloWorld.build/Debug-iphonesimulator/HelloWorld.build/Objects-normal/x86_64/AppDelegate.o : /Users/paulpatarinski/WIP/Personal/XamUITests_Examples/src/Swift/HelloWorld/ViewController.swift /Users/paulpatarinski/WIP/Personal/XamUITest...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Console.build/Bar/Bar.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console.git-5126077550814951831/Sources/Console/Terminal/String+ANSI.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console.git-5126077550814951831/So...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/SocksCore.build/Conversions.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Socks-1.2.7/Sources/SocksCore/Address+C.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Socks-1.2.7/Sources/SocksCore/Address.swift...
D
//********************************************************************* // Info EXIT //********************************************************************* INSTANCE DIA_NASZ_121_Straznik_EXIT (C_INFO) { npc = NASZ_121_Straznik; nr = 999; condition = DIA_NASZ_121_Straznik_EXIT_Condition; info...
D
/Users/a123456/Desktop/MagicalRecordDemo/Build/Intermediates/MagicalRecordDemo.build/Debug-iphonesimulator/MagicalRecordDemo.build/Objects-normal/x86_64/DataModel+CoreDataModel.o : /Users/a123456/Desktop/MagicalRecordDemo/Build/Intermediates/MagicalRecordDemo.build/Debug-iphonesimulator/MagicalRecordDemo.build/DerivedS...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/SQL.build/Objects-normal/x86_64/SQLPredicateBuilder.o : /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQL/SQLBind.swift /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sou...
D
/* * $Id: turret.d,v 1.3 2005/07/17 11:02:46 kenta Exp $ * * Copyright 2005 Kenta Cho. Some rights reserved. */ module abagames.gr.turret; private import std.math; private import gl3n.linalg; private import abagames.util.actor; private import abagames.util.rand; private import abagames.util.math; private import ab...
D
/** Common classes for HTTP clients and servers. Copyright: © 2012 RejectedSoftware e.K. License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Sönke Ludwig, Jan Krüger */ module vibe.http.common; public import vibe.http.status; import vibe.core.log; import vibe.c...
D
module UnrealScript.UTGame.UTSeqAct_DummyWeaponFire; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.SeqAct_Latent; import UnrealScript.UTGame.UTDummyPawn; import UnrealScript.Engine.Actor; extern(C++) interface UTSeqAct_DummyWeaponFire : SeqAct_Latent { public extern(D): pri...
D
/Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/x86_64-apple-macosx10.10/debug/Turnstile.build/Realm/MemoryRealm.swift.o : /Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/checkouts/Turnstile.git-2443676010155639616/Sources/Turnstile/Credentials/UsernamePassword.swift /U...
D
#as: -O0 #objdump: -drw #name: i386 Intel register names .*: +file format .*i386.* Disassembly of section \.text: 0+0 <.*>: .*[ ]+R_386_32[ ]+tmm1 .*[ ]+R_386_16[ ]+eax .*[ ]+R_386_16[ ]+rax .*[ ]+R_386_16[ ]+axl .*[ ]+R_386_16[ ]+r8b .*[ ]+R_386_16[ ]+r8w .*[ ]+R_386_16[ ]+r8d .*[ ]+R_386_16[ ]+r8 .*...
D
module java.lang.Class; import java.lang.Object; class Class : _Object { //mixin autoReflector!Class; }
D
instance BAU_104_DS2P_Barok(Npc_Default) { name[0] = "Барок"; guild = GIL_BAU; id = 104; voice = 1; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,1); fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Bau_Axe); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face_B_...
D
module tangled.interfaces; import tango.net.InternetAddress; import tango.io.selector.model.ISelector; import tangled.failure; import tangled.time; import tangled.conduit; //enum SystemEvent { startup, shutdown, persist }; //enum Phase {before, during, after }; interface IConnector { void stopConnecting(); void ...
D
import helloWorld; void main() { go(); }
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Jay.build/Reader.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Jay-1.0.1/Sourc...
D
/* * Hunt - A refined core library for D programming language. * * Copyright (C) 2018-2019 HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.io.BufferedOutputStream; import hunt.io.Common; import hunt.Exceptions; version(HUNT_DEBUG) { import hunt...
D
/Users/seijiro/work/rust/20191110/201912/webapi/target/debug/deps/api-b27fa690ef459ecc.rmeta: api/src/lib.rs /Users/seijiro/work/rust/20191110/201912/webapi/target/debug/deps/libapi-b27fa690ef459ecc.rlib: api/src/lib.rs /Users/seijiro/work/rust/20191110/201912/webapi/target/debug/deps/api-b27fa690ef459ecc.d: api/src/...
D
instance DIA_BENNET_EXIT(C_INFO) { npc = sld_809_bennet; nr = 999; condition = dia_bennet_exit_condition; information = dia_bennet_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_bennet_exit_condition() { if(KAPITEL < 3) { return TRUE; }; }; func void dia_bennet_exit_info() { AI_...
D
instance Mod_13048_SP_Seelenpeiniger_OM (Npc_Default) { //-------- primary data -------- name = "Seelenpeiniger"; npctype = npctype_main; guild = GIL_DMT; level = 25; voice = 5; id = 13048; flags = NPC_FLAG_GHOST; //-------- abilities -------- attribute[ATR_STRENGTH] = 100; attribut...
D
// BulletD - a D binding for the Bullet Physics engine // written in the D programming language // // Copyright: Ben Merritt 2012 - 2013, // MeinMein 2013 - 2014. // License: Boost License 1.0 // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.tx...
D
# FIXED OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/osal/src/common/osal_memory_icall.c OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source/ti/ble5stack/osal/src/inc/comdef.h OSAL/osal_memory_icall.obj: C:/ti/simplelink_cc2640r2_sdk_1_40_00_45/source...
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
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * 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, Bo...
D
// Written in the D programming language. /** This module is a port of a growing fragment of the $(D_PARAM numeric) header in Alexander Stepanov's $(LINK2 https://en.wikipedia.org/wiki/Standard_Template_Library, Standard Template Library), with a few additions. Macros: Copyright: Copyright Andrei Alexandrescu 2008 - ...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintLayoutGuide+Extensions.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /...
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 gsl.odeiv; /* * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program 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 of the License, or (at * your option) ...
D
tee (1) --- tee fitting for pipelines 02/22/82 _U_s_a_g_e tee { <pathname> | -[1 | 2 | 3] } _D_e_s_c_r_i_p_t_i_o_n 'Tee' creates multiple copies of data flowing into its first standard inpu...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/PostgreSQL.build/SQL/PostgreSQLPrimaryKey.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/postgresql/Sources/PostgreSQL/Message/PostgreSQLMessage+0.swift /Users/panartem/Developer/...
D
/Users/nitisha/Documents/My_Task/DemoApplication/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/EnumOperators.o : /Users/nitisha/Documents/My_Task/DemoApplication/Pods/ObjectMapper/Sources/FromJSON.swift /Users/nitisha/Documents/My_Task/DemoApplication/Pods/ObjectMapper/So...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/HTTP.build/Codable/HTTPMessageCoder.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/http/S...
D
module engine; private import derelict.sdl.sdl; private import derelict.sdl.ttf; private import std.stdio; private import std.string; private import std.thread; private import scene; private import listeners; private import sdlexception; private import listeners; private import action; class Engine ...
D
module engine.smodules.display_server.win; version( Windows ): public: import engine.smodules.display_server.win.server; import engine.smodules.display_server.win.input_map;
D
import gfm.net; import std.stdio; // Print the result of a GET request void main(string args[]) { if (args.length != 2) { writefln("Usage: simplehttp http://www.myurl.com"); writefln(" Print the result of a GET request."); return; } string url = args[1]; scope aut...
D
/** * FreeBSD implementation of glibc's $(LINK2 http://www.gnu.org/software/libc/manual/html_node/Backtraces.html backtrace) facility. * * Copyright: Copyright Martin Nowak 2012. * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Authors: Martin Nowak * Source: $(DRUNTIMESRC core...
D
/Users/donghyungko/Documents/git-project/rust/the_rust_programming_language/ch19_advanced/target/rls/debug/deps/ch19_advanced-814b36d1b54de2ae.rmeta: src/main.rs /Users/donghyungko/Documents/git-project/rust/the_rust_programming_language/ch19_advanced/target/rls/debug/deps/ch19_advanced-814b36d1b54de2ae.d: src/main.rs...
D
// Written in the D programming language. /** This module defines the notion of a range. Ranges generalize the concept of arrays, lists, or anything that involves sequential access. This abstraction enables the same set of algorithms (see $(LINK2 std_algorithm.html, std.algorithm)) to be used with a vast variety of di...
D
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Leaf.build/Tag/TagTemplate.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Leaf-1.0.5/Sources/Leaf/Argument.swift /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgr...
D
a New Testament book containing an exposition of the doctrines of Saint Paul a resident of modern Rome an inhabitant of the ancient Roman Empire a typeface used in ancient Roman inscriptions
D
// Written in the D programming language. /** Utility and ancillary artifacts of `std.experimental.allocator`. This module shouldn't be used directly; its functionality will be migrated into more appropriate parts of `std`. Authors: $(HTTP erdani.com, Andrei Alexandrescu), Timon Gehr (`Ternary`) Source: $(PHOBOSSRC s...
D
module perfontain.shader.defineprocessor; import std.stdio, std.array, std.range, std.regex, std.string, std.algorithm, std.functional, pegged.grammar, perfontain, perfontain.shader.grammar; struct DefineProcessor { auto process(string n) { string[string] res; auto arr = dataOf(n); ali...
D
instance VLK_419_Buerger(Npc_Default) { name[0] = NAME_Buerger; guild = GIL_VLK; id = 419; voice = 1; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,1); aivar[AIV_MM_RestStart] = TRUE; level = 1; fight_tactic = FAI_HUMAN_COWARD; EquipItem(self,ItMw_1h_Vlk_Mace); B_CreateAmbientInv(self...
D
/* * Hunt - a framework for web and console application based on Collie using Dlang development * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licensed under the BSD License. * */ module hunt.web.application; public import std.socket; public import std.e...
D
/home/gambl3r/Rust/telegrambotdev/BotDev/target/debug/deps/string-2a2b67e163c8ebc3.rmeta: /home/gambl3r/.cargo/registry/src/github.com-1ecc6299db9ec823/string-0.2.1/src/lib.rs /home/gambl3r/Rust/telegrambotdev/BotDev/target/debug/deps/libstring-2a2b67e163c8ebc3.rlib: /home/gambl3r/.cargo/registry/src/github.com-1ecc62...
D
/Users/Zhongli/Desktop/NewsDemo/DerivedData/NewsDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintMakerEditable.o : /Users/Zhongli/Desktop/NewsDemo/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/Zhongli/Desktop/NewsDemo/Pods/SnapKit/Source/Constra...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Bits.build/Objects-normal/x86_64/ByteBuffer+binaryFloatingPointOperations.o : /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources/Bits/Deprecated.swift /Users/petercernak/vapor/TILApp/.build/checkouts/core.g...
D
module jsonserialized.unittests; unittest { import dunit.toolkit : assertEqual; import jsonserialized.serialization : serializeToJSONValue; import jsonserialized.deserialization : deserializeFromJSONValue; import stdx.data.json : toJSONValue; struct TestSubStruct { int anotherInt; ...
D
/* -------------------- CZ CHANGELOG -------------------- */ /* v1.00: func void DIA_Wolf_AboutCrawler_Info - opravena implementace proměnné (CanDoCrawlwerPlate) */ instance DIA_Wolf_EXIT(C_Info) { npc = SLD_811_Wolf; nr = 999; condition = DIA_Wolf_EXIT_Condition; information = DIA_Wolf_EXIT_Info; permanen...
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
private enum string a = "asdfgh"; private enum { b = "asdfgh" } struct S { private enum string c = "qwerty"; } class C { private enum string d = "qwerty"; }
D
const int SPL_Cost_SuckEnergy = 30; const int SPL_SuckEnergy_Damage = 100; const int SPL_TIME_SuckEnergy = 9; instance Spell_SuckEnergy(C_Spell_Proto) { time_per_mana = 50; targetCollectAlgo = TARGET_COLLECT_FOCUS; targetCollectRange = 1000; }; func int Spell_Logic_SuckEnergy(var int manaInvested) { if(manaInve...
D
# FIXED ICallBLE/ble_dispatch_lite.obj: C:/ti/simplelink_cc2640r2_sdk_3_40_00_10/source/ti/ble5stack/icall/stack/ble_dispatch_lite.c ICallBLE/ble_dispatch_lite.obj: C:/ti/simplelink_cc2640r2_sdk_3_40_00_10/source/ti/ble5stack/osal/src/inc/osal_snv.h ICallBLE/ble_dispatch_lite.obj: C:/ti/simplelink_cc2640r2_sdk_3_40_00...
D
module scene; import dagon; class MyScene: Scene { Game game; this(Game game) { super(game); this.game = game; } override void beforeLoad() { // Create assets // aModel = addOBJAsset("data/model.obj"); // aTexture = addTextureAsset("data/texture.png");...
D
module day10; import io = std.stdio, std.file, std.algorithm, std.range, std.typecons; import std.conv, std.math, std.string : splitLines; int main() { bool[int][int] map; auto lines = io.stdin.byLineCopy.array; foreach (j, line; lines) { foreach (i, c; line) { if (c == '#') { map.require(j.t...
D
# FIXED PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_2_40_00_32/source/ti/blestack/profiles/roles/gapbondmgr.c PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_2_40_00_32/source/ti/blestack/inc/bcomdef.h PROFILES/gapbondmgr.obj: C:/ti/simplelink_cc2640r2_sdk_2_40_00_32/source/ti/blestack/osal/src/inc/c...
D