text stringlengths 3 1.05M |
|---|
package com.bbva.kltt.apirest.generator.server.spring.velocity.rest.impl;
import java.io.File;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.bbva.kltt.apirest.core.generator.IGenerator;
import com.bbva.kltt.apirest.core.launcher.GenerationParameters;
import com.bbva.kltt.apirest.co... |
FROM balenalib/up-core-plus-ubuntu:focal-run
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
libssl1.1 \
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of Polarity in UD_Th... |
class AndroidStudio < Cask
version '0.8.4 build-135.1295215'
sha256 '595d0f24bc02e3be3ff3d2e4dc7c623d3bbf5a57fd26b48c3613e9292e8fc5ec'
url 'https://dl.google.com/dl/android/studio/ide-zips/0.8.4/android-studio-ide-135.1295215-mac.zip'
homepage 'https://developer.android.com/sdk/installing/studio.html'
link ... |
package com.clockwork.app;
import com.clockwork.app.state.AbstractAppState;
import com.clockwork.app.state.AppStateManager;
import com.clockwork.input.FlyByCamera;
/**
* Manages a FlyByCamera.
*
*/
public class FlyCamAppState extends AbstractAppState {
private Application app;
private FlyByCamera fly... |
interface Autoloader extends Pct.Ambient {
add(namespace: string, dir: string);
}
var loader = <Autoloader>require(__DIR__ + '/../vendor/autoload.php');
loader.add('Dust', __DIR__); |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
"""Systems for triggering events during a run.
Individual trigger should define a function, 'Register', which will be
called with a single argument, the parsed FLAGS instance, once the Benchmarker
is initialized.
"""
from perfkitbenchmarker import events
from perfkitbenchmarker import import_util
TRIGGER_COLLECTOR... |
package cn.rongcloud.im.db;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteStatement;
import de.greenrobot.dao.AbstractDao;
import de.greenrobot.dao.Property;
import de.greenrobot.dao.internal.DaoConfig;
// THIS CODE IS GENERATED BY greenDAO, DO N... |
module DiceBox
end
require 'dice_box/cup'
require 'dice_box/dice'
require 'dice_box/dice/side'
require 'dice_box/version'
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="base_theme.translucent">
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="colorPrimary">@color/transparent</item>
</style>
<style name="b... |
require 'rails_helper'
RSpec.describe 'Authentication requests', type: :request do
let!(:user) { create :user }
let!(:header) { { authorization: user.auth_token } }
describe 'POST /auth/login' do
context 'with valid params' do
before do
post auth_login_path, email: user.email, password: user.p... |
<?php
namespace kartik\grid;
use Yii;
use Closure;
use yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
use yii\helpers\Html;
use kartik\editable\Editable;
use kartik\base\Config;
/**
* The EditableColumn converts the data to editable using the Editable widget [[\kartik\editable\Editable]]
*
* @aut... |
static ConVar rope_min_pixel_diameter( "rope_min_pixel_diameter", "2.0", FCVAR_CHEAT );
BEGIN_VS_SHADER( SplineRope, "Help for SplineRope" )
BEGIN_SHADER_PARAMS
SHADER_PARAM( SHADERSRGBREAD360, SHADER_PARAM_TYPE_BOOL, "0", "Simulate srgb read in shader code")
SHADER_PARAM( SHADOWDEPTH, SHADER_PARAM_TYPE_INTEGER, ... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="px_card_association_result_success_text">¡Listo! Tu tarjeta quedó guardada</string>
<string name="px_card_association_result_go_back_button_text">Ir a Mis Tarjetas</string>
<string name="px_card_association_result_error_text">No pudimos cargar... |
import org.apache.zookeeper.server.{TimeMachine => TimeMachine2}
object TimeMachine {
def main(args: Array[String]) {
TimeMachine2.main(args)
}
}
|
package fromproto
import (
"fmt"
"github.com/hashicorp/terraform-plugin-go/tfprotov5"
"github.com/hashicorp/terraform-plugin-go/tfprotov5/internal/tfplugin5"
"github.com/hashicorp/terraform-plugin-go/tfprotov5/tftypes"
)
func Schema(in *tfplugin5.Schema) (*tfprotov5.Schema, error) {
var resp tfprotov5.Schema
r... |
"""
Position Tracking
=================
+-----------------+----------------------------------------------------+
| key | value |
+=================+====================================================+
| sid | the identifier for the s... |
using System.Collections.Generic;
using Ampla.LogReader.Excel;
using Ampla.LogReader.FileSystem;
using Ampla.LogReader.Wcf;
using NUnit.Framework;
namespace Ampla.LogReader.Reports.Pages
{
[TestFixture]
public class WcfFaultSummaryPageUnitTests : ExcelTestFixture
{
private const string logFileName... |
@interface CalendarTransition ()
@property (nonatomic, assign) CGPoint viewOriginalCenter;
@property (nonatomic, strong) UIViewController *transitioningController;
@end
@implementation CalendarTransition
- (instancetype)initWithTransitioningController:(UIViewController *)transitioningController {
if ([super ini... |
package dns
import (
"context"
"fmt"
"strings"
"github.com/prometheus/client_golang/prometheus"
flowpb "github.com/cilium/cilium/api/v1/flow"
"github.com/cilium/cilium/pkg/hubble/metrics/api"
)
type dnsHandler struct {
includeQuery bool
ignoreAAAA bool
context *api.ContextOptions
queries *promet... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cz.muni.fi.mir.tests;
import cz.muni.fi.mir.db.domain.Annotation;
import cz.muni.fi.mir.db.domain.ApplicationRun;
import cz.muni.fi.mir.db.domain.CanonicOutput;
import cz.muni.fi.mir.db.domain.Configura... |
package sql
// Copyright (c) Microsoft and contributors. 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 ... |
<!DOCTYPE HTML>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
<title>Glossary | 兼容性cookbook</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| AUTO-LOADER
| -------------------------------------------------------------------
| This file specifies which systems should be loaded by default.
|
| In order to keep the fr... |
{-# LANGUAGE CPP #-}
module Absyn.Typed
( module Absyn.Meta
, module Absyn.Typed
, module Absyn.Base
) where
import Absyn.Meta
import Absyn.Base
import Typing.Types (Type)
type Id = (String, Type)
#define METADATA SourceSpan
#define NAME Id
#include "./Base.h"
|
package com.google.cloud.run.v2.samples;
// [START run_v2_generated_Jobs_DeleteJob_String_sync]
import com.google.cloud.run.v2.Job;
import com.google.cloud.run.v2.JobName;
import com.google.cloud.run.v2.JobsClient;
public class SyncDeleteJobString {
public static void main(String[] args) throws Exception {
s... |
<?php
namespace Symfony\Component\HttpFoundation\Session\Storage\Handler;
/**
* Session handler using a PDO connection to read and write data.
*
* It works with MySQL, PostgreSQL, Oracle, SQL Server and SQLite and implements
* different locking strategies to handle concurrent access to the same session.
* Lock... |
/**
* Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
*/
#ifndef CONF_BOARD_H_INCLUDED
#define CONF_BOARD_H_INCLUDED
/* BOARD Rev. */
#define BOARD_REV BOARD_REV_2
/** Enable watchdog */
//#define CONF_BOARD_KEEP_WATCHDOG_AT_INIT
/** Configure Slow Clock as External Cryst... |
package top.quantic.sentry.web.rest.vm;
import com.fasterxml.jackson.annotation.JsonInclude;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
@JsonInclude(JsonInclude.Include.NON_NULL)
public class UgcDivision {
private Long divId;
private String divName;
private Long ladderId... |
package resolve
import "github.com/google/gapid/gapis/database"
// Interface compliance tests
var _ = []database.Resolvable{
(*CommandTreeResolvable)(nil),
(*ContextListResolvable)(nil),
(*FollowResolvable)(nil),
(*FramebufferAttachmentBytesResolvable)(nil),
(*FramebufferAttachmentResolvable)(nil),
(*Framebuffe... |
package bootstrap
import play.api.GlobalSettings
object Global extends GlobalSettings {
object Injector extends MacWireModule {
}
}
|
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
import math
import sys
import os
import time
import random
#---- we need MPI for Gaussian distribution errors to be sure the lattices
#---- are the same across all relevant node (the same communicator)
import orbit_mpi
from orbit_mpi import mpi_comm
from orbit_mpi import mpi_datatype
from orbit_mpi import mpi_op
# i... |
package com.navigatordemo;
import com.facebook.react.ReactActivity;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import java.util.Arrays;
import java.util.List;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component regist... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct skewness</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../index.html" title="The... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Nova Hedwigia 31(1-3): 135 (1979)
#### Original name
Phoma cruris-hominis Punith., 1979
### Remarks
null |
<?php
/**
* The Template for displaying all single posts
*/
namespace App;
use App\Http\Controllers\Controller;
use Rareloop\Lumberjack\Http\Responses\TimberResponse;
use Rareloop\Lumberjack\Post;
use Timber\Timber;
class SingleController extends Controller
{
public function handle()
{
$context = ... |
package com.zzspuck.godutch.activity;
import java.util.List;
import org.achartengine.ChartFactory;
import org.achartengine.model.CategorySeries;
import org.achartengine.renderer.DefaultRenderer;
import org.achartengine.renderer.SimpleSeriesRenderer;
import android.graphics.Color;
import android.os.Bundle;
import and... |
package io.cloudslang.lang.systemtests;
import io.cloudslang.lang.api.Slang;
import io.cloudslang.lang.entities.CompilationArtifact;
import org.junit.runner.RunWith;
import io.cloudslang.score.events.ScoreEvent;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.Co... |
package agent
import (
"encoding/json"
"fmt"
"net"
"net/http"
"net/http/pprof"
"net/url"
"regexp"
"strconv"
"strings"
"time"
"github.com/armon/go-metrics"
"github.com/hashicorp/consul/acl"
"github.com/hashicorp/consul/agent/structs"
"github.com/mitchellh/mapstructure"
)
// MethodNotAllowedError should ... |
// <copyright file="TimeWarpDistort.cs" company="Shkyrockett" >
// Copyright © 2017 - 2020 Shkyrockett. All rights reserved.
// </copyright>
// <author id="shkyrockett">Shkyrockett</author>
// <license>
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </l... |
@interface BPCAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
|
<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="300"/> |
[](https://travis-ci.org/doctrine/couchdb-client)
[](https://styleci.io/repos/90809440)
Simple API that wraps around CouchDBs v2.x HTTP API.
For CouchDB 1.x, please check our... |
require 'spec_helper'
require 'sinatra'
require 'rack/test'
require 'webmock'
class MyApp < Sinatra::Application
get '/hi' do
"Hello"
end
post '/yo' do
"Yo #{params[:name]}"
end
end
describe Rack::VCR do
include Rack::Test::Methods
before(:each) do
VCR.configure do |config|
config.cass... |
@interface DBCredentialKeychain : NSObject
+ (NSDictionary *)credentials;
+ (void)setCredentials:(NSDictionary *)credentials;
+ (void)deleteCredentials;
@end
|
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SecurionPay.Request
{
public class SubscriptionCancelRequest : BaseRequest
{
[JsonIgnore]
public String SubscriptionId;
[JsonProperty("atP... |
<?xml version="1.0" encoding="UTF-8"?>
<!-- config.xml reference: https://build.phonegap.com/docs/config-xml -->
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.metroweb.coralwatch"
version = "1.0.0">
<name>CoralWatch</name>
... |
'use strict';
var grunt = require('grunt');
/*
======== A Handy Little Nodeunit Reference ========
https://github.com/caolan/nodeunit
Test methods:
test.expect(numAssertions)
test.done()
Test assertions:
test.ok(value, [message])
test.equal(actual, expected, [message])
test.notEqual(actua... |
/**
* This file is auto-generated by our openapi spec.
* We try to keep the generated code pretty clean but there will be lint
* errors that are just not worth fixing (like unused requires).
* TODO: maybe we can just disable those specifically and keep this code
* pretty lint-free too!
*/
/* jshint ignore:start *... |
#ifndef ECMA_BIG_INT_H
#define ECMA_BIG_INT_H
#include "ecma-globals.h"
#if JERRY_BUILTIN_BIGINT
/**
* Sign bit of a BigInt value. The number is negative, if this bit is set.
*/
#define ECMA_BIGINT_SIGN 0x1
/**
* Flags for ecma_bigint_parse_string.
*/
typedef enum
{
ECMA_BIGINT_PARSE_NO_OPTIONS = 0, /**< no... |
package yalantis.com.sidemenu.sample.realm;
import android.util.Log;
import java.util.ArrayList;
import io.realm.Realm;
import io.realm.RealmResults;
/**
* Created by TheAppExperts on 31/10/2017.
*/
public class RealmController {
Realm realm;
public RealmController(Realm realm) {
this.realm = r... |
<!DOCTYPE html>
<html>
<head>
<title>submergence:Backplane#firePeerEvent(exclude documentation</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../index.css" />
<link rel="stylesheet" type="text/css" href="../../../../../../../../highlight.css" />
<script type="text/javascript" ... |
require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper.rb'))
describe Doodle, 'doodle.update' do
temporary_constants :Foo, :Bar, :Baz do
before(:each) do
class Dude < Doodle
has :name, :kind => String
end
end
it 'updates attributes using a hash' do
dude = Dude(... |
module.exports = async function reduce (collection, reducer, value) {
const items = await Promise.all(collection)
return items.reduce(async (promise, item, index, length) => {
const value = await promise
return reducer(value, item, index, length)
}, Promise.resolve(value))
}
|
package jsonapi
import (
"bytes"
"encoding/json"
"fmt"
"reflect"
"sort"
"testing"
"time"
)
func TestMarshalPayload(t *testing.T) {
book := &Book{ID: 1}
books := []*Book{book, {ID: 2}}
var jsonData map[string]interface{}
// One
out1 := bytes.NewBuffer(nil)
MarshalPayload(out1, book)
if err := json.Unma... |
package com.facebook.buck.doctor;
import static com.facebook.buck.doctor.config.DoctorConfig.DEFAULT_REPORT_UPLOAD_PATH;
import com.facebook.buck.config.BuckConfig;
import com.facebook.buck.config.FakeBuckConfig;
import com.facebook.buck.doctor.config.BuildLogEntry;
import com.facebook.buck.doctor.config.DoctorConf... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kunal Mahajan: Cultural Blog</title>
<link type="text/css" rel="stylesheet" href="blog-stylesheet.css"/>
</head>
<body>
<header>
<h1>Kunal Mahajan: Dev BootCamp</h1>
<h3>"The tale of my journey on becoming a Junior... |
namespace content {
DOMStorageMessageFilter::DOMStorageMessageFilter(
int render_process_id,
DOMStorageContextWrapper* context)
: render_process_id_(render_process_id),
context_(context->context()),
connection_dispatching_message_for_(0) {
}
DOMStorageMessageFilter::~DOMStorageMessageFilter() ... |
/***
* Copyleft 2014 - WareNinja.com / Rumble In The Jungle!
*
* @author: yg@dnap.com
* @see https://github.com/WareNinja
* disclaimer: I code for fun, dunno what I'm coding about :-)
*/
package com.dnap.opensource.stringToDate.matcher;
import java.util.Calendar;
import java.util.regex.Pattern;
public cla... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("08... |
//
// TLT3ViewController.h
// MyLayout
//
// Created by oybq on 15/7/18.
// Copyright (c) 2015年 YoungSoft. All rights reserved.
//
#import <UIKit/UIKit.h>
/**
*3.TableLayout - Intelligent Borderline
*/
@interface TLTest3ViewController : UIViewController
@end
|
package org.apache.geode.management.internal.cli.commands;
import org.apache.geode.internal.process.signal.SignalEvent;
import org.apache.geode.internal.process.signal.SignalListener;
public class LauncherSignalListener implements SignalListener {
private volatile boolean signaled = false;
public boolean isSig... |
package workflow
import (
"encoding/xml"
"fmt"
"io"
"os"
"os/exec"
"os/signal"
"path/filepath"
"strings"
"syscall"
"time"
"github.com/pkg/errors"
)
// taskCmdRunner defines all the info of a runner responsible for executing as
// sequence of taskCmd, handling failure, cancellation, timeouts and for gene... |
module.exports = function(neo4j){
var api = {};
var database = neo4j;
//generic template if api request contains a bad parameter
function bad_parameter(app,message){
app.type = 'json';
app.response.status = 400;
app.body = {"error":"bad parameter","message": message};
}
//generic temp... |
/**
* Permite a las funciones ajax ubicarse para poder realizar las llamadas
* @type String
*/
var BASE_PATH = '/reeser/public'; |
#ifndef _NFCMRVL_H_
#define _NFCMRVL_H_
#include <linux/platform_data/nfcmrvl.h>
#include "fw_dnld.h"
/* Define private flags: */
#define NFCMRVL_NCI_RUNNING 1
#define NFCMRVL_PHY_ERROR 2
#define NFCMRVL_EXT_COEX_ID 0xE0
#define NFCMRVL_NOT_ALLOWED_ID 0xE1
#define NFCMRVL_ACTIVE_ID 0xE2
#define NFCMRVL_... |
using System;
using System.Web.Caching;
using NExtra.Cache;
namespace NExtra.Web.Cache
{
///<summary>
/// This interface extends the base ICache interface in
/// NExtra.Cache. It can be implemented by classes that
/// can cache data in similar to the HTTP runtime cache.
///</summary>
... |
The Erlang/OTP development repository is quite large and the make system
contains a lot of functionality to help when a developing. This howto
will try to showcase the most important features of the make system.
The guide is mostly aimed towards development on a Unix platform, but
most things should work also work usi... |
require 'digest/md5'
module Mongo
module Support
include Mongo::Conversions
extend self
# Commands that may be sent to replica-set secondaries, depending on
# read preference and tags. All other commands are always run on the primary.
SECONDARY_OK_COMMANDS = [
'group',
'aggregate',
... |
<!--
Require the following structure on Windows
see http://msdn.microsoft.com/en-us/library/aa767914(v=vs.85).aspx
dogecoin.reg:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\dogecoin]
@="URL:Dogecoin Protocol"
"URL Protocol"=""
[HKEY_CLASSES_ROOT\dogecoin\DefaultIcon]
@="multidoge.exe,1"
[HKEY_CLASSES_RO... |
Various backup scripts for backing up your Shared Hosting account on Kaizen Gardens
Shared Hosting service. Can also be used for backing up data on Joyent
SmartMachines and TextDrive's legacy Shared Hosting service.
## Getting Started
Currenty expects to be run under SmartOS zones (useful if you're on a Kaizen Garde... |
Diff arrays or array-like objects, such as strings. Based on ["An O(ND) Difference Algorithm and its Variations" (Myers, 1986)][diff].
Note that if you're planning on diffing strings, it's probably better to use a package such as [fast-diff][], which, as the name implies, is faster (and probably more memory-efficient)... |
.oo-ui-actionWidget.oo-ui-pendingElement-pending {
background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif);
}
.oo-ui-window {
background-color: transparent;
background-image: none;
}
.oo-ui-window-frame {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: b... |
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE NoMonomorphismRestriction #-}
module TH where
th = [|909|]
|
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script type="text/javascript" src="game.js"></script>
<script type="text/javascript" src="application.js"></script>
<link rel="stylesheet" type="text/css" href="connect.css">
</head>
<body>
... |
package com.lightcrafts.model.ImageEditor;
import com.lightcrafts.model.OperationType;
import com.lightcrafts.model.SliderConfig;
import com.lightcrafts.jai.utils.Transform;
import com.lightcrafts.jai.utils.Functions;
import com.lightcrafts.jai.JAIContext;
import com.lightcrafts.utils.ColorScience;
import com.light... |
'use strict';
export function $exceptionHandlerFactory($injector) {
'ngInject'
let exceptionHandlerService = null;
function getExceptionHandlerService() {
if (!exceptionHandlerService) {
exceptionHandlerService = $injector.get('exceptionHandlerService');
}
return exce... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... |
package rlimit
func GetMaxOpenFiles() uint64 {
return 10000
}
|
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height=... |
using System;
using System.Linq;
using com.fxcm.messaging.util.web;
using NodaTime;
using NUnit.Framework;
using QuantConnect.Securities;
using QuantConnect.Tests.Common.Securities;
namespace QuantConnect.Tests.Common
{
[TestFixture]
public class TimeTests
{
[Test]
public void UnixTimeSt... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="nb" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Nationscoin</source>
<translation>Om Nationscoin</translation>
<... |
import { isPresent, isBlank, BaseException, stringify } from 'angular2/src/core/facade/lang';
import { ObservableWrapper } from 'angular2/src/core/facade/async';
import { ListWrapper, MapWrapper } from 'angular2/src/core/facade/collection';
import { Injector, ProtoInjector, Visibility, UNDEFINED, Key, Dependency, Bi... |
namespace electron::gtkui {
bool IsStatusIconSupported();
std::unique_ptr<ui::StatusIconLinux> CreateLinuxStatusIcon(
const gfx::ImageSkia& image,
const std::u16string& tool_tip,
const char* id_prefix);
} // namespace electron::gtkui
#endif // ELECTRON_SHELL_BROWSER_UI_GTK_STATUS_ICON_H_
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>encode method - MessageKeepAlive class - torrent_client library - Dart API</title>
<!-- required because al... |
awsomenu= {
{ "manual" , terminal .. " -e man awesome" } ,
{ "edit config" , editor_cmd .. " " .. awesome.conffile } ,
{ "restart" , awesome.restart } ... |
<!DOCTYPE html>
<html lang="en">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!--Description-->
<!--Author-->
<meta name="author... |
/**
*
*/
package me.learn.personal.month4;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import me.learn.utli.Utils;
/**
* Title 267 :
*
* Given a string s,... |
#include "run.h"
#include "statistics/bin_intensity.h"
#include "options.h"
int main(int argc, char *argv[]) {
program_options_t program_options = {
"This program calculates the intensities in each bin of a correlation, as \n"
"required for exact normalization of the correlation. The input is either t2\n"
"or t3 da... |
import {logging} from '@angular-devkit/core';
import {Rule, SchematicContext, SchematicsException, Tree} from '@angular-devkit/schematics';
import {AotCompiler} from '@angular/compiler';
import {Diagnostic as NgDiagnostic} from '@angular/compiler-cli';
import {PartialEvaluator} from '@angular/compiler-cli/src/ngtsc/p... |
module Azure::Compute::Mgmt::V2019_07_01
module Models
#
# Describes a virtual machine scale set extension profile.
#
class VirtualMachineScaleSetExtensionProfile
include MsRestAzure
# @return [Array<VirtualMachineScaleSetExtension>] The virtual machine
# scale set child extension ... |
package nju.edu.cn.restlet;
import nju.edu.cn.LicenseRecognitionResource;
import org.restlet.Application;
import org.restlet.Restlet;
import org.restlet.routing.Router;
public class LRSystemApplication extends Application {
/**
* Creates a root Router to dispatch call to server resources.
*/
@Override
public... |
using namespace System::Collections::Specialized;
namespace CefSharp
{
namespace Internals
{
private ref class CefResponseWrapper : public IResponse, public CefWrapper
{
MCefRefPtr<CefResponse> _response;
internal:
CefResponseWrapper(CefRefPtr<CefResponse> &respo... |
#ifndef SkGlyphRun_DEFINED
# define SkGlyphRun_DEFINED
# include <functional>
# include <vector>
# include "include/core/SkFont.h"
# include "include/core/SkPaint.h"
# include "include/core/SkPoint.h"
# include "include/core/SkTypes.h"
# include "include/private/SkTemplates.h"
# include "src/core/SkSpan.h"
cl... |
<?xml version="1.0" encoding="UTF-8" ?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:id="@+id/addstatus"
android:title="发布闪存"
android:icon="@drawable/add_24dp"
app:showAsAction="always"/>
</menu> |
@implementation TimeStamp
// Insert code here to add functionality to your managed object subclass
@end
|
/**
*
*/
package stack.patterns.decorator;
/**
* @author Damjan Vantur
*
* Cover promotion +25% defense strength
*
*/
public class CoverPromotion extends PromoteUnit {
private Civ5Unit unit;
public CoverPromotion(Civ5Unit unit) {
this.unit = unit;
}
@Override
public int calcula... |
using System;
using System.Linq;
using Microsoft.Extensions.Options;
namespace Isop.CommandLine.Help
{
using Domain;
internal class HelpForArgumentWithOptions
{
private readonly Localization.Texts _texts;
private readonly Recognizes _recognizes;
private readonly IOptions<Configurat... |