code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
correspondence in form or appearance
acting according to certain accepted standards
orthodoxy in thoughts and belief
concurrence of opinion
hardened conventionality
| D |
/**
* Copyright © DiamondMVC 2019
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.dom.domparser;
import std.uni : isWhite;
import std.string : format, strip, toLower, indexOf;
import std.algorithm : canFind;
import std.conv : to;
import dia... | D |
import core.stdc.stdio;
struct S { int a,b,c,d; }
alias int delegate() dg_t;
alias int delegate(int) dg1_t;
void fill()
{
int[100] x;
}
/************************************/
dg_t foo()
{
int x = 7;
int bar()
{
return x + 3;
}
return &bar;
}
void test1()
{
dg_t dg = foo();
... | D |
/**
*
* /home/tomas/workspace/trading/stockd/source/stockd/data/nrepeat.d
*
* Author:
* Tomáš Chaloupka <chalucha@gmail.com>
*
* Copyright (c) 2014 ${CopyrightHolder}
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | D |
/// global configurations
module grain.config;
///
shared bool backprop = false;
| D |
// Copyright Brian Schott (Hackerpilot) 2014.
// 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.numbers;
import std.stdio;
import std.regex;
import dparse.ast;
import dparse.l... | D |
/*
* socket.d
*
* This module implements the platform specifics for the Socket class.
*
* Author: Dave Wilkinson
* Originated: July 25th, 2009
*
*/
module platform.vars.socket;
struct SocketPlatformVars {
int m_skt;
}
| D |
module dvulkan.types;
alias uint8_t = ubyte;
alias uint16_t = ushort;
alias uint32_t = uint;
alias uint64_t = ulong;
alias int8_t = byte;
alias int16_t = short;
alias int32_t = int;
alias int64_t = long;
@nogc pure nothrow {
uint VK_MAKE_VERSION(uint major, uint minor, uint patch) {
return (major << 2... | D |
/home/pjackim/downloads/eww/target/release/deps/libproc_macro_error_attr-27acdda3b8657330.so: /home/pjackim/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs /home/pjackim/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/parse.rs /home/pjackim/.cargo/r... | D |
module android.java.java.util.concurrent.CyclicBarrier;
public import android.java.java.util.concurrent.CyclicBarrier_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CyclicBarrier;
import import2 = android.java.java.lang.Class;
| D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/COperatingSystem.build/libc.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/core.git--2280532085018929318/Sources/COperatingSystem/libc.swift /Applications/Xcode.app/Contents/Developer/Toolch... | D |
module android.java.java.util.BitSet;
public import android.java.java.util.BitSet_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!BitSet;
import import3 = android.java.java.util.stream.IntStream;
import import0 = android.java.java.util.BitSet;
import import4 = android.java.java.lang.Class;
| D |
the beginning of anything
the time at which something is supposed to begin
a turn to be a starter (in a game at the beginning
a sudden involuntary movement
the act of starting something
a line indicating the location of the start of a race or a game
a signal to begin (as in a race
the advantage gained by beginning earl... | D |
/Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/debug/Core.build/DispatchTime+Utilities.swift.o : /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/Fklemke/swiftbenchmarkproject/vaporJSON/.build/checkouts/core.git-9210800844849382486/Sou... | D |
version https://git-lfs.github.com/spec/v1
oid sha256:e4b2a04936d759476046b74a47304706bcf0e8560863a560fc0997ed42ec8f38
size 683
| D |
INSTANCE Info_Mod_Myxir_Irdorath (C_INFO)
{
npc = Mod_515_KDS_Myxir_MT;
nr = 1;
condition = Info_Mod_Myxir_Irdorath_Condition;
information = Info_Mod_Myxir_Irdorath_Info;
permanent = 0;
important = 0;
description = "Ich will mit einem Schiff zu einer Enklave von Xeres aufbrechen, um ...";
};
FUNC INT Info_Mod... | D |
instance Mod_1787_HEX_Hexe_PAT (Npc_Default)
{
// ------ NSC ------
name = NAME_hexe; //Coragons Frau / Magd / Bedienung
guild = GIL_STRF;
id = 1787;
voice = 16;
flags = 0;
npctype = NPCTYPE_pat_hexe;
// ------ Attribute ------
B_SetAttributesToChapter (self, 4); ... | 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 |
/***********************************************************************\
* ocidl.d *
* *
* Windows API header module *
* Part o... | D |
J.K. Rowling's sixth novel in the Harry Potter series will go on sale on July 16 in Britain, the US, Canada, Australia, New Zealand, South Africa and China. The announcement delighted readers, booksellers, and owners of Bloomsbury Publishing stock, whose shares surged 7%. Within 24 hours, the book shot to Number 1 on A... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 7
//-----------------------------------------------
/// my enum
enum E1
{
A, /// element a
B /// element b
}
/// my enum
enum E2
{
/// element a
A,
/// element b
... | D |
/**
* Module for different parsing tools.
*
* License: MIT (https://github.com/Royal Programming Language/bl/blob/master/LICENSE)
*
* Copyright 2019 © Royal Programming Language - All Rights Reserved.
*/
module parser.tools;
import std.container: SList,DList;
import std.range : popFront;
/// An alias for SList to cal... | D |
// Written in the D programming language.
/**
Functions that manipulate other functions.
This module provides functions for compile time function composition. These
functions are helpful when constructing predicates for the algorithms in
$(MREF std, algorithm) or $(MREF std, range).
$(SCRIPT inhibitQuickIndex = 1;)
... | D |
module UnrealScript.Engine.NxCylindricalForceField;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.NxForceField;
extern(C++) interface NxCylindricalForceField : NxForceField
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptC... | D |
/Users/netnorimingconception/utils/GeoFence/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Do.o : /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/netnorimingconception/utils/GeoFence/Pods/RxSwift/RxSwift/Observabl... | D |
/Users/pavelkurilov/Library/Mobile\ Documents/com~apple~CloudDocs/TestProjectForSibersCompanyByKurilovP/build/TestProjectForSibersCompanyByKurilovP.build/Debug-iphonesimulator/TestProjectForSibersCompanyByKurilovP.build/Objects-normal/x86_64/NetworkRequests.o : /Users/pavelkurilov/Library/Mobile\ Documents/com~apple~Cl... | D |
/********************************************
* Encode and decode UTF-8, UTF-16 and UTF-32 strings.
*
* For Win32 systems, the C wchar_t type is UTF-16 and corresponds to the D
* wchar type.
* For Posix systems, the C wchar_t type is UTF-32 and corresponds to
* the D utf.dchar type.
*
* UTF character support is... | 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 |
/**************************************************************************
КАМЕННЫЙ ГОЛЕМ
Магический голем. Можно призывать.
Трофеи: сердце.
Квестовые: "разобранные" големы-стражи в пещере у руин.
***************************************************************************/
prototype Mst_Default_Sto... | D |
/Users/sunny/Documents/MVVMC-Poc/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/SwiftMessages.build/Objects-normal/x86_64/Weak.o : /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/AccessibleMessage.swift /Users/sunny/Documents/MVVMC-Poc/Pods/SwiftMessages/SwiftMessages/Identifiable.swift ... | D |
/**
MongoDB cursor abstraction
Copyright: © 2012-2014 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.db.mongo.cursor;
public import vibe.data.bson;
import vibe.db.mongo.connection;
import vibe.db.mongo.clie... | D |
module redis.encoder;
import std.array : appender;
import std.traits : isSomeChar, isSomeString, isArray;
import std.conv : to, text;
public:
alias encode = toMultiBulk;
/**
Take an array of (w|d)string arguments and concat them to a single Multibulk
Examples:
---
toMultiBulk("SADD", ["fruits", "apple", "bana... | D |
module org.serviio.upnp.service.contentdirectory.classes.Album;
import java.lang.String;
import java.net.URI;
import org.serviio.upnp.service.contentdirectory.classes.Container;
import org.serviio.upnp.service.contentdirectory.classes.ObjectClassType;
public class Album : Container
{
protected String storageMediu... | D |
/*
* Copyright (c) 2004-2009 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 |
module crimson.config.base;
enum configType {
JSON = 1,
XML = 2
}
class configBase {
private:
configType type;
public @property string[string] settings;
public void load(string filename, configType type = configType.JSON) {
this.type = type;
//load file into settings
... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.t... | D |
/**
* Hash Set
* Copyright: © 2015 Economic Modeling Specialists, Intl.
* Authors: Brian Schott
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module containers.hashset;
private import containers.internal.hash : generateHash, hashToIndex;
private import containers.internal.node : ... | D |
module Tokens;
enum TokenType{Literal, Operator, Paren};
enum Associativity{Left, Right};
auto Operators = ["^", "+", "-", "*", "/"];
auto OperatorPrecedence(){
return [
"^": 4,
"*": 3,
"/": 3,
"+": 2,
"-": 2
];
}
auto OperatorAssociativity(){
return [
"^": Associativity.Right,
"*": Associativity.Lef... | D |
/**
* `UIElement` is the base class of all widgets.
*
* Copyright: Copyright Auburn Sounds 2015 and later.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Guillaume Piolat
*/
module dplug.gui.element;
import core.stdc.stdio;
import std.algorithm.comparison;
public import gf... | D |
/**
* DER Encoder
*
* Copyright:
* (C) 1999-2007 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.asn1.der_enc;
import botan.constants;
import botan.asn1.asn1_obj;
import botan.asn1.der_enc;
import botan.math.bigint.bigint;
imp... | D |
// ****************************************************
// B_GetPetzCrime
// --------------
// Liefert Petzcrime in Abhängigkeit von Home-Location
// wenn NSC keine Home-Location angehört --> CRIME_NONE
// ****************************************************
func int B_GetGreatestPetzCrime (var C_NPC slf)
{
// -----... | D |
module derelict.angelscript;
public import derelict.angelscript.asc;
public import derelict.angelscript.ascpp;
public import derelict.angelscript.types;
public class DerelictAngelscriptLoader {
public void load() {
DerelictAngelscriptC.load();
DerelictAngelscriptCPP.load();
}
public void load(string path, str... | D |
/root/Klug-Dossier/target/release/deps/libp2p_mdns-7aaaab1b4477988b.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-mdns-0.28.0/src/lib.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-mdns-0.28.0/src/behaviour.rs /root/.cargo/registry/src/github.com-1ecc6299db9ec823/libp2p-mdns-0.28.... | D |
/**
* This module describes the _digest APIs used in Phobos. All digests follow
* these APIs. Additionally, this module contains useful helper methods which
* can be used with every _digest type.
*
$(SCRIPT inhibitQuickIndex = 1;)
$(DIVC quickindex,
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW T... | D |
/Users/carytsai/Documents/Sixdegrees_Ios_V2/DerivedData/Sixdegrees_Ios_V2/Build/Intermediates.noindex/Sixdegrees_Ios_V2.build/Debug-iphonesimulator/Sixdegrees_Ios_V2.build/Objects-normal/x86_64/GetAddStatus.o : /Users/carytsai/Documents/Sixdegrees_Ios_V2/Sixdegrees_Ios_V2/ViewController/MainStoryBoard/LoadingVC.swift /... | D |
module android.java.android.provider.MediaStore_Audio_Artists;
public import android.java.android.provider.MediaStore_Audio_Artists_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!MediaStore_Audio_Artists;
import import1 = android.java.java.lang.Class;
import import0 = android.java.android.net... | D |
/Users/justinlew/Documents/iOS_dev/mealify.io/DerivedData/mealify/Build/Intermediates.noindex/mealify.build/Debug-iphonesimulator/mealify.build/Objects-normal/x86_64/MealTableViewCell.o : /Users/justinlew/Documents/iOS_dev/mealify.io/ViewController1.swift /Users/justinlew/Documents/iOS_dev/mealify.io/ViewController2.sw... | D |
import std.stdio;
import std.c.stdlib : exit;
/// Writes whatever you tell it and then exits the program successfully
void writeAndSucceed(S...)(S toWrite)
{
writeln(toWrite);
exit(0);
}
/// Writes the help text and fails.
/// If the user explicitly requests help, we'll succeed (see writeAndSucceed),
/// but if wha... | D |
// Written in the D programming language.
/**
This module implements the formatting functionality for strings and
I/O. It's comparable to C99's `vsprintf()` and uses a similar
_format encoding scheme.
For an introductory look at $(B std._format)'s capabilities and how to use
this module see the dedicat... | D |
module evael.ecs.entity_manager;
import evael.ecs.entity;
import evael.ecs.component_pool;
import evael.ecs.component_counter;
import evael.lib.containers.array;
alias BoolArray = Array!bool;
class EntityManager : NoGCClass
{
enum COMPONENTS_POOL_SIZE = 50;
/// [ Component1[entity1, entity2...] , Component... | D |
// Written in the D programming language.
// Written in the D programming language.
// MGW Мохов Геннадий Владимирович 2016
/*
Slots:
void Slot_AN(); --> "Slot_AN()" // void call(Aдркласса, Nчисло);
void Slot_ANI(int); --> "Slot_ANI(int)" // void call(Aдркласса, Nчисло, int);
voi... | D |
/Users/lizziesiegle/Desktop/server/DerivedData/server/Build/Intermediates/server.build/Debug/KituraNet.build/Objects-normal/x86_64/ServerMonitor.o : /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/KituraNet/BufferList.swift /Users/lizziesiegle/Desktop/server/Packages/Kitura-net-1.6.2/Sources/Kitura... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.399994 61.7000008 5.9000001 0 58 62 -19.6000004 116.099998 141 3.29999995 8 0.9025 sediments, sandstones, siltstones
310.200012 40.5999985 4.69999981 120.900002 56 59 -33.2000008 151.100006 241 8.60000038 8.60000038 0.868686869 extrusives
30... | D |
/**
...
Copyright: © 2012 Matthias Dondorff
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff
*/
module dub.internal.utils;
import dub.internal.vibecompat.core.file;
import dub.internal.vibecompat.core.log;
import dub.internal.vibecompat.dat... | D |
import std.stdio, std.array, std.string, std.conv, std.algorithm;
import std.typecons, std.range, std.random, std.math, std.container;
import std.numeric, std.bigint, core.bitop;
void main() {
auto N = readln.chomp.to!long;
long C = N;
long ans = 0;
long MOD = 10^^9+7;
foreach (i; 1..N+1) {
... | D |
# FIXED
user_HW3_Code.obj: C:/MCU_TI_MSP430G2553/HW3_Code/user_HW3_Code.c
user_HW3_Code.obj: C:/ti/ccsv8/ccs_base/msp430/include/msp430g2553.h
user_HW3_Code.obj: C:/ti/ccsv8/ccs_base/msp430/include/in430.h
user_HW3_Code.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-msp430_18.1.1.LTS/include/intrinsics.h
user_HW3_Code.obj: C:... | D |
module tests.ut.drules;
import reggae;
import reggae.options;
import unit_threaded;
import std.algorithm;
import std.array;
void testDCompileNoIncludePathsNinja() {
auto build = Build(objectFile(SourceFile("path/to/src/foo.d")));
auto ninja = Ninja(build, "/tmp/myproject");
ninja.buildEntries.shouldEqua... | D |
module dweb.http;
// Used to stop the http parser
class StopHttpParserException : Exception
{
this() { super(null); }
} | D |
/Users/nabil/Downloads/AlbumsMnager/Build/Intermediates/Pods.build/Debug-iphonesimulator/SKPhotoBrowser.build/Objects-normal/x86_64/UIImage+Rotation.o : /Users/nabil/Downloads/AlbumsMnager/Pods/SKPhotoBrowser/SKPhotoBrowser/SKCache.swift /Users/nabil/Downloads/AlbumsMnager/Pods/SKPhotoBrowser/SKPhotoBrowser/SKCacheable... | 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 Soft... | D |
/++
+ Module for handling low-level message encoding.
+/
module virc.encoding;
import std.encoding;
import std.string;
/++
+ Decodes a byte array to a UTF-8 string. Old IRC clients don't use UTF-8,
+ but it is a simple matter to detect and convert those strings. Lines truncated
+ mid-codepoint by the protocol's line ... | D |
/Users/xiaohongwei/projects/for_offer/target/debug/deps/smallvec-7ac26ef2feb99848.rmeta: /Users/xiaohongwei/.cargo/registry/src/mirrors.ustc.edu.cn-b63e9dae659fc205/smallvec-0.6.13/lib.rs
/Users/xiaohongwei/projects/for_offer/target/debug/deps/smallvec-7ac26ef2feb99848.d: /Users/xiaohongwei/.cargo/registry/src/mirrors... | 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 |
/*******************************************************************************
copyright: Copyright (c) 2008 Kris Bell. Все права защищены
license: BSD стиль: $(LICENSE)
version: Initial release: April 2008
author: Kris
... | D |
/*
Copyright (c) 1996 Blake McBride
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 th... | D |
/*
Copyright (c) 2015, Dennis Meuwissen
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 ... | D |
import std.stdint;
alias char simxChar; /* always 1 byte */
alias int16_t simxShort; /* always 2 bytes */
alias uint16_t simxUShort; /* always 2 bytes */
alias int32_t simxInt; /* always 4 bytes */
alias uint32_t simxUInt; /* always 4 bytes */
alias float simxFloat; /* always 4 bytes */
alias ... | D |
//taken from learning d by Michael Parker
import std.stdio;
class ValClass(T) {
private:
T _val;
public:
this(T val) {
_val = val;
}
T val() @property {
return _val;
}
}
void main() {
auto vc = new ValClass!int(10);
writeln(vc.val);
} | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Console.build/Objects-normal/x86_64/ConsoleStyle+Terminal.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/String+ANSI.swift /Users/cansoykarafakili/Desktop/Hello/.build/checko... | D |
especially a leaf of grass or the broad portion of a leaf as distinct from the petiole
a dashing young man
something long and thin resembling a blade of grass
a cutting or thrusting weapon that has a long metal blade and a hilt with a hand guard
a cut of beef from the shoulder blade
a broad flat body part (as of the sh... | D |
import logger = std.experimental.logger;
import std.json;
import std.stdio;
import std.algorithm : canFind;
auto plausableCompilers = ["g++", "gcc", "clang", "clang++"];
struct Compiler {
string payload;
alias payload this;
}
struct CompilationDatabase {
CDBFileName name;
JSONValue payload;
a... | D |
/**
* @file pxipm.h
* @brief Process Manager PXI service
*/
module ctru.services.pxipm;
import ctru.types;
import ctru.exheader;
import ctru.services.fs;
extern (C): nothrow: @nogc:
/// Initializes PxiPM.
Result pxiPmInit();
/// Exits PxiPM.
void pxiPmExit();
/**
* @brief Gets the current PxiPM session handle... | D |
import std.stdio;
void main(){
bool result = (a == null);
}
| D |
/Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/x86_64-apple-macosx/debug/FluentSQLite.build/FluentSQLiteProvider.swift.o : /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.build/checkouts/fluent-sqlite/Sources/FluentSQLite/FluentSQLiteSchema.swift /Users/weirujian/Desktop/WeiRuJian/Vapor/AuthServer/.bui... | D |
/**
This module implements a generic axis-aligned bounding box (AABB).
*/
module gfm.math.box;
import std.math,
std.traits,
std.conv,
std.string;
import gfm.math.vector,
gfm.math.funcs;
/// N-dimensional half-open interval [a, b[.
struct Box(T, int N)
{
static assert(N > 0);
p... | D |
/Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Switch.o : /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/MohamedNawar/Desktop/MyMVVMRxSwiftExample/Pods/RxSwift/RxSwift/Observables/SingleAsync... | D |
/++
$(H2 Level 2)
$(SCRIPT inhibitQuickIndex = 1;)
This is a submodule of $(MREF mir,glas).
The Level 2 BLAS perform matrix-vector operations.
Note: GLAS is singe thread for now.
$(BOOKTABLE $(H2 Matrix-vector operations),
$(TR $(TH Function Name) $(TH Description))
$(T2 gemv, general matrix-vector multiplication... | D |
<?xml version="1.0" encoding="ASCII"?>
<di:Diagram xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.w4.eu/spec/DataComposer/20120927/Diagram/DI" background="255,255,255" foreground="0,0,0" modelElement="ACED00057400077734686F74656C" gridVisible="true" snapToGrid="true" rulerVisible="true" sna... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto X = readln.chomp.to!int;
auto ns = new bool[](100004);
foreach (i; 2..100004) {
if (ns[i]) continue;
if (i >= X) {
writeln(i);
return;
}... | D |
#H: H1,H2,H3,H4.
#M: 0,1,2,3,4,5,6.
#T: T0,T2,T3,T4,T5,T36.
#V: 0,1,2,5,6,7,8,9,10,11,12,13,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,32,33,34,35,36,37,38,39,40,41.
*reachableM(M)
0
4
2
6
1
5
3
.
*VH(V,H)
0,H4
0,H2
0,H1
0,H3
32,H3
16,H3
8,H2
40,H3
24,H2
36,H3
20,H4
12,H3
28,H3
2,H4
2,H2
34,H2
34,H1
34,H3
18,H2
1... | D |
/Users/gbs/Xcode/MessView/DerivedData/MessView/Build/Intermediates.noindex/MessView.build/Debug-iphonesimulator/MessView.build/Objects-normal/x86_64/ChatMessageCell.o : /Users/gbs/Xcode/MessView/MessView/Model/Message.swift /Users/gbs/Xcode/MessView/MessView/Controller/NewMessage.swift /Users/gbs/Xcode/MessView/MessVie... | D |
a window sash that is hinged (usually on one side)
| D |
/Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/.build/debug/Jay.build/ObjectParser.swift.o : /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/postgresAPI/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/KyleBlazier/Documents/Development/Xcode/ServerSide/Postgres/... | D |
instance DIA_BAALPARVEZ_EXIT(C_Info)
{
npc = gur_8004_parvez;
nr = 999;
condition = dia_baalparvez_exit_condition;
information = dia_baalparvez_exit_info;
permanent = TRUE;
description = Dialog_Ende;
};
func int dia_baalparvez_exit_condition()
{
return TRUE;
};
func void dia_baalparvez_exit_info()
{
AI_Stop... | D |
module wx.EraseEvent;
public import wx.common;
public import wx.Event;
public import wx.DC;
//! \cond EXTERN
extern (C) ЦелУкз wxEraseEvent_ctor(цел ид, ЦелУкз ку);
extern (C) ЦелУкз wxEraseEvent_GetDC(ЦелУкз сам);
//! \endcond
//-----------------------------------------------------------------------------
export ... | D |
instance VLK_4201_Buddler (Npc_Default)
{
//-------- primary data --------
name = Name_Buddler;
npctype = npctype_mine_ambient;
guild = GIL_VLK;
level = 5;
voice = 3;
id = 590;
//-------- abilities --------
attribute[ATR_STRENGTH] = 25;
attribute[ATR_DEXTERI... | D |
module perfontain.managers.gui.scroll;
import std.algorithm, perfontain, perfontain.managers.gui.scroll.bar;
public import perfontain.managers.gui.scroll.text;
final:
// class Scrolled : GUIElement
// {
// this(GUIElement parent, Vector2s sz, ushort h)
// {
// super(parent, Vector2s(SCROLL_ARROW_SZ.x, sz.y * h)... | D |
/Users/prajaktakulkarni/Documents/Casper/Build/Intermediates/Casper.build/Debug-iphonesimulator/Casper\ Example.build/Objects-normal/x86_64/ViewController.o : /Users/prajaktakulkarni/Documents/Casper/Casper\ Example/ViewController.swift /Users/prajaktakulkarni/Documents/Casper/Casper\ Example/AppDelegate.swift /Applica... | D |
/Users/Ben/Library/Developer/Xcode/DerivedData/CustomCatan-hezfvlmnawtxlyderrlvfddotkzt/Build/Intermediates/CustomCatan.build/Debug-iphonesimulator/CustomCatan.build/Objects-normal/i386/genScriptBig.o : /Users/Ben/Documents/cc/CustomCatan/CustomCatan/ViewControllerStandard.swift /Users/Ben/Documents/cc/CustomCatan/Cust... | D |
INSTANCE Info_Mod_Thilo_Hi (C_INFO)
{
npc = Mod_1938_Thilo_NONE_NW;
nr = 1;
condition = Info_Mod_Thilo_Hi_Condition;
information = Info_Mod_Thilo_Hi_Info;
permanent = 0;
important = 0;
description = "Wer bist du?";
};
FUNC INT Info_Mod_Thilo_Hi_Condition()
{
if (Mod_WilfriedsQuest == 0)
&& (!Npc_KnowsInfo(h... | D |
/Users/awllwa/Library/Mobile\ Documents/com~apple~CloudDocs/Code/Github/LIFXHTTPKit/.build/x86_64-apple-macosx/debug/LIFXHTTPKit.build/Client.swift.o : /Users/awllwa/Library/Mobile\ Documents/com~apple~CloudDocs/Code/Github/LIFXHTTPKit/Sources/LIFXHTTPKit/Scene.swift /Users/awllwa/Library/Mobile\ Documents/com~apple~Cl... | D |
/home/r0p3/Uni/3/FTPsimulation/user_manage/target/debug/deps/proc_macro2-5a5e685e57ca90fc.rmeta: /home/r0p3/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.26/src/lib.rs /home/r0p3/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.26/src/marker.rs /home/r0p3/.cargo/registry/src/github.com-... | D |
bool isPalindrome4(in string str) pure nothrow {
if (str.length == 0) return true;
immutable(char)* s = str.ptr;
immutable(char)* t = &(str[$ - 1]);
while (s < t)
if (*s++ != *t--) // ugly
return false;
return true;
}
void main() {
alias isPalindrome4 pali;
assert(pali("... | D |
/Users/cktalex/Documents/bProject/SwiftTutorials/Session4/itunesHttpSample/DerivedData/itunesHttpSample/Build/Intermediates/itunesHttpSample.build/Debug-iphoneos/itunesHttpSample.build/Objects-normal/armv7/MasterViewController.o : /Users/cktalex/Documents/bProject/SwiftTutorials/Session4/itunesHttpSample/itunesHttpSamp... | D |
/*******************************************************************************
* Copyright (c) 2000, 2007 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 |
INSTANCE Info_Mod_Miliz1_Hi (C_INFO)
{
npc = Mod_1893_MIL_Miliz_NW;
nr = 1;
condition = Info_Mod_Miliz1_Hi_Condition;
information = Info_Mod_Miliz1_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Miliz1_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_Miliz1_Hi_Info()
{
AI_Output(self, hero, "In... | D |
/Users/DanielChang/Documents/Vapor/Hello/.build/debug/Fluent.build/Schema/Schema+Creator.swift.o : /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/DanielChang/Documents/Vapor/Hello/Packages/Fluent-1.4.1/Sources/Fluent/Database/Driver.swift /Users/DanielChang/... | D |
/*
Copyright (c) 1996 Blake McBride
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 th... | D |
instance XBS_7509_DRAX(Npc_Default)
{
name[0] = "Drax";
guild = GIL_OUT;
id = 7509;
voice = 6;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,3);
level = 1;
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Sld_Sword_New);
EquipItem(self,ItRw_Sld_Bow);
CreateInvItems(self,ItRw_Arrow... | D |
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/DataTransform.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/ObjectMapper/Sources/FromJSON.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/Ob... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.