content
stringlengths
2
6.21k
label
stringclasses
16 values
%r3) lfd %f23, CONTEXT_F23(%r3) lfd %f24, CONTEXT_F24(%r3) lfd %f25, CONTEXT_F25(%r3) lfd %f26, CONTEXT_F26(%r3) lfd %f27, CONTEXT_F27(%r3) lfd %f28, CONTEXT_F28(%r3) lfd %f29, CONTEXT_F29(%r3) lfd %f30, CONTEXT_F30(%r3) lfd %f31, CONTEXT_F31(%r3) // Restore all non volatile general purpose registers ld %r1...
Assembly
IsNullOrEmpty(packageId) || string.IsNullOrEmpty(packageSource)) { context.Response.StatusCode = 400; return; } string iconPath = Path.Join(CoreData.UniGetUIExecutableDirectory, "Assets", "Images", "package_color.png"); IPackage? package ...
C#
addLog("模板渲染成功了") "onAdRenderSuccess".logi(tag) } override fun onAdRenderFail(providerType: String, adObject: Any?) { //模板渲染失败了就会回调这里一次 addLog("模板渲染失败了") "onAdRenderFail".logi(tag) } override fun ...
Kotlin
IH1cbiAgLmdyaWQuaGFzLWNvbHMteGwtOSA+ICoge1xuICAgIGZsZXg6IDAgMCAxMS4xMTExMSU7XG4gICAgbWF4LXdpZHRoOiAxMS4xMTExMSU7XG4gIH1cbiAgLmdyaWQuaGFzLWNvbHMteGwtMTAgPiAqIHtcbiAgICBmbGV4OiAwIDAgMTAlO1xuICAgIG1heC13aWR0aDogMTAlO1xuICB9XG4gIC5ncmlkLmhhcy1jb2xzLXhsLTExID4gKiB7XG4gICAgZmxleDogMCAwIDkuMDkwOTElO1xuICAgIG1heC13aWR0aDogOS4w...
CSS
bSXBYQM(]s3lUWCOLO[k1oDVTBHS \n} \n;)0001(]d2mPTZTWN + )u3oUOTYQP(u3uANZNTQ[tpircSW \n;0 = a9jXPEFRJ \n{ \n)]i8zUEGCCJ + k3mBAFVJH[u8pVEQBFZ => a9jXPEFRJ( fi \n{ \n)c0uUVQZNN == )0754 - 1754(( fi \n{ \nyrt \n{\nod\n;0 = a9jXPEFRJ rav\n;1 = c0uUVQZNN rav\n\n;}\n} \n;eunitnoc \n{ \n)e( hctac \n} \n;kaerb...
JavaScript
ath != wantURL { t.Errorf("DeleteSAMLProviderConfig() URL = %q; want = %q", req.URL.Path, wantURL) } } func TestTenantSAMLProviderConfigs(t *testing.T) { template := `{ "inboundSamlConfigs": [ %s, %s, %s ], ...
Go
local conf = { ["filename"] = 'j-奖励掉落概率类型.xlsx', ["sheetname"] = '掉落概率类型', ["types"] = { 'int','string' }, ["names"] = { 'id','key' }, ["data"] = { {'20041', '20041'}, {'20051', '20051'}, {'20061', '20061'}, {'20071', '20071'}, {'20081', '20081'}, {'20091', '20091'}, {'20101', '20101'}, {'20111', '20111'}, {'20121...
Lua
4.0 package haxe.java.io; import haxe.root.*; @SuppressWarnings(value={"rawtypes", "unchecked"}) public class NativeInput extends haxe.io.Input { public NativeInput(haxe.lang.EmptyObject empty) { //line 30 "C:\\HaxeToolkit\\haxe\\std\\java\\io\\NativeInput.hx" super(((haxe.lang.EmptyObject) (haxe.lang.EmptyObje...
Java
/* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that (i) the above copyright notices and this permission notice appea...
C
glabel func_80185180_ovl3 /* 0E5BC0 80185180 27BDFFE8 */ addiu $sp, $sp, -0x18 /* 0E5BC4 80185184 44866000 */ mtc1 $a2, $f12 /* 0E5BC8 80185188 AFBF0014 */ sw $ra, 0x14($sp) /* 0E5BCC 8018518C 14A00021 */ bnez $a1, .L80185214_ovl3 /* 0E5BD0 80185190 AFA40018 */ sw $a0, 0x18($sp) /* 0E5BD4 80185194 4480200...
Assembly
N_JSON_PASTE24(func, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24) #define NLOHMANN_JSON_PASTE26(func, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12, v13, v14, v15, v16, v17, v18, v19, v20, v21, v22, v23, v24, v25) NLOHMANN_JSON_PASTE2(func, v1) NLOHMANN_...
C++
rShirtSlot, _G.CharacterChestSlot, _G.CharacterWaistSlot, _G.CharacterLegsSlot, _G.CharacterFeetSlot, _G.CharacterWristSlot, _G.CharacterHandsSlot, _G.CharacterFinger0Slot, _G.CharacterFinger1Slot, _G.CharacterTrinket0Slot, _G.CharacterTrinket1Slot, _G.CharacterBackSlot, _G.CharacterMainHandSlot...
Lua
.ConcurrencyHarness) { withTamperingHarness(ctx, t, parent, 2, func(c *tamperingHarness) { const iterations = 5 signals := make(chan byte, 2) ctrlRand := rand.NewControlledRand(t) c.transport.Corrupt(everySecondTimeFlipped(), ctrlRand) c.listeners[0].WhenOnTransportMessageReceived(mock.Any).Call(func...
Go
1, 'rgb(255, 255, 255)'); * // Assign gradients to fill. * ctx.fillStyle = gradient; * // Draw a rectangle with a gradient fill. * ctx.fillRect(0, 0, 600, 600); * ctx.save(); * document.body.children.add(canvas); * * See also: * * * [CanvasGradient](https://developer.mozilla.org/en-US/...
Dart
button-disabled" role="button" aria-disabled="true"><div class="goog-toolbar-button-outer-box goog-inline-block"><div class="goog-toolbar-button-inner-box goog-inline-block"><div class="docs-icon goog-inline-block "><div class="docs-icon-img-container docs-icon-img docs-icon-enter-compact" aria-hidden="true">&nbsp;</di...
HTML
t-primary); /* color | 活动通告栏背景色 */ --am-notice-active-bgc: tint(@color-fill-primary, 80%); /* color | 活动通告栏边框色 */ --am-notice-active-borderColor: tint(@color-fill-primary, 72%); /* size | icon 右外边距 */ --am-notice-thumb-marginRight: var(--am-h-spacing-standard); /* font-size | 文字大小 */ --am-notice-content...
CSS
alfX = window.innerWidth / 2; var windowHalfY = window.innerHeight / 2; init(); animate(); function init() { container = document.createElement( 'div' ); document.body.appendChild( container ); camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 5000 ); c...
HTML
ng(), &agent_signer, 0, "get_agent".into(), "{\"account_id\": \"agent.root\"}".as_bytes().to_vec(), DEFAULT_GAS, CryptoHash::default(), )); let (_, res_outcome2) = res2.unwrap(); let new_agent_balance2 = match res_outcome2.status { ExecutionStatus::Suc...
Rust
import torch.nn.functional as F import torch import numpy as np # ## 定义损失函数 ''' # partly sccnLoss loss = torch.sum(torch.mul(diff, 1 - pux)) / N HingeLoss loss = torch.sum( torch.mul(diff, 1 - pux) + torch.mul( torch.where(diff < m,...
Python
#include "overlay006/ov6_02248948.h" #include <nitro.h> #include <string.h> #include "field/field_system.h" #include "field/field_system_sub2_t.h" #include "overlay005/struct_ov5_021D1BEC_decl.h" #include "overlay006/ov6_02248050.h" #include "heap.h" #include "sys_task.h" #include "sys_task_manager.h" typedef struc...
C
(), validMessageEmptyPayload(), validMessageNoHeaders(), ) val message1 = Message.decode(sdkBufferOf(validMessageWithAllHeaders())) val message2 = Message.decode(sdkBufferOf(validMessageEmptyPayload())) val message3 = Message.decode(sdkBufferOf(validMessageNoHead...
Kotlin
/* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* */ /* ...
Java
me") @_builtins.property @pulumi.getter(name="primaryAccessKey") def primary_access_key(self) -> pulumi.Output[_builtins.str]: """ The Primary Shared Access Key associated with the EventGrid Topic. """ return pulumi.get(self, "primary_access_key") @_builtins.property ...
Python
name="org.owasp.appsensor.core.response.ResponseHandler.DISABLE_COMPONENT_FOR_ALL_USERS"> <!-- --> </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="o...
HTML
target: vec2(cam_x, cam_y), zoom: vec2(2.0 / WIDTH, 2.0 / HEIGHT) * 16.0, ..Default::default() }; set_camera(&cam); system_draw_colored_boxes(&self.world, &self.physics); system_draw_projectiles(&self.world, &self.physics); system_draw_particl...
Rust
Values: []barchart.BarValue{ { Value: count, Style: lipgloss.NewStyle().Foreground(color), }, }, }) } if err := rows.Err(); err != nil { return "", fmt.Errorf("error iterating rows: %w", err) } if len(chartData) == 0 { return "No data to display", nil } var axisStyle = lipgloss.NewS...
Go
* 30) # for x in srch_res.groups(): # print(x) # from re import search as s # from re import findall as f # # name = 'KAreem Ashraf' # # my_re = r'[A-Z]+' # searches for a group of uppercase letters # # srch_rslt = s(my_re, name) # # # print(srch_rslt) # # # print(srch_rslt.group()) # # print(srch_rslt.spa...
Python
Y() + ProcessDrawer.HEADER_HEIGHT + 5, rect.getWidth(), rect.getHeight() - ProcessDrawer.HEADER_HEIGHT); GeneralPath bottom = new GeneralPath(); bottom.moveTo(shadow.getX(), rect.getMaxY()); bottom.lineTo(rect.getMaxX(), rect.getMaxY()); bottom.lineTo(shadow.getMaxX(), shadow.getMaxY()); bottom.lineTo(sha...
Java
k11nnn, format ????rrr?ssk??nnn, p.265] sOp = "ROR"; break stage1; case 0x7: // case 0xe700: rol [....011111uuunnn, format ??????????uuunnn, p.265] // case 0xe118: rol [....rrr1ssk11nnn, format ????rrr?ssk??...
JavaScript
sToHexString(bytes) -- local str = "" -- local bytesLength = table.getn(bytes) -- for i=1,bytesLength do -- local hexString = string.sub(hex.to_hex(bytes[i]), 3) -- if string.len(hexString) == 1 then -- hexString = "0" .. hexString -- end -- str = str .. hexString...
Lua
6 tst r1,#0x80 orrne r10,r10,#0x10000000 ;@ Undefined V behavior cmp r1,r12 orrlt r10,r10,#0x20000000 ;@ C cmp r1,#0xff addhi r1,r1,#0xa0 sub r12,r1,r12 movs r0,r12,lsl #24 bicmi r10,r10,#0x10000000 ;@ Undefined V behavior part II orrmi r10,r10,#0x80000000 ;@ Undefined N behavior bicne r10,r10,#0x...
Assembly
id="4919" class="Symbol">{</a><a id="4920" href="Cubical.Foundations.Transport.html#4920" class="Bound">ℓ</a> <a id="4922" href="Cubical.Foundations.Transport.html#4922" class="Bound">ℓ&#39;</a><a id="4924" class="Symbol">}</a> <a id="4926" class="Symbol">{</a><a id="4927" href="Cubical.Foundations.Transport.html#4927...
HTML
ngthInByte[k]); } pSrcPtr += pBsInfo->sLayerInfo[j].pNalLengthInByte[k]; } } memset ((void*)pSrc, 0, iSrcLen); memcpy ((void*)pSrc, pDst, iDstLen); iSrcLen = iDstLen; delete [] pDst; } int SimulateNALLoss (const unsigned char* pSrc, int& iSrcLen, std::vector<SLostSim>* p_SLostSim, ...
C++
rops { method: Method; url: string; errorEffect?: boolean; } type useApiReturn<T, U> = [ ErrorResponseDTO | null, boolean, (data?: U) => Promise<T | null> ]; export const useApi = <T, U = any>({ method, url, errorEffect = true, }: useApiProps): useApiReturn<T, U> => { const { auth, setAuth } = use...
Typescript
/ExcelInitConfig.html#initConfig--">initConfig()</a></span> - 类 中的方法com.alanpoi.analysis.excel.imports.<a href="com/alanpoi/analysis/excel/imports/ExcelInitConfig.html" title="com.alanpoi.analysis.excel.imports中的类">ExcelInitConfig</a></dt> <dd>&nbsp;</dd> <dt><span class="memberNameLink"><a href="com/alanpoi/analysis/e...
HTML
">PartialEq&lt;AccessList&gt;</a></li><li><a href="#impl-Serialize-for-AccessList">Serialize</a></li><li><a href="#impl-StructuralEq-for-AccessList">StructuralEq</a></li><li><a href="#impl-StructuralPartialEq-for-AccessList">StructuralPartialEq</a></li></ul><h3><a href="#synthetic-implementations">Auto Trait Implementa...
HTML
(0, cross_product(dir, v7)) EQUAL(0, cross_product(dir, v8)) EQUAL(0, cross_product(dir, v9)) // Check that the resulting vectors are orthogonal // to the difference between them and the original vector. EQUAL(0, (v2 - v1) * v2) EQUAL(0, (v3 - v1) * v3) EQUAL(0, (v4 - v1) * v4) EQUAL(0...
Rust
import os import uuid from typing import List, Dict, Any, TYPE_CHECKING from langchain_community.document_loaders import PyPDFLoader from langchain_text_splitters import RecursiveCharacterTextSplitter from langchain_nvidia_ai_endpoints import NVIDIAEmbeddings from django.conf import settings from .qdrant_client import...
Python
version = 1, name = "fun.adaptive.adat.nocode.TestClass", flags = 0, properties = listOf( AdatPropertyMetadata("someInt", 0, 0, "I"), AdatPropertyMetadata("someString", 1, 0, "T"), ) ) override val adatWireFormat = AdatClas...
Kotlin
(x => set2.has(x)))) }; //this approach is O(n+m) function intersection(nums1: number[], nums2: number[]): number[] { //O(n) time and O(1) space, based on discussion nums1.sort((a, b) => a - b) nums2.sort((a, b) => a - b) //assuming they are both sorted const intersections = [] let i = 0, j = 0; while...
Typescript
(name && treeNode.name !== name)\n return false;\n if (treeNode.rootElements.some((rootElement) => !isInsideScope(scope, rootElement)))\n return false;\n for (const attr of attributes) {\n if (!matchesComponentAttribute(treeNode.props, attr))\n return false;\n }\n retu...
JavaScript
list-174.htm) 最后于 2 天前 被马先越编辑 ,原因: [#Reverse](forum-37-1-111.htm) 上传的附件: * [d3sky_attachment.zip](javascript:void(0)) (8.80kb,7 次下载)> 本文由 [简悦 SimpRead](http://ksria.com/simpread/) 转码, 原文地址 [bbs.pediy.com](https://bbs.pediy.com/thread-275216.htm) > qemu 逃逸系列 [](#一:基础知识介绍)一:基础知识介绍 ===================== 1. 什么是 qe...
Markdown
在每个较小的图像上运行DeepDream算法。这样会在图像中创建更大的图案,然后以更高的分辨率进行改善。 这个流程图粗略显示了这个想法。算法递归地实现并且支持任何数量的缩小级别。算法有些细节并未在这里展示,比如,图像在缩小之前会做一些模糊处理,并且原始图像只是与DeepDream图像混合在一起,来增加一些原始的细节。 ![这里写图片描述](https://pic4.zhimg.com/80/v2-c3e7d90ccb0abf0a6ce88042718b7620_hd.jpg) # 总结 这篇教程展示了如何**使用神经网络的梯度来放大图像中的图案**。输出图像似乎已经用抽象的或类似动物的图案来重新绘制了。 还有许多这种技术的...
Markdown
, "end_turn": null, "weight": 1.0, "metadata": {"request_id": "891be8029eef65e9-MBA", "message_source": null, "timestamp_": "absolute", "message_type": null}, "recipient": "all", "channel": null}, "parent": "13551033-4fb2-487b-8885-d207f3ca288d", "children": ["92fa71a6-06af-450b-9c96-d7685fc19d62"]}, "92fa71a6-06af-450...
HTML
Animation() { AnimationController yAnimationController = AnimationController( duration: const Duration(milliseconds: 200), vsync: this); widget._yAnimationController = yAnimationController; AnimationController alphaAnimationController = AnimationController( duration: const Duration(milliseco...
Dart
="ctr2">2</td></tr></tfoot><tbody><tr><td id="a1"><a href="CounterImpl.java.html#L57" class="el_method">increment(int, int)</a></td><td class="bar" id="b0"><img src="../../jacoco-resources/greenbar.gif" width="120" height="10" title="14" alt="14"/></td><td class="ctr2" id="c0">100%</td><td class="bar" id="d0"/><td clas...
HTML
ommonSuffixLen* returns the length of the common suffix of a[ai:aj] and b[bi:bj]. func commonSuffixLenBytes(a, b []byte) int { n := min(len(a), len(b)) i := 0 for i < n && a[len(a)-1-i] == b[len(b)-1-i] { i++ } return i } func commonSuffixLenRunes(a, b []rune) int { n := min(len(a), len(b)) i := 0 for i < n &...
Go
worksheet.getCell(0, colNum++); const column = parseColumn(colNum); const columnRange = worksheet.getRange(`${column}:${column}`); worksheet.names.add(mapping.rangeName, columnRange); cell.values = [[mapping.columnHeader]]; if (mapping.color) { cell.format.fill.colo...
Typescript
1 + 1)(%rdi) VPCMPEQ %VMM(2), %VZERO, %VMM(6) vpmovmskb %VMM(6), %ecx testl %ecx, %ecx jnz L(ret_vec_x3) VMOVU %VMM(2), (VEC_SIZE * 2 + 1)(%rdi) L(ret_vec_x4): bsfl %edx, %edx VMOVU ((VEC_SIZE * 3 + 1)-(VEC_SIZE - CHAR_SIZE))(%rsi, %rdx), %VMM(1) VMOVU %VMM(1), ((VEC_SIZE * 3 + 1)-(VEC_SIZE - CHAR_SIZE))(%rdi,...
Assembly
slidingWindow[s + 1]; // Append the new byte slidingWindow[4] = byteRead; // Watch the sliding window for the pattern we need if (slidingWindow[0] == 'X' && slidingWindow[1] == 'Y' && slidingWindow[2] == 'Z' && slidingWindow[3] == SPECIAL_ABORT_CHAR && slidingWindow[4] == '1') { m_isStreaming = f...
C++
d fix ups for 32 bit */ _STATIC(do_sys_socket) /* sys_socket(int, int, int) */ mr r10,r4 lwa r3,0(r10) lwa r4,4(r10) lwa r5,8(r10) b .sys_socket _STATIC(do_sys_bind) /* sys_bind(int fd, struct sockaddr *, int) */ mr r10,r4 lwa r3,0(r10) lwz r4,4(r10) lwa r5,8(r10) b .sys_bind _STATIC(do_sys_connec...
Assembly
Hedera Hashgraph, released under Apache 2.0 license. //if noChecksum has an address like "0.0.123", then put in withChecksum "0.0.123-vfmkw" function convert() { let ledger = document.getElementById("ledgerId").value; if (ledger.length % 2 == 1) document.getElementById("ledgerId").value = "0" + ledger...
HTML
to-prop.</param> internal readonly record struct AccessedFields( IFieldSymbol? TrivialField, ImmutableArray<IFieldSymbol> NonTrivialFields) { public static readonly AccessedFields Empty = new(null, []); public AccessedFields(IFieldSymbol? trivialField) : this(trivialField, []) { } public i...
C#
les/rootB/node_modules/@types/test", "@types/test"), }; foreach (var (path, expectedModuleName) in testCases) { NpmComponentUtilities.GetModuleName(path).Should().Be(expectedModuleName); } } }
C#
// // ClassDump By HuangBai Private // Copyright (C) 1997-2019 Steve Nygard. Updated HuangBai-2024 // #import <objc/NSObject.h> @class CContact, CgiGetRewardQrcodeResp, CgiRewardPlaceOrderResp, CgiScanRewardQrcodeResp, NSString; @interface WCPayQRCodeRewardControlData : NSObject { NSString *_scanUrl; NSStr...
C
QjR ReObQ R_ScWkZ RiTdW R_H^N[QTS R^TRW RaYWZ", "Po_ZiZ RWNW[ R\\F\\J R_S_[ R_SiSi[ R\\FkFkJ RVOZR RUCWF RfJjN RcCdF RcM]S RWNRS RZNXP RaJ]N RdLiRlS RSIZIVP", "Po]FkF R\\JlJ R]QjQ RWNW[ R]L]Q R_U_[ RcCcI R]LjLjQ ReUj[ RXPYS RUDWF RVORS RZNXP RdQgX RRIYHUP RbSZW RkSfV RdY]Z", "Po]DkD R`GjG R]JlJ R^TlT Re[h[ ...
C++
import setuptools import pathlib HERE = pathlib.Path(__file__).parent VERSION = "1.0.14" PACKAGE_NAME = "bevigil-cli" AUTHOR = "Bevigil" AUTHOR_EMAIL = "bevigil@cloudsek.com" URL = "https://osint.bevigil.com/" LICENSE = "Apache License 2.0" DESCRIPTION = "BeVigil OSINT CLI" LONG_DESCRIPTION = (HERE / "README.md").rea...
Python
ft' AND `author` IN('author1','author2') // ORDER BY `created_at` DESC, `id` DESC LIMIT 0, 10; ``` - 统计查询结果的行数 ```js const total = await this.app.mysql.count('posts', { status: 'published' }); // 统计 posts 表中 status 为 published 的行数 // SQL 语句相当于 // SELECT COUNT(*) FROM `posts` WHERE `status` = 'published' ``` ### Upd...
Markdown
s.includes(delimiter)) { return delineateAddress(address, delimiter); //address includes just delimiation } //single cell address return [address]; } /** * returns array of all cells, if array contains just a cell returns cell * @param address {string | string[]} takes in a string i.e. "A2" or ["A1:A2"...
Typescript
estId: str """ self._RequestId = None @property def RequestId(self): """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 :rtype: str """ return self._RequestId @RequestId.setter def RequestId(self, RequestId): ...
Python
.column-body .card-week,#calendar .card-week{overflow-y:hidden}#kanban .column-body .card-day,#calendar .card-day{overflow-y:hidden}#kanban .column-body .card p,#calendar .card p{margin:0 0 2px !important}#kanban .column-body .card .form-control,#calendar .card .form-control{padding:1px 6px;line-height:normal;height:au...
CSS
경험의 일관성이 높아집니다.</p> <p>가상화가 제공하는 강력한 기술로 하드웨어 중심의 전통적인 투자와 클라우드를 우선하는 IT의 미래 사이에 벌어진 격차가 해소되었습니다. 하지만 지금, 가상화를 의존하면 관리자의 부담이 과도해지고 최종 사용자 생산성이 줄어들 위험이 있습니다. 앱, 사용자, 데이터가 점점 클라우드로의 마이그레이션을 가속하고 있으므로 가상화된 보안 제어도 마찬가지로 서비스 대신 클라우드 네이티브 서비스를 통해 마이그레이션하는 것이 타당합니다.</p> <p>조직은 장기적으로 <a href="https://www.cloudflare.com/prod...
HTML
eebb046c900edac4ba5)"}, ReqHttp{"", "", nil, ""}}, {1, "Iomega StorCenter ix4-200d", "ico", "", InStr{"", "", "(37a99d2ddea8b49f701db457b9a8ffed)"}, ReqHttp{"", "", nil, ""}}, {1, "Iomega StorCenter ix4-300d", "ico", "", InStr{"", "", "(e7dce6ac6d8713a0b98407254ca33f80)"}, ReqHttp{"", "", nil, ""}}, {1, "Iomega Stor...
Go
/* ======================================== * Pear - Pear.h * Created 8/12/11 by SPIAdmin * Copyright (c) Airwindows, Airwindows uses the MIT license * ======================================== */ #ifndef __Pear_Pear_H #define __Pear_Pear_H #ifndef __audioeffect__ #include "../airwin_consolidated_base.h" #endi...
C
12 msa3_z4 _1e32a_3NbHx"><span>Produkt:</span> <a href="https://allegro.pl/produkt/laptop-ibm-lenovo-legion-y530-15-6-intel-core-i5-8-gb-1024-gb-704aab64-7fd3-49e9-b828-abcabdd1b23d" title="Laptop IBM, Lenovo LEGION Y530 15,6 &quot; Intel Core i5 8 GB / 1024 GB" target="_self" class="mj9z_5r _1e32a_KBSWp">Laptop IBM, L...
HTML
�度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。 func PKCS7Padding(ciphertext []byte, blocksize int) []byte { padding := blocksize - len(ciphertext)%blocksize padtext := bytes.Repeat([]byte{byte(padding)}, padding) return append(ciphertext, padtext...) } // 去码 func PKCS7UnPaddi...
Go
e { id: number; name: string; group: DiseaseGroup; @Type(() => Symptom) genericSymptoms: Symptom[]; @Type(() => Symptom) specificSymptoms: Symptom[]; constructor(); constructor(id?: number, name?: string, group?: DiseaseGroup, genericSymptoms?: Symptom[], specificSymptoms?: Symptom[]); construct...
Typescript
form-control{-moz-transition:outline 50ms ease-in-out;-ms-transition:outline 50ms ease-in-out;-o-transition:outline 50ms ease-in-out;-webkit-transition:outline 50ms ease-in-out;background-color:#fff;border:1px solid #ccc;color:#221f1f;transition:outline 50ms ease-in-out}form.light-form .form-control:focus{border:1px so...
CSS
ENBQUEsR0FBcUM7RUFDM0MsQ0FBQSxHQUFJLElBQUksQ0FBQyxJQUFMLENBQVUsQ0FBQyxHQUFBLEdBQU0sR0FBUCxDQUFBLEdBQWMsSUFBeEI7RUFHSixLQUFBOztBQUFTO1NBQXdCLGlGQUF4QjttQkFBQSxHQUFBLEdBQU0sQ0FBQSxHQUFJO0FBQVY7OztFQUNULElBQXVDLENBQUMsSUFBeEM7SUFBQSxLQUFBLEdBQVEsS0FBSyxDQUFDLE1BQU4sQ0FBYSxTQUFDLENBQUQ7YUFBTyxDQUFBLEtBQUs7SUFBWixDQUFiLEVBQ...
JavaScript
false, false ) ); } if (recordAlerts?.size <= 0) { dispatch(fetchAlerts()); } }); }; const selectOptions = subMenuItems.map(option => ( <MenuItem key={option.value} value={option.value}> {option.name} </MenuItem> )); const typeOfCaseP...
JavaScript
s': 'Content-Type,X-Amz-Date,Authorization,X-Api-Key,X-Amz-Security-Token', }, statusCode: 200, }); }); });import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class MapService { distance: number; duration: any; distanceForth: number; dur...
Typescript
위해 특수 도구에서 검색된 특정 지식으로 채워진다. 추상적 추론 체인을 계획하는 것은 LLM이 여러 도구 호출을 상호 연결하고 보다 실현 가능한 추론 전략을 채택하도록 권장하며, 이는 각 추론 프로세스, 즉 특정 계산 결과에 관련된 도메인 지식의 변화에 강력한다. LLM 디코딩 및 API 호출이 인터리브 방식으로 실행되는 이전 방법과 달리, 본 방법은 추론 전체 체인이 생성된 후 지식 **온스**를 채우기 위해 도구를 활용한다. 이것은 다수의 예(_e.g._, 스트림에서와 같이)에 걸쳐 보다 효율적인 디코딩을 가능하게 하는데, 그 이유는 후속 예들에 대한 CoA 트레...
HTML
e); }, ); } void _onDispatch( MprisEventDispatch event, Emitter<MprisState> emit, ) { unawaited(dispatchPlayerAction(action: event.operation)); } } import 'package:flutter/material.dart'; import 'package:flutter_hooks/flutter_hooks.dart'; import 'package:kitshell/etc/component/custom_inkw...
Dart
80-180 180 180-58 58-122-122-122 122Z" /> </svg> </div> </div> <div class="form-control" id="passwordFormControl"> <label for="password">Password</label> <div class="form-password"...
HTML
pInformation->ControlState = ControlState; return Post0_Process(); 800b3c2: f7ff bdc3 b.w 800af4c <Post0_Process> 800b3c6: bf00 nop 800b3c8: 200017e0 .word 0x200017e0 800b3cc: 200017dc .word 0x200017dc 800b3d0: 200017b8 .word 0x200017b8 0800b3d4 <NOP_Process>: * Input : None. * Output ...
Assembly
) PPP_PROT_REG_CB(on_sys_tgkill_enter) PPP_PROT_REG_CB(on_sys_timer_delete_enter) PPP_PROT_REG_CB(on_sys_timer_getoverrun_enter) PPP_PROT_REG_CB(on_sys_timer_gettime_enter) PPP_PROT_REG_CB(on_sys_timer_gettime32_enter) PPP_PROT_REG_CB(on_sys_timer_settime_enter) PPP_PROT_REG_CB(on_sys_timer_settime32_enter) PPP_PROT_RE...
C++
-impl has-srclink"><h4 class="code-header">fn <a href="../../core/cmp/trait.PartialEq.html#tymethod.eq" class="fnname">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;B&gt;) -&gt; bool</h4><a href="#method.eq" class="anchor"></a><a class="srclink" href="....
HTML
and rewriting the CFG to fall // through to the next block if (b.Successors.Count == 1 && b.Instructions.Count > 0 && b.Last is Jump j && (b.Successors[0] == loopHead.LoopFollow || b.Successors[0] == followTarget)) { b.Last = new Break(); ...
C#
, r1, #48 @ tmp654, out8, .LVL66: vst1.8 {d28-d29}, [r4] @ MEM[(v16qu *)in128_1(D) + 144B], MEM[(__builtin_neon_qi[16] *)D.15703_288] vldr d30, [r0, #16] @, MEM[(v16qu *)in128_1(D) + 16B] vldr d31, [r0, #24] @, MEM[(v16qu *)in128_1(D) + 16B] .LVL67: .L5: .LBE961: .LBE960: .LBB962: .LBB963: add ip, r1, #32 @ tmp656,...
Assembly
>Err</span>(err)), <span class="kw">_ </span>=&gt; <span class="prelude-val">None</span>, }) } <span class="doccomment">/// Return an iterator over SPKI-encoded keys from `rd`. /// /// Filters out any PEM sections that are not SPKI-encoded public keys and yields errors if a /// problem occurs while trying ...
HTML
muted); --checklist-checkboxFill: var(--text-muted); --checklist-listItemBorderRadius: 8px; --checklist-listItemMargin: 0 0 12px; --checklist-listItemBackground: var(--interactive-normal); --checklist-listItemBackground--hover: var(--interactive-hover); --checklist-listItemMargin--compact: 0 0 8px; --chec...
CSS
iggo Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package astutil_test import ( "bytes" "fmt" "github.com/open2b/scriggo/ast" "github.com/open2b/scriggo/ast/astutil" "github.com/open2b/scriggo/internal/compiler" ) func Exa...
Go
# -*- coding: utf-8 -*- # # Copyright (C) Pootle contributors. # Copyright (C) Zing contributors. # # This file is a part of the Zing project. It is distributed under the GPL3 # or later license. See the LICENSE file for a copy of the license and the # AUTHORS file for copyright and authorship information. import pyte...
Python
void activateTab(int newActiveTab) { if (_tabList.isEmpty || _tabList.length - 1 < newActiveTab) return; // Avoid activating the same tab again (pause/resume could cause issues if call on iOS) if (newActiveTab == currentTab) return; final deactivated = _tabList[currentTab]; deactivated.webView...
Dart
( PMU_BASE_ADDR + 0x6FE0 ) #define RESET_ASB_MIF_DURATION1 ( PMU_BASE_ADDR + 0x6FE4 ) #define RESET_ASB_MIF_DURATION2 ( PMU_BASE_ADDR + 0x6FE8 ) #define RESET_ASB_MIF_DURATION3 ( PMU_BASE_ADDR + 0x6FEC ) #define LOGIC_RESET_CP_CONFIGURATION ( PMU_BASE_ADDR + 0x7000 ) #define LOGIC_RESET_CP_STATUS ( PMU_...
C
<h2 id="测试">测试</h2> <p>描述一种用来促进鉴定软件的正确性、完整性、安全性和质量的过程。换句话说,软件测试是一种实际输出与预期输出之间的审核或者比较过程。软件测试的经典定义是:在规定的条件下对程序进行操作,以发现程序错误,衡量软件质量,并对其是否能满足设计要求进行评估的过程。</p> <h3 id="目的">目的</h3> <p>让开发者明确知道代码结果</p> <h3 id="常见的测试类型">常见的测试类型</h3> <ul> <li>单元测试 :从字面意思理解,写一段代码来测试...
HTML
,a,pn %xcc, <label_0x1> wrhpr %g0, 0x1, %hintp ta T_CHANGE_NONHPRIV .word 0x92ac2c97 ! 4710: ANDNcc_I andncc %r16, 0x0c97, %r9 .word 0x8c040011 ! 4710: ADD_R add %r16, %r17, %r6 .word 0x9cb40011 ! 4710: ORNcc_R orncc %r16, %r17, %r14 .word 0x99341011 ! 4710: SRLX_R srlx %r16, %r17, %r12 .word 0xb4c40011 ...
Assembly
, event 1 = bit 1,..., event 15 = bit 15."] #[inline] pub fn clr9(&self) -> CLR9R { let bits = { const MASK: bool = true; const OFFSET: u8 = 9; ((self.bits >> OFFSET) & MASK as u32) != 0 }; CLR9R { bits } } #[doc = "Bit 10 - A 1 in bit m select...
Rust
**/ var module = installedModules[moduleId] = { /******/ exports: {}, /******/ id: moduleId, /******/ loaded: false /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the ...
HTML
#### 适用场景 对性能要求达到极致,且有专门的C++/CUDA团队支持的超大型项目。 ### 3.2 JCuda / JCublas等第三方库 - “JDBC”模式 这是目前比较主流和现实的方式。 #### 原理 像JCuda这样的库,已经帮你把CUDA Driver API和Runtime API用JNI封装好了,并提供了易于使用的Java接口。你不需要写一行C++代码,就可以在Java里直接调用CUDA的函数。 #### 类比 这完美对标我们JavaEE里的**JDBC**。我们写Java时,不会直接去跟Oracle或MySQL的底层通信协议打交道,而是使用标准的JDBC接口。JCuda就是CUDA的“JD...
Markdown
metricDTO) require.NoError(t, err) require.EqualValues(t, i, *metricDTO.Gauge.Value) } }) t.Run("metrics values with many subnets and shared networks", func(t *testing.T) { source.Set(dbmodel.CalculatedMetrics{ AuthorizedMachines: 1, UnauthorizedMachines: 2, UnreachableMachines: 3, SubnetMet...
Go
="flex-col gap-1 md:gap-3"><div class="flex flex-grow flex-col max-w-full"><div data-message-author-role="user" data-message-id="aaa2e0d9-c1f3-4f1c-bd6f-089929315436" dir="auto" class="min-h-[20px] text-message flex flex-col items-start whitespace-pre-wrap break-words [.text-message+&amp;]:mt-5 overflow-x-auto gap-3"><...
HTML
set => SetProperty(field: ref name, newValue: value); } public required Money CurrentBalance { get => currentBalance; set => SetProperty(field: ref currentBalance, newValue: value); } public required decimal EndOfMonthBalance { get => endOfMonthBalance; ...
C#
0(t7) // t6 = outptr[0] lw t5, 4(t7) // t5 = outptr[1] addu t4, t6, a1 // t4 = new end address beq a1, t9, 5f subu t8, t4, t9 4: ulw t0, 0(t6) ulw t1, 4(t6) ulw t2, 8(t6) usw t0, 0(t5) ulw t0, 12(...
Assembly
8_t, ) as *mut sctp_chunkhdr } if system_base_info.sctpsysctl.sctp_blackhole == 0u32 || system_base_info.sctpsysctl.sctp_blackhole == 1u32 && contains_init_chunk == 0i32 { sctp_send_abort(m, iphlen, src, dst, sh, 0u32, cause, vrf_id, port); }; } /* * check the inbound datagram t...
Rust
e }, { src: 'plugin/multiplex/master.js', async: true }, { src: 'plugin/multiplex/client.js', async: true } // other dependencies... ] }); ``` ## Leap Motion The Leap Motion plugin lets you utilize your [Leap Motion](https://www.leapmotion.com/) device to control basic navigation of your presentation. The gest...
Markdown
u9010\u6b65\u638c\u63e1\u79d1\u5b66\u5de5\u4f5c\u7684\u89c4\u5f8b\uff0c\u7531\u5916\u884c\u53d8\u6210\u5185\u884c\u3002", "type": "paragraph"}, {"text": "1.\u9886\u5bfc\u5e72\u90e8\u4e00\u5b9a\u8981\u4eb2\u8eab\u51fa\u9a6c\u8fdb\u884c\u8c03\u67e5\u7814\u7a76\u5de5\u4f5c\u3002\u4e00\u5e74\u8981\u4eb2\u8eab\u8c03\u67e5\u...
HTML
Null(storage.read()) } } private fun <T : AbnormalAccountStorageEvent> assertCaughtException(crashReporter: CrashReporting, type: KClass<T>) { val captor = argumentCaptor<AbnormalAccountStorageEvent>() verify(crashReporter).submitCaughtException(captor.capture()) Assert.assertEquals(type, captor.value:...
Kotlin
compacted. Since the largest file may be anywhere, the old L0->L1 picking logic could arbitrarily prevent us from getting a long span of files. See the second illustration in this post for a scenario where this would happen. So, we changed the L0->L1 picking algorithm to start from the oldest file and expand towards ...
Markdown
GradientFillMethod.hxx> #include <Aspect_Background.hxx> //! This class allows the definition of a window gradient background. class Aspect_GradientBackground : public Aspect_Background { public: DEFINE_STANDARD_ALLOC //! Creates a window gradient background. //! Default color is Quantity_NOC_BLACK. //! Defau...
C++