code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Applications/XAMPP/xamppfiles/htdocs/testcode/build/happ.build/Release-iphoneos/happ.build/Objects-normal/armv7/ChangePassViewController.o : /Applications/XAMPP/xamppfiles/htdocs/testcode/happ/RegisterController.swift /Applications/XAMPP/xamppfiles/htdocs/testcode/happ/AccountViewController.swift /Applications/XAMPP/x... | D |
/*
Copyright (c) 2014-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 |
/*
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,
exec... | D |
module user.views.layouts.index;
import user;
class IndexLayout : LayoutElement{
UserIndexDatastructure _datastructure;
this(UserIndexDatastructure datastructure){
super();
this._datastructure = datastructure;
this.init();
}
override void init(){
/+
this ~= new DashboardWidget(this._datastructure.dash... | D |
a small carved or molded figure
| D |
// Generated from RuleParser.g4 by ANTLR 4.7.2
import antlr.v4.runtime.ParserRuleContext;
import antlr.v4.runtime.tree.ErrorNode;
import antlr.v4.runtime.tree.TerminalNode;
import RuleParserListener;
import RuleParser: RuleParser;
/**
* This class provides an empty implementation of {@link RuleParserListener},
* wh... | D |
/Users/angelo/Developer/DroppedBits/DangerTest/.build/x86_64-apple-macosx/debug/Require.build/Require.swift.o : /Users/angelo/Developer/DroppedBits/DangerTest/.build/checkouts/Require/Sources/Require.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modul... | D |
/*
# What Is This: programming samples
# Author: Makoto Takeshita <takeshita.sample@gmail.com>
# URL: http://simplesandsamples.com
# Version: UNBORN
#
# Usage:
# 1. git clone https://github.com/takeshitamakoto/sss.git
# 2. change the directory name to easy-to-use name. (e.g. sss -> sample)
# 3. open sss/src/filenam... | 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 |
/home/user/LukaTubic/PerfectTemplate/.build/x86_64-unknown-linux/debug/PerfectHTTP.build/HTTPHeaders.swift.o : /home/user/LukaTubic/PerfectTemplate/.build/checkouts/Perfect-HTTP.git-5256129367415923432/Sources/PerfectHTTP/HTTPMethod.swift /home/user/LukaTubic/PerfectTemplate/.build/checkouts/Perfect-HTTP.git-5256129367... | D |
module clang.c.rewrite;
import clang.c.index;
extern (C):
@trusted:
alias CXRewriter = void*;
/**
* Create CXRewriter.
*/
CXRewriter clang_CXRewriter_create (CXTranslationUnit TU);
/**
* Insert the specified string at the specified location in the original buffer.
*/
void clang_CXRewriter_insertTextBefore (
... | D |
/**
* Copyright: Enalye
* License: Zlib
* Authors: Enalye
*/
module primidi.script.sprite;
import std.conv : to;
import grimoire, atelier;
package void loadSpriteLibrary(GrLibrary library) {
auto defSprite = library.addForeign("Sprite");
auto defTex = grGetForeignType("Texture");
auto defColor = grGe... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!long;
auto A = scan!long(N);
auto B = scan!long(N);
auto C = scan!long(N);
auto solve() {
long[][long] bIndicies;
foreach(i, b; B) {
bIndicies[b] ~= i;
}
long[long] aCounts;
foreach(i, a; A) {
aCounts[a]++;
... | D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Bits.build/ByteBuffer+binaryFloatingPointOperations.swift.o : /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Bits/Deprecated.swift /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Bits/Byte... | D |
/Users/wangqian/Desktop/perfect/PerfectTemplate/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/File.swift.o : /Users/wangqian/Desktop/perfect/PerfectTemplate/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/JSONConvertible.swift /Users/wangqian/Desktop/perfect/PerfectTemplate/.build/checko... | D |
/Users/baris/contig-connectors/target/release/build/bv-7a2b602d0568241b/build_script_build-7a2b602d0568241b: /Users/baris/.cargo/registry/src/github.com-1ecc6299db9ec823/bv-0.11.1/build.rs
/Users/baris/contig-connectors/target/release/build/bv-7a2b602d0568241b/build_script_build-7a2b602d0568241b.d: /Users/baris/.cargo... | D |
#!dmd -run
/**
* License: Boost 1.0
* Copyright (c) 2009-2010 Eric Poggel
*
* This is a customized version of CDC for running Yage tests.
* See the main() function for yage-specific customizations
*
* See: <a href="http://dsource.org/projects/cdc/">The CDC Project</a>
*/
module cdc;
/**
* Us... | D |
/**
* Takes a token stream from the lexer, and parses it into an abstract syntax tree.
*
* Specification: $(LINK2 https://dlang.org/spec/grammar.html, D Grammar)
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Br... | D |
import std.algorithm;
import std.array;
import std.conv;
import std.math;
import std.range;
import std.stdio;
import std.string;
void main()
{
const positions = File("day07.in", "r")
.readln
.split(",")
.map!(to!int)
.array;
positions.calcFuelCost(&constantCost)
.writeln;
positions.calcFuelCost(&exponCos... | D |
/*******************************************************************************
* Copyright (c) 2000, 2015 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 |
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/UILayoutSupport+Extensions.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/Source/Constraint.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/SnapKit/... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/SQLite.build/SQL/SQLiteBoolLiteral.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/sqlite.git--5430702937685936219/Sources/SQLite/Row/SQLiteData.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/sqlite.git--543070... | D |
module logic.demo.GaussianObserver;
import mir.random;
import mir.random.variable;
import logic.data.Timeseries;
import logic.data.Vector;
import logic.demo.ErrorGenerator;
/**
* Generates observation through Gaussian permutation from a point
*/
class GaussianObserver : ErrorGenerator {
this(double xError, dou... | D |
/**
* Extract symbols from an ELF object file.
*
* Copyright: Copyright (C) 1999-2021 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, Boost License 1.0)
* Source: $(LINK2 https:/... | D |
// Compiler implementation of the D programming language
// Copyright (c) 1999-2015 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.lexer;
import core.stdc... | D |
module game.misc;
import std.algorithm : filter;
import std.file : DirEntry, dirEntries, SpanMode;
import std.array : array, split, join;
import game.player : Player;
DirEntry[] filesInFolder(string folder)
{
return dirEntries(folder, SpanMode.breadth).filter!(a => a.isFile()).array();
}
DirEntry[] foldersInFolder(... | D |
import core.memory;
import std.conv;
import std.string;
import environment;
/**
* The C-interfact to C++ Wt::Application.
*/
extern(C) struct CWApplication;
/**
* The D equivalent of C++ Wt::Application.
*/
class WApplication{
public CWApplication* cpointer;
}
/**
* The D-equivalent of C++ Wt::ApplicationCreat... | D |
/**
* Contains druntime startup and shutdown routines.
*
* Copyright: Copyright Digital Mars 2000 - 2018.
* 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 |
/*******************************************************************************
* 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 |
/**
Cyclic Redundancy Check (32-bit) implementation.
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW Template API) $(TD $(MYREF CRC) $(MYREF CRC32) $(MYREF CRC64ECMA) $(MYREF CRC64ISO)
)
)
$(TR $(TDNW OOP API) $(TD $(MYREF CRC32Digest) $(MYREF CRC64E... | D |
module d.gc.run;
struct RunDesc {
import d.gc.rbtree;
Node!RunDesc node;
// TODO: anonymous enum.
union U {
DirtyRunMisc dirty;
SmallRunMisc small;
}
U misc;
@property
auto chunk() {
import d.gc.chunk, d.gc.spec;
return cast(Chunk*) ((cast(size_t) &this) & ~AlignMask);
}
@property
uint index... | D |
/Users/Amna/Downloads/code /target/debug/build/num-rational-4fb5a3a0cba5e9eb/build_script_build-4fb5a3a0cba5e9eb: /Users/Amna/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/build.rs
/Users/Amna/Downloads/code /target/debug/build/num-rational-4fb5a3a0cba5e9eb/build_script_build-4fb5a3a0cba5e9eb.d: /... | D |
to gain with effort
reach a point in time, or a certain state or level
find unexpectedly
reach a destination, either real or abstract
achieved or reached
| D |
INSTANCE Info_Mod_Richter_Hi (C_INFO)
{
npc = Mod_7371_OUT_Richter_REL;
nr = 1;
condition = Info_Mod_Richter_Hi_Condition;
information = Info_Mod_Richter_Hi_Info;
permanent = 0;
important = 0;
description = "Wer bist du?";
};
FUNC INT Info_Mod_Richter_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Richter... | D |
module drowbar.lexer;
import drowbar.parser.parser;
import drowbar.ast;
import std.array;
import std.string;
import std.conv;
import std.ascii;
import std.variant;
class Lexer {
private string src;
private uint pos;
this (string source) {
src = source;
pos = 0;
}
enum States {
... | D |
module alt.aahash;
/**
A very literal adaption of the D runtime implementation, but as an independent module. Single linked bucket list.
Method getNode operation takes a pointer to memory as its only a read.
Method putNode must be a reference to the key type.
Lookups are a bit slower than druntime. Why?
*/
import a... | D |
/**
* Support for lexical scope of local variables
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 2015-2023 by The D Language Foundation, All Rights Reserved
* Authors: Rainer Schuetze
* License: $(LINK2 https://www.boost.org/L... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice12539.d(15): Error: array index [0] is outside array bounds [0 .. 0]
---
*/
alias TypeTuple(E...) = E;
void main ()
{
int[string] map;
alias Foo = TypeTuple!();
auto a = map[Foo[0]];
}
| D |
/Users/ales/Projects/DreamMachine/Build/Intermediates.noindex/DreamMachine.build/Debug-iphonesimulator/DreamMachine.build/Objects-normal/x86_64/Item+CoreDataClass.o : /Users/ales/Projects/DreamMachine/DreamMachine/MainVC.swift /Users/ales/Projects/DreamMachine/DreamMachine/AppDelegate.swift /Users/ales/Projects/DreamMa... | D |
/+
+ Copyright Andrej Mitrovic 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)
+
+ Demonstrates using VisualStyles to draw themed controls.
+ If there is no active theme (i.e.... | D |
import derelict.glfw3.glfw3;
import derelict.opengl3.gl3;
import glwtf.window;
import glwtf.input;
import std.stdio;
import shit;
enum TIT = "Eggs";
shared static this() {
DerelictGLFW3.load();
DerelictGL3.load();
glfwInit();
}
Shit shite;
void main() {
shite = new Shit(TIT);
shite.loop();
}
| D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly,
Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* ... | D |
/home/molok/projects/rust/simulation/target/rls/debug/deps/simulation-4b3e7bf7aee3ccdb.rmeta: src/main.rs
/home/molok/projects/rust/simulation/target/rls/debug/deps/simulation-4b3e7bf7aee3ccdb.d: src/main.rs
src/main.rs:
| D |
/** ANSI escape codes and sequences.
*
* See_Also: https://en.wikipedia.org/wiki/ANSI_escape_code
*/
module nxt.ansi_escape;
public import nxt.color : ColorRGB8;
@safe:
/** Visual attributes.
*/
struct Attrs
{
@safe:
immutable(SGR)[] sgrs; ///< Ordered set of SGR, typically initialized from `static immu... | D |
/*******************************************************************************
* Copyright (c) 2007, 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 |
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/Vapor.build/WebSocket/WebSocketClient.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCod... | D |
import std.stdio;
import std.datetime: MonoTime;
import std.random;
import std.math;
import core.memory;
import f1 = format_old;
import f2 = format_new;
void main(string[] args)
{
enum format = "%f";
uint seed = uniform(0,uint.max);
stderr.writeln("seed: ",seed);
auto rnd = Random(seed);
ulong c... | D |
module android.java.android.bluetooth.BluetoothHidDeviceAppQosSettings_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 import0 = android.java... | 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 core/sys/windows/_lmrepl.d)
*/
module core.sys.windows.lmrepl;
version (Windows):
pragma(lib, "netapi32");
import core.sys.w... | D |
/**
* Blowfish
*
* Copyright:
* (C) 1999-2011 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.block.blowfish;
import botan.constants;
static if (BOTAN_HAS_BLOWFISH):
import std.range : iota;
import std.algorithm : min;
impor... | D |
/*******************************************************************************
Asynchronous/event-driven DLS client using non-blocking socket I/O (epoll)
Documentation:
For detailed documentation see dlsproto.client.legacy.README.
Basic usage example:
The following steps should be followed to... | D |
module reggae.range;
import reggae.build;
import reggae.options;
import std.range;
import std.algorithm;
import std.conv;
import std.exception;
@safe:
enum isTargetLike(T) = is(typeof(() {
auto target = T.init;
auto deps = target.dependencyTargets;
static assert(is(Unqual!(typeof(deps[0])) == Unqual!T))... | 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
... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/SQL.build/SQLLiteral.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.swi... | D |
module chipmunk.cpVect;
import chipmunk.chipmunk_types;
extern (C):
const cpVect cpvzero = {0.0f,0.0f};
// In the C library these are static inlined functions in the header.
// We reimplement them here rather than binding to them.
/// Convenience constructor for cpVect structs.
static cpVect cpv(const cpFloat x, c... | D |
have an existence, be extant
support oneself
presently existing
having existence or being or actuality
existing in something specified
| D |
//* NS - 18/07/2013
// квестовые события, если ГГ или NPC сбежал, вызывать из ZS_Attack
func void B_DS2P_CheckLog_OnFightCanceled(var C_NPC slf, var C_NPC oth)
{
// Внук рыбака
if (MIS_DS2P_GrandsonOfFisherman == LOG_Running)
{
// TO DO
//ГГ сбежал - Харок и Гарон погибают
//if ((Garon_FightPirates == Garon_F... | D |
/// Generate by tools
module java.util.logging.Handler;
import java.lang.exceptions;
public class Handler
{
public this()
{
implMissing();
}
}
| D |
/*
* Copyright (c) 2004-2008 Derelict Developers
* 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 copyright
* notice, this li... | 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 |
/home/yneversky/ynwork/SCUOS_LAB/SCUOS_Lab1/os/target/riscv64imac-unknown-none-elf/debug/deps/bit_field-0baa7af713d7574f.rmeta: /home/yneversky/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/bit_field-0.10.1/src/lib.rs
/home/yneversky/ynwork/SCUOS_LAB/SCUOS_Lab1/os/target/riscv64imac-unknown-none-elf/debug/d... | D |
module Serializer;
import std.array;
import std.conv;
import std.stdio;
import std.string;
import std.typecons;
import Common;
import Learner;
void dump_model(const ref Learner model, const ref Options opts,
const string path)
{
auto f = File(path, "w");
f.writeln("bits:", opts.bits);
f.... | D |
preoccupation with yourself to the exclusion of everything else
| D |
/Users/sriramprasad/Dev/rough/tableImage/build/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/UIButton+AlamofireImage.o : /Users/sriramprasad/Dev/rough/tableImage/Pods/AlamofireImage/Source/Image.swift /Users/sriramprasad/Dev/rough/tableImage/Pods/AlamofireImage/Source/UIImage+AlamofireImag... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010-2011 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICE... | D |
module xf.gfx.Texture;
public {
import xf.gfx.TextureInternalFormat;
}
private {
import xf.Common;
import xf.gfx.Resource;
import xf.omg.core.LinearAlgebra;
import xf.img.Image;
import xf.mem.ScratchAllocator;
}
typedef ResourceHandle TextureHandle;
enum TextureType {
Texture1D = 0,
Texture2D,
Texture3D,... | D |
module android.java.android.graphics.RectF_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.graphics.Rect_d_interface;
import import3 = android.java.java.lang.Class_d_int... | D |
/**
*
* THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega165pa WITH ARCHITECTURE avr5
*
*/
module avr.specs.specs_atmega165pa;
enum __AVR_ARCH__ = 5;
enum __AVR_ASM_ONLY__ = false;
enum __AVR_ENHANCED__ = true;
enum __AVR_HAVE_MUL__ = true;
enum __AVR_HAVE_JMP_CALL__ = true;
enum __AVR_MEGA__ = true;... | 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 Soft... | D |
# FIXED
OSAL/osal_clock.obj: C:/ti/simplelink/ble_sdk_2_02_02_25/src/components/osal/src/common/osal_clock.c
OSAL/osal_clock.obj: C:/ti/simplelink/ble_sdk_2_02_02_25/src/components/osal/src/inc/comdef.h
OSAL/osal_clock.obj: C:/ti/simplelink/ble_sdk_2_02_02_25/src/components/hal/src/target/_common/hal_types.h
OSAL/osal... | D |
module pack1.mod2;
import des.log;
void func()
{
logger.fatal( "%s:%d", __FILE__, __LINE__ );
logger.error( "%s:%d", __FILE__, __LINE__ );
logger.warn( "%s:%d", __FILE__, __LINE__ );
logger.info( "%s:%d", __FILE__, __LINE__ );
logger.Debug( "%s:%d", __FILE__, __LINE__ );
logger.trace( "%s:%d",... | 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 |
/**
Copyright: Copyright (c) 2016-2017 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.blockentity.plugin;
import voxelman.log;
import pluginlib;
import voxelman.container.buffer;
import voxelman.math;
import derelict.imgui.imgui;
import vox... | D |
/home/bruno/development/RustDataStructures/ReplaceFile/ReplaceFile/target/debug/deps/ReplaceFile-b9efee7caeee6455.rmeta: src/main.rs
/home/bruno/development/RustDataStructures/ReplaceFile/ReplaceFile/target/debug/deps/ReplaceFile-b9efee7caeee6455.d: src/main.rs
src/main.rs:
| D |
// Copyright (C) 2002-2013 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine" for the D programming language.
// For conditions of distribution and use, see copyright notice in irrlicht.d module.
module irrlicht.scene.IMetaTriangleSelector;
import irrlicht.scene.ITriangleSelector;
/// Interface for makin... | D |
module forcecalculator;
import std.math;
import std.stdio;
import inmath.linalg;
import components.collider;
import components.input;
import entity;
import integrator.state;
import playereventhandler;
double calculateTorque(State state, double time) pure nothrow @nogc
out (result)
{
assert(!result.isNaN);
}
do
{... | D |
/**
* This module provides class for loading and validating icon theme caches.
*
* Icon theme cache may be stored in icon-theme.cache files located in icon theme directory along with index.theme file.
* These files are usually generated by $(LINK2 https://developer.gnome.org/gtk3/stable/gtk-update-icon-cache.html, ... | D |
# FIXED
wolfmqtt-0.13.0/src/mqtt_packet.obj: C:/ti/wolfmqtt-0.13.0/src/mqtt_packet.c
wolfmqtt-0.13.0/src/mqtt_packet.obj: C:/ti/wolfmqtt-0.13.0/wolfmqtt/mqtt_packet.h
wolfmqtt-0.13.0/src/mqtt_packet.obj: C:/ti/wolfmqtt-0.13.0/wolfmqtt/mqtt_types.h
wolfmqtt-0.13.0/src/mqtt_packet.obj: C:/ti/wolfmqtt-0.13.0/wolfmqt... | D |
instance STRF_1132_Addon_Sklave(Npc_Default)
{
name[0] = NAME_Addon_Sklave;
guild = GIL_STRF;
id = 1132;
voice = 3;
flags = 0;
npcType = npctype_main;
aivar[AIV_NoFightParker] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);... | D |
module game.replay.replay;
/* Replay: Holds all history for a game, but not the physical map.
*
* The game relies on the players in the replay to map PlNrs to Styles.
* The game or the game's Nurse uses the Style to look up the Tribe.
* The Tribe is a team, and the game thinks in terms of Tribes, not PlNrs.
*/
i... | D |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.0
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | D |
instance DIA_Igaranz_Kap1_EXIT(C_Info)
{
npc = NOV_601_Igaraz;
nr = 999;
condition = DIA_Igaraz_Kap1_EXIT_Condition;
information = DIA_Igaraz_Kap1_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Igaraz_Kap1_EXIT_Condition()
{
if(Kapitel == 1)
{
return TRUE;
};
};
func void DIA_Iga... | D |
/*
RUN_OUTPUT:
---
Success
---
*/
extern (C) int printf(const char* fmt, ...);
int pass(int n){ return n; }
struct X
{
int m;
int opIndex(int m, int n)
{
return n;
}
}
/**********************************************/
struct S1f
{
int opDispatch(string name, A...)(A args)
{
sta... | D |
pragma(ident); // just by itself
pragma(ident) declaration; // influence one declaration
pragma(ident): // influence subsequent declarations
declaration;
declaration;
pragma(ident) // influence block of declarations
{
declaration;
declaration;
}
pragma(ident) statement; // influence one sta... | D |
// Written in the D programming language.
/*
Copyright: Copyright The D Language Foundation 2000-2013.
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(HTTP walterbright.com, Walter Bright), $(HTTP erdani.com,
Andrei Alexandrescu), and Kenji Hara
Source: $(PHOBOSSRC std/forma... | D |
void main() {
auto n = ri;
int[dchar][int] a;
auto c = new RedBlackTree!dchar;
foreach(i; 0..n) {
auto S = rs;
foreach(j; S) {
a[i][j]++;
c.insert(j);
}
}
debug a.writeln;
int[dchar] b;
foreach(i; c.array) b[i] = int.max;
foreach(i; a) {
debug i.writeln;
foreach(j; c.array) {
if(j in i) b[j]... | D |
module dwt.internal.mozilla.nsIDOMCDATASection;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsIDOMText;
const char[] NS_IDOMCDATASECTION_IID_STR = "a6cf9071-15b3-11d2-932e-00805f8add32";
const nsIID NS_IDOMCDATASECTION_IID=
{0xa6cf9071, 0x15b3, 0x11d2,
[... | D |
module pegged.examples.strings;
import pegged.grammar;
@safe:
mixin(grammar(`
String:
# Example of a rule for double-quoted strings
String <~ doublequote (!doublequote Char)* doublequote
Char <~ backslash ( doublequote # '\' Escapes
/ quote
/ backslash
... | D |
/*
Copyright (c) 2011-2013 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 |
import std.stdio;
void main() {
writefln("Hello World");
} | D |
module external.rt.config;
extern(C) string[] rt_args() @nogc nothrow
{
return null; // no RT args provided
}
| D |
/* linenoise.h -- guerrilla line editing library against the idea that a
* line editing lib needs to be 20,000 lines of C code.
*
* See linenoise.c for more information.
*
* ------------------------------------------------------------------------
*
* Copyright (c) 2010, Salvatore Sanfilippo <antirez at gmail dot... | D |
instance Mod_7754_OUT_Melchior_EIS (Npc_Default)
{
// ------ NSC ------
name = "Melchior";
guild = GIL_OUT;
id = 7754;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ AIVARs ------
aivar[AIV_ToughGuy] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (s... | D |
/*******************************************************************************
* Copyright (c) 2004, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!int;
auto S = scan;
auto solve() {
foreach_reverse(i, c; S) {
if ("AGCT".canFind(c)) return i + 1;
}
return 0;
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
import std.stdio, std.conv, std.arr... | D |
/Users/jonno/Desktop/SuperAwesomeSquares/DerivedData/SuperAwesomeSquares/Build/Intermediates/SuperAwesomeSquares.build/Debug-iphonesimulator/SuperAwesomeSquares.build/Objects-normal/x86_64/ViewController.o : /Users/jonno/Desktop/SuperAwesomeSquares/SuperAwesomeSquares/AppDelegate.swift /Users/jonno/Desktop/SuperAwesome... | D |
func int b_teachplayertalentrunes(var C_NPC slf,var C_NPC oth,var int spell)
{
var int kosten;
var C_NPC scrolltrader;
kosten = b_getlearncosttalent(oth,NPC_TALENT_RUNES);
if(oth.lp < kosten)
{
PrintScreen(PRINT_NOTENOUGHLP,-1,-1,FONT_SCREENSMALL,2);
b_say(slf,oth,"$NOLEARNNOPOINTS");
return FALSE;
};
oth... | D |
/home/santiago/Repositories/rust-projects/rpm/target/release/build/libc-a8b9274f8d3763aa/build_script_build-a8b9274f8d3763aa: /home/santiago/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.97/build.rs
/home/santiago/Repositories/rust-projects/rpm/target/release/build/libc-a8b9274f8d3763aa/build_script_build-a... | D |
/Users/tinh/Projects/Furniture-App-UI-2-Flutter/ios/build/Pods.build/Debug-iphonesimulator/flutter_inappwebview.build/Objects-normal/x86_64/FlutterWebViewFactory.o : /Users/tinh/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Classes/Types/Size2D.swift /Users/tinh/Documents/flutter/.... | D |
module elasticsearch.domain.action.response.document.get;
import vibe.data.json;
import elasticsearch.domain.action.response.base;
import elasticsearch.domain.action.request.document.get;
struct GetResult(T) {
@name("_index")
string index;
@name("_type")
string type;
@name("_id")
string id;... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.