content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
ttps://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">Using
/// Identifiers</a>.
///
/// Parameter [customJson] :
/// A JSON-formatted string containing custom stack configuration and
/// deployment attributes to be installed on the layer's instances. For more
/// information, see <a
///... | Dart |
istoryMaxLen) {
historyLen = historyMaxLen;
}
return 1;
}
/* Fetch a line of the history by (zero-based) index. If the requested
* line does not exist, NULL is returned. The return value is a heap-allocated
* copy of the line, and the caller is responsible for de-allocating it. */
char* linenoiseHistoryLin... | C++ |
if (fileNameCallback != null) {
TryGetFileName(out var fileName);
fileNameCallback(fileName);
}
}
break;
... | C# |
nents<Component>()
.Select((m) => m.GetType().Name)
.ToList();
obj.Inputs.ForEach((i) =>
{
items.Add(new SelectedItem(i, obj.gameObject, components));
});
}
return items;
}
private void LayoutItem(SelectedItem item)
{
EditorGUIUtility.labelWidth = 60.0f... | C# |
client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (CertificateAuthorityServiceClient certificateAuthorityServiceClient =
* CertificateAuthorityServiceClient.create()) {
* ListCaPoolsRequest request =
* ListCaPoolsRequest.newBuil... | Java |
t]*$",
// "type": "string"
// },
// "GroupName": {
// "maxLength": 255,
// "minLength": 0,
// "pattern": "^[a-zA-Z_0-9- \\t]*$",
// "type": "string"
// },
// "Hashed": {
// "type": "boolean"
// },
// "MatchKey": ... | Go |
OMMY = 661,
ACT_MP_SWIM_SECONDARY = 1119,
ACT_TRANSITION = 2,
ACT_DOD_RELOAD_CROUCH_C96 = 913,
ACT_SMALL_FLINCH = 62,
ACT_MP_ATTACK_SWIM_MELEE = 1186,
ACT_BIG_FLINCH = 63,
ACT_MP_MELEE_GRENADE2_ATTACK = 1294,
ACT_DOD_RELOAD_PRONE_K43 = 927,
ACT_MP_JUMP_START = 1002,
ACT_SHIELD_ATTACK = 452,
ACT_MP... | Lua |
for sitelink in data["results"]["bindings"]:
results_items[sitelink["item"]["value"].replace("http://www.wikidata.org/entity/","")]["label_en"]=sitelink["itemLabel_en"]["value"]
results_items[sitelink["item"]["value"].replace("http://www.wikidata.org/entity/","")]["label_es"]=sitelink["itemLabel_es"]["value"]
... | Python |
NG_RECIPE, " - No matching recipe or not enough input");
add(MekanismLang.ISSUE_INPUT_DOESNT_PRODUCE_OUTPUT, " - Input does not produce output");
add(MekanismLang.ISSUE_INVALID_OREDICTIONIFICATOR_FILTER, " - Filter is no longer valid or supported");
add(MekanismLang.ISSUE_FILTER_HAS_BLACKLISTED_... | Java |
Core Foundation, and other system frameworks from an extension written entirely in JavaScript.">Add to iPhoto</a></li><li><a href="/en-US/docs/Mozilla/js-ctypes/Examples/Using_C_structs_and_pointers" title="In this example, we show how to use C structs and pointers with js-ctypes.">Using C struct and pointers</a></li>... | HTML |
Reset() {
*x = HintsKeyPublicationTransactionBody{}
mi := &file_hints_key_publication_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *HintsKeyPublicationTransactionBody) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*HintsKeyPublicatio... | Go |
detail = null
)
is MovieResult.SaveSearchResult -> previousState
}
}
override fun initialState(): MoviesState = MoviesState.initialState()
}package dev.rivu.mvijetpackcomposedemo.moviesearch.data.remote.model
import com.google.gson.annotations.Seri... | Kotlin |
ions .o_fullscreen_btn img{margin: auto;}body.o_in_iframe textarea.o_codeview{position: absolute; font-family: 'Courier New', Courier, monospace; outline: none; resize: none; top: 0; bottom: 0; left: 0; right: 288px; width: calc(100% - 288px); height: 100%; border: none;}body.o_in_iframe .o_height_400, body.o_in_iframe... | CSS |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/event_groups.h"
#include "esp_wifi.h"
#include "esp_log.h"
#include "esp_event_loop.h"
#include "esp_smartconfig.h"
#include "esp_system.h"
#include "nvs_flash.h"
#define TAG ... | C |
s gjmbsp16a6p, rbx91t2ogw2, hpssejp31sv, n89m7yurnvl as kd1d2w2k6ov, qdkkbty70j9 as tyn6vf0u7fd, lbxzy_g_sil, lfm0nvs4kx2 as mdns9fi3acf
0.0[''] += azkpcnp9i97
'# hospitals_repairs_hoses -> difficulties_rain_pitches'
from vhmkuxxc90h import carp7ov6zkr, esd5f4qo2js as sxnwdpgr0tx, cn46gedsdoe, f_5bb5gniuy a... | Python |
dySet>,
ships: Query<&RigidBodyHandleComponent, With<Ship>>,
rocks: Query<&RigidBodyHandleComponent, With<Rock>>,
) {
let mut ships = ships.iter();
let body = ships.next().unwrap();
let body = bodies.get(body.handle()).unwrap();
let ship_position = body.position().tra... | Rust |
ies
const catalog = {};
const catalogLines = catalogMatch[1].split("\n");
catalogLines.forEach((line) => {
const match = line.match(/^\s*"?([^":]+)"?\s*:\s*(.+)$/);
if (match) {
const [, pkg, version] = match;
catalog[pkg.trim()] = version.trim();
}
});
console.log("Parsed catalog:", catalog);
// Find a... | JavaScript |
= v.name, map = v.map})
end
end
if map == mps[1] then
back = maps[#maps]
next = maps[2]
return {b = back, n = next}
elseif map == mps[#mps] then
back = maps[#maps - 1]
next = maps[1]
return {b = back, n = next}
else
for i, v in ipairs(maps) do
if v.map == map then
back = maps[i - 1]
ne... | Lua |
inity', '男らしさ,男性的なこと'],
['maser', 'メーザー(マイクロ波増幅器)'],
['mash', 'もやし汁(ビールの原料) / ふすま(ひき割りなど)を湯で溶かした家畜の飼料 / どろどろにすりつぶしたもの / (調理などで)…‘を\'すりつぶす'],
['MASH', 'mobile army surgical hospital陸軍野戦病院・(陸軍)移動外科病院'],
['mask', '(顔の一部または全部をおおう)『仮面』,覆面 / (防護用の)『マスク』,面 / (石膏(せっこう)などの)面型 / (物・事柄を)覆い隠すもの;見せかけ / 〈顔〉‘に\'面をかぶせる / (…から)... | Typescript |
{
ltr.logger.V(1).Info("Route doesnt allow attachment")
continue
}
allowedAttachment, failedRouteData, err := ltr.listenerAttachmentHelper.listenerAllowsAttachment(ctx, gw, listener, route, hostnamesFromHttpRoutes, hostnamesFromGrpcRoutes)
if err != nil {
return nil, failedRoutes, err
}
if ... | Go |
.write_all(&nonce_bytes)
.map_err(EncryptError::write)?;
let sealed = aead::seal(bytes, None, &nonce, &key);
output.write_all(&sealed).map_err(EncryptError::write)?;
Ok(output)
}
/// Decrypt a byte slice with this password.
///
/// # Example
/// Here is a know... | Rust |
mut usize,
) -> anyhow::Result<u32> {
if *y == 0 {
*z = data.gread_with::<u32>(off, LE)?;
*y = 32;
}
*y -= 1;
let temp = *z;
*z >>= 1;
Ok(if temp & 1 == 0 {
EncryptionData::zero_transform(8, data, y, z, off)?
} else {
... | Rust |
#region License
/*
Copyright © Joan Charmant 2012.
jcharmant@gmail.com
This file is part of Kinovea.
Kinovea is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.
Kinovea is distributed in the hope that... | C# |
hidden-xs" href="#Commands-63" aria-hidden="true">#</a> <a class="anchor hidden-xs"href="#toc-Commands-63" aria-hidden="true">TOC</a></span></h4>
<p>This filter supports same <a class="ref" href="#commands">commands</a> as options.
The command accepts the same syntax of the corresponding option.
</p>
<p>If the specifi... | HTML |
/********************************************************************************
** Form generated from reading UI file 'dialog.ui'
**
** Created by: Qt User Interface Compiler version 5.12.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*******************************************... | C |
key for system environment variable.
* @property [password] The password for the JDBC connection. Default value is an empty string.
* If [extractCredFromEnv] is true, the [password] value will be interpreted as key for system environment variable.
* @property [extractCredFromEnv] Whether to extract the JDBC credent... | Kotlin |
using System;
using System.Collections.Generic;
using Verse;
namespace RimWorld.Planet
{
public static class CaravanMaker
{
private static List<Pawn> tmpPawns = new List<Pawn>();
public static Caravan MakeCaravan(IEnumerable<Pawn> pawns, Faction faction, int startingTile, bool addToWorldPawnsIfNotAlready)
{
... | C# |
,D3 ; 1 Blanc 32 Bits
MOVE.W D1,D4
raz_w32:
REPT 16
MOVE.L D3,(A0)+
ENDM
DBF D4,raz_w32
DBF D2,img_raz32
BRA img_raz_end
********************************
* void tc_convert( MFDB *img ) *
* A0 *
* RRRRRGGGGGGBBBBB ---> ... | Assembly |
add r2, sp, #0x1c
bl ov85_021DEC00
ldr r0, [r4, #0x10]
mov r1, #1
bl sub_020200BC
mov r0, #1
add sp, #0x28
pop {r3, r4, r5, pc}
.align 2, 0
thumb_func_end ov85_021DC3D8
thumb_func_start ov85_021DC430
ov85_021DC430: ; 0x021DC430
ldr r3, _021DC438 ; =ov85_021DECA0
add r1, #0xc
add r0, r1, #0
bx r3
.align ... | Assembly |
ON_NAME, m) {
m.def("ball_query_wrapper", &ball_query_wrapper_fast, "ball_query_wrapper_fast");
m.def("group_points_wrapper", &group_points_wrapper_fast, "group_points_wrapper_fast");
m.def("group_points_grad_wrapper", &group_points_grad_wrapper_fast, "group_points_grad_wrapper_fast");
m.def("gather_p... | C++ |
// SubtitleLanOp .
func (s *Service) SubtitleLanOp(c context.Context, code uint8, lan, docZh, docEn string, isDelete bool) (err error) {
var (
subtitleLans []*model.SubtitleLan
subtitleLan *model.SubtitleLan
bs []byte
)
subtitleLan = &model.SubtitleLan{
Code: int64(code),
Lan: lan,
... | Go |
top: 0;
right: 0;
left: 0;
bottom: 0;
content: '';
display: block;
background-attachment: fixed;
background-size: cover;
background-position: center;
z-index: -1;
}
#swiper {
overflow: hidden;
margin: 0 auto;
}
... | HTML |
plicate(idxPath.Child("hostPort"), str))
} else {
accumulator.Insert(str)
}
}
}
return allErrs
}
// checkHostPortConflicts checks for colliding Port.HostPort values across
// a slice of containers.
func checkHostPortConflicts(containers []api.Container, fldPath *field.Path) field.ErrorList {
allPorts :=... | Go |
Coord((byte)0));
// break;
// case 2:
// trans.setCoord((byte)1,-trans.getCoord((byte)1));
// break;
case 0:
trans.setCoord((byte) 0, -trans.getCoord((byte) 0));
break;
case 1:
trans.setCoord((byte) 1, -trans.getCoord((byte) 1));
break;
case 2:
trans.setCoord((byte) ... | Java |
dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:... | CSS |
override void Update()
{
base.Update();
if (open)
{
transform.rotation = Quaternion.RotateTowards(transform.rotation, Quaternion.Euler(openRotation), Time.deltaTime * smooth);
}
else
{
transform.rotation = Q... | C# |
from cProfile import label
from simple_model_mm_q_learning import linear_decreasing, exponential_decreasing
import matplotlib.pyplot as plt
import numpy as np
"""
Plots the hyperparameter schemes for Q-learning
"""
epsilon_start = 1
epsilon_end = 0.05
epsilon_cutoff = 0.5
alpha_start = 0.5
alpha_end = 1e-5
beta_sta... | Python |
store + sh_offset + (i * RELA_ENTSIZE) + OFFSET_RELA_INFO):tonumber()
local r_addend = memory.read_qword(elf_store + sh_offset + (i * RELA_ENTSIZE) + OFFSET_RELA_ADDEND):tonumber()
if bit32.band(r_info, 0xFF) == ELF_R_AMD64_RELATIVE then
local re... | Lua |
E_ST_SC_KP_6,
BE_ST_SC_KP_PLUS,
BE_ST_SC_KP_1,
BE_ST_SC_KP_2,
BE_ST_SC_KP_3,
BE_ST_SC_KP_0,
BE_ST_SC_KP_PERIOD, // 53h
// A couple of "special" keys (scancode E0h sent first)
BE_ST_SC_KP_DIVIDE = 0x35,
BE_ST_SC_KP_ENTER = 0x1C,
// Back to a few "non-special" keys
B... | C |
Overrides,
},
},
},
},
}
t.Run("successful get project domain attribute", func(t *testing.T) {
s := testutils.SetupWithExt()
getPluginOverrideSetup()
// No args implying project domain attribute deletion
s.FetcherExt.OnFetchProjectDomainAttributesMatch(mock.Anything, mock.Anything, mock.Anything... | Go |
jjccr", 18.776503642, -5.663203586},
{0xd33b6e5ae585e3cc, "udxqwqr5hrjw", 60.239964034, 32.979773753},
{0x04c471e3508d629c, "0m273suhjpj9", -59.870643932, -168.32680424},
{0x95f74b8a00878e35, "krvnr2h0hy73", -0.307583339, 18.605554896},
{0x566a65af81726edb, "btp6ccw1f9re", 73.616945866, ... | Rust |
rnion = Quaternion.Euler(Vector3.New(0, self.curRotation_, 0))
Z.UITimelineDisplay:SetGoQuaternionByCutsceneId(self.playerIdleId_, quaternion.x, quaternion.y, quaternion.z, quaternion.w)
end
function Fashion_systemView:OnSwitchRegion(region)
self.curRegion_ = region
self:refreshDpd()
self:OpenStyleView()
sel... | Lua |
the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.catrobat.paintroid.common
import android.os.Environment
import java.io.File
const val PAIN... | Kotlin |
msg.header = NDMP.Header.parse(data)
if ( msg.header.error == NDMP.ErrorType.NOT_AUTHORIZED_ERROR ) then
-- no data to parse
return msg
end
msg.data = data:sub(NDMP.Header.size + 1)
local err, count, pos = string.unpack(">I4I4", msg.data)
for i=1, count do
local item = {}
it... | Lua |
_download(module_class: str, module_type: str) -> None:
"""Tracks number of downloads via Llamahub proxy.
Args:
module_class: The name of the llama module being downloaded, e.g.,`GmailOpenAIAgentPack`.
module_type: Can be "loader", "tool", "llamapack", or "datasets"
"""
try:
req... | Python |
)
move $fp, $zero
lw $fp, ($s5)
li $k0, 0x1000
sw $k0, %lo(MI_MODE_REG)($k1)
li $k1, 0x40
and $k1, $k1, $fp
srl $k1, $k1, 6
move $k0, $zero
or $k0, $k0, $k1
li $k1, 0x4000
and $k1, $k1, $fp
srl $k1, $k1, 0xd
or $k0, $k0, $k1
li $k... | Assembly |
LAB_43 ; save READ pointer low byte
STY LAB_44 ; save READ pointer high byte
LDA LAB_4B ; get saved BASIC execute pointer low byte
LDY LAB_4C ; get saved BASIC execute pointer high byte
STA LAB_7A ; restore BASIC execute pointer low byte
STY LAB_7B ; restore BASIC execute pointer high byte
JSR LAB_0079 ; s... | Assembly |
kies">请启用cookie。</div>
<div id="cf-error-details" class="cf-error-details-wrapper">
<div class="cf-wrapper cf-header cf-error-overview">
<h1 data-translate="block_headline">抱歉,您已被阻止</h1>
<h2 class="cf-subheadline"><span data-translate="unable_to_access">您无法访问</span> 黄健周的创客空间</h2>
</div><... | HTML |
Byte() -> {
return (readValue(buffer) as? List<Any?>)?.let {
ActiveGeofenceWire.fromList(it)
}
}
136.toByte() -> {
return (readValue(buffer) as? List<Any?>)?.let {
GeofenceCallbackParamsWire.fromList(it)
}
}
else -> super.readValueOfType(type, ... | Kotlin |
setEnd(q.end);
ivGroup->addIntersector(lsi.get());
}
osgUtil::IntersectionVisitor iv;
iv.setIntersector(ivGroup.get());
node->accept(iv);
//for (unsigned int i = 0; i < queries.size(); i++)
for (unsigned int i = start; i < start + count; i++)
{
IntersectionQuery& q = queries... | C++ |
pe
*/
fun getContainerType(): ContainerType? {
return containerType
}
/**
* Returns the size (in bytes) this descriptor will take when written to an
* ASF file.<br></br>
*
* @param type the container type for which the size is calculated.
* @return size of the descriptor in an ASF file.
*/
fun getC... | Kotlin |
ctive{left:0}.carousel .next,.carousel .prev{position:absolute;top:0;width:100%}.carousel .next{left:100%}.carousel .prev{left:-100%}.carousel .next.left,.carousel .prev.right{left:0}.carousel .active.left{left:-100%}.carousel .active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;heig... | CSS |
c2Ij48Zz48cGF0aCBkPSJNOSAxQzQuNiAxIDEgNC42IDEgOXY0M2MwIDQuMyAzLjYgOCA4IDhoMjZsMTggMTVoNy41bDE2LTE1SDEwNWM0LjQgMCA4LTMuNyA4LThWOWMwLTQuNC0zLjYtOC04LThIOXoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2I1YjViNSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+PC9nPjwvc3ZnPg==);
background-size: cover;
}
.PIN_1701455173886_button_pin.PIN_170145517388... | HTML |
ar/core';
import { User } from './user.model';
import { Lookup } from '../dropdown/lookup.model';
@Component({
selector: 'app-user-registration',
templateUrl: './user-registration.component.html',
styleUrls: ['./user-registration.component.css']
})
export class UserRegistrationComponent implements OnInit {
us... | Typescript |
this._updateCSSValue(percent >= 0 ? CARD.style.dynamic.progressBar.nSize.var : CARD.style.dynamic.progressBar.pSize.var, '0%');
} else {
this._updateCSSValue(CARD.style.dynamic.progressBar.size.var, `${absPercent}%`);
}
}
_renderSecondary(content) {
// multiline
const hasLineBreak = /<b... | JavaScript |
ADCS_module+0x73b>
1149c: 9f ef cb bd pushab 2d26d <__fini+0x106fb>
114a0: 01 00
114a2: dd cd 88 fd pushl 0xfffffd88(fp)
114a6: fb 02 ef 43 calls $0x2,10cf0 <error>
114aa: f8 ff ff
114ad: 11 3f brb 114ee <ADCS_module+0x77a>
114af: dd 05 pushl $0x5
114b1: 9f ef 67 c0 pushab 2d... | Assembly |
// Copyright Dirk Lemstra https://github.com/dlemstra/Magick.NET.
// Licensed under the Apache License, Version 2.0.
namespace ImageMagick;
/// <summary>
/// Encapsulates a matrix of doubles.
/// </summary>
public interface IDoubleMatrix
{
/// <summary>
/// Gets the order of the matrix.
/// </summary>
... | C# |
ectrum-global-color-gray-50);
box-sizing: border-box;
border-radius: var(--spectrum-global-dimension-size-50) !important;
}
.previewContent {
--datasetSize: 80px;
@media only screen and (min-width: 1200px) {
--datasetSize: 100px;
}
@media only screen and (min-width: 1400px) {
... | CSS |
version
and repository utilized can be found by looking at the [versions file](../versions.yaml).
Find the correct version of QEMU from the versions file:
```bash
$ source kata-containers/tools/packaging/scripts/lib.sh
$ qemu_version="$(get_from_kata_deps ".assets.hypervisor.qemu.version")"
$ echo "${qemu_version}"
`... | Markdown |
sr
.align 2
girq11_isr:
#if 1
J girq11_b0
NOP
.align 2
J girq11_b1
NOP
.align 2
J girq11_b2
NOP
.align 2
J girq11_b3
NOP
.align 2
J girq11_b4
NOP
.align 2
J girq11_b5
NOP
.align 2
J girq11_b6... | Assembly |
R.gameObject);
renderTextureL.Release();
renderTextureR.Release();
ResetAllModels();
}
private void OnEnable()
{
l2DCameraL.gameObject.SetActive(true);
l2DCameraR.gameObject.SetActive(true);
}
private void OnDisable()
... | C# |
Y
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
* License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
... | Java |
设置顶部标题栏
setTopTitleBold(getActivity().getString(R.string.main_innernet));
setTopLeftButton(R.drawable.tt_top_back);
topLeftContainerLayout.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View arg0) {
getActivity().finish();
}
});
setTopLeftText(getResources()... | Java |
-3.4062 L115.5801 0 L114.5332 0 ZM120.8164 -3.1094 Q120.8164 -4.8438 121.7695 -5.6719 Q122.5664 -6.3594 123.7227 -6.3594 Q125.0039 -6.3594 125.8164 -5.5156 Q126.6445 -4.6875 126.6445 -3.2031 Q126.6445 -2 126.2852 -1.3125 Q125.9258 -0.625 125.2227 -0.2344 Q124.5352 0.1406 123.7227 0.1406 Q122.4258 0.1406 121.6133 -0.68... | HTML |
view` for our interactive map since it by
default gives us an OpenTopoMap layer. With our new border and fence, we
will avoid the difficult mountains and get a little extra beachfront.
library(mapview)
library(mapedit)
new_borders <- mapview(border) %>%
editMap("border")
![screenshot of mapedit wit... | Markdown |
它們其實在做的是使用用戶的抵押的代幣
- 去參與各種代幣投票系統
不可避免地有些人會認為團體勾結是稀鬆平常的,看看最近EOS、 DPOS的醜聞就是一個例子
最後,還有「負面賄賂」的可能性,例如勒索或脅迫,或者威脅參與者說除非他們乖乖的照機制內的某種方式行事,不然將要傷害他們
#### 「租」甜甜圈、過度授權 (over-empowering)
在 /r/ethtrader的實驗中
- 由於擔心人們會來買很多甜甜圈來影響治理投票
-
導致社群決定
- 只讓鎖住(也就是不能交易)的甜甜圈有資格用於投票
但還有一種比買甜甜圈更廉價的攻擊方式(這種攻擊也可以視為一種讓人不容易分辨的賄賂)
- 「租」甜甜圈
如果
- 一個... | Markdown |
6091,9416093,9416126,9416427,9416475,9416527,9417035,9417205,9417482,9417513,9417664,9417683,9417704,9417755,9418141,9418204,9418495,9418543,9418546,9419180,9419359,9419451,9419837,9419973,9419979,9420097,9420195,9420240,9420289,9420294,9420304,9420453,9420539,9420632,9420634,9420790,9420827,9420949,9420951,9421000,942... | HTML |
小聲)",
couple_encourage = {}
},
[201230] = {
touch = "在摸哪裡呢?來摸這裡更舒服哦。不敢嗎?嘿嘿,膽小鬼",
feeling3 = "吶,這麼討好人家,難道汝是蘿莉控嗎?真是禽獸呢。還要狡辯嗎?床底下的H書,我可都翻過哦~",
upgrade = "胸部好像又大了一點呢——什麼你說沒有?",
expedition = "有人回來了!有沒有給人家帶葡萄酒啊?",
win_mvp = "看吧,這就是人家(吸血鬼)的實力!什麼,獎勵中沒有葡萄酒?",
home = "洗澡!然後進餐!咦,人家的葡萄酒呢?",
mission = "你是工作狂嗎?什麼,人... | Lua |
-mark-highlight-color, -fx-mark-color !important;
-fx-background-insets: 1 0 -1 0, 0;
}
*/
.settings .check-box > .box > .mark {
-fx-background-color: -fx-mark-highlight-color, -fx-mark-color !important;
-fx-background-insets: 1 0 -1 0, 0;
-fx-shape: "M0.288,2.742C0.48,2.195,0.756,1.716,1.115,1.308C1.4... | CSS |
_CONDITION})
}
func (c *context) StartDerivedRole(name string) Context {
return c.start(&enginev1.Trace_Component{
Kind: enginev1.Trace_Component_KIND_DERIVED_ROLE,
Details: &enginev1.Trace_Component_DerivedRole{DerivedRole: name},
})
}
func (c *context) StartExpr(expr string) Context {
return c.start(&engi... | Go |
uration = 20e-6;
double samplerate = 24e6;
std::vector<std::complex<float>> chirp = formLinearChirp(chirprate, duration, samplerate);
int inputsize = 1000;
int maxbatch = 8;
// mode == full
{
RangeComp::Mode mode = RangeComp::Mode::Full;
int outputsize = inputsize + chirp.size(... | C++ |
e.now().millisecondsSinceEpoch;
return now - lastTime >= _requestPermissionInterval.inMilliseconds;
}
/// 是否显示弹幕
Future<bool> isBarrageShow() async {
final value = await _localStorage.getBool(_showBulletScreenKey);
_isBulletScreenShow = value ?? true;
return _isBulletScreenShow;
}
/// 是否显示弹幕... | Dart |
},
update_in_insert = true,
underline = true,
severity_sort = true,
float = {
focusable = false,
style = "minimal",
border = "rounded",
source = "always",
header = "",
prefix = "",
},
}))
vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { border = "rounded"... | Lua |
interaction.editReply('Member successfully kicked!') as unknown) as void;
} else {
// No Success
return (interaction.editReply('Something went wrong!') as unknown) as void;
}
}
};
import { buildSchema } from "graphql";
import Admin from "../entity/admin";
import City from "..... | Typescript |
MDM[49]은 각 확산 단계에서 잡음이 아닌 샘플을 예측하기 위해 인간 모션 도메인에 대해 분류기 없는 트랜스포머 기반 확산 모델을 이용한다. MLD[6]은 원시 모션 시퀀스들과 조건부 입력들 사이의 연결들을 확립하기 위해 확산 모델을 사용하는 것이 아니라 잠재 모션 공간에서 확산 프로세스를 수행한다.\n' +
'\n' +
'**State Space Models.** 최근, State Space Sequence Model(SSMs) [14, 15], 고전적인 State-space Model[25]에서 영감을 얻어 시퀀스 모델링을 위한 유망한 ... | HTML |
free(em);
}
static void
_logind_open_async(Elput_Manager *em, const char *path, int flags)
{
struct stat st;
intptr_t fd = -1;
if ((stat(path, &st) < 0) || (!S_ISCHR(st.st_mode)))
_logind_pipe_write_fd(em, fd);
else
_logind_device_take_async(em, flags, MAJOR(st.st_rdev), MINOR(st.st_rdev));
}
... | C |
if not playerIDs then
playerIDs = {}
heroes = {}
TEAM_TO_SECTOR = {}
TEAM_TO_SECTOR[2] = 0
TEAM_TO_SECTOR[3] = 1
TEAM_TO_SECTOR[6] = 2
TEAM_TO_SECTOR[7] = 3
TEAM_TO_SECTOR[8] = 4
TEAM_TO_SECTOR[9] = 5
TEAM_TO_SECTOR[10] = 6
TEAM_TO_SECTOR[11] = 7
SHORT_MODE = false
... | Lua |
),
);
},
);
}
return const HomeScreen();
},
);
}
}
// File generated by FlutterFire CLI.
// ignore_for_file: lines_longer_than_80_chars
import 'package:firebase_core/firebase_core.dart' show FirebaseOptions;
import 'package:flutter/foundation... | Dart |
) =>
_$AuthSessionsFromJson(json);
}
@freezed
sealed class SessionData with _$SessionData {
@JsonSerializable(explicitToJson: true)
const factory SessionData({
required int id,
@JsonKey(name: 'current_session') required bool currentSession,
required bool valid,
required Tls tls,
required ... | Dart |
### Опис
Load and run a dynamic PX4 module, which was not compiled into the PX4 binary.
### Example
```
dyn ./hello.px4mod start
```
### Usage {#dyn_usage}
```
dyn [arguments...]
<file> File containing the module
[arguments...] Arguments to the module
```
## failure
Source: [systemcmds/failure](... | Markdown |
_const<C: Config>(
u: &mut Unstructured,
_: &ConfiguredModule<C>,
builder: &mut CodeBuilder<C>,
) -> Result<Instruction> {
builder.push_operands(&[ValType::V128]);
let c = i128::from_le_bytes(u.arbitrary()?);
Ok(Instruction::V128Const(c))
}
fn i8x16_shuffle<C: Config>(
u: &mut Unstructured,... | Rust |
", id, pos.line()));
for pos in self.0.iter().rev() {
self.1.push(format!(" in a ty on line {}", pos.line()));
}
}
}
let b = &bumpalo::Bump::new();
let pos = |line| Pos::from_line_cols_offset(b, RelativePath::empty(), line, 10..50... | Rust |
三)按期交付租金。
## 第四章 租赁合同
第十九条 荒山租赁,出租方和承租方必须签订书面合同。订立租赁合同,应当遵循平等互利、协商一致的原则。
第二十条 租赁合同应当具备以下主要条款:
(一)荒山的位置、面积;
(二)用途;
(三)租赁期限和开发限期;
(四)出租前和合同期满后地上物的处置;
(五)租金及其交付方式;
(六)双方当事人的权利和义务;
(七)违约责任;
(八)合同纠纷的解决办法;
(九)双方当事人协议的其他事项。
第二十一条 出租方和承租方就租赁合同条款协商一致,签字盖章,合同即为成立。
租赁合同具有法律效力,任何单位和个人不得随意变更或者解除。
第二十二条 租赁合同签订后,当事人可以... | Markdown |
= new StubConditionsModel { Host = "host.com" };
string outputForLogging;
stringCheckerMock
.Setup(m => m.CheckString(host, "host.com", out outputForLogging))
.Returns(false);
// act
var result =
await checker.ValidateAsync(new StubModel { Id = "id",... | C# |
d62a68ade265832b56564e43"
+ "a6fa42ed199a099769742df1539e8255");
byte[] modulus_1027 = Hex.decode(
"051240b6cc0004fa48d0134671c078c7"
+ "c8dec3b3e2f25bc2564467339db38853"
+ "d06b85eea5b2de353bff42ac2e46bc97"
+ "fae6ac9618da9537a5c8f553c1e35762"
+ "5991d6108dcd7885fb3a25413f53e... | Java |
_assert_eq!(OpKind::Register as u32, 0);
//instruction.set_op2_kind(OpKind::Register);
instruction.set_op2_register(register3);
instruction.set_op3_kind(OpKind::Memory);
Instruction::init_memory_operand(&mut instruction, &memory);
instruction_internal::initialize_unsigned_immediate(&mut instruction, 4, imme... | Rust |
index, scope.row)">删除</el-button>
</template>
</el-table-column>
</el-table>
<el-dialog title="项目信息" :visible.sync="dialogFormVisible">
<el-form :model="form">
<el-form-item label="项目链接">
<el-input v-... | HTML |
(let i = 0; i < bin.length; ++i) {
arr[i] = bin.charCodeAt(i);
}
return arr;
}
function base64FromBytes(arr: Uint8Array): string {
const bin: string[] = [];
for (let i = 0; i < arr.byteLength; ++i) {
bin.push(String.fromCharCode(arr[i]));
}
return btoa(bin.join(''));
}
type Builtin = Date | Func... | Typescript |
limit="1.45">
<text x="655.8347" xml:space="preserve" y="122.5684" clip-path="url(#clipPath6)" stroke="none">TransformOperation</text>
</g>
<g text-rendering="geometricPrecision" shape-rendering="geometricPrecision" transform="matrix(1,0,0,1,435,129)">
<line y2="130" fill="none" x1="528" clip-path="... | HTML |
nk : c[0x0][0x1ec]
param_magic_Qnk : c[0x0][0x1f0]
param_shift_Qnk : c[0x0][0x1f4]
param_magic_nk : c[0x0][0x1f8]
param_shift_nk : c[0x0][0x1fc]
param_magic_k : c[0x0][0x200]
param_shift_k : c[0x0][0x204]
param_Km32 : c[0x0][0x208]
param_K32p : c... | CSS |
ores: torch.FloatTensor,
negative_scores: torch.FloatTensor,
_label_smoothing=None,
) -> torch.FloatTensor:
"""Compute self adversarial negative sampling loss."""
return self.model.compute_self_adversarial_negative_sampling_loss(
positive_scores=positive_scores,
... | Python |
""",
RawUnitRarity::class.java
)
}
/***
* 获取角色星级数据
*/
fun getUnitRarityList(unitId: Int): List<RawUnitRarity>? {
return getBeanListByRaw(
"""
SELECT *
FROM unit_rarity
WHERE unit_id=$unitId
... | Kotlin |
cout << "Direct conflict(0,1): " << pf.direct_conflict(0,1) << endl;
cout << "Normalized direct conflict(0,1): " << pf.normalized_direct_conflict(0,1) << endl;
cout << "Maxmin conflict(0,1): " << pf.maxmin_conflict(0,1) << endl;
cout << "Normalized maxmin conflict(0,1): " << pf.normalized_maxmin_confli... | C++ |
auto;overflow:visible;}[dir="rtl"] .region-primary-menu .menu-item,[dir="rtl"] body:not(:target) .region-primary-menu .menu-item{float:right;}.region-primary-menu .menu a{float:left;padding:0.7em 0.8em;margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}[dir="rtl"] .region-primary-menu .menu a{flo... | CSS |
32 6 32H21' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 5.99998L34 40' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M32 23H36' stroke='%23333' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpat... | CSS |
column;flex-direction:column;-ms-flex-align:center;align-items:center}@media (min-width: 40.0625em){.govuk-button-group{margin-bottom:15px}}.govuk-button-group .govuk-link{font-family:"GDS Transport",arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:16px;fon... | CSS |
IcPersonOutline,
IcPin,
IcPlanning,
IcPlay,
IcPlus,
IcQuestionMark,
IcRecommendation,
IcReview,
IcSad,
IcSadAnilib,
IcSave,
IcSearch,
IcSettings,
IcSpring,... | Kotlin |
nt.
///
/// @param {String} $style - The font style.
/// @param {String} $variant [base] - The variant on the font-size.
/// @return {Number} The line-height for the text-style.
@function line-height($style, $variant: base) {
$fetched-line-height: map.get(map.get($line-height-data, $style), $variant);
@if meta.ty... | CSS |
ks if the value of the field is `LCDIF_PODF_0`"]
#[inline(always)]
pub fn is_lcdif_podf_0(&self) -> bool {
*self == LCDIF_PODF_A::LCDIF_PODF_0
}
#[doc = "Checks if the value of the field is `LCDIF_PODF_1`"]
#[inline(always)]
pub fn is_lcdif_podf_1(&self) -> bool {
*self == LCDIF_... | Rust |
VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-HUofsb-Jt5cK,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-SJnn3d{-webkit-transition:none;transition:none}.VfPpkd-MPu53c{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webki... | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.