code
stringlengths
3
10M
language
stringclasses
31 values
void main() { import std.stdio; writeln("Hello World!"); }
D
func void b_enter_demonstower_kapitel_1() { }; var int enterdemonstower_kapitel2; func void b_enter_demonstower_kapitel_2() { if(ENTERDEMONSTOWER_KAPITEL2 == FALSE) { ENTERDEMONSTOWER_KAPITEL2 = TRUE; }; }; var int enterdemonstower_kapitel3; func void b_enter_demonstower_kapitel_3() { if(ENTERDEMONSTOWER_K...
D
void main() { problem(); } void problem() { auto a = scan!long; long solve() { return a + a*a + a*a*a; } solve().writeln; } // ---------------------------------------------- import std.stdio, std.conv, std.array, std.string, std.algorithm, std.container, std.range, core.stdc.stdlib, std.math, std.typ...
D
import std.algorithm:map; import Player:Player; import GameTable:GameTable; import std.stdio; public enum Actions { _notPlaying , _draw, _playHandCard, _playSkiboStackCard, _playSupportStackCard, _discardCardOnSupportStack // ends turn };
D
/***********************************************************************\ * lmserver.d * * * * Windows API header module * * ...
D
/******************************************************************************* * Copyright (c) 2007 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
// Written in the D programming language. /** Bit-level manipulation facilities. Macros: WIKI = StdBitarray Copyright: Copyright Digital Mars 2007 - 2011. License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. Authors: $(WEB digitalmars.com, Walter Bright), $(WEB erdani.org, A...
D
module antlr.v4.runtime.atn.LexerActionType; /** * @uml * Represents the serialization type of a {@link LexerAction}. */ enum LexerActionType { CHANNEL, CUSTOM, MODE, MORE, POP_MODE, PUSH_MODE, SKIP, TYPE, }
D
/** * Provides vectors, matrices, quaternions and other stuctures for * geometric data. */ module derp.core.geo; import derp.math.all; import std.traits; struct Rect { Vector2 pos; Vector2 size; this(Vector2 pos, Vector2 size) @safe nothrow { this.pos = pos; this.size = size; } ...
D
module windows.windowseventcollector; public import windows.systemservices; extern(Windows): enum EC_SUBSCRIPTION_PROPERTY_ID { EcSubscriptionEnabled = 0, EcSubscriptionEventSources = 1, EcSubscriptionEventSourceAddress = 2, EcSubscriptionEventSourceEnabled = 3, EcSubscriptionEventSourceUserName ...
D
void main() { auto D = ri; switch(D) { case 25: writeln("Christmas"); break; case 24: writeln("Christmas Eve"); break; case 23: writeln("Christmas Eve Eve"); break; case 22: writeln("Christmas Eve Eve Eve"); break; default: break; } } // =================================== import std.stdio; import std.st...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved * Authors: $(LINK2 http://www.digitalmars.com, Walter Bright) * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1...
D
module usingtransparent; import transp; void main() { auto i = transparent(10); assert(i == 10); // equality testing i = 1; // Assignment from an int ++i; // ++ acts on i.value assert(i == 2); // int-accepting function int foo(int ii) { return ii+1;} assert(foo(i) == 3); // function...
D
module file_image; import core.sys.windows.windows; import core.stdc.stdio; import core.stdc.stdlib; import core.stdc.string; import std.string; import std.utf; import std.stdio; import image; import resource; nothrow: void update_title(HWND hwnd,wstring title,int mod) { wstring tmp=title; if(mod) ...
D
/Users/sjwu/video/HouseHold/Build/Intermediates/HouseHold.build/Debug-iphonesimulator/HouseHold.build/Objects-normal/x86_64/BaseViewModel.o : /Users/sjwu/video/HouseHold/HouseHold/Core/Extension/UIImage+HH.swift /Users/sjwu/video/HouseHold/HouseHold/Classes/Topic/Model/Topic.swift /Users/sjwu/video/HouseHold/HouseHold/...
D
/* EXTRA_FILES: imports/fail347a.d TEST_OUTPUT: --- fail_compilation/fail347.d(22): Error: undefined identifier `bbr`, did you mean variable `bar`? fail_compilation/fail347.d(23): Error: no property `ofo` for type `S`, did you mean `fail347.S.foo`? fail_compilation/fail347.d(24): Error: undefined identifier `strlenx`, ...
D
/* TEST_OUTPUT: --- fail_compilation/fail_scope.d(15): Error: scope variable da may not be returned fail_compilation/fail_scope.d(17): Error: scope variable o may not be returned fail_compilation/fail_scope.d(18): Error: scope variable dg may not be returned fail_compilation/fail_scope.d(20): Error: scope variable da m...
D
come into existence ascend as a sound rise up as in fear rise to one's feet come up, of celestial bodies move upward return from the dead get up and out of bed
D
import derelict.opengl3.gl3; import model; import mat4; import sgraph; /** * Class describing an OpenGL scene which may be rendered. */ class Scene { private: Node * root; public: void draw(ref Mat4 cam, ref Mat4 proj) { Mat4 trans; trans.identity(); root.draw(cam, proj, trans); } }
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/_oleidl.d) */ module core.sys.windows.oleidl; version (Windows): @system: // DAC: This is defined in ocidl !! // wh...
D
module appx; import lambdanorm.expr; import std.stdio; void main() { auto a = ident("a"), b = ident("b"), f = ident("f"), n = ident("n"), p = ident("p"), q = ident("q"), x = ident("x"), y = ident("y"), z = ident("z"); auto zero = abst(f, abst(x, x)), ...
D
/* -------------------- CZ CHANGELOG -------------------- */ /* v1.00: func void dia_strf_1107_fleenow_info - opraven odkaz na následující dialog (dia_strf_1107_fleenow_djg_lcr) func void dia_strf_1107_fleenow_info - přidána další možnost (ITAR_PAL_H_V1) (2x) opraveno ID předmětu (ItMw_Schwert -> ItMw_Schwert3) */ ...
D
//*************************** // Shadowbeast Prototype //*************************** PROTOTYPE Mst_Default_Shadowbeast(C_Npc) { //----- Monster ---- name = "Cieniostwór"; guild = GIL_SHADOWBEAST; aivar[AIV_MM_REAL_ID] = ID_SHADOWBEAST; level = 30; //----- Attribute ---- attribute [ATR...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPrivateKey.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservi...
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintAttributes.o : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /U...
D
/Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/build/getrandom-8bf069ee9b206ca3/build_script_build-8bf069ee9b206ca3: /Users/derrekgass/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.13/build.rs /Users/derrekgass/Documents/GitHub/hello_world/target/rls/debug/build/getrandom-8bf069ee9b206...
D
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/flix_1.build/Debug-iphonesimulator/flix_1.build/Objects-normal/x86_64/MovieDetailsViewController.o : /Users/haruna/Documents/iOSdev/flix_1/flix_1/SceneDelegate.swift /Users/haruna/Documents/iOSdev/flix_1/flix_1/AppDelegate.swift /Users/haruna/Documents/iOSdev/fl...
D
module spasm.bindings.fullscreen; import spasm.types; import spasm.bindings.html; @safe: nothrow: enum FullscreenNavigationUI { auto_, show, hide } struct FullscreenOptions { nothrow: JsHandle handle; alias handle this; this(Handle h) { this.handle = JsHandle(h); } static auto create() { re...
D
// NOTE: I haven't even tried to use this for a test yet! // It's probably godawful, if it works at all. module arsd.mssql; version(Windows): pragma(lib, "odbc32"); public import arsd.database; import std.string; import std.exception; import win32.sql; import win32.sqlext; class MsSql : Database { // dbname = n...
D
module arrow.UInt8Array; private import arrow.Buffer; private import arrow.NumericArray; private import arrow.c.functions; public import arrow.c.types; private import glib.ConstructionException; private import glib.ErrorG; private import glib.GException; private import gobject.ObjectG; /** */ public class UInt8Arra...
D
module hunt.http.codec.http.frame.CloseState; enum CloseState { NOT_CLOSED, LOCALLY_CLOSED, REMOTELY_CLOSED, CLOSED }
D
// URL: https://yukicoder.me/problems/no/1517 import std; version(unittest) {} else void main() { int d; io.getV(d); int a, b; io.getV(a, b); io.putB(a < b, a*d, b*d); } auto io = IO!()(); import lib.io;
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 wx.CheckBox; public import wx.common; public import wx.Control; public enum CheckBoxState { wxCHK_UNCHECKED, wxCHK_CHECKED, wxCHK_UNDETERMINED } //--------------------------------------------------------------------- //! \cond EXTERN static extern (C) IntPtr wxCheckBox_ctor(); static extern (...
D
module android.java.java.security.cert.TrustAnchor; public import android.java.java.security.cert.TrustAnchor_d_interface; import arsd.jni : ImportExportImpl; mixin ImportExportImpl!TrustAnchor; import import3 = android.java.java.lang.Class;
D
/** d3d10shader.d Converted from 'd3d10shader.h'. Version: DirectX 11 SDK February 2010 Authors: Koji Kishita */ module c.windows.d3d10shader; import c.windows.windef; import c.windows.guiddef; import c.windows.unknwn; import c.windows.d3d10; import c.windows.d3d10misc; /* uint D3D10_TX_VERSION(_Major, _Minor) { ...
D
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/HTTP.build/Message/HTTPHeaders.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP/Utilities/RFC1123.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/http/Sources/HTTP...
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/_regstr.d) */ module core.sys.windows.regstr; version (Windows): @system: // TODO: fix possible conflict with shloj...
D
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation.o : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pod...
D
/Users/sbordo/ultimate_rust_crash_course/invaders/target/rls/debug/deps/libthiserror_impl-a2262b74c5a579ad.dylib: /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs /Users/sbordo/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs /Users/sbordo/.c...
D
/** Allows the user to load and create bitmap fonts To actually draw text on the screen use the Window draw functions */ module dgt.font; import derelict.sdl2.sdl, derelict.sdl2.ttf; import dgt.array, dgt.geom, dgt.io, dgt.texture, dgt.window; import dgt.util : nullTerminate; /** An enum that determines character sty...
D
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/jimallan/Downlo...
D
module hunt.database.driver.mysql.impl.MySQLConnectionFactory; import hunt.database.driver.mysql.impl.codec.MySQLCodec; import hunt.database.driver.mysql.impl.MySQLSocketConnection; import hunt.database.driver.mysql.MySQLConnectOptions; import hunt.database.base.AsyncResult; import hunt.database.base.Common; import h...
D
/Users/dannydk6/Desktop/UnicornArcade/build/UnicornArcade.build/Debug-iphonesimulator/UnicornArcade.build/Objects-normal/x86_64/InvaderBullet.o : /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Infinite\ Scrolling\ Background.swift /Users/dannydk6/Desktop/UnicornArcade/UnicornArcade/Cloud.swift /Users/dannydk6/Desk...
D
/Users/andreigurau/Desktop/Xcodeapps/BookIt/build/BookIt.build/Debug-iphonesimulator/BookIt.build/Objects-normal/x86_64/RoomSearchViewController.o : /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/AppDelegate.swift /Users/andreigurau/Desktop/Xcodeapps/BookIt/BookIt/Utilities/Util.swift /Users/andreigurau/Desktop/Xco...
D
/Users/mac/Desktop/Young心理/DerivedData/Young心理/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionManager.o : /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/MultipartFormData.swift /Users/mac/Desktop/Young心理/Pods/Alamofire/Source/Timeline.swift /Users/mac/Desktop/Young心理...
D
/** * Implementation of dynamic array property support routines. * * Copyright: Copyright Digital Mars 2000 - 2015. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright * Source: $(DRUNT...
D
// Copyright Basile Burg 2017. // 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 dscanner.analysis.final_attribute; import dscanner.analysis.base; import dscanner.analysis.helpers; imp...
D
<?xml version="1.0" encoding="ASCII" standalone="no"?> <di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0"> <pageList> <availablePage> <emfPageIdentifier href="VAR_1_agm-86387421...
D
/Users/zhengnanzhu/Desktop/docu/Web/Hw5/DerivedData/Hw5/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/CachedResponseHandler.o : /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofire/Source/MultipartFormData.swift /Users/zhengnanzhu/Desktop/docu/Web/Hw5/Pods/Alamofir...
D
/** * Contains druntime startup and shutdown routines. * * Copyright: Copyright Digital Mars 2000 - 2013. * License: Distributed under the * $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0). * (See accompanying file LICENSE) * Authors: Walter Bright, Sean Kelly * Source: $(DRU...
D
fruit preserved by cooking with sugar keep constant through physical or chemical reactions or evolutionary change keep in safety and protect from harm, decay, loss, or destruction use cautiously and frugally preserve with sugar
D
/Users/dali/Documents/GitHub/rustlings/target/debug/deps/walkdir-aa9a9cbb526af240.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/walkdir-2.3.2/src/dent.rs /Users/dali/.cargo/registry/src/mirrors.us...
D
/* EPANET 3 * * Copyright (c) 2016 Open Water Analytics * Distributed under the MIT License (see the LICENSE file for details). * */ module epanet.models.headlossmodel; import core.stdc.math; import std.math: PI; import std.algorithm.comparison; import epanet.elements.pipe; import epanet.core.constants; //! \cl...
D
module android.java.android.hardware.biometrics.BiometricPrompt_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import3 = android.java.android.hardware.biometrics.BiometricPrompt_AuthenticationCallbac...
D
/* Copyright (c) 2014-2015 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
the hard durable wood of any oak a deciduous tree of the genus Quercus
D
/* * Copyright (c) 2012-2019 The ANTLR Project. All rights reserved. * Use of this file is governed by the BSD 3-clause license that * can be found in the LICENSE.txt file in the project root. */ module antlr.v4.runtime.tree.TerminalNode; import antlr.v4.runtime.tree.ParseTree; import antlr.v4.runtime.Token; /**...
D
instance RBL_4030_Skrzek (Npc_Default) { //-------- primary data -------- name = "Skrzek"; npctype = NPCTYPE_MAIN; guild = GIL_RBL; level = 22; voice = 10; id = 2614; //-------- abilities -------- attribute[ATR_STRENGTH] = 80; attribute[ATR_DEXTERITY] = 80; attribute[ATR_MANA_MAX...
D
// #include "declspec.h" // #include "igd_desc_parse.h" public import miniupnpc.igd_desc_parse; /* error codes : */ enum UPNPDISCOVER_SUCCESS = 0; enum UPNPDISCOVER_UNKNOWN_ERROR = -1; enum UPNPDISCOVER_SOCKET_ERROR = -101; enum UPNPDISCOVER_MEMORY_ERROR = -102; /* versions : */ enum MINIUPNPC_VERSION = "1.8"; enum ...
D
/** * FewDee's Input Manager and related definitions. * * The Input Manager provides means to handle input in a more abstract fashion: * instead of responding to low-level events like "key down" or "joystick button * up", you can respond to high-level fame events like "jump" or "use * nitro". The mapping between ...
D
import std.conv: text; import std.string: split; import std.algorithm: map; import std.array: array; import std.range: iota; import std.string: startsWith; import std.typecons: q=tuple,Q=Tuple; import std.exception: enforce; import backend,options; import distrib,error; import dexpr,hashtable,dutil; import expression,...
D
/** * Droits d’auteur: Enalye * Licence: Zlib * Auteur: Enalye */ module grimoire.stdlib.circularbuffer; import grimoire.assembly, grimoire.compiler, grimoire.runtime; import grimoire.stdlib.util; void grLoadStdLibCircularBuffer(GrLibDefinition library) { library.setModule(["std", "circularbuffer"]); Gr...
D
qualified for or allowed or worthy of being chosen
D
// Copyright Steve Teale 2013. // 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) // Written in the D programming language module cross; import mainwin; import constants; import acomp; import...
D
module gui.gui; import city.city; import std.stdio, std.string; import std.xml; abstract class GUI { City city; this(City city) { this.city = city; } abstract void run(); abstract void initialize(); void displayException(Exception e) { throw e; } void saveCity(str...
D
instance DIA_BIFF_DI_EXIT(C_INFO) { npc = djg_713_biff_di; nr = 999; condition = dia_biff_di_exit_condition; information = dia_biff_di_exit_info; permanent = TRUE; description = DIALOG_ENDE; }; func int dia_biff_di_exit_condition() { return TRUE; }; func void dia_biff_di_exit_info() { AI_StopProcessInfos(se...
D
// ********** // B_LogEntry // ********** func void B_LogEntry (var string topic, var string entry) { Log_AddEntry (topic, entry); NewLogEntry_Super = PRINT_NewLogEntry; NewLogEntry_Super = ConcatStrings (NewLogEntry_Super, " ("); NewLogEntry_Super = ConcatStrings (NewLogEntry_Super, topic); NewLogEntry_Super = ...
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
instance GRD_251_Kirgo (Npc_Default) { //-------- primary data -------- name = "Kirgo"; npctype = npctype_main; guild = GIL_GRD; level = 17; voice = 5; id = 251; //-------- abilities -------- attribute[ATR_STRENGTH] = 70; attribute[ATR_DEXTERITY] = 45; attribute[ATR_MANA_MAX] = 0; attrib...
D
/afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumgu.o /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/MadGraphME/obj/CPPProcess_P0_Sigma_heft_gq_Hjj_4l_heft_gu_epemmupmumg...
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.Byte; import hunt.Nullable; import hunt.Number; import std.conv; /** * * The {@code By...
D
/** * Copyright: Fynn Schröder, 2019 * Author: Fynn Schröder * License: MIT */ module seqtagsim.embedding.fasttext; version (fasttext): import seqtagsim.embedding.common; import seqtagsim.util; import seqtagsim.fasttext; import mir.ndslice.slice; import mir.glas.l1; import std.experimental.allocator; import st...
D
// Compiler implementation of the D programming language // Copyright (c) 1999-2016 by Digital Mars // All Rights Reserved // written by Walter Bright // http://www.digitalmars.com // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt module ddmd.expression; import core...
D
module breeze.math.constants; static immutable kindaSmallNumber = 0.00001; static immutable smallNumber = 0.0000001;
D
import std.stdio; import std.conv; import std.socket; import std.exception; import std.bitmanip; import async; import buffer; import buffer.rpc.server; import crypto.rsa; import package_business; __gshared Server!(Business) business; __gshared ThreadPool businessPool; void main() { RSAKeyInfo privateKey = RSA.d...
D
module widget.controller.form.form; import widget; class FormController : WidgetControllerPrototype{ private FormComponentsController _components = null; private FormElementsController _elements = null; private FormExamplesController _examples = null; private FormIndexController _index = null; private FormV...
D
/* This file is part of BioD. Copyright (C) 2018 Pjotr Prins <pjotr.prins@thebird.nl> */ module bio.std.range.splitter; import std.algorithm; import std.array; import std.conv; import std.exception; import std.stdio; import std.range.primitives; immutable ubyte[] SPLIT_ON = [ 0x20, 0x09, 0x0A, ';', ',' ]; ...
D
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Node.build/StructuredDataWrapper/StructuredDataWrapper+Cases.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/node.git-3078412886256849983/Sources/Node/StructuredData/StructuredData.swift /home/albertfega/Desktop/LaSalleChat/.build/ch...
D
/Users/kaisya/project/usa-xcode/Exam/comeonjunior/DerivedData/comeonjunior/Build/Intermediates/comeonjunior.build/Debug-iphonesimulator/comeonjunior.build/Objects-normal/x86_64/AppDelegate.o : /Users/kaisya/project/usa-xcode/Exam/comeonjunior/comeonjunior/ViewController.swift /Users/kaisya/project/usa-xcode/Exam/comeon...
D
<?xml version="1.0" encoding="UTF-8"?> <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="excluirInstituicao.notation#_DD7XQ...
D
/+ dub.sdl: name "t7" dflags "-I../source" #dflags "-debug" lflags "-lcares" buildRequirements "allowWarnings" dependency "hio" version="*" dependency "nbuff" version="*" debugVersions "hiossl" +/ module tests.t7; import std.experimental.logger; import std.datetime; import std.socket; ...
D
module widgets.charts; import dlangui; class ChartsExample : HorizontalLayout { this(string ID) { super(ID); SimpleBarChart barChart1 = new SimpleBarChart("barChart1","SimpleBarChart Example"d); barChart1.addBar(12.0, makeRGBA(255,0,0,0), "Red bar"d); barChart1.addBar(24.0, ma...
D
import std.stdio; import std.process; import std.format; import std.conv; import core.thread; import gio.Application : GioApplication = Application; import gtk.Application; import gtk.ApplicationWindow; import gtk.Window; import gtk.Builder; import gtk.Button; import gtk.TextView; import gtk.Widget; import gtk.Label; ...
D
/Users/gloompique/Desktop/works/rust/invaders/target/debug/build/bindgen-aa7b4cb855298937/build_script_build-aa7b4cb855298937: /Users/gloompique/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.56.0/build.rs /Users/gloompique/Desktop/works/rust/invaders/target/debug/build/bindgen-aa7b4cb855298937/build_script...
D
startle with amazement or fear hesitate when confronted with a problem, or when in doubt or fear overcome with amazement
D
module dwt.internal.mozilla.nsIDOMRange; import dwt.internal.mozilla.Common; import dwt.internal.mozilla.nsID; import dwt.internal.mozilla.nsISupports; import dwt.internal.mozilla.nsIDOMNode; import dwt.internal.mozilla.nsIDOMDocumentFragment; import dwt.internal.mozilla.nsStringAPI; const char[] NS_IDOMRA...
D
module deimos.cef3.rame; // Copyright (c) 2012 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyrigh...
D
CUNGBR (F08KTE) Example Program Data 6 4 :Values of M and N, Example 1 ( 0.96,-0.81) (-0.03, 0.96) (-0.91, 2.06) (-0.05, 0.41) (-0.98, 1.98) (-1.20, 0.19) (-0.66, 0.42) (-0.81, 0.56) ( 0.62,-0.46) ( 1.01, 0.02) ( 0.63,-0.17) (-1.11, 0.60) (-0.37, 0.38) ( 0.19,-0.54) (-0.98,...
D
/Users/marklewis/Documents/Code/morbidslug/training/more_rust/os_tutorial/blog_os/target/debug/deps/blog_os-584f3f1eb1b68631: src/main.rs /Users/marklewis/Documents/Code/morbidslug/training/more_rust/os_tutorial/blog_os/target/debug/deps/blog_os-584f3f1eb1b68631.d: src/main.rs src/main.rs:
D
#name: C6X bad SPLOOP instructions 2 #error_output: sploop-bad-2.l
D
// Written in the D programming language // License: http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0 module ast.error; import std.stdio; import std.string, std.range, std.array, std.uni; import ast.lexer, util, options; abstract class ErrorHandler{ //string source; //string code; int nerrors=0; private ...
D
/Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/Build/Intermediates/mihon.build/Debug-iphoneos/mihon.build/Objects-normal/arm64/ViewController.o : /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/seminar1/mihon/mihon/ViewController.swift /Users/yamasakitomohiro/Desktop/warkingFolder/seminar/se...
D
/* * Problem 48 * * 18 July 2003 * * * The series, 1^1 + 2^2 + 3^3 + ... + 10^10 = 10405071317. * * Find the last ten digits of the series, 1^1 + 2^2 + 3^3 + ... + 1000 * ^1000. * * 9110846700 */ // BROKEN import std.stdio; enum fixedModulus = 10_000_000_000L; void main() { ulong result; for (u...
D
/Users/apple/rCore_OS_Autumn/os/target/debug/deps/proc_macro2-289d53629ef6d8b4.rmeta: /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/lib.rs /Users/apple/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/proc-macro2-1.0.24/src/marker.rs /Users/apple/.cargo/registry/sr...
D
instance VLK_476_FENIA(NPC_DEFAULT) { name[0] = "Ôåíÿ"; guild = GIL_VLK; id = 476; voice = 17; flags = 0; npctype = NPCTYPE_MAIN; aivar[AIV_TOUGHGUY] = TRUE; b_setattributestochapter(self,1); fight_tactic = FAI_HUMAN_NORMAL; b_createambientinv(self); EquipItem(self,itmw_1h_vlk_dagger); b_setnpcvisual(self,...
D
/// Bindings to hwloc lib, contains code from the headers of hwloc that is /// released under the BSD license. /// /// the interface wrapped is the one of Revision: 3131 of http://svn.open-mpi.org/svn/hwloc/branches/v1.1 // Copyright © 2009-2011 CNRS, INRIA, Université Bordeaux 1 /// wrapping by fawzi // Copyright © 20...
D
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/deps/tinyvec-10d1eabebfe16228.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/tinyvec-1.3.1/src/array.rs /Users...
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
module LD.Rect; import D2D; class RepeatedRectangle : Shape { protected: Mesh _mesh; vec2 size, repeat, start; public: this() { _mesh = new Mesh(); setSize(vec2(1, 1)); setRepeat(vec2(1, 1)); setRepeatStart(vec2(0, 0)); create(); } void setSize(const vec2 size) { this.size = size; } void setRe...
D