answer stringlengths 15 1.25M |
|---|
#ifndef __QD3DSHADER__
#define __QD3DSHADER__
#ifndef __QD3D__
#include "QD3D.h"
#endif
#ifndef __MOVIES__
#include "Movies.h"
#endif
#if PRAGMA_ONCE
#pragma once
#endif
#ifdef __cplusplus
extern "C" {
#endif
#if PRAGMA_IMPORT
#pragma import on
#endif
#if PRAGMA_STRUCT_ALIGN
#pragma options align=power
#elif <API k... |
#include <rtthread.h>
#include "tc_comm.h"
static struct rt_thread thread1;
static rt_uint8_t thread1_stack[THREAD_STACK_SIZE];
static struct rt_thread thread2;
static rt_uint8_t thread2_stack[THREAD_STACK_SIZE];
static void thread1_entry(void* parameter)
{
rt_uint32_t count = 0;
while (1)
{
rt_kpri... |
{config_load file="$language/lang_$language.conf" section="<API key>"}
<h1>{#heading_address#}</h1>
{$FORM_ACTION}
{if $error != ''}<div class="errormessage">{$error}</div>{/if}
<p>{#<API key>#}</p>
<p><strong>{#<API key>#}:</strong><br />{$ADDRESS_LABEL}</p>
{if $BLOCK_ADDRESS}
<h1>{#title_old_addresses#}</h1>
<p>{#te... |
<?php module_head("Links to other develoment tools");?>
<br>
<h4>Ambienti di Sviluppo Integrati (IDE)</h4>
<table width="100%" border=0 cellspacing=2 cellpadding=2>
<tr align=left>
<th class=header>Link</th>
<th class=header width="100%">Commento</th>
</tr>
<tr valign=top>
<td class=even><a HREF="http... |
package com.skyline.model.core;
import java.io.Serializable;
import javax.persistence.Embeddable;
/**
*
* @author Gabriel
*/
@Embeddable
public class VotingSystem implements Comparable<Object>, Serializable {
private int upVote;
private int downVote;
public VotingSystem() {
this(0, 0);
}
... |
/**
* @file temperature.js
* @author Antonino Parisi <tabman83@gmail.com>
* @date 28/02/2015 16:41
* @description Temperature data provider
*/
(function(angular, undefined) {
'use strict';
angular.module('PHMApp').factory('Temperature', ['$resource', 'appSettings', function($resourc... |
Packages for Check_MK
Homepage of Check_MK: http://mathias-kettner.de/check_mk.html
# mk_oracle
This plugin was redesigned in cooperation between Mathias Kettner
and Thorsten Bruhns. mk_oracle use the new run_cached in this plugin
which makes the future development much easier then before.
The original plugin needs an ... |
<?php
include_once('../../config/symbini.php');
include_once($SERVER_ROOT.'/classes/KeyEditorManager.php');
header("Cache-control: private; Content-Type: text/html; charset=".$CHARSET);
if(!$SYMB_UID) header('Location: ../../profile/index.php?refurl=../ident/tools/editor.php?'.htmlspecialchars($_SERVER['QUERY_STRING'],... |
* { margin: 0; padding: 0; }
body { font: 16px Georgia, serif; }
#page-wrap { margin: 2% auto; color: white; }
#page-wrap > .main { border: 1px solid #999; padding: 1%;
margin-bottom: 1px; color: black;}
section > div { padding: 20px; }
header... |
<!DOCTYPE html PUBLIC "-
<html xmlns="http:
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.4"/>
<title>tbb::improper_lock Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text... |
<?php
namespace Eventum\CustomField;
use Doctrine\Common\Collections\ArrayCollection;
use Eventum\CustomField\Fields\<API key>;
use Eventum\CustomField\Fields\<API key>;
use Eventum\CustomField\Fields\<API key>;
use Eventum\Model\Entity\CustomField;
use Eventum\Model\Entity\IssueCustomField;
use Generator;
class Conver... |
{% extends '_modal.html' %}
{% load i18n %}
{% block modal_id %}user_import_modal{% endblock %}
{% block modal_title%}{% trans "Import user" %}{% endblock %}
{% block modal_body %}
<p class="text-success">{% trans "Download template or use export excel format" %}</p>
<form method="post" action="{% url 'users:user-impor... |
<?php
/
// This funstion validates a plain text password with an
// encrpyted password
function <API key>($plain, $encrypted) {
if (tep_not_null($plain) && tep_not_null($encrypted)) {
// split apart the hash / salt
$stack = explode(':', $encrypted);
if (sizeof($stack) != 2) return false;
if (md5... |
FactoryBot.define do
factory :column, class: GtfsReader::Config::Column do
sequence(:name) { |n| "column_
opts { {} }
initialize_with { new name, opts }
end
end |
#include <linux/bug.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/gpio.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/regmap.h>
#include <linux/regulator/of_regulator.h>
#include <linux/platform_device.h>
#include <linux/regulator/driver.h>
#include <linux/regulator/machine.h>... |
include $(TOPDIR)/rules.mk
PKG_NAME:=sqlite2
PKG_VERSION:=2.8.17
PKG_RELEASE:=2
PKG_SOURCE:=sqlite-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http:
PKG_MD5SUM:=<API key>
PKG_BUILD_DIR:=$(BUILD_DIR)/sqlite-$(PKG_VERSION)
PKG_BUILD_DEPENDS:=libncurses libreadline
PKG_FIXUP:=libtool
PKG_INSTALL:=1
include $(INCLUDE_DIR)/packag... |
#ifndef SCREENSHOT_H
#define SCREENSHOT_H
#include <QPixmap>
#include <QWidget>
class QCheckBox;
class QGridLayout;
class QGroupBox;
class QHBoxLayout;
class QLabel;
class QPushButton;
class QSpinBox;
class QVBoxLayout;
class Screenshot : public QWidget
{
Q_OBJECT
public:
Screenshot();
protected:
void resiz... |
<!DOCTYPE HTML PUBLIC "-
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Thu May 28 10:31:01 BST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>M-Index</title>
<meta name="date" content="2015-05-28">
<link rel="stylesheet" type="text/css" href="../st... |
# This content is made available according to terms specified in
__doc__ = """zenbatchload
zenbatchload loads a list of devices read from a file.
"""
import sys
import re
from traceback import format_exc
import socket
import Globals
from ZODB.POSException import ConflictError
from ZODB.transact import transact
from zop... |
<?php
Function: Display UserOnline
function users_online() {
echo get_users_online();
}
function get_users_online() {
$template = UserOnline_Core::$options->templates['useronline'];
$template = str_ireplace( '%PAGE_URL%', UserOnline_Core::$options->url, $template );
$template = str_ireplace( '%MOSTONLIN... |
Board games calendar
==============
[
- `npm start` to start dev and then go `http://localhost:3000/`
- `npm test` to run tests
##Frontend
- Angular.js
- SCSS, BEM
# Guidelines
- Angularjs:... |
/**
* Compacts this ByteBuffer to be backed by a {@link ByteBuffer#buffer} of its contents' length. Contents are the bytes
* between {@link ByteBuffer#offset} and {@link ByteBuffer#limit}. Will set `offset = 0` and `limit = capacity` and
* adapt {@link ByteBuffer#markedOffset} to the same relative position if set.... |
#include "qdiffusemapmaterial.h"
#include "<API key>.h"
#include <Qt3DRenderer/qmaterial.h>
#include <Qt3DRenderer/qeffect.h>
#include <Qt3DRenderer/qtexture.h>
#include <Qt3DRenderer/qtechnique.h>
#include <Qt3DRenderer/qshaderprogram.h>
#include <Qt3DRenderer/qparameter.h>
#include <Qt3DRenderer/qrenderpass.h>
#inclu... |
using System;
using System.Collections.Generic;
using WCell.Util.Logging;
using WCell.Constants;
using WCell.Constants.Achievements;
using WCell.Constants.Factions;
using WCell.RealmServer.Database;
using WCell.RealmServer.Entities;
using WCell.RealmServer.Handlers;
using WCell.RealmServer.Database.Entities;
namespace ... |
#include "ResultData.h"
ResultData::ResultData() {
clear();
}
void ResultData::clear() {
bTrackSuccessfull = false;
id = 0;
timestamp = 0;
trackDurMicros = 0;
ellipsePupil = cv::RotatedRect();
corneaCentre = cv::Point3d();
pupilCentre = cv::Point3d();
scenePoint = cv::Point2d();
... |
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <utime.h>
#include <sys/time.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <wctype.h>
#include <sys/vfs.h>
#include "emu.h"
#include "mfs.h"
#incl... |
<?php
class Text_Diff {
/**
* Array of changes.
*
* @var array
*/
var $_edits;
/**
* Computes diffs between sequences of strings.
*
* @param string $engine Name of the diffing engine to use. 'auto'
* will automatically select the best.
... |
#include <stdarg.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/stddef.h>
#include <linux/unistd.h>
#include <linux/user.h>
#include <linux/delay.h>
#include <linux/reboot.h>
#include <linux/interrupt.h>
#include <linux/kallsyms.h>
#include <linux/i... |
#ifndef _LINUX_MM_H
#define _LINUX_MM_H
#include <linux/errno.h>
#ifdef __KERNEL__
#include <linux/gfp.h>
#include <linux/bug.h>
#include <linux/list.h>
#include <linux/mmzone.h>
#include <linux/rbtree.h>
#include <linux/atomic.h>
#include <linux/debug_locks.h>
#include <linux/mm_types.h>
#include <linux/range.h>
#incl... |
#include "die.h"
#include "getconf.h"
#include "getconfopt.h"
#include "stralloc.h"
static int parse(struct option *o,const char *arg)
{
stralloc_copys(o->var.str,arg);
return 1;
}
static void fetch(struct option *o)
{
getconf_line(o->var.str,o->filename,0);
}
const struct option_type opt_str = {
1,
parse,
... |
// <API key>: GPL-2.0-or-later
#include "iwMsgbox.h"
#include "Loader.h"
#include "WindowManager.h"
#include "controls/ctrlImage.h"
#include "controls/ctrlMultiline.h"
#include "drivers/VideoDriverWrapper.h"
#include "enum_cast.hpp"
#include "helpers/EnumArray.h"
#include "ogl/glArchivItem_Bitmap.h"
#include "gameData/... |
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator.userAgent.match(/iPad/i) ) {
document.getElementById('viewport').setAttribute("content", "width=device-width, initial-scale=0.9");
}
}());
</script>
<lin... |
#pragma once
#include <vector>
#include <ostream>
#include <algorithm>
#include "SpeciesTypeID.hpp"
#include "ReactionRuleID.hpp"
#include "Reactants.hpp"
class ReactionRule
{
public:
using reactants = Reactants<SpeciesTypeID, SpeciesTypeID>;
using products = std::vector<SpeciesTypeID>;
explicit ReactionRule(c... |
#include "outputfile.h"
#include <iostream>
using namespace std;
void OutputFile::create() throw(NLXError)
{
// Data file exists?
if ( !force )
{
open(filename.c_str(),ios::in);
bool exists = good();
close();
clear();
if ( exists ) throw NLXError(NLXError::WRITE_ERROR... |
#ifndef _LINUX_MMZONE_H
#define _LINUX_MMZONE_H
#ifndef __ASSEMBLY__
#ifndef <API key>
#include <linux/spinlock.h>
#include <linux/list.h>
#include <linux/wait.h>
#include <linux/bitops.h>
#include <linux/cache.h>
#include <linux/threads.h>
#include <linux/numa.h>
#include <linux/init.h>
#include <linux/seqlock.h>
#inc... |
layout: post
title: 'Podcast: What Is the Technical Writer''s Role in Interface Design? Interview
with Bogo Vatovec'
date: 2008-12-14 18:06:40.000000000 -08:00
categories:
- podcasts
tags: []
status: publish
published: true
<p><audio controls><source src="https:
<p><a title="What Is the Technical Writer's Role in Int... |
require 'socket'
require 'ssh/ruby_compat'
require 'ssh/proxy/errors'
module Net
module SSH
module Proxy
# An implementation of a SOCKS5 proxy. To use it, instantiate it, then
# pass the instantiated object via the :proxy key to Net::SSH.start:
# require 'ssh/proxy/socks5'
# proxy = Ne... |
package org.drftpd.master.vfs.event;
import org.drftpd.master.vfs.<API key>;
import java.util.Set;
/**
* This event is fired whenever a slave is added or removed from a {@link <API key>}
*
* @author fr0w
* @version $Id$
*/
public class <API key> extends <API key> {
private final Set<String> _slaves;
public... |
package eu.printingin3d.javascad.models;
import eu.printingin3d.javascad.basic.Radius;
import eu.printingin3d.javascad.context.<API key>;
import eu.printingin3d.javascad.exceptions.<API key>;
import eu.printingin3d.javascad.utils.AssertValue;
import eu.printingin3d.javascad.utils.DoubleUtils;
/**
* Represents a prism ... |
<?php
$type = 'TrueType';
$name = 'Verdana';
$desc = array('Ascent'=>765,'Descent'=>-207,'CapHeight'=>765,'Flags'=>32,'FontBBox'=>'[-50 -207 1447 1000]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>1000);
$up = -88;
$ut = 59;
$cw = array(
chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000... |
package com.espertech.esper.epl.spec;
import com.espertech.esper.collection.Pair;
import com.espertech.esper.epl.expression.<API key>;
import com.espertech.esper.epl.parse.EPLTreeWalker;
import com.espertech.esper.filter.*;
import com.espertech.esper.pattern.<API key>;
import com.espertech.esper.pattern.<API key>;
impo... |
\chap{Preliminaries}{BeforeWeBegin}
\section{In the Beginning}
\begin{verse}
Let's start at the very beginning\\
A very good place to start\\
When you read you begin with A B C\\
When you sing you begin with Do Re Me
\end{verse}
\medskip
(Oscar Hammerstein, \emph{The Sound of Music})
\bigskip
If Maria had been the Trap... |
package com.zipato.model;
import android.content.Context;
import com.fasterxml.jackson.databind.JavaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.type.TypeFactory;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.lang.reflect.ParameterizedTyp... |
* {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit;}
A { margin:0; padding:0; font-size:100%; font-weight:inherit; font-style:inherit; vertical-align:baseline; background:transparent; }
BODY {line-height:1; color:black; background:white;}
OL, UL {li... |
#include "stdafx.h"
#include "GLCommonDecompiler.h"
std::string <API key>(size_t elementCount)
{
switch (elementCount)
{
default:
abort();
case 1:
return "float";
case 2:
return "vec2";
case 3:
return "vec3";
case 4:
return "vec4";
}
}
std::string ... |
<?php
if(isset($_POST['upload']))
{
$cat_id = $_POST['categories_name'];
$name= $_POST['name'];
$small_img = $_FILES['image_small']['tmp_name'];
$fa = fopen($small_img,"rb");
$data_small = fread($fa, filesize($small_img));
fclose($fa);
$big_img = $_FILES['imag... |
package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'
..';.luarocks/share/lua/5.2/?/init.lua'
package.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'
require("./bot/utils")
local f = assert(io.popen('/usr/bin/git describe --tags', 'r'))
VERSION = assert(f:read('*a'))
f:close()
-- This function is cal... |
package com.ctreber.acearth.shader;
import java.awt.Color;
/**
* <p>Shader for the orthographic projection.</p>
*
* <p>© 2002 Christian Treber, ct@ctreber.com (Nov 11, 2002)</p>
* @author Christian Treber, ct@ctreber.com
*
*/
public class ShaderOrtho extends Shader
{
private static double[] fXValues;
pub... |
<?php
// If uninstall not called from WordPress, then exit
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
// @TODO: Define uninstall functionality here |
var <API key> = 20;
var bounds_ContactMap = new google.maps.LatLngBounds();
var marker_map = new Array();
var marker_pano_open = new Array();
var marker_pano;
var markers_pano = {};
var index_pano = 0;
var <API key> = false;
var delete_old_pano = true;
/* Charge les photos Paroramio contenu dans la carte visible */
fun... |
<?php
// Check to ensure this file is included in Joomla!
defined('_JEXEC') or die();
JTable::addIncludePath(<API key>.DS.'tables');
/**
* Translator Extension Controller
*
* @package yos_translator
* @subpackage Components
*/
class <API key> extends <API key>
{
/**
* constructor (registers addi... |
import os
def enumFeeds():
for fn in os.listdir('/etc/opkg'):
if fn.endswith('-feed.conf'):
try:
for feed in open(os.path.join('/etc/opkg', fn)):
yield feed.split()[1]
except IndexError:
pass
except IOError:
... |
#include <arch/io.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include "southbridge/intel/ibexpeak/nvs.h"
#include "southbridge/intel/ibexpeak/pch.h"
#include "southbridge/intel/ibexpeak/me.h"
#include <northbridge/intel/nehalem/nehalem.h>
#include <cpu/intel/model_2065x/model_2065x.h>
#include <ec/acpi/ec... |
Imports MySql.Data.MySqlClient
Module ModMsysql
Public Sqlcn1 As New MySqlConnection
Public SqlCmd1 As New MySqlCommand
Public vSqlTimeout As Integer = 60
Public strCnn As String
Public Sub Abre_conexion()
Dim Configreader As System.Configuration.AppSettingsReader
Configreader = New ... |
#include"stdhdr.h"
#include"zcchdr.h"
//union align {
//double d;
//int (*pf) ();
struct block {
char *avail;
char *limit;
struct block *next;
};
union header {
struct block b;
union align a;
};
static struct block
first[] = {{ NULL, }, { NULL, }, { NULL, }, {NULL, }},
*arena[] = {&f... |
# Makefile.in generated by automake 1.11 from Makefile.am.
# testing/setops/Makefile. Generated from Makefile.in by configure.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# This Makefile.in is free software; the Free Software Foundation
# with or without modifications, as long as this ... |
# <API key>
The program uses the Marvel API to search for comics by series, and returns a list of all the comics in the series. These comics release dates can then be added to
your Google calender.
A file will need to be created called keys.config next to the executable with the following format which needs
your marvel... |
using System;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Ink;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using System.Windows.Data;
namespace ClientsManager.Co... |
#define pr_fmt(fmt) "%s: " fmt, __func__
#include "mdss_fb.h"
#include "mdss_mdp.h"
#include <linux/uaccess.h>
#include <linux/spinlock.h>
#include <linux/delay.h>
#include <mach/msm_bus.h>
#include <mach/msm_bus_board.h>
#include "mdss_mdp_kcal_ctrl.h"
struct mdp_csc_cfg mdp_csc_convert[MDSS_MDP_MAX_CSC] = {
[<... |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import json
from datetime import date, datetime
from dateutil.relativedelta import relativedelta
import os
from os import path, mkdir
from shutil import rmtree
import tempfile
from zipfile import ZipFile, ZIP_DEFLATED
import codecs
import geojson
from osge... |
/** @file
* VBoxGuestR3Lib - Ring-3 Support Library for VirtualBox guest additions,
* implements the minimum of runtime functions needed for
* XFree86 driver code.
*/
#include <iprt/assert.h>
#include <iprt/log.h>
#include <iprt/mem.h>
#if defined(VBOX_VBGLR3_XFREE86)
extern "C" {
... |
#pragma once
#include "../Raytracer.h"
#include "../Color/RayColor.h"
#include "../Traversal/Intersection.h"
#include "../../Common/Math/Matrix4.hpp"
namespace NFE {
namespace RT {
struct <API key>
{
RayColor baseColor;
RayColor emissionColor;
float roughness;
float roughnessAnisotropy;
float metaln... |
/* <API key>: LGPL-2.1-or-later */
#include <errno.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <linux/fs.h>
#include "chattr-util.h"
#include "fd-util.h"
#include "macro.h"
int chattr_full(const char *path, int fd, unsigned value, unsigned mask, unsigned *ret_previous, unsigned *ret_fina... |
<?php
/**
* The public-facing functionality of the plugin.
*
* Defines the plugin name, version, and two examples hooks for how to
* enqueue the admin-specific stylesheet and JavaScript.
*
* @package Simple_Google_Map
* @subpackage Simple_Google_Map/public
* @author Taylor Gorman <taylor@clarknikdelpowel... |
#include <stdio.h>
#include "basictyp.h"
#include "common.h"
#include "devicerequest.h"
#include "usb.h"
#include "HAL4D13.h"
#include "chap_9.h"
#include "D13BUS.h"
#include "iso.h"
extern IO_REQUEST idata ioRequest;
extern D13FLAGS bD13flags;
extern <API key> <API key>;;
extern CONTROL_XFER ControlData;
/*
printf("... |
#ifndef <API key>
#define <API key>
#include <cassert>
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <stdexcept>
#include <string>
#include <vector>
namespace osmium {
namespace index {
namespace detail {
template <typename T>
inline T* create_map_with_fd(const std... |
<?php
function processRequest(&$db) {
if (getDbName() == '') {
echo view('invalid_request');
return;
}
if ($db->queryTableStatus())
createSimpleGrid($db, __('Database summary').': ['.htmlspecialchars(getDbName()).']');
}
?> |
#ifndef EXPORT_SYMTAB
# define EXPORT_SYMTAB
#endif
#define DEBUG_SUBSYSTEM S_MDS
#include <linux/module.h>
#include <lustre_ver.h>
#include "mdd_internal.h"
void mdd_write_lock(const struct lu_env *env, struct mdd_object *obj,
enum mdd_object_role role)
{
struct dt_object *next = mdd_objec... |
<?php
/**
* This file has been @generated by a phing task by {@link <API key>}.
* See [README.md](README.md#generating-data) for more information.
*
* Pull requests changing data in these files will not be accepted. See the
* [FAQ in the README](README.md#<API key>] on how to make
* metadata changes.
*
* Do not... |
#include "qlatincodec_p.h"
#include "qlist.h"
#ifndef QT_NO_TEXTCODEC
QT_BEGIN_NAMESPACE
QLatin1Codec::~QLatin1Codec()
{
}
QString QLatin1Codec::convertToUnicode(const char *chars, int len, ConverterState *) const
{
if (chars == 0)
return QString();
return QString::fromLatin1(chars, len);
}
QByteArray Q... |
# Written by Gustavo Niemeyer <niemeyer@conectiva.com>
# This file is part of Smart Package Manager.
# Smart Package Manager is free software; you can redistribute it and/or
# your option) any later version.
# Smart Package Manager is distributed in the hope that it will be useful,
# MERCHANTABILITY or FITNESS FOR A PA... |
<?php
defined('_JEXEC') or die('Restricted access');
class <API key> extends JModelAdmin
{
protected $_compo = 'com_cp3d';
protected $_context = 'lignecommande';
public $typeAlias = 'com_cp3d.lignecommande';
public function getTable($type = 'LigneCommande', $prefix = 'Cp3dTable', $config = array())
... |
.footer-contact-icon i, .footer-addr-icon, .footer-blog-post:hover h3 a , .<API key> ul li a, .<API key> ul li a:hover, .footer-copyright p a:hover, .page-breadcrumb > li.active a, .blog-lg-area-left h3 > a:hover, .blog-lg-area-right h3 > a:hover,
.blog-lg-area-full h3 > a:hover, p.wp-caption-text a, .blog-author span,... |
function base64_decode (data) {
var b64 = "<API key>+/=";
var o1, o2, o3, h1, h2, h3, h4, bits, i = 0,
ac = 0,
dec = "",
tmp_arr = [];
if (!data) {
return data;
}
data += '';
do { // unpack four hexets into three octets using index points in b64
h1 = b64.indexOf(data.charAt(i++));
h2... |
#ifdef QT_HAVE_SSE
#include <private/qdrawhelper_sse_p.h>
const <API key> <API key>[] = {
<API key><QSSEIntrinsics>,
<API key><QSSEIntrinsics>,
<API key><QSSEIntrinsics>,
<API key><QSSEIntrinsics>,
0,
<API key><QSSEIntrinsics>,
<API key><QSSEIntrinsics>,
<API key><QSSEIntrinsics>,
<A... |
<?php include('header.php') ?>
<section class="btws-main-content">
<div class="btws-center">
<h1>Ceci n'est pas un titre, surtout pas d'archive</h1>
<p>Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Nulla vitae elit libero, a pharetra augue. Prae... |
#include "filter.h"
#include <regex.h>
/* draft */
#define HOST_REGEX "([0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3})"
typedef struct f2b_regex_t {
struct f2b_regex_t *next;
char pattern[PATTERN_MAX];
int matches;
regex_t regex;
} f2b_regex_t;
struct _config {
char id[ID_MAX];
char error[256];
bool i... |
/* SEMC:modified */
#include <asm/mach-types.h>
#include <linux/platform_device.h>
#include <linux/gpio_event.h>
#define <API key> 36
static unsigned int es209ra_row_gpios[] = { 33, 34, 35 };
static unsigned int es209ra_col_gpios[] = { 38, 39, 40, 41, 42 };
/* es209ra:
38: KEYSENSE_N(0)
39: KEYSENSE_N(1)
40: KEYSENS... |
/**
* A probe which records the value of an incoming signal.
*/
#include "sark.h"
#include "spin1_api.h"
#include "common.h"
struct {
uint sim_length;
uint input_key;
uchar recording[];
} *config;
uint last_input = 0;
void on_tick(uint ticks, uint arg1) {
// Terminate after the specified duration
... |
package com.mobilerobots.Aria;
public class <API key> extends ArRangeDevice {
/* (begin code from javabody_derived typemap) */
private long swigCPtr;
/* for internal use by swig only */
public <API key>(long cPtr, boolean cMemoryOwn) {
super(AriaJavaJNI.<API key>(cPtr), cMemoryOwn);
swigCPtr = cPtr;
}... |
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Remove s... |
#ifndef ENCRYPT_H
#define ENCRYPT_H
#include <string>
#include <stdint.h>
#include <stdlib.h>
typedef enum {
step_a, step_b, step_c, step_d
} base64_decodestep;
typedef struct {
base64_decodestep step;
char plainchar;
} base64_decodestate;
class Base64
{
int base64_decode_value(char value_in)
{
static con... |
<div class="well well-lg">Look, I'm in a large well!</div> |
<?php
$infosoeuvres_mb = new WPAlchemy_MetaBox(array
(
'id' => '_infosoeuvres',
'title' => 'Informations sur l\'oeuvres',
'types' => array('post'),
'template' => <API key>() . '/metaboxes/infosoeuvres-meta.php',
));
/* eof */ |
// * MajorLabel - Guido Goluke
// * Email: info@majorlabel.nl
// * Authors:
// * Guido Goluke, <info@majorlabel.nl>
// * 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... |
#include <stdlib.h>
#include <uwifi/wlan_util.h>
#include "display.h"
#include "main.h"
#include "network.h"
#define COL_BAND2 23
static bool set_ht40plus;
void update_channel_win(WINDOW *win)
{
int l = 2;
box(win, 0 , 0);
print_centered(win, 0, 39, " Channel Settings ");
wattron(win, WHITE);
for (i... |
<div class="tile is-parent is-vertical">
<div *ngFor="let location of locations" [ngClass]="{'tile': true,
'is-child': true,
'box': true,
'notification': true,
'is-success': !location.currentLocation && location.canTravelHere,
'is-... |
# CRuMb
A very small, lightweight CRM for the Beer industry |
Exuberant Ctags
============
Author: Darren Hiebert <dhiebert at users.sourceforge.net>
http://ctags.sourceforge.net
Instant Messaging:
Yahoo! ID : dbhiebert
AIM ScreenName: darrenhiebert
Exuberant Ctags is a multilanguage reimplementation of the much-underused
ctags(1) program a... |
<?php
defined( '_JEXEC' ) or die;
defined('JPATH_PLATFORM') or die;
jimport('joomla.form.formfield');
jimport('joomla.form.helper');
JFormHelper::loadFieldClass('list');
class <API key> extends JFormFieldList
{
protected $type = 'ToolbarList';
protected function getOptions()
{
$options = array()... |
<?php
require_once ('define_upsell.php');
$lg_conv = array(2 => 'fr', 3 => 'sp', 4 => 'de', 5 => 'en', 6 => 'it', 7 => 'pl');
$product = $_GET['upsell'];
$lg_code = $_SESSION['languages_id'];
$lg_code = $lg_conv[$lg_code];
echo '
<div id="km">
<div id="km_content">';
//var_dump($productTab[$product]);
// Template pour ... |
#include "jeeps/gps.h"
#include <cfloat>
#include <cstdio>
#include <cstdlib>
int32 GPS_Command_Off(const char* port)
{
static UC data[2];
gpsdevh* fd;
GPS_PPacket tra;
GPS_PPacket rec;
GPS_Util_Little();
if (!GPS_Device_On(port, &fd)) {
return gps_errno;
}
GPS_Util_Put_Short(data,COMMAND_ID[gps_dev... |
<?php
/**
* Exception for errors with the PList format
* @author Rodney Rehm <rodney.rehm@medialize.de>
* @author Christian Kruse <cjk@wwwtech.de>
* @package plist
*/
class PListException extends Exception {
}
?> |
package java8.util.function;
import java8.util.function.UnaryOperator;
/**
* Represents an operation on a single {@code long}-valued operand that produces
* a {@code long}-valued result. This is the primitive type specialization of
* {@link UnaryOperator} for {@code long}.
*
* <p>This is a <a href="package-summar... |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
*/
#import <PhotoLibrary/<API key>.h>
#import <PhotoLibrary/XXUnknownSuperclass.h>
@class <API key>, <API key>, UIView, <API key>, PLCameraFocusView;
@interface PLCameraPreviewView ... |
/**
* This header is generated by class-dump-z 0.2b.
*
* Source: /System/Library/PrivateFrameworks/OfficeImport.framework/OfficeImport
*/
#import <OfficeImport/<API key>.h>
#import <OfficeImport/NSCopying.h>
#import <OfficeImport/XXUnknownSuperclass.h>
__attribute__((visibility("hidden")))
@interface OADVector3D : ... |
# This file is part of GNU Enterprise.
# GNU Enterprise is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public
# version 2, or (at your option) any later version.
# GNU Enterprise is distributed in the hope that it will be
# You should have received a copy of the GNU Gene... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after*... |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
#include <config.h>
#include <glib.h>
#include <glib/gi18n.h>
#include <gthumb.h>
#include "gth-catalog.h"
#include "gth-organize-task.h"
#define GET_WIDGET(name) <API key> (self->priv->builder, (name))
#define KEY_FORMAT ("%Y.%m.%d")
enum {
... |
<?php
namespace qtismtest\data\storage\xml\marshalling;
use qtismtest\QtiSmTestCase;
use qtism\data\storage\xml\marshalling\Marshaller;
use qtism\data\ItemSessionControl;
use \DOMDocument;
use \ReflectionClass;
class MarshallerTest extends QtiSmTestCase {
public function testCradle() {
// Set cradle method ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.