content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
елемент є від'ємним, це означає і-тий елемент з кінця. Крок вказує на приріст або скільки елементів потрібно пропустити. Наприклад, якщо є список `[1,2,3,4,5,6,7,8]`, то `[1:-2:2]` поверне елементи, починаючи з другого елементу до передостаннього, включно, виводячи кожен другий елемент, тобто `[2, 4]`.
Також для робо... | Markdown |
="srclink" href="../../src/num_traits/cast.rs.html#498" title="goto source code">[src]</a></div><h4 class="code-header">fn <a href="#method.from_u128" class="fnname">from_u128</a>(n: <a class="primitive" href="https://doc.rust-lang.org/1.59.0/std/primitive.u128.html">u128</a>) -> <a class="enum" href="https://doc.ru... | HTML |
start = slidenum
} else {
start = 0
}
for i := start; i < len(d.Slide); i++ {
if readcmd(r) == 'q' {
return
}
showslide(d, imap, i)
pd, err := time.ParseDuration(d.Slide[i].Duration)
if err != nil {
sd = n
} else {
sd = pd
}
time.Sleep(sd)
}
}
}
// pct computes perce... | Go |
" type="text/javascript" charset="UTF-8" ccpa-opt-out-ids="C0004" ccpa-opt-out-geo="us" ccpa-opt-out-lspa="false"></script><script type="text/plain" class="optanon-category-C0004">
document.cookie = "__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/";
var setNptTechAdblockerCookie = function(adblocker... | HTML |
--destructive: oklch(0.71 0.20 46.46);
--destructive-foreground: oklch(0 0 0);
--border: oklch(0.43 0 0);
--input: oklch(0.43 0 0);
--ring: oklch(0.50 0.19 27.48);
--chart-1: oklch(0.50 0.19 27.48);
--chart-2: oklch(0.50 0.09 126.19);
--chart-3: oklch(0.59 0.10 245.74);
--chart-4: ok... | CSS |
yaycmyk.com)","Abe Rubenstein <abe.rubenstein@enigma.io>","Jenn Creighton <jenn.creighton@enigma.io>"],license:"MIT",bugs:{url:"https://github.com/enigma-io/boundless/issues"},homepage:"https://boundless.js.org/SegmentedControl",dependencies:{"boundless-arrow-key-navigation":"^1.0.4","boundless-button":"^1.0.4","boundl... | JavaScript |
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* From pp_graphics_3d.idl modified Wed Oct 3 15:55:01 2012. */
#ifndef PPAPI_C_PP_GRAPHICS_3D_H_
#define PPAPI_C_PP_GRAPHICS_3D_H_
#include "p... | C |
ClippedVertices;
ClipResult res = clipInner( clipSource, clippedVertices, clipTarget, newClippedVertices, beam.getPleq(i));
clippedVertices = newClippedVertices;
swap(clipSource, clipTarget);
if( res == CLIP_VANISHED ){ return CLIP_VANISHED; }
else if( res == CL... | C++ |
from dataclasses import dataclass
from typing import Self
from pydantic import BaseModel
from clinical_mdr_api.models.concepts.activities.activity_item import (
CompactOdmForm,
CompactOdmItem,
CompactOdmItemGroup,
CompactUnitDefinition,
)
class LibraryItem(BaseModel):
uid: str
name: str | No... | Python |
.org/licenses/>.
#include <QString>
#include <QVector>
#include <cstdio>
#include "commandlineparserbase.hh"
class Outputter {
public:
virtual ~Outputter() {}
virtual void beginSection(const QString & name) = 0;
virtual void endSection() = 0;
virtual void beginParagraph() = 0;
virtual void text(const QString ... | C++ |
efault.e-horizontallines .e-headercell.e-firstheader,
.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader,
.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell,
.e-grid.e-rtl.e-default.e-verticallines tr th:last-child,
.e-grid.e-rtl.e-default.e-verticallines .e... | CSS |
https://go.microsoft.com/fwlink/?LinkID=113216).
## INPUTS
## OUTPUTS
### Microsoft.HyperV.PowerShell.VMFirmware
## NOTES
* Note: This cmdlet is supported only on Generation 2 virtual machines.
## RELATED LINKS
[Set-VMFirmware](./Set-VMFirmware.md)
---
UID: NF:adshlp.ADsFreeEnumerator
title: ADsFreeEnumerator fu... | Markdown |
rar.basePlantOld().mapColour(MapColor.COLOR_PURPLE).light(5).emissive().sounds(SoundType.GLASS).factory(CavePlant::new));
public static final DeferredBlock<Block> RAINBOW_GRASS = register("rainbow_grass", BlockRegistrar::basePlantOld);
public static final DeferredBlock<Block> RED_CELEVIANS = register("red_celevians",... | Java |
�ய்ந்து கோபுர கோணங்கள், டவர் எண்ட்ச்டாப்ச் மற்றும் டெல்டா ஆரம் ஆகியவற்றிற்கான புதிய மதிப்புகளைக் கணக்கிடுகிறது.
இந்த அளவுத்திருத்தத்தை செய்ய ஆரம்ப டெல்டா அளவுருக்கள் (கை நீளம், ஆரம் மற்றும் எண்ட்ச்டாப் நிலைகள்) வழங்கப்பட வேண்டும், மேலும் அவை ஒரு சில மில்லிமீட்டருக்குள் ஒரு துல்லியத்தை கொண்டிருக்க வேண்டும். பெரும்பாலான... | Markdown |
s, err := alice.WalletKitClient.ListAccounts(
ctxt, &walletrpc.ListAccountsRequest{},
)
require.NoError(t.t, err)
require.NotEmpty(t.t, accounts.Accounts)
// We also need to parse the accounts, so we have easy access to the
// parsed derivation paths.
parsedAccounts, err := walletrpc.AccountsToWatchOnly(accoun... | Go |
上海天气如何?"));
// messages.add(new ChatMessage(ChatMessageRole.USER, "What is the weather of Beijing and Shanghai tomorrow?"));
CreateChatCompletionRequest chatCompletionRequest = CreateChatCompletionRequest.builder()
.messages(messages)
.model(model)
.tools(t... | Java |
mirrorDistortedUV.x, 0.0, mirrorDistortedUV.y, 0.0 );
vec3 mirrorSample = texture2DProj(reflectionSampler, mirrorCoord + r2Distortion ).xyz;
// Multiply
if (MIRROR_METHOD == 1.0)
texelColor.xyz = mix( texelColor.xyz, texelColor.xyz * mirrorSample, mirrorReflectivity );... | Typescript |
0px;height:80px;border-radius:10px;border:2px solid transparent;position:relative;cursor:pointer}.video_sub_sidebar .scroll_card .style_card .style_item.selected[data-v-3c353bce]{border:2px solid #0066ff}.video_sub_sidebar .scroll_card .style_card .style_item[data-v-3c353bce]:nth-child(3n){margin-right:0}.video_sub_sid... | CSS |
fQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0;
}
.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
... | CSS |
//
// LSYViewPagerVC.h
// LSYViewPagerVC
// github:https://github.com/GGGHub/ViewPager
// Created by okwei on 15/10/9.
// Copyright © 2015年 okwei. All rights reserved.
//
#import <UIKit/UIKit.h>
@class LSYViewPagerVC;
#pragma mark View Pager Delegate
@protocol LSYViewPagerVCDelegate <NSObject>
@optional
/**
控制器... | C |
ine> {
val ids = mutableListOf<String>()
val names = arrayListOf<Episode>()
entity.plays.forEachIndexed { i, it ->
ids.add(it.playIdCode)
names.add(Episode(it.playIdCode, it.episodeName, it.seq))
}
return DetailedComponent.NonPlayLine(
PlayLin... | Kotlin |
Assert.IsTrue(result.Any(m => m.GetPath() == "NestedModel.InnerModel.NestedRecursionType" && m.Depth == 2));
Assert.IsTrue(result.Any(m => m.GetPath() == "RepeatedType.PropertyOne" && m.Depth == 1));
Assert.IsTrue(result.Any(m => m.GetPath() == "RepeatedType.InnerModel" && m.Depth == 1));
Assert.IsTrue(result... | C# |
0)
goto bad;
}
#ifdef SEC_HEX_DEBUG
get_b_info(v->data_dev->name);
#endif
#ifdef CONFIG_DM_ANDROID_VERITY_AT_MOST_ONCE_DEFAULT_ENABLED
if (!v->validated_blocks) {
r = verity_alloc_most_once(v);
if (r)
goto bad;
}
#endif
/* Root hash signature is a optional parameter*/
r = verity_verify_root_hash(ro... | C |
variant="h6" sx={{ mb: 2, fontWeight: 600, color: '#1e293b' }}>
Bug Bash Results Distribution
</Typography>
<ResponsiveContainer width="100%" height={300}>
<PieChart>
<Pie
data={pieChartData}
... | JavaScript |
s: %w", lrName, err)
}
// clear logical router policy
lr.Policies = nil
ops, err := c.UpdateLogicalRouterOp(lr, &lr.Policies)
if err != nil {
klog.Error(err)
return fmt.Errorf("generate operations for clear logical router %s policy: %w", lrName, err)
}
if err = c.Transact("lr-policy-clear", ops); err != nil... | Go |
1.98V5c0-1.1-.9-2-2-2zm0 16.01H3V4.98h18v14.03z\"/>";
public const string i_picture_in_picture_alt = "<path d=\"M0 0h24v24H0V0z\" fill=\"none\"/><path d=\"M19 11h-8v6h8v-6zm4 8V4.98C23 3.88 22.1 3 21 3H3c-1.1 0-2 .88-2 1.98V19c0 1.1.9 2 2 2h18c1.1 0 2-.9 2-2zm-2 .02H3V4.97h18v14.05z\"/>";
public... | C# |
执行从远程服务器获取并运行 ELF 文件的脚本,然后擦除文件以隐藏痕迹。
Gafgyt变体:通过下载脚本来执行 Linux 二进制文件并维护与 C&C 服务器的持久连接,专门从事 DDoS 攻击。
Moobot:以发起 DDoS 攻击而闻名,它获取并执行脚本来下载 ELF 文件,根据架构执行它们,然后删除痕迹。
Miori:利用 HTTP 和 TFTP 下载 ELF 文件,执行它们,并使用硬编码凭据进行暴力攻击。
;font-style:norma... | CSS |
convertTimeUnits(double value, String stringValue) {
double returnValue = value;
if(stringValue == null || stringValue.isEmpty()) {
return returnValue;
}
try {
TimeUnits.valueOf(stringValue.toUpperCase());
returnValue = this.convertTimeUnits(Double.toString(value) + " " + stringValue);
... | Java |
) = mtaRange.joinToString("\n") { "data class Y$it<${genTypeParams(it)}>(${genParams(it)})" }
data class Y1<A>(val e1: A)
data class Y2<A, B>(val e1: A, val e2: B)
data class Y3<A, B, C>(val e1: A, val e2: B, val e3: C)
data class Y4<A, B, C, D>(val e1: A, val e2: B, val e3: C, val e4: D)
package ai.hypergraph.kotling... | Kotlin |
github.String("Welcome to Aih! Fix bard.go and chatgpt.go for new changes. Disable falcon and claude temporarily."),
Draft: github.Bool(false),
Prerelease: github.Bool(false),
})
if err != nil {
log.Fatal(err)
}
// Upload binary zip files to the release
files := []string{ "aih_amd64_exe.zip",... | Go |
-- biters and their buildings gain pseudo hp increase through the means of evasion mechanics -- by mewmew
-- use storage.biter_evasion_health_increase_factor to modify their health
local Event = require 'utils.event'
local random_max = 1000000
local types = {
['unit'] = true,
['unit-spawner'] = true,
['tur... | Lua |
an/A-SVN/trunk/opensso/products/federation/library/xsd/liberty/lib-arch-authentication-context.xsd line 514)
* <p>
* <pre>
* <complexType name="AuthenticatorTransportProtocolType">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice>
* <... | Java |
return loader
def train_dataloader(self, **kwargs):
return self.dataloader("train", **kwargs)
def val_dataloader(self, **kwargs):
return self.dataloader("val", **kwargs)
def test_dataloader(self, **kwargs):
return self.dataloader("test", **kwargs)
def sequence_dataset... | Python |
别介绍数据文件组包含的文件:
#### head 文件
head 文件是时序数据存储文件(data 文件)的 BRIN(Block Range Index,块范围索引)文件,其中存储了每个数据块的时间范围、偏移量(offset)和长度等信息。
查询引擎根据 head 文件中的信息,可以高效地过滤要查询的数据块所包含的时间范围,并获取这些数据块的位置信息。
head 文件中存储了多个 BRIN 记录块及其索引。BRIN 记录块采用列存压缩的方式,这种方式可以大大减少空间占用,同时保持较高的查询性能。BRIN 索引结构如下图所示:

#### data 文件
data 文件是... | Markdown |
.766z"/><path d="M240.023 120.024c-66.274 0-120 53.726-120 120s53.726 120 120 120 120-53.726 120-120c-.073-66.244-53.756-119.927-120-120zm0 224c-57.438 0-104-46.562-104-104s46.562-104 104-104 104 46.562 104 104c-.065 57.41-46.589 103.935-104 104zm168-312v48h-48v16h56a7.998 7.998 0 0 0 8-7.996V32.024h-16zm-344 352a7.998... | HTML |
{'1': 'icon', '3': 1, '4': 1, '5': 9, '10': 'icon'},
{'1': 'title', '3': 2, '4': 1, '5': 9, '10': 'title'},
{
'1': 'interactive',
'3': 3,
'4': 1,
'5': 11,
'6': '.bilibili.app.dynamic.v2.ThreePointHideInteractive',
'10': 'interactive'
},
{'1': 'blook_fid', '3': 4, ... | Dart |
cardType = SD.cardType();
if(cardType == CARD_NONE){
console_dbg("No SD card type");
} else {
console_dbg("SD Card Type: ");
if(cardType == CARD_MMC){
console_dbg("MMC");
} else if(cardType == CARD_SD){
console_dbg("SDSC");
} else if(cardType == C... | C |
local config = {
[50098] = Position(32687, 31470, 13),
[50099] = Position(32600, 31504, 13),
[50100] = Position(32604, 31338, 11),
[50101] = Position(32611, 31513, 9),
[50102] = Position(32652, 31507, 10),
[50103] = Position(32692, 31501, 11),
[50104] = Position(32687, 31470, 13),
[50105] = Position(32687, 3147... | Lua |
assertEquals("11", "999.000244140625", format.format(999.000244140625));
assertEquals("12", "99.0001220703125", format.format(99.0001220703125));
assertEquals("13", "9.00006103515625", format.format(9.00006103515625));
assertEquals("14", "0.000030517578125", format.format(0.000030517578125));
... | Java |
ixin` and instead use the one from `B1 & Mixin`.
b2.mixinProperty= '';
b2.mixinProperty.foo();
b2.mixinMethod('').foo();
}
''';
const String mixinFile = r'''
class Foo {
foo() {}
}
class Mixin {
void set mixinProperty(v) {}
Foo get mixinProperty => new Foo();
Foo mixinMethod(v) => new Foo();
}
class A1 e... | Dart |
// 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, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT W... | Go |
snafu(display("Unable to read environment variable: '{}': {}", key, source))]
EnvRead {
key: String,
source: std::env::VarError,
},
}
impl BootstrapData {
pub fn from_env() -> Result<BootstrapData, BootstrapError> {
Ok(BootstrapData {
test_name: std::env::var(ENV_TEST_NA... | Rust |
EVEN
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
TOPLEFT DC.B 27,"Y",32,32,"SAVING: B:\",0
EVEN
FILE DC.B "A:\BALLISTI.X",0
EVEN
END_OF_CODE DS.B 1 | Assembly |
return false;
})
.show();
}
private void showFromBottomDialog() {
final FRDialog dialog = new FRDialog.CommonBuilder(this)
.setContentView(R.layout.dialog_from_bottom)
.setFullWidth()
.setFromBottom()
.show(... | Java |
er_cumul, $wkr_id_v, $remainder_elems
// form the output address
{
add $elems_offset, $elems_offset, $remainder_cumul
setzi $fp_clr_reg, 1 << CSR_W_FP_CLR__ZAACC__SHIFT
}
// clear accumulator: only required once because we always feed zeros
// with gina instruction
{
shl $elems_offse... | Assembly |
)*xm : xm */
fmul %st(1) /* (f2+(f3+(f4+(f5+(f6+f7*xm)*xm)*xm)*xm)*xm)*xm : xm */
faddl MO(f1) /* u:=f1+(f2+(f3+(f4+(f5+(f6+f7*xm)*xm)*xm)*xm)*xm)*xm : xm */
fld %st /* u : u : xm */
fmul %st(1) /* u*u : u : xm */
fld %st(2) /* xm : u*u : u : xm */
fadd %st /* 2*xm : u*u : u : xm */
fxch %st(1) /*... | Assembly |
allback, duration) => {
let timer;
return () => {
clearTimeout(timer);
timer = setTimeout(() => callback(), duration);
};
};
/**
* Trigger condition validator
*
* @param {String} query - User's manipulated search query value
* @param {Function} condition - trigger condition rule
* @param {Number} ... | JavaScript |
on this GPU
image_gather4_b_cl v[5:8], v[1:4], s[8:15], s[12:15] dmask:0x1 a16
// GFX9: image_gather4_b_cl v[5:8], v[1:4], s[8:15], s[12:15] dmask:0x1 a16 ; encoding: [0x00,0x81,0x18,0xf1,0x01,0x05,0x62,0x00]
// NOSICI: error: a16 modifier is not supported on this GPU
// NOVI: error: a16 modifier is not support... | Assembly |
iladelphia County, Pennsylvania USA<ref>Source: [[#S49]] Page: Database online. Data: Text: Record for Sarah Graves</ref> == Sources == <references /> * "Family Tree," database, <i>FamilySearch</i> (http://familysearch.org : modified 23 May 2019, 01:28), entry for Sarah Grea... | HTML |
d IUrlHelperFactory Factory { get; }
/// <inheritdoc />
public virtual IUrlHelper GetUrlHelper( ActionContext context )
{
ArgumentNullException.ThrowIfNull( context );
var items = context.HttpContext.Items;
// REF: https://github.com/dotnet/aspnetcore/blob/master/src/Mvc/Mvc.Core/... | C# |
ta type, [ (subfield name, length in bits)+ ] )
that facilitates bitfield paking and unpacking.
With lru_cache() creating only once instance per format string, the memory
overhead is negligible.
r r0 Nc C s\ t |\| _| _| _| _| _| _dd t| jD | _d| _ || _
|d k... | Python |
-content:center}.timeline-row .left img{width:24px;height:24px;border-radius:50%}.timeline-row .timeline-item{margin-top:5px;margin-right:20px;padding:5px;border-radius:5px;max-height:360px;overflow-y:auto}.timeline-row .timeline-item.long{max-height:none}.timeline-row .timeline-item.html{background-color:hsla(0,0%,97.... | CSS |
ret = uart_register_driver(&serial_omap_reg);
if (ret != 0)
return ret;
ret = platform_driver_register(&serial_omap_driver);
if (ret != 0)
uart_unregister_driver(&serial_omap_reg);
return ret;
}
static void __exit serial_omap_exit(void)
{
platform_driver_unregister(&serial_omap_driver);
uart_unregister_drive... | C |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#define WIDEWANT 480
int infile;
int sprframes;
int sprwidth;
int sprheight;
int bigwidth;
int numx,spacex;
int numy,spacey;
unsigned char palette[768],*bm;
unsigned char *bigbm;
void nomem(int val) {
fprintf(stder... | C |
rface/position';
export class Offset implements Position {
private constructor(
public x: number,
public y: number
) { }
public static create(
x: number,
y: number
): Offset {
return new Offset(x, y);
}
equals(other: Offset): boolean {
return this.x === other.x &&
this.y ===... | Typescript |
.align 2
$LC3:
.ascii "fast_pppoe\000"
.section .init.text,"ax",@progbits
.align 2
.globl fast_pppoe_init
$LFB3113 = .
.loc 1 191 0
.cfi_startproc
.set nomips16
.ent fast_pppoe_init
.type fast_pppoe_init, @function
fast_pppoe_init:
.frame $sp,40,$31 # vars= 0, regs= 3/0, args= 24, gp= 0
.mask 0x80030000,-4
... | Assembly |
ondResult->back());
```
### Facade
```php
use romanzipp\Twitch\Facades\Twitch;
Twitch::withClientId('abc123')->withToken('abcdef123456')->getUsers();
```
### Pagination Loop Example
This example fetches all Twitch Games and stores them into a database.
```php
use romanzipp\Twitch\Twitch;
$twitch = new Twitch;
d... | Markdown |
github.com/Oire
//! author : Martin Groller : https://github.com/MadMG
function de_at__processRelativeTime(number, withoutSuffix, key, isFuture) {
var format = {
'm': ['eine Minute', 'einer Minute'],
'h': ['eine Stunde', 'einer Stunde'],
'd': ['ein Tag', 'einem Tag']... | JavaScript |
l; çubuğunun Giriş sekmesinde Şekli hizala simgesine tıklayın ve aşağıdaki seçeneklerden birini seçin: Nesneleri slaytın kenarlarına göre hizalamak için Slayta Hizala, Nesneleri birbirine göre hizalamak için Seçili Nesneleri Hizala (bu seçenek varsayılan olarak... | JavaScript |
eConversionConfig.defaultConverter else null
return (tempParent?.findConverter(fromType, toType) ?: findConverter(fromType, toType)) != null
}
fun <T : Any, R : Any> hasConverter(fromType: TypeReference<T>, toType: TypeReference<R>): Boolean {
return hasConverter(fromType.type, toType.type)
... | Kotlin |
alt() {
test_err!("a|b)", 3, ErrorKind::UnopenedParen);
}
#[test]
fn error_close_paren_unclosed_with_alt() {
test_err!("(a|b", 0, ErrorKind::UnclosedParen);
}
#[test]
fn error_close_paren_empty_alt() {
test_err!("(a|)", 3, ErrorKind::EmptyAlternate);
}
#[test]
... | Rust |
ent(content)
}
case 'xls': {
const blobType = 'text/application/vnd.ms-excel;charset=utf-8'
if (byBlob) return URL.createObjectURL(new Blob([content], { type: blobType }))
return `data:,${blobType}` + encodeURIComponent(content)
}
case 'xml': {
const blobType = 'text/applicatio... | Typescript |
2T4sgdeVX3zSgYnL5j/b94ba54e7cd2951bd5a3ba031b142f58/cloudflare-radar-traffic-trends-xy-20240415-20240415--1-.png" alt="" class="kg-image" width="2048" height="1152" loading="lazy">
</figure>
<p>Usually, based on our past observations, drops in traffic unrelated to connectivity issues can occur when people pause thei... | HTML |
center;
margin-right: 10px;
position: relative;
}
form.ac-form .ac-reply-content .ac-textarea .ac-reply-toolbar .post-elements-buttons-item > .emojionearea.ac-input {
border: 0;
padding: 0;
}
form.ac-form .ac-reply-content .ac-textarea .gif-search-results-list {
margin: 0;
padding: 0;
list-style: none;
... | CSS |
, <c>int64</c>, <c>double</c>, <c>string</c>,
/// <c>object</c>, <c>resource</c>.
/// </summary>
TypeKeywords = 8,
/// <summary>
/// Enables Unicode escapes in strings (\U, \u, \C).
/// </summary>
UnicodeSemantics = 32,
/// <summary>
/// Allows t... | C# |
crc32_u64 crc_tmp, crc_tmp, data_tmp2
.crc32_hw_w_pre:
and size_tmp, size_tmp, -8
and size, size, 7
add size_tmp, size_tmp, 8
add buf, buf, size_tmp
.crc32_hw_w:
cmp size, 3
bls .crc32_hw_h
ldr w_data_tmp2, [buf], 4
sub size, size, #4
crc32_u32 crc_tmp, crc_tmp, w_data_tmp2
.crc32_hw_h:
cmp size,... | Assembly |
final int T__85=85;
public static final int T__103=103;
public static final int RULE_INTEGER=6;
public static final int T__86=86;
public static final int T__106=106;
public static final int T__87=87;
public static final int T__105=105;
// delegates
// delegators
public InternalGaml... | Java |
Cipher("ARIA/GCM/PKCS5Padding");
Fail("bad padding missed in GCM");
}
catch (SecurityUtilityException)
{
// expected
}
}
[Test]
public void TestOcb()
{
byte[] K = Hex.Decode("000102030405060708090A0B0C0D0E0F");
byte[] P = Hex.Decode("000102030405060708090A0B0C0D0E0F... | C# |
"Fu ", // 0x1f
"Shen ", // 0x20
"Dong ", // 0x21
"Qing ", // 0x22
"Qi ", // 0x23
"Yin ", // 0x24
"Xi ", // 0x25
"Hai ", // 0x26
"Yang ", // 0x27
"An ", // 0x28
"Ya ", // 0x29
"Ke ", // 0x2a
"Qing ", // 0x2b
"Ya ", // 0x... | Go |
target Gorka
step
.goto 63,72.93,80.44
.gossipoption 111661 >>Talk to |cRXP_FRIENDLY_Gorka|r
.timer 79,Crisis at Splintertree RP
.target Gorka
.isOnQuest 13653
step
.goto 63,72.93,80.44
>>Return to Mor'shan Ramparts with |cRXP_FRIENDLY_Gorka|r
>>|cRXP_WARN_Make sure you are not mounted!|... | Lua |
/*
* Copyright 2010 John-Mark Bell <jmb@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
* NetSurf is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of th... | C |
i class="am-g{{#if date}} am-list-item-dated{{/if}}{{#if desc}} am-list-item-desced{{/if}}{{#if img}} am-list-item-thumbed am-list-item-thumb-bottom-left{{/if}}">\n {{!--\n am-list-item-dated - 带日期\n am-list-item-desced - 带描述\n am-list-item-thumbed - 带缩略图的\n --}}\n {{#if ... | JavaScript |
shell;
pub use self::menu_shell::MenuShell;
mod menu_tool_button;
pub use self::menu_tool_button::MenuToolButton;
mod message_dialog;
pub use self::message_dialog::MessageDialog;
mod misc;
pub use self::misc::Misc;
mod model_button;
pub use self::model_button::ModelButton;
mod mount_operation;
pub use self::mount_... | Rust |
rs:
try:
# Извлекаем текст из заголовка
header_element = container.find_element(By.CSS_SELECTOR, "span.attr-name")
header_text = header_element.text
# Проверяем, что заголовок равен "Назначение"
if header_text == "Назначение":
... | Python |
message_id: H::default(),
eth_address: H160::default(),
substrate_address: A::default(),
amount: TokenBalance::default(),
status: Status::Withdraw,
action: Status::Withdraw,
}
}
}
impl<H> Default for LimitMessage<H>
where
H: Default,
{
fn ... | Rust |
ir::IterSum::Make({ir::IterSplit::Make(it->second, base_scale)},
iter_sum->base);
} else {
// new iter, form a new mark
auto mark = ir::IterMark::Make(grouped_sum, expected_scale / base_scale);
sum_fuse_map_[grouped_sum] = mark;
return ir::IterSum::Make({ir::IterSplit::Ma... | C++ |
cene\:block,.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:hidden{display:none}
/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and bui... | CSS |
P_InsertHandlers(t *testing.T) {
tests := []struct {
name string
}{
{"T1"},
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
ctrl := gomock.NewController(t)
defer ctrl.Finish()
mockPM := p2pmock.NewMockPeerManager(ctrl)
mockPeer := p2pmock.NewMockRemotePeer(ctrl)
mockPeer.EXPEC... | Go |
hrow new D;a=!0}else if(-1===c)if(l){if(h)throw new D;i=!0}else{if(!h)throw new D;s=!0}else{if(0!==c)throw new D;if(l){if(!h)throw new D;r<n?(i=!0,a=!0):(o=!0,s=!0)}else if(h)throw new D}if(i){if(o)throw new D;Rt.increment(this.getOddCounts(),this.getOddRoundingErrors())}if(o&&Rt.decrement(this.getOddCounts(),this.getO... | JavaScript |
ht: 16px;
}
li.plupload_uploading {background: #ECF3DC url('../img/backgrounds.gif') repeat-x 0 -238px;}
li.plupload_done {color:#AAA}
li.plupload_delete a {
background: url('../img/delete.gif');
}
li.plupload_failed a {
background: url('../img/error.gif');
cursor: default;
}
li.plupload_done a {
background: ur... | CSS |
ंदिग्ध क्षमता होगी। अन्य तुलनाओं के लिए, कृपया हमारा <a target=\"_blank\" href=\"/knowledge/why-monero-is-better\" class=\"next-link\"> लेख देखें जिसमें मोनेरो की अन्य प्रमुख गोपनीयता सिक्कों </a> से तुलना की गई है। </p>';
@override
String get knowledge250Sbmyths250Sb4250Sbtitle => 'यदि अधिक लोकप्रिय blockchain मज... | Dart |
onst MexVec3&);
const MexVec3& operator=(const MexPoint3d&);
bool operator==(const MexVec3&) const;
bool operator!=(const MexVec3&) const;
void operator+=(const MexVec3&);
void operator-=(const MexVec3&);
void operator*=(MATHEX_SCALAR);
void operator/=(MATHEX_SCALAR);
// PRE( t != 0 );... | C++ |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Common functions for kernel modules using Dell SMBIOS
*
* Copyright (c) Red Hat <mjg@redhat.com>
* Copyright (c) 2014 Gabriele Mazzotta <gabriele.mzt@gmail.com>
* Copyright (c) 2014 Pali Rohár <pali@kernel.org>
*
* Based on documentation in the libsmbios pack... | C |
s")
}
}
override fun onStop() {
super.onStop()
val disableFloatingWindow = FFI.getLocalOption("disable-floating-window") == "Y"
if (!disableFloatingWindow && MainService.isReady) {
startService(Intent(this, FloatingWindowService::class.java))
}
}
ove... | Kotlin |
.length -1].img);
document.getElementById("Ablegen").appendChild(ablegenKarte);
// Die Karten für den "Ziehen" Stapel werden im HTML generiert.
document.getElementById("Ziehen").innerHTML = "";
let ziehenKarte : HTMLImageElement = document.createElement("img");
ziehenKarte.setAttribute... | Typescript |
NjY2NjY2NjY2NjY2Njr/TvvAAAAD3RSTlMAxy89c9CdTRyG7lvcD7FzqbJAAAACFklEQVR42uWYy4rkMBAErZdlPdzx/3+7LAw0tH0Y2orDsnnyKQlSVaWytoc6xrEpigFoinUAIBnWABAE5woW9o6GPbGwI1jYGSzsgoV9goU9wMLe0bA7FnYCC7uBhV2wsE+wsAdY2AENGyzsBBZ2Q8MuWNgH94pLbgELO6Bhg4VdwcJuaNgTCzuChZ3Bwg5o2GBhV7CwdzTsjoUdwcLOYGEXLOwTLOwBFvaOht2xsBNY2I1f6lhaenvhrfpkAblab... | HTML |
e restrictions in
// Eigen that prevent it from creating RowMajor matrices with a
// single column. In these cases, we ask for a ColMajor matrix.
typedef Matrix<double,
kNumResiduals,
kParameterBlockSize,
(kParameterBlockSize == 1) ? ColMajor : RowMaj... | C |
",nil, {"Принесите образец перемешанной слизи химику Барабосу в Подгород."}},
[4661] = {"Проба – образцы из Оскверненного леса",nil, {"Вы наполняете слизью, добытой в Оскверненном лесу, различные колбы и мензурки, стоящие на столе. Все начинает бурлить и брызгаться, а слизь меняет цвет. Потом процесс замедляется, жидко... | Lua |
ble + (num_regs * 1);
adnp->irq_rise = adnp->irq_enable + (num_regs * 2);
adnp->irq_fall = adnp->irq_enable + (num_regs * 3);
adnp->irq_high = adnp->irq_enable + (num_regs * 4);
adnp->irq_low = adnp->irq_enable + (num_regs * 5);
for (i = 0; i < num_regs; i++) {
/*
* Read the initial level of all pins to allo... | C |
n?g:b:"")+this._generateMonthYearHeader(e,p,d,c,h,j>0||I>0,A,O)+'</div><table class="ui-datepicker-calendar"><thead>'+"<tr>";var z=N?'<th class="ui-datepicker-week-col">'+this._get(e,"weekHeader")+"</th>":"";for(var W=0;W<7;W++){var X=(W+T)%7;z+="<th"+((W+T+6)%7>=5?' class="ui-datepicker-week-end"':"")+">"+'<span title... | JavaScript |
glabel func_800A5468
/* 04D6B8 800A5468 908E0004 */ lbu $t6, 4($a0)
/* 04D6BC 800A546C 90AF0000 */ lbu $t7, ($a1)
/* 04D6C0 800A5470 90880005 */ lbu $t0, 5($a0)
/* 04D6C4 800A5474 908C0006 */ lbu $t4, 6($a0)
/* 04D6C8 800A5478 01CFC821 */ addu $t9, $t6, $t7
/* 04D6CC 800A547C A0990004 */ sb $t9, 4($a0... | Assembly |
;case 191:return 76;case 219:return 71;case 220:return 73;case 221:return 72;case 222:return 75;}}
function Rs(){$wnd.__gwt_globalEventArray==null&&($wnd.__gwt_globalEventArray=new Array);$wnd.__gwt_globalEventArray[$wnd.__gwt_globalEventArray.length]=dC(function(){return os($wnd.event)});var d=dC(function(){var a=Fk;F... | HTML |
Franklin Street, Fifth Floor, Boston,
; MA 02110-1301, USA.
;
; As a special exception, if you link this library with other files,
; some of which are compiled with SDCC, to produce an executable,
; this library does not by itself cause the resulting executable to
; be covered by the GNU General Public License. T... | Assembly |
);
for (let i: number = 0; i < 10; i++)
coronaViren.push(new Corona());
for (let i: number = 0; i < 5; i++)
blood.push(new Blood());
for (let i: number = 0; i < 20; i++)
antiViren.push(new Anti());
for (let i: number = 0; i < 5; i++)
blood.push(new Blood());
canvas.addEv... | Typescript |
n-bottom:6.0000pt;"><span style="font-family:"Times New Roman";mso-fareast-font-family:宋体;font-size:10.5000pt;mso-font-kerning:1.0000pt;">8.8.0 <= Atlassian Data Center <= 8.8.1</span><br/></p><p style="margin-top:6.0000pt;margin-bottom:6.0000pt;"><span style="font-family:"Times New Roman";mso-far... | Markdown |
mathContext)
return if (radianMode) angle else BigDecimalMath.toDegrees(angle, mathContext)
}
internal fun BigDecimal.ln(mathContext: MathContext): BigDecimal {
return BigDecimalMath.log(this, mathContext)
}
internal fun BigDecimal.log(mathContext: MathContext): BigDecimal {
return BigDecimalMath.log10(this, ma... | Kotlin |
import os
import pickle
from typing import Optional, List
import numpy as np
import py360convert
from matplotlib import pyplot as plt
from .e2plabelconvert import generateOnePerspectiveLabel, VIEW_ARGS, VIEW_NAME, VIEW_SIZE
data_dir = "../PanoHough/data/layoutnet_dataset/train"
COLORS = {
0: "red", # 竖直墙壁线红色
... | Python |
_clipboard_format_available(ClipboardFormat::Text) {
return Ok(None);
}
let handle = Self::get_clipboard_data(ClipboardFormat::Text)?;
format::string::get(handle).map(Some)
}
pub fn string_unicode(&self) -> Result<Option<String>> {
if !Self::is_clipboard_format_available(ClipboardFormat::UnicodeText) {
... | Rust |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.