code stringlengths 3 10M | language stringclasses 31
values |
|---|---|
module BuildSlave.UI.Base;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.TabFolder;
class UIBase : Composite
{
static int AllLog = 0;
static int ErrorLog = 0;
this(Composite parent)
{
super(parent, SWT.NONE);
}
//public struct Po... | D |
module testvd;
import sdk.win32.oaidl;
import sdk.win32.objbase;
import sdk.win32.oleauto;
import sdk.port.base;
import vdc.ivdserver;
static GUID IVDServer_iid = uuid("002a2de9-8bb6-484d-9901-7e4ad4084715");
static GUID VDServer_iid = uuid("002a2de9-8bb6-484d-AA05-7e4ad4084715");
static GUID IID_IUnknown... | D |
module hunt.http.codec.http.decode.BodyParser;
import hunt.http.codec.http.decode.HeaderParser;
import hunt.http.codec.http.decode.Parser;
import hunt.http.codec.http.decode.Parser;
import hunt.http.codec.http.frame;
import hunt.io.BufferUtils;
import hunt.io.ByteBuffer;
import hunt.logging;
/**
* <p>
* The bas... | D |
/*************************************************************************
** Scavenger-Dämon Prototype **
*************************************************************************/
PROTOTYPE Mst_Default_ScavengerDemon(C_Npc)
{
name = "dämonischer Scavenger";
guild = GIL_SCAVENGER;
aivar[AIV... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (c) 1999-2016 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 |
instance PIR_1352_Addon_AlligatorJack(Npc_Default)
{
name[0] = "Аллигатор Джек";
guild = GIL_PIR;
id = 1352;
voice = 12;
flags = 0;
npcType = npctype_main;
aivar[AIV_FollowDist] = 800;
B_SetAttributesToChapter(self,4);
level = 1;
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ItMw_Piratensaebel);
CreateIn... | 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 |
module mar.endian;
import mar.flag;
version (BigEndian)
{
alias BigEndianOf(T) = EndianOf!(T, No.flip);
alias LittleEndianOf(T) = EndianOf!(T, Yes.flip);
}
else // LittleEndian
{
alias BigEndianOf(T) = EndianOf!(T, Yes.flip);
alias LittleEndianOf(T) = EndianOf!(T, No.flip);
}
struct EndianOf(T,... | D |
/**
* Compiler implementation of the
* $(LINK2 http://www.dlang.org, D programming language).
*
* Copyright: Copyright (C) 1994-1998 by Symantec
* Copyright (c) 2000-2017 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: ... | D |
/**
<script type="text/javascript">inhibitQuickIndex = 1</script>
$(BOOKTABLE ,
$(TR $(TH Category) $(TH Functions)
)
$(TR $(TDNW Parsing UUIDs) $(TD $(MYREF parseUUID) $(MYREF
UUID(string)) $(MYREF UUIDParsingException) $(MYREF uuidRegex) )
)
$(TR $(TDNW Generating UUIDs) $(TD $(MYREF sha1UUID) $(MYREF randomUUID) $(... | D |
/Users/Michael/Desktop/Key9Pi/DerivedData/Key9pi/Build/Intermediates/Key9pi.build/Debug-iphonesimulator/Key9pi.build/Objects-normal/x86_64/Word+CoreDataClass.o : /Users/Michael/Desktop/Key9Pi/customKeyboard/SequenceModel.swift /Users/Michael/Desktop/Key9Pi/Key9pi/ColorPicker.swift /Users/Michael/Desktop/Key9Pi/Key9pi/V... | D |
// *************************************************************************
// Kapitel 1
// *************************************************************************
// *************************************************************************
// EXIT
// *********************************************... | D |
module db.model;
import mysql;
import vibe.d;
import std.stdio;
import std.conv : to;
import std.string;
import std.variant;
import std.regex : match;
class Model(T, U) {
private {
string _modelName;
string _primaryKey;
string _attributes;
bool... | D |
1 1 1 500 / # steps, # steps between data, thermostat, xmol writes
0.6955 0.500 300.0 /Random # seed, neighbor list , temperature(K)
1 / =1 REBO (C,H,Si,Ge), =2 tight-binding for C
6 12.0 51.2 2.28 / carbon Lennard-Jones parameters
1 1.0 8.6 2.81 / hydrogen
-14 2... | D |
/** International Phonetic Alphabet.
*/
module ipa;
// enum Phoneme : string
// {
// `æ`,
// `ə`,
// `ʌ`,
// `ɜ`,
// `eə`,
// `ɜr`,
// `ɑː`,
// `aɪ`,
// `ɑr`,
// `aʊ`,
// `b`,
// `d`,
// `ð`,
// `dʒ`,
// `ɛ`,
// `eɪ`,
// `f`,
// `ɡ`,
// `h`,
... | D |
/**
* The vararg module is intended в_ facilitate vararg manИПulation in D.
* It should be interface compatible with the C module "stdarg," and the
* two modules may совместно a common implementation if possible (as is готово
* here).
*
* Copyright: Public Domain
* License: Public Domain
* Authors: ... | D |
/Users/lincolnnguyen/Downloads/yelpy_starter_1/DerivedData/Yelpy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/NetworkReachabilityManager.o : /Users/lincolnnguyen/Downloads/yelpy_starter_1/Pods/Alamofire/Source/MultipartFormData.swift /Users/lincolnnguyen/Downloads/y... | D |
// Copyright 2015 The Bazel Authors. All rights reserved.
//
// 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 appl... | D |
// REQUIRED_ARGS: -c -o-
/*
TEST_OUTPUT:
---
fail_compilation/gag4269a.d(12): Error: undefined identifier 'B'
---
*/
static if(is(typeof(A4269.sizeof))) {}
class A4269
{
void foo(B b);
}
| D |
module src.gui.ConnectionManager_UI;
public {
import qt.gui.QDialog;
import qt.gui.QDialogButtonBox;
import qt.gui.QHBoxLayout;
import qt.gui.QListView;
}
mixin QT_BEGIN_NAMESPACE;
template ConnectionManager_UI() {
private:
QListView connectionsView;
void setupUi(QDialog ... | D |
/**
### Steinhart-Hart model
The most accurate math model of thermistor called Steinhart-Hart equation. It is the third-order approximation which looks like that:
$(MATH \frac{1}{T} = a + b\,\ln(R) + c\,\ln(R)^3) (1)
where $(I R) [$(I Ω)] — thermistor resistance on temperature $(I T) [$(I K)] (Here and b... | D |
/*
* #25 Saturas sells High Robe twice
*/
func int G1CP_025_SaturasSellsRobe() {
if (MEM_GetSymbolIndex("KDW_600_Saturas_HEAVYARMOR_Condition") != -1)
&& (MEM_GetSymbolIndex("KDW_ARMOR_H") != -1) {
HookDaedalusFuncS("KDW_600_Saturas_HEAVYARMOR_Condition", "G1CP_025_SaturasSellsRobe_Hook");
ret... | D |
instance Mod_7213_NONE_Schlaeger_NW (Npc_Default)
{
// ------ NSC ------
name = "Schläger";
guild = GIL_OUT;
id = 7213;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
//aivars
aivar[AIV_IgnoresArmor] = TRUE;
aivar[AIV_ToughGuy] = TRUE;
// ------ Attribute ------
B_SetAttributesT... | D |
/Users/Polina/XcodeApp/diplom_prj/CoreML_test/build/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Deprecated.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.swif... | D |
// PERMUTE_ARGS:
// REQUIRED_ARGS: -Jrunnable/extra-files
import std.stdio;
void main()
{
writefln(import("foo37.txt"));
// also want to ensure that we can access
// imports in a subdirectory of the -J path
writefln(import("std14198/uni.d"));
}
| D |
// play nered07.wav when Shoal kisses
REPLACE_TRANS_ACTION ~shoal~ BEGIN 1 2 3 END BEGIN END ~Kill(LastTalkedToBy)~
~PlaySound("NERED07")
Wait(1)
Kill(LastTalkedToBy)~
| D |
var int DailyHello_HeroAttackersCnt;
//say
var int DELAYSAYTIMERACTIVED;//bool
// So simply, delay value will be decremented till it hit 0
// then it will magically be set to -1, when after actual svm was ran, it will be back to normal => 0
CONST int DailyHero_TimeToSayResponse = -1;
var int DailyHello_sayDelay1;
var i... | D |
/Users/laurin/Documents/School/fbxpollenfallen/build/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/BubbleChartDataProvider.o : /Users/laurin/Documents/School/fbxpollenfallen/Pods/Charts/Source/Charts/Data/Implementations/Standard/ChartData.swift /Users/laurin/Documents/School/fbxpollenfallen/Pods/... | D |
module dwt.internal.mozilla.nsIDOMEventGroup;
import dwt.internal.mozilla.Common;
import dwt.internal.mozilla.nsID;
import dwt.internal.mozilla.nsISupports;
alias PRUint64 DOMTimeStamp;
const char[] NS_IDOMEVENTGROUP_IID_STR = "33347bee-6620-4841-8152-36091ae80c7e";
const nsIID NS_IDOMEVENTGROUP_IID=
{0x33347bee,... | D |
module icfputil.myproblems;
pragma (lib, "curl");
import std.algorithm;
import std.json;
import std.net.curl;
import std.range;
import std.stdio;
import std.string;
import icfputil.icfplib;
import icfputil.probstat;
void main ()
{
init ();
string s;
try
{
auto f_in = File (problems_file, "rt");
s = f_in.rea... | D |
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | D |
an animal or plant that lives in or on a host (another animal or plant
a follower who hangs around a host (without benefit to the host) in hope of gain or advantage
| D |
/Users/kevin/Documents/workspace_Xcode/SwiftStudy/DerivedData/SwiftStudy/Build/Intermediates/SwiftStudy.build/Debug-iphonesimulator/SwiftStudy.build/Objects-normal/x86_64/study.o : /Users/kevin/Documents/workspace_Xcode/SwiftStudy/SwiftStudy/Square.swift /Users/kevin/Documents/workspace_Xcode/SwiftStudy/SwiftStudy/Next... | D |
module hunt.wechat.bean.menu.Button;
import hunt.collection.List;
class Button {
private string type; // click|view|scancode_waitmsg|scancode_push|pic_sysphoto|pic_photo_or_album|pic_weixin|location_select|media_id|view_limited|miniprogram
private string name;
private string key;
private string url;
p... | D |
module android.java.android.view.Gravity_d_interface;
import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers;
static import arsd.jni;
import import0 = android.java.android.graphics.Rect_d_interface;
import import1 = android.java.java.lang.Class_d_inter... | D |
/Users/thendral/POC/vapor/Friends/.build/debug/Console.build/Command/Value.swift.o : /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Bar/Bar.swift /Users/thendral/POC/vapor/Friends/Packages/Console-1.0.2/Sources/Console/Command/Argument.swift /Users/thendral/POC/vapor/Friends/Packages/Console-1... | D |
/***********************************************************************\
* basetyps.d *
* *
* Windows API header module *
* ... | D |
# nm: -B
#
# match for 32 and 64 bits.
(00000000)?00008000 b align_max
(00000000)?00000010 b another_align
(00000000)?00000000 b column0
(00000000)?00000002 b column1
(00000000)?00000004 b local3_noalign
(00000000)?00000008 b local4_aligned_2
(00000000)?00000020 b nospaces
(00000000)?00000040 b trailingspace
#
| D |
module gsl.spline;
/* interpolation/gsl_spline.h
*
* Copyright (C) 2001, 2007 Brian Gough
*
* 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; either version 3 of the License, or (at
* you... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
-65.400002 61.2999992 1.39999998 297 50 70 -31.6000004 145.600006 9339 2.20000005 2.20000005 0.05 sediments, saprolite
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.0317460317 extrusives, intrusives
346 61 9 41.2000... | D |
module sb.mesh.mesh_data;
import gl3n.linalg;
import std.typecons;
class SbModelData {
string name;
SbMeshData[] meshes;
this (string name) {
this.name = name;
}
auto getMesh (string name) {
foreach (mesh; meshes) {
if (mesh.name == name)
return mesh;
... | D |
module neton.rpcservice.WatchService;
import neton.protocol.neton;
import neton.protocol.neton;
import neton.protocol.netonrpc;
import grpc;
import hunt.logging;
import neton.server.NetonRpcServer;
import neton.util.Future;
import neton.rpcservice.Command;
import std.stdio;
import hunt.util.Serialize;
impo... | D |
/home/mailboxhead/Documents/Practice/rust/itemRestAPI/target/rls/debug/build/native-tls-a229a2a7cd607883/build_script_build-a229a2a7cd607883: /home/mailboxhead/.cargo/registry/src/github.com-1ecc6299db9ec823/native-tls-0.2.3/build.rs
/home/mailboxhead/Documents/Practice/rust/itemRestAPI/target/rls/debug/build/native-t... | D |
---
title: "Go Concurrent Merge Sort"
date: 2019-07-28T12:21:59-04:00
draft: true
---
One of the reasons I picked up Go is its excellent support for
concurrency, and I specifically find the CSP model to be very
intuitive. So whenever I find an interesting algorithm I try to make
it concurrent / see how fast I can make... | D |
import std.stdio;
import czmq;
int main(char[][] args)
{
zctx_t* ctx = zctx_new();
void* socket;
static if(ZMQ_VERSION_MAJOR == 2)
{
socket = zsocket_new(ctx, ZMQ_SUB);
zsockopt_set_hwm(socket, 1);
assert (zsockopt_hwm(socket) == 1);
zsockopt_hwm(socket);
zsock... | D |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: chat/v1/channels.proto
module protocol.chat.v1.channels;
import google.protobuf;
import protocol.harmonytypes.v1.types;
enum protocVersion = 3012004;
class CreateChannelRequest
{
@Proto(1) ulong guildId = protoDefaultValue!ulong;
@Proto(... | D |
/*
Copyright (c) 2015 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,
exec... | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
auto K = readln.chomp.to!int;
auto S = readln.chomp;
if (S.length <= K) {
writeln(S);
} else {
writeln(S[0..K], "...");
}
} | D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric;
void main()
{
int solve(int n, int x, int p) {
if (p == 0) return x == 0 ? 1 : 0;
if (n == 0) return 0;
int r;
if (x >= n) r += solve(n-1, x-n, p-1);
r += solve(n-1, x, p);... | D |
/Users/radibarq/developer/NasaInArabic/build/Pods.build/Debug-iphonesimulator/YoutubeKit.build/Objects-normal/x86_64/YoutubeKit.o : /Users/radibarq/developer/NasaInArabic/Pods/YoutubeKit/YoutubeKit/API/Models/ResourceID.swift /Users/radibarq/developer/NasaInArabic/Pods/YoutubeKit/YoutubeKit/YoutubeDataAPI.swift /Users/... | D |
/* REQUIRED_ARGS:
PERMUTE_ARGS:
*/
// https://issues.dlang.org/show_bug.cgi?id=16538
const(int) retConst1();
int retConst2();
auto retConst = [&retConst1, &retConst2];
const(int*) retConstPtr1();
const(int)* retConstPtr2();
auto retConstPtr = [&retConstPtr1, &retConstPtr2];
void constArray1(const(int)[1]);
voi... | D |
/**
MongoClient class doing connection management. Usually this is a main entry point
for client code.
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.db.mongo.client;
public import vibe.db... | D |
/**
* Contains TelegramShippingQuery
*/
module tg.payment.types.telegram_shipping_query;
import tg.core.type, tg.core.exception;
import std.json, tg.type;
/**
* This object contains information about an incoming shipping query.
*/
class TelegramShippingQuery : TelegramType {
/**
* Creates new type object... | D |
/*#D*/
// Copyright © 2013-2016, Bernard Helyer. All rights reserved.
// Copyright © 2013-2016, Jakob Bornecrantz. All rights reserved.
// See copyright notice in src/volt/license.d (BOOST ver. 1.0).
module volt.errors;
import watt.conv : toLower;
import watt.text.format : format;
import watt.text.sink : StringSink;... | D |
module UnrealScript.TribesGame.TrEmitterSpawnable;
import ScriptClasses;
import UnrealScript.Helpers;
import UnrealScript.Engine.EmitterSpawnable;
extern(C++) interface TrEmitterSpawnable : EmitterSpawnable
{
public extern(D):
private static __gshared ScriptClass mStaticClass;
@property final static Scrip... | 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 |
/**
Color-correction post-effect.
This is a widget intended to correct colors before display, at the Raw level.
Copyright: Guillaume Piolat 2018.
License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
*/
module dplug.pbrwidgets.colorcorrection;
import gfm.math.matrix;
import dplug.core.math;
im... | D |
/Users/sol369/Desktop/InstaPics/DerivedData/InstaPics/Build/Intermediates/InstaPics.build/Debug-iphonesimulator/InstaPics.build/Objects-normal/x86_64/PostVC.o : /Users/sol369/Desktop/InstaPics/InstaPics/FeedVC.swift /Users/sol369/Desktop/InstaPics/InstaPics/Post.swift /Users/sol369/Desktop/InstaPics/InstaPics/FeedCell.... | D |
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Core.build/CodableReflection/Decodable+Reflectable.swift.o : /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/Data+Base64URL.swift /Users/work/Projects/Hello/.build/checkouts/core.git-9210800844849382486/Sources/Core/N... | D |
/**
* D header file for POSIX's <strings.h>.
*
* Note: Do not mistake this module for <string.h> (singular),
* available at `core.sys.posix.string`.
*
* See_Also: https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/strings.h.html
* Copyright: D Language Foundation, 2019
* License: $(LINK2 http://www.bo... | D |
direct or control
perform as expected when applied
handle and cause to function
perform a movement in military or naval tactics in order to secure an advantage in attack or defense
happen
keep engaged
perform surgery on
| D |
/*
* baussini.d provides a thread-safe by choice inifile wrapper.
* It supports template writing/reading for values.
* Please view example.d for an example.
*/
module baussini;
// Imports ...
import std.conv : to;
import std.string : format;
import std.array : replace, split, join;
import std.algorithm : canFind, star... | 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_15_MobileMedia... | D |
instance Mod_7596_HS_Bauer_REL (Npc_Default)
{
// ------ NSC ------
name = "Hofstaatler";
guild = GIL_OUT;
id = 7596;
voice = 0;
flags = 0;
npctype = NPCTYPE_MAIN;
//----------AIVARS--------------
aivar[AIV_DropDeadAndKill] = TRUE;
aivar[AIV_EnemyOverride] = TRUE;
// ---... | D |
FUNC VOID B_SpawnNextWave (var int Wave)
{
if (Wave == 1)
{
Wld_InsertNpc (YGobbo_Green_01, ConcatStrings("FP_SPAWN_01_0", IntToString(Mod_Levelwahl)));
Wld_InsertNpc (YGobbo_Green_02, ConcatStrings("FP_SPAWN_02_0", IntToString(Mod_Levelwahl)));
Wld_InsertNpc (YGobbo_Green_03, ConcatStrings("FP_SPAWN_03_0", Int... | D |
/*
bindbc/zstandard/dynload.d
Dynamically binds all function
Licensed under the Boost Software License
2018 - Laszlo Szeremi
*/
module bindbc.zstandard.dynload;
version(BindZSTD_Static){
}else:
import bindbc.loader;
import bindbc.zstandard.zstd;
import bindbc.zstandard.config;
private{
SharedLib lib;
ZSTDS... | D |
a shelter from danger or hardship
a hospital for mentally incompetent or unbalanced person
| D |
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric, std.bigint;
void main()
{
auto nml = readln.split.to!(int[]);
auto N = nml[0];
auto M = nml[1];
auto L = nml[2];
auto pqr = readln.split.to!(int[]);
sort(pqr);
int r;
do {
au... | D |
/* THIS FILE GENERATED BY bcd.gen */
module bcd.fltk.Fl_Text_Buffer;
public import bcd.bind;
const int FL_TEXT_MAX_EXP_CHAR_LEN = 20;
extern (C) void _BCD_delete_14Fl_Text_Buffer(void *);
extern (C) void *_BCD_new__ZN14Fl_Text_BufferC1Ei(int);
extern (C) int _BCD__ZN14Fl_Text_Buffer6lengthEv(void *This);
extern (C) cha... | D |
/**
* Convert a D symbol to a symbol the linker understands (with mangled name).
*
* Copyright: Copyright (C) 1999-2023 by The D Language Foundation, All Rights Reserved
* Authors: $(LINK2 https://www.digitalmars.com, Walter Bright)
* License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License ... | D |
// Written in the D programming language
/*
Copyright (C) 2004-2011 Christopher E. Miller
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 documentatio... | D |
//
// TODO:
// Exit when ESCAPE key is pressed
import std.stdio;
import std.array;
import std.string;
import std.datetime;
import core.thread;
import std.file : read;
import std.uni : toLower;
import std.conv : to;
import std.json;
import glib.Timeout;
import gtk.Box;
import gtk.Button;
import gtk.... | D |
/home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/week_13_20th-October,2019/part3/target/debug/part3: /home/ukasha/Desktop/PIAIC-IoT-Repos/Quarter-1_3.30-6.30/week_13_20th-October,2019/part3/src/main.rs
| D |
/**
Copyright: Copyright (c) 2015-2018 Andrey Penechko.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: Andrey Penechko.
*/
module voxelman.world.serverworld;
import std.array : empty;
import core.atomic : atomicStore, atomicLoad;
import cbor;
import netlib;
import pluginlib;
import voxelman.c... | D |
module deimos.cef3.ookie;
// 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 copyrig... | D |
// Written in the D programming language.
/**
This module defines the notion of a range. Ranges generalize the concept of
arrays, lists, or anything that involves sequential access. This abstraction
enables the same set of algorithms (see $(MREF std, algorithm)) to be used
with a vast variety of different concrete typ... | D |
/Users/Ashley/Desktop/Bandsintown/Build/Intermediates/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/SessionDelegate.o : /Users/Ashley/Desktop/Bandsintown/Pods/Alamofire/Source/MultipartFormData.swift /Users/Ashley/Desktop/Bandsintown/Pods/Alamofire/Source/Timeline.swift /Users/Ashley/Desktop/Ba... | D |
module godot.physics2ddirectspacestate;
import std.meta : AliasSeq, staticIndexOf;
import std.traits : Unqual;
import godot.d.meta;
import godot.core;
import godot.c;
import godot.object;
import godot.physics2dshapequeryparameters;
@GodotBaseClass struct Physics2DDirectSpaceState
{
static immutable string _GODOT_inter... | D |
/Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/x86_64-apple-macosx/debug/SQL.build/SQLTableConstraintAlgorithm.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppAcronyms/.build/checkouts/sql/Sources/SQL/SQLBind.swift /Users/panartem/Developer/Study/Microservices-vapor/TILApp... | D |
module hello;
import dguihub;
class MainForm : Form {
private ComboBox combo;
public this() {
this.text = "DGui Form";
this.size = Size(500, 400);
this.startPosition = FormStartPosition.centerScreen; // Set Form Position
combo = new ComboBox();
combo.dropDownStyle(DropDownStyles.si... | D |
/*
EXTRA_FILES: imports/fail20637b.d
TEST_OUTPUT:
---
fail_compilation/fail20637.d(12): Error: no property `foo` for type `imports.fail20637b.A`
---
*/
module fail20637;
import imports.fail20637b;
void main() { A.foo; }
| D |
/Users/obuchiyuki/Desktop/SaftyDrive/Build/Intermediates/IBDesignables/Intermediates/SaftyDrive.build/Debug-iphonesimulator/SaftyDrive.build/Objects-normal/x86_64/MKImageView.o : /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/MK/MKSnackbar.swift /Users/obuchiyuki/Desktop/SaftyDrive/SaftyDrive/RMMenu.swift /Users/obuch... | D |
PLONG PLAT ED95 KD LOMAGAGE HIMAGAGE SLAT SLONG RESULTNO DP DM WT ROCKTYPE
298.700012 68.4000015 2.9000001 130.600006 23 28 -38.4000015 144.300003 138 4.80000019 4.80000019 0.2 sediments, limestone
264.399994 75 15.6000004 0 2 65 -8.80000019 126.699997 1206 10.3999996 18 0.0317460317 extrusives, intrusives
349.5 78.199... | D |
(folklore) fairies that are somewhat mischievous
below 3 kilohertz
| D |
instance Pal_214_Ritter(Npc_Default)
{
name[0] = NAME_Ritter;
guild = GIL_PAL;
id = 214;
voice = 12;
flags = 0;
npcType = NPCTYPE_AMBIENT;
B_SetAttributesToChapter(self,4);
fight_tactic = FAI_HUMAN_MASTER;
EquipItem(self,ItMw_2h_Pal_Sword);
B_CreateAmbientInv(self);
B_SetNpcVisual(self,MALE,"Hum_Head_FatBal... | D |
instance MENU_OPT_CONTROLS(C_MENU_DEF)
{
backPic = MENU_BACK_PIC;
items[0] = "MENU_ITEM_CHG_KEYS_HEADLINE";
items[1] = "MENU_ITEM_KEY_UP";
items[2] = "MENU_ITEM_KEY_DOWN";
items[3] = "MENU_ITEM_KEY_LEFT";
items[4] = "MENU_ITEM_KEY_RIGHT";
items[5] = "MENU_ITEM_KEY_STRAFE_LEFT";
items[6] = "MENU_ITEM_KEY_STRAFE... | D |
module GameResources;
| D |
module mecca.reactor.impl.fibril;
// Licensed under the Boost license. Full copyright information in the AUTHORS file
import mecca.lib.exception;
import mecca.log;
// Disable tracing instrumentation for the whole file
@("notrace") void traceDisableCompileTimeInstrumentation();
version (D_InlineAsm_X86_64) version (... | D |
module glfw3;
enum {
GLFW_VERSION_MAJOR = 3,
GLFW_VERSION_MINOR = 0,
GLFW_VERSION_REVISION = 0
}
enum {
GLFW_RELEASE = 0,
GLFW_PRESS = 1,
GLFW_REPEAT = 2,
}
enum {
GLFW_KEY_UNKNOWN = -1,
GLFW_KEY_SPACE = 32,
GLFW_KEY_APOSTROPHE = 39,
GL... | D |
module hip.api.assets.globals;
public import hip.api.data.font;
public import hip.api.renderer.texture;
version(Have_hipreme_engine) version = DirectCall;
version(DirectCall){}
else
{
void initGlobalAssets()
{
import hip.api.internal;
loadClassFunctionPointers!HipGlobalAssetsBinding;... | D |
sram.o: C:/Users/stero/Documents/GitHub/Chirpys-Adventure/source/sram.c
| D |
/***********************************\
READ-ONLY
\***********************************/
// Folgende Konstanten dürfen NICHT verändert, nur verwendet werden.
//========================================
// Anim8
//========================================
// Bewegungsformen
const int A8_Constant = 1;... | D |
ext_svr.o: C:/PROGRA~1/MATLAB/R2015b/rtw/c/src/ext_mode/common/ext_svr.c \
C:/Users/Eren/Desktop/ders/arduinomega2560_servocontrol_sweep_ert_rtw/rtwtypes.h \
C:/Users/Eren/Desktop/ders/arduinomega2560_servocontrol_sweep_ert_rtw/multiword_types.h \
C:/Users/Eren/Desktop/ders/arduinomega2560_servocontrol_sweep_ert_rtw... | D |
the state of being absent
failure to be present
the time interval during which something or somebody is away
the occurrence of an abrupt, transient loss or impairment of consciousness (which is not subsequently remembered), sometimes with light twitching, fluttering eyelids, etc.
| 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 mruby.data;
extern (C):
import mruby;
import mruby.mrb_class;
import mruby.object;
import mruby.variable;
import mruby.value;
struct mrb_data_type
{
const(char)* struct_name;
void function (mrb_state*, void*) dfree;
}
struct RData
{
enum mrb_vtype
{
MRB_TT_FALSE = 0,
MRB_TT_FREE = 1,
MRB_TT_TRUE = ... | D |
//----------------------------------------------------------------------
// Copyright 2007-2011 Mentor Graphics Corporation
// Copyright 2007-2009 Cadence Design Systems, Inc.
// Copyright 2010 Synopsys, Inc.
// Copyright 2014 Coverify Systems Technology
// All Rights Reserved Worldwide
//
// Licensed under... | D |
import std.format,std.conv;
import std.stdio;
debug
{
private File fdebug;
static this()
{
fdebug.open("debug.txt","w");
}
static ~this()
{
fdebug.close();
}
}
class ListException: Exception
{
this()
{
super("ListException");
}
}
private struct Node(T... | D |
module diesel.gl.window;
import diesel.gl.core;
import std.exception;
import std.conv : to;
import std.stdio;
import std.string : startsWith, toz = toStringz;
version(raspberry) import diesel.linux.input_event_codes;
// Mixin to translate all Linux KEY_ symbols into DK_ symbols
string generateKeys()
{
string en... | D |
/*
* Copyright 2015-2018 HuntLabs.cn
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | D |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.