answer
stringlengths
15
1.25M
package com.fomdeveloper.planket.injection; import android.app.Application; import android.content.Context; import android.net.ConnectivityManager; import com.fomdeveloper.planket.BuildConfig; import com.fomdeveloper.planket.NetworkManager; import com.fomdeveloper.planket.bus.RxEventBus; import com.fomdeveloper.planket...
#define AACD_MODULE "Decoder[FFMPEG/WMA]" #include "aac-array-common.h" #include <string.h> #include "libavcodec/avcodec.h" #include "libavcodec/aac_parser.h" #include "libavcodec/get_bits.h" #include "libavcodec/mpeg4audio.h" #include "libavutil/mem.h" #include "libavutil/log.h" #include "libavformat/avformat.h" typed...
class MultiDirSolver { public: MultiDirSolver(const Parset& parset, HDF5bestand*); init(size_t nants, size_t ndir, size_t nchan); // TODO this should receive weights! // Float per vis or per pol x vis? process(vector<DComplex*> data, vector<float*> data, vector<vector<DComplex* > > mdata); // -- eventuele...
#include "simulation/ElementsCommon.h" int VIRS_update(UPDATE_FUNC_ARGS); int VRSS_graphics(GRAPHICS_FUNC_ARGS) { *pixel_mode |= NO_DECO; return 1; } void VRSS_init_element(<API key>) { elem->Identifier = "DEFAULT_PT_VRSS"; elem->Name = "VRSS"; elem->Colour = COLPACK(0xD408CD); elem->MenuVisible...
<?php /** * @see <API key> */ require_once 'Zend/Gdata/Extension.php'; class <API key> extends <API key> { protected $_rootNamespace = 'dc'; protected $_rootElement = 'subject'; /** * Constructor for <API key> which * Topic of the resource * * @param DOMElement $element (optional) DOME...
package asdf.test; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; public class Solution { /** * ( ) Given an input string, reverse the string word by word. * * For example, Given s = "the sky is blue", return "blue is sky the...
var express = require('express'), router = express.Router(), adminModel = require('../models/adminModel'), moment = require('moment'), helperFun = require('../lib/helperFunc'), md5 = require('md5'); router .get('',function (request,response){ adminModel.find({},{"__v" : 0, "password" : 0...
Ember.Handlebars.helper('headTitle', function(title) { Ember.$('head').find('title').text(title); }, 'title');
#ifndef SRC_PARAMETERS_H_ #define SRC_PARAMETERS_H_ #define Q(x) #define QUOTE(x) Q(x) // These are the parameters used by the demodulator. Change with care. // GOES HRIT Settings #define <API key> 1694100000 #define HRIT_SYMBOL_RATE 927000 #define HRIT_RRC_ALPHA 0.3f // GOES LRIT Settings #define <API key>...
package com.osiykm.flist.services.programs; import com.osiykm.flist.entities.Book; import com.osiykm.flist.enums.BookStatus; import com.osiykm.flist.repositories.BookRepository; import com.osiykm.flist.services.parser.<API key>; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autow...
<?php defined('INTERNAL') || die(); $string['pluginname'] = 'Cloud service'; $string['cloud'] = 'Cloud service'; $string['clouds'] = 'Cloud services'; $string['service'] = 'Service'; $string['servicefiles'] = '%s Files'; $string['unknownservice'] = 'Unknown Service'; $string['account'] = 'Account'; $string['manage'] = ...
import json from collections import ( Counter, defaultdict as deft ) from copy import deepcopy as cp # from cPickle import ( # dump as to_pickle, # load as from_pickle from StringIO import StringIO from TfIdfMatrix import TfIdfMatrix from Tools import from_csv class CategoryTree: def __init__(self, ...
html { font-family: sans-serif; -<API key>: 100%; -ms-text-size-adjust: 100%; } body { margin:0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseli...
""" File: foursquares.py Draws squares in the corners of a turtle window. One square is black, another is gray, and the remaining two are in random colors. """ from turtlegraphics import Turtle import random def drawSquare(turtle, x, y, length): turtle.up() turtle.move(x, y) turtle.setDirection(270) tur...
Puppet::Type.type(:<API key>).provide(:rest) do confine :true => begin begin require 'oauth' require 'json' require 'puppet_x/theforeman/architecture' true rescue LoadError false end end mk_resource_methods def initialize(value={}) super(value) end def self.arch...
\hypertarget{<API key>}{\section{Circle\-R\-A\-N\-S\-A\-C\-Parameters Class Reference} \label{<API key>}\index{Circle\-R\-A\-N\-S\-A\-C\-Parameters@{Circle\-R\-A\-N\-S\-A\-C\-Parameters}} } Parameters obtained from the input .xml file used for R\-A\-N\-S\-A\-C to fit a 2\-D circle model. {\ttfamily \#include $<$input\-...
#ifndef GRAPH_INTERFACE_HPP #define GRAPH_INTERFACE_HPP #include "graphdsl.hpp" #include <vector> #include <utility> #include <type_traits> namespace netalgo { template<typename NodeType, typename EdgeType> class GraphInterface { private: static_assert(std::is_class<NodeType>::value, "NodeType must be a cla...
<?php class ExtensionManager{ var $extensions; function ExtensionManager(){ $this->extensions = array(); } function loadExtension($name, $path, $enabled){ if($enabled){ require_once($path); } $this->extensions[] = array("name" => $name, ...
# This program is free software; you can redistribute it and/or # as published by the Free Software Foundation; either version 2 # This program is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # along with this program; if not, write to the Free Sof...
package nu.nethome.home.items.nexa; import nu.nethome.home.item.HomeItem; import nu.nethome.home.item.HomeItemType; import nu.nethome.home.items.RemapButton; import nu.nethome.home.system.Event; import nu.nethome.util.plugin.Plugin; /** * @author Stefan */ @SuppressWarnings("UnusedDeclaration") @Plugin @HomeItemType(...
# coding: utf-8 import os import subprocess from pathlib import Path import boto3 import zipfile import io import csv import datetime import luigi import luigi.s3 import pandas as pd import sqlalchemy from contextlib import closing import requests import re from bs4 import BeautifulSoup ## Variables de ambiente from do...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <style> table.head, table.foot { width: 100%; } td.head-rtitle, td.foot-os { text-align: right; } td.head-vol { text-align: center; } table.foot td { width: 50%; } table.head td { width: 33%; } div.spacer { margin: 1em 0; } </style> <title> Mono(MakeCert)</title> </...
#ifndef <API key> #define <API key> #if defined(_MSC_VER) && (_MSC_VER >= 1200) #pragma once #endif #include <algorithm> namespace masd::dogen::generation::cpp::formattables { class <API key> final { public: <API key>() = default; <API key>(const <API key>&) = default; <API key>(<API key>&&) = default; ...
# -*- coding: utf-8 -*- # Resource object code # WARNING! All changes made in this file will be lost! from PyQt5 import QtCore qt_resource_data = b"\ \x00\x00\x07\x27\ \x00\ \x00\x1a\x8b\x78\x9c\xe5\x58\xdd\x8f\xdb\x36\x12\x7f\xdf\xbf\x82\ \x55\x1f\xd2\x43\x2d\x8a\xa4\x3e\x28\x69\xed\x2d\xd0\xa4\x69\xf2\ \x50\xa0\x68\x...
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # compute/__init__.py """ See |compute.subsystem|, |compute.network|, |compute.distance|, and |compute.parallel| for documentation. Attributes: all_complexes: Alias for :func:`pyphi.compute.network.all_complexes`. ces: Alias for :func:`pyphi.compute.subsystem.ces`....
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fap.h> #define EXIT_SUCCESS 0 char *readstdin(void); int main() { char* input; unsigned int input_len; fap_packet_t* packet; char fap_error_output[1024]; fap_init(); /* Get packet to parse from stdin */ ...
<?php declare(strict_types = 1); namespace Elasticsearch\Endpoints\Cluster; use Elasticsearch\Endpoints\AbstractEndpoint; /** * Class <API key> * Elasticsearch API name cluster.<API key> * * NOTE: this file is autogenerated using util/GenerateEndpoints.php * and Elasticsearch 7.15.0-SNAPSHOT (<SHA1-like>) */ clas...
#ifndef <API key> #define <API key> #include "Script.h" #include "<API key>.h" #include <string> #include <vector> namespace WyLight { class ScriptManager { const std::string m_Path; std::vector<std::string> m_ScriptFiles; static bool <API key>(const std::string& filename); public: static const std::str...
\documentclass{article} \usepackage{planetmath-specials} \usepackage{pmath} \usepackage{amssymb} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{graphicx} \usepackage{xypic} \begin{document} For any sets $A$ and $B$, the {\em Cartesian product} $A \times B$ is the set consisting of all ordered pairs $(a,b)$ wher...
FROM golang:latest RUN go version RUN apt-get update RUN curl -sL https://deb.nodesource.com/setup_7.x | bash RUN apt-get install -y build-essential nodejs RUN apt-get install -y sqlite3 libsqlite3-dev RUN go get -u github.com/golang/lint/golint RUN go get -u github.com/markbates/filetest ENV BP=$GOPATH/src/github.com/...
@file core/thread_sched.hh // Uniqos -- Unique Operating System // Uniqos is free software: you can redistribute it and/or modify // any later version. // Uniqos is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #ifndef <API key> #define <API key...
// Generated on 05/22/2016 17:50:29 using System; using System.Collections.Generic; using Dofus.Files.GameData; namespace Arcane.Protocol.Datacenter { [D2OClass(Mount.MODULE)] public class Mount : IDataObject { private const String MODULE = "Mounts"; public uint id; public uint nameI...
package fr.ribesg.bukkit.ntalk.filter.bean; import fr.ribesg.bukkit.ntalk.filter.ChatFilterResult; import java.util.Map; /** * @author Ribesg */ public abstract class TimedFilter extends Filter { private final long duration; protected TimedFilter(final String outputString, final String filteredString, final b...
package net.projectzombie.regionrotation.modules; import com.sk89q.worldguard.bukkit.WGBukkit; import com.sk89q.worldedit.LocalWorld; import com.sk89q.worldguard.protection.managers.RegionManager; import org.bukkit.Bukkit; import org.bukkit.World; import java.util.UUID; /** * Parent class for modules to store their wo...
package com.plutomc.power.common.blocks; import com.plutomc.core.common.blocks.BlockMetal; import com.plutomc.power.Power; import com.plutomc.power.common.tileentities.<API key>; import com.plutomc.power.init.BlockRegistry; import com.plutomc.power.init.GuiHandler; import net.minecraft.block.ITileEntityProvider; import...
<?php if (!defined('a1cms')) die('Access denied users config.php!'); $plugin_list['users']=array ( 'title' => 'Пользователи', 'version' => '0.1', 'site' => '', 'priority' => 1000, 'install_state' => '1', 'state' => 0, 'icon' => 'icons/group.png', ); ?>
#!/bin/bash # This file is part of mysql-backup. # Mysql-backup is free software: you can redistribute it and/or modify # (at your option) any later version. # Mysql-backup is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # Update the value of these vari...
<?php /** * @author YIThemes * @package WooCommerce/Templates * @version 1.6.4 */ global $post; echo '<div class="options_group">'; // Active custom onsale $active = get_post_meta($post->ID, '<API key>', true); <API key>( array( 'id' => '<API key>', 'label' => __('Active custom onsale ic...
package nl.jappieklooster; import java.util.logging.ConsoleHandler; import java.util.logging.Level; import java.util.logging.Logger; /** * Wraps arround the java.util.logging.Logger, just to save some typing time. & it makes all the * loging go trough here so sutting it down is easy * * @author jappie */ public cl...
#ifndef <API key> #define <API key> #include "SHRiMPS/Eikonals/Omega_ik.H" namespace SHRIMPS { class <API key> { protected: Omega_ik * p_eikonal; double m_smin; public: <API key>(): p_eikonal(NULL),m_smin(0.) {} ~<API key>() {}; virtual Omega_ik * GetEikonal() const { return p_eikonal;} ...
/** * Class Cache * * @package Database * @subpackage Utilities * @category Cache * @author Nana Axel */ var Cache = (function () { function Cache() { } /** * Cache array * @access private * @static {object} */ Cache.cache = {}; /** * Gets cached data * ...
# Cucumber no longer supplies this file. It is here until we figure out if we should get rid of it or keep it # TL;DR: YOU SHOULD DELETE THIS FILE # This file was generated by Cucumber-Rails and is only here to get you a head start # These step definitions are thin wrappers around the Capybara/Webrat API that lets you ...
<!-- meta:title cookbooks, snowballs, and bowling parties --> <p>Dear Journal,</p> <p>Good morning, everyone! Hope you're having a great Sunday thus far. We're having an easy morning, waking up with plenty of time to get to the eleven o'clock church service, but I'm sure that by the time I'm finished writing this entry...
<! Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="App.E: Programming of differ...
from couchpotato.api import addApiView from couchpotato.core.event import addEvent, fireEvent, fireEventAsync from couchpotato.core.helpers.encoding import ss from couchpotato.core.helpers.request import jsonified from couchpotato.core.logger import CPLog from couchpotato.core.plugins.base import Plugin from couchpotat...
// This file is part of the R4R library. // The R4R library is free software: you can redistribute it and/or modify // (at your option) any later version. // The R4R library is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #ifndef R4RPRECOND_H_ #define ...
#include <QDebug> #include "autotest.h" #if 1 // This is all you need to run all the tests TEST_MAIN #else // Or supply your own main function int main(int argc, char* argv[]) { int failures = AutoTest::run(argc, argv); if (failures == 0) { qDebug() << "ALL TESTS PASSED"; } else { qDebug() <...
package com.success.txn.jpa.repos; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; im...
#pragma once #if defined(HAVE_PTHREAD) #include <pthread.h> #include <sys/types.h> #elif defined(OS_WIN) #include <windows.h> #endif #include <common/macros.h> #include <common/system_info/types.h> #include <common/types.h> namespace common { namespace threads { typedef void (*closure_type)(); typedef void*(routine_sig...
using System.IO; using MapleLib.WzLib.Util; namespace MapleLib.WzLib.WzProperties { <summary> A property with a string as a value </summary> public class WzStringProperty : WzImageProperty { #region Fields internal string name, val; internal WzObject parent; //interna...
package com.atomicleopard.webelemental; import static org.hamcrest.Matchers.*; import org.hamcrest.Matcher; import org.hamcrest.Matchers; import com.atomicleopard.webelemental.matchers.HasAttributeMatcher; import com.atomicleopard.webelemental.matchers.HasClassMatcher; import com.atomicleopard.webelemental.matchers.Has...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_11) on Sun Jan 18 19:28:38 COT 2009 --> <TITLE> Uses of Class org.lobobrowser.html.domimpl.HTMLDocumentImpl (Cobra 0.98.4 - Java HTML Toolkit - API Documentation) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../...
#include <thread.h> #include <processor.h> #include <interrupt.h> #include <printk.h> _Atomic long long min_time = 0; static struct thread *__select_thread(struct processor *proc) { /* throw the old process back on the queue */ spinlock_acquire(&proc->schedlock); if(current_thread->flags & THREAD_DEAD) ...
-- Type: TABLE; Owner: I2B2DEMODATA; Name: <API key> CREATE TABLE "I2B2DEMODATA"."<API key>" ( "RESULT_INSTANCE_ID" NUMBER(5,0), "QUERY_INSTANCE_ID" NUMBER(5,0), "RESULT_TYPE_ID" NUMBER(3,0) NOT NULL ENABLE, "SET_SIZE" NUMBER(10,0), "START_DATE" DATE NOT NULL ENABLE, "END_DATE" DATE, "STATUS_TYPE_ID" NUMBER(3,0) ...
#if HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ #include <stdio.h> #include <stdlib.h> #if STDC_HEADERS #include <string.h> #endif /* STDC_HEADERS */ #if HAVE_UNISTD_H #include <unistd.h> #endif /* HAVE_UNISTD_H */ #include <assert.h> #include <errno.h> #include <freeipmi/freeipmi.h> #include "<API key...
/* * t3corp.h - configuration for T3CORP (460GT) */ #ifndef __CONFIG_H #define __CONFIG_H /* * High Level Configuration Options */ #define CONFIG_460GT 1 /* Specific PPC460GT */ #define CONFIG_440 1 #ifndef <API key> #define <API key> 0xFFFA0000 #endif #define CONFIG_HOSTNAME t3corp /*...
/* IE 6-8 fallback colors */ .<API key> { background-color: rgb(181, 226, 140); } .<API key> div { background-color: rgb(110, 204, 57); } .<API key> { background-color: rgb(241, 211, 87); } .<API key> div { background-color: rgb(240, 194, 12); } .<API key> { background-color: rgb(253...
# ABSTRACT: A collection of Net::Object::Peer::Subscriptions package Net::Object::Peer::Subscriptions; use 5.10.0; use Types::Standard qw[ ArrayRef InstanceOf ]; use Ref::Util qw[ is_coderef ]; use List::Util qw[ all ]; use Safe::Isa; use Net::Object::Peer::Subscription; use Net::Object::Peer::Subscription::Ephemeral; ...
<?php if (stristr($_SERVER['PHP_SELF'], "db.php")) { Header("Location: index.php"); die(); } if (defined('FORUM_ADMIN')) { $the_include = "../../../db"; } elseif (defined('INSIDE_MOD')) { $the_include = "../../db"; } else { $the_include = "db"; } switch($dbtype) { case 'MySQL': include("...
package edu.casetools.icase.mreasoner.gui.model.io; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; public class FileReaderModel { FileReader fileReader = null; BufferedReader br = null; public void open(String fileName){ try { fileReader = new F...
package alexiil.mc.mod.load.baked.render; import org.lwjgl.opengl.GL11; import net.minecraft.client.gui.FontRenderer; import alexiil.mc.mod.load.render.<API key>; import buildcraft.lib.expression.api.IExpressionNode.INodeDouble; import buildcraft.lib.expression.api.IExpressionNode.INodeLong; import buildcraft.lib.expre...
package com.tianyu.mesimp.survey.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Service; import com.tianyu.mesimp.survey.bean.CompanyNum; @Service public class SunrveyService { private Map<String, CompanyNum> testNumM...
package eu.siacs.conversations.persistance; import android.annotation.TargetApi; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; i...
{% extends "layout.html" %} {% block content %} <tr> <td>Connection Status</td> <td>{% if connstate==True %} Connected: {{ ip }}:{{ port }} {% else %} Not connected {% endif %}</td> </tr> <tr> <td>Door Status</td> <td>{% if state %} {{ state }} {% endif %}</td> </tr> <tr> <td>Open Time (se...
<?php // Define Namespace namespace Quark\Extensions; // Prevent individual file access if(!defined('DIR_BASE')) exit; /** * Registry that stores all the available and loaded extensions. * * The value for a Registry entry should be formatted in the following way: * array( * classname => (string) '\Quark\Full\Pat...
<?php /** * @author Marcin Kozak <marcin.ko@modulesgarden.com> */ class <API key> { public $title; public $description; public $url; public function __construct($title, $description, $url = '') { $this->title = $title; $this->description = $description; $this->url = $url; }...
#ifdef PARSER_H #define PARSER_H int parse(char *content, long fsize, int argsc, char *args[]); #endif
#mapSvg{background-color: #ffffff;} .l0r0 { stroke: #000000; stroke-width: 0.26; stroke-opacity: 1.0; stroke-dasharray: ; fill: #f7fbff; fill-opacity: 1.0; } .l0r1 { stroke: #000000; stroke-width: 0.26; stroke-opacity: 1.0; stroke-dasharray: ; fill: #d7e6f4; fill-opacity: 1.0; } .l0r2 { stroke: #000000; stroke-width: 0...
// port.js class SingleData { constructor (port, order, type, value) { this.port = port this.order = order this.type = type this.value = value } } export let inputVariables = [] export let countVariables = [] // Add a new port export function Add (countInputPort) { countInputPort++ inputVariable...
<?PHP require_once("website.php"); $adminModuleUtils->checkAdminModule(MODULE_FORM); $mlText = $languageUtils->getMlText(__FILE__); $warnings = array(); $formSubmitted = LibEnv::getEnvHttpPOST("formSubmitted"); if ($formSubmitted) { $formId = LibEnv::getEnvHttpPOST("formId"); $name = LibEnv::getEnvHttpPOST("name");...
// DXQuake3 Source // Useful Utilities for DQ #include "stdafx.h" //'a'-'A' = 97 - 65 = 32 #define DQLowerCase( in ) ( ( (in)>='a' && (in)<='z' ) ? (in)-32 : (in) ) //Copy pSrc to pDest up to null terminating char or MaxLength //Return value is length of copied string, excluding null-terminator int DQstrcpy(char *pD...
package net.mosstest.tests; import net.mosstest.scripting.NodePosition; import org.junit.Assert; import org.junit.Test; import java.io.IOException; import static org.junit.Assert.fail; public class NodePositionTest { public static final int CHUNK_DIMENSION = 16; public static final int[] coords = {0, 1, -1, 16,...
/* * G. Rilling, last modification: 3.2007 * gabriel.rilling@ens-lyon.fr * * code based on a student project by T. Boustane and G. Quellec, 11.03.2004 * supervised by P. Chainais (ISIMA - LIMOS - Universite Blaise Pascal - Clermont II * email : pchainai@isima.fr). */ /* GET INPUT DATA ...
function createDownloadLink(data,filename,componentId){ let a = document.createElement('a'); a.href = 'data:' + data; a.download = filename; a.innerHTML = 'Export'; a.class = 'btn' let container = document.getElementById(componentId); container.appendChild(a); ...
/*root_check.c */ #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <limits.h> #include <linux/input.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <sys/statfs.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <dirent.h> #include "comm...
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ #ifndef <API key> #define <API key> #include <QAbstractItemModel> #include <vector> #include "PraalineCore/Base/BaseTypes.h" class TabularModel; class UndoableCommand; class ModelDataTableModel : public QAbstractItemModel { Q_OBJECT publ...
all: pipestat pipemulti pipeatom pipepoll pipepage ppage pmulti tolower ptolower add2 add3 padd2 ffread ffwrite ffrw xsiget xsique xsisem xsishm addr zroshm pipeselect msgid shmlst shmlst: shmlst.o apue.o gcc -Wall -g $^ -o $@ -lpthread shmlst.o: shmlst.c ../apue.h gcc -Wall -g -c $< -o $@ msgid: msgid.o apue.o...
<?php /** * @see <API key> */ require_once 'Zend/View/Helper/Abstract.php'; abstract class <API key> extends <API key> { /** * EOL character */ const EOL = "\n"; /** * The tag closing bracket * * @var string */ protected $_closingBracket = null; /** * Get the tag...
<?php namespace Neos\Neos\TYPO3CR\Transformations; use Doctrine\Common\Persistence\ObjectManager; use Neos\Flow\Annotations as Flow; use Neos\Flow\Persistence\<API key>; use Neos\Flow\ResourceManagement\ResourceManager; use Neos\Media\Domain\Model\ImageInterface; use Neos\Media\Domain\Model\ImageVariant; use Neos\Media...
package edu.harvard.hul.ois.ots.schemas.AES; import java.io.StringReader; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamReader; public class LayerTest extends junit.framework.TestCase { /** Sample string for testing */ private final static String layerSample = "<layer composi...
package com.android.systemui.tuner; import android.content.Context; import android.content.res.TypedArray; import android.preference.Preference; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; import android.widget.SeekBar; import android.widget.SeekBar.<API key>; import andro...
using System; using System.Web; using System.Web.Routing; using System.Drawing; using System.Drawing.Imaging; using Meridian59.Files.BGF; namespace Meridian59.BgfService { <summary> </summary> public class FileRouteHandler : IRouteHandler { public FileRouteHandler() { } p...
<?php require('../core.php'); $act=explode('/',$_REQUEST['action']); $db=$app->conn[0]; $tbl='tbl_grupo'; switch($act[0]){ case 'create': if($app->acl(103)){ $record = json_decode(html_entity_decode(file_get_contents('php://input'),ENT_COMPAT,'utf-8'),true); if($db->AutoExecute($tbl...
function init_cmdi() { $("a.toggle").click(function () { $(this).parent().parent().toggleClass('collapsed'); $(this).parent().parent().toggleClass('expanded'); }); } function <API key>() { $(".searchword").parents('.IMDI_group.cmdi').removeClass('collapsed'); $(".searchword").parents('.I...
package com.example.channelmanager; public class ProjectChannelBean { private String topicid; private int editStatus; private String cid; private String tname; private String ename; private int tabType; private String tid; private String column; public ProjectChannelBean(){} publ...
/** Template Controllers @module Templates */ /** The execute contract template @class [template] <API key> @constructor */ Template['<API key>'].onCreated(function(){ var template = this; // Set Defaults TemplateVar.set('sending', false); // show execute part if its a custom contract if(CustomContr...
#ifndef LEAKTRACK_LOG_H #define LEAKTRACK_LOG_H /** * @brief Open the log file * @param filename The logfile name */ LT_DECLARE(void) lt_log_open_file(char *filename); /** * @brief Logging function * @param e If different from 0, try to resolve a system error * @param fmt The log text (in printf style) */ LT_DEC...
package org.wurtele.ArmyTracker.models.enumerations; /** * * @author Douglas Wurtele */ public enum AbsenceStatusType { SUBMITTED, APPROVED, DISAPPROVED; }
package org.zarroboogs.weibo.widget.galleryview; import android.annotation.TargetApi; import android.content.Context; import android.os.Build; import android.util.FloatMath; import android.view.MotionEvent; import android.view.<API key>; import android.view.<API key>.<API key>; import android.view.VelocityTracker; impo...
// Purpose: // Implementation of MDTRA_ResultDialog #include "mdtra_main.h" #include "mdtra_mainWindow.h" #include "mdtra_project.h" #include "mdtra_utils.h" #include "mdtra_resultDialog.h" #include "<API key>.h" #include "<API key>.h" #include <QtGui/QMessageBox> #include <QtGui/QPushButton> static const char *szSc...
package io.ssc.trackthetrackers.analysis.statistics object Dataset { def numPaylevelDomains = 42889800 def domainsByCompany = Map( //addthis.com 1136762 -> "AddThis", //amazon.com 2150098 -> "Amazon", //images-amazon.com 18691888 -> "Amazon", //casalemedia.com 6971664 -> "CasaleMedia...
;; ;; CTC test for NEZ80 (Darkstar) MultiF-Board ;; CTCBASE EQU $E8 CTCCHAN0 EQU CTCBASE+0 ; Channel 1 - Free CTCCHAN1 EQU CTCBASE+1 ; Channel 2 - Free CTCCHAN2 EQU CTCBASE+2 ; Channel 3 - UART 1 Interrupt CTCCHAN3 EQU CTCBASE+3 ; Channel 4 - UART 0 Interrupt LF EQU 0...
# <API key> _namespace: [SMRUCC.genomics.Data.Regtransbase.MySQL](./index.md)_ DROP TABLE IF EXISTS `<API key>`; /*!40101 SET @saved_cs_client = @@<API key> */; /*!40101 SET <API key> = utf8 */; CREATE TABLE `<API key>` ( `<API key>` int(11) NOT NULL DEFAULT '0', `name` varchar(100) DEFAULT NULL, PRIMARY KEY (`<...
<!DOCTYPE HTML PUBLIC "- <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> <html> <head> <!-- Generated by groovydoc (2.3.3) on Tue Jul 01 09:50:55 CEST 2014 --> <title>ComponentResult (Gradle API 2.0)</title> ...
package DataHash; use strict; use warnings; use DirHandle; use List::Util qw(max); use List::MoreUtils qw{uniq}; use Exporter; our (@ISA, @EXPORT_OK); @ISA =qw(Exporter); @EXPORT_OK = qw(get_data_hash <API key>); =pod =head1 get_data_hash get_data_hash hashes all of the data.number.language files in the output director...
package de.ubleipzig.iiifproducer.template; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.mockito.Mockito.when; import static org.mockito.MockitoAnnotations.initMocks; import com.fasterxml.jackson.core.<API key>; import java.io...
package com.github.ypid.complexalarm; import java.io.IOException; import java.io.InputStream; import java.util.Scanner; import android.content.Context; import android.content.res.AssetManager; import android.util.Log; import com.evgenii.jsevaluator.JsEvaluator; import com.evgenii.jsevaluator.<API key>; import com.evgen...
{% extends "base.html" %} {% block header %} {% endblock %} {% block body %} {% endblock %}
# -*- coding: utf-8 -*- # file: $Id$ # auth: metagriffin <mg.github@uberdev.org> # This software is free software: you can redistribute it and/or # published by the Free Software Foundation, either version 3 of the # This software is distributed in the hope that it will be useful, but # MERCHANTABILITY or FITNESS FOR A...
/* classes: h_files */ #ifndef SCM_HASHTAB_H #define SCM_HASHTAB_H #include "libguile/__scm.h" #define SCM_HASHTABLE_P(x) (SCM_HAS_TYP7 (x, scm_tc7_hashtable)) #define <API key>(pos, arg) \ <API key> (pos, arg, HASHTABLE_P, "hash-table") #define <API key>(h) SCM_CELL_OBJECT_1 (h) #define <API key>(x, v) <API key> ((...