code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
prototype Mst_Default_Swamprat(C_Npc)
{
name[0] = "Swamp Rat";
guild = GIL_Giant_Rat;
aivar[AIV_MM_REAL_ID] = ID_Swamprat;
level = 12;
attribute[ATR_STRENGTH] = 60;
attribute[ATR_DEXTERITY] = 60;
attribute[ATR_HITPOINTS_MAX] = 120;
attribute[ATR_HITPOINTS] = 120;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MA... | D |
// PERMUTE_ARGS:
extern(C) int printf(const char*, ...);
/*******************************************************/
interface Foo { int bar(); }
void* p1;
class Bar : Foo
{
int bar()
{
printf("Bar.bar(this = %p)\n", this);
p1 = cast(void*)this;
return 0;
}
}
void test1()
{
B... | D |
module android.java.android.graphics.Matrix_ScaleToFit;
public import android.java.android.graphics.Matrix_ScaleToFit_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Matrix_ScaleToFit;
import import2 = android.java.java.lang.Class;
import import0 = android.java.android.graphics.Matrix_ScaleToF... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/Turnstile.build/Core/Turnstile.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/Turnstile/TurnstileError.swift /Users/thendral/POC/vapor/Friends/Packages/Turnstile-1.0.3/Sources/Turnstile/Core/Subject.swift /Users/thendral/POC/vapor/Friends/Pack... | D |
/Users/jeanpierre/Timey/build/Timey.build/Debug-iphonesimulator/Timey.build/Objects-normal/x86_64/InProgress.o : /Users/jeanpierre/Timey/Timey/AppDelegate.swift /Users/jeanpierre/Timey/build/Timey.build/Debug-iphonesimulator/Timey.build/DerivedSources/CoreDataGenerated/Model/Model+CoreDataModel.swift /Users/jeanpierre/... | D |
sweet smelling yellow solid haloform CHI3
a yellowish crystalline solid with a penetrating odor
| D |
a fortified defensive structure
| D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/TemplateKit.build/AST/TemplateRaw.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/template-kit.git--6129928586187134836/Sources/TemplateKit/Data/TemplateData.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/template-kit.git-... | 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 |
instance VLK_433_Bromor(Npc_Default)
{
name[0] = "Бромор";
guild = GIL_VLK;
id = 433;
voice = 22;//7;
flags = 0;
npcType = npctype_main;
aivar[AIV_IgnoreFlags] = IGNORE_Drunk;
aivar[AIV_Temper] = TEMPER_ToughGuy;
B_SetAttributesToChapter(self,4);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Vlk_D... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
void get(Args...)(ref Args args)
{
import std.traits, std.meta, std.typecons;
static if (Args.length == 1) {
alias Arg = Args[0];
static if (isArray!Arg) {
... | D |
void foo()
{
// Prints contents of file foo.txt
writeln(import("foo.txt"));
} | 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.aggregate;
import core.... | D |
/**
* D header file for C99.
*
* $(C_HEADER_DESCRIPTION pubs.opengroup.org/onlinepubs/009695399/basedefs/_wchar.h.html, _wchar.h)
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompan... | 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, an... | D |
instance VLK_439_VATRAS_DI(NPC_DEFAULT)
{
name[0] = "Ватрас";
guild = GIL_VLK;
id = 4390;
voice = 5;
flags = NPC_FLAG_IMMORTAL;
npctype = NPCTYPE_FRIEND;
aivar[AIV_PARTYMEMBER] = TRUE;
aivar[AIV_TOUGHGUY] = TRUE;
aivar[AIV_TOUGHGUYNEWSOVERRIDE] = TRUE;
b_setattributestochapter(self,2);
fight_tactic = FAI_HU... | D |
instance MENU_SYSTEMPACK(C_MENU_DEF)
{
items[0] = "MENUITEM_SYSTEMPACK_CELLS";
items[1] = "MENUITEM_SYSTEMPACK_CELLS_CHOICE";
items[2] = "MENUITEM_SYSTEMPACK_NOTAKEANI";
items[3] = "MENUITEM_SYSTEMPACK_NOTAKEANI_CHOICE";
items[4] = "MENUITEM_SYSTEMPACK_SCALEINTF";
items[5] = "MENUITEM_SYSTEMPACK_SCALEINTF_CHOICE... | D |
/// Screen module
module dgt.screen;
interface Screen
{
import dgt.gfx.geometry : IRect;
@property int num() const;
@property IRect rect() const;
@property double dpi() const;
final @property int width() const
{
return rect.width;
}
final @property int height() const
{
... | D |
/**
* Dynamic Array
* Copyright: © 2015 Economic Modeling Specialists, Intl.
* Authors: Brian Schott
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module spasm.rt.array;
import spasm.rt.memory;
/**
* Array that is able to grow itself when items are appended to it. Uses
* malloc... | D |
INSTANCE Info_Mod_Leonhard_Hi (C_INFO)
{
npc = Mod_7419_OUT_Leonhard_REL;
nr = 1;
condition = Info_Mod_Leonhard_Hi_Condition;
information = Info_Mod_Leonhard_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Leonhard_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Leonhard_Hi_Info()
{
AI_Output(s... | D |
module tottori.utils;
import std.file : exists;
string kProcSelfSetgroups = "/proc/self/setgroups";
bool isSupportsDenySetgroups()
{
return exists(kProcSelfSetgroups);
}
| D |
/Users/lucasfarah/Documents/lucasfarah.github.io/.build/x86_64-apple-macosx/debug/Publish.build/Internal/File+SwiftPackageFolder.swift.o : /Users/lucasfarah/Documents/lucasfarah.github.io/.build/checkouts/publish/Sources/Publish/API/PodcastEpisodeMetadata.swift /Users/lucasfarah/Documents/lucasfarah.github.io/.build/ch... | D |
/Users/julia/ruhackathon/target/debug/deps/identity_core-c16c4e74388821ff.rmeta: /Users/julia/.cargo/git/checkouts/identity.rs-3c836f09661bc7fb/cbb28b8/identity-core/src/lib.rs /Users/julia/.cargo/git/checkouts/identity.rs-3c836f09661bc7fb/cbb28b8/identity-core/src/common/mod.rs /Users/julia/.cargo/git/checkouts/identi... | D |
// Copyright © 2011, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/charge/charge.d (GPLv2 only).
module robbers.actors.playerspawn;
import std.random : rand;
import charge.charge;
import robbers.world;
class PlayerSpawn : GameActor
{
private:
static Vector!(PlayerSpawn) spawns;
public:
... | D |
module dmagick.c.resource;
import core.stdc.stdio;
import dmagick.c.exception;
import dmagick.c.magickType;
import dmagick.c.magickVersion;
extern(C)
{
enum ResourceType
{
UndefinedResource,
AreaResource,
DiskResource,
FileResource,
MapResource,
MemoryResource,
ThreadResource,
Ti... | D |
/* ЛЕСТЕР */
// прототип
prototype Proto_G2NV_16_Lester(C_Npc)
{
//NPC_Default
protection[PROT_FALL] = 100;
damagetype = DAM_BLUNT;
senses = SENSE_HEAR | SENSE_SEE;
senses_range = PERC_DIST_ACTIVE_MAX;
aivar[AIV_MM_FollowTime] = NPC_TIME_FOLLOW;
aivar[AIV_FightDistCancel] ... | D |
/*
TODO:
* Do error checking. :P
* Change the way surfaces work. The __index metamethod should ask cairo what
kind of surface it has, and adjust what it'll return accordingly.
*/
module graphy.lua.Cairo;
import graphy.lua.Vector : vector_xy, is_vector_xy, checkvector_xy;
import cairo.cairo;
import cairo.png.ca... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 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 |
a person who wields power and influence
a member of Christian group practicing celibacy and communal living and common possession of property and separation from the world
a container in which something can be shaken
| D |
<?xml version="1.0" encoding="ASCII"?>
<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="model3.notation#_R0InkCw6EeOd59xp5... | D |
// Written in the D programming language.
/**
* This module defines an Abstract Syntax Tree for the D language
*
* Examples:
* ---
* // TODO
* ---
*
* Copyright: Brian Schott 2013
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt Boost, License 1.0)
* Authors: Brian Schott
*/
module dparse.ast;
impo... | 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/_objidl.d)
*/
// TODO (Don):
// # why is "alias IPSFactoryBuffer* LPPSFACTORYBUFFER;" in this file,
// rather ... | D |
/Users/oyo02699/apps/easycrm/easycrm-api/target/rls/debug/deps/regex_syntax-6bdddc50cf605cc6.rmeta: /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-syntax-0.5.6/src/lib.rs /Users/oyo02699/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-syntax-0.5.6/src/ast/mod.rs /Users/oyo... | D |
/Users/Thomas_Stuart/Library/Mobile\ Documents/com~apple~CloudDocs/Desktop/XcodeProjects/MediumArticleSwiftReusableCode/Build/Intermediates/Previews/MediumArticleSwiftReusableCode/Intermediates.noindex/MediumArticleSwiftReusableCode.build/Debug-iphonesimulator/MediumArticleSwiftReusableCode.build/Objects-normal/x86_64/... | D |
/Users/azimin/Downloads/Hello2/.build/debug/HTTP.build/Method/Method+String.swift.o : /Users/azimin/Downloads/Hello2/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/azimin/Downloads/Hello2/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Method/Method.swift /Us... | D |
/afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/HZZCutCommon/obj/CutFlowBase.o /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/HZZCutCommon/obj/CutFlowBase.d : /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/HZZCutCommon/Root/CutFlowBa... | D |
module tilemap.tile;
import std.string : format;
import util.jsonizer;
import model.battler;
import graphics.sprite;
import geometry.vector;
import tilemap.object;
enum impasseCost = 500; /// represents an impassable tile
class Tile {
this(int row, int col, Sprite terrainSprite, Sprite featureSprite, string name, ... | D |
import std.stdio, std.concurrency;
//version = compileFail;
void fun(string str) {
writeln(str);
}
version( compileFail )
void fun2(char[] str) {
writeln(str);
}
void fun3(int i) {
writeln(i);
}
void main() {
string str1 = "foo"; // string is an alias for immutable(char)[].
version( compileFail )... | D |
# FIXED
PROFILES/gattservapp_util.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/host/gattservapp_util.c
PROFILES/gattservapp_util.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/inc/bcomdef.h
PROFILES/gattservapp_util.obj: c:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h
PROFILES/gattservapp_util.o... | D |
instance DIA_Addon_Merdarion_EXIT(C_Info)
{
npc = KDW_1405_Addon_Merdarion_NW;
nr = 999;
condition = DIA_Addon_Merdarion_EXIT_Condition;
information = DIA_Addon_Merdarion_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Merdarion_EXIT_Condition()
{
return TRUE;
};
func void DIA_A... | D |
module android.java.android.app.Notification_CarExtender_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import2 = android.java.android.app.Notification_CarExtender_d_interface;
import import3 = andro... | D |
/*******************************************************************************
* Copyright (c) 2000, 2009 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 |
static int isInfinity(double r)
{
auto a = r is double.infinity || r is-double.infinity;
auto b = r is double.infinity || r!is-double.infinity;
}
| D |
module mci.optimizer.code.unused;
import mci.core.common,
mci.core.container,
mci.core.tuple,
mci.core.code.functions,
mci.core.code.instructions,
mci.optimizer.base;
/**
* Performs simple removal of unused registers.
*/
public final class UnusedRegisterRemover : OptimizerDefiniti... | D |
; Copyright (C) 2008 The Android Open Source Project
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law ... | D |
module prova.math;
public import prova.math.matrix,
prova.math.quaternion,
prova.math.random,
prova.math.rect,
prova.math.vector2,
prova.math.vector3,
prova.math.vector4;
| D |
/home/linnea/Documents/rust-learning/guessing_game/target/debug/deps/guessing_game-dc8701ca4c85b8fe: src/main.rs
/home/linnea/Documents/rust-learning/guessing_game/target/debug/deps/guessing_game-dc8701ca4c85b8fe.d: src/main.rs
src/main.rs:
| D |
# FIXED
UFCharger/F2837xD/Comun/Drivers/Config_CAN.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/Drivers/Config_CAN.c
UFCharger/F2837xD/Comun/Drivers/Config_CAN.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_common/include/F28x_Project.h
UFCharger/F2837xD/Comun/Drivers/Co... | D |
/**
Implementation of different stochastic optimizers.
The default parallelization strategy over the cores is
$(LINK2 https://people.eecs.berkeley.edu/~brecht/papers/hogwildTR.pdf, Hogwild!).
This is a lock-free strategy where race conditions will occur. This means that
the library is non-deterministic when train... | D |
organized opposition to authority
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 |
/Users/a18968/Develop/RxSwiftSampler/DerivedData/RxSwiftSampler/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/AnonymousInvocable.o : /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/a18968/Develop/RxSwiftSampler/Pods/RxS... | D |
/***********************************************************************\
* oleauto.d *
* *
* Windows API header module *
* ... | D |
/**
An S2Polygon is an S2Region object that represents a polygon.
Copyright: 2005 Google Inc. All Rights Reserved.
License:
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
$(L... | D |
/**
* Defines the Material and Texture classes.
*/
module components.material;
import core, components, graphics, utility;
import yaml;
import derelict.opengl3.gl3, derelict.freeimage.freeimage;
import std.variant, std.conv, std.string;
/**
* A collection of textures that serve different purposes in the rendering ... | D |
// URL: https://atcoder.jp/contests/typical90/tasks/typical90_j
import std.algorithm, std.array, std.bitmanip, std.container, std.conv, std.format,
std.functional, std.math, std.range, std.traits, std.typecons, std.stdio, std.string;
version(unittest) {} else
void main()
{
int N; io.getV(N);
auto P = new i... | D |
#average flux in [cosZ = 0.90 -- 1.00, phi_Az = 0 -- 30]
# Enu(GeV) NuMu NuMubar NuE NuEbar (m^2 sec sr GeV)^-1
1.0000E-01 1.1982E+04 1.2139E+04 6.0763E+03 5.2496E+03
1.1220E-01 1.0713E+04 1.0804E+04 5.4203E+03 4.6507E+03
1.2589E-01 9.5255E+03 9.5785E+03 4.7897E+03 4.0854E+03
1.4125E-01 8.348... | D |
/**
* Controls the game window and drawing backbuffer.
*
* Authors: <a href="https://github.com/rcorre">rcorre</a>
* License: <a href="http://opensource.org/licenses/MIT">MIT</a>
* Copyright: Copyright © 2015, rcorre
*
* Examples:
* A display is created as part of starting the game:
* ------------------... | D |
/**
<script type="text/javascript">inhibitQuickIndex = 1</script>
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW Template API) $(TD $(MYREF RIPEMD160)
)
)
$(TR $(TDNW OOP API) $(TD $(MYREF RIPEMD160Digest))
)
$(TR $(TDNW Helpers) $(TD $(MYREF ripemd160Of))
)
)
* Computes RIPEMD-160 hashes of arbitra... | D |
// Copyright Ferdinand Majerech 2011.
// Copyright Cameron Ross 2016.
// 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 wyaml.anchor;
import std.algorithm;
import std.exception... | 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 |
module webtank.history.service.service;
import webtank.ivy.service.backend: IvyBackendService;
import webtank.net.http.handler;
import webtank.history.service.record_history: getRecordHistory;
import webtank.history.service.writer: writeDataToHistory, saveActionToHistory;
class HistoryService: IvyBackendService
{
... | D |
// *****************************
// EXIT
// *****************************
instance DIA_TPL_1402_GorNaToth_Exit (C_INFO)
{
npc = TPL_1402_GorNaToth;
nr = 999;
condition = DIA_TPL_1402_GorNaToth_Exit_Condition;
information = DIA_TPL_1402_GorNaToth_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
}; ... | D |
/**
* The config module contains utility routines and configuration information
* specific to this package.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly
* Source: $(DRUNTIMESRC core/sync/_config.d)
... | D |
a hairdo formed by braiding or twisting the hair
trimming used to decorate clothes or curtains
make by braiding or interlacing
decorate with braids or ribbons
form or weave into a braid or braids
| D |
INSTANCE Mod_525_SLD_Lee_MT (Npc_Default)
{
// ------ NSC ------
name = "Lee";
guild = GIL_MIL;
id = 525;
voice = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_FRIEND;
// ------ AIVARS ------
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IGNORE_... | D |
instance GRD_217_Torwache (Npc_Default)
{
//-------- primary data --------
name = NAME_Torwache;
npctype = npctype_main;
guild = GIL_GRD;
level = 15;
voice = 6;
id = 217;
//-------- abilities --------
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 50;
attribute[ATR_MANA_MAX] = 0... | 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 |
/*
REPL plan:
easy movement to/from a real editor
can edit a specific function
repl is a different set of globals
maybe ctrl+enter to execute vs insert another line
write state to file
read state from file
state consists of all variables and source to functions
Steal Ruby's [regex, capture] maybe
*/
... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 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 |
void main() {
import std.stdio, std.string, std.conv, std.algorithm;
import std.array;
int n, k;
rd(n, k);
auto a = readln.split.to!(int[]);
struct S {
int cur, end, idx;
}
S[] q;
foreach (i; 0 .. min(n, k)) {
q ~= S(0, a[i], i);
}
alias cmp = (l, r) => (l.end - l.cur > r.end - r.cur);
... | D |
instance Info_Vlk_2_EXIT(C_Info)
{
nr = 999;
condition = Info_Vlk_2_EXIT_Condition;
information = Info_Vlk_2_EXIT_Info;
permanent = 1;
description = "ЗАКОНЧИТЬ РАЗГОВОР";
};
func int Info_Vlk_2_EXIT_Condition()
{
return 1;
};
func void Info_Vlk_2_EXIT_Info()
{
AI_StopProcessInfos(self);
};
instance Info_Vl... | D |
// *************************************************************************
// EXIT
// *************************************************************************
INSTANCE DIA_REL_Buerger_17_EXIT(C_INFO)
{
nr = 999;
condition = DIA_REL_Buerger_17_EXIT_Condition;
information = DIA_REL_Buerger_17_EXIT_Info;
... | D |
// Copyright Ferdinand Majerech 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)
/**
* Node of a YAML document. Used to read YAML data once it's loaded,
* and to prepare data to emit... | D |
/*
TEST_OUTPUT:
---
0500-classes.tex(2484): Error: function fail343.TimedApp.run cannot override final function I.fail343.Timer.run
0500-classes.tex(2484): Error: function fail343.TimedApp.run cannot override final function Application.fail343.Application.run
---
*/
#line 2471 "0500-classes.tex"
interface Timer
{
f... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
4.0999999 81 13.5 21 7 8 36 -106.300003 303 11.3999996 11.3999996 1 extrusives, basalts
4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.1999998 14.1999998 1 extrusives, basalts, rhyolites
354.200012 75.5999985 9.69999981 21 4 7 36 -106.30000... | D |
module gfm.sdl2.all;
// SDL2 wrapper
public
{
import derelict.sdl2.sdl,
derelict.sdl2.image;
import gfm.math.vector,
gfm.math.box;
import gfm.sdl2.sdl,
gfm.sdl2.surface,
gfm.sdl2.displaymode,
gfm.sdl2.window,
gfm.sdl2.eventqueue,
... | D |
/Users/paigepeck/Desktop/Rust/mypgm4/target/debug/build/proc-macro2-e0365d3b3b157ae7/build_script_build-e0365d3b3b157ae7: /Users/paigepeck/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.24/build.rs
/Users/paigepeck/Desktop/Rust/mypgm4/target/debug/build/proc-macro2-e0365d3b3b157ae7/build_script_build-... | D |
// Written in the D programming language.
/**
This module defines the notion of a range. Ranges generalize the concept of
arrays, lists, or anything that involves sequential access. This abstraction
enables the same set of algorithms (see $(LINK2 std_algorithm.html,
std.algorithm)) to be used with a vast variety of di... | D |
// Sandboxing on Linux via miscellaneous kernel features.
module tottori.misc;
import core.sys.posix.sys.stat : umask, mode_t;
import core.sys.posix.sys.resource : setrlimit, rlimit;
import core.sys.posix.unistd : setsid;
import std.exception : errnoEnforce;
import tottori.seccomp : prctl;
extern(C)
{
int clea... | D |
module gfm.opengl.opengl;
import core.stdc.stdlib;
import std.string,
std.conv,
std.array,
std.algorithm;
import derelict.util.exception;
import derelict.opengl3.gl3,
derelict.opengl3.gl;
static if( __VERSION__ >= 2067 )
import std.experimental.logger;
else
import std.historical... | D |
module jarchive.memory;
import std.conv : emplace;
import core.stdc.stdlib : malloc, cfree = free, realloc;
import core.stdc.stdio : printf;
@nogc nothrow:
private size_t g_bytesAllocated;
T* alloc(T, Args...)(Args args)
{
version(memory)
{
g_bytesAllocated += T.sizeof;
printf("alloc: %llu b... | D |
module dgl.cg.functionptrs;
private {
import dgl.cg.consts;
import dgl.glconsts;
}
extern (C):
CGenum function(CGenum lockingPolicy) fp_cgSetLockingPolicy;
CGenum function() fp_cgGetLockingPolicy;
CGenum function(CGenum casePolicy) fp_cgSetSemanticCasePolicy;
CGenum function() fp_cgGetSemanticCas... | D |
module nbib.transforms;
import std.typecons : Tuple;
import std.array;
import std.algorithm : count, filter, joiner, map, cumulativeFold, fold, reduce, splitter, splitWhen, chunkBy, group;
import std.range : isInputRange, takeNone, takeOne, chain;
import std.conv;
import std.string : strip, stripRight;
import std.form... | D |
/Users/linjianguo/Desktop/ReactiveCoCoDemo/DerivedData/ReactiveCoCoDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactiveCocoa.build/Objects-normal/x86_64/NSObject+Association.o : /Users/linjianguo/Desktop/ReactiveCoCoDemo/Pods/ReactiveCocoa/ReactiveCocoa/UIKit/UITextField.swift /Users/linjianguo/De... | D |
intending or showing kindness
showing or motivated by sympathy and understanding and generosity
generous in providing aid to others
generous in assistance to the poor
| D |
/Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/target/debug/kv_store-03b337b27cb903ad: /Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/src/bin/kvs-client.rs /Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/src/bin/kvs-server.rs /Users/dimdew/CLionProjects/talent_plan_kv/simple_kv/src/engine/kvs.rs /Users... | D |
having or showing or conforming to good taste
free from what is tawdry or unbecoming
| D |
/Users/rongrongdeng/Documents/Feng/.build/debug/Spectre.build/Expectation.swift.o : /Users/rongrongdeng/Documents/Feng/Packages/Spectre-0.7.2/Sources/Case.swift /Users/rongrongdeng/Documents/Feng/Packages/Spectre-0.7.2/Sources/Context.swift /Users/rongrongdeng/Documents/Feng/Packages/Spectre-0.7.2/Sources/Expectation.s... | D |
/root/Unit-Network/target/release/deps/environmental-60ea7760aa0c47ec.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/environmental-1.1.2/src/lib.rs
/root/Unit-Network/target/release/deps/libenvironmental-60ea7760aa0c47ec.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/environmental-1.1.2/src/... | D |
module tosuke.smilebasic.vm.vm;
import tosuke.smilebasic.vm;
import tosuke.smilebasic.value;
import tosuke.smilebasic.utils;
import tosuke.smilebasic.error;
import std.conv : to;
import std.experimental.logger;
//実装
import tosuke.smilebasic.vm.internal.command;
import tosuke.smilebasic.vm.internal.push;
import tosuk... | D |
module cid.audio.sound;
import std.random : uniform;
import std.container : Array;
import std.typecons : RefCounted, RefCountedAutoInitialize;
import std.algorithm : any, find;
import cid.allegro;
import cid.audio.common;
import cid.util.randomized;
alias SoundEffect = RefCounted!(SoundEffectPayload, RefCountedAu... | D |
/**
* Copyright: © 2014 Anton Gushcha
* License: Subject to the terms of the MIT license, as written in the included LICENSE file.
* Authors: NCrashed <ncrashed@gmail.com>
*/
module evol.operators.irot;
import std.stdio;
import devol.typemng;
public
{
import devol.individ;
import devol.world;
impo... | D |
/**
* Dlang vulkan type definitions
*
* Copyright: Copyright 2015-2016 The Khronos Group Inc.; Copyright 2016 Alex Parrill, Peter Particle.
* License: $(https://opensource.org/licenses/MIT, MIT License).
* Authors: Copyright 2016 Alex Parrill, Peter Particle
*/
module erupted.types;
nothrow @nogc:
// defined... | D |
module cid.audio.manager;
import std.file : dirEntries, SpanMode;
import std.path : stripExtension;
import std.string : toStringz, chompPrefix;
import cid.allegro;
import cid.audio.sound;
import cid.audio.stream;
import cid.audio.common;
class AudioManager {
// Mixer Organization:
// soundMixer -
// ... | D |
/Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/debug/Crypto.build/Cipher/Cipher+Method.swift.o : /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/crypto.git-7980259129511365902/Sources/Crypto/HMAC/HMAC.swift /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/crypto.git-798025912951136... | D |
module misc;
import std.file;
import std.stdio;
import globals;
void removeOldLog()
{
if(logName.exists)
{
try
{
//remove(logName); // instead removing we can overwrite file. Removing is blocked by global Log
}
catch(Exception e)
{
writeln("Can't re... | D |
/Users/srinivasandodda/Documents/srini/projects/swift/bank-ocr-katas/Build/Intermediates.noindex/bank-ocr-katas.build/Debug/bank-ocr-katas.build/Objects-normal/x86_64/ParseCommand.o : /Users/srinivasandodda/Documents/srini/projects/swift/bank-ocr-katas/Sources/bank-ocr-katas/CommandLine/ParseCommand.swift /Users/sriniv... | D |
func void b_give_santinochapter1crap()
{
var C_NPC npc;
npc = Hlp_GetNpc(stt_335_santino);
CreateInvItems(npc,itfo_potion_water_01,10);
CreateInvItems(npc,itkelockpick,16);
CreateInvItems(npc,itminugget,120);
CreateInvItems(npc,itlstorch,15);
CreateInvItems(npc,itfobeer,7);
CreateInvItems(npc,itfomutton,10);
... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Multipart.build/MultipartParser.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/multipart/Sources/Multipart/MultipartPartConvertible.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/che... | D |
; Copyright (C) 2008 The Android Open Source Project
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
; http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law ... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.