answer
stringlengths
15
1.25M
#!/usr/bin/env python3 import sys import os sys.path.append(os.path.realpath(".")) import unittest import cleanstream import tagger import pretransfer import transfer import interchunk import postchunk import adaptdocx if __name__ == "__main__": os.chdir(os.path.dirname(__file__)) failures = 0 for module in...
/** * @file * VP8 decoder support via libvpx */ #define <API key> 1 #include <vpx/vpx_decoder.h> #include <vpx/vp8dx.h> #include "libavutil/common.h" #include "libavutil/imgutils.h" #include "avcodec.h" #include "internal.h" typedef struct VP8DecoderContext { struct vpx_codec_ctx decoder; } VP8Context; static av...
// ReadEntityBodyMode.cs // 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, // permit persons to whom the Software is furnished to do so, subject to // the follow...
#!/usr/bin/python3 # 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 # with this program; if not, write to the Free Software Founda...
VERSION = 1.0.1 all: smistrip -d MIB src-mib/nagios*.mib test: smilint -p ./MIB/NAGIOS-ROOT-MIB ./MIB/NAGIOS-NOTIFY-MIB tarball:
#ifndef INC_FMTLexer_hpp_ #define INC_FMTLexer_hpp_ #include <antlr/config.hpp> /* $ANTLR 2.7.7 (20130428): "format.g" -> "FMTLexer.hpp"$ */ #include <antlr/CommonToken.hpp> #include <antlr/InputBuffer.hpp> #include <antlr/BitSet.hpp> #include "FMTTokenTypes.hpp" #include <antlr/CharScanner.hpp> #include <fstream> #inc...
#include "db/db.h" Database::Database() { this->records_tree_ = nullptr; } void Database::Read(DatabaseReader &reader) { this->records_tree_ = reader.ReadIndex(); } Record *Database::GetRecordsTree() const { return this->records_tree_; } void Database::SetRecordsTree(Record *records_tree) { this->records_tree_ = re...
import glob import fnmatch import itertools import logging import os import re import six import sys import yaml from .dockerfile import Dockerfile from .image import ImageBuilder from .config import Config class Builder(object) : def __init__(self, config=None, **kwds) : self.logger = logging.getLogger(typ...
<?php global $lang; global $languages; $<API key>="Najczęściej {$languages[$lang]} odwiedzane strony"; $l_page="Strona"; $l_last_update="ostatnio aktualizowane"; $l_last_visited="ostatnio odwiedzane"; $<API key>="średnio dziennych wizyt"; $<API key>="Całkowite statystyki serwisu"; $l_served_pages="Ten serwer serwuje śr...
<?php require_once __DIR__ . '/../../../mainfile.php'; $op = \Xmf\Request::getCmd('op', ''); switch ($op) { case 'load': loadSampleData(); break; } // XMF TableLoad for SAMPLE data function loadSampleData() { // $moduleDirName = basename(dirname(__DIR__)); xoops_loadLanguage('comment'); ...
#ifndef <API key> #define <API key> #include <mshtml.h> #include <shdeprecated.h> class __declspec(uuid("<API key>")) <API key> : public IUnknown { public: STDMETHOD(<API key>)(VARIANT_BOOL* cancel) = 0; STDMETHOD(<API key>)(VOID) = 0; STDMETHOD(<API key>)(VOID) = 0; STDMETHOD(<API key>)(VOID) = 0; STDMETHOD...
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>-</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <script src="../js/jQuery.js" type="text/javascript"></script> <script src="../js/common.js" type="text/javascript"></script> <script ...
<?php class wpsociallikes { const OPTION_NAME_MAIN = 'sociallikes'; const <API key> = '<API key>'; const <API key> = '<API key>'; const <API key> = '<API key>'; const <API key> = '<API key>'; var $lang; var $options; var $buttons = array( 'vk_btn', 'facebook_btn', ...
// <API key>.h // VKMessenger #import "<API key>.h" @interface <API key> : <API key> <<API key>> @property (weak, nonatomic) IBOutlet UIImageView *image; @property (weak, nonatomic) IBOutlet NSLayoutConstraint *<API key>; @end
<?php namespace VuFind\Statistics; class Record extends AbstractBase { /** * Saves the record view to wherever the config [Statistics] says so * * @param \VuFind\Search\Base\Results $data Results from Search controller * @param <API key> $request Request data * * @return void ...
<?php namespace eZ\Publish\Core\Base\Container\Compiler\Search\Legacy; use Symfony\Component\DependencyInjection\Compiler\<API key>; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\DependencyInjection\Definition; /** * This compiler...
#ifndef UI_UNDOVIEW_H #define UI_UNDOVIEW_H #include <QtWidgets/QUndoView> namespace ui { class UndoView : public QUndoView { Q_OBJECT public: explicit UndoView(QWidget *parent = 0); signals: public slots: }; } // namespace ui #endif // UI_UNDOVIEW_H
<?php global $post; if( tie_get_option( 'archives_socail' ) ):?> <div class="mini-share-post"> <ul> <li><a href="https://twitter.com/share" class="<TwitterConsumerkey>" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-via="<?php echo tie_get_option( '<API key>' ) ?>" data-lang="en...
#define RTC_VERSION "1.09b" #include <linux/bcd.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/smp_lock.h> #include <linux/types.h> #include <linux/miscdevice.h> #include <linux/ioport.h> #include <linux/fcntl.h> #include <linux/rtc.h> #include <linux/init.h> #include <linux/poll.h> #incl...
<!DOCTYPE html> <html> <head> <title>Asterisk Project : Asterisk Standard Channel Variables</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body class="theme-default aui-theme-defaul...
<?php class Miscinfo_b extends Lxaclass { static $__desc_realname = array("", "", "real_name"); static $__desc_paddress = array("", "", "personal_address"); static $__desc_padd_city = array("", "", "city"); static $__desc_padd_country = array( "", "", "Country", "Country of the Client"); static $__d...
<?php defined( '_JEXEC' ) or die; $after_html = '<span class="switch notice">'.JText::_( '<API key>' ).JText::_( '<API key>' ).'</span>'; $object = 'joomla_user_group'; echo JCckDev::renderForm( 'core_form', '', $config, array( 'label'=>'Content Type2', 'selectlabel'=>'None', 'options'=>'Linked to Conte...
/* $Id: leo.h,v 1.4 2005-07-07 11:55:42 fzago-guest Exp $ */ /* Commands supported by the scanner. */ #define <API key> 0x00 #define SCSI_INQUIRY 0x12 #define SCSI_SCAN 0x1b #define SCSI_SET_WINDOW 0x24 #define SCSI_READ_10 0...
#include "<API key>.hpp" #include "<API key>.hpp" using namespace adaptative::logic; using namespace adaptative::playlist; <API key>::<API key>(): <API key>() { } BaseRepresentation *<API key>::<API key>(BaseAdaptationSet *adaptSet) const { <API key> selector; return selector.select(adaptSet, 0); }
package com.oa.bean; public class FeedBackInfo { private Long id; private String feedbackinfo; private String userid; private String date; public Long getId() { return id; } public void setId(Long id) { this.id = id; } public String getFeedbackinfo() { return ...
<?php include('../../../operaciones.php'); conectar(); apruebadeintrusos(); if($_SESSION['cargo_user']!="Bodeguero"){ header('Location: ../../../login.php'); } ?> <html lang="en"> <head> <title>PNKS Inventario - Estadística de Productos</title> <!-- BEGIN META --> <meta charset="utf-8"> ...
package org.owasp.benchmark.testcode; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet("/BenchmarkTest17998") publ...
package Classes::Sentry4; our @ISA = qw(Classes::Device); sub init { my $self = shift; if ($self->mode =~ /device::hardware::health/) { $self-><API key>('Classes::Sentry4::Components::<API key>'); } elsif ($self->mode =~ /device::power::health/) { $self-><API key>('Classes::Sentry4::Components::PowerSubsy...
using System.Windows.Controls; namespace HomeControl { <summary> Interaction logic for UserControl1.xaml </summary> public partial class HomeCtrl : UserControl { public HomeCtrl() { InitializeComponent(); // doug's change... } } }
package adamros.mods.transducers.item; import java.util.List; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import adamros.mods.transducers.Transducers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net.m...
<?php /** * @file * Opigno Learning Record Store stats - Course content - Course contexts statistics template file * * @param array $<API key> */ ?> <div class="lrs-stats-widget" id="<API key>"> <h2><?php print t('Course context statistics'); ?></h2> <?php print theme('<API key>', compact('<API key>')); ?> </d...
showWord(["v. ","vin jòn.<br>"])
## see AUTHORS ## This software may be freely redistributed under the terms of the GNU ## along with this program; if not, write to the Free Software ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. import inspect from func import logger from func.config import read_config, BaseConfig from func.commonconfig...
package lambda; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; public class Esempio extends JFrame { public Esempio() { init(); } private void init() { BorderLayout b=new Border...
#include <dwt/widgets/ProgressBar.h> namespace dwt { const TCHAR ProgressBar::windowClass[] = PROGRESS_CLASS; ProgressBar::Seed::Seed() : BaseType::Seed(WS_CHILD | PBS_SMOOTH) { } }
<?php require "tableinitiateclass.php"; require "../queryinitiateclass.php"; $tbl = new AddTable; ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Table index</title> </head> <style> table { width:100%; } </style> <body> <?php // just the headers $arrayhe...
package slash.carcosts; import slash.gui.model.AbstractModel; /** * An CurrencyModel holds a Currency and provides get and set * methods for it. * * @author Christian Pesch */ public class CurrencyModel extends AbstractModel { /** * Construct a new CurrencyModel. */ public CurrencyModel() { ...
/* c) The receipt screen */ .point-of-sale .<API key> { font-size: 10pt; } .point-of-sale .pos-sale-ticket { text-align: left; /* width: 76mm; */ width: 255px; /* background-color: white; */ margin: 0mm,0mm,0mm,0mm; /* padding: 1px; */ /* padding-bottom:1px; */ display: inline-block; ...
package org.deneblingvo.booleans.core;
#ifndef __LINUX_USB_H #define __LINUX_USB_H #include <linux/mod_devicetable.h> #include <linux/usb/ch9.h> #define USB_MAJOR 180 #define USB_DEVICE_MAJOR 189 #ifdef __KERNEL__ #include <linux/errno.h> /* for -ENODEV */ #include <linux/delay.h> /* for mdelay() */ #include <linux/interrupt.h> ...
#ifndef <API key> #define <API key> #ifdef __cplusplus extern "C" { #endif #ifdef _WIN32_WCE void <API key>(PNDIS_WAN_PACKET wan_pkt); Boolean <API key>(SshNdisIMAdapter adapter, PNDIS_WAN_PACKET packet, <API key> *protocol); void <API key>(SshNdisIMAdapte...
package de.superioz.moo.network.client; import de.superioz.moo.network.server.NetworkServer; import lombok.Getter; import de.superioz.moo.api.collection.UnmodifiableList; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.uti...
#include <stdio.h> #include <stdlib.h> #include <unistd.h> int f1(int limite); int f2(int limite) { int i; for (i = 1; i < limite; i ++) f1(i); } int f1(int limite) { int i; for (i = 1; i < limite; i ++) f2(i); } int main(void) { f1(25); }
package models.planners import java.awt.Color import java.awt.image.BufferedImage import utils._ import models.{Yarn, Needle} import models.units.Stitches object Helper { /** First/last needle for the knitting with the given width when center alignment. */ def center(width: Stitches): (Needle, Needle) = { (Need...
#include "dnsmasq.h" #ifdef HAVE_LOOP static ssize_t loop_make_probe(u32 uid); void loop_send_probes() { struct server *serv; if (!option_bool(OPT_LOOP_DETECT)) return; /* Loop through all upstream servers not for particular domains, and send a query to that server which is identifiable, via the uid...
import math as mth import numpy as np # J Matthews, 21/02 # This is a file containing useful constants for python coding # Units in CGS unless stated #H=6.62606957E-27 HEV=4.13620e-15 #C=29979245800.0 #BOLTZMANN=1.3806488E-16 VERY_BIG=1e50 H=6.6262e-27 HC=1.98587e-16 HEV=4.13620e-15 # Planck's constant in eV HRYD=3....
using System; using System.ComponentModel; using System.Drawing; using System.Drawing.Drawing2D; namespace WeifenLuo.WinFormsUI.Docking { #region DockPanelSkin classes <summary> The skin to use when displaying the DockPanel. The skin allows custom gradient color schemes to be used when drawing the D...
/* * General control styling */ .control-table .table-container { border: 1px solid #e0e0e0; -<API key>: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: hidden; margin-bottom: 15px; } .control-table .table-container:last-child { margin-bottom: 0; } .control-table.active .table-container { ...
def format_path( str ): while( str.find( ' str = str.replace( ' return str
/* page layout styles */ *{ margin:0; padding:0; } body { background-color:#eee; color:#fff; font:14px/1.3 Arial,sans-serif; } header { background-color:#212121; box-shadow: 0 -1px 2px #111111; display:block; height:70px; position:relative; width:100%; z-index:100; } head...
#!/usr/bin/env bash # Usage example: # PLot the chirp signal and its frequency domain presentation: # (while true; do echo line; sleep 0.01; done)| \ # awk 'BEGIN{PI=atan2(0,-1);t=0;f0=1;f1=32;T=256;k=(f1-f0)/T;}{print sin(2*PI*(t*f0+k/2*t*t));t+=0.1;fflush()}'| \ # tee >(bin/dsp/fft.sh 64 "w1;0.5;0.5"|bin/dsp/fftabs...
document.addEventListener("DOMContentLoaded", function (event) { 'use strict'; var paragraph, url, proxy; paragraph = document.querySelectorAll('p.error_text'); chrome.tabs.query({ currentWindow: true, active: true }, function (tabs) { url = tabs[0].url; if (url.indexOf('chrome: ...
using Deployer.Services.Config; using Deployer.Services.Config.Interfaces; using Moq; using NUnit.Framework; using System.Collections; namespace Deployer.Tests.Config { [TestFixture] public class <API key> { private Mock<IJsonPersistence> _jsonPersist; private Mock<ISlugCreator> _slugCreator...
package ch.hgdev.toposuite.utils; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Useful static method for manipulating String. * * @author HGdev */ public class StringUtils { public static final String UTF8_BOM = "\uFEFF"; /** * This method assumes that the String contains a numb...
package org.currconv.services.impl; import java.util.List; import org.currconv.dao.UserDao; import org.currconv.entities.user.User; import org.currconv.services.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transacti...
package com.debugtoday.htmldecoder.output; import java.io.File; import java.io.<API key>; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.<API key>; import java.util.List; import java.util.regex.Matcher; import org.slf4j.Logger; ...
void dflu_pack_fin(DFluPack *p) { UC(dmap_fin(NFRAGS, &p->map)); UC(comm_bags_fin(PINNED, NONE, &p->hpp, &p->dpp)); if (p->opt.ids) UC(comm_bags_fin(PINNED, NONE, &p->hii, &p->dii)); if (p->opt.colors) UC(comm_bags_fin(PINNED, NONE, &p->hcc, &p->dcc)); EFREE(p); } void dflu_comm_fin(DFluComm ...
#include "Aria.h" #include "ArExport.h" #include "<API key>.h" #include "<API key>.h" AREXPORT <API key>::<API key>( ArServerBase *server, ArRobot *robot, bool <API key>, bool useComputerJoystick, bool useRobotJoystick, bool useServerCommands, const char *name, bool <API key>) : ArServerMode(robot, se...
package com.networkprofiles.widget; /** Service to refresh the widget **/ import android.app.Service; import android.appwidget.AppWidgetManager; import android.content.Intent; import android.graphics.Color; import android.os.IBinder; import android.provider.Settings; import android.widget.RemoteViews; import com.networ...
#!/usr/bin/env python3 # This program or module is free software: you can redistribute it and/or # provided for educational purposes and is distributed in the hope that """Provides the Item example classes. """ class Item(object): def __init__(self, artist, title, year=None): self.__artist = artist ...
<?php /** * The template for displaying all posts having layout like: sidebar/content/sidebar. * * @package Sage Theme */ ?> <?php get_sidebar('second'); ?> <div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); ?> ...
#define _FILE_OFFSET_BITS 64 #include <algorithm> #include <cctype> #include <cerrno> #include <climits> #include <cstdio> #include <cstdlib> #include <ctime> #include <string> #include <vector> #include <stdint.h> #include <termios.h> #include <unistd.h> #include "block.h" #include "mapbook.h" namespace { void input_p...
#include "../include/config.h" #include "csum.hh" CLICK_DECLS /* Returns the IP checksum of the 'n' bytes in 'data'. */ uint16_t csum(const void *data, size_t n) { return csum_finish(csum_continue(0, data, n)); } /* Adds the 16 bits in 'new' to the partial IP checksum 'partial' and returns * the updated checksum. ...
#!/usr/bin/env python # -*- coding:utf-8 -*- from django import forms from app01 import models class ImportFrom(forms.Form): HOST_TYPE=((1,"001"),(2,"002")) host_type = forms.IntegerField( widget=forms.Select(choices=HOST_TYPE) ) hostname = forms.CharField() def __ini...
package net.<API key>.path.launcher; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class FileStoreUtils { private String version; public FileStoreUtils(String versionFile) throws IOException{ BufferedReader br = new BufferedReader(new F...
#include "livestatus/endpointstable.hpp" #include "icinga/host.hpp" #include "icinga/service.hpp" #include "icinga/icingaapplication.hpp" #include "remote/endpoint.hpp" #include "remote/zone.hpp" #include "base/configtype.hpp" #include "base/objectlock.hpp" #include "base/convert.hpp" #include "base/utility.hpp" #inclu...
<?php /** * @file * Banana class. */ namespace Drupal\oop_example_12\BusinessLogic\Fruit; /** * Banana class. */ class Banana extends Fruit { /** * Returns color of the object. */ public function getColor() { return t('yellow'); } }
#ifndef <API key> #define <API key> #include <mach/picoxcell_soc.h> #endif
#include "logging.hpp" #include <fstream> #include <boost/log/sinks/text_file_backend.hpp> #include <boost/log/utility/setup/file.hpp> #include <boost/log/utility/setup/common_attributes.hpp> #include <boost/log/sinks.hpp> namespace p2l { namespace common { void _init_logging() { boost::log::<API key>(); ...
package org.hibernate.dialect.unique; import org.hibernate.boot.Metadata; import org.hibernate.dialect.Dialect; import org.hibernate.mapping.UniqueKey; /** * Informix requires the constraint name to come last on the alter table. * * @author Brett Meyer */ public class <API key> extends <API key> { public <API k...
/** * DOC: Wireless regulatory infrastructure * * The usual implementation is for a driver to read a device EEPROM to * determine which regulatory domain it should be operating under, then * looking up the allowable channels in a driver-local table and finally * registering those channels in the wiphy structure. ...
using Db4objects.Db4o.Query; using Db4objects.Db4o.Tests.Common.Soda.Util; using Sharpen; namespace Db4objects.Db4o.Tests.Common.Soda.Arrays.Typed { public class <API key> : SodaBaseTestCase { public int[][][] intArr; public <API key>() { } public <API key>(int[][][] arr)...
#include "steadystatetest.hh" #include <models/REmodel.hh> #include <models/LNAmodel.hh> #include <models/IOSmodel.hh> #include <models/sseinterpreter.hh> #include <models/steadystateanalysis.hh> #include <eval/jit/engine.hh> #include <parser/sbml/sbml.hh> using namespace iNA; SteadyStateTest::~SteadyStateTest() { //...
-- 17/03/2011 9h3min12s BRT -- I forgot to set the <API key> System Configurator INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,1120054,0,'lbr_TaxStatusPIS',TO_TIMESTAMP('2011-03-17 09:03:10','YYY...
#include <mach/debug_audio_mm.h> #include <linux/module.h> #include <linux/fs.h> #include <linux/miscdevice.h> #include <linux/uaccess.h> #include <linux/sched.h> #include <linux/wait.h> #include <linux/dma-mapping.h> #include <linux/msm_audio.h> #include <asm/atomic.h> #include <asm/ioctls.h> #include <mach/msm_adsp.h...
table, th, td {border: 1px solid black; border-collapse: collapse} .right {text-align: right} tr.even {background-color: #FFEEEE} td.right {text-align: right} a {color: #880000; text-decoration: none} a:hover {background-color:#FFCCCC} tr.click:hover {background-color:#FFCCCC} img.right {float: right} div.bar {backgrou...
(function () { "use strict"; /* * Utility functions */ function floatEqual (f1, f2) { return (Math.abs(f1 - f2) < 0.000001); } /* * Create the model in a self-contained class where map-specific logic is * done. This model will be used in the directive. */ var MapModel = (function () { ...
<?php die("Access Denied"); ?>#x#s:4516:" 1448241693 <!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: <meta http-equiv="content-type" content="text/html; charset=utf...
<?php foreach ($content as $key => $value): ?> <div class="product-item-viewed product-node-id-<?php print $key; ?>"> <?php print l($value['title'], $value['path']); ?> <?php if (isset($value['image'])): ?> <div class='image-viewed'><img src='<?php print $value['image']; ?>' /></div> <?php...
package kieranvs.avatar.bending.earth; import java.util.Arrays; import java.util.concurrent.ConcurrentHashMap; import net.minecraft.block.Block; import net.minecraft.entity.EntityLivingBase; import net.minecraft.init.Blocks; import kieranvs.avatar.Protection; import kieranvs.avatar.bending.Ability; import kieranvs.avat...
#include <iostream> #include <stdint.h> #include <map> #include <set> #include "macros.h" #include <assert.h> using namespace std; #include <fstream> struct defsetcmp { bool operator() (const pair<uint64_t, uint64_t> &l, const pair<uint64_t, uint64_t> &r) { return (l.first < r.first || l.second < r.second); } }...
#include <qdragobject.h> #include <qstring.h> #include <qstringlist.h> #include <kglobal.h> #include <kiconloader.h> #include <kmimetype.h> #include <klocale.h> #include <kdesktopfile.h> #include <kglobalsettings.h> #include <kapplication.h> #include <kurldrag.h> #include <krecentdocument.h> #include "recentdocsmenu.h"...
import numpy as np from OpenGL.GL import * from OpenGL.GLU import * import time import freenect import calibkinect import pykinectwindow as wxwindow # I probably need more help with these! try: TEXTURE_TARGET = <API key> except: TEXTURE_TARGET = <API key> if not 'win' in globals(): win = wxwindow.Window(size=(640...
/* 480*/ /* #programList .weak, #programList #found{ display: none !important; } */ .list > li .content{ padding:10px; height: 116px; /*border: 1px solid rgba(0, 0, 0, 0.05);*/ } @media (max-width: 480px) { .list > li{ width:100%; margin-right:0px; } .catagories{ margin-left: -8px; } }...
using GitHubWin8Phone.Resources; namespace GitHubWin8Phone { <summary> Provides access to string resources. </summary> public class LocalizedStrings { private static AppResources _localizedResources = new AppResources(); public AppResources LocalizedResources { get { return _localize...
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/io.h> #include <linux/delay.h> #include <linux/mutex.h> #include <linux/err.h> #include <linux/errno.h> #include <linux/cpufreq.h> #include <linux/cpu.h> #include <linux/console.h> #include <linux/regulator/consumer.h> #include ...
package org.erc.qmm.mq; import java.util.EventListener; /** * The listener interface for receiving messageReaded events. * The class that is interested in processing a messageReaded * event implements this interface, and the object created * with that class is registered with a component using the * component's <c...
import re p = re.compile(r'(\w+) (\w+)(?P<sign>.*)', re.DOTALL) print re.DOTALL print "p.pattern:", p.pattern print "p.flags:", p.flags print "p.groups:", p.groups print "p.groupindex:", p.groupindex
#include <linux/slab.h> #include <linux/wait.h> #include <linux/sched.h> #include <linux/jiffies.h> #include <linux/uaccess.h> #include <linux/atomic.h> #include <linux/wait.h> #include <sound/apr_audio-v2.h> #include <linux/qdsp6v2/apr.h> #include <sound/q6adm-v2.h> #include <sound/q6audio-v2.h> #include <sound/q6afe-...
#include "i8042prt.h" #include <debug.h> /* This is all pretty confusing. There's more than one way to * disable/enable the keyboard. You can send KBD_ENABLE to the * keyboard, and it will start scanning keys. Sending KBD_DISABLE * will disable the key scanning but also reset the parameters to * defaults. * * You...
<?php class Qlick_S<API key> extends Exception { /** * @var null|Exception */ private $_previous = null; /** * Construct the exception * * @param string $msg * @param int $code * @param Exception $previous * @return void */ public function __construct($msg...
#!/usr/bin/perl # Controller - is4web.com.br # 2007 - 2011 package Controller; require 5.008; require Exporter; #use strict; use vars qw(@ISA $VERSION $INSTANCE %SWITCH); #CONTROLLER use Controller::DBConnector; use Controller::SQL; use Controller::LOG; use Controller::Date; use Controller::iUtils; use Controller::Is; ...
core:import( "<API key>" ) <API key> = <API key> or class( <API key>.<API key> ) function <API key>:init( ... ) <API key>.super.init( self, ... ) managers.player:preload() end -- Returns a value function <API key>:value( name ) return self._values[ name ] end function <API key>:client_on_executed( ... ) ...
#ifndef <API key> #define <API key> #ifndef _MED_C89_ #include "codec_op_etsi_hifi.h" #endif #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif #ifdef _MED_C89_ typedef char Char; typedef signed char Word8; typedef unsigned char UWord8; typedef...
#include "types.h" /* Error database */ typedef struct error ERROR; struct error { LINK(ERROR) link; /* Linked list of errors */ long line; /* Target line number */ long org; /* Original target line number */ unsigned char *file; /* Target file name */ long src; /* Error-f...
<?php // no direct access defined('_JEXEC') or die; /** * AKGrid class to dynamically generate HTML tables * * @package Windwalker.Framework * @subpackage class * @since 11.3 */ class AKGrid { /** * Array of columns * @var array * @since 11.3 */ protected $columns = array();...
<?php class Metabox { public static $boxes = array(); /** * @static * @param $type * @param $options * @return Metabox */ public static function factory($type, $options = null) { $parts = explode('_', $type); array_walk( $parts, function(&$ite...
#ifndef <API key> #define <API key> #include <configs/bur_cfg_common.h> #include <configs/bur_am335x_common.h> #define CONFIG_AM335X_LCD #define CONFIG_LCD #define CONFIG_LCD_ROTATION #define <API key> #define <API key> #define LCD_BPP LCD_COLOR32 #define CONFIG_HW_WATCHDOG #define <API key> #define <API...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_25) on Sun Oct 26 12:20:02 GMT+02:00 2014 --> <title>Item</title> <meta name="date" content="2014-10-26"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <script type="text/javascript" sr...
<!DOCTYPE html> <html> <head> <title>Asterisk Project : Asterisk 12 <API key></title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body class="theme-default aui-theme-default"> <d...