content
stringlengths
2
6.21k
label
stringclasses
16 values
@milaboratories/uikit@2.0.10 ## 1.7.49 ### Patch Changes - Updated dependencies [5cdfeb3] - @milaboratories/uikit@2.0.9 ## 1.7.46 ### Patch Changes - Updated dependencies [4a745bf] - @milaboratories/uikit@2.0.8 ## 1.7.45 ### Patch Changes - Updated dependencies [969a083] - @milaboratories/uikit@2.0.7 #...
Markdown
发送者返回一个错误信息。 注:`drop` 和 `reject` 不会向 `accept` 那样可以通过若干个表,在匹配到数据包时,会直接拒绝,而不会让其继续前进。 ``` iptables -t filter -A INPUT -s 192.168.75.129 -p icmp -j DROP iptables -t filter -R INPUT 1 -s 192.168.75.129 -p icmp -j REJECT ``` #### `log` 如果数据包符合条件,就记录数据包的相关信息到 log 文件。 ``` iptables -t filter -A INPUT -p icmp -j log --log-l...
Markdown
boolean isLastChild, String target, String link, String tableClass, String tableClassMouseOn) throws Exception { ShowLeafSimple(depts, out, leaf, isLastChild, target, link, tableClass, tableClassMouseOn); DeptMgr dir = new DeptMgr(); Vector children = dir.getChildren(leaf.getCo...
Java
contents, you get youself a buffer editor via the //! `edit_vertex_buffer` method of Context that in turn allows you to call `data` or `sub_data` to //! set the contents. The `edit_vertex_buffer` takes `&mut self` as its first parameter, so there //! can exist only a single editor object at a time. //! //! The idea be...
Rust
b xLbviYB+ rIz6Xrjc uHhTbv87 VVoo8MDg O3e+BPC+ kj/98Tey uSVa9k6N xW6dBJc2 AYsjByoo XysSOJU/ NGDhAu+n ezsUeGz4 yWgtAxZs CWXAa9Gc oEuLG7Bg TOGxvIXA W4sdZmlZ ifTkF0h7 BoCXmCMF EWnYQVOw Y8ZjpzDg DcHF6//4 FNw4E2V1 fRRc2ETL xWuOhatj sKPt7krW BqHH52Tq Od6puTly ch7A50w3 CwUeIWdG V88eqYQu LiqGGnTO 7hwXNjh0 J18OA3xH Z/mh7vIB ...
HTML
} int d = sgp.parse(c, src); if (d < 0) return sgp.error(); if (dst.remaining() < 4) return CoderResult.OVERFLOW; mark += 2; put(Surrogate.high(d), dst); put(Surrogate.low(d), ...
Java
-- This file is part of thesixthroc's Pirate Ship softmod, licensed under GPLv3 and stored at https://github.com/ComfyFactory/ComfyFactorio and https://github.com/danielmartin0/ComfyFactorio-Pirates. -- local Common = require 'maps.pirates.common' local CoreData = require('maps.pirates.coredata') -- local Utils = requ...
Lua
�ารถที่แสดงให้เห็นแล้วว่าสามารถแก้ปัญหาได้ด้วยกลไกเพิ่มเติมบนแนวคิด Signals ที่อธิบายไว้ในเอกสารนี้ อย่างไรก็ตาม การตัดออกนี้จำกัดศักยภาพของการทำงานร่วมกันระหว่างเฟรมเวิร์กต่าง ๆ ขณะที่ต้นแบบ Signals ที่อธิบายไว้ในเอกสารนี้ถูกสร้างขึ้น จะมีความพยายามในการกลับไปพิจารณาใหม่ว่าการตัดออกเหล่านี้เป็นการตัดสินใจที่เหมาะสมหรื...
Markdown
res = package.searchpath(mod,package.path) if res then return res,true end res = package.searchpath(mod,package.cpath) if res then return res,false end return raise 'cannot find module on path' end ---- finis ----- return path
Lua
arg, expect_output) in test_cases { let arg = arg.parse::<Decimal>().ok(); let expect_output = expect_output.parse::<Decimal>().ok(); let output = RpnFnScalarEvaluator::new() .push_param(arg.clone()) .evaluate(ScalarFuncSig::AbsDecimal) ...
Rust
import tensorflow as tf import math def rotate_to_normal(pose, normal, around): z_axis = normal y_axis = tf.linalg.cross(tf.constant( [1.0, 0.0, 0.0], dtype=tf.float32), z_axis) x_axis = tf.linalg.cross(z_axis, y_axis) axis = tf.stack([x_axis, y_axis, z_axis]) return tf.tensordot(pose - ar...
Python
data.length;r++){var B=a.data[r];if(r>=a.pageNum*settings.itemsPerPage&&r<a.pageNum*settings.itemsPerPage+settings.itemsPerPage){var C='<div class="row">';for(var D=0;D<b.length;D++){var q=b[D];var E=d[q.getDay()];if(n.indexOf((new Date(q.getFullYear(),q.getMonth(),q.getDate())).getTime())>-1)E=" holiday";C+='<div clas...
JavaScript
inimumSize = Dimension(640, 480)<br> App()<br> }<br>}</pre>\n<p>In this\u00a0step:</p>\n<ul>\n<li>We use <strong>Window </strong>from <strong>androidx.compose.ui.window</strong> to create the desktop app's main\u00a0window.</li>\n<li>\n<strong>App()</strong> is called to display the UI within the\u00a0window....
Kotlin
["Instant Poison II"] = "速效毒药 II", ["Instant Poison III"] = "速效毒药 III", ["Instant Poison IV"] = "速效毒药 IV", ["Instant Poison V"] = "速效毒药 V", ["Instant Poison VI"] = "速效毒药 VI", ["Instant Poison"] = "速效毒药", ["Intensity"] = "强烈", ["Intercept"] = "拦截", ["Intimidating Shout"] = "破胆怒吼", ["Intimidation"] = "胁...
Lua
a debug_addr section. func ParseAddr(data []byte) *DebugAddrSection { if len(data) == 0 { return nil } r := &DebugAddrSection{data: data} _, dwarf64, _, byteOrder := dwarf.ReadDwarfLengthVersion(data) r.byteOrder = byteOrder data = data[6:] if dwarf64 { data = data[8:] } addrSz := data[0] segSelSz := dat...
Go
schema"> <!-- --> </a> <h3>Uses of <a href="../../../../../org/mpxj/primavera/schema/UserOBSType.html" title="class in org.mpxj.primavera.schema">UserOBSType</a> in <a href="../../../../../org/mpxj/primavera/schema/package-summary.html">org.mpxj.primavera.schema</a></h3> <table class="useSummary" border="0" cellpaddi...
HTML
in <b>../Makefile</b> for C/C++ codes: <pre> CFLAGS = -Wall -Wconversion -O3 -fPIC -fopenmp -I$(MATLABDIR)/extern/include -I.. </pre> and add '-lgomp' to MEX_OPTION in <b>Makefile</b> for the matlab/octave interface: <pre> MEX_OPTION += -lgomp </pre> <p> To run the code, you must specify the number of threads. For ...
HTML
%,战果754亿元。会后随即选择重点进行检查,至此,敌人土崩瓦解,溃不成军,纷纷投降起义,少数顽抗分子也不堪一击,于4月5日546户重点户均已打下。经验证明:在群众充分发动,五反统一战线已形成,少数违法户完全陷于孤立的情况下,“拉大网,多打鱼”“打开一个,俘虏一群”“大批招降”等做法是可能的,也是正确的。 </p> <p> (四)现在检查工作和斗争阶段已基本结束了,今后主要是对545户重点户处理定案。在处理中我们拟着重对工商界上层多做些“拉”的工作(过去做得很不够),以缓和紧张空气。恢复伤了的“感情”,搞好生产,恢复市场的正常状态,搞好五反建设工作,巩固五反胜利成果。市委根据华东局会议精神与省委指示及杭市具体情况,作了...
HTML
ipe-template-tbfs-main-2---edited-cook-mode-mm .wprm-custom-cta .wprm-cta-description{color:#111;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-weight:500;line-height:1.5;font-size:16px;font-weight:700;letter-spacing:0.5px;font-weight:500;mar...
HTML
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr_base.c :+: :+: :+: ...
C
alumnos = dict(Luis=9.9, Maria=6.3, Adolfo=3.8, Pedro=10) def sumar_punto(item: dict): if item[1] >= 9: nota = 10 else: nota = item[1] + 1 return item[0], nota nuevas_notas = map(sumar_punto, alumnos.items()) print(dict(nuevas_notas).keys()) ''' Crear la clase Persona con nombre, edad, y...
Python
ableF<URI, Fix0, Fix1, Fix2, Fix3> export function makeWiltable<URI, Fix0, Fix1, Fix2, Fix3>( URI: URI ): ( _: Omit< WiltableF<URI, Fix0, Fix1, Fix2, Fix3>, "URI" | "Fix0" | "Fix1" | "Fix2" | "Fix3" > ) => WiltableF<URI, Fix0, Fix1, Fix2, Fix3> { return (_) => ({ URI, Fix0: undefined as any, ...
Typescript
pluginMain(funcs, versionInfo, "") Expect(err).To(HaveOccurred()) Expect(cmdAdd.CallCount).To(Equal(0)) Expect(cmdCheck.CallCount).To(Equal(0)) Expect(cmdDel.CallCount).To(Equal(0)) }) }) }) }) Context("when the CNI_COMMAND is CHECK", func() { BeforeEach(func() { environment["CNI_CO...
Go
manager::ShellManager; crate use crate::shell::value_shell::ValueShell; crate use crate::stream::{InputStream, OutputStream}; crate use crate::traits::{HasSpan, ToDebug}; crate use crate::Span; crate use crate::Text; crate use futures::stream::BoxStream; crate use futures::{FutureExt, Stream, StreamExt}; crate use futu...
Rust
# Time: O(n) # Space: O(1) class Solution(object): def findDuplicates(self, nums): """ :type nums: List[int] :rtype: List[int] """ result = [] for i in nums: if nums[abs(i)-1] < 0: result.append(abs(i)) else: n...
Python
std r4,48(r6) std r4,56(r6) addi r6,r6,64 bdnz 4b 5: srwi. r0,r5,3 clrlwi r5,r5,29 PPC_MTOCRF(1,r0) beq 8f bf 29,6f std r4,0(r6) std r4,8(r6) std r4,16(r6) std r4,24(r6) addi r6,r6,32 6: bf 30,7f std r4,0(r6) std r4,8(r6) addi r6,r6,16 7: bf 31,8f std r4,0(r6) addi r6,r6,8 8: cmpwi r5,0 PPC_MTOCRF(1...
Assembly
*/ sub.s $f18, $f16, $f0 glabel L801E01AC_ovl13 /* 1F812C 801E01AC 46009086 */ mov.s $f2, $f18 glabel L801E01B0_ovl13 /* 1F8130 801E01B0 4602403C */ c.lt.s $f8, $f2 /* 1F8134 801E01B4 00000000 */ nop /* 1F8138 801E01B8 45020017 */ bc1fl L801E0218_ovl13 /* 1F813C 801E01BC 460C003C */ c.lt.s...
Assembly
h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-s...
CSS
extern "C" __declspec(dllexport) int __cdecl check_if_snake_is_next_to_wall_controls(BYTE *buttons) { if (IsEnabled && !IsPaddemo) { DAEMON_OBJECT* dw = (DAEMON_OBJECT*)*(DWORD*)Cameras_Daemon; if (dw) { if ((*(DWORD*)(buttons + 4) & 0xF000) != 0) { WORD cam_direction = get_camera_direction(dw); ...
C++
><h4>hail-fill</h4><span class="unicode">&amp;#60908;</span></li><li class="unicode-icon"><span class="iconfont"></span><h4>hail-line</h4><span class="unicode">&amp;#60909;</span></li><li class="unicode-icon"><span class="iconfont"></span><h4>hammer-fill</h4><span class="unicode">&amp;#60910;</span></li><li class="un...
HTML
x.Min.X = this.GlobalPos.X - dimension.X / 2; this._box.Min.Y = this.GlobalPos.Y; this._box.Min.Z = this.GlobalPos.Z - dimension.Z / 2; this._box.Max.X = this.GlobalPos.X + dimension.X / 2; this._box.Max.Y = this.GlobalPos.Y + dimension.Y; this._box.Max.Z = this.GlobalPo...
C#
OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * */ MathJax.Localization.addTranslation("ca","HTML-CSS",{ version: "2.7.0", isLoaded: true, strings: { LoadWebFont: "Carre...
JavaScript
w:hidden; zoom:1; } .lh li, .lh dl, .lh .item { float:left; } .ld { position:relative; zoom:1; } .ld s, .ld b, .ld .block { position:absolute; overflow:hidden; } /*tab*/ .tab{overflow:hidden;zoom:1;} .tab li,.tab-item{float:left;text-align:center;} /*text*/ body{font-family:Arial,"宋体",Lucida,Verdana,Helvetica,sans-seri...
CSS
nic%20mountain%20road%20with%20camper%20vans%20traveling%2C%20beautiful%20sunset%2C%20aerial%20view%2C%20families%20enjoying%20the%20journey%2C%20atmospheric%2C%20high%20quality%2C%20detailed&width=1280&height=720&seq=12348&orientation=landscape'); background-size: cover; background-position: center;" class="absolute i...
HTML
len rdx %define len_dw edx %define len_w dx %define len_b dl %define crc_init r8 %define crc_init_dw r8d %endif push rdi push rbx mov rax, crc_init ;; rax = crc_init; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
Assembly
> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> <...
HTML
href="#testing_databases" title="permanent link"></a> Embedded databases for testing </h4> <p> Two embedded databases are provided for testing: <a href="http://www.h2database.com/html/main.html">H2</a> and a <a href="https://www.postgresql.org">PostgreSQL</a>. </p> <p> ...
HTML
�h\x11␡g\\;3\x16*\v␋", out: "}u`‛|52γψθθ\vl\x7fτb>␍ωEh\x11␡g\\;3\x16*\v␋", }, { // 2189 mask: EncodePipe | EncodeLeftCrLfHtVt, in: "}u`|52γψθθ\vl\x7fτb>␍ωEh\x11␡g\\;3\x16*␋␋", out: "}u`‛|52γψθθ\vl\x7fτb>␍ωEh\x11␡g\\;3\x16*␋␋", }, { // 2190 mask: EncodePipe | EncodeLeftCrLfHtVt, in: "}u`|52γψθθ\vl\x7...
Go
FUNCTOR_BIND_MEMBER(&AP_InertialSensor_BMI055::read_fifo_accel, void)); dev_gyro->register_periodic_callback(1000, FUNCTOR_BIND_MEMBER(&AP_InertialSensor_BMI055::read_fifo_gyro, void)); } /* probe and initialise accelerometer */ bool AP_InertialSensor_BMI055...
C++
:%.+]] = bitcast { i32, i32 }* [[EXPECTED_ADDR:%.+]] to i8* // CHECK: call void @__atomic_load(i64 8, i8* bitcast ({ i32, i32 }* [[X_ADDR:@.+]] to i8*), i8* [[BITCAST]], i32 0) // CHECK: br label %[[CONT:.+]] // CHECK: [[CONT]] // CHECK: [[LD_RE_ADDR:%.+]] = getelementptr inbounds { i32, i32 }, { i32, i32 }* [[EXPECTED...
C++
-top:0;padding-bottom:0}pre.code-annotation-code code{z-index:3}#code-annotation-line-highlight-gutter{width:100%;border-top:solid rgba(170,170,170,.2666666667) 1px;border-bottom:solid rgba(170,170,170,.2666666667) 1px;z-index:2;background-color:rgba(170,170,170,.1333333333)}#code-annotation-line-highlight{margin-left:...
CSS
); } return this.authenticate(crypto, flags, cancel, callback, handler); } } function hookFingerprintManager_authenticate() { /* public void authenticate (FingerprintManager.CryptoObject crypto, CancellationSignal cancel, int flags, ...
JavaScript
seFinalizeBlock) bool { require.NoError(t, stateStore.SaveFinalizeBlockResponse(lastHeight, response)) return true })).Return(nil) // apply the final block to a state copy so we can // get the right next appHash but keep the state back s := applyBlock(t, dummyStateStore, mempool, evpool, state, chain[len...
Go
= m_AlphaVertexBuffer; } else if(m_Tiles[tile_id].blending == QGears::B_ADD) { vertex_buffer = m_AddVertexBuffer; } else if(m_Tiles[tile_id].blending == QGears::B_SUBTRACT) { vertex_buffer = m_SubtractVertexBuffer; } float* writeIterator = (float*)vertex_buffer->lock(Og...
C++
ult_list"> <thead> <tr> {% for header in result_headers %} <th scope="col"{{ header.class_attrib }}> {% if header.sortable %} {% if header.sort_priority > 0 %} <div class="sortoptions"> <a class="sortremove" href="{{ header.url_remove }}" title="{% translate "Remove from sorting" %}"></a> ...
HTML
| 17% | **FollowerWonk** | | 男性 | 女性 | | --------- | ---- | ---- | | **我的关注者** | 81% | 19% | | **我关注的人** | 72% | 28% | FollowerWonk 的分析显示我的关注者中 81% 的人都是男性,很接近推特分析的数字。这个结果还说得过去。如果FollowerWonk 和 Twitter 在我的关注者的性别比例上是一致的,这就表明 FollowerWonk 对我关注的人的性别估算也应当是合理的。使用 FollowerWonk 我就能养成估算这些数字的爱好,并且做出改进。 然而,...
Markdown
Uint16 (uintsys& u_Value, ParseError& error); bool ExtractUint24 (uintsys& u_Value, ParseError& error); bool ExtractUint32 (uintsys& u_Value, ParseError& error); bool Extract (uintsys u_Length, String& str_Content, ParseError& erro...
Java
#include "srsran/interfaces/enb_rrc_interface_s1ap.h" #include <arpa/inet.h> //for inet_ntop() #include <inttypes.h> #include <netinet/in.h> #include <netinet/sctp.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> using srsran::s1ap_mccmnc_to_plmn; using srsran::uint32_to_uint8; #define procError(f...
C++
fyProcessor::loadCameraMatrix(cv::Mat& K, cv::Mat& D, // NOLINT cv::Size& image_size, // NOLINT struct CameraROSMsgInfo& calib_data) { // NOLINT K = cv::Mat(3, 3, CV_64F, calib_data.K); std::size_t d_length = 4; D = cv::Mat(1, d_length, CV_64F, calib_data.D); image_size = cv::Size(calib_data.width, c...
C++
NWIND(.save {fp, ip, lr}) UNWIND(.setfp fp, ip, #-4) sub fp, ip, #4 cmp r0, #0 ldrne r2, [r0, #36] ldrne r3, [r0, #40] ldrne r2, [r2] strne r2, [r3] ldmfd sp, {fp, sp, pc} UNWIND(.fnend) .size RBUF_Flush, .-RBUF_Flush .align 2 .global RBUF_ReadDataDma .type RBUF_ReadDataDma, %function RBUF_ReadDataDma: UN...
Assembly
2h-3.2l-1-.2-.6-.5-.5-.9c-1.3-3.3 3.7-7.4 15-12.4s22.3-8.1 32.9-9.3c9.8-1.5 21.3-1.5 34.5-.3s21.3 3.7 24.3 7.4c2.3 3.5 2.5 10.7.7 21.7zM485 467.5c-11.6 4.9-20.9 12.2-27.8 22-6.9 9.8-10.4 21.6-10.4 35.5 0 17.8 7.5 31.5 22.4 41.2 14.1 9.1 28.9 11.4 44.4 6.8 17.9-5.2 30-17.9 36.4-38.1 3-9.3 4.5-19.7 4.5-31.3v-50.2c-12.6.4...
Dart
16] = "vw_vwint02_pent_off_tint", [2181424338] = "bnkheist_apt_norm_lod", [3399691177] = "bnkheist_apt_norm", [3787951096] = "seab_gun_l", [2151779322] = "elegy1_skirt2a", [3218318399] = "bnkheist_apt_dest_lod", [176524285] = "wheel_4smod18e", [1130694163] = "bkr_id1_rd_strm_6", [832987798] = "bkr_id1_rd_strm_5...
Lua
/* Part of SWI-Prolog Author: Jan Wielemaker E-mail: J.Wielemaker@vu.nl WWW: http://www.swi-prolog.org Copyright (c) 2010-2019, University of Amsterdam CWI, Amsterdam All rights reserved. Redistribution and use in source and binary forms, with or without ...
C
.log(LogMessageType.GENERAL, LogLevels.WARN) { "Can not open file $file: File does not exist!" } return } try { JavaFXUtil.HOST_SERVICES.showDocument(file.absolutePath) } catch (exception: Throwable) { exception.printStackTrace() } } } /* * Minos...
Kotlin
t); addBlockEffect(Blocks.melon_stem, deletionEffect); addBlockEffect(Blocks.potatoes, deletionEffect); addBlockEffect(Blocks.carrots, deletionEffect); addBlockEffect(Blocks.deadbush, deletionEffect); addBlockEffect(Blocks.vine, deletionEffect); addBlockEffect(Blocks.waterlily, deletionEffect); addBlockEf...
Java
bin/qm/qr?k=g_rpf7m0LJllE6WHY9c0gVvCTBm1MtuN&jump_from=webapi" target="_blank" rel="noopener">Catalina黑苹果交流II群</a> 2000人群<br>891677227 <a href="https://qm.qq.com/cgi-bin/qm/qr?k=xsuIOzF7RXYaRTTbJ5o_UjzohRDUx5UY&jump_from=webapi" target="_blank" rel="noopener">黑果小兵高级群</a> 2000人群<br>943307869 <a href="https://qm.qq.com/c...
HTML
d18, d1, d15); __ fcmgt(d3, d31, 0.0); __ fcmgt(s11, s25, s2); __ fcmgt(s17, s16, 0.0); __ fcmle(d24, d17, 0.0); __ fcmle(s11, s8, 0.0); __ fcmlt(d5, d31, 0.0); __ fcmlt(s18, s23, 0.0); __ fcmp(d10, d24); __ fcmp(d13, 0.0); __ fcmp(s18, s6); __ fcmp(s16, 0.0); __ fcmpe(d9, d17); __ fcmpe(d29, ...
C++
rgba(76,175,80,0) 0),linear-gradient(0deg,hsla(0,0%,71%,.1) 1px,hsla(0,0%,71%,0) 0),"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5I...
CSS
) } else if resp.StatusCode != 200 { t.Fatal(resp.StatusCode) } resp, _, errs = adminUsersCli.Logout() if len(errs) > 0 { t.Fatal(errs) } else if resp.StatusCode != 200 { t.Fatal(resp.StatusCode) } }) t.Run("test users APIs: Login-AddUser-ListUsers-SetUser-ListUsers-DelUser-ListUsers", func(t *...
Go
�ം മുഴുവന്‍ നടന്ന് കഴിയുകയോ ചെയ്യുന്നത് വരെ ഞാന്‍ (ഈ യാത്ര) തുടര്‍ന്ന് കൊണേ്ടയിരിക്കും." }, { "surah_number": 18, "verse_number": 61, "content": "അങ്ങനെ അവര്‍ അവ (കടലുകള്‍) രണ്ടും കൂടിച്ചേരുന്നിടത്തെത്തിയപ്പോള്‍ തങ്ങളുടെ മത്സ്യത്തിന്‍റെ കാര്യം മറന്നുപോയി. അങ്ങനെ അത് കടലില്‍ (ചാടി) അത് പോയ മാര്‍ഗ...
Dart
t, err := os.ReadFile(filepaths.PluginManagerStateFilePath()) if err != nil { return s, err } err = json.Unmarshal(fileContent, s) if err != nil { log.Printf("[TRACE] failed to unmarshall plugin manager state file at %s with error %s\n", filepaths.PluginManagerStateFilePath(), err.Error()) log.Printf("[TRACE]...
Go
ther the counter's set items should be reported. Defaults to <c>true</c>. /// </summary> /// <value> /// <c>true</c> if [report item percentages]; otherwise, <c>false</c>. /// </value> public bool ReportItemPercentages { get; set; } /// <summary> /// Gets...
C#
Address Register"] pub dmac_fdesc_addr_reg5: crate::Reg<dmac_fdesc_addr_reg::DMAC_FDESC_ADDR_REG_SPEC>, #[doc = "0x270 - DMAC Package Number Register"] pub dmac_pkg_num_reg5: crate::Reg<dmac_pkg_num_reg::DMAC_PKG_NUM_REG_SPEC>, _reserved72: [u8; 0x0c], #[doc = "0x280 - DMAC Channel Enable Register"...
Rust
{ queryPDF(dir).size } else 0 for (path in pathList) { if (event.stop) return false event.name = getName(path) event.curProgress++ EventBus.getDefault().post(event) // // 去除了文件名称的父路径 // val parentPath = path.substring(0, ...
Kotlin
* (at your option) any later version. * * This program 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 General Public License for more details. * * You should have received ...
Java
.323,-0.305 0.011,-0.18 -0.124,-0.334 -0.303,-0.345 l -5.676,-0.358 c -0.179,-0.011 -0.333,0.125 -0.344,0.304 -0.011,0.18 0.125,0.334 0.303,0.345 l 5.676,0.358 h 0.021 z m -4.924,-4.674 2.732,0.89 c 0.033,0.01 0.067,0.016 0.1,0.016 0.137,0 0.264,-0.087 0.309,-0.225 0.055,-0.17 -0.038,-0.354 -0.208,-0.41 l -2.732,-0.889...
HTML
td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>y</b>() const (defined in <a class="el" href="g_i_l_0044.html">memory_based_2d_locator</a>)</td><td><a class="el" href="g_i_l_0044.html">memory_based_2d_locator</a></td><td><code> [inline]</code></td></tr> <tr bgcolor="#f0f0f0"><td><b>y</b>() (define...
HTML
} } return true; } function setPlanes(m) { var me = m; var me0 = me[0], me1 = me[1], me2 = me[2], me3 = me[3]; var me4 = me[4], me5 = me[5], me6 = me[6], me7 = me[7]; var me8 = me[8], me9 = me[9], me10 = me[10], m...
JavaScript
if (refElement.requestFullscreen) { refElement.requestFullscreen(); } else if (refElement.msRequestFullscreen) { refElement.msRequestFullscreen(); } else if (refElement.mozRequestFullScreen) { refElement.mozRequestFullScreen(); } else if (refElement.webkitRequestFullscreen) { ...
Typescript
ion of the stereo camera "heads" and compute the rectification* transformation that makes the camera optical axes parallel. * * * * * * * * * * A calibration sample for 3 cameras in horizontal position can be found at opencv_source_code/samples/cpp/3calibration.cpp * * A calibration sample based on ...
Typescript
/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= C...
HTML
tcolor;"><div class="CodeMirror-measure"><pre>x</pre></div><div class="CodeMirror-measure"></div><div style="position: relative; z-index: 1;"></div><div class="CodeMirror-code" role="presentation" style="text-rendering: auto;"><div class="CodeMirror-activeline" style="position: relative;"><div class="CodeMirror-activel...
HTML
(AM) # - copy quotient into AM _MOVW(CM, AM+1) _MOVW(CM+2, AM+3) tryhop(2);POP();RET() label('.ovf') _CALLJ('__@foverflow') label('.zero') _CALLJ('_@_clrfac') tryhop(2);POP();RET() module(name='rt_fdiv.s', code=[ (...
Assembly
red-600 border border-red-400 hover:border-red-500 bg-white rounded-md shadow-button focus:ring-0 focus:outline-none"><svg class="text-gray-500 w-5 h-5 mr-2" xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24"><g stroke-linecap="round" stroke-width="2" fill="none" stroke="#ef5844" stro...
HTML
) { return [].concat(_toConsumableArray(currentSortConfig.slice(0, indexOfColumnToChange)), _toConsumableArray(currentSortConfig.slice(indexOfColumnToChange + 1)), [nextColumnConfig]); } else if (strategyId === REPLACE_COLUMN_CONFIG_STRATEGY) { return [].concat(_toConsumableArray(currentSort...
JavaScript
List) { WorkerNetAddress netAddress = workerInfo.getNetAddress(); TargetInfo worker = new TargetInfo(netAddress.getHost(), netAddress.getWebPort(), ROLE_WORKER); targetInfoList.add(worker); } } else if (target.equals(ROLE_JOB_WORKERS)) { if (jobClien...
Java
_level_desc), modifier = modifier ) { val contrastLevelName = ContrastLevel.entries.map { it.getDisplayName(context) } var lastVibratedLevel by remember { mutableFloatStateOf(currentContrast.value) } Slider( modifier = Modifier.semantics { con...
Kotlin
1.2 Рабочий процесс в Git Исходя из большинства причин, описанных выше, стоит использовать [Рабочий процесс с использованием `feature/*` ветки](https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow) с [Интерактивным Перебазированием (rebase)](https://www.atlassian.com/git/tutorials/mergi...
Markdown
{ if (Status != GuestStayAccountStatus.Opened) throw new InvalidOperationException("Cannot record charge for not opened account"); return new PaymentRecorded(Id, amount, now); } public GuestStayAccountEvent CheckOut(DateTimeOffset now, Guid? groupCheckoutId = null) { i...
C#
using System; using DogSE.Library.Common; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DogSE.Server.Net.UnitTest { [TestClass] public class DogBufferTest { [TestInitialize] public void Init() { new DogBuffer(); // 创建的目的是让内存池能够初始化 } ...
C#
�目标为模型API服务时,需要指定为服务对应的模型id,例如`Qwen2.5-0.5B-Instruct`。 - `--model-id`: 被评测的模型的别名,用于报告展示。默认为`model`的最后一部分,例如`Qwen/Qwen2.5-0.5B-Instruct`的`model-id`为`Qwen2.5-0.5B-Instruct`。 - `--api-url`: (仅在`eval-type=service`时有效) 模型API端点,默认为`None`;支持传入本地或远端的OpenAI API格式端点,例如`http://127.0.0.1:8000/v1/chat/completions`。 - `--api-key`: (...
Markdown
;i++){ if(this.toDoItems[i].status == true){ toDelete.push(this.toDoItems[i]); } } for(var i=0;i<toDelete.length;i++){ var index = this.toDoItems.indexOf(toDelete[i]); if (index > -1) { this.toDoItems.splice(index, 1); } } } } import { Controller, Get, Post } from '@nes...
Typescript
0]). > 5. Delay 15ms. > 6. Set device to Play state via Register (Book0/Page0/Register0x03h, Bit [1:0]) ### Driver Switching frequency TAS5805M supports different switching frequencies, which mostly affect the balance between output filter losses and EMI noise. Below is the recommendation from TI ![image](https://gi...
Markdown
ัก|기능|フィーチャ|功能|機能):(?:[^:\r\n]+(?:\r?\n|\r|$))*/,lookbehind:!0,inside:{important:{pattern:/(:)[^\r\n]+/,lookbehind:!0},keyword:/[^:\r\n]+:/}},scenario:{pattern:/(^[ \t]*)(?:Abstract Scenario|Abstrakt Scenario|Achtergrond|Aer|Ær|Agtergrond|All y'all|Antecedentes|Antecedents|Atburðarás|Atburðarásir|Awww, look mate|B4|Bac...
JavaScript
alue: currentTitle, confirmText: l10n.save, cancelText: l10n.cancel, ); if (!context.mounted) return; if (newName == null) return; if (newName.isEmpty || newName == currentTitle) return; final renameError = l10n.failedToRenameChat; try { final api = ref.read(apiServiceProvider); if (api ==...
Dart
assertEquals(0x24, cpu.getProcessorStatus()); } /* * The following opcodes are tested for correctness in this file: * * ORA - $15 * ASL - $16 * AND - $35 * ROL - $36 * EOR - $55 * * LSR - $56 * ADC - $75 * ROR - $76 * STY - $94 * STA - $95 * * LDY - $...
Java
updatePathParams(null, null,SYNTAX + "?option=123", pathParam("destination"), "myDest", pathParams, modelMap)); } @Test public void testUpdatePathParamsWithNonexistingParam() { assertEquals(SCHEMA + ":destination:name:nameExt", updatePathParams(null, null,SYNTAX, pathParam("destinatio"), "myDest", pathPa...
Java
TING" > /* Alien screen coordinates */ int alien_x=0, alien_y=0; int alien_xvel=0, alien_yvel=0; . . /* Initialise SDL and video modes and all that */ . /* Main game loop */ /* Check for events */ while( SDL_PollEvent( &#38;event ) ){ switch( event.type ){ /* L...
HTML
Assert.fail(e.getMessage()); } } /** * @desc 新增新增数据:INSERT INTO table (column1, column2, column3) VALUES (1, '2', now()) */ @Test public void testInsertAddColumnWithValue() { try { Insert insert = Insert.parse(simpleSql2); insert.addColumn(column1, valu...
Java
rong></li> <li><strong>Windows / installateur</strong> : exécuter le <strong>installer.exe</strong> win64 qui créera une entrée de menu.</li> <li><strong>Windows / portable</strong> : si vous avez téléchargé la version win64 du fichier zip, extraire le zip et exécutez le fichier <em>Katalog.exe</em>.</li> </ul> <h2 cla...
HTML
if receiver['started']: target_task = receiver['started'] target_task.add_args({'received': target_task.sizes}) target_task.end(target_task.end_time) receiver['started'] = None def finalize(self): for target, receiver in self.tcpip.iteritems(): s...
Python
Scheme.surfaceContainer, child: ListTile( title: Text(items[index].title), leading: items[index].leading, subtitle: items[index].subtitle.isNotEmpty ? Text(items[index].subtitle) : null, onTap: () => items[index].onT...
Dart
Context const&amp;) + 576 5 dyld 0x2fe053fe dyld::loadPhase5stat(char const*, dyld::LoadContext const&amp;, stat*, int*, bool*, std::vector&lt;char const*, std::allocator&lt;char const*&gt; &gt;*) + 174 6 dyld 0x2fe055b4 dyld::loadPhase5(char const...
HTML
/* Report an error and exit. Copyright 2016-2020 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version....
C
s 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 Public License * alo...
Java
Parameters&gt;, IFrequencyBehavior, IBehavior, IParameterSetCollection, IExportPropertySet&lt;Complex&gt;, IExportPropertySet&lt;double&gt;, IParameterSet</code></pre> </div> <h3 id="constructors">Constructors </h3> <a id="SpiceSharp_Components_VoltageControlledCurrentSources_FrequencyBehavior__ctor_" data-uid="S...
HTML
alEq, Clone)] pub enum AttributeValue { /// A string attribute such as value="My text input contents" String(String), /// A boolean attribute disabled=true Bool(bool), } impl AttributeValue { /// If the attribute is a string, return it. Otherwise return None. pub fn as_string(&self) -> Option<&...
Rust
["fēi"], ["cuì"], ["wǔ"]], "红粉青楼": [["hóng"], ["fěn"], ["qīng"], ["lóu"]], "红腐贯朽": [["hóng"], ["fǔ"], ["guàn"], ["xiǔ"]], "红光满面": [["hóng"], ["guāng"], ["mǎn"], ["miàn"]], "红口白牙": [["hóng"], ["kǒu"], ["bái"], ["yá"]], "红楼梦": [["hóng"], ["lóu"], ["mèng"]], "红绿灯": [["hóng"], ["lǜ"], ["dēng"]], "红领巾": [["hóng"], ["lǐng"]...
Typescript
let scanners: &mut Vec<&Scanner> = &mut vec![ &DelimiterScanner, &AlphabetScanner, &ZeroScanner, &IntegerScanner, ]; lex_from_str("|: abc 123", "Pipe Otag<:> Chvc<abc> Nmbr<123>", scanners); } #[test] #[ignore] fn bind_piq() { lex_from_str_with_all_scanners("|# abc 123", "P...
Rust
<p>Few notes: first, only those bibliography entries show up in the document which are really cited (so using .bib file of thousand entries does not result in a very large bibliography). To include bibliography entries that are not referred to, use <i>\nocite{key}</i> command within the document; the ...
HTML