content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
4
dsll ta1, ta1, 34
dsrl ta1, ta1, 34
dmtc0 ta0, COP_0_TLB_LO0
dmtc0 ta1, COP_0_TLB_LO1
nop
PTR_ADDU v0, 2*NBPG
nop
nop
tlbwi
#if (UPAGES != 2)
dmtc0 v0, COP_0_TLB_HI # init high entry (tlbid)
lw ta0, 8(t1)
lw ta1, 12(t1)
dsll ta0, ta0, 34
dsrl ta0, ta0, 34
tlbp
nop
dsll ta1, ta1, 34
dsrl ta1, ta1, ... | Assembly |
:"STRef","k":2,"x":0.9823033050000001,"y":608},{"c":"STRef","k":2,"x":1.438464105,"y":608},{"c":"STRef","k":2,"x":1.716597637,"y":608},{"c":"STRef","k":2,"x":1.7562915280000002,"y":0},{"c":"Word64","k":10,"x":0,"y":0},{"c":"Word64","k":10,"x":0.437674718,"y":8000000},{"c":"Word64","k":10,"x":0.9823033050000001,"y":6521... | HTML |
let (tx, rx) = Stream::pair();
tx.send(1)
.and_then(|tx| tx.send(2))
.and_then(|tx| tx.send(3))
.and_then(|tx| tx.fail(()))
.fire();
let reduced = rx.reduce(0, move |sum, v| sum + v);
assert_eq!(Err(AsyncError::Failed(())), reduced.await());
}
#[test]
#[ignore]
pub fn t... | Rust |
discontiguous1_ix2", benchmark);
}
fn pairwise_sum_equal_lengths_discontiguous0_ix3(c: &mut Criterion) {
let axis_lens = vec![1, 5, 20, 80, 320];
let benchmark = ParameterizedBenchmark::new(
"ndarray",
|bencher, &axis_len| {
let arr =
Array3::<f32>::random([axis_len ... | Rust |
0907\u0938\u092a\u0942.",
};
final String[] metaValue_java_time_buddhist_DatePatterns = new String[] {
"EEEE, d MMMM, y G",
"d MMMM, y G",
"d MMM, y G",
"d/M/y GGGGG",
};
final String[] metaValue_buddhist_DatePatterns = ... | Java |
;Long (>2 byte matches)
.byte %11111110 ;1-16
.byte %11101110 ;17-144
.byte %01101110 ;145-1168
.byte %01101110 ;1169-9360
;Short (2 byte matches)
.byte %10110110 ;329-1352
.byte %10110110 ;73-328
.byte %11110110 ;9-72
.byte %11111110 ;1-8
_lz_moff_adjust_hi = *-2
;Long (>2 byte mat | Assembly |
',
props: {
width: 100,
height: 100,
},
}
const shapeResult = testSchemaV1.migratePersistedRecord(rectangle as any, serializedV0Schenma)
if (shapeResult.type !== 'success') {
throw new Error('Migration failed')
}
expect(shapeResult.value).toEqual({
id: 'shape-1',
typeName: 'shape',
... | Typescript |
bers)
if err != nil {
return types.AssignedMembers{}, err
}
var assignedMembers types.AssignedMembers
for i, member := range selectedMembers {
am := types.NewAssignedMember(member, des[i], nil, nil)
assignedMembers = append(assignedMembers, am)
}
// Compute commitment from mids, public D, and public E
co... | Go |
Name}`;
let text = this.getFileContents(filePath);
//inser contents
this.editText(text);
}
/**
* insertFileAsLink
*/
public insertFileAsLink(filePath : string, linkName : string) {
let text = this.getFileAsMarkdownLink(filePath, linkName);
this.editText(text);
... | Typescript |
of /etc/nginx/conf.d/default.conf
//10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
///docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
///docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
///docker-entryp... | Go |
,但出去了离地铁很近
- A19304: 还行,有地铁,在
- A21521: 有地铁
- A28671: 有,附近肯定不像市中心繁华,也没什么东西,但长沙城市也不大
## Q: 宿舍楼有洗衣机吗?
- A17121: 每个宿舍有一台
- A19304: 有,每个宿舍都有,可以随便用,不收费
- A21521: 大部分每个宿舍都有
- A28671: 有,一个寝室一个
## Q: 校园网怎么样?
- A17121: 好
- A19304: 还行,免费的反正
- A21521: 还行
- A28671: 一般吧
## Q: 每天断电断网吗,几点开始断?
- A17121: 不断网,十一点熄灯就寝
- A... | Markdown |
rn false;
const accessToken = createAccessToken({ user, session });
return accessToken;
};
export const updateSession = (
query: FilterQuery<SessionDocument>,
update: UpdateQuery<SessionDocument>
) => {
return Session.updateOne(query, update);
};
export const findSessions = (query: FilterQuery<SessionDocu... | Typescript |
1 一面
12分钟
自我介绍
介绍项目
机器学习算法了解原理吗,有做过项目吗
讲一下CNN,每个层,及作用
网络权重初始化
梯度消失和梯度爆炸,LSTM中如何解决
各种数据的channel是指什么意思
如何评估模型
如果接触一个新的东西,怎么学习
用什么语言
12、蘑菇街
12.1 一面
52分钟
自我介绍
介绍项目
比赛介绍
分类,既有河流,又有建筑,怎么做。多标签
有个类别总是错分到其他类怎么办
精确率高、召回率低是为什么
图像处理了解吗
有哪些特征子
传统机器学习呢
讲一下boosting
BN层
目标检测SSD等算法了解吗
anchor设置的意义
一个人有很多框,什么原因造成的
用什么框架
其他框架呢
工作地点意向
代码... | Markdown |
Equal(r3.ToString(), "x*y/(x-y+z)");
}
[TestMethod]
public void ZeroTest()
{
var r = x - x;
Assert.AreEqual(r.IsZero, true);
r = x * y - (y * x) + One;
Assert.AreEqual(r.IsZero, false);
r = r - One;
Assert.AreEq... | C# |
NT
{
// bson_field[0] : bson field type
// bson_field[1] : protocol field type,protocol的类型转为bson类型有损失,需要记录原始类型
// bson_field[2..4] : protocol field id,bson field name为cstring,需要将fieldID转为3个非0的字节
// 将fieldID的16bit按5,5,6分割到3个byte,保证每个byte都不为0
// bson_field[5] : bson field name的结束符
uint8_t bson_fie... | C++ |
// GFX10: encoding: [0x00,0x00,0xf6,0xd4,0x80,0x04,0x02,0x00]
v_cmpx_ge_u64_e64 -1, v[2:3]
// GFX10: encoding: [0x00,0x00,0xf6,0xd4,0xc1,0x04,0x02,0x00]
v_cmpx_ge_u64_e64 0.5, v[2:3]
// GFX10: encoding: [0x00,0x00,0xf6,0xd4,0xf0,0x04,0x02,0x00]
v_cmpx_ge_u64_e64 -4.0, v[2:3]
// GFX10: encoding: [0x00,0x00,0xf6,0xd4,... | Assembly |
{"Верховный маг Альтур желает, чтобы вы нашли в горах к югу от Каражана на Перевале Мертвого Ветра фрагмент обугленной кости и доставили ему."}},
[9681] = {"Источник силы", nil, {"Поговорите с магистром Асталором Кровавой Клятвой в тайной зале, расположенной под штабом рыцарей крови."}},
[9682] = {"Отчаявшиеся", nil, ... | Lua |
67363677, 0.7679448708775, 1.5690509975429 } },
area = "RUBKA_R",
center = "CENTER_TOWER_12",
drawArgument1 = 35,
drawArgument2 = 36,
pidY = {},
pidZ = {},
reference_angle_Y = -1.9198621771938
}, {
LN = { {
BR = { {
connector_name = "POINT_GUN_13",
pos = {},
recoilArg... | Lua |
iv>
</div>
</div>
</div>
</div>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="example-solving-the-wave-equation-with-neural-networks">Example: Solving the wave equation with Neural Networks </h2>
<p>The wave equation is</p>
$$
\begin{equation*}
\frac{\partial^2 g(x,t)}{\partial t^2} = ... | HTML |
--ブンボーグ・ジェット
function c89544521.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(nil),1)
c:EnableReviveLimit()
--atk/def
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e1:SetRange(LOCATION_MZONE)
e1:SetCode(EFFECT_UPDATE_ATTA... | Lua |
_ffiSize_ffiVoid_ffiSize_fnPtrCallable,
ptr.cast(),
),
retain: false,
release: true,
);
/// Creates a block from a Dart function.
///
/// This block must be invoked by native code running on the same thread as
/// the isolate that registered it. Invoking the block on the... | Dart |
un, tidak ada data analitik yang diambil sama sekali, meskipun inilah alasan Anda menambahkan Google Analytics sejak awal.</p>
<p>Baris terakhir dari cuplikan tersebut, ga('send', 'pageview');, menggunakan fungsi yang ditentukan dalam berkas analytics.js yang pada akhirnya mengirim sebuah pageview. Fungsi ini diperluk... | HTML |
obe_in142_width=1</TD>
<TD>c_probe_in143_width=1</TD>
</TR><TR ALIGN='LEFT'> <TD>c_probe_in144_width=1</TD>
<TD>c_probe_in145_width=1</TD>
<TD>c_probe_in146_width=1</TD>
<TD>c_probe_in147_width=1</TD>
</TR><TR ALIGN='LEFT'> <TD>c_probe_in148_width=1</TD>
<TD>c_probe_in149_width=1</TD>
<TD>... | HTML |
def fetch_ami_catalog():
return {
"Ubuntu 18.04 LTS": "ami-07c5ecd8498c59db5",
"Amazon Linux 2": "ami-07c5ecd8498c59db5"
}
def fetch_instance_types():
return ["t2.micro", "t2.small", "t2.medium"] | Python |
US/docs/Web/API/KeyframeEffect/composite)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `CompositeOperation`, `KeyframeEffect`*"]
pub fn composite(this: &KeyframeEffect) -> CompositeOperation;
#[cfg(feature = "CompositeOperation")]
# [ wasm_bindgen ( structu... | Rust |
count kernel - each thread processes one element.
"""
# Each thread processes exactly one element
tid = tl.program_id(0)
if tid >= N:
return
# Load single element
bin_idx = tl.load(input_ptr + tid)
# Check bounds
if bin_idx < 0 or bin_idx >= num_classes:
... | Python |
', color = "black"),
margin = list(r=1, l=1,t=1,b=1,pad = 0),
hoverlabel = list(bgcolor = 'white', color = 'black')
```
This a) changes the font of the plot, b) adds a small margin, and c)
stylizes the tooltip on hover.
### Annotations
The last step is to mimic Bloomberg’s annotations. This is a little
tough, sp... | Markdown |
("Not coprime").
@notNull
static int _binaryGcd(@notNull int x, @notNull int y, @notNull bool inv) {
int s = 1;
if (!inv) {
while (x.isEven && y.isEven) {
x ~/= 2;
y ~/= 2;
s *= 2;
}
if (y.isOdd) {
var t = x;
x = y;
y = t;
}
}
f... | Dart |
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===------------... | C |
>API, API Extensions, Add-ons, Extensions, Reference, Web, Web Development, WebExtensions, pkcs11</strong></td>
</tr>
<tr>
<td>The <code>pkcs11</code> API enables an extension to enumerate <a href="https://en.wikipedia.org/wiki/PKCS_11">PKCS #11</a> security modules and to make them accessible to the browser as sou... | HTML |
graph[u][k].index;
f = node_u->vec.row(u) * node_v->vec.row(v).transpose();
if (f > max_value_pos)
{
max_value_pos = f;
v_pos = v;
}
}
v_neg = -1;
max_value_neg = -1000000000;
for (v = 0; v != node_v->node_size; v++)
{
if (nb_set[... | C++ |
EnterInfo_.get(index);
}
/**
* <code>repeated .AvatarEnterSceneInfo avatar_enter_info = 10;</code>
*/
@java.lang.Override
public emu.grasscutter.net.proto.AvatarEnterSceneInfoOuterClass.AvatarEnterSceneInfoOrBuilder getAvatarEnterInfoOrBuilder(
int index) {
return avatarEnterInfo... | Java |
.build());
*
* var defaultBasicAccelerator = new BasicAccelerator("defaultBasicAccelerator", BasicAcceleratorArgs.builder()
* .duration(1)
* .basicAcceleratorName("terraform-example")
* .description("terraform-example")
* .bandwidthBillingType(... | Java |
s = node.pos.clone(),
canvas = this.viz.canvas,
height = node.getData('height'),
ldist = ((height || node._depth == 0)? height : this.viz.config.levelDistance) /2,
radius = canvas.getSize();
pos.rho += ldist;
pos = pos.getc(true);
var labelPos = {
... | JavaScript |
tResultMap(0, "success", count, bookTypes);
}
/**
* 添加类型
*
* @param bookType 图书类型
* @return 结果
*/
@PostMapping(value = "/addBookType")
public Integer addBookType(@RequestBody BookType bookType){
return bookTypeService.addBookType(bookType);
}
/**
* 删除类型
... | Java |
_order: self.poly_order,
ζ_zeros: self.ζ_zeros.clone(),
hint_λ: self.hint_λ,
}
}
pub fn hint_λ(&mut self, hint_λ: f64) -> &mut Self {
self.hint_λ = hint_λ;
self
}
pub fn poly_order(&mut self, poly_order: usize) -> &mut Self {
self.poly_order = po... | Rust |
this.errCode,
this.errMsg,
this.customData,
this.userId,
required String adId,
required String action})
: super(adId: adId, action: action);
factory GromoreRewardEvent.fromJson(Map<dynamic,dynamic> json){
return GromoreRewardEvent(
adId: json['adId'],
... | Dart |
,#32]
adds x3, x3, x11
adcs x4, x4, x12
stp x3, x4, [x2,#0]
ldp x11, x12, [x1,#32]
adcs x5, x5, x13
ldp x9, x10, [x0,#48]
ldp x15, x16, [x1,#48]
adcs x6, x6, x14
stp x5, x6, [x2,#16]
adcs x7, x7, x11
adcs x8, x8, x12
stp x7, ... | Assembly |
asm.jmp(tailLessThan32Continue);
}
private static void utf16SubtractMatched(AArch64MacroAssembler asm, Register tmp, Register ret, Register vecTmp1) {
asm.neon.ushrVVI(FullReg, ElementSize.Byte, vecTmp1, vecTmp1, 7);
asm.neon.addvSV(FullReg, ElementSize.Byte, vecTmp1, vecTmp1);
... | Java |
{% else %}
<ul class="actionlist">
{% for entry in admin_log %}
<li class="{% if entry.is_addition %}addlink{% endif %}{% if entry.is_change %}changelink{% endif %}{% if entry.is_deletion %}deletelink{% endif %}">
<span class="visually-hidden">{% if entry.is_addi... | HTML |
w4c87lO+dRNR7YpHLqR/BJTbbyXUB0imne1u00fuzb
S7OtweiA9w7DRCkr2gU4lmHe7l0T+SA9pxIeVLb78x7ivdyXSF5LVQJ1JvhhWu6i
M6GQdLHat/0fpRFUbEe34RQSDJ2eOBifMJqvsvpBP8d2jcRZVUVrSXGc2mAGuGOY
/tmnCJGW8Fd+sgpCVAqM0pxCM+apqrvJYUqqQZ2ZxugCXULtRWJ9p4C9zUl40HEy
OQ+AaiiwFll/doXELglcJdNg8AZPGhugfxMCAwEAAaNFMEMwDgYDVR0PAQH/BAQD
AgEGMBIGA1UdEwEB/... | Go |
import json
import cv2
import matplotlib.pyplot as plt
from path import Path
from htr_pipeline import read_page, DetectorConfig, LineClusteringConfig, ReaderConfig, PrefixTree
with open('../data/config.json') as f:
sample_config = json.load(f)
with open('../data/words_alpha.txt') as f:
word_list = [w.strip(... | Python |
SecretKey::agree`].
///
/// [`SecretKey::agree`]: trait.SecretKey.html#tymethod.agree
pub struct SharedSecret(pub [u8; 32]);
/// Error returned by [`SecretKey::agree`] when the public key of the other party is invalid.
///
/// [`SecretKey::agree`]: trait.SecretKey.html#tymethod.agree
#[derive(Debug)]
pub struct Invali... | Rust |
로 스크롤하여 "관련 검색" 섹션을 확인합니다. 이곳도 관련 단어를 찾기에 좋은 곳입니다.

**도구 3: Answer The Public**
1. [Answer The Public](https://answerthepublic.com/)을 엽니다.
2. 시드 키워드를 입력합니다 (영어로 사용하는 것이 더 효과적일 수 있습니다).
3. 국가/언어를 선택합니다.
4. 시드 키워드 주변의 질문, 전치사 구, 비교 등을 생성하여 사용자가 ... | Markdown |
/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the w64 mingw-runtime package.
* No warranty is given; refer to the file DISCLAIMER within this package.
*/
#ifndef __ASSERT_H_
#define __ASSERT_H_
#include <_mingw.h>
#ifdef __cplusplus
#include <stdlib.h>
#endif
... | C |
void ApplyAutoResizeSettings(KeyValues *inResourceData);
void FindDropTargetPanel_R( CUtlVector< VPANEL >& panelList, int x, int y, VPANEL check );
Panel *FindDropTargetPanel();
#if defined( VGUI_USEDRAGDROP )
DragDrop_t *m_pDragDrop;
Color m_clrDragFrame;
Color m_clrDropFrame;
#endif
Tooltip *m_pToolt... | C |
df.getColumn(columnIndex)
ColumnAccessTracker.registerColumnAccess(column.name())
return column[index]
}
override fun toString() = renderToString()
override fun equals(other: Any?): Boolean {
val o = other as? DataRowImpl<*> ?: return false
return values.equals(o.values)
... | Kotlin |
* @generated
* @ordered
*/
public static final TableJoinedOperator DEFAULT_INNER_LITERAL = new TableJoinedOperator(DEFAULT_INNER, "DEFAULT_INNER", "DEFAULT_INNER");
/**
* The '<em><b>EXPLICIT INNER</b></em>' literal object.
* <!-- begin-user-doc -->
* <p>
* If the meaning of '<e... | Java |
bSpiderAction1st31TombSpiderAction1stNrvDamageEye:
.byte 0x00, 0x00, 0x00, 0x00 # 806b3820
sInstance__Q222NrvTombSpiderAction1st31TombSpiderAction1stNrvDamageHip:
.byte 0x00, 0x00, 0x00, 0x00 # 806b3824
sInstance__Q222NrvTombSpiderAction1st33TombSpiderAction1stNrvDamageGland:
.byte 0x00, 0x00, 0x00, 0x00 # 806b3828
sIn... | Assembly |
w r0, r3
/* 803E3FF4 003E0DF4 93 E1 00 14 */ stw r31, 0x14(r1)
/* 803E3FF8 003E0DF8 41 82 00 10 */ beq lbl_803E4008
/* 803E3FFC 003E0DFC 38 04 01 40 */ addi r0, r4, 0x140
/* 803E4000 003E0E00 7C 00 18 40 */ cmplw r0, r3
/* 803E4004 003E0E04 38 84 01 10 */ addi r4, r4, 0x110
lbl_803E4008:
/* 803E4008 003E0E08 83 E... | Assembly |
) {
ThreadUpdateJob.enqueue(threadId)
}
TrimThreadJob.enqueueAsync(threadId)
return InsertResult(
messageId = messageId,
threadId = threadId,
threadWasNewlyCreated = false,
insertedAttachments = insertedAttachments,
quoteAttachmentId = quoteAttachments.firstOrNull()?.le... | Kotlin |
r(diffProps, type)
# get the max twin length.
twinMaxLen = _TwinMaxLen_ if (twinMaxLen > _DiffMaxLen_) else twinMaxLen
# get the mapping for feature data and labels.
twinData, twinLabels = GetTwinMapping(twinProps, twinMaxLen, diffDict, type)
# change the tokentypes into one-hot vector.
twinData... | Python |
="le-spectre-de-l-ossification">Le spectre de l'ossification</h3>
<p>Une question ouverte importante pour ECH est l'impact qu'elle aura sur l'exploitation du réseau.</p>
<p>Un des enseignements du déploiement de TLS 1.3 est que la mise à niveau d'un protocole Internet essentiel peut provoquer des comportements inatte... | HTML |
extv1.JSON{Raw: []byte(`"default"`)},
},
},
},
},
},
},
},
},
},
},
},
want: map[string]any{
"spec": map[string]any{
"cooldown": int64(15),
"enabled": false,
"newField": "default",
},
},
wantErr: fal... | Go |
"a2a_wrapper" in final_state_dict: del final_state_dict["a2a_wrapper"]
return final_state_dict
# --- Main Execution ---
async def main():
"""Parse arguments and run the pipeline."""
args = parse_args()
logging.basicConfig(level=getattr(logging, args.log_level.upper()), format='%(asctime)s - %(name)s ... | Python |
ow-nav-anchor-opened: rgba(0,0,0,0);
$theme-yellow-nav-anchor-opened_hover: rgba(0,0,0,0);
$theme-yellow-nav-anchor-opened_focus: rgba(0,0,0,0);
$theme-yellow-menu-list-active: rgba(0,0,0,0);
$theme-yellow-menu-list-toggled: rgba(0,0,0,0);
$theme-yellow-menu-list-submenu: rgba(0,0,0,0);
//Theme Amber
$theme-amber: #FF... | CSS |
019l-6.461 21.627-27.321 15.774v-50.87l75.518-43.6' fill='#FFF'/><path d='M93.025 220.8a.123.123 0 0 1-.059-.015.12.12 0 0 1-.058-.101v-50.871c0-.042.023-.08.058-.101l75.518-43.6a.112.112 0 0 1 .117 0c.036.02.059.059.059.1v50.871a.116.116 0 0 1-.059.101l-27.321 15.774a.111.111 0 0 1-.094.01.115.115 0 0 1-.071-.062l-6.4... | JavaScript |
addings());
this._changedProps.get_DefaultMargins().put_Right((this.TableMargins.Right!==null) ? Common.Utils.Metric.fnRecalcToMM(this.TableMargins.Right) : null);
this.TableMargins.isChanged = true;
}
}, this));
this.spinners.push(this.spn... | JavaScript |
l.predict(obs, deterministic=True) # RL 获得的动作
rl_agent.update_rl_traffic_phase(new_phase=rl_action) # 更新当前 RL 推荐的动作
# ##########
# 新建文件夹 (存储每一个 step 的信息)
# ##########
time_step += 1 # 记录 timestep
_save_folder = path_convert(f"./{SCENARIO_NAME}/{time_step}/")
crea... | Python |
eight:100%}:fullscreen .wt-map-sidebar{height:100%}.wt-mime{display:inline-block;height:48px;width:48px}[dir] .wt-mime{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 503.467 503.467'%3E%3Cpath d='M460.067 122.733v341.333c0 18.773-15.36 34.133... | CSS |
(tagName);
if (tagId == null) {
throw new Error('No schema entry found for ' + tagName);
}
/**
* 閉じタグ不定長の場合はスタックに積まずに即時バッファに書き込む
*/
if(elm.unknownSize){
const data = tools.encodeTag(tagId, new Buffer(0), elm.unknownSize);
this._buffers = this._buffers.concat(data);
ret... | Typescript |
------------------------------
scr_show:
movem.l a0-a1, -(sp)
lea $FFFF8200.W, a0
lea scr_front, a1
move.b $01(a1), $01(a0)
move.b $02(a1), $03(a0)
move.b $03(a1), $0D(a0)
movem.l (sp)+, a0-a1
rts
;-----------------------------------------------------------------------------
; scr_black : bl... | Assembly |
of the Brilliant Dawn",
[13772] = "[PH] Plate Chestguard of the Rising Dawn",
[13773] = "[PH] Plate Chestguard of the Shining Dawn",
[13775] = "[PH] Cloth Leggings of the Rising Dawn",
[13776] = "[PH] Cloth Leggings of the Shining Dawn",
[13777] = "[PH] Leather Leggings of the Brilliant Dawn",
[13778] = "[PH] Leather L... | Lua |
c5e8065">yaml_scalar_style_t</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Scalar styles. </p>
</div>
</div>
<a class="anchor" id="ga58a1123d271e56c72de6abf852ac4dc2"></a><!-- doxytag: member="yaml.h::yaml_sequence_style_t" ref="ga58a1123d271e56c72de6abf852ac4dc2" args="" -->
<div class="memite... | HTML |
print ("lwarpmk: Done.")
-- lwarpmk pdftosvg <list of file names>
-- Convert PDF files to SVG using pdftocairo
elseif arg[1] == "pdftosvg" then
convertpdftosvg ()
print ("lwarpmk: Done.")
-- lwarpmk with no argument :
elseif (arg[1] == nil) then
printhelp ()
-- lwarpmk -v:
elseif (arg[1] == "-v" ) then
-- The vers... | Lua |
世界Punch! [粵語+影片內字幕](WEB 1920x1080 AVC AAC YUE MUSE CHT)")
assertEquals("null", r.episodeRange.toString())
assertEquals("CHC, CHT", r.subtitleLanguages.sortedBy { it.id }.joinToString { it.id })
assertEquals("1080P", r.resolution.toString())
assertEquals(SubtitleKind.CLOSED, r.subtitleKind)
}
}
... | Kotlin |
2.2-14.5ZM93.3 64l27.8 20.8a15.6 15.6 0 009.6 3.2H200v16h-53.6a16 16 0 00-8.9 2.7L117.6 120H69.4a15.7 15.7 0 00-14.8 10.1L40 166.5V64Zm108.9 136H43.8l25.6-64h48.2a16 16 0 008.9-2.7l19.9-13.3h82.5Z"/></svg>';
static const String folder_notch_open_fill =
'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:... | Dart |
accessor.type()
val status: Int get() = accessor.status()
val isAborted get() = when(status) {
GrandExchangeOfferStatus.ABORTING -> true
GrandExchangeOfferStatus.DONE -> totalQuantity != currentQuantity
else -> false
}
override fun toString(): String {
return "GrandExc... | Kotlin |
oke-linejoin:miter;stroke-opacity:1' />\n<path class='bond-11 atom-11 atom-12' d='M 50.9,45.5 L 60.0,44.5' style='fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.0px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1' />\n<path class='bond-11 atom-11 atom-12' d='M 52.1,46.8 L 59.2,46.0' style='fill:no... | HTML |
figuration file in the TOML format named vhdl_ls.toml.
vhdl_ls will load configuration files in the following order of priority (first to last):
A file named .vhdl_ls.toml in the user home folder.
A file name from the VHDL_LS_CONFIG environment variable.
A file named vhdl_ls.toml in the workspace root.
S... | Lua |
the process's PIDs in each of the PID namespaces of
// which it is a member. Otherwise, print the PID in the
// current PID namespace.
if opts.showAllPids {
printAllPIDsFor(pid, opts)
if !opts.showCommand {
fmt.Println()
}
} else { // 'opts.showCommand' must be true
if opts.useColor {
f... | Go |
("test-container").parentNode
.removeChild(document.getElementById("test-container"));
var elapsed = Math.round(Date.now() - startTime)/1000;
document.getElementById("timing").textContent =
"Time elapsed: " + Math.floor(elapsed/60) + ":"
+ ((elapsed % 60) < 10 ? "0" : "")
+ (ela... | HTML |
n writing, software
* distributed under the License is distributed on an "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.
*/
package com.google.android.fhir.document.gene... | Kotlin |
fakeY2.length; i += 1) {
visitData2.push({
x: moment(new Date(beginDay + 1000 * 60 * 60 * 24 * i)).format('YYYY-MM-DD'),
y: fakeY2[i],
});
}
const salesData = [];
for (let i = 0; i < 12; i += 1) {
salesData.push({
x: `${i + 1}月`,
y: Math.floor(Math.random() * 1000) + 200,
});
}
const searchDat... | JavaScript |
r provide crds in version v1beta1)
### Fixed Bugs
- [PR #53](https://github.com/Orange-OpenSource/nifikop/pull/53) - **[Operator]** Upgrade k8s dependencies to match with new version requirement : [#52](https://github.com/Orange-OpenSource/nifikop/issues/52) [#51](https://github.com/Orange-OpenSource/nifikop/issues/5... | Markdown |
AArch64-dbgwvrn_el1.html">DBGWVR<n>_EL1</a> + 3</td></tr></tbody></table>
<p>In cases where <a href="ext-dbgwvrn_el1.html">DBGWVR<n>_EL1</a> addresses a double-word:</p>
<table class="valuetable"><thead><tr><th>BAS</th><th>Description, if <a href="AArch64-dbgwvrn_el1.html">DBGWVR<n>_EL1</a>[2] == 0</t... | HTML |
// SPDX-License-Identifier: Apache-2.0
// Copyright 2023 The Prime Citizens
//
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build wasm
#include "textflag.h"
// gcWriteBarrier informs the GC about he... | Assembly |
//
// ClassDump By HuangBai Private
// Copyright (C) 1997-2019 Steve Nygard. Updated HuangBai-2024
//
#import <UIKit/UIView.h>
@class NSArray, NSString, UIPickerView;
@protocol WACustomPickerDelegate;
@interface WACommonPickerView : UIView
{
_Bool _didAdjustSelectedRowToSeparatorStyle;
id <WACustomPickerDe... | C |
", FALSE, CONFIG_FILE);
auto nCard = GetPrivateProfileIntW(L"patches", L"card", TRUE, CONFIG_FILE);
auto nHardwareSlider = GetPrivateProfileIntW(L"patches", L"hardware_slider", FALSE, CONFIG_FILE);
auto nTAA = GetPrivateProfileIntW(L"graphics", L"taa", TRUE, CONFIG_FILE);
auto nMLAA = GetPrivateProfileIntW(L"graphics",... | C |
, IDomainEvent} from '@centsideas/event-sourcing';
import {UserEventNames} from '@centsideas/enums';
import {UserModels} from '@centsideas/models';
import {UserId, Timestamp, Username} from '@centsideas/types';
@DomainEvent(UserEventNames.Created)
export class UserCreated implements IDomainEvent {
constructor(
p... | Typescript |
ctor
// In a handler, add "cache: Cache" param for auto extraction
.configure(add_cache)
// Adds a Database Pool for use in the Actix Data Extractor
// In a handler, add "pool: Data<PoolType>" param for auto extraction
.configure(add_pool)
// Pull ... | Rust |
nline_query_chosen_chat.dart';
part 'models/update.dart';
part 'models/user_profile_photos.dart';
part 'models/user_shared.dart';
part 'models/user.dart';
part 'models/venue.dart';
part 'models/video_note.dart';
part 'models/video.dart';
part 'models/voice_chat_ended.dart';
part 'models/voice_chat_participants_invited.... | Dart |
.Btnhighlight => "Button Highlight",
VbSystemColor._3DDKSHADOW => "Button Dark Shadow",
VbSystemColor._3DLIGHT => "Button Light Shadow",
VbSystemColor.Infotext => "ToolTip Text",
VbSystemColor.Infobk => "ToolTip",
_ => throw new ArgumentOutOfRangeException(nam... | C# |
es animation-spinner {
0% {transform: rotate(0deg)}
100% {transform: rotate(360deg)}
}
.spinner {
border-top: 2px solid currentcolor;
border-right: 2px solid currentcolor;
border-bottom: 2px solid transparent;
... | HTML |
-- chunkname: @content/characters/player/human/first_person/animations/axe/heavy_attack_right_diagonal_up.lua
local spline_matrices = {
[0.0166666666667] = {
0.446112,
-0.09634,
0.889777,
0,
-0.889801,
0.059022,
0.452515,
0,
-0.096112,
-0.993597,
-0.059393,
0,
-0.408598,
0.180124,
-0.08... | Lua |
= null;
let currentSet = container.getAttribute('currentset');
let ids = (currentSet === '__empty') ? [] : currentSet.split(',');
let idx = ids.indexOf(id);
if (idx !== -1) {
for (let i = idx; i < ids.length; i += 1) {
nextNode = docum... | JavaScript |
Sidebar");
sidebarDiv.appendChild(deckDiv);
// ]]>
</script>
<p id="ViaTheDeck"><a href="http://decknetwork.net/">
<img src="//daringfireball.net/graphics/madison/via_the_deck.png" alt="Ads via The Deck" class="the_deck_promo" width="70" />
<span>Ads via The Deck</span>
</a></p>
</div>
<!-- Google Analytics -->
... | HTML |
他那时所面临的一些困惑,可我现在似乎比他更加困惑了。
如果你是当时的我,会如何处理这个问题呢?
### 解决思路
我当时想到了几点:
1. OKR 评估结束后,可以有表彰活动,但不应该用金钱方式作为激励手段,否则 OKR 的意义就发生了变化,大家会为了拿到最终的奖金,从而去调整并降低自己的 OKR 挑战难度。
1. OKR 的评分过程并不需要像我之前操作得这么复杂,既对评估步骤做细分,又对评分算法做定义,实际上自评就足够了。
1. 由于他人几乎不太清楚自己 OKR 的制定原因和完成情况,因此基本上都是跟随着自评分数去打分,所谓的“感情分”由此而生。
因此,我下定决心,一定要对 OKR 评估过程中的评估规则进行改良,希望能够... | Markdown |
/ alice.send_to(bob);
//! // alice.send_to(carol);
//! // bob.send_to(alice);
//! // bob.send_to(carol);
//! // carol.send_to(alice);
//! // carol.send_to(bob);
//! //
//! // NOTE: They should only send the `alice`, `bob`, and `carol` structs, *not*
//! // the `alice_coefficients`, etc.
//! //
//! // Bob and Caro... | Rust |
case *ast.GenDecl:
genDecl := decl.(*ast.GenDecl)
for _, spec := range genDecl.Specs {
switch genDecl.Tok {
case token.VAR:
variableSpec := spec.(*ast.ValueSpec)
for _, varName := range variableSpec.Names {
line, ch := getCursor(code, int(varName.Pos()))
varDecls = append(varDecl... | Go |
FirmwareTable" },
{ 0x228fe10c, "KERNEL32.DLL", "FindFirstFileW" },
{ 0x228fe110, "KERNEL32.DLL", "GetFileSizeEx" },
{ 0x228fe114, "KERNEL32.DLL", "FindFirstFileA" },
{ 0x228fe118, "KERNEL32.DLL", "FindNextFileW" },
{ 0x228fe11c, "KERNEL32.DLL", "WriteFile" },
{ 0x228fe120, "KERNEL32.DLL", "DeviceIoControl" },
{... | C++ |
r" } });
module.AddChild(new TCReadContentAsBinHexReader() { Attribute = new TestCase() { Name = "ReadContentAsBinHex", Desc = "FactoryReader" } });
module.AddChild(new TCReadElementContentAsBinHexReader() { Attribute = new TestCase() { Name = "ReadElementContentAsBinHex", Desc = "FactoryReader"... | C# |
id, vl := range c.valueLists {
validUntil := vl.Time.Add(timeout * vl.Interval)
if validUntil.Before(now) {
delete(c.valueLists, id)
}
}
c.mu.Unlock()
}
}
}
// Collect implements prometheus.Collector.
func (c collectdCollector) Collect(ch chan<- prometheus.Metric) {
ch <- lastPush
c.mu.Lo... | Go |
me, address, businessHours],
});
return request(app)
.delete('/restaurants/xptoid13')
.send()
.expect(400)
.then(async(response) => {
expect(response.body.message).toEqual('Record to be deleted does not exist');
})
});
});
describe('PATCH /restaura... | Typescript |
32 cir_bgcol,ImU32 cir_col, float radius, float thickness, float max_progress, float progress, float font_size, ImU32 font_col, const char *text_begin, const char *text_end) {
ImGui::GetOverlayDrawList()->AddCircle(pos, radius, cir_bgcol, 0,thickness);
ImGui::GetOverlayDrawList()->PathArcTo({pos.x, pos.y}, radi... | C++ |
o"]},"Please select a time zone:":{v:["Por favor, selecione um fuso horário: "]}}},{l:"ro",t:{"Pick a date":{v:["Selectați o dată"]},"Pick a date and a time":{v:["Selectați data și timpul"]},"Pick a month":{v:["Selectați o lună"]},"Pick a time":{v:["Selectați timpul"]},"Pick a week":{v:["Selectați o săptămână"]},"Pick ... | JavaScript |
ca.X509Policy{
Allow: &linkedca.X509Names{
Dns: []string{"*.local"},
},
},
}
prov := &linkedca.Provisioner{
Name: "provName",
Id: "provID",
}
eak := &linkedca.EABKey{
Id: "eakID",
Policy: policy,
}
ctx := linkedca.NewContextWithProvisioner(context.Background()... | Go |
trage alle zu animierenden waende in
; einen speziellen buffer ein
wa_find_walls
; (1) alle sektoren
movea.l play_dat_ptr,a0 ; pointer auf spielerdaten
move.w pd_akt_sector(a0),d0 ; aktueller sektor
cmp.w pd_wall_anim_sec(a0),d0 ; wurde sektor zuletzt schon bearbeitet?
beq wafw_sector_out ; ja -> rou... | Assembly |
ion;
colliding = true;
}
}
else
{
if (previouslyColliding)
Remove(0);
}
previouslyColliding = colliding;
}
protected override void Add(ref ContactData contactCandidate)
... | C# |
e__pagetitle {
grid-area: pagetitle;
margin: 0;
}
.frame__title-wrap {
grid-area: title;
display: flex;
}
.frame__title {
margin: 0;
}
.frame__tagline {
position: relative;
margin: 0 0 0 1rem;
padding: 0 0 0 1rem;
}
.frame__social {
margin: 0;
grid-area: social;
justify-self: end;
}
.fra... | CSS |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.