code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/**
* Extract symbols from an OMF object file.
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https... | D |
/*
* widget.d
*
* This module implements the interface for a drawable feature on a GUI window.
*
* Author: Dave Wilkinson
*
*/
module gui.widget;
import gui.application;
import gui.window;
import core.definitions;
import interfaces.container;
import graphics.view;
import graphics.graphics;
import core.main... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 extrusives
306.399994 74.1999969 4.30000019 0 52 55 -31.8999996 151.300003 8785 5.9000001 5.9000001 extrusives, basalts
333.200012 64.6999969 6.59999... | D |
/Users/haruna/Documents/iOSdev/flix_1/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/MultipartFormData.o : /Users/haruna/Documents/iOSdev/flix_1/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/flix_1/Pods/Alamofire/Source/Timeline.swift /Users/har... | D |
/*******************************************************************************
* Copyright (c) 2004, 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 |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2011-2013, Maxime Chevalier-Boisvert. All rights re... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Jay.build/Objects-normal/x86_64/ValueParser.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/ArrayParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Jay-1.0.0/Sources/Jay/BooleanParser.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Jay... | D |
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IMarker.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Ch... | D |
/* $OpenBSD: x509_vfy.h,v 1.58 2023/03/10 16:44:07 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This lib... | D |
module android.java.java.lang.Short_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.java.lang.Short_d_interface;
fina... | D |
module benchmark.type.thread;
import benchmark.benchmark, benchmark.client, benchmark.server;
import core.thread;
import std.socket, std.stdio;
class ThreadBenchmark : AbstractBenchmark
{
public:
this(InternetAddress address)
{
super(address);
}
override void doBenchma... | D |
/Users/iCode/Workspace/iWork/Networking/NetworkLayer/build/NetworkLayer.build/Debug-iphonesimulator/NetworkLayer.build/Objects-normal/x86_64/NetworkCompletion.o : /Users/iCode/Workspace/iWork/Networking/NetworkLayer/Services/NetworkService.swift /Users/iCode/Workspace/iWork/Networking/NetworkLayer/Network/HTTPMethodTyp... | D |
/Users/radibarq/developer/NasaInArabic/build/NasaInArabic.build/Debug-iphonesimulator/NasaInArabic.build/Objects-normal/x86_64/ArticlesCollectionViewController.o : /Users/radibarq/developer/NasaInArabic/NasaInArabic/AppStoreViewController1.swift /Users/radibarq/developer/NasaInArabic/NasaInArabic/Source.swift /Users/ra... | D |
remove with or as if with a ladle
fill or place a load on
| D |
module home.views.widgets.home_menu.home_menu;
import app;
class HomeMenuWidget : LiElement{
string href = "";
string sa_side_class = "";
string title = "";
this(){
super();
this.title = "Home";
this.sa_side_class = "sa-side-home";
this.href = "/";
this.tag.attr["class"] = "active";
this.init();
}
... | D |
module e;
| D |
/home/thorin/Documents/LFD/Myrust/chap7_1/target/debug/deps/chap7_1-0dc09727d289635a: src/main.rs
/home/thorin/Documents/LFD/Myrust/chap7_1/target/debug/deps/chap7_1-0dc09727d289635a.d: src/main.rs
src/main.rs:
| 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 |
module perfontain.managers.gui.scroll.bar;
import
std,
perfontain;
final:
class Scrollbar : GUIElement
{
this(Scrolled sc)
{
super(sc, Vector2s.init, Win.captureFocus);
auto up = new GUIImage(this, SCROLL_ARROW);
size = Vector2s(up.size.x, sc.size.y);
auto down = new GUIImage(this, SCROLL_ARROW, DR... | D |
module gtkD.pango.PgVertical;
public import gtkD.gtkc.pangotypes;
private import gtkD.gtkc.pango;
private import gtkD.glib.ConstructionException;
private import gtkD.pango.PgMatrix;
/**
* Description
* Since 1.16, Pango is able to correctly lay vertical text out. In fact, it can
* set layouts of mixed vert... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/AFError.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Alamofire/Source/MultipartFormData.swift /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive... | D |
/Users/Ben/Library/Developer/Xcode/DerivedData/CustomCatan-hezfvlmnawtxlyderrlvfddotkzt/Build/Intermediates/CustomCatan.build/Debug-iphoneos/CustomCatan.build/Objects-normal/arm64/ViewControllerStandard.o : /Users/Ben/Documents/cc/CustomCatan/CustomCatan/ViewControllerStandard.swift /Users/Ben/Documents/cc/CustomCatan/... | D |
module android.java.android.text.style.TtsSpan_TimeBuilder;
public import android.java.android.text.style.TtsSpan_TimeBuilder_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!TtsSpan_TimeBuilder;
import import1 = android.java.android.text.style.TtsSpan_SemioticClassBuilder;
import import2 = and... | D |
/**
Base64 encoding routines
Copyright: © 2012-2016 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Jan Krüger, Sönke Ludwig
*/
module vibe.stream.base64;
import vibe.core.stream;
import std.base64;
/** Creates a Base64 encoding strea... | D |
instance VLK_589_Buddler (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_mine_ambient;
guild = GIL_VLK;
level = 5;
voice = 2;
id = 589;
//-------- abilities --------
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERITY... | 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 |
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Console.build/Command/Runnable.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/DanielChang/Documents... | D |
instance Non_1502_Wegelagerer(Npc_Default)
{
name[0] = "Povaleč";
npcType = Npctype_ROGUE;
guild = GIL_None;
level = 9;
voice = 6;
id = 1502;
attribute[ATR_STRENGTH] = 65;
attribute[ATR_DEXTERITY] = 55;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 205;
attribute[ATR_H... | D |
module android.java.android.content.pm.ProviderInfo;
public import android.java.android.content.pm.ProviderInfo_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ProviderInfo;
import import5 = android.java.android.graphics.drawable.Drawable;
import import3 = android.java.java.lang.CharSequence;
... | D |
instance KDF_502_Ulthar(Npc_Default)
{
name[0] = "Ulthar";
guild = GIL_KDF;
id = 502;
voice = 5;
flags = 0;
npcType = npctype_main;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IGNORE_Murder] = TRUE;
aivar[AIV_IGNORE_Theft] = TRUE;
aivar[AIV_IGNORE_Sheepkiller] = TRUE;
B_Se... | D |
/*****************************************************************************
*
* Higgs JavaScript Virtual Machine
*
* This file is part of the Higgs project. The project is distributed at:
* https://github.com/maximecb/Higgs
*
* Copyright (c) 2011-2013, Maxime Chevalier-Boisvert. All rights re... | D |
instance BDT_1092_Addon_Isabel(Npc_Default)
{
name[0] = "Isabel";
guild = GIL_BDT;
id = 1092;
voice = 17;
flags = 0;
npcType = NPCTYPE_BL_MAIN;
aivar[AIV_IgnoresArmor] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);
B_SetNpcVisual(self,FEMALE,"Hum_Head_Ba... | D |
// Written in the D programming language.
/**
Networking client functionality as provided by $(HTTP _curl.haxx.se/libcurl,
libcurl). The libcurl library must be installed on the system in order to use
this module.
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)... | D |
/*
PERMUTE_ARGS:
REQUIRED_ARGS: -release -O -g -inline
DISABLED: freebsd dragonflybsd
Deprecation caused by https://issues.dlang.org/show_bug.cgi?id=20645
*/
/*
*************************************************************************
*
* "DHRYSTONE" Benchmark Program
* -------... | D |
instance DIA_Pal_213_Schiffswache_EXIT(C_Info)
{
npc = PAL_213_Schiffswache;
nr = 999;
condition = DIA_Pal_213_Schiffswache_EXIT_Condition;
information = DIA_Pal_213_Schiffswache_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Pal_213_Schiffswache_EXIT_Condition()
{
return TRUE;
};
fu... | D |
# FIXED
OSAL/osal_pwrmgr.obj: C:/ti/simplelink_cc2652rb_ble_sdk_3_10_00_15/source/ti/ble5stack/osal/src/common/osal_pwrmgr.c
OSAL/osal_pwrmgr.obj: C:/ti/simplelink_cc2652rb_ble_sdk_3_10_00_15/source/ti/ble5stack/osal/src/inc/comdef.h
OSAL/osal_pwrmgr.obj: C:/ti/simplelink_cc2652rb_ble_sdk_3_10_00_15/source/ti/ble5stac... | D |
/Users/kidnapper/Documents/25sprout/practice/DerivedData2/practice/Build/Intermediates/practice.build/Debug-iphonesimulator/practice.build/Objects-normal/x86_64/LoginInvitationCodeViewController.o : /Users/kidnapper/Documents/25sprout/practice/practice/Search_TPVC.swift /Users/kidnapper/Documents/25sprout/practice/prac... | D |
someone who explores an area for mineral deposits
| D |
/Users/dianasaur/Projects/timescale-ui-hack/timescale-api/target/debug/build/byteorder-463bae1b269f0175/build_script_build-463bae1b269f0175: /Users/dianasaur/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.3.2/build.rs
/Users/dianasaur/Projects/timescale-ui-hack/timescale-api/target/debug/build/byteorder-4... | D |
module clop.rt.clid.context;
import std.array;
import std.container.array;
import std.stdio;
import std.exception;
import std.format;
import derelict.opencl.cl;
import clop.rt.clid.queue;
import clop.rt.clid.platform;
import clop.rt.clid.device;
import clop.rt.clid.clerror;
import clop.rt.clid.settings;
class Contex... | D |
/*
* Copyright (c) 2004-2009 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... | D |
/Users/rathana/Desktop/24.06.2019/VSMS-usah/VSMS-Develope-Developer/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/MultipartFormData.o : /Users/rathana/Desktop/24.06.2019/VSMS-usah/VSMS-Develope-Developer/Pods/Alamofire/Source/MultipartFormData.swift /Users/rathana/Desktop/24.06.2019/VSMS-... | D |
# FIXED
DSP2803x_TempSensorConv.obj: C:/TI/C2000Ware_3_04_00_00_Software/device_support/f2803x/common/source/DSP2803x_TempSensorConv.c
DSP2803x_TempSensorConv.obj: C:/TI/C2000Ware_3_04_00_00_Software/device_support/f2803x/headers/include/DSP2803x_Device.h
DSP2803x_TempSensorConv.obj: C:/TI/C2000Ware_3_04_00_00_Sof... | D |
a social scientist who specializes in anthropology
| D |
module directx.dxgiformat;
version(Windows):
alias DXGI_FORMAT = uint;
enum : DXGI_FORMAT
{
DXGI_FORMAT_UNKNOWN = 0,
DXGI_FORMAT_R32G32B32A32_TYPELESS = 1,
DXGI_FORMAT_R32G32B32A32_FLOAT = 2,
DXGI_FORMAT_R32G32B32A32_UINT = 3,
DXGI_FORMAT_R32G32B32A32_S... | D |
/**
Package recipe reading/writing facilities.
Copyright: © 2015-2016, Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module dub.recipe.io;
import dub.recipe.packagerecipe;
import dub.internal.vibecompat.inet.path;
/** Reads a... | D |
/Users/mbroski/Code/Septa/Septa2/SeptaRest/Build/Intermediates.noindex/SeptaRest.build/Debug-iphonesimulator/SeptaRest.build/Objects-normal/x86_64/TransitRoute.o : /Users/mbroski/Code/Septa/Septa2/SeptaRest/SeptaRest/TransitType.swift /Users/mbroski/Code/Septa/Septa2/SeptaRest/SeptaRest/RestResponse.swift /Users/mbrosk... | 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 |
// Copyright Brian Schott 2015.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
module dfmt.formatter;
import dparse.lexer;
import dparse.parser;
import dparse.rollback_allocator;
import dfmt.... | D |
instance STT_336_SCHATTEN(NPC_DEFAULT)
{
name[0] = NAME_SCHATTEN;
npctype = NPCTYPE_AMBIENT;
guild = GIL_STT;
level = 5;
voice = 10;
id = 336;
attribute[ATR_STRENGTH] = 20;
attribute[ATR_DEXTERITY] = 20;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 100;
attribute[ATR... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/Fluent.build/QueryBuilder/QueryBuilder+Filter.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Model/ID.swift /Users/user/Documents/RiseTimeAssets/server/.build/checkouts... | D |
module android.java.android.widget.SearchView_OnQueryTextListener;
public import android.java.android.widget.SearchView_OnQueryTextListener_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!SearchView_OnQueryTextListener;
import import0 = android.java.java.lang.Class;
| D |
# FIXED
2806x_examples_setup.obj: C:/Users/a0272561/Repositories/cs30_controlsuite/libs/math/CLAmath/CLAMATH_VERSION/examples/common/2806x_examples_setup.c
2806x_examples_setup.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/include/stdint.h
2806x_examples_setup.obj: C:/Users/a0272561/Repositories/cs30_contro... | D |
module android.java.android.telephony.mbms.MbmsDownloadReceiver_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.content.Intent_d_interface;
import import2 = android.java... | D |
/**
* C's <time.h>
* Authors: Walter Bright, Digital Mars, www.digitalmars.com
* License: Public Domain
* Macros:
* WIKI=Phobos/StdCTime
*/
module mystd.c.time;
public import core.stdc.time;
| D |
module spindle.resolve.resolve_identifier;
import spindle.all;
final class ResolveIdentifier {
private:
Resolver resolver;
public:
this(Resolver resolver) {
this.resolver = resolver;
}
void resolve(Identifier n) {
if(n.target) return;
auto var = resolver.findDeclaration(n);
... | D |
# FIXED
drivers/pinout.obj: C:/EK-TM4C129/examples/boards/ek-tm4c1294xl-boostxl-battpack/drivers/pinout.c
drivers/pinout.obj: C:/CCSV6/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include/stdbool.h
drivers/pinout.obj: C:/CCSV6/ccsv6/tools/compiler/ti-cgt-arm_5.2.6/include/yvals.h
drivers/pinout.obj: C:/CCSV6/ccsv6/tools/comp... | D |
the state of being an adult woman
the trait of behaving in ways considered typical for women
| D |
module railroad.plugininfo;
enum id = "railroad";
enum semver = "0.9.0";
enum deps = [];
enum clientdeps = [];
enum serverdeps = [];
import pluginlib.pluginregistry;
void register(ref PluginRegistry registry)
{
import railroad.plugin;
pluginRegistry.regClientPlugin(new RailroadPluginClient);
pluginRegistry.regServe... | D |
// **************************************************
// EXIT
// **************************************************
instance DIA_Ghorim_Exit (C_INFO)
{
npc = Nov_1310_Ghorim;
nr = 999;
condition = DIA_Ghorim_Exit_Condition;
information = DIA_Ghorim_Exit_Info;
important = 0;
permanent = 1;
desc... | D |
/++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Copyright (c) 2010 by Álvaro Castro-Castilla, All Rights Reserved.
+ Licensed under the MIT/X11 license, see LICENSE file for full description
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++/
module cyma... | D |
struct list {
list *prev;
list *next;
void *ptr;
}
| 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 |
/Users/eric/rust_project/rust-cookbook-code/basic-1-read-lines-from-file/target/release/deps/librustc_demangle-5ba2ef2f90f017ab.rlib: /Users/eric/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/rustc-demangle-0.1.7/src/lib.rs
/Users/eric/rust_project/rust-cookbook-code/basic-1-read-lines-from-file/target/rele... | D |
module gl.textures.texture_2d;
/**
*
*/
import gl.all;
final class Texture2D : Texture {
uint id;
string filename;
Dimension size;
int numMipmaps;
uint format;
this(uint id, Dimension size) {
this.id = id;
this.size = size;
}
this(string filename, uint id, Dimension size, int numMipmaps, uint format)... | D |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | D |
/**
A HTTP 1.1/1.0 server implementation.
Copyright: © 2012 RejectedSoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig, Jan Krüger
*/
module vibe.http.server;
public import vibe.core.net;
public import vibe.http.common;
public import ... | D |
import std.stdio;
import udtwrap;
import std.socket:AddressInfoFlags,AddressFamily,SocketType;
import std.conv : to;
import std.string : toStringz;
import std.exception : enforce;
version(Windows)
import core.sys.windows.winsock2: getaddrinfo, freeaddrinfo, addrinfo;
else
import core.sys.posix.netdb: getaddrinfo, f... | D |
provide with power and authority
place (authority, property, or rights) in the control of a person or group of persons
become legally vested
clothe oneself in ecclesiastical garments
clothe formally
fixed and absolute and without contingency
| D |
/Users/jgoddard/Repos/finalProjectFixed/DerivedData/FinalProject/Build/Intermediates/FinalProject.build/Debug-iphonesimulator/FinalProject.build/Objects-normal/x86_64/AppDelegate.o : /Users/jgoddard/Repos/finalProjectFixed/FinalProject/Source/Controller/LiftsViewController.swift /Users/jgoddard/Repos/finalProjectFixed/... | 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/_lmserver.d)
*/
module core.sys.windows.lmserver;
version (Windows):
import core.sys.windows.winsvc;
private import... | D |
instance Mod_7521_JG_Woron_JL (Npc_Default)
{
// ------ NSC ------
name = "Woron";
guild = GIL_OUT;
id = 7521;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 2);
// ------ Kampf-Taktik ------
fight_t... | D |
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
// Copyright (C) 2007-2012 Laurent Gomila (laurent.gom@gmail.com)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages ... | D |
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/debug/deps/regex-576a979eb8b7e601.rmeta: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-1.5.4/src/lib.rs /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-1.5.4/src/backtrack.rs /Users/liuji... | D |
/**
* String manipulation and comparison utilities.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Sean Kelly, Walter Bright
* Source: $(DRUNTIMESRC rt/util/_string.d)
*/
module core.internal.string;
pure:
nothrow:
@nogc:
al... | D |
module jaster.serial.core.lexer;
import std.format : format;
@safe
struct DebugInfo
{
string file;
uint line = 1;
uint column;
string toString() const
{
return "%s:%s:%s".format(this.file, this.line, this.column);
}
}
enum TokenType
{
ERROR,
STRING,
INTEGER,
FLOAT,
... | D |
#!/usr/bin/env rdmd -version=scriptedmain
// Interpret:
// ./scriptedmain.d
//
// Compile:
// dmd scriptedmain.d -version=scriptedmain
//
// Run:
// ./scriptedmain
module scriptedmain;
import std.stdio;
int meaningOfLife() {
return 42;
}
version (scriptedmain) {
void main(const string[] args) {
writeln("Main: ... | D |
module lock;
import core.atomic : atomicOp, atomicLoad, atomicStore;
import jank;
import io;
enum uint max_spins = 0x4000000;
enum uint backoff_min = 1;
struct lock {
shared ubyte cur = 0;
shared ubyte next = 0;
}
void acquire(shared lock *l) {
// would be nice if we had fetch_add
ubyte t = atomicO... | D |
/Users/hailor/Work/mobile/QhTestMV/ios/build/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/CustomDateFormatTransform.o : /Users/hailor/Work/mobile/QhTestMV/ios/Pods/HandyJSON/Source/Metadata.swift /Users/hailor/Work/mobile/QhTestMV/ios/Pods/HandyJSON/Source/Transformable.swi... | D |
INSTANCE Info_Mod_Roman_REL_Hi (C_INFO)
{
npc = Mod_7492_OUT_Roman_REL;
nr = 1;
condition = Info_Mod_Roman_REL_Hi_Condition;
information = Info_Mod_Roman_REL_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Roman_REL_Hi_Condition()
{
if (Mod_EndresIndizien >= 1)
{
return 1;
};
};
FUNC VOID Inf... | D |
//Modified by: 1100110
import std.conv : to;
import std.stdio : writeln;
import std.string : toStringz;
import deimos.ncurses;
int main()
{
initscr();
scope (failure)
endwin();
scope (exit)
endwin();
if (has_colors() == false)
{
endwin();
writeln("Your terminal does... | 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_9_agm-62187114... | D |
module hunt.http.server.Http1ServerDecoder;
import hunt.http.server.Http1ServerConnection;
import hunt.http.server.Http1ServerTunnelConnection;
import hunt.http.server.Http2ServerDecoder;
import hunt.http.codec.http.decode.HttpParser;
import hunt.http.codec.websocket.decode.WebSocketDecoder;
import hunt.net.Abstract... | D |
module rocl.controls.settings;
import
std.meta,
std.array,
std.algorithm,
perfontain,
perfontain.opengl,
ro.conv.gui,
rocl,
rocl.rofs,
rocl.game,
rocl.controls;
final class WinSettings : WinBasic2
{
this(bool viewer = false)
{
super(MSG_SETTINGS, `settings`);
if(pos.x < 0)
{
center... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/WebSockets.build/Client/WebSocket+Client.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/AleixDiaz/Desktop/Vapo... | D |
// Written in the D programming language.
/**
Standard I/O functions that extend $(B core.stdc.stdio). $(B core.stdc.stdio)
is $(D_PARAM public)ally imported when importing $(B std.stdio).
Source: $(PHOBOSSRC std/stdio.d)
Copyright: Copyright The D Language Foundation 2007-.
License: $(HTTP boost.org/LICENSE_1_0.t... | D |
module veda.core.util.raptor2individual;
import std.string, std.stdio : writeln;
import bind.libraptor_header;
import veda.type, veda.onto.individual, veda.onto.resource, veda.core.define;
import onto.lang;
import util.utils;
string[ string ] prefixes;
Individual *[ string ] _individuals;
raptor_world *world = null;
... | D |
play music in a public place and solicit money for it
| D |
/******************************************************************************
This module contains most of the public "raw" API, as well as the MiniD
bytecode interpreter.
This module is $(B way) too big!
License:
Copyright (c) 2008 Jarrett Billingsley
This software is provided 'as-is', without any express or impl... | D |
func int C_NpcIsGateGuard(var C_Npc slf)
{
if(Npc_IsInState(slf,ZS_Guard_Passage))
{
return TRUE;
}
else
{
return FALSE;
};
return FALSE;
};
| D |
// Copyright © 2011, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/charge/charge.d (GPLv2 only).
module lib.xml.xml;
import std.regexp : RegExp;
import std.string : format;
import std.file : read;
import charge.util.vector;
import charge.util.memory;
class Node
{
Element parent;
abstrac... | D |
const int fight_potions_time = 45;
func int Get_IntFragment(var int l,var int from, var int to)
{ //(54321,4,2)=432
l=(l%(Math_Power(10,to)));//(54321%10000)=4321
l=l/Math_Power(10,from-1);//4321/10%1=432,1
l=l-(l%1);//432,1-0,1=432
return l;
};
func void temp_potion_unequip(var int att)
{
var c_item rangedwea... | D |
module HackLib;
// By Deen O'Connor
pragma(lib, "advapi32");
pragma(lib, "psapi");
pragma(lib, "user32");
pragma(lib, "wtsapi32");
import std.conv;
import std.stdio;
import std.regex;
import std.string;
import core.thread;
import core.time : dur;
import core.stdc.string;
import core.sys.windows.psapi;
import core.... | D |
/*==========================================================================;
*
* Copyright (C) Microsoft Corporation. All Rights Reserved.
*
* File: d3d9caps.h
* Content: Direct3D capabilities include file
*
***************************************************************************/
modu... | 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="jdbc.notation#_D18n0P5iEeGpY5zdayl... | D |
instance DIA_Addon_Pardos_NW_EXIT(C_Info)
{
npc = STRF_1127_Addon_Pardos_NW;
nr = 999;
condition = DIA_Addon_Pardos_NW_EXIT_Condition;
information = DIA_Addon_Pardos_NW_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Pardos_NW_EXIT_Condition()
{
return TRUE;
};
func void DIA_Add... | 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 |
instance DIA_Addon_Bloodwyn_EXIT(C_Info)
{
npc = BDT_1085_Addon_Bloodwyn;
nr = 999;
condition = DIA_Addon_Bloodwyn_EXIT_Condition;
information = DIA_Addon_Bloodwyn_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Bloodwyn_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Blo... | D |
// Euler1 in D
import std.stdio;
int euler1(int n) {
int retval = 0;
for (int i=1; i<n; i++) {
if (i%3 == 0 || i%5 == 0) {
retval += i;
}
}
return retval;
}
int main(char[][] args)
{
writef( euler1(1000) );
return 0;
}
| D |
an elaborate and systematic plan of action
the branch of military science dealing with military command and the planning and conduct of a war
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.