answer
stringlengths
15
1.25M
;(function() { var DeferredAPI = { deferred: deferred, all: all, Deferred: Deferred, DeferredList: DeferredList, wrapResult: wrapResult, wrapFailure: wrapFailure, Failure: Failure } // CommonJS module support if (typeof module !== 'undefined') { var DeferredURLReq...
// See the LICENCE file in the repository root for full licence text. using osu.Game.Beatmaps; using osu.Game.Rulesets; using osu.Game.Rulesets.Mods; using osu.Game.Rulesets.Objects; namespace osu.Game.Tests.Visual { public abstract class ModPerfectTestScene : ModTestScene { private readonly Ruleset rul...
'use strict'; var request = require('request'); var querystring = require('querystring'); var FirebaseError = require('./error'); var RSVP = require('rsvp'); var _ = require('lodash'); var logger = require('./logger'); var utils = require('./utils'); var responseToError = require('./responseToError'); var refreshToken;...
"use strict"; /** * Module dependencies. */ var should = require('should'); var http = require('http'); var querystring = require('querystring'); var fs = require('fs'); var zlib = require('zlib'); var iconv = require('iconv-lite'); var server = http.createServer(function (req, res) { // req.headers['user-agent'].s...
/* A small frog wants to get to the other side of the road. The frog is currently located at position X and wants to get to a position greater than or equal to Y. The small frog always jumps a fixed distance, D. Count the minimal number of jumps that the small frog must perform to reach its target. Write a function: in...
// Type definitions for @ag-grid-community/core v25.0.1 export declare function convertToSet<T>(list: T[]): Set<T>;
package maritech.nei; import mariculture.core.lib.Modules; import mariculture.factory.Factory; import net.minecraft.item.ItemStack; import net.minecraftforge.oredict.OreDictionary; import codechicken.nei.api.API; import codechicken.nei.api.IConfigureNEI; public class MTNEIConfig implements IConfigureNEI { @Override...
package tpe.exceptions.trycatchfinally; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Point; import de.smits_net.games.framework.board.Board; /** * Spielfeld. */ public class GameBoard extends Board { private Professor sprite; /** * Erzeugt ein neues Board. ...
'use strict'; import '../../Series/Funnel3DSeries.js';
#!/bin/bash # Postfix (SMTP) # Postfix handles the transmission of email between servers # using the SMTP protocol. It is a Mail Transfer Agent (MTA). # Postfix listens on port 25 (SMTP) for incoming mail from # other servers on the Internet. It is responsible for very # basic email filtering such as by IP address and ...
<!DOCTYPE html> <html> <head> <title>onChange / onSelectionChange</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <link rel="stylesheet" type="text/css" href="../../../codebase/fonts/font_roboto/roboto.css"/> <link r...
#pragma once #include "AudioData.h" #include <string> //2D indexing: column-major order, 0-based: #define IDX2D(row, column) (((column) * rows) + (row)) class <API key> { private: double freq_lowest; double freq_highest; int sample_freq_Hz; double total_time_s; bool use_exponential; bool use_...
package test.org.jboss.forge.furnace.lifecycle; import org.jboss.arquillian.container.test.api.Deployment; import org.jboss.arquillian.junit.Arquillian; import org.jboss.forge.arquillian.archive.AddonArchive; import org.jboss.forge.arquillian.services.LocalServices; import org.jboss.forge.furnace.Furnace; import org.jb...
package org.eclipse.smarthome.io.rest.core.link; import java.util.ArrayList; import java.util.Collection; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.Context; import javax.ws.rs.cor...
package com.ibm.ws.security.social.fat.LibertyOP; import java.util.ArrayList; import java.util.List; import org.junit.BeforeClass; import org.junit.ClassRule; import org.junit.runner.RunWith; import com.ibm.websphere.simplicity.log.Log; import com.ibm.ws.security.oauth_oidc.fat.commonTest.RSCommonTestTools; import com....
package org.eclipse.che.multiuser.machine.authentication.server; import static com.google.common.base.Strings.nullToEmpty; import java.io.IOException; import java.security.Principal; import javax.inject.Inject; import javax.inject.Singleton; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.se...
package com.ibm.ws.cdi.services.impl; import javax.enterprise.context.Dependent; /** * This class only needs to be here to make sure this is a BDA with a BeanManager */ @Dependent public class MyPojoUser { public String getUser() { String s = "DefaultPojoUser"; return s; } }
package org.openhab.binding.http.internal.config; import java.math.BigDecimal; import java.util.HashMap; import java.util.Map; import org.eclipse.jdt.annotation.NonNullByDefault; import org.eclipse.jdt.annotation.Nullable; import org.openhab.binding.http.internal.converter.ColorItemConverter; import org.openhab.core.li...
package eu.hohenegger.c0ffee_tips.tests; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; import eu.hohenegger.c0ffee_tips.TestBasic; @RunWith(Suite.class) @SuiteClasses({TestBasic.class}) public class AllTests { }
package org.hibernate.hql.ast.util; import java.util.ArrayList; import java.util.Iterator; import java.util.ListIterator; import java.util.List; import java.util.Map; import java.util.StringTokenizer; import java.util.Collection; import org.hibernate.AssertionFailure; import org.hibernate.dialect.Dialect; import org.hi...
package org.openhab.binding.tinkerforge.internal.model.impl; import java.lang.reflect.<API key>; import java.util.concurrent.atomic.AtomicBoolean; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.e...
#!/bin/bash EXIT_CODE=0 kill_ffmpeg(){ echo "Killing ffmpeg with PID=$ffmpeg_pid" kill -2 "$ffmpeg_pid" wait "$ffmpeg_pid" mkdir -p /tmp/e2e/report/
package org.hibernate.envers.tools; import org.hibernate.mapping.Collection; import org.hibernate.mapping.OneToMany; import org.hibernate.mapping.ToOne; import org.hibernate.mapping.Value; /** * @author Adam Warski (adam at warski dot org) */ public class MappingTools { /** * @param componentName Name of the...
package com.ibm.ws.security.oauth20.web; import java.io.IOException; import java.io.<API key>; import java.nio.charset.StandardCharsets; import java.security.Principal; import java.util.Collection; import java.util.Hashtable; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util....
package ch.elexis.core.ui.wizards; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.jface.wizard.WizardPage; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.wid...
package com.ibm.ws.install.internal; public class MavenRepository { private String name; private String repositoryUrl; private String userId; private String password; public MavenRepository(String name, String repositoryUrl, String userId, String password) { this.name = name; this.re...
package org.eclipse.kapua.service.datastore.internal.model.query; import java.util.ArrayList; import org.eclipse.kapua.service.datastore.model.Storable; import org.eclipse.kapua.service.datastore.model.StorableListResult; @SuppressWarnings("serial") public class <API key><E extends Storable> extends ArrayList<E> implem...
package com.ibm.ws.transaction.test; import org.junit.ClassRule; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; import com.ibm.ws.transaction.test.tests.EJBNewTxDBRoSTest; import com.ibm.ws.transaction.test.tests.EJBNewTxDBTest; import com.ibm.ws.transactio...
package org.openhab.binding.loxone.internal.controls; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.openhab.core.library.types.StringType; /** * Test class for (@link LxControlTracker} * * @author Pawel Pieczul - initial contribution * */ public class <API key> extends LxCo...
package moCreatures.items; import net.minecraft.src.EntityPlayer; import net.minecraft.src.Item; import net.minecraft.src.ItemStack; import net.minecraft.src.World; import moCreatures.entities.EntitySharkEgg; // Decompiler options: packimports(3) braces deadcode public class ItemSharkEgg extends Item { public ItemS...
package org.eclipse.egit.ui.internal.decorators; import java.io.IOException; import java.util.Map; import java.util.WeakHashMap; import org.eclipse.core.resources.IResource; import org.eclipse.egit.core.GitProvider; import org.eclipse.egit.core.project.RepositoryMapping; import org.eclipse.egit.ui.Activator; import org...
// Generated from C:\SIB\Code\WASX.SIB\dd\SIB\ws\code\sib.mfp.impl\src\com\ibm\ws\sib\mfp\schema\JsHdrSchema.schema: do not edit directly package com.ibm.ws.sib.mfp.schema; import com.ibm.ws.sib.mfp.jmf.impl.JSchema; public final class JsHdrAccess { public final static JSchema schema = new JsHdrSchema(); public fin...
******************************************************************************* // * accompanies this distribution, and is available at //package org.lttng.scope.lami.ui.viewers; //import org.eclipse.jface.viewers.TableViewer; //import org.eclipse.swt.SWT; //import org.eclipse.swt.widgets.Composite; //import org.lttng....
package org.eclipse.kapua.kura.simulator.app.deploy; import org.eclipse.kapua.kura.simulator.payload.Metric; import org.eclipse.kapua.kura.simulator.payload.Optional; public class <API key> { @Metric("dp.name") private String name; @Metric("dp.version") private String version; @Metric("job.id") ...
package org.eclipse.hawkbit.ui.common.tagdetails; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Optional; import java.util.Set; import org.eclipse.hawkbit.repository.model.DistributionSet; import org.eclipse.hawkbit.repository.model.Target; import org.eclipse.hawkbit.ui....
package org.openhab.binding.fronius.internal.api; import com.google.gson.annotations.SerializedName; /** * The {@link <API key>} is responsible for storing * the "RequestArguments" node from the {@link Head} * * @author Thomas Rokohl - Initial contribution */ public class <API key> { @SerializedName("DataColle...
package org.openhab.binding.vigicrues.internal.dto.vigicrues; import java.util.List; import com.google.gson.annotations.SerializedName; public class TerEntVigiCru { public class VicTerEntVigiCru { @SerializedName("vic:aNMoinsUn") public List<VicANMoinsUn> vicANMoinsUn; /* * Currentl...
#ifndef PARSER_COMMON_H_ #define PARSER_COMMON_H_ #include <btree/btree.h> #include "btree_bison.h" struct SParserContext { StringBuffer m_Parsed; StringBuffer m_Original; <API key> m_Funcs; Allocator m_Allocator; unsigned int m_LineNo; BehaviorTreeContex...
package com.ibm.ws.security.openidconnect.server.fat.jaxrs.config.OAuth; import java.util.ArrayList; import java.util.List; import org.junit.Assume; import org.junit.BeforeClass; import org.junit.runner.RunWith; import com.ibm.websphere.simplicity.log.Log; import com.ibm.ws.security.oauth_oidc.fat.commonTest.Constants;...
package org.eclipse.kapua; /** * <API key> is thrown when <tt>null</tt> is passed to a method for an argument * or as a value for field in an object where <tt>null</tt> is not allowed.<br> * This should always be used instead of <tt><API key></tt> as the latter is too easily confused with programming bugs. * * @si...
<! This file is part of YunWebUI. YunWebUI is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that...
#include <stdarg.h> #include <stdint.h> #include <stdio.h> #include <string.h> #include "config.h" #include "common.h" #include "mem.h" #include "avassert.h" #include "avstring.h" #include "bprint.h" int av_strstart(const char *str, const char *pfx, const char **ptr) { while (*pfx && *pfx == *str) { pfx++; ...
<?php /** * WARNING: * Do not make changes to this file as it will be over-written when you upgrade CB. * To localize you need to create your own CB language plugin and make changes there. */ defined('CBLIB') or die(); return array( // 66 language strings from file plug_cbconditional/cbconditional.xml '<API key>' ...
package ca.nines.ise.util; import java.util.ArrayDeque; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.UserDataHandler; import org.w3c.dom.events.Event; import org.w3c.dom.events.EventListener; import org.w3c.dom.events.EventTarget; import org.xml.sax.Attributes; im...
package net.indrix.arara.servlets.pagination; import java.sql.SQLException; import java.util.List; import net.indrix.arara.dao.<API key>; public class <API key> extends <API key> { /** * Creates a new <API key> object, with the given number of elements per page, and * with the flag identification ...
/* This file was generated by PyBindGen 0.15.0.809 */ #define PY_SSIZE_T_CLEAN #include <Python.h> #include <stddef.h> #if PY_VERSION_HEX < 0x020400F0 #define <API key>() 1 #define Py_CLEAR(op) \ do { \ if (op) { \ ...
package dataservice.businessdataservice; import java.rmi.Remote; import java.rmi.RemoteException; import java.util.ArrayList; import po.BusinessPO; import po.DistributeReceiptPO; import po.DriverPO; import po.EnVehicleReceiptPO; import po.GatheringReceiptPO; import po.<API key>; import po.OrganizationPO; import po.Vehi...
# OpenStack ocata installation script on Ubuntu 16.04.2 # by kasidit chanchio # vasabilab, dept of computer science, # Thammasat University, Thailand # run with sudo or as root. #!/bin/bash -x cd $HOME/OPSInstaller/controller pwd apt-get -y install keystone cp files/keystone.conf /etc/keystone/keystone.conf echo "su -s...
FusionCharts.ready(function () { var gradientCheckBox = document.getElementById('useGradient'); //Set event listener for radio button if (gradientCheckBox.addEventListener) { gradientCheckBox.addEventListener("click", changeGradient); } function changeGradient(evt, obj) { //Set gradi...
#ifndef <API key> #define <API key> #include "formula_function.hpp" #include <set> namespace ai { class formula_ai; } namespace game_logic { class <API key> : public <API key> { public: explicit <API key>(ai::formula_ai& ai) : ai_(ai), move_functions() {} expression_ptr create_function(c...
/* -*- mode: c -*- */ #include "ejudge/cpu.h" #include "ejudge/errlog.h" #include <stdlib.h> int cpu_get_bogomips(void) { err("cpu_get_bogomips: not implemented"); return -1; } void <API key>(unsigned char **p_model, unsigned char **p_mhz) { *p_model = NULL; *p_mhz = NULL; }
#include <u.h> #include <libc.h> #include <bio.h> #include "pci.h" #include "vga.h" /* * ATI Mach64 family. */ enum { HTotalDisp, HSyncStrtWid, VTotalDisp, VSyncStrtWid, VlineCrntVline, OffPitch, IntCntl, CrtcGenCntl, OvrClr, OvrWidLR, OvrWidTB, CurClr0, CurClr1, ...
(function($) { jQuery.fn.upstate = function () { if ( typeof regions === 'undefined' ) return; $(this).change(function (e,init) { var $this = $(this), prefix = $this.attr('id').split('-')[0], country = $this.val(), state = $this.parents().f...
#include <stdlib.h> #include <stdio.h> #include <mikmod.h> #if !defined _WIN32 && !defined _WIN64 #include <unistd.h> /* for usleep() */ #define MikMod_Sleep(ns) usleep(ns) #else #define MikMod_Sleep(ns) Sleep(ns / 1000) #endif SAMPLE *Load(const char *fn) { char *data_buf; long data_len; FILE *fptr; /...
/* Include your headers here*/ #include <linux/kernel.h> #include <linux/module.h> #include <linux/i2c.h> /* #include <linux/i2c-id.h> */ #include <linux/init.h> #include <linux/time.h> #include <linux/sched.h> #include <linux/delay.h> #include <linux/errno.h> #include <linux/interrupt.h> #include <mach/hardware.h> #in...
/* Bluetooth HCI Management interface */ #include <linux/uaccess.h> #include <linux/interrupt.h> #include <linux/module.h> #include <asm/unaligned.h> #include <net/bluetooth/bluetooth.h> #include <net/bluetooth/hci_core.h> #include <net/bluetooth/l2cap.h> #include <net/bluetooth/mgmt.h> #include <net/bluetooth/smp.h> #...
#ifndef <API key> #define <API key> #include <WebCore/LoaderStrategy.h> #include <WebCore/PlatformStrategies.h> namespace WebKit { class <API key> : public WebCore::PlatformStrategies { public: static void initialize(); private: // WebCore::PlatformStrategies WebCore::CookiesStrategy* <API key>() override; ...
cmd_arch/arm/vfp/entry.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.entry.o.d -nostdinc -isystem /home/milind/toolchain/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/home/milind/work/kernel/<API key>/arch/arm/include -Iarch/arm/include/generated -Iinclude -include inc...
package org.xmlvm.ios; import java.util.*; import org.xmlvm.XMLVMSkeletonOnly; @XMLVMSkeletonOnly public class CFGregorianDate { /* * Variables */ public int year; public byte month; public byte day; public byte hour; public byte minute; public double second; /* * Co...
#include "IpcClient.h" #include <QTcpSocket> #include <QHostAddress> #include <iostream> #include <QTimer> #include "IpcReader.h" #include "Ipc.h" IpcClient::IpcClient() : m_ReaderStarted(false), m_Enabled(false) { m_Socket = new QTcpSocket(this); connect(m_Socket, SIGNAL(connected()), this, SLOT(connected()));...
#if UNITY_4_3 || UNITY_4_3_0 || UNITY_4_3_1 #define UNITY_4_3 #elif UNITY_4_0 || UNITY_4_0_1 || UNITY_4_1 || UNITY_4_2 #define UNITY_4 #elif UNITY_3_0 || UNITY_3_0_0 || UNITY_3_1 || UNITY_3_2 || UNITY_3_3 || UNITY_3_4 || UNITY_3_5 #define UNITY_3 #endif using UnityEngine; using UnityEditor; using System.Collections; us...
package com.openkm.frontend.client.bean; import com.google.gwt.user.client.rpc.IsSerializable; /** * @author jllort * */ public class GWTUserConfig implements IsSerializable { private String user = ""; private String homePath = ""; private String homeType = ""; private String homeNode = ""; /** ...
#ifndef __STDDEF #define __STDDEF /* $Id: stddef.h,v 1.1 2002/08/28 23:59:20 drh Exp $ */ #ifndef NULL #define NULL ((void*)0) #endif #define offsetof(ty,mem) ((size_t)((char*)&((ty*)0)->mem - (char*)0)) typedef long ptrdiff_t; #if !defined(_SIZE_T) && !defined(_SIZE_T_) && !defined(_SIZE_T_DEFINED) #define _SIZE_T #de...
/*! @File @Title System Description Header @Copyright Copyright (c) Imagination Technologies Ltd. All Rights Reserved @Description This header provides system-specific declarations and macros @License Dual MIT/GPLv2 The contents of this file are subject to the MIT license as set out below. Permi...
/* $Id: PDMDevHlp.cpp $ */ /** @file * PDM - Pluggable Device and Driver Manager, Device Helpers. */ #define LOG_GROUP <API key> #include "PDMInternal.h" #include <VBox/vmm/pdm.h> #include <VBox/vmm/mm.h> #include <VBox/vmm/hm.h> #include <VBox/vmm/pgm.h> #include <VBox/vmm/iom.h> #ifdef VBOX_WITH_REM # include <VBox...
package com.avrgaming.civcraft.endgame; import java.util.ArrayList; import com.avrgaming.civcraft.main.CivGlobal; import com.avrgaming.civcraft.main.CivMessage; import com.avrgaming.civcraft.object.Civilization; import com.avrgaming.civcraft.object.Town; import com.avrgaming.civcraft.sessiondb.SessionEntry; import com....
package org.visage.jdi.request; import org.visage.jdi.<API key>; import org.visage.jdi.<API key>; import org.visage.jdi.VisageWrapper; import com.sun.jdi.ObjectReference; import com.sun.jdi.ReferenceType; import com.sun.jdi.request.StepRequest; /** * * @author sundar */ public class VisageStepRequest extends VisageE...
#include "bmalloc.h" #define EXPORT __attribute__((visibility("default"))) extern "C" { EXPORT void* mbmalloc(size_t); EXPORT void* mbmemalign(size_t, size_t); EXPORT void mbfree(void*, size_t); EXPORT void* mbrealloc(void*, size_t, size_t); EXPORT void mbscavenge(); void* mbmalloc(size_t size) { return bmalloc::ap...
package gr.softaware.lib_1_3.data.convert.csv; import java.util.List; /** * * @author siggouroglou * @param <T> A class that implements the CsvGenerationModel interface. */ final public class CsvGenerator<T extends CsvGenerationModel> { private final List<CsvGenerationModel> modelList; public CsvGenerator(L...
<?php class <API key> extends <API key> { protected $user_session = null; protected $db; protected $language_id = null; protected $filter = null; protected $user = null; protected $baseurl = ''; public function init(){ Zend_Layout::startMvc( array('layoutPat...
package de.Ox539.kitcard.reader; /** * ReadCardTask: Read an NFC tag using the Wallet class asynchronously. * * This class provides the glue calling the Wallet class and passing * the information back to the Android UI layer. Detailed error * information is not provided yet. * * @author Philipp Kern <pkern@debia...
/** * 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. ...
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <!DOCTYPE html> <html lang="es_MX"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href='htt...
#include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <dt-bindings/phy/phy-pistachio-usb.h> #define USB...
<?php defined('_JEXEC') or die; $supperAdmin = JFactory::isSupperAdmin(); // Include the component HTML helpers. JHtml::addIncludePath(JPATH_COMPONENT . '/helpers/html'); JHtml::_('bootstrap.tooltip'); JHtml::_('behavior.multiselect'); JHtml::_('formbehavior.chosen', 'select'); $user = JFactory::getUser(); $listOrder =...
/** @file storage/perfschema/pfs_setup_object.cc Performance schema setup object (implementation). */ #include "my_global.h" #include "my_sys.h" #include "my_base.h" #include "sql_string.h" #include "pfs.h" #include "pfs_stat.h" #include "pfs_instr.h" #include "pfs_setup_object.h" #include "pfs_global.h" /** @add...
#!/usr/bin/env python import glob, os, sys import sipconfig from PyQt4 import pyqtconfig def get_diana_version(): depends = filter(lambda line: line.startswith("Depends:"), open("debian/control").readlines()) for line in depends: pieces = line.split() for piece in pieces: ...
// <API key>: GPL-2.0 #include "core/subsurface-string.h" #include "qPrefDisplay.h" #include "qPrefPrivate.h" #include <QApplication> #include <QFont> static const QString group = QStringLiteral("Display"); QPointF qPrefDisplay::st_tooltip_position; static const QPointF <API key> = QPointF(0,0); QString qPrefDisplay::s...
from datetime import datetime from flask import current_app from flask.cli import with_appcontext from invenio_db import db from hepdata.cli import fix from hepdata.ext.elasticsearch.api import index_record_ids, push_data_keywords from hepdata.modules.submission.models import HEPSubmission, DataSubmission from hepdata....
html, body { background: #fff; } body { margin: 0; /* Required */ } #desktop { position: relative; min-width: 400px; /* Helps keep header content from wrapping */ height: 100%; min-height: 100%; overflow: hidden; cursor: default; /* Fix for issue in IE7. IE7 wants to use the I-bar text c...
#include <ctype.h> #include <stdio.h> #include <fcntl.h> #include <errno.h> #include <utilstr.h> #include <rawverse.h> #include <versekey.h> #include <sysdata.h> #include <filemgr.h> #include <swbuf.h> <API key> /****************************************************************************** * RawVerse Statics */ int ...
// <API key>.h // Breannan Smith // Last updated: 09/16/2015 #ifndef <API key> #define <API key> #include "scisim/Constraints/Constraint.h" class <API key> final : public Constraint { public: // sphere_idx: index of sphere // r: radius of sphere // n: collision normal // kinematic_index: index of the kinematic ...
#pragma once #ifndef <API key> #define <API key> #include "UpdateFieldFlags.h" // Auto generated for version 17359 // > Object uint32 <API key>[OBJECT_END] = { UF_FLAG_PUBLIC, // OBJECT_FIELD_GUID UF_FLAG_PUBLIC, // OBJECT_FIELD_GUID UF_FLAG_PUBLIC, // OBJECT_FIELD_DATA UF_FLAG_PUBLIC, // OBJECT_FIELD_D...
package gitmad.bitter.ui; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import gitmad.bitter.R; import gitmad.bitter.model.Comment; import gitmad.bitter.model.User; import j...
#!/bin/sh # <API key>: LGPL-2.1-or-later set -eu cd "$MESON_SOURCE_ROOT" if [ ! -f .git/hooks/pre-commit.sample -o -f .git/hooks/pre-commit ]; then exit 2 # not needed fi cp -p .git/hooks/pre-commit.sample .git/hooks/pre-commit chmod +x .git/hooks/pre-commit echo 'Activated pre-commit hook'
cmd_fs/jbd/checkpoint.o := /opt/buildroot-gcc342/bin/<API key> -Wp,-MD,fs/jbd/.checkpoint.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/<API key>.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs ...
package com.frinika.tootX.midi; import java.util.logging.Level; import java.util.logging.Logger; import javax.sound.midi.<API key>; import javax.sound.midi.ShortMessage; public class MidiHashUtil { static public long hashValue(ShortMessage mess) { byte data[] = mess.getMessage(); long cmd = mess.get...
/** * SECTION:huey-enum * @short_description: Types used by huey and libhuey * * These helper functions provide a way to marshal enumerated values to * text and back again. * * See also: #CdClient, #CdDevice */ #include "config.h" #include <glib.h> #include "huey-enum.h" /** * huey_rc_to_string: * * Since: 0...
#include <iostream> #include "common.h" using namespace storage; using namespace std; StorageInterface* s = NULL; void test(const string& device) { ResizeInfo resize_info; ContentInfo content_info; if (s->getFreeInfo(device, true, resize_info, true, content_info, true)) { cout << device << " true" <...
#include <iostream> using namespace std; long long n, ans = 0; long long dn[500][500]; long long rec(long long prlvl, long long sum) { if (sum < 0) return 0; else if (sum == 0) return 1; else { if (dn[prlvl][sum] != -1) return dn[prlvl][sum]; else { long l...
# OpenStack ocata installation script on Ubuntu 16.04.2 # by kasidit chanchio # vasabilab, dept of computer science, # Thammasat University, Thailand # Run this with sudo or as root #!/bin/bash -x cd $HOME/OPSInstaller/controller pwd echo "check chrony" chronyc sources sleep 1 #apt-get -y install debconf-utils #<API ke...
#!/bin/sh test_description='Binary diff and apply ' . ./test-lib.sh test_expect_success 'prepare repository' \ 'echo AIT >a && echo BIT >b && echo CIT >c && echo DIT >d && git update-index --add a b c d && echo git >a && cat "$TEST_DIRECTORY"/test4012.png >b && echo git >c && cat b b >d' ca...
/* this file is part of ehci-hcd.c */ /* * EHCI Root Hub ... the nonsharable stuff * * Registers don't need cpu_to_le32, that happens transparently */ #ifdef CONFIG_ARCH_MXS #define MXS_USB_HOST_HACK #include <linux/fsl_devices.h> #endif #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E) #ifdef ...
#include "nateon.h" #include "error.h" const char * <API key>(unsigned int type, gboolean *debug) { static char msg[NATEON_BUF_LEN]; *debug = FALSE; switch (type) { // case 0: // g_snprintf(msg, sizeof(msg), // _("Unable to parse message")); // *debug = TRU...
<?php class <API key> extends <API key> { public function webSectionTemplate($area) { $html = ''; $html.= '<div class="row-fluid">'; $html.= '<div class="span12">'; $html.= '<div class="page-header">'; $html.= '<h1>Header Layout Default</h1>'; ...
#ifndef _ASMARM_PGTABLE_H #define _ASMARM_PGTABLE_H #include <linux/const.h> #include <asm/proc-fns.h> #ifndef CONFIG_MMU #include <asm-generic/4level-fixup.h> #include "pgtable-nommu.h" #else #include <asm-generic/pgtable-nopud.h> #include <asm/memory.h> #include <asm/pgtable-hwdef.h> #ifdef CONFIG_ARM_LPAE #include <...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http: <head> <title>Qt 4.3: mainwindow.cpp Example File (sql/masterdetail/mainwindow.cpp)</title> <link href="classic.css" rel="stylesheet" type="text/css" /> </head> <body>...
#include "queue.h" #include <string.h> #include <stdio.h> typedef struct queue_element queue_element_t; struct queue_element { queue_element_t * next; queue_element_t * prev; queue_element_t * last; void * payload; }; void queue_add(queue_t * queue, void * ptr) { if (*queue == NULL) { queue_...
/* Some stuff to fetch, save and handle nicknames for your buddies */ void nick_set( account_t *acc, const char *handle, const char *nick ); char *nick_get( account_t *acc, const char *handle ); void nick_dedupe( account_t *acc, const char *handle, char nick[MAX_NICK_LENGTH+1] ); int nick_saved( account_t *acc, co...
#include "BitArray.h" namespace Rapid { void BitArrayT::append(char const * Bytes, std::size_t Size) { mBytes.append(Bytes, Size); } std::size_t BitArrayT::size() const { return mBytes.size() * 8; } bool BitArrayT::operator[](std::size_t Index) const { auto ByteIndex = Index / 8; auto BitIndex = Index %...