answer
stringlengths
15
1.25M
#pragma once #include <d3dx9shader.h> class <API key> { typedef HRESULT(WINAPI* <API key>)( LPCSTR pSrcData, UINT SrcDataLen, CONST D3DXMACRO* pDefines, LPD3DXINCLUDE pInclude, LPCSTR pFunctionName, LPCSTR pProfile, DWORD Flags, LPD3DXBUFFER* ppShader,...
<!doctype html> <html> <title>npm-rm</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https: <script async=true src="../../static/toc.js"></script> <body> <div id="wrapper"> <h1><a href="../...
#!/bin/bash cd output_tfi rm "h_mz_E_D=2_chi=20.dat" rm "h_mz_E_D=2_chi=20_pm.dat" rm "h_mz_E_D=3_chi=30.dat" rm "h_mz_E_D=3_chi=30_pm.dat" for f in `ls D=2_chi=20_*_trotter2_itebd.dat` do h=`echo $f | cut -f 3 -d "_" | cut -f 2 -d "="` mz=`tail -n 1 $f | cut -f 3 -d " "` E=`tail -n 1 $f | cut -f 5 -d " "` ...
# htspan ## Dependencies * gcc >= 4.8 * gsl >= 2.4.1 Included dependencies * htslib >= 1.8 * mlat >= 0.1 ## Install {bash} make
#!/usr/bin/python # -*- coding: utf-8 -*- # 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 from __future__ import absolute_import,...
#!/usr/bin/env bash # This file is part of qTox, a Qt-based graphical interface for Tox. # qTox is libre software: you can redistribute it and/or modify # (at your option) any later version. # qTox is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See t...
import moment from 'moment'; import <API key> from './controller/publications.controller.js'; import AuthorsController from './controller/authors.controller.js'; import <API key> from './controller/publishers.controller.js'; /* * Application routing */ function routing($routeProvider) { $routeProvider .when('/p...
#include "<API key>.h" #include "wololo/datPatch.h" namespace wololo { void <API key>(genie::DatFile *aocDat, std::map<int, std::string> *langReplacement) { /* * Disabling units that are not supposed to show in the scenario editor */ for (size_t civIndex = 0; civIndex < aocDat->Civs.size(); civIndex++...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=yes'> <title>Video Poker</title> <style> @import url('https://fonts.googleapis.com/css?family=Luckiest+Guy'); body { background-color:#0032b4; color:#fff; fo...
import styled from "./Theme"; export const Content = styled.div` margin: 2rem 0; padding: 5px; `;
<?php namespace Chamilo\Core\Repository\Selector; /** * A category of options in a <API key> * * @author Hans De Bisschop <hans.de.bisschop@ehb.be> */ class <API key> { /** * * @var string */ private $type; /** * * @var string */ private $name; /** * * @va...
# coding: utf-8 # 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 # Contributors: Benjamin BERNARD <benjamin.bernard@openpathview.fr...
<?php class search { var $_searchtype; var $_searchsql = ''; var $_basetable; var $_limit = ''; /** * hash */ var $_cacheHash = ''; var $_resultNum; var $_mult = ''; var $_pattern = array('%','_','*'); var $_replace = array('\%','\_','%'); var $DB = null; var $d...
using System; namespace ForumSystem.Data.Models.BaseEntities { public interface IDeletableEntity { bool IsDeleted { get; set; } DateTime? DeletedOn { get; set; } } }
#ifndef <API key> #define <API key> #include <list> #include <map> #include "goap/iplanner.h" #include "goap/istate.h" #include "goap/iscopetimer.h" #include "goap/ifunctionstatemeter.h" #include "goap/<API key>.h" #include "newptr.h" #include "log_hook.h" #include "goaplibrary.h" namespace goap { using namespace std; ...
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Models\region_sica; use App\Http\Requests; use App\Http\Controllers\Controller; class <API key> extends Controller { /** * Display a listing of the resource. * * @return \Illuminate\Http\Response */ public function fn...
var model = function(name, config) { "use strict"; var _model = {name: name}, _appendix = {}; // ## Data invariant and initialization // This model describes a dynamic phenomenon in terms of changing // quantities over time. // This description starts at `T_START` milliseconds // (ms...
// C // CenterSpace Software // // 2098 NW Myrtlewood Way // // Corvallis, Oregon, 97330 // // USA // usi...
package main import ( "net/http" "os" "path" "strings" "github.com/zenazn/goji/web" ) func fileServeHandler(c web.C, w http.ResponseWriter, r *http.Request) { fileName := c.URLParams["name"] filePath := path.Join(Config.filesDir, fileName) if !<API key>(fileName) { notFoundHandle...
// This file is part of Return To The Roots. // Return To The Roots is free software: you can redistribute it and/or modify // (at your option) any later version. // Return To The Roots is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #include "rttrDefin...
<?php /* <API key>.php Una publicacion en miniatura */ ?> <div class="<API key>"> <h2><?php print $producto->getDescripcion(); ?></h2> <p> <?php $img = $producto->getImagenes(); for ($index = 0; $index < 3; $index++) { if (!empty($img[$index]['imagen'])) {...
require 'package' class Aspell_fr < Package description 'French Aspell Dictionary' homepage 'https://ftpmirror.gnu.org/aspell/dict/0index.html' version '0.50-3' source_url 'https://ftpmirror.gnu.org/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2' source_sha256 '<SHA256-like>' binary_url ({ aarch64: 'https://dl...
#!/usr/bin/env python # -*- coding: utf-8 -*- """ add word counts to Cornetto lexical units database file The word count file should have three columns, delimited by white space, containing (1) the count, (2) the lemma, (3) the main POS tag. The tagset is assumed to be the Spoken Dutch Corpus tagset, and the character ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>png++: index_pixel.hpp Source File</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css"/> </head> <body> <!-- Generated by ...
# This file is part of Shanghai, an asynchronous multi-server IRC bot. # Shanghai is free software: you can redistribute it and/or modify # (at your option) any later version. # Shanghai is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import asyncio fro...
#include <Action/<API key>.h> #include <FaceModelViewer.h> #include <FaceModel.h> using FaceTools::Action::<API key>; using FaceTools::Interactor::ActorMoveNotifier; using FaceTools::Action::FaceAction; using FaceTools::Action::Event; using FaceTools::FaceModelViewer; using FaceTools::ModelViewer; using FaceTools::FM; ...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <title>Geotagger Map</title> <style type="text/css"> v\:* { behavior:url(#default#VML); } </style> <!-- Make the doc...
#!/usr/bin/env python3 from heapq import heapify, heappop, heappush with open('NUOC.INP') as f: m, n = map(int, f.readline().split()) height = [[int(i) for i in line.split()] for line in f] queue = ([(h, 0, i) for i, h in enumerate(height[0])] + [(h, m - 1, i) for i, h in enumerate(height[-1])] ...
#include <stdio.h> #include <unistd.h> #include <sys/socket.h> #include <sys/types.h> #include <arpa/inet.h> #include <netinet/in.h> #include <string.h> #define BUFFER_SIZE 1024 int main() { int socketfd; int port = 2047; struct sockaddr_in server_in; struct sockaddr_in client_in; int client_in_leng...
#include "derivative.h" #define MCU_XTAL_CLK 8192000 #define MCU_REF_CLK_DIVIDER 256 #define MCU_REF_CLK (MCU_XTAL_CLK/MCU_REF_CLK_DIVIDER) #define MCU_FLL_OUT (MCU_REF_CLK*1536) #define MCU_BUSCLK (MCU_FLL_OUT/2) #define RTI_TICK 1 /* Real Time Inter...
// This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // (at your option) any later version. // Parity is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //! Eth rpc implementation. use std::thread; use std::tim...
#ifndef <API key> #define <API key> #include "caditem.h" #include "items/cad_basic_box.h" class <API key> : public CADitem { public: <API key>(); virtual ~<API key>(); virtual QList<CADitemTypes::ItemType> flangable_items(int flangeIndex); virtual QImage wizardImage(); virtual QString iconPath(); ...
package net.joaopms.PvPUtilities.helper; import net.minecraftforge.common.config.Configuration; import java.io.File; public class ConfigHelper { private static Configuration config; public static void init(File file) { config = new Configuration(file, true); config.load(); initConfig(); ...
""" Loads hyperspy as a regular python library, creates a spectrum with random numbers and plots it to a file""" import hyperspy.api as hs import numpy as np import matplotlib.pyplot as plt s = hs.signals.Spectrum(np.random.rand(1024)) s.plot() plt.savefig("testSpectrum.png")
# Makefile.in generated by automake 1.14.1 from Makefile.am. # compat/jansson/Makefile. Generated from Makefile.in by configure. # This Makefile.in is free software; the Free Software Foundation # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will...
/* $OpenBSD: stdlib.h,v 1.10 1999/06/11 22:47:48 espie Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ #ifndef _STDLIB_H_ #define _STDLIB_H_ #include <machine/ansi.h> #if !defined(_ANSI_SOURCE) /* for quad_t, etc. */ #include <sys/types.h> #endif #ifdef _BSD_SIZE_T_ typedef _B...
package com.bruce.android.knowledge.custom_view.scanAnimation; /** * @author zhenghao.qi * @version 1.0 * @time 2015110914:45:32 */ public class <API key> implements IAnimationStrategy { private int startX; private int startY; private int shift; /** * X Y */ private double currentX, cu...
Wordpress 4.5.3 = <API key> Wordpress 4.1.13 = <API key> Wordpress 3.8.16 = <API key> Wordpress 3.4.2 = <API key> Wordpress 5.1.1 = <API key> Wordpress 5.3.1 = <API key>
// needs Markdown.Converter.js at the moment (function () { var util = {}, position = {}, ui = {}, doc = window.document, re = window.RegExp, nav = window.navigator, SETTINGS = { lineLength: 72 }, // Used to work around some browser bugs where we can't use feature...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_11) on Tue Feb 24 12:30:37 EET 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package jtodo.domain (jTODO R1.0 API)</title> <meta name="date" content="2015-02-24"> <link rel="s...
package de.jdellert.iwsa.sequence; import java.io.Serializable; import java.util.Collection; import java.util.HashSet; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; /** * Symbol table for mapping IPA segments to integers for efficient intern...
import { moduleForComponent, test } from 'ember-qunit'; moduleForComponent('hq-category', { // Specify the other units that are required for this test // needs: ['component:foo', 'helper:bar'] }); test('it renders', function(assert) { assert.expect(2); // Creates the component instance var component = thi...
package org.dragonet.proxy.network.translator; import java.util.Iterator; import org.codehaus.jettison.json.JSONArray; import org.codehaus.jettison.json.JSONException; import org.codehaus.jettison.json.JSONObject; import org.spacehq.mc.protocol.data.message.Message; public final class MessageTranslator { public sta...
// BOINC Sentinels. // BOINC Sentinels is free software; you can redistribute it and/or modify it // as published by the Free Software Foundation, // BOINC Sentinels is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #ifndef <API key> #define <API key> class <API ...
package org.interactiverobotics.ml.optimization; import static org.interactiverobotics.ml.optimization.OptimizationResult.Status.*; import org.apache.log4j.Logger; import org.interactiverobotics.math.Vector; import java.util.Objects; public final class LBFGS extends AbstractOptimizer implements Optimizer { private ...
package cn.bjsxt.oop.staticInitBlock; public class Parent001 /*extends Object*/ { static int aa; static { System.out.println(" Parent001"); aa=200; } }
using Fallout4Checklist.Entities; namespace Fallout4Checklist.ViewModels { public class <API key> { public <API key>(Weapon weapon) { Weapon = weapon; } public Weapon Weapon { get; set; } } }
import inspect import re import pytest from robottelo.logging import collection_logger as logger IMPORTANCE_LEVELS = [] def pytest_addoption(parser): """Add CLI options related to Testimony token based mark collection""" parser.addoption( '--importance', help='Comma separated list of importance ...
package se.dykstrom.jcc.common.ast; import java.util.Objects; /** * Abstract base class for different types of jump statements, such as GOTO or GOSUB. * * @author Johan Dykstrom */ public abstract class <API key> extends AbstractNode implements Statement { private final String jumpLabel; protected <API key>...
class Block { constructor(x, y, width, colour) { this.x = x; this.y = y; this.width = width; this.colour = colour; this.occupied = false; } draw() { fill(this.colour); rect(this.x, this.y, this.width, this.width); } }
package de.minestar.contao.manager; import java.util.HashMap; import java.util.Map; import java.util.Set; import java.util.TreeSet; import org.bukkit.entity.Player; import de.minestar.contao.core.Settings; import de.minestar.contao.data.ContaoGroup; import de.minestar.contao.data.User; import de.minestar.core.MinestarC...
package org.grovecity.drizzlesms.jobs.requirements; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import org.grovecity.drizzlesms.service.KeyCachingService; import org.whispersystems.jobqueue.requirements.RequirementListener...
package dfmaster.general; import dfmaster.json.JSONValue; import dfmaster.xml.XMLDocument; import dfmaster.xml.XMLElement; /** * This is the abstract type for all data that can be created or parsed. This * could be as example a {@link JSONValue}, a {@link XMLDocument} or a * {@link XMLElement} * * @author Josua Fr...
<?php namespace EasyAjax; /** * EasyAjax\FrontInterface interface * * @package EasyAjax * @author Giuseppe Mazzapica * */ interface FrontInterface { /** * Check the request for valid EasyAjax * * @return bool true if current request is a valid EasyAjax ajax request * @access public */...
// <auto-generated> // This code was generated by a tool. // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> public partial class <API key> { <summary> editElem control. </summary> <remarks> Auto-generated field. ...
package io.valhala.javamon.pokemon.skeleton; import io.valhala.javamon.pokemon.Pokemon; import io.valhala.javamon.pokemon.type.Type; public abstract class Paras extends Pokemon { public Paras() { super("Paras", 35, 70, 55, 25, 55, true, 46,Type.BUG,Type.GRASS); // TODO Auto-generated constructor stu...
define(['backbone', 'underscore'], function (Backbone, _) { return Backbone.Model.extend({ idAttribute: 'username', defaults: { persona: { personaPnombre: '', personaSnombre: '', personaApaterno: '', personaAmaterno: '', ...
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // This Source Code Form is subject to the terms of the Mozilla #ifndef EIGEN_PRODUCTBASE_H #define EIGEN_PRODUCTBASE_H namespace Eigen { /** \class ProductBase * \ingroup Core_Module * */ namespace internal { template<typena...
package de.unikiel.inf.comsys.neo4j.inference.sail; import de.unikiel.inf.comsys.neo4j.inference.QueryRewriter; import org.openrdf.query.algebra.TupleExpr; import org.openrdf.query.parser.ParsedBooleanQuery; import org.openrdf.repository.sail.SailBooleanQuery; import org.openrdf.repository.sail.<API key>; /** * A subc...
#!/usr/bin/perl # Meran - MERAN UNLP is a ILS (Integrated Library System) wich provides Catalog, # Circulation and User's Management. It's written in Perl, and uses Apache2 # Web-Server, MySQL database and Sphinx 2 indexing. # <desarrollo@cespi.unlp.edu.ar> # This file is part of Meran. # Meran is free software: you ca...
require 'spec_helper' describe SessionsController do render_views context "#create" do it "should redirect to patterns path if user is authenticated" it "should redirect to new_user if user doesn't exist" it "should redirect to new_user if password is incorrect" end end
#include <math.h> #include <stdlib.h> #include "camp_judge.h" #include "game_event.h" #include "monster_ai.h" #include "monster_manager.h" #include "path_algorithm.h" #include "player_manager.h" #include "time_helper.h" #include "partner.h" #include "check_range.h" #include "cached_hit_effect.h" #include "count_skill_d...
#!/bin/sh yum update
#ifndef TINYXML2_INCLUDED #define TINYXML2_INCLUDED #if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__) # include <ctype.h> # include <limits.h> # include <stdio.h> # include <stdlib.h> # include <string.h> # if defined(__PS3__) # include <stddef.h> # endif #else # include ...
package fi.metatavu.edelphi.jsons.queries; import java.util.Locale; import fi.metatavu.edelphi.smvcj.<API key>; import fi.metatavu.edelphi.smvcj.controllers.JSONRequestContext; import fi.metatavu.edelphi.DelfoiActionName; import fi.metatavu.edelphi.EdelfoiStatusCode; import fi.metatavu.edelphi.dao.querydata.QueryReplyD...
package org.craftercms.studio.api.dto; public class UserTest { public void testGetUserId() throws Exception { } public void testSetUserId() throws Exception { } public void testGetPassword() throws Exception { } public void testSetPassword() throws Exception { } }
// generated by wxGlade 0.7.2 // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp // Example for compiling a multi file project under Linux using g++: // g++ main.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp Dialog1.cp...
package keel.Algorithms.<API key>.RMini; import java.util.StringTokenizer; import org.core.Fichero; import java.util.StringTokenizer; public class Main { private parseParameters parameters; /** Default Constructor */ public Main() { } /** * It launches the algorithm * @param confFile Strin...
#ifndef GAMEGUI_SIGNAL_H #define GAMEGUI_SIGNAL_H #include <gamegui/queue.h> #include <gamegui/system.h> typedef int gg_signal_t; gg_signal_t gg_signal_lookup(gg_class_id class, char *name); int gg_signal_register(gg_class_id class, char *name); void gg_signal_init(void); void gg_signal_exit(void); #endif
import { Component } from '@angular/core' @Component({ selector: 'gallery', templateUrl: 'app/home/gallery.component.html' }) export class GalleryComponent { }
#ifndef globalPoints_H #define globalPoints_H #include <OpenFOAM/DynamicList.H> #include <OpenFOAM/Map.H> #include <OpenFOAM/labelList.H> #include <OpenFOAM/FixedList.H> #include <OpenFOAM/primitivePatch.H> #include <OpenFOAM/className.H> #include <OpenFOAM/edgeList.H> namespace Foam { // Forward declaration of classes...
#include <assert.h> #include <lib/mhandle/mhandle.h> #include <lib/util/debug.h> #include <lib/util/linked-list.h> #include "opencl-repo.h" #include "<API key>.h" #include "opencl-context.h" #include "opencl-device.h" #include "opencl-event.h" #include "opencl-kernel.h" #include "opencl-mem.h" #include "opencl-platform...
// This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // (at your option) any later version. // Parity is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the import React, { Component, PropTypes } from 'react'; impo...
(function ($, require) { var exports = require('piwik/UI'); /** * Creates a new notifications. * * Example: * var UI = require('piwik/UI'); * var notification = new UI.Notification(); * notification.show('My Notification Message', {title: 'Low space', context: 'warning'}); */ ...
PREP(initCBASettings); PREP(postInit);
package net.jeremybrooks.jinx.api; import net.jeremybrooks.jinx.Jinx; import net.jeremybrooks.jinx.JinxException; import net.jeremybrooks.jinx.JinxUtils; import net.jeremybrooks.jinx.response.Response; import net.jeremybrooks.jinx.response.photos.notes.Note; import java.util.Map; import java.util.TreeMap; public class ...
<?php require_once 'PHPUnit/Framework.php'; require_once 'PHPUnit/Util/Filter.php'; require_once 'PHPUnit/Framework/MockObject/Matcher/StatelessInvocation.php'; require_once 'PHPUnit/Framework/MockObject/Invocation.php'; PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT'); class <API key> extends <API key> { ...
<?php defined( '_JEXEC' ) or die( 'Restricted access' ); //Import filesystem libraries. Perhaps not necessary, but does not hurt jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); jimport('joomla.application.component.helper'); class GetbibleModelImport extends JModelLegacy { protected $use...
#include "selfcheck.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "multiple_ir.h" #include "multiply.h" #include "multiply_assembler.h" #include "multiply_str_aux.h" #include "multiple_misc.h" #include "multiple_err.h" #include "vm_predef.h" #include "vm_opcode.h" #include "vm_types.h" #include...
package de.jotschi.geo.osm.tags; import org.w3c.dom.Node; public class OsmMember { String type, ref, role; public OsmMember(Node node) { ref = node.getAttributes().getNamedItem("ref").getNodeValue(); role = node.getAttributes().getNamedItem("role").getNodeValue(); type = node.getAttribut...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Library\CommandLine\<API key> | Library</title> <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" hr...
#include "../config.h" #if ENABLED(TOUCH_UI_FTDI_EVE) && defined(<API key>) #include "screens.h" using namespace FTDI; using namespace Theme; using namespace ExtUI; void TuneMenu::onRedraw(draw_mode_t what) { #define GRID_ROWS 8 #define GRID_COLS 2 if (what & BACKGROUND) { CommandProcessor cmd; cmd.cmd(CL...
#include "scene/Entity3D.h" #include "scene/Node3D.h" #include "math/Math.h" #include "graphics/RenderList.h" #include "system/LowLevelSystem.h" #include "scene/PortalContainer.h" namespace hpl { // CONSTRUCTORS iEntity3D::iEntity3D(tString asName) : iEntity(asName) { m_mtxLocalTransform = cMatri...
from feeluown.utils.dispatch import Signal from feeluown.gui.widgets.my_music import MyMusicModel class MyMusicItem(object): def __init__(self, text): self.text = text self.clicked = Signal() class MyMusicUiManager: """ .. note:: items add_item clear MyMusic items provide...
(function() { var app = angular.module('article-directive', ['ui.bootstrap.contextMenu']); app.config(function($sceProvider) { // Completely disable SCE. For demonstration purposes only! // Do not use in new projects. $sceProvider.enabled(false); }); app.directive('a...
package org.quantumbadger.redreader.io; import org.quantumbadger.redreader.common.collections.<API key>; public class <API key><K, V extends WritableObject<K>> implements <API key>.ArgOperator<<API key><K, V>, V> { @Override public void operate(final <API key><K, V> listener, final V data) { lis...
# Only run if this is an interactive text bash session if [ -n "$PS1" ] && [ -n "$BASH_VERSION" ] && [ -z "$DISPLAY" ]; then echo "Press enter to activate this console" read answer # The user should have chosen their preferred keyboard layout # in tails-greeter by now. . /etc/default/locale . /etc/def...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_131) on Sat Oct 28 21:24:43 CEST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class nxt.util.MiningPlot (burstcoin 1.3.6cg API)</title> <meta name="date" content="2017-10-28"...
#include "<API key>.h" <API key>::<API key>(const char *uuid, const char *label) : GnuHawkBlock(uuid, label), serviceThread(0), noutput_items(0), _maintainTimeStamp(false), _throttle(false) { construct(); } void <API key>::construct() { Resource_impl::_started = false; loadProperties(); ...
/** * Interface for managing topics */ function ManageTopics() {} //inheritance util.inherits(ManageTopics, pb.BaseController); var SUB_NAV_KEY = 'manage_topics'; ManageTopics.prototype.render = function(cb) { var self = this; var dao = new pb.DAO(); dao.query('topic', pb.DAO.ANYWHERE, pb.DAO.PROJECT_ALL...
-- Host: spahost.es -- SO del servidor: unknown-linux-gnu /*!40101 SET @<API key>=@@<API key> */; /*!40101 SET NAMES utf8 */; /*!40014 SET @<API key>=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='<API key>' */; -- Volcando estructura...
#include <shlobj.h> HRESULT CreateDataObject(FORMATETC *,STGMEDIUM *,IDataObject **,int);
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_17) on Thu Oct 24 15:10:37 CEST 2013 --> <title>RmcpConstants</title> <meta name="date" content="2013-10-24"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <bod...
#include <gtest/gtest.h> #include <librepcb/common/uuid.h> #include <QtCore> namespace librepcb { namespace tests { typedef struct { bool valid; QString uuid; } UuidTestData; class UuidTest : public ::testing::TestWithParam<UuidTestData> {}; TEST_P(UuidTest, testCopyConstructor) { const UuidTestData& data = Ge...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_01) on Sun Jul 03 07:12:39 ICT 2005 --> <TITLE> Uses of Package com.golden.gamedev.object.sprite (GTGE API v0.2.3) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="...
#include <string.h> #include <stdlib.h> #include "prowiz.h" static int depack_fuchs(HIO_HANDLE *in, FILE *out) { uint8 *tmp; uint8 max_pat; /*int ssize;*/ uint8 data[1080]; unsigned smp_len[16]; unsigned loop_start[16]; unsigned pat_size; unsigned i; memset(smp_len, 0, 16 * 4); m...
#ifndef SDK_CONFIG_H #define SDK_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>>\n #ifdef USE_APP_CONFIG #include "app_config.h" #endif // <h> Application // <o> ADV_INTERVAL - Advertising interval (in units of 0.625 ms) #ifndef ADV_INTERVAL #define ADV_INTERVAL 300 #endif // <s> DEVICE_NAME - Name of devi...
<?php namespace spf\swoole\worker; interface IWebSocketWorker { public function onStart($server, $workerId); public function onShutdown($server, $workerId); public function onTask($server, $taskId, $fromId, $data); public function onFinish($server, $taskId, $data); public function onOpen($server, $r...
// UDPConnection.hpp for server in /home/galibe_s/rendu/Spider/server/core // Made by stephane galibert // Login <galibe_s@epitech.net> // Started on Sun Nov 6 17:00:50 2016 stephane galibert // Last update Thu Nov 10 12:34:21 2016 stephane galibert #pragma once #include <iostream> #include <string> #include <queue...
#pagefrog-big-logo { width: 200px; margin-top:20px; } #<API key> { padding:15px; margin-right:20px; } #<API key>, .white-settings-box { background: white; border-color: #ddd; border-width: 1px; border-style: solid; border-radius: 5px; } #<API key> > span { color:#aaa; } .<API key...