text
stringlengths
3
1.05M
title: SharePoint Integration tags: [integrations list] permalink: sharepoint.html summary: Learn about the Wavefront SharePoint Integration. --- ## SharePoint Integration SharePoint is a web-based, collaborative platform that integrates with Microsoft Office. This integration installs and configures Telegraf to send ...
using namespace System; using namespace System::Collections::Generic; using namespace std; using namespace SecretSharingCore::Common; namespace SecretSharingCore { namespace Algorithms { namespace GeneralizedAccessStructure{ public ref class ThresholdSubset{ public: int N; int K; Th...
/* * ScanSettingsList.cpp * * Created on: 18 May 2012 * Author: alan */ #include "ScanSettingsList.h" namespace ImzML { ScanSettingsList::ScanSettingsList(int count) { scanSettingsList.reserve(count); } ScanSettingsList::~ScanSettingsList() { // TODO Auto-generated destructor stub } voi...
//******************************************************************************************************* // significant portions of this file copied from: VSO\src\Vssf\WebPlatform\Platform\Scripts\VSS\WebApi\RestClient.ts //***********************************************************************************************...
<div *ngIf="!onlyCopyButton" class="wrapper"> <label *ngIf="label" style="padding-right: 20px">{{ label }}</label> <label *ngIf="!label"></label> <div> <input type="text" aria-readonly="true" readonly="true" (click)="highlightText($event)" tabindex="0" [value]="contentView ...
<?php namespace HWI\Bundle\OAuthBundle\OAuth\ResourceOwner; use HWI\Bundle\OAuthBundle\Security\Core\Authentication\Token\OAuthToken; use Symfony\Component\OptionsResolver\OptionsResolver; /** * FlickrResourceOwner. * * @author Dmitri Lakachauskis <lakiboy83@gmail.com> */ class FlickrResourceOwner extends Gene...
package org.elasticsearch.xpack.ml.job.persistence; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.message.ParameterizedMessage; import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.DocWriteRequest; import org.elasticsearc...
use bitflags::bitflags; use core::ffi::{c_char, CStr}; use strum::{Display, FromRepr}; use zerocopy::{AsBytes, FromBytes}; #[derive(Copy, Clone, Debug, PartialEq, Eq, Display, FromRepr)] #[repr(u32)] /// E820 address range types according to Chapter 15 of the ACPI Specification, Version 6.4. /// See <https://uefi.org/...
.editable-address { display : block; margin-bottom : 5px; } .editable-address span { width : 70px; display : inline-block; }
/* @flow */ var AppDispatcher = require('../dispatcher/AppDispatcher'), TreeConstants = require('../constants/TreeConstants'); module.exports = { /** * Selects a tree node by id. * * @param id - The node id. */ select(id: number) { AppDispatcher.dispatch({actionType: TreeConstants.TREE_SELECT, ...
import shutil from functools import partial import json import copy import os import glob import logging import hashlib import re import urlparse import tempfile import errno import avro.schema import schema_salad.validate as validate import shellescape from typing import Any, Callable, cast, Generator, Text, Union f...
<?php namespace Zephir\FunctionLike\ReturnType\Specification; use Zephir\FunctionLike\ReturnType; use Zephir\Types; final class ArrayCompatible extends ReturnType\CompositeSpecification { /** * {@inheritdoc} * * @param ReturnType\TypeInterface $type * * @return bool */ public ...
BSLS_IDENT("$Id: $") //@PURPOSE: Provide an efficient cache for read-only 'bdlt::Timetable' objects. // //@CLASSES: // bdlt::TimetableCache: cache for read-only timetables loaded on demand // //@SEE_ALSO: bdlt_timetable, bdlt_timetableloader // //@DESCRIPTION: This component defines the 'bdlt::TimetableCache' class, a...
/* The structure that holds the information to read and write PNG files. * The only people who need to care about what is inside of this are the * people who will be modifying the library for their own special needs. * It should NOT be accessed directly by an application. */ #ifndef PNGSTRUCT_H #defin...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. // // Microsoft Bot Framework: http://botframework.com // // Bot Builder SDK Github: // https://github.com/Microsoft/BotBuilder // // Copyright (c) Microsoft Corporation // All rights reserved. // // MIT License: /...
var Packed24 = Packed24 || {}; Packed24.Game = function(){}; var coins; var map; var layer; var cursors; var player; var pieces; Packed24.Game.prototype = { create: function() { this.game.stage.backgroundColor = '#787878'; map = this.game.add.tilemap('map'); // Now add in the tileset map.a...
<?php namespace Jaxon\Request\Factory\Psr; use Jaxon\Di\Container; use Jaxon\Request\Handler\Psr\PsrAjaxMiddleware; use Jaxon\Request\Handler\Psr\PsrConfigMiddleware; use Jaxon\Request\Handler\Psr\PsrRequestHandler; use Psr\Container\ContainerInterface; use Psr\Log\LoggerInterface; use Closure; class PsrFactory {...
require 'rubygems/test_case' require 'net/https' require 'rubygems/request' # = Testing Bundled CA # # The tested hosts are explained in detail here: https://github.com/rubygems/rubygems/commit/5e16a5428f973667cabfa07e94ff939e7a83ebd9 # class TestBundledCA < Gem::TestCase THIS_FILE = File.expand_path __FILE__ de...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en" xmlns:ruinwesen="http://ruinwesen.com/" xmlns:bknr="http://bknr.net/" xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859...
<merge> <!-- referenced by an annotation in RootActivity --> </merge>
typeof(SVGeneration) == "undefined" && (SVGeneration = {}); SVGeneration.Editor = React.createClass({displayName: "Editor", getInitialState: function() { return { active: 'Parameters', image: false, script: false, windowHeight: $(window).height(), currentParameters: [] }; }, ...
require File.expand_path(File.dirname(__FILE__) + '/../../config/boot') require 'model/program' require 'model/attendee' require 'model/company' require 'model/invoice' require 'ruby-debug' def redeem(attendee, coupon='SPEAKER') attendee.update(:redeemable_coupon => coupon) puts "#{attendee.inspect} gain redeemabl...
<?php namespace Composer\Util\Http; use Composer\Config; use Composer\Downloader\MaxFileSizeExceededException; use Composer\IO\IOInterface; use Composer\Downloader\TransportException; use Composer\Util\StreamContextFactory; use Composer\Util\AuthHelper; use Composer\Util\Url; use Composer\Util\HttpDownloader; use R...
class TransactionTracingPerfTests < Performance::TestCase def klass(instrument) Class.new do def self.name "CustomClass#{object_id}" end def short_transaction method_4 end def long_transaction(n) n.times do method_1 end end def...
import { Component } from "@angular/core"; import template from "./app.component.web.html"; import style from "./app.component.web.scss"; @Component({ selector: "app", template, styles: [ style ] }) export class AppComponent { constructor() { } }
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>PDecide - lostvaults.server.PDecide</title> <meta name="description" content="PDecide - lostvaults.server.PDecide" /> <meta ...
<html> <style TYPE="text/css"> <!-- body { background: black; color: white} --> </style> <body> <h3>Main Screen</h3> <ul> <li><b>Display</b> - Here you see the meals available at the different counters of the selected Mensa and day. If enabled, the ...
using UnityEngine; using UMA; using System; namespace UMA.Examples { public class UMASimpleLOD : MonoBehaviour { public UMAData umaData; public float lodDistance; public TextMesh lodDisplay; private int lodLevel; [Tooltip("Look for LOD slots in the library.")] public bool swapSlots; [Tooltip("This val...
using System; using System.Collections.Generic; using NDesk.DBus; using org.freedesktop.DBus; namespace Atspi { // TODO: Derive this from the at-spi xml? public enum Role { Invalid, AccelLabel, Alert, Animation, Arrow, Calendar, Canvas, CheckBox, CheckMenuItem, ColorChooser, ColumnHeader, Co...
/** * @file * @brief This is responsible for client/server communication. * * A file based socket (\c commonSocket) is used to send/receive only messages * among clients and server.\n * The messages' data are passed throw a memory mapped file: \c sharedSegmentMsg. */ #include "config.h" #include <fcntl.h> #in...
package com.webrippers.gwt.dom.event.shared.binder; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * <p> * This annotation marks a method to be automaticall...
namespace ClipboardRing { partial class FormDataItemEdit { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> ...
using System.Linq; using System.Reflection; namespace Sharp.Rpg { public static class ReflectionExtensions { public static TAttribute[] GetAttributes<TAttribute>(this object obj) where TAttribute : System.Attribute { var attributes = obj.GetType().GetTypeInfo().GetCustomAttributes(typeof(TAttribute), true...
layout: default --- {% include header.html %} <main class="content" role="main"> <div class="row"> <section class="col s12 m6 offset-m1"> <article class="section" align="justify"> {% for rendezvous in site.data.Page_Data_-_Rendezvous %} {% if rendezvous.year == page.year %} <u...
@implementation ArticleDetailViewController @synthesize item; - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { // Custom initialization } return self; } - (void)didReceiveMemoryWarn...
<?php namespace Oro\Bundle\WorkflowBundle\Tests\Functional\DataFixtures; use Doctrine\Common\DataFixtures\AbstractFixture; use Doctrine\Common\Persistence\ObjectManager; use Oro\Bundle\WorkflowBundle\Entity\WorkflowDefinition; use Oro\Bundle\WorkflowBundle\Entity\WorkflowStep; class LoadWorkflowSteps extends Abstrac...
package com.bob.java.webapi.config; import org.springframework.boot.autoconfigure.template.TemplateAvailabilityProvider; import org.springframework.boot.bind.RelaxedPropertyResolver; import org.springframework.core.env.Environment; import org.springframework.core.env.PropertyResolver; import org.springframework.core.i...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "walletdb.h" #include "bitcoinrpc.h" #include "net.h" #i...
p.created { font-family: arial, sans-serif; font-size: 11px !important; font-weight: normal; color: rgb(101, 101, 101); }
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Revue Mycol. , Paris 33: 213 (1968) #### Original name Leucocoprinus abruptibulbus R. Heim, 1968 ### Remarks null
Namespace SqlClauses Public Class SqlJoinClause Private _joinTypeText As String Private _tableAlias As String Private _targetTable As String Private _targetColumn As String Private _srcTable As String Private _srcColumn As String Private _joinWhereC...
module.exports = { beforePlusAfter: { beforeEach: function () { throw new Error('A') }, test: function () { throw new Error('B') }, afterEach: function () { throw new Error('C') } }, afterRuinsIt: { foo: { test: function () {} }, afterEach: function () { throw new Error('D') } }, ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/aiplatform/v1beta1/job_service.proto package com.google.cloud.aiplatform.v1beta1; /** * * * <pre> * Response message for [JobService.ListHyperparameterTuningJobs][google.cloud.aiplatform.v1beta1.JobService.ListHyperparameterTunin...
<?php use yii\db\Migration; /** * Handles the creation for table `users`. */ class m161018_111532_create_users_table extends Migration { /** * @inheritdoc */ public function up() { $tableOptions = null; if ($this->db->driverName === 'mysql') { $tableOptions = 'CHAR...
namespace storage { class FileSystemContext; class FileSystemQuotaUtil; class FileStreamWriter; class STORAGE_EXPORT SandboxFileStreamWriter : public NON_EXPORTED_BASE(FileStreamWriter) { public: SandboxFileStreamWriter(FileSystemContext* file_system_context, const FileSystemURL& url,...
;(function(window, QB) { 'use strict'; /** GLOBAL */ window.app = {}; app.helpers = {}; app.filter = { 'names': 'no _1977 inkwell moon nashville slumber toaster walden' }; app.network = {}; /* [getQueryVar get value of key from search string of url] * @param {[string]} q...
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **message** | **string** | Message describing the code | [optional] **type** | **string** | Ready | [optional] **code** | **float** | | [optional] **additional_data** | **object** | | [optional] [[Back to Model list]](...
import json from webmachine import Resource from webmachine import wm class Hello(Resource): def content_types_provided(self, req, resp): return ( ("", self.to_html), ("application/json", self.to_json) ) def to_html(self, req, resp): return "<html><body>Hello...
from flask import Flask, render_template from flask.ext.sqlalchemy import SQLAlchemy from flask.ext.security import current_user, login_required, RoleMixin, Security, \ SQLAlchemyUserDatastore, UserMixin, utils from wtforms.fields import PasswordField from flask.ext.admin import Admin from flask_mail import Mail ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libhyps: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
package net.safedata.java8.training.optional.without.flatmap.model; public class Address { private int nr; private String street; private String country; private String city; private PostalCode postalCode; public Address(int nr, String street, String country, String city) { this.nr = n...
<!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>18.1.11. email: Examples &mdash; Editorial Documenta...
<?xml version="1.0" encoding="UTF-8" ?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Versio...
namespace diaryengine { struct Entry::Implementation { Implementation(unsigned long id=0, std::string title="", std::string date="0000-00-00T00:00:00Z") : _id(id), _title(title), _keywords() { _date = QDateTime::fromString(QString::fromStdString(date), Qt::DateFormat:...
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:drawable="@mipmap/bg_back" android:state_focused="true" android:state_pressed="false" /> <item android:drawable="@mipmap/bg_back_pressed" android:state_focused="true" android:state_pressed=...
:mod:`sysconfig` --- Provide access to Python's configuration information ========================================================================= .. module:: sysconfig :synopsis: Python's configuration information .. moduleauthor:: Tarek Ziadé <tarek@ziade.org> .. sectionauthor:: Tarek Ziadé <tarek@ziade.org> ....
if [ $# -ne 2 ] then echo "usage:" echo "clustercfg.sh VIP NATGWIP" exit 1 fi export LANG=C export LC_ALL=C VIP=$1 NATGWIP=$2 # real server's gateway # 配置资源 crm configure property stonith-enabled=false crm configure property no-quorum-policy=ignore crm configure primitive natGWIP ocf:heartbeat:IPaddr2 para...
# bcc Reference Guide Intended for search (Ctrl-F) and reference. For tutorials, start with [tutorial.md](tutorial.md). This guide is incomplete. If something feels missing, check the bcc and kernel source. And if you confirm we're missing something, please send a pull request to fix it, and help out everyone. ## Co...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Cattle extends CI_Controller { public function index(){ } public function data(){ echo 'load table page'; } /** * *********************** API proced ********************** */ public function get_all(){ $this->db->select('*'); ...
define([ 'jquery', 'underscore', 'backbone', 'text!templates/home.html' ], function ($, _, Backbone, template) { return Backbone.View.extend({ el: '#content', render: function () { this.$el.html(_.template(template, {})); } }); });
resume ====== A fancy resume
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <!-- sign-in button --> <TextView android:l...
function HandToPosition(position) global joint_a_gear_ratio; global joint_b_gear_ratio; global motorA; global motorB; position % Grab the positions we want to go to. [theta_1, theta_2] = GetAngles(position); [theta1_current, theta2_current] = GetCurrentAngles(); %...
local next = next local check_fields = { __index = { msg = 'Unknown field name [%s].', validate = function(self, value, model, translations) for name in next, model do if not self.allowed[name] then return translations:gettext(self.msg):format(name:su...
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/braavos`. To experiment with that code, run `bin/console` for an interactive prompt. Braavos is a experiment of Clean Architecture with Ruby ## Installa...
FROM balenalib/imx8mm-var-dart-ubuntu:disco-run # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # install python dependencies RUN apt-g...
// Copyright (c) 2016-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_VERSIONBITS_H #define BITCOIN_VERSIONBITS_H #include <chain.h> #include <map> /** What block version to use...
package com.amazonaws.services.kinesisfirehose.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.kinesisfirehose.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; ...
from preggy import expect from cloudfront_log_parser import __version__ from tests.base import TestCase class VersionTestCase(TestCase): def test_has_proper_version(self): expect(__version__).to_equal('0.3.0')
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>Andrea Baum</title> <!-- Bootstrap core CSS --> <link href="...
<html><body><p><!-- saved from url=(0024)http://docs.autodesk.com --> <!DOCTYPE html> <!-- Mirrored from help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/PyMel/generated/functions/pymel.core.runtime/pymel.core.runtime.ToggleCreaseVertices.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 01 Aug 2015 05:41:50 G...
import datetime from mock import patch from nose.tools import ok_ from vor.human import Gender from vor.human import RandomFemale from vor.human import RandomHuman from vor.human import RandomMale import unittest class TestHuman(unittest.TestCase): def _prepare_mock_name_provider(self, mock_name_provider): ...
""" """ from datetime import datetime, timedelta import time import sys sys.path.append("../../") from peewee import DoesNotExist from playhouse.shortcuts import model_to_dict from server.database.model import create_tables from server.database.model import BatteryRecord from server.service import user_service fro...
require 'toxiclibs' # A ruby-processing sketch # # Copyright (c) 2010 Karsten Schmidt & JRubyArt version Martin Prout 2015 # This library is free software you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation either # version ...
/* -------------------------------- Primary style -------------------------------- */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-size: 100%; font-family: "Helvetica Neue", sans-serif; color: #39393c; background-color: #dade...
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #include <new> #include <base/math.h> #include <base/system.h> #include <engine/storage.h> #include <engine/shared/protocol.h>...
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang=""> {% block head %} ...
package com.ifeng.vdn.dashboard.service.impl; import java.util.ArrayList; import java.util.List; import java.util.function.Consumer; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; imp...
module Main ( main ) where import Asteroids import Graphics.UI.GLUT import System.IO main :: IO () main = do hSetBuffering stdout LineBuffering (_progName, _args) <- getArgsAndInitialize initialDisplayMode $= [WithDepthBuffer, DoubleBuffered] _window <- c...
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe 'is_on_path' do context '' do it_should_not_raise_an_error('when the app is on the path') { result = is_on_path 'ls' result.should == true } it_should_raise_a_direct_error('ls987654321', :not_on_path, 'when the a...
package net.anotheria.moskito.webui.dashboards.action; import net.anotheria.maf.action.ActionCommand; import net.anotheria.maf.action.ActionMapping; import net.anotheria.maf.bean.FormBean; import net.anotheria.util.StringUtils; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRespons...
package com.serphacker.serposcope.db.google; import com.google.inject.Inject; import com.serphacker.serposcope.db.AbstractDBIT; import com.serphacker.serposcope.db.base.BaseDB; import com.serphacker.serposcope.db.base.GroupDB; import com.serphacker.serposcope.models.base.Group; import com.serphacker.serposcope.models...
<?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:showIn="LinearLayout"> <ProgressBar android:id="@+id/pbProgress" android:layout_width="wrap_content" android:layout_height="w...
{{<govuk_template}} {{$head}} {{>includes/head}} {{/head}} {{$propositionHeader}} {{>includes/propositional_navigation}} {{/propositionHeader}} {{$headerClass}}with-proposition{{/headerClass}} {{$content}} <main id="content" role="main"> {{>includes/phase_banner}} <div class="grid-row"> <div class="colum...
var APP = require("/core"); var args = arguments[0] || {}; // FUNCTIONS // CODE function selectOption(_event){ APP.popOut(); switch(_event.index){ case 0: APP.openWindow({controller:"MyNeighborhoods/MyNeighborhoods",controllerParams:{pknmessage:args.params.data.pknmessage,refButton:args.para...
package cfvbaibai.cardfantasy.web.dao; import java.util.Date; public class Post { private int id; private String senderId; private String content; private Date created; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getS...
redirect_to: - http://tech.hbc.com/2014-08-05-the-new-relic-user-group-comes-to-gilt-on-august-7.html layout:: post title: The New Relic User Group Comes to Gilt on August 7 date: '2014-08-05T16:26:00-04:00' tags: - Gilt - Gilt Groupe - Gilt Tech - gilttech - New Relic - New Relic User Group - Chris Handy - Gil Rice tu...
extern crate pkg_config; extern crate regex; use std::process::Command; use std::collections::HashMap; use std::env; use regex::Regex; use std::fs; use std::fmt; struct PythonVersion { major: u8, // minor == None means any minor version will do minor: Option<u8> } impl fmt::Display for PythonVersion { ...
import {convertObjectWithTemplates} from './utils' function signInWithGoogleFactory (options = {}) { function signInWithGoogle ({firebase, path, resolve}) { return firebase.signInWithGoogle(convertObjectWithTemplates(options, resolve)) .then(path.success) .catch(path.error) } return signInWithGo...
module Main where import System.Environment import Runner main :: IO () main = do simulationType <- getArgs runner simulationType
<?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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.fle...
package os import ( "syscall" ) // Stat returns the FileInfo structure describing file. // If there is an error, it will be of type *PathError. func (f *File) Stat() (FileInfo, error) { if f == nil { return nil, ErrInvalid } var fs fileStat err := f.pfd.Fstat(&fs.sys) if err != nil { return nil, &PathError{...
<resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="praise_criticze_marintop">35px</dimen> <dimen name="zan_cai_txtsize">6sp</dimen> <dimen name="zan_cai_txtsize2">14sp</dimen> <dimen name="zan_cai_txtsize3">30px</dimen> <dimen name="zan_cai_roundwidth">...
from django.db import models from users.models import User class Comment(models.Model): user = models.ForeignKey(User) post = models.ForeignKey("Post") content = models.TextField() create_at = models.DateTimeField(auto_now_add=True) update_at = models.DateTimeField(auto_now=True) def __st...
"use strict"; let Dispatcher = require("../dispatcher"); let PlayerProfileApi = require("../api/playerProfileApi"); let ActionTypes = require("../constants/actionTypes"); let PlayerProfileApiActions = { getCountries: function () { PlayerProfileApi.getCountries().then(function (response) { let ...
#ifndef __INTEGOPTIONSPAGE__ #define __INTEGOPTIONSPAGE__ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // OptionsPage.h : header file // enum IntegrateType { INTEG_USING_FILE_SPEC, INTEG_USING_BRANCH_SPEC, INTEG_USING_BRANCH }; ////////////////////////////////////////////////////...
package com.aestel.chemistry.openEye.nn; import java.io.*; import java.util.TreeSet; import openeye.oechem.OEMolBase; import openeye.oechem.oechem; /** * output NN results in tab separated file. * * This implementation internally stores the similarity matrix and outputs the * result in the close method. * * @...
(function() { 'use strict'; /** * Module dependencies */ var adminPolicy = require('../policies/admin.server.policy'), admin = require('../controllers/admin.server.controller'), passport = require('passport'), express = require('express'); module.exports = function (app) { var router = e...
var host = document.location.origin; var socket = io.connect(host); var search; socket.on('connect', function(data){ socket.emit('remote'); //Youtube var Youtube = { getVideo: function(query, socket){ socket.emit('video',{action:"getvideos", query:query}); ...
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: check_site_status()</title> <link rel="stylesheet" href="../sample.css" type="text/css"> <link rel="stylesheet" href="../sampl...