content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
detail/july-norm-II/\" rel=\"nofollow noopener noreferrer\">Official Website</a></p>\n"},"round":{"id":"o8NDvvjs","name":"Round 2","slug":"round-2","createdAt":1720338512373,"startsAt":1720548900000,"url":"https://lichess.org/broadcast/1000gm-independence-day-gm-norm-ii/round-1/oPQRIyNj"}},{"tour":{"id":"MRV2q3Yq","nam... | Dart |
dress);
sess->target.port = op->port;
sess->target.pgt = op->targetPortalGroupTag;
sess->flags = SESS_INITIALLOGIN | SESS_INITIALLOGIN1;
do {
switch(state) {
case S1:
switch(tcpConnect(sess)) {
case T1: state = S2; break;
default: state = S8; break;
}
... | C |
{
text = "Entering the Soul Wells.",
newPos = Position(33093, 31575, 11),
},
-- from soul wells
[2172] = {
text = "Entering the Arcanum.",
newPos = Position(33186, 31759, 15),
},
-- to annihilon ward
[2173] = {
text = "Entering the Annihilon's ward.",
newPos = Position(33197, 31703, 11),
},
-- from... | Lua |
ност.</p>\n\n<p> Като започнем от тривиалната страна на нещата ако даден потребител няма достъп до интернет той не може да изтегля нови блокове да разпространява транзакции от името на други или да изпраща свои собствени транзакции. Интересно нещо което трябва да се отбележи е че потребител с пълен възел без достъп до ... | Dart |
serverAddress, serverRelay, true)\n } catch (err) {\n destroyPuncher(c)\n // TODO: we should retry here with some of the other relays, bail for now\n maybeDestroyEncryptedSocket(c, err)\n return\n }\n\n if (isDone(c) || !probe) return\n const { token, peerAddress } = probe\n\n // If the relay the serv... | JavaScript |
aprRCAF_13QrpvznySbezngRCAF0_5FglyrRE10HReebePbqr:
nop
.text
.globl b_hgenaf_trgHavpbqrVQ_64
.type b_hgenaf_trgHavpbqrVQ_64,%function
b_hgenaf_trgHavpbqrVQ_64:
nop
.text
.globl b_imbar_trgArkgGenafvgvba_64
.type b_imbar_trgArkgGenafvgvba_64,%function
b_imbar_trgArkgGenafvgvba_64:
nop
.text
.globl b__MAX6vph_6413Sbezngg... | Assembly |
QuitOccupySeatChairID", t = "word"},
}
---------------------------------------------------------------------------------------
--客户端命令结构
--用户下注
cmd.SUB_C_PLACE_JETTON = 1
--申请庄家
cmd.SUB_C_APPLY_BANKER = 2
--取消申请
cmd.SUB_C_CANCEL_BANKER = 3
--管理员命令
cmd.SUB_C_AMDIN_COMMAND = 4
--更新库存
cmd.SUB_C_UPDATE_STORAG... | Lua |
.sin((math.pi*2) * (GetTime() * 0.1)))
local value = math.random()
barFrame.splitBar:SetValueWithAnimation(value)
loopTime = 0.1
end
end)
end | Lua |
nt.center,
children: <Widget>[
Text(
'任务领取',
style: const TextStyle(color: Colors.white, fontSize: 20),
),
],
);
}
Widget _buildContent() {
return Padding(
padding: EdgeInsets.only(left: 20, right: 20, bottom: 10),
child: Column(
mai... | Dart |
,
metadata: PaymentElementLoader.Metadata,
): Result<PaymentElementLoader.State> {
return results.receive()
}
}
package com.stripe.android.model
internal object PaymentMethodCreateParamsFixtures {
internal val CARD = PaymentMethodCreateParams.Card(
number = "4242424242424242",
... | Kotlin |
);
from_pointer_impl! (BigFraction);
from_pointer_impl! (link BigFraction);
from_pointer_impl! (u8);
from_pointer_impl! (i8);
from_pointer_impl! (u16);
from_pointer_impl! (i16);
from_pointer_impl! (u32);
from_pointer_impl! (i32);
from_pointer_impl! (u64);
from_pointer_impl! (i64);
from_pointer_impl! (usize);
from_poi... | Rust |
ror(t, err)
assert.NoError(t, auditInfo.Match(t.Context(), id))
assert.NoError(t, auditInfo.Match(t.Context(), id2))
auditInfo2, err := keyManager.DeserializeAuditInfo(t.Context(), audit2)
assert.NoError(t, err)
assert.NoError(t, auditInfo2.Match(t.Context(), id))
assert.NoError(t, auditInfo2.Match(t.Context(), i... | Go |
_element);
let value = parser.consume_value().unwrap().0;
let expected = crate::IonValue::Decimal(
BigDecimal::from_str(&"0.000000000000000000000000000000000000000000025149515645911129")
.unwrap(),
);
assert_eq!(expected, value);
let value = parser.consume_value().unwrap_err();
... | Rust |
val json = JsonValue.readHjson(a.reader()).eat().asDict ?: throw Exception("This json isn't a dict")
val dict = json["particles"].asDict ?: throw Exception("This json doesn't contain an 'particles' dict")
for (element in dict.elements) {
val name = element.key
va... | Kotlin |
*/
static loadSvg(nombreImagen){
let svg:JQuery = null;
$.ajax({
url:`${rfFrameWork.urlImagenes}/${nombreImagen}.svg`,
async:false,
success:function (e) {
svg = $(e);
}
});
return svg.contents();
}
/**
*... | Typescript |
import optuna
import warnings
from lightning.pytorch import Callback
from typing import TYPE_CHECKING
if TYPE_CHECKING:
import lightning.pytorch as pl
class PyTorchLightningPruningCallback(Callback):
"""PyTorch Lightning callback to prune unpromising trials.
See `the example <https://github.com/optuna... | Python |
ry>
/// Gets per display statuses
/// </summary>
public Display[] Displays
{
get => _Displays.Take((int) _DisplayCounts).ToArray();
}
/// <summary>
/// Holds information about a display validity status in a topology
/// </summary>
... | C# |
BarActionType = IShowSideBar | IHideSideBar;
export function showSideBar(): IShowSideBar {
return {
type: constants.SHOW_SIDE_BAR
}
}
export function hideSideBar(): IHideSideBar {
return {
type: constants.HIDE_SIDE_BAR
}
}
import FillingStation from '../src/filling-station';
import Pet... | Typescript |
= { "itnerface" },
is = { "si" },
object = { "boject", "ojbect", "obejct" },
package = { "apckage", "pakcage", "pacakge" },
param = { "apram", "parma" },
property = { "rpoperty", "porperty", "proeprty", "properyt" },
receiver = { "reciever", "recevier" },
["return"] = { "reutrn", "retrun", "retunr" },
... | Lua |
e) (decls []ast.Decl) {
p.markUsed(this)
specs := make([]ast.Spec, 0, len(p.imps))
for pkgPath, id := range p.imps {
if id == nil { // force-used
specs = append(specs, &ast.ImportSpec{
Name: underscore, // _
Path: stringLit(pkgPath),
})
} else if id.Obj.Data.(importUsed) {
var name *ast.Ident
... | Go |
=checkbox]:focus:checked:not(:disabled)+.mdui-switch-icon:before,.mdui-theme-accent-orange .mdui-switch:active input[type=checkbox]:checked:not(:disabled)+.mdui-switch-icon:before{-webkit-box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12),0 0 0 15px rgba(255,171,64,.16);box... | CSS |
Cマーク | コピーライト | 著作権 | 著作権マーク | 記号 ',
),
Emoji(
'®️',
'Rマーク | 登録商標 | 登録商標マーク | 記号 ',
),
Emoji(
'™️',
'TMマーク | トレードマーク | 商標 | 商標マーク | 記号 ',
),
Emoji(
'#️⃣',
'Keycap Number Sign',
),
Emoji(
'0️⃣',
'Keycap Digit Zero',
),
Emoji(
'... | Dart |
line-height: 40px;
}
.am-list-news-one .am-list-news-hd h2 {
font-weight: normal;
float: left;
line-height: 40px;
height: 40px;
}
.am-list-news-one .am-list-news-bd {
padding: 0px 5px 4px 5px;
background: #ffffff;
}
.am-list-news-one .am-list {
margin-bottom: 0;
}
.am-list-news-one .am-list > li {
margi... | CSS |
LIMIT).collect();
let prof = get_profiler(file!());
test_heap(&prof, |stats| {
dhat::assert_eq!(stats.total_blocks, 0);
dhat::assert_eq!(stats.total_bytes, 0);
});
{
let mut keys = keys.into_iter();
let mut current_root =
NodePtr::allocate_node(LeafNode::ne... | Rust |
ිර්ගිස්තානයකාම්බෝජයකිරිබතිකොමොරෝස්ශාන්ත ක" +
"ිට්ස් සහ නේවිස්උතුරු කොරියාවදකුණු කොරියාවකුවේටයකේමන් දූපත්කසකස්තානයලාඕ" +
"සයලෙබනනයශාන්ත ලුසියාලික්ටන්ස්ටයින්ශ්\u200dරී ලංකාවලයිබීරියාවලෙසතෝලිතුව" +
"ේනියාවලක්ශම්බර්ග්ලැට්වියාවලිබියාවමොරොක්කෝවමොනාකෝවමොල්ඩෝවාවමොන්ටෙනීග්" +
"\u200dරෝශාන්ත මාර්ටින්මැඩගස්කරයමාෂල් දූපත්මැසිඩ... | Go |
BC 2C 00 00 00 */ cmpwi r0, 0
/* 8036A560 003661C0 41 82 00 14 */ beq lbl_8036A574
/* 8036A564 003661C4 48 00 00 5C */ b lbl_8036A5C0
lbl_8036A568:
/* 8036A568 003661C8 2C 00 00 19 */ cmpwi r0, 0x19
/* 8036A56C 003661CC 41 82 00 44 */ beq lbl_8036A5B0
/* 8036A570 003661D0 48 00 00 50 */ b lbl_8036A5C0
lbl_8036A57... | Assembly |
// this is for emacs file handling -*- mode: c++; indent-tabs-mode: nil -*-
// -- BEGIN LICENSE BLOCK ----------------------------------------------
// Copyright 2019 FZI Forschungszentrum Informatik
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance... | C |
api.flutter.dev/flutter/material/TextField-class.html',
'https://m3.material.io/components/text-fields',
]);
c.overview.minimumSize(width: 180);
c.constraints.overview(width: 180);
c.constraints.initial(width: 250);
final enabledKnob = c.knobs.boolean('Enabled', initialValue: true);
final labelKnob =... | Dart |
{
"surah_number": 11,
"verse_number": 81,
"content":
"അവര് പറഞ്ഞു: ലൂത്വേ, തീര്ച്ചയായും ഞങ്ങള് നിന്റെ രക്ഷിതാവിന്റെ ദൂതന്മാരാണ്. അവര്ക്ക് (ജനങ്ങള്ക്ക്) നിന്റെ അടുത്തേക്കെത്താനാവില്ല. ആകയാല് നീ രാത്രിയില് നിന്നുള്ള ഒരു യാമത്തില് നിന്റെ കുടുംബത്തേയും കൊണ്ട് യാത്ര പുറപ്പെട്ട് കൊള്ളുക.... | Dart |
��",
[19327] = "도안: 나무구렁 장갑",
[19328] = "도안: 여명의 발보호대",
[19329] = "도안: 여명의 황금 어깨덧옷",
[19348] = "붉은용비늘 수호 방패",
[19349] = "엘레멘티움 보루 방패",
[19353] = "비룡발톱 가로날도끼",
[19362] = "파멸의 서슬도끼",
[19363] = "크룰쇼루크 - 혼돈의 서슬도끼",
[19370] = "검은날개 결사단의 어깨덧옷",
[19372] = "끝없는 분노의 투구",
[19373] = "검은혈족 견갑",
[19389] = "튼... | Lua |
, begin=0, end=500),
dict(
type='MultiStepLR',
begin=0,
end=10,
by_epoch=True,
milestones=[8],
gamma=0.1)
]
# 训练,验证,测试配置
train_cfg = dict(type='EpochBasedTrainLoop', max_epochs=10, val_interval=1)
val_cfg = dict(type='ValLoop')
test_cfg = dict(type='TestLoop')
# 我们采... | Markdown |
using WDE.Common.Database;
using WDE.Common.Services;
using WDE.MapRenderer.Managers;
using WDE.MapSpawnsEditor.Models;
using WDE.MapSpawnsEditor.Tools;
using WDE.MapSpawnsEditor.ViewModels;
namespace WDE.MapSpawnsEditor.Rendering.Modules;
public class SpawnGroupTool : IMapSpawnModule
{
private readonly ISpawnGro... | C# |
ad(e,t){let i=e,r=this.player;if(r._opt.isM7sCrypto)if(r._opt.cryptoKey&&r._opt.cryptoKey.byteLength>0&&r._opt.cryptoIV&&r._opt.cryptoIV.byteLength>0){const t=this.player.video.getVideoInfo();t.encTypeCode?i=function(e,t,i){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];t=new Uint8Array(t),i=new Uint8Arr... | JavaScript |
id;
final Class classNode;
final RecordShape? recordShape;
/// TFClass should not be instantiated directly.
/// Instead, [TypeHierarchy.getTFClass] should be used to obtain [TFClass]
/// instances specific to given [TypeHierarchy].
TFClass(this.id, this.classNode, this.recordShape);
/// Returns Concret... | Dart |
using System.ComponentModel;
using Beutl.Reactive;
namespace Beutl;
internal sealed class CoreObjectSubject<T> : LightweightObservableBase<T>
{
private readonly CoreProperty<T> _property;
private readonly ICoreObject _object;
public CoreObjectSubject(ICoreObject o, CoreProperty<T> property)
{
... | C# |
sp, #0x10
ldrh r3, [r4]
ldrb r0, [r0, #0x10]
add r1, r3, #5
add r2, r1, r0
mov r1, #1
lsl r1, r1, #0xc
cmp r2, r1
bls _02074FE4
mov r1, ip
strh r3, [r1]
mov r1, #0
strh r1, [r4]
_02074FE4:
ldr r1, [sp, #4]
mov r3, #0
strb r1, [r6]
ldr r1, [sp, #8]
strb r1, [r6, #1]
add r1, sp, #0x10
ldrb r1, [r1, #0... | Assembly |
address, the column index, the option of an exact match and tow target worksheets")]
[InlineData("worksheet1", "C5", "worksheet1", "A1:$A$1", 1, false, "VLOOKUP(worksheet1!C5,worksheet1!A1:$A$1,1,FALSE)")]
[InlineData("worksheet2", "A1", "worksheet1", "A1:C$4", 3, false, "VLOOKUP(worksheet2!A1,worksheet... | C# |
") // KT-21913
package kotlinx.coroutines
import kotlinx.coroutines.testing.*
import kotlinx.coroutines.channels.*
import kotlin.test.*
class WithTimeoutOrNullTest : TestBase() {
/**
* Tests a case of no timeout and no suspension inside.
*/
@Test
fun testBasicNoSuspend() = runTest {
exp... | Kotlin |
* @param mat
* the matrix whose transpose to multiply the vector with
* @return this
*/
public Vector4f mulTranspose(Matrix4fc mat) {
return mulTranspose(mat, this);
}
public Vector4f mulTranspose(Matrix4fc mat, Vector4f dest) {
int prop = mat.properties();
... | Java |
(!(d is UIElement element) || !(e.NewValue is bool)) return;
var oldValue = e.OldValue as bool?;
var newValue = (bool?)e.NewValue == true;
if (!oldValue.HasValue) {
element.BeginAnimation(UIElement.OpacityProperty, null);
if (!newValue) {
... | C# |
}
curHp = getMaximumShortMaxIfOverflow(temp, curHp);
}
if (nEquip.getMp() > 0)
{
if (YamlConfig.config.server.USE_ENHANCED_CHSCROLL)
{
temp = curMp + chscrollRandomizedStat(range);
... | C# |
Uint32(
"MapSurfaceRGBA",
SDL_Surface.p("surface"),
Uint8("r"),
Uint8("g"),
Uint8("b"),
Uint8("a")
)
bool(
"ReadSurfacePixel",
SDL_Surface.p("surface"),
int("x"),
int("y"),
Check(1)..nullable..Uint8.p("r"),
... | Kotlin |
"""
@FileName: Algorithm.py
@Description: Implement Algorithm
@Author: Ryuk
@CreateDate: 2020/11/03
@LastEditTime: 2020/11/03
@LastEditors: Please set LastEditors
@Version: v0.1
"""
import numpy as np
import math
from scipy import signal
def DirectInterpolation(x, L, M):
N = len(x)
K = int((M / L) * N)
fa... | Python |
B0%E6%98%8E)。
# 东方心绮楼/Music
<!-- source html: G:\repos\THBWiki-Markdown-Builder\THBWikiMarkdown\Temp\main\c\cb\ns0%3A%E4%B8%9C%E6%96%B9%E5%BF%83%E7%BB%AE%E6%A5%BC%2FMusic.html -->
Music_Room | 东方心绮楼 | 使用了翻译表的页面
- 本词条内容为官方游戏TH13.5 **东方心绮楼** 的Music Room
- 如果发现翻译问题可进行改正
## MusicRoom
<table><tbody><tr class="tt-head... | Markdown |
erpModel?.auditEvents?.size)
assertEquals("9361863d-fec0-4ba9-8776-7905cf1b0cfa", erpModel?.auditEvents?.first()?.id)
assertEquals("160.123.456.789.123.58", erpModel?.auditEvents?.first()?.taskId)
assertEquals("1-SMC-B-Testkarte-883110000095957", erpModel?.auditEvents?.first()?.telematikId)
... | Kotlin |
item label.ls-label-xs-visibility::after {
right: 5px;
top: 5px;
line-height: 20px;
}
.checkbox-item input[type=checkbox]:checked + label::after,
.checkbox-item input[type=radio]:checked + label::after {
font-family: "remixicon";
content: "\eb7b";
padding: 0;
font-size: 20px;
font-weight: 900;
text-a... | CSS |
w ip, #15632
movw lr, #15664
ldr r3, [r4, #60]
movt ip, 170
movt lr, 170
add ip, r4, ip
add lr, r4, lr
mov r6, #0
.L4102:
ldrd r0, [ip, #8]!
orrs r2, r0, r1
bne .L4099
cmp r3, #0
beq .L4099
ldr r2, [r4, #528]
subs r3, r3, #1
stmia ip, {r2, r6}
beq .L4100
add r1, r4, #528
mov r2, #0
.L4101:
add r2, r2... | Assembly |
't have a type of node.
auto string_nodes = ig->FindNodesThatMatch(String());
EXPECT_EQ(string_nodes.size(), 0);
}
TEST(IRTest, MapSharedNodes) {
auto ast = MakeTestAstPtr();
auto ig = std::make_shared<IR>();
auto src =
ig->CreateNode<MemorySourceIR>(ast, "table", std::vector<std::string>{"col"}).Value... | C++ |
assertNull(result);
}
private void checkNetworks(HostNicVfsConfig vfsConfig, int numOfNetworks) {
checkNetworks(vfsConfig.getNetworks(), numOfNetworks);
}
private void checkNetworks(Set<Guid> networks, int numOfNetworks) {
assertEquals(numOfNetworks, getListSize(networks), "num o... | Java |
alse
;
LayoutControl._() : super();
factory LayoutControl({
$core.String? id,
ControlPosition? position,
ControlSize? size,
$core.String? label,
ControlDecorations? decoration,
ControlBehavior? behavior,
LayoutControl_NodeControlType? node,
LayoutControl_SequencerControlType? sequ... | Dart |
element child."):_prodInvariant("143"):void 0;return children}module.exports=onlyChild}).call(this,require("_process"))},{"./ReactElement":28,"./reactProdInvariant":41,_process:12,"fbjs/lib/invariant":9}],41:[function(require,module,exports){"use strict";function reactProdInvariant(code){var argCount=arguments.length-... | JavaScript |
padding:20px!important;line-height:24px;color:#eef;margin-bottom:12px!important}.set .setiteminfo{float:left;width:280px}.set p{font-size:14px;line-height:24px;margin:0 40px 20px 0}.set h4{margin:0 0 20px 0!important;color:#def;font-size:24px}div.set div.grid{margin-right:-20px;margin-bottom:-20px}div.more{display:bloc... | CSS |
ство:
$p|d\Rightarrow p|a\Rightarrow p$ - одно из $p_i$
##### Следствие 2 (каноническое разложение НОД)
$d=(a,b)\Rightarrow d=p_{1}^{\gamma_{1}}\cdot p_{2}^{\gamma_{2}}\cdot\ldots\cdot p_{n}^{\gamma_{n}}$, $p_{i}$ - простые, входящие в разложение $a$ и $b$
$\gamma_{1}$ - наименьший показатель, с которым $p_i$ входит в ... | Markdown |
*
* @param src1 first input array.
* @param src2 second input array of the same size and the same type as src1.
* @return automatically generated
*/
public static double norm(Mat src1, Mat src2) {
return norm_2(src1.nativeObj, src2.nativeObj);
}
//
// C++: double cv:... | Java |
http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 80 80' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(3.67457,0,0,3.67457,-15.0361,-109.332)'%3E%3Cpath d='M7.038,35.188C8.782,32.673 11.689,31.026 14.97... | CSS |
e) {
print("instantiateCodec failed: $e");
buffer.dispose();
descriptor.dispose();
return null;
}
final ui.FrameInfo frameInfo;
try {
frameInfo = await codec.getNextFrame();
} catch (e) {
print("getNextFrame failed: $e");
codec.dispose();
buffer.dispose();
descriptor.dispose... | Dart |
ize = COUNT;
fn setup() -> (String, String, String, String) {
unsafe {
INDEX = INDEX + 1;
(_type(INDEX), _id(INDEX), _value(INDEX), _tags(INDEX))
}
}
fn add_record(wallet_handle: WalletHandle, type_: &str, id: &str, value: &str, tags: &str) {
NonSecretsUtils... | Rust |
able = false },
},
},
{
Name = "EncounterStart",
Type = "Event",
LiteralName = "ENCOUNTER_START",
Payload =
{
{ Name = "encounterID", Type = "number", Nilable = false },
{ Name = "encounterName", Type = "cstring", Nilable = false },
{ Name = "difficultyID", Type = "number", Nilable = f... | Lua |
await driver.tap(find.byType('FloatingActionButton'));
expect(await driver.getText(find.text('5')), '5');
await driver.tap(find.byType('FloatingActionButton'));
expect(await driver.getText(find.text('6')), '6');
await driver.tap(find.byType('FloatingActionButton'));
expec... | Dart |
let err = unsafe { ogc_sys::ASND_PauseVoice(voice as _, pause as _) };
if_not!(SND_OK => "Asnd::pause_voice() failed with error {}", err)
}
/// Returns the state of the selected voice.
pub fn status_voice(voice: u32) -> Result<()> {
assert!(voice < 16, "Voice index {} is >= 16", voice);... | Rust |
TEXT ·main(SB), $16-0
MOVQ ·helloworld+0(SB), AX; MOVQ AX, 0(SP)
MOVQ ·helloworld+8 | Assembly |
y: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: space-around;
width: 50%;
}
#gamepad__1__actionbtn-container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: end;
margin-right: 10%;
widt... | CSS |
tt, $indent:expr) => {
let $result: u8;
{
let bytes = $reader.read_1u()?;
print_bytes($indent, bytes);
$result = bytes[0];
}
};
}
macro_rules! read_u16 {
($result: ident, $reader: tt, $indent:expr) => {
let $result: u16;
{
let bytes = $reader.read_2u()?;
print_bytes($in... | Rust |
eference Video Quality Assessment](https://ieeexplore.ieee.org/abstract/document/10375336)
##### Type v: Low-level motion feature-based VQA
MOVIE: [Motion Tuned Spatio-Temporal Quality Assessment of Natural Videos](https://ieeexplore.ieee.org/abstract/document/5290142)
ST-MAD: [A spatiotemporal most-apparent-distort... | Markdown |
m1 = 0, sum2 = 0;
ULong* p = (ULong*)first_w64;
ULong w;
w = p[0]; sum1 = ROL64(sum1 ^ w, 63); sum2 += w;
w = p[1]; sum1 = ROL64(sum1 ^ w, 63); sum2 += w;
w = p[2]; sum1 = ROL64(sum1 ^ w, 63); sum2 += w;
w = p[3]; sum1 = ROL64(sum1 ^ w, 63); sum2 += w;
sum1 ^= sum2;
w = p[4]; sum1 = RO... | C |
while (iter1.hasNext()) {
Long2DoubleMap.Entry entry = iter1.next();
long idx = entry.getLongKey();
newStorage.set(idx, entry.getDoubleValue());
}
ObjectIterator<Long2IntMap.Entry> iter2 = v2.getStorage().entryIterator();
while (iter2.hasNext()) {
Long2IntMap.Entry entry = iter2.nex... | Java |
,`**` g: `[Short][Short]**`,`**` b: `[Short][Short]**`)`**
*
* `| `[**`linearBg`**][FormattingDsl.linearBg]**`(`**`value: `[Number][Number]**`,`**` from: `[Pair][Pair]`<`[Number][Number]`, `[RgbColor][RgbColor]`>`**`,`**` to: `[Pair][Pair]`<`[Number][Number]`, `[RgbColor][RgbColor]`>`**`)`**
... | Kotlin |
--creating an Interactive Lua prompt
------------------------------- Lua prompt -----------------------
scite_require 'switch_buffers.lua'
scite_Command 'Start Interactive Lua|start_lua_prompt'
scite_Command 'Load Lua into Session|load_current_lua_file'
local lua_p
local skipping
local lua_interactive
local SL_prefix... | Lua |
.tuesday
import com.example.util.simpletimetracker.core.provider.LocaleProvider
import com.example.util.simpletimetracker.core.repo.ResourceRepo
import com.example.util.simpletimetracker.domain.base.CurrentTimestampProvider
import com.example.util.simpletimetracker.domain.daysOfWeek.mapper.DaysInCalendarMapper
import c... | Kotlin |
p", "material", "materials/hud/buttons", "material", "materials/hud/hud", "immediate")
end
function Menu:update(dt, t)
if self._active then
self._menu_logic:update(dt, t, self._input_source)
end
end
function Menu:goto(id)
self._menu_logic:goto(id)
end
function Menu:current_page()
return self._menu_logic:curren... | Lua |
atório em branco e uma mensagem informando: O local não foi reservado ainda. (MSG001) |
### User Story US07 - Manter relatório de recursos
| | |
| ------------- | :------------------------------------------------------------- |
| *Descrição*... | Markdown |
import os
import sys
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
from HumanAir.Vn_Diagrams.gust_diagram import calculate_gust_diagram_loads
def test_calculate_gust_diagram_loads():
# Mock aircraft data
aircraft_data = {
"Performance": {
"W/S_N/m2": 300,
},
... | Python |
and the
* tuple is *not* in ascending order.
*
* @return
* The permutation list phrase's permutation.
*/
val A_Phrase.permutation: A_Tuple get() = dispatch { o_Permutation(it) }
/**
* Answer either `null` or the [Primitive] from a block phrase.
*
* @return
* The block phrase's primi... | Kotlin |
{
hb_map_t s;
s.set (1, 2);
s.set (3, 4);
hb_vector_t<hb_codepoint_pair_t> v (s);
hb_map_t v0 (v);
hb_map_t v1 (s);
hb_map_t v2 (std::move (s));
assert (s.get_population () == 0);
assert (v0.get_population () == 2);
assert (v1.get_population () == 2);
assert (v2.get_popu... | C++ |
import torch
import torch.nn as nn
import torch.nn.functional as F
from mmcv.cnn import ConvModule, caffe2_xavier_init
from torch.utils.checkpoint import checkpoint
from ..builder import NECKS
@NECKS.register_module()
class HRFPN(nn.Module):
"""HRFPN (High Resolution Feature Pyrmamids)
paper: `High-Resoluti... | Python |
form: scale(1);
-webkit-transform: scale(1)
}
100% {
transform: scale(0);
-webkit-transform: scale(0)
}
}
@keyframes ball-load {
0% {
transform: scale(0);
-webkit-transform: scale(0)
}
50% {
transform: scale(1);
-webkit-transform: scale(1)
}
100% {
transform: scale(0);
-webkit-transform: s... | CSS |
定された時刻に音の再生が停止するようにスケジュールします。時刻を指定しない場合は、音は直ちに再生を停止します。
同じノードで `stop()` を呼び出すたびに、以前にスケジュールされた停止時刻のうち、まだ発生していない時刻が指定された時刻に置き換わります。ノードが既に停止している場合、このメソッドは何の効果もありません。
> [!NOTE]
> ノードの予定開始時刻の前に予定停止時刻が発生した場合、ノードは再生を開始しません。
## 構文
```js-nolint
stop()
stop(when)
```
### 引数
- `when` {{optional_inline}}
- : 音の再生を停止する時刻を、秒... | Markdown |
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Chromium presubmit script to check that BadMessage enums in histograms.xml
match the corresponding bad_message.h file.
"""
USE_PYTHON3 = True
def CheckC... | Python |
ype_nums.length) {
words[0] += `(${type_nums.join(",")})`;
}
// Do foreign key
let fk = col.foreign_key;
if (fk) {
if (typeof fk == "object") {
words.push(`foreign_key(${fk.table},${fk.colum... | Typescript |
E5%8D%8E%E6%A2%A6%E7%AC%A6%E5%8D%A1502.jpg" class="new" title="文件:东方祈华梦符卡502.jpg">文件:东方祈华梦符卡502.jpg</a></td></tr>
<tr><td>符卡原名</td><td>灵符「清洁仪式」</td></tr><tr><td>出现位置</td><td>Stage 5 - Easy/Normal(<a href="./神宫寺祈.md" title="神宫寺祈">神宫寺祈</a>)</td></tr></tbody></table>
<table>
<tbody><tr><td width="80">符卡编号</td><td width... | Markdown |
��훈련센터>>>D<<</직업능력개발훈련센터>>>의 계좌로 입금하게 하여 교육비가 정상적으로 지급된 것처럼 영수증을 발행하여 주어 고용노동부에는 사업주를 통하여 사업주가 교육비 전액을 지출하였다고 신고하고, 고용노동부 지원금이 사업주에게 지급되면 이를 <<<직업능력개발훈련센터>>>D<<</직업능력개발훈련센터>>>로 교부하게 하는 '선지원' 방식, ② 사업주가 <<<직업능력개발훈련센터>>>D<<</직업능력개발훈련센터>>> 계좌에 교육비 전액을 송금하면 향후 지급될 지원금을 제외한 차액을 사업주에게 환불하여 주면서 교육비 전액에 해당하는 영수증을 발행하여주어 고용노동부에... | Markdown |
闻,你认为明年的经济形势会更好还是更差?|
|修车咨询|如果我的汽车发动机有异响,应该怎么处理?|
|旅游建议|如果我想去欧洲旅行,你能给我提供一些建议吗?|
|小说写作|当我在写小说时,如何使我的角色更加生动和有趣?|
|菜谱推荐|对于素食主义者来说,你能推荐一些简单但美味的菜肴吗?|
|科技评论|你认为人工智能对我们未来的生活会产生怎样的影响?|
|股票分析|根据最近的市场趋势,你认为投资腾讯的股票是否明智?|
|演讲写作|如何让我的演讲更具有说服力和影响力?|
|医学咨询|我感觉自己得了感冒,你会建议我采取什么治疗方法?|
| 数据分类 | 根据数据特征如何实现快速有效的分类? ... | Markdown |
Händlerstuhl",
[22250] = "Holzsitz",
[22251] = "Holzsitz",
[22253] = "Kopfstuhl",
[22254] = "Händlerstuhl",
[22255] = "Händlerstuhl",
[22257] = "Kriegsraumstuhl",
[22258] = "Kriegsraumstuhl",
[22259] = "Kriegsraumstuhl",
[22260] = "Kriegsraumstuhl",
[22261] = "Kriegsraumstuhl",
[22262] = "Kriegsraumstuhl",
[22530] = "H... | Lua |
b7 = b[7];
return Math.abs(a0 - b0) <= EPSILON * Math.max(1.0, Math.abs(a0), Math.abs(b0)) && Math.abs(a1 - b1) <= EPSILON * Math.max(1.0, Math.abs(a1), Math.abs(b1)) && Math.abs(a2 - b2) <= EPSILON * Math.max(1.0, Math.abs(a2), Math.abs(b2)) && Math.abs(a3 - b3) <= EPSILON * Math.max(1.0, Math.abs(a3), Math.abs(b3... | JavaScript |
.card--secondary:hover .card__title--underline {
text-decoration: underline;
}
.user-card {
display: flex;
flex-direction: column;
width: 100%;
}
.user-card__username {
font-size: 18px;
color: #111111;
margin-bottom: calc(16px / 2);
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}... | CSS |
}
/* End */
*srcSizePtr = (int) (ip - source);
return (int) (op - dst);
_dest_overflow:
if (limit != limitedOutput_directive.limitedDestSize)
return 0;
op = opSaved; /* restore correct out pointer */
goto _last_literals;
}
static int LZ4HC_compress_hashChain(
LZ4HC_CCtx_t* ctx,
... | C# |
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--
-- file: explosion_alias.lua
-- brief: explosion_alias.tdf lua parser
-- author: Dave Rodgers
--
-- Copyright (C) 2007.
-- Licensed under the te... | Lua |
"
+ "YXRlcyRJblNldFByZWRpY2F0ZQAAAAAAAAABAgABTAADc2V0dAAPTGphdmEvdXRpbC9TZXQ7eHIA\n"
+ "NW9yZy5lY2xpcHNlLmNvbGxlY3Rpb25zLmltcGwuYmxvY2suZmFjdG9yeS5QcmVkaWNhdGVzAAAA\n"
+ "AAAAAAECAAB4cHNyACBqYXZhLnV0aWwuQ29sbGVjdGlvbnMkQ2hlY2tlZFNldEEkm6J62f+rAgAA\... | Java |
`)
if (lcd.hasExtraRows()) {
lcd.printLine(2, `Start: ${result.start}`)
lcd.printLine(3, `End: ${result.end}`)
}
} catch (error) {
next(error)
}
next()
})
/**
* @swagger
* /module/npm/downloads/weekly:
* get:
* tags:
* - npm
* summary: Get weekly downloads for a package... | Typescript |
/* Tabs
------------------------------------
*/
.nav-tabs {
position: relative;
}
.nav-tabs > li {
padding-left: 0;
padding-right: 0;
}
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
border-color: #e1e1e2;
color: #575a5d;
background-color: #e1e1e2;
}
.nav-tabs > li > a {
display: bloc... | CSS |
derer.resetAll();
requestAnimationFrame(loop);
}
requestAnimationFrame(loop);
}
}import { Component, OnInit } from '@angular/core';
import { Quote } from '../quoter'
@Component({
selector: 'app-quote',
templateUrl: './quote.component.html',
styleUrls: ['./quote.component.css']
})
export class QuoteComp... | Typescript |
getMinX();
h = envelope.getMaxY() - envelope.getMinY();
} else {
x = bounds[0];
y = bounds[1];
w = bounds[2] - bounds[0];
h = bounds[3] - bounds[1];
}
options.setBounds(new Rectangle2D.Double(x, y, w, h));
final BoundedVoronoiDiagram voronoi = new BoundedVoronoiDiagram(tin);
// Map densified ... | Java |
= '$seconds'.padLeft(2, oneDigit); // 确保秒是两位数
String msStr = '${milliseconds % 1000}'.padLeft(3, oneDigit); // 毫秒
return '$minuteStr:$secondStr.$msStr';
}
/// 开始录音
void recorderStart(BuildContext ctx) async {
debugPrint("> on record start");
try {
// String name = "${Xid().toString()}";
... | Dart |
: version.TMCoreSemVer,
Genesis: defaultGenesisJSONPath,
PrivValidatorKey: defaultPrivValKeyPath,
PrivValidatorState: defaultPrivValStatePath,
NodeKey: defaultNodeKeyPath,
Moniker: defaultMoniker,
ProxyApp: "tcp://127.0.0.1:26658",
ABCI: ... | Go |
proms
{ "mb7052.9l", 0x0100, 0x487513ab, 5 }, // 11
{ "mb7052.6b", 0x0100, 0xdbf185bf, 5 }, // 12
{ "mb7051.8j", 0x0020, 0xa5a6f2ca, 5 }, // 13
{ "diag.bin", 0x1000, 0x00000000, 0 | BRF_OPT },
};
STD_ROM_PICK(dkingjr)
STD_ROM_FN(dkingjr)
static INT32 dkingjrRomLoad()
{
INT32 ret = dkongjrRomLoad();
for (INT... | C++ |
features.add(f);
}
}
assertEquals(4, features.size());
} finally {
bufferedReader.close();
}
}
}
/*
* The MIT License (MIT)
*
* Copyright (c) 2007-2015 Broad Institute
*
* Permission is hereby granted, free of charge, t... | Java |
n_capture:
PackageManager pm = getPackageManager();
// FEATURE_CAMERA - 后置相机
// FEATURE_CAMERA_FRONT - 前置相机
if (pm.hasSystemFeature(PackageManager.FEATURE_CAMERA_ANY)) {
// 访问相机类型
int requestType;
... | Java |
*
* ### Example ([live demo](http://plnkr.co/edit/lY9m8HLy7z06vDoUaSN2?p=preview))
* ```
* import {Component, View, NgZone} from 'angular2/core';
* import {NgIf} from 'angular2/common';
*
* @Component({
* selector: 'ng-zone-demo'.
* template: `
* <h2>Demo: NgZone</h2>
*
* <p>Progres... | Typescript |
,
@Nonnull Long secGrpId,
@Nonnull List<SecGrpDclLine> dclLines);
}
package org.hzero.iam.domain.service.secgrp.authority.dcl.impl;
import io.choerodon.core.domain.Page;
import io.choerodon.mybatis.pagehelper.PageHelper;
import io.choerodon.mybatis.pa... | Java |
# special case for Integral and Real since they are abstract classes
return 1
return constraint.type()
if isinstance(constraint, _Booleans):
return True
if isinstance(constraint, _VerboseHelper):
return 1
if isinstance(constraint, MissingValues) and const... | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.