code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/**
Defines a Region and common operation with these. A Region is a set of
tagged intervals where differently tagged intervals are distinct.
Copyright: © 2018 Arne Ludwig <arne.ludwig@posteo.de>
License: Subject to the terms of the MIT license, as written in the
included LICENSE file.
... | 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 |
module benchmark.type.fiber;
import benchmark.benchmark;
import benchmark.server, benchmark.client;
import std.socket, std.stdio, std.concurrency;
import core.thread;
class FiberBenchmark : AbstractBenchmark
{
public:
this(InternetAddress address)
{
super(address);
}
o... | D |
a cord fastened around the neck with an ornamental clasp and worn as a necktie
long heavy knife with a single edge
| D |
/Users/setiyadi/Projects/Xcode/CodeTest-303Software/Carthage/Checkouts/SwiftyJSON/Build/Intermediates/SwiftyJSON.build/Release/SwiftyJSON\ OSX.build/Objects-normal/x86_64/SwiftyJSON.o : /Users/setiyadi/Projects/Xcode/CodeTest-303Software/Carthage/Checkouts/SwiftyJSON/Source/SwiftyJSON.swift /Applications/Xcode.app/Cont... | D |
/**
* D header file for GNU stdio.
*
* Copyright: Danny Milosavljevic 2014
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Danny Milosavljevic
*/
module core.sys.linux.stdio;
version (CRuntime_Glibc):
public import core.sys.posix.stdio;
import core.sys.posix.sys.t... | D |
// Written in the D programming language.
/**
* Templates with which to extract information about types and symbols at
* compile time.
*
* <script type="text/javascript">inhibitQuickIndex = 1</script>
*
* $(BOOKTABLE ,
* $(TR $(TH Category) $(TH Templates))
* $(TR $(TD Symbol Name _traits) $(TD
* $(... | D |
/Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ShareReplayScope.o : /Users/babaiholdings/Documents/AlchemintWalletiOS/AlchemintProject/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/babaiholdings/Docu... | D |
module test.http.router;
import hunt.http.server.router.Matcher;
import hunt.http.server.router.Router;
import hunt.http.server.router.RouterManager;
import hunt.http.server.router.impl.RouterManagerImpl;
import hunt.Assert;
import hunt.util.Test;
import java.util.NavigableSet;
/**
*
*/
public class TestMatcher... | D |
/**
Copyright: Copyright (c) 2017-2018 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.container.hash.set;
import std.experimental.allocator.gc_allocator;
import voxelman.container.hash.hashtableparts;
import voxelman.container.hash.keybucket;... | D |
module java.util.MissingResourceException;
import java.lang.all;
class MissingResourceException : Exception {
String classname;
String key;
this( String msg, String classname, String key ){
super(msg);
this.classname = classname;
this.key = key;
}
}
| D |
/Users/hernaniruegasvillarreal/Documents/github/swift/Tinder/dragging-objects/Build/Intermediates/Swipe\ Demo.build/Debug-iphonesimulator/Swipe\ Demo.build/Objects-normal/x86_64/AppDelegate.o : /Users/hernaniruegasvillarreal/Documents/github/swift/Tinder/dragging-objects/Swipe\ Demo/ViewController.swift /Users/hernanir... | D |
module org.eclipse.swt.internal.mozilla.nsEmbedString;
import java.lang.all;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsStringAPI;
import XPCOM = org.eclipse.swt.internal.mozilla.XPCOM;
scope class nsEmbedString
{
this(String16 s)
{
nsresult result;
... | D |
instance Mod_4044_UntoterNovize_27_MT (Npc_Default)
{
//-------- primary data --------
name = "Untoter Novize";
Npctype = Npctype_UNTOTERNOVIZE;
guild = GIL_STRF;
level = 20;
voice = 2;
id = 4044;
//-------- abilities --------
B_SetAttributesToChapter (self, 4);
EquipItem (self, It... | D |
/**
Copyright: Copyright (c) 2016-2017 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.utils.mapping;
struct Mapping(InfoType, bool withTypeMap = false)
{
static assert(__traits(compiles, {InfoType info; info.id=1; info.name="str";}),
"Inf... | D |
module roaring.roaring;
import roaring.c;
Bitmap bitmapOf(const uint[] args ...)
{
return Bitmap.fromArray(args);
}
Bitmap bitmapOf(const uint[] bits)
{
return Bitmap.fromArray(bits);
}
Bitmap bitmapOf(T)(T rng)
{
auto r = new Bitmap;
foreach (bit; rng) r.add(bit);
return r;
}
unittest
{
i... | D |
/**
* Contains the external GC interface.
*
* Copyright: Copyright Digital Mars 2005 - 2013.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright, Sean Kelly
*/
/* Copyright Digital Mars 2005 - 2013.
* Distributed under the Boost Software License... | D |
a water solution of ammonia
a pungent gas compounded of nitrogen and hydrogen (NH3)
| D |
module d.llvm.intrinsic;
import d.llvm.local;
import source.name;
import d.ir.expression;
import llvm.c.core;
struct IntrinsicGenData {
private:
LLVMValueRef[Name] cache;
}
struct IntrinsicGen {
private LocalPass pass;
alias pass this;
this(LocalPass pass) {
this.pass = pass;
}
private @property ref LLV... | D |
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/IBarChartDataSet.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/Sou... | D |
module java.lang.util;
public import java.lang.wrappers;
public import java.lang.String;
public import java.lang.interfaces;
version(Tango){
static import tango.text.convert.Format;
static import tango.core.Exception;
static import tango.util.log.Log;
static import tango.util.log.Config;
... | D |
/Users/developer/Documents/GitRepo/forks/sift-ios/.build/x86_64-apple-macosx/debug/sift_ios.build/sift_ios.swift.o : /Users/developer/Documents/GitRepo/forks/sift-ios/Sources/sift-ios/sift_ios.swift /Users/developer/Documents/GitRepo/forks/sift-ios/.build/x86_64-apple-macosx/debug/sift_ios.build/module.modulemap
/Users... | D |
/*******************************************************************************
Abstract base class for DLS node step-by-step iterators. An iterator
class must be implemented for each storage engine.
A step iterator is distinguished from an opApply style iterator in that it
has explicit methods to ge... | D |
module util;
import std.conv;
import std.range;
import std.algorithm;
import std.functional;
import std.traits;
import std.stdio;
public import util.LookaheadRange;
public import util.ResetRange;
public import util.visit;
public import util.meta;
/* Utility Functions */
public auto ariaticMap(alias fn, R)(auto ref ... | D |
/*****************************************************************************
* Solver of Quadratic equations
*
* Authors: 新井 浩平 (Kohei ARAI), arai-kohei-xg@ynu.jp
* Version: 1.0
*****************************************************************************/
module mathematic.equations;
import std.math;
import s... | D |
module ui.ProgressBar;
import ui.Control;
class ProgressBar : Control {
protected uiProgressBar* _progressBar;
this() {
_progressBar = uiNewProgressBar();
super(cast(uiControl*) _progressBar);
}
int value() {
return uiProgressBarValue(_progressBar);
}
ProgressBar se... | D |
module collision;
public import collision.collision;
public import collision.hitbox;
import gfm.math;
package nothrow pure @nogc box2i normalize_aabb(box2f aabb, vec2f stepv) {
auto min = aabb.min / stepv;
auto max = aabb.max / stepv;
return box2i(
vec2i(cast(int)min.x, cast(int)min.y),
vec2i(cast(int)max.... | D |
module kerisy.controller;
public import kerisy.controller.Controller;
public import kerisy.controller.RestController; | D |
module UnrealScript.TribesGame.TrDevice_PlasmaGun;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrDevice_ConstantFire;
extern(C++) interface TrDevice_PlasmaGun : TrDevice_ConstantFire
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property fina... | D |
module wx.ListBox;
public import wx.common;
public import wx.Control;
public import wx.ClientData;
//---------------------------------------------------------------------
extern(D) class ЛистБокс : Контрол
{
enum
{
СОРТИРУЕМЫЙ = 0x0010,
ЕДИНИЧНЫЙ = 0x0020,
МНОЖЕСТ... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/Vapor.build/Content/JSONCoder+Custom.swift.o : /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Content/FormDataCoder+HTTP.swift /Users/mu/Hello/.build/checkouts/vapor/Sources/Vapor/Sessions/... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/block_padding-7da8e0f59070f12c.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/block-padding-0.1.4/src/lib.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/libblock_padding-7da8e0f59070f12c.rlib... | D |
import std.math:floor; //import std.typecons:Nullable;
import gfm.math:vec2i;
import doxel_height_map, height_generator;
interface IHeightProvider
{
int getHeight(int i, int j);
void setOffset(int h);
}
class FlatHeightProvider
{
int height;
this(){}
this(int height){this.height = height;}
int getHeight(... | D |
module yurai.prebuild.views.view_css_main_navigation;
import yurai;
import models;
public final class view_css_main_navigation : View
{
public:
final:
this(IHttpRequest request, IHttpResponse response)
{
super("css_main_navigation", request,response, []);
}
override ViewResult generate(bool proce... | D |
// PERMUTE_ARGS: -g -version=PULL8152
// EXTRA_CPP_SOURCES: extra-files/cppb.cpp
// EXTRA_FILES: extra-files/cppb.h
import core.stdc.stdio;
import core.stdc.stdarg;
import core.stdc.config;
import core.stdc.stdint;
extern (C++)
int foob(int i, int j, int k);
class C
{
extern (C++) int bar(int i, int j, i... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
struct SW {
double w;
double s;
double d(double c) {
return (s+w) * (s/(s+w)*100 - c);
}
@property
double concentration() {
if (w+s == 0) return 0;
return s / (w+s) *... | D |
// COMPILED_IMPORTS: imports/test50a.d
// PERMUTE_ARGS:
import imports.test50a;
class Bar : Foo {
alias typeof(Foo.tupleof) Bleh;
}
| D |
/orange_pro/swift_dev/Fanplan/.build/debug/PerfectNet.build/NetTCP.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/... | D |
module tpl.collection;
class Коллекция(Ш)
{
private Ш[] _t;
public final цел добавь(Ш t)
{
this._t ~= t;
return this._t.length - 1;
}
public final проц сотри()
{
this._t.length = 0;
}
public final цел длина()
{
return this._t.l... | D |
module vulkan.helpers.Context;
import vulkan.all;
enum MemID : string {
LOCAL = "MEM_LOCAL",
SHARED = "MEM_SHARED",
STAGING = "MEM_STAGING_UP",
STAGING_DOWN = "MEM_STAGING_DN"
}
enum BufID : string {
VERTEX = "VERTEX",
INDEX = "INDEX",
UNIFORM = "UNIFOR... | D |
E: c775, c115, c743, c143, c785, c853, c289, c373, c311, c3, c579, c323, c230, c395, c88, c515, c357, c716, c206, c194, c139, c388, c153, c219, c739, c619, c523, c40, c151, c204, c105, c858, c738, c611, c489, c609, c851, c856, c878, c283, c343, c586, c710, c818, c360, c117, c715, c480, c703, c325, c137, c163, c196, c87... | D |
//Автор Кристофер Миллер. Переработано для Динрус Виталием Кулич.
//Библиотека визуальных конпонентов VIZ (первоначально DFL).
module viz.listbox;
private import viz.x.dlib;
private import viz.x.winapi, viz.control, viz.base, viz.app;
private import viz.drawing, viz.event, viz.collections;
private ex... | D |
/*
* This file was automatically generated by sel-utils and
* released under the MIT License.
*
* License: https://github.com/sel-project/sel-utils/blob/master/LICENSE
* Repository: https://github.com/sel-project/sel-utils
* Generated from https://github.com/sel-project/sel-utils/blob/master/xml/protocol/java315... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* 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, Bo... | D |
module ws.wm.x11.cursorfont;
enum XC_num_glyphs = 154;
enum XC_X_cursor = 0;
enum XC_arrow = 2;
enum XC_based_arrow_down = 4;
enum XC_based_arrow_up = 6;
enum XC_boat = 8;
enum XC_bogosity = 10;
enum XC_bottom_left_corner = 12;
enum XC_bottom_right_corner = 14;
enum XC_bottom_side = 16;
enum XC_bottom_tee = 18;
enum X... | D |
/Users/jimallan/Downloads/starter/location-track-server/.build/x86_64-apple-macosx10.10/debug/NIOHTTP1.build/HTTPEncoder.swift.o : /Users/jimallan/Downloads/starter/location-track-server/.build/checkouts/swift-nio.git-6105345694714423636/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/jimallan/Downloads/starter/locatio... | D |
/u/tlan2/Rust/Mini_Games/target/debug/build/rand_pcg-2f770365bc017b2a/build_script_build-2f770365bc017b2a: /u/tlan2/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs
/u/tlan2/Rust/Mini_Games/target/debug/build/rand_pcg-2f770365bc017b2a/build_script_build-2f770365bc017b2a.d: /u/tlan2/.cargo/regist... | D |
/Users/yan/IdeaProjects/IOS\ Projects/MyMovieApp/build/Pods.build/Debug-iphonesimulator/YouTubePlayer.build/Objects-normal/x86_64/YouTubePlayer.o : /Users/yan/IdeaProjects/IOS\ Projects/MyMovieApp/Pods/YouTubePlayer/YouTubePlayer/YouTubePlayer/YouTubePlayer.swift /Applications/Xcode.app/Contents/Developer/Toolchains/Xc... | D |
import std.stdio;
struct FileHeader {
byte fmtVersion;
int magic;
byte id;
}
void main() {
writeln(FileHeader.sizeof);
}
| D |
# FIXED
drivers/rgb.obj: C:/ti/tivaware_c_series_2_1_4_178/examples/boards/ek-tm4c123gxl/drivers/rgb.c
drivers/rgb.obj: C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include/stdint.h
drivers/rgb.obj: C:/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include/_ti_config.h
drivers/rgb.obj: C:/ti/ccs1010/ccs... | D |
instance VLK_494_Attila(Npc_Default)
{
name[0] = "Attila";
guild = GIL_VLK;
id = 494;
voice = 9;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
aivar[AIV_DropDeadAndKill] = TRUE;
fight_tactic = FAI_HUMAN_STRONG;
EquipItem(self,ItMw_1h_Sld_Axe);
EquipItem(self,ItRw_Mil_Crossbow);
Creat... | D |
module extensions;
| D |
/*
* Oracle Linux DTrace.
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
* Licensed under the Universal Permissive License v 1.0 as shown at
* http://oss.oracle.com/licenses/upl.
*/
/*
* ASSERTION:
* Test the declaration of a translator with the input type enclosed in
* between ... | D |
module deimos.cef1.display_handler;
// Copyright (c) 2012 Marshall A. Greenblatt. 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 abo... | D |
/**
* Contains high-level interfaces for interacting with DMD as a library.
*
* 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)
... | D |
a musical notation indicating one half step higher than the note named
a long thin sewing needle with a sharp point
(of something seen or heard) clearly defined
ending in a sharp point
having or demonstrating ability to recognize or draw fine distinctions
marked by practical hardheaded intelligence
harsh
having or emit... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
int[10^^5*2] BS, WS;
void main()
{
auto N = readln.chomp.to!int;
auto S = readln.chomp;
foreach (i, c; S) {
if (i) {
BS[i] = BS[i-1];
WS[i] = WS[i-1];
}
if... | D |
template TT(T...) { alias T TT; }
void TestOpAssign(Tx, Ux, ops)()
{
foreach(T; Tx.x)
foreach(U; Ux.x)
foreach(op; ops.x)
{
T a = cast(T)1;
mixin("a " ~ op ~ " cast(U)1;");
}
}
void TestOpAssignAssign(Tx, Ux, ops)()
{
foreach(T; Tx.x)
foreach(U; Ux.x)
foreach(op; ops.x)... | D |
instance BAU_911_Elena(Npc_Default)
{
name[0] = "Елена";
guild = GIL_BAU;
id = 911;
voice = 16;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Axe);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,FEMALE,"Hum_Head_Babe",FaceBabe... | D |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Fluent.build/Model/SoftDeletable.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Sources/Fluent/Model/ID.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/fluent/Sources... | D |
/** D bindings for GSL.
Authors: Chibisi Chima-Okereke
Copyright: Copyright (c) 2016, Chibisi Chima-Okereke. All rights reserved.
License: Boost License 1.0
*/
module gsl.poly;
//import core.stdc.complex;
import gsl.complex;
extern (C):
struct gsl_poly_complex_workspace
{
size_t nc;
double... | D |
/**
This module contains support for controlling dynamic arrays' appending
Copyright: Copyright Digital Mars 2000 - 2019.
License: Distributed under the
$(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
(See accompanying file LICENSE)
Source: $(DRUNTIMESRC core/_internal/_ar... | D |
module dgl.ext.NV_vertex_program4;
import dgl.opengl;
import dgl.glext;
version( D_Version2 ) {
import std.string : containsPattern = count;
import std.conv;
} else {
import tango.text.Util : containsPattern;
import tango.stdc.stringz : fromStringz;
alias char[] string;
}
private ushort extensionId__ = 28;
ali... | D |
module test;
import std.stdio;
public {
import std.file : read;
import std.string : format, strip;
}
import std.array : split, join, empty;
import std.algorithm : startsWith, endsWith;
import std.c.string : memcpy;
bool isEmpty(string test) {
return test.strip().empty();
}
private void _foo() { }
string fmt() {
... | D |
//-----------------------------------------------------------------------------
// wxD/Samples - HtmlListBox.d
//
// wxD "HtmlListBox" sample.
//
// Written by Alexander Olk (xenomorph2@onlinehome.de)
// Modified by BERO <berobero@users.sourceforge.net>
// (C) 2004 by Alexander Olk
// Licensed under the wxWidge... | 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 |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Status/Status.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-3311994267206676365/Sources/HTTP/Async/Response+Async.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/engine.git-33119942672066763... | D |
instance MENU_STATUS(C_MENU_DEF)
{
//
// Spielername und Gilde
//
items[0] = "MENU_ITEM_PLAYERGUILD_TITLE";
items[1] = "MENU_ITEM_PLAYERGUILD";
//
// Level und Erfahrung
//
items[2] = "MENU_ITEM_LEVEL_TITLE";
items[3] = "MENU_ITEM_EXP_TITLE";
items[4] = "MENU_ITEM_LEVEL_NEXT_TITLE";
items[5] =... | D |
/**
* Copyright: Copyright (c) 2012 Jacob Carlborg. All rights reserved.
* Authors: Jacob Carlborg
* Version: Initial created: Nov 7, 2012
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module tests.NonMutable;
import orange.serialization.Serializer;
import orange.serializ... | D |
/**
* TLS Channel
*
* Copyright:
* (C) 2011,2012,2014 Jack Lloyd
* (C) 2014-2015 Etienne Cimon
*
* License:
* Botan is released under the Simplified BSD License (see LICENSE.md)
*/
module botan.tls.channel;
import botan.constants;
static if (BOTAN_HAS_TLS):
package:
public import botan.cert.x509.x509cert;
public imp... | D |
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/ReflectionHelper.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/Metadata.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/CB... | D |
module ProgressBarTest;
import std.container.array;
import std.stdio;
import std.algorithm;
import std.ascii;
//import std.exception;
import std.string;
import std.traits;
import std.conv;
import std.file;
import std.path;
import std.format;
import std.math;
import core.stdc.stdlib;
import iup;
import im;
import c... | D |
module a;
enum s = import(x"74 65 73 74 31 2e 74 78 74");
enum c = import(x"74 65 73 74 32 2e 74 78 74"c);
enum w = import(x"74 65 73 74 33 2e 74 78 74"w);
enum d = import(x"74 65 73 74 34 2e 74 78 74"d);
| D |
import std.stdio;
import std.conv;
import std.algorithm;
import std.array;
void main()
{
immutable int memorysize = 65536;
int pointer = 0;
int i = 0;
int bra = 0;
string program = readln();
int[] arr = new int[memorysize];
int len = 0;
while (program[len] != '\n')
{
len++;
}
fill(arr, 0);
... | 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 |
<?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="model.notation#_4t5psEe_EeSpc8... | D |
/**
* D header file for POSIX.
*
* Copyright: Copyright Sean Kelly 2005 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly, Alex Rønne Petersen
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Co... | D |
module jamu.assembler.exceptions;
import std.conv;
import std.format;
import std.stdio;
import std.string;
import std.file : readText;
import colorize : fg, color, cwrite, cwriteln, cwritefln;
import jamu.assembler.tokens;
import jamu.assembler.ast;
// Helper function to turn tabs into spaces. Harder than it looks b... | D |
///////////////////////////////////////////////////////////////////////
// Info EXIT
///////////////////////////////////////////////////////////////////////
instance Infos_Mil_9_Exit (C_INFO)
{
nr = 999;
condition = Infos_Mil_9_Exit_Condition;
information = Infos_Mil_9_Exit_Info;
permanent = TRUE;
descript... | D |
/Users/Shashi/Documents/cunyhackathon/StudyBuddy/build/StudyBuddy.build/Debug-iphonesimulator/StudyBuddy.build/Objects-normal/x86_64/User.o : /Users/Shashi/Documents/cunyhackathon/StudyBuddy/StudyBuddy/LoginViewController.swift /Users/Shashi/Documents/cunyhackathon/StudyBuddy/StudyBuddy/WelcomePageViewController.swift ... | D |
/***********************************************************************\
* pbt.d *
* *
* Windows API header module *
* ... | D |
module tests;
import std.algorithm.iteration;
import std.complex;
import std.conv;
import std.datetime;
import std.datetime.systime;
import std.datetime.timezone;
import std.format;
import std.path;
import std.range;
import std.regex;
import std.stdio;
import std.string;
import std.typecons;
import std.utf;
import std... | D |
/**
WinRT driver implementation
Copyright: © 2012 Sönke Ludwig
Authors: Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/
module vibe.core.drivers.winrt;
version(VibeWinrtDriver)
{
import vibe.core.driver;
import vibe.inet.url;
import core.time;
cla... | D |
/Users/eric/rust_project/rust-cookbook-code/basic-2-read-write-integers/target/release/deps/libbyteorder-53c0c77d1faf3df3.rlib: /Users/eric/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/byteorder-1.2.2/src/lib.rs /Users/eric/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/byteorder-1.2.2/src/io.rs
... | D |
/*********************************************************
Авторское право: (C) 2008 принадлежит Steven Schveighoffer.
Все права защищены
Лицензия: $(LICENSE)
**********************************************************/
module col.model.Iterator;
enum : бцел
{
/**
* Возвращается из длина(... | D |
/Users/kidnapper/Documents/Jiaben_xcode8/DerivedData/Jaiben/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/GraphRequestProtocol.Bridge.o : /Users/kidnapper/Documents/Jiaben_xcode8/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/... | D |
/* THIS FILE GENERATED BY bcd.gen */
module bcd.fltk2.MenuBuild;
align(4):
public import bcd.bind;
public import bcd.fltk2.PopupMenu;
public import bcd.fltk2.Choice;
public import bcd.fltk2.MenuBar;
public import bcd.fltk2.Divider;
public import bcd.fltk2.Item;
public import bcd.fltk2.ItemGroup;
public import bcd.fltk2... | D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying... | D |
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Polymorphic.build/String+Polymorphic.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Polymorphic-1.0.1/Sources/Polymorphic.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Polymorphic-1.0.1/Sources/String+Pol... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Fluent.build/Objects-normal/x86_64/Schema+Creator.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Fluent-1.0.0/Sources/Fluent/Database/Database.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Fluent-1.0.0/Sources/Fluent/Database/Driver.swift /Users/Yowa/Work... | D |
// Written in the D programming language.
/**
This module implements the formatting functionality for strings and
I/O. It's comparable to C99's $(D vsprintf()) and uses a similar
format encoding scheme.
Macros: WIKI = Phobos/StdFormat
Copyright: Copyright Digital Mars 2000-.
License: $(WEB boost.o... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* 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, Bo... | D |
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/Kitura.build/Stack.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/Kitura.git--2811809642908056391/Sources/Kitura/Kitura.swift /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.... | D |
/Users/WenYu/Desktop/Contacts1/build/Pods.build/Debug-iphonesimulator/ObjectMapper.build/Objects-normal/x86_64/TransformType.o : /Users/WenYu/Desktop/Contacts1/Pods/ObjectMapper/ObjectMapper/Transforms/CustomDateFormatTransform.swift /Users/WenYu/Desktop/Contacts1/Pods/ObjectMapper/ObjectMapper/Transforms/DateFormatter... | D |
module Levels;
import std.file;
import std.algorithm;
//import std.range;
//import std.string;
enum levelsPath = "Levels/";
enum levelExt = ".MrPFLevel";
void GetLevelNames(out string[] allLevelNames) {
allLevelNames.length = 0;
if (levelsPath.exists) {
foreach (f; dirEntries(levelsPath, SpanMode.shal... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail122.d(12): Error: undefined identifier `y`
---
*/
// https://issues.dlang.org/show_bug.cgi?id=228
// Crash on inferring function literal return type after prior errors
void main()
{
y = 2;
auto x = function(){};
}
| D |
// Written in the D programming language.
/**
This is a submodule of $(MREF std, algorithm).
It contains generic _comparison algorithms.
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 among,
Checks if a value is among a set of values, e.g.
$(D if (v.among(1, 2, 3)) // `v` is ... | D |
module UnrealScript.Engine.Interface_NavMeshPathObstacle;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.UInterface;
extern(C++) interface Interface_NavMeshPathObstacle : UInterface
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static S... | D |
instance Mod_7653_JG_Gandal_JL (Npc_Default)
{
// ------ NSC ------
name = "Gandal";
guild = GIL_OUT;
id = 7653;
voice = 12;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 3); //setzt Att... | D |
/home/roldan/Documentos/TFG/TFG/rust/rust_search_1000000_middle_case/target/release/build/rand_pcg-16535aed8fb34644/build_script_build-16535aed8fb34644: /home/roldan/.cargo/registry/src/github.com-1ecc6299db9ec823/rand_pcg-0.1.2/build.rs
/home/roldan/Documentos/TFG/TFG/rust/rust_search_1000000_middle_case/target/relea... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.