code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/**
* Copyright © Webd 2018
* License: MIT (https://github.com/DiamondMVC/Webd/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module webd.models.database.webitementry;
import diamond.database;
/// Db representation of an item entry.
final class WebdWebItemEntry : MySql.MySqlModel!"webd_web_itementries"
{
... | D |
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/LineRadarRenderer.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/So... | D |
// Copyright (с) 2013 Gushcha Anton <ncrashed@gmail.com>
/*
* This file is part of Borey Engine.
*
* 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
* th... | D |
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/SafetyDrive.build/Debug-iphoneos/SaftyDrive.build/Objects-normal/arm64/MKEmbedDrawerControllerSegue.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuchiyuki/Desktop/Saft... | D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.codec.mqtt;
public import collie.codec.mqtt.bytebuf;
public imp... | D |
a means to an end
serving to promote your interest
appropriate to a purpose
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.range;
enum long PRIM = 10^^9+7;
void main()
{
auto nm = readln.chomp.split(" ").map!(to!long);
auto n = nm[0];
auto m = nm[1];
auto xs = readln.chomp.split(" ").map!(to!long);
auto ys = readln.chomp.split(" ").map!(to!long);
... | D |
/**
Only exists to test the wrapping functionality Contains functions
with regular D types that will get wrapped so they can be called by
the spreadsheet.
*/
module xlld.test_d_funcs;
version(unittest):
import xlld;
@Register(ArgumentText("Array to add"),
HelpTopic("Adds all cells in an array"),
... | D |
import std.stdio;
import std.conv;
import core.stdc.stdlib;
import core.stdc.time;
const int LONG_TIME = 4000;
byte[] p;
byte[] t;
int q;
int main(string[] args)
{
time_t startime, endtime;
int i;
if (args.length == 2)
{
q = to!int(args[1]);
}
else
{
writeln("Usage: pi [p... | D |
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Console.build/Console/Style/ConsoleStyle.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Console-1.0.1/Sources/Console/Bar/Bar.swift /Users/mohammadazam/Documents/Projects/StoryTellersAP... | D |
module cli.ui.printer;
import cli.ui.color: Color;
import std.stdio: File, stdout, writeln;
class Printer {
static auto puts(string msg, bool format = true, Color frameColor = null, bool graceful = true, File to = stdout) {
// TODO: Implement formatting
// TODO: Implement coloring
// TODO: Implement grac... | D |
/*******************************************************************************
Test for loading client config, including nodes and auth name/key from disk.
Copyright:
Copyright (c) 2017 sociomantic labs GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.t... | 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 |
import std.stdio;
import std.parallelism : task, TaskPool;
import std.net.curl;
import std.format;
import std.datetime;
import std.conv;
import core.time;
import core.thread;
void log(string write) {
SysTime now = Clock.currTime();
string timestr = "%02d:%02d:%02d.%04d".format(now.hour, now.minute, now.second, no... | D |
/Users/kevm1892/Documents/HospitalFinderiOSApp/build/HospitalFinder.build/Debug-iphonesimulator/HospitalFinder.build/Objects-normal/x86_64/CustomCell.o : /Users/kevm1892/Documents/HospitalFinderiOSApp/HospitalFinder/FilterViewController.swift /Users/kevm1892/Documents/HospitalFinderiOSApp/HospitalFinder/BookmarkButtonD... | D |
/Users/renatomatos/Documents/Dev/iOS/TodayWidget/TodayWidgetSwift/SampleToday/DerivedData/SampleToday/Build/Intermediates/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/Mapper.o : /Users/renatomatos/Documents/Dev/iOS/TodayWidget/TodayWidgetSwift/SampleToday/Pods/ObjectMapper/ObjectMapper/Tran... | D |
.hd ctov "convert EOS-terminated string to varying string" 03/01/83
integer function ctov (str, i, var, len)
character str (ARB)
integer i, len
packed_char var (len)
.sp
Library: vswtlb (standard Subsystem library)
.fs
'Ctov' converts [ul Software Tools] style EOS-terminated strings
to PL/I style "character varying" s... | 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 |
/++
$(H1 Annotated value)
License: $(HTTP www.apache.org/licenses/LICENSE-2.0, Apache-2.0)
Authors: Ilia Ki
Macros:
+/
module mir.annotated;
import mir.serde: serdeRegister, serdeAnnotation, serdeIsDynamicAlgebraic;
static immutable excMsg = "At least one annotation is required to create an annotated value.";
versi... | D |
/Users/olegp/Desktop/XCoordinatorPlayground/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/XCoordinator.build/Objects-normal/x86_64/PageCoordinator.o : /Users/olegp/Desktop/XCoordinatorPlayground/Pods/XCoordinator/XCoordinator/Classes/PageCoordinatorDataSource.swift /Users/olegp/Desktop/XCoordinatorPlaygr... | D |
// @expect error
import smack;
class Point
{
int x;
int y;
this(int _x, int _y) {
x = _x;
y = _y;
}
}
void main()
{
Point l = new Point(2,3);
__VERIFIER_assert(l.x == 2);
__VERIFIER_assert(l.y != 3);
}
| D |
module UnrealScript.TribesGame.TrGame_TRRabbit;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.Controller;
import UnrealScript.Engine.Pawn;
import UnrealScript.Engine.PlayerReplicationInfo;
import UnrealScript.Engine.PlayerStart;
import UnrealScript.TribesGame.TrPlayerController;... | D |
/*
Written in the D programming language.
For git maintenance (ensure at least one congruent line with originating C header):
#define crypto_core_ristretto255_H
*/
module deimos.sodium.crypto_core_ristretto255;
version(SODIUM_LIBRARY_MINIMAL) {}
else {
extern(C) @nogc nothrow /*pure*/ :
enum crypto_core_ristretto... | D |
void main() {
auto N = ri;
auto S = rs;
if(S.length == 1) {
writeln(3);
return;
}
bool[] arr;
ulong index = 0;
while(index < N - 1) {
if(S[index] != S[index+1]) {
arr ~= false;
if(index == N - 2) arr ~= false;
index++;
} else {
arr ~= true;
index += 2;
}
}
ulong res;
if(arr[0]) res =... | D |
module tefutefu.bot.Egosa;
import tefutefu.reactions.TefutefuReaction,
tefutefu.reactions.TefutefuReactionContainer,
tefutefu.reactions.TefutefuReactionTarget,
tefutefu.reactions.TefutefuReactionTypes,
tefutefu.reactions.TefutefuTwitterStatuses;
import tefutefu.util.Status;
import twitter4d;... | D |
// Please note when compiling on Win64, you need to explicitly list
// `-Lgdi32.lib -Luser32.lib` on the build command. If you want the Windows
// subsystem too, use `-L/subsystem:windows -L/entry:mainCRTStartup`
/*
FIXME:
blink taskbar / demand attention cross platform. FlashWindow and demandAttention
WS_EX_NOAC... | D |
(Greek mythology) the rarified fluid said to flow in the veins of the Gods
a fluid product of inflammation
| D |
a parasitic louse that infests the body of human beings
| D |
// URL: https://yukicoder.me/problems/no/788
import std.algorithm, std.container, std.math, std.range, std.typecons, std.string;
version(unittest) {} else
void main()
{
int n, m, l; io.getV(n, m, l); --l;
int[] t; io.getA(n, t);
if (t.count!"a>0" == 1) {
io.put(0);
return;
}
auto g = GraphW!(long,... | 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 |
// Copyright (C) 2021 by tspike (github.com/tspike2k)
//
// Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Core.build/Portal.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/core.git-92108... | D |
/**********************************************************************************
* Released under the MIT license <http://www.opensource.org/licenses/mit-license.php>
* For licensing details see the included LICENSE file.
*********************/
module dasm.lexer;
import std.regex, std.algorithm;
impor... | D |
/Users/kaiwang/Desktop/SearchStore/DerivedData/SearchStore/Build/Intermediates/SearchStore.build/Debug-iphonesimulator/SearchStore.build/Objects-normal/x86_64/ViewController.o : /Users/kaiwang/Desktop/SearchStore/SearchStore/AppDelegate.swift /Users/kaiwang/Desktop/SearchStore/SearchStore/ViewController.swift /Applicat... | D |
module ppl4.types.TypeKind;
import ppl4.all;
enum TypeKind {
UNKNOWN,
BOOL,
BYTE,
SHORT,
INT,
LONG,
FLOAT,
DOUBLE,
VOID,
STRUCT,
CLASS,
COMPONENT,
FUNCTION
}
bool isInteger(TypeKind k) { with(TypeKind) return k.isOneOf(BYTE, SHORT, INT, LONG); }
bool isReal(Type... | D |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Devisualization (Richard Andrew Cattermole)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without ... | D |
/**
* token.d
* Define tokens.
*/
module token;
/**
* The location of a token.
*/
struct Location {
size_t line_num;
size_t index_num;
string path;
string toString() {
import std.conv: to;
return "\x1b[1m" ~ path ~ "(" ~ line_num.to!string ~ ":" ~ index_num.to!string ~ ")\x1b[0m";
}
}
/**
* ... | 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) 2012-2013, Maxime Chevalier-Boisvert. All rights re... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Service.build/Services/ServiceFactory.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/service/Sources/Service/Services/ServiceID.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/chec... | D |
/Users/sayonsomchanda/Desktop/final/DerivedData/CuddlePix/Build/Intermediates/CuddlePix.build/Debug-iphonesimulator/CuddlePix.build/Objects-normal/x86_64/Data+HexString.o : /Users/sayonsomchanda/Desktop/final/CuddlePix/NotificationTableViewController.swift /Users/sayonsomchanda/Desktop/final/CuddlePix/AppDelegate.swift... | D |
/Users/gem/Desktop/MovieMoya/the-movie-db/DerivedData/TheNewMovie/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Kingfisher.build/Objects-normal/x86_64/ImageFormat.o : /Users/gem/Desktop/MovieMoya/the-movie-db/Pods/Kingfisher/Sources/Utility/String+MD5.swift /Users/gem/Desktop/MovieMoya/the-movie-db/Pods/... | D |
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/NIOHTTPCompression.build/HTTPResponseCompressor.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/swift-nio-extras/Sources/NIOHTTPCompression/HTTPCompression.swift /Use... | 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/_objidl.d)
*/
// TODO (Don):
// # why is "alias IPSFactoryBuffer* LPPSFACTORYBUFFER;" in this file,
// rather than in ob... | D |
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/SchedulerServices+Emulation.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Ob... | D |
/**
* An implementation of the mini serialization benchmark also available for
* C++ and Java.
*/
import std.datetime : AutoStart, StopWatch;
import std.math : PI;
import std.stdio;
import thrift.transport.memory;
import thrift.transport.range;
import DebugProtoTest_types;
version (ThriftBenchmarkBinary) {
impor... | D |
// Copyright Ahmet Sait Koçak 2020.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// https://www.boost.org/LICENSE_1_0.txt)
module bindbc.hb.bind.subset;
import bindbc.hb.config;
version(HB_with_subset):
pragma(msg, "Warning:... | D |
/*******************************************************************************
* Copyright (c) 2000, 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 |
//--------------------------------------------------------------------------------------
// File: Tutorial02.cpp
//
// This application displays a triangle using Direct3D 11
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//--------------------------------------------------------------------------------... | D |
/*
* Hunt - A refined core library for D programming language.
*
* Copyright (C) 2018-2019 HuntLabs
*
* Website: https://www.huntlabs.net/
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.util.TypeUtils;
import std.string;
import std.typecons;
/**
*/
alias Pair(F, S) = Tuple!(F, "first", S, "seco... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Routing.build/RouteGroup.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Method+Wildcard.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/routing.git-53666571010751336... | D |
import std.algorithm;
import std.array;
import std.exception;
import std.stdio;
import sdlang;
enum theSdlExampleAbove = `
"This is an anonymous tag with two values" 123
"Another anon tag"
person "Akiko" "Johnson" dimensions:height=68 {
son "Nouhiro" "Johnson"
pet:kitty "Neko"
daughter "Sabrina" "Johnson" lo... | D |
module dpe.base;
import dpe.types;
import base.assetmanager;
import luad.all;
import luad.c.all;
import std.concurrency;
import std.algorithm : filterBidirectional;
import std.file;
import std.stdio;
import std.conv;
private {
__gshared LuaState*[] pastLuaStates;
}
class LuaManager {
private {
LuaState luaSta... | D |
/*
Generated by Entice Designer
Entice Designer written by Christopher E. Miller
www.dprogramming.com/entice.php
*/
import dfl.all;
import std.stream, std.string, std.stdio, tocommon;
class FormSecret: dfl.form.Form
{
// Do not modify or move this block of variables.
//~Entice Designer variables be... | D |
/** Arbitrary-precision ('bignum') arithmetic.
*
* Performance is optimized for numbers below ~1000 decimal digits.
* For X86 machines, highly optimised assembly routines are used.
*
* The following algorithms are currently implemented:
* $(UL
* $(LI Karatsuba multiplication)
* $(LI Squaring is optimized indepe... | D |
module dlex.main;
import dlex.clexgen;
import hurt.util.stacktrace;
import std.stdio;
//public class Main {
/***************************************************************
Function: main
**************************************************************/
public void main(string[] args) {
debug scope StackTrace ... | D |
/*
Generated by Entice Designer
Entice Designer written by Christopher E. Miller
www.dprogramming.com/entice.php
*/
module src.gui.mainform;
import dfl.all;
/*******************************************************************************
*
*/
class MainForm: dfl.form.Form
{
// Do not modify or move this block... | D |
module wiiu.draw;
import gx2.texture;
extern (C):
void clean_tex_allocs();
void draw_set_global_alpha(float a);
void draw_set_global_scale(float scale);
void draw_set_global_xshift(float shift);
void draw_set_global_yshift(float shift);
void draw_set_use_globals(bool state);
void draw_set_use_global_shifts(bool ... | D |
/**
* Find side-effects of expressions.
*
* 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://gith... | D |
/// Generate by tools
module java.util.concurrent.ThreadFactory;
import java.lang.exceptions;
public class ThreadFactory
{
public this()
{
implMissing();
}
}
| D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/SQLOrderBy.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/c... | D |
/Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/x86_64-apple-macosx10.10/debug/PerfectLib.build/Dir.swift.o : /Users/glasses/Documents/GitHub/Perfect-Turnstile-PostgreSQL-Demo/.build/checkouts/PerfectLib.git-3712999737848873669/Sources/PerfectLib/JSONConvertible.swift /Users/glasses/Documents/G... | D |
/Users/nabil/Downloads/AlbumsMnager/Build/Intermediates/Pods.build/Debug-iphonesimulator/NVActivityIndicatorView.build/Objects-normal/x86_64/NVActivityIndicatorAnimationBallSpinFadeLoader.o : /Users/nabil/Downloads/AlbumsMnager/Pods/NVActivityIndicatorView/NVActivityIndicatorView/NVActivityIndicatorView/Animations/NVAc... | D |
module godot.texture;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.d.bind;
import godot.object;
import godot.resource;
import godot.image;
@GodotBaseClass struct Texture
{
static immutable string _GODOT_internal_name = "Text... | D |
INSTANCE Info_Mod_Hagen_MT_Hi (C_INFO)
{
npc = Mod_7698_PAL_Hagen_MT;
nr = 1;
condition = Info_Mod_Hagen_MT_Hi_Condition;
information = Info_Mod_Hagen_MT_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Hagen_MT_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Hagen_MT_Hi_Info()
{
AI_Output(self,... | D |
/Users/markheijnekamp/mandelbrot/target/debug/deps/either-a9a1fb563924e794.rmeta: /Users/markheijnekamp/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs
/Users/markheijnekamp/mandelbrot/target/debug/deps/libeither-a9a1fb563924e794.rlib: /Users/markheijnekamp/.cargo/registry/src/github.com-1ecc62... | D |
/Users/zyang/SNGithub/Cosmos/Build/Intermediates/Cosmos.build/Debug-iphonesimulator/Cosmos.build/Objects-normal/x86_64/StoredAnimation.o : /Users/zyang/SNGithub/Cosmos/Cosmos/Curve.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Shape+Creation.swift /Users/zyang/SNGithub/Cosmos/Cosmos/Wedge.swift /Users/zyang/SNGithub/Cosmos... | D |
/**
* Copyright: Copyright Jason White, 2014-2016
* License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Jason White
*
* Description:
* This module provides a low-level file stream class.
*
* Synopsis:
* ---
* // Open a new file in read/write mode. Throws an exception if the file exist... | D |
instance PIR_13890_ADDON_TOM(Npc_Default)
{
name[0] = "Tom";
guild = GIL_PAL;
id = 13890;
voice = 13;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,3);
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_Piratensaebel);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FIGH... | D |
module webkit2webextension.DOMXPathExpression;
private import glib.ErrorG;
private import glib.GException;
private import gobject.ObjectG;
private import webkit2webextension.DOMNode;
private import webkit2webextension.DOMObject;
private import webkit2webextension.DOMXPathResult;
private import webkit2webextension.c.fu... | D |
// day05-1.d
import std.stdio;
int main() {
int[] prog = [3,225,1,225,6,6,1100,1,238,225,104,0,1102,67,92,225,1101,14,84,225,1002,217,69,224,101,-5175,224,224,4,224,102,8,223,223,101,2,224,224,1,224,223,223,1,214,95,224,101,-127,224,224,4,224,102,8,223,223,101,3,224,224,1,223,224,223,1101,8,41,225,2,17,91,224,1001,2... | D |
module blockie.render.RenderView;
import blockie.render.all;
enum RenderOption {
DISPLAY_VOXEL_SIZES,
ACCURATE_VOXEL_BOXES
}
abstract class RenderView : IView {
protected:
World world;
StopWatch renderWatch;
StopWatch updateWatch;
float2 windowSize;
int4 renderRect;
Timing frameTiming... | 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) 2012-2013, Maxime Chevalier-Boisvert. All rights re... | D |
instance STANDARDBRIEF(C_ITEM)
{
name = "Письмо";
mainflag = ITEM_KAT_DOCS;
flags = ITEM_MISSION;
value = 0;
visual = "ItWr_Scroll_01.3DS";
material = MAT_LEATHER;
on_state[0] = usestandardbrief;
scemename = "MAP";
description = name;
inv_rotz = 180;
inv_rotx = 90;
inv_roty = 180;
};
func void usestan... | 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 |
///
module dpq2.conv.from_bson;
import dpq2.value;
import dpq2.oids;
import dpq2.result: ArrayProperties, ArrayHeader_net, Dim_net;
import dpq2.conv.from_d_types;
import dpq2.conv.to_d_types;
import vibe.data.bson;
import std.bitmanip: nativeToBigEndian;
import std.conv: to;
/// Default type will be used for NULL val... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/SectionedViewDataSourceType.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods... | D |
import lexer;
import common;
import std.stdio;
import core.stdc.stdio;
// NOTES(stefanos):
// -- IMPORTANT: Does not cover the final call list, which is trivial
// having this code, as it already handles function calls in the parse_base_expr().
// The problem with the call list is that you can't do 1-token-lookahead t... | D |
/home/sha888/projects/rustByExample/learn_rust/target/debug/deps/learn_rust-6ed418b0c77c73f0.rmeta: src/main.rs
/home/sha888/projects/rustByExample/learn_rust/target/debug/deps/learn_rust-6ed418b0c77c73f0.d: src/main.rs
src/main.rs:
| D |
# FIXED
third_party/FreeRTOS/Source/queue.obj: C:/ti/TivaWare_C_Series-2.1.4.178/third_party/FreeRTOS/Source/queue.c
third_party/FreeRTOS/Source/queue.obj: C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2.3.LTS/include/stdlib.h
third_party/FreeRTOS/Source/queue.obj: C:/ti/ccs1011/ccs/tools/compiler/ti-cgt-arm_20.2... | D |
// Copyright Ferdinand Majerech 2010 - 2011.
// 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)
///Class managing video driver dependencies.
module video.videodrivercontainer;
@trusted
impo... | D |
/*
Copyright (c) 2014-2017 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, dist... | 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
... | D |
instance BAU_965_Bauer(Npc_Default)
{
name[0] = NAME_Bauer;
guild = GIL_BAU;
id = 965;
voice = 7;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,1);
aivar[AIV_MM_RestStart] = TRUE;
level = 1;
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
... | D |
instance DIA_Dark_EXIT(DIA_Proto_End)
{
npc = DS_666_Dark;
};
| D |
module dagon.core.libs;
public
{
import bindbc.sdl;
import bindbc.opengl;
import bindbc.freetype;
import bindbc.nuklear;
}
| D |
/*
* $Id: player.d,v 1.4 2006/12/04 16:04:26 kenta Exp $
*
* Copyright 2006 Kenta Cho. Some rights reserved.
*/
module abagames.ttn.player;
private import std.math;
private import opengl;
private import abagames.util.vector;
private import abagames.util.rand;
private import abagames.util.math;
private import abaga... | D |
instance Mod_13041_SP_Seelenpeiniger_OM (Npc_Default)
{
//-------- primary data --------
name = "Seelenpeiniger";
npctype = npctype_main;
guild = GIL_DMT;
level = 25;
voice = 5;
id = 13041;
flags = NPC_FLAG_GHOST;
//-------- abilities --------
attribute[ATR_STRENGTH] = 100;
attribut... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Fluent.build/Objects-normal/x86_64/DoublePivot.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/fluent.git-62519... | D |
module l4u.la.mat;
unittest
{
import std.stdio;
writeln("matrix unittest\n{");
{
imat2 a = uniimat2;
fmat2 b = a;
a = b;
assert(a.data[0] == 1);
a = fmat2(nullfvec2,nullfvec2);
assert(a.data[0] == 0);
writeln(" ctor and assign test passed");
}
{
assert(uniimat3[ivec2(2,2)] == 1);
assert(uniimat4... | D |
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/Fluent.build/Objects-normal/x86_64/Preparation.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Fluent-1.1.0/Sources/Fluent/Database/Database.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Fluent-1.1.0/Sources/Fluent/Database/Driver.swift /... | D |
import std.stdio, std.string, std.algorithm;
void main(){
size_t[string] dictionary;
//loop
foreach(line;stdin.byLine()){
//個々の単語を語彙表へ追加する
foreach(word;splitter(strip(line))){
if(word in dictionary) continue;
auto newID = dictionary;
dictionary[word.idup] = newID;
writeln(newID, '\t', word);
}
}... | D |
a large bundle bound for storage or transport
a city in northwestern Switzerland
make into a bale
| D |
/**
Internal hash map implementation.
Copyright: © 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 vibe.utils.hashmap;
import vibe.internal.utilallocator;
import std.conv : emplace;
import std.traits;
stru... | D |
/Users/admin/Desktop/PlsHireMe/build/PlsHireMe.build/Debug-iphonesimulator/PlsHireMe.build/Objects-normal/x86_64/CollectionViewController.o : /Users/admin/Desktop/PlsHireMe/PlsHireMe/AppDelegate.swift /Users/admin/Desktop/PlsHireMe/PlsHireMe/CollectionViewController.swift /Applications/Xcode.app/Contents/Developer/Tool... | D |
// **************************************************
// hello
// **************************************************
INSTANCE DIA_Fox_Hello (C_INFO)
{
npc = RBL_2614_FOX;
nr = 1;
condition = DIA_Fox_Hello_Condition;
information = DIA_Fox_Hello_Info;
permanent = 0;
important = 0;
description = "W... | D |
/**
Useful math functions and range-based statistic computations.
If you need real statistics, consider using the $(WEB github.com/dsimcha/dstats,Dstats) library.
*/
module gfm.math.funcs;
import std.math,
std.traits,
std.range,
std.math;
import inteli.xmmintrin;
import gfm.math.vector : V... | D |
module UnrealScript.TribesGame.TrProj_MIRVGrenade;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrProj_MIRVLauncher;
extern(C++) interface TrProj_MIRVGrenade : TrProj_MIRVLauncher
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final st... | D |
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="model2-reportgenerator.notatio... | D |
/*
* DSFML - The Simple and Fast Multimedia Library for D
*
* Copyright (c) 2013 - 2018 Jeremy DeHaan (dehaan.jeremiah@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 arising from the
* use of this software.
... | D |
/*******************************************************************************
* Copyright (c) 2000, 2004 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... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.