code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
// Written in the D programming language.
/**
This module contains opengl based drawing buffer implementation.
To enable OpenGL support, build with version(USE_OPENGL);
Synopsis:
----
import dlangui.graphics.gldrawbuf;
----
Copyright: Vadim Lopatin, 2014
License: Boost License 1.0
Authors: Vadim Lopatin, cool... | D |
/Users/macbook/Desktop/BookFarm/build/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/SessionDelegate.o : /Users/macbook/Desktop/BookFarm/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/macbook/Desktop/BookFarm/Pods/Kingfisher/Sources/General/Deprecated.swift /Users/macbook/Desktop/BookF... | D |
/**
* Contains all implicitly declared types and variables.
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright, Sean Kelly
*
* Copyright Digital Mars 2000 - 2011.
* Distributed under the Boost Software Lice... | D |
/***************************************************
CHAPTER 3 ITEMS
***************************************************/
//Ramon Chests (Quest ID: 553)
const int Value_RamonChests = 200;
//#############################################
// Grog
//#############################################
//--------------------... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2016 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 |
/*
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 Sof... | 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 |
<?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_5_banking-1151... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
289.600006 75.1999969 1.79999995 73.1999969 11 19 -31.6000004 145.600006 9338 2.5 2.5 sediments, saprolite
294.399994 82.9000015 1.89999998 472.299988 8 23 -33.5999985 150.600006 1154 2.0999999 2.79999995 sediments
236.600006 78.5 0 7.5 0 35 -17.20... | D |
#!/usr/bin/env dub
/+dub.sdl:
dependency "dmd" path="../.."
+/
void main()
{
import dmd.astbase;
import dmd.globals;
import dmd.parse;
scope parser = new Parser!ASTBase(null, null, false);
assert(parser !is null);
}
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1983-1998 by Symantec
* Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
/**
* Code to do the Data Flow Analysis (doesn't act on the data).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost... | D |
/*******************************************
* NSC benutzt Kochkessel *
*******************************************/
FUNC VOID ZS_MineBellows ()
{
PrintDebugNpc (PD_TA_FRAME,"ZS_MineBellows");
B_SetPerception (self);
if (!C_BodyStateContains(self, BS_MOBINTERACT_INTERRUPT))
{
AI_SetWalkmode ... | D |
module component.rotating_triangle;
import derelict.opengl;
import manager.component;
import util.math;
import util.gl;
class RotatingTriangle : IComponent
{
import std.math;
GLProgram program;
double t = 0;
const vertex_count = 15;
string vertex_shader_text =
"#version 330 core\n" ~
"lay... | D |
module renderer.renderer;
import std;
import bindbc.opengl;
import bindbc.sdl;
import inmath.linalg;
import glamour.shader;
import glamour.texture;
import glamour.vao;
import glamour.vbo;
import glamour.util;
import renderer.coloredtexturerenderer;
import window;
class Renderer
{
int xres;
int yres;
publi... | D |
import std.stdio;
import std.socket;
import buffer;
import buffer.rpc.client;
mixin(LoadBufferScript!`
message LoginInfo {
string name;
string password;
}
message LoginRetInfo {
int32 id;
string name;
}
`);
ubyte[] TcpRequestHandler(ubyte[] data)
{
TcpSocket sock... | D |
module foo.bar;
import core.vararg;
void writeln(T...)(T)
{
}
pragma (lib, "test");
pragma (msg, "Hello World");
pragma (linkerDirective, "/DEFAULTLIB:test2");
static assert(true, "message");
alias mydbl = double;
alias fl1 = function ()
in
{
}
in (true)
out (; true)
out (r; true)
out
{
}
out(r)
{
}
do
{
return 2;
}
;... | D |
module alglib.interpolation;
import alglib.ap;
import alglib.internal;
import alglib.misc;
import alglib.linalg;
import alglib.solvers;
import alglib.optimization;
import alglib.specialfunctions;
import alglib.integration;
struct idwinterpolant
{
ae_int_t n;
ae_int_t nx;
ae_int_t d;
double r;
ae_in... | D |
//-----------------------------------------------------------------------------
// wxD - MemoryDC.d
// (C) 2005 bero <berobero@users.sourceforge.net>
// based on
// wx.NET - MemoryDC.cs
//
/// The wxBufferedDC and wxMemoryDC wrapper classes.
//
// Written by Bryan Bulten (bryan@bulten.ca)
// (C) 2003 by Bryan ... | D |
/Users/jaison/Documents/Drive/custom-api/.build/debug/Jay.build/ObjectParser.swift.o : /Users/jaison/Documents/Drive/custom-api/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/jaison/Documents/Drive/custom-api/Packages/Jay-1.0.1/Sources/Jay/BooleanParser.swift /Users/jaison/Documents/Drive/custom-api/Packages/J... | D |
/Users/yunyunchen1/dev/mojo-test/build/Pods.build/Debug-iphonesimulator/TinyConstraints.build/Objects-normal/x86_64/Stack.o : /Users/yunyunchen1/dev/mojo-test/Pods/TinyConstraints/TinyConstraints/Classes/Constrainable.swift /Users/yunyunchen1/dev/mojo-test/Pods/TinyConstraints/TinyConstraints/Classes/Stack.swift /Users... | D |
/Users/joshblatt/Projects/learning-casper/task1/tests/target/debug/build/crunchy-575b8330c1f4e441/build_script_build-575b8330c1f4e441: /Users/joshblatt/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs
/Users/joshblatt/Projects/learning-casper/task1/tests/target/debug/build/crunchy-575b8330c1f4e44... | D |
/++
This is a submodule of $(MREF mir, ndslice).
Safety_note:
User-defined iterators should care about their safety except bounds checks.
Bounds are checked in ndslice code.
License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0)
Copyright: 2020 Ilia Ki, Kaleidic Associates Advisory Limited, Symmetry... | D |
/*
Copyright (c) 2021 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execu... | D |
// ****************************************************
// CRYSTALPOWER_S1
// --------------
// Funktion wird durch Runentisch-Mobsi-Benutzung aufgerufen!
// benötigtes Item dafür: ItMi_RuneBlank
// *****************************************************
FUNC VOID CRYSTALPOWER_S1 ()
{
var C_NPC her; her = Hlp_GetNpc(P... | D |
module bst.contents;
import bst.node;
int[] contents(Node* root) {
if (root == null) return [];
return contents(root.c[0]) ~ [root.value] ~ contents(root.c[1]);
}
| D |
/Users/Vishnu/QBurst/Internal/Pod/QAHelper/DerivedData/QAHelper/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/DateTransform.o : /Users/Vishnu/QBurst/Internal/Pod/QAHelper/Pods/ObjectMapper/Sources/CustomDateFormatTransform.swift /Users/Vishnu/QBurst/Internal/Pod/QAHelper/... | D |
an occurrence of something
a special set of circumstances
a comprehensive term for any proceeding in a court of law whereby an individual seeks a legal remedy
the actual state of things
a portable container for carrying several objects
a person requiring professional services
a person who is subjected to experimental o... | D |
import std.stdio;
alias int myint;
struct S { void bar() { } int x = 4; static int z = 5; }
class C { void bar() { } final void foo() { } static void abc() { } }
abstract class AC { }
class AC2 { abstract void foo(); }
class AC3 : AC2 { }
final class FC { void foo() { } }
enum E { EMEM }
/***************************... | 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.indentation;
import dparse.lexer;
/**
* Returns: true if the given token type is a wrap indent type... | 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... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
module xf.zig.Shield;
private {
import xf.dog.OpenGL;
import xf.dog.GLWrap;
import xf.maths.Misc;
import xf.maths.Vec;
extern (C) int printf(char* format, ...);
}
class Shield {
this(float radius) {
this.radius = radius;
}
void render(GL gl) {
const int segments = 16;
float[s... | D |
/**
*
*/
module hunt.wechat.bean.card.update.UpdateCash;
import hunt.wechat.bean.card.Cash;
/**
* 微信卡券-卡券管理-更改卡券信息接口(代金券)-请求参数
*
*
*/
class UpdateCash : AbstractUpdate {
/**
* 代金券
*/
private Cash cash;
/**
* @return 代金券
*/
public Cash getCash() {
return cash;
}
... | 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 |
/**
* Contains all implicitly declared types and variables.
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, Sean Kelly
*
* Copyright Digital Mars 2000 - 2011.
* Distributed under the Boost ... | D |
/**
Module implements Image utility class, and basic API for image manipulation.
Image class encapsulates image properties with minimal functionality. It is primarily designed to be used as I/O unit.
For any image processing needs, image data can be sliced to mir.ndslice.slice.Slice.
Example:
----
Image image = new... | D |
/**
* Widget module.
*
* License:
* MIT. See LICENSE for full details.
*/
module tkd.widget.state;
/**
* State values of widgets.
*/
enum State : string
{
normal = "normal", /// Normal state.
active = "active", /// Active state.
disabled = "disabled", /// Disabled state.
focus =... | D |
/**
Redis database client implementation.
Copyright: © 2012-2014 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, Michael Eisendle, Etienne Cimon
*/
module vibe.db.redis.redis;
public import vibe.core.net;
impo... | D |
module android.java.java.io.ByteArrayOutputStream;
public import android.java.java.io.ByteArrayOutputStream_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ByteArrayOutputStream;
import import1 = android.java.java.lang.Class;
| D |
// { dg-do compile { target i?86*-*-* x86_64-*-* } }
import gcc.attributes;
@target_clones("default")
int func() // { dg-warning "single .target_clones. attribute is ignored" }
{
return 0;
}
@target_clones("default")
int var = 0; // { dg-warning ".target_clones. attribute ignored" }
| D |
/Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/Build/Intermediates.noindex/PRIMs_cmd.build/Debug/PRIMs_cmd.build/Objects-normal/x86_64/Chunk.o : /Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/PRIMs_cmd/ConsoleIO.swift /Users/alice/Desktop/BottomUpLearning3/PRIMs_cmd/PRIMs_cmd/ConflictSetTrace.swift /Users/alice/Des... | D |
instance ORG_5060_BANDIT_EXIT(C_Info)
{
npc = org_5060_bandit;
nr = 999;
condition = org_5060_bandit_exit_condition;
information = org_5060_bandit_exit_info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int org_5060_bandit_exit_condition()
{
return TRUE;
};
func void org_5060_bandit_exit_i... | D |
/Users/adam/Projects/itunes_rss/Build/Intermediates.noindex/iTunesRSSFeed.build/Debug-iphonesimulator/iTunesRSSFeed.build/Objects-normal/x86_64/Response.o : /Users/adam/Projects/itunes_rss/iTunesRSSFeed/Networking/iTunesRSSAPI.swift /Users/adam/Projects/itunes_rss/iTunesRSSFeed/Models/Feed.swift /Users/adam/Projects/it... | D |
/*******************************************************************************
Provides global test client instance used from test cases to access
the node.
Copyright:
Copyright (c) 2015-2017 sociomantic labs GmbH. All rights reserved.
License:
Boost Software License Version 1.0... | 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 |
const int Value_SheepFur = 10;
const int Value_WolfFur = 15;
const int Value_Keilerfur = 15;
const int Value_IceWolfFur = 20;
const int Value_ReptileSkin = 20;
const int Value_WargFur = 60;
const int Value_ShadowFur = 150;
const int Value_IcePumaFur = 250;
const int Value_PumaFur = 200;
const int Value_SharkSkin = 80;... | 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 |
instance VLK_527_Buddler (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_ambient;
guild = GIL_NONE;
level = 12;
voice = 3;
id = 527;
//-------- abilities --------
attribute[ATR_STRENGTH] = 63;
attribute[ATR_DEXTERITY] =... | D |
module statement.doke_stmt;
import language.statement;
import program;
import pegged.grammar;
import std.string, std.conv;
import language.expression;
class Doke_stmt:Stmt
{
mixin StmtConstructor;
void process()
{
auto e1 = this.node.children[0].children[0];
auto e2 = this.node.children[0... | D |
/home/ki11j0y/Documents/Rust/Caesar_Cipher/target/debug/Caesar_Cipher: /home/ki11j0y/Documents/Rust/Caesar_Cipher/src/encrypt.rs /home/ki11j0y/Documents/Rust/Caesar_Cipher/src/main.rs
| D |
/Users/sjwu/video/HouseHold/Build/Intermediates/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/Filter.o : /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/String+MD5.swift /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/Resource.swift /Users/sjwu/video/HouseHold/Pods/Kingfisher/Sources/I... | D |
/Users/kando/Desktop/nri/nri-rcs-ios/PlaceMap/Build/Intermediates/PlaceMap.build/Debug-iphonesimulator/PlaceMap.build/Objects-normal/x86_64/AppDelegate.o : /Users/kando/Desktop/nri/nri-rcs-ios/PlaceMap/PlaceMap/PlaceDatabase.swift /Users/kando/Desktop/nri/nri-rcs-ios/PlaceMap/PlaceMap/MapDisplayViewController.swift /Us... | D |
/*
* Forest File Finder by erik wikforss
*/
module forest.events.mouseevent;
import forest.events.event;
import brew.vec;
class MouseEvent : Event
{
enum Name : string
{
pressed = "pressed",
released = "released",
motion = "motion",
wheel = "wheel"
}
Vec2... | D |
/**
Image manipulation module.
Copyright: Copyright Relja Ljubobratovic 2016.
Authors: Relja Ljubobratovic
License: $(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).
$(DL Module contains:
$(DD
$(LINK2 #resize, resize)
$(LINK2 #scale, scale)
... | D |
module engine.entities.gfx.light;
import engine.entities.entity;
import engine.gfx.bitmap;
import engine.maths.vector;
class Light : Entity
{
public:
this(vec2i position, int radius = 15, Color color = 0xFFFFFF, float intensity = 0.5)
{
_position = position;
_radius = radius;
_color = color;
_intensity = in... | D |
/Users/martin/Documents/programovanie/bc/RuLife/DerivedData/RunLife/Build/Intermediates/RunLife.build/Debug-iphoneos/RunLife.build/Objects-normal/armv7/StartWorkoutViewController.o : /Users/martin/Documents/programovanie/bc/RuLife/RuLife/AppDelegate.swift /Users/martin/Documents/programovanie/bc/RuLife/RuLife/Location.... | D |
a mischievous sprite of English folklore
a vulcanized rubber disk 3 inches in diameter that is used instead of a ball in ice hockey
| D |
module mach.sdl.haptic.hdegrees;
/// Functions for converting hundredths of a degree to/from degrees and radians.
private:
import mach.traits : isNumeric;
import std.math : PI;
public:
/// Convert radians to hundredths of a degree.
H radtohdeg(H = int, R)(R radians) if(isNumeric!R && isNumeric!H){
return cas... | D |
/**
* The thread module provides support for thread creation and management.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Sean Kelly, Walter Bright
* Source: $(DRUNTIMESRC core/_thread.d)
*/
/* Copyright S... | D |
void foo() { }
void foo(int) { }
void main()
{
//void function(int) fp = &foo;
auto fp = &foo;
fp(1);
}
| D |
/* -------------------- CZ CHANGELOG -------------------- */
/*
v1.02:
const string TEXT_FONT_DEFAULT - navrácen původní font (potíže vyřešeny)
v1.00:
const string TEXT_FONT_DEFAULT - opraven font (kvůli potížím s FPS)
*/
const string FONT_CurTime = "FONT_OLD_10_WHITE.TGA";
const string FONT_Screen = "FONT_OL... | D |
/*
* Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | D |
module hardware.scrshot;
import std.format;
import basics.alleg5;
import basics.globals : dirExport;
import file.filename;
import hardware.display;
import hardware.sound;
/*
* Call, e.g., with "screenshot" to generate ./export/screenshot-0001.png
*/
void takeScreenshot(string prefix)
{
assert (display);
al... | D |
/**
Publicly imports all other modules in this library, generally not recommended.
Instead, consider importing submodules as needed.
Authors: Tony J. Hudgins
Copyright: Copyright © 2017-2019, Tony J. Hudgins
License: MIT
*/
module dext;
public {
import dext.let;
import dext.conv;
import dext.record;
... | D |
module org.serviio.library.local.metadata.extractor.embedded;
public import org.serviio.library.local.metadata.extractor.embedded.AudioExtractionStrategy;
public import org.serviio.library.local.metadata.extractor.embedded.AVCHeader;
public import org.serviio.library.local.metadata.extractor.embedded.EmbeddedMetad... | D |
/**
* RSA
*
* Copyright:
* (C) 1999-2008 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.pubkey.algo.rsa;
import botan.constants;
static if (BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_RSA):
public import botan.pubkey.pubkey;
pu... | D |
/Users/oswin/Projects/Rust/Geoffrey/target/debug/deps/libstable_deref_trait-34c94a8608b6135a.rlib: /Users/oswin/.cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.1.1/src/lib.rs
/Users/oswin/Projects/Rust/Geoffrey/target/debug/deps/stable_deref_trait-34c94a8608b6135a.d: /Users/oswin/.cargo/registry/s... | D |
// Cairo: Draw an arc
import std.stdio;
import std.math;
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);
testRigWindow = new TestRigWindow();
Main.run();
}... | D |
module vayne.source.context;
import std.format;
import vayne.source.source;
import vayne.source.token;
class ContextException : Exception {
this(SourceLoc loc, string msg) {
super(msg);
this.loc = loc;
}
SourceLoc loc;
}
class Context {
this(Source source) {
this.source = source;
loc = SourceLoc(s... | D |
/**
Copyright: Copyright (c) 2017 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.graphics.image.crop;
import dlib.image.image : SuperImage;
import voxelman.math;
void cropImage(SuperImage image, ref ivec2 imageStart, ref ivec2 imageSize)
{
... | D |
// ---------------------------------------------------------
// NPC 'THF_400_Edo'
// ---------------------------------------------------------
instance THF_400_Edo (C_NPC)
{
//-------- primary data --------
name = "Edo";
guild = GIL_THIEF;
npctype = NPCTYPE_MAIN;
level = 20;
... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Platform.Linux.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/SingleAsync.... | D |
// **************************
// AIVAR-Kennungen für Humans
// **************************
func void B_FullStop(var C_NPC npc)
{
Npc_ClearAIQueue (npc);
AI_StandUpQuick (npc);
};
// ------ NEWS und MEMORY Aivars ------
// - NUR Augenzeugen
// - NUR persönliches News-Gedächtnis, geregelt über die folgenden Aivars
//... | D |
//-----------------------------------------------------------------------------
// wxD - ActivateEvent.d
// (C) 2005 bero <berobero@users.sourceforge.net>
// based on
// wx.NET - ActivateEvent.cs
//
/// The wxActivateEvent wrapper class.
//
// Written by Alexander Olk (xenomorph2@onlinehome.de)
// (C) 2004 by ... | D |
/// URL decode stdin to stdout.
import std.stdio;
import ae.utils.text;
void urlDecode(ref File f, ref File o)
{
while (!f.eof)
{
char c;
f.rawRead((&c)[0..1]);
if (c == '%')
{
char[2] x;
f.rawRead(x[]);
c = cast(char)fromHex!ubyte(x[]);
}
o.rawWrite((&c)[0..1]);
}
}
vo... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/MySQL.build/Connection/MySQLData.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/mysql/Sources/MySQL/Protocol/MySQLPacket+HandshakeV10.swift /Users/panartem/Developer/Study/M... | D |
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Fluent.build/Query/Limit.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Pack... | D |
fish-eating bird of warm inland waters having a long flexible neck and slender sharp-pointed bill
a person or other animal that moves abruptly and rapidly
| D |
// RUN: %sdc %s -O2 -S --emit-llvm -o - | FileCheck %s
module virtualdispatch;
class A {
char foo() {
return 'A';
}
uint bar() {
return -1;
}
}
auto typeidA(A a) {
return typeid(a);
// CHECK-LABEL: _D15virtualdispatch7typeidAFMC15virtualdispatch1AZC6object9ClassInfo
// CHECK: [[RET:%[a-z0-9\.]+]] = load pt... | D |
/Users/nathaneidelson/Developer/CS51-Demo/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/nathaneidelson/Developer/CS51-Demo/Pods/Alamofire/Source/AFError.swift /Users/nathaneidelson/Developer/CS51-Demo/Pods/Alamofire/Source/Alamofire.swift /Users/natha... | D |
module drats.event;
import drats.kbd;
enum EventType {
Raw = 0,
Echo = (1<<1),
Key = (1<<2),
Resize = (1<<3),
Mouse = (1<<4),
Paste = (1<<5),
ReleasedKeys = (1<<6),
AllEvents = (Resize|Paste|Mouse)
}
struct Event(EventType t)
{
this(int i1, int i2)
{
_type = t;
coord.wx = i1;
coord.hy = i2;
}
... | D |
module structuredrpc;
import treeserial;
import std.traits;
import std.meta;
import std.algorithm;
import std.range;
template RPC(Src_) {
alias Src = Src_;
struct RPC {
ubyte id;
}
}
template RPCSend(Src_) {
alias Src = Src_;
enum RPCSend;
}
class RPCError : Exception {
this(string msg, string file = __FIL... | D |
instance DIA_AngarDJG_EXIT(C_Info)
{
npc = DJG_705_Angar;
nr = 999;
condition = DIA_AngarDJG_EXIT_Condition;
information = DIA_AngarDJG_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_AngarDJG_EXIT_Condition()
{
return TRUE;
};
func void DIA_AngarDJG_EXIT_Info()
{
AI_StopProcessInfos... | D |
/*
* Create menu item from script instance name
* Source: https://github.com/szapp/Ninja/wiki/Inject-Changes
*/
func int Ninja_Stamina_CreateMenuItem(var string scriptName) {
const int zCMenuItem__Create_G1 = 5052784; //0x4D1970
const int zCMenuItem__Create_G2 = 5105600; //0x4DE7C0
var int strPt... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Log/DatabaseLog.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/user/Documents/RiseTimeAssets/server/.bui... | D |
/*
* This file generated automatically from shm.xml by d_client.py.
* Edit at your peril.
*/
/**
* @defgroup XCB_Shm_API XCB Shm API
* @brief Shm XCB Protocol Implementation.
* @{
**/
module xcb.shm;
import xcb.xcb;
import xcb.xproto;
extern(C):
enum int XCB_SHM_MAJOR_VERSION = 1;
enum int XCB_SHM_MINOR_VE... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab5/os/target/riscv64imac-unknown-none-elf/debug/deps/buddy_system_allocator-95dbe59adb66f57b.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/buddy_system_allocator-0.3.9/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-6... | D |
module aoj;
import std.algorithm;
import std.ascii;
import std.range;
import std.stdio;
import std.string;
void main() {
string name, type;
for (;;) {
string[] line = split(readln());
name = line[0];
type = line[1];
if (type == "X") { break; }
string[] words;
ulong prev = 0;
foreach (i;... | D |
/Users/JenishMistry/DEMOS/MVCDemoAPI/DerivedData/MVCDemoAPI/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Moya.build/Objects-normal/x86_64/Image.o : /Users/JenishMistry/DEMOS/MVCDemoAPI/Pods/Moya/Sources/Moya/MultipartFormData.swift /Users/JenishMistry/DEMOS/MVCDemoAPI/Pods/Moya/Sources/Moya/URL+Moya.swi... | D |
extern (C):
version (linux)
{
enum WRITE = 1;
enum EXIT = 60;
}
version (FreeBSD)
{
__gshared void* __start_minfo;
__gshared void* __stop_minfo;
enum WRITE = 4;
enum EXIT = 1;
}
void main() pure nothrow @nogc
{
asm pure nothrow @nogc
{
naked;
mov EAX, WRITE;
mo... | D |
import std.stdio: writeln;
import core.memory: GC;
import std.typecons: Tuple, tuple;
import std.algorithm.iteration: mean;
import std.algorithm.iteration: sum;
import std.datetime.stopwatch: AutoStart, StopWatch;
/* Benchmarking Function */
auto bench(alias fun, string units = "msecs",
ulong minN = 10, boo... | D |
/**
Copyright: Copyright (c) 2016-2017 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.world.storage.iomanager;
import voxelman.log;
import std.experimental.allocator.mallocator;
import std.bitmanip;
import std.array : empty;
import std.traits... | D |
import std.stdio;
import std.conv;
int fib(int n) {
return n < 2 ? n : fib(n - 1) + fib(n - 2);
}
void main(string[] args) {
writeln(fib(to!int(args[1])));
}
| 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 |
import dub_test_root; //import the list of all modules
import tested;
void main() {
assert(runUnitTests!allModules(new PrettyConsoleTestResultWriter), "Unit tests failed.");
}
| D |
/**
* This module defines an Option!T type and a related Some!T type for
* dealing nullable data in a safe manner.
*/
module dstruct.option;
import std.traits: isPointer;
/**
* This type represents a value which cannot be null by its contracts.
*/
struct Some(T) if (is(T == class) || isPointer!T) {
private:
... | D |
var int Scar_ItemsGiven_Chapter_1;
var int Scar_ItemsGiven_Chapter_2;
var int Scar_ItemsGiven_Chapter_3;
var int Scar_ItemsGiven_Chapter_4;
var int Scar_ItemsGiven_Chapter_5;
FUNC VOID B_GiveTradeInv_Mod_Scar_MT (var C_NPC slf)
{
if ((Kapitel >= 1)
&& (Scar_ItemsGiven_Chapter_1 == FALSE))
{
CreateInvItems (slf, I... | D |
//module input;
import dlsl.trackball;
import derelict.glfw3.glfw3;
import appstate;
private VDrive_State* vd;
void registerCallbacks( GLFWwindow* window, void* user_pointer = null ) {
vd = cast( VDrive_State* )user_pointer;
glfwSetWindowUserPointer( window, user_pointer );
glfwSetWindowSizeCallback( wi... | D |
module webidl.binding.test;
import webidl.binding.generator;
import std.stdio;
import webidl.grammar;
import pegged.grammar : ParseTree;
import std.array : appender, array, Appender;
import std.algorithm : each, sort, schwartzSort, filter, uniq, sum, max, maxElement, copy;
import std.algorithm : each, joiner, map;
im... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.