code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/++
Contains functions to generate AST from tokens
+/
module qscript.compiler.astgen;
import qscript.compiler.misc;
import qscript.compiler.tokengen;
import qscript.compiler.ast;
import utils.misc;
import utils.lists;
import std.conv : to;
/// contains functions and stuff to convert a QScript from tokens to Syntax... | D |
/Users/apple/Desktop/save/HW9.01/build/Pods.build/Debug-iphonesimulator/Pantry.build/Objects-normal/x86_64/WarehouseCacheable.o : /Users/apple/Desktop/save/HW9.01/Pods/Pantry/Pantry/JSONWarehouse.swift /Users/apple/Desktop/save/HW9.01/Pods/Pantry/Pantry/MemoryWarehouse.swift /Users/apple/Desktop/save/HW9.01/Pods/Pantry... | D |
// This source code is in the public domain.
// MVC One-column TreeView
import std.stdio;
import gtk.MainWindow;
import gtk.Main;
import gtk.Widget;
import gtk.Box;
import gtk.TreeView;
import gtk.ListStore;
import gtk.TreeIter;
import gtk.TreeViewColumn;
import gtk.CellRendererText;
void main(string[] args)
{
Tes... | D |
/+
+ Copyright (c) Charles Petzold, 1998.
+ Ported to the D Programming Language by Andrej Mitrovic, 2011.
+/
module KeyView2;
import core.runtime;
import core.thread;
import std.conv;
import std.math;
import std.range;
import std.string;
import std.utf : count, toUTFz;
auto toUTF16z(S)(S s)
{
return toUTFz!(... | D |
/*
TEST_OUTPUT:
---
fail_compilation/fail13064.d(8): Error: function fail13064.f storage class 'auto' has no effect if return type is not inferred
---
*/
auto void f() { }
| D |
E: c78, c61, c64, c34, c25, c24, c32, c88, c0, c7, c79, c50, c77, c21, c67, c81, c23, c59, c39, c27, c33, c94, c29, c6, c76, c90, c44, c13, c12, c36, c89, c58, c43, c31, c47, c83, c46, c2, c80, c49, c8, c72, c9, c84, c69, c10, c65, c66.
p4(E,E)
c78,c78
c25,c25
c6,c6
c76,c76
c79,c79
c90,c90
c39,c39
c46,c46
c81,c81
c64,... | D |
//Written in the D programming language
/*
* Construct a MySQL query.
*
* Copyright (C) 2014 Jaypha
*
* Distributed under the Boost Software License, Version 1.0.
* (See http://www.boost.org/LICENSE_1_0.txt)
*
* Authors: Jason den Dulk
*/
module jaypha.dbsql.mysql.dynamicquery;
import std.array;
import std.... | 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 |
/Users/wilsonvinson/Documents/GitHub/RUST01/rust01_01/target/debug/deps/unreachable-8c39b9c0101fb3ff.rmeta: /Users/wilsonvinson/.cargo/registry/src/github.com-1ecc6299db9ec823/unreachable-1.0.0/src/lib.rs
/Users/wilsonvinson/Documents/GitHub/RUST01/rust01_01/target/debug/deps/unreachable-8c39b9c0101fb3ff.d: /Users/wil... | D |
/*
* Copyright (c) 2004-2006 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... | D |
int a;
int main() {
a = 1;
Print(a);
} | D |
import std.stdio;
int main(){
writefln("Hello World");
return 0;
}
| 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 |
/************************
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 t... | D |
/home/calin/Playground/rust/error_handling/target/rls/debug/deps/error_handling-304063109c9b38db.rmeta: src/main.rs
/home/calin/Playground/rust/error_handling/target/rls/debug/deps/error_handling-304063109c9b38db.d: src/main.rs
src/main.rs:
| D |
p5-test.o: p5-test.c /usr/include/stdc-predef.h types.h pdx.h user.h \
stat.h p5-test.h
| D |
module UnrealScript.Engine.UIDataStore_OnlineStats;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.UIDataStore_Remote;
import UnrealScript.Engine.OnlineStatsRead;
extern(C++) interface UIDataStore_OnlineStats : UIDataStore_Remote
{
public extern(D):
private static __gshared S... | D |
func int Spell_Logic_SummonGolem(var int manaInvested)
{
PrintDebugNpc(PD_MAGIC,"Spell_Logic_SummonGolem");
if(manaInvested >= SPL_SENDCAST_SUMMONGOLEM)
{
if(Npc_IsPlayer(self))
{
Wld_SpawnNpcRange(self,SummonedByPC_StoneGolem,1,500);
}
else
{
Wld_SpawnNpcRange(self,SummonedByNPC_StoneGolem,1,500);
... | D |
/**
This module contains support for controlling dynamic arrays' concatenation
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/_... | D |
/Users/mli/Desktop/Develope/Algo-Swift/Build/Intermediates.noindex/Algo-Swift.build/Debug/Algo-Swift.build/Objects-normal/x86_64/Stack.o : /Users/mli/Desktop/Develope/Algo-Swift/Algo-Swift/ByteDanceTop100.swift /Users/mli/Desktop/Develope/Algo-Swift/Algo-Swift/LeetCodeTop100.swift /Users/mli/Desktop/Develope/Algo-Swift... | D |
instance EBR_109_Syra(Npc_Default)
{
name[0] = "Syra";
npcType = npctype_main;
guild = GIL_BAB;
level = 1;
voice = 16;
id = 109;
flags = NPC_FLAG_IMMORTAL;
attribute[ATR_STRENGTH] = 20;
attribute[ATR_DEXTERITY] = 20;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 40;
a... | D |
a musical composition consisting of a series of songs or other musical pieces from various sources
a work of art that imitates the style of some previous work
| D |
//Written in the D programming language
/++
$(LUCKY Regular expressions) are a commonly used method of pattern matching
on strings, with $(I regex) being a catchy word for a pattern in this domain
specific language. Typical problems usually solved by regular expressions
include validation of user input and the ... | D |
/** Definition of the core event driver interface.
This module contains all declarations necessary for defining and using
event drivers. Event driver implementations will usually inherit from
`EventDriver` using a `final` class to avoid virtual function overhead.
Callback_Behavior:
All callbacks follow the same... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
208.800003 61.5 2.9000001 136 116 124 43.2999992 -70.6999969 1654 3.29999995 4.4000001 intrusives, gabbro
191 72.4000015 2.4000001 49.2000008 117 127 45.2999992 -73.1999969 1610 2.79999995 3.70000005 intrusives
189.5 71.3000031 2.4000001 0 117 127 ... | D |
/afs/cern.ch/work/m/mizhou/GAP_tool/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODForward/obj/ZdcModule_v1.o /afs/cern.ch/work/m/mizhou/GAP_tool/RootCoreBin/obj/x86_64-slc6-gcc48-opt/xAODForward/obj/ZdcModule_v1.d : /afs/cern.ch/work/m/mizhou/GAP_tool/xAODForward/Root/ZdcModule_v1.cxx /afs/cern.ch/work/m/mizhou/GAP_tool/Ro... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Fusuma.build/Objects-normal/x86_64/FSVideoCameraView.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/Fusuma/Sources/FSAlbumViewCell.swift /Users/Jaskeerat/Desktop/CryptoLive/CryptoL... | D |
a person who sins (without repenting)
| D |
import std.stdio;
import Foo;
import MyException;
void main() {
scope(exit) {
writeln("This is the scope exit code");
writeln("Continued, second statement");
}
int[] arr = [0, 1, 2, 3, 4, 5];
foreach(ref a; arr) {
a++;
}
foreach(size_t i, ref int a; arr) {
a +... | D |
/Users/hasan/PycharmProjects/Rust/rust-cli/read-pdf/target/debug/build/syn-5cee630f488b774e/build_script_build-5cee630f488b774e: /Users/hasan/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/build.rs
/Users/hasan/PycharmProjects/Rust/rust-cli/read-pdf/target/debug/build/syn-5cee630f488b774e/build_script_bui... | D |
instance MENU_MAIN(C_MENU_DEF)
{
backpic = MENU_BACK_PIC;
musictheme = "SYS_Menu";
items[0] = "MENUITEM_MAIN_HEADLINE";
items[1] = "MENUITEM_MAIN_HEADLINE2";
items[2] = "MENUITEM_MAIN_NEWGAME";
items[3] = "MENUITEM_MAIN_SAVEGAME_LOAD";
items[4] = "MENUITEM_MAIN_SAVEGAME_SAVE";
items[5] = "MENUITEM_MAIN_RESUME"... | D |
/Users/sunchuyue/Documents/test/RX_Product/DerivedData/RX_Product/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EZSwiftExtensions.build/Objects-normal/x86_64/UITextFieldExtensions.o : /Users/sunchuyue/Documents/test/RX_Product/Pods/EZSwiftExtensions/Sources/BlockSwipe.swift /Users/sunchuyue/Documents/tes... | D |
/Users/wireless/Desktop/swift/apps/MiraclePill/build/MiraclePill.build/Debug-iphonesimulator/MiraclePill.build/Objects-normal/x86_64/ViewController.o : /Users/wireless/Desktop/swift/apps/MiraclePill/MiraclePill/AppDelegate.swift /Users/wireless/Desktop/swift/apps/MiraclePill/MiraclePill/ViewController.swift /Applicatio... | D |
module hunt.markdown.internal.StaggeredDelimiterProcessor;
import hunt.markdown.node.Text;
import hunt.markdown.parser.delimiter.DelimiterProcessor;
import hunt.markdown.parser.delimiter.DelimiterRun;
import hunt.container.LinkedList;
// import hunt.container.ListIterator;
/**
* An implementation of DelimiterProces... | D |
module android.java.android.net.wifi.hotspot2.omadm.PpsMoParser_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.net.wifi.hotspot2.PasspointConfiguration_d_interface;
imp... | D |
dputl$ (6) --- put a line on a disk file 03/25/82
_C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n
integer function dputl$ (line, fd)
character line (ARB)
file_descriptor_struct fd
Library: vswtlb (... | D |
/u/tlan2/Rust/Mini_Games/target/debug/deps/Mini_Games-b8b885aaadf5f2b2: src/main.rs
/u/tlan2/Rust/Mini_Games/target/debug/deps/Mini_Games-b8b885aaadf5f2b2.d: src/main.rs
src/main.rs:
| D |
CHAIN IF ~InParty("O#Coran")
See("O#Coran")
!StateCheck("O#Coran",CD_STATE_NOTVALID)
!StateCheck("L#KHALID",CD_STATE_NOTVALID)
CombatCounter(0)
Global("L#CoranKhalid25","GLOBAL",0)~ THEN L#KHA25B Khalid2Coran2501
@0
DO ~SetGlobal("L#CoranKhalid25","GLOBAL",1)~
== BO#Cor25 @1
== BO#Cor25 @2
== L#KHA25B @3
EXIT | D |
// ****************************
// EXIT
// ****************************
instance Info_Martin_EXIT (C_INFO)
{
npc = RBL_4125_Martin;
nr = 999;
condition = Info_Martin_EXIT_Condition;
information = Info_Martin_EXIT_Info;
permanent = 1;
description = DIALOG_ENDE;
};
FUNC int Info_... | D |
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/App.build/Controllers/DataManager.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/Sources/App/Models/Message.swift /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/Sources/App/Setup/Config+Setup.swift /Users/AleixDiaz/D... | 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
* distributed... | D |
#!/usr/bin/env rdmd
import std.stdio;
static if ([2].ptr.sizeof == 8)
enum bool_64 = true;
else
enum bool_64=false;
| D |
module android.java.android.net.sip.SipAudioCall_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.net.sip.SipProfile_d_interface;
import import2 = android.java.android.ne... | D |
completely and without qualification
in a perfect or faultless way
| D |
instance ORG_819_Drax(Npc_Default)
{
name[0] = "Drax";
npcType = npctype_main;
guild = GIL_ORG;
level = 14;
voice = 6;
id = 819;
attribute[ATR_STRENGTH] = 40;
attribute[ATR_DEXTERITY] = 40;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 166;
attribute[ATR_HITPOINTS] = 1... | D |
// Copyright Ferdinand Majerech 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)
/// Unittest for passing EntityAccess to process() methods..
///
/// Separate from entity/entityaccess.d... | D |
/*
Copyright (c) 2017-2018 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 |
// PERMUTE_ARGS:
/***************************************************/
// https://issues.dlang.org/show_bug.cgi?id=6766
class Foo6766
{
this(int x) { }
void test(Foo6766 foo = new Foo6766(1)) { }
}
struct Bar6766
{
this(int x) { }
void test(Bar6766 bar = Bar6766(1)) { }
}
/**************************... | D |
module utility.hash;
void merge_hash(string[string] hash, string[string] defaults) {
foreach(string key, string value; defaults) {
hash[key] = hash.get(key, value);
}
}
unittest {
import dunit.toolkit;
string[string] defaults = [ "foo": "bar", "buzz": "back" ];
defaults["foo"].assertEqual("bar");
st... | 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 |
# FIXED
grlib/msp-exp432p401r_grlib_example/fonts/fontcmss32.obj: ../grlib/msp-exp432p401r_grlib_example/fonts/fontcmss32.c
../grlib/msp-exp432p401r_grlib_example/fonts/fontcmss32.c:
| D |
func void B_StopMagicSleep()
{
Npc_PercDisable(self,PERC_ASSESSDAMAGE);
Npc_ClearAIQueue(self);
AI_PlayAni(self,"T_VICTIM_SLE_2_STAND");
AI_Standup(self);
B_SayOverlay(self,other,"$WHATSTHAT");
if(Hlp_IsValidNpc(other))
{
PrintDebugNpc(PD_ZS_Check,"...'other' gültig!");
if(Npc_GetAttitude(self,other) == ATT... | D |
// Copyright Michael D. Parker 2018.
// 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 bindbc.opengl.bind.gl12;
import bindbc.loader : SharedLib;
import bindbc.opengl.config,
b... | D |
a simple water-soluble protein found in many animal tissues and liquids
the white part of an egg
| D |
$NetBSD$
--- runtime/druntime/src/core/stdc/time.d.orig 2016-01-21 15:39:03.000000000 +0000
+++ runtime/druntime/src/core/stdc/time.d
@@ -82,6 +82,10 @@ else version( FreeBSD )
{
enum clock_t CLOCKS_PER_SEC = 128;
}
+else version( NetBSD )
+{
+ enum CLOCKS_PER_SEC = 100;
+}
else version (CRuntime_Glibc)
{
... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
309 80 2 0 35 56 72 -112 1699 3.79999995 3.9000001 intrusives, diabase
217 85 16 60 35 56 72 -112 1697 31 31 extrusives, basalt
238 77 6 77 15 60 64.5999985 -127.900002 1745 11.6000004 11.8000002 sediments, redbeds
219.300003 68.9000015 2.79999995 ... | D |
# FIXED
F2837xD_Ipc_Driver_Util.obj: C:/git/MIT-Pico-Grid/Project/New_MG/Firmware/Two_Inverter/CPU2/F2837xD_common/source/F2837xD_Ipc_Driver_Util.c
F2837xD_Ipc_Driver_Util.obj: C:/Users/HILING/Kirtley_picogrid/Software/blinky_mutant_v8/F2837xD_headers/include/F2837xD_device.h
F2837xD_Ipc_Driver_Util.obj: C:/ti/ccsv6/t... | D |
/home/juliobrz/Git/PixelCanvas/.build/x86_64-unknown-linux/debug/NIOHTTP1.build/HTTPEncoder.swift.o : /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /home/juliobrz/Git/PixelCanvas/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPDecoder.swift /home/juliobrz/Git/PixelCa... | D |
import core.time;
import core.stdc.stdlib;
import core.sync.condition;
import core.sync.mutex;
import core.sys.posix.unistd : setpgid;
import core.stdc.stdlib : exit;
import core.thread;
import std.conv : to;
import std.format;
import std.getopt;
import std.process;
import std.stdio;
import std.string : fromStringz;
... | D |
// REQUIRED_ARGS: -transition=in
/*
TRANSFORM_OUTPUT: remove_lines(druntime)
TEST_OUTPUT:
---
compilable/transition_in.d(3): Usage of 'in' on parameter
compilable/transition_in.d(3): Usage of 'in' on parameter
compilable/transition_in.d(8): Usage of 'in' on parameter
compilable/transition_in.d(13): Usage of 'in' on par... | D |
module gl.texture2d;
import gl.texture;
import gl.state;
import derelict.opengl.gl;
import math.box2;
import misc.logger;
import math.common;
final class Texture2D : Texture
{
public
{
this(int width, int height, IFormat iFormat, bool hasMipmaps, bool useCompression, bool sRGB)
{
i... | D |
module pshared.packets.duel;
import pnet.packet;
enum DuelAction : ushort
{
request,
accept,
beginBattle,
endBattle,
leaveBattle
}
/// 33001
final class DuelRequest : Packet
{
public:
final:
DuelAction action;
ulong clientId;
this(ubyte[] buffer)
{
super(buffer);
type = (read!ushort).... | D |
/Users/ozgun/Desktop/IOSCase/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Materialize.o : /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/ozgun/Desktop/IOSCase/Pods/RxSwift/RxSwif... | 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_1_0.txt or copy at http://www.boost.org/LICENSE_1... | D |
/** D wrapper around hashx4, here https://github.com/cleeus/hashx4.
Provides wrappers for C implementations of :
- SipHash
- DJBX33A: by Daniel Bernstein (h_i+1 = h_i * 33 + c_i+1, h_0 = 5381)
TODO reverse order of pointer and length to for better performance when
called from D wrappers.
*/
modu... | D |
#!/usr/bin/rdmd
/** Separators used in Knowledge Encoding.
*/
module knet.separators;
enum char asciiUS = ''; // ASCII Unit Separator
enum char asciiRS = ''; // ASCII Record Separator
enum char asciiGS = ''; // ASCII Group Separator
enum char asciiFS = ''; // ASCII File Separator
enum sy... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/build/libc-d675efcad57e602f/build_script_build-d675efcad57e602f: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.62/build.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/build/libc-d675efcad57e602f/bui... | D |
module jamc.server.sockets;
import jamc.api.logger;
import jamc.api.game;
import jamc.api.configuration;
import jamc.api.packets;
import jamc.api.network;
import std.stdio;
import std.socket;
import std.digest.sha;
import std.conv;
import core.thread;
import std.datetime;
import std.random;
struct Salt {
string ... | D |
// Copyright Michael D. Parker 2018.
// 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 bindbc.sdl.bind.sdlsurface;
import bindbc.sdl.config;
import bindbc.sdl.bind.sdlblendmode : SDL_... | D |
// Written in the D programming language.
/**
This package implements generic algorithms oriented towards the processing of
sequences. Sequences processed by these functions define range-based
interfaces. See also $(LINK2 std_range.html, Reference on ranges) and
$(HTTP ddili.org/ders/d.en/ranges.html, tutorial on ran... | D |
// *********************
// Constants
// Phoenix V0.67
// *********************
// *************************************************************
// PrintScreen Fonts
// *************************************************************
const string FONT_Screen = "FONT_OLD_20_WHITE.TGA";
const string FONT_Scre... | D |
module UnrealScript.Engine.ParticleModuleLifetimeBase;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.ParticleModule;
extern(C++) interface ParticleModuleLifetimeBase : ParticleModule
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final stat... | D |
module neton.wal.Encoder;
import std.file;
import neton.wal.Record;
import hunt.util.Serialize;
import std.stdio;
import hunt.logging;
// walPageBytes is the alignment for flushing records to the backing Writer.
// It should be a multiple of the minimum sector size so that WAL can safely
// distinguish betwee... | D |
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/Socks.build/Objects-normal/x86_64/SynchronousUDPServer.o : /Users/Yowa/WorkSpace/Pokedex/Packages/Socks-1.0.1/Sources/Socks/Socks.swift /Users/Yowa/WorkSpace/Pokedex/Packages/Socks-1.0.1/Sources/Socks/SynchronousTCPServer.swift /Users/Yowa/WorkSpace/... | D |
/Users/zacharywooding/Documents/GitHub/RPM-AR-Therapy/RPM-AR-UI/DerivedData/RPM-AR-UI/Build/Intermediates.noindex/RPM-AR-UI.build/Debug-iphonesimulator/RPM-AR-UI.build/Objects-normal/x86_64/ObjectInSessionTableViewController.o : /Users/zacharywooding/Documents/GitHub/RPM-AR-Therapy/RPM-AR-UI/RPM-AR-UI/SaveData.swift /U... | D |
module keyvalues;
public import keyvalues.deserializer;
public import keyvalues.keyvalue;
public import keyvalues.parser;
| D |
/**
* Common definitions
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, ... | D |
/home/robin/substrate-node-template/target/release/deps/sp_chain_spec-5c7f8b801be05b75.rmeta: /home/robin/.cargo/registry/src/github.com-1ecc6299db9ec823/sp-chain-spec-2.0.0/src/lib.rs
/home/robin/substrate-node-template/target/release/deps/libsp_chain_spec-5c7f8b801be05b75.rlib: /home/robin/.cargo/registry/src/github... | D |
/***********************************************************************\
* httpext.d *
* *
* Windows API header module *
* ... | D |
/home/dll/Documents/MA/Userspace/libtock-rs/target/debug/deps/bitflags-4230b5b2139eb119.rmeta: /home/dll/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs
/home/dll/Documents/MA/Userspace/libtock-rs/target/debug/deps/libbitflags-4230b5b2139eb119.rlib: /home/dll/.cargo/registry/src/github.com-1e... | D |
/**
* Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved.
* Authors: Wojciech Szęszoł
* Version: Initial created: May 21, 2016
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
module dstep.translator.Options;
import clang.Util;
enum Language
{
c,
ob... | D |
struct Struct {
char* chptr;
}
void main()
{
char ch = 'd';
invariant Struct iStruct = {&ch};
}
| D |
# FIXED
driverlib/adc.obj: C:/Users/a0221343/Git/bootROM/f28004x_bootrom/F28004x_ROM_dev_PG2.0/F28004x_ROM/driverlib/adc.c
driverlib/adc.obj: C:/Users/a0221343/Git/bootROM/f28004x_bootrom/F28004x_ROM_dev_PG2.0/F28004x_ROM/driverlib/adc.h
driverlib/adc.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.4/include/stdbool.... | D |
/**
* Copyright: Copyright (c) 2016 Wojciech Szęszoł. All rights reserved.
* Authors: Wojciech Szęszoł
* Version: Initial created: Jun 30, 2016
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
*/
import core.exception;
import clang.c.Index;
import clang.Type;
import clang.Util;... | D |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtScript module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL-ONLY$
** GNU Lesser General Public Lice... | D |
//module vibe.http.internal.hpack.hpack;
module hpack.hpack;
import hpack.encoder;
import hpack.decoder;
import hpack.tables;
import std.range;
import std.typecons;
import std.array; // appender
import std.algorithm.iteration;
void encodeHPACK(I,R)(I src, ref R dst, ref IndexingTable table, bool huffman = true) @s... | D |
/Users/sol369/Desktop/curben-oc/DerivedData/curben/Build/Intermediates/Pods.build/Debug-iphonesimulator/SwiftMessages.build/Objects-normal/x86_64/Animator.o : /Users/sol369/Desktop/curben-oc/Pods/SwiftMessages/SwiftMessages/AccessibleMessage.swift /Users/sol369/Desktop/curben-oc/Pods/SwiftMessages/SwiftMessages/Identif... | D |
/*
* Copyright 2015-2018 HuntLabs.cn
*
* 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 la... | D |
/*
Mew class type module.
Authors:
Jacob Jensen / Bauss
License:
Apache License 2.0
https://github.com/Mew-Programming-Language/Mew-Programming-Language/blob/master/LICENSE
*/
module parser.types.classtype;
// Std Imports
import std.string : format;
// Mew Imports
import parser.types.typecore;
// Type Rel... | D |
/home/dario/BC/NEAR/BlockJob/contract/target/rls/debug/build/proc-macro2-b648b70837f1c6f4/build_script_build-b648b70837f1c6f4: /home/dario/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.24/build.rs
/home/dario/BC/NEAR/BlockJob/contract/target/rls/debug/build/proc-macro2-b648b70837f1c6f4/build_script_b... | D |
import std.cstream;
import std.ctype;
import std.string;
import list0_parser;
class unexpected_char : Exception {
this(string message, string file = __FILE__, int line = __LINE__){
super(message, file, line);
}
}
class Scanner {
alias int char_type;
this(FILE *file)
{
file_ = file... | D |
/++
+/
module mir.format;
import std.traits;
import mir.format_impl;
@safe:
///
struct GetData {}
///
enum getData = GetData();
/++
+/
struct _stringBuf(C)
{
import mir.appender: ScopedBuffer;
///
ScopedBuffer!C buffer;
///
alias buffer this;
///
mixin StreamFormatOp!C;
}
///ditto
... | 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 |
FUNC VOID B_Reg_DienerDesBoesen_01(var C_NPC RegNpc)
{
if (!Npc_IsDead(RegNpc))
&& (Mod_WM_HexenTot == 0)
{
if (RegNpc.attribute[ATR_HITPOINTS] < RegNpc.attribute[ATR_HITPOINTS_MAX])
{
RegNpc.attribute[ATR_HITPOINTS] += 1;
RegNpc.aivar[AIV_Damage] += 1;
};
if (Mod_DienerDesBoesen_01_Healer >= 10)
{... | D |
/**
This module provides a 2D geometric path type. A Path is a 2D shape defined
by a sequence of line or curve segments. It can be open or closed, and can
have multiple sub paths.
Build a path...
---
Path!float path;
path.moveTo(0,0);
path.lineTo(10,10);
path.quadTo(20,20,30,30);
path.close();
-... | D |
// Written in the D Programming Language
/**
* Thin wrapper for libsass in D Programming Language.
* It can:
* $(OL
* $(LI Compile received string to css and return resulting css code)
* $(LI Compile single file and put it to a specified folder)
* $(LI Compile whole folder to multiple files and pu... | D |
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Result+Alamofire.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/Alamofire/Source/MultipartFormData.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/Alamofire/... | D |
# FIXED
wolfmqtt-0.13.0/examples/mqttuart.obj: C:/ti/wolfmqtt-0.13.0/examples/mqttuart.c
wolfmqtt-0.13.0/examples/mqttuart.obj: C:/ti/wolfmqtt-0.13.0/wolfmqtt/mqtt_client.h
wolfmqtt-0.13.0/examples/mqttuart.obj: C:/ti/wolfmqtt-0.13.0/wolfmqtt/mqtt_types.h
wolfmqtt-0.13.0/examples/mqttuart.obj: C:/ti/wolfmqtt-0.13... | D |
import std.stdio : stdout;
int add(int a, int b) {
return a + b;
}
unittest {
import BDD;
describe("math#add",
before(delegate() {
stdout.writeln("Before called ...");
}),
after(delegate() {
stdout.writeln("After called ...");
}),
it("Should add positive numbers", delegate() {
add(5, 7).s... | D |
module pattern.depinjection.lifecycle;
/** A Lifecycle is used to determine when to create a new object
* versus returning an existing one.
* Two extreme examples are SingletonLifecycle and InstanceLifecycle.
* During a lifecycle, building a type will always return the same
* instance. When that lifecycle fin... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.