code
stringlengths
3
10M
language
stringclasses
31 values
the act of drawing or hauling something the quantity that was caught draw slowly or heavily transport in a vehicle
D
/home/liyun/clink/zkp_test/ckb-zkp/target/debug/deps/sha2-30b73a918bf14541.rmeta: /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/sha2-0.8.2/src/lib.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/sha2-0.8.2/src/consts.rs /home/liyun/.cargo/registry/src/mirrors.ustc.edu.cn-6...
D
instance CS_Eskorte2(Npc_Default) { name[0] = "Eskorta2"; slot = "guard"; guild = GIL_GRD; level = 5; flags = 0; voice = 11; id = 3023; attribute[ATR_STRENGTH] = 13; attribute[ATR_DEXTERITY] = 9; attribute[ATR_MANA_MAX] = 0; attribute[ATR_MANA] = 0; attribute[ATR_HITPOINTS_MAX] = 26; attribute[ATR_HITPOIN...
D
/* * Derived from Botan's Mlock Allocator * * This is a more advanced base allocator. * * (C) 2012,2014 Jack Lloyd * (C) 2014-2015 Etienne Cimon * (C) 2014,2015 Etienne Cimon * * Distributed under the terms of the Simplified BSD License (see Botan's license.txt) */ module memutils.securepool; import memutils.constan...
D
#!/usr/bin/env dub /++dub.sdl: name "tests_extractor" dependency "libdparse" version="~>0.8.0" +/ /* * Parses all public unittests that are visible on dlang.org * (= annotated with three slashes) * * Copyright (C) 2017 by D Language Foundation * * Author: Sebastian Wilzbach * * Distributed under the Boost Softw...
D
module droid.gateway.gateway; import core.time, std.functional, std.conv, std.stdio, std.typecons, std.random, std.experimental.logger; import vibe.core.core, vibe.http.common, vibe.http.client, vibe.http.websockets, vibe.inet.url, vibe.data...
D
/Users/mprechner/vapor-demo/HelloWorld/.build/debug/Fluent.build/SQL/SQL+Query.swift.o : /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Database/Database.swift /Users/mprechner/vapor-demo/HelloWorld/.build/checkouts/fluent.git-6251908308727715749/Sources/Fluent/Dat...
D
import std.stdio, std.algorithm, std.conv, std.array, std.string, std.math, std.typecons, std.numeric; void main() { readln; writeln(readln.split.join(",")); }
D
module magic.vector; import std.math : approxEqual, PI, sqrt; import std.range; import std.algorithm; import std.format : format; import std.conv : text, to; import std.traits : isFloatingPoint, isIntegral; import std.meta : Repeat, allSatisfy, Alias, staticMap; import std.traits : Unconst; unittest { //v.array, v.e...
D
module xf.dcuda.CutFunctions; private { import xf.dcuda.CutConsts; import xf.dcuda.CutFunctionPtrs; } void loadCutFunctions_(void* function(char*) loadFuncFromLib) { *cast(void**)&cutFree = loadFuncFromLib("cutFree"); *cast(void**)&cutCheckBankAccess = loadFuncFromLib("cutCheckBankAccess"); *cast(void*...
D
/Users/lizziesiegle/Desktop/programming/ios/TwilioSyncCollabToDoList/DerivedData/TwilioSyncCollabToDoList/Build/Intermediates.noindex/SwiftMigration/TwilioSyncCollabToDoList/Intermediates.noindex/TwilioSyncCollabToDoList.build/Debug-iphonesimulator/TwilioSyncCollabToDoList.build/Objects-normal/x86_64/SyncManager.o : /U...
D
/* * regex.d * * This file contains the logic behind a regular expression parser. * * Author: Dave Wilkinson * Originated: May 9th, 2009 * Inspiration: "Albino 2" by Mark Knight * */ module core.regex; import core.string; import core.definitions; import core.list; import synch.thread; import io.console; i...
D
marked by precise accordance with details marked by extreme care in treatment of details
D
module game.groupmember; import d2d; import game.player; import game.npc; import std.random; class GroupMember : NPC { Player follow; float followTime = -1; float targetRotation = 0; bool walkTarget = false; this(Player follow) { super(); this.follow = follow; pos = vec2(follow.x, follow.y); tex = new...
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...
D
# FIXED cla_iir2p2z_cpu01.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_examples_Cpu1/cla_iir2p2z/cpu01/cla_iir2p2z_cpu01.c cla_iir2p2z_cpu01.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F2837xD_common/include/F28x_Project.h cla_iir2p2z_cpu01.obj: C:/ti/controlSUITE/device_support/F2837xD/v210/F28...
D
/Users/Home/Desktop/iOS/TrueGrowthSF2/DerivedData/TrueGrowthSF2/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/Permission.o : /Users/Home/Desktop/iOS/TrueGrowthSF2/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/Home/Desktop/iOS...
D
// REQUIRED_ARGS: -w // 4375: Dangling else static if (true) static if (false) struct G1 {} else struct G2 {}
D
a person who passes by casually or by chance a person who passes as a member of a different ethnic or racial group a student who passes an examination (football) a ball carrier who tries to gain ground by throwing a forward pass type genus of the Passeridae
D
import std.stdio, std.array, std.string, std.conv, std.algorithm; import std.typecons, std.range, std.random, std.math, std.container; import std.numeric, std.bigint, core.bitop; void main() { auto N = readln.chomp.to!int; auto X = readln.split.map!(to!int).array; auto mem = new real[](1 << 16); mem....
D
/Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/x86_64-apple-macosx10.10/debug/BCrypt.build/Base64.swift.o : /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/bcrypt.git-6177224099894028443/Sources/BCrypt/Base64.swift /Users/AleixDiaz/Documents/VaporProject/HerokuChat/.build/checkouts/bcrypt...
D
/Users/macosx/Desktop/TestNetWorkLayer/build/Pods.build/Debug-iphonesimulator/Nimble.build/Objects-normal/x86_64/ElementsEqual.o : /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/DSL.swift /Users/macosx/Desktop/TestNetWorkLayer/Pods/Nimble/Sources/Nimble/Matchers/MatcherFunc.swift /Users/macosx/Deskto...
D
/home/unknown/Documents/trithemius-master/PRiVYCHAT/target/release/deps/slog_term-e00b0a03bdf700fb.rmeta: /home/unknown/.cargo/registry/src/github.com-1ecc6299db9ec823/slog-term-2.6.0/src/lib.rs /home/unknown/Documents/trithemius-master/PRiVYCHAT/target/release/deps/libslog_term-e00b0a03bdf700fb.rlib: /home/unknown/.c...
D
/Users/hao/Code/substrate/course/lesson_1/pallets/template/target/rls/debug/deps/libthiserror_impl-422ab7b10daae52d.dylib: /Users/hao/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/lib.rs /Users/hao/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-impl-1.0.26/src/ast.rs /Users/hao/.c...
D
/home/jcawl/code/learn_rust/crates_programs/time_crate/target/debug/deps/time_crate-cddb1143b24a0b3f.rmeta: src/main.rs /home/jcawl/code/learn_rust/crates_programs/time_crate/target/debug/deps/time_crate-cddb1143b24a0b3f.d: src/main.rs src/main.rs:
D
instance Mil_330_Miliz(Npc_Default) { name[0] = NAME_Miliz; guild = GIL_MIL; id = 330; voice = 7; flags = 0; npcType = NPCTYPE_AMBIENT; B_SetAttributesToChapter(self,3); fight_tactic = FAI_HUMAN_STRONG; EquipItem(self,ItMw_1h_Mil_Sword); B_CreateAmbientInv(self); B_SetNpcVisual(self,MALE,"Hum_Head_Bald",Fac...
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 $(LINK2 std_algorithm.html, mystd.algorithm)) to be used with a vast variety of ...
D
/* USP - Unicode Complex Script processor * http://msdn2.microsoft.com/library/ms776488 */ module win32.usp10; import win32.windows; /* Uniscribe Enumeration Types * http://msdn2.microsoft.com/library/ms776518 */ enum : WORD { SCRIPT_UNDEFINED = 0, } enum : DWORD { SGCM_RTL = 0x00000001, } enum : DWORD { S...
D
module strategy; import model.game; import model.move; import model.player; import model.world; /** * This interface contains the methods that each strategy must implement. */ public interface Strategy { /** * Main strategy method for controlling the vehicles. * The game engine calls this method once ...
D
#sudoku_solver.g #sudoku_grid.g #drinc:util.g extern removePossibilityAt(*Grid_t pGrid; uint x, y, value) void; proc removePossibilitiesRelatedTo(*Grid_t pGrid; uint x, y, value) void: uint indexX, indexY, startX, startY; for indexX from 0 upto pGrid*.g_dimension - 1 do if indexX ~= x then ...
D
module UnrealScript.TribesGame.TrDmgType_RemoteArxBuster; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.TribesGame.TrDmgType_Explosive; extern(C++) interface TrDmgType_RemoteArxBuster : TrDmgType_Explosive { public extern(D): private static __gshared ScriptClass mStaticClass; @pro...
D
inflammation of the intestine (especially the small intestine
D
module cache; import logger; import core.time; import std.container.dlist; import std.range; import std.typecons; import std.experimental.allocator; class LRUCache(K, V) { this(uint capacity) { _capacity = capacity; removeDeleter(); } Tuple!(V, bool) get(K key) { auto it ...
D
/Users/apple/Developer/ImageDemo/build/ImageDemo.build/Debug-iphonesimulator/ImageDemo.build/Objects-normal/x86_64/ImageViewController.o : /Users/apple/Developer/ImageDemo/ImageDemo/AppDelegate.swift /Users/apple/Developer/ImageDemo/ImageDemo/PhotoCollectionViewController.swift /Users/apple/Developer/ImageDemo/ImageDem...
D
/Users/Lambert/Desktop/demo/DerivedData/demo1/Build/Intermediates/demo1.build/Debug/Socket.build/Objects-normal/x86_64/SocketUtils.o : /Users/Lambert/Desktop/demo/Packages/Socket-0.12.31/Sources/Socket.swift /Users/Lambert/Desktop/demo/Packages/Socket-0.12.31/Sources/SocketProtocols.swift /Users/Lambert/Desktop/demo/Pa...
D
module ninedof; import tock; extern(C) { int ninedof_subscribe(subscribe_cb callback, void* userdata); int ninedof_start_accel_reading(); int ninedof_start_magnetometer_reading(); int ninedof_start_gyro_reading(); double ninedof_read_accel_mag(); int ninedof_read_acceleration_sync(int* x, int...
D
/Users/safwendebbichi/workspace/CI-Sample/Build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/TaskDelegate.o : /Users/safwendebbichi/workspace/CI-Sample/Pods/Alamofire/Source/MultipartFormData.swift /Users/safwendebbichi/workspace/CI-Sample/Pods/Alamofire/Source/Time...
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 distribut...
D
module hunt.wechat.bean.paymch.PayProfitsharingquery; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(name = "xml") @XmlAccessorType(XmlAccessType.FIELD) class PayProfitsharingquery : MchBase { ...
D
instance VLK_550_Buddler (Npc_Default) { //-------- primary data -------- name = Name_Buddler; npctype = npctype_mine_ambient; guild = GIL_VLK; level = 3; voice = 1; id = 550; //-------- abilities -------- attribute[ATR_STRENGTH] = 15; attribute[ATR_DEXTERIT...
D
//fixme reorganize this mess of modules, their names and tests //body tests are badly organized (should be module-per-feature), main code as //well (rest of glue-d doesn't use underscores, amongst other issues) module glued.annotations; public import glued.annotations.core_annotations; public import glued.annotations...
D
void main() { auto x = new int[-1]; }
D
func void b_story_respawn_plants_chapter2() { Wld_InsertItem(ItFo_Plants_Seraphis_01,"FP_PLANT_RESPAWN_OW_01"); Wld_InsertItem(ItFo_Plants_Nightshadow_01,"FP_PLANT_RESPAWN_OW_02"); Wld_InsertItem(ItFo_Plants_OrcHerb_01,"FP_PLANT_RESPAWN_OW_03"); Wld_InsertItem(ItFo_Plants_Herb_02,"FP_PLANT_RESPAWN_OW_04"); Wld_Ins...
D
/Users/brunodaluz/Desktop/project/Build/Intermediates/project.build/Debug/Console.build/Objects-normal/x86_64/LoadingBar.o : /Users/brunodaluz/Desktop/project/.build/checkouts/console.git-1708081412620427180/Sources/Console/Terminal/ANSI.swift /Users/brunodaluz/Desktop/project/.build/checkouts/console.git-1708081412620...
D
/Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/x86_64-apple-macosx/debug/NIOWebSocket.build/WebSocketOpcode.swift.o : /Users/panartem/Developer/Study/Microservices-vapor/TILAppUsers/.build/checkouts/swift-nio/Sources/NIOWebSocket/SHA1.swift /Users/panartem/Developer/Study/Microservices-vapor/TIL...
D
void main() { import std.stdio, std.string, std.conv, std.algorithm; int n; rd(n); auto a = readln.split.to!(int[]); auto s = readln.split.to!(int[]); int mx = 0; foreach (i; 0 .. n) mx = max(mx, a[i] * s[i]); writeln(mx); } void rd(T...)(ref T x) { import std.stdio : readln; import std.strin...
D
module utility.Geometry; import utility.IntMath; enum Direction {E = 0, NE, N, NW, W, SW, S, SE} struct Point { short X, Y; Point opBinary(string op)(Point rhs) { static if(op == "+") return Point(cast(short)(X+rhs.X), cast(short)(Y+rhs.Y)); else static if(op == "-") return Point(cast(short)(X-rhs.X), cast(s...
D
module android.java.android.widget.TextSwitcher_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import51 = android.java.android.view.contentcapture.ContentCaptureSession_d_interface; import import38 =...
D
/Users/endotsuyoshi/Documents/ios/shoanaorigin2/shoana/Build/Intermediates/Charts.build/Debug/Charts.build/Objects-normal/x86_64/PieChartDataSet.o : /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/Source/Charts/Renderers/LineScatterCandleRadarRenderer.swift /Users/endotsuyoshi/Documents/ios/shoanaorigin2/Charts/...
D
/Users/fengxueshi/个人集合/IOS_WorkSpace/GitProject/build/GitProject.build/Debug-iphoneos/GitProject.build/Objects-normal/armv7/ViewController.o : /Users/fengxueshi/个人集合/IOS_WorkSpace/GitProject/GitProject/ViewController.swift /Users/fengxueshi/个人集合/IOS_WorkSpace/GitProject/GitProject/AppDelegate.swift /Applications/Xcode....
D
/Users/zecheng/iosDevelop/secondHand/DerivedData/secondHand/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/FacebookCore.build/Objects-normal/x86_64/GraphResponse.o : /Users/zecheng/iosDevelop/secondHand/Pods/FacebookCore/Sources/Core/GraphRequest/GraphRequestProtocol.Bridge.swift /Users/zecheng/iosDevelop...
D
/Users/wireless/Desktop/swift/apps/MiraclePill/build/MiraclePill.build/Debug-iphoneos/MiraclePill.build/Objects-normal/arm64/ViewController.o : /Users/wireless/Desktop/swift/apps/MiraclePill/MiraclePill/AppDelegate.swift /Users/wireless/Desktop/swift/apps/MiraclePill/MiraclePill/ViewController.swift /Applications/Xcode...
D
module modules.ai; import std.conv; import std.exception; import std.stdio; import painlessjson : toJSON; import changes.worldproxy; import game; import globals : g_worldPath; import modules.module_; import modules.path; import unit; import cgy.util.filesystem; import cgy.util.util; import scheduler : scheduler; ...
D
instance Mod_1775_DMB_Beschwoerer_PAT (Npc_Default) { //-------- primary data -------- name = NAME_Beschwoerer; npctype = npctype_main; guild = GIL_DMT; level = 50; voice = 2; id = 1775; aivar[AIV_MagicUser] = MAGIC_ALWAYS; //-------- visuals -------- // a...
D
/******************************************************************************* * Copyright (c) 2004, 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 distribution, an...
D
/Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/x86_64-apple-macosx10.10/debug/WebSockets.build/WebSocketFormatErrors.swift.o : /Users/AleixDiaz/Desktop/VaporProject/LaSalleChat/.build/checkouts/engine.git-3311994267206676365/Sources/WebSockets/Communication/WebSocket+Send.swift /Users/AleixDiaz/Desktop/VaporP...
D
module android.java.android.media.Session2Command_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import2 = android.java.java.lang.Class_d_interface; import import1 = android.java.android.os.Parcel_d_...
D
the repetition of consonants (or consonant patterns) especially at the ends of words the property of sounding harmonious
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
module ws.log; import std.file, std.datetime, ws.io; class Log { static string path = "errors.log"; static void info(string s){ append(path, "\n[INFO] " ~ Clock.currTime().toString() ~ "\n" ~ s ~ "\n"); writeln("[INFO] " ~ s); } static void warning(string s){ append(path, "\n[WARNING] " ~ Clock.currTime(...
D
# FIXED F2837xD_GlobalVariableDefs.obj: C:/ti/controlSUITE/device_support/F2837xD/v170/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c F2837xD_GlobalVariableDefs.obj: C:/ti/controlSUITE/device_support/F2837xD/v170/F2837xD_headers/include/F2837xD_device.h F2837xD_GlobalVariableDefs.obj: C:/ti/ccsv6/tools/compil...
D
/home/hustccc/OS_Tutorial_Summer_of_Code/rCore_Labs/Lab6/user/target/rls/riscv64imac-unknown-none-elf/debug/deps/buddy_system_allocator-7cb9ea0b4e1d1d10.rmeta: /home/hustccc/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/buddy_system_allocator-0.3.9/src/lib.rs /home/hustccc/.cargo/registry/src/mirrors.ustc.ed...
D
/Users/NMB12/Documents/caregiverapp/DerivedData/ReMindr/Build/Intermediates/ReMindr.build/Debug-iphoneos/ReMindr.build/Objects-normal/arm64/PoliceStationDetailsViewController.o : /Users/NMB12/Documents/caregiverapp/ReMindr/CustomPointAnnotation.swift /Users/NMB12/Documents/caregiverapp/ReMindr/AddFavouriteViewControlle...
D
1 edwin_s_porter 28675 bruce_malmuth 6148 stuart_heisler 18439 tom_gries 32776 gregory_nava 12299 david_swift_ii 6157 s_sylvan_simon 22542 don__edmonds 15 dw_griffith 14352 arthur_hiller 12306 ken_annakin 6165 leslie_arliss 14359 ermanno_olmi 24601 randal_kleiser 30746 amy_heckerling 2075 leni_riefenstahl 27279 robert-...
D
module UnrealScript.Engine.DebugCameraInput; import ScriptClasses; import UnrealScript.Helpers; import UnrealScript.Engine.PlayerInput; import UnrealScript.Core.UObject; extern(C++) interface DebugCameraInput : PlayerInput { public extern(D): private static __gshared ScriptClass mStaticClass; @property f...
D
/** Arbitrary-precision ('bignum') arithmetic. * * Performance is optimized for numbers below ~1000 decimal digits. * For X86 machines, highly optimised assembly routines are used. * * The following algorithms are currently implemented: * $(UL * $(LI Karatsuba multiplication) * $(LI Squaring is optimized indepe...
D
/Users/Lorenzo/Desktop/Mapbox-3d/EO18_3/Build/Intermediates/Pods.build/Debug-iphonesimulator/MapboxSceneKit.build/Objects-normal/x86_64/MapboxImageAPI.o : /Users/Lorenzo/Desktop/Mapbox-3d/EO18_3/Pods/MapboxSceneKit/MapboxSceneKit/Tile\ Fetching/MapboxHTTPAPI.swift /Users/Lorenzo/Desktop/Mapbox-3d/EO18_3/Pods/MapboxScen...
D
/** * Management_UserInterface menu support. * * Copyright: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>. * Authors: $(LINK2 http://cattermole.co.nz, Richard Andrew Cattermole) */ module cf.spew.ui.features.menu; import cf.spew.instance; import std.experimental.graphic.image : Imag...
D
import std.stdio; struct Percent { uint a; alias a this; } pragma( inline ) Percent percent( uint a ) { return cast( Percent ) a ; } struct Px { uint a; alias a this; } pragma( inline ) Px px( uint a ) { return cast( Px ) a; } enum ValueType { Undefined, //Int, //Float, /...
D
module blockie.model.model1a.M1aChunkEditView; import blockie.model; /* M1aEditView M1aEditRoot 11_1100_0000 - cell oct | M1aEditCell | 64^3 00_0010_0000 - branch 0 oct | M1aEditBranch | 32^8 00_0001_0000 - branch 1 oct | M1aEditBranch | 16^8 00_0000_1000 - branch 2 oct | M1aEditBranch ...
D
/* REQUIRED_ARGS: * PERMUTE_ARGS: */ // https://issues.dlang.org/show_bug.cgi?id=18737 struct S { this(char); this(int j) { this('a'); assert(0); this('b'); } this(long j) { if (j) { this('c'); assert(0); } els...
D
/Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Build/Intermediates/Pods.build/Debug-iphonesimulator/HandyJSON.build/Objects-normal/x86_64/Export.o : /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/Metadata.swift /Users/GuoYanjun/Desktop/TestDemo/WanAndroid_IOS/Pods/HandyJSON/Source/CBridge.swif...
D
module zhelpers; /* ===================================================================== zhelpers.h Helper header file for example applications. ===================================================================== */ // Include a bunch of headers that we will need in the examples public import zmq; ...
D
/Users/victorbaleeiro/git/github/victor/site/victor-baleeiro-site/.build/x86_64-apple-macosx/release/NIOTLS.build/ApplicationProtocolNegotiationHandler.swift.o : /Users/victorbaleeiro/git/github/victor/site/victor-baleeiro-site/.build/checkouts/swift-nio/Sources/NIOTLS/SNIHandler.swift /Users/victorbaleeiro/git/github/...
D
module mygame; import std.experimental.logger; import std.math, std.random; import derelict.sdl2.sdl; import gfm.math; import dyaml; import game_app; import tree_generator; import serialization, utility; class Ship : IEntity { public: void start() { } void update(float deltaTime) { } void draw(SDL_Rende...
D
/Users/okasho/serverProject/tryswift/helloworld/swift/.build/debug/Fluent.build/Memory/Memory+Group.swift.o : /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Fluent-1.4.1/Sources/Fluent/Database/Database.swift /Users/okasho/serverProject/tryswift/helloworld/swift/Packages/Fluent-1.4.1/Sources/Fluent/Data...
D
/Users/gpestana/dev/generative-art/one/target/debug/build/gobject-sys-2da74caa330c04b1/build_script_build-2da74caa330c04b1: /Users/gpestana/.cargo/registry/src/github.com-1ecc6299db9ec823/gobject-sys-0.4.0/build.rs /Users/gpestana/dev/generative-art/one/target/debug/build/gobject-sys-2da74caa330c04b1/build_script_buil...
D
/media/maher/extra/rust/rust_book/projects/saico/target/rls/debug/deps/language_tags-df1304c072b9b4ad.rmeta: /home/maher/.cargo/registry/src/github.com-1ecc6299db9ec823/language-tags-0.2.2/src/lib.rs /media/maher/extra/rust/rust_book/projects/saico/target/rls/debug/deps/language_tags-df1304c072b9b4ad.d: /home/maher/.c...
D
module android.java.android.R_dimen_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; @JavaName("R$dimen") final class R_dimen : IJavaObject { stati...
D
module voxelman.chat.plugin; import std.experimental.logger; import pluginlib; import voxelman.utils.messagewindow : MessageWindow; import voxelman.core.events; import voxelman.net.packets; import voxelman.command.plugin; import voxelman.eventdispatcher.plugin; import voxelman.net.plugin; import voxelman.login.plugi...
D
module dls.protocol.interfaces; public import dls.protocol.interfaces.client; public import dls.protocol.interfaces.general; public import dls.protocol.interfaces.text_document; public import dls.protocol.interfaces.window; public import dls.protocol.interfaces.workspace;
D
/Users/JasonVranek/Desktop/rust/tokio-serge-json-server/target/debug/deps/nodrop-4dc3b5a39868578c.rmeta: /Users/JasonVranek/.cargo/registry/src/github.com-1ecc6299db9ec823/nodrop-0.1.13/src/lib.rs /Users/JasonVranek/Desktop/rust/tokio-serge-json-server/target/debug/deps/nodrop-4dc3b5a39868578c.d: /Users/JasonVranek/.c...
D
module utils; import std.datetime; import std.string; import std.traits; import std.xml; import std.json; import std.typecons; import std.functional; import std.experimental.logger; import std.algorithm; import requests; auto decodeFromXml(T)(Element e) { T V; static if (is(T==struct )) { V = T(e); ...
D
/* Binderoo Copyright (c) 2016, Remedy Entertainment 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 list of condit...
D
module dau.geometry.vector; import std.math, std.traits, std.range, std.conv, std.string, std.algorithm; public alias Vector2f = Vector2!float; public alias Vector2i = Vector2!int; /// A 2-dimensional vector struct Vector2(T : real) { static if (isFloatingPoint!T) { alias AngleType = T; } else { // use flo...
D
CTPCON (F07UUE) Example Program Data 4 :Value of N 'L' :Value of UPLO ( 4.78, 4.56) ( 2.00,-0.30) (-4.11, 1.25) ( 2.89,-1.34) ( 2.36,-4.25) ( 4.15, 0.80) (-1.89, 1.15) ( 0.04,-3.69) (-0.02, 0.46) ( 0.33,-0....
D
module hunt.stomp.exception; import hunt.Exceptions; class StompConversionException : NestedRuntimeException { mixin BasicExceptionCtors; } class InvalidMimeTypeException : IllegalArgumentException { mixin BasicExceptionCtors; } class ConnectionLostException : RuntimeException { mixin BasicExceptionCtor...
D
// -*- flycheck-dmd-include-path: ("../"); -*- import module_base; extern (C) IRCModule m; debug import std.stdio; import std.uni : toLower; static this() { m.commands["reload"] = new Command( function void(Client c, string source, string channel, string message) { debug writeln("reloa...
D
/Users/MohamedNawar/Desktop/Task/build/Pods.build/Debug-iphonesimulator/RealmSwift.build/Objects-normal/x86_64/Optional.o : /Users/MohamedNawar/Desktop/Task/Pods/RealmSwift/RealmSwift/Schema.swift /Users/MohamedNawar/Desktop/Task/Pods/RealmSwift/RealmSwift/ObjectSchema.swift /Users/MohamedNawar/Desktop/Task/Pods/RealmS...
D
/Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/.build/debug/Core.build/PercentEncoding.swift.o : /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/Packages/Core-1.0.0/Sources/Core/Array.swift /Users/mohammadazam/Documents/Projects/StoryTellersAPICode/StoryTellersAPI/...
D
/Users/abuzeid/workspace/DevPods/.build/x86_64-apple-macosx/debug/DevNetwork.build/Core/NetworkError.swift.o : /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Page.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/Pageable.swift /Users/abuzeid/workspace/DevPods/DevNetwork/Core/RequestBuilder.swift /Users/abuzeid/...
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
common perennial aromatic herb native to Eurasia having buttonlike yellow flower heads and bitter-tasting pinnate leaves sometimes used medicinally
D
module android.java.org.xml.sax.AttributeList_d_interface; import arsd.jni : IJavaObjectImplementation, JavaPackageId, JavaName, IJavaObject, ImportExportImpl, JavaInterfaceMembers; static import arsd.jni; import import0 = android.java.java.lang.Class_d_interface; final class AttributeList : IJavaObject { static imm...
D
instance STRF_1120_Addon_Tonak (Npc_Default) { // ------ NSC ------ name = "Tonak"; guild = GIL_BDT; id = 1120; voice = 3; flags = 0; npctype = NPCTYPE_MAIN; //aivars aivar[AIV_NoFightParker] = TRUE; aivar[AIV_IgnoresArmor] = TRUE; aivar[AIV_ToughGuy] = TRUE; aivar[AIV_ToughGuy...
D
/** * Compiler implementation of the * $(LINK2 http://www.dlang.org, D programming language). * * Copyright: Copyright (C) 1999-2018 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
/** * 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
// Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors // Licensed under the MIT License: // // 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, inc...
D
module otya.smilebasic.builtinfunctions; import std.conv; import std.typecons; import std.typetuple; import std.traits; import std.stdio; import std.ascii; import std.range; import otya.smilebasic.error; import otya.smilebasic.type; import otya.smilebasic.petitcomputer; import otya.smilebasic.sprite; import otya.smile...
D
module sam.server.actorsystem; import poodinis; import vibe.core.core : runApplication; import sam.common.enforce; import sam.common.interfaces.messagereceiver; import sam.common.interfaces.messagesender; import sam.common.interfaces.actor; import sam.server.core.actormanagment.actorcollection; import sam.server.cor...
D