content
stringlengths
2
6.21k
label
stringclasses
16 values
ck2: bbsi.l a4, 2, .Lback3 bbsi.l a4, 1, .Lback4 bbsi.l a4, 0, .Lback5 abi_ret_default .Lback3: # copy 4 bytes addi a3, a3, -4 l32i a6, a3, 0 addi a5, a5, -4 s32i a6, a5, 0 bbsi.l a4, 1, .Lback4 bbsi.l a4, 0, .Lback5 abi_ret_default .Lback4: # copy 2 bytes addi a3, a3, -2 l16ui a6, a3, 0 addi a5, a5,...
Assembly
iltInMatches.length > 1) { className = builtInMatches[1]; } else { // Failed to match the standard '[object ClassName]' return toString.call(val); } if (className == "Object") { // we're a user defined class or Object // JSON.stringify avoids problems with cycles, and is generally much // ...
JavaScript
repareVolume(t) s := na.Use(logger) cmds := []string{ fmt.Sprintf("gluster --mode=script volume stop %v", vcr.Name), fmt.Sprintf("gluster --mode=script volume delete %v", vcr.Name), } _, err := s.ConnectAndExec(cenv.SshHost(0), cmds, 10, true) tests.Assert(t, err == nil, "expected err == nil, got:", err) e...
Go
Service StreamGroupService = scope.ServiceProvider.GetRequiredService<IStreamGroupService>(); await StreamGroupService.GetDefaultSGIdAsync(); await repositoryContext.MigrateDatabaseAsync(); await taskQueue.EPGSync(cancellationToken).ConfigureAwait(false); await taskQueue.ScanForTvLogo...
C#
entsUpdateCall { c := &IssuesCommentsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)} c.issueId = issueId c.commentNumber = commentNumber c.issuecomment = issuecomment return c } // Fields allows partial responses to be retrieved. See // https://developers.google.com/gdata/docs/2.0/basics#PartialRespons...
Go
sdk.RootDSE; import com.unboundid.util.Debug; import com.unboundid.util.NotMutable; import com.unboundid.util.NotNull; import com.unboundid.util.Nullable; import com.unboundid.util.StaticUtils; import com.unboundid.util.ThreadSafety; import com.unboundid.util.ThreadSafetyLevel; import com.unboundid.util.Validator; impo...
Java
xpression(Expression node, int requiredPrecedence, {required bool newInForInit, required bool newAtStatementBegin}) { int precedenceLevel = (isDebugContext && !node.isFinalized) ? CALL : node.precedenceLevel; bool needsParentheses = // a - (b + c). (requiredPrecedence != EXPRESSION...
Dart
ER BY id ASC") fun loadRepositories(): List<DBRepositoryEntity> @Throws(SQLiteException::class) @Query("SELECT COUNT(*) FROM repositories WHERE url = :url") fun repositoryCountFromURL(url: String): Int @Throws(SQLiteException::class) @Query("SELECT COUNT(*), id FROM repositories WHERE url = :url LIMIT 1") fun ...
Kotlin
_extras/m1911/" local path2 = "TacRP/weapons/gsr1911/gsr1911_" SWEP.Sound_Shoot = "^" .. path .. "fire-1.wav" SWEP.Sound_Shoot_Silenced = path2 .. "fire_silenced-1.wav" SWEP.Vol_Shoot = 110 SWEP.ShootPitchVariance = 2.5 -- amount to vary pitch by each shot SWEP.ReloadUpInTime = 1 SWEP.DropMagazineTime = 0.2 -- effe...
Lua
siderolabs/talos/pkg/machinery/constants" "github.com/siderolabs/talos/pkg/machinery/resources/hardware" ) // HardwareSuite ... type HardwareSuite struct { base.APISuite ctx context.Context //nolint:containedctx ctxCancel context.CancelFunc } // SuiteName ... func (suite *HardwareSuite) SuiteName() string ...
Go
9121", //timeout: 8000, icon : "fa fa-shield fadeInLeft animated", number : "3" }); e.preventDefault(); }) $('#eg4').click(function(e) { $.bigBox({ title : "Success Message Example", content : "Lorem ipsum dolor sit amet, test consectetur adipisicing elit, sed do eiusmod tempor ...
HTML
resolvePkg(name, { basedir: target })) if (!packageDir) { const pkg = await readPkgUp({ cwd: target, }) if (pkg && pkg.packageJson.name === name) { packageDir = path.dirname(pkg.path) } } if (!packageDir && fs.existsSync(path.join(process.cwd(), 'package.json'))) { packageDir = p...
Typescript
typ.At(int(val.(uint16))) require.True(t, ok) cmp, err := typ.Compare(ctx, test.val, umar) require.NoError(t, err) assert.Equal(t, 0, cmp) assert.Equal(t, typ.ValueType(), reflect.TypeOf(val)) } else { assert.Equal(t, test.expectedVal, val) } } }) } } func TestEnumString(t *...
Go
�**Caltech Pedestrian, CityPersons, CUHK-SYSU, PRW, ETHZ, MOT17和MOT16**。使用前6者作为联合数据集参与训练,MOT16作为评测数据集。如果您想使用这些数据集,请**遵循他们的License**。 **注意:** - 多目标跟踪数据集一般是用于单类别的多目标跟踪,DeepSORT、JDE和FairMOT均为单类别跟踪模型,MIX数据集以及其子数据集也都是单类别的行人跟踪数据集,可认为相比于行人检测数据集多了id号的标注。 - 为了训练更多场景的垂类模型例如车辆等,垂类数据集也需要处理成与MIX数据集相同的格式,PaddleDetection也提供了[车辆跟踪](....
Markdown
eValueChange=function(e,t){this.select.querySelectorAll("li.selected").forEach((function(e){e.classList.remove("selected")}));var r=this.select.querySelector('li[data-value="'+t+'"]'),n=this.select.querySelector(".tsd-select-label");r&&n&&(r.classList.add("selected"),n.textContent=r.textContent),document.documentElemen...
HTML
:"波兰走廊(一战后从德国割让给波兰的一条狭长地带)", "Polish monetary unit":"[网络] 波兰货币单位", "Polish notation":"[计] 波兰表示法", "polish off":"(飞快地)完成, 打败", "Polish plait":"[医] 纠发病, 发真菌病", "polish the apple":"逢迎,拍马屁", "polish the still wall":"[化] 釜壁抛光", "polish up":"擦光, 使完美, 使醉", "polish wheel":"[医] 磨光轮", "polish-brush":"[医] 磨刷", "polishable":" 可以擦的...
Typescript
hat mileage prevents leak, leak rate, etc. local function oilLeakMessage(engine, oilpan) if oilpan >= 1000.0 then guihooks.trigger('Message', {ttl = 10, category="oilleak", msg = 'No oilpan installed! Vehicle can\'t hold oil!', icon = 'format_color_reset'}) return end if engine > 0 and oilpan > 0 then guihooks.trigg...
Lua
th.floor((this.getMonth() + 3) / 3), // quarter "S": this.getMilliseconds() // millisecond } if (/(y+)/.test(style)) { style = style.replace(RegExp.$1, (this.getFullYear() + "") .substr(4 - RegExp.$1.length)); } for (var k in o) { if (new RegExp("(" + k + ")").test(style)) { style = st...
JavaScript
tions html.append("<script type='text/javascript'>\n"); html.append("var isIE = navigator.appName.indexOf(\"Microsoft\")!=-1;\n"); html.append("var isWin = navigator.appVersion.indexOf(\"Win\")!=-1;\n"); html.append("var notAccomplishGoal = \"" + notHelpString + "\";\n"); html.append("var keyboardString = \"...
Java
OT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. * * This code is distributed in the hope that it will be useful, bu...
Java
��들 같습니다.", couple_encourage = {} }, [101390] = { touch = "응? 부엌에서 나는 연기? 아, 아하하하… 뭐, 뭘까…", feeling3 = "이상한 걸 만들지만 않으면 완벽한데…라고? 아니, 난 이런 서프라이즈도 중요하다고 생각해. 미안해!", upgrade = "아, 새로운 레시피가 생각났다!", expedition = "지휘관, 의뢰가 완료됐어.", win_mvp = "내가 일등? 음… 나, 지휘관에게 도움이 됐다면 그걸로 기뻐.", home = "지휘관, 수고했어. 간식은 챙겨뒀어. 먹을래...
Lua
-.32-.27-.68-.48-1.08-.63L18 11h-2l-.3 1.49c-.4.15-.76.36-1.08.63l-1.45-.49-1 1.73 1.14 1.01c-.03.21-.06.41-.06.63s.03.42.06.63l-1.14 1.01 1 1.73 1.45-.49c.32.27.68.48 1.08.63L16 21h2l.3-1.49c.4-.15.76-.36 1.08-.63l1.45.49 1-1.73-1.14-1.01c.03-.21.06-.41.06-.63zM17 18c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2z" }, "ch...
JavaScript
) t1 = getString('new_record_info') if (getCurLocale() == en_US or getCurLocale() == en_GB) then monthStr = getEnglishMonthStr(m) t2 = string.format(getString('new_record_format'), step, monthStr, d); else t2 = string.format(getString('new_record_format'), step, m, d); end ...
Lua
�有潜力的投资机会? | | 职业规划 | 如何制定可行的职业规划并实现目标? | | 教育学习 | 如何提高英语听说能力? | | 社交礼仪 | 在社交场合中应该注意哪些礼仪? | | 儿童教育 | 如何培养孩子自主学习的能力? | | 娱乐休闲 | 推荐几个适合家庭一起玩乐的活动或游戏。 | |天气预报|今天的温度是多少?| |健康咨询|我最近总感觉乏力,有哪些疾病可能引起这种症状?| |科技趋势|人工智能的未来发展方向有哪些?| |职场规划|如何提高自己的职业竞争力?| |财经新闻|最近股市走势如何?| |旅游咨询|去巴厘岛旅游有哪些需要注意的事项?| |学术论文|目前关于新冠疫苗的研究进展有哪些?| |社会问题|如何缓解城市...
Markdown
_accessor::<_, ::protobuf::types::ProtobufTypeMessage<Table>>( "source_table", |m: &Snapshot| { &m.source_table }, |m: &mut Snapshot| { &mut m.source_table }, )); fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf...
Rust
c(`UPDATE users SET delete_feedback = $1 WHERE user_id = $2`, feedbackJSON, userID) return stacktrace.Propagate(err, "Failed to update delete feedback") } // UpdateEmail updates the email address of a user func (repo *UserRepository) UpdateEmail(userID int64, encryptedEmail ente.EncryptionResult, emailHash string) er...
Go
Time + solarTimeFix; while (trueSolarTime > 1440) trueSolarTime -= 1440; let hourAngle = trueSolarTime / 4.0 - 180.0; if (hourAngle < -180) { hourAngle += 360.0; } const haRad = degToRad(hourAngle); let csz = Math.sin(degToRad(latitude)) * Math.sin(degToRad(theta)) + Math.cos(degToRad(lati...
Typescript
zZDJhMGIwZDc4YTQyYTI4N2YiCgkJCQkJCX0sCgkJCQkJCSJyZXBseVRva2VuIjogIjQ0YjdlMGI1ZmEwMzRhNThiZmQ3NWM5ZTI1NmFkMmVkIiwKCQkJCQkJIm1vZGUiOiAiYWN0aXZlIgoJCQkJCX0KCQkJCV0KCQkJfQ=="}`), }, expectReceivedURI: "https://hook.voipbin.net/v1.0/conversation/customers/a92e60ea-e85b-11ec-a173-0b1cf8c9d3e9/line", expectReceivedD...
Go
form */ .topcoat-search-input, .topcoat-search-input--large { line-height: 1.313rem; height: 1.313rem; font-size: 12px; border: 1px solid #333434; background-color: #454646; box-shadow: inset 0 1px 0 rgba(0,0,0,0.23); color: #c6c8c8; padding: 0 0 0 1.3rem; border-radius: 15px; background-image: ur...
CSS
mentation("androidx.test.espresso:espresso-core:3.5.1") }plugins { id("com.android.application") } android { namespace = "com.mastercoding.fragmentsapp" compileSdk = 33 defaultConfig { applicationId = "com.mastercoding.fragmentsapp" minSdk = 24 targetSdk = 33 versionCod...
Kotlin
1.1.1.1.2" xref="S2.E7.m1.9.9.1.1.1.1.1.1.cmml"><mi id="S2.E7.m1.7.7" xref="S2.E7.m1.7.7.cmml">𝛀</mi><mo id="S2.E7.m1.9.9.1.1.1.1.1.2.1" xref="S2.E7.m1.9.9.1.1.1.1.1.1.cmml">,</mo><mi id="S2.E7.m1.8.8" xref="S2.E7.m1.8.8.cmml">𝒓</mi></mrow><mo lspace="0em" rspace="0em" id="S2.E7.m1.9.9.1.1.2.2.4" xref="S2.E7.m1.9.9.1...
HTML
color: AppTheme.greyBackground, ), width: MediaQuery.of(context).size.width, height: MediaQuery.of(context).size.height * 0.5, child: _image == null ? Column( mainAxisAlignment...
Dart
(*r_dst) | res; FLAG_N = NFLAG_8(res); FLAG_Z = res; FLAG_X = FLAG_C = src << shift; FLAG_V = VFLAG_CLEAR; } void m68k_op_lsl_s_16(void) { uint* r_dst = &DY; uint shift = (((REG_IR >> 9) - 1) & 7) + 1; uint src = MASK_OUT_ABOVE_16(*r_dst); uint res = MASK_OUT_ABOVE_16(src << shift); *r_dst = MASK_OUT_BELOW...
C++
} Ok(false) } async fn stat(&self, password: &str, upload: u64, download: u64) -> Result<()> { if self.config_auth.auth(password).await? { return Ok(self.config_auth.stat(password, upload, download).await?); } if let Some(redis) = &self.redis_auth { if re...
Rust
685] = {"Raptor de Tuercespina",nil}, [686] = {"Raptor colazote",nil}, [687] = {"Acechador de la selva",nil}, [688] = {"Basilisco Morropiedra",nil}, [689] = {"Basilisco Espina de Cristal",nil}, [690] = {"Basilisco Ojogélido",nil}, [691] = {"Elemental de agua inferior",nil}, [694] = {"Lanzahachas Cabellesangre",nil}, [6...
Lua
pandoraSyncWaitTime = defaultPandoraSyncWaitTime } datastoreURL = GetAndExpectStringEnvVar(envSharedDatastoreURL) finder := find.NewFinder(e2eVSphere.Client.Client, false) for _, dc := range datacenters { datacenter, err = finder.Datacenter(ctx, dc) gomega.Expect(err).NotTo(gomega.HaveOccurred()) ...
Go
tatus == PublishStatus.Draft && !oAuthHelper.hasRole(appConfig.roleAdmin)) { throw ResponseStatusException(HttpStatus.UNAUTHORIZED) } val task = XlsxTask(collectionUuid = uuid) taskMessageService.enqueueJob(TaskMessageService.skillsForCollectionXlsx, task) return Tas...
Kotlin
16(%rsp), %xmm10 #2157.19[spill] andps %xmm8, %xmm10 #2159.70 orps %xmm10, %xmm0 #2159.14 jmp ..B5.2 # Prob 100% #2159.14 .align 16,0x90 ...
Assembly
local xutil = require('xlua.util') local stringRes = require("HotFixes/LuaStringRes") local eutil = CS.Torappu.Lua.Util ---@class Act4d0StageEntryHotfixer:HotfixBase local Act4d0StageEntryHotfixer = Class("Act4d0StageEntryHotfixer", HotfixBase) function Act4d0StageEntryHotfixer:OnInit() xlua.private_accessible(CS.T...
Lua
'?|普希林|', [14355] = '?|埃斯托爾迪|', [14356] = '?|鋸鰭狂魚|', [14358] = '?|辛德拉古靈|', [14367] = '?|抓賊者尼恩·雷酒|', [14368] = '?|博學者萊德羅斯|', [14373] = '?|先知科魯拉克|', [14374] = '?|學者盧索恩·紋角|', [14381] = '?|博學者亞沃|', [14382] = '?|博學者麥庫斯|', [14383] = '?|博學者基爾達斯|', [14387] = '?|洛索斯·天痕|', [14392] = '?|霸主倫薩克|', [14394]...
Lua
ovide the capability to combine housekeeping data from system applications into output messages<p> <h2>Basic Command Requirements:</h2> <p> <b>HK1000</b> Upon receipt of a No-Op command, HK shall increment the HK Valid Command Counter and generate an event message.<p> <b>HK1001</b> Upon receipt of a Reset command, HK s...
HTML
}\n .ant-col-xxl-pull-1 {\n right: 4.16666667%;\n }\n .ant-col-xxl-offset-1 {\n margin-left: 4.16666667%;\n }\n .ant-col-xxl-order-1 {\n -webkit-box-ordinal-group: 2;\n -webkit-order: 1;\n -ms-flex-order: 1;\n order: 1;\n }\n .ant-col-xxl-0 {\n display: none;\n }\n .ant-col-pus...
JavaScript
{ if (prefs && prefs.length > 0) { for (let pref of prefs) { if (pref.key === "preferred_translation" && pref.value && pref.value.length > 0) { return pref.value; } } } return defaultTranslation; } public static getPref(prefs: any[], key: string, defaultValueToRet...
Typescript
92fc63", say = "『히비키가 참가하지 않는 다과회따위 소인은 거절하겠소! 히비키, 기다려! 소인이 반드시 데려와보이겠소!』", flashout = { dur = 1, black = true, alpha = { 0, 1 } }, flashin = { delay =
Lua
time.UTC, colIDs, dts, nil, nil) require.NoError(t, err) // decode to datum map. mDecoder := rowcodec.NewDatumMapDecoder(cols, time.UTC) dm, err := mDecoder.DecodeToDatumMap(newRow, nil) require.NoError(t, err) for _, d := range td { dat, exists := dm[d.id] if d.def != nil { // for datum should not fill ...
Go
public string Species { get {return (string) GetValue(SpeciesProperty);} set {SetValue(SpeciesProperty,(string)value);} } } public class FishCollection : List<Fish> { public FishCollection() { } } public class Aquarium : Canvas { private static readonly DependencyProperty...
C#
dx.scenes.scene2d.Stage import com.badlogic.gdx.utils.I18NBundle import com.github.quillraven.fleks.collection.mutableEntityBagOf import com.github.quillraven.fleks.configureWorld import io.github.masamune.Masamune.Companion.uiViewport import io.github.masamune.component.CharacterStats import io.github.masamune.compone...
Kotlin
=%d, aborting download\n", __func__, result); goto free_result; } resultcode = rstmsg->resultcode.data; if (resultcode != P80211ENUM_resultcode_success) { pr_err("%s()->xxxdl_write msg indicates failure, w/ resultcode=%d, aborting download.\n", __func__, resultcode); result = 1; ...
C
v");`) sqlDB.CheckQueryResults(t, `SELECT * FROM user_info`, exp) } // Test user specified delimiter import/export func TestStrWithDelimiter(t *testing.T) { defer leaktest.AfterTest(t)() dir, cleanupDir := testutils.TempDir(t) defer cleanupDir() srv, db, _ := serverutils.StartServer(t, base.TestServerArgs{ Ext...
Go
#ifndef __MOTOR_H #define __MOTOR_H #include "system.h" /*--------Motor_A control pins--------*/ #define PWM_PORTA1 GPIOB //PWMA #define PWM_PIN_A1 GPIO_Pin_8 //PWMA #define PWMA1 TIM10->CCR1 //PWMA #define PWM_PORTA2 GPIOB //PWMA #define PWM_PIN_A2 GPIO_Pin_9 //PWMA #define PWMA2 TIM11->CCR1 //PWMA /...
C
'loc': [-84.25982399999999, 39.805541], 'pop': 6905, 'state': 'OH' }, { '_id': '45417', 'city': 'DAYTON', 'loc': [-84.246961, 39.752812], 'pop': 14617, 'state': 'OH' }, { '_id': '45418', 'city': 'DAYTON', 'loc': [-84.267696, 39.716251], 'pop': 6913, 'state': ...
Dart
")] public Input<string>? Description { get; set; } /// <summary> /// The name of event bus. /// </summary> [Input("eventBusName", required: true)] public Input<string> EventBusName { get; set; } = null!; /// <summary> /// The code name of event source. ...
C#
0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1); } .carousel-item { transition: transform 0.6s ease; } .carousel-control-prev, .carousel-control-next { width: 15%; color: #fff...
CSS
tertiaryContainer = Color(0xFF919191), onTertiaryContainer = Color(0xFF000000), background = Color(0xFF131313), onBackground = Color(0xFFE2E2E2), surface = Color(0xFF131313), onSurface = Color(0xFFE2E2E2), surfaceVariant = Color(0xFF474747), onSurfaceVariant = Color(0xFFC6C6C6), surface...
Kotlin
ouble y, double xo /* = 0.0*/, double yo /* = 0.0*/) { const double degrees_per_unit = 100 / distance_; const double x_shift = (-x) / window_height_ * view_ratio_ * 2.0; const double y_shift = y / window_height_ * view_ratio_ * 2.0; ...
C++
ract_SequencePointInserter)].DbgInfo; Assert.IsNotNull(debug); var points = debug.Methods[0].SequencePoints.Select(u => u.Address).ToArray(); // Ensure that all the instructions have sequence point var ip = 0; Script script = NefFile.Script; wh...
C#
t_long_description(), 'keywords': meta.get_keywords(), 'platform': meta.get_platforms(), 'classifiers': meta.get_classifiers(), 'download_url': meta.get_download_url(), # PEP 314 'provides': meta.get_provides(), 'requires': meta.get_req...
Python
::long::{from_digits_index, is_even}; use euler::algorithm::prime::miller_rabin; use euler::Solver; // We shall say that an n-digit number is pandigital if it makes use of all the digits 1 to n exactly once. // For example, 2143 is a 4-digit pandigital and is also prime. // What is the largest n-digit pandigital prime...
Rust
// break; } var headerMatch = headerRegex.Match(line); if (headerMatch.Success) { scr = new KWinScreenInfo(); scrs.Add(scr); } var nameMatch = nameRegex.Match(line); if (nameMatch.Success && scr != null) { scr.Name = nameMatch.Groups["name"].Value; } var geometryMatch =...
C#
: none;will-change: transform;z-index: 100;}.u-hz .u-cursor-x, .u-vt .u-cursor-y {height: 100%;border-right: 1px dashed #607D8B;}.u-hz .u-cursor-y, .u-vt .u-cursor-x {width: 100%;border-bottom: 1px dashed #607D8B;}.u-cursor-pt {position: absolute;top: 0;left: 0;border-radius: 50%;pointer-events: none;will-change: trans...
CSS
se(typeof (IfcStateEnum), value.EnumVal, true); return; case 3: _changeAction = (IfcChangeActionEnum) System.Enum.Parse(typeof (IfcChangeActionEnum), value.EnumVal, true); return; case 4: _lastModifiedDate = value.IntegerVal; return; case 5: _lastModifyingUser...
C#
++; } unset1 = (count > 1); length1 = length1 - count; count = 1; while ((count <= length2) && (stamp2[length2 - count] == UNSET)) { count++; } unset2 = (count > 1); length2 = length2 - count; // If 1...
Java
or most build farms. It's recommended that binary distributions use this target for their LuaJIT builds. </p> <p> The tl;dr version of the above: </p> <pre class="code"> make amalg PREFIX=/usr && \ make install PREFIX=/usr DESTDIR=/tmp/buildroot </pre> <p> Finally, if you encounter any difficulties, please <a href="con...
HTML
_number": 66, "content": "Il Giorno in cui i loro volti saranno rivoltati nel Fuoco, diranno: “Ahi noi, ah, se avessimo obbedito ad Allah, se avessimo obbedito al Messaggero!”." }, { "surah_number": 33, "verse_number": 67, "content": "E diranno: “Nostro Signore, noi abbiamo obbedito ...
Dart
or logLevel (1 .. 5) message: string, data?: any ) { this.targets.forEach( t => { t.trace(message); }); } } import notifier from 'node-notifier'; import {RpsContext,RpsModule,rpsAction,R} from 'rpscript-interface'; import {EventEmitter} from 'events'; /** Module for Node Notifier * @se...
Typescript
.pulledExtent = pulledExtent; this.refreshTriggerPullDistance = refreshTriggerPullDistance; this.refreshIndicatorExtent = refreshIndicatorExtent; this.axisDirection = axisDirection; this.float = float; this.completeDuration = completeDuration; this.enableInfiniteRefresh = enableInfiniteRefresh; ...
Dart
#include <stdio.h> #include <string.h> #include <ctype.h> int main() { char text[256]; gets(text); int length = strlen(text); int i, j = 0; int newSentence = 1; // 标记新句子的开始 while (text[i] == ' ') ++i; for (;i < length; i++) { // 跳过句首的空格 // 如果是新句子的第一个字母,转换为大写 if (new...
C
AM) ; size RST 0x30 ; call .MemcpySmall ;; Clear the OAM by calling refresh_OAM CALL .refresh_OAM ;; Install interrupt routines LD DE,#.std_vbl CALL .add_VBL ;; Standard color palettes LD ...
Assembly
p: RegExp, realm: Realm = Agent.activeAgent.getActiveRealm()) = JSRegExpObject(realm, source, flags, regexp).initialize() } } package com.reevajs.reeva.runtime.functions import com.reevajs.reeva.core.Agent import com.reevajs.reeva.core.Realm import com.reevajs.reeva.runtime.JSValue import com.reevajs.r...
Kotlin
B46CB7BBDEAC4A29_m1586F39E762CEC7E55C94E0006EBAB63EBE25D1B_gshared (); IL2CPP_EXTERN_C void Array_InternalArray__ICollection_CopyTo_TisEntry_t687188C87EF1FD0D50038E634676DBC449857B8E_m74116BA5176598E642A0572C29A3490EB542D907_gshared (); IL2CPP_EXTERN_C void Array_InternalArray__ICollection_CopyTo_TisEntry_t64D38FA29921...
C++
نظر تحريک می شود . </td> </tr> <tr> <td>onmouseup </td> <td style="background-color: #37474F;width: 80%;">اين رويداد در هنگام رها کردن دکمه موس بر روی عنصر مورد نظر تحريک می شود . </td> </tr> </table> <h2>رويدادهای صفحه کليد</h2> <p> نکته : رويدادهای صفحه کليد در کنترل های base , br , fra...
HTML
825 0 01-1.752 4.938c.648.188 1.303.374 2.051.534a9.781 9.781 0 001.668-5.472c-.002-5.42-4.414-9.832-9.836-9.832"/><path fill="currentColor" d="M32 2C15.432 2 2 15.432 2 32s13.432 30 30 30 30-13.432 30-30S48.568 2 32 2m9.503 56.337c-3.708-.496-4.774-1.759-10.188-1.759-4.913 0-6.266 1.034-9.247 1.596a27.957 27.957 0 01-...
Dart
627bc0cad.html#aa3d217f6d271b59cc9028a566798789b',1,'cutlass::gemm::device::DefaultGemmConfiguration&lt; arch::OpClassTensorOp, arch::Sm75, uint4b_t, int4b_t, ElementC, int32_t &gt;::kAlignmentA()'],['../structcutlass_1_1gemm_1_1device_1_1DefaultGemmConfiguration_3_01arch_1_1OpClassTensorOp_00_01arcb2e258b7bd321c633dd6...
JavaScript
svátek"). // New: Den obnovy samostatného českého státu (different name as well), Den upálení mistra Jana Husa (6 July), 28.září - Den české státnosti, 17 Nov // Cancelled: None // od 21.12.2015 // 359 ZÁKON ze dne 2.prosince 2015, kterým se mění zákon č. 245 / 2000 Sb....
C#
.926h-.773v4.168z" fill="#1C8AF5"></path></svg><span class="blind">패</span></div><div class="ResultInfo_result__Vd3ZN"><svg width="20" height="20" fill="none" xmlns="http://www.w3.org/2000/svg" class="ResultInfo_icon_lose__CRzw4" aria-hidden="true"><rect x="0.4" y="0.4" width="19.2" height="19.2" rx="3.6" stroke="#1C8A...
HTML
max-width: 49%; margin-right: 1%; /*max-width: 32%; margin-right: 1%; */ } </pre> </div> <div caption="{{$:/plugins/kookma/shiraz/images/color-switch}} {{$:/language/Buttons/Shiraz/Caption}}" created="20201210171047824" dark-palette="$:/palettes/SolarFlare" description="Toggle between light/dark colour palette" li...
HTML
<td>$FD</td> <td>Absolute,X</td> <td>SBC $1234,X</td> <td>4*</td> <td> </td> </tr> <tr><td>INC</td> <td>$FE</td> <td>Absolute,X</td> <td>INC $1234,X</td> <td>7</td> <td> </td> </tr> <tr><td>BBS7</td> <td>$FF</td> <td>Zeropage Relative</td> <td>BBS7 $1...
HTML
# Atividade 07: # Contagem de Vogais em uma Palavra: # Crie um programa que solicite uma palavra ao usuário e use um laço for com # uma condicional para contar quantas vogais (a, e, i, o, u) a palavra contém. word = 'Patati caiu e o Patata voou!' for letter in word: if
Python
/\/devtoolstips.org\/tips\/en\/customize-keyboard-shortcuts\/#", "count": "1" }, { "referer": "https:\/\/devtoolstips.org\/tips\/en\/ignore-scripts\/?fbclid=IwAR2YAaJyYh6Ek23x9MN_4JN1chvilNJXNU48kjmXG2Dtr9r36NCkDAewDpU_aem_Ad_ENwL6ldTPUN3c42r2ouF6v-0EmJrhJYsbChxts-192h5HTOQC46dVBai4GNmxPjU", "count": "1" }, { "referer"...
HTML
.UID, DicomUID.OBGYNMaternalRiskFactor6088); _uids.Add(DicomUID.Substance6089.UID, DicomUID.Substance6089); _uids.Add(DicomUID.RelativeUsageExposureAmount6090.UID, DicomUID.RelativeUsageExposureAmount6090); _uids.Add(DicomUID.RelativeFrequencyOfEventValue6091.UID, DicomUID.RelativeFr...
C#
5 450 39T455 44T464 46T480 47T506 54Q523 62 523 64Q522 64 476 181L429 299Q241 95 236 84Q232 76 232 72Q232 53 261 47Q262 47 267 47T273 46Q276 46 277 46T280 45T283 42T284 35Q284 26 282 19Q279 6 276 4T261 1Q258 1 243 1T201 2T142 2Q64 2 42 0Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" tran...
HTML
r30, 0x18(r1) /* 800A3350 000A0290 83 A1 00 14 */ lwz r29, 0x14(r1) /* 800A3354 000A0294 80 01 00 24 */ lwz r0, 0x24(r1) /* 800A3358 000A0298 7C 08 03 A6 */ mtlr r0 /* 800A335C 000A029C 38 21 00 20 */ addi r1, r1, 0x20 /* 800A3360 000A02A0 4E 80 00 20 */ blr .endfn __ct__10JASChannelFPFUlP10JASChannelPQ26JASDsp8T...
Assembly
Node(lv_name_0_0, grammarAccess.getModelAccess().getNameIDTerminalRuleCall_0()); if (current==null) { current = createModelElement(grammarAccess.getModelRule()); } setWithLastConsumed( current, "name", ...
Java
RYACCESS._serialized_start=1675 _PBTRACESIMPLEMEMORYACCESS._serialized_end=1749 _PBTRACEINSTRUCTIONCOUNT._serialized_start=1751 _PBTRACEINSTRUCTIONCOUNT._serialized_end=1791 _PBTRACESTATESWITCH._serialized_start=1793 _PBTRACESTATESWITCH._serialized_end=1832 _PBTRACECACHESIMPARAMS._serialized_start=1835 _P...
Python
r,E=8*(Math.floor((tI.bitLength(B)-1)/64)+1);await A.writeULE32(C),await uI(A,Q,C),await A.writeULE32(E),await uI(A,B,E),await A.writeULE32(I.nVars),await A.writeULE32(I.nPublic),await A.writeULE32(I.domainSize),await gg(A,g,I.vk_alpha_1),await gg(A,g,I.vk_beta_1),await Qg(A,g,I.vk_beta_2),await Qg(A,g,I.vk_gamma_2),aw...
JavaScript
/* * int01 * * BCM2835 ARM Peripherals * https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/BCM2835-ARM-Peripherals.pdf * * BCM2835 datasheet errata * https://elinux.org/BCM2835_datasheet_errata * * BCM2836 QA7 ARM Quad A7 core * https://www.raspberrypi.org/documentation/hardware/raspberry...
C
key, last for dec */ leaq __camellia_dec_blk16, %r9; jmp camellia_xts_crypt_16way; SYM_FUNC_END(camellia_xts_dec_16way)
Assembly
mal nrmse: %f\n", nrmse); bool ret = (nrmse < 1.E-7f); linop_free(op); return ret; } static bool test_nufft_basis_toeplitz(void) { complex float src[128]; complex float dst1[128]; complex float dst2[128]; assert(128 == md_calc_size(N, ci2_dims)); md_gaussian_rand(N, ci2_dims, src); struct linop_s* op1 ...
C
; kb_translation_table[KEY_F19] = 0; kb_translation_table[KEY_F19] |= 0x6e << 8; kb_translation_table[KEY_F20] = 0; kb_translation_table[KEY_F20] |= 0x6f << 8; kb_translation_table[KEY_F21] = 0; kb_translation_table[KEY_F21] |= 0x70 << 8; kb_translation_table[KEY_F22] = 0; kb_transla...
C++
gNVBAYTAlVT MRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i YWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG EwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg R2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9 9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9m...
Go
or('ClickDelegateDirective.onClick: Event target does not exist!'); } if (_.isEmpty(this.tagSelectors) === true) { throw new Error('ClickDelegateDirective.onClick: Tag selectors are required!'); } let el: HTMLElement | SVGElement; const elTagSelector = _.find(this.tagSelectors, (tagSelector)...
Typescript
// Copyright 2022 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
C
360.html',1,'']]], ['glm_5fgtx_5ftexture',['GLM_GTX_texture',['../a00361.html',1,'']]], ['glm_5fgtx_5ftransform',['GLM_GTX_transform',['../a00362.html',1,'']]], ['glm_5fgtx_5ftransform2',['GLM_GTX_transform2',['../a00363.html',1,'']]], ['glm_5fgtx_5ftype_5faligned',['GLM_GTX_type_aligned',['../a00364.html',1,''...
JavaScript
Destroy() {} func (r *zgridRenderer) Layout(size fyne.Size) { fyne.Do(func() { r.zgrid.background.Resize(size) if !r.zgrid.Config.ShowLineNumbers { r.zgrid.grid.Move(fyne.Position{X: theme.InnerPadding(), Y: theme.InnerPadding()}) return } r.zgrid.lineNumberGrid.Move(fyne.Position{X: theme.InnerPadding...
Go
stream.getFiltrationIndex(z)); } System.out.println("Barcodes for X_" + (j-1) + "," + (j)); AnnotatedBarcodeCollection<Integer, IntSparseFormalSum<Simplex>> ZBarcodes = ZTracker.getAnnotatedBarcodes(); System.out.println(ZBarcodes.toString()); System.out.println("Barcodes for X_" + (j)); Anno...
Java
that have invocations after this time are retrieved. /// /// Parameter [targetActionType] : /// The type of the scheduled actions to retrieve. Future<ScheduledActionsMessage> describeScheduledActions({ bool? active, DateTime? endTime, List<ScheduledActionFilter>? filters, String? marker, in...
Dart
Comment[]>(`${fetchURL}/${blogID}/comments`); const data = res.data; return data; } catch (error) { console.log(error.response); } } // Libraries import produce from 'immer' // Types import { ResourceState, NotificationEndpoint, RemoteDataState, ResourceType, } from 'src/types' import { Actio...
Typescript
ces.AddSingleton(MiniMeService.Get<ISwitchBoardService>()); services.AddRequestDecompression(o => { o.Providers.Add<Base64DecompressionProvider>(); o.Providers.Add<ZlibDecompressionProvider>(); }); base.ConfigureServices(services); ...
C#
113, e114, e115, e116, e117, e118, e119, e120, e121, e122, e123, e124, e125, e126, e127, \ ... \ ) e127 # # endif # /* ************************************************************************** # * ...
C++
ium.sampler = sampler; valCesium.flipY = val3js.flipY; valCesium.needsUpdate = true; } } else { valCesium.value = val3js; } break; default:...
JavaScript