answer
stringlengths
15
1.25M
#include "<API key>.h" #include "../board.h" #include "../items/bi_polygon.h" #include <QtCore> namespace librepcb { namespace project { <API key>::<API key>(BI_Polygon& polygon) noexcept : UndoCommand(tr("Remove polygon from board")), mBoard(polygon.getBoard()), mPolygon(polygon) { } <API key>::~<API key>() ...
<!DOCTYPE html> <html> <head> <title>Introduction to Genome Annotation</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <style type="text/css"> @import url(https://fonts.googleapis.com/css?...
#include <stdlib.h> #include <stdbool.h> #include <stdio.h> #include <algorithm> #include <iostream> #include <fstream> #include <string> #include <vector> #include <ext/json/cJSON.h> #include <ert/util/util.h> #include <ert/util/test_util.h> #include <ert/util/test_work_area.hpp> #include <ert/enkf/value_export.hpp> n...
/* -*- Mode: C++; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 2 -*- */ #ifndef _GENERALLAYOUT_H_ #define _GENERALLAYOUT_H_ #include <list> #include <gtkmm/drawingarea.h> #include "generalmodule.hpp" //#include "vector2D.hpp" class GeneralLayout: public Gtk::DrawingArea { public: GeneralLayout(); virtual...
Bitrix 16.5 Business Demo = <API key> Bitrix 17.0.9 Business Demo = <API key>
package com.aliyun.api.ess.ess20140828.response; import com.aliyun.api.AliyunResponse; import com.taobao.api.internal.mapping.ApiField; /** * TOP API: ess.aliyuncs.com.DetachInstances.2014-08-28 response. * * @author auto create * @since 1.0, null */ public class <API key> extends AliyunResponse { private stat...
#!/usr/bin/python from src.sqllist import GLOBALS class BasicResolver(object): """General resolver class""" def __init__(self, conn=None): self.conn = conn pass def resolve(self, detections, sources): """Template resolve function. Returns resolution status and an array of xtr...
/* * Styling for DataTables with Semantic UI */ table.dataTable.table { margin: 0; } table.dataTable.table thead th, table.dataTable.table thead td { position: relative; } table.dataTable.table thead th.sorting, table.dataTable.table thead th.sorting_asc, table.dataTable.table thead th.sorting_desc, table.dat...
package net.minecraft.client.gui; import java.io.IOException; import java.util.Random; import net.minecraft.client.resources.I18n; import net.minecraft.util.<API key>; import net.minecraft.world.GameType; import net.minecraft.world.WorldSettings; import net.minecraft.world.WorldType; import net.minecraft.world.storage....
using System.Collections.Generic; using System.Drawing; using System.Drawing.Drawing2D; using System.Linq; using FluentAssertions; using GitUI; using GitUI.UserControls.RevisionGrid.Graph; using <API key>; using NSubstitute; using NUnit.Framework; namespace GitUITests.UserControls.RevisionGrid.Graph { [TestFixture]...
// This file is part of go-elementrem. // go-elementrem is free software: you can redistribute it and/or modify // (at your option) any later version. // go-elementrem is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // +build linux darwin netbsd openbsd...
#(1) Katal (0.3.3) A (Python3/GPLv3/OSX-Linux-Windows/CLI) project, using no additional modules than the ones installed with Python3. This project requires the installation of **one** file (katal.py). Create a catalogue from various source directories, without any duplicate. Add some tags to the files. * license : GPL-...
#ifndef <API key> #define <API key> #include "spellcreationdialog.hpp" #include "../mwbase/windowmanager.hpp" #include "../mwmechanics/enchanting.hpp" namespace MWGui { class ItemSelectionDialog; class ItemWidget; class EnchantingDialog : public WindowBase, public ReferenceInterface, public EffectEditorBase...
// 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 #pragma once #include "swrenderer/viewport/r_walldrawer.h" #include "r_line.h...
package com.xminds.aws.cognito; /** * Maintains SDK configuration. */ public final class <API key> { /** * Maximum threshold for refresh tokens, in milli seconds. */ private static long <API key> = 1800 * 1000; /** * Minimum threshold for refresh tokens, in milli seconds. */ privat...
function changeQueryStr(name, value) { var query = window.location.search.substring(1), newQuery = '?', notFound = true, vars = query.split('&'); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split('='); if (pair == '' || pair[0] == 'page') continue; if (pair...
import Route from '@ember/routing/route' import resetScroll from 'radio4000/mixins/reset-scroll' export default Route.extend(resetScroll, {})
#ifndef PLAYLIST_QUEUE_HH #define PLAYLIST_QUEUE_HH #include <vector> #include <gtkmm.h> #include <GUI/playlist.h> #include <GUI/fidel-popover.h> #include <Utilities/util.h> class FidelPopover; class FidelOptions; class PlaylistQueue : public Playlist{ public: PlaylistQueue(); PlaylistQueue(Gtk::Button *<API key>)...
# originally from # supousse django-syncr should be installed as external app and this code # inherit from that, but django-syncr have not a setup.py file (so can't be # added in src/pinax/requirements/external_apps.txt) and is not migrated to git # (so can add a setup.file in a different fork from svn trunk) import ti...
#include <linux/signal.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/string.h> #include <linux/types.h> #include <linux/ptrace.h> #include <linux/mman.h> #include <linux/mm.h> #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/init.h> #include <linux/tty...
// of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // copies of the Software, and to permit persons to whom the Software is furnished // to do so, subject to the following conditions: // all copies or substanti...
package uni.miskolc.ips.ilona.positioning.web; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.<API key>; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Co...
{% extends 'common/master-page/master-page.html' %} {% block title %} SharingCars {% endblock %} {% block contents %}{% load staticfiles %} <div id="content"> <div class="container"> <div class="row"> <div class="col-lg-12"> {% for announcement in object_list %} <...
package l2s.authserver.network.l2; import java.io.IOException; import java.nio.ByteBuffer; import java.security.interfaces.RSAPrivateKey; import l2s.authserver.Config; import l2s.authserver.accounts.Account; import l2s.authserver.crypt.LoginCrypt; import l2s.authserver.crypt.ScrambledKeyPair; import l2s.authserver.netw...
// <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 ImageClient.Properties { [global::System.Runtime.CompilerServices.<API key>()] [global::System.CodeDom.Compile...
#include "stdafx.h" #include "Helper.h" #include "common.h" Helper::Helper(void) { x = rand() % wide; y = 0; type = rand() % 5; exist = true; } Helper::~Helper(void) { } //wide //height void Helper::get(Player* p) { y += 2; if (y >= height) { y = height-1; exist = false; ...
global.should = require('should'); global.Breadboard = require('../lib');
package net.therap.controller; import net.therap.domain.Notification; import net.therap.domain.User; import net.therap.service.NotificationService; import net.therap.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springfra...
<?php if(!isset($_SESSION)) { session_start(); } if(!isset($_SESSION['login'])) { die('Please sign in'); } else { if($_SERVER["HTTPS"] != "on") { die('Must use HTTPS'); } } session_write_close(); //var_dump($_REQUEST); if(isset($_REQUEST['d'])&&isset($_REQUEST['s'])) { $base_dir="/va...
DevID="2" DevType="Aircon" MQTT_Server="192.168.1.1" MQTT_Port="1883" WiFi_SSID="taihenkaku" WiFi_PSK="18577288034" Temp=0 Humi=0 function wait(t) tmr.delay(t*1000) end function mseconds() return tmr.now()/1000 end function moto_duty(p) pwm.setduty(2,p) end function led1_duty(p) pwm.setduty(4,1023-p) en...
#!/usr/bin/perl use strict; use warnings; use CGI; # use Data::Dumper; use C4::Context; use C4::Auth; my $q = CGI->new(); my ($template, $loggedinuser, $cookie) = <API key>( { template_name => "admin/admin-home.tt", # whatever, we don't really use the template anyway. query => $q, ...
#!/bin/bash ulimit -s unlimited # module load #module load intel/14.0.1 #module load gcc/5.2.0 #module load openmpi/1.4.4-intel-v12.1 #module load intel-mkl/11.0/1/64 #module load intel/13.0/64/13.0.1.117 #module load openmpi/intel-13.0/1.6.3/64 system='slurm' # Submit directory if [ $system == 'slurm' ]; then expo...
package com.sigmasq.timely.solver; public class CloudComputer { private int cpuPower; private int memory; private int networkBandwidth; private int cost; public int getCpuPower() { return cpuPower; } public int getMemory() { return memory; } public int getNetworkBandw...
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>QXmpp: Hierarchical Index</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javaScript" src="...
#!/usr/bin/env python # coding=utf-8 import flask from flask import flash from flask_login import login_required from rpress.models import SiteSetting from rpress.database import db from rpress.runtimes.rpadmin.template import render_template, navbar from rpress.runtimes.current_session import get_current_site, <API ke...
# deleteVideos() # This is a stored-procedure which has the capacity to wreck # ... havoc by the user, wittingly or unwittingly. As a result, # ... it will have to be heavily checked. # Questions of usability-design: # 1. does the user delete by vid? maybe the app can query, then collect them # ... dynamically, and ama...
namespace GoogleCast.Messages { <summary> Interface for a message </summary> public interface IMessage { <summary> Gets the message type </summary> string Type { get; } } }
function PingPongPaddle(x, y, z, radius) { this.x = x; this.y = y; this.z = z; this.radius = radius; } PingPongPaddle.prototype = { rotation: new THREE.Vector3(0, 0, 0), init: function(scene) { var tableImage = THREE.ImageUtils.loadTexture('images/paddle_texture.jpg'); //var geom...
package com.fastaccess.data.dao.types; import androidx.annotation.StringRes; import com.fastaccess.R; public enum IssueState { open(R.string.opened), closed(R.string.closed), all(R.string.all); int status; IssueState(@StringRes int status) { this.status = status; } @StringRes public ...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.Common; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sudemax.Properties; using Sudemax.FormExtension; using Sudemax.<API key>; namespace Sudemax { public...
! ! ! This file is part of the SternheimerGW code. ! Parts of this file are taken from the Quantum ESPRESSO software ! P. Giannozzi, et al, J. Phys.: Condens. Matter, 21, 395502 (2009) ! ! Copyright (C) 2010 - 2018 Quantum ESPRESSO group, ! Henry Lambert, Martin Schlipf, and Feliciano Giustino ! ! SternheimerGW is free...
// This file is part of MPfm. // MPfm is free software: you can redistribute it and/or modify // (at your option) any later version. // MPfm is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the using System; using System.Collections.Generic; using System.IO...
package com.houtekamert.testmod1.item; import com.houtekamert.testmod1.creativetab.CreativeTabTM1; import com.houtekamert.testmod1.reference.Reference; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.item.Item...
#include <assimp/cimport.h> #include <assimp/postprocess.h> #include <assimp/scene.h> #include <functional> #include "opengl/mesh.h" Mesh::Mesh(const std::string& filename, unsigned int index): hash(Mesh::pre_hash(filename, index)) { const aiScene* scene = aiImportFile(filename.c_str(), <API key> | <API key>); ...
<?php /* Biblio Topic Adding Pop Windows */ // key to authenticate define('INDEX_AUTH', '1'); // main system configuration require '../../../sysconfig.inc.php'; // IP based access limitation require LIB.'ip_based_access.inc.php'; do_checkIP('smc'); do_checkIP('smc-bibliography'); // start the session require SB.'admin/...
using System; using Chronos.Model; namespace Chronos.Java.BasicProfiler { [Serializable] public sealed class ThreadInfo : UnitBase { public ThreadInfo(ThreadNativeInfo threadInfo) : base(threadInfo) { } private ThreadNativeInfo ThreadNativeInfo { ...
<!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"/> <title>GNU Radio 7f75d35b C++ API: siso_type.h File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.c...
<?php namespace PhpOffice\PhpSpreadsheet\Worksheet; use ArrayObject; use PhpOffice\PhpSpreadsheet\Calculation\Calculation; use PhpOffice\PhpSpreadsheet\Cell\Cell; use PhpOffice\PhpSpreadsheet\Cell\Coordinate; use PhpOffice\PhpSpreadsheet\Cell\DataType; use PhpOffice\PhpSpreadsheet\Cell\DataValidation; use PhpOffice\Php...
function InstrumentSelector(list) { this.instruments = list; this.currentInstrument; this.<API key>(); } InstrumentSelector.prototype.addInstrument = function (type, url, colorCode) { var l = this.instruments.push(new Instrument(type, url, colorCode)); this.<API key>(l-1); } InstrumentSelector.proto...
[![License](https: # ExchangeSetOOF programmatic setting of automatic replies (out of office) in an exchange environment based on OOF appointments. details see https://rkapl123.github.io/ExchangeSetOOF/
from __future__ import unicode_literals from __future__ import absolute_import from django.views.generic.base import <API key> from wiki.core.plugins import registry from wiki.conf import settings class ArticleMixin(<API key>): """A mixin that receives an article object as a parameter (usually from a wiki decor...
import game as game import pytest import sys sys.path.insert(0, '..') def trim_board(ascii_board): return '\n'.join([i.strip() for i in ascii_board.splitlines()]) t = trim_board def test_new_board(): def test_game(): board = game.Board(3,3,win=3) assert board.count_tokens == 0 assert board.game_status =...
#!/usr/bin/env ruby # Usage: ruby load_data.rb *txt require File.dirname(__FILE__) + '/../../../config/environment' require File.dirname(__FILE__) + '/../../load_utils' # First get hold of the region region = Region.<API key>("Denmark") region.lat = 56.2639 region.lng = 9.5018 region.country = "Denmark" region.country_...
import java.awt.Component; import java.awt.FontMetrics; import java.awt.Graphics; import javax.swing.Icon; import javax.swing.ImageIcon; import javax.swing.JTree; import javax.swing.tree.<API key>; import javax.swing.tree.<API key>; public class UnoTreeRenderer extends <API key>{ private Icon m_oMethodIcon; pri...
package antlr; /**The context needed to add root,child elements to a Tree. There * is only one alternative (i.e., a list of children). We subclass to * specialize. MakeGrammar.<API key> will work correctly * now for either a block of alts or a Tree child list. * * The first time <API key> is called, it sets the ...
#include <ags/X/ags_machine_editor.h> #include <ags/X/<API key>.h> #include <ags/object/ags_connectable.h> #include <ags/object/ags_applicable.h> #include <ags/audio/ags_output.h> #include <ags/audio/ags_input.h> #include <ags/X/ags_window.h> #include <ags/X/<API key>.h> void <API key>(<API key> *machine_editor); void ...
<?php /* * Starting player: Take the Starting player token and all the Food that has * accumulated on this Action space. Additionally, take 2 Ore (in games with 1 * to 3 players) or 1 Ruby (in games with 4 to 7 players) from the general * supply. (1 Food is added to this Action space every round.) */ namespace Cave...
package get_cocoa import ( "log" "github.com/gonum/plot" "github.com/gonum/plot/plotter" "github.com/gonum/plot/plotutil" "github.com/gonum/plot/vg" ) type PlotStruct struct { X float64 Y float64 } func Plot(series plotter.XYs) { p, err := plot.New() if err != nil { log.Fatal...
/* / / All Right Reserved. */ /* This file is designed for use with ISim build 0xcb73ee62 */ #define <API key> true #include "xsi.h" #include <memory.h> #ifdef __GNUC__ #include <stdlib.h> #else #include <malloc.h> #define alloca _alloca #endif static const char *ng0 = "D:/si...
require "rails_helper" RSpec.describe User::TeamsController, type: :controller do describe "GET #index" do context "when user is logged in" do login_user before(:each) do FactoryBot.create_list(:team_basis, 3, owner: @user) end it "returns http success" do get :index ...
html, body { border: 0; margin: 0; padding: 0; background-color: #f4f2f4; font: 400 1em Arial,Helvetica,sans-serif; } table, tbody, tr, td { border: 0; border-collapse: collapse; -moz-user-select: none; } #outer_frame { width: 750px; position: absolute; left: 50%; margin-...
#include "IMP/atom/hierarchy_tools.h" #include <IMP/SingletonContainer.h> #include <IMP/algebra/vector_generators.h> #include <IMP/atom/Atom.h> #include <IMP/atom/Chain.h> #include <IMP/atom/Copy.h> #include <IMP/atom/Domain.h> #include <IMP/atom/Fragment.h> #include <IMP/atom/Mass.h> #include <IMP/atom/Molecule.h> #in...
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Bristol Big Youth Vote */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo"> <ul class="acknowledgements"> <li><img src="<?php blo...
#ifndef _CR_ELLIPSE_H_ #define _CR_ELLIPSE_H_ #include "cr-path.h" G_BEGIN_DECLS #define CR_TYPE_ELLIPSE (cr_ellipse_get_type()) #define CR_ELLIPSE(obj) \ (<API key> ((obj), \ CR_TYPE_ELLIPSE, CrEllipse)) #define CR_ELLIPSE_CLASS(klass) \ (<API key> ((klass), \ CR_TYPE_ELLIPSE, CrEllips...
module <API key> protected def get_setting(key) @setting = Setting.find(:first, :conditions => ["key = ?", key], :limit => 1 ) return @setting.value end def path_for_thumbnail(thumbnail_name, username) path = Rails.root.join( get_setting('<API key>'), get_setting('thumb_p...
package madsdf.ardrone.controller.neuralnet; import com.google.common.eventbus.EventBus; import java.util.Arrays; import java.util.LinkedList; import java.util.ListIterator; import madsdf.shimmer.gui.AccelGyro; /** * Movement model implementing the abstract MovementModel and implementing the * processFeatures methods...
#pragma once #pragma managed(push, off) #include "<API key>.h" #pragma managed(pop) #include "MogrePlatform.h" #include "MogrePrerequisites.h" namespace Mogre { // //<API key> // public ref class <API key> : public Wrapper { //Nested Types //Private Declarations private protected...
package edu.osu.cse5236.group9.dieta; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentTransaction; import android.util.Log; import android.view.View; import android.widget.TextVi...
class SiteController < <API key> skip_before_filter :authenticate_user!, only: [:index, :weixin, :weixin_mobile] layout :action_layout def index end def main @notices=General::Notice.where("date<=? AND e_date>=?", Date.today, Date.today ) end def presentation end def weixin ...
function glitch_frame(frame) { // bail out if we have no motion vectors let mvs = frame["mv"]; if ( !mvs ) return; // bail out if we have no forward motion vectors let fwd_mvs = mvs["forward"]; if ( !fwd_mvs ) return; // clear horizontal element of all motion vectors for ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package cz.webarchiv.webanalyzer.dictionary; /** * * @author praso */ class Word implements java.lang.Comparable<Word> { private String word; public String getWord() { return word; } public voi...
/* Generated by GOB (v2.0.15) (do not edit directly) */ #include <glib.h> #include <glib-object.h> #include <libgnomevfs/gnome-vfs.h> #include "<API key>.h" #ifndef <API key> #define <API key> #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #define <API key> 5 extern GType <API key>[<API key> + 1]; /* * ...
PrettyDebug ======== PrettyDebug is a collection of classes used for a more pretty debugging than print_r using PHP >= 5.3 It has a variable dumper to use instead of print_r, and a debugger for stack tracing. PrettyDebug\VariableDumper is used to dump data in a pretty and useful manner. It is the central piece of the p...
<?php namespace OceanApplications\Postmen\Models; class Model { protected $acceptedCountries = ['ABW', 'AFG', 'AGO', 'AIA', 'ALA', 'ALB', 'AND', 'ARE', 'ARG', 'ARM', 'ASM', 'ATA', 'ATF', 'ATG', 'AUS', 'AUT', 'AZE', 'BDI', 'BEL', 'BEN', 'BES', 'BFA', 'BGD', 'BGR', 'BHR', 'BHS', 'BIH', 'BLM', 'BLR', 'BLZ', 'B...
// This file is script-generated... #ifndef VDIS_ENUMS_H #define VDIS_ENUMS_H #include <ostream> #include "vdis_enumerations.h" #include "<API key>.h" #include "ack_response_flag.h" #include "action_seq_dir.h" #include "action_seq_type.h" #include "actreq_action_ids.h" #include "actres_req_status.h" #include "afapd_ver...
title: 'Linagora : my last month' author: Deimos type: post date: 2013-06-13T10:00:33+00:00 url: /2013/06/13/<API key>/ image: /images/logo_linagora.jpg thumbnailImage: /thumbnails/logo_linagora.jpg <API key>: left categories: - Others - Private life tags: - Others - Private life ![linagora](/images/logo_linago...
<?php /** * \file htdocs/admin/prelevement.php * \ingroup prelevement * \brief Page configuration des prelevements */ require '../main.inc.php'; require_once DOL_DOCUMENT_ROOT.'/compta/prelevement/class/bonprelevement.class.php'; require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php'; requi...
//Testcase for the padding at the end of a struct and for the correct behavaior of the input alignment option. struct Test { int a; int b; int c; struct in{ int ab; double bc; } inner; int d; }; struct AlignTest { char a; char b[5]; char c; int d; char e; }; /...
package com.a4server.gameserver.network.packets.clientpackets; import com.a4server.gameserver.model.GameLock; import com.a4server.gameserver.model.GameObject; import com.a4server.gameserver.model.Hand; import com.a4server.gameserver.model.Player; import com.a4server.gameserver.model.inventory.AbstractItem; import com.a...
function addworkspace() { var selectionlayer = document.getElementById('selectedlayer'); var selection = document.getElementById('selectedworkspace'); var selectionstore = document.getElementById('selectedstore'); var geoserverurl=$("#geoserverurl").val(); if(geoserverurl=="") { me...
package com.a7av.news24h; import android.app.Application; import android.content.Context; import android.support.multidex.MultiDex; import uk.co.chrisjenx.calligraphy.CalligraphyConfig; import uk.co.chrisjenx.calligraphy.<API key>; /** * MultiDex configuration */ public class MyApplication extends Application { @...
#include "qtreversimenudialog.h" #include <QKeyEvent> #include <QApplication> #include <QDesktopWidget> #include "reversimenudialog.h" #include "qtaboutdialog.h" #include "qtreversimaindialog.h" #include "reversimenudialog.h" #include "<API key>.h" ribi::reversi::QtReversiMenuDialog::QtReversiMenuDialog(QWidget *parent...
package org.openflexo.gina.model.widget; import java.util.logging.Logger; import org.openflexo.connie.BindingModel; import org.openflexo.connie.DataBinding; import org.openflexo.gina.model.FIBComponent.<API key>; import org.openflexo.gina.model.FIBModelObject; import org.openflexo.pamela.annotations.CloningStrategy; im...
#ifndef IMAGE_H #define IMAGE_H #include <stdint.h> #define CHANNELS 4 #define ALPHA (CHANNELS - 1) typedef struct image { uint32_t width, height; // pixel dimensions of the image uint8_t* data; // pointer to an RGBA pixel buffer for the image } image; /* create an image struct * width, height: pixe...
<?php class <API key> extends Model { public function runPatch($manual = true) { $this->load->model('setting/setting'); $settings = $this-><API key>->getSetting('openbay_amazon'); if ($settings) { $this->db->query(" CREATE TABLE IF NOT EXISTS `" . DB_PREFIX . "<AP...
#! /bin/sh # This file is part of kpwgen. # kpwgen is free software: you can redistribute it and/or modify # (at your option) any later version. # kpwgen is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the cat "$@" | tr '[:upper:]' '[:lower:]' | tr -d ' ' |...
#!/usr/bin/env python # -*- coding: utf-8 -*- # This file is part of satin-python. # pyherc is free software: you can redistribute it and/or modify # (at your option) any later version. # pyherc is distributed in the hope that it will be useful, # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ...
'use strict'; const {Application} = require('backbone.marionette'); const Geppetto = require('backbone.geppetto'); const debug = require( 'debug' )( 'dpac:app', '[Context]' ); const eventLog = require( 'debug' )( 'dpac:core.events', '\u2709' ); const app = module.exports = new Application(); const AppContext = Geppetto...
package eiko.collections; public class CircularQueue<E extends Comparable<? super E>> extends <API key><E> { @SuppressWarnings("unchecked") public CircularQueue() { elements = (E[]) new Comparable[START_SIZE]; size = 0; start = 0; stop = 0; } public void enqueue(E ele...
#ifndef LIGHT_DATA_HPP #define LIGHT_DATA_HPP #include <glm/vec3.hpp> namespace como { const glm::vec3 DEFAULT_LIGHT_COLOR( 1.0f ); const float <API key> = 0.3f; struct LightData { glm::vec3 color; float ambientCoefficient; LightData() : color( DEFAULT_LIGHT_COLOR ), ambientCoefficient( <API...
<?php namespace BackBee\Rest\Controller\Annotations; class Pagination { /** * @var integer */ public $default_start = 0; /** * @var integer */ public $default_count = 100; /** * @var integer */ public $max_count = 1000; /** * @var integer */ public...
jQuery(document).ready(function(jQuery){ jQuery('.smile-upload-media').click(function(e) { _wpPluploadSettings['defaults']['multipart_params']['admin_page']= 'customizer'; var button = jQuery(this); var id = 'smile_'+button.attr('id'); var uid = button.data('uid'); var rmv_bt...
package engsoft; import junit.framework.TestCase; import java.lang.System; public class EProgressaoTest extends TestCase { public void <API key>() { Progressao p = new <API key>(); assertEquals(0, p.inicia()); assertEquals(1, p.proxTermo()); assertEquals(2, p.proxTermo()); as...
from django.contrib.contenttypes.fields import GenericForeignKey, GenericRelation from django.contrib.contenttypes.models import ContentType from django.db import models from base.models import ModelloSemplice from base.tratti import ConMarcaTemporale class Giudizio(ModelloSemplice, ConMarcaTemporale): """ Rapp...
Supplementing material for the paper ## "Moment Approximations and Model Cascades for Shallow Flow" Julia Kowalski, AICES Graduate School, RWTH Aachen University, kowalski@aices.rwth-aachen.de Manuel Torrilhon, Department of Mathematics, RWTH Aachen University, torrilhon@rwth-aachen.de # Abstract: Shallow flow ...
layout: post title: "Pandemiczna Śnieżka" subtitle: "" desc: "" keywords: [] date: 2021-02-20 18:00:00 #finished_at: 2100-02-09 12:00:00 author: "Aleksander Kwiatkowski" categories: tr...
import {Component, Input, OnInit, ViewChild} from '@angular/core'; import {Messages} from "../../models/message"; import {Threadz} from "../../models/threadz"; import {HttpClient} from "@angular/common/http"; import {MatRipple} from "@angular/material"; import {FormBuilder, FormGroup} from "@angular/forms"; @Component(...
<?php namespace App\Repositories\Implementation\Cms; use App\Repositories\Contracts\Cms\Industry as IndustryInterface; use App\Repositories\Implementation\BaseImplementation; use App\Models\Industri as IndustryModels; use App\Models\IndustriTrans as IndustryTransModels; use App\Services\Transformation\Cms\Industry as <...
# -*- 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 Import modules ... from base import * DETVIDE...
.tnotebook { margin-bottom: 5px; } .tnotebook > div.frame { border-left : 1px solid #a1a1a1; border-right : 1px solid #a1a1a1; border-bottom : 1px solid #a1a1a1; border-top : 1px solid #a1a1a1; background-color : #FAFAFA; -moz-box-shadow: 3px 3px 3px #BABABA; -webkit-box-shadow: 3...