text stringlengths 3 1.05M |
|---|
This is a small Javascript plugin that creates a stream of your recent GitHub activity. It displays the user's name, username, photo, and a list of each individual activity type. Click [here](https://caseyscarborough.github.io/github-activity) for a demo.
A sample image of the activity stream is shown below:

// Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2017 Adam Wulkiewicz, Lodz, Poland.
// This file was modified by Oracle on 2013-2018.
// Modifications copyright (c) 2013-2018 Oracle and/or its affiliates.
// Contributed and... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.orbital.generated;
import com.azure.core.util.Context;
/** Samples for Spacecrafts Delete. */
public final class SpacecraftsDel... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LCDevWindow.Commands.LegendaryClient
{
public abstract class LCCommand
{
public abstract object ActivateCommand(string[] args);
public abstract List<String> HelpTips()... |
export TOKEN_WORKSPACE_FOLDER_NAME="${WORKSPACE_NAME}"
export TOKEN_PROJECT_FOLDER_NAME=$(echo "${PROJECT_NAME}" | cut -d'/' -f2)
|
ALTER TABLE t1 ALTER COLUMN c NOT NULL |
package elastic
import (
"fmt"
"net/http"
"net/url"
"strings"
"gopkg.in/olivere/elastic.v3/uritemplates"
)
// IndicesExistsTypeService checks if one or more types exist in one or more indices.
//
// See https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-types-exists.html
// for details.
typ... |
package com.architjn.materialicons.adapters;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import java.util.List;
public class ViewPagerAdapter extends FragmentPagerAdapter {
private final Lis... |
package org.prx.playerhater.broadcast;
import org.prx.playerhater.wrappers.ServicePlayerHater;
import android.annotation.TargetApi;
import android.media.AudioManager;
import android.os.Build;
@TargetApi(Build.VERSION_CODES.FROYO)
public class OnAudioFocusChangedListener implements
AudioManager.OnAudioFocusChangeL... |
package com.thoughtworks.go.listener;
import org.junit.Test;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.*;
public class EntityConfigChangedListenerTest {
@Test
public void shouldCareAboutEntityOfSameTypeAsTheOneTheListenerIsParameterizedWith() {
EntityConfigChangedListen... |
<?php
// Muestra la información del servidor
phpinfo();
?> |
describe('progressbar directive', function () {
var $rootScope, $compile, element;
beforeEach(module('ui.bootstrap.progressbar'));
beforeEach(module('template/progressbar/progressbar.html', 'template/progressbar/progress.html', 'template/progressbar/bar.html'));
beforeEach(inject(function(_$compile_, _$rootScop... |
package project
import java.io.{ObjectInputStream, ObjectOutputStream}
import breeze.linalg.{CSCMatrix, DenseMatrix}
import features.Feature
import scala.reflect.io.{Path, File}
/**
* Created by mechko on 12/13/14.
*/
case class FeatureMatrix(featureA : Feature, featureB : Option[Feature], corpus : String, matrix... |
<?php
/**
* Description of Model_sertifikat
*
* @author s4if
*/
class Model_sertifikat extends MY_Model {
private $sertifikat;
public function __construct() {
parent::__construct();
}
public function getData($id = -1){
return $this->em->getRepository('SertifikatEntity')... |
#ifndef __CPU_SIMPLE_BASE_HH__
#define __CPU_SIMPLE_BASE_HH__
#include "base/statistics.hh"
#include "config/the_isa.hh"
#include "cpu/base.hh"
#include "cpu/checker/cpu.hh"
#include "cpu/exec_context.hh"
#include "cpu/pc_event.hh"
#include "cpu/simple_thread.hh"
#include "cpu/static_inst.hh"
#include "mem/packet.hh... |
package org.broadinstitute.hellbender.engine.spark;
import org.broadinstitute.barclay.argparser.CommandLineException;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import java.util.Arrays;
import java.util.Map;
public class SparkCommandLineArgumentCollectio... |
var _ = require('underscore');
var isopackets = require('../tool-env/isopackets.js');
var Console = require('../console/console.js').Console;
// runLog is primarily used by the parts of the tool which run apps locally. It
// writes to standard output (and standard error, if rawLogs is set), and allows
// special outpu... |
#include "fbjni.h"
#include <mutex>
#include <vector>
#include <jni/LocalString.h>
namespace facebook {
namespace jni {
template<typename... Args>
static void log(Args... args) {
// TODO (7623232) Migrate to glog
#ifdef __ANDROID__
facebook::alog::loge("fbjni", args...);
#endif
}
jint initialize(JavaVM* vm, voi... |
package org.antlr.v4.runtime;
/** A token has properties: text, type, line, character position in the line
* (so we can ignore tabs), token channel, index, and source from which
* we obtained this token.
*/
public interface Token {
public static final int INVALID_TYPE = 0;
/** During lookahead operations,... |
<?php
defined('C5_EXECUTE') or die("Access Denied.");
$this->inc('form_setup_html.php');
|
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using BitcoinUtilities.P2P;
using BitcoinUtilities.P2P.Primitives;
namespace BitcoinUtilities.Node.Modules.Headers
{
/// <summary>
/// An connected tree of headers.
/// The tree is stored in memory, and update operations a... |
Various Java FX snippets, maybe will go into JFXtras Labs someday
## License
[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
@protocol FLSlideshowOptionsViewControllerDelegate;
@interface FLSlideshowOptionsViewController : FLEditObjectViewController<MPMediaPickerControllerDelegate> {
@private
FLSlideshowOptions* _options;
__unsafe_unretained id<FLSlideshowOptionsViewControllerDelegate> _slideshowDelegate;
BOOL _showButton;
}
- (id) init... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
package org.apache.drill.exec.expr.fn.impl.conv;
import org.apache.drill.exec.expr.DrillSimpleFunc;
import org.apache.drill.exec.expr.annotations.FunctionTemplate;
import org.apache.drill.exec.expr.annotations.FunctionTemplate.FunctionScope;
import org.apache.drill.exec.expr.annotations.FunctionTemplate.NullHandling;... |
package org.apache.ignite.internal.processors.cache;
import org.apache.ignite.*;
import org.apache.ignite.internal.util.typedef.internal.*;
import org.apache.ignite.plugin.extensions.communication.*;
import org.jetbrains.annotations.*;
import java.io.*;
import java.nio.*;
import java.util.*;
/**
* Cache object ov... |
<?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" xml:lang="en" lang="en">
<head>
<title>Class: Erubis::EscapedEc</title>
<meta http-equiv="Conte... |
package container
import (
"encoding/json"
"fmt"
"io"
"net"
"os"
"path/filepath"
"strconv"
"strings"
"sync"
"syscall"
"time"
"golang.org/x/net/context"
"github.com/Sirupsen/logrus"
containertypes "github.com/docker/docker/api/types/container"
mounttypes "github.com/docker/docker/api/types/mount"
netw... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
namespace Microsoft.Azure.Devices.Client.Common
{
using System.Threading.Tasks;
static class TaskConstants
{
static readonly Task<bool> BooleanTrue... |
#pragma once
#include <aws/mediapackage/MediaPackage_EXPORTS.h>
#include <aws/core/Region.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace MediaPackage
{
namespace MediaPackageEndpoint
{
AWS_MEDIAPACKAGE_API Aws::String ForRegion(const Aws::String& regionName, bool useDualStack = false... |
package com.alibaba.dubbo.config.api;
import java.io.Serializable;
/**
* User
*
* @author william.liangf
*/
public class User implements Serializable {
private static final long serialVersionUID = 1L;
private String name;
public User() {
}
public User(String na... |
/**
* Aria resource object for calendar ms-MY
*/
Aria.resourcesDefinition({
$classpath : 'aria.resources.CalendarRes',
$resources : {
today : "Hari ini",
selectedDate : "Tarikh yang dipilih"
}
});
|
module.exports = GenericSet;
function GenericSet() {
throw new Error("Can't construct. GenericSet is a mixin.");
}
GenericSet.prototype.isSet = true;
GenericSet.prototype.union = function (that) {
var union = this.constructClone(this);
union.addEach(that);
return union;
};
GenericSet.prototype.inter... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
package com.heatonresearch.aifh.general.fns
import com.heatonresearch.aifh.AIFH
import org.scalatest.Suite
import org.scalatest.matchers.ShouldMatchers
import scala.collection.mutable.ArrayBuffer
/**
* Test the Mexican hat function.
*/
class TestMexicanHatFunction extends Suite with ShouldMatchers {
def testEva... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
namespace Lib
{
public sealed class Class1
{
public void F()
{
}
}
}
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.checkboxexample"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sd... |
(function($) {
var options = {
canvas: true
};
var render, getTextInfo, addText;
// Cache the prototype hasOwnProperty for faster access
var hasOwnProperty = Object.prototype.hasOwnProperty;
function init(plot, classes) {
var Canvas = classes.Canvas;
// We only want to replace the functions once; t... |
FROM tiangolo/uwsgi-nginx:python3.5
#Updates and Requirements
RUN apt-get update
RUN apt-get install -y nano
#Fix wkhtmltopdf
RUN wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
RUN tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz
RUN cp wkhtmlto... |
import { hasOwn } from "./helper/consts";
export default function( obj, key ) {
return obj != null && ( obj.hasOwnProperty === hasOwn ) ? obj.hasOwnProperty( key ) : hasOwn.call( obj, key );
}
|
- Medium
### Description
Given an array of integers, every element appears twice except for one. Find that single one.
#### Note:
- Your algorithm should have a linear runtime complexity. Could you implement it without using extra memory?
#### Tags
- Hash Table
- Bit Manipulation
|
{-# LANGUAGE MagicHash #-}
module Main (main) where
import GHC.Exts (Double(D#), Float(F#), word2Double#, word2Float#)
main :: IO ()
main = do
print (D# (word2Double# 0##))
-- 9007199254740992 is 2^53, which is the largest integer which
-- can be stored in a 64-bit IEEE floating-point value without
--... |
[](https://travis-ci.org/ordermentum/myob-exo-javascript-sdk)
[](https://badge.fury.io/js/myob-exo)
[ {
return patientID;
}
public void setPatientID(String patientID) {
this.patientID = patientID;
}
private String patientID;
}
|
import {Container} from 'aurelia-dependency-injection';
import {HttpClient} from 'aurelia-fetch-client';
import {Config} from 'aurelia-api';
import {FetchConfig} from '../src/fetchClientConfig';
import {AuthService} from '../src/authService';
function getContainer() {
let container = new Container();
let config ... |
describe('Path', function () {
// The following two tests are skipped, as the ES6-ifycation of Leaflet
// means that L.Path is no longer visible.
describe('#bringToBack', function () {
it('is a no-op for layers not on a map', function () {
var path = new L.Polyline([[1, 2], [3, 4], [5, 6]]);
expect(path.bri... |
namespace Poco {
class Foundation_API InflatingStreamBuf: public BufferedStreamBuf
/// This is the streambuf class used by InflatingInputStream and InflatingOutputStream.
/// The actual work is delegated to zlib (see http://zlib.net).
/// Both zlib (deflate) streams and gzip streams are supported.
/// Output stre... |
(function(){
"use strict";
try {
new Image();
} catch(e){
window.Image = function(){
return document.createElement('img');
};
}
webshim.isReady('picture', true);
setTimeout(function(){
if(window.picturefill){
var sel = 'picture, img[srcset]';
webshim.addReady(function(context){
if(context.qu... |
@class DetailViewController;
@interface MasterViewController : UITableViewController
@property (strong, nonatomic) DetailViewController *detailViewController;
@end
|
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="ProjectKey">
<option name="state" value="project://63537948-39a4-48a0-9c97-34259a0fa913" />
</component>
<component name="ProjectRootManager" ... |
/**
The YUI module contains the components required for building the YUI seed file.
This includes the script loading mechanism, a simple queue, and the core
utilities for the library.
@module yui
@main yui
@submodule yui-base
**/
/*jshint eqeqeq: false*/
if (typeof YUI != 'undefined') {
YUI._YUI = YUI;
}
/**
The... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<appendix id="appendix-security">
<title>Security Integration</title>
<para>Since Spring DM 1.2.0, Gemini Blueprint integrates with Jav... |
package org.apache.camel.component.thrift;
import java.io.IOException;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.nio.ByteBuffer;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.StringJoiner... |
new_file=/tmp/collectd_notifications.log-`date +%Y%m%d%H%M%S`
FILE="/usr/lib/jiocloud/metrics/collectd_notifications.log"
sudo mv $FILE $new_file || exit 1
python /usr/lib/jiocloud/metrics/check_thresholds.py $new_file
|
package ansiterm
func (ap *AnsiParser) collectParam() error {
currChar := ap.context.currentChar
ap.logf("collectParam %#x", currChar)
ap.context.paramBuffer = append(ap.context.paramBuffer, currChar)
return nil
}
func (ap *AnsiParser) collectInter() error {
currChar := ap.context.currentChar
ap.logf("collectIn... |
package org.sispub.bigquery.formatter;
import java.io.IOException;
import java.util.logging.Logger;
import com.google.api.services.bigquery.model.TableFieldSchema;
public class MultiBigqueryFormatter extends BigqueryFormatter {
private static final Logger LOGGER = Logger.getLogger(MultiBigqueryFormatter.class.getS... |
function xhr_cookie() {
var win = Titanium.UI.createWindow();
var android = Ti.Platform.name == 'android';
var username = Ti.UI.createTextField({
autocapitalization:Titanium.UI.TEXT_AUTOCAPITALIZATION_NONE,
width:300,
top:10,
height: android ? 45 : 35,
borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,... |
namespace gbase {
class ClockInterface {
public:
virtual ~ClockInterface() {}
virtual void GetTimeOfDay(uint64 *sec, uint32 *usec) = 0;
virtual uint64 GetTime() = 0;
virtual bool GetTmWithOffsetSecond(time_t offset_sec, tm *output) = 0;
// High accuracy clock.
virtual uint64 GetFrequency() = 0;
virtua... |
package org.deviceconnect.android.manager.setting;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.FragmentActivity;
/**
* エラーダイアログ表示用Activity.
* @author NTT DOCOMO, INC.
*/
public class ErrorDialogActivity extends FragmentActivity {
@Override
protected void onCreate... |
namespace glm
{
//! 1 component vector of high precision floating-point numbers.
//! There is no guarantee on the actual precision.
//! From GLM_GTX_vec1 extension.
typedef detail::highp_vec1_t highp_vec1;
//! 1 component vector of medium precision floating-point numbers.
//! There is no guarantee on the actu... |
from django.contrib.gis.db.models.fields import ExtentField
from django.db.models.aggregates import Aggregate
__all__ = ['Collect', 'Extent', 'Extent3D', 'MakeLine', 'Union']
class GeoAggregate(Aggregate):
function = None
is_extent = False
def as_sql(self, compiler, connection):
# this will be c... |
#ifndef PlatformUtilities_h
#define PlatformUtilities_h
#include <WebKit2/WKRetainPtr.h>
#include <string>
#if PLATFORM(MAC)
#if __OBJC__
@class NSString;
#else
class NSString;
#endif
#endif
namespace TestWebKitAPI {
namespace Util {
// Runs a platform runloop until the 'done' is true.
void run(bool* done);
#if... |
// Copyright 2012 Google Inc. 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 applicable... |
<!-- BEGIN MUNGE: UNVERSIONED_WARNING -->
<!-- BEGIN STRIP_FOR_RELEASE -->
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernetes/img/warning.png" alt="WARNING"
width="25" height="25">
<img src="http://kubernetes.io/kubernet... |
package testcase;
import static org.junit.Assert.*;
import org.junit.Test;
import chessGame.ExEnemyChessSelected;
import chessGame.ExInvalidMove;
import chessGame.ExNullMovingChess;
public class TestException {
@Test
public void testExEnemyChessSelected() {
ExEnemyChessSelected ex = new ExEnemyChessSelected();... |
require 'spec_helper'
describe 'build-essential::default' do
let(:chef_run) do
ChefSpec::ServerRunner.new(platform: 'centos', version: '6.9',
step_into: ['build_essential']).converge(described_recipe)
end
it 'installs the correct packages' do
expect(chef_run).to install_pa... |
import {ElementProfile, ProfilerFrame} from 'protocol';
import {Theme} from '../../../../../theme-service';
import {RecordFormatter} from '../record-formatter';
export interface FlamegraphNode {
value: number;
color?: string;
children: FlamegraphNode[];
label: string;
instances: number;
original: Elemen... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Collections.Concurrent;
using System.Diagnostics;
using System.Net.Sockets.Tests;
using System.Threadi... |
//
// GTLRDefines.h
//
// Ensure Apple's conditionals we depend on are defined.
#import <TargetConditionals.h>
#import <AvailabilityMacros.h>
// These can be redefined via a prefix if you are prefixing symbols to prefix
// the names used in strings. Something like:
// #define _HELPER(x) "MyPrefix" #x
// #define... |
package net.java.sip.communicator.impl.protocol.jabber;
import java.util.*;
import net.java.sip.communicator.impl.protocol.jabber.extensions.colibri.*;
import net.java.sip.communicator.service.protocol.*;
import net.java.sip.communicator.service.protocol.event.*;
import net.java.sip.communicator.service.proto... |
int com_expand_subtree(ctree_nd_t *topnd, int op_grp);
int merge_constants(ctree_nd_t *topnd);
void expand_tree(ctree_nd_t *topnd);
void node_merge(ctree_nd_t *topnd);
#endif
|
describe Fastlane do
describe Fastlane::FastFile do
describe "commit_github_file" do
let(:response_body) { File.read("./fastlane/spec/fixtures/requests/github_create_file_response.json") }
context 'successful' do
before do
stub_request(:put, "https://api.github.com/repos/fastlane/fa... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Diagnostics;
namespace Microsoft.VisualStudio.LanguageServices.Utilities
{
internal... |
/** @file configuration_store.h
*
* This is the interface file to configuration store.
*
* The following (referred to as [REFERENCE_1] in other parts of the documentation)
* discusses synchronous/asynchronous completion of \ref ARM_CFSTORE_DRIVER methods
* and the inter-relationship of
* \ref ARM_CFSTORE_OPCO... |
@extends(layoutExtend())
@section('title')
{{ trans('categorie.Edit') }} {{ trans('home.Edit') }}
@endsection
@section('content')
<form action="{{ concatenateLangToUrl('admin/translation/save') }}" method="post">
{{ csrf_field() }}
<div class="form-group">
<input type="submit" name... |
import sys
import linguistica as lxa
from linguistica.cli import main as cli_main
from linguistica.util import check_py_version
try:
from linguistica.gui import main as gui_main
pyqt5_available = True
except ImportError:
gui_main = None
pyqt5_available = False
check_py_version()
lxa_version = lxa.__... |
"""
Module for code related to scoring sentence pairs.
"""
import math
from simpleai.machine_learning import ClassificationProblem, is_attribute
from yalign.svm import SVMClassifier
from yalign.datatypes import ScoreFunction, SentencePair
from yalign.utils import CacheOfSizeOne
class SentencePairScore(ScoreFunction... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Written by libSedML v1.1.5123.24255 see http://libsedml.sf.net -->
<sedML level="1" version="1" xmlns="http://sed-ml.org/">
<listOfSimulations>
<uniformTimeCourse id="simulation_1" initialTime="0" outputStartTime="0" outputEndTime="10" numberOfPoints="100">
<algor... |
#ifndef WEBRTC_MODULES_DESKTOP_CAPTURE_SHARED_MEMORY_H_
#define WEBRTC_MODULES_DESKTOP_CAPTURE_SHARED_MEMORY_H_
#include <stddef.h>
#if defined(WEBRTC_WIN)
#include <windows.h>
#endif
#include <memory>
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/typedefs.h"
... |
/*
* 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 writing, software distributed under t... |
Java Dynamic Proxy Demo
====================
###1. Demo Download
[Run Main](https://github.com/android-cn/android-open-project-demo/blob/master/java-dynamic-proxy/src/com/codekk/java/test/dynamicproxy/Main.java)
###1. View Class File
运行 [Main](https://github.com/android-cn/android-open-project-demo/blob/master/java-... |
Post-processing example programs to play with the imv buffer:
=============================================================
Compile:
--------
gcc imv2pgm.c -o imv2pgm -lm
gcc imv2txt.c -o imv2txt
Record and split buffer:
------------------------
raspivid -x test.imv -o test.h264
We need to split the buffer first us... |
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>[1,1]</version>
</parent>
<artifactId>child</artifactId>
<version>2</version>
<packaging>pom</packaging>
</project>
|
My Symfony application v1.0
===========================
* [`alias1`](#descriptorcommand1)
* [`alias2`](#descriptorcommand1)
* [`help`](#help)
* [`list`](#list)
**command4:**
* [`command4:descriptor`](#descriptorcommand4)
**descriptor:**
* [`descriptor:alias_command4`](#descriptorcommand4)
* [`descriptor:command1`]... |
/*
* 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 writing, software
* distribut... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-e... |
package uk.gov.gchq.gaffer.parquetstore.query;
import org.apache.commons.lang3.StringUtils;
import uk.gov.gchq.gaffer.commonutil.ToStringBuilder;
import uk.gov.gchq.gaffer.data.element.id.ElementId;
public class ParquetEntitySeed extends ParquetElementSeed {
private final Object[] seed;
public ParquetEnt... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v6.3.0
* @link http://www.ag-grid.com/
* @license MIT
*/
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : ... |
// This package is generated by client-gen with arguments: --clientset-name=release_1_4 --input=[api/v1,authorization/v1beta1,autoscaling/v1,batch/v1,extensions/v1beta1]
// This package has the automatically generated typed clients.
package v1beta1
|
namespace media {
namespace cast {
MockRtpPayloadFeedback::MockRtpPayloadFeedback() {}
MockRtpPayloadFeedback::~MockRtpPayloadFeedback() {}
} // namespace cast
} // namespace media
|
//
// GTLRuntimeCommon.h
//
#import <Foundation/Foundation.h>
#import "GTLDefines.h"
// This protocol and support class are an internal implementation detail so
// GTLObject and GTLQuery can share some code.
@protocol GTLRuntimeCommon <NSObject>
@required
// Get/Set properties
- (void)setJSONValue:(id)obj forKe... |
package com.navercorp.pinpoint.plugin.spring.webflux.interceptor;
import com.navercorp.pinpoint.bootstrap.async.AsyncContextAccessorUtils;
import com.navercorp.pinpoint.bootstrap.context.AsyncContext;
import com.navercorp.pinpoint.bootstrap.context.MethodDescriptor;
import com.navercorp.pinpoint.bootstrap.context.Sp... |
;(function(){
/**
* Require the given path.
*
* @param {String} path
* @return {Object} exports
* @api public
*/
function require(path, parent, orig) {
var resolved = require.resolve(path);
// lookup failed
if (null == resolved) {
orig = orig || path;
parent = parent || 'root';
var err = new ... |
<?php
declare(strict_types=1);
namespace Tests\CarbonPeriod\Fixtures;
use Carbon\CarbonInterface;
use DateTime;
use ReturnTypeWillChange;
abstract class AbstractCarbon extends DateTime implements CarbonInterface
{
public function __construct($time = null, $tz = null)
{
parent::__construct($time, $... |
layout: post
title: "Water Breathing"
date: 2015-07-30
sources: [PHB.287, SRD.191]
tags: [artificer, druid, ranger, sorcerer, wizard, level3, action, ritual, transmutation]
---
**3rd-level transmutation (ritual)**
**Casting Time**: 1 action
**Range**: 30 feet
**Components**: V, S, M (a short reed or piece of straw)... |
a presentation on the 3 basic control structures
|
# Launching your app with a root module
## Prerequisites
A basic understanding of the following:
* [JavaScript Modules vs. NgModules](guide/ngmodule-vs-jsmodule)
An NgModule describes how the application parts fit together.
Every application has at least one Angular module, the *root* module, which must be presen... |
package com.facebook.imagepipeline.testing;
import com.facebook.common.time.MonotonicClock;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
*
*
*/
public class FakeClock implements MonotonicClock {
public interface OnTickListener {
void onTick();
}
private final Map<OnTickLis... |