content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
Explicit key\n {\n checkKeyStringCoercion(element.key);\n }\n\n return escape('' + element.key);\n } // Implicit key determined by the index in the set\n\n\n return index.toString(36);\n}\n\nfunction mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n var type = typeof children;\n\n ... | JavaScript |
dr r0, _021FEFE8 ; =ov01_02209178
str r1, [sp, #4]
str r0, [sp, #8]
ldr r0, [r4]
add r2, r1, #0
add r3, r1, #0
bl ov01_021F1758
mov r0, #4
str r0, [sp]
mov r0, #0
str r0, [sp, #4]
ldr r0, _021FEFEC ; =ov01_02209190
mov r1, #5
str r0, [sp, #8]
ldr r0, [r4]
add r2, r1, #0
mov r3, #3
bl ov01_021F1758
mov... | Assembly |
*************************************
* Interface to manipulate LED objects.
* ******************************************************************************** */
/* ********************************************************************************
* Default LED behavior.
* *****************************************... | C |
_t>::max)()))
{
return 'I';
}
if (j.m_value.number_unsigned <= static_cast<std::uint64_t>((std::numeric_limits<std::int32_t>::max)()))
{
return 'l';
}
// no check and assume int64_t (s... | C++ |
o/pull/8927) [`223688b`](https://github.com/gradio-app/gradio/commit/223688b70a7a3cf4daa92ae77f8fca7b537cc2b4) - Fix `Could not resolve "virtual:component-loader"` in gradio/utils package. Thanks @benzler!
- [#8934](https://github.com/gradio-app/gradio/pull/8934) [`8204425`](https://github.com/gradio-app/gradio/commit... | Markdown |
养老、社区居家养老和机构养老,记者在采访中了解到,如今越来越多高龄老人会选择入住养老机构,以获得更好的医疗护理与陪伴,但即便如此,现阶段老年人入住养老机构的意识仍然普遍偏低。
- 2408讨论 6897.5万阅读
1. [#月薪多少才会感觉幸福#](https://s.weibo.com/weibo?q=%23%E6%9C%88%E8%96%AA%E5%A4%9A%E5%B0%91%E6%89%8D%E4%BC%9A%E6%84%9F%E8%A7%89%E5%B9%B8%E7%A6%8F%23)
- 每个城市消费不同,每个人的诉求也不同,你觉得月薪多少才能让你在生活中感到幸福呢?快来分享吧!
- 5.6万讨论... | Markdown |
return {}
--return {
-- "epwalsh/obsidian.nvim",
-- version = "*", -- recommended, use latest release instead of latest commit
-- lazy = true,
-- ft = "markdown",
-- -- Replace the above line with this if you only want to load obsidian.nvim for markdown files in your vault:
-- -- event = {
-- -- -- If you want... | Lua |
-----------------------------------
-- Brothers
-- Bearclaw Pinnacle ENM, Zephyr Fan
-- !addkeyitem ZEPHYR_FAN
-- !pos 121 -171 758 6
-----------------------------------
local ID = zones[xi.zone.BEARCLAW_PINNACLE]
-----------------------------------
local content = Battlefield:new({
zoneId = xi.zone.BEAR... | Lua |
=ob;){var i,n=ob;pb();var o=yb(t);if(o)i=o;else{if(rb!=Qm)throw wb("Identifier or subgraph expected");cb(t,{id:i=ob}),pb()}ub(t,fb(t,e,i,n,bb())),e=i}}function bb(){for(var t,e,i=null,n={dashed:!0,solid:!1,dotted:[1,5]},o={dot:"circle",box:"box",crow:"crow",curve:"curve",icurve:"inv_curve",normal:"triangle",inv:"inv_tr... | HTML |
v2);
}//namespace glm
#ifndef GLM_EXTERNAL_TEMPLATE
#include "type_vec4.inl"
#endif//GLM_EXTERNAL_TEMPLATE
/*
* Copyright 2010-2022 Branimir Karadzic. All rights reserved.
* License: https://github.com/bkaradzic/bx/blob/master/LICENSE
*/
#include <bx/sort.h>
namespace bx
{
static void quickSortR(void* _pivot, v... | C++ |
999, 0x6ED9EBA1,
0x8F1BBCDC, 0xCA62C1D6
];
function SHA1() {
if (!(this instanceof SHA1))
return new SHA1();
BlockHash.call(this);
this.h = [
0x67452301, 0xefcdab89, 0x98badcfe,
0x10325476, 0xc3d2e1f0
... | JavaScript |
parse(Deno.args);
// Command implemented using separate executable file (description is passes as second parameter to `.command()`)
await new Command()
.command("start <service>", "Start named service.").executable()
.command("stop [service]", "Stop named service, or all if no name supplied.")
.executable()
.p... | Typescript |
new ANSWER();
dbAnswer.Assessment_Id = assessmentId;
dbAnswer.Answer_Text = "U";
dbAnswer.Question_Type = "Component";
_context.ANSWER.Add(dbAnswer);
_context.SaveChanges();
answerId = dbAnswer.Answer_Id;
}
... | C# |
ongMaterial({color: '#8AC'});
const mesh = new THREE.Mesh(cubeGeo, cubeMat);
mesh.castShadow = true;
mesh.receiveShadow = true;
mesh.position.set(cubeSize + 1, cubeSize / 2, 0);
scene.add(mesh);
}
{
const sphereRadius = 3;
const sphereWidthDivisions = 32;
const sphereHeightDivisions ... | HTML |
equal(B, glm::vec1(4.f), 0.01f)) ? 0 : 1;
glm::vec2 C = glm::log2(glm::vec2(16.f, 8.f));
Error += glm::all(glm::equal(C, glm::vec2(4.f, 3.f), 0.01f)) ? 0 : 1;
glm::vec3 D = glm::log2(glm::vec3(16.f, 8.f, 4.f));
Error += glm::all(glm::equal(D, glm::vec3(4.f, 3.f, 2.f), 0.01f)) ? 0 : 1;
glm::vec4 E = glm::log2(gl... | C++ |
/*
* USB PhidgetInterfaceKit driver 1.0
*
* Copyright (C) 2004 Sean Young <sean@mess.org>
* Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software F... | C |
v pc, lr /* back to my caller */
.globl cpu_icache_flush_invalidate_all
cpu_icache_flush_invalidate_all:
stmdb sp!, {r0}
ldr r0,=0
mcr p15, 0, r0, c7, c5, 0 /* Flush Invalidate D and I caches */
ldmia sp!, {r0}
mov pc, lr /* back to my caller */
#ifndef MV88F78X... | Assembly |
#160;<a class="el" href="structchai3d_1_1c_material.html#a75dabc5e3d02a267f8d014d2ede9c41c">chai3d::cMaterial</a></li>
<li>getTangent() : <a class="el" href="classchai3d_1_1c_vertex_array.html#abea0d5ce8030c31e7ba1ecb5e7bca313">chai3d::cVertexArray</a></li>
<li>getTangentialForce() : <a class="el" h... | HTML |
_501
><td class="source">#ifdef INPUT_IQ<br></td></tr
><tr
id=sl_svn23_502
><td class="source"> ldw CH,CL, X+ ;C = *X++; (Q-axis)<br></td></tr
><tr
id=sl_svn23_503
><td class="source"> FMULS16 DH,DL,T2H,T2L, BH,BL, CH,CL ;D = B * C;<br></td></tr
><tr
id=sl_svn23_504
><td class="source">#endif<br></td></tr
><tr
id... | Assembly |
ት ጥቆማዎች ከታች"),Z_(new iv(tv().yfs_1),"ቀን ይምረጡ"),Z_(new iv(tv().zfs_1),"የተመረጠው ቀን"),Z_(new iv(tv().bft_1),"ወደ ዓመት መምረጥ ይቀይሩ"),Z_(new iv(tv().cft_1),"ዓመት ለመምረጥ ያንሸራትቱ ወይም ወደ ቀንን መምረጥ መልሶ ለመቀየር መታ ያድርጉ"),Z_(new iv(tv().dft_1),"ወደ የሚቀጥለው ወር ይቀይሩ"),Z_(new iv(tv().eft_1),"ወደ ቀዳሚው ወር ይቀይሩ"),Z_(new iv(tv().fft_1),"ወደ ዓመት %1$s ያ... | JavaScript |
down.onclick = () => posCallback(container, 1);
return container;
}
}
const ButtonSVG = ({ icon, active = true, onClick }) => {
return react.createElement(
"button",
{
className: `switch${active ? "" : " disabled"}`,
onClick,
},
react.createElement("svg", {
width: 16,
height: 16,
viewBox:... | JavaScript |
ps,
limitCapacity,
lock,
whereClauseSql,
groupByClauseSql,
orderByClauseSql,
havingClauseSql
)
}
}/**
* Copyright 2022-2025 kronos-orm
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use th... | Kotlin |
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cbfs.h>
#include <commonlib/helpers.h>
#include <console/console.h>
#include <cpu/amd/microcode.h>
#include <cpu/amd/msr.h>
#include <cpu/cpu.h>
#include <cpu/x86/msr.h>
#include <stdint.h>
/*
* Values and header structure from:
* BKDG for AMD Family 16h Models ... | C |
tement{color:#999;line-height:16px}.article-page .article-oper{height:39px;margin:45px auto 0}.article-page .article-oper-bord{border-bottom:2px #f7f7f7 solid}.article-page .article-oper .article-oper-l span{display:inline-block}.article-page .article-oper .read-num{font-size:14px;line-height:22px}.article-page .articl... | CSS |
max
* @return the array of frequencies
*/
public double[] getNaturalFreq(double xmin, double xmax) {
return getNaturalFreq((xmax-xmin)/(n-n%2));
}
/**
* Gets an array containing the frequencies in natural order.
* Data are separated by delta.
*
* @param delta
* @return the array of frequencies
*/... | Java |
let mut random = 0_u8;
let mut random_bytes: [u8; 2048] = [0; 2048];
(0..2048).for_each(|index| {
random = rng.generate_range(0_u8..=51);
random_bytes[index as usize] = ALPHABET[random as usize].as_bytes()[0];
});
random_bytes
}
}
#[cfg(test)]
mod t... | Rust |
#include "TFile.h"
#include "TTree.h"
#include "TH1F.h"
#include "TCanvas.h"
//fill and plot a histogram of reconstructed track energies
void TrueComp(){
TH1F h("h","TrackTrueComp for Truth-Matched Pions;trackTrueComp (%);# of Tracks", 40,0,1); //create a histogram for reconstructed track energies
TFile f("pre... | C |
" +
"F17D7259AB075216C0699511643B6439"
)
}
// From https://csrc.nist.gov/CSRC/media/Projects/Cryptographic-Standards-and-Guidelines/documents/examples/SHAKE128_Msg0.pdf
@Test
fun emptyShake() {
testKatLen(
dig = { digest() },
data = "",
... | Kotlin |
#pragma warning disable IDE0079
#pragma warning disable CS0436
using System;
using Xunit;
namespace Avatars.Scenario.InterfaceBase
{
public interface IBasicInterface
{
void Run();
}
/// <summary>
/// Basic interface implementation and behaviors are correct.
/// </summary>
public c... | C# |
BITS
vld1.32 {d0}, [TMP1], STRIDE
mov TMP2, X, asr #16
add X, X, UX
add TMP2, TOP, TMP2, asl #2
vmlsl.u16 q9, d6, d30
vmlsl.u16 q10, d2, d31
vld1.32 {d1}, [TMP1]
mov ... | Assembly |
assembly name
/// </summary>
/// <param name="asmFullName">Full assembly name</param>
/// <param name="gpContext">Generic parameter context</param>
/// <returns>A new <see cref="AssemblyRef"/> instance or <c>null</c> if parsing failed</returns>
public static AssemblyRef ParseAssemblyRef(string asmFullName, Ge... | C# |
", __func__, __LINE__);
return retval;
}
ul_ddr_setting_load_addr += sizeof(ULONG);
/* signature */
value = (0x1d1e0dd0);
retval = wrmalt(Adapter, ul_ddr_setting_load_addr, &value, sizeof(value));
if (retval) {
BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "%s:%d\n", __func__, __LINE__);
return retval;
... | C |
不能指向你,这样说,你不成了双保险了吗?你们现在的处境,是你们自己把自己陷到了一个不好的处境,我们也难办。
</p>
<p>
(“政法公社”(“工联”派)说同意中央首长意见,“公检法”确实干了不少坏事。)
</p>
<p>
吴菊聪:“工联”诬蔑军区搞兵变。○○七号密件是“湘江风雷”搞的,“湘江风雷”发展坏人,邮电局的xxx……。
</p>
<p>
总理:这些事怎么在这里讲,不要讲了,你们整好材料,交给联络员转给我。
</p>
<p>
你们要朝前看,现在才讲到二月五号的事,还有三月五号、四月五号、五月五号、六月五号、七月五号的事,说到天亮也说不完。现在双方都来了,省军区也来了,省... | HTML |
data_toolkit";
const SERIAL_DATE_START = new Date(1900,0,0);
/**
* Formats excel dates to javascript date
*
* @export
* @param {(number | string)} excelValue value to format, if it's a number use excel conversion else use js Date parsing.
* @returns
*/
export function fromExcelToDate(excelValue:number | string... | Typescript |
7], x28
# CHECK-NEXT: [0,1] . DE. . . . add x0, x27, #1
# CHECK-NEXT: [0,2] . DeeeE . . . ld3 { v1.s, v2.s, v3.s }[0], [x27], #12
# CHECK-NEXT: [0,3] . . DE . . . add x0, x27, #1
# CHECK-NEXT: [0,4] . . DeeeE . . ld3 { v1.s, v2.s, v3.s }[0], [x27], x28
# CHECK-... | Assembly |
, 0).addComponent(this.msgLabel, -2, 22, -2).addGap(0, 0, 0)));
this.setSize(new Dimension(1133, 632));
}
private void btnExitActionPerformed(ActionEvent var1) {
this.dispose();
}
private void listTableMouseClicked(MouseEvent var1) {
this.clearFields();
this.findByID(((Number)this.... | Java |
ded_width =
(print_sign != 0) + trailing_zeroes + exponent_size + show_dot
+ useful_digits
+ (decpt > useful_digits ? decpt - useful_digits
: (decpt > 0 ? 0 : 1 - decpt));
int padding = width > unpadded_width ? width - unpadded_width : 0;
if (padding > 0
&& pad_kind != (ios::fmtflags)ios::l... | C |
r11
sub r1, r1, #1
b 1b
2: /* Final round (no InvMixColumns) */
bl aes_decrypt_final_round
/* Add initial round key */
sub r0, r0, #16
ldm r0, {r8-r11}
eor r4, r4, r8
eor r5, r5, r9
eor r6, r6, r10
eor r7, r7, r11
/* Store output */
stm r3, {r4-r7}
... | Assembly |
/* 21C668 801E63B8 00230821 */ addu $at, $at, $v1
/* 21C66C 801E63BC C4262790 */ lwc1 $f6, %lo(gEntitiesNextPosYArray)($at)
/* 21C670 801E63C0 3C01800E */ lui $at, %hi(gEntitiesPosYArray)
/* 21C674 801E63C4 00230821 */ addu $at, $at, $v1
/* 21C678 801E63C8 E4262CD0 */ swc1 $f6, %lo(gEntitiesPosYArray)($at)
/* 21C67... | Assembly |
� 严重的资产阶级个人主义 备考
</p>
<h3>
第566页
</h3>
<h3>
<em>
</em>
</h3>
<p>
地区及单位 长春农学院 长春农学院 长春农学院 吉林大学 吉林师范 专科学校 职别 学生 学生 学生 学生 学生 姓名 高富礼 高远信 高士民 高树栋 高齐大 性别 男 男 男 男 男 年龄 24 25 22 25 22 民族 汉 汉 汉 汉 汉 家庭出身 贫农 工人 贫农 职员 中农 本人成分 学生 学生 学生 学生 学生 文化程度 大学 大学 大学 大学 大学 何时参加工作 何时曾参加何党派... | HTML |
{
}
/// <summary>
/// Initializes a new instance of the <see cref="SecurityTokenSignatureKeyNotFoundException"/> class.
/// </summary>
/// <param name="message">Addtional information to be included in the exception and displayed to user.</param>
/// <param name="innerExc... | C# |
*/ add $s2, $s2, $s1 /* handwritten instruction */
/* 3CCE4 8004C4E4 08004002 */ jr $s2
/* 3CCE8 8004C4E8 00000000 */ nop
glabel D_8004C4EC
/* 3CCEC 8004C4EC 00C81248 */ mfc2 $s2, C2_MAC1 /* handwritten instruction */
/* 3CCF0 8004C4F0 45310108 */ j .L8004C514
/* 3CCF4 8004C4F4 00000... | Assembly |
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===------------... | C |
(py::tuple(py::cast(column_ref)));
return constant_field.attr("is_null")();
}
case TableFilterType::IS_NOT_NULL: {
auto constant_field = field(py::tuple(py::cast(column_ref)));
return constant_field.attr("is_valid")();
}
//! We do not pushdown or conjunctions yet
case TableFilterType::CONJUNCTION_OR: {
aut... | C++ |
it.rect(TMP_RECT2.x, TMP_RECT2.y, TMP_RECT2.width, TMP_RECT2.height)
}
profiler.reset()
}
override fun onDispose() {
if (enabled) {
physicRenderer.disposeSafely()
shapeRenderer.disposeSafely()
}
}
}package com.github.quillraven.mysticwoods... | Kotlin |
-radius:0}.pma_quick_warp .drop_list li img{vertical-align:sub}.pma_quick_warp .drop_list li:hover{background:#f2f2f2}.pma_quick_warp .drop_list a{display:block;padding:.2em .3em}.pma_quick_warp .drop_list a.favorite_table_anchor{clear:right;float:right;padding:.1em .3em 0}.pma_quick_warp .drop_button{padding:.3em;bord... | CSS |
le;vertical-align:middle}.bp5-spinner svg{display:block}.bp5-spinner path{fill-opacity:0%}.bp5-spinner .bp5-spinner-head{stroke:#5f6b7ccc;stroke-linecap:round;transform-origin:center;transition:stroke-dashoffset .2s cubic-bezier(.4,1,.75,.9)}.bp5-spinner .bp5-spinner-track{stroke:#5f6b7c33}.bp5-spinner-animation{animat... | CSS |
write().expect("Write lock");
if let Err(error) = ops_counter_lock.check_allowanse(&tx) {
return Err(Error {
code: RpcErrorCodes::OperationsLimitReached.into(),
message: error.to_string(),
data: None,
});
... | Rust |
yToOneShouldGenerateInnerJoinAsync()
{
using (var session = OpenSession())
using (session.BeginTransaction())
{
Customer customerAlias = null;
var query = session.QueryOver<CustomerAddress>()
.Where(x => x.City == "New York")
.JoinAlias(x => x.OtherCustomer, () => customerAlias)
.Where... | C# |
software, it is provided AS-IS.
*/
package com.st.blue_sdk.features.luminosity
import com.st.blue_sdk.features.*
import com.st.blue_sdk.utils.NumberConversion
class Luminosity(
name: String = NAME,
type: Type = Type.STANDARD,
isEnabled: Boolean,
identifier: Int
) : Feature<LuminosityInfo>(
name ... | Kotlin |
first = _streamLastLine + lines.first;
_streamLastLine = lines.length > 1 ? lines.last : "";
if ((lines.length > 1 && lines.last.isEmpty) || (byteCount != null && byteCount! < csvFiles.first.file.size - 1)) {
lines = lines.sublist(0, lines.length - 1);
}
var rows = lines.map((l) {
var data =... | Dart |
all. It uses <tt>pbuilder-dist</tt>, <tt>debchange</tt>,
<tt>dpkg-buildpackage</tt> and <tt>reprepro</tt> to generate a Debian repository with a
cleanly compiled package for amd64 and i386. In order for it to work, you need
to install the following packages: <tt>apt-get install devscripts dpkg-dev
reprepro ubuntu-dev-t... | HTML |
/*
This file is part of the EthernetESP32 library for Arduino
https://github.com/Networking-for-Arduino/EthernetESP32
Copyright 2024 Juraj Andrassy
This library 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 Softw... | C |
/*
* tracepoint-probe-sample.c
*
* sample tracepoint probes.
*/
#include <linux/module.h>
#include <linux/file.h>
#include <linux/dcache.h>
#include "tp-samples-trace.h"
/*
* Here the caller only guarantees locking for struct file and struct inode.
* Locking must therefore be done in the probe to use the dentry... | C |
, titleEl];
const showParent = quartoSearchOptions["show-item-context"];
if (crumbs && showParent) {
let crumbsOut = undefined;
const crumbClz = ["search-result-crumbs"];
if (showParent === "root") {
crumbsOut = crumbs.length > 1 ? crumbs[0] : undefined;
} else if (showParent === "parent") {
... | JavaScript |
원문의 감정을 호주 영어 독자가 온전히 느낄 수 있도록 번역을 강화합니다.
* **7.1. 감정어 및 부사어의 미묘한 뉘앙스:**
* **한국어:** "조용히 슬퍼했다." (조용함 + 슬픔)
* **호주 영어:** 「She grieved **quietly**。」 (그녀는 조용히 슬퍼했다) / 「Her sorrow was **pretty deep**。」 (그녀의 슬픔은 꽤 깊었다)
* **강화 전략:** 감정의 미묘한 결을 살리는 영어 부사어(quietly, slowly, deeply 등), 형용사(sad, happy, angry 등)를 적극 활... | Markdown |
Date : offsetNumeric(date)) : new Date(date.getTime()))));
newDate = (newDate && newDate.toString() == 'Invalid Date' ? defaultDate : newDate);
if (newDate) {
newDate.setHours(0);
newDate.setMinutes(0);
newDate.setSeconds(0);
newDate.setMilliseconds(0);
}
return this._daylightSavingAdjust(newDate);
... | JavaScript |
'max-size-time': 0,
},
)
)
pipeline.add(queue)
assert (
queue.get_static_pad('src').link(demuxer_peer_pad) == Gst.PadLinkReturn.OK
)
demuxer_peer_pad = queue.get_static_pad('sink')
queue.sync_state_with_parent()
... | Python |
.209 8.208v8.891c0 4.531 3.677 8.203 8.209 8.203h8.891a8.22 8.22 0 005.801-2.401 8.21 8.21 0 002.401-5.801v-8.891c0-4.531-3.672-8.208-8.203-8.208zM5.328 3.12C5.328 6.672 0 6.672 0 3.12s5.328-3.552 5.328 0z"/></svg>';
static const String nuxt_js =
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.... | Dart |
age:function(d,c,f,a){var b,e;e=true;b=(f=="X");switch(a){case"left":case"top":d[f]=0;break;case"center":d[f]=0.5;break;case"right":case"bottom":d[f]=1;break;default:if(a.search("%")!=-1){d[f]=parseInt(a,10)/100}else{e=false}}d[f]=Math.ceil(e?((c[b?"W":"H"]*d[f])-(c[b?"w":"h"]*d[f])):parseInt(a,10));if(d[f]%2===0){d[f]... | JavaScript |
мы хотим, чтобы функция по умолчанию при дробном результате округляла его до 2-го знака после запятой. Так и напишем, сформируем ожидание:
```js
// index.test.js
describe('when the result is not an integer', () => {
it('should round it to 2 decimal places', () => {
expect(divide(10, 3)).toEqual(3.33);
});
});
```... | Markdown |
id_path)
local kill = require "kong.cmd.utils.kill"
if not pid_path then
local running_conf = get_running_conf(prefix)
if not running_conf then
error("no config file found at prefix: " .. prefix)
end
pid_path = running_conf.nginx_pid
end
return kill.kill(pid_path, sign... | Lua |
td>7,022.67</td>
<td>4,957.55</td>
<td>6,915.24</td>
</tr>
<tr>
<td><span class="flagicon"><img alt="" class="thumbborder" data-file-height="900" data-file-width="1575" height="13" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Flag_of_Iran.svg/23px-Flag_of_Iran.svg.png" srcset="//upload.wikimedia.org/wikiped... | HTML |
'', '', ''},
{'2002507', '', '唔?', '', '', '', '', '', '', '', '', '3042001', '', '', '2', '', '绯猁', 'Lynx', '[{"id":3042001,"pos":2,"enter":2}]', '', '5', '', '', '', '', '', '', '', '', '2002508', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''},
{'2002508', '', '哈迪斯也不耐烦地抹去滴落在脸上的水珠。', '', '', '', '', ... | Lua |
amePair
{
PROPID PropID;
UINT ResourceID;
UInt32 LangID;
};
static CPropertyIDNamePair kPropertyIDNamePairs[] =
{
{ kpidPath, IDS_PROPERTY_PATH, 0x02000203 },
{ kpidName, IDS_PROPERTY_NAME, 0x02000204 },
{ kpidExtension, IDS_PROPERTY_EXTENSION, 0x02000205 },
{ kpidIsDir, IDS_PROPERTY_IS_FOLDER, 0x020002... | C++ |
ined(HAVE_GCC_INLINE_ASM_SSSE3) && defined(USE_SHA256)
#include "asm-common-amd64.h"
.intel_syntax noprefix
#define MOVDQ movdqu /* assume buffers not aligned */
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Define Macros*/
/* addm [mem], reg
* Add reg to mem using reg-mem add and store */
#define addm(p1, p2) \
add p2, p1... | Assembly |
{}\\0m", tagline, cargo_version(), url)
};
// We need to create these files in the Cargo output directory.
let out = PathBuf::from(env::var("OUT_DIR").unwrap());
// The bits .txt files contain ANSI escape codes, ish.
let control_code = Regex::new(r##"\\.+?m"##).unwrap();
// Pretty version... | Rust |
= <a class="code" href="structcutlass_1_1reference_1_1device_1_1detail_1_1RandomGaussianFunc.html">detail::RandomGaussianFunc<Element></a>;</div><div class="line"><a name="l00280"></a><span class="lineno"> 280</span> </div><div class="line"><a name="l00281"></a><span class="lineno"> 281</span>  <span... | HTML |
|1|1|imm4L:4
{0x0f700ff0, 0x003000b0, 4, LDRHT_EQ, 0x1c04, instArgs{arg_R_12, arg_mem_R_pm_R_postindex}}, // LDRHT<c> <Rt>, [<Rn>], +/-<Rm> cond:4|0|0|0|0|U|0|1|1|Rn:4|Rt:4|0|0|0|0|1|0|1|1|Rm:4
{0x0e500ff0, 0x001000d0, 2, LDRSB_EQ, 0x1c04, instArgs{arg_R_12, arg_mem_R_pm_R_W}}, ... | Go |
-circle-group:active .case-studies-caption {
visibility: visible; }
.case-studies-circle-group:hover svg path, .case-studies-circle-group:focus svg path, .case-studies-circle-group:active svg path {
fill: #ffffff;
stroke: #ffffff; }
.case-studies-circle-group .case-studies-caption {
visibility: hidden; }
.c... | CSS |
return sharedPref.getString(getLanguageSpecificPreferenceKey(DEFAULT_CURRENCY, language), "Dollar") ?: "Dollar"
}
/**
* Sets the state of hold key style for a specific language.
*
* @param context The application context.
* @param language The language for which to get the currency prefe... | Kotlin |
/images/ant_1.jpg",
load_image,
Image.Image,
marks=pytest.mark.skipif(not _TOPIC_IMAGE_AVAILABLE, reason="image libraries aren't installed."),
),
# it shouldn't try to expand glob patterns in URLs
pytest.param(
"https://pl-flash-data.s3.amazonaws.c... | Python |
Test) error {
var scheme = rawdb.HashScheme
if rand.Intn(2) == 0 {
scheme = rawdb.PathScheme
}
var (
origin = types.EmptyRootHash
triedb = newTestDatabase(rawdb.NewMemoryDatabase(), scheme)
tr = NewEmpty(triedb)
values = make(map[string]string) // tracks content of the trie
origTrie = NewEmp... | Go |
phens: none;
hyphens: none;
white-space: normal;
}
[class*="slds-table_column-"] tr td .slds-truncate {
overflow: hidden;
position: relative;
max-height: 3.25rem;
}
[class*="slds-table_column-"] tr td .slds-truncate:after {
content: "";
position: absolute;
top: 2.25rem;
bottom: 0;
right: 0;
width... | CSS |
Uri.ToString());
if (requestBody != null)
{
if (requestBody is Stream)
{
request.Content = new StreamContent(requestBody as Stream);
request.Content.Headers.ContentType = new MediaTypeHeaderValue("application/octet-stream")... | C# |
an error");
SimpleTest.finish();
}
);
}
SimpleTest.waitForExplicitFinish();
test1();
</script>
</div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<title>Profiling test suite for EventUtils</title>
<script type="text/javascript">
var start = new Date();
</script>
<scri... | HTML |
+i) {
array[i] = args[i];
}
void Function(GDExtensionTypePtr, Pointer<GDExtensionConstTypePtr>) c =
constructor.asFunction();
c(base, array);
malloc.free(array);
}
void callBuiltinDestructor(
GDExtensionPtrDestructor destructor, GDExtensionTypePtr base) {
void Function(GDE... | Dart |
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<... | HTML |
sable"] = 1;
print( "SimpleFeignHealh : disabled" );
elseif ( string.sub( strlower( msg ), 1, 6 ) == "toggle" ) then
if ( SimpleFeignHealth_Saved["disable"] ) then
SimpleFeignHealth_Saved["disable"] = nil;
enable();
print( "SimpleFeignHealh : enabled" );
else
SimpleFeignHealth_Saved["disable"] = 1;
... | Lua |
DQEBCwUAA4ICAQCI5g/S
// SIG // KUFb3wdUHob6Qhnu0Hk0JCkO4925gzI8EqhS+K4umnvS
// SIG // BU3acsJ+bJprUiMimA59/5x7WhJ9F9TQYy+aD9AYwMtb
// SIG // KsQ/rst+QflfML+Rq8YTAyT/JdkIy7R/1IJUkyIS6srf
// SIG // G1AKlX8n6YeAjjEb8MI07wobQp1F1wArgl2B1mpTqHND
// SIG // lNqBjfpjySCScWjUHNbIwbDGxiFr93JoEh5AhJqzL+8m
// SIG // onaXj7elfsjzIp... | JavaScript |
E",
"GL_ONE_MINUS_SRC_COLOR",
"",
qtrue, qfalse );
CG_GenerateShaders( "scripts/funnel.shader",
"funnel",
"funnel",
21,
"GL_ONE",
"GL_ONE_MINUS_SRC_COLOR",
"",
qfalse, qfalse );
#endif
for ( i = 0; i < NUM_FLAME_SPRITES; i++ ) {
Com_sprintf( filename, MA... | C |
USADE\\ND_ARGENTCRUSADECOLISEUM_TRAPDOOR_01.MDX'
ModelA[9047] = 'WORLD\\EXPANSION02\\DOODADS\\GENERIC\\ARGENTCRUSADE\\ARGENT_WEB_DOOR_01.MDX'
ModelA[9048] = 'world\\wmo\\northrend\\buildings\\winterorc\\nd_winterorc_walls\\nd_winterorc_wall_gateopenclose.wmo'
ModelA[9049] = 'world\\expansion02\\doodads\\gen... | Lua |
ML, there is a controllable dynamic concatenation of the $sinkType type parameter `$sinParam` that is vulnerable to external malicious control.",
Language.ZH to "MyBatis Mapper Xml 中存在外部恶意控制的动态拼接参数: `$sinParam`, 参数类型为: $sinkType"
),
loc = statement.resource,
... | Kotlin |
�든 트랙의 공백을 제거합니다.
</p>
<h3>[method:Boolean validate]()</h3>
<p>
클립에 있는 트랙들의 최소 유효성 검사를 시행합니다. 모든 트랙이 유효하면 true를 리턴합니다.
</p>
<h2>정적 메서드</h2>
<h3>[method:Array CreateClipsFromMorphTargetSequences]( [param:String name], [param:Array morphTargetSequence], [param:Number fps], [param:Boolean noLoop] )</h3... | HTML |
pose(),this.pointBuffer.dispose(),this.colorBuffer.dispose(),this.glyphBuffer.dispose(),this.idBuffer.dispose()}},4298:function(t,e,r){"use strict";var n=r(3236);e.boxVertex=n(["precision mediump float;\n#define GLSLIFY 1\n\nattribute vec2 vertex;\n\nuniform vec2 cornerA, cornerB;\n\nvoid main() {\n gl_Position = vec4... | JavaScript |
val exp = max(1, mob.Config.EXP / 2) // extra exp
Dungeon.hero.earnExp(exp)
Dungeon.hero.sprite.showStatus(CharSprite.NEUTRAL, "+$gold")
Dungeon.hero.spendAndNext(1f)
Sample.INSTANCE.play(Assets.SND_GOLD, 1f, 1f, Random.Float(0.9f, 1.1f)) // todo: change thi... | Kotlin |
glabel func_800D2AE4
/* B49C84 800D2AE4 3C014780 */ li $at, 0x47800000 # 0.000000
/* B49C88 800D2AE8 44810000 */ mtc1 $at, $f0
/* B49C8C 800D2AEC 44856000 */ mtc1 $a1, $f12
/* B49C90 800D2AF0 44867000 */ mtc1 $a2, $f14
/* B49C94 800D2AF4 AFA7000C */ sw $a3, 0xc($sp)
/* B49C98 800D2AF8 46006102 */ mul.s $... | Assembly |
/********************/
/* _rv32_read_cycle */
/********************/
.section .text
.globl _rv32_read_cycle
_rv32_read_cycle:
/* Note that we loop here to check the msb doesn't change */
/* while reading the lsb. See RISC-V ISA Specification 10.1 */
rdcycleh t0
rdc... | Assembly |
.openbeans.BeanInfo;
import com.googlecode.openbeans.EventSetDescriptor;
import com.googlecode.openbeans.MethodDescriptor;
import com.googlecode.openbeans.PropertyDescriptor;
public interface BeanInfo {
public static final int ICON_COLOR_16x16 = 1;
public static final int ICON_COLOR_32x32 = 2;
public static fina... | Java |
eTemplate[]
{
new IssueTemplateEmptyText(this),
};
protected override IEnumerable<Issue> Check(Lyric lyric)
{
if (string.IsNullOrWhiteSpace(lyric.Text))
yield return new IssueTemplateEmptyText(this).Create(lyric);
}
public class IssueTemplateEmptyText : IssueTemplat... | C# |
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:x:</td>
<td>:x:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
<td>:white_check_mark:</td>
</tr>
<tr>
<th><a href="https://github.com/ze... | Markdown |
dow()
end
MultiBar5:EnableMouse(false)
MultiBar5:SetParent(ActionBar6)
MultiBar5.QuickKeybindGlow:SetParent(T.Hider)
local NumPerRows = ButtonsPerRow
local NextRowButtonAnchor = _G["MultiBar5Button1"]
for i = 1, NUM_ACTIONBAR_BUTTONS do
local Button = _G["MultiBar5Button"..i]
local PreviousButton = _G["M... | Lua |
��시적인 결과를 시각적으로 보여준다. 우리는 다른 방법과 비교하여 우리의 OOT확산이 일관되게 최고를 달성한다는 것을 관찰한다.\n' +
'\n' +
'도 4: VITON-HD 데이터세트 [6](상체 의복이 있는 반체 모델)에 대한 정성적 비교. 자세한 내용은 확대하십시오.\n' +
'\n' +
'다양한 상체 의류에 대한 시도 효과. 보다 구체적으로 GP-VTON[52]과 같은 GAN 기반 방법은 사실적인 인체(1열과 4열)와 자연스러운 의복 주름(2열과 3열)을 생성하지 못하는 경우가 많으며, 이는 의상 이미지를 비현실적... | HTML |
globalClassModuleType = _declarationFinder.FindMemberReferencedProjectInGlobalClassModule(_project, _module, _parent, _name, DeclarationType.Enumeration);
if (IsValidMatch(globalClassModuleType, _name))
{
return new SimpleNameExpression(globalClassModuleType, ExpressionClassifica... | C# |
, pano);
if (status != Stitcher::OK)
{
cout << "Can't stitch images, error code = " << status << endl;
return -1;
}
imwrite(result_name, pano);
return 0;
}
void printUsage()
{
cout <<
"Rotation model images stitcher.\n\n"
"stitching img1 img2 [...imgN]\n\n"
... | C++ |
0x883E5A70: 0x02332021 '! 3.' - addu $a0, $s1, $s3
<a name="0x883E5A74"></a> 0x883E5A74: 0x12040022 '"...' - beq $s0, $a0, <a href="#loc_883E5B00">loc_883E5B00</a>
<a name="0x883E5A78"></a> 0x883E5A78: 0x32AD00FF '...2' - andi $t5, $s5, 0xFF
<a name="0x883E5A7C"></a> 0x883E5A7C: 0x02112823 '#(..' - ... | HTML |
for result_type in ['actor_2']:
result = puzzle.results_dict.get(result_type, {})
# Add the values to the row, with keys indicating the result type
row[f'{result_type}_success'] = result.get('success', None)
row[f'{result_type}_good_guesses'] = re... | Python |
setAttribute('alt', 'hello my\nwo"rld');
}`, nil)
require.NoError(t, err)
require.NoError(t, expect.Locator(page.GetByText("hello my\nwo\"rld")).ToHaveAttribute("id", "label"))
require.NoError(t, expect.Locator(page.GetByText("hello my wo\"rld")).ToHaveAttribute("id", "label"))
require.NoError(t, expect.... | Go |
2D")
// grid
g := new(Grid)
g.RectGenUniform([]float64{-6, -3}, []float64{6, 3}, []int{5, 4})
// accessors
io.Pf("\naccessors\n")
xx, yy := g.Meshgrid2d()
chk.Int(tst, "Ndim", g.Ndim(), 2)
chk.Ints(tst, "Npts", []int{g.Npts(0), g.Npts(1)}, []int{5, 4})
chk.Int(tst, "Size", g.Size(), 20)
chk.Array(tst, "Umi... | Go |
, 1);
#endif
// for the CTU unsplit method, we always start with the old
// state note: although clean_state has already been done on
// the old state in initialize_advance, we still need to do
// another here to ensure the ghost zones are thermodynamically
// consistent
Sborder.defi... | C++ |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.