answer
stringlengths
15
1.25M
package org.executequery.gui.prefs; import java.awt.Component; import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.util.Collections; import java.util.Vector; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.sw...
package com.compwiz1548.elementaltemples.item; public class ItemForestRelic extends ItemET { public ItemForestRelic() { super(); this.setUnlocalizedName("forestRelic"); this.setMaxStackSize(1); } }
using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Globalization; using System.IO; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Web; using Deveel.Data.Util; namespace Deveel.Data.Net.Security { public class OAuthParameters : ...
package org.zkt.zmask.masks; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import org.zkt.zmask.Image; import org.zkt.zmask.GeneralProperties; import org.zkt.zmask.utils.PropertyDescription; import org.zkt.zmask.utils.PropertyException; import org.zkt.zmask.utils.PropertyHandler; /** * The vertical ...
# ../gungame/core/messages/hooks.py """Provides a way to hook GunGame messages.""" # >> IMPORTS # Source.Python from core import AutoUnload # GunGame from .manager import message_manager # >> CLASSES class MessageHook(AutoUnload): """Decorator used to register message hooks.""" def __init__(self, message_name):...
<?php namespace App\Admin\Controllers; use App\<API key>; use App\Http\Controllers\Controller; use Encore\Admin\Controllers\HasResourceActions; use Encore\Admin\Form; use Encore\Admin\Grid; use Encore\Admin\Layout\Content; use Encore\Admin\Show; class <API key> extends Controller { use HasResourceActions; /** ...
body { font-family: 'Raleway', sans-serif; font-size: 14px; } h2 { font-size: 1.7rem; padding-bottom: 10px; } h3 { font-size: 1.2rem; } h4 { font-size: 1rem; text-decoration: underline; } .underline { text-decoration: underline; } .black-bar { height: 60px; background: #000; } .s...
package com.neemre.bitplexus.backend.model; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; imp...
import pandas as pd adv = pd.read_csv('Advertising.csv') tv_budget_x = adv.TV.tolist() print(tv_budget_x)
package Armadito::Agent::Antivirus::Kaspersky; use strict; use warnings; use base 'Armadito::Agent::Antivirus'; use UNIVERSAL::require; use English qw(-no_match_vars); sub new { my ( $class, %params ) = @_; my $self = $class->SUPER::new(%params); $self->{av_class} = __PACKAGE__; $self->{name} ...
package com.dotmarketing.portlets.dashboard.model; import java.io.Serializable; import java.util.Date; public class <API key> implements Serializable { private static final long serialVersionUID = 1L; private long id; private Date fullDate; private int day; private String dayName; private int we...
# Passports Passports of HBUs for TB ## MPPC Hamamatsu Surface mounted SiPMs with 2700 px using bicron tiles (3 mm thick) Boards : SM_100, SM_1, SM_2, SM_3, SM_4, SM_5 ## SenSLs Side readout SiPMs (1300 px) Boards : HBU3_1, HBU3_2, HBU3_3, HBU3_4, HBU3_5, HBU3_6, HBU3_11, HBU3_12
package ltf.namerank.dao.fs; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.TypeReference; import ltf.namerank.dao.DictItemDao; import ltf.namerank.entity.DictItem; import ltf.namerank.entity.DictItem_Bm8; import ltf.namerank.utils.PathUtils; import org.springframework.stereotype.Component; import java.i...
<?php ?> <!-- ////////////// auth/admin/reset_password ////////////// --> <h1><?php echo lang('<API key>');?></h1> <div id="infoMessage"><?php echo $message;?></div> <?php echo form_open("auth/reset_password/" . $code);?> <p> <label for="new_password"><?php echo sprintf(lang('reset_<API key>), $min...
#include "test.h" #include "schnaps.h" #include<stdio.h> #include <stdlib.h> #include <assert.h> #include <math.h> #include <string.h> int TestDtfield_CL(void); int main(void) { int resu = TestDtfield_CL(); if (resu) printf("Dtfield_CL test OK !\n"); else printf("Dtfield_CL test failed !\n"); return !re...
#include <Foundation/Foundation.h> @interface CUPairedPeer : NSObject @end
package de.dmxcontrol.model; import android.util.Log; import java.util.HashMap; import java.util.Map; import de.dmxcontrol.device.EntitySelection; import de.dmxcontrol.model.BaseModel.OnModelListener; public class ModelManager { private final static String TAG = "modelmanager"; public enum Type { Color,...
package cz.devaty.projects.gio; import java.io.BufferedReader; import java.io.<API key>; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.stream.Collectors; public class Main { private static String FILE = "a.csv"; private static char[] groups = {'A', 'B',}; //...
using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Text; using Roslyn.Test.Utilities; using Xunit; //test namespace Microsoft.CodeAnalysis.CSharp.UnitTests { ...
(function () { angular .module("WebAppMaker") .controller("EditPageController", EditPageController) .controller("PageListController", PageListController) .controller("NewPageController", NewPageController); function EditPageController(PageService, $routeParams, $location) { ...
from django.contrib import admin #from .models import Tag #import sys #import importlib #importlib.reload(sys) #admin.site.register(Tag) # Register your models here.
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
// <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> pnlCustomization control. </summary> <remarks> Auto-generated fie...
package is.idega.idegaweb.campus.business; import javax.ejb.CreateException; import com.idega.business.IBOHomeImpl; public class <API key> extends IBOHomeImpl implements <API key> { public Class <API key>() { return <API key>.class; } public <API key> create() throws CreateException { ...
// This file is part of Chameleon. // Chameleon is free software: you can redistribute it and/or modify // (at your option) any later version. // Chameleon 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> #include "<A...
package org.reunionemu.jreunion.model.quests.restrictions; import org.reunionemu.jreunion.model.quests.Restriction; public interface RaceRestriction extends Restriction { public Integer getId(); }
file(REMOVE_RECURSE "CMakeFiles/CEGUIXercesParser.dir/XMLParserProperties.cpp.o" "CMakeFiles/CEGUIXercesParser.dir/XMLParserModule.cpp.o" "CMakeFiles/CEGUIXercesParser.dir/XMLParser.cpp.o" "../../../../lib/<API key>.pdb" "../../../../lib/<API key>.so" ) # Per-language clean rules from dependency scanning. for...
using System.Timers; using Artemis.Core.Services; using Artemis.UI.Services; using Stylet; namespace Artemis.UI.Screens.Header { public class <API key> : Screen { private readonly ICoreService _coreService; private readonly IDebugService _debugService; private string _frameTime; ...
package fi.otavanopisto.pyramus.domainmodel.clientapplications; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import...
body{ margin:0; padding:0; } #body-container{ width:415; height:500px; margin:0 auto; border:1px solid #3285ef; } #body-container .glossary-container{ clear: both; } #body-container .content-container{ height:360px; width: 415px; overflow: ...
<?php $cantresidencias = Doctrine::getTable('<API key>')-><API key>(sfContext::getInstance()->getUser()->getAttribute('funcionario_id'),'A'); if ($cantresidencias[0]!=''){ foreach($cantresidencias as $residencia): $estados = Doctrine::getTable('Public_Estado')->findById($residencia->getEstadoId()...
// accurate implementation of the complex expm1 function #include <complex> #include "Rcpp.h" using namespace std; complex<double> expm1c(complex<double> z) { complex<double> ii(0,1); return exp(imag(z)*ii) * expm1(real(z)) + ii * sin(imag(z)) - 2 * sin(imag(z)/2) * sin(imag(z)/2); }
<?php class Sesion { private static $id; public static function crearSesion() { session_start(); } public static function destruirSesion() { session_start(); session_unset(); session_destroy(); self::$id = null; } public static function getId() ...
volScalarField& alpha2(mixture.alpha2()); const dimensionedScalar& rho1 = mixture.rho1(); const dimensionedScalar& rho2 = mixture.rho2(); twoPhaseChangeModel& phaseChange = phaseChangePtr(); tmp<volScalarField> rAU;
#ifdef __cplusplus extern "C" { #endif #include "project.h" #include "managerment.h" #include "CPrintf.h" #include "stdio.h" #include "stdint.h" #include "../HARDWARE/DCMotor/DCMotor.h" #include "../HARDWARE/StepMotor/StepMotor.h" #include "../HARDWARE/Beep/beep.h" #include "../HARDWARE/NTCResistor/NTCResistor.h" #incl...
#!/usr/bin/env python2 # -*- coding: utf-8 -*- # IMPORT STUFF from pdb import set_trace as stop import copy import numpy as np from collections import OrderedDict import string as st import os import pandas as pd from vison.datamodel import cdp from vison.support import files from vison.fpa import fpa as fpamod from vi...
## FrogsPluginLib() :[https: ## Vault :[https: , . . FrogsPluginLibVault. , MySQl. 1.7.10-1.12. . ![image](http://i.imgur.com/cnnd5hb.jpg) ![image](http://i.imgur.com/bqvIVvz.jpg) ![image](http://i.imgur.com/NFK3WKa.jpg) - - , - - , , (), (, ) - **()** - **** - **** - **UUID** - **** - **-** - **()** - **vault API - *...
vetor[10] = {31, 16, 45, 87, 37, 99, 21, 43, 10, 48} valorProcurado = 87 indice = -1 for (i = 0; i < vetor.length - 1; i++) { if (vetor[i] == valorProcurado) { indice = i } }
define(['react','app','dataTable','dataTableBoot'], function (React,app,DataTable,dataTableBoot) { return React.createClass({ mixins: [app.mixins.touchMixins()], getInitialState : function() { var dataSet = []; return { dataSet:dataSet, mainChe...
package de.baleipzig.iris.ui.playground; import com.vaadin.navigator.View; import com.vaadin.navigator.ViewChangeListener; import com.vaadin.spring.annotation.SpringView; import com.vaadin.spring.annotation.UIScope; import com.vaadin.ui.Label; import com.vaadin.ui.VerticalLayout; import javax.annotation.PostConstruct; ...
HTML [TOC] ## Position - static - relative - (top, bottom, left, right) - - - - - absolute - - inline-block - (, *, *) - - BFC - fixed - - inline-block - - - BFC - IE6 ## z-index - - - - z-index , parent, 1. `margin: 0 auto` - - , `display:bloc...
<?php return [ 'accepted' => 'Το πεδίο :attribute πρέπει να γίνει αποδεκτό.', 'active_url' => 'Το πεδίο :attribute δεν είναι αποδεκτή διεύθυνση URL.', 'after' => 'Το πεδίο :attribute πρέπει να είναι μία ημερομηνία μετά από :date.', 'after_or_equal' => 'Το πεδίο...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML//EN"> <html lang="en"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Slide 9: HTML5: main element</title> <link rel="stylesheet" type="text/css" href="../../common/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../../commo...
#ifndef <API key> #define <API key> #include "controlWidgets/plotcontrolwidget.h" #include "controlwrappers/<API key>.h" class <API key>: public <API key> { Q_OBJECT public: <API key>(QWidget *parent=0); ~<API key>() { } void setLayoutModel(PlotLayoutModel*); public slots: void initializeState(); ...
#ifndef _GC_GenericChart_h #define _GC_GenericChart_h 1 #include "GoldenCheetah.h" #include "Settings.h" #include "Context.h" #include "Athlete.h" #include "Colors.h" #include "RCanvas.h" #include "RideMetric.h" #include "GenericSelectTool.h" #include "GenericLegend.h" #include <QScrollArea> // keeping track of the ser...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_45) on Tue Dec 08 17:59:02 CET 2015 --> <title>API Help</title> <meta name="date" content="2015-12-08"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="scrip...
package tmp.generated_xhtml; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class <API key> extends Content_var_Choice1 { public <API key>(Element_i element_i, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<Element_i>("element_i"...
<?php namespace Maestro\ApiBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\<API key>; class Configuration implements <API key> { /** * {@inheritdoc} */ public function <API key>() { $treeBuilder = new TreeBuil...
[![license](https: [![GitHub contributors](https: [![Github All Releases](https://img.shields.io/github/downloads/clawoflight/puma/total.svg)]() [![GitHub release](https: [![AUR](https: [![AUR](https: # PUMA - Password (and User) MAnager This is a very simple and effective password manager built on `gnupg`, the `coreut...
#include "game/network/api.hpp" namespace Game { namespace Network { Api::Api(QObject *parent) : QObject(parent) { // Manager to send REST petitions manager = new <API key>(this); result = ""; limit = 5; // URL information QString host = Game::Settings::load("network:api:host").toString(); Q...
<?php namespace Eight\PageBundle\Widget; class Label extends AbstractWidget { public function getVars() { return array( 'label', ); } public function getLayout() { return 'EightPageBundle:Widget:label.html.twig'; } public function getName() { ...
# API - json `"error message"` - `500 Internal Server Error` - `400 Bad Request` - `404 Not Found` - `200 OK` json json string `"error message"` json object `{key:value pairs}` API `null` http status code # - Order Order - `code`: - `when`: timestamp - `foreign`: - `local`: # API ## /api/auth token `{pin: ...
package com.velonuboso.made.core.abm.api; public interface <API key> { }
""" MagPy IAGA02 input filter Written by Roman Leonhardt June 2012 - contains test, read and write function """ from __future__ import print_function from __future__ import unicode_literals from __future__ import absolute_import from __future__ import division from io import open from magpy.stream import * #global vari...
jMEengine ====== Java ME Engine (jMEengine) is a collection of helper class written for java ME (J2ME) game developers. These classes are written to support game development on latest Smartphone (ex. Nokia Asha 501, Nokia 311, Nokia 303). Wiki: https://github.com/saraffadarsha/jMEengine/wiki Testing videos: http:
--TB1-011 Cabba, Universe Mediator local ds=require "expansions.utility_dbscg" local scard,sid=ds.GetID() function scard.initial_effect(c) ds.<API key>(c) ds.AddSetcode(c,SPECIAL_TRAIT_ALIEN,CHARACTER_CABBA,<API key>,<API key>,<API key>) ds.AddPlayProcedure(c,COLOR_RED,1,0) --to hand ds.AddSingleAut...
#include <QMessageBox> #include "charakterform.h" #include "fertigkeitform.h" #include "ui_charakterform.h" #include "ui_fertigkeitform.h" CharakterForm::CharakterForm(QDialog *parent, std::shared_ptr<CharakterManager> charakterManager) : QDialog(parent),charakterManager(charakterManager), ui(new Ui::charakterf...
<?php session_start(); if($_SESSION['logged_in'] != true) header("Location: index.php"); ?><!doctype html> <html> <head> <meta name="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="refresh" content="3; URL=admin.php"> <link href="css/login.css" rel='stylesheet' type...
#ifndef _EXCEPTIONS_H #define _EXCEPTIONS_H #include <stdexcept> #include <string> class BasicException : public std::exception { std::string message; public: BasicException() = default; BasicException(const char * _mess) : message(_mess) { } BasicException(const std::string& _mess) : message(_mess) { } Ba...
using System; using System.Collections.Generic; using Terraria.DataStructures; namespace Terraria { public static class Wiring { public static bool running = false; [ThreadStatic] private static Dictionary<Point16, bool> wireSkip; [ThreadStatic] private static DoubleStack...
$(function() { (function() { $('.j_toClass').each(function(index, el) { var $it = $(this); var targetTo = $it.attr('data-target'); var thisTo = $it.attr('data-this'); var targetId = $it.attr('href'); var $target = $(targetId); var _fn =...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.Text; using System.Threading.Tasks; using Telegram.Td.Api; using Unigram.Collections; using Unigram.Common; using Unigram.Controls; using Unigram.Converters; using Unigram.Services; using Unigram.ViewMo...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace <API key>.Engine { public class Point { /* Class used as a point. Represent a location/gene in the path. */ #region Fields public int X; /* Variables used to disp...
<!DOCTYPE html PUBLIC "- <html> <head> <title>top section: first</title> <meta name="description" content="top section: first"> <meta name="keywords" content="top section: first"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="texi2html"> <meta...
<?php include_once('include/session.php'); function do_twinoid_auth($code) { global $error_msg; if (! isset($code)) { $error_msg = 'bug!'; return false; } $json = do_post_json('https://twinoid.com/oauth/token', array( 'client_id' => APP_TWINOID_ID, 'client_secret' => APP_SECRET_KEY, ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Práctica 32b - DOM básico</title> <style type="text/css"> .oculto { display: none; } .visible { display: inline; } </style> <script type="text/javascript"> function muestra() { var parrafo_a_insertar = document.getElementById("texto"); var frase = do...
package DynamicFlink; public class <API key>{ String latitude; public void setLatitude(String latitude) { this.latitude = latitude; } public String getLatitude() { return this.latitude; } String longitude; public void setLongitude(String longitude) { this.longitude = longitude; } public String getLongitude() { return t...
#define pr_fmt(fmt) "MSM-CPP %s:%d " fmt, __func__, __LINE__ #include <linux/delay.h> #include <linux/firmware.h> #include <linux/io.h> #include <linux/of.h> #include <linux/module.h> #include <linux/ion.h> #include <linux/proc_fs.h> #include <linux/msm_ion.h> #include <linux/iommu.h> #include <linux/timer.h> #include ...
// // This file is part of LImA, a Library for Image Acquisition // European Synchrotron Radiation Facility // CS40220 38043 Grenoble Cedex 9 // FRANCE // Contact: lima@esrf.fr // This is free software; you can redistribute it and/or modify // (at your option) any later version. // This software is distributed in the h...
#ifndef <API key> #define <API key> #include "CPacket.h" class CVehicle; class <API key> : public CPacket { public: inline <API key> ( CVehicle * pVehicle ) { m_pVehicle = pVehicle; }; inline ePacketID GetPacketID ( void ) con...
package com.jonschang.investing.valuesource; import com.jonschang.investing.model.*; /** * determine the Average True Range of the stock period * @author schang */ @SuppressWarnings(value={"unchecked"}) public class <API key><Q extends Quote<I>,I extends Quotable> extends <API key><Q,I> { /** * the aver...
class Solution: def majorityElement(self, nums): """ :type nums: List[int] :rtype: List[int] """ num1, cnt1 = 0, 0 num2, cnt2 = 1, 0 for num in nums: if num == num1: cnt1 += 1 elif num == num2: cnt2 += 1 ...
'use strict'; var Dispatcher = require('../core/appDispatcher'); var EventEmitter = require('events').EventEmitter; var ActionTypes = require('./actionTypes'); var CHANGE_EVENT = 'change'; var utils = require('../core/utils'); function TradingStore() { var previousRate = null; var symbols = "GBP/USD"; var q...
package io.github.ititus.mymod.util; public interface ICyclable<T> { T next(int i); T prev(int i); default T next() { return next(1); } default T prev() { return prev(1); } }
// W A R N I N G // This file is not part of the Qt API. It exists for the convenience // of other Qt classes. This header file may change from version to // version without notice, or even be removed. // We mean it. #include <CoreServices/CoreServices.h> #include <CoreAudio/CoreAudio.h> #include <AudioUnit/AudioUni...
package com.exabilan.interfaces; import java.util.List; import com.exabilan.types.exalang.Answer; import com.exabilan.types.exalang.ExaLang; import com.exabilan.types.exalang.Question; public interface ResultAssociator { /** * Finds the question corresponding to a question number for a given version of Exalang...
using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class <API key> : <API key> { [Ordinal(0)] [RED("maxAllowedDelta")] public CHandle<AIArgumentMapping> MaxAllowedDelta { get; set; } public <API key>(CR2WFile cr2w, C...
using CP77.CR2W.Reflection; using FastMember; using static CP77.CR2W.Types.Enums; namespace CP77.CR2W.Types { [REDMeta] public class <API key> : CVariable { [Ordinal(0)] [RED("factName")] public CName FactName { get; set; } [Ordinal(1)] [RED("value")] public CInt32 Value { get; set; } ...
#include "qemu/osdep.h" #include "qapi/error.h" #include "nbd-internal.h" static int <API key>(int err) { switch (err) { case 0: return NBD_SUCCESS; case EPERM: case EROFS: return NBD_EPERM; case EIO: return NBD_EIO; case ENOMEM: return NBD_ENOMEM; #ifdef EDQUOT ...
package ummisco.gama.ui.commands; import org.eclipse.core.commands.AbstractHandler; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.commands.ExecutionException; import msi.gama.runtime.GAMA; public class <API key> extends AbstractHandler { /** * Method execute() * * @see org....
function c80060022.initial_effect(c) --synchro summon aux.AddSynchroProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x92d7),aux.NonTuner(Card.IsSetCard,0x92d7),1) c:EnableReviveLimit() --pendulum summon aux.<API key>(c,false) --pendulum set local e1=Effect.CreateEffect(c) e1:SetType(<A...
package com.pajato.android.gamechat; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.<API key>; import android.support.design.widget.NavigationView; import android.support.design.widget.Snackbar; im...
<?php require_once "user.class.php"; require_once '../config/config.php'; if(isset ($_POST['login']) && isset ($_POST['motdepasse'])){ $login = $_POST['login']; $pass = $_POST['motdepasse']; $user = new Utilisateur(); if($user->connexion($login, sha1($pass), $pdo)){ sessi...
import pandas as pd from sklearn.datasets import load_boston from sklearn.linear_model import LinearRegression from sklearn.tree import <API key> from sklearn.cross_validation import train_test_split from sklearn.metrics import mean_squared_error from .auto_segment_FEMPO import <API key> def demo(X = None, y = None, te...
package com.superman.letusgo.base; import java.util.HashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.content.Context; import android.widget.Toast; import com.superman.letusgo.util.AppClient; import com.superman.letusgo.util.HttpUtil; public class BaseTaskPool {...
<?php namespace Directus\Installation\Steps; use Directus\Bootstrap; class LanguageStep extends AbstractStep { protected $number = 1; protected $name = 'language'; protected $title = 'Language'; protected $shortTitle = 'Language'; protected $viewName = 'language.twig'; protected $fields = [ ...
#include "../fs.h" int sys_chdir(struct proc* who, char* pathname){ int ret = OK; inode_t *inode = NULL, *curr_working; if((ret = get_inode_by_path(who, pathname, &inode))) return ret; if(!inode) return EEXIST; if(!(S_ISDIR(inode->i_mode))){ ret = ENOTDIR; goto error;...
package com.springdemo.learningMVC.common.src.main.java.com.common.tuple; /** * A mutable triple consisting of three {@code Object} elements. * <p> * Not #ThreadSafe# * * @param <L> the left element type * @param <M> the middle element type * @param <R> the right element type * @version $Id: MutableTriple.java ...
{-# LANGUAGE TypeOperators #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE <API key> #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE DeriveDataTypeable #-} {- | Module : Tct.Method.Bounds Copyright : (c) Martin Avanzini <martin.avanzini@...
/* * \file cp15.h * * \brief CP15 related function prototypes * * This file contains the API prototypes for configuring CP15 */ #ifndef __CP15_H #define __CP15_H #ifdef __cplusplus extern "C" { #endif /* ** Macros which can be passed to <API key>/Enable APIs ** as 'features'. Any, or an OR combination of the...
#include"../../../kernel/bugurt.h" #if (__ROM_MODEL__ > 0) #define BGRT_INT_PTR unsigned long #else #define BGRT_INT_PTR unsigned short #endif stack_t * proc_stack_init( stack_t * stack_top, code_t pmain, void * arg, ...
#ifndef SBMOFFAT_H #define SBMOFFAT_H /** * @file SBMoffat.h @brief SBProfile that implements a Moffat profile. */ #include "SBProfile.h" namespace galsim { /** * @brief Surface Brightness for the Moffat Profile (an approximate description of ground-based * PSFs). * * The Moffat surface bright...
require.config({ baseUrl: 'vendor', waitSeconds: 10, paths: { core: '../core', lang: '../lang', root: '..' }, shim: { 'backbone': { deps: ['underscore', 'jquery'], exports: 'Backbone' }, 'underscore': { exports: '_' ...
<!-- BEGIN <API key> --> <!-- IF <API key>.S_NO_TOPICS --> <table class="table2" cellspacing="1" width="100%"> <! <th colspan="2">{L_NO_ANNOUNCEMENTS}</td> </tr> <tr> <td class="row1" valign="top" align="center"><span class="gensmall"><strong>{L_NO_ANNOUNCEMENTS}</strong></span></td> </tr> </table> <br clea...
#pragma once #include <bgfx/bgfx.h> #include <content/StaticLevelMesh.h> namespace BgfxUtils { /** * @brief Initializes the given StaticLevelMeshes vertex- and index-buffers */ template<typename V, typename I> void <API key>(LevelMesh::StaticLevelMesh<V, I>& msh) { msh.<API key> = bgfx...
!===================================================================== ! ! S p e c f e m 3 D V e r s i o n 2 . 1 ! ! ! Main authors: Dimitri Komatitsch and Jeroen Tromp ! Princeton University, USA and University of Pau / CNRS / INRIA ! (c) Princeton University / California Institute of Techn...
import {EMPTY_CONCEPT_ID} from '../registry'; import {DdfDataSet} from '../../ddf-definitions/ddf-data-set'; import {Issue} from '../issue'; export const rule = { rule: (ddfDataSet: DdfDataSet) => ddfDataSet .getConcept() .getAllData() .filter(conceptRecord => !conceptRecord.concept) .map(<API key> =>...
PROJECT_NAME := <API key> TARGETS := nrf52832_xxaa OUTPUT_DIRECTORY := _build SDK_ROOT := ../../../../../../.. PROJ_DIR := ../../.. $(OUTPUT_DIRECTORY)/nrf52832_xxaa.out: \ LINKER_SCRIPT := <API key>.ld # Source files common to all targets SRC_FILES += \ $(SDK_ROOT)/components/libraries/log/src/<API k...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_02) on Tue Jul 01 09:51:11 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>org.gradle.tooling Class Hierarchy (Gradle API 2.0)</title> <meta name="date" content="2014-07-0...
#pragma once #include <pthread.h> #include <sstream> #include <palmapper/Config.h> #include <palmapper/GenomeMaps.h> #include <palmapper/JunctionMap.h> #include <palmapper/VariantMap.h> #include <map> #include <set> class Mapper ; class GenomeMaps ; class QPalma ; struct HIT; typedef struct alignment_t { double qpa...