code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
# FIXED
UFCharger/F2837xD/Comun/common/F2837xD_sdfm_drivers.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/Comun/common/F2837xD_sdfm_drivers.c
UFCharger/F2837xD/Comun/common/F2837xD_sdfm_drivers.obj: C:/Users/dagaro/workspace/Firmware_Test/UFCharger/F2837xD/F2837xD_common/include/F28x_Project.h
UFCharg... | D |
interface GHFetch<T> {
(url: string): Promise<T>
}
type URLString = string;
export type GithubUser = {
login: string,
id: number,
node_id: string,
avatar_url?: string,
gravatar_id?: string,
url: string,
html_url: string,
followers_url: string,
following_url: string,
gists_url: string,
starred... | D |
prototype Mst_Default_Gobbo_Black(C_Npc)
{
name[0] = "Black Goblin";
guild = GIL_GOBBO;
aivar[AIV_MM_REAL_ID] = ID_GOBBO_BLACK;
level = 8;
attribute[ATR_STRENGTH] = 45;
attribute[ATR_DEXTERITY] = 45;
attribute[ATR_HITPOINTS_MAX] = 45;
attribute[ATR_HITPOINTS] = 45;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_... | D |
module ui.notificationrenderer;
import client;
import message;
import messagebroker;
import observer;
import serverstub;
import utils;
import ui.renderer;
import ui.renderhelper;
import world.nation;
import world.nationprototype;
import derelict.sdl2.sdl;
import std.conv;
/**
* renderer as child of InGameRenderer ... | D |
/++ dub.sdl:
name "test"
dependency "eventcore" path=".."
+/
module test;
import eventcore.core;
import core.stdc.signal;
import core.time : Duration, msecs;
import core.thread : Thread;
void test(Duration timeout)
{
while (true) {
auto reason = eventDriver.core.processEvents(timeout);
final switch (reason) w... | D |
INSTANCE Info_Mod_Valentine_Hi (C_INFO)
{
npc = Mod_1197_VLK_Valentine_NW;
nr = 1;
condition = Info_Mod_Valentine_Hi_Condition;
information = Info_Mod_Valentine_Hi_Info;
permanent = 0;
important = 0;
description = "Wer bist du?";
};
FUNC INT Info_Mod_Valentine_Hi_Condition()
{
return 1;
};
FUNC VOID Info_Mo... | D |
/**
Reference counting using the GC.
The RefCounted struct simply stores the item in a GC block, and also adds a
root to that block. Once all known references to the block are removed
(tracked by a reference count in the block), then the block is removed, and
the destructor run. Since it's a root, it can run the ... | D |
/**
* Provide aliases for arrays of certain declarations or statements.
*
* 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)
* S... | D |
module android.java.android.view.animation.DecelerateInterpolator_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.util.AttributeSet_d_interface;
import import2 = android... | D |
/++
$(H2 Constant Interpolation)
See_also: $(REF_ALTTEXT $(TT interp1), interp1, mir, interpolate)
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Copyright: Copyright © 2017, Kaleidic Associates Advisory Limited
Authors: Ilya Yaroshenko
Macros:
SUBREF = $(REF_ALTTEXT $(TT $2), $2, mir, interpolat... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Core.build/Portal.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/core.git-9210800844849382486/Sources/Core/RFC1123.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/core.git-9210800844849382486/Sources/Core/String+P... | D |
module android.java.android.preference.CheckBoxPreference;
public import android.java.android.preference.CheckBoxPreference_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CheckBoxPreference;
import import6 = android.java.android.view.View;
import import12 = android.java.android.content.Shared... | D |
// Written in the D programming language.
/**
Utilities for manipulating files and scanning directories. Functions
in this module handle files as a unit, e.g., read or write one file
at a time. For opening files and manipulating them via handles refer
to module $(MREF std, stdio).
$(SCRIPT inhibitQuickIndex = 1;)
$(B... | D |
// Generated by gnome-h2d.rb <http://github.com/ddude/gnome.d>.
module gio.proxy;
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2010 Collabora Ltd.
*
* This library is free software; you can redistribute it and/or
* modify ... | D |
const string TOPIC_MOD_NEBENGILDEN = "Nebengilden";
const string TOPIC_MOD_GESINNUNG = "Gesinnungen";
const string TOPIC_MOD_OBELISK = "Teleport-Obelisk";
const string TOPIC_MOD_STEINKREIS = "Steinkreise";
const string TOPIC_MOD_GIFT = "Über Gifte";
const string TOPIC_MOD_KRANKHEIT = "Über Krankheiten";
const string TO... | D |
/Users/wilsonvinson/Documents/GitHub/RUST01/rust01_01/target/debug/deps/window-9225ef87b0dccc9d.rmeta: /Users/wilsonvinson/.cargo/registry/src/github.com-1ecc6299db9ec823/pistoncore-window-0.31.0/src/lib.rs /Users/wilsonvinson/.cargo/registry/src/github.com-1ecc6299db9ec823/pistoncore-window-0.31.0/src/no_window.rs
/U... | D |
//СТРАННИК Модула-Си-Паскаль для Win32
//Модуль TRAP (трансляция модуля, язык Паскаль)
//Файл SMTRAP.D
definition module SmTraP;
import Win32,SmDat;
procedure trapMODULE(var S:recStream);
end SmTraP.
| D |
//
// 結果 https://paiza.jp/poh/joshibato/tsubame/result/62a1085b
//
import std.stdio;
void main() {
int n, n1, n10, r;
readf("%d", &n);
n1 = n % 10;
n10 = (n - n1) / 10;
r = n + n1 + n10;
writeln(r);
}
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
292.5 65.5 1.60000002 262.700012 34 39 -38.7999992 143.399994 7097 2.5 2.5 0.955004591 sediments, red-brown clays
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.444444444 extrusives, intrusives
346 61 9 41.2000008 35... | D |
// Written in the D programming language.
/++
$(P The $(D std.uni) module provides an implementation
of fundamental Unicode algorithms and data structures.
This doesn't include UTF encoding and decoding primitives,
see $(XREF _utf, decode) and $(XREF _utf, encode) in std.utf
for this functionality.... | D |
// REQUIRED_ARGS: -Icompilable/imports
import test19750b;
class Foo {
import test19750a;
void func (Bar ) {}
}
| D |
/home/hoover/u10/breber/458/sem_proj/rust-parallelism/message_passing/target/debug/build/crossbeam-epoch-1b51710d4b8b00ec/build_script_build-1b51710d4b8b00ec: /u/breber/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.8.2/build.rs
/home/hoover/u10/breber/458/sem_proj/rust-parallelism/message_passing/t... | D |
func void ZS_PotionAlchemy()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_PotionAlchemy");
B_SetPerception(self);
if(!C_BodyStateContains(self,BS_MOBINTERACT_INTERRUPT))
{
AI_SetWalkMode(self,NPC_WALK);
if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == 0)
{
AI_GotoWP(self,self.wp);
};
AI_UseMob(self,"LAB",1);
};
}... | D |
module android.java.android.provider.Contacts_ContactMethodsColumns_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.lang.Class_d_interface;
@JavaName("Contacts$ContactMeth... | D |
a cage in which a bird can be kept
| D |
module allegro5.internal.da5;
char[] ColorWrapper(in char[] prefix, in char[] func, in char[] arg_decls, in char[] arg_names)
{
return
`nothrow @nogc ALLEGRO_COLOR ` ~ func ~ `(` ~ arg_decls ~ `)
{
auto ret = ` ~ prefix ~ func ~ `(` ~ arg_names ~ `);
version(ALLEGRO_SUB)
{
asm nothrow @nogc
{
sub ES... | D |
func void B_AssessQuietSound()
{
PrintDebugNpc(PD_ZS_FRAME,"B_AssessQuietSound");
PrintGlobals(PD_ZS_FRAME);
if(Npc_GetDistToItem(self,item) > PERC_DIST_DIALOG)
{
PrintDebugNpc(PD_ZS_FRAME,"... to far");
return;
};
if(Npc_CanSeeSource(self))
{
PrintDebugNpc(PD_ZS_Check,"...kann Geräuschquelle sehen!");
i... | 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 |
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKBaseanti.build/Client/DescribeIpResourceFlowExecutor.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDC... | D |
/Users/user/Documents/RiseTimeAssets/server/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Connection/DatabaseStringFindable.swift.o : /Users/user/Documents/RiseTimeAssets/server/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/user/Documents/RiseTime... | D |
module android.java.android.telecom.Conferenceable_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 Conferenceable : IJavaObject {
stat... | D |
module shu.util.pool.bufferpool;
class BufferPool
{
this()
{
// Constructor code
}
}
| D |
// **************************************************
// EXIT
// **************************************************
INSTANCE DIA_Kron_Exit (C_INFO)
{
npc = Non_4025_Kron;
nr = 999;
condition = DIA_Kron_Exit_Condition;
information = DIA_Kron_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
}; ... | D |
module UnrealScript.UnrealEd.StaticMeshExporterT3D;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.UnrealEd.ExporterT3DX;
extern(C++) interface StaticMeshExporterT3D : ExporterT3DX
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptC... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Routing.build/Routing/RoutableComponent.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/routing.git-5366657101075133678/Sources/Routing/Utilities/Deprecated.swift /Users/Khanh/vapor/TILApp/.build/checkouts/routing.git-5366657101075133678/Sources/Routi... | D |
//
//----------------------------------------------------------------------
// Copyright 2007-2011 Mentor Graphics Corporation
// Copyright 2007-2010 Cadence Design Systems, Inc.
// Copyright 2010 Synopsys, Inc.
// Copyright 2012-2014 Coverify Systems Technology
// All Rights Reserved Worldwide
//
// Licens... | D |
module ithox.qrcode.common.formatinformation;
import ithox.qrcode.common.errorcorrectionlevel;
import ithox.qrcode.common.bitutils;
/**
* Encapsulates a QR Code's format information, including the data mask used and
* error correction level.
*/
class FormatInformation
{
/**
* Mask for format information.
*/
... | D |
$(OBJDIR)/oneret.cmi: $(OBJDIR)/cil.cmi
| D |
module tools.mersenne;
const N=624, M=397;
const MATRIX_A=0x9908b0dfUL, UPPER_MASK=0x80000000UL, LOWER_MASK=0x7fffffffUL;
import tools.base;
version(DS) { } else version(HotBits) {
import tools.downloader, tools.log;
ubyte[] get_hotbits(int count) {
ubyte[] res;
while (res.length < count) {
logln("Dow... | D |
// https://issues.dlang.org/show_bug.cgi?id=21096
/*
TEST_OUTPUT:
---
fail_compilation/test21096.d(13): Error: identifier or new keyword expected following `(...)`.
fail_compilation/test21096.d(13): Error: found `.` when expecting `]`
fail_compilation/test21096.d(13): Error: no identifier for declarator `char`
fail_co... | D |
a marking that consists of lines that cross each other
cross in a pattern, often random
mark with or consist of a pattern of crossed lines
mark with a pattern of crossing lines
marked with crossing lines
crossing one another in opposite directions
| D |
struct Tuple(Types...)
{
alias TypeTuple = Types;
alias TypeTuple this;
}
alias list = Tuple!int;
void main()
{
static assert(is(list.TypeTuple[0] == int)); // ok
pragma(msg, list[0]); // 'int'
static assert(is(list[0] == int)); // ng
}
| D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1996 by Symantec
* Copyright (c) 2000-2016 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: backendli... | D |
// URL: https://atcoder.jp/contests/abc070/tasks/abc070_c
import std.algorithm, std.container, std.conv, std.math, std.range, std.typecons, std.stdio, std.string;
import std.numeric;
auto rdsp(){return readln.splitter;}
void pick(R,T)(ref R r,ref T t){t=r.front.to!T;r.popFront;}
void pickV(R,T...)(ref R r,ref T t){fo... | D |
//Автор Кристофер Миллер. Переработано для Динрус Виталием Кулич.
//Библиотека визуальных конпонентов VIZ (первоначально DFL).
module viz.data;
private import viz.common, viz.app;
class ФорматыДанных
{
static class Формат // docmain
{
/// Данные format ID number.
final цел id() // getter
... | 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 |
module UnrealScript.Engine.SeqAct_MultiplyInt;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.SeqAct_SetSequenceVariable;
extern(C++) interface SeqAct_MultiplyInt : SeqAct_SetSequenceVariable
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property fi... | D |
/**
* Windows API header module
*
* Translated from MinGW Windows headers
*
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DRUNTIMESRC src/core/sys/windows/_lm.d)
*/
module core.sys.windows.lm;
version (Windows):
/* removed - now supporting only Win2k up
version (WindowsV... | D |
# FIXED
flash.obj: C:/TAPAS_Fandriver/TAPAS-DSP/ti/motorware/motorware_1_01_00_18/sw/drivers/flash/src/32b/f28x/f2806x/flash.c
flash.obj: C:/TAPAS_Fandriver/TAPAS-DSP/ti/motorware/motorware_1_01_00_18/sw/drivers/flash/src/32b/f28x/f2806x/flash.h
flash.obj: C:/TAPAS_Fandriver/TAPAS-DSP/ti/motorware/motorware_1_01_00_18... | D |
/Users/edward.wangcrypto.com/study/substrate_lesson_homework_template/node-template-benchmark/target/release/wbuild/node-template-runtime/target/release/deps/log-c476b3cdb2362c42.rmeta: /Users/edward.wangcrypto.com/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/src/lib.rs /Users/edward.wangcrypto.com/.cargo... | D |
instance SLD_814_Sentenza(Npc_Default)
{
name[0] = "Сентенза";
guild = GIL_SLD;
id = 814;
voice = 9;
flags = 0;
npcType = npctype_main;
aivar[AIV_MM_FollowTime] = 60;
B_SetAttributesToChapter(self,5);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,itmw_sentenca_sword);
B_SetNpcVisual(self,MALE,"Hum_Head_Fa... | D |
module vibeauth.router.registration.responses;
import std.stdio;
import std.datetime;
import std.string;
import std.uri;
import std.file;
import vibe.http.router;
import vibe.data.json;
import vibeauth.users;
import vibeauth.configuration;
import vibeauth.challenges.base;
import vibeauth.mail.base;
import vibeauth.r... | D |
/**
* Copyright: (c) 2009 John Chapman
*
* License: See $(LINK2 ..\..\licence.txt, licence.txt) for use and distribution terms.
*/
module os.win.base.time;
static import std.string;
private const long TicksPerMillisecond = 10_000;
private const long TicksPerSecond = TicksPerMillisecond * 1_000;
privat... | D |
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKSop.build/API/GetSensitiveOpSettingRequest.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDCloudSDKSop... | D |
module parser;
@nogc nothrow:
import core.stdc.stdio;
enum LexicalType
{
undefined,
eof,
space,
number, // 0, 1, -1, ...
leftBrace, // {
rightBrace, // }
executableName, // abc, hello, ...
literalName, // /abc, /hello, ...
}
union TokenValue
{
int number;
... | D |
module webtank.db.iface.database;
import webtank.db.consts: DBLogInfoType, DBMSType;
import webtank.db.iface.query_result: IDBQueryResult;
struct DBLogInfo
{
string msg;
DBLogInfoType type;
}
alias DBLogerMethod = void delegate(DBLogInfo logInfo);
/++
$(LANG_EN Base interface for database)
$(LANG_RU Базовый интер... | D |
a loose-fitting robe of towelling
| D |
module krepel.conversion.parse_integer;
import krepel : Flag, Yes, No;
import krepel.string;
import krepel.conversion.conversion;
import Meta = krepel.meta;
template ParseInteger(IntegerType)
if(Meta.IsIntegral!IntegerType)
{
struct Result
{
Flag!"Success" Success;
long Value;
alias Value this;
}... | D |
100 kopecks equal 1 ruble in Russia
| D |
module org.serviio.restlet.ModelError;
public class ModelError
{
public static final int ERROR_INVALID_IP_ADDRESS = 500;
public static final int ERROR_INVALID_TRANSCODING_FOLDER = 501;
public static final int ERROR_INVALID_URL = 503;
public static final int ERROR_EMPTY_REMOTE_ACCESS_PASSWORD = 504;
public st... | D |
module UnrealScript.TribesGame.TrArmorMod_Raider;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrArmorMod;
extern(C++) interface TrArmorMod_Raider : TrArmorMod
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass Sta... | D |
/**
* OpenBSD implementation of glibc's $(LINK2 http://www.gnu.org/software/libc/manual/html_node/Backtraces.html backtrace) facility.
*
* Copyright: Copyright Martin Nowak 2012.
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Martin Nowak
* Source: $(DRUNTIMESRC core... | D |
module gsb.coregl.glstate;
import gsb.coregl.resource;
import gsb.coregl.gl;
import gsb.core.log;
public __gshared GLState glState;
struct GLState {
private bool depthTestEnabled = false;
private GLenum depthTestFunc = GL_LESS;
private bool transparencyEnabled = false;
private GLuint lastBoundBuffer =... | 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_27_MobileMedia... | D |
// implementation of PlatformTimer with fd linux timer
module dgt.platform.xcb.timer;
version(linux):
import core.sys.linux.timerfd;
import core.sys.linux.time;
import core.sys.linux.unistd;
import core.time;
import dgt.application;
import dgt.core.signal;
import dgt.platform;
import dgt.platform.xcb;
final class ... | D |
instance DIA_ULF_EXIT(C_INFO)
{
npc = nov_602_ulf;
nr = 999;
condition = dia_ulf_exit_condition;
information = dia_ulf_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_ulf_exit_condition()
{
return TRUE;
};
func void dia_ulf_exit_info()
{
AI_StopProcessInfos(self);
};
instance DIA_U... | D |
// Written in the D programming language.
/**
A one-stop shop for converting values from one type to another.
Copyright: Copyright Digital Mars 2007-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB digitalmars.com, Walter Bright),
$(WEB erdani.org, Andrei Alexandrescu),
... | D |
/*
* Copyright Andrej Mitrovic 2013 - 2020.
* 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 dtk.tests.test_radiobutton;
import core.thread;
import std.range;
import std.stdio;... | D |
// no debug info (adds stack frame), no optimizations (might remove truncation)
// PERMUTE_ARGS:
enum M_PI_L = 0x1.921fb54442d1846ap+1L; // 3.14159 fldpi
enum M_LOG2T_L = 0x1.a934f0979a3715fcp+1L; // 3.32193 fldl2t
enum M_LOG2E_L = 0x1.71547652b82fe178p+0L; // 1.4427 fldl2e
enum M_LOG2... | D |
/*
* Licensed under the GNU Lesser General Public License Version 3
*
* This library 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 late... | D |
import std.stdio;
import std.range;
import std.algorithm;
import libasync;
shared static ~this() {
destroyAsyncThreads();
}
EventLoop event_loop() {
static EventLoop thread_local_event_loop;
if (thread_local_event_loop is null) {
thread_local_event_loop = new EventLoop;
}
return thread_l... | D |
/++
Prerequisites:
-------------------------
A working dmd installation to compile this script (also requires libcurl).
Install Vagrant (https://learnchef.opscode.com/screencasts/install-vagrant/)
Install VirtualBox (https://learnchef.opscode.com/screencasts/install-virtual-box/)
+/
import std.algorithm, std.conv, std.... | D |
/Users/gbs/Xcode/souless/DerivedData/souless/Build/Intermediates.noindex/souless.build/Debug-iphonesimulator/souless.build/Objects-normal/x86_64/Config.o : /Users/gbs/Xcode/souless/souless/Data/UserMassageData.swift /Users/gbs/Xcode/souless/souless/Data/PostsData.swift /Users/gbs/Xcode/souless/souless/AuthService.swift... | D |
/Users/student/Documents/Marketplace/DerivedData/Build/Intermediates/Marketplace.build/Debug-iphonesimulator/Marketplace.build/Objects-normal/x86_64/UserModel.o : /Users/student/Documents/Marketplace/Marketplace/CoreDataComponents/Network/Download.swift /Users/student/Documents/Marketplace/Marketplace/CoreDataComponent... | D |
/**
* drawMesh.d
* dockwork
* July 21, 2013
* Brandon Surmanski
*/
module dw.draw.drawMesh;
import dw.draw.drawDevice;
import dw.resource.mesh;
abstract class DrawMesh
{
protected:
uint _nverts;
uint _nfaces;
DrawDevice _device;
this(DrawDevice device, uint nverts, uint nface... | D |
/Users/yamaguchiMacPro/Documents/work/ChousainPlus/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/ObjectiveCSupport.o : /Users/yamaguchiMacPro/Documents/work/ChousainPlus/Pods/RealmSwift/RealmSwift/Schema.swift /Users/yamaguchiMacPro/Documents/work/ChousainPlus/Pods/... | D |
spoken with emphasis
sudden and strong
forceful and definite in expression or action
| D |
module vfg.grid;
import vfg.cell;
///
class Grid(V3) {
public{
this(in Vi3 indices){
import std.conv:to;
cells = new Cell!V3[](indices.x*indices.y*indices.z);
this.indices= indices;
}
ref auto index(in Vi3 iv){
size_t i = iv.x + iv.y*indices... | D |
module startup;
version(GNU)
{
static import gcc.attribute; // we need this to get the section, weak and alias attributes
void wfi(){ version(ALLOW_WFI){ asm{ "wfi"; } } }
}
else version(LDC)
{
import ldc.llvmasm;
void wfi(){ version(ALLOW_WFI){ __asm("wfi"); } }
}
import core.stdc.config; // we need th... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/TemplateKit.build/Deprecated.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/template-kit/Sources/TemplateKit/Data/TemplateData.swift /Users/panartem/Developer/Study/Microser... | D |
/* -----------------------------------------------
to compile:
ldc2 -O -release -mcpu=native main.d
gdc -O3 -o main main.d
----------------------------------------------- */
static immutable n = 10;
static immutable iterations = 15;
static immutable executions = 30;
void main()
{
import std.stdio;
import std.dat... | D |
module primitives;
import std.range: chunks;
version(WebAssembly){
import opengl.gl4;
}else{
import bindbc.opengl;
}
import core.stdc.math: cos, sin;
import core.stdc.stdlib: malloc, free, exit;
import core.stdc.stdio: printf;
import dvector;
import bettercmath;
alias Mat4 = Matrix!(float, 4);
import game... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 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 |
/Users/linjianguo/Desktop/ReactiveCoCoDemo/DerivedData/ReactiveCoCoDemo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactiveSwift.build/Objects-normal/x86_64/Event.o : /Users/linjianguo/Desktop/ReactiveCoCoDemo/Pods/ReactiveSwift/Sources/Atomic.swift /Users/linjianguo/Desktop/ReactiveCoCoDemo/Pods/Reac... | 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_1_agm-66722687... | D |
position 90 in a countable series of things
the ordinal number of ninety in counting order
| D |
/*
* $Id: sound.d,v 1.2 2006/12/04 16:04:27 kenta Exp $
*
* Copyright 2006 Kenta Cho. Some rights reserved.
*/
module src.util.sdl.sound;
private import std.string;
private import core.stdc.string;
private import derelict.sdl.sdl;
private import derelict.sdl.mixer;
private import src.util.sdl.sdle... | D |
// **************************
// AIVAR-Kennungen für Humans
// **************************
// ------ NEWS und MEMORY Aivars ------
// - NUR Augenzeugen
// - NUR persönliches News-Gedächtnis, geregelt über die folgenden Aivars
// - schwere Tat überschreibt leichte Tat
// - KEINE automatische News-Verbreitung, AIV-Check... | D |
/homes/e18charr/Documents/A3/Rust/Projet_IOT/nkeys/target/debug/deps/libproc_macro_error_attr-912aa147a18712d0.so: /homes/e18charr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/lib.rs /homes/e18charr/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro-error-attr-1.0.4/src/parse.... | D |
module renderer.factory;
import base.renderer;
import renderer.renderer;
import renderer.freetype.ft;
import renderer.sdl.main;
import renderer.sdl.image;
import renderer.opengl;
import renderer.freetype.ft;
import std.c.string;
version(Windows)
{
import core.sys.windows.windows;
extern(System) {
BOOL SetWin... | 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 |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Validation.build/Validatable.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/validation.git--4403154650041669468/Sources/Validation/Validatable.swift /Users/Khanh/vapor/TILApp/.build/checkouts/validation.git--4403154650041669468/Sources/Validation/Val... | D |
/home/chen/moocos/os/target/debug/build/bare-metal-96bac1f7b3c9cffb/build_script_build-96bac1f7b3c9cffb: /home/chen/.cargo/registry/src/github.com-1ecc6299db9ec823/bare-metal-0.2.5/build.rs
/home/chen/moocos/os/target/debug/build/bare-metal-96bac1f7b3c9cffb/build_script_build-96bac1f7b3c9cffb.d: /home/chen/.cargo/regi... | D |
/**
Copyright (c) 2018 Clipsey (clipseypone@gmail.com)
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, and to ... | D |
# DO NOT DELETE
.wscode.4585017a-8463-11e4-9717-fa358a89beef.myWS/RooCFAuto010Func_cxx.so: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.05/x86_64-slc5-gcc43-opt/root/include/Riostream.h
.wscode.4585017a-8463-11e4-9717-fa358a89beef.myWS/RooCFAuto010Func_cxx.so: /afs/cern.ch/sw/lcg/app/releases/ROOT/5.34.05/x86_64-slc5-g... | D |
/Users/gauth/Desktop/rust/calamine/target/debug/build/backtrace-b6b18053fb1973a3/build_script_build-b6b18053fb1973a3: /Users/gauth/.cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.14/build.rs
/Users/gauth/Desktop/rust/calamine/target/debug/build/backtrace-b6b18053fb1973a3/build_script_build-b6b18053fb1973... | D |
instance DIA_Dobar_EXIT(C_Info)
{
npc = VLK_4106_Dobar;
nr = 999;
condition = DIA_Dobar_EXIT_Condition;
information = DIA_Dobar_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Dobar_EXIT_Condition()
{
return TRUE;
};
func void DIA_Dobar_EXIT_Info()
{
AI_StopProcessInfos(self);
};
i... | D |
import std.stdio;
import std.string;
void main(string[] args)
{
File file = File(args[1], "r");
int line_num = 0;
while (!file.eof()) {
string line = chomp(file.readln());
if ( line_num % 4 == 0) {
// remove this line
if (line.length > 0) {
writeln("... | D |
/+ logo
+ (c) 2007 John Ohno
+ XANA logo licensed under the Creative Commons ShareAlike/Attribution
+ license.
+ Part of Project XANA
+/
module logo;
static const char[] LOGO=
`XXX XXX XXX XXXXXX XXXXX (c) 2007 Project XANA
XXX XXX XXX XXX XX X XXX XXX
XXX XXX XXXXXXXX... | D |
mapup (2) --- fold character to upper case 03/23/80
_C_a_l_l_i_n_g _I_n_f_o_r_m_a_t_i_o_n
character function mapup (c)
character c
Library: vswtlb (standard Subsystem library)
_F_u_n_c_t_... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.