code
stringlengths
3
10M
language
stringclasses
31 values
format 76 classinstance 128258 class_ref 128514 // Clerk name "" xyz 452.877 15 2000 life_line_z 2000 classinstance 128386 class_ref 129026 // MessManager name "" xyz 342.989 18 2005 life_line_z 2000 classinstance 128514 class_ref 128258 // Warden name "" xyz 232.803 17 2005 life_line_z 2000 classinstance ...
D
// REQUIRED_ARGS: -c -w /* TEST_OUTPUT: --- fail_compilation/testpull1810.d(19): Warning: statement is not reachable --- */ uint foo(uint i) { try { ++i; return 3; } catch (Exception e) { } return 4; }
D
//T compiles:yes //T has-passed:no //T retval:42 //? Tests TernaryOperator and foreach and ArrayLength and vrp import std.stdio; int main() { ubyte right = 42; bool b_wrong = 0; int i_wrong; uint ui_wrong = 0; bool[12] bs; for(int i=0;i<bs.length;i++) { (bs[0]) = i%2; } int ret=18; foreach(b;bs) { (b ...
D
/** * A flat image storage type. * Useful for your underlying contextual needs. * * Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole) */ module std.experimental.graphic.image.storage.flat; import std.experimental...
D
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE 298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 0.840254879 sediments, sandstones, siltstones 310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.895431109 extrusiv...
D
import std.regex; import std.stdio; import std.random : uniform; import std.functional : memoize; import std.conv : to; import std.process : environment; import std.array : split, replace; import std.container.slist; import vibe.stream.operations : readAllUTF8; import vibe.d; /** * Global consts and vars. */ enum ...
D
/* * Copyright (C) 2016 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 app...
D
// Written in the D programming language. /** Functions that manipulate other functions. Macros: WIKI = Phobos/StdFunctional Copyright: Copyright Andrei Alexandrescu 2008 - 2009. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: $(WEB erdani.org, Andrei Alexandrescu) Source: $(PHOBOSSRC ...
D
instance VLK_527_Buddler(Npc_Default) { name[0] = NAME_Buddler; npcType = npctype_ambient; guild = GIL_VLK; level = 2; voice = 3; id = 527; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 10; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 64; attribute[ATR_HIT...
D
/home/ubuntu/substrate-node-template/target/debug/wbuild-runner/node-template-runtime6620869906145500559/target/x86_64-unknown-linux-gnu/debug/deps/byteorder-9f26583f4f9b6464.rmeta: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.2/src/lib.rs /home/ubuntu/.cargo/registry/src/github.com-1ecc62...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Leaf.build/Stem+Spawn.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/leaf.git-6734191212676350340/Sources/Leaf/Tag/Models/Embed.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/leaf.git-6734191212676350340/Sources/Leaf/No...
D
module tests.c; /* import gravity.c.vm; import gravity.c.core; import gravity.c.value; import gravity.c.delegate_; import gravity.c.compiler; import core.stdc.stdio; import core.stdc.string; const(char)* source = "func main() {var a = 10; var b=20; return a + b}"; extern (C) void report_error(gravity_vm* vm, error...
D
/** Copyright: 2018 Mark Fisher License: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, d...
D
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/URLEncodedForm.build/Data/URLEncodedFormSerializer.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/url-encoded-form.git--8133570518800567758/Sources/URLEncodedForm/Data/URLEncodedFormData.swift /Users/user/Documents...
D
void main() { import std.stdio, std.string, std.conv, std.algorithm; import std.array; int t; rd(t); while (t--) { auto args = readln.split.to!(long[]); long solve(long nn) { auto n = digit(nn); auto dp = new long[][][](n.length + 1, 2, 20); dp[0][0][0] = 1; foreach (i; 0 .. n...
D
prototype Mst_Default_Bloodfly(C_Npc) { name[0] = "Krwiopijca"; guild = GIL_BLOODFLY; aivar[AIV_IMPORTANT] = ID_BLOODFLY; level = 7; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 30; attribute[ATR_HITPOINTS_MAX] = 50; attribute[ATR_HITPOINTS] = 50; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] ...
D
/Users/Aren/Downloads/Places/DerivedData/Places/Build/Intermediates.noindex/Places.build/Debug-iphoneos/Places.build/Objects-normal/arm64/AppDelegate.o : /Users/Aren/Downloads/Places/Places/Place.swift /Users/Aren/Downloads/Places/Places/AppDelegate.swift /Users/Aren/Downloads/Places/Places/HDAugmentedReality/Classes/A...
D
import vibe.http.server; import vibe.web.auth; import vibe.web.web; import oauth.webapp; /// struct AuthInfo { } /// @requiresAuth class LinkedInLoginExample : OAuthWebapp { private { import oauth.settings : OAuthSettings; static immutable OAuthSettings _oauthSettings; static immutab...
D
/Users/macintosh/Desktop/MemoryCache/Build/Intermediates.noindex/MemoryCache.build/Debug-iphoneos/MemoryCache.build/Objects-normal/arm64/Dowloader.o : /Users/macintosh/Desktop/MemoryCache/MemoryCache/Source/Cache/Data/Data.swift /Users/macintosh/Desktop/MemoryCache/MemoryCache/Source/Cache/Data/DataDelegate.swift /User...
D
# FIXED ICall/icall.obj: C:/ti2/simplelink_cc2640r2_sdk_3_20_00_21/source/ti/blestack/icall/src/icall.c ICall/icall.obj: C:/ti2/simplelink_cc2640r2_sdk_3_20_00_21/kernel/tirtos/packages/ti/sysbios/hal/Hwi.h ICall/icall.obj: C:/ti/xdctools_3_51_03_28_core/packages/xdc/std.h ICall/icall.obj: C:/ti/ccs910/ccs/tools/compi...
D
module android.java.android.media.AudioRecord_OnRoutingChangedListener_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.android.media.AudioRouting_d_interface; import import0 = a...
D
/** * Implementation of dynamic array property support routines. * * Copyright: Copyright Digital Mars 2000 - 2010. * License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: Walter Bright */ /* Copyright Digital Mars 2000 - 2010. * Distributed under the Boost Softw...
D
/++ [SumType] is a generic discriminated union implementation that uses design-by-introspection to generate safe and efficient code. Its features include: * [Pattern matching.][match] * Support for self-referential types. * Full attribute correctness (`pure`, `@safe`, `@nogc`, and `nothrow` are inferred whenever p...
D
module api.interfaces.all; public import api.interfaces.authapi; //public import api.interfaces.dataapi;
D
instance PIR_1365_Addon_Matt(Npc_Default) { name[0] = "Матт"; guild = GIL_PIR; id = 1365; voice = 10; flags = FALSE; npcType = npctype_main; aivar[AIV_FollowDist] = 500; B_SetAttributesToChapter(self,3); fight_tactic = FAI_HUMAN_MASTER; EquipItem(self,ItMw_Addon_PIR2hAxe); B_SetNpcVisual(self,MALE,"Hum_Head...
D
/++ https://issues.dlang.org/show_bug.cgi?id=23019 ARG_SETS: -of=fail_compilation TEST_OUTPUT: --- Error: error writing file 'fail_compilation' --- ++/ void main() {}
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
D
/Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/build/SelfieHack.build/Debug-iphonesimulator/SelfieHack.build/Objects-normal/x86_64/ViewController.o : /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/ViewController.swift /Users/Vidyadhar/Desktop/Github/selfieHack-github-repo/SelfieHack/AppDelega...
D
module jamc.api.widgets.IWidget; import core.time; import jamc.api.eventTypes; import jamc.api.game; import jamc.util.vector; interface IWidget { /// Vykreslí element i jeho subelementy void doDraw( int depth ); /// Nastaví pozici elementu vzhledem k rodiči @property void position( vec2i posi...
D
/** * Copyright: Mike Wey 2011 * License: zlib (See accompanying LICENSE file) * Authors: Mike Wey */ module dmagick.Image; import std.algorithm : min; import std.array; import std.conv; import std.math; import std.string; import std.typecons : Tuple; import std.uni; import core.memory; import core.runtime; i...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; alias L = Tuple!(int, "t", int, "c"); void main() { auto nm = readln.split.to!(int[]); auto N = nm[0]; auto M = nm[1]; int[int] mm; foreach (_; 0..M) { auto m = readln.chomp.to!int; ...
D
module d3d.common; public { import derelict.sdl2.sdl; import derelict.sdl2.image; import derelict.assimp3.assimp; import d3d.core; import d3d.common.ext; import d3d.common.sdlcomponent; import d3d.common.surface; }
D
module android.java.android.provider.FontsContract_Columns; public import android.java.android.provider.FontsContract_Columns_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!FontsContract_Columns; import import0 = android.java.java.lang.Class;
D
/Users/Bamz/Developer/FaceIt/Build/Intermediates/FaceIt.build/Debug-iphonesimulator/FaceIt.build/Objects-normal/x86_64/FacialExpression.o : /Users/Bamz/Developer/FaceIt/FaceIt/AppDelegate.swift /Users/Bamz/Developer/FaceIt/FaceIt/FacialExpression.swift /Users/Bamz/Developer/FaceIt/FaceIt/FaceViewController.swift /Users...
D
/** License: 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 t...
D
module ogregl.pbuffer; import ogre.image.pixelformat; import ogregl.context; /** An off-screen rendering context. These contexts are always RGBA for simplicity, speed and convience, but the component format is configurable. */ package class GLPBuffer { public: this(PixelComponentType format, size_t width, size_t...
D
module UnrealScript.Engine.ForceFeedbackManager; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Core.UObject; import UnrealScript.Engine.Actor; import UnrealScript.Engine.ForceFeedbackWaveform; extern(C++) interface ForceFeedbackManager : UObject { public extern(D): private static ...
D
E: c556, c234, c457, c491, c687, c582, c535, c710, c737, c600, c579, c597, c354, c750, c334, c120, c479, c718, c48, c395, c117, c387, c159, c725, c365, c42, c470, c553, c461, c692, c283, c448, c423, c232, c317, c249, c677, c152, c696, c754, c647, c262, c646, c743, c761, c612, c714, c70, c214, c58, c651, c613, c198, c62...
D
import std.stdio; import std.string; import std.conv; import std.algorithm; import std.range; import std.traits; import std.math; import std.conv; import std.typecons; import std.uni; import std.ascii; void main() { auto B = readAs!(int[]); foreach(i; 1..11) { if(!B.canFind(i)) { i.writeln; break; } } } ...
D
/** License: $(LINK2 http://boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Ilya Yaroshenko */ module mir.sparse.blas.dot; import std.traits; import mir.ndslice.slice; import mir.sparse; import mir.series; /++ Dot product of two vectors Params: x = sparse vector y = sparse vector Returns: scalar...
D
# PostgreSQL's Database Directory PGDATA="/var/lib/pgsql/data" # PostgreSQL User PGUSER="pgsql" # PostgreSQL Group PGGROUP="pgsql" # Extra options to run postmaster with # -N is the maximal number of client connections # -B is the number of shared buffers and has to be at least 2x the value for -N # Please read the ...
D
/* * Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com * Written by Walter Bright * * 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 a...
D
/* * Licensed under the GNU Lesser General Public License Version 3 * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the license, or * (at your option) any late...
D
class C { } void foo(const C c, const(char)[] s, const int* q, const(int*) p) { } void bar(in void* p) { } void f(void function() f2); class C2; void foo2(const C2 c); struct Foo3 { int k; @trusted @nogc @disable ~this() { k = 1; } this(this) { k = 2; } } class C3 { @property int get() { return 0; } } T...
D
cause a callus to form on form a callus or calluses
D
/Users/harry/Desktop/sportsUp/Build/Intermediates/sportsUp.build/Debug-iphoneos/sportsUp.build/Objects-normal/arm64/UnrollEventRequestModel.o : /Users/harry/Desktop/sportsUp/sportsUp/AppDelegate.swift /Users/harry/Desktop/sportsUp/sportsUp/models/EventDetailResponseModel.swift /Users/harry/Desktop/sportsUp/sportsUp/mod...
D
instance Nov_1300_Talas_UR(C_Info) { npc = Nov_1300_Talas; condition = Nov_1300_Talas_UR_Condition; information = Nov_1300_Talas_UR_Info; important = 0; permanent = 0; description = "Ty jesteś Talas, ten którego obrabowano!"; }; func int Nov_1300_Talas_UR_Condition() { if(Npc_KnowsInfo(hero,Info_CorKalom_Brin...
D
/** A package manager. Copyright: © 2012-2013 Matthias Dondorff, 2012-2016 Sönke Ludwig License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file. Authors: Matthias Dondorff, Sönke Ludwig */ module dub.dub; import dub.compilers.compiler; import dub.dependency; import dub.depend...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { int[] xs, ys; xs.length = 8; ys.length = 8; int n; foreach (i; 0..8) { foreach (j, c; readln.chomp) if (c == 'Q') { xs[n] = j.to!int; ys[n] = i; ...
D
module novuos.kmain; import novuos.bootdata; extern(C) void _d_dso_registry(void* data) {} extern(C) void kmain(OSBootData* bootdata) @nogc nothrow { //bootdata.screenPtr[0] = 0x00FF00FF; while(true){} }
D
/******************************************************************************* Dummy daemon like application to be used in turtle own tests. For turtle it only matters that such application never quits prematurely which is achived via simple infinite loop. Copyright: Copyright (c) 2017 sociomantic ...
D
a loud raucous cry (as of an owl) a cry or noise made to express displeasure or contempt something of little value to utter a loud clamorous shout utter the characteristic sound of owls
D
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
D
/******************************************************************************* * 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...
D
/home/a186r/dev/rust/rust/day07/rust_closures/target/debug/deps/rust_closures-14b22986757036f7: src/lib.rs /home/a186r/dev/rust/rust/day07/rust_closures/target/debug/deps/rust_closures-14b22986757036f7.d: src/lib.rs src/lib.rs:
D
module org.eclipse.swt.printing.all; import java.lang.all; public import org.eclipse.swt.printing.PrintDialog; public import org.eclipse.swt.printing.Printer; public import org.eclipse.swt.printing.PrinterData;
D
FUNC VOID EVT_DIEBKELLER_FACKEL() { Print ("Geht"); Wld_SetMobRoutine (00,00, "FIREPLACE_DIEBKELLER", 1); Wld_SetMobRoutine (20,00, "FIREPLACE_DIEBKELLER", 1); Wld_SetMobRoutine (05,00, "FIREPLACE_DIEBKELLER", 1); };
D
/Users/prateek/Documents/Code/Learning/DesignAndArchitecture/DerivedData/ArchitectureLearning/Build/Intermediates.noindex/ArchitectureLearning.build/Debug-iphonesimulator/ArchitectureLearning.build/Objects-normal/x86_64/AppDelegate.o : /Users/prateek/Documents/Code/Learning/DesignAndArchitecture/ArchitectureLearning/Ap...
D
// Written in the D programming language. /** * Information about the target operating system, environment, and CPU. * * Macros: * WIKI = Phobos/StdSystem * * Copyright: Copyright Digital Mars 2000 - 2011 * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: $(WEB digitalma...
D
(law) the party to whom something is assigned (e.g., someone to whom a right or property is legally transferred)
D
var int EVT_OPEN_DOOR_LIBRARY_S1_OneTime; func void evt_open_door_library_s1() { if(EVT_OPEN_DOOR_LIBRARY_S1_OneTime == FALSE) { Snd_Play("DEM_Die"); Wld_InsertNpc(Skeleton,"FP_ROAM_NW_KDF_LIBRARY_19"); Wld_InsertNpc(Skeleton,"FP_ROAM_NW_KDF_LIBRARY_18"); Wld_InsertNpc(Skeleton,"FP_ROAM_NW_KDF_LIBRARY_30");...
D
module renderer.shader; import renderer.opengl; import renderer.openglex; import renderer.vertexbuffer; import renderer.shaderconstants; import thBase.math3d.all; import thBase.container.vector; import renderer.exceptions; import renderer.uniformtype; import thBase.logging; import core.stdc.stdlib; import base.all;...
D
module artemisd.world; import artemisd.utils.bag; import artemisd.entitymanager; import artemisd.entity; import artemisd.entitytemplate; import artemisd.componentmanager; import artemisd.entitysystem; import artemisd.manager; import artemisd.entityobserver; class World { private EntityManager em; private Com...
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 core/sys/windows/_errorrep.d) */ module core.sys.windows.errorrep; version (Windows): @system: version (ANSI)...
D
module us.voxg.ewiusb.configuration; import std.string, std.array, std.algorithm, std.stdio; /** * Represents an individual configuration parameter of the AKAI EWI USB. * Each parameter is a single byte and lives at a two-byte (msb, lsb) * memory address. */ class Parameter { /** A natural-language name for the...
D
module glfw.GlfwWindow; import std.string; import std.experimental.logger; import glfw.GlfwContext; import derelict.glfw3; import derelict.opengl3.gl3; import scene.scene; import scene.gameObject; import window.window; @trusted class GlfwWindow : Window { int width() { return _width; } int height() { re...
D
/******************************************/ // 3449 version (PULL93) { template TypeTuple(T...) { alias TypeTuple = T; } // If module variable has no explicit initializer, // constant folding is not allowed for that. int mg1; const int cg1; immutable int ig1; static this() { mg1 = 10; cg1 = 10; ig1 = 10...
D
/* REQUIRED_ARGS: -verrors=0 TEST_OUTPUT: --- fail_compilation/failob1.d(104): Error: variable `failob1.test1.a1` is left dangling at return fail_compilation/failob1.d(105): Error: variable `failob1.test2.a2` is left dangling at return fail_compilation/failob1.d(107): Error: variable `failob1.test4.s4` is left dangling...
D
// Copyright 2018 - 2021 Michael D. Parker // 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.opengl.bind.dep.dep13; import bindbc.loader; import bindbc.opengl.context; import b...
D
/******************************************************************************* copyright: Copyright (c) 2007 Kris Bell. All rights reserved license: BSD style: $(LICENSE) version: Initial release: Oct 2007 author: Kris ************************...
D
/* TEST_OUTPUT: --- fail_compilation/fail323.d(16): Error: invalid array operation -a (possible missing []) --- */ void foo(double[]) { } void main() { auto a = new double[10], b = a.dup, c = a.dup, d = a.dup; foo(-a); // a[] = -(b[] * (c[] + 4)) + 5 * d[]; // / 3; }
D
import std.file; import std.stdio; final class DataFile { string filename; private: immutable(ubyte)[] data; size_t pos; public: this(string filename) { this.filename = filename; this.data = cast(immutable(ubyte)[]).read(filename); } this(DataFile other, size_t start) {...
D
/Users/konnosatoru/src/github.com/rutti-bep/wallpaperEngine-for-mac/Build/Products/Debug/wallpaperEngine.app/Contents/Resources/PopupViewController.o : /Users/konnosatoru/src/github.com/rutti-bep/wallpaperEngine-for-mac/wallpaperEngine/ViewController.swift /Users/konnosatoru/src/github.com/rutti-bep/wallpaperEngine-for...
D
instance DIA_Mil_333_Stadtwache_EXIT(C_Info) { npc = Mil_333_Stadtwache; nr = 999; condition = DIA_Mil_333_Stadtwache_EXIT_Condition; information = DIA_Mil_333_Stadtwache_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Mil_333_Stadtwache_EXIT_Condition() { return TRUE; }; func void DI...
D
/******************************************************************************* * Copyright (c) 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, and is a...
D
func void B_Give_Lakarus_ChapterItems (var int storyChapter) { var C_NPC npc; npc = Hlp_GetNpc(BEG_704_Lakarus); if (storyChapter == 1) { //-------- Verkaufsgüter -------- CreateInvItems (npc, ItPl_Swampweed, 5); //-------- Geld -------- CreateInvItems (npc, ItMi_Silver, 5); } else if (storyChap...
D
/** Copyright: Copyright (c) 2015-2017 Andrey Penechko. License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0). Authors: Andrey Penechko. */ module voxelman.utils.scale; immutable string[int] scales; shared static this(){ scales = [ -24 : "y", -21 : "z", -18 : "a", -15 : "f", -12 : "p", -9 : "n", -6 : ...
D
module sketchup_api.model.opening; import sketchup_api.common; // SUResult import sketchup_api.model.defs; import sketchup_api.geom; //import sketchup_api.color; //import sketchup_api.defs; // SUStringRef extern (C): SUResult SUOpeningGetNumPoints (SUOpeningRef opening, size_t* count); SUResult SUOpeningGetPoints (...
D
/afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_HC_NLO_X0_UFO_pp_Xjj_4l_HC_NLO_X0_UFO_dxdx_dxdxepemmupmum.o /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_HC_NLO_X0_UF...
D
instance OUT_400_DS2P_Ekor(Npc_Default) { name[0] = "Экор"; guild = GIL_OUT; id = 400; voice = 5; flags = 0; npcType = npctype_main; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuyNewsOverride] = TRUE; aivar[AIV_IGNORE_Murder] = TRUE; //aivar[AIV_IGNORE_Theft] = TRUE; aivar[AIV_IGNORE_Sheepkiller] = TRUE; B_...
D
// Copyright Ferdinand Majerech 2010 - 2011. // 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) ///Image encoding/decoding. module formats.image; @trusted import std.string; import std.stdi...
D
/* * This file is part of gtkD. * * gtkD is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 3 * of the License, or (at your option) any later version, with * some exceptions, please r...
D
 module sys.win32.CodePage; pragma(lib,"DinrusTango.lib"); struct КодоваяСтраница { static бул аски_ли (ткст ист); static ткст преобр_в (ткст ист, ткст приёмн, бцел страница=0); static ткст из_ (ткст ист, ткст приёмн, бцел страница=0); private static ткст преобразуй (ткст ис...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Console.build/Command/Group.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-5126077550814951...
D
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/SQL.build/SQLCreateTableBuilder.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/sql.git--1773354893095289533/Sources/SQL/SQLBind.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/sql.git--1773354893095289533/Sourc...
D
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/NopDisposable.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/babaiholdings/Documen...
D
/Users/kevin/Documents/workspace_Xcode/SwiftStudy/DerivedData/SwiftStudy/Build/Intermediates/SwiftStudy.build/Debug-iphonesimulator/SwiftStudy.build/Objects-normal/x86_64/Square.o : /Users/kevin/Documents/workspace_Xcode/SwiftStudy/SwiftStudy/Square.swift /Users/kevin/Documents/workspace_Xcode/SwiftStudy/SwiftStudy/Nex...
D
/* TEST_OUTPUT: --- fail_compilation/fail100.d(24): Error: cannot implicitly convert expression (f) of type Class[] to I[] --- */ // Issue 85 - Array of classes doesn't function as array of interfaces interface I { I[] foo(); uint x(); } class Class : I { I[] foo() { // changing this to I[] f...
D
// Written in the D programming language. /** * Templates which extract information about types and symbols at compile time. * * $(SCRIPT inhibitQuickIndex = 1;) * * $(DIVC quickindex, * $(BOOKTABLE , * $(TR $(TH Category) $(TH Templates)) * $(TR $(TD Symbol Name traits) $(TD * $(LREF fullyQualified...
D
/* * Copyright (C) 2009 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 app...
D
module android.java.android.net.wifi.p2p.WifiP2pManager_UpnpServiceResponseListener; public import android.java.android.net.wifi.p2p.WifiP2pManager_UpnpServiceResponseListener_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!WifiP2pManager_UpnpServiceResponseListener; import import2 = android.j...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/Bits.build/Objects-normal/x86_64/Data+Bytes.o : /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources/Bits/Deprecated.swift /Users/petercernak/vapor/TILApp/.build/checkouts/core.git-5591983016255515332/Sources...
D
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensee...
D
/Users/danielmorales/CSUMB/Potluck-iOS/build/Pods.build/Debug-iphonesimulator/TextFieldEffects.build/Objects-normal/x86_64/MinoruTextField.o : /Users/danielmorales/CSUMB/Potluck-iOS/Pods/TextFieldEffects/TextFieldEffects/TextFieldEffects/MadokaTextField.swift /Users/danielmorales/CSUMB/Potluck-iOS/Pods/TextFieldEffects...
D
/home/server/Desktop/CodeDriven/rust/module1/m_1_variables/target/debug/deps/m1_variables-a3015b72aefbd5c8: src/main.rs /home/server/Desktop/CodeDriven/rust/module1/m_1_variables/target/debug/deps/m1_variables-a3015b72aefbd5c8.d: src/main.rs src/main.rs:
D
/Users/darshilagrawal/Desktop/CODING/rustPractice/ion_encoder/target/debug/deps/radium-7e9b3b6022ef5a89.rmeta: /Users/darshilagrawal/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.5.3/src/lib.rs /Users/darshilagrawal/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.5.3/src/types.rs /Users/darshilagra...
D
module android.java.android.icu.text.Edits_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import1 = android.java.android.icu.text.Edits_d_interface; import import2 = android.java.java.lang.Class_d_in...
D
REPLACE_STATE_TRIGGER amcarras 10 ~Global("L-AttackedSmugglers","GLOBAL",1)~ ADD_TRANS_ACTION amcarras BEGIN 10 END BEGIN END ~Shout(79)~
D
//https://issues.dlang.org/show_bug.cgi?id=20777 struct FooInt { int i; auto opBinary(string op : "+")(int j) { return typeof(this)(i + j); } static @property FooInt max() { return typeof(this)(int.max); } } enum foolist { hi = FooInt(0), bye }
D
/home/maliha/iot/quater3/assign2/server/target/debug/build/libc-a0b99d4d98b16285/build_script_build-a0b99d4d98b16285: /home/maliha/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.85/build.rs /home/maliha/iot/quater3/assign2/server/target/debug/build/libc-a0b99d4d98b16285/build_script_build-a0b99d4d98b16285.d:...
D