code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/******************************************************************************
Buffered Output implementation for DLS storage engine
Implements the Put database command using wrapper around BufferedOutput.
See dlsnode.storage.FileSystemLayout and dlsnode.storage.BucketFile for
a description of the d... | D |
import std.stdio;
import priv;
void main() {
auto priv = makeAPriv(1,2);
writeln(priv.x);
auto priv2 = makeAPriv2(1,2);
writeln(priv2.x);
} | D |
/**
Generator for direct compiler builds.
Copyright: © 2013-2013 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 dub.generators.build;
import dub.compilers.compiler;
import dub.compilers.utils;
import dub.generato... | D |
/*******************************************************************************
Contains utilities to be used by tests to easily set up test environments
Since our business code is decoupled from our network code,
thanks to the `vibe.web.rest` generator, we can fairly naturally make
unittests for net... | D |
instance DIA_MOE_EXIT(C_INFO)
{
npc = vlk_432_moe;
nr = 999;
condition = dia_moe_exit_condition;
information = dia_moe_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_moe_exit_condition()
{
return TRUE;
};
func void dia_moe_exit_info()
{
AI_StopProcessInfos(self);
};
instance DIA_M... | D |
/run/media/sacha/stocky/isousb/isousb/target/debug/deps/ordered_float-3e7fb75322f09b68.rmeta: /home/sacha/.cargo/registry/src/github.com-1ecc6299db9ec823/ordered-float-1.1.0/src/lib.rs
/run/media/sacha/stocky/isousb/isousb/target/debug/deps/libordered_float-3e7fb75322f09b68.rlib: /home/sacha/.cargo/registry/src/github... | D |
void main(string[] args)
{
import core.stdc.stdio;
import core.thread;
import std.stdio : writeln;
writeln(args);
int i, j;
int times = 1000;
writeln("hello!");
//setbuf(stdout, null);
fprintf(stdout, "stdout\n");
printf("0%% 50%% 100%%\n");
printf("+---------+-... | D |
// Written in the D programming language.
/**
This module contains implementation of source code editor widget.
SourceEdit - base class for source code editors, with line numbering, syntax highlight, etc.
Synopsis:
----
import dlangui.widgets.srcedit;
----
Copyright: Vadim Lopatin, 2014
License: Boost License 1... | D |
/**
* TLS Handshake State
*
* Copyright:
* (C) 2004-2006,2011,2012,2015 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.tls.handshake_state;
import botan.constants;
static if (BOTAN_HAS_TLS):
package:
import botan.tls.handsha... | D |
module unit_threaded.mock;
import unit_threaded.should: fail;
import std.traits;
import std.typecons;
version(unittest) {
import unit_threaded.asserts;
import unit_threaded.should;
}
alias Identity(alias T) = T;
private string implMixinStr(T)() {
import std.array: join;
string[] lines;
foreac... | D |
/**
PostgreSQL client implementation.
Features:
$(UL
$(LI Standalone (does not depend on libpq))
$(LI Binary formatting (avoids parsing overhead))
$(LI Prepared statements)
$(LI Parametrized queries (partially working))
$(LI $(LINK2 http://www.postgresql.org/docs/9.0/static/datatype-enum.html, Enum... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
170.199997 82 2.5999999 32.7000008 48 55 47.9000015 -110.099998 292 3.5 3.5 0.857142857 intrusives
145.800003 77.0999985 4 46.0999985 48 53 46.2000008 -111.5 458 4.69999981 6.0999999 1 intrusives, syenite, trachyte sills
128.399994 77.8000031 4.... | D |
/*
* Copyright (c) 2006-2009 Erin Catto http://www.box2d.org
*
* 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 the use of this software.
* Permission is granted to anyone to use this software for any purpos... | D |
0.713736,0.78013
| D |
/***********************************************************************\
* powrprof.d *
* *
* Windows API header module *
* ... | D |
int main() {
int i;
i = 0;
while (i < 10) {
if (i == 4) {
i = i + 1;
continue;
}
Print(i);
i = i + 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 Software, a... | D |
#as: --64
#ld: -melf_x86_64
#error: relocation R_X86_64_PC32 against STT_GNU_IFUNC symbol `foo' isn't supported
| D |
/Users/MohamedNawar/Desktop/appointment/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/URLRequest+Alamofire.o : /Users/MohamedNawar/Desktop/appointment/Pods/Alamofire/Source/MultipartFormData.swift /Users/MohamedNawar/Desktop/appointment/Pods/Alamofire/Source/MultipartUpload.swift /Users/M... | D |
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Console.build/Terminal/ConsoleColor+Terminal.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Console-1.0.2/Sources/Consol... | D |
// Run with: rdmd -I../basic_driver elevatorserver.d
// Compile with: dmd ../basic_driver/arduino_io_card.d elevatorserver.d -ofelevatorserver
import std;
import core.thread;
import arduino_io_card;
struct PinValues {
union {
ubyte PIN38;
mixin(bitfields!(
bool, "up2", ... | D |
module solution;
import std.conv;
import std.stdio;
immutable int mod1 = 1_000_000_007;
immutable int mod2 = 999_999_893;
string solveInstance ()
{
int n;
readf (" %s", &n);
auto fwd = new int [] [n];
auto rev = new int [] [n];
foreach (i; 0..n)
{
int u, v;
readf (" %s %s", &u, &v);
u -= 1;
v -= 1;
... | D |
instance Mod_1452_BUD_Buddler_MT (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_mt_buddler;
guild = GIL_out;
level = 2;
voice = 3;
id = 1452;
//-------- abilities --------
B_SetAttributesToChapter (self, 1);
//-------- ... | D |
/**
* SROA structured replacement of aggregate optimization
*
* This 'slices' a two register wide aggregate into two separate register-sized variables,
* enabling much better enregistering.
* SROA (Scalar Replacement Of Aggregates) is the common term for this.
*
* Compiler implementation of the
* $(LINK2 http:/... | D |
/Users/Fares/Documents/Projects/TransitApp/build/Pods.build/Debug-iphonesimulator/HanekeSwift.build/Objects-normal/x86_64/UIView+Haneke.o : /Users/Fares/Documents/Projects/TransitApp/Pods/HanekeSwift/Haneke/Cache.swift /Users/Fares/Documents/Projects/TransitApp/Pods/HanekeSwift/Haneke/CGSize+Swift.swift /Users/Fares/Do... | 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 |
/orange_pro/swift_dev/Fanplan/.build/debug/PerfectNet.build/Net.swift.o : /orange_pro/swift_dev/Fanplan/Packages/PerfectNet-0.7.0/Sources/NetTCP.swift /orange_pro/swift_dev/Fanplan/Packages/PerfectNet-0.7.0/Sources/Net.swift /orange_pro/swift_dev/Fanplan/Packages/PerfectNet-0.7.0/Sources/NetTCPSSL.swift /orange_pro/swi... | D |
// This code has been mechanically translated from the original FORTRAN
// code at http://netlib.org/quadpack.
/** Authors: Lars Tandle Kyllingstad
Copyright: Copyright (c) 2009, Lars T. Kyllingstad. All rights reserved.
License: Boost License 1.0
*/
module scid.ports.quadpack.qcheb;
import scid.core.... | D |
// Copyright Brian Schott (Hackerpilot) 2016.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
module analysis.lambda_return_check;
import dparse.ast;
import dparse.lexer;
import analysis.ba... | D |
instance NOV_1318_NOVIZE(NPC_DEFAULT)
{
name[0] = NAME_NOVIZE;
npctype = NPCTYPE_AMBIENT;
guild = GIL_NOV;
level = 3;
voice = 3;
id = 1318;
attribute[ATR_STRENGTH] = 10;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 76;
attribute[ATR_HIT... | D |
void main(string[] args) {
switch (value) {
case 0:
return null;
case 1:
// Indented comment
/* fall through */
default:
}
}
| D |
module gobits_gen;
import std.stdio;
import std.file;
void main()
{
auto f = File("gobits/tables.d", "w");
scope(exit) f.close();
f.writeln("module gobits.tables;\n");
f.writeln("import std.stdint : uint8_t;\n");
f.writeln("// Code generated by `rdmd make-tables.d`. WARNING :: DO NOT EDIT!!!\n");
gen(f, "ntz8... | D |
/home/thodges/Workspace/Rust/rust_by_example/chapter05/casting/target/debug/deps/casting-e2584fe0fb1a7ad6: src/main.rs
/home/thodges/Workspace/Rust/rust_by_example/chapter05/casting/target/debug/deps/casting-e2584fe0fb1a7ad6.d: src/main.rs
src/main.rs:
| D |
/**
Provides a strong type for Object Identifiers as specified in
$(LINK2 http://www.itu.int/rec/T-REC-X.690/en, X.690), published by the
$(LINK2 http://www.itu.int/en/pages/default.aspx, International Telecommunications Union),
as well as related exceptions.
Note that all OIDs are limited by this ... | D |
#!/usr/bin/env rdmd -i -I..
import std.stdio;
import kreikey.bigint;
ulong myHashOf(T)(auto ref T value) {
return typeid(T).getHash(&value);
}
struct X {
int a;
double b;
}
void main() {
BigInt a = 141746;
BigInt b = 283;
BigInt c;
writeln(a.hashOf());
c = a;
writeln(c.hashOf());
writeln(b.hash... | D |
# FIXED
driverlib/lin.obj: C:/Users/a0221343/Git/bootROM/f28004x_bootrom/F28004x_ROM_dev_PG2.0/F28004x_ROM/driverlib/lin.c
driverlib/lin.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.4/include/stdbool.h
driverlib/lin.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.4/include/yvals.h
driverlib/lin.obj: C:/ti/ccsv6/t... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
# FIXED
F2837xD_SysCtrl.obj: C:/ti/controlSUITE/device_support/F2837xD/v170/F2837xD_common/source/F2837xD_SysCtrl.c
F2837xD_SysCtrl.obj: C:/ti/controlSUITE/device_support/F2837xD/v170/F2837xD_headers/include/F2837xD_device.h
F2837xD_SysCtrl.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/include/assert.h
... | D |
//-------------------------------------------------------------------------------------
// Milten_03 //oben
//-------------------------------------------------------------------------------------
FUNC VOID Bookstand_Milten_03_S1()
{
var C_NPC her; her = Hlp_GetNpc(PC_Hero);
if (Hlp_GetInstanceID(self) == Hl... | D |
instance SLD_801_Torlof_DI(Npc_Default)
{
name[0] = "Torlof";
guild = GIL_SLD;
id = 8010;
voice = 1;
flags = 0;
npcType = npctype_main;
aivar[93] = TRUE;
aivar[AIV_PARTYMEMBER] = TRUE;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_H... | D |
any of various fine-grained silty soils that become waxy and very sticky mud when saturated with water
tall coarse annual of Old World tropics widely cultivated in southern United States and West Indies for its long mucilaginous green pods used as basis for soups and stews
long mucilaginous green pods
a soup or stew th... | D |
/**
* Stores command line options and contains other miscellaneous declarations.
*
* 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, Boost License 1.... | D |
/Users/abelfernandez/projects/vapor-server/Hello/.build/debug/Sessions.build/Session.swift.o : /Users/abelfernandez/projects/vapor-server/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Sessions/SessionsMiddleware.swift /Users/abelfernandez/projects/vapor-server/Hello/.build/checkouts/vapor.git-54929888892... | D |
a small republic in the eastern Pyrenees between Spain and France
| D |
/************************************************
ЛОВУШКА СТАТУЙ
Три статуи (рыцарь, орк, гоблин), три кнопки.
Открывают дверь и вызывают нежить.
Пик Дракона, нижняя пещера.
/************************************************/
// куда вставлять нежить
const string EVT_StatuesTrap_InsertPoint = "DP... | D |
import std.stdio;
import std.typecons : Nullable;
import d2sqlite3;
void main() {
// Open a database in memory.
Database db = Database(":memory:");
// Create a table
String cs = "CREATE TABLE person (
id INTEGER PRIMARY KEY,
name TEXT NOT NULL,
score FLOAT
)";
db.execute(cs);
cs.length()... | D |
module ui.characterproposalrenderer;
import std.conv;
import std.string;
import derelict.sdl2.sdl;
import constants;
import client;
import serverstub;
import ui.characterinforenderer;
import ui.renderer;
import ui.renderhelper;
import ui.widgetrenderer;
import ui.widgets.characterdetails;
import ui.widgets.character... | 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/_lzexpand.d)
*/
module core.sys.windows.lzexpand;
version (Windows):
version (ANSI) {} else version = Unicode;
vers... | D |
/**
* Intermediate representation for static data
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: ... | D |
/Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/.build/debug/Socket.build/Socket.swift.o : /Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/Packages/Socket-0.12.36/Sources/Socket.swift /Users/jacobkbluhm/Developer/iOS_Xcode/hello-api/Packages/Socket-0.12.36/Sources/SocketProtocols.swift /Users/jacobkbluhm/Developer/iO... | D |
import enums;
public import entity_player;
import item;
abstract class Tile
{
this(char sprite, Color color, Color backgroundColor, bool solid = false)
{
_sprite = sprite;
_solid = solid;
_color = color;
_backgroundColor = backgroundColor;
}
auto sprite() const @propert... | D |
// D import file generated from 'mydll.d'
module mydll;
import std.c.windows.windows;
version (none)
{
extern (C) int _tls_callbacks_a;
}
__gshared HINSTANCE g_hInst;
extern (Windows) BOOL DllMain(HINSTANCE hInstance, ULONG ulReason, LPVOID pvReserved);
| D |
/*******************************************************************************
Static collision detection methods for arc.
Authors: ArcLib team, see AUTHORS file
Maintainer: Clay Smith (clayasaurus at gmail dot com)
License: zlib/libpng license: $(LICENSE)
Copyright: ... | D |
module dedicatedslave.gui.containers.list;
import gtk.TreeView;
import gtk.TreeViewColumn;
import gtk.ListStore;
import gtk.CellRendererText;
import gtk.ListStore;
import gtk.TreeIter;
import gtkc.gobjecttypes;
import dedicatedslave.data.models;
import dedicatedslave.gui.loader;
import dedicatedslave.gui.appwindow;
... | D |
module d.semantic.evaluator;
import d.ir.expression;
interface Evaluator {
CompileTimeExpression evaluate(Expression e);
ulong evalIntegral(Expression e);
string evalString(Expression e);
}
| D |
module UnrealScript.TribesGame.TrAttachment_LightSpinfusor_100X;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDeviceAttachment;
extern(C++) interface TrAttachment_LightSpinfusor_100X : TrDeviceAttachment
{
public extern(D):
private static __gshared ScriptClass mStaticC... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
module redisobject;
import std.traits;
import std.container;
import std.functional;
import std.stdio;
import std.conv;
import std.range;
import std.string;
template InnerType(T) {
alias InnerType = T;
}
template InnerType(T : T[]) {
alias InnerType = T;
}
//Checks if the wrapped version of the original type 'Ori... | D |
// Copyright © 2012, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.parser.statements;
import ir = volt.ir.ir;
import volt.errors;
import volt.exceptions;
import volt.token.stream;
import volt.parser.base;
import volt.parser.declaration;
import vo... | D |
# FIXED
Full_Demo/Standard_Demo_Tasks/recmutex.obj: C:/mohd/______erts/FreeRTOSv10.1.1/FreeRTOS/Demo/Common/Minimal/recmutex.c
Full_Demo/Standard_Demo_Tasks/recmutex.obj: C:/mohd/______erts/FreeRTOSv10.1.1/FreeRTOS/Source/include/FreeRTOS.h
Full_Demo/Standard_Demo_Tasks/recmutex.obj: C:/ti/ccsv8/tools/compiler/ti-... | D |
module org.eclipse.swt.internal.mozilla.nsILoadGroup;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsISupports;
import org.eclipse.swt.internal.mozilla.nsIRequest;
import org.eclipse.swt.internal.mozilla.nsISimpleEnumerator;
impo... | D |
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/Configuration.build/Deserializers/PLISTDeserializer.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/Configuration.git--5220375755568029896/Sources/Configuration/ConfigurationNode.swift /Us... | D |
# FIXED
driverlib/cpu.obj: C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/cpu.c
driverlib/cpu.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h
driverlib/cpu.obj: C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/cpu.h
C:/ti/TivaWare_C_Series-2.1.4.178/driverlib/cpu.c:
C:/ti/ccsv7/tools/compiler/ti-cgt-a... | D |
import thud;
class qux: thud {
override void thunk() {}
}
| D |
/home/alifya/Documents/Rust_basic/chp9_errorhandling/target/rls/debug/deps/chp9_errorhandling-5df95f30af7c86b2.rmeta: src/main.rs
/home/alifya/Documents/Rust_basic/chp9_errorhandling/target/rls/debug/deps/chp9_errorhandling-5df95f30af7c86b2.d: src/main.rs
src/main.rs:
| D |
the trait of being frivolous
something of little value or significance
acting like a clown or buffoon
| D |
import std.stdio;
import std.traits;
enum invokable;
mixin template wrap_class(alias source_class, string instance_name) {
mixin(_wrap(typeof(new source_class).stringof));
private string _wrap(string class_name) {
string code = "" ~
"class _proxy_" ~ class_name ~ "_ { " ~
" ... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Node.build/Objects-normal/x86_64/StructuredDataWrapper+Cases.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/node.git-9175390252000121167/Sources/Node/StructuredData/StructuredData.swift /Users/cansoykarafakili/Desktop/Hello/.build/c... | 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 |
drive (a team of dogs or a dogsled)
travel with a dogsled
| D |
symbols (3) --- print cross-assembly symbol table 01/15/83
_U_s_a_g_e
symbols (-6800 | -8080) <object_file>
_D_e_s_c_r_i_p_t_i_o_n
'Symbols' prints the symbol table placed in an object code
file by on... | D |
/**
Defines the behavior of the DUB command line client.
Copyright: © 2012-2013 Matthias Dondorff, Copyright © 2012-2014 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff, Sönke Ludwig
*/
module dub.commandline;
import dub.compil... | D |
module bst.descend;
import bst.node;
Node* descend(Node* root, in int value) {
// Function precondition.
/// <e:exists>
/// <e:vars><e:var n="v"/></e:vars>
/// <e:expr><e:and>
/// <e:pred name="TopOfTree"><code>root</code>, <e:var n="v"/>, <e:st n="S"/></e:pred>
/// <e:noteq>
/// <e... | D |
/home/sqest215/Documentos/projetos/provaConceito/crud-api/target/debug/build/unicase-3da4775a4eb53b18/build_script_build-3da4775a4eb53b18: /home/sqest215/.cargo/registry/src/github.com-1ecc6299db9ec823/unicase-1.4.2/build.rs
/home/sqest215/Documentos/projetos/provaConceito/crud-api/target/debug/build/unicase-3da4775a4... | D |
instance DIA_Warrior_withBaBaPo1_EXIT(DIA_Proto_End)
{
npc = Gobbo_withBaBaPo_1;
};
//NS - 14/06/2013 ===========
// Кто ты?
//===========================
instance DIA_Warrior_withBaBaPo1_WhoAreU(C_Info)
{
npc = Gobbo_withBaBaPo_1;
nr = 0;
condition = DIA_BaBaPoWarrior1_WhoAreU_condition;
information = DIA_BaBaP... | 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 |
/**
* Filter
*
* Copyright:
* (C) 1999-2007 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
* (C) 2013 Joel Low
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.filters.filter;
import memutils.vector;
import botan.utils.types;
import botan.filters.secqueue;
import botan.util... | D |
/*******************************************************************************
* Copyright (c) 2000, 2003 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 |
<?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_BeT-35756575... | D |
instance Mod_1877_GRD_Gardist_MT (Npc_Default)
{
//-------- primary data --------
name = NAME_Gardist;
npctype = npctype_mt_gardistATBANDIT;
flags = 0; // weil Windenwache !!! wird in Kapitel 4 gelöscht!
guild = GIL_out;
level = 20;
voice = 6;
id = 1877;
//-------- abilities ... | D |
/Users/kareemismail/XCodeProjects/FM2Apps/Movie/build/Movies\ Box.build/Debug-iphonesimulator/Movie.build/Objects-normal/x86_64/AppDelegate.o : /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Movie/Controller/TopratedVC.swift /Users/kareemismail/XCodeProjects/FM2Apps/Movie/Movie/Controller/NowPlayingVC.swift /Users/kar... | D |
module org.serviio.library.online;
public import org.serviio.library.online.AbstractOnlineItemParser;
public import org.serviio.library.online.AbstractUrlExtractor;
public import org.serviio.library.online.CannotRetrieveThumbnailException;
public import org.serviio.library.online.ContentURLContainer;
public impo... | D |
module isodi.tools.objects;
import glui;
import raylib;
import std.conv;
import std.path;
import std.array;
import std.format;
import isodi : Model;
import isodi.tools.tree;
import isodi.tools.themes;
import isodi.tools.project;
import isodi.tools.skeleton.editor_ui;
@safe:
/// This struct is used to manage obje... | D |
/Users/jackwong/Desktop/Developer/AppleCalendarSample/Build/Intermediates.noindex/AppleCalendarSample.build/Debug-iphonesimulator/AppleCalendarSample.build/Objects-normal/x86_64/ScheduleCollectionProvider.o : /Users/jackwong/Desktop/Developer/AppleCalendarSample/AppleCalendarSample/Extension/UIStoryboard+Instance.swift... | D |
module mir.glas.internal.config;
import std.traits;
import std.meta;
import mir.internal.utility;
template RegisterConfig(size_t PS, size_t PB, size_t PR, T)
if (is(Unqual!T == T) && !isComplex!T)
{
static if (isFloatingPoint!T)
version(X86)
static if (__traits(targetHasFeature, "sse2"))
... | D |
module common.vec;
import std.conv;
struct vec(int N, V) {
V[N] val;
@property V x() const { return val[0]; }
@property void x(V v) { val[0] = v; }
@property V y() const { return val[1]; }
@property void y(V v) { val[1] = v; }
static if (N > 2) {
@property V z() const { return val[2]; }
@property void ... | D |
module sub;
//import std.stdio;
import core.stdc.stdio;
import core.stdc.stdlib;
import core.stdc.string;
int add2(int a, int b) { return a + b; }
unittest {
fprintf(stderr, "[stderr]\n");
printf("[stdout]\n");
//writeln("test start");
assert(1==1);
assert(3==add2(1,2));
assert(1==1);
/... | D |
/Users/justinlew/Documents/iOS_dev/mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BarChartView.o : /Users/justinlew/Documents/iOS_dev/mealify.io/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/justinlew/Documents/iOS_dev/m... | D |
instance TPL_1416_Templer(Npc_Default)
{
name[0] = NAME_Templer;
npcType = npctype_main;
guild = GIL_TPL;
level = 17;
voice = 8;
id = 1416;
attribute[ATR_STRENGTH] = 95;
attribute[ATR_DEXTERITY] = 75;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 274;
attribute[ATR_HIT... | D |
/Users/kidboy/Programming/github.com/learn_programming/rust/http-request/target/debug/build/parking_lot_core-8e5507b647989978/build_script_build-8e5507b647989978: /Users/kidboy/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.6.2/build.rs
/Users/kidboy/Programming/github.com/learn_programming/rust/ht... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/gcc-06756ef9c936e346.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/gcc-0.3.55/src/lib.rs /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/gcc-0.3.55/src/windows_registry.rs
/mnt/c/Users/zeliwan... | D |
/Users/thomaslacan/git/MyJogs-vapor/.build/x86_64-apple-macosx10.10/debug/Bits.build/BitsError.swift.o : /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/core.git-8311783259025539290/Sources/Bits/Deprecated.swift /Users/thomaslacan/git/MyJogs-vapor/.build/checkouts/core.git-8311783259025539290/Sources/Bits/ByteBuff... | D |
instance Mod_970_NONE_Engrom_MT (Npc_Default)
{
// ------ NSC ------
name = "Engrom";
guild = GIL_NONE;
id = 970;
voice = 0;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3); //setzt Attr... | D |
module UnrealScript.TribesGame.TrRank_43;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrRank;
extern(C++) interface TrRank_43 : TrRank
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { mixin(MGSCC... | D |
module particles;
import std.random;
import derelict.sdl2.sdl;
import entity;
class ParticleSystem : Entity
{
float initialXVelocity = 0;
float initialYVelocity = 0;
float xRandom = 0;
float yRandom = 0;
float xForce = 0;
float yForce = 0;
float sourceXRandom = 0;
float sourceYRandom = 0;
ubyte alphaDecay;
... | D |
/*
Copyright (c) 2013, w0rp <devw0rp@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and t... | 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 |
FUNC VOID LICHT10_01FUNC ()
{
if (Item10_01 == 1)
{
Item10_01 = 0;
Wld_RemoveItem (Irgendwas2_01);
Licht10_Counter += 1;
Snd_Play ("JIBOCATCHME");
};
};
FUNC VOID LICHT10_02FUNC ()
{
if (Item10_02 == 1)
{
Item10_02 = 0;
Wld_RemoveItem (Irgendwas2_02);
Licht10_Counter += 1;
Snd_Play ("JIBOCAT... | D |
instance TPL_1455_GorBoba(Npc_Default)
{
name[0] = "Гор Боба";
npcType = npctype_main;
guild = GIL_GUR;
level = 50;
voice = 8;
id = 1455;
attribute[ATR_STRENGTH] = 70;
attribute[ATR_DEXTERITY] = 65;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 250;
attribute[ATR_HITP... | D |
/Users/parkingsq1/Documents/project/PushPill/DerivedData/PushPill/Build/Intermediates/Pods.build/Debug-iphonesimulator/Spring.build/Objects-normal/x86_64/TransitionZoom.o : /Users/parkingsq1/Documents/project/PushPill/Pods/Spring/Spring/AsyncButton.swift /Users/parkingsq1/Documents/project/PushPill/Pods/Spring/Spring/A... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.