text stringlengths 2 1.04M | meta dict |
|---|---|
(function () {
var basePackage = "atplugins.lightWidgets";
var basePath = basePackage + ".";
var nspace = Aria.nspace(basePackage, true);
Aria.classDefinition({
$classpath : "atplugins.lightWidgets.calendar.CalendarController",
$dependencies : ["aria.utils.Date", "aria.utils.environme... | {
"content_hash": "bc757d17989d7ed4d4caf2cf775eaa5c",
"timestamp": "",
"source": "github",
"line_count": 668,
"max_line_length": 223,
"avg_line_length": 47.27994011976048,
"alnum_prop": 0.46480701643289113,
"repo_name": "lsimone/ariatemplates",
"id": "3377997d0295db6380706357a044fd8ebb45562b",
"size... |
Number Formatter
=========
A small library that adds commas to numbers
## Installation
`npm install @bird-cage/number-formatter`
## Usage
var numFormatter = require('@bird-cage/number-formatter');
var formattedNum = numFormatter(35666);
Output should be `35,666`
## Tests
`npm test`
## Cont... | {
"content_hash": "4385904438220fe9196337c54255817b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 176,
"avg_line_length": 26,
"alnum_prop": 0.7357320099255583,
"repo_name": "bird-cage/number-formatter",
"id": "e01987207f130ab801e18b6e5eb5e8f34c399709",
"size": "806",
... |
import * as moveService from "./moveService.js"
let totalTimeSpend = 0;
moveService.empaquetar()
.then( (time) => {
totalTimeSpend += time;
return moveService.desmontar()
} )
.then( (time) => {
totalTimeSpend += time;
return moveService.traslado()
} )
.then( (time) => {
totalTimeSpend += ... | {
"content_hash": "6d1a319941cd0b00e3271e0df9fca751",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 90,
"avg_line_length": 23.96,
"alnum_prop": 0.6143572621035058,
"repo_name": "carlosvillu-com/generator-promises",
"id": "caac265bb701376c70b2601cb19c901461f3e9c8",
"size":... |
#ifndef MA_EDGESWAP_H
#define MA_EDGESWAP_H
#include "maMesh.h"
namespace ma {
class Adapt;
class EdgeSwap
{
public:
virtual ~EdgeSwap() {};
virtual bool run(Entity* edge) = 0;
};
EdgeSwap* makeEdgeSwap(Adapt* a);
}
#endif
| {
"content_hash": "c515e52ba5ee63c11a6c2dacd1617517",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 39,
"avg_line_length": 10.954545454545455,
"alnum_prop": 0.6597510373443983,
"repo_name": "yangf4/core",
"id": "de89aad733ed200727f2555ab08fe37e13101213",
"size": "672",
... |
module Google
module Ads
module GoogleAds
module V11
module Services
module BiddingSeasonalityAdjustmentService
# Path helper methods for the BiddingSeasonalityAdjustmentService API.
module Paths
##
# Create a fully-qualified BiddingSeaso... | {
"content_hash": "5cf0b5069ae107db905cef4ddaa0c7a8",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 102,
"avg_line_length": 35.24,
"alnum_prop": 0.5317820658342792,
"repo_name": "googleads/google-ads-ruby",
"id": "d59a44b95fabeb93ae24bb8c3691ae49706ce92e",
"size": "2426",... |
#import <AppKit/AppKit.h>
@interface ActAsyncView : NSView
@end
| {
"content_hash": "c00748e64db49b5a5c6ec7bfc6a2258c",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 32,
"avg_line_length": 11.166666666666666,
"alnum_prop": 0.7313432835820896,
"repo_name": "jsh1/activity_log",
"id": "e162b19243c4111a6ee1b3b9496d32bc6269ddcb",
"size": "122... |
import sys
import os
import shlex
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
# --... | {
"content_hash": "18922a8843eeb606417a2f36f01e12ea",
"timestamp": "",
"source": "github",
"line_count": 281,
"max_line_length": 79,
"avg_line_length": 32.20640569395018,
"alnum_prop": 0.7048618784530387,
"repo_name": "michaelkuty/django-reclass",
"id": "e170c2dcf062501f36e91a5920a3f71f5114ea42",
"s... |
<?php
require_once ("../models/db-settings.php");
require_once ("../models/funcs.php");
require_once ("../functions.php");
function update_3() {
global $db_table_prefix;
$db_issue = false;
$kanban_versions_entry = "
INSERT INTO `" . $db_table_prefix . "versions` (`version_type`, `version_number`) VALUES
(... | {
"content_hash": "044b0bdf7f00a1c4eb826eb470fbf013",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 92,
"avg_line_length": 32.973684210526315,
"alnum_prop": 0.6624102154828412,
"repo_name": "benohead/kanban_board",
"id": "7f8a83579438a2e8a5c5b4f288d800d58cd9458c",
"size":... |
package org.biopax.paxtools.pattern.constraint;
import org.biopax.paxtools.pattern.Match;
import java.util.Set;
/**
* Checks if the element has the desired ID. This is a separate class (not reusing FieldConstraint)
* because PathAccessor cannot access to RDFIDs.
*
* @author Ozgun Babur
*/
public class IDConstra... | {
"content_hash": "7b92acdf7f65f80a1832d7b0c82b41df",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 99,
"avg_line_length": 19.12,
"alnum_prop": 0.6841004184100419,
"repo_name": "CreativeCodingLab/PathwayMatrix",
"id": "065bdec957744b08c405720e579b37ced2ed13de",
"size": "9... |
package org.apache.sshd.common;
/**
* Represents an interface receiving Session events.
*
* @author <a href="mailto:dev@mina.apache.org">Apache MINA SSHD Project</a>
*/
public interface SessionListener {
enum Event {
KeyEstablished, Authenticated
}
/**
* A new session just been created
... | {
"content_hash": "3a724191a738fa8e174ebb3846ed1bfe",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 76,
"avg_line_length": 19.323529411764707,
"alnum_prop": 0.6255707762557078,
"repo_name": "kohsuke/mina-sshd",
"id": "dd30b48523676591a92c68233adaec41b0302250",
"size": "14... |
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#ifndef __NUMBER_MICROPROPS_H__
#define __NUMBER_MICROPROPS_H__
// TODO: minimize includes
#include "unicode/numberformatter.h"
#include "number_types... | {
"content_hash": "589f3f9a3c1dd0af7b8d62fa6e58c384",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 101,
"avg_line_length": 27.80722891566265,
"alnum_prop": 0.6867417677642981,
"repo_name": "wiltonlazary/arangodb",
"id": "d2393aea50c098792345fc3b85b6e9d4db56191a",
"size":... |
package org.zstack.header.configuration;
import org.zstack.header.message.APIEvent;
import org.zstack.header.rest.RestResponse;
import org.zstack.header.storage.primary.PrimaryStorageConstant;
@RestResponse(allTo = "inventory")
public class APICreateDiskOfferingEvent extends APIEvent {
private DiskOfferingInvento... | {
"content_hash": "45af7879169ee8079f73ff48afd6b73b",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 112,
"avg_line_length": 30.5,
"alnum_prop": 0.7236533957845434,
"repo_name": "zsyzsyhao/zstack",
"id": "525054f2338a7532db8d3e7d774acd5aec82b746",
"size": "1281",
"binary... |
IXCoin version 0.7.2 is now available from:
http://sourceforge.net/projects/ixcoin/files/IXCoin/ixcoin-0.7.2
This is a bug-fix minor release.
Please report bugs using the issue tracker at github:
https://github.com/ixcoin/ixcoin/issues
How to Upgrade
--------------
If you are running an older version, shut it d... | {
"content_hash": "f12bcbb576008aa36cd68e8220a1e322",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 79,
"avg_line_length": 35.75,
"alnum_prop": 0.7568901686548746,
"repo_name": "vladroberto/IXCoin",
"id": "01def72178daf096b6372619e96763b083b80176",
"size": "2431",
"bina... |
Param(
[Parameter(Position=0, Mandatory=$false, ValueFromPipeline=$true)][string] $CSV,
[Parameter(Position=1, Mandatory=$false, ValueFromPipeline=$true)][string] $Count
)
#Main
Function Main {
""; Write-Host " Office 365: Get Cluttered Mailboxes" -f "green"
Write-Host " -------------------------... | {
"content_hash": "aafc4e7331de610ee577a4debf959719",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 147,
"avg_line_length": 40.43529411764706,
"alnum_prop": 0.5935408786732616,
"repo_name": "gioxx/o365",
"id": "bc4c5252ed344fb33e1265a405cf6cb841740746",
"size": "4717",
... |
namespace System.IO
{
internal static partial class PathHelpers
{
// Trim trailing white spaces, tabs etc but don't be aggressive in removing everything that has UnicodeCategory of trailing space.
// String.WhitespaceChars will trim more aggressively than what the underlying FS does (for ex, NTF... | {
"content_hash": "faedd8635a502ca39fbcc536e64ccc88",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 149,
"avg_line_length": 39.203252032520325,
"alnum_prop": 0.527789299046039,
"repo_name": "chenxizhang/corefx",
"id": "a3fbe627c1fc635c9108e88f47d189ad09ee1bd5",
"size": "... |
namespace DotNetNuke.Modules.Reports.Extensions
{
using System.Collections.Generic;
/// -----------------------------------------------------------------------------
/// <summary>
/// The IReportsSettingsControl class provides an interface to a Reports Module Settings Control
/// </summary>
... | {
"content_hash": "6b3aa8a7b188e9d8c0c7b1ef3884b0a2",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 104,
"avg_line_length": 44.07692307692308,
"alnum_prop": 0.3990692262943572,
"repo_name": "DNNCommunity/DNN.Reports",
"id": "064608d0b69b69b7f656eff0d102efd2fc2a5125",
"siz... |
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
namespace XPFriend.FixtureTest
{
class ExceptionEditors
{
public void Dummy1(ApplicationException e) {}
static void Dummy2(ApplicationException e) { }
public static object Du... | {
"content_hash": "962d0953cddf801d4e5c66880825217d",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 86,
"avg_line_length": 34.233333333333334,
"alnum_prop": 0.611489776046738,
"repo_name": "ototadana/FixtureBook",
"id": "28b1e3e11a92242d81499c48eaaad77d801e787f",
"size": ... |
#include "pnacl.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
#include <unistd.h>
/* Some crazy syst... | {
"content_hash": "00243216582a12823d0eb9ac9a6f0362",
"timestamp": "",
"source": "github",
"line_count": 928,
"max_line_length": 80,
"avg_line_length": 29.842672413793103,
"alnum_prop": 0.5834837871018993,
"repo_name": "binji/pnacl.c",
"id": "0c8d2afb79220404ea02a52a0d46d32fbdfcff98",
"size": "27866... |
example
=======
Note consuming code must call `load` before accessing the `env` map.
usage
-----
From this directory, run
```sh
$ dart run example.dart
```
###### setup
Define variables in a `.env` file.
```sh
$ cp .env.example .env
```
| {
"content_hash": "f19de98758e7ff32ac07d10330475f69",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 68,
"avg_line_length": 11.619047619047619,
"alnum_prop": 0.6229508196721312,
"repo_name": "mockturtl/dotenv",
"id": "da5a495118d5c66936b0048717ad07976f242a6e",
"size": "244... |
<?php
/**
* @namespace
*/
namespace ZendTest\Db\Adapter\TestAsset\Testnamespace;
/**
* @see Zend_Db_Adapter_Static
*/
/**
* Class for connecting to SQL databases and performing common operations.
*
* @category Zend
* @package Zend_Db
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend... | {
"content_hash": "41c18e061c486c1f4257088c8a6d1ea9",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 87,
"avg_line_length": 20.92,
"alnum_prop": 0.7017208413001912,
"repo_name": "rgarro/zf2",
"id": "45f2e372ca9aa3cf9ef222cb3e755f28e2b8a7d6",
"size": "1216",
"binary": fal... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "acabc60e39919986784f958ec92cbf56",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "d7f5398ae002e622d1087b6786576c9007350164",
"size": "176... |
package daemon // import "github.com/docker/docker/daemon"
import (
"fmt"
"io/ioutil"
"os"
"github.com/docker/docker/container"
"github.com/docker/docker/pkg/system"
"github.com/docker/libnetwork"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
)
func (daemon *Daemon) setupLinkedContainers(container *co... | {
"content_hash": "c4532f3c5065a07b61ee5a0e32b49fb9",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 130,
"avg_line_length": 26.472081218274113,
"alnum_prop": 0.6970278044103547,
"repo_name": "laijs/moby",
"id": "10bfd53d6e2f22fd3ec79aa37d26469b3629bd50",
"size": "5215",
... |
# encoding: utf-8
"""
This script tests ``GitWildMatchPattern``.
"""
from __future__ import unicode_literals
import re
import sys
import unittest
import pathspec.patterns.gitwildmatch
import pathspec.util
from pathspec.patterns.gitwildmatch import GitWildMatchPattern
if sys.version_info[0] >= 3:
unichr = chr
clas... | {
"content_hash": "e79fcf34292d53bbc2b2df8602ac5f6d",
"timestamp": "",
"source": "github",
"line_count": 474,
"max_line_length": 751,
"avg_line_length": 26.974683544303797,
"alnum_prop": 0.669169404035664,
"repo_name": "TeamSPoon/logicmoo_workspace",
"id": "e552d5ef5398f47f6f90f27c8360be4f63a2fe82",
... |
package execution
import (
"context"
"errors"
"flag"
"fmt"
"os"
"os/exec"
"sync"
"sync/atomic"
"time"
log "github.com/golang/glog"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/ptypes"
"github.com/google/fleetspeak/fleetspeak/src/client/channel"
"github.com/google/fleetspeak/fleetspeak... | {
"content_hash": "f97d94a8d8131a704ebc8d670c57e969",
"timestamp": "",
"source": "github",
"line_count": 615,
"max_line_length": 145,
"avg_line_length": 29.87317073170732,
"alnum_prop": 0.6840844763770956,
"repo_name": "google/fleetspeak",
"id": "7ce72db91783f39bddac399e6028bfbb4cf269f5",
"size": "1... |
<?php
namespace Sylius\Component\Core\Model;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Collection;
use Sylius\Component\Channel\Model\ChannelInterface as BaseChannelInterface;
use Sylius\Component\Payment\Model\PaymentMethod as BasePaymentMethod;
use Sylius\Component\Payment\M... | {
"content_hash": "1919f89062d89846155dc575aa73aef6",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 79,
"avg_line_length": 21.273972602739725,
"alnum_prop": 0.627173213135866,
"repo_name": "nakashu/Sylius",
"id": "dd1e5234b5447ca39d2ab6c1ca9c913052ed33b1",
"size": "1764",... |
'use strict'
import React from 'react'
import classnames from 'classnames'
import { substitute } from './utils/strings'
import TableHeader from './TableHeader'
import { requireCss } from './themes'
requireCss('tables')
class Table extends React.Component {
static displayName = 'Table'
static propTypes = {
b... | {
"content_hash": "c582de88136d9869ec28677b9c215516",
"timestamp": "",
"source": "github",
"line_count": 351,
"max_line_length": 96,
"avg_line_length": 23.173789173789174,
"alnum_prop": 0.5322104745512662,
"repo_name": "pandoraui/react-ui",
"id": "e390c89f01122b3b13d2c27971e4f7335ba32aeb",
"size": "... |
namespace onnxruntime {
namespace cuda {
namespace {
template <typename T>
struct GetRatioDataImpl {
void operator()(const Tensor* ratio, float& ratio_data) const {
ratio_data = static_cast<float>(*(ratio->template Data<T>()));
ORT_ENFORCE(ratio_data >= 0.0f && ratio_data < 1.0f, "ratio_data is outside rang... | {
"content_hash": "78e8977d4198db28ef1d6dede0835764",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 120,
"avg_line_length": 42.77922077922078,
"alnum_prop": 0.6390406800242866,
"repo_name": "microsoft/onnxruntime",
"id": "cb4d6687b1e2bc93bc078e9fa3041b1d33b0963e",
"size":... |
class DeletedCommitVersion < CommitVersion
end
| {
"content_hash": "b5510ceae1e72047ad27e32221c40c0e",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 42,
"avg_line_length": 23.5,
"alnum_prop": 0.8723404255319149,
"repo_name": "ShengLiu/ProjectChanged",
"id": "45c7c5709999a3f6601abea83c3a501314cfd90b",
"size": "47",
"bin... |
using System.Collections.Generic;
using System.Linq;
namespace Kazyx.RemoteApi
{
/// <summary>
/// Response of getMethodTypes API.
/// </summary>
public class MethodType
{
/// <summary>
/// Name of API
/// </summary>
public string Name { set; get; }
/// <sum... | {
"content_hash": "5e36a7c641cd08f64e2cb6d98292521c",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 79,
"avg_line_length": 28.423076923076923,
"alnum_prop": 0.510148849797023,
"repo_name": "kazyx/kz-remote-api",
"id": "67d2072d873dcb000dad1c2a57f8265b64c62c99",
"size": "2... |
define([
// "uiBootstrap",
// "less!app/less/bootstrap",
// "less!app/less/bootstrap-theme"
], function () {
//File used to do some custom action before angular app bootstraping. Such as including custom things...
return [
// "ui.bootstrap"
];
}); | {
"content_hash": "ca0ef5fdf2397128099595b058cffae7",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 108,
"avg_line_length": 27.5,
"alnum_prop": 0.6181818181818182,
"repo_name": "ArcanisCz/angular-requirejs-seed",
"id": "cca5c353a147a1a8f960d774fef1eb6249e788d7",
"size": "... |
<!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_151) on Mon Jul 29 22:15:55 UTC 2019 -->
<title>PositionFunctions (tensorics-core API)</title>
<meta name="date" content="2019-07-29">
<link re... | {
"content_hash": "6719fdeb2730d7801ae8decc9cef6171",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 389,
"avg_line_length": 38.196,
"alnum_prop": 0.6414284218242748,
"repo_name": "tensorics/tensorics.github.io",
"id": "da4276c80b52a5523566f05650cac163a5391db0",
"size": "... |
using Carbon.Data;
namespace Amazon.DynamoDb;
internal sealed class EnumConverter : IDbValueConverter
{
public static readonly EnumConverter Default = new();
// ulong?
public DbValue FromObject(object value, IMember member)
{
return new DbValue(Convert.ToInt32(value));
}
... | {
"content_hash": "1279d711276a63e74f236861bd08a5ed",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 59,
"avg_line_length": 25.09090909090909,
"alnum_prop": 0.6358695652173914,
"repo_name": "carbon/Amazon",
"id": "4c414dec8c52bcd6c450d5757c8691af02ffa6e5",
"size": "554",
... |
package com.reactnativenavigation.presentation;
import android.content.*;
import android.graphics.drawable.*;
import android.support.annotation.*;
import android.support.v4.content.*;
import com.reactnativenavigation.parse.*;
import com.reactnativenavigation.utils.*;
import com.reactnativenavigation.viewcontrollers.*... | {
"content_hash": "e0cd27907cbeed05b4e7d795b0276d2f",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 194,
"avg_line_length": 51.146341463414636,
"alnum_prop": 0.7079160705770148,
"repo_name": "Jpoliachik/react-native-navigation",
"id": "18b953d8be3d1b8f63381611a70127e084a085... |
#ifndef SRC_TRANSFORMS_FORK_H_
#define SRC_TRANSFORMS_FORK_H_
#include "src/formats/array_format.h"
#include "src/transform_base.h"
namespace sound_feature_extraction {
namespace transforms {
class Fork : public UniformFormatTransform<formats::ArrayFormatF> {
friend class FrequencyBands;
public:
Fork();
TR... | {
"content_hash": "a278f9cd000695dc89633ba7b4b74be1",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 75,
"avg_line_length": 26.058823529411764,
"alnum_prop": 0.6930022573363431,
"repo_name": "Samsung/veles.sound_feature_extraction",
"id": "5977d16a89ec177fd981299c024e2212c3d... |
package v1alpha1
import (
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)
const (
// DataExportResourceName is name for the DataExport resource.
DataExportResourceName = "dataexport"
// DataExportResourcePlural is the name for list of DataExport resources.
DataExportResourcePlural = "dat... | {
"content_hash": "39f3723e85ec4400a100257b4771a634",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 110,
"avg_line_length": 47.80536912751678,
"alnum_prop": 0.7560016846834199,
"repo_name": "libopenstorage/stork",
"id": "5a9fe418afcdb89d631ce755a44c463e590fabdb",
"size":... |
macro(_list_append_deduplicate listname)
if(NOT "${ARGN}" STREQUAL "")
if(${listname})
list(REMOVE_ITEM ${listname} ${ARGN})
endif()
list(APPEND ${listname} ${ARGN})
endif()
endmacro()
# append elements to a list if they are not already in the list
# copied from catkin/cmake/list_append_unique.cm... | {
"content_hash": "a567831b6e4e60babce3a63020aa70c5",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 300,
"avg_line_length": 42.82795698924731,
"alnum_prop": 0.6992216921918152,
"repo_name": "siketh/ASR",
"id": "40890044e80a074d946c730ff75fec031bd43605",
"size": "8190",
... |
<?xml version="1.0" encoding="UTF-8"?>
<users type="array">
<user>
<id>24253645</id>
<name>Debian Project</name>
<screen_name>debian</screen_name>
<location>Here, there and everywhere!</location>
<description>The Universal Operating System</description>
<profile_image_url>http://s3.amazonaws.com/twitter_pro... | {
"content_hash": "721d2ec0d54364747215b7d3b5c9a424",
"timestamp": "",
"source": "github",
"line_count": 2727,
"max_line_length": 188,
"avg_line_length": 45.283094976164286,
"alnum_prop": 0.7321823349826297,
"repo_name": "intfrr/phptwitterbot",
"id": "c5e8fd92c8ec417a89c1fb7863b9dde45114e559",
"size... |
package org.cloudfoundry.client.v2.buildpacks;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.cloudfoundry.Nullable;
import org.immutables.value.Value;
/**
* The request payload to... | {
"content_hash": "f5621806cd15791a1a53a2e3a0695e3c",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 63,
"avg_line_length": 18.116666666666667,
"alnum_prop": 0.6485740570377185,
"repo_name": "alexander071/cf-java-client",
"id": "f82bb3a68e070c873ccbdc71a20bfa7da45dbd30",
"... |
package o;
import java.text.ParseException;
public final class ᑉ extends iF.if
{
private static final long serialVersionUID = 1L;
public ᑉ(Exception paramException)
{
super(paramException);
}
public ᑉ(String paramString)
{
super(paramString);
}
public ᑉ(String paramString, ParseException pa... | {
"content_hash": "6ce1ba382ca19e61aa608f1bd52abdd0",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 81,
"avg_line_length": 19.214285714285715,
"alnum_prop": 0.6951672862453532,
"repo_name": "mmmsplay10/QuizUpWinner",
"id": "d109711887af9919f3c3b8567521496d2d1d9be3",
"size... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc on Thu Jan 01 15:37:47 PST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Jackson-core 2.5.0 API</title>
<script ... | {
"content_hash": "55e152ddf900dc1504e3245003c75ab1",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 205,
"avg_line_length": 40.23529411764706,
"alnum_prop": 0.5350877192982456,
"repo_name": "FasterXML/jackson-core",
"id": "3562b545a9d1d69fda81ba283980aed2aec5349f",
"size"... |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>$InjectorLike | UI-Router</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets... | {
"content_hash": "4ced71c45c5378e928f22caad37c47c8",
"timestamp": "",
"source": "github",
"line_count": 407,
"max_line_length": 573,
"avg_line_length": 47.90909090909091,
"alnum_prop": 0.6281860608236319,
"repo_name": "ui-router/ui-router.github.io",
"id": "1a80b2cbfef6bd3f33860e2ed18084c11dc7e6a6",
... |
<?php
namespace PHPCensor\Model\Build;
use Exception;
use PHPCensor\Builder;
use PHPCensor\Model\Build;
/**
* Remote Subversion Build Model
*
* @package PHP Censor
* @subpackage Application
*
* @author Nadir Dzhilkibaev <imam.sharif@gmail.com>
* @author Dmitry Khomutov <poisoncorpsee@gmail.com>
*/
class S... | {
"content_hash": "1131d6ae3625bc3166424784356a1611",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 112,
"avg_line_length": 28.03448275862069,
"alnum_prop": 0.5328413284132841,
"repo_name": "php-censor/php-censor",
"id": "fffa7ccba38c6802b8784da45db14d931f0adf4b",
"size"... |
@interface IDEPlaygroundPageNavigableItem : IDEContainerFileReferenceNavigableItem
{
}
@end
| {
"content_hash": "0435709bbff2cb306c5f54cd65ec56a2",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 82,
"avg_line_length": 15.666666666666666,
"alnum_prop": 0.851063829787234,
"repo_name": "kolinkrewinkel/Multiplex",
"id": "0e34efa3e274f3a9cccb0a1b75fa8830556ea504",
"size"... |
/*jslint anon:true, sloppy:true, nomen:true*/
process.chdir(__dirname);
/*
* Create the MojitoServer instance we'll interact with. Options can be passed
* using an object with the desired key/value pairs.
*/
var Mojito = require('mojito');
var app = Mojito.createServer();
// -----------------------------------... | {
"content_hash": "a4a6d186b1880a34d13cdfa32c282272",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 78,
"avg_line_length": 31.5,
"alnum_prop": 0.5603174603174603,
"repo_name": "jeffblack360/mojito",
"id": "7672446b486766d08b724877f37fab937391f273",
"size": "796",
"binar... |
package stroom.util.pipeline.scope;
import com.google.inject.ScopeAnnotation;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTI... | {
"content_hash": "c5ab5caba3784cc037ce065aa6164b2d",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 59,
"avg_line_length": 24.941176470588236,
"alnum_prop": 0.8231132075471698,
"repo_name": "gchq/stroom",
"id": "7ff8db8e0646896e07e99bc5ab1fa47b61cfad88",
"size": "424",
... |
static BOOL RPJSONValidatorShouldSuppressWarnings;
@interface MVRPValidatorPredicate(Protected)
- (void)validateValue:(id)value withKey:(NSString *)key;
- (NSMutableArray *)failedRequirementDescriptions;
@end
@implementation MVRPJSONValidator
+ (BOOL)validateValuesFrom:(id)json
withRequirements:(NSDictiona... | {
"content_hash": "def7c7f692afb70fc4f1fa643fb13218",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 239,
"avg_line_length": 50.170212765957444,
"alnum_prop": 0.5797285835453775,
"repo_name": "vitoziv/moves-ios-sdk",
"id": "b11af10152c2767c04699ea2ea4f229840e19b04",
"size... |
<!-- Modal for send invoice email -->
<div id="send-email" class="modal fade in" {% if page.show-modal %}style="display: block;"{% endif %}>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&... | {
"content_hash": "463890d22589fd0d337edefb3183e66b",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 103,
"avg_line_length": 34.755102040816325,
"alnum_prop": 0.5549031121550205,
"repo_name": "cybord/invoicing-html-prototype",
"id": "b231f3be4b1c26647f91b31f249cf90c1b123f75"... |
'use strict';
const expect = require('chai').expect;
const createServer = require('../lib/create-server');
const views = require('./views');
const http = require('http');
const StateMachineSkill = require('../lib/StateMachineSkill');
const portfinder = require('portfinder');
describe('createServer', () => {
let ser... | {
"content_hash": "9a64a9dffae11e769efc9f310734655a",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 176,
"avg_line_length": 24.573529411764707,
"alnum_prop": 0.5511669658886894,
"repo_name": "cvaca7/voxa",
"id": "bb40eb1f96a0269148d5d7c5d6db2094d1aa2a56",
"size": "1671",
... |
package org.mifos.customers.office.persistence;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.matchers.JUnitM... | {
"content_hash": "672bb6af0d748c35bedadb8a77e75cbb",
"timestamp": "",
"source": "github",
"line_count": 249,
"max_line_length": 173,
"avg_line_length": 36.75903614457831,
"alnum_prop": 0.7575658254124331,
"repo_name": "maduhu/mifos-head",
"id": "3a09abec21c4cb47a3dbba73ef04764cb04e881c",
"size": "9... |
::ActiveAdmin.register ::Trax::Site, :as => "Site" do
index
form do |f|
f.inputs "Meta Info" do
f.input :host
f.input :name
f.input :details
f.input :description
end
f.inputs "Settings" do
f.input :active
f.input :routing_strategy, :as => :select, :collection ... | {
"content_hash": "a34665783779ae4eb6d66bab8fc85cab",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 99,
"avg_line_length": 22.545454545454547,
"alnum_prop": 0.5766129032258065,
"repo_name": "jasonayre/trax",
"id": "dcb9e1e6b5d809aaec42a0d5fcc64e1283d91c9c",
"size": "496",... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE617_Reachable_Assertion__fixed_67b.c
Label Definition File: CWE617_Reachable_Assertion.label.xml
Template File: sources-sink-67b.tmpl.c
*/
/*
* @description
* CWE: 617 Reachable Assertion
* BadSource: fixed Fixed value less than the assert value
* GoodSource... | {
"content_hash": "337936a312a40c36824cb484b3a8ad60",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 112,
"avg_line_length": 29.714285714285715,
"alnum_prop": 0.717032967032967,
"repo_name": "JianpingZeng/xcc",
"id": "af62cea5d5e8e268395b8096d020f3856afb39b5",
"size": "145... |
<?xml version="1.0" encoding="UTF-8"?>
<sem:triples uri="http://www.lds.org/vrl/objects/plants/ornamental-cabbage" xmlns:sem="http://marklogic.com/semantics">
<sem:triple>
<sem:subject>http://www.lds.org/vrl/objects/plants/ornamental-cabbage</sem:subject>
<sem:predicate>http://www.w3.org/2004/02/skos/core#pre... | {
"content_hash": "515a1602cff267587569e22abc063f9f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 119,
"avg_line_length": 55.888888888888886,
"alnum_prop": 0.7147117296222664,
"repo_name": "freshie/ml-taxonomies",
"id": "e811bffae686751abf3aa0b0aeabb258042ee93c",
"size"... |
package org.locationtech.geomesa.cassandra.tools.commands
import com.beust.jcommander.Parameters
import org.locationtech.geomesa.cassandra.data.CassandraDataStore
import org.locationtech.geomesa.cassandra.tools.CassandraDataStoreCommand
import org.locationtech.geomesa.cassandra.tools.CassandraDataStoreCommand.Cassan... | {
"content_hash": "7fd178828fa253d6dd9f24b4d84d696e",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 117,
"avg_line_length": 46.95,
"alnum_prop": 0.8817891373801917,
"repo_name": "jahhulbert-ccri/geomesa",
"id": "e39b7e83758313b32906a88d838d8ce614dd466d",
"size": "1402",
... |
.. _impatient:
=================
For the Impatient
=================
This HowTo gives you a quick instruction on how to get a demo of **djangocms-cascade** up and
running. It also is a good starting point to ask questions or report bugs, since its backend is
used as a fully functional reference implementation, used b... | {
"content_hash": "4fc0177e2e127372664d52f822f90733",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 100,
"avg_line_length": 31.21590909090909,
"alnum_prop": 0.732435384055333,
"repo_name": "rfleschenberg/djangocms-cascade",
"id": "c8c319cd22556372d15b5102adc72bde5531fbef",
... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0) on Wed Aug 14 21:12:38 EDT 2013 -->
<title>CreditAnalyticsResponse</title>
<meta name="date" content="2013-08-14">
<link rel="s... | {
"content_hash": "d5f0fb741bb7e244f2fe31be554e61c7",
"timestamp": "",
"source": "github",
"line_count": 574,
"max_line_length": 415,
"avg_line_length": 42.46689895470383,
"alnum_prop": 0.6477272727272727,
"repo_name": "tectronics/rootfinder",
"id": "dc56f4dc7fd6cb8959ed5f1854716de3bad5a0b2",
"size"... |
package org.robolectric.shadows;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect;
import org.junit.Before;
impo... | {
"content_hash": "39e79fd9faba4e9471b653de14aee0d0",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 153,
"avg_line_length": 38.869791666666664,
"alnum_prop": 0.6695698780651212,
"repo_name": "dierksen/robolectric",
"id": "d606a6796d7d327507969b956114321d66415cc4",
"size"... |
import datetime
import os
import unittest
from copy import copy
from decimal import Decimal
from django.conf import settings
from django.contrib.gis.gdal import DataSource
from django.contrib.gis.utils.layermapping import (
InvalidDecimal, InvalidString, LayerMapError, LayerMapping,
MissingForeignKey,
)
from d... | {
"content_hash": "13689ae613f8b6b35489b6eb067dd6f6",
"timestamp": "",
"source": "github",
"line_count": 405,
"max_line_length": 105,
"avg_line_length": 44.37283950617284,
"alnum_prop": 0.640977129820266,
"repo_name": "schinckel/django",
"id": "50fdb4815a7211675efea033aac29cf064a0a404",
"size": "179... |
logtail.html | {
"content_hash": "c5a1477353d80395b9d503d7dfb810d4",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 12,
"avg_line_length": 12,
"alnum_prop": 0.9166666666666666,
"repo_name": "sealabr/pm2-web_dashboard",
"id": "81a329f7fd7d6f899ce379c09139877d5c9c6eb4",
"size": "12",
"bin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>smc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "a8b3c441405f538eecc31457c1bb4b67",
"timestamp": "",
"source": "github",
"line_count": 165,
"max_line_length": 480,
"avg_line_length": 43.69090909090909,
"alnum_prop": 0.5518102372034956,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "1f8211c793e336070d587152a9af91ebd42a7ff5",
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<LinearLayout android:layout_width="fill_parent"
android:layout_heigh... | {
"content_hash": "0520210b6b5f548e7af27ccd00267449",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 72,
"avg_line_length": 33.19402985074627,
"alnum_prop": 0.6276978417266187,
"repo_name": "eurosecom/samfantozzi",
"id": "dd19d5c6cc0d5d264923e85c6a85fb01f64f9b21",
"size": ... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "76522c828be375638b780aa3611e2b53",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "94b28b7e2d3d6edb0549478118d1f344d96d5fdd",
"size": "172... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/DB-Final.iml" filepath="$PROJECT_DIR$/.idea/DB-Final.iml" />
</modules>
</component>
</project> | {
"content_hash": "a3a7067ab17db58a1d49718b62cab43c",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 110,
"avg_line_length": 33.5,
"alnum_prop": 0.6529850746268657,
"repo_name": "kouchakyazdi/Chat-mongodb",
"id": "cff9606aab0c7be5b579fce7687d9fb60604f3d2",
"size": "268",
... |
/**
* HTML5 Audio Read-Along
* @author Weston Ruter, X-Team
* @license MIT/GPL
* https://github.com/westonruter/html5-audio-read-along
*/
var ReadAlong = {
text_element: null,
audio_element: null,
autofocus_current_word: true,
words: [],
init: function (args) {
var name;
for (... | {
"content_hash": "81cfd8f3c7e5ce2d31bb9b5249c52e9c",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 150,
"avg_line_length": 36.2563025210084,
"alnum_prop": 0.5338973229806466,
"repo_name": "sozoStudio/sozoStudio.github.io",
"id": "0e5ba3435a3772d52718960ad5187cfe3e88d5d4",... |
<?php
namespace webmagic\scheduler;
/**
* Class ArrayScheduler
* @package lib\webmagic\scheduler
* @author Lujie.Zhou(gao_lujie@live.cn)
*/
class ArrayScheduler implements Scheduler, MonitorableScheduler
{
/**
* @var array, the url list
*/
public $queue = [];
/**
* @var array, the ur... | {
"content_hash": "6afe438008ac1fd436a156427bf45ce4",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 84,
"avg_line_length": 19.00925925925926,
"alnum_prop": 0.4788114953726254,
"repo_name": "gaolujie1989/webmagic",
"id": "b86a06b8548fe0691b5145e9680ef349aa52bb41",
"size":... |
<!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_121) on Mon May 08 10:04:58 PDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (ORC Core 1... | {
"content_hash": "839a29434d4526973fa517e90afedb9e",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 261,
"avg_line_length": 34.89447236180904,
"alnum_prop": 0.6746831797235023,
"repo_name": "pudidic/orc",
"id": "bfaac62d656c8b6f04e13e7e7b01cf83469bf755",
"size": "6944",
... |
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2015-2022 The Fluent Bit 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... | {
"content_hash": "985c632262e8b62a62330e2d9334d55b",
"timestamp": "",
"source": "github",
"line_count": 348,
"max_line_length": 92,
"avg_line_length": 27.988505747126435,
"alnum_prop": 0.5759753593429158,
"repo_name": "fluent/fluent-bit",
"id": "c5b55f7000a9b51cf529640aa190ed2b66c5b77d",
"size": "9... |
"""Tests for the gcp module - serviceusage.py"""
import typing
import unittest
import mock
from tests.providers.gcp import gcp_mocks
class GoogleServiceUsageTest(unittest.TestCase):
"""Test Google Service Usage class."""
# pylint: disable=line-too-long
@typing.no_type_check
@mock.patch('libcloudforensics.p... | {
"content_hash": "6f7019f80b4432e80881acf2a4c0fac2",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 96,
"avg_line_length": 45.80357142857143,
"alnum_prop": 0.7508771929824561,
"repo_name": "google/cloud-forensics-utils",
"id": "8f90b22ad491efb7d1c5f5fea26d7b0194d74d6e",
"... |
@class NSArray;
@protocol ITunesSoftwareServiceResponse <NSObject>
- (NSArray *)infoMessages;
- (NSArray *)warnings;
- (NSArray *)errors;
- (BOOL)isCancelled;
- (BOOL)isSuccessful;
@end
| {
"content_hash": "91fdac7bf80f7eb9bcd66ed39609de24",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 50,
"avg_line_length": 18.8,
"alnum_prop": 0.7340425531914894,
"repo_name": "kolinkrewinkel/Multiplex",
"id": "0c3ee9a90184f2094f3068765809518cb070533f",
"size": "353",
"... |
package org.wso2.carbon.ui;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.osgi.framework.Bundle;
import org.osgi.framework.ServiceReference;
import org.wso2.carbon.CarbonConstants;
import org.wso2.carbon.core.common.AuthenticationException;
import org.wso2.carbon.regi... | {
"content_hash": "813bc076aa3a28f9533643d4e2288f84",
"timestamp": "",
"source": "github",
"line_count": 481,
"max_line_length": 118,
"avg_line_length": 42.392931392931395,
"alnum_prop": 0.5932028836251287,
"repo_name": "Thanu/stratos",
"id": "1b9e3665a4e93b96753b8771b39f1157e6d998bd",
"size": "2107... |
JConverter es un módulo con servicios para calcular medidas de peso basado en el patrón de diseño JS revelador.
[Para ver detalles sobre el procedimiento ejecutado durante el desarrollo del taller, presiona click sobre el enlace]( https://sites.google.com/view/memodevs)
## Descripción del mecanismo de conversión JConv... | {
"content_hash": "4dc3efcbcf66f6471842f2827bd54771",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 289,
"avg_line_length": 52.013513513513516,
"alnum_prop": 0.7734476487399324,
"repo_name": "jaimediaz817/jConverter",
"id": "595d2383c962f42ba4c0ffd30db3c9f9881d1564",
"siz... |
import asyncore
import email.mime.text
from email.message import EmailMessage
import email.utils
import socket
import smtpd
import smtplib
import io
import re
import sys
import time
import select
import errno
import textwrap
import unittest
from test import support, mock_socket
try:
import threading
except Import... | {
"content_hash": "3bdfaa884a94399abbfbe3353024adc4",
"timestamp": "",
"source": "github",
"line_count": 1153,
"max_line_length": 90,
"avg_line_length": 38.67823070251518,
"alnum_prop": 0.5977666158399857,
"repo_name": "munyirik/python",
"id": "e66ae9be51c044e8124c49628627f057fb83bac3",
"size": "446... |
title: aik27
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: k27
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... | {
"content_hash": "4ad0fe81af8bc23161a8a686a49eda51",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.6656716417910448,
"repo_name": "pblack/kaldi-hugo-cms-template",
"id": "f94170de93098eb6aea762e25e63cad930048872",
... |
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="800"
android:fillAfter="true"
android:fromDegrees="0"
android:pivotX="50%"
android:pivotY="50%"
android:repeatCount="-1"
android:toDegrees="360" >
</rotate> | {
"content_hash": "9f125c32d42086f79391f0cfa4819b3f",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 66,
"avg_line_length": 28.09090909090909,
"alnum_prop": 0.6699029126213593,
"repo_name": "jeasinlee/AndroidBasicLibs",
"id": "0f6335a03b93493a5b0cba41759f863e4bc7374a",
"si... |
/*!
* \file container.h
* \brief Common POD(plain old data) container types.
*/
// Acknowledgement: This file originates from incubator-tvm
#ifndef MXNET_RUNTIME_CONTAINER_H_
#define MXNET_RUNTIME_CONTAINER_H_
#include <dmlc/logging.h>
#include <mxnet/runtime/memory.h>
#include <mxnet/runtime/object.h>
#include <... | {
"content_hash": "efa455b8d28c2f728a98e329346a281b",
"timestamp": "",
"source": "github",
"line_count": 265,
"max_line_length": 80,
"avg_line_length": 29.347169811320754,
"alnum_prop": 0.6429214350006429,
"repo_name": "sxjscience/mxnet",
"id": "fc1d4a173669210d1c7bc73cd3e45187efa9ce67",
"size": "85... |
<?php
namespace phpDocumentor;
use Cilex\Application as Cilex;
use Cilex\Provider\JmsSerializerServiceProvider;
use Cilex\Provider\MonologServiceProvider;
use Cilex\Provider\ValidatorServiceProvider;
use Composer\Autoload\ClassLoader;
use Monolog\ErrorHandler;
use Monolog\Handler\NullHandler;
use Monolog\Handler\Str... | {
"content_hash": "e7324de1ad03ed2c88db660428b42b84",
"timestamp": "",
"source": "github",
"line_count": 309,
"max_line_length": 120,
"avg_line_length": 31.750809061488674,
"alnum_prop": 0.5614106615023953,
"repo_name": "PatidarWeb/phpDocumentor2",
"id": "8f34d8cc18eabf990559f860e9adfc80e355c433",
"... |
<!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_91) on Mon Jun 20 22:26:32 PDT 2016 -->
<title> Class Hierarchy</title>
<meta name="date" content="2016-06-20">
<link rel="stylesheet" type="te... | {
"content_hash": "f2c2740a7e9736111dccc4f702499a97",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 202,
"avg_line_length": 31.404580152671755,
"alnum_prop": 0.6351482741857073,
"repo_name": "UCSB-CS56-M16/cs56-rational-example",
"id": "4db3f914b5f255b27238693c4fc4ac317395... |
.example-button-row {
display: flex;
align-items: center;
justify-content: space-around;
}
| {
"content_hash": "c9e98167a8d32c0385a408ef81b09615",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 32,
"avg_line_length": 19.4,
"alnum_prop": 0.7010309278350515,
"repo_name": "mcl-de/material2",
"id": "9771bda678bfe2074fabf21650c3a3feab8b2995",
"size": "97",
"binary": f... |
package org.killbill.billing.entitlement;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.config.Ini;
import org.apache.shiro.config.IniSecurityManagerFactory;
import org.apache.shiro.mgt.SecurityManager;
im... | {
"content_hash": "8cc4fc00bd4a57500cb50e4888357b0a",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 171,
"avg_line_length": 42.47651006711409,
"alnum_prop": 0.7094327697898563,
"repo_name": "killbill/killbill",
"id": "f627d560becfdc9f89e3145a02dc876bc12423f0",
"size": "1... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--for record item-->
<style name="record_layout">
<item name="android:paddingTop">15dp</item>
<item name="android:paddingBottom">5dp</item>
</style>
<style name="list_font">
<item name="android:textSize">20sp</item>
<it... | {
"content_hash": "cb8f3794ba7bd7276a94c90928afa229",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 80,
"avg_line_length": 39.42857142857143,
"alnum_prop": 0.6222826086956522,
"repo_name": "feng-zhe/stopwatch",
"id": "490c226dde309be517c7536de46d82003ce46c34",
"size": "11... |
/**
* @class Ext.EventManager
* Registers event handlers that want to receive a normalized EventObject instead of the standard browser event and provides
* several useful events directly.
* See {@link Ext.EventObject} for more details on normalized event objects.
* @singleton
*/
Ext.EventManager = functio... | {
"content_hash": "1ba4e0227cd5dbc790399d15206a4523",
"timestamp": "",
"source": "github",
"line_count": 767,
"max_line_length": 189,
"avg_line_length": 40.05084745762712,
"alnum_prop": 0.4954913896936749,
"repo_name": "ewgRa/ExtCore-Fork",
"id": "68e905ecbd640298e808d5df6a7cc03ab3afd159",
"size": "... |
import chai from 'chai'
import CardinalDirection from '../examples/cardinal-direction'
import PrimaryColor from '../examples/primary-color'
chai.should()
const {NORTH, SOUTH, WEST} = CardinalDirection
const {YELLOW} = PrimaryColor
describe('#isSameTypeAs(that)', () => {
it('returns true', () => {
NORTH.isSam... | {
"content_hash": "ac2b03c5be83b58d7cd0f02d3a913ba6",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 62,
"avg_line_length": 23.473684210526315,
"alnum_prop": 0.6748878923766816,
"repo_name": "alan-ghelardi/enumerations",
"id": "845bce28541fbb3c6f8bd986f2573123769b5ada",
"s... |
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<ldml>
<identity>
<version number="$Revision: 4178 $"/>
<generation date="$Date: 2009-06-14 23:46:26 -0400 (Sun, 14 Jun 2009) $"/>
<language type="uz"/>
<script type="Latn"/>
</identity>
<localeDisplayNames>
... | {
"content_hash": "1b6a709165e4e9348ee0ada4ed06c4b9",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 76,
"avg_line_length": 39.44705882352941,
"alnum_prop": 0.6269012824336415,
"repo_name": "mbr/Babel-CLDR",
"id": "9fc90629b68a1edad008ec59af47563076412d31",
"size": "6714"... |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Function Reference: alternator()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print... | {
"content_hash": "6420a253e8d84d35d472fc1ed9ae5064",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 331,
"avg_line_length": 49.92631578947368,
"alnum_prop": 0.6719375922411975,
"repo_name": "inputx/code-ref-doc",
"id": "eaf8fd935368fc7d07ab346d0d9ba1e8dbaa1181",
"size": "... |
"""Unit tests for the astropy.coordinates.angle_utilities module"""
import numpy as np
import pytest
import astropy.units as u
from astropy.coordinates.angle_utilities import (
golden_spiral_grid, uniform_spherical_random_surface, uniform_spherical_random_volume)
from astropy.utils import NumpyRNGContext
def te... | {
"content_hash": "b7b7486b513f03faeadd983b226cbb70",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 90,
"avg_line_length": 33.205882352941174,
"alnum_prop": 0.6837909654561559,
"repo_name": "lpsinger/astropy",
"id": "885938f5578aa255f29881cb5771a9a4e498a186",
"size": "112... |
package org.assertj.core.api.character;
import org.assertj.core.api.CharacterAssert;
import org.assertj.core.api.CharacterAssertBaseTest;
import static org.mockito.Mockito.verify;
/**
* Tests for <code>{@link CharacterAssert#isNotEqualTo(char)}</code>.
*
* @author Alex Ruiz
*/
public class CharacterAssert_isN... | {
"content_hash": "997c236f01db5b413578101d99abdcdc",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 87,
"avg_line_length": 24.384615384615383,
"alnum_prop": 0.7539432176656151,
"repo_name": "yurloc/assertj-core",
"id": "6adfd5dc6b9a51f777a9cb15ba5d094829ade643",
"size": "... |
import logging
import os
import config
import destalinator
import slackbot
import slacker
import utils
import json
class Executor(object):
def __init__(self, debug=False, verbose=False):
self.debug = debug
self.verbose = verbose
self.config = config.Config()
slackbot_token = os.... | {
"content_hash": "0add3eae07274c4f886d0c6752f45233",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 94,
"avg_line_length": 34.351351351351354,
"alnum_prop": 0.6341463414634146,
"repo_name": "rossrader/destalinator",
"id": "af0ba61f2e635c5c71f41ff6c24c0afba92857ee",
"size"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Media.Advertising;
using Windows.Foundation;
namespace Microsoft.PlayerFramework.Units.Advertising.Mockups
{
public class Player : IPlayer
{
public int CurrentBitrate { g... | {
"content_hash": "381dcbb23a1b54f7a31a1be494cb0560",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 88,
"avg_line_length": 24.90277777777778,
"alnum_prop": 0.5404350250976018,
"repo_name": "bondarenkod/pf-arm-deploy-error",
"id": "ee0793cc8e302bc7a0c215f79dc3d4bd8a9ffaf4",
... |
package com.lyf.mycoolweather.util;
import android.text.TextUtils;
import com.google.gson.Gson;
import com.lyf.mycoolweather.bean.Weather;
import com.lyf.mycoolweather.db.City;
import com.lyf.mycoolweather.db.County;
import com.lyf.mycoolweather.db.Province;
import org.json.JSONArray;
import org.json.JSONException;
... | {
"content_hash": "677d6bf2f5edb96d5d54c525f419cb57",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 78,
"avg_line_length": 28.860655737704917,
"alnum_prop": 0.532803180914513,
"repo_name": "lyf19993/mycoolweather",
"id": "a4cbeea714766e5d1f8a6e7cd1d7ca31e3400e5c",
"size"... |
from django import forms
from main.models import Episode, Location
# from django.contrib.admin import widgets
class Who(forms.Form):
locked_by = forms.CharField(max_length=32, required=True,
label="Please enter your name")
# class Episode_Form(forms.ModelForm):
# exclude=[]
# class Meta:
# ... | {
"content_hash": "48fdadd78325bfa3426f1074bfe5518c",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 84,
"avg_line_length": 39.48837209302326,
"alnum_prop": 0.6166077738515902,
"repo_name": "yoe/veyepar",
"id": "c51f63caa7a5ea81744cf0487835a4c91fd0550a",
"size": "3409",
... |
#ifndef QDECLARATIVEREPEATER_H
#define QDECLARATIVEREPEATER_H
#include "qdeclarativeitem.h"
QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
class QDeclarativeRepeaterPrivate;
class Q_AUTOTEST_EXPORT QDeclarativeRepeater : public QDeclarativeItem
{
Q_OBJECT
Q_PROPERTY(QVariant model READ model WRITE setModel NO... | {
"content_hash": "dfda0d02f8742b01862b56ef8981bfed",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 102,
"avg_line_length": 24.940298507462686,
"alnum_prop": 0.7492519449431478,
"repo_name": "RikoOphorst/blowbox",
"id": "6d69a5111cb944dcbe4e57b4dd88e000d1a63ea4",
"size": ... |
<link rel="stylesheet" href="__PUBLIC__/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="__PUBLIC__/css/style.css" type="text/css" />
<link rel="stylesheet" href="__PUBLIC__/css/layer/skin/layer.css" type="text/css" />
<link rel="stylesheet" href="__PUBLIC__/css/main.css" type="text/css" /... | {
"content_hash": "c4ab01675cbc0dfdcad934f609038a08",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 86,
"avg_line_length": 39.9,
"alnum_prop": 0.6491228070175439,
"repo_name": "zleevan/industry",
"id": "9fdf22192a849b2f67fe83c319333f9146084f6f",
"size": "400",
"binary":... |
SYNONYM
#### According to
Index Fungorum
#### Published in
null
#### Original name
Sphaeria cerastii Riess
### Remarks
null | {
"content_hash": "378c1533a1f6d4ab6ee9e03cec4ea16b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.76923076923077,
"alnum_prop": 0.7086614173228346,
"repo_name": "mdoering/backbone",
"id": "cdb0a95ffb58046c45601218a0b2242e8d35851b",
"size": "174"... |
package com.zhuohua.student.service;
import java.util.List;
import com.zhuohua.student.model.StudentNoticeBoard;
public interface NoticeService {
public List<StudentNoticeBoard> findNoticeBoards();
public void delteNotice(StudentNoticeBoard sno);
public StudentNoticeBoard get(int sno);
... | {
"content_hash": "1ff2948a86575a032031760a948e5325",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 67,
"avg_line_length": 23.91304347826087,
"alnum_prop": 0.76,
"repo_name": "tianfengjingjing/WindowsPhone8.1APPBasic",
"id": "207fa19f98e1890d53638aa8f1e27555b3be7ff5",
"si... |
<?php
namespace Magento\CheckoutAgreements\Test\Handler\CheckoutAgreement;
use Magento\Mtf\Fixture\FixtureInterface;
use Magento\Mtf\Handler\Curl as AbstractCurl;
use Magento\Mtf\Util\Protocol\CurlTransport;
use Magento\Mtf\Util\Protocol\CurlTransport\BackendDecorator;
/**
* Class Curl
* Curl handler for creating... | {
"content_hash": "6dcf5b217b21ada5c754d78b44eb7901",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 120,
"avg_line_length": 28.253012048192772,
"alnum_prop": 0.5769722814498934,
"repo_name": "j-froehlich/magento2_wk",
"id": "e3425b12255b9f389e1257e247348bb5efed6e88",
"siz... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "9812f111e096ff2ac1fca9d44991a11f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "e8c38e1e1072d3329af2e6df29ed1f48ca4d1437",
"size": "19... |
#include <linux/jiffies.h>
#include <linux/sched.h>
#include <linux/timer.h>
#include <linux/kthread.h>
#include "spk_priv.h"
#include "serialio.h"
#include "speakup.h"
#include "speakup_acnt.h" /* local header file for Accent values */
#define DRV_VERSION "2.10"
#define PROCSPEECH '\r'
static int synth_probe(stru... | {
"content_hash": "e4b682c87ed4d1a70d0a7685722c96ae",
"timestamp": "",
"source": "github",
"line_count": 311,
"max_line_length": 79,
"avg_line_length": 26.434083601286172,
"alnum_prop": 0.6659773750152049,
"repo_name": "indashnet/InDashNet.Open.UN2000",
"id": "bbe28b6809e0707306debd18b79d4947e829427a"... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Using Git (Here at IGN) - IGN Code Foo</title>
<meta name="description" content="An easy to use CSS 3D slideshow tool for quickly creating good looking HTML presentations.">
<meta name="author" content="Hakim El Hattab">
<meta nam... | {
"content_hash": "1d4c6ac6bbfac16e83bdabaad8cf82e2",
"timestamp": "",
"source": "github",
"line_count": 910,
"max_line_length": 188,
"avg_line_length": 34.676923076923075,
"alnum_prop": 0.6012802636582584,
"repo_name": "jtai/code-foo-git-intro",
"id": "afa0549843b5b8ab705c42c39a824b8ca0cd79e5",
"si... |
layout: page
title: dz-Algeria
---
{% include postbycat key="dz" %} | {
"content_hash": "60ba8c487d183f3851bbd8236ad1d3ca",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 32,
"avg_line_length": 16.75,
"alnum_prop": 0.6716417910447762,
"repo_name": "binhbat/binhbat.github.io",
"id": "fc3d1749cd30567d56162726387fbe0700278fa9",
"size": "71",
"... |
package net.glowstone.inventory.crafting;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.BannerMeta;
import java.util.ArrayList;
public class GlowBannerCopyMatcher extends ItemMatcher {
/*
- Must be exactly two banners
- 1 with no pattern, and 1 with ... | {
"content_hash": "0ca292e78b311069520f6b5055225507",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 79,
"avg_line_length": 27.6231884057971,
"alnum_prop": 0.527806925498426,
"repo_name": "GlowstonePlusPlus/GlowstonePlusPlus",
"id": "bec306de5a8b60cd63fef899bc14b87954228235"... |
namespace Microsoft.Azure.Management.WebSites.Models
{
using System;
using System.Linq;
using System.Collections.Generic;
using Newtonsoft.Json;
using Microsoft.Rest;
using Microsoft.Rest.Serialization;
using Microsoft.Rest.Azure;
/// <summary>
/// Contact information for domain reg... | {
"content_hash": "35caaec49b5d2da801bb44f2fdcb87b0",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 341,
"avg_line_length": 31.410526315789475,
"alnum_prop": 0.5636729222520107,
"repo_name": "smithab/azure-sdk-for-net",
"id": "7e92300b7e3ae502004b6251112322396542ba47",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.