answer stringlengths 15 1.25M |
|---|
#ifndef __UPCALL_H
#define __UPCALL_H
/*
* Sanitized this header file to fix
* 32-64 bit interaction issues between
* client-core and device
*/
struct pvfs2_io_request_t {
int32_t async_vfs_io;
int32_t buf_index;
int32_t count;
int32_t __pad1;
int64_t offset;
struct pvfs2_object_kref refn;
... |
#ifndef <API key>
#define <API key>
#include "fluidsynth_priv.h"
#include "fluid_rvoice.h"
//#include "fluid_ladspa.h"
typedef struct <API key> <API key>;
#define <API key> (8192/FLUID_BUFSIZE)
void <API key>(
<API key>* mixer,
void (*func)(void*, fluid_rvoice_t*),
void* userdata);
int <API key>(<API key>* mixer,... |
Follow Button
======
This component is used to display a follow/unfollow button.
It has two parts, the actual button and a container that works with the <API key>.
For most uses, the container is the easiest route.
# How to use the container:
js
var <API key> = require( 'components/follow-button' );
render: function() ... |
"""Template filters and tags for helping with dates and datetimes"""
# pylint: disable=W0702,C0103
from django import template
from nav.django.settings import DATETIME_FORMAT, SHORT_TIME_FORMAT
from django.template.defaultfilters import date, time
from datetime import timedelta
register = template.Library()
@register.f... |
#branding{
background-color: red;
}
.footer{
font-size: 20em;
} |
package com.kellydavid.dfs.config;
import java.io.*;
import java.util.HashMap;
public class Configurator {
private String filename;
private HashMap<String, String> configuration;
public Configurator(String filename){
this.filename = filename;
configuration = new HashMap<String, String>();
... |
#ifndef <API key>
#define <API key>
#include "chrome/browser/net/url_info.h"
class GURL;
namespace net {
class <API key>;
}
namespace chrome_browser_net {
void <API key>(const GURL& url,
const GURL& <API key>,
UrlInfo::<API key> motivation,
i... |
; stdio_outcommon
; 05.2008 aralbrec
PUBLIC stdio_outcommon
PUBLIC <API key>
EXTERN stdio_outsign, stdio_outbuff, stdio_outpad
; common code that performs padding and justification for numbers
;
; enter : b = num chars written to buffer
; d = width
; e = flags [-+ O#PLN]
; hl = & next free po... |
// This program is free software; you can redistribute it and/or modify it
// by the Free Software Foundation. You may not use, modify or distribute
// This program is distributed in the hope that it will be useful, but
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// with this program; if not, ... |
#include "config.h"
#include "system.h"
#include "coretypes.h"
#include "tm.h"
#include "tree.h"
#include "cp-tree.h"
#include "c-family/c-common.h"
#include "langhooks.h"
#include "langhooks-def.h"
#include "diagnostic.h"
#include "debug.h"
#include "cxx-pretty-print.h"
#include "cp-objcp-common.h"
/* Special routine ... |
import time
import midipy as midi
midi.open(128, 0, "midipy test", 0)
for (note, t) in [(48,0.5),(48,0.5),(50,1.0),(48,1.0),(53,1.0),(52,1.0),
(48,0.5),(48,0.5),(50,1.0),(48,1.0),(55,1.0),(53,1.0)]:
midi.note_on(note,127)
time.sleep(t/2)
midi.note_off(note,127)
midi.close() |
/* Adapted from LAM-MPI implementation. */
#include <stdio.h>
#include <math.h>
#include <mpi.h>
/* Number of estimations. */
#define NUM_ITER 1000
int main(int argc, char *argv[])
{
int iter, rank, size, i;
double PI25DT = 3.<API key>;
double mypi, pi, h, sum, x;
double startwtime = 0.0, endwtime;
MPI_Init(&... |
<?php
class LinkModel extends RoxModelBase
{
function __construct()
{
parent::__construct();
}
/**
* Functions needed to create the link network and store it to the db
**/
function createPath ($branch,$directlinks)
{
$first = $branch[0];
$lastkey = count($branch)-... |
extern mouse_t <API key>; |
<?php
/**
* Holds a fee state obtained from the API
*/
class FeeStateApi extends CRUDApiClient {
const NO_FEE_SELECTED = 0;
protected $name;
protected $isDefaultFee;
protected $<API key>;
protected $feeAmounts_id;
public static function getListWithCriteria(array $properties, $printErrorMessage... |
<?php get_header(); ?>
<div id="container">
<div id="left-div">
<div id="left-inside">
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="post-wrapper">
<?php if (get_option('whoswho_show_share') == 'on') get_template_part('includes/share'... |
package net.sourceforge.herald;
/**
* This class contains field definitions and utilities as defined by
* the MSN Messenger V1.0 Protocol document.
*/
public final class MessengerProtocol {
public final static int PORT = 1863;
public final static String DIALECT_NAME = "MSNP2";
public final static String ... |
<?php
class UsersEmailSender{
var $emailSender = null;
var $subActionManager = null;
public function __construct($emailSender, $subActionManager){
$this->emailSender = $emailSender;
$this->subActionManager = $subActionManager;
}
public function <API key>($user, $password, $employee =... |
#include "TrackNavigator.h"
#include "playlist/PlaylistModelStack.h"
#include "core/support/Amarok.h"
#include "amarokconfig.h"
#include "core/support/Debug.h"
#include <QQueue>
Playlist::TrackNavigator::TrackNavigator()
{
m_model = Playlist::ModelStack::instance()->top();
// Connect to the QAbstractItemModel s... |
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta name="robots" content="all" />
<meta name="author" content="w3school.com.cn" />
<link rel="stylesheet" type="text/css" href="../c5.css" />
<title>HTML <table> rules </title>
</head>
<body class="html" id="tags">
<div id="wrapper">
<div id=... |
<?php
while($db->next_record()) {
$ship_to_address = "ship_to_info_id:" . $db->f("user_info_id").
",address_type_name:" . $db->f("address_type_name") .
",full_name:" . $db->f("first_name") . " " . $db->f("middle_name") . " " . $db->f("last_name") .
",company:" . $db->... |
#include "diskpart.h"
BOOL exit_main(INT argc, LPWSTR *argv);
BOOL rem_main(INT argc, LPWSTR *argv);
COMMAND cmds[] =
{
{L"active", active_main, IDS_HELP_CMD_ACTIVE, <API key>},
{L"add", add_main, IDS_HELP_CMD_ADD, <API key>},
{L"assign", assign_main, IDS_HEL... |
#ifndef __BUSQUEDA__
#define __BUSQUEDA__
#include <stdio.h>
#include "Evalua.h"
int evalua_variante(Tablero tab,Variante var);
int exp_j_cj(Tablero tab,Variantes var,Jugador jug);
int maxima(Variantes variantes);
int <API key>(Tablero tab,Variantes variantes,Jugador jugador)
/*
En entrada:El tablero y un vector para g... |
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
jimport( 'joomla.application.component.view');
/**
* HTML View class for the Emundus Component
*
* @package Emundus
*/
class <API key> extends JView
{
var $_user = null;
var $_db = null;
function __construct($config = array(... |
<?php
$db = new <API key>();
$fecha_buscada = !empty($_GET["fecha"])?$_GET["fecha"]:"";
if ($fecha_buscada) {
$meses = array ('January','February','March','April','May','June','July','August','September','October','November','December');
$meses_es = array ('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','A... |
import java.awt.Graphics;
public interface ModelDisplay
{
/** method to notify the thing that displays that
* the model has changed */
public void modelChanged();
/** method to add the model to the world
* @param model the model object to add */
public void addModel(Object model);
/**
* Method to rem... |
<?php
defined('ZOTOP') or die('No direct access allowed.');
class controller
{
/**
*
* @var object
*/
protected $template = null;
/**
*
* @var array
*/
protected $template_vars = array();
/**
*
* @var string
*/
public $default_action = 'index';
pu... |
CFLAGS += -Os -Wall
PROG = vulpes
PREFIX ?= /usr
VER = 1.0
LIBS = -lcurl
${PROG}: ${PROG}.c
@${CC} ${CFLAGS} ${LIBS} -o ${PROG} ${PROG}.c
@strip ${PROG}
clean:
@rm -f ${PROG}
install: ${PROG}
@install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG} |
/******************************************************************************
* drivers/xen/tpmback/common.h
*/
#ifndef <API key>
#define <API key>
#include <linux/version.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <xen/evtchn.h>
#include <xen/driver_util.h>
#include ... |
package com.meadowhawk.cah.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.transaction.annotation.Transactional;
public abstract class AbstractJpaDAO<T> {
public enum DBSortOrder{
DESC, ASC
}
protected Class<... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Emgu.CV;
using Emgu.Util;
using Emgu.CV.Structure;
using System.Windows.Forms;
using System.Drawing;
namespace <API key>
{
class BlindSpot_Util
{
private int _X_hc, _Y_hc, _X_vc, _Y_vc;
private double tet... |
package io.github.phantamanta44.pwarfare.gui;
import io.github.phantamanta44.pwarfare.Game;
import io.github.phantamanta44.pwarfare.data.GameMap;
import io.github.phantamanta44.pwarfare.data.GameMap.GameMode;
import io.github.phantamanta44.pwarfare.data.GamePlayer;
import io.github.phantamanta44.pwarfare.data.GamePlaye... |
#!/bin/sh
timestamp=$(date "+%s")
mkdir apis.avatardata.txt
for ((id=1;id<=700;++id))
do
echo "id
curl "http://api.avatardata.cn/Joke/QueryJokeByTime?key=<API key>&page=$id&rows=50&sort=desc&time=$timestamp" > apis.avatardata.txt/joke-txt-content$id.txt
done
sh joke-task.sh -d apis.avatardata.txt -c avatardata-... |
package com.actiontech.dble.route.factory;
import com.actiontech.dble.route.RouteStrategy;
import com.actiontech.dble.route.impl.<API key>;
/**
* <API key>
*
* @author wang.dw
*/
public final class <API key> {
private static RouteStrategy defaultStrategy = new <API key>();
private <API key>() {
}
pu... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_demux.h>
#include <vlc_meta.h>
#include <vlc_epg.h>
#ifndef _DVBPSI_DVBPSI_H_
#include <dvbpsi/dvbpsi.h>
#endif
#ifndef _DVBPSI_DEMUX_H_
#include <dvbpsi/demux.h>
#endif
#include <dvbpsi/descriptor.h>
#include <dvbpsi/atsc_mgt.h>
#... |
<?php global $nc_utility ;?>
<?php $image_options = get_option("<API key>"); ?>
<?php $index = $this->index;?>
<?php if($this->images): ?>
<?php foreach( $this->images as $image): ?>
<li data-tooltip-id="tooltip-thumbnail-<?php echo $index; ?>" <?php if($index % 3 == 0) echo "class='no-margin'";?>>
... |
// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
// This Source Code Form is subject to the terms of the Mozilla
#ifndef <API key>
#define <API key>
namespace Eigen {
template<bool cond> struct Cond {};
template<typename T1, typename T2> EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE
cons... |
#include "kvm/virtio-console.h"
#include "kvm/virtio-pci-dev.h"
#include "kvm/disk-image.h"
#include "kvm/virtio.h"
#include "kvm/ioport.h"
#include "kvm/util.h"
#include "kvm/term.h"
#include "kvm/mutex.h"
#include "kvm/kvm.h"
#include "kvm/pci.h"
#include "kvm/threadpool.h"
#include "kvm/irq.h"
#include "kvm/guest_co... |
package com.rsys.ws;
/**
* RetrieveLinkRecords bean class
*/
@SuppressWarnings({"unchecked","unused"})
public class RetrieveLinkRecords
implements org.apache.axis2.databinding.ADBBean{
public static final javax.xml.namespace.QName MY_QNAM... |
<?php
require_once <API key>
. '/services/Optimization/Analyzer/Abstract/Base.php';
class <API key>
extends <API key>
{
public function __invoke($pattern, $keyword=NULL, $contentType='html')
{
$content = $this->_parent->getData($contentType);
if (is_null($keyword)) {
$keyword... |
/* verbose messages */
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/usb/ch9.h>
#include <linux/usb/gadget.h>
/* See comments in "zero.c" */
#include "epautoconf.c"
#ifdef <API key>
#include "u_serial.c"
#endif
#define DRIVER_VENDOR_ID 0x0525 /* NetChip */
#define DRIVER_PRODUCT_ID 0xc0de /*... |
<!DOCTYPE html PUBLIC "-
<!-- BEGIN TEMPLATE: WHOPOSTED -->
<html xmlns="http:
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack -->
<head>
<!-- BEGIN TEMPLATE: headinclude -->
<meta name="keywords" content="welding, MIG welders, STICK welders, TI... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>_
<meta name="description" content="
<meta name="keywords" content=",,,,,,,,,,,," />
<link rel="stylesheet" type="text/css" href="/templets/css/a.css">
<link rel="stylesheet" type="text/css" h... |
/*
* Start bdflush() with kernel_thread not syscall - Paul Gortmaker, 12/95
*
* Removed a lot of unnecessary code and simplified things now that
* the buffer cache isn't our primary cache - Andrew Tridgell 12/96
*
* Speed up hash, lru, and free list operations. Use gfp() for allocating
* hash table, use SLAB ca... |
YUI.add('ez-dashboardview', function (Y) {
"use strict";
/**
* Provides the Dashboard View class
*
* @module ez-dashboardview
*/
Y.namespace('eZ');
/**
* The dashboard view
*
* @namespace eZ
* @class DashboardView
* @constructor
* @extends eZ.TemplateBas... |
window.addEvent("domready", function() {
var carousel = new iCarousel("carousel_content", {
idPrevious: "carousel_prev",
idNext: "carousel_next",
idToggle: "undefined",
item: {
klass: "carouselitem_right",
size: 265
},
animation: {
... |
#include "StarLexer.h"
#include <QtDebug>
#include <QTextStream>
using namespace Star;
enum { BEL = 7,
USC = 0x5F, // Underscore
LCB = 0x7B, // Left Curly Bracket
RCB = 0x7D, // Right Curly Bracket
LSB = 0x5B, // Left Square Bracket
RSB = 0x5D, // Right Square Bracket
CMA = 0x2... |
#ifndef _ASICTABS_H
#define _ASICTABS_H
#endif /*_ASICTABS_H*/ |
package de.metas.edi.esb.pojo.invoice.cctop;
import java.io.Serializable;
import java.util.Date;
public class Cctop111V implements Serializable
{
private static final long serialVersionUID = <API key>;
private String cOrderID;
private String mInOutID;
private Date dateOrdered;
private Date movementD... |
package org.iatoki.judgels.uriel.contest.manager;
import org.iatoki.judgels.play.model.AbstractModel_;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.<API key>")
@StaticMetamodel(C... |
#include "cache.h"
#include "builtin.h"
#include "archive.h"
#include "pkt-line.h"
#include "sideband.h"
static int run_remote_archiver(const char *remote, int argc,
const char **argv)
{
char *url, buf[LARGE_PACKET_MAX];
int fd[2], i, len, rv;
struct child_process *conn;
const char *e... |
#include <linux/usb.h>
#include <linux/usb/quirks.h>
#include "usb.h"
/* Lists of quirky USB devices, split in device quirks and interface quirks.
* Device quirks are applied at the very beginning of the enumeration process,
* right after reading the device descriptor. They can thus only match on device
* informatio... |
<?php declare(strict_types=1);
namespace DrupalCodeGenerator;
use Symfony\Component\String\ByteString;
use Symfony\Component\String\Inflector\EnglishInflector;
/**
* Helper methods for code generators.
*/
class Utils {
/**
* Transforms a machine name to human name.
*/
public static function machine2human(st... |
import os
import os.path
from amuse.units import units
from amuse.datamodel import Particle
from amuse.ext.star_to_sph import <API key>
from amuse.community.mesa.interface import MESA as <API key>
from xiTau_parameters import triple_parameters
def evolve_giant(giant, stop_radius):
stellar_evolution = <API key>()
... |
#ifndef __ASYNC_IO_H__
#define __ASYNC_IO_H__
#if <API key>
#if _SQUID_WINDOWS_
#include "DiskIO/AIO/aio_win32.h"
#else
#if HAVE_AIO_H
#include <aio.h>
#endif
#endif
#include "mem/forward.h"
#define MAX_ASYNCOP 128
typedef enum {
AQ_STATE_NONE, /* Not active/uninitialised */
AQ_STATE_SETUP /* Init... |
# Aland Sailing Robot
# sailcommand
CC = g++
FLAGS = -g -Wall -pedantic -Werror -std=c++14
LIBS =
SOURCES = SailCommand.cpp
HEADERS = SailCommand.h
FILE = SailCommand.o
all : $(FILE)
$(FILE) : $(SOURCES) $(HEADERS)
$(CC) $(SOURCES) $(FLAGS) $(LIBS) -c -o $(FILE)
clean :
rm -f $(FILE) |
<?php
namespace Elasticsearch\Endpoints;
use Elasticsearch\Serializers\SerializerInterface;
use Elasticsearch\Transport;
class Bulk extends AbstractEndpoint implements <API key>
{
/**
* @param Transport $transport
* @param SerializerInterface $serializer
*/
public function __construct(T... |
#include <QCache>
#include <QMutex>
#include <QThreadStorage>
#include "threads.h"
void MyThread::run()
//! [0] //! [1]
{
//! [1] //! [2]
}
#define Counter ReentrantCounter
class Counter
//! [3] //! [4]
{
public:
Counter() { n = 0; }
void increment() { ++n; }
void decrement() { --n; }
int value() const ... |
<?php
namespace Joomla\CMS\Menu\Node;
defined('JPATH_PLATFORM') or die;
use Joomla\CMS\Filter\OutputFilter;
use Joomla\CMS\Menu\Node;
/**
* A Component type of node for MenuTree
*
* @see Node
*
* @since 3.8.0
*/
class Component extends Node
{
/**
* Node Title
*
* @var string
*
* ... |
#ifdef HAVE_CONFIG_H
#include "config.h"
/* If autoconfed, only include malloc.h when it's presen */
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#else /* undef HAVE_CONFIG_H */
#include <malloc.h>
#endif /* HAVE_CONFIG_H */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "grads... |
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http:
<channel>
<title>writing machines - avatar</title>
<link>http://machines.plannedobsolescence.net/168-2007/taxonomy/term/133/0</link>
<description></description>
<language>en</language>
<item>
<title>Where are the Vishnu Cookies?</title>
<li... |
<?php
/* <API key>:Configurator:check.html.twig */
class <API key> extends eZ\Bundle\<API key>\Twig\DebugTemplate
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = $this->env->loadTemplate("<API key>::Configurator/layout.html.twig");
$this-... |
"""
WSGI config for ahaha project.
This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
this application via the ``WSGI_APPLICATION`` set... |
#ifndef HELPBROWSER_H
#define HELPBROWSER_H
#include <QTextBrowser>
class HelpBrowser : public QTextBrowser
{
Q_OBJECT
public:
explicit HelpBrowser(QWidget *parent = 0);
void SetStartPage();
signals:
void linkTargets(const QStringList& texts, const QStringList& links);
public slots:
private slots:
v... |
#include "libertas_tf.h"
#include "linux/etherdevice.h"
#define <API key> "004.p0"
#define LBTF_FW_VER_MIN 0x05840300
#define LBTF_FW_VER_MAX 0x0584ffff
#define QOS_CONTROL_LEN 2
static const char lbtf_driver_version[] = "THINFIRM-USB8388-" <API key>;
struct workqueue_struct *lbtf_wq;
static const ... |
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/jiffies.h>
#include <linux/rbtree.h>
#include <linux/ioprio.h>
#include <linux/blktrace_api.h>
#include "blk.h"
#include "blk-cgroup.h"
/*
* tunables
*/
/* max queue in one round of service */
stati... |
from gi.repository import Gtk
import gourmet.gtk_extras.dialog_extras as de
from gourmet.plugin import RecDisplayModule, UIPlugin, MainPlugin, ToolPlugin
from .recipe_emailer import RecipeEmailer
from gettext import gettext as _
class EmailRecipePlugin (MainPlugin, UIPlugin):
ui_string = '''
<menubar name="Recip... |
<?php
/**
* Used to show archived pages and eventually restore them.
*
* @ingroup SpecialPage
*/
class PageArchive {
/**
* @var Title
*/
protected $title;
/**
* @var Status
*/
protected $fileStatus;
/**
* @var Status
*/
protected $revisionStatus;
function __... |
{% extends "podcast/base.html" %}
{% load i18n %}
{% block allcontent %}
<div id="return-wrap">
<div id="return">
<p>{% trans "A list of episodes of one show" %}</p>
</div>
</div>
<div id="content-wrap">
<div id="content">
{% block content %}
<p class="back"><a href="{% url "podcast_shows" %}">{% trans "Return to shows... |
package com.myselia.stem.communication.seekers;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import com.myselia.stem.communication.CommunicationDock;
public class LocalHostSeek implements Seek {
private volatile static LocalHostSeek uniqueI... |
<?php
/**
* Single Product Sale Flash
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 1.6.4
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
global $post, $product;
?> |
package kata;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
public class MyCollections {
public static String join(Collection collection) {
return join(collection, "");
}
public static String join(Collection collection, String separator) {... |
#include "g_local.h"
#include "voice_punk.h"
#include "voice_bitch.h"
void ProcessKingpin (edict_t *self, edict_t *other);
void <API key> (edict_t *self);
qboolean <API key> ( edict_t *self, edict_t *other, cast_memory_t *mem )
{
return false;
}
qboolean <API key> (edict_t *self, edict_t *other, edict_t *activator)... |
# encoding: utf-8
# module PIL._imaging
# from /usr/lib/python2.7/dist-packages/PIL/_imaging.so
# by generator 1.135
# no doc
# no imports
# Variables with simple values
DEFAULT_STRATEGY = 0
FILTERED = 1
FIXED = 4
HUFFMAN_ONLY = 2
jpeglib_version = '8.0'
PILLOW_VERSION = '2.5.1'
RLE = 3
zlib_version = '1.2.8'
# functio... |
<?php
# CHANGELOG #
# incluir um changelog
include ("../../includes/include_geral.inc.php");
include ("../../includes/include_geral_II.inc.php");
//$hoje = datab(time());
?>
<HTML>
<BODY bgcolor=<?php print BODY_COLOR?>>
<TABLE bgcol... |
#ifndef <API key>
#define <API key>
#include "Config/InternalCommon.hpp"
#include <RTpie/Scene/IMesh.hpp>
<API key>(Mesh)
#include "Base/SceneObject.hpp"
#include "Scene/Appearance.hpp"
<API key>
class Mesh : public SceneObject, public IMesh
{
friend class Scene;
friend class Renderer;
friend class Instance... |
// MySQL Connectors. There are special exceptions to the terms and
// conditions of the GPLv2 as it is applied to this software, see the
// This program is free software; you can redistribute it and/or modify
// This program is distributed in the hope that it will be useful, but
// for more details.
// with this progra... |
<?php
global $base_path;
$about_company_path = $base_path . "about/company";
$about_team_path = $base_path . "about/team";
$theme_path = $base_path . drupal_get_path('theme', 'changshanews');
$<API key> = $base_path . "about/memberdetail";
$theme_path = $base_path . drupal_get_path('theme', 'changshanews');
//$member =... |
<?php
namespace ElmarHinz\TypoScriptParser\Tokens;
final class <API key> extends <API key>
{
CONST TYPE = 'condition';
protected $classes = 'ts-condition';
} |
# include <stdio.h>
int n;
int a[25][25];
int main()
{
while (~scanf("%d", &n)) {
int cnt = 0;
int xl = 1, yl = 1, xr = n, yr = n;
while (cnt < n*n) {
for (int i = xl; cnt<n*n && i <= xr; ++i) a[yl][i] = ++cnt;
for (int i = yl+1; cnt<n*n && i <= yr; ++i) a[i][xr] = ++... |
#include "includes.h"
#include "system/passwd.h" /* uid_wrapper */
#include "ntdomain.h"
#include "../librpc/gen_ndr/srv_svcctl.h"
#include "../libcli/security/security.h"
#include "../librpc/gen_ndr/ndr_security.h"
#include "services/services.h"
#include "services/svc_winreg_glue.h"
#include "auth.h"
#include "rpc_ser... |
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include "cole.h"
#include "libsl4.h"
#include "cexcel.h"
#include "cexcel_internal.h"
typedef struct <API key> {
cexcel_file_t *file;
CEXCEL_RETTYPE ret;
void *info;
cexcel_file_func_t func;
} <API key>;
static cexcel_file_... |
package org.httpobjects;
public class ConnectionInfo {
// String protocolVersion
// String protocol;
public final String localAddress;
public final Integer localPort;
public final String remoteAddress;
public final Integer remotePort;
public ConnectionInfo(String localAddress, Integer localPort, S... |
/* not ready */
h1,
#main h1
{
font-size: 16pt;
font-weight: bold;
margin: 0.4em 0 0.5em 0;
padding:0;
}
h2,
#main h2
{
font-size: 14pt;
font-weight: bold;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0.3em 0.3em 0;
}
h3
{
font-size: 12pt;
font-weight: bold;
... |
# This file is part of the PuppetMaster project. It checks the module
# 'network'.
# This script is free; you can redistribute it and/or modify it under the
# version.
# This is distributed in the hope that it will be useful, but WITHOUT ANY
# details.
import sys
import socket
import unittest
from puppetmaster import n... |
#define <API key>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "<API key>.h"
#include <assert.h>
#include <qpushbutton.h>
#include <qheader.h>
#include <qlineedit.h>
#include <qpopupmenu.h>
#include <kdebug.h>
#include <klocale.h>
#include <kmessagebox.h>
#include <khlistview.h>
#include <conditions.h>
#inc... |
<?php
if (!defined ('GVERSION')) {
die ('This file can not be used on its own.');
}
global $_TABLES, $_SQL, $PP_UPGRADE, $_PP_SAMPLEDATA;
$_SQL = array();
$PP_UPGRADE = array();
// Move upgrade 0.5.4 SQL to the top so its large table creation can be used by the $_SQL array also
$PP_UPGRADE['0.5.4'] = array(
"CR... |
#if !defined(_D4NP2_CTRL_DEF_H_)
#define _D4NP2_CTRL_DEF_H_
#define PDPC 0x000100
#define PDP 0x000201
#define PD_CHP 0x020100
#define PD_REG 0x020402
#define HIZ_HP 0x020803
#define HIZ_SPR 0x030402
#define HIZ_SPL 0x030803
#define PD_REC 0x031004
#define ... |
<?php
if (!defined('NV_IS_FILE_ADMIN')) {
die('Stop!!!');
}
$page_title = $lang_module['addtotopics'];
$id_array = [];
$listid = $nv_Request->get_string('listid', 'get,post', '');
if ($nv_Request->isset_request('topicsid', 'post')) {
nv_insert_logs(NV_LANG_DATA, $module_name, 'log_add_topic', 'listid ' . $listi... |
# This program is free software; you can redistribute it and/or modify
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
package osutils;
require 5.002;
use strict;
use warnings;
use Carp;
use base 'Exp... |
#ifndef __OCCAMPI_FE_H
#define __OCCAMPI_FE_H
extern int <API key> (void);
extern int <API key> (void);
#endif /* !__OCCAMPI_FE_H */ |
{% extends "admin/base_site.html" %}
{% load i18n admin_urls admin_static admin_list %}
{% load i18n admin_static %}{% load cycle from future %}
{% for item in <API key> %}{{ item }}{% endfor %}
{% block extrastyle %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static "admin/css/change... |
using Android.App;
using Android.Graphics;
using Android.OS;
using Android.Views;
using Android.Widget;
using Dietphone.Tools;
using Dietphone.ViewModels;
using Dietphone.Adapters;
using MvvmCross.Droid.Views;
using MvvmCross.Platform;
namespace Dietphone.Views
{
[Activity]
public class MainView : MvxTabActivit... |
<?php
class perfUnits extends Core{
function perfUnits(){
$this->Core("<API key>");
$this->addField("assessment");
$this->addField("passed");
}
}
?> |
#define IN_WMA_C
#include "libwma/codeclib.h"
#include "libwma/asf.h"
#include "libwma/wmadec.h"
#include "libwma/debug.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <string.h>
#include "pcm.h"
#include "songlist.h"
bool get_asf_metadata(int fd, st... |
// MODULE: mtctypgc.h
#ifndef MTCTYPES_H
#define MTCTYPES_H (1) // Set flag indicating this file was included
// $Revision: $
// This program is free software; you can redistribute it and/or modify
// by the Free Software Foundation; version 2.1 only. with the special
// This program is distributed ... |
\file nick/hello.cc
We are projecting a time evolved wave function onto some bound states
#include <mra/mra.h>
#include <complex>
#include <string>
#include <fstream>
using std::ofstream;
#include <nick/wavef.h>
using namespace madness;
const int nIOProcessors =1;
const std::string prefix = "data";
typedef std::complex... |
#include <FileClasses/IndexedTextFile.h>
#include <SDL_endian.h>
#include <string>
#include <algorithm>
#include <stdexcept>
IndexedTextFile::IndexedTextFile(SDL_RWops* RWop) {
int IndexedTextFilesize;
unsigned char* Filedata;
Uint16* Index;
if(RWop == NULL) {
throw std::invalid_argument("Indexe... |
package uk.org.toot.midi.misc;
import uk.org.toot.music.tonality.Pitch;
/** Support for General MIDI Instrument Family and Family names. */
public class GM
{
// GM Level 2
public final static int HIGH_Q = 27;
public final static int SLAP = 28;
public final static int SCRATCH = 29;
public final stati... |
<API key>
==================
Sidebars Module |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.