text stringlengths 2 1.04M | meta dict |
|---|---|
.av201807-point-style-modifier-dialog {
background-color: white;
}
.av201807-point-style-modifier-dialog > div.reset-button {
position: absolute;
top: 5px;
right: 0px;
width: 20px;
height: 20px;
}
.av201807-point-style-modifier-dialog > div.reset-button > div {
position: absolute;
top:... | {
"content_hash": "d44d7220eec5a9a631de8425ad360d0b",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 82,
"avg_line_length": 23.21985815602837,
"alnum_prop": 0.6579108124618204,
"repo_name": "acorg/acmacs-map-draw",
"id": "2910d05b87c9588534e3b2581127f83fa111945d",
"size":... |
/**
*
*/
package com.jarp.tutorials.bigranchprohects.ch19;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.UUID;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONTokene... | {
"content_hash": "e58073d67f7c30bd65807458f971959c",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 72,
"avg_line_length": 15.926605504587156,
"alnum_prop": 0.6849078341013825,
"repo_name": "imjarp/big-ranch-examples",
"id": "78bd114b00c45488d1a4f42fd4b999a1fa00a057",
"s... |
import unittest
from autothreadharness.harness_case import HarnessCase
class SED_6_2_1(HarnessCase):
role = HarnessCase.ROLE_SED
case = '6 2 1'
golden_devices_required = 2
def on_dialog(self, dialog, title):
pass
if __name__ == '__main__':
unittest.main()
| {
"content_hash": "89b16775885879111ed5684e384a7c4f",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 54,
"avg_line_length": 18.125,
"alnum_prop": 0.6482758620689655,
"repo_name": "turon/openthread",
"id": "8f340d829ad624e0ce565f65815472b997f1c56d",
"size": "1872",
"binar... |
package com.mcleodmoores.starling.client.marketdata;
import org.joda.convert.FromString;
import com.opengamma.util.AbstractNamedInstanceFactory;
import com.opengamma.util.ArgumentChecker;
/**
* Factory for creating and registering named instances of DataField.
* This pattern is used because it saves memory and mo... | {
"content_hash": "9e6ad70c47e2f7c0b203880ba6ae0e72",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 106,
"avg_line_length": 29.341463414634145,
"alnum_prop": 0.7265170407315046,
"repo_name": "McLeodMoores/starling",
"id": "b8927ad87af73299d8c326b506d4c8baaecae5ff",
"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_29) on Wed Jan 01 17:06:44 EST 2014 -->
<TITLE>
Character (2013 FRC Java API)
</TITLE>
<META NAME="date" CONTENT="2014-01-01">
<LINK REL... | {
"content_hash": "a2442df7fbe9fd34326d9b6bcb925054",
"timestamp": "",
"source": "github",
"line_count": 696,
"max_line_length": 385,
"avg_line_length": 41.145114942528735,
"alnum_prop": 0.6315256486363795,
"repo_name": "VulcanRobotics/Vector",
"id": "ea5ccbc42098959937c48349871883be43b54d5a",
"size... |
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate... | {
"content_hash": "f7904807365ad3e8065febe4367570e0",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 182,
"avg_line_length": 41,
"alnum_prop": 0.6441697293685266,
"repo_name": "Spect-AR/Spect-AR",
"id": "b4470d202eb884340d983c4d3a9eb63a5b6467e7",
"size": "2993",
"binary"... |
package com.miraclewong.viewpagertest;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.view.ViewGroup;
import java.util.List;
public class MyFragmentPagerAdapter2 extends FragmentStatePagerAdapter {
pr... | {
"content_hash": "2e99c3bc15871a18a61d49fc4731490c",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 105,
"avg_line_length": 27.897959183673468,
"alnum_prop": 0.7008046817849305,
"repo_name": "MiracleWong/AndroidAdvancedWidget",
"id": "df653b92c318031b17bc3fc4670fe9200e4228f... |
namespace spirea {
namespace detail { namespace {
struct ihdr_t
{
png_uint_32 width, height;
int bit_depth;
int color_type;
int interlace_method;
int compression_method;
int filter_method;
};
template <typename Image>
constexpr int get_color_space() noexcept
{
using color_type = typename Image::... | {
"content_hash": "a8e62e226d92d053cb1bbbbff1672246",
"timestamp": "",
"source": "github",
"line_count": 347,
"max_line_length": 156,
"avg_line_length": 24.52449567723343,
"alnum_prop": 0.5989424206815511,
"repo_name": "LNSEAB/spirea",
"id": "7fa16b0cb320460a1b942a29393c54473bb70be3",
"size": "9051"... |
Net-Ganeti
==========
Control your Ganeti cluster with Perl
| {
"content_hash": "660ed5858f109a410b118dbfe388b0c2",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 38,
"avg_line_length": 15.5,
"alnum_prop": 0.6612903225806451,
"repo_name": "jorisd/Net-Ganeti",
"id": "5488bf6824be468b98f67c60956ead3891269ce3",
"size": "62",
"binary": ... |
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Text;
using Approve.RuleCenter;
using Approv... | {
"content_hash": "db1f74336c522dd3b3044136a4db6901",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 161,
"avg_line_length": 31.6046511627907,
"alnum_prop": 0.6033848417954378,
"repo_name": "coojee2012/pm3",
"id": "e300e408aac59c3f4d360c258a3a0faa84065d98",
"size": "4129"... |
package blackberry.io.dir;
import java.util.Enumeration;
import javax.microedition.io.file.FileSystemRegistry;
import blackberry.core.ScriptableFunctionBase;
/**
* JavaScript function class - retrieves the root directories available
*/
public final class GetRootDirsFunction extends ScriptableFunction... | {
"content_hash": "116b069a1c24c5c25d985ee94bf1d659",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 83,
"avg_line_length": 29.555555555555557,
"alnum_prop": 0.5670426065162907,
"repo_name": "marek/WebWorks",
"id": "e9c99a5cf6274a7c91cd8659f666a6c5074584b8",
"size": "2207"... |
simple-metronome
================
An amateurish metronome I did a very, very long time ago. GUI allows for tempo & time signature configuration.
| {
"content_hash": "6a043491b0c910f966d5ca9c523f1227",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 110,
"avg_line_length": 36.5,
"alnum_prop": 0.7054794520547946,
"repo_name": "g-andrade/simple-metronome",
"id": "e27ea227745ff971cbcd381b054d467181aa0644",
"size": "146",
... |
namespace lug {
namespace Graphics {
namespace Vulkan {
namespace API {
DescriptorPool::DescriptorPool(VkDescriptorPool descriptorPool, const Device* device) : _descriptorPool(descriptorPool), _device(device) {}
DescriptorPool::DescriptorPool(DescriptorPool&& descriptorPool) {
_descriptorPool = descriptorPool._de... | {
"content_hash": "ce1da69b85b13fbccc466be0e6207670",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 139,
"avg_line_length": 25.204545454545453,
"alnum_prop": 0.715058611361587,
"repo_name": "Lugdunum3D/Lugdunum",
"id": "cecb62b826e4000b2b8e3622e684532301e3f9f6",
"size": "... |
import test from 'tape-catch';
import testUtils from 'vtk.js/Sources/Testing/testUtils';
import vtkColorTransferFunction from 'vtk.js/Sources/Rendering/Core/ColorTransferFunction';
import vtkHttpDataSetReader from 'vtk.js/Sources/IO/Core/HttpDataSetReader';
import 'vtk.js/Sources/Rendering/Misc/RenderingAPIs';
import ... | {
"content_hash": "fdcf357836cc31ed83d00ca90890f8cf",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 93,
"avg_line_length": 36.71287128712871,
"alnum_prop": 0.7348975188781014,
"repo_name": "Kitware/vtk-js",
"id": "49ed07754cc61609487ddaae4f922aefdf4830c5",
"size": "3708"... |
class CreateWatchedEpisodes < ActiveRecord::Migration
def change
create_table :watched_episodes do |t|
t.references :user, index: true, foreign_key: true
t.references :episode, index: true, foreign_key: true
t.timestamps null: false
end
end
end
| {
"content_hash": "7bde7cac3b2df3f4f6d67c62d25238cd",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 59,
"avg_line_length": 27.6,
"alnum_prop": 0.6992753623188406,
"repo_name": "NextEpisode/NextEpisode",
"id": "c1c736d39837a3af862021bd965953d7f9942068",
"size": "276",
"b... |
<div class="navbar navbar-default " role="navigation">
<div class="container">
<div class="navbar-header ">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">ngStartup</span></span>
<span class="icon-bar"></span... | {
"content_hash": "c3fd0c884f5bf086b689bfcc18941227",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 114,
"avg_line_length": 43.421052631578945,
"alnum_prop": 0.6,
"repo_name": "corley/ng-startup",
"id": "27585aa8e7b76db00ad4084c2f4742fcebf6ab47",
"size": "826",
"binary"... |
pywikibot.data package
======================
.. automodule:: pywikibot.data
Submodules
----------
pywikibot.data.api module
-------------------------
.. automodule:: pywikibot.data.api
pywikibot.data.mysql module
---------------------------
.. automodule:: pywikibot.data.mysql
pywikibot.data.sparql module
-----... | {
"content_hash": "0d28646540f07882ec5abd03b30373d2",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 40,
"avg_line_length": 16.96551724137931,
"alnum_prop": 0.5426829268292683,
"repo_name": "PersianWikipedia/pywikibot-core",
"id": "038c439bdd029a4f31493b9bef925a805c6f7f1a",
... |
package it.cnr.isti.zigbee.util;
/**
*
* @author <a href="mailto:stefano.lenzi@isti.cnr.it">Stefano "Kismet" Lenzi</a>
* @author <a href="mailto:francesco.furfari@isti.cnr.it">Francesco Furfari</a>
* @version $LastChangedRevision$ ($LastChangedDate$)
* @since 0.1.0
*
*/
public class NetworkAddress {
publi... | {
"content_hash": "cdc8e881e3ec183bfa065cda6c487219",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 80,
"avg_line_length": 20.229166666666668,
"alnum_prop": 0.6673532440782698,
"repo_name": "cdealti/zb4osgi",
"id": "2dc13b1e92ba7c0929356ce6f0173ed04bb43bb3",
"size": "1790... |
package cloudidentity // import "google.golang.org/api/cloudidentity/v1"
import (
"bytes"
"context"
"encoding/json"
"errors"
"fmt"
"io"
"net/http"
"net/url"
"strconv"
"strings"
googleapi "google.golang.org/api/googleapi"
internal "google.golang.org/api/internal"
gensupport "google.golang.org/api/internal... | {
"content_hash": "345b616320da1666b992375ff21e8db6",
"timestamp": "",
"source": "github",
"line_count": 9952,
"max_line_length": 999,
"avg_line_length": 39.77471864951769,
"alnum_prop": 0.7140800024252346,
"repo_name": "google/google-api-go-client",
"id": "e58ca6bebdaeea459e3fe08417c9362c976908b1",
... |
<?php
/* TwigBundle:Exception:error.js.twig */
class __TwigTemplate_5b8ad47caea4a6b1ca300bd82e64a15a0164e9b19d912dba466563f9c4667a76 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
... | {
"content_hash": "d5280933cad1dcb7780da2078a278df1",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 129,
"avg_line_length": 23.244444444444444,
"alnum_prop": 0.5755258126195029,
"repo_name": "xbantcl/SymfonyProject",
"id": "579483693b070079f8435c7872982d6e0137d7e6",
"size... |
.. _developer_guide:
Developer Guide
===============
.. toctree::
:maxdepth: 2
architecture.rst
api.rst | {
"content_hash": "309ae4ccba1bd6dcbaaa4ccee7444b5b",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 20,
"avg_line_length": 10.545454545454545,
"alnum_prop": 0.5603448275862069,
"repo_name": "bsipocz/glue",
"id": "e8872a6632a2675bd5a1a698b313c32d9cb4e8a3",
"size": "116",
... |
package org.apache.batik.ext.awt.g2d;
import java.awt.geom.AffineTransform;
/**
* Contains a description of an elementary transform stack element,
* such as a rotate or translate. A transform stack element has a
* type and a value, which is an array of double values.<br>
*
* @author <a href="mailto:vincent.hard... | {
"content_hash": "8ed284a068f9c8945338e6df16c7735f",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 106,
"avg_line_length": 35.51322751322751,
"alnum_prop": 0.5807508939213349,
"repo_name": "apache/batik",
"id": "1c5aef82ca0210feab5877fa1a558b2a95537490",
"size": "7511",... |
module BLE
# Adapter class
# Adapter.list
# a = Adapter.new('hci0')
# a.start_discover ; sleep(10) ; a.stop_discovery
# a.devices
#
class Adapter
# Return a list of available unix device name for the
# adapter installed on the system.
# @return [Array<String>] list of unix device name
def self.l... | {
"content_hash": "69d545f16ca4433cf2c5d9cc869f087c",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 74,
"avg_line_length": 29.882716049382715,
"alnum_prop": 0.5860359429869861,
"repo_name": "sdalu/ruby-ble",
"id": "1ceb17aee88cd14cdf29b0504296060cfcd49040",
"size": "4841... |
Repository for ISTE 422 -- Application Development Practices
##Exercise 3
For this exercise, you will need to accommplish the following tasks
1. Clone this repository
2. Checkout the Excercise 3 branch
* you will notice 3 directories, _src_, _cvsroot_, and _svnrepo_
* the _src_ directory contains the Java source co... | {
"content_hash": "823e5db69e9766d73399619cf2e1c30b",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 102,
"avg_line_length": 54.833333333333336,
"alnum_prop": 0.7629179331306991,
"repo_name": "Elitecuervo/iste422-exercise3",
"id": "f85715a9b2f0c501fe0d8c8bd818dfc7399db7e3",
... |
DEM to STL
==========
This repository contains Python scripts for converting the CDED flavour of DEM (Digital Elevation Model) files to 2D Bitmaps and 3D STL files. CDED stands for Canadian Digital Elevation Model, and is generally used to describe topographical surveys of various regions within Canada. Example: [CDED... | {
"content_hash": "b7374959ab7086ef19b740f59b4c1045",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 425,
"avg_line_length": 39.563380281690144,
"alnum_prop": 0.7461730153079388,
"repo_name": "IdeaShakerLab/dem-to-stl",
"id": "f7560ec41a2bdee45697a3c5dbf139cf21de5ce6",
"si... |
<?php
class MySQL
{
private static $link;
//
public static function connect($user, $password, $host, $schema)
{
self::$link = new mysqli($host, $user, $password, $schema);
/*
if(!self::$connection)
{
die('Database disaster!');
}
*/
/* check connection */
if (mysqli_connect_errno()) {
... | {
"content_hash": "2b224b6c77569537a7d9c5c7f99e9c7a",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 214,
"avg_line_length": 17.480392156862745,
"alnum_prop": 0.588334268087493,
"repo_name": "danielrhodeswarp/Mapanese",
"id": "69b42fcf7cd5032459bd2d4e7c1ac7e65473e941",
"s... |
package nz.strydom.gross;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
im... | {
"content_hash": "3c18f57d6e99dde7705c2bb099c81559",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 71,
"avg_line_length": 27.956521739130434,
"alnum_prop": 0.8304821150855366,
"repo_name": "STRiDGE/gross-re",
"id": "8f17413974b2ec483b7696da73827bd775b53fbf",
"size": "643... |
import './developer-bar.scss'
/**
* Component Definition
*
* @export
* @class AngularLogo
* @implements {ng.IComponentOptions}
*/
export class DeveloperBar implements ng.IComponentOptions {
/**
* Controller used with Component
*
* @type {Function}
*/
public controller: Function = DeveloperBarCo... | {
"content_hash": "a0ae6400fbbba0e0b28fa8d2cff694d9",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 84,
"avg_line_length": 21.073170731707318,
"alnum_prop": 0.609375,
"repo_name": "andrew-hamilton-dev/angular-1.5-typescript-seed",
"id": "18a910322ce61dc679e7d96a0927b57cc13c... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hammer-tactics: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | {
"content_hash": "de78ffca6d054066364a7f1376bee3ac",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 159,
"avg_line_length": 40.24022346368715,
"alnum_prop": 0.5558794946550049,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "4a123e80d21d4774183849f1d23df65079a7457a",
... |
void add_tests_track_cache(void);
void add_test_track_cache(const char *test_name, void (*test)(sem_track_cache* track_cache, const void* data));
void test_track_cache_setup(sem_track_cache* track_cache, const void* data);
void test_track_cache_teardown(sem_track_cache* track_cache, const void* data);
#endif
| {
"content_hash": "081ddb6ba3dd1b17f86f412cf43a915d",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 111,
"avg_line_length": 39.125,
"alnum_prop": 0.7476038338658147,
"repo_name": "hertzsprung/semaphore",
"id": "a2693fe18ab71dc4ea90514eacf6f331b7f3c5c2",
"size": "406",
"b... |
@interface GroupKVORefreshView : UIView
@property (nonatomic, copy) void(^didTriggerRefreshBlock)(void);
@property (nonatomic, copy) BOOL(^canRefresh)(void);
+ (instancetype)refreshView;
- (void)endRefresh;
- (void)beginRefresh;
@end
| {
"content_hash": "636590f3343487da0ed5d84e215bafbf",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 64,
"avg_line_length": 33.42857142857143,
"alnum_prop": 0.7692307692307693,
"repo_name": "hellochenms/MHelloListUI",
"id": "ca5473129a5739b5dbb1db7be9b6f7660854382b",
"size"... |
require 'rspec-puppet'
fixture_path = File.expand_path(File.join(__FILE__, '..', 'fixtures'))
$: << File.join(fixture_path, 'modules/module-data/lib')
RSpec.configure do |c|
c.module_path = File.join(fixture_path, 'modules')
c.manifest_dir = File.join(fixture_path, 'manifests')
c.hiera_config = File.join(fixtu... | {
"content_hash": "a216697629b50d8c900ae895d6949406",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 70,
"avg_line_length": 31.318181818181817,
"alnum_prop": 0.5732946298984035,
"repo_name": "exedre/my-boxen",
"id": "e2f60938eb3752e834e7993284a7ac2e4d29cf74",
"size": "689"... |
//
namespace Demo.Library.Algorithms.Cardinality
{
/// <summary>
/// Estimator for the number of unique elements in a set
/// </summary>
/// <typeparam name="T">The type of elements in the set</typeparam>
public interface ICardinalityEstimator<in T>
{
/// <summary>
/// ... | {
"content_hash": "f3eb19861267cc1a9fd9d59ae6e55784",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 109,
"avg_line_length": 34.6551724137931,
"alnum_prop": 0.5900497512437811,
"repo_name": "volak/DDD.Enterprise.Example",
"id": "7307289ca80096bb47230d243818ca364cda0b29",
"... |
"use strict";
var config = require( "#redis" );
var redis = require( "redis" );
var client = redis.createClient( config.port, config.host, config.options );
var urlparser = require( ":urlParser" );
client.on( "error", function( err ) {
console.log( "Redis Error:" );
console.log( err );
} );
var cache = {
url2key:... | {
"content_hash": "61d339dba3c142b5bb220f9013ab246b",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 87,
"avg_line_length": 26.257142857142856,
"alnum_prop": 0.5484221980413493,
"repo_name": "creative-area/cache-url-interface",
"id": "9dd757cd9ff40b77fee564c59d1bbb7ba42fe730... |
import { CurrencyShekel24 } from "../../";
export = CurrencyShekel24;
| {
"content_hash": "48887b7972e65e65fa5f2419aa753200",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 42,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.676056338028169,
"repo_name": "markogresak/DefinitelyTyped",
"id": "af842ee34b99488a527baf54d96ad170e621dfe9",
"si... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE DvfsHintList [
<!ELEMENT DvfsHintList (Hint?,TspHint+)>
<!ELEMENT Hint EMPTY>
<!ELEMENT TspHint EMPTY>
<!ATTLIST TspHint
scenario_name CDATA #REQUIRED
level CDATA #REQUIRED
head CDATA #IMPLIED
tail CDATA #IMPLIED>
]>
<DvfsHintLis... | {
"content_hash": "091dab39d4acc939db66a2f3dc3a2c0a",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 53,
"avg_line_length": 27.767857142857142,
"alnum_prop": 0.557556270096463,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "c3094c5965a79211427dbf86179d9c8e46cc91ed",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content... | {
"content_hash": "5bbbe647ac491189f78401176b32d955",
"timestamp": "",
"source": "github",
"line_count": 493,
"max_line_length": 999,
"avg_line_length": 37.78701825557809,
"alnum_prop": 0.6007837243008213,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "5c319ca0b6d81605fd62d9cfb49a36ec5f8ca81... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Policy xmlns="urn:oasis:names:tc:xacml:3.0:core:schema:wd-17" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" PolicyId="urn:oasis:names:tc:xacml:2.0:conformance-test:IIC226:policy" RuleCombiningAlgId="urn:oasis:names:tc:xacml:3.0:rule-combining-algorithm:den... | {
"content_hash": "9b49514f88f726f266061133f969f62e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 293,
"avg_line_length": 77.95652173913044,
"alnum_prop": 0.6965978806469604,
"repo_name": "authzforce/core",
"id": "94360aef36ea11c0ba7dd3e2154afa458004cd62",
"size": "1793... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Peserta_model extends CI_Model {
public $table = 'peserta';
public function read_all_peserta($limit=0, $offset=0) {
$this->db->where('is_deleted',0);
$query = $this->db->get($this->table, $limit, $offset);
return $query;
}
public... | {
"content_hash": "3deca9a1594c5e9d730b6852005d4f79",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 130,
"avg_line_length": 30.625,
"alnum_prop": 0.6282574568288855,
"repo_name": "febrianimanda/portal",
"id": "8155224c7b21b752507c01c21a2fd5ce91603fed",
"size": "3185",
... |
package zipkinreceiver
import (
"net/http"
"testing"
"time"
"github.com/openzipkin/zipkin-go/proto/zipkin_proto3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.opentelemetry.io/collector/pdata/pcommon"
"go.opentelemetry.io/collector/pdata/ptrace"
conventions "go.opentelemetry... | {
"content_hash": "4d55ee9e2a063e3e41a2ab756c011f96",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 158,
"avg_line_length": 46.20710059171598,
"alnum_prop": 0.7072608528620822,
"repo_name": "open-telemetry/opentelemetry-collector-contrib",
"id": "7e523f42eaa48ad22150ce092c... |
using System.Collections.Generic;
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.Compute.Models
{
public partial class VirtualMachineScaleSetVMListResult
{
internal static VirtualMachineScaleSetVMListResult DeserializeVirtualMachineScaleSetVMListResult(JsonElement element)
... | {
"content_hash": "5ca3d817142e364825ce6cebe6bf52ff",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 125,
"avg_line_length": 37.044444444444444,
"alnum_prop": 0.4913017396520696,
"repo_name": "stankovski/azure-sdk-for-net",
"id": "957436792739b2187fec52e0dc86a64869b3685e",
... |
<?php
namespace ProophTest\Link\ProcessManager\Mock\ProcessingType;
use Prooph\Processing\Type\AbstractCollection;
use Prooph\Processing\Type\Description\Description;
use Prooph\Processing\Type\Description\NativeType;
use Prooph\Processing\Type\Prototype;
final class ArticleCollection extends AbstractCollection
{
... | {
"content_hash": "f381482133e0b8214ab2f8279da1238c",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 112,
"avg_line_length": 25.25,
"alnum_prop": 0.7066831683168316,
"repo_name": "prooph/link-process-manager",
"id": "3e2226a35882a0a609fcde340fd3e2b37da2817e",
"size": "1069... |
{% extends 'catalog/base.html' %}
{% load static %}
{% block content %}
<div style="text-align:center;">
<h3>404 - File Not Found</h3>
<a href="http://nincatalog.com"><img src="{% static 'catalog/img/strobelight.jpg' %}"></a>
</div>
{% endblock %}
| {
"content_hash": "ee516ed745b5ea171c2bf992399cbba5",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 90,
"avg_line_length": 27.666666666666668,
"alnum_prop": 0.6265060240963856,
"repo_name": "bgalbraith/nincatalog",
"id": "9d205accdb8fac34b2d1ca9f1ff62c3ebccbddc5",
"size": ... |
A port of 'assert' for cortex from node.js, make your node code run in browsers.
## Usage
[Node.js Assertion Testing](http://nodejs.org/api/assert.html) | {
"content_hash": "880a6f0912ad85aa0ab03aba7d1473d6",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 80,
"avg_line_length": 30.8,
"alnum_prop": 0.7402597402597403,
"repo_name": "cortex-packages/browser-assert",
"id": "0cbbc7e882dd9886bc1e5b76d69244ae78a85c64",
"size": "294"... |
from distutils.core import setup
from glob import glob
setup(name = 'shrinkypic',
version = '0.1.r26',
description = "Image Processing Application",
long_description = "ShrinkyPic is a simple image processing application that provides a (very) small interface for Imagemagick.",
maintai... | {
"content_hash": "0f2782ebceff715086430a53dae8e545",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 137,
"avg_line_length": 35.529411764705884,
"alnum_prop": 0.6423841059602649,
"repo_name": "thresherdj/shrinkypic",
"id": "ac9d366577d98b4b59bed1e5d5c6f571c81ba203",
"size"... |
module Messaging
class MessageRegistry
class Error < RuntimeError; end
include Log::Dependency
def message_classes
@message_classes ||= []
end
def message_types
message_classes.map do |message_class|
message_class.message_type
end
end
def get(message_name)
... | {
"content_hash": "c7d04b23e89f6c8694eb99ac46e6eff4",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 60,
"avg_line_length": 21.043478260869566,
"alnum_prop": 0.6332644628099173,
"repo_name": "eventide-project/messaging",
"id": "524775a19a417742eae30645e60b3b73813384da",
"s... |
package com.realcomp.prime;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class DataSetID {
//prefix + type + geostate + geocounty + source + year + month + day + name;
protected static final Pattern SPLIT_ID_PATTERN = Pattern.compile(
"([A-Za-z0-9\\-_:]+)/([A-Za-z0-9\\-_... | {
"content_hash": "2d809163a2de5fc5b34a96439f6a2e37",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 153,
"avg_line_length": 32.56934306569343,
"alnum_prop": 0.5,
"repo_name": "real-comp/prime",
"id": "b9b21575dfde6434fad9f6b5f3674a5a01542d6d",
"size": "4462",
"binary":... |
/*
* RMT.h
*
* Created on: Mar 1, 2017
* Author: kolban
*/
#ifndef COMPONENTS_CPP_UTILS_RMT_H_
#define COMPONENTS_CPP_UTILS_RMT_H_
#include <driver/rmt.h>
#include <vector>
/**
* @brief Drive the %RMT peripheral.
*/
class RMT {
public:
RMT(gpio_num_t pin, rmt_channel_t channel=RMT_CHANNEL_0);
virtual ~... | {
"content_hash": "0083564aeb9c29d09c107b857b50c4d4",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 58,
"avg_line_length": 17.085714285714285,
"alnum_prop": 0.6538461538461539,
"repo_name": "FulminatingGhost/esp32-snippets",
"id": "90e59007386ce8fdb0e281f6220c0d81310aad41",... |
namespace riakboost{} namespace boost = riakboost; namespace riakboost{
namespace asio {
namespace detail {
struct posix_static_mutex
{
typedef riakboost::asio::detail::scoped_lock<posix_static_mutex> scoped_lock;
// Initialise the mutex.
void init()
{
// Nothing to do.
}
// Lock the mutex.
void lo... | {
"content_hash": "694cc111f16f3754a1410f0ee537ce2f",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 79,
"avg_line_length": 21.3,
"alnum_prop": 0.6830985915492958,
"repo_name": "basho-labs/riak-cxx-client",
"id": "db45581135aecdbd161d32699db58e11ac02296a",
"size": "1599",
... |
import sys
from setuptools import setup, find_packages
from setuptools.command.test import test
def TestCommand(test):
def run(self):
import pytest
from blognajd.tests import setup_django_settings
setup_django_settings()
pytest.main(['-v',])
# def run_tests(*args):
# from blogn... | {
"content_hash": "a0c38e3b4138997d095a81fc51c7c710",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 149,
"avg_line_length": 33.05357142857143,
"alnum_prop": 0.6039978390059427,
"repo_name": "danirus/blognajd",
"id": "6e83a892a5d9e4015783d7b550e4405a9cb7c093",
"size": "185... |
<?php
namespace ZendTest\Stratigility\Middleware;
use PHPUnit\Framework\TestCase;
use Prophecy\Argument;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Message\UriInterface;
use Zend\Stratigility\Middleware\OriginalMessages;
class OriginalMessagesTest extends TestC... | {
"content_hash": "eb0425b559e0454536c8c1388ab830c6",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 76,
"avg_line_length": 30.103896103896105,
"alnum_prop": 0.5733390854184642,
"repo_name": "xtreamwayz/zend-stratigility",
"id": "3c3de79cfee1cef4bffe47fa3d382012e185e049",
... |
KERNEL_DIR=/media/ExtendedLinux/linux-sunxi
#KERNEL_DIR=/media/a852afe7-e4bb-48b6-a1da-7583947c84d4/sunxi-jorda/linux-sunxi
ifneq ($(KERNELRELEASE),)
obj-m := therm.o
therm-objs := char_dev.o BitOperations.o OneWire.o Led.o DiscoveryProtocol.o SensorID.o LinkedList.o SensorOperations.o TemperatureScratchpad.o Tempera... | {
"content_hash": "bbc9b9f89dd997f272c52f716971381f",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 168,
"avg_line_length": 50.96875,
"alnum_prop": 0.7198038013488657,
"repo_name": "Makohoek/onewire-thermometer",
"id": "817e0fc294010a7910d108c6be6ca3fc8de3b117",
"size": "... |
namespace open {
class RenderTechnique : public TPtr<IRenderTechnique> {
public:
RenderTechnique();
~RenderTechnique();
virtual void addRenderPass(IRenderPass* renderPass);
virtual IRenderPass* getRenderPass(uint32 i = 0);
virtual uint32 getNumRenderPass();
private:
struct Imp;
Imp* _imp;
};
}
#en... | {
"content_hash": "6ffcbe7edf1e3715b51085ec7f48f6cd",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 56,
"avg_line_length": 17.944444444444443,
"alnum_prop": 0.7275541795665634,
"repo_name": "spotsking/open",
"id": "8c047a5b3cbc45bc757276bb3862fdc7ca624b80",
"size": "458",... |
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>ScalaTest 3.0.7 - org.scalatest.selenium.WebBrowser.RadioButton</title>
... | {
"content_hash": "f0dbc9e48b5e9b3711ffb511a3c58b71",
"timestamp": "",
"source": "github",
"line_count": 1666,
"max_line_length": 650,
"avg_line_length": 68.58163265306122,
"alnum_prop": 0.6451158353536326,
"repo_name": "scalatest/scalatest-website",
"id": "70b395b73f159d6c0d08038ef9e675cd477c6820",
... |
package cloudformation
import (
"net/url"
"strconv"
)
type BaseParameters struct {
Capabilities []string
Parameters []*StackParameter
StackName string
StackPolicyBody string
StackPolicyURL string
TemplateBody string
TemplateURL string
}
type Values map[string]string
func (values Value... | {
"content_hash": "eaf8c4bf09e14341c694b72f4451c949",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 91,
"avg_line_length": 22.106796116504853,
"alnum_prop": 0.7044356609574001,
"repo_name": "dynport/dgtk",
"id": "0d2d520ceebf9a262f8dbe5a8299791202f197cb",
"size": "2277",... |
package com.crispeh.apicore.arena;
/**
* Created by Joey on 3/3/2015.
*/
public class GArenaException extends Exception {
/**
* Custom exception for the GArenaManager class.
*
*
* @param s Prints out the error into the provided console.
*/
public GArenaException(String s) {
... | {
"content_hash": "c05e274ccfca3c00d67ab518801a5b75",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 63,
"avg_line_length": 18.833333333333332,
"alnum_prop": 0.6194690265486725,
"repo_name": "Crispeh/API",
"id": "e51253dd4a1615a0141abc8fe2526330b524531a",
"size": "339",
... |
package com.mapzen.places.api.internal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static com.mapzen.places.api.AutocompleteFilter.TYPE_FILTER_ADDRESS;
import static com.mapzen.places.api.AutocompleteFilter.TYPE_FILTER_CITIES;
import static com.mapzen.pla... | {
"content_hash": "9c62d907700a56dd0fbf896a7b980aa7",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 97,
"avg_line_length": 49.59090909090909,
"alnum_prop": 0.7803238619003972,
"repo_name": "mapzen/android",
"id": "467def41fd559482a3c00f9b68914481d53e0255",
"size": "3273",... |
import numpy as np
from numpy.testing import assert_allclose
import pandas as pd
import pytest
import statsmodels.datasets
from statsmodels.tsa.ar_model import AutoReg
from statsmodels.tsa.arima.model import ARIMA
from statsmodels.tsa.base.prediction import PredictionResults
from statsmodels.tsa.deterministic import F... | {
"content_hash": "6154d41383d6ee07a082288dd4582752",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 79,
"avg_line_length": 32.57368421052632,
"alnum_prop": 0.63402811439651,
"repo_name": "jseabold/statsmodels",
"id": "3d654dca07da776a2c94fcc079e72d435ca0ce2f",
"size": "6... |
FOUNDATION_EXPORT double BModuleVersionNumber;
//! Project version string for BModule.
FOUNDATION_EXPORT const unsigned char BModuleVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <BModule/PublicHeader.h>
| {
"content_hash": "b2956f2cf67675ae390e556a34d7f272",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 132,
"avg_line_length": 35.75,
"alnum_prop": 0.8076923076923077,
"repo_name": "pozi119/VOKit",
"id": "838c5bd7c233e116c4b7319815a46d504922ce4b",
"size": "474",
"binary": f... |
#import <Foundation/Foundation.h>
#import <AVFoundation/AVFoundation.h>
#import "GPUImageContext.h"
#import "GPUImageOutput.h"
/** Protocol for getting Movie played callback.
*/
@protocol GPUImageMovieDelegate <NSObject>
- (void)didCompletePlayingMovie;
@end
/** Source object for filtering movies
*/
@class GPUImag... | {
"content_hash": "4195305c0ded962010a3363874937243",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 172,
"avg_line_length": 37.865671641791046,
"alnum_prop": 0.783208513992905,
"repo_name": "odyth/GPUImage",
"id": "669e560052b915f1d5c4ad9804d19f25f1fe9e94",
"size": "2537"... |
import time
import gc
import os
from collections import defaultdict
import numpy as np
import xarray as xr
import pytest
from pyndl import ndl
from pyndl.activation import activation
TEST_ROOT = os.path.join(os.path.pardir, os.path.dirname(__file__))
FILE_PATH_SIMPLE = os.path.join(TEST_ROOT, "resources/event_file... | {
"content_hash": "31d2d8b09a0185e25d2ddf371ac946dc",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 116,
"avg_line_length": 34.01063829787234,
"alnum_prop": 0.5461370034407257,
"repo_name": "quantling/pyndl",
"id": "0d3caca52833fc937f1cb726562472112c9d659c",
"size": "644... |
package org.apereo.cas;
import org.apereo.cas.web.security.authentication.MonitorEndpointLdapAuthenticationProviderGroupsBasedTests;
import org.apereo.cas.web.security.authentication.MonitorEndpointLdapAuthenticationProviderRolesBasedTests;
import org.junit.platform.suite.api.SelectClasses;
/**
* This is {@link All... | {
"content_hash": "561fc053dcc5fff58b92c284b1bab358",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 108,
"avg_line_length": 33.59090909090909,
"alnum_prop": 0.8389715832205683,
"repo_name": "GIP-RECIA/cas",
"id": "d7202c53b812cea7e7344198c80a29537f0352d7",
"size": "739",
... |
//
// Generated by the J2ObjC translator. DO NOT EDIT!
// source: android/libcore/luni/src/main/java/java/nio/channels/spi/AbstractSelectableChannel.java
//
#include "../../../../J2ObjC_header.h"
#pragma push_macro("INCLUDE_ALL_JavaNioChannelsSpiAbstractSelectableChannel")
#ifdef RESTRICT_JavaNioChannelsSpiAbstrac... | {
"content_hash": "9aa3a69f0437661f42eefc714e5c5438",
"timestamp": "",
"source": "github",
"line_count": 185,
"max_line_length": 216,
"avg_line_length": 36.05945945945946,
"alnum_prop": 0.7857892369959526,
"repo_name": "actorapp/J2ObjC-Framework",
"id": "7008cf9b9e287462fd478f42c2f46f00f2af7d01",
"s... |
import { expect } from "chai";
import * as Mocks from "../detectors.mock";
import { CanvasDetector } from "../../../../../src/Model/Device/Detectors/Canvas/CanvasDetector";
import { Device } from "../../../../../src/Model/Device/Device";
describe("CanvasDetector", () => {
it("should properly detect canvas properly... | {
"content_hash": "7ec1198fed013060be96cce6a75e359f",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 97,
"avg_line_length": 33.23076923076923,
"alnum_prop": 0.6273148148148148,
"repo_name": "webaio/tracker",
"id": "71a9e0b8bfc359145fed29e41559789f8a5195c9",
"size": "922",
... |
package router
import (
"github.com/Unknwon/macaron"
)
func SetRouters(m *macaron.Macaron) {
}
| {
"content_hash": "6375449bc4a6ea43efcf68a02bd9cab8",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 37,
"avg_line_length": 12.25,
"alnum_prop": 0.7244897959183674,
"repo_name": "yonh/wharf",
"id": "faa563a516a8cf7cf760e3b5c1038cd4c8da1a13",
"size": "98",
"binary": false,... |
'use strict';
/**
* Makes it possible for invitations to expire by creating an expiry RSVP
*/
// Sequelize doesn't handle updating of enum values. We have to do this manually
function swapEnumTypes(...enumTypes) {
return `
CREATE TYPE "enum_response-rsvps_rsvp-new" AS ENUM(${enumTypes.map(enumType => `'${enum... | {
"content_hash": "0c5f1517b201e79aaa30823baa371c84",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 113,
"avg_line_length": 31.2,
"alnum_prop": 0.6891025641025641,
"repo_name": "hackcambridge/hack-cambridge-website",
"id": "633038f782208e66a5b8cec8afe3f4dc8a3380db",
"size... |
package com.twitter.finagle.mdns
import com.twitter.finagle.{Announcer, Announcement, Group, Resolver, Addr}
import com.twitter.util.{Future, FuturePool, Return, Throw, Try, Var}
import java.net.{InetSocketAddress, SocketAddress}
import javax.jmdns._
import scala.collection.mutable
private object DNS {
val dns = Jm... | {
"content_hash": "ef7399b10cec57380ed4c15e9d849390",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 81,
"avg_line_length": 30.128205128205128,
"alnum_prop": 0.6567375886524822,
"repo_name": "JustinTulloss/finagle",
"id": "54fa0875276735ad321a3ee25a2c9208f270ea58",
"size"... |
<?php
/* CensoBundle:ActividadComercialVivienda:edit.html.twig */
class __TwigTemplate_187cc1b3e8a743fb0853022bc8c0d2867de5b2af84994a5280eb6c0e659a5354 extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = $this->env->loadTempla... | {
"content_hash": "03ef2c0e64e9b90ceea68073d80e0c68",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 190,
"avg_line_length": 27.768115942028984,
"alnum_prop": 0.5709812108559499,
"repo_name": "profa1131/censo",
"id": "c34fee4a4d8dcc732f52bba9381acae6b9399aa8",
"size": "191... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "1921d6ba73bcfb3678d82f7006998e88",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "837f5f68af3ea255de133731056fc5c0bfa6cbf9",
"size": "21... |
background-image: url("../image/header.jpg");
background-repeat: no-repeat;
background-size: cover;
color:white;
}
| {
"content_hash": "e98781c0aa499c0cdb23cc30a55a6c7a",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 49,
"avg_line_length": 18.428571428571427,
"alnum_prop": 0.6589147286821705,
"repo_name": "BD35550/OC_P3_Louvre",
"id": "9b815753ae4d4852bfb77031141c3fe459cf10d2",
"size": "... |
namespace gfx
{
#ifdef GFX_ENABLE_CUDA
using namespace Slang;
namespace cuda
{
int DeviceImpl::_calcSMCountPerMultiProcessor(int major, int minor)
{
// Defines for GPU Architecture types (using the SM version to determine
// the # of cores per SM
struct SMInfo
{
int sm; // 0xMm (hexadecimal no... | {
"content_hash": "e855a2239ecf4e47d53ca7adb6d71dbe",
"timestamp": "",
"source": "github",
"line_count": 1160,
"max_line_length": 147,
"avg_line_length": 34.09396551724138,
"alnum_prop": 0.6240865761460467,
"repo_name": "shader-slang/slang",
"id": "f81bcfe997587a4db096b739b1a4e3377acd4550",
"size": ... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/activity_vertical_margin"
android:orientation="vertical">
<LinearLayout
android:or... | {
"content_hash": "8546899d6fade95319da56bf39e0f3ec",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 72,
"avg_line_length": 34,
"alnum_prop": 0.6299810246679317,
"repo_name": "vishnus1224/RxJavaTeamworkClient",
"id": "79cc78816505577cec25fcad4f7e52755eec0a29",
"size": "105... |
class Dogs::ManagerController < Dogs::DogsBaseController
helper_method :fostering_dog?
autocomplete :breed, :name, full: true
before_action :send_unauthenticated_to_public_profile, only: %i[show]
before_action :require_login
before_action :unlocked_user
before_action :active_user
before_action :admin_us... | {
"content_hash": "be5ccacdcc2b00bba6a6420d2f422bef",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 122,
"avg_line_length": 35.024844720496894,
"alnum_prop": 0.5497428622096117,
"repo_name": "ophrescue/RescueRails",
"id": "379e4357dec1b32c40924ad2dd4ba38ffd2aa227",
"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_25) on Sun Jun 17 15:48:10 CEST 2012 -->
<TITLE>
Uses of Class utbm.tx52.suiviGPS.ParamActivity
</TITLE>
<META NAME="date" CONTENT="2012-06... | {
"content_hash": "202aed83b49ef5820a7d4dc106df9478",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 204,
"avg_line_length": 40.28169014084507,
"alnum_prop": 0.6006993006993007,
"repo_name": "almerino/Geolocation",
"id": "ff06532d2a638ed51cec4aebc117e20e80e4e401",
"size":... |
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: AssemblyTitle("Na... | {
"content_hash": "18c659254fca9a2916d704e6825127ef",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.80555555555556,
"alnum_prop": 0.7451682176091625,
"repo_name": "cognisant/cr-cqrs-scaffold",
"id": "b6519f9417c0d8eb559bcdc5286bc271d9c2ad79",
"si... |
'use strict';
describe('Service: OMDb', function () {
// load the service's module
beforeEach(module('cinemaCercaApp'));
// instantiate service
var OMDb;
beforeEach(inject(function (_OMDb_) {
OMDb = _OMDb_;
}));
it('should do something', function () {
expect(!!OMDb).toBe(true);
});
});
| {
"content_hash": "7bf097f5d99a5f01776280deb6bdf75e",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 41,
"avg_line_length": 17.555555555555557,
"alnum_prop": 0.6107594936708861,
"repo_name": "alefherrera/tp1-ing-soft",
"id": "59bdff533e31b089d7fe523f48d9c71ea9ce663f",
"siz... |
var common = require ('../common/common');
var util = require('util');
var proxiedRequestTransport = require('@slack/client/lib/clients/transports/request.js').proxiedRequestTransport;
var wsTransport = require('@slack/client/lib/clients/transports/ws');
var RtmClient = require('@slack/client').RtmClient;
var token =... | {
"content_hash": "b605c9f7ac6e653573dc581722e091a7",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 113,
"avg_line_length": 35.0625,
"alnum_prop": 0.6737967914438503,
"repo_name": "golcinab/slacklistener",
"id": "218f2bed459d8b568f7a9af4a766881999de8e57",
"size": "1155",
... |
title: afv45
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: v45
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... | {
"content_hash": "6ad6ecddd59fcdc7cdcf0757cfa52c35",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.6656716417910448,
"repo_name": "pblack/kaldi-hugo-cms-template",
"id": "919f9870e40ced4bb93b1005aeabd0c567b47813",
... |
//Problem 15. Hexadecimal to Decimal Number
//Using loops write a program that converts a hexadecimal integer number to its decimal form.
//The input is entered as string. The output should be a variable of type long.
//Do not use the built-in .NET functionality.
using System;
using System.Collections.Generic;
clas... | {
"content_hash": "0a9864418b6e216f8ba27b0289ed1bc8",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 130,
"avg_line_length": 34.68181818181818,
"alnum_prop": 0.508955875928353,
"repo_name": "siderisltd/Telerik-Academy",
"id": "8bb310483668eece5691390eb7447e0dac0689b5",
"si... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package una.examen.entity;
/**
*
* @author michaelcw02
*/
public class UserQuestion {
private UserQuestionID userQuestionID;
... | {
"content_hash": "e06177aa0ac9344f9b79521b934bb758",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 107,
"avg_line_length": 23.050847457627118,
"alnum_prop": 0.6463235294117647,
"repo_name": "michaelcw02/PrograIV",
"id": "29abeef235ae72073d0e1c94c284d6058f7fcbbb",
"size":... |
package main
//Send to subscribe to events.
//MUST handle all passed to it until channel has successfully passed to Unsubscribe
var Subscribe = make(chan chan *Event)
//Send Conn to unsubscribe.
var Unsubscribe = make(chan chan *Event)
//Add an event to event queue.
var NewEvent = make(chan *Event)
//Event to updat... | {
"content_hash": "b3804474cb8d856d93864cbd814865d2",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 83,
"avg_line_length": 24.62162162162162,
"alnum_prop": 0.6745334796926454,
"repo_name": "Laremere/vrpn-webapp",
"id": "6d3793ed75896a503802546bbb09f035bdbfa990",
"size": "... |
default_app_config = __name__ + '.apps.CollGatePrinter'
| {
"content_hash": "5bb1ef837ebe594f0ff09a93efe3b199",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 55,
"avg_line_length": 56,
"alnum_prop": 0.6964285714285714,
"repo_name": "coll-gate/collgate",
"id": "2381c09060fe900eca107c726d9cad79d5245814",
"size": "359",
"binary": ... |
package org.nd4j.linalg.dataset.api.preprocessor.classimbalance;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.linalg.api.ops.random.impl.BernoulliDistribution;
import org.nd4j.linalg.factory.Nd4j;
import org.nd4j.linalg.indexing.BooleanIndexing;
import org.nd4j.linalg.indexing.NDArrayIndex;
import org.... | {
"content_hash": "7fac6118c3274b44e2e890ef88349621",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 223,
"avg_line_length": 50.36607142857143,
"alnum_prop": 0.7014713703244105,
"repo_name": "huitseeker/nd4j",
"id": "b30b11ba5aeae0e900e28ce4aba0d301e66b1448",
"size": "564... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2cfca861bf5d782e52eb3fa0d13fa70f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "26f5ccfb48fed8870d08dd088a4e154811f4f128",
"size": "18... |
'use strict';
class SettingsController {
constructor(Auth) {
this.errors = {};
this.submitted = false;
this.Auth = Auth;
}
changePassword(form) {
this.submitted = true;
if (form.$valid) {
this.Auth.changePassword(this.user.oldPassword, this.user.newPassword)
.then(() => {
... | {
"content_hash": "7d84bda250a9caa70322f54bee369d0e",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 76,
"avg_line_length": 22.75862068965517,
"alnum_prop": 0.5893939393939394,
"repo_name": "Khushmeet/lakhaan",
"id": "5ae3ce5c7b23d3fb083336cf9633d7e0d2839e43",
"size": "660... |
const parser = require('./parser');
const prettyData = require('gulp-pretty-data');
module.exports = parser([
prettyData({
type: 'minify'
})
]);
| {
"content_hash": "f6cc44c1fe8c6e9a27528c4b075b00bb",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 47,
"avg_line_length": 18.75,
"alnum_prop": 0.66,
"repo_name": "voorhoede/fastatic",
"id": "af4b0d65c65004e9d66f394356ebd900c05055b0",
"size": "150",
"binary": false,
"c... |
package file
import (
"math"
"math/bits"
"unsafe"
"github.com/apache/arrow/go/v8/parquet"
"github.com/apache/arrow/go/v8/parquet/internal/bmi"
"github.com/apache/arrow/go/v8/parquet/internal/utils"
"github.com/apache/arrow/go/v8/parquet/schema"
"golang.org/x/xerrors"
)
type LevelInfo struct {
// How many sl... | {
"content_hash": "1ea7dab55aac29071a333dcd2004c3c4",
"timestamp": "",
"source": "github",
"line_count": 253,
"max_line_length": 153,
"avg_line_length": 36.39525691699605,
"alnum_prop": 0.7296915725456126,
"repo_name": "laurentgo/arrow",
"id": "8c8f360f58005e770f4a685247aaed3238554861",
"size": "100... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "9495aa96e54dcfb072078465142fe7ac",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "cf548cc90c3e5cdcd243db548c44df1ef8cecab8",
"size": "172... |
<!DOCTYPE html>
<html itemscope lang="en-us">
<head><meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="g... | {
"content_hash": "03cad9662c99070829b6e8f9e64d5e99",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 654,
"avg_line_length": 62.92511013215859,
"alnum_prop": 0.6407868944273313,
"repo_name": "gomex/devopsdays-web",
"id": "79f065bfae0344e83a3daa158498fe090fd93b9b",
"size":... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3009a4a435fa96f6045d8b4bcd555b17",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "df641c9a89a11c61880951f44933c573ffa976da",
"size": "177... |
using namespace aliyun;
namespace {
void Json2Type(const Json::Value& value, std::string* item);
void Json2Type(const Json::Value& value, AlertUpdateContactResponseType* item);
template<typename T>
class Json2Array {
public:
Json2Array(const Json::Value& value, std::vector<T>* vec) {
if(!value.isArray(... | {
"content_hash": "9414b1b23e7f4a823f3efec1f0a26d46",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 145,
"avg_line_length": 31.72826086956522,
"alnum_prop": 0.5895854744775608,
"repo_name": "aliyun-beta/aliyun-openapi-cpp-sdk",
"id": "4ab689894e63ced5413d86c5ca8942d42525626... |
import os
from setuptools import setup, find_packages
from pip.req import parse_requirements
from pip.download import PipSession
version = '0.9.0b'
def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
try:
import pypandoc
description = pypandoc.convert('README.md', 'rst')
exc... | {
"content_hash": "6617867ea253952245106198ce27de59",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 78,
"avg_line_length": 30.142857142857142,
"alnum_prop": 0.636650868878357,
"repo_name": "kcsaff/tuneharvest",
"id": "548ce912729aededce989170fe10a0459604016a",
"size": "12... |
PREREQUISITES:
* Some familiarity with C++.
* Must have [downloaded TensorFlow source](../../get_started/index.md#source),
and be able to build it.
If you'd like to incorporate an operation that isn't covered by the existing
library, you can create a custom Op. To incorporate your custom Op, you'll need
to:
* Regi... | {
"content_hash": "6bb346c19640fa95ceef4668b2036bc3",
"timestamp": "",
"source": "github",
"line_count": 1098,
"max_line_length": 161,
"avg_line_length": 38.45992714025501,
"alnum_prop": 0.6943095976698478,
"repo_name": "arunhotra/tensorflow",
"id": "9dd2456e0b315ad1c78599378a2cedabbf8828c2",
"size"... |
package vrpsim.simulationmodel.initialbehaviour.simpleapi.impl.spiral;
import java.util.ArrayList;
import java.util.List;
import vrpsim.simulationmodel.initialbehaviour.simpleapi.api.model.CustomerAPI;
import vrpsim.simulationmodel.initialbehaviour.simpleapi.api.model.IJob;
import vrpsim.simulationmodel.initialbehavi... | {
"content_hash": "9fa3b356c80f71449d52dd020d213737",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 128,
"avg_line_length": 25.012422360248447,
"alnum_prop": 0.6647628507573876,
"repo_name": "MayerTh/RVRPSimulator",
"id": "5cfdd69f8324b0fe2b1aaa6b2e78a06c39074a2b",
"size... |
using System;
namespace AspNetDeploy.SolutionParsers.VisualStudio
{
[Flags]
public enum VsProjectType
{
Undefined = 0,
Web = 1,
Console = 2,
Service = 4,
ClassLibrary = 8,
Deployment = 16,
Database = 32,
Test = 64,
WindowsApplication ... | {
"content_hash": "350214794176d11dd50253875faf4a9b",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 51,
"avg_line_length": 18.736842105263158,
"alnum_prop": 0.5308988764044944,
"repo_name": "adoconnection/AspNetDeploy",
"id": "d796757da04d9df784bf1ca1c221ac035b2e1088",
"s... |
package server
import (
"database/sql"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
"os"
"regexp"
"strconv"
"testing"
"time"
"github.com/go-sql-driver/mysql"
"github.com/ngaut/log"
. "github.com/pingcap/check"
"github.com/pingcap/tidb/executor"
tmysql "github.com/pingcap/tidb/mysql"
"github.com/pingca... | {
"content_hash": "961ab855ac56a3e1787798791f225224",
"timestamp": "",
"source": "github",
"line_count": 629,
"max_line_length": 163,
"avg_line_length": 31.481717011128776,
"alnum_prop": 0.6752853247146753,
"repo_name": "simon-xia/tidb",
"id": "050fec8120cb53c4abb01dbe8c863aae1c8db9bb",
"size": "203... |
var controller = require('../../controller/postController');
module.exports = function (app) {
app.delete('/admin/post/:id', function (req, res) {
controller.delete(req, res);
});
app.put('/admin/post/:id', function (req, res) {
controller.edit(req, res);
});
app.post('/admin/post', ... | {
"content_hash": "1d44b079fb81a561f6812d9566d86cd9",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 60,
"avg_line_length": 30.625,
"alnum_prop": 0.5816326530612245,
"repo_name": "leonardoviveiros/blogcts",
"id": "582a97f110d18b6e89db703cd75ab9507a86958c",
"size": "490",
... |
/*
Include declarations.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <locale.h>
#include "wand/MagickWand.h"
#include "magick/colorspace-private.h"
#include "magick/resource_.h"
#include "magick/string-private.h"
#include "validate.h"
/*
Define de... | {
"content_hash": "74da772677f569dbcd66f51b7307783a",
"timestamp": "",
"source": "github",
"line_count": 2453,
"max_line_length": 80,
"avg_line_length": 32.19527109661639,
"alnum_prop": 0.5765242165242165,
"repo_name": "Distrotech/ImageMagick",
"id": "551a916aee837f9162f8dc79d896ab3c9fd44e09",
"size... |
/**
* FederationSeriesTypeComponentInstances.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package gov.va.med.imaging.federation.webservices.types.v3;
public class FederationSeriesTypeComponentInstances implements java.io.Serializable ... | {
"content_hash": "fe48d12ce973ff6713551d5a1c041632",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 162,
"avg_line_length": 35.14705882352941,
"alnum_prop": 0.6376569037656904,
"repo_name": "VHAINNOVATIONS/Telepathology",
"id": "60b292b7ecab972b963c0de8c194768fe7cb736d",
... |
Aspect.build('binder', {
name: 'Binder',
description: 'enjoys tying up or restraining others.',
refutes: [
{ aspect:'emancipator' },
],
consentThresholdModifiers: {
obscenity: 2,
},
});
| {
"content_hash": "c929d602d2e6152e9caecae5a062253e",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 56,
"avg_line_length": 20.6,
"alnum_prop": 0.6262135922330098,
"repo_name": "maldrasen/archive",
"id": "85557edc769dc4042a4fc959fa4d89dba10af5bd",
"size": "206",
"binary"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.