text
stringlengths
3
1.05M
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fssec-model: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Arch Enemy</string> <string name="none"></string> <string name="title_twitter">Twitter</string> <string name="title_facebook">Facebook</string> <string name="title_activity_main">Arch Enemy</string> <string name="title_a...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
package com.salesmanager.shop.mapper.catalog; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.salesmanager.core.business.services.catalog.pricing.PricingService; import com.salesmanager.core.model.c...
<div class="well" itemscope itemtype="http://schema.org/LocalBusiness"> <address> <p> <strong itemprop="name">{{ site.title }}</strong> </p><p> <a itemprop="email" href="mailto:{{ site.contact.email }}">{{ site.contact.email }}</a> </p><p> <a itemprop="tel" href="tel:...
using CSharpGuidelinesAnalyzer.Rules.Maintainability; using CSharpGuidelinesAnalyzer.Test.TestDataBuilders; using Microsoft.CodeAnalysis.Diagnostics; using Xunit; // @formatter:keep_existing_linebreaks true namespace CSharpGuidelinesAnalyzer.Test.Specs.Maintainability; public sealed class AvoidNestedLoopsSpecs : CSh...
using namespace angle; namespace { Vector4 RandomVec4(int seed, float minValue, float maxValue) { RNG rng(seed); srand(seed); return Vector4( rng.randomFloatBetween(minValue, maxValue), rng.randomFloatBetween(minValue, maxValue), rng.randomFloatBetween(minValue, maxValue), rng.randomFloatB...
<?php namespace mootensai\enhancedgii\crud; use \Yii; use \yii\base\Model; use \yii\base\NotSupportedException; use \yii\db\ActiveRecord; use \yii\db\ColumnSchema; use \yii\db\Connection; use \yii\db\Schema; use \yii\db\TableSchema; use \yii\gii\CodeFile; use \yii\helpers\Inflector; use \yii\helpers\VarDu...
(function() { 'use strict'; pinpointApp.constant('responseTimeChartDirectiveConfig', { myColors: ["#2ca02c", "#3c81fa", "#f8c731", "#f69124", "#f53034"] }); pinpointApp.directive('responseTimeChartDirective', ['responseTimeChartDirectiveConfig', '$timeout', function (cfg, $timeout) { re...
from __future__ import print_function import re import subprocess import sys from subprocess import PIPE #from nltk.corpus import cmudict ''' module for running the NIST Syllabifier assumes tsylb2 file exists in directory '~/NIST/tsylb2-1.1/' ''' class NISTClient: def __init__(self): self.cmu_dict = No...
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("Fol...
#include <time.h> #include "target.h" /* Avoid redefined warnings */ #undef FD_SETSIZE #undef FD_SET #undef FD_CLR #undef FD_ISSET #undef FD_ZERO #undef fd_set #include "hw_types.h" #include "hw_ints.h" #include "hw_memmap.h" #include "hw_common_reg.h" #include "rom.h" #include "rom_map.h" #include "interrupt.h" #i...
<?xml version="1.0" encoding="UTF-8"?> <sem:triples uri="http://www.lds.org/vrl/objects/tools/loppers" xmlns:sem="http://marklogic.com/semantics"> <sem:triple> <sem:subject>http://www.lds.org/vrl/objects/tools/loppers</sem:subject> <sem:predicate>http://www.w3.org/2004/02/skos/core#prefLabel</sem:predicate> ...
创建new RootBeanDefinition()实例,设置其beanClass属性等于ApplicationConfig,设置其lazyInit属性等于false 获取当前元素的id属性作为id变量 如果id变量等于null,获取name属性作为beanName变量 如果beanName变量等于null,使用ApplicationConfig作为beanName变量 设置id变量为beanName 判断如果Spring的Registry中存在此id,则设置 id = id + count++ 来保证唯一 如果id变量不等于null 如...
require "main_app_helper" RSpec.feature "Main / Projects / Index", js: false do include_context "main_projects" before do 5.times do |i| create_project("Foo#{i + 1}Corp") end end scenario "I can view a list of projects" do visit "/work" expect(page).to have_content("Foo1Corp") expe...
namespace video_capture { MockDevicesChangedObserver::MockDevicesChangedObserver() = default; MockDevicesChangedObserver::~MockDevicesChangedObserver() = default; } // namespace video_capture
from nssrc.com.citrix.netscaler.nitro.resource.base.base_resource import base_resource from nssrc.com.citrix.netscaler.nitro.resource.base.base_resource import base_response from nssrc.com.citrix.netscaler.nitro.service.options import options from nssrc.com.citrix.netscaler.nitro.exception.nitro_exception import nitro_...
from airflow.contrib.hooks.aws_hook import AwsHook from airflow.contrib.operators.sagemaker_base_operator import SageMakerBaseOperator from airflow.utils.decorators import apply_defaults from airflow.exceptions import AirflowException class SageMakerEndpointOperator(SageMakerBaseOperator): """ Create a SageM...
<?php namespace Backend\Core\Engine\Base; use Common\Exception\ExitException; use Symfony\Component\Filesystem\Filesystem; use Backend\Core\Engine\Exception as BackendException; use Backend\Core\Engine\Model as BackendModel; /** * This is the base-object for cronjobs. The module-specific cronjob-files can extend ...
namespace ash { class ASH_EXPORT SystemTrayNotifier { public: SystemTrayNotifier(); ~SystemTrayNotifier(); void AddAccessibilityObserver(AccessibilityObserver* observer); void RemoveAccessibilityObserver(AccessibilityObserver* observer); void AddBluetoothObserver(BluetoothObserver* observer); void Remove...
package applicationautoscaling_test import ( "context" "testing" "time" "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/aws/aws-sdk-go/aws" "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/aws/aws-sdk-go/aws/awserr" "k8s.io/autoscaler/cluster-autoscaler/cloudprovider/aws/aws-sdk-go/aws/request" "k8s.io/...
package com.sencha.gxt.explorer.client.misc; import com.google.gwt.core.client.EntryPoint; import com.google.gwt.user.client.ui.IsWidget; import com.google.gwt.user.client.ui.VerticalPanel; import com.google.gwt.user.client.ui.Widget; import com.sencha.gxt.explorer.client.app.ui.ExampleContainer; import com.sencha.gx...
/* * Created on Apr 5, 2005 */ package bp.common.fp; import java.io.IOException; import java.io.LineNumberReader; import java.io.Reader; import java.util.Iterator; import java.util.List; import bp.common.ds.ScrollingQueue; /** * @author benedictpaten */ public final class Generators { public static final ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
namespace Interapp.Data.Models { using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Common.Models; public class Application : BaseModel { [Key] public int Id { get; set; } public bool IsReviewed { get; s...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
<!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 Reflex in UD_Taga...
margin: 0 0 30px 0; } [type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: relative; left: 0; opacity: 1; } table tr td { padding: 10px 5px; } table tr { background-color: #fff; } .legend { display: inline-block; width: 15px; height: 15px; margin-top: 5px; } input[type="c...
This directory contains samples for the Compute Policy APIs. ## Compute Policy workflow `compute_policy_workflow.py` uses the compute policy APIs to create a policy of VM-Host affinity capability and checks the compliance status of the policy for a particular virtual machine after the virtual machine is powered on. #...
Add Product ### Actor Product Approver ### Bounded Context Catalog ### Summary Adds a product to the product catalog so that a user can search for it and it can be added to a cart, rented, purchased and shipped. ### Input | Name | Description | | ----------- | ----------------...
using System.Collections.Generic; using Windows.UI.Notifications; namespace LiveTiles.Helpers { public class LiveTileData { #region Fields public readonly int ImageDataLimit; public readonly int TextLimit; public readonly TileTemplateType TileTemplateType; private L...
<?php namespace App\Common\Models\Message\Mongodb; use App\Common\Models\Base\Mongodb\Base; class MsgCount extends Base { /** * 消息-消息数量管理 * This model is mapped to the table imessage_msg_count */ public function getSource() { return 'imessage_msg_count'; } }
"use strict"; let chai = require("chai"); let helpers = require("./helpers"); let pass = require("../../../../../lib/compiler/passes/remove-proxy-rules"); chai.use(helpers); let expect = chai.expect; describe("compiler pass |removeProxyRules|", function() { describe("when a proxy rule isn't listed in |allowedStar...
<html> <body> <!-- Compiled application bundle --> <script src="build/app.js"></script> <!-- Livereload does automatic reloads on change, only useful for dev server --> <script src="http://127.0.0.1:35729/livereload.js"></script> </body> </html>
package mongodb_v2 import ( "context" "fmt" "go.mongodb.org/mongo-driver/bson" "go.mongodb.org/mongo-driver/mongo" // Register uuid.UUID as BSON type. _ "github.com/looplab/eventhorizon/codec/bson" eh "github.com/looplab/eventhorizon" ) // Replace implements the Replace method of the eventhorizon.EventStore...
void f() const; // expected-error {{non-member function cannot have 'const' qualifier}} void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} extern void (&rf)() const; // expected-error {{reference to function type cannot have 'const' qualifier}} typedef void cfn() con...
/** * Created by Joshua.Austill on 8/11/2016. This connector is actually an api, so you can use it on a seperate server from your ui. However, because of this, it will require a bit more setup than your average connector. Second, you will need to add path-posix and multer to your project, just run npm install -...
package org.bizzle.tester.suite import org.scalatest.Suite /** * Created by IntelliJ IDEA. * User: Jason * Date: 1/18/12 * Time: 10:50 PM */ class SuiteReporter[+T <: Suite](val suites: Seq[T] = Seq[Suite]()) { def ++[U >: T <: Suite](that: SuiteReporter[U]) : SuiteReporter[U] = new SuiteReporter[U](suites ...
<!DOCTYPE html> <html> <head> <!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Li Jing - Nanyang Technological University (NTU)</title> <!-- Mobile Specific Metas ––––––––––––––––––––––––––––...
<!-- saved from url=(0014)about:internet --> <!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/html; charset=iso-8859-1"/> <title>box.png</title> </hea...
<?php namespace Boomerang\Exceptions; class ResponseException extends \RuntimeException { }
from setuptools import setup, find_packages from codecs import open from os import path here = path.abspath(path.dirname(__file__)) # Get the long description from the relevant file with open(path.join(here, 'DESCRIPTION.md'), encoding='utf-8') as f: long_description = f.read() setup( name='docket', ver...
var mdns = require('./')() var path = require('path') var os = require('os') var announcing = process.argv.indexOf('--announce') > -1 if (process.argv.length < 3) { console.error('Usage: %s <hostname>', path.basename(process.argv[1])) process.exit(1) } var hostname = process.argv[2] if (announcing) { var ip = ...
package com.amazonaws.services.iot.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.AmazonWebServiceRequest; @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ListTargetsForPolicyRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializab...
package org.apache.spark import java.io._ import java.lang.reflect.Constructor import java.net.URI import java.util.{Arrays, Locale, Properties, ServiceLoader, UUID} import java.util.concurrent.{ConcurrentHashMap, ConcurrentMap} import java.util.concurrent.atomic.{AtomicBoolean, AtomicInteger, AtomicReferen...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <meta charset="utf-8"> <title>PHPExcel classes » \PHPExcel_Shared_OLE_PPS_Root</title> ...
module Azure::VMwareCloudSimple::Mgmt::V2019_04_01 module Models # # Resource provider available operation display model # class AvailableOperationDisplay include MsRestAzure # @return [String] Description of the operation for display purposes attr_accessor :description # @r...
 using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; namespace BrightIdeasSoftware { /// <summary> /// A GlassPanelForm sits transparently over an ObjectListView to show overlays. /// </summary> internal partial class GlassPanelForm : Form ...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <head th:include="fragment/common :: headerFragment" > <meta charset="utf-8" /> <!-- title needs to be dynamic --> <title>Consent2Share</title> <meta name="description" content="Consent Management System" /> <meta nam...
**Редьюсеры** определяют, как состояние приложения изменяется в ответ на [экшены](./Actions.md), отправленные в стор. Помните, что экшены только описывают, _что произошло, но не описывают, как изменяется состояние приложения. ## Проектирование структуры состояния (State) В Redux все состояние приложения хранится в ви...
package com.java110.api.bmo.complaint; import com.alibaba.fastjson.JSONObject; import com.java110.api.bmo.IApiBaseBMO; import com.java110.core.context.DataFlowContext; /** * @ClassName IComplaintSMO * @Description TODO * @Author wuxw * @Date 2020/3/9 22:12 * @Version 1.0 * add by wuxw 2020/3/9 **/ public inter...
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */ #include <sstream> #include <limits> #include "ifcpp/model/AttributeObject.h" #include "ifcpp/model/BuildingException.h" #include "ifcpp/model/BuildingGuid.h" #include "ifcpp/reader/ReaderUtil.h" #include "ifcpp/writer/WriterUtil.h" #include...
(function () { "use strict"; angular .module("common.services", ["ngResource"]) .constant("appSettings", { serverPath: "http://localhost:23730/" } ) }());
package pro.taskana.task.internal.jobs.helper; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** Update a lot of priorities for tasks in a performant way without the need to write SQL. */ public class TaskUpdatePri...
namespace FollowTheTask.TransferObjects.Request.Commands { public class DeclineRequestCommand : Command { public int RequestId { get; set; } } }
define(function () { var discWithImage = function (data) { var self = this; ko.mapping.fromJS(data, {}, self); self.CoverImage = ko.onDemandObservable(function() { var request = 'https://itunes.apple.com/search?entity=album&term=' + escape(self.ArtistName()) + ' ' + escape(sel...
require 'optparse' require 'fileutils' require 'rsync' require 'json' VERSION = '0.2.1' CONF_AT = File.join(Dir.home, '.mirrorworksrc.json') class Mirrorworks def initialize @conf = {} end private def parse_config unless File.readable? CONF_AT raise "Can't read #{CONF_AT}. Use 'setup' command...
<?php namespace Cielo; class Consultation { /** * @var string */ public $tid; /** * @var Order */ private $order; /** * @var PaymentMethod */ private $paymentMethod; /** * @var Merchant */ private $merchant; /** * @var string *...
#include "Entity.h" class FrustumCuller { public: FrustumCuller(const DirectX::XMFLOAT4X4& view, const DirectX::XMFLOAT4X4& projection); void SetView(const DirectX::XMFLOAT4X4& view); void SetProjection(const DirectX::XMFLOAT4X4& proj); void Cull(const std::vector<Mesh>& meshes, std::vector<SubsetPtr...
<html> <head> <title>Maven Respository</title> </head> <body> <h2>maven-s3-repo</h2> ArtifactId: ${project.artifactId}<br/> Version: ${project.version}<br/> <ul> <li>follows Maven 2+ repository structure (from the base path <code>/repo</code>)</li> <li>supports submission of maven artifacts via HTTP PUT or HTTP POST</l...
package com.emc.vipr.client.core; import static com.emc.vipr.client.core.impl.PathConstants.ID_URL_FORMAT; import static com.emc.vipr.client.core.impl.PathConstants.VARRAY_URL; import static com.emc.vipr.client.core.util.ResourceUtils.defaultList; import java.net.URI; import java.util.List; import javax.ws.rs.core....
<?php /* @package xajax @version $Id: xajaxCallableObject.inc.php 362 2007-05-29 15:32:24Z calltoconstruct $ @copyright Copyright (c) 2005-2006 by Jared White & J. Max Wilson @license http://www.xajaxproject.org/bsd_license.txt BSD License */ /* Class: xajaxCallableObject A class that stores a reference to a...
{% extends "base.html" %} {% load staticfiles %} {% load add_css %} {% block page_title %}DAF - API Control{% endblock %} {% block content %} <div class="panel panel-primary"> <div class="panel-heading"> Dashboard/APIs </div> <div class="panel-body"> <div class="row"> {% if apis %}...
package org.localstorm.feeds.blogs; import com.sun.syndication.feed.synd.SyndEntry; import com.sun.syndication.feed.synd.SyndFeed; import com.sun.syndication.fetcher.FeedFetcher; import com.sun.syndication.fetcher.impl.FeedFetcherCache; import com.sun.syndication.fetcher.impl.HashMapFeedInfoCache; import com.sun.syndi...
import React from 'react' import ReactDom from 'react-dom' import './styles/main.scss' import Routes from './routes' ReactDom.render( <Routes />, document.getElementById('app') )
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paramcoq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
package co.aikar.commands; import co.aikar.commands.bukkit.contexts.OnlinePlayer; import org.apache.commons.lang.Validate; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.DyeColor; import org.bukkit.World; import org.bukkit.command.CommandSender; import org.bukkit.entity.EntityType; import o...
<?php namespace Tests\AppBundle\Service; use AppBundle\WebService\Spotify\ValueObject\Track; use AppBundle\Exception\NoTracksFoundException; use AppBundle\Service\SrToSpotifyTrackConverter; use AppBundle\WebService\SR\Responses\Entity\Song; class SrToSpotifyTrackConverterTest extends \PHPUnit_Framework_TestCase { ...
namespace CC.Common.Data.Util.Demo { partial class frmMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="dispo...
'use strict'; const GrawlixPlugin = require('../../grawlix').GrawlixPlugin; module.exports = function(options) { return new GrawlixPlugin('grawlix-test-plugin-module'); };
package HackerRank.Training.FunctionalProgramming.Recursion import java.io.{ByteArrayInputStream, IOException, InputStream, PrintWriter} import java.util.InputMismatchException import scala.collection.generic.CanBuildFrom import scala.language.higherKinds private[this] object SuperDigit { import Reader._ impor...
<!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...
package nl.oxborrow.spark.security.modules; import com.google.inject.AbstractModule; import nl.oxborrow.spark.security.SparkSecurity; import nl.oxborrow.spark.security.filter.SecurityHandler; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Date: 25-11-14 * * @author oscar */ public class Security...
<?xml version="1.0" encoding="UTF-8"?> <rootTag> <Award> <AwardTitle>Graduate Research Fellowship Program</AwardTitle> <AwardEffectiveDate>11/01/2010</AwardEffectiveDate> <AwardExpirationDate>10/31/2017</AwardExpirationDate> <AwardAmount>1206667</AwardAmount> <AwardInstrument> <Value>Fellow...
export interface ConnectionSpeedData { startTime: number; endTime?: number; duration?: number; bitsLoaded?: number; speedBps?: number; speedKbps?: number; speedMbps?: number; }
<?php require_once "./common.php"; use Duck\Queue; $queue = new Queue($json->token, $json->project_id, 'suck'); $queue->setTimeout(5); $nextQueue = new Queue($json->token, $json->project_id, 'suckle'); $nextQueue->setTimeout(5); do { list($duck, $id) = $queue->dequeue(); if (!$duck) { sleep(1); ...
import os queries = dict() query_dir = os.path.dirname(__file__) for filename in os.listdir(query_dir): if filename not in ['__init__.py', '__init__.pyc']: key, _ = os.path.splitext(filename) absfilename = os.path.join(query_dir, filename) with open(os.path.abspath(absfilename), 'r') as fi...
import datetime import logging import math from pajbot import utils from pajbot.managers.handler import HandlerManager from pajbot.managers.schedule import ScheduleManager from pajbot.models.command import Command from pajbot.modules import BaseModule, ModuleSetting import rapidfuzz import requests log = logging.get...
.cellTableWidget { } .cellTableFirstColumn { padding: 2px 15px; } .cellTableLastColumn { } .cellTableFooter { } .cellTableHeader { display: none; } .cellTableCell { height: 26px !important; border-top: 0px; border-right: 0px; border-left: 0px; white-space: nowrap; cursor: pointer; color: black; } ....
<?php namespace MicrosoftAzure\Storage\Tests\Framework; use MicrosoftAzure\Storage\Common\Internal\Resources; use MicrosoftAzure\Storage\Common\Models\ServiceProperties; use MicrosoftAzure\Storage\Common\Internal\Serialization\XmlSerializer; /** * TestBase class for Storage Services test classes. * * @category M...
from django.conf.urls import re_path as url from corehq.apps.case_importer.tracking.views import ( case_upload_case_ids, case_upload_file, case_upload_form_ids, case_upload_status, case_uploads, update_case_upload_comment, ) from corehq.apps.case_importer.views import ( excel_commit, ex...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0) on Fri Aug 09 15:46:55 EDT 2013 --> <title>ILSHoliday</title> <meta name="date" content="2013-08-09"> <link rel="stylesheet" ty...
HelloWorld::HelloWorld() { } HelloWorld::~HelloWorld() { } void HelloWorld::Print() { std::cout << "Hello World!" << std::endl; }
.layout-container { padding: 0; margin: 0; } .main { margin: 0px; padding: 0px; } .footer{ width:100%; padding: 30px; border-top: solid 1px #aaaaaa; /*background-color: #eeeeee;*/ } .content { min-height: 845px; margin-top: 50px; margin-bottom: 30px; } @media (max-width: ...
/* * This file handles the architecture-dependent parts of initialization */ #include <linux/sched.h> #include <linux/mm.h> #include <linux/mmzone.h> #include <linux/screen_info.h> #include <linux/ioport.h> #include <linux/acpi.h> #include <linux/sfi.h> #include <linux/apm_bios.h> #include <linux/initrd.h> #includ...
<?php namespace Akuntis\HelloBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Symfony\Component\HttpFoundation\Response; class DefaultController extends Controller { public function indexAction($name) { return $this->render('AkuntisHelloBundle:Default:index.html.twig',...
import { subtract } from 'ember-awesome-macros'; import { module, test } from 'qunit'; import { A as emberA } from '@ember/array'; import { compute } from 'ember-macro-helpers/test-support'; module('Integration | Macro | subtract', function() { test('subtracts two numbers', function(assert) { compute({ ass...
"""Common SearchIO utility functions.""" from Bio._py3k import basestring def get_processor(format, mapping): """Returns the object to process the given format according to the mapping. :param format: format name :type format: string, lower case :param mapping: mapping of format name and its process...
namespace chromecast { // static std::unique_ptr<CastRuntimeContentBrowserClient> CastRuntimeContentBrowserClient::Create( CastFeatureListCreator* feature_list_creator) { return std::make_unique<CastRuntimeContentBrowserClient>( feature_list_creator); } } // namespace chromecast
import React,{Component} from 'react' import {findDOMNode} from 'react-dom' export default class ReturnTop extends Component{ constructor(){ super(); this.state = { winHeight: $(window).height(), bodyHeight: $('body').height(), }; this.handleBack = this.handle...
package mysql import ( "crypto/rand" "crypto/sha1" "fmt" log "github.com/golang/glog" ) // AuthServer is the interface that servers must implement to validate // users and passwords. It has two modes: // // 1. using salt the way MySQL native auth does it. In that case, the // password is not sent in the clear,...
With the current code, you can move, rotate or rescale the teapot by adjusting the content of `matrix`. But in a real game, you need to organize things differently. Objects are inside a scene and viewed from a camera. You can't just modify each object's characteristic by thinking about how it will be viewed on the scr...
@import url([$url_def_tpl_css]common.css); @import url([$url_theme][$current_tpl_name]/css/_inc/common.custom.css);
@interface QRCodeViewController : DetailPageBaseViewController @end
<?php //check if joomla call us defined( '_JEXEC' ) or die( 'Restricted access' ); if( defined( 'MYSMS_PROVIDER_INNOSEND_PHP' ) == true ) { return; } /** * Define our class constant to precent multipe definition */ define( 'MYSMS_PROVIDER_INNOSEND_PHP', 1 ); /** * require our base class */ require_once('provi...
package org.instantlogic.designer.placetemplate; public abstract class AbstractOpenEditorPlaceTemplate extends org.instantlogic.interaction.flow.PlaceTemplate { public static final OpenEditorPlaceTemplate INSTANCE = new OpenEditorPlaceTemplate(); @Override public String getId() { return "PlaceTemplateDesign_Op...
package com.jcw.fileList; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; /** * Created by Jackson on 7/4/2015. * * This is an implementation that deals with bitmaps in particular. * * It is what I designed ...
<?php namespace FH\PostcodeAPI; use FH\PostcodeAPI\Exception\CouldNotParseResponseException; use FH\PostcodeAPI\Exception\InvalidApiKeyException; use FH\PostcodeAPI\Exception\ServerErrorException; use GuzzleHttp\Psr7\Request; use Psr\Http\Client\ClientExceptionInterface; use Psr\Http\Client\ClientInterface; use Psr\H...
<action> <field name="view_cls">list_view</field> <field name="model">base.user</field> <field name="view_xml">msg_user_widget</field> <field name="reload_event">user_online_status_change</field> </action>
"""Tests for DB migration.""" import json import pprint import alembic import mock from oslo_db.sqlalchemy import test_migrations from oslo_db.sqlalchemy import utils as db_utils import six import sqlalchemy as sa import rally from rally.common import db from rally.common.db.sqlalchemy import api from rally.common.d...