text stringlengths 2 1.04M | meta dict |
|---|---|
from verta._swagger.base_type import BaseType
class UacDeleteUserResponse(BaseType):
def __init__(self, status=None):
required = {
"status": False,
}
self.status = status
for k, v in required.items():
if self[k] is None and v:
raise ValueError('attribute {} is required'.format(k)... | {
"content_hash": "d35f6455aa57798fed2b9acb38ffed87",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 62,
"avg_line_length": 22,
"alnum_prop": 0.6177685950413223,
"repo_name": "mitdbg/modeldb",
"id": "8779b8e17aca2e049fc28126996cd40e9b2cd1bb",
"size": "527",
"binary": fal... |
<?php
namespace oasis\names\specification\ubl\schema\xsd\CommonBasicComponents_2;
use un\unece\uncefact\data\specification\UnqualifiedDataTypesSchemaModule\_2;
/**
* @xmlNamespace urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2
* @xmlType TimeType
* @xmlName EndTimeType
* @var oasis\names\spe... | {
"content_hash": "f70e98e3b413d62fabf4e311d4d32f14",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 85,
"avg_line_length": 32.357142857142854,
"alnum_prop": 0.8035320088300221,
"repo_name": "intuit/QuickBooks-V3-PHP-SDK",
"id": "18e0ed26076aac760cde55fd8f4737c383b6f453",
... |
from __future__ import absolute_import, unicode_literals
from django_services.api import DjangoServiceAPI, register
from .service.instance import InstanceService
from .service.databaseinfra import DatabaseInfraService
from .service.plan import PlanService
from .service.engine import EngineService, EngineTypeService
fro... | {
"content_hash": "58e473d945af3da932dbeef9579d2109",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 71,
"avg_line_length": 30.476190476190474,
"alnum_prop": 0.8,
"repo_name": "globocom/database-as-a-service",
"id": "959bf840fc97058d6a02b6f6ae195f35685f8a01",
"size": "1304... |
I ran out of podcasts, but there's a ton of great content on youtube that I could listen to.
Just need need to get them in a good audio only format in a parseable feed.
This is that project.
This service runs and generates a feed each time it's ran. To keep a feed up to date, run the script multiple days a day.
It wi... | {
"content_hash": "58e2c079fad6aeada38bd3176bec2567",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 167,
"avg_line_length": 41.52,
"alnum_prop": 0.7475915221579962,
"repo_name": "Raytray/pyytcast",
"id": "9a2622ead40e603d2e14fef4c57ec7b480da5a71",
"size": "1050",
"binar... |
exports.definition = {
config : {
"columns" : {
name : 'TEXT',
nickname : 'TEXT', // column values can have types with keywords
fighterId : 'TEXT PRIMARY KEY'
},
"adapter" : {
"type" : "sql_new",
// The table name inside the sqlite database to use for
// models and collections based on this de... | {
"content_hash": "9b90f18367470af6509f9ab541089312",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 67,
"avg_line_length": 22.738095238095237,
"alnum_prop": 0.6544502617801047,
"repo_name": "aaronksaunders/ci.behave.test",
"id": "e0f990f163d78e52a926ab742357f1483e8f3002",
... |
module ClearCMS
class AssetsController < ClearCMS::ApplicationController
before_filter :authenticate_user!
skip_before_filter :verify_authenticity_token, :only=>[:email]
load_and_authorize_resource :class=>'ClearCMS::Asset'
def create
@clear_cms_site = ClearCMS::Site.find(params[:site_id])
... | {
"content_hash": "63b40577cc116142902215089b8ea038",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 210,
"avg_line_length": 33.27049180327869,
"alnum_prop": 0.6109879280610988,
"repo_name": "captain-lucas/clear_cms",
"id": "192488fd09883dea88d7532f0950b1c2eccc8c86",
"siz... |
using Microsoft::WRL::ComPtr;
using namespace DirectX;
using namespace DirectX::LoaderHelpers;
namespace
{
//--------------------------------------------------------------------------------------
HRESULT CaptureTexture(
_In_ ID3D11DeviceContext* pContext,
_In_ ID3D11Resource* pSource,
D... | {
"content_hash": "c513ac0c0cd7c46e876aab023bd7f7a3",
"timestamp": "",
"source": "github",
"line_count": 640,
"max_line_length": 186,
"avg_line_length": 39.68125,
"alnum_prop": 0.5934005355174043,
"repo_name": "PlayFab/PlayFab-Samples",
"id": "3c6a8c19347bd70b87b7137b226319c719c2b917",
"size": "2651... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>W28694_text</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div style="margin-left: auto; margin-right: auto; width: 800px; overflow: hidden;">
... | {
"content_hash": "5ff4abba92a869c51e9a68bb1adb63c5",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 140,
"avg_line_length": 33.96774193548387,
"alnum_prop": 0.5764482431149098,
"repo_name": "datamade/elpc_bakken",
"id": "ecbde5530f0217a0bfefc27f88a5838bca2b693b",
"size": ... |
[](https://travis-ci.org/dlna/DLNA_HTML5_Test_Tool_Installer)
[](https://www.codacy.com/app/DLNA/DLNA_HTML5_Test_Tool_Installer?utm_sour... | {
"content_hash": "a5c845d07b6b82cb9afb617c8e24b21a",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 285,
"avg_line_length": 54.40909090909091,
"alnum_prop": 0.7364243943191312,
"repo_name": "dlna/DLNA_HTML5_Test_Tool_Installer",
"id": "22b1bf12c53fb31b03df1300facf0b4b81bcb8... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d270a8b1ca004d90b72e4ee475e1a05b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "ea8bc7e413d233af3ebc60182d33eddbfefc47a3",
"size": "185... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_37) on Mon Mar 25 00:16:21 EDT 2013 -->
<TITLE>
Uses of Class edu.american.student.stonewall.display.css.property.PerspectiveProperty
</TITLE>
<META... | {
"content_hash": "5df844ca09ec5fd3e4e4a1b2bdcfddeb",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 288,
"avg_line_length": 44.49305555555556,
"alnum_prop": 0.6154206336819104,
"repo_name": "Ccook/Stonewall",
"id": "8375918d6a9184b4ba3eccd641c545d4d61c3f30",
"size": "640... |
/* Package go_kafka_client provides a high-level Kafka consumer implementation and introduces different approach than Java/Scala high-level consumer.
Primary differences include workers concept enforcing at least once processing before committing offsets, improved rebalancing algorithm - closing obsolete connections... | {
"content_hash": "7203a6fc51bcb39fcd79fa1d96a36e04",
"timestamp": "",
"source": "github",
"line_count": 850,
"max_line_length": 232,
"avg_line_length": 33.45294117647059,
"alnum_prop": 0.7228415684895375,
"repo_name": "sjfloat/syscol",
"id": "82cc1cd15c19c4a7e3fda056278a7fd9091b67f9",
"size": "2919... |
#include "kernel.h"
#include "bs_types.h"
#include "bs_tracing.h"
#include "time_machine.h"
#include "bstests.h"
#include <zephyr/types.h>
#include <stddef.h>
#include <errno.h>
#include <zephyr.h>
#include <sys/printk.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/conn.h>
#inclu... | {
"content_hash": "7dc6560621cb292ce7c9696c6097bd3e",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 73,
"avg_line_length": 20.619791666666668,
"alnum_prop": 0.6584996211164436,
"repo_name": "Vudentz/zephyr",
"id": "c01e96e00526355f68f70e2654efed230d57fd80",
"size": "4090... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "b424ffc431684c0e81d8e99470bd7330",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 404,
"avg_line_length": 45.61946902654867,
"alnum_prop": 0.6614936954413191,
"repo_name": "mathnogueira/mips",
"id": "2a2299061e5acf00e28bcc1017dda330077e2024",
"size": "5... |
using System.Reflection;
using System.Runtime.CompilerServices;
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: AssemblyTi... | {
"content_hash": "1760667dc28664ff13a231e121b011a0",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 40.083333333333336,
"alnum_prop": 0.726957726957727,
"repo_name": "TelerikAcademy/Databases",
"id": "0e29638221ef133e49bc6a389e926ebf6d15a3f4",
"size... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "50eecd52a678d7467282a506652507ec",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "aa4b8ec44dc73feb7179fd5f05ecb6f9cab61149",
"size": "210... |
//
// ComplainDetailViewController.m
// OfficeOneMB
//
// Created by macpro on 1/4/15.
//
//
#import "ComplainDetailViewController.h"
#import "Globals.h"
#import "DTOComplainObject.h"
#import "CMPopTipView.h"
#import "TPKeyboardAvoidingScrollView.h"
#import "Util.h"
#import "EnumClass.h"
#import "ComplainModel.h"
... | {
"content_hash": "4829fc63ceb62fbb4a8f1ac7ea4071dd",
"timestamp": "",
"source": "github",
"line_count": 422,
"max_line_length": 147,
"avg_line_length": 35.014218009478675,
"alnum_prop": 0.6809691391445587,
"repo_name": "tuansusu/CRMOneIpad",
"id": "422f8cd92a8b34d36978dcf68ce6a252be010964",
"size":... |
<?php
namespace PHPMD\Renderer;
use PHPMD\AbstractRenderer;
use PHPMD\Report;
use PHPMD\RuleViolation;
/**
* This renderer output a command line friendly log with all found violations
* and suspect software artifacts.
*/
class AnsiRenderer extends AbstractRenderer
{
/**
* @param \PHPMD\Report $report
... | {
"content_hash": "c39bb7347e11304ec45fe26e50aec76e",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 102,
"avg_line_length": 28.04054054054054,
"alnum_prop": 0.5233734939759036,
"repo_name": "phpmd/phpmd",
"id": "3486e4ccffa2890d217e08ec951414073747b6b7",
"size": "4150",
... |
'use strict';
/**
* @ngdoc function
* @name nashaLeptaApp.controller:NewsUpdateCtrl
* @description
* # NewsUpdateCtrl
* Controller of the nashaLeptaApp
*/
angular.module('nashaLeptaApp')
.controller('NewsUpdateCtrl', function ($scope,$routeParams, FireObjects, SubProjectPrefixer, htmlToPlainText) {
var nov... | {
"content_hash": "08f977c02421f9e0a798c7ee450b7c10",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 114,
"avg_line_length": 32.05797101449275,
"alnum_prop": 0.6184448462929476,
"repo_name": "katana-ua/nasha_lepta",
"id": "d0eb590922c19deb5f9c320d4b07d2ff36cf6417",
"size":... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>DB_EN... | {
"content_hash": "efb0123056d988ddbb38f28e7833b128",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 151,
"avg_line_length": 43.26111111111111,
"alnum_prop": 0.5419288557852832,
"repo_name": "jtimberman/omnibus",
"id": "b91e5f47b637ae4cbfa423534a335638218d96e8",
"size": "... |
presence_bot
============
The Loveland CreatorSpace presence bot - code and documentation
Ultimately, the presence bot will allow people to log in remotely to monitor long running print jobs, take a virtual tour of the space, or attend meetings remotely! But really, it's just for fun - because we like to make things.... | {
"content_hash": "1c4bd4badf0935164212da0b7b0a85ad",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 228,
"avg_line_length": 41.588235294117645,
"alnum_prop": 0.751060820367751,
"repo_name": "lovelandcreatorspace/presence_bot",
"id": "9653baf8b57a661315fc9edab6e592a78a3a06b1... |
<?php
namespace common\assets;
use yii\web\AssetBundle;
/**
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class ShopUIUnifyAsset extends AssetBundle
{
public $sourcePath = '@themes/unify';
public $baseUrl = '@web';
public $css = [
];
public $js = [
];
public $depends = [... | {
"content_hash": "16c36d041e9b8c70b1eb098be99c7ae8",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 42,
"avg_line_length": 14.4,
"alnum_prop": 0.575,
"repo_name": "fnoorman/dev",
"id": "7a2d708b24d39217769bfdec3acc5e15ac4d6bcb",
"size": "504",
"binary": false,
"copies... |
AssetManager::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the w... | {
"content_hash": "ba99ff75e4968b2017efdc52b978b8ea",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 84,
"avg_line_length": 33.48780487804878,
"alnum_prop": 0.7363437727603788,
"repo_name": "RyanMacG/Asset-Manager",
"id": "80afa88998a27018392dfd893841a87cc00f9a6f",
"size":... |
from .proxy import proxy_server
| {
"content_hash": "8eea5af27986b546d5560620fe720bd2",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 31,
"avg_line_length": 32,
"alnum_prop": 0.8125,
"repo_name": "coryking/proximate",
"id": "9ff4d5699864797830e2bae8c047a65e58868898",
"size": "44",
"binary": false,
"cop... |
package course.examples.placebadges;
import android.app.Activity;
import android.app.ActivityOptions;
import android.content.Context;
import android.content.Intent;
import android.location.Location;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import andr... | {
"content_hash": "2571d7cb41674798b02f8d629ed1746f",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 147,
"avg_line_length": 34.64646464646464,
"alnum_prop": 0.6918367346938775,
"repo_name": "deathping1994/androidui",
"id": "d1aa82c0159d95f107cc6727391f2e83979658d1",
"size... |
namespace Gu.Roslyn.Asserts.Analyzers
{
using System.Collections.Immutable;
using System.Composition;
using System.Threading.Tasks;
using Gu.Roslyn.AnalyzerExtensions;
using Gu.Roslyn.CodeFixExtensions;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeActions;
using Microso... | {
"content_hash": "16cb04ee65b624d8fc14dae9295b74ef",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 119,
"avg_line_length": 40.955882352941174,
"alnum_prop": 0.5364452423698384,
"repo_name": "JohanLarsson/Gu.Roslyn.Asserts",
"id": "29b7ff144155a2d271fdd6e645f272bec245f159"... |
package com.uzen.slimapk;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardCopyOption;
import java.nio.file.DirectoryStream;
import java.util.ArrayList;
import java.util.Collections;
import java.io.IOException;
import com.uzen.slimapk.struct.AndroidConstants;
public class LibraryFi... | {
"content_hash": "5b01dc19250aa76c2b3d1183e54c823c",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 102,
"avg_line_length": 25.116504854368934,
"alnum_prop": 0.690761499806726,
"repo_name": "uzen/slimapk",
"id": "dfe97685a5155aa663e741885e5dc31df4db9793",
"size": "2587",... |
using OverviewApp.ViewModels;
namespace OverviewApp.Auxiliary
{
/// <summary>
/// Used as message, to switch the view to a different one. Whatever you set
/// to catches this message will be the one changing the views.
/// </summary>
/// <remarks>
/// NOT USED IN THIS TEMPLATE. This... | {
"content_hash": "5869bea27f7011640493c653983906af",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 84,
"avg_line_length": 23.466666666666665,
"alnum_prop": 0.5880681818181818,
"repo_name": "salda8/Overview-Application",
"id": "03dffd40cfbd9b356ef5fb6a48158e08c1d7078f",
"... |
#ifndef s11n_util_NODE_UTIL_HPP_INCLUDED
#define s11n_util_NODE_UTIL_HPP_INCLUDED 1
#include <map>
#include <list>
#include <s11n.net/s11n/traits.hpp>
namespace s11n {
/**
The s11n::util namespace encapsulates some utility code
for client-side use alongside the s11n framework.
*/
namespace util {
/**
... | {
"content_hash": "a34e0b6efc690767eefc8dd671f93f06",
"timestamp": "",
"source": "github",
"line_count": 215,
"max_line_length": 100,
"avg_line_length": 37.04651162790697,
"alnum_prop": 0.4064030131826742,
"repo_name": "hydratim/opennsl-man",
"id": "edee8950460ab07b80020dd5c3000803106fd9de",
"size":... |
Node Roles are the central unit of work in OpenCrowbar. | {
"content_hash": "4f9ba0a2b67503b8e87cf22744c9ef77",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 55,
"avg_line_length": 55,
"alnum_prop": 0.8181818181818182,
"repo_name": "lhrc-mikeyp/opencrowbar-docs",
"id": "b6281f585b6e9cdee34c7289b01b75b6c199139b",
"size": "75",
"... |
<?php
namespace Rimbo\Console\Commands;
use Composer\Json\JsonFile;
use Composer\Package\Archiver\PharArchiver;
use Composer\Util\Filesystem;
use Pagekit\Application\Console\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\In... | {
"content_hash": "bab4d76a7d0421924a9b418554b4cde9",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 107,
"avg_line_length": 29.876404494382022,
"alnum_prop": 0.5957126739375705,
"repo_name": "aqnouch/rimbo",
"id": "f4f2398daa4ffdc9de7aa3cacc292731be4aac1f",
"size": "2659"... |
<?xml version="1.0" encoding="UTF-8"?>
<billStatus>
<bill>
<relatedBills />
<latestAction>
<actionDate>2017-07-20</actionDate>
<links />
<text>Sponsor introductory remarks on measure. (CR H6046)</text>
</latestAction>
<introducedDate>2017-07-19</introducedDate>
<committeeReports ... | {
"content_hash": "3266bfdaf22e4230950683008e129164",
"timestamp": "",
"source": "github",
"line_count": 716,
"max_line_length": 676,
"avg_line_length": 35.022346368715084,
"alnum_prop": 0.5930770457808263,
"repo_name": "peter765/power-polls",
"id": "573554b3be1e7cc4c8dd8811f6d123f4a4bcbb69",
"size"... |
package com.datalogics.pdf.samples.printing;
import static com.datalogics.pdf.samples.printing.FakePrintService.DOTS_PER_INCH;
import java.awt.Graphics2D;
import java.awt.HeadlessException;
import java.awt.image.BufferedImage;
import java.awt.print.PageFormat;
import java.awt.print.Pageable;
import java.awt.print.P... | {
"content_hash": "8349b36e95614a0d3aafed22175de107",
"timestamp": "",
"source": "github",
"line_count": 154,
"max_line_length": 120,
"avg_line_length": 30.72077922077922,
"alnum_prop": 0.6723737053477066,
"repo_name": "datalogics/pdf-java-toolkit-samples",
"id": "32708d7807f0ca765a4be09648ed4e03c26e8... |
module Ecm
module CalendarHelper
# renders a calendar table
#
# Example with elements that span more than 1 day:
#
# = month_calendar @date, @reservations, start_date_method: :start_at, end_date_method: :end_at
#
# Example of using a lamda as display method:
#
# = month_cal... | {
"content_hash": "dbe7018fc0968f3f4727d38e95f0cd88",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 237,
"avg_line_length": 45.51948051948052,
"alnum_prop": 0.6507845934379458,
"repo_name": "robotex82/ecm_calendar_helper",
"id": "90825375f02ad8e76ad1d18269e4c047658bdc73",
... |
package androidenterprise // import "google.golang.org/api/androidenterprise/v1"
import (
"bytes"
"encoding/json"
"errors"
"fmt"
"golang.org/x/net/context"
"golang.org/x/net/context/ctxhttp"
"google.golang.org/api/googleapi"
"google.golang.org/api/internal"
"io"
"net/http"
"net/url"
"strconv"
"strings"
)
... | {
"content_hash": "57162e5e338303f8599b3d632dc978f8",
"timestamp": "",
"source": "github",
"line_count": 7936,
"max_line_length": 575,
"avg_line_length": 33.091859879032256,
"alnum_prop": 0.6836000715871402,
"repo_name": "upworthy/oauth2-proxy-buildpack",
"id": "78cea11b3a6dcc013d131af2dc3aa23417754f4... |
/*
* Qc API
*
* Qc API
*
* API version: 3.0.0
* Contact: cloudsupport@telestream.net
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
*/
package qc
type ReferenceLevelsTest struct {
BlackRef int32 `json:"black_ref,omitempty"`
WhiteRef int32 `json:"white_ref,omitempty"`
RejectOnError bool ... | {
"content_hash": "575f71da335f1333f81f3ec2ff1ad36e",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 67,
"avg_line_length": 22.11111111111111,
"alnum_prop": 0.7211055276381909,
"repo_name": "Telestream/telestream-cloud-go-sdk",
"id": "34921b423834ec9299c4f7691793f0fecede23ba... |
module.exports = () => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}
| {
"content_hash": "07e1c4048be06a566f91e28b48ecb00f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 59,
"avg_line_length": 33,
"alnum_prop": 0.6666666666666666,
"repo_name": "mydearxym/mastani",
"id": "5042af60a35fc3a0188411d0c228d64d234dc908",
"size": "672",
"binary": f... |
CKEDITOR.plugins.setLang( 'smiley', 'mk', {
options: 'Smiley Options', // MISSING
title: 'Insert a Smiley', // MISSING
toolbar: 'Smiley' // MISSING
});
| {
"content_hash": "deb57b420ca75d802a06e4f50d2a4765",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 43,
"avg_line_length": 27.166666666666668,
"alnum_prop": 0.6257668711656442,
"repo_name": "webmasterETSI/web",
"id": "d323926eabf27aee1f06d31fc769df6fc7f6255f",
"size": "312... |
using System;
using System.ComponentModel.Composition;
using System.IO;
using Slot.Core.ComponentModel;
using Slot.Core.Settings;
using Slot.Core.ViewModel;
namespace Slot.Core.Workspaces
{
[Export(typeof(IWorkspaceController))]
[ComponentData(Name)]
public sealed class WorkspaceController : IWorkspaceCon... | {
"content_hash": "0612800968d2ffcd3ca24c4c78fa3525",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 107,
"avg_line_length": 27.73611111111111,
"alnum_prop": 0.5503254882323485,
"repo_name": "vorov2/slot",
"id": "1bc73fcabc707be739edd8081b74da12ff08dd8d",
"size": "1999",
... |
from ..dispatch import LOG_INFO, LOG_TRACE, LOG_DEBUG
from data import LinkState, ProtocolVersion
from .address import Address
class NodeTracker(object):
"""
This module is responsible for tracking the set of router nodes that are known to this
router. It tracks whether they are neighbor or remote and whe... | {
"content_hash": "1346072767d1c4a07b7b0adb99d80756",
"timestamp": "",
"source": "github",
"line_count": 551,
"max_line_length": 108,
"avg_line_length": 36.91470054446461,
"alnum_prop": 0.5621927236971485,
"repo_name": "adel-boutros/qpid-dispatch",
"id": "a9af3c68d18b7c35a39bf7fd34ccae1c234e05a1",
"... |
'use strict';
var path = require('path');
var conf = require('./gulp/conf');
var _ = require('lodash');
var wiredep = require('wiredep');
var pathSrcHtml = [
path.join(conf.paths.src, '/**/*.html')
];
function listFiles() {
var wiredepOptions = _.extend({}, conf.wiredep, {
dependencies: true,
... | {
"content_hash": "4f71f56decc61c3ddac7d74f36a51b84",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 90,
"avg_line_length": 27.482142857142858,
"alnum_prop": 0.5510071474983755,
"repo_name": "arboshiki/lobilist-angular",
"id": "14f4d7dbb1369fc2c76c190b1de2003d18e137a4",
"... |
{-# LANGUAGE ParallelListComp #-}
module Math.GeometricAlgebra
( GA
, mkSig
, GASig
, gaBasis
, gaVector
, gaNorm
, gaZero
, gaAdd
, gaReversion
, gaMult
, gaScalar
, gaScalarMult
, gaPart
, gaGrades
, gaOuterProd
, gaLeftContraction
, gaPseudoscalar
, gaPseudoinverse
, gaDual
, gaScalarPart
) where
import Data.Bits
... | {
"content_hash": "ed8ef924febf608652787e1c9450b5cb",
"timestamp": "",
"source": "github",
"line_count": 260,
"max_line_length": 86,
"avg_line_length": 30.3,
"alnum_prop": 0.5653719218075653,
"repo_name": "robdockins/geometric-algebra",
"id": "b9590be6e78fb3d0eff1402109e79c7fecfb821a",
"size": "7878... |
<!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: _is_conn()</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.c... | {
"content_hash": "869a1757a77553b64b5fa60d15c293ba",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 295,
"avg_line_length": 64.4245283018868,
"alnum_prop": 0.6842875970127398,
"repo_name": "inputx/code-ref-doc",
"id": "73efde1c86dfdce0532a0b9a25b38316b46002c8",
"size": "... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_braille_dots_12478` constant in crate `wayland_kbd`.">... | {
"content_hash": "7b941edbb09485e5b37b66f1818d0116",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 263,
"avg_line_length": 38.53465346534654,
"alnum_prop": 0.5354573484069887,
"repo_name": "mcanders/bevy",
"id": "f105f0662d2af92d8453a97e0311ce4fb25d55be",
"size": "3892"... |
class Job::Sns::LogsController < ApplicationController
include ::Sns::BaseFilter
include ::Sns::CrudFilter
include Job::LogsFilter
navi_view "job/sns/main/navi"
private
def set_crumbs
@crumbs << [t("job.task_manager"), action: :index]
@crumbs << [t("job.log"), action: :index]
end
def filter_... | {
"content_hash": "326b4349b76516966df14515e766c68a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 77,
"avg_line_length": 22.130434782608695,
"alnum_prop": 0.6679764243614931,
"repo_name": "sunny4381/shirasagi",
"id": "1c43754dd5f45805ade3882b04034304d116a287",
"size": "... |
<?php
/*
* This file is part of the MilioooFriendsBundle package.
*
* (c) Michiel boeckaert <boeckaert@gmail.com>
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
namespace Miliooo\FriendsBundle\Controller;
use Miliooo\Friends\Provider\UserRelationships... | {
"content_hash": "d7bc176685ff8b61fb91b6f5eaffea13",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 163,
"avg_line_length": 27.988888888888887,
"alnum_prop": 0.6927352123858674,
"repo_name": "Miliooo/MilioooFriendsBundle",
"id": "40cba3028531755108b98ecd4be22b27b985c219",
... |
require 'spec_helper_acceptance'
describe 'replacement of' do
context 'file' do
context 'should not succeed' do
before(:all) do
shell('mkdir -p /tmp/concat')
shell('echo "file exists" > /tmp/concat/file')
end
after(:all) do
shell('rm -rf /tmp/concat /var/lib/puppet/conca... | {
"content_hash": "54a28a3c37a9a8c3ffb630f0f5677089",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 116,
"avg_line_length": 28.546558704453442,
"alnum_prop": 0.5434690114877322,
"repo_name": "jerrymaloney/BulletinScanner",
"id": "4a305e11b49d28c3e47f21e620ed5f897fb0bef1",
... |
module MonitoringProtocols
@@parsers = {}
@@builders = {}
def self.register_parser(name, parser_class)
@@parsers[name] = parser_class
end
def self.register_builder(name, builder_class)
@@builders[name] = builder_class
end
def self.get_parser(protocol)
klass = @@parsers[protocol.to_sy... | {
"content_hash": "dfa34a71a87a8e3a55e96bde5baf6936",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 48,
"avg_line_length": 20.608695652173914,
"alnum_prop": 0.6476793248945147,
"repo_name": "schmurfy/monitoring_protocols",
"id": "6b9205039ff870a48443cb409ca9c9323cc42dd6",
... |
"use strict";
let datafire = require('datafire');
let openapi = require('./openapi.json');
module.exports = datafire.Integration.fromOpenAPI(openapi, "azure_policyinsights_policyevents"); | {
"content_hash": "4ec8cf2dde5a7213e22bbdf2b572cf1d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 96,
"avg_line_length": 46.75,
"alnum_prop": 0.7700534759358288,
"repo_name": "DataFire/Integrations",
"id": "a879c487d45b137c4f9036ae2ede426e3e562378",
"size": "187",
"bin... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web serv... | {
"content_hash": "1776f22b26f2b6834d4c3e9ec2817558",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 85,
"avg_line_length": 40.390243902439025,
"alnum_prop": 0.7602657004830918,
"repo_name": "IshidaHIRO/SDD3",
"id": "c8d8ed61d2d5df379870e76bf61ba288a597dc64",
"size": "1656... |
FROM webratio/gvm
# Defines environment variables
ENV GROOVY_VERSION 2.4.2
# Installs Groovy
RUN /bin/bash -c "source /root/.gvm/bin/gvm-init.sh && gvm install groovy ${GROOVY_VERSION}"
ENV GROOVY_HOME /root/.gvm/groovy/current
ENV PATH $GROOVY_HOME/bin:$PATH
WORKDIR /source
ENTRYPOINT ["groovy", "-Dgrape.root=/gra... | {
"content_hash": "912a8cb0881e7fdb86a92ee38819758a",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 92,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.7469512195121951,
"repo_name": "derdela/docker",
"id": "aca568c49b143d9aca7591878ebdf987565eb39b",
"size": "328",... |
package io.quarkus.vertx.http.runtime.filters;
import io.vertx.core.Handler;
import io.vertx.ext.web.Route;
import io.vertx.ext.web.RoutingContext;
/**
* Represents a Filter, i.e. a route called on every HTTP request or failure (depending on {@link #isFailureHandler()}).
* The priority attribute allows sorting the ... | {
"content_hash": "e862107aa27a215d0f7298e6be877b82",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 120,
"avg_line_length": 30.694444444444443,
"alnum_prop": 0.6751131221719457,
"repo_name": "quarkusio/quarkus",
"id": "0a26bff30cfb0e23e3487fd643822700601e704d",
"size": "1... |
'use strict';
/* Services */
// Demonstrate how to register services
var appService = angular.module('app.services', []);
appService.factory("dataService", [
"$http", "$q", function($http, $q) {
var _landLords = [];
var _isInit = false;
var _isReady = function() {
return _... | {
"content_hash": "5ad205d9372a69ca4639a2e7fa968c12",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 70,
"avg_line_length": 26.37704918032787,
"alnum_prop": 0.4319453076444997,
"repo_name": "dpdesi/TopmoveApp",
"id": "020e709f7877c7d69fd4c81a294b2ccb89dc7e4b",
"size": "160... |
package org.fujion.sandbox;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.exception.ExceptionUtils;
import org.fujion.ancillary.ComponentRegistry;
import org.fujion.ancillary.IAutoWired;
import org.fujion.annotation.ComponentDefinition;
import org.fu... | {
"content_hash": "8dd6ae02d10fbb15dcda8ee9032ec28a",
"timestamp": "",
"source": "github",
"line_count": 300,
"max_line_length": 134,
"avg_line_length": 31.513333333333332,
"alnum_prop": 0.6065157605246456,
"repo_name": "fujion/fujion-framework",
"id": "e00e3274f736fa3e910aed1d2cf32d58a4e8ab3f",
"si... |
{% extends 'base.html' %}
{% load bootstrap3 %}
{% load static from staticfiles %}
{% load django_bootstrap_breadcrumbs %}
{% load i18n %}
{% block head_title %} CFP submission is closed | {{ block.super }} {% endblock %}
{% block breadcrumbs %}
{{ block.super }}
{% breadcrumb conference.name "conference-deta... | {
"content_hash": "92ff6a6628f0afe945d7ff613c6bf134",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 136,
"avg_line_length": 38.55555555555556,
"alnum_prop": 0.5898174831892411,
"repo_name": "pythonindia/junction",
"id": "d01ee49ba9b5778b52fc1d0e2e05f8ab18349588",
"size": ... |
"""
An interface to the excellent spglib library by Atsushi Togo
(http://spglib.sourceforge.net/) for pymatgen.
v1.0 - Now works with both ordered and disordered structure.
v2.0 - Updated for spglib 1.6.
v3.0 - pymatgen no longer ships with spglib. Instead, spglib (the python
version) is now a dependency and th... | {
"content_hash": "b892df37af704ef9e306275d9a8341d9",
"timestamp": "",
"source": "github",
"line_count": 1609,
"max_line_length": 120,
"avg_line_length": 38.688626476072095,
"alnum_prop": 0.5269076305220883,
"repo_name": "gmatteo/pymatgen",
"id": "5c64f3f41e0fad19e433bdc06cc8d06e769660d9",
"size": "... |
package org.i3xx.util.rna.core;
public interface IRole {
/* positive Rechte */
public static final int RIGHT_ALL = 0x0000FFFF; /* Vollzugriff */
public static final int RIGHT_READ = 0x1; /* Lesen */
public static final int RIGHT_WRITE = 0x2; /* Schreiben */
public static final int RIGHT_CREATE = 0x4; /*... | {
"content_hash": "a63ee071359bda479ee61188519d3ab1",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 93,
"avg_line_length": 59.54347826086956,
"alnum_prop": 0.7159547280029208,
"repo_name": "nordapp/rest",
"id": "ba88656e216724cdd45150c558b055476b8167a0",
"size": "2759",
... |
using namespace Lag;
Light::Light(const Color &color, bool castShadow) :
color(color),
castShadow(castShadow) {
} | {
"content_hash": "90af9fca39c41088d03eb8fe1ca03616",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 51,
"avg_line_length": 19.571428571428573,
"alnum_prop": 0.6277372262773723,
"repo_name": "MadEqua/LagEngine",
"id": "2e1381e04bf5c83c2810647db987260523965495",
"size": "157... |
@interface ViewController : UIViewController
@end
| {
"content_hash": "a74b3021189d1f8b603fce625205943e",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 44,
"avg_line_length": 10.6,
"alnum_prop": 0.7924528301886793,
"repo_name": "csning/GitRepositoryForCsning",
"id": "e8cedb690cce5f60955af0c7c5fc0d1621492e45",
"size": "220",... |
ACCEPTED
#### According to
Paleobiology Database
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "424c3a5491021c7a6ce450efa93068a7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 21,
"avg_line_length": 8.923076923076923,
"alnum_prop": 0.6982758620689655,
"repo_name": "mdoering/backbone",
"id": "bcdbc8116dc857664eec3e69eb8823d332764d10",
"size": "160... |
package com.github.uryyyyyyy.bizCalendarUtil.impl;
import java.time.Month;
import java.time.Year;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.List;
import org.junit.Test;
import com.github.uryyyyyyy.bizCalendarUtil.spec.BusinessHourUtil;
import com.github.uryyyyyyy.bizCalendarUtil.util.... | {
"content_hash": "4e85ef1a3dc3a2ad1ebd9b61d3685a4a",
"timestamp": "",
"source": "github",
"line_count": 288,
"max_line_length": 128,
"avg_line_length": 55.05555555555556,
"alnum_prop": 0.6586150353178607,
"repo_name": "uryyyyyyy/bizCalendarUtil",
"id": "5cb63b5c08497b9346e38dc9ef1a92dd2ce55123",
"s... |
module RuboCop
module Cop
module Layout
# Checks for missing space between a token and a comment on the
# same line.
#
# @example
# # bad
# 1 + 1# this operation does ...
#
# # good
# 1 + 1 # this operation does ...
class SpaceBeforeComment < Bas... | {
"content_hash": "ce6d614f6ce2e6ffa1269c2f3fc28ed5",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 82,
"avg_line_length": 26.21875,
"alnum_prop": 0.5578069129916567,
"repo_name": "tejasbubane/rubocop",
"id": "629b3f12d2be7bf9062475e08d5ab56ede45bd37",
"size": "870",
"b... |
<ion-view view-title="福利图片">
<ion-nav-buttons side="left">
<button menu-toggle="left" class="button button-icon icon ion-navicon"></button>
</ion-nav-buttons>
<ion-content class="">
<ion-refresher pulling-text="下拉刷新" on-refresh="doRefresh()"></ion-refresher>
<div class="list card animated fadeIn" ng-r... | {
"content_hash": "91d6faebd6ba8be4e45195a63069d166",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 195,
"avg_line_length": 48.08,
"alnum_prop": 0.6314475873544093,
"repo_name": "VictorYuan666/gank-ionic-app",
"id": "a3301c932f702036e5c2910b614d62af3203a4f4",
"size": "121... |
using Microsoft.VisualStudio.Text.Tagging;
namespace Pharmatechnik.Nav.Language.Extension.Underlining;
public class UnderlineTag: ITag {
} | {
"content_hash": "9acb866a8df88e59fc303f8b8be4f660",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 20.428571428571427,
"alnum_prop": 0.8181818181818182,
"repo_name": "IInspectable/Nav.Language.Extensions",
"id": "f8ecb366ea170f3ce46ea7d2c1b2f39283cfbe... |
package gr.iti.mklab.methods;
import gr.iti.mklab.util.EasyBufferedReader;
import gr.iti.mklab.util.EasyBufferedWriter;
import org.apache.log4j.Logger;
/**
* The implementation of the Internal Grid technique
* @author gkordo
*
*/
public class MultipleGrid {
static Logger logger = Logger.getLogger("gr.iti.mklab... | {
"content_hash": "ca79d9d6706900ad40e19244e9be4ec2",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 89,
"avg_line_length": 32.06122448979592,
"alnum_prop": 0.6801400381922342,
"repo_name": "socialsensor/multimedia-geotagging",
"id": "0318821f6b23dce9d68c96233ccc43da7b39b4ee... |
<<<<<<< HEAD
<!DOCTYPE html>
<!--
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
-->
<html>
<head>
<meta charset="utf-8">
<title>CKEditor Samples</title>
<link rel="stylesheet" href="sample.css">
</head>
<body>
<h1 class="samp... | {
"content_hash": "429c9ac37ee798e42a139f0d76fa3f44",
"timestamp": "",
"source": "github",
"line_count": 249,
"max_line_length": 132,
"avg_line_length": 41.01606425702811,
"alnum_prop": 0.6951924018407911,
"repo_name": "ghifar/halonesia",
"id": "7b4d912af144c55ef4998fa617729b410ad9ef34",
"size": "10... |
import childProcess from 'child_process';
import os from 'os';
import { StrykerOptions } from '@stryker-mutator/api/core';
import { PluginContext } from '@stryker-mutator/api/plugin';
import { isErrnoException, Task, ExpirableTask } from '@stryker-mutator/util';
import { getLogger } from 'log4js';
import { Disposable,... | {
"content_hash": "5ac30b22ca2f1901ca4258c5d81d0dfe",
"timestamp": "",
"source": "github",
"line_count": 252,
"max_line_length": 150,
"avg_line_length": 36.08730158730159,
"alnum_prop": 0.6693424235759842,
"repo_name": "stryker-mutator/stryker",
"id": "a27a5481eb68b5040d4a57b7bf8ee683bea3e9d0",
"siz... |
package org.apache.coyote.http2;
import java.nio.ByteBuffer;
import org.junit.Assert;
import org.junit.Test;
/**
* Unit tests for Section 5.§ of
* <a href="https://tools.ietf.org/html/rfc7540">RFC 7540</a>.
* <br>
* The order of tests in this class is aligned with the order of the
* requirements in the RFC.
*... | {
"content_hash": "fdb8bdd752d80122b7920be2a1f85e16",
"timestamp": "",
"source": "github",
"line_count": 294,
"max_line_length": 100,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.5824443413729128,
"repo_name": "Nickname0806/Test_Q4",
"id": "a03fdf8a5c2b8caf30d62ee5eaa07708667fc672",
"size"... |
'use strict';
describe('ddah.promises module category', function(){
beforeEach(module('ddah.promises'));
it('can be instanciated', function(){
var category = new Category('this is a promise');
expect(category.name).toEqual('this is a promise')
expect(category.slug).toEqual('this-is-a... | {
"content_hash": "f1294bcb0bd0bb5835e7d46fb791e12c",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 61,
"avg_line_length": 32.095238095238095,
"alnum_prop": 0.6194362017804155,
"repo_name": "lfalvarez/angular-promises",
"id": "cf47af306c6b4266c734791e769cb70ff36cdd5e",
"s... |
#import <UIKit/UIKit.h>
#import "ZXBarcodeFormat.h"
@class ZXBitMatrix, ZXEncodeHints;
/**
* The base class for all objects which encode/generate a barcode image.
*/
@protocol ZXWriter <NSObject>
/**
* Encode a barcode using the default settings.
*
* @param contents The contents to encode in the barcode
* @p... | {
"content_hash": "287a8dcc61b7c70dc20a299b6768ef36",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 165,
"avg_line_length": 31.636363636363637,
"alnum_prop": 0.7452107279693486,
"repo_name": "MahmoudAmin/iOSProjectG4",
"id": "a71d831924689cca2540d151efe6a0fd0d4187b9",
"si... |
#ifndef HW_DEVICE_H
#define HW_DEVICE_H
/* declared in sim-basics.h, this object is used everywhere */
/* typedef struct _device device; */
/* Introduction:
As explained in earlier sections, the device, device instance,
property and ports lie at the heart of PSIM's device model.
In the below a synopsis... | {
"content_hash": "20b41cb31b5c6bb64fae3793ede9ee21",
"timestamp": "",
"source": "github",
"line_count": 525,
"max_line_length": 94,
"avg_line_length": 25.746666666666666,
"alnum_prop": 0.6860989864614929,
"repo_name": "execunix/vinos",
"id": "59265e8c9238c0b61085c3cb8022f2f1fd3ef98f",
"size": "1435... |
<!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_11) on Fri Mar 29 12:36:16 EDT 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class... | {
"content_hash": "ac9bcd09ca076371c2365bbc60a66a67",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 464,
"avg_line_length": 65.64372469635627,
"alnum_prop": 0.6469717528062169,
"repo_name": "Olog/olog.github.com",
"id": "ae85ef9766d4e5a385697274af85c9bcfd9f4441",
"size":... |
<?php defined('BASEPATH') or exit('No direct script access allowed');
/**
* Event Library
*/
class Event {
/**
* @var array An array of listeners
*/
protected static $_listeners = array();
protected static $_event_log = FALSE;
protected static $ci;
/**
* Constructor
*/
public f... | {
"content_hash": "b7be1048a3dbb9f48804b08e14ec1cd6",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 100,
"avg_line_length": 21.66122448979592,
"alnum_prop": 0.5630299604296213,
"repo_name": "GWRon/ionize",
"id": "63e850850c0687043a31377774817425b23a19f2",
"size": "5618",... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>src/custom/ID12RFIDReader.js - Breakout</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="sty... | {
"content_hash": "c1b07deac90b9adbeb49d169e17cd93d",
"timestamp": "",
"source": "github",
"line_count": 374,
"max_line_length": 149,
"avg_line_length": 37.53475935828877,
"alnum_prop": 0.5467303034620317,
"repo_name": "darrownet/gowanus-makers-and-hackers",
"id": "d0f8add36f64e73c7f44d4cfc9c78da4e653... |
<form name="form" class="form-horizontal">
<div class="modal-header">
<h4 class="modal-title"><i class="fa fa-exclamation-circle"></i>新增展期申请</h4>
</div>
<div class="modal-body" style="height: 700px;overflow-y: auto">
<div ng-include="'module_extendperiod/tpl/form-extendperiod-apply.html'"/>... | {
"content_hash": "12d70672a281bf3d6b65cf9d49d17424",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 111,
"avg_line_length": 48.25,
"alnum_prop": 0.6355785837651122,
"repo_name": "dedp1984/gps_client",
"id": "9a8c24f2c5283852b117946f9477543b7075296d",
"size": "603",
"bin... |
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_root"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout android:orientation="vertical"
android:layout_width="fill_parent"
... | {
"content_hash": "a8a0e24f0d465cee6a5db62767803522",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 70,
"avg_line_length": 35.369127516778526,
"alnum_prop": 0.6096774193548387,
"repo_name": "andypikul/UA-Sample-App",
"id": "3871d1c0bf225d645213bd6c756b2bb6a099551e",
"siz... |
export default from './form-field';
| {
"content_hash": "cc329198cbe8f797860484490440076c",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 35,
"avg_line_length": 36,
"alnum_prop": 0.7222222222222222,
"repo_name": "Genert/telement",
"id": "9a950d0e3b4c5653dc1394be7a8c545721326a49",
"size": "36",
"binary": fals... |
---
layout: doc-page
title: "Open Classes"
---
An `open` modifier on a class signals that the class is planned for extensions. Example:
```scala
// File Writer.scala
package p
open class Writer[T] {
/** Sends to stdout, can be overridden */
def send(x: T) = println(x)
/** Sends all arguments using `send` */
... | {
"content_hash": "b2a667ada005697655b398df5dbac0dd",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 430,
"avg_line_length": 54.063291139240505,
"alnum_prop": 0.7483025052680871,
"repo_name": "som-snytt/dotty",
"id": "38d95d6c415895c6437a6adec8a618960bfee3b1",
"size": "427... |
namespace Microsoft.Azure.Management.ContainerService
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
/// <summary>
/// Extension methods for Operation... | {
"content_hash": "d7eff9dbf3b34cc463adbb10af23e38a",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 170,
"avg_line_length": 34.91111111111111,
"alnum_prop": 0.5671546785486951,
"repo_name": "Azure/azure-sdk-for-net",
"id": "96f13e6718f615afaeb0449c87d4e316fb5318fb",
"size... |
<resources>
<string name="app_name">OkHttpTest</string>
</resources>
| {
"content_hash": "01cd009bf97f0c3e405aecb3be5a6558",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 47,
"avg_line_length": 24.333333333333332,
"alnum_prop": 0.6986301369863014,
"repo_name": "hi-guy/StudyAndroid",
"id": "23ea2648920a3ff8d44276774fff137994b1154f",
"size": "7... |
IMAGE_NAME="boynux/squid-exporter"
IMAGE_TAG=${TRAVIS_TAG:-latest}
docker --version
docker build -t $IMAGE_NAME:$IMAGE_TAG .
docker tag $IMAGE_NAME:$IMAGE_TAG $IMAGE_NAME:latest
echo $DOCKER_API_KEY | docker login -u boynux --password-stdin
docker push $IMAGE_NAME:$IMAGE_TAG
docker push $IMAGE_NAME:latest
| {
"content_hash": "9831b03aba4c2478077ee94027c45299",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 62,
"avg_line_length": 34.22222222222222,
"alnum_prop": 0.7564935064935064,
"repo_name": "boynux/squid-exporter",
"id": "dcb28879576df335d9a4297476ad039854f819e9",
"size": "... |
@interface ViewController : UIViewController
@end
| {
"content_hash": "e0f40201cb3f986a2ee5f454f33f380a",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 44,
"avg_line_length": 17,
"alnum_prop": 0.8235294117647058,
"repo_name": "loganjones/LJCollectionViewTableLayout",
"id": "c8ee614a12cf472caefac577f8c6208989be0032",
"size":... |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<pkg:package xmlns:pkg="http://schemas.microsoft.com/office/2006/xmlPackage">
<pkg:part pkg:name="/_rels/.rels" pkg:contentType="application/vnd.openxmlformats-package.relationships+xml" pkg:padding="512">
<pkg:... | {
"content_hash": "7b73e71136053620c3e0eb426775fe4d",
"timestamp": "",
"source": "github",
"line_count": 1328,
"max_line_length": 602,
"avg_line_length": 60.359939759036145,
"alnum_prop": 0.5761620798922129,
"repo_name": "dlconner/autodoc",
"id": "5ca97011a55d864ea56eb32f706a5287455605c4",
"size": "... |
これはRiak 1.4.x系のバグフィックスのリリースです。
## Issues / PR's Resolved
### BitcaskのNIFモードへの変更
BitcaskをNIFモードを使用するように変更(ファイルIO操作では、Erlangの代わりにネイティブコードを使用する)した場合に、バックエンドにおいて新しいファイルが生成されないことがある。
### AAEツリーの再生成による2i AAE無効化の修正
一度、AAEがツリーの再生成をおこなうと、2iデータの修復機能が失われます。デフォルトでツリーは一週間後に再生成されるので、修復コマンドはある期間で機能するものの、あるとき突然動かなくなります。
### アクティ... | {
"content_hash": "5360aea48ab9a25222297bb7f0855e4e",
"timestamp": "",
"source": "github",
"line_count": 548,
"max_line_length": 273,
"avg_line_length": 63.41423357664234,
"alnum_prop": 0.7728122931714195,
"repo_name": "Radardisc/riak",
"id": "396e972c4ba5a4ee8d53bfbd0f6e36e13c14b324",
"size": "4629... |
namespace blink {
void ReferenceClipPathOperation::AddClient(SVGResourceClient& client) {
if (resource_)
resource_->AddClient(client);
}
void ReferenceClipPathOperation::RemoveClient(SVGResourceClient& client) {
if (resource_)
resource_->RemoveClient(client);
}
SVGResource* ReferenceClipPathOperation::Re... | {
"content_hash": "4c2152f628fb12b22eb3341823daeada",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 79,
"avg_line_length": 26.875,
"alnum_prop": 0.7457364341085271,
"repo_name": "chromium/chromium",
"id": "e73cc0f7ee5eea5beae2b8666ddcfe30bcde865f",
"size": "871",
"binar... |
// Copyright 2011-2016 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"content_hash": "fecd540960ffa9b82fd99ada62581f63",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 99,
"avg_line_length": 34.9,
"alnum_prop": 0.6555572311868496,
"repo_name": "google/binnavi",
"id": "ad2711ad6ddcf2085d4aa488f61491bed4fdcc49",
"size": "6631",
"binary":... |
#include "float2.h"
#include "tools.h"
#include <boost/concept_check.hpp>
using namespace mia;
using namespace std;
Float2 Float2 :: middle( const Float2 & A, const Float2 & B )
{
return (A+B)*0.5f;
}
Float2 Float2 :: mean( const std::list<Float2> & lFloat2 )
{
Float2 mean;
int size(0);
for(... | {
"content_hash": "9e353415ff7ba20d91ca98b1524d248d",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 131,
"avg_line_length": 29.514084507042252,
"alnum_prop": 0.5829157718921498,
"repo_name": "CARMinesDouai/MultiRobotExplorationPackages",
"id": "160418347887579fc36f90d1dc0a... |
<?php
if (! defined ( 'sugarEntry' ) || ! sugarEntry)
die ( 'Not A Valid Entry Point' ) ;
require_once ('modules/DynamicFields/DynamicField.php') ;
class StandardField extends DynamicField
{
var $custom_def = array();
var $base_def = array();
var $baseField;
function __construct($module = '') {
... | {
"content_hash": "5f6335c6b6ac8aeaab4be7c09ed69ea6",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 131,
"avg_line_length": 39.0390625,
"alnum_prop": 0.5417250350210127,
"repo_name": "vcatalasan/suitecrm-docker",
"id": "17bcdb9b0f644abb6f0ad912a87b8c8dab4a759e",
"size": ... |
#region Apache License, Version 2.0
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, V... | {
"content_hash": "9d985351c7e31f52db76a4c5e458d36d",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 105,
"avg_line_length": 34.371428571428574,
"alnum_prop": 0.6113881961762261,
"repo_name": "rlecole/SaveAndPlay",
"id": "a30358571b7cf6490fc7234814580240b5c2f2e8",
"size": ... |
/* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include <nan.h>
#include "vtkTableAlgorithmWrap.h"
#include "vtkStatisticsAlgorithmWrap.h"
#include "vtkObjectWrap.h"
#include "vtkAlgorithmOutputWrap.h"
#include "vtkDa... | {
"content_hash": "4b35750888ec096a4b96832a4ec80f9d",
"timestamp": "",
"source": "github",
"line_count": 607,
"max_line_length": 116,
"avg_line_length": 33.319604612850085,
"alnum_prop": 0.7405686032138442,
"repo_name": "axkibe/node-vtk",
"id": "58065c91b1c9bf4847dcd764b780303e898a1b2c",
"size": "20... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gulp!</title>
<link rel="stylesheet" href="dist/css/assets/assets.css">
<link rel="stylesheet" href="dist/css/main.css">
</head>
<body>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum eveniet amet ipsam repellendus maiores ob... | {
"content_hash": "7095f0669709ce04a8ddaf545436beeb",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 241,
"avg_line_length": 36.46153846153846,
"alnum_prop": 0.7426160337552743,
"repo_name": "veksen/veksen-scaffold",
"id": "a9cba113f923a8d12a82805508e9875478421186",
"size"... |
#ifndef COLOR_H
#define COLOR_H
/**
* 4D Vector implementation based on Valve's
* (I know, don't reinvent the well, we have QVector*D...)
*/
class Color {
public:
// Public access to properties
float r, g, b, a;
// Constructors
Color();
Color(int r, int g, int b, float a = 1.0);
// Copy
Color(const ... | {
"content_hash": "bcc2fe8acbb906196e19f886c4042308",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 58,
"avg_line_length": 19.037037037037038,
"alnum_prop": 0.6381322957198443,
"repo_name": "JulioC/Particles",
"id": "f2ab385e661d5f8e36cb1f6857f1648cb525c305",
"size": "514... |
# By Justin Walgran
# Copyright (c) 2012 Azavea, Inc.
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
# files (the "Software"), to deal in the Software without
# restriction, including without limitation the rights to use,
# copy, modify, ... | {
"content_hash": "07e9a0674195a0d8171a0cf94eb5681f",
"timestamp": "",
"source": "github",
"line_count": 392,
"max_line_length": 143,
"avg_line_length": 56.183673469387756,
"alnum_prop": 0.6433890301489285,
"repo_name": "azavea/blend",
"id": "671ab2c247eac54680b25bd6cfa18de2b21df285",
"size": "22024... |
@implementation UIButtonEx
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];
if (self)
{
}
return self;
}
- (void)drawRect:(CGRect)rect
{
}
@end
| {
"content_hash": "29ba3b80187430c134b20d1edabfdd32",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 39,
"avg_line_length": 11.11111111111111,
"alnum_prop": 0.59,
"repo_name": "healerkx/kxui-iOS",
"id": "0e5eec48d235c73f7cbcd9f0700621dccc3ccfed",
"size": "355",
"binary":... |
"""Geocode Contact objects."""
import sys
import time
from optparse import make_option
from geopy import geocoders
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
from django.contrib.gis import geos
from portal import models
class Command(BaseCommand):
"""Set... | {
"content_hash": "a141dd32c318ae3c98ba6010849f9b38",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 97,
"avg_line_length": 35.96875,
"alnum_prop": 0.5977410947002606,
"repo_name": "mikesname/ehri-collections",
"id": "4757426786b8a57bbb055c7903ff99446d3bb07e",
"size": "230... |
<?xml version="1.0" ?>
<!--
Copyright 2014-2017 Red Hat, Inc. and/or its affiliates
and other contributors as indicated by the @author tags.
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... | {
"content_hash": "19bc866efa00182fee7fa62a6d168982",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 82,
"avg_line_length": 36.46875,
"alnum_prop": 0.699228791773779,
"repo_name": "lucasponce/hawkular-commons",
"id": "8da0b3fad17c97c31db0cff4cc9d52ff000b3247",
"size": "116... |
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class iOSPollingWlanProbe
| Sensus Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" cont... | {
"content_hash": "fcae227963ff04e184d88983f446c986",
"timestamp": "",
"source": "github",
"line_count": 364,
"max_line_length": 243,
"avg_line_length": 48.08791208791209,
"alnum_prop": 0.6540790676416819,
"repo_name": "predictive-technology-laboratory/sensus",
"id": "c837d9e00404ac4619bb2fe2ab7684213... |
<?php
/**
* Product
*
* PHP version 5
*
* @category Class
* @package BrightpearlApiClient
* @author http://github.com/swagger-api/swagger-codegen
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache Licene v2
* @link https://github.com/swagger-api/swagger-codegen
*/
/**
* Copyright 2016 Smar... | {
"content_hash": "985a2e1083389562a0f95a5e99230666",
"timestamp": "",
"source": "github",
"line_count": 782,
"max_line_length": 123,
"avg_line_length": 24.34143222506394,
"alnum_prop": 0.5535066981875493,
"repo_name": "annex-apps/tenant-bundle",
"id": "fdcb05f93f35d7398b31ebab08fe7eadf2f0ee31",
"si... |
using Daytona;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TestHelpers
{
public class Serializer : ISerializer
{
Encoding encoding;
public Serializer(Encoding encoding)
{
this.encoding = encoding;
... | {
"content_hash": "1d1069cfbedeab73b04fc4d8e9ddd12a",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 87,
"avg_line_length": 23.70886075949367,
"alnum_prop": 0.5339028296849974,
"repo_name": "yonglehou/Daytona",
"id": "3042bc57b84b127cbfb25020b6631cec3dcce007",
"size": "187... |
<!DOCTYPE html>
<head>
<meta chartset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Scott Mebberson">
<title>scottmebberson.com</title>
<meta name="viewport" content="width=device-wi... | {
"content_hash": "80131e49452298f7854f0cd0490b1b13",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 645,
"avg_line_length": 69.83870967741936,
"alnum_prop": 0.6478060046189377,
"repo_name": "codeyash/plugins",
"id": "43759cc3ab22772a71cddf33dbd37d9d50314988",
"size": "433... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.