content
stringlengths
2
6.21k
label
stringclasses
16 values
4 0 00-.977.996c.15 2.691.916 4.357 2.038 5.384a1.902 1.902 0 00-.749 1.832c.12.76.277 1.695.477 2.78H11v2H7.18c.511 2.53 1.215 5.609 2.16 9H12v2H9.917a116.1 116.1 0 001.336 4.209 1.828 1.828 0 003.494 0A122.919 122.919 0 0017.705 29H12v-2h6.176c.753-3.31 1.23-6.02 1.508-7.78a1.903 1.903 0 00-.749-1.832Zm-4.736-5.21.68...
Dart
LASS:1 A key that is passed to <a href="/windows/desktop/api/shellapi/nf-shellapi-shellexecuteexa">ShellExecuteEx</a> through a <a href="/windows/desktop/api/shellapi/ns-shellapi-shellexecuteinfoa">SHELLEXECUTEINFO</a> structure. ### -field ASSOCKEY_APP An <b>Application</b> key for the file type. ### -field ASSOCK...
Markdown
-} ---@usage ]] M.setup = function(config) vim.cmd('hi clear') if vim.fn.exists('syntax_on') then vim.cmd('syntax reset') end vim.o.background = 'dark' vim.o.termguicolors = true vim.g.colors_name = 'ofirkai' local theme = nil local def_scheme = default_config.scheme if config.theme then theme = require(...
Lua
and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;<br/><span id='n4'>4.</span> == Biography == Phebe was born about 1760. She is the daughter of [[Merrick-287|Ebeneezer Merrick]] and [[Moore-7404|Mehitable Moore]]. &lt;ref&gt;Entered by Jackie Merrick...
HTML
19C13.999 20.993 14.05 23.001 12 23C10.052 22.999 10.003 21.024 10 19C9.997 17.015 12 15 12 15Z" stroke="currentColor" stroke-miterlimit="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>'); -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" stroke-width="1.5" viewBox="...
CSS
[in metacircular evaluator](book-Z-H-26.html#%_idx_4518) [in nondeterministic evaluator](book-Z-H-28.html#%_idx_4908), [[2]](book-Z-H-28.html#%_idx_5018) [in query interpreter](book-Z-H-29.html#%_idx_5232), [[2]](book-Z-H-29.html#%_idx_5288) `driver-loop` [for lazy evaluator](book-Z-H-27.html#%...
Markdown
栏(CyclicBarrier) 203 5.5 生产者—消费者模式 210 5.5.1 阻塞队列 213 5.5.2 限购:流量控制与信号量(Semaphore) 216 *5.5.3 管道:线程间的直接输出与输入 218 5.5.4 一手交钱,一手交货:双缓冲与Exchanger 221 5.5.5 一个还是一批:产品的粒度 223 5.5.6 再探线程与任务之间的关系 224 5.6 对不起,打扰一下:线程中断机制 225 5.7 线程停止:看似简单,实则不然 228 5.7.1 生产者—消费者模式中的线程停止 233 5.7.2 实践:Web应用中的线程停止 233 5.8 本章小结 236 第6章...
Markdown
# https://github.com/Woolverine94/biniou # Musicgen.py import os import gradio as gr import torch import torchaudio from audiocraft.models import MusicGen from audiocraft.data.audio import audio_write import random from ressources.common import * device_label_musicgen, model_arch = detect_device() device_musicgen = to...
Python
idl req.max-support: req.namespace: req.assembly: req.type-library: req.lib: req.dll: req.irql: targetos: Windows req.typenames: req.redist: ms.custom: 19H1 f1_keywords: - IMathInputControl::SetOwnerWindow - micaut/IMathInputControl::SetOwnerWindow dev_langs: - c++ topic_type: - APIRef - kbSyntax api_type...
Markdown
ลภายในทั้งหมดไม่ว่าส่งเข้ามาในเครือข่ายของเราอย่างไร</p> <p>เรายังทราบว่าองค์กรต้องการมากกว่าเพียงแค่การตรวจสอบการรับส่งข้อมูลสำหรับสตริงข้อมูล การรักษาข้อมูลให้ปลอดภัยนั้นยังต้องมีการมองเห็นวิธีการเคลื่อนไหวและความสามารถในการควบคุมว่าใครสามารถเข้าถึงได้บ้าง Cloudflare One ให้ทีมคุณสามารถสร้างการอนุญาต Zero Trust ให้แ...
HTML
l ITextComponent field_243486_c = new TranslationTextComponent("spectatorMenu.teleport.prompt"); private final List<ISpectatorMenuObject> items = Lists.newArrayList(); public TeleportToPlayer() { this(PROFILE_ORDER.sortedCopy(Minecraft.getInstance().getConnection().getPlayerInfoMap())); } ...
Java
git checkout <nameOfBranch>` - [x] `git checkout -b <nameOfBranch>` #### Q60. Після помилкового розміщення файлу з назвою myFile до індексу, як би ви вилучили його з індексу, так щоб виключити одночасно і з вашого наступного коміту? - [ ] Скористатися git reset HEAD^. - [x] Скористатися git reset myFile.txt. - [ ] Ск...
Markdown
pub fn compress(slice: &[u8], w: &mut Vec<u8>) -> io::Result<()> { let mut encoder = ZlibEncoder::new(w, Compression::default()); encoder.write_all(slice)?; encoder.finish().map(|_| ()) } pub fn decompress(slice: &[u8], w: &mut Vec<u8>) -> io::Result<()> { let mut decoder = ZlibDecoder::new(w); dec...
Rust
settings.html">settings</a></div><div class="sidebar-section-children"><a href="module-userauth.html">userauth</a></div></div><div class="sidebar-section-title with-arrow" data-isopen="false" id="sidebar-namespaces"><div>Namespaces</div><svg><use xlink:href="#down-icon"></use></svg></div><div class="sidebar-section-chi...
HTML
// Copyright (c) Brock Allen & Dominick Baier. All rights reserved. // Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information. using System; namespace IdentityModel.OidcClient.Browser { /// <summary> /// Options for the browser used for login. /// </summa...
C#
else '错误'} (4维float64[w,x,y,z])") print(f" ✅ 数据连续性: 良好 ({len(obs_data_samples)} 个样本)") print(f" ✅ 更新频率: ~{len(obs_data_samples) / 10:.1f} Hz") # 检查IMU统计 stats = imu.get_statistics() print(f" ✅ 数据质量: 解析成功率 {stats['packets_parsed']/max(1,stats['packets_received'])*100:...
Python
#!/usr/bin/python # Copyright 2015 Huawei Devices USA Inc. All rights reserved. # # 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 r...
Python
ERFLOW_EXCEPT_DOWNWARD); } } else return true; } static bool support_underflow_exception = false; volatile double d = DBL_MIN; volatile double dd; static int test_in_one_mode (const char *s, enum underflow_case c, int rm, const char *mode_name) { int result = 0; feclearexcept (FE_ALL_EXCEPT); err...
C
# @generated # https://github.com/facebookincubator/haberdashery/ .text .section .rodata.cst16,"aM",@progbits,16 .p2align 4, 0x0 .LCPI0_0: .byte 15 .byte 14 .byte 13 .byte 12 .byte 11 .byte 10 .byte 9 .byte 8 .byte 7 .byte 6 .byte 5 .byte 4 .byte 3 .byte 2 .byte 1 .byte 0 .section .rodata.cst8,"aM",...
Assembly
"UTF-8";/*! * Bootstrap v5.1.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545...
CSS
/path`, `/trailing/`, ) testInvalidValuesForSimpleValidator( t, validator, `path`, `$path`, "/path$", ) } func TestValidatePathInMatch(t *testing.T) { t.Parallel() validator := validatePathInMatch testValidValuesForSimpleValidator( t, validator, "/", "/path", "/path/subpath-123", "/_ngf...
Go
些最新的研究成果? | | 对话开启任务 | 你好,请问您需要什么帮助? | | 上下文理解任务 | 在这个上下文中,“花费”是什么意思? “我花费了100元买了一本书。” | | 条件生成任务 | 如果明天下雨,我该穿什么衣服去上班? | | 文字生成任务 | 请根据以下提示写一篇文章:主题:环境保护;关键词:可持续发展、节约能源、减少废弃物 | | 图像生成任务 | 请生成一张美丽的星空图片。 | | 联想任务 | 当你听到“夏天”,你首先想到的是什么? | |自然语言处理|自然语言处理的定义是什么?| |电影推荐|根据用户的历史观看记录和评分,能否为用户推荐相关的电影?| |社交媒体分析|如何使用社交媒体数据来分析用户情感倾向...
Markdown
ʤ׵ᤵƤƼޥˤĤƤ⡢줿ޥ򸵤ƤΤǡƱۤǤʤ顢Τ䤳إåե #include_next νϤäΤʤΤǤ礦</p> <p>#include_next ư GCC V.2.95.3, V.3.2, V.3.4, V.4.0, V.4.1 Ǥ V.3.3 ƱǤʤ</p> <pre> #include_next &lt;limits.h&gt; </pre> <p> <samp>/usr/lib/gcc-lib/SYSTEM/VERSION/include/syslimits.h</samp> <samp>/usr/lib/gcc-lib/SYSTEM/VERSION/include/limits.h</samp> include 졢ˤƱ<...
HTML
); buildExp("@ObjectModel.action: [{ instance: { bound: true } },"); buildExp(" { enabled: true },"); buildExp(" { feature: '' }]"); testRule(); } @Test void testHighOneLinerLength() { rule.configMaxLineLength.setValue(130); buildSrc("@ObjectModel.usageType: {...
Java
opPoints.length - 1 || j < 0 || j >= leftPoints.length - 1) return; const canvas = getOrCreateCanvas('visualizationImageContainer', HIGHLIGHT_CANVAS_ID, imageElement); if (!canvas) return; const ctx = canvas.getContext('2d'); ctx.clearRect(0, 0, ...
HTML
}; var secondFollowingPage = await _followersClient.GetAllFollowing(login, skipStartOptions).ToList(); Assert.NotEqual(firstFollowingPage[0].Id, secondFollowingPage[0].Id); Assert.NotEqual(firstFollowingPage[1].Id, secondFollowingPage[1].Id); ...
C#
sor(string name, int level) { #pragma warning disable S3236 // Caller information arguments should not be provided explicitly ZstdUtils.ThrowIfLevelIsNotValid(level, nameof(level)); #pragma warning restore S3236 // Caller information arguments should not be provided explicitly Name = name; ...
C#
, Drawing::FontStyle::ITALIC_SLANT }); auto font = Drawing::Font(typeface, 50.f, 1.0f, 0.f); std::string text4 = "GetFamilyName=" + typeface->GetFamilyName(); std::vector<std::string> texts = {g_text1, g_text2, g_text3, text4}; DrawTexts(texts, font, playbackCanvas_); } //对应用例 Typ...
C++
ysics2d::world::{DefaultGeometricalWorld, DefaultMechanicalWorld}; use nphysics_testbed2d::Testbed; /* * NOTE: The `r` macro is only here to convert from f64 to the `N` scalar type. * This simplifies experimentation with various scalar types (f32, fixed-point numbers, etc.) */ pub fn init_world<N: RealField>(testbe...
Rust
*/ lfs f0, 0x204(r5) /* 8023FB74 0023CAB4 D0 1E 02 44 */ stfs f0, 0x244(r30) /* 8023FB78 0023CAB8 80 BE 02 50 */ lwz r5, 0x250(r30) /* 8023FB7C 0023CABC C0 05 02 2C */ lfs f0, 0x22c(r5) /* 8023FB80 0023CAC0 D0 1E 01 FC */ stfs f0, 0x1fc(r30) /* 8023FB84 0023CAC4 80 BE 02 50 */ lwz r5, 0x250(r30) /* 8023FB88 0023CA...
Assembly
CONFIGURE_stab_roll", ftypes.UINT8, nil) f.MOUNT_CONFIGURE_stab_pitch = ProtoField.new("stab_pitch (uint8_t)", "mavlink_proto.MOUNT_CONFIGURE_stab_pitch", ftypes.UINT8, nil) f.MOUNT_CONFIGURE_stab_yaw = ProtoField.new("stab_yaw (uint8_t)", "mavlink_proto.MOUNT_CONFIGURE_stab_yaw", ftypes.UINT8, nil) f.MOUNT_CONTROL_ta...
Lua
3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feed...
CSS
isCoPTrackingBad.set(atLeastOneFootWithBadCoPControl); boolean isCoPDampened = yoTime.getDoubleValue() - highCoPDampingStartTime.getDoubleValue() <= highCoPDampingDuration.getDoubleValue(); if (atLeastOneFootWithBadCoPControl && !isCoPDampened) { highCoPDampingStartTime.set(yoTime.getDo...
Java
'artisanat"}, [1287] = {"Marda Weller","Marchande d'armes"}, [1288] = {"[UNUSED] Hevram Bristol","Marchand de masses & bâtons"}, [1289] = {"Gunther Weller","Marchand d'armes"}, [1290] = {"[UNUSED] Winston Bagley","Marchand d'armures en étoffe"}, [1291] = {"Carla Granger","Marchande d'armures en étoffe"}, [1292] = {"Mar...
Lua
v_type == VAR_BLOB) { tv_blob_remove(argvars, rettv, arg_errmsg); } else if (argvars[0].v_type == VAR_LIST) { tv_list_remove(argvars, rettv, arg_errmsg); } else { semsg(_(e_listdictblobarg), "remove()"); } } /// "reverse({list})" function void f_reverse(typval_T *argvars, typval_T *rettv, EvalFuncDat...
C
H 协议的传输过程是加密的,所以很难区分合法的 SSH 会话和攻击者利用其他网络建立的隧道。我们使用 SSH 端口隧道突破防火墙后可以建立一些之前无法建立的 TCP 连接。 ##### 参数: ``` -C:压缩传输,提高传输速度 -f:将SSH传输转入后台执行,不占用当前的Shell -N:建立静默连接(建立了连接,但是看不到具体会话) -g:允许远程主机连接本地用于转发的端口 -L:本地端口转发 -R:远程端口转发 -D:动态转发(SOCKS代理) -P:指定SSH端口 ``` #### **环境搭建:** ``` 攻击机kali:192.168.111.129 跳板机centos7:192.168.111.131/10...
Markdown
]{font-size:24px;font-family:PingFang SC;font-weight:500;line-height:14px;margin-left:8px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-content-number[data-v-51bffc65]{margin-top:33px}.le-promote #poster-coupon .le-poster__content .le-poster-coupon .le-conetent-name[data-v-51bffc65]{line-height:4...
CSS
ToSave ? R.string.shared_string_currently_recording_track : R.string.shared_string_new_track); actionButton.setOnClickListener(v -> { if (recordingListener != null) { recordingListener.toggleTrackRecording(); } }); } private void setupSaveButton(boolean hasDataToSave) { setupButton(saveButton, R.stri...
Java
xtract(member, dest) def brain_has_been_reviewed(brainpath, backup_brainpath): if not os.path.exists(backup_brainpath): return False brain_hash = get_hash(brainpath) backup_hash = get_hash(backup_brainpath) return brain_hash != backup_hash def tumor_has_been_finalized(finalized_tumor_path):...
Python
numberOfLikes => 'Вподобання'; @override String get show => 'Відображення'; @override String get roles => 'Ролі'; @override String get role => 'Роль'; @override String get normalUser => 'Звичайний користувач'; @override String get undefined => 'Не визначено'; @override String get assign => 'Призначити'; @overri...
Dart
案计划数字表。 </em> </h3> <h3> <em> 附表一 </em> </h3> <h3> 1956年全国各省市逮捕反革命分子和其他各种犯罪分子计划数字表 </h3> <p> </p> <p> 地 区 1956 年 捕 各 种 罪 犯 计 划 数 字 1955年 1月至11月实捕各种罪犯数字 反革命分子 其他各种犯罪分子 合计 计划捕数 占合 计数% 计划捕数 占合 计数% 北京 3,500 50 3,500 50 7,000 7,726 天津 4,000-4,500 64-67 2,000-2,500 33-36 6,000-7,000...
HTML
export id="matching-a-padded-sequence">Matching a padded sequence</dfn> <var>pattern</var> on a sequence <var>sequence</var> at starting at byte <var>offset</var> and ending at by <var>end</var> means returning true if <var>sequence</var> has a length greater than <var>end</var>, and contains exactly, in the range [<va...
HTML
Agreement_view .box0202 li a.ok{color:#FFF;background:#EE610A}.TvAgreement_view .box0202 li:first-child a{margin-right:.41176em}.TvAgreement_view .box0202 li:last-child a{margin-left:.41176em}.TvAgreement_view #b{position:fixed;left:-999em}.newList_view{overflow:hidden;margin:1em 1em 0}.nlb{background:#FFF;margin-botto...
CSS
(count != null) 'count': count!, if (groupBy != null) 'groupBy': groupBy!, if (pscPropagationStatus != null) 'pscPropagationStatus': pscPropagationStatus!, }; } /// InterconnectAttachment that this route applies to. class InterconnectAttachment { /// Cloud region to install this policy-based route o...
Dart
Logo::Url(url) => LogoInfo::Url(url), Logo::Embedded(_) => LogoInfo::Embedded, }; marketing_info.logo = Some(logo_info); MARKETING_INFO.save(deps.storage, &marketing_info)?; let res = Response::new().add_attribute("action", "upload_logo"); Ok(res) } #[cfg_attr(not(feature = "library...
Rust
83 81 00 10 */ lwz r28, 0x10(r1) /* 8045DDD4 0045AD14 7C 08 03 A6 */ mtlr r0 /* 8045DDD8 0045AD18 38 21 00 20 */ addi r1, r1, 0x20 /* 8045DDDC 0045AD1C 4E 80 00 20 */ blr .endfn startSound__Q23PSM13CreatureAnimeFPP8JAISoundUlUl .fn setAnime__Q23PSM13CreatureAnimeFP17JAIAnimeSoundDataUlff, global /* 8045DDE0 0045AD...
Assembly
,$18 and $18,$11,$16 dsrl $11,8 dsll $18,8 and $11,$16 or $17,$18 or $11,$17 dsrl $17,$11,32 dsll $11,32 or $11,$17 #endif #if defined(_MIPS_ARCH_MIPS32R2) || defined(_MIPS_ARCH_MIPS64R2) xor $18,$3,$7 # 3 drotr $16,$2,14 daddu $15,$11,$24 drotr $17,$2,18 and $18,$2 drotr $24,$2,41 xor $16,$17 drotr ...
Assembly
expect(42, c6c.field3); dynamic f6b = Class6.new; throws(() => f6b()); throws(() => f6b(42), inSoundModeOnly: true); throws(() => f6b(42, 87), inSoundModeOnly: true); throws(() => f6b(field1: 87, field2: 87)); var f7a = Class7b.new; var c7a = f7a(); expect(true, c7a is Class7a); expect(true, c7a ...
Dart
se, false, false, 10, RoundRobin}) }) t.Run("N-loop", func(t *testing.T) { runServer(t, []string{"tcp://:9995", "tcp://:9996", "udp://:9997", "udp://:9998", "unix://" + testUnixAddr(t), "unix://" + testUnixAddr(t)}, &testConf{false, 0, true, true, false, false, 10, LeastConnections}) }) }) t.Run("sync-...
Go
in written contexts, literature, and formal speeches. - **~ないで** - **Formality:** More conversational and common in spoken language. - **Usage:** Preferred in everyday conversations and informal writing. **Example:** - **宿題をしないで遊んだ。** - *Shukudai o shinaide asonda.* - *I played without doing my homework.* (Cas...
Markdown
: number ): M3 { const te = this.elements; te[0] = n11; te[1] = n21; te[2] = n31; te[3] = n12; te[4] = n22; te[5] = n32; te[6] = n13; te[7] = n23; te[8] = n33; return this; } copy(m: M3): M3 { const te = this.elements; const me = m.elements; te[0] = me[0...
Typescript
led then return end for i = 6, 7 do local bu = select(i, dialog:GetChildren()) if bu then F.ReskinIcon(bu.Icon) local bg = F.CreateBDFrame(bu.Icon, 0.25) bg:SetPoint('BOTTOMRIGHT') bu.ItemNameBG:Hide() ...
Lua
y_won'] == 1).mean() * 100:.1f}% win rate") print(f"DOWN Markets ({len(inc_down)} cases): {(inc_down['party_won'] == 0).mean() * 100:.1f}% loss rate") print("\nNew Candidate Analysis:") non_inc_up = non_inc_df[non_inc_df['market_direction_3m'] == 'UP'] non_inc_down = non_inc_df[non_inc_df['market_direc...
Python
8]) -> Vec<u8> { let mut output = Vec::with_capacity(bytes.len() * 8); for byte in bytes { output.extend_from_slice(format!("{:08b}", byte).as_bytes()); } output } #[cfg(test)] mod test { use super::*; const QUINE: &'static [u8; 66] = b"000101100100011010000000000001011011110...
Rust
namespace BossMod.Dawntrail.Foray.ForkedTower.FT04Magitaur; public enum OID : uint { Boss = 0x46E3, // R7.000, x4 Helper = 0x233C, // R0.500, x30, Helper type LuminousLance = 0x46E4, SagesStaff = 0x46E5, // R1.000, x6 AssassinsDagger = 0x46E6, // R1.000, x3 UniversalEmpowermentConduit = 0x46F9...
C#
")&&o.push("fills"),i("hoveron",o.join("+")||"points"),g9.coerceSelectionMarkerOpacity(t,i)}function GJe(e,t,r,n){var i=n("r"),a=n("theta");g9.isTypedArray(i)&&(t.r=i=Array.from(i)),g9.isTypedArray(a)&&(t.theta=a=Array.from(a));var o;if(i)a?o=Math.min(i.length,a.length):(o=i.length,n("theta0"),n("dtheta"));else{if(!a)r...
HTML
* accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065...
Java
// 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.Collections.Generic; using NUnit.Framework; using osu.Game.Beatmaps; using osu.Game.Rulesets.Mania.Mods; using osu.Game.Rulesets.Mania.Objects; using osu.Gam...
C#
sNews, hedgeFundsNews, hotStocksNews, ventureDealsBeatNews, privateEquity], empty: false exclude chans: , empty: true --> <!-- SHARED MODULE ID: "439187" hidden for channel: true channel: technologyNews include chans: [healthNews, innovationNews, lifestyleMolt, oddlyEnoughNews, entertainmentNe...
HTML
Si quelqu\'un a des renseignements, ce sera lui.", ["O"] = "Apporter la Description scellée du visiteur de Thredd au Maître Mathias Shaw à Stormwind.", ["T"] = "Les Ombres du Passé", }, [394] = { ["D"] = "Retrouvez Shaw dans la vieille ville. Faites-lui savoir que la menace Lescovar a été résolue grâce ...
Lua
oolean page.isVisible(selector, { strict: true }); // $ExpectType boolean page.isVisible(selector, { timeout: 10000 }); // $ExpectType Keyboard page.keyboard; // @ts-expect-error page.locator(); // $ExpectType Locator page.locator(selector); // $ExpectType Frame page.mainFrame(); // $ExpectType Mouse page.mouse; /...
Typescript
%r0, 0x004f, %asi .word 0xe2970e40 ! 3218: LDUHA_R lduha [%r28, %r0] 0x72, %r17 .word 0xe6f584a0 ! 3219: STXA_R stxa %r19, [%r22 + %r0] 0x25 .word 0x87802073 ! 3220: WRASI_I wr %r0, 0x0073, %asi .word 0xe0bf4e40 ! 3221: STDA_R stda %r16, [%r29 + %r0] 0x72 .word 0xe6bce000 ! 3222: STDA_I stda %r19, [%r19 + 0x0...
Assembly
jt=se.nodes;jt[0]&&hl(X,jt[0],Te,Ne,Ct,nt),jt[1]&&hl(X,jt[1],Ct,Ne,He,nt),jt[2]&&hl(X,jt[2],Te,nt,Ct,Ye),jt[3]&&hl(X,jt[3],Ct,nt,He,Ye)}}function lc(X,se,Te,Ne,He,Ye,Ct){var nt=1/0,jt;return function gr(yr,Gr,qr,_i,bi){if(!(Gr>Ye||qr>Ct||_i<Ne||bi<He)){if(Xr=yr.point){var Xr,ni=se-yr.x,gi=Te-yr.y,Pi=ni*ni+gi*gi;if(Pi<n...
HTML
1B,d.y+d.1F),S O.1h.1E(d.x,d.y+d.1F)]));K.6Z(b,a,c)},dO:Q(o,a,g){a=O.1c.1L({8A:"#aS",3h:"cm"},a);N p=K.6t(o);if(a.7r||a.7q){N j=2w(a.7r)?0:a.7r;N c=2w(a.7q)?0:a.7q;p[0]+=j;p[1]-=c}K.64("4U");K.1w.83=a.8A;if(a.8W>=0&&a.8W<=1&&a.8W!=P){K.1w.4V=a.8W}V{K.1w.4V=1}N e=[a.7p?a.7p:"bM","bM",a.7F?a.7F:"bM",a.4h?a.4h:"kZ",a.8V?a...
JavaScript
ps://schema.eu/claims/DriversLicense.json" } }, { "path": ["${'$'}.issuer", "${'$'}.vc.issuer", "${'$'}.iss"], "purpose": "We can only accept digital driver's licenses issued by national authorities of EU member states or trusted notarial auditors.", ...
Kotlin
.6-1.7 5.3-1.7 8.3 0 13.3 10.7 24 24 24s24-10.7 24-24c0-2.9-.7-5.7-1.7-8.3 10.4 7.2 17.7 18.7 17.7 32.3 0 22.1-17.9 40-40 40s-40-17.9-40-40zm192 128H184c-13.2 0-24 10.8-24 24s10.8 24 24 24h128c13.2 0 24-10.8 24-24s-10.8-24-24-24z"],"minus-square":[448,512,[],"f146","M108 284c-6.6 0-12-5.4-12-12v-32c0-6.6 5.4-12 12-12h2...
JavaScript
b-nstr_002b.html#index-nstring_002dupcase-2224">nstring-upcase</a>: <a href="string_002dupcase_003b-string_002ddowncase_003b-string_002dcapitalize_003b-nstring_002dupcase_003b-nstr_002b.html#string_002dupcase_003b-string_002ddowncase_003b-string_002dcapitalize_003b-nstring_002dupcase_003b-nstr_002b">string-upcase; stri...
HTML
import unittest import numpy as np from two_stage_model.dynamic_analysis import heatmap_eval class TestHeatmapEval(unittest.TestCase): def test_heatmap_eval_above_threshold(self): heatmap = np.array([ [10, 20, 30, 40], [50, 60, 70, 80], [90, 100, 110, 120], [...
Python
ntainers/blob/main/catalog/KS-GEN-AI/confluence-mcp-server/confluence-mcp-server/README.md\"\u003eConfluence Communication Server MCP Server\n\u003c/a\u003e\u003c/strong\u003e - Interact with Confluence\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp dir=\"auto\"\u003e\u003ca target=\"_blank\" rel=\"noopener no...
HTML
\u7684\u4e13\u5bb6\u62c5\u4efb\u8fd9\u79cd\u7ffb\u8bd1\u5de5\u4f5c\u3002\u63d0\u5021\u7ffb\u8bd1\u8005\u5bf9\u81ea\u5df1\u8bd1\u6587\u4e25\u683c\u8ba4\u771f\u7684\u98ce\u6c14\uff0c\u505a\u5230\u65e2\u5fe0\u5b9e\u4e8e\u539f\u4f5c\uff0c\u800c\u8bd1\u6587\u53c8\u7545\u8fbe\u6613\u6653\uff0c\u4f7f\u7ffb\u8bd1\u4e66\u520a\u...
HTML
'释放【月影横斩】时,增加<color=#FFC432>20%</color>造成攻击伤害,释放后有<color=#FFC432>20%</color>再次释放【月影横斩】,每使1名敌方<skillEff=战败退场>后,自身行动提前<color=#FFC432>20%</color>', '', '释放【月影横斩】时,增加<color=#FFC432>20%(+5%)</color>造成攻击伤害,释放后有<color=#FFC432>20%(+5%)</color>再次释放【月影横斩】,每使1名敌方<skillEff=战败退场>后,自身行动提前<color=#FFC432>20%(+5%)</color>', '3303', '5'...
Lua
BallFRC12JMapInfoIter .global appear__8FireBallFv .global kill__8FireBallFv .global appearAndThrow__8FireBallFRCQ29JGeometry8TVec3?0f?1ff .global control__8FireBallFv .global calcAndSetBaseMtx__8FireBallFv .global attackSensor__8FireBallFP9HitSensorP9HitSensor .global receiveMsgPlayerAttack__8FireBallFUlP9HitSensorP9Hi...
Assembly
var isValidParameter = function isValidParameter(paramName) { return Object.prototype.hasOwnProperty.call(defaultParams, paramName); }; /** * Is valid parameter for Swal.update() method * @param {String} paramName */ var isUpdatableParameter = function isUpdatableParameter(paramName) { return updatableParams.i...
JavaScript
hotkeys for undoing and redoing if Mode == 'Tool' then AssignHotkey({ 'LeftControl', 'Z' }, History.Undo); AssignHotkey({ 'RightControl', 'Z' }, History.Undo); AssignHotkey({ 'LeftControl', 'Y' }, History.Redo); AssignHotkey({ 'RightControl', 'Y' }, History.Redo); end; local function GetDepthFromAncestor(Item, Anc...
Lua
import json import uuid from django.db import models from bugsink.transaction import immediate_atomic from bugsink.app_settings import get_settings class Installation(models.Model): # "Installation" would probably be better at home in some different app, especially now that we're adding more and # more stuf...
Python
19 {%k2} // CHECK: encoding: [0x62,0xe1,0x65,0x42,0xfe,0x1a] vpaddd (%rdx), %zmm19, %zmm19 {%k2} // CHECK: vpaddd (%rdx), %zmm19, %zmm19 {%k2} {z} // CHECK: encoding: [0x62,0xe1,0x65,0xc2,0xfe,0x1a] vpaddd (%rdx), %zmm19, %zmm19 {%k2} {z} // CHECK: vpaddd %zmm19, %zmm19, %zmm19 // CHECK: encoding: [0x62...
Assembly
serData = g_Window; #ifdef _WIN32 io.ImeWindowHandle = glfwGetWin32Window(g_Window); #endif if (install_callbacks) { glfwSetMouseButtonCallback(window, ImGui_ImplGlfwGL3_MouseButtonCallback); glfwSetScrollCallback(window, ImGui_ImplGlfwGL3_ScrollCallback); glfwSetKeyCallback(window,...
C++
ogging") f.SpecFields.Insert(".match") f.SpecFields.Insert(".priority") f.SpecFields.Insert(".target_resources") f.SpecFields.Insert(".target_service_accounts") f.StatusFields.Insert(".kind") f.StatusFields.Insert(".rule_tuple_count") f.UnimplementedFields.Insert(".rule_name") f.UnimplementedFields.Insert(".s...
Go
query: function () : QueryBuilder { return new QueryBuilder(); }, path: function (path : any) : PathExpressionBuilder { return new PathExpressionBuilder(path); }, expr: function (expr : any) : ExpressionBuilder { return new ExpressionBuilder(expr); }, for: functio...
Typescript
Self { ICACHE_AUTOLOAD_RQST_R(crate::FieldReader::new(bits)) } } impl core::ops::Deref for ICACHE_AUTOLOAD_RQST_R { type Target = crate::FieldReader<u8, u8>; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } #[doc = "Field `ICACHE_AUTOLOAD_RQST` writer - The bits are ...
Rust
ss=" item "><a href="/shiren-6/items/grass">Grass</a></li><li class=" item "><a href="/shiren-6/items/staves">Staves</a></li><li class=" item "><a href="/shiren-6/items/scrolls">Scrolls</a></li><li class=" item "><a href="/shiren-6/items/pots">Pots</a></li><li class=" item "><a href="/shiren-6/items/incense">Incense</a...
HTML
final documented = random.nextInt(21); final dartdocFiles = _fakeDartdocFiles( payload.package, v.version, documented: documented, total: 20, ); final Summary summary; if (packageStatus.isObsolete || packageStatus.isLegacy) { summary = _...
Dart
) echo "display:none";?>" class="alltxt" ><?php echo $myrow['crossid']; ?></textarea> </td> </tr> <tr id='smclass' style='<?php echo ($channelid<0 ? '' : 'display:none'); ?>'> <td class='bline' style="padding-left:10px;">绑定小分类: <br />仅适用[分类信息模型]</td> <td class='b...
HTML
using System.Collections.Generic; using Chuck.SilverFish; namespace SilverFish.cards._04Expansion._005UNG { class Sim_UNG_089 : SimTemplate //* Gentle Megasaur { //Battlecry: Adapt your Murlocs. public override void getBattlecryEffect(Playfield p, Minion own, Minion target, int choice) { ...
C#
is no longer holding the item. if (args.BreakOnDropItem && doAfter.InitialItem != null && !_hands.IsHolding((args.User, hands), doAfter.InitialItem)) return true; // If the user changes which hand is active at all, interrupt the do-a
C#
</ol> <figure class="kg-card kg-image-card kg-width-wide kg-card-hascaption"><img src="https://blog.cloudflare.com/content/images/2022/06/image3-20.png" class="kg-image" alt="Current world of how applications are deployed and accessed" loading="lazy"> <figcaption>アプリケーションの展開とアクセス方法の現状</figcaption> </figure> <p>C...
HTML
on(jsonString) } @TypeConverter fun fromStrings(verses: List<String>?): String? = stringsAdapter.toJson(verses) @TypeConverter fun toAccountToken(value: String?): AccountToken? = value?.let { jsonString -> accountTokenAdapter.fromJson(jsonString) } @TypeConverter fun fromAccou...
Kotlin
/* * $Id: debug.c,v 1.5 2006/01/26 02:16:28 mclark Exp $ * * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. * Michael Clark <michael@metaparadigm.com> * * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See COPYING for details. * */ #include "conf...
C
then table.insert(potentialVarnames, globalName) end end local varname if #potentialVarnames == 1 then varname = potentialVarnames[1] else -- CALLERLINE HACK -- if there are multiple or no variables with the same value, we need to -- resort to manually reading the line at the source file to ensure we got ...
Lua
y_tbl[232] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX, func = "pickable"}; -- Pickup item 2 tr4_entity_tbl[233] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX, func = "pickable"}; -- Pickup item 3 tr4_entity_tbl[234] = {coll = COLLISION_NONE, shape = COLLISION_SHAPE_BOX, ...
Lua
from collections import deque def bfs(initial_board, target_words): queue = deque([(initial_board, [])]) target_words = set(target_words) smallest_swap_sequence = None while queue: board, swaps = queue.popleft() if board[2][0] in target_words: if smallest_swap_sequence is ...
Python
frames.add(frame); } collection.putAll(frames); }); } @override bool delete(String key) { return write(() { return collection.where().keyEqualTo(key).deleteFirst(); }); } @override void deleteAt(int index) { return write(() { final deleted = collection.wher...
Dart
Parent.IsPanning = true; Parent.Cursor = Cursors.Hand; } /// <inheritdoc/> public override void HandleMouseMove(MouseEventArgs e) { if (Parent.IsPanning) { Point currentPosition = e.GetPosition(Parent); Vector de...
C#
HCVT](https://simplify.jobs/c/HCVT)** | Audit Internship - Summer 2024 | Camarillo, CA | 🔒 | Aug 11 | | **[Golden Hippo](https://simplify.jobs/c/Golden-Hippo)** | SEO Data Scientist Intern | Remote in USA | 🔒 | Aug 11 | | **[Garda Capital Partners](https://simplify.jobs/c/Garda-Capital-Partners)** | Trading Analyst I...
Markdown
25629/index.m3u8", "CCTV13新闻" to "http://39.135.138.60:18890/PLTV/88888910/224/3221225638/index.m3u8", "CCTV14少儿" to "http://39.135.138.60:18890/PLTV/88888910/224/3221225639/index.m3u8", "CCTV15音乐" to "http://39.135.138.60:18890/PLTV/88888910/224/3221225641/index.m3u8", "CCTV17农业农村" to "...
Kotlin
n clear_line(window, _, n) n = tonumber(n) or 0 local x = (n == 0 and window.x or 1) local rep = n == 1 and window.x or (window.width - x + 1) window.gpu.fill(x + window.dx, window.y + window.dy, rep, 1, " ") end rules[{"%[", "[012]?", "K"}] = clear_line -- [J clear screen from cursor down -- [0J ...
Lua
tree.html">Prev</a></li> <li><a href="../../../javax/enterprise/context/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../index.html?javax/enterprise/concurrent/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li> </ul> <u...
HTML
ble<string>), "ss")); Assert.That ( () => resultOperator.GetConstantSource2<string>(), Throws.ArgumentException .With.Message.EqualTo ( #if !NET_3_5 "The source2 expression ('ss') is no ConstantExpression, it is a TypedParameterExpression.\r\nParameter name: exp...
C#
// }); // player.stream.buffering.listen((event) { // isBuffering = event; // notifyListeners(); // }); // player.stream.completed.listen((event) { // if (isCompleted != event) { // ref.read(nowPlayingPaletteProvider.notifier).updatePalette( // tracks[index].thumbn...
Dart
turn newType.Children; } bool LeaveBlock() { int peek = Peek(1).kind; return Tokens.BlockSucc[la.kind] && (la.kind != Tokens.End || peek == Tokens.EOL || peek == Tokens.Colon); } /* True, if "." is followed by an ident */ bool DotAndIdentOrKw () { int peek = Peek(1).kind; return la.kind == Tok...
C#