content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
le> array, [int offset = 0]) {
for (var i = 0, j = offset; i < array.length; i += 3, j += 3) {
final v = Vector3.array(array, j)..applyMatrix3(this);
array[j] = v.storage[0];
array[j + 1] = v.storage[1];
array[j + 2] = v.storage[2];
}
return array;
}
Vector3 get right {
fin... | Dart |
//
// The MIT License (MIT)
//
// Copyright (c) 2024 Advanced Micro Devices, Inc.,
// Fatalist Development AB (Avalanche Studio Group),
// and Miguel Petersen.
//
// All Rights Reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentat... | C |
from flask import Blueprint, request, jsonify
from app.services.ESP32_service import process_device_data, register_device
esp32_blueprint = Blueprint('esp32', __name__)
# Ruta para procesar datos de mediciones
@esp32_blueprint.route('/api/esp32/data', methods=['POST'])
def register_device_data():
try:
dat... | Python |
ажений *
> производительности*. Они не наследуются от класса *Object* и их нельзя передать методу по *ссылке*.
> Для решения таких задач в Java предоставляются *оболочки типов*, которые представляют собой классы, заключающие
> примитивный тип данных в оболочку объекта.
> К *оболочкам типов* относятся классы *DouЬle, Fl... | Markdown |
from PyQt5.QtWidgets import QLabel, QPushButton, QProgressBar
from PyQt5.QtCore import QTimer
from PyQt5.QtMultimedia import QMediaPlayer
class RefreshManager:
@staticmethod
def refresh_ui(window):
"""重启UI的所有组件和状态"""
try:
# 停止所有正在进行的操作
if window.play_timer.isActive():
... | Python |
C6181320B46854EE
L3_2 = C198497B2606840A7
L3_2 = L3_2.SDE13839BC00A5C51
L2_2(L3_2)
L2_2 = C198497B2606840A7
L2_2.SBCD1511F331132CC = L1_2
L2_2 = C198497B2606840A7
L3_2 = EF25F7E7E555E3544
L3_2 = L3_2.Judgement
L2_2.S7A57D9308052033A = L3_2
end
_ENV["C198497B2606840A7"]["SF4F04CB39B984FE2"] = function... | Lua |
test_run = require('test_run').new()
-- There is no way to revert a bootstrapped storage manually. The
-- test is done in a new instance which is killed with all its
-- data afterwards.
_ = test_run:cmd("create server newdefault with script='unit/box2.lua'")
_ = test_run:cmd("start server newdefault")
_ = test_run:sw... | Lua |
right {
float: right;
}
.person-info .detail-list span {
display: block;
}
.pro-skill {
position: relative;
min-height: 156px;
}
.pro-skill .icon {
background: url('../image/pro_skill_icon.png') no-repeat;
}
.pro-skill ul {
padding: 0;
margin: 0;
}
.work-experience {
position: relative;
min-height: 44... | CSS |
"""
ドメイン層のパッケージ
""" | Python |
ulate the Home Document for XML Consumption, based upon Atom - RFC4287
sb.append(XML_HEADER);
sb.append("<resources xmlns=\042http://ietf.org/ns/home-documents\042\n");
sb.append("xmlns:atom=\042http://www.w3.org/2005/Atom\042>\n");
sb.append("<resource rel=\042http://docs.oasis-open.org... | Java |
--accent-l) * 1.15, l * 1% - 15%)
);
--tag-background: hsl(
from var(--color-base-00) var(--accent-h) var(--accent-s) min(var(--accent-l), l * 1% - 5%) / 0.2
);
}
.fas-adaptive-accent.theme-dark {
--text-accent: hsl(
from var(--color-base-00) calc(var(--accent-h) - 3) calc(var(--accent-... | CSS |
local sglib = MM.require "Libs/sglib"
local roles = MM.require "Variables/Data/Roles"
local snipe_count = 0
local snipe_ticker = 0
local snipe_frac = 0
local function HUD_EndGameDrawer(v,p,c)
if not (MM_N.gameover and not MM_N.voting)
snipe_count = 0
snipe_ticker = 0
snipe_frac = 0
return
end
if MM_N.snip... | Lua |
家人','朋友']
},
series : [
{
type:'force',
ribbonType: false,
name : "人物关系",
categories : [
{
name: '人物',
itemStyle: {
normal: {
color : '#ff7f50'
... | HTML |
device init */
aq_nic_cfg_start(self);
aq_nic_ndev_init(self);
err = aq_nic_ndev_register(self);
if (err < 0)
goto err_register;
aq_drvinfo_init(ndev);
return 0;
err_register:
aq_nic_free_vectors(self);
aq_pci_free_irq_vectors(self);
err_hwinit:
iounmap(self->aq_hw->mmio);
err_free_aq_hw_priv:
kfree(se... | C |
ass[1] as usize] {
continue;
}
// if the sequences aren't identical, the current string must be shortest, or
// the set of nodes visited by the input string must be a subset of the other sequences
// in the equivalence class.
let shortest = eq... | Rust |
#if USE_UIKIT_PUBLIC_HEADERS || !__has_include(<UIKitCore/UITextChecker.h>)
//
// UITextChecker.h
// UIKit
//
// Copyright (c) 2009-2017 Apple Inc. All rights reserved.
//
#import <UIKit/UIKitDefines.h>
#import <Foundation/Foundation.h>
/* A UITextChecker object is used by a client (e.g. a document in an applicati... | C |
Id(roleService.getIdByCode(CommonConstant.ROLE_USER));
if (!userRoleService.save(ur)) {
throw new BusinessException("用户新增失败");
}
return true;
}
@Transactional(rollbackFor = Exception.class)
@Override
public boolean updatePassword(UpdatePasswordDTO dto) {
if (... | Java |
efficientsSampling<Z>> extends
SamplingContext<Z>,
CoefficientLinearTermSampling<Z>,
CoefficientSquareTermSampling<Z> {
class SlopeCoefficientsSamplingProxy<Y extends SlopeCoefficientsSamplingProxy<Y>> implements
SlopeCoefficientsSampling<Y> {
private final SamplingContext samplingContext;
... | Java |
//
// This file contains the various code
// snippets from Chapter 4. This ensures
// they compile and gives you a chance
// to single step through them.
// They are labeled, so you can set a
// breakpoint at the one you are interested in.
.global _start
.p2align 2
_start:
// uncomment the next 2 lines if you want t... | Assembly |
拥有这些硬币的所有必要所有权证明。每个交易包含 scriptSig 和 scriptPubKey 字段。scriptPubKe y字段包含了使用硬币的条件,而 scriptSig 字段包含了解锁硬币所需的数据。在脚本执行之前,这些字段会被连接在一起。
脚本的执行意味着对堆栈中包含的特定数据顺序执行操作。在执行每个操作时,会从堆栈中获取这些数据,并执行由相应操作码(或简称为 opcode)确定的特定动作。执行结果将推送到堆栈中。只有当整个脚本在堆栈上运行的结果为真时,硬币才被认为已解锁。此外,使用比特币脚本时,堆栈的最大容量限制为 520 字节。
操作码构成比特币交易的某种命令式编程语言[64]。每个操作由一组位表示,这组位由虚拟... | Markdown |
}
// trim for prettiness
elem.className = typeof set.trim === "function" ? set.trim() : set.replace( /^\s+|\s+$/g, "" );
}
function id( name ) {
return defined.document && document.getElementById && document.getElementById( name );
}
function getUrlConfigHtml() {
var i, j, val,
escaped, escapedTooltip... | JavaScript |
l;
font-style: normal;
font-stretch: condensed;
position: absolute;
top: 0.625rem;
left: 0;
width: 3.125rem;
height: 2.75rem;
color: #25aae1;
font-size: 1.5rem;
font-weight: 700;
text-align: center;
content: attr(data-count); }
.page-section .hex > b {
font-family: 'Ro... | CSS |
%xmm14, %xmm14
// first column
// vblendpd $ 0x1, %ymm8, %ymm12, %ymm12
vmovapd %ymm8, %ymm12
vdivsd %xmm8, %xmm14, %xmm13
vpermpd $ 0x00, %ymm13, %ymm13
vmovsd %xmm13, 0(%r12)
vmulpd %ymm8, %ymm13, %ymm8
vblendpd $ 0x1, %ymm12, %ymm8, %ymm8
// second column
vpermpd $ 0x00, %ymm9, %ymm13
vfn... | Assembly |
ctx.textBaseline = 'top'
ctx.strokeStyle = 'black'
ctx.lineJoin = 'round'
const padding = 10
ctx.fillText(
watermarkValue,
drawerParams.memeSelected.width - metrics.width - padding,
drawerParams.memeSelected.height - fontSize - padding / 2
)
ctx.restore()
return new Promise(function (resolve... | Typescript |
* @param resizeY The height to resize the widgets to
*/
void arrangeImageTaskWidgetsInGridOnPrimaryMonitor(int resizeX, int resizeY);
/**
* @brief fitWidgetsInGridOnMonitor Fits the given widgets into a grid on the given monitor
* @param widgets The widgets to arrange
* @param screenIdx The index of the screen to... | C |
re(nil,"OVERLAY")
BGAssistCfmFH10.rankIcon:SetAllPoints()
BGAssistCfmFH10.rankIcon:SetTexture(GET_RANK_ICON(10))
BGAssistCfmFH10.text = BGAssistCfmFH10:CreateFontString(nil, 'OVERLAY')
BGAssistCfmFH10.text:SetFont(STANDARD_TEXT_FONT, 12, 'OUTLINE')
BGAssistCfmFH10.text:SetTextColor(1, .45, .3)
BGAssistCfmFH... | Lua |
seful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 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://w... | Go |
cloudflare.com/content/images/2023/09/Screenshot-2023-09-18-at-22.13.14.png" class="kg-image" alt="" loading="lazy" width="1344" height="66"></figure>
<p>예를 들어, 현재 데이터 센터의 CPU 사용률이 90%이고 목표가 85%이며 모든 요금제에서 CPU 시간이 18,000시간인 경우입니다:</p>
<figure class="kg-card kg-image-card kg-width-wide"><img src="https://blog.cloudfla... | HTML |
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
import torch
import sys
sys.path.append("../..")
import sgd
def test(num_versions, assertion_ground_truth):
# N is batch size; D_in is input dimension;
# D_out is output dimension.
N, D_in, D_H, D_out = 4, 4, 4, 4
# Create rando... | Python |
AllowDelayedDelivery = true,
Reliability = GetReliability(channel)
};
var p2pInterface = GetP2PInterface();
var result = p2pInterface?.SendPacket(ref options) ?? Result.NotFound;
if (result != Result.Success)
{
Uni... | C# |
context,listen: true).endDateStr,
style: TextStyle(fontSize: 28,color: Colors.blue),
textAlign: TextAlign.center),
const SizedBox(height: 15),
ExpansionTile(
title: Text("講師姓名:" + Provider.of<CourseDetailViewModel>(context,liste... | Dart |
eds to be followed otherwise it will not succeed in the grpc nodejs module.
*/
export function camelCaseGrpc(s: string): string {
return camelCaseAnything(s);
}
import { useCallback, useEffect, useState } from "react";
const initialState: IUseMutateState<any> = {
data: undefined,
error: undefined,
loading: fa... | Typescript |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace DotNetty.Codecs.Http.WebSockets.Extensions.Compression
{
using System.Collections.Generic;
using DotNetty.Buffers;
using DotNetty.Codecs.Compress... | C# |
85 0 0 1-8.58 1.74 7 7 0 0 1-3.12-3.5 7.12 7.12 0 0 1-.23-4.71 7 7 0 0 1 2.77-3.79 6.8 6.8 0 0 1 4.508-1.149zM9.04 13.88a5.89 5.89 0 0 0 3.41-2.07 6.07 6.07 0 0 0-.4-8.06 5.82 5.82 0 0 0-7.43-.74 6.06 6.06 0 0 0 .5 10.29 5.81 5.81 0 0 0 3.92.58zM8.51 7h-1v4h1V7zm0-2h-1v1h1V5z" clip-rule="evenodd"/></svg>');
-webkit-ma... | CSS |
)]),style:_t(s.getSliceStyle(a))},null,6)],64))),256)),s.nowSlice?(I(),B("div",{key:0,class:Tt(["now",{"on-daybreak":s.nowSlice.onDaybreak}]),ref:"now",style:_t({"grid-area":`${s.nowSlice.slice.name} / 1 / auto / auto`,"--offset":s.nowSlice.offset})},t[0]||(t[0]=[K("svg",{viewBox:"0 0 10 10"},[K("path",{d:"M 0 0 L 10 5... | JavaScript |
,.rc-AdminViewGradeOverride .bt3-btn.bt3-btn-primary:active:not(.disabled),.rc-AnnouncementTool .bt3-btn.bt3-btn-primary:active:not(.disabled),.rc-CourseAuthoring .bt3-btn.bt3-btn-primary:active:not(.disabled),.rc-DiscussionPromptAuthoring .bt3-btn.bt3-btn-primary:active:not(.disabled),.rc-LectureAuthoring .bt3-btn.bt3... | CSS |
nt-size:14px;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;-o-transition:-o-transform .2s;-moz-transition:transform .2s,-moz-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s,-moz-transform .2s,-o-transform .2s}.footer .nav-lang .lang .name{float:left;padd... | CSS |
onal_millionths: 0,
excess_data: Vec::new()
});
// Capacity of 200 sats because this channel will be used by 3rd path as well.
add_channel(&net_graph_msg_handler, &secp_ctx, &privkeys[2], &privkeys[3], ChannelFeatures::from_le_bytes(id_to_feature_flags(5)), 5);
update_channel(&net_graph_msg_handler, &secp_c... | Rust |
// Facial hair
public void SetFacialHairStyleDrawable(int value)
{
// minus 1 because 0 is off
value -= 1;
RAGE.Elements.Player.LocalPlayer.SetHeadOverlay((int)EOverlayTypes.FacialHair, value, facialHairOpacity);
facialHairStyle = value;
RequestPricing();
}
private void SetFacialHairColor(int value)
{
... | C# |
type of data.
* @param {string} url The url of the API endpoint.
* @param {Method} method The API method.
* @param {TPayload} payload The payload data with which the API endpoint has been invoked.
* @param {AxiosResponse<TData>} axiosResponse The response returned from Axios.
* @returns {ApiResultObject... | Typescript |
Id then
v.isReq = true
break
end
end
elseif unionsRetList[i].errCode == Z.PbErrCode("ErrUnionFull") then
local unionId = unionsRetList[i].unionId
if self.allUnionDictData_[unionId] then
self.allUnionDictData_[unionId].baseInfo.num = self.allUnionDictData_[unionI... | Lua |
et(SkDoubleToScalar(dRect.fLeft), SkDoubleToScalar(dRect.fTop),
SkDoubleToScalar(dRect.fRight), SkDoubleToScalar(dRect.fBottom));
}
void SkPathOpsBounds::setLineBounds(const SkPoint a[2]) {
setPointBounds(a[0]);
add(a[1]);
}
void SkPathOpsBounds::setQuadBounds(const SkPoint a[3]) {
SkDQuad qua... | C++ |
zation singletons.
*
* @return the resolved singleton instance
*/
private Object readResolve() {
return getInstance(iLowerLimit, iUpperLimit);
}
/**
* Compares this comparator to another.
*
* @param object the object to compare to
* @return true if equal
*... | Java |
jsr print_str_
.byte str
.ifnblank str2
.byte str2
.endif
.byte 0
.endmacro
print_str_:
sta print_temp_
pla
sta addr
pla
sta addr+1
jsr inc_addr
jsr print_str_addr
lda print_temp_
jmp (addr)
; Prints string at addr and leaves addr pointing to
; byte AFTER zero terminator.
; Preserved: A, X, Y... | Assembly |
Zbqryki,%function
b_tyYvtugZbqryki:
nop
.text
.globl b_tyGrkRaisi
.type b_tyGrkRaisi,%function
b_tyGrkRaisi:
nop
.text
.globl b_tyQrcguEnatrkBRF
.type b_tyQrcguEnatrkBRF,%function
b_tyQrcguEnatrkBRF:
nop
.text
.globl b_tyQenjGrkfiBRF
.type b_tyQenjGrkfiBRF,%function
b_tyQenjGrkfiBRF:
nop
.text
.globl b_tyTrgSvkrqiBRF
.... | Assembly |
<li><a href="/sport/fussball/borussia-moenchengladbach" class="" target="_self" rel="">Borussia</a></li>
<li><a href="/sport/fussball/1-bl-liveticker" class="" target="_self" rel="">1. Bundesliga Liveticker</a></li>
<li><a href="/sport/fussball/fortuna-koeln" class="" target="_self" rel="">Fortuna Köln</a></li>
<li><a... | HTML |
f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(1... | CSS |
</div>
</div>
<style>
.modal-container {
overflow: hidden;
padding: 48px 10px;
width: 100%;
}
.modal-container .donation-box-container {
background-color: #fff;
}
.close-btn {
background-color: transparent;
border: none;
box-shadow: none;
float: right;
}
.close-btn:f... | HTML |
un, 13 Jul 2025 10:23:44 GMT
### Patches
- fix theme init failed issue (cqc@cuiqingcai.com)
## 3.2.0
Sun, 13 Jul 2025 10:08:48 GMT
### Minor changes
- refine new styles for models (cqc@cuiqingcai.com)
## 3.1.0
Sun, 13 Jul 2025 08:55:55 GMT
### Minor changes
- refine mj style and layout (cqc@cuiqingcai.com)
#... | Markdown |
https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>>) -> &mut <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a></code></span></td><td><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='https://doc.rust-lang.org/nightly/src/a... | HTML |
import mindustry.Vars;
import mindustry.entities.bullet.*;
import mindustry.type.*;
import mindustry.world.*;
import mindustry.world.blocks.defense.turrets.*;
import mindustry.world.blocks.environment.*;
import mindustry.world.blocks.production.*;
import mindustry.world.blocks.units.*;
import mindustry.world.consumers... | Java |
}
} // fin de classeimport { User } from "./user";
import { v4 as uuidv4 } from 'uuid';
export class Room {
private users: Map<string, User>;
private config: RoomConfig;
private uuid: string;
constructor(config: RoomConfig, uuid: string) {
this.config = config;
this.uuid = uuid;
}... | Typescript |
CSV")): {
Path: GetTestFilePath("table1.csv"),
Delimiter: ',',
NoHeader: false,
Encoding: text.UTF8,
LineBreak: text.LF,
ForUpdate: true,
},
},
},
Logs: fmt.Sprintf("2 records inserted on %q.\n", GetTestFilePath("table1.csv")),
},
{
Input: parser.UpdateQuery{
Table... | Go |
_THE_SERPENT,
},
[211395] = { -- Battle Spear of the Thunder King
[objectKeys.name] = 'Battle Spear of the Thunder King',
[objectKeys.spawns] = {[zoneIDs.VALE_OF_ETERNAL_BLOSSOMS] = {{21.4,19.79}}},
[objectKeys.zoneID] = zoneIDs.VALE_OF_ETERNAL_BLOSSOMS,
},
... | Lua |
# -*-coding:utf-8-*-
class train_valid_test_fold:
train_fold = ['2iD-tVS8NPw', '8d-gEyoeBzc', 'Qr1Ca94K55A', 'Ci-AH39fi3Y', '8qrpnFRGt2A', 'Bfr499ggo-0',
'QN9ZIUWUXsY', '9T9Hf74oK10', '7JsX8y1ysxY', '1iG0909rllw', 'Oz06ZWiO20M', 'BioHAh1qJAQ',
'9c67fiY0wGQ', 'Iu2PFX3z_1s', 'Nzq8... | Python |
4] -> Evil Server # Then it sends a HTTP GET request as nothing wrong happened
```
Suricata IDS < 4.0.4 is prone to this issue: HTTP or Stream-TCP signatures will not alert on the injected content.
We do not see any alerts on an evil http response data if we apply the following signatures against PoC network... | Markdown |
import logging
import time
from datetime import datetime
from typing import Any
# DO NOT USE mutable default arguments
# Mutable default arguments are evaluated only once when the module is loaded
# This means that the default argument is shared between all calls to the function
def append_to(element: int, to: list[... | Python |
one",
},
},
}
local theme = {
moon_eclipse,
moon_penumbra,
moon_umbra,
}
return theme
end
function M.get_light_themes(fluo_color)
local sun_eclipse = {
name = "sun-eclipse",
config = {
theme = {
style = "light",
},
colors = {
mode = "default",
... | Lua |
today at end of day (23:59) in UTC
val todayEndOfDay = LocalDateTime.now(ZoneId.of("UTC"))
.withHour(23)
.withMinute(59)
.withSecond(59)
.withNano(0)
val timestamp = todayEndOfDay.toEpochSecond(ZoneOffset.UTC)
// When
val result = datePro... | Kotlin |
K_STATUS_BAR_ICON")
val meizuFlags =
WindowManager.LayoutParams::class.java.getDeclaredField("meizuFlags")
darkFlag.isAccessible = true
meizuFlags.isAccessible = true
val bit = darkFlag.getInt(null)
var value = meizuFlags.getInt(lp)
value = if (darkIcon) {
... | Kotlin |
attenedUser extends FlattenedBase {
bot: boolean;
username: string;
discriminator: string;
avatar: string | null;
}
export interface FlattenedRole extends FlattenedBase {
id: string;
guildID: string;
name: string;
color: number;
hoist: boolean;
rawPosition: number;
permissions: number;
managed: boolean;
... | Typescript |
tring space high byte
BCS LAB_D501 ; skip decrement if no underflow
DEY ; decrement bottom of string space high byte
LAB_D501
CPY LAB_32 ; compare with end of arrays high byte
BCC LAB_D516 ; do out of memory error if less
BNE LAB_D50B ; if not = skip next test
CMP LAB_31 ; compare with end of arrays lo... | Assembly |
e()
.GetMember(enumString, BindingFlags.DeclaredOnly | BindingFlags.Static | BindingFlags.Public)
.FirstOrDefault()?.Name;
if (string.IsNullOrEmpty(memberName))
{
if (!AllowIntegerValues)
throw new JsonSerializationException($"I... | C# |
allocated 68000s
struct SekExt *SekExt[SEK_MAX] = { NULL, }, *pSekExt = NULL;
INT32 nSekActive = -1; // The cpu which is currently being emulated
INT32 nSekCyclesTotal, nSekCyclesScanline, nSekCyclesSegment, nSekCyclesDone, nSekCyclesToDo;
INT32 nSekCPUType[SEK_MAX], nSekCycles[SEK_MAX], nSekIRQPending[SEK_MA... | C++ |
Queue<PollerEvent> events =
new SynchronizedQueue<>();
private volatile boolean close = false;
private long nextExpiration = 0;//optimize expiration handling
/**
* 用于记录唤醒的Channel的个数来判断获取channel的方式。
*/
private AtomicLong wakeupCounter = new AtomicLong(0)... | Java |
next rules.",{node:a}):s?n="autoplace":o?n=!0:n=/on/i.test(a.text)}}),n!==void 0&&(r=n)}if(e.type==="atrule"&&e.name==="supports"){let n=e.params;n.includes("grid")&&n.includes("auto")&&(r=!1)}if(!e.nodes||r===null)if(e.parent){let n=this.gridStatus(e.parent,t);e.parent._autoprefixerSelfDisabled===!0?r=!1:r=n}else typ... | CSS |
13,14,15,16,17,18,19,20,21,22,23,24,25,45,46,47,48,-1
scr6b move.l a0,sctptrb
mulu.w #100,d6
lea.l font(pc),a6
add.w d6,a6
screxb move.b d3,scdatab
move.l a6,scdat2b
dbra.w d7,scr2b
rts
intscrb move.l #text2,sctptrb
clr.l d7
clr.b d3
bra.w scr4b
colours dc.w $200,$20,$300,$30,$400,$40,$500,$50,$600,$60,... | Assembly |
// Test the scan-symbol-section directive.
// { dg-do preprocess }
// The .section directive changes the section for all following symbols.
.section .text
// { dg-final { scan-symbol-section "dg-scan-symbol-section-exp-P.i" {^_test_function_1$} {^\.text$} } }
_test_function_1:
// { dg-final { scan-symbol-section ... | Assembly |
CON+NEW%2FSEALED&ssPageName=SRCH%3ACMPL%3AVS&_fis=2&_id=200562211556&_isid=0&_sibeleafcat=163866">View similar active items</a><span class="vbar g-nav"> | </span><a href="http://cgi5.ebay.com/ws/eBayISAPI.dll?SellLikeItem&item=200562211556&ssPageName=STRK:MEWN:LILTX">Sell one like ... | HTML |
are.com/ajax/libs/font-awesome/5.12.1/css/v4-shims.min.css" integrity="sha256-wZjR52fzng1pJHwx4aV2AO3yyTOXrcDW7jBpJtTwVxw=" crossorigin="anonymous"><!-- bootstrap-toc --><script src="https://cdn.rawgit.com/afeld/bootstrap-toc/v1.0.1/dist/bootstrap-toc.min.js"></script><!-- headroom.js --><script src="https://cdnjs.clou... | HTML |
.populate(["user"])
.limit(limit)
.skip(startIndex)
.exec();
return res.json(results);
};
filterUsers = (req: any, res: express.Response) => {
const startAge = req.query.startAge;
const endAge = req.query.endAge;
const pets = req.query.pets;
const badHabits = req.query.badHab... | Typescript |
really the whole idea behind typemaps--they simply
let you insert arbitrary code into different parts of the generated
wrapper functions. Because arbitrary code can be inserted, it possible
to completely change the way in which values are converted.</P>
<H3><A name="Typemaps_nn5">11.1.3 Pattern matching</A></H3>
<P... | HTML |
/**
* Сортировка массива объектов
* @param {[]} elements Сортируемый массив
* @param {string} field Поле по которому производится сортировка
* @param {boolean} descendingOrder Флаг сортировки по убыванию
* @returns Отсортированный массив
*/
export const sortElement = (elements, field, descendingOrder) => {
... | Typescript |
tle="点击放大" src="https://steamuserimages-a.akamaihd.net/ugc/5098669332636718825/AAC1191AD3A48EA0CA3677934FE7C038FE852BC7/" alt="" width="650" /></a></div><div class="dAnim"><a href="https://steamuserimages-a.akamaihd.net/ugc/5098669332636718926/ECC81AB159C29C58376ACD234B1314AA279FFEAD/" class="highslide-image" onclick="... | HTML |
fa90d7fd88c',1,'arm_rms_f32(float32_t *pSrc, uint32_t blockSize, float32_t *pResult): arm_rms_f32.c'],['../group___r_m_s.html#ga0e3ab1b57da32d45388d1fa90d7fd88c',1,'arm_rms_f32(float32_t *pSrc, uint32_t blockSize, float32_t *pResult): arm_rms_f32.c']]],
['arm_5frms_5ff32_2ec',['arm_rms_f32.c',['../arm__rms_... | JavaScript |
YfASosOkEBGC BCMD0aZgAjBi. . ICIz 8AJxUcIzgTC wBvH iE/FwE. . 5GQ Q4H34sOyM1ew QANiQaAV 4WJiZmfiI1N wsgDhQmBQ kRKgIoNxIFM. . DMKPQUUaRcMf xI9KwAzM xdVIyUPFA. . AkIW YhA Ag4PhU. . BNxEQOmgbD AQcYBwF XRYjJgIOPC okHwEQO joFGTwPDD knBRc0Q zc7E. . y5oOQN/Z ispLiM1F yAgI x4HYzA8Z AwzNF46JgE ZMwcnay0BNDI. . NLR M5IDo mPCwHI0M... | HTML |
sw $v0, %lo(g_Spyro)($at)
/* 1E043F0 8007CE28 0880023C */ lui $v0, %hi(g_Spyro + 0x1F)
/* 1E043F4 8007CE2C 778A4290 */ lbu $v0, %lo(g_Spyro + 0x1F)($v0)
/* 1E043F8 8007CE30 0780013C */ lui $at, %hi(D_800777E8 + 0x40)
/* 1E043FC 8007CE34 287824AC */ sw $a0, %lo(D_800777E8 + 0x4... | Assembly |
ify":"Змінити","btnUp":"Вгору","btnDown":"Вниз","btnSetValue":"Встановити як обране значення","btnDelete":"Видалити"},"textarea":{"title":"Властивості текстової області","cols":"Стовбці","rows":"Рядки"},"textfield":{"title":"Властивості текстового поля","name":"Ім'я","value":"Значення","charWidth":"Ширина","maxChars":"... | JavaScript |
Address() : <a class="el" href="classsf_1_1IpAddress.html#a5c5cbf67e4aacf23c24f2ad991df4c55">sf::IpAddress</a></li>
<li>getRadius() : <a class="el" href="classsf_1_1CircleShape.html#aa3dd5a1b5031486ce5b6f09d43674aa3">sf::CircleShape</a></li>
<li>getReadPosition() : <a class="el" href="clas... | HTML |
1px var(--newCommunityTheme-postIcon);z-index:2}._3joKifdh6j3tG_vsgFS85R{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.bE7JgM2ex7W3aF3zci5bm{overflow:hidden;position:relative}@media (min-width:640px){.bE7JgM2ex7W3aF3zci5bm{padding-left:40px}}.FeLWdhOO-cVXowAo3Rndk{overflow:hidde... | HTML |
s, text-shadows, and box-shadows. Useful for CSS debugging,
* non-performant browsers, or minimalist designs.
*/
/**
* @var {boolean} $include-border-radius
* Optionally disable all border-radius. Useful for CSS debugging, non-performant browsers, or minimalist designs.
*/
/**
* @var {boolean} $basic-slider
* Op... | CSS |
eing
// invalid for the current task. Lucky for us `rust_swap_registers`
// is a C function so we don't have to worry about that!
match in_context.stack_bounds {
Some((lo, hi)) => record_stack_bounds(lo, hi),
// If we're going back to one of the origin... | Rust |
,
inst:JSArray<dynamic>,
inst:JSExtendableArray<dynamic>,
inst:JSFixedArray<dynamic>,
inst:JSMutableArray<dynamic>,
inst:JSUnmodifiableArray<dynamic>]
*/
testLocalFunctionGet() {
localFunction() {}
localFunction;
}
/*member: testClosure:
static=[
_setArrayType(2),
def:<anonymous>],
type=[
inst:Fu... | Dart |
1c-827a-771fcb4245ed&userid=21d28e8a-4af8-47c7-913c-d4194e0a7664" rel="self">
</link>
<link href="https://qs.renovations.com:444/communities/service/atom/community/invites?communityUuid=39628baa-7949-4d1c-827a-771fcb4245ed&userid=21d28e8a-4af8-47c7-913c-d4194e0a7664" rel="edit">
</link>
<link hr... | HTML |
.grid-template-columns(@cmp-examples-structure-aside-width-l 1fr);
.grid-template-rows(@cmp-examples-spacing-9 1fr auto);
}
}
.cmp-examples-structure__header {
left: auto;
height: @cmp-examples-structure-header-height-l;
border-bottom: 0;
padding: @cmp-ex... | CSS |
addl %ecx, %ecx
movl %ecx, MemSpeedx2
movl Map(, %eax, 4), %eax
cmpl $18, %eax /* MAP_LAST */
jb .SPCSpecial
andl $0xffff, %edx
movl %eax, PCBase
addl %edx, %eax
movl %eax, PC
ret
.align 4
.SPCSpecial:
jmp *.SPCJmpTable(, %eax, 4)
.data
.align 4
.SPCJmpTable:
.long .SPCPPU /* MAP_PPU */
.long .SPCCP... | Assembly |
doc.rust-lang.org/1.73.0/core/ops/arith/trait.Mul.html#tymethod.mul">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Mul%3CBigInt%3E-for-%26BigInt" class="impl"><a class="src rightside" href="../src/num_bigint/bigint/multiplication.rs.html#39-44">... | HTML |
转,进一步发展我国的社会主义 事业,具体地说,就是要争取农业生产有一个好收成,工业生产稳步上升,市场供应继续有所改善,人民生活特别是广大职工的生活能略有改善。
</p>
<p>
一九六三年国民经济计划草案的总的轮廓是这样的:农业总产值增长百分之八点五,工业总产值增长百分之五点七,其中生活资料总产值增长百分之七点二,生产资料总 产值增长百分之四点四。根据生产的状况,国家财政收入将达到三百二十七亿元,增长百分之九。基本建设投资安排为七十七亿一千万元,比一九六二年增长百分之 二十八点五。社会商品零售总额安排为五百六十三亿元,比一九六二年略有增长。
</p>
<p>
农业生产增长百分之八点五,实现这个指标,就要增... | HTML |
word _pagesused ! dv_pages
.word _scbsync ! dv_scbsync
.word 0
/*
* Debugger entry point.
* First we must figure out if we are running in correctly adjusted
* addresses. If so, we must have been called by debugged code
* and thus we just want to call the command interpreter. If not,
* then we continue to run ... | Assembly |
s a new instance of the <see cref="DeviceNotReadyException"/> class.</summary>
public DeviceNotReadyException() : base(string.Format(CultureInfo.InvariantCulture, "{0}.", ErrorText), ErrorCode)
{
}
/// <summary>[AlphaFS] Initializes a new instance of the <see cref="DeviceNotReadyException"/> c... | C# |
star = star.toContain.inOrder.only.entries(null, {}, null)
list = list.toContain.inOrder.only.entries({}, {}, report = { })
nList = nList.toContain.inOrder.only.entries({}, {}, report = { })
subList = subList.toContain.inOrder.only.entries({}, {}, report = { })
star = star.toCon... | Kotlin |
"github.com/celzero/firestack/intra/protect"
"golang.org/x/net/proxy"
)
// rdials is a union type for protect.RDial, net.Dialer, tls.Dialer
type rdials interface {
*protect.RDial | *protect.RDialer | *tls.Dialer | *proxy.Dialer
}
// rconns is a union type for net.UDPConn, net.TCPConn, icmp.PacketConn, net.TCPList... | Go |
type-library:
req.lib:
req.dll:
req.irql:
targetos: Windows
req.typenames: IP_ADDRESS_STRING, *PIP_ADDRESS_STRING, IP_MASK_STRING, *PIP_MASK_STRING
req.redist:
ms.custom: 19H1
f1_keywords:
- PIP_ADDRESS_STRING
- iptypes/PIP_ADDRESS_STRING
- IP_ADDRESS_STRING
- iptypes/IP_ADDRESS_STRING
dev_langs:
- c++
topic_... | Markdown |
s":[],"length":0,"stats":{"Line":8286623314361712688},"fn_name":null},{"line":51,"address":[],"length":0,"stats":{"Line":8286623314361714116},"fn_name":null},{"line":52,"address":[],"length":0,"stats":{"Line":8286623314361715592},"fn_name":null},{"line":53,"address":[],"length":0,"stats":{"Line":8286623314361712640},"f... | HTML |
D05D384BB9A3A072CA114_il2cpp_TypeInfo_var))->get_k_SearchedAssets_1();
HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4(L_10, /*hidden argument*/HashSet_1_Clear_mD296E7574294C9B883B9C6BB1450A2C5D7E11EA4_RuntimeMethod_var);
}
IL_0040:
{
// k_SearchedAssets.Add(spriteAsset.instanceID);
IL2CPP_RUNTIME_CL... | C++ |
*blockSize)
h := sha512.New()
h.Write(password)
shapass := h.Sum(nil)
shasalt := make([]byte, 0, sha512.Size)
cnt, tmp := make([]byte, 4), make([]byte, blockSize)
for block := 1; block <= numBlocks; block++ {
h.Reset()
h.Write(salt)
cnt[0] = byte(block >> 24)
cnt[1] = byte(block >> 16)
cnt[2] = byte(b... | Go |
asum</code></td>
<td><em><code>real (sum (v)) + imag (sum (v))</code></em></td>
<td><em>sum re(x<sub>i</sub>) + sum im(x<sub>i</sub>)</em></td>
<td>Computes the sum of elements of a complex vector.</td>
</tr>
<tr>
<td><code>_nrm2</code></td>
<td><code>norm_2 (x)</code></td>
<td><em>sqrt (sum
|x</em><sub><em>i</em></sub... | HTML |
){return c.advanceIfRegExp(/^[_:\w][_:\w-.\d]*/).toLowerCase()}function m(e,t,n){return u=t,d=e,r=n,t}function f(){var e,t=c.pos();if(c.eos())return m(t,Te.EOS);switch(h){case ke.WithinComment:return c.advanceIfChars([Ue,Ue,De])?(h=ke.WithinContent,m(t,Te.EndCommentTag)):(c.advanceUntilChars([Ue,Ue,De]),m(t,Te.Comment)... | JavaScript |
using System;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
namespace Mediator.Tests.Pipeline.ExceptionHandling;
public class MultipleHandlerTests
{
[Fact]
public async Task Test_ExceptionHandler()
{
var (sp, mediato... | C# |
e Mail Chest - Mail_Common_A_02 - Blue",
[54751] = "銀鱗護胸",
[54755] = "拋光鱗甲外衣",
[54757] = "雙鏈外套",
[54759] = "Art Template Mail Chest - Mail_Common_A_03 - Black",
[54760] = "Art Template Mail Legs - Mail_Common_A_02 - Blue",
[54761] = "Art Template Mail Wrist - Mail_Common_A_02 - Blue",
[54762] = "Art Template Mail Hands... | Lua |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.