code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftIO/Build/Intermediates/SwiftIO.build/Debug-iphoneos/SwiftIO_iOS.build/Objects-normal/arm64/NullStream.o : /users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftIO/Sources/NullStream.swift /users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/Sw... | D |
// URL: https://atcoder.jp/contests/typical90/tasks/typical90_aa
import std.algorithm, std.array, std.bitmanip, std.container, std.conv, std.format,
std.functional, std.math, std.range, std.traits, std.typecons, std.stdio, std.string;
version(unittest) {} else
void main()
{
int N; io.getV(N);
bool[string]... | D |
/Users/aligame/work/rust_repository/rutils/target/debug/deps/libclap-6733586c6827f407.rlib: /Users/aligame/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/clap-2.32.0/src/lib.rs /Users/aligame/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/clap-2.32.0/src/macros.rs /Users/aligame/.cargo/registry/src/... | D |
/*************************************************************************
** Swampshark Prototype **
*************************************************************************/
PROTOTYPE Mst_Default_Swampshark(C_Npc)
{
name = "Wąż błotny";
guild = GIL_SWAMPSHARK;
level = 35;
//------... | D |
Project_Source/renesas/src/compiler/ccrl/cstart.obj Project_Source/renesas/src/compiler/ccrl/cstart.d: C:/BLE_Renesas/Project_Source/renesas/src/compiler/ccrl/cstart.asm
| D |
/Users/Matt/iOS/RoadInfo/DerivedData/RoadInfo/Build/Intermediates/RoadInfo.build/Release-iphoneos/RoadInfo.build/Objects-normal/arm64/ChristchurchXML.o : /Users/Matt/iOS/RoadInfo/RoadInfo/ChristchurchEvent.swift /Users/Matt/iOS/RoadInfo/RoadInfo/EventViewController.swift /Users/Matt/iOS/RoadInfo/RoadInfo/XMLParser.swif... | D |
module reggae.dub.info;
import reggae.build;
import reggae.rules;
import reggae.types;
import reggae.sorting;
import reggae.options: Options;
import reggae.path: buildPath;
import std.algorithm: map, filter, find, splitter;
import std.array: array, join;
import std.range: chain;
enum TargetType {
autodetect,
... | D |
/Users/Khanh/vapor/TILApp/.build/x86_64-apple-macosx10.10/debug/Async.build/Worker.swift.o : /Users/Khanh/vapor/TILApp/.build/checkouts/core.git-9210800844849382486/Sources/Async/Async+NIO.swift /Users/Khanh/vapor/TILApp/.build/checkouts/core.git-9210800844849382486/Sources/Async/Future+Variadic.swift /Users/Khanh/vapo... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** ... | D |
module UnrealScript.Engine.SeqAct_Teleport;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.Actor;
import UnrealScript.Engine.Volume;
import UnrealScript.Engine.SequenceAction;
extern(C++) interface SeqAct_Teleport : SequenceAction
{
public extern(D):
private static __gshared... | D |
/*#D*/
// Copyright © 2012-2017, Bernard Helyer.
// Copyright © 2012-2017, Jakob Bornecrantz.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
/*!
* Module containing the @ref ImportResolver class.
*
* @ingroup passPost
*/
module volt.postparse.importresolver;
import watt.text.format : format;
impo... | D |
func void ZS_Teaching()
{
PrintDebugNpc(PD_TA_FRAME,"ZS_Teaching");
B_SetPerception(self);
AI_SetWalkMode(self,NPC_WALK);
if(!Npc_IsOnFP(self,"TEACHING"))
{
AI_GotoWP(self,self.wp);
};
};
func void ZS_Teaching_Loop()
{
var int guardreaktion;
PrintDebugNpc(PD_TA_LOOP,"ZS_Teaching_Loop");
B_GotoFP(self,"TEACH... | D |
/Users/salsabilaazaria/Desktop/urskinappProject/Build/Intermediates.noindex/urskinappProject.build/Debug-iphonesimulator/urskinappProject.build/Objects-normal/x86_64/signup.o : /Users/salsabilaazaria/Desktop/urskinappProject/urskinappProject/profilepage/profilepage.swift /Users/salsabilaazaria/Desktop/urskinappProject/... | D |
/++
This is an html DOM implementation, started with cloning
what the browser offers in Javascript, but going well beyond
it in convenience.
If you can do it in Javascript, you can probably do it with
this module, and much more.
---
import arsd.dom;
void main() {
auto document = new Document("<html><p>para... | D |
module user.controller.logout.logout;
import user;
class LogoutController : UserControllerPrototype{
this(){
super();
this.name = "logout";
//this.init();
}
@method(HTTPMethod.GET){
@path("/")
void getLogout(){
//this.app.session.authenticated = false;
terminateSession();
redirect("/");
}
}... | D |
module spock.ai.l2;
import spock.board;
import spock.player;
import std.random;
import std.algorithm;
import std.array;
import std.typecons;
auto player(int SIZE)(ref Board!SIZE board, Side side)
{
return new AI2!SIZE(board, side);
}
auto player(int SIZE)(Board!SIZE *board, Side side)
{
return new AI2!SIZE(*board, s... | D |
/Users/Shinkangsan/Desktop/SiriKit-Demo/build/SiriKitDemo.build/Debug-iphonesimulator/SiriExtensionDemoUI.build/Objects-normal/x86_64/PaymentsContact.o : /Users/Shinkangsan/Desktop/SiriKit-Demo/SiriExtensionDemoUI/IntentViewController.swift /Users/Shinkangsan/Desktop/SiriKit-Demo/SiriKitDemo/PaymentsContact.swift /User... | D |
module mutils.bindings.libcoro;
enum CORO_VERSION = 3;
alias coro_func = extern (C) void function(void*);
extern (C) void coro_create(coro_context* ctx, coro_func coro, void* arg, void* sptr, size_t ssze);
extern (C) void coro_transfer(coro_context* prev, coro_context* next);
extern (C) void coro_destroy(coro_conte... | D |
// Written in the D programming language.
/**
Copyright: Copyright Digital Mars 2000-2013.
License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(HTTP walterbright.com, Walter Bright), $(HTTP erdani.com,
Andrei Alexandrescu), and Kenji Hara
Source: $(PHOBOSSRC std/_format.d)
*/
module undead.dofo... | D |
<?xml version="1.0" encoding="ASCII"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="_jBRXoF0kEem7yKe9qSXl1Q-Statem... | D |
/**
* Contains druntime startup and shutdown routines.
*
* Copyright: Copyright Digital Mars 2000 - 2018.
* License: Distributed under the
* $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0).
* (See accompanying file LICENSE)
* Authors: Walter Bright, Sean Kelly
* Source: $(DRU... | D |
/Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/DerivedData/mealify/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ComponentBase.o : /Users/justinlew/Documents/SFU/CMPT276/justinlew.mealify.io/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/... | D |
module dwinbar.backend.applist;
import dwinbar.backend.xbackend;
import dwinbar.backend.icongen;
import dwinbar.bar;
import std.algorithm;
import std.array;
import std.range;
import std.string;
import imageformats;
enum AppState
{
visible,
minimized,
urgent
}
struct AppInfo
{
Window window;
string title;
App... | D |
/mnt/c/Users/Max Kelly/Documents/Github/rust/crawler/target/debug/deps/libdebug_unreachable-6f38f36a2b19c8a8.rlib: /home/trinitok/.cargo/registry/src/github.com-1ecc6299db9ec823/new_debug_unreachable-1.0.1/src/lib.rs
/mnt/c/Users/Max Kelly/Documents/Github/rust/crawler/target/debug/deps/debug_unreachable-6f38f36a2b19c... | D |
/**
* Interface for reading files and convert it to the `rpdl.tree.RpdlTree`
*
* Copyright: © 2017 Andrey Kabylin
* License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
*/
module rpdl.reader;
import std.file;
import std.stdio;
import std.conv;
import rpdl.node;
import r... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/Core.build/FutureEncoder.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/core/Sources/Core/Data+Base64URL.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/core/Sources/Core... | D |
any piece of work that is undertaken or attempted
a specific piece of work required to be done as a duty or for a specific fee
assign a task to
use to the limit
| D |
/Users/dali/Documents/GitHub/rustlings/target/release/deps/memchr-850f59f03aaf9c4e.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/memchr-2.4.0/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/memchr-2.4.0/src/cow.rs /Users/dali/.cargo/registry/src/mirrors.ustc... | D |
module connection.peerconnection;
class RTCPeerConnection {
private {
RTCSignalingState _signalingState;
RTCIceGatheringState _iceGatheringState;
RTCPeerConnectionState _peerConnectionState;
RTCIceConnectionState _iceConnectionState;
}
this(RTCConfiguration conf) {
_signalingState = stabl... | D |
//************************************
// Minecrawler WARRIOR Prototype
//************************************
PROTOTYPE Mst_Default_MinecrawlerWarrior(C_Npc)
{
//----- Monster -----
name = "Minecrawler Warrior";
guild = GIL_MINECRAWLER;
aivar[AIV_MM_REAL_ID] = ID_MINECRAWLERWARRIOR;
level ... | D |
/**
* This module implements custom assertions via $(D shouldXXX) functions
* that throw exceptions containing information about why the assertion
* failed.
*/
module unit_threaded.assertions;
import unit_threaded.exception: fail, UnitTestException;
import std.traits; // too many to list
import std.range; // also
... | D |
/* $OpenBSD: cmac.h,v 1.3 2014/06/21 13:42:14 jsing Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
/* ====================================================================
* Copyright (c) 2010 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in sour... | D |
// Copyright (C) 2002-2013 Nikolaus Gebhardt
// This file is part of the "Irrlicht Engine" for the D programming language.
// For conditions of distribution and use, see copyright notice in irrlicht.d module.
module irrlicht.scene.ICameraSceneNode;
import irrlicht.scene.ISceneNode;
import irrlicht.scene.ISceneManager;... | D |
// Written in the D programming language.
/**
Functions and types that manipulate built-in arrays and associative arrays.
This module provides all kinds of functions to create, manipulate or convert arrays:
$(SCRIPT inhibitQuickIndex = 1;)
$(BOOKTABLE ,
$(TR $(TH Function Name) $(TH Description)
)
$(TR $(TD $(LRE... | D |
// Written in the D programming language.
/**
<script type="text/javascript">inhibitQuickIndex = 1</script>
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW High level) $(TD $(MYREF download) $(MYREF upload) $(MYREF get)
$(MYREF post) $(MYREF put) $(MYREF del) $(MYREF options) $(MYREF trace)
$(MYREF co... | D |
instance DIA_Ambient_NEWS(C_Info)
{
nr = 1;
condition = DIA_Ambient_NEWS_Condition;
information = DIA_Ambient_NEWS_Info;
permanent = TRUE;
important = TRUE;
};
func int DIA_Ambient_NEWS_Condition()
{
if(Npc_IsInState(self,ZS_Talk) && (B_GetPlayerCrime(self) != CRIME_NONE) && (self.aivar[AIV_ToughGuy] == FALSE)... | D |
module src.gui.ProjectTreeItem;
private {
import qt.core.QVariant;
import tango.text.Util : locatePattern;
}
class ProjectTreeItem {
private:
ProjectTreeItem[] childItems;
QVariant[] itemData;
ProjectTreeItem parentItem;
public:
this(QVariant[] data, ProjectTreeIte... | D |
/**
A static HTTP file server.
Copyright: © 2012 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 vibe.http.fileserver;
import vibe.core.file;
import vibe.core.log;
import vibe.http.server;
import vibe.inet.message... | D |
/*
* $Id: boot.d,v 1.6 2006/03/18 02:42:09 kenta Exp $
*
* Copyright 2005 Kenta Cho. Some rights reserved.
*/
module abagames.gr.boot;
private import std.string;
//private import std.stream;
private import std.conv;
private import std.math;
private import std.c.stdlib;
private import abagames.util.logger;
private ... | D |
module stk.fm;
import stk.stk;
import stk.instrument;
import stk.adsr;
import stk.fileloop;
import stk.sinewave;
import stk.twozero;
/***************************************************/
/*! \class FM
\brief STK abstract FM synthesis base class.
This class controls an arbitrary number of
waves and envelopes, determi... | D |
module server;
import hunt.net;
import hunt.logging;
import hunt.net.codec.textline;
import std.format;
enum Host = "0.0.0.0";
enum Port = 8080;
enum string ResponseContent = `HTTP/1.1 200 OK
Server: Example
Content-Length: 13
Date: Wed, 02 May 2018 14:31:50
Content-Type: text/plain
Hello, World!
`;
import hunt... | 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_22_banking-718... | 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.txt or copy at http://www.boost.org/LICENSE_1_0.t... | D |
a native or inhabitant of Brazil
of or relating to or characteristic of Brazil or the people of Brazil
| D |
/Users/sijo/Desktop/test2/Build/Intermediates/ULCH.build/Debug-iphonesimulator/ULCH.build/Objects-normal/x86_64/ULChangePasswordViewController.o : /Users/sijo/Desktop/test2/ULCH/DashBoard/PresentedViewController.swift /Users/sijo/Desktop/test2/ULCH/CoreData/LocImageDetails+CoreDataClass.swift /Users/sijo/Desktop/test2/... | D |
void main() { runSolver(); }
void problem() {
auto N = scan!real;
auto solve() {
return N/100;
}
outputForAtCoder(&solve);
}
// ----------------------------------------------
import std.stdio, std.conv, std.array, std.string, std.algorithm, std.container, std.range, core.stdc.stdlib, std.math, std.type... | D |
/Users/radibarq/developer/NasaInArabic/build/Pods.build/Debug-iphonesimulator/CollectionKit.build/Objects-normal/x86_64/ClosureDataSource.o : /Users/radibarq/developer/NasaInArabic/Pods/CollectionKit/Sources/Other/Deprecated.swift /Users/radibarq/developer/NasaInArabic/Pods/CollectionKit/Sources/DataSource/DataSource.s... | D |
void main() {
debug {
"==================================".writeln;
while(true) {
auto bench = benchmark!problem(1);
"<<< Process time: %s >>>".writefln(bench[0]);
"==================================".writeln;
}
} else {
problem();
}
}
void problem() {
enum UNSOLVABLE = "UNSO... | D |
module engine.renderer.opengl_backend.glutils;
import derelict.opengl3.gl3;
import engine.utils.math;
import std.format: format;
public string glGetMessage (GLenum err) {
switch (err) {
case GL_INVALID_OPERATION: return "GL_INVALID_OPERATION";
case GL_INVALID_ENUM: re... | D |
module android.java.java.net.InterfaceAddress_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.java.net.InetAddress_d_interface;
import import1 = android.java.java.lang.Class_d_i... | D |
module Windows.Devices.Gpio.Provider;
import dwinrt;
@uuid("ad11cec7-19ea-4b21-874f-b91aed4a25db")
interface IGpioControllerProvider : IInspectable
{
extern(Windows):
HRESULT get_PinCount(INT32* return_value);
HRESULT abi_OpenPinProvider(INT32 pin, Windows.Devices.Gpio.Provider.ProviderGpioSharingMode sharingMode, ... | D |
module webkit2.CookieManager;
private import gio.AsyncResultIF;
private import gio.Cancellable;
private import glib.ErrorG;
private import glib.GException;
private import glib.ListG;
private import glib.Str;
private import gobject.ObjectG;
private import gobject.Signals;
private import soup.Cookie;
private import std.... | D |
/Users/baidu/Desktop/PullServer/.build/debug/MySQL.build/MySQL.swift.o : /Users/baidu/Desktop/PullServer/Packages/MySQL-2.0.4/Sources/MySQL/MySQL.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/Swift.swiftmodule /Applications/Xcode.app/Contents/Developer/... | D |
/Users/chenzuncheng/Desktop/vaporTest/.build/x86_64-apple-macosx10.10/debug/Configs.build/KeyAccessible+Merge.swift.o : /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/vapor.git-5492988889259800272/Sources/Configs/Source.swift /Users/chenzuncheng/Desktop/vaporTest/.build/checkouts/vapor.git-5492988889259800272/S... | D |
/**
Directly parses D source code using libdparse.
Copyright: © 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 ddox.parsers.dparse;
version (Have_libdparse):
import ddox.ddox;
import ddox.entities;
import d... | D |
/Users/techmaster/Downloads/animationWithQueue-master/Build/Intermediates/DemoAnimation.build/Debug-iphonesimulator/DemoAnimation.build/Objects-normal/x86_64/Miller.o : /Users/techmaster/Downloads/animationWithQueue-master/Queue.swift /Users/techmaster/Downloads/animationWithQueue-master/DemoAnimation/Dynamic.swift /Us... | D |
obscene terms for feces
obscene words for unacceptable behavior
a small worthless amount
a coarse term for defecation
insulting terms of address for people who are stupid or irritating or ridiculous
something of little value
give away information about somebody
have a bowel movement
| D |
/*********************************************************
Copyright: (C) 2008 by Steven Schveighoffer.
All rights reserved
License: $(LICENSE)
**********************************************************/
module dcollections.model.Map;
public import dcollections.model.Collection,
dcollection... | D |
/* MinWin Dialog class
*
* A general dialog class and utility helper dialogs
*
* Written by Ben Hinkle and released to the public domain, as
* explained at http://creativecommons.org/licenses/publicdomain
* Report comments and bugs at dsource: http://www.dsource.org/projects/minwin
*/
module minwin.dialog;
pri... | D |
// Written in the D programming language.
/**
* This module defines an Abstract Syntax Tree for the D language
*
* Examples:
* ---
* // TODO
* ---
*
* Copyright: Brian Schott 2013
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt Boost, License 1.0)
* Authors: Brian Schott
*/
module dparse.ast;
impo... | D |
import std.stdio, std.string, std.conv;
/*******************************************************************************
* FizzBuzzをCTFE(コンパイル時実行)する
*/
/*******************************************************************************
* fizzbuzz.dのロジックベタ写し
* 違う点はstringで返している所
*/
string FizzBuzzCTFE()
{
string str;... | D |
module bylines;
/** Type of NewLine Encoding.
*/
enum Newline
{
any, // Any of win, mac or unix
win, // Windows: "\r\n"
mac, // Mac OS: '\r'
unix, // UNIX/Linux: '\n'
native, // Current O... | D |
/**
* Anchor module.
*
* License:
* MIT. See LICENSE for full details.
*/
module tkd.widget.common.anchor;
/**
* These are common commands that apply to all widgets that have them injected.
*
* Params:
* anchorCommand = The widget command that handles the anchor.
*/
mixin template Anchor(string ancho... | D |
/Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/x86_64-apple-macosx/debug/ConsoleKit.build/Output/ConsoleColor.swift.o : /Users/sadikekinozbay/Documents/TUM/WS-2/Swift/Apodini-Example-Project/.build/checkouts/console-kit/Sources/ConsoleKit/Terminal/ANSI.swift /Users/sadikekinozbay/Document... | D |
import std.stdio;
import std.range;
import std.math;
import std.conv;
import std.string;
bool isPrime(int x)
{
if (x == 2)
return(true);
else if (x % 2 == 0 || x < 2)
return(false);
else
{
foreach(i; 3..sqrt(cast(float)x) + 1)
{
if (x % i == 0)
... | D |
E: c51, c17, c66, c4, c11, c63, c37, c69, c77, c43, c2, c13, c28, c39, c30, c60, c40, c24, c31, c27, c68, c49, c74, c56, c84, c58, c23, c7, c26, c35, c0, c44, c19, c59, c12, c72, c42, c38, c67, c14, c33, c29, c83, c55, c76, c36, c20.
p7(E,E)
c51,c17
c11,c63
c2,c13
c63,c30
c31,c51
c28,c39
c66,c4
c26,c26
c44,c19
c84,c30... | 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
177.399994 83.5 8.39999962 14.6999998 44 49 44.5 -110 2014 10.1000004 10.1000004 extrusives
| D |
RTE/Device/STM32F407VGTx/stm32f4xx_hal_dma.o: C:/Users/david.waldo/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.14.0/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c
RTE/Device/STM32F407VGTx/stm32f4xx_hal_dma.o: C:/Users/david.waldo/AppData/Local/Arm/Packs/Keil/STM32F4xx_DFP/2.14.0/Drivers/STM32F4xx_HAL_Driver/Inc/... | D |
/*******************************************************************************
* Copyright (c) 2000, 2006 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/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Async.build/Objects-normal/x86_64/AsyncError.o : /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-3993699855654508100/Sources/Async/Async+NIO.swift /Users/brunodaluz/Desktop/project/.build/checkouts/core.git-3993699855654508100/Sources... | D |
.hd ctor "character to real conversion" 03/23/80
real function ctor (str, i)
character str (ARB)
integer i
.sp
Library: vswtlb (standard Subsystem library)
.fs
'Ctor' is similar in function to 'ctoi', except that it
converts floating point numbers as well as integers.
The character
string in 'str' is examined starting... | D |
module raytracing.surfaces.sphere;
import std.stdio;
import std.math;
import raytracing.surfaces.surface;
import raytracing.ray;
import raytracing.box;
import raytracing.vector;
import raytracing.material;
import raytracing.scene;
class Sphere : Surface
{
Material material;
Vector3!double center;
double radius;
... | D |
/Users/radibarq/developer/NasaInArabic/build/Pods.build/Debug-iphonesimulator/Hero.build/Objects-normal/x86_64/HeroPlugin.o : /Users/radibarq/developer/NasaInArabic/Pods/Hero/Sources/HeroModifier+Advanced.swift /Users/radibarq/developer/NasaInArabic/Pods/Hero/Sources/HeroCompatible.swift /Users/radibarq/developer/NasaI... | 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 |
module s2.util.container.rbtree_map;
import std.container.rbtree;
import std.algorithm : map;
import std.functional : binaryFun;
import std.meta : allSatisfy;
import std.range : ElementType, isInputRange;
import std.traits : isDynamicArray, isImplicitlyConvertible;
/**
* A dictionary or associative array backed by a... | 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_21_agm-9315994... | D |
module dbal.defined;
import dbal;
enum JoinMethod : string {
InnerJoin = " INNER JOIN ",
LeftJoin = " LEFT JOIN ",
RightJoin = " RIGHT JOIN ",
FullJoin = " FULL JOIN ",
CrossJoin = " CROSS JOIN ",
}
enum Method : string {
Select = " SELECT ",
Insert = " INSERT ",
Update = " UPDATE ",
... | D |
/*
* Copyright (c) 2004-2008 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 |
instance GRD_268_Gardist(Npc_Default)
{
name[0] = NAME_Gardist;
npcType = NpcType_MINE_Guard;
guild = GIL_GRD;
level = 15;
voice = 13;
id = 268;
attribute[ATR_STRENGTH] = 80;
attribute[ATR_DEXTERITY] = 60;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 250;
attribute[AT... | D |
/*
* Copyright 2008 Google Inc. All Rights Reserved.
* Copyright 2013-2014 Jan Krüger. All Rights Reserved.
* Author: fraser@google.com (Neil Fraser)
* Author: anteru@developer.shelter13.net (Matthaeus G. Chajdas)
* Author: jan@jandoe.de (Jan Krüger)
*
* Licensed under the Apache License, Version 2.0 (the "Lice... | D |
instance SLD_704_Blade(Npc_Default)
{
name[0] = "Kosa";
npcType = npctype_main;
guild = GIL_SLD;
level = 18;
voice = 8;
id = 704;
flags = NPC_FLAG_IMMORTAL;
attribute[ATR_STRENGTH] = 100;
attribute[ATR_DEXTERITY] = 80;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 286... | D |
/*
TEST_OUTPUT:
---
fail_compilation/diag11840.d(12): Error: undefined identifier `i`
fail_compilation/diag11840.d(12): Error: undefined identifier `j`
---
*/
void main()
{
int[10] data;
data[i .. j] = 0;
}
| D |
module metare;
import std.conv;
import std.string;
alias NUM=regex!"\\d+";
alias INT=regex!"[+-]?{NUM}";
alias LIST=regex!"{INT}(,{INT})*";
unittest
{
assert(NUM.match("1234") == Match(true, "1234".length));
assert(INT.match("12") == Match(true, "12".length));
assert(INT.match("-12") == Match(true, "-12".length)... | D |
/Volumes/iMacProjetos/Curso/Rocketseat/GoNative/module4/ios/build/module4/Build/Intermediates.noindex/RNTrackPlayer.build/Debug-iphonesimulator/RNTrackPlayer.build/Objects-normal/x86_64/SessionCategories.o : /Volumes/iMacProjetos/Curso/Rocketseat/GoNative/module4/node_modules/react-native-track-player/ios/RNTrackPlayer... | D |
module mach.sdl.input.event.drop;
private:
import derelict.sdl2.types;
import derelict.sdl2.functions : SDL_free;
import mach.sdl.input.event.mixins;
import std.string : fromStringz;
public:
/// https://wiki.libsdl.org/SDL_DropEvent
struct DropFileEvent{
mixin EventMixin!SDL_DropEvent;
/// The original SD... | D |
module game;
import std.uuid;
import types;
interface ITronGame
{
static maxPlayers = 2;
void restart();
// true on success, false on game end
bool tick();
// true on success, false on max players reached
bool addPlayer(UUID uuid);
void setDirection(UUID uuid, string direction);
string... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM ROCKTYPE
332.438668 51.4040491 9 41.2000008 35 100 -31.3999996 138.600006 1170 8.16458891 37.9686144 sediments
-33.0580874 39.2126332 9 16.5 35 100 -30.3999996 139.399994 1161 7.95694722 82.0534697 sediments, tillite
-41.9634396 47.1283348 5 200 35 100 -30.... | D |
module Editor.GUITest;
void RenderGUI()
{
/*
const scrollAreaWidth = w.size.x / 4;
const scrollAreaHeight = w.size.y - 20;
int scrollArea2 = 0;
imguiBeginScrollArea("Scroll area 2", 20 + (1 * scrollAreaWidth), 10, scrollAreaWidth, scrollAreaHeight, &scrollArea2);
imguiSeparatorLine();
imguiSeparator();
fore... | D |
/**
* @author Lee Avital
*
* Holds various functions used for generating
* and evaluating scrabble moves
*/
module solver;
import board;
import trie;
import rack;
import position;
import move;
import constants;
import std.stdio;
import std.array;
import std.format;
Board theboard;
TrieNode dictionary;
Rack th... | D |
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/build/indexmap-6ae93174130df92a/build_script_build-6ae93174130df92a: /Users/liujianhao/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/indexmap-1.7.0/build.rs
/Users/liujianhao/code/rust/simple_web_app/simple_web_app/target/rls/debug/b... | D |
module test.RowBindingTest;
import hunt.database;
import hunt.database.base;
import hunt.database.base.Annotations;
import hunt.util.UnitTest;
import std.conv;
import std.format;
import std.range;
import std.stdio;
class RowBindingTest {
string sql;
int result;
Statement statement;
RowSet rs;
... | D |
/Users/lb/Documents/Project/LearnVapor/.build/x86_64-apple-macosx10.10/debug/Service.build/Services/Service.swift.o : /Users/lb/Documents/Project/LearnVapor/.build/checkouts/service.git-6643607890189502733/Sources/Service/Services/ServiceID.swift /Users/lb/Documents/Project/LearnVapor/.build/checkouts/service.git-66436... | 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 |
/**
*
* THIS FILE IS AUTO-GENERATED BY ./parse_specs.d FOR MCU attiny48 WITH ARCHITECTURE avr25
*
*/
module avr.specs.specs_attiny48;
enum __AVR_ARCH__ = 25;
enum __AVR_ASM_ONLY__ = false;
enum __AVR_ENHANCED__ = false;
enum __AVR_HAVE_MUL__ = false;
enum __AVR_HAVE_JMP_CALL__ = false;
enum __AVR_MEGA__ = false;... | D |
/Users/donghyungko/Documents/git-project/rust/the_rust_programming_language/ch07_module/target/rls/debug/deps/ch07_module-844b19a6f5c112e4.rmeta: src/main.rs
/Users/donghyungko/Documents/git-project/rust/the_rust_programming_language/ch07_module/target/rls/debug/deps/ch07_module-844b19a6f5c112e4.d: src/main.rs
src/ma... | D |
module UnrealScript.TribesGame.TrVGSNode_Warning;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrVGSNode;
extern(C++) interface TrVGSNode_Warning : TrVGSNode
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static ScriptClass Stati... | D |
/* SEATD for SciTE
* Copyright (c) 2007 Jascha Wetzel. All rights reserved
* License: Artistic License 2.0, see license.txt
*/
module scite.seatd_scite;
import scite.scite_ext;
import abstract_plugin;
import tango.stdc.string;
version(Windows) import tango.sys.win32.Types;
/**********************... | D |
/Volumes/itechplushd1/projects/ios/Former/Build/Intermediates/Former.build/Debug-iphonesimulator/Former.build/Objects-normal/x86_64/ViewFormer.o : /Volumes/itechplushd1/projects/ios/Former/Former/Cells/FormSegmentedCell.swift /Volumes/itechplushd1/projects/ios/Former/Former/Cells/FormTextFieldCell.swift /Volumes/itechp... | D |
func void B_SetBabeDefaultPerceptions()
{
Npc_PercEnable(self,PERC_ASSESSTALK,B_Babe_RefuseTalk);
Npc_PercEnable(self,PERC_ASSESSDAMAGE,ZS_Babe_Flee);
Npc_PercEnable(self,PERC_DRAWWEAPON,ZS_Babe_Flee);
};
| D |
/Users/damouse/Documents/ios/fabagainstbackend/build/FabAgainstBackend.build/Release/FabAgainstBackend.build/Objects-normal/x86_64/Session.o : /Users/damouse/Documents/ios/fabagainstbackend/FabAgainstBackend/DemoPlayer.swift /Users/damouse/Documents/ios/fabagainstbackend/FabAgainstBackend/Session.swift /Users/damouse/D... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.