code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/build/HNote.build/Debug-iphoneos/HNote.build/Objects-normal/arm64/ViewController.o : /Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/HNote/AppDelegate.swift /Users/hongweihui/Desktop/IOS大作业_洪伟辉_18126278/HNote/HNote/EWPopMenu/MenuTableViewCell.swift /Users/hongweih... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.container;
void main()
{
auto nq = readln.split.to!(int[]);
auto N = nq[0];
auto Q = nq[1];
auto kds = new RedBlackTree!(int, "a > b", true)[](2*10^^5);
foreach (ref kd; kds) kd = new RedBlac... | D |
/**
Модуль структур WIN API для языка Динрус.
Разработчик Виталий Кулич.
*/
module sys.WinStructs;
import base, sys.WinConsts, sys.WinIfaces, sys.WinFuncs;
import tpl.com, sys.com, stdrus;
extern(D)
{
struct ГУИД //Глобальный Универсальный Идентификатор
{
бцел a;
бкрат b, c;
... | D |
// Has anyone a better example?
module init;
template init(T)
{
static if (is(T == immutable) || is(T == const))
void init(T t) {} // do nothing
else static if (is(T == class))
void init(ref T t)
{
t = new T();
}
else
void init(ref T t)
{
... | D |
CONST STRING MOBNAME_BACKPACK_1 = "";
CONST STRING MOBNAME_CRATE = "Bedna";
CONST STRING MOBNAME_CHEST = "Truhlice";
CONST STRING MOBNAME_BED = "Lůžko";
CONST STRING MOBNAME_DOOR = "Dveře";
CONST STRING MOBNAME_CAMP = "";
CONST STRING MOBNAME_TORCH = "";
CONST STRING MOBNAME_TORCHHOLDER = "";
CONST STRING MOBNAME_BARBQ... | D |
/*******************************************************************************
Ensures that it is possible to push more values into fakedmq than internal
storage limit allows as long as there is consumer working in parallel.
Copyright:
Copyright (c) 2016-2017 dunnhumby Germany GmbH. All rights r... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.numeric, std.typecons;
void main()
{
auto N = readln.chomp.to!int;
int[][] AAS;
AAS.length = N;
foreach (ref AA; AAS) AA = readln.split.to!(int[]);
foreach (k; 0..N)
foreach (i; 0..N)
foreach (j; 0... | D |
func void B_ENTER_NEWWORLD_Kapitel_1()
{
if((RavenIsDead == TRUE) && Npc_IsDead(Myxir_CITY))
{
Wld_InsertNpc(KDW_140300_Addon_Myxir_CITY,"CITY1");
};
if(ENTERED_ADDONWORLD == TRUE)
{
B_RemoveNpc(Saturas_NW);
B_RemoveNpc(Cronos_NW);
B_RemoveNpc(Nefarius_NW);
B_RemoveNpc(Myxir_NW);
B_RemoveNpc(Riordian_... | D |
module bt.toolbox.events.basic;
import bt.toolbox.event;
import std.conv;
Event eventBasic() {
auto now = Clock.currTime.toUnixTime;
return Event(EventType.Standard, now, 3_600);
}
unittest {
auto testEvent = Event(EventType.Standard, 10_000, 3_600);
assert(testEvent.begin == 10_000);
assert(testEvent.en... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Event.o : /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/diplom_prj/CoreML_test/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Us... | D |
bestow in large quantities
arrange in stacks
fill to overflow
| D |
/*
Copyright (c) 2014 Martin Cejp
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,
execut... | D |
module kong.IA32.X86IL;
// Based on X86IL.h by Radim Picha (C 2006)
enum { SIZE16 = 2 }
enum { SIZE32 = 4 }
enum { X86IL_PREFIX_COUNT = 11 }
struct X86_opinfo
{
ubyte prefix_count; // Number of instruction prefixes.
ubyte modRM_offset; // ModRM-byte's offset from the start of
... | D |
/Users/river/Desktop/2019_ios_final/build/Pods.build/Debug-iphonesimulator/ImagePicker.build/Objects-normal/x86_64/VideoInfoView.o : /Users/river/Desktop/2019_ios_final/Pods/ImagePicker/Source/ImageGallery/ImageGalleryViewDataSource.swift /Users/river/Desktop/2019_ios_final/Pods/ImagePicker/Source/BottomView/ImageStack... | D |
/Users/monradajuycharoen/Desktop/DUP/Test2/build/Pods.build/Debug-iphonesimulator/paper-onboarding.build/Objects-normal/x86_64/PageContainer.o : /Users/monradajuycharoen/Desktop/DUP/Test2/Pods/paper-onboarding/Source/PaperOnboardingDataSource.swift /Users/monradajuycharoen/Desktop/DUP/Test2/Pods/paper-onboarding/Source... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
219.300003 -4.19999981 9.39999962 22.3999996 56 65 -10 121 7800 4.9000001 9.60000038 1 extrusives, basalts, andesites
221.899994 42 8.80000019 0 63 75 -9.69999981 119.5 1211 5.30000019 9.69999981 1 intrusives, granodiorite, andesite dykes
177.30... | D |
module app;
import vibe.core.core;
import vibe.core.log;
import vibe.http.client;
import vibe.http.router;
import vibe.http.server;
import vibe.web.web;
import std.format : format;
// TODO: test the various parameter and return type combinations, as well as all attributes
shared static this()
{
auto settings = new ... | D |
import std.getopt;
import std.socket;
import std.stdio;
import std.string;
struct client {
int pos;
char[] name;
char[] buffer;
Socket socket;
}
void broadcast(client[] connections, size_t self, const char[] message) {
writeln(message);
for (size_t i = 0; i < connections.length; i++) {
... | D |
/*
* This file is part of gtkD.
*
* gtkD is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* gtkD is distributed in th... | D |
/home/felipe/Projetos/Rust/hello-rocket/target/debug/deps/ordermap-b7a38914594b69ff.rmeta: /home/felipe/.cargo/registry/src/github.com-1ecc6299db9ec823/ordermap-0.2.13/src/lib.rs /home/felipe/.cargo/registry/src/github.com-1ecc6299db9ec823/ordermap-0.2.13/src/macros.rs /home/felipe/.cargo/registry/src/github.com-1ecc62... | D |
module otya.smilebasic.petitcomputer;
import derelict.sdl2.sdl;
import derelict.sdl2.image;
import derelict.opengl3.gl;
import std.net.curl;
import std.file;
import std.stdio;
import std.conv;
import std.string;
import std.range;
static import std.algorithm;
import core.stdc.stdio;
import core.sync.mutex;
import core.s... | D |
instance DIA_Ignaz_EXIT(C_Info)
{
npc = VLK_498_Ignaz;
nr = 999;
condition = DIA_Ignaz_EXIT_Condition;
information = DIA_Ignaz_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Ignaz_EXIT_Condition()
{
return TRUE;
};
func void DIA_Ignaz_EXIT_Info()
{
AI_StopProcessInfos(self);
};
in... | D |
#include <stdio.h>
#include <stddef.h>
#include <unistd.h>
#include <math.h>
#include <time.h>
#include <hw/inout.h>
#include "ldev.h"
#include "../labTools/lcode.h"
#include "../labTools/toys.h"
#include "../labTools/matlab.h"
#include "../labTools/timer.h"
#include "../labTools/vs_dots.h"
#include "../labTools/udpms... | D |
// *********************
// Орки просто сидят
// *********************
func void ZS_SitOrk()
{
Perception_Set_Normal();
B_ResetAll(self);
if(!C_BodyStateContains(self,BS_SIT))
{
AI_SetWalkmode(self,NPC_WALK);
if(Hlp_StrCmp(Npc_GetNearestWP(self),self.wp) == 0)
{
AI_GotoWP(self,self.wp);
};
self.aiv... | D |
module android.java.android.text.style.LineHeightSpan_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.android.graphics.Paint_FontMetricsInt_d_interface;
import import0 = android... | D |
# FIXED
Platforms/driverlib/i2c.obj: C:/Users/Harshit/Desktop/CHECK/Platforms/driverlib/i2c.c
Platforms/driverlib/i2c.obj: C:/Users/Harshit/Desktop/CHECK/Platforms/driverlib/msp432p401r.h
Platforms/driverlib/i2c.obj: C:/ti/ccsv8/tools/compiler/ti-cgt-arm_18.1.3.LTS/include/stdint.h
Platforms/driverlib/i2c.obj: C:/ti/c... | D |
import std;
import golem;
void main()
{
auto dataset = loadData();
randomShuffle(dataset);
auto size = roundTo!size_t(dataset.length * 0.7);
auto train = dataset[0 .. size];
auto test = dataset[size .. $];
auto model = new Model;
auto archiver = new ModelArchiver;
archiver.load(model);
auto optimizer = cr... | D |
<?xml version="1.0" encoding="UTF-8"?>
<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="CheckBGConsistency.notation#_gitgQ... | D |
/Users/park-eunji/Desktop/SDVersion/.build/x86_64-apple-macosx/debug/SDVersionTests.build/SDVersionTests.swift.o : /Users/park-eunji/Desktop/SDVersion/Tests/SDVersionTests/SDVersionTests.swift /Users/park-eunji/Desktop/SDVersion/Tests/SDVersionTests/XCTestManifests.swift /Users/park-eunji/Desktop/SDVersion/.build/x86_6... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/Logging.build/LogLevel.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/console/Sources/Logging/LogLevel.swift /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build... | D |
/home/zbf/workspace/git/RTAP/target/debug/deps/openssl_probe-6a32197736f08c70.rmeta: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/openssl-probe-0.1.2/src/lib.rs
/home/zbf/workspace/git/RTAP/target/debug/deps/openssl_probe-6a32197736f08c70.d: /home/zbf/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6... | D |
module overload_enum;
mixin template Enum(string s) {
mixin({
import std.algorithm, std.array, std.conv, std.string;
auto ss = s.split("-");
auto sss = ss[1].split(",").filter!(a => chop(a)).filter!(a => a != "").array;
string r = "struct " ~ ss[0] ~ "{";
r ~= q{
int n; alias n this;
this(typeof(t... | D |
/Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/Build/Intermediates/FareDeal.build/Debug-iphonesimulator/FareDeal.build/Objects-normal/x86_64/APICalls.o : /Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/FareDeal/RestaurantDealsVC.swift /Users/angelasmith/Desktop/SourceTree/Develop2/FareDeal/FareDeal/Sto... | D |
instance NOV_1323_NOVIZE(NPC_DEFAULT)
{
name[0] = NAME_NOVIZE;
npctype = NPCTYPE_AMBIENT;
guild = GIL_NOV;
level = 3;
voice = 3;
id = 1323;
attribute[ATR_STRENGTH] = 10;
attribute[ATR_DEXTERITY] = 10;
attribute[ATR_MANA_MAX] = 0;
attribute[ATR_MANA] = 0;
attribute[ATR_HITPOINTS_MAX] = 76;
attribute[ATR_HIT... | D |
module Windows.UI.Xaml.Markup;
import dwinrt;
struct XamlBinaryWriterErrorInformation
{
UINT32 InputStreamIndex;
UINT32 LineNumber;
UINT32 LinePosition;
}
struct XmlnsDefinition
{
HSTRING XmlNamespace;
HSTRING Namespace;
}
@uuid("f6790987-e6e5-47f2-92c6-eccce4ba159a")
interface IComponentConnector : IInspectab... | D |
module pattern.depinjection.exception;
class BuildException : Exception {
this (string msg) {
super (msg);
}
}
class BindingException : Exception {
this (string msg) {
super (msg);
}
}
class CircularDependencyException : Exception {
private const string _defaultMessage = "A circular dependency was encount... | D |
instance STRF_1131_Addon_Sklave(Npc_Default)
{
name[0] = NAME_Addon_Sklave;
guild = GIL_STRF;
id = 1131;
voice = 3;
flags = 0;
npcType = npctype_main;
aivar[AIV_NoFightParker] = TRUE;
aivar[AIV_IgnoresArmor] = TRUE;
B_SetAttributesToChapter(self,2);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);... | D |
// Written in the D programming language.
/**
* Encode and decode Uniform Resource Identifiers (URIs).
* URIs are used in internet transfer protocols.
* Valid URI characters consist of letters, digits,
* and the characters $(B ;/?:@&=+$,-_.!~*'())
* Reserved URI characters are $(B ;/?:@&=+$,)
* Escape se... | D |
an upright that is a member in a door or window frame
| D |
module main;
import std.stdio;
import dagon;
import forest;
class MyGame: Game
{
this(uint w, uint h, bool fullscreen, string title, string[] args)
{
super(w, h, fullscreen, title, args);
currentScene = New!ForestScene(this);
}
}
void main(string[] args)
{
MyGame game = New!MyGame(128... | D |
/Users/kimhyewon/Documents/Server/tennis/build/tennis.build/Debug/TurnstileWeb.build/Objects-normal/x86_64/OAuth2.o : /Users/kimhyewon/Documents/Server/tennis/Packages/Turnstile-1.0.3/Sources/TurnstileWeb/AuthorizationCode.swift /Users/kimhyewon/Documents/Server/tennis/Packages/Turnstile-1.0.3/Sources/TurnstileWeb/Face... | D |
module orly.engine.assets.asset;
abstract class Asset {
private:
public:
/** Returns true, if this asset type is proper for specific file. */
abstract bool CanHandle(string filename);
} | D |
module libd.threading.canceltoken;
import libd.threading.atomic;
shared struct CancelToken
{
// Put it on the heap/smart pointer.
// This struct doesn't make too much sense without reference semantics.
@disable this(this){}
@nogc nothrow:
private bool _shouldCancel;
@property @safe
void ... | D |
module android.java.android.telecom.CallAudioState_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.util.Collection_d_interface;
import import3 = android.java.java.lang.Clas... | D |
/***********************************************************************\
* psapi.d *
* *
* Windows API header module *
* ... | D |
_puppetca()
{
local cur opts
cur=${COMP_WORDS[COMP_CWORD]}
prev="${COMP_WORDS[COMP_CWORD-1]}"
opts="--clean --list --sign --help"
if [[ ${cur} == -* ]] ; then
COMPREPLY=($( compgen -W "${opts}" -- ${cur}) )
return 0
fi
if [[ ${prev} == "--clean" ]] ; then
COMPREPLY=( $( compgen -W "$( ls... | D |
module rt.Surface;
private {
import maths.Vec;
}
abstract class Surface(Spectrum) {
// ratio of exiting radiance to incident radiance
abstract float BRDF(vec3 exiting, vec3 incident);
// 0..1 reflectance at a given spectrum
abstract float reflectance(Spectrum);
}
abstract class Lambertia... | D |
module sketchup_api.model.rendering_options;
import sketchup_api.common; // SUResult
import sketchup_api.model.defs;
//import sketchup_api.geom;
//import sketchup_api.color;
import sketchup_api.defs; // SUStringRef
extern (C):
SUResult SURenderingOptionsGetNumKeys (
SURenderingOptionsRef rendering_options,
s... | 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 |
/**
Clothoid
Copyright: Serge Demers 2012
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
*/
module geomd.clothoid;
import geomd.point2d;
import geomd.test;
import std.math;
import std.stdio;
import std.format;
import std.range;
import std.conv;
/**
Represents a Clothoid (or Eul... | D |
import std.stdio;
import std.string;
import std.conv;
// Description
// 10進数、2進数、8進数のいずれで表現しても回文数となる数のうち、
// 10進数の10以上で最小の値を求めてください。
int main(string[] args)
{
for (int i = 10; true; ++i) {
if (isPerfectPalindrome(i)) {
writeln("answer=%s".format(i));
break;
}
}
... | D |
module drmi.mqtt.transport;
import std.exception : enforce;
public import drmi.ps.iface;
public import mosquitto;
///
class MqttTransport : Transport
{
private:
MosquittoClient cli;
MosquittoClient ecli() @property { return enforce(cli, "cli is null"); }
MosquittoClient.Settings sets;
public:
///
... | D |
/**
* Semantic analysis of expressions.
*
* Specification: ($LINK2 https://dlang.org/spec/expression.html, Expressions)
*
* Copyright: Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.bo... | D |
/*
* Collie - An asynchronous event-driven network framework using Dlang development
*
* Copyright (C) 2015-2016 Shanghai Putao Technology Co., Ltd
*
* Developer: putao's Dlang team
*
* Licensed under the Apache-2.0 License.
*
*/
module collie.channel;
public import collie.channel.handler;
public import col... | D |
process count=2;
global synchronizer u,c,f,r;
mode dispatcher(true){
when !c (true) may;
when !u (true) may;
when !f (true) may;
}
mode node_1(true){
when ?c (true) may goto node_1;
when ?u (true) may goto node_2;
}
mode node_2(true){
when ?c (true) may goto node_1;
when ?c (true) may goto node_2;
whe... | D |
/**
* Poodinis Dependency Injection Framework
* Copyright 2014-2017 Mike Bierlee
* This software is licensed under the terms of the MIT license.
* The full terms of the license can be found in the LICENSE file.
*/
import poodinis;
import poodinis.test.testClasses;
import std.exception;
version(unittest) {
// ... | D |
/Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/build/Pods.build/Debug-iphonesimulator/RxCocoa.build/Objects-normal/x86_64/UIBarButtonItem+Rx.o : /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/RxCocoa/RxCocoa.swift /Users/tagline13/Documents/Projects/IOS/Demo/RxSwift_DEMO/Pods/RxCocoa/... | D |
/Users/dali/Desktop/Git/rustlings/target/debug/deps/libc-9c093d6626c15fab.rmeta: /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.93/src/lib.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/libc-0.2.93/src/macros.rs /Users/dali/.cargo/registry/src/mirrors.ustc.edu.cn-... | D |
/home/aidan/rust/loop_test/target/debug/deps/loop_test-e360b2d67bbb1b4d: src/main.rs
/home/aidan/rust/loop_test/target/debug/deps/loop_test-e360b2d67bbb1b4d.d: src/main.rs
src/main.rs:
| D |
/**
* D header file for DragonFlyBSD
*
* Authors: Martin Nowak,Diederik de Groot(port:DragonFlyBSD)
* Copied: From core/sys/freebsd/sys
*/
module core.sys.dragonflybsd.pthread_np;
version (DragonFlyBSD):
extern (C) nothrow @nogc @system:
public import core.sys.posix.sys.types;
// TODO: add full core.sys.dragon... | D |
/**
Handles the storage of vertex buffers and the loading of geometry data.
Authors: Simon Peter Campbell, peter@spcampbell.co.uk
Copyright: Copyright © 2017, Simon Peter Campbell
License: MIT
*/
module denjin.rendering.vulkan.internals.geometry;
// Phobos.
import std.algorithm : max;
import std.ra... | D |
module hip.systems.gamepads.psv;
import hip.systems.gamepad;
version(PSVita){}
else
{
alias HipPSVGamepad = HipNullGamepad;
}
version(PSVita):
/** Enumeration for the digital controller buttons.
* @note - L1/R1/L3/R3 only can bind using ::sceCtrlPeekBufferPositiveExt2 and ::sceCtrlReadBufferPositiveExt2
* @note... | D |
module net.masterthought.dtanks.gui.guiexplosion;
import dsfml.graphics;
import std.conv;
import std.array;
import net.masterthought.dtanks.explosion;
class GuiExplosion : Drawable {
Texture[] explosionTextures;
Explosion explosion;
float x;
float y;
this(Texture[] explosionTextures, Explosion explosion){
this.ex... | D |
/home/angel/Escritorio/Informática/LearningRust/Chapter_2/guessing_game/target/debug/deps/guessing_game-6b70b6e934b8efd0: src/main.rs
/home/angel/Escritorio/Informática/LearningRust/Chapter_2/guessing_game/target/debug/deps/guessing_game-6b70b6e934b8efd0.d: src/main.rs
src/main.rs:
| D |
/*
* Entity - Entity is an object-relational mapping tool for the D programming language. Referring to the design idea of JPA.
*
* Copyright (C) 2015-2018 Shanghai Putao Technology Co., Ltd
*
* Developer: HuntLabs.cn
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.entity.eql.EqlParse;
... | D |
a word picture of a person's appearance and character
acting the part of a character on stage
a representation by picture or portraiture
any likeness of a person, in any medium
representation by drawing or painting etc
| D |
: C B L A S _ Z T P M V EXAMPLE PROGRAM DATA
3 :Values of N
2 :Values of INCX
122 113 131 102 :Values of UPLO, TRANS, DIAG, LAYOUT
(1.0, 0.0) (2.0, 0.0) (3.0, 0.0) ( 4.0, 0.0) (5.0, 0.0) :Values of vector X
(1.0, 0.5) (5.0, 0.5) (8.0, 0.5) (10.0, 0.5) (3.0, 0.5) (-2.1, 0.5) :... | D |
/*
TEST_OUTPUT:
---
fail_compilation/imports/ice11513y.d(1): Error: package name 'ice11513b' conflicts with usage as a module name in file fail_compilation/ice11513b.d
---
*/
module ice11513b;
import imports.ice11513y;
| D |
import qte5;
import core.runtime; // Обработка входных параметров
import std.stdio;
// =================================================================
// Форма: Проверка QTextEdit
// =================================================================
extern (C) {
void onKn1(CTest* uk) { (*uk).runKn1(); }
void on... | D |
void main() {
problem();
}
void problem() {
auto S = scan;
void solve() {
writefln(S == "ABC" ? "ARC" : "ABC");
}
solve();
}
// ----------------------------------------------
import std.stdio, std.conv, std.array, std.string, std.algorithm, std.container, std.range, core.stdc.stdlib, std.math, std.ty... | D |
/Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Debug.o : /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Polina/XcodeApp/CoreML_test_10.03/CoreML_test/Pods/RxSwift/RxSwift/Observables/... | D |
/*
*******************************************************************************************
* Dgame (a D game framework) - Copyright (c) Randy Schütt
*
* 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... | D |
/Users/andyzhu/Git/IOS_Development/Assignment3/DerivedData/Assignment3/Build/Intermediates/IBDesignables/Intermediates/Assignment3.build/Debug-iphonesimulator/Assignment3.build/Objects-normal/x86_64/AppDelegate.o : /Users/andyzhu/Git/IOS_Development/Assignment3/Assignment3/CalculatorBrain.swift /Users/andyzhu/Git/IOS_D... | D |
/home/dominator/Desktop/Swift\ Beginner/ForLoopChallenges/.build/x86_64-unknown-linux-gnu/debug/ForLoopChallenges.build/Challenge1.swift.o : /home/dominator/Desktop/Swift\ Beginner/ForLoopChallenges/Sources/Challenge1.swift /home/dominator/Desktop/Swift\ Beginner/ForLoopChallenges/Sources/main.swift /home/dominator/swi... | D |
/***
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2019 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, B... | D |
/root/Documents/Dev/ProgrammingPractice/Rust/hello-rocket/target/debug/deps/bitflags-b6a07ef26dcb00ee.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs
/root/Documents/Dev/ProgrammingPractice/Rust/hello-rocket/target/debug/deps/libbitflags-b6a07ef26dcb00ee.rlib: /root/.cargo/regist... | D |
module org.serviio.upnp.protocol.ssdp.SSDPMessageBuilderFactory;
import java.util.HashMap;
import java.util.Map;
import org.serviio.upnp.protocol.ssdp.SSDPRequestMessageBuilder;
public enum SSDPMessageType
{
ALIVE, BYEBYE, SEARCH
}
public class SSDPMessageBuilderFactory
{
private static SSDPMessageBuilderF... | D |
module android.java.android.icu.text.CompactDecimalFormat;
public import android.java.android.icu.text.CompactDecimalFormat_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!CompactDecimalFormat;
import import15 = android.java.java.math.MathContext;
import import6 = android.java.android.icu.util... | D |
INSTANCE Mod_1959_VMG_Genn_TUG (Npc_Default)
{
// ------ NSC ------
name = "Genn";
guild = GIL_OUT;
id = 1959;
voice = 0;
flags = 2;
npctype = NPCTYPE_MAIN; //plündert nicht!!! (und ein Freischlag)
// ------ AIVARs ------
// ------ Attribute ------
B_SetAttributesToChapter ... | D |
// Copyright Steve Teale 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)
// Written in the D programming language
module curve;
import mainwin;
import constants;
import acomp;
import... | D |
/* $OpenBSD: ocsp.h,v 1.20 2022/07/12 14:42:49 kn Exp $ */
/* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL
* project.
*/
/*
* History:
* This file was transfered to Richard Levitte from CertCo by Kathy
* Weinhold in mid-spring 2000 to be included in OpenSSL or released
* as a patch kit.
*... | 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 |
# FIXED
HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/ble5stack/hal/src/target/_common/hal_trng_wrapper.c
HAL/Target/CC2650/Drivers/hal_trng_wrapper.obj: C:/ti/simplelink_cc2640r2_sdk_4_40_00_10/source/ti/devices/cc26x0r2/inc/hw_types.h
HAL/Target/CC2650/Drivers/hal... | D |
/**
* D header file for C99.
*
* Copyright: Public Domain
* License: Public Domain
* Authors: Sean Kelly
* Standards: ISO/IEC 9899:1999 (E)
*/
module core.stdc.limits;
private import core.stdc.config;
extern (C):
enum CHAR_BIT = 8;
enum SCHAR_MIN = byte.min;
enum SCHAR_MAX = byte.max;
enum... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -wi -o- -preview=markdown -transition=vmarkdown
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/*
TEST_OUTPUT:
----
compilable/ddoc_markdown_breaks_verbose.d(21): Ddoc: converted '___' to a thematic break
compilable/ddoc_markdown_breaks_v... | D |
/Users/pacmac/Documents/GitHub/Blockchain/substarte_blockchain/substrate-node-template/target/debug/wbuild/node-template-runtime/target/wasm32-unknown-unknown/release/deps/impl_codec-b305f5c3b02e54bd.rmeta: /Users/pacmac/.cargo/registry/src/github.com-1ecc6299db9ec823/impl-codec-0.5.0/src/lib.rs
/Users/pacmac/Document... | D |
/*
* PS3 Media Server, for streaming any medias to your PS3.
* Copyright (C) 2008 A.Brochard
*
* 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 |
/Users/iCode/Workspace/iWork/Networking/NetworkLayer/build/NetworkLayer.build/Debug-iphonesimulator/NetworkLayer.build/Objects-normal/x86_64/NetworkManager.o : /Users/iCode/Workspace/iWork/Networking/NetworkLayer/Services/NetworkService.swift /Users/iCode/Workspace/iWork/Networking/NetworkLayer/Network/HTTPMethodType.s... | D |
/***********************************************************************\
* vfw.d *
* *
* Windows API header module *
* wr... | D |
module test.ScheduledThreadPoolTest;
import hunt.concurrency.AbstractExecutorService;
import hunt.concurrency.Delayed;
import hunt.concurrency.Exceptions;
import hunt.concurrency.Executors;
import hunt.concurrency.ExecutorService;
import hunt.concurrency.Future;
import hunt.concurrency.ScheduledThreadPoolExecutor;
im... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Bo... | D |
module inui.widgets.progress;
import bindbc.imgui;
import inmath;
void uiImProgress(float progress, vec2 size = vec2(-float.min_normal, 0), const(char)* text=null) {
igProgressBar(progress, ImVec2(size.x, size.y), text);
} | 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 |
/**
Generator for SublimeText project files
Copyright: © 2014 Nicholas Londey
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Nicholas Londey
*/
module dub.generators.sublimetext;
import dub.compilers.compiler;
import dub.generators.generator;
import dub.interna... | D |
module dub.packagesuppliers.maven;
import dub.packagesuppliers.packagesupplier;
/**
Maven repository based package supplier.
This package supplier connects to a maven repository
to search for available packages.
*/
class MavenRegistryPackageSupplier : PackageSupplier {
import dub.internal.utils : retryDownload, ... | D |
module android.java.org.xmlpull.v1.sax2.Driver;
public import android.java.org.xmlpull.v1.sax2.Driver_d_interface;
import arsd.jni : ImportExportImpl;
mixin ImportExportImpl!Driver;
import import6 = android.java.java.lang.Class;
| D |
a family of languages of the Fulani of West Africa and used as a lingua franca in the sub-Saharan regions from Senegal to Chad
| D |
/**
* TypeInfo support code.
*
* Copyright: Copyright Digital Mars 2004 - 2009.
* License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
* Authors: Walter Bright
*/
/* Copyright Digital Mars 2004 - 2009.
* Distributed under the Boost Software License, Version 1.0.
* (See... | D |
/**
Markdown parser implementation
Copyright: © 2012-2019 Sönke Ludwig
License: Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
Authors: Sönke Ludwig
*/
module vibe.textfilter.markdown;
import vibe.core.log;
import vibe.textfilter.html;
import vibe.utils.string;
import std.a... | 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="right.notation#_7soIIL9nEeGcX7... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.