code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
/Users/Yowa/WorkSpace/Pokedex/Build/Intermediates/Pokedex.build/Debug/VaporMySQL.build/Objects-normal/x86_64/Provider.o : /Users/Yowa/WorkSpace/Pokedex/Packages/VaporMySQL-1.0.0/Sources/VaporMySQL/Provider.swift /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/x86_64/S... | D |
module xf.gfx.api.gl3.Exceptions;
private {
import tango.stdc.stringz;
import tango.text.convert.Format;
}
void handleMissingProc(char* name) {
throw new Exception(`Proc not found: '` ~ fromStringz(name) ~ `'`);
}
void handleInvalidLib(char* name) {
throw new Exception("Invalid library: " ~ fromStringz(name)... | D |
#!/usr/bin/env rdmd -i -I..
import std.stdio;
import std.math;
import std.datetime.stopwatch;
import std.typecons;
import std.algorithm;
import std.range;
import std.random;
void main() {
StopWatch timer;
timer.start();
writeln("Tuples Max Test");
auto a = generate!(() => uniform(0, 100))();
auto b = gene... | 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_6_BeT-71234117... | D |
void main() {
auto S = rs;
S.group.filter!(p => p[0] == 'I').map!(p => p[1]).reduce!max.writeln;
}
// ===================================
import std.stdio;
import std.string;
import std.functional;
import std.algorithm;
import std.range;
import std.traits;
import std.math;
import std.container;
import std.bigint;
i... | D |
/workspace/target/debug/deps/cfg_if-ccc7f0b409d659b5.rmeta: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/workspace/target/debug/deps/libcfg_if-ccc7f0b409d659b5.rlib: /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs
/workspace/target/debug/deps/cfg_if-cc... | D |
import imports.a14407;
/*
TEST_OUTPUT:
---
fail_compilation/fail14407.d(22): Deprecation: class imports.a14407.C is deprecated
fail_compilation/fail14407.d(22): Deprecation: allocator imports.a14407.C.new is deprecated
fail_compilation/fail14407.d(22): Error: pure function 'fail14407.testC' cannot call impure function... | D |
/++
Helper functions for generating database stuff.
Note: this is heavily biased toward Postgres
+/
module arsd.database_generation;
/*
FIXME: support partial indexes and maybe "using"
FIXME: support views
Let's put indexes in there too and make index functions be the preferred way of doing a query
by making ... | D |
module gsb.components.statgraph;
import gsb.coregl: DynamicRenderer;
import gsb.core.slate2d;
import gsb.core.uimanager;
import gsb.core.uievents;
import gsb.core.log;
import gsb.core.stats;
import gsb.core.window;
import gsb.text.textrenderer;
import gsb.text.font;
import gsb.core.ui.uielements;
import gl3n.linalg;
i... | D |
const int SPL_Cost_Skull = 250;
const int SPL_Damage_Skull = 666;
instance Spell_Skull(C_Spell_Proto)
{
time_per_mana = 0;
damage_per_level = SPL_Damage_Skull;
damagetype = DAM_MAGIC;
targetCollectAlgo = TARGET_COLLECT_FOCUS_FALLBACK_NONE;
};
func int Spell_Logic_Skull(var int manaInvested)
{
if(Npc_GetActiveS... | 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 |
import des.flow;
import des.log;
import std.random;
import core.thread;
class TestWorkElement : WorkElement, EventProcessor
{
size_t step;
string name;
this( string name )
{
this.name = name;
logger.info( "create '%s'", name );
}
override void process()
{
string m... | D |
module brakk.router;
import std.stdio;
import std.array;
import std.algorithm : startsWith;
import vibe.d : URLRouter, HTTPMethod, HTTPServerRequestDelegate, serveStaticFiles;
import brakk.router;
import brakk.application;
import brakk.http;
import brakk.settings;
class Router : URLRouter
{
private string[] staticD... | D |
module main;
import voxelman.gui;
import voxelman.log;
import voxelman.text.scale;
import datadriven;
import graphics;
import math;
import tilemap;
import entity;
void main(string[] args)
{
import std.stdio : stdout;
auto conciseLogger = new ConciseLogger(stdout);
conciseLogger.logLevel = LogLevel.info;
sharedLo... | D |
instance Info_Pacho_EXIT(C_Info)
{
npc = GRD_224_Pacho;
nr = 999;
condition = Info_Pacho_EXIT_Condition;
information = Info_Pacho_EXIT_Info;
important = 0;
permanent = 1;
description = DIALOG_ENDE;
};
func int Info_Pacho_EXIT_Condition()
{
return TRUE;
};
func void Info_Pacho_EXIT_Info()
{
AI_StopProcessIn... | D |
// Written in the D programming language
/++
Module containing Date/Time functionality.
This module provides:
$(UL
$(LI Types to represent points in time:
$(REF SysTime,std,_datetime,systime),
$(REF Date,std,_datetime,date),
$(REF TimeOfDay,std,_datetime,date... | D |
/Users/jon_thornburg/Desktop/FireChat/DerivedData/FireChat/Build/Intermediates/FireChat.build/Debug-iphonesimulator/FireChat.build/Objects-normal/x86_64/FirebaseCalls.o : /Users/jon_thornburg/Desktop/FireChat/FireChat/NewMessagesController.swift /Users/jon_thornburg/Desktop/FireChat/FireChat/MessagesController.swift /U... | D |
/home/areeb/actix_framework/second_class/target/rls/debug/deps/quick_error-6c2abc95b88e1b3c.rmeta: /home/areeb/.cargo/registry/src/github.com-1ecc6299db9ec823/quick-error-1.2.3/src/lib.rs
/home/areeb/actix_framework/second_class/target/rls/debug/deps/quick_error-6c2abc95b88e1b3c.d: /home/areeb/.cargo/registry/src/gith... | D |
module bgui.form;
import dsfml.graphics;
import dsfml.system;
import dsfml.window;
import bgui.point;
import bgui.space;
import bgui.screen;
/**
* A window form class wrapper.
*/
class Form : Space {
private:
/**
* The rendering window.
*/
RenderWindow m_window;
/**
* The title.
*/
string m_title;
/**
* Th... | D |
instance Info_GorHanis_Exit(C_Info)
{
npc = Tpl_1422_GorHanis;
nr = 999;
condition = Info_GorHanis_Exit_Condition;
information = Info_GorHanis_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int Info_GorHanis_Exit_Condition()
{
return 1;
};
func void Info_GorHanis_Exit_Info()
{
AI_StopProcessIn... | D |
# FIXED
F2837xS_EPwm.obj: C:/ti/controlSUITE/device_support/F2837xS/v191/F2837xS_common/source/F2837xS_EPwm.c
F2837xS_EPwm.obj: C:/ti/controlSUITE/device_support/F2837xS/v191/F2837xS_headers/include/F2837xS_device.h
F2837xS_EPwm.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/include/assert.h
F2837xS_EPwm.obj... | D |
module org.serviio.ui.resources.server.OnlineRepositoriesImportExportServerResource;
import java.util.Collections;
import java.util.LinkedHashSet;
import java.util.List;
import org.restlet.data.Method;
import org.restlet.representation.Representation;
import org.restlet.resource.ResourceException;
import org.serviio.l... | D |
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/WebSockets.build/Serialization/FrameSerializer.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/AleixDiaz/Docu... | D |
module hunt.http.server.Http2ServerSession;
import hunt.http.server.ServerSessionListener;
import hunt.http.codec.http.decode.ServerParser;
import hunt.http.codec.http.encode.Http2Generator;
import hunt.http.codec.http.frame;
import hunt.http.codec.http.model.MetaData;
import hunt.http.codec.http.stream;
import hunt... | D |
module android.java.android.widget.ActionMenuView_OnMenuItemClickListener_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import1 = android.java.java.lang.Class_d_interface;
import import0 = android.j... | D |
/Users/hannh/Documents/MyGitHub/ChartsTest2/Build/Intermediates/Charts.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BarChartData.o : /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/hannh/Documents/MyGitHub/ChartsTest2/Charts/Source/... | D |
/*
Copyright 2006, 2007 Kirk McDonald
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, publish, distr... | D |
/**
* Various global symbols.
*
* Compiler implementation of the
* $(LINK2 https://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1984-1995 by Symantec
* Copyright (C) 2000-2022 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.... | D |
module durge.system.windows.main;
version (Windows):
import core.runtime;
import durge.common;
import durge.system.windows.native.common;
import durge.system.windows.engine;
extern (Windows)
INT WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nCmdShow)
{
INT result;
Runtime.initial... | 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 |
module arctest;
import lib.arc, stdrus, win;
цел main()
{
открой_окно("ARC Window", 800, 600, 0);
открой_ввод();
//открой_звук();
//ЗвукоФайл зф = ЗвукоФайл("cyc.ogg");
//зф.выведи();
//Звук звук = Звук(зф);
//звук.играй();
while (!(нажатаКлавиша(27) || нажатаКлавиша(КЛ_ПБЕЛ)))
{
об... | D |
provide with military equipment
provided with necessary articles of equipment for a specialized purpose (especially military
| D |
# FIXED
2806x_examples_setup.obj: C:/Users/a0272561/Repositories/cs30_controlsuite/libs/math/CLAmath/CLAMATH_VERSION/examples/common/2806x_examples_setup.c
2806x_examples_setup.obj: C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_15.12.1.LTS/include/stdint.h
2806x_examples_setup.obj: C:/Users/a0272561/Repositories/cs30_co... | 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/_wingdi.d)
*/
module core.sys.windows.wingdi;
version (Windows):
version (ANSI) {} else version = Unicode;
pragma(l... | D |
/** Contains some useful constants
*
* $(DDOC_SECTION_H System of units:) symmetric CGS
* Origin: $(LINK2 http://physics.nist.gov/cuu/index.html,
* The NIST Reference on Constants, Units, and Uncertainty)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Version: alph... | D |
// Written in the D programming language.
/**
This is a submodule of $(LINK2 std_algorithm.html, std.algorithm).
It contains generic _searching algorithms.
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 all,
$(D all!"a > 0"([1, 2, 3, 4])) returns $(D true) because all elements
... | D |
/*******************************************************************************
copyright: Copyright (c) 2004 Kris Bell. все rights reserved
license: BSD стиль: $(LICENSE)
version: Initial release: April 2004
author: Kris
*... | D |
func void ZS_Smoke_Joint()
{
Perception_Set_Normal();
B_ResetAll(self);
AI_SetWalkMode(self,NPC_WALK);
if(Npc_GetDistToWP(self,self.wp) > TA_DIST_SELFWP_MAX)
{
AI_GotoWP(self,self.wp);
};
if(Npc_HasItems(self,ItMi_Joint) == 0)
{
CreateInvItem(self,ItMi_Joint);
};
self.aivar[AIV_TAPOSITION] = NOTINPOS;
};... | 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_0_banking-9913... | D |
/Users/anton/Developer/PlasmaCashHistorySnark-iOS/cargo/target/x86_64-apple-ios/release/deps/libdigest-b653b62b08e1ea51.rlib: /Users/anton/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.7.6/src/lib.rs /Users/anton/.cargo/registry/src/github.com-1ecc6299db9ec823/digest-0.7.6/src/digest.rs /Users/anton/.cargo/r... | 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 distributio... | D |
instance DIA_GUR_1202_CorAngar_Exit(C_Info)
{
npc = GUR_1202_CorAngar;
nr = 999;
condition = DIA_GUR_1202_CorAngar_Exit_Condition;
information = DIA_GUR_1202_CorAngar_Exit_Info;
permanent = 1;
description = DIALOG_ENDE;
};
func int DIA_GUR_1202_CorAngar_Exit_Condition()
{
return TRUE;
};
func void DIA_GUR_12... | D |
/*
Copyright (c) 2017-2018 Timur Gafarov
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
... | D |
module std.experimental.allocator.building_blocks.free_list;
import std.experimental.allocator.mallocator;
import std.experimental.allocator.common;
import std.typecons : Flag, Yes, No;
/**
$(WEB en.wikipedia.org/wiki/Free_list, Free list allocator), stackable on top of
another allocator. Allocation requests between... | D |
// c02ex03.d
import std.stdio;
void main()
{
float mediaAluno;
writeln("Media do aluno = ", mediaAluno);
mediaAluno = 7.5;
writeln("Media do aluno = ", mediaAluno);
}
| D |
/*******************************************************************************
* Copyright (c) 2006, 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 |
module xtea.XteaCrypto;
@safe:
nothrow:
pure:
ubyte[] encrypt(XTEA crypto, const(ubyte)[] m)
{
auto ans = m.dup;
crypto.Encrypt(ans);
return ans;
}
@nogc unittest
{
enum sourceData = cast(ubyte[])[6, 2, 87, 66, 77, 289, 623, 39823];
enum encrypted = XTEA([1,2,3,4], 64).encrypt(sourceData);
import std.algorithm:... | D |
/*
Copyright (c) 2019 Mateusz Muszyński
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
... | D |
/**
High-level rules for compiling D files. For a D-only application with
no dub dependencies, $(D scriptlike) should suffice. If the app depends
on dub packages, consult the reggae.rules.dub module instead.
*/
module reggae.rules.d;
import reggae.types;
import reggae.build;
import reggae.sorting;
import reggae.dep... | D |
/Users/aaronb/Development/Air-End/DerivedData/Air-End/Build/Intermediates/Mango.build/Debug-iphonesimulator/Mango.build/Objects-normal/x86_64/TextToEnum-\ Extentsion.o : /Users/aaronb/Development/Air-End/Air-End/MapVC-AddressTableViewDelegate-Extension.swift /Users/aaronb/Development/Air-End/Air-End/UIColor+Extension.s... | D |
// Written in the D programming language.
module wrapper.sodium.crypto_stream_salsa208;
version(SODIUM_LIBRARY_MINIMAL) {}
else {
import wrapper.sodium.core; // assure sodium got initialized
public
import deimos.sodium.crypto_stream_salsa208;
}
| D |
/**
JSON serialization and value handling.
This module provides the Json struct for reading, writing and manipulating
JSON values. De(serialization) of arbitrary D types is also supported and
is recommended for handling JSON in performance sensitive applications.
Copyright: © 2012-2015 RejectedSoftware e.K.
Lic... | D |
const string SLD_732_CHECKPOINT = "NC_PLACE02";
instance Info_SLD_732_FirstWarn(C_Info)
{
npc = SLD_732_Soeldner;
nr = 1;
condition = Info_SLD_732_FirstWarn_Condition;
information = Info_SLD_732_FirstWarn_Info;
permanent = 1;
important = 1;
};
func int Info_SLD_732_FirstWarn_Condition()
{
if((hero.aivar[AIV_GU... | D |
module camera;
import gl;
import shader;
class Camera {
static public Camera main = null;
private:
quat rotation;
vec3 position;
public:
this(){
main = this;
rotation.make_identity();
position = vec3(0, 0, -3);
}
void Rotate(vec3 rot){
auto m = rot.magnitude;
rot.normalize;
rotation.rotate_axis... | 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 |
module imponible;
interface Imponible {
float calcularCostoMensual() shared;
}
| D |
//********************
// Demon Prototype
//********************
PROTOTYPE Mst_Default_Demon(C_Npc)
{
//---- Monster ----
name = "Dämon";
guild = GIL_DEMON;
aivar[AIV_MM_REAL_ID] = ID_DEMON;
level = 50;
//----- Attribute ----
attribute [ATR_STRENGTH] = 250;
attribute [ATR_DEXTERIT... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2020 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
func void ZS_Practice_Ranged ()
{
Perception_Set_Minimal(); // ma nie reagowac na to, ze strzela do przeciwnika
Npc_PercEnable(self, PERC_ASSESSTALK, B_AssessTalk); // ale mozna go zagadac
B_ResetAll (self);
AI_SetWalkmode (self,NPC_WALK);
if (Npc_GetDistToWP (self,self.wp) > TA_DIST_SELFWP_MAX)
{
... | D |
//Written in the D programming language
/++
Module containing Date/Time functionality.
This module provides:
$(UL
$(LI Types to represent points in time: $(LREF SysTime), $(LREF Date),
$(LREF TimeOfDay), and $(LREF2 .DateTime, DateTime).)
$(LI Types to represent intervals of t... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/Validation.build/ValidatorType.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/validation.git--4403154650041669468/Sources/Validation/Validatable.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/validation.git--4403154650041... | D |
a deaf person who is unable to speak
a device used to soften the tone of a musical instrument
deaden (a sound or noise), especially by wrapping
expressed without speech
unable to speak because of hereditary deafness
| D |
/*
* Copyright (C) 2004-2005 by Digital Mars, www.digitalmars.com
* Written by Walter Bright
*
* 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 a... | D |
//#not sure on using with with only one method call
/**
* Title: Current (like current picture)
*/
module current;
import std.stdio;
import std.string;
import std.traits: EnumMembers; // for foreach enums
import std.math;
import jeca.all;
import base, media, input;
/**
* Title: Current class for current viewing ... | D |
/home/essamgouda97/Desktop/ECE522/Project/ECE522-Project/project_rust/target/rls/debug/deps/bitflags-b7cb6f2855b37747.rmeta: /home/essamgouda97/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.2.1/src/lib.rs
/home/essamgouda97/Desktop/ECE522/Project/ECE522-Project/project_rust/target/rls/debug/deps/bitflags-... | D |
instance DIA_GUNNAR_EXIT(C_INFO)
{
npc = bau_902_gunnar;
nr = 999;
condition = dia_gunnar_exit_condition;
information = dia_gunnar_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_gunnar_exit_condition()
{
return TRUE;
};
func void dia_gunnar_exit_info()
{
AI_StopProcessInfos(self);
}... | 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_12_BeT-1661541... | D |
/Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/.build/debug/Leaf.build/Leaf.swift.o : /Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/Packages/Leaf-1.0.5/Sources/Leaf/Argument.swift /Users/tipaul/Sites/PlatypusAgency/XebiaFormation/bot/Packages/Leaf-1.0.5/Sources/Leaf/Byte+Leaf.swift /Users/tipaul/Sites/Pl... | D |
instance VLK_495_Buergerin(Npc_Default)
{
name[0] = NAME_Magd;
guild = GIL_VLK;
id = 495;
voice = 16;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,1);
fight_tactic = FAI_HUMAN_COWARD;
B_CreateAmbientInv(self);
EquipItem(self,ItMw_1h_Vlk_Dagger);
B_SetNpcVisual(self,FEMALE,"Hum_Head_Ba... | D |
/**
A HTTP 1.1/1.0 server implementation.
Copyright: © 2012-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, Jan Krüger
*/
module vibe.http.log;
import vibe.core.file;
import vibe.core.log;
import vibe.core.sync : Task... | D |
/Users/godemodegame/Desktop/ATMApp/.build/x86_64-apple-macosx10.10/debug/HTTP.build/Responder/HTTPServer.swift.o : /Users/godemodegame/Desktop/ATMApp/.build/checkouts/http.git-9159899851620770205/Sources/HTTP/Utilities/RFC1123.swift /Users/godemodegame/Desktop/ATMApp/.build/checkouts/http.git-9159899851620770205/Source... | D |
/*
* hunt-console eases the creation of beautiful and testable command line interfaces.
*
* Copyright (C) 2018-2019, HuntLabs
*
* Website: https://www.huntlabs.net
*
* Licensed under the Apache-2.0 License.
*
*/
module hunt.console.command.Command;
import std.string;
import std.regex;
import hunt.console.C... | D |
(if
(is (window_class) "Keepassx")
(begin
(println "--[ KeePassX ]--")
(above)
(center)
)
)
| D |
/Users/shobhavj/Documents/HelloIndoor/DerivedData/HelloIndoor/Build/Intermediates.noindex/HelloIndoor.build/Debug-iphonesimulator/HelloIndoor.build/Objects-normal/x86_64/ViewController.o : /Users/shobhavj/Documents/HelloIndoor/HelloIndoor/AppDelegate.swift /Users/shobhavj/Documents/HelloIndoor/HelloIndoor/ViewControlle... | D |
import std.datetime;
import std.stdio;
import std.compiler;
import dateparser;
import std.experimental.allocator;
import std.experimental.allocator.mallocator;
import std.experimental.allocator.gc_allocator;
enum testCount = 200_000;
enum stringOne = "Thu Sep 25 10:36:28 BRST 2003";
enum stringTwo = "09.25.2003";
enu... | D |
import std.stdio;
import std.conv;
import std.math;
void main() {
int total = 0;
int length = 1_500_000;
float divFactor = 2 + sqrt(2f);
foreach (int L; 3..length + 1) {
int matches = 0;
if (L % 10_000 == 0) writeln(L);
int a = cast(int)floor((sqrt(1 + 4 * cast(float)L) - 1) / 2);
int a2 ... | D |
instance SEK_8044_NOVIZE(Npc_Default)
{
name[0] = NAME_SEK;
guild = GIL_SEK;
id = 8044;
voice = 6;
flags = 0;
npcType = npctype_main;
B_SetAttributesToChapter(self,2);
level = 1;
fight_tactic = FAI_HUMAN_COWARD;
EquipItem(self,ItMw_1h_Vlk_Axe);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_B... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (C) 2000-2021 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
instance DIA_DRAGON_FIRE_ISLAND_EXIT(C_INFO)
{
npc = dragon_fire_island;
nr = 999;
condition = dia_dragon_fire_island_exit_condition;
information = dia_dragon_fire_island_exit_info;
permanent = TRUE;
description = DIALOG_ENDE;
};
func int dia_dragon_fire_island_exit_condition()
{
if(DRAGONTALK_EXIT_FREE == TR... | D |
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab2/os/target/debug/deps/regex-2e47a45f4e96e7c8.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-1.3.9/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/regex-1.3.9/src/backtrack.rs /home/hustccc/.car... | D |
// This file is part of Visual D
//
// Visual D integrates the D programming language into Visual Studio
// Copyright (c) 2010 by Rainer Schuetze, All Rights Reserved
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1... | D |
/Users/cansoykarafakili/Desktop/Hello/build/Intermediates/Hello.build/Debug/Transport.build/Objects-normal/x86_64/FoundationStream.o : /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/sockets.git-972942978533733666/Sources/Transport/Streams/Stream.swift /Users/cansoykarafakili/Desktop/Hello/.build/checkouts/socke... | D |
module hunt.quartz.dbstore.model.BlobTriggers;
import hunt.quartz.dbstore.TableConstants;
import hunt.entity;
@Table(TableConstants.TABLE_BLOB_TRIGGERS)
class BlobTriggers : Model {
mixin MakeModel;
@PrimaryKey @Column(TableConstants.COL_SCHEDULER_NAME)
string schedulerName;
@PrimaryKey @Column(Tabl... | 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 |
pure int solve(int total, int[] price)
{
int result = 0;
foreach (int i; price)
result += i;
return total - result;
}
void main()
{
import std.stdio;
int total; readf!" %d"(total);
int[9] price;
foreach (ref i; price)
readf!" %d"(i);
solve(total, price).writeln;
}
| D |
/* SoA Banters: Aran<>ninde : Flirting : cmorgan and Rhaella */
CHAIN IF ~Global("c-aran1ninde","GLOBAL",0)
InParty(Myself) !StateCheck(Myself,CD_STATE_NOTVALID)
InParty("ninde") InMyArea("ninde") !StateCheck("ninde",CD_STATE_NOTVALID)
CombatCounter(0) !See([ENEMY])~
THEN C-ARANB c-aran1nindetalk
@0 /* [ARAN] Now, that... | D |
instance DIA_Addon_Riordian_EXIT(C_Info)
{
npc = KDW_1404_Addon_Riordian_NW;
nr = 999;
condition = DIA_Addon_Riordian_EXIT_Condition;
information = DIA_Addon_Riordian_EXIT_Info;
permanent = TRUE;
description = Dialog_Ende;
};
func int DIA_Addon_Riordian_EXIT_Condition()
{
return TRUE;
};
func void DIA_Addon_... | D |
/Users/sunilvg/Desktop/updation/OtelApp/DerivedData/OtelApp/Build/Intermediates/OtelApp.build/Debug-iphonesimulator/OtelApp.build/Objects-normal/x86_64/HomeCollectionViewCell.o : /Users/sunilvg/Desktop/updation/OtelApp/Offer.swift /Users/sunilvg/Desktop/updation/OtelApp/User.swift /Users/sunilvg/Desktop/updation/OtelAp... | D |
///
module libasync.signal;
import std.traits;
import libasync.types;
import libasync.events;
import core.thread;
import core.sync.mutex : Mutex;
import std.exception : assumeWontThrow;
/// Enqueues a signal in the event loop of the AsyncSignal owner's thread,
/// which allows a foreign thread to trigger the callback... | D |
# FIXED
Task5-2.obj: ../Task5-2.c
Task5-2.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/stdint.h
Task5-2.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS/include/stdbool.h
Task5-2.obj: C:/ti/tivaware_c_series_2_1_4_178/inc/tm4c123gh6pm.h
Task5-2.obj: C:/ti/tivaware_c_series_2_1_4_178/inc/hw_memmap... | D |
/Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/x86_64-apple-macosx/debug/CircuitBreaker.build/Monitor.swift.o : /Users/patbutler/Developer/Server/Kitura/EmojiJournalServer/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Bulkhead.swift /Users/patbutler/Developer/Server/Kitura/EmojiJournalServe... | 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 |
<?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_banking-791... | 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 |
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/Vapor.build/View/Vapor+View.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/vapor/Sources/Vapor/Utilities/FileIO.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/vapor/Sources... | D |
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/hmac-01fefff69d4b1510.rmeta: /home/zeliwang/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/hmac-0.4.2/src/lib.rs
/mnt/c/Users/zeliwang/hello_world/digital_signature/target/debug/deps/libhmac-01fefff69d4b1510.rlib: /home/zeliwang/.cargo/reg... | D |
/Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/.build/x86_64-apple-macosx10.10/debug/JDCloudSDKOss.build/Client/ListBucketsExecutor.swift.o : /Users/lishijun1/Documents/swiftworkspace/JDCloudSDKSwift/jdcloud-sdk-swift-github/JDCloudSDKSwift/Sources/JDCloudSDKOss/API/L... | D |
/Users/nicolas.linard/Projects/ios/pulsewaveanalyser/PulwaveAnalyser/Build/Intermediates/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/CandleStickChartView.o : /Users/nicolas.linard/Projects/ios/pulsewaveanalyser/PulwaveAnalyser/Pods/Charts/Charts/Classes/Data/BarChartData.swift /Users/nicolas.lin... | D |
/Users/ishaniGupta/Library/Mobile Documents/com~apple~CloudDocs/UCSB_3/Runtime System/Code/rustAnalysis/startProj/target/debug/deps/startProj-3d7ef0f947e7aec0: src/main.rs
/Users/ishaniGupta/Library/Mobile Documents/com~apple~CloudDocs/UCSB_3/Runtime System/Code/rustAnalysis/startProj/target/debug/deps/startProj-3d7ef... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.