content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
0, 4
.BYTE 4, 0, 0, 4, 0, 4, 4, 0, 0, 4, 4, 0, 4, 0, 0, 4
.BYTE 0, 4, 4, 0, 4, 0, 0, 4, 4, 0, 0, 4, 0, 4, 4, 0
PARITY0: // Compare to 0 status result
.BYTE 0x20, 0xC4, 0xC4, 0xC0, 0xC4, 0xC0, 0xC0, 0xC4, 0xC4, 0xC0, 0xC0, 0xC4, 0xC0, 0xC4, 0xC4, 0xC0
.BYTE 0xC4, 0xC0, 0xC0, 0xC4, 0xC0, 0xC4, 0xC4, 0xC0,... | Assembly |
�യായി ചൂളവെച്ച ഇഷ്ടികക്കല്ലുകള് നാം അവരുടെ മേല് വര്ഷിക്കുകയും ചെയ്തു."
},
{
"surah_number": 11,
"verse_number": 83,
"content":
"നിന്റെ രക്ഷിതാവിന്റെ അടുക്കല് അടയാളം വെക്കപ്പെട്ടവയത്രെ (ആ കല്ലുകള്) അത് ഈ അക്രമികളില് നിന്ന് അകലെയല്ല."
},
{
"surah_number": 11,
"verse_number": 84... | Dart |
lic override bool Equals(object obj)
{
if (obj is WhatComponent whatComponent)
{
return Equals(whatComponent);
}
return false;
}
public override int GetHashCode()
{
int hashCode = 17;
unchecked
... | C# |
lineWidth !== newLineWidth) {
if (!styleChanged) {
flushPathDrawn(ctx, scope);
styleChanged = true;
}
ctx.lineWidth = newLineWidth;
}
}
for (var i = 0; i < STROKE_PROPS.length; i++) {
var prop = STROKE_PROPS[i];
var prop... | JavaScript |
test = {
'name': 'Comprehensions',
'points': 0,
'suites': [
{
'cases': [
{
'code': r"""
>>> [2 * x for x in range(4)]
[0, 2, 4, 6]
>>> [y for y in [6, 1, 6, 1] if y > 2]
[6, 6]
>>> [[1] + s for s in [[4], [5, 6]]]
[[1, 4], [1,... | Python |
6,15.9 c-14.44,0-27.43-6.13-36.59-15.88c-0.35-0.33-0.72-0.62-1.06-0.96L69.47,346.28c-19.62-19.62-19.62-51.44,0-71.05 c19.62-19.62,51.43-19.62,71.06,0l65.23,65.23V50.24C205.76,22.5,228.25,0,256,0s50.24,22.5,50.24,50.24v290.21l65.23-65.23 c19.62-19.62,51.43-19.62,71.05,0C462.15,294.84,462.15,326.66,442.53,346.28z" fill="... | CSS |
nst serverUrl = 'https://localhost:1234';
function ChatRoom({ roomId, theme }) {
const onConnected = useEffectEvent(() => {
showNotification('Connected!', theme);
});
useEffect(() => {
const connection = createConnection(serverUrl, roomId);
connection.on('connected', () => {
onConnected();
... | Markdown |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef GCM_H
#define GCM_H 1
#include "blapii.h"
#include <stdint.h>
#ifdef NSS_X86_OR_X64
/* GCC <= 4.8 doesn'... | C |
/// Prepare wrapper scripts for `zig cc` and `zig c++` and returns their paths
///
/// We want to use `zig cc` as linker and c compiler. We want to call `python -m ziglang cc`, but
/// cargo only accepts a path to an executable as linker, so we add a wrapper script. We then also
/// use the wrapper script to pass argu... | Rust |
DWORD nNumberOfBytesToWrite,
DWORD nNumberOfBytesPerSend,
LPOVERLAPPED lpOverlapped,
LPTRANSMIT_FILE_BUFFERS lpTransmitBuffers,
DWORD dwFlags);
typede... | C |
.of(0, 1, -30));
}
@Test
public void periodFromTime4J1() {
assertThat(
TemporalType.THREETEN_PERIOD.from(Duration.ofCalendarUnits(3, 8, 45)),
is(Period.of(3, 8, 45))
);
}
@Test
public void periodFromTime4J2() {
assertThat(
TemporalTyp... | Java |
/*
* Copyright 2018 Red Hat Inc.
*
* 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 without limitation
* the rights to use, copy, modify, merge, publish, d... | C |
14,
groupCode = 2230203,
),
detailName = "忽略",
),
),
groupCode = 2230203,
actionUin = 1230001,
groupMsgType = 2,
... | Kotlin |
><br />
<span class="index-where">(in <a href="lib.scripting.QtClipboard-class.html">QtClipboard</a>)</span></td>
<td width="33%" class="link-index"><a href="lib.scripting.Keyboard-class.html#__init__">__init__()</a><br />
<span class="index-where">(in <a href="lib.scripting.Keyboard-class.html">Keyboard</a>)... | HTML |
e="button" class="btn btn-danger" onclick="confirmDeleteProject('${projectId}')">${i18next.t('Delete')}</button>
</div>
</div>
</div>
</div>
`;
document.getElementById('deleteProjectModal').innerHTML = modalContent;
const modal = new bootstrap.Modal(do... | HTML |
peOrThrow();
public boolean baseTypeIsSet();
public scala.Option<com_twitter_thrift_descriptors_ContainerType> containerTypeOption();
public com_twitter_thrift_descriptors_ContainerType containerTypeOrNull();
public com_twitter_thrift_descriptors_ContainerType containerTypeOrThrow();
public boolean containerT... | Java |
/**
* Layout options for the view this card is in
*/
view_layout?: ViewLayout;
}
/**
* BEM separators
*/
interface IBemMarkers {
bemElementMarker: string
bemModifierMarker: string
}
/**
* BEM class parts including separators and names
*/
export interface IBemClassParts extends IBemMarkers {
blockName... | Typescript |
var timerHigh: ThreeBits = 0
}
val pulse1 = Pulse()
val pulse2 = Pulse()
class Triangle {
// $4008 CRRR RRRR Length counter halt / linear counter control (C), linear counter load (R)
var lengthCounterHalt: Boolean = false
var linearCounterLoad: SevenBits = 0
// $4009 ... | Kotlin |
+ Math.pow(a[14], 2) + Math.pow(a[15], 2) ))
};
if(typeof(exports) !== 'undefined') {
exports.mat4 = mat4;
}
;
/* Copyright (c) 2013, Brandon Jones, Colin MacKenzie IV. All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following... | JavaScript |
7 CMC ;junk
01D8 SUB BP,[3624] ;junk
01DC XOR SI,0200 ;junk
01E0 RET ;junk
01E1 CMP [SI+13],BH ;junk
01E4 SUB DX,0001 ;* Dec the COUNT register (x2)
01E8 CMP AX,0517 ;junk
01EC SUB BP,2816 ;junk
01F0 AND SI,0807 ;junk
01F4 SUB SI,2E03 ;junk
01F8 ROR BP,1 ;junk
01FA INC DI ;junk
01FB RCR SI,CL ;junk
01FD TEST C... | HTML |
from light_training.dataloading.dataset import get_train_val_test_loader_from_train
from monai.utils import set_determinism
import torch
import os
import numpy as np
import SimpleITK as sitk
from medpy import metric
import argparse
from tqdm import tqdm
import numpy as np
set_determinism(123)
parser = argparse.Arg... | Python |
ct task_struct *current'(to
see
<BR><unknown> struct task_struct look in linux/sched.h).
<BR><unknown> PROC_ROOT_INO is the inode of /proc and its defined in
linux/proc_fs.h.
<BR><unknown> The MAJOR and MINOR macros are used to check if it the
right device
<BR><unknown> I will explain more about majo... | HTML |
' fill='%23ff0039' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#ff0039;border-color:var(--bs-for... | CSS |
ollowers_count} עוקבים","100K+":"מאות אלפים","10k unit":"עשרות אלפים",Follow:"מעקב","Follow %{screen_name}":"מעקב אחר %{screen_name}",K:"אלף",M:"מיליון",Tweet:"ציוץ","Tweet %{hashtag}":"צייצו %{hashtag}","Tweet to %{name}":"ציוץ אל %{name}"},ko:{"%{followers_count} followers":"%{followers_count}명의 팔로워","100K+":"100만 이상... | JavaScript |
nds MobSprite {
private Animation activeIdle;
private Animation HandHat;
private Animation SelectFate;
public MorpheusSprite() {
super();
texture( Assets.Sprites.MPHON );
TextureFilm frames = new TextureFilm( texture, 26, 32 );
idle = new MovieClip.Animation( 9, true... | Java |
isRunning: boolean,
};
/** Executes a command. Shows an error message if the command isn't found */
export function execCmd
(cmd: string, options: ExecCmdOptions = {}): ExecutingCmd {
const { fileName, onStart, onStdout, onStderr, onExit } = options;
let childProcess, firstResponse = true, wasKilledbyUs = fal... | Typescript |
支右绌、捉襟见肘的政治家们整天穷于应付局面的忙碌,连一个稍微象样、具体的奋斗目标都无法确定、提供出来, 只能以一个热热闹闹、空空洞洞的“更大的胜利”相号召、期许。把“已经取得胜利”作为话语出发既定前提,要求“更大的胜利”,就免去了对“已经取得胜利”的证明责任;是诡辩技巧之一。一如当时张扬而浮泛的文风。
</p>
<p>
此后“团结起来,争取更大的胜利!”以毛泽东的“最高指示”、“教导”见诸报端,还成为“文化大革命”中期,尤其是在“九·一三”事件之后增强党内和人民内部团结的一句流行口号。成了 1972 年两报一刊元旦社论的标题。仍然强调“要搞马克思主义,不搞修正主义;要团结,不要分裂;要光明正大,不要搞阴谋诡计”,以“刘... | HTML |
charset=UTF-8' }): { 'Content-Type': 'application/json;charset=UTF-8' } }).then(d => d.json());
}
/**
* POST api/SuperDemo/PostEmpty/{i}
*/
postWithQueryButEmptyBody(s: string, i: number, headersHandler?: () => {[header: string]: string}): Promise<{item1: string, item2: number}> {
return this.htt... | Typescript |
print(self) {
println!("{}", self.format().elements)
}
/// Get string of formatted sentence
///
/// # Example
///
/// ```
/// use naromat::entities::sentence::Sentence;
/// let sentence = Sentence::new("我が[輩:.]は[猫:ねこ]である");
/// assert_eq!(sentence.get(), "我が|輩《・》は|猫《ねこ》である"... | Rust |
(handleFlags([...defaultFlags, "--width=100", "--margin=51"]), {
error: "margin must fit into width and height",
result: "error",
});
assertEquals(handleFlags([...defaultFlags, "--width=101", "--margin=51"]), {
error: "margin must fit into width and height",
result: "error",
});
assertEquals(han... | Typescript |
parser\n3.1.3", shape=box, margin="0.25,0.15"];
http_parser -> charcode [label="^1.1.0"];
http_parser -> collection [label=">=0.9.1 <2.0.0"];
http_parser -> source_span [label="^1.0.0"];
http_parser -> string_scanner [label=">=0.0.0 <2.0.0"];
http_parser -> typed_data [label="^1.1.0"];
io [label="io\n0.3.3... | HTML |
enum : bool { accessible = true };
enum : bool { deepcopy = false };
};
#if defined(KOKKOS_ENABLE_CUDA_UVM)
// If forcing use of UVM everywhere
// then must assume that CudaUVMSpace
// can be a stand-in for CudaSpace.
// This will fail when a strange host-side execution space
// that defines CudaUVMSpace as its p... | C++ |
if (canvasModel.size.width > imageWidth) {
x -= ((canvasModel.size.width - imageWidth) / 2);
}
if (canvasModel.size.height > imageHeight) {
y -= ((canvasModel.size.height - imageHeight) / 2);
}
} else {
x -= canvasModel.x;
y -= canvasModel.y;
}
x /= canvas... | Dart |
intent = result.intent,
referrer = activity.referrer,
always = modifier is ClickModifier.Always,
privateBrowsingBrowser = (modifier as? ClickModifier.Private)?.browser,
persist = modifier !is ClickModifier.Private
)
}
return nu... | Kotlin |
it('converts full input keyboard', () => {
const inputs: InputKeyboard[] = [
{
keyCode: 68,
altKey: true,
ctrlKey: true,
shiftKey: true,
... | Typescript |
nstVCalls,
TypeIdInfo.TypeTestAssumeConstVCalls))
return true;
break;
case lltok::kw_typeCheckedLoadConstVCalls:
if (ParseConstVCallList(lltok::kw_typeCheckedLoadConstVCalls,
TypeIdInfo.TypeCheckedLoadConstVCalls))
return true;
... | C++ |
// 2 blocks?
tbz w9, #1, 2f // 1 block?
eor T2.16b, T2.16b, XL.16b
ext T1.16b, T2.16b, T2.16b, #8
b .Lgh3
1: eor TT3.16b, TT3.16b, XL.16b
ext T2.16b, TT3.16b, TT3.16b, #8
b .Lgh2
2: eor TT4.16b, TT4.16b, XL.16b
ext IN1.16b, TT4.16b, TT4.16b, #8
b .Lgh1
.previous
eor T1.16b, T1.16b, XL.16b
... | Assembly |
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;
namespace Atlass.Framework.Core
{
/// <summary>
///Html执行者
/// </summary>
/// <typeparam name... | C# |
.fbcdn.net/vp/fd793bb9308aabd7511ada0d9f2e152c/5CA39429/t51.2885-15/e35/c0.135.1080.1080/s240x240/46659736_568109180284247_7084277488418373753_n.jpg 240w,https://instagram.fisb6-1.fna.fbcdn.net/vp/fe1f16a6bf39bf730f81b4692827b827/5CAEB193/t51.2885-15/e35/c0.135.1080.1080/s320x320/46659736_568109180284247_70842774884183... | HTML |
ve.s VERTSIZE(a0),fp1 ;x2
fcmp.s XMAX,fp0 ;if x1<=xmax
fbge .noxmin1
fmove.s fp0,0(a1) ;x
fmove.s 4(a0),fp2
fmove.s fp2,4(a1) ;y
fmove.s 8(a0),fp2
fmove.s fp2,8(a1) ;z
move.l 12(a0),12(a1) ;u
move.l 16(a0),16(a1) ;v
addq #1,d0 ;
add.l #VERTSIZE,a1
fcmp.s XMAX,fp1 ;x2>xmax
fble .noxmin3
.jox1:
fmove.s... | Assembly |
。高速冲浪,科学上网不二选择,现在注册即可免费试用!</p>
<p style="margin-bottom: 20px; padding: 0px; line-height: 1.8; overflow-wrap: break-word; font-size: 15px; color: rgb(96, 98, 102); font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", Helvetica, Aria... | HTML |
eData))
{
//load currentCurve from customCurveData
currentCurve = new FloatCurve();
currentCurve.loadSingleLine(customCurveData);
}
else if (usePresetCurve && !string.IsNullOrEmpty(presetCurveName))
{
//load ... | C# |
_DEPTH_COMPONENT DEPTH_COMPONENT}</td><td>{@link GL30#GL_DEPTH_STENCIL DEPTH_STENCIL}</td><td>{@link #GL_LUMINANCE LUMINANCE}</td><td>{@link #GL_LUMINANCE_ALPHA LUMINANCE_ALPHA}</td></tr></table>
* @param type the pixel data type. One of:<br><table><tr><td>{@link #GL_UNSIGNED_BYTE UNSIGNED_BYTE}</td><td>{@link #... | Java |
hci_transport_t * transport;
if (transport_config.flowcontrol){
transport = hci_transport_h4_instance(uart_driver);
} else {
transport = hci_transport_h5_instance(uart_driver);
}
// setup HCI (to be able to use bcm chipset driver)
hci_init(transport, (void*) &transport_config);
... | C |
clhs.css" REL="stylesheet" TYPE="text/css" />
<META HTTP-EQUIV="Author" CONTENT="Kent M. Pitman">
<META HTTP-EQUIV="Organization" CONTENT="LispWorks Ltd.">
<LINK REL=TOP HREF="../Front/index.htm">
<LINK REL=COPYRIGHT HREF="../Front/Help.htm#Legal">
<LINK REL=DISCLAIMER HREF="../Front/Help.htm#Disclaimer">
<LINK REL=PRE... | HTML |
inding that there is no reasonable
expectation of privacy in garbage. State v. Hempele, 576 A.2d
793 (N.J. 1990); State v. Boland, 800 P.2d 1112 (Wash. 1990).</P>
<P><A NAME="fn156"></A><A HREF="#fnref156">[156]</A> <I>Cf.</I>
Swift v. Tyson, 41 U.S. (16 Pet.) 1 (1842) (allowing federal courts
to ignore state-court ru... | HTML |
<strong>ionewells<\/strong><br>Absolutely not a filter in sight. #boulder #colorado #sunshine #blue #sky #mountains #beautiful @… http://t.co/aZO4npapOy","<strong>marshallphayes<\/strong><br>By far the cutest #boulderflood relief effort I've seen! http://t.co/ktaJeVB8xc","<strong>CourtneyWalsh<\/strong><br>Company cult... | HTML |
/*
pbrt source code Copyright(c) 1998-2012 Matt Pharr and Greg Humphreys.
This file is part of pbrt.
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... | C |
组成部分之一。刘少奇同志在他的卓越理论著作《论共产党员的修养》里,非常杰出地完成了这一任务。”从这些反动文人的口里,我们可以看出,刘少奇企图以封建社会的旧思想、旧文化、旧道德,来改造党、改造无产阶级,使其为资本主义、修正主义复辟制造舆论准备,这就是刘少奇疯狂反对毛泽东思想的罪恶目的!
</p>
<p>
(二)在民主革命的关键时刻,妥协、动摇,向敌人退让。
</p>
<p>
一九四八年底在毛主席领导下的人民解放军和蒋匪帮决战的关键时刻,一些反动的民主个人主义者,热衷于第三条道路,就在这时,毛主席发出了“将革命进行到底”的伟大号召,但是刘少奇却对抗毛主席,他站在资产阶级立场上,采取机会主义态度,害怕中国人民把... | HTML |
/*
* QEMU Sun4u System Emulator
*
* Copyright (c) 2005 Fabrice Bellard
*
* 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 without limitation the rights
... | C |
.5,
},
RHS: &jparse.NumberNode{
Value: 1,
},
},
},
{
Input: "3.5 % 1",
Output: &jparse.NumericOperatorNode{
Type: jparse.NumericModulo,
LHS: &jparse.NumberNode{
Value: 3.5,
},
RHS: &jparse.NumberNode{
Value: 1,
},
},
},
{
Input: "3.5e * 1",
Error:... | Go |
BFB889EC19616C3271962663CCFD263CE8CA4 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.VoidTaskResult>::UnsafeOnCompleted(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_UnsafeOnComp... | C++ |
e|PRE|2359|
T The Touch of Zanzil|QID|2607|M|78,59|Z|Stormwind City|N|To Doc Mixilpixil down in the basement.|C|Rogue|PRE|2359|
A The Touch of Zanzil|QID|2608|M|76,59.8|Z|Stormwind City|N|From Doc Mixilpixil.|C|Rogue|PRE|2607|
C The Touch of Zanzil|QID|2608|M|76,59.8|Z|Stormwind City|N|Target Doc Mixilpixil and type /l... | Lua |
get(cx - 1).to;
Vec3 dStart = d.nodes.get(dx).to;
Vec3 dEnd = d.nodes.get(dx - 1).to;
out.moveTo(aStart);
out.copyTo(a.nodes.get(ax));
out.copyTo(b.nodes.get(bx));
if (cflip) out.copyToFlipped(c.nodes.get(cx), cEnd);
else out.copyTo(c.nodes.get(cx));
if (dflip) out.copyToFlipped(d.nodes.get(dx), dEnd)... | Java |
ечалось, наиболее опасны как раз не катастрофические повреждения винчестера или дискет (при адекватном архивировании это означает максимум потерю одного дня работы), а мелкие, незаметные изменения файлов данных. В частности, известен вирус, который ищет файлы типа DBF, и, найдя внутри файла числовое поле, меняет ... | HTML |
wz r4, 0x1638(r7)
/* 801EB3F8 001E7058 90 A4 0A 48 */ stw r5, 0xa48(r4)
/* 801EB3FC 001E705C 80 87 16 38 */ lwz r4, 0x1638(r7)
/* 801EB400 001E7060 90 C4 0A 4C */ stw r6, 0xa4c(r4)
/* 801EB404 001E7064 80 87 16 38 */ lwz r4, 0x1638(r7)
/* 801EB408 001E7068 98 A4 0A 51 */ stb r5, 0xa51(r4)
/* 801EB40C 001E706C 80 ... | Assembly |
Proxy.CMD;var round$2=Math.round;var sqrt=Math.sqrt;var abs$1=Math.abs;var cos=Math.cos;var sin=Math.sin;var mathMax$6=Math.max;if(!env$1.canvasSupported){var comma=',';var imageTransformPrefix='progid:DXImageTransform.Microsoft';var Z=21600;var Z2=Z/2;var ZLEVEL_BASE=100000;var Z_BASE=1000;var initRootElStyle=function... | JavaScript |
',
'anti-horário | atualizar | botão de setas em sentido anti-horário | botão de setas no sentido anti-horário | sentido anti-horário | seta | setas | setas em sentido anti-horário',
),
Emoji(
'🔙',
'flecha | seta | seta "BACK" | seta para a esquerda | seta para voltar | voltar | voltar com se... | Dart |
ta']);
}
if (dataClassName == 'DiscordChannelEntity') {
return deserialize<_i5.DiscordChannelEntity>(data['data']);
}
if (dataClassName == 'DiscordGroupEntity') {
return deserialize<_i6.DiscordGroupEntity>(data['data']);
}
if (dataClassName == 'DiscordServerEntity') {
return de... | Dart |
opyright (C) 2017 Nippon Telegraph and Telephone Corporation.
//
// 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 ... | Go |
TODO(jbd): Make sure that data is deep copied.
if got == tt.src {
t.Errorf("AggregationData.clone() returned the same pointer")
}
})
}
}
func TestDistributionData_addSample(t *testing.T) {
agg := &Aggregation{
Buckets: []float64{1, 2},
}
dd := newDistributionData(agg, time.Time{})
attachments1 := m... | Go |
defer mu.Unlock()
h := w.height - WindowHeaderSize
w.viewOffset = w.viewOffset + h
if !(w.viewOffset < len(debugLines) && (len(debugLines)-h) > w.viewOffset) {
w.viewOffset = len(debugLines) - h
freezeAutoScroll = false
}
return nil
}
// Copyright (c) 2016 ECS Team, Inc. - All Rights Reserved
// https://gith... | Go |
align="center">编号内</th></tr><tr><th align="center">编号</th><th align="center">日文</th><th align="center">中文</th></tr><tr><td>178</td><td>仙台コミケ178</td><td>仙台Comike178</td></tr><tr><td>188</td><td>仙台コミケ188</td><td>仙台Comike188</td></tr><tr><td>193</td><td>仙台コミケ193</td><td>仙台Comike193</td></tr><tr><td colspan="3" align="cen... | Markdown |
s & ComponentFlags.ImmutableProps) !== 0) {
throw new Error("Failed to create VNode: VNodes for components with immutable props should be created with " +
"createImmutableVNode method.");
}
}
return new VNode(VNodeFlags.Component, this, props === undefined ? null : props);
}
/**
... | Typescript |
text-align h4,ol.wix-list-text-align h5,ol.wix-list-text-align h6,ol.wix-list-text-align p,ul.wix-list-text-align h1,ul.wix-list-text-align h2,ul.wix-list-text-align h3,ul.wix-list-text-align h4,ul.wix-list-text-align h5,ul.wix-list-text-align h6,ul.wix-list-text-align p{display:inline}.HQSswv{cursor:pointer}.yi6otz{cl... | HTML |
_line_num,
expand_env, debug)) {
return (-1);
} else {
return (0);
}
}
////////////////////////////////////////////
// loadDefaults()
//
// Loads up default params for a given class.
//
// See load() for more detailed info.
//
// Returns 0 on success, -1 o... | C++ |
()
raw = result['vector']
if format == 'AmpPha':
return 10*np.log(np.abs(raw)**2 * 1000 / 50), np.angle(raw)
elif format == 'RealImag':
return np.real(raw), np.imag(raw)
# MW Source Stuff
def do_set_frequency(self, frequency, channel):
synth = sel... | Python |
:Xoshiro256StarStar;
criterion_group!(
benches,
round_trip_u32_u64_u16_12,
round_trip_u32_u64_u16_16,
round_trip_u16_u32_u8_8,
round_trip_u16_u32_u16_8,
round_trip_u16_u32_u16_12
);
criterion_main!(benches);
fn round_trip_u32_u64_u16_12(c: &mut Criterion) {
round_trip::<u32, u64, u16, 12>(... | Rust |
dic(double[,] xy, int n, int st, int pt, out pspline3interpolant p)
{
p = new pspline3interpolant();
parametric.pspline3buildperiodic(xy, n, st, pt, p.innerobj, null);
}
public static void pspline3buildperiodic(double[,] xy, int n, int st, int pt, out pspline3interpolant p, alglib.xpara... | C# |
using System;
using System.IO;
using System.Reflection;
using UnityEngine;
namespace ProjectApparatus
{
public class Loader
{
private static GameObject oGui;
private static GameObject oThirdperson;
private static GameObject oLog;
public static void Init()
{
... | C# |
#ifndef _UAPI_MSM_AUDIO_WMA_H
#define _UAPI_MSM_AUDIO_WMA_H
#include <linux/types.h>
#define AUDIO_GET_WMA_CONFIG _IOR(AUDIO_IOCTL_MAGIC, \
(AUDIO_MAX_COMMON_IOCTL_NUM+0), unsigned int)
#define AUDIO_SET_WMA_CONFIG _IOW(AUDIO_IOCTL_MAGIC, \
(AUDIO_MAX_COMMON_IOCTL_NUM+1), unsigned int)
#define AUDIO_GET_WMA_... | C |
to"]),c(e(w),null,{default:l(()=>[u("文章详情")]),_:1})]),_:1})]),a("div",pe,[a("div",fe,[a("div",be,[a("span",he,n(e(t).title),1),a("div",xe,[e(t).author?(s(),i("span",ye,n(e(t).author)+" | ",1)):$("",!0),a("span",ve,n(e(t).create_time),1),a("div",ke,[c(p,{name:"el-icon-View"}),a("span",null," "+n(e(t).click)+"人浏览",1)])]... | JavaScript |
.isSafari=!t.isChrome&&-1!==t.userAgent.indexOf("Safari"),t.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(t.userAgent),t.isWebKit=-1!==t.userAgent.indexOf("AppleWebKit"),t.deg2rad=2*Math.PI/360,t.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],t.noop=function(){},t.supportsPassiveEvents=function()... | JavaScript |
/**@file
Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
http://opensource.org/licenses/bsd-li... | C |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
/*******************************************************************
* Purpose: Document various host types we supp... | C# |
hours <= 0) {
target.combatStatus.stats[StatusEffect.Full] = undefined;
}
};
Full.ToStorage = function() {
const ret: IStorage = {};
if (this.hours) { ret.hours = this.hours.toFixed(2); }
if (this.exp) { ret.exp = this.exp.toFixed(2); }
return ret;
};
Full.FromStorage = (storage: IStorage = {}) =>... | Typescript |
90%E7%A0%81%E8%A7%A3%E6%9E%90/" target="_blank">比AtomicLong还高效的LongAdder 源码解析</a>》</p>
<p>接触到AtomicLong的原因是在看guava的LoadingCache相关代码时,关于LoadingCache,其实思路也非常简单清晰:用模板模式解决了缓存不命中时获取数据的逻辑,这个思路我早前也正好在项目中使用到。</p>
<p>言归正传,为什么说LongAdder引起了我的注意,原因有二:</p>
<ol>
<li>作者是Doug lea ,地位实在举足轻重。</li>
<li>他说这个比AtomicLong高效。</li>
</ol>
<p>我们... | HTML |
_A) //
.addRequest("personB", 3, 0, 5, 0, DEPARTURE_B) //
.addRequest("personC", 3, 0, 5, 0, DEPARTURE_C) //
.endTime(10.0 * 3600.0) //
.useExactTravelTimeEstimates();
Controler controller = environment.build();
prepare(controller);
new CustomConstraintsCalculator()
.define("personA", DEPAR... | Java |
case of an exception and loosing some transactions from mempool is not
// a critical error.
~DisconnectedBlockTransactions();
private:
std::set<TxId> filteredTx {};
indexed_disconnected_transactions queuedTx {};
uint64_t cachedInnerUsage {0};
friend class CTxMemPool;
public:
// Estimate t... | C |
A * scale);
Dec = new RMSUnit(dec, dec * scale);
PeakRA = new RMSUnit(peakRA, peakRA * scale); ;
PeakDec = new RMSUnit(peakDec, peakDec * scale);
Total = new RMSUnit(total, total * scale);
}
public RMSUnit RA { get; }
public RMSUnit Dec... | C# |
ic_jeem: Keysym = 0x05cc; /* U+062C ARABIC LETTER JEEM */
pub const KEY_Arabic_hah: Keysym = 0x05cd; /* U+062D ARABIC LETTER HAH */
pub const KEY_Arabic_khah: Keysym = 0x05ce; /* U+062E ARABIC LETTER KHAH */
pub const KEY_Arabic_dal: Keysym = 0x05cf; /* U+062F ARABIC LETTER DAL */
pub const KEY_Arabic_thal: Keysym ... | Rust |
}
}
export = RA;
import Element from '../Element';
import { formatValue } from '../internals/react';
import { deepEqual, isRutElement } from '../internals/utils';
import { MatchResult, UnknownProps } from '../types';
/**
* Check that an element's props match all the provided props and their values.
* Arrays and ob... | Typescript |
Align(Paint.Align.CENTER);
mBlankPaint.setColor(mBlankColor);
mBlankPaint.setStyle(Paint.Style.FILL);
mKeyCount++;
}
protected void getPrefs()
{
}
protected void setColors()
{
// Colours have been left from the historically used AndroidWorld library.
// Format: int beginning with 0xF... | Java |
{
{Label: "_time", Type: flux.TTime},
{Label: "_value", Type: flux.TBool},
},
Data: [][]interface{}{
{execute.Time(1), true},
{execute.Time(2), false},
{execute.Time(3), false},
{execute.Time(4), false},
},
}},
},
{
name: "missing bool fill col",
spec: &universe.Fi... | Go |
a Europeană","EZ":"Zona euro","FI":"Finlanda","FJ":"Fiji","FK":"Insulele Falkland","FM":"Micronezia","FO":"Insulele Feroe","FR":"Franța","GA":"Gabon","GB":"Regatul Unit","GD":"Grenada","GE":"Georgia","GF":"Guyana Franceză","GG":"Guernsey","GH":"Ghana","GI":"Gibraltar","GL":"Groenlanda","GM":"Gambia","GN":"Guineea","GP"... | JavaScript |
</div>
</div>
</div>
</div>
</section>
</section>
<section id="variant-video-divider-1" class="vim" vbs="vkj" vbp="video" vbr="Video Divider">
<section class="strip-divider primary-overlay">
<div class="background-image-holder parallax-background">
<img class="background-image" alt="About ... | HTML |
context.i18n.wallet_network_fee,
style: context.theme.appTextThemes.body.copyWith(
color: context.theme.appColors.primaryText,
),
),
SizedBox(width: 6.s),
InfoBlockButton(
size: 16.s,
infoType: InfoType.networkFee,
color: co... | Dart |
],
[
getTabImage('assets/images/tabbar_video.png'),
getTabImage('assets/images/tabbar_video_highlighted.png')
],
[
getTabImage('assets/images/tabbar_discover.png'),
getTabImage('assets/images/tabbar_discover_highlighted.png')
],
[
getTabImage('... | Dart |
('Software\\Classes\\$protocol\\DefaultIcon');
final protocolValue = text('URL:$protocol Protocol');
final commandValue = text('"$appPath" "%1"');
final defaultIconValue = text('"$appPath",0');
// Open the registry key for the protocol
final hKey = calloc<HKEY>();
final result = RegCreateKeyEx(
HKEY_C... | Dart |
户身份证号
*/
private String yonghuIdNumber;
/**
* 用户头像
*/
private String yonghuPhoto;
/**
* 电子邮箱
*/
private String yonghuEmail;
/**
* 余额
*/
private Double newMoney;
public ChangdiCollectionView() {
}
public ChangdiCollectionView(ChangdiCollectionEntity changdiCollectionEntity... | Java |
"""
Author : Mohit Kumar
Python program to find triplets in a given array whose sum is zero
"""
# function to print triplets with 0 sum
def find_Triplets_with_zero_sum(arr, num):
"""find triplets in a given array whose sum is zero
Parameteres :
arr : input array
num = size of input ... | Python |
букв
8. **Восьмое место**: "Р" - 4.73% от всех букв
9. **Девятое место**: "В" - 4.54% от всех букв
10. **Десятое место**: "Л" - 4.40% от всех букв
11. **Одиннадцатое место**: "К" - 3.49% от всех букв
12. **Двенадцатое место**: "М" - 3.21% от всех букв
13. **Тринадцатое место**: "Д" - 2.98% от всех букв
14. **Четырнадца... | Markdown |
book.start({
"sharing": {
"github": false,
"facebook": true,
"twitter": true,
"linkedin": false,
"weibo": false,
"instapaper": false,
"vk": false,
"whatsapp": false,
"all": ["facebook", "twitter", "linkedin", "weibo", "instapaper"]
},
"fontsettings": null,
"edit": {
"link": "https://github.com/EmilHvitfeldt/smltar/edit... | HTML |
!-------------------------------------------------------------------------
!
! sunstudio_sparc.s
! compare and swap for Sun Studio on Sparc
!
! Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
! Portions Copyright (c) 1994, Regents of the University of California
!
! IDENTIFICATION
! $PostgreSQ... | Assembly |
saved value");
break;
case 102:
checkForSave("test2", "savedValue", "checking saved value");
break;
case 103:
checkForSave("test3", "savedValue", "checking saved value");
break;
case 104:
checkForSave("test4", "trimTrailingAndLeadingSpace", "checking saved va... | HTML |
h eax
105 push format
105 call printf
106 inc eax
107 jmp L0
108 L1: call L3
....
130 mov ebp, esp
....
999 hlt
</pre>
<p>Suppose, that we tracing this program and saving the min. and max. value of the <em>instruction counter</em> (initially set to zero) along with instruction address:</p>
<pre>
counter = 0 (program's ... | HTML |
transitionTime","data":{"value":"100"}},{"baseType":"components-list","type":"list","key":"promoContent","data":{"components":[{"baseType":"components-indexed-list","type":"promo-content-item-template","key":"promoContent","data":{"components":{"promoContent":{"baseType":"html","type":"html","key":"promoContent","data"... | HTML |
�处作了更正外,不作改动,力求保持原貌。失检之处自不能免,尚望读者指正。 <br><br> 江巨荣 李平 <br><br> 禅真逸史凡例 <br><br><br>一、是书虽逸史,而大异小说稗编,事有据,言有伦,主持风教,范围人心。两朝隆替兴亡,昭如指掌;而一代舆图土宇,灿若列眉。乃史氏之董狐,允词家之班马。 <br><br>一、书称通俗演义,非故谐谑以伤雅道。理奥则难解,辞葩则不真。欲期警世,奚取艰深?旧本意晦词古,不入里耳。兹演为四十回,回分八卷,卷胪八卦,刊落陈诠,独标新异。 <br><br>一、史中圣主贤臣、庸君媚子,义夫节妇、恶棍淫娼,清廉(女幸... | HTML |
footer: false,
autoPrint: true,
customize: null
};
return DataTable.Buttons;
}));
/*!
Bootstrap integration for DataTables' Buttons
©2016 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-buttons"],function(a){retu... | JavaScript |
class OnionRuntimeError(Exception):
"""Base class for all Onion runtime exceptions"""
class OnionTypeError(OnionRuntimeError):
"""Raised for type-related errors"""
class OnionNameError(OnionRuntimeError):
"""Raised for undefined variable/function errors"""
class OnionArgumentError(OnionRuntimeError):
... | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.