content
stringlengths
2
6.21k
label
stringclasses
16 values
A, 491)] // size: 1 public byte m_32AFE9AA = 0x1; [STUField(0xE4A295CE, 492)] // size: 1 public byte m_E4A295CE = 0x1; [STUField(0x1C2A9945, 493)] // size: 1 public byte m_1C2A9945 = 0x1; } }
C#
q_f32(vfpacc0123, vscale); vfpacc4567 = vmulq_f32(vfpacc4567, vscale); vacc0123 = vcvtnq_s32_f32(vfpacc0123); vacc4567 = vcvtnq_s32_f32(vfpacc4567); #if XNN_ARCH_ARM64 int16x8_t vacc01234567 = vqmovn_high_s32(vqmovn_s32(vacc0123), vacc4567); #else int16x8_t vacc01234567 =...
C
implementors-toggle" open><summary><section id="impl-AsRef%3CPushBytes%3E-for-PubkeyHash" class="impl"><a href="#impl-AsRef%3CPushBytes%3E-for-PubkeyHash" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.AsRef.html" title="trait core::convert:...
HTML
den &quot;Datei Men->Speichern als&quot; Eintrag, um den Quellcode an eine beliebige Stelle unter dem von Ihnen gewnschten Namen zu speichern. Sie werden die Datei sicher mit der Endung &quot;.pb&quot; speichern wollen, da diese mit dem Editor verknpft ist. <p>Sobald Sie die Datei gespeichert haben, knnen Sie sie ausf...
HTML
, t2 T2, t3 T3, t4 T4, t5 T5, t6 T6, t7 T7, t8 T8, t9 T9, t10 T10) R { return f(MakeTuple10(t1, t2, t3, t4, t5, t6, t7, t8, t9, t10)) } } // Monoid10 creates a [Monoid] for a [Tuple10] based on 10 monoids for the contained types func Monoid10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10 any](m1 M.Monoid[T1], m2 M.Monoid...
Go
/** * Driver for Soundgraph/Ahanix/Silverstone/Uneed/Accent iMON IR/VFD Module * * In order to be able to use it, you have to get and install one of * the following kernel modules: * - standalone iMON VFD driver from http://venky.ws/projects/imon/ * - the iMON module included with LIRC ver. 0.7.1 or newer * ...
C
;c[q+16>>2]=f;cD(u,0,88)|0;s=q+52|0;c[u+76>>2]=-1;c[s>>2]=u;c[q+56>>2]=1;if((g|0)==0|(g&-268435456|0)==268435456?((g>>>24&15)+-1|0)>>>0<3:0){rC(103327,k)|0;x=-1;l=j;return x|0}if((bD(t,g)|0)<0){x=-1;l=j;return x|0}cD(r,0,60)|0;c[r>>2]=1;g=r+4|0;c[g>>2]=t;c[r+20>>2]=h;c[r+8>>2]=a;c[r+12>>2]=b;c[r+16>>2]=i;cD(v,0,88)|0;c...
JavaScript
using SampleLearning; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _3A { public class LolExpections { public int Div() { int numerator,denominator; numerator = Convert.ToInt32(Console.Read...
C#
ED_TO_KOTLIN") if (superclass == java.lang.Object::class.java) return null return superclass.findFieldByName(name) } fun Class<*>.findMethodByName(name: String): Method? { val method = (declaredMethods + methods).find { it.name == name } if (method != null) return method @Suppress("PLATFORM_CLASS_M...
Kotlin
_layers, n_head=opt_config.num_attention_heads, n_inner=opt_config.ffn_dim, activation_function=opt_config.activation_function, resid_pdrop=opt_config.dropout, # HF's implementation of OPT doesn't seem to have embedding dropout embd_pdrop=opt_config.dropout, attn_...
Python
iris', '', '', '4', '', '', '', '', '', '', '', '', '1033346', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''}, {'1033346', '', '阿努比斯一直在那里。', '', '', '', '', '', '', '', '', '', '7032001', '', '', '2', '', '奥西里斯', 'Osiris', '', '', '4', '', '', '', '', '', '', '', '', '1033347', '', '', '', '', '', '', ...
Lua
-top:30px}.siderBarBox .chatBox .chatList .item[data-v-448c8c82]{padding:6px 16px;color:#edeef0;cursor:pointer;margin-top:12px;display:flex;align-items:center;justify-content:space-between;background:rgba(36,37,43,.3);border-radius:12px;border:2px solid rgba(142,145,166,.15)}.siderBarBox .chatBox .chatList .itemSelect[...
CSS
), to, duration, GodotObjectExtensions.GetGodotObjectValidationFunction(target) ); } public static GTween TweenPropertyColor(this ShaderMaterial target, StringName property, Color to, float duration) { return GTweenGodotExtensions.Tween( ...
C#
.FaultMgmt.QueuedEvent.EventType"><em>EventType</em></a> and <a href="#D.Device:2.Device.FaultMgmt.QueuedEvent.ProbableCause"><em>ProbableCause</em></a>. This is vendor defined and will be an empty string if the device doesn't support inclusion of this information.</p> </td> <td> <p>-</p> </td> <td> <p>2.0</p> </td> </...
HTML
.party_details_grp_comp_index = ProtoField.new("Party Details Grp Comp Index", "eurex.cash.eti.t7.v8.1.partydetailsgrpcompindex", ftypes.UINT16) omi_eurex_cash_eti_t7_v8_1.fields.quote_entry_ack_grp_comp_index = ProtoField.new("Quote Entry Ack Grp Comp Index", "eurex.cash.eti.t7.v8.1.quoteentryackgrpcompindex", ftypes....
Lua
/* 例程8. 求解二维数组最大最小元素 整理优化by:千百度QAIU QQ:736226400 编译环境:gcc/tcc 2017/10/20 */ #include <conio.h> #define MAXN 20 int a[MAXN][MAXN]; int main() { int min, /* 存储最小值 */ max; /* 存储最大值 */ int row,col,n; clrscr(); printf("Please input the order of the matrix:\n");/* 输入方阵的阶次 */ scanf("%d",&n); printf("Please input th...
C
# cook your dish here x, y = map(int,input().split()) if(x>=y): print("No") else: print("Yes")
Python
/* GStreamer * Copyright (C) 2020 Igalia, S.L. * Author: Víctor Jáquez <vjaquez@igalia.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License...
C
org/wikipedia/commons/thumb/c/cb/Flag_of_the_Czech_Republic.svg/45px-Flag_of_the_Czech_Republic.svg.png 2x" width="23"/></a></span> <a href="//en.wikipedia.org/wiki/Pardubice" title="Pardubice">Pardubice</a></td> <td style="background:#fffacd"><span class="flagicon"><img alt="" class="thumbborder" data-file-height="800...
HTML
flex: 1 1 0%; } } .#{$flexName}-grow { flex: 1 1 100%; box-sizing: border-box; } .#{$flexName}-initial { flex: 0 1 auto; box-sizing: border-box; } .#{$flexName}-auto { flex: 1 1 auto; box-sizing: border-box; } .#{$flexName}-none { flex: 0 0 auto; box-sizing: border-box; } ...
CSS
配出列表页进行相关处理。 if ((page.getUrl()).regex("http://my.csdn.net/\\w+").match()) { // 获取最外层节点 // TODO:应该是get(1),不知道为什么 Elements mainElements = page.getHtml().getDocument() .getElementsByTag("div").get(2).children(); // 个人资料 Elements profileElements = mainElements.get(0).getElementsByTag( "div"); ...
Java
te_s_alt).unwrap(), template ); } #[test] fn missing_special_tokens() { let processor = TemplateProcessing::builder() .try_single(" $0 ") .unwrap() .try_pair(" $A:0 $B:1 ") .unwrap() .build(); let err_a = Err(...
Rust
* ext/osx_objc/RBThreadSwitcher.m: RBThreadSwitcher.start restart when it's running already. * ext/osx_objc/osx_objc.m: define ruby_thread_switcher_start without argments. thread_switcher_start() when load this library. * ext/osx_objc/RBThreadSwitcher.h, ext/osx_objc/RBThreadSwitcher.m: define RBThreadSwitcher...
HTML
OCyruCzguCysuCylQ== 69536 54m56Imy 69537 LnBhc3M= 69538 bGVnZXM= 69539 IOCyh+CysuCzjeCysg== 69540 IHRpZW50 69541 IHBsYXph 69542 LlNlY29uZA== 69543 IHlhaXR1 69544 IG91dHJlYWNo 69545 LWZpbHRlcg== 69546 fSkpOwo= 69547 IOCkteCljeCkr+CkleCljeCkpOCkvw== 69548 5Yev 69549 YXBwcm92ZQ== 69550 IHBoaWw= 69551 IEZvdXJ0aA== 69552 IH...
Kotlin
EGER<ENUMTYPE>::type)b)); \ } \ inline ENUMTYPE &operator^=(ENUMTYPE &a, ENUMTYPE b) { \ return (ENUMTYPE &)(((_ENUM_FLAG_SIZED_INTEGER<ENUMTYPE>::type &)a) ^= \ ((_ENUM_FLAG_S...
C
3.1 1.4,-0.2 1.4,1.7 4.4,0.4 2.2,-1.8 2.4,0.9 2.2,-2.4 -0.6,-1.9 2.2,-0.4 -0.1,2.7 1.7,2.6 -0.2,2 -1.4,-0.1 -0.3,1.3 1.2,0.3 2,1.9 2.3,3.9 -1,-0.8 z", "BW" : "m 384.63,251.99 1.7,3.3 3,2 0.6,2.2 2.6,1.2 -2.2,0.9 -2.3,2 -0.3,1.3 -1.9,0.9 -0.5,1.8 -1.5,0.4 -3.4,-1.1 -0.6,1.4 -2,1.8 -1.9,0.1 0.3,-1.6 -...
JavaScript
GlobRegexItem(GlobRegexItemType itemType) { ItemType = itemType; } } private enum GlobRegexItemType { GlobStarForFileOnly, // ** to match files only GlobStar, // **/ to match files or folders PlainText, Regex, } #endregion #region Co...
C#
.steps-box .btn-outline-secondary { margin-top: 20px; font-size: 1rem; color: var(--dark-color); border: 1px solid var(--dark-color); background-color: var(--gold-color); transition: all 0.3s ease; } .steps-box .btn-outline-secondary:hover { color: var(--gold-color); background-color: var(--dark-color); } @med...
CSS
_term_l0_consumption_flow.get_avg() > self.l0_target_flow { let new = 0.5 * checker.short_term_l0_consumption_flow.get_avg() + 0.5 * self.l0_target_flow; if new > self.l0_target_flow { self.l0_target_flow = new; ...
Rust
name, lname, privateKey){ this.getAccounts().pipe( map(accounts => { let a = new AccountModel(address, "", privateKey, fname, lname) accounts.push(a); }) ); } getDefaultAccount() { return this.getAccount(this.DEFAULT_ACCOUNT); } get...
Typescript
modMap = dep[1]; var common = modMap["common"]||[]; var newDeps = (modMap[dojo.hostenv.name_]) ? common.concat(modMap[dojo.hostenv.name_]||[]) : common.concat(modMap["default"]||[]); dojo.hostenv.flattenRequireArray(newDeps); break; case "require": case "requireAfter": case "hostenv.loadModule": /...
JavaScript
_gt_positive_and_negative() { assert!(decimal("1.0") > decimal("-1.0")); assert!(decimal("1.1") > decimal("-1.1")); assert!(decimal("0.1") > decimal("-0.1")); } #[test] #[ignore] fn test_gt_varying_negative_precisions() { assert!(decimal("-0.01") > decimal("-0.1")); assert!(decimal("-0.1") > decima...
Rust
ay -> ForumDisplayFragment.getInstance( Constants.USERCP_ID, ForumDisplayFragment.FIRST_PAGE, false ) ThreadDisplay -> ThreadDisplayFragment() } } override fun instantiateItem(container: ViewGroup, position: Int): Any =...
Kotlin
cfg.default_node = parent else cfg.default_node = queued_editor_id_move.i end else cfg.default_node = queued_editor_id_move.i end]] set_base_node_to_parent(tree, queued_editor_id_move.i) ...
Lua
scenarios[i].base }, }) .then((response) => { expect(response.body.base).equal(scenarios[i].base); expect(response.body.rates.GBP).above(0); }); }); it(`get late...
Typescript
nEncode(audiobook.toMap())); final filesFile = File(p.join(audiobookSpecificDir.path, 'files.txt')); await filesFile.writeAsString( jsonEncode(fileMetadata.map((f) => f.toJson()).toList())); for (int i = 0; i < sourceFiles.length; i++) { final sourceFile = sourceFiles[i]; final targetF...
Dart
completed a composition. Sends what was composed to the server and ensures that `GateOne.Terminal.Input.inputNode` is emptied & hidden. */ logDebug('go.Terminal.Input.onCompositionEnd('+e.data+')'); if (e.data) { t.sendString(t.Input.composition); t.Input.commandBuffer ...
JavaScript
findet nicht statt.</p> <p>&nbsp;</p> <p>Die Daten werden gel&ouml;scht, sobald sie f&uuml;r die Erreichung des Zweckes ihrer Erhebung nicht mehr erforderlich sind. Bei der Erfassung der Daten zur Bereitstellung der App ist dies dann der Fall, wenn die jeweilige Sitzung beendet ist.</p> <p>&nbsp;</p> <h2>4.4 Daten, di...
HTML
নভোমন্ডলে ও ভূমন্ডলে আছে ইচ্ছায় অথবা অনিচ্ছায় এবং তাদের প্রতিচ্ছায়াও সকাল-সন্ধ্যায়।" }, { "surah_number": 13, "verse_number": 16, "content": "জিজ্ঞেস করুন নভোমন্ডল ও ভুমন্ডলের পালনকর্তা কে? বলে দিনঃ আল্লাহ! বলুনঃ তবে কি তোমরা আল্লাহ ব্যতীত এমন অভিভাবক স্থির করেছ, যারা নিজেদের ভাল-মন্দের ও ম...
Dart
FROMHEAVYRAIN waitmessage B_WAIT_TIME_LONG goto BattleScript_MoveEnd BattleScript_NoReliefFromHeavyRainEnd3: pause B_WAIT_TIME_SHORT printstring STRINGID_NORELIEFROMHEAVYRAIN waitmessage B_WAIT_TIME_LONG end3 BattleScript_NoReliefFromHeavyRainRet: pause B_WAIT_TIME_SHORT printstring STRINGID_NORELIEFROMHEAVYR...
Assembly
() } } SideEffect { popupLayout.updateParameters( onSystemBack = onSystemBack ) } } /** * The layout the popup uses to display its content. */ @SuppressLint("ViewConstructor") private class PopupLayout( onSystemBack: (() -> Unit)?, composeView: View, popup...
Kotlin
From: &config.CustomDynamicAttribute{ ContextField: core.ContextFieldOperationSha256, }, }, { Key: "response_error_message", Default: "", ValueFrom: &config.CustomDynamicAttribute{ ContextField: core.ContextFieldResponseErrorMessage, }, }, { Key: "parsed_time", Default: "", ...
Go
ClickTooltipHidden; } if (!stream.atEnd()) { auto count = qint32(); stream >> count; if (stream.status() == QDataStream::Ok) { for (auto i = 0; i != count; ++i) { auto id = QString(); stream >> id; if (stream.status() == QDataStream::Ok) { recentEmojiSkip.emplace(id); } } } } if (...
C++
_type_name); let publish: Vec<_> = self .subjects .iter() .map(|x| x.publishing(self.service_type_name.clone())) .collect(); quote::quote! { pub struct #publisher_ident { nats_client: NatsClient } impl ...
Rust
ertex, double *coords, int *order, ZOLTAN_ID_PTR gids, ZOLTAN_ID_PTR lids, char *initpath_method, ZZ *zz); extern ZOLTAN_REFTREE* Zoltan_Reftree_hash_lookup(ZZ *zz, struct Zoltan_Reftree_...
C
called for every QuerySet evaluation.\n 156\t return namedtuple(\'Row\', names)\n 157\t\n 158\t def __iter__(self):\n 159\t queryset = self.queryset\n 160\t if queryset._fields:\n 161\t names = queryset._fields\n 162\t else:\n 163\t query = queryset.q...
Markdown
\)</span>-value is 0.0117); however we also see that the model has been able to absorb <em>more</em> of the residual autocorrelation than the preceding alternatives, and provides a better statistical fit to the variable population density (with a higher <span class="math inline">\(R^2\)</span>).</p> <p>The following fi...
HTML
/* Copyright 2024 The OpenXLA Authors. 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, sof...
C
[11]=b*s+x*d+C*m+S*T,b=n[r+12],x=n[r+13],C=n[r+14],S=n[r+15],e[12]=b*o+x*l+C*p+S*h,e[13]=b*a+x*c+C*f+S*v,e[14]=b*i+x*u+C*g+S*y,e[15]=b*s+x*d+C*m+S*T},e.replaceShaderNormal=(e,r,o)=>{if(t.hardwareSupport&&t.lastBoundBO.getReferenceByName("lastLightComplexity")>0){let n=e.Vertex;t.lastBoundBO.getCABO().getNormalOffset()&...
HTML
<h1> 关于龙泉公社八一大队黎明二生产队游素琼死亡和大面公社清草大队三生产队潘秀珍虐待幼儿致死的检查报告 </h1> <p> 日期:1962-0-0 作者:[待确定] </p> <h3> <em> 市委: </em> </h3> <p> 根据市委汇报指示,我们立即组织了联合检查组对龙泉社八一大队黎明二生产队游素琼死和大面公社蒲草大队第三生产队潘秀珍虐待孤儿致死事件进行了检查,现将检查结果和处理情况报告于后。 </p> <h3> 一、游素琼的死亡情况 </h3> <p> 游素琼,女,34岁,贫农[此处有二字不清]系龙泉公社八一大队黎明二生...
HTML
clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "...
HTML
rseModel; uniform vec3 eyePosition , lightPosition; varying vec3 f_normal , f_lightDirection , f_eyeDirection , f_data; varying vec4 f_color; varying vec2 f_uv; vec4 project(vec3 p) { return projection * (view * (model * vec4(p, 1.0))); } void main() { gl_Position ...
HTML
ch); while (++x < dx - 1) { t0 = t1, t1 = above(values[y * dx + dx + x + 1], value); t3 = t2, t2 = above(values[y * dx + x + 1], value); cases[t0 | t1 << 1 | t2 << 2 | t3 << 3].forEach(stitch); } cases[t1 | t2 << 3].forEach(stitch); } // Special case for the last row (...
JavaScript
9, 0xb3, ], vec![ 0xcb, 0x9f, 0x3c, 0xc4, 0xe9, 0xaf, 0x74, 0x20, 0x2e, 0x30, 0x65, 0xe8, 0x94, 0x66, 0x43, 0xd0, ], vec![ 0xd4, 0xf9, 0xc, 0x5a, 0xd7, 0x87, 0xd1, 0xbe, 0x6e, 0x6c, 0xa2, 0x4a, 0xb3, 0xad, 0x...
Rust
TLE = "新头衔: %s"; RAF_REWARD_TUTORIAL_TEXT = "你解锁了一份全新的战友招募奖励。"; RAF_SEND_INVITATION = "发送邀请"; RAF_SPLASH_SCREEN_DESCRIPTION = "把你的朋友带到艾泽拉斯,|n一起冒险还能获得史诗级别的奖励!"; RAF_SPLASH_SCREEN_TITLE = "和大家共同分享艾泽拉斯!"; RAF_SUMMON = "召唤战友"; RAF_SUMMON_LINKED = "召唤已链接的战友"; RAF_SUMMON_WITH_COOLDOWN = "召唤战友(%s)"; RAF_TRIAL_RECRUIT = "试玩账号"...
Lua
x00,0xbd,0x11,0xc0] rdhwr $5, $29, 0 # CHECK: rdhwr $5, $29 # encoding: [0x00,0xbd,0x01,0xc0] rdhwr $5, $29 # CHECK: rdhwr $5, $29 # encoding: [0x00,0xbd,0x01,0xc0] wait # CHECK: wait # encoding: [0x00,0x00,0x93,0x7c] wait 17 # C...
Assembly
); ret = setsockopt(lsfd, SOL_SOCKET, SO_RCVTIMEO, reinterpret_cast<struct timeval *>(INVALID_USER_ADDR), static_cast<socklen_t>(sizeof(struct timeval))); ICUNIT_ASSERT_EQUAL(ret, -1, ret); ret = setsockopt(lsfd, SOL_SOCKET, SO_RCVTIMEO, reinterpret_cast<struct timeval *>(INVALID_KERN...
C++
); return bi; } else { BufferedImage bi = new BufferedImage(blockSize * width, blockSize * height * 3, BufferedImage.TYPE_3BYTE_BGR); FastPixel fp = FastPixel.create(bi); int hashOffset = 0; hashOffset += drawDoublePrecision(fp, width, 1, height, 0, blockSize, hashOffset, 0, bitColorIndex...
Java
Iterator::chain( (0 .. n).map(|x| x * x), b"StackVec".iter().map(|&b| b as u16), ) .by_ref() ); } }); } #[bench] fn stackvec_extend (benchmark: &mut Bencher) { benchmark.iter(|| { for n in 0 .. (0x400 - 8) { let mut vec = StackVec::<[_; 0x400]>::new(); ...
Rust
,gradientUnits,hanging,' + 'height,horiz-adv-x,horiz-origin-x,ideographic,k,keyPoints,keySplines,keyTimes,lang,' + 'marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mathematical,' + 'max,min,offset,opacity,orient,origin,overline-position,overline-thickness,panose-1,' + 'path,pathL...
JavaScript
sionConfig.t('sessionData)</code> from config. <code>None</code> if none is configured.</p></dd></dl><dl><dt class="spec value" id="val-middlewares"><a href="#val-middlewares" class="anchor"></a><code><span class="keyword">val</span> middlewares : <span><span class="type-var">'sessionData</span> <a href="index.html#typ...
HTML
); } } ///------LayerSet-----/// //public LayerSet::LayerSet(const sf::Texture& texture, sf::Uint8 patchSize, const sf::Vector2u& mapSize, const sf::Vector2u tileSize) : m_texture (texture), m_patchSize (patchSize), m_mapSize (mapSize), m_tileSize (tileSize), m_patchCount(static_cast<sf::Uint32>(std::ceil(st...
C++
#[error("Function detection failed with unexpected exit code {0}")] DetectionFailed(i32), #[error("Function detection failed with an unexpected termination of the process")] UnexpectedDetectionTermination, #[error("Function detection failed with an IO error: {0}")] BundleCommandIoError(std::io:...
Rust
vendorConfig: { playlist: [{ file: 'http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/SubaruOutbackOnStreetAndDirt.mp4', title: "Subaru Outback on Street and Dirt", }], width: 640, ...
HTML
config.archives.archives_title ?: '文章归档'}]]</div> <div class="content"> <th:block th:if="${theme.config.archives.enable_archives_category}"> <div class="joe_archives__category animated fadeIn"> <div class="joe_archives-title"> <i ...
HTML
�回调 mcpClient.SetOnCloseHandler(dcs.handleMcpClientClose) mcpClient.refreshTools() } func (dcs *DeviceMcpSession) RemoveWsEndPointMcp(mcpClient *McpClientInstance) { dcs.wsEndPointMcp.Delete(mcpClient.serverName) } // GetDeviceID 获取设备ID func (dcs *DeviceMcpSession) GetDeviceID() string { return dcs.deviceID } /...
Go
ourGroupWithBlock:string:range:info if doColouring colour the group // inform delegate group was coloured fragariaDocument:didColourGroupWithBlock:string:range:info end if end // inform delegate document was coloured fragariaDocument:willDidWithBlock:string:range:info...
Markdown
ptimizeFromPoll( L2Chunk.decrementForPolledActiveCode) } } /** * Perform an integrity check on the parser data structures. Report the * findings to System.out. */ fun integrityCheck() { println("Integrity check:") runtimeLock.writeLock().lock() try { val atoms = mutableSetOf<A_Atom>() v...
Kotlin
# WARNING: Please don't edit this file. It was generated by Python/WinRT v0.9.210202.1 import typing, winrt import enum _ns_module = winrt._import_ns_module("Windows.Gaming.XboxLive.Storage") try: import winrt.windows.foundation except: pass try: import winrt.windows.foundation.collections except: p...
Python
ATTACHMENTS_VERSION = "1.00" --[[ Lua-controlled Frankenstein Attachments Library by BMD Installation -"require" this file inside your code in order to gain access to the Attachments global table. -Optionally require "libraries/notifications" before this file so that the Attachment Configuration GUI can displ...
Lua
product="LCACM::9.5##" languageVersion="3.0">Statement<br></a><a name="ftr" href="" target="_self" title="ga.util.StateSerializer" onclick="svScrl(this);" oncontextmenu="svScrl(this);" runtime="Flash::10##" product="AESGuides::9##" languageVersion="3.0">StateSerializer<br></a><a name="ftr" href="" target="_self" title...
HTML
bidi-font-size: 12.0pt;font-family:;color:#0000CC'></span></b><span lang=EN-US style='font-size:11.0pt;mso-bidi-font-size:12.0pt;font-family:"΢ź","sans-serif"'></span></p> </td> <td width=699 valign=top style='width:524.25pt;padding:0cm 0cm 0cm 0cm'> <p style='text-align:justify;text-justify:inter-ideograph;l...
HTML
import numpy as np def sort_with_list(list1, list2): # Преобразование списков в массивы NumPy list1_arr = np.array(list1) list2_arr = np.array(list2) # Создание индексов, которые будут отсортированы с учетом порядка второго списка sorted_indices = np.argsort(list2_arr) # Использование отсортир...
Python
: none;\n\tfont-family: inherit;\n\tfont-size: inherit;\n\tresize: none;\n\tcolor: inherit;\n}\n\n.monaco-inputbox > .ibwrapper > input {\n\ttext-overflow: ellipsis;\n}\n\n.monaco-inputbox > .ibwrapper > textarea.input {\n\tdisplay: block;\n\tscrollbar-width: none; /* Firefox: hide scrollbars */\n\toutline: none;\n}\n\...
JavaScript
.0) fTexCoord=vTexCoord return vMatrix*vertex end -- A few predefined shaders --A shader to turn an image grayscale UI.Shader.Grayscale=Core.class(UI.Shader) function UI.Shader.Grayscale:init(params) self.shader=overrideStandardShader(UI.Shader.Grayscale,Shader.SHADER_PROGRAM_TEXTURE,0,function(spec) function sp...
Lua
(r, maxr); ming = Min(g, ming); maxg = Max(g, maxg); minb = Min(b, minb); maxb = Max(b, maxb); } } for (x=0,y=1,i=w4,k=w256; i<l; ++x,i+=4,k+=256) { if (x >= w) { x=0; ++y; ...
JavaScript
const val POLY_PASSPHRASE = "POLY_PASSPHRASE" internal val commonHeaders = Headers.Builder() .add(COMMON_USER_AGENT, "py_clob_client") .add(COMMON_ACCEPT, "*/*") .add(COMMON_CONNECTION, "keep-alive") .add(COMMON_CONTENT_TYPE, "application/json") .build() internal fun createL1Headers(signer: EthSi...
Kotlin
pct, img[src~="bc-mediumturquoise"] { border-color: rgba(72, 209, 204, 0.4); } .bc-mediumturquoise-60pct, img[src~="bc-mediumturquoise"] { border-color: rgba(72, 209, 204, 0.6); } .bc-mediumturquoise-80pct, img[src~="bc-mediumturquoise"] { border-color: rgba(72, 209, 204, 0.8); } .color-mediumvioletred, img[src~=...
CSS
【技巧 1】路口观察减速行,拥堵依次交替走;排队停在路口外,依次停车等 放行。 【技巧 2】解析:前方交叉路口拥堵,为了不“添堵”,要依次停在路口外等 候,即使是绿灯,也不能驶入。 【讲解 1】本题主要考察交叉路口通行。虽然是绿灯,但是此时进入路口只会 更加拥堵。因此选择“不能驶入交叉路口”。 【讲解 2】相关法规参考:《道路交通安全法实施条例》第五十三条,机动车 遇有前方交叉路口交通阻塞时,应当依次停在路口以外等候,不得进入路口。 812、驾驶机动车通过无人看守的铁路道口时,应怎样做? A、减速通过 B、匀速通过 C、一停、二看、三通过 D、加速通过 【答案】C 【技巧 1】红灯停车等,无人停看过,...
Markdown
/* Copyright (c) 2017, Piotr Durlej * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions a...
C
mac/anaconda/envs/mx_gpu/lib/python2.7/site-packages/cv2/cv2.so (0x10b5dc380) and /Users/sunyimac/Downloads/opencv-2.4.13.3/build/lib/libopencv_highgui.2.4.dylib (0x141697de0). One of the two will be used. Which one is undefined. objc[24165]: Class CVWindow is implemented in both /Users/sunyimac/Downloads/opencv-2.4.13...
Markdown
eplace('%s', light), '${f}'.replace('%s', dark)); ${a}.classList.add('${f}'.replace('%s', colorScheme));`}const d=c.match(/\[([^\]]+)\]/);if(d){const[f,p]=d[1].split("=");p||(u+=`${a}.removeAttribute('${f}'.replace('%s', light)); ${a}.removeAttribute('${f}'.replace('%s', dark));`),u+=` ${a}.setAttribu...
HTML
re.NotContains(t, dqResp.Queries, "fleet_detail_query_disk_encryption_linux") require.Contains(t, dqResp.Queries, "fleet_detail_query_software_linux") require.Contains(t, dqResp.Queries, fmt.Sprintf("fleet_distributed_query_%s", t.Name())) spec = []byte(fmt.Sprintf(` name: %s features: additional_queries: ...
Go
mask(mask, 'down', blur_down)) if blur_left > 0: blur_masks.append(self._create_directional_blur_mask(mask, 'left', blur_left)) if blur_right > 0: blur_masks.append(self._create_directional_blur_mask(mask, 'right', blur_right)) # Combine...
Python
场所;在中小学校、幼儿园周围五十米范围内,禁止生产、经营、储存易燃易爆物品;正门两侧各五十米范围内,禁止修建垃圾站、机动车停车场及妨碍学生通行安全的设施,禁止设立集贸市场。 第十八条 公安机关交通管理部门应当在中小学校、幼儿园正门、侧门前的道路上,设置规范的机动车减速缓行设施,并保持清晰完好,保证交通安全。 第十九条 因城市建设,确需临时开挖、截断中小学校、幼儿园外部通行道路的,建设单位应当在开工七日前书面通知中小学校、幼儿园,并采取相应的安全措施。 第二十条 擅自变更已批准的中小学校、幼儿园布局专项规划的,由市、县(市、区)人民政府责令限期改正,并依法对有关单位、责任人给予行政处分。 第二十一条 侵占、截留或者挪用中小学校...
Markdown
after{content:'';position:absolute;left:30px;top:-8px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:8px solid #444}.primary-menu ul ul li:first-child a:after{left:-8px;top:12px;width:0;height:0;border-left:0;border-bottom:5px solid transparent;border-top:5px solid t...
CSS
Start off in the proper state. int state = YYINITIAL; switch (initialTokenType) { default: state = YYINITIAL; } s = text; try { yyreset(zzReader); yybegin(state); return yylex(); } catch (IOException ioe) { ioe.printStackTrace(); return new TokenImpl(); } } /** * Refills the...
Java
; var raster &#x3D; new ol.layer.Tile({ source: new ol.source.Stamen({ layer: &#x27;toner&#x27; }) }); var map &#x3D; new ol.Map({ layers: [raster, vector], target: &#x27;map&#x27;, view: new ol.View({ center: [0, 0], zoom: 2 ...
HTML
next.querySelector("." + classes.CAROUSEL_DIM).style.opacity = options.dimLevel / 10 * (1 - absPosition / 100); } } }, /** * Reset views position * @method resetPosition * @param views array * @param active index * @static * @member ns.widget.core.ViewSwitcher.animation...
JavaScript
"city": "徐州市", "province": "江苏省" }, { "code": "320382", "name": "邳州市", "city": "徐州市", "province": "江苏省" } ], "320400": [ { "code": "320402", "name": "天宁区", "city": "常州市", "province": "江苏省" }, { "code": "320404", "name": "钟楼...
JavaScript
Point(0, 0)) lineTo(Point(100, 0)) lineTo(Point(0, 30)) }) debugPath("Pointed CCW", getPos(0, 3), strokeInfo, buildVectorPath { moveTo(Point(100, 0)) lineTo(Point(0, 0)) lineTo(Point(100, 100)) }) ...
Kotlin
VMSTATE_FIFO32(txhpb_fifo, XlnxZynqMPCANState), VMSTATE_UINT32_ARRAY(regs, XlnxZynqMPCANState, XLNX_ZYNQMP_CAN_R_MAX), VMSTATE_PTIMER(can_timer, XlnxZynqMPCANState), VMSTATE_END_OF_LIST(), } }; static Property xlnx_zynqmp_can_properties[] = { DEFINE_PROP_UINT32("ext_clk_freq", XlnxZy...
C
.Px,A.OJ,A.a98,A.aac,A.aev,A.aaw,A.ZU,A.a1o,A.hN,A.eI,A.th,A.aax,A.Y2,A.IA,A.Zi,A.cD,A.mr,A.a1F,A.a04,A.aad,A.L_,A.CV,A.ZA,A.Mx,A.a86,A.a2D,A.a2U,A.zB,A.a3p,A.a3o,A.a3M,A.aaz,A.ar,A.acy,A.a4F,A.a1G,A.OC,A.BG,A.Bp,A.CF,A.a9p,A.BR,A.YZ,A.Za,A.CO,A.Fo,A.Lc,A.vD,A.a0V,A.a0T,A.a0U,A.CM,A.ld,A.a_v,A.Cw,A.yx,A.a0m,A.CP,A.yI,A...
JavaScript
e_enter_ptr 0 #endif /* INTEL_NO_ITTNOTIFY_API */ #else /* INTEL_NO_MACRO_BODY */ #define __itt_stack_callee_enter_ptr 0 #endif /* INTEL_NO_MACRO_BODY */ /** @endcond */ /** * @brief This function eliminates the cut point which was set by latest __itt_stack_callee_enter(). */ void ITTAPI __itt_stack_callee_leave(__...
C
rticleIndex); OVERRIDE void EndMove(); private: Model::ParticleIndex* GetNeighborIndexes(const Core::SpatialVector& coordinates, Model::ParticleIndex* neighborsCount, int* linearCellIndex) const; void FillDomainCellCoordinates(const Core::SpatialVector& point, Core::DiscreteSpatialVector...
C
* This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Pub...
Java
lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Tags for Text</title> <style> .img-in-text { width: 45px; height: 40px; } .red { font-size: 24px; color: red; ...
HTML
n, v9fs_run_pci_test); } int main(int argc, char **argv) { g_test_init(&argc, &argv, NULL); v9fs_qtest_pci_add("/virtio/9p/pci/nop", NULL); v9fs_qtest_pci_add("/virtio/9p/pci/config", pci_config); v9fs_qtest_pci_add("/virtio/9p/pci/fs/version/basic", fs_version); v9fs_qtest_pci_add("/virtio/9p/pci/...
C
\xb1\x0a\xc2\x40\x10\x44\xfb\xfb\x8a\x21\x85\x5c\x40\x52\x4b\x3a\x51\x84\xd4\x9a\x4a\x2c\xd6\xcd\xa2\xc1\xb8\x17\x2e\x7b\x58\x48\xfe\x5d\x2e\x66\x8a\xa9\xde\x9b\x71\x16\x49\x27\x62\xeb\x83\x7a\x0e\x9d\xd4\xb8\xb6\x8d\xda\xee\x56\xe2\xeb\x1c\x00\x8c\x51\x46\x8a\xe2\x89\xd9\x6a\x50\xb2\xa7\x6f\xc7\x8e\x4c\x0e\x41\x2d\x12...
Go
require "Dependencies/premake" require "Dependencies/premake-fbx" require "Dependencies/premake-wx" require "premake" tools = true prefix = "Helium-Tools-" group "Tools" dofile "premake-core.lua" if _OPTIONS[ "core" ] then return end dofile "premake-shared.lua" project( prefix .. "PcSupport" ) Helium.DoModulePr...
Lua