code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/rafaelcunhadeoliveira/Documents/MapstedTestCaseEight/build/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.o : /Users/rafaelcunhadeoliveira/Documents/MapstedTestCaseEight/Pods/Alamofire/Source/MultipartFormData.swift /Users/rafaelcunhadeoliveira/Documents/MapstedTestCaseEight/Pods/... | D |
module android.java.android.hardware.biometrics.BiometricManager_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.lang.Class_d_interface;
final class BiometricManager : IJa... | D |
// PERMUTE_ARGS:
import core.stdc.stdio;
import core.bitop;
/*****************************************************/
void test1()
{
size_t[2] array;
uint x;
version (D_LP64)
size_t bitToUse = 67;
else
size_t bitToUse = 35;
array[0] = 2;
array[1] = 0x100;
printf("array = [0]:x%x, [1]:x%x\n... | 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 |
/home/philip/LearnDemo/rust-lang-book/Chapter07/Module7_14/target/debug/Module7_14: /home/philip/LearnDemo/rust-lang-book/Chapter07/Module7_14/src/main.rs
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container, std.range;
struct FenwickTree(T)
{
import std.traits : isSigned, Unsigned;
static if (isSigned!T)
{
alias U = Unsigned!T;
}
else
{
alias U = T;
}
public:
... | D |
import std.stdio;
import std.string;
import std.conv;
import std.algorithm;
import std.array;
int main(string[] args)
{
Item[] weapons;
Item[] armors;
Item[] rings;
load_items(weapons, "weapons");
load_items(armors, "armors");
load_items(rings, "rings");
auto empty_items = [Item(0, 0, 0), Item(0, 0, 0), Item(... | D |
module deadcode.graphics.mesh;
import derelict.opengl3.gl3;
import deadcode.graphics.buffer : Buffer;
import std.range : empty;
final class Mesh
{
uint glVertexArrayID = 0;
Buffer[] buffers;
static int numDrawCalls;
static int numBufferUploads;
static Mesh create()
{
Mesh m = new Mesh();
... | D |
module emul.m68k.instructions.adda;
import emul.m68k.instructions.common;
package nothrow:
void addAddaInstructions(ref Instruction[ushort] ret) pure
{
foreach(v; TupleRange!(0,readAddressModes.length))
{
enum mode = readAddressModes[v];
foreach(Type; TypeTuple!(short,int))
{
... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/PathIndexable.build/PathIndexable+Subscripting.swift.o : /Users/thendral/POC/vapor/Friends/Packages/PathIndexable-1.0.0/Sources/PathIndexable/PathIndexable+Subscripting.swift /Users/thendral/POC/vapor/Friends/Packages/PathIndexable-1.0.0/Sources/PathIndexable/PathIndexable... | D |
/*
DFLAGS:
EXTRA_SOURCES: extra-files/minimal/object.d
TEST_OUTPUT:
---
fail_compilation/fail19911b.d(10): Error: function `fail19911b.fun` `object.TypeInfo_Tuple` could not be found, but is implicitly used in D-style variadic functions
---
*/
void fun(...)
{
}
| D |
/**
* Written in the D programming language.
* This module provides Win32-specific support for sections.
*
* Copyright: Copyright Digital Mars 2008 - 2012.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Au... | D |
module tests.nested;
import unit_threaded;
import cerealed;
struct Nested {
Nested[int] aa;
}
struct SomeStruct {
string[] str;
int[][] ints;
Nested[] nesteds;
}
void testEmptyNested() {
SomeStruct original, restored;
auto enc = Cerealiser();
enc ~= original;
auto dec = Decerealiser(... | D |
module java.lang.reflect.all;
public import java.lang.reflect.AccessibleObject;
public import java.lang.reflect.Array;
public import java.lang.reflect.Constructor;
public import java.lang.reflect.Field;
public import java.lang.reflect.InvocationTargetException;
public import java.lang.reflect.Method;
public import jav... | D |
/PROGRAMS/FoodTracker/Build/Intermediates/IBDesignables/Intermediates/FoodTracker.build/Debug-iphonesimulator/FoodTracker.build/Objects-normal/x86_64/MealTableViewController.o : /PROGRAMS/FoodTracker/FoodTracker/AppDelegate.swift /PROGRAMS/FoodTracker/FoodTracker/Meal.swift /PROGRAMS/FoodTracker/FoodTracker/MealTableVi... | D |
/Users/oguzkurt/developer/cryptopals-rust/challenge_one/target/rls/debug/deps/challenge_one-b38d8f2b4304a304.rmeta: src/main.rs
/Users/oguzkurt/developer/cryptopals-rust/challenge_one/target/rls/debug/deps/challenge_one-b38d8f2b4304a304.d: src/main.rs
src/main.rs:
| D |
module ithox.qrcode.common.bitarray;
import ithox.qrcode.common.bitutils;
alias BitArrayBitType = long;
/**
* A simple, fast array of bits.
*/
class BitArray
{
/**
* Bits represented as an array of integers.
*
* @var SplFixedArray
*/
protected BitArrayBitType[] bits;
/**
* Size of the bit array in b... | D |
module org.jdom;
public import org.jdom.Attribute;
public import org.jdom.Document;
public import org.jdom.Element;
public import org.jdom.JDOMException;
public import org.jdom.Namespace;
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
/Users/congle/Desktop/DEVELOPMENTS/ENHANCE\ NOTES/Class-in-depth-Swift/Build/Intermediates.noindex/Class-in-depth-Swift.build/Debug-iphonesimulator/Class-in-depth-Swift.build/Objects-normal/x86_64/SceneDelegate.o : /Users/congle/Desktop/DEVELOPMENTS/ENHANCE\ NOTES/Class-in-depth-Swift/Class-in-depth-Swift/SceneDelegate... | D |
/**
* License:
* Copyright Devisualization (Richard Andrew Cattermole) 2014 - 2017.
* 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 devisualization.util.core.tex... | D |
/**
* D header file for Darwin
*
* Authors: Martin Nowak
*/
module core.sys.darwin.sys.mman;
version (OSX)
version = Darwin;
else version (iOS)
version = Darwin;
else version (TVOS)
version = Darwin;
else version (WatchOS)
version = Darwin;
version (Darwin):
extern (C):
nothrow:
@nogc:
public imp... | D |
<?xml version="1.0" encoding="ASCII" standalone="no"?>
<di:SashWindowsMngr xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:version="2.0">
<pageList>
<availablePage>
<emfPageIdentifier href="VAR_3_BeT-47173494... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice10949.d(12): Deprecation: Using the result of a comma expression is deprecated
fail_compilation/ice10949.d(12): Error: array index 3 is out of bounds `[5, 5][0 .. 2]`
fail_compilation/ice10949.d(12): Error: array index 17 is out of bounds `[2, 3][0 .. 2]`
fail_compilation/ice1094... | D |
import std.stdio;
import std.conv;
class A
{
int a;
string b;
bool c;
}
void main(string[] args)
{
writeln("Hello World");
auto o = new A();
int a = o.a;
a++;
a += 123;
if(a == 124)
writeln("a == 124");
else
writeln("a != 124");
for(int i = 16; i!=0; i--)
{
writeln("##"~to!string(i) ~... | D |
module dsymbols.dfunction;
import dsymbols.common;
import dsymbols.dsymbolbase;
import dsymbols.dvariable;
import logger;
import std.array;
import std.algorithm;
import std.conv;
class FunctionSymbol : TypedSymbol!(SymbolType.FUNC)
{
this(string name, Offset pos, ScopeBlock block, DType returnType, VariableSymb... | D |
/*
TEST_OUTPUT:
---
fail_compilation/test17908b.d(13): Error: function test17908b.foobar is not callable because it is annotated with `@disable`
---
*/
void foobar() {}
@disable void foobar(int) {}
alias i = foobar;
void main()
{
i(10);
}
| D |
/**
* Copyright © DiamondMVC 2018
* License: MIT (https://github.com/DiamondMVC/Diamond/blob/master/LICENSE)
* Author: Jacob Jensen (bausshf)
*/
module diamond.web.elements;
public
{
import diamond.web.elements.element;
import diamond.web.elements.input;
import diamond.web.elements.block;
import diamond.web.el... | D |
instance DIA_Brutus_EXIT(C_Info)
{
npc = VLK_4100_Brutus;
nr = 999;
condition = DIA_Brutus_EXIT_Condition;
information = DIA_Brutus_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Brutus_EXIT_Condition()
{
if(Kapitel < 3)
{
return TRUE;
};
};
func void DIA_Brutus_EXIT_Info()
{
B_... | D |
# FIXED
grlib/msp-exp432p401r_grlib_example/fonts/fontcmsc16.obj: ../grlib/msp-exp432p401r_grlib_example/fonts/fontcmsc16.c
../grlib/msp-exp432p401r_grlib_example/fonts/fontcmsc16.c:
| D |
//--------------------------------------
// Kamera
// Gothic 2.60(fix) version
// need modifications
// won't work correctly right now
//--------------------------------------
const int NUM_FRUSTUM_PLANES = 6;
class zCCamera {
//enum { CLIP_FLAGS_FULL = 63, CLIP_FLAGS_FULL_WO_FAR = 15 };
//enum { NU... | D |
instance Mod_102_BAU_Babera_NW (Npc_Default)
{
// ------ NSC ------
name = "Babera";
guild = GIL_NONE;
id = 102;
voice = 16;
flags = 0; //NPC_FLAG_IMMORTAL oder 0
npctype = NPCTYPE_MAIN;
// ------ Attribute ------
B_SetAttributesToChapter (self, 1); //setzt Att... | D |
/**
* Authors: The D DBI project
*
* Version: 0.2.5
*
* Copyright: BSD license
*/
module dbi.msql.all;
version (build) {
pragma (ignore);
}
public import dbi.msql.MsqlDatabase,
dbi.msql.MsqlResult,
dbi.all; | 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 |
# FIXED
Comun/common/F2837xD_I2C.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_I2C.c
Comun/common/F2837xD_I2C.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_headers/include/F2837xD_device.h
Comun/common/F2837xD_I2C.obj: C:/Users/dagaro/workspace/Firmware_Te... | D |
module rikkadb.file.hashtable;
import rikkadb.file.filedata;
import rikkadb.file.util;
import std.stdio;
import std.math;
import std.typecons;
import core.sync.mutex;
import core.sync.rwmutex;
immutable uint HASH_TABLE_GROWTH = 2<<26; // Grows every 128MB
immutable ubyte ENTRY_VALID = 1;
immutable ubyte EN... | D |
/Users/mprechner/vapor-demo/HelloWorld/.build/debug/Fluent.build/Preparation/Database+Preparation.swift.o : /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Database/Database.swift /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/fluent.git-6251908308727715749... | D |
/home/vladislav/Projects/RustProjects/test_pj/target/release/deps/test_pj-b854247b6a85967f: src/main.rs
/home/vladislav/Projects/RustProjects/test_pj/target/release/deps/test_pj-b854247b6a85967f.d: src/main.rs
src/main.rs:
| D |
module sistema_bancario;
import cuenta;
import cliente;
import persona_fisica;
import persona_juridica;
class SistemaBancario {
Cliente[string] clientes;
this() {}
void eliminarUsuario(string id) {
clientes.remove(id);
}
void transferir(string id_origen, string id_destino, int monto) {
... | D |
/* GDC -- D front-end for GCC
Copyright (C) 2013 Free Software Foundation, Inc.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.
GCC ... | D |
/**
* Convert a D symbol to a symbol the linker understands (with mangled name).
*
* 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 ... | D |
/**
This module is a rewrite of yage3D EngineObject class.
Authors: Poggel / Fr3nchK1ss
Copyright: Contact Fr3nchK1ss
*/
module dterrent.core.engineobject;
/**
The EngineObject class is a base class for dterrent objects using Ids.
*/
class EngineObject
{
// These maps prevent the id system from adding any add... | D |
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>.
module gio.error;
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License a... | D |
module config.keys;
import std.file;
import std.json;
import util.json;
import config.application;
const CONFIG_FILE = "keys.json";
private shared static string[string] _keys;
void init() {
auto json = readJSON(buildConfigPath(CONFIG_FILE));
shared string[string] keys;
foreach (string client, key; jso... | D |
/**
*
* /home/tomas/workspace/mqtt-d/source/mqttd/client.d
*
* Author:
* Tomáš Chaloupka <chalucha@gmail.com>
*
* Copyright (c) 2015 Tomáš Chaloupka
*
* Boost Software License 1.0 (BSL-1.0)
*
* Permission is hereby granted, free of charge, to any person or organization obtaining a copy
* of the softwa... | D |
/home/user/code/2018-advent-of-code/day2/target/rls/debug/deps/day2-6755376ca485b8ce.rmeta: src/main.rs
/home/user/code/2018-advent-of-code/day2/target/rls/debug/deps/day2-6755376ca485b8ce.d: src/main.rs
src/main.rs:
| D |
a rounded spherical form
a sum total of many heterogenous things taken together
an occurrence combining miscellaneous things into a (more or less) rounded mass
| D |
// **************************************************
// B_AddPetzCrime
// --------------
// Erhöht Petzcrime-Counter der übergebenen Crime
// in der der Home-Location
// **************************************************
func void B_AddPetzCrime (var C_NPC slf, var int crime)
{
// ------ OldCamp ------
if (C_NpcBel... | D |
/**
* D header file for NetBSD.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
* Authors: Martin Nowak
*/
module core.sys.netbsd.dlfcn;
public import core.sys.posix.dlfcn;
version (NetBSD):
extern (C):
nothrow:
enum __BSD_VISIBLE = true;
/*
... | 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 |
/* PERMUTE_ARGS: -allinst
*/
// https://issues.dlang.org/show_bug.cgi?id=15985
void ff()()
{
gg!()();
hh!()();
}
void gg()() { ff!()(); }
void hh()() { ff!()(); }
enum x = is(typeof(ff!()()));
alias my_g = gg!();
int main() { return 0; }
| D |
a member of the Siouan people of the northern Mississippi valley
the area of the states of North Dakota and South Dakota
the Siouan language spoken by the Dakota
| D |
module ud1_arkanoid_d.timer;
import std.datetime;
class Timer {
public:
this() {
startTime.start();
globalStartTime.start();
}
final void startTiming() {
startTime.start();
}
double timeElapsed() {
TickDuration t = startTime.peek();
elapsed_time = t.nsecs / 1.0e9;
return elapsed_time;
}
d... | D |
/Users/radibarq/developer/NasaInArabic/build/NasaInArabic.build/Debug-iphonesimulator/NasaInArabic.build/Objects-normal/x86_64/Global.o : /Users/radibarq/developer/NasaInArabic/NasaInArabic/AppStoreViewController1.swift /Users/radibarq/developer/NasaInArabic/NasaInArabic/Source.swift /Users/radibarq/developer/NasaInAra... | D |
//Savegame Bugfixbooks ****Björn****
INSTANCE Lukor_Bugfixbook(C_Item)
{
name = "Zwinge Baal Lukor in den Followmode";
mainflag = ITEM_KAT_DOCS;
flags = ITEM_MISSION;
value = 100;
visual = "ItWr_Book_02_05.3ds";
material = MAT_LEATHER;
scemeName = "MAP";
on_state[0] ... | D |
/Users/gpestana/dev/generative-art/one/target/debug/deps/libglib_sys-a21afd9b424b6e03.rlib: /Users/gpestana/.cargo/registry/src/github.com-1ecc6299db9ec823/glib-sys-0.4.0/src/lib.rs
/Users/gpestana/dev/generative-art/one/target/debug/deps/glib_sys-a21afd9b424b6e03.d: /Users/gpestana/.cargo/registry/src/github.com-1ecc... | 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 |
/Users/apple-1/Downloads/SWIFT\ USEFULS/Demos-master/ExpandTableCellDemo/Build/Intermediates/ExpandTableCellDemo.build/Debug-iphonesimulator/ExpandTableCellDemo.build/Objects-normal/x86_64/ViewController.o : /Users/apple-1/Downloads/SWIFT\ USEFULS/Demos-master/ExpandTableCellDemo/ExpandTableCellDemo/ViewController.swif... | D |
/Users/Nick/Documents/rust/rust-learning/minigrep/target/debug/deps/minigrep-a30a1c83b46d429c.rmeta: src/lib.rs
/Users/Nick/Documents/rust/rust-learning/minigrep/target/debug/deps/minigrep-a30a1c83b46d429c.d: src/lib.rs
src/lib.rs:
| D |
# FIXED
drivers/buttons.obj: C:/ti/TivaWare_C_Series-2.1.4.178/examples/boards/ek-tm4c129exl/drivers/buttons.c
drivers/buttons.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdbool.h
drivers/buttons.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS/include/stdint.h
drivers/buttons.obj: C:/ti/TivaWa... | D |
module dau.gui.menu;
import std.algorithm, std.conv, std.traits;
import dau.geometry.all;
import dau.graphics.all;
import dau.gui.element;
import dau.gui.data;
abstract class Menu(EntryType, ButtonType) : GUIElement {
this(GUIData data, Vector2i pos, ButtonType.Action onClick) {
super(data, pos, Anchor.topLeft)... | D |
module mkk.main.user.consts;
// Имя роли, которая устанавливается пользователю, когда он регистрируется через форму регистрации
static immutable NEW_USER_ROLE = `new_user`;
// Базовая роль пользователя
static immutable USER_ROLE = `user`; | D |
p mult16a.p 293 582
a 1 20 2107 26
a 2 21 1265 12
a 3 22 1723 29
a 4 23 1749 30
a 5 24 1522 10
a 6 25 1894 30
a 7 26 385 23
a 8 27 1591 30
a 9 28 1847 14
a 10 29 846 4
a 11 31 128 7
a 12 32 736 30
a 13 33 288 12
a 14 34 1088 26
a 15 35 2612 14
a 16 36 2932 12
a 17 37 1716 12
a 18 38 1331 22
a 20 146 654 1
a 21 129 2969... | D |
module wx.ComboBox;
public import wx.common;
public import wx.Control;
public import wx.ClientData;
//---------------------------------------------------------------------
extern(D) class КомбоБокс : Контрол
{
public const цел КБ_ПРОСТОЙ = 0x0004;
public const цел КБ_СОРТИРУЮЩИЙ = 0x0008... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ScheduledDisposable.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods... | 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 |
/+
The MIT License (MIT)
Copyright (c) <2013> <Oleg Butko (deviator), Anton Akzhigitov (Akzwar)>
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 wit... | D |
#!/usr/bin/env dub
/+
dub.sdl:
name "snippet47"
dependency "dwt" path="../../../../../../"
libs \
"atk-1.0" \
"cairo" \
"dl" \
"fontconfig" \
"gdk-x11-2.0" \
"gdk_pixbuf-2.0" \
"glib-2.0" \
"gmodule-2.0" \
"gnomeui-2" \
"gnomevfs-2" \
"gobjec... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/Fluent.build/Schema/ForeignKey.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Utilities/UUID.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.bui... | D |
/*******************************************************************************
Implementation of DHT 'GetChannelSize' request
copyright:
Copyright (c) 2015-2017 dunnhumby Germany GmbH. All rights reserved
License:
Boost Software License Version 1.0. See LICENSE.txt for details.
*******... | D |
/*
EXTRA_FILES: imports/a15816.d
TEST_OUTPUT:
---
fail_compilation/imports/a15816.d(3): Error: anonymous classes not allowed
---
*/
class A
{
import imports.a15816;
}
| D |
module d2d.font.bmtext;
version (BindSDL_Image) : import d2d;
import std.utf : byDchar;
/// Implementation containing text drawable functions using an AngelCode BMFont. Nice and fast for unscaled text, reduced memory usage, render time scales with text length, no re-render times, requires some additional shader unif... | D |
a book published annually by the graduating class of a high school or college usually containing photographs of faculty and graduating students
a reference book that is published regularly once every year
| D |
400 3.242e-05
400.2 2.77573433833256e-05
400.4 2.37652717982681e-05
400.6 1.65061748349434e-05
400.8 9.3001266730676e-06
401 5.24e-06
401.2 8.54991608103443e-06
401.4 1.39505849222769e-05
401.6 2.09352036395411e-05
401.8 2.88945655988267e-05
402 3.988e-05
402.2 4.2308014756628e-05
402.4 4.48838543793141e-05
402.6 3.909... | D |
/home/ankit/pandora/substrate-node-template/target/release/wbuild/node-template-runtime/target/release/build/node-template-runtime-decf119b4b04487d/build_script_build-decf119b4b04487d: /home/ankit/pandora/substrate-node-template/runtime/build.rs
/home/ankit/pandora/substrate-node-template/target/release/wbuild/node-te... | D |
/+++++++++++++++++++++++++++++
+ This module defines algorithm 'all'
+/
module rx.algorithm.all;
import rx.disposable;
import rx.observable;
import rx.observer;
import rx.util;
import std.functional : unaryFun;
import std.range : isOutputRange, put;
struct AllObserver(TObserver, E, alias pred = "true")
{
stati... | D |
/Users/anthonysherbondy/Desktop/iosd_hearsay/tonysTab/Build/Intermediates/tonysTab.build/Debug-iphonesimulator/tonysTabTests.build/Objects-normal/x86_64/tonysTabTests.o : /Users/anthonysherbondy/Desktop/iosd_hearsay/tonysTab/tonysTabTests/tonysTabTests.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDe... | D |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.cognitiveclouds.com/css/fonts/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicons/favicon... | 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
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
/* Copyright Sean Kelly 20... | D |
module org.serviio.library.local.service.GenreService;
import java.util.List;
import org.serviio.db.dao.DAOFactory;
import org.serviio.library.entities.Genre;
import org.serviio.library.metadata.MediaFileType;
import org.serviio.library.service.Service;
import org.serviio.util.ObjectValidator;
import org.slf4j.Logger;... | D |
module deimos.cef3.internal.string_types;
// Copyright (c) 2010 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 t... | D |
/home/james/ownCloud/Programming/Rust/login-service/networking/target/rls/debug/build/num-traits-b41c466b2636b356/build_script_build-b41c466b2636b356: /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/num-traits-0.2.14/build.rs
/home/james/ownCloud/Programming/Rust/login-service/networking/target/rls/debug/b... | D |
/**
* D header file for POSIX.
*
* Copyright: Public Domain
* License: Public Domain
* Authors: Sean Kelly
* Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
*/
module tango.stdc.posix.dirent;
private import tango.stdc.posix.config;
public import tango.stdc.posix.sys.type... | D |
module msgpack.exception;
@trusted:
/**
* $(D MessagePackException) is a root Exception for MessagePack related operation.
*/
class MessagePackException : Exception
{
pure this(string message)
{
super(message);
}
}
/**
* $(D UnpackException) is thrown on deserialization failure
*/
class Unpa... | D |
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Cache.build/MemoryCache.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Vapor-1.5.8/Sources/Cache/CacheProtocol.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Va... | D |
# FIXED
F2837xS_PieCtrl.obj: C:/ti/controlSUITE/device_support/F2837xS/v191/F2837xS_common/source/F2837xS_PieCtrl.c
F2837xS_PieCtrl.obj: C:/ti/controlSUITE/device_support/F2837xS/v191/F2837xS_headers/include/F2837xS_device.h
F2837xS_PieCtrl.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/include/assert.h
F283... | D |
/Users/admin/Documents/TestingSwift1/DerivedData/TestingSwift1/Build/Intermediates/TestingSwift1.build/Debug-iphonesimulator/TestingSwift1.build/Objects-normal/x86_64/AppDelegate.o : /Users/admin/Documents/TestingSwift1/TestingSwift1/ViewController.swift /Users/admin/Documents/TestingSwift1/TestingSwift1/AppDelegate.sw... | D |
module hierarchy.graphics.activity.MenuActivity;
import hierarchy;
/**
* The activity present when the user is in the menu
*/
class MenuActivity : Activity {
Texture drawTexture; ///The texture to draw to the screen; for buttons and things
iRectangle hostButton; ///The rectangle which bounds the host butto... | D |
module mci.core.weak;
import core.memory,
mci.core.atomic,
mci.core.container;
public alias void delegate(Object) FinalizeCallback; /// A delegate to call when a weak reference dies.
private extern (C) void rt_attachDisposeEvent(Object h, FinalizeCallback e);
private extern (C) void rt_detachDisposeEve... | D |
module reggae.ctaa;
import std.traits;
/**
An implementation of an associative array useable at compile-time.
Shameless copy of association lists from Lisp.
*/
@safe:
struct AssocList(K, V) {
import std.algorithm: find, canFind;
import std.array: empty, front;
AssocEntry!(K, V)[] entries;
const... | 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 |
const int SPL_MAGICBURN_DAMAGE_PER_SEC = 1;
func void B_StopMagicBurn()
{
Npc_PercEnable(self,PERC_ASSESSMAGIC,B_AssessMagic);
Npc_ClearAIQueue(self);
AI_Standup(self);
if(self.guild < GIL_SEPERATOR_HUM)
{
B_AssessDamage();
AI_ContinueRoutine(self);
}
else
{
Npc_SetTempAttitude(self,ATT_HOSTILE);
AI_C... | D |
class C
{
}
void foo(const C c, const(char)[] s, const int* q, const(int*) p);
void bar(in void* p);
void f(void function() f2);
class C2;
void foo2(const C2 c);
struct Foo3
{
int k;
~this();
this(this);
}
class C3
{
@property int get();
}
T foo3(T)()
{
}
struct S4A(T)
{
T x;
}
struct S4B(T) if (1)
{
T x;
}
union... | D |
header cxdef - expressions
include rid:rider
exLstk := 64 ; stack length
prBEG := 100 ; beginning priority
; Node categories
enum exEcat : {exNIX, exUOP, exBOP, exVAL, exNAM, exNOD, exTOK}
type exTatr
is Vcat : byte ; attribute category
Vflg : byte ; attribute flags
Vkwd : word ; attribute id
Psuc... | D |
/Users/olafgomez/Documents/PracticasCice/PokedexXYiOS/PokemonXYiOS/DerivedData/PokemonXYiOS/Build/Intermediates.noindex/PokemonXYiOS.build/Debug-iphonesimulator/PokemonXYiOS.build/Objects-normal/x86_64/PokeBank.o : /Users/olafgomez/Documents/PracticasCice/PokedexXYiOS/PokemonXYiOS/PokemonXYiOS/SceneDelegate.swift /User... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Random.build/URandom.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/Random/RandomProtocol.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/crypto/Sources/Ra... | 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 |
module requests.ssl_adapter;
import std.stdio;
import std.string;
import std.format;
import std.typecons;
import core.stdc.stdlib;
import core.sys.posix.dlfcn;
import std.experimental.logger;
version(Windows) {
import core.sys.windows.windows;
alias DLSYM = GetProcAddress;
} else {
alias DLSYM = dlsym;
}
... | D |
module godot.tree;
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.classdb;
import godot.control;
import godot.inputevent;
import godot.treeitem;
@GodotBaseClass struct Tree
{
static im... | D |
morally offensive
emitting an odor
having a natural fragrance
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.