content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
>dex_shield 500<br>dex_int_shield 1000<br>focus 1000<br>default 0<br></td></tr><tr><td>77</td><td>Prefix</td><td><span class='mod-value'>(14–15)</span>% Chance to Block Spell Damage</td><td>str_shield 500<br>str_dex_shield 500<br>str_int_shield 500<br>dex_shield 500<br>dex_int_shield 1000<br>focus 1000<br>default... | HTML |
null);\nif (false) {}\nconst AwaitContext = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createContext(null);\nif (false) {}\n\n/**\n * A Navigator is a "location changer"; it\'s how you get to different locations.\n *\n * Every history instance conforms to the Navigator interface, but the\n * distinction is useful ... | JavaScript |
1, 2, 3]", () =>
expect(EXPRESSION.field.tryParse("[ 1, 2, 3 ]")).toEqual(
Fields.list([Fields.literal(1), Fields.literal(2), Fields.literal(3)])
));
test('["a"]', () => expect(EXPRESSION.field.tryParse('["a" ]')).toEqual(Fields.list([Fields.literal("a")])));
test("[[]]", () => ... | Typescript |
{
if bytes[i] % multiple == 0 {
sequence_length += 1;
} else {
if sequence_length > 1 {
let start = i - sequence_length;
let end = start + sequence_length - 1;
for i in 0..sequence_length / 2 {
... | Rust |
};
cfg.params = {
...cfg.params,
...queryData
};
return cfg;
},
error => Promise.reject(error)
);
// Add a response interceptor
instance.interceptors.response.use(
res... | Typescript |
word 0xf05ca0b1 ! 58: LDX_I ldx [%r18 + 0x00b1], %r24
.word 0xfc4d4000 ! 59: LDSB_R ldsb [%r21 + %r0], %r30
hwintr_2_2:
!$EV trig_pc_d(2,expr(@VA(.MAIN.hwintr_2_2), 16, 16)) -> intp(2, 0, 21)
.word 0xb0340000 ! 64: ORN_R orn %r16, %r0, %r24
.word 0xf60c4000 ! 65: LDUB_R ldub [%r17 + %r0], %r27
hwintr_2_3:
!$EV ... | Assembly |
tat = list(base_stat_total)[5]
second_lowest_stat = list(base_stat_total)[4]
for pokemon_type in read_pokemon_data['types']:
pokemon_types.append(pokemon_type["type"]["name"])
given_write_file.write(f"Stats: {pokemon_types} \n")
given_write_file.write(f"Highest Stat: {highest_stat} \n")
given_write_file.... | Python |
n unknown key is accessed", () => {
const config = createConfig({
streamUrl: "wss://localhost/app/stream",
container: {},
});
const unknownKey = config.nonExistent;
expect(unknownKey).toBeUndefined();
expect(mockLogger.error).toHaveBeenCalledWith(
'Config get unknown key "nonExist... | JavaScript |
lptr, (TypeInfo **)__type_info__d01a3f236d5d52e9_arg_types_var_2201614657377291794, __type_info__7c1c3f2d00ff5aa8_arg_names_var_2201614657377291794, 2, 0, nullptr, 12, TypeSize<Func DAS_COMMENT((void,ast::AstVisitor,smart_ptr_raw<ExprConstUInt> const ))>::size, UINT64_C(0x2adb6b553ddbf901), "preVisitExprConstUInt", off... | C++ |
&& v->index() == I? &v->_get_impl( mp11::mp_size_t<I>() ): 0;
}
template<std::size_t I, class... T> constexpr typename std::add_pointer<const variant_alternative_t<I, variant<T...>>>::type get_if(variant<T...> const * v) noexcept
{
static_assert( I < sizeof...(T), "Index out of bounds" );
return v && v->index... | C++ |
/SimpleTest/EventUtils.js"></script>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
</head>
<body>
<script>
"use strict";
function ok(condition, msg) {
opener.ok(condition, "[lenient-setters] " + msg);
}
function is(a, b, msg) {
opener.is(a, b, "[lenient-setters] " + msg);
}
function info(msg) {
ope... | HTML |
if (item.IsOperate != 0) continue;
item.NotChecked = value;
}
}
}
private string? _SelectAllText;
/// <summary>
/// 全选文字,当值为 <see langword="null"/> 时应隐藏底部操作区域
/// </summary>
public string? SelectAllText
{
... | C# |
URL 단축용 엔드포인트
```java
POST /api/v1/data/shorten
- 인자: {longUrl: longURLstring}
- 반환: 단축 URL
```
2. URL 디리렉션용 엔드포인트
```java
GET /api/v1/shortUrl
- 반환: HTTP 리디렉션 목적지가 될 원래 URL
```
## URL 리디렉션
상태코드는 301, Location은 원래 URL
- 301 Permanently Moved
- 처리 책임이 영구적으로 L... | Markdown |
cacheInitialized = true
hasUnsavedChanges.set(false)
}
}
/**
* 将插件数据写入磁盘 (原子写入)
* @param createBackup 是否创建备份文件 (此参数在这里不直接控制原子写入,原子写入是内部逻辑)
*/
private fun writePluginsToDisk(createBackup: Boolean = true) {
val plugins = pluginCache.values.toList()
Ti... | Kotlin |
an empty results array.
/// </summary>
[JsonPropertyName("results")]
public virtual IEnumerable<Result> Results { get; set; }
/// <summary>
/// Plus Code.
/// </summary>
[JsonPropertyName("plus_code")]
public virtual BasePlusCode PlusCode { get; set; }
/// <summary>
/// Address... | C# |
le for class 'foo'
// CHECK-FIXES: {{^}}class Foo {{{$}}
};
class fooo {
};
class afooo {
// CHECK-MESSAGES: :[[@LINE-1]]:7: warning: invalid case style for class 'afooo'
// CHECK-FIXES: {{^}}class Afooo {{{$}}
};
struct soo {
// CHECK-MESSAGES: :[[@LINE-1]]:8: warning: invalid case style for struct 'soo'
... | C++ |
)
GLES20.glTexParameteri(
GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
GLES20.GL_TEXTURE_WRAP_S,
GLES20.GL_CLAMP_TO_EDGE
)
GLES20.glTexParameteri(
GLES11Ext.GL_TEXTURE_EXTERNAL_OES,
GLES20.GL_TEXTURE_WRAP_T,
... | Kotlin |
egExp("hsv"+e),hsva:new RegExp("hsva"+r),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();fun... | JavaScript |
he field as it is.
/// </summary>
EMBER_PRECONFIG_KEY_NOT_VALID = 0x0001,
/// <summary>
/// [16] This denotes whether a joiner node (router or end-device) uses a Global Link Key or a
/// Unique Link Key.
/// </summary>
EMBER_JOINER_GLOBAL_LINK_KEY = 0x00... | C# |
to download track! Please restart.": "Parça indirilemedi! Lütfen yeniden başlat.", "Storage permission denied!": "Depolama izni reddedildi!", "Failed": "Başarısız", "Queued": "Sıraya alındı", "External": "Depolama", "Restart failed downloads": "Başarısız indirmeleri yeniden başlatın", "Clear failed": "Silinemedi", "Do... | Dart |
.43-60.289-57.341-157.511 1.386-217.581L254.392 34c44.316-45.332 116.351-45.336 160.671 0 43.89 44.894 43.943 117.329 0 162.276L232.214 383.128c-29.855 30.537-78.633 30.111-107.982-.998-28.275-29.97-27.368-77.473 1.452-106.953l143.743-146.835c6.182-6.314 16.312-6.422 22.626-.241l22.861 22.379c6.315 6.182 6.422 16.312.2... | JavaScript |
id
})
return res.message_id
except Exception as e:
self.log_remotely("ERROR", f"发送主题消息失败: {e}", {
"article_id": message_content.get('article_id', 'unknown'),
"exception_type": type(e).__name__,
"exc_inf... | Python |
// Copyright ©2018-2020 by Richard A. Wilkes. All rights reserved.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, version 2.0. If a copy of the MPL was not distributed with
// this file, You can obtain one at http://mozilla.org/MPL/2.0/.
//
// This Source Code Form is "Incompatibl... | C |
IRL_HHHL, 0x3c0),
};
static DECLARE_INTC_DESC(intc_desc_irl, "shx3-irl", vectors_irl, groups,
mask_registers, prio_registers, NULL);
void __init plat_irq_setup_pins(int mode)
{
int ret = 0;
switch (mode) {
case IRQ_MODE_IRQ:
ret |= gpio_request(GPIO_FN_IRQ3, intc_desc_irq.name);
ret |= gpio_request(GPIO_F... | C |
the item should be included in this index.
/// </summary>
/// <remarks>
/// If the predicate returns <c>false</c>, the item is excluded from this index (but may appear in others).
/// </remarks>
public required Func<T, bool>? ShouldIndex { get; init; }
/// <summary>
/// Gets the component ... | C# |
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (C) 2011 Deepin, Inc.
# 2011 Wang Yong
#
# Author: Wang Yong <lazycat.manatee@gmail.com>
# Maintainer: Wang Yong <lazycat.manatee@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the ... | Python |
茅科 的\\nn. 【植】南蛇藤属 植物",
"staff vine":"[网络] 工作人员藤",
"staff-room":"教研室;教员办公室",
"staff-rooms":"(staff-room 的复数) 教研室;教员办公室",
"staff-tree family":"[网络] 卫矛科",
"Staffa":"斯塔法岛(英国苏格兰西部岛屿)",
"staffage":"n. 画中的陪衬物( 尤指风景画中的点景人物)",
"staffed":"v. 雇用( staff的过去式和过去分词 ); 担任…的职员(或雇员); 为…配备工作人员; 给(职员)下发学习(或工作)指令(通常与 out 连用)",
"staffelit... | Typescript |
# Slicing = create a substring by extraction element from another string
# indexing[] or slicing()
# [start:stop:steps]
website = "http://google.com"
website2 = "http://github.com"
name = "Kevin Kimanzi"
first_name = name[0:5]
last_name = name[6:13]
print(first_name)
print(last_name)
slice = slice(7,-4)
print(we... | Python |
or a set of permissions', () => {
it('should check to see that given permissions match set of required permissions', () => {
const requiredPermissions = ['permission1', 'permission2'];
const existingPermissions = [
'permission1',
'permission2',
'permission3',
'permission4',
];
... | Typescript |
ts.ScriptTarget.ESNext
);
const targetNodes = getTargetNodes(sourceFile, ts);
expect(targetNodes.length).toBe(1);
});
it('skips declarations that are not "stylesheet"', () => {
const referenceSource = `
const { a } = stylesheet\`
.a {
color: #aaa... | Typescript |
Util.nextId());
msgFailedFile.setUuid(msgFile.getUuid());
msgFailedFile.setStatus(FAILED_FILE_STATUS_WAIT);
msgFailedFile.setFileType(fileType == null ? FILE_TYPE_ORIGINAL : fileType);
msgFailedFileMapper.insertMsgFailedFile(msgFailedFile);
}
@Override
public void processFi... | Java |
等比例要求,支持同时指定宽度、高度。</span></p></div><div class="md-alert md-alert-note note"><p><span class='md-alert-text md-alert-text-note'><svg viewBox="0 0 16 16" version="1.1" width="1em" height="1em" aria-hidden="true"><path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 ... | HTML |
from django.db import models
class StripeSubscription(models.Model):
class Status(models.TextChoices):
# Ref: The complete list is in https://docs.stripe.com/api/subscriptions/object#subscription_object-status
INCOMPLETE = "incomplete"
INCOMPLETE_EXPIRED = "incomplete_expired"
TRIA... | Python |
this by calling SetJITCompilerFlags on LoadModule callback.
void* pMemory = pamTracker->Track(pAssembly->GetHighFrequencyHeap()->AllocMem(S_SIZE_T(sizeof(EditAndContinueModule))));
pModule = new (pMemory) EditAndContinueModule(pAssembly, pPEAssembly);
}
else
#endif // FEATURE_METADATA_UPDATER
... | C++ |
dumb-init /usr/bin/dumb-init
# Copy the settings
COPY --from=builder /usr/src/app/.docker/.dockerignore /usr/src/app/.dockerignore
COPY --from=builder /usr/src/app/.docker/nx.json /usr/src/app/nx.json
COPY --from=builder /usr/src/app/package.json /usr/src/app/package.json
COPY --from=builder /usr/src/app/rucken.json /u... | Markdown |
go.By(fmt.Sprintf("Starting %v on the vCenter host", vsanhealthServiceName))
startVCServiceWait4VPs(ctx, vcAddress, vsanhealthServiceName, &isVsanHealthServiceStopped)
ginkgo.By(fmt.Sprintf("Waiting for labels %+v to be updated for pvc %s in namespace %s",
labels, pvclaim.Name, pvclaim.Namespace))
err = e2eVS... | Go |
")
ap := parsing.NewTestAccountsParser(createMockHexPubkeyConverter())
ap.SetKeyGenerator(&mock.KeyGeneratorStub{
CheckPublicKeyValidCalled: func(b []byte) error {
return expectedErr
},
})
ib := createMockInitialAccount()
ib.Address = "00"
ap.SetInitialAccounts([]*data.InitialAccount{ib})
err := ap.Proce... | Go |
using Microsoft.CodeAnalysis;
namespace StructId;
public static class Diagnostics
{
public static DiagnosticDescriptor MustBeRecordStruct { get; } = new(
"SID001",
"Struct Ids must be partial readonly record structs",
"'{0}' must be a partial readonly record struct to be a struct ids.",
... | C# |
dynamic_thread_negedge.enable();
m_dynamic_thread_posedge.enable();
m_static_method.enable();
m_static_thread.enable();
wait();
m_event2.notify(SC_ZERO_TIME);
cout << endl << sc_time_stamp() << ": stimulus ("
<< __LINE__ << ") - f... | C++ |
ys : 'ყოველთვის',
accessSameDomain: 'იგივე დომენი',
accessNever : 'არასდროს',
alignAbsBottom : 'ჩარჩოს ქვემოთა ნაწილის სწორება ტექსტისთვის',
alignAbsMiddle : 'ჩარჩოს შუა ნაწილის სწორება ტექსტისთვის',
alignBaseline : 'საბაზისო ხაზის სწორება',
alignTextTop : 'ტექსტი ზემოდან',
quality : 'ხარისხი',
quali... | JavaScript |
}
}, this);
}
}
import { HttpException } from "@nestjs/common";
import { existsSync, mkdirSync } from "fs";
import { diskStorage } from "multer";
import uuidRandom from "./uuidRandom";
import * as moment from 'moment-timezone';
export const multerOptions = {
fileFilter: (request, file, ca... | Typescript |
var onBarcodeDetected: (String, BarcodeReader.Format) -> Unit = { _, _ -> }
var lastBarcodeFormat: BarcodeReader.Format? = null // Still used internally by Scanner.kt
var scanRect = Rect.Zero
var overlayPosition by mutableStateOf<Offset?>(null)
var overlaySize by mutableStateOf<androidx.compose.ui... | Kotlin |
ED to "The analysis could not be completed successfully.",
PROCESS_NULL to "The analysis process is null.",
VMAF_PROCESS to "Analysis failed.",
NO_VIDEO_INPUT_MEDIA to "No video stream found.",
VMAF_MODEL_SAVE to "Could not save the file path of the VMAF model."
)
override val t... | Kotlin |
icon-title href=https://www.dherbs.com/store/10-day-cleanses-c-45.html>10 Day Cleanses</a></li> <li class=list-icon-item><a class=ube-list-icon-title href=https://www.dherbs.com/store/specialty-cleanses-c-89.html>Specialty Cleanses</a></li> <li class=list-icon-item><a class=ube-list-icon-title href=https://www.dherbs.c... | HTML |
: f"{ffmpeg_video_path}"}
os.unlink(save_video_path)
print(f"removed raw video: {save_video_path}")
else:
final_result = {"status": True, "message": f"{save_video_path}"}
except Exception as e:
print(f"Error: {e}")
final_result ... | Python |
local E, L, V, P, G = unpack(ElvUI)
local AB = E:GetModule('ActionBars')
local _G = _G
local gsub = gsub
local ipairs = ipairs
local format = format
local CreateFrame = CreateFrame
local GetBindingKey = GetBindingKey
local GetNumShapeshiftForms = GetNumShapeshiftForms
local GetShapeshiftForm = GetShapeshiftForm
local ... | Lua |
import abc
from dataclasses import dataclass
from typing import Dict
from ray.train.v2._internal.execution.callback import ControllerCallback
from ray.train.v2._internal.execution.worker_group import (
WorkerGroupPollStatus,
WorkerGroupState,
)
from ray.train.v2.api.config import ScalingConfig
@dataclass
cla... | Python |
a59a33fafa445fa71ff72d23f02">mecevp.c</a>
</li>
<li>soap_mec_start()
: <a class="el" href="mecevp_8h.html#a8053a2c0cda70dd37b944408dd3f8f0e">mecevp.h</a>
, <a class="el" href="mecevp_8c.html#a8053a2c0cda70dd37b944408dd3f8f0e">mecevp.c</a>
</li>
<li>soap_mec_start_alg()
: <a class="el" href="mecevp_8h.html#ada34eeec6780... | HTML |
s-section-title > a:focus{
color:#014486;
}
.slds-section-title > a:focus{
-webkit-box-shadow:0 0 3px #0176d3;
box-shadow:0 0 3px #0176d3;
}
.slds-section-title > a:active{
color:#080707;
}
.slds-section-title .slds-icon{
width:1rem;
height:1rem;
fill:currentColor;
}
.slds-section-title .slds-sect... | CSS |
t(allTagsAndOptions.children).toHaveLength(3);
});
test('Noise profile N\\A', async () => {
const { getByText } = alertTableRowTest({
alert: testAlert,
tags: [],
noiseProfile: 'N\\A',
});
const message = await waitFor(() => getByText('N\\A'));
expect(message).toBeInTheDocument();
});
test('Noise ... | JavaScript |
ter().map(|&s| s.to_string()).collect::<Vec<_>>(),
id.clone(),
data.to_vec(),
)
})
.collect::<HashSet<_>>();
for st in &mut [b_msgs.by_ref(), a_msgs.by_ref()] {
let actual = st
.take(2)
// Arc::try_unwrap will fail sometime... | Rust |
5 * norm_coefficient * ||X||^2, where ||X|| is the sum of squared
// values of all elements in X.
G_regularized = norm_coefficient * X + G
// In the first training iteration, beta should always be 1.
beta_adjusted = T > 0 ? beta : 1
// Compute the current momentum based on ... | Markdown |
DynamicMapEqual_NotTrue() {
// TypeRegistry reg = newRegistry();
// mapValue := NewDynamicMap(reg, map[string]map[int32]float32{
// "nested": {1: -1.0, 2: 2.0},
// "empty": {}})
// other := NewDynamicMap(reg, map[string]map[int64]float64{
// "nested": {1: -1.0, 2: 2.0, 3: 3.14},
/... | Java |
# asm 2: and <p31=%l4,4080,>p31=%l2
and %l4,4080,%l2
# qhasm: p30 &= 4080
# asm 1: and <p30=int64#14,4080,>p30=int64#14
# asm 2: and <p30=%o4,4080,>p30=%o4
and %o4,4080,%o4
# qhasm: p31 = *(uint32 *) (table1 + p31)
# asm 1: lduw [<table1=int64#10+<p31=int64#19],>p31=int64#19
# asm 2: lduw [<table1=%o0+<p31=%l2],>p31=... | Assembly |
Text(QCoreApplication.translate("MainWindow", u"\u6d4f\u89c8", None))
self.btn_pause.setText(QCoreApplication.translate("MainWindow", u"\u6682\u505c\u4e0b\u8f7d", None))
self.btn_stop.setText(QCoreApplication.translate("MainWindow", u"\u505c\u6b62\u4e0b\u8f7d", None))
self.btn_selectALL.setText(... | Python |
List<int> buffer) {
// Write type-id 0xc0944820.
buffer.writeInt32(0xc0944820);
// Write fields.
buffer.writeInt32(flags);
final localTitleCopy = title;
if (localTitleCopy != null) {
buffer.writeString(localTitleCopy);
}
final localIconEmojiIdCopy = iconEmojiId;
if (localIconE... | Dart |
";s:10:\"2022-04-16\";}}s:14:\"recipeCategory\";a:2:{i:0;s:6:\"Dinner\";i:1;s:11:\"Main Course\";}s:13:\"recipeCuisine\";a:1:{i:0;s:5:\"Asian\";}s:8:\"keywords\";s:35:\"Stir Fry Recipe, vegetable stir fry\";s:9:\"nutrition\";a:8:{s:5:\"@type\";s:20:\"NutritionInformation\";s:11:\"servingSize\";s:8:\"1.5 cups\";s:8:\"ca... | HTML |
_respond_ok(RES_LUEDUO_REVENGE);
}
int lue_duo_module::clt_fanpai(player_obj *player, const char *, const int )
{
if (player->scene_cid() != global_param_cfg::lue_duo_map)
return player->send_respond_err(NTF_OPERATE_RESULT, ERR_CLIENT_OPERATE_ILLEGAL);
ld_obj *ldo = lue_duo_config::instance()->get_random_ld_ob... | C++ |
32709922a48afafd236d975256753_136"></div><hr style="page-break-after:always"/><div style="min-height:42.75pt;width:100%"><div style="margin-bottom:9pt;text-align:justify"><span><br/></span></div><div style="margin-bottom:9pt;text-align:justify"><span><br/></span></div><div style="margin-bottom:9pt;text-align:justify"><... | HTML |
11, 11 * SIZE(X)
LFD f24, 8 * SIZE(Y)
LFD f25, 9 * SIZE(Y)
LFD f26, 10 * SIZE(Y)
LFD f27, 11 * SIZE(Y)
LFD f12, 12 * SIZE(X)
LFD f13, 13 * SIZE(X)
LFD f14, 14 * SIZE(X)
LFD f15, 15 * SIZE(X)
LFD f28, 12 * SIZE(Y)
LFD f29, 13 * SIZE(Y)
LFD f30, 14 * SIZE(Y)
LFD f31, 15 * SIZE(Y)
STFD f16,... | Assembly |
).reshape((-1, 3))
# save data to a sequence
vertices.append(c_vertices)
faces.append(c_faces)
colors.append(np.tile(diffuse, (len(c_faces), 1)))
normals.append(c_normals)
# compile the results into clean numpy arrays
result = {}
result["ver... | Python |
1%"
},
{
"10.5%",
"+1.1%"
},
{
"11.6%",
"+1.1%"
},
{
"12.7%",
"+1.1%"
},
{
"13.8%",
"+1.2%"
},
{
"15.0%"
}
},
{
{
"5.0%",
"+0.5%"
},
{
"5.5%",
"+0.5%"
},
{
"6.0%",
"+0.5%"
... | Lua |
p(f)
co(function(t)
self:after(t, co)
coroutine.yield()
end)
end
Timer.tween = setmetatable({
-- helper functions
out = function(f) -- 'rotates' a function
return function(s, ...) return 1 - f(1-s, ...) end
end,
chain = function(f1, f2) -- concatenates two functions
return function(s, ...) return (s < .5... | Lua |
}
/// Mutation for chromosomes of Vec<G>, where G - type of single gene.
pub struct VecMutation<G> {
probability: f64,
random: rngs::ThreadRng,
single_mutation: Box<dyn Mutation<G>>,
}
impl BitwiseMutation {
/// Constructor
///
/// # Parameters
/// * `change_gene_count` - how many bits wi... | Rust |
</td>
<td> Total number of SSH2 key exchange failures </td>
</tr>
<tr>
<td> *.6.1.2.0 </td>
<td> ssh.sshSessions.clientCompressionTotal </td>
<td> Counter32 </td>
<td> 1.3.4c+ </td>
<td> Total number of SSH2 sessions using client-to-ser... | HTML |
: String = "",
var pubk: ByteArray = byteArrayOf(),
var sha1: String = ""
) {
fun toShortString(): String {
return "PublicKey(device='$device' by '$manufacturer', algorithm='$algorithm', sha1='$sha1')"
}
}
}
}
import kotlin.math.min
gr... | Kotlin |
ی o-ی بچووك لەگەڵ زەڕە",
ouml: "پیتی لاتینی o-ی بچووك لەگەڵ نیشانە لەسەری",
divide: "نیشانەی دابەش",
oslash: "پیتی لاتینی گەورەی ø لەگەڵ هێمای دڵ وەستان",
ugrave: "پیتی لاتینی u-ی بچووك لەگەڵ ڕوومەتداری لار",
uacute: "پیتی لاتینی u-ی بچووك لەگەڵ ڕوومەتداری تیژ",
ucirc: "پیتی لاتینی u-ی بچووك لەگ... | JavaScript |
blockquote>
<p><span class="code">p.expect_eof ()</span></p>
</blockquote>
<p>Now:</p>
<blockquote>
<p><span class="code">p.expect (pexpect.EOF)</span></p>
</blockquote>
</blockquote>
<hr noshade="noshade" size="1">
<h1><a name="testing"></a>TESTING</h1>
<p>The following platforms have been tested:</p>
... | HTML |
} else {
return res.status(200).json({ message: 'updated' })
}
}
const getContent = (req: Request, res: Response) => {
const key = req.query?.key
if (typeof key != 'string') {
return res
.status(400)
.json({ message: 'Bad Request: missing "key" param of type string' })
} else {
const ... | Typescript |
ata.Ot" +
"herMessage\022\016\n\006intKey\030\003 \001(\021\022\017\n\007longKey\030\004 " +
"\001(\022\0222\n\010otherKey\030\005 \001(\0132 .akka.cluster.dda" +
"ta.OtherMessage\"\263\003\n\017ORMapDeltaGroup\022:\n\007e" +
"ntries\030\001 \003(\0132).akka.cluster.ddata.ORMapD" +
"eltaGr... | Java |
Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br />
<br />Propose a talk at an event near you!<br />
</div>
<div class="col-md-6 col-lg-3 footer-nav-col">
<h3 class="footer-nav">About</h3>
devopsdays is a worldwide community conference series for an... | HTML |
sterDiversSonScript_8thEssenceGotten:
settextid TX_1902
scriptjump masterDiversSonScript@commonInit
masterDiversSonScript_ZeldaKidnapped:
settextid TX_1904
scriptjump masterDiversSonScript@commonInit
masterDiversSonScript_gameFinished:
settextid TX_1905
scriptjump masterDiversSonScript@commonInit
; =======... | Assembly |
xion</a>
</i>
<i class="fa fa-shopping-basket clickableDiv tenant-text basket-icon" routerLink="basket">
<a id="basket-text">Mon panier</a>
</i>
</div>
</div>
</div>
</div>
<div class="ui-grid-col-6 ui-g-offset-3 ui-widget-content uploadSIPBackground"
[ngClass]="{'file... | HTML |
-- @description Bypass all the selected track FX starting after focused FX
-- @version 1.01
-- @author MPL
-- @website https://forum.cockos.com/showthread.php?t=188335
-- @changelog
-- # VF independent
for key in pairs(reaper) do _G[key]=reaper[key] end
---------------------------------------------------
fu... | Lua |
0A82A4_ovl1
/* 0504CC 800A827C 00001025 */ move $v0, $zero
.L800A8280_ovl1:
/* 0504D0 800A8280 8C4B004C */ lw $t3, 0x4c($v0)
/* 0504D4 800A8284 00002825 */ move $a1, $zero
/* 0504D8 800A8288 15600004 */ bnez $t3, .L800A829C_ovl1
/* 0504DC 800A828C 00000000 */ nop
/* 0504E0 800A8290 0C026DCB */ jal fu... | Assembly |
_EXP);
printf("FLT_MAX_EXP: %d\n", FLT_MAX_EXP);
printf("FLT_MAX_10_EXP: %d\n", FLT_MAX_10_EXP);
printf("FLT_MIN: %.*e\n", FLT_DECIMAL_DIG, FLT_MIN);
printf("FLT_MAX: %.*e\n", FLT_DECIMAL_DIG, FLT_MAX);
printf("FLT_EPSILON: %.*e\n", FLT_DECIMAL_DIG, FLT_EPSILON);
printf("FLT_TRUE_MIN: %.*e\n\n",... | Markdown |
turn "DEBUG";
break;
case LoggingLevel.INFO:
return "INFO";
break;
case LoggingLevel.WARN:
return "WARN";
break;
case LoggingLevel.ERROR:
return "ERROR";
break;
}
}
// TODO https://stackoverflow.com/a/61062698
// const LoggingLevelLabe... | Typescript |
span></section></section></td><td data-colwidth="194" width="25.0000%" style="-webkit-tap-highlight-color: transparent;margin: 0px;padding: 0px;outline: 0px;overflow-wrap: break-word !important;word-break: break-all;hyphens: auto;border: 1px solid rgb(62, 62, 62);max-width: 100%;box-sizing: border-box !important;"><sec... | Markdown |
ssStartInfo()
{
Arguments = $"/delete-driver {guiltyDriver.FileName} /uninstall /force",
FileName = GetArchitectureExePath("pnputil.exe"),
UseShellExecute = false,
RedirectStandardOutput = true,
CreateNoWindow = true,
... | C# |
eQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJtt... | CSS |
s1 = new Observation();
obs1.setStatus(ObservationStatus.FINAL);
obs1.setPerformer(
Arrays.asList(new Reference(practitionerId1), new Reference(practitionerId2)));
IIdType oid1 = myClient.create().resource(obs1).execute().getId().toUnqualified();
// Observation with practitioner1 and practitioner1 as the Pe... | Java |
kground-image: url("http://battlelog-cdn.battlefield.com/cdnprefix/f8a742cd456080123de/public/forum/sticky-icon-white.png") !important;
background-repeat: no-repeat !important;
}
.forum-start-forum-title .forum-icons div.linked {
background-image: url("http://eaassets-a.akamaihd.net/bl-cdn/cdnprefix/d4e5f01bb1964... | CSS |
A0 E8 00 20 */ lhz r7, 0x20(r8)
/* 80062514 0005F454 B0 FF 00 24 */ sth r7, 0x24(r31)
/* 80062518 0005F458 A0 E8 00 22 */ lhz r7, 0x22(r8)
/* 8006251C 0005F45C B0 FF 00 26 */ sth r7, 0x26(r31)
/* 80062520 0005F460 A0 E8 00 24 */ lhz r7, 0x24(r8)
/* 80062524 0005F464 B0 FF 00 28 */ sth r7, 0x28(r31)
/* 80062528 000... | Assembly |
width: 100%;
}
.area_toolbar td.infos{
text-align: center;
width: 130px;
border-right: solid 1px #888;
border-width: 0 1px 0 0;
padding: 0;
}
.area_toolbar td.total{
text-align: right;
width: 50px;
padding: 0;
}
.area_toolbar td.resize{
text-align: right;
}
/*
.area_toolbar span{
line-height: 1px;
paddi... | CSS |
TION_STATUS_UNKNOWN') {
throw new Error(`Invalid ActionPerformed: ${value}`);
}
this.value = value;
this.valid = true;
}
}
}
import { empty_string, expose_global } from '../common'
import moo = require('moo')
// TODO: algumas linguagens deveriam aceitar ... | Typescript |
type(ss_type) ~= "number"
or type(lex_filenum) ~= "number"
or type(lex_id) ~= "number"
then
error("Failed to instantiate SenseKey")
end
self.lemma = lemma
self.ss_type = ss_type
self.lex_id = lex_id
self.lex_filenum = lex_filenum
self.head_word = head_word
self.head_id = head_id
return self
end
M.Search... | Lua |
tch, in bytes (for fill)
; (zp) endpt right shift routine
; (zp) colac dy
pixel_loop:
;compute 2*err
;;##TRACE "Error accum = %d (dx=%d, dy=%d(%d))" dsw(frmadr) dw(colac) db(deltar) dsw(rowac)
lda frmadr
asl
tay
lda frmadr+1
rol
tax
;check for y increment (2*e < dx, or A:Y < colac)
tya
clc
sbc cola... | Assembly |
st_commented_posts %}
<li>
<a href="{{ post.get_absolute_url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div>
</body>
</html>{% load blog_tags %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
... | HTML |
Class)}de(e,"htmx:afterSettle",o.eventInfo)});if(o.anchor){const e=ue(y("#"+o.anchor));if(e){e.scrollIntoView({block:"start",behavior:"auto"})}}yn(l.elts,r);if(o.afterSettleCallback){o.afterSettleCallback()}};if(r.settleDelay>0){E().setTimeout(c,r.settleDelay)}else{c()}}function Je(e,t,n){const r=e.getResponseHeader(t)... | JavaScript |
teObjectMaterial() );
shape = new Ammo.btBoxShape( new Ammo.btVector3( sx * 0.5, sy * 0.5, sz * 0.5 ) );
shape.setMargin( margin );
break;
case 3:
// Cylinder
radius = 1 + Math.random() * objectSize;
height = 1 + Math.random() * objectSize;
threeObject = new THREE.Mesh( ne... | HTML |
sToUs(contentDurationMs));
}
}
private void updateAdPlaybackState() {
// Ignore updates while detached. When a player is attached it will receive the latest state.
if (eventListener != null) {
eventListener.onAdPlaybackState(adPlaybackState);
}
}
/**
* Returns the next ad index in the... | Java |
%);
transform: translate(-50%, -50%);
}
/*
* To center iframes use `data-uk-cover` JavaScript
*/
[data-uk-cover] {
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
/* =====================================================================... | CSS |
er:text-orange group-hover:animate-arrow-move-up">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path class="transition-all" d="M7 17L17 7" stroke="currentColor" stroke-opacity="0.6"
stroke-wid... | HTML |
close()
}
}
.build()
return _timescale!!
}
private var _timescale: ImageVector? = null
package io.eugenethedev.taigamobile.ui.screens.commontask.components
import androidx.compose.foundation.layout.Column
import androidx.compose.material3.MaterialTheme
import androidx.com... | Kotlin |
a href="http://listjs.com/">http://listjs.com/</a></p>
<p>一个OOP的PHP处理图片的类库:<a href="http://imagine.readthedocs.org/">http://imagine.readthedocs.org</a></p>
<p><img decoding="async" loading="lazy" class="aligncenter" src="http://imagine.readthedocs.org/en/latest/_static/logo.png" alt width="280" height="140" /></p>
<p>一... | HTML |
points=[0, 1],
bounds=[[0, 1], [1, 2]],
units="days since 1970-01-01",
climatological=True,
)
coord.climatological = False
assert not coord.climatological
def test_remove_bounds(self):
coord = AuxCoord(
points=[0, 1],
... | Python |
if (close_button_id != 0)
if (is_contents_visible || bb.GetWidth() >= g.Style.TabMinWidthForCloseButton)
if (g.HoveredId == tab_id || g.HoveredId == close_button_id || g.ActiveId == tab_id || g.ActiveId == close_button_id)
close_button_visible = true;
if (close_button_visible... | C++ |
_date = datetime.strptime(start_date, '%Y-%m-%d')
end_date = datetime.strptime(
end_date, '%Y-%m-%d') + timedelta(days=1)
filtered_data = [
row for row in reshaped_data
if row['Date/Time'] != 'Total/Average' and
... | Python |
unused_port().unwrap();
let server: RpcServer = RpcServer::with_tcp_port::<TwoInts, OneInt>(
"test",
port,
Box::new(|_| Ok(OneInt { num: 0 })),
);
assert!(server.is_running());
let addr = SocketAddr::new(IpAddr::V4(Ipv4Addr::new(127, 0, 0, 1)), port)... | Rust |
("<span class='fancytree-expander'></span>");
}
}
// Checkbox mode
if( opts.checkbox && node.hideCheckbox !== true && !node.isStatusNode ) {
if(aria){
ares.push("<span role='checkbox' class='fancytree-checkbox'></span>");
}else{
ares.push("<span class='fancytree-checkbox'></span>");
}
}
//... | JavaScript |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.