content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
title="BEST Marcia 2"><img alt="BEST Marcia 2" src="https://upload.thwiki.cc/thumb/1/15/BEST_Marcia_2%E5%B0%81%E9%9D%A2.jpg/40px-BEST_Marcia_2%E5%B0%81%E9%9D%A2.jpg" decoding="async" loading="lazy" width="40" height="40" srcset="https://upload.thwiki.cc/thumb/1/15/BEST_Marcia_2%E5%B0%81%E9%9D%A2.jpg/60px-BEST_Marcia_2... | Markdown |
local deepwarp = require 'deepwarp'
local disp = require 'display'
local image = require 'image'
local pltx = require 'pl.tablex'
disp.configure({hostname='leto16', port=5008})
function utils.dispImagesTGAN(model, provider, win, title)
local num_to_disp = 20
local batch_size = provider.batch_indices:nElement()
... | Lua |
group: 'result')
TDResult _buildBasicResultSuccess(BuildContext context) {
return const TDResult(
title: '成功状态',
theme: TDResultTheme.success,
);
}
@Demo(group: 'result')
TDResult _buildBasicResultError(BuildContext context) {
return const TDResult(
title: '失败状态',
theme: TDR... | Dart |
-GREEN-BG-100: #789833;--weui-GREEN-BG-110: #6B882D;--weui-GREEN-BG-130: #65802B;--weui-GREEN-BG-90: #85A247;--weui-INDIGO-100: #1196FF;--weui-INDIGO-120: #0D78CC;--weui-INDIGO-170: #052D4D;--weui-INDIGO-80: #40ABFF;--weui-INDIGO-90: #28A0FF;--weui-INDIGO-BG-100: #0D78CC;--weui-INDIGO-BG-110: #0B6BB7;--weui-INDIGO-BG-1... | CSS |
children: [
const SizedBox(height: 20),
// 用户头像和基本信息
Container(
padding: const EdgeInsets.all(20),
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(12),
boxShadow: [
BoxSha... | Dart |
fromHouse: fromHouse,
fromMinute: fromMinute,
toHouse: toHouse,
toMinute: toMinute,
output: false,
},
Break: <WorkTimeData>{
fromHouse: fromHouseBreak,
fromMinute: fromMinuteBreak,
toHouse: toHouseBreak,
toMinute: toMi... | Typescript |
3-tag > *{
margin-right:7px; }
.bp3-tag.bp3-large:empty::before,
.bp3-tag.bp3-large > :last-child,
.bp3-large .bp3-tag:empty::before,
.bp3-large .bp3-tag > :last-child{
margin-right:0; }
.bp3-tag.bp3-large.bp3-round,
.bp3-large .bp3-tag.bp3-round{
padding-left:12px;
paddi... | CSS |
tzar Cofre Personalitzat",
"leave": "Sortir",
"join": "Unir-se",
"join_shared_vault": "Unir-se a Cofre Compartit",
"synced_devices": "Dispositius Sincronitzats",
"unsync": "Desincronitzar",
"unsync_device": "Desincronitzar Dispositiu",
"purge": "Purgar",
"use": "Usar",
"letters": "Lletres",
"numbers... | Dart |
// Copyright (C) 2019 The DMLab2D Authors.
//
// 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 o... | C |
run() -> Result<Key, Error> {
pub fn run() -> Result<(), Error> {
let json = r###"{"key":"<KEY>"}"###;
let config : Config = serde_json::from_str(json).unwrap();
// let config = serde_json::from_str(json).unwrap() as Config;
// let key = c.key;
// println!("The config is {:?}", config);
// let serialized... | Rust |
[2002451] = "World ENVIRONMENT DOODAD CARNIVAL TargetPractice.mdx",
[2002452] = "World ENVIRONMENT DOODAD CARNIVAL TicketMaster.mdx",
[2002453] = "World ENVIRONMENT DOODAD DESOLACE CentaurRuins Centaur_Arch01.mdx",
[2002454] = "World ENVIRONMENT DOODAD DESOLACE CentaurRuins Centaur_Brokepillar01.mdx",
[2002455]... | Lua |
\".storage.NetworkPolicyModificationR\fmodification\"{\n" +
"5GetAllowedPeersFromCurrentPolicyForDeploymentResponse\x12B\n" +
"\rallowed_peers\x18\x01 \x03(\v2\x1d.v1.NetworkBaselineStatusPeerR\fallowedPeers\"\x99\x01\n" +
"*ApplyNetworkPolicyYamlForDeploymentRequest\x12#\n" +
"\rdeployment_id\x18\x01 \x01(\tR\fdep... | Go |
ElementPtr host_json;
for (auto const& host : hosts) {
if (!p.has_subnet_id) {
if (family_ == AF_INET) {
subnet_id = host->getIPv4SubnetID();
} else {
subnet_id = host->getIPv6SubnetID();
}
if... | C++ |
and track each specific
file. Windows systems use a different but conceptually similar mechanism for
tracking resources. To simplify things for users, Node.js abstracts away the
specific differences between operating systems and assigns all open files a
numeric file descriptor.
The `fs.open()` method is used to alloc... | Markdown |
if (elem) {
that.follow(elem);
} else if (left || top) {
that.position(left, top);
};
},
// 事件代理
_addEvent: function () {
var resizeTimer,
that = this,
config = that.config,
isIE = 'CollectGarbage' in window,
DOM = that.DOM;
// 窗口调节事件
that._winResize = function () {
resizeTi... | JavaScript |
local opts = {
draw_shade = true,
shade_opacity = "77",
draw_crosshair = true,
draw_text = true,
mouse_support=true,
coarse_movement=30,
left_coarse="LEFT",
right_coarse="RIGHT",
up_coarse="UP",
down_coarse="DOWN",
fine_movement=1,
left_fine="ALT+LEFT",
right_fine="AL... | Lua |
Unit() { return this._fromUnit; }
private _toUnit: UnitBase = null;
public get toUnit() { return this._toUnit; }
protected onLoad() {
this.setColor(Color.TEMP);
}
public onInit(from: UnitBase, to: UnitBase) {
this._hasInit = true;
this._needUpdate = true;
... | Typescript |
ment.getElementById('settings-modal');
const settingsCloseBtn = document.getElementById('settings-close');
const settingsMenuLink = document.getElementById('settings-menu-link');
// Open settings modal function
function openSettingsModal() {
settingsModal.classList.add('m... | HTML |
ul><blockquote><pre>BYTE: [0,1,2,3,6,7,4,5,12,13,14,15,10,11,8,9]
--- --- --- --- ----- ----- ----- ---
LINE: 0 1 3 2 6 7 5 4</pre></blockquote><ul><li><b>memory</b> must be a pointer to the first byte in video memory (or screen buffer) where the sprite will be drawn. This location <b... | HTML |
/*
* Copyright 2024-Present Couchbase, Inc.
*
* Use of this software is governed by the Business Source License included
* in the file licenses/BSL-Couchbase.txt. As of the Change Date specified
* in that file, in accordance with the Business Source License, use of this
* software will be governed by... | C |
config
}
import { NextFunction, Request, Response } from 'express';
import { HttpStatus } from '../enums';
import { UnauthorizedException } from '../exceptions';
export const isAuthenticatedMiddleware = (
req: Request,
res: Response,
next: NextFunction
) => {
const isUserAuthenticated = req.isAuthenticated();... | Typescript |
CALL(b__MAX10PSK_Zngevk8VfFpnyrqRi)
CALL(b__MAX10PSK_Zngevk11Vf90EbgngrqRi)
CALL(b__MA13PSK_QVOFbhepr9FgergpuGbRvvwCX7SK_ERPG)
CALL(b__MA10PSK_Zngevk9ZngpuErpgREX13PSK_SybngErpgF2_)
CALL(b__MA18PCQS_EraqrePbagrkgP1RC13PCQS_QbphzragC20PCQS_CntrEraqrePnpur)
CALL(b__MA18PCQS_EraqrePbagrkg6EraqreRC16PSK_EraqreQrivprCX18PCQ... | Assembly |
"] = {
["maxRange"] = 0,
["minRange"] = 0,
["castTime"] = 3000,
["id"] = {
58871, -- [1]
},
["icon"] = 136240,
["name"] = "Endless Healing Potion",
},
["DESTRUCTION"] = {
["maxRange"] = 0,
["minRange"] = 0,
["castTime"] = 0,
["id"] = {
28508, -- [1]
},
["icon"] = 13472... | Lua |
= (ListOption) this.comboTarget.EditValue;
this.lblTargetInfo.Text = GetInfoText(list, false);
var canApply = (cbAnalog.Checked || cbDigital.Checked) && (cbTv.Checked || cbRadio.Checked || cbData.Checked);
this.btnApply.Enabled = canApply;
}
#endregion
#region GetInfoText()
private... | C# |
/directory_foo",
);
te.assert_output(
&["foo", "one/two/three"],
"one/two/three/d.foo
one/two/three/directory_foo",
);
te.assert_output_subdirectory(
"one/two",
&["foo", "../../"],
"../../a.foo
../../one/b.foo
../../one/two/c.foo
... | Rust |
1. 在 Home Assistant 的「集成」页面,点击「添加集成」
2. 搜索「每日基金」
3. 按照提示填写以下信息:
- **基金代码**:6位数字基金代码(如:012889)
- **基金名称**:基金显示名称
- **平均净值**:您的持仓平均净值(可选)
- **持仓份额**:您持有的基金份额(可选)
- **初始成本**:您的初始投资成本(可选)
- **更新间隔**:数据更新频率,默认600秒(可选)
## 实体属性
每个基金实体包含以下分类数据:
### 基础数据
- 基金代码、基金名称、基金全称
- 涨跌净值、涨跌图标
- 平均净值、持仓份额、初始成本
### 净... | Markdown |
a href="https://www.odoo.com/page/scale-up-business-game">business game</a>. Developers can start with <a href="https://www.odoo.com/documentation/17.0/developer/howtos.html">the developer tutorials</a>
# Kiến trúc hệ thống
## Tổng quan
Hệ thống quản lý y tế theo kiến trúc microservices bao gồm các thành phần độc lập... | Markdown |
fy that entries not requiring any aggregation are not modified.
*/
@Test
void testNoAggregationNeeded() throws TableNotFoundException {
givenAggregatedRow("NAME", COLF_F, "csv", "FOO", 1499999995L, createDateFrequencyMap("20191225", 40L, "20200101", 15L, "20200102", 20L));
givenAggregatedRo... | Java |
!("Watch error: {:?}", e),
_ => (),
}
}
}
fn replace(args: &ArgMatches) {
if args.is_present("css-only") {
make_css(args);
return;
}
if args.is_present("watch") {
watch(args).unwrap();
return;
}
let input = get_input_from(args);
let out... | Rust |
ble startY = _buffer[1];
double y0 = startY;
final double x1 = _buffer[2];
final double endY = _buffer[3];
double y1 = endY;
final double dy = y1 - y0;
int dir = 1;
// Swap so that y0 <= y1 holds.
if (y0 > y1) {
final double temp = y0;
y0 = y1;
y1 = temp;
dir = -1... | Dart |
P6, P7, P8, P9, P10, P11) -> R).partially1(p1: P1): (P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) -> R = { p2: P2, p3: P3, p4: P4, p5: P5, p6: P6, p7: P7, p8: P8, p9: P9, p10: P10, p11: P11 -> this(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11) }
fun <P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, R> ((P1, P2, P3, P4, P5,... | Kotlin |
import pytest
from click.testing import CliRunner
from patchwork.app import cli, find_patchflow
@pytest.fixture
def config_dir(tmp_path):
config_dir = tmp_path / "config"
config_dir.mkdir(parents=True, exist_ok=True)
return config_dir
@pytest.fixture
def patchflow_dir(config_dir):
patchflow_dir = c... | Python |
1997<sup><a id="fnbck-d7e1348" routerlink="./" href="https://www.fedlex.admin.ch/eli/cc/2003/510/en#fn-d7e1348" fragment="#fn-d7e1348">40</a></sup>.<sup><a id="fnbck-d7e1357" routerlink="./" href="https://www.fedlex.admin.ch/eli/cc/2003/510/en#fn-d7e1357" fragment="#fn-d7e1357">41</a></sup></dd></dl><p class="absatz "... | HTML |
NPC_COLISEUM_CHAMPION_H_T, NPC_COLISEUM_CHAMPION_A_P, 0.8552113f, 2.111848f, 5592.2666f, 2419.37842f, 705.9351f, 5665.927f, 2470.574f, 708.6959f},
{NPC_COLISEUM_CHAMPION_H_T, NPC_COLISEUM_CHAMPION_A_P, 0.9075712f, 2.196496f, 5594.64746f, 2417.10767f, 705.9351f, 5662.503f, 2468.522f, 708.6958f},
{NPC_COLISEUM_C... | C |
)
// var fv FieldVal
// fv.SetByteSlice(pMinusN.Bytes())
// t.Logf("%x", fv.n)
//
// Outputs: [3c9baee 3685c8b 1fc4402 6542dd 1455123 0 0 0 0 0]
const (
pMinusNWordZero = 0x03c9baee
pMinusNWordOne = 0x03685c8b
pMinusNWordTwo = 0x01fc4402
pMinusNWordThree = 0x006542dd
pMinusNWordFour = 0x01... | Go |
s/") &&
!url.href.startsWith("https://assets.b3logfile.com/") &&
url.pathname !== "/favicon.ico"
) {
return;
}
// On fetch, go to the cache first, and then network.
event.respondWith((async () => {
const cache = await caches.open(CACHE_NAME);
const cachedResponse... | JavaScript |
const toggleTodo = createAction('@@todos/TOGGLE_TODO')
// заметка, мы не должны возвращать(return) стейт если мы его не мутируемБ
// если мы его
// 1-й вариант
const todos = createReducer([], (builder) => {
builder
.addCase(addTodo, (state, action) => {
state.push(action.payload)
... | JavaScript |
rtant;"> }<br style="overflow-wrap: break-word !important;"> }<br style="overflow-wrap: break-word !important;"> $ATTACHMENTS = upload('ATTACHMENT', $MODULE, false);<br style="overflow-wrap: break-word !important;"> if (!is_array($ATTACHMENTS)) {<br style="overflow-wrap: break-word !important;"> $dataBack = array('stat... | Markdown |
},
},
["tasks"] = {
},
},
},
["tasks"] = {
},
["unitType"] = "F-86F Sabre",
}
return unitPayloads | Lua |
t;
String m_keyIdentifier;
unsigned m_keyLocation;
bool m_altGraphKey : 1;
#if PLATFORM(MAC)
// Commands that were sent by AppKit when interpreting the event. Doesn't include input method commands.
Vector<KeypressCommand> m_keypressCommands;
#endif
};
KeyboardEvent* fin... | C |
var Longitude;var Latitude;var Height;var W;var W2;var T0;var T1;var S0;var S1;var Sin_B0;var Sin3_B0;var Cos_B0;var Sin_p1;var Cos_p1;var Rn;var Sum;var At_Pole;X=parseFloat(X);Y=parseFloat(Y);Z=parseFloat(Z);At_Pole=false;if(X!=0.0)
{Longitude=Math.atan2(Y,X);}
else
{if(Y>0)
{Longitude=Proj4js.common.HALF_PI;}
else i... | JavaScript |
join(
old_folder, f"videos/chunk-{episode_chunk:03d}/{video_key}/episode_{old_index}.mp4"
),
os.path.join(old_folder, f"videos/chunk-000/{video_key}/episode_000000.mp4"),
]
# Find the first existing source path
source_video_path = ... | Python |
ba(0,0,0,0.2);
outline: none;
z-index: 10001;
margin: 0;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
width: 11em;
}
.ui-timepicker-list {... | CSS |
== SpManager.VALUE_GET) {
SpManager(jsonDataString).handle()
}
}
}
override fun dispose() {
println("sp window disposed")
removeMessageProcess()
}
}
///刷新sp keys操作
class SpRefreshAction : DumbAwareAction(AllIcons.Actions.Refresh) {
override fun ac... | Kotlin |
},
},
},
},
},
"500 internal server error": {
params: GetChangeRequest{
EnrollmentID: 1,
ChangeID: 2,
},
responseStatus: http.StatusInternalServerError,
responseBody: `
{
"type": "internal_error",
"title": "Internal Server Error",
"detail": "Error making request",
"statu... | Go |
il
}
return t.(IAutoShardingColumnDefinitionContext)
}
func (s *ShardingAutoTableRuleContext) AlgorithmDefinition() IAlgorithmDefinitionContext {
var t = s.GetTypedRuleContext(reflect.TypeOf((*IAlgorithmDefinitionContext)(nil)).Elem(), 0)
if t == nil {
return nil
}
return t.(IAlgorithmDefinitionContext)
}
... | Go |
/highlight.js/8.4/styles/tomorrow-night-bright.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
... | HTML |
from .encoder_decoder_window_service import EncoderDecoderWindowService
from .tokenizer_service import TokenizerService
class T0ppWindowService(EncoderDecoderWindowService):
def __init__(self, service: TokenizerService):
super().__init__(service)
@property
def max_sequence_length(self) -> int:
... | Python |
using OpenSage.Data.Ini;
namespace OpenSage.Logic;
[AddedIn(SageGame.Bfme)]
public sealed class FactionVictoryData : BaseAsset
{
internal static FactionVictoryData Parse(IniParser parser)
{
return parser.ParseNamedBlock(
(x, name) => x.SetNameAndInstanceId("FactionVictoryData", name),
... | C# |
ed<R>
: never
: never
: unknown
export type DefineContext<
Static extends DepBuilder<unknown, unknown> | unknown,
Dynamic extends Record<string, DepBuilder<unknown, unknown>> | unknown
> = Dynamic extends Record<string, DepBuilder<unknown, unknown>>
? ExtractDep<Static> & DynamicLoader<Dynamic>
: ExtractDep<... | Typescript |
dateTagButtonStyles();
renderPrompts();
}
function clearTagFilters() {
currentFilters.tags = [];
currentPage = 1; // 重置到第一页
updateTagButtonStyles();
renderPrompts();
}
function updateTagButtonStyles() {
// 更新标签按钮状态... | HTML |
);
assert_eq!(
unsafe {
&(*(::core::ptr::null::<usb_device_descriptor_t>())).bLength as *const _ as usize
},
0usize,
concat!(
"Offset of field: ",
stringify!(usb_device_descriptor_t),
"::",
stringify!(bLength)
)
);
assert_eq!(
unsafe {
&(*(::core::ptr::null::<usb_device_descriptor_t>()... | Rust |
urce pre{max-height:500px;overflow:auto;margin:0}.source pre code{font-size:12px;overflow:visible}.hlist{list-style:none}.hlist li{display:inline}.hlist li:after{content:',\2002'}.hlist li:last-child:after{content:none}.hlist .hlist{display:inline;padding-left:1em}img{max-width:100%}td{padding:0 .5em}.admonition{paddin... | HTML |
�ুর সুস্পষ্ট পথে রয়েছে, আর সাথে সাথে আল্লাহর তরফ থেকে একটি সাক্ষীও বর্তমান রয়েছে এবং তার পূর্ববর্তী মূসা (আঃ) এর কিতাবও সাক্ষী যা ছিল পথনির্দেশক ও রহমত স্বরূপ, (তিনি কি অন্যান্যের সমান) অতএব তাঁরা কোরআনের প্রতি ঈমান আনেন। আর ঐসব দলগুলি যে কেউ তা অস্বীকার করে, দোযখই হবে তার ঠিকানা। অতএব, আপনি তাতে কোন সন্দেহে থাকবেন ন... | Dart |
sTrackerDown bool
// check for our default tags to first clear
if torrent.Tags != "" {
torrentTags := strings.Split(torrent.Tags, ", ")
for _, tag := range torrentTags {
if strings.Contains(tag, DefaultTagUnregistered.String()) {
isUnregistered = true
}
if strings.Contains(tag, DefaultTagNotWorkin... | Go |
aghast)<br>
Ba'el...</p>
<p> Gi'ral comes forward, gently lowers her husband's hand.</p>
<p> GI'RAL<br>
Tokath... long ago, when your<br>
captives asked to stay here... we<br>
hoped not to dishonor our children<br>
on the Home World. But perhaps,<br>
over the years, we lost sight of<br>
... | HTML |
needed only for full CommonMark compatibility. In real
* world you will need HTML output.
* @default false
*/
xhtmlOut?: boolean | undefined;
/**
* Set `true` to convert `\n` in paragraphs into `<br>`.
* @default false
*/
breaks?: boolean |... | Typescript |
// The form.
const to = f["keybase-to"].value;
const body = f["keybase-chat"].value;
const nudgeDo = f["keybase-nudgecheck"]!==undefined && f["keybase-nudgecheck"].checked;
const nudgeText = f["keybase-nudgetext"]!==undefined && f["keybase-nudgetext"].value;
// TODO: Check that to/body are not empty.
//... | JavaScript |
--
void ofApp::keyReleased(int key){
}
//--------------------------------------------------------------
void ofApp::mouseMoved(int x, int y){
}
//--------------------------------------------------------------
void ofApp::mouseDragged(int x, int y, int button){
}
//-------------------------------------------------... | C++ |
xa0_\xe0\xb2\xa0");
EXPECT_EQ(Expected, Result);
}
TEST(ConvertUTFTest, ConvertUTF8ToUTF16String) {
// Src is the look of disapproval.
static const char Src[] = "\xe0\xb2\xa0_\xe0\xb2\xa0";
StringRef Ref(Src, sizeof(Src) - 1);
SmallVector<UTF16, 5> Result;
bool Success = convertUTF8ToUTF16String(Ref, Resul... | C++ |
// 0
StartTime *int64 `json:"startTime,omitempty" xml:"startTime,omitempty"`
// example:
//
// 1
Status *int32 `json:"status,omitempty" xml:"status,omitempty"`
// example:
//
// 1
TeachWeek *int32 `json:"teachWeek,omitempty" xml:"teachWeek,omitempty"`
TeacherList []*CreateCourseR... | Go |
docker-compose.yml if present. Defaults to false."
)
var force: Boolean = false
@Parameter(
names = ["-u", "--url"],
required = false,
description = "Specifies the url to download the config file from. Defaults to start.orbitalhq.com"
)
var url: String = "https://start.orbitalhq.com... | Kotlin |
});
response.removeListener("close", handleAbort);
stream?.endMeasurement({
completion_tokens: LLMPerformanceMonitor.countTokens(fullText),
});
resolve(fullText);
}
});
}
// Simple wrapper for dynamic embedder & normalize interface for all LLM implementatio... | JavaScript |
bootstrap/js/bootstrap.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script><script src="/js/theme.js"></script><script src="/projects/ecg/js/jquery-ui-widget.min.js"></script><script src="/projects/ecg/js/d3.min.js"></script><script src="/projects/ecg/js... | HTML |
compare(t, config.Config, result)
t.Error("======== ORIGINAL =========")
t.Error(config.Config)
t.Error("======== RESULT ===========")
t.Error(result)
t.Error("===========================")
t.Fatal("configurations does not match")
}
})
}
}
// Code generated by go generate; DO NOT EDIT... | Go |
b(id);
ASSERT0(bb2 != NULL);
dumpBBLabel(bb2->getLabelList(), h);
fprintf(h, "\n");
for (IR * ir = BB_first_ir(bb2);
ir != NULL; ir = BB_next_ir(bb2)) {
//fprintf(h, "%s\n", dump_ir_buf(ir, buf));
//TODO: implement dump_ir... | C++ |
external int operator ~();
@dartino.native int operator &(other) {
// TODO(kasperl): Check error.
return other._bitAndFromInteger(this);
}
@dartino.native int operator |(other) {
// TODO(kasperl): Check error.
return other._bitOrFromInteger(this);
}
@dartino.native int operator ^(other) {
... | Dart |
r-scale-pink-4: #db61a2;--color-scale-pink-5: #bf4b8a;--color-scale-pink-6: #9e3670;--color-scale-pink-7: #7d2457;--color-scale-pink-8: #5e103e;--color-scale-pink-9: #42062a;--color-scale-coral-0: #ffddd2;--color-scale-coral-1: #ffc2b2;--color-scale-coral-2: #ffa28b;--color-scale-coral-3: #f78166;--color-scale-coral-4:... | CSS |
capture_region_jpeg(
x,
y,
width,
height,
maxSmallDim,
maxLargeDim,
quality,
outSize,
);
}
late final _cu_screen_capture_region_jpegPtr = _lookup<
ffi.NativeFunction<
ffi.Pointer<ffi.Uint8> Function(
ffi.Int64,
ffi.Int6... | Dart |
url(../lib/roboto/Roboto-BoldItalic.svg#Roboto) format("svg")}@font-face{font-family:Roboto;src:url(../lib/roboto/Roboto-Black.eot);src:local("Roboto Black"),local("Roboto-Black"),url(../lib/roboto/Roboto-Blackd41d.eot?#iefix) format("embedded-opentype"),url(../lib/roboto/Roboto-Black.woff2) format("woff2"),url(../lib/... | CSS |
ing>[
if (checked) '--enable-asserts',
'--snapshot-kind=app-aot-elf',
'--elf=$scriptAot',
scriptDill,
]);
}
// Successful run
final result1 = await runOutput(dartPrecompiledRuntime, <String>[
path.join(dir, 'main.dart.dill.so'),
path.join(dir, 'spawnee.dart... | Dart |
<h3>Lazuardi Sastra</h3>
<p>Mahasiswa</p>
</div>
<p>
"Pengembang Website Excellent" ~
<em style="font-family: Edu TAS Beginner;">Lazuardi Sastra Al-Ashri, S.Pd.</em>
</p>
</div>
<div class="testimoni">
<img src="images/author/au... | HTML |
tree;
import sun.reflect.generics.visitor.TypeTreeVisitor;
/** AST that represents the type double. */
public class DoubleSignature implements BaseType {
private static final DoubleSignature singleton = new DoubleSignature();
private DoubleSignature(){}
public static DoubleSignature make() {return singl... | Java |
);
// initialize logging; no need for this level of safety, but why the hell not
INITIALIZE.call_once(|| configure_logging(input_args.verbosity));
if !input_args.binary.is_file() {
error!(
"Binary {} does not exist or is not a file.",
input_args.binary.display()
);
... | Rust |
the provider has been instantiated so Mbed Crypto has been initialized
// * self.key_handle_mutex prevents concurrent accesses
// * self.key_slot_semaphore prevents overflowing key slots
unsafe {
key_handle = KeyHandle::open(key_id)?;
key_attrs = key_handle.attribute... | Rust |
ath.cos(rotation)) + 1, Math.abs(0.5 * Math.sin(rotation))+ 1);
Matrix scaledTrans = scaleMat.times(TransformUtilities.translateMatrix(-ellipse.calculateCentroid().getX(), -ellipse.calculateCentroid().getY()));
scaledTrans = TransformUtilities.translateMatrix(ellipse.calculateCentroid().getX(), ellipse.calculateCen... | Java |
融合强化其跨地区传播力。例如,**迈克尔·杰克逊**在*Thriller*、*Bad*等曲目中展现出的动感节奏和清晰结构,被广泛用于团体步行和有氧操现场。这一时期,像*Bee Gees*、*Kool & the Gang*等的佳作,不只点燃舞池,也成为健身步行音响的必备。音乐逐渐承担更多社交、激励与身份认同功能。步行配乐从此不再是单一背景,而是推动集体节奏、塑造健身社群理念的重要载体。
技术变革在Power Walk音乐的发展历程中起到关键作用。90年代初,随*数字音频工作站*(DAW)大规模普及,制作人的制作自由度和音乐层次感提升。国际音乐人如**Technotronic**以*Pump Up the Jam*等作品,将采样技术... | Markdown |
,0x40,0x19,0xcc,0x6b,0xfe,0xfd,0x1f,0x56,0x34,0x12,0xaf]
v_dot8_u32_u4 v5, ttmp15, src_scc, ttmp15
// GFX12: [0x05,0x40,0x19,0xcc,0x7b,0xfa,0xed,0x19]
v_dot8_u32_u4 v5, m0, 0.5, m0
// GFX12: [0x05,0x40,0x19,0xcc,0x7d,0xe0,0xf5,0x19]
v_dot8_u32_u4 v5, exec_lo, -1, vcc_hi
// GFX12: [0x05,0x40,0x19,0xcc,0x7e,0x82,0xad,... | Assembly |
omChildList(children)) {
el.parentNode.insertBefore(child, el.nextSibling);
}
return el;
}
function clearContents(el) {
el.innerHTML = "";
return el;
}
function parseHTML(markup) {
if(markup.toLowerCase().trim().indexOf('<!doctype') === 0) {
const doc = document.implementation.createHTMLDocument("");
doc.d... | HTML |
(4).kr(1).m(6).n(4).k(k).test(
pytorch_q8gemm_ukernel_6x4__neon);
}
}
TEST(Q8GEMM_6x4__NEON, k_div_8_strided_a) {
TEST_REQUIRES_ARM_NEON;
for (size_t k = 16; k < 128; k += 8) {
GemmMicrokernelTester()
.mr(6)
.nr(4)
.np(4)
.kr(1)
.m(6)
.n(4)
.k(k... | C++ |
,data:function(){return{baseClasses:"inline-flex items-center justify-center h-10 px-6 font-medium rounded text-small text-tab-bar",activeClasses:"shadow text-tab-bar-active bg-tab-bar-item",transitionClasses:"transition duration-fast hover:text-high-emphasis focus:text-high-emphasis"}}};var n=s(1900);const r={componen... | JavaScript |
return c
}(),
},
expMetaRoles: "meta,wal",
expDataRoles: "data",
},
"separate wal,meta,data roles": {
nvme: storage.NvmeControllers{
func() *storage.NvmeController {
c := storage.MockNvmeController(1)
sd := storage.MockSmdDevice(nil, 1)
sd.Roles = storage.BdevRolesFromBits(sto... | Go |
ity = EventPriority.HIGH)
public static void onMouseEvent(@NotNull MouseEvent event) {
if (!ConfigHolder.client.toolbeltConfig.enableToolbeltScrollingCapture) return;
EntityPlayerSP player = Minecraft.getMinecraft().player;
if (event.getDwheel() != 0 && player.isSneaking()) {
Ite... | Java |
a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z" />
</svg>
</span>
Delete item
</button>
</form>
</section>
... | HTML |
.ELASTIC, "7.0.1" ).isTrue();
assertMatch( "7.0", ElasticsearchDistributionName.ELASTIC, "7.0.0-beta1" ).isTrue();
assertMatch( "elastic:7", ElasticsearchDistributionName.ELASTIC, "7.0.0" ).isTrue();
assertMatch( "elastic:7", ElasticsearchDistributionName.ELASTIC, "7.0.1" ).isTrue();
assertMatch( "elastic:7", ... | Java |
local ReplicatedStorage = game:GetService("ReplicatedStorage")
return function()
local Iris = require(ReplicatedStorage.Iris)
local state
beforeEach(function()
state = Iris.State()
end)
describe("State", function()
it("Should be a state", function()
expect(state).to.b... | Lua |
{
(d & 0xffe00c00) == 0x38c00400
}
pub const fn is_STR_B_ldst_immpost(d: u32) -> bool {
(d & 0xffe00c00) == 0x3c000400
}
pub const fn is_LDR_B_ldst_immpost(d: u32) -> bool {
(d & 0xffe00c00) == 0x3c400400
}
pub const fn is_STR_Q_ldst_immpost(d: u32) -> bool {
(d & 0xffe00c00) == 0x3c800400
}
pub co... | Rust |
e":"[医] 磷酸钠",
"sodium phosphate,dibasic":"[化] 磷酸氢二钠",
"sodium phosphate,monobasic":"[化] 磷酸二氢钠",
"sodium phosphate,radioactive":"[化] 放射性磷酸钠",
"sodium phosphate,tertiary":"[化] 磷酸三钠",
"sodium phosphate,tribasic":"[化] 磷酸钠",
"sodium phosphide":"[化] 一磷化三钠",
"sodium phosphite":"[化] 亚磷酸钠",
"sodium phosphomolybdate":"[化] 磷钼酸钠",... | Typescript |
zation does *not* work if we have non-constant masks like this, but the above works
*/
context(TACExprFact)
private fun ToTACExpr.modMaskUpperBitsWith(upperBitStart: ToTACExpr, modMask: ToTACExpr) = ((this shiftRLog upperBitStart) mod modMask) shiftL upperBitStart
/**
* Helper class for stringing... | Kotlin |
.WriteEndObject();
}
internal static PtrRecord DeserializePtrRecord(JsonElement element)
{
if (element.ValueKind == JsonValueKind.Null)
{
return null;
}
string ptrdname = default;
foreach (var property in element.Enumer... | C# |
7:48], off
global_load_ushort v64, v[49:50], off
global_load_ushort v65, v[51:52], off
global_load_ushort v66, v[53:54], off
global_load_ushort v67, v[55:56], off
v_add3_u32 v53, v46, v35, v27
v_lshlrev_b64 v[49:50], 1, v[57:58]
v_add3_u32 v51, v46, v31, v21
v_add_co_u32 v55, s0, s7, v47
v_lshlrev_b64 v[57:58]... | Assembly |
Spies()) == 0 or g_diploTeamID == Game.GetActiveTeam() )
-- Ask the AI player not to send missionaries or prophets
Controls.Button3:SetHide( not gk_mode or g_activePlayer:GetNegativeReligiousConversionPoints(g_diploPlayerID) <= 0 or g_diploPlayer:IsAskedToStopConverting(g_activePlayerID) )
-- Ask the AI player ... | Lua |
port org.unbrokendome.gradle.plugins.helm.HELM_MAIN_CHART_NAME
import org.unbrokendome.gradle.plugins.helm.dsl.HelmChart
import org.unbrokendome.gradle.pluginutils.rules.AbstractRule
/**
* Creates a chart named "main" if no other chart has been created.
*
* The chart will be initialized with properties of the proj... | Kotlin |
etMode)br.ReadSByte();
m_alignSingleAxis = br.ReadBoolean();
br.ReadUInt32();
br.ReadByte();
m_alignAxis = des.ReadVector4(br);
m_alignTargetAxis = des.ReadVector4(br);
m_frameOfReference = des.ReadQuaternion(br);
m_duration = br.ReadSi... | C# |
},
{ "nap", "Napolice" },
{ "naq", "Nama" },
{ "type.nu.sora", "Sora Sompeng Rakamlar\u0131" },
{ "zza", "Zazaca" },
{ "Tang", "Tangut" },
{ "IL", "\u0130srail" },
{ "Nbat", "Nebati" },
{ "IM", "Man Adas\u0131" },
... | Java |
// Copyright (c) .NET Foundation and Contributors. All Rights Reserved. Licensed under the MIT License (MIT). See License.md in the repository root for more information.
using System;
namespace LLVMSharp.Interop;
public unsafe partial struct LLVMTargetLibraryInfoRef(IntPtr handle) : IEquatable<LLVMTargetLibraryInfoR... | C# |
ight - border
var x: Int
val startX = this.x - sliceWidth - border
return Array(rows) {
x = startX
y += sliceHeight + border * 2
Array(cols) {
x += sliceWidth + border * 2
TextureSlice(texture, x, y, sliceWidth, sliceHeight)
... | Kotlin |
WIDTH=20%>Command</TH>
<TH WIDTH=60%>Parameters</TH>
<TH>Description</TH>
</TR>
<TR>
<TD>-Run</TD>
<TD>
<br>
</TD>
<TD>
Run all the suppliers and consumers.
</TD>
</TR>
</TABLE>
<br><b>Example : </b>: static Command_Builder "Application -Run"
<P><TABLE WIDTH = 80% BORDER="1" CELLSPACING="1" CELLPADDING="1">
<T... | HTML |
d58857eafb27c0a8a5f67e661d">XED_NONTERMINAL_FINAL_ESEG</a>,
<a name="l00092"></a>00092 <a class="code" href="xed-nonterminal-enum_8h.html#0d96d6851eb320e0e1429ba18495b3195f73cd7eedf1276f8a0df52b8a5072e6">XED_NONTERMINAL_FINAL_ESEG1</a>,
<a name="l00093"></a>00093 <a class="code" href="xed-nonterminal-enum_8h.html#0... | HTML |
leoonLoadingTimeout);
}
const script = document.createElement('script');
script.src = kameleoonURL;
document.head.appendChild(script);
}
}
</script>
<script type="text/javascript" src="//a.bf-ad.net/adengine/tvtoday/adengine.js" async></script>
... | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.