answer stringlengths 15 1.25M |
|---|
//! \file ViewConfiguration.cpp
//! \brief The ViewConfiguration.cpp file contains the definition of non-inline
//! methods of the ViewConfiguration class.
//! \author Quentin Smetz
#include "ViewConfiguration.h"
using namespace std;
// Constructor
ViewConfiguration::ViewConfiguration()
{}
// Destructor
ViewConf... |
<?php
function old_width($left, $right) {
$width = 540;
if (!$left ) {
$width = $width +190;
}
if (!$right) {
$width = $width +190;
}
return $width;
}
/**
* Return a themed breadcrumb trail.
*
* @param $breadcrumb
* An array containing the breadcrumb links.
* @return a string containing the ... |
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
FOUNDATION_EXPORT double <API key>;
FOUNDATION_EXPORT const unsigned char <API key>[]; |
using System;
namespace RecoTwAPI
{
[Serializable]
public class RecoTwException : Exception
{
public RecoTwException(ErrorCollection errors)
{
this.Errors = errors;
}
public ErrorCollection Errors { get; set; }
}
} |
var _ = require('lodash'),
restify = require('restify'),
async = require('async');
module.exports = function(settings, server, db){
var globalLogger = require(settings.path.root('logger'));
var auth = require(settings.path.lib('auth'))(settings, db);
var api = require(settings.path.lib('api'))(setti... |
using Ghost.Server.Mgrs.Map;
using PNetR;
using System;
using System.Numerics;
namespace Ghost.Server.Utilities.Abstracts
{
public abstract class CreatureObject : WorldObject
{
protected bool _dead;
protected StatsMgr _stats;
protected NetworkView _view;
protected MovementGenerat... |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title><API key> | demofile</title>
<meta name="description" content="Documentation for demofile">
<meta name="viewport" content="width=device-width, initial-scale=1">
... |
require 'test_helper'
class PostsControllerTest < ActionController::TestCase
setup do
@post = posts(:one)
end
test "should get index" do
get :index
assert_response :success
assert_not_nil assigns(:posts)
end
test "should get new" do
get :new
assert_response :success
end
test "shoul... |
package org.mcisb.subliminal.metacyc;
import java.io.*;
import java.util.*;
import org.mcisb.subliminal.*;
import org.mcisb.subliminal.model.*;
import org.mcisb.subliminal.sbml.*;
import org.sbml.jsbml.*;
/**
* @author Neil Swainston
*/
public class MetaCycExtracter extends Extracter
{
private final static String... |
'use strict';
/**
* @ngdoc directive
* @name SubSnoopApp.directive:pieChart
* @description
* # pieChart
*/
angular.module('SubSnoopApp')
.directive('donutChart', ['d3Service', '$window', '$document', 'subFactory', '$filter', 'moment', 'sentiMood', 'reaction',
function (d3Service, $window, $document, subFacto... |
package com.stuffwithstuff.magpie.interpreter.builtin;
import com.stuffwithstuff.magpie.interpreter.Interpreter;
import com.stuffwithstuff.magpie.interpreter.Obj;
public interface BuiltInCallable {
Obj invoke(Interpreter interpreter, Obj thisObj, Obj arg);
} |
class <API key> < <API key>
before_action :set_user_agent, only: [:show, :update, :destroy]
# GET /user_agents
# GET /user_agents.json
def index
@user_agents = UserAgent.all
render json: @user_agents
end
# GET /user_agents/1
# GET /user_agents/1.json
def show
render json: @user_agent
end
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Jabra Browser Integration</title>
<link href="main.css" rel="stylesheet" />
<link href="//cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet" />
</head>
<body>
<a href="https:
<header>
<div class="wrapper ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
Animacion es concentracion... y coordinacion - CESAR SAEZ
</title>
<meta name="description" content="Organizacion en peliculas de animacion">
<meta name="author" content="Cesar Saez">
<... |
<!DOCTYPE html>
<!--conf
<sample>
<product version="4.0b1" edition="std"/>
<modifications>
<modified date="130911"/>
</modifications>
</sample>
<html>
<head>
<title>Attach object</title>
<meta http-equiv="Content-... |
"""Device tracker for Synology SRM routers."""
from __future__ import annotations
import logging
import synology_srm
import voluptuous as vol
from homeassistant.components.device_tracker import (
DOMAIN,
PLATFORM_SCHEMA as <API key>,
DeviceScanner,
)
from homeassistant.const import (
CONF_HOST,
CONF... |
import * as _ from 'lodash';
import { data } from './data';
import { extendFramework } from './extendedFramework';
// Note: nugetTarget is empty for the XBox framework.
export const processedData = data
.filter(p => p.nugetTarget)
.map(p => ({
p,
frameworks: p.frameworks.map(extendFramework)
... |
# HWAYCoreData
[. To install
it, si... |
// Description:
// There are two lists of different length. The first one consists of keys,
// the second one consists of values. Write a function
//createDict(keys, values) that returns a dictionary created from keys and
// values. If there are not enough values, the rest of keys should have a
//None (JS null)value. I... |
"use strict";
const { ParserError } = require("../util/errors");
const yaml = require("js-yaml");
module.exports = {
/**
* The order that this parser will run, in relation to other parsers.
*
* @type {number}
*/
order: 200,
/**
* Whether to allow "empty" files. This includes zero-byte files, as wel... |
package lol4j.protocol.dto.champion;
import com.fasterxml.jackson.annotation.<API key>;
@<API key>(ignoreUnknown = true)
public class ChampionDto {
private boolean active;
private boolean botEnabled;
private boolean botMmEnabled;
private boolean freeToPlay;
private long id;
private boolean ranke... |
<?php
if (! function_exists('array_set_defaults')) {
/**
* Set default key => value in an array, it's useful to prevent unseted array keys
* but you'd use that in next code.
*
* @param array $field An array that will recieve default key
* @param array $defaults Array of keys ... |
# Use this hook to configure devise mailer, warden hooks and so forth.
# Many of these configuration options can be set straight in your model.
Devise.setup do |config|
# The secret key used by Devise. Devise uses this key to generate
# random tokens. Changing this key will render invalid all existing
# confirmat... |
package pl.garciapl.banknow.service;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.List;
import pl.garciapl.banknow.model.Transaction;
import pl.garciapl.banknow.service.exceptions.<API key>;
import pl.garciapl.banknow.service.exceptions.<API key>;
/**
* TransactionService - interface for ... |
define([
'jquery',
'underscore',
'backbone',
'collections/users/students',
'collections/users/classes',
'collections/users/streams',
'text!templates/students/studentnew.html',
'text!templates/students/classes.html',
'text!templates/students/streams.html',
'jqueryui',
'bootstr... |
<?php
/* SVN FILE: $Id: 0500_052f.php 7118 2008-06-04 20:49:29Z gwoo $ */
/**
* The upper field is the decimal value of the upper case character
*
* The lower filed is an array of the decimal values that form the lower case version of a character.
*
* The status field is:
* C: common case folding, common mappi... |
<?php
namespace Gsandbox\Action;
use Gsandbox\Model\DataRetrievalPolicy;
use Psr\Http\Message\<API key> as Request;
use Psr\Http\Message\ResponseInterface as Response;
class <API key>
{
public function __invoke(Request $req, Response $res, $args = [])
{
$policy = new DataRetrievalPolicy();
$rule... |
<?php
if ($_smarty_tpl->smarty->ext->_validateCompiled->decodeProperties($_smarty_tpl, array (
'has_nocache_code' => false,
'version' => '3.1.28',
'unifunc' => '<API key>',
'file_dependency' =>
array (
'<SHA1-like>' =>
array (
0 => 'C:\\xampp\\htdocs\\monitoring\\application\\views\\admin\\paren... |
Copyright (c) 2013-14 Robert Kooima
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, merge, publish, distribute, su... |
<?php
namespace Vespolina\CommerceBundle\Process;
use Symfony\Component\DependencyInjection\ContainerAware;
/**
* @author Daniel Kucharski <daniel@xerias.be>
*/
class ProcessManager extends ContainerAware implements <API key>
{
protected $classMap;
protected $session;
public function __construct($dm, $ses... |
/* global describe */
/* global module */
/* global beforeEach */
/* global inject */
/* global it */
/* global expect */
describe('PanZoom specs', function () {
var $scope = null;
var $compile = null;
var $interval = null;
var PanZoomService = null;
var deferred = null;
var $document = null;
... |
include .config
include $(crank)/crank.min
include $(smarkResult)/crank-smark.min
Pages.parent = SmarkDoc
Pages.out = $(call v.,buildDir)/$(call .,name).html
Pages.name = $(basename $(notdir $I))
Pages.css = pages.css
Pages += index.txt \
$(smark)/smark.txt \
$(pakman)/UsersGuide.txt \
$(cran... |
require "erubis"
module Sliar
class Controller
def initialize(env)
@env = env
end
def env
@env
end
def render(view_name, locales = {})
filename = File.join("app","views", controller_name, "#{view_name}.html.erb")
template = File.read filename
eruby = Erubis::Eruby.new... |
<?php
namespace Oro\Bundle\WorkflowBundle\Tests\Unit\Acl\Extension;
use Oro\Bundle\WorkflowBundle\Acl\Extension\WorkflowMaskBuilder;
class <API key> extends \PHPUnit\Framework\TestCase
{
public function <API key>()
{
$this->assertEquals(
WorkflowMaskBuilder::GROUP_VIEW_WORKFLOW,
... |
[ java client.
Jedis was conceived to be EASY to us... |
package eg.utils;
import java.io.File;
import java.awt.Toolkit;
/**
* Static system properties
*/
public class SystemParams {
/**
* True if the OS is Windows, false otherwise */
public static final boolean IS_WINDOWS;
/**
* The Java version */
public static final String JAVA_VERSION;
/**
* ... |
var express = require('express');
var user = require('../model/user');
var jsonReturn = require('../common/jsonReturn');
var router = express.Router();
/* GET users listing. */
router.get('/', function(req, res, next) {
user.getUsers(function(err, rows, fields){
res.render('users', { users : rows } );
})
});
ro... |
require 'spec_helper'
describe Gyftwrapper::API do
subject { Gyftwrapper::API.new }
class Rails
def self.root
Pathname.new(".").realpath
end
def self.env
'test'
end
end
context 'with configs' do
before do
path_to_configs = Pathname.new("./spec").realpath
allow(Rails).... |
# This is a user's notification settings, really. Might have been a better name for this, in retrospect.
class Notification < ActiveRecord::Base
belongs_to :user
has_many :<API key>
belongs_to :reply_to_comment, :foreign_key => :reply_to_comment,
:class_name => '<API key>'
belongs_to :<API key>, :foreign_k... |
/* Generated by ../bin/opendds_idl version 3.6 (ACE version 6.2a_p7) running on input file DdsDcpsInfoUtils.idl*/
#include "DCPS/DdsDcps_pch.h"
#include "<API key>.h"
#include <cstring>
#include <stdexcept>
#include "dds/DCPS/FilterEvaluator.h"
#include "dds/CorbaSeq/<API key>.h"
#include "dds/<API key>.h"
#include "dd... |
using System;
using System.Collections;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Dynamic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runti... |
layout: sidebar-right
title: "Changes to our website (making it static and faster at the same time)"
author: leon-paternoster
category: news
excerpt: "We’ve made made a few changes to our website, hopefully making it quicker, more stable and more secure."
breadcrumb: news
Last week we made some changes to our web... |
* {
margin: 0;
padding: 0;
}
body {
font-family: "Avenir Next", Helvetica, Arial, "Lantinghei SC", "Microsoft YaHei", sans-serif;
}
.cf:after {
display: table-cell;
clear: both;
content: "";
width: 100%;
height: 0;
}
.top-line {
height: 5px;
/*#2d547f*/
background: #2d547f;
/*background: #666;*/... |
#include <string>
#include <cpprest/json.h>
#include "MediaFileManifest.h"
namespace vosvideo
{
namespace mediafile
{
class FileSegmenter
{
public:
FileSegmenter(const std::wstring& path){}
virtual ~FileSegmenter(){}
virtual std::shared_ptr<MediaFileMa... |
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.<API key>;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.Arrays;
import java.util.logging.Level;
import java.util.logging.Logger;... |
import { createAction } from 'redux-actions';
import { APP_LAYOUT_CHANGE, APP_LAYOUT_INIT } from './constants';
const appLayoutInit = createAction(APP_LAYOUT_INIT);
export const onAppLayoutInit = (key) => {
return (dispatch) => {
dispatch(appLayoutInit(key));
};
};
const appLayoutChange = createAction(APP_LAYOU... |
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <3ds.h>
#include "action.h"
#include "../task/task.h"
#include "../../error.h"
#include "../../info.h"
#include "../../list.h"
#include "../../prompt.h"
#include "../../ui.h"
#include "../../../core/linkedlist.h"
#include "../../../core/screen.h"
#incl... |
WechatBackends
===========
Backend for wechat.
See wechat/base.py for detail. |
using TORSHIA.App.Models.Binding;
using TORSHIA.Domain;
namespace TORSHIA.Services.Contracts
{
public interface IUsersService
{
void CreateUser(<API key> <API key>);
User GetUserByUsername(string username);
}
} |
package com.github.wiselenium.elements.component;
import java.util.List;
/**
* Represents a HTML Multiple Select.
*
* @author Andre Ricardo Schaffer
* @since 0.3.0
*/
public interface MultiSelect extends Component<MultiSelect> {
/**
* Deselects all options.
*
* @return This select instance to al... |
<?php
namespace Kendo\Dataviz\UI;
class <API key> extends \Kendo\SerializableObject {
//>> Properties
/**
* Defines the hover stroke color.
* @param string $value
* @return \Kendo\Dataviz\UI\<API key>
*/
public function color($value) {
return $this->setProperty('color', $value);
}
... |
using Raccoon.Graphics;
namespace Raccoon.Fonts {
public class <API key> : IShaderParameters, <API key> {
#region Private Members
private float? _fontSize;
#endregion Private Members
#region Constructors
public <API key>(Font font) {
Font = font;
}
... |
namespace Cosmos.Logging.Core.LogFields {
public class TagsField : ILogField<string[]> {
public TagsField(params string[] tags) => Value = tags;
public LogFieldTypes Type => LogFieldTypes.Tags;
public string[] Value { get; }
public int Sort { get; set; } = 1;
}
} |
SRC=src/
OBJ=obj/
BIN=bin/
INC=inc/
CC=g++
CFLAGS= -Wall -O2 -I$(INC) -std=c++11
LDFLAGS= `pkg-config gtkmm-3.0 --cflags --libs`
HEADERS= $(wildcard $(INC)*.hpp) $(wildcard $(INC)*/*.hpp)
SOURCES= $(wildcard $(SRC)*.cpp) $(wildcard $(SRC)*/*.cpp)
# OBJECTS = $(SOURCES: .cpp=.o)
OBJECTS=$(patsubst $(SRC)%.cpp,$(OBJ)%.o,... |
<?php if($this->session->userdata('nivel')==2) {?>
<body>
<?php if ($grupos!=FALSE){?>
<div class="container">
<h5>Ver Grupos</h5>
<form action="<?php echo base_url();?>index.php/Welcome/verGrupo" method="post">
<div class="input-field col s12">
... |
<html><img border=0 src=779-03-3.txt alt=779-03-3.txt></img><body>
"x"
"1" "KAZIUS, J, MCGUIRE, R AND BURSI, R. DERIVATION AND VALIDATION OF TOXICOPHORES FOR MUTAGENICITY PREDICTION. J. MED. CHEM. 48: 312-320, 2005"
</body></html> |
.label[data-format=wfs] {
background-color: #7aae3d;
}
.format-label[data-format=wfs],
.format-label[data-format*=wfs] {
background: url("../../img/<API key>.png") no-repeat 0 0;
background-position: 0px -62px;
}
.label[data-format=wms] {
background-color: #adc717;
}
.format-label[data-format=wms],
.for... |
package lexek.wschat.db.dao;
import lexek.wschat.chat.e.<API key>;
import lexek.wschat.chat.e.<API key>;
import lexek.wschat.db.model.DataPage;
import lexek.wschat.db.model.UserData;
import lexek.wschat.db.model.UserDto;
import lexek.wschat.db.model.form.UserChangeSet;
import lexek.wschat.util.Pages;
import org.jooq.Co... |
/* app css stylesheet */
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-child(1):... |
<?php
class LayoutViewTest extends <API key> {
public function setUp() {
$this->view = new \Slim\LayoutView();
$this->view-><API key>(__DIR__ . '/templates');
}
public function <API key>() {
$output = $this->view->fetch('simple.php');
$this->assertEquals("<h1>Hello World\n</h1>", trim($output));
... |
// Init express server
var express = require('express');
var app = express();
var bodyParser = require('body-parser');
var server = require('http').Server(app);
server.listen(3000);
console.log("started listenning on port 3000");
// Subscribe to lexa's router stream and update the LED accordingly
// var onoff = require... |
import { AsyncIterableX } from '../../asynciterable/asynciterablex';
import { SkipAsyncIterable } from '../../asynciterable/operators/skip';
/**
* @ignore
*/
export function skipProto<T>(this: AsyncIterableX<T>, count: number): AsyncIterableX<T> {
return new SkipAsyncIterable<T>(this, count);
}
AsyncIterableX.proto... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="tr" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="14"/>
<source>About FlorijnCoin</source>
<translation>FlorijnCoin hakkında</translation>
... |
<html><body>
<h4>Windows 10 x64 (19041.508)</h4><br>
<h2><API key></h2>
<font face="arial"> +0x000 Flags : Uint4B<br>
+0x004 Shift : Uint4B<br>
+0x008 TableSize : Uint4B<br>
+0x00c Pivot : Uint4B<br>
+0x010 DivisorMask : Uint4B<br>
+0x014 NumEntries : ... |
package iso20022
// Amount of money debited or credited on the books of an account servicer.
type <API key> struct {
// Amount of money in the cash entry.
Amount *<API key> `xml:"Amt"`
// Indicates whether an entry is a credit or a debit.
<API key> *CreditDebitCode `xml:"CdtDbtInd,omitempty"`
// Pos... |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>index</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="assets/font-awesome/css/font-awes... |
// <API key>.h
// HelloUser
#import <UIKit/UIKit.h>
@interface <API key> : UIViewController <UITextFieldDelegate> {
IBOutlet UILabel *helloLabel;
IBOutlet UITextField *nameField;
}
@property (nonatomic, retain) UILabel *helloLabel;
@property (nonatomic, retain) UITextField *nameField;
- (IBAction) sayHello: (... |
<reference types="@types/google-maps" />
import { AfterViewInit, <API key>, Component, ElementRef, Injector, Input, OnInit, ViewChild } from '@angular/core';
import { AddressView } from 'app/api/models';
import { Breakpoint } from 'app/core/layout.service';
import { BaseComponent } from 'app/shared/base.component';
imp... |
#include "<API key>.h"
#include "HGEvent.h"
#include "HGEventScripter.h"
#include "HGPhysicalEntity.h"
#include "<API key>.h"
#define <API key> "<API key>"
#define <API key> "EventCollision"
HGNAMESPACE_START
EventCollision* <API key>(lua_State* L, int idx)
{
EventCollision* event = NULL;
if (lua_isuserd... |
# -*- coding: utf-8 -*-
from sklearn.feature_extraction.text import CountVectorizer
VECTORIZER = CountVectorizer(min_df=1)
# 1-21
# API:
# VECTORIZER = CountVectorizer(ngram_range=(1,2), token_pattern=r'\b\w+\b', min_df=1)
CORPUS = [
'This is the first document.',
'This is the second second document.',
'And... |
title: "ArgData API: GpExeFile Class"
[API Reference](/argdata/api/) > [0.19](/argdata/api/0.19/) > GpExeFile
# GpExeFile Class
Represents a GP.EXE file that will be read from or written to.
**Namespace:** ArgData
## Properties
<table class="table table-bordered table-striped ">
<thead>
<tr>
<th>Name</th>
... |
export default function(field, bucketKey) {
switch (field) {
case 'average_rating':
return {
0: '',
1: '',
2: '',
3: '',
4: '',
5: '',
}[bucketKey];
case 'completion_date':
case 'start_date':
return new Date(parseInt(bucketKey, 10)).getFull... |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>... |
Imports System.Xml.Serialization
Friend Class SerializerCache
Private Shared hash As New Hashtable()
''' <summary>
'''
''' </summary>
''' <param name="type"></param> |
<ion-view view-title="Chat with {{ person.screenName }}">
<ion-content class="padding">
<ul class="chatMessageBox">
<li ng-repeat="message in messages" class="chatMessage">
<span class="name">
<span ng-if="message.type === 0" class="outgoing">{{ userSettings.screenName }}</span>
... |
.foo {
animation-name: rotateOutUpRight;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
} |
#include "plugins.h"
#include "btlog.h"
#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>
const struct object_vtable plugin_vtable = {
(void (*) (void *)) plugin_delete,
(void * (*) (const void *)) plugin_copy,
NULL
};
struct plugin * plugin_create (const char * filename) {
void * handle = dlop... |
#ifndef FRAMING_H_
#define FRAMING_H_
#include "stddef.h"
#include "stdint.h"
void initialize_framing();
// Outgoing data
// Set storage for the outgoing frame
void outgoing_storage(uint8_t * buf, uint32_t bufSize);
void begin_frame();
void append(uint8_t byte);
void append2(uint16_t twobytes);
void append4(uint32_t fo... |
# <API key>: true
module MediaWiktory::Wikipedia
module Modules
# Output nothing.
# The "submodule" (MediaWiki API term) is included in action after setting some param, providing
# additional tweaking for this param. Example (for {MediaWiktory::Wikipedia::Actions::Query} and
# its submodules):
# `... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (Java; U; Pt-br; samsung gt-b5722) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.5.0.185/82/352/UCWEB Mobile</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://... |
title: "Economics As Moral Exchange: James Buchanan Meets Martin Buber"
excerpt_separator: "<!--more
categories:
- Blog
tags:
- Buchanan
- Buber
- Catallactics
- Dialectic
My colleague Randy Simmons and I recently wrote the attached essay on an imagined meeting between the
economist James Buchanan and the mor... |
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using System;
using System.Collections.Generic;
using System.Linq;
namespace MonogameDraw
{
public enum LINECAP
{
NONE,
SQUARE,
CIRCLE
};
public class Renderer
{
private GraphicsDevice gd;
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PathConverter
{
class Converter
{
public static string[] Convert(string input)
{
var results = new string[4];
if (String.IsNullOrEmpty(input)) ret... |
require "transformator/transformation/step"
require_relative "../<API key>"
class Skala::PrimoAdapter::Search::<API key>::
SetOnCampus < Transformator::Transformation::Step
def call
transformation.<API key>.locate("onCampus").first.tap do |_node|
_node << (transformation.on_campus.try(:to_s) == "true" ? "... |
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
namespace Mission_Control.Properties {
using System;
<summary>
A strongly-typed resource class, for looking up local... |
package mekanism.common.transmitters;
import mekanism.api.transmitters.DynamicNetwork;
import mekanism.api.transmitters.IGridTransmitter;
public abstract class Transmitter<A, N extends DynamicNetwork<A, N>> implements IGridTransmitter<A, N>
{
public N theNetwork = null;
public boolean orphaned = true;
@Over... |
<div class="commune_descr limited">
<p>
Perchède est
un village
géographiquement positionné dans le département des Gers en Midi-Pyrénées. Elle comptait 77 habitants en 2008.</p>
<p>Si vous envisagez de venir habiter à Perchède, vous pourrez aisément trouver une maison à acheter. </p>
<p>À coté de Perch... |
using DevExpress.XtraEditors;
namespace DevExpress.MailClient.Win.Controls {
public class BackstageViewLabel : LabelControl {
public BackstageViewLabel() {
Appearance.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))... |
#include "main.hpp"
TargetSelector::TargetSelector(SelectorType type, float range)
: type(type), range(range) {
}
void TargetSelector::selectTargets(Actor *wearer, TCODList<Actor *> & list) {
switch(type) {
case CLOSEST_MONSTER :
{
Actor *closestMonster=engine.getClosestMonster(weare... |
<?php
$language = [
/*
* Change this for the account validation message
*/
'<API key>' => 'To complete registration, please execute the command <strong>/verify {x}</strong> ingame.', // Don't replace {x}
/*
* User Related
*/
'guest' => '',
'guests' => '',
// UserCP
'use... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>doc</title>
<style>
pre code {
display: block; padding: 0.5em;
color: #333;
background: #f8f8ff
}
pre .comment,
pre .template_comment,
pre .diff .header,
pre .javadoc {
color: #... |
<?php
namespace PHPExiftool\Driver\Tag\DICOM;
use JMS\Serializer\Annotation\ExclusionPolicy;
use PHPExiftool\Driver\AbstractTag;
/**
* @ExclusionPolicy("all")
*/
class ContentTime extends AbstractTag
{
protected $Id = '0008,0033';
protected $Name = 'ContentTime';
protected $FullName = 'DICOM::Main';
p... |
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { MessagesComponent } from './messages.component';
import { MessageService } from '../message.service';
describe('MessagesComponent', () => {
let component: MessagesComponent;
let fixture: ComponentFixture<MessagesComponent>;
... |
# <API key>
Web front end to display the content of multiple Docker registries
[}}
<link rel="stylesheet" href="{{url_for('.static', filename='css/jquery.bootstrap-touchspin.min.css')}}">
<link rel="stylesheet" href="{{url_for('.static', filename='css/bootstrap-switch.min.css')}}">
<script src="jquery.js"></sc... |
#include "<API key>.hpp"
#include "EppUtil.hpp"
DOM_Element <API key>::toXML( DOM_Document& doc, const DOMString& tag )
{
DOM_Element elm;
DOM_Element body = EppUtil::createElementNS(doc, "domain", tag);
if( name != null )
{
elm = doc.createElement("name");
elm.appendChild(doc.createText... |
NAME = camelide
OCAMLBUILD = ocamlbuild
OPTIONS = -classic-display
INSTALL_PATH = /usr/local/bin/
.PHONY: native byte clean stat
native:
$(OCAMLBUILD) $(OPTIONS) -I src main.native
mv main.native $(NAME)
byte:
$(OCAMLBUILD) $(OPTIONS) -I src main.byte
mv main.byte $(NAME)
clean:
$(OCAMLBUILD) $(O... |
import _plotly_utils.basevalidators
class YValidator(_plotly_utils.basevalidators.DataArrayValidator):
def __init__(self, plotly_name="y", parent_name="bar", **kwargs):
super(YValidator, self).__init__(
plotly_name=plotly_name,
parent_name=parent_name,
anim=kwargs.pop("an... |
@import url(http://fonts.googleapis.com/css?family=Luckiest+Guy);
body {
margin: 0;
padding: 0;
background-color: #ffffff;
font-family: "Luckiest Guy", "Arial";
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.