content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
NewCS->setProfWeight(W);
Args.clear();
ArgAttrVec.clear();
Instruction *New = NewCS.getInstruction();
if (!Call->use_empty()) {
if (New->getType() == Call->getType()) {
// Return type not changed? Just replace users then.
Call->replaceAllUsesWith(New);
New->takeName(Call)... | C++ |
881cf9;
}
html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
color: #f5f3fb;
}
html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
color: #222529;
}
html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
color: #212529;
}
html ... | CSS |
total_patients <dbl>,
## # week_start <date>
```
<img src="man/figures/README-ili-df-1.png" width="672" />
## Rows: 12,330
## Columns: 16
## $ region_type <chr> "HHS Regions", "HHS Regions", "HHS Regions", "HHS Regions", "HHS Regions", "HHS Regions", "HH…
## $ region <fct> Region 1, ... | Markdown |
// 别忘了也要从父节点移除
this.parent?.removeSubTask(this);
// 销毁函数
this.unsub?.();
this.hasStopped = true;
this.option.onStopped?.();
// 移除依赖
removeRely(this);
}
addSubTask(task?: LazyTask) {
task && this.subTasks?.add(task);
}
removeSubTask(task: L... | Typescript |
// create valid lunatic evidence
ev, trusted, common := makeLunaticEvidence(
t, height, commonHeight, totalVals, byzVals, totalVals-byzVals, defaultEvidenceTime, attackTime)
// now we try to test verification against state
state := sm.State{
LastBlockTime: defaultEvidenceTime.Add(2 * time.Hour),
LastBlockHe... | Go |
=> decrypt(opt)?,
Command::Encrypt(opt) => encrypt(opt)?,
}
Ok(())
}
use crate::{events::AllRuntimeEvents, match_event};
use polkadot_primitives::v1::UpgradeGoAhead;
use sc_client_api::{CallExecutor, ExecutorProvider};
use sc_executor::NativeElseWasmExecutor;
use sc_service::TFullCallExecutor;
use sim... | Rust |
"Sort2" });
session.SaveChanges();
var companies = session.Query<Company>()
.OrderBy(c => c.Name)
.ToArray();
Assert.Equal(3, companies.Length);
Assert.Equal("0Sort", companies[0].Name);
... | C# |
commitments.latest.localCommit.spec.htlcs.incomings().any { it.id == htlc1.id })
assertEquals(2, bob3.commitments.latest.localCommit.htlcRemoteSigs.size)
assertEquals(bob2.commitments.latest.localCommit.spec.toLocal, bob3.commitments.latest.localCommit.spec.toLocal)
assertEquals(2, bob3.signComm... | Kotlin |
0, 0
/* 804A36E8 0049EC28 F2 05 02 48 */ psq_st f16, 584(r5), 0, 0
/* 804A36EC 0049EC2C F2 25 02 50 */ psq_st f17, 592(r5), 0, 0
/* 804A36F0 0049EC30 F2 45 02 58 */ psq_st f18, 600(r5), 0, 0
/* 804A36F4 0049EC34 F2 65 02 60 */ psq_st f19, 608(r5), 0, 0
/* 804A36F8 0049EC38 F2 85 02 68 */ psq_st f20, 616(r5), 0, 0
... | Assembly |
List<Command> commands = h.handleWorkflowTaskTakeCommands(stateMachines, 2);
assertCommand(CommandType.COMMAND_TYPE_COMPLETE_WORKFLOW_EXECUTION, commands);
}
{
// Full replay
TestEntityManagerListenerBase listener = new TestNexusListener();
stateMachines = newStateMachines(listene... | Java |
.x;
int y = ((JComponent) e.getSource()).getLocationOnScreen().getLocation().y;
pop.setLocation(x + e.getX(),
y + e.getY() + 16);
popVisible = true;
}
}
pop.setVisible(popVisible);
}
// KGU#91 2015-12-04: Bugfix #39 - Disabled
//if(Element.E_TOGGLETC) root.setSwitchTextAndComments(... | Java |
inality()) //2
//Do you have the following classes? Welding, Automotive and English?
fmt.Println(allClasses.IsSuperset(mapset.NewSetFromSlice([]interface{}{"Welding", "Automotive", "English"}))) //true
}
type scopedFuncObject struct {
at.Scope `value:"request"`
context context.Context
}
type scopedMethodObject s... | Go |
/* $OpenBSD: cname.h,v 1.5 2003/06/02 20:18:36 millert Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Henry Spencer.
*
* Redist... | C |
kmcnt(0)
v_mfma_f32_32x32x8f16 v[a_c+64:a_c+79], v[v_a+12:v_a+13], v[v_b+4:v_b+5], v[a_c+64:a_c+79] ; repeat:1x0, step:0x0, num_a_c:16
v_mfma_f32_32x32x8f16 v[a_c+80:a_c+95], v[v_a+14:v_a+15], v[v_b+4:v_b+5], v[a_c+80:a_c+95] ; repeat:1x0, step:1x0, num_a_c:16
v_mfma_f32_32x32x8f16 v[a_c+96:a_c+111... | Assembly |
al Developer are Copyright (C) 2004
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
* the GNU Lesser General Public License Version 2.1 or later... | JavaScript |
,
) : BaseViewModel<ReportUiState, ReportUiEvent>(ReportUiState()) {
private val templateId: Long = stateHandle[KEY_TEMPLATE_ID] ?: error(ERROR_TEMPLATE_ID_EMPTY)
fun updateSelectedReason(reason: String) {
updateState { copy(reason = reason) }
}
fun reportTemplate() {
updateState { cop... | Kotlin |
self.range_set.insert_range(0xe000..=(end as u32));
} else {
self.range_set.insert_range((start as u32)..=(end as u32));
}
}
pub fn remove_range(&mut self, range: RangeInclusive<char>) {
let (start, end) = range.into_inner();
self.range_set.remove_range((start as u32... | Rust |
ter .optionalSkip:hover {
cursor: pointer; }
.NuxGenderStep {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%; }
.NuxGenderStep .NuxGenderStep__gen... | CSS |
+ nb110_innerk]
and edx, 1
jnz .nb110_dosingle
jmp .nb110_updateouterdata
.nb110_dosingle:
mov esi, [ebp + nb110_charge]
mov edi, [ebp + nb110_pos]
mov ecx, [esp + nb110_innerjjnr]
mov eax, [ecx]
xorpd xmm3, xmm3
movlpd xmm3, [esi + eax*8]
movapd xmm5, [esp + nb110_iq]
mulsd xmm3, xmm5 ;# qq
... | Assembly |
日漏洞利用数量(企业vs.终端用户)
**企业产品零日漏洞持续增长**
谷歌威胁情报小组(GTIG)发布报告称:“浏览器和移动设备的零日漏洞利用大幅下降,与去年相比,浏览器相关漏洞减少约三分之一,移动设备减少约一半。”
“由多个零日漏洞构成的利用链依然几乎专用于攻击移动设备,占比约90%。”
在2024年被利用的零日漏洞中,微软Windows占22个,苹果Safari为3个,iOS为2个,安卓为7个,Chrome也为7个,Mozilla Firefox为1个。在安卓的7个漏洞中,有3个来自第三方组件。
在33个被利用的企业软件与设备零日漏洞中,有20个针对的是安全与网络类... | Markdown |
padding-right: 1em;
padding-left: 0;
}
.widget blockquote > blockquote {
margin-right: 0;
margin-left: auto;
}
.widget blockquote.alignright,
.widget .wp-caption.alignright,
.widget img.alignright {
margin: 0.5em 0 1.5em 1.5em;
}
.widget blockquote.alignleft,
.widget .wp-caption.alignleft,
.widget ... | CSS |
/*
*
* Copyright 2021-2025 Software Radio Systems Limited
*
* This file is part of srsRAN.
*
* srsRAN is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of
* the License, or (at y... | C |
calendar.get();
cal1.setTime((Date) settlement);
Calendar cal2 = CoreTool.calendar2.get();
cal2.setTime((Date) maturity);
int days;
if(cal1.isLeapYear(cal1.get(Calendar.YEAR))) {
days = 365;
}
else {
days = 364;
}
cal1.set(Calendar.DATE, cal1.g... | Java |
/// Whether the user is logged in and has provided both passwords.
/// Please ensure that the relevant Prefs are loaded before using this.
bool get loggedIn =>
username.value.isNotEmpty &&
ncPassword.value.isNotEmpty &&
encPassword.value.isNotEmpty;
final key = SecureStow('key', '', volatile:... | Dart |
n Islands",
"pt_BR": "Ilhas Pitcairn",
"sr-Cyrl": "Острва Питкерн",
"sr-Latn": "Ostrva Pitkern",
"zh_TW": "皮特肯群島",
"tr": "Pitcairn Adaları",
"ro": "Insulele Pitcairn",
"ar": "جزر بيتكيرن",
"fa": "جزایر پیتکرن",
"yue": "皮特凱恩"
},
flag: "🇵🇳",
code: "PN",... | Dart |
ode.removeChild(cn)}catch{cn.remove()}},Da=function(cn,kr){try{GP(a.removed,{attribute:kr.getAttributeNode(cn),from:kr})}catch{GP(a.removed,{attribute:null,from:kr})}if(kr.removeAttribute(cn),cn==="is"&&!Ht[cn])if(Pe||te)try{pa(kr)}catch{}else try{kr.setAttribute(cn,"")}catch{}},Ha=function(cn){let kr,Ei;if(se)cn="<rem... | JavaScript |
|titulus(?![a-z])\
|et${bcv_parser.prototype.regexps.space}+sequentes|et${bcv_parser.prototype.regexps.space}+seq|versus|caput|vers|cap|ver|ad|et|v\
|[a-e](?!\\w)\
|$\
)+\
)`, "gi");
// These are the only valid ways to end a potential passage match. The closing parenthesis allows for fully capturing parentheses surrou... | Typescript |
nternAlarm1 = FindViewById<HslLanternAlarm>( Resource.Id.hslLanternAlarm1 );
lanternAlarm2 = FindViewById<HslLanternAlarm>( Resource.Id.hslLanternAlarm2 );
button1.Click += Button1_Click;
button2.Click += Button2_Click;
}
private void Button2_Click( object sender, E... | C# |
* Default MongoDB CSV format used by the {@code mongoexport} operation.
*
* <p><b>Parsing is not supported yet.</b>
*
* <p>This is a comma-delimited format. Values are double quoted only if needed and special
* characters are escaped with {@code '"'}. A header line with field names is exp... | Java |
ff)
format("woff");
}
@font-face {
font-family: "IBM Plex Sans";
font-style: normal;
font-weight: 400;
font-display: auto;
src: local("IBM Plex Sans"), local("IBMPlexSans"),
url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff)
format("woff");
}
@font-face {
f... | CSS |
eighborList.forEach(nodeIndex => {
queue.enqueue([...currentNodePath, nodeIndex]);
});
}
}
return state;
}import createAndAppend from "../utils/createAndAppend";
interface IComponentTemplate {
component: HTMLDivElement;
componentContent: HTMLDivElement;
visibil... | Typescript |
px;
/*background: #ef6162;*/
}
.stream-box.INACTIVE:before {
content: "";
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
z-index: 9;
width: 3px;
/*background: #feba33;*/
}
.stream-box .stream-head {
position: relative;
padding: 10px 15px 5px;
}
.stream-box .stream-head h4 {
color: #464... | CSS |
);
testTokenization("$((a<2))", DOLLAR, EXPR_ARITH, WORD, ARITH_LT, ARITH_NUMBER, EXPR_ARITH_END);
testTokenization("$((a<=2))", DOLLAR, EXPR_ARITH, WORD, ARITH_LE, ARITH_NUMBER, EXPR_ARITH_END);
testTokenization("$((1+-45))", DOLLAR, EXPR_ARITH, ARITH_NUMBER, ARITH_PLUS, ARITH_MINUS, ARITH_N... | Java |
tColumnHidden(const CellRange& range, bool hidden);
bool setColumnWidth(int colFirst, int colLast, double width);
bool setColumnFormat(int colFirst, int colLast, const Format &format);
bool setColumnHidden(int colFirst, int colLast, bool hidden);
double columnWidth(int column);
Format columnFormat(... | C |
' && charAtInsertPosition == 'w' -> 'x'
this == 'x' && charAtInsertPosition == 'w' -> 'y'
this == 'y' && charAtInsertPosition == 'w' -> 'z'
this == 'z' && charAtInsertPosition == 'w' -> 'W'
this == 'W' && charAtInsertPosition == 'w' -> 'X'
this == 'X' && charAtInsertPosition == '... | Kotlin |
Properties xmly = auth2Properties.getXmly();
config.setDeviceId(xmly.getDeviceId());
config.setClientOsType(xmly.getClientOsType());
config.setPackId(xmly.getPackId());
break;
case STACK_OVERFLOW:
config.setStackOverflowKey(auth... | Java |
--========================================================--
-- Scorpio Secure Action InventoryHandler --
-- --
-- Author : kurapica125@outlook.com --
-- Create Date : 2020/11/25 --
--=============... | Lua |
from airflow import DAG, Dataset # type: ignore
from airflow.decorators import task # type: ignore
from datetime import datetime
file = Dataset("/tmp/file.txt")
with DAG(
dag_id = "producer_astro",
schedule = "@daily",
start_date = datetime(2025, 1, 1),
catchup = False
) as dag:
@task(outl... | Python |
H10.5a.5.5 0 0 1-.5-.5V1.25L13.75 5Z\"/>") { } }
public class DocumentPerson : Icon { public DocumentPerson() : base("DocumentPerson", IconVariant.Filled, IconSize.Size16, "<path d=\"M8 1v3.5C8 5.33 8.67 6 9.5 6H13v7.5c0 .83-.67 1.5-1.5 1.5H7.81l.02-.02A3.2 3.2 0 0 0 9 12.5c0-1.3-1-2.38-2.27-2.49A3 3 0 0 0 3 5.41V2... | C# |
0.683c0-6.288 8.63-9.432 17.26-9.432 8.629 0 17.258 3.144 17.258 9.432v23.549a3.19 3.19 0 01-3.195 3.182H17.938zm28.787 8.389-4.188-6.389h3.526c1.03 0 1.985-.309 2.793-.826l2.653 3.472a28.182 28.182 0 01-4.784 3.743"/><path fill="currentColor" d="M23.436 38.582h-4.713c-1.08 0-1.959.873-1.959 1.949s.879 1.949 1.959 1.94... | Dart |
erride fun toBoolean(index: Int): Boolean {
return toBoolean(nativeLua, index)
}
override fun toValue(index: Int, valueClass: Class<*>): Any? {
return when(valueClass){
Long::class.javaPrimitiveType -> toLong(index)
Double::class.javaPrimitiveType -> toDouble(index)
String::class.java -> ... | Kotlin |
iter.next(); // move iterator and create data_array from second element
let data_array: DFInt64Array = NewDataArray::new_from_opt_iter(iter);
let mut iter = data_array.into_iter();
assert_eq!(Some(Some(&1)), iter.next());
assert_eq!(Some(Some(&2)), iter.next());
assert_eq!(Some(None), iter.nex... | Rust |
import (
"context"
"fmt"
"net/http"
"net/url"
"os"
"strconv"
"strings"
"github.com/google/uuid"
"github.com/tencentyun/cos-go-sdk-v5"
"github.com/tencentyun/cos-go-sdk-v5/debug"
)
func main() {
test_batch_bucket := "testcd-1259654469"
target_batch_bucket := "cosgosdkreptest-1259654469"
appid := 1259654... | Go |
chamán has demostrado sabiduría antes incluso de haberte puesto a prueba.$B$BEl elemento tierra guiará tu destino, y pasará a formar parte de ti si estás $gpreparado:preparada;. Pero siempre debes mostrarle tu reconocimiento. Si estás $glisto:lista; verás cosas que solo conoce un chamán.$B$BVe a buscar a los acechadore... | Lua |
ps = &mut INTERNAL;
}
if s.is_null() {
let xs: [c_char; 1] = [0];
utf8::mbrtowc(pwc, &xs[0] as *const c_char, 1, ps)
} else {
utf8::mbrtowc(pwc, s, n, ps)
}
}
//Convert a multibyte string to a wide string with a limited amount of bytes
//Required for in POSIX.1-2008
#[no_mangle... | Rust |
HBvcnRzIiwidmFsdWUiLCJkZWZhdWx0IiwiX2FzeW5jX3RvX2dlbmVyYXRvciIsInJlcXVpcmUiLCJfaW50ZXJvcF9yZXF1aXJlX2RlZmF1bHQiLCJfcm91dGVyIiwiX3dlYnNvY2tldCIsIl9kZWZhdWx0IiwicGFnZSIsInNldEludGVydmFsIiwic2VuZE1lc3NhZ2UiLCJKU09OIiwic3RyaW5naWZ5IiwiZXZlbnQiLCJyZWFkeSIsIm5vdEZvdW5kU3JjUGFnZSIsInNlbGYiLCJfX05FWFRfREFUQV9fIiwicGF0aG5hbWUiL... | JavaScript |
/*
* GNU AFFERO GENERAL PUBLIC LICENSE
* Version 3, 19 November 2007
* Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
* Everyone is permitted to copy and distribute verbatim copies
* of this license document, but changing it is not allowed.
*/
u... | C# |
\\leqslant y`} в исходном порядке, то и в новом это останется так).
`}
${problem`
Дано бесконечное частично упорядоченное множество ${X}.
Докажите, что в нём всегда найдётся либо бесконечное подмножество попарно несравнимых элементов, либо бесконечное подмножество, на котором индуцированный порядок линеен.
`}
${pro... | Typescript |
αμματείας της Κυβερνήσεως, της Κεντρικής Νομοπαρασκευαστικής Επιτροπής και της Γενικής Γραμματείας Τύπου.\n" +
"Δίνει άδεια για τη δημοσίευση στην Εφημερίδα της Κυβερνήσεως οποιουδήποτε κειμένου πρέπει, κατά το νόμο, να καταχωρισθεί σε αυτήν.\n" +
"[Επεξεργασία]\n" +
"Κόμματα\n" +
"Περισσότερα: Κατάλογος ελληνικών πολι... | JavaScript |
="display:none">Describes categories alpha,digit,alphanum,unreserved,punct,reserved,escaped,and other</caption>
* <thead>
* <tr><th scope="col">Category</th><th scope="col">Description</th></tr>
* </thead>
* <tbody style="text-align:left">
* <tr><th scope="row" style="vertical-align:top">alpha</th>
* ... | Java |
flag.
```bash
python ./tools/vos_inference.py \
--sam2_cfg configs/sam2.1/sam2.1_hiera_b+.yaml \
--sam2_checkpoint ./checkpoints/sam2.1_hiera_base_plus.pt \
--base_video_dir /path-to-sav-val/JPEGImages_24fps \
--input_mask_dir /path-to-sav-val/Annotations_6fps \
--video_list_file /path-to-sav-val/sav_val.txt... | Markdown |
/ 0xac
"Lu ", // 0xad
"Ting ", // 0xae
"Sha ", // 0xaf
"Ju ", // 0xb0
"Yue ", // 0xb1
"Yue ", // 0xb2
"Chan ", // 0xb3
"Qu ", // 0xb4
"Lin ", // 0xb5
"Chang ", // 0xb6
"Shai ", // 0xb7
"Kun ", // 0xb8
"Yan ", // 0xb9
"Min ", // 0xba
"Yan ", // 0xbb
"E ", /... | Go |
B { get; set; }
public bool Equals(RoleMetadata other)
=> other is not null && Role.Equals(other.Role) && CountA == other.CountA && CountrB == other.CountrB;
| C# |
) {
// ...
}, [initial]);
该函数一个接一个地应用于所有数组元素,并将其结果“搬运(carry on)”到下一个调用。
参数:
- accumulator —— 是上一个函数调用的结果,第一次等于 initial(如果提供了 initial 的话)。
- item —— 当前的数组元素。
- index —— 当前索引。
- arr —— 数组本身。
应用函数时,上一个函数调用的结果将作为第一个参数传递给下一个函数。
因此,第一个参数本质上是累加器,用于存储所有先前执行的组合结果。最后,它成为 reduce 的结果。
*/
arr = [1, 2, 3, 4, 5]
let result = a... | JavaScript |
/*
Title : nc -lp 31337 -e /bin//sh polymorphic linux shellcode .
Name : 91 bytes nc -lp 31337 -e /bin//sh polymorphic linux shellcode .
Date : Mon Jul 5 16:58:50 WIT 2010
Author : gunslinger_ <yudha.gunslinger[at]gmail.com>
Web : http://devilzc0de.org
blog : http://gunslingerc0de.wordpress.com
tested on : l... | C |
ndex
result = 31 * result + height
result = 31 * result + startOffset
result = 31 * result + positions.contentHashCode()
return result
}
override fun toString(): String {
return "GridRow(startIndex=$startIndex, " +
"endIndex=$endIndex, " +
... | Kotlin |
ream.Collectors;
/** GRPC implementation of the CasBlobUploader. */
public class GrpcCasBlobUploader implements CasBlobUploader {
private static final Logger LOG = Logger.get(GrpcCasBlobUploader.class);
private static final int CHUNK_SIZE = 65536; // 64 KiB
private final ContentAddressableStorageFutureStub sto... | Java |
outBitOrOpA->getSecondOperand();
ShPtr<BitOrOpExpr> outBitOrOpC(cast<BitOrOpExpr>(outBitAndOpB->getSecondOperand()));
ASSERT_TRUE(outBitOrOpC) <<
"expected BitOrOpExpr, got " << outBitAndOpB->getSecondOperand();
ShPtr<BitAndOpExpr> outBitAndOpD(cast<BitAndOpExpr>(outBitOrOpC->getSecondOperand()));
ASSERT_TRUE(ou... | C++ |
the grandmother is peeing into a Smuckers jar and slapping her ass. The whole thing ends with the family spitting into each other's assholes. The talent agent can't believe it. He looks at the sweaty father who has just spit into his mother's asshole and says. "WOW. This is great. Whaddya call yourselves?" And the guy... | Go |
view = OnlinePlayersView()
await ctx.send(embed=embed, view=view)
@bot.command()
async def config_canal(ctx):
"""Define este canal para receber mensagens automáticas"""
global channel_id
channel_id = ctx.channel.id
await ctx.send(f'✅ Canal configurado! Mensagens automáticas serão envi... | Python |
.777%202.30038%2017.0002%203.44129%2017.0002H16.5587C17.6996%2017.0002%2018.4229%2015.777%2017.8731%2014.7773L11.3143%202.85232C10.7444%201.81615%209.25558%201.81616%208.68569%202.85232ZM10%206.75016C10.4142%206.75016%2010.75%207.08595%2010.75%207.50016V11.5002C10.75%2011.9144%2010.4142%2012.2502%2010%2012.2502C9.58579... | CSS |
span.name = 'tt'
elif style == 'font-weight:bold':
span.name = 'b'
elif style == 'font-size:small':
span.name = 'small'
# elif style == 'font-family:sans-serif':
# span.name = 'u'
else:
# print(style) fon... | Python |
/**
********************************************************************************
* @file stm8s_iwdg_ReloadCounter.c
* @author MCD Application Team
* @version V2.2.0
* @date 30-September-2014
* @brief This file contains all the functions for the UART1 peripheral.
****************************... | C |
stance extends IDictionary {
/**
* Set a key
*
* @param {String} key - Key that needs to be saved
* @param {any} value - Value to be saved
* @return {undefined}
*/
setItem(key: string, value: any): any;
/**
* Get a key
*
* @param {String} key - Key that needs to ... | Typescript |
的・空間的に)『離れて』,隔って;(…から)離れて《+『from』+『名』》 / 区別して;(…と)別々に《+『from』+『名』》 / ばらばらに'],
['apartheid', '(特に南アフリカにおける)人種隔離政策'],
['apartment', '《米》『アパート』,(共同住宅内の)1家族分の[数]部屋 / 《複数形で》《英》(通例家具つきで貸す)一組の部屋 / 〈C〉部屋(room)'],
['apartment complex', '団地'],
['apartment house', '《米》アパート,共同[貸し]住宅'],
['apathetic', '無感動な;無関心の,冷淡な(indiff... | Typescript |
.True(t, structs.IsRecoverable(err))
require.Len(t, me.Events(), 1)
require.Equal(t, structs.TaskDownloadingArtifacts, me.Events()[0].Type)
}
// TestTaskRunnerArtifactHook_PartialDone asserts that the artifact hook skips
// already downloaded artifacts when subsequent artifacts fail and cause a
// restart.
func Test... | Go |
import os
from concurrent.futures import ThreadPoolExecutor, as_completed
from datetime import datetime
from Utils.QwenAgents import Cardiologist, Psychologist, Pulmonologist, MultidisciplinaryTeam
# read the medical report
with open("Medical Reports\Medical Rerort - Michael Johnson - Panic Attack Disorder.txt", "r") ... | Python |
yldCacheERKNS_18SharedCacheOptionsEPNS_19SharedCacheLoadInfoE:
b . // Will be patched by machomerger
#endif
.global _MACHOMERGER_ORIG__ZN5dyld44APIs11dlopen_fromEPKciPv
.global _MACHOMERGER_HOOKTRAMPOLINE__ZN5dyld44APIs11dlopen_fromEPKciPv
_MACHOMERGER_ORIG__ZN5dyld44APIs11dlopen_fromEPKciPv:
nop // Will be r... | Assembly |
ase( gpGlobals->tickcount, pEntity->entindex() );
int addt = 0;
if ( ticknumber >= tickbase )
{
addt = ( ticknumber - tickbase ) & 0xff;
}
pOut->m_Int = addt;
}
void* SendProxy_ClientSideAnimation( const SendProp *pProp, const void *pStruct, const void *pVarData, CSendProxyRecipients *pRecipients, int objectID... | C++ |
w C.nc06(x, y));
doTest(() => new C.nc07(x, y));
doTest(() => new C.nc08(x, y));
doTest(() => new C.nc09(x, y));
doTest(() => new C.nc10(x, y));
doTest(() => new C.nc11(x, y));
doTest(() => new C.fc01(x, y));
doTest(() => new C.fc02(x, y));
doTest(() => new C.fc03(x, y));
doTest(() => new C.fc05(x, y)... | Dart |
===e||e-- >0)&&!(n=i.next()).done;)a.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return a},a=this&&this.__spreadArray||function(t,e,r){if(r||2===arguments.length)for(var n,o=0,i=e.length;o<i;o++)!n&&o in e||(n||(n=Array.prototype.slice.call(e,0,o)),n[o]... | JavaScript |
x1b, result rd:x10(0x00000000)
li x10, MASK_XLEN(0x0)
c.slli x10, 0x1b
sw x10, 4(x1)
RVMODEL_IO_ASSERT_GPR_EQ(x2, x10, 0x0)
# Testcase 143: rd:x11(0x00000000), imm:0x17, result rd:x11(0x00000000)
li x11, MASK_XLEN(0x0)
c.slli x11, 0x17
sw x11, 8(x1)
RVMODEL_IO_ASSERT_GPR_EQ(x2, x11... | Assembly |
},
ammo_icon = {},
ammo_info = {},
equip_info = {},
weapon_id = {
60101
},
skill_id = {},
part_main = {},
part_sub = {},
equip_parameters = {},
label = {}
}
} | Lua |
5dee, U+5e0c, U+5e10, U+5e55, U+5e86, U+5e8f, U+5ea7, U+5f02, U+5f52, U+5f81, U+5ff5, U+60ca, U+60e0, U+6279, U+62c5, U+62ff, U+63cf, U+6444, U+64cd, U+653b, U+65bd, U+65e9, U+665a, U+66b4, U+66fe, U+6728, U+6740, U+6742, U+677e, U+67b6, U+680f, U+68a6, U+68c0, U+699c, U+6b4c, U+6b66, U+6b7b, U+6bcd, U+6bdb, U+6c38, U+... | CSS |
US', '+', 13, 1), ('INDENT', ' ', 14, 1), ('NAME', 'y', 15, 1),
('RPAREN', ')', 16, 1), ('NAME', 'hello', 5, 5), ('LPAREN', '(', 6, 1),
('INTEGER', '10', 8, 2), ('COMMA', ',', 9, 1), ('INDENT', ' ', 10, 1),
('INTEGER', '20', 12, 2), ('RPAREN', ')', 13, 1)]
```
这个代码绝对不是你可以创建的最快或最准确的扫描器。这是一个简单的脚本,用于演示扫描器的工作原理。对于进行真正的扫描工... | Markdown |
.apache.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 a... | Go |
,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom... | CSS |
# Copyright (c) 2018 SBCloud
#
# 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 applicable law or agreed to in writing, soft... | Python |
use elasticsearch::{Elasticsearch, auth::Credentials, SearchParts, http::transport::{TransportBuilder, SingleNodeConnectionPool, Transport}};
#[cfg(all(feature = "systemd-integration", target_os = "linux"))]
mod systemd;
mod easy_git;
// mod test;
use crate::index::{Config, GitIndex};
use helper::{Crate, CrateReq};
us... | Rust |
if (!exec) throw new Error('Invalid state: exec failed but passed test');
const components = exec.map(str => parseInt(str)) as RgbTriple;
if (components.some(n => n < 0 || n > 255))
return event.reply(Embed.error('Invalid RGB color').ephemeral());
color = Color.from(components, 'rg... | Typescript |
ового метода: добавление в сообщение extra параметров
(если они были переданы)
"""
msg = super().getMessage()
extra = getattr(self, _EXTRA_ARGS_NAME, None)
if extra:
if msg[-1:] != "\n":
msg += "\n"
msg += "Extra args (YAML):\n"
... | Python |
/*
* Copyright (C) 2001-2003 FhG FOKUS
* Copyright (C) 2006-2007 iptelorg GmbH
*
* This file is part of Kamailio, a free SIP server.
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publi... | C |
nineth_day(),
10 => tenth_day(),
11 => eleventh_day(),
12 => twelfth_day(),
13 => thirteenth_day(),
14 => fourteenth_day(),
15 => fifteenth_day(),
16 => sixteenth_day(),
17 => seventeenth_day(),
18 => eighteenth_day(),
19 => nineteenth_day(),
_ => println!("Option {} not fou... | Rust |
�策略:
1. **建立靈活的人工智慧基礎設施**
- 開發模組化、可擴展的人工智慧架構,可以輕鬆整合新技術。
- 優先考慮雲原生人工智慧解決方案,以獲得更大的靈活性和可擴展性。
2. **投資數據準備**
- 持續改善數據質量、可訪問性和治理。
- 發展快速數據整合和準備新人工智慧用例的能力。
3. **培養人工智慧人才管道**
- 與大學和編碼訓練營建立關係,以獲取新興人工智慧人才。
- 創建人工智慧學徒或輪崗計劃,以培養內部人才。
4. **培養適應性組織文化**
- 推廣擁抱變革和持續學習的成長心態。
- 發展變革管理能力,以支持快速採用新的人工智慧技術。
5. **... | Markdown |
.taxon_autocomplete{min-height:75px;z-index:400 !important}ul.ui-autocomplete li.taxon.ui-menu-item .ui-state-focus{background-image:none}#data_search #search_results #main{clear:both;float:none}#data_search>form{position:relative}#data_search>form dd p{line-height:170%;padding-left:10px}#data_search>form input[type="... | CSS |
01507C4 0014D704 38 83 00 08 */ addi r4, r3, 8
/* 801507C8 0014D708 38 63 00 14 */ addi r3, r3, 0x14
/* 801507CC 0014D70C 90 9B 00 0C */ stw r4, 0xc(r27)
/* 801507D0 0014D710 90 7B 00 10 */ stw r3, 0x10(r27)
/* 801507D4 0014D714 90 1B 00 2C */ stw r0, 0x2c(r27)
.L_801507D8:
/* 801507D8 0014D718 90 AD 91 BC */ stw... | Assembly |
!(saturating_cast(src_m09), dst_z0);
assert_eq!(saturating_cast(src_m08), dst_z0);
assert_eq!(saturating_cast(src_m01), dst_z0);
assert_eq!(saturating_cast(src_z00), dst_z0);
assert_eq!(saturating_cast(src_p01), dst_p1);
assert_eq!(saturating_cast(src_p07), dst_p7);
assert_eq!(saturating_cast(sr... | Rust |
= get(Job)
assertNotNull(subJob)
assertNotEquals(job, subJob)
assertEquals(1, job.children.toList().size)
assertFalse(subJob.isCompleted)
job.cancel()
assertTrue(subJob.isCompleted)
}
}
@Test
fun contextMergeWithParentJobTes... | Kotlin |
f arguments to be formatted.
template <class... Args>
using log_info = log_message<log_message_severity::info, Args...>;
/// Formats and logs a warning message.
/// @tparam Args Types of arguments to be formatted.
template <class... Args>
using log_warning = log_message<log_message_severity::warning, Args...>;
... | C++ |
/Prev shortcut currently needs a shared modifier to "hold", otherwise Prev actions would keep cycling between two windows.
g.NavWindowingHighlightAlpha = ImMax(g.NavWindowingHighlightAlpha, ImSaturate((g.NavWindowingTimer - NAV_WINDOWING_HIGHLIGHT_DELAY) / 0.05f)); // 1.0f
if (keyboard_next_window || ke... | C++ |
) -> crate::Result<TestIamPermission> {
self.0.runtime.block_on(
self.0
.client
.bucket()
.test_iam_permission(bucket, permission),
)
}
}
<reponame>tedbyron/dex<gh_stars>0
#![warn(
clippy::all,
clippy::cargo,
clippy::nursery,
... | Rust |
,%2 \n"
"sub $0x10,%3 \n"
"jg 1b \n"
"vzeroupper \n"
: "+r"(src_u), // %0
"+r"(src_v), // %1
"+r"(dst_uv), // %2
"+r"(width) // %3
: "r"(depth) // %4
: "me... | C++ |
Length);
curVertex.W = BitConverter.ToSingle(buffer, 0);
ms.Read(buffer, 0, buffer.Length);
curVertex.Center = BitConverter.ToSingle(buffer, 0);
currentZone.Content.Vertices.Add(curVertex);
}
ms.AssertAreaMagic();
fo... | C# |
ice_select.option_cycle(),
},
},
},
} or nil,
Handy.UI.PARTS.create_separator_r(0.05),
{
n = G.UIT.R,
config = {
align = "cm",
},
nodes = {
{
n = G.UIT.R,
config = {
padding = 0.25,
r = 0.5,
colour = adjust_alpha(HEX("000000"), 0.1),
},
nodes =... | Lua |
core/hle/service/ir/extra_hid.h"
#include "core/hle/service/ir/ir_rst.h"
#include "core/loader/loader.h"
#include "core/movie.h"
namespace Core {
enum class ControllerStateType : u8 {
PadAndCircle,
Touch,
Accelerometer,
Gyroscope,
IrRst,
ExtraHidResponse
};
#pragma pack(push, 1)
struct Contro... | C++ |
(numResolutions: Int): JP2Encoder {
require(!(numResolutions < MIN_RESOLUTIONS || numResolutions > maxResolutions)) { "Maximum number of resolutions for this image is between $MIN_RESOLUTIONS and $maxResolutions" }
this.numResolutions = numResolutions
return this
}
/**
* Set compre... | Kotlin |
border-left: 1px solid #eee;
border-right: 1px solid #eee; }
.king-submenu li {
border-bottom: 1px solid #eee; }
.king-submenu li:hover {
background: #f7f7f7; }
.king-submenu li:hover a {
color: #6ec2cc; }
.king-submenu li a {
color: #696969;
padding: 0 10px;
displa... | CSS |
&str,
sec_type: &str,
listing_exch: &str,
service_data_type: &str,
agg_group: i32,
) -> Self {
DepthMktDataDescription {
exchange: exchange.to_string(),
sec_type: sec_type.to_string(),
listing_exch: listing_exch.to_string(),
ser... | Rust |
nsferLoadType LoadType = "evm-transfer"
CreateAccount LoadType = "create-account"
EVMBatchTransferLoadType LoadType = "evm-batch-transfer"
)
type LoadContext struct {
ChainID flow.ChainID
WorkerContext
account.AccountProvider
common.TransactionSender
common.ReferenceBlockProvider
Proposer... | Go |
ssesFile), dst.IA)
if err != nil {
return nil, serrors.Wrap("unable to determine SCION Daemon address", err)
}
args = replacePattern(Daemon, daemonAddr, args)
}
r := exec.CommandContext(ctx, bi.cmd, args...)
log.Info(fmt.Sprintf("%v %v\n", bi.cmd, strings.Join(args, " ")))
r.Env = os.Environ()
r.Env = app... | Go |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.