content
stringlengths
2
6.21k
label
stringclasses
16 values
(content); final decoded = AllInfoJsonCodec().decode(json); final proto = AllInfoProtoCodec().encode(decoded); expect(proto.program.entrypointId, isNotNull); expect(proto.program.size, 90293); expect( proto.program.compilationMoment.toInt(), DateTime.parse("2022-07-14 17:3...
Dart
ECT_ID': '2020-035P', 'CENTER_NAME': 'EARTH', 'REF_FRAME': 'TEME', 'TIME_SYSTEM': 'UTC', 'MEAN_ELEMENT_THEORY': 'SGP4', 'EPOCH': '2020-06-21 06:00:00.999648', 'MEAN_MOTION': 15.73279603, 'ECCENTRICITY': 0.0013324, 'INCLINATION': 53.001, 'RA_OF_ASC_NODE': 84.0601, ...
Dart
X=this.gameContent.scaleY=Math.abs(tempScale); this.gameContent.x=(Main.W-this.gameContent.width)/2; this.gameContent.y=(Main.H-this.gameContent.height)/2; // this.gameBtn.scaleX=this.gameBtn.scaleY=Math.abs(tempScale); this.gameBtn.x=(Main.W-this.gameBtn.width)/2; this.gameBtn....
Typescript
2,0.48-5.072C302.532,694.8,302.031,699.872,305.313,699.872z"/></g></g><g><g><path fill="#faf8fc" d="M312.652,700.401c3.941,0,4.547-6.131,0.58-6.131C309.291,694.271,308.685,700.401,312.652,700.401z"/></g><g><line fill="none" x1="322.277" y1="696.003" x2="320.944" y2="696.003"/><path fill="#faf8fc" d="M323.129,693.702c-1...
HTML
EXPECTED_FILESIZE) > 0.05) { free(intvelbox); free(box1); free(velbox1); if (box2) free(box2); if (velbox2) free(velbox2); return 9; } } #endif free(intvelbox); free(box1); free(velbox...
C
```python from transformers.utils.fx import symbolic_trace traced_model = symbolic_trace(model, input_names=["input_ids", "attention_mask", "token_type_ids"]) ``` """ if input_names is None: input_names = model.dummy_inputs.keys() input_names = list(input_names) concre...
Python
(!(document.getElementById("online-filter") as HTMLInputElement).checked) { list.appendChild(createChannel(channels, channelName, offlineChannelColour, channelName)); channelsShown++; } } else { list.appendChild(createChannel(channels, channelName, channelColours[colIndex])); colI...
Typescript
处于防备状态,而他驾驭的三轮战车是由十匹羚羊或是白马拉动的。</p><p>传说中,月亮之神除了有原配妻子外,又娶了另一个神的27个女儿,总共有 28 个老婆代表着月亮的 28 天环绕周期。但他对原配妻子的宠爱引起其他妻子的嫉妒,妻子们向父亲抱怨后,父亲就让月亮神染上麻风病,但 27 个妻子又觉得丈夫可怜,再向父亲求情。于是父亲就设法减轻痛苦,所以月亮才会逐渐由银白色变成灰色,继而消失,然后再恢复银白色,所以我们看到的月亮才会有阴晴圆缺。</p><p><a class="link" href="https://www.wikiwand.com/en/Chandra" rel="nofollow" target="_blank">Cha...
HTML
#dependencies * @example '^=4.0.0 || ^=5.0.0' * @example '^2.0.0' */ minVersion: string } interface ResolvedComponentFrameworkDefinition { /** * A semantic, unique identifier. * Must begin with `cypress-ct-` or `@org/cypress-ct-` for third party implementations. * @example 're...
Typescript
AMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools__toolbar>.tox-spacer{flex:1;-ms-flex-preferred-size:auto}.tox .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}...
CSS
<stop offset="0" style="stop-color:#FFFFFF" /> <stop offset="0.1942" style="stop-color:#F8F8F8" /> <stop offset="0.4701" style="stop-color:#E6E6E6" /> <stop offset="0.7932" style="stop...
HTML
OUT_FEATURE_TYPE_CJK_SYMBOL_ALTERNATIVES_TYPE */ CJK_SYMBOL_ALT_FIVE = 5, /** * for #HB_AAT_LAYOUT_FEATURE_TYPE_IDEOGRAPHIC_ALTERNATIVES_TYPE */ NO_IDEOGRAPHIC_ALTERNATIVES = 0, /** * for #HB_AAT_LAYOUT_FEATURE_TYPE_IDEOGRAPHIC_ALTERNATIVES_TYPE */ IDEOGRAPHIC_ALT_ONE = 1, /** * for #HB_AA...
Typescript
if it's present in the * metrics map, 0 otherwise. * * @param metrics the metrics map * @param metric specified metric whose value is retrieved */ public static long getOrDefault(UnmodifiableEconomicMap<MetricKey, LoggableMetric> metrics, MetricKey metric) { return metrics.contains...
Java
style: const TextStyle(fontWeight: FontWeight.w500), ), minLeadingWidth: 0, ), ), ), ); } } import 'package:refilc/helpers/subject.dart'; import 'package:refilc/models/settings.dart'; import 'package:refilc/theme/colors/colors.dart'; import 'package:refilc_...
Dart
} else { // 0 // } // } // } #[cfg(test)] mod test { #[test] fn test_data_u8_write() { // let mut stream = Cursor::new(Vec::<u8>::new()); // let x = 1 as u8; // x.write(&mut stream).unwrap(); // assert_eq!(stream.get_ref().as_slice(), [1]) } } pub mo...
Rust
= new Prepare(resolve, (err) => this._logAndReject(reject, err), this.opts, cmdParam, this); this.addCommand(cmd, true); } prepareExecute(cmdParam, resolve, reject) { if (!cmdParam.sql) { reject(Errors.createError('sql parameter is mandatory', Errors.client.ER_UNDEFINED_SQL, this.info, 'HY000')); ...
JavaScript
rom './replace-line-break.pipe'; import { ComponentFixture , TestBed } from '@angular/core/testing'; import { By } from '@angular/platform-browser'; @Component({ 'selector' : 'rsis-replace-line-break-pipe' , 'template' : ` <p> {{text | replaceLineBreak}} </p> ` }) class ReplaceLineBreakComponentTestDrive ...
Typescript
s32 nCollisionShapes = pGeom->m_nRigidBodies; s32 nConstraints = ( nRigidBodies - 1 ) * 4; // Pre-allocate physics components m_RigidBodies.SetCount( 0 ); m_RigidBodies.SetGrowAmount( 1 ); m_RigidBodies.SetCapacity( nRigidBodies ); m_CollisionShapes.SetCount( 0 ); m_CollisionShapes...
C++
), ListItem( title: "选择类型", titleFontSize: 22, titleColor: Colors.red, ), ListItem( title: "文本选择表单项", describe: '各种形态', isSupportTheme: true, onPressed: () { Navigator.push(context, MaterialPageRoute( ...
Dart
/* Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008 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 Foundation; either version 3 o...
C
#ifndef CNOID_BASE_MULTI_SEQ_ITEM_H #define CNOID_BASE_MULTI_SEQ_ITEM_H #include "AbstractSeqItem.h" #include <cnoid/MultiSeq> #include "exportdecl.h" namespace cnoid { template <typename MultiSeqType> class MultiSeqItem : public AbstractMultiSeqItem { public: static void initializeClass(ExtensionManager* ext) {...
C
{ name: "clone", w: &Webhook{ id: wId, name: "w1", url: lo.Must(url.Parse("https://sub.hugo.com/dir?p=1#test")), active: true, trigger: WebhookTrigger{ event.ItemCreate: false, event.ItemUpdate: false, event.ItemDelete: false, event.ItemPublish: ...
Go
168{left:313px;bottom:683px;} #t1q_168{left:318px;bottom:683px;letter-spacing:-1.9px;word-spacing:1.9px;} #t1r_168{left:335px;bottom:683px;letter-spacing:-0.5px;} #t1s_168{left:367px;bottom:683px;} #t1t_168{left:394px;bottom:683px;} #t1u_168{left:403px;bottom:683px;} #t1v_168{left:408px;bottom:683px;} #t1w_168{left:414...
HTML
ECheckFileSignatureFileNotFound = 2, k_ECheckFileSignatureNoSignaturesFoundForThisApp = 3, k_ECheckFileSignatureNoSignaturesFoundForThisFile = 4, } #[repr(C)] #[derive(Debug, Copy, Clone)] pub struct CheckFileSignature_t { pub m_eCheckFileSignature: ECheckFileSignature, } pub const CheckFileSignature_t_k_iCallback: ...
Rust
(HttpServletRequest request, HttpServletResponse response) { try { /* BEGIN-AUTOGENERATED-SERVLET-TESTS-9 */ /* END-AUTOGENERATED-SERVLET-TESTS-9 */ } catch (Throwable t) { /* this will only happen on an IOException or something (the runTest for the test cases will catch any exceptions from the test case...
Java
.html">Biodiversity Merges Online</a></b></font><br><font color=#ff0000 face="Verdana, Arial, Geneva, sans-serif" size=1>3:00 a.m.</font>&nbsp;<font face="Verdana, Arial, Geneva, sans-serif" size=2>The far-flung databases on global biodiversity get together to form one monster database. Soon the red-eyed tree frog will...
HTML
f3fc-200d-2640-fe0f.png",":woman_swimmer_tone2:",":woman_swimming_medium_light_skin_tone:","People & Body","6.0"); add(set, result, "\uD83C\uDFCA\uD83C\uDFFC\u200D\u2642\uFE0F","1f3ca-1f3fc-200d-2642-fe0f.png",":man_swimmer_tone2:",":man_swimming_medium_light_skin_tone:","People & Body","6.0"); add(set,...
Java
// Flag settings - must match material.h $standardTex = 1; $detail = 2; $bumpTex = 3; $lightmapTex = 6; $normLightmapTex = 7; $mask = 8; $scroll = 1; $rotate = 2; $wave = 4; $scale = 8; $sequence = 16; $sinWave = 0; $triangleWave = 1; $squareWave = 2; // matches Material::BlendOp $mul = 1; $add = 2; //---------...
C#
/* * ng_iface.h * * Copyright (c) 1996-1999 Whistle Communications, Inc. * All rights reserved. * * Subject to the following obligations and disclaimer of warranty, use and * redistribution of this software, in source or object code forms, with or * without modifications are expressly permitted by Whistle Com...
C
#pragma once #include <sys/cdefs.h> #include <sys/types.h> #define HW_MAP_BASE 0xFFFF800000000000 #define VMM_KERNEL_BASE 0xFFFFFFFF80000000 #define PAGE_PRESENT 0x01 #define PAGE_WRITEABLE 0x02 #define PAGE_USERMODE 0x04 #define PAGE_ACCESSED 0x20 #define PAGE_DIRTY 0x40 #define PAGE_ISHUGE 0x80 #define PAGE_GLOBAL...
C
s. s./m. 단일/다중 규모 평가이다.\n' + '\n' + '\\begin{table}\n' + '\\begin{tabular}{c c c} \\hline \\hline Method & Encoder & mIoU \\\\ \\hline Segmenter [57] & ViT-L [16] & 51.8 \\\\ SegFormer [69] & MiT-B5 [69] & 51.0 \\\\ Mask2Former [12] & Swin-L [38] & 56.4 \\\\ UperNet [68] & BEiT-L [2] & 56.3 \\\\ ViT-A...
HTML
].push(fn); return this; }; /** * Detects if key name or key code is supported and * not constrained. * * @public * @method * @name isKeySupported * @param {String|Number} key - Key name or key code. * @return {Boolean} */ KeyboardController.prototype.isKeySupported = function (key) { var constraints = ...
HTML
0ach],eax mov eax,dword [esp+04h+0ach] mov dword [esp-094h+0ach],eax ; Line 951: __annotate_delete(); ; Line 877: __annotate_contiguous_container(data(), data() + capacity(), ; Line 1123: static_assert(!is_function<_Tp>::value, "_Tp is a function type"); ; Line 1125: } ; Line 1...
Assembly
E OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *****************************************************************************/ using System; namespace Spine { public class BoneData { internal BoneData parent; internal String name; in...
C#
= $0E ; DS 1 VAR_SWITCH = $0F ; DS 1 VAR_BIOS_REV = $10 ; DS 1 ; 1.X0 THE BIOS REVISION byte infront in BIOS string is X.00 VAR_BIOS_YR = $11 ; DS 1 ; byteC of ;BIOS_VERSION_MATCHING VAR_BIOS_REGION_TEMP = $12 ; DS 1 ; temp storage to compare byte7 of ;BIOS_VERSION_MATCHING VAR_PSX_BITC = $13 ; DS 1 ; SE...
Assembly
---@class snacks.health ---@field ok fun(msg: string) ---@field warn fun(msg: string) ---@field error fun(msg: string) ---@field info fun(msg: string) ---@field start fun(msg: string) local M = setmetatable({}, { __index = function(M, k) return function(msg) return require("vim.health")[k](M.prefix .. msg) ...
Lua
segment) if (abs(den) <= CMP_EPSILON) { return null } val dist = (_normal.dot(p_begin) - d) / den if (dist < -CMP_EPSILON || dist > (1.0 + CMP_EPSILON)) { return null } return p_begin + segment * (-dist) } /** * Returns true if th...
Kotlin
届四次会议开幕。” | |新冠疫苗|哪些人不能接种新冠疫苗?| |社交媒体|如何在社交媒体上建立个人品牌?| |股票市场|最近股票市场的走势如何?| |健康饮食|有哪些营养丰富的食物可以增强免疫力?| |旅游规划|如果我要去日本旅游,有哪些必去的景点?| |科技创新|目前最流行的科技创新是什么?| |宠物养护|怎样才能让宠物快乐地生活?| |自我管理|如何有效地管理学习和生活时间?| |职业发展|我该如何提升自己在工作中的领导力?| |文化艺术|古典音乐中有哪些具代表性的作曲家与作品?|| 标题 | 问题 | | --- | --- | | 图像分类 | 利用给定的图像数据集,使用卷积神经网络(CNN)对图像进行分类。请问该如何设计...
Markdown
((CModelerDoc *)pDocument)->m_emEditModel.edm_md.md_bPreparedForRendering = FALSE; pDocument->SetModifiedFlag(); // add textures from .ini file CTFileName fnIniFileName = fnScriptName.NoExt() + ".ini"; try { ((CModelerDoc *)pDocument)->m_emEditModel.CSerial::Load_t(fnIniFileName); } catch( char *str...
C++
j≥i.⟦φ⟧(σ, j) ⟦Fφ⟧(σ, i) = ∃j≥i.⟦φ⟧(σ, j) ⟦Xφ⟧(σ, i) = ⟦φ⟧(σ, i+1) ⟦φUψ⟧(σ, i) = ∃j≥i.(⟦ψ⟧(σ, j) ∧ ∀k∈[i,j).⟦φ⟧(σ, k)) ``` **定理 3.1.1** (时态逻辑的可判定性) 线性时态逻辑的可满足性问题是PSPACE完全的。 **证明** 通过自动机构造: 1. 将时态公式转换为Büchi自动机 2. 时态逻辑可满足性等价于自动机非空性 3. 自动机非空性是PSPACE完全的 ### 3.2 计算树逻辑 **定义 3.2.1** (计算树逻辑) 计算树逻辑包含以下路径量词: - A (对所有路径) - ...
Markdown
</h3> <h3> (十二)中国可能在三、四个五年计划内,初步地改变面貌 </h3> <p> 工业化的道路,可以和苏联有些不同。 </p> <p> 重、轻、农的比例是否可以是六比一?重工业还是优先,但走新的道路是否比苏联那样(二十一年内增加1400万吨钢)工业化速度反而快些?如果给我们二十一年(从1950—1970),是否可以基本上工业化,而不止1800万吨钢(由90万吨开始)? </p> <p> 这个问题我们还缺少经验,总之要有广大市场,要看六亿至八亿人口。 </p> <p> 还是要学习苏联。苏联不好吗?别国也要学,但谁给装备和技术呢? </p> <...
HTML
_LCD_MENU ui.reset_alert_level(); ui.quick_feedback(); ui.reset_status(); ui.release(); #endif #ifdef Z_PROBE_END_SCRIPT if (DEBUGGING(LEVELING)) DEBUG_ECHOLNPAIR("Z Probe End Script: ", Z_PROBE_END_SCRIPT); if (probe_deployed) { planner.synchronize(); gcode....
C++
,.5 L1,.5"},"╺":{3:"M.5,.5 L1,.5"},"╷":{1:"M.5,.5 L.5,1"},"╻":{3:"M.5,.5 L.5,1"},"═":{1:(e,t)=>`M0,${.5-t} L1,${.5-t} M0,${.5+t} L1,${.5+t}`},"║":{1:(e,t)=>`M${.5-e},0 L${.5-e},1 M${.5+e},0 L${.5+e},1`},"╒":{1:(e,t)=>`M.5,1 L.5,${.5-t} L1,${.5-t} M.5,${.5+t} L1,${.5+t}`},"╓":{1:(e,t)=>`M${.5-e},1 L${.5-e},.5 L1,.5 M${....
JavaScript
&quot;.</LI> <LI>An active attacker with only a reasonable guess at the plaintext can try the same attack. If the guess is correct, this works and the attacker's bogus message is delivered. If the guess is wrong, a garbled message is delivered.</LI> </UL> <P>In general then, despite its theoretical perfection, the o...
HTML
me':'你的隔壁王哥🍺','user_nickname':'你的隔壁王哥🍺'}" data-lzl-author="0"><a data-field="{'un':'sky666sss666', 'id':'tb.1.19826a6a.7dWQaffOux5YCZreboaTHQ'}" target="_blank" class="j_user_card lzl_p_p" href="/home/main?id=tb.1.19826a6a.7dWQaffOux5YCZreboaTHQ&amp;ie=utf-8&amp;fr=pb" username="sky666sss666"><img src="https://gss0.b...
HTML
A_R ldsba [%r8, %r9] 0x80, %r7 .word 0x8143c000 ! 392: STBAR stbar .word 0xcc7a0009 ! 394: SWAP_R swap %r6, [%r8 + %r9] .word 0x8143c000 ! 395: STBAR stbar .word 0x887a0009 ! 396: SDIV_R sdiv %r8, %r9, %r4 .word 0xc60a0009 ! 397: LDUB_R ldub [%r8 + %r9], %r3 .word 0x8e4a0009 ! 398: MULX_R mulx %r8, %r9, %...
Assembly
rceAmountNetFee,\\n uint8 sourceDecimals,\\n bytes memory receiver\\n ) public pure override returns (bytes32) {\\n return keccak256(abi.encode(settlementId, sourceAmountNetFee, sourceDecimals, receiver));\\n }\\n\\n // ================================================================\\n // │ ...
Go
náutico", [23742] = "Mosquete de hierro vil", [23744] = "Esencia hedionda", [23745] = "Grimorio Rajar (Rango 2)", [23746] = "Rifle de adamantita", [23747] = "Bocarda de acero vil", [23748] = "Rifle de korio ornamentado", [23749] = "Bota vacía", [23750] = "Bota llena", [23751] = "Odre del agua más pura", [23752] = "Fras...
Lua
difference with lower case and upper case characters assertThat(validateRoute(createRoute(null, "duplicate", "DuplicATE"))) .containsExactly( new SameNameAndDescriptionForRouteNotice(1, "r1", "DuplicATE", "route_long_name")); } @Test public void noLongNameDifferentRouteShortNameAndRouteD...
Java
createRecordForType(type,b,offset,8+rleni); } /** * Default method for finding child records of a container record */ public static Record[] findChildRecords(byte[] b, int start, int len) { List<Record> children = new ArrayList<Record>(5); // Jump our little way along, creating records as we go int pos ...
Java
ert_eq(Day::new(22, Part::A), 5755, position); let card = poly(2020, &commands); assert_eq(Day::new(22, Part::B), 42152620178084, card); } #![allow(unused_parens)] #![allow(unused_variables)] #![allow(non_snake_case)] #![allow(dead_code)] use crate::style::{StyledNode, Style, Display, Edge, Pixels}; use crate...
Rust
); cur->bc_private.b.ip = ip; cur->bc_private.b.firstblock = NULLFSBLOCK; cur->bc_private.b.flist = NULL; cur->bc_private.b.allocated = 0; cur->bc_private.b.flags = 0; cur->bc_private.b.whichfork = whichfork; return cur; } /* * Calculate number of records in a bmap btree block. */ int xfs_bmbt_maxrecs( stru...
C
rect filter="url(#shadowB)" rx="4" ry="4" x="0.0" width="184.8" y="160.0" style="fill:#fff9ec;stroke:black;stroke-width:1" id="Substance.instance" height="78.0"></rect><line y1="188.0" x1="0.0" y2="188.0" x2="184.8" style="stroke:dimgrey;stroke-width:1" id="n92"></line><text x="92.4" y="180.0" id="n93" fill="black" cla...
HTML
5班胡宜民等5个同学在市委一楼贴出了《坚决打倒三相信》的革命大字报。 </p> <p> ②华国锋特派赵冰岩到湖大召开大型座谈会,辩论要文斗还是要武斗,实际上是“好得很”还是“糟得很”;并要求以湖大为重点,带动各校的所谓“大辩论”。 </p> <h3> <em> ③军区副司令员刘子云在省委会上听了华国锋传达陶铸、王任重的黑“指示”后,便指使他的儿子刘××、李副司令员的儿子李×,串连王延春的女儿王虹霞(一中学生),组织“红色政权保卫军”(以后简称“长保军”)。省委书记徐启文、前省委书记周礼的儿女都参加了;接着,龙书金的儿子龙××在一中也参加了同“长保军”一样观点的“8·31”组织。军区当时即指派干部易...
HTML
for(int i = 0; i < 3; i++) { this.inputTanks[i] = new FluidTank(Fluids.NONE, 24_000); } this.outputTanks[0] = new FluidTank(Fluids.NONE, 24_000); this.purexModule = new ModuleMachinePUREX(0, this, slots) .itemInput(4).itemOutput(7) .fluidInput(inputTanks[0], inputTanks[1], inputTanks[2]).fluidOutpu...
Java
源汽车。”接下来,请回答以下问题:中国政府为什么要制定支持新能源汽车产业的政策? | | 问答任务 | “追风少年”是哪个电竞战队的名字? | | 摘要任务 | 给定一篇长文,请生成一篇简短的摘要。 | | 补全任务 | 完成下列句子:“昨天晚上去看电影,我选了《流浪地球》,因为……” | | 翻译任务 | 将以下英文句子翻译成中文:“It is not in the stars to hold our destiny but in ourselves.” | | 开放生成 | 请生成两个不同的句子,其中包含“春天”的主题 | | 分类 | 请将下列物品按照颜色分类:草莓、橙子、柠檬、苹果、香蕉、柿子 | | 编辑 | 下面这段话需...
Markdown
WRITTEN(kSuccess) // TODO(xhwang): Reenable this after http:://crbug.com/415401 is fixed. // WRITE_FILE(kData, kDataSize) CLOSE_FILE // Write() didn't finish and the content of the file is not modified. CREATE_FILE_IO OPEN_FILE EXPECT_FILE_OPENED(kSuccess) READ_FILE EXPECT_FILE_READ(...
C++
1]; for (const char of line) { switch (char) { case LabyrinthField.START: { if (layer.hasSpawn || this.currentLab.layerSpawn !== undefined) { throw new Error('Labyrinth has multiple Start positions!'); } layer.hasSpawn = true; th...
Typescript
/* Copyright (c) 2020, Samsung Electronics Co., Ltd. All Rights Reserved. */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the above copyright notice, this...
C
alcc.number_of_vertex_attributes(), alcc.number_of_halfedges(), alcc.template one_dart_per_cell<2>().size() ); typedef typename LCC::Vertex_attribute_range::iterator VCI; VCI vit, vend = alcc.vertex_attributes().end(); for (vit=alcc.vertex_attributes()....
C
d[20]; return (*this); } //----------------------------------------------------------------------------- // assignment operator -= tens4ds inline tens4d& tens4d::operator -= (const tens4ds& t) { d[ 0] -= t.d[ 0]; d[27] -= t.d[ 6]; d[54] -= t.d[ 6]; d[ 1] -= t.d[ 1]; d[28] -= t.d[ 7]; d[55] -= t...
C++
askStatus.approved, TaskStatus.inProgress => TaskStatus.approved, /// The job been approved does not magically cause /// the materials to arrive. We are unlikely to /// be in this state unless the user has driven /// the job through an unusual path, but still.. TaskStatus.awaitingMa...
Dart
,122.8125 L 287.875,118.96875 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z ", "name" : "Val d'Oise"}}}); /*! DataTables 1.10.21 ...
JavaScript
, t4, focus; for (int i=2; i<n; i++) { i1 = d(i-2)+1; i2 = d(i-1)+1; i3 = d(i)+1; if (i3 == 1) m1(i1-1, i2-1) = m1(i1-1, i2-1) + 1; if (i3 == 2) m2(i1-1, i2-1) = m2(i1-1, i2-1) + 1; } for (i1 = 0; i1 < 2; i1++) { for (i2 = 0; i2 < 2; i2++) { for (i3 = 0; i3 < 2; i3++) { ...
C++
,$10 # qhasm: a1 = select bytes from a03 by sel3 # asm 1: shufb >a1=vec128#33,<a03=vec128#14,<a03=vec128#14,<sel3=vec128#25 # asm 2: shufb >a1=$35,<a03=$16,<a03=$16,<sel3=$27 shufb $35,$16,$16,$27 # qhasm: int32323232 b1619s1 = b1619 << shlw0001 # asm 1: shl >b1619s1=vec128#6,<b1619=vec128#3,<shlw0001=vec128#6 # asm ...
Assembly
rgumentParser__AppendOutputText_0x00412DAE = 0x00412DAE, ArgumentParser__CommandLineArgList__AddCmd_0x00402AD4 = 0x00402AD4, ArgumentParser__CommandLineArgList__AddCmd_0x00402B50 = 0x00402B50, ArgumentParser__CommandLineArgList__AddCmd_0x00402BC6 = 0x00402BC6, ArgumentParser__CommandLine...
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. using CommunityToolkit.Authentication; using CommunityToolkit.Graph.Extensions; using Microsoft.Graph; using Window...
C#
'nl'), Locale.fromSubtags(languageCode: 'or'), Locale.fromSubtags(languageCode: 'pl'), Locale.fromSubtags(languageCode: 'pt'), Locale.fromSubtags(languageCode: 'pt', countryCode: 'BR'), Locale.fromSubtags(languageCode: 'ro'), Locale.fromSubtags(languageCode: 'ru'), Locale.from...
Dart
, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\...
JavaScript
github.com/webx-top/echo) #### Echo is a fast and unfancy web framework for Go (Golang). Up to 10x faster than the rest. This package need >= **go 1.25** ## Features - Optimized HTTP router which smartly prioritize routes. - Build robust and scalable RESTful APIs. - Run with standard HTTP server or FastHTTP server. -...
Markdown
kback_strength": 3.0, "reaction_choices": [ { "weight": 1, "value": { "event": "minecraft:become_stunned", "target": "self" } }, { "weight": 1 } ] } ``` ## reflect_projectiles breeze ```json "minec...
Markdown
or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /*------------------------------------* $CONTENTS \*------------------------------------*/ /** * STYLE GUIDE VARIABLES------------------Declarations of Sass variables * -----Typography * -----...
CSS
/{" + "name=folders/*/locations/*/services/*/quotaInfos/*}\022\330\002\n" + "\024ListQuotaPreferences\022:.google.api.cloudquotas.v1beta.ListQuotaPr" + "eferencesRequest\032;.google.api.cloudquota" + "s.v1beta.ListQuotaPreferencesResponse\"\306\001" + "\332A\006parent\2...
Java
템에서 문제가 발생하더라도 조직 전체가 손상되는 것을 제한하는 역할을 합니다.</p> <p>11월 14일부터 17일까지 위협 행위자가 정찰을 한 다음 당사의 내부 위키(Atlassian Confluence 사용)와 당사의 버그 데이터베이스(Atlassian Jira)에 액세스했습니다. 11월 20일과 21일에 추가 접속이 확인되었는데, 이는 접속이 가능한지 테스트하려고 다시 접속한 것일 수 있습니다.</p> <p>위협 행위자는 그 후 11월 22일에 돌아와서 Jira용 ScriptRunner를 사용하여 Atlassian 서버에 지속해서 액세스하고 Atlassian...
HTML
= 3*x + 2*y -2; gradient[1] = 2*x + 6*y +8; return(0); } }; int main() { int i; // IPOPT // ----- /* create the system to be optimized */ IpoptSystem sysIPOPT; Vector lowerBoundsIPOPT(sysIPOPT.getNumParameters()); Vector upperBoundsIPOPT(sysIPOPT.getNumParameters()); ...
C++
= global, buffer = buffer, } end ---Restore mappings from previously created snapshot of given mode. ---If there is no snapshot, nothing happen. ---@param mode ShortenMode function M:restore(mode) local snapshot = self.mode_to_snapshot[mode] if not snapshot then return end -- Rest...
Lua
/* This file is part of KDDockWidgets. SPDX-FileCopyrightText: 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com> Author: Sérgio Martins <sergio.martins@kdab.com> SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only Contact KDAB at <info@kdab.com> for commercial licensing options...
C
DBKeepHookPoint dbhookPoint in dbkeepHookPoints) { List<DBKeepHookPoint> currentArray; string key = dbhookPoint.KeepComponentSkinID + "H:" + dbhookPoint.Height; if (!hookPointList.ContainsKey(key)) hookPointList.Add(key, currentArray = new List<DBKeepHookPoint>()); else currentArray = hookP...
C#
org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * l...
C++
terminated due to flood mitigation. The default limit is 100. * NOTE: flood and abuse mitigation for upstream connections is presently enabled by the * `envoy.reloadable_features.upstream_http2_flood_checks` flag. */ 'max_inbound_priority_frames_per_stream': (_google_protobuf_UInt32Value__Output | null); ...
Typescript
.link/cwg906">906</a></td> <td>CD2</td> <td>Which special member functions can be defaulted?</td> <td class="none" align="center">Unknown</td> </tr> <tr id="908"> <td><a href="http://wg21.link/cwg908">908</a></td> <td>CD2</td> <td>Deleted global allocation and deallocation functions</td> ...
HTML
_RDPHALF_2, (_SHIFTL(dsdx, 16, 16) | _SHIFTL(dtdy, 0, 16))) #define gSPTextureRectangleFlip(pkt, xl, yl, xh, yh, tile, s, t, dsdx, dtdy) \ { \ Gfx *_g = (Gfx *)(pkt); \ \ _g->words.w0 = (_SHIFTL(G_TEXRECTFLIP, 24, 8) | _SHIFTL(xh, 12, 12) |\ _SHIFTL(yh, 0, 12)); \...
C
N|Use the Surveying Markers next to the Draenei banner.|; Surveying Marker Two placed: 1/1 C Surveying the Ruins|QID|10335|U|29445|QO|3|M|55.80,19.99|Z|109; Netherstorm|N|Use the Surveying Markers next to the Draenei banner.| C The Minions of Culuthas|QID|10336|US|M|55.69,20.24|Z|109; Netherstorm|N|Kill 5 Eyes of Culut...
Lua
.comments a{color:#428bdd !important;} .syntaxhighlighter .string,.syntaxhighlighter .string a{color:lime !important;} .syntaxhighlighter .keyword{color:#aaaaff !important;} .syntaxhighlighter .preprocessor{color:#8aa6c1 !important;} .syntaxhighlighter .variable{color:aqua !important;} .syntaxhighlighter .value{color:...
CSS
essfully"); } } Ok(()) } } } type InstallerResult<T> = Result<T, Box<dyn Error>>; pub trait RoamProtocolInstaller { fn install(&mut self) -> InstallerResult<()>; fn uninstall(&mut self) -> InstallerResult<()>; } <reponame>liushuyu/conch-parser<filename>test...
Rust
#1 stur w0, [x2, #255] add x2, x3, #1 sturb w0, [x2, #255] add x2, x3, #1 sturh w0, [x2, #255] add x2, x3, #1 stnp d0, d1, [x2, #16] add x2, x3, #1 stnp q0, q1, [x2, #16] add x2, x3, #1 stnp s0, s1, [x2, #16] add x2, x3, #1 stnp s0, s1, [x2, #16] add x2, x3...
Assembly
the specific language governing permissions and // limitations under the License. /** * @fileoverview Definition of the goog.ui.tree.TreeNode class. * * @author arv@google.com (Erik Arvidsson) * @author eae@google.com (Emil A Eklund) * @author jonp@google.com (Jon Perlow) * * This is a based on the webfx tree ...
JavaScript
post/id/307740) - [ ] [Zimbra CVE-2024-27443 XSS漏洞袭击了129 K台服务器,Sednit疑似](https://www.anquanke.com/post/id/307736) - [ ] [美国和欧洲刑警组织在RapTor行动中逮捕了270名暗网毒贩](https://www.anquanke.com/post/id/307731) - [ ] [在深度造假和网络犯罪的压力下,数字信任正在破裂](https://www.anquanke.com/post/id/307728) - [ ] [CertiK荣获以太坊基金会两项资助,领跑zkEVM形式化验证](https...
Markdown
m que os usuários abandonem seus carrinhos de compras e passem para a concorrência. Um minuto de inatividade pode facilmente se traduzir na perda de <a href="https://www.gremlin.com/ecommerce-cost-of-downtime">dezenas de milhares de dólares</a>.</p> <p>A frequência, sofisticação e tamanho dos ataques DDoS exigem uma n...
HTML
@Test fun wiFiOffOnExit() { // execute val actual = fixture.wiFiOffOnExit() // validate assertThat(actual).isFalse } @Test @Config(sdk = [Build.VERSION_CODES.P]) fun wiFiOffOnExitLegacy() { // setup doReturn(true).whenever(repository).resourceBoolean(...
Kotlin
-mod-and-the-ouya/</a> for helping to keep the Ouya alive</p> </div> </div> </body> </html> <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>mRemoteNG Advanced External Tools - Setting Up FileZilla FTP Client</title> <meta ht...
HTML
U+9e3d-9e3f, U+9e42-9e43, U+9e45, U+9e48-9e4a, U+9e4c, U+9e4f, U+9e51, U+9e55, U+9e64, U+9e66, U+9e6b, U+9e6d-9e6e, U+9e70, U+9e73, U+9e75, U+9e78, U+9e80-9e83, U+9e87-9e88, U+9e8b-9e8c, U+9e90-9e91, U+9e93, U+9e96, U+9e9d, U+9ea1, U+9ea4, U+9ea6, U+9ea9-9eab, U+9ead, U+9eaf, U+9eb4, U+9eb7-9eb8) ); /* noto-sans-tc-[2...
CSS
18f58035dcfdc26a",d:2,n:"RomikaHungary",block:3,inactive:1}, {s:"RMPL",a:"0xe17f017475a709de58e976081eb916081ff4c9d5",d:9,OneInch:"RMPL"}, {s:"RMT",a:"0x0152289fe0ed9f3d61485bc8cba2d09ec75c64a3",d:18,n:"Real Madrid Token",block:3,inactive:1}, {s:"RMX",a:"0x1986e6bc922cd7d9d239867a14e8bae29b7c1cc3",d:18,n:"Remix Toke...
JavaScript
.io/api/autoscaling/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/client-go/kubernetes" "github.com/grafana/rollout-operator/pkg/config" ) const ( NoDownscaleWebhookPath = "/admission/no-downscale" ) var tracer = otel.Tracer...
Go
T3E7QU.png)   说明 key 放在 so 层中也是不安全的   密钥硬编码案例:   下面为乌云平台一些 APP 漏洞案例,详细可做参考:   [密钥硬编码](436b34f44b9f95fd3aa8667f1ad451b16a683c5957c8d733b3809de3444b7c6fffae9f78c9c65e6f292dd695bd96daa0c3f153ebdaeb4f1b582e5c13e28f97c3601018d9e8a589033217ff27785e473dbcc50607f5530dd0a63dd6f512327a46effe31c0ed8b01752287563eebc03bf249...
Markdown
in the Java 6 method DatatypeConverter.parseBase64Binary(String) // The non-ASCII characters should just be ignored @Test @Throws(Exception::class) fun nonASCIIcharacter() { assertEncoded("f", "Zg=À=") // A-grave assertEncoded("f", "Zg=\u0100=") } companion object { pri...
Kotlin
#!/usr/bin/env python3 import os from mpi4py import MPI from stable_baselines.common import set_global_seeds from stable_baselines import bench, logger from stable_baselines.common.atari_wrappers import make_atari, wrap_deepmind from stable_baselines.common.cmd_util import atari_arg_parser from stable_baselines.commo...
Python
.audio.muted) { return true; } if (mutedStatus) { return true; } } return false; }; /** * @param {Object} participant the locus participant * @returns {Boolean} */ MemberUtil.isVideoMuted = (participant: any) => { if (!participant) { throw new ParameterError('Video could not be pr...
Typescript
} ] } else { this.caloriedata['macroarray'] = [ { name: 'Low Carb, High Fat', pmacro: (Math.round(weight*220.46226218100)/100), get pcals() { return (4*this.pmacro) }, fcals: (calories*0.3), get fmacro() { return (Math.round((this.fcals*100)/900)) }, ...
Typescript
5 -0.5V2.5A0.5 0.5 0 0 0 13.5 2Zm-4 0h-3a0.5 0.5 0 0 0 -0.5 0.5v1a0.5 0.5 0 0 0 0.5 0.5h3a0.5 0.5 0 0 0 0.5 -0.5v-1A0.5 0.5 0 0 0 9.5 2Zm-5 0h-3a0.5 0.5 0 0 0 -0.5 0.5v10a0.5 0.5 0 0 0 0.5 0.5h2a0.5 0.5 0 0 0 0.5 -0.5v-1a0.5 0.5 0 0 0 -0.5 -0.5H2V7H3.5A0.5 0.5 0 0 0 4 6.5v-1A0.5 0.5 0 0 0 3.5 5H2V4H4.5A0.5 0.5 0 0 0 5 ...
HTML