code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module david.windowing.direct2d;
public import david.windowing.windows;
| D |
import std.stdio;
import std.algorithm;
import std.range;
import std.string;
/*
Enums without body.
eg `enum SDL_MIX_MAXVOLUME = 128;`
Structs & TransparentStruct.
*/
void main() {
sdl_err;
sdl_helpers;
sdl_funs;
sdl_types;
sdl;
}
void sdl() {
auto fout = File("./sdl-d/src/sdld/sdl.d", "w");
fout.writeln(... | D |
/**
* Code generation 1
*
* Handles function calls: putting arguments in registers / on the stack, and jumping to the function.
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1998 by Symantec
* Copyright (C) 2000-202... | 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 2.1 of the License, or
* (at your option) any later version.
*
* gtkD is distribut... | D |
// ************************************************************
// EXIT
// ************************************************************
instance Info_Jacko_EXIT(C_INFO)
{
npc = ORG_862_Jacko;
nr = 999;
condition = Info_Jacko_EXIT_Condition;
information = Info_Jacko_EXIT_Info;
permanent = 1;
description =... | D |
/Users/zaidtayyab/Desktop/Template/Build/Template/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Result.o : /Users/zaidtayyab/Desktop/Template/Pods/Alamofire/Source/MultipartFormData.swift /Users/zaidtayyab/Desktop/Template/Pods/Alamofire/Source/Timeline.swift /Users/zaidtayy... | D |
module argparse.argument;
struct Argument
{
nothrow @safe:
public:
enum Type
{
String, /// when present, next argument must be a value for the `Argument`
Boolean, /// when present, next argument must be an `Argument`
}
alias String = Type.String;
alias Boolean = Type.Boolean;
... | D |
/home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/EventLoop/obj/BatchWorker.o /home/shepj/xaod/ROOTAnalysisTutorial/RootCoreBin/obj/x86_64-slc6-gcc49-opt/EventLoop/obj/BatchWorker.d : /home/shepj/xaod/ROOTAnalysisTutorial/EventLoop/Root/BatchWorker.cxx /home/shepj/xaod/ROOTAnalysisTutorial/Eve... | D |
module android.java.java.io.DataOutputStream;
public import android.java.java.io.DataOutputStream_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!DataOutputStream;
import import1 = android.java.java.lang.Class;
| D |
/**
* Associative Array implementation
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright), Dave Fladebo
* Licens... | D |
instance DIA_ORC_8566_URHAN_EXIT(C_Info)
{
npc = orc_8566_urhan;
nr = 999;
condition = dia_orc_8566_urhan_exit_condition;
information = dia_orc_8566_urhan_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_orc_8566_urhan_exit_condition()
{
return TRUE;
};
func void dia_orc_8566_urhan_exi... | D |
module game.replay.matcher;
/*
* There are three levels that a replay might run against:
*
* 1. The level included in the replay file.
* 2. The level pointed to by the $LEVEL_FILENAME line in the replay file.
* 3. An explicitly given filename or level (we only support filename so far).
*
* All levels are constr... | D |
//
// -------------------------------------------------------------
// Copyright 2015-2021 Coverify Systems Technology
// Copyright 2010-2011 Mentor Graphics Corporation
// Copyright 2004-2018 Synopsys, Inc.
// Copyright 2010-2018 Cadence Design Systems, Inc.
// Copyright 2010 AMD
// Copyright 2014-2018 NVIDIA Corporat... | 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 |
// 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.expression;
import core... | D |
// Written in the D programming language.
/**
Utilities for manipulating files and scanning directories. Functions
in this module handle files as a unit, e.g., read or write one _file
at a time. For opening files and manipulating them via handles refer
to module $(MREF std, stdio).
Copyright: Copyright Digital Mars 2... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto N = readln.chomp.to!int;
int max_a;
foreach (a; readln.split.to!(int[])) {
if (a == max_a + 1) {
max_a = a;
}
}
writeln(max_a == 0 ? -1 : (N - max_a)... | D |
module lib;
template ModuleOf(T)
{
pragma(msg, T.mangleof);
pragma(msg, __traits(identifier, T));
// alias ImportTest!("mod.a") M;
// alias ImportTest!("mod.undef") M; // dmd stop
static if (__traits(compiles, { alias ImportTest!("mod.undef") M; }))
{
pragma(msg, "ok");
}
else
{
pragma(msg, "ng");
}
}
temp... | 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="DetermineBGorientation_LRBG.notati... | D |
import x86intrin;
void test_mm_add_epi()
{
byte16 x = [0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xA, 0xB, 0xC, 0xD, 0xE, 0xF, 0x0];
byte16 y = [0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1];
// auto z8 = _mm_add_epi8(x, y);
// assert(_mm_extract_epi8!(0)(x) == 2);
}
... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Fluent.build/Migration/AnyMigrations.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/panartem/Developer/Study/Microservices-vapor/TILApp... | D |
a person authorized to conduct religious worship
| D |
/**********************************************************
**
** LOGRAMM
** Interpreter
**
** (c) 2009-2014, Dr.Kameleon
**
**********************************************************
** src/backend/types.d
**********************************************************/
module backend.types;
//=================... | D |
/Users/TK/projects/smDriver/MyProject/.build/x86_64-apple-macosx10.10/debug/smDriver.build/file.swift.o : /Users/TK/projects/smDriver/MyProject/Sources/smDriver/file.swift /Users/TK/projects/smDriver/MyProject/Sources/smDriver/ame.swift /Users/TK/projects/smDriver/MyProject/Sources/smDriver/main.swift /Users/TK/project... | D |
// Copyright Brian Schott (Hackerpilot) 2014.
// 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 analysis.enumarrayliteral;
import std.d.ast;
import std.d.lexer;
import analysis.base;
i... | D |
/**************************************************************************
ПРОВЕРКА OTHER
B_ValidateOther ()
Проверяет, установлен ли other, при необходимости инициализирует
и нацеливает self на other.
Вызывается во время боя и бегства - при загрузке игры цель не установлена.
//NS: РУКАМИ НЕ ТРОГАТЬ... | D |
/Users/alexfu/Downloads/Grocr-starter/build/Grocr.build/Debug-iphonesimulator/Grocr.build/Objects-normal/x86_64/OnlineUsersTableViewController.o : /Users/alexfu/Downloads/Grocr-starter/Grocr/LoginViewController.swift /Users/alexfu/Downloads/Grocr-starter/Grocr/GroceryListTableViewController.swift /Users/alexfu/Download... | D |
func void B_AssessMagic()
{
if(Npc_GetLastHitSpellCat(self) == SPELL_BAD)
{
Npc_SendPassivePerc(self,PERC_ASSESSFIGHTSOUND,self,other);
};
if(Npc_GetLastHitSpellID(self) == SPL_Whirlwind)
{
Npc_ClearAIQueue(self);
B_ClearPerceptions(self);
AI_StartState(self,ZS_Whirlwind,0,"");
return;
};
if(Npc_GetLa... | D |
/*
Copyright (c) 2017-2018 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
... | D |
INSTANCE Info_Mod_Ordenspriester_PAT_Alchemist_MangelQuest (C_INFO)
{
npc = Mod_1740_KDF_Ordenspriester_PAT;
nr = 1;
condition = Info_Mod_Ordenspriester_PAT_Alchemist_MangelQuest_Condition;
information = Info_Mod_Ordenspriester_PAT_Alchemist_MangelQuest_Info;
permanent = 0;
important = 0;
description = "Was hi... | D |
/** dispex.d
Converted from 'dispex.h'.
Version: V7.0
Authors: Koji Kishita
*/
module c.windows.dispex;
import c.windows.windef;
import c.windows.guiddef;
import c.windows.wtypes;
import c.windows.unknwn;
import c.windows.oaidl;
import c.windows.servprov;
import c.windows.rpcdcep;
import c.windows.objidl;
extern(... | D |
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Core.build/Objects-normal/x86_64/Exports.o : /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-3993699855654508100/Sources/Core/Data+Base64URL.swift /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-3993699855654508100/Sources... | D |
import std.algorithm : count, maxElement, min, max, each, filter, map;
import std.container : RedBlackTree;
import std.math : abs;
import std.stdio : writeln, readln;
import std.file : readText;
import std.string : splitLines;
import std.typecons : Tuple, tuple;
import std.format : formattedRead;
import std.range : fro... | D |
/**
This module implements a red-black tree container.
This module is a submodule of $(LINK2 std_container.html, std.container).
Source: $(PHOBOSSRC std/container/_rbtree.d)
Macros:
WIKI = Phobos/StdContainer
TEXTWITHCOMMAS = $0
Copyright: Red-black tree code copyright (C) 2008- by Steven Schveighoffer. Other code
c... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Node.build/StructuredData/StructuredData+Equatable.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/AleixDiaz/Documen... | D |
/*
* inaddr.d
*
* This module binds inaddr.h to D. The original copyright notice is
* preserved below.
*
* Author: Dave Wilkinson
* Originated: November 25th, 2009
*
*/
module binding.win32.inaddr;
import binding.win32.windef;
import binding.win32.winbase;
import binding.win32.winnt;
import binding.win32.ina... | D |
INSTANCE SLD_1640_Sibannac (Npc_Default)
{
// ------ NSC ------
name = "Sibannac";
guild = GIL_SLD;
id = 1640;
voice = 13;
flags = 0;
npctype = NPCTYPE_FRIEND;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3);
// ------ Kampf-Taktik ------
... | D |
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/ConstraintConfig.o : /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintLayoutGuideDSL.swift /Users/yq/Project/Swift/SwiftGroup/Pods/SnapKit/Source/ConstraintDSL.swift /Users... | 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 |
; 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 |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/WebSocketUpgrader.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIOWebSocket/SHA1.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/sw... | D |
/afs/cern.ch/work/m/mizhou/RUN_2PC/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODHIEvent/obj/xAODHIEvent_Reflex.o /afs/cern.ch/work/m/mizhou/RUN_2PC/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODHIEvent/obj/xAODHIEvent_Reflex.d : /afs/cern.ch/work/m/mizhou/RUN_2PC/xAODHIEvent/xAODHIEvent/xAODHIEventDict.h /afs/cern.ch/work/m/m... | D |
/*
TEST_OUTPUT:
---
fail_compilation/bug9631.d(20): Error: cannot implicitly convert expression `F()` of type `bug9631.T1!().F` to `bug9631.T2!().F`
---
*/
template T1()
{
struct F { }
}
template T2()
{
struct F { }
}
void main()
{
T2!().F x = T1!().F();
}
/*
TEST_OUTPUT:
---
fail_compilation/bug9631.d(... | 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 |
import A16;
import core.stdc.stdio;
class B16 : AA16
{
public
this()
{
super();
printf("class B16\n");
}
}
int main()
{
new B16;
return 0;
}
| D |
.hd mkcl "generate a command list file for guess" 01/03/83
mkcl [-s]
.ds
'Mkcl' is not intended to be user-invoked; rather, it is a utility
used by the 'mkclist' command to build a list of commands in a
compressed binary format for the use of the 'guess' command.
'Mkcl' reads a list of command names from standard input... | D |
import std.stdio : write, writeln;
import std.conv : to;
import std.math : PI, sin, cos, acos, sgn, sqrt, abs, atan2;
import std.range : back, popBack;
import std.array : array, empty;
import std.algorithm : sum, map, schwartzSort, sort;
import std.traits : EnumMembers;
import std.typecons : Tuple, tuple;
import util... | D |
prototype Mst_Default_Skeleton(C_Npc)
{
name[0] = "Skeleton";
guild = GIL_SKELETON;
level = 12;
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 70;
attribute[ATR_HITPOINTS_MAX] = 150;
attribute[ATR_HITPOINTS] = 150;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
protection[PROT_BLUNT] = 30;
... | D |
module anthropos.logic.economy.PrimaryIndustry;
import anthropos;
/**
* A primary industry, which acquires goods from nature
* Can do this given a resource production template (mineral or plant)
*/
class PrimaryIndustry : Industry {
Resource toProduce; ///The resource to produce
int yield; ///The yield of... | 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 |
module android.java.android.graphics.CornerPathEffect;
public import android.java.android.graphics.CornerPathEffect_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CornerPathEffect;
import import0 = android.java.java.lang.Class;
| D |
/Users/kristoferhuang/Desktop/Worktide/build/Worktide.build/Debug-iphonesimulator/Worktide.build/Objects-normal/x86_64/ServicerAppointmentsModel.o : /Users/kristoferhuang/Desktop/Worktide/Worktide/Helper/HelperForUploadingData.swift /Users/kristoferhuang/Desktop/Worktide/Worktide/Extensions/UITextField.swift /Users/kri... | D |
/Users/zaidtayyab/Desktop/Template/Build/Template/Build/Intermediates/Pods.build/Debug-iphonesimulator/IQKeyboardManagerSwift.build/Objects-normal/x86_64/IQUIViewController+Additions.o : /Users/zaidtayyab/Desktop/Template/Pods/IQKeyboardManagerSwift/IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.sw... | D |
instance Orc_5500_WoundedOrc(C_Npc)
{
name[0] = "Раненый орк";
guild = GIL_ORC;
aivar[AIV_MM_REAL_ID] = ID_ORCELITE;
voice = 18;
id = 5500;
level = 10;
attribute[ATR_STRENGTH] = 450;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_HITPOINTS_MAX] = 10;
attribute[ATR_HITPOINTS] = 10;
attribute[ATR_MANA_MAX] = 10... | D |
module mach.range.cartpower;
private:
import mach.meta : Repeat, varmap;
import mach.traits : ElementType, hasNumericLength, hasNumericRemaining;
import mach.traits : isFiniteRange, isSavingRange, isRandomAccessRange;
import mach.error : IndexOutOfBoundsError;
import mach.range.asrange : asrange, validAsSavingRange;
... | D |
/Users/apple/NewStudy/IOS/GeoKeeper/Build/Intermediates/GeoKeeper.build/Debug-iphonesimulator/GeoKeeper.build/Objects-normal/x86_64/MapViewController.o : /Users/apple/NewStudy/IOS/GeoKeeper/GeoKeeper/AppDelegate.swift /Users/apple/NewStudy/IOS/GeoKeeper/GeoKeeper/AllCell.swift /Users/apple/NewStudy/IOS/GeoKeeper/GeoKee... | 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 |
/**
* Copyright: Copyright (c) 2012 Jacob Carlborg. All rights reserved.
* Authors: Jacob Carlborg
* Version: Initial created: Nov 7, 2012
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module tests.NonMutable;
import orange.serialization.Serializer;
import orange.serializ... | D |
module dqt.loader;
import smoke.smoke;
import smoke.smokeqt;
public import smoke.smoke_loader;
package immutable(SmokeLoader) smokeLoader;
shared static this() {
// Just create these and never delete them.
// They will die when the program dies.
init_qtcore_Smoke();
init_qtgui_Smoke();
smokeLoa... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/NIO.build/RecvByteBufferAllocator.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/swift-nio/Sources/NIO/IO.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.bu... | D |
void main(){
import std.stdio, std.string, std.conv, std.algorithm;
int n; rd(n);
auto a=readln.split.to!(long[]);
import std.container;
auto minHeap=new BinaryHeap!(Array!long, "a>b");
long sum=0;
foreach(i; 0..n){
sum+=a[i];
minHeap.insert(a[i]);
}
auto red=new long[](n+1);
red[0]=sum;
... | D |
/*
Boost Software License - Version 1.0 - August 17th,2003
Permission is hereby granted,free of charge,to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license(the "Software") to use,reproduce,display,distribute,
execute,and transmit the Software,and to pre... | D |
/**
BSON serialization and value handling.
Copyright: © 2012-2015 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module vibe.data.bson;
///
unittest {
void manipulateBson(Bson b)
{
import std.stdio;
// retrieving... | D |
module netslash.core.rangedWeapon;
import std.json;
import netslash.core.weapon;
abstract class RangedWeapon : Weapon
{
public:
const int BASE_RANGED_DAMAGE;
this(string name, string help, uint weight, char rep, bool
twohanded=false, uint baseDamage=0, uint baseRangedDamage=0, uint precision=0)
{
super(... | D |
// ******************************************************************
// B_GetDayPlus
// ------------
// liefert ab zwei Stunden vor Mitternacht
// den NÄCHSTEN Tag zurück.
// Verhindert dadurch, daß ich z.B. um 23 59 h einen Auftrag bekomme,
// der "am nächsten Tag" erfüllt werden soll und eine Minute später
// ber... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChartUtils.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/Jaskeerat/Desktop/CryptoLi... | D |
instance DIA_Mil_310_Stadtwache_EXIT(C_Info)
{
npc = Mil_310_Stadtwache;
nr = 999;
condition = DIA_Mil_310_Stadtwache_EXIT_Condition;
information = DIA_Mil_310_Stadtwache_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Mil_310_Stadtwache_EXIT_Condition()
{
return TRUE;
};
func void DI... | D |
the act of expressing earnest opposition or protest
the speech act of objecting
the act of protesting
(law) a procedure whereby a party to a suit says that a particular line of questioning or a particular witness or a piece of evidence or other matter is improper and should not be continued and asks the court to rule o... | D |
/Users/hnakatani/Documents/その他/Learning/Rust/tutrial/8_2_string/target/rls/debug/deps/string-598f9937b06f48ea.rmeta: src/main.rs
/Users/hnakatani/Documents/その他/Learning/Rust/tutrial/8_2_string/target/rls/debug/deps/string-598f9937b06f48ea.d: src/main.rs
src/main.rs:
| D |
/*
* Copyright (c) 2015 Guillaume Piolat
* 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 list of conditions ... | D |
/Users/sitingyo/ReactNative/Project/ios/build/Build/Intermediates.noindex/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/x86_64/CandleDataExtract.o : /Users/sitingyo/ReactNative/Project/ios/ReactNativeCharts/RNChartViewBase.swift /Users/sitingyo/ReactNative/Project/ios/ReactNativeCharts/RNBarLineChart... | D |
module timesheet.timelog;
import std.datetime;
import std.csv;
import std.file;
import std.format;
const TimeLog createTimeLog(string filename)
{
auto log = TimeLog(filename);
auto str = readText(log.file);
try
{
auto records = csvReader!Layout(str, noheader, ';');
foreach (record; r... | 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 |
/Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/.build/debug/FileKit.build/FileSystemEventStream.swift.o : /Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/Packages/FileKit-4.0.2/Sources/Array+File.swift /Users/admin/Desktop/CuckooTest/Pods/Cuckoo/Generator/Packages/FileKit-4.0.2/Sources/ArrayFile.swift /Use... | D |
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Vapor.build/Droplet/Droplet.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/vapor.git-5567719720411555524/Sources/Vapor/JSON/HTTP/Message+JSON.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/vapor.git-5567719720411555524/... | D |
/**
* Does semantic analysis for statements.
*
* Specification: $(LINK2 https://dlang.org/spec/statement.html, Statements)
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://w... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid comm... | D |
/home/raab/ESGI/PSR-Rust/Projet/ppm/target/release/ppm-0440b72afe9163f6: /home/raab/ESGI/PSR-Rust/Projet/ppm/src/lib.rs
| 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_8_agm-61981728... | D |
/Users/ins/Documents/Code/rust-study/vite-rust-wasm-linkedlist/@rsw/linkedlist/target/rls/debug/deps/unicode_xid-6f5ecb42195bf8c3.rmeta: /Users/ins/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.2/src/lib.rs /Users/ins/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/unicode-xid-0.2.2/... | D |
// ******************
// C_NpcIsMonsterMage
// ******************
func int C_NpcIsMonsterMage (var C_NPC slf)
{
if (slf.guild == GIL_SKELETON_MAGE)
|| (slf.guild == GIL_FIREGOLEM)
|| (slf.guild == GIL_ICEGOLEM)
|| (slf.guild == GIL_DRAGON)
// || (slf.guild == GIL_ORC) //für Orc-Shaman genauere Eingrenzung (in O... | D |
instance PAL_6085_RITTER(Npc_Default)
{
name[0] = NAME_Ritter;
guild = GIL_BDT;
aivar[AIV_IgnoresFakeGuild] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
id = 6085;
voice = 6;
flags = 0;
npcType = NPCTYPE_PALMORA;
aivar[AIV_DropDeadAndKill] = TRUE;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_MASTER... | D |
module dinymap.tinymap;
import std.stdio;
import std.c.string : memcpy;
import std.conv : to;
import dinymap.tilestats;
import dinymap.tileflag;
/**
* Structure used for a point array.
*/
struct TilePoint {
/**
* The x axis.
*/
ushort x;
/**
* The y axis.
*/
ushort y;
/**
* Creates a new instance of TilePo... | D |
instance Focus_Normal(C_Focus)
{
npc_longrange = 500;
npc_range1 = 0;
npc_range2 = 300;
npc_azi = 30;
npc_elevup = 30;
npc_elevdo = -45;
npc_prio = 1;
item_range1 = 0;
item_range2 = 300;
item_azi = 30;
item_elevup = 60;
item_elevdo = -89;
item_prio = 1;
mob_range1 = 0;
mob_range2 = 350;
mob_azi = 30;
... | D |
/+
Copyright (c) 2005-2007 J Duncan, Eric Anderton
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, ... | D |
func int B_TeachMagicCircle(var C_Npc slf,var C_Npc oth,var int circle)
{
var int kosten;
kosten = B_GetLearnCostTalent(oth,NPC_TALENT_MAGE,circle);
if((circle < 1) || (circle > 6))
{
Print("*** ОШИБКА: Неправильный параметр ***");
return FALSE;
};
if(oth.lp < kosten)
{
PrintScreen(PRINT_NotEnoughLP,-1,-1... | D |
/home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/cfg_if-b86ff25107c11871.rmeta: /home/iot_dev/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs
/home/iot_dev/Documents/Rust_prac/rust_web/simple_iot_api/target/release/deps/libcfg_if-b86ff25107c11871.rlib: /home/iot_dev... | D |
/// Generate by tools
module org.restlet.data.Protocol;
import java.lang.exceptions;
public class Protocol
{
public this()
{
implMissing();
}
}
| D |
/Users/mwaly/Downloads/EventsVIPER/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapshotTesting.build/Objects-normal/x86_64/SnapshotTestCase.o : /Users/mwaly/Downloads/EventsVIPER/Pods/SnapshotTesting/Sources/SnapshotTesting/Snapshotting/Data.swift /Users/mwaly/Downloads/EventsVIPER/Pods/SnapshotTesting/Sources... | D |
/*******************************************************************************
* Copyright (c) 2000, 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, an... | D |
/++
Load and save support for Windows .ico icon files. It also supports .cur files, but I've not actually tested them yet.
History:
Written July 21, 2022 (dub v10.9)
Save support added April 21, 2023 (dub v11.0)
Examples:
---
void main() {
auto thing = loadIco("test.ico");
import std.stdio;
writeln(t... | D |
a site where people on holiday can pitch a tent
| D |
import std.typecons;
mixin template WorkingTypedef(string i,T,T init=T.init)/+if(...)+/{
mixin Typedef!(T,init);
mixin(`alias Typedef `~i~`;`);
}
version(A) mixin WorkingTypedef!("Name2",int,2);
version(B) mixin WorkingTypedef!("Name1",int);
| D |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LegendRenderer.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Pods/Charts/Source/Charts/Jobs/AnimatedMoveViewJob.swift /Users/endotsuyoshi/Documents/ios/shoanaorigin... | D |
module sqld.db.sqlite.error;
public import sqld.base.error;
/**
* Represents SQLite database error
*/
final class SQLiteDatabaseError : DatabaseError
{
/**
* Creates new DatabaseError instance
*
* Params:
* number = Error code
*/
public this(int code)
{
super(code);
... | 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 under t... | D |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.cognitiveclouds.com/fonts/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/fa... | D |
const int Value_Sc_Water = 1;
const int Value_Sc_IceLance = 100;
const int Value_Sc_Whirlwind = 200;
const int Value_Sc_Geyser = 100;
const int Value_Sc_Thunderstorm = 200;
const int Value_Sc_Waterfist = 100;
INSTANCE ItSc_Geyser (C_Item)
{
name = NAME_Spruchrolle;
mainflag = ITEM_KAT_RUNE;
flags = ITE... | D |
import core.sys.posix.sys.types;
/** @file lmdb.d
* @brief Lightning memory-mapped database library
*
* @mainpage Lightning Memory-Mapped Database Manager (LMDB)
*
* @section intro_sec Introduction
* LMDB is a Btree-based database management library modeled loosely on the
* BerkeleyDB API, but much simpl... | D |
module csfml.network.socketstatus;
enum sfSocketStatus {
sfSocketDone,
sfSocketNotReady,
sfSocketDisconnected,
sfSocketError,
}
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.