text
stringlengths
3
1.05M
package territoire; import interfaces.Actualisable; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.AbstractButton; import javax.swing.Box; import layouts.LayoutLignes; import ressources.Proprietes; import ressources.compte.Compte; import compo...
<!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" xml:lang="en"> <head> <title>etc - sierra-php v1.1.3</title> <script type="text/javascript"> <!-- var _qsAbortNext = false; var _tipsIdx = 0; var _tipIds...
[NSNumber numberWithInt:expression] \
include("${CMAKE_SOURCE_DIR}/submodules/ucm/cmake/ucm.cmake") ucm_set_runtime(STATIC) if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_SCL_SECURE_NO_WARNINGS" CACHE STRING "Flags used by the compiler during all build types." FORCE) set(CMAKE_C_FLAGS "${CMAKE_...
from sklearn.decomposition import PCA from utils import * def pca(embedding_dim, data): pca_model = PCA(embedding_dim) img = np.reshape(data, (len(data), -1)) y = pca_model.fit_transform(img) return y
package org.qi4j.entitystore.qrm.internal; import org.qi4j.api.entity.EntityDescriptor; import java.util.ArrayList; import java.util.List; public class QrmMapping { private List<QrmProperty> properties = new ArrayList<QrmProperty>(); private EntityDescriptor entityDescriptor = null; public QrmMapping...
{% extends 'events/management/base.html' %} {% from 'forms/_form.html' import form_header, form_row, form_footer %} {% block title %}{% trans %}Current videoconferences{% endtrans %}{% endblock %} {% block content %} <div class="module-vc vc-management" id="vc-info-container"> {% if plugins %} ...
@interface STWheelsVC () @property (nonatomic,strong) NSMutableArray *wheelsArray; @end @implementation STWheelsVC - (NSMutableArray *)wheelsArray{ if (_wheelsArray == nil) { _wheelsArray = [NSMutableArray arrayWithCapacity:8]; NSArray *titleArray = @[@"Github框架",@"UI",@"图像处理",@"声音",@"视频",@"二维码",...
package org.apache.camel.component.file.remote; import org.apache.camel.Endpoint; import org.apache.camel.Exchange; import org.apache.camel.Producer; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.junit.Before; import org.junit.Test; /** * @...
ACCEPTED #### According to Index Fungorum #### Published in Bull. Jard. Bot. État 29: 96 (1959) #### Original name Peziza flavotingens Berk. & Broome ### Remarks null
require 'spec_helper' describe "opendata_agents_pages_app", dbscope: :example, js: true do def create_appfile(app, file, format) appfile = app.appfiles.new(text: "index", format: format) appfile.in_file = file appfile.save appfile end let(:site) { cms_site } let(:layout) { create_cms_layout } ...
``BARFcfg`` is a Python script built upon BARF that lets you recover the control-flow graph of a binary program. # Usage ``` usage: BARFcfg [-h] [-s SYMBOL_FILE] [-a] [-o RECOVER_ONE] [-f {graph,text}] [-t] [-d OUTPUT_DIR] [-b] [-r] filename Tool for recovering CFG of a binary. positi...
class Projects::TagsController < Projects::ApplicationController include SortingHelper prepend_before_action(only: [:index]) { authenticate_sessionless_user!(:rss) } # Authorize before_action :require_non_empty_project before_action :authorize_download_code! before_action :authorize_admin_tag!, only: [:ne...
/** * @file * This file implements the Thread Network Data managed by the Thread Leader. */ #include "network_data_leader.hpp" #include "coap/coap_message.hpp" #include "common/code_utils.hpp" #include "common/debug.hpp" #include "common/encoding.hpp" #include "common/instance.hpp" #include "common/locator_get...
#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_FONT_DATA_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_FONT_DATA_H_ #include "base/macros.h" #include "base/memory/scoped_refptr.h" #include "third_party/blink/renderer/platform/platform_export.h" #include "third_party/blink/renderer/platform/wtf/allocator/al...
import React, { useState } from 'react' import styled from 'styled-components' import { Tag, Title, Button, CheckableButton, DashboardLayout, FlexWrapper, Text, VisuallyHidden, pxToRem, CONTAINER_PADDING, CONTAINER_PADDING_THIN, StatusWithBullet, Checkbox, DropdownSelect, GridTable, mq, ...
require "lita/handlers/y"
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var AppNode = (function () { function AppNode(element) { this.parent = null; if (element instanceof HTMLElement || element instanceof Text) { this.element = element; } else { throw ne...
package com.solidnw.gametimer.model; public class GameModeConstants { public static final String KEY = "GameMode"; public static final int NUM_GAME_MODES = 2; public static final String FIXED_TURN_TIME = "FixedTimePerTurn"; public static final String FIXED_PLAYER_TIME = "FixedTi...
from PyQt4.QtGui import * from PyQt4.QtCore import * from Core.Settings import frm_Settings from Modules.ModuleUpdateFake import frm_update_attack from Modules.utils import ProcessThread,Refactor,Beef_Hook_url,ThDnsSpoofAttack,ThARP_posion from Modules.ModuleArpPosion import ThreadScan from os import popen,chdir,getcwd...
// Copyright 2014 The Bazel Authors. All rights reserved. // // 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 appl...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/.idea/Sancaisignin.iml" filepath="$PROJECT_DIR$/.idea/Sancaisignin.iml" /> </modules> </component> </project>
package im.delight.android.location; import android.os.Build; import android.os.Parcel; import android.os.Parcelable; import java.util.Random; import android.os.SystemClock; import android.provider.Settings; import android.content.Intent; import android.os.Bundle; import android.location.LocationListener; import and...
SELECT x FROM t6 WHERE y<1
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("Pa...
This project gives an example of how streams can be used to efficiently and fairly explore search spaces. Here we are concerned with Streams of strings of three different characters (A, B, and C) for which a string is a sub-case of another if the first is a prefix of the latter. ## Code structure All source files are...
from __future__ import print_function from __future__ import division from __future__ import absolute_import import json import eventlet from oslo_concurrency import lockutils from oslo_config import cfg from oslo_log import log as logging import psycopg2 import requests from congress.datasources import datasource_u...
package myconet; import peersim.cdsim.*; import peersim.config.*; import peersim.core.*; import peersim.dynamics.*; import java.util.*; import java.util.Collections; import java.util.logging.*; import cern.jet.random.Poisson; public class Nodulator extends DynamicNetwork { private static final String PAR_FROM = ...
using System.Collections.Generic; namespace RestSharp.Portable.Google.Drive.Model { /// <summary> /// The supported additional roles per primary role. /// </summary> public class RoleSet { /// <summary> /// A primary permission role. /// </summary> public string Pri...
/** @addtogroup CMSIS * @{ */ /** @addtogroup stm32wbxx_system * @{ */ /** * @brief Define to prevent recursive inclusion */ #ifndef __SYSTEM_STM32WBXX_H #define __SYSTEM_STM32WBXX_H #ifdef __cplusplus extern "C" { #endif #include <stdint.h> /** @addtogroup STM32WBxx_System_Includes * @{ */ /**...
"""Unit tests for the pylint checkers in :mod:`pylint.extensions.check_docs`, in particular the parameter documentation checker `DocstringChecker` """ # pylint: disable=too-many-public-methods import astroid import pytest from pylint.extensions.docparams import DocstringParameterChecker from pylint.testutils import ...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.kdgregory.pomutil</groupId> <artifactId>test-dependency-p...
This cookbook installs and configures the Nominatim geocoding service. It contains three recipes: * default: sets up a complete Nominatim installation including postgres backend and apache frontend * master: defines additional attributes for running the server as DB master * slave: defines additional attrib...
======== Usage ======== To use lazyengine in a project:: import lazyengine
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
import collections VAR_TOKEN = "*HVRY%" class Cluster(object): """Keeps track of a cluster of logfile lines. Args: lines: the lines (as lists) of the words represented by the cluster indexes: the set of token positions by which this set of lines have been clustered length: Total number of toke...
package skadistats.clarity.event; import skadistats.clarity.processor.runner.Context; import skadistats.clarity.util.Predicate; import java.lang.annotation.Annotation; import java.lang.invoke.MethodHandle; import java.lang.invoke.MethodHandles; import java.lang.reflect.Method; public abstract class AbstractInvocatio...
using System; using System.IO; using System.Threading; using System.Windows; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Threading; using Smellyriver.TankInspector.Pro.Data.Tank; using Smellyriver.TankInspector.Pro.Graphics.Scene; using Smellyriver.TankInspector.Pro.UserInterfa...
package org.apache.s2graph.counter.config import com.typesafe.config.Config import scala.collection.JavaConversions._ import scala.reflect.ClassTag abstract class ConfigFunctions(conf: Config) { def getOrElse[T: ClassTag](key: String, default: T): T = { val ret = if (conf.hasPath(key)) (default match { ...
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="zhichi_downloadapp">推荐应用</string> <string name="zhichi_downloadapp_fun">推荐游戏</string> <string name="zhichi_downloadapp_summary">点击进入精品应用推荐,您的下载是对kenai最好的支持!</string> <string name="zhichi_pingfen">评分kenai</string> <string name="zhichi_...
package O2::Context; # This class is used on most objects to set them in a "site context". # It will in other words figure out what config files to use, and give you access to common objects in that context. use strict; use O2::Util::List qw(upush); use Locale::Util qw(parse_http_accept_language); #----------------...
package org.opentdc.texts; import java.util.Comparator; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import org.opentdc.service.LocalizedTextModel; import org.opentdc.util.LanguageCode; /** * @author Bruno Kaiser...
package com.chute.android.photopickerplus.models; import com.chute.android.photopickerplus.models.enums.MediaType; /** * {@link DeliverMediaModel} wraps up asset attributes needed when delivering a * result back to the activity that started the PhotoPicker+. * */ public class DeliverMediaModel { /** * URL o...
/** * @class * @ignore */ class Mpd { constructor() { this.manifest = null; this.suggestedPresentationDelay = 0; this.availabilityStartTime = null; this.availabilityEndTime = Number.POSITIVE_INFINITY; this.timeShiftBufferDepth = Number.POSITIVE_INFINITY; this.maxS...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Thu Jan 23 20:22:10 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
/*************************************************************************/ /* space_2d_sw.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
class MakeTablesMixin(object): ## ## Create Tables ## def create_table_schema(self): if self.tables: self.log("Deleteting old tables and partitions") self.dataset.delete_tables_partitions() self.commit() tables = self.tables_li...
#include "rtl8195a.h" #include "hal_common.h" extern HAL_TIMER_OP HalTimerOp; HAL_Status HalCommonInit(void){ #ifdef CONFIG_TIMER_MODULE HalTimerOpInit_Patch((VOID*)(&HalTimerOp)); #endif return HAL_OK; }
// Copyright (c) 2012 Ecma International. All rights reserved. // Ecma International makes this code available under the terms and conditions set // forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the // "Use Terms"). Any redistribution of this code must retain the above // copyright and this n...
package edu.tufts.eaftan.heapviz.util; public class DuplicateEdgeException extends Exception { private static final long serialVersionUID = -1981975036822660639L; }
use crate::fs::asyncify; use std::fs::Metadata; use std::io; use std::path::Path; /// Given a path, queries the file system to get information about a file, /// directory, etc. /// /// This is an async version of [`std::fs::metadata`][std] /// /// This function will traverse symbolic links to query information about ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sat Apr 09 10:11:08 EDT 2016 --> <title>Uses of Package org.apache.cassandra.db.partitions (apache-cassandra API)</title> <meta name="da...
module TheCityAdmin class TagGroupListReader < ApiReader # Constructor. # # @param options A hash of options for requesting data from the server. # @param [CacheAdapter] cacher (optional) The cacher to be used to cache data. def initialize(options = {}, cacher = nil) options[:page] ||= 1 ...
import {EmitterVisitorContext, ExternalReference, GeneratedFile, ParseSourceSpan, TypeScriptEmitter, collectExternalReferences, syntaxError} from '@angular/compiler'; import * as path from 'path'; import * as ts from 'typescript'; import {BaseAotCompilerHost} from '../compiler_host'; import {TypeCheckHost} from '../...
import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; import { Observable } from 'rxjs/Observable'; import 'rxjs/add/operator/map'; import { Hero } from './hero'; @Injectable() export class HeroSearchService { constructor(private http: Http) { } search(term: string): Observable<H...
/* THIS FILE IS AUTOGENERATED FROM MediaList.webidl BY Codegen.py - DO NOT EDIT */ #ifndef mozilla_dom_MediaListBinding_h #define mozilla_dom_MediaListBinding_h #include "js/RootingAPI.h" #include "jspubtd.h" #include "mozilla/ErrorResult.h" #include "mozilla/dom/BindingDeclarations.h" #include "mozilla/dom/...
.class public Landroid/graphics/drawable/NinePatchDrawable; .super Landroid/graphics/drawable/Drawable; .source "NinePatchDrawable.java" # annotations .annotation system Ldalvik/annotation/MemberClasses; value = { Landroid/graphics/drawable/NinePatchDrawable$1;, Landroid/graphics/drawable/NinePatc...
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title></title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> ...
package org.apache.geode.cache.client.internal; import java.util.Set; import org.apache.logging.log4j.Logger; import org.jetbrains.annotations.NotNull; import org.apache.geode.InternalGemFireError; import org.apache.geode.cache.FixedPartitionAttributes; import org.apache.geode.cache.client.ServerOperationException;...
package com.navercorp.pinpoint.profiler.context.provider; import com.google.inject.Inject; import com.google.inject.Provider; import com.navercorp.pinpoint.bootstrap.config.ProfilerConfig; import com.navercorp.pinpoint.profiler.AgentInformation; import com.navercorp.pinpoint.profiler.receiver.CommandDispatcher; impo...
package org.safehaus.jettyjam.utils; import java.io.BufferedReader; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.InputStreamReader; import java.lang.management.ManagementFactory; import java.net.URL; import java.util.Properties; import java.util.Timer; import java.util.Ti...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sun May 07 10:19:59 EDT 2006 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> HttpClient 3.0.1 API: Uses of Class org.apa...
package com.jeskeshouse.injectedtestrunner.dagger; import com.jeskeshouse.injectedtestrunner.dagger.injectables.AnotherInjectableThing; import com.jeskeshouse.injectedtestrunner.dagger.injectables.BasicServiceConnection; import com.jeskeshouse.injectedtestrunner.dagger.injectables.EmployeeService; import com.jeskeshou...
<!DOCTYPE html> <html> <head> <!-- Meta, title, CSS, favicons, etc. --> <meta charset="utf-8"> <title>AbsoluteAdmin - A Responsive Bootstrap 3 Admin Dashboard Template</title> <meta name="keywords" content="HTML5 Bootstrap 3 Admin Template UI Theme" /> <meta name="description" content="AbsoluteAdmin - A Resp...
package com.github.jdsjlzx.view; import android.content.Context; import android.support.v4.content.ContextCompat; import android.text.TextUtils; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.view.ViewStub; import android.widget.ProgressBar; import androi...
ACCEPTED #### According to Index Fungorum #### Published in in Gams, Kleine Kryptogamenflora von Mitteleuropa - Die Blätter- und Baupilze (Agaricales und Gastromycetes) 2b: 110 (1953) #### Original name Volvariella murinella f. murinella ### Remarks null
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <!-- Licensed to the Apache Software Foundation (ASF) under on...
<?php /*checks authentication level of user and sets variable $authstage*/ $authstage = "None"; //defaults to None if($_SERVER["AUTH_USER"] != ""){ //if user is authenticated /*find user in database*/ $securitycheckUSER = str_replace("MEDDATA\\","",$_SERVER["AUTH_USER"]); $securitycheckSQLUSER = "SELECT TOP 1 * F...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>pautomata: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.c...
// Provides control sap.m.BusyDialog. sap.ui.define(['jquery.sap.global', './library', 'sap/ui/core/Control', 'sap/ui/core/Popup', 'sap/ui/core/theming/Parameters'], function(jQuery, library, Control, Popup, Parameters) { "use strict"; /** * Constructor for a new BusyDialog. * * @param {string} [sId] id ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zsearch-trees: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.m...
module Roman refine Fixnum do def to_roman RomanNumerals.new.to_s(self) end end refine String do def to_subtractive_roman RomanNumeralConversion.new(self).to_subtractive end def to_additive_roman RomanNumeralConversion.new(self).to_additive end alias_method :to_i_o...
enum TOKEN_TYPES { EMPTY, IDENTIFIER, FUNCTION, RETURN, VAR, DIGIT, INT, FLOAT, BOOL, ALPHA, STRING, EQUALS, BINOP, SEMICOLON, L_PAR, R_PAR, L_CBRACKET, R_CBRACKET, COMMA, IF, ELSE, WHILE, _EOF_ }; enum BINOPS { _BINOP_NOT_...
/** * Calculate the snake distance between two sets of coordinates (points). * * Snake distance (rectilinear distance, Manhattan distance) is the sum of the horizontal and vertical distances. * It's the effective distance when movement is allowed only horizontally or vertically (but not both). * * @function Pha...
<h1>Macaw Umbraco Foundation</h1> <h3>Work in progress!</h3> <p>Foundation library used at Macaw Netherlands. Some features are: </p> <ul> <li>Standard Examine Search implementation </li> <li>Paged result views </li> <li>Frontend developers friendly dynamic models for Templates and Macro </li> <li>Basic property...
go-metrics ========== ![travis build status](https://travis-ci.org/rcrowley/go-metrics.svg?branch=master) Go port of Coda Hale's Metrics library: <https://github.com/dropwizard/metrics>. Documentation: <http://godoc.org/github.com/rcrowley/go-metrics>. Usage ----- Create and update metrics: ```go c := metrics.New...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <title> Reglas de escaneo pasivo - Alpha </title> </head> <body> <h1>Reglas de Escaneo pasivo - Alpha</h1> The following alpha status passive scan rules are included in this add-on: <h2>An example passive scan rule which loads data from a file</h2>...
$('nav ul#main_nav').on('click','li',function(){ var $type=$(this).attr('data-title'); $('nav ul#main_nav li').removeClass('active') if ($type=='all') { $('nav ul#main_nav li').addClass('active'); $('div#timeline_container >ul> li').removeClass('hidden'); $('div#timeline_container >ul> li').removeClass('active...
package ru.sbmart.almagnit.client.managed.ui.desktop; import com.google.gwt.core.client.GWT; import com.google.gwt.dom.client.Element; import com.google.gwt.safehtml.client.SafeHtmlTemplates; import com.google.gwt.safehtml.shared.SafeHtml; import com.google.gwt.safehtml.shared.SafeHtmlUtils; import com.google.gwt.safe...
Volumes === TRay has some support for participating media, in the form of volume regions. These volumes can have homoegeneous density, exponential falloff in some direction or be loaded from a 3D grid volume data set. In addition volumes can be rendered by accounting for emission and absorption only or single scatterin...
using Microsoft.DataTransfer.Basics.IO; using Microsoft.DataTransfer.DocumentDb.Client.PartitionResolvers.Javascript.Visitors; using System; using System.Text; namespace Microsoft.DataTransfer.DocumentDb.Client.PartitionResolvers.Javascript { sealed class JavascriptMemberExpressionReader { private Sim...
Vehicular data transport protocol for communication information over road side units (RSUs) # Install paho and CoAP library (install pip first) sudo pip install paho-mqtt sudo pip install CoAPthon # Server and client commands server: sudo python server_perf <mqtt or coap or vdtp> <localIP-192.168.1.75> client: sudo p...
 #pragma once #include <aws/transcribe/TranscribeService_EXPORTS.h> #include <aws/transcribe/TranscribeServiceRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/transcribe/model/LanguageCode.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <utility> namespace Aws { namespace Transc...
'use strict' const { HotModuleReplacementPlugin } = require('webpack') module.exports = (options = {}) => ({ devServer: { contentBase: './src', open: true, historyApiFallback: true, hot: true, inline: true, stats: 'errors-only', ...options }, plugins: [ // Enable multi-pass compi...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>com.ibm.domino.calendar.dbstore</artifactId> <packaging>eclipse-plug...
/* This code is based on Dominic Mazzoni's c++ wrapper, which is based on a free implementation of an FFT by Don Cross (http://www.intersrv.com/~dcross/fft.html) and the FFT algorithms from Numerical Recipes. */ #include "FastFourierTransform.h" namespace GRT{ FastFourierTransform::FastFourierTransform(){ ...
( function( $ ) { $(document).on( 'sowsetupformfield', '.siteorigin-widget-field-type-media', function(e) { var $media = $(this).find('> .media-field-wrapper'); var $field = $media.closest('.siteorigin-widget-field'); // Handle the media uploader $media.find( '.media-upload-button'...
@extends('default') @section('title') {{ trans('entities/units.view') }} @stop @section('pageTitle') {{ trans('entities/units.view') }} @stop @section('bodyContent') <div class="row"> <div class="col-md-12"> <div class="panel panel-white"> <div class="panel-body"> {!! Form::o...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/.idea/ValidPalindromeII.iml" filepath="$PROJECT_DIR$/.idea/ValidPalindromeII.iml" /> </modules> </component> </project>
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/videoanalyzer/armvideoanalyzer)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/videoanalyzer/armvideoanalyzer) The `armvideoanalyzer` module provides operations for working with Azure Video Analyzer. ...
import Result from "antd/es/result"; import Button from "antd/es/button"; import { useNavigate } from "react-router-dom"; import { getRes } from "../utils/constants"; const NotFoundPage = () => { const navigate = useNavigate(); return ( <Result status="404" title="404" ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; using System.Reflection; namespace QuickTNC { class ScriptParser { public ScriptParser() { } public String parse(String line) { ...
FactoryGirl.define do factory :anypresence_extension_account, :class => AnypresenceExtension::Account do application_id "4f204040772c96c4d3000006" api_host "http://localhost:5000" extension_id "12345" end end
<div class="chart-wrapper"> <div class="row filter"> <div class="center col-md-6 row"> <div class="col-md-4"> <select class="form-control" ng-model="vm.filter.deptCode"> <option value="">全部</option> <option ng-repeat="item in vm.deptData.belongedDepts" value="{{item.deptCode}}">{...
package org.lvu.main.fragments; import org.lvu.R; import org.lvu.main.fragments.view_pager_content.BaseListFragment; import org.lvu.main.fragments.view_pager_content.video.Video1Fragment; import org.lvu.main.fragments.view_pager_content.video.Video2Fragment; import org.lvu.main.fragments.view_pager_content.video.Video...
<?php namespace Resto\BackendBundle\Repository; /** * BuffetRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class BuffetRepository extends \Doctrine\ORM\EntityRepository { }
/* Mag.JS ajax v0.1 (c) Michael Glazer https://github.com/magnumjs/mag.js */ var mag = mag || {} var Deferred = function() { return function Deferred(resolve, reject) { Deferred.resolve = resolve Deferred.reject = reject } } var FUNCTION = 'function' var STRING = '[object String]'; var $document = docum...
package io.cdap.plugin.sendgrid.common.objects.suppressions; import com.google.common.collect.ImmutableMap; import com.google.gson.annotations.SerializedName; import io.cdap.cdap.api.data.schema.Schema; import io.cdap.plugin.sendgrid.common.helpers.BaseObject; import io.cdap.plugin.sendgrid.common.helpers.IBaseObject...
An example of how to use regression modeling to predict the future. ### Setup npm install . ### Usage node science.js data.csv ### How it works This example tries to predict which products a given user might like based on a series of product reviews by a series of users. You can view the input data in the `d...
commonship ==========