text stringlengths 3 1.05M |
|---|
package com.iwedia.activities;
import android.app.AlertDialog;
import android.app.TimePickerDialog.OnTimeSetListener;
import android.content.Context;
import android.content.DialogInterface;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.LinearLayout.L... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content... |
// See docs in ../ops/nn_ops.cc.
#include "tensorflow/core/kernels/conv_grad_input_ops.h"
#include "tensorflow/core/profiler/lib/scoped_annotation.h"
#if GOOGLE_CUDA || TENSORFLOW_USE_ROCM
#include "tensorflow/core/protobuf/autotuning.pb.h"
#include "tensorflow/core/util/autotune_maps/conv_parameters.h"
#endif //... |
<div class="commune_descr limited">
<p>
Campneuseville est
un village
géographiquement positionné dans le département de Seine-Maritime en Haute-Normandie. On dénombrait 529 habitants en 2008.</p>
<p>Si vous envisagez de venir habiter à Campneuseville, vous pourrez aisément trouver une maison à vendre. ... |
#pragma once
#include <aws/medialive/MediaLive_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/medialive/model/MultiplexProgramChannelDestinationSettings.h>
#include <aws/medialive/model/MediaPackageOutputDestinationSettings.h>
#include <aws/... |
package com.netflix.spinnaker.clouddriver.ecs.provider.agent;
import com.amazonaws.auth.AWSCredentialsProvider;
import com.amazonaws.services.ecs.AmazonECS;
import com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest;
import com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest;
import com.amazonaws.... |
Finance
|
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
/* the style of the div around each node */
.ygtvitem { }
table.ygtvtable {
margin-bottom:0;
border:none;
border-collapse:collapse;
}
/*.ygtvitem td {*/
... |
use std::thread;
use std::time::*;
use engine_rocks::Compat;
use engine_traits::Peekable;
use kvproto::raft_serverpb::RaftLocalState;
use test_raftstore::*;
use tikv_util::config::ReadableDuration;
#[test]
fn test_one_node_leader_missing() {
let mut cluster = new_server_cluster(0, 1);
// 50ms election timeou... |
package mclint.analyses;
import java.util.Arrays;
import java.util.List;
import mclint.Lint;
import mclint.LintAnalysis;
import mclint.Message;
import mclint.Project;
import natlab.utils.NodeFinder;
import nodecases.AbstractNodeCaseHandler;
import ast.ASTNode;
import ast.BreakStmt;
import ast.ContinueStmt;
import ast... |
import { Component, ViewEncapsulation } from '@angular/core';
import { Router } from '@angular/router';
import { AuthService } from './auth.service';
// import { slideInDownAnimation } from '../animations';
@Component({
encapsulation: ViewEncapsulation.None,
templateUrl: './login.html',
styleUrls: ['./log... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
<?php
namespace App;
use App\View;
abstract class Controller
{
protected $view = null;
public function __construct(View $view)
{
$this->view = $view;
$this->view->set("siteTitle", "E-commerce Website");
}
}
|
package IO::Handle;
=head1 NAME
IO::Handle - supply object methods for I/O handles
=head1 SYNOPSIS
use IO::Handle;
$io = new IO::Handle;
if ($io->fdopen(fileno(STDIN),"r")) {
print $io->getline;
$io->close;
}
$io = new IO::Handle;
if ($io->fdopen(fileno(STD... |
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("_0... |
#include <aws/elasticloadbalancingv2/model/TargetHealthStateEnum.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace ElasticLoadBalancingv2
{
namespace Model
{
names... |
<?php
namespace PHPExiftool\Driver\Tag\Qualcomm;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class YhiYloCorK2 extends AbstractTag
{
protected $Id = 'yhi_ylo_cor_k2';
protected $Name = 'YhiYloCorK2';
protected $FullName = 'Qua... |
'use strict';
var Promise = require('bluebird'),
TestFixture = require('./test-fixture'),
request = require('request'),
expect = require('chai').expect,
_ = require('lodash'),
rest = require('../lib'),
schemas = require('./schemas');
var test = new TestFixture();
describe('Resource(search)', f... |
package org.eigenbase.rel.rules;
import java.util.*;
import org.eigenbase.rel.*;
import org.eigenbase.relopt.*;
/**
* Rule to add a semijoin into a joinrel. Transformation is as follows:
*
* <p>JoinRel(X, Y) → JoinRel(SemiJoinRel(X, Y), Y)
*/
public class AddRedundantSemiJoinRule extends RelOptRule {
pub... |
--+ holdcas on;
-- create a table to be used for tests --
create table t(id integer, textlabel varchar(255), description varchar(4096));
insert into t(id, textlabel, description)
values
(10, 'aab', 'the textbook'),
(11, 'xab', 'book descr'),
(12, 'xxy', 'book chapters'),
(13, 'xa0', 'author names'),
(14, 'xa1'... |
#ifndef ORILIB_ETHINTERFACEADDMACADDR_T_H
#define ORILIB_ETHINTERFACEADDMACADDR_T_H
#include <osl/inc/swpform.h>
typedef struct {
Uint8 mac[6];
} ORILIB_t_EthInterfaceAddMACAddr;
#endif /* ORILIB_ETHINTERFACEADDMACADDR_T_H */
|
/***** :Srollbar-Fix *****/
* html{overflow-y:visible}
html{overflow-y:scroll}
/***** Srollbar-Fix: *****/
/***** :Links *****/
a:link,a:visited {
color: #444;
-webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
-ms-transition: colo... |
@interface DataImportController: NSWindowController<DataSourceDelegate> {
IBOutlet NSTextField *dataSourceNameField;
IBOutlet NSTextField *dataSourceTypeField;
IBOutlet NSTextField* timeOffsetField;
IBOutlet NSPopUpButton* timeColumnButton;
IBOutlet NSMatrix* timeCodingButtons;
IBOutlet NSView* timeCodingView... |
package com.navercorp.pinpoint.web.dao.hbase;
import static org.mockito.Mockito.*;
import com.navercorp.pinpoint.common.hbase.HbaseTable;
import com.navercorp.pinpoint.common.hbase.TableNameProvider;
import com.navercorp.pinpoint.common.server.bo.AgentLifeCycleBo;
import com.navercorp.pinpoint.common.hbase.HbaseOpe... |
package net.microscraper.client.applet;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import net.caustic.log.BasicLogger;
public class ThreadSafeLogger extends BasicLogger {
private final List<String> logList = Collections.synchronizedList(new ArrayList... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
<?php
use Symfony\Component\Translation\MessageCatalogue;
$catalogue = new MessageCatalogue('fa', array (
'validators' =>
array (
'This value should be false.' => 'این مقدار باید نادرست(False) باشد.',
'This value should be true.' => 'این مقدار باید درست(True) باشد.',
'This value should be of type {{ ... |
namespace blink {
// static
URLRegistry* MediaSourceAttachment::registry_ = nullptr;
// static
void MediaSourceAttachment::SetRegistry(MediaSourceRegistry* registry) {
DCHECK(IsMainThread());
DCHECK(!registry_);
registry_ = registry;
}
// static
scoped_refptr<MediaSourceAttachment> MediaSourceAttachment::Looku... |
<?php
class CompileCest
{
public function _before(FunctionalTester $I)
{
$I->cleanUp();
}
public function _after(FunctionalTester $I)
{
$I->cleanUp();
}
public function getInternalErrorIfAssetsNotDumped(FunctionalTester $I)
{
$I->bootKernelWith();
try {... |
#region Apache License Version 2.0
#endregion Apache License Version 2.0
using SF.Data;
using SF.Entities.DataModels;
using SF.Metadata;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace SF.Common.Members.DataModels
{
public class Member: Member<Member>
{
... |
require_relative "../helper"
describe Alexa::API::SitesLinkingIn do
describe "parsing xml" do
before do
@sites_linking_in = Alexa::API::SitesLinkingIn.new(:access_key_id => ACCESS_KEY_ID, :secret_access_key => SECRET_ACCESS_KEY)
VCR.use_cassette("sites_linking_in/github") do
@sites_linking_in... |
<?php
namespace Drupal\Core\Block;
use Drupal\Component\Plugin\CategorizingPluginManagerInterface;
use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
use Drupal\Core\Plugin\FilteredPluginManagerInterface;
/**
* Provides an interface for the discovery and instantiation of block plugins.
*/
interface... |
package com.amazonaws.services.route53.model;
import java.io.Serializable;
/**
* <p>
* A complex type that contains identifying information about the health check.
* </p>
*/
public class HealthCheck implements Serializable, Cloneable {
/**
* <p>
* The ID of the specified health check.
* </p>... |
checkError() {
if [ $? -ne 0 ]
then
echo "Exiting due to errors (above)"
exit -1
fi
}
script=`basename $0`
path=`dirname $0`
#
# Canonicalize relative paths to absolute paths
#
pushd $path > /dev/null
dir=`pwd`
path=$dir
popd > /dev/null
# Fetch the Android SDK path from the first comma... |
#ifndef _RISCV_BITS_SETJMP_H
#define _RISCV_BITS_SETJMP_H
typedef struct __jmp_buf_internal_tag
{
/* Program counter. */
long int __pc;
/* Callee-saved registers. */
long int __regs[12];
/* Stack pointer. */
long int __sp;
/* Callee-saved floating point registers. */
#if defined __... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_21) on Fri Jun 22 15:32:35 EDT 2012 -->
<TITLE>
All Classes (classes)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE=... |
using base::win::RegKey;
using installer::InstallationState;
const wchar_t GoogleUpdateSettings::kPoliciesKey[] =
L"SOFTWARE\\Policies\\Google\\Update";
const wchar_t GoogleUpdateSettings::kUpdatePolicyValue[] = L"UpdateDefault";
const wchar_t GoogleUpdateSettings::kUpdateOverrideValuePrefix[] = L"Update";
const w... |
package org.springframework.cloud.task.batch.autoconfigure.flatfile;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.batch.item.file.FlatFileFooterCallback;
import org.springframework.batch.item.file.FlatFileHeaderCallback;
import org.springframework.batch.item.fi... |
from ml_buff.models.input_data import InputData
from ml_buff.models.feature_value import FeatureValue
from ml_buff.helpers.feature_value_helper import FeatureValueHelper
from ml_buff.models.base_input_data_repository import BaseInputDataRepository
from ml_buff.models.base_feature_repository import BaseFeatureRepository... |
package com.google.auth.oauth2;
import com.google.api.client.http.GenericUrl;
import com.google.api.client.http.HttpHeaders;
import com.google.api.client.http.HttpRequest;
import com.google.api.client.http.HttpResponse;
import com.google.api.client.json.GenericJson;
import com.google.api.client.json.JsonObjectParser... |
/* -*- mode: c++; tab-width: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
Copyright Northwestern University
Copyright Stanford University (ATB 1.0 and ATS 1.0)
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/annotation-and-image-markup/LICENSE.txt for details.
-->
<project default="crea... |
/**
* New node file
*/
var config = require('nconf');
var express = require('express');
var passport = require('passport');
var path = require('path');
var flash = require('connect-flash');
module.exports = function (app) {
app.set('port', config.get("app:port") || 3000);
var sessionOptions = config.... |
(function (ns) {
var Base = require("../../base/index.js"),
codegen = require("escodegen");
var Simplifier = require("../simple-statement/simple-statement.js");
var Transformer = require("./transform.js").GLMatrixTransformer;
var GLMatrixCompiler = function () {
};
Base.extend(GLMa... |
package nodes
import (
"fmt"
"reflect"
"github.com/ofavre/calcgraph/executor"
)
type TypeMismatchError struct {
expectedType reflect.Type
actualType reflect.Type
}
func typeMismatchErrorForTypeOf(expectedType reflect.Type, val interface{}) {
typeMismatchError(expectedType, reflect.TypeOf(val))
}
func typeM... |
package org.seasar.doma.internal.jdbc.command;
import java.util.stream.Collector;
import org.seasar.doma.jdbc.domain.DomainType;
public class DomainCollectorHandler<BASIC, DOMAIN, RESULT>
extends ScalarCollectorHandler<BASIC, DOMAIN, RESULT> {
public DomainCollectorHandler(
DomainType<BASIC, DOMAIN> doma... |
---
uid: SolidEdgePart.ResizeHole.Range(System.Double@,System.Double@,System.Double@,System.Double@,System.Double@,System.Double@)
summary:
remarks:
syntax:
parameters:
- id: x1
description: Specifies the x coordinate of the lower-left corner the referenced object.
- id: x2
description: Speci... |
using namespace IECore;
using namespace IECoreScene;
using namespace Imath;
using namespace boost;
IE_CORE_DEFINERUNTIMETYPEDDESCRIPTION( SceneCache )
//////////////////////////////////////////////////////////////////////////
// Implementation
//////////////////////////////////////////////////////////////////////////... |
import Config from './config/config';
Template.registerHelper('Config', () => Config);
Template.registerHelper('NCSchemas', () => NCSchemas);
Template.registerHelper('socialMedia', () => _.map(Config.socialMedia, obj => obj));
Template.registerHelper('Utils', () => Utils);
Template.registerHelper('currentRoute', ... |

observe and report.
Rogen lets you quickly stand up an app that allows users to create Fulcrum records without authentication or authorization. This can be helpful in emergency response or damage assesment situations where managing users would just get ... |
MD5 hash for NoFlo.
|
/*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2011. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in $(WIND_BASE)/WPILib. */
/*--------------... |
<!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... |
class Projects::GitHttpController < Projects::ApplicationController
include ActionController::HttpAuthentication::Basic
include KerberosSpnegoHelper
attr_reader :user
# Git clients will not know what authenticity token to send along
skip_before_action :verify_authenticity_token
skip_before_action :reposit... |
/*
* 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 writing, software
* distribut... |
<?php
use Laracasts\TestDummy\Factory as TestDummy;
use Illuminate\Database\Capsule\Manager as DB;
require 'vendor/phpunit/phpunit/src/Framework/Assert/Functions.php';
class FactoryTest extends PHPUnit_Framework_TestCase
{
public function setUp()
{
parent::setUp();
TestDummy::$factoriesPath... |
namespace blackrock {
namespace {
struct UInt128 {
uint64_t value[2];
};
struct UInt256 {
uint64_t value[4];
};
struct Superblock {
// First block of a physical disk which is part of the distributed block storage system.
static constexpr UInt128 MAGIC = { { 0xcdf365304999bb98ull, 0xfd641ba781b04071ull } };
... |
<?php
namespace Illuminate\Database\Eloquent;
use LogicException;
use Illuminate\Support\Arr;
use Illuminate\Support\Str;
use Illuminate\Contracts\Support\Arrayable;
use Illuminate\Contracts\Queue\QueueableEntity;
use Illuminate\Contracts\Queue\QueueableCollection;
use Illuminate\Support\Collection as BaseCollection;... |
<?php
namespace Eloquent\Typhoon\CodeAnalysis\Issue\ClassIssue;
use Eloquent\Typhoon\CodeAnalysis\Issue\AbstractClassRelatedIssue;
use Eloquent\Typhoon\CodeAnalysis\Issue\ClassIssueInterface;
use Eloquent\Typhoon\CodeAnalysis\Issue\IssueVisitorInterface;
use Eloquent\Typhoon\TypeCheck\TypeCheck;
class MissingPrope... |
// Copyright © Microsoft Corporation. All Rights Reserved.
// This code released under the terms of the
// Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.TeamFoundation.Migration.Tfs20... |
<?php
namespace Anton\ShopBundle\DataFixtures\ORM;
use Anton\ShopBundle\Entity\Category;
use Doctrine\Common\DataFixtures\FixtureInterface;
use Anton\ShopBundle\Entity\Product;
use Doctrine\Common\Persistence\ObjectManager;
use Symfony\Component\HttpFoundation\File\File;
class FixtureLoader implements Fixtur... |
CKEDITOR.plugins.setLang( 'filetools', 'az', {
loadError: 'Faylını oxumaq mümkün deyil',
networkError: 'Xəta baş verdi.',
httpError404: 'Serverə göndərilməsinin zamanı xəta baş verdi (404 - fayl tapılmayıb)',
httpError403: 'Serverə göndərilməsinin zamanı xəta baş verdi (403 - gadağandır)',
httpError: 'Serv... |
#import "NSObject-Protocol.h"
@protocol IDESchemeOptionMenuItem <NSObject>
- (id)name;
@end
|
"""
/roles endpoint for Daisy v1 API
"""
from oslo_config import cfg
from oslo_log import log as logging
from webob.exc import HTTPBadRequest
from webob.exc import HTTPConflict
from webob.exc import HTTPForbidden
from webob.exc import HTTPNotFound
from webob import Response
from daisy.api import policy
import daisy.a... |
module Marver
class FinderParamFilter
class << self
def filter!(params, allowed_params)
unallowed = params.keys - allowed_params
raise UnallowedParamsError.new("Unallowed params: #{unallowed}") unless unallowed.empty?
return true
end
end
end
class UnallowedParamsError ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_19) on Mon Feb 03 12:19:21 CET 2014 -->
<TITLE>
org.openxava.web.editors (OpenXava 4.9.1 API)
</TITLE>
<META NAME="keywords" CONTENT="org.openxava.w... |
void generate_random_bytes(size_t n, void *result);
|
Copyright (c) 2016 These Days <support@thesedays.com>
> 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 rights
> to use, copy, modify, mer... |
layout: "fluid/docs_base"
version: "3.4.0"
versionHref: "/docs/v3/3.4.0"
path: ""
category: api
id: "menuclose"
title: "MenuClose"
header_sub_title: "Ionic API Documentation"
doc: "MenuClose"
docType: "class"
show_preview_device: true
preview_device_url: "/docs/v3/demos/src/menu/www/"
angular_controller: APIDemoCtrl
--... |
from swgpy.object import *
def create(kernel):
result = Building()
result.template = "object/building/poi/shared_dantooine_kunga_large1.iff"
result.attribute_template_id = -1
result.stfName("poi_n","base_poi_building")
#### BEGIN MODIFICATIONS ####
#### END MODIFICATIONS ####
return result |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
null
### Remarks
null |
define(
{
MODULE_NAMES : {
ACCOUNTS_SEARCH_RESULT : 'xfAccountsSearchResult',
CLUSTER_BASE : 'xfClusterBase',
COLUMN : 'xfColumn',
ENTITY : 'xfEntity',
ENTITY_RESULT : 'xfEntityResult',
ENTITY_RESULT_CLUSTER : 'xfEntityResultCluster',
FILE : 'xfFile',
IMMUTABLE_CLUSTER : 'xfImmutableCluster... |
// CPrefsSimple.h : header file
//
#ifndef __CPREFSSIMPLE__MULBERRY__
#define __CPREFSSIMPLE__MULBERRY__
#include "CPrefsPanel.h"
#include "CINETAccount.h"
/////////////////////////////////////////////////////////////////////////////
// CPrefsSimple dialog
class JXSecondaryRadioGroup;
class JXRadioGroup;
class ... |
#include <iostream>
#include <set>
#include <sstream>
#include <algorithm>
#include "Lower.h"
#include "IROperator.h"
#include "Substitute.h"
#include "Function.h"
#include "Scope.h"
#include "Bounds.h"
#include "Simplify.h"
#include "IRPrinter.h"
#include "Debug.h"
#include "Tracing.h"
#include "Profiling.h"
#include... |
* [NativeBase](http://nativebase.io/)
* [Introduction](README.md)
* [Getting Started](docs/GetStarted.md)
* [Compatibility](docs/Compatibility.md)
* [Components](Components.md#Components)
* [Anatomy](Components.md#anatomy-headref)
* [Accordion](Components.md#accordion-def-headref)
* [Icon](Components.md... |
.class public interface abstract Lcom/j256/ormlite/dao/CloseableIterable;
.super Ljava/lang/Object;
.source ""
# interfaces
.implements Ljava/lang/Iterable;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Iterable<TT;>;"
}
.... |
Kairi Template
==============
The website builder for/by Kairi KAWASAKI.
Requirement
-----------
- Node.js (Latest)
Usage
-----
### On development
```shell
$ npm start
```
Then, the following tasks are executed:
1. Install required modules
(``npm i``)
2. Build HTML, CSS, JS, images, and copy other specified ... |
'use strict';
var path = require('path');
var assetsJsonFile = './assets.json';
/**
* Creates a configuration for loading and decorating assets json at a later time.
* Assets json comes from webpack stats, generated by the build.
*
* @param {String} baseDir - The base directory on which to join asset paths.
* @... |
package uk.co.nevarneyok.ux.dialogs;
import android.app.Dialog;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.app.DialogFragment;
import android.support.v4.content.ContextCompat;
import android.text.Html;
import android.vi... |
Dataset processing notifications
--------------------------------
The following events trigger a dataset processing notification:
- A realtime dataset did not receive data for a period of time (the period can be configured on each dataset)
- A dataset finished its processing with errors
Recipients
~~~~~~~~~~
- User... |
using System;
using System.Globalization;
using System.Linq;
using System.Reflection;
using System.Web.Http.Controllers;
using System.Web.Http.Description;
using System.Xml.XPath;
using ASP.NETWebAPI.Areas.HelpPage.ModelDescriptions;
namespace ASP.NETWebAPI.Areas.HelpPage
{
/// <summary>
/// A custom <see cref... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
class CreateJobsTable extends Migration
{
public function up()
{
Schema::create('jobs', function (Blueprint $table) {
$table->bigIncrements('id');
... |
Om cookies
==============================================
What about cookies?
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Общие сведения об этой сборке предоставляются следующим набором
// набора атрибутов. Измените значения этих атрибутов, чтобы изменить сведения,
// связанные со сборкой.
[assembly: AssemblyTitle("TestProject_9")]
[... |
Javascript Library for all about QR codes: Contains QR code encode, decode, launch webcam, select front/rear camera on mobile
Credits:
* QR Code creation: http://davidshimjs.github.io/qrcodejs/ (https://github.com/davidshimjs/qrcodejs)
* QR Code reading/decoding: https://github.com/LazarSoft/jsqrcode and the dem... |
<?php
namespace Http\Message;
use Psr\Http\Message\StreamInterface;
/**
* Factory for PSR-7 Stream.
*
* @author Márk Sági-Kazár <mark.sagikazar@gmail.com>
*/
interface StreamFactory
{
/**
* Creates a new PSR-7 stream.
*
* @param string|resource|StreamInterface|null $body
*
* @return ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>tlc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
<?php
namespace adgoevo;
// TODO: replace file_get_contents with curl
class KinoClient
{
private $baseUrl = 'http://applications.opap.gr/DrawsRestServices/kino/';
public function __construct()
{
}
public function getLastDraw()
{
$requestUrl = $this->baseUrl . 'last.json';
$dat... |
import logging
from struct import pack, unpack
from binascii import unhexlify, hexlify
from impacket import smb, ntlm
from impacket.nt_errors import STATUS_ACCESS_DENIED, STATUS_SUCCESS
from impacket.spnego import SPNEGO_NegTokenInit, SPNEGO_NegTokenResp, TypesMech
from impacket.dcerpc.v5 import transport, nrpc
from i... |
Public Class ParamRepBalanceFlujoEfectivo
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Me.Page.IsPostBack = False Then
Me.RadDatePicker1.SelectedDate = Date.Parse(Session("Fecha"))
End If
Me.RadC... |
package com.slack.api.scim.request;
import com.slack.api.scim.SCIMApiRequest;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class UsersReadRequest implements SCIMApiRequest {
private String token;
private String id;
}
|
/*global defineSuite*/
defineSuite([
'Core/WebMercatorProjection',
'Core/Cartesian2',
'Core/Cartesian3',
'Core/Cartographic',
'Core/Ellipsoid',
'Core/Math'
], function(
WebMercatorProjection,
Cartesian2,
Cartesian3,
Cartogra... |
<!DOCTYPE html>
<html>
<head>
<title>Simple Horizontal Bar Chart</title>
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="novus.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-b... |
package com.haulmont.bali.db;
import javax.annotation.concurrent.ThreadSafe;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* <code>ResultSetHandler</code> implementation that converts a
* <code>ResultSet</code> into an <code>Object[]</code>. This class is
* thread safe.
*
*/
@ThreadSafe
public cl... |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#ifndef DTRULE_H
#define DTRULE_H
#include "unicode/utypes.h"
/**
* \file
* \brief C++ API: Rule for specifying date and time in an year
*/
#if !UCONFIG_NO_FORMATTING
#include "unicode/uobject.h"
#i... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.php.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/php-project/1">
<name>Django_dev_pro</name>
</data>
</configuration>
</project>
|
First, sign up for a CoreOS account from [coreos.com](https://coreos.com/). Then, check your inbox for an email from CoreOS Support, and click *Verify Email*.
Log in to complete registration and access the Account Overview page.
<div class="row">
<div class="col-lg-10 col-lg-offset-1 col-md-10 col-md-offset-1 col-s... |
'use strict';
/**
* A container holding only the Tags for a resource, allowing the user to
* update the tags on a Provisioning Service instance.
*
*/
class TagsResource {
/**
* Create a TagsResource.
* @member {object} [tags] Resource tags
*/
constructor() {
}
/**
* Defines the metadata of T... |
/*
* 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.
*/
package com.aprotrain.sl.web.dashboard;
import com.aprotrain.sl.dal.dao.CourseService;
import com.aprotrain.sl.dal.entity.Cour... |
using System;
namespace SqlGenerator
{
internal sealed class WhereOperator : SqlCommandPart, IWhereOperator
{
internal WhereOperator(SqlBuilder builder)
: base(builder)
{
}
public IWhereJoin InBetween(string rightValue)
{
return AddAndReturn(" i... |