content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
movq %r8, 8(%rdi)
movbeq 40(%r9), %rax
movbeq 32(%r9), %r8
movq %rax, 16(%rdi)
movq %r8, 24(%rdi)
movbeq 24(%r9), %rax
movbeq 16(%r9), %r8
movq %rax, 32(%rdi)
movq %r8, 40(%rdi)
movbeq 8(%r9), %rax
movbeq (%r9), %r8
movq %r... | Assembly |
Options = {
{
Name = 'pay_payment',
Icon = 'fas fa-paw-claws',
Label = 'Tickle Kitty',
EventType = 'Client',
EventName = 'mercy-misc/client/foodchain/uwu/pat',
... | Lua |
tokens.refreshToken,
clientId = BuildConfig.AUTH_CLIENT_ID
)
}
} catch (e: Exception) {
// Ignore API failure
}
tokens = Tokens()
return true
} catch (e: SecureStorageError) {
... | Kotlin |
if (event.addToHistory) mc.inGameHud.chatHud.addToMessageHistory(event.message)
UChat.chat("$failPrefix §cYou did not specify the correct amount of arguments for this alias!")
}
} else {
val candidate = event.message.substring(1).trim()
... | Kotlin |
tures This is a general purpose API that checks signatures against accounts for an arbitrary sha256 hash using the existing authority structures. Query Parameters JSON { "hash": "0000000000000000000000000000000000000000000000000000000000000000", "signatures": [], "required_owner"... | HTML |
U8(0), idx, idx)
// Allocate registers for result.
entrysize := int(sizes.Sizeof(repr.Type()))
octowords := entrysize / 16
c.Comment("Initialize result.")
r := []reg.Register{}
for i := 0; i < octowords; i++ {
r = append(r, c.XMM())
c.PXOR(r[i], r[i])
}
// Allocate temp registers for loading into.
t := ... | Go |
',
[764894748] = 'po1_05_ground04_o3',
[-1700742646] = 'po1_05_ground04',
[1526159168] = 'po1_05_ground05_o2',
[1752035885] = 'po1_05_ground05_o3',
[902226968] = 'po1_05_hiway',
[1268833003] = 'po1_05_judesbit',
[-400144801] = 'po1_05_mainbridge',
[481853201] = 'po1_05_mainbridge2',
[-1716501234] = 'po1_05_new... | Lua |
ins 流程
对于Android项目来说,你可以理解为它可以定期的拉取代码,然后打包你的应用,并且执行一些特定的任务,例如打包之后运行单元测试、压力测试、UI自动化测试、上传到fir.im 上等。Jenkins的执行流程大致如图 1-1 所示 :

图 1-1
Jenkins测试任务的执行步骤:
1. 获取最新代码(通过将github作为代码仓库)
3. 运行测试任务
4. 将测试报告通过邮件的形式发给相关人员
## Monkey 测试
1. 通过 gradle 执行 `./gradlew assembleMon... | Markdown |
in hydra.ext.python.syntax">TPrimary.Visitor</a><<a href="hydra/ext/python/syntax/TPrimary.Visitor.html" title="type parameter in TPrimary.Visitor">R</a>></td>
<th class="colLast" scope="row"> </th>
</tr>
<tr id="i4887" class="rowColor">
<td class="colFirst"><a href="hydra/ext/python/syntax/TPrimaryAndArgum... | HTML |
AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
import 'package:flutter/material.dart';
class SpeakerSwitchButton extends StatelessWidget {
const SpeakerSwitchButton({
... | Dart |
String thumbLink,
'media_filename': String filename,
'safe_media_hash': String md5,
'media_w': String width,
'media_h': String height,
'media_size': String size,
} && ({
'media_link': String link
} || {
'remote_media_link': String link
})
}) {
final serverFilenameParts = media... | Dart |
378 2.218 2.735 2.657 1.26.407 2.576.599 3.899.612 3.826.04 7.152.052 11.586.063.746.002 1.493-.059 2.217-.24 1.667-.42 2.651-1.454 2.932-3.049.51-4.256.205-11.766-.162-12.863M8.456 20.328c-1.424.002-2.946-.058-4.425-.423-.595-.147-1.02-.318-1.361-.55l7.34-6.784q.414.45.832.897c.616.654 1.221.707 1.903.168.387-.302.734... | CSS |
F = new TPM_RC(0xF00, _N.F),
N_MASK = new TPM_RC(0xF00, _N.N_MASK),
TSS_TCP_BAD_HANDSHAKE_RESP = new TPM_RC(0x40280001, _N.TSS_TCP_BAD_HANDSHAKE_RESP),
TSS_TCP_SERVER_TOO_OLD = new TPM_RC(0x40280002, _N.TSS_TCP_SERVER_TOO_OLD),
TSS_TCP_BAD_ACK = new TPM_RC(0x40280003, _N.TSS_TCP_BA... | Java |
#include <stdlib.h>
int main()
{
int a;
__CPROVER_assume(a < 100);
__CPROVER_assume(a > -100);
__CPROVER_assume(a != 0);
// Simple algebraic identities - expected to drive the SMT backend
__CPROVER_assert(a + a == a * 2, "a plus a always equals two times a");
__CPROVER_assert(a - a == 0, "a minus a alwa... | C |
send(c);
}
// set the font (use combinations of TERMAIN_FONT_x
void Terminal::setFont(uint8_t c)
{
send(TERMINAL_SET_FONT);
send(c);
}
// Set the cursor location
void Terminal::setCursor(uint8_t column, uint8_t row)
{
setColumn(column);
setRow(row);
}
// Set location to a given column
void Terminal::setCo... | C++ |
winter_orb_%"
}
},
[618]={
[1]={
[1]={
limit={
[1]={
[1]="#",
[2]="#"
}
},
text="This Skill is Triggered at the Final Burst Location of Glacial Cascade"
}
},
stats={
[1]="chance_to_trigger_level_20_ice_nova_on_final_burst_of_glacial_cascade_%"
}
},
[619]={
[1]=... | Lua |
LOG.debug("Saving coverage for file: {}", coverage.getInputFile());
CoverageUtils.saveCoverage(context, coverage);
LOG.debug("Successfully saved coverage");
} catch (Exception e) {
LOG.error("Failed to save coverage", e);
}
}
LOG.debug("Processed LCOV coverage reports")... | Java |
:= 0; iters < 1000; iters++ {
// keep proposing new values and killing leader
for i := 1; i <= 5; i++ {
if nodes[uint64(i)] != nil {
id := strconv.Itoa(iters)
_, err := raftutils.ProposeValue(t, nodes[uint64(i)], ShortProposalTime, id)
if err == nil {
pIDs = append(pIDs, id)
// if propose... | Go |
r according to the attributes given in "OrderBy" in lexicographic order
#ifdef USE_OPENMP
if (GetMP()) {
QSortPar(ValidRows, OrderByTypes, OrderByIndices, Asc);
} else {
#endif
QSort(ValidRows, 0, NumRows-1, OrderByTypes, OrderByIndices, Asc);
#ifdef USE_OPENMP
}
#endif
// debug
//for(int i = 0; i < V... | C++ |
mber": 14,
"verse_number": 25,
"content":
"അതിന്റെ രക്ഷിതാവിന്റെ ഉത്തരവനുസരിച്ച് അത് എല്ലാ കാലത്തും അതിന്റെ ഫലം നല്കിക്കൊണ്ടിരിക്കും. മനുഷ്യര്ക്ക് അവര് ആലോചിച്ച് മനസ്സിലാക്കുന്നതിനായി അല്ലാഹു ഉപമകള് വിവരിച്ചുകൊടുക്കുന്നു."
},
{
"surah_number": 14,
"verse_number": 26,
"content":
... | Dart |
/******************************************************************************
* $Id: tr-window.h 13625 2012-12-05 17:29:46Z jordan $
*
* Copyright (c) Transmission authors and contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated document... | C |
-32c-8.8 0-16-7.2-16-16v-32zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16v-32c0-8.8 7.2-16 16-16zm224 416c79.5 0 144-64.5 144-144s-64.5-144-144-144-144 64.5-144 144 64.5 144 144 144zm59.3-180.7L518.6 368l36.7 36.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L496 390.6l-36.7 36.7c-6.2 6.2-16.4 ... | Dart |
});
describe('feedback rules', () => {
let colRef: CollectionReference;
let docRef: DocumentReference;
const mockFeedback = {
contentRating: 5,
styleRating: 5,
comment: '',
};
const mockData = {
'sessions/1': {
title: 'Awesome Stuff',
},
'sessions/1/fe... | Typescript |
from sudoku_validator import validate_sudoku
def test_valid_sudoku():
board = [
[5,3,4,6,7,8,9,1,2],
[6,7,2,1,9,5,3,4,8],
[1,9,8,3,4,2,5,6,7],
[8,5,9,7,6,1,4,2,3],
[4,2,6,8,5,3,7,9,1],
[7,1,3,9,2,4,8,5,6],
[9,6,1,5,3,7,2,8,4],
[2,8,7,4,1,9,6,3,5],
... | Python |
o', 'DECIMAL(5,2)'),
('foreign_holding_shares', 'BIGINT'),
('broker_id', 'VARCHAR(10)'),
('broker_name', 'VARCHAR(100)'),
('buy_amount', 'DECIMAL(15,2)'),
('sell_amount', 'DECIMAL(15,2)'),
('net_amount', 'DECIMAL(15,2)')
... | Python |
izing: border-box;
box-sizing: border-box; }
.el-drawer.ltr, .el-drawer.rtl {
height: 100%;
top: 0;
bottom: 0; }
.el-drawer.ttb, .el-drawer.btt {
width: 100%;
left: 0;
right: 0; }
.el-drawer.ltr {
left: 0; }
.el-drawer.rtl {
right: 0; }
.el-drawer.ttb {
top: 0; }
.e... | CSS |
_C {
static void function(SendPort port) {
port.send("_YES");
}
static void _function(SendPort port) {
port.send("_PRIVATE");
}
}
void spawnTest(name, function, response) {
print(name);
ReceivePort r = new ReceivePort();
Isolate.spawn(function, r.sendPort);
asyncStart();
r.listen((v) {
... | Dart |
momentum bajista
elif williams_r < -65:
williams_r_score = 25 # Momentum bajista
else:
williams_r_score = 50
scores['williams_r'] = williams_r_score
# 17. Money Flow Index (14 períodos) - Flujo de dinero
mfi = CoreProbabilisticPredictor3m.safe_f... | Python |
.Lf31
.Lf40:
cmp r0, #16777216
add r1, r1, r3
bcs .Lf41
cmp lr, r9
mov r0, r0, asl #8
beq .Lf18
ldrb r3, [lr], #1 @ zero_extendqisi2
orr r6, r3, r6, asl #8
.Lf41:
ldrh r3, [r8, r4]
mov r2, r0, lsr #11
mul ip, r3, r2
rsb r2, r3, #2048
cmp r6, ip
sub r5, r3, r3, lsr #5
add r3, r3, r2, asr #5
strcch r3, [r... | Assembly |
docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="docum... | HTML |
);
var polygon_d56c4a6670c04a91a6f70e205fc19f2c = L.polygon(
[[51.504546861215886, -0.09587983773095674], [51.50440690951906, -0.09617860045569891], [51.504157331553095, -0.09611679779088572], [51.50404770570431, -0.09575623559908863], [51.504187656982154, -0.09545747480334334... | HTML |
"介面選項"
L["INTERRUPTED"] = "被打斷"
L["ITEM_BIND_QUEST"] = "任務物品"
L["ITEMS"] = "物品"
L["KEY_BINDINGS"] = "按鍵設定"
L["LANGUAGE"] = "語言"
L["LEAVE_VEHICLE"] = "離開載具"
L["LEVEL"] = "等級"
L["LOCK_ACTIONBAR_TEXT"] = "鎖定快捷列"
L["LOOT"] = "拾取"
L["MACROS"] = "巨集設定"
L["MAIL_LABEL"] = "郵件"
L["MANA"] = "法力"
L["MAP_FADE_TEXT"] = "移動時淡化地圖"
L... | Lua |
" to "French",
"es" to "Spanish"
)
val table = map.toTable(headers("code", "language"))
table shouldBe table(
headers("code", "language"),
row("fr", "French"),
row("es", "Spanish"),
)
}
val languagesTable = table(
... | Kotlin |
",
"xfob000111391",
"xfxd83pqrt9P9FQRT54",
"xgykwlfq",
"xiaosadanbaimeilan",
"xkars627",
"xkars62710",
"xkarsyn062710tara",
"xkcddc3?",
"xmblmbmlb1",
"xnrr5376",
"xohebavan",
"xperiax2",
"xpressmusic",
"xr94HKL$KLH2",
"xs4njnets1515",
"xsw2ZAQ!",
"xxFyre32p2!",
"xxFyre43p2!",
"xxjw... | JavaScript |
29em}.aui-root .prose code{color:#1a202c;font-weight:600;font-size:.875em}.aui-root .prose code:after,.aui-root .prose code:before{content:"`"}.aui-root .prose a code{color:#1a202c}.aui-root .prose pre{color:#edf2f7;background-color:#1a202c;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;m... | CSS |
expect(tree.queryPoint(1960), [first]);
expect(tree.queryPoint(1980), [first, second]);
expect(tree.queryPoint(2020), [second]);
expect(tree.queryPoint(2030), isEmpty);
expect(tree.queryInterval(Interval(1900, 1950)), [first]);
expect(tree.queryInterval(first), unorderedEquals([first... | Dart |
(";", ")xyz limit 0;");
test(query);
}
private void testLimitZero(String fileName) throws Exception {
String query = getFile(fileName);
testLimitZeroQuery(query);
}
@Test
public void tpch01() throws Exception {
testLimitZero("queries/tpch/01.sql");
}
@Test
public void tpch02() throws ... | Java |
n srcVMArg
FPR srcVMArg; // scratch fpr
if (nextVMArgFloatReg <= LAST_VOLATILE_FPR.value()) {
srcVMArg = FPR.lookup(nextVMArgFloatReg);
nextVMArgFloatReg++;
} else {
srcVMArg = FIRST_SCRATCH_FPR;
// VM float reg is in spill area
i... | Java |
function MoveCharsLeft:activate()
local function _inner_update()
local line = utility.construct_words_line()
utility.set_buffer_to_rectangle_with_line(line)
local cursor_pos = vim.api.nvim_win_get_cursor(0)
local new_y = cursor_pos[2] - self.counter
self.cursor_target = { cursor_pos[1], new_y }
utility.con... | Lua |
we calculate the stride and allocate enough memory for the pixels.
channels = bits / 8;
stride = channels * width;
pImageData->data = ((unsigned char*)malloc(sizeof(unsigned char)*stride*height));
// Load in all the pixel data line by line
for(int y = 0; y < height; y++)
{
// Store a pointer to ... | C++ |
/*
* Copyright (C) 2015-2023 Marco Bortolin
*
* This file is part of IBMulator.
*
* IBMulator 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, either version 3 of the License, or
* (at your option) any... | C |
{{"", "10", "5"}, 0.43},
{{"", "10", "6"}, 0.41},
{{"", "10", "7"}, 0.37},
{{"", "10", "8"}, 0.37},
{{"", "10", "9"}, 0.41},
{{"", "10", "11"}, 0.41},
{{"", "10", "12"}, 0.39},
{{"", "11", "1"}, 0.34},
{{"", "11", "2"}, 0.43},
{{"", "11", "3"}, 0.4... | C++ |
iterate move.l (sp),\1
divu.w \2,\1 ; b=r/a
ext.l \1
add.l \1,\2 ; a=(b+a)/2
asr.l #1,\2
cmp.l \1,\2
bgt.s .\ | Assembly |
"""Faca umam funcao que receba a altura e o raio de um cilindro circular e retorne
o volume do cilindro. O volume de um cilindro circular e calculado por meio da
seguinte formula: V = π ∗ raio2 ∗ altura, onde π = 3.141592."""
def cilindo():
try:
pi = 3.141592
altura = float(input("digite a altura ... | Python |
吸一口气,决定尝试织一条毯子。
一周后,当毯子完成时,希瑟几乎要哭出来。毯子上的图案扭曲变形,本该是几何花纹的地方变成了奇怪的符号,整体呈现出一种诡异的流动感。然而奇怪的是,当她凝视这些"错误",内心却涌起一种奇特的满足感。
她拨通了韦伯先生的电话。
"太奇妙了!"韦伯先生在她的小公寓里展开毯子,双眼闪闪发光,"这正是我要找的东西!希瑟小姐,您拥有一种罕见的天赋。"
"天赋?"希瑟困惑地看着自己满是针眼的手指,"但这些全是织错的…"
"不,亲爱的,这不是错误。"韦伯先生神秘地压低声音,"这是一种古老的技艺——梦织术。编织者将自己的潜意识注入针线,创造出具有魔力的织物。"
希瑟嗤笑出声:"您真会开玩笑。"
韦伯先生没有解... | Markdown |
#!/usr/bin/env python
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "Li... | Python |
Malma 59.65 16.6
Malma 59.41667 13.2
Malma 59.26111 18.575
Malma 58.56667 13.45
Målma 58.15 16.75
Malma 57.78333 15.18333
Malm 58.86667 16.8
Mälltorp 57.56667 12.53333
Mällsjön 60.23333 15.43333
Mållongstuga 61.18333 15.76667
Mållongen 61.2 15.83333
Mållok 67.61667 18.86667
Mallgårds 57.68333 18.6
Mallgårds 57.3 18.28... | C# |
rm-recipe-4670-step-0-0" class="wprm-recipe-instruction" style="list-style-type: decimal;"><div class="wprm-recipe-instruction-text" style="margin-bottom: 5px"><span style="display: block;">In a bowl combine the Olive oil, Gia Garlic puree, Gia Sundried Tomato puree, dried mixed herbs and black pepper and place to one ... | HTML |
;
case ResourceType.BIT_16:
for (let i = 0; i < res.data.length; i += 4) {
const r = res.data[i];
const g = res.data[i + 1];
const b = res.data[i + 2];
const b1 = r >> 3 << 3;
const b2 = g >> 2 << 2;
const b3 = b >> 3 << 3;
... | Typescript |
;
}
return [result, index];
}
export function LWMA(arr: Float32Array): number {
// liner weighted moving average
var a = 0;
var b = 0;
var i = 0;
var j = arr.length - 1;
while(i < arr.length){
a += arr[i] * j;
b += j;
i++;
j--;
}
return a / b
}
export function all(arr:number[]|Floa... | Typescript |
svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1v10M8.25 1v10M1 3.75h10M1 8.25h10' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;--tw-bg-opacity:1;background-color:rgb(255 255 255/... | CSS |
cone. Default is 8<br />
heightSegments — Number of rows of faces along the height of the cone. Default is 1.<br />
openEnded — A Boolean indicating whether the base of the cone is open or capped. Default is false, meaning capped.<br />
thetaStart — Start angle for first segment, default = 0 (three o'clock positi... | HTML |
ounterIntegerList--;
}
core.int buildCounterIntegerMean = 0;
api.IntegerMean buildIntegerMean() {
final o = api.IntegerMean();
buildCounterIntegerMean++;
if (buildCounterIntegerMean < 3) {
o.count = buildSplitInt64();
o.sum = buildSplitInt64();
}
buildCounterIntegerMean--;
return o;
}
void checkIn... | Dart |
ación resolución: 07/11/22
* Dificultad: FÁCIL
*
* Enunciado: Crea una función que retorne el número total de bumeranes de un array de números
* enteros e imprima cada uno de ellos.
* - Un bumerán (búmeran, boomerang) es una secuencia formada por 3 números seguidos, en el que el
* primero y el último son iguale... | Kotlin |
c));
const m = const <Symbol, int>{#A: 0, #B: 1};
Expect.equals(1, m[#B]);
// Tries to call the symbol literal #a.toString
}
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can b... | Dart |
t *ptrtype // type of ptr to object (may be a heap pointer)
}
var finalizer1 = [...]byte{
// Each Finalizer is 5 words, ptr ptr INT ptr ptr (INT = uintptr here)
// Each byte describes 8 words.
// Need 8 Finalizers described by 5 bytes before pattern repeats:
// ptr ptr INT ptr ptr
// ptr ptr INT ptr ptr
... | Go |
.cache_mode = p_cache_mode;
load_task.use_sub_threads = p_thread_mode == LOAD_THREAD_DISTRIBUTE;
if (p_cache_mode == ResourceFormatLoader::CACHE_MODE_REUSE) {
Ref<Resource> existing = ResourceCache::get_ref(local_path);
if (existing.is_valid()) {
//referencing is fine
load_task.resource = existi... | C++ |
737A62C6AFA4A3B8167B738F856B0DEA")
public static final int ROUND_HALF_EVEN = 6;
@DSGeneratedField(tool_name = "Doppelganger", tool_version = "2.0", generated_on = "2013-12-30 12:56:36.103 -0500", hash_original_field = "A88EC5ED045AD3D66EE024D7473AD192", hash_generated_field = "C5A01DD93D79DC15583A8D0F0236E74E")
... | Java |
xt/javascript",s=r.getAttribute(y),s?i.setAttribute(y,s):(i.text=r[c],i.setAttribute("data-bing-script","1")),r.parentNode.replaceChild(i,r));for(h=_d.createDocumentFragment();f[v];)h[a](f[0]);n[a](h)}};var sj_ajax=function(n,t){function h(){i[u]=s;i.abort&&i.abort()}function o(n,t){typeof n=="function"&&n(t,{request:i... | HTML |
) {
var templateCounter = templateCounter
for (i in 0 until totalPaintings) {
val type = getType(i, m)
if (type == -1) {
paintingToTemplate[i] = -1
continue
}
var templateIndex = templateToIndex[type]
if (te... | Kotlin |
</details>
## Idea
A map is said to be **`k`-connected** if its
[fibers](foundation-core.fibers-of-maps.md) are
[`k`-connected types](foundation.connected-types.md).
## Definitions
### Connected maps
```agda
is-connected-map-Prop :
{l1 l2 : Level} (k : 𝕋) {A : UU l1} {B : UU l2} → (A → B) → Prop (l1 ⊔ l2)
is-co... | Markdown |
inspirées par [QuickCheck](https://wikipedia.org/wiki/QuickCheck). Contrairement au fuzzer classique qui va essayer de trouver des plantages, Echidna essayera de casser les invariants définis par l'utilisateur.
Dans les contrats intelligents, les invariants sont des fonctions Solidity qui peuvent représenter tout éta... | Markdown |
가하거나, 여전히 대형 KV-캐시와 후속의 비효율성을 허용하는 대형 윈도우 크기를 사용한다.\n' +
'\n' +
'한편, _linear attentions_는 표준 주의에서 소프트맥스를 대체 커널 함수[14, 20, 21, 22, 23]로 대체한다. Feature Map dot-products \\(\\phi(\\mathbf{q}^{\\top}\\mathbf{k})\\(\\phi(\\mathbf{q})^{\\top}\\phi(\\mathbf{k})\\)에 유리한 \\(\\exp(\\mathbf{q}^{\\top}\\mathbf{k})\\)를 제... | HTML |
/****************************************************************************
* Copyright (C) 2019 Eric Mor
*
* This file is part of Spore ModAPI.
*
* Spore ModAPI 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 Foundatio... | C |
00, 0x00, 0x00, 0x00, 0x00,
/// 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, 0x01, 0x00,
/// 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/// 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
/// ];
///
/// let symtab: Symtab<'_, LittleEndian, Elf64> =
/// Symtab::try_from(&SYMTAB[0..]).unwrap();
/// let sym = ... | Rust |
/*
* Copyright (C) 2011-2021 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this li... | C |
ics_Dxgi'*"]
pub const DXGI_ERROR_REMOTE_CLIENT_DISCONNECTED: ::windows_sys::core::HRESULT = -2005270493i32;
#[doc = "*Required features: 'Win32_Graphics_Dxgi'*"]
pub const DXGI_ERROR_REMOTE_OUTOFMEMORY: ::windows_sys::core::HRESULT = -2005270492i32;
#[doc = "*Required features: 'Win32_Graphics_Dxgi'*"]
pub const DXGI_... | Rust |
41oeL.js,01VYGE8lGhL.js_.js?AUIClients/NavDesktopUberAsset&nrvgmWbA#desktop.language-en.in.917551-T1.810771-T1.878681-T1.877898-T1.310484-T1.639209-T1.835735-T1');
});
</script>
<!-- sp:end-feature:nav-inline-js -->
<!-- sp:feature:nav-skeleton -->
<!-- sp:end-feature:nav-skeleton -->
<!-- sp:feature:navbar -->
<!--Pi... | HTML |
_INHERITS_FROM_NOT_OBJECT
// [cfe] The class 'M2' can't be used as a mixin because it extends a class other than 'Object'.
class D25 extends S2 with M2, M0 {}
// ^^
// [analyzer] COMPILE_TIME_ERROR.MIXIN_INHERITS_FROM_NOT_OBJECT
// [cfe] The class 'M2' can't be used as a mixin because it extends... | Dart |
,y + subGrid.y)
})
return subGrid
}
getNeighborsXY(cellX: number, cellY: number, radius = 1): T[] {
const neighbors: T[] = []
for(let y = cellY - radius; y <= cellY + radius; y++){
for(let x = cellX - radius; x <= cellX + radius; x++){
if(this.inBound... | Typescript |
0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0],
];
}
import { createReducer, createAction } from 'redux-starter-kit';
const initialStatus = {
loading: false,
error: null,
};
export const changeStatus = createAction('STATUS/CHANGE_STATUS');
export co... | Typescript |
tions.dataError.type,
onStart: escortDate.actions.dataRequested.type,
});
export const setEscort1Name = escortDate.actions.setEscort1Name;
export const setDateType = escortDate.actions.setDateType;
export const setAmmount = escortDate.actions.setAmmount;
export const setDate = escortDate.actions.setDate;
exp... | Typescript |
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
... | C# |
T) {
conn := getTestConnector(ctx.CloudZone)
err := conn.Authenticate(&endpoint.Authentication{APIKey: ctx.CloudAPIkey})
if err != nil {
t.Fatalf("%s", err)
}
zoneConfig, err := conn.ReadZoneConfiguration()
if err != nil {
t.Fatalf("%s", err)
}
req := &certificate.Request{}
req.Subject.CommonName = test.Ra... | Go |
/*
* se.h
*
* Created on: 18.12.2009
* Author: gerstrong
* many different assorted things, many sector-effectors affect tiles
* in the level instead of being a sprite. named for the similiarity
* to the object in duke3d
*/
#ifndef SE_H_
#define SE_H_
#include "../CVorticonSpriteObject.h"
class CPlay... | C |
我力量的人早就在那了。即使你让我失去了他们......你也不可能再操控我的情感了。我的火会把你我一同烧穿。
## 战斗表现
科西切的战斗力更多体现在他所施加的法术影响和操控能力上,而非直接肉搏。他教授塔露拉强大的源石技艺和一定的剑术,并拥有被称为“蛇鳞”的执行者。他最核心的力量体现在他能对他人施加影响心智的法术,例如对塔露拉施加的,能在特定条件下扭曲其思想和情感的“诅咒”。
当科西切的意识附着在塔露拉身上时,他能够完全展现出塔露拉被解放的强大火焰源石技艺,其威力和覆盖范围足以压制陈和阿米娅。他使用的火焰法术可以在指定区域制造极端高温,甚至能剥夺目标说话的能力,通过体温升高对其造成伤害。他能够抵挡阿米娅和陈的攻击,直到塔露拉自身的意... | Markdown |
#include "rtdef.h"
#include "uip-conf.h"
#include "uip.h"
#include "uip_netif.h"
#include "uip_arp.h"
#include "rtconfig.h"
#include "uip_pbuf.h"
void netif_set_default(struct netif *netif)
{
}
void netif_set_addr(struct netif *netif, struct ip_addr *ipaddr, struct ip_addr *netmask,
struct ip_addr *gw)
{
... | C |
<div id="f-copyrightico">
</div>
<div id="f-poweredbyico">
<a href="https://www.mediawiki.org/"><img src="../m/resources/assets/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" srcset="/m/resources/assets/poweredby_mediawiki_132x47.png 1.5x, /m/resources/assets/poweredby_mediawi... | HTML |
องเรา รวมถึงการจัดการระบบปฏิบัติการด้านเทคโนโลยีสารสนเทศ การจัดการระบบติดต่อสื่อสาร ระบบความปลอดภัยทางด้านเทคโนโลยีสารสนเทศ และการตรวจสอบความปลอดภัยทางด้านเทคโนโลยีสารสนเทศ การจัดการภายในด้านธุรกิจตามข้อปฏิบัติภายใน นโยบายและกระบวนการต่าง ๆ</p>
<p><b>11) การปฏิบัติตามหน้าที่ตามกฎข้อบังคับและข้อผูกพัน</b> เพื่... | HTML |
, 0x5c, 0x5d, 0x5e, 0x5f, 0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0x6d, 0x6e, 0x6f, 0x70, 0x71, 0x72, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79, 0x7a, 0x7b, 0x7c, 0x7d, 0x7e, 0x7f, 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8a, 0x8b, 0x8c, 0x8d, 0x8e, 0x8f, 0x90, ... | C |
+;
}
totalConnections++;
LOGGER.info("新连接加入 - 客户端ID: {}, 用户ID: {}, 当前在线人数: {}, 总连接数: {}",
session.getId(), userId, onlineNumber, totalConnections);
this.userId = userId;
this.session = session;
this.sessionId = session.getId()... | Java |
o the app.
* @param {module:sunshine-conversations-client/sunshine-conversations-client.model/AppCreateBody} appCreateBody
* @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:sunshine-conversations-client/sunshine-conversations-client.model/Ap... | Typescript |
1.0734 c -7.6719,-12.1449 -27.2773,12.6912 -14.733,19.3432 8.4824,5.4682 20.7863,-10.7368 14.733,-19.3432 z" style="opacity:0.16142704;fill:#000000;fill-rule:evenodd;stroke-width:6.7004571" id="path3624" inkscape:connector-curvature="0"/>
<path inkscape:connector-curvature="0" id="path2820" d="m 816.12696,2863.29... | HTML |
//only in the z axis
transform.eulerAngles = new Vector3(0, 0, transform.eulerAngles.z);
}
}
//enemy is moved towards the next waypoint
transform.position = Vector2.MoveTowards(transform.position,
GameManager.Instance.Waypoints[nex... | C# |
athfinding:walk_to(node)
Logger:debug('Waiting to start gathering')
Gathering:wait_to_start()
Logger:debug('Stopping pathfinder')
mission.pathfinding:stop()
Logger:debug('Waiting to stop gathering')
Gathering:wait_to_stop()
until Addons.ToDoList:get_stellar_mission_s... | Lua |
00B0 */ swc1 $f8, 0xb0($s0)
.L80073070:
/* AEA210 80073070 820E002A */ lb $t6, 0x2a($s0)
/* AEA214 80073074 55C0000A */ bnezl $t6, .L800730A0
/* AEA218 80073078 820E0038 */ lb $t6, 0x38($s0)
/* AEA21C 8007307C 8219002B */ lb $t9, 0x2b($s0)
/* AEA220 80073080 57200007 */ bnezl $t9, .L800730A0
/* AEA224 ... | Assembly |
expect("Could not lock FFDS.");
ffds.remove(&(fd as u32));
}
#[no_mangle]
pub extern "C" fn __angora_io_remove_pfile(pfile: *mut libc::FILE) {
let fd = unsafe { libc::fileno(pfile) };
__angora_io_remove_fd(fd);
}
#[no_mangle]
pub extern "C" fn __angora_io_find_fd(fd: libc::c_int) -> u32 {
let ffds = F... | Rust |
ssIsland 版本。此插件将只能在高于此版本的 ClassIsland 上工作。 |
| name | `string` | 否 | 插件显示名称 |
| description | `string` | 否 | 插件描述 |
| url | `string` | 否 | 插件主页 Url |
| author | `string` | 否 | 插件作者 |
| version | `Version` | 否 | 插件版本,如`1.0.0.0` |
| icon | `string` | 否 | 插件图标文件名,默认值为`icon.png` |
| readme | `string` | 否 | 插件自述文件文件名,默认为`RE... | Markdown |
out: "‛.\n|`HK$'/-%φ/ρ␄λφ\x1a4`δ\x01H\nwκx\x10\n?",
}, { // 1668
mask: EncodeColon | EncodeLeftPeriod | EncodeRightCrLfHtVt,
in: ".\v|`HK$'/-%φ/ρ␄λφ\x1a4`δ\x01H\nwκx\x10\v?",
out: ".\v|`HK$'/-%φ/ρ␄λφ\x1a4`δ\x01H\nwκx\x10\v?",
}, { // 1669
mask: EncodeColon | EncodeLeftPeriod | EncodeRightCrLfHtVt,
in:... | Go |
operationCase."
)
}
/** Serializes a [CrdtOperation] to its proto form. */
fun CrdtOperation.toProto(): CrdtOperationProto {
val proto = CrdtOperationProto.newBuilder()
when (this) {
is CrdtCount.Operation -> proto.count = toProto()
is CrdtEntity.Operation -> proto.entity = toProto()
is CrdtSet.Opera... | Kotlin |
span class="nb">print</span><span class="p">(</span><span class="s1">' '</span><span class="o">.</span><span class="n">join</span><span class="p">([</span><span class="n">y_id_to_word</span><span class="p">[</span><span class="n">np</span><span class="o">.</span><span class="n">max</span><span class="p">(</span... | HTML |
.98.36ZM2.01 19.06a1.4 1.4 0 0 1-.5-.1 1.68 1.68 0 0 1-1-.83 1.75 1.75 0 0 1-.12-1.33 13.57 13.57 0 0 1 4.85-7.09 13.12 13.12 0 0 1 8.07-2.65c2.9-.03 5.73.9 8.06 2.66a13.6 13.6 0 0 1 4.86 7.08 1.75 1.75 0 0 1-.53 1.85c-.18.15-.38.25-.6.32-.42.14-.9.1-1.3-.12s-.7-.58-.83-1.02c-.62-2.13-1.9-4-3.66-5.32a9.92 9.92 0 0 0-6.... | JavaScript |
normalization(ngf) - nn.ReLU(true)
local e2 = e1 - nn.SpatialConvolution(ngf, ngf*2, ks, ks, 2, 2, 1, 1) - normalization(ngf*2) - nn.ReLU(true)
local e3 = e2 - nn.SpatialConvolution(ngf*2, ngf*4, ks, ks, 2, 2, 1, 1) - normalization(ngf*4) - nn.ReLU(true)
local d1 = e3 - build_res_block(ngf*4, padding_type) - bui... | Lua |
val keyOption = cxt.keyOption() as PrimitiveType
mixingClass += keyOption.title
}
mixingClass += "KeyMixing"
return "$mixingClass.mix($hash)"
}
fun isFree(cxt: MethodContext, key: String): String {
return key + " == " + free(cxt)
}
fun isNotFree(cxt... | Kotlin |
, ChannelState>(
buildWhen: (previous, current) =>
previous.selectedChannel != current.selectedChannel,
builder: (context, state) {
return Row(
children: [
if (isMobile)
IconButton(
onPressed: () {
... | Dart |
:
```sh
target/debug/rustdesk
```
Vagy ha release binary, akkor:
```sh
target/release/rustdesk
```
Kérlek mindenképpen nézd meg hogy ezeket a parancsokat a root RustDesk mappában futtatod e, különben a RustDesk lehet hogy nem fogja megtalálni az építéshez szükséges elemeket. Fontos az is, hogy jelenleg más cargo s... | Markdown |
}
function destroyViewTree(rootView) {
let lViewOrLContainer = rootView[CHILD_HEAD];
if (!lViewOrLContainer) {
return cleanUpView(rootView[TVIEW], rootView);
}
while (lViewOrLContainer) {
let next = null;
if (isLView(lViewOrLContainer)) {
next = lViewOrLContainer[CHILD_HEAD];
} else {
... | JavaScript |
ut - Mini cart
* ============================================ */
.header-minicart {
display: inline-block;
}
@media only screen and (max-width: 770px) {
.header-minicart {
display: block;
}
}
.header-minicart .minicart-message {
display: block;
padding: 10px;
}
.header-minicart .empty {
padding: 10px;
... | CSS |
IFYITEMDRAW;
} else if ( CDDS_ITEMPREPAINT == nmcd->dwDrawStage ) {
if ( TBCD_THUMB == nmcd->dwItemSpec ) {
Gdiplus::Graphics graphics( nmcd->hdc );
Gdiplus::Color colour;
colour.SetFromCOLORREF( GetThumbColour( nmcd->rc ) );
Gdiplus::SolidBrush brush( colour );
const int width = nmcd->rc.right... | C++ |
import aiohttp
import feedparser
import ssl
# NOTE: Add RSS feeds and their sources here for crawling {source: feed_url}
RSS_FEEDS = {
"Canadian Mortgage Trends": "https://www.canadianmortgagetrends.com/feed/", # works
# "Government of Canada: Finance": "https://api.io.canada.ca/io-server/gc/news/en/v2?dept=d... | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.