text
stringlengths
2
1.04M
meta
dict
<?php class Encapsulator { public static function toTextField($_text) { return "<textarea>$_text</textarea>"; } public static function toInputField($_text) { return "<input type='text' value='$_text'>"; } public static function toDatePicker($_text) { return "<input type='date' value='$_text'>"; } } ?...
{ "content_hash": "e8e955d4f3bc75f6fba450de019528f6", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 46, "avg_line_length": 21.4, "alnum_prop": 0.6510903426791277, "repo_name": "ogrady/SuperInfBros", "id": "19d89c0d2d451ecb6244b057345e3a30aaa1b985", "size": "321", "binar...
<?php namespace Ekino\HalClient\Deserialization { use Ekino\HalClient\Deserialization\Construction\ProxyObjectConstruction; use Ekino\HalClient\Deserialization\Handler\ArrayCollectionHandler; use Ekino\HalClient\Deserialization\Handler\DateHandler; use Ekino\HalClient\Deserialization\ResourceDeseria...
{ "content_hash": "8901a6612fad2f8839493b0ad58e02f7", "timestamp": "", "source": "github", "line_count": 317, "max_line_length": 135, "avg_line_length": 26.820189274447948, "alnum_prop": 0.49376617266525524, "repo_name": "ekino/php-hal-client", "id": "d1ae1cf88064fd61d0e9dc83cf9b606f1f41cce2", "size...
package com.intellij.openapi.roots.ui.configuration; import com.intellij.facet.impl.ProjectFacetsConfigurator; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.DataProvider; import com.intellij.openapi.actionSystem.LangDataKeys; import com.intellij.openapi.components.ServiceKt; import ...
{ "content_hash": "25c022a9c89fd425f7df2adf9d903529", "timestamp": "", "source": "github", "line_count": 577, "max_line_length": 194, "avg_line_length": 34.7209705372617, "alnum_prop": 0.7071977638015374, "repo_name": "lucafavatella/intellij-community", "id": "f5129a9f14670a573dca087fc23acab10f1995d6"...
package com.hazelcast.nio; import com.hazelcast.version.Version; /** * An instance which supports versioning. * <p> * It may be any version (cluster version, node version, custom version, etc.), * that is up to the implementer. * * @since 3.8 */ public interface VersionAware { /** * @return the ver...
{ "content_hash": "8edafc3615b0f06e5379f61e4da99843", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 89, "avg_line_length": 22.17241379310345, "alnum_prop": 0.6609642301710731, "repo_name": "mesutcelik/hazelcast", "id": "8c4d5d416209d018fb347ca363f3119d7c0f0206", "size": "...
(function (factoryFn) { if (typeof define === 'function' && define.amd) define(['lodash', 'dagre'], factoryFn); else if (typeof module === 'object' && module.exports) module.exports = factoryFn(require('lodash'), require('dagre')); else this.nomnoml = factoryFn(_, dagre); })(function (_, dagre) { var skan...
{ "content_hash": "d2ae9449995757fec374228516c5d35e", "timestamp": "", "source": "github", "line_count": 1618, "max_line_length": 594, "avg_line_length": 33.53955500618047, "alnum_prop": 0.5729448836309359, "repo_name": "prantlf/nomnoml", "id": "1bbe57ffd16e17613dce2f3a08d2499322e5c4ae", "size": "54...
require 'rails_helper' feature 'Participant Invitations' do let(:user) { create(:person) } let(:invitation) { create(:participant_invitation, role: 'organizer') } before { login_user(user) } context "User has received a participant invitation" do it "can accept the invitation" do visit accept_parti...
{ "content_hash": "3ed069656b5a27cf4bd7641c01b068f8", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 81, "avg_line_length": 30.41176470588235, "alnum_prop": 0.7156673114119922, "repo_name": "rubyaustralia/cfp-app", "id": "0238ec5b34a257fe36906ff4a9b395a98a3aaf60", "size": ...
const EMPTY = ''; const NEWLINE = '\n'; const SLASH = '/'; const SPACE = ' '; const identity = x => x; const getLongest = items => items.reduce((a, b) => (a.length > b.length ? a : b)); module.exports.indented = (str, indent = 2) => str.split(`${NEWLINE}`).join(`${NEWLINE}${SPACE.repeat(indent)}`); module.exports.b...
{ "content_hash": "3b0e387cd2b03a4ce3eb4c2507a05294", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 113, "avg_line_length": 30.3125, "alnum_prop": 0.6216494845360825, "repo_name": "abcnews/aunty", "id": "738b1e26584e0ca4095b7bad0b6f8ab5cbdcd013", "size": "1942", "binary...
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Something's Brewing Beer Swap</title> <meta name="description" content="Something's Brewing Beer Swap, an app to ."> <link rel="shortcut icon" href="images/favico...
{ "content_hash": "890024118b67db14304c251724af86e9", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 166, "avg_line_length": 39.625, "alnum_prop": 0.6271293375394322, "repo_name": "lolamastro/beerswap", "id": "9dc6b822e854d4d2dd2bad29cb7750ffe9b779d4", "size": "1585", "b...
<?xml version="1.0" ?> <!-- 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, Version 2.0 (t...
{ "content_hash": "5d0516be3511469211ba47c281e7b23b", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 103, "avg_line_length": 41.40625, "alnum_prop": 0.7456603773584906, "repo_name": "terrancesnyder/solr-analytics", "id": "9b96ea4a445e188cb2bae3725c773f6dba76279b", "size": ...
// Copyright 2015 CoreOS, Inc. // // 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...
{ "content_hash": "1070908f145197745c4085ba82fa7351", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 91, "avg_line_length": 23.141104294478527, "alnum_prop": 0.6593319194061505, "repo_name": "mjg59/mantle", "id": "391d027edbada7cdeccd01b4c3245c4caee43bb0", "size": "3772",...
package org.jclouds.ec2.binders; import static com.google.common.base.Preconditions.checkArgument; import static com.google.common.base.Preconditions.checkNotNull; import javax.inject.Singleton; import org.jclouds.aws.util.AWSUtils; import org.jclouds.http.HttpRequest; import org.jclouds.rest.Binder; import com.go...
{ "content_hash": "eab50da46511eada9ef85706770482f3", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 112, "avg_line_length": 29.95, "alnum_prop": 0.7445742904841403, "repo_name": "yanzhijun/jclouds-aliyun", "id": "5478d64542d34872206fe514ca1c13b69d75d091", "size": "1999", ...
package org.hl7.fhir.dstu2016may.hapi.validation; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.support.ConceptValidationOptions; import ca.uhn.fhir.context.support.IValidationSupport; import ca.uhn.fhir.context.support.ValidationSupportContext; import ca.uhn.fhir.rest.api.Constants; import org.ap...
{ "content_hash": "3812c721c45550619d3c7435465fa110", "timestamp": "", "source": "github", "line_count": 287, "max_line_length": 219, "avg_line_length": 34.153310104529616, "alnum_prop": 0.7596408896143644, "repo_name": "SingingTree/hapi-fhir", "id": "f1c2fe2bb0f8fd7f9c9fcf5bfc1b222d6c97f2ce", "size...
using System; using System.Collections.Generic; using System.Reflection; using Glimpse.Core.Message; namespace Glimpse.AspNet.Message { public class ProcessConstraintMessage : ITimedMessage, ISourceMessage { public ProcessConstraintMessage(int routeHashCode, int constraintHashCode, bool isMatch, str...
{ "content_hash": "ca85ebd3dba5ca48d7bdc9ba4054864e", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 224, "avg_line_length": 33.8936170212766, "alnum_prop": 0.6177024482109228, "repo_name": "rho24/Glimpse", "id": "8692b756a749c37f4a8b4b53df5d21a5295b8f8b", "size": "1595", ...
VIRT='https://pypi.python.org/packages/source/v/virtualenv/virtualenv-12.1.1.tar.gz' mkdir -p .bootstrap wget $VIRT -O .bootstrap/virtualenv.tar.gz tar xfv .bootstrap/virtualenv.tar.gz -C .bootstrap/ ./.bootstrap/virtualenv*/virtualenv.py ./.bootstrap/virt sudo apt-get install -y gcc python-dev source ./.bootstrap...
{ "content_hash": "fe3280c2948d7a698f2f896c632a26ef", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 84, "avg_line_length": 28.53846153846154, "alnum_prop": 0.7654986522911051, "repo_name": "aaronschif/machine_state", "id": "bc6c6769f9cfa59c3c7333da5fe709e3fd2b3bd3", "size...
//---THIS FILE WAS AUTOMATICALLY GENERATED. DO NOT EDIT---// //To change this file, alter the niftools/docsys/gen_niflib.py Python script. #include <string> #include <iostream> #include "../../include/NIF_IO.h" #include "../../include/gen/enums.h" #include "../../include/gen/enums_intl.h" using namespace std; na...
{ "content_hash": "14c42e331bfe23c1e1a340a9994f5990", "timestamp": "", "source": "github", "line_count": 2084, "max_line_length": 116, "avg_line_length": 37.4457773512476, "alnum_prop": 0.6801132795981394, "repo_name": "figment/niflib", "id": "1a88b3078b1380362bc0e100f24e4ae6e26975b2", "size": "7815...
package org.apache.tez.dag.app.dag; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.security.Credentials; import org.apache.hadoop.security.UserGroupInformation; import org.apache.hadoop.yarn.api.records.ApplicationAccessType; ...
{ "content_hash": "da9542f557c019915058ee4a6c591446", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 90, "avg_line_length": 28.91891891891892, "alnum_prop": 0.7542056074766356, "repo_name": "apache/incubator-tez", "id": "45fb50a629cebc5f50e39fe4a0407bfda934ff3f", "size": "...
using System; using System.Reflection; using MongoDB.Configuration.Mapping.Auto; using MongoDB.Configuration.Mapping.Conventions; using MongoDB.Util; namespace MongoDB.Configuration.Builders { /// <summary> /// /// </summary> public class AutoMappingProfileBuilder { private...
{ "content_hash": "02205bd588846e8ba24e32f1d1a72b97", "timestamp": "", "source": "github", "line_count": 342, "max_line_length": 155, "avg_line_length": 40.06140350877193, "alnum_prop": 0.6025837530107292, "repo_name": "zh-huan/mongodb", "id": "f1ece0f0cc2b52133e2d5b048f1d9274b70a22d0", "size": "137...
<project name="org.eclipse.paho.client.mqttv3.internal.traceformat" default="full"> <taskdef resource="net/sf/antcontrib/antcontrib.properties"/> <property name="source.folder" value="./" /> <property name="output.folder" value="./target/work" /> <property name="ship.folder" value="./target/ship" /> <!-- classpa...
{ "content_hash": "c2b96aec388aafa343e3f045e4a9ff74", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 112, "avg_line_length": 36.21, "alnum_prop": 0.6575531621099144, "repo_name": "tuckervento/usTwo", "id": "1741a38f6ee3f897157e6bce33556b0c72c0e452", "size": "3621", "bin...
author: slowe comments: true date: 2014-07-31 09:00:00+00:00 layout: post slug: installing-the-docker-plugin-for-heat title: Installing the Docker Plugin for Heat wordpress_id: 3480 categories: Tutorial tags: - Automation - Docker - OpenStack - Linux - Virtualization --- In this post, I'll share with you how I install...
{ "content_hash": "efcb40100d10441d9b1c7a7e6f1014ce", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 513, "avg_line_length": 92.37837837837837, "alnum_prop": 0.7814511410181393, "repo_name": "lowescott/lowescott.github.io", "id": "39fe56d6ab3a62dd77f72089786f301721ca7ca6", ...
package jscompiler.jsobject; public class JsUndefined extends JsObjectBase { @Override public int getCode() { return UNDEFINED; } @Override public Object getRealValue() { return "undefined"; } }
{ "content_hash": "5eab8d3fca49cfc2f4c7a6c23a56ee2b", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 47, "avg_line_length": 13.933333333333334, "alnum_prop": 0.7272727272727273, "repo_name": "geecodemonkeys/jscompiler", "id": "fd58a9f735f5e1482debb1f65b76a685812cbb64", "si...
using System; using NUnit.Framework; using OpenSim.Data.Tests; using log4net; using System.Reflection; using OpenSim.Tests.Common; namespace OpenSim.Data.NHibernate.Tests { [TestFixture, DatabaseTest] public class NHibernateMsSqlAssetTest : BasicAssetTest { private static readonly ILog m_log = Lo...
{ "content_hash": "7be8eb2da65f68a1df5939d662bc40f8", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 190, "avg_line_length": 28.375, "alnum_prop": 0.5500314663310258, "repo_name": "zekizeki/agentservice", "id": "89c956766d034967861f4b1dee480238f95476d7", "size": "3206", ...
// // UIView+MRView.h // test // // Created by 刘入徵 on 2017/4/15. // Copyright © 2017年 Mix_Reality. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (MRView) /** 添加轻击手势 Add a tap gesture With UIView */ - (void)tapActionWithBlock:(void (^)(void))block; @property (nonatomic) CGFloat left; ...
{ "content_hash": "bab7b9555a8fbcef99740d85ad8d7c79", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 95, "avg_line_length": 35.86666666666667, "alnum_prop": 0.6756505576208178, "repo_name": "MrReality/MRCommon", "id": "6a25463b33817bf94f75b723e1d9928b5e8c60a1", "size": "10...
======= Summary ======= One key element of systems administration that is often overlooked is that end users are the reason systems administrators exist. Don't go the BOFH route and terminate every user who causes an alert to go off. Work with users to understand what they're trying to accomplish and see how your envi...
{ "content_hash": "2882f72bf6b0a0a686d73015dd7f4f9a", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 72, "avg_line_length": 45.27272727272727, "alnum_prop": 0.7911646586345381, "repo_name": "AlekhyaMallina-Vedams/openstack-manuals", "id": "8c142ca605add5a2dc0194ed14cdd78f35e...
// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/views/notifications/balloon_view_host.h" #include "base/string_util.h" #include "chrome/browser/browser_list.h" #include "ch...
{ "content_hash": "34169cd434969c7095d6794fab8fd85d", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 80, "avg_line_length": 35.629629629629626, "alnum_prop": 0.7014553014553014, "repo_name": "rwatson/chromium-capsicum", "id": "e825399939a227a99bd0da9825218560baa7dd28", "s...
using System; using System.Net.Security; using System.Net.Sockets; using System.Security.Authentication; using System.Security.Cryptography.X509Certificates; namespace Thrift.Transport { /// <summary> /// SSL Socket Wrapper class /// </summary> public class TTLSSocket : TStreamTransport { ...
{ "content_hash": "36203fa2b420b2dfb660bdd3213a52c2", "timestamp": "", "source": "github", "line_count": 428, "max_line_length": 156, "avg_line_length": 34.850467289719624, "alnum_prop": 0.5234647358541163, "repo_name": "gadLinux/thrift", "id": "06286dc8b502580f6b73962b88f42f6a12ad0a10", "size": "15...
package d.money.common.utils; import javax.servlet.http.HttpServletRequest; public class WebUtils { /** * * 方法名: getBasePath * 方法描述:获得html标签<base href>的base_path值 * 参数: @return * 返回值: String * @exception * @since 1.0.0 */ public static String getBasePath(HttpServletRequest requ...
{ "content_hash": "18501f792b6e8762f590c66298586a0a", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 65, "avg_line_length": 21.58139534883721, "alnum_prop": 0.6411637931034483, "repo_name": "yandong3389/money2", "id": "fd4eaf032f301ca818a4494fe11a91824084bfd0", "size": "99...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;"> <h4>An uncaught Exception was encountered</h4> <p>Type: <?php echo get_class($exception); ?></p> <p>Message: <?php echo $message; ?></p> <p>Filename: <?php echo $except...
{ "content_hash": "3812efa31c3248651b16f36bca227c99", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 93, "avg_line_length": 29.59375, "alnum_prop": 0.5681098204857444, "repo_name": "yassu/PomoBoard", "id": "9d9e9fa4e309ec9cca20bf1b0c8aab29b3530a69", "size": "947", "binar...
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]--> <title>Tah Docs</title> <!-- css --> <link type="text/css" rel="stylesheet" href="http://fast.fonts.net/cssapi...
{ "content_hash": "67d2dc838f36a29ca2a2ac28ad5147ef", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 293, "avg_line_length": 46.48170731707317, "alnum_prop": 0.592548865276138, "repo_name": "tah-io/tah-docs.github.io", "id": "f42f941e293a01eea9db8ec456411568fed9eaa5", "si...
@protocol MediaSelectionDelegate <NSObject> - (void)mediaWasSelected:(Media *)media; @end
{ "content_hash": "d7b6160c2a0af9f2d67313dc7276ab45", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 43, "avg_line_length": 18.4, "alnum_prop": 0.7717391304347826, "repo_name": "rahulbhirud/cast-ios-demo-player", "id": "8e2e514e8e704276fd572ee9bf87886714420dce", "size": "75...
package com.wills.help.assist.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import com.wills.help.R; import com.wills.help.db.bean.OrderTypeInfo; import java.util...
{ "content_hash": "e4407c2e097269cd0a3fb23d9f925936", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 100, "avg_line_length": 23.984126984126984, "alnum_prop": 0.6843150231634679, "repo_name": "Lee-Wills/wills", "id": "592e3876a792e3b6d77970ed5eb889d1f0a358cc", "size": "151...
package com.amazonaws.services.directconnect.model.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.Request; import com.amazonaws.http.HttpMethodName; import com.amazonaws.services.directconnect.model.*; import com.amazonaws.transform.Marshaller; import co...
{ "content_hash": "588ffead8e77f50919b7758dd1a9d017", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 140, "avg_line_length": 43.056603773584904, "alnum_prop": 0.7765118317265557, "repo_name": "aws/aws-sdk-java", "id": "27720d9fc1f673f4dab88028e3bea51139eb509c", "size": "28...
module Rickshaw module Builders autoload :Graph, 'rickshaw/builders/graph' end end
{ "content_hash": "9175c0f9984fcdd25fbe98fd388e117b", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 46, "avg_line_length": 13.428571428571429, "alnum_prop": 0.723404255319149, "repo_name": "minmb/rickshaw", "id": "7902520803f86b9253b173a99a7b00e0cb93909c", "size": "94", ...
usage="Usage: coordinator.sh (start|stop|status)" if [ $# -lt 1 ]; then echo $usage exit 1 fi cd $(dirname $0)/../ sh ./bin/node.sh coordinator $1
{ "content_hash": "7e81d7531107b80acf2b0c026bafe30b", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 49, "avg_line_length": 17, "alnum_prop": 0.6274509803921569, "repo_name": "solimant/druid", "id": "d7425b1bebe017563cba94103f2284aca95f7d09", "size": "170", "binary": fals...
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2012 Peter Caspers This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and/o...
{ "content_hash": "577676f1896b59246f4e7fbb4c2b8a35", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 79, "avg_line_length": 34.714285714285715, "alnum_prop": 0.7111111111111111, "repo_name": "applehackfoxus/Quantum-Trading", "id": "910018cd61d14f006670cc9b31a55edf4036de45", ...
using System; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.Core.Pipeline; namespace Azure.ResourceManager.EventHubs { /// <summary> Deletes an existing namespace. This operation also removes all associated resources under the namespace. </summary> public part...
{ "content_hash": "7d769a132c75ac7f33f4525f9b40e9ba", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 223, "avg_line_length": 45.56363636363636, "alnum_prop": 0.7230646448523543, "repo_name": "yugangw-msft/azure-sdk-for-net", "id": "bfef5d448b026ed92e1d75359705a4f69ce24825", ...
import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { PlacesRootComponent } from './components/Places.root.component'; import { PlacesComponent } from './components/Places.component'; import { PlacesCreateComponent } from './components/Places.c...
{ "content_hash": "f492918cee0a870eff044336e0bd01c8", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 77, "avg_line_length": 35.03703703703704, "alnum_prop": 0.5570824524312896, "repo_name": "ibrahimsaqr/blook2", "id": "6bcac8d37b5b1465b42bb2d6b12f31e38648a8c6", "size": "94...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in P. E. Boissier, Diagn. pl. orient. ser. 1, 9:18. 1849 #### Original name null ### Remarks null
{ "content_hash": "09571607eeaf661eec7fd0d4c97a6287", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 53, "avg_line_length": 14, "alnum_prop": 0.6703296703296703, "repo_name": "mdoering/backbone", "id": "ed6a518fd9fe90d55b1b91ea3a0339a0fc7176d1", "size": "242", "binary": ...
// # Task automation for Ghost // // Run various tasks when developing for and working with Ghost. // // **Usage instructions:** can be found in the [Custom Tasks](#custom%20tasks) section or by running `grunt --help`. // // **Debug tip:** If you have any problems with any Grunt tasks, try running them with the `--verb...
{ "content_hash": "ee23cb1ff56cbdd4f03597417f6d116b", "timestamp": "", "source": "github", "line_count": 769, "max_line_length": 186, "avg_line_length": 42.68400520156047, "alnum_prop": 0.4994516207652937, "repo_name": "tannermares/ghost", "id": "32699c07e71c24654986448e429111c7ed05417b", "size": "3...
--- layout: global title: Performance Tuning displayTitle: Performance Tuning license: | 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 t...
{ "content_hash": "6b6004ff5a49d0615defffa9b0357d10", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 570, "avg_line_length": 46.760147601476014, "alnum_prop": 0.7223011363636364, "repo_name": "skonto/spark", "id": "97f39b508b03cec2eaf104e7f15e22ffc7b878a9", "size": "12672...
class BufferFile { enum {BUFSIZE = 1024 * 16}; HANDLE file_handle_; int length_; char buffer_[BUFSIZE]; BufferFile(const BufferFile&); BufferFile& operator =(const BufferFile&); public: BufferFile(void); ~BufferFile(void); bool Open(const char* filename); void Close(void); int Write(const voi...
{ "content_hash": "36ca396e4122a414e77debecd4eec470", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 44, "avg_line_length": 20.263157894736842, "alnum_prop": 0.6701298701298701, "repo_name": "ASMlover/study", "id": "53c6d9c7436076804417ad7779b730cecbe48945", "size": "1872"...
package com.streamsets.datacollector.restapi.bean; public enum StageTypeJson { SOURCE, PROCESSOR, TARGET, }
{ "content_hash": "cfd00cf881d3739bc61930243687e593", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 50, "avg_line_length": 14.375, "alnum_prop": 0.7652173913043478, "repo_name": "studanshu/datacollector", "id": "031362f35f0ccf8a88adfd3af773ebe61deb457e", "size": "961", "...
! ! The Laboratory of Algorithms ! ! The MIT License ! ! Copyright 2011-2015 Andrey Pudov. ! ! 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 li...
{ "content_hash": "b72ef6868f30dcbc7d0a6b024842505f", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 79, "avg_line_length": 30.582417582417584, "alnum_prop": 0.6194753862738053, "repo_name": "andreypudov/Algorithms", "id": "68cf09b55746316971b2ccd51c530cbbed619714", "size"...
package com.streamsets.pipeline.stage.destination.coap; import com.streamsets.pipeline.api.ConfigDef; import com.streamsets.pipeline.api.ConfigDefBean; import com.streamsets.pipeline.api.ValueChooserModel; import com.streamsets.pipeline.config.DataFormat; import com.streamsets.pipeline.lib.el.RecordEL; import com.str...
{ "content_hash": "18297c009c46b93b66fb5366c633df5d", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 110, "avg_line_length": 32.206896551724135, "alnum_prop": 0.706281227694504, "repo_name": "kunickiaj/datacollector", "id": "1bd3f48f95d5e264d2c117b7a1fb6a434cbb4643", "size...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="x-ua-compatible" content="IE=edge"/> <title>Test results - Class EbaySearchSpec</title> <link href="../css/base-style.css" rel="stylesheet" type="text/css"/> <link href="../css/style.css" rel="stylesheet...
{ "content_hash": "407bc32c6d81d32227d52b6fa10dbf87", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 670, "avg_line_length": 35.62937062937063, "alnum_prop": 0.7432777232580962, "repo_name": "bwantest/Test1", "id": "3ce92ac78fe14ebf4f4e25bc7a77e4cceaa7ebbf", "size": "5095...
using Autodesk.AutoCAD.DatabaseServices; using Autodesk.AutoCAD.EditorInput; using Autodesk.AutoCAD.Runtime; using System.Collections.Generic; using System.Windows.Forms; namespace XCOM.Commands.Dimension { public class Command_RESETDIMVIEWTWIST { [CommandMethod("RESETDIMVIEWTWIST", CommandFlags.UsePi...
{ "content_hash": "d94071764485d46b2b645c13c41eec91", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 119, "avg_line_length": 38.13333333333333, "alnum_prop": 0.5536130536130536, "repo_name": "oozcitak/XCOM", "id": "9108103701c85235456ea9a334a2b53f65da729b", "size": "1718",...
monkey payload(function(boy, dog, cat) { a;sfdjnsdafg; });
{ "content_hash": "91e5486d3a0ffb57a07a4a4cdb3752d2", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 40, "avg_line_length": 19.666666666666668, "alnum_prop": 0.6949152542372882, "repo_name": "mgrahamjo/grunt-payload", "id": "a1d1a90167f50c9cd5624fd861ee40a688a989c6", "size"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Dialog Visual Test : Dialog option buttons OK Cancel</title> <link rel="stylesheet" href="../visual.css" type="text/css" /> <link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css"> <script type="text/javascript" sr...
{ "content_hash": "92ca6b6a2ed5321711ad19d840a22b0a", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 90, "avg_line_length": 35.05555555555556, "alnum_prop": 0.6164817749603804, "repo_name": "coachcly/Dashboard", "id": "a64822b7f8a2972071617e617c9604fb591c054f", "size": "12...
package org.elasticsearch.xpack.security.rest.action.oauth2; import org.apache.logging.log4j.Logger; import org.elasticsearch.ElasticsearchSecurityException; import org.elasticsearch.action.ActionListener; import org.elasticsearch.action.ActionRequestValidationException; import org.elasticsearch.action.ActionType; im...
{ "content_hash": "685580a02b8798ad852e69f3732e01f2", "timestamp": "", "source": "github", "line_count": 245, "max_line_length": 138, "avg_line_length": 47.453061224489794, "alnum_prop": 0.6715981420953037, "repo_name": "robin13/elasticsearch", "id": "6cf106cd9dfba3193d161b179dd78fabc1b908a0", "size...
(function () { 'use strict'; angular .module('pasalo92.explore', [ 'ui.router', 'placeholders', 'ui.bootstrap' ]) .config(['$stateProvider', function exploreConfig($stateProvider) { $stateProvider.state('explore', { ...
{ "content_hash": "7693f805f357279cbcec9bc16a871994", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 97, "avg_line_length": 27.333333333333332, "alnum_prop": 0.4093319194061506, "repo_name": "pasalo92/demowork", "id": "8f54e64d98025ca9609770d517c29b24b3dedad0", "size": "18...
<div class="main"> <!-- name --> <div class="section name"> <input class="superlong bold" type="text" name="attr_character_name" /> <h6>Hero Name</h6> <br /> <input class="superlong bold" type="text" name="attr_real_name" /> <h6>Real Name</h6> </div> <!-- ...
{ "content_hash": "288d173a30f6b7820913758c6e68f0fc", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 191, "avg_line_length": 34.56, "alnum_prop": 0.5077546296296296, "repo_name": "Polaris-Dust/roll20-character-sheets", "id": "4e78dad17d1722a37ab486c369737adc5570faf9", "si...
package org.apache.struts2.convention.actions.result; import org.apache.struts2.convention.annotation.Result; import org.apache.struts2.convention.annotation.Results; /** * <p> * This is a test action with multiple results. * </p> */ @Results({ @Result(name="error", location="error.jsp", params={"key", "ann-...
{ "content_hash": "fcaa3a830ad57178a1924b2ca68105af", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 99, "avg_line_length": 31.818181818181817, "alnum_prop": 0.7, "repo_name": "WillJiang/WillJiang", "id": "67ca4ddcadd0107753edbc7fe45462ed231e324f", "size": "1588", "binar...
package org.geometerplus.fbreader.network.opds; import org.geometerplus.zlibrary.core.xml.ZLStringMap; import org.geometerplus.fbreader.network.atom.ATOMFeedHandler; abstract class AbstractOPDSFeedHandler implements ATOMFeedHandler<OPDSFeedMetadata,OPDSEntry>, OPDSConstants { public OPDSFeedMetadata createFeed(ZL...
{ "content_hash": "25be0add75629a25c6b6b462c9172f04", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 110, "avg_line_length": 27.666666666666668, "alnum_prop": 0.8209982788296041, "repo_name": "zhqhzhqh/FbreaderJ", "id": "db13bf6d031ebafdbb1c670e158d83ff33f0bc2a", "size": "...
from neutron.tests.tempest.api import base class BaseRouterTest(base.BaseAdminNetworkTest): # NOTE(salv-orlando): This class inherits from BaseAdminNetworkTest # as some router operations, such as enabling or disabling SNAT # require admin credentials by default def _cleanup_router(self, router): ...
{ "content_hash": "e79b61497d566e346448b3f5aa64998b", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 72, "avg_line_length": 41.46666666666667, "alnum_prop": 0.655144694533762, "repo_name": "igor-toga/local-snat", "id": "8b0b5a477051b70151f956c5512214212294be72", "size": "1...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Login Page - Photon Admin Panel Theme</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"> <link rel="shortcut icon" href="ht...
{ "content_hash": "827527d378a1e1dffee8fd796c3a474c", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 234, "avg_line_length": 83.91326530612245, "alnum_prop": 0.6859609655256278, "repo_name": "user-tony/photon-rails", "id": "e3456bc71c301700ed25133e1f48f32100ce71dd", "size...
namespace Mosa.Compiler.Framework.IR { /// <summary> /// Loads a value from a memory pointer. /// </summary> /// <remarks> /// The load instruction is used to load a value from a memory pointer and an offset. The types must be compatible. /// </remarks> public sealed class LoadZeroExtended : ThreeOperandInstruct...
{ "content_hash": "545e81007aec1d58826f0bc9bf89745a", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 116, "avg_line_length": 23.09090909090909, "alnum_prop": 0.6791338582677166, "repo_name": "kiootic/MOSA-Project", "id": "f3060f84b5edd159391e3aafdf0ed47c4638a687", "size": ...
require 'helper' require 'json' describe RoxClient::Client do include Capture::Helpers include FakeFS::SpecHelpers NO_SERVER_MSG = /no server/i PUBLISHING_DISABLED_MSG = /publishing disabled/i PRINTING_PAYLOAD_MSG = /printing payload/i CANNOT_SAVE_MSG = /cannot save payload/i SENDING_PAYLOAD_MSG = /send...
{ "content_hash": "fa8be11d964cec344420e18ea3391bd2", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 181, "avg_line_length": 35.357142857142854, "alnum_prop": 0.6797306397306397, "repo_name": "lotaris/rox-client-ruby", "id": "2701b0419a0e5c9a5c4f17edc9cbfaf0d7759123", "si...
import decimal import datetime import logging from pyramid.renderers import JSON from pyramid.events import NewRequest logger = logging.getLogger('seth.tenancy') class ValidationError(Exception): pass def _register_resource(config, view, path, *args, **kwargs): route_name = getattr(view, '__qualname__', ...
{ "content_hash": "6b8972f63054956981dee3355f1b4c6d", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 78, "avg_line_length": 27.348214285714285, "alnum_prop": 0.6173685928827947, "repo_name": "jnosal/seth", "id": "71007895cc58768979df1eea8bf8de304d900ea7", "size": "3063", ...
package blue.lapis.pore.ap.event; import static javax.tools.Diagnostic.Kind.ERROR; import static javax.tools.Diagnostic.Kind.NOTE; import static javax.tools.Diagnostic.Kind.WARNING; import com.google.common.collect.Sets; import com.google.common.io.CharStreams; import java.io.IOException; import java.io.Reader; im...
{ "content_hash": "06caced8d07b53d2c3aa5d60df85294d", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 118, "avg_line_length": 39.1875, "alnum_prop": 0.6005670742512847, "repo_name": "LapisBlue/Pore", "id": "b6bb8cd226a37fe6b99a7472dfdcfefaf457b4ea", "size": "6819", "bina...
<?php namespace AvalancheDevelopment\Approach\Builder; use AvalancheDevelopment\Approach\SchemaObjectFactory; use PHPUnit_Framework_TestCase; use Psr\Log\NullLogger; class AbstractBuilderTest extends PHPUnit_Framework_TestCase { public function testConstructSetsFactories() { $schemaObjectFactory = $...
{ "content_hash": "0fbce643e5a1776bbe6fa427d84fd583", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 98, "avg_line_length": 30.939393939393938, "alnum_prop": 0.713026444662096, "repo_name": "avalanche-development/approach", "id": "77c3a51cfbd2f3a492616e3a232283f609eb42d7", ...
#include "client/async_log_client.h" #include <algorithm> #include <event2/http.h> #include <glog/logging.h> #include <iterator> #include <memory> #include "log/cert.h" #include "proto/serializer.h" #include "util/json_wrapper.h" using cert_trans::AsyncLogClient; using cert_trans::Cert; using cert_trans::CertChain; ...
{ "content_hash": "45720e72c1ebaf13dc12e4fd57ac1a12", "timestamp": "", "source": "github", "line_count": 519, "max_line_length": 79, "avg_line_length": 31.44508670520231, "alnum_prop": 0.617953431372549, "repo_name": "aeijdenberg/certificate-transparency", "id": "d010bd87f8fd21b5a85076e241f09e6e225dd0...
<?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> <groupId>com.OpenGI</groupId> ...
{ "content_hash": "97ae7782fa81a3d1a144c6b88aa66d6e", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 204, "avg_line_length": 40.91208791208791, "alnum_prop": 0.5020145044319098, "repo_name": "computamike/SwingDriver", "id": "3763a9d25d34ca25e2dc43f8fc256705260ae0ec", "size...
<?php // src/Acme/TestBundle/AcmeTestBundle.php namespace Acme\TestBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class AcmeTestBundle extends Bundle { }
{ "content_hash": "1487fbe558c98cf413e80ddee37b1098", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 47, "avg_line_length": 16.5, "alnum_prop": 0.806060606060606, "repo_name": "oganinalex/newtask", "id": "7dc014d8d8834925d1ff407bc8f2769de6575aa8", "size": "165", "binary"...
package com.percolate.sdk.rxjava.request.translate; import com.percolate.sdk.api.config.Endpoints; import com.percolate.sdk.dto.Translation; import java.util.Map; import retrofit2.http.GET; import retrofit2.http.QueryMap; import rx.Observable; /** * Percolate v5/translate API definition. */ interface TranslateSer...
{ "content_hash": "15836822ecd8ac9838d2e99544cb6d90", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 70, "avg_line_length": 23.736842105263158, "alnum_prop": 0.7649667405764967, "repo_name": "percolate/percolate-java-sdk", "id": "7ac81399ac3510c489a0a42223e672ccf9715721", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "5e843189b2165eea442c06ae0f847f26", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "004b4b5208f9bfcf1a83888600231953077d6fe0", "size": "21...
Enabling SSL on original client daemon ====================================== By default, Exclusivecoin allows JSON-RPC commands to be sent to http://localhost:17171 and accepts connections only from the localhost. JSON-RPC Over SSL Setup ----------------------- It can be configured to allow HTTPS connections. You mu...
{ "content_hash": "731ad4a0dbd2005a94c06716d7aa7ad4", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 87, "avg_line_length": 39.56, "alnum_prop": 0.7108190091001011, "repo_name": "exclfork/ExclusiveCoin", "id": "7745fdfcbe7cec34a50dfd043901869da4bb2fa6", "size": "989", "b...
EasySerialProtocol::EasySerialProtocol() { _serial = NULL; } EasySerialProtocol::~EasySerialProtocol() { // stop(); // _serial->flush(true, true); // in, out // _serial->close(); } void EasySerialProtocol::setSerial(Stream &serial) { _serial = &serial; // setup(&serial); // threaded serial // start(); // _...
{ "content_hash": "f39dc472eb8e5d2b32c4f7b97e1c3e03", "timestamp": "", "source": "github", "line_count": 230, "max_line_length": 84, "avg_line_length": 24.8, "alnum_prop": 0.5229663394109397, "repo_name": "hideakitai/ofxEasySerialProtocol", "id": "f27344a23eca0e57cf04dacfddedea5e14e6a1e0", "size": "...
Practice-Repository =================== A repository to practice Forks and Pull Requests
{ "content_hash": "9d80eab7d9b405dfe76fbecd9162d6bb", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 48, "avg_line_length": 22.5, "alnum_prop": 0.6555555555555556, "repo_name": "codyflood/Practice-Repository", "id": "cfcd61fe3d32edfae25dbadb114e88ef92f1d416", "size": "90", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_24) on Wed Apr 17 10:23:34 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> ...
{ "content_hash": "e0a2608f6fe170b0004936d525618232", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 168, "avg_line_length": 41.91304347826087, "alnum_prop": 0.5285269709543569, "repo_name": "ladygagapowerbot/bachelor-thesis-implementation", "id": "ad6bf31944bb67b063836c0d03...
module RailsAdmin module Extensions module Pundit # This adapter is for the Pundit[https://github.com/elabs/pundit] authorization library. # You can create another adapter for different authorization behavior, just be certain it # responds to each of the public methods here. class Authoriz...
{ "content_hash": "a92ea68d19d07d88ba0356a283ab61f4", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 99, "avg_line_length": 46.3013698630137, "alnum_prop": 0.6618343195266272, "repo_name": "engel/rails_admin", "id": "18758b32645c11b620537fbea162b3f28bd31f67", "size": "3380...
class <%= migration_name %> < ActiveRecord::Migration def self.up create_table "<%= table_name %>", :force => true do |t| t.column :name, :string t.column :contact_name, :string t.column :number, :string t.column :phonable_id, ...
{ "content_hash": "7ff9e2a4c3cec7cfac38d1a4afc7265e", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 59, "avg_line_length": 30.333333333333332, "alnum_prop": 0.5054945054945055, "repo_name": "datadecisions/acts_as_contactable", "id": "ea3c6b8af1bc008e869ca2a4ed9b3995ae45a0a9...
<?xml version="1.0" encoding="UTF-8"?> <!-- PHP_Codesniffer config file. @link http://pear.php.net/package/PHP_CodeSniffer --> <ruleset name="Custom Standard"> <!-- Exclude sniff rule. @see /usr/lib/php/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php @see...
{ "content_hash": "9de91215b06da5140c66091fd33ddc12", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 102, "avg_line_length": 41.31428571428572, "alnum_prop": 0.6756569847856155, "repo_name": "jaambee/open-slideshare", "id": "1767ba5760ae417bdb28e9916396144bfbdcb76e", "size...
""" This is a module that contains the tool for python to interact with our JFrog artifactory API. """ import hashlib import json import os import requests class JFrogArtifactory(object): """ This is a class that holds the interacting method for JFrog Artifactory """ def __init__(self, user_cred, ...
{ "content_hash": "c809671eb4fee8419ba03e823e8d1b94", "timestamp": "", "source": "github", "line_count": 233, "max_line_length": 194, "avg_line_length": 34.61802575107296, "alnum_prop": 0.5771138110587651, "repo_name": "sunnyqianzhang/on-build-config", "id": "c20396215f29c822928f207c704ad1307c971faf",...
import warnings from sympy.matrices.expressions import Identity from ..utils import PyDyUserWarning from .visualization_frame import VisualizationFrame __all__ = ['PerspectiveCamera', 'OrthoGraphicCamera'] warnings.simplefilter('once', PyDyUserWarning) class PerspectiveCamera(VisualizationFrame): """Creates a ...
{ "content_hash": "5afef5f7d5b88478e7877f9ea97ee988", "timestamp": "", "source": "github", "line_count": 410, "max_line_length": 80, "avg_line_length": 33.86829268292683, "alnum_prop": 0.5774161025493303, "repo_name": "Shekharrajak/pydy", "id": "8eb86b71515766d800b2893d598cd3b83d5ec6e3", "size": "13...
package org.basex.query.func.archive; import static org.basex.query.QueryError.*; import static org.basex.util.Token.*; import java.io.*; import java.util.zip.*; import org.basex.query.*; import org.basex.query.iter.*; import org.basex.query.value.*; import org.basex.query.value.item.*; import org.basex.util.hash.*;...
{ "content_hash": "1332c863dae01058a38a292d06bf487d", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 84, "avg_line_length": 27.403508771929825, "alnum_prop": 0.6670934699103713, "repo_name": "JensErat/basex", "id": "1a37b2195483b84eb6928b66d21ce2f5ec1c22fe", "size": "1562"...
<<<<<<< HEAD # Copyright (c) 2014 The Dogecoin Core developers # Distributed under the MIT/X11 software license, see the accompanying ======= # Distributed under the MIT software license, see the accompanying >>>>>>> f568462ca04b73485d7e41266a2005155ff69707 # file COPYING or http://www.opensource.org/licenses/mit-licen...
{ "content_hash": "d24f5ad25dfa14a293b3513b0f0e36f2", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 104, "avg_line_length": 25.09433962264151, "alnum_prop": 0.6225563909774436, "repo_name": "koharjidan/dogecoin", "id": "1fff3c86ff41eb37f95a268de96f761554d5f334", "size": ...
namespace Microsoft.Azure.Management.Billing.Models { using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Linq; /// <summary> /// The customer's Policy. /// </summary> [Rest.Serialization.JsonTransformation] public partial class CustomerPoli...
{ "content_hash": "1c564ea10a4b869bf73c06cd37fa664d", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 158, "avg_line_length": 35.80769230769231, "alnum_prop": 0.602577873254565, "repo_name": "AsrOneSdk/azure-sdk-for-net", "id": "312bd9f3d5c8c22a13afdf3fcfc1130e0c276d86", "s...
<?xml version="1.0" encoding="UTF-8"?> <project name="Brackets Windows installer" basedir="." xmlns:antcontrib="antlib:net.sf.antcontrib" default="build.mul"> <!-- Key locations on disk --> <property name="wix.base" value="C:\Program Files\Windows Installer XML v3.5"/> <property name="brackets.staging" value="...
{ "content_hash": "25452a8b8430e994d1b0ff324cb687c7", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 145, "avg_line_length": 42.17821782178218, "alnum_prop": 0.5650234741784037, "repo_name": "niklauslee/staruml-shell-v2.5", "id": "0cdb8444bcf7875ed2817111838d29fdcb544f3e", ...
<?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="5" numberOfPoints="50"> <algorit...
{ "content_hash": "dc17f3f4d20592aa6241bb85db5c0979", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 136, "avg_line_length": 42.36363636363637, "alnum_prop": 0.6176680972818311, "repo_name": "stanleygu/sbmltest2archive", "id": "debcddb7eab0cd079a68c11496efbc55bbe5dcf3", "s...
<div class="row"> <div class="col-sm-3 sidebar"> <div class="pa-sidebar well well-medium"> <ul class="nav nav-list" style="overflow:hidden; overflow-y:scroll; height:300px;"> <p class="nav-header"><strong>Servers</strong></p> <!-- This <li> will only add the 'active' class if 'servers.detail...
{ "content_hash": "094cfb29fb26a5ad8a7c440a010ab538", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 105, "avg_line_length": 40.08695652173913, "alnum_prop": 0.6008676789587852, "repo_name": "CrunchyData/crunchy-postgresql-manager", "id": "27ddf2ce0ab3c27a69553f639b8100fb76f...
/* vim: set tabstop=4 : */ #ifndef __febird_io_load_save_file_h__ #define __febird_io_load_save_file_h__ #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif #include "mem_map_stream.h" #include "DataIO.h" //#include "../statistic_time.h" namespace febird { //~~~~~~~~~~~~~~~~~~~~~~~~~~~~...
{ "content_hash": "b825c9b232e2bd11a7bde0cc99718fcc", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 88, "avg_line_length": 34.31884057971015, "alnum_prop": 0.6537162162162162, "repo_name": "izenecloud/izenelib", "id": "d045bd31d376fef386f8a8fe3690967434cba6c6", "size": "2...
package com.intellij.packageDependencies.ui; import com.intellij.analysis.AnalysisScopeBundle; import consulo.disposer.Disposable; import com.intellij.openapi.actionSystem.DataProvider; import com.intellij.openapi.actionSystem.PlatformDataKeys; import consulo.logging.Logger; import com.intellij.openapi.progress.Proc...
{ "content_hash": "4be1bef2f60c65ba3d473c985478324f", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 136, "avg_line_length": 30.805309734513273, "alnum_prop": 0.7408790577420281, "repo_name": "consulo/consulo", "id": "f3a497b16656d28f2c5bba3081704f45b3b02891", "size": "40...
//===- RewriterGen.cpp - MLIR pattern rewriter generator ------------------===// // // Copyright 2019 The MLIR Authors. // // 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....
{ "content_hash": "6f186518fe2586ba8728ef41c481ff10", "timestamp": "", "source": "github", "line_count": 1043, "max_line_length": 80, "avg_line_length": 39.99520613614573, "alnum_prop": 0.6205201965719765, "repo_name": "adit-chandra/tensorflow", "id": "d2776e058056f74ec1e597a6a2d407d52d373d83", "siz...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2005-2015 Red Hat, Inc. Red Hat licenses this file to you 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.apach...
{ "content_hash": "00f41d4923bcf304604c60acf1e63c64", "timestamp": "", "source": "github", "line_count": 160, "max_line_length": 204, "avg_line_length": 37.3, "alnum_prop": 0.5423927613941019, "repo_name": "chirino/ipaas-quickstarts", "id": "1bfede4317a495997b93eea7d9c1e12d0f9c1ddf", "size": "5968",...
public class B : A { public override A this[int index] { get { return null; } } } public class A { public virtual B this[int index] { get { return null; } } }
{ "content_hash": "a958db98496f0248b68b02d8fa67f1d9", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 36, "avg_line_length": 11.866666666666667, "alnum_prop": 0.5842696629213483, "repo_name": "monoman/cnatural-language", "id": "c1f5b89a2323a742c8d5d85666c06ca279293f4c", "si...
BC.js (v0.3.0) =================================== The BC.js is implemented as an [Apache Cordova](http://cordova.apache.org) / [PhoneGap](http://phonegap.com) Plugin for smartphones and tablets. </br>It only supports Bluetooth Low Energy(BLE) API currently. * Use this command to install our plugin in your Cordova...
{ "content_hash": "0fd05b0399b450a91ab6a459f3fea129", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 344, "avg_line_length": 70.31914893617021, "alnum_prop": 0.7170953101361573, "repo_name": "bcsphere/bcibeacon", "id": "3cd8814061c31e913453f0f5d76ce1e3bc10502b", "size": "3...
package main import ( "bytes" "context" "crypto/tls" "crypto/x509" "encoding/base64" "encoding/binary" "encoding/json" "flag" "fmt" "io" "io/ioutil" "log" "net/http" "net/url" "os" "strconv" "strings" "syscall" "time" "github.com/golang/protobuf/proto" "github.com/gorilla/websocket" "google.gola...
{ "content_hash": "bca2e318fa8fa4031d0391a74ae0bfa2", "timestamp": "", "source": "github", "line_count": 910, "max_line_length": 113, "avg_line_length": 27.145054945054945, "alnum_prop": 0.670876852076755, "repo_name": "datawire/ambassador", "id": "9e2fd5662b37a234de29e4e816531df8206804a8", "size": ...
package javax.swing; import java.awt.*; import java.awt.event.*; /** * The editor component used for JComboBox components. * * @author Arnaud Weber */ public interface ComboBoxEditor { /** Return the component that should be added to the tree hierarchy for * this editor */ public Component getEditor...
{ "content_hash": "c8d51ab7aaee16ba41c319dee6bf57b3", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 90, "avg_line_length": 25.545454545454547, "alnum_prop": 0.7153024911032029, "repo_name": "haikuowuya/android_system_code", "id": "568d173e27c4cb68ab165c2e1ad0c2181c4acf49", ...
COCOAnnotate ============ CSA kifu annotator
{ "content_hash": "255ccbb10f7e1501d4756aea845e8242", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 18, "avg_line_length": 11.5, "alnum_prop": 0.6086956521739131, "repo_name": "kimrin/COCOAnnotate", "id": "4ddbc2007445947fb0df25da3e2550ff1dbfcfbc", "size": "46", "binary"...
<!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) on Wed Apr 05 01:58:42 EDT 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.owasp.appsensor.accesscontr...
{ "content_hash": "595eb17e71e80167d4ce229c260e4f13", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 193, "avg_line_length": 38.265306122448976, "alnum_prop": 0.6768, "repo_name": "dscrobonia/appsensor", "id": "e90e3fa949b5c9eb9000490af725f416bf7c2380", "size": "1875", "...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace Vita.Tools.Testing { public class TestClassInfo { public Type TestClass; public MethodInfo Init; public MethodInfo Cleanup; public List<MethodInfo> ...
{ "content_hash": "3dd9951ac33ec2423f4e3a35b734272f", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 115, "avg_line_length": 29.55, "alnum_prop": 0.6632825719120136, "repo_name": "rivantsov/vita", "id": "c1af7de52f607abd8a61811e05d2071c14ca9864", "size": "1184", "binary"...
/** * Provides HttpMessageConverter implementations for handling Atom and RSS feeds. * Based on the <a href="https://github.com/rometools/rome">ROME tools</a> project. */ package org.springframework.http.converter.feed;
{ "content_hash": "2d578401ebc4f1f400eeb16315904b2d", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 83, "avg_line_length": 44.6, "alnum_prop": 0.7623318385650224, "repo_name": "boggad/jdk9-sample", "id": "440db3d3778ce01b5393f86e9cfe049d1228b63b", "size": "223", "binary"...
package com.ponkotuy.run import com.ponkotuy.build.BuildInfo import com.ponkotuy.config.ClientConfig import com.ponkotuy.http.MFGHttp import com.ponkotuy.intercept.KCInterceptor import com.ponkotuy.proxy.{KCFiltersSource, LittleProxy} import com.ponkotuy.util.Log import com.ponkotuy.value.KCServer import io.netty.util...
{ "content_hash": "67cf19649516eb53fb29a484b6fcfefc", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 84, "avg_line_length": 27.176470588235293, "alnum_prop": 0.6507936507936508, "repo_name": "b-wind/MyFleetGirls", "id": "20c9a5b691b08bd7ebf82ead3c326699b6017206", "size": "...
const struct CDAttachmentAttributes CDAttachmentAttributes = { .id = @"id", .mimeType = @"mimeType", .url = @"url", }; const struct CDAttachmentRelationships CDAttachmentRelationships = { .message = @"message", }; @implementation CDAttachmentID @end @implementation _CDAttachment + (id)insertInManagedObjectConte...
{ "content_hash": "4b76e0aaa3ed4a54f7e34b8037be5d90", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 106, "avg_line_length": 21.53061224489796, "alnum_prop": 0.7725118483412322, "repo_name": "ingridmmjos/IngridProject", "id": "28a3ea42c1b5b27c67001ea88e21da2f86531efc", "si...
include(CMakeParseArguments) # cmake_parse_arguments include(hunter_check_download_error_message) include(hunter_init_not_found_counter) include(hunter_internal_error) include(hunter_sleep_before_download) include(hunter_status_debug) include(hunter_test_string_not_empty) include(hunter_user_error) function(hunter_do...
{ "content_hash": "74d0654f6d44b591ea4b1ff1004751e8", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 78, "avg_line_length": 31.18064516129032, "alnum_prop": 0.6037657769501344, "repo_name": "Knitschi/hunter", "id": "fa5375cc09cfd01896612d9669cf9386ea8e3b4e", "size": "4894...
#ifndef SHARE_VM_OOPS_FIELDINFO_HPP #define SHARE_VM_OOPS_FIELDINFO_HPP #include "oops/typeArrayOop.hpp" #include "classfile/vmSymbols.hpp" // This class represents the field information contained in the fields // array of an instanceKlass. Currently it's laid on top an array of // Java shorts but in the future it...
{ "content_hash": "0e8a4746b424923910c9bef55b5e81a1", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 125, "avg_line_length": 34.87, "alnum_prop": 0.61198738170347, "repo_name": "codefollower/Open-Source-Research", "id": "f4cf1a4c40f2bec29c44696edae81620cf55c396", "size": ...
!****h* ROBODoc/H5R ! ! NAME ! MODULE H5R ! ! FILE ! fortran/src/H5Rff.f90 ! ! PURPOSE ! This file contains Fortran interfaces for H5R functions. It includes ! all the functions that are independent on whether the Fortran 2003 functions ! are enabled or disabled. ! ! ! COPYRIGHT ! * * * * * * * * * * * * * * * * *...
{ "content_hash": "216626b89832f8df7d9a549267a54363", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 105, "avg_line_length": 34.93076923076923, "alnum_prop": 0.5463554283197534, "repo_name": "parkin/hdf5.js", "id": "64f136505cf4a9059e0e2f91072d39d5845efd8c", "size": "4541...
"""MetaGraph and related functions.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import copy import os.path import re from collections import OrderedDict, deque import six from google.protobuf.any_pb2 import Any from google.protobuf import text_format...
{ "content_hash": "665a98244db58d05bc479058fceb8693", "timestamp": "", "source": "github", "line_count": 974, "max_line_length": 80, "avg_line_length": 37.84907597535934, "alnum_prop": 0.6518106605181067, "repo_name": "thjashin/tensorflow", "id": "0c1303edcaef36f90521355aa95dd4b5215aff41", "size": "...
export { default as Animation, AnimationClass } from './animation.js'; export { imageAssets, audioAssets, dataAssets, setImagePath, setAudioPath, setDataPath, loadImage, loadAudio, loadData, load } from './assets.js'; export { default as Button, ButtonClass } from './button.js'; export { init, getCa...
{ "content_hash": "271bce627d4a84449b4642e8a64e7a3b", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 73, "avg_line_length": 22.213483146067414, "alnum_prop": 0.6960040465351542, "repo_name": "straker/kontra", "id": "1eb00e600b27e03bad47810bcb1edc32a2d95e94", "size": "1977"...
<?php namespace frontend\controllers; use yii; use frontend\smile\controllers\SmileFrontendController; class AdviceController extends SmileFrontendController { public function actionIndex(){ } public function actionOne($url){ } }
{ "content_hash": "07d680c742d26769eecab8fbff083016", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 55, "avg_line_length": 14.823529411764707, "alnum_prop": 0.75, "repo_name": "MaN4thes3t/smile-cms", "id": "c4283135976f02ede831892ba6850b3c1b3a6930", "size": "252", "bina...
from __future__ import absolute_import input_name = '../examples/homogenization/linear_elastic_mM.py' output_name = 'test_linear_elastic_mM.vtk' from tests_basic import TestInput class Test( TestInput ): pass
{ "content_hash": "d8cbdac713921d92c541177e63cb3d78", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 62, "avg_line_length": 30.571428571428573, "alnum_prop": 0.7523364485981309, "repo_name": "lokik/sfepy", "id": "5ac80deb276cf8a4d6ec9f4a633b5250cbc3ba48", "size": "214", "...