text stringlengths 2 1.04M | meta dict |
|---|---|
<!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_60-ea) on Fri Nov 04 13:24:40 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly... | {
"content_hash": "439ed1057a147ede931fb978426d1aa6",
"timestamp": "",
"source": "github",
"line_count": 260,
"max_line_length": 537,
"avg_line_length": 60.07692307692308,
"alnum_prop": 0.6635083226632522,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "7884ebefa4addff16e120baa23cd912e74b4... |
package org.apache.camel.component.cbor;
public class Author {
private String name;
private String surname;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getSurname() {
return surname;
}
pu... | {
"content_hash": "5f697771ae836c6f370d3b2837e689ce",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 44,
"avg_line_length": 16,
"alnum_prop": 0.605,
"repo_name": "CodeSmell/camel",
"id": "464b283eb23792e140d84979a010fda55bcf70e7",
"size": "1202",
"binary": false,
"copi... |
clang -fobjc-arc Fraction.m main.m -o main
./main
| {
"content_hash": "978401ffb619a0e600df39a992dddb05",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 42,
"avg_line_length": 25,
"alnum_prop": 0.72,
"repo_name": "guoqiao/objc",
"id": "61af3e937fc0ea160142b947ac8351d9ea4b3821",
"size": "50",
"binary": false,
"copies": "4... |
///<reference path="../../../android/view/animation/Animation.ts"/>
///<reference path="../../../android/view/animation/Transformation.ts"/>
module android.view.animation {
import Animation = android.view.animation.Animation;
import Transformation = android.view.animation.Transformation;
/**
* An animation that con... | {
"content_hash": "bec8e04f69f168070712b48e6ea527df",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 116,
"avg_line_length": 31.408450704225352,
"alnum_prop": 0.6591928251121076,
"repo_name": "linfaxin/AndroidUIX",
"id": "a5f21a0b646d0625747bdfd2a6b537f5d1d9301f",
"size": ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
namespace Microsoft.UnitTests.Core.XUnit {
public enum ThreadType {
Default = 0,
UI = 1,
Background = 2
}
} | {
"content_hash": "419e7a02a8851a8fed67d2bfbaf58dfe",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 91,
"avg_line_length": 29.4,
"alnum_prop": 0.673469387755102,
"repo_name": "MikhailArkhipov/RTVS",
"id": "70ffd8ac980bb7bc9545dfc3a4f40d34e141babc",
"size": "296",
"binar... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/contactcenterinsights/v1/resources.proto
namespace Google\Cloud\ContactCenterInsights\V1;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* The settings... | {
"content_hash": "2463de4f8f673b2347d645f7c0be6e2f",
"timestamp": "",
"source": "github",
"line_count": 383,
"max_line_length": 138,
"avg_line_length": 37.62402088772846,
"alnum_prop": 0.6505204718945177,
"repo_name": "googleapis/google-cloud-php-contact-center-insights",
"id": "ca14036b9496f130181ea... |
<!doctype html>
<html class="theme-next pisces use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />... | {
"content_hash": "7df871d51130e2348e47e6a4809aa92e",
"timestamp": "",
"source": "github",
"line_count": 812,
"max_line_length": 459,
"avg_line_length": 23.99137931034483,
"alnum_prop": 0.5072121554334993,
"repo_name": "JohnTian/JohnTian.github.io",
"id": "02784498c26237c36dabb2f789c22ec137a072a7",
... |
namespace Minuteman
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
public class EventActivity : Activity<EventActivitySubscriptionInfo>,
IEventActivity
{
private static readonly string EventsKeyName =
typeof(EventA... | {
"content_hash": "651f70e0be31343e231d0a3662321d92",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 80,
"avg_line_length": 32.90338164251208,
"alnum_prop": 0.47951842607546613,
"repo_name": "kazimanzurrashid/MinutemanDotNet",
"id": "1b2f38c2280544dd0826028cadd4dd1b58b6e3b9... |
'use strict';
angular.module('gc.appHeaderBackController', [])
.controller('AppHeaderBackController', [
'$scope', '$window',
function AppHeaderBackController($scope, $window) {
$scope.navigateBack = function navigateBack() {
$window.history.back();
};
}
]);
| {
"content_hash": "e159abc62462b6f54ffebb4b611c1bff",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 53,
"avg_line_length": 21.615384615384617,
"alnum_prop": 0.6654804270462633,
"repo_name": "gocardless/ng-gc-components",
"id": "9f1293bb867f5eae9d6f9a190921d6a5c8e99124",
"... |
<!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.5.0_06) on Wed Nov 07 11:45:47 NZDT 2007 -->
<TITLE>
Deprecated List
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Styl... | {
"content_hash": "008b96eae83982010626a7a5e7fa7b43",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 143,
"avg_line_length": 35.07746478873239,
"alnum_prop": 0.6330054205982735,
"repo_name": "taolee/XmlDataAnalysisToolsets",
"id": "5748e3970bd0719dad5ffd3e3f672be7960e3c90",... |
package com.chilliworks.chillisource.colladaparserutils.colladadata;
public class ColladaUserProperties
{
public String mstrData;
public ColladaUserProperties()
{
mstrData = new String();
}
}
| {
"content_hash": "41c6f05950ca598044ed35986acfe82e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 68,
"avg_line_length": 15.692307692307692,
"alnum_prop": 0.7745098039215687,
"repo_name": "fjpavm/ChilliSource",
"id": "1604d798f4641647733934c65281ed42b53c8c77",
"size": "... |
EpLibrary.cs
============
#### Visual C# Utility Library ####
DESCRIPTION
-----------
EpLibrary.cs is a Visual C# utility library that supports to develop an application easier under a [MIT License](http://opensource.org/licenses/mit-license.php).
You will no longer have to create the basic functionalities over and ... | {
"content_hash": "06b7792faea79f029cdec028f620c414",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 161,
"avg_line_length": 27.532608695652176,
"alnum_prop": 0.7520726411369917,
"repo_name": "juhgiyo/EpLibrary.cs",
"id": "9db38d0eefd0328bd8a10213a78c21a34c1a44a9",
"size":... |
/*
* Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
*/
#ifndef _SAMD21J16A_
#define _SAMD21J16A_
/**
* \ingroup SAMD21_definitions
* \addtogroup SAMD21J16A_definitions SAMD21J16A definitions
* This file defines all structures and symbols for SAMD21J16A:
* - registers ... | {
"content_hash": "88e5f5481908138eac9b1d525e3d9799",
"timestamp": "",
"source": "github",
"line_count": 537,
"max_line_length": 121,
"avg_line_length": 55.374301675977655,
"alnum_prop": 0.5359496906107075,
"repo_name": "MDob/Audio-Spectrum-Analyzer",
"id": "084d47f8cd4c1d9da43613f5990e8d6b5fb8304c",
... |
from ccxt.base.exchange import Exchange
from ccxt.base.errors import ExchangeError
from ccxt.base.errors import AuthenticationError
from ccxt.base.errors import PermissionDenied
from ccxt.base.errors import AccountNotEnabled
from ccxt.base.errors import AccountSuspended
from ccxt.base.errors import ArgumentsRequired
fr... | {
"content_hash": "27f52842665adbc1440d6cb7798ea3e8",
"timestamp": "",
"source": "github",
"line_count": 1419,
"max_line_length": 514,
"avg_line_length": 42.68851303735025,
"alnum_prop": 0.4993974411886092,
"repo_name": "ccxt/ccxt",
"id": "9a4a071c079f657007adc480a908e122c0aa48bd",
"size": "60756",
... |
<?php
namespace Magento\Setup\Test\Unit\Controller;
use \Magento\Setup\Controller\Index;
class IndexTest extends \PHPUnit_Framework_TestCase
{
public function testIndexAction()
{
/** @var $controller Index */
$controller = new Index();
$viewModel = $controller->indexAction();
... | {
"content_hash": "407f1f7dca566051d8a8d1677a998965",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 73,
"avg_line_length": 24.88888888888889,
"alnum_prop": 0.6607142857142857,
"repo_name": "enettolima/magento-training",
"id": "0aa0daa6576fa2cfd67b07fbb6e3cc8ca2411f2d",
"s... |
/*---Top Bar---*/
.sfTopbar{background:url(../images/top-bar-bg.gif) repeat-x top #006c95; border-bottom:1px solid #fff;padding:8px 0; position:fixed;left:0px; top:0px; width:100%; z-index:3000; }
.sfTopbar ul { float:right; margin:0; padding:0;}
.sfTopbar ul li{ float:left; margin:0 10px; padding:0; list-style:none; ... | {
"content_hash": "659b8b07e1f48392566d2b985d02bd70",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 480,
"avg_line_length": 91.37777777777778,
"alnum_prop": 0.7332198443579766,
"repo_name": "SageFrame/SageFrame",
"id": "6d3bb5204fb705c1d94075e340113fea292e6097",
"size": "... |
<div class="col-lg-6 col-md-6 col-sm-12" ng-controller="courseCtrl as courses">
<!-- course-box -->
<div class="box box-primary" ng-repeat="course in courses.courses" ng-if="$index <= courses.courses.length/2">
<div class="box-header with-border">
<h4 class="box-title">
{{ course.courseCode }} - {... | {
"content_hash": "b42512d5d01cf0f7d6ecd63306c7b9d6",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 113,
"avg_line_length": 36.42553191489362,
"alnum_prop": 0.5992990654205608,
"repo_name": "IEEEDTU/OnCourse",
"id": "819f5d08139fc08874001ee0b459d18e1813f62d",
"size": "171... |
<!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 Thu Dec 05 05:02:12 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "246b8a5fd2d0998f5de992701168e295",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 706,
"avg_line_length": 61.029126213592235,
"alnum_prop": 0.6757079223671651,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "5b4c7c101dfb7f3bbaebaa9b1e2dbd44469... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
... | {
"content_hash": "1d3883158e088633b9ebc85390b6b550",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 108,
"avg_line_length": 32.868852459016395,
"alnum_prop": 0.572568578553616,
"repo_name": "JacHub/JHavaServices",
"id": "8d01b9474bcb0dbca2ffdf9a40bc9f5c9f5143f8",
"size": ... |
"""Unit tests for the write transform."""
import logging
import unittest
import apache_beam as beam
from apache_beam.io import iobase
from apache_beam.testing.test_pipeline import TestPipeline
from apache_beam.testing.util import assert_that, is_empty
from apache_beam.transforms.ptransform import PTransform
class ... | {
"content_hash": "a113a11e9176841b8a80afd0cc76762b",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 78,
"avg_line_length": 31.174311926605505,
"alnum_prop": 0.6839317245438493,
"repo_name": "yk5/beam",
"id": "50f0debb0a704d267fc0c390e189ec8934bd6701",
"size": "4182",
"... |
"""Classes related to Rivendell Artists.
Artist uses sqlalchemy to represent a single artist and various
aspects about it as used in the Scheduler.
"""
from sqlalchemy import Column
from sqlalchemy import Integer
from sqlalchemy import Unicode
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy i... | {
"content_hash": "1d7cc295b6d216554851ad27b6c3ae9b",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 87,
"avg_line_length": 30.028985507246375,
"alnum_prop": 0.6037644787644788,
"repo_name": "opensourceradio/ram",
"id": "eda170784051902cc3630adb43e4b6f9e861d7a1",
"size": ... |
package org.activiti.standalone.testing;
/**
* This test is explicitly empty.
*
* The purpose of this test is to make sure that ActivitiRule works with tests methods that are defined in a parent class.
*
* When running the test suite over this class, JUnit will execute the test from {@link ActivitiRuleJunit4Tes... | {
"content_hash": "dba285705e743374d5d586c5f4cb196f",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 198,
"avg_line_length": 51.86666666666667,
"alnum_prop": 0.7737789203084833,
"repo_name": "stefan-ziel/Activiti",
"id": "a12367824470822cf2ae43ef501e504508f1d57c",
"size": ... |
#region License
// PH.NLogging - AssemblyInfo.cs
//
//
// Copyright (c) 2015, Paolo Innocenti - paonath
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of sourc... | {
"content_hash": "370f1bc21994212fd27cb6596ef6af0b",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 84,
"avg_line_length": 40.421052631578945,
"alnum_prop": 0.7506510416666666,
"repo_name": "paonath/PH.NLoggin",
"id": "4f65db9d88b025a80997f32b9401627d5afe45ae",
"size": "3... |
from django.conf.urls import include, url
from django.contrib import admin
urlpatterns = [
url(r'^instavent/', include('weekend.urls', namespace='instavent')),
url(r'^admin/', include(admin.site.urls)),
]
| {
"content_hash": "3d291ef8c1ab3ae175291054d04d48dc",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 72,
"avg_line_length": 30.571428571428573,
"alnum_prop": 0.705607476635514,
"repo_name": "ecatkins/week6weekend",
"id": "4f38bc441e45841cc56228e5e655c66d4e242d7b",
"size": "... |
package goyaml
import (
"errors"
"fmt"
"reflect"
"runtime"
"strings"
"sync"
)
func handleErr(err *error) {
if r := recover(); r != nil {
if _, ok := r.(runtime.Error); ok {
panic(r)
} else if _, ok := r.(*reflect.ValueError); ok {
panic(r)
} else if _, ok := r.(externalPanic); ok {
panic(r)
} ... | {
"content_hash": "751be1bc3c2a5df0ce2dd45597c13f2d",
"timestamp": "",
"source": "github",
"line_count": 264,
"max_line_length": 102,
"avg_line_length": 28.068181818181817,
"alnum_prop": 0.6462887989203778,
"repo_name": "soundcloud/goyaml",
"id": "518ddeb8a26bac2e3c5ae60d3c488efefc4d5311",
"size": "... |
package com.vinkel.remindmewheniamthere.utils;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonObject;
import com.google.gson.JsonPrimitive;
import com.vinkel.remindmewheniamthere.utils.base.IJsonParser;
import java.lang.reflect.Type;
public class JsonParser implements IJ... | {
"content_hash": "63d1c56c74c6b64c9e1928658ee75e64",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 77,
"avg_line_length": 26.229508196721312,
"alnum_prop": 0.714375,
"repo_name": "Team-Vinkel2/Remind-me-when-I-am-there",
"id": "6dd1f1c988bb149f5af7a36d1233b5e8eaa8e0c0",
... |
package com.glatthar.authorizer.repository;
import com.glatthar.authorizer.model.dto.JpaClient;
public interface InMemoryClientRepository extends ClientRepository<JpaClient> {
}
| {
"content_hash": "1de4556f11c6c14d38779f1794464a8d",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 79,
"avg_line_length": 30,
"alnum_prop": 0.85,
"repo_name": "t0bst4r/authorizer",
"id": "2a682c12dad45a4da554d2607db8020e8a01b935",
"size": "180",
"binary": false,
"copi... |
package VMOMI::EventFilterSpecByTime;
use parent 'VMOMI::DynamicData';
use strict;
use warnings;
our @class_ancestors = (
'DynamicData',
);
our @class_members = (
['beginTime', undef, 0, 1],
['endTime', undef, 0, 1],
);
sub get_class_ancestors {
return @class_ancestors;
}
sub get_class_members {
... | {
"content_hash": "2dc361f3534452561fb26a805609dec5",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 59,
"avg_line_length": 17.46153846153846,
"alnum_prop": 0.6409691629955947,
"repo_name": "stumpr/p5-vmomi",
"id": "2dcab254a8e8bfde2a9f3f415e660e4e920b3e4f",
"size": "454",... |
#![allow(unused_assignments)]
use super::{Async, Future, Complete, Cancel, AsyncError};
use syncbox::atomic::{self, AtomicU64, Ordering};
use std::cell::UnsafeCell;
use std::sync::Arc;
use std::{fmt, u32};
pub fn select<S: Select<E>, E: Send + 'static>(asyncs: S) -> Future<(u32, S), E> {
let (complete, res) = Fut... | {
"content_hash": "b0e6dc9e4249a037b6378e2cb4f94f86",
"timestamp": "",
"source": "github",
"line_count": 554,
"max_line_length": 132,
"avg_line_length": 28.1101083032491,
"alnum_prop": 0.5141591215565402,
"repo_name": "seanmonstar/eventual",
"id": "353ce9c4c35172c0b1eb4907b30cf868c6ec24bf",
"size": ... |
require_relative '../../test_helper'
require 'landrush/action/common'
require 'landrush/action/teardown'
module Landrush
module Action
describe Teardown do
it 'calls the next app in the chain' do
env = fake_environment
app = ->(e) { e[:called] = true }
teardown = Teardown.new(app, e... | {
"content_hash": "7a63c9d20d1f7f354253c6b28dea33f4",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 81,
"avg_line_length": 26.971698113207548,
"alnum_prop": 0.6016089541797831,
"repo_name": "phinze/landrush",
"id": "1fb04639ef3b2b1c906fa81ca020b2a9a91f24af",
"size": "285... |
<!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_21) on Fri Dec 02 11:53:58 IST 2011 -->
<TITLE>
Uses of Class com.invient.vaadin.charts.InvientChartsConfig.Position
</TITLE>
<META NAME="date" CONT... | {
"content_hash": "4eb73a727ceb666c697dd70fd9555fb1",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 400,
"avg_line_length": 49.094339622641506,
"alnum_prop": 0.6503651037663336,
"repo_name": "shahrzadmn/InvientCharts",
"id": "66a0452978a1de90d17035276b7d573101a1ea30",
"s... |
package container;
/**
* Interface of FIFO queue.
*/
public interface Queue<E> extends Iterable<E> {
/**
* Insert an item at the end of the queue.
* @param item the element to be added
*/
public abstract void offer(E item);
/**
* Remove and return the element at the begining of the... | {
"content_hash": "f3f0800dd131f16c8327199750b6c88d",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 75,
"avg_line_length": 22.183673469387756,
"alnum_prop": 0.6274149034038639,
"repo_name": "Shell-CC/MyCollection",
"id": "949b98136840f44967f467e93341a72fcde966ea",
"size":... |
var baseToString = require('../internal/baseToString');
/**
* Used to match `RegExp` special characters.
* See this [article on `RegExp` characters](http://www.regular-expressions.info/characters.html#special)
* for more details.
*/
var reRegExpChars = /[.*+?^${}()|[\]\/\\]/g,
reHasRegExpChars = RegExp... | {
"content_hash": "1c96818f26fc702dc57be963dd90722d",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 105,
"avg_line_length": 30.625,
"alnum_prop": 0.5877551020408164,
"repo_name": "CoderHam/WebScraper",
"id": "920360e8251976b9e1c7de958d7d816e72da925c",
"size": "980",
"bi... |
<?php
namespace crawlerests\frontend\classes;
use luya\crawler\frontend\classes\CrawlPage;
use Symfony\Component\DomCrawler\Crawler;
class CrawlPageTest extends \PHPUnit_Framework_TestCase
{
public $object;
protected function setUp()
{
$this->app = new \luya\Boot();
$this->app->setCo... | {
"content_hash": "c173af3e84e2e132d7f1ec36bf403c2b",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 144,
"avg_line_length": 31.631067961165048,
"alnum_prop": 0.6015960712093309,
"repo_name": "nandes2062/luya",
"id": "326fd02f7e52b81ed526fae507dd5e2039746efd",
"size": "32... |
#ifndef __fovis_fovis_hpp__
#define __fovis_fovis_hpp__
#include "visual_odometry.hpp"
#include "primesense_depth.hpp"
#include "stereo_depth.hpp"
#include "depth_image.hpp"
/**
* \defgroup FovisCore Fovis core
* \brief Core data structures and algorithms
*/
/**
* \defgroup DepthSources Depth sources
* \brief ... | {
"content_hash": "638c35dbfe893d61343f68ededaa49a4",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 76,
"avg_line_length": 18.194444444444443,
"alnum_prop": 0.6977099236641221,
"repo_name": "adpopescu/trackingAlgorithm",
"id": "a12bacfaa83190e6b927d6da75f13f012f130f7f",
"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - SIE-S66/54 UP.Browser/7.0.2.2.d.1.100(GUI) MMP/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/mate... | {
"content_hash": "930c4f1203b9f6e02fdc10df009463fe",
"timestamp": "",
"source": "github",
"line_count": 1185,
"max_line_length": 958,
"avg_line_length": 40.0253164556962,
"alnum_prop": 0.5297069365380561,
"repo_name": "ThaDafinser/UserAgentParserComparison",
"id": "4cbc08a5d1e4aaf96a845c67f569ae4d414... |
/* jshint maxdepth:7*/
steal('can/util/can.js', function (can) {
// The following is from jQuery
var isArrayLike = function(obj){
// The `in` check is from jQuery’s fix for an iOS 8 64-bit JIT object length bug:
// https://github.com/jquery/jquery/pull/2185
// When passing a non-object (e.g. boolean) can.each ... | {
"content_hash": "edf90eec0846137121b7194c34f50604",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 124,
"avg_line_length": 28.954545454545453,
"alnum_prop": 0.564625850340136,
"repo_name": "Psykoral/canjs",
"id": "a10bf1fe2737350c84fbe64627252f0f1ee995f0",
"size": "1913"... |
package com.redhatkeynote.score;
public enum Status {
ONSTAGE,
OPEN,
CLOSED;
public Status getValue() {
return this;
}
}
| {
"content_hash": "aabe157b6c823adf8e603f994f66a47a",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 32,
"avg_line_length": 11.76923076923077,
"alnum_prop": 0.5947712418300654,
"repo_name": "npatel2012/score-server",
"id": "d7eee6772b2a767a8c580a54791c67f18f6abe8e",
"size"... |
<?php
namespace Kanboard\Formatter;
use Kanboard\Core\Filter\FormatterInterface;
/**
* Class ProjectApiFormatter
*
* @package Kanboard\Formatter
*/
class ProjectApiFormatter extends BaseFormatter implements FormatterInterface
{
protected $project = null;
public function withProject($project)
{
... | {
"content_hash": "44f65b2d2eef456d41a6df7583e8c5d4",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 136,
"avg_line_length": 23.641025641025642,
"alnum_prop": 0.56941431670282,
"repo_name": "patoi/kanboard",
"id": "5521d57c2f35bd2cc1b943bf627b19690063248a",
"size": "922",
... |
<?php
namespace CakeDC\Users\Test\App\Controller;
use Cake\Controller\Controller;
/**
* This is a placeholder class.
* Create the same file in app/Controller/AppController.php
*
* Add your application-wide methods in the class below, your controllers
* will inherit them.
*
*/
class AppController extends Contro... | {
"content_hash": "6122d59c1cb7efe0586e5790f482bf60",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 73,
"avg_line_length": 22.958333333333332,
"alnum_prop": 0.6842105263157895,
"repo_name": "1906sam/mini-bank-project",
"id": "5899a4e411f301d29437e20c857b2eda73854043",
"si... |
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
public class InstantiateWithMethodMissingTest {
@Rule
public ExpectedException thrown = ExpectedException.none();
@Test
public void shouldThrowError() throws Exception {
thrown.expect(AbstractMethodError.class);
th... | {
"content_hash": "e27755c180165d5f018a6262913a47f7",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 61,
"avg_line_length": 26.125,
"alnum_prop": 0.7751196172248804,
"repo_name": "pettermahlen/missinglink",
"id": "4209c6bf11c84f7675d136fe9765b6327d852fcf",
"size": "418",
... |
package com.zjw.mobilesafe;
import java.lang.reflect.Method;
import java.util.List;
import android.app.Activity;
import android.content.pm.ApplicationInfo;
import android.content.pm.IPackageDataObserver;
import android.content.pm.IPackageStatsObserver;
import android.content.pm.PackageInfo;
import android.content.pm.... | {
"content_hash": "82e1cd26586599a990c0997d5e1277bf",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 130,
"avg_line_length": 33.70414201183432,
"alnum_prop": 0.7011938202247191,
"repo_name": "jj4856951/MobileSafe",
"id": "ad91b8edba4f7dc35e779dc7c68dd15d9aabd7b9",
"size":... |
#pragma once
#include <aws/chime-sdk-media-pipelines/ChimeSDKMediaPipelines_EXPORTS.h>
#include <aws/chime-sdk-media-pipelines/model/AudioArtifactsConfiguration.h>
#include <aws/chime-sdk-media-pipelines/model/VideoArtifactsConfiguration.h>
#include <aws/chime-sdk-media-pipelines/model/ContentArtifactsConfiguration.... | {
"content_hash": "89614722825802b6a427dfcd67bed4fc",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 132,
"avg_line_length": 32.08275862068965,
"alnum_prop": 0.6908856405846947,
"repo_name": "cedral/aws-sdk-cpp",
"id": "597a8012944b731c4d79a06899bb3472e771dfc7",
"size": "... |
I18n_data_en = {
"brand" : "SHINE",
"title_dashboard" : "Dashboard",
"title_system" : "System",
"title_home" : "Home",
"title_login" : "Login",
"title_notice" : "Notice",
"title_qna" ... | {
"content_hash": "88e4706bf93610c5b1656a6863712c7e",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 108,
"avg_line_length": 44.6044776119403,
"alnum_prop": 0.46059896269031286,
"repo_name": "shine-js/shine-react",
"id": "2e7e70f82e3864bcbf72184ac86596ee862e271e",
"size":... |

An alternative `Prelude`.
| {
"content_hash": "1bb168756b6d902fa349fe3d0537a625",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 40,
"avg_line_length": 17.25,
"alnum_prop": 0.6956521739130435,
"repo_name": "bitemyapp/prelim",
"id": "384fbde4c6d93debad1250f405e74c6edfcae42d",
"size": "79",
"binary": ... |
package com.exlibris.dps;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for sipStatusInfo complex type.
*
* <p>The following schema fragment specifies the expected content contained within this clas... | {
"content_hash": "68992241c79ac65390c207e7fa294672",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 100,
"avg_line_length": 22.06140350877193,
"alnum_prop": 0.5538767395626243,
"repo_name": "ExLibrisGroup/Rosetta.dps-sdk-projects",
"id": "9e74c2ac43791b531f17415b7901bf6357... |
[](https://travis-ci.org/getbitpocket/bitpocket-mobile-app) [](https://gitter.im/getbitpocket/b... | {
"content_hash": "b0e3a3213499ab06eecdff9939fef5fe",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 553,
"avg_line_length": 55.191489361702125,
"alnum_prop": 0.7698535080956053,
"repo_name": "getbitpocket/bitpocket-mobile-app",
"id": "ff204ea249a2def754ae05bea7a58d97fe604ac... |
Resource Type Graph
========
This project is a POC, **do NOT submit issues**, it is unlikely I will ever contribute anything to it anymore. | {
"content_hash": "e91625b4ac1e6cca5349b4c60680cb27",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 110,
"avg_line_length": 35,
"alnum_prop": 0.7214285714285714,
"repo_name": "oa-platform/RT-Graph",
"id": "280baada45e7a8bc2a4910443455b30fedca7a53",
"size": "140",
"binary... |
full::node::node(){}
full::node::node(float aScore, int nHor, int nVer, bool isSGap, bool isEGap)
{
this->_isStart = isSGap;
this->_isEnd = isEGap;
this->_isGap = false;
//This is the score to be added during dynamic programming.
this->_score = aScore;
//The greatest dynScore is kept during dynamic programming... | {
"content_hash": "cd3356e0a4f320759c8f0f1251699e22",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 76,
"avg_line_length": 24.35135135135135,
"alnum_prop": 0.6614872364039955,
"repo_name": "ibharvey/sequenceAlignment",
"id": "1d57609feb3a535c186d729ef6e39207a27cf3c1",
"si... |
layout: documentation
---
### Request Readers
Comming soon... For now see the [getting started guide](getting-started).
### Next: [Value Mappers](value-mappers) | {
"content_hash": "f9c11f356dc060cf26970c5a95ee6b60",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 73,
"avg_line_length": 20.375,
"alnum_prop": 0.7177914110429447,
"repo_name": "mikeobrien/graphite",
"id": "bec00c3229accb1cb6e174a0c681f660211ddd95",
"size": "167",
"bina... |
<!--
Copyright 2005-2008 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->... | {
"content_hash": "b058c6650dbc179c8dbd756bc8ef087b",
"timestamp": "",
"source": "github",
"line_count": 176,
"max_line_length": 350,
"avg_line_length": 60.19886363636363,
"alnum_prop": 0.6098159509202454,
"repo_name": "brycelelbach/asl",
"id": "dc01ae054f94fea5cf0bbff3c204bfd16cd9585e",
"size": "11... |
layout: post
title: Tweets
date: 2019-06-18
summary: These are the tweets for June 18, 2019.
categories:
---
| {
"content_hash": "242a6075a6894fde85bb3a12caf76b23",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 48,
"avg_line_length": 15.714285714285714,
"alnum_prop": 0.7272727272727273,
"repo_name": "alexlitel/congresstweets",
"id": "7433fd98b61f934d193075c1d32544216747e01e",
"size... |
#ifndef __ARCH_BOARD_BOARD_H
#define __ARCH_BOARD_BOARD_H
/************************************************************************************
* Included Files
************************************************************************************/
/******************************************************************... | {
"content_hash": "c8404a599d136fc585e75604bced670e",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 116,
"avg_line_length": 36.516129032258064,
"alnum_prop": 0.5008833922261484,
"repo_name": "Paregov/hexadiv",
"id": "8a1384d91a0ecdbe9018df4be3182c715690895d",
"size": "525... |
package alluxio.network.protocol.databuffer;
import com.google.common.base.Preconditions;
import io.netty.channel.DefaultFileRegion;
import java.io.File;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* A DataBuffer with the underlying data being a {@link FileChannel}.
*/
public final clas... | {
"content_hash": "9477f04ad487c143ce5d4c1bf59b663c",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 97,
"avg_line_length": 25.032258064516128,
"alnum_prop": 0.7287371134020618,
"repo_name": "WilliamZapata/alluxio",
"id": "6c035ec5fde8a97fa2b123342d52a197b0736d32",
"size":... |
require_relative 'client/chunk'
require_relative 'client/chunk_header'
require 'socket'
require 'timeout'
module Nailgun
class Client
DEFAULTS = {
hostname: 'localhost',
port: 2113,
stdin: nil,
stdout: STDOUT,
stderr: STDERR,
env: ENV,
dir: D... | {
"content_hash": "8b8cd04f842fc8f6f55bdeee75e668e1",
"timestamp": "",
"source": "github",
"line_count": 216,
"max_line_length": 96,
"avg_line_length": 24.36574074074074,
"alnum_prop": 0.5850275508265248,
"repo_name": "rtlong/nailgun-ruby",
"id": "bca581fc5fbbfddea9adebb710eb68f69adeb440",
"size": "... |
<HTML><HEAD>
<TITLE>Review for Johnny Mnemonic (1995)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0113481">Johnny Mnemonic (1995)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+B... | {
"content_hash": "31cd09887d5e250b01b3f39173f0ed20",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 213,
"avg_line_length": 61.18518518518518,
"alnum_prop": 0.7391041162227603,
"repo_name": "xianjunzhengbackup/code",
"id": "9ade65f27c73eae3910b9cf4077aabcf323490d4",
"size... |
class CreateUsers < ActiveRecord::Migration
def self.up
create_table :users do |t|
t.string :name
t.string :email
t.integer :facebook_uid
t.string :facebook_session_key
t.string :persistence_token
t.timestamps
end
end
def self.down
drop_table :users
end
end
| {
"content_hash": "17d138bf50731ca0937bde248cc2e1dd",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 43,
"avg_line_length": 18.823529411764707,
"alnum_prop": 0.634375,
"repo_name": "causes/stars-causes",
"id": "66f81790616c83730c06548bb4696444c58728db",
"size": "320",
"b... |
require 'spec_helper'
describe ActiveModel::Pusher::RecordEventRecognizer do
before do
@recognizer = ActiveModel::Pusher::RecordEventRecognizer
end
it 'recognizes :created event' do
@recognizer.new(CreatedAlien.new).event.should == :created
end
it 'recognizes :updated event' do
@recognizer.new(... | {
"content_hash": "5d0636b4cc1b0a34b6bc3fba5f599d0f",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 66,
"avg_line_length": 25.91304347826087,
"alnum_prop": 0.7365771812080537,
"repo_name": "AlexanderZaytsev/active_model_pusher",
"id": "c47a2bbc658f90a4df9e20fbfaa35805ae01c4... |
<!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.4.2_05) on Thu Sep 30 22:16:17 GMT+01:00 2004 -->
<TITLE>
MultipartHttpServletRequest (Spring Framework)
</TITLE>
<META NAME="keywords" CONTENT="org.spr... | {
"content_hash": "134a7b63fe6353d4c62183b52abc9a1b",
"timestamp": "",
"source": "github",
"line_count": 336,
"max_line_length": 445,
"avg_line_length": 45.63988095238095,
"alnum_prop": 0.6755787414411477,
"repo_name": "dachengxi/spring1.1.1_source",
"id": "7122820d284ff1812c06341731b4c5d4bb13c2bd",
... |
#ifndef SOUNDIO_DUMMY_HPP
#define SOUNDIO_DUMMY_HPP
#include "soundio_private.h"
#include "os.h"
#include "atomics.hpp"
#include "ring_buffer.hpp"
int soundio_dummy_init(struct SoundIoPrivate *si);
struct SoundIoDummy {
SoundIoOsMutex *mutex;
SoundIoOsCond *cond;
bool devices_emitted;
};
struct SoundI... | {
"content_hash": "3eabd65813e825b8b349e6588c378b3f",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 51,
"avg_line_length": 22.74468085106383,
"alnum_prop": 0.7287184284377923,
"repo_name": "davidgranstrom/libsoundio",
"id": "4100a86b64b18ad417c51e1e306ecc173c93ed3b",
"siz... |
/**
@module ember
*/
/**
Like `find`, but throws an error if the element selector returns no results.
Example:
```javascript
var $el = findWithAssert('.doesnt-exist'); // throws error
```
With the `context` param:
```javascript
var $el = findWithAssert('.selector-id', '.parent-element-class'); // as... | {
"content_hash": "180a2ff65913f5aaa174cdf396bc4c5d",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 88,
"avg_line_length": 28.764705882352942,
"alnum_prop": 0.696319018404908,
"repo_name": "jasonmit/ember.js",
"id": "408f8e162bac0088e8e89c4ea3834e6791bee79c",
"size": "978... |
class Camera
{
protected:
cameraData camData;
public:
Camera();
virtual ~Camera();
void init();
void tick(float dt);
void lookAt_Track(vec3* target, float distance);
void lookAt_Pan(vec3* target);
// Getters and Setters
cameraData* getCameraData() { return &camData; }
};
#endif // __CAMERA_H__... | {
"content_hash": "129c8c199c5de83da6cbdcb95879bb51",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 51,
"avg_line_length": 16.05,
"alnum_prop": 0.6573208722741433,
"repo_name": "NickPollard/Manta",
"id": "74fdb1031206d7d989b3963d0b91d0757c92f7ec",
"size": "364",
"binary... |
require 'data_mapper'
require 'dm-validations'
require "#{File.dirname(__FILE__)}/user"
require "#{File.dirname(__FILE__)}/weapon"
require "#{File.dirname(__FILE__)}/victim"
require "#{File.dirname(__FILE__)}/killer"
require "#{File.dirname(__FILE__)}/match"
DataMapper::Logger.new($stdout, :info)
DataMapper.setup(:def... | {
"content_hash": "19e3682f36360d61c0c0ba714626e957",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 79,
"avg_line_length": 28.714285714285715,
"alnum_prop": 0.6865671641791045,
"repo_name": "RodrigoMNardi/quake_arena",
"id": "591aa2e06f3751b6e58ec029b9b88f7c0372d87e",
"si... |
#include <aws/s3/model/Protocol.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace Aws::Utils;
namespace Aws
{
namespace S3
{
namespace Model
{
namespace ProtocolMapper
{
static const int... | {
"content_hash": "6c35880b402eb32fb3e5ba3227bbe1bf",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 92,
"avg_line_length": 25.686567164179106,
"alnum_prop": 0.5740848343986055,
"repo_name": "chiaming0914/awe-cpp-sdk",
"id": "86d269395c9742ea74d3b208bebb80433e81511d",
"siz... |
import './polyfills/objectAssign';
export { LogEventLevel } from './logEvent';
export { Logger } from './logger';
export { ConsoleSink } from './consoleSink';
export { BatchedSink } from './batchedSink';
export { DynamicLevelSwitch } from './dynamicLevelSwitch';
import { LoggerConfiguration } from './loggerConfig... | {
"content_hash": "377c48603bd9704140e83c03439a86b4",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 60,
"avg_line_length": 47,
"alnum_prop": 0.7375886524822695,
"repo_name": "structured-log/structured-log",
"id": "5d43749303b389f4981a20ca82ed986a7c134863",
"size": "423",
... |
Installs an iptables-based firewall for Linux.
Supports both IPv4 (`iptables`) and IPv6 (`ip6tables`).
This firewall aims for simplicity over complexity, and only opens a few specific ports for incoming traffic (configurable through Ansible variables).
If you have a rudimentary knowledge of `iptables` and/or firewalls... | {
"content_hash": "8e20a3b338bc4222be0ce95f4ffe87c3",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 185,
"avg_line_length": 33.245098039215684,
"alnum_prop": 0.712179298142141,
"repo_name": "DBrianKimmel/PyHouse-ansible",
"id": "818e95dc6bd4aa0d9129978a62c9fb214969aeae",
... |
<!DOCTYPE html>
<html>
<?php
require('side_menu.html');
?>
</section>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<sect... | {
"content_hash": "3d5e4e18e3b006727682349cb7222e7b",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 140,
"avg_line_length": 38.009661835748794,
"alnum_prop": 0.5718098627351297,
"repo_name": "punithsr27/PHC",
"id": "7a2eebbab85bd8b09116564978332ae0b5b645a4",
"size": "786... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Humaria peckii House
### Remarks
null | {
"content_hash": "7aa4ed591e23317d12b249f94f497575",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 20,
"avg_line_length": 9.615384615384615,
"alnum_prop": 0.704,
"repo_name": "mdoering/backbone",
"id": "cd07b4b171e3bfd35d3a1ed8f48ef14fdc8c4030",
"size": "179",
"binary"... |
if [ "$#" -ne 2 ]; then
echo "Distributed and decentralized workflow execution test using the HyperFlow REST API."
echo
echo "Usage:"
echo "1. Run the 1st HyperFlow server: hflow start-server ( -> runs on port1)"
echo "2. Run the 2nd HyperFlow server: hflow start-server ( -> runs on port2)"
echo "3. Then ru... | {
"content_hash": "6dbced666c07ac8fc2c4303dc341c645",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 122,
"avg_line_length": 43.23529411764706,
"alnum_prop": 0.6716553287981859,
"repo_name": "dice-cyfronet/hyperflow",
"id": "4e94e5405600005cef20e11c1e7e9b2f369e0ba4",
"size... |
using namespace SpaceLabyrinthDX12;
ApplicationDX12DeviceResources::ApplicationDX12DeviceResources(const std::shared_ptr<DX::DeviceResources>& deviceResources) :
m_deviceResources(deviceResources)
{
}
| {
"content_hash": "0e1cc697f9e5e952842247d3cc038cd8",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 125,
"avg_line_length": 33.833333333333336,
"alnum_prop": 0.8472906403940886,
"repo_name": "ThomasBates/Turbo2",
"id": "fc157eff5d8c71ba61b6e8f0fd04d9289ed4c9df",
"size": "2... |
"use strict";
/**
* @fileOverview Provides a parser for IMAP line based commands
* @author Andris Reinman
*/
var Stream = require("stream").Stream,
utillib = require("util");
// expose to the world
module.exports = IMAPLineParser;
/**
* Creates a reusable parser for parsing. It is a writable stream for pipi... | {
"content_hash": "73d45e31ce9ce01b0fe31eed9c5c8fb1",
"timestamp": "",
"source": "github",
"line_count": 463,
"max_line_length": 110,
"avg_line_length": 30.138228941684666,
"alnum_prop": 0.5093879891070661,
"repo_name": "javiergarmon/inbox",
"id": "7a9ca7dcf2b32cfb529849094563d90f2d22aa62",
"size": ... |
/**************************************************//**
@file include/pars0opt.h
Simple SQL optimizer
Created 12/21/1997 Heikki Tuuri
*******************************************************/
#ifndef pars0opt_h
#define pars0opt_h
#include "univ.i"
#include "que0types.h"
#include "usr0types.h"
#include "pars0sym.h"
... | {
"content_hash": "e7324be8f93e415c73e9a9fbfa061011",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 77,
"avg_line_length": 31.23728813559322,
"alnum_prop": 0.5670103092783505,
"repo_name": "jonzobrist/Percona-Server-5.1",
"id": "42d956068f8f938f72ea76d05ecdc55c8f3d6438",
... |
using Demic.Enums;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demic.Classes
{
class MedicPlayer : Player
{
public override PlayerRole Role
{
get { return PlayerRole.MEDIC; }
}
public... | {
"content_hash": "28ee2cf40ea4f6c36f2cdda63013e540",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 44,
"avg_line_length": 16.545454545454547,
"alnum_prop": 0.6098901098901099,
"repo_name": "BeastNaylor/Demic",
"id": "7fa51a3852c03e122abf47499fd31321b3a938ee",
"size": "36... |
#if !defined(FINALFART_H)
/*
TODO(ornitorrincco): Services that the platform layer provides to the game
*/
/*
Note(ornitorrincco): Services that the game provides to the platform layer.
(Thus may expand in the future - spund on separate thread, etc.)
*/
// FOUR THINGS - timing, controller/keyboard input, ... | {
"content_hash": "e72c96f87e3afaf3c6cdcc33a4483c6f",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 93,
"avg_line_length": 26.548387096774192,
"alnum_prop": 0.7193195625759417,
"repo_name": "ornitorrincco/graphics",
"id": "6be5f5b17083697cd4fa6e921a800ec1c7cfd6ec",
"size"... |
<?php
/**
* Webservice XmlRpc adapter
*
* @category Mage
* @package Mage_Api
* @author Magento Core Team <core@magentocommerce.com>
*/
class Mage_Api_Model_Server_Adapter_Xmlrpc
extends Varien_Object
implements Mage_Api_Model_Server_Adapter_Interface
{
/**
* XmlRpc Ser... | {
"content_hash": "68229b5e96ad14467cf51397b8213ab9",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 113,
"avg_line_length": 26.278846153846153,
"alnum_prop": 0.5550676911818514,
"repo_name": "almadaocta/lordbike-production",
"id": "6a5c158888a0c6bd7aa6fafff86da2f567c62fc4"... |
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.adobe.myconference.app.MainActivity" >
<item android:id="@+id/action_settings"
android:title="@string/action_sett... | {
"content_hash": "ff17fe8eefd69289c78ad79c71d26537",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 64,
"avg_line_length": 45.333333333333336,
"alnum_prop": 0.6911764705882353,
"repo_name": "arumsey/android-managed-content",
"id": "b4320e2db7a7e501550113562093ebe0e484eae2",
... |
<!DOCTYPE html>
<html>
<head>
<title>500 Error</title>
<link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />
</head>
<body>
<div id="error">
<p>500 Error: We're sorry, a server error has occurred.</br>
Return to the <a href="/">main page</a>.</p>
</div>
<div id="f... | {
"content_hash": "301f784662a5663a5e43e9d352a5ce37",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 74,
"avg_line_length": 29,
"alnum_prop": 0.5842911877394636,
"repo_name": "dhermes/persistent-cal-golang",
"id": "efc92d3ed77fef658885d4ddc2149751a6548637",
"size": "522",
... |
runtest() {
export GEMFIRE_BUILD=$1
export GEMFIRE=$GEMFIRE_BUILD/product
export LD_LIBRARY_PATH=$GEMFIRE/../hidden/lib:$GEMFIRE/lib
export JTESTS=$GEMFIRE/../tests/classes
export CLASSPATH=$GEMFIRE/lib/gemfire.jar:$JTESTS
export JAVA_HOME=/export/gcm/where/jdk/1.6.0_17/x86_64.linux
echo "Running $2 with ... | {
"content_hash": "a3a8a54a39f3cf4daeb33fd7e98c4e83",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 106,
"avg_line_length": 37.2,
"alnum_prop": 0.6727150537634409,
"repo_name": "gemxd/gemfirexd-oss",
"id": "c63cd5aa1d3158068ceab5c43b21c50545bdce46",
"size": "1499",
"bin... |
using System;
using Microsoft.SPOT.Hardware;
namespace Toolbox.NETMF.Hardware
{
/// <summary>.NETMF 4.2 AnalogInput wrapper</summary>
public class IntegratedADC : IADCPort
{
/// <summary>Reference to the ADC port</summary>
private AnalogInput _port;
/// <summary>Defines a ADC pin<... | {
"content_hash": "cfd1828647736700d264a09b9fdbfc80",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 98,
"avg_line_length": 27.90625,
"alnum_prop": 0.6002239641657335,
"repo_name": "JakeLardinois/NetMF.Toolbox",
"id": "da0bdbb953fad69d1e2090c0189b69a905d74612",
"size": "15... |
#ifndef _ASN_H_
#define _ASN_H_
#include "ctypes.h"
typedef CUnswType AsnIdType;
typedef CUnswType AsnLanguageType;
typedef CUnslType AsnTagType;
typedef CIntsType AsnLengthType;
#define asnLengthIndef ((AsnLengthType) -1)
typedef CUnssType AsnIndexType;
typedef CIntlType AsnNumberType;
typedef... | {
"content_hash": "9e9c0b4ef8979f5674825256278fcc97",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 97,
"avg_line_length": 26.95959595959596,
"alnum_prop": 0.766579243162233,
"repo_name": "impedimentToProgress/UCI-BlueChip",
"id": "a999398c7ce368ab657a84299b7a4e17f41ac968",... |
require "easy_diff"
module Crowbar
module Client
module Command
module Node
#
# Implementation for the node powercycle command
#
class Powercycle < Base
def request
@request ||= Request::Node::Powercycle.new(
args.easy_merge(
... | {
"content_hash": "43c3fe38a7b5943b21aaad3d065d44d0",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 72,
"avg_line_length": 22.97142857142857,
"alnum_prop": 0.47139303482587064,
"repo_name": "crowbar/crowbar-client",
"id": "e3e3f77bbba2ce9519b3985a0b6b2033b9aabe5e",
"size"... |
<!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_06) on Mon May 04 14:55:35 CEST 2009 -->
<TITLE>
ch.ethz.mxquery.query.impl
</TITLE>
<META NAME="date" CONTENT="2009-05-04">
<LINK REL ="stylesheet... | {
"content_hash": "d75ede69bc061d297283164f0765325d",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 176,
"avg_line_length": 40.75471698113208,
"alnum_prop": 0.6166666666666667,
"repo_name": "dayler/MXQueryDemo",
"id": "08d23a8c551400395dfe7b89b4770edc92f2e374",
"size": "... |
/* LICENSE_BEGIN
MIT License
SPDX:MIT
https://spdx.org/licenses/MIT
See LICENSE.txt file in the top level directory.
LICENSE_END */
#include <cassert>
#include <iostream>
#include <ifaddrs.h>
#include <net/if.h>
#include <sys/types.h>
#include "zed5/core/base/base.h"
#include "zed5/core/base/posi... | {
"content_hash": "1d3096d6f700c9d6f7ed95a6b28eb191",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 67,
"avg_line_length": 19.583333333333332,
"alnum_prop": 0.6791489361702128,
"repo_name": "ekline/zed5",
"id": "1268a18e7a72e8fcbf18e30f15687e9e96bf1640",
"size": "1175",
... |
declare namespace Bokeh {
interface ViewOptions<ModelType extends Model> {
model: ModelType;
id?: string;
el?: HTMLElement | JQuery;
}
class BokehView<ModelType extends Model> {
constructor(options?: ViewOptions<ModelType>);
model: ModelType;
id: string;
el... | {
"content_hash": "0db0b940cd15c401fa24bf34c7c71859",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 62,
"avg_line_length": 22.714285714285715,
"alnum_prop": 0.59958071278826,
"repo_name": "ptitjano/bokeh",
"id": "8e31b0ae026903cb5b2a92ea026785c36de99444",
"size": "477",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Creative - Start Bootstrap Them... | {
"content_hash": "4a3fcaaf3d9650f24b6c7edf1d5089b7",
"timestamp": "",
"source": "github",
"line_count": 281,
"max_line_length": 260,
"avg_line_length": 46.08896797153025,
"alnum_prop": 0.4600416956219597,
"repo_name": "pacogomezarnal2/cursoGit",
"id": "639d793fece8eb8e6866cdfa05b7604cc6a613f1",
"si... |
from appengine.memcache.guestbook import main
from tests import DatastoreTestbedCase
import webapp2
class TestHandlers(DatastoreTestbedCase):
def test_hello(self):
# Build a request object passing the URI path to be tested.
# You can also pass headers, query arguments etc.
request = webap... | {
"content_hash": "fba96662218962f768877fcc7d6fb38b",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 67,
"avg_line_length": 33.5625,
"alnum_prop": 0.7001862197392924,
"repo_name": "EricYangzhiHong/python-docs-samples",
"id": "b9747929d070e49769b230bd4df3ec938bd1cc9b",
"siz... |
module Azure::Relay::Mgmt::V2017_04_01
module Models
#
# Defines values for SkuTier
#
module SkuTier
Standard = "Standard"
end
end
end
| {
"content_hash": "0c12cf939dc7fb11e33e7eacf172de27",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 38,
"avg_line_length": 16.5,
"alnum_prop": 0.6181818181818182,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "b1048afc6285eab703316768986f390882d4b62f",
"size": "329",
"... |
/** A chain represents a list of unresolved jumps. Jump locations
* are sorted in decreasing order.
*/
public static class Chain {
/** The position of the jump instruction.
*/
public final int pc;
/** The machine state after the jump instruction.
* Invariant: all elements of a chain li... | {
"content_hash": "17fadc644c5b4f889aac0e5aa105b22c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 69,
"avg_line_length": 24.125,
"alnum_prop": 0.6207253886010363,
"repo_name": "codefollower/Open-Source-Research",
"id": "ad24906d294174709898309e28e280a60353cce5",
"size":... |
#ifndef __TURN_SERVER__
#define __TURN_SERVER__
#include "ns_turn_utils.h"
#include "ns_turn_session.h"
#ifdef __cplusplus
extern "C" {
#endif
//////////// defines //////////////
#define TURN_SESSION_ID_FACTOR (1000000000000000LL)
//////////// ALTERNATE-SERVER /////////////
struct _turn_server_addrs_list {
ioa... | {
"content_hash": "bf971be5d1a8b3c908ce2203e1407787",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 234,
"avg_line_length": 30.029411764705884,
"alnum_prop": 0.6793992817499184,
"repo_name": "michalliu/coturn",
"id": "3506e617f2f0155143d2251a0c3123a5acd83166",
"size": "7... |
package com.google.refine.browsing.facets;
import java.util.Properties;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONWriter;
import com.google.refine.browsing.FilteredRecords;
import com.google.refine.browsing.FilteredRows;
import com.google.refine.browsing.RecordFilter;
import co... | {
"content_hash": "46ab22ade73a11335e103e30267db25b",
"timestamp": "",
"source": "github",
"line_count": 269,
"max_line_length": 110,
"avg_line_length": 37.25650557620818,
"alnum_prop": 0.5967870684494113,
"repo_name": "DTL-FAIRData/FAIRifier",
"id": "10669b35e1c10d31c96289523affec991d272c1e",
"size... |
Digicert-issuer Helm chart
--------------------------
Installs the [digicert-issuer](https://github.com/sapcc/digicert-issuer), an external issuer to be used with the cert-manager.
| {
"content_hash": "c85795b130ddd4ebf0b8748c975a7c98",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 126,
"avg_line_length": 45.5,
"alnum_prop": 0.6758241758241759,
"repo_name": "sapcc/helm-charts",
"id": "11b3741b75b237ca51c45ca554386879792cca88",
"size": "182",
"binary"... |
package com.navercorp.pinpoint.common.server.bo.codec.strategy;
import com.navercorp.pinpoint.common.buffer.AutomaticBuffer;
import com.navercorp.pinpoint.common.buffer.Buffer;
import com.navercorp.pinpoint.common.buffer.FixedBuffer;
import org.junit.Assert;
import java.util.ArrayList;
import java.util.List;
import... | {
"content_hash": "db3d28ba7e3d43ba585b2ec8c7ecb148",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 92,
"avg_line_length": 34.55223880597015,
"alnum_prop": 0.6259179265658747,
"repo_name": "87439247/pinpoint",
"id": "cbada76088ccbc74054203731374b5a8463ecc63",
"size": "290... |
window.addEventListener('DOMContentLoaded', function () {
'use strict';
var image = window.createCropperImage();
image.newCropper = new Cropper(image, {
strict: false,
built: function () {
var cropper = this.cropper;
QUnit.test('methods.reset', function (assert) {
var canvasData =... | {
"content_hash": "703d261e6c08fe05aee8651bf6b42e62",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 67,
"avg_line_length": 24.692307692307693,
"alnum_prop": 0.616822429906542,
"repo_name": "vinnymac/cropperjs",
"id": "e911f9182bf4267779d026ed13e0640cf88e8c42",
"size": "96... |
namespace novus
{
class IntersectionTests;
class CollisionDetector;
class RigidBody;
class CollisionPrimitive
{
friend class IntersectionTests;
friend class CollisionDetector;
public:
RigidBody* body;
//Offset relative to the rigidbody
Matrix4 offset;
void CalculateInternals();
Vector3 getAxis(unsigned int... | {
"content_hash": "85bcca1a274a15790f612776270b0058",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 53,
"avg_line_length": 13,
"alnum_prop": 0.7604035308953342,
"repo_name": "LeifNode/Novus-Engine",
"id": "cc0db57c9520386ce32e2200a78b34a057315e31",
"size": "1214",
"bina... |
package org.apache.pulsar.proxy.server;
import inet.ipaddr.IPAddress;
import inet.ipaddr.IPAddressString;
import inet.ipaddr.ipv4.IPv4Address;
import inet.ipaddr.ipv6.IPv6Address;
import io.netty.resolver.AddressResolver;
import java.net.InetSocketAddress;
import java.util.Arrays;
import java.util.Collections;
impor... | {
"content_hash": "68d69e5d516ccc09bf503cd33af04530",
"timestamp": "",
"source": "github",
"line_count": 164,
"max_line_length": 119,
"avg_line_length": 42.951219512195124,
"alnum_prop": 0.6000851788756388,
"repo_name": "yahoo/pulsar",
"id": "ab44e163bad92e80da40571747e643a7c204002f",
"size": "7852"... |
package io.apiman.test.integration.runner.handlers.entity;
import io.apiman.test.integration.runner.annotations.entity.Api;
import io.apiman.test.integration.runner.handlers.FieldAnnotationHandler;
import io.apiman.test.integration.runner.handlers.HandlerMap;
import io.apiman.test.integration.runner.restclients.enti... | {
"content_hash": "850750647c480c4f0662c70b87ed0a91",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 105,
"avg_line_length": 33.6875,
"alnum_prop": 0.7390228818800247,
"repo_name": "apiman/apiman-test",
"id": "e155135ce635e3355a6cf902824e07102aba5ecb",
"size": "2212",
"b... |
var datepicker_spawner = null
var calendarpicker_spawner = null
var units = {
w: 'week',
d: 'day',
M: 'month',
y: 'year'
}
function fixupPicker(obj) {
obj.addEventListener("focus", function(event){
$('html').on('hide.bs.dropdown', function (e) {
return false;
});
... | {
"content_hash": "5c83fe898361d662d8d16c0dc876c572",
"timestamp": "",
"source": "github",
"line_count": 724,
"max_line_length": 182,
"avg_line_length": 34.12292817679558,
"alnum_prop": 0.5270188221007893,
"repo_name": "rbowen/ponymail",
"id": "30ba568225289887270b74297280a329e1272611",
"size": "254... |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... | {
"content_hash": "7854c334e5a92b57960ab8586e1b1144",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 562,
"avg_line_length": 40.44583333333333,
"alnum_prop": 0.5757700628412485,
"repo_name": "kuhlenh/port-to-core",
"id": "14bcab2e71d3d0e51f502ee452b09f3a11900819",
"size":... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Colony Navigator 3</string>
<string name="preferences">Preferences</string>
<string name="search">Search</string>
<string name="visited">Visited</string>
<string name="active">Active</string>
<string name="layers">Layers... | {
"content_hash": "51d81925fb2f65fb31731a9e24e0947e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 76,
"avg_line_length": 44.78260869565217,
"alnum_prop": 0.6970873786407767,
"repo_name": "samcrow/ColonyNavigator3",
"id": "841f1e8c36732b5d621a17348c787f1dc029d24c",
"size... |
namespace Serenity.Services
{
public class SaveRequestHandler<TRow> : SaveRequestHandler<TRow, SaveRequest<TRow>, SaveResponse>,
ISaveHandler<TRow>
where TRow : class, IRow, IIdRow, new()
{
public SaveRequestHandler(IRequestContext context)
: base(context)
{
... | {
"content_hash": "14cae5e1c0a6aed860908eb4e22711dc",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 102,
"avg_line_length": 28.5,
"alnum_prop": 0.6052631578947368,
"repo_name": "volkanceylan/Serenity",
"id": "c78e5c7841505e0b2b8e43d25a2932457deb4156",
"size": "344",
"bi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.