code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/**
* Forms the symbols available to all D programs. Includes Object, which is
* the root of the class object hierarchy. This module is implicitly
* imported.
* Macros:
* WIKI = Object
*
* Copyright: Copyright Digital Mars 2000 - 2011.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Lice... | D |
/*
Copyright (c) 2019-2020 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
... | D |
module webtank.ivy.user;
import ivy.types.data.decl_class_node: DeclClassNode;
class IvyUserIdentity: DeclClassNode
{
import ivy.types.data: IvyDataType, IvyData;
import ivy.interpreter.directive.utils: IvyMethodAttr;
import ivy.types.data.decl_class: DeclClass;
import ivy.types.data.decl_class_utils: makeClass;
... | D |
module jamc.util.gpu.ibuffer;
interface IGpuAllocator( BufferFormat )
{
alias value_type = BufferFormat.value_type;
alias size_type = BufferFormat.size_type;
alias format = BufferFormat;
size_type upload( value_type[] data, size_type block );
enum nullBlock = ~cast(size_type)0;
}
| D |
# FIXED
TOOLS/onboard.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/common/cc26xx/onboard.c
TOOLS/onboard.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/inc/bcomdef.h
TOOLS/onboard.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/osal/src/inc/comdef.h
TOOLS/onboard.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src... | D |
module memutils.debugger;
import memutils.allocators;
import memutils.hashmap;
import memutils.dictionarylist;
import memutils.utils : Malloc;
import std.conv : emplace, to;
/**
* Another proxy allocator used to aggregate statistics and to enforce correct usage.
*/
final class DebugAllocator(Base : Allocator) : Alloc... | D |
module parseBase;
import casts;
version(Windows) {
int bcmp (char* from, char* to, int count) {
while (count-- > 0) {
if (*from++ != *to++) return 1;
}
return 0;
}
} else {
extern(C) int bcmp(char*, char*, int);
}
version(Windows) { } else pragma(set_attribute, faststreq_samelen_nonz, optimiz... | 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 |
/**
Copyright: Copyright (c) 2014 Andrey Penechko.
License: a$(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module anchovy.gui.tooltipmanager;
import anchovy.gui;
struct TooltipManager
{
private:
GuiContext _context;
Widget _tooltip;
public:
@disable this();
this(GuiContext... | D |
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/ToArray.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/sunchuyue/Documents/test/RX_Product/Pods/RxSwift/RxS... | D |
module fluentasserts.core.base;
public import fluentasserts.core.array;
public import fluentasserts.core.string;
public import fluentasserts.core.objects;
public import fluentasserts.core.basetype;
public import fluentasserts.core.callable;
public import fluentasserts.core.results;
import std.traits;
import std.stdio... | D |
/*
[The "BSD licence"]
Copyright (c) 2005-2008 Terence Parr
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 ... | D |
instance Mod_1768_KDF_Magier_PAT (Npc_Default)
{
// ------ NSC ------
name = "Ordenspriester";
guild = GIL_VLK;
id = 1768;
voice = 13;
flags = 0;
npctype = NPCTYPE_MAIN;
//--------Aivars-------------
aivar[AIV_ToughGuy] = TRUE;
// ------ Attribute ------
B_SetAttributesToChapter (... | D |
/**
This is a submodule of $(MREF std, experimental, ndslice).
License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Ilya Yaroshenko
Source: $(PHOBOSSRC std/_experimental/_ndslice/_slice.d)
Macros:
T2=$(TR $(TDNW $(LREF $1)) $(TD $+))
T4=$(TR $(TDNW $(LREF $1)) $(TD $2) $(TD $3) $(TD $4... | D |
/Users/davidfekke/Documents/xcode/WKWebViewExample/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/fek.io/IntermediateBuildFilesPath/fek.io.build/Debug-iphoneos/fek.io.build/Objects-normal/arm64/ViewController.bc : /Users/davidfekke/Documents/xcode/WKWebViewExample/fek.io/AppDelegate.swift /Users/davidfekk... | D |
/**********************************************************
**
** LOGRAMM
** Interpreter
**
** (c) 2009-2014, Dr.Kameleon
**
**********************************************************
** pair.d
**********************************************************/
module components.pair;
//============================... | D |
module foo;
struct S
{
int x;
int y;
private:
int _special;
}
| D |
module hunt.http.codec.http.model;
public import hunt.http.codec.http.model.BadMessageException;
public import hunt.http.codec.http.model.ContentProvider;
public import hunt.http.codec.http.model.Cookie;
public import hunt.http.codec.http.model.CookieGenerator;
public import hunt.http.codec.http.model.CookiePars... | D |
# FIXED
Host/gatt_uuid.obj: D:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/host/gatt_uuid.c
Host/gatt_uuid.obj: D:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/osal/src/inc/comdef.h
Host/gatt_uuid.obj: D:/ti/simplelink_cc2640r2_sdk_1_50_00_58/source/ti/blestack/hal/src/target/_common/hal_t... | D |
import metus.dncurses.dncurses;
void main(string[] args) {
initscr();
scope(exit) endwin();
mode = CBreak();
stdwin.keypad = true;
with(stdwin) {
put(Pos(5,5));
auto x = getstr();
put(Pos(6,5),x);
getch();
}
}
| D |
/home/franktly/Rust/rust_program/smart-points/target/debug/deps/smart_points-b1b843c00707e54c.rmeta: src/main.rs
/home/franktly/Rust/rust_program/smart-points/target/debug/deps/smart_points-b1b843c00707e54c.d: src/main.rs
src/main.rs:
| D |
/**
* Copyright: Copyright Digital Mars 2010.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Jacob Carlborg
* Version: Initial created: Feb 20, 2010
*/
/* Copyright Digital Mars 2010.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
module android.java.java.time.format.DateTimeFormatterBuilder_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import7 = android.java.java.time.format.TextStyle_d_interface;
import import4 = android.ja... | D |
// Written in the D programming language.
/**
This is a submodule of $(MREF std, algorithm).
It contains generic _mutation algorithms.
$(SCRIPT inhibitQuickIndex = 1;)
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 bringToFront,
If $(D a = [1, 2, 3]) and $(D b = [4, 5, 6, 7]),
... | D |
/*
TEST_OUTPUT:
---
fail_compilation/ice15127.d(17): Error: basic type expected, not struct
fail_compilation/ice15127.d(17): Error: identifier expected for template value parameter
fail_compilation/ice15127.d(17): Error: found 'struct' when expecting ')'
fail_compilation/ice15127.d(17): Error: found 'ExampleStruct' whe... | D |
.build_1i2o2_lin33_48k_farenddsp/_m_vocalfusion/src/dfu_control.xc.d .build_1i2o2_lin33_48k_farenddsp/_m_vocalfusion/src/dfu_control.xc.o .build_1i2o2_lin33_48k_farenddsp/_m_vocalfusion/src/dfu_control.xc.pca.xml: C:/Users/user/workspace/module_vocalfusion/src/dfu_control.xc
| D |
a stupid foolish person
| D |
module logic.world.World;
import std.file;
import std.json;
import std.math;
import std.random;
import logic.world.Tile;
/**
* The world, mostly as a two-dimensional array of tiles
*/
class World {
Tile[][] tiles; ///The tiles of the world
alias tiles this; //Allows the world to be indexed to get tiles a... | D |
/*
* Copyright (C) 2019, HuntLabs
*
* 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... | D |
module UnrealScript.Core.Property;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Core.Field;
extern(C++) interface Property : Field
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass StaticClass() { mixin(MGSCC("Class Core.Pro... | D |
/Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Eureka.build/Objects-normal/x86_64/LabelRow.o : /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Eureka/Source/Validations/RuleURL.swift /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Eureka/Source/Validations/RuleRequ... | D |
private import Camera, Image, OpenGL, Scene, Sol;
int main(char[][] args)
{
scene = new Scene();
image = new Image();
camera = new Camera();
int argc = 0;
if(SolInit(args))
{
camera.Init();
glutInit(&argc,null);
OpenGLInit();
scene.Build();
glutMainLoop();
}
return 0;
}
| D |
FUNC VOID NuggetSack_01()
{
PutMsg("Otrzymano 25 bryłek rudy.","font_default.tga",RGBAToZColor(255,255,255,255),8,"");
Snd_Play ("GoldSack");
CreateInvItems(hero,ItMiNugget,25);
};
FUNC VOID GoldSack_01()
{
PutMsg("Otrzymano 25 monet.","font_default.tga",RGBAToZColor(255,255,255,255),8,"");
Snd_Play ("GoldSack");... | D |
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/Objects-normal/x86_64/MainRouterImpl.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/CoreML_test.build/Debug-iphonesimulator/CoreML_test.build/DerivedSources/CoreMLGenerated/Inceptionv3/In... | D |
INSTANCE SH(NPC_DEFAULT)
// PlayerInstanz
{
//-------- primary data --------
name = "StoryHelper";
Npctype = Npctype_Main;
guild = GIL_NONE;
level = 10;
voice = 15;
id = 0;
//-------- visuals --------
// animations
Mdl_SetVisual (self,"HUMANS.MDS");
// Body-Mesh Body-Tex Skin-C... | D |
/Users/andrewv/Views/playground/rust/web_app/migration/target/debug/deps/futures-2fcf09bdda3b49da.rmeta: /Users/andrewv/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-0.3.8/src/lib.rs
/Users/andrewv/Views/playground/rust/web_app/migration/target/debug/deps/libfutures-2fcf09bdda3b49da.rlib: /Users/andrewv/.car... | D |
/Users/Tamas/Dropbox/A_Egyetem\ BME/IOS/Házi/MyInsanity/DerivedData/MyInsanity/Build/Intermediates.noindex/MyInsanity.build/Debug-iphonesimulator/MyInsanity.build/Objects-normal/x86_64/AppDelegate.o : /Users/Tamas/Dropbox/A_Egyetem\ BME/IOS/Házi/MyInsanity/MyInsanity/AppDelegate.swift /Users/Tamas/Dropbox/A_Egyetem\ ... | D |
INSTANCE Info_Mod_August_Hi (C_INFO)
{
npc = Mod_7385_OUT_August_REL;
nr = 1;
condition = Info_Mod_August_Hi_Condition;
information = Info_Mod_August_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_August_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mod_August_Hi_Info()
{
AI_Output(self, hero, "... | 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 |
import std.stdio;
import std.string;
void main() {
immutable hello = "Hello";
writeln( toStringz( hello )[ 0 .. 5 ] );
}
| D |
/*
Copyright (c) 2014 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
exe... | D |
// Written in the D programming language.
module windows.componentservices;
public import windows.core;
public import windows.automation : BSTR, IDispatch, SAFEARRAY, VARIANT;
public import windows.com : APTTYPE, EOC_ChangeType, HRESULT, IClassFactory,
IMoniker, IUnknown;
public import win... | D |
module main;
import core.runtime;
import core.sys.windows.windows;
import std.stdio;
import fuji.fuji;
import fuji.system;
import game;
version (Windows)
{
extern (Windows)
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
int result;
void exceptionHandler(Throwable... | D |
/**
*
* THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU atmega324a WITH ARCHITECTURE avr5
*
*/
module avr.specs.specs_atmega324a;
enum __AVR_ARCH__ = 5;
enum __AVR_ASM_ONLY__ = false;
enum __AVR_ENHANCED__ = true;
enum __AVR_HAVE_MUL__ = true;
enum __AVR_HAVE_JMP_CALL__ = true;
enum __AVR_MEGA__ = true;
e... | D |
module strings_solution_2;
import std.stdio;
import std.string;
void main() {
write("Please enter a line: ");
string line = chomp(readln());
ptrdiff_t first_e = indexOf(line, 'e');
if (first_e == -1) {
writeln("There is no letter e in this line.");
} else {
ptrdiff_t last_e = la... | D |
/Users/a18968/Develop/RxSwiftSampler/DerivedData/RxSwiftSampler/Build/Intermediates/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Timer.o : /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/Observables/Implementations/AddRef.swift /Users/a18968/Develop/RxSwiftSampler/Pods/RxSwift/RxSwift/... | D |
/Users/julia/ruhackathon/target/rls/debug/deps/pkg_config-990b8f7b5814b269.rmeta: /Users/julia/.cargo/registry/src/github.com-1ecc6299db9ec823/pkg-config-0.3.19/src/lib.rs
/Users/julia/ruhackathon/target/rls/debug/deps/libpkg_config-990b8f7b5814b269.rlib: /Users/julia/.cargo/registry/src/github.com-1ecc6299db9ec823/pk... | D |
module org.eclipse.swt.internal.mozilla.nsIInputStream;
import org.eclipse.swt.internal.mozilla.Common;
import org.eclipse.swt.internal.mozilla.nsID;
import org.eclipse.swt.internal.mozilla.nsISupports;
alias nsWriteSegmentFun = nsresult function(nsIInputStream aInStream,
void *aClosure,
byte *aFromSegment,
PRUint... | D |
// Written in the D programming language.
/**
This module provides logging utilities.
Use Log class static methods.
Synopsis:
----
import dlangui.core.logger;
// setup:
// use stderror for logging
setStderrLogger();
// set log level
setLogLevel(LogLevel.Debug);
// usage:
// log debug message
Log.d("mouse clicke... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto N = readln.chomp.to!long;
int r;
foreach (a; 0..5) {
foreach (b; 0..2) {
foreach (c; 0..5) {
foreach (d; 0..2) {
if (N - (a+b+c+d... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/Vapor.build/JSON/HTTP/Response+JSON.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/JSON/HTTP/Message+JSON.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleC... | D |
module taxforms.framework.formregistration;
import scriptlike.std;
import scriptlike.interact;
import taxforms.framework.formdocument;
private Tuple!(SheetInfo, DocumentEntries function())[string] sheet;
private DocumentData[string] documentData;
void initDocument(alias fill)(string formalName, Year taxYear, Revie... | D |
module it.cpp.class_;
import it;
@("POD struct")
@safe unittest {
shouldCompile(
Cpp(
q{
struct Foo { int i; double d; };
}
),
D(
q{
auto f = Foo(42, 33.3);
static assert(is(Foo == struct), "Foo should be a... | D |
/++
A thin wrapper around common system webviews.
Based on: https://github.com/zserge/webview
Work in progress. DO NOT USE YET as I am prolly gonna break everything.
+/
module arsd.webview;
/* Original https://github.com/zserge/webview notice below:
* MIT License
*
* Copyright (c) 2017 Serge Zaitsev
*
* Perm... | 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 |
512 sergei_eisenstein
1 edwin_s_porter
6315 alfred_e_green
6148 stuart_heisler
6662 robert_rosen
4609 erle_c_kenton
6157 s_sylvan_simon
15 dw_griffith
7013 anatole_litvak
6165 leslie_arliss
6678 henry_hathaway
5729 gunther_von_fritsch
2075 leni_riefenstahl
542 rupert_julian
4639 _0478303
1570 wesley_ruggles
2595 cecil_... | D |
// Written in the D programming language.
/**
* This test program pulls in all the library modules in order to run the unit
* tests on them. Then, it prints out the arguments passed to main().
*
* Copyright: Copyright Digital Mars 2000 - 2009.
* License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0)... | D |
module android.java.android.icu.text.UnicodeSet;
public import android.java.android.icu.text.UnicodeSet_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!UnicodeSet;
import import3 = android.java.java.lang.StringBuffer;
import import6 = android.java.java.util.Collection;
import import11 = androi... | D |
module dwt.internal.mozilla.nsIHelperAppLauncher_1_9;
private import dwt.internal.mozilla.Common;
private import dwt.internal.mozilla.nsID;
private import dwt.internal.mozilla.nsICancelable;
private import dwt.internal.mozilla.nsIURI;
private import dwt.internal.mozilla.nsIMIMEInfo;
private import dwt.internal.... | D |
/**
HTML character entity escaping.
TODO: Make things @safe once Appender is.
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 dmarkdown.html;
import std.array;
import std.conv;
import std.... | D |
/**
A package supplier using the registry server.
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.registry;
import dub.dependency;
import dub.packagesupplier;
import dub.utils;
import vibec... | D |
# 1 "foo_c.h"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "foo_c.h"
int foo();
int aaaaa()
{
int j = 0;
for( int i=12; i< 100; i++ )
j+=i;
}
| D |
/*-
* Copyright (c) 2009-2010 Doug Rabson
* 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 co... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 0.472669284 sediments, redbeds
4.5 80.5 11.8999996 29 8 9 35.7000008 -106.5 304 14.1999998 14.1999998 0.865007985 extrusives, basalts, rhyolites
219.300003 68.9000015 2.79999995... | D |
/home/serlog/Escritorio/Raúl/Semestre-2020-II/Paralelos/parallel_computing/lab1/target/rls/debug/deps/cfg_if-ab1bd98be96b57b3.rmeta: /home/serlog/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/home/serlog/Escritorio/Raúl/Semestre-2020-II/Paralelos/parallel_computing/lab1/target/rls/debug/dep... | D |
/**
* D header file for OSX.
*
* Copyright: Copyright Sean Kelly 2008 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Sean Kelly
*/
/* Copyright Sean Kelly 2008 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See accomp... | D |
instance MENU_STATUS(C_MENU_DEF)
{
// Spielername und Gilde
items[0] = "MENU_ITEM_PLAYERNAME_TITLE";
items[2] = "MENU_ITEM_PLAYERNAME";
items[0] = "MENU_ITEM_PLAYERGUILD_TITLE";
items[1] = "MENU_ITEM_PLAYERGUILD";
//
// Level und Erfahrung
//
items[2] = "MENU_ITEM_LEVEL_TITLE";
items[3] = ... | D |
module android.java.java.util.function_.ToLongFunction;
public import android.java.java.util.function_.ToLongFunction_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!ToLongFunction;
import import0 = android.java.java.lang.Class;
| D |
/*
* This file is part of EvinceD.
* EvinceD is based on GtkD.
*
* EvinceD 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 later version... | D |
/*******************************************************************************
* Copyright (c) 2000, 2009 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, a... | D |
module qstruct;
import core.stdc.stdint;
// compiler.h
extern(C)
{
struct qstruct_definition
{
char *name;
size_t name_len;
qstruct_item *items;
size_t num_items;
uint32_t body_size;
qstruct_definition *next;
}
struct qstruct_item
{
char *na... | D |
/******************************************************************************
This module contains functions for serializing and deserializing compiled Croc
functions and modules.
License:
Copyright (c) 2008 Jarrett Billingsley
This software is provided 'as-is', without any express or implied warranty.
In no event ... | D |
/Users/Michael/Desktop/Key9Pi/DerivedData/Key9pi/Build/Intermediates/Key9pi.build/Debug-iphoneos/customKeyboard.build/Objects-normal/arm64/KeyboardViewController.o : /Users/Michael/Desktop/Key9Pi/customKeyboard/SequenceModel.swift /Users/Michael/Desktop/Key9Pi/Key9pi/AppDelegate.swift /Users/Michael/Desktop/Key9Pi/Key9... | D |
instance STRF_1118_Addon_Patrick(Npc_Default)
{
name[0] = "Patrick";
guild = GIL_STRF;
id = 1118;
voice = 7;
flags = 0;
npcType = npctype_main;
aivar[AIV_NoFightParker] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
aivar[AIV_ToughGuy] = TRUE;
aivar[AIV_ToughGuyNewsOverride] = TRUE;
aivar[AIV_IGNORE_Murder] = TRUE... | D |
module mutils.entity;
import std.algorithm : clamp, max, min;
import std.format : format;
import std.meta;
import std.traits;
import mutils.container.buckets_chain;
import mutils.container.hash_map;
import mutils.container.string_intern;
import mutils.time : useconds;
import mutils.container.hash_map_tow_way;
/**
*... | D |
module nn_manager_mod_reinforcement;
import std.algorithm.comparison;
import std.file;
import std.random;
import nn_manager;
import record_keeper;
import and.api;
import and.platform;
class NNManagerModReinforcement : NNManagerBase
{
real[] _training_scores; // array of what the score actually was a time after... | D |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | D |
module gfm.integers;
public import gfm.integers.half,
gfm.integers.wideint,
gfm.integers.rational,
gfm.integers.fixedpoint;
| D |
/Users/baixuefei/Desktop/workspace/Test_Swift/TestSwift/SwiftWith3rdLibDemoTry/DerivedData/SwiftWith3rdLibDemoTry/Build/Intermediates/SwiftWith3rdLibDemoTry.build/Debug-iphonesimulator/SwiftWith3rdLibDemoTry.build/Objects-normal/x86_64/ViewController.o : /Users/baixuefei/Desktop/workspace/Test_Swift/TestSwift/SwiftWith... | D |
/* apk_package.h - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008-2011 Timo Teräs <timo.teras@iki.fi>
* All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License v... | D |
module gui.richcli;
/* A net client wrapper that:
* - writes messages to a GUI console,
* - remembers the most recently received level and permu.
*
* This alias-this'se to INetClient. To send a level, tell it to that class.
*/
import std.string;
import basics.globals : homepageURL;
import file.language;
impor... | D |
/home/fguevara/MyRepos/Rust_Tutorial/RandomPass/target/debug/deps/RandomPass-5fb7efee6aaf0150: src/main.rs
/home/fguevara/MyRepos/Rust_Tutorial/RandomPass/target/debug/deps/RandomPass-5fb7efee6aaf0150.d: src/main.rs
src/main.rs:
| D |
/*
* This file is part of gtkD.
*
* gtkD 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 2.1 of the License, or
* (at your option) any later version.
*
* gtkD is distributed in th... | D |
module game.components.position_component;
import game_engine.ecs.component;
import game_engine.utils.vector;
class PositionComponent : Component
{
enum ID = typeof(this).stringof;
Vec4 shape;
Vec2 velocity;
this(Vec4 shape = Vec4(0, 0, 10.0, 10.0), Vec2 velocity = Vec2(0, 0))
{
this.sh... | D |
/Users/rgero215/dev/DetectiveBoard/DetectiveBoard/DerivedData/DetectiveBoard/Build/Intermediates.noindex/DetectiveBoard.build/Debug-iphonesimulator/DetectiveBoard.build/Objects-normal/x86_64/AppDelegate.o : /Users/rgero215/dev/DetectiveBoard/DetectiveBoard/DetectiveBoard/Tree.swift /Users/rgero215/dev/DetectiveBoard/De... | 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 gobject.gtype;
import gobject.gvalue;
import glib;
alias G_TYPE_FUNDAMENTAL = g_type_fundamental;
private enum G_TYPE_FUNDAMENTAL_SH... | D |
/Users/trietnguyen/Documents/Blockchain Development/NEAR SEPTEMBER/NEAR-Hackathon/smart-cert/contract/target/wasm32-unknown-unknown/debug/deps/num_rational-8e27b7b7b1f96c3a.rmeta: /Users/trietnguyen/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.3.2/src/lib.rs /Users/trietnguyen/.cargo/registry/src/gith... | D |
/Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/AppDelegate.o : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColor+Extension.swift /Users/... | D |
instance Mod_7733_BDT_Bandit_EIS (Npc_Default)
{
// ------ NSC ------
name = NAME_Bandit;
guild = GIL_STRF;
id = 7733;
voice = 0;
flags = 0;
npctype = NPCTYPE_MT_BANDIT;
// ------ Aivars ------
//aivar[AIV_EnemyOverride] = TRUE;
// ------ Attribute ------
B_SetAttributesTo... | D |
module ddebug.gdb.gdbinterface;
public import ddebug.common.debugger;
import ddebug.common.execution;
import dlangui.core.logger;
import ddebug.common.queue;
import dlangide.builders.extprocess;
import ddebug.gdb.gdbmiparser;
import std.utf;
import std.conv : to;
import std.array : empty;
import std.algorithm : start... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail236.d(14): Error: undefined identifier `x`
fail_compilation/fail236.d(22): Error: template `fail236.Templ2` cannot deduce function from argument types `!()(int)`, candidates are:
fail_compilation/fail236.d(12): `fail236.Templ2(alias a)(x)`
---
*/
// https://issues.dlang.... | D |
instance VLK_4107_Parlaf(Npc_Default)
{
name[0] = "Parlaf";
guild = GIL_MIL;
id = 4107;
voice = 3;
flags = 0;
npcType = NPCTYPE_OCMAIN;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Bau_Mace);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Face... | D |
spell (1) --- check for possible spelling errors 06/21/84
| _U_s_a_g_e
| spell [ -(f | v) ] { <pathname> }
_D_e_s_c_r_i_p_t_i_o_n
'Spell' can be used to check all the words in a document for
presence in... | D |
/Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/Build/Intermediates.noindex/CryptoSwift.build/Debug/CryptoSwift.build/Objects-normal/x86_64/StreamDecryptor.o : /Users/darthjuda/Documents/snippets/swiftPackage/ovhAPI/DerivedData/ovhAPI/SourcePackages/checkouts/CryptoSwift/Sources/CryptoSwift/ChaCha20... | D |
// Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors
// Licensed under the MIT License:
//
// 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, inc... | D |
// ******************
// ZS_MM_Rtn_Summoned
// ******************
func void B_SummonedAssessTalk()
{
Npc_ChangeAttribute (self, ATR_HITPOINTS, -self.attribute[ATR_HITPOINTS_MAX]);
};
func void ZS_MM_Rtn_Summoned ()
{
Npc_SetPercTime (self, 1);
Npc_PercEnable (self, PERC_ASSESSPLAYER, B_MM_AssessPlayer);
Npc_Perc... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Console.build/Input/Console+Input.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/console.git--2431895819212044213/Sources/Console/Terminal/ANSI.swift /Users/Khanh/vapor/TILApp/.build/checkouts/console.git--2431895819212044213/Sources/Console/Deprecat... | D |
module android.java.java.security.KeyStore_SecretKeyEntry;
public import android.java.java.security.KeyStore_SecretKeyEntry_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!KeyStore_SecretKeyEntry;
import import2 = android.java.java.lang.Class;
| D |
module distributions.categorical;
import std.algorithm;
import std.range;
import std.stdio;
class DiscreteProb(T) {
double []probs;
T []universe;
double []cumProb;
this(double []probs,T []universe) {
this.probs = probs;
this.universe = universe;
this.cumProb = this.probs.c... | D |
/Users/shawngong/Centa/.build/debug/Turnstile.build/Credentials/APIKey.swift.o : /Users/shawngong/Centa/Packages/Turnstile-1.0.5/Sources/Turnstile/TurnstileError.swift /Users/shawngong/Centa/Packages/Turnstile-1.0.5/Sources/Turnstile/Core/Subject.swift /Users/shawngong/Centa/Packages/Turnstile-1.0.5/Sources/Turnstile/C... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.