code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/lukamessina/work/reactor_app/RTS/DerivedData/MAXSIMA Simulator/Build/Intermediates/MAXSIMA Simulator.build/Debug-iphoneos/MAXSIMA Simulator.build/Objects-normal/arm64/WelcomeViewController.o : /Users/lukamessina/work/reactor_app/RTS/Observables.swift /Users/lukamessina/work/reactor_app/RTS/Material.swift /Users/... | D |
module gui.overview_window;
import imports.all;
import main;
import project_info;
/**
オーバービューウインドウ
マップ全体の縮小表示。
*/
class OverviewWindow : MainWindow{
static const int ZOOM_MIN = 10;
static const int ZOOM_MAX = 100;
int zoomRate = 50;
OverviewWindowViewArea viewArea = null;
Statusbar statusba... | D |
/**
* Semantic analysis of expressions.
*
* Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions)
*
* 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.bo... | D |
/***********************************************************************\
* commctrl.d *
* *
* Windows API header module *
* ... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 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/ryanmcwhorter/Documents/GIT/rust_basics/sorting/target/debug/build/matrixmultiply-c7663b838e7742cc/build_script_build-c7663b838e7742cc: /Users/ryanmcwhorter/.cargo/registry/src/github.com-1ecc6299db9ec823/matrixmultiply-0.1.15/build.rs
/Users/ryanmcwhorter/Documents/GIT/rust_basics/sorting/target/debug/build/ma... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail265.d-mixin-10(10): Error: found `End of File` instead of statement
---
*/
void main()
{
mixin(`for(;;)`);
}
| D |
/*
* Copyright 2017 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 applica... | D |
module std.internal.unicode_grapheme;
import std.internal.unicode_tables;
static if (size_t.sizeof == 8)
{
//832 bytes
enum hangulLVTrieEntries = TrieEntry!(bool, 8, 5, 8)([0x0, 0x20, 0x40],
[0x100, 0x80, 0xa00], [0x2010000000000, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0, 0x0, 0x0, 0x0, 0x0... | D |
/*******************************************************************************
copyright: Copyright (c) 2004 Kris Bell. все rights reserved
license: BSD стиль: $(LICENSE)
version: Initial release: Oct 2004
authors: Kris
Быстрый Unicode ... | D |
/**
Contains routines for high level path handling.
Copyright: © 2012 rejectedsoftware e.K.
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module dub.internal.vibecompat.inet.path;
version (Have_vibe_d) public import vibe.inet.path;
else:
i... | D |
//Written in the D programming language
/**
gen_uni is a quick & dirty source code generator for unicode datastructures
*/
import fred;
import std.ascii, std.stdio, std.conv, std.algorithm,
std.array, std.format, std.string, std.bitmanip,
std.range;
import core.bitop;
CodepointSet[int] casefold;//ent... | D |
/**
* Authors: Oliver Rümpelein
* Date: 2016-01-24
* License: MIT
*/
module queryparser;
import std.exception: enforce;
import kxml.xml;
/**********
* Parse `text` for XML-Node `argument`.
*/
class QueryParser {
private:
string result;
public:
/**
* Construct a QueryParser.
*
* Params:
* t... | D |
instance Mod_747_MIL_Rangar_NW (Npc_Default)
{
// ------ NSC ------
name = "Rangar";
guild = GIL_OUT;
id = 747;
voice = 7;
flags = 0;
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4);
aivar[AIV_ToughGuy] = TRUE;
// --... | D |
/Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/x86_64-apple-macosx/debug/TemplateKit.build/Utilities/Exports.swift.o : /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/nathanwhite/Desktop/vaporserver/simpleVapor/.build/checkou... | D |
FoldExpression:
__Fold(AccumulatorDecl $(OPT = Expression); FoldLoopDecl => NextExpression)
FoldLoopDecl:
foreach(Identifier; SeqExpression)
foreach(Identifier; LwrExpression .. UprExpression)
AccumulatorDecl:
Identifier
BasicType Identifier
alias Identifier
Identifier...
alias Map(alias Te... | D |
import original = dython;
import bootstrapped = dython3;
auto test(string code)() {
enum gen1code = original.dythonize(code);
enum gen3code = bootstrapped.dythonize(code);
static assert(gen1code == gen3code, "G1 != G3 for:\n" ~ code);
mixin(gen1code);
}
void main() {
test!q{
import std... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto nmlx = readln.split.to!(int[]);
auto N = nmlx[0];
auto M = nmlx[1];
auto L = nmlx[2];
auto X = nmlx[3];
auto as = readln.split.to!(int[]);
auto DP = new int[][](2, M);
... | D |
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/InfiniteSequence.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxCocoa/RxCocoa/Deprecated.swift /Use... | D |
module owlchain.meterics.meteredInterface;
import core.time;
import owlchain.meterics.metricProcessor;
interface MeteredInterface
{
Duration rate_unit();
string event_type();
long count();
double fifteen_minute_rate();
double five_minute_rate();
double one_minute_rate();
double mean_rate()... | D |
// Copyright Gushcha Anton 2012.
// 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)
/**
* License: Boost 1.0
* Authors: Gushcha Anton (NCrashed)
*
* Custom memory allocator to handle fix... | D |
module PatcherLib;
import core.stdc.string;
import std.algorithm;
import std.net.curl;
import std.exception;
import std.file;
import std.digest.md;
import std.parallelism;
import std.range;
import std.stdio;
import std.string;
void log(T...)(string fmt, T args)
{
debug
{
stdout.writefln(fmt, args);
... | D |
module prova.math.vector4;
import prova.math;
import std.math;
///
struct Vector4
{
///
float x = 0;
///
float y = 0;
///
float z = 0;
///
float w = 0;
///
this(float x, float y, float z, float w)
{
set(x, y, z, w);
}
///
this(Vector3 vector)
{
set(vector.x, vector.y, vector.z,... | D |
/////////////////////////////////////////
// Flex /////////////////////////////////
/////////////////////////////////////////
instance PIR_1396_Addon_InExtremo_Flex(Npc_Default)
{
//-------- primary data --------
name = "Flex";
npctype = npctype_main;
guild = GIL_NONE;
level = 4;
flags = ... | D |
module mach.sdl.init.sdl;
public:
import mach.sdl.init.sdl.sdl;
| D |
a mistake resulting from inattention
a break or intermission in the occurrence of something
a failure to maintain a higher state
pass into a specified state or condition
end, at least for a long time
drop to a lower level, as in one's morals or standards
go back to bad behavior
let slip
pass by
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2018 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 hunt.http.codec.websocket.decode.Parser;
import hunt.http.codec.websocket.frame;
import hunt.http.codec.websocket.model;
import hunt.http.codec.websocket.decode.payload;
import hunt.http.Exceptions;
import hunt.http.WebSocketCommon;
import hunt.http.WebSocketConnection;
import hunt.http.WebSocketFrame;
import ... | D |
/**
*
* THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU at76c711 WITH ARCHITECTURE avr3
*
*/
module avr.specs.specs_at76c711;
enum __AVR_ARCH__ = 3;
enum __AVR_ASM_ONLY__ = false;
enum __AVR_ENHANCED__ = false;
enum __AVR_HAVE_MUL__ = false;
enum __AVR_HAVE_JMP_CALL__ = true;
enum __AVR_MEGA__ = true;
enu... | D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library 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 3 of the license, or
* (at your option) any late... | D |
// EXTRA_OBJC_SOURCES: objc_instance_variable.m
// REQUIRED_ARGS: -L-framework -LFoundation
extern (Objective-C) class NSObject {}
// Defined in `runnable/extra-files/objc_instance_variable.m`
extern (Objective-C)
class Foo : NSObject
{
// int a = 1;
// int b = 2;
// int c = 3;
// Intentionally not d... | D |
/*******************************************************************************
* Copyright (c) 2000, 2008 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 |
// REQUIRED_ARGS: -c
/*
TEST_OUTPUT:
---
fail_compilation/imports/foo10727b.d(25): Error: undefined identifier 'Frop'
---
*/
import imports.foo10727b;
| D |
module org.serviio.dlna.AudioCodec;
import java.lang.String;
public class AudioCodec
{
enum AudioCodecEnum
{
MP3,
MP2,
MP1,
AAC,
AC3,
LPCM,
DTS,
WMA,
WMA_PRO,
FLAC,
VORBIS,
TRUEHD,
AMR,
REAL,
}
AudioCodecEnum audioCodec;
alias audioCodec this;
public String getFFmpegEncoderName()
... | D |
putlin (2) --- put a line on a file 03/25/82
_C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n
integer function putlin (line, fd)
character line (ARB)
file_des fd
Library: vswtlb (standard Subsy... | D |
/**
Helper functions to interact with the Python C API
*/
module python.cooked;
import python.raw;
import python.boilerplate: Module, CFunctions, Aggregates;
/**
Creates a Python3 module from the given C functions.
Each function has the same name in Python.
*/
auto createModule(Module module_, alias cfunct... | D |
module UnrealScript.UnrealEd.InterpTrackHelper;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.UObject;
extern(C++) interface InterpTrackHelper : UObject
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { m... | D |
# FIXED
F2837xS_PieVect.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2837xs/common/source/F2837xS_PieVect.c
F2837xS_PieVect.obj: C:/ti/c2000/C2000Ware_1_00_04_00/device_support/f2837xs/headers/include/F2837xS_device.h
F2837xS_PieVect.obj: C:/ti/ti-cgt-c2000_18.1.1.LTS/include/assert.h
F2837xS_PieVect.obj: C:/... | D |
/**
* Contains TelegramMessageAutoDeleteTimerChanged
*/
module tg.types.telegram_message_auto_delete_timer_changed;
import tg.core.type, tg.core.exception;
import std.json, tg.type;
/**
* This object represents a service message about a change in auto-delete timer settings.
*/
class TelegramMessageAutoDeleteTimer... | D |
module RoundRobinTask;
interface IRoundRobinTask
{
void Task();
}
abstract class RoundRobinTask : IRoundRobinTask
{
int Period;
this(int period)
{
Period = period;
}
void Task();
}
| D |
#!/usr/bin/env rdmd -i -I..
import std.stdio;
import std.range;
import std.algorithm;
import std.conv;
import std.datetime;
import std.typecons;
import kreikey.intmath;
void main() {
auto triplets = iota!long(3, 1500001)
.map!(a => a, countPythagoreanTriples)
.filter!(a => a[1] > 0)
.each!(a => writefln... | D |
import std.stdio;
import derelict.sdl2.sdl;
import derelict.sdl2.image;
import derelict.opengl3.gl;
import derelict.opengl3.gl3;
import game.timer;
import game.application;
import game.texture;
class Game : Application
{
override void initialize()
{
texture = new Texture("data/beacon.png");
}
... | D |
/*******************************************************************************
* Copyright (c) 2003, 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 |
import std.socket;
interface Connection {
public:
void setSocket(Socket);
void start();
void recv(ubyte[] data);
ulong send(ubyte[] data);
void close();
}
class TCPConnection : Connection{
protected:
Socket socket;
public:
override void setSocket(Socket socket) {
this.socket = socket;
}
override void sta... | D |
module claro.graphics.widgets.progress;
import std.stdio;
import std.string;
private import claro.graphics.widget;
extern (C) {
object_t *progress_widget_create( object_t *parent, bounds_t *bounds, int flags );
void progress_set_range( object_t *progress, double minimum, double maximum );
void progress_set_level(... | D |
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96254
// { dg-do compile }
mixin template test()
{
int next;
}
void foo(alias l)()
{
l.next = 0; // { dg-error "cannot get frame pointer to 'D main'" }
}
void bar(alias l, alias t)()
{
l.next = 0; // { dg-error "cannot get frame pointer to 'D main'" }
}
voi... | D |
module org.serviio.library.metadata.AbstractCDSLibraryIndexingListener;
import java.lang;
import java.util.HashMap;
import java.util.Map;
import java.util.UUID;
import java.util.concurrent.atomic.AtomicBoolean;
import org.serviio.upnp.Device;
import org.serviio.upnp.service.contentdirectory.ContentDirectory;
import or... | D |
/Users/muyiming/workspace/rustpath/github/examplerust/test_thread/target/debug/build/syn-de8c9801733858b1/build_script_build-de8c9801733858b1: /Users/muyiming/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/syn-1.0.72/build.rs
/Users/muyiming/workspace/rustpath/github/examplerust/test_thread/target/debug/buil... | D |
module neton.snap.SnapShotter;
import std.stdio;
import std.file;
import std.path;
import std.array;
import std.format;
// import protocol.Msg;
import hunt.util.Serialize;
import hunt.logging;
import std.algorithm.sorting;
// import raft.Node;
import hunt.raft;
const string snapSuffix = ".snap";
... | D |
/******************************************************************************
Struct containing the fields for the RedistributeRequest. These are wrapped
in a struct in order for them to be conveniently returnable by the user's
input delegate.
Copyright:
Copyright (c) 2016-2017 dunnhumby Ger... | D |
module dtk.widgets.entry;
import dtk.widget;
alias Entry Edit;
class Entry : Widget
{
this(Widget parent) {
class_name = "entry";
super(parent);
}
void clear()
{
tk.eval(name, "delete 0 end");
}
void value(string text)
{
clear();
tk.eval(name, "insert 0", text);
}
string value()... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
module android.java.java.nio.file.spi.FileSystemProvider_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import16 = android.java.java.nio.file.CopyOption_d_interface;
import import17 = android.java.ja... | D |
(logic) a proposition that is accepted as true in order to provide a basis for logical reasoning
put (something somewhere) firmly
put before
take as a given
| D |
large northern deer with enormous flattened antlers in the male
| D |
/*
FIXME:
overloads can be done as an object representing the overload set
tat opCall does the dispatch. Then other overloads can actually
be added more sanely.
FIXME:
instantiate template members when reflection with certain
arguments if marked right...
FIXME:
pointer to member functions can give a ... | D |
module org.serviio.library.entities.Image;
import java.lang;
import java.util.Date;
import org.serviio.dlna.ImageContainer;
import org.serviio.dlna.SamplingMode;
import org.serviio.library.metadata.MediaFileType;
import org.serviio.library.entities.MediaItem;
public class Image : MediaItem
{
private Integer width... | D |
module disassembler.parse.parse_prefix;
import disassembler.all;
/**
* Up to 4 prefix bytes are possible.
*/
void parsePrefix(Parser p) {
p.prefix = Prefix.init;
while(true) {
auto b = p.peekByte();
switch(b) {
/* Segment overrides - ignored in 64 bit mode */
case... | D |
/home/lee/Robotics/hyperion/cargo/target/debug/build/typenum-9aa9da3e423b661a/build_script_main-9aa9da3e423b661a: /home/lee/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/main.rs /home/lee/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.11.2/build/op.rs
/home/lee/Robotics/hyperion/cargo... | D |
module vindinium.game_objs;
import stdx.data.json;
import std.conv;
import std.bitmanip;
struct Pos {
uint x, y;
void update_from_json(JSONValue json) {
auto pos = json.get!(JSONValue[string]);
this.x = pos["x"].get!double.to!uint;
this.y = pos["y"].get!double.to!uint;
}
}
struc... | D |
module wx.Choice;
public import wx.common;
public import wx.Control;
public import wx.ClientData;
public import wx.IControlWithItems;
public import wx.ArrayString;
//! \cond EXTERN
static extern (C) IntPtr wxChoice_ctor();
static extern (C) bool wxChoice_Create(IntPtr self, IntPtr parent, int id, inout Point pos, in... | D |
/***********************************************************************\
* imm.d *
* *
* Windows API header module *
* ... | D |
/// Type definitions for reactor related types
module mecca.reactor.types;
// Licensed under the Boost license. Full copyright information in the AUTHORS file
import mecca.lib.exception;
import mecca.lib.typedid;
/// Fibers' ID type
alias FiberId = TypedIdentifier!("FiberId", ushort, ushort.max, ushort.max);
/// Ex... | D |
/Users/davalcato/Library/Mobile\ Documents/com~apple~CloudDocs/Desktop/iOS/iTunesClient2/Build/Intermediates/iTunesClient2.build/Debug-iphoneos/iTunesClient2.build/Objects-normal/arm64/ItunesAPIClient.o : /Users/davalcato/Library/Mobile\ Documents/com~apple~CloudDocs/Desktop/iOS/iTunesClient2/iTunesClient2/Models/Endpo... | D |
module dub.packagesuppliers.registry;
import dub.packagesuppliers.packagesupplier;
package enum PackagesPath = "packages";
/**
Online registry based package supplier.
This package supplier connects to an online registry (e.g.
$(LINK https://code.dlang.org/)) to search for available packages.
*/
class RegistryPac... | D |
module textrenderer.transform;
import std.algorithm;
import std.array;
import std.range;
import std.string;
import inmath.linalg;
import glamour.texture;
import renderer.baseshapes;
import renderer.graphicsdata;
import textrenderer.textrenderer;
GraphicsData getGraphicsData(TextRenderer textRenderer, string text, ... | D |
/**
* FreeBSD implementation of glibc's $(LINK2 http://www.gnu.org/software/libc/manual/html_node/Backtraces.html backtrace) facility.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC core... | D |
/Users/haruna/Documents/iOSdev/Tumblr_1/Build/Intermediates/Pods.build/Debug-iphonesimulator/AlamofireImage.build/Objects-normal/x86_64/Request+AlamofireImage.o : /Users/haruna/Documents/iOSdev/Tumblr_1/Pods/AlamofireImage/Source/Image.swift /Users/haruna/Documents/iOSdev/Tumblr_1/Pods/AlamofireImage/Source/UIImage+Ala... | D |
import std.stdio, std.path;
import bin.gff3_benchmark,
bin.gff3_count_features,
bin.gff3_ffetch,
bin.gff3_filter,
bin.gff3_select,
bin.gff3_sort,
bin.gff3_to_gtf,
bin.gff3_to_json,
bin.gff3_validate,
bin.gtf_to_gff3;
int main(string[] args) {
string exec... | D |
/*******************************************************************************
copyright: Copyright (c) 2004 Kris Bell. All rights reserved
license: BSD style: $(LICENSE)
version: Initial release: June 2004
author: Kris
*********... | D |
/Users/parkingsq1/Documents/project/PushPill/DerivedData/PushPill/Build/Intermediates/Pods.build/Debug-iphonesimulator/SnapKit.build/Objects-normal/x86_64/LayoutConstraint.o : /Users/parkingsq1/Documents/project/PushPill/Pods/SnapKit/Source/Constraint.swift /Users/parkingsq1/Documents/project/PushPill/Pods/SnapKit/Sour... | D |
module systems.collisionhandler;
import std;
import inmath.aabb;
import inmath.linalg;
import collision.responsehandler;
import components.collider;
import entity;
import spatialindex.rtree;
import system;
import systems.collisionhandlerdebughelper;
class CollisionHandler : System!Collider
{
Entity[] collisionEf... | D |
/**
* Copyright: Copyright Auburn Sounds 2016.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Guillaume Piolat
*/
module inteli.emmintrin;
version(LDC):
public import inteli.xmmintrin; // SSE2 includes SSE1
public import inteli.types;
import core.simd;
import inteli.ldc_co... | D |
/*******************************************************************************
copyright: Copyright (c) 2006 Dinrus. все rights reserved
license: BSD стиль: see doc/license.txt for details
version: Initial release: Feb 2006
author: Regan Heath, O... | D |
module tinyredis.collections.set;
import tinyredis : Redis, Response;
/**
Set
A class that represents a SET structure in redis.
Allows you to query and manipulate the set using methods.
Implements OutputRange.
NOTE: Operations are done on the server side as much as possible, to reflect the true state o... | D |
/Users/kidnapper/Documents/25sprout/practice/DerivedData2/practice/Build/Intermediates/IBDesignables/Intermediates/practice.build/Debug-iphonesimulator/practice.build/Objects-normal/x86_64/ArticleContentViewController.o : /Users/kidnapper/Documents/25sprout/practice/practice/Search_TPVC.swift /Users/kidnapper/Documents... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/TemplateKit.build/Data/TemplateDataEncoder.swift.o : /Users/mu/Hello/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/mu/Hello/.build/checkouts/template-kit/Sources/TemplateKit/AST/TemplateEmbed.swift /Users/mu/Hello/.build/checkouts/templ... | D |
// Written in the D programming language.
/** This module contains the $(LREF Complex) type, which is used to represent
_complex numbers, along with related mathematical operations and functions.
$(LREF Complex) will eventually $(LINK2 ../deprecate.html, replace)
the built-in types $(D cfloat), $(D cdoubl... | D |
instance Mod_548_NONE_Canthar_NW (Npc_Default)
{
// ------ NSC ------
name = "Canthar";
guild = GIL_DMT;
id = 548;
voice = 0;
flags = 2;
npctype = NPCTYPE_MAIN;
// ------ AIVARS ------
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IGNORE_Mu... | D |
/home/lqschool/git/x86OS/target/x86_64-blog_os/debug/libx86OS.a: /home/lqschool/git/x86OS/src/memory/paging/mod.rs /home/lqschool/git/x86OS/src/memory/init.rs /home/lqschool/git/x86OS/src/memory/mod.rs /home/lqschool/git/x86OS/src/memory/paging/temporary_page.rs /home/lqschool/git/x86OS/src/memory/paging/mapper.rs /hom... | 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/anusoft/Downloads/caddiecards_Xcode12-master-2/Build/Intermediates.noindex/IBDesignables/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FTPopOverMenu_Swift.build/Objects-normal/x86_64/FTConfiguration.o : /Users/anusoft/Downloads/caddiecards_Xcode12-master-2/Pods/FTPopOverMenu_Swift/FTPopOverMenu_Swift/UI... | D |
/// This module has been automatically generated.
module tcod.c.functions;
import core.runtime : Runtime;
import std.algorithm.iteration : map;
import std.path : dirName, dirSeparator;
import std.range : array;
import std.string: join, toStringz;
import derelict.util.loader;
import derelict.util.system;
import tcod... | D |
a crosspiece between the legs of a chair
one of the crosspieces that form the steps of a ladder
sound loudly and sonorously
ring or echo with sound
make (bells) ring, often for the purposes of musical edification
get or try to get into communication (with someone) by telephone
extend on all sides of simultaneously
atta... | D |
ubyte moo;
//pragma(__range, (1<<31>>(moo%30+2)));
//pragma(__range, cast(uint)(1<<31>>(moo%30+2)));
//pragma(__range, cast(ushort)-5368096384);
//pragma(__range, cast(uint)-536870912);
auto a = [[[[&moo]]]]; // TODO
auto b = [[[[&a]]]]; // TODO
auto c = [[[[&b]]]]; // TODO
auto d = [[[[&c]]]]; // TODO
pragma(ms... | D |
/*
* 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 glib.gchecksum;
import glib.gtypes;
import glib.garray;
import glib.gbytes;
enum GChecksumType {
G_CHECKSUM_MD5,
G_CHECKSUM_SHA1,
... | D |
/**
* Exception handling support for Dwarf-style portable exceptions.
*
* Copyright: Copyright (c) 2015-2016 by D Language Foundation
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Walter Bright
*... | D |
/Users/caochengfei/Desktop/swiftServiceTest/.build/x86_64-apple-macosx10.10/debug/PerfectMySQL.build/MySQL.swift.o : /Users/caochengfei/Desktop/swiftServiceTest/.build/checkouts/Perfect-MySQL.git-4976130768219902098/Sources/PerfectMySQL/MySQLCRUD.swift /Users/caochengfei/Desktop/swiftServiceTest/.build/checkouts/Perfec... | D |
/**
https://issues.dlang.org/show_bug.cgi?id=21799
PERMUTE_ARGS:
**/
int main()
{
testDeleteD();
testDeleteDScope();
testDeleteWithoutD();
testDeleteCpp();
testDeleteCppScope();
testDeleteWithoutCpp();
testThrowingDtor();
return 0;
}
enum forceCtfe = main();
/************************************************... | D |
void main() {
auto N = ri;
auto arr = iota(N).array.map!(v => rs.to!dstring).array;
auto arr2 = arr.sort().group.array.sort!((a, b) => a[1] > b[1]).array;
ulong l = arr2[0][1];
dstring[] res;
foreach(v; arr2) {
if(v[1] == l) res ~= v[0];
}
res.sort().each!writeln;
}
// ===================================
im... | D |
/Users/TUEY/Documents/ADOL-mobile/build/Pods.build/Debug-iphonesimulator/RAMReel.build/Objects-normal/x86_64/CollectionViewLayout.o : /Users/TUEY/Documents/ADOL-mobile/Pods/RAMReel/RAMReel/Framework/RAMTextField.swift /Users/TUEY/Documents/ADOL-mobile/Pods/RAMReel/RAMReel/Framework/Theme.swift /Users/TUEY/Documents/ADO... | D |
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Console.build/Console/Style/Console+ConsoleStyle.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console.git-5126077550814951831/Sources/Console/Terminal/String+ANSI.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/console... | D |
/** ksmedia.d
Converted from 'ksmedia.h'.
Version: V7.0
Authors: Koji Kishita
*/
module c.windows.ksmedia;
import c.windows.windef;
import c.windows.guiddef;
import c.windows.ks;
import c.windows.mmsystem;
import c.windows.vptype;
struct KSMULTIPLE_DATA_PROP {
KSPROPERTY Property;
KSMULTIPLE_ITEM MultipleItem;
... | D |
module ui.button;
import std.stdio;
import std.string;
import derelict.sdl2.sdl;
import app;
import util.window;
import util.colour;
import textures.texture;
import textures.manager;
import math.vec2;
class Button {
private:
SDL_Rect pos;
Texture image = null;
bool isSelected = false;
SDL_Rect imgSect;
public:... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Crypto.build/RSA/RSAKey.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/crypto/Sources/Crypto/Utilities/Base32.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAp... | D |
/Users/ericfoster/Documents/Developer/Swift/flux/.build/x86_64-apple-macosx10.10/debug/flux.build/main.swift.o : /Users/ericfoster/Documents/Developer/Swift/flux/Sources/Bottle.swift /Users/ericfoster/Documents/Developer/Swift/flux/Sources/FluxStream.swift /Users/ericfoster/Documents/Developer/Swift/flux/Sources/main.s... | D |
//***************************
// Sheep Prototype
//***************************
PROTOTYPE Mst_Default_Sheep(C_Npc)
{
//----- Maonster ----
name = "Owca";
guild = GIL_SHEEP;
aivar[AIV_MM_REAL_ID] = ID_SHEEP;
level = 1;
//----- Attribute ----
attribute [ATR_STRENGTH] = 5;
attribute [A... | D |
a disposition that is confused or nervous and upset
be flustered
cause to be nervous or upset
| D |
/Users/Ari/Desktop/ArisAdditionsToAllBeat/allbeat-ios/allbeat/DerivedData/allbeat/Build/Intermediates/Alamofire.build/Debug-iphonesimulator/Alamofire\ iOS.build/Objects-normal/x86_64/Timeline.o : /Users/Ari/Desktop/ArisAdditionsToAllBeat/allbeat-ios/allbeat/Alamofire/Source/Timeline.swift /Users/Ari/Desktop/ArisAdditio... | D |
/// $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
/// Author: Walter Bright
module core.sys.windows.stat;
version (Windows):
extern (C) nothrow @nogc:
// Posix version is in core.sys.posix.sys.stat
enum S_IFMT = 0xF000;
enum S_IFDIR = 0x4000;
enum S_IFCHR = 0x2000;
enum S_IFIFO = 0x1000;
en... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.