content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
4.92a1 1 0 0 0 0 1.42Z"></path>
</svg>
</a>
</div>
<p>The process of implementing a SASE architecture can challenge an organization’s status quo for internal responsibilities and collaboration across IT, security, and networking. Different teams own various security or networking technologies whose replacement c... | HTML |
_request(2), force.get_evolution_factor(event.surface)), force, event.surface, x, y)
end)
end
function AlienSpawner.get_extra_map_info(cfg)
local multiplier = 10000
return [[Alien Spawner, aliens might spawn when mining!
Spawn chance: ]] .. (cfg.alien_probability * 100) .. [[%
Minimum spawn distance: ]] .... | Lua |
// SPDX-License-Identifier: GPL-2.0-only
/*
* Initialization protocol for ISHTP driver
*
* Copyright (c) 2003-2016, Intel Corporation.
*/
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include "ishtp-dev.h"
#include "hbm.h"
#include "client.h"
/**
* ishtp_dev_state_str() -Convert to ... | C |
arr="options" class="pcr-type" data-type="HSVA" value="${r?"HSV":"HSVA"}" type="button" ${l(e.interaction.hsva)}>\n <input :arr="options" class="pcr-type" data-type="CMYK" value="CMYK" type="button" ${l(e.interaction.cmyk)}>\n\n <input :ref="save" class="pcr-save" value="${c("btn:save")}" type="bu... | JavaScript |
published_time" content="2018-04-11T00:22:15+00:00"/> <meta property="article:modified_time" content="2018-04-11T00:22:15+00:00"/> <meta property="og:site_name" content="Swap-Stop"/> <meta property="og:image" content="https://web.archive.org/web/20181206101316im_/https://swap-stop.org/wp-content/uploads/ngg_featured/55... | HTML |
, "chanop"], autohelp=False)
def listignores(db, conn, chan):
"""- List all active ignores for the current channel"""
rows = db.execute(
select(table.c.mask).where(
and_(
table.c.connection == conn.name.lower(),
table.c.channel == chan.lower(),
),... | Python |
B4 99 04 B3 A8 */ stb r8, -0x4c58(r4)
/* 8011D558 001191B8 98 C4 B3 A9 */ stb r6, -0x4c57(r4)
/* 8011D55C 001191BC 89 1F 06 D6 */ lbz r8, 0x6d6(r31)
/* 8011D560 001191C0 88 DF 06 D7 */ lbz r6, 0x6d7(r31)
/* 8011D564 001191C4 99 04 B3 AA */ stb r8, -0x4c56(r4)
/* 8011D568 001191C8 98 C4 B3 AB */ stb r6, -0x4c55(r4... | Assembly |
15006 = Alaska CS27 6
<br>15007 = Alaska CS27 7
<br>15008 = Alaska CS27 8
<br>15009 = Alaska CS27 9
<br>15010 = Alaska CS27 10
<br>15031 = Alaska CS83 1
<br>15032 = Alaska CS83 2
<br>15033 = Alaska CS83 3
<br>15034 = Alaska CS83 4
<br>15035 = Alaska CS83 5
<br>15036 = Alaska CS83 6
<br>15037 = Ala... | HTML |
Lf clr.w d7
move.b 2(a0),d7
cmp.w d7,d2
ble.s .NoRg
move.w a2,d7
sub.b 2(a0),d7
move.w d5,-(a7)
moveq #1,d5
lsl.w d7,d5
subq.w #1,d5
not.w d5
and.w (a7)+,d5
.NoRg: add.w d3,d0 ; X+= Len of first char
move.w d0,d7 ; Calcul des coordonnes X
lsr.w #4,d0 ; / 16
add.w d0,d0 ; *2
mulu.w CURREN... | Assembly |
let v = ArrayVec.from([0, 1, 2, 3, 4, 5, 6, 7]);
v.retain(() => true);
assert_eq(v.as_slice(), [0, 1, 2, 3, 4, 5, 6, 7]);
v.retain((elt, i) => {
v.set(i, Math.floor(elt / 2));
return v.get(i).unwrap() % 2 === 0;
});
assert_eq(v.as_slice(), [0, 0, 2, 2]);
v.retain(() => false);
... | Typescript |
#ifndef COLOUR_ITEM_DELEGATE_H
#define COLOUR_ITEM_DELEGATE_H
#include "qt_subclasses_global.h"
#include "extended_q_styled_item_delegate.h"
#include <QStyledItemDelegate>
#include <QAbstractItemDelegate>
#include <QComboBox>
#include <QTimer>
extern "C" void new_colour_item_delegate(QObject *parent = nullptr, const ... | C |
sl 3
bl _mcount
ldr x0, [x22, 2736]
str wzr, [x0, 4]
ldr x1, [x22, 2736]
ldr w0, [x20, 276]
ldr w1, [x1, 32]
bl FSP_GetLogicFs
cbz x0, .L1180
ldrsb w0, [x0, 1]
cmp w0, 3
beq .L1181
ldr x1, [x22, 2736]
mov w2, 0
ldr w0, [x20, 276]
ldr w1, [x1, 32]
bl FSP_SetDisplay
.L1181:
ldr x1, [x22, 2736]
mov w2, 0... | Assembly |
n-bottom: 1.125rem;
/* Ensure title does not wrap under image until necessary. */
}
.node--view-mode-teaser .primary-image + .node__title {
flex-basis: calc(100% - 5.0625rem);
}
@media (min-width: 62.5rem) {
.node--view-mode-teaser .primary-image + .node__title {
flex-basis: auto;
}
}
.node--view-mode-... | CSS |
; lookupIndex < rules.Length; lookupIndex++)
{
ChainedClassSequenceRuleTable rule = rules[lookupIndex];
if (!AdvancedTypographicUtils.ApplyChainedClassSequenceRule(iterator, rule, this.inputClassDefinitionTable, this.backtrackClassDefinitionTable, this.lookaheadClassDefinitio... | C# |
pool_size=5,
schema_config="normalize",
)
print(
f"Pool size configured for non-encrypted with key: "
f"{config_with_key.pool_size}"
)
try:
pool, profile_name, path, effective_release_number = (
config_with_key.provisi... | Python |
ne)
{
case CirclePlane.X: GL.Vertex(center + new Vector3(x, y, 0)); break;
case CirclePlane.Y: GL.Vertex(center + new Vector3(x, 0, y)); break;
case CirclePlane.Z: GL.Vertex(center + new Vector3(0, x, y)); break;
}
... | C# |
c { client.get(url1).document() },
async { client.get(url2).document() },
).awaitAll()
}
val title = doc2
.selectFirst("h1")!!
.text()
val infodataEl = doc2.getElementsByClass("p-infotop-data").first()!!
val infotypeEl = doc2.getEleme... | Kotlin |
and if that fails try read-only
try {
folder.open(Folder.READ_WRITE);
} catch (MessagingException ex) {
folder.open(Folder.READ_ONLY);
}
int totalMessages = folder.getMessageCount();
int newMessages = folder.getNewMessageCount();
mailstatus = true;
if (readmail) readmail(fo... | Java |
new RDFExpressionFilter(
new RDFComparisonExpression(
RDFQueryEnums.RDFComparisonFlavors.EqualTo,
new RDFDatatypeExpression(new RDFVariable("?A")),
new RDFConstantExpression(RDFVocabulary.XSD.FLOAT))));
bool keepRow = filter.ApplyFilter... | C# |
erra en Los Baldíos del Sur."}},
[25079] = {"Jugando con pólvora", nil, {"Acaba con un zapador especialista cerca de Marca de Guerra y consigue un barril de polvo-de-bum."}},
[25080] = {"Pilas no incluidas", nil, {"Consigue una electromolleja zumbante de un tronatesta en Los Baldíos del Sur."}},
[25081] = {"Reclamar Ma... | Lua |
TOP_ld_qualifier_space_u8_a64, TOP_ld_qualifier_space_u16_a64,
TOP_ld_qualifier_space_u32_a64, TOP_ld_qualifier_space_u64_a64,
TOP_ld_qualifier_space_f32_a64, TOP_ld_qualifier_space_f64_a64,
TOP_ld_qualifier_space_s8_b32_a64, TOP_ld_qualifier_space_s16_b32_a64,
TOP_ld_qualifier_space_u... | C++ |
tJQUNULE1BQUEsR0FBUyxJQUFDLENBQUEsbUJBQUQsQ0FBQTtJQUVULElBQUEsR0FBTyxTQUFDLEdBQUQ7YUFBUyxJQUFJLENBQUMsR0FBTCxDQUFTLENBQVQsRUFBWSxJQUFLLENBQUEsR0FBQSxDQUFMLEdBQVksQ0FBeEIsQ0FBQSxHQUE2QixJQUFJLENBQUMsR0FBTCxDQUFTLENBQVQsRUFBWSxNQUFPLENBQUEsR0FBQSxDQUFQLEdBQWMsQ0FBMUI7SUFBdEM7SUFFUCxFQUFBLEdBQUssSUFBQSxDQUFLLE9BQUw7SUFDTC... | JavaScript |
06]]', '3003', '自身增加<color=#FFC432>6%</color>效果命中', '', '自身增加<color=#FFC432>6%(+3%)</color>效果命中', '107', '2', 'one'},
{'1073', '1073', '高倍瞄准', '107', '3', '1074', '', '[[7,0.09]]', '4007', '自身增加<color=#FFC432>9%</color>效果命中', '', '自身增加<color=#FFC432>9%(+3%)</color>效果命中', '107', '2', 'one'},
{'1074', '1074', '高倍瞄准', '10... | Lua |
sNullOrEmpty(Globals.ApplicationPath) ? Globals.ApplicationPath : "/" });
}
DotNetNuke.UI.Skins.Skin.AddPageMessage(Page, "", Localization.GetString("VerificationSuccess", this.LocalResourceFile), ModuleMessage.ModuleMessageType.GreenSuccess);
}
... | C# |
码';
this.successpwd1 = false;
} else if (this.registerForm.value.pwd1.match(/^[0-9A-Za-z]{6,15}$/)) {
this.errpwd1 = '';
this.successpwd1 = true;
if (this.registerForm.value.pwd2 && (this.registerForm.value.pwd2 !== this.registerForm.value.pwd1)) {
this.errpwd... | Typescript |
smartLifecycleGroupShutdown() {
StaticApplicationContext context = new StaticApplicationContext();
CopyOnWriteArrayList<Lifecycle> stoppedBeans = new CopyOnWriteArrayList<>();
TestSmartLifecycleBean bean1 = TestSmartLifecycleBean.forShutdownTests(1, 300, stoppedBeans);
TestSmartLifecycleBean bean2 = TestSmartL... | Java |
w to manage the synchronization?
Vec::new()
}
pub fn input_helper_get_nameplate_completions(
&mut self,
prefix: &str,
) -> Result<Vec<String>, InputHelperError> {
self.input.get_nameplate_completions(prefix)
}
pub fn input_helper_get_word_completions(
&mut s... | Rust |
An Activity-based View, , London: Sage; Kaptelinin, V., Nardi, B., (2006) Acting With Technology: Activity Theory and Interaction Design, , Cambridge, MA: MIT Press; Knorr-Cetina, K., Sociality with objects: Social relations in postsocial knowledge societies (1997) Theory, Culture & Society, 14 (4), pp. 1-30; Knorr-Ce... | HTML |
加減』">http://www.amazon.co.jp/o/ASIN/4048865404/book042-22/ref=nosim</a>
</p>
</blockquote>
<p>2012年5月16日発売</p>
<blockquote cite="http://updates.html5rocks.com/2012/04/Big-boost-to-DOM-performance---WebKit-s-innerHTML-is-240-faster" title="Big boost to DOM performance - WebKit's innerHTML is 240% faster - HTML5Rocks U... | HTML |
int tileHeight = TileHeight;
Color color = Color * Alpha;
Vector2 renderPos = new Vector2(position.X + clippedRenderTiles.Left * tileWidth, position.Y + clippedRenderTiles.Top * tileHeight);
for (int i = clippedRenderTiles.Left; i < clippedRenderTiles.Right; i++) {
f... | C# |
RavenVector<sbyte>(blittableJsonReaderVector);
if (embeddingType == typeof(short))
return CreateRavenVector<short>(blittableJsonReaderVector);
if (embeddingType == typeof(int))
return CreateRavenVector<int>(blittableJsonReaderVector);
if (embeddingType == typeof(long))
... | C# |
event.endTime.minute)) &&
(endTimeNew.hour > event.startTime.hour ||
(endTimeNew.hour == event.startTime.hour &&
endTimeNew.minute >= event.startTime.minute))) {
return true;
}
}
return false;
}
bool isSameDate(DateTime date1, DateTime date2) {
return date1.year == ... | Dart |
里人四完了,不久也气饿而死,全家5口人死绝了。陈得友还规定干活消极不给饭吃,贫农韩为新的老婆韩宋氏,因有病不能干活,每天食堂只给打一碗饭,本人还舍不得吃,留给小孩吃,临死时叫喊要喝点面水,陈得友、丁治省等人不给喝,而被饿死。而陈得友等都多吃多占,大吃大喝,有一次他们几个人一顿就吃了15斤面。60年春,陈得友等在西坡锄地,衣服脱在路埂上,陈的二斤粮票、三元钱被其表弟王连旭拿去,陈把王带到何庄,叫丁学干把王吊在食堂门上,毒打一顿,打后陈说王手下不干净,不给饭吃,要把王赶出周庄,王饿的走不动路,倒卧在庄外,陈还不叫进庄,最后在这庄工作的大队干部王万发发现后,在食堂给他弄一盆稀饭吃,后又叫人把王架在场屋里,第二天早晨死去(据群众反映是刘从金... | HTML |
"width:100%;;;;"><tbody><tr><td class="navbox-group" style=";;"><div>对战符卡</div></td><td style=";;" class="navbox-list navbox-odd"><div><a href="/%E8%A6%81%E7%9F%B3%E3%80%8C%E8%A6%81%E7%9F%B3%E6%B5%AE%E6%B8%B8%E7%82%AE%E3%80%8D" class="mw-redirect" title="要石「要石浮游炮」">要石「要石浮游炮」</a> • <a href="/%E5%9C%B0%E7%AC%A6%E3%... | Markdown |
(db.exists()) db.delete()
}
try {
DatabaseUtils.initializeDatabase(context)
} catch (e: UnsupportedDatabaseVersionException) {
val db = DatabaseUtils.getDatabaseFile(context)
db.renameTo(File(db.absolutePath + ".invalid"))
DatabaseUtils.initializ... | Kotlin |
tware
* 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.
*/
.section .reset_vector, "ax"
.global reset_vector
.code16
r... | Assembly |
gridArg,
uri.getParameterValue(goog.ui.ServerChart.UriParam.GRID));
}
function testSetMarkerParameter() {
var markerArg = 's,FF0000,0,-1,5';
var chart = new goog.ui.ServerChart(
goog.ui.ServerChart.ChartType.SPARKLINE, 300,200);
chart.addDataSet([0, 100], '008000', 'foo');
chart.setMarkerParamet... | HTML |
of the field is `P2IV_12`"]
#[inline(always)]
pub fn is_p2iv_12(&self) -> bool {
*self == P2IV_A::P2IV_12
}
#[doc = "Checks if the value of the field is `P2IV_14`"]
#[inline(always)]
pub fn is_p2iv_14(&self) -> bool {
*self == P2IV_A::P2IV_14
}
#[doc = "Checks if the val... | Rust |
01759488148904 0.7701759488148904
Threshold value is: 0.433443442921303
Mitral Regurgitation [742 / 11,970] (AUROC=0.83)
/Users/pae2/Box/Heart Failure Analytics/Data/MuseLabelGeneration/ValveNet_JACC_Revisions/Dendrite_Transfer/JACC_REVISIONS_Eval_AS_AI_MR_Combination_2022-03-03--06:23:39/y_y_pred_roc_0.8351.csv
All ... | HTML |
e" class="relative sm:absolute sm:-left-5">
<svg width="16" height="16" viewBox="0 0 24 24">
<path fill="currentcolor" d="m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0... | HTML |
jmp dblora
*-------------------------------
*
* P A G E F L I P
*
*-------------------------------
PAGEFLIP
lda PAGE
bne :1
lda #$20
sta PAGE
lda $C054 ;show page 1
rts
:1 lda #0
sta PAGE
lda $C055 ;show page 2
rts
*-------------------------------
*
* M O V E S T U F F
*
* Called from BUILDER
* Enter &... | Assembly |
rray(0);
this.gl.vertexAttribPointer(0, 3, this.gl.FLOAT, false, 0, 0);
this.numLineVertices = gridSize[0] * gridSize[1] * gridSize[2] * 2;
}
draw(o: DrawOptions) {
if (o.drawPressure) {
this.pressurePoints.use();
this.pressurePoints.setProjection(o.proj);
... | Typescript |
] 200 GET / (127.0.0.1) 559.58ms
09:30:31 [INFO] 200 GET /static/css/vendor/bootstrap.css (127.0.0.1) 5.15ms
09:30:31 [INFO] 200 GET /static/css/vendor/bootstrap-switch.css (127.0.0.1) 0.87ms
09:30:31 [INFO] 200 GET /static/css/vendor/jquery.dataTables.css (127.0.0.1) 0.92ms
09:30:31 [INFO] 200 GET /static/css/vendor/s... | Markdown |
UnM1eqp9O1+y5Lt";
sout << "1p1DrkrZduSwZtg4DmJt/2g0eV5xO7LPishn8ezxLTcMLCQYZDM4gjhiWt26U0XEQClxxouxQKiV";
sout << "jpcwn99nBEj5r7tkQLfJ4clQW8gOuBidgJ3gWiAlR/Pwkys4L7cdQybo8WegBvXRJyNi0mDGsM4k";
sout << "cD8A38+zxN/mI7Z1Gv7y5zWUMrILQJvPVXCCWXo6gikdJpkLrprcp0RUXo0b1iUgGgOXVvY6PGA9";
... | C++ |
0.h, p3/z, z13.h\n"
"fsqrt z30.h, p3/m, z13.h");
COMPARE_MACRO(Fsqrt(z29.VnS(), p3.Zeroing(), z14.VnS()),
"movprfx z29.s, p3/z, z14.s\n"
"fsqrt z29.s, p3/m, z14.s");
COMPARE_MACRO(Fsqrt(z28.VnD(), p3.Zeroing(), z15.VnD()),
"movprfx z28.d, p3/z, z15.d\n... | C++ |
实践练习**:
```rust
// 练习 1: 创建自定义错误类型
#[derive(Debug, Clone)]
pub enum AppError {
Network(NetworkError),
Database(DatabaseError),
Business(BusinessError),
}
// 练习 2: 实现错误恢复
impl AppError {
pub fn recover(&self) -> Option<RecoveryAction> {
match self {
AppError::Network(e) => e.retry_s... | Markdown |
子都是方的, 超级难用的产品甚至培养出一票以折腾难用和难配置的软件为自豪甚至打击新手的社区风气。 深度的目标就是让大家能够轻松直觉化得享受软件, 然后把剩下的宝贵时间浪费在美好的事上!</p>
<p>我们在2012年陆续发布了新版的深度软件中心, 深度音乐和深度影音。</p>
<p>团队依然是我们独有的“乱搞”风, 发布系统后全公司疯玩, 一起在公司打了一天 Dota。</p>
<h4 id="2013-搬到武汉最南边">2013 搬到武汉最南边</h4>
<p>一年过去了, 团队继续扩展, 到了30多人, 眼看300平米的办公场所已经坐不下了, 加上坑爹的学校,团队都想早一点搬出去。有了上次的经验, 这次我们打死也不会找学校... | HTML |
ootCommand() *cobra.Command {
loader := composite.NewComposite(
map[string]composite.Loader{
scheme.SchemeKubernetes: kubernetes.New(crconfig.GetConfig),
scheme.SchemeFile: file.New(afero.OsFs{}),
scheme.SchemeGit: git.New(),
},
)
var (
configFile string
outputFormat string
)
root... | Go |
Replace(Path.DirectorySeparatorChar, '/')
.Replace("//", "/");
FileKind = fileKind;
CssScope = cssScope;
}
public string SourcePath { get; }
public string OutputPath { get; }
public string RelativePhysicalPath { get; ... | C# |
icon {
left: 32px;
right: auto;
}
.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
margin-top: -1.62em;
}
.e-multi-select-wrapper input[type=text] {
background: none;
border: 0;
font-family: "Segoe UI", -apple-system, blinkMacSystemfont, "Roboto", "Helvetica Neue", sans-serif;
font-size... | CSS |
<li><a href="extras_randompolygon.html">module:extras/randompolygon</a></li>
<li><a href="extras_raypick.html">module:extras/raypick</a></li>
<li><a href="extras_skysphereshader.html">module:extras/skysphereshader</a></li>
<li><a href="extras_starfield.html">module:extras/starfield</a></li>
<li><a href="extra... | HTML |
/images/open-innovation-1.png",
caption: "CC-BY Mozilla",
subtitle: "Design, Connect, Open Practice, Contribute, Share",
description: "You and your learners will brainstorm, research, storyboard, and share new, innovative products for your peers to learn about the advantages of openness while le... | JavaScript |
// This file is part of MLDB. Copyright 2015 mldb.ai inc. All rights reserved.
/* serialization_order.h -*- C++ -*-
Jeremy Barnes, 17 March 2005
Copyright (c) 2005 Jeremy Barnes. All rights reserved.
---
Functions to convert between host and serialization... | C |
heme.of(context).colorScheme.onErrorContainer,
);
}
}
navProfile() {
currentPageIndex = 3;
}
Future<bool> isVideoFile(String url) async {
try {
final response = await http.head(Uri.parse(url));
final contentType = response.headers['content-type'];
return contentType != null... | Dart |
rd-spacing:-1.2px;}
#t38_140{left:522px;bottom:537px;}
#t39_140{left:531px;bottom:537px;}
#t3a_140{left:536px;bottom:537px;}
#t3b_140{left:542px;bottom:537px;letter-spacing:1px;}
#t3c_140{left:570px;bottom:537px;}
#t3d_140{left:575px;bottom:537px;}
#t3e_140{left:596px;bottom:537px;}
#t3f_140{left:608px;bottom:537px;}
#... | HTML |
@ParameterizedTest
@MethodSource("rlpInputs")
void testRlpTxn(
TransactionType type,
boolean isDeployment,
BigInteger value,
Bytes payload,
List<AccessListEntry> accessList,
boolean chainLess,
TestInfo testInfo) {
final KeyPair senderKeyPair = new SECP256K1().genera... | Java |
cond),
options = listOf(FeatureFlagOption("First", isDefault = true)),
key = "FeatureB",
),
)
val exception = shouldThrow<IllegalArgumentException> {
OptionFactoryModel(ClassName("io.mehow", "GeneratedOptionFactory"), features)
}
exception shouldHaveMessage ... | Kotlin |
�新しいSaaS企業が生まれ、それぞれが次のSalesforceになる可能性を秘めています。</p>
<p>しかし、急成長している分野とはいえ、あなたがSaaS企業にお勤めの方であれば、この道を切り開くのは容易でないことはご存じでしょう。</p>
<p>Cloudflareは、4年前にSaaSのお客様を支援する「<a href="https://www.cloudflare.com/ssl-for-saas-providers">SSL for SaaS</a>」と言う名称のソリューションを<a href="https://blog.cloudflare.com/introducing-ssl-for-saas">リリース</a... | HTML |
3
pip install -e .
pip install -e humanoidverse/isaac_utils
## 快速开始
### 训练示例
```bash
# 确保在Isaac Gym环境中
conda activate hgym
# Isaac Gym环境训练运动跟踪任务
python humanoidverse/train_agent.py +simulator=isaacgym +exp=motion_tracking
```
### 评估示例
```bash
# 加载训练好的模型进行评估
python humanoidverse/eval_agent.py \
+checkpoint=logs/... | Markdown |
discard(size, queue);
}
/// \internal_
void generate(discard_iterator first, discard_iterator last, command_queue &queue)
{
(void) queue;
ulong_ offset = std::distance(first, last);
m_counter += offset;
}
/// Generates random numbers, transforms them with \p op, ... | C++ |
right;
const xAxisWidth = plotWidth - facetWidth;
// Draw x-axis label
this._xLabel = this._container.append('text')
.attr('text-anchor', 'middle')
.attr('transform', `translate(${margin.left}, ${afterSubGraphHeight})`)
.attr('x', xAxisWidth / 2)
.text(xAxisConfig.name... | HTML |
��이다.\n' +
'\n' +
'## References\n' +
'\n' +
'* [1] Ilge Akkaya, Marcin Andrychowicz, Maciek Chociej, Mateusz Litwin, Bob McGrew, Arthur Petron, Alex Paino, Matthias Plappert, Glenn Powell, Raphael Ribas, et al. Solving rubik\'s cube with a robot hand. _arXiv preprint arXiv:1910.07113_, 2019.\n'... | HTML |
'200px', overflow: 'auto' },
placeholder: h('i', ['\u8BF7\u4E0B\u62C9\u9009\u62E9']),
searchPlaceholder: 'please search',
multiple: true,
value: this.multipleValue,
treeData: gData,
treeNodeFilterProp: 'title',
allowClear: true,
__propsSy... | JavaScript |
renderOutputs(this.state.outputs);
const logsList = this.renderOutputs(this.state.logs);
return (
<div className="PropertiesBar"
onClick={(e) => {
e.stopPropagation();
}}
onMouseDown={(e) => {
e.stopPropagation();
}}
>
{
this... | JavaScript |
یایی',
'lon': 'طول جغرافیایی',
'create': 'ایجاد',
'city': 'شهر',
'district': 'ناحیه',
'noWeatherCard': 'یک شهر اضافه کنید',
'deletedCardWeather': 'حذف یک شهر',
'deletedCardWeatherQuery': 'آیا از حذف این شهر اطمینان دارید؟',
'delete': 'حذف',
'cancel': 'صرف نظر',
'time': 'زمان در ا... | Dart |
nitMeans) {
vl_gmm_set_means(gmm, initMeans) ;
}
if (initCovariances) {
vl_gmm_set_covariances(gmm, initCovariances) ;
}
if (verbosity) {
char const * initializationName = 0 ;
switch (vl_gmm_get_initialization(gmm)) {
case VlGMMRand : initializationName = "rand" ; break ;
case VlGM... | C |
er();
let serializer = self.encoding.encoding();
let encoder = Encoder::<()>::new(serializer);
let request_builder = KinesisRequestBuilder {
compression: self.compression,
encoder: (transformer, encoder),
};
let sink = KinesisSink {
batch_set... | Rust |
s.display();
// creating/ opening the file in write mode
match File::create(path_for_sides) {
Err(why) => error!("error: [suggest side] couldn't create {}: {}", display, why),
Ok(mut file) => {
// format side suggestion message
let side_suggestion ... | Rust |
/*
* Copyright (c) 1992 OMRON Corporation.
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* OMRON Corporation.
*
* Redistribution and use in source and binary forms, with or without
* modification... | Assembly |
u.grasscutter.net.proto.GCGZoneOuterClass.GCGZone> modifyZoneMap_;
private com.google.protobuf.MapField<java.lang.Integer, emu.grasscutter.net.proto.GCGZoneOuterClass.GCGZone>
internalGetModifyZoneMap() {
if (modifyZoneMap_ == null) {
return com.google.protobuf.MapField.emptyMapField(
... | Java |
oveAll(matchedPieces);
debug("Item matched explosion, ignoring...", player);
if (!matchedPieces.isEmpty()) return;
}
int reduction = module().getInt("reduction");
// 60 + (40 / (level + 1) ) % chance that durability is reduced (for each point of durability)
fina... | Java |
BG, 0x1, 0x0, 0x5, 0x1c
waitforvisualfinish
createvisualtask AnimTask_AllocBackupPalBuffer, 0x5
waitforvisualfinish
createvisualtask AnimTask_CopyPalUnfadedToBackup, 0x5, 0x0, 0x1
delay 0x1
createvisualtask AnimTask_CopyPalFadedToUnfaded, 0x5, 0x0
delay 0x1
loopsewithpan SE_M_TAKE_DOWN, SOUND_PAN_ATTACKER 0x9 0... | Assembly |
.isAlias(color)) {
throw new Error('The color passed has not a valid format.');
}
let alphaChannel = 1;
if (color === 'transparent') {
alphaChannel = 0;
}
alphaChannel = this.getHexaWithPadding(alphaChannel * 255);
let hexColor = colorConstants.co... | Typescript |
b .while_check1
.align 3
.igzip_no_hist:
ldrb w_tmp1, [end_in]
add next_in, end_in, 1
ldrh w_tmp0, [matches_icf_lookup]
bfi w_tmp0, w_tmp1, 0, 10
strh w_tmp0, [matches_icf_lookup]
ldr w_tmp0, [matches_icf_lookup]
and w_tmp0, w_tmp0, mask_10bit
orr w_tmp0, w_tmp0, mask_lit_dist
str w_tmp0, [matches_icf_lookup... | Assembly |
.6,
"smooth_time": 1,
"control": "pid",
"pid_kp": 40.598,
"pid_ki": 1.395,
"pid_kd": 295.352,
"heater_pin": "PD13",
"pwm_cycle_time": 0.1
}
''';
final jsonMap = json.decode(jsonString);
final configHeaterBed = ConfigHeaterBed.fromJson(jsonMap);
expect(configHeaterBed.hea... | Dart |
么:“总理肯定了你们夺权派是真正的革命造反派。总理是代表中央和毛主席讲的。”谭震林狗胆包天,竟敢造我们伟大领袖毛主席的谣,造周总理的谣,真是罪该万死!
</p>
<p>
(二)化工部付部长、美蒋特务张珍在余秋里、谷牧之流授意下,杀气腾腾地说:“对红战团不但要从组织上摧垮,而且要从思想上摧垮。”在张珍之流的操纵下,次日,保守组织查封了《红战团》,并气势汹汹地说:“就是要对你们专政!”
</p>
<p>
(三)李先念派杨××向财金八八驻工商管理局战士传达他的“指示”,决定把工商管理局大权交给原党组书记、反革命修正主义分子许涤新和原党组成员、叛徒黄芥然。
</p>
<p>
二月二十一日:
</... | HTML |
I, y, z + zI, Material.WHITE_WOOL);
// else
// chunk.setBlock(x + xI, y, z + zI, Material.WHITE_WOOL, DyeColor.LIGHT_GRAY);
break;
case YEL:
chunk.setBlock(x + xI, y, z + zI, Material.YELLOW_WOOL);
break;
case RED:
chunk.setBlock(x + xI, y, z + zI, Material.RED_WOOL);
break;
... | Java |
the algorithm instance</span></div></div><!-- fragment --> <h3>Dependencies</h3>
<p>Library is platform independent. To port the library, platform shall implement few functions that Library abstracts, see <a class="el" href="group___g_t_r_a_c_k___dependencies.html">Dependencies</a></p>
<h2>Internal Architecture of the ... | HTML |
Fingerprint::from_hex_string(
"84d89877f0d4041efb6bf91a16f0248f2fd573e6af05c19f96bedb9f882f7882",
)
.unwrap();
let digest_1 = Digest(fingerprint_1, 10);
let bytes_2 = Bytes::from("9876543210");
let fingerprint_2 = Fingerprint::from_hex_string(
"7619ee8cea49187f309616e30ecf54be072259b4376... | Rust |
ific examples.
///
/// #Example
///
/// ```rust
///
/// extern crate crossterm;
///
/// use self::crossterm::cursor;
///
/// // Get cursor and goto pos X: 5, Y: 10
/// let mut cursor = cursor::cursor();
/// cursor.goto(5,10);
///
/// //Or you can do it in one line.
/// cursor::cursor().goto(5,10);
///
/// ```
pu... | Rust |
# coffset += 8
decq I # i --
jg .L2_11
ALIGN_4
/**************************************************************************
* Rest of M
***************************************************************************/
.L2_20:
testq $3, M
jz .L2_60 // to next 2 lines of N
testq $2, M
jz .L2_40
ALIGN_4
.... | Assembly |
iqian
*
* Licensed under the Apache License, Version 2.0 (the "License");
* 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 dist... | Kotlin |
{
val editorInfo = createEditorInfo(this)
val inputConnection =
onCreateInputConnection(editorInfo)
attachTemporaryInputConnection(
inputConnection,
editorInfo
... | Kotlin |
igerators.getPrice())
// console.log(WashingMachines.getCatogry())
// console.log(WashingMachines.getName())
// console.log(WashingMachines.getPrice())
// // #10 test stor
// import { Warechouse } from "./task-8-test/warehouse";
// import { Stor } from "./task-8-test/stor"
// const maradonaStor = new Stor('Maradona'... | Typescript |
Populate_List (item_data->class_id);
} else {
NodeClass *node = Get_Item_Node (index);
if (node != NULL) {
//
// If this node is a terrain, then display the subojects,
// otherwise snap the camera to the node
//
if (node->Get_Sub_Node_Count () > 0) {
m_ClassIDStack.A... | C++ |
local function HandleBNPlayerLink(link, text, linkData, contextData)
local name, bnetIDAccount, lineID, chatType, chatTarget, communityClubID, communityStreamID, communityEpoch, communityPosition;
if ( linkData.type == LinkTypes.BNPlayerCommunity ) then
name, bnetIDAccount, communityClubID, communityStreamID, commu... | Lua |
ve to be reversed */
mov 12+TLS(%esp), %esi
mov 12+CTID(%esp), %edi
mov $120, %al
int $0x80
test %eax, %eax
jnz .parent_exit
xor %ebp, %ebp
.cfi_undefined %eip
.cfi_undefined %ebp
call 1f
1:
pop %ebx
addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %ebx
call __mlibc_enter_thread@plt
hlt
.parent_exit:
pop %edi
... | Assembly |
P>
Unpacker enables you to deserialize objects from stream.
Unpacker provides Buffered API, Unbuffered API and
Direct Conversion API.
Buffered API uses the internal buffer of the Unpacker.
Following code uses Buffered API with an InputStream:
<pre>
// create an unpacker with input stream
Unpacker pac = new Unp... | HTML |
ords].
*
* _Note: This function does **not** filter out "hidden" npcs (e.g., those that are respawning).
* If you want to exclude these, filter the result using `Npc.isValidTarget`._
*/
public fun findAll(coords: CoordGrid): Sequence<Npc> =
findAll(ZoneKey.from(coords)).filter { it.coord... | Kotlin |
>(Key) {
internal companion object Key : DataMap.Key<SpeakerNotes> {
private val allSteps = 0..Int.MAX_VALUE
}
public val notes: ImmutableList<Pair<IntRange, String>> = notes.toImmutableList()
public constructor(md: String): this(listOf(allSteps to md))
@Deprecated("Speaker notes are now ... | Kotlin |
to allocate a buffer for <A HREF="timath.html#atof">atof</A> on the
stack, and we didn't want to waste too much stack space.<BR>
required pointer: 'float *'<BR>
automatically skips leading whitespace</P></LI>
<LI><P>'s': matches a non-whitespace string, and null-terminates it when copying
it to the buffer (so make sur... | HTML |
// Adjust canvas if ratio =/= 1
if (deviceRatio !== bsRatio) {
canvas.width = Math.round(width * ratio);
canvas.height = Math.round(height * ratio);
canvas.style.width = width + 'px';
canvas.style.height = height + 'px';
context.scale(ratio, ratio);
}
... | Typescript |
break;
case "%":
// Replace gosub parameter references
var vName = thisMatch.match(/(?:\[\%)(.*?)(?:\%\])/g)[0];
vName = vName.substring(2, vName.length - 2);
if (callParamList[vName] !== undefined) {
replacement = callParamList[vName];
}
break;
case "*":
// Replace ab... | JavaScript |
flow.op.core.Constant
/**
* Layer that reshapes inputs into the given shape.
*
* Input shape: `(batch_size,) + any shape`.
*
* Output shape: `(batch_size,) + target_shape`.
*
* @property [targetShape] Target shape. List of integers, does not include the samples dimension (batch size)
* @property [name] Custom ... | Kotlin |
+ (1.09468 + 0.000066*T) * t2
+ 0.018203 * t3;
let theta = (2004.3109 - 0.85330*T - 0.000217*T2) * t
- (0.42665 + 0.000217*T) * t2
- 0.041833 * t*t*t;
zeta = deg2rad(zeta/3600.0);
eta = deg2rad(eta/3600.0);
theta = deg2rad(thet... | Typescript |
e aware of each case
// when this happens.
DCHECK(0);
// Internal exception will be caught.
} else {
trampoline_slot = next_slot_;
free_slot_count_--;
next_slot_ += kTrampolineSlotsSize;
}
return trampoline_slot;
}
private:
int start_;
in... | C |
00u16);
for _ in 0..4 {
led.toggle().unwrap();
hal::Delay.delay_ms(100u16);
}
}
}
#![feature(collections)]
#![allow(dead_code, unused_variables, unused_must_use)]
mod parse;
/*
This source code file is distributed subject to the terms of the GNU Affero General Public License... | Rust |
ister(struct ptp_clock_info *info,
struct device *parent)
{
struct ptp_clock *ptp;
int err = 0, index, major = MAJOR(ptp_devt);
if (info->n_alarm > PTP_MAX_ALARMS)
return ERR_PTR(-EINVAL);
/* Initialize a clock structure. */
err = -ENOMEM;
ptp = kzalloc(sizeof(struct ptp_clock), GFP_KERNEL);
if (ptp... | C |
CTIVE_HIGH, _out = _O_ACTIVE_HIGH, mode = IO_DIR.OUT },
[IO.R_SCRAMMED] = { _in = _I_ACTIVE_HIGH, _out = _O_ACTIVE_HIGH, mode = IO_DIR.OUT },
[IO.R_AUTO_SCRAM] = { _in = _I_ACTIVE_HIGH, _out = _O_ACTIVE_HIGH, mode = IO_DIR.OUT },
[IO.R_HIGH_DMG] = { _in = _I_ACTIVE_HIGH, _out = _O_ACTIVE_HIGH, mode =... | Lua |
o compiler
errors on some future machine, but you don’t need to worry about
silently compiling incorrect code that yields runtime errors.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Plan-execution-in-Fortran.html" accesskey="n" rel="next">Plan execution in Fortran</a>, Previous: <a href="Reversing-array-dim... | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.