code
stringlengths
3
10M
language
stringclasses
31 values
// This is a copy of the engine here: // https://www.digitalmars.com/d/2.0/templates-revisited.html // which is a cut down version of the file here: // http://www.dsource.org/projects/ddl/browser/trunk/meta/regex.d // which has this copyright notice: /+ Copyright (c) 2005 Eric Anderton Permission is hereby...
D
module UnrealScript.UTGame.UTSkelControl_MantaFlaps; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.UDKBase.UDKSkelControl_VehicleFlap; extern(C++) interface UTSkelControl_MantaFlaps : UDKSkelControl_VehicleFlap { public extern(D): private static __gshared ScriptClass mStaticClass; ...
D
import std.conv; class LinkedList(T) { private: Node!T* _first; Node!T* _last; int _size; struct Node(T) { T _value; Node!T* _next; } public: this() { _first = null; _last = null; _size = size; } void push( T element) { ...
D
/** * This is a doc comment. */ module intro; import std.stdio; void main() { int times = 10; // This is a comment foreach(i; 0..times) writeln("Hello, Word!"); }
D
/******************************************************************************* AllFile Generated by AllDGenerator Authors: ArcLib team, see AUTHORS file Maintainer: Clay Smith (clayasaurus at gmail dot com) License: zlib/libpng license: $(LICENSE) Copyright: ArcLib team Description: AllFile Modu...
D
/** * This file is part of DCD, a development tool for the D programming language. * Copyright (C) 2014 Brian Schott * * 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 t...
D
// *************************** // Kampf - AI Bear (45) // *************************** /* MOVE_RUN MOVE_RUNBACK MOVE_JUMPBACK MOVE_TURN MOVE_STRAFE MOVE_ATTACK MOVE_PARADE MOVE_STANDUP MOVE_WAIT 200 ms */ // ************************************ // Meine Reaktionen auf Gegner-Aktionen // *************************...
D
/** * D header file for POSIX. * * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). */ module core.sys.posix.sys.filio; import core.sys.posix.sys.ioccom; version (Posix): nothrow @nogc: version (OSX) { // File-descriptor ioctl's enum uint FIOCLEX = _IO('f', 1); // set close o...
D
a chorus that sings as part of a religious ceremony a family of similar musical instrument playing together the area occupied by singers sing in a choir
D
module gfm.freeimage.all; // OO wrapper to FreeImage public { import derelict.freeimage.freeimage; import gfm.freeimage.exception; import gfm.freeimage.freeimage; import gfm.freeimage.fibitmap; }
D
/// Copyright: Copyright (c) 2018-2019 Andrey Penechko. /// License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). /// Authors: Andrey Penechko. /// Linear scan register allocation pass /// /// Notes: /// Non-split current interval does not intersect with inactive intervals because of SSA form /// /// Splits ne...
D
/************************************************************************** СКАЗАТЬ B_Say (slf, oth, text) Персонаж slf говорит oth фразу text (без перехода в режим диалога). Простой вызов стандартной функции. text - не сам текст фразы, а имя соответствующего поля, например: B_Say(self,other,...
D
extern(C) int printf(const char*, ...); /***************************************************/ void testfp() { static int func1(int n = 1) { return n; } static int func2(int n ) { return n; } static assert(typeof(func1).stringof == "int(int n = 1)"); static assert(typeof(func2).stringof == "int(int ...
D
a militant reformer advocating or engaged in activism
D
module ast.globvars; import ast.base, ast.parse, ast.modules, ast.namespace, ast.pointer; class GlobVar : LValue, Named, IsMangled { IType type; string name; bool tls; Namespace ns; mixin defaultIterate!(); mixin defaultCollapse!(); Expr initval; bool weak; GlobVar dup() { return this; /* invariant ...
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/PostgreSQL.build/Data/PostgreSQLData+Data.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/postgresql/Sources/PostgreSQL/Message/PostgreSQLMessage+0.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBoot...
D
module d.parser.adt; import d.parser.base; import d.parser.declaration; import d.parser.dtemplate; import d.parser.expression; import d.parser.identifier; import d.parser.type; import d.ast.declaration; import d.ast.expression; import d.ast.identifier; import d.ast.type; /** * Parse class */ auto parseClass(ref To...
D
/** Generic Diet format parser. Performs generic parsing of a Diet template file. The resulting AST is agnostic to the output format context in which it is used. Format specific constructs, such as inline code or special tags, are parsed as-is without any preprocessing. The supported features of the are: $(UL ...
D
/* TEST_OUTPUT: --- fail_compilation/fail7424e.d(10): Error: expression `this.g()()` is `void` and has no value --- */ struct S7424e { @property int g()() immutable { return 0; } void test() { int f = g; } }
D
const int SPL_Cost_Firerain = 175; const int SPL_Damage_FireRain = 800; instance Spell_FireRain(C_Spell_Proto) { time_per_mana = 0; damage_per_level = SPL_Damage_FireRain; damagetype = DAM_FIRE; targetCollectAlgo = TARGET_COLLECT_NONE; }; func int Spell_Logic_Firerain(var int manaInvested) { if(c_UnblessedCursed...
D
/Users/KAB/Desktop/Development/ICE/Build/Intermediates/ICE.build/Debug-iphonesimulator/ICE.build/Objects-normal/x86_64/ICEFolder.o : /Users/KAB/Desktop/Development/ICE/ICE/ICEFilesCollectionViewController.swift /Users/KAB/Desktop/Development/ICE/ICE/ICEFileCell.swift /Users/KAB/Desktop/Development/ICE/ICE/ICEFoldersCol...
D
module android.java.android.provider.DocumentsContract; public import android.java.android.provider.DocumentsContract_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!DocumentsContract; import import2 = android.java.android.graphics.Bitmap; import import8 = android.java.android.content.IntentSe...
D
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SynchronizedDisposeType.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sunchuyue/Documents/test/RX_Product/...
D
module hunt.wechat.bean.bizwifi.openplugin.OpenPluginTokenResult; import hunt.wechat.bean.shakearound.AbstractResult; /** * @ProjectName weixin-popular * @Author: zeroJun * @Date: 2018/7/24 10:06 * @Description: */ class OpenPluginTokenResult : AbstractResult!(OpenPluginTokenResultData) { }
D
// problem: http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=DSL_2_I // require: data_structure/lazy_segment_tree.d import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop, core.stdc.string...
D
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/SQLite.swift.build/Objects-normal/x86_64/Blob.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/SQLite.swift/Sources/SQLite/Extensions/FTS4.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Po...
D
struct S { int a; int b; int c; int d = 7;} static S x = { a:1, b:2}; // c is set to 0, d to 7 static S z = { c:4, b:5, a:2 , d:5}; // z.a = 2, z.b = 5, z.c = 4, z.d = 5 static S q = { 1, 2 }; // q.a = 1, q.b = 2, q.c = 0, q.d = 7 static S q = S( 1, 2+3 ); // q.a = 1, q.b = 5, q.c = 0, q.d = 7 void test(i...
D
instance SLD_753_BALORO(NPC_DEFAULT) { name[0] = "Балоро"; npctype = NPCTYPE_MAIN; guild = GIL_SLD; level = 16; voice = 8; id = 753; attribute[ATR_STRENGTH] = 75; attribute[ATR_DEXTERITY] = 55; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 232; attribute[ATR_HITPOINTS...
D
/// Generate by tools module org.jdom.Namespace; import java.lang.exceptions; public class Namespace { public this() { implMissing(); } }
D
/** * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved. * Authors: Jacob Carlborg * Version: Initial created: Jan 29, 2012 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) */ module dstep.translator.objc.ObjcInterface; import clang.c.Index; import clang.Cursor;...
D
module constraintsyntax; T theFunction(T)(T argument) if (is(T : int) || is(T : double)) { return argument; } struct TheStruct(T) if (is(T : int) || is(T : double)) { /*...*/ } class TheClass(T) if (is(T : int) || is(T : double)) : BaseClass!T, Interface1 { /*...*/ }
D
instance DIA_Mika_EXIT(C_Info) { npc = MIL_337_Mika; nr = 999; condition = DIA_Mika_EXIT_Condition; information = DIA_Mika_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Mika_EXIT_Condition() { return TRUE; }; func void DIA_Mika_EXIT_Info() { AI_StopProcessInfos(self); }; var int...
D
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/release/deps/serde-3e0eb07a238682a8.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/serde-1.0.99/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/serde-1.0.99/src/macros.rs /home/zeliwang/.cargo/r...
D
/Users/anton/Desktop/WeatherApp/DerivedData/WeatherApp/Build/Intermediates.noindex/WeatherApp.build/Debug-iphonesimulator/WeatherApp.build/Objects-normal/x86_64/WeatherTableViewCell.o : /Users/anton/Desktop/WeatherApp/WeatherApp/Views/WeatherInfoCollectionVC.swift /Users/anton/Desktop/WeatherApp/WeatherApp/WeatherVC.sw...
D
/** * Windows API header module * * Translated from MinGW Windows headers * * Authors: Stewart Gordon * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC src/core/sys/windows/_wincrypt.d) */ module core.sys.windows.wincrypt; version (Windows): version (GNU) {} els...
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/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/Sync.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/RealmSwift/RealmSwift/Schema.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/RealmSwift/RealmSwift/ObjectSchema.sw...
D
a computer network consisting of a worldwide network of computer networks that use the TCP/IP network protocols to facilitate data transmission and exchange
D
// çizici.d ile köprü kurar. struct KullanıcıAyarları { dchar[] kulllanıcıAdı; int kişiSayısı; int bitmePuanı; } auto kullanıcı = KullanıcıAyarları();
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Materialize.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/babaiholdings/Documents...
D
module main; import std.stdio; import std.json; import std.file : read; import core.sys.windows.windows; import std.algorithm : countUntil, filter; import std.format : format; import std.process; static import std.file; import std.uni : isLower, isUpper; import std.range; import std.string; import std.array; import st...
D
/** * DER Encoder * * Copyright: * (C) 1999-2007 Jack Lloyd * (C) 2014-2015 Etienne Cimon * * License: * Botan is released under the Simplified BSD License (see LICENSE.md) */ module botan.asn1.der_enc; import botan.constants; import botan.asn1.asn1_obj; import botan.asn1.der_enc; import botan.math.bigint.bigint; imp...
D
module unit_threaded.ut.modules.tags; import unit_threaded.runner.attrs; @Tags(["ninja", "make"]) unittest { } unittest { assert(1 == 2); } @Tags("make") unittest { assert(1 == 2); } @HiddenTest unittest { assert(1 == 2); }
D
/Users/Leex/TableView_Test/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SubscriptionDisposable.o : /Users/Leex/TableView_Test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView...
D
void main() { import udis86.c; import core.stdc.string; import core.stdc.stdio; ubyte[] bytes = [0x65, 0x67, 0x89, 0x87, 0x76, 0x65, 0x54, 0x56, 0x78, 0x89, 0x09, 0x00]; ud_t ud_obj; ud_init(&ud_obj); ud_set_input_buffer(&ud_obj, bytes.ptr, bytes.length); ud_set_mode(&ud_obj, 32); ud_set_syntax(&ud...
D
/home/thodges/Workspace/Rust/projects/chapter5/youTube/http_get_request/target/debug/deps/libnum_cpus-452a17f51782b7ba.rlib: /home/thodges/.cargo/registry/src/github.com-1ecc6299db9ec823/num_cpus-1.9.0/src/lib.rs /home/thodges/Workspace/Rust/projects/chapter5/youTube/http_get_request/target/debug/deps/num_cpus-452a17f...
D
/******************************************************************************* Asynchronously/Selector managed dht Listen request class Processes the dht node's output after a Listen command, and forwards the received values to the provided output delegate. Copyright: Copyright (c) 2011-201...
D
/* * Hunt - Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily. * * Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd * * Developer: putao's Dlang team * * Licen...
D
module Windows.Devices.Midi; import dwinrt; @uuid("be1fa860-62b4-4d52-a37e-92e54d35b909") @WinrtFactory("Windows.Devices.Midi.MidiChannelPressureMessage") interface IMidiChannelPressureMessage_Base : IInspectable { extern(Windows): HRESULT get_Channel(ubyte* return_value); HRESULT get_Pressure(ubyte* return_value);...
D
# FIXED timing.obj: C:/Users/stahl/OneDrive/Desktop/School/Muhlbedded/Github/embedded-software/src/timing.c timing.obj: C:/Users/stahl/OneDrive/Desktop/School/Muhlbedded/Github/embedded-software/include/timing.h timing.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.3.LTS/include/stdint.h timing.obj: C:/ti/ccsv8/to...
D
/++ This module contains summation algorithms. License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0) Authors: Ilia Ki Copyright: 2020 Ilia Ki, Kaleidic Associates Advisory Limited, Symmetry Investments +/ module mir.math.sum; /// version(mir_test) unittest { import mir.ndslice.slice: sliced; impo...
D
import std.stdio; ////////////////////////////// import info.data.distance; import info.data.indiv; import info.data.cluster; import info.data.inddata; ////////////////////////// import info.data.testdata; //////////////////////////////// int main(string[] argv) { writeln("\nHello D-World."); return 0; }// main
D
import tinyredis.redis, tinyredis.subscriber, tinyredis.encoder, std.stdio, std.getopt, std.datetime, std.datetime.stopwatch, std.array, std.math ; import std.datetime.stopwatch: StopWatch; /** This benchmarking program is inspired by redis-benchmark. Alth...
D
module org.serviio.upnp.service.contentdirectory.definition.ContentDirectoryDefinitionParser; import java.lang.String; import java.io.InputStream; import java.util.ArrayList; import java.util.List; import javax.xml.xpath.XPathExpressionException; import org.serviio.library.search.SearchIndexer:SearchCategory; import o...
D
a spacecraft designed to carry a crew into interstellar space (especially in science fiction)
D
/* Copyright (c) 2017-2018 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
/* TEST_OUTPUT: --- fail_compilation/ice9273a.d(19): Error: constructor ice9273a.C.__ctor!().this no match for implicit `super()` call in constructor fail_compilation/ice9273a.d(23): Error: template instance ice9273a.C.__ctor!() error instantiating --- */ template CtorMixin() { this(T)() {} } class B { mixin C...
D
/Users/laurennicoleroth/Development/WanderlyNavigation/Build/Intermediates/WanderlyNavigation.build/Debug-iphoneos/WanderlyNavigation.build/Objects-normal/arm64/ViewController.o : /Users/laurennicoleroth/Development/WanderlyNavigation/WanderlyNavigation/AppDelegate.swift /Users/laurennicoleroth/Development/WanderlyNavi...
D
instance Sld_808_Jarvis(Npc_Default) { name[0] = "Jarvis"; guild = GIL_SLD; id = 808; voice = 4; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,6); attribute[ATR_REGENERATEMANA] = 1; fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,itmw_jarvis_waffer); EquipItem(self,ItAr_Shield_02); B_Cre...
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
module android.java.android.media.session.MediaSessionManager_OnActiveSessionsChangedListener_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.java.lang.Class_d_interface; import...
D
/home/mag2/Documentos/Rust/rust_colmeia/exercicios/capitulo2/ex10/target/debug/deps/ex10-3c2e3b499140b435: src/main.rs /home/mag2/Documentos/Rust/rust_colmeia/exercicios/capitulo2/ex10/target/debug/deps/ex10-3c2e3b499140b435.d: src/main.rs src/main.rs:
D
#as: -march-attr -march=rv64i #readelf: -h #source: mabi-attr-rv32id.s ELF Header: #... [ ]+Class:[ ]+ELF32 #... [ ]+Flags:[ ]+0x4, double-float ABI #...
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/FluentTester.build/Tester+PivotsAndRelations.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/fluent.git-6251908308727715749/Sources/FluentTester/Tester+Schema.swift /Users/AleixDiaz/Documents/VaporProj...
D
import std.stdio; import std.math; import std.file; import std.datetime; import std.string : format; import std.stdio, core.stdc.stdlib; import std.container: Array; void main( ) { double w = 0.999999; double answer; int upperlimit; upperlimit = 10000000; int i; double scaler; scaler = 0....
D
#!/usr/bin/env dub /+ dub.sdl: name "snippet144" dependency "dwt" path="../../../../../../" libs \ "atk-1.0" \ "cairo" \ "dl" \ "fontconfig" \ "gdk-x11-2.0" \ "gdk_pixbuf-2.0" \ "glib-2.0" \ "gmodule-2.0" \ "gnomeui-2" \ "gnomevfs-2" \ "gobje...
D
module UnrealScript.UnrealEd.TextBufferExporterTXT; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.Exporter; extern(C++) interface TextBufferExporterTXT : Exporter { public extern(D): private static __gshared ScriptClass mStaticClass; @property final static ScriptClass StaticC...
D
/Users/haruna/Documents/iOSdev/Parsta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/RetryPolicy.o : /Users/haruna/Documents/iOSdev/Parsta/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/Parsta/Pods/Alamofire/Source/MultipartUpload.swift /Users/ha...
D
/* * Hunt - A high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. * * Copyright (C) 2015-2019, HuntLabs * * Website: https://www.huntlabs.net/ * * Licensed under the Apache-2.0 License. * */ module hunt.framework; public import hunt.cache; public imp...
D
INSTANCE Mod_766_NONE_Grom_NW (Npc_Default) { // ------ NSC ------ name = "Grom"; guild = GIL_OUT; id = 766; voice = 8; flags = 0; npctype = NPCTYPE_MAIN; // ------ Attribute ------ B_SetAttributesToChapter (self, 3); // ------ Kampf-Taktik ------ fight_tactic = FAI_HU...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range; void main() { auto S = readln.chomp; auto T = readln.chomp; int r; void solve(string a, string b) { foreach (i; 0..a.length) { int rr; foreac...
D
/Users/rezapurnamaa/Documents/UNI\ stuff/swift/geistfahrer/DerivedData/geisterfahrer/Build/Intermediates/geisterfahrer.build/Debug-iphonesimulator/geisterfahrer.build/Objects-normal/x86_64/AppDelegate.o : /Users/rezapurnamaa/Documents/UNI\ stuff/swift/geistfahrer/geisterfahrer/HighScoreData.swift /Users/rezapurnamaa/Do...
D
/* * ti_array_long.d * * This module implements the TypeInfo for long[] * */ module dyndrt.typeinfos.ti_array_long; import dyndrt.typeinfos.ti_array; class TypeInfo_Al : ArrayInfo!("long") { }
D
module aura.data.json.diff; public import vibe.data.json; /** * * */ Json jsonDiff(Json original, Json changed) { if (original.type != changed.type) { return changed; } switch(original.type) { case Json.Type.object: { Json _diff = Json.emptyObject; foreach(string key, value; changed) { //...
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
module gbaid.render.gl; import std.regex : ctRegex, matchAll; import std.file : readText; import std.string : splitLines, toUpper; import std.conv : to; import derelict.opengl3.gl3 : glGetError; /** * Represents an object that has an OpenGL version associated to it. */ public interface GLVersioned { /** *...
D
# FIXED evmomapl138_nor.obj: C:/dan/omapL138/SE423_Sp19/LabRepo/LabFiles/bsl_forSYSBIOS/src/evmomapl138_nor.c evmomapl138_nor.obj: C:/dan/omapL138/SE423_Sp19/LabRepo/LabFiles/bsl_forSYSBIOS/inc/evmomapl138.h evmomapl138_nor.obj: C:/CCStudio8/ccsv8/tools/compiler/ti-cgt-c6000_8.3.3/include/stdint.h evmomapl138_nor.obj:...
D
/* * $Id: shape.d,v 1.5 2006/12/04 16:04:27 kenta Exp $ * * Copyright 2006 Kenta Cho. Some rights reserved. */ module abagames.ttn.shape; private import std.math; private import opengl; private import abagames.util.vector; private import abagames.util.sdl.displaylist; private import abagames.ttn.screen; private im...
D
/** Example showing how to use format specifier components in a format string's argument. Put into public domain by Lars Ivar Igesund */ import io.Stdout; import text.locale.Locale; void main(){ Stdout.layout = new Locale; double avogadros = 6.0221415e23; Stdout.formatln("I have {...
D
// Copyright Ferdinand Majerech 2012. // 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) ///System that displays (with VideoDriver) visual representations of entities. module component.visual...
D
/******************************************************************************* * Copyright (c) 2000, 2006 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
/* 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
module android.java.android.media.MediaPlayer_OnVideoSizeChangedListener; public import android.java.android.media.MediaPlayer_OnVideoSizeChangedListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!MediaPlayer_OnVideoSizeChangedListener; import import1 = android.java.java.lang.Class;
D
// integrate.d: Illustrates function delegates // Intergrates c*x over [0,x] double linear(double x, double c) { return integrate(0.0, x, delegate double(double x) { return c * x; } // A closure ); } double integrate(double x1, double x2, double delegate(double dx) f) { double sum = 0...
D
/* * Copyright (C) 2018 Julien Viet * * 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 ...
D
/****************************************************************************** This module holds a variety of utility functions used throughout Croc. This module doesn't (and shouldn't) depend on the rest of the library in any way, and as such can't hold implementation-specific functionality. License: Copyright (c) 2...
D
/Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/.build/x86_64-apple-macosx/debug/SwiftyChrono.build/Refiners/MergeDataRangeRefiner.swift.o : /Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/Sources/SwiftyChrono/Utils/Date.swift /Users/harrisa/dev/apps/b.mobbing/chrono/SwiftyChrono/Sources/SwiftyChrono/Utils/...
D
/** * Read a file from disk and store it in memory. * * Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/file_manager.d, _file_man...
D
/** * This module defines the Scene class, TODO * */ module core.scene; import core, components, graphics, utility; import std.path; enum SceneName = "[scene]"; /** * TODO */ shared final class Scene { private: GameObject root; package: GameObject[uint] objectById; uint[string] idByName; publ...
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
INSTANCE Info_Mod_Raeuber03_Hi (C_INFO) { npc = Mod_7512_OUT_Raeuber_REL; nr = 1; condition = Info_Mod_Raeuber03_Hi_Condition; information = Info_Mod_Raeuber03_Hi_Info; permanent = 0; important = 0; description = "Hi."; }; FUNC INT Info_Mod_Raeuber03_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Raeuber0...
D
module step3; import std.stdio; import std.conv; import core.stdc.stdio; import core.stdc.stdlib; import jerryscript_core; import handler; import util; void RunStep3() { /** * Step 3. Execution in 'eval'-mode */ writeln("\nStep 3. Execution in 'eval'-mode"); const string script_1 = "var s = 'H...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 0.835270211 sediments, redbeds 219.300003 68.9000015 2.79999995 90.9000015 15 60 64.5 -128.5 343 5.5999999 5.5999999 0.96155838 sediments, redbeds 142.300003 67.9000015 10.30000...
D
# FIXED HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/cc26xx/mb_patch.c HAL/Target/CC2650/_common/mb_patch.obj: C:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/hal_mcu.h HAL/Target/CC2650/_common/mb_patc...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.bigint; void main() { auto y = readln.chomp.to!int; auto m = readln.chomp.to!int; auto d = readln.chomp.to!int; if (m == 1) { y -= 1; m = 13; } else if (m == 2) { y -=...
D
/* * Copyright (c) 2017-2018 sel-project * * 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, pu...
D
import std.stdio; long numWays(int n) { static int[] cache = new int[2]; if (n == 1 || n == 0) return 1; if (n < cache.length + 1 && cache[n - 1] != 0) return cache[n - 1]; int k = 1; int pent = (3 * k - 1) * k / 2; int sum = 0; while (n - pent >= 0) { sum += numWays(n - pent) * (k % 2 == 0 ? ...
D
import std.stdio; import std.algorithm; void main() { int[] array = [ 4, 3, 1, 5, 2]; reverse(array); writeln(array); }
D
/Users/sridattbhamidipati/Desktop/money20202015/build/money20202015.build/Debug-iphoneos/money20202015.build/Objects-normal/arm64/CheckoutViewController.o : /Users/sridattbhamidipati/Desktop/money20202015/money20202015/JSONObject.swift /Users/sridattbhamidipati/Desktop/money20202015/money20202015/DisplayQRViewControlle...
D
the secretion of an endocrine gland that is transmitted by the blood to the tissue on which it has a specific effect
D