code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/christian/GitHub/vapor/HelloVapor/.build/x86_64-apple-macosx/debug/SQLite.build/SQL/SQLiteAlterTableBuilder.swift.o : /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/sqlite/Sources/SQLite/Row/SQLiteData.swift /Users/christian/GitHub/vapor/HelloVapor/.build/checkouts/sqlite/Sources/SQLite/SQL/SQLiteGene... | D |
/home/ubuntu/substrate-node-template/target/release/wbuild-runner/node-template-runtime6620869906145500559/target/release/build/serde-a4199a38171f7418/build_script_build-a4199a38171f7418: /home/ubuntu/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.123/build.rs
/home/ubuntu/substrate-node-template/target/rel... | 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="model.notation#_C0dGcIJfEeGCqb0S9b... | D |
/**
PostgreSQL client implementation.
Features:
$(UL
$(LI Standalone (does not depend on libpq))
$(LI Binary formatting (avoids parsing overhead))
$(LI Prepared statements)
$(LI Parametrized queries (partially working))
$(LI $(LINK2 http://www.postgresql.org/docs/9.0/static/datatype-enum.... | D |
/Users/congle/Desktop/DEVELOPMENTS/Social-Login/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/OAuthSwift.build/Objects-normal/x86_64/Dictionary+OAuthSwift.o : /Users/congle/Desktop/DEVELOPMENTS/Social-Login/Pods/OAuthSwift/Sources/SHA1.swift /Users/congle/Desktop/DEVELOPMENTS/Social-Login/Pods/OAuthSwift... | D |
void main() {
problem();
}
void problem() {
auto N = scan!long;
auto A = scan!long(N);
void solve() {
auto visited = new bool[N];
long ans;
for(long i = 0; i != 1; i = A[i] - 1) {
ans++;
if (visited[i]) {
writeln(-1);
return;
}
visited[i] = true;
}
... | D |
import common;
void d2(int foo, int bar, int baz)
{
total += bar;
}
| D |
/Users/abelfernandez/projects/vapor-server/Hello/.build/debug/Multipart.build/Multipart+BytesConvertible.swift.o : /Users/abelfernandez/projects/vapor-server/Hello/.build/checkouts/multipart.git-4210556629793786970/Sources/Multipart/Multipart+BytesConvertible.swift /Users/abelfernandez/projects/vapor-server/Hello/.buil... | D |
/afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODTools/obj/BTaggingTool.o /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/RootCoreBin/obj/x86_64-slc6-gcc48-opt/CxAODTools/obj/BTaggingTool.d : /afs/cern.ch/user/a/abrennan/testarea/CxAODTestFramework/CxAODTools/... | D |
INSTANCE Info_Mod_Albert_Hi (C_INFO)
{
npc = Mod_1958_VMG_Albert_MT;
nr = 1;
condition = Info_Mod_Albert_Hi_Condition;
information = Info_Mod_Albert_Hi_Info;
permanent = 0;
important = 1;
};
FUNC INT Info_Mod_Albert_Hi_Condition()
{
if (Npc_KnowsInfo(hero, Info_Mod_Turendil_Hi))
&& (Npc_IsInState(self, ZS_Ta... | 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 |
/home/zbf/workspace/git/RTAP/target/debug/deps/regex-61e154f0ef7ccae6.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-0.2.11/src/lib.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-0.2.11/src/backtrack.rs /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6... | D |
/**
* Defines the bulk of the classes which represent the AST at the expression level.
*
* Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions)
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walt... | D |
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/FluentSQLite.build/FluentSQLiteError.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/fluent-sqlite/Sources/FluentSQLite/FluentSQLiteSchema.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.... | D |
/home/albertfega/Desktop/LaSalleChat/.build/x86_64-unknown-linux/debug/Cookies.build/Response+Cookies.swift.o : /home/albertfega/Desktop/LaSalleChat/.build/checkouts/engine.git--7533756970564908605/Sources/Cookies/Cookie.swift /home/albertfega/Desktop/LaSalleChat/.build/checkouts/engine.git--7533756970564908605/Sources... | D |
unsurpassed in some respect up to the present
| D |
instance Mod_1906_SMK_SchwarzerKrieger_OM (Npc_Default)
{
//-------- primary data --------
name = NAME_schwarzerkrieger;
npctype = NPCTYPE_om_schwarzerkrieger;
guild = GIL_kdf;
level = 10;
voice = 0;
id = 1906;
//-------- abilities --------
B_SetAttributesToChapter (self, 5);
EquipItem (self,... | D |
module distGraph.dgraph.DistGraphLoader;
import distGraph.utils.Singleton;
import std.stdio;
import distGraph.dgraph.Graph;
public import distGraph.dgraph.Edge, distGraph.dgraph.Vertex;
import std.string, std.conv;
import std.container, std.algorithm;
import distGraph.mpiez.Message, distGraph.mpiez.Process;
import dist... | D |
/Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/DerivedData/CryptoLive/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/LTMorphingLabel.build/Objects-normal/x86_64/LTMorphingEffect.o : /Users/Jaskeerat/Desktop/CryptoLive/CryptoLive/Pods/LTMorphingLabel/LTMorphingLabel/LTMorphingLabel+Sparkle.swift /Users/Jas... | D |
/****************************************************************************
* Genesis Plus
* Microwire Serial EEPROM (93C46 only) support
*
* Copyright (C) 2011 Eke-Eke (Genesis Plus GX)
*
* Redistribution and use of this code or any derivative works are permitted
* provided that the following con... | D |
/Users/haruna/Documents/iOSdev/Parsta/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/haruna/Documents/iOSdev/Parsta/Pods/Alamofire/Source/MultipartFormData.swift /Users/haruna/Documents/iOSdev/Parsta/Pods/Alamofire/Source/MultipartUpload.swift /User... | 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 |
/Users/JenishMistry/DEMOS/MVCDemoAPI/DerivedData/MVCDemoAPI/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/NotificationBannerSwift.build/Objects-normal/x86_64/BannerColors.o : /Users/JenishMistry/DEMOS/MVCDemoAPI/Pods/NotificationBannerSwift/NotificationBanner/Classes/BannerStyle.swift /Users/JenishMistry... | D |
module android.java.java.io.InvalidClassException;
public import android.java.java.io.InvalidClassException_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!InvalidClassException;
import import4 = android.java.java.lang.Class;
import import3 = android.java.java.lang.StackTraceElement;
import im... | D |
void main(string[] args)
{
import core.memory: GC;
GC.disable;
import std.stdio: writeln;
import std.process: thisProcessID, Pid;
import core.sys.posix.signal: SIGSTOP;
const thisPID = thisProcessID;
writeln(`child (pid=`, thisPID, `): was started`);
// stop child
import std.proce... | D |
module gds.core.algorithm;
template flatMap(func...)
if (func.length >= 1)
{
import std.range : isInputRange;
import std.traits : Unqual;
auto flatMap(Range)(Range range) if (isInputRange!(Unqual!Range))
{
import std.algorithm : cache, map, joiner;
return range
.map!func
... | D |
// Написано на языке программирования Динрус.
module std.string;
//public import rt.core.string;
//debug=string; // uncomment to turn on debugging printf's
private import std.io, sys.WinFuncs;
private import cidrus;//, rt.console;
private import std.utf;
private import std.uni;
private import std.fo... | D |
/Users/mu/Hello/.build/x86_64-apple-macosx/debug/SQL.build/SQLInsert.swift.o : /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLJoinMethod.swift /Users/mu/Hello/.build/checkouts/sql/Sources/SQL/SQLTable.swift /Users/mu/Hello/.build/checkouts/sql/Sources/... | D |
/**
Модуль функций WIN API для языка Динрус.
Разработчик Виталий Кулич.
*/
module sys.WinFuncs;
import std.string, std.utf;
import std.intrinsic;
import cidrus;
public import sys.inc.kernel32;
version = ЛитлЭндиан;
//////////////////////////////////////////////////////
extern (Windows)
{
////... | 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 |
The US embassy in Athens was struck by a shoulder-launched rocket-propelled grenade shortly before 6:00 a.m. Friday.
The rocket was probably fired by a Russian-made launcher from a nearby construction site.
There were no casualties and only minor damage to the building.
Police cordoned off streets around the embassy fo... | 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 |
/**
Utility templates that help working with User Defined Attributes
Copyright: © 2013 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.internal.meta.uda;
//import vibe.internal.meta.traits;
... | D |
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/Routing.build/Objects-normal/x86_64/Router.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Routing-1.0.1/Sources/Routing/Branch.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Routing-1.0.1/Sources/Routing/ParametersContainer.swift /Users/k... | D |
/*
Copyright (c) 2011-2017 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, dist... | D |
module UnrealScript.TribesGame.TrCallIn_OrbitalStrike;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.TribesGame.TrCallIn_Projectile;
extern(C++) interface TrCallIn_OrbitalStrike : TrCallIn_Projectile
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property ... | D |
/**
* Предикаты используемые в Veda Core
*/
module veda.core.know_predicates;
/// -
public const string owl__Ontology = "owl:Ontology";
/// -
public const string owl__versionInfo = "owl:versionInfo";
/// -
public const string rdf__Property = "rdf:Property";
//public const string owl__imports = "owl:imports";
... | D |
module gl.opengl;
public import derelict.opengl.gl;
public import derelict.opengl.glext;
| D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
322.100006 68 3.70000005 44.7999992 80 100 -36.4000015 149.899994 5723 6.0999999 6.0999999 0.1 sediments, redbeds
340 40 5 0 80 100 -33.7999992 150.699997 1768 10 10 0.1 intrusives
325 55 5 0 80 100 -33.9000015 151.300003 1766 10 10 0.1 intrusiv... | D |
/Users/markmoussa/HackathonProjects/Rhabit/DerivedData/Rhabit/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BarChartView.o : /Users/markmoussa/HackathonProjects/Rhabit/Pods/Charts/Charts/Classes/Data/Implementations/Standard/BarChartData.swift /Users/markmoussa/HackathonProject... | D |
// SDLang-D
// Written in the D programming language.
/++
$(H2 SDLang-D v0.10.0)
Library for parsing and generating SDL (Simple Declarative Language).
Import this module to use SDLang-D as a library.
For the list of officially supported compiler versions, see the
$(LINK2 https://github.com/Abscissa/SDLang-D/blob/ma... | D |
module dhtslib.gff.record;
import std.stdio;
import std.algorithm.iteration: splitter;
import std.stdio: chunks, File;
import std.algorithm: filter,map;
import std.traits: ReturnType;
import std.array: replace;
import std.conv: to;
import std.string;
import std.file: mkdir;
import std.algorithm.searching: c... | D |
module inetwork;
import platform;
public extern(C++):
import std.socket;
version(Windows)
{
//#include <winsock.h>
}
else
{
//#ifdef _XBOX
// #include <Xtl.h>
//#endif
//#ifdef LINUX
// #include <sys/socket.h>
//#endif
}
import Math; // CVec3
import IBitStream : IBitStream; // IBitStream
/////////////... | D |
# FIXED
button_if.obj: C:/ti/CC3200SDK_1.3.0/cc3200-sdk/example/common/button_if.c
button_if.obj: C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_5.2.9/include/stdlib.h
button_if.obj: C:/ti/ccs910/ccs/tools/compiler/ti-cgt-arm_5.2.9/include/linkage.h
button_if.obj: C:/ti/CC3200SDK_1.3.0/cc3200-sdk/inc/hw_types.h
butt... | D |
datapath=/home/torobo/catkin_ws/src/reaching_task/scripts/data/dataset/large/BC
modelpath=/home/torobo/catkin_ws/src/reaching_task/scripts/data/model/large/BC/W_0_025
activejoints=1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,0
nsamples=1,1
w=0.025,0.025
d=40,10
z=4,1
t=2,10
epochs=25000
alpha=0.001
beta1=0.9
beta2=0.999
retrain=false... | D |
/** Various metaprogramming helpers.
*
* Authors: $(LINK2 https://github.com/epi, Adrian Matoga)
* Copyright: © 2016 Adrian Matoga
* License: $(LINK2 http://www.boost.org/users/license.html, BSL-1.0).
*/
module flod.meta;
/// Used to compare alias lists.
struct Id(X...) {}
/// Tests if template `S` can be ins... | D |
#!/usr/bin/env rdmd -i -I..
import std.stdio;
import std.datetime.stopwatch;
import std.algorithm;
import std.range;
import std.functional;
import kreikey.intmath;
void main(string[] args) {
StopWatch timer;
ulong sum;
writeln("Non-abundant sums");
timer.start();
sum = iota(1, 28124).filter!(not!isAbundan... | D |
/*
Copyright (c) <2013> <Jeremy DeHaan>
This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applicatio... | D |
/home/ahli/code/ytshorten/target/debug/deps/ytshorten-27ff699c00961b82.rmeta: src/main.rs
/home/ahli/code/ytshorten/target/debug/deps/ytshorten-27ff699c00961b82.d: src/main.rs
src/main.rs:
| D |
import std.stdio;
import std.string;
import std.conv;
import qtcore.QRect;
import qtcore.QPoint;
import qtcore.QPointF;
import qtcore.QSize;
import qtcore.QObject: SlotException;
import qtcore.Qt.ContextMenuPolicy;
import qtcore.Qt.FocusPolicy;
import qtwidget.QWidget;
import qtwidget.QLineEdit;
import qtwidget.Q... | D |
//-----------------------------------------------------------------------------
// wxD/Samples - Sound.d
//
// A wxD version of the wxWidgets "sound" sample.
//
// Written by Vaclav Slavik
// (c) 2004 Vaclav Salvik
// Licensed under the wxWidgets license, see LICENSE.txt for details.
//
// $ид: Sound.d,v 1.5 2008/03/03... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/NIOOpenSSL.build/SSLPKCS12Bundle.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/ByteBufferBIO.swift /Users/panartem/Developer/Study/Microservices-... | D |
/****************************************************************************
**
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Lice... | D |
/*
Copyright (c) 2013-2017 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, dist... | D |
/Users/lukeanglin/Desktop/Probability/Project2/simulator/sim/target/debug/deps/ppv_lite86-61b2205607c5dc5b.rmeta: /Users/lukeanglin/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.10/src/lib.rs /Users/lukeanglin/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.10/src/soft.rs /Users/lukeangl... | D |
/* Digital Mars DMDScript source code.
* Copyright (c) 2000-2002 by Chromium Communications
* D version Copyright (c) 2004-2010 by Digital Mars
* 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)
* written by Walter ... | D |
module deimos.cef3.callback;
// Copyright (c) 2012 Marshall A. Greenblatt. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copy... | 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 l... | D |
module EdrLib;
pragma(lib, "gdi32.lib");
pragma(lib, "comdlg32.lib");
import core.sys.windows.windef;
import core.sys.windows.wingdi;
import std.utf : count, toUTFz;
auto toUTF16z(S)(S s)
{
return toUTFz!(const(wchar)*)(s);
}
export extern(Windows) BOOL EdrCenterText(HDC hdc, PRECT prc, string pString)
{
SIZ... | 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 |
// Written in the D programming language.
module reed.document;
import std.conv : to, text;
import std.json : JSONValue;
import std.typecons : Tuple;
import reed.database;
import reed.util;
version(unittest) import std.exception;
package
{
immutable DocumentAPIPath = buildUriPath(Database.APIPrefix, "d... | D |
/*
* PS3 Media Server, for streaming any medias to your PS3.
* Copyright (C) 2011 G. Zsombor
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; version 2
* of the License only.
*
* This ... | D |
module cf.spew.implementation.consumers.winapi;
version (Windows):
import cf.spew.implementation.consumers.base;
import cf.spew.implementation.instance.state : windowToIdMapper,
timerToIdMapper;
import cf.spew.implementation.windowing.window.base;
import cf.spew.implementation.windowing.window.winapi;
import cf.spe... | D |
import std.array;
import std.file;
import std.stdio;
import std.uni;
import std.string;
import vibeirc.data;
import dbmanager;
string[string] profanity;
immutable PROFANITY_FILE = "./public/profanity.txt";
shared static this()
{
assert(exists(PROFANITY_FILE));
auto words = readText(PROFANITY_FILE).split("\n... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Template implementation.
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://ww... | D |
/Users/nazarkovalik/Desktop/work/MouseHunter/MouseHunter/DerivedData/FunnyJellyfish/Build/Intermediates.noindex/FunnyJellyfish.build/Debug-iphonesimulator/FunnyJellyfish.build/Objects-normal/x86_64/Classes.o : /Users/nazarkovalik/Desktop/work/MouseHunter/MouseHunter/FunnyJellyfish/Mouse.swift /Users/nazarkovalik/Deskto... | D |
/*
* Copyright (c) 2017-2019 sel-project
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pu... | D |
module arcana.grammar.matcher;
import std.array;
import std.string;
alias Matcher = string function(string);
template predicate(alias pred)
{
enum predicate = function string(string input)
{
if(input.length && pred(input[0]))
{
return [input[0]];
}
else
{
... | D |
module unit_threaded.check;
import std.exception;
import std.conv;
import std.algorithm;
import std.traits;
import std.range;
public import unit_threaded.attrs;
@safe:
class UnitTestException: Exception {
this(in string[] msgLines, in string file, in ulong line) {
import std.array;
super(msgLine... | D |
import std.stdio;
int[] _items;
void removeItems(int[] ts) {
import std.algorithm : find, canFind, copy, filter;
auto dirty = _items.find!(m => ts.canFind(m));
auto tail = dirty.filter!(m => !ts.canFind(m)).copy(dirty);
_items = _items[0 .. $ - tail.length];
}
void main() {
_items = [10, 20... | D |
module allegro5.system;
import allegro5.internal.da5;
import allegro5.config;
import allegro5.path;
import allegro5.base;
version(Tango)
{
import tango.stdc.stdlib : atexit;
}
else
{
import std.c.stdlib : atexit;
}
extern (C)
{
struct ALLEGRO_SYSTEM {};
bool al_install_system(int vers, int function(void functio... | 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_10_MobileMedia... | D |
/Users/gaishimin/Documents/GitHub/Eureka/.build/x86_64-apple-macosx/debug/Eureka.build/Rows/LabelRow.swift.o : /Users/gaishimin/Documents/GitHub/Eureka/Source/Validations/RuleURL.swift /Users/gaishimin/Documents/GitHub/Eureka/Source/Validations/RuleRequired.swift /Users/gaishimin/Documents/GitHub/Eureka/Source/Validati... | D |
module gdrive.models.revision;
import std.json;
import std.datetime : SysTime;
import common.common;
import vibe.data.json : optional;
public struct Revision {
/** The last time the revision was modified (RFC 3339 date-time).*/
private static const string MODIFIEDTIME = "modifiedTime";
string _modifiedTime;
mixin... | D |
/**
* DSSS command "build"
*
* Authors:
* Gregor Richards
*
* License:
* Copyright (c) 2006, 2007 Gregor Richards
*
* 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 withou... | 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 |
// Written in the D programming language.
/**
This module implements a variety of type constructors, i.e., templates
that allow construction of new, useful general-purpose types.
Source: $(PHOBOSSRC std/_typecons.d)
Macros:
WIKI = Phobos/StdVariant
Synopsis:
----
// value tuples
alias Coord = Tuple!(float, "x"... | D |
module android.java.android.provider.Telephony_Mms_Rate;
public import android.java.android.provider.Telephony_Mms_Rate_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Telephony_Mms_Rate;
import import0 = android.java.java.lang.Class;
| D |
/**
* Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole)
*/
module cf.spew.events.winapi;
import cf.spew.events.defs;
import devisualization.util.core.memory.managed;
///
enum WinAPI_Events_Types {
///
... | D |
// Initialisiert das Spielfeld
// 1. Leeres Belegungsarray
// 2. Felder alle erstellen
FUNC VOID B_MG_InitialiseFeld()
{
Print_GetScreenSize();
MG_Spielbrett = View_CreatePxl(0, 0, Print_Screen[PS_X], Print_Screen[PS_Y]);
View_SetTexture(MG_Spielbrett, "SPIELBRETT.TGA");
View_Open(MG_Spielbrett);
var int i; i =... | D |
/// An example "HTTP server" with poor usability but sensible performance
///
module http.Processor;
import std.array, std.exception, std.format, std.algorithm.mutation, std.socket;
import core.stdc.stdlib;
import core.thread, core.atomic;
import http.Parser;
import hunt.util.DateTime;
import hunt.logging;
import hun... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/Authentication.build/Basic/BasicAuthenticatable.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/auth/Sources/Authentication/AuthenticationCache.swift /Users/panartem/Develope... | D |
/Users/ryoto/Work/CITest/DerivedData/CITest/Build/Intermediates/CITest.build/Debug-iphonesimulator/CITest.build/Objects-normal/x86_64/ViewController.o : /Users/ryoto/Work/CITest/CITest/ViewController.swift /Users/ryoto/Work/CITest/CITest/AppDelegate.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefau... | D |
/**
Defines the behavior of the DUB command line client.
Copyright: © 2012-2013 Matthias Dondorff
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Matthias Dondorff, Sönke Ludwig
*/
module dub.commandline;
import dub.compilers.compiler;
import dub.dependency;... | D |
/*******************************************************************************
* Copyright (c) 2000, 2003 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... | D |
/home/ukasha/Desktop/Quarter-1_3.30-6.30/week12_13th-October,2019/chapter8-2/target/rls/debug/deps/chapter8_2-40a986b886f46e40.rmeta: src/main.rs
/home/ukasha/Desktop/Quarter-1_3.30-6.30/week12_13th-October,2019/chapter8-2/target/rls/debug/deps/chapter8_2-40a986b886f46e40.d: src/main.rs
src/main.rs:
| 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... | D |
/Users/apple-1/Downloads/Demos-master/AdaptiveUITextView/Build/Intermediates/AdaptiveUITextView.build/Debug-iphonesimulator/AdaptiveUITextView.build/Objects-normal/x86_64/ViewController.o : /Users/apple-1/Downloads/Demos-master/AdaptiveUITextView/AdaptiveUITextView/ViewController.swift /Users/apple-1/Downloads/Demos-ma... | D |
used as intensifiers
of a dreadful kind
in a terrible manner
| D |
module soundtab.audio.generators;
import std.math : log2, exp2, sin, cos, pow, PI;
immutable WAVETABLE_SIZE_BITS = 14;
immutable WAVETABLE_SIZE = 1 << WAVETABLE_SIZE_BITS;
immutable WAVETABLE_SIZE_MASK = WAVETABLE_SIZE - 1;
immutable WAVETABLE_SIZE_MASK_MUL_256 = (1 << (WAVETABLE_SIZE_BITS + 8)) - 1;
immutable WAVETA... | D |
import io = std.stdio;
import std.file;
import std.string;
import std.traits : isBasicType;
import std.array;
void main(string[] args) {
string moduleName;
string fileName;
if (args.length == 2) {
moduleName = args[1];
ptrdiff_t lio = moduleName.lastIndexOf(".");
if (lio > 0 && lio + 1 < moduleName.length) {... | D |
import dinrus, com.com, mesa, sdl, minid;
бул АКТИВИРОВАНА = нет;
проц СТАРТ() {if(!АКТИВИРОВАНА) динрусСтарт(смДайПрокси()); АКТИВИРОВАНА = да;}
проц СТОП() {if(АКТИВИРОВАНА) динрусСтоп(); АКТИВИРОВАНА = нет;}
проц тестПроизводительности()
{
alias СчётчикТиков тип_счётчик;
тип_счётчик счётчик = ... | D |
954,1717 | D |
/Users/derrickmu/Desktop/Consent/DerivedData/Consent/Build/Intermediates.noindex/Consent.build/Debug-iphonesimulator/Consent.build/Objects-normal/x86_64/SignUpVC.o : /Users/derrickmu/Desktop/Consent/Consent/Main/ProfilePage/CamPFPVC.swift /Users/derrickmu/Desktop/Consent/Consent/Main/ProfilePage/ProfilePageVC.swift /Us... | D |
// PERMUTE_ARGS: -O -fPIC
extern(C) int printf(const char*, ...);
/****************************************************/
class Abc : Exception
{
this()
{
super("");
}
int i;
}
int y;
alias int boo;
void foo(int x)
{
y = cast(boo)1;
L6:
try
{
printf("try 1\n");
y... | D |
module libraw.version_;
import libraw : libraw_versionNumber;
enum LIBRAW_MAJOR_VERSION = 0;
enum LIBRAW_MINOR_VERSION = 21;
enum LIBRAW_PATCH_VERSION = 1;
enum LIBRAW_VERSION_TAIL = "Release";
enum LIBRAW_SHLIB_CURRENT = 23;
enum LIBRAW_SHLIB_REVISION = 0;
enum LIBRAW_SHLIB_AGE = 0;
string LIBRAW_VERSION_MAKE(A, B... | D |
import vibe.core.log;
import vibe.data.serialization;
import vibe.data.json;
void main()
{
// set up some data to serialize
Data data;
data.number = 13;
data.requiredNumber = 42;
data.messages ~= "Hello";
data.messages ~= "World";
// serialize to a Json runtime value
logInfo("Serialize to Json value:");
au... | D |
module d.semantic.mangler;
import d.semantic.semantic;
import std.algorithm;
import std.array;
struct TypeMangler {
private SemanticPass pass;
alias pass this;
this(SemanticPass pass) {
this.pass = pass;
}
import d.ir.type;
string visit(QualType t) {
return this.dispatch(t.type);
}
string visit(Bui... | D |
a long narrow depression in a surface
a long narrow opening
| D |
import std.algorithm, std.conv, std.range, std.stdio, std.string;
version(unittest) {} else
void main()
{
auto w = readln.chomp;
auto r = 0;
for (;;) {
auto t = readln.chomp;
if (t == "END_OF_TEXT") break;
auto ti = t.split;
r += ti.count!(a => icmp(a, w) == 0);
}
writeln(r);
}
| D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.