code
stringlengths
4
1.01M
<?php namespace Doctrine\Bundle\DoctrineBundle\Tests\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjection\Loader\YamlFileLoader; use Symfony\Component\Config\FileLocator; class YamlDoctrineExtensionTest extends AbstractDoctrineExtensionTest { ...
<?php namespace Moeketsi\AclAdminControlPanel\Http\Controllers; use Illuminate\Foundation\Bus\DispatchesJobs; use Illuminate\Routing\Controller as BaseController; use Illuminate\Foundation\Validation\ValidatesRequests; use Illuminate\Foundation\Auth\Access\AuthorizesRequests; class Controller extends BaseController ...
#!/usr/bin/env python # A Raspberry Pi GPIO based relay device import RPi.GPIO as GPIO from common.adafruit.Adafruit_MCP230xx.Adafruit_MCP230xx import Adafruit_MCP230XX class Relay(object): _mcp23017_chip = {} # Conceivably, we could have up to 8 of these as there are a possibility of 8 MCP chips on a bus. ...
var accessToken="i7LM4k7JcSKs4ucCpxpgNPcs3i1kRbNKyUE8aPGKZzZWASagz9uZiuLgmgDgBJzY"; $(window).load(function() { $('#pseudo_submit').click(function() { NProgress.start(); $.ajax({ type: "POST", url: "../db-app/signdown.php", dataType: 'text', data: ...
package net.glowstone.io.entity; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.UUID; import java.util.stream.Collectors; import net.glowstone.entity.AttributeManager...
module TNorms #using Debug using ..Norms.TNorm type AlgebraicProduct <: TNorm end type BoundedDifference <: TNorm end type DrasticProduct <: TNorm end type EinsteinProduct <: TNorm end type HamacherProduct <: TNorm end type Minimum <: TNorm ...
<?php switch ($page){ case 'psd-files': $subtitle = ' - PSD files included'; break; case 'changelog': $subtitle = ' - Changelog'; break; case 'assets': $subtitle = ' - Assets'; break; default: $subti...
/*********************************************************************** Copyright (c) 2008, 2009, Memo Akten, www.memo.tv, Douglas Edric Stanley, www.abstractmachine.net * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the ...
<?php /* * Copyright (c) 2012, Christoph Mewes, http://www.xrstf.de/ * * This file is released under the terms of the MIT license. You can find the * complete text in the attached LICENSE file or online at: * * http://www.opensource.org/licenses/mit-license.php */ /** * Generated result class for `hg root` * ...
// ----------------------------------------------------------------------- // <copyright file="BasePartnerComponent{TContext}.java" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // ----------------------------------------------------------------------- package ...
#!/bin/bash # Generate barebones groovy/gradle project # Author: Pawel Slusarz @pslusarz # License: MIT if [ -n "$1" ] then project_name=$1 else project_name="new-project" # Default, if not specified on command-line. fi language="groovy" mkdir -p "$project_name/src/main/$language/org/sw7d" mkdir -p "$project_na...
import React from 'react'; import IconBase from '@suitejs/icon-base'; function MdFlashOn(props) { return ( <IconBase viewBox="0 0 48 48" {...props}> <polygon points="14 4 14 26 20 26 20 44 34 20 26 20 34 4" /> </IconBase> ); } export default MdFlashOn;
/**************************************************************************** * ¹¦ ÄÜ£ºÒôƵÎļþ²Ù×÷Àà * * Ìí ¼Ó ÈË£ºÐ¡¿É * * Ìí¼Óʱ¼ä£º2015.01.17 12£º27 * * °...
// Copyright (c) 2017-2018 The DigiByte Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef DIGIBYTE_INDEX_TXINDEX_H #define DIGIBYTE_INDEX_TXINDEX_H #include <chain.h> #include <index/base.h> #include <txdb...
/**************************************************************************** ** Meta object code from reading C++ file 'cookiejar.h' ** ** Created: Fri May 7 07:20:45 2010 ** by: The Qt Meta Object Compiler version 62 (Qt 4.6.2) ** ** WARNING! All changes made in this file will be lost! *******************...
# HippoPlayer This repository contains the source code for HippoPlayer, a module player for the classic Amigas with OS 1.3 or higher. Binary distribution is available here: http://aminet.net/mus/play/hippoplayer.lha Tools used in development: * Amiga 1200 with kickstart 3.0, Amiga 500 with kickstart 1.3 * ASM-One...
<?php namespace Webiny\Component\Validation\Validators; use Webiny\Component\Validation\ValidationException; use Webiny\Component\Validation\ValidatorInterface; class Number implements ValidatorInterface { public function getName() { return 'number'; } public function validate($value, $params...
C * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * C * * C * copyright (c) 2011 by UCAR * C * * C * University Corpora...
#!/usr/bin/env bash GCC_VERSION=11.2.0 make DESTDIR="$DESTDIR" install rm -rfv "$DESTDIR"/usr/lib/gcc/"$(gcc -dumpmachine)"/$GCC_VERSION/include-fixed/bits/ # symlink required by FHS ln -srv /usr/bin/cpp "$DESTDIR/usr/lib" # symlinks for link time optimization install -v -dm755 "$DESTDIR"/usr/lib/bfd-plugins ln -sfv ...
<?php /*-------------------------------------------------------+ | PHP-Fusion Content Management System | Copyright © 2002 - 2008 Nick Jones | http://www.php-fusion.co.uk/ +--------------------------------------------------------+ | Filename: user_sig_include.php | Author: Digitanium +----------------------------------...
using System; namespace EFLikeDemo.Models { public class ErrorViewModel { public string RequestId { get; set; } public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); } }
# poicreator Create POIs ``` img ├── 01.jpg ├── 21.jpg └── 22.jpg ``` A(01.jpg): ![](http://gnat.qiniudn.com/pano/01.jpg?imageView2/2/h/200) B(21.jpg): ![](http://gnat.qiniudn.com/pano/21.jpg?imageView2/2/h/200) C(22.jpg): ![](http://gnat.qiniudn.com/pano/22.jpg?imageView2/2/h/200) ``` ^ y...
#!/bin/sh set -e echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then local source="${BUILT_PRO...
package ExercicioPOO; public class TestaAgenda { public static void main(String[] args) { Agenda agenda = new Agenda(2); Pessoa p1 = new Pessoa(); p1.setNome("Emiliano"); p1.setIdade(43); p1.setAltura(1.82); Pessoa p2 = new Pessoa(); p2.setNome("Carvalho"); p2.setIdade(34); p2.setAltura(1.82); agenda...
import os from flask import Flask from flask.ext.sqlalchemy import SQLAlchemy from flask.ext.bcrypt import Bcrypt from flask_sockets import Sockets app = Flask(__name__, static_folder="../static/dist", template_folder="../static") if os.environ.get('PRODUCTION'): app.config.from_object('config.ProductionConfig')...
<?php /** * The MIT License (MIT) * * Copyright 2015 Anatoliy Bereznyak * * 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 Software without restriction, including without limitation the rights ...
#ifndef _EASYEDITOR_SHAPES_CONTAINER_H_ #define _EASYEDITOR_SHAPES_CONTAINER_H_ #include "DataContainer.h" #include "ObjectVector.h" #include "Shape.h" namespace ee { class ShapesContainer : public DataContainer<ee::Shape> { public: virtual ~ShapesContainer(); // // DataContainer interface // virtual void Trav...
using Microsoft.VisualStudio.TestTools.UnitTesting; using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Text; using System.Threading.Tasks; using TcpConnectionsViewer.Models; namespace Tests.Converters { [TestClass] public class IpTests { [TestMethod] ...
<?php namespace Mincer\Errors { class ClassNotRegisteredException extends \Exception { } }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>jQuery Mobile Docs - Collapsible Content</title> <link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" /> <link rel="stylesheet" href="../_assets/css/jqm-docs.c...
// Copyright Sigurdur Gunnarsson. All Rights Reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. // Example cylinder mesh #pragma once #include "CoreMinimal.h" #include "RuntimeMeshActor.h" #include "SimpleCylinderActor.generated.h" UCLASS() class PROCEDU...
#map { height: 100vh; }
# homebridge-platform-cec A Homebridge Plugin to Control Devices over HDMI-CEC ## Deprecated See [homebridge-cec-accessory](https://github.com/jbree/homebridge-cec-accessory) instead. ## About homebridge-platform-cec was written with Raspberry Pi in mind. I wanted the ability to control my receiver's mute and volume...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IRoomJoinStateChangedEventData. * IRoomJoinStateChangedEventData Interface */ @CoInterface(guid="{4D120020-CE64-43C5-9F84-7A7B2360388F}") public interface IRoomJoinStateChangedEven...
package leetcode; /** * https://leetcode.com/problems/convert-1d-array-into-2d-array/ */ public class Problem2022 { public int[][] construct2DArray(int[] original, int m, int n) { if (m * n != original.length) { return new int[][]{}; } int[][] answer = new int[m][n]; i...
var UI = require('ui'); var ajax = require('ajax'); var Vector2 = require('vector2'); var webserver = decodeURIComponent(localStorage.getItem('webserver') ? localStorage.getItem('webserver') : 'webserver'); var qvserver = localStorage.getItem('qvserver') ? localStorage.getItem('qvserver') : 'qvserver'; var files = l...
import Ember from 'ember'; var PluginsPopularRoute = Ember.Route.extend({ titleToken: 'Popular' }); export default PluginsPopularRoute;
using System; using System.Web; using System.Web.UI; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Identity.Owin; using Owin; using WebApplication2.Models; namespace WebApplication2.Account { public partial class ForgotPassword : Page { protected void Page_Load(object sender, EventArgs e) ...
/** * Created by Hernandes on 21/04/2016. */ function PessoaModel(m){ var self = this; var base = new BaseModel(); ko.utils.extend(self,base); self.PessoaID = ko.observable().defaultValue(0).extend({required:true}); self.Nome = ko.observable('').extend({required:true,editable:true}); ...
package net.nextpulse.jadmin.dao; import com.google.common.base.Joiner; import net.nextpulse.jadmin.ColumnDefinition; import net.nextpulse.jadmin.FormPostEntry; import org.apache.commons.dbutils.BasicRowProcessor; import org.apache.commons.lang3.StringUtils; import org.apache.logging.log4j.LogManager; import org.apach...
goog.provide('ol.DeviceOrientation'); goog.provide('ol.DeviceOrientationProperty'); goog.require('goog.events'); goog.require('goog.math'); goog.require('ol.Object'); goog.require('ol.has'); /** * @enum {string} */ ol.DeviceOrientationProperty = { ALPHA: 'alpha', BETA: 'beta', GAMMA: 'gamma', ...
var send = require("./index") module.exports = sendJson /* sendJson := (HttpRequest, HttpResponse, Value | { body: Value, headers?: Object<String, String>, statusCode?: Number }) */ function sendJson(req, res, value, replacer, space) { if (!value || (!value.statusCode && !value.header...
package moltin.example_moltin.activities; import android.content.Context; import android.content.Intent; import android.graphics.Point; import android.graphics.Typeface; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v7.app.ActionBar; import android.view.Display;...
//--------------------------------------------------------------------------- // // <copyright file="CanExecuteChangedEventManager.cs" company="Microsoft"> // Copyright (C) Microsoft Corporation. All rights reserved. // </copyright> // // Description: Manager for the CanExecuteChanged event in the "weak event liste...
process.env.NODE_ENV = 'production' var ora = require('ora') var rm = require('rimraf') var path = require('path') var chalk = require('chalk') var webpack = require('webpack') var config = require('../config') var webpackConfig = require('./webpack.prod.conf') var spinner = ora('building for production...') spinner...
#include <stdlib.h> #ifndef NEWSTATE #error "NEWSTATE not specified" #endif #ifndef WRITESTRING #error "WRITESTRING not specified" #endif extern void * NEWSTATE(void (*f)(void), void * ud); void *lua_newstate( void (*f)(void), void * ud) { return NEWSTATE(f,ud); } extern size_t WRITESTRING(char *s, size_t l...
/* Revise Listing 3.8, Lottery.java, to generate a lottery of a three-digit number. The program prompts the user to enter a three-digit number and determines whether the user wins according to the following rules: 1. If the user input matches the lottery number in the exact order, the award is $10,000. 2. ...
<!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>Jan Kuhl</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="/stylesheets/style.css" rel="styleshee...
.request-loading { display:none; position: absolute; opacity: 0.8; color: #333; left: 50%; } .resource-area { background-color: rgba(0, 0, 0, 0.1); padding: 20px; } .background-thumbnail-area { width: 80px; height: auto; max-width: 80px; max-height: 80px; margin: 1px auto; padding: 1px; float: left; ver...
var duplex = require('duplexer') var through = require('through') module.exports = function (counter) { var countries = {} function count(input) { countries[input.country] = (countries[input.country] || 0) + 1 } function end() { counter.setCounts(countries) } return duplex(through(count, end), c...
<?php /** * Entity factory * * @package Walmart API PHP Client * @author Piotr Gadzinski <dev@gadoma.com> * @copyright Copyright (c) 2016 * @license MIT * @since 05/04/2016 */ namespace WalmartApiClient\Factory; class EntityFactory implements EntityFactoryInterface { /** * {@inh...
// Copyright (c) Christophe Gondouin (CGO Conseils). All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. using System; namespace XrmFramework { [AttributeUsage(AttributeTargets.Field)] public class ExternalValueAttribute : Attribute { ...
/* * * This CSS file is based on: * - CSS Dice: An Experiment by Jonathan Sampson - @jonathansampson http://sampsonblog.com/289/of-dice-dabblet-and-css * - normalize.css v3.0.3 https://github.com/necolas/normalize.css Copyright (c) Nicolas Gallagher and Jonathan Neal * - "Simpliste" template and "Simple" skin by Renat ...
module Keisan module Functions class ExpressionFunction < Function attr_reader :arguments, :expression def initialize(name, arguments, expression, transient_definitions) super(name, arguments.count) if expression.is_a?(::String) @expression = AST::parse(expression) e...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package zmarkdown.javaeditor; import org.python.util.PythonInterpreter; import org.python.core.*; /** * * @author firm1 */ public ...
using System; using NetOffice; using NetOffice.Attributes; namespace NetOffice.OfficeApi.Enums { /// <summary> /// SupportByVersion Office 12, 14, 15, 16 /// </summary> ///<remarks> MSDN Online Documentation: <see href="https://docs.microsoft.com/en-us/office/vba/api/Office.SignatureType"/> </remarks> [Suppor...
export default function() { let directive = { restrict: 'E', replace: true, scope: { ad: '=' }, templateUrl: './directives/adCard/template.html', controller: ['$scope', ($scope) => { if ($scope.ad.thumbnail) { $scope.ad.previewImg = `${$scope.ad.thumbnail.base_url}/card/${$scope.ad.thumbnail.path...
<?php /** * Get Partial * Get and render a partial template file. * * @since 1.0.0 * * $part: (string) name of the partial, relative to * the _templates/partials directory. */ function get_partial( $part ) { # Get theme object global $_theme; return $_theme->get_partial($part); } /** * Get Head...
var app = require('app'); // Module to control application life. var BrowserWindow = require('browser-window'); // Module to create native browser window. // Report crashes to our server. require('crash-reporter').start(); // Keep a global reference of the window object, if you don't, the window will // be closed a...
using System.Collections.Generic; using System.Linq; using ThoughtWorks.ConferenceTrackManager.Models; namespace ThoughtWorks.ConferenceTrackManager.App { public interface ITalkDistributor { bool DistributeTalksAcrossSessions(IList<IConferenceSession> sessions, IList<ITalk> allTalks); } publi...
#ifndef DW_RAYTRACER_RAY_H #define DW_RAYTRACER_RAY_H #include "Vector3.h" namespace raytracer { class Ray { public: inline Ray() { } inline Ray(const Vector3& rOrigin, const Vector3& rDirection) { setOrigin(rOrigin); setDirection(rDirection); } inline Vector3 pointAtParameter(...
import React from 'react'; import styled from 'styled-components'; import Item from './Item'; import parchment from '../assets/parchment.png'; import chest from '../assets/chest.png'; const Container = styled.div` background: url(${parchment}); position: relative; height: 286px; width: 303px; align-self: center;...
var config = this.window ? {} : module.exports; config.Rjs = { environment: "browser", rootPath: "../", sources: [ "build/Reality.combined.replaced.js", ], tests: [ "test/**/*.js" ] };
/*========================================================================= Program: Visualization Toolkit Module: vtkCellTypes.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This softw...
/* cryptr is a simple aes-256-gcm encrypt and decrypt module for node.js Copyright (c) 2014 Maurice Butler 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 Software without restriction, including without l...
module Travis::Addons::GithubCheckStatus::Output TEMPLATES = { name: 'Travis CI - {{build_info.name}}', summary: { queued: '{{build_link(state,details_url, "The build")}} is currently waiting in the build queue for a VM to be ready.', running: '{{build_link(state,details_url, "The build"...
'use strict'; /* global Parse */ angular.module('main').factory('ParseFile', function ($q) { return { upload: function (base64) { var defer = $q.defer(); var parseFile = new Parse.File('image.jpg', { base64: base64 }); parseFile.save({ success: function (savedFile) { defer....
### Image Color Analysis This color analysis tool was built to support a data visual analytics method for the study of national Webs. It was initially used to analyze the changing colors of the former Yugoslav domain, .yu, during the Kosovo War. For more information please refer to: Ben-David, A., Amram, A., & Bekke...
--- layout: post title: Tekton Pipelines in Jenkins X - Part 2 Add Steps Before/After a Stage Lifecycle Or Build Your Own Pipeline subtitle: Override an entire pipeline | Append or prepend additional steps to a defined Stage. image: 'https://avatars0.githubusercontent.com/u/47602533?s=400&v=4' share-img: http://sharep...
package com.sparta.is.entity.driveables.types; import java.util.ArrayList; import java.util.HashMap; public class TypeFile { public EnumType type; public String name, contentPack; public ArrayList<String> lines; public static HashMap<EnumType, ArrayList<TypeFile>> files; private int readerPosition...
package com.google.common.collect; import java.util.Collection; import java.util.Map; import java.util.SortedSet; import java.util.SortedMap; import java.util.Comparator; class TestCollect { String taint() { return "tainted"; } void sink(Object o) {} <T> T element(Collection<T> c) { return c.ite...
using NAudio.Wave; using NAudio.WindowsMediaFormat; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WavToWma.WindowsMediaFormat { internal static class FromProfileGuid { internal static WmaWriter BuildWmaWri...
import { Component, Input, ContentChild, ViewChildren, QueryList } from 'angular2/core'; import template from './card-list.html!text'; import { CardHeader } from './header/card-header'; import { CardBody } from './body/card-body'; import { Card } from './card/card'; export { CardHeader, CardBody }; @Component({ ...
<!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/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>Dictionnaire: Pages...
// Type definitions for react-particles-js v3.0.0 // Project: https://github.com/wufe/react-particles-js // Definitions by: Simone Bembi <https://github.com/wufe> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// <reference types="react" /> import { ComponentClass } from "react"; import { Containe...
<!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.7.0_72) on Sat Nov 22 10:02:39 EST 2014 --> <title>F-Index</title> <meta name="date" content="2014-11-22"> <link rel="stylesheet" type="tex...
<?php class Email extends CI_Controller { public function __construct() { parent:: __construct(); $this->load->database(); $this->load->model('Emailinfo'); $this->load->library(array('session','form_validation')); $this->load->helper(array('form','url','date')); } public function index() { $data['email...
<?php require_once 'responseClasses.php'; header('Content-Type: text/html; charset=utf-8'); if ($_GET['latitude'] != null && $_GET['longitude']) { $lat = $_GET['latitude']; $long = $_GET['longitude']; } else { $lat = 0; $long = 0; } $openWeatherMapApiKey = 'd8bc1c0a60e836388802191cb80c95e8'; $url = 'http://api.o...
var Counter = require('./counterEvented.js'); var c = new Counter(1); c.increment(); c.on('even', function(){ console.log('even! ' + c.count); return; });
// // System.Configuration.NameValueConfigurationCollection.cs // // Authors: // Chris Toshok (toshok@ximian.com) // // 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 Software without restriction, in...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Smart_radio_controller_windows_forms { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STATh...
namespace Bike.Ast { public partial class Argument : Node { public bool ShouldExpand; public ExprNode Expression; } }
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>cfml: Error 🔥</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="style...
/** * Created by XD on 2016/7/24. */ export enum DeleteEnum{ //未删除 NotDel=0, //已删除 IsDel=1 } export function getDeleteEnumDisplayName(deleteEnum:DeleteEnum){ return { [DeleteEnum.IsDel]:'已删', [DeleteEnum.NotDel]:'未删' }[deleteEnum] } export enum CheckEnum { /// <summary> ...
--- uid: SolidEdgeAssembly.AssemblyFilletWeld.Faces(SolidEdgeGeometry.FeatureTopologyQueryTypeConstants) summary: Returns a collection of faces of a specified type that belong to a model, a feature, or a topology object. The result of the Faces property is a topology collection. This topology collection is a temporar...
//数据的视觉映射 // 数据可视化是 数据 到 视觉元素 的映射过程(这个过程也可称为视觉编码,视觉元素也可称为视觉通道)。 // data ----> graph //使用visualmap提供通用的视觉映射 visualmap 属性有 1.图形类别symbol 2.图像大小symbolSize 3.颜色color 4.透明度opacity 5.颜色透明度 colorAlpha // 6.颜色明暗度colorLightness 7.颜色饱和度colorSturaction 8.色调colorHue //数据和维度 // 引入 ECharts 主模块 var echarts = require('echarts/lib/e...
require 'test_helper' require 'set' class MmDraftTest < Test::Unit::TestCase context "record" do def setup Dog.accepts_nested_attributes_for(:monkey, :apes, :allow_destroy => true) Dog.collection.remove end context "A Document" do setup do @dog = Dog.create(:name => 'Rufus', ...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "UIWindow.h" @interface UIWindow (MPAdditions) - (id)copyIOSurfaceSnapshotView:(long long)arg1; @end
<?php function connection() { // serwer $mysql_server = "127.0.0.1"; // admin $mysql_admin = "root"; // hasło $mysql_pass = ""; // nazwa baza $mysql_db = "zaklad_tapicerski"; // nawiązujemy połączenie z serwerem MySQL @mysql_connect($mysql_server, $mysql_a...
package rodzillaa.github.io.rodzilla.utils; public class APIUtil { public static final String SERVER_URL = "http://ec2-54-174-96-216.compute-1.amazonaws.com:9000"; }
package weka.analyzers.mineData; import java.util.BitSet; /** * The Disjunction of other cached rules. * * @param <T> the type of CachedRule contained in this RuleSet */ public class CachedRuleDisjunction<T extends CachedRule> extends CachedRuleSet<T> { /** * Construct a new empty RuleDisjun...
require "spec_helper" describe LicensesController do describe "routing" do it "recognizes and generates #index" do { :get => "/licenses" }.should route_to(:controller => "licenses", :action => "index") end it "recognizes and generates #new" do { :get => "/licenses/new" }.should route_to(:co...
'use strict'; var React = require('react'); var mui = require('material-ui'); var SvgIcon = mui.SvgIcon; var DeviceSignalCellularConnectedNoInternet2Bar = React.createClass({ displayName: 'DeviceSignalCellularConnectedNoInternet2Bar', render: function render() { return React.createElement( SvgIcon, ...
/** * Created by tkachenko on 14.04.15. */ ATF.invoke(['$directiveProvider', 'utils', 'jQuery'], function ($directiveProvider, utils, $) { $directiveProvider.register('$On', { link: function (name, $el, scope, args, vars) { var __vars = vars||{}; if (!args[0] || !args[1]) { ...
# retext-live DEPRECATED in favour of retext’s virtual object model. [See previous versions](https://github.com/wooorm/retext-live/tree/b8bf46a2466fb2bfbe2f9f8430683a479dfe131a). They can still be used.
//! Writes audio samples to files. (Reads too, this module needs a rename) //! //! ### Audacity PCM import settings //! //! * File > Import > Raw Data... //! * Signed 16-bit PCM //! * Little-endian //! * 1 Channel (Mono) //! * Sample rate: 44_100Hz (or whatever your samples generated have) use std::fs::OpenOptions; us...
import Constants from '../constants'; import LinkDrawable from './link'; import SphericalPortalLinkMesh from '../mesh/spherical-portal-link'; /** * Represents a portal link that follows the surface of a sphere. * * Hooray for custom shaders, etc! */ class SphericalPortalLinkDrawable extends LinkDrawable { /** ...
<div class="page-content container"> <div class="col-xs-10 col-xs-offset-1"> <div class="area padding-15 text-center"> <button class="btn needs-btn" ui-sref="demand.list">前往需求列表</button> </div> <div class="area bg-white"> <h4 class="text-green font-bold"><i class="gly...
\documentclass[12pt,a4paper]{article} \usepackage{../HBSuerDemir} \begin{document} \hPage{b1p2/262} \begin{enumerate} \item [30.] Check the consistency of the system, and solve (if possible): \begin{enumerate} \item [a)] $3x_1 + 2x_2 + x_3=7$\\ ...
<link rel="import" href="../bower_components/polymer/polymer.html"> <link rel="import" href="../bower_components/core-pages/core-pages.html"> <link rel="import" href="../bower_components/paper-button/paper-button.html"> <link rel="import" href="../bower_components/facebook-login/facebook-login.html"> <!--<link rel="im...