text
stringlengths
3
1.05M
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name Widdringtonia whytei Rendle ### Remarks null
package us.monoid.psql.async.message; import org.vertx.java.core.buffer.Buffer; public class Query extends FrontendMessage { public Query(Buffer buffer) { super(buffer); } public Buffer write(String sqlString) { int start = startRecord('Q'); cString(sqlString); stopRecord(start); return buffer; } }
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
package com.hczhang.hummingbird.ext.eventrouter.disruptor; import com.lmax.disruptor.EventFactory; /** * Created by steven on 1/30/15. */ public class EventPayloadFactory implements EventFactory<EventPayload> { @Override public EventPayload newInstance() { return new EventPayload(); } }
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("04...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" ...
<?php namespace AppBundle\Model; class ProductModel { private $brand; private $product; public function __construct($brand, $product) { $this->brand = $brand; $this->product = $product; } public function brand() { return $this->brand; } public function prod...
describe("RAML.Client.AuthStrategies.Oauth1.requestTokenCredentials", function() { var requestTokenCredentials, settings, token, signerFactory, xhrStub, promiseStub; beforeEach(function() { token = jasmine.createSpyObj('token', ['sign']); signerFactory = jasmine.createSpy('signerFactory').andReturn(token);...
namespace DirectX { inline namespace DX11 { enum WIC_LOADER_FLAGS : uint32_t { WIC_LOADER_DEFAULT = 0, WIC_LOADER_FORCE_SRGB = 0x1, WIC_LOADER_IGNORE_SRGB = 0x2, WIC_LOADER_SRGB_DEFAULT = 0x4, WIC_LOADER_FIT_POW2 = 0x20, WIC...
require File.expand_path(File.join(File.dirname(__FILE__), 'spec_helper.rb')) describe 'Doodle', 'kind' do temporary_constant :Foo do before :each do class Foo < Doodle has :var1, :kind => [String, Symbol] end end it 'should allow multiple kinds' do proc { Foo 'hi' }.should...
class CreateSuppliers < ActiveRecord::Migration def change create_table :suppliers do |t| t.string :name t.text :description t.timestamps null: false end end end
package jenkins.model.lazy; import java.util.ArrayList; import java.util.Arrays; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import org.junit.Test; /** * @author Kohsuke Kawaguchi */ public class SortedListTest { SortedList...
Open source security album for iOS. ## Features - multiple accounts, every password is corresponding to an independent space, so you can use other password to show the cheat space for other people. - login with Touch ID - logout when the app is reactive - import photos from photo library and auto delete them. - batch ...
OC.L10N.register( "templateeditor", { "Could not load template" : "Ei suutnud malli laadida", "Saved" : "Salvestatud", "Reset" : "Algseaded", "Sharing email (HTML)" : "E-kirjaga jagamine (HTML)", "Sharing email (plain text fallback)" : "E-kirjaga jagamine (lihttekstina)", "Lost password ...
using System; using Afnor.Silverlight.Toolkit.Services; using Afnor.Silverlight.Toolkit.ViewServices; using EspaceClient.BackOffice.Silverlight.Business.Interfaces; using EspaceClient.BackOffice.Silverlight.Business.Loader; using EspaceClient.BackOffice.Silverlight.ViewModels.ModelBuilders.Common.Modularity; using Esp...
[![Build Status](https://amplab.cs.berkeley.edu/jenkins/buildStatus/icon?job=Clipper)](https://amplab.cs.berkeley.edu/jenkins/job/Clipper/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) <img src="images/clipper-logo.png" width="200"> ## Note: Cli...
<?xml version="1.0" encoding="UTF-8" ?> <XML> <Content>UPDATE</Content> <Clip> <ClipName>INGIFH0001</ClipName> <TipoContenido>INGLES</TipoContenido> <Contenido><![CDATA[ INTERVIEWS FROM HAVANA 30JUL14]]></Contenido> ...
using System; using UnityEngine; using UnityEngine.UI; using System.Collections.Generic; using Newtonsoft.Json; using Newtonsoft.Json.Linq; public class JsonNetSample : MonoBehaviour { public Text Output; void Start() { Output.text = "Start!\n\n"; TestJson(); Sera...
package jp.co.yahoo.map.codezine_sample; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import jp.co.yahoo.map.codezine_sample.GL20SurfaceView; import jp.co.yahoo.map.codezine_sample...
09-Sep-2016 - Add a trailing slash to the URL where it's the correct GH pages URL. ### v1.1.0 08-Aug-2016 - Fix issue when there's already a build-storybook command. See: [#1](https://github.com/kadirahq/storybook-deployer/issues/1). - Add some better logs when executing commands. - Now we create a random directory...
<stix:STIX_Package xmlns:cyboxCommon="http://cybox.mitre.org/common-2" xmlns:cybox="http://cybox.mitre.org/cybox-2" xmlns:cyboxVocabs="http://cybox.mitre.org/default_vocabularies-2" xmlns:example="http://example.com" xmlns:incident="http://stix.mitre.org/Incident-1" xmlns:ttp="http://stix.mitre.org/TTP-1" xmlns...
<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" ...
title: Sjows draft: false layout: member/helpdesk --- # Sjows Bacon ipsum dolor amet quis pariatur cupim beef. Nisi drumstick reprehenderit voluptate magna sirloin pastrami dolor cow ut. Id bacon aliquip eiusmod swine, elit andouille. Aliqua mollit voluptate biltong spare ribs consequat rump ribeye jerky leberka...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using APL.SyntaxTreeGeneration; using APL.Errors; namespace APL.Runtime { class APLVariableFactory { /// <summary> /// Given a variable as a string determine its type /// </summary> ...
template 'mt-config.cgi' do path "#{node[:apache][:cgibin_dir]}#{node[:mt_prereq][:mt_config][:config_file_path]}" source "mt-config.cgi.erb" backup false mode 755 end # If mail is sent via sendmail, then we need to ensure that sendmail is # installed. if node[:mt_prereq][:mt_config][:mail_transfer] == 'sendma...
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Docs for page ByteArrayReplacementFilter.php</title> <link rel="stylesheet" hr...
describe('collection.insert()', function () { it('(document)', function () { return collection.insert({ name: 'jon' }).then(function (doc) { assert(doc._id) assert(!Array.isArray(doc)) }) }) it('([documents...])', function () { return collection.insert([{ value: 1 }, {...
module RSpec module Matchers RSpec.describe "Legacy matchers" do it 'still provides a `LegacyMacherAdapter` constant because 3.0 was released with ' \ 'it and it would be a SemVer violation to remove it before 4.0' do expect(Expectations::LegacyMacherAdapter).to be(Expectations::LegacyMatch...
package com.brighttag.agathon.resources; import com.google.inject.AbstractModule; import com.google.inject.assistedinject.FactoryModuleBuilder; /** * Guice module to wire up the resources. * * @author codyaray * @since 9/17/2013 */ public class ResourcesModule extends AbstractModule { @Override protected ...
"""Tests for visualizations.""" import pathlib from checker import stac from checker.node import visualizations import unittest Check = visualizations.Check COLLECTION = stac.StacType.COLLECTION IMAGE = stac.GeeType.IMAGE TABLE = stac.GeeType.TABLE ID = 'a/collection' FILE_PATH = pathlib.Path('test/path/should/be/...
A Java wrapper for the [MusixMatch API](https://developer.musixmatch.com/) ## Installation with Maven ```xml <dependency> <groupId>com.sachinhandiekar</groupId> <artifactId>jMusixMatch</artifactId> <version>1.1.4</version> </dependency> ``` If you prefer using the latest snapshot build, include the following l...
package org.wso2.developerstudio.codenvy.ext.runner.server.runner; import com.codenvy.api.core.notification.EventService; import com.codenvy.api.runner.RunnerException; import com.codenvy.api.runner.internal.*; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; public class CarbonServer ex...
// // XHSysatemRefreshTableViewController.m // XHRefreshControlExample // // Created by dw_iOS on 14-6-17. // Copyright (c) 2014年 曾宪华 QQ群: (142557668) QQ:543413507 Gmail:xhzengAIB@gmail.com. All rights reserved. // #import "XHSysatemRefreshTableViewController.h" @interface XHSysatemRefreshTableViewController () ...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en-US" xml:lang="en-US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>3.2.3 References &#8212; Documentation &#8212; Puppet Labs</title> <lin...
std::vector<std::string> dependencies(std::vector<std::string> const& lines) { std::vector<std::string> dep; for (auto const& line : lines) { if (strncmp(line.c_str(), "include", 7) == 0) { auto filename_start = line.find('"'); if (filename_start == std::string::npos) { continue; } ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.google.code.play2.provider.play22.Play22CoffeescriptC...
package org.elasticsearch.xpack.spatial.search.aggregations.bucket.geogrid; import org.elasticsearch.search.aggregations.Aggregator; import org.elasticsearch.search.aggregations.AggregatorFactories; import org.elasticsearch.search.aggregations.CardinalityUpperBound; import org.elasticsearch.search.aggregations.bucke...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Pristimantis factsheet on ARKive - Pristimantis pteridophilus</t...
package fr.free.nrw.commons.bookmarks; import android.content.Context; import android.os.Bundle; import android.widget.ListAdapter; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentPagerAdapter; import java....
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>resetState</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/s...
"""Tests for object detection model library.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import functools import os import unittest import numpy as np import tensorflow.compat.v1 as tf from object_detection import inputs from object_detection import...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
@interface UIThreadCrashViewController : UIViewController @end
* `+` indicates connected pin * `o` indicates unconnected pin * `=` is used to list other things the pin is connected to * `-`s inserted between some of the pin functions for readability ### MCP23018 Vss(GND) +01---.---28+ NC NC +02 27+ GPA7 ...
<?xml version="1.0" encoding="UTF-8" ?> <!-- generated by ToXgene Version 2.3 on Thu Jun 07 16:17:45 EDT 2007 --> <Security id="29674" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tpox-benchmark.com/security" xsi:schemaLocation="http://tpox-benchmark.com/security security.xsd"> <...
package com.photon.phresco.impl; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Map; import javax.xml.parsers.ParserConfigurationException; import org.apache.commons.collections.CollectionUtils; import org.xml.sax.SAXExceptio...
package io.github.mzmine.util.spectraldb.parser; import io.github.mzmine.datamodel.DataPoint; import io.github.mzmine.datamodel.impl.SimpleDataPoint; import io.github.mzmine.taskcontrol.AbstractTask; import io.github.mzmine.util.spectraldb.entry.DBEntryField; import io.github.mzmine.util.spectraldb.entry.SpectralLib...
set -e # Install the IncludeOS libraries (i.e. IncludeOS_home) from binary bundle # ...as opposed to building them all from scratch, which takes a long time # # # OPTIONS: # # Location of the IncludeOS repo: # $ export INCLUDEOS_SRC=your/github/cloned/IncludeOS # # Parent directory of where you want the IncludeOS li...
/* Userman Index user documents that are in status 'blocked'. Value: null. */ function(doc) { if (doc.userman_doctype !== 'user') return; if (doc.status === 'blocked') emit(doc.modified, null); }
package com.netflix.servo.monitor; import com.netflix.servo.SpectatorContext; import com.netflix.servo.annotations.DataSourceType; import com.netflix.servo.tag.TagList; import com.netflix.servo.util.Throwables; import java.util.concurrent.Callable; /** * A gauge implementation that invokes a specified callable to ...
package waddell import ( "encoding/binary" "fmt" "github.com/getlantern/buuid" "github.com/getlantern/framed" "github.com/getlantern/golog" ) const ( PeerIdLength = buuid.EncodedLength TopicIdLength = 2 WaddellHeaderLength = PeerIdLength + TopicIdLength WaddellOverhead = framed.FrameHeaderL...
//////////////////////////////////////////////////////////////////////////////// // // Copyright 2006 - 2015, Paul Beckingham, Federico Hernandez. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the...
========== ## This Week in Mobile Web Development (#151) #### https://mobilewebweekly.com/issues/151 ========== 1. [https://mobilewebweekly.com/link/4532/rss](https://mobilewebweekly.com/link/4532/rss) 2. [https://mobilewebweekly.com/link/4533/rss](https://mobilewebweekly.com/link/4533/rss) 3. [https://mobilew...
using System; using System.Collections.Generic; namespace Glyma.UtilityService.Proxy { public interface IExportJob { Guid Id { get; } ExportType Type { get; } DateTime Created { get; } IGlymaUser CreatedBy { get; } ExportStatus Status { get; } MapType MapTy...
import Blockly from 'node-blockly/browser'; Blockly.JavaScript['stop_motor'] = function (block) { var motor = Blockly.JavaScript.valueToCode(block, 'MOTOR', Blockly.JavaScript.ORDER_ATOMIC); let actualMotor = eval(motor); return(`bot.motors.${actualMotor.motor}.stop();\n`) };
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_13) on Wed Feb 03 13:12:58 GMT 2010 --> <TITLE> TemporaryFilesystem </TITLE> <META NAME="date" CONTENT="2010-02-03"> <LINK REL ="stylesh...
package no.nordicsemi.android.nrftoolbox.widget; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.view.LayoutInflater; import android.view.View; import android.widget.Button; import android.widget.TextView; import java.util.ArrayList; import no.no...
package com.lady.viktoria.lightdrip.RealmConfig; import android.app.Application; import io.realm.Realm; import io.realm.RealmConfiguration; public abstract class RealmBaseApplication extends Application { private RealmConfiguration realmConfiguration; protected RealmConfiguration getRealmConfig(String name...
package com.revo.display.views.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.google.android.gms.maps.CameraUpdateFactory; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.MapView; import com.g...
using System.Collections.Generic; using System.Text; public class Person { public string Name { get; set; } public string BirthDay { get; set; } public List<Person> Parents { get; set; } public List<Person> Children { get; set; } public Person() { this.Parents = new List<Person>();...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging;...
package net.wedjaa.jasper.elasticsearch.query; import net.sf.jasperreports.engine.JRException; import net.sf.jasperreports.engine.query.JRQueryExecuterFactoryBundle; import net.sf.jasperreports.engine.query.QueryExecuterFactory; import net.sf.jasperreports.engine.util.JRSingletonCache; import net.wedjaa.jasper.elast...
package com.ibatis.jpetstore.domain; import java.io.Serializable; import java.math.BigDecimal; public class LineItem implements Serializable { private int orderId; private int lineNumber; private int quantity; private String itemId; private BigDecimal unitPrice; private Item item; priv...
<?php /** * @namespace */ namespace Zend\Locale\Exception; /** * @uses \Zend\Locale\Exception * @category Zend * @package Zend_Locale * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License *...
<?php namespace app\models; use Yii; use yii\base\Model; use yii\data\ActiveDataProvider; use app\models\ProgramSubject; /** * ProgramSubjectSearch represents the model behind the search form about `app\models\ProgramSubject`. */ class ProgramSubjectSearch extends ProgramSubject { /** * @inheritdoc *...
A simple and (hopefully) portable floating-point interval arithmetic library in OCaml. Original repository: [https://github.com/monadius/ocaml_simple_interval](https://github.com/monadius/ocaml_simple_interval) ## References - S. Rump, P. Zimmermann, S. Boldo, G. Melquiond [*Computing predecessor and successor in...
const Backbone = require('backbone'); const AvatarSelector = require('dashboard/components/avatar-selector/avatar-selector-view'); const ConfigModel = require('fixtures/dashboard/config-model.fixture'); const AssetModel = require('dashboard/data/asset-model'); describe('dashboard/components/avatar-selector/avatar-sele...
package chapter.twentytwo object ExerciseEight extends App { }
<?php namespace Amolood\countrycodeToCountryname\Exceptions; class InvalidCountryCode extends \Exception { }
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CompilerConfiguration"> <resourceExtensions /> <wildcardResourcePatterns> <entry name="!?*.java" /> <entry name="!?*.form" /> <entry name="!?*.class" /> <entry name="!?*.groovy" /> <entry name="!?*.scal...
#include "ClientToolsTf2.h" #include "addresses.h" #include "RenderView.h" #include <tf2/sdk_src/public/tier1/KeyValues.h> #include <tf2/sdk_src/public/tools/bonelist.h> #include <shared/StringTools.h> #include <Windows.h> #include <deps/release/Detours/src/detours.h> SOURCESDK::CStudioHdr * g_t...
package org.gobiiproject.gobiidtomapping.impl; import org.gobiiproject.gobiidao.GobiiDaoException; import org.gobiiproject.gobiidao.filesystem.access.InstructionFileAccess; import org.gobiiproject.gobiidtomapping.*; import org.gobiiproject.gobiimodel.config.ConfigSettings; import org.gobiiproject.gobiimodel.config.Gob...
<!DOCTYPE html> <html id="b6983185c38043acbad7e60bda087c5b:97140237" data-origid="97140237" class="anndoc" data-anndoc-version="2.0" lang="" xml:lang="" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"/> <meta name="generator" content="org.rostlab.relna"/> <title>b6983185c38043acbad7e60bda087c5...
add_test(meta "/home/evelina/Downloads/eigen-eigen-b30b87236a1b/test/runtest.sh" "meta") set_tests_properties(meta PROPERTIES LABELS "Official") add_test(sizeof "/home/evelina/Downloads/eigen-eigen-b30b87236a1b/test/runtest.sh" "sizeof") set_tests_properties(sizeof PROPERTIES LABELS "Official") add_test(dynalloc "/ho...
<a href='https://github.com/angular/angular.js/edit/master/src/Angular.js?message=docs(ngJq)%3A%20describe%20your%20change...#L1045' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/master/src/Angular.js#L1045'...
 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Slalom.Stacks.Services.Logging { internal class NullResponseLog : IResponseLog { public Task Append(ResponseEntry entry) { return Task.FromResult(0); } public Task<IEnumerable...
'use strict'; function awaitable() { return Promise.resolve(); } module.exports.syncMethod = () => 42; module.exports.asyncMethod = async () => { await awaitable(); return 42; };
 #include <aws/neptune/model/DBCluster.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> using namespace Aws::Utils::Xml; using namespace Aws::Utils; namespace Aws { namespace Neptune { namespace Model ...
namespace _01.Shoot_List_Elements { using System; using System.Collections.Generic; public class ShootListElements { public static void Main() { var isBanged = false; var shotedNumber = 0; var averageSumNumbers = 0.0; var currentElements ...
<!-- Copyright (C) 2015 Orange Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wr...
package com.codingbat.java; /** * The class is contains solution for Recursion-1 section. */ public class Recursion1 { /** * Given n of 1 or more, return the factorial of n, which is n * (n-1) * (n-2) ... 1. Compute the * result recursively (without loops). * * @param number the input numbe...
<bill session="110" type="h" number="6977" updated="2009-01-09T07:11:46-05:00"> <status><introduced date="1221710400" datetime="2008-09-18"/></status> <introduced date="1221710400" datetime="2008-09-18"/> <titles> <title type="short" as="introduced">Loan Shark Prevention Act</title> <title type="official" as="i...
using System; using System.Collections.Generic; using System.Text; namespace System.Windows.Baml2006 { struct Baml6ConstructorInfo { public Baml6ConstructorInfo(List<Type> types, Func<Object[], object> ctor) { _types = types; _constructor = ctor; } List...
namespace blink { namespace { // This class wraps the promise resolver used when creating MediaKeys // and is passed to Chromium to fullfill the promise. This implementation of // completeWithCdm() will resolve the promise with a new MediaKeys object, // while completeWithError() will reject the promise with an excep...
package silvertiger.tutorial.lwjgl.game; import silvertiger.tutorial.lwjgl.math.Vector2f; /** * This class represents an axis-aligned bounding box. * * @author Heiko Brumme */ public class AABB { public Vector2f min, max; public AABB(Entity entity) { min = new Vector2f(entity.getX(), entity.get...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
<?php namespace Crudforge\CrudforgeBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; class UsersType extends AbstractType { public function buildForm(FormBuilderInterface $builder, array $options)...
<?php use yii\db\Schema; use yii\db\Migration; class m151016_072714_add_order_check_column extends Migration { public function up() { $this->addColumn( '{{%order}}', 'is_new', Schema::TYPE_INTEGER ); } public function down() { $this->dropColumn('{{%order}}', 'is_new'); } }
package org.apache.flink.table.connector.source; import org.apache.flink.annotation.PublicEvolving; import org.apache.flink.streaming.api.datastream.DataStream; import org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator; import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment; i...
@interface MineViewController : UIViewController @end
<?php class Mage_Adminhtml_Block_Sales_Order_Status_Assign extends Mage_Adminhtml_Block_Widget_Form_Container { public function __construct() { $this->_controller = 'sales_order_status'; $this->_mode = 'assign'; parent::__construct(); $this->_updateButton('save', 'label'...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.2 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
import { Component, ViewChild } from '@angular/core'; import { jqxTreeComponent } from '../../../jqwidgets-ts/angular_jqxtree'; @Component({ selector: 'app-root', templateUrl: './app.component.html' }) export class AppComponent { @ViewChild('myTree') myTree: jqxTreeComponent; myTreeOnInitialized():...
.glyphicon { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-ok:before { content: "\f00c"; }
package androidcomponents import ( "bufio" "bytes" "fmt" "os" "path/filepath" "regexp" "strings" "time" "github.com/bitrise-io/go-android/sdk" "github.com/bitrise-io/go-android/sdkcomponent" "github.com/bitrise-io/go-android/sdkmanager" "github.com/bitrise-io/go-utils/command" "github.com/bitrise-io/go-u...
// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.firstrun; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * T...
<div class="commune_descr limited"> <p> Espalais est un village géographiquement positionné dans le département de Tarn-et-Garonne en Midi-Pyrénées. Elle totalisait 381 habitants en 2008.</p> <p>Si vous envisagez de demenager à Espalais, vous pourrez aisément trouver une maison à acheter. </p> <p>Le nom...
FactoryGirl.define do factory :api_server, :class => 'Api::Server' do host "example.com" port 80 end end
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>ott: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
/// WARNING: Users of TensorFlow Lite should not include this file directly, /// but should instead include "third_party/tensorflow/lite/c/c_api.h". /// Only the TensorFlow Lite implementation itself should include this /// file directly. #ifndef TENSORFLOW_LITE_CORE_C_C_API_H_ #define TENSORFLOW_LITE_CORE_C_C_API_H_ ...