content
stringlengths
2
6.21k
label
stringclasses
16 values
pe is EXEC (Executable file) Entry point 0x8049a30 There are 9 program headers, starting at offset 52 Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align PHDR 0x000034 0x08048034 0x08048034 0x00120 0x00120 R E 0x4 INTERP 0x000154 0x08048154 0x08048154 0x00013 0x...
Markdown
java.io.IOException e) { jjStopStringLiteralDfa_0(12, 0L, active1, active2); return 13; } switch(curChar) { case 97: return jjMoveStringLiteralDfa14_0(active1, 0L, active2, 0x10L); case 101: return jjMoveStringLiteralDfa14_0(active1, 0x40000000000000L, active2, 0x40L);...
Java
理 FRP 配置 - 🔧 **完整配置支持**:支持服务器配置、TLS 设置、日志配置等 - 📋 **代理管理**:可以添加、删除、修改代理配置 - 🔄 **自动重启**:配置保存后自动重启 frpc 服务 - ❌ **错误显示**:实时显示配置错误和服务状态 - 💾 **配置备份**:每次保存前自动备份原配置文件 - 🎯 **智能界面**:根据配置文件是否存在自动切换界面 - ⚙️ **设置管理**:在代理界面可通过设置按钮修改基础配置 - 🔒 **TLS 开关**:TLS 配置支持开关控制,关闭时不会生成 TLS 配置 - 🏷️ **智能代理名称**:代理列表显示实际的代理名称而不是序号 - 🔗 **连接状态检查...
Markdown
starting from the X axis -- this assumes that the Y axis points down). The matrix F contains one column per keypoint with the X, Y, SGIMA and ANLGE parameters. </p><p> In order to match the standard SIFT descriptor, the gradient GRAD should be calculated after mapping the image to the keypoint scale. This is obtained ...
HTML
YLE="margin-bottom: 0in"><STRONG>apply</STRONG> - An Apply button. </P> <LI><P STYLE="margin-bottom: 0in"><STRONG>next</STRONG> - A Next or Forward button. </P> <LI><P STYLE="margin-bottom: 0in"><STRONG>back</STRONG> - A Previous or Back button. </P> <LI><P STYLE="margin-bottom: 0in"...
HTML
#include "VesaBiosExtensions.h" #include "kernel/service/MemoryService.h" #include "device/system/Bios.h" #include "kernel/service/Service.h" #include "lib/util/base/Panic.h" #include "lib/util/collection/ArrayList.h" #include "kernel/process/Thread.h" #include "kernel/log/Log.h" #include "lib/util/math/Math.h" #incl...
C++
d public static native void ML5KB9Yq(long nativeAwSettings, Object caller); // Original name: org_chromium_android_1webview_AwSettings_updateWillSuppressErrorStateLocked public static native void MVXG782O(long nativeAwSettings, Object caller); // Original name: org_chromium_android_1webview_AwSe...
Java
typename Distance::ElementType>& points, Matrix<typename Distance::ResultType>& centers, const KMeansIndexParams& params, Distance d = Distance()) { KMeansIndex<Distance> kmeans(points, params, d); kmeans.buildIndex(); int clusterNum = kmeans.getClusterCenters(centers); retur...
C++
local vim = vim local api = vim.api local uv = vim.loop local M = {} M.__index = M -- Wraps the given function in a debouncer, which will prevent calling the -- function until after N milliseconds of inactivity function M:wrap(n, f) local instance = {} setmetatable(instance, M) instance.__state = { timeout ...
Lua
pan></td></tr><tr><td colspan="2"></td><td class="subtext"><span class="subline"><span class="score" id="score_44399123">19 points</span> by <a href="https://news.ycombinator.com/user?id=keyth72" class="hnuser">keyth72</a> <span class="age" title="2025-06-27T18:34:53 1751049293"><a href="https://news.ycombinator.com/it...
HTML
ired data. */ @Singleton class Repository @Inject internal constructor( private val libkiwixBookOnDisk: LibkiwixBookOnDisk, private val libkiwixBookmarks: LibkiwixBookmarks, private val historyRoomDao: HistoryRoomDao, private val webViewHistoryRoomDao: WebViewHistoryRoomDao, private val notesRoomDao: NotesR...
Kotlin
"date_range": (datetime(2024, 1, 1), datetime(2024, 1, 31)), "fields": ["日期", "股票代碼", "價格"], } # 測試不同數據源 data_sources = ["交易記錄", "投資組合數據", "風險指標"] for source in data_sources: data = generate_mock_data(source, conditions) # 驗證數據結構 as...
Python
�来, 陈伯达, 康生, 黄永胜 </p> <em> 周恩来、陈伯达、康生、黄永胜 </em> <h3> <em> 时间:一九六八年六月十二日二十时三十分至十三日一时十分 </em> </h3> <h3> <em> 地点:北京人民大会堂福建厅 </em> </h3> <h3> <em> 参加接见的中央首长:总理、伯达、康生、春桥、文元、富治、永胜、法宪、东兴 </em> </h3> <h3> <em> 武汉军区被接见的负责人:曾思玉、刘丰、方铭、肖前、闵学胜,还有毕占云、张广才、孔庆德、姚喆、叶明、韩东山 <...
HTML
ints, dtype=np.float32) center = selected_joints.mean(axis=0)[:2] left_top = np.amin(selected_joints, axis=0) right_bottom = np.amax(selected_joints, axis=0) w = right_bottom[0] - left_top[0] h = right_bottom[1] - left_top[1] if w > self._aspect_ratio * h: ...
Python
} func (*Input) AvailableArchs() []string { return []string{datakit.OSLabelLinux, datakit.LabelK8s} } var defaultExporter = func(pts []*point.Point) error { return dkio.DefaultFeeder().Feed(point.Tracing, pts, dkio.WithSource("ebpf-tracing")) } func (ipt *Input) Run() { log = logger.SLogger(inputName) spans.In...
Go
using Android.Content; using Android.Views; using FormsGestures.Droid; using Xamarin.Forms; using Xamarin.Forms.Platform.Android; [assembly: Dependency(typeof(CoordTransformService))] namespace FormsGestures.Droid { /// <summary> /// Descendent bounds. /// </summary> [Xamarin.Forms.Internals.Preserve(...
C#
te PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song065_9_1 .byte PATT .word song06...
Assembly
if i < 2 || karaoke_line.line_start - DEFAULT_PREDISPLAY_DURATION > karaoke_lines[i - 2].line_end { karaoke_line.line_start } else { karaoke_line.line_start - karaoke_lines[i - 2].line_end }; std::cmp::m...
Rust
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
C
#!/usr/bin/python3 common_elements = __import__('3-common_elements').common_elements set_1 = { "Python", "C", "Javascript" } set_2 = { "Bash", "C", "Ruby", "Perl" } c_set = common_elements(set_1, set_2) print(sorted(list(c_set)))
Python
public class AddPvcToPipelineRunDecorator extends NamedResourceDecorator<PipelineRunSpecFluent<?>> { private final String workspace; private final String claim; private final boolean readOnly; public AddPvcToPipelineRunDecorator(String name, String workspace, String claim, boolean readOnly) { super(name)...
Java
tp://target.example.com/page?param=value" \   -p param \   --dbms=MSSQL \   --level 1 \   --risk 1 \   --banner \   --current-user \   --current-db \   --is-dba \   --threads 10 \   --batch \   --random-agent ``` ### 参数解释: - -u:目标 URL - -p:要测试的参数 - --dbms:目标数据库类型 - --level:测试深度(1-5) - --risk:负载...
Markdown
sult.g * 0.59 + cResult.b * 0.11 );","\t}","\tgl_FragColor = vec4( cResult, cTextureScreen.a );","}"],l),"\n")],o,p)}) s($,"bEL","bbO",()=>{var q=t.N return A.e(["uniforms",A.e(["tDiffuse",A.e(["value",null],q,t.P),"resolution",A.e(["value",A.cA()],q,t.yw)],q,A.aq("W<i,aM?>")),"vertexShader","\n\t\tvarying vec2 vUv;\n...
JavaScript
--[[ @module netdrv_pc @summary “pc模拟器网卡”驱动模块 @version 1.0 @date 2025.07.01 @author 朱天华 @usage 本文件为pc模拟器网卡驱动模块,核心业务逻辑为: 1、监听"IP_READY"和"IP_LOSE",在日志中进行打印; 本文件没有对外接口,直接在其他功能模块中require "netdrv_pc"就可以加载运行; ]] local function ip_ready_func(ip, adapter) if adapter == socket.ETH0 then -- 在位置1和2设置自定义的DN...
Lua
oolean"==typeof t&&this.set(e,!t),this},get:function(e){return this[e]}};!function(e){var t=Math.sqrt,n=Math.atan2,r=Math.pow,i=Math.PI/180,o=Math.PI/2;fabric.util={cos:function(e){if(0===e)return 1;0>e&&(e=-e);var t=e/o;switch(t){case 1:case 3:return 0;case 2:return-1}return Math.cos(e)},sin:function(e){if(0===e)retur...
JavaScript
itacwt", "info": "ITACWT Limited", "data": [{ "from": 3119287809, "to": 3119288063 }]}, { "name": "ie.ivertec", "info": "Ivertec Ltd", "data": [{ "from": 3104522241, "to": 3104523263 }, { "from": 3110307841, "to": 3110308863 }]}, { "name": "ie.jfkcommunications", "info": "JFK Communications ...
JavaScript
1716,"date":"2017-02-02T16:22:02","date_gmt":"2017-02-02T16:22:02","guid":{"rendered":"http:\/\/thebitcoinpodcast.com\/?p=1716"},"modified":"2017-02-02T19:10:26","modified_gmt":"2017-02-02T19:10:26","slug":"bc8","status":"publish","type":"post","link":"https:\/\/thebitcoinpodcast.com\/bc8\/","title":{"rendered":"BlockC...
HTML
modal-content>.modal-body{padding:0}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-body div.sourceCode{margin:0;padding:.2rem .2rem;border-radius:0px;border:none}#quarto-embedded-source-code-modal>.modal-dialog>.modal-content>.modal-header{padding:.7rem}.code-tools-button{font-size:1rem;padding:...
CSS
%k2} {z} // CHECK: vfmadd132sd {rd-sae}, %xmm1, %xmm1, %xmm1 // CHECK: encoding: [0x62,0xf2,0xf5,0x38,0x99,0xc9] vfmadd132sd {rd-sae}, %xmm1, %xmm1, %xmm1 // CHECK: vfmadd132sd {rd-sae}, %xmm1, %xmm1, %xmm1 {%k2} // CHECK: encoding: [0x62,0xf2,0xf5,0x3a,0x99,0xc9] vfmadd132sd {rd-sae}, %xmm1, %xmm1, %xmm1 {%k2} // C...
Assembly
); assert_eq!( tracker.align, align_of::<$t1>(), concat!("(tracker.align == align_of::<", stringify!($t1), ">())"), ); } }; (@member $tracker:ident, $t1:ty, $t2:ty, $($m1:ident).+, $m2:ident) => { unsafe { use st...
Rust
第7回东方NICO乐祭·新春</a></b></td><td id="ev-7">2021年01月29日至31日</td><td>线上<br><small><span style="color:grey;"></span></small></td></tr> <tr><td id="8"><b><a href="/展会作品列表?e=%E4%B8%9C%E6%96%B9NICO%E4%B9%90%E7%A5%AD%238">第8回东方NICO乐祭·情感</a></b><sup id="cite_ref-1" class="reference"><a href="#cite_note-1">1</a></sup></td><td id=...
Markdown
from .inspireface import ImageStream, FaceExtended, FaceInformation, SessionCustomParameter, InspireFaceSession, \ launch, terminate, FeatureHubConfiguration, feature_hub_enable, feature_hub_disable, feature_comparison, \ FaceIdentity, feature_hub_set_search_threshold, feature_hub_face_insert, SearchResult, \ ...
Python
import numpy as np # Part one state = 'A' steps = 12208951 tape = np.zeros(2*steps) cursor = steps for k in range(steps): val = tape[cursor] if state == 'A': if val == 0: tape[cursor] = 1 cursor += 1 state = 'B' elif val == 1: tape[cursor] = 0 ...
Python
th style="padding: 5px 0px; width: 10%">Quantity</th> <th style="padding: 5px 0px; width: 10%">Rate</th> <th style="padding: 5px 0px; width: 10%">Sub Total</th> <th style="padding: 5px 0px; width: 10%">Discount</th> <th style="padding: 5px 0px; width: 10%">Total</th> </tr...
HTML
cur_bytes_hex = binascii.b2a_hex(self.DexHeader.f.read(1)) length += 1 cur_bytes = int(cur_bytes_hex, 16) value += cur_bytes_hex array.append(value) dexMethod = DexMethod() dexMethod...
Python
highlightColor: _highlightColor, overlayColor: _overlayColor, splashColor: _splashColor, radius: _radius, customBorder: _customBorder, enableFeedback: _enableFeedback, excludeFromSemantics: _excludeFromSemantics, focusNode: _focusNode, canRequestFocus: _canRequestF...
Dart
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2014-2018 Etnaviv Project */ #include <drm/drm_prime.h> #include <linux/dma-buf.h> #include "etnaviv_drv.h" #include "etnaviv_gem.h" static struct lock_class_key etnaviv_prime_lock_class; struct sg_table *etnaviv_gem_prime_get_sg_table(struct drm_gem_object *...
C
The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // <future> // class packaged_task<R(ArgTypes...)> // pa...
C++
voler eliminare l'attività selezionata?\nFailed to remove some task(s).=Impossibile eliminare alcune attività.\nConfirm Clear=Conferma cancellazione\nAre you sure you want to clear stopped tasks?=Sei sicuro di voler cancellare le attività terminate?\nDownload Links:=Collegamenti per il download:\nDownload Now=Scarica ...
HTML
zhuo", PinyinHead.zh, 'z'), zi1(Shengmu.z, Yunmu.i, 1, "zī", "zi", PinyinHead.z, 'z'), zi2(Shengmu.z, Yunmu.i, 2, "zí", "zi", PinyinHead.z, 'z'), zi3(Shengmu.z, Yunmu.i, 3, "zǐ", "zi", PinyinHead.z, 'z'), zi4(Shengmu.z, Yunmu.i, 4, "zì", "zi", PinyinHead.z, 'z'), zi5(Shengmu.z, Yunmu.i, 5, "zi", "zi...
Java
blic void setSaAnnotationHandler(List<SaAnnotationHandlerInterface<?>> handlerList) { for (SaAnnotationHandlerInterface<?> handler : handlerList) { SaAnnotationStrategy.instance.registerAnnotationHandler(handler); } } /** * 注入临时令牌验证模块 Bean * * @param saTempTemplate / ...
Java
2.75114 7.0115 2.74316C7.05162 2.73518 7.07768 2.69618 7.0697 2.65606L6.84982 1.55062C6.84184 1.5105 6.80284 1.48444 6.76272 1.49242ZM8.79623 14.6657C8.80032 14.7064 8.77064 14.7428 8.72994 14.7468C8.68923 14.7509 8.65292 14.7213 8.64883 14.6806L8.60052 14.1998C8.59643 14.1591 8.62612 14.1228 8.66682 14.1187C8.70752 14...
JavaScript
_manager_info, program_id)?; assert_owned_by(accept_payment_info, &spl_token::id())?; assert_owned_by(bidder_pot_token_info, &spl_token::id())?; assert_owned_by(bidder_pot_info, &store.auction_program)?; assert_owned_by(token_mint_info, &spl_token::id())?; assert_owned_by(vault_info, &store.tok...
Rust
mov r1, #0xff str r1, [r3, #GICC_PMR] @ set priority mask register mrc p15, 0, r0, c1, c1, 2 movw r1, #0x3fff movt r1, #0x0004 orr r0, r0, r1 mcr p15, 0, r0, c1, c1, 2 @ NSACR = all copros to non-sec /* The CNTFRQ register of the generic timer needs to be * programmed in secure state. Some primary bootloader...
Assembly
Return(TestValue.from(null)) whenever(configuration.getIntValue(anyString())).thenReturn(TestValue.from(null)) } @Test fun filledProfileWithFieldsIsParsedCorrectly() { setupFilledProfile() val profile = configurationSoneParser.parseProfile() assertThat(profile, notNullValue()) assertThat(profile.firstName...
Kotlin
="trait" href="trait.Octal.html" title="trait core::fmt::Octal">Octal</a>&gt; <a class="trait" href="trait.Octal.html" title="trait core::fmt::Octal">Octal</a> for &amp;T</h3><a href="#impl-Octal-25" class="anchor"></a><a class="srclink" href="../../src/core/fmt/mod.rs.html#2046" title="goto source code">[src]</a></div...
HTML
// 展示倒计时, 倒计时radius始终使用最新价的, 且保留底部radius borderRadius = borderRadius?.copyWith( topLeft: const Radius.circular(0), topRight: const Radius.circular(0), bottomLeft: borderRadius.topLeft, bottomRight: borderRadius.topRight, ); /// 绘制倒计时标记 c...
Dart
a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <link r...
HTML
////////////////////////////////////////////////////////////////////// // // This file is part of the Corona game engine. // For overview and more information on licensing please refer to README.md // Home page: https://github.com/coronalabs/corona // Contact: support@coronalabs.com // ////////////////////////////////...
C++
Puget Sound Business Journal" } } </script> <!-- End Schema.org Definition --> <!-- Taboola --> <script type="text/javascript"> window._taboola = window._taboola || []; _taboola.push({article:'auto'}); !function (e, f, u) { e.async = 1; e.src = u; f.parentNode.insertBefore(e, f); }(document.cr...
HTML
n = 0.2, }, }, }) define_rule({ category = "conversations_prio_1", database = "psyker_male_c", name = "oval_world_conversation_universal_hestia_five_d", response = "oval_world_conversation_universal_hestia_five_d", wwise_route = 0, criterias = { { "query_context", "concept", OP.EQ, ...
Lua
-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{bac...
HTML
found this.notes = [...this.notes.slice(0, index), ...this.notes.slice(+index + 1)]; // immutability exercise //this.notes.splice(index, 1); } private updateNote(note: any) { let index = this.index(note._id); if (index === -1) return; // not found this.notes = [...this.notes.slice(0, index),...
Typescript
PerState.put(State.ACTION_SUCCEEDED, 84); statsProvider.localFallbackStats = LocalFallbackStats.builder() .from(statsProvider.localFallbackStats) .setLocallyExecutedRules(0) .build(); RemoteExecutionConsoleLineProvider provider = new RemoteExecutionConsoleLine...
Java
BI1馩-y5w`}.Mއhq, !w\ p.D'@<-ƥp=.C\>}W^Ǖhh۸aToa|<6Dy,Ԍg#!<\ 1x2+1(/B Ka$+-6} *^suHףTva9 ›3ᭈx;̀/Bx*» G=p" }ޏ4DQa_<[p>JIOP|g |h"Ux_ p, [FKwa^l<Gp'~ +'?~H_% `?Z_|;~ 㯨_w?P?yQSH4B ),p£ Si h2EQbń/(BM͠`q.3Q\X`J֦(dJ KQ2Xr(TArRp/|(9K)Em1W *nS...
HTML
final Trampoline<B> _fa; final Function1<dynamic, Trampoline<dynamic>> _f; _TBind(this._fa, this._f); _TPure<A>? _unsafeGetTPure() => null; _TBind<A, B>? _unsafeGetTBind() => this; } final Monad<Trampoline> TrampolineM = new MonadOpsMonad((a) => new _TPure(a)); Trampoline<T> treturn<T>(T t) => new _TPure(t);...
Dart
} /// Returns the largest `PacketNumber` stored in the AckRanges. /// /// If no items are present in the set, `None` is returned. pub fn max_value(&self) -> Option<PacketNumber> { self.ack_ranges.max_value() } /// Clear the ack ranges and reset values #[inline] pub fn clear(&mu...
Rust
2, CAR1, T1 VADDUQM T2, CAR2, T2 // VAQ T2, CAR2, T2 // Second round VPERM T1, T0, SEL1, RED2 // d1 d0 d1 d0 VPERM ZER, RED2, SEL2, RED1 // 0 d1 d0 0 VSUBUQM RED2, RED1, RED2 // VSQ RED1, RED2, RED2 // Guaranteed not to underflow VSLDOI $8, T1, T0, T0 // VSLDB $8, T1, T0, T0 VS...
Assembly
local TAG = "EasyChatEngineChatHack" -- if a server has slog or sourcenet, use them to route say commands to our networking -- https://github.com/Heyter/gbins/tree/master/slog/src -- https://github.com/danielga/gm_sourcenet if SERVER then local function has_bin(name) if util.IsBinaryModuleInstalled then return u...
Lua
314] = "鐵處女之盾", [56315] = "顫動之影", [56316] = "沙迅聖物", [56317] = "琥珀信使", [56318] = "拉茲的肩鎧", [56319] = "載波墜飾", [56320] = "巫魅沙漏", [56321] = "繁茂之冠", [56322] = "微光盾牌", [56323] = "聖光將熄攫爪", [56324] = "基爾斯戴爾披肩", [56325] = "伯爾頓的法杖", [56326] = "浸毒匕首", [56327] = "阿坎西亞的遺失墜飾", [56328] = "無盡間室之鑰", [56329] = "痛感之拳", [56330] = "朱砂護肩", [...
Lua
-------- [40d8] move sr, (a0)+ uses Op40d8 ---------- Op40d8: str r5,[r7,#0x5c] ;@ Save Cycles ldr r0,[r7,#0x4c] ;@ X bit mov r1,r10,lsr #28 ;@ ____NZCV eor r2,r1,r1,ror #1 ;@ Bit 0=C^V tst r2,#1 ;@ 1 if C!=V eorne r1,r1,#3 ;@ ____NZVC ldrb r2,[r7,#0x44] ;@ Include SR high and r0,r0...
Assembly
0ad4e; } .panel-yellow a { color: #f0ad4e; } .panel-yellow a:hover { color: #df8a13; } canvas { max-width: 100% !important; max-width: 400px; height: auto !important; } canvas.round { max-width: 100% !important; max-width: 350px; height: auto !important; } .marg...
CSS
inline] pub fn limbs_equal_limbs_consttime(a: &[Limb], b: &[Limb]) -> LimbMask { extern "C" { fn LIMBS_equal(a: *const Limb, b: *const Limb, num_limbs: c::size_t) -> LimbMask; } assert_eq!(a.len(), b.len()); unsafe { LIMBS_equal(a.as_ptr(), b.as_ptr(), a.len()) } } #[inline] pub fn limbs_less_...
Rust
IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, ...
C++
存为JPEG // ChartUtilities.writeChartAsJPEG(out, chart, 500, 400); out.flush(); } catch (FileNotFoundException e) { e.printStackTrace(); } catch (IOException e) { e.printStackTrace(); } finally { if (out != null) { try { ...
Java
.bt.projectid"; public static final String SOURCE_BT_INSTANCE_CONF_KEY = "sync.table.source.bt.instance"; public static final String SOURCE_BT_APP_PROFILE_CONF_KEY = "sync.table.source.bt.app.profile"; public static final String TARGET_BT_PROJECTID_CONF_KEY = "sync.table.target.bt.projectid"; public static fina...
Java
override val mainUrl = "https://vgfplay.com" } open class Vidguardto : ExtractorApi() { override val name = "Vidguard" override val mainUrl = "https://vidguard.to" override val requiresReferer = false override suspend fun getUrl( url: String, referer: String?, subtitleCallb...
Kotlin
will supply the request of asking [ETH Gas Station](https://ethgasstation.info) the current gas price statistics on Ethreum blockchain. The result will be accessed using `safeLow` multiplied by `100000000`. Since ETH Gas Station returns the result in Gwei divided by 10, Band's data providers will provide the result in...
Markdown
cTableElement('periodictable_element_nihonium', 'Nh', 113, 287, -double.infinity, 430, 1130, true, true, 7, 13, 16, 287, 20.0 / 60 / 24, comments: [ 'periodictable_comment_nh', 'periodictable_comment_densityvaries', 'periodictable_comment_massnotexact', 'periodictable_comment...
Dart
cfg(const char *cfgpath); /* defcfg functions only set the configuration property if it's not already set * It's a way for wallpaper plugins to quickly set defaults during init */ int xlivebg_defcfg_str(const char *cfgpath, const char *str); int xlivebg_defcfg_num(const char *cfgpath, float val); int xlivebg_defcfg_...
C
CdcYR3rOUE1L6jhKc95w0te8Zrv1PKet7zjKl5O8okPfMTHT35zhA342cgm6qjnHA1sppEATQTZwlaa+cE2ttPCDnaxk7t0sIfd7GUfv/jDPa5xnft85os4xCkREikuiZJoiZFYiZN4SZBESeIGN+niDo+4xW0ec4hLkswDHkqKpHJU0iRdMhzeupZGn25hOIP1fk3zaMqSXg1N05S60lBmK3OUbmWuMk+ZryxQeix1NVfXXbV+bzBQU13V5LNahmnpNm2lwUBDX+E2i3s1i6w7Qhr/AI4OizwAeNrbwfi/dQNjL4P3Bo6AiI2MjH2RG...
CSS
<placeholders> my_binding( ::boost::type_erasure::binding_of(arg), ::boost::type_erasure::make_binding<identity_map>()); typedef typename ::boost::remove_const< typename ::boost::remove_reference< typename ::boost::type_erasure::placeholder_of<R>::type >::type >::type...
C++
png" : "star_b_png"); var s: eui.Image = new eui.Image(t); s.width = s.height = 40; s.x = 30 * i; this.star.addChild(s); } } public clear(): void { this.star.removeChildren(); this.bg = null; this.star = null; this.lock...
Typescript
igure class="kg-card kg-image-card"><img src="https://blog.cloudflare.com/content/images/2021/10/3-3.png" class="kg-image" alt="R2は高額なエグレス帯域幅料金を課すプロバイダーからのデータを自動的に複製し、ターゲットバケットの設定だけで瞬時に料金を節約します。" loading="lazy"></figure> <p>Cloudflareでは、 R2にマルチリージョンストレージを組み込んでリクエストの多いロケーションへ自動的にオブジェクトを複製するようにしたいと考えています。<a href="https:...
HTML
ET, "").header("host", "foo.service2.aws")), hasStatus(I_M_A_TEAPOT)) assertThat(reverseProxy(Request(GET, "").header("host", "foo.service3.aws")), hasStatus(NOT_FOUND)) } } package org.http4k.connect.amazon import dev.forkhandles.result4k.Result import dev.forkhandles.result4k.map import dev.forkhandles....
Kotlin
*/ public static AddSpawnsBiomeModifier singleSpawn(HolderSet<Biome> biomes, SpawnerData spawner) { return new AddSpawnsBiomeModifier(biomes, List.of(spawner)); } @Override public void modify(Holder<Biome> biome, Phase phase, Builder builder) { ...
Java
}; let sanity_check = matches.is_present(cli::ARG_SANITY_CHECK); let full_verification = matches.is_present(cli::ARG_FULL_VERIFICATION); Ok(ReplayArgs { config, consensus, tmp_target, profile, sanity_check, full_veri...
Rust
ELEMENT__PURPOSE: return PURPOSE_EDEFAULT == null ? purpose != null : !PURPOSE_EDEFAULT.equals(purpose); case RePackage.CATALOG_ELEMENT__READ_ONLY: return readOnly != READ_ONLY_EDEFAULT; case RePackage.CATALOG_ELEMENT__VERSION: return VERSION_EDEFAULT == null ? version != null : !VER...
Java
pData.Add(p.Field, Letter()) mapData.Add(p.Field, Letter()) mapData.Add(p.Field, Letter()) mapData.Add(p.Field, Letter()) case "[]int": mapData.Add(p.Field, fmt.Sprintf("%d", Int8())) mapData.Add(p.Field, fmt.Sprintf("%d", Int8())) mapData.Add(p.Field, fmt.Sprintf("%d", Int8())) m...
Go
// Copyright 2011 Cooliris, Inc. // // 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 ...
C
mark. /// /// Tick marks are only displayed if the slider is discrete, which can be done /// by setting the [RangeSlider.divisions] to an integer value. /// /// It paints a solid circle, centered on the track. /// The color is determined by the [Slider]'s enabled state and track's active /// states. These colors are d...
Dart
= dataDict['target_x'][index], dataDict['target_y'][index] # tgx[:,0] = scipy.ndimage.zoom( nputil.array2NDCube(tgx[:,0],N=), zoom_factor, order=1) # tgy = scipy.ndimage.zoom( tgy, zoom_factor, order=1) tgx = torch.from_numpy(dataDict['target_x'][index]).float() tgy = torch.from_numpy(da...
Python
ri, scope }); res.redirect(endpoint); }); /** * Cloud Function that handles requests with `code` as a query param. * @returns {Promise} Promise which resolves with the Firebase custom auth token (JWT). */ export const callback = functions.https.onRequest((req, res) => { cors(req, res, () => { handleCallback...
Typescript
); \ splx(s); \ } \ static __inline void twa_requeue_ ## name(struct twa_request *tr) \ { \ int s; \ \ s = splcam(); \ TAILQ_INSERT_HEAD(&tr->tr_sc->twa_ ## name, tr, tr_link); \ TWAQ_ADD(tr->tr_sc, index); \ splx(s); \ } \ static __inline struct tw...
C
Handler) { CVisualComponent::UninstallHandler(nEventID, lpHandler); return 0; } ///////////////////////////////////////////////////////////////////////////// // Ϣ ///////////////////////////////////////////////////////////////////////////// int CDuiPlugin::ProcessMessage(CVciMessage* pIn, CVciMessage* ppOut) { re...
C++
st1 {v0.4s},[x0],x4 st1 {v1.4s},[x2],#16 cmp x0,x2 b.hi Loop_imc ld1 {v0.4s},[x2] aesimc v0.16b,v0.16b st1 {v0.4s},[x0] eor x0,x0,x0 Ldec_key_abort: ldp x29,x30,[sp],#16 ret .globl _aes_v8_encrypt .align 5 _aes_v8_encrypt: ldr w3,[x2,#240] ld1 {v0.4s},[x2],#16 ld1 {v2.16b},[x0] sub w3,w3,#2 ld1 {v1....
Assembly
hsubw.q.d $xr20, $xr13, $xr28 # CHECK-INST: xvhsubw.q.d $xr20, $xr13, $xr28 # CHECK-ENCODING: encoding: [0xb4,0xf1,0x57,0x74] xvhsubw.hu.bu $xr10, $xr2, $xr16 # CHECK-INST: xvhsubw.hu.bu $xr10, $xr2, $xr16 # CHECK-ENCODING: encoding: [0x4a,0x40,0x5a,0x74] xvhsubw.wu.hu $xr1, $xr26, $xr18 # CHECK-INST: xvhsubw.wu.hu $...
Assembly
{ expect(error.requestId).to.be.ok expect(error.code).to.be.ok } }) }) const expect = require("chai").expect const tencentcloud = require("../../tencentcloud-sdk-nodejs") const client = new tencentcloud.goosefs.v20220519.Client({ credential: { secretId: process.env.secretId, secretKey: proc...
JavaScript
r2.Features.BanditCampFeature = {} local feature = r2.Features.BanditCampFeature feature.Name = "BanditCampFeature" feature.BanditCount = 0 feature.Description = "A bandits camp feature" feature.Components = {} local BanditZoneRadius = 5 local BanditZoneNumCorners = 6 local BanditCampVersion = 2 feature.Compone...
Lua
footer .footer-left, footer .footer-right { text-align: center; } footer .footer-right { float: none; margin: 0 auto 20px; } footer .footer-left p.footer-links { line-height: 1.8; } } /* Avoid text color flickering when it loose focus as the modal appears */ .btn-primary[data-toggle="moda...
CSS
#!/usr/bin/env python import sys import json from lib.shell import run_command def list_exchanges(vhost=None): cmd = ['rabbitmqadmin', 'list', 'exchanges'] if vhost: cmd += ['-V', vhost] exit_code, stdout, stderr = run_command(cmd=cmd, shell=False) if exit_code != 0: msg = 'Comman...
Python
decompress_from(buf, &mut decompression_buffer) { Ok(bytes_out) => { bytes_written += bytes_out; decompression_buffer.truncate(bytes_written); let mut as_buf = decompression_buffer.freeze().into_buf(); r...
Rust
rd.y += 0.5; """, fragment_300=""" if (u_text_main == 1.0) { gl_FragColor = texture2D(u__texture, v__coord) * gl_FragColor; } """, u__texture="#800080", u__scale=(1.0, 1.0), doc=""" Multiplies the text with a texture, one line at a time. The texture is aligned with the...
Python
glabel func_80029FAC /* AA114C 80029FAC 3C018013 */ lui $at, %hi(D_80135C54) /* AA1150 80029FB0 C4245C54 */ lwc1 $f4, %lo(D_80135C54)($at) /* AA1154 80029FB4 27BDFF70 */ addiu $sp, $sp, -0x90 /* AA1158 80029FB8 3C018011 */ lui $at, %hi(D_80115924) /* AA115C 80029FBC E4245924 */ swc1 $f4, %lo(D_80115924)($at)...
Assembly
{ _ram[(addr & 0x7ff) + _sliceMiddle] = value; } } else if (addr < 0x1F00) // 256B region at 0x1e00 - 0x1eff { if (!_isRomHigh) { _ram[(addr & 0xff) + _sliceHigh] = value; } } else if (addr < 0x2000 && !poke) // 256B region at 0x1f00 - 0x1fff { if (((_lastData & 0xe0) == ...
C#
nment := &NativeCircuit{A: 2, B: 4} wit, err := frontend.NewWitness(assignment, tc.modulus) assert.NoError(err) err = ccs.IsSolved(wit) assert.NoError(err) }, fmt.Sprintf("ccs=scs/field=%s", tc.name)) } } type EmulatedCircuit[T emulated.FieldParams] struct { A emulated.Element[T] `gnark:",public"` B e...
Go
a> , <a class="el" href="_i_s_utilities_8h.html#a35f79c400b447f3a0351ffbac3588c58">ISUtilities.h</a> </li> <li>gen3AxisSensorData() : <a class="el" href="_i_s_utilities_8h.html#a2f963869f4b4a09508dfc7bd1356ebda">ISUtilities.h</a> , <a class="el" href="_i_s_utilities_8cpp.html#a2f963869f4b4a09508dfc7bd1356ebda">ISUtilit...
HTML
is embedded in their symbol name. type Type struct { // extra contains extra etype-specific fields. // As an optimization, those etype-specific structs which contain exactly // one pointer-shaped field are stored as values rather than pointers when possible. // // TMAP: *Map // TFORW: *Forward // TFUNC: *Func ...
Go
up.GroupAttendanceDetail { /// <summary> /// The schedule selection mode options available in the Group Attendance Detail block. /// </summary> public enum GroupAttendanceDetailScheduleSelectionMode { /// <summary> /// No schedule selection will be available. /// </summary> ...
C#
warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with QKSMS. If not, see <http://www.gnu.org/licenses/>. */ package com.moez.QKSMS.extensions import io.reactiv...
Kotlin