code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/home/peter/src/rustembedded/ozlockcon2019/target/thumbv6m-none-eabi/debug/deps/libstable_deref_trait-b9a91494e506984c.rlib: /home/peter/.cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.1.1/src/lib.rs
/home/peter/src/rustembedded/ozlockcon2019/target/thumbv6m-none-eabi/debug/deps/stable_deref_trait... | D |
import std.stdio;
void main(){
string str;
write("Enter a Sentence or Paragraph: ");
readf("%s\n", &str);
writeln("Number of Words: ", countWords(str));
}
int countWords(string inputStr){
uint numWords = 0;
foreach(c; inputStr){
if(c==' '){
numWords++;
}
}
return numWords+1;
}
| D |
/Users/miladmehrpoo/Desktop/Helloworld/.build/debug/Leaf.build/Tag/Models/Import.swift.o : /Users/miladmehrpoo/Desktop/Helloworld/Packages/Leaf-1.0.2/Sources/Leaf/Argument.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Leaf-1.0.2/Sources/Leaf/Byte+Leaf.swift /Users/miladmehrpoo/Desktop/Helloworld/Packages/Leaf-1... | D |
module tpl.stream;
import dinrus, sys.WinIfaces, sys.WinConsts, cidrus;
protected бул пробел(сим c) {
return c == ' ' || c == '\t' || c == '\r' || c == '\n';
}
protected бул цифра(сим c) {
return c >= '0' && c <= '9';
}
protected бул цифра8(сим c) {
return c >= '0' && c <= '7';
}
protected бул... | D |
instance DIA_Addon_Samuel_EXIT(C_Info)
{
npc = PIR_1351_Addon_Samuel;
nr = 999;
condition = DIA_Addon_Samuel_EXIT_Condition;
information = DIA_Addon_Samuel_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Samuel_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_Samuel_EXIT_I... | D |
/**
* Queues.
*/
module asynchronous.queues;
import std.algorithm;
import std.exception;
import std.range;
import std.typecons;
import asynchronous.events : EventLoop, getEventLoop;
import asynchronous.futures : Waiter;
import asynchronous.locks : Event;
import asynchronous.tasks : waitFor;
import asynchronous.types... | D |
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/ejabberd/files/ejabberd-2.0.4.confd,v 1.1 2009/03/21 12:29:53 caleb Exp $
# Modified for AgiliaLinux: 2011, by aix27249
# Name of your ejabberd node. Used by ejabberdctl ... | D |
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/HorizontalBarChartRenderer.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/Document... | D |
module sqld.test.update;
version(unittest):
import sqld.ast;
import sqld.select_builder;
import sqld.test.test_visitor;
import sqld.update_builder;
@system unittest
{
auto v = new TestVisitor;
auto u = table("users");
auto b = UpdateBuilder.init;
b.update(u)
.set("banned", true)
.set("act... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
alias B = Tuple!(long, "p", long, "q", int, "r", int, "b");
void main()
{
auto N = readln.chomp.to!int;
auto ps = new int[](N);
B[] bs;
foreach (_; 0..N) {
auto pqrb... | D |
module kissrpc.RpcBinaryPackage;
import kissrpc.Endian;
import kissrpc.Unit;
import kissrpc.Logs;
import snappy.snappy;
import std.stdio;
import std.experimental.logger;
import std.format;
enum RPC_PACKAGE_STATUS_CODE
{
RPSC_OK,
RPSC_FAILED,
}
class RpcBinaryPackage
{
this(RPC_PACKAGE_PROTOCOL tpp, ulong msgId... | D |
/*
REQUIRED_ARGS: -preview=rvaluerefparam
TEST_OUTPUT:
---
fail_compilation/ice8255.d(12): Error: Cannot pass argument `F().f((G()))` to `pragma msg` because it is `void`
---
*/
struct G {}
struct F(T) { void f(ref T) {} }
pragma(msg, F!G().f(G.init));
| D |
/Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/build/Ingenium.build/Release-iphonesimulator/Ingenium.build/Objects-normal/i386/addHotspotVC.o : /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/TutorDetailVC.swift /Users/varun/Documents/2015Desktop/SwiftAdventures/Ingenium/Ingenium/Sprin... | D |
func int B_TeachThiefTalent(var C_Npc slf,var C_Npc oth,var int talent)
{
var int kosten;
kosten = B_GetLearnCostTalent(oth,talent,1);
if((talent != NPC_TALENT_PICKLOCK) && (talent != NPC_TALENT_SNEAK) && (talent != NPC_TALENT_ACROBAT) && (talent != NPC_TALENT_PICKPOCKET))
{
Print("*** ERROR: Wrong Parameter ***... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice13835.d(15): Error: value of 'this' is not known at compile time
fail_compilation/ice13835.d(21): Error: template instance ice13835.Foo!int error instantiating
---
*/
class Foo(T)
{
private T* _data;
final private void siftUp(int position) nothrow
{
static T... | D |
module project_euler.foundation;
import std.algorithm : sort;
import std.random : uniform;
import std.range : assumeSorted;
import std.traits : Unqual;
import std.typetuple : TypeTuple;
import system.linq : first;
/// 指定した $(D_KEYWORD uint) の 10 進表現における桁数を取得します。
///
/// Params:
/// value = 桁数を取得する対象の値。
///
/// Return... | D |
/Users/marvinevins/Library/Autosave\ Information/ToDoAppListProject/DerivedData/ToDoAppListProject/Build/Intermediates.noindex/ToDoAppListProject.build/Debug-iphonesimulator/ToDoAppListProject.build/Objects-normal/x86_64/ToDoItem.o : /Users/marvinevins/Library/Autosave\ Information/ToDoAppListProject/ToDoAppListProject... | D |
// URL: https://atcoder.jp/contests/abc100/tasks/abc100_d
import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string;
auto rdsp(){return readln.splitter;}
void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;}
void pickV(R,T...)(ref R r,ref T t){foreach(ref v;t)pick(r... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 1 sediments, sandstones, siltstones
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 1 extrusives
219.300003 -4.199... | D |
.hd bs1 "shell backstop program" 01/03/83
bs1
.ds
'Bs1' is a shell file that executes the program 'guess'
when a command is not found in a user's search rule.
This program is identical to 'bs' except that it calls
'guess' with an argument of "1" for <maxcost>. This
significantly reduces the search time, but restricts ... | D |
instance BDT_10309_Addon_RangerBandit_L(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 10309;
voice = 13;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_NORMAL;
EquipItem(self,ItMw_1h_Vlk_Sword);
CreateInvItem(self,ItRi_Addon_BanditTrader);
B_Cr... | D |
/Users/william/Projects/studySocial/studySocial/build/studySocial.build/Debug-iphonesimulator/studySocial.build/Objects-normal/x86_64/GroupSelectViewController.o : /Users/william/Projects/studySocial/studySocial/studySocial/AppDelegate.swift /Users/william/Projects/studySocial/studySocial/studySocial/FriendStatusTableV... | D |
module day5.part1.main;
import std;
enum Opcode
{
add = 1,
multiply = 2,
input = 3,
output = 4,
halt = 99
}
enum ParameterMode
{
position = 0,
immediate = 1
}
struct Parameter
{
int value;
ParameterMode mode;
ref int derefIfNeeded(int[] memory)
{
if (mode == Para... | D |
/home/jamil/Desktop/usart/target/rls/debug/build/cortex-m-9e8e09f482b8ef1f/build_script_build-9e8e09f482b8ef1f: /home/jamil/.cargo/registry/src/github.com-1ecc6299db9ec823/cortex-m-0.5.10/build.rs
/home/jamil/Desktop/usart/target/rls/debug/build/cortex-m-9e8e09f482b8ef1f/build_script_build-9e8e09f482b8ef1f.d: /home/ja... | D |
module perfontain.meshholder.atlas;
import std.range, std.algorithm, perfontain, stb.rectpack, stb.rectpack.binding;
final class AtlasHolderCreator : HolderCreator
{
this(in MeshInfo[] meshes, ubyte type, ubyte flags = 0)
{
super(meshes, type, flags);
}
protected:
override void makeData(ref HolderData res)
{
... | D |
// This source code is in the public domain.
// Cairo: Fill an Outlined Rectangle
import std.stdio;
import std.conv;
import gtk.MainWindow;
import gtk.Main;
import gtk.Box;
import gtk.Widget;
import cairo.Context;
import gtk.DrawingArea;
void main(string[] args)
{
TestRigWindow testRigWindow;
Main.init(args);
... | D |
module android.java.javax.microedition.khronos.opengles.GL11;
public import android.java.javax.microedition.khronos.opengles.GL11_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!GL11;
import import3 = android.java.java.lang.Class;
| D |
/Users/zaidtayyab/Desktop/Template/Build/Template/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftMessages.build/Objects-normal/x86_64/PassthroughWindow.o : /Users/zaidtayyab/Desktop/Template/Pods/SwiftMessages/SwiftMessages/AccessibleMessage.swift /Users/zaidtayyab/Desktop/Template/Pods/SwiftMessages/SwiftMe... | D |
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/CBridge.o : /Users/yq/Project/Swift/SwiftGroup/Pods/HandyJSON/Source/Metadata.swift /Users/yq/Project/Swift/SwiftGroup/Pods/HandyJSON/Source/CBridge.swift /Users/yq/Project/Swift/SwiftGr... | D |
module interrupt;
//TODO: consider specializing this as 8259.d or similar
//TODO: implement APIC, xAPIC and x2APIC
import cpuio;
import assertpanic;
import screen;
import virtmemory;
import keyboard;
import timer;
enum EXCEPTION
{
DIVIDE_BY_ZERO,
DEBUG,
NMI,
BREAKPOINT,
OVERFLOW,
BOUND_EXCEED,
INVALID_OPCODE,... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Core.build/DataCoders.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources/Core/Data+Base64URL.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/core.git-8539409652594754783/Sources... | D |
module Kanan.connector;
import Kanan.rsvData;
import Kanan.sendData;
import Kanan.field;
import std.socket;
import std.conv;
import std.stdio;
import std.string : split;
class KananConnector {
this(string ip, ushort port) {
this.ip = ip;
this.port = port;
}
this() {
this.ip = "127.0.0.1";
this... | D |
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/Leaf.build/Objects-normal/x86_64/Loop.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Leaf-1.0.3/Sources/Leaf/Argument.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Leaf-1.0.3/Sources/Leaf/Byte+Leaf.swift /Users/kimhyewon/Documents/Server... | D |
module rocl.gui.misc;
import std, perfontain, rocl, rocl.paths, ro.conv, ro.conv.item;
void registerHotkeys()
{
foreach (i; 0 .. 36)
{
auto dg = {
uint idx = i, k;
if (idx > 8)
{
auto n = idx - 9;
auto hotkeys = `qwertyuioasdfghjklzxcvbnm`;
k = n >= hotkeys.length ? [
SDLK_COMMA, /*SDL... | D |
instance DIA_Talbin_EXIT(DIA_Proto_End)
{
npc = CMP_Talbin;
};
///////////////////////////// ЕЛЕНА ///////////////////////////////
//-----------------------------------------
instance DIA_Talbin_Elena_ShadowFur(C_INFO)
{
npc = CMP_Talbin; nr = 20;
condition = DIA_Talbin_Elena_ShadowFur_cond;
information = DIA... | D |
//学习C++编程 learning C++programing language!
//thanks for watching!
| D |
/Users/lizziesiegle/Desktop/server/DerivedData/server/Build/Intermediates/server.build/Debug/KituraNet.build/Objects-normal/x86_64/FastCGIRecordParser.o : /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/KituraNet/BufferList.swift /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/... | D |
/*******************************************************************************
* Copyright (c) 2006 The Pampered Chef, Inc. 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 |
/**
* testApplication.d
* dockwork test
* August 18, 2013
* Brandon Surmanski
*/
module testApplication;
public import dw.system.application;
import testDeviceFactory;
import dw.input.glfw.inputDevice;
import dw.system.glfw.window;
class TestApplication : Application
{
GlfwWindow window;
this()
{
... | D |
/** Contains fundamental and other widely used constants
*
* $(DDOC_SECTION_H System of units:) symmetric SI
* Origin: $(LINK2 http://physics.nist.gov/cuu/index.html,
* The NIST Reference on Constants, Units, and Uncertainty)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
/Users/briankaty1/Documents/iPhone_Projects/API_Demo/build/API_Demo.build/Debug-iphonesimulator/API_Demo.build/Objects-normal/x86_64/ViewController.o : /Users/briankaty1/Documents/iPhone_Projects/API_Demo/API_Demo/ViewController.swift /Users/briankaty1/Documents/iPhone_Projects/API_Demo/API_Demo/AppDelegate.swift /Appl... | D |
/home/remo/Desktop/Misc/vs/rust/IOT Qtr 2/Ass-4/ass4/target/debug/deps/ass4-ecec2ec5aa328969.rmeta: src/main.rs
/home/remo/Desktop/Misc/vs/rust/IOT Qtr 2/Ass-4/ass4/target/debug/deps/ass4-ecec2ec5aa328969.d: src/main.rs
src/main.rs:
| D |
INSTANCE Mod_6006_SLD_Lee_GDG (Npc_Default)
{
// ------ NSC ------
name = "Lee";
guild = GIL_NONE;
id = 6006;
voice = 4; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_FRIEND;
// ------ AIVARS ------
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IG... | 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 distributed in th... | D |
instance VLK_588_Buddler(Npc_Default)
{
name[0] = NAME_Buddler;
npcType = Npctype_MINE_Ambient;
guild = GIL_VLK;
level = 5;
voice = 2;
id = 588;
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERITY] = 15;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 100;
attribute[A... | D |
/Users/karthika/Documents/NewsApp/Build/Intermediates/NewsApp.build/Debug-iphonesimulator/NewsApp.build/Objects-normal/x86_64/NewsAPI.o : /Users/karthika/Documents/NewsApp/NewsApp/API-Services/NewsAPI.swift /Users/karthika/Documents/NewsApp/NewsApp/ViewControllers/NewsListTable/NewsListDataSource.swift /Users/karthika/... | 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/_lmuse.d)
*/
module core.sys.windows.lmuse;
version (Windows):
pragma(lib, "netapi32");
import core.sys.win... | D |
/Users/justinlew/Documents/iOS_dev/mealify.io/DerivedData/mealify/Build/Intermediates.noindex/mealify.build/Debug-iphonesimulator/mealify.build/Objects-normal/x86_64/ViewControllerJ.o : /Users/justinlew/Documents/iOS_dev/mealify.io/ViewController1.swift /Users/justinlew/Documents/iOS_dev/mealify.io/ViewController2.swif... | D |
/Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/AFIError.o : /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/AlamofireImage/Source/Image.swift /Users/RyanLiao/Desktop/XCodeWorkspace/Parstagram/Pods/Alamofire... | D |
const int SPL_Cost_Waterfist = 25;
const int SPL_DAMAGE_Waterfist = 125;
instance Spell_Waterfist(C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_DAMAGE_Waterfist;
damagetype = DAM_MAGIC;
};
func int Spell_Logic_Waterfist(var int manaInvested)
{
if(Npc_GetActiveSpellIsScroll(self) && (self.attribute[... | D |
//------------------------------------------------------------------------------
// Copyright 2014-2019 Coverify Systems Technology
// Copyright 2012 Aldec
// Copyright 2007-2012 Mentor Graphics Corporation
// Copyright 2018 Qualcomm, Inc.
// Copyright 2014 Intel Corporation
// Copyright 2010-2013 Synopsys, Inc.
// Cop... | D |
instance Mod_2001_BAU_Horatio_MT (Npc_Default)
{
//-------- primary data --------
name = "Horatio";
npctype = npctype_main;
guild = GIL_MIL;
level = 8;
voice = 0;
id = 2001;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
//-------- visuals --------
// animations
... | D |
import vibe.http.fileserver;
import vibe.http.router;
import vibe.http.server;
auto fileServerSettings = new HTTPFileServerSettings;
fileServerSettings.encodingFileExtension = ["gzip" : ".gz"];
router.get("/gzip/*", serveStaticFiles("./public/", fileServerSettings)); // use gzip
router.get("*", serveStaticFiles("./publ... | D |
/*! For license information please see app-ac1fb67d7d9e25757b2d.js.LICENSE.txt */
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{"+7hJ":function(e,t,n){var r=n("REpN"),i=n("VZLR"),o=n("u5or"),a=n("Bgjm"),s=n("i18P"),u=n("krUJ"),l=n("E9J1"),c=n("zqdB").CONFIGURABLE,h=l.get,f=l.enforce,d=String(String).split("S... | D |
func void zs_mm_rtn_sleeper()
{
Npc_SetPercTime(self,1);
self.aivar[AIV_MM_PRIORITY] = PRIO_EAT;
Perception_Set_Monster_Rtn();
b_staminainvent();
Npc_PercEnable(self,PERC_ASSESSPLAYER,B_MM_AssessPlayer);
Npc_PercEnable(self,PERC_ASSESSTALK,B_AssessTalk);
AI_SetWalkMode(self,NPC_WALK);
B_MM_DeSynchronize();
if... | D |
//
// Simple curses-based GUI toolkit, checkbox widget
//
// Copyright (C) 2007-2011 Novell (http://www.novell.com)
// Copyright (C) 2018 Joachim de Groot
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to dea... | D |
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Polymorphic.build/String+Polymorphic.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Polymorphic-1.0.1/Sources/Polymorphic.swift /Users/KyleBlazier/Documents/Development/Xcode/Se... | D |
/* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... | D |
module http.Server;
import hunt.event;
import hunt.io;
import hunt.logging.ConsoleLogger;
import hunt.system.Memory : totalCPUs;
import hunt.util.DateTime;
import std.array;
import std.conv;
import std.json;
import std.socket;
import std.string;
import http.Parser;
import http.Processor;
shared static this() {
Dat... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/App.build/Models/Message.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/Sources/App/Models/Message.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/Sources/App/Setup/Config+Setup.swift /Users/AleixDiaz/Desktop/Va... | D |
module rdx.AnonymousObserver;
import rdx.Observer;
import rdx.utilities : nop_void, thrower;
final class AnonymousObserver ( TValue ) : Observer!TValue {
private void delegate( TValue ) _next;
private void delegate( Throwable ) _error;
private void delegate( ) _complete;
this( void delegate( TValue ) onNext, ... | 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 |
import gltf2opengl, gltf2;
import std.stdio;
import std.file : read;
import glviewer;
import std.algorithm, std.range;
import gl3n.math, gl3n.linalg;
import vector;
import derelict.glfw3, derelict.opengl;
import std.datetime.stopwatch;
struct Camera {
float3 bbox_max, bbox_min;
this ( GL_glTFRoot obj ) {
// f... | D |
const string Topic_Addon_Logan = "Охота на болотных акул";
const string Topic_Addon_Stoneplate = "Каменная табличка в болотах";
const string Topic_Addon_Franco = "Вперед, в лагерь бандитов";
const string Topic_Addon_Senyan = "Смертельная ситуация";
const string Topic_Addon_Esteban = "Покушение на убийство";
const stri... | D |
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/a19a.d
// PERMUTE_ARGS:
import imports.a19a;
int main(char[][] args)
{
TemplatedStruct!(Dummy) e;
return 0;
}
| D |
module hunt.http.server.HttpServerResponse;
import hunt.http.codec.http.model.HttpFields;
import hunt.http.codec.http.model.HttpVersion;
import hunt.http.codec.http.model.MetaData;
class HttpServerResponse : HttpResponse {
this() {
super(HttpVersion.HTTP_1_1, 200, new HttpFields());
}
this(int status, HttpFiel... | D |
/Users/georgegilliland/IdeaProjects/bpm_counter/target/debug/deps/adler32-b4cee8077a4be376.rmeta: /Users/georgegilliland/.cargo/registry/src/github.com-1ecc6299db9ec823/adler32-1.2.0/src/lib.rs
/Users/georgegilliland/IdeaProjects/bpm_counter/target/debug/deps/libadler32-b4cee8077a4be376.rlib: /Users/georgegilliland/.c... | D |
instance org_5061_bandit(Npc_Default)
{
name[0] = "Bandzior";
npcType = npctype_main;
guild = GIL_ORG;
level = 9;
voice = 11;
id = 5061;
attribute[ATR_STRENGTH] = 40;
attribute[ATR_DEXTERITY] = 40;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 166;
attribute[ATR_HITPO... | 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 |
/Users/heart/Myfiles/NX/iOS/Build/Intermediates/NXFramework.build/Debug-iphoneos/NXFramework.build/Objects-normal/arm64/Bridge.o : /Users/heart/Myfiles/NX/iOS/NXFramework/NXFramework/Bridge.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64/Swift.swiftmodul... | D |
module wx.NumberDialog;
public import wx.common;
public import wx.Dialog;
//! \cond EXTERN
static extern (C) IntPtr wxNumberEntryDialog_ctor(IntPtr parent, string message, string prompt, string caption, int value, int min, int max, inout Point pos);
static extern (C) void wxNumberEntryDialog_dtor(IntPtr self);
static ... | D |
/Users/MohamedNawar/Desktop/marvelt/build/Marvel.build/Debug-iphonesimulator/Marvel.build/Objects-normal/x86_64/Comic.o : /Users/MohamedNawar/Desktop/marvelt/Marvel/API/API.swift /Users/MohamedNawar/Desktop/marvelt/Marvel/Model/Comic.swift /Users/MohamedNawar/Desktop/marvelt/Marvel/Model/Resource.swift /Users/MohamedNa... | D |
module android.java.android.hardware.ConsumerIrManager_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.android.hardwar... | D |
/**
Dynamic arrays with deterministic memory usage
akin to C++'s std::vector or Rust's std::vec::Vec
*/
module automem.vector;
import automem.traits: isGlobal;
import std.range.primitives: isInputRange;
import std.experimental.allocator: theAllocator;
import std.experimental.allocator.mallocator: Mallocator;
... | D |
/*******************************************************************************
copyright: Copyright (c) 2006 James Pelcis. все rights reserved
license: BSD стиль: $(LICENSE)
version: Initial release: August 2006
author: James Pelcis
**********... | D |
/**
* ddc: C compability external functions.
*
* It's a set of C runtime external bindings and enumerations and aliases to
* aid development in betterC modes.
*
* Why? Because some functions are externed as (D) in core.stdc, which does not
* mangle well with the linker, since the linker will mangle those names a... | D |
/++ Auto-generated C API bindings. +/
/*
** 2001-09-15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than y... | D |
module gui.serverinterface;
import std.conv : to;
import core.sync.mutex;
import game : game;
import globals : g_worldPath;
import gui.all;
import gui.debuginfo;
import cgy.logger.log;
import main : EventAndDrawLoop;
import cgy.util.filesystem;
import cgy.util.rect;
import cgy.util.traits;
import cgy.util.util;
impo... | D |
C
C *** / P T R C O M / ***
C
C PROGRAM INTERFACE POINTER SAVE BLOCK.
C
COMMON /PTRCOM/ INDNUM(10),MAXGET(10),NEXPOS,NEXPOT
C
C VARIABLE DEFINITIONS:
C INDNUM--ARRAY OF POINTER NUMBERS IN USE
C MAXGET--ARRAY OF INITIAL "NTUPLE" VALUES
C MAXGET--ARRAY OF INITIAL NTUPLE VALUES
C NEXPOS... | D |
/home/kapura1/src/scratchpad/rust/loops/target/rls/debug/deps/loops-8400e7e9c162a8b7.rmeta: src/main.rs
/home/kapura1/src/scratchpad/rust/loops/target/rls/debug/deps/loops-8400e7e9c162a8b7.d: src/main.rs
src/main.rs:
| D |
/Users/olegp/Desktop/XCoordinatorPlayground/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Timeout.o : /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/olegp/Desktop/XCoordinatorPlayground/Pods/RxSwift/RxSwift/Observables/Sin... | D |
// https://issues.dlang.org/show_bug.cgi?id=20401
void main()
{
int i;
assert(&passthrough(i) == &i);
}
ref int passthrough(return ref int i)
{
return get().flag ? i : i;
}
S get() { return S(); }
struct S
{
bool flag;
~this(){}
}
| D |
instance BDT_10006_Addon_Bandit(Npc_Default)
{
name[0] = NAME_Bandit;
guild = GIL_BDT;
id = 10006;
voice = 1;
flags = 0;
npcType = NPCTYPE_BL_AMBIENT;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_NORMAL;
EquipItem(self,ItMw_1h_Sld_Sword_New);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,... | D |
void foo(
string a,
string b
) {}
void foo() {
bar(
1,
2
);
} | D |
module sys.msscript;
private import sys.activex, sys.WinIfaces;
//pragma(lib,"DRwin32.lib");
class СкриптДвижок
{
private АктивОбъ m_axo;
private ткст м_движок = "VBScript";
this(ткст движок)
{
м_движок = движок;
}
~this()
{
}
public проц пуск()
{
debug _скажинс("З... | D |
module dhe.graphics.all;
public {
import dhe.graphics.compoundimage;
import dhe.graphics.image;
} | D |
instance RuneSword_chainlightning(Npc_Default)
{
/* var string name;
var string slot;//vfxname
var string spawnPoint;//sfxname
var int id;
var int flags;//chargecost
var int voice;//damage
var int npctype;//damagetype
var int lp;//runetype
0-NEUTRAL
1-DARK
2-FIRE
3-LIGHT
4-WATER
5-WIND
*/
name = "Grom";... | D |
/*
uname: Print information about the operating system.
Written by: chaomodus
2019-10-13T19:11:00
*/
import std.stdio;
import std.string;
import std.algorithm: canFind;
import core.stdc.errno;
import core.sys.posix.sys.utsname;
import core.stdc.stdio: perror;
int main(string[] args) {
utsname info;
int... | D |
cause or allow (a solid substance) to flow or run out or over
eject the contents of the stomach through the mouth
| D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/charge/charge.d (GPLv2 only).
module charge.game.scene.debugger;
import std.string : sformat;
static import std.gc;
static import gcstats;
static import lib.sdl.sdl;
static import lib.lua.state;
static import charge.gfx.vbo;
... | 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 |
/**
* Implements the serialization of a lambda function.
*
* The serializationis computed by visiting the abstract syntax subtree of the given lambda function.
* The serialization is a string which contains the type of the parameters and the string
* represantation of the lambda expression.
*
* Copyright:... | D |
instance DIA_Addon_10023_Wache_EXIT(C_Info)
{
npc = BDT_10023_Addon_Wache;
nr = 999;
condition = DIA_Addon_10023_Wache_EXIT_Condition;
information = DIA_Addon_10023_Wache_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_10023_Wache_EXIT_Condition()
{
return TRUE;
};
func void DIA... | D |
/Users/henriknafo/code/loginAPI/target/debug/build/bitflags-a7f170b035de5e72/build_script_build-a7f170b035de5e72: /Users/henriknafo/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/build.rs
/Users/henriknafo/code/loginAPI/target/debug/build/bitflags-a7f170b035de5e72/build_script_build-a7f170b035de5e72.d:... | D |
/***********************************************************************\
* odbcinst.d *
* *
* Windows API header module *
* ... | D |
/Users/Matt/iOS/RoadInfo/DerivedData/RoadInfo/Build/Intermediates/RoadInfo.build/Release-iphoneos/RoadInfo.build/Objects-normal/arm64/Complex.o : /Users/Matt/iOS/RoadInfo/RoadInfo/ChristchurchEvent.swift /Users/Matt/iOS/RoadInfo/RoadInfo/XMLParser.swift /Users/Matt/iOS/RoadInfo/RoadInfo/MapController.swift /Users/Matt/... | D |
instance GRD_206_Gardist(Npc_Default)
{
name[0] = NAME_Gardist;
npcType = npctype_guard;
guild = GIL_GRD;
level = 15;
voice = 6;
id = 206;
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 50;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 220;
attribute[ATR_HIT... | D |
extern(C) int printf(const char*, ...);
enum
{
T_char,
T_wchar,
T_dchar,
T_bit,
T_byte,
T_ubyte,
T_short,
T_ushort,
T_int,
T_uint,
T_long,
T_ulong,
}
int dotype(char x) { return T_char; }
int dotype(bool x) { return T_bit; }
int dotype(byte x) { return T_byte; }
int do... | D |
/Users/davalcato/Desktop/iOS/TableViewCollapse/Build/Intermediates/TableViewCollapse.build/Debug-iphonesimulator/TableViewCollapse.build/Objects-normal/x86_64/ViewController.o : /Users/davalcato/Desktop/iOS/TableViewCollapse/TableViewCollapse/VCfiles/SimpleVC.swift /Users/davalcato/Desktop/iOS/TableViewCollapse/TableVi... | D |
instance Org_844_Lefty(Npc_Default)
{
name[0] = "Лефти";
npcType = npctype_main;
guild = GIL_ORG;
level = 8;
voice = 7;
id = 844;
attribute[ATR_STRENGTH] = 30;
attribute[ATR_DEXTERITY] = 30;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 136;
attribute[ATR_HITPOINTS] =... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.