content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
gExp = RegExp(regExpSource, caseSensitive: false);
final match = regExp.firstMatch(desc);
final mav = match?.namedGroup('version');
if (mav != null) {
try {
// Verify version string using class Version
version = Version.parse(mav);
} on Exception catc... | Dart |
self.radio.events_disabled.reset();
if !self.state().is_disabled() {
// In case we're currently receiving, stop that
self.radio.tasks_disable.write(|w| w.bits(1));
// Then wait until disable event is triggered
while self.radio.ev... | Rust |
t is FlamesBase || target is BaneBase || target is PaganBase || target is RunesBase )
{
if ( target is FlamesBase )
{
if ( rare == 2 ){ what = "the Book of Truth"; FlamesBase targ2 = (FlamesBase)target; if ( targ2.ItemType == 1){ where = Server.Misc.Worlds.GetRegionName( target.Map, target.Locat... | C# |
background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
}
.taskbaritem.focused {
box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.8),
inset 5px 4px 7px 3px rgba(0,0,0,0.4),
inset -1px -1px 3px 1px white;
backgroun... | CSS |
Editable,
isPollEnded = isEnded,
isMine = isMine,
)
private fun aPollAnswerItem(
answer: PollAnswer,
isSelected: Boolean = false,
isEnabled: Boolean = true,
isWinner: Boolean = false,
showVotes: Boolean = true,
votesCount: Int = 0,
percent... | Kotlin |
filter = filter:new_filter(endpoint:get_url())
nfilter:set_next(last_filter)
last_filter = nfilter
if nfilter["is_available"] ~= nil then
table_insert(status_filters, nfilter)
end
end
local filter_endpoint =
_get_filter_endpoint {
url = endpoint:get_ur... | Lua |
.String(), codes.InvalidArgument.String())
require.Nil(t, noInstance)
// Error - not existing Instance resource ID
noInstance, err = inventory.GetInstanceResourceByResourceID(ctx, client, loca_testing.Tenant1, "inst-12345678")
require.Error(t, err)
assert.Equal(t, grpc_status.Code(err).String(), codes.NotFound.St... | Go |
}
let className = this.block;
if (this.element) {
className += Bem.ELEMENT_DELIMITER + this.element;
}
const modifiers = Object.keys(this.modifiers)
.filter(name => !!this.modifiers[name])
.map(name => [
className,
... | Typescript |
-- FIREAC (https://github.com/AmirrezaJaberi/FIREAC)
-- Copyright 2022-2025 by Amirreza Jaberi (https://github.com/AmirrezaJaberi)
-- Licensed under the GNU Affero General Public License v3.0
-- Main Settings
fx_version 'cerulean'
game 'gta5'
-- Project Information
author 'Amirreza Jaberi'
description 'FIREAC'
versio... | Lua |
Запрос",transformPreviewLabel:"Просмотр",type:"Тип",typeTitle:"Изменить тип этого поля",openUrl:"Ctrl+Click или Ctrl+Enter для открытия url в новом окне",undo:"Отменить (Ctrl+Z)",validationCannotMove:"Поле не может быть перемещено в потомка",autoType:"Тип поля автоматически определяется по значению и может быть строкой... | HTML |
thub.com/Azumi67/Rathole_reverseTunnel/assets/119934376/fcbbdc62-2de5-48aa-bbdd-e323e96a62b5" alt="Image"> </strong> تانل مستقیم - ایپی 6 - UDP - پنچ سرور خارج و یک سرور ایران</summary>
------------------------------------
 [NODE_SIZE]byte {
out := sha256.Sum256(append(left[:], right[:]...))
out[NODE_SIZE-1] &= 0x3F
return out
}
func computeTotalNodes(nLeaves, arity int64) (int64, []int64) {
totalNodes := int64(0)
levelCounts := []int64{}
currLevelCount := nLeaves
for currLevelCount > 0 {
levelCounts ... | Go |
AN_POS_5_R(crate::FieldReader<u8, u8>);
impl GPADC_SCAN_POS_5_R {
pub(crate) fn new(bits: u8) -> Self {
GPADC_SCAN_POS_5_R(crate::FieldReader::new(bits))
}
}
impl core::ops::Deref for GPADC_SCAN_POS_5_R {
type Target = crate::FieldReader<u8, u8>;
#[inline(always)]
fn deref(&self) -> &Self::T... | Rust |
] = 0xf0d5a,
["md-bell_circle_outline"] = 0xf0d5b,
["md-bell_cog"] = 0xf1a29,
["md-bell_cog_outline"] = 0xf1a2a,
["md-bell_minus"] = 0xf13e9,
["md-bell_minus_outline"] = 0xf13ea,
["md-bell_off"] = 0xf009b,
["md-bell_off_outline"] = 0xf0a91,
["md-bell_outline"] = 0xf009c,
["md-bell_plus"] = 0xf009d,
... | Lua |
er backstopping can be effected.
JOHN G. SOUTHARD
C/CCG/NC
... 201-274049)
8
G
104-10100-10192 2025 RELEASE UNDER THE PRESIDENT JOHN F. KENNEDY ASSASSINATION RECORDS ACT OF 1992
106/14 OCT 63/cs 03 CLASSIFED MESSAGE
INDEX SECRET/EYS ROUTING
NOINDEX
11 OCT 63 FILE IN CS FILE NO. 1 4
2 5
3 6
HAMBURG FRANKFURT HAGUE ... | Markdown |
: 12px;
width: 100%;
box-shadow: none;
left: 0;
position: relative;
transition: all 0.5s ease;
background-color: #787878;
}
/*TRACK*/
.slideOption input[type=range]:disabled::-webkit-slider-runnable-track {
-webkit-appearance: none;
background-color: #373737;
height: 3px;
}
.slideO... | CSS |
002\372A!\n"
+ "\037biglake.googleapis.com/Database\022\021\n"
+ "\tpage_size\030\002 \001(\005\022\022\n\n"
+ "page_token\030\003 \001(\t\"i\n"
+ "\021ListLocksResponse\022;\n"
+ "\005locks\030\001 \003(\0132,.google.cloud.bigquery.biglake.v1alpha1.Lock\022\027\n"
... | Java |
en runs them when the ability is no longer accessible.
// (If your tackling this, do note extreme weathers have the same issue)
// Mark this pokemon's ability as ending so Pokemon#ignoringAbility skips it
source.abilityData.ending = true;
for (const pokemon of this.getAllActive()) {
if (pokemon !== sou... | Typescript |
talize.
out_unbound_size = 0;
for (const auto& alloc_it : allocations_)
{
alloc_it.second->AddSizes(out_sizes, out_unbound_size);
}
}
void RmtMemoryAliasingCalculatorCleanup()
{
delete memory_aliasing_calculator_;
memory_aliasing_calculator_ = nu... | C++ |
forestry.ForestryUtil;
import gregtech.integration.forestry.bees.GTCombItem;
import gregtech.integration.forestry.bees.GTCombType;
import gregtech.integration.forestry.bees.GTDropType;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fluids.FluidStack;
import appeng.core.Api;
import com.google.common.co... | Java |
能否提供一份适合办公室工作族的饮食计划?|
|社交媒体营销|在社交媒体上做广告有哪些常见策略?请说明每个策略的优缺点。|
|城市规划|如何利用先进技术改善城市规划和交通管理?请提出三项具体措施。|
|医学研究|如何评估某种治疗方法是否有效?请列举两种常用的研究方法,并比较它们的优缺点。|
|科技创新|你认为未来十年最可能出现哪些颠覆性的科技创新?请说明它们的应用场景。|
|金融投资|什么是价值投资?与之相对,什么是投机投资?这两种投资方式有何区别?|
|旅游规划|如果你要在一个陌生城市旅行,如何在网络上找到可信赖的旅游信息?请列举三种途径。|
|环保减排|如何减少碳排放?请提出三种可行的环保措施。|
|文化教育|请列举三种不同的传统... | Markdown |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include <unixasmmacros.inc>
#include "AsmOffsets.inc"
#define PROBE_FRAME_SIZE 0xD0 // 4 * 8 for fixed part of PInvokeTransitionFrame (fp, lr, m_pThread, m_Flags) +
... | Assembly |
String = "0.0"
const val TAG: String = "GLUtils"
val IDENTITY_MATRIX = create4x4IdentityMatrix()
const val EGL_GL_COLORSPACE_KHR: Int = 0x309D
const val EGL_GL_COLORSPACE_BT2020_HLG_EXT: Int = 0x3540
const val VAR_TEXTURE_COORD: String = "vTextureCoord"
const val VAR_TEXTURE: String = "sText... | Kotlin |
.7q-.7 0-1.175.475-.475.475-.475 1.175 0 .7.475 1.175Q23.3 34 24 34Zm-1.35-7.65h3V13.7h-3ZM24 44q-4.1 0-7.75-1.575-3.65-1.575-6.375-4.3-2.725-2.725-4.3-6.375Q4 28.1 4 23.95q0-4.1 1.575-7.75 1.575-3.65 4.3-6.35 2.725-2.7 6.375-4.275Q19.9 4 24.05 4q4.1 0 7.75 1.575 3.65 1.575 6.35 4.275 2.7 2.7 4.275 6.35Q44 19.85 44 24q... | CSS |
;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.btn-inverse:active,.btn-inverse.active{background-color:#133135 \9}.btn-link{background-color:#ad1d28;border-color:transparent}.btn-link:hover,.btn-link:active,.btn-link.active,.btn-link.disabled,.btn-link[disabled]{text-shadow:none;background-color:#971923... | CSS |
net.CrossDomainRpc.logger_.log(goog.debug.Logger.Level.FINE,
'expected error seen; event=' + print(e));
}
},
'POST',
{xyz: '01234567891123456789'}
);
};
function testGetDummyResourceUri() {
var url = goog.net.CrossDomainRpc.getDummyResourceUri_();
assertTrue(
'dummy... | HTML |
Count int
}
cdfResol int
}
// Stats is a struct storing the real, imaginary and L2 norm (modulus)
// about the precision of a complex value.
type Stats struct {
Real, Imag, L2 float64
}
func (prec PrecisionStats) String() string {
return fmt.Sprintf(`
┌─────────┬───────┬───────┬───────┐
│ Log2 │ REAL │ IMAG ... | Go |
4qIqcl7LZRDTW7xwgOdRJm/a49f2643cf721ac1d351c8d7f2e08f2d/ipv6-ipv4.gif.scaled500.gif" alt="CloudFlare Expanding the IPv6 Web" class="kg-image" width="454" height="80" loading="lazy">
</figure>
<p>We regularly monitor the <a href="http://www.alexa.com/topsites">Alexa top 1 million websites</a> for trends. Specifically... | HTML |
shared memory "
<< "segment in string '" << value << "'.\n"
<< std::flush;
cerr << "Error" << ": Can't identify size of shared memory "
<< "segment in string '" << value << "'.\n";
return -1;
}
}
else if (strcasecmp(name, "load") == 0)
{
... | C++ |
l_dt::f32, dnnl_tag::oihw);
auto w_mem = dnnl::memory(w_md, engine, (float*) w);
auto dy_md = dnnl::memory::desc({bs, o, oh, ow}, dnnl_dt::f32, dnnl_tag::nchw);
auto dy_mem = dnnl::memory(dy_md, engine, (float*) dy);
std::vector<dnnl_dim_t> strides{sh, sw};
std::vector<dnnl_dim_t> pad_l{ph... | Rust |
END - Unhandled key ---"); return; // Exit if not a handled key
}
} catch (inputDbError) { console.error(">>> DB error during keydown:", inputDbError); moved = false; }
if (moved) {
logVerbose("Player moved, triggering render...");
await render3d(); // Render 3D... | HTML |
ove these 2 ops and
# reduce the output range which in turn helps to improve accuracy
if next_node is not None:
if next_node.op_type == "Clip":
clip_min = next_node.attribute[0].f
clip_max = next_node.attribute[1].f
if range_min < clip_min:
... | Python |
document).ready(function(){
// ...
});
// $ 实际上是 Prototype 的调用
$('DivID').hide();
</script>
</head>
<body>
...
</body>
</html></pre>
<h2>总结</h2>
因为 jQuery 提供了避免名字冲突的方法,而 Prototype 代码中大量引用了 $,不便修改,因此使用 jQuery 提供的机制 将 $ 为 Prototype 所用,jQuery 只使用 jQu... | HTML |
system = platform.system().lower()
ffmpeg_url = ""
if system == "windows":
ffmpeg_url = "https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip"
else:
print("Ce script ne supporte actuellement que Windows.")
return
download_path = "ffmp... | Python |
.75 0v.03c0 3.32.9 5.13 1.73 6.22H5.9ZM12 22a2.5 2.5 0 0 0 2.5-2.5h-5A2.5 2.5 0 0 0 12 22Z"/></svg>'},6853:h=>{h.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="currentColor" d="M21.06 2H2.94a.94.94 0 0 0-.66 1.6l7.22 7.23v8.04c0 .31.15.6.4.77l3.12 2.19a.94.94 0 0... | JavaScript |
/*
// Licensed to DynamoBI Corporation (DynamoBI) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. DynamoBI licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may ... | C |
� Python 2.2 版中新增;2.4 版中增加 flags 参数
③ Python 2.7 和 3.1 版中增加 flags 参数
主要学习match()和 search(),以及 compile()函数
## re常用函数
### 使用 match()方法匹配字符串
`match(pattern , string , flags=0)`
尝试使用带有可选的标记的正则表达式的模式来匹配字符串。如果匹配成功,就返回匹配对象;如果失败,就返回 None
他是从字符串**起始部位开始匹配**,一旦第一个字符匹配失败,就是不匹配
匹配对象的 group()方法能够用于显示那个成功的匹配。
```
<code>impo... | Markdown |
t7
addu_s.qb t8, t4, t8
sw t5, 0(a0)
sw t6, 4(a0)
sw t7, 8(a0)
sw t8, 12(a0)
b 1b
addiu a0, a0, 16
2:
beqz a2, 4f
nop
3:
lw t1, 0(a0)
not ... | Assembly |
t * 4) / 4) * 4 + 2
local lightray_key = newx.."-"..newz
local lightray = Lightrays[lightray_key]
if not lightray then
table.insert(self.lightray_positions, {newx, newz})
local ray = SpawnPrefab(self.lightray_prefab)
... | Lua |
val rvalue = value.clamp(Short.MIN_VALUE.toFloat(), Short.MAX_VALUE.toInt().toFloat()).toInt().toShort()
//for (n in 0 until nchannels) buf[bufn++] = value.toShort()
buf[bufn++] = AudioSample(rvalue)
//buf[bufn++] = rvalue
}
}
... | Kotlin |
u8bae\u3002\u4ed6\u7acb\u5373\u628a\u8001\u519c\u7684\u610f\u89c1\u63d0\u5230\u652f\u59d4\u4f1a\u548c\u7ba1\u59d4\u4f1a\u4e0a\u7814\u7a76\uff0c\u4f5c\u4e3a\u4e00\u9879\u91cd\u8981\u589e\u4ea7\u63aa\u65bd\u53bb\u6293\uff0c\u6536\u5230\u4e86\u5f88\u597d\u7684\u6548\u679c\u3002", "type": "paragraph"}, {"text": "\u6765\u6e... | HTML |
} as estree.Node & Identified;
// Act
const result = sut.applyMutations(invalidNode, copy);
// Assert
expect(result).to.have.lengthOf(0);
});
});
import { LinkedList, LinkedListNode } from "./ex1";
/**
* Faça a implementação de uma Fila em Typescript e utilizando
* uma Lista Ligada como estrutur... | Typescript |
0},
},
{
desc: "pingresp",
rawBytes: []byte{Pingresp << 4, 0x00},
header: FixedHeader{Type: Pingresp, Dup: false, Qos: 0, Retain: false, Remaining: 0},
},
{
desc: "disconnect",
rawBytes: []byte{Disconnect << 4, 0x00},
header: FixedHeader{Type: Disconnect, Dup: false, Qos: 0, Retain: false, ... | Go |
)
def current_frame() -> lldb.SBFrame:
global current_exec_context
if lldb.frame:
return lldb.frame
if current_exec_context:
return current_exec_context.GetFrame()
raise Exception('No current execution context')
def nat_eval(sbframe, expr):
val = sbframe.FindVariable(expr)
if... | Python |
95E590DBB3A1981A57EAF535751CE5A36C72BCF15BBEDE5235D68C6DC114B01A49071389F0CD857A36EB6BE5911681AEB81F7F61403F92A86E",
"testPassed": true
},
{
"tcId": 279,
"qx": "01738D0F1B691DF9DB19BCF5E1612AAF998615F48491D5F2C9358DAB5A44A5463C686A0C527E30958B70FE0969917C505918635... | Dart |
Z(100vmax * $size) scale(0.8);
@include svg((viewBox: (0 0 168 168))) {
@include svg('circle', (
cx: 58.9,
cy: 68,
r: 5.4
));
@include svg('circle', (
cx: 108.6,
cy: 68,
r: 5.4
));
}
}
}
.fox-body {
perspective: 1000vmax * $size;
animation: body $duration forwards;
height:... | CSS |
用,若压力过大,则也要降级。 4、抢购活动期间,停止一些非核心功能的写操作(降级)。 5、抢购使用限流(漏桶算法),或者是排队,若商品有 100 个,则总容量控制在 1 万,超过 1 万后,直接返回“未抢到”。 6、程序处理,选 100 个人抢购成功,其他人返回“未抢到”。 6、抢和支付分 2 个步骤,抢成功后的反馈页,一般为静态页面,提示 30 分钟内支付。 7、付款一般不做限制,或者是做一些常规的限流(令牌桶算法)。
作者回复: 分析很细致,点赞
2022-02-07
**
**
-  async {
epgList = await EpgUtil.refreshAndGet(iptvList.map((e) => e.tvgName).toList());
}
/// 手动输入频道号
void inputChannelNo(String no) {
confirmChannelTimer?.cancel();
channelNo += no;
confirmChannelTimer = Timer(Duration(seconds: 4 - channelNo.length), () {
final channel = int.try... | Dart |
nal terms.
You should have received a copy of these additional terms immediately following
the terms and conditions of the GNU General Public License. If not, please
request a copy in writing from id Software at the address below.
If you have questions concerning this license or the applicable additional
terms, you m... | Assembly |
AL)) / 2;
auto [first, last] = this->vscroll2->GetVisibleRangeIterators(this->avails);
for (auto it = first; it != last; ++it) {
const GRFConfig *c = *it;
bool h = (c == this->avail_sel);
std::string_view text = c->GetName();
if (h) GfxFillRect(br.left, tr.top, br.right, tr.top + step_heig... | C++ |
iring Python tools
## Supported Commands
### UV Package Manager
```bash
# Package installation
vx uv pip install requests
vx uv pip install -r requirements.txt
vx uv pip install -e .
# Package management
vx uv pip uninstall requests
vx uv pip list
vx uv pip show requests
vx uv pip freeze
# Virtual environments
vx u... | Markdown |
d character
// (it's not belonging to the value)
s.unget();
l.FromString( ss );
return s;
}
public:
/*!
input from standard streams
*/
friend std::istream & operator>>(std::istream & s, Big<exp,man> & l)
{
return InputFromStream<std::istream, std::string, char>(s, l);
}
/*!
input from standa... | C |
area);
area = SceneMan.Scene:GetArea("BuyDoorArea_S4_4");
self:SetupBuyDoorAreaTable(self, area);
area = SceneMan.Scene:GetArea("BuyDoorArea_S4_5");
self:SetupBuyDoorAreaTable(self, area);
area = SceneMan.Scene:GetArea("BuyDoorArea_S4_6");
self:SetupBuyDoorAreaTable(self, area);
self.buyDoorHandle... | Lua |
" ngbNavItem="noncat">
<a role="tab" ngbNavLink i18n>
<ng-container *ngIf="context.summary && context.summary.stats">
Non-Cataloged Circulations ({{context.summary.stats.checkouts.noncat}})
</ng-container>
</a>
<ng-template ngbNavContent>
<ng-container>
<ng-... | HTML |
c- o><</c-><c- n>ranges</c-><c- o>></c-></code> Synopsis <a href="http://eel.is/c++draft/ranges.syn">[ranges.syn</a>] a new customization point object in the inline namespace:</span><a class="self-link" href="#wording-specification-reconstruct_cpo_synopsis"></a></h4>
<blockquote> <code class="highlight"><c- k>nam... | HTML |
true},
{'.col-start-7', 'grid-column-start: 7;', base=true},
{'.col-start-8', 'grid-column-start: 8;', base=true},
{'.col-start-9', 'grid-column-start: 9;', base=true},
{'.col-start-10', 'grid-column-start: 10;', base=true},
{'.col-start-11', 'grid-column-start: 11;', base=true},
{'.col-start-12', 'grid-column-st... | Lua |
__author__ = 'zaxlct'
__date__ = '2017/4/3 下午12:29'
from django import forms
from captcha.fields import CaptchaField
from .models import UserProfile
class LoginForm(forms.Form):
username = forms.CharField(required=True)
password = forms.CharField(required=True, min_length=5)
class RegisterForm(forms.Form):... | Python |
#ifdef MX
.global MX(memreverse_rvv_vsse_)
MX(memreverse_rvv_vsse_):
li t1, -1
add a0, a0, a2
addi a0, a0, -1
1:
vsetvli t0, a2, e8, MX(), ta, ma
vle8.v v0, (a1)
add a1, a1, t0
sub a2, a2, t0
vsse8.v v0, (a0), t1
sub a0, a0, t0
bnez a2, 1b
ret
.global MX(memreverse_rvv_vlse_)
MX(memreverse_rvv_vlse_):
li ... | Assembly |
生意产生怀疑,明白吗?",
["O"] = "将比克瑟的昂贵零件带给泰拉比姆的比克瑟仓库的比克瑟·螺熔。",
["T"] = "行动:回到螺熔身边",
},
[40760] = {
["D"] = "现在我已经有了所有的材料,只需要进行最后的修理工作,而为此,我需要更多的材料。$B$B希望我没有给你带来太多麻烦,但你介意给我弄些工程学材料吗?我需要以下物品:六块瑟银锭,一个黄金能量核心,一些保险丝,以及一个瑟银零件,有了这些,我应该就能修好“螺帽1000型”。",
["O"] = "在泰拉比姆的比克瑟仓库,为比克瑟·螺熔收集6块瑟银锭,1个黄金能量核心,1根保险丝和1个瑟银零件。",
... | Lua |
{
border: 1px solid #CCC;
}
table.defaultTable tr:nth-child(even), table.detail-table tr:nth-child(even) {
background-color: #FAFBFF;
}
table.defaultTable tr:nth-child(odd), table.detail-table tr:nth-child(odd) {
background-color: #EEEFFF;
}
table.defaultTable th, table.detail-table th {
background-co... | CSS |
:= tc
k2 := strings.ReplaceAll(tc.k2, "\n", "")
if stripped := stripKey(tc.k1); stripped != k2 {
t.Errorf("compareKeys(%q) = %q, want %q", tc.k1, stripped, k2)
}
}
}
func TestUpdateAll(t *testing.T) {
t.Parallel()
docContents := encodeKeys(key1, key2)
cases := []struct {
name string
delay time.Du... | Go |
textObj.style.OffsetY
if textObj.typewriterOn && (len(line) < len(textObj.parsedText[lineIndex]) || lineIndex == len(textObj.parsedText)-1) {
line += textObj.style.Cursor
}
text.Draw(textObj.Texture, line, textObj.style.Font, x, y, color.RGBA{255, 255, 255, 255})
// text.Draw(textObj.Texture, line, textOb... | Go |
ptions).
*
* Despite the builder, instances of this class are not safe for concurrent use.
*
* ### Identifier Matching
*
* If a member is a root in the set, its type is implicitly also considered a root. A type that is
* a root without a specific member implicitly set all of that type's members as roots, but not... | Kotlin |
r {
margin-bottom: 0px;
}
._15qhiDvzm187LHZ9AFNU4r ._2HTG8l0JC04ujxg6Zljifo {
height: 20px;
width: 20px;
margin-right: 12px;
}
._15qhiDvzm187LHZ9AFNU4r ._2HTG8l0JC04ujxg6Zljifo.DesktopUI,
.DesktopUI ._15qhiDvzm187LHZ9AFNU4r ._2HTG8l0JC04ujxg6Zljifo {
color: #b8bcbf;
}
._15qhiDvzm187LHZ9AFNU4r ._10Odjas1EwaBrt... | CSS |
"Ữ": "ữ",
"Ự": "ự",
"Ỳ": "ỳ",
"Ỵ": "ỵ",
"Ỷ": "ỷ",
"Ỹ": "ỹ",
"Ỻ": "ỻ",
"Ỽ": "ỽ",
"Ỿ": "ỿ",
"Ἀ": "ἀ",
"Ἁ": "ἁ",
"Ἂ": "ἂ",
"Ἃ": "ἃ",
"Ἄ": "ἄ",
"Ἅ": "ἅ",
"Ἆ": "ἆ",
"Ἇ": "ἇ",
"Ἐ": "ἐ",
"Ἑ": "ἑ",
"Ἒ": "ἒ",
"Ἓ": "ἓ",
"Ἔ": "ἔ",
"Ἕ": "ἕ",
"Ἠ": "ἠ",
"Ἡ": "ἡ",
"Ἢ": "ἢ",
"Ἣ": "ἣ"... | Dart |
emo_SE50p_MPF100T_v2021.2\component\Actel\DirectCore\COREAXI4INTERCONNECT\2.8.103\rtl\vlog\core\CoreAxi4Interconnect.v:791:2:791:15:@W:CL318:@XP_MSG">CoreAxi4Interconnect.v(791)</a><!@TM:1672845960> | *Output MASTER3_RLAST has undriven bits; assigning undriven bits to 'Z'. Simulation mismatch possible. Assign all bits... | HTML |
;}</style><style data-emotion="css 1efixk" data-s="">.css-1efixk{margin:0;font-size:20px;font-weight:500;font-family:"Maven Pro",sans-serif;line-height:1.75;font-weight:700;}@media (min-width:0px){.css-1efixk{font-size:1.5em;}}@media (min-width:600px){.css-1efixk{font-size:1.5em;}}@media (min-width:900px){.css-1efixk{f... | HTML |
:3em}dd dd{margin-left:2em}dd p{margin:10px 0}.name{background:#eee;font-weight:bold;font-size:.85em;padding:5px 10px;display:inline-block;min-width:40%}.name:hover{background:#e0e0e0}dt:target .name{background:var(--highlight-color)}.name > span:first-child{white-space:nowrap}.name.class > span:nth-child(2){margin-lef... | HTML |
SYSTEMALARMS_ALARM_GUIDANCE, SYSTEMALARMS_ALARM_OK);
break;
case PATHDESIRED_MODE_DISARMALARM:
AlarmsSet(SYSTEMALARMS_ALARM_GUIDANCE, SYSTEMALARMS_ALARM_CRITICAL);
break;
default:
pathStatus.Status = PATHSTATUS_STATUS_CRITICAL;
AlarmsSet(SYSTEMALARMS_ALARM_GUIDANCE, SYSTE... | C++ |
.detectChanges();
}
}
public ngOnChanges(changes: SimpleChanges): void {
// jeżeli zmianiła się wartość statusu w nadrzędnym komponencie to zmień wyświetlane przyciski zgodnie z grafem
if (changes.value && changes.value.currentValue !== null && changes.value.currentValue !== undefined) {
this.c... | Typescript |
ll make
* NaN, Infinity and undefined read only. And maybe some other identifiers will
* gain benefit from this too. */
guestScope [typeName] = global [typeName];
}
( <any> Math ).random = ( function ( seed ) {
// TODO: make some other pseudo-random seed-based func.
var PI2 = Math.PI * 2,
sin ... | Typescript |
(--tw-shadow)
}
.focus\:shadow-\[0_8px_9px_-4px_rgba\(203\2c 203\2c 203\2c 0\.3\)\2c 0_4px_18px_0_rgba\(203\2c 203\2c 203\2c 0\.2\)\]:focus {
--tw-shadow: 0 8px 9px -4px #cbcbcb4d, 0 4px 18px 0 #cbcbcb33;
--tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
box-s... | CSS |
k Project - Open Source framework for high efficiency native ESP8266 development.
* Created 2015 by Skurydin Alexey
* http://github.com/SmingHub/Sming
* All files of the Sming Core are provided under the LGPL v3 license.
*
* StationImpl.cpp
*
****/
#include "StationImpl.h"
#include "WifiEventsImpl.h"
#include <... | C++ |
t(clippedHatch2.get())
// val offscreen = renderTarget(width, height) {
// colorBuffer()
// depthBuffer()
// }
// drawer.isolatedWithTarget(offscreen) {
// drawer.stroke = null
// drawer.fill = ColorRGBa.BLACK
// drawer.shapes(s1)
// }
//
// d... | Kotlin |
>(<var>obj</var>) is <emu-val>false</emu-val>.
</li>
<li>
Any <emu-xref href=#integer-index id=_ref_6671><a href=#integer-index>integer index</a></emu-xref> property of <var>obj</var> whose name is a nonnegative integer less than <var>len</var> is a <emu-xref href=#sec-object-type id=_ref_6672><a href=#sec-object-... | HTML |
/*****************************************************************************
* Copyright (C) 2022-2023 MulticoreWare, Inc
*
* Authors: David Chen <david.chen@myais.com.cn>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published... | Assembly |
cmovzq %rsi, %rbx
movq 16(%rbp), %rsi
cmovzq %rsi, %rcx
movq 24(%rbp), %rsi
cmovzq %rsi, %rdx
movq 96(%rbp), %rsi
cmovzq %rsi, %r8
movq 104(%rbp), %rsi
cmovzq %rsi, %r9
movq 112(%rbp), %rsi
cmovzq %rsi, %r10
mov... | Assembly |
//===--- ASTDumper.h - Swift AST Dumper flags -------------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | C |
types.
// This set is asserted to be complete by a check in the BIP test vector unit
// tests.
var KnownCommitmentProofTypes = fn.NewSet(
commitment.ProofAssetProofType, commitment.ProofTaprootAssetProofType,
CommitmentProofTapSiblingPreimageType, CommitmentProofSTXOProofsType,
)
// KnownTapscriptProofTypes is a se... | Go |
r0, r4, #0
add r0, #0xb0
ldr r0, [r0]
bl sub_020038E4
cmp r0, #0
bne _02228FF2
add r0, r4, #0
add r0, #0xa0
ldr r0, [r0]
add r1, r4, #0
str r0, [sp, #0x10]
add r1, #0x94
ldr r1, [r1]
str r1, [sp, #0x14]
bl ov08_022281C8
str r0, [sp, #0x18]
mov r0, #0
str r0, [sp, #0x1c]
add r2, sp, #0xc
ldr r0, [r4,... | Assembly |
#ifndef _UI_GRID_H_
#define _UI_GRID_H_
#include <stdint.h>
class Grid {
public:
int8_t row = 0;
int8_t col = 0;
int8_t lastRow = 0;
int8_t lastCol = 0;
uint8_t rows = 0;
uint8_t cols = 0;
Grid(uint8_t rows, uint8_t cols, int8_t row = 0, int8_t col = 0)
{
this->rows = rows;
... | C |
_1thread_1_1Gemm.html#a07abec0dd58a207238133a62436c0944">ElementB</a> <a class="code" href="structcutlass_1_1reference_1_1device_1_1thread_1_1Gemm.html#a5329ece817a4d471dfee042a4eb6f7bd">B_tile</a>[OutputTile::kRow];</div><div class="line"><a name="l00072"></a><span class="lineno"> 72</span> </div><div class="li... | HTML |
,source,public_metrics,text,withheld&user.fields=created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,public_metrics,url,username,verified,withheld"
// val res = TweetsResponse(JSONObject("{\"data\":[{\"text\":\"We've got polls now! Which typeface do you prefer?\",\"source... | Kotlin |
eModelCpp() {
var_model_ = StochTree::LeafNodeHomoskedasticVarianceModel();
}
~LeafVarianceModelCpp() {}
double SampleOneIteration(ForestCpp& forest, RngCpp& rng, double a, double b) {
StochTree::TreeEnsemble* forest_ptr = forest.GetEnsemble();
std::mt19937* rng_ptr = rng.GetRng();
return var_mod... | C++ |
: string,
recipient: string,
): Promise<string> {
const amount = new TokenAmount(balance, tokenSymbol);
const tokenRegistry = await dharma.contracts.loadTokenRegistry();
const tokenAddress = await tokenRegistry.getTokenAddressBySymbol.callAsync(amount.tokenSymbol);
const token = await DummyTokenC... | Typescript |
LED_25PCT_ON() LATAbits.LATA5 = 0;
#define LED_25PCT_OFF() LATAbits.LATA5 = 1;
#define tris_LED_50PCT TRISEbits.TRISE0 // Output
#define LED_50PCT_ON() LATEbits.LATE0 = 0;
#define LED_50PCT_OFF() LATEbits.LATE0 = 1;
#define tris_LED_75PCT TRISEbits.TRISE1 // Output
#define LED_75PCT_... | C |
="250.1763" width="109.63994" height="83.84231" fill="#fff"></rect><rect x="650.5867" y="315.8124" width="23.58659" height="6.98967" fill="#3f3d56"></rect><rect x="622.07157" y="261.39284" width="80.61684" height="2.99557" fill="#3f3d56"></rect><rect x="622.07157" y="270.87882" width="80.61684" height="2.99557" fill="#... | HTML |
type_size),
);
ret.insert(
"seed_nonce_revelation_tip",
UniversalValue::big_num(self.seed_nonce_revelation_tip.clone()),
);
ret.insert(
"origination_size",
UniversalValue::num(self.origination_size),
);
ret.insert(
... | Rust |
ince-harry-meghan-markle-oprah-cbs-this-morning-orig-jk.cnn/index.xml","videoId":"media/2021/03/09/prince-harry-meghan-markle-oprah-cbs-this-morning-orig-jk.cnn","videoImage":"//cdn.cnn.com/cnnnext/dam/assets/210306112611-02-harry-meghan-oprah-handout-large-169.jpg","videoUrl":"/videos/media/2021/03/09/prince-harry-meg... | HTML |
CMotionInterp__MotionDone_0x00524EDB = 0x00524EDB,
CMotionInterp__PerformMovement_0x00524D20 = 0x00524D20,
CMotionInterp__ReportExhaustion_0x00524F69 = 0x00524F69,
CMotionInterp__SetHoldKey_0x005299C3 = 0x005299C3,
CMotionInterp__SetPhysicsObject_0x00524C8F = 0x00524C8F,
CMotionI... | C# |
f, -34.4f, 24.2f, -28.8f, 44.5f)
lineToRelative(19.4f, 69.9f)
curveToRelative(1.2f, 4.5f, 5.9f, 7.2f, 10.5f, 6.0f)
lineToRelative(70.2f, -18.2f)
curveToRelative(20.4f, -5.3f, 31.9f, -26.9f, 24.2f, -47.1f)
close()
moveTo(248.... | Kotlin |
tes these deltas using
// the provided metric labels.
//
// REQUIRES: The metric is of type COUNTER.
// REQUIRES: horizonTime < startTime < endTime
func getMetricCounts(ctx context.Context, db *metricdb.T, horizonTime, startTime, endTime time.Time, metric string, labelsGroupBy ...string) ([]distributor.MetricCount, err... | Go |
" + book.id.toString()}");
Directory bfb = new Directory(path + "/" + book.id.toString());
if (!bfb.existsSync()) {
bfb.createSync(recursive: true);
}
File cf = new File(path + "/" + book.id.toString() + "/catalog.json");
print("写入地址:${cf.path}");
cf.createSync(recursive: true);
listCa... | Dart |
ame.isEmpty()) {
m_context = DefinitionData::get(d)->contextByName(m_contextName);
if (!m_context)
qCWarning(Log) << "cannot find context" << m_contextName << "in" << def.name();
}
}
/*
SPDX-FileCopyrightText: 2016 Volker Krause <vkrause@kde.org>
SPDX-FileCopyrightText: 2018 Chri... | C++ |
if s.expandWildcards != "" {
params.Set("expand_wildcards", s.expandWildcards)
}
if s.lenient != nil {
params.Set("lenient", fmt.Sprintf("%v", *s.lenient))
}
if s.lowercaseExpandedTerms != nil {
params.Set("lowercase_expanded_terms", fmt.Sprintf("%v", *s.lowercaseExpandedTerms))
}
if s.maxDocs != nil {
pa... | Go |
39,6.217 21.805,5.828 21.637,5.517 C21.469,5.206 21.319,4.885 21.155,4.58 C20.991,4.275 20.655,4.045 20.478,3.755 C20.4263313,3.37249038 20.3545654,2.9929654 20.263,2.618 C19.8908897,2.46593677 19.5011848,2.36111961 19.103,2.306 C18.8473177,2.08091735 18.5481388,1.91073596 18.224,1.806 C18.1121352,1.78590685 17.9986522... | HTML |
-> Self {
Self {
paillier_keys: PaillierKeys::random(),
zkp_setup: ZkpSetup::random(DEFAULT_GROUP_ORDER_BIT_LENGTH),
}
}
}
#[test]
fn bob_zkp() {
let _ = env_logger::builder().is_test(true).try_init();
(0..5).for_each(|_| {
... | Rust |
_at": "2012-10-09T01:56:38Z",
"id": 2309112,
"avatar_path": "/images/users/3360251-639eed86c4",
"author": {
"id": 3360251,
"display_name": "Brady L",
"avatar_image_url": "https://mobiledev.instructure.com/files/38549060/download?download_frd=... | Kotlin |
; {
<a name="l00008"></a>00008 <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="class_blit_trans_xlat_mult_write_alpha.html#a5a9fa799c56067de1509e54e8beaf6a0">Blit</a>
<a name="l00009"></a><a class="code" href="class_blit_trans_xlat_mult_write_alpha.html#a5a9fa799... | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.