answer stringlengths 15 1.25M |
|---|
<!-- begin results header -->
<th>
<th></th>
<th>Column1</th>
<th>Column2</th>
<th>Column3</th>
<th>Column4</th>
<th>Column5</th>
<th>Column6</th>
<!-- end results header --> |
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/poison.h>
#include <linux/swap.h>
#include <linux/cache.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/compiler.h>
#include <linux/cpuset.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#inc... |
#!/usr/bin/env python2.7
import os
import sys
this_dir = os.path.dirname(os.path.abspath(__file__))
trunk_dir = os.path.split(this_dir)[0]
sys.path.insert(0,trunk_dir)
from ikol.dbregister import DataBase
from ikol import var
if os.path.exists(var.DB_PATH):
os.remove(var.DB_PATH)
DB = DataBase(var.DB_PATH)
DB.inser... |
<?php
$ini = eZINI::instance();
// Check if this should be run in a cronjob
$useCronjob = $ini->variable( 'Session', 'BasketCleanup' ) == 'cronjob';
if ( !$useCronjob )
return;
// Only do basket cleanup once in a while
$freq = $ini->variable( 'Session', '<API key>' );
if ( mt_rand( 1, max( $freq, 1 ) ) != 1 )
r... |
#include "slalib.h"
#include "slamac.h"
#include <string.h>
void slaDeuler ( char *order, double phi, double theta,
double psi, double rmat[3][3] )
{
int j, i, l, n, k;
double result[3][3], rotn[3][3], angle, s, c , w, wm[3][3];
char axis;
/* Initialize result matrix */
for ( j = 0; j < 3; ... |
#include <windows.h>
#include <string>
#include <vector>
#include <time.h>
#include <shlwapi.h>
#include <random>
#include "../API/RainmeterAPI.h"
#include "../../Common/StringUtil.h"
#define BUFFER_SIZE 4096
template <typename T>
T GetRandomNumber(T size)
{
static std::mt19937 s_Engine((unsigned)time(nullptr));
... |
#include "../../Source Files/Application/Color/ColorController.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(<API key>)
#error "The header file 'ColorController.h' doesn't include <QObject>."
#elif <API key> != 67
#error "This file was generated using the moc from 5.5.1. It"
#error "canno... |
//unit GR32_RepaintOpt;
#include "stdafx.h"
#include "GR32_RepaintOpt.h"
void InflateArea(var Area: TRect; Dx, Dy: Integer);
{
if Area.Left > Area.Right then
Dx := -Dx;
if Area.Top > Area.Bottom then
Dy := -Dy;
Dec(Area.Left, Dx); Dec(Area.Top, Dy);
Inc(Area.Right, Dx); Inc(Area.Bottom, Dy);
}
type
<A... |
<?php
// No direct access to this file
defined('_JEXEC') or die;
// Import Joomla view library
jimport('joomla.application.component.view');
/**
* Logs View of External Login component
*
* @package External_Login
* @subpackage Component
*
* @since 2.1.0
*/
class <API key> extends JViewLegacy
{
/**... |
<?php get_header(); ?>
<?php include( <API key>() . '/functions/get-options.php' ); /* include theme options */ ?>
<!--BEGIN #primary .hfeed-->
<div id="primary" class="hfeed">
<?php if( function_exists('bcn_display')) : echo '<p class="breadcrumb">'; bcn_display(); echo '</p>'; endif; ?>
<?php
... |
<?PHP
// Release $Name$
// Martti Jeenicke, Detlev Krause, Irina L. Marinescu, Timo Nolte, Bernd Pape,
// Edouard Simon, Monique Strauss, Jose Manuel Gonzalez Vazquez, Johannes Schultze
// This file is part of CommSy.
// CommSy is free software; you can redistribute it and/or modify
// (at your option) any lat... |
<?php
/**
* Gets all onSale apartments from the last snapshot.
*
* @param object $db MYSQLi connection
* @param integer $bId Internal building ID
* @return array|bool
*/
function r9mkLoadSnapFromDB($db, $bId){
if(!($res = $db -> query("SELECT d.bId, d.extFlatId, 1 AS status, d.flPrice AS price FROM (SELECT MA... |
<?
define('<API key>', 'Barzahlung');
define('<API key>', 'Barzahlung');
define('<API key>', '');
define('<API key>', 'Barzahlungsmodul aktivieren');
define('<API key>', 'Möchten Sie Zahlungen per Barzahlung akzeptieren?');
define('<API key>', 'Bestellstatus festlegen');
define('<API key>', 'Bestellungen, welche m... |
#include <Resurrection/Resurrection.h>
#define <API key> "fixed"
#if 0
GC
imageview_create_gc(Rimageview_t *imageview)
{
GC newgc;
XGCValues gcvalues;
gcvalues.foreground = BlackPixel(imageview->app->display,
DefaultScreen(imageview->app->display));
if (imageview->fontinfo == NULL) ... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>numpy.ma.masked_array.sort — NumPy v1.10 Manual</title>
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css">
<link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css">
<link rel="st... |
#define pr_fmt(fmt) "%s: " fmt, __func__
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
#include <linux/workqueue.h>
#include <linux/err.h>
#include <linux/wakelock.h>
#include <linux/mfd/pm8xxx/core.h>
#i... |
package gerhard2202.culinaromancy.item;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.MobEffects;
import net.minecraft.item.ItemStack;
import net.minecraft.potion.PotionEffect;
import net.minecraft.world.World;
import java.util.Random;
public class ItemGourmetChicken extends <API key>
{
... |
#!/usr/bin/env ruby
# encoding: utf-8
# suite.rb -- oddb -- 08.09.2006 -- hwyss@ywesee.com
require 'find'
here = File.dirname(File.dirname(__FILE__))
$: << here
require_relative 'selenium'
Find.find(here) do |file|
if /test_.*\.rb$/o.match(file)
next if /spec/.match(File.basename(file))
require file
end
end |
#include <vmm_compiler.h>
#include <vmm_stdio.h>
#include <vmm_error.h>
#include <cpu_interrupts.h>
#include <vmm_host_aspace.h>
#include <arch_regs.h>
#include <libs/kallsyms.h>
#include <stacktrace.h>
#include <libs/stacktrace.h>
static char x86_stack_ids[][8] = {
[ REGULAR_INT_STACK ] = "INT",
[ ST... |
<?php
/**
* - DB parent class
* - usage of db in XE is via xml
* - there are 2 types of xml - query xml, schema xml
* - in case of query xml, DB::executeQuery() method compiles xml file into php code and then execute it
* - query xml has unique query id, and will be created in module
* - queryid = module_name.que... |
function c200111.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(<API key>)
e1:SetCode(EVENT_FREE_CHAIN)
c:RegisterEffect(e1)
--atk
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD+<API key>)
e2:SetCategory(CATEGORY_DESTROY)
e2:SetProperty(<API... |
package com.iucn.whp.dbservice.service.base;
import com.iucn.whp.dbservice.service.<API key>;
import java.util.Arrays;
/**
* @author Brian Wing Shun Chan
*/
public class <API key> {
public <API key>() {
_methodName0 = "<API key>";
<API key> = new String[] {
"com.iucn.whp.dbservice.... |
#include <linux/fs.h>
#include <linux/slab.h>
#include <linux/file.h>
#include <linux/splice.h>
#include <linux/xattr.h>
#include <linux/security.h>
#include <linux/uaccess.h>
#include <linux/sched.h>
#include <linux/namei.h>
#include "overlayfs.h"
#define <API key> (1 << 20)
int ovl_copy_xattr(struct dentry *old, stru... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><API key>: viking Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="viking Reference... |
<section class="wrapper site-min-height">
<!-- page start-->
<div class="row">
<div class="col-md-9">
<div class="tab-content">
<div class="tab-pane active" id="tab_1">
<div class="panel-group" id="accordion1">
<div class="panel panel-default">
<div clas... |
# ADOBE SYSTEMS INCORPORATED
# NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
# define minimum cmake version
<API key>(VERSION 3.5.1)
# XMP config for XMPTOOLKIT and TestRunner
if(NOT DEFINED XMP_ROOT)
set(XMP_ROOT ${<API key>}/${<API key>})
endif()
if(NOT DEFINED <A... |
<!DOCTYPE html>
<html>
<head>
<title>Ejemplo Imports </title>
<link rel="import" href="bootstrap.html">
</head>
<body>
Ejemplo imports
</body>
</html> |
#define MYSQL_LEX 1
#include "my_global.h" /* <API key> */
#include "sql_priv.h"
#include "unireg.h"
#include "sql_parse.h" // parse_sql
#include "strfunc.h" // <API key>
#include "sql_db.h" // <API key>
#include "sql_tim... |
<?php
class <API key> extends <API key> implements <API key>
{
static $POST_ID_ATTR = "post_id";
static $COUNT_ATTR = "count";
function render($attr, $inner_content = null, $code = "")
{
$default_attr = array(
<API key>::$POST_ID_ATTR => '',
<API key>::$COUNT_ATTR => '3',... |
#ifndef <API key>
#define <API key>
#include "ev-document.h"
G_BEGIN_DECLS
#define <API key> (<API key> ())
#define IMPRESS_DOCUMENT(obj) (<API key> ((obj), <API key>, ImpressDocument))
#define IMPRESS_IS_DOCUMENT(obj) (<API key> ((obj), <API key>))
typedef struct _ImpressDocument Impre... |
#include <QApplication>
#include <QMainWindow>
#include <QMouseEvent>
#include <QKeyEvent>
#include <QClipboard>
#include <QMimeData>
#include <QGridLayout>
#include <QScrollBar>
#include <QDesktopWidget>
#include "qgsapplication.h"
#include "qgscomposerview.h"
#include "qgscomposerarrow.h"
#include "qgscomposerframe.h... |
# <API key>
Simple Android App for browsing Shutterstock API Images |
matlab.
NNN
## matlab
matlab
clear
clc
load boxinfo.mat %
T = data;
figure(1)
plot(T,'-*')
title('')
hold on;
%%
%
L = length(T);
N=10; %
k = 0;
m =0 ;
for i = 1:L
m = m+1;
if i+N-1 > L
break
else
for j = i:N+i-1
k = k+1;
W(k) = T(j) ;
end
T1(m) = me... |
<?php
class YellowSlider {
const VERSION = "0.8.13";
public $yellow; // access to API
// Handle initialisation
public function onLoad($yellow) {
$this->yellow = $yellow;
$this->yellow->system->setDefault("sliderStyle", "loop");
$this->yellow->system->setDefault("sliderAut... |
var <API key>, MarkerWithLabel, marker, bounds, mhmli_googlemaps, google, customStyle;
(function($){
mhmli_googlemaps = {
map: null,
mapContainer: null,
infowindow: null,
infowindowContent: null,
locations: [],
pins: [],
map_clustered: null,
// Options... |
#ifdef <API key>
void Make_All_Edges_Red(arbre *tree);
void Init_All_Edges_Red(arbre *tree);
void <API key>(edge *b, node* from, arbre *tree);
#endif |
#ifndef _AGB_HOOKS_H
#define _AGB_HOOKS_H
#include <sys/stat.h>
typedef int (*write_hook_t) (int file, char *ptr, int len);
typedef int (*read_hook_t) (int file, char *ptr, int len);
typedef int (*lseek_hook_t) (int file, int ptr, int dir);
typedef int (*fstat_hook_t) (int file, struct stat *st);
typedef int (*close_h... |
<?php die("Access Denied"); ?>#x#s:881:" 1403080887<?xml version="1.0" encoding="utf-8"?>
<<API key> xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Inppnet - Instituto Nacional de Parapsicologia Psicometafísica</ShortName>
<Description>Instituto Nacional de Parapsicologia Psicometafísica. Cursos... |
<?php
/**
* The template for displaying all single posts.
*
* @package tub
*/
get_header(); ?>
<!-- single.php -->
<!
Hero
<div class="hero js-heroImage">
<img class="hero--image" src="<?php bloginfo(template_directory) ?>/images/header.jpg" alt="The Unassisted Baby">
<div class="ove... |
package demos.nehe.lesson27;
import demos.common.GLDisplay;
import demos.common.LessonNativeLoader;
/**
* @author Abdul Bezrati
*/
public class Lesson27 extends LessonNativeLoader {
public static void main(String[] args) {
GLDisplay neheGLDisplay = GLDisplay
.createGLDisplay("Lesson 27: Sh... |
package net.vs49688.rafview.cli.commands;
import java.io.*;
import net.vs49688.rafview.interpreter.*;
public class RamInfo implements ICommand {
private final PrintStream m_Console;
public RamInfo(PrintStream out) {
m_Console = out;
}
@Override
public void process(String cmdLine, String[] ar... |
<?php
namespace TYPO3\Flow\Security\Aspect;
use TYPO3\Flow\Annotations as Flow;
use TYPO3\Flow\Aop\JoinPointInterface;
use TYPO3\Flow\Persistence\EmptyQueryResult;
use TYPO3\Flow\Persistence\QueryInterface;
use TYPO3\Flow\Reflection\ObjectAccess;
use TYPO3\Flow\Security\Exception\<API key>;
use Doctrine\Common\Collecti... |
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/acpi.h>
#include <acpi/acpi_bus.h>
#include <linux/dmi.h>
#include "internal.h"
enum <API key> {
all_versions,
less_than_or_equal,
equal,
<API key>,
};
struct acpi_blacklist_item {
char oem_id[7];
char oe... |
<?php get_header();
/*
Template Name: About Page
*/
?>
<?php
// check if the flexible content field has rows of data
if( have_rows('content_type') ):
// loop through the rows of data
while ( have_rows('content_type') ) : the_row();
// type 1
if( get_row_layout() == 'main_image' ): ?>
<d... |
#include <cmath>
#include <iostream>
using namespace std;
int main()
{
int num = 4.4;
cout << ceil(num) << endl;
return 0;
} |
#include <sysdep.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <sys/time.h>
#include <urjtag/error.h>
#include <urjtag/cmd.h>
#include "cmd.h"
static int
cmd_usleep_run (urj_chain_t *chain, char *params[])
{
long unsigned usecs;
if (urj_cmd_params (params) != 2)
{
urj_error_... |
module.exports = {
user : 'Your Github Username',
cal : 'Google calendar id to update'
}; |
package kawigi.cmd;
import kawigi.properties.*;
import kawigi.widget.*;
import kawigi.editor.*;
import javax.swing.*;
import java.awt.event.*;
/**
* Action implementation for setting actions.
*
* This class really serves two purposes. The first is to implement actions
* that are related to settings but ar... |
//TODO Unterschied zwischen string::size() und string::length() nachschauen
#include "structscanner.h"
#include "stringtokenizer.h"
StructScanner::StructScanner(<API key>& listener)
: m_listener(listener)
{
}
static std::string trim(const std::string& s, const std::string& delim)
{
std::string::size_type pos = s.fi... |
#if HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include <idzebra/util.h>
#include <yaz/yaz-util.h>
#include <dfa.h>
#include "imalloc.h"
char *prog;
static int show_line = 0;
typedef unsigned MatchWord;
#define WORD_BITS 32
... |
#include "includes.h"
#include "hardware.h"
#include "message.h"
#include "card.h"
#include <linux/interrupt.h>
irqreturn_t interrupt_handler(int dummy, void *card_inst)
{
RspMessage rcvmsg;
int channel;
int card = (int)(unsigned long) card_inst;
if(!IS_VALID_CARD(card)) {
pr_debug("Invalid para... |
<script type="text/template" id="ae-report-loop">
<div class="<API key>">
<div class="info-avatar-report">
<a href="#" class="<API key>">
{{=avatar}}
</a>
<div class="info-report">
<span class="name-report">{{= display_name }}</span>
... |
#ifndef <API key>
#define <API key>
#include <list>
#include <sigc++/sigc++.h>
#include <AsyncTimer.h>
#include <AsyncAudioSink.h>
#include <AsyncAudioSource.h>
namespace Async
{
/**
@brief A class that splits an audio stream into multiple streams
@author Tobias Blomberg
@date 2005-05-05
This class is part of the ... |
#include <iostream>
#include "DVB.hh"
int main(int argc, char **argv)
{
ifstream con(argv[1]);
DVB dvbd(-1);
con >> dvbd;
// dvbd.set_outtype(VDR_OUT);
cout << dvbd;
} |
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/fs.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_idmap.h>
#include <linux/kthread.h>
#include <linux/module.h>
#include <linux/random.h>
#include <linux/ratelimit.h>
#include <linux/workqueue.h>
#include <linux/bitops.h>
#include <linux/jiffies.h>
#in... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Thu Jul 31 14:36:29 CDT 2014 -->
<title>Uses of Class termo.eos.alpha.<API key></title>
<meta name="date" content="2014-07-31">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"... |
#include "AllPlot.h"
#include "Context.h"
#include "Athlete.h"
#include "AllPlotWindow.h"
#include "AllPlotSlopeCurve.h"
#include "ReferenceLineDialog.h"
#include "RideFile.h"
#include "RideItem.h"
#include "IntervalItem.h"
#include "IntervalTreeView.h"
#include "Settings.h"
#include "Units.h"
#include "Zones.h"
#inclu... |
/** @file
* @brief Functions that now (or in the past) relied on BSD APIs.
* @version $Id: s_bsd.c 1932 2010-01-04 00:37:28Z entrope $
*/
#include "config.h"
#include "s_bsd.h"
#include "client.h"
#include "IPcheck.h"
#include "channel.h"
#include "class.h"
#include "hash.h"
#include "ircd_alloc.h"
#include "ircd_lo... |
<?php
defined('_JEXEC') or die;
JHtml::_('behavior.mootools');
JHtml::_('behavior.formvalidation');
?>
<form action="<?php echo JRoute::_('index.php?option=com_users&task=reset.request'); ?>" method="post" class="form-validate">
<?php foreach ($this->form->getGroups() as $group): ?>
<fieldset>
<dl>
... |
<?php
if (substr($_SERVER['HTTP_HOST'], 0, 4) != 'www.') {
header('Location: http'.(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on' ? 's':'').':
exit;
}
include('config.php');
if (!class_exists('Database')) {
include('lib/database.class.php');
}
//Config Vars
$database = new Database();
$database->query... |
#include <common.h>
#include "platform.h"
#include "usb_pcd.h"
#include "usb_pcd.c"
#include "platform.c"
#include "dwc_pcd.c"
#include "dwc_pcd_irq.c"
<API key>;
int usb_boot(int clk_cfg, int time_out)
{
int cfg = INT_CLOCK;
#if defined(<API key>)
gd->flags &= ~GD_FLG_SILENT;
#endif
if(clk_cfg)
cfg... |
package com.vk.libs.appcommontest.gankio.mvp.data.requestbody;
public class LoginInfoReqParam {
// {"j_mobile_mid":"864895022552002","j_pic_code":"4725",
// "j_<API key>,
// "j_app_version":"2.4.1_52_20170810","j_os_name":"samsung",
// "j_mobile_type":"ZTE U795","j_os_sdk":"17",
// ... |
cmd_crypto/ahash.o := /pub/CIS520/usr/arm/bin/<API key> -Wp,-MD,crypto/.ahash.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/<API key>/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -include include/linux/autoconf... |
package com.tincent.demo.adapter;
import java.util.ArrayList;
import java.util.List;
import com.nostra13.<API key>.core.DisplayImageOptions;
import com.nostra13.<API key>.core.ImageLoader;
import com.nostra13.<API key>.core.assist.FailReason;
import com.nostra13.<API key>.core.assist.ImageScaleType;
import com.nostra13... |
#include <stdio.h>
#include <time.h>
#include <signal.h>
#include <unistd.h>
#include <stdlib.h>
#include "posixtest.h"
#include "../helpers.h"
#define TIMERINTERVAL 5
#define ADDITIONALEXPIRES 2
#define ADDITIONALDELTA 1
#define SIGTOTEST SIGALRM
int caught = 0;
void handler(int signo)
{
printf("Caught signal\n");... |
#include "ScriptMgr.h"
#include "Config.h"
#include "DatabaseEnv.h"
#include "DBCStores.h"
#include "ObjectMgr.h"
#include "OutdoorPvPMgr.h"
#include "ScriptLoader.h"
#include "ScriptSystem.h"
#include "Transport.h"
#include "Vehicle.h"
#include "SpellInfo.h"
#include "SpellScript.h"
#include "GossipDef.h"
#include "Cr... |
#ifndef <API key>
#define <API key>
#include "Common.h"
#include "DBCEnums.h"
#include "Path.h"
#include "Platform/Define.h"
#include <map>
#include <set>
#include <vector>
// Structures using to access raw DBC data and required packing to portability
// GCC have alternative #pragma pack(N) syntax and old gcc version n... |
package javax.enterprise.inject.spi;
/**
* {@link javax.enterprise.inject.spi.Extension} callback while processing
* a managed bean.
*
* <code><pre>
* public class MyExtension implements Extension
* {
* <X> public void
* processManagedBean(@Observes ProcessManagedBean<X> event)
* {
* ...
* }
* ... |
<?php
global $cmsms_metadata;
$cmsms_post_metadata = explode(',', $cmsms_metadata);
$date = (in_array('date', $cmsms_post_metadata) || is_home()) ? true : false;
$categories = (get_the_category() && (in_array('categories', $cmsms_post_metadata) || is_home())) ? true : false;
$author = (in_array('author', $cmsms_post_me... |
<?php
/**
* Extends classic WP_Nav_Menu_Edit
*
* @since 1.0.0
*/
class <API key> extends YIT_Walker_Nav_Menu
{
function start_lvl( &$output, $depth = 0, $args = array() )
{
$indent = str_repeat("\t", $depth);
$output .= "\n<div class=\"submenu clearfix\">\n";
$output .= "\n$indent<ul... |
#ifndef <API key>
#define <API key>
#include "qgoogle<API key>.h"
#include <QDateTime>
#include <QtEndian>
#include "base32.h"
#include "hmac.h"
#define SECRET_LENGTH 16
#define <API key> (1000*1000) // Six digits
class QGOOGLE<API key> <API key>
{
public:
static QString getCode(QByteArray secret, quint64 time = 0)... |
#ifndef _T4FW_INTERFACE_H_
#define _T4FW_INTERFACE_H_
enum fw_retval {
FW_SUCCESS = 0, /* completed sucessfully */
FW_EPERM = 1, /* operation not permitted */
FW_ENOENT = 2, /* no such file or directory */
FW_EIO = 5, /* input/output error; hw bad */
FW_EN... |
<?php
defined('_JEXEC') or die;
JLoader::register('GeofactoryHelper', JPATH_COMPONENT.'/helpers/geofactory.php');
class <API key> extends JViewLegacy{
protected $form;
protected $item;
protected $state;
/**
* Display the view
*/
public function display($tpl = null){
// Initialise v... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css"></link>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0">
<table border="0" width=855px height=2095px align="left" cellspacing="0">
... |
package de.tkprog.MiSeLoR;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.<API key>;
import java.io.IOException;
import java.io.InputStreamReader;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
i... |
#include <boost/qvm/q_access.hpp>
#include <boost/qvm/v_access.hpp>
struct my_quat { };
namespace
boost
{
namespace
qvm
{
template <>
struct
q_traits<my_quat>
{
typedef int scalar_type;
template <int I> static int r( my_quat const & );
... |
<?php die("Access Denied"); ?>#x#s:4974:" 1449928439
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<script type="text/javascript">
var siteurl='/';
var tmplurl='/templates/ja_mendozite/';
var isRTL = false;
</script>
<base href="http://zon-com-tw.sensetop.com/zh/component/mailto/" />
<meta http-eq... |
#ifndef __IRQ_H
#define __IRQ_H
#include <linux/mm_types.h>
#include <linux/hrtimer.h>
#include <linux/kvm_host.h>
#include <linux/spinlock.h>
#include "iodev.h"
#include "ioapic.h"
#include "lapic.h"
#define PIC_NUM_PINS 16
#define SELECT_PIC(irq) \
((irq) < 8 ? <API key> : <API key>)
struct kvm;
struct kvm_vcpu;
... |
package io.goobi.viewer.model.cms;
import java.util.Locale;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import io.goobi.viewer.model.cms.CMSStaticPage;
public class CMSStaticPageTest {
private CMSStaticPage page = new CMSStaticPage("test");
@Before
public void setUp() {
}
... |
# OpenSPARC T1 Processor File: sjm_4.cmd
# The above named program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public
# The above named program is distributed in the hope that it will be
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# You should ... |
function Jsoncallback(url, callback, method, data, loadid) {
if (loadid) $('#'+loadid).fadeIn(200);
$.ajax({
type: method,
data: data,
scriptCharset: 'UTF-8',
dataType: 'json',
url: url,
success: function(json) {
if (loadid) $('#'+loadid).fadeOut(200);... |
body {
background: #f9f8f5;
color: #6b6a67;
font-family: 'Ubuntu',sans-serif ;
font-size: 14px;
line-height: 22px;
-<API key>:antialiased;
}
/* Typography */
a {color: #eb7b54;}
h1,h2,h3,h4,h5,h6 {font-family: 'Bebas Neue',sans-serif;color: #45433e;font-weight: normal;}
.header-font {font-family... |
#ifndef MAIN_H
#define MAIN_H
#include "cantera/zerodim.h"
#include "cantera/thermo/IdealGasPhase.h"
//#include "cantera/numerics.h"
#include "global_settings.h"
#include "initialcondition.h"
#include <time.h>
#include <sys/time.h>
#include "example_utils.h"
#include "ReimannSolver.h"
#include "initialconditionfix.h"
#... |
TESTS = {
"Level_1": [
{
"input": [1, 2, 3],
"answer": 2,
"explanation": "3-1=2"
},
{
"input": [5, -5],
"answer": 10,
"explanation": "5-(-5)=10"
},
{
"input": [10.2, -2.2, 0, 1.1, 0.5],
... |
using System.ComponentModel.DataAnnotations;
using OpenNos.Domain;
namespace OpenNos.Data
{
public class <API key> : MappingBaseDTO
{
#region Properties
public long CharacterId { get; set; }
[Key]
public long CharacterRelationId { get; set; }
public long RelatedCharacterI... |
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdint>
#include <stdexcept>
#include <math.h>
#include <opennfs/cloud.h>
#include <opennfs/opengl.h>
#include <opennfs/billboard.h>
namespace visualizer {
void CloudLayer::enable_light_shafts()
{
<API key> = true;
}
void CloudLayer::<API key>()
{... |
#include "commands.h"
Commands* Commands::Instance ()
{
static Commands t;
return &t;
}
Commands::Commands()
{
settings = Settings::Instance();
critterselection = Critterselection::Instance();
registerCmd("quit", &Commands::quit);
registerCmd("decreaseenergy", &Commands::decreaseenergy);
reg... |
# The set of languages for which implicit dependencies are needed:
SET(<API key>
"CXX"
)
# The set of files for implicit dependencies of each language:
SET(<API key>
"/home/adbms/mysqlsrc/mysql-5.6.21/storage/csv/ha_tina.cc" "/home/adbms/mysqlsrc/mysql-5.6.21/storage/csv/CMakeFiles/csv.dir/ha_tina.cc.o"
"/home/... |
#include "unp.h"
int main(void){
int b1,b2;
long int m1,m2;
uint16_t port;/*ip port*/
uint32_t host;/*ip host*/
port = htons(8080);/*host to network short*/
printf("ip port: 0x%x, ip net port: 0x%x\n", 8080, port);
printf("ip port: 0x%x\n\n", ntohs(port));
host = htonl(0xffffff10);/*host... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>CORE POS - IS4C: <API key> Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">... |
# _*_ coding:utf-8 _*_
# Filename:ClientUI.py
# Python
from socket import *
from ftplib import FTP
import ftplib
import socket
import thread
import time
import sys
import codecs
import os
reload(sys)
sys.setdefaultencoding( "utf-8" )
class ClientMessage():
def setUsrANDPwd(self,usr,pwd):
self.usr=usr
... |
<?php
class <API key> extends <API key>
{
function data()
{
$this->data =
'<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns
<item>
<a:contributor>
<a:name>Item Contributor</a:name>
</a:contributor>
</item>
</rdf:RDF>';
}
function expected()
{... |
# Npmfed
Welcome to npmfed!
This gem is here to help you (fedora packager) to get npmjs modules quickly packaged and include it in fedora.
Aim of this project is to create tool similar to gofed which will guide packager of npm modules through the process of checking dependencies. Generating and building packages locall... |
LLVM Upstream Patches
This directory contains the following patches to LLVM,
which are required by the LLVM backend for Native Image.
All patches are either upstream, under review for upstream merge,
or in preparation for such review:
* [Statepoints] Mark statepoint instructions as clobbering LR on AArch64 _(under revi... |
package net.sourceforge.atunes.kernel.modules.context.audioobject;
import java.awt.Component;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.util.ArrayList;
import java.util.List;
import javax.swing.AbstractAction;
import javax.swing.ImageIcon;
import javax.swing.... |
package net.sourceforge.atunes.gui.views.dialogs;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.GridLayout;
import java.awt.Insets;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.ScrollPaneConsta... |
#ifndef _BMP_LOADER_H_
#define _BMP_LOADER_H_
#include "UIHelper.h"
#include "Texture.h"
class BMPLoader
{
public:
static Texture load(char * name, bool smoothTexture);
private:
static bool readBMP(unsigned char * rawData, int rawDataSize, unsigned char ** buffer, Size * size);
static bool getRawData(unsign... |
<?php
namespace TYPO3\CMS\Backend\Toolbar;
/**
* Interface for classes which extend the backend by adding items to the top toolbar
*
* @author Ingo Renner <ingo@typo3.org>
*/
interface <API key> {
/**
* Constructor that receives a back reference to the backend
*
* @param \TYPO3\CMS\Backend\Contro... |
#include "silcruntime.h"
/* The IO process callback that calls the notifier callback to upper layer. */
SILC_TASK_CALLBACK(<API key>)
{
SilcSocketStream stream = context;
if (silc_unlikely(!stream->notifier))
return;
switch (type) {
case SILC_TASK_READ:
stream->notifier(stream, <API key>, stream->notifi... |
package com.caucho.quercus.env;
import com.caucho.quercus.program.JavaClassDef;
import java.util.Calendar;
import java.util.logging.Logger;
/**
* Represents a Quercus java Calendar value.
*/
public class JavaCalendarValue extends JavaValue {
private static final Logger log = Logger.getLogger(JavaCalendarValue.clas... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.