content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
"packageDependencies": [
["react-router-dom", "virtual:bfd90e5a18b2df098c742e461628be55a78407bb3481f04581dc06088746703541369dd7a885f4cf91922d26b5a5d9755b723e5fcd392419aace02018e119f57#npm:5.3.0"],
["@babel/runtime", "npm:7.15.4"],
["@types/react", null],
["history", ... | JavaScript |
list<ExtraFrame>::iterator, 8> frits;
int anim;
int hivolt_output;
int tech;
int working_days, busy;
};
#endif // __LINCITYNG_LINCITY_MODULES_COALPOWER_HPP__
/** @file lincity/modules/coal_power.h */
/* ---------------------------------------------------------------------- *
* src/lincity/modules/... | C++ |
9 13 296 6T270 -6Q250 -11 231 -11Q185 -11 150 11T104 82Q103 89 103 113Q103 170 138 262T173 379Q173 380 173 381Q173 390 173 393T169 400T158 404H154Q131 404 112 385T82 344T65 302T57 280Q55 278 41 278H27Q21 284 21 287Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 ... | HTML |
}
#endif
#endif
pC++ ;
#endif
}
}
}
}
//-----------------------------------------------------------... | C |
)}.flag-icon-zw{background-image:url(../flags/4x3/zw.svg)}.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg)}.flag-icon-es-ca{background-image:url(../flags/4x3/es-ca.svg)}.flag-icon-es-ca.flag-icon-squared{background-image:url(../flags/1x1/es-ca.svg)}.flag-icon-es-ga{background-image:url(../flags... | CSS |
: '" + rfc1779 + "'");
errorMsg.append("\treturned: '"
+ p.getName(X500Principal.RFC1779) + "'");
}
}
if (canonical != null) {
if (!canonical.equals(p.getName(X500Principal.CANONICAL))) {
... | Java |
mov.l #0x00000000, %d3 /* Cumulative -(An) BCD results*/
mov.l #0x00000000, %d4 /* Cumulative number of times C was set*/
mov.l #0x00000000, %d5 /* Cumulative Register BCD results*/
mov.l #0x00000099, %d6 /* Inner loop counter*/
mov.l #0x000... | Assembly |
a resource ID.
* If the provided value is an ID or a reference but not of the expected type, the function will return it as is.
* @param idOrReferences
* @param resourceReferencePrefix
*/
public static convertToResourceIds(idOrReferences: string[], resourceReferencePrefix: string): string[] {
return ... | Typescript |
sender, EventArgs e)
{
var messageBox = new XNAMessageBox(windowManager, "Tips".L10N("UI:Main:Tips"), "Are you sure you want to exit?".L10N("UI:DTAConfig:ExitConfirm"), XNAMessageBoxButtons.YesNo);
messageBox.YesClickedAction += (_) => { Disable(); };
messageBox.Show();
... | C# |
memcopy
no_copy:
; copy shadow RAM #2 contents to their destination (segment SHADOW_RAM2)
lda #<__SHADOW_RAM2_SIZE__
bne do_copy2
lda #>__SHADOW_RAM2_SIZE__
beq no_copy2 ; we have no shadow RAM #2 contents
; ptr1 - src; ptr2 - dest; tmp1, tmp2 -... | Assembly |
tic(), MaskConfig::manual(Length(123456)),
UnsignedLength(98765), Pad::ComponentSide::Top,
Pad::Function::Unspecified,
PadHoleList{
std::make_shared<PadHole>(Uuid::createRandom(),
PositiveLength(100000),
makeNonEmptyPath... | C++ |
bel = _('%(free_space)d MiB Free') % \
{'free_space': free_space / (1024 * 1024)}
class VolumePalette(Palette):
def __init__(self, mount):
Palette.__init__(self, label=mount.get_name())
self._mount = mount
self.props.secondary_text = mount.get_root().get_path()
self.... | Python |
,
/// Indicates that this is the only struct which contains the same pointer.
/// Rust functions which take ownership of an object provided via an argument require
/// this to be true and invalidate the object pointed to by inner.
pub is_owned: bool,
}
impl Drop for AcceptChannel {
fn drop(&mut self) {
if self... | Rust |
hrase Editor:Paketti:Decrease Phrase Length by 8",invoke=function() adjust_length_by(-8) end}
renoise.tool():add_keybinding{name="Phrase Editor:Paketti:Increase Phrase Length by LPB",invoke=function() adjust_length_by("lpb") end}
renoise.tool():add_keybinding{name="Phrase Editor:Paketti:Decrease Phrase Length by LP... | Lua |
-news__msg a:active{color:#fefefe}.breaking-news__background .breaking-news__msg li a{display:inline;text-decoration:none}.breaking-news__background .breaking-news__msg li a:hover{text-decoration:underline}@media (min-width:320px) and (max-width:639px){.breaking-news__background .breaking-news__msg{font-size:16px;font-... | CSS |
);
elseif endTime~=0 and nowTime>=endTime then
RefreshByFixed();
end
end
end
function RefreshByFixed()
local records=ShopMgr:GetRecordInfos(this.data:GetCfgID());
data:SetData(records);
-- Refresh(data,commodityType);
end | Lua |
psilon_insensitive': {
'l2': {True: 13}},
'squared_epsilon_insensitive': {
'l2': {False: 11, True: 12}},
'crammer_singer': 4
}
if multi_class == 'crammer_singer':
return _solver_type_dict[multi_class]
elif multi_class != 'ovr':
raise ValueError("`mult... | Python |
Buffer = JsonBuffer.From(reader);
// ...create reader from the subbuffer
JsonBufferReader reader2 = subBuffer.CreateReader();
// 3. Call reader.BufferValue() this should break
JsonBuffer buffer2 = reader2.BufferValue();
Assert.IsTrue(buffer2.Is... | C# |
cutlass_1_1epilogue.html"> 40</a></span> <span class="keyword">namespace </span>epilogue {</div><div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="namespacecutlass_1_1epilogue_1_1thread.html"> 41</a></span> <span class="keyword">namespace </span>thread {</div><div class="lin... | HTML |
/*
* uvc_drv.c
*
* Created on: 25/09/2017.
* Author: pvvx
*/
#include <platform_opts.h>
#include "rtl8195a.h"
#include "FreeRTOS.h"
#include "task.h"
#include "rtl8195a/rtl_libc.h"
#include "section_config.h"
#include <platform/platform_stdlib.h>
#include <lwip/sockets.h>
#include "sockets.h"
#include "lw... | C |
} else {
await url_launcher.launchUrl(Uri.parse(url));
}
} catch (e) {
debugPrint(e.toString());
}
}
Future<void> _openInWebView(BuildContext? context, String url) async {
Color? barColor;
Color? onBarColor;
if (context != null) {
final theme = Theme.of(context);
barColor = theme.colorS... | Dart |
Urls);
for (let i = 0; i < urls.length; i++) {
const asset = urls[i];
const url = typeof asset === 'string' ? asset : asset.src;
const afterLoad = typeof asset === 'string' ? null : asset.after;
const fileName = asset.name || url.split('/').pop();
const localFilename = path.resolve(distFolder, fil... | JavaScript |
/*-------------------------------------------------------------------------
*
* nodeHash.h
* prototypes for nodeHash.c
*
*
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/executor/nodeHash.h
*
*--... | C |
tocolCombinations(ipv6PortProtocolCombinations, ipv6, l)
continue
}
gcv.updatePortProtocolCombinations(ipv4PortProtocolCombinations, ipv4, l)
gcv.updatePortProtocolCombinations(ipv6PortProtocolCombinations, ipv6, l)
validListeners = append(validListeners, l)
}
return validListeners, allErrs
}
// checkForD... | Go |
- Lesser Magic Essence
:AddReagent(10939, 1) -- Greater Magic Essence
:Save()
module:NewCraft(7779, "Enchant Bracer - Minor Agility", 80, {SpellSource.Trainer})
:AddReagent(10939, 1) -- Greater Magic Essence
:AddReagent(10940, 2) -- Strange Dust
:Save()
module:NewCraft(7782, "Enchant Bracer - Mino... | Lua |
// In this case we look for a scope value of user_impersonation, or full access to the service as the user.
//
if (ClaimsPrincipal.Current.FindFirst("http://schemas.microsoft.com/identity/claims/scope").Value != "user_impersonation")
{
throw new HttpResponseExc... | C# |
13.2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-13.2c0-34-14.4-66.4-39.7-89.2L295.8 82.8C280.7 69.1 272 49.7 272 29.2l0-5.2zM0 320l0 16L0 448c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-128c0-35.3-28.7-64-64-64l-170.7 0c-13.8 0-27.3-4.5-38.4-12.8l-85.3-64C137 166.7 116.8 160 96 160c-53 0-96 43-96 96l0 64zm128 16l0 96c... | JavaScript |
ngTail(i).endCell();
expect(BocUtils.readString(cell.beginParse().skip(32)), i);
}
});
}
import 'package:test/test.dart';
import 'package:ton_dart/ton_dart.dart';
void main() {
_mint();
}
void _mint() {
test('mint', () {
final Cell cell = Cell.fromBase64(
'te6cckEBAgEAbgABY2QrfQcAAAAAAAAAA... | Dart |
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Return whether a matrix is a normalized matrix. </p>
<p>From GLM_GTX_matrix_query extension. </p>
</div>
</div>
<a class="anchor" id="ga4d9bb4d0465df49fedfad79adc6ce4ad"></a>
<div class="memitem">
<div class="memproto">
<table cl... | HTML |
and `b` can be positive integers or negative integers or zero, even one is positive while another one is negative.**
> View on GitHub: https://tsch.js.org/274
*/
/* _____________ Your Code Here _____________ */
export enum Comparison {
Greater,
Equal,
Lower,
}
type Num = {
isNegative: boolean;
};
type... | Typescript |
ferences:[...t.definitions]}}apply_json_patch(e,t=new Map,s){const o=e.references,n=e.events,r=E._instantiate_references_json(o,this._all_models,this._resolver);t instanceof Map||(t=new Map(t));for(const e of n)switch(e.kind){case"RootAdded":case"RootRemoved":case"ModelChanged":{const t=e.model.id,s=this._all_models.ge... | HTML |
_storage,
(&coloring_storage).maybe(),
(&view_rect_storage).maybe(),
(&order_storage).maybe(),
(&morph_storage).maybe(),
)
.join()
.filter_map(
|(entity, display, transform, coloring, view_rect, order, morph)| {
... | Rust |
,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:pr... | HTML |
“Would I get complete freedom?” “I’ll help,” Betty says, smiling sheepishly. “And edit… And suggest.” Jughead looks dubious and Betty can feel herself panicking. “But it’s your story,” She says quickly. “It’s your voice.” “Doesn’t sound like complete freedom,” Jughead muses but he is smiling slightly. “I’m ... | HTML |
reflect.Bool:
field.SetBool(value == "yes")
return nil
}
return fmt.Errorf("Unknown type of field: %s", field.Type())
}
// }}}
// set a struct field value of type struct {{{
func decodeStructValueStruct(incoming reflect.Value, incomingField reflect.StructField, data string) error {
/* Right, so, we've got ... | Go |
+ "\\",
origin + "%",
origin + "@",
origin + "/hello",
"foo:bar@" + origin,
"* " + origin,
origin + " " + origin,
"allow <" + origin + ">",
"<" + origin + ">",
"<*>",
origin.substr(0, 5) == "https" ? origin.replace("https", "http")
... | HTML |
+it){
MVertex *v = *it;
for(int i = 0; i < _columns->getNbColumns(v); i++){
const BoundaryLayerData &data = _columns->getColumn(v, i);
for(std::size_t j = 0; j < data._column.size(); j++){
MVertex *blv = data._column[j];
fprintf(f, "SP(%g,%g,%g){%d};\n", blv->x(), blv->y(... | C++ |
core.*;
import static java.lang.String.*;
import static org.strangeforest.tcb.stats.model.core.TournamentLevel.*;
import static org.strangeforest.tcb.stats.util.ParamsUtil.*;
import static org.strangeforest.tcb.stats.util.ResultSetUtil.getInternedString;
@Service
public class GOATPointsService {
@Autowired private ... | Java |
from quantdsl.semantics import Choice, Market, Wait, inline
def GasStorage(start, end, commodity_name, quantity, target, limit, step, slew):
if ((start < end) and (limit > 0)):
if quantity <= 0:
return Wait(start, Choice(
Continue(start, end, commodity_name, quantity, target, l... | Python |
ublic int getLength()
{
return list.size();
}
public DOMImplementation item(int index)
{
return (DOMImplementation) list.get(index);
}
}
/* IfNode.java --
Copyright (C) 2004,2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri... | Java |
tVectorType(VectorType::CONSTANT_VECTOR);
ConstantVector::SetNull(vec, true);
}
}
finished = true;
}
}
void ScanStructure::NextSingleJoin(DataChunk &keys, DataChunk &left, DataChunk &result) {
// single join
// this join is similar to the semi join except that
// (1) we actually return data from the RHS... | C++ |
];i||(i=this._createLinesMesh(t),this._linesMeshes[this._currentStep]=i),this._updateLinesMesh(t,i,e.start,e.end),this.groupGL.add(i),n.getZr().refresh(),this._currentStep++},updateTransform:function(e,t,r){e.coordinateSystem.getRoamTransform&&this._glViewHelper.updateTransform(e,r)},_createLinesMesh:function(e){return... | JavaScript |
Exception):
IsAttr[
IsEqual['Till the scent it gives'],
IsEqual[
'Makes faint with too much sweet those heavy-winged thieves:']]
# Assert that subscripting this factory with two arguments whose first
# argument is the empty string raises the expected exception.
... | Python |
iosity, ✅
title = {Curiosity-driven exploration by self-supervised prediction},
author = {Pathak, Deepak and Agrawal, Pulkit and Efros, Alexei A and Darrell, Trevor},
booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops (CVPRW)},
pages = {16--17},
yea... | Markdown |
/** The previous object lighting. */
boolean previousObjectWireframe, previousObjectLighting;
/** The previous object line width. */
float currentObjectLineWidth,
previousObjectLineWidth = GamaPreferences.Displays.CORE_LINE_WIDTH.getValue().floatValue();
/** The previous display lighting. */
boolean previo... | Java |
in arg_names]
return module.__invoke(*arg_list)
# Cached suffix used by cython_inline above. None should get
# overridden with actual value upon the first cython_inline invocation
cython_inline.so_ext = None
_find_non_space = re.compile('[^ ]').search
def strip_common_indent(code):
min_indent = None
li... | Python |
ary(lib);
}
}
public async Task<IEnumerable<IdentityError>> UpdateRolesForUser(AppUser user, IList<string> roles)
{
var existingRoles = await _userManager.GetRolesAsync(user);
var hasAdminRole = roles.Contains(PolicyConstants.AdminRole);
if (!hasAdminRole)
{
... | C# |
/*
* nghttp2 - HTTP/2 C Library
*
* Copyright (c) 2013 Tatsuhiro Tsujikawa
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the ri... | C |
'<!-- Codelyzer Links -->',
'',
...buildRelativeLinksList(rules),
'',
'<!-- PR Links -->',
'',
...buildPRLinksList(
rules.map((rule) => rule.pr).filter((pr) => pr !== undefined),
),
markdown.substring(listEndIndex),
].join('\n');
};
/**
* Returns an Array of RuleDetails for the... | Typescript |
ty,
log.Default(),
s,
)
if err != nil {
t.Fatalf("Error creating collection process: %v", err)
}
go p.Run()
delayTicker := s.waitForTicker(t)
if delayTicker.duration > sink.GaugeInterval {
t.Errorf("Delayed start %v is more than interval %v.",
delayTicker.duration, sink.GaugeInterval)
}
if c.numCall... | Go |
{
output.writeUInt32(6, startTime_);
}
if (regionRadius_ != 0) {
output.writeUInt32(7, regionRadius_);
}
if (lKCMDIFKAMB_ != 0) {
output.writeUInt32(10, lKCMDIFKAMB_);
}
if (fGGBKHFBKDP_ != 0) {
output.writeUInt32(14, fGGBKHFBKDP_);
}
if (... | Java |
oxy(m_scope->receiver());
return to_python(proxy);
}
return py::object();
}
inline py::object CAstScope::GetFunction(void) const
{
if (m_scope->function())
{
CAstVariableProxy var(m_scope->function());
return to_python(var);
}
return py::object();
}
inline CAstVariable CAstScope::GetPa... | C |
$10, 72(sp)
ld $11, 80(sp)
ld $12, 88(sp)
ld $13, 96(sp)
ld $14, 104(sp)
ld $15, 112(sp)
// s0, s1, s2, s3 will be restored later
ld $20, 120(sp)
ld $21, 128(sp)
ld $22, 136(sp)
ld $2 | Assembly |
� 少年富贵可期 地阁方圆 晚岁荣华定取 视瞻平正 为人刚介心平 冷笑无情 作事机深内重
还要查各部骨肉匀配否 地阁厚而孤苦 则花口角反纹杂乱 其目为肝络 肝为刚脏 关系神经 故能查其善恶志向 与刚柔忠奸之行为也
准头丰大 心和平而无毒 面肉横生 性强梗而凶狠
二者容易所见 处世者皆宜注意 准大者 对人诫厚 肉横者 刚燥量窄而不容故也
智慧生于皮毛 苦乐关乎手足
二者均不可为法 不验居多 今存此语 为智慧者证之 及待天道之变 为五代之时也
发际低而皮肤粗 终见愚顽 指节细而脚背肥 必定雅俊
发低验刑父母 皮粗验劳碌 此言愚顽 不知何意 指细主聪明 脚肥主禄而夭 此言雅俊 又不知其何意也 以当时天道而验此耶 茁为地形而验此耶
富者自然... | Markdown |
Architecture with a single boolean flags [fabricEnabled]
*/
override fun createReactActivityDelegate(): ReactActivityDelegate {
return ReactActivityDelegateWrapper(
this,
BuildConfig.IS_NEW_ARCHITECTURE_ENABLED,
object : DefaultReactActivityDelegate(
this,
... | Kotlin |
t_pauseparam = enetc_get_pauseparam,
.set_pauseparam = enetc_set_pauseparam,
};
static const struct ethtool_ops enetc_vf_ethtool_ops = {
.supported_coalesce_params = ETHTOOL_COALESCE_USECS |
ETHTOOL_COALESCE_MAX_FRAMES |
ETHTOOL_COALESCE_USE_ADAPTIVE_RX,
.get_regs_len = enetc_get_reglen,
.get_reg... | C |
"""The epsonworkforce component."""
| Python |
.common.base.uiClickableItem
@FunctionEntry
@UiItem
object ManageComponent : CommonDelayableHook("Ketal_ManageComponent"), org.ferredoxin.ferredoxinui.common.base.UiItem {
override val preference = uiClickableItem {
title = "管理QQ组件"
onClickListener = {
showDialog(it)
true
... | Kotlin |
**形状高度的1/4 ('hd4') - 计算值为 "*/ h 1.0 4.0"**
: 这是形状高度的1/4。
**形状高度的1/5 ('hd5') - 计算值为 "*/ h 1.0 5.0"**
: 这是形状高度的1/5。
**形状高度的1/6 ('hd6') - 计算值为 "*/ h 1.0 6.0"**
: 这是形状高度的1/6。
**形状高度的1/8 ('hd8') - 计算值为 "*/ h 1.0 8.0"**
: 这是形状高度的1/8。
**形状左... | Markdown |
aint0_linear_263_2239)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.9997 3.0584C12.4339 3.0584 3.05791 12.4343 3.05791 24.0001C3.05791 35.566 12.4339 44.9419 23.9997 44.9419C35.5655 44.9419 44.9414 35.566 44.9414 24.0001C44.9414 12.4343 35.5655 3.0584 23.9997 3.0584ZM2.94141 24.0001C2.94141 12.37 12.3695 2.94... | CSS |
rk .hljs-operator {
opacity: 0.7;
}
.theme-base16-edge-dark .hljs-bullet,
.theme-base16-edge-dark .hljs-variable,
.theme-base16-edge-dark .hljs-template-variable,
.theme-base16-edge-dark .hljs-selector-tag,
.theme-base16-edge-dark .hljs-name,
.theme-base16-edge-dark .hljs-deletion {
color: #e77171;
}
.theme-base16-ed... | CSS |
2e/suites/provider/cases/aws"
"github.com/external-secrets/external-secrets-e2e/suites/provider/cases/common"
)
// here we use the global eso instance
// that uses the service account in the default namespace
// which was created by terraform.
var _ = Describe("[awsmanaged] IRSA via referenced service account", Label... | Go |
;
}
int height = dest.getHeight() ;
int width = dest.getWidth() ;
double[] dstPixels = new double[3 * height * width] ;
int iStart = src.bandOffsets[0] ;
int hStart = src.bandOffsets[1] ;
int sStart = src.bandOffsets[2] ;
int srcPixelStride = src.pixel... | Java |
+8 */
};
struct __attribute__((__packed__)) _sapi_globals_struct_71 {
uint8_t pad0[8]; /* 0 +8 */
sapi_request_info_71 request_info; /* 8 +48 */
uint8_t pad1[384]; /* 56 +384 */
double glob... | C |
>
<TR>
<TD STYLE="width: 113px">
Table Cell Spacing</TD>
<TD>
<INPUT ID="prop_t_cs" STYLE="border-right: #808080 1px solid; border-top: #808080 1px solid;
border-left: #808080 1px solid; width: 100%; border-bottom: #808080 1px solid;"
TYPE="text" /></TD>
</TR>
<T... | HTML |
import numpy as np
from numpy import exp, sqrt, log, pi
def Integrate(f, x) :
dx = x[1:] - x[:-1]
integral = np.sum(f[:-1] * dx)
return integral
input_file = "analysed_spectra.csv"
y, f, d = np.loadtxt(input_file, delimiter=',', unpack=True)
# --------------------------------------
# Microdosimetric means... | Python |
}
m_renderingContext = renderingContext;
}
private void Init(Microsoft.ReportingServices.ReportIntermediateFormat.ExpressionInfo nameExpr, Microsoft.ReportingServices.ReportIntermediateFormat.ExpressionInfo valueExpr, string name, object value, TypeCode typeCode)
{
m_name = new ReportStringProperty(name... | C# |
.text
.file "<string>"
.globl grinMain # -- Begin function grinMain
.p2align 4, 0x90
.type grinMain,@function
grinMain: # @grinMain
.cfi_startproc
# BB#0: # %grinMain.entry
movl $16, %ecx
movl $16, %eax
lock xaddq %rax, _heap_ptr_(%ri... | Assembly |
).value()).to.equal(2.125);
actor.noblePhantasm().setOvercharge(3);
expect(npTraitBonusMagnification(actor.noblePhantasm().func(1), actor, target).value()).to.equal(2.25);
actor.noblePhantasm().setOvercharge(4);
expect(npTraitBonusMagnification(actor.noblePhantasm().func(1), actor, tar... | Typescript |
_cards[1].set_value("birth", value)
@property
def death(self) -> typing.Optional[float]:
"""Get or set the Death time of this sensor.
""" # nopep8
return self._cards[1].get_value("death")
@death.setter
def death(self, value: float) -> None:
"""Set the death property."""... | Python |
T OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBIL... | CSS |
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-editor .zone-widget.exception-widget-container {
overflow: hidden;
}
.monaco-editor .zone-widget .zone-widget-cont... | CSS |
185.9 0 82.1 53.3 151.8 127.1 176.4 9.3 1.7 12.3-4 12.3-8.9V389.4c-51.7 11.3-62.5-21.9-62.5-21.9 -8.4-21.5-20.6-27.2-20.6-27.2 -16.9-11.5 1.3-11.3 1.3-11.3 18.7 1.3 28.5 19.2 28.5 19.2 16.6 28.4 43.5 20.2 54.1 15.4 1.7-12 6.5-20.2 11.8-24.9 -41.3-4.7-84.7-20.6-84.7-91.9 0-20.3 7.3-36.9 19.2-49.9 -1.9-4.7-8.3-23.6 1.8-4... | Java |
"><i>LruCaches</i></a> and a <a href="https://doc.rust-lang.org/std/collections/struct.VecDeque.html">VecDeque</a>), and some straightforward business logic to keep track of when to intervene in the messages being passed back and forth.</p>
<p>Whenever a named <i>Parse</i> comes in, we store it in an in-memory <i>Hash... | HTML |
list:
file = file.split()[0]
# Ignoring files with no help=h output
if help_exists(file):
files_read+=1
files_read_names.append(file)
# Check if the commands and the order they appear in match
# Using a try catch in case some files have no matchi... | Python |
number="2.1">
<h2 data-number="2.1" class="anchored" data-anchor-id="rice-mapping-in-bhutan-with-u-net-using-high-resolution-satellite-imagery"><span class="header-section-number">2.1</span> Rice mapping in Bhutan with U-Net using high resolution satellite imagery</h2>
<p><img src="https://www.tensorflow.org/images/col... | HTML |
const Xa=Wa.with(window.matchMedia("(prefers-color-scheme: dark)"));const Ya=Wa.with(window.matchMedia("(prefers-color-scheme: light)"));class Qa{constructor(e,t,i){this.propertyName=e;this.value=t;this.styles=i}bind(e){s.Observable.getNotifier(e).subscribe(this,this.propertyName);this.handleChange(e,this.propertyName)... | JavaScript |
"Adjust memory amount (percents)").Default("20").Uint64()
startCommand := kingpin.Command("start", "Start application")
startName := startCommand.Arg("name", "Application name").Required().String()
startQuiet := startCommand.Flag("quiet", "Less verbosity").Bool()
startArgs := startCommand.Flag("args", "Command li... | Go |
m19S-T.chunk.mjs'),window.OC.filePath('text', '', 'js/logger-Btaw2hdC.chunk.mjs'),window.OC.filePath('text', '', 'js/index-B64e8dYD.chunk.mjs'),window.OC.filePath('text', '', 'js/preload-helper-Dlt9bAsw.chunk.mjs'),window.OC.filePath('text', '', 'js/MediaHandler.provider-B8o03yiD.chunk.mjs'),window.OC.filePath('text', ... | JavaScript |
from flask import Blueprint, request, jsonify
from db import get_connection
from werkzeug.security import generate_password_hash
from mysql.connector import Error
register_bp = Blueprint('register_bp', __name__)
@register_bp.route('/register', methods=['POST'])
def register_user():
data = request.get_json()
... | Python |
f(t, err, "error encoding image manifest")
ref, err = alltransports.ParseImageName(fmt.Sprintf("dir:%s", dir))
assert.Nilf(t, err, "error parsing reference 'dir:%s'", dir)
sys := &types.SystemContext{}
dest, err := ref.NewImageDestination(ctx, sys)
assert.Nilf(t, err, "error opening 'dir:%s' as an image destinati... | Go |
0x57,0x2f,0x72,0x72,0x7f]
vcvtne2ps2bf16 4064(%edx), %ymm5, %ymm6 {%k7}
// CHECK: vcvtne2ps2bf16 -4096(%edx), %ymm5, %ymm6 {%k7}
// CHECK: encoding: [0x62,0xf2,0x57,0x2f,0x72,0x72,0x80]
vcvtne2ps2bf16 -4096(%edx), %ymm5, %ymm6 {%k7}
// CHECK: vcvtne2ps2bf16 508(%edx){1to8}, %ymm5, %ymm6 {%... | Assembly |
259-3.782 1.259-1.59 0-2.738-.545-3.508-1.492a4.323 4.323 0 0 1-.355-.508h-.016.016Zm.641-2.935c.136 1.057.403 1.913.878 2.497.442.544 1.134.938 2.344.938 1.573 0 2.292-.337 2.657-.751.384-.435.558-1.15.558-2.361 0-1.14-.243-1.847-.705-2.319-.477-.488-1.319-.862-2.824-1.025-1.487-.161-2.192.138-2.533.529-.269.307-.437.... | HTML |
GridBagConstraints()
c2.fill = GridBagConstraints.BOTH
c2.weightx = 1.0
c2.gridx = 3
c2.gridy = row
checkboxPane.add(JLabel(), c2)
}
col++
}
val c3: GridBagConstraints = GridBagConstraints()
c3.anchor = GridBagConstraints.NORTHWEST
c3.fill = GridBagConstraints.HORIZONTAL
c3.gridwi... | Kotlin |
By
/// default, the temporary credentials expire in 900 seconds. You can
/// optionally specify a duration between 900 seconds (15 minutes) and 3600
/// seconds (60 minutes). For more information, see <a
/// href="https://docs.aws.amazon.com/redshift/latest/mgmt/generating-user-credentials.html">Using
/// IA... | Dart |
ent.getElementById('sendProgress');
this.settingsModal = document.getElementById('settingsModal');
}
bindEvents() {
// 发送按钮点击事件
this.sendButton.addEventListener('click', () => this.sendMessage());
// 输入框事件
this.messageInput.addEventListener('keydown', (e) => {
... | JavaScript |
null value in JSON.');
});
return true;
}());
return IoK8sApiCoreV1PhotonPersistentDiskVolumeSource(
fsType: mapValueOfType<String>(json, r'fsType'),
pdID: mapValueOfType<String>(json, r'pdID')!,
);
}
return null;
}
static List<IoK8sApiCoreV1PhotonPersist... | Dart |
};
}
private async runTask(task: Task): Promise<void> {
const start = process.hrtime();
const taskName = this.taskNames.get(task);
assert(this.tasks.has(task), 'Trying to execute unknown task');
assert(!this.taskRunning, 'Task is already running');
debugLog('Run task');
const marker: Ma... | Typescript |
uniform_picker_type,
WalkDirection::Backward_In_Time);
const auto walks_forward_for_all_nodes_2 = tempest.get_random_walks_and_times(
80,
&exponential_picker_type,
NUM_WALKS_TOTAL,
&uniform_picker_type,
WalkDirection::Forward_In_Time);
auto second_half_walks_end... | C++ |
#!/usr/bin/env python
from vtkmodules.vtkCommonExecutionModel import vtkCompositeDataPipeline
from vtkmodules.vtkFiltersGeometry import vtkGeometryFilter
from vtkmodules.vtkIOEnSight import vtkGenericEnSightReader
from vtkmodules.vtkRenderingCore import (
vtkActor,
vtkHierarchicalPolyDataMapper,
vtkRenderWi... | Python |
at processor, all other bits in the write to the
//register are ignored. Confirm this is not the case on the YM2612.
UpdateTimers(accessTime);
//Update the load bits for timers A and B. Note that hardware tests have shown
//that the current counter value for a timer is reloaded when the load bit is
//changed... | C++ |
t(PC),A6 ;Address of blit table
MOVE.L A0,18(A6) ;Store 'From' address
MOVE.L A1,32(A6) ;Store 'To' Address
MOVE.W D0,14(A6) ;Store Left from position
MOVE.W D1,16(A6) ;Store Top from position
MOVE.W D2,28(A6) ;Store Left To position
MOVE.W D3,30(A6) ;Store Top To position
MOVE.W D4,0(A6) ;Store width.
... | Assembly |
欣鼓舞。
</p>
<p>
陈丕显继续顽抗,故作姿态,起草“通知”,要各级组织坚决执行革命群众组织的《告上海全市人民书》和《紧急通告》,妄想捞取稻草和推卸制造反革命经济主义黑风的罪责,迷惑群众。造反派识破了他的阴谋,通知未能发出。
</p>
<p>
一月十一日
</p>
<p>
中共中央、国务院、中央军委、中央文革小组电贺工总司等三十二个革命群众组织。这是毛主席对上海和外地在沪革命造反派的最大关怀、最大支持、最大鼓舞、最大鞭策。毛主席总结了上海基本经验就是无产阶级革命派的大联合,这一指示象灯塔一样照亮了无产阶级革命派前进的方向。
</p>
<p>
当晚,张春桥、姚文元同志召集全... | HTML |
{
spec.Limit = limit
b.Run(fmt.Sprintf("Limit=%d", limit), func(b *testing.B) {
b.SetBytes(int64(numRows * numCols * 8))
b.ResetTimer()
for i := 0; i < b.N; i++ {
s, err := newSorter(
context.Background(), &flowCtx, 0, /* processorID */
&spec, input, &execinfrapb.PostProcessSpec{Limi... | Go |
社例大祭 (未找到链接))漫画 (一般向)B5 尺寸 44 页[](./さとり様の尿管にこいしができる話.md)[さとり様の尿管にこいしができる話](./さとり様の尿管にこいしができる話.md)首发日期:2015-08-14 (Comic Market 88 (未找到链接))漫画 (一般向)B5 尺寸 50 页[](./いつもの.md)[いつもの](./いつもの.md)首发日期:2015-12-30 (Comic Market 89 (未找到链接))漫画 (一般向)B5 尺寸 32 页[](./東方ひとまとめ1.md)[東方ひとまとめ1](./東方ひとまとめ1.md)首发日... | Markdown |
span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../io/milvus/response/DescIndexResponseWrapper.IndexDesc.html" title="class in io.milvus.response">DescIn... | HTML |
-byte Character
///
typedef char CHAR8;
///
/// 1-byte signed value
///
typedef signed char INT8;
#endif
///
/// Unsigned value of native width. (4 bytes on supported 32-bit processor instructions;
/// 8 bytes on supported 64-bit processor instructions.)
///
typedef UINT32 UINTN;
///
/// Signed value of native width.... | C |
github.com/cloudfoundry/login-server/commit/d479be680dcc9d696bab090454780bc3a69c119e"
target="_blank">d479be68</a>..<a href="https://github.com/cloudfoundry/login-server/commit/d479be680dcc9d696bab090454780bc3a69c119e"
target="_blank">d479be68</a>
(<a href="https://github.com/cloudfoundry/login-... | HTML |
utter_riverpod.dart';
import 'package:flutter_spinkit/flutter_spinkit.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:sizer/sizer.dart';
import 'package:intl/date_symbol_data_local.dart';
Future main() async {
WidgetsFlutterBinding.ensureInitialized();
await initializeDateForma... | Dart |
nt, TConstraint> : EventConstraintHandler<TEvent> where TConstraint : class
{
public override bool Allow(TEvent message, ConstraintContext context, JsonElement constraint)
{
var json = constraint.GetRawText();
return Allow(message, context, JsonSerializer.Deserialize<TConstra... | C# |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.