content
stringlengths
2
6.21k
label
stringclasses
16 values
ataChanged(previousData, newData) end) end function MapKeepUpgrade_Gamepad:Activate() self.levelsGridList:Activate() end function MapKeepUpgrade_Gamepad:Deactivate() self.levelsGridList:Deactivate() end function MapKeepUpgrade_Gamepad:OnGridListSelectedDataChanged(previousData, newData) self.scrollToolti...
Lua
/><span class="CDBStdOut">00007ffb`42581b18 4883c420 add rsp,20h</span><br/><span class="CDBStdOut">00007ffb`42581b1c 5b pop rbx</span><br/><span class="CDBStdOut">00007ffb`42581b1d c3 ret</span><br/><span class="CDBStdOut">00007ffb`42581b1e 488bcb mov rcx,rbx</span...
HTML
= path.Join(util.TestDir, "bootstrap-http-proxy", "kubeconfig") err = authn.CreateBootstrapKubeConfigWithProxy(bootstrapKubeConfigHTTPProxyFile, serverCertFile, securePort, httpProxyURL, nil) gomega.Expect(err).NotTo(gomega.HaveOccurred()) bootstrapKubeConfigHTTPSProxyFile = path.Join(util.TestDir, "bootstrap-https...
Go
local AIO = AIO or require("AIO") if AIO.AddAddon() then return -- Exit if on server end -- Get the shared namespace local GameMasterSystem = _G.GameMasterSystem if not GameMasterSystem then print("[ERROR] GameMasterSystem namespace not found! Check load order.") return end -- Get module references local...
Lua
IO.shrink)][cc] = val; } } #if defined(LIBRAW_USE_OPENMP) #pragma omp critical(dataupdate) #endif { if (*dmaxp < ldmax) *dmaxp = ldmax; } } } void LibRaw::copy_bayer(unsigned short cblack[4], unsigned short *dmaxp) { // Both cropped and uncropped int row; #if defined(LIBRAW_USE_...
C++
chQueries)) { session().api().request(requestId).cancel(); } _searchQuery = QString(); _searchQueryFrom = nullptr; _topicSearchQuery = QString(); _topicSearchOffsetDate = 0; _topicSearchOffsetId = _topicSearchOffsetTopicId = 0; _api.request(base::take(_peerSearchRequest)).cancel(); _api.request(base::take(_to...
C++
identifier); /// Simultaneously declare that this replica is active, and update the host. Coordination::Requests ops; ops.emplace_back(zkutil::makeCreateRequest(is_active_path, active_node_identifier, zkutil::CreateMode::Ephemeral)); ops.emplace_back(zkutil::makeSetRequest(fs::path(storage.replica_path...
C++
--bs-secondary-border-subtle:#e9ecef;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-...
CSS
optimal array length to store an uint32_t. * \returns number of bytes required. */ size_t ss_optimal_len_for_uint32(uint32_t in) { if (in > 0xffffff) return 4; if (in > 0xffff) return 3; if (in > 0xff) return 2; return 1; } /* If we had htobe64 etc. around, we could copy data into a union type and let * t...
C
(); DataContext = this; // Forward Surface/Overlay MouseWheel to Host's ScrollViewer foreach(FlyleafHost flyleafHost in FixMyScrollSurfaceOverlay.Children) { flyleafHost.Surface.MouseWheel += FlyleafHost_MouseWheel; flyleafHost.Overlay.Mou...
C#
配置一个StateMachineEngine。 A:1、不需要,只在发起方记录日志。由于只在发起方记录日志同时对参与者服务没有接口参数的要求,使得Saga可以方便集成其它机构或遗留系统的服务。 2、可以这样使用,如果两个系统都开启 Saga 事务,那就要记录那三个表配置 StateMachineEngine。 > 这个 EventQueue 只是开启分布式事务的系统 来进行事件驱动,调用其它系统服务像调用本地一样。系统之间还是 RPC 调用是吧,而不是系统之前也是纯事件驱动的? > ![image.png](https://cdn.nlark.com/yuque/0/2019/png/226702/1571986864418-...
Markdown
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2010-2012 Oleg Linkin * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
C
pring + H_damping, -(H_spring + H_damping)], # [-(H_spring + H_damping), H_spring + H_damping]])) H_local = utils.make_PSD(np.block([[H_diff, -H_diff], [-H_diff, H_diff]])) # add to global matrix for nI in range(0, 2): for nJ in range(0, ...
Python
#ifndef INCLUDED_STORM3D_VIDEOSTREAMER_H #define INCLUDED_STORM3D_VIDEOSTREAMER_H #include <boost/scoped_ptr.hpp> #include <istorm3d_videostreamer.h> class Storm3D; class IStorm3D_StreamBuilder; class Storm3D_VideoStreamer : public IStorm3D_VideoStreamer { struct Data; boost::scoped_ptr<Data> data; public: ...
C
testKNNCF(): train = 'ml-100k/u1.base' test = 'ml-100k/u1.test' cf = KNN(train, test) cf.ItemSim() print("%3s%20s%20s%20s%20s" % ('K', "precision", 'recall', 'coverage', 'popularity')) # for k in [5,10,20,40,80,160]: for k in [5, 10, 20, 40]: recall, precision = cf.recallAndPrecisio...
Python
,%eax,4), %zmm2, %zmm2 {%k2} // CHECK: vprorvd 485498096(%edx,%eax,4), %zmm2, %zmm2 {%k2} // CHECK: encoding: [0x62,0xf2,0x6d,0x4a,0x14,0x94,0x82,0xf0,0x1c,0xf0,0x1c] vprorvd 485498096(%edx,%eax,4), %zmm2, %zmm2 {%k2} // CHECK: vprorvd -485498096(%edx,%eax,4), %zmm2, %zmm2 {%k2} {z} // CHECK: encoding: [0x62...
Assembly
w the scene to the fbo. pk_begin_rendertarget(&rt); pk_update_cam(&cam, sapp_width(), sapp_height()); pk_vs_params_t vs_params = { .model = HMM_Translate(HMM_V3(0.f, -0.5f, 0.f)), .view = cam.view, .proj = cam.proj, .viewpos = cam.center, }; pk_bone_matrices_t bone...
C
s" "fmt" "math" "strconv" "strings" ) // Function names is the parser are chosen to match closely with the BNF // productions in the WKT grammar. // // Convention: functions starting with 'next' consume token(s), and build the // next production in the grammar. // UnmarshalWKT parses a Well Known Text (WKT), and ...
Go
1529.53,757.93 1532.46,756.82 1535.39,755.71 1538.32,754.59 1541.25,753.47 1544.18,752.35 1547.11,751.23 1550.04,750.1 1552.97,748.98 1555.9,747.85 1558.83,746.72 1561.76,745.59 1564.69,744.46 1567.62,743.32 1570.55,742.19 1573.48,741.05 1576.41,739.92 1579.34,738.78 1582.27,737.64 1585.2,736.5 1588.12,735.35 1591.05,...
HTML
l.width - 1: assert actual.getpixel((expected_focus[2] + 1, expected_focus[1])) == 0 # Assert the bottom-right pixel. assert actual.getpixel((expected_focus[2], expected_focus[3])) == 1 # Assert the pixel right of the bottom-right pixel. if expected_focus[2] < actual.width -...
Python
flow:hidden}.mt .extra{float:right}.tab{border-bottom:2px solid #BE0000;margin-bottom:10px}.tab li{position:relative;height:24px;padding:3px 12px 0;overflow:hidden;margin-right:3px;line-height:24px;font-size:14px;font-weight:700;color:#c30}.tab span{position:absolute;left:0;top:0;z-index:1;width:10px;height:27px}.tab a...
CSS
youtu .be&t=33m9s\"> YouTube-video</a>.\n </li>\n <li>\n Diskussion af Bitcoin-fungibilitetsproblemet på <a href=\"https://bitcointalk.org/index.php?topic=1190707.0\"> Bitcointalk.org\n </a>\n ...
Dart
{ c[k] = int.Parse(v.Substring(startIndex: 0, v.Length - 1), CultureInfo.InvariantCulture) * 255 / 100; } else { c[k] = int.Parse(v, CultureInfo.InvariantCulture); } if (c[...
C#
rray of roles. * @param role the role that should NOT be present. */ function notHasRole(roles: Role | Role[], role: Role) { return !hasRole(roles, role); } /** * Checks if any allowable role exists in compare list. * * @param roles the allowed roles. * @param compare roles that may exist in...
Typescript
out; // float4 txval10 = g_tTex1df4.Sample(g_sSamp, i.Tex0); // float4 txval11 = g_tTex1df4.Sample(g_sSamp, i.Tex1); // float4 t = txval10 + txval11; // float4 t2 = t / 2.0; // psout.Color = t2; // return psout; // } // clang-format on const std::string defs0 = R"(OpCapability Shade...
C++
iacritic: different from snowball portoguese check("quilos", "quil"); check("quimica", "quimic"); check("quilos", "quil"); check("quimica", "quimic"); check("quimicas", "quimic"); check("quimico", "quimic"); check("quimicos", "quimic"); check("quimioterapia", "quimioterap"); check( ...
Java
1f1; padding: 2px; font-size: 105%; } </style> </head> <body> <div class="dashboard"> <div class="main-panel"> <div class="container"> <a href="https://github.com/Cocoon-Data-Transformation/cocoon" target="_blank" style="display: flex; align-items: center; text-decoration: none; color: bl...
HTML
httpUpdateProgramDefaultMultiLines.Ctrl().WithTimeout(ps.Ctrl().Context(), time.Duration(ps.Cnf.ConnectReadTimeout)*time.Millisecond) if ps.Cnf.EnableDebug { ps.httpUpdateProgramDefaultMultiLines.Logger.Sugar().Debugf(`ps.Ctrl().Context():%+v; httpUpdateProgramDefaultMultiLines.Ctrl().Context():%+v"`, ps.Ctrl...
Go
nterrupter) { bool level = 0; if ((BX_XHCI_THIS hub.op_regs.HcCommand.inte) && (BX_XHCI_THIS hub.runtime_regs.interrupter[interrupter].iman.ie)) { level = 1; BX_DEBUG(("Interrupt Fired.")); } DEV_pci_set_irq(BX_XHCI_THIS devfunc, BX_XHCI_THIS pci_conf[0x3d], level); } bool bx_usb_xhci_c::read_ha...
C++
nsition-all group-not-disabled/like:group-hover/like:scale-110 group-not-disabled/like:group-active/like:scale-90'> <svg className={`absolute size-[22px] top-0 left-0 transition-all duration-300 dark:text-gray-400 text-zinc-500 ${liked ? 'opacity-0 scale-0' : 'opacity-100 scale-100'}`} xmlns="http://www.w3.org/2...
JavaScript
import pytest from spacy.lang.tl.lex_attrs import like_num # https://github.com/explosion/spaCy/blob/master/spacy/tests/lang/en/test_text.py def test_tl_tokenizer_handles_long_text(tl_tokenizer): # Excerpt: "Sapagkat ang Pilosopiya ay Ginagawa" by Padre Roque Ferriols text = """ Tingin tayo nang tingin....
Python
[ i ].getAscendant( 'tr' ); } currentRow.push( cells[ i ].getText() ); } txt += currentRow.join( '\t' ); return txt; } function performFakeTableSelection( ranges ) { var editor = this.root.editor, realSelection = editor.getSelection( 1 ), cache; // Cleanup after previous selection - e.g. re...
JavaScript
, "jpntype90_75mm", "jpntype91_105mm_truck", }, jpngunyard2 = { "jpnriki", "jpnisuzutx40", "jpntype98_20mm_truck", "jpntype1_47mm", "jpntype90_75mm", "jpntype91_105mm_truck", "jpntype92_10cm_truck", }, jpnspyard = { "jpnriki", "jpnisuzutx40", "jpntype98_20mm_truck", "jpntype1_47mm", "...
Lua
() * Math.random()) // if (i === 0) radius = settings.planetRadius * 2.5 // geometry = new THREE.IcosahedronBufferGeometry(radius, 1); // material = new THREE.MeshLambertMaterial({ // color: 0xffffff, // transparent: true, // opacity: 0, // }); // planet[i] = new THREE.Mesh(geometr...
JavaScript
C), new Segment(C, D), new Segment(D, A), ] const otherSegments = [ new Segment(other.point1, other.point2), new Segment(other.point2, other.point3), new Segment(other.point3, other.point1), ] let collision = false for (const mySegment of mySegments) { for (const...
Typescript
.setKotlinInner { property("values") { size(2) } } .setKotlinInner { property("values", ArrayList<String>()) } .sample() .values then(actual).isEmpty() } @Property fun innerSpecIncrementsSequen...
Kotlin
; } // 如果没有设置申请权限,默认所有人都可以申请 if (!contestSettings || !contestSettings.applicationPermissionRoles || contestSettings.applicationPermissionRoles.length === 0) { console.log(`✅ 未设置权限限制,默认允许 - ${member.user.tag}`); return true; } // 检查是否有指定身份...
JavaScript
ljs!",3800101572),null], null), null)); lt.plugins.clojure.mime__GT_type = new cljs.core.PersistentArrayMap(null, 2, ["text/x-clojure","clj","text/x-clojurescript","cljs"], null); /** * Default cljs client to invoke when a cljs file is first evaled. Takes any valid client or * :auto which automatically sets 'Light Tabl...
JavaScript
_t reg, uint8_t *buf, uint16_t len)</div><div class="ttdef"><b>Definition:</b> <a href="driver__ds1307_8h_source.html#l00139">driver_ds1307.h:139</a></div></div> <div class="ttc" id="astructds1307__handle__s_html_af6963bbad902ca6e43942b48c07986c3"><div class="ttname"><a href="structds1307__handle__s.html#af6963bbad902c...
HTML
:not(.cf-dropdown--button) { @extend %type-uppercase; } &:after { @include createOverlayBase(); } &:hover { cursor: pointer; } &:not([disabled]):hover:after { opacity: $cf-hover-active-opacity; } &[disabled]:hover { cursor: default; } } .cf-button-icon { margin-right: 0.6em;...
CSS
>3、K73游戏之家。我的安吉拉2无限钻石版可以通过百度搜索,<a href="http://www.to3158.cn/tags-j-r658e9b0b98315.html" target="_blank" class="relatedlink">进入</a>K73游戏之家下载安装。《我的安吉拉2》保留了前作丰富的玩法,同时新增了护理、料理、个性化装扮等功能。玩家可以装扮公寓、护肤美容、烹饪美食。</p><p>4、根据查询九游手游网显示,玩家在手机上下载应用宝APP并安装。打开应用宝APP,搜索《我的安吉拉2无限钻石版》。在手机屏幕上点击下载并安装,就可成功下载。</p><h2 id='灵动岛养宠物app叫什么'>灵动岛养宠物ap...
HTML
nos permitió usarlo como base para la medición del rendimiento del sitio web. Entonces, ¿cuál es la manera más fácil de entender cómo se carga una página web? Una lista de estadísticas no permite obtener un panorama completo de la experiencia real del usuario. Una de las funciones interesantes de WebPageTest es que pu...
HTML
m32\\glmf32.glsNumulv\"") #pragma comment(linker, "/export:glsNumus=\"C:\\Windows\\System32\\glmf32.glsNumus\"") #pragma comment(linker, "/export:glsNumusv=\"C:\\Windows\\System32\\glmf32.glsNumusv\"") #pragma comment(linker, "/export:glsPad=\"C:\\Windows\\System32\\glmf32.glsPad\"") #pragma comment(linker, "/export:gl...
C++
cont = false; }); if (!cont) return false; // we also have to traverse children whose edge is an atom. n.m_ptr->m_children.for_each([&](edge const & e, node const & child) { if (cont && !e.m_fn && !find(child, todo, fn)) cont = false; }); re...
C++
Sprite is too far away (X).",0 } clc rts + jsr log2_w_w ; wants A=lo, X=Hi sta wLogDx stx wLogDx+1 ; Calculate wLogDy = log2_w_w(spriteY - playerY), as abs value and a sign bit lda spriteY ; calculate spriteY - playerY sec sbc playerY tay ; stash lo byte lda spriteY+1 ; work on hi byte sbc playerY+1 t...
Assembly
setx 0x1111111111111111, %i1, %i0 set 0x3, %i2 set 0x5, %i4 set 0x7, %i6 !! check that only first entry has changed setx my_data, %l0, %g5 ldx [%g5], %l0 cmp %l0, %i0 bne diag_fail nop add %g5, %l2, %g5 ldx [%g5], %l0 ...
Assembly
// Copyright (C) 2009,2010,2011,2012 GlavSoft LLC. // All rights reserved. // //------------------------------------------------------------------------- // This file is part of the TightVNC software. Please visit our Web site: // // http://www.tightvnc.com/ // // This program is free software; y...
C
// RUN: %clang_cc1 -fsyntax-only -verify -Wno-strict-prototypes %s int x __attribute__((constructor)); // expected-warning {{'constructor' attribute only applies to functions}} int f(void) __attribute__((constructor)); int f(void) __attribute__((constructor(1))); int f(void) __attribute__((constructor(1,2))); // expec...
C
梦#18</a></span></td><td class="活动名称 smwtype_txt">東方紅楼夢18</td><td class="日期 smwtype_dat" data-sort-value="2459861.5">2022-10-09</td><td class="举办地点 smwtype_txt">大阪国际展览中心</td><td class="摊位编号 smwtype_txt">こ07-a</td><td class="宣传页面 smwtype_lin"></td><td class="备注 smwtype_txt"></td></tr><tr data-row-number="7" class="row-od...
Markdown
HTMLCanvasElement) { //construct all canvas this.canvas = canvasId; this.canvas.width = window.innerWidth; this.canvas.height = window.innerHeight; //set the context of the canvas this.ctx = this.canvas.getContext('2d'); this.highscores = [ { ...
Typescript
Segments wireframe1; late three.LineBasicMaterial matLineBasic; late three.LineBasicMaterial matLineDashed; Future<void> setup() async { threeJs.scene = three.Scene(); threeJs.camera = three.PerspectiveCamera( 40, threeJs.width / threeJs.height, 1, 1000 ); threeJs.camera.position.setValues( - 50, 0,...
Dart
directives: [], ), _i1.VariableDefinitionNode( variable: _i1.VariableNode(name: _i1.NameNode(value: 'code')), type: _i1.NamedTypeNode( name: _i1.NameNode(value: 'String'), isNonNull: false, ), defaultValue: _i1.DefaultValueNode(value: null), directives: [], ...
Dart
alue="EN.ATM.CO2E.KD.GD"> CO2 emissions (kg per 2005 US$ of GDP) <option value="EN.ATM.CO2E.KT"> CO2 emissions (kt) <option value="EN.ATM.CO2E.LF.KT"> CO2 emissions from liquid fuel consumption (kt) <option value="EN.ATM.CO2E.LF.ZS"> CO2 emissions from liquid fuel consumption (% of total) ...
HTML
const MASK: bool = true; const OFFSET: u8 = 24; ((self.bits >> OFFSET) & MASK as u32) != 0 }; SETENA24R { bits } } #[doc = "Bit 23 - 23:23\\] Writing 0 to this bit has no effect, writing 1 to this bit enables the interrupt number 23 (See EVENT:CPUIRQSEL23.EV f...
Rust
import numpy as np import pandas as pd import yfinance as yf from hmmlearn.hmm import GaussianHMM import matplotlib.pyplot as plt # Télécharge les données de Bitcoin (BTC-USD) depuis Yahoo Finance pour la période de 2022 à 2024 start_date = "2022-01-01" # Date de début end_date = "2024-12-31" # Date de fin btc_dat...
Python
white; @include phone { box-shadow: none; } } } /* You can add global styles to this file, and also import other style files */ @tailwind base; @tailwind components; @tailwind utilities; :root { --tenant900: #005b96; --tenant800: #2673a5; --tenant700: #4c8bb5; --tena...
CSS
b li s { left: 0; } .feature-service .tab li b { right: 0; background-position: -7px 0; } .feature-service .tab li.curr { background-position: 0 -85px; } .feature-service .tab li.curr s { background-position: 0 -57px; } .feature-service .tab li.curr b { background-position: -7px -57px; } .feature-service .tab li....
CSS
fs(const std::filesystem::path& filename, BYTE mode); }; #endif /*__FILE_H__*/ /* * Copyright (C) 2014 Jared Boone, ShareBrained Technology, Inc. * * This file is part of PortaPack. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as ...
C++
#define NextLine LY2 #define CaseBegin LY3 #define ForEachBits LY4 #define NextBits LY5 #if defined(SVR4) || ( defined(linux) && defined(__ELF__) ) #ifdef TETEXT #define _cfbStippleStack cfbStippleStackTE #else #define _cfbStippleStack cfbStippleStack #endif #else #ifdef TETEXT #define _cfbStippleStack _cfbStippleStac...
Assembly
ss("com/test/Bean.java", """ package com.test; public class Bean { public String renamed; } """) addHtml("test.html", """ <div data-sly-use.bean="com.test.Bean"> $DOLLAR{bean.renamed} </div> """) } } ...
Kotlin
是橘红色的。 - <ruby lang="ja"><rb>魂</rb><rp> (</rp><rt>たましい</rt><rp>) </rp></ruby> - 被环境所影响的精神? - 《东方红魔乡》的故事背景是红雾异变。 - 盂兰盆节中被迎回的先祖的灵魂? - (未找到链接)鬼灯的花萼 ### 二次同人数据 <table><tbody><tr><th colspan="2">统计</th></tr> <tr><td>名称</td><td>如鬼灯般的红色之魂</td></tr> <tr><td>别名</td><td>ほおずきみたいに紅い魂<br>ほおずきみたいな魂<br>如鬼灯般的灵魂</td></...
Markdown
nt, value uint16) { d.mutex.Lock() defer d.mutex.Unlock() if d.MacroTracker == nil { d.MacroTracker = make(map[int]uint16) } d.MacroTracker[key] = value } // deleteFromMacroTracker deletes an entry from MacroTracker func (d *Device) deleteFromMacroTracker(key int) { d.mutex.Lock() defer d.mutex.Unlock() if...
Go
{ wprintf(L"\nERROR: Need at least 2 images to assemble\n\n"); return 1; } break; } // --- Create result --------------------------------------------------------------- switch (dwCommand) { case CMD_H_CROSS: case CMD_V_CROSS: case CMD_H_STRIP:...
C++
4) *PlacementsGeneratetagsCall { c.urlParams_.Set("campaignId", fmt.Sprint(campaignId)) return c } // PlacementIds sets the optional parameter "placementIds": Generate // tags for these placements. func (c *PlacementsGeneratetagsCall) PlacementIds(placementIds ...int64) *PlacementsGeneratetagsCall { var placementId...
Go
].replace("# ", "").replace("[calc]", "")}\\n\\n";`, ); const sliced = solarizedColors.split("\n").concat(lines.slice(1)); if (lines.map((l) => l.trim()).includes("$DARK")) { lines = darkColors.split("\n").concat(sliced); } else { lines = lightColors.split("\n").concat(sliced); } let clusters = []; ...
JavaScript
s } companion object { private val TLS_V12_ONLY = arrayOf("TLSv1.2") } }package com.youkemm.kcommonproject.ui.fragment import android.annotation.SuppressLint import com.youkemm.kcommon.base.BaseRefreshAndLoadMoreFragment import com.youkemm.kcommon.ktx.core.ext.bundleOf import com.youkemm.kcommon....
Kotlin
the line number to the URL. Use #L for GitHub remoteLineSuffix.set("#L") } } } val dokkaGeneratePublicationHtml by tasks.getting(org.jetbrains.dokka.gradle.tasks.DokkaGeneratePublicationTask::class) val javadocJar: TaskProvider<Jar> by tasks.registering(Jar::class) { dependsOn(dokkaGenera...
Kotlin
rop the root namespace. -- function suite.keywordIsCorrect_onMakefile() kind "Makefile" prepare() test.capture [[ <PropertyGroup Label="Globals"> <ProjectGuid>{42B5DBC6-AE1F-903D-F75D-41E363076E92}</ProjectGuid> <Keyword>MakeFileProj</Keyword> </PropertyGroup> ]] end function suite.keywordIsCorrect_onNon...
Lua
ch [can be downloaded from his website here](https://wpsoftware.net/andrew/andrew.gpg) or which is listed in full below. # Andrew Poelstra's GPG Key -----BEGIN PGP PUBLIC KEY BLOCK----- mQENBFASGPEBCACwQgoZpLKmYtTFXQ+YAXIn8LtoLqom/eyJP6UbKQJoWPs9P79o CQpYy3Y6xx8JYKK556htGbi0OXIfqmDakBMG+yxs5fj6z2bTfLMJz6ej4AORC/aV J...
Markdown
// // SREventSourceStreamReader.h // SignalR // // Created by Alex Billingsley on 6/8/12. // Copyright (c) 2011 DyKnow LLC. (http://dyknow.com/) // // 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 t...
C
تُ بَعْضُهُمْ أَوْلِيَاءُ بَعْضٍ ۚ يَأْمُرُونَ بِالْمَعْرُوفِ وَيَنْهَوْنَ عَنِ الْمُنْكَرِ وَيُقِيمُونَ الصَّلَاةَ وَيُؤْتُونَ الزَّكَاةَ وَيُطِيعُونَ اللَّهَ وَرَسُولَهُ ۚ أُولَـٰئِكَ سَيَرْحَمُهُمُ اللَّهُ ۗ إِنَّ اللَّهَ عَزِيزٌ حَكِيمٌ', 72: 'وَعَدَ اللَّهُ الْمُؤْمِنِينَ وَالْمُؤْمِنَاتِ جَنَّاتٍ تَجْرِي مِنْ...
Dart
{ border-bottom: 1px solid red; } div.cm-s-mdn-like .CodeMirror-activeline-background { background: #efefff; } div.cm-s-mdn-like span.CodeMirror-matchingbracket { outline:1px solid grey; color: inherit; } .cm-s-mdn-like.CodeMirror { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAAyCAYAAAAp...
HTML
set = is-prop→pathp (λ i → is-hlevel-is-prop {A = p i} 2) (x .Node-set) (y .Node-set) i Graph-path {x = x} {y} p q i .Edge-set {s} {t} = is-prop→pathp (λ i → Π-is-hlevel 1 λ x → Π-is-hlevel 1 λ y → is-hlevel-is-prop {A = q i x y} 2) (λ a b → x .Edge-set {a} {b}) (λ a b → y .Edge-set {a} {b}) i s t...
Markdown
variables schema (to-be-added) in error message local msg, invalid_fields if type(var) == 'table' then invalid_fields = vim.tbl_filter(function(f) return not valid_fields[f] end, vim.tbl_keys(var)) end if type(var) ~= 'table' or vim.tbl_isempty(var) then msg = { '`%s` should be a non-empty table. Got:\...
Lua
g permissions and * limitations under the License. */ package org.apache.linkis.manager.persistence.impl; import org.apache.linkis.common.ServiceInstance; import org.apache.linkis.manager.common.entity.persistence.PersistenceLabel; import org.apache.linkis.manager.common.entity.persistence.PersistenceLabelRel; impo...
Java
------------------------------------------------------------------------------ -- DynASM ARM64 module. -- -- Copyright (C) 2005-2017 Mike Pall. All rights reserved. -- See dynasm.lua for full copyright notice. ------------------------------------------------------------------------------ -- Module information: local _...
Lua
808517bb081", null ], [ "deltaInitial", "a00066.html#afc7c92d489fcbea53a1b645185e43e53", null ], [ "verbosityDL", "a00066.html#ae6a2936aed619333036329c343281356", null ] ];var a00027 = [ [ "Cal3DS2_Base", "a00027.html#adc89b3f946d8561769be84b4445dce79", null ], [ "Cal3DS2_Base", "a00027.html#ab30528f18a...
JavaScript
<b>§ 2º</b> O encaminhamento da proposta, ouvidos os outros tribunais interessados, compete: </p> <p class="inciso">      I -  no âmbito da União, aos Presidentes do Supremo Tribunal Federal e dos Tribunais Superiores, com a aprovação dos respectivos tribunais; </p> ...
HTML
<DT><B>See Also:</B><DD><A HREF="../../constant-values.html#io.socket.IOMessage.FIELD_ID">Constant Field Values</A></DL> </DL> <HR> <A NAME="FIELD_ENDPOINT"><!-- --></A><H3> FIELD_ENDPOINT</H3> <PRE> public static final int <B>FIELD_ENDPOINT</B></PRE> <DL> <DD>Index of the end point field in a message <P> <DL> <DT><B...
HTML
OM/Reference/Interface/nsISyncMessageSender#sendSyncMessage()">sendSyncMessage()</a></code> : send synchronous messages to the chrome process</p> </td> </tr> <tr> <td>Interfaces</td> <td> <p><code><a href="https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIDOMEventTarget">nsIDOMEvent...
HTML
e?` (via "${_e}")`:""} Required by: ${S.name}@${S.reference} (via ${Te}) ${Ne.map(ot=>`Ancestor breaking the chain: ${ot.name}@${ot.reference} `).join("")} `,{request:_e,issuer:Te,issuerLocator:Object.assign({},S),dependencyName:x,brokenAncestors:Ne}):X=$i("MISSING_PEER_DEPENDENCY",`${S.name} tried to access ${x} (a pe...
JavaScript
U+6805, U+68A7, U+68E0, U+6930, U+6986, U+69A8, U+69DF, U+6A44, U+6A5F, U+6C13, U+6C1F, U+6C22, U+6C2F, U+6C40, U+6C81, U+6C9B, U+6CA5, U+6DA4, U+6DF3, U+6E85, U+6EBA, U+6ED5, U+6F13, U+6F33, U+6F62, U+715E, U+72C4, U+73D1, U+7405, U+7487, U+7578, U+75A4, U+75EB, U+7693, U+7738, U+7741, U+776B, U+7792, U+77A7, U+77A9, ...
CSS
="../../../../nom/lib/std/hash/trait.Hash.html" title="trait nom::lib::std::hash::Hash">Hash</a>&gt; Hash for <a class="struct" href="../../../../nom/types/struct.Input.html" title="struct nom::types::Input">Input</a>&lt;T&gt;</code><td><div class='out-of-band'><a class='srclink' href='../../../../src/nom/types.rs.html...
HTML
wrapper{margin-right:0}div.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 -5px 5px 0}div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#848995;border:none;width:9px}div.mCSB_scrollTools .mCSB_draggerRail{background:rgba(0,0,0,.3);width:9px}div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_d...
CSS
WithAnyZTAnys: KMockContract.SyncFunProxy<Any, (Any, Array<*>) -> Any> = ProxyFactory.createSyncFunProxy("mock.template.generic.SuperTypedMock#_ooWithAnyZTAnys", collector = collector, freeze = freeze) public val _ooWithAnyRRRs: KMockContract.SyncFunProxy<Any, (Any, Array<out RRR<*>>) -> Any> =...
Kotlin
> ) y += ystep; error -= ddx; // three cases (octant == right->right-top for directions // below): if (error + errorprev < ddx) // bottom square also pixels.add(new Pixel(x, y - ystep)); else if (error + errorprev > ddx) // left square also pixels.add(new Pixel(x - xstep, y));...
Java
2 = 00000000 /* 053B4 809022F4 240C0001 */ addiu $t4, $zero, 0x0001 ## $t4 = 00000001 /* 053B8 809022F8 1000000E */ beq $zero, $zero, .L80902334 /* 053BC 809022FC A60C01AC */ sh $t4, 0x01AC($s0) ## 000001AC /* 053C0 80902300 860D039C */ lh $t5, 0x039C($s0) ## 0000039C ...
Assembly
"0,0", "0,-5", "0,6"]) @DisplayName("the length should be less than and equal buffers size subtracts offset") fun testOutOfBoundException(offset: Int, length: Int) { val size = 4 assertThrows<IllegalArgumentException> { OutputBuffers(Array(size) { ByteBuffer.allocate(16) }, offset, ...
Kotlin
GORITHM 10 of https://hal.archives-ouvertes.fr/hal-01351529v3/document * @param x a double-double precision floating point number * @param y another double-double precision floating point number */ fun ddMultDd(x: DoubleArray, y: DoubleArray): DoubleArray { //const xl = x[0]; val xh = x[1]; //const yl ...
Kotlin
ERE--> </script> <!-- scripts code debugging <script src="via.js"></script> --> <!--<script src="./demo/_via_basic_demo.js"></script>--> <!--<script src="./demo/_via_face_demo.js"></script>--> <!--<script src="./demo/_via_face_track_annotation_demo.js"></script>--> <!-- for regression ...
HTML
#[derive(Copy, Clone, Default, Debug , Hash, PartialEq, Eq , PartialOrd, Ord)] struct Foo { data: i32 , } // let v1 = Foo {data: 0} ; let v2 = v1 ; println!("{:?}", v2) ; } fn trait_alias(){ // pub trait Service { // type Request; // typ...
Rust
'<div xmlns:xqdoc="http://www.xqdoc.org/1.0"> The number for which you want to find the remainder.</div>'},{name:"divisor",type:"double",occurrence:null,description:'<div xmlns:xqdoc="http://www.xqdoc.org/1.0"> The number by which you want to divide number. This cannot be zero.</div>'}],returns:{type:"double",descripti...
JavaScript
MergeRequests> { let query = self.build_query(); debug!("query: {:?}", query); self.gl.get(&query, page, per_page).chain_err(|| format!("cannot get query {}", query)) } } #[allow(dead_code)] impl<'a> MergeRequestsLister<'a> { pub fn new(gl: &'a ::GitLab, id: i64) -> MergeRequestsListe...
Rust
=18, // bottom-right-column=18, bottom-right-row=20"></map-meta> // is not working expect(finalExtentBounds.xmin).toBeCloseTo(mapMetaExtent.xmin, 2); expect(finalExtentBounds.ymin).toBeCloseTo(mapMetaExtent.ymin, 2); expect(finalExtentBounds.xmax).toBeCloseTo(mapMetaExtent.xmax, 2); expect(...
JavaScript
ors.black, super.animationDuration = const Duration(milliseconds: 1500), super.strokeWidth = 2.0, super.reverseOnExit = false, super.enableTouchInteraction = true, super.infiniteLoop = false, }); @override CustomPainter createPainter({ required Color color, required double animationVa...
Dart
0A) %SFXINSTRUMENT($05) %SFXNOTE($AA) %SFXPANNING($13) %SFXNOTELENGTH($07) %SFXINSTRUMENT($16) %SFXNOTE($A9) %SFXPANNING($14) %SFXINSTRUMENT($11) %SFXNOTE($C7) %SFXPANNING($0A) %SFXINSTRUMENT($0E) %SFXNOTE($82) %SFXEND() DB 4 FX26A7: %SFXHEADERTYPE4($16, $3C, $C3, $64) %SFXNOTELENGTH($4B) %SFXREST() %...
Assembly
it('should return true when the clue has been answered', () => { expect(checkClueHasBeenAnswered(gridFixture, answeredEntryFixture)).toBe(true); }); it('should return true when a clue that contains numbers has been answered', () => { expect(checkClueHasBeenAnswered(gridFixture, answeredEntryWit...
Typescript
NAO_RECOGNIZEWORD = "speech recognizer of"; // untranslated Blockly.Msg.NAO_RECOGNIZEWORD_TOOLTIP = "Returns a word from the given list when recognized by NAO"; // untranslated Blockly.Msg.NAO_RECORDVIDEO = "record video"; // untranslated Blockly.Msg.NAO_RECORDVIDEO_TOOLTIP = "Records a video and saves it on the rob...
JavaScript
se'; @cdx-icon-puzzle: '<circle cx="17" cy="10" r="3"/><path d="M10.58 3A3 3 0 0111 4.5a3 3 0 01-6 0A3 3 0 015.42 3H1v12a2 2 0 002 2h12V3z"/>', 'true', 'false', 'false', 'false'; @cdx-icon-qr-code: '<path fill-rule="evenodd" d="M3 3h4v4H3V3ZM1 9V1h8v8H1Zm2 4h4v4H3v-4Zm-2 6v-8h8v8H1ZM17 3h-4v4h4V3Zm-6-2v8h8V1h-8Zm2 10h-...
CSS
'敬安', '玉堂', '普护', '解神', '小耗', '天德合', '月空', '驿马', '天后', '除神', '月破', '大耗', '五离', '天牢', '阴德', '福生', '天吏', '致死', '元武', '阳德', '天喜', '天医', '司命', '月厌', '地火', '四击', '大煞', '大会', '天愿', '六合', '五富', '圣心'...
Dart