content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
set<pair<int, int>>::iterator iter = calendar.lower_bound(newp);
if(iter != calendar.end() && overlapped(*iter, newp))
return false;
if(iter != calendar.begin()){
advance(iter, -1);
if(overlapped(*iter, newp))
return false;
}
ca... | C++ |
| 264-264 | Lushian |
| 265-265 | Madlyn |
| 266-266 | Maeve |
| 267-267 | Makin |
| 268-268 | Maxtom |
| 269-269 | Melia |
| 270-270 | Myha |
| 271-271 | Nathanael |
| 272-272 | Nayel |
| 273-273 | Nekra |
| 274-274 | Orin |
| 275-275 | Pilzen |
| 276-276 | Rayina |
| 277-277 | Rayven |
| 278-278 | Renette |
| 279-27... | Markdown |
.com/reactjs/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options) method from [react-redux](https://github.com/reactjs/react-redux).
You must `connect` your component if it needs the data from your store; but it's not necessary to `connect` if your component only wants to d... | Markdown |
import importlib
from IPython import embed
import os
import time
import yaml
import torch
from torch.nn import Parameter
from torch.nn.init import xavier_normal_
def import_class(module_and_class_name: str) -> type:
"""Import class from a module, e.g. 'model.TransE'"""
module_name, class_name = module_and_cla... | Python |
store callee saved registers */
aes_clear_keys(w7)
st1 {v16.16b}, [x4] /* store checksum */
st1 {v0.16b}, [x3] /* store offset */
CLEAR_REG(v0)
CLEAR_REG(v1)
CLEAR_REG(v2)
CLEAR_REG(v16)
add sp, sp, #128;
CFI_ADJUST_CFA_OFFSET(-128);
mov x0, #0
ret_spec_stop
CFI_ENDPROC();
ELF(.size _gcry_ae... | Assembly |
tle="Click here for more options"><!-- ko component: 'accessible-image-control' --><!-- ko if: (isHighContrastBlackTheme || svr.fHasBackgroundColor) && !isHighContrastWhiteTheme --><!-- /ko --><!-- ko if: (isHighContrastWhiteTheme || !svr.fHasBackgroundColor) && !isHighContrastBlackTheme --> <!-- ko template: { nodes: ... | HTML |
heading-font-weight);
line-height: var(--r-heading-line-height);
letter-spacing: var(--r-heading-letter-spacing);
text-transform: var(--r-heading-text-transform);
text-shadow: var(--r-heading-text-shadow);
word-wrap: break-word;
}
.reveal h1 {
font-size: var(--r-heading1-size);
}
.reveal h2 {
font-size:... | CSS |
)) // 同上
StaticAllocaPoisonCallVec.push_back(APC); // 记录栈中分配对象大小和偏移信息
else if (ClInstrumentDynamicAllocas)
DynamicAllocaPoisonCallVec.push_back(APC);
}
```
`processDynamicAllocas()`的逻辑就不深入探索了,我们主要研究的是`processStaticAllocas()`函数的实现.
```c++
void FunctionStackPoisoner::processStaticAllocas() {
// ...
... | Markdown |
.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"],
"monero": [496, 512, [], "f3d0", "M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408... | JavaScript |
}
}
}
open class Simulator(val randomSeed: Long) {
private var wallClockNanos: Long = 0L
var now: Float = 0f
var dt: Float = 0f
val rng = Random(randomSeed)
val entities = ArraySet<Entity>(1000)
val constraints = ArraySet<Constraint>(100)
fun add(e: Entity) = entities.add(e)
fu... | Kotlin |
.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.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... | Java |
")
}
func TestMysqlLocker_LockContext_Success(t *testing.T) {
ctx := context.Background()
db := setupDB(t)
key := "foo"
lock := getLockContext(ctx, t, key, db)
lockContext := lock.GetContext()
releaseLock(t, lock)
// making sure lock's context is done after lock is released
select {
case <-lockContext.Done()... | Go |
import cv2
import numpy as np
import pyassimp
from OpenGL.GL import *
from OpenGL.GLUT import *
from OpenGL.GLU import *
from Webcam import Webcam
# Variables globales
window = 0
scene = None
width, height = 640, 480
webcam = None
aruco_dict = cv2.aruco.getPredefinedDictionary(cv2.aruco.DICT_6X6_1000)
parameters = cv2... | Python |
sub r2, r2, #1
uxth r2, r2
and r0, r0, r2
str r0, [sp, #4]
.L1515:
mla r0, r8, ip, lr
ldr r9, [sp]
movw r5, #1256
ldr r5, [r0, r5]
and fp, r3, r5, lsr r6
cmp r9, fp
bne .L1510
and r5, r4, r5, lsr r7
ldr r9, [sp, #4]
ldrb r0, [r0, r10] @ zero_extendqisi2
and r5, r5, r2
cmp r9, r5
bne .L1511
cmp r1, #1
... | Assembly |
#ifndef CAFFE2_CORE_NET_PARALLEL_H
#define CAFFE2_CORE_NET_PARALLEL_H
#include "caffe2/core/net_async_base.h"
#include "caffe2/core/net_async_task_graph.h"
C10_DECLARE_string(caffe2_task_graph_engine);
namespace caffe2 {
class ParallelNetExecutorHelper;
class CAFFE2_API ParallelNet : public NetBase {
public:
Pa... | C |
"acCGrc3qlji",
"2015-08-06 21:12:36.226",
", ()",
"2015-08-06 21:12:36.226",
", ()",
"",
"",
"",
"",
"Plantain Island MCHP",
"OU_247071",
"Sierra Leone / Moyamba / Kargboro / Plantain ... | Java |
* * * * * * * * * * * * *
This block of CSS rules for IE only has been moved to panel.js to be output directly to
the page. It is there so that the path to the PNGs can be deduced from the location of
the widgets css file.
It is acceptable because this design will not be altered before version 2 of glow, and
at th... | CSS |
me for the welcome message:")
if custom_text:
custom_welcome.set(custom_text)
welcome()
title=Label(root, text='Billing Software', bg=bg_color, fg='white',font=('times new rommon', 25, 'bold'), relief=GROOVE,bd=12)
title.pack(fill=X)
F1=LabelFrame(root,text='Customer Details', bg=bg_color, fg='g... | Python |
s appearing less than threshold times to unknown')
cmd:option('-nwords', -1, 'number of non-control target words to retain')
local config = cmd:parse(arg)
assert(not (config.nwords >= 0 and config.threshold > 0),
'Specify either a frequency threshold or a word count')
local dict = tok.buildDictionary{
filenam... | Lua |
", "tab" },
{ "Pause", "pause" },
{ "Escape", "escape" },
{ "Space", "space" },
{ "Return", "enter" },
{ "Quote", "quote" },
{ "Comma", "comma" },
{ "Minus", "minus" },
{ "Period", "period" },
{ "Slash", "slash" },
{ "Alpha0", "0" },
... | C# |
to 8776,
"≍" to 8781,
"Ã" to 195,
"Ã" to 195,
"ã" to 227,
"ã" to 227,
"Ä" to 196,
"Ä" to 196,
"ä" to 228,
"ä" to 228,
"∳" to 8755,
"⨑" to 10769,
"≌" to 8780,
"϶" to 1014,
"‵" to 8245,
"∽" to 8765,
"⋍" to... | Kotlin |
#pragma once
/**
* Name: GreedIsGood
* Version: fodase
*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
// --------------------------------------------------
// # Enums
// --------------------------------------------------
/**
* Enum MagicLeapIdentity.EMagicLeapIdentityKey
*/
enum clas... | C |
</div>
<div class="after-content"></div>
<footer>
<div class="container footer">
<div class="menus">
<div class="column">
<h2><a href="https://limitlesstcg.com">Limitless TCG</a></h2>
<ul>
<li><a href="/about">About</a></li>
... | Kotlin |
public static long i2l(@Slot(0) int value, int bci) {
if (Intrinsics.readLatchBit(VMAJavaRunScheme.VM_ADVISING.offset, 0)) {
VMAStaticBytecodeAdvice.adviseBeforeConversion(bci, 133, value);
}
return value;
}
@T1X_TEMPLATE(F2L)
public static long f2l(@Slot(0) float value... | Java |
llx8.tls a8, sg1@tlscall
/* GD -> LE with local variable defined in executable */
movi a8, sl1@tlsfunc
movi a10, sl1@tlsarg
callx8.tls a8, sl1@tlscall
/* GD -> LE with hidden variable defined in executable */
movi a8, sh1@tlsfunc
movi a10, sh1@tlsarg
callx8.tls a8, sh1@tlscall
/* LD -> LE */
movi a8, _TL... | Assembly |
&js_raw.code, js_raw.args.len(), return_ty.clone() );
let return_signature = if let Some( ty ) = return_ty {
quote! { -> #ty }
} else {
quote! {}
};
let prototype_args = dummy_idents( js_raw.args.len() ).map( |name| quote! { #name: *const u8 } );
let call_args = dummy_idents( js_raw... | Rust |
CHECK: load i32, ptr %
// CHECK: store i32 %{{.+}}, ptr %
// CHECK: getelementptr inbounds [[KMP_TASK_TMAIN_TY]], ptr %{{.+}}, i32 0, i32 2
// CHECK: getelementptr inbounds [[PRIVATES_TMAIN_TY]], ptr %{{.+}}, i32 0, i32 2
// CHECK: getelementptr inbounds [2 x [[S_INT_TY]]], ptr %{{.+}}, i32 0, i32 0
// CHECK: geteleme... | C++ |
fa-icon>
</span>
</div>
<p class="job-label" *ngIf="job.experience === 0">Fresher</p>
<p class="job-label" *ngIf="job.experience > 0">
Min. {{ job.experience }} year{{ job.experience > 1 ? 's' : '' }} experience
</p>
... | HTML |
username and password didn't match. Please try again.</p>
{% else %}
<p>Please, use the following form to log-in. If you don't have an account <a href="{% url "register" %}">register here</a></p>
{% endif %}
<div class="login-form">
<form action="{% url "login" %}" method="post">
... | HTML |
d on the client or passed to this method.
extra_headers: Headers | None = None,
extra_query: Query | None = None,
extra_body: Body | None = None,
timeout: float | httpx.Timeout | None | NotGiven = not_given,
) -> WalletListResponse:
"""
Args:
extra_headers: ... | Python |
r\n fireEvent.changeText(getByTestId(\"email-input\"), \"bad@example.com\");\r\n fireEvent.changeText(getByTestId(\"password-input\"), \"wrongpass\");\r\n fireEvent.press(getByTestId(\"login-button\"));\r\n await waitFor(() => {\r\n const errorMsg = getByTestId(\"error-message\");\r\n expect(error... | HTML |
featureNS = {};
featureNS[defaultPrefix] = ns;
}
/** @type {Object<string, Object<string, import("../xml.js").Parser>>} */
const parsersNS = {};
const featureTypes = Array.isArray(featureType)
? featureType
: [featureType];
for (const p in featureNS) {
... | JavaScript |
nse at
//
// http://www.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 lang... | C++ |
\u8aad": [9, 22, 24], "\u52a3\u308a": [9, 31], "\u4eba\u9593": [9, 16, 26], "\u899a\u3048\u308b": 9, "namedtuple": 9, "\u4ed8\u304d": [9, 19, 21, 22, 24], "\u53ef\u63db": 9, "\u69cb\u9020": [9, 14, 16, 22, 24, 25, 29, 30], "\u53d6\u308a\u51fa\u3059": [9, 18, 22, 30], "\u305a\u3064": [9, 12, 17, 25, 30, 33], "slice": [9... | JavaScript |
# Exercise 3 Solution
class Widget(anywidget.AnyWidget):
_esm = """
function chime({ duration, tone1, tone2 }) { // <---- NEW!
const c = new AudioContext();
const g = c.createGain();
const o = c.createOscillator();
g.connect(c.destination);
g.gain.value = 0.1;
g.gain.linearR... | Python |
66.3",
["Objectives"] = {
[1] = {
"|118|35|36.5|70|5.01|6.68"
},
[2] = {
"|118|35|36.5|71|5.01|6.68"
},
[3] = {
"|118|35|37.5|70.5|5.01|3.34"
},
[4] = {
"|118|35|37|71|5.01|6.68"
}
}
},
[13120] = {
["Quest"] = "Death's Gaze|0|80|77|0|0|0",
["Start"] = "30631|11... | Lua |
inal entry in json.entries) {
final value = IoK8sApiStorageV1CSINodeList.fromJson(entry.value);
if (value != null) {
map[entry.key] = value;
}
}
}
return map;
}
// maps a json object with a list of IoK8sApiStorageV1CSINodeList-objects as value to a dart map
static ... | Dart |
ewWhitelist.splice(urlHostnameIndex, 1) : newWhitelist.push(urlHostname));
chrome.storage.sync.set({
whitelist: newWhitelist
});
} else {
var newBlocklist = BLOCKLIST.slice(),
urlHostnameIndex = newBlocklist.indexOf(urlHostname);
!!isPhotoShowEnabled ^ !!~urlHostnameIndex |... | JavaScript |
String get app_anonymous_crash_diagnostics_restart => 'Az anonim összeomlási diagnosztika le lett tiltva, az alkalmazás újraindítása után nem kerül elküldésre.';
@override
String get app_trading_partners => 'Kereskedő partnerek';
@override
String get app_trade_status_settlement_processing_description => 'Az... | Dart |
XMLRun
*/
@Override
protected void fillExecuteContent(DataRuntime runtime, XMLRun run) {
super.fillExecuteContent(runtime, run);
}
/**
* execute [命令合成]<br/>
* 填充execute命令
* @param runtime 运行环境主要包含驱动适配器 数据源或客户端
* @param run XMLRun
*/
@Override
protected voi... | Java |
[i] != ' ' && line[i] != '\t') {
line[i + 1] = '\0';
break;
}
}
/* now check if value is quoted with "" and if there is a char behind. */
for (i = strlen(line); i >= 0; i--) {
if (line[i] == '"') {
line[i + 1] = '\0';
break;
}
}
/* return the values */
strncpy(return_value, line, size);
retur... | C++ |
ri clienti possano sempre fare affidamento su di esse per operare in modo efficace. Cloudflare è conforme e supporta i seguenti standard:</p>
<figure class="kg-card kg-image-card"><img src="https://blog.cloudflare.com/content/images/2020/12/image4-5.jpg" class="kg-image" alt="" loading="lazy"></figure>
<p>SOC-2 Type ... | HTML |
'length': _Quaternion_length$,
'clone': _Quaternion_clone$,
'setFrom': _Quaternion_setFrom$,
'setValues': _Quaternion_setValues$,
'setAxisAngle': _Quaternion_setAxisAngle$,
'setFromRotation': _Quaternion_setFromRotation$,
'setFromTwoVectors': _Quaternion_setFromT... | Dart |
from cassandra.cluster import Cluster
from cassandra.query import BatchStatement
import pandas as pd
import uuid
# Define Cassandra connection parameters
cassandra_host = '127.0.0.1'
cassandra_port = 9042
# Create a Cluster instance
cluster = Cluster([cassandra_host], port=cassandra_port)
# Connect to the Cassandra ... | Python |
.sortedBy{ it.modeName }
private val mode: NoFallMode
get() = modes.find{ modeValue.get() == it.modeName } ?: throw NullPointerException()
val modeValue: ListValue = object: ListValue("Mode", modes.map{ it.modeName }.toTypedArray()) {
override fun onChange(oldValue: String, newValue: ... | Kotlin |
is.Step;
obj.AddIfTrue("endStep", this.EndStep != this.Step, this.EndStep);
obj.AddIfTrue("snapshot", this.Snapshot);
OnJsonSerialize(obj);
obj.AddIfNonZero("threadId", this.ThreadId);
if (readOnly) obj.Freeze();
return obj;
}
/// <summary>Deserializes a <see cref="Command"/> previously s... | C# |
ropy.ConcatStrings(tbl)
local result = ""
for i, v in pairs(tbl) do result = result..v end
return result
end
function Entropy.GetRecipe(cards)
if #cards == 5 then
local enhancements = Entropy.EnhancementPoints
local rares = {}
for i, v in pairs(G.P_CENTER_POOLS.Joker) do
... | Lua |
(),
),
onSubmitted: (e) {
controller.submit();
},
minLines: 4,
maxLines: 6,
maxLength: 1000,
),
AppStyle.vGap12,
ElevatedButton(
onPressed: controller.submit,
child: const Text("发布... | Dart |
(ORIGINAL));
System.out.println(yellow("\nCONTEXTUALIZED CHUNK:\n") + match.embedded().text());
});
// =================================
// Ask Gemini to generate a response
ChatLanguageModel chatModel = getChatLanguageModel(MODEL_GEMINI_PRO);
String concatenated... | Java |
the valid duration for the certificate.
// Default: 10 years
func ExpOption(d time.Duration) Option {
return optionFn(func(o *options) { o.exp = d })
}
// KeySizeOption sets the size of the private key.
// Default: 4096
func KeySizeOption(n int) Option {
return optionFn(func(o *options) { o.keySize = n })
}
// Org... | Go |
resolution image synthesis with latent diffusion models. In _Proceedings of the IEEE/CVF conference on computer vision and pattern recognition_, pp. 10684-10695, 2022.\n' +
'* Saharia et al. (2022) Saharia, C., Chan, W., Saxena, S., Li, L., Whang, J., Denton, E. L., Ghasemipour, K., Gontijo Lopes, R., Karagol Aya... | HTML |
* limitations under the License.
*/
@file:Suppress("unused")
package com.squareup.contour
import android.graphics.Rect
/**
* Represents a rectangle in your layout.
* The methods obey a contract that they will either return the correct laid out or throw a
* [com.squareup.contour.errors.CircularReferenceDetected... | Kotlin |
ider #item-2 ul > li > span {
display: inline-block;
margin-bottom: 3px;
padding: 3px 15px;
background: rgba(237, 62, 73, 0.9);
color: white;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.home-slider #item... | CSS |
0BA; color: #FFFFFF;
text-decoration: none; border: 2px outset #C0C0C0; font-size: 10px; font-weight: bold; cursor: pointer;">
{{ _('donate_with_paypal') }}
</a>
</div>
<!-- Patreon -->
<div style="border: 2px outset #C0C0C0; padding: 16px; background: #F0F0F0;">
<div s... | HTML |
err, "failed to marshal CRD into YAML")
}
return s, nil
}
oldDef := pkgdef.Definition{Unstructured: unstructured.Unstructured{}}
oldDef.SetGroupVersionKind(def.GroupVersionKind())
err = k8sClient.Get(ctx, types2.NamespacedName{
Namespace: def.GetNamespace(),
Name: def.GetName(),
}, &oldDef)
if err !... | Go |
compatibility.mythicmobs.*
import kr.toxicity.model.script.ChangePartScript
import kr.toxicity.model.util.boneName
class ChangePartMechanic(mlc: MythicLineConfig) : AbstractSkillMechanic(mlc), INoTargetSkill {
private val model = mlc.modelPlaceholder
private val predicate = mlc.bonePredicate
private val n... | Kotlin |
/*
* Copyright (C) 2021 Metrological Group B.V.
* Copyright (C) 2021 Igalia S.L.
* Copyright (C) 2007, 2008, 2011 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistrib... | C |
[Next]</a> <a href="fitsy.html">[Up]</a> <a href="../mmtilib.html">[Top]</a>
<META NAME="generator" CONTENT="txt2html v1.3">
</HEAD>
<BODY>
<A NAME="section-1.1.1"><H3>NAME</H3></A>
<P>
ft_headsetl,ft_headseti,ft_headsetr,ft_headsets -Fitsy FITS header set routines.
<A NAME="section-1.1.2"><H3>SYNOPSIS</H3></A>
... | HTML |
, false);
// valid
check_regex!(T, "9606", true);
check_regex!(T, "731", true);
// invalid
check_regex!(T, "965X", false);
check_regex!(T, "965 ", false);
check_regex!(T, " 965", false);
check_regex!(T, "X965", false);
// extract
extract_... | Rust |
:= false # write liq_* tags back to file
# settings.autocue.cue_file.write_replaygain := false # write ReplayGain tags back to file
# settings.autocue.cue_file.force_analysis := false # force re-analysis even if tags found
# settings.autocue.cue_file.nice := false # Linux/MacOS only: Use NI=18 for analysis
# settin... | HTML |
dButton)
func (q *QDialogButtonBox) Button(which QDialogButtonBox_StandardButton) *QPushButton {
var __rv uintptr
q.Drv(229000, 229113, unsafe.Pointer(&which), unsafe.Pointer(&__rv), nil, nil, nil, nil, nil, nil, nil, nil, nil, nil)
if __rv == 0 {
return nil
}
_rp := &QPushButton{}
_rp.SetDriver(__rv, 333000, f... | Go |
|
| 市场趋势分析 | 预测未来五年内全球手机市场的发展趋势是什么? |
| 旅游攻略 | 如何规划一次完美的日本自由行? |
| 礼品推荐 | 送给女性朋友的生日礼物有哪些精选推荐? |
| 体育竞技分析 | 分析最近十场英超比赛中利物浦队的表现情况 |
| 数码产品评测 | iPhone 13... | Markdown |
oup.Light: ImageVector
get() {
if (_light != null) {
return _light!!
}
_light = Builder(name = "Light", defaultWidth = 16.0.dp, defaultHeight = 16.0.dp,
viewportWidth = 16.0f, viewportHeight = 16.0f).apply {
path(fill = SolidColor(Color(0xFFffffff)), s... | Kotlin |
evirt/tests/framework/checks"
"kubevirt.io/kubevirt/tests/framework/kubevirt"
. "kubevirt.io/kubevirt/tests/framework/matcher"
"kubevirt.io/kubevirt/tests/libdomain"
"kubevirt.io/kubevirt/tests/libstorage"
"kubevirt.io/kubevirt/tests/libvmifact"
"kubevirt.io/kubevirt/tests/libvmops"
"kubevirt.io/kubevirt/tests/l... | Go |
acrn_ioeventfd_handler(struct acrn_ioreq_client *client,
struct acrn_io_request *req)
{
struct hsm_ioeventfd *p;
u64 addr, val;
int size;
if (req->type == ACRN_IOREQ_TYPE_MMIO) {
/*
* I/O requests are dispatched by range check only, so a
* acrn_ioreq_client need process both READ and WRITE accesses
... | C |
/td>\n<td>Requested attribute name.</td>\n</tr>\n<tr>\n<td><code>assertion_operator</code></td>\n<td>See <a href=\"#Assertions\" class=\"name\">Assertions</a> for further details. Defaults to None.</td>\n</tr>\n<tr>\n<td><code>assertion_expected</code></td>\n<td>Expected value for the state</td>\n</tr>\n<tr>\n<td><code... | HTML |
larger">larger</a> will make the font size of the
current element be <a class="css" data-link-type="maybe" href="#valdef-font-size-absolute-size-large" id="ref-for-valdef-font-size-absolute-size-large">large</a>. If the parent element’s size is not
close to a table entry, the user agent is free to interpolate
betwe... | HTML |
.Nil(t, err, string(output))
}
cmd := exec.Command(
data.bin,
"add",
"mysql",
"--user", "root",
"--port", "3306", // MySQL instance with performance_schema enabled.
"--host", "127.0.0.1", // Force pmm-admin to ignore auto detection, otherwise it tries to connect to socket.
"--create-user",
"--force",... | Go |
cbz x2, .clean_bss_loop_byte
str xzr, [x1], #8
sub x2, x2, #8
b .clean_bss_loop_quad
.clean_bss_loop_byte:
cbz x3, .clean_bss_end
strb wzr, [x1], #1
sub x3, x3, #1
b .clean_bss_loop_byte
.clean_bss_end:
ret
init_cpu_stack_early:
msr spse... | Assembly |
= lambdaQuery()
.eq(ModuleTreeData::getModuleId, moduleId)
.in(ModuleTreeData::getDataId, parentIds)
.list();
for (ModuleTreeData treeData : parentTreeDataList) {
// 父级 ID
String treeDataParentId = treeData.getParen... | Java |
StatType, displayIndex)
)
}
if (inserts.size > 0) inserts.forEach {
database.execSQL(query, it.toTypedArray())
}
database.execSQL("DROP TABLE IF EXISTS `graphs_and_stats_table2`")
database.execSQL("ALTER TABLE graphs_and_stats_table3 RENAME TO graphs_and_s... | Kotlin |
ogger.V(1).Info("Node actions", "actions", nodeActions)
logger.V(1).Info("Starting handling node drain")
if err := r.handleNodeDrain(ctx, node, nodeActions); err != nil {
logger.V(1).Info("Failed to drain node", "error", err)
return r.handleDrainError(ctx, err)
}
logger.V(1).Info("Starting handling node reboo... | Go |
;;;;;;;;;;;;;;;;;;;;;;;;;
; arg(0) -> const uint8_t* inPtr
; arg(1) -> int16_t* outPtr
; arg(2) -> compv_uscalar_t width
; arg(3) -> compv_uscalar_t height
; arg(4) -> compv_uscalar_t step
; arg(5) -> compv_uscalar_t pad
; arg(6) -> const int16_t* vthzKernPtr
; arg(7) -> compv_uscalar_t kernSize
sym(CompVMathConvlt1VtH... | Assembly |
from .symbols import *
_symbol_to_id = {s: i for i, s in enumerate(symbols)}
def cleaned_text_to_sequence(cleaned_text, tones, language, symbol_to_id=None):
"""Converts a string of text to a sequence of IDs corresponding to the symbols in the text.
Args:
text: string to convert to a sequence
Retur... | Python |
*c/4|0)+(367*(t-2-12*u)/12|0)-(3*((c+100)/100|0)/4|0)+n-32075;r-=12,0>r&&(r+=24);var f=a+(r*s.SECONDS_PER_HOUR+i*s.SECONDS_PER_MINUTE+o*s.SECONDS_PER_MILLISECOND);return f>=43200&&(l-=1),[l,f]}function m(e,t,r){this.dayNumber=void 0,this.secondsOfDay=void 0,e=n(e,0),t=n(t,0),r=n(r,c.UTC);var i=0|e;t+=(e-i)*s.SECONDS_PE... | JavaScript |
/*
Copyright (C) 2025 Mikael Hildenborg
SPDX-License-Identifier: BSD-2-Clause
*/
#ifdef _HAVE_INITFINI_ARRAY
#define _init __libc_init_array
#define _fini __libc_fini_array
#endif
.equ DEFAULT_STACK, 2000
.global _BasePage
.weak _STACK_SIZE
.weak _HEAP_SIZE
.global _HeapPtr
.global _HeapBottom
.global _He... | Assembly |
{"Splintered Bone Chunk",nil,nil,{[65]={{53.16,26.79},{53.08,25.88},{56.58,22.03},{62.39,29.87},{57.1,24.1},{57.52,23.87},{62.39,29.25},{53.27,25.17},{52.83,26.08},{51.12,26.09},{53.14,25.98},{51.49,26.75},{52.86,25.35},{53.13,25.6},{51.45,26.25},{52.88,26.51},{63.62,28.61},{60.53,27.66},{60.63,28.25},{60.84,28.3},{59... | Lua |
glabel func_80B079E0
/* 004A0 80B079E0 27BDFFD0 */ addiu $sp, $sp, 0xFFD0 ## $sp = FFFFFFD0
/* 004A4 80B079E4 AFBF002C */ sw $ra, 0x002C($sp)
/* 004A8 80B079E8 AFB00028 */ sw $s0, 0x0028($sp)
/* 004AC 80B079EC AFA50034 */ sw $a1, 0x0034($sp)
/* 004B0 80B07... | Assembly |
ing for bmodels in the same leaf
// ---------------------------------------------------------------
.align 4
Lxl_done:
incl %edx
movl %edx,st_spanstate(%edi)
jmp Lgs_nextedge
.align 4
Lzcheck_for_newtop:
movl et_u(%ebx),%eax
subl $0xFFFFF,%eax
movl %eax,Ltemp
fildl Ltemp
fmuls float_1_div_0100000h // fu ... | Assembly |
import boto3
# Create the target group
def create_alb_target_group(applicationLoadBalancerArn, targetGroupName, targetGroupProtocol,
targetGroupPort, targetGroupVpcId, targetGroupHealthCheckProtocol,
targetGroupTargetType, ec2InstanceId):
alb_client = boto3.client('... | Python |
aveYardItem> graveyartTillTurnStart = new List<GraveYardItem>();
public List<SecretItem> enemySecrets = new List<SecretItem>();
public bool feugenDead = false;
public bool stalaggDead = false;
private static Probabilitymaker instance;
public static Probabilitymaker Instance
... | C# |
WIFE],
},
};
[player, gameState] = multiStepGameInputTest(gameState, [
gameInput,
selectCardsInput,
{
inputType: GameInputType.SELECT_CARDS,
prevInputType: GameInputType.SELECT_CARDS,
prevInput: selectCardsInput,
cardOptions: [CardName... | Typescript |
::null_mut(), ptr::null_mut()) {
0 => match avformat_find_stream_info(ps, ptr::null_mut()) {
r if r >= 0 => Ok(context::Input::wrap(ps)),
e => {
avformat_close_input(&mut ps);
Err(Error::from(e))
}
},
e => Err(Error::from(e)),
}
}
}
pub fn output<P: AsRef<Path>>(path: P) -> Result<co... | Rust |
pl InfoFlags1 {
pub(crate) const OP_INFO0_SHIFT: u32 = 0x0000_0000;
pub(crate) const OP_INFO0_MASK: u32 = 0x0000_000F;
pub(crate) const OP_INFO1_SHIFT: u32 = 0x0000_0004;
pub(crate) const OP_INFO1_MASK: u32 = 0x0000_0007;
pub(crate) const OP_INFO2_SHIFT: u32 = 0x0000_0007;
pub(crate) const OP_INFO2_MASK: u32 = 0x... | Rust |
"The specified project dir already exists. "
"To force overwriting it use '-f' or '--force'."
)
template_dir = str(Path(args.template_dir).resolve())
if not os.path.exists(template_dir):
raise TVMCException(f"Template directory {template_dir} does not exist!"... | Python |
/*
* This message is auto generated by ROS#. Please DO NOT modify.
* Note:
* - Comments from the original code will be written in their own line
* - Variable sized arrays will be initialized to array of size 0
* Please report any issues at
* <https://github.com/siemens/ros-sharp>
*/
#if !ROS2
namespace Ro... | C# |
# coding: utf-8
#
# Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file
# except in compliance with the License. A copy of the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "lice... | Python |
// int startWeek = int.parse(rst3.group(1)!);
// bool flag = false;
// if (str.contains('单周')) {
// weekList = weekList +
// _getSingleWeekSeries(startWeek, Constant.DEFAULT_WEEK_END);
// flag = true;
// } else if (str.contains('双周')) {
// weekList ... | Dart |
JumpTable_WaitMoveSite: @ 0x20ef140
.word Function_20666c8+1 @ 0x20ef140
.word Function_20666e4+1 @ 0x20ef144
.word Movement_EndMovement+1 @ 0x20ef148
JumpTable_20ef14c: @ 0x20ef14c
.word Function_20666a0+1 @ 0x20ef14c
.word Function_20666b0+1 @ 0x20ef150
.word Movement_EndMovement+1 @ 0x20ef154
JumpTable_20ef158: @... | Assembly |
rapport sur les Zukk'ash",
[7733] = "Qualit\195\169 am\195\169lior\195\169e",
[7734] = "Qualit\195\169 am\195\169lior\195\169e",
[7735] = "Peau de y\195\169ti parfaite",
[7736] = "R\195\169approvisionnement en flux embras\195\169",
[7737] = "Se faire accepter",
[7788] = "Triomphez des envahisseurs !",... | Lua |
_sub" class="fn">checked_sub</a>(&self, v: &<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.u128.html">u128</a>) -> <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https:/... | HTML |
/*
* Dropbear - a SSH2 server
*
* Copyright (c) 2002,2003 Matt Johnston
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including witho... | C |
local T, C, L = unpack(ShestakUI)
----------------------------------------------------------------------------------------
-- The best way to add or delete spell is to go at www.wowhead.com, search for a spell.
-- Example: Misdirection -> http://www.wowhead.com/spell=34477
-- Take the number ID at the end of the URL, ... | Lua |
习过小d/暗月),会打靶场,略懂漏洞原理但是没有漏洞挖掘经验,就是挖不出来漏洞的师傅
3.只会拿漏扫当"扫哥"的师傅,手动挖掘漏洞能力基本为0
4.想积累项目经验,丰富自己挖洞思路的师傅
5.想积累资源,不甘于只当安服仔看监控,渴望提升自己专业技能的师傅
6.有计算机基础,想进入网络安全行业的同学
报名本课程你可以享受到什么?
全天候的技术解答、简历修改、职业规划
不定期的团队复盘,学习的路上不孤单
内部众测项目、网安原厂内推、线下岗位推荐、众多安全圈资源!
**往期学员成果汇报**
众多学员... | Markdown |
e said that",
"Forget I said it");
} else if (sub_menu == 1) {
npcsay(player, n, "Trying to muscle in on my job ehh?",
"I'm happy to do this all myself");
}
}
}
}
else if (n.getID() == NpcId.WIZARD_CROMPERTY.id()) {
npcsay(player, n, "Hello there", "My name is Cromperty",
... | Java |
2788 **/
SimpleTest.waitForExplicitFinish();
// return false if an exception has been catched, true otherwise
function testRegisterHandler(aIsProtocol, aTxt, aUri, aTitle) {
try {
navigator.registerProtocolHandler(aTxt, aUri, aTitle);
} catch (e) {
return false;
}
return true;
}
... | HTML |
// ****************************************************************************
// <copyright file="IntExtensions.cs" company="Pedro Lamas">
// Copyright © Pedro Lamas 2014
// </copyright>
// ****************************************************************************
// <author>Pedro Lamas</author>
// <email>pedrolam... | C# |
x = readline.chomp
break if x == ''
raise EOFError.new if x == 'quit'
# If it looks bad, let's try again.
if x !~ /^\-?\d+$/
print "That doesn't look like an integer. Please try again.\n"
next
end
# Convert to an... | HTML |
using Config = BenchBocDeserializerConfig;
if (full) {
for (auto k : {1, 10, 100}) {
for (auto with_index : {false, true}) {
for (auto mode : {Config::Prefix, Config::Range, Config::Random}) {
for (auto blob_type : {Config::Memory, Config::File, Config::FileMemoryMap}) {
Benc... | C++ |
);
goto err;
}
board = find_board(board_id);
if (board == NULL) {
ERR("unknown board \"%s\"", board_id);
goto err;
}
if (ifname == NULL) {
ERR("no input file specified");
goto err;
}
if (ofname == NULL) {
ERR("no output file specified");
goto err;
}
in = fopen(ifname, "r");
if (in == NULL) {... | C |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.