text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"
xsi:schemaLocation="http://www.sp... | {
"content_hash": "c6632906d4cf8517eed127e2fcfe9e9d",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 216,
"avg_line_length": 43.16,
"alnum_prop": 0.7117701575532901,
"repo_name": "lei1160427600/marksystem",
"id": "4d671055bf4bc4c79e031c87bb404ea1fc41107e",
"size": "1185",
... |
var options =
{
websocket:
{
server: window.location.protocol + '//' + window.location.host + ':6001'
}
};
module.exports = options;
| {
"content_hash": "7ba3c31453e8b4475b8968ef43814c79",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 80,
"avg_line_length": 17.11111111111111,
"alnum_prop": 0.577922077922078,
"repo_name": "itsrachelfish/laravel-voldb",
"id": "541c56a4df05050bdad98580dcd6502e0786cd74",
"siz... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<link rel="Stylesheet" href="../css/analysis.css" />
<script type="text/javascript">
function init() {
if (window.location.hash) {
var parentDiv, nodes, ... | {
"content_hash": "216d25a87789f4e22c8957bd5d938d9b",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 747,
"avg_line_length": 75.3515625,
"alnum_prop": 0.6520476931052359,
"repo_name": "aconyteds/Esri-Ozone-Map-Widget",
"id": "cb0e538128b54668aeedfde5e208c72ec649bf7e",
"si... |
Welcome to Clock on Exercism's Rust Track.
If you need help running the tests or submitting your code, check out `HELP.md`.
## Instructions
Implement a clock that handles times without dates.
You should be able to add and subtract minutes to it.
Two clocks that represent the same time should be equal to each other.... | {
"content_hash": "ff139546c48959abd5ed901be1563cdf",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 257,
"avg_line_length": 27.654545454545456,
"alnum_prop": 0.7488494411571335,
"repo_name": "rootulp/exercism",
"id": "aa089214cad3c5ced0baf63b2464385a64e4bb22",
"size": "15... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/tinderbox/XR-Trunk/WINNT_5.2_Depend/mozilla/dom/public/idl/base/nsIDOMScreen.idl
*/
#ifndef __gen_nsIDOMScreen_h__
#define __gen_nsIDOMScreen_h__
#ifndef __gen_domstubs_h__
#include "domstubs.h"
#endif
/* For IDL files that don't want to include root IDL fi... | {
"content_hash": "2504b0cf8efb72608a5737f1fbe248fd",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 143,
"avg_line_length": 36.05527638190955,
"alnum_prop": 0.7381184668989547,
"repo_name": "leighpauls/k2cro4",
"id": "49ef5adb0372574aece08574a96529bc7f23fae1",
"size": "7... |
declare module "crypto" {
import * as stream from "stream";
interface Certificate {
exportChallenge(spkac: BinaryLike): Buffer;
exportPublicKey(spkac: BinaryLike): Buffer;
verifySpkac(spkac: NodeJS.ArrayBufferView): boolean;
}
const Certificate: {
new(): Certificate;
... | {
"content_hash": "f61e3acdff2f8fdaa03b742691775011",
"timestamp": "",
"source": "github",
"line_count": 615,
"max_line_length": 176,
"avg_line_length": 49.77235772357724,
"alnum_prop": 0.6743547860176413,
"repo_name": "henryhe1/henryhe1.github.io",
"id": "3238dcab7adc2dd6b64875e06ca7e04f348a0f59",
... |
// Copyright 2016 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | {
"content_hash": "f04ea32add28f0601d2578a418aef35a",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 100,
"avg_line_length": 29,
"alnum_prop": 0.7095855741853844,
"repo_name": "whuwxl/bazel",
"id": "328fa74e94f062485315f14cfe3a55c33bf80488",
"size": "3161",
"binary": fa... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:radius="5px" />
<solid android:color="@color/button_color_press" />
</shape> | {
"content_hash": "c021fe064b579e426c0943acf39c9ce1",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 65,
"avg_line_length": 24.2,
"alnum_prop": 0.6694214876033058,
"repo_name": "HussainDerry/quick-notes",
"id": "259884e6f6d7e8d448d198726ef5e96d561aacbe",
"size": "242",
"... |
package guest
import (
"flag"
"io"
"context"
"os"
"github.com/vmware/govmomi/govc/cli"
"github.com/vmware/govmomi/vim25/soap"
)
type download struct {
*GuestFlag
overwrite bool
}
func init() {
cli.Register("guest.download", &download{})
}
func (cmd *download) Register(ctx context.Context, f *flag.Flag... | {
"content_hash": "678c0468a9a491b359091e7edaa87d53",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 89,
"avg_line_length": 16.95098039215686,
"alnum_prop": 0.6443030653556969,
"repo_name": "frapposelli/govmomi",
"id": "516603df1a0cdb50be5f8327f7098283bafaa3de",
"size": "... |
namespace g{
namespace Android{
namespace Base{
namespace Primitives{
// public extern struct ujbyte :1978
// {
uStructType* ujbyte_typeof();
struct ujbyte
{
};
// }
}}}} // ::g::Android::Base::Primitives
| {
"content_hash": "f5bff28961950894447d2f7c4cc5477d",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 38,
"avg_line_length": 13.866666666666667,
"alnum_prop": 0.6875,
"repo_name": "blyk/BlackCode-Fuse",
"id": "5da4702b72f231a5927c2e2bec2db55c8dbaa75a",
"size": "456",
"bin... |
using System.Runtime.InteropServices;
namespace System
{
[Flags]
// [ComVisible (false)]
public enum StringSplitOptions
{
None = 0,
RemoveEmptyEntries = 1
}
}
| {
"content_hash": "4837191e502976b69578702bb0460080",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 37,
"avg_line_length": 14.083333333333334,
"alnum_prop": 0.7100591715976331,
"repo_name": "ncave/dotnet-js",
"id": "98f2b88be93757332b0c5d37cfa94f9633ce37cf",
"size": "1350... |
/**
* @author mrdoob / http://mrdoob.com/
*/
import {
BufferAttribute,
BufferGeometry,
InterleavedBuffer,
InterleavedBufferAttribute,
Vector2,
Vector3
} from "../../../build/three.module.js";
var BufferGeometryUtils = {
computeTangents: function ( geometry ) {
var index = geometry.index;
var attributes... | {
"content_hash": "4ac62786f5812daa067835dddea7900e",
"timestamp": "",
"source": "github",
"line_count": 658,
"max_line_length": 139,
"avg_line_length": 22.814589665653497,
"alnum_prop": 0.6176392219557687,
"repo_name": "skycolor/study",
"id": "3b3d8f954f8da6fa8f3a0e229010f737b0ef639f",
"size": "150... |
import React from 'react';
import { Heading, HeadingCaption } from 'cf-component-heading';
const HeadingComponent = () => (
<Heading size={2}>
Look at this nice heading!
<HeadingCaption>
It even has a nice HeadingCaption
</HeadingCaption>
</Heading>
);
export default HeadingComponent;
| {
"content_hash": "c96a98beb0b30e2926863118552c992f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 63,
"avg_line_length": 23.846153846153847,
"alnum_prop": 0.6935483870967742,
"repo_name": "koddsson/cf-ui",
"id": "3ee08f0f90a3c8885ca476f10d6ecf39214ae4b2",
"size": "310",... |
* fib.c: Contains fib function's code
* fib.h: Contains decleration of fib function
* fib_test.c: fib function test program
* runtest: Bash script for compiling and runing test
## Runing test
You need to have gcc compiler and bash interpreter installed on your machine in order to run the test.
For ru... | {
"content_hash": "ec686572d3425be7cd79b785dfbf6dd3",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 102,
"avg_line_length": 38.93333333333333,
"alnum_prop": 0.7448630136986302,
"repo_name": "mahdavipanah/AlgorithmDesign",
"id": "20dac46b24910a7719a909762c994b58bcb300bd",
... |
import datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):
def forwards(self, orm):
# Adding field 'Stream.running'
db.add_column(u'twitter_stream', 'running',
self.gf('django.db.models.fields.B... | {
"content_hash": "ee019928cdcc5885b56a84c57ef50ce8",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 146,
"avg_line_length": 63.28395061728395,
"alnum_prop": 0.5446742099102614,
"repo_name": "chalkchisel/django-social-stream",
"id": "44efd4696f7af4a64849bdc8d0c1e2996c8c4c3e"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0-google-v6) on Sat Nov 22 14:21:57 GMT 2014 -->
<title>NotCapException (CAP Library)</title>
<meta name="date" content="2014-11-22">
<li... | {
"content_hash": "c10b7d5c460532085f54c6d2bd7f188d",
"timestamp": "",
"source": "github",
"line_count": 282,
"max_line_length": 220,
"avg_line_length": 33.43262411347518,
"alnum_prop": 0.6456300381841323,
"repo_name": "google/cap-library",
"id": "cbfb26db788abf2b218af4e5a7fa9ab03f4b4eb0",
"size": "... |
package com.frameworkset.platform.cms.documentmanager.bean;
public class ToAuditDocument implements java.io.Serializable {
private int docid; //待审核文档id
private String docName; //待审核文档名称
private String submitTime; //文档提交时间
private int submitUserid; //呈送人id
private String... | {
"content_hash": "782c126b3710c2e7872e1367ac60845d",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 62,
"avg_line_length": 26.537037037037038,
"alnum_prop": 0.7264480111653873,
"repo_name": "tzou24/BPS",
"id": "9547841e565eeadf2703052f1eb85054d6227695",
"size": "1511",
... |
<!DOCTYPE html>
<html lang="" xml:lang="">
<head>
<title>Métodos de otimização</title>
<meta charset="utf-8" />
<meta name="author" content="Bruno Santos" />
<meta name="date" content="2021-03-28" />
<script src="libs/fabric/fabric.min.js"></script>
<link href="libs/xaringanExtra-scribble/scri... | {
"content_hash": "3d0b1d8997c8571230b020bf7a8b3c2f",
"timestamp": "",
"source": "github",
"line_count": 541,
"max_line_length": 172,
"avg_line_length": 26.817005545286506,
"alnum_prop": 0.6277915632754343,
"repo_name": "brsantos/brsantos.github.io",
"id": "bd5aa2a916c740e336f5aa7cfe8afd9220cdf25d",
... |
void handleRequest39 ( UdpSlot *slot , int32_t netnice ) ;
class Msg39Request {
public:
Msg39Request () { reset(); };
void reset() {
m_docsToGet = 10;
m_niceness = MAX_NICENESS;
m_maxAge = 0;
m_maxQueryTerms = 9999;
//m_compoundListMaxSize = ... | {
"content_hash": "bde2fc5a08d908f17752a0fc0a236ee3",
"timestamp": "",
"source": "github",
"line_count": 303,
"max_line_length": 74,
"avg_line_length": 26.554455445544555,
"alnum_prop": 0.6327367636092468,
"repo_name": "kalatestimine/open-source-search-engine",
"id": "515666cfb55eadd98f69b98f3112ee6b9... |
<div ng-controller="NavCtrl">
<div class="alert {{ msg.type }} fade-in"
ng-repeat="msg in messages">
<span class="close" data-dismiss="alert"
aria-label="close" ng-click="close($index)">×</span>
{{ msg.text }}
</div>
</div>
| {
"content_hash": "dc6902a1c516a5d9f51de79f93f80283",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 66,
"avg_line_length": 21.833333333333332,
"alnum_prop": 0.5801526717557252,
"repo_name": "Shura16/contatosjs",
"id": "4bfbdbdab8823768ce907e273bd1e2689c907981",
"size": "2... |
class ppIO{
public:
std::string ReadFile(const char *filename);
};
#endif
| {
"content_hash": "c00d587684e444666b21ab0e9911d423",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 44,
"avg_line_length": 12.666666666666666,
"alnum_prop": 0.7105263157894737,
"repo_name": "spywhere/Legacy-ParticlePlay",
"id": "5da59b6b92dc8ef0e377df6d4e962d235f402873",
"... |
<?php
namespace Mage\Widget\Test\Block\Adminhtml\Widget;
use Magento\Mtf\Client\Locator;
use Magento\Mtf\Client\Element\SimpleElement;
/**
* Widget Chosen Option.
*/
class ChosenOption extends SimpleElement
{
/**
* Select page button selector.
*
* @var string
*/
protected $selectButton... | {
"content_hash": "6df8771a243bfcf39568c25875938a1f",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 91,
"avg_line_length": 22.506666666666668,
"alnum_prop": 0.5657582938388626,
"repo_name": "tuminitumina/magentobasic",
"id": "4f54e02faffe9bcd695bb38761a098fec74febc8",
"si... |
package io.github.stormcloud_dev.stormcloud.frame.clientbound;
public class DisPlayerClientBoundFrame extends ClientBoundFrame {
public DisPlayerClientBoundFrame(double objectIndex, double multiplayerId) {
super((byte) 17, objectIndex, multiplayerId);
}
@Override
public int getLength() {
... | {
"content_hash": "9bd5f27d63fb4329f62392655ac2e4f4",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 80,
"avg_line_length": 23,
"alnum_prop": 0.7217391304347827,
"repo_name": "stormcloud-dev/stormcloud",
"id": "cee671eb0c38fd182e3213f0f277ed16891572be",
"size": "976",
"b... |
export interface WishList {
name?: string;
title?: string;
description?: string;
users?: UserShare[];
owners?: UserShare[] | null;
picture?: string;
pictures?: string[];
type?: WishListType;
date?: number | null;
privacy?: WishListPrivacy;
forceAnonymous?: boolean;
state?: string;
owner?: boo... | {
"content_hash": "3b1cae911484e3318029a391bc65df61",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 60,
"avg_line_length": 19.38095238095238,
"alnum_prop": 0.6277641277641277,
"repo_name": "patou/liste-envies",
"id": "5adbc71f669f7c2398ac12e6f0097ae26aea1f8c",
"size": "81... |
require './handlers/gif_limiter'
Lita.configure do |config|
# Bot name
config.robot.name = ENV.fetch('BOT_NAME', 'unbot')
# Also use the '$' alias
config.robot.alias = ENV['BOT_ALIAS'] if ENV.has_key? 'BOT_ALIAS'
# The severity of messages to log. Options are:
# :debug, :info, :warn, :error, :fatal
# M... | {
"content_hash": "2031bf23fc5259329820f00e6b02ff04",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 80,
"avg_line_length": 33.48571428571429,
"alnum_prop": 0.7039249146757679,
"repo_name": "unhaltable/unbot",
"id": "3dcddd4ae7ac24bab4b9c1420eb55868fc476c3c",
"size": "1172... |
$.fn.yarp = function(options) {
var options = options || {};
this.options = {
colors: ['gray'], // Array. Colors to be used randomly
duration: 750 // Integer. Duration of the ripple animation
};
this.options = $.extend({}, this.options, options);
$(this).... | {
"content_hash": "7e72809755fbcdb772b990451f03c4cc",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 104,
"avg_line_length": 34.14,
"alnum_prop": 0.45987111892208554,
"repo_name": "Ardethian/yet-another-ripple-plugin",
"id": "d2af8a3fba962bf093051b314321cdb4aadc88bb",
"siz... |
package com.hazelcast.client.impl.protocol.codec;
import com.hazelcast.client.impl.protocol.ClientMessage;
import com.hazelcast.client.impl.protocol.Generated;
import com.hazelcast.client.impl.protocol.codec.builtin.*;
import com.hazelcast.client.impl.protocol.codec.custom.*;
import javax.annotation.Nullable;
impo... | {
"content_hash": "f93e13b80efcdf3dcae0b60b8a78e1d9",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 183,
"avg_line_length": 44.03846153846154,
"alnum_prop": 0.7327510917030567,
"repo_name": "emre-aydin/hazelcast",
"id": "361f792922ca17a5e80ecc6578b66445597c2649",
"size":... |
require 'spec_helper'
require 'pp'
require 'stringio'
describe RSpec::Core::Example, :parent_metadata => 'sample' do
let(:example_group) do
RSpec::Core::ExampleGroup.describe('group description')
end
let(:example_instance) do
example_group.example('example description') { }
end
it_behaves_like "met... | {
"content_hash": "9fc44170a7cfc10a59baaebdbc389ba4",
"timestamp": "",
"source": "github",
"line_count": 502,
"max_line_length": 113,
"avg_line_length": 33.48207171314741,
"alnum_prop": 0.6109590671108995,
"repo_name": "sghill/gocd",
"id": "3fc4c982c20f12982eb70af94e68377fc1d68abb",
"size": "16808",... |
package org.terracotta.offheapresource.management;
import org.terracotta.management.service.monitoring.registry.provider.AliasBinding;
import org.terracotta.offheapresource.OffHeapResource;
public class OffHeapResourceBinding extends AliasBinding {
public OffHeapResourceBinding(String identifier, OffHeapResource ... | {
"content_hash": "ae900143175fd5cd63a34b9536e8b80a",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 85,
"avg_line_length": 27.11111111111111,
"alnum_prop": 0.8094262295081968,
"repo_name": "jd0-sag/terracotta-platform",
"id": "1b5f6d8c17dbf43c559b0416bec0b5e7e049d830",
"s... |
using System;
namespace SharpDX.Direct3D10
{
/// <summary>
/// Defines possible character sets for fonts.
/// </summary>
/// <unmanaged>CHARSET</unmanaged>
public enum FontCharacterSet : byte
{
/// <summary>
/// The ANSI character set.
/// </summary>
Ansi = 0,
... | {
"content_hash": "9cc1a285bb9c34cf9eacaafed625b92b",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 50,
"avg_line_length": 25.511363636363637,
"alnum_prop": 0.44587973273942094,
"repo_name": "sharpdx/SharpDX",
"id": "e32d94e128a3a19ee0a6f94d5086b8060ac0336a",
"size": "337... |
package org.jdal.logic;
import java.sql.SQLException;
import java.sql.Statement;
import javax.sql.DataSource;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.dao.DataAccessException;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springf... | {
"content_hash": "16012f2aabddf6cdb8f37ee574ba280f",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 85,
"avg_line_length": 22.577464788732396,
"alnum_prop": 0.7398627573300063,
"repo_name": "chelu/jdal",
"id": "0505e05347f26403f3a261eb5889cde68fe8d4e7",
"size": "2223",
... |
package com.amazonaws.services.lookoutforvision.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.lookoutforvision.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken... | {
"content_hash": "88bfc704426b6a9200e6d30d4aa9a4ae",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 136,
"avg_line_length": 35.857142857142854,
"alnum_prop": 0.6622399291722001,
"repo_name": "aws/aws-sdk-java",
"id": "efa62a1e579dc802bc807c11d6febb105aac390e",
"size": "28... |
module Smartcoin
class SmartcoinError < StandardError
attr_reader :http_status, :json_message, :http_message, :message
def initialize(http_status=nil, json_message=nil, http_message=nil, message=nil)
@http_status = http_status
@json_message = json_message
@http_message = http_message
... | {
"content_hash": "31d17dd1da4494f02ac7d7281293f75b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 84,
"avg_line_length": 29.666666666666668,
"alnum_prop": 0.6938202247191011,
"repo_name": "smartcoinpayments/smartcoin-ruby",
"id": "8090120aba4e12d387de0d8607e4a52996debc91"... |
using System;
using System.IO;
using System.Diagnostics;
namespace SteamBot
{
public class Log : IDisposable
{
public enum LogLevel
{
Debug,
Info,
Success,
Warn,
Error,
Interface, // if the user needs to input something
... | {
"content_hash": "0ecdff722e4df5d8af52614fda6bb0df",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 89,
"avg_line_length": 30.49673202614379,
"alnum_prop": 0.5222888984140591,
"repo_name": "narugo/PonyBot",
"id": "5ead4a88b5723dab2543896ee72adef2440709d9",
"size": "4666"... |
require 'rubygems'
require 'bundler/setup'
require 'faye/websocket'
require 'eventmachine'
EM.run {
url = ARGV[0]
headers = {'Origin' => 'http://faye.jcoglan.com'}
proxy = {:origin => ARGV[1], :headers => {'User-Agent' => 'Echo'}}
ws = Faye::WebSocket::Client.new(url, nil, :headers => headers, :prox... | {
"content_hash": "42d67e538c9381af1170c474999fbc84",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 87,
"avg_line_length": 22.82758620689655,
"alnum_prop": 0.6148036253776435,
"repo_name": "rogerheykoop/RailsParallelDomainChecker",
"id": "bcab0229bdf5a1852799bcb902b7962d6d7... |
<p>
<?php echo link_to('プライバシーポリシー', 'default/privacyPolicy', array('target' => '_blank')); ?>
<?php echo link_to('利用規約', 'default/userAgreement', array('target' => '_blank')); ?>
<?php $snsConfigSettings = sfConfig::get('openpne_sns_config'); ?>
<?php if (opToolkit::isSecurePage()) : ?>
<?php echo Doctrine::getTable... | {
"content_hash": "22b35797b68fd54054fb4fd85b4948c0",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 116,
"avg_line_length": 55.9,
"alnum_prop": 0.6547406082289803,
"repo_name": "tejimaya/OpenPNE3",
"id": "d7f2b965ed9ba035720e2fb1843ec9dd2f98cdf3",
"size": "587",
"binary... |
mitlru
======
Simple thread-safe sizeable LRU cache (maps interface{} to interface{}).
Simple, small, 100% test coverage, MIT licensed.
[Documentation](http://godoc.org/github.com/robmccoll/mitlru)
| {
"content_hash": "569c745969f6f2b65ff439ed0a863e50",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 72,
"avg_line_length": 25.125,
"alnum_prop": 0.736318407960199,
"repo_name": "robmccoll/mitlru",
"id": "fc9d3ecfb1494ea22a78ddc9d743b963c3c10c8c",
"size": "201",
"binary":... |
package terrastore.communication.protocol;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.msgpack.MessageTypeException;
import org.msgpack.Packer;
import org.msgpack.Unpacker;
import terrastore.commun... | {
"content_hash": "7fd19ede75ea4b642fe016dfdfe5dc3c",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 130,
"avg_line_length": 35.311688311688314,
"alnum_prop": 0.7234277307833762,
"repo_name": "xingh/terrastore",
"id": "88ad77654a5a683d668d3b2ea70f040c2fb7675c",
"size": "33... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView
android:id="@+id/card_view"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
and... | {
"content_hash": "4d4aa1cea16a72c661f88d44717e88f3",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 64,
"avg_line_length": 38.93,
"alnum_prop": 0.5810428975083484,
"repo_name": "bachhuberdesign/deck-builder-gwent",
"id": "4977ccd4e6504293cba2d5df0f3d7120345ed6af",
"size"... |
package examples.stateless;
import java.util.Collection;
import examples.model.Employee;
public interface EmployeeService {
public Employee createEmployee(String name, long salary);
public Employee addEmployeeNickname(int empId, String nickname);
public Collection<Employee> findAllEmployees();
}
| {
"content_hash": "85b8214fb1bb30cc5690e7ba5f7fed24",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 68,
"avg_line_length": 28.363636363636363,
"alnum_prop": 0.7948717948717948,
"repo_name": "velmuruganvelayutham/jpa",
"id": "a333a14b92425f6feca0aa52102d5dbde591e602",
"siz... |
using System;
using System.Collections.Generic;
namespace Hydra.HydraCommon.Abstract
{
/// <summary>
/// HydraMonoBehaviourChild provides methods similar to ScriptableObject.
/// </summary>
public class HydraMonoBehaviourChild
{
private List<HydraMonoBehaviourChild> m_MonoBehaviourChildren;
public enum Mess... | {
"content_hash": "5f3a45de951c947c0f46f1eafef34873",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 119,
"avg_line_length": 22.878947368421052,
"alnum_prop": 0.6602254428341385,
"repo_name": "TeamSpatch/EndoWars",
"id": "ca61bb3a9df10d2e3052554917bacaed8026f370",
"size":... |
(function()
{
/**
* Represents a list os CKEDITOR.dom.range objects, which can be easily
* iterated sequentially.
* @constructor
* @param {CKEDITOR.dom.range|Array} [ranges] The ranges contained on this list.
* Note that, if an array of ranges is specified, the range sequence
* should match its DOM or... | {
"content_hash": "59ae5e97b09c6157b68a11f22fc11194",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 98,
"avg_line_length": 29.29375,
"alnum_prop": 0.6430552592276509,
"repo_name": "hgabka/KunstmaanBundlesCMS",
"id": "f85cc7de46c5075cd0b1e3b1e0181424e7489b5e",
"size": "48... |
package com.commonsware.android.wakecast;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.SystemClock;
import android.support.v4.content.WakefulBroadcastReceiver;
public class PollReceiver extends WakefulBroadcastRec... | {
"content_hash": "4ed5bd7e742f01446d93fd7d72fa2b09",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 68,
"avg_line_length": 29.36842105263158,
"alnum_prop": 0.703405017921147,
"repo_name": "krovs/cw-omnibus",
"id": "737fcb7da92577098484b8452c6455cd0f8bcd61",
"size": "1788"... |
/*
* Constraint.java
*
* Created on 8. August 2005, 22:08
*/
package de.tub.eyes.apps.PS;
/**
*
* @author Till Wimmer
*/
public class Constraint implements java.io.Serializable {
int attributeID;
int operationID;
long value;
public Constraint() {
}
public Con... | {
"content_hash": "b158c755ee8949361d6c5da52ef3fde0",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 132,
"avg_line_length": 20.068181818181817,
"alnum_prop": 0.5707814269535674,
"repo_name": "fresskarma/tinyos-1.x",
"id": "50f8b90e48f29bc8ed58946ba1b118c05894b58f",
"size"... |
#include "XnErrorLogger.h"
namespace xnl
{
#if XN_PLATFORM != XN_PLATFORM_WIN32
XN_THREAD_STATIC char ErrorLogger::m_errorBuffer[ms_bufferSize] = "";
XN_THREAD_STATIC int ErrorLogger::m_currentEnd = 0;
#endif
ErrorLogger& ErrorLogger::GetInstance()
{
static ErrorLogger el;
return el;
}
void ErrorLogger::C... | {
"content_hash": "ddb940c9aa9610e99b7abedf4e70c4c8",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 131,
"avg_line_length": 25.30075187969925,
"alnum_prop": 0.6933135215453194,
"repo_name": "PersonifyInc/OpenNI2",
"id": "e2f03dd53f0a6f5f71aced68419de2de6cdcdea7",
"size":... |
//
// This file was pubmed.openAccess.jaxb.generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
... | {
"content_hash": "c0b264540cf0c317ebde0a43d581a95d",
"timestamp": "",
"source": "github",
"line_count": 267,
"max_line_length": 147,
"avg_line_length": 24.254681647940075,
"alnum_prop": 0.5821494749845584,
"repo_name": "alexgarciac/testbiotea",
"id": "b7220f24e74cb579180bfecf5a7fb75eddf8512b",
"siz... |
<?php
namespace PrestataireDeServices\prestataireBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* Notification
*
* @ORM\Table(name="notification", indexes={@ORM\Index(name="IDX_BF5476CA97AF9ABE", columns={"IdDeal"}), @ORM\Index(name="IDX_BF5476CA804A36C4", columns={"IdFromUser"}), @ORM\Index(name="IDX_BF5476... | {
"content_hash": "cc473025dc77b8e81163fd02975a4a75",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 233,
"avg_line_length": 26.17105263157895,
"alnum_prop": 0.6349924585218703,
"repo_name": "rafaelAres/BestDeal",
"id": "d9adf620af21f774650465b4edc8a486b4c5025d",
"size": "... |
/*
** Car.java
** Author: Sushil Parti
* This program is written to understand the concepts of Inheritance in Java
*/
public class Car
{
public int speed;
public String color;
public String brand;
public Car(int startSpeed, String color, String brand)
{
this.speed = startSpeed;
this.color = color;
thi... | {
"content_hash": "e6d645bc28fa585df105bdb545871bfc",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 76,
"avg_line_length": 16.733333333333334,
"alnum_prop": 0.6693227091633466,
"repo_name": "sushilparti/leisure",
"id": "0d943e1bd2ba5cbe0ec8d8d6be832ebf8b298a81",
"size": "... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_connect_socket_preinc_13.c
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-13.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: connect_socket Read data using a connect soc... | {
"content_hash": "d4f2ee760c373c41f96cff1f1e984279",
"timestamp": "",
"source": "github",
"line_count": 373,
"max_line_length": 113,
"avg_line_length": 30.536193029490615,
"alnum_prop": 0.5045654082528533,
"repo_name": "JianpingZeng/xcc",
"id": "68dfdb488d5b66466b23b46341223a38f4a5116d",
"size": "1... |
package org.uberfire.java.nio.file;
import java.net.URI;
import java.util.Map;
import java.util.ServiceConfigurationError;
import org.uberfire.java.nio.IOException;
import org.uberfire.java.nio.file.api.FileSystemProviders;
import static java.util.Collections.emptyMap;
import static org.kie.soup.commons.validation... | {
"content_hash": "09b4d90eac9e5552994df2de6e99bd6a",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 180,
"avg_line_length": 38.09090909090909,
"alnum_prop": 0.6383163376003471,
"repo_name": "karreiro/uberfire",
"id": "8080b34479365b8309fa510bfe3554138ece2602",
"size": "5... |
package org.n52.iceland.exception.ows.concrete;
import static org.n52.iceland.util.http.HTTPStatus.INTERNAL_SERVER_ERROR;
import org.n52.iceland.exception.ows.NoApplicableCodeException;
/**
* @author <a href="mailto:c.autermann@52north.org">Christian Autermann</a>
* @author <a href="mailto:e.h.juerrens@52north.or... | {
"content_hash": "6804238c90d8c847d5582f50e79475d6",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 78,
"avg_line_length": 30.47826086956522,
"alnum_prop": 0.7417974322396577,
"repo_name": "nuest/iceland",
"id": "35d2cc280d74c7d467df8068bd9a09666ff79905",
"size": "1347",
... |
This is a multiplayer UNO card game based on the client-server architecture written in C++ and JavaScript. The following keywords are related in the current state of the project: C++, JavaScript, node.js, HTML5, CSS3, Socket.IO, publish-subscribe. A few may follow later: Java, Andriod, OpenGL.
Currently there are no e... | {
"content_hash": "4a2a4b5cc16be3f68ac57551522ddc8a",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 294,
"avg_line_length": 60.833333333333336,
"alnum_prop": 0.7684931506849315,
"repo_name": "erenon/casino",
"id": "525b5202739faa48038c45e53e886810d7ed26dc",
"size": "744",... |
<?php
namespace Oro\Component\MessageQueue\Tests\Unit\Transport\Dbal;
use Doctrine\Common\Persistence\ManagerRegistry;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\AbstractSchemaManager;
use Oro\Component\MessageQueue\Transport\Dbal\DbalConnection;
use Oro\Component\MessageQueue\Transport\Dbal\DbalLazyConnec... | {
"content_hash": "e8268aec28ad97e9aafbff1a2c6ee380",
"timestamp": "",
"source": "github",
"line_count": 181,
"max_line_length": 114,
"avg_line_length": 30.14364640883978,
"alnum_prop": 0.6636730205278593,
"repo_name": "orocrm/platform",
"id": "4fd8abb2d054f56e29309c5febb2f079897a5535",
"size": "545... |
#pragma once
#include "BluetoothObject.hpp"
#include "BluetoothManager.hpp"
#include "BluetoothUUID.hpp"
#include <vector>
/* Forward declaration of types */
struct _Object;
typedef struct _Object Object;
struct _Adapter1;
typedef struct _Adapter1 Adapter1;
/**
* Provides access to Bluetooth adapters. Follows the... | {
"content_hash": "9ef953b419393cc80062587ed06e0d9d",
"timestamp": "",
"source": "github",
"line_count": 302,
"max_line_length": 112,
"avg_line_length": 38.688741721854306,
"alnum_prop": 0.6886340294419719,
"repo_name": "intel-iot-devkit/tinyb",
"id": "43000e452def46a5d2ff9b83b439a7b793d22021",
"siz... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Linq;
using M... | {
"content_hash": "832d4729475c3bb86cda95bd62b6ade0",
"timestamp": "",
"source": "github",
"line_count": 295,
"max_line_length": 234,
"avg_line_length": 40.43728813559322,
"alnum_prop": 0.6542040405733925,
"repo_name": "genlu/roslyn",
"id": "83ca08b51eda55ff4182fa93c03881bc0726d368",
"size": "11931"... |
FROM netengine/base:0.1.1
MAINTAINER team@netengine.com.au
# Install postgresql
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" >> /etc/apt/sources.list
RUN ansible local --connection=local -m apt_key -a "url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present"
RUN apt-get update
... | {
"content_hash": "19b084fd7fee7e90be7b29b1d249a172",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 131,
"avg_line_length": 48.24,
"alnum_prop": 0.7645107794361525,
"repo_name": "net-engine/docker-postgresql",
"id": "663f09149faaad11a5ac76ea7ce94ba9574b4475",
"size": "120... |
using System;
using Assets.Common.StandardAssets.CrossPlatformInput.Scripts;
using UnityEngine;
namespace Assets.Common.StandardAssets.Characters.FirstPersonCharacter.Scripts
{
[RequireComponent(typeof (Rigidbody))]
[RequireComponent(typeof (CapsuleCollider))]
[AddComponentMenu("Scripts/Standard Assets/Cha... | {
"content_hash": "f485ca845e8abd48ef78a2eeda7ebebd",
"timestamp": "",
"source": "github",
"line_count": 274,
"max_line_length": 169,
"avg_line_length": 34.21167883211679,
"alnum_prop": 0.565500320034137,
"repo_name": "LewisJohnson/unity-ui-examples",
"id": "a83176e7c93c4288b263791418ee925aeab1e1f0",
... |
package com.intellij.codeInsight;
import com.intellij.core.JavaPsiBundle;
import com.intellij.icons.AllIcons;
import com.intellij.ide.util.ClassFilter;
import com.intellij.ide.util.TreeClassChooser;
import com.intellij.ide.util.TreeClassChooserFactory;
import com.intellij.java.JavaBundle;
import com.intellij.openapi.a... | {
"content_hash": "6f48705ce0e8594a0d824a913ade7c5c",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 160,
"avg_line_length": 38.85281385281385,
"alnum_prop": 0.6620612813370473,
"repo_name": "allotria/intellij-community",
"id": "801abb6503ccf48633321a47c41a589afc2fefcb",
... |
My Site
======
My Site is the personal website of Michael Mello. This project is an ongoing
effort to strengthen my knowledge of web development and software in general.
Technologies
------------------
* ASP.NET MVC 4
* C#
* HTML5
* CSS3
* LESS
* jQuery
* Bootstrap
License
------------------
The MIT License (MIT... | {
"content_hash": "615b77bce7631a1fd832479f58a7fcf5",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 80,
"avg_line_length": 34.575,
"alnum_prop": 0.7657266811279827,
"repo_name": "michaelmello/mysite",
"id": "eb0930f5359a998689b509b6a563c7b08dd6e7f4",
"size": "1383",
"bi... |
package br.usp.each.saeg.code.forest.primitive;
import br.usp.each.saeg.code.forest.metaphor.*;
public interface CodeInformation {
CodeGeometry getGeometry();
}
| {
"content_hash": "04a74a4a3a71297408ce745546c9eef7",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 47,
"avg_line_length": 22,
"alnum_prop": 0.7329545454545454,
"repo_name": "saeg/code-forest",
"id": "533d570653a902fe3d55b9e869f77ca9ee4b3a46",
"size": "176",
"binary": fa... |
$(document).ready(function (){
var scanner = new Scanner();
scanner.init('#test0');
scanner.controllerDivStyle='';
scanner.controlBarStyle='background-color:#999;';
//Set control bar at bottom of page
//scanner.setControlBar("bottom");
scanner.setControlBar("top");
//Insert scanPanel before #t... | {
"content_hash": "c51b1c74f315ac2759d9318451873470",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 91,
"avg_line_length": 35.0234375,
"alnum_prop": 0.6163283515503012,
"repo_name": "eronde/Scanner-js",
"id": "c56b8af9a10d05e056eb88d45913193aa64a493b",
"size": "4483",
... |
struct CvCascadeBoostParams : CvBoostParams
{
float minHitRate;
float maxFalseAlarm;
CvCascadeBoostParams();
CvCascadeBoostParams( int _boostType, float _minHitRate, float _maxFalseAlarm,
double _weightTrimRate, int _maxDepth, int _maxWeakCount );
virtual ~CvCascadeBoo... | {
"content_hash": "7916c35b55f509efae65ad36c7f2cecf",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 110,
"avg_line_length": 42.666666666666664,
"alnum_prop": 0.6826923076923077,
"repo_name": "eirTony/INDI1",
"id": "d4c36898fcf04f38321a9ecbb4b42404d0ab6d8c",
"size": "3431"... |
#include "QmitkDicomPreferencePage.h"
#include "QmitkDicomEditor.h"
#include <berryIPreferencesService.h>
#include <berryIBerryPreferences.h>
#include <berryPlatform.h>
QmitkDicomPreferencePage::QmitkDicomPreferencePage()
: m_MainControl(0)
{
}
QmitkDicomPreferencePage::~QmitkDicomPreferencePage()
{
}
void Qmitk... | {
"content_hash": "e23c0755482cc56b163fd5d63aa2df0d",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 134,
"avg_line_length": 30.114942528735632,
"alnum_prop": 0.7576335877862596,
"repo_name": "lsanzdiaz/MITK-BiiG",
"id": "6ae67305008e4de97e09e07e85216faf3191810e",
"size": ... |
ES.next examples for better understanding.
- [External links](#Links)
- [Arrow Functions](#Arrow-Functions)
- [Classes](#Classes)
- [Enhanced Object Literals](#Enhanced-Object-Literals)
- [Template Strings](#Template-Strings)
- [Destructuring](#Destructuring)
- [Default](#Default)
- [Rest](#Rest)
- [Spread](#Spread)
... | {
"content_hash": "cf2efb619596c95fe8a79ed488821996",
"timestamp": "",
"source": "github",
"line_count": 533,
"max_line_length": 383,
"avg_line_length": 20.96060037523452,
"alnum_prop": 0.6515395631936985,
"repo_name": "ubilabs/es-next",
"id": "444e01d3ab59eb503dfc75aef3fe1acb0efab054",
"size": "112... |
<?php
namespace Symfony\Component\OptionsResolver\Tests;
use Symfony\Component\OptionsResolver\Options;
class OptionsTest extends \PHPUnit_Framework_TestCase
{
/**
* @var Options
*/
private $options;
protected function setUp()
{
$this->options = new Options();
}
public f... | {
"content_hash": "fc98c1e1000f3f63d930c386a6e31932",
"timestamp": "",
"source": "github",
"line_count": 292,
"max_line_length": 97,
"avg_line_length": 27.445205479452056,
"alnum_prop": 0.5632642874968805,
"repo_name": "mehulsbhatt/cdr",
"id": "ca0872feb8c3693ffc2c785bd16ff57875bcd962",
"size": "824... |
package com.haru.write;
import com.haru.JsonEncodable;
public interface Operation extends JsonEncodable {
public abstract String getMethod();
public abstract String getRequestDataKey();
public abstract void mergeFromPrevious(Operation other);
}
| {
"content_hash": "45adc90d27326d8fb598554fbc403f95",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 60,
"avg_line_length": 21.833333333333332,
"alnum_prop": 0.7786259541984732,
"repo_name": "haruio/haru-sdk-android",
"id": "428a4ad71009b482616d00a0e68a147756a142a5",
"size... |
import json
import requests
url = 'https://api.github.com/search/issues?q=is:issue+label:official-cve-feed+\
state:closed+repo:kubernetes/kubernetes&per_page=100'
headers = {'Accept': 'application/vnd.github.v3+json'}
res = requests.get(url, headers=headers)
gh_items = res.json()['items']
# Use link header to iterate... | {
"content_hash": "e6f56ee4e166d8fd7f4cf3153343c75b",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 82,
"avg_line_length": 37.88,
"alnum_prop": 0.6325237592397043,
"repo_name": "kubernetes/sig-security",
"id": "f51733b61e4826f5463031c0a6a684886c0388cc",
"size": "2506",
... |
A library that generates EPUB previews from full publications.
The output is based on the upcoming specification dedicated to previews published by the [IDPF](http://www.idpf.org).
Created by [Feedbooks](http://www.feedbooks.com) with the support of [Centre National du Livre](http://www.centrenationaldulivre.fr/).
... | {
"content_hash": "9832a61ce3fe5f4e5b48c5404d9ebe83",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 201,
"avg_line_length": 41.014084507042256,
"alnum_prop": 0.7057005494505495,
"repo_name": "Feedbooks/epub_preview_factory",
"id": "a2ee0f3b327640e769d777345ae1a9f4d7253419",... |
//
// KNBUtilExtend.h
// KenuoTraining
//
// Created by Robert on 16/2/22.
// Copyright © 2016年 Robert. All rights reserved.
//
#ifndef KNBUtilExtend_h
#define KNBUtilExtend_h
//通知相关
CG_INLINE void KNB_ADD_NOTIFICATION(NSString *name, id target, SEL action, id object)
{
[[NSNotificationCenter defaultCenter] a... | {
"content_hash": "98313b1663b2e1fb2b0ee275b6ec5f71",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 149,
"avg_line_length": 36.08387096774194,
"alnum_prop": 0.6567137493295191,
"repo_name": "atbj505/KNBKit",
"id": "f18a0648b78d643d8ba14e1fc49f0b624a3f1d79",
"size": "5650... |
def extractWanderingtranslationsWordpressCom(item):
'''
Parser for 'wanderingtranslations.wordpress.com'
'''
vol, chp, frag, postfix = extractVolChapterFragmentPostfix(item['title'])
if not (chp or vol) or "preview" in item['title'].lower():
return None
if "WATTT" in item['tags']:
return buildReleaseMessage... | {
"content_hash": "1d960d35dd35b75571e008f562915fb9",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 89,
"avg_line_length": 28.428571428571427,
"alnum_prop": 0.7361809045226131,
"repo_name": "fake-name/ReadableWebProxy",
"id": "6d7696bf0dc80fff4610cb4c847477f951ac83fe",
"s... |
(function( factory ) {
"use strict";
var interValId;
var intervalIndex = 0;
var run = function(){
if ( window.respimage ) {
factory( window.respimage );
}
if(window.respimage || intervalIndex > 9999){
clearInterval(interValId);
}
intervalIndex++;
};
interValId = setInterval(run, 8);
run();
}( f... | {
"content_hash": "2b903e6622314741fd5b65cf5369fb6d",
"timestamp": "",
"source": "github",
"line_count": 428,
"max_line_length": 146,
"avg_line_length": 25.740654205607477,
"alnum_prop": 0.5927203412907325,
"repo_name": "aFarkas/respimage",
"id": "fce541ec07c50140652723c2eba187eddb87be2f",
"size": "... |
<?php
/**
* @category Mad
* @package Mad_Model
* @subpackage Exceptions
* @copyright (c) 2007-2009 Maintainable Software, LLC
* @license http://opensource.org/licenses/bsd-license.php BSD
*/
class Mad_Model_Association_Exception extends Mad_Model_Exception
{}
| {
"content_hash": "72589c5589e27e84cee235d7a15354bf",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 66,
"avg_line_length": 23.166666666666668,
"alnum_prop": 0.7014388489208633,
"repo_name": "williamn/framework",
"id": "430b3a3f6268ee6ade2707a0f5e3f9189298f6f1",
"size": "4... |
.class Landroid/animation/PropertyValuesHolder$FloatPropertyValuesHolder;
.super Landroid/animation/PropertyValuesHolder;
.source "PropertyValuesHolder.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/animation/PropertyValuesHolder;
.end annotation
.annotation system Lda... | {
"content_hash": "e27397fc6200c5c2748929148fbeff55",
"timestamp": "",
"source": "github",
"line_count": 578,
"max_line_length": 166,
"avg_line_length": 31.505190311418684,
"alnum_prop": 0.7367380560131795,
"repo_name": "baidurom/devices-n7108",
"id": "1659d9c5d5b20d7ea0176b119fa9ea13a56c3274",
"siz... |
flagfile=${1?}
if [ -f "$flagfile" ]; then
log "Error: $flagfile exists, which indicates it's already initialized"
exit 1
fi
su -s /bin/bash hdfs -c "hdfs namenode -format"
touch "$flagfile"
## File : format_hdfs.sh ends
| {
"content_hash": "390306f3334a16b3be68ce1387428133",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 75,
"avg_line_length": 21.09090909090909,
"alnum_prop": 0.6637931034482759,
"repo_name": "DennyZhang/devops_public",
"id": "a143df0804ab7f461dc96518a748d043520f7635",
"size... |
var arr = Int32Array.of(101, 99, 77, 67, 4);
var iter;
// 1. Go for keys()
var keys = arr.keys();
while (!(iter = keys.next ()).done)
console.log (iter.value);
console.log();
// 2. Go for values()
var values = arr.values();
while (!(iter = values.next ()).done)
console.log (iter.value);
| {
"content_hash": "9c2267913ec6d91b9dd76e8131a44bb5",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 44,
"avg_line_length": 20,
"alnum_prop": 0.6033333333333334,
"repo_name": "toshok/echojs",
"id": "a1264cddad16a56c63417f806ddacf770df46220",
"size": "320",
"binary": fals... |
package org.apache.falcon.extensions.mirroring.hdfs;
import org.apache.commons.lang3.StringUtils;
import org.apache.falcon.FalconException;
import org.apache.falcon.entity.ClusterHelper;
import org.apache.falcon.entity.v0.cluster.Cluster;
import org.apache.falcon.extensions.AbstractExtension;
import java.util.Prope... | {
"content_hash": "f843b41bdbfbbcb35386ff2cea2a4f7c",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 118,
"avg_line_length": 42.79611650485437,
"alnum_prop": 0.699410163339383,
"repo_name": "sriksun/falcon",
"id": "ef26d81f895b04e77f73f676fed52fbf11ecdcb5",
"size": "5214"... |
<?php
namespace Cheetahmail\Campaigns\SmsUnit;
class ListCustom
{
/**
* @var ListUnitSmsParam $unitSMSParam
*/
protected $unitSMSParam = null;
/**
* @param ListUnitSmsParam $unitSMSParam
*/
public function __construct($unitSMSParam)
{
$this->unitSMSParam = $unitSMSPara... | {
"content_hash": "2a92efbdc550449453bed92d964cf720",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 50,
"avg_line_length": 19.16216216216216,
"alnum_prop": 0.6036671368124118,
"repo_name": "pgrimaud/cheetahmail-sdk",
"id": "ed63425a6534e6f0c62e63e4d2c4eaf0308c57ff",
"size... |
namespace Castle.Facilities.NHibernate
{
using System;
using System.Diagnostics.Contracts;
using global::NHibernate;
[ContractClassFor(typeof(ISessionManager))]
internal abstract class ISessionManagerContract : ISessionManager
{
ISession ISessionManager.OpenSession()
{
Contract.Ensures(Cont... | {
"content_hash": "760c2fc4705dd119e924e1e2b3a2213d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 66,
"avg_line_length": 22.555555555555557,
"alnum_prop": 0.7389162561576355,
"repo_name": "n054/Castle.Facilities.NHibernate",
"id": "203037305de02f4b32fc6e95b2571122492b918a... |
package ms.safi.btsync;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.nio.file.Files;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.SystemUtils;
import org.codehaus.jackson.JsonEncoding;
import org.codehaus.jackson.JsonFactory... | {
"content_hash": "011e23358beecb2557f3025683c3c7a0",
"timestamp": "",
"source": "github",
"line_count": 321,
"max_line_length": 133,
"avg_line_length": 29.018691588785046,
"alnum_prop": 0.7113258185721953,
"repo_name": "osafi/BTSync-Java",
"id": "fc535c50c02b6e5b714d0a849b108bb91e7d7320",
"size": "... |
<?php
defined('JPATH_BASE') or die;
$data = $displayData;
// Receive overridable options
$data['options'] = !empty($data['options']) ? $data['options'] : array();
if ($data['view'] instanceof MenusViewItems)
{
$doc = JFactory::getDocument();
$doc->addStyleDeclaration("
/* Fixed filter field in search bar */
... | {
"content_hash": "4be6abe2758ce17fd14235c9a93b6cb3",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 100,
"avg_line_length": 23.945945945945947,
"alnum_prop": 0.6693002257336343,
"repo_name": "yaelduckwen/libriastore",
"id": "2be8cef926ab54538315a908546fa0b9a9873356",
"siz... |
<?php
// Get the PHP helper library from twilio.com/docs/php/install
require_once '/path/to/vendor/autoload.php'; // Loads the library
use Twilio\Rest\Client;
// Your Account Sid and Auth Token from twilio.com/user/account
$accountSid = "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
$authToken = "your_auth_token";
$workspaceS... | {
"content_hash": "60bf05bc5cf552ae83ea8c0dc5926eaa",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 65,
"avg_line_length": 29.608695652173914,
"alnum_prop": 0.7283406754772394,
"repo_name": "teoreteetik/api-snippets",
"id": "5da8c0c22b9ca5e0b8b64296e9cd848b3d8183b6",
"siz... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rndetectnavbarandroid" >
</manifest>
| {
"content_hash": "14b41b2bdd491177599755147cac5b67",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 68,
"avg_line_length": 40.5,
"alnum_prop": 0.7222222222222222,
"repo_name": "lequanghuylc/react-native-detect-navbar-android",
"id": "cf557cd5e8f70befc4714618a71a3da9c222336d"... |
docker build -t asn1_codec_dev:latest -f Dockerfile.dev . | {
"content_hash": "c2afb3c6e75a21f6589812b7e08304ed",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 57,
"avg_line_length": 57,
"alnum_prop": 0.7719298245614035,
"repo_name": "usdot-jpo-ode/asn1_codec",
"id": "b50093abc7c4571d4720e79935bf5f63c080dbf0",
"size": "57",
"bina... |
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
# Code is not reloaded between requests.
config.cache_classes = true
# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web serve... | {
"content_hash": "3032a8c03c4270eab66a0e78f755e867",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 102,
"avg_line_length": 41.604395604395606,
"alnum_prop": 0.7406233491811939,
"repo_name": "jshopsin/Hawk_Set",
"id": "575652db2ed6b1eeed52acec63a8f947a8e28ab5",
"size": "3... |
namespace TMDbLib.Objects.Movies
{
public enum ReleaseDateType
{
Premiere = 1,
TheatricalLimited = 2,
Theatrical = 3,
Digital = 4,
Physical = 5,
TV = 6
}
} | {
"content_hash": "cd78441e70d5fcb40e2d755bae61c92b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 33,
"avg_line_length": 18,
"alnum_prop": 0.5185185185185185,
"repo_name": "LordMike/TMDbLib",
"id": "1ae882b254b8ea0a56eeb6a0c2504159138cffd5",
"size": "218",
"binary": f... |
import { exposeGlobally, normalizeFlag } from '@flopflip/adapter-utilities';
import {
type TAdapterEventHandlers,
type TAdapterStatus,
type TAdapterStatusChange,
type TFlagName,
type TFlags,
type TFlagsChange,
type TFlagVariation,
type TMemoryAdapterArgs,
type TMemoryAdapterInterface,
type TUpdateFl... | {
"content_hash": "8fb2f9bee0c7fa9cbaed687bb8c56d2e",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 93,
"avg_line_length": 26.469565217391306,
"alnum_prop": 0.7030223390275953,
"repo_name": "tdeekens/flopflip",
"id": "0269627f73dbab2028578193d286bc173f1924ad",
"size": "6... |
UNIX_ElementInPolicyRoleCollectionFixture::UNIX_ElementInPolicyRoleCollectionFixture()
{
}
UNIX_ElementInPolicyRoleCollectionFixture::~UNIX_ElementInPolicyRoleCollectionFixture()
{
}
void UNIX_ElementInPolicyRoleCollectionFixture::Run()
{
CIMName className("UNIX_ElementInPolicyRoleCollection");
CIMNamespaceName nam... | {
"content_hash": "e7e0a3f2d074704432ee5f6135dde416",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 121,
"avg_line_length": 27.536585365853657,
"alnum_prop": 0.7059344552701505,
"repo_name": "brunolauze/openpegasus-providers-old",
"id": "a249583194685050ac8fba2d5b2c68d091cc... |
"""
[env]
# Conda Environment
conda create --name automate_po_job python=3.9.7
conda info --envs
source activate automate_po_job
conda deactivate
# if needed to remove
conda env remove -n [NAME_OF_THE_CONDA_ENVIRONMENT]
[path]
cd /Users/brunoflaven/Documents/03_git/BlogArticlesExamples/automate_po_job_demo_support/00... | {
"content_hash": "7d36e388e34683e746fc5d3fe3fd1dbd",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 104,
"avg_line_length": 19.633333333333333,
"alnum_prop": 0.7357102433503112,
"repo_name": "bflaven/BlogArticlesExamples",
"id": "8e61a111db1fa7c2d50f953236b0747feb048f90",
... |
PDI=GEN006460
#Start-Lockdown
# Couldn't find any reference to this in the documentation or scripts. Until
# more or updated info can be provided I'm moving this to a manual check.
| {
"content_hash": "f98f7d990745da966b72abca7b34639c",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 77,
"avg_line_length": 30.666666666666668,
"alnum_prop": 0.7717391304347826,
"repo_name": "tomhurd/clip",
"id": "9a5a7accf82110aa48e88f68484447c90e73178e",
"size": "2727",
... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Bull. natn. Sci. Mus. , Tokyo, B 2(4): 129 (1976)
#### Original name
Protocreopsis musicola Yoshim. Doi
### Remarks
null | {
"content_hash": "1144b221b419e25dae387465552448d8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 49,
"avg_line_length": 14.153846153846153,
"alnum_prop": 0.6793478260869565,
"repo_name": "mdoering/backbone",
"id": "44d66dbc2a8a2c0aa642b7953b76d2a82a18083a",
"size": "24... |
// Copyright (c) Microsoft Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0.
// See License.txt in the project root for license information.
using System;
using System.Net;
using System.Net.Security;
using System.Security.Cryptography.X509Certificates;
using CompatCheckAnd... | {
"content_hash": "24928209ca328bc1c3185f1896094d63",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 212,
"avg_line_length": 35.61224489795919,
"alnum_prop": 0.6061127029608405,
"repo_name": "Azure/Azure-Websites-Migration-Tool",
"id": "f0a98514317d7d34d2c61ce2aaf69b015cb32... |
import MemoizedFieldCmd from '../classes/MemoizedFieldCmd';
export function memoized(computeFn) {
return new MemoizedFieldCmd(computeFn);
}
export default memoized;
| {
"content_hash": "5295d1e60c4ba5bc0839738d8dd67553",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 59,
"avg_line_length": 21.25,
"alnum_prop": 0.7941176470588235,
"repo_name": "mangojuicejs/mangojuice",
"id": "71bafbf4fa37d8476824b7377614d3dfd706f630",
"size": "170",
"b... |
package main
import (
"encoding/json"
"strings"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/lambda"
)
func addPermissionToLambdaFromCloudWatchEvents(lc *lambda.Lambda, rules []Rule) error {
for _, rule := range rules {
for _, target := range rule.Targets {
if !IsLambdaFunction(target... | {
"content_hash": "16024ce07fdb0622850efe5a890c390f",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 88,
"avg_line_length": 24.948979591836736,
"alnum_prop": 0.681799591002045,
"repo_name": "unasuke/maekawa",
"id": "ae520bdb9144ac3cbcd16d5650e7b9f504d4a007",
"size": "2445"... |
using System;
namespace Braintree
{
public class SearchNode<T>
{
protected string Name;
protected T Parent;
public SearchNode(string name, T parent)
{
Name = name;
Parent = parent;
}
}
}
| {
"content_hash": "bbff43b694dff6fda7e82a386561d75e",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 48,
"avg_line_length": 16.5625,
"alnum_prop": 0.5245283018867924,
"repo_name": "scottmeyer/braintree_dotnet",
"id": "c63cb5093dab6b96b8b5780b2bc126a3a445e9d8",
"size": "295... |
package com.opencredo.concursus.domain.events.batching;
import com.opencredo.concursus.domain.events.Event;
import com.opencredo.concursus.domain.events.channels.EventsOutChannel;
import java.util.LinkedList;
import java.util.List;
import java.util.UUID;
final class BufferingEventBatch implements EventBatch {
s... | {
"content_hash": "eafa338d2f5c7c788a17b495b0e38671",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 85,
"avg_line_length": 27.024390243902438,
"alnum_prop": 0.7148014440433214,
"repo_name": "opencredo/concursus",
"id": "65c2794bcc7c9332038ef73a86d9c3a19f1e4e76",
"size": "... |
namespace chrono {
namespace vehicle {
// -----------------------------------------------------------------------------
ChTrackShoeDoublePin::ChTrackShoeDoublePin(const std::string& name, DoublePinTrackShoeType topology)
: ChTrackShoeSegmented(name), m_topology(topology) {}
ChTrackShoeDoublePin::~ChTrackShoeDoubl... | {
"content_hash": "8949dae1cdf395767c1ff81a06f2300a",
"timestamp": "",
"source": "github",
"line_count": 594,
"max_line_length": 120,
"avg_line_length": 46.6986531986532,
"alnum_prop": 0.5959479433288871,
"repo_name": "projectchrono/chrono",
"id": "fc3d465c629bb66153a5f7cf34d1e6f46be3a58c",
"size": ... |
layout: default
title: "Consumer Credit And Debt"
---
{% include interests/consumer-credit-and-debt.md %}
### Who is interested in Consumer Credit And Debt?
* [Yvonne Fovargue]({{ site.baseurl }}/members/yvonne-fovargue.html)
| {
"content_hash": "30b5e4971aeecf99f94fdf47e89aaafa",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 68,
"avg_line_length": 21,
"alnum_prop": 0.7186147186147186,
"repo_name": "JeniT/childs-guide-to-parliament",
"id": "0da736f9f2a55bc00419eee819bf8c32cdc968fc",
"size": "351... |
var util = require('util');
var TEMPLATE = '' +
'window.__html__ = window.__html__ || {};\n' +
'window.__html__[\'%s\'] = \'%s\'';
var escapeContent = function(content) {
return content.replace(/'/g, '\\\'').replace(/\r?\n/g, '');
};
var createHtml2JsPreprocessor = function(logger, basePath) {
var log = log... | {
"content_hash": "088ce8b107ae93a4646a3fdc08bd211f",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 66,
"avg_line_length": 27.51851851851852,
"alnum_prop": 0.6379542395693136,
"repo_name": "Agilefreaks/karma-html2js-preprocessor",
"id": "32533517b9103a9183fc7fb4b5b8f95b3ded... |
using System;
using System.Collections.Generic;
using System.Web;
using ServiceStack.Common;
using ServiceStack;
using GatecoinServiceInterface.Response;
namespace GatecoinServiceInterface.Request{
[Route("/Bank/Accounts/{Currency}/{Location}", "GET", Summary = @"Get internal bank account for deposit", Notes = @"")]
p... | {
"content_hash": "4e7b98276290beca1a680b0082b147fa",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 137,
"avg_line_length": 42.5,
"alnum_prop": 0.7581699346405228,
"repo_name": "Gatecoin/api-gatecoin-dotnet",
"id": "d5b038dcf0b47e927c31a6ecf12a5762badf0011",
"size": "765"... |
package org.kie.dmn.feel.runtime.functions;
import java.time.ZonedDateTime;
import java.time.temporal.TemporalAccessor;
import org.kie.dmn.api.feel.runtime.events.FEELEvent;
import org.kie.dmn.feel.runtime.functions.FEELFnResult;
public class NowFunction
extends BaseFEELFunction {
public NowFunction()... | {
"content_hash": "14756bd206b7ef18c120eb0dd7b29cea",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 60,
"avg_line_length": 21.681818181818183,
"alnum_prop": 0.7211740041928721,
"repo_name": "sutaakar/drools",
"id": "33bdeeb578ae539df10de098318c3d806c070087",
"size": "1098... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.