content
stringlengths
2
6.21k
label
stringclasses
16 values
ontFamily: fontFamily, ); } void setFontSize(FontSizeOption? fontSize) { _preferences = _preferences.copyWith(fontSize: fontSize); storage.writeObject(_preferences); notifyListeners(); AnalyticsUserProperyService.instance.logSetFontSize( newFontSize: fontSize, ); } void setTimeF...
Dart
using Frierun.Server.Data; namespace Frierun.Server.Handlers.Docker; public class PortEndpointHandler(Application application) : Handler<PortEndpoint>(application) { public override IEnumerable<ContractInitializeResult> Initialize(PortEndpoint contract, string prefix) { if (contract.Port == 0) ...
C#
&lt;a innerHtml&lt;/a&gt;"; * getHrefInnerHtml("&lt;a&gt;innerHtml&lt;/a&gt;") = "innerHtml"; * getHrefInnerHtml("&lt;a&lt;a&gt;innerHtml&lt;/a&gt;") = "innerHtml"; * getHrefInnerHtml("&lt;a href="baidu.com"&gt;innerHtml&lt;/a&gt;") = "innerHtml"; ...
Kotlin
p_timing(mode,value){Browser.mainLoop.timingMode=mode;Browser.mainLoop.timingValue=value;if(!Browser.mainLoop.func){return 1}if(mode==0){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setTimeout(){setTimeout(Browser.mainLoop.runner,value)};Browser.mainLoop.method="timeout"}else if(mode==1){Browser.mainL...
JavaScript
span style="margin-right:0.127cm;">19.586</span></a><a id="__RefHeading__1418280_253892949"/><a id="attribute-table_base-cell-address"/>table:base-cell-address</h2><p class="Text_20_body">The <span class="Attribute">table:base-cell-address</span> attribute specifies the address of the base cell for relative addresses i...
HTML
Time map[string]time.Time latestRelayPausedTime time.Time latestRelayBlockTime time.Time latestRelayResumeTime time.Time relayBackoff *backoff.Backoff } // newBackoffController returns a new backoffController instance. func newBackoffController() *backoffController { return &backoffController{ backof...
Go
ase.database.DataSnapshot import nosql.anew.kotlinmvc.R import nosql.anew.kotlinmvc.adapters.ChatAdapter import nosql.anew.kotlinmvc.interfaces.FirebaseCallBacks import nosql.anew.kotlinmvc.interfaces.ModelCallBacks import nosql.anew.kotlinmvc.managers.FirebaseManager import nosql.anew.kotlinmvc.models.ChatPojo import ...
Kotlin
# Factorial Calculation # Problem: Write a function that calculates the factorial of a given number. # Input: 5 # Output: 120 # Hint: Factorial of n (denoted as n!) is the product of all positive integers less than or equal to n. # n! = n*(n-1) * (n-2) * (n-3) .... * 1 #! Approach 1 : through loop def calculate_fac...
Python
using System; using System.Diagnostics; using Lumafly.Enums; namespace Lumafly.Models; /// <summary> /// Stores the change info for us to display whats new tab /// If a mod is updated and created, only counts as created. /// </summary> public class ModRecentChangeInfo { public int SortOrder; public ModChange...
C#
i2_i.i2_f1(); i2_i.i2_nc_f1(); i2_i.f1(); i2_i.nc_f1(); i2_i.i2_l1(); i2_i.i2_nc_l1(); i2_i.l1(); i2_i.nc_l1(); i3_i.i2_f1(); i3_i.i2_nc_f1(); i3_i.f1(); i3_i.nc_f1(); i3_i.i2_l1(); i3_i.i2_nc_l1(); i3_i.l1(); i3_i.nc_l1(); // assign to interface i2_i = i3_i; i2_i.i2_f1(); i2_i.i2_nc_f1(); i2_i.f1(); i2_i.nc_f1(); i2_i...
JavaScript
ormatAttrRaw(v rlp.RawValue) (string, bool) { s := hex.EncodeToString(v) return s, true } func formatAttrString(v rlp.RawValue) (string, bool) { content, _, err := rlp.SplitString(v) return strconv.Quote(string(content)), err == nil } func formatAttrIP(v rlp.RawValue) (string, bool) { content, _, err := rlp.Spli...
Go
c6\u9891", "weight": 0.3079}, {"keyword": "james", "weight": 0.3015}], "sns_ratio": [{"keyword": "\u8d85\u7ea7\u5927\u672c\u8425\u8bba\u575b", "weight": 0.2698}, {"keyword": "\u51ef\u8fea\u793e\u533a", "weight": 0.2063}, {"keyword": "\u65fa\u65fa\u80b2\u513f\u7f51", "weight": 0.127}, {"keyword": "\u5f3a\u56fd\u8bba\u57...
JavaScript
oxy", "pd"} { tmpDir := t.TempDir() server := grpc.NewServer() logFile := filepath.Join(tmpDir, fmt.Sprintf("%s.log", typ)) diagnosticspb.RegisterDiagnosticsServer(server, sysutil.NewDiagnosticsServer(logFile)) // Find a available port listener, err := net.Listen("tcp", "127.0.0.1:0") require.NoError(t,...
Go
buf.append(" (" + TrackerRes.getString("AutoTracker.Info.MatchScore")); //$NON-NLS-1$ //$NON-NLS-2$ buf.append(" " + format.format(peakWidthAndHeight[1]) + "): "); //$NON-NLS-1$ //$NON-NLS-2$ if (lineSpread >= 0) { buf.append(TrackerRes.getString("AutoTracker.Info.PossibleOnAxis") + "\n"); //$NON-NLS-1$ /...
Java
ebug(("%s: %d: changing signal handler", __func__, (int)evsignal)); if (_evsig_set_handler(base, (int)evsignal, evsig_handler) == -1) { goto err; } if (!sig->ev_signal_added) { if (event_add(&sig->ev_signal, NULL)) goto err; sig->ev_signal_added = 1; } return (0); err: EVSIGBASE_LOCK(); --evsig_base...
C
973331248916,#minihistogram1288620973331248916 aria-expanded=false aria-controls=collapseExample> Toggle details </a></div><div class="row collapse col-sm-12" id=descriptives1288620973331248916><ul class="nav nav-tabs" role=tablist><li role=presentation class=active><a href=#1288620973331248916-statistics aria-controls...
HTML
ctype_mbrtowc+0xee> 1627b: d0 52 68 movl r2,(r8) 1627e: d4 a7 04 clrf 0x4(r7) 16281: d5 52 tstl r2 16283: 13 04 beql 16289 <_citrus_utf8_ctype_mbrtowc+0xf9> 16285: d0 55 50 movl r5,r0 16288: 04 ret 16289: d4 50 clrf r0 1628b: 31 4c ff brw 161da <_ci...
Assembly
t>qh</tt>, to store globally defined constants, lists, sets, and variables. This allows multiple instances of Qhull to execute at the same time. The structure may be statically allocated or dynamically allocated with malloc(). See <a href="user.h#QHpointer">QHpointer</a>. </p> </blockquote> <p><b>Copyright &copy; 1995...
HTML
ts. * * @param elem the element whose events are to be retrieved * @param eventBits a bitfield describing the events sunk on this element (its * possible values are described in {@link Event}) */ static void sinkEvents(dart_html.Element elem, int eventBits) { // This cast is always valid b...
Dart
/p> <h3 class="fn"><a name="getHsv" />(int&#160;<i>h</i>, int&#160;<i>s</i>, int&#160;<i>v</i>, int&#160;<i>alpha</i>) QColor.getHsv (<i>self</i>)</h3><p>Sets the contents pointed to by <i>h</i>, <i>s</i>, <i>v</i>, and <i>a</i>, to the hue, saturation, value, and alpha-channel (transparency) components of the color'...
HTML
:488px;letter-spacing:-0.6px;word-spacing:0.6px;} #t78_49{left:260px;bottom:488px;letter-spacing:-5.5px;} #t79_49{left:268px;bottom:488px;letter-spacing:-0.3px;word-spacing:0.3px;} #t7a_49{left:295px;bottom:488px;} #t7b_49{left:299px;bottom:488px;} #t7c_49{left:303px;bottom:488px;} #t7d_49{left:311px;bottom:488px;lette...
HTML
ne .L1309 b .L1310 .size flash_die_info_init, .-flash_die_info_init .section .text.lpa_hash_init,"ax",@progbits .align 2 .global lpa_hash_init .type lpa_hash_init, %function lpa_hash_init: stp x29, x30, [sp, -16]! mov w2, 512 mov w1, 255 adrp x0, .LANCHOR116 add x29, sp, 0 add x0, x0, :lo12:.LANCHOR116 bl ...
Assembly
.itemID); datas.add(aList.pData); if (aList.pSignature.equals("1")) { signatures.add(Utils.gen_sha1withrsa(aList.pData)); } else { signatures.add(""); } ...
Java
.nds .thumb .include "armips/include/animscriptcmd.s" //mega .create "build/move/move_anim/0_470", 0x0 MegaAnimScript: loadparticlefromspa 0, 489 loadparticlefromspa 1, 490 waitparticle playsepanmod 1939, -117, 0x75, 4, 2 changebg 47, 0x020001 waitforchangebg addparticle 0,0,3 addp...
Assembly
html#ae783b4f4d159244330cb37cea87df39d">_REG_CiTSCON</a>, <a class="el" href="union__REG__CiTXQCON.html#a50f6fe77b56afa99ed05fa59cfd93b2a">_REG_CiTXQCON</a>, <a class="el" href="union__REG__CiTXQSTA.html#a13b90e152ea737ad221dd1aea4c0cdbf">_REG_CiTXQSTA</a>, <a class="el" href="union__REG__CiVEC.html#aa9f3cf6495f4c53bf4...
HTML
0ec0\u0ea3\u0eaa" }, { "Asia/Pontianak", Indonesia_Western }, { "timezone.excity.America/Danmarkshavn", "\u0ec0\u0e94\u0e99\u0ea1\u0eb2\u0e81\u0ec1\u0e8a\u0e99" }, { "timezone.excity.America/Anchorage", "\u0ec1\u0ead\u0e99\u0ec0\u0e84\u0eb5\u0ec0\u0ea3\u0e81" }, { "Africa...
Java
.xtest.BaseTestCase; import io.ebean.xtest.ForPlatform; import org.junit.jupiter.api.Test; import org.tests.update.EPersonOnline; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.List; import static io.ebean.InsertOptions.ON_CONFL...
Java
with the ember-inspector The inspector will be hit especially hard by the removal of these APIs. A good few already have available imports though. | | API | import | | - | --- | ------ | |🔒| `Ember.meta` | `import { meta } from '@ember/-internals/meta';` | |🌐| `Ember.VERSION` | `import { VERSION } from '@ember/v...
Markdown
10,001,000원을 송금받아 이를 편취하였다.범죄전력 피고인은 2018. 5. 31. 서울동부지방법원에서 사기죄 등으로 징역 3년 6월을 선고받고 2018. 12. 27. 위 판결이 확정되었고, 2019. 11. 6. 서울북부지방법원에서 무고죄로 징역 3월을 선고받고 2020. 1. 29. 위 판결이 확정되었다. 범죄사실 1. 피해자 <<<내국인이름>>>B<<</내국인이름>>>에 대한 범행 피고인은 2015. 3. 초순경 불상의 장소에서 피해자 <<<내국인이름>>>B<<</내국인이름>>>에게 전화를 걸어, 피해자에게 "내가 은행업계에 있어서 대출업무를 하는데, 큰...
Markdown
/* Desura is the leading indie game distribution platform Copyright (C) 2011 Mark Chandler (Desura Net Pty Ltd) 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 of the License, or (at...
C
WebBackendConfig::BaseUrl &burl : config.baseUrls) pushUrl(burl.url, burl.weight); return weightedUrls; } template <typename T> inline const T &maybe_deref(const T &x) { return x; } template <typename T> inline const T &maybe_deref(T *const &x) { return *x; } template <typename T> static int weighted_rando...
C++
u0a32\u0a4b" }, { "timezone.excity.Pacific/Funafuti", "\u0a2b\u0a41\u0a28\u0a3e\u0a2b\u0a41\u0a1f\u0a40" }, { "timezone.excity.Europe/Podgorica", "\u0a2a\u0a4b\u0a21\u0a17\u0a4b\u0a30\u0a40\u0a15\u0a3e" }, { "timezone.excity.Indian/Reunion", "\u0a30\u0a3f\u0a2f\u0a42\u0a28\u0a40\u0a0...
Java
onzhu24)) - \[Issue \#66 + \#74\] Implementing "Git Reflow Refresh" [\#164](https://github.com/reenhanced/gitreflow/pull/164) ([simonzhu24](https://github.com/simonzhu24)) - \[issue: 162\] Updating Rspecs: Use "Allow" instead of "Stub" [\#163](https://github.com/reenhanced/gitreflow/pull/163) ([simonzhu24](https://gith...
Markdown
normal_vertex>\n\t#include <skinnormal_vertex>\n\t#include <defaultnormal_vertex>\n\t#endif\n\t#include <begin_vertex>\n\t#include <morphtarget_vertex>\n\t#include <skinning_vertex>\n\t#include <project_vertex>\n\t#include <logdepthbuf_vertex>\n\t#include <worldpos_vertex>\n\t#include <clipping_planes_vertex>\n\t#inclu...
HTML
-value pairs in the dictionary and refreshes the timestamps on all of them. /// </summary> /// <returns></returns> public KeyValuePair<TKey, TValue>[] SnapshotAndRefresh() { lock(_SyncLock) { RefreshAll(); return Snapshot(); } ...
C#
div class="am-form-group am-form-file"> <button type="button" class="am-btn am-btn-default am-btn-sm am-radius"> <i class="am-icon-cloud-upload"></i> {{:L('common_select_file_text')}}</button> <input type="file" name="theme" multiple data-validation-message="{{:L('common_select_file_tips')}}" required /> ...
HTML
end end if event == EVT_VIRTUAL_PREV_PAGE then incPage(-1) killEvents(event) -- X10/T16 issue: pageUp is a long press elseif event == EVT_VIRTUAL_NEXT_PAGE then incPage(1) elseif event == EVT_VIRTUAL_PREV or event == EVT_VIR...
Lua
./app/functions/build_nested_pages.js'; import content_processors from '../app/functions/content_processors.js'; import contents_handler from '../app/core/contents.js'; import utils from '../app/core/utils.js'; const config = { base_url: '', image_url: '/images', excerpt_length: 400, page_sort_meta: 'sort', ...
JavaScript
+8af8,U+8afa,U+8afe,U+8b00-8b02,U+8b07,U+8b0a,U+8b0c,U+8b0e,U+8b10,U+8b17,U+8b19,U+8b1b,U+8b1d,U+8b20,U+8b21,U+8b26,U+8b28,U+8b2c,U+8b33,U+8b39,U+8b3e,U+8b3f,U+8b41,U+8b45,U+8b49,U+8b4c,U+8b4f,U+8b57,U+8b58,U+8b5a,U+8b5c; } @font-face { font-family: 'HarmonyOS Sans SC'; src: url("./HarmonyOS_Sans_SC_Medium.19.woff2...
CSS
d-color: #126fe0 !important; } /* magenta */ .magenta-light.theme-light div[data-type='memos_view'] .usage-heat-map-wrapper > .usage-heat-map > .stat-container.stat-day-L1-bg { background-color: #fa9fb5 !important; } .magenta-light.theme-light div[data-type='memos_view'] .usage-heat-map-wrapper > .usag...
CSS
Listener('volumechange', onVideoVolumeChangeUpdateStorage); } /** * * @param event */ export function playCallback(event: Event) { log('PLAY'); const video: HTMLVideoElement = <HTMLVideoElement>event.target; // Parent container const parentContainer = video.closest('.mtm'); if (parentContainer) { log...
Typescript
りも価値が低くなります。過去に違法な目的で使用されたビットコインを受け取った場合、違法行為とは関係なくても、ビットコインがブラックリストに登録される可能性があります。または、政府、雇用主、またはその他のエンティティが、資産の凍結または没収と同様に、将来的にビットコインをブラックリストに載せることを決定したとします。あなたにできることは何もないでしょう。ミキサーはビットコインの追跡を難しくするだけなので、このカテゴリは「代替不可」とマークされています。\n </p>\n\n <ul class=\"ディスク\">\n ...
Dart
.rust-lang.org/1.75.0/core/future/future/trait.Future.html\" title=\"trait core::future::future::Future\">Future</a> for <a class=\"struct\" href=\"../sink/struct.Send.html\" title=\"struct futures_util::sink::Send\">Send</a>&lt;'_, Si, Item&gt;</span><span class=\"where fmt-newline\"> type <a href=\"https://doc.rus...
HTML
skipRegPCs.find(reg); if (found != _skipRegPCs.end()) { auto found2 = found->second->find(height); if (found2 != found->second->end()) { for (auto iter = found2->second->begin(); iter != found2->second->end(); ++iter) { Address b = iter->first; Address a =...
C
ipExpire; /** * 分享给其它人的域名数量 */ @SerializedName("ShareOutTotal") @Expose private Long ShareOutTotal; /** * 指定分组内的域名数量 */ @SerializedName("GroupTotal") @Expose private Long GroupTotal; /** * Get 符合条件的域名数量 * @return DomainTotal 符合条件的域名数量 */ public ...
Java
Web</a> . <a href="https://github.com/muaz-khan?tab=repositories" target="_blank" title="Github Profile">Github</a> . <a href="https://github.com/muaz-khan/WebRTC-Experiment/issues?state=ope...
HTML
} } <filename>src/parser/mod.rs use std::io; use std::str::Utf8Error; use crypto::digest::Digest; use crypto::md5::Md5; use hyper::header::ContentType; use mime::{self, Mime}; use tendril::ByteTendril; use url::Url; use tasks::Resource; mod css; mod html; quick_error! { #[derive(Debug)] pub enum ParserE...
Rust
(pts) == 4 { mode = gl.TRIANGLE_FAN } b.glctx.BindBuffer(gl.ARRAY_BUFFER, b.buf) b.glctx.BufferData(gl.ARRAY_BUFFER, byteSlice(unsafe.Pointer(&b.ptsBuf[0]), len(b.ptsBuf)*4), gl.STREAM_DRAW) b.glctx.VertexAttribPointer(b.shd.Vertex, 2, gl.FLOAT, false, 0, 0) b.glctx.VertexAttribPointer(b.shd.TexCoord, 2, gl.FLO...
Go
></h2> <BLOCKQUOTE> <P><tt><B>angle</B>( <i>Float newAngle </i>)</tt><BR> <ul>set the angles of the entity using just one value.<BR> Sets the yaw of the entity or an up and down<BR> direction if newAngle is[ 0 - 359 ] or - 1 or - 2</ul> </BLOCKQUOTE> <h2> <a name="MonkeyBars">MonkeyBars (<i>func_monkeybars</i>)</a> -...
HTML
.long 0xb654cdd7, 0xf2e31497, 0x5e407c04, 0x087ca778 .long 0x0067a630, 0x53a136b3, 0xf5b08e4d, 0xd2c901d8 .long 0x5c491f4d, 0xeb5057ba, 0x88744872, 0xb4e7301a .section .data .align 16 buffer: .space 32
Assembly
,t.before('<colgroup class="tablesorter-savemyplace"/>'),A.fn.detach?t.detach():t.remove();var o=A(e).find("colgroup.tablesorter-savemyplace");t.insertAfter(o),o.remove(),e.isProcessing=!1},clearTableBody:function(e){A(e)[0].config.$tbodies.children().detach()},characterEquivalents:{a:"áàâãäąå",A:"ÁÀÂÃÄĄÅ",c:"çćč",C:"Ç...
JavaScript
7493, 0.00658798 Muon_dxyErr = 0.0996094, 0.0996094 Muon_dxybs = -0.00116634, 0.00656891 Muon_dz = -0.225708, 0.487549 Muon_dzErr = 4.6875, 5.1875 Muon_eta = 0.902222, 0.339417 ...
Markdown
("DROP TABLE IF EXISTS instant_test") db.update("CREATE TABLE instant_test (timestamp TIMESTAMP)") val instant = Instant.now() db.update("INSERT INTO instant_test (timestamp) VALUES (?)", instant) assertEquals(instant, db.findUnique(Instant::class.java, "SELECT timestamp FROM instant_...
Kotlin
return 'RAG' if scenario.get('reasoning_complexity') == 'high': return 'Fine-tuning' if scenario.get('deployment_environment') == 'offline': return 'Fine-tuning' if scenario.get('development_timeline') == 'urgent': return 'RAG' if scenario.get('accuracy_...
Markdown
} } // item! { // #[test] // fn [<test_2d_zero_ $t>]() { // let a = <Array2<$t> as ArgminZero>::zero(); // let b: Array2<$t> = Array2::zeros((0, 0)); // assert_eq!(a, b); // } ...
Rust
roup-by-name</i>/<i>get-group-by-id</i>/<i>get-group-by-member</i> </pre> where <i>get-group-by-name</i> refers to a configured SELECT <code>SQLNamedQuery</code>. This named query <b>must</b> return one row, and return the following columns, in this order: <code>groupname, gid, members</code>. The configured query ma...
HTML
fbc.gbAlbedo = EditorGUILayout.Toggle("Albedo", fbc.gbAlbedo); fbc.gbOcclusion = EditorGUILayout.Toggle("Occlusion", fbc.gbOcclusion); fbc.gbSpecular = EditorGUILayout.Toggle("Specular", fbc.gbSpecular); fbc.gbSmoothness= EditorGUILayo...
C#
/* Copyright 2021 swiftrax * * 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 2 of the License, or * (at your option) any later version. * * This program is distributed in t...
C
<span class="stab portability" title="This is supported with target feature `avx512f` only"><code>avx512f</code></span><p>将 a 和 b 连接成一个 128 字节的立即结果,将结果右移 imm8 64 位元素,并将低 64 字节 (8 个元素) 存储在 dst 中。</p> </td></tr><tr class="unstable module-item"><td><a class="fn" href="fn._mm512_and_epi32.html" title="core::arch::x86_64::_...
HTML
rner: newPoint} case "Line": return {...shape, start: newPoint} } } const distOrigin = (shape: Shape):number => distance(importantPoint(shape), {x: 0, y: 0}) const myshapes = [c, sq, line, rect, ell] /* console.log(myshapes.map(area)) console.log(myshapes.map(s => area(larger(s, 2)))) consol...
Typescript
VertexFormatXYZNDUV2* dest_verts=(VertexFormatXYZNDUV2 *)lock.Get_Formatted_Vertex_Array(); unsigned polygon_array_offset=0; unsigned vertex_array_offset=0; for (unsigned node_id=0;node_id<overlapping_node_count;++node_id) { SortingNodeStruct* state=overlapping_nodes[node_id]; VertexFormatXYZNDUV2* src_ve...
C++
struct __pyx_memoryview_obj; typedef struct { struct __pyx_memoryview_obj *memview; char *data; Py_ssize_t shape[8]; Py_ssize_t strides[8]; Py_ssize_t suboffsets[8]; } __Pyx_memviewslice; #define __Pyx_MemoryView_Len(m) (m.shape[0]) /* Atomics.proto */ #include <pythread.h> #ifndef CYTHON_ATOMICS #defi...
C++
c %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r25,%r22,%r25 addc %r24,%r24,%r24 ds %r2...
Assembly
Dilger <adilger@clusterfs.com>", "Copyright (c) 2014 Google, Inc", "Copyright (c) 1995, 1996 Theodore Ts'o", "Copyright (c) 2001 Daniel Phillips", "Copyright (c) 1997 Mark Habersack", "Copyright (c) 1997, 1998, 2001, 2003, 2005 by Theodore Ts'o", "(c) 2000 Andreas Gruenbacher, <a.gruenbacher@computer.org>", "Copyright...
HTML
;size-adjust&apos;.">size-adjust</u> is that <u class="link-error property" data-lt="size-adjust" title="LINK ERROR: No &apos;property&apos; refs found for &apos;size-adjust&apos;.">size-adjust</u> appears to have no effect.</p> <p class="note" role="note"><span class="marker">Note:</span> None of these descriptors...
HTML
ange(order-i+1): for k in range(order-i-j+1): monomial_array[:,i,j,k] = tri_array[i,j,k] * (x**i) * (y**j) * (z**k) * values monomial_time = time.time() - tri_time - start print(f'monomial time: {monomial_time}') CFs = monomial_array[faces] C0 = CFs[:,0] ...
Python
mutantResult = handler(tmpMutantName, mutant, sourceFile, uniqueMutants, compileFile=compileFile) print(mutantResult, end=" ") mutantName = mdir + base + ".mutant." + str(mutantNo) + ending if (mutantResult == "VALID") or (mutantResult == "REDUNDANT" and redundantOK):...
Python
能 - 独家提供CN2 GIA网络线路 - 支持多机房自由切换 - 带宽资源充足,满足高流量需求 ### 2. 专业级管理功能 - 完善的IP更换机制(不限次数) - 简洁高效的控制面板 - 一键式服务部署 ### 3. 长期运营保障 - 10余年稳定运营历史 - 专业的技术支持团队 - 定期硬件升级维护 👉 [【点击查看】2025年最新 BandwagonHost 搬瓦工优惠码及特价云服务器方案汇总](https://bit.ly/banwagon) ## 三、目标用户分析 ### 适合人群 - 需要稳定建站的用户 - 运行重要项目的开发者 - 对网络质量要求高的企业 ### 不适合人群 - 预算有限的个人用户 - ...
Markdown
* (logtable_next - logtable_current) * in the implementation the division is moved to the end for * better accuracy there is also an overflow correction if * logtable_next is 256 */ interpolation = ((significand & 0x7fffff) * ((logtable[(logentry + 1) & 0xff] - logtable[logentry]) & 0xffff)) >> 15; ...
C
Request() } setOnMenuItemClickListener { menuItem -> when (menuItem.itemId) { R.id.delete -> { save("") } R.id.done -> { val source = binding.fragmentBookPrefaceContent.g...
Kotlin
); messageElement.appendChild(message.is_send ? avatarTag : messageContent); } } else if (message.type == 34) { // displayname 和 转的文字 和 audio messageContent.className = `content-wrapper content-wrapper-${side}`; if (message.is_chatroom && !message...
HTML
s12 even"> <figure class="imagen l12 m5 s5 col"> <a href="/opinion/vacunas-vencidas-y-derechos-humanos-1205957"><img data-src="https://www.panamaamerica.com.pa/sites/default/files/styles/home_2018_302x192/public/imagenes/2022/04/28/silvio_guerra_morales_1.jpg?itok=A74lb8R3" alt="" width="576" height="288"></a> </figur...
HTML
short_names: ['people_holding_hands'], category: 'People & Body', skin_variations: { '1F3FB-1F3FB': { unified: '1F9D1-1F3FB-200D-1F91D-200D-1F9D1-1F3FB', image: '1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb.png', sheet_x: 46, sheet_y: 39, image_url: '1f9d...
Typescript
-------- void CControlPointCountdown::OnTick( void ) { BaseClass::OnTick(); C_TFPlayer *pLocalPlayer = C_TFPlayer::GetLocalTFPlayer(); if ( !pLocalPlayer || ( m_flUnlockTime <= 0.0f ) ) { if ( IsVisible() ) { SetVisible( false ); } return; } if ( TeamplayRoundBasedRules() ) { if ( TeamplayRoundBa...
C++
#!/usr/bin/python # -*- coding: utf-8 -*- # Copyright (c) 2021, Cisco Systems # GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt) DOCUMENTATION = r""" --- module: networks_wireless_billing_info short_description: Information module for networks _wireless _billing description: ...
Python
id="+sender.userId+"' target='_blank'><img src=\""+sender.photo+"?x-oss-process=image/resize,m_fill,w_50,h_50\"></a>\n" + " </div>\n" + " <div class=\"chat-mess-triangle-right\"></div>\n" + ...
HTML
{ stdio_raw(2) } #[derive(Debug)] struct File { name: String, data: Vec<u8>, } fn main() { let f1 = File { name: String::from("./README.md"), data: Vec::new(), }; let f_name = &f1.name; let f_data = &f1.data.len(); println!("{} is {} bytes long.", f_name, f_data); } use ...
Rust
doCalculatePercentile(0.50d, test); } @Test void test99PercentileHighValues() { Double[] test = randomTestData(100000, 10000); doCalculatePercentile(0.99d, test); } @Test void test90PercentileHighValues() { Double[] test = randomTestData(100000, 100000); d...
Java
</li> </ul> </div> </div> </div> </footer> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <sc...
HTML
* IRenderer.TileTexSize + IRenderer.TileTexPadding; float tileTexCoordY0 = (tile >> 4) * IRenderer.TileTexSize + IRenderer.TileTexPadding; float tileTexCoordX1 = tileTexCoordX0 + IRenderer.TileTexSize - IRenderer.TileTexPadding * 2; float tileTexCoordY1 = til...
C#
List<Food> get menu => _menu; List<Food> get saladmenu => _saladmenu; List<Food> get drinksmenu => _drinksmenu; List<Food> get dessertsmenu => _dessertsmenu; List<Food> get sidesmenu => _sidesmenu; List<CartItem> get cart => _cart; String get deliveryAddress => _deliveryAddress; // CART OPERATIONS void...
Dart
rsc.io/quote/v3 -- local/not-rsc.io/quote/v3/quote.go -- package quote `, "") defer mt.cleanup() mt.assertModuleFoundInDir("not-rsc.io/quote/v3", "quote", "local/rsc.io/quote/v3") } // Tests more local replaces, notably the case where an outer module provides // a package that could also be provided by an inner mod...
Go
insOnlyEmojis("Ⓜ🅰🅱🅾🅿🆎🆑🆒🆓🆔🆕🆖🆗🆘🆙🆚" + "🇩🇪🇬🇧🇨🇳🇯🇵🇫🇷🇰🇷🇪🇸🇮🇹🇷🇺🇺🇸" + "🈁🈂🈚🈯🈲🈳🈴🈵🈶🈷🈸🈹🈺🉐🉑")) // 5. Uncategorized assertTrue(containsOnlyEmojis("©®‼⁉#⃣8⃣9⃣7⃣0⃣6⃣5⃣4⃣3⃣2⃣1⃣™ℹ↔↕↖↗↘↙↩↪⌚⌛⏩" + "⏪⏫⏬⏰⏳▪▫▶◀◻◼◽◾☀☁☎☑☔☕☝☺♈♉♊♋♌♍♎♏"...
Kotlin
U <= 57343 && (aU = 65536 + ((1023 & aU) << 10) | 1023 & ba.charCodeAt(++aN)), aU <= 127 ? ++aV : aV += aU <= 2047 ? 2 : aU <= 65535 ? 3 : aU <= 2097151 ? 4 : aU <= 67108863 ? 5 : 6 } var aO = new Array(aV + 1), aP = 0; ai[51] = 3920, ai[54] = 8328; for (var a9 = aP + aV, aN = 0; aN < ba.length; ++aN) { var aU = ba.cha...
JavaScript
/* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for * unrestricted use provided that this legend is included on all tape * media and as a part of the software program in whole or part. Users * may copy or modify Sun RPC without charge, but are not authorized * to license or distribute it to an...
C
hHandle patchHandle = patchBldr .pathLanguage(PathLanguage.JSONPATH) .addCollection("collection3") .replaceCollection("collection4before", "collection4after") .replacePermission("app-user", Capability.UPDATE) .deleteCollection("collection1") .deleteProperty("first") .re...
Java
){var c=this.cache,d=b.elements;void 0===d?ea(c,b)||(a.uniformMatrix3fv(this.addr,!1,b),sa(c,b)):ea(c,d)||(Oe.set(d),a.uniformMatrix3fv(this.addr,!1,Oe),sa(c,d))}function hg(a,b){var c=this.cache,d=b.elements; void 0===d?ea(c,b)||(a.uniformMatrix4fv(this.addr,!1,b),sa(c,b)):ea(c,d)||(Pe.set(d),a.uniformMatrix4fv(this.a...
HTML
!ENTITY menu_yahoo.label "Yahoo (YHOO)"&gt; </pre> <h3 id="Aktualizacja_plik.C3.B3w_XUL" name="Aktualizacja_plik.C3.B3w_XUL">Aktualizacja plików XUL</h3> <p>Każdy plik XUL musi posiadać odpowiadający mu plik locale. Musimy również zaktualizować kod, by używać encji zamiast strumieni, tak by podmiany bazowały na aktualn...
HTML
// services/retrait_service.dart import 'package:cloud_firestore/cloud_firestore.dart'; import '../models/model_data.dart'; class RetraitService { static final FirebaseFirestore _firestore = FirebaseFirestore.instance; static const String _collectionRetraits = 'TransactionRetraits'; static const String _collect...
Dart
::before{border-top:2px solid transparent}.ibs-vue .ant-tabs.ibs-vue .ant-tabs-card .ibs-vue .ant-tabs-card-bar .ibs-vue .ant-tabs-tab-disabled{color:#9e9abd;color:rgba(0,0,0,.25)}.ibs-vue .ant-tabs.ibs-vue .ant-tabs-card .ibs-vue .ant-tabs-card-bar .ibs-vue .ant-tabs-tab-inactive{padding:0}.ibs-vue .ant-tabs.ibs-vue ....
CSS
.q==0 && i.t==1) { shown++; contents += dc + 'clan_stash.php?action=addgoodies&ajax=1&item1=IID&qty1=NUM&pwd=6094279916953b3b16a2305a47cadd5f" id="pircm_'+i.id+'"><b>Contribute to Clan:</b> '+dd+one+']</a>'; if (ss) { contents += da + i.n + db;} contents += '</div>'; } one = 'one'; ss=some; if (i.u && i.u != "." && !i...
HTML
import sys from pathlib import Path from abc import ABC from typing import Tuple, List from copy import deepcopy import numpy as np import gymnasium as gym import torch as th from stable_baselines3.ppo import PPO, MultiInputPolicy from stable_baselines3.common.evaluation import evaluate_policy from stable_baselines3....
Python
n[r])}return e},e.exports.default=e.exports,e.exports.__esModule=!0,o.apply(this,arguments)}e.exports=o,e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,n){e.exports=n(594)},function(e,t,n){"use strict";e.exports=function(e){for(var t=arguments.length-1,n="Minified React error #"+e+"; visit http://face...
JavaScript
MWxdG8kUe8kx", "gCkNWR9GW4qFWPi5WP0", "vCkYi8oDWRO", "qSoYWOulCKBcOq3dNsO", "W55EWOpdISoXfa", "W6FdP8kJWPzBW6K", "eSovW4RdQSoR", "W4CEfwNdMmkkWOj+rhm", "u8kmWRddLCon", "WRVdMH3cJZCoWOdcJNeY", "W7dcKSkfW5NcNa", "WRTweaNcKa", "W7ddUd3dLG", "iSo5W7/cH0e", "WOFcM8ogWPddKM7cNSofWRK", "hCoQfKtdVG", "WPOwWRax", "W6BcIIhcNCkb"...
JavaScript
webkit-transform:translateX(.9375rem);transform:translateX(.9375rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background:rgba(33,150,243,.5) linear-gradient(180deg,rgba(110,186,247,.575),rgba(33,150,243,.5)) repeat-x}.custom-select{display:inline-block;width:100%;height:calc(1...
CSS
[4], "f"); is(frames[5], "e"); is(frames[6], "d"); is(frames[7], "setTimeout handler*SimpleTest_setTimeoutShim"); is(frames[8], "c"); is(frames[9], "b"); is(frames[10], "a"); SimpleTest.finish(); } SpecialPowers.pushPrefEnv( {"set": [['javascript.options.asyncstack_capture_debuggee...
HTML
#pragma once #ifndef CATA_SRC_LIGHTMAP_H #define CATA_SRC_LIGHTMAP_H #include <cmath> // IWYU pragma: keep #include <ostream> #include "map_scale_constants.h" constexpr float LIGHT_SOURCE_LOCAL = 0.1f; constexpr float LIGHT_SOURCE_BRIGHT = 10.0f; // Just enough light that you can see the current and adjacent squares...
C
case 'settings.useDynamicColorDesc': return 'この設定はアプリがダイナミックカラーを使用するかどうかを決定します'; case 'settings.presetColors': return 'プリセットカラー'; case 'settings.customColors': return 'カスタムカラー'; case 'settings.pickColor': return 'カラーを選択'; case 'settings.cancel': return 'キャンセル'; case 'settings.confirm': return '確認'; c...
Dart
./弹幕狂们的黑市.md" title="弹幕狂们的黑市">弹幕狂们的黑市</a></div></td><td style=";;" class="navbox-list navbox-odd"><div><a href="./Kegon_Gun.md" title="Kegon Gun" unred="">兵器「清水火焰喷射器」</a> &#8226; <a href="./涧流不息.md" title="涧流不息" unred="">「涧流不息」</a></div></td></tr></tbody></table><div></div></td><td class="navbox-image" style="" rowspan...
Markdown
); return true; } std::optional<int> SphereRegion::checkChanges(std::span<BlockPos> changes) { int x = 0, y = 0, z = 0; for (auto& change : changes) { x += std::abs(change.x); y += std::abs(change.y); z += std::abs(change.z); } if (x == y && y == z) { return x / 2; ...
C++