text stringlengths 2 1.04M | meta dict |
|---|---|
var Groups = require.main.require('./src/groups');
var async = require.main.require('async');
var db = require.main.require('./src/database');
var privileges = require.main.require('./src/privileges');
var posts = require.main.require('./src/posts');
(function () {
Groups.getLatestMemberPosts = function (groupName... | {
"content_hash": "fd37a283b92c5670e5e3e8afc3919a19",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 80,
"avg_line_length": 35.06060606060606,
"alnum_prop": 0.5108038029386344,
"repo_name": "revir/nodebb-theme-v2mm",
"id": "e11b26d5bbf7a264307647cf00c205194a6b58af",
"size"... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache Lic... | {
"content_hash": "f52046fab52237e1bb8058e0fb80be02",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 201,
"avg_line_length": 39.4375,
"alnum_prop": 0.6465927099841522,
"repo_name": "yanzhijun/jclouds-aliyun",
"id": "e005ecf90cd097ade67848ccedafbbfe6d440aef",
"size": "4417... |
package dbconn.jaxws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
@XmlRootElement(name = "info_boxResponse", namespace = "http:... | {
"content_hash": "57fbc9002d77de22fd5c56ac4961b815",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 72,
"avg_line_length": 23.805555555555557,
"alnum_prop": 0.6569428238039673,
"repo_name": "codewithus/Open-Domain-Question-Answering",
"id": "91273f3e87d1b9cfa73254a92286a8f3... |
angular.module('MassAutoComplete', [])
.directive('massAutocomplete', ["$timeout", "$window", "$document", "$q", function ($timeout, $window, $document, $q) {
'use strict';
return {
restrict: "A",
scope: { options: '&massAutocomplete' },
transclude: true,
template:
'<span ng-transclude></span... | {
"content_hash": "54eeabb915f689d076a5a9b82e592af3",
"timestamp": "",
"source": "github",
"line_count": 345,
"max_line_length": 120,
"avg_line_length": 38.857971014492755,
"alnum_prop": 0.5634044457705505,
"repo_name": "trentniemeyer/CustomizedCalaca",
"id": "4c832cdb0964b31984fe43eca8ed3d4983eca21c"... |
module RackCloud
end
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../../datapathy/lib"))
require 'datapathy'
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + "/../../../../personal/resourceful/lib"))
require 'resourceful'
require 'json'
require File.join(File.dirname(__FILE__), 'datap... | {
"content_hash": "067ff3e10bc812a6a29aa223ef8d58df",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 102,
"avg_line_length": 31.55,
"alnum_prop": 0.6925515055467512,
"repo_name": "paul/rackcloud",
"id": "4ef4cea284a1f5f95cb8cbfa099948618a79ecea",
"size": "632",
"binary":... |
package cgeo.geocaching.utils;
import androidx.annotation.NonNull;
import java.io.IOException;
import java.util.concurrent.atomic.AtomicBoolean;
import io.reactivex.rxjava3.core.Single;
import io.reactivex.rxjava3.disposables.Disposable;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.OkHttpClient;
impo... | {
"content_hash": "75b8f33a09de10731d516781c55254b9",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 119,
"avg_line_length": 31.796296296296298,
"alnum_prop": 0.6092020966802563,
"repo_name": "matej116/cgeo",
"id": "991da6ebe38542e6a6a9a0caad6bb9f0bb3f79df",
"size": "1717"... |
package org.apache.hadoop.hbase.master.procedure;
import java.io.IOException;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.hbase.InvalidFamilyOperationException;
import org.apache.hadoop.hbase.TableName;
import org.apache.hadoop... | {
"content_hash": "ed9c2240dc642890a7441fbc64a67518",
"timestamp": "",
"source": "github",
"line_count": 355,
"max_line_length": 105,
"avg_line_length": 35.540845070422534,
"alnum_prop": 0.7273519854165016,
"repo_name": "JingchengDu/hbase",
"id": "fd9937834a6319734bb383fbd5a1d634915fccdf",
"size": "... |
package org.apache.activemq.test;
import java.io.File;
import java.lang.reflect.Array;
import javax.jms.Connection;
import javax.jms.ConnectionFactory;
import javax.jms.Destination;
import javax.jms.JMSException;
import javax.jms.Message;
import javax.jms.TextMessage;
import junit.framework.TestCase;
import org.ap... | {
"content_hash": "6b09e4a10ef73ea56dd42d9cb2659a0b",
"timestamp": "",
"source": "github",
"line_count": 243,
"max_line_length": 147,
"avg_line_length": 30.736625514403293,
"alnum_prop": 0.6161467398580801,
"repo_name": "chirino/activemq",
"id": "6acb807b99b163748dd0b6763db09f19e7b5dce0",
"size": "8... |
package org.springframework.core.annotation;
import java.lang.annotation.Annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.... | {
"content_hash": "f6dcd2c66827ee9667e6576e6f4b7fb8",
"timestamp": "",
"source": "github",
"line_count": 1556,
"max_line_length": 171,
"avg_line_length": 39.830976863753214,
"alnum_prop": 0.7981831969924327,
"repo_name": "spring-projects/spring-framework",
"id": "c70c576559b5b3de97496e2011d10704c20c85... |
package org.sosy_lab.java_smt.solvers.smtinterpol;
import de.uni_freiburg.informatik.ultimate.logic.FunctionSymbol;
import de.uni_freiburg.informatik.ultimate.logic.Script;
import de.uni_freiburg.informatik.ultimate.logic.Sort;
import de.uni_freiburg.informatik.ultimate.logic.Term;
import de.uni_freiburg.informatik.ul... | {
"content_hash": "be1996c8a1c035f297a892ccfc35a4ad",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 86,
"avg_line_length": 27.789473684210527,
"alnum_prop": 0.7095959595959596,
"repo_name": "sosy-lab/java-smt",
"id": "9887a1b67835f9e5bb249ec3deb68b66202ce945",
"size": "3... |
namespace swift {
namespace markup {
class MarkupContext;
class MarkupASTNode;
class Paragraph;
class ParamField;
class ReturnsField;
class ThrowsField;
/// The basic structure of a doc comment attached to a Swift
/// declaration.
struct CommentParts {
Optional<const Paragraph *> Brief;
ArrayRef<const MarkupASTNo... | {
"content_hash": "55b6193bee8fa35c7068203ad784b3f3",
"timestamp": "",
"source": "github",
"line_count": 715,
"max_line_length": 83,
"avg_line_length": 25.834965034965034,
"alnum_prop": 0.6869315721091381,
"repo_name": "johnno1962d/swift",
"id": "e8d0ae756401f8166fe9e5b2116d841f1bb6e983",
"size": "1... |
<?php
/**
* Created by PhpStorm.
* User: james
* Date: 20/03/2014
* Time: 23:29
*/
namespace Swifty\Spotify;
class APITest extends \PHPUnit_Framework_TestCase {
/**
* test the basic setters and getters
*/
public function testSettersAndGetters()
{
$lib = new API('lookup',1);
... | {
"content_hash": "453727890306c0c7e66080d85cd38a9f",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 85,
"avg_line_length": 30.120689655172413,
"alnum_prop": 0.5975958786491128,
"repo_name": "irvingswiftj/spotifyLib",
"id": "0249f1e3805504a447cccc302cfab2376046304a",
"size... |
require 'set'
class CalendarDate < ActiveRecord::Base
extend ScheduleFu::Finder
has_many :event_dates, :class_name=>'CalendarEventDate', :readonly => true
has_many :events, :through => :event_dates
validates_presence_of :value
validates_inclusion_of :weekday, :in => 0..6
validates_inclusion_of :monthday... | {
"content_hash": "df0f0eda437acd4601df48ad5287d6e3",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 87,
"avg_line_length": 28.776315789473685,
"alnum_prop": 0.6401463191586648,
"repo_name": "angelic/schedule_fu",
"id": "023f0cfdd865d78311c0c2cb2d597958b7291917",
"size": "... |
/* Make GCC agree with types.h. */
#undef SIZE_TYPE
#undef PTRDIFF_TYPE
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#undef TARGET_OS_CPP_BUILTINS
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
if (!c_dialect_cxx () && !flag_iso) \
{ \
builtin_define ("hppa"); \
buil... | {
"content_hash": "c0f1cc0f27d9ce8d0ec3a466f18d12a8",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 80,
"avg_line_length": 29.91304347826087,
"alnum_prop": 0.6366279069767442,
"repo_name": "shaotuanchen/sunflower_exp",
"id": "7d5fc79a26dcb03b884475ddfc52388e9cdec3b5",
"si... |
namespace llvm {
class ModuleSummaryIndex;
class Module;
namespace object {
class ObjectFile;
/// This class is used to read just the module summary index related
/// sections out of the given object (which may contain a single module's
/// bitcode or be a combined index bitcode file). It builds a ModuleSummaryIndex
... | {
"content_hash": "d369d1c2880f1e6dc7d66bbde76f170b",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 80,
"avg_line_length": 35.883116883116884,
"alnum_prop": 0.7343467245747376,
"repo_name": "ensemblr/llvm-project-boilerplate",
"id": "6205927039dcd7684a2e3db1c4c5cf023d94915b... |
using BooksServiceSample.Models;
using System;
using System.Collections.Generic;
namespace BooksServiceSample.Services
{
public interface IBookChaptersService
{
void Add(BookChapter bookChapter);
void AddRange(IEnumerable<BookChapter> chapters);
IEnumerable<BookChapter> GetAll();
... | {
"content_hash": "986ccf463164576dc52e2266b4174807",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 57,
"avg_line_length": 27.5625,
"alnum_prop": 0.7120181405895691,
"repo_name": "ProfessionalCSharp/ProfessionalCSharp7",
"id": "23566a444b5809f86aa1e662f4c46d705d319f03",
"... |
#include "config.h"
#if defined(POLARSSL_CIPHER_C)
#include "polarssl/cipher_wrap.h"
#if defined(POLARSSL_AES_C)
#include "polarssl/aes.h"
#endif
#if defined(POLARSSL_CAMELLIA_C)
#include "polarssl/camellia.h"
#endif
#if defined(POLARSSL_DES_C)
#include "polarssl/des.h"
#endif
#if defined(POLARSSL_BLOWFISH_C)
#... | {
"content_hash": "eb28572b722e4294edd33009ff2a6440",
"timestamp": "",
"source": "github",
"line_count": 684,
"max_line_length": 107,
"avg_line_length": 22.450292397660817,
"alnum_prop": 0.6408569940088564,
"repo_name": "redfern314/uplink",
"id": "08adbb55639655a06c31170c90246c01ba2f14e9",
"size": "... |
package io.github.exaberries.boa.command;
import java.util.ArrayList;
import io.github.exaberries.boa.fixture.Fixture;
import io.github.exaberries.boa.show.CueData;
public class FixtureAttributeCommand implements Command {
private ArrayList<Fixture> fixtures;
private CueData data;
public FixtureAttributeCommand... | {
"content_hash": "329f3309a73d1b6c1295ffbfab43c679",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 76,
"avg_line_length": 22.166666666666668,
"alnum_prop": 0.7706766917293233,
"repo_name": "ExaBerries/litan",
"id": "7ff62736f8f2352d3336be2693fc068fcc56d379",
"size": "532... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ac649602ae2cea01c4cfd2e5dc1a0502",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "04950f09f8b16afe2963398d227b649c8d959dc9",
"size": "183... |
name "ohai"
default_version "master"
source git: "https://github.com/opscode/ohai.git"
relative_path "ohai"
dependency "ruby"
dependency "rubygems"
dependency "bundler"
build do
env = with_standard_compiler_flags(with_embedded_path)
bundle "install --without development", env: env
gem "build ohai.gemspec", ... | {
"content_hash": "87f906713955cb105fdae3a99489adc6",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 56,
"avg_line_length": 19.9,
"alnum_prop": 0.7010050251256281,
"repo_name": "3ofcoins/chef-omnibus-software",
"id": "00265da4918b897dbd988ee7a9a34441705658cc",
"size": "104... |
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('realtime', '0060_auto_20180506_1815'),
]
operations = [
migrations.CreateModel(
name='EarthquakeMigration',
fields=[
... | {
"content_hash": "bccf342c4c592c74767efb1a67c53f8c",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 114,
"avg_line_length": 50.84444444444444,
"alnum_prop": 0.5926573426573427,
"repo_name": "AIFDR/inasafe-django",
"id": "99ac40a424be58c1d010254467e884b6e100af11",
"size": ... |
<!DOCTYPE html>
<html lang>
<head><meta name="generator" content="Hexo 3.9.0">
<!-- hexo-inject:begin --><!-- hexo-inject:end --><meta charset="UTF-8">
<!-- responsive -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>迷宫算法的更正 [ Bingo ]</title>
<link rel="apple-touch-icon" sizes=... | {
"content_hash": "85d28fb7a5f4a981a4e9a9133e1d6b40",
"timestamp": "",
"source": "github",
"line_count": 278,
"max_line_length": 205,
"avg_line_length": 33.92446043165467,
"alnum_prop": 0.5833951860884318,
"repo_name": "BentleyBlanks/bentleyblanks.github.io",
"id": "97d677306cc77030e89e8118df5a11f3b0b... |
package googlemaps
import (
"fmt"
"net/url"
"github.com/zquestz/s/providers"
)
func init() {
providers.AddProvider("googlemaps", &Provider{})
}
// Provider merely implements the Provider interface.
type Provider struct{}
// BuildURI generates a search URL for Google Maps.
func (p *Provider) BuildURI(q string) ... | {
"content_hash": "2627dda1d3007bbec4e6740b3b5a170e",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 93,
"avg_line_length": 21.44,
"alnum_prop": 0.7145522388059702,
"repo_name": "zquestz/s",
"id": "013443e3587fd7e2540dc76691b9afc4c260dd0a",
"size": "536",
"binary": false... |
package org.nohope.jaxb2.plugin.validation;
import org.nohope.jaxb2.plugin.Jaxb2PluginTestSupport.BuildFailureValidator;
import org.xml.sax.SAXParseException;
import static org.junit.Assert.*;
/**
* @author <a href="mailto:ketoth.xupack@gmail.com">Ketoth Xupack</a>
* @since 2013-10-17 17:10
*/
class ParseExceptionVa... | {
"content_hash": "70daf621dd90f3c57875dc97dbdf8701",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 76,
"avg_line_length": 30.266666666666666,
"alnum_prop": 0.7323788546255506,
"repo_name": "no-hope/java-toolkit",
"id": "849f9fe1efdc12c58fe3485f598bb47d02796e34",
"size": ... |
/**
* @fileoverview Rule to flag assignment of the exception parameter
* @author Stephen Murray <spmurrayzzz>
*/
"use strict";
const astUtils = require("./utils/ast-utils");
//------------------------------------------------------------------------------
// Rule Definition
//--------------------------------------... | {
"content_hash": "c4107e04f1c0b88327fa3c45c3303c5e",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 88,
"avg_line_length": 26.745098039215687,
"alnum_prop": 0.4941348973607038,
"repo_name": "platinumazure/eslint",
"id": "cd56c94af7587cb39d1e95a9558e239832ffb07a",
"size": ... |
All prices (listing, booking, bankwire, refund, ...) are stored in cents and in the default app currency
defined by `cocorico.currency` parameter.
Entities decimal prices are accessed though `getXXXDecimal` methods.
## VAT
Listing price fixing can be set with or without VAT included depending on the parameter `coc... | {
"content_hash": "8cbb45cc5432fad51026fc5a74be3579",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 117,
"avg_line_length": 33.610169491525426,
"alnum_prop": 0.7044881492687847,
"repo_name": "Cocolabs-SAS/cocorico",
"id": "21c18eac13444bc6db0291f2514e9c5d2af9101e",
"size"... |
enum GameEnemyLevel {
GameEnemyLevelEasy,
GameEnemyLevelMedium,
GameEnemyLevelHard
};
@interface GameEnemy : GameTank
{
NSUInteger wallSensor;
NSUInteger leftSensor;
NSUInteger rightSensor;
NSUInteger turretSensorWallContact;
GameEnemyLevel level;
NSUInteger inaccuracyAngle;
... | {
"content_hash": "5c4fd2e3875a25a7c40649c8911e29ce",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 40,
"avg_line_length": 20.095238095238095,
"alnum_prop": 0.7227488151658767,
"repo_name": "johndpope/FinalFighter-mac",
"id": "315eb3ca9fad61cdc961889fd44301a06637a545",
"s... |
package org.apache.arrow.vector;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.util.ArrayList;
import java.util.Map;
import org.apache.arrow.memory.ArrowBuf;
import org.apach... | {
"content_hash": "47a0b008e8cc7aa949fbc5177088d4ef",
"timestamp": "",
"source": "github",
"line_count": 687,
"max_line_length": 92,
"avg_line_length": 35.082969432314414,
"alnum_prop": 0.6284125798688905,
"repo_name": "xhochy/arrow",
"id": "3b85ed6fe6986e931cd1a84f53a5292d2bbad37a",
"size": "24902"... |
package org.pac4j.vertx.handler.impl;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.core.http.HttpMethod;
import io.vertx.core.logging.Logger;
import io.vertx.core.logging.LoggerFactory;
import io.vertx.ext.web.Router;
import io.vertx.ext.web.RoutingContext;
import org.pac4j.core.config.Co... | {
"content_hash": "d8835fa92a82f5e0c32a6f6ae4e319fd",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 128,
"avg_line_length": 43.296875,
"alnum_prop": 0.7091302778780224,
"repo_name": "HendrikLanghammer/vertx-pac4j",
"id": "e42179e3b2ce2632ccd2157ab5096fd17d177aa0",
"size":... |
package winter.config.model;
import org.testng.Assert;
import org.testng.annotations.Test;
public class PropertyTest {
@Test
public void getConstructorType_byte() {
Property property = new Property(5, Property.PrimitiveType.BYTE);
Assert.assertEquals(property.getConstructorType(), Byte.TYPE);... | {
"content_hash": "c19e65e5543cb0d4c2e4c1914afaf7d7",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 98,
"avg_line_length": 30.46153846153846,
"alnum_prop": 0.6683501683501684,
"repo_name": "aviadbd/winter",
"id": "890199c72ee4797e7995bfdd1752435a84ac01e0",
"size": "2376",... |
title: warbloggers
author: alba
layout: post
permalink: /2003/03/24/warbloggers/
categories:
- web
tags:
- web
---
[warbloggers][1]
[1]: http://www.washingtonpost.com/wp-dyn/articles/A12179-2003Mar22.html "'Webloggers,' Signing On as War Correspondents (washingtonpost.com)" | {
"content_hash": "4743065227642d9395b46800e574d6c7",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 143,
"avg_line_length": 23.333333333333332,
"alnum_prop": 0.7428571428571429,
"repo_name": "ericalba/ericalba.github.io",
"id": "a01cb0633bf41446ccd246c981222b99a7dc75bb",
... |
@interface VoucherServer () <NSNetServiceDelegate>
@property (copy, nonatomic) NSString *displayName;
@property (copy, nonatomic) NSString *uniqueSharedId;
@property (assign, nonatomic) BOOL isAdvertising;
@property (assign, nonatomic) BOOL shouldBeAdvertising;
@property (assign, nonatomic) BOOL isConnectedToClient;
... | {
"content_hash": "6eacc81cb4e0a34d2ac5181aa1ea00e5",
"timestamp": "",
"source": "github",
"line_count": 239,
"max_line_length": 149,
"avg_line_length": 32.17573221757322,
"alnum_prop": 0.6775032509752926,
"repo_name": "almas73/Voucher",
"id": "5225c8f0959c7100db95e2282672c1bf8cf55fc1",
"size": "793... |
namespace EF读写分离.Model
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Spatial;
[Table("AuthTokenControlCenter")]
public partial class AuthTokenControlCenter
{
... | {
"content_hash": "086b5eacbad40ed65679e998c5b27fe9",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 58,
"avg_line_length": 24.885714285714286,
"alnum_prop": 0.6211251435132032,
"repo_name": "luoyefeiwu/Jerry",
"id": "7a734870bcc72bd1fc3362cd784d960e625d9387",
"size": "879... |
"""
Fork of pynxos library from network to code and mzbenami
Reimplemented by ktbyers to support XML-RPC in addition to JSON-RPC
"""
from __future__ import unicode_literals
class NXAPIError(Exception):
"""Generic NXAPI exception."""
pass
class NXAPICommandError(NXAPIError):
def __init__(self, command... | {
"content_hash": "ab7b7a90b767737f9f8e2dda106bacdf",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 67,
"avg_line_length": 18.94,
"alnum_prop": 0.6568109820485745,
"repo_name": "spotify/napalm",
"id": "144e8ae1feda43a568831a1c5adc8d651cb2a950",
"size": "947",
"binary": ... |
<HTML><HEAD>
<TITLE>Review for Saving Private Ryan (1998)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120815">Saving Private Ryan (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy... | {
"content_hash": "dcdeee79ebb31436b36ebd803c7df076",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 203,
"avg_line_length": 62.741176470588236,
"alnum_prop": 0.765047815488468,
"repo_name": "xianjunzhengbackup/code",
"id": "26217935cd3970e86c96c74d0f5612ade6c449b3",
"size... |
bool Loading::init()
{
if (!Layer::init())
{
return false;
}
m_index = 0;
auto window_width = Director::getInstance()->getVisibleSize().width;
auto window_height = Director::getInstance()->getVisibleSize().height;
// autoload resources plist
this->schedule(schedule_selector(Loading::loadResources), 0.2f);
... | {
"content_hash": "2529ecbc37988ad79ff38cb5195033a2",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 90,
"avg_line_length": 25.76829268292683,
"alnum_prop": 0.7288215806909607,
"repo_name": "blighli/iPhone2015",
"id": "f5784db3607b0002099bc04753dcad8346ee371c",
"size": "21... |
The MIT License (MIT)
Copyright (c) 2016 Felipe Soares
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pu... | {
"content_hash": "9837956335daf1bdccddb902b19eb355",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 78,
"avg_line_length": 51.42857142857143,
"alnum_prop": 0.8037037037037037,
"repo_name": "Felipe31/Ramalingam-Reps",
"id": "6993a07c735874372b2de94de055c2bc3b7423c4",
"size... |
<?php if ( ! defined( 'ABSPATH' ) ) exit;
/**
* Class NF_MergeTags_Calcs
*/
final class NF_MergeTags_Calcs extends NF_Abstracts_MergeTags
{
protected $id = 'calcs';
protected $_default_group = FALSE;
public function __construct()
{
parent::__construct();
$this->title = __( 'Calculat... | {
"content_hash": "bace3e86a434b0dd7db09350aca88545",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 82,
"avg_line_length": 29.666666666666668,
"alnum_prop": 0.492776886035313,
"repo_name": "1001hz/wpnoonan",
"id": "87e95f194ca7c248088c97ec7189ab03d40af55f",
"size": "1869"... |
package org.sakaiproject.component.section;
import java.io.Serializable;
import java.sql.Time;
import java.util.ArrayList;
import java.util.List;
import org.sakaiproject.section.api.coursemanagement.Course;
import org.sakaiproject.section.api.coursemanagement.CourseSection;
/**
* A detachable CourseSection for per... | {
"content_hash": "cc3c17bc0c37e05240bbb7abf24b7f04",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 134,
"avg_line_length": 27.83783783783784,
"alnum_prop": 0.6990291262135923,
"repo_name": "eemirtekin/Sakai-10.6-TR",
"id": "5d847b17a4762352ed8da8ec61901606662d3269",
"si... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenTK;
namespace BehaviourEngine.Example
{
public class Zombie : GameObject
{
public Vector2 Size = Vector2.One * 0.75f;
private Vector2 direction = -Vector2.UnitX;
... | {
"content_hash": "a487f401e315a11e16b60fe24298726d",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 100,
"avg_line_length": 27.386138613861387,
"alnum_prop": 0.5300072306579898,
"repo_name": "SaverioDiLazzaro/BehaviourEngine",
"id": "9bd7b1906bb0d054ac360b33bdb645f063230fa... |
<?php
/**
* @see Zym_Recaptcha_Exception
*/
require_once 'Zym/Recaptcha/Exception.php';
/**
* @see Zym_Recaptcha_Response
*/
require_once 'Zym/Recaptcha/Response.php';
/**
* @author Jurrien Stutterheim
* @category Zym
* @package Zym_Recaptcha
* @copyright Copyright (c) 2008 Zym. (http://www.zym-pr... | {
"content_hash": "434785dea8905e1afa682789c59bc3ae",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 102,
"avg_line_length": 26.944162436548222,
"alnum_prop": 0.521665410700829,
"repo_name": "robinsk/zym",
"id": "e53cff16ac9fe28a66619c1bd144fd02790ad74e",
"size": "5679",
... |
package it.w0rd.filters;
import it.w0rd.api.auth.AuthenticationProvider;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.mock.web.MockHttpServletResponse;
import javax.servlet.FilterChain;
import javax.s... | {
"content_hash": "78cebffa0f0d53d9edb9b8a4b2ce2dfa",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 118,
"avg_line_length": 41.48936170212766,
"alnum_prop": 0.7415384615384616,
"repo_name": "Armandorev/url-shortener",
"id": "032e7052911bda52b48e012b59797e0082b2f94d",
"siz... |
package org.apache.webbeans.web.jetty9;
import java.io.IOException;
import java.security.Principal;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
impor... | {
"content_hash": "8c90d569276fb4d24152079dfc5a8ee0",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 130,
"avg_line_length": 24.114754098360656,
"alnum_prop": 0.6070700203942896,
"repo_name": "apache/openwebbeans",
"id": "359294f416de9c731760b8039ed603986c7f93c8",
"size": ... |
#ifndef Magnum_Trade_TextureData_h
#define Magnum_Trade_TextureData_h
/** @file
* @brief Class @ref Magnum::Trade::TextureData
*/
#include "Magnum/Array.h"
#include "Magnum/Sampler.h"
#include "Magnum/visibility.h"
namespace Magnum { namespace Trade {
/**
@brief Texture data
*/
class TextureData {
public:
... | {
"content_hash": "8af45a40ad62a8142aa7e6aa593f48e9",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 431,
"avg_line_length": 35.36893203883495,
"alnum_prop": 0.6082898709854515,
"repo_name": "MiUishadow/magnum",
"id": "b942959b390ee9d95e2c34ecd568d617ee51878b",
"size": "4... |
package org.dbmaintain.script.analyzer;
import org.apache.commons.lang.StringUtils;
import java.util.SortedSet;
/**
* @author Filip Neven
* @author Tim Ducheyne
* @since 6-feb-2009
*/
public class ScriptUpdatesFormatter {
/**
* @param scriptUpdates The script updates, not null
* @return An print... | {
"content_hash": "f6e36a8aa2e97f39bd1ccaa0da47dc2d",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 149,
"avg_line_length": 50.973333333333336,
"alnum_prop": 0.6408579649489929,
"repo_name": "fcamblor/dbmaintain-maven-plugin",
"id": "3f22caf631f9f5189c8d404ac6be206a2c677dca... |
using System;
using System.Linq;
using System.Threading;
using System.Collections.Concurrent;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Common.Services;
using Common.Utilities;
using Common.Messages;
using Common.EndpointMappers;
name... | {
"content_hash": "3d9e6593a2aaadc8c5f06c940b660f17",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 120,
"avg_line_length": 35.22,
"alnum_prop": 0.5239920499716071,
"repo_name": "long2know/distributed-actor-system",
"id": "ea6d2f80bfa37bfb0f56142bcd9b1a6c1b741a40",
"size... |
package fluentd
import (
"fmt"
"net"
"net/http"
"net/http/httptest"
"net/url"
"testing"
"github.com/stretchr/testify/require"
"github.com/influxdata/telegraf/testutil"
)
// sampleJSON from fluentd version '0.14.9'
const sampleJSON = `
{
"plugins": [
{
"plugin_id": "object:f48698",
"plugin_... | {
"content_hash": "f3d5389e2b16dc4db5f0f890a70c6031",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 142,
"avg_line_length": 36.5,
"alnum_prop": 0.6252283105022831,
"repo_name": "Brightspace/telegraf",
"id": "9cd67ecdc3a6ff7ff8d14f3647dbdcfc8cd8ebd6",
"size": "8760",
"b... |
require_relative 'spec_helper'
module Barometer
describe WeatherBug, vcr: {
cassette_name: 'WeatherBug'
} do
it 'auto-registers this weather service as :weather_bug' do
expect( Barometer::WeatherService.source(:weather_bug) ).to eq Barometer::WeatherBug
end
describe '.call' do
let(:qu... | {
"content_hash": "0a01c17ed126a3bb85ab86c79d65b797",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 90,
"avg_line_length": 36.56470588235294,
"alnum_prop": 0.6106821106821106,
"repo_name": "attack/barometer-weather_bug",
"id": "b81f7d9ca0d42181ba1e596fe744dc9cac7938d8",
"... |
INT32 CS_INIT(CS_T *cs)
{
pthread_mutexattr_t attr;
pthread_mutexattr_init(&attr);
pthread_mutexattr_settype(&attr,PTHREAD_MUTEX_RECURSIVE_NP);
return pthread_mutex_init(cs,&attr);
}
INT32 CS_ENTER(CS_T *cs)
{
return pthread_mutex_lock(cs);
}
INT32 CS_LEAVE(CS_T *cs)
{
return pthread_mutex_... | {
"content_hash": "211d8f14b93bc13fbfcde9033a6e79b0",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 64,
"avg_line_length": 18.68888888888889,
"alnum_prop": 0.6587395957193817,
"repo_name": "hykych/socks5",
"id": "9355dd5d6aa80d7cdfc79d009a4e20cba99e62cd",
"size": "865",
... |
'use strict';
const msRest = require('ms-rest');
const msRestAzure = require('ms-rest-azure');
const WebResource = msRest.WebResource;
/**
* Get the certificate from the provisioning service.
*
* @param {string} certificateName Name of the certificate to retrieve.
*
* @param {string} resourceGroupName Resource... | {
"content_hash": "7d9defb127283468086e8336271116d7",
"timestamp": "",
"source": "github",
"line_count": 2021,
"max_line_length": 265,
"avg_line_length": 45.13508164275111,
"alnum_prop": 0.682069328422022,
"repo_name": "xingwu1/azure-sdk-for-node",
"id": "d939454b0030bec5a20c131cd8d2ec4f50fae657",
"... |
//
// UserCenterViewController.m
// XXRouter
//
// Created by Shawn on 2017/5/9.
// Copyright © 2017年 Shawn. All rights reserved.
//
#import "UserCenterViewController.h"
#import "TestRouter.h"
@interface UserCenterViewController ()
@end
@implementation UserCenterViewController
+ (void)load
{
XXRouterItem *... | {
"content_hash": "a29b8617e0f53e779f8f465020514df3",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 140,
"avg_line_length": 31.310344827586206,
"alnum_prop": 0.7098017621145375,
"repo_name": "ShawnCow/XXRouter",
"id": "0c0a2b8eb94c0b1596cfb04b1fb3935adad82d45",
"size": "1... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_13) on Sun Jan 24 12:52:51 EST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Interface edu.uci.ic... | {
"content_hash": "c845c70da76fc1346a9446a8530af474",
"timestamp": "",
"source": "github",
"line_count": 486,
"max_line_length": 448,
"avg_line_length": 66.13786008230453,
"alnum_prop": 0.6831347416233705,
"repo_name": "tobyclemson/msci-project",
"id": "bc3809aa4972fe743fa1c8c31b385fa7b9db82d2",
"si... |
package me.thuanle;
import java.io.File;
import java.io.IOException;
import com.leapmotion.leap.Controller;
import com.leapmotion.leap.Frame;
import com.leapmotion.leap.Gesture;
import com.leapmotion.leap.GestureList;
import com.leapmotion.leap.KeyTapGesture;
import com.leapmotion.leap.Listener;
import com.leapmotion... | {
"content_hash": "bf3b548f66d011ddae9f4385679df706",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 95,
"avg_line_length": 38.03191489361702,
"alnum_prop": 0.5794405594405594,
"repo_name": "glass-earth/glass-earth",
"id": "f891c963ed929be95cc1f3d18767be9e46b84868",
"size... |
<?php
namespace app\models;
use Yii;
use yii\db\ActiveRecord;
use \yii\web\IdentityInterface;
class User extends ActiveRecord implements IdentityInterface
{
public $id;
public $username;
public $password;
public $authKey;
public $accessToken;
/**
* @inheritdoc 建立模型表
*/
public st... | {
"content_hash": "2ed247c4274d6ae8a4970cb7532498d8",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 74,
"avg_line_length": 18.238095238095237,
"alnum_prop": 0.5321148825065274,
"repo_name": "zxx1988328/ytwo",
"id": "2bf111f08c169dbf505ddd8884d34ee929f0aba7",
"size": "194... |
.class public interface abstract Lcom/android/settings/widget/GearPreference$OnGearClickListener;
.super Ljava/lang/Object;
.source "GearPreference.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/android/settings/widget/GearPreference;
.end annotation
.annotation system Lda... | {
"content_hash": "c7c3f3631f6e3a5c645603ab34103cf5",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 97,
"avg_line_length": 28.210526315789473,
"alnum_prop": 0.8097014925373134,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "6b87541894728fdbbfa4da15a0264dff995d7972",
"size"... |
import "reflect-metadata";
import {expect} from "chai";
import {Post} from "./entity/Post";
import {Connection} from "../../../../../src/connection/Connection";
import {closeTestingConnections, createTestingConnections, reloadTestingDatabases} from "../../../../utils/test-utils";
describe("database schema > column len... | {
"content_hash": "d65254c7ea16b8c5ddf249c06cefdafc",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 119,
"avg_line_length": 46.31147540983606,
"alnum_prop": 0.6608849557522124,
"repo_name": "gintsgints/typeorm",
"id": "64a9d7f8fe57ed74c5ae8e4cb27c336357decc2c",
"size": "2... |
import styles from './index.css';
export default React => ({
label,
icon,
}) => (
<button className={styles.dark}>
<div>{icon}</div>
<div>{label}</div>
</button>
);
| {
"content_hash": "2acc64ed2e3207af03292e2aca06e688",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 33,
"avg_line_length": 17.3,
"alnum_prop": 0.5953757225433526,
"repo_name": "VinSpee/react-redux-postcss-boilerplate",
"id": "7d7b2f68e1ce59605d315144fbf6893890977038",
"si... |
[](https://travis-ci.org/enilsen16/Eefgilm)
[](http://badge.fury.io/rb/eefgilm)
[](https://waffle.io/eni... | {
"content_hash": "8a017c77d6494f2e7cab592268fab507",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 232,
"avg_line_length": 43.828828828828826,
"alnum_prop": 0.7710174717368962,
"repo_name": "enilsen16/Eefgilm",
"id": "b0fd878bb930b3ff068aa7d9d4d7693fd5c9d6c2",
"size": "... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_152-release) on Fri Dec 21 14:31:46 CST 2018 -->
<title>G-Index</title>
<meta name="date" content="2018-12-21">
<link rel="stylesheet" type="te... | {
"content_hash": "573511b2d66e5813b0080498e4a57ee4",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 385,
"avg_line_length": 42.99285714285714,
"alnum_prop": 0.6579165974414355,
"repo_name": "turbolinks/turbolinks-android",
"id": "3a705d25931fc344c6921a4b27032b347ed6f7b2",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "133c4ffb012b00463a866813ce548f52",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "48691066e138a41135c3f7ca882f329b1d0fdd45",
"size": "202... |
package run
import (
"fmt"
"os"
"runtime"
"runtime/pprof"
log "github.com/Sirupsen/logrus"
pp "github.com/megamsys/libgo/cmd"
"github.com/megamsys/megdcui/subd/httpd"
"github.com/megamsys/megdcui/meta"
)
// Server represents a container for the metadata and storage data and services.
// It is built using a c... | {
"content_hash": "cd8b8c15b35f391c5ee5b810a1647cdb",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 99,
"avg_line_length": 21.30817610062893,
"alnum_prop": 0.6688311688311688,
"repo_name": "vijaykanthm28/megdcui",
"id": "b0dfd4f577778479dbc7be72143c301ebb69dfe7",
"size":... |
from gi.repository import Gst
Gst.init(None)
from numpy import fromstring
import subprocess
import traceback
from threading import Timer
from TurtleArt.taconstants import XO1, XO4
import logging
log = logging.getLogger('turtleart-activity')
log.setLevel(logging.ERROR)
# Initial device settings
RATE = 48000
MIC_BOO... | {
"content_hash": "3f61f0b3e8f8ff32957e96b46133b97f",
"timestamp": "",
"source": "github",
"line_count": 493,
"max_line_length": 79,
"avg_line_length": 36.21906693711968,
"alnum_prop": 0.568660394265233,
"repo_name": "walterbender/turtleart",
"id": "15660d98d92049edf4db0033677394a02b64ef01",
"size":... |
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ClientDetailsComponent } from './client-details.component';
describe('ClientDetailsComponent', () => {
let component: ClientDetailsComponent;
let fixture: ComponentFixture<ClientDetailsComponent>;
beforeEach(async(() => {
Te... | {
"content_hash": "f6eb448481ac3b81deb388a3511bb3f0",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 73,
"avg_line_length": 27.28,
"alnum_prop": 0.6935483870967742,
"repo_name": "jibanez74/BusinessPanel",
"id": "9ebce45b64b1aa06e9f3a2f1cbcaa4293af07e63",
"size": "682",
"... |
#ifndef __D3D11RENDERWINDOW_H__
#define __D3D11RENDERWINDOW_H__
#include "OgreD3D11Prerequisites.h"
#include "OgreRenderWindow.h"
#if OGRE_PLATFORM == OGRE_PLATFORM_WINRT
#pragma warning( disable : 4451 ) // http://social.msdn.microsoft.com/Forums/en-US/winappswithnativecode/thread/314b5826-0a66-4307-abfe-87b8052c... | {
"content_hash": "727ec93d3a2728b0c0da3824c637a291",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 149,
"avg_line_length": 33.90355329949239,
"alnum_prop": 0.7355891600539003,
"repo_name": "albmarvil/The-Eternal-Sorrow",
"id": "2f16a7026acc63d3b716a0a2236be34a127929d5",
... |
import java.io.FileReader;
import java.util.ArrayList;
import org.json.simple.*;
import org.json.simple.parser.JSONParser;
public class coreServiceFramework extends DoLogging {
static String tmpDir = "/tmp/";
public String callService(String service, String method, ArrayList<functionParam> params){
JSONObject re... | {
"content_hash": "ce083b931627b11e94cb8df123a0067e",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 99,
"avg_line_length": 31.265151515151516,
"alnum_prop": 0.6648897504240369,
"repo_name": "hemantverma1/ServerlessPlatform",
"id": "32d498c40ddda2e2e2891cff9c11179d7ff041a7"... |
require 'mdtex/version'
require 'mdtex/util'
require 'capture_std'
module Mdtex
end
Dir[File.join(File.dirname(__FILE__), 'mdtex/tasks', '**/*.rake')].each { |rake| load rake }
| {
"content_hash": "440c43dc5a4a0667e0ba7f789d333615",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 92,
"avg_line_length": 22.375,
"alnum_prop": 0.6815642458100558,
"repo_name": "izumin5210/mdTeX",
"id": "149c888acc7d13f22054fdf39814491f674cbf44",
"size": "179",
"binary"... |
package com.shejiaomao.weibo.activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.ListView;
import android.widget.TextView;
import com.cattong.entity.StatusCatalog;
import com.shejiaomao.wei... | {
"content_hash": "3069eeb278c436c1cd1df75053a4a12b",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 88,
"avg_line_length": 32.74285714285714,
"alnum_prop": 0.7866492146596858,
"repo_name": "Terry-L/YiBo",
"id": "d93a08d2e65223b853cb32e85ec6911539ba1ec2",
"size": "4584",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4e436bc67021b0355563c39aff2a2790",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "8dbf0d21411662b272f858df10092dcd1259c236",
"size": "199... |
import os, sys; sys.path.insert(0, os.path.join("..",".."))
from nodebox.graphics import *
from nodebox.graphics.physics import Particle, Force, System
# This example demonstrates the Animation object,
# which can be used to store and replay a sequence of image frames.
# This is useful for caching pre-rendered effect... | {
"content_hash": "6543f4bf81d02105d99c093e3a2dfa6c",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 90,
"avg_line_length": 38,
"alnum_prop": 0.6976076555023923,
"repo_name": "nodebox/nodebox-opengl",
"id": "bc82ccc442c4e8e26dd6a4696aed26b85678bc1f",
"size": "2166",
"bin... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
J. Jap. Bot. 47(9): 257 (1972)
#### Original name
Usnea nipparensis f. reagens Asahina
### Remarks
null | {
"content_hash": "2778cbbf011b3198c8fa2c9b55d36f82",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 36,
"avg_line_length": 12.846153846153847,
"alnum_prop": 0.6826347305389222,
"repo_name": "mdoering/backbone",
"id": "d3006d5b1e8091b9d926e13bd84ffa196dfc1f3b",
"size": "22... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) WSO2 Inc. (http://www.wso2.org) 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.apa... | {
"content_hash": "3ea52172ff927f8a657ca258890e7819",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 201,
"avg_line_length": 37.945945945945944,
"alnum_prop": 0.6944444444444444,
"repo_name": "ayshsandu/jaggery-extensions",
"id": "54ae8d3d436fadf5c0887b388708108d983d4f7f",
... |
package Google::Ads::AdWords::v201406::ManagedCustomerLink;
use strict;
use warnings;
__PACKAGE__->_set_element_form_qualified(1);
sub get_xmlns { 'https://adwords.google.com/api/adwords/mcm/v201406' };
our $XML_ATTRIBUTE_CLASS;
undef $XML_ATTRIBUTE_CLASS;
sub __get_attr_class {
return $XML_ATTRIBUTE_CLASS;
}
... | {
"content_hash": "3114c1cffc440cad3779516611fb900f",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 90,
"avg_line_length": 18.647540983606557,
"alnum_prop": 0.6857142857142857,
"repo_name": "gitpan/Google-Ads-AdWords-Client",
"id": "3e8f62671445fc7010de13d1a1de6e7c385e3c16... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="camipro_plugin_title">Camipro</string>
<color name="camipro_plus">#459900</color>
<color name="camipro_minus">#E30000</color>
<string name="camipro_current_balance">Solde actuel</string>
<string name="camipro_ebanking_1month_tit... | {
"content_hash": "d789350705e959ea09ec45ec7565c836",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 322,
"avg_line_length": 59.97142857142857,
"alnum_prop": 0.7265364459266317,
"repo_name": "ValentinMinder/pocketcampus",
"id": "93dd706ea10965526d8f711b7adbf38f5bd44929",
"... |
var _ = require('underscore');
var async = require('async');
var glob = require('glob');
var path = require('path');
var DEFAULTS = {
base: '.',
extensions: ['js']
};
var ADD_NAME = /(define\s*\(\s*)([^\s'"])/;
var CHANGE_NAME = /(define\s*\(\s*['"]).*?(['"])/;
var DEFINE =
/define\s*\(\s*(?:['"](.*?)['"]\s*,\s*... | {
"content_hash": "fa813ab1095fdcfe5d7e8d0985eb48d6",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 80,
"avg_line_length": 31.611764705882354,
"alnum_prop": 0.5790844808336435,
"repo_name": "caseywebdev/cogs-transformer-concat-amd",
"id": "4720c32a69b4b7fcb1c274e25b5ac207fd... |
package com.arckenver.nations.cmdexecutor.nationadmin;
import java.util.stream.Collectors;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext;
import org... | {
"content_hash": "74e4e06379ccdbe044955afe67c40e57",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 119,
"avg_line_length": 41,
"alnum_prop": 0.7533438237608182,
"repo_name": "Arckenver/Nations",
"id": "a378cb92e7139a46dc6a0cfd83be6f3f26b9bdc8",
"size": "2542",
"binary"... |
package io.vertx.test.codegen.testjsonmapper.ambiguousoverload;
import io.vertx.codegen.annotations.VertxGen;
import java.time.ZonedDateTime;
/**
* @author <a href="mailto:julien@julienviet.com">Julien Viet</a>
*/
@VertxGen
public interface APIInterfaceWithZonedDateTime {
static ZonedDateTime deserialize(String... | {
"content_hash": "3a3b90f7e388f25c0d176acbd1c2a453",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 65,
"avg_line_length": 22.047619047619047,
"alnum_prop": 0.7775377969762419,
"repo_name": "eclipse-vertx/vertx-codegen",
"id": "089c98567adc376134728e5383fbd85eec9a0e02",
"... |
'use strict';
/*global $, msp*/
msp.Controller.prototype.datasetValueWidget = function (args) {
var self = this,
attr = {
container: self.selector,
id: args.id,
pretext: args.pretext || '',
},
attr2,
widget = null;
if (!args.elem_pre) {
... | {
"content_hash": "8b5ba985c72ebc758139ec156a1c6f41",
"timestamp": "",
"source": "github",
"line_count": 474,
"max_line_length": 125,
"avg_line_length": 33.5,
"alnum_prop": 0.47219598211474273,
"repo_name": "ajolma/SmartSeaMSPTool",
"id": "b918e222ca752a22b94824be255065643fbe8568",
"size": "17186",
... |
using System;
using System.Net;
using System.Web;
using System.Web.Routing;
using SuperScript.ExternalFile.Storage;
namespace SuperScript.ExternalFile.Handlers
{
/// <summary>
/// Causes a request to be made to the <see cref="IStore"/> implementation to remove the store.
/// </summary>
public class Remove : IHttp... | {
"content_hash": "e7d05d8384e833d46a32b18f8a92773b",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 132,
"avg_line_length": 26.508196721311474,
"alnum_prop": 0.6573902288188003,
"repo_name": "Supertext/SuperScript.ExternalFile",
"id": "c53ef744ca55b9ebee29095afc7b59d3c933aa... |
let _isActive = false;
export const LOG_LEVELS = {
ERROR: 1,
WARNING: 2,
NORMAL: 4
};
export const configureLogger = (options) => {
options = options || {};
_isActive = options.isActive;
};
export const log = (message, logLevel) => {
if (!_isActive) { return; }
logLevel = logLevel || LOG_... | {
"content_hash": "73974c03c4a8f33d5047783b32b40f91",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 81,
"avg_line_length": 25.333333333333332,
"alnum_prop": 0.5994152046783626,
"repo_name": "flashrecruit/belay",
"id": "9514d3672814100122c8abbf6f24727697141756",
"size": "6... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Data.Entity.Metadata;
using Microsoft.Data.Entity.Migrations;
namespace MvcMovie.Migrations
{
public partial class CreateIdentitySchema : Migration
{
protected override void Up(MigrationBui... | {
"content_hash": "ea4c560b16a484b0a64822604576b0e9",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 122,
"avg_line_length": 47.18421052631579,
"alnum_prop": 0.5055772448410485,
"repo_name": "NemoChenTW/MvcMovie",
"id": "438ced4713fa5e66078ec4e6b79a15365600af37",
"size": ... |
// 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.Collections.Immutable;
using Microsoft.CodeAnalysis.ExternalAccess.FSharp.Internal;
namespace Microso... | {
"content_hash": "450a3906f26a6bec1c05bf96392d0f1a",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 74,
"avg_line_length": 34.294117647058826,
"alnum_prop": 0.7444253859348199,
"repo_name": "davkean/roslyn",
"id": "8a0cac5050b58b071df4e5b122ff3bf7933dd791",
"size": "585",... |
Some webworkers for a rewards system
| {
"content_hash": "53bdd8e8e5e9320e6de6a6fd20d69e83",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 36,
"avg_line_length": 37,
"alnum_prop": 0.8378378378378378,
"repo_name": "Sun-Wukong/sc_workers",
"id": "947d82cc9adf1b834242fa233c88728b99d06ba5",
"size": "50",
"binary"... |
import { PolymerElement, html } from '@polymer/polymer/polymer-element.js';
class HomePage extends PolymerElement {
static get template() {
return html`
<div class="card">
<h1>Home</h1>
<p>This is a sample Polymer One Page Application generated automatically with the Polymer CLI.</p>
... | {
"content_hash": "2377cf76ff74f95434e42935953df403",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 106,
"avg_line_length": 24.75,
"alnum_prop": 0.6641414141414141,
"repo_name": "google/security-crawl-maze",
"id": "b8525b29f616d87ce4d05c7d41a02706b46c08c2",
"size": "928",... |
require 'spec_helper'
describe 'apache::mod::reqtimeout', :type => :class do
let :pre_condition do
'class { "apache":
default_mods => false,
}'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:con... | {
"content_hash": "cf68b961d1ce38b2f14023d78ce28c4e",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 161,
"avg_line_length": 46.12173913043478,
"alnum_prop": 0.5859728506787331,
"repo_name": "carvefx/puphpet-testing",
"id": "97aa7db453d990a9829af3d8525aa9d335c9ec16",
"siz... |
package loon.utils;
import loon.LSystem;
import loon.geom.PointF;
import loon.geom.RectF;
public class URecognizerAnalyze {
protected int _tx, _ty;
protected int state;
protected int _key = -1;
protected boolean gesture = true;
protected TArray<PointF> points = new TArray<PointF>(256);
protected URecogni... | {
"content_hash": "ff06dd2d85cc923551de2413b7df64ea",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 84,
"avg_line_length": 16.18103448275862,
"alnum_prop": 0.6771443793287161,
"repo_name": "cping/LGame",
"id": "71e0c86613f32f55bfe56ef4015b1254ec48087a",
"size": "2584",
... |
package gov.hhs.fha.nhinc.docsubmission.adapter.deferred.response;
import javax.annotation.Resource;
import javax.xml.ws.BindingType;
import javax.xml.ws.WebServiceContext;
import javax.xml.ws.soap.Addressing;
/**
*
* @author JHOPPESC
*/
@BindingType(value = javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING)
@Addr... | {
"content_hash": "fe5024d49995f34ead3c58fd7b722103",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 129,
"avg_line_length": 35.17391304347826,
"alnum_prop": 0.7948084054388134,
"repo_name": "beiyuxinke/CONNECT",
"id": "df5f6b1d29e50542ca320b1e27248f991c6d1ff9",
"size": "2... |
package com.bagri.server.hazelcast.impl;
import static com.bagri.core.Constants.pn_client_dataFactory;
import static com.bagri.core.Constants.pn_schema_address;
import static com.bagri.core.Constants.pn_schema_name;
import static com.bagri.core.Constants.pn_schema_password;
import static com.bagri.core.Constants... | {
"content_hash": "3294388bd22da9b9205c320ad4d5d123",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 92,
"avg_line_length": 31.811475409836067,
"alnum_prop": 0.7335738211801082,
"repo_name": "dsukhoroslov/bagri",
"id": "ffa7740823da840e1afcb9f3975867569fb96c3b",
"size": "... |
1. [Overview](#overview)
2. [Module Description - What the module does and why it is useful](#module-description)
3. [Setup - The basics of getting started with php](#setup)
* [What php affects](#what-php-affects)
* [Setup requirements](#setup-requirements)
* [Beginning with php](#beginning-with-php)
4. [Us... | {
"content_hash": "9de33dccfeb65bc93971775bc7574421",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 123,
"avg_line_length": 28.39080459770115,
"alnum_prop": 0.738663967611336,
"repo_name": "wiredobjects/puppet-php",
"id": "e8b2ec83f5e96f8d4bb15e17beefc0ce9259d223",
"size... |
define('app', ['angular', 'angular-ui-router', 'angular-cookie', 'cookies', 'angular-translate', 'loading-bar', 'socket'], function(angular) {
var app = angular.module('app', [
'ui.router',
'chieffancypants.loadingBar',
'ivpusic.cookie',
'pascalprecht.translate',
'ngCookies',... | {
"content_hash": "bcf724c72abeff665adb364626216d12",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 142,
"avg_line_length": 29.529411764705884,
"alnum_prop": 0.47649402390438245,
"repo_name": "cv21/mootkit",
"id": "32324e77e533a178d2fef877a8503aeb7a486382",
"size": "2510"... |
package com.bramblellc.myapplication.services;
public class ActionConstants {
public static final String REGISTER_ACTION = "com.bramblellc.myapplication.services.REGISTER";
public static final String LOGIN_ACTION = "com.bramblellc.myapplication.services.LOGIN";
public static final String ANALYZE_ACTION = ... | {
"content_hash": "d4e45ac5e128270c65c86e2a04b83503",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 98,
"avg_line_length": 46.5,
"alnum_prop": 0.7935483870967742,
"repo_name": "BrambleLLC/H4H_2015",
"id": "4c7d96ad9c9c2e4cca9648737557f0731e22c8fc",
"size": "465",
"binar... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="tab_def_normal_color">#aaff4400</color>
<color name="tab_def_selected_color">#ffff2200</color>
<color name="tab_def_indicator_color">#ffff2200</color>
<color name="tab_def_pager_primary_color">#2f2459</color>
<color name="nav_def_line_... | {
"content_hash": "deba162425ea133e3dab16b7096d0572",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 79,
"avg_line_length": 42.44444444444444,
"alnum_prop": 0.6963350785340314,
"repo_name": "SilentWolf1993/TabPager",
"id": "baca4eeb9cbce284051048df86c4742f423c5208",
"size":... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache... | {
"content_hash": "55211013615f9c375d78aecb2986d314",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 204,
"avg_line_length": 40.75,
"alnum_prop": 0.7075664621676891,
"repo_name": "apache/felix-dev",
"id": "3ca125fe7b1054783211a0169e7363fd5657798c",
"size": "1467",
"binar... |
if (typeof dojo != "undefined")
{
dojo.provide("org.cometd.TimeStampExtension");
}
/**
* The timestamp extension adds the optional timestamp field to all outgoing messages.
*/
org.cometd.TimeStampExtension = function()
{
this.outgoing = function(message)
{
message.timestamp = new Date().toUTCSt... | {
"content_hash": "2ccdd3d4a26fbb41d41f7af55c27b37f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 86,
"avg_line_length": 20.11111111111111,
"alnum_prop": 0.6602209944751382,
"repo_name": "iSynthetica/yii-poland",
"id": "474aa6aeef59a6962c87803b801ed5973bfbf809",
"size":... |
#ifndef PROFILE_H_
#define PROFILE_H_
#include "State.h"
#include "EmissionTable.h"
#define PROFILE_FILENAME_LENGTH 256
typedef struct Profile {
char name[STATE_NAME_LENGTH];
char filename[PROFILE_FILENAME_LENGTH];
uint16_t length;
struct EmissionTable* emission_tables;
} Profile;
struct Profile* ... | {
"content_hash": "0f6a094202f27c00f64375b22cc5dcef",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 69,
"avg_line_length": 26.64,
"alnum_prop": 0.7402402402402403,
"repo_name": "hillerlab/CESAR2.0",
"id": "81271452ff9bf22945d9c1fd787821dc0d745392",
"size": "743",
"binar... |
package org.eclipse.ceylon.javax.tools;
import org.eclipse.ceylon.javax.lang.model.element.Modifier;
import org.eclipse.ceylon.javax.lang.model.element.NestingKind;
import org.eclipse.ceylon.javax.tools.ForwardingFileObject;
import org.eclipse.ceylon.javax.tools.JavaFileObject;
import org.eclipse.ceylon.javax.tools.... | {
"content_hash": "70f6b11e2fcc93a6fc30f984f2655a97",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 79,
"avg_line_length": 30.133333333333333,
"alnum_prop": 0.7404129793510325,
"repo_name": "ceylon/ceylon",
"id": "8a5a36f1d676e8781b70cc6f4dc9ed08b7eea91c",
"size": "2568",... |
<?php
/**
* Created by PhpStorm.
* User: karlvaniseghem
* Date: 19/10/15
* Time: 17:15
*/
namespace Bakgat\Notos\Tests\Domain\Model\Identity;
use Bakgat\Notos\Domain\Model\Identity\DomainName;
use Bakgat\Notos\Domain\Model\Identity\DomainNameIsUnique;
use Bakgat\Notos\Domain\Model\Identity\DomainNameSpecificati... | {
"content_hash": "e3b6c0fdccf3212d633cca146614b025",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 94,
"avg_line_length": 26.673076923076923,
"alnum_prop": 0.665465032444124,
"repo_name": "bakgat/notos",
"id": "7db41de6c1f853102394933f7d8c562e993f9823",
"size": "1387",
... |
<p>(<a href="/">Home</a>)</p>
$body$
<a href="https://github.com/housejeffries-pages/$pageId$/blob/master/page.md"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/forkme_right_green_007200.png" alt="Fork me on GitHub"></a>
| {
"content_hash": "a1118929daae2179a87db89b50f1c19d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 207,
"avg_line_length": 49.4,
"alnum_prop": 0.6558704453441295,
"repo_name": "seagreen/housejeffries",
"id": "c4258f1c306fe2a44b9ee997966ce5c5819b3bd5",
"size": "247",
"bi... |
class CEOSAIStrategicAIOrder_DeclareWar : public CEOSAIStrategicAIOrder
{
public:
CEOSAIStrategicAIOrder_DeclareWar( CEOSAIStrategicAI* pStrategicAI ) : CEOSAIStrategicAIOrder( pStrategicAI ){ m_iTargetPlayer = 0; }
void SetTarget( int iTargetPlayer ){ m_iTargetPlayer = iTargetPlayer; }
virtual void Execute( l... | {
"content_hash": "5b62bd7599d572292f22669a045bb8be",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 135,
"avg_line_length": 36.54545454545455,
"alnum_prop": 0.7786069651741293,
"repo_name": "BritClousing/EOSAI",
"id": "434bf69c8899592b8e96235dc45f1d3926ed9841",
"size": "4... |
package banana
import (
"sort"
)
// Letter represents a tile character.
type Letter rune
const (
// noLetter is used in the absense of a valid letter to return.
noLetter = Letter(rune(0))
)
// String turns the letter into a string.
func (l Letter) String() string {
return string(l)
}
// Tiles represents a set ... | {
"content_hash": "0dc575e14e1d97dc700640272068a737",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 78,
"avg_line_length": 18.78,
"alnum_prop": 0.6240681576144835,
"repo_name": "bcspragu/Bananagrama",
"id": "19d727d67cbe2c020277efe399a7241dcd78161d",
"size": "2817",
"b... |
<?xml version="1.0"?>
<!--
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<opicmsppdfgenerator>
<general>
<enable_frontend>1</enable_frontend>
</general>
... | {
"content_hash": "2aecb8061d5570f8b36108f8ac13b86f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 142,
"avg_line_length": 28.615384615384617,
"alnum_prop": 0.6129032258064516,
"repo_name": "letunhatkong/tradebanner",
"id": "3095fda968e804d2f6ccf6baf7cf6e6a741fbf42",
"si... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.