text stringlengths 3 1.05M |
|---|
require('colors')
const _ = require('lodash')
const Filter = require('./filter')
const Config = require('./config')
const GitHubApi = require('./github')
function determineFetchState(config) {
let state = 'all'
const stateFilter = config.filters.find(filter => filter.type === Filter.TYPES.STATE)
const issueFil... |
var vm = require('vm')
var util = require('util')
var STATE = 'wait'
, v = 'vm'
function main() {
process.debugPort = 5859
process.kill(process.pid, 'SIGUSR1')
setTimeout(function() { stuff(0) }, 1000)
}
function stuff(count) {
console.log('Doing stuff: %d', count)
//debugger
STATE = 'vm'
console.lo... |
namespace WCFDataAnnotations
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Runtime.Serialization;
using System.ServiceModel;
using System.Text;
[DataContract]
public class ObjectValidationFault
{
... |
package com.citrix.netscaler.nitro.resource.config.responder;
import com.citrix.netscaler.nitro.resource.base.*;
import com.citrix.netscaler.nitro.service.nitro_service;
import com.citrix.netscaler.nitro.service.options;
import com.citrix.netscaler.nitro.util.*;
import com.citrix.netscaler.nitro.exception.nitro_exce... |
This module contains responsive float and width utilities, along with a container style, to create a variety of grid layouts.
Use this module in combination with layout, white space, and other utilities.
Start by using a `.clearfix` container.
Optionally use a `.container` to set a max-width.
To adjust the max-width, ... |
package com.uwetrottmann.trakt.v2.services;
import com.uwetrottmann.trakt.v2.entities.EpisodeCheckin;
import com.uwetrottmann.trakt.v2.entities.EpisodeCheckinResponse;
import com.uwetrottmann.trakt.v2.entities.MovieCheckin;
import com.uwetrottmann.trakt.v2.entities.MovieCheckinResponse;
import com.uwetrottmann.trakt.v... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:mongo="http://www.springframework.org/schema/data/mongo"
xsi:schemaLocation="... |
(function (angular) {
angular.module('app')
.directive('clickLink', ['$window', function ($window) {
return {
link: function (scope, element, attrs) {
element.on('click', function () {
scope.$apply(fu... |
package com.codepath.apps.mptweettweet.fragments;
import android.os.Bundle;
import com.activeandroid.query.Select;
import com.codepath.apps.mptweettweet.models.Tweet;
import com.codepath.apps.mptweettweet.utils.NetworkUtils;
import com.loopj.android.http.JsonHttpResponseHandler;
import org.apache.http.Header;
import... |
<?php
require_once 'Bootstrap.php';
/**
* Empty => A
*/
class Integration_LISpMiner_006_Test extends IZI\Selenium\UITestCase
{
public function testMyTestCase()
{
$this->open("?id_dm=102");
for ($second = 0; ; $second++) {
if ($second >= 60) $this->fail("timeout");
try {
if ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
<!DOCTYPE html>
<html lang="en">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" />
<script src="http://code.jquery.com/ui/1.10.4/jquery-ui.min.js"></script>
... |
SYNONYM
#### According to
Index Fungorum
#### Published in
Herzogia 3(2): 374 (1975)
#### Original name
Haplocarpon nadvornikianum Vezda
### Remarks
null |
import type { MessageParam } from '../../Message';
import { Message } from '../../Message';
import { MessageParamDefinition, MessageType } from '../../MessageDefinition';
@MessageType('491')
export class Error491NoOperHost extends Message<Error491NoOperHost> {
@MessageParamDefinition()
me!: MessageParam;
@MessageP... |
import {A1 as B} from '/import';
|
package org.apache.oozie.util.db;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Blob;
import java.sql.Timestamp;
import java.util.List;
public class Schema {
/**
* Interface for DB Table
*/
public static interface Table {
/**
* Name of the Table
... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nuriagalera.domoticatr.domticatr">
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<application
... |
var Hapi = require('hapi'),
path = require('path'),
port = process.env.PORT || 3001,
server = new Hapi.Server(port),
routes = {
css: {
method: 'GET',
path: '/styles/{path*}',
handler: createDirectoryRoute('styles')
},
js: {
method: ... |
package galaxyspace.systems.SolarSystem.moons.enceladus.items;
import galaxyspace.core.prefab.items.GSItemBlockDesc;
import galaxyspace.systems.SolarSystem.moons.enceladus.blocks.EnceladusBlocks;
import net.minecraft.block.Block;
import net.minecraft.item.ItemStack;
public class ItemBlocksEnceladus extends GSItemBloc... |
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
using Jsonics;
using NUnit.Framework;
namespace JsonicsTests.FromJsonTests
{
[TestFixture]
public class EnumTests
{
IJsonConverter<EnumClass> _propertyFactory;
IJsonConverter<TestEnum> _valueFactory;
public enum TestEnum
{
Zero,
One,
Two,... |
/* @flow */
import { PASTE_NOTE, CUT_NOTE } from '../actions/cutCopyPaste';
import {
INSERT_MEASURE,
DELETE_MEASURE,
CHANGE_TUNING,
CHANGE_TEMPO,
SET_INSTRUMENT,
CHANGE_TIME_SIGNATURE
} from '../actions/track';
import measure from './measure';
import type { Track, Measure, TimeSignature } from '../util/st... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
"use strict";
import * as go from "../release/go";
import { TableLayout } from "./TableLayout";
var myDiagram: go.Diagram = null;
var myPalette: go.Palette = null;
// define a custom ResizingTool to limit how far one can shrink a row or column
class LaneResizingTool extends go.ResizingTool {
/** @override */
pu... |
layout: default
---
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>BCN data</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link href='http://fonts.g... |
package com.tech.ipanda.wechat.app.cms.services;
import java.util.List;
import com.tech.ipanda.wechat.app.cms.entity.Channel;
public interface ChannelServices {
public List<Channel> getAll();
public List<Channel> getByAid(int aid);
public void addChannel(Channel c);
public void updateChanne... |
input[type="checkbox"].control-panel-checkbox-{{ UUID }} {
display:none;
cursor: pointer;
}
input[type=checkbox].control-panel-checkbox-{{ UUID }} + label:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
padding: 0px;
vertical-align:middle;
margin-right: 8px;
margin-top: 2px;... |
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { RouterModule } from '@angular/router';
import { ButtonModule } from '../../component/button';
import { CodeBoxModule } from '../../component/code-box';
import { CodeHighlighterModule } from '../../component/code-highligh... |
import re
import logging
import seaserv
from seahub.utils import is_org_context
from seahub.profile.models import Profile
from seahub.base.templatetags.seahub_tags import email2nickname
from seahub.avatar.settings import AVATAR_DEFAULT_SIZE
from seahub.avatar.templatetags.avatar_tags import api_avatar_url, \
get_... |
module Xcodeproj
# The version of the xcodeproj gem.
#
VERSION = '0.27.2' unless defined? Xcodeproj::VERSION
end
|
namespace Task_1
{
/// <summary>
/// Узел-вычитание
/// </summary>
public class Minus : Operator
{
/// <summary>
/// Конструктор для класса
/// </summary>
/// <param name="leftChild">Левый узел</param>
/// <param name="rightChild">Правый узел</param>
... |
package org.acme.myproject.with.grand.parent.test;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import io.quarkus.test.QuarkusDevModeTe... |
package org.shaolin.uimaster.page.exception;
//imports
import org.shaolin.bmdp.i18n.Localizer;
/**
* Exception for OD actions.
*
* @author Shaolin Wu
*/
public class ODProcessException extends ODException
{
/**
* Constructs a ODException with a given exception reason
*
* @param aReason
*/
... |
package edu.duke.cabig.c3pr.web.report;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.poi.hssf.usermo... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
require 'test_helper'
class EnvVarTest < ActiveSupport::TestCase
should belong_to :app
should validate_presence_of :key
should validate_uniqueness_of(:key).scoped_to(:app_id)
end
|
import * as utils from 'src/utils';
import { registerBidder } from 'src/adapters/bidderFactory';
const CONSTANTS = {
BIDDER_CODE: 'invibes',
BID_ENDPOINT: '//bid.videostep.com/Bid/VideoAdContent',
SYNC_ENDPOINT: '//k.r66net.com/GetUserSync',
TIME_TO_LIVE: 300,
DEFAULT_CURRENCY: 'EUR',
PREBID_VERSION: 1,
... |
/**
* Automatically generated file. Please do not edit.
* @author Highcharts Config Generator by Karasiq
* @see [[http://api.highcharts.com/highstock]]
*/
package com.highstock.config
import scalajs.js, js.`|`
import com.highcharts.CleanJsObject
import com.highcharts.HighchartsUtils._
/**
* @note JavaScript... |
import { combineReducers } from 'redux';
import { routerReducer } from 'react-router-redux';
import { i18nReducer } from 'react-redux-i18n';
import counter from './counter';
import github from './github';
export default combineReducers({
routing: routerReducer,
i18n: i18nReducer,
counter,
github
});
|
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
// Copyright 2016 The Bazel Authors. All rights reserved.
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
package com.tlkzzz.jeesite.modules.oa.entity;
import com.tlkzzz.jeesite.common.persistence.DataEntity;
import com.tlkzzz.jeesite.modules.sys.entity.User;
import org.hibernate.validator.constraints.Length;
import java.util.Date;
/**
* 通知通告记录Entity
* @author tlkzzz
* @version 2014-05-16
*/
public class OaNotifyRe... |
/**
* Created by yuuu on 14/12/22.
*/
var width = 550;
var height = 400;
var radius = Math.min(width, height) / 2;
var target;
// Breadcrumb dimensions: width, height, spacing, width of tip/tail.
var b = {
w: 75, h: 30, s: 3, t: 10
};
// Mapping of step names to colors.
var colors = d3.scale.category20c();
var ... |
for i in data/recordedFiles/*.webm; do ffmpeg -i "$i" -ac 1 -f wav "${i%.*}.wav"; done
mv data/recordedFiles/*.wav data/recordedFilesWav
cp data/recordedFiles/*.lab data/recordedFilesWav
|
namespace hobbes {
Exprs clones(const Exprs& es) {
Exprs r;
for (Exprs::const_iterator e = es.begin(); e != es.end(); ++e) {
r.push_back(ExprPtr((*e)->clone()));
}
return r;
}
std::string show(const Expr& e) {
std::ostringstream ss;
e.show(ss);
return ss.str();
}
std::string show(const Expr* e) {... |
package org.pentaho.hbase.shim.cdh53;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.DataOutputStream;
import java.io.IOException;
import org.apache.hadoop.hbase.filter.ByteArrayComparable... |
#ifndef DIS_METRICS_H
#define DIS_METRICS_H
#include "dataManagement.h" /* for primitive type definitions */
#include "getNextCommandCode.h" /* for CommandType enumeration */
/*
* Time value used by DIS Data Management benchmark
* - value represents milliseconds since program start
*/
typed... |
const QString BitcoinGUI::DEFAULT_WALLET = "~Default";
BitcoinGUI::BitcoinGUI(QWidget *parent) :
QMainWindow(parent),
clientModel(0),
encryptWalletAction(0),
changePassphraseAction(0),
aboutQtAction(0),
trayIcon(0),
notificator(0),
rpcConsole(0),
prevBlocks(0)
{
restoreWindowGeo... |
#pragma warning disable 0472,0414
using System;
using System.Text;
using System.IO;
using System.Collections;
using System.ComponentModel;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.Linq;
using System.Xml.Serialization;
using BLToolkit.Aspects;
using BLToolkit.DataA... |
using System;
using ConsoleFramework.Core;
using ConsoleFramework.Events;
using ConsoleFramework.Native;
using ConsoleFramework.Rendering;
namespace ConsoleFramework.Controls {
public class ScrollBarValueChanged : RoutedEventArgs {
public ScrollBarValueChanged(object source, RoutedEvent routedEvent) : bas... |
"""
Given a binary tree, flatten it to a linked list in-place.
For example,
Given
1
/ \
2 5
/ \ \
3 4 6
The flattened tree should look like:
1
\
2
\
3
\
4
\
5
\
6
c... |
package com.planet_ink.coffee_mud.Abilities.Fighter;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
impor... |
EJTableView
===========
A subclass of UITableView that allows for more custom options with the section index view.
|
package org.apache.camel.component.salesforce;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.function.Consumer;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespo... |
#region copyright
// Copyright 2016 Habart Thierry
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo $_SESSION['language']; ?>" xml:lang="<?php echo $_SESSION['language']; ?>">
<head>
<meta http-equiv="content-Type" content="text/html; charset=utf... |
package br.com.digituz.mailer.controller;
import br.com.digituz.mailer.model.Attachment;
import lombok.Data;
import org.apache.commons.codec.binary.Base64;
@Data
class AttachmentTO {
private String filename;
private String data;
Attachment toAttachment() {
return new Attachment(filename, Base64.decodeBase64(dat... |
Method References
=======
###login()
Registered users information and membership information that are maintained by us comparison by the system and if the information match the process is successful system starts the user sesision.
The two parameter process:
Name | Type | Description
-------- | ------|--------... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetPropertyMethod | seip</title>
<script type="text/javascript" src="resources/combined.js?78418... |
[](https://codeclimate.com/github/medcat/breadcrumb_trail) [](https://travis-ci.org/medcat/breadcrumb_trail) [ {
options = options || {};
return (req, res, next) => {
req.polyglot = new Polyglot();
if (typeof options === 'function') {
var getPhrases = options;
getPhrases((err, phrases) => {
i... |
FROM balenalib/rpi-debian:bullseye-build
ENV NODE_VERSION 14.16.1
ENV YARN_VERSION 1.22.4
RUN for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \
gpg --batch --keyserver ha.... |
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0;url=http://microsite.omniture.com/t2/help/en_US/mobile/win8/">
<script language="javascript">
window.location.href = "http://microsite.omniture.com/t2/help/en_US/mobile/win8/"
</script>... |
<?php
require_once dirname(__FILE__).'/../lib/MedicalRevisionGeneratorConfiguration.class.php';
require_once dirname(__FILE__).'/../lib/MedicalRevisionGeneratorHelper.class.php';
/**
* ClassType actions.
*
* @package sf_sandbox
* @subpackage ClassType
* @author Your name here
* @version SVN: $Id: acti... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace Myco
{
[ContentProperty("Content")]
public class MycoContentView : MycoView
{
public static readonly BindableProperty ContentProperty = BindablePropert... |
use crate::driver::DriverConfiguration;
use aptos_config::config::{RoleType, StateSyncDriverConfig};
use aptos_crypto::{
ed25519::{Ed25519PrivateKey, Ed25519Signature},
HashValue, PrivateKey, Uniform,
};
use aptos_data_client::GlobalDataSummary;
use aptos_types::aggregate_signature::AggregateSignature;
use apto... |
from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'community'}
DOCUMENTATION = '''
---
module: rabbitmq_policy
short_description: Manage the state of poli... |
.button-success,
.button-error,
.button-warning,
.button-secondary {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
background: rgb(28, 184, 65); /* this is a green */
}
.button-error {
background: rgb(202, 60, 60); /* this is a maroon */
}
.butto... |
#include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#include <QMessageBox>
#include <QPushButton>
#include <QKeyEvent>
AskPassphraseDialog::AskPassphraseDialog(Mode mode, QWidget *parent) :
QDialog(parent),
ui(new Ui::AskPassphraseDialog),
... |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="co.base.data" >
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
|
namespace sky {
class Viewer : public mojo::ApplicationDelegate,
public mojo::InterfaceFactory<mojo::ContentHandler> {
public:
Viewer() {}
~Viewer() override { blink::shutdown(); }
private:
// Overridden from ApplicationDelegate:
void Initialize(mojo::ApplicationImpl* app) override {
Run... |
#include "greentop/sport/ClearedOrderSummaryReport.h"
namespace greentop {
namespace sport {
ClearedOrderSummaryReport::ClearedOrderSummaryReport() {
}
ClearedOrderSummaryReport::ClearedOrderSummaryReport(const std::vector<ClearedOrderSummary>& clearedOrders,
const Optional<bool>& moreAvailable) :
clearedO... |
function initGalleryImageModule(context) {
var FlickrGallery = context.FlickrGallery;
/**
* A single gallery image object for the FlickrGallery
* @constructor
*/
var GalleryImage = FlickrGallery.GalleryImage = function(jImage) {
this.jImage = jImage instanceof Object ? jImage : {
title: undefined,
link: ... |
import {autoinject} from 'aurelia-framework';
@autoinject()
export class BasicInputs {
constructor() { }
// aurelia hooks
// canActivate(model) { return true; }
// activate(model) { return true; }
// bind(bindingContext) { }
attached() {
setTimeout(() => {
this.files.files = [
{ file: ''... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.topicquests</groupId>
<artifactId>tq-elastic-ks</... |
package org.springframework.boot.actuate.audit;
import java.time.Instant;
import java.time.OffsetDateTime;
import java.util.List;
import org.springframework.boot.actuate.endpoint.annotation.Endpoint;
import org.springframework.boot.actuate.endpoint.annotation.ReadOperation;
import org.springframework.lang.Nullable;... |
/**
* @constructor
* @extends {WebInspector.TimelineOverviewBase}
* @param {string} id
* @param {?string} title
* @param {!WebInspector.TimelineModel} model
*/
WebInspector.TimelineEventOverview = function(id, title, model)
{
WebInspector.TimelineOverviewBase.call(this);
this.element.id = "timeline-over... |
<?php
namespace dciss\MyAppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Film
*
* @ORM\Table()
* @ORM\Entity
*/
class Film
{
/**
* @var integer
*
* @ORM\Column(name="id", type="integer")
* @ORM\Id
* @ORM\GeneratedValue(strategy="AUTO")
*/
private $id;
/**
... |
"""
A Command Line Wrapper to allow easy use of pyicloud for
command line scripts, and related.
"""
import argparse
import pickle
import sys
from click import confirm
from pyicloud import PyiCloudService
from pyicloud.exceptions import PyiCloudFailedLoginException
from . import utils
DEVICE_ERROR = "Please use the -... |
package com.percolate.sdk.api.request.media.release;
import okhttp3.RequestBody;
import org.apache.commons.lang3.StringUtils;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
/**
* Parameters for MediaRelease request.
*/
@SuppressWar... |
import asyncio
from asyncio.streams import StreamReader, StreamWriter
from asyncio.tasks import sleep
import re
import struct
import traceback
from typing import Dict, Tuple
from hwt.hdl.types.bits import Bits
from hwtLib.peripheral.usb.descriptors.std import USB_ENDPOINT_DIR
from hwtLib.peripheral.usb.device_request ... |
#pragma once
#include <arrow/io/interfaces.h>
#include <arrow-glib/io-output-stream.h>
/**
* GArrowIOOutputStreamInterface:
*
* It wraps `arrow::io::OutputStream`.
*/
struct _GArrowIOOutputStreamInterface
{
GTypeInterface parent_iface;
std::shared_ptr<arrow::io::OutputStream> (*get_raw)(GArrowIOOutputStre... |
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Small Lights</title>
<meta charset="UTF-8">
<meta name="viewport" content="wi... |
<div class="row justify-content-center">
<div class="col-8">
<form name="editForm" role="form" novalidate (ngSubmit)="save()" #editForm="ngForm">
<h2 id="jhi-despesa-heading" jhiTranslate="gfpApp.despesa.home.createOrEditLabel">Create or edit a Despesa</h2>
<div>
<jhi... |
package com.simit.fragment;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.view.Gravity;
import android.view.LayoutInflater;
import an... |
layout: default
---
<div class="posts">
{% for post in site.posts %}
<article class="post">
<h1><a href="{{ site.baseurl }}{{ post.url }}">Update: {{ post.date | date: '%B %d, %Y' }}</a></h1>
{% assign edit_url = site.prose_url | append: page.path %}
{% assign uploads_url = site.prose_url | ap... |
MyComponents.GarageSpaces = React.createClass({
render: function() {
var circle_fill = "green"
if(this.props.open == 0){
circle_fill = "red"
}
return (
<div className="card grey darken-3">
<ul className="card-content white-text">
<span className="card-title yellow-custom-text">... |
from oslo_utils import timeutils
from six.moves import range
from keystone.common import sql
from keystone import exception
from keystone.trust.backends import base
# The maximum number of iterations that will be attempted for optimistic
# locking on consuming a limited-use trust.
MAXIMUM_CONSUME_ATTEMPTS = 10
cla... |
require 'jwt'
module JWT
class Token < SimpleDelegator
def decode(key:, alg:)
JWT.decode(to_s, key, !alg.nil?, algorithm: alg).first
end
end
end
|
ACCEPTED
#### According to
Index Fungorum
#### Published in
in Crous, Wingfield, Mansilla, Alfenas & Groenewald, Stud. Mycol. 55: 129 (2006)
#### Original name
Stenella xenoparkii Crous & M.J. Wingf.
### Remarks
null |
package de.tudarmstadt.informatik.tk.assistance.sdk.model.enums;
public enum EPushType {
IMMEDIATE, PERIODIC, WLAN_ONLY, MANUALLY_IMMEDIATE, MANUALLY_WLAN_ONLY, ALL
}
|
pub enum CVoid {
// Two dummy variants so the #[repr] attribute can be used.
#[doc(hidden)]
__Variant1,
#[doc(hidden)]
__Variant2,
}
pub mod mailbox;
pub mod tasks;
pub mod pool_alloc;
|
namespace remoting {
namespace protocol {
WebrtcAudioSinkAdapter::WebrtcAudioSinkAdapter(
scoped_refptr<webrtc::MediaStreamInterface> stream,
base::WeakPtr<AudioStub> audio_stub)
: task_runner_(base::ThreadTaskRunnerHandle::Get()),
audio_stub_(audio_stub),
media_stream_(std::move(stream)) {
w... |
Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code:
* Lightweight development tools for [.NET Core](https://dotnet.github.io).
* Great C# editing support, including Syntax Highlighting, IntelliSense, Go to Definition, Find All References, etc.
* Debugging ... |
const heroiController = require('../../core/heroi/heroiController');
module.exports = (app) => {
app.route('/heroi')
.post(heroiController.inserirHeroi)
.put(heroiController.alterarHeroi)
.get(heroiController.listarHeroi);
app.route('/heroi/:id')
.get(heroiController.listarHe... |
stylizerjs.fixed = new function() {
this.create = function() {
$('[fixed]').each(function(){
if($(this).attr('fixed') != null && $(this).attr('fixed-status') == null) {
var clone = $(this).clone().attr('fixed-status','false');
clone.attr('test','testing');
$(this).css('position','fixed');
$(this)... |
"""
A class to read a set of graphs in MDL format, the vertex is labelled according
to the atom type.
"""
import numpy
from apgl.graph.VertexList import VertexList
from apgl.graph.SparseGraph import SparseGraph
class MDLGraphsReader():
def __init__(self):
self.atomDict = {}
self.atomDict["C"] = 0... |
/* $OpenBSD: asn_mime.c,v 1.18 2014/06/12 15:49:27 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project.
*/
/* ====================================================================
* Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved.
*
* Redistribution and... |
module Azure::RecoveryServicesBackup::Mgmt::V2019_06_15
module Models
#
# Defines values for PolicyType
#
module PolicyType
Invalid = "Invalid"
Full = "Full"
Differential = "Differential"
Log = "Log"
CopyOnlyFull = "CopyOnlyFull"
end
end
end
|
<div xmlns:th="http://www.thymeleaf.org">
<!--/*@thymesVar id="user" type="amu.zhcet.data.user.User"*/-->
<div th:fragment="content" class="row">
<div class="col-12">
<div class="text-bold-700">Two Factor Authentication</div>
<hr>
</div>
<div class="col-12">
... |