answer
stringlengths
15
1.25M
using System; using IEC61850.Client; using System.Collections.Generic; namespace example3 { class MainClass { public static void Main (string[] args) { IedConnection con = new IedConnection (); string hostname; if (args.Length > 0) hostname = a...
<?php /** * Definitions for a census */ class <API key> extends <API key> implements <API key> { /** * When did this census occur. * * @return string */ public function censusDate() { return '16 JAN 1851'; } /** * The columns of the census. * * @return <API k...
# This file is part of Indico. # Indico is free software; you can redistribute it and/or # published by the Free Software Foundation; either version 3 of the # Indico is distributed in the hope that it will be useful, but # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU from __future__ import unicode...
package com.lh64.randomdungeon.actors.buffs; import com.lh64.randomdungeon.actors.Char; import com.lh64.randomdungeon.items.rings.RingOfElements.Resistance; import com.lh64.randomdungeon.ui.BuffIndicator; public class Paralysis extends FlavourBuff { private static final float DURATION = 10f; @Override pu...
#include "simulator/simulator.hpp" #include <functional> #include "catch.hpp" #ifdef __GNUC__ // for CATCH's CHECK macro #pragma GCC diagnostic ignored "-Wparentheses" #endif using namespace std::placeholders; using namespace sim; using asio::ip::make_address_v4; using asio::ip::address_v4; using duration = chrono::<AP...
from .base import * import os import pwd import sys DEBUG=True TEMPLATE_DEBUG = DEBUG def get_username(): return pwd.getpwuid( os.getuid() )[ 0 ] CONDA_ENV_PATH = os.getenv("CONDA_ENV_PATH") ENV_NAME = os.path.split(CONDA_ENV_PATH)[1] DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql_p...
Ext.define('Hrproject.view.mobileview.login.Change<API key>, { extend : 'Ext.app.ViewController', alias : 'controller.change<API key>, <API key> : function(btn, opts) { debugger; var form = btn.up().up(); if (form.isValid()) { var formData = form.getValues(); ...
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Sockets; using System.Text; using System.Threading; namespace Dache.Core.Communication { <summary> Implementation of auto discover manager based on Multicast UDP. </summary> public class <API key> : <AP...
#include <common.h> #include <asm/io.h> #include <i2c.h> #include "fti2c010.h" #ifndef <API key> #define <API key> 5000 #endif #ifndef <API key> #define <API key> 0 #endif #ifndef <API key> #define <API key> clk_get_rate("I2C") #endif #ifndef <API key> #define <API key> 10 #endif /* 7-bit dev address + 1-bit re...
#include <openrct2-ui/interface/Viewport.h> #include <openrct2-ui/interface/Widget.h> #include <openrct2-ui/windows/Window.h> #include <openrct2/Context.h> #include <openrct2/Game.h> #include <openrct2/Input.h> #include <openrct2/actions/<API key>.hpp> #include <openrct2/audio/audio.h> #include <openrct2/drawing/Drawin...
class CreatePhotos < ActiveRecord::Migration def self.up create_table :photos do |t| t.column :width, :integer t.column :height, :integer t.column :data, :binary t.column :thumb, :binary t.timestamps end add_reference :photos, :people, :null => false add_index :photos, :p...
#include <libopencm3/stm32/adc.h> #include <libopencm3/stm32/rcc.h> #include <libopencm3/stm32/dma.h> #include "common.h" #include "devo.h" #include <stdlib.h> #include <stdio.h> unsigned ADC_Read(unsigned channel); volatile u16 adc_array_raw[NUM_ADC_CHANNELS]; #define WINDOW_SIZE 10 #define SAMPLE_COUNT NUM_ADC_CHANNE...
<?php /** * Gen * @category iCMS * @package <API key> * @author zhangchi */ class DefaultManageGen extends BaseManageGen implements IBaseManageGen { /** * * @return string */ public function Gen() { $result = ""; $manageUserId = Control::GetManageUserId(); if ($manage...
body { margin: 0px; } div { background-repeat: no-repeat; } .raw_image { width: 100%; height: 100%; } .preload { display: none; } div.main_container { } .form_sketch { border-color: transparent; background-color: transparent; } .u0_original { background-image: url('../passo-2.<API key>/u...
package de.dingedb.dingedb; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstance...
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC '- <head> <title>Twisted Documentation: Twisted Web code examples</title> <link href="../howto/stylesheet.css" rel="stylesheet" type="text/css"/> </head> <body bgcolor="white"> <h1 class="title">Twisted Web code examples</h1> <div class="toc"><o...
import java.io.IOException; /** * Consumer #1 * @author allengordon * */ public class ProcessData { public static final int NEWLINE = 0x0A; public static final int EOL = 0x0D; public static final int MATE2BYTES = 49; public ProcessData() throws IOException, <API key> { Configs fxC = Configs....
/* Authors: Keith Whitwell <keith@tungstengraphics.com> */ #include "fo_context.h" /* This looks like a lot of work at the moment - we're keeping a * duplicate copy of the state up-to-date. * * This can change in two ways: * - With constant state objects we would only need to save a pointer, * not the whole ...
package org.tomaximo.tuuyouclass; import java.awt.BorderLayout; import java.awt.Container; import java.awt.Cursor; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputS...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.6"/> <title>Walicxe3D: /home/meithan/Desktop/walicxe3d Directory Reference</title> <link href="tabs.css"...
#include "model_dip_sqr.hpp" Ising2dDipSqr::Ising2dDipSqr( const unsigned int& size, const bool& periodic, const double& J, const double& g, const double& B, const double& T, const unsigned int& <API key>, ...
title: 'DevOps : Quelques outils intéressants' author: Deimos type: post date: 2013-02-23T11:00:46+00:00 url: /2013/02/23/<API key>/ categories: - Developement - Hi-Tech - Linux - Web tags: - Developement - Hi-Tech - Linux - Web Lorsque j’étais au FOSDEM de cette année, j’ai eu un sacré personnage qui e...
# ([C++](Cpp.md)) [C++ Core Guidelines](CppCoreGuidelines.md) The [C++ Core Guidelines](CppCoreGuidelines.md) are (from [1]): > The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++ ## External links * [C++ Core Guidelines GitHub](https://github.com/isocpp/CppCor...
#include <stdbool.h> #include <stdint.h> #include "platform.h" #if defined(USE_VTX_RTC6705) && defined(USE_VTX_CONTROL) #include "common/maths.h" #include "common/utils.h" #include "config/feature.h" #include "drivers/max7456.h" #include "drivers/time.h" #include "drivers/vtx_rtc6705.h" #include "io/vtx.h" #include "io...
def sqrt_value(x): import numpy as np y = np.sqrt(x) print('The original value is: ', x) print('The root of value is: ', y) print(' print('Scipt complete') return
set serveroutput on; declare v_nome varchar2(100); v_idade number; begin v_nome := 'Nome do fulano'; v_idade:= 30; dbms_output.put_line('Nome: ' || v_nome || ' Idade:' || v_idade); end; declare v_nome varchar2(100) := 'Nome completo'; v_idade number:=20; v_email varchar2(100):='nome@dominio....
# Iterates through each directory from here, looking for files with the .tex # extension and puts the resulting PDF into the pdf directory
package com.mfedarko.m_physics; import android.os.Bundle; import android.app.Activity; import android.content.Intent; import android.view.Menu; import android.view.MenuItem; public class MotionTermsActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(sav...
SHELL = /bin/sh include ../configure.in include ../compile_rules.in TYPEDEFLIB = libcooptypedef.a TYPEDEFOBJ = page.o cwrapper.o constants.o svd.o basicutils.o sort.o sortrev.o string.o arguments.o function.o particle.o species.o cosmology.o wrapper.o default: $(TYPEDEFLIB) $(TYPEDEFLIB): $(TYPEDEFOBJ) ar -r $@ $?...
package DataAccess.Util; import java.util.List; /** * * @author Hugo */ public interface IUtil { String getActualMonthName(); int getActualMonth(); List<Integer> getMonthsTrans(int userId); String getMonthName(int monthValue); }
<?php class ModelDesignLayout extends Model { public function addLayout($data) { $this->event->trigger('pre.admin.layout.add', $data); $this->db->query("INSERT INTO " . DB_PREFIX . "layout SET name = '" . $this->db->escape($data['name']) . "'"); $layout_id = $this->db->getLastId(); i...
<?php namespace pocketmine\block; use pocketmine\item\Item; use pocketmine\item\Tool; use pocketmine\math\AxisAlignedBB; use pocketmine\Player; class Slab extends Transparent { const STONE = 0; const SANDSTONE = 1; const WOODEN = 2; const COBBLESTONE = 3; const BRICK = 4; const STONE_BRICK = 5; ...
package com.mobc3.platform.backend.commons.architecture.pseudocdn; import java.io.*; import javax.annotation.*; public class <API key> { private String publicKeyFilename; private String publishingRoot; private String mapping; @PostConstruct public void init() throws IOException { PseudoCdnSe...
<!DOCTYPE html> <!-- Generated for mars-sim by st.pa. --> <html lang="en"> <head> <meta charset="UTF-8"> <title>Mars Simulation Project - Generated help file - Process "manufacture electrostatic precipitator"</title> <link rel="stylesheet" href="../msp.css"> </head> <body> <TT> <...
<?php $NAME='<API key> WebShell- ID 310'; $TAGCLEAR='if (ereg(\'^[[:blank:]]*cd[[:blank:]]+([^;]+)$\', $command, $regs))'; $TAGBASE64='aWYgKGVyZWcoXCdeW1s6Ymxhbms6XV0qY2RbWzpibGFuazpdXSsoW147XSspJFwnLCAkY29tbWFuZCwgJHJlZ3MpKQ=='; $TAGHEX='6966202865726567285c275e5b5b3a626c616e6b3a5d5d2a63645b5b3a626c616e6b3a5d5d2b285b5...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_202-release) on Mon Dec 02 22:38:42 GMT 2019 --> <title>T-Index</title> <meta name="date" content="2019-12-02"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript"...
package venio.mods.veniocraft.common.blocks; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.client.renderer.texture.IconRegister; import venio.mods.veniocraft.common.creativetabs.VenioTabs; /** * * @author Danis * */ public class BlockCopperOre extends Block{ ...
// Get Information about Building Locations from Database using AJAX $(document).ready(function() { // draw items onto the map var query = "action=layoutItems&parentType=Building&parentID=0"; $.post("handler.php",query,function(result) { $.each(result, function(i, val) { if(v...
<?php namespace App\Console\Commands; use Illuminate\Console\Command; class MakeCSV extends Command { /** * The name and signature of the console command. * * @var string */ protected $signature = 'blueprint:csv'; /** * The console command description. * * @var string ...
<?php require '../../storage/ProjectStorage.php'; require '../../bean/ProjectBean.php'; require '../../jsonConverter/ToJsonConverter.php'; require '../../jsonConverter/FromJsonConverter.php'; require '../../librairies/pimple/pimple.php'; require '../../storage/database/db.php'; class ProjectsDbTest extends <API key> { ...
package ch.ethz.dcg.miniplayer; public interface PlayerEventListener { public void onSongCompleted(); }
// Project ProjectForge Community Edition // This community edition is free software; you can redistribute it and/or // This community edition is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General package org.projectforge.framework.i18n; import ja...
<?php session_start(); if (isset($_SESSION['authenticated'])){ //It's all good! } else { header('Location: login.php'); }
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_20) on Thu Jul 15 12:58:56 CEST 2010 --> <TITLE> Uses of Class org.maltparser.parser.TransitionSystem (MaltParser 1.4.1) </TITLE> <META NAME="date" CONTENT="2010-07-15"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../st...
pub enum ColorName { Black, Blue, Red, Purple, Green, Cyan, Yellow, White, } pub fn number_to_color(num: u8) -> ColorName { match num { 0 => ColorName::Black, 1 => ColorName::Blue, 2 => ColorName::Red, 3 => ColorName::Purple, 4 => ColorName::Gr...
#include <libstm8/l/tim.h> void timer_set_mode(uint16_t timer_peripheral, uint8_t alignment, uint8_t direction) { uint8_t cr1 = TIM_CR1(timer_peripheral); cr1 &= ~(TIM_CR1_DIR | (TIM_CR1_CMS_MASK << TIM_CR1_CMS_SHIFT)); cr1 |= ((uint8_t) direction) | ((uint8_t) alignment); TIM_CR1(timer_peripheral) = cr1; } voi...
/** * @file fb_hal_lpc.c * @author Andreas Krebs <kubi@krebsworld.de> * @date 2008 * * @brief Hier sind ausschliesslich die <API key> aber <API key> Routinen fuer den 89LPC922 * * */ #include <P89LPC922.h> #include "fb_hal_lpc.h" unsigned char telegramm[23]; unsigned char telpos; // Zeiger auf naechste Pos...
{% extends "base.html" %} {% block content %} <div class="content-title"> {% block content_title %} {% endblock %} <p>{{ TAGLINE }}</p> </div> <div class="posts"> {% for article in articles_page.object_list %} {% if not article.unlisted or article.category == cate...
// <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> namespace Abide.Tag.Guerilla.Generated { using System; using Abide.HaloLibrary; using Abide.Tag; <summary> R...
.tab-content{ margin-top: 20px; } .shiny-progress .progress { top: 0px; height:3px; } .shiny-progress .progress-text { position: absolute; right: 10px; height: 24px; width: 480px; background-color: #eef8ff; margin: 0px; padding: 2px 3px; opacity: 0.85; }
// Get the common arduino functions #include "Arduino.h" #include "Spi.h" SPI::SPI() { // initialize the SPI pins pinMode(SCK_PIN, OUTPUT); pinMode(MOSI_PIN, OUTPUT); pinMode(MISO_PIN, INPUT); pinMode(SS_PIN, OUTPUT); // enable SPI Master, MSB, SPI mode 0, FOSC/4 mode(0); } void SPI::mode(byte config) { ...
#ifndef ERT_RANKING_TABLE_H #define ERT_RANKING_TABLE_H #ifdef __cplusplus extern "C" { #endif #include <stdbool.h> #include <ert/util/perm_vector.h> #include <ert/enkf/<API key>.hpp> typedef struct <API key> ranking_table_type; void <API key>( ranking_table_type * table, int ens_size); ranking_ta...
sudo apt-get update sudo apt-get -y install build-essential xorg-dev \ python-dev python-virtualenv python-numpy \ python-pygame libglu1-mesa-dev cmake uuid-dev \ liblapack-dev mercurial libboost-all-dev \ libatlas-base-dev subversion gfortran libxml2-dev\ liblog4cpp5-dev python-numpy python-scipy easy_instal...
// <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> namespace ABC.Debug.Properties { [global::System.Runtime.CompilerServices.<API key>()] [global::System.CodeDom.Compiler....
package ru.lightstar.clinic.servlet; import ru.lightstar.clinic.ClinicService; import ru.lightstar.clinic.exception.ServiceException; import ru.lightstar.clinic.model.Client; import ru.lightstar.clinic.persistence.RoleService; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import j...
/* % # CBRAIN Project # */ /* % # Main Stylesheet # */ /* Main BODY of the HTML document */ body { background: white; color: #484848; font-family: Verdana, sans-serif; font-size: 12px; margin: 0; min-width: 90em; padding: 0; ma...
'use strict'; (function() { angular .module('app') .directive('formBlock', formBlockDirective); function formBlockDirective() { return { restrict: 'E', scope: { block: '=', remove: '&' }, bindToController: true, transclude: false, controller: 'formBloc...
/* HOME SCREEN */ .home .main-icon { margin: 10% 0px 20px 0px; } #sideMenu { padding-top: 20px; } /* FLOAT BUTTON */ .bottom-space { margin-bottom: 80px; } .btn-floating.second { margin-right: -10px; width: 45px; height: 45px; line-height: 58px; } .btn-floating.third { bottom: 45px; ...
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.<API key>(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(de...
# -*- coding: utf-8 -*- from flask import request, abort from views.baseapi import BaseApiBlueprint, BaseApiCallback class MonsterBlueprint(BaseApiBlueprint): @property def datamapper(self): return self.basemapper.monster @property def campaignmapper(self): return self.basemapper.campaig...
package com.sk89q.craftbook.circuits.gates.world.items; import org.bukkit.Server; import com.sk89q.craftbook.ChangedSign; import com.sk89q.craftbook.circuits.ic.ChipState; import com.sk89q.craftbook.circuits.ic.IC; import com.sk89q.craftbook.circuits.ic.ICFactory; import com.sk89q.craftbook.circuits.ic.SelfTriggeredIC;...
// This file is part of Mystery Dungeon eXtended. // Mystery Dungeon eXtended is free software: you can redistribute it and/or modify // (at your option) any later version. // Mystery Dungeon eXtended is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the usi...
//Author : Pierre-Aime IMBERT //mosaicgui.imbert@gmail.com //GPLv3 licence package mosaic_gui; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Point; import java.awt.Rectangle; import java.awt.RenderingHints; import java.awt.event.ActionEvent; impo...
#include "CRdmOperate.h" #include "JSONObject.h" #include "JSONArray.h" static CRdmOperate * rdmOperate = 0; CRdmOperate::CRdmOperate() { } CRdmOperate::~CRdmOperate() { } CRdmOperate * CRdmOperate::getInstance() { if (0 == rdmOperate) { rdmOperate = new CRdmOperate(); } return rdmOperate; } str...
// Decompiled with JetBrains decompiler // Type: Wb.Lpw.Platform.Protocol.Reward.<API key> // Assembly: Wb.Lpw.Protocol, Version=2.13.83.0, Culture=neutral, PublicKeyToken=null // MVID: <API key> // Assembly location: C:\Users\CGA Computer\Desktop\LEGO Universe Stuff\LOCO Server\Unity Web Player Extractor\Saved Files\L...
// Decompiled with JetBrains decompiler // Type: Wb.Lpw.Platform.Protocol.LogCodes.GameServer.ControlServerLink.Report.Error // Assembly: Wb.Lpw.Protocol, Version=2.13.83.0, Culture=neutral, PublicKeyToken=null // MVID: <API key> // Assembly location: C:\Users\CGA Computer\Desktop\LEGO Universe Stuff\LOCO Server\Unity ...
#include <linux/module.h> #include <linux/kernel.h> static int myinit(void) { pr_info("warn_on init\n"); WARN_ON("warn_on do it"); pr_info("warn_on after\n"); return 0; } static void myexit(void) { pr_info("warn_on cleanup\n"); } module_init(myinit) module_exit(myexit) MODULE_LICENSE("GPL");
package examples.chapter03.item12; import java.util.Collections; import java.util.Set; import java.util.TreeSet; public class WordList { public static void main(String[] args) { String[] args2 = {"An", "Unordered", "String", "!"}; Set<String> s = new TreeSet<String>(); Collections.addAll(s, args2); ...
#ifndef _PLGBUFFERGROUP_H #define _PLGBUFFERGROUP_H #include "Math/hsGeometry3.h" #include "plVertCoder.h" class PLASMA_DLL plGBufferCell { public: unsigned int fVtxStart, fColorStart, fLength; public: plGBufferCell() : fVtxStart(0), fColorStart(0), fLength(0) { } plGBufferCell(const plGBufferCell& init) ...
AssaultCube Reloaded Launcher == This is the official auto-updater launcher for AssaultCube Reloaded. It can check for updates when you launch ACR. You can also launch it in an interactive mode, with which you can download or update AssaultCube Reloaded.
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // Eigen is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // Alternatively, you can redistribute it and/or // published by the Free Software Foundation; either version 2...
package tupa; import java.io.Serializable; import javafx.beans.property.IntegerProperty; import javafx.beans.property.<API key>; import javafx.beans.property.<API key>; import javafx.beans.property.StringProperty; /** * * @author Marianne */ public class Maali implements Serializable { private static int laskuri...
#ifndef TMX_PARSER_H #define TMX_PARSER_H #include <string> #include "map.h" #include "tinyxml2.h" #include "<API key>.h" #include "xml-exception.h" #include "<API key>.h" namespace tmx { /*! \brief A TMX parser that retrieves information from XML using Tinyxml2 library. */ class Parser { publi...
from ipywidgets import DOMWidget, register from traitlets import Bool, Dict, Instance, Integer, Unicode, observe, Float from aipython.searchProblem import <API key> from ... import __version__ from .searchjsonbridge import (<API key>, <API key>, <API key>) @register class SearchBuilder(DO...
<!DOCTYPE html PUBLIC "- <html> <head> <title>Singular 2-0-4 Manual: 5.1.81 nameof</title> <meta name="description" content="Singular 2-0-4 Manual: 5.1.81 nameof"> <meta name="keywords" content="Singular 2-0-4 Manual: 5.1.81 nameof"> <meta name="resource-type" content="document"> <meta name="distribution" content="glob...
package com.aurel.track.item; import java.util.ArrayList; import java.util.List; import com.aurel.track.accessControl.AccessBeans; import com.aurel.track.admin.customize.treeConfig.field.FieldDesignBL; import com.aurel.track.admin.project.ProjectBL; import com.aurel.track.admin.user.person.PersonBL; import com.aurel.tr...
#include <tsload/mempool.h> #include <tsload/hashmap.h> #include <genmodsrc.h> #include <stdio.h> const char* var_namespace = NULL; mp_cache_t var_cache; DECLARE_HASH_MAP(var_hash_map, B_FALSE, modvar_t, VARHASHSIZE, v_name, v_next, { modvar_name_t* vn = (modvar_name_t*) key; unsigned ns_hash = 0; ...
<?php $proper_name = 'Counseling Check In'; $version = '3.1.1'; $import_sql = false; $image_dir = true;
/* Declare Elf Archer */ var ELF_WISP = function( char_w,char_h,object_No,max_w,max_h,belong,loc_x,loc_y ){ MINION.call(this,char_w,char_h,object_No,max_w,max_h,belong,loc_x,loc_y); /* constructor */ this.src_frame_w = 320; this.src_frame_h = 320; this.picture_frame = 6; // Adjust size this....
<?php defined('_JEXEC') or die; $com_path = JPATH_SITE . '/components/com_content/'; require_once $com_path . 'helpers/route.php'; JModelLegacy::addIncludePath($com_path . '/models', 'ContentModel'); /** * Helper for <API key> * * @package Joomla.Site * @subpackage <API key> * * @since 1.6 */ abstract...
package adams.core.option; import adams.env.Environment; import adams.flow.control.Flow; import adams.flow.control.Tee; import adams.flow.control.Trigger; import adams.flow.sink.Console; import adams.flow.sink.Null; import adams.flow.source.ForLoop; import adams.flow.source.Start; import adams.flow.transformer.MathExpr...
<?php // 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 namespace Studip\Mobile; $<API key> = $GLOBALS['<API key>']; require_onc...
#!/usr/bin/python3 # -!- encoding:utf8 -!- from subprocess import call from ...fs.fs import <API key> from ...fs.fs import <API key> from ...fs.fs import dump_heatmap_grid from ...fs.fs import dump_heatmap_psd from ...printer.printer import print_progress baseurl = 'https://download.data.grandlyon.com/wfs/grandlyon' pa...
extern void <API key>(void); extern void <API key>(void);
/* INFO ** ** INFO */ /* Get or set globals */ var g = g || {}; (function () { 'use strict'; var MODULE_NAME = 'vt100'; function VT100(parameters) { this._context = parameters.context; this._width = parameters.width; this._height = parameters.height; this._colors = ...
<!-- AUTO-GENERATED FILE! Do not edit this directly --> <!-- File auto-generated on Sun Apr 04 21:31:44 CEST 2021. See docs/translations/translations.tpl.md --> # AuthMe Translations The following translations are available in AuthMe. Set `messagesLanguage` to the language code in your config.yml to use the language, o...
source ${prefix}/func.sh; if [ "$grub_platform" = "efi" ]; then map -f -g "${grubfm_file}"; else to_g4d_path "${grubfm_file}"; if [ -n "${g4d_path}" ]; then set g4d_cmd="map --mem (rd)+1 (fd0);map --hook;configfile (fd0)/menu.lst"; to_g4d_menu "set file=${g4d_path}\x0amap %file% (0xff) || map --mem %fil...
#include <config.h> #include "dnsio_tcp.h" #include "conf.h" #include "dnswire.h" #include "dnspacket.h" #include "socks.h" #include "proxy.h" #include <gdnsd/alloc.h> #include <gdnsd/log.h> #include <gdnsd/misc.h> #include <gdnsd/net.h> #include <netdb.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #inc...
Ext.define('Traccar.view.dialog.Login', { extend: 'Traccar.view.dialog.Base', alias: 'widget.login', requires: [ 'Traccar.view.dialog.LoginController' ], controller: 'login', header: false, closable: false, items: { xtype: 'form', reference: 'form', autoEl...
package com.godsandtowers.sprites; public interface Upgradeable { public String getName(); public String getUpgradeName(int id); public int[] getUpgradeIDs(); public long getUpgradeCost(int id); public float getBaseValue(int id); public float getUpgradedValue(int id); public void upgrade(int...
require "spec_helper" describe "monit::check::process" do context "with no parameters" do let(:title) { "postgres" } it "generates a basic config snippet" do should contain_file("/etc/monit/conf.d/postgres.monitrc").with({ "ensure" => "present", "owner" => "root", "group" =>...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="menu.css"/> </head> <body class="panel"> <div class="panel-section <API key>"> <img class="icon-section-header" id="icon" src="../data/on_32.png"/> <div class="text-section-header">noturno</div> <label cl...
package jkcemu.tools.debugger; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import java.awt.event.WindowEvent; import java.util.EventObject; import javax.swing.JLabel; import javax.swing.JSeparator; import javax.swing.JTextField; import jkcemu.base.HexDocument; public class...
<?php namespace shonflower\Http\Requests; use shonflower\Http\Requests\Request; class <API key> extends Request { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get the validation...
title: Conflict on Yavin 4 (<API key>) category: tournament # Conflict on Yavin 4 * Planet: Yavin 4 * Start date: 2017-08-31 * End date: 2017-09-06 ## Rewards * Carbonite II League: A "[Carbonite Conflict Crate (<API key>)](<API key>.html)" * Carbonite I League: 2 "[Carbonite Conflict Crates (<API key>)](<API...
# coding=utf-8 # This file is part of the GW DetChar python package. # GW DetChar is free software: you can redistribute it and/or modify # (at your option) any later version. # GW DetChar is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the """Unit tests fo...
#include "Parameters.h" #include <stdlib.h> Parameters* Parameters::instance = NULL; Parameters::Parameters() { g_window.width = 1200; g_window.height = 600; g_window.major = 3; g_window.minor = 2; g_window.msaa_factor = 1; // multisampling level g_window.<API key> = true; // fixed sample locati...
<!DOCTYPE HTML PUBLIC "- <!--NewPage <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_33) on Fri Aug 03 11:43:01 PDT 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class com.hp.hpl.jena.sparql.expr.E_StrLang (Apache Jena ARQ) </TITLE> <META NAME="date" CONTENT="2012-08-...
<?php define( 'SECURITY_CONST', true ); define( 'SYS_PATH', realpath( dirname( __FILE__ ) ) ); require_once 'core/autoload.php'; require_once 'core/input.php'; require_once 'core/request.php'; require_once 'core/route.php'; require_once 'core/view.php'; class Launcher { const LIBRARY = 'library'; const CONFI...
package org.ijsberg.iglu.sample.configuration; public interface NotifierInterface { }