code
stringlengths
3
10M
language
stringclasses
31 values
# FIXED ICall/icall.obj: C:/ti/simplelink/ble_sdk_2_02_01_18/src/components/icall/src/icall.c ICall/icall.obj: C:/ti/tirtos_cc13xx_cc26xx_2_20_01_08/products/bios_6_46_01_38/packages/ti/sysbios/hal/Hwi.h ICall/icall.obj: C:/ti/xdctools_3_32_00_06_core/packages/xdc/std.h ICall/icall.obj: C:/ti/ccsv7/tools/compiler/ti-c...
D
/home/naufil/Desktop/rust_github/5Aug/hello/target/debug/deps/hello-4b7e670e43d5b4cf: src/main.rs /home/naufil/Desktop/rust_github/5Aug/hello/target/debug/deps/hello-4b7e670e43d5b4cf.d: src/main.rs src/main.rs:
D
instance PAL_281_FAJETH(NPC_DEFAULT) { name[0] = "Фаджет"; guild = GIL_OUT; id = 281; voice = 13; flags = NPC_FLAG_IMMORTAL; npctype = NPCTYPE_MAIN; b_setattributestochapter(self,4); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,itmw_2h_pal_sword); EquipItem(self,itrw_mil_crossbow); b_createambientinv(sel...
D
const int Value_Fackel = 2; instance ItLsTorch(C_Item) { name = "Факел"; mainflag = ITEM_KAT_NONE; flags = ITEM_TORCH | ITEM_MULTI; value = Value_Fackel; visual = "ItLs_Torch_01.3ds"; material = MAT_WOOD; description = name; text[3] = "Факел."; text[5] = NAME_Value; count[5] = value; }; instance ItLsTorchb...
D
module hunt.http.codec.http.decode.PushPromiseBodyParser; import hunt.io.ByteBuffer; import hunt.http.codec.http.decode.BodyParser; import hunt.http.codec.http.decode.HeaderBlockParser; import hunt.http.codec.http.decode.HeaderParser; import hunt.http.codec.http.decode.Parser; import hunt.http.codec.http.frame.Error...
D
module ea.beertrackerindividual; import ea.ea_config; import std.algorithm; import std.conv; import std.random; import std.string; import std.stdio; import std.typecons; import std.math; import pyd.pyd; class BeerTrackerIndividual { // These are generic variables EaConfig config; int genotypeLength; ...
D
// Authors: tspike (github.com/tspike2k) // Copyright: Copyright (c) 2020 // License: Boost Software License 1.0 (https://www.boost.org/LICENSE_1_0.txt) module logging; private nothrow @nogc: // NOTE: LOG_MIN_SEVERITY can be configured to filter out logging functions with a lower severity. This is done // by sta...
D
// Copyright (c) 2014- Facebook // License: Boost License 1.0, http://boost.org/LICENSE_1_0.txt // @author Andrei Alexandrescu (andrei.alexandrescu@facebook.com) import std.conv, std.file, std.getopt, std.stdio; import Checks, FileCategories, Ignored, Tokenizer; bool recursive = true; bool include_what_you_use = fals...
D
class Complex { var float Real; var float Imag; } var Complex dummy; func ret Complex Add( Complex a, Complex b ) { var Complex retval; retval := new Complex(); retval.Real := a.Real + b.Real; retval.Imag := a.Imag + b.Imag; return retval; } func ret int Max( int a, int b ) {...
D
the distance (measured in the direction of propagation) between two points in the same phase in consecutive cycles of a wave a shared orientation leading to mutual understanding
D
/Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/x86_64-apple-macosx/debug/DatabaseKit.build/Connection/DatabaseConnectable.swift.o : /Users/Jorge/Desktop/Projects/Web/Swift/kisiBootcamp/.build/checkouts/database-kit/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/Jorge/Desktop/Projects/Web/Swift/kisiB...
D
/** * D header file for POSIX. * * Copyright: Copyright Sean Kelly 2005 - 2009. * License: $(WEB www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: Sean Kelly, Alex Rønne Petersen * Standards: The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition */ /* Copyright Sean ...
D
/+ The MIT License (MIT) Copyright (c) <2013> <Oleg Butko (deviator), Anton Akzhigitov (Akzwar)> 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 wit...
D
/** * A scope as defined by curly braces `{}`. * * Not to be confused with the `scope` storage class. * * 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_...
D
import base; // this was all rem'd out struct Escaped { private: Font _font; JText[] _lines; EscapeStatus _status; Guy _guy; JRectangle _blackPlastic; public: @property EscapeStatus status() { return _status; } @property void status(EscapeStatus status0) { _status = status0; } void setup(Guy guy) { _font =...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
module RenderingEngine; import std.variant; import std.stdio; import std.typecons; import bindings; import matrix; import render; import util; // struct Manual{}; struct OneDraw{}; alias RenderLifetime = Algebraic!(Manual, OneDraw); // // struct UI{}; struct World{}; alias RenderTransform = Algebraic!(UI, World, N...
D
/* * Copyright (c) 2004-2009 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, this li...
D
import std.algorithm; import std.array; import std.range; import std.json; import std.stdio; import resources; import util; import gametime; import player; import luapopups; import boilerplate; import luad.all; class Place { private { size_t _x, _y; string _name, _description; } LuaState lua; bool revealed;...
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
/home/josh7gas/Oficina/Rust/CLI_tool_practice/nice_error_reporting/target/debug/deps/vec_map-86b9a1b07cd2a98d.rmeta: /home/josh7gas/.cargo/registry/src/github.com-1ecc6299db9ec823/vec_map-0.8.2/src/lib.rs /home/josh7gas/Oficina/Rust/CLI_tool_practice/nice_error_reporting/target/debug/deps/libvec_map-86b9a1b07cd2a98d.r...
D
// Goldie: GOLD Engine for D // Tools: Static Lang: Generate Statically-Typed Language Interface // Written in the D programming language. // // Generates a static-style language from a CGT file. //TODO: Make Token_!(GoldSymbolType.NonTerminal, "foo") abstract. Possible? //TODO: Accept .grm files directly module too...
D
void main() { auto t = ri; foreach(i; 0..t) { auto ip = readAs!(long[]).sort.array; if(ip[2] > ip[0] + ip[1] + 1) writeln("No"); else writeln("Yes"); } } // =================================== import std.stdio; import std.string; import std.functional; import std.algorithm; import std.range; import std.trait...
D
/Users/petercernak/vapor/TILApp/Build/Intermediates.noindex/TILApp.build/Debug/SQL.build/Objects-normal/x86_64/SQLFunction.o : /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQL/SQLBind.swift /Users/petercernak/vapor/TILApp/.build/checkouts/sql.git--5031097865152321144/Sources/SQL...
D
/* Copyright: Martin Nowak 2013 - License: Subject to the terms of the MIT license, as written in the included LICENSE file. Authors: $(WEB code.dawg.eu, Martin Nowak) */ import std.stdio, std.string, std.path, std.process; import core.stdc.string : strlen; import deimos.linenoise; import drepl; void main() { ...
D
instance DIA_Addon_Francis_EXIT(C_Info) { npc = PIR_1350_Addon_Francis; nr = 999; condition = DIA_Addon_Francis_EXIT_Condition; information = DIA_Addon_Francis_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Francis_EXIT_Condition() { if(GregIsBack == FALSE) { return TRUE; };...
D
build/default/debug/_ext/1890447148/miwi_nvm.d \ build/default/debug/_ext/1890447148/miwi_nvm.p1: \ C:/Users/tpeea/Documents/MPLABXProjects/MLA/framework/miwi/src/miwi_nvm.c \ ../Projet_Zigbee/firmware/src/system_config/8bitwdk_pic18f46j50_24j40/system_config.h \ ../Projet_Zigbee/firmware/src/system_config/8...
D
/Users/abdulbasitajeigbe/cs181g/tictactoe/target/debug/deps/atom-ebc50cb1b07f69b3.rmeta: /Users/abdulbasitajeigbe/.cargo/registry/src/github.com-1ecc6299db9ec823/atom-0.3.6/src/lib.rs /Users/abdulbasitajeigbe/cs181g/tictactoe/target/debug/deps/atom-ebc50cb1b07f69b3.d: /Users/abdulbasitajeigbe/.cargo/registry/src/githu...
D
/** Copyright: Copyright (c) 2018, Joakim Brännström. All rights reserved. License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) Author: Joakim Brännström (joakim.brannstrom@gmx.com) This module contains functionality for logging analyzer results to files. */ module code_checker.engine.log...
D
/users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Build/Intermediates/SwiftUtilities.build/Debug-iphoneos/SwiftUtilities_iOS.build/Objects-normal/arm64/DispatchData.o : /users/tommy-b-10/Desktop/SidePilotApp/Carthage/Checkouts/SwiftUtilities/Source/Version.swift /users/tommy-b-10/Desktop/SidePilo...
D
instance Kdf_402_Corristo(Npc_Default) { name[0] = "Корристо"; npcType = npctype_main; guild = GIL_KDF; level = 30; voice = 14; id = 402; flags = NPC_FLAG_IMMORTAL; attribute[ATR_STRENGTH] = 30; attribute[ATR_DEXTERITY] = 40; attribute[ATR_MANA_MAX] = 100; attribute[ATR_MANA] = 100; attribute[ATR_HITPOINTS...
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
/** Events module. */ module warabe.sdl.events; import sdl = bindbc.sdl; import bindbc.sdl : SDL_PollEvent; alias Event = sdl.SDL_Event; alias CommonEvent = sdl.SDL_CommonEvent; alias WindowEvent = sdl.SDL_WindowEvent; alias KeyboardEvent = sdl.SDL_KeyboardEvent; alias TextEditingEvent = sdl.SDL_TextEditingEvent; ali...
D
/// Types and constants of PowerPc architecture module capstone.ppc; import std.conv: to; import capstone.api; import capstone.capstone; import capstone.detail; import capstone.instruction; import capstone.instructiongroup; import capstone.internal; import capstone.register; import capstone.utils; /// Architecture-s...
D
/* * Copyright (c) 2004-2006 Derelict Developers * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice...
D
instance DJG_711_Godar(Npc_Default) { name[0] = "Годар"; guild = GIL_DJG; id = 711; voice = 13; flags = 0; npcType = npctype_main; B_SetAttributesToChapter(self,5); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Sld_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_FatBald",Face_...
D
instance DIA_Mil_305_Torwache_EXIT(C_Info) { npc = MIL_305_Torwache; nr = 999; condition = DIA_Mil_305_Torwache_EXIT_Condition; information = DIA_Mil_305_Torwache_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Mil_305_Torwache_EXIT_Condition() { return TRUE; }; func void DIA_Mil_305_...
D
/Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/build/Assignment.build/Debug-iphonesimulator/Assignment.build/Objects-normal/x86_64/PropertyReflect.o : /Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/Assignment/Controller/AlarmPIC.swift /Users/mac/Desktop/IOS_VNM/Assignment_iOS_Team_VNM/Assignment/Controller/Alar...
D
instance DIA_Wolf_DI_EXIT(C_Info) { npc = SLD_811_Wolf_DI; nr = 999; condition = DIA_Wolf_DI_EXIT_Condition; information = DIA_Wolf_DI_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Wolf_DI_EXIT_Condition() { return TRUE; }; func void DIA_Wolf_DI_EXIT_Info() { AI_StopProcessInfos(se...
D
import std.stdio; import std.conv; import std.string; import std.array; import std.string; import grammarNode; import grammarParser3; class GenParser { this (ASTNode topNode) in { assert(cast(ASTNonTerminal)topNode !is null); assert((cast(ASTNonTerminal)topNode).name == "GRAMMAR"); } ...
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
; 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
/Users/gbs/Xcode/souless/DerivedData/souless/Build/Intermediates.noindex/souless.build/Debug-iphonesimulator/souless.build/Objects-normal/x86_64/UserMassageData.o : /Users/gbs/Xcode/souless/souless/Data/UserMassageData.swift /Users/gbs/Xcode/souless/souless/Data/PostsData.swift /Users/gbs/Xcode/souless/souless/AuthServ...
D
// REQUIRED_ARGS: // module test42; import std.stdio; import core.stdc.stdio; import std.string; import core.memory; /***************************************************/ class Foo { template myCast(T) { T myCast(U)(U val) { return cast(T) val; } } } void test1() { Foo foo = n...
D
/Users/doriankinoocrutcher/Documents/blockheads/Blockstagram/blockstagram/contract/target/release/build/serde_derive-30a3009af251b0cc/build_script_build-30a3009af251b0cc: /Users/doriankinoocrutcher/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.114/build.rs /Users/doriankinoocrutcher/Documents/blockh...
D
/Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/Bond.build/Objects-normal/x86_64/UITextView.o : /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Bond/Sources/Bond/Shared/NSObject+KVO.swift /Users/nikhilsridhar/Desktop/Dyce/DyceAppIOS/Pods/Bond/Sources/Bond/UIKit/UIText...
D
/Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/x86_64-apple-macosx/debug/NIOHTTP1.build/HTTPServerProtocolErrorHandler.swift.o : /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPPipelineSetup.swift /Users/mhassanin/Developer/CupcakeVapor/CupcakeCorner/....
D
/** * Contains all unit tests for quack. */ module quack.test.test; version( unittest ): private: import quack; // Suppport for optional package tested. version( Have_tested ) import tested; else struct name { string name; } mixin template TemplateMixin1() { void methodTemplate() { } } mixin template TemplateM...
D
module ro.grf; import std.utf, std.conv, std.file, std.path, std.zlib, std.stdio, std.range, std.array, std.mmfile, std.string, std.datetime, std.algorithm, etc.c.zlib, perfontain.misc, perfontain.misc.rc, tt.error, tt.logger, tt.encoding; string charsToString(T)(in T[] str) if...
D
/Users/yinon/Library/Developer/Xcode/DerivedData/DreamJournal-agyzotlbzgzfmuadgeeydjdnplrl/Build/Intermediates.noindex/DreamJournal.build/Debug-iphonesimulator/DreamJournal.build/Objects-normal/x86_64/AppDelegate.o : /Users/yinon/Library/Autosave\ Information/DreamJournal/DreamJournal/AppDelegate.swift /Users/yinon/Lib...
D
module android.java.android.webkit.WebMessagePort_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.android.webkit.WebMessage_d_interface; import import3 = android.java.java.lang....
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/Vapor.build/Routing/Router+Content.swift.o : /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Utilities/FileIO.swift /Users/work/Projects/Hello/.build/checkouts/vapor.git-5492988889259800272/Sources/Vapor/Content/For...
D
# FIXED ssock.obj: C:/ti/simplelink_cc32xx_sdk_1_40_02_01_eng/source/ti/net/http/client/ssock.c ssock.obj: C:/ti/simplelink_cc32xx_sdk_1_40_02_01_eng/source/ti/net/http/client/ssock.h ssock.obj: C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.1.LTS/include/stdint.h ssock.obj: C:/ti/simplelink_cc32xx_sdk_1_40_02_01_eng...
D
static import ar = armos; import std.stdio; class TestApp : ar.app.BaseApp{ override void setup(){ _player = new ar.audio.Player; _buffer = (new ar.audio.Buffer).load("data/bgm.ogg")// loading a BGM(Music provided by OtObOx.thank you!) .detectBpm(1024...
D
/afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/TruthWeightTools/obj/ggF_nnlops_weights.o /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/RootCoreBin/obj/x86_64-slc6-gcc49-opt/TruthWeightTools/obj/ggF_nnlops_weights.d : /afs/cern.ch/work/m/mmittal/private/MyAnalysisCode/Truth...
D
/* Copyright (c) 2015, Dennis Meuwissen All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of ...
D
#!/usr/bin/env rdmd -i -I.. import std.stdio; import kreikey.bigint; void main() { ulong result; long source; ulong temp; source = -15318; result = source; writefln("source: %s\tresult: %s", source, result); temp = 2^^31; writefln("temp: %s\tulong.max: %s", temp, ulong.max); byte littleSource;...
D
/Users/mli/Desktop/Develope/Swift/LBE_Demo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Charts.build/Objects-normal/x86_64/ChevronDownShapeRenderer.o : /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Charts/Source/Charts/Filters/DataApproximator+N.swift /Users/mli/Desktop/Develope/Swift/LBE_Demo/Pods/Ch...
D
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
D
import std.stdio; struct Subtractive { enum MOD = 1_000_000_000; private int[55] state; private int si, sj; this(in int p1) pure nothrow { subrandSeed(p1); } void subrandSeed(int p1) pure nothrow { int p2 = 1; state[0] = p1 % MOD; for (int i = 1, j = 21; i < 5...
D
/home/christopher/Documents/GitHub/adventofcode2020/read-url/target/debug/deps/markup5ever_rcdom-1c49043b56a1a11e.rmeta: /home/christopher/.cargo/registry/src/github.com-1ecc6299db9ec823/markup5ever_rcdom-0.1.0/lib.rs /home/christopher/Documents/GitHub/adventofcode2020/read-url/target/debug/deps/markup5ever_rcdom-1c49...
D
// https://issues.dlang.org/show_bug.cgi?id=21684 struct S { int[100_000] a; }
D
//Written in the D programming language /** gchunt - a tool to post-process -vgc compiler logs into a neat report table with source links. Current use case - @nogc Phobos. */ module gchunt; import std.algorithm, std.conv, std.stdio, std.string, std.exception, std.regex, std.range, std.process; stati...
D
import std.stdio; import std.format; import vibe.d; //This appears to be the only import that real matters import azured.documentdb; import azured.documentdb.utils; //import core.exception; void main() { writeln("Edit source/app.d to start your project."); writeln("Let's run some tests!!!"); authenticationTest(); }...
D
/Users/work/Projects/Hello/.build/x86_64-apple-macosx10.10/debug/DatabaseKit.build/Database/DatabaseIdentifier.swift.o : /Users/work/Projects/Hello/.build/checkouts/database-kit.git--3872818599693266265/Sources/DatabaseKit/Utilities/Deprecated.swift /Users/work/Projects/Hello/.build/checkouts/database-kit.git--38728185...
D
grasslike or rushlike plant growing in wet places having solid stems, narrow grasslike leaves and spikelets of inconspicuous flowers
D
/** * * /home/tomas/workspace/mqtt-d/source/mqttd/serialization.d * * Author: * Tomáš Chaloupka <chalucha@gmail.com> * * Copyright (c) 2015 Tomáš Chaloupka * * Boost Software License 1.0 (BSL-1.0) * * Permission is hereby granted, free of charge, to any person or organization obtaining a copy * of the soft...
D
// @file struct_copy.d import std.stdio; struct StructType{ int mData1; int mData2; // Constructor this(int _mData1, int _mData2){ mData1 = _mData1; mData2 = _mData2; } // Destructor ~this(){ writeln("Goodbye!"); } // Copy Constructor // Takes in first...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * Entry point for DMD. * * This modules defines the entry point (main) for DMD, as well as related * utilities needed for arguments parsing, path manipulation, etc... * This file is not shared with other compilers which...
D
/Users/alex/Desktop/MyApps/BetSocketLib/.build/x86_64-apple-macosx/debug/SocketIO.build/Util/SocketExtensions.swift.o : /Users/alex/Desktop/MyApps/BetSocketLib/.build/checkouts/socket.io-client-swift/Source/SocketIO/Engine/SocketEngineSpec.swift /Users/alex/Desktop/MyApps/BetSocketLib/.build/checkouts/socket.io-client-...
D
a person who makes or repairs shoes tall sweetened iced drink of wine or liquor with fruit a pie made of fruit with rich biscuit dough usually only on top of the fruit
D
/Users/mumpiko/dev/XCUITest/XCUITest-demo/output/Build/Intermediates/UIKitCatalog.build/Debug-iphonesimulator/UIKitCatalogUITests.build/Objects-normal/x86_64/UIKitCatalogUITests.o : /Users/mumpiko/dev/XCUITest/XCUITest-demo/UIKitCatalogUITests/UIKitCatalogUITestBase.swift /Users/mumpiko/dev/XCUITest/XCUITest-demo/UIKit...
D
a technician who is highly proficient and enthusiastic about some technical field (especially computing)
D
/* * ti_creal.d * * This module implements the TypeInfo for the creal type. * * License: Public Domain * */ module mindrt.typeinfo.ti_creal; class TypeInfo_c : TypeInfo { char[] toString() { return "creal"; } hash_t getHash(void *p) { return (cast(uint *)p)[0] + (cast(uint *)p)[1] + (cast(uint *)p)[...
D
module owlchain.xdr.allowTrustResult; import owlchain.xdr.type; import owlchain.xdr.allowTrustResultCode; import owlchain.xdr.xdrDataInputStream; import owlchain.xdr.xdrDataOutputStream; struct AllowTrustResult { AllowTrustResultCode code; static void encode(XdrDataOutputStream stream, ref const AllowTrustR...
D
/* Copyright © 2020, Inochi2D Project Distributed under the 2-Clause BSD License, see LICENSE file. Authors: Luna Nielsen */ module creator.widgets.tooltip; import creator.widgets; import std.string; import creator.core; /** Creates a new tooltip */ void incTooltip(string tip) { if (igIsItemHo...
D
/** Probing algoriths used by for instance hash tables. */ module nxt.probing; import std.functional : unaryFun, binaryFun; /** Search for a key in `haystack` matching predicate `pred` starting at `index` * in steps of triangular numbers, 0,1,3,6,10,15,21, ... . * * If `assumeNonFullHaystack` is `true` it is assu...
D
/Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/.build/debug/Jay.build/CommentParser.swift.o : /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Jay-1.0.1/Sources/Jay/ArrayParser.swift /Users/okasho/serverProject/tryswift/get_post_patch_and_delate/swift/Packages/Jay-1.0....
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
import std.stdio,std.math;void main(){int a;for(;readf(" %b",a);)write(1-(sqrt(1+a*8.)%1>0));}
D
/** * Defines a D type. * * 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.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/b...
D
/Users/yq/Project/Swift/SwiftGroup/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/DispatchQueueConfiguration.o : /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/yq/Project/Swift/SwiftGroup/Pods/RxSwift/RxSwift/Observables/SingleAsync...
D
/** * Defines declarations of various attributes. * * The term 'attribute' refers to things that can apply to a larger scope than a single declaration. * Among them are: * - Alignment (`align(8)`) * - User defined attributes (`@UDA`) * - Function Attributes (`@safe`) * - Storage classes (`static`, `__gshared`) ...
D
module dgt.text.layout; import dgt.core.sync; import dgt.font.style; import dgt.font.typeface; import dgt.gfx.paint; import dgt.text.shaping : GlyphInfo; import gfx.core.rc; import gfx.math.vec : fvec, FVec2; import std.exception : enforce; struct TextItem { string text; string[] families; FontStyle styl...
D
/** * Compiler implementation of the * $(LINK2 https://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1985-1998 by Symantec * Copyright (C) 2000-2023 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * ...
D
module vulkan.types; /** * */ import vulkan.all; struct FrameNumber { ulong value; FrameNumber next() { return FrameNumber(value+1); } } struct FrameBufferIndex { uint value; } enum FRAME_BUFFER_INDEX_0 = FrameBufferIndex(0); alias UV = Vec2!float; alias XY = Vec2!float; alias XYZ = Vec3!float; alias RGB ...
D
/home/ravi/Documents/rust-tests/variables/target/debug/deps/variables-cef2647b24a2e224: src/main.rs /home/ravi/Documents/rust-tests/variables/target/debug/deps/variables-cef2647b24a2e224.d: src/main.rs src/main.rs:
D
const int SPL_Cost_Energyball = 100; const int SPL_DAMAGE_Energyball = 260; instance Spell_EnergyBall(C_Spell_Proto) { time_per_mana = 0; damage_per_level = SPL_DAMAGE_Energyball; damagetype = DAM_MAGIC; }; func int Spell_Logic_EnergyBall(var int manaInvested) { if(c_UnblessedCursedSpell() == SPL_SENDSTOP) { r...
D
/Users/caijie/MLJRCode/Bowling/Example/build/Pods.build/Debug-iphonesimulator/BowlingTests.build/Objects-normal/x86_64/BowlingResponse.o : /Users/caijie/MLJRCode/Bowling/Example/Pods/Alamofire/Source/MultipartFormData.swift /Users/caijie/MLJRCode/Bowling/Example/Pods/Alamofire/Source/Timeline.swift /Users/caijie/MLJRCo...
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="System.profile.notation#_kVFpMPi7E...
D
import std.conv, std.stdio; enum Color { fgBlack = 30, fgRed, fgGreen, fgYellow, fgBlue, fgMagenta, fgCyan, fgWhite, bgBlack = 40, bgRed, bgGreen, bgYellow, bgBlue, bgMagenta, bgCyan, bgWhite } string color(string text, Color ink) { return "...
D
/// Generate by tools module java.sql.Statement; import java.lang.exceptions; public class Statement { public this() { implMissing(); } }
D
having a musical sound
D
/Users/lukenewman/Developer/iOS/SpartacusWorkout/Build/Intermediates/SpartacusWorkout.build/Debug-iphonesimulator/SpartacusWorkout.build/Objects-normal/x86_64/DumbbellSideLunge.o : /Users/lukenewman/Developer/iOS/SpartacusWorkout/SpartacusWorkout/DumbbellLungeTwist.swift /Users/lukenewman/Developer/iOS/SpartacusWorkout...
D
/Users/Leex/TableView_Test2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RxSwift.build/Objects-normal/x86_64/Zip+arity.o : /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/Amb.swift /Users/Leex/TableView_Test2/Pods/RxSwift/RxSwift/Observables/SingleAsync.swift /Users/Leex/TableView_Test2/Pod...
D
/** JSON serialization and value handling. This module provides the Json struct for reading, writing and manipulating JSON values in a seamless, JavaScript like way. De(serialization) of arbitrary D types is also supported. Examples: --- void manipulateJson(Json j) { // object members can be accessed using ...
D
/******************************************************************************* * Copyright (c) 2000, 2007 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
instance DIA_Addon_Finn_EXIT(C_Info) { npc = BDT_10004_Addon_Finn; nr = 999; condition = DIA_Addon_Finn_EXIT_Condition; information = DIA_Addon_Finn_EXIT_Info; permanent = TRUE; description = Dialog_Ende; }; func int DIA_Addon_Finn_EXIT_Condition() { return TRUE; }; func void DIA_Addon_Finn_EXIT_Info() { AI...
D
module builtin.definition; import evaluator; import exceptions; import functions; import lispObject; import token; import variables; /////////////////////////////////////////////////////////////////////////////// Value builtinLet (string name) { Value[] bindings = toArray(getParameter("BINDINGS")); Value[] ...
D
INSTANCE Info_Mod_Nadja_Hi (C_INFO) { npc = Mod_7115_NONE_Nadja_NW; nr = 1; condition = Info_Mod_Nadja_Hi_Condition; information = Info_Mod_Nadja_Hi_Info; permanent = 0; important = 0; description = "Wer bist du?"; }; FUNC INT Info_Mod_Nadja_Hi_Condition() { return 1; }; FUNC VOID Info_Mod_Nadja_Hi_Info() {...
D