text
stringlengths
2
1.04M
meta
dict
using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { [DllImport(Interop.Libraries.Advapi32, SetLastError = true)] internal static extern unsafe bool GetTokenInformation( ...
{ "content_hash": "5b20709450f729bfb5ad9d051a883a3d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 68, "avg_line_length": 31.58823529411765, "alnum_prop": 0.7039106145251397, "repo_name": "wtgodbe/corefx", "id": "4261dffa803434f443b8bc02cd690d5f98c8bdc8", "size": "741", ...
Some basic python scripts to check URLs.
{ "content_hash": "12ac22293f454ab3c62be84639fe72cc", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 40, "avg_line_length": 41, "alnum_prop": 0.8048780487804879, "repo_name": "sickboy83/python", "id": "c52234ff2fa115690e7e7a594d3d898fcab70b53", "size": "62", "binary": fal...
package network // Copyright (c) Microsoft and contributors. 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 // // Unl...
{ "content_hash": "8a63f7278f0e00c5ce4bfce54a007b16", "timestamp": "", "source": "github", "line_count": 399, "max_line_length": 295, "avg_line_length": 43.30827067669173, "alnum_prop": 0.7818287037037037, "repo_name": "sjug/origin", "id": "81d3391fe6b094d8958da1eb585763f10bf93683", "size": "17280",...
using Bivi.Data.Context; using Bivi.Domaine; using Bivi.Business.Depots; using System.Linq; using System.Collections.Generic; using System.Data.SqlClient; using System.Data; using Bivi.Domaine.Composite; namespace Bivi.Data.Depots { public partial class DepotNiveauAbonnement : Depot<NiveauAbonnement>, I...
{ "content_hash": "8cf0854493de71a2cf7ab05a65fe17f1", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 142, "avg_line_length": 39.46212121212121, "alnum_prop": 0.5732386254559416, "repo_name": "apo-j/Projects_Working", "id": "8cfb6a882fd41931d53af57fddf9dc3edbd5ac57", "size...
<?php namespace Mage\Review\Test\Constraint; use Magento\Mtf\Constraint\AbstractConstraint; use Magento\Mtf\ObjectManager; use Mage\Catalog\Test\Page\Product\CatalogProductView; /** * Assert that product don't have a review on product page. */ class AssertProductReviewIsAbsentOnProductPage extends AbstractConstra...
{ "content_hash": "1306c9a9f3eca4cbf1810a8b6184dd8c", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 101, "avg_line_length": 26.774647887323944, "alnum_prop": 0.640189374013677, "repo_name": "z-v/iboxGento2", "id": "455e63f98228d3f0ede2a07cae42a074bf71925e", "size": "2845"...
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="40dp" android:height="40dp" android:viewportWidth="40" android:viewportHeight="40" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M8.333,35V5H24....
{ "content_hash": "b73bc3102cecfb8c35d1b5d5427095f8", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 96, "avg_line_length": 38.8, "alnum_prop": 0.7139175257731959, "repo_name": "google/material-design-icons", "id": "f8601ef2d87fc7aded2b0f6b42f864d5c9eadead", "size": "388",...
package Furl::Request; use strict; use warnings; use utf8; use Class::Accessor::Lite; use Furl::Headers; use Furl::HTTP; Class::Accessor::Lite->mk_accessors(qw/ method uri protocol headers content /); sub new { my $class = shift; my ($method, $uri, $headers, $content) = @_; unless (defined $headers) { ...
{ "content_hash": "b4f0c5192d221dff29277478be9f4902", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 128, "avg_line_length": 20.74418604651163, "alnum_prop": 0.5715246636771301, "repo_name": "kayac/isucon3", "id": "c03bd4ff0f132c17f366ea41077ed395f8d91c9d", "size": "4460"...
package gappsockets.common.socks; import java.util.Arrays; import gappsockets.common.util.Bytes; import gappsockets.common.util.Shorts; public final class UdpRequestHeader { private static final class Params { private int currentFragmentNumber; private AddressType addressType; private String desiredDestinati...
{ "content_hash": "c717b9195798d367ef6c8fb2fca0bd61", "timestamp": "", "source": "github", "line_count": 228, "max_line_length": 119, "avg_line_length": 34.1140350877193, "alnum_prop": 0.7288506042684495, "repo_name": "jh3nd3rs0n/gappsockets.server", "id": "80d051171cda51e599330451de5b161e663b2e65", ...
import React from "react" import { Link, graphql } from "gatsby" import Bio from "../components/bio" import Layout from "../components/layout" import SEO from "../components/seo" import { rhythm } from "../utils/typography" class BlogIndex extends React.Component { render() { const { data } = this.props con...
{ "content_hash": "b71d288ddeb9dac79f434c24b2761b05", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 76, "avg_line_length": 24.67948717948718, "alnum_prop": 0.45194805194805193, "repo_name": "aashnisshah/aashnime", "id": "d6d8015f573b587ff0ecc8c8e474e739ad182031", "size": ...
package org.elasticsearch.index.shard; import org.apache.lucene.document.Field; import org.apache.lucene.document.NumericDocValuesField; import org.apache.lucene.document.TextField; import org.apache.lucene.index.IndexWriterConfig; import org.apache.lucene.index.KeepOnlyLastCommitDeletionPolicy; import org.apache.lu...
{ "content_hash": "5c2433add0e3f7b07aa9e7c562cd3677", "timestamp": "", "source": "github", "line_count": 297, "max_line_length": 140, "avg_line_length": 45.754208754208754, "alnum_prop": 0.6517771727132239, "repo_name": "liweinan0423/elasticsearch", "id": "05147d4a72a172c149849df75bbdb1e927113805", ...
using Microsoft.VisualStudio.TestTools.UnitTesting; namespace YanZhiwei.DotNet.QQWry.Utilities.Tests { [TestClass()] public class QQWryLocatorTests { [TestMethod()] public void QueryTest() { QQWryLocator _qqWry = new QQWryLocator(@"D:\OneDrive\软件\开发\qqwry\qqwry.dat"); ...
{ "content_hash": "7b2b9256cd4f70bbaf16e51f6091a53f", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 89, "avg_line_length": 30.3125, "alnum_prop": 0.6061855670103092, "repo_name": "YanZhiwei/DotNet.Utilities", "id": "6cf6afa4c8724b403c2d56d6bbcdd95ccd7c4f77", "size": "505"...
/* * Open source project * * By: Welliton Fernandes Leal * Github: https://github.com/wellfernandes * * Network Protocol Verification System * by means of model-based testing * */ package br.edu.ifpr.londrina.controller; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; impo...
{ "content_hash": "a6944d70e2fc08fec4c80a083249f90c", "timestamp": "", "source": "github", "line_count": 369, "max_line_length": 120, "avg_line_length": 25.151761517615178, "alnum_prop": 0.6767589699385842, "repo_name": "wellfernandes/University", "id": "9c58de1081b47c58c11789596b5fd8cdb71df7cb", "s...
package io.druid.query.lookup.namespace; import com.fasterxml.jackson.annotation.JacksonInject; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import...
{ "content_hash": "01d95339c4ca4eb4e34a2e4784c97a91", "timestamp": "", "source": "github", "line_count": 644, "max_line_length": 122, "avg_line_length": 28.09472049689441, "alnum_prop": 0.6412424694633284, "repo_name": "solimant/druid", "id": "445237d2f3116a0f4228f0c473c921d6c6fc16aa", "size": "1889...
require 'aws-sdk-core' require 'aws-sigv4' require_relative 'aws-sdk-accessanalyzer/types' require_relative 'aws-sdk-accessanalyzer/client_api' require_relative 'aws-sdk-accessanalyzer/plugins/endpoints.rb' require_relative 'aws-sdk-accessanalyzer/client' require_relative 'aws-sdk-accessanalyzer/errors' require_relati...
{ "content_hash": "8cf9537f00819a2fb913b6210fe0015b", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 83, "avg_line_length": 30.382978723404257, "alnum_prop": 0.7598039215686274, "repo_name": "aws/aws-sdk-ruby", "id": "562f359729b6b38338c848d9fe825d9d15fda489", "size": "167...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.11....
{ "content_hash": "d28f262e62a7a34dce0240b2cdd0bf24", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 122, "avg_line_length": 27.051020408163264, "alnum_prop": 0.6363636363636364, "repo_name": "laidig/siri-20-java", "id": "74ca2bc279788cd6c6efec7b0c72f989fdf276bf", "size": ...
cask 'deploymate' do version '1.3.0' sha256 'efaa7419c90041420a16fb222bc8fe534302ce245cb958f2eddcb8fdb6682f81' # amazonaws.com is the official download host per the vendor homepage url "https://s3.amazonaws.com/deploymate/download/Deploymate#{version.delete('.')}.zip" appcast 'http://www.deploymateapp.com/de...
{ "content_hash": "532d494f9c6c01c306090ae41da2ac78", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 89, "avg_line_length": 39.95, "alnum_prop": 0.718397997496871, "repo_name": "tedbundyjr/homebrew-cask", "id": "9507db5ccf8282e013556b9872503fb82950313b", "size": "799", "...
package parser.expr.objectcreationexpr; import java.io.Serializable; public class AnonymousClassMulti { public static String main() { Serializable sr = new Serializable () { @Override public String toString() { return "sr"; } }; Serializ...
{ "content_hash": "fbfe71d08cc3f7c92a9f0bff5e7e8a0e", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 48, "avg_line_length": 23.727272727272727, "alnum_prop": 0.5153256704980843, "repo_name": "arguslab/Argus-SAF", "id": "730a29f38339613b4511b4d144b02dcb5294de77", "size": "8...
// Appenders should implement an interface // And the type of the <report> object passed to the append method should be documented in a bean // For now, we only have one appender anyway /** * Appender that will output the report as a JSON string inside a hidden DIV so that browser drivers such as Selenium * ...
{ "content_hash": "9f704778fae5c0f8667e3efa422436cb", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 117, "avg_line_length": 35.72093023255814, "alnum_prop": 0.5533854166666666, "repo_name": "flongo/ariatemplates", "id": "870fee55a1beeaf44e034773fc9500e16b5b1055", "size": ...
<div class="commune_descr limited"> <p> Saint-Thurien est un village localisé dans le département de Finistère en Bretagne. Elle comptait 869 habitants en 2008.</p> <p>Si vous envisagez de demenager à Saint-Thurien, vous pourrez aisément trouver une maison à acheter. </p> <p>À coté de Saint-Thurien sont...
{ "content_hash": "2ded64b3f9ed9a1e25686b3ec105ddfd", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 249, "avg_line_length": 86.42105263157895, "alnum_prop": 0.7326431181485993, "repo_name": "donaldinou/frontend", "id": "0ad044ebf16382937e41b6be93c8139a749497e7", "size": "...
<?xml version="1.0"?> <project name="Build MagicTheGatheringService" basedir="." default="dist"> <description> A build file to generate a distributable .jar for the RealTimeWeb MagicTheGatheringService. </description> <property name="src" location="src"/> <property name="bin" location="bin"/> <property name="d...
{ "content_hash": "33d4bbc8d4c996d803f65eef23245795", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 106, "avg_line_length": 36.59493670886076, "alnum_prop": 0.6191629194050502, "repo_name": "RealTimeWeb/MagicTheGatheringService", "id": "576977ae6a6ca2b5b49deccd22c6b95db6f4a...
using Microsoft.EntityFrameworkCore.Migrations; using System; using System.Collections.Generic; namespace GithubTrendingVisualizer.Web.Migrations { public partial class InitialCreate : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.Crea...
{ "content_hash": "4f6f1ba55b92acfc2a2e6a3f4bbd824c", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 86, "avg_line_length": 30.302325581395348, "alnum_prop": 0.49884881043745205, "repo_name": "marceloatg/GithubTrendingVisualizer", "id": "6f22523839c0811cc7ac2e3c8171ca90d6763...
// Copyright 2017 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
{ "content_hash": "8e9ac8cf1dee7dad4bd4f20a2754adb5", "timestamp": "", "source": "github", "line_count": 252, "max_line_length": 99, "avg_line_length": 41.73412698412698, "alnum_prop": 0.6773794808405439, "repo_name": "snnn/bazel", "id": "b6d52305ee4f373921b34e4b5a5242dfd12d6b9e", "size": "10517", ...
<!-- Footer JoorxCMS --> <footer class="footer navbar-fixed-bottom"> <div class="container"> &#169; <?php echo date("Y");?> <a href="<?=base_url()?>"><?=$this->config->item('joorxcms_title')?></a> All Rights Reserved and Created by <strong><a onclick="window.open('https://github.com/hexageek1337/JoorxCMS/');" alt="Cre...
{ "content_hash": "e7b8b367bc821dbffc265664a901caa5", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 290, "avg_line_length": 43.857142857142854, "alnum_prop": 0.6563517915309446, "repo_name": "hexageek1337/JoorxCMS", "id": "300e47c64087b6821f457c542e353f6f930fa478", "size"...
const tangent = (t, curve) => { } module.exports = tangent
{ "content_hash": "a70781537a30836eaeeaa3e4b4e8f526", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 31, "avg_line_length": 12.2, "alnum_prop": 0.6229508196721312, "repo_name": "jscad/csg.js", "id": "a6c6727f115889a6816d1bce043e7cb36ffdef09", "size": "61", "binary": false...
TubeTK Slicer Modules ===================== --- *This file is part of [TubeTK](http://www.tubetk.org). TubeTK is developed by [Kitware, Inc.](http://www.kitware.com) and licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).*
{ "content_hash": "e0baeee9d0d0804b12b66c0b3296e44c", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 216, "avg_line_length": 53.2, "alnum_prop": 0.6654135338345865, "repo_name": "cdeepakroy/TubeTK", "id": "1d4f7c2f747b2330c358c6a428fee2b77c6c09b2", "size": "266", "binary"...
import sys import random lines = [] for line in sys.stdin: lines.append(line) #lines.sort() length = len(lines) for l in range(0,length): choice = random.randint(0,len(lines)-1) #print str(choice) + ' of ' + str(len(lines)) print lines.pop(choice),
{ "content_hash": "a3135872517cbd846f208f1273684369", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 48, "avg_line_length": 18.857142857142858, "alnum_prop": 0.6590909090909091, "repo_name": "timrdf/csv2rdf4lod-automation", "id": "38bc1c66150621c019a345187666eb462d462299", ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "a74a31e9e0ebb6df608027159eb66296", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "a68a25881596e3c11986c1309a1e5c6fc27f9a51", "size": "217...
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */ .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { padding: 0; margin: 0; border: 0; outline: none; vertical-align:...
{ "content_hash": "27b3af3e6f632d894a6a574658af87f1", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 98, "avg_line_length": 17.71217712177122, "alnum_prop": 0.6808333333333333, "repo_name": "chenyongze/iwshop", "id": "b2b85fa3ee6fad24575986141685dd55c477ec2c", "size": "48...
package org.wso2.carbon.apimgt.rest.api.admin.dto; import org.wso2.carbon.apimgt.rest.api.admin.dto.ThrottleConditionDTO; import io.swagger.annotations.*; import com.fasterxml.jackson.annotation.*; import javax.validation.constraints.NotNull; @ApiModel(description = "") public class DateConditionDTO extends Thr...
{ "content_hash": "ae991246e9dc17cc60b12a8ecdfabe9f", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 70, "avg_line_length": 21.363636363636363, "alnum_prop": 0.6925531914893617, "repo_name": "dhanuka84/carbon-apimgt", "id": "a061af97447c416c300cd08834d8113ccf447808", "size...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Management; using System.Globalization; using SimpleCrm.DynamicSql; namespace SQLiteTools.Utils { public partial clas...
{ "content_hash": "69490b32abf689bc99bc4cea237337b4", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 139, "avg_line_length": 25.372093023255815, "alnum_prop": 0.6260311640696609, "repo_name": "yyitsz/myjavastudio", "id": "68a6ff8bca01532705e844d6da90ba75843baf7b", "size": ...
package bitbucket import ( "fmt" "net/http" "net/url" "regexp" "time" "github.com/armab/drone/shared/httputil" "github.com/armab/drone/shared/model" "github.com/drone/go-bitbucket/bitbucket" "github.com/drone/go-bitbucket/oauth1" ) const ( DefaultAPI = "https://api.bitbucket.org/1.0" DefaultURL = "https:/...
{ "content_hash": "1ac7da6a8be38d2555f0d8b4b7ea910a", "timestamp": "", "source": "github", "line_count": 310, "max_line_length": 104, "avg_line_length": 25.951612903225808, "alnum_prop": 0.6876320696084525, "repo_name": "armab/drone", "id": "85ebfe4d29993e43c49a2ac2018e57981f09ad42", "size": "8045",...
from toontown.safezone import DGPlayground from toontown.safezone import SafeZoneLoader class DGSafeZoneLoader(SafeZoneLoader.SafeZoneLoader): def __init__(self, hood, parentFSM, doneEvent): SafeZoneLoader.SafeZoneLoader.__init__(self, hood, parentFSM, doneEvent) self.playgroundClass = DGPlaygroun...
{ "content_hash": "958645060ac3f100f3e8761de146d2a8", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 83, "avg_line_length": 47.43478260869565, "alnum_prop": 0.6223648029330889, "repo_name": "Spiderlover/Toontown", "id": "7b5870a79d8b4254aeb1b7afb006e233576b8ef9", "size": "...
using InfoBridge.SuperLinq.Core.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InfoBridge.SuperLinq.Tests.Unit.Helpers { [TableInfo("inheritingtestperson")] public class InheritingTestPerson : TestPerson { [...
{ "content_hash": "c7cd257ec64a7da39b75142d53af66c5", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 50, "avg_line_length": 24.72222222222222, "alnum_prop": 0.7146067415730337, "repo_name": "mawax/InfoBridge.SuperLinq", "id": "36cbd655e69058633e46f358e3138eec70288365", "si...
using System.Web; using System.Web.Http; namespace ResourceServer__Web_API_v1_.Areas.HelpPage { /// <summary> /// Use this class to customize the Help Page. /// For example you can set a custom <see cref="System.Web.Http.Description.IDocumentationProvider"/> to supply the documentation /// or you can p...
{ "content_hash": "07f140606b6ba7a65f90931aa5c5f59f", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 149, "avg_line_length": 65.25, "alnum_prop": 0.669220945083014, "repo_name": "IdentityModel/AuthorizationServer", "id": "952ea9a73ee9c824ce016a90a18b9afe91b722bd", "size": ...
using System; using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Core.ContentPages")] [assem...
{ "content_hash": "644e87c0cd7e2a87ebe4e78b9fc9187c", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 84, "avg_line_length": 37.68421052631579, "alnum_prop": 0.7458100558659218, "repo_name": "coreframework/Core-Framework", "id": "b2bac32d92b17c9c391a1e6eb00acd00c50d2fb2", "...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>keycloak-parent</artifactId> <groupId>org.keycloak</groupId> ...
{ "content_hash": "d640700c7fde4441b3982f2e5caeedee", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 105, "avg_line_length": 37.05, "alnum_prop": 0.650472334682861, "repo_name": "cmoulliard/keycloak", "id": "275c4e38e725356de6f5e8e1ff5995a0446f9428", "size": "741", "bina...
// Copyright 2014 The Rector & Visitors of the University of Virginia // // 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 re...
{ "content_hash": "956819ca46589ed53192d250e6f7f007", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 130, "avg_line_length": 31.216216216216218, "alnum_prop": 0.5924963924963925, "repo_name": "predictive-technology-laboratory/sensus", "id": "da339d920ddb12894c396227553d32ca...
Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **CompletedAt** | [**time.Time**](time.Time.md) | Time when task was completed. Always in UTC. | [optional] [default to null] **Reason** | **string** | Machine readable reason failure, if status&#x3D;error. Only used by the /...
{ "content_hash": "11058418ca83638fed2ce706de7ea173", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 161, "avg_line_length": 73.33333333333333, "alnum_prop": 0.6242424242424243, "repo_name": "iron-io/titan_go", "id": "5ab2875e9cf21efc225cffe8a1ccb65ce64ea16e", "size": "686"...
package org.apache.samza.rest.proxy.job; import java.util.Set; import org.apache.samza.SamzaException; import org.apache.samza.config.ConfigFactory; import org.apache.samza.rest.model.JobStatus; import org.apache.samza.rest.model.yarn.YarnApplicationInfo; import org.apache.samza.rest.proxy.installation.InstallationFi...
{ "content_hash": "0d0cb2963e2d4fd9363973bd39eb8fe6", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 130, "avg_line_length": 38.26, "alnum_prop": 0.7532671197072661, "repo_name": "Swrrt/Samza", "id": "60d0ab5ace1b6f7e637dc32936c5f62fd3d0d94c", "size": "4633", "binary": ...
package uefivars
{ "content_hash": "040be2097212ee8cee56f84d5055aaf3", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 16, "avg_line_length": 17, "alnum_prop": 0.8823529411764706, "repo_name": "u-root/u-root", "id": "786e0e7310f0b2b53a227a92bbc467b9e6af6d59", "size": "426", "binary": false...
class Header < BinData::Record endian :big uint16 :version end class Netflow5PDU < BinData::Record endian :big uint16 :version uint16 :flow_records uint32 :uptime uint32 :unix_sec uint32 :unix_nsec uint32 :flow_seq_num uint8 :engine_type uint8 :engine_id bit1 :sampling_type bit14 :sampli...
{ "content_hash": "647b69190b7fc3bf00ef5a1e01b4e0f6", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 70, "avg_line_length": 20.194444444444443, "alnum_prop": 0.6932599724896836, "repo_name": "seeingidog/netflow", "id": "9f0839d4b2e22638c9f883b4e0e9a88c3acf7163", "size": "1...
// DATA_TEMPLATE: js_data oTest.fnStart("aoColumns.sClass"); $(document).ready(function () { /* Check the default */ var oTable = $('#example').dataTable({ "aaData": gaaData }); var oSettings = oTable.fnSettings(); oTest.fnTest( "By default the test class hasn't been applied to the...
{ "content_hash": "e6c90f8fb44a0f9e656bd1c63f9ccfe9", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 88, "avg_line_length": 27.964028776978417, "alnum_prop": 0.4684846925649601, "repo_name": "tanvirshuvo/abtec", "id": "d8f0bc6b544b5422dfd13ecc29e13324f2ea810c", "size": "3...
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:junos="http://xml.juniper.net/junos/10.4R3/junos"> <pipe> <more-no-more/> </pipe> <cli> <ignore-signals> hup </ignore-signals> </cli> <output> Verified junos-install-mx-x86-64-16.1-20160925.0 sig...
{ "content_hash": "4a6b589efa2bfd839cd7e651523fcdd2", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 115, "avg_line_length": 40, "alnum_prop": 0.6817307692307693, "repo_name": "Juniper/py-junos-eznc", "id": "aa3a9a0503dce22fe510a2f240025f1bbd59c79b", "size": "1040", "bin...
require "abstract_unit" require "active_support/testing/stream" class Deprecatee def initialize @request = ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy.new(self, :request) @_request = "there we go" end def request; @_request end def old_request; @request end def partially(foo = nil) ...
{ "content_hash": "0e6961c0a271bf9fc6ee133a527da8b3", "timestamp": "", "source": "github", "line_count": 460, "max_line_length": 134, "avg_line_length": 29.51304347826087, "alnum_prop": 0.6953447259870359, "repo_name": "arunagw/rails", "id": "9898a1d9a0fa1800ce5c3590c05681655ccc94b6", "size": "13607...
#include "config.h" #include "WebPluginContainerImpl.h" #include "Chrome.h" #include "ChromeClientImpl.h" #include "PluginLayerChromium.h" #include "WebClipboard.h" #include "WebCursorInfo.h" #include "WebDataSourceImpl.h" #include "WebElement.h" #include "WebInputEvent.h" #include "WebInputEventConversion.h" #inclu...
{ "content_hash": "461a2ee90b945c2a4032c3b8d0f0505a", "timestamp": "", "source": "github", "line_count": 563, "max_line_length": 126, "avg_line_length": 30.209591474245116, "alnum_prop": 0.6867944496707432, "repo_name": "mogoweb/webkit_for_android5.1", "id": "150f1739c2868ef7d83aca4bded94b0152084d23",...
@interface DropDownViewController ()<DOPDropDownMenuDataSource,DOPDropDownMenuDelegate> @property (nonatomic, strong) NSArray *classifys; @property (nonatomic, strong) NSArray *cates; @property (nonatomic, strong) NSArray *movices; @property (nonatomic, strong) NSArray *hostels; @property (nonatomic, strong) NSArray *a...
{ "content_hash": "4eadbed14be3e00613e9f9b489b08c1a", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 169, "avg_line_length": 31.55952380952381, "alnum_prop": 0.6537155790267823, "repo_name": "lifei321/MyDemo", "id": "66ecc4fe74a9e221aaa64aa815b21b34b399b707", "size": "589...
module Import ( module Import ) where import Data.Time as Import (getCurrentTime) import Prelude as Import hiding (head, init, last, readFile, tail, writeFile) import Yesod as Import hiding (Ro...
{ "content_hash": "49e5af3fb02e51a31e13423f60814ab2", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 84, "avg_line_length": 37.4, "alnum_prop": 0.44563279857397503, "repo_name": "ScaledSoftware/writemealist", "id": "4bc5a3b69837553d9a901445fdf1357658b7306a", "size": "1122"...
using System; using System.Runtime.InteropServices; namespace System.Reflection { // Summary: // Represents a clause in a structured exception-handling block. public class ExceptionHandlingClause { protected ExceptionHandlingClause() { } // Summary: // Gets the type of exception handled by...
{ "content_hash": "a285ea681b390dda78a8dbbacc5e80ca", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 130, "avg_line_length": 31.18421052631579, "alnum_prop": 0.6635724331926863, "repo_name": "SergeyTeplyakov/CodeContracts", "id": "876e26d1c14db1fa2bb244ebeec3031df4c88d5d", ...
package com.gemstone.gemfire.internal.admin; //import java.util.List; /** * Interface to represent one statistic resource * * @author Darrel Schneider * @author Kirk Lund */ public interface StatResource extends GfObject { public long getResourceID(); public long getResourceUniqueID(); public String g...
{ "content_hash": "4e4604dfa0c10860f4469fb19ce7682d", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 60, "avg_line_length": 21.48148148148148, "alnum_prop": 0.7241379310344828, "repo_name": "zuowang/incubator-geode", "id": "01a9ca3d6d7f3230cc668926ee7d2a7cc6939603", "size"...
package com.intellij.codeInspection.bytecodeAnalysis; import com.intellij.openapi.util.text.StringUtil; import one.util.streamex.StreamEx; import org.jetbrains.org.objectweb.asm.Handle; import org.jetbrains.org.objectweb.asm.Type; import org.jetbrains.org.objectweb.asm.tree.InvokeDynamicInsnNode; import org.jetbrains...
{ "content_hash": "106ed5a4777fe53210d092d9516e314d", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 211, "avg_line_length": 38.15, "alnum_prop": 0.7397116644823066, "repo_name": "mglukhikh/intellij-community", "id": "ae6b16af7d6a9c7138963c9ae90956130b2118fb", "size": "44...
package com.akjava.gwt.uvexport.client; import java.io.IOException; import java.util.List; import java.util.Map; import javax.annotation.Nullable; import com.akjava.gwt.html5.client.file.File; import com.akjava.gwt.html5.client.file.FileUploadForm; import com.akjava.gwt.html5.client.file.FileUtils; import...
{ "content_hash": "5085d735dd3cc26e0a67b4adfaf4c8e7", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 98, "avg_line_length": 27.621761658031087, "alnum_prop": 0.6659163383980492, "repo_name": "akjava/GWTUVExport", "id": "387a3c200d2e3b5a1b9f05d08dcaa8399ed23c76", "size": "...
<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:context="com.frrahat.cricscorer.PalyerNameInputActivity" > <item android:id="@+id/action_settings" android:orderInCategory="100" android:showAsAction="never" ...
{ "content_hash": "3ad03838af74874f6a247eade67821d6", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 68, "avg_line_length": 33.81818181818182, "alnum_prop": 0.6854838709677419, "repo_name": "frrahat/CricScorer", "id": "3816cf492fa1f1ee7ed78e7273a903ee72a88579", "size": "37...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1aa2a3fd6825b4be803455e2e4ea1781", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "6a65a2c4a45643c7ef2fe10161cc7b5d65c9ff39", "size": "18...
package Google::Ads::GoogleAds::V12::Services::AdGroupLabelService::MutateAdGroupLabelsResponse; use strict; use warnings; use base qw(Google::Ads::GoogleAds::BaseEntity); use Google::Ads::GoogleAds::Utils::GoogleAdsHelper; sub new { my ($class, $args) = @_; my $self = { partialFailureError => $args->{partia...
{ "content_hash": "7fe2389e6ac8f9c7f00fa0ad50b100ea", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 96, "avg_line_length": 25.045454545454547, "alnum_prop": 0.691470054446461, "repo_name": "googleads/google-ads-perl", "id": "6afc0fa5154795ae2291e869d4a91a26cbf90a1f", "siz...
#pragma once #include <cstdint> #include <string> #include "envoy/http/codec.h" #include "common/buffer/buffer_impl.h" #include "common/common/logger.h" #include "nghttp2/nghttp2.h" namespace Envoy { namespace Http { namespace Http2 { class MetadataEncoderDecoderTest_VerifyEncoderDecoderOnMultipleMetadataMaps_Tes...
{ "content_hash": "8204ab6ee86ca219be3b0d69f21b8707", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 99, "avg_line_length": 31.837209302325583, "alnum_prop": 0.7432432432432432, "repo_name": "dnoe/envoy", "id": "2cac52559ced7560da88c91368f149a9c5f03497", "size": "2738", ...
namespace Microsoft.Azure.Management.KeyVault.Models { using Microsoft.Rest; using Newtonsoft.Json; using System.Collections; using System.Collections.Generic; using System.Linq; /// <summary> /// Resource information with extended details. /// </summary> public partial class Secret...
{ "content_hash": "75c5dd03cae9845c25d7ff5e371aa655", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 249, "avg_line_length": 35.33846153846154, "alnum_prop": 0.5811928602525033, "repo_name": "Azure/azure-sdk-for-net", "id": "18608bc439a869f830c5df0c250f7a905265ef5f", "size...
using System; using System.Reflection; using System.Runtime.InteropServices; #endregion // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Vers...
{ "content_hash": "f6efb4d9a537642d2ab3f8e8d3f4fc15", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 78, "avg_line_length": 31.757575757575758, "alnum_prop": 0.7318702290076335, "repo_name": "criteo/verse", "id": "6d3c3c1cdd85862c7372c90fc853b11637fecbbb", "size": "1074", ...
package org.kie.workbench.common.stunner.core.client.session.command.impl; import org.kie.workbench.common.stunner.core.client.session.command.AbstractClientSessionCommandExecutedEvent; import org.kie.workbench.common.stunner.core.client.session.impl.EditorSession; public class CopySelectionSessionCommandExecutedEv...
{ "content_hash": "bdf18cc8ae928aab3d8a88b732bbedc3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 149, "avg_line_length": 46, "alnum_prop": 0.7739130434782608, "repo_name": "romartin/kie-wb-common", "id": "6909691e8d4b3e1385791a3b1b03a783514bcbe7", "size": "1309", "bi...
package org.apache.felix.dm.index.itest.tests; //import static org.ops4j.pax.exam.CoreOptions.waitForFrameworkStartupFor; //import static org.ops4j.pax.exam.container.def.PaxRunnerOptions.vmOption; import java.util.function.Consumer; import org.apache.felix.dm.Component; import org.apache.felix.dm.DependencyManager;...
{ "content_hash": "28c8c0ebec525913fb77abcfbb589f11", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 135, "avg_line_length": 34.61654135338346, "alnum_prop": 0.6602953953084274, "repo_name": "apache/felix-dev", "id": "e96467c61bab2e8b0bd4f4db57f09952fb6ea937", "size": "54...
template<class Interface> inline void SafeRelease(Interface *& pInterfaceToRelease) { if (pInterfaceToRelease != nullptr) { pInterfaceToRelease->Release(); pInterfaceToRelease = nullptr; } } template<class T> inline void SafeDelete(T*& ptr) { if(ptr) { delete ptr; pt...
{ "content_hash": "9c5c9b0413162ec0b78e9d8caade291c", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 57, "avg_line_length": 17.40740740740741, "alnum_prop": 0.6638297872340425, "repo_name": "DanielMerget/FaceGrabber", "id": "532677f6739b4018af89fe834b54f9ae7b06bf63", "size...
import Component from "./Component"; import Utils from "./Utils"; export default class Toolbar extends Component{ constructor(settings){ super(); let me =this,cls; me.settings = $.extend(true,{ id: '', position: 'top', items:[] },settings); me.id = me.settings.id||Utils.id(); me.content = $(` ...
{ "content_hash": "ffabb8f1143d61c25a8202187fe31218", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 79, "avg_line_length": 23.547619047619047, "alnum_prop": 0.5925176946410515, "repo_name": "thinkitstartup/it-framework", "id": "5471be57e964ee4a5e87f703bab741f617a929d5", "...
module RuboCop module Cop module Rails # This cop checks for the use of the read_attribute or # write_attribute methods. # # @example # # # bad # x = read_attribute(:attr) # write_attribute(:attr, val) # # # good # x = self[:attr] #...
{ "content_hash": "e93096e214f5ee20453f735868256424", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 77, "avg_line_length": 25.852941176470587, "alnum_prop": 0.5250284414106939, "repo_name": "dreyks/rubocop", "id": "aad8c2f04265fa0b0242a1b7f8538e88fd9f7dea", "size": "1807"...
package org.wso2.developerstudio.eclipse.gmf.esb.diagram.providers.assistants; import java.util.ArrayList; import java.util.List; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.gmf.runtime.emf.type.core.IElementType; import org.wso2.developerstudio.eclipse.gmf.esb.diagram.providers.EsbElementTypes; im...
{ "content_hash": "77fbf21732753f0b7cdbaee439efb8f7", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 95, "avg_line_length": 31, "alnum_prop": 0.7694145758661888, "repo_name": "prabushi/devstudio-tooling-esb", "id": "705185209906611ab04cf6d16578786ec4cc53f3", "size": "837",...
<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.oasisdigital</groupId> <artifactId>jira-rcarz-example</artifact...
{ "content_hash": "0fec5761597680c165dfc8caac3f5625", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 104, "avg_line_length": 35.1578947368421, "alnum_prop": 0.7275449101796407, "repo_name": "kylecordes/jira-api-anon", "id": "2a50beca8f7b00424655db964b1305c5ad528dde", "size...
#define LAYOUTFILE <Controls4U_Demo/Controls4U_Demo.lay> #include <CtrlCore/lay.h> class EditFileFolder_Demo : public WithEditFileFolder<StaticRect> { public: typedef EditFileFolder_Demo CLASSNAME; EditFileFolder_Demo(); void OnNewFile(); void ChangeProperties(); }; class StaticCtrls_Demo : public Wi...
{ "content_hash": "14d78eec71352be7080f0f60a70262e4", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 69, "avg_line_length": 24.03061224489796, "alnum_prop": 0.7473460721868365, "repo_name": "dreamsxin/ultimatepp", "id": "80a888776fc402e54b97067b28e8a2566f685357", "size": "...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ac6093eb4f84286dbacbd1ca65fc241b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 23, "avg_line_length": 9.076923076923077, "alnum_prop": 0.6779661016949152, "repo_name": "mdoering/backbone", "id": "6b8e6ad9293940125d1dede6212a9c7ab96cd657", "size": "166...
package com.github.ppodgorsek.juncacher.varnish.strategy.impl; import com.github.ppodgorsek.juncacher.model.InvalidationEntry; import com.github.ppodgorsek.juncacher.strategy.InvalidationStrategy; import com.github.ppodgorsek.juncacher.varnish.strategy.AbstractVarnishUrlStrategy; /** * URL strategy that does no tran...
{ "content_hash": "acce066a194cad78eb2e138eead4d8ce", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 91, "avg_line_length": 28.384615384615383, "alnum_prop": 0.8116531165311653, "repo_name": "ppodgorsek/cache-invalidation", "id": "f9e4973a11ffda7226d77488f742710a29ff81bb", ...
<!DOCTYPE html> <style> #container { overflow: hidden; will-change: transform; width: 400px; height: 400px; background-attachment: local; background-color: blue; } #child { height: 500px; } </style> <div id="container"> <div id="child"></div> </div> <script src="../resources/text-based-repaint.js"></s...
{ "content_hash": "5c02e27d8f427a8d64a6915f188478ab", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 58, "avg_line_length": 17.37037037037037, "alnum_prop": 0.6801705756929638, "repo_name": "google-ar/WebARonARCore", "id": "ea1db4bc1d46da5636f4bbcc0b70822300f7027d", "size"...
from operator import attrgetter from pyangbind.lib.yangtypes import RestrictedPrecisionDecimalType from pyangbind.lib.yangtypes import RestrictedClassType from pyangbind.lib.yangtypes import TypedListType from pyangbind.lib.yangtypes import YANGBool from pyangbind.lib.yangtypes import YANGListType from pyangbind.lib.ya...
{ "content_hash": "2f00321e283a0d9c3c82353d04ee2de6", "timestamp": "", "source": "github", "line_count": 519, "max_line_length": 603, "avg_line_length": 42.86897880539499, "alnum_prop": 0.5935547665063599, "repo_name": "napalm-automation/napalm-yang", "id": "ea9b6405ab2269e679a8da87d9b69958e7dcaa91", ...
package com.hanuor.pearl_demonstration; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import com.hanuor.pearl.Pearl; import java.util.ArrayList; ...
{ "content_hash": "7d1c193c552dcb2b853d767472a46245", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 84, "avg_line_length": 25.487179487179485, "alnum_prop": 0.6161971830985915, "repo_name": "hanuor/pearl", "id": "3df650802fe8495c9bc6f344615608ffd9bc9185", "size": "1988", ...
'use strict';var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc); switch (arguments.length) { case 2: return decorators.reduceRight(fu...
{ "content_hash": "01869557f0ab918ade13ddd8f1d0fee9", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 148, "avg_line_length": 58, "alnum_prop": 0.6785714285714286, "repo_name": "rehnen/potato", "id": "3d13311eecb16ad4e70d897e8ab3d8e2990bec9c", "size": "3248", "binary": fa...
======== Usage ======== To use linkpile in a project:: import linkpile
{ "content_hash": "b591eb12b3714e36d971c0192ed62778", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 30, "avg_line_length": 10.857142857142858, "alnum_prop": 0.5526315789473685, "repo_name": "gjost/django-linkpile", "id": "6b133ff50a69a41e4269365800d97eaa73f8eaa6", "size": ...
'use strict'; module.exports = require.requireActual('restoreRelayCacheData');
{ "content_hash": "b6f114d3cedd203bf2bca538b2b2b9f3", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 64, "avg_line_length": 16.4, "alnum_prop": 0.7682926829268293, "repo_name": "mroch/relay", "id": "b48a4bf2d07c759cc73ca5043702e72a9ad58c3e", "size": "390", "binary": false...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> <html lang="pl"> <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Play! 2.x Provider for Play! 2.7.x 1.0.0-rc5 API</title> <script type="t...
{ "content_hash": "572b8ab6d70da76e75739fe0b20c5622", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 205, "avg_line_length": 38.96052631578947, "alnum_prop": 0.5305639986491051, "repo_name": "play2-maven-plugin/play2-maven-plugin.github.io", "id": "818296986a1ccbf832553d75c3...
from collections import abc import itertools import re import sys from neutron_lib.api import attributes from neutron_lib.api.definitions import network as net_apidef from neutron_lib import constants from neutron_lib import context from neutron_lib import exceptions from neutron_lib.plugins import directory from neut...
{ "content_hash": "cc2476fdce7b295a261f4a9eaefe21f1", "timestamp": "", "source": "github", "line_count": 530, "max_line_length": 112, "avg_line_length": 42.8188679245283, "alnum_prop": 0.6135101789019124, "repo_name": "openstack/neutron", "id": "dca079b3c980e378c1a5b92fc95fd93a458c8f60", "size": "23...
package org.cybergarage.upnp.std.av.server.object.format; import java.io.*; import org.cybergarage.upnp.std.av.server.object.*; public class PNGFormat extends ImageIOFormat { //////////////////////////////////////////////// // Constroctor //////////////////////////////////////////////// public ...
{ "content_hash": "bf36110306e03abdde950cfe76f4f0b3", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 57, "avg_line_length": 18.319148936170212, "alnum_prop": 0.4912891986062718, "repo_name": "beamly/CyberLink4Java", "id": "eea4280dd1e12a064b6bc08c0684cc9130065374", "size":...
require 'spec_helper' describe Checker::Modules::Yaml do it 'should only check .yaml and .yml files' do files = ['a.rb', 'b.js.erb', 'c.r', 'd.yml', 'e.yaml'] mod = Checker::Modules::Yaml.new(files) mod.stub(:check_one_file).and_return(stub(:success? => true, :status => :ok)) mod.should_receive(:chec...
{ "content_hash": "08b569b576e086a0e87044070a549c13", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 81, "avg_line_length": 34.51851851851852, "alnum_prop": 0.6459227467811158, "repo_name": "netguru/checker", "id": "f6f055616f8a21e4b8a6ccaaefcdc52c9bae9e47", "size": "932",...
MathJax.Localization.addTranslation("cdo","HelpDialog",{version:"2.7.4",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/cdo/HelpDialog.js");
{ "content_hash": "45636ed06c9cd346e21f44ace1a7f9b7", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 169, "avg_line_length": 57.333333333333336, "alnum_prop": 0.7674418604651163, "repo_name": "sashberd/cdnjs", "id": "bde299cbf4a68ddd199dd0f8f89786342ebc1023", "size": "843",...
package org.knowm.xchange.bitmex.dto.marketdata; import java.math.BigDecimal; import java.util.Date; import org.knowm.xchange.bitmex.dto.trade.BitmexSide; import org.knowm.xchange.bitmex.dto.trade.BitmexTickDirection; import com.fasterxml.jackson.annotation.JsonProperty; public class BitmexPublicTrade { private ...
{ "content_hash": "3f9bb081c223466814bc8de1d50e6d4d", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 188, "avg_line_length": 26.51219512195122, "alnum_prop": 0.7290708371665133, "repo_name": "evdubs/XChange", "id": "d62e923fefab0aa9531fad1ee157311013c80453", "size": "2174"...
package thrift import ( "compress/gzip" "io" "net/http" "strings" ) // NewThriftHandlerFunc is a function that create a ready to use Apache Thrift Handler function func NewThriftHandlerFunc(processor TProcessor, inPfactory, outPfactory TProtocolFactory) func(w http.ResponseWriter, r *http.Request) { return g...
{ "content_hash": "2c31f61e993980cd80bdfed0ceb0c9c4", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 103, "avg_line_length": 24.185185185185187, "alnum_prop": 0.7120980091883614, "repo_name": "nsuke/thrift", "id": "c84aba953cba0d5cf337e11de08f0b37e5ea63b3", "size": "2109",...
Wordpress Doge Mode plugin. Feel free to submit new words. ## For development: 1. npm install 2. gulp watch ## Description Replaces are images with doge, floating doge phases, doge font! ## Installation 1. Upload `wp-doge-mode` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' m...
{ "content_hash": "296601dd0f665a58626b17ef954ff92f", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 64, "avg_line_length": 17.291666666666668, "alnum_prop": 0.7301204819277108, "repo_name": "lukasjuhas/wp-doge-mode", "id": "1716e2782d4ed24400f339c6af2998be17f6c643", "size...
namespace palo { class DataStreamMgr; // Single receiver of an m:n data stream. // Incoming row batches are routed to destinations based on the provided // partitioning specification. // Receivers are created via DataStreamMgr::CreateRecvr(). class DataStreamRecvr { public: // deregister from _mgr ~DataStream...
{ "content_hash": "ba76e62f173b09c6fc9283f87c051866", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 87, "avg_line_length": 28.904761904761905, "alnum_prop": 0.6655683690280065, "repo_name": "cyongli/palo", "id": "f58784ce60f36643d29260b0a7f4cc1a32bf73ab", "size": "2280", ...
package com.intel.analytics.bigdl.keras.nn import com.intel.analytics.bigdl.keras.KerasBaseSpec import com.intel.analytics.bigdl.nn.keras.{Sequential => KSequential} import com.intel.analytics.bigdl.nn.abstractnn.AbstractModule import com.intel.analytics.bigdl.nn.keras.LeakyReLU import com.intel.analytics.bigdl.tens...
{ "content_hash": "a6abc8c7e8677a433a9991d253f17ad4", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 93, "avg_line_length": 34.660714285714285, "alnum_prop": 0.6929417825862957, "repo_name": "yiheng/BigDL", "id": "d3bb168107a0904a056d6ed8b630ddeb38aaa270", "size": "2542", ...
namespace RefactorExamBitsToBitsTask { using System; using System.Text; public class BitsToBits { public static void Main() { int numbersCount = int.Parse(Console.ReadLine()); long maxCountZeros = 0; long maxCountOnes = 0; long currentZer...
{ "content_hash": "6fb4147d740bbe4ee35dfb6bb6a70520", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 76, "avg_line_length": 28.505494505494507, "alnum_prop": 0.3338473400154202, "repo_name": "zhenyaracheva/TelerikAcademy", "id": "bcf8b16559ce58ddf98d274dea52addd36a8f5a0", ...
package proto import ( "bytes" "compress/gzip" "encoding/binary" "errors" "fmt" "hash/crc32" "io" "io/ioutil" "time" "github.com/golang/snappy" ) /* Kafka wire protocol implemented as described in https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol#AGuideToTheKafkaProtocol-Mess...
{ "content_hash": "b71d4f0743bade30a6fc98712d9585fa", "timestamp": "", "source": "github", "line_count": 1483, "max_line_length": 116, "avg_line_length": 23.54686446392448, "alnum_prop": 0.6775200458190149, "repo_name": "zorkian/kafka", "id": "1d68e94dd622612044c37f064f506a925a7ffa33", "size": "3492...
package net.minder.config; import org.junit.Test; import java.util.HashMap; import java.util.Map; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; public class MapMethodSampleTest { public static class Target { private int limit = 3; @Configure public...
{ "content_hash": "5a6fbf4948a474183a34191de97f8f5b", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 92, "avg_line_length": 21.484848484848484, "alnum_prop": 0.692524682651622, "repo_name": "kminder/config-injector", "id": "67096ffdec9e3325bf726a15600f1dc283c7a2be", "size"...
import hbs from 'htmlbars-inline-precompile'; import sinon from 'sinon'; import wait from 'ember-test-helpers/wait'; import {describe, it} from 'mocha'; import {expect} from 'chai'; import {run} from '@ember/runloop'; import {setupComponentTest} from 'ember-mocha'; describe('Integration: Component: gh-timezone-select'...
{ "content_hash": "77f6caa72d1fa209fdcba5f8444c70bd", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 106, "avg_line_length": 37.44444444444444, "alnum_prop": 0.6027448071216617, "repo_name": "acburdine/Ghost-Admin", "id": "2c5b2f1d6661f6523062916ad25a9c6a628a0fe4", "size":...
package com.google.cloudsearch.tutorial; import com.google.api.client.googleapis.auth.oauth2.GoogleCredential; import com.google.api.client.googleapis.util.Utils; import com.google.api.services.cloudsearch.v1.CloudSearch; import com.google.api.services.cloudsearch.v1.model.Operation; import com.google.api.services.c...
{ "content_hash": "91041d10daf73fd9d822fc4bbb30040a", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 89, "avg_line_length": 36.78151260504202, "alnum_prop": 0.7308658898789125, "repo_name": "gsuitedevs/cloud-search-samples", "id": "c330e7789fac3bbb030bfea9e23746d28089cec1",...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>distributed-reference-counting: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../...
{ "content_hash": "db51590862f256f2e512a0a44151a0ee", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 272, "avg_line_length": 43.905325443786985, "alnum_prop": 0.5628032345013477, "repo_name": "coq-bench/coq-bench.github.io", "id": "a144cd594b89efedafbd7a43041aaadc140f13d9",...
package com.example.alan.thunderweather.db; import org.litepal.crud.DataSupport; /** * Created by Alan on 2017/8/21. */ public class City extends DataSupport{ private int id; private String cityName; private int cityCode; private int provinceId; public int getCityCode() { return cityCo...
{ "content_hash": "370d81682e526625d382e4957cc24e9d", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 47, "avg_line_length": 17.26530612244898, "alnum_prop": 0.6146572104018913, "repo_name": "CoderAlan/ThunderWeather", "id": "8aa20a5f0f37e9cc9959a1390aebf4834e5432a1", "size...
from __future__ import print_function import subprocess from simlammps import read_data_file from simlammps.cuba_extension import CUBAExtension from simphony.core.cuba import CUBA lammps_script = """# example of creating lammps data file (to be then used by SimPhoNy" dimension 2 atom_style atomic # create geometry...
{ "content_hash": "e960d24c4955ba3b89273ed52518b381", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 87, "avg_line_length": 27.135135135135137, "alnum_prop": 0.7166334661354582, "repo_name": "simphony/simphony-lammps-md", "id": "24b2435717e16e2b744d392ca919ab596eff6357", "...
#include <apr_pools.h> #include <apr_hash.h> #include <apr_tables.h> #include <string.h> /* for strncmp() */ #include "svn_hash.h" #include "svn_string.h" #include "svn_props.h" #include "svn_error.h" #include "svn_ctype.h" #include "private/svn_subr_private.h" /* All Subversion-specific versioned node pro...
{ "content_hash": "61d62fd1b05f47072c51e4ce15acd293", "timestamp": "", "source": "github", "line_count": 487, "max_line_length": 80, "avg_line_length": 26.49486652977413, "alnum_prop": 0.575680074401302, "repo_name": "jrobhoward/SCADAbase", "id": "738d00f16682ed833dae1f184affcb3cbe018657", "size": "...
<!-- BEGINNING OF PRE-COMMIT-BLUEPRINT DOCS HOOK:TITLE --> # Cloud DNS Managed Zone Forwarding blueprint <!-- END OF PRE-COMMIT-BLUEPRINT DOCS HOOK:TITLE --> <!-- BEGINNING OF PRE-COMMIT-BLUEPRINT DOCS HOOK:BODY --> A private Cloud DNS managed zone with forwarding config ## Setters | Name | ...
{ "content_hash": "ba017a081efa431ad69e8429440d3585", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 126, "avg_line_length": 34.54666666666667, "alnum_prop": 0.5650328058664609, "repo_name": "GoogleCloudPlatform/blueprints", "id": "39c778f0eb0aa460fe22c9093cf2162352066de7", ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html> <head> <title>API docs for &ldquo;pymine.util.httpserve&rdquo;</title> <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> <link href="apidocs.css" type="text/css" rel="stylesheet" /> ...
{ "content_hash": "d19023430c4d0c8c2fd172b82af9febc", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 156, "avg_line_length": 33.05806451612903, "alnum_prop": 0.6133879781420765, "repo_name": "alecmuffett/pymine", "id": "57ddbbb4fa1abb205eff3289a6a5e24d83d5d3f2", "size": "...
<resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> <dimen name="activity_vertical_margin">16dp</dimen> <dimen name="padding_medium">5dp</dimen> <dimen name="padding_small">2dp</dimen> <dimen name="margin_medium">...
{ "content_hash": "6b2eb3bdeab429e733c9046f345c34b1", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 71, "avg_line_length": 37.142857142857146, "alnum_prop": 0.675, "repo_name": "pj2/trail-app", "id": "60d52b22bc4fc1c5739f40864134b964e53b0ed8", "size": "520", "binary": f...
using System.Composition; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CodeFixes; using Roslyn.Diagnostics.Analyzers; namespace Roslyn.Diagnostics.CSharp.Analyzers { /// <summary> /// RS0006: Do not mix attributes from different versions of MEF /// </summary> [ExportCodeFixProvider(Langua...
{ "content_hash": "bc0df614e793d770c6f4092af0fb25f2", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 124, "avg_line_length": 32.2, "alnum_prop": 0.7867494824016563, "repo_name": "mavasani/roslyn-analyzers", "id": "b148176e95c3fd788c3d1bdd88d0885a8a645e1b", "size": "645", ...
gen_third_cert() { [ -f "${LXD_CONF}/client3.crt" ] && return mv "${LXD_CONF}/client.crt" "${LXD_CONF}/client.crt.bak" mv "${LXD_CONF}/client.key" "${LXD_CONF}/client.key.bak" lxc_remote list > /dev/null 2>&1 mv "${LXD_CONF}/client.crt" "${LXD_CONF}/client3.crt" mv "${LXD_CONF}/client.key" "${LXD_CONF}/clie...
{ "content_hash": "29e690cfbdf3689ba0faa7d27aaa87f8", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 191, "avg_line_length": 36.26943005181347, "alnum_prop": 0.6502857142857142, "repo_name": "lxc/lxd-pkg-ubuntu", "id": "d03375678558f19a441fd2febae96d0247e3604b", "size": "...
/* * Modified by the GTK+ Team and others 1997-2000. See the AUTHORS * file for a list of people on the GTK+ Team. See the ChangeLog * files for a list of changes. These files are distributed with * GTK+ at ftp://ftp.gtk.org/pub/gtk/. */ #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "O...
{ "content_hash": "138b052b42f8cef3f1ee567066960659", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 119, "avg_line_length": 38.43877551020408, "alnum_prop": 0.5696840987523228, "repo_name": "jonnyniv/boost_converter", "id": "15758dbbecf1a662ba5a51e03fa4f9463d194319", "siz...
package com.blocklaunch.blwarps.eventhandlers; import com.blocklaunch.blwarps.BLWarps; import org.spongepowered.api.entity.living.player.Player; import org.spongepowered.api.event.Listener; import org.spongepowered.api.event.entity.DamageEntityEvent; public class DamageEntityEventHandler { private BLWarps plugin...
{ "content_hash": "202da27d9df0ed9d1355b5eb61d6cfe8", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 62, "avg_line_length": 25.756756756756758, "alnum_prop": 0.6631689401888772, "repo_name": "BlockLaunch/BLWarps", "id": "5f7568ba667d2da16850b8247abef9729eebbaf8", "size": "...
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.codeInsight.completion; import com.intellij.codeInsight.ExpectedTypeInfo; import com.intellij.codeInsight.ExpectedTypeInfoImpl; import com.intellij.codeInsight.ExpectedTypesProv...
{ "content_hash": "6f43d61dded30d736e1704e3bdd710c9", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 169, "avg_line_length": 45.655, "alnum_prop": 0.7384733326032198, "repo_name": "ingokegel/intellij-community", "id": "c0cc0df1065efa409fd326f7cbbeb137a20e1a69", "size": "9...