text stringlengths 2 1.04M | meta dict |
|---|---|
<?php
namespace APPUser\Form;
use Zend\Form\Form;
class Vendedor extends Form {
public function __construct($name = null, $options = array()) {
parent::__construct('vendedor', $options);
//add filters
$this->setInputFilter(new VendedorFilter());
$this->setAttribute('method', ... | {
"content_hash": "5e96d9321dc9a82c9d7ed7a29317f7b2",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 72,
"avg_line_length": 30.46551724137931,
"alnum_prop": 0.5495189586870401,
"repo_name": "fabiopratta/zend2configurado",
"id": "46c13af1490c8dfb14474d4e33dd92e3cc50a2e6",
"... |
.class public abstract Landroid/support/v4/app/FragmentTransaction;
.super Ljava/lang/Object;
.source "FragmentTransaction.java"
# static fields
.field public static final TRANSIT_ENTER_MASK:I = 0x1000
.field public static final TRANSIT_EXIT_MASK:I = 0x2000
.field public static final TRANSIT_FRAGMENT_CLOSE:I = 0x20... | {
"content_hash": "8c604637b936f78cdc210f683a502abf",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 131,
"avg_line_length": 31.93617021276596,
"alnum_prop": 0.7521652231845436,
"repo_name": "AresS31/SCI",
"id": "a54c629f7d0d23b2a6f0c767cfd2e5f7f03baca2",
"size": "6004",
... |
class InvoiceModeration < ActiveRecord::Base
belongs_to :worker
belongs_to :assignment
belongs_to :invoice
belongs_to :hit
has_many :responses, as: :trackable
FIELDS = [:amount_due, :vendor_id, :tax, :due_date, :number, :other_fee, :date]
enum status: [:not_submited, :submited]
enum moderation_type: [... | {
"content_hash": "417ea5b97440d4c674fbda8bce729c29",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 111,
"avg_line_length": 25.324324324324323,
"alnum_prop": 0.6435432230522946,
"repo_name": "sirius2013/BuildCore",
"id": "d6cc44d9358b8de53133445143cde9f0c1fa7075",
"size":... |
* Su solicitud está siendo procesada, espere ... | {
"content_hash": "ed6a8b5c0184e9e3606d903eead3d713",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 48,
"avg_line_length": 48,
"alnum_prop": 0.75,
"repo_name": "rahmatrasyidi/example-loading-text",
"id": "0dc90db281e4dac2b68dfebc2ca89a913776fa74",
"size": "49",
"binary":... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sun Mar 17 11:03:38 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.swagger.d... | {
"content_hash": "9610e05052fbfb69570babfd386375c7",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 169,
"avg_line_length": 57.592592592592595,
"alnum_prop": 0.7157556270096463,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "a73798b8c4422079aacf6adb37608170c4b0... |
namespace clutil
{
class ocl_ver
{
cl_ulong m;
public:
ocl_ver()
: m(0)
{}
ocl_ver(
const cl_uint major,
const cl_uint minor)
: m(cl_ulong(major) << 32 | minor)
{}
// primary relational ops
bool
operator ==(
const ocl_ver& oth) const;
bool
operator <(
const ocl_ver& oth) const;
// derivative ... | {
"content_hash": "009e92acc02a4c52a665c906d1ec398a",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 37,
"avg_line_length": 13.767241379310345,
"alnum_prop": 0.6656230432060113,
"repo_name": "ChaosGroup/cg2_2014_demo",
"id": "0e93d57cfca2ee770fd8814ce1d53adf27699610",
"si... |
<?php
namespace Geekhub\DreamBundle\EventListener;
use Doctrine\Common\EventSubscriber;
use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
use Geekhub\DreamBundle\Entity\AbstractContribute;
use Geekhub\DreamBundle\Entity\Dream;
use Geekhub\DreamBundle\Entity\Status;
use Geekhub\UserBundle\Entity\User;
use Hip\... | {
"content_hash": "e9f43374b5101ff577bacead8f068d2a",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 218,
"avg_line_length": 32.96449704142012,
"alnum_prop": 0.5546580506192784,
"repo_name": "geekhub-php/CheDream2",
"id": "e1bdfb7cfb358245e936d2ac689f17e11e15da7b",
"size"... |
TMPFILE=/var/tmp/offline$$.log
if [ -f .offline.pid ]; then
echo "Found file .offline.pid. Not starting."
exit 1
fi
serverless offline start 2>1 > $TMPFILE &
PID=$!
echo $PID > .offline.pid
while ! grep "Offline listening" $TMPFILE
do sleep 1; done
rm $TMPFILE | {
"content_hash": "b5010f3b7cb17acc30ee0151148d1a6f",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 49,
"avg_line_length": 19.357142857142858,
"alnum_prop": 0.6826568265682657,
"repo_name": "SC5/sc5-serverless-boilerplate",
"id": "b77535508009c5f0eeb3ad5a17dbcdf205ae5ca1",
... |
<?xml version="1.0" encoding="utf-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
<e... | {
"content_hash": "b7052fe23cca801c4498d1c5ab33d160",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 276,
"avg_line_length": 68.875,
"alnum_prop": 0.6978221415607986,
"repo_name": "efraxpc/restaurante",
"id": "0c4b9e21e1d373acbd1cda21af248aec233804aa",
"size": "1102",
"b... |
/*
* @test
* @bug 8026844
* @summary Test constant negExact
* @compile NegExactIConstantTest.java Verify.java
* @run main NegExactIConstantTest -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseMathExactIntrinsics
*
*/
public class NegExactIConstantTest {
public static void main(St... | {
"content_hash": "f4c0d8679b300434724a4847c65790a2",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 128,
"avg_line_length": 26.8125,
"alnum_prop": 0.7435897435897436,
"repo_name": "rokn/Count_Words_2015",
"id": "0a5e164ba68178917c7d36c22780bb2b9a6e5305",
"size": "1479",
... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true">
<ripple android:color="@color/grey" />
</item>
<item android:state_activated="true"
android:drawable="@color/primary_light"/>
<item android:... | {
"content_hash": "4891e1dc5c9c0a69c6760f475e2e2174",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 69,
"avg_line_length": 30.066666666666666,
"alnum_prop": 0.656319290465632,
"repo_name": "Gperez88/Sunshine",
"id": "b67329b8249f7e20976146fc155d911159a68e9b",
"size": "451... |
<!DOCTYPE frameset SYSTEM "frameset.dtd">
<frameset>
<predicate lemma="contradict">
<note>
Frames file for 'contradict' based on survey of sentences in the WSJ
corpus.
</note>
<roleset id="contradict.01" name="to deny, negate, or oppose" vncls="-">
... | {
"content_hash": "d57e0cb725cbb53c5c1f98209321c41f",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 299,
"avg_line_length": 45.371428571428574,
"alnum_prop": 0.5547858942065491,
"repo_name": "keenon/jamr",
"id": "6d72c26b9f281eb542f8e6047f30a3bb3d0275bc",
"size": "1588",
... |
package org.zstack.sdk.iam2.api;
import java.util.HashMap;
import java.util.Map;
import org.zstack.sdk.*;
public class AddAttributesToIAM2VirtualIDGroupAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
private static final HashMap<String, Paramet... | {
"content_hash": "09c352ce3b0910ad195b63ff810302eb",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 165,
"avg_line_length": 28.951923076923077,
"alnum_prop": 0.6343407505812022,
"repo_name": "zstackorg/zstack",
"id": "a5bb512701d861945cdf0827326af451608d0112",
"size": "3... |
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.rnd7</groupId>
<artifactId>de.rnd7.... | {
"content_hash": "b55c94a548f5c1577e9d41143de09e69",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 67,
"avg_line_length": 32.266666666666666,
"alnum_prop": 0.6714876033057852,
"repo_name": "ggsm/reversi",
"id": "779b09345754af36635c09b93f191fd48202d1c2",
"size": "484",
... |
bootstrapit
===========
Bootstrap skin generator
Adds
-----
- make css (build css only in ./css [default] )
- more flexibility in variables.less (auto calculate fluid grid var with the same non fluid grid ratio)
- add non calculate page width, and calcule row insted
Install
-------
::
sudo apt-g... | {
"content_hash": "6857a88be17683f3ae052cbad93ea0f3",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 107,
"avg_line_length": 18,
"alnum_prop": 0.6666666666666666,
"repo_name": "h3/bootstrapit",
"id": "b91a2a31273555217759063ffdae365897dca086",
"size": "378",
"binary": fa... |
<?php
namespace Google\AdsApi\AdManager\v202211;
/**
* This file was generated from WSDL. DO NOT EDIT.
*/
class ReportErrorReason
{
const DEFAULT_VALUE = 'DEFAULT';
const REPORT_ACCESS_NOT_ALLOWED = 'REPORT_ACCESS_NOT_ALLOWED';
const DIMENSION_VIEW_NOT_ALLOWED = 'DIMENSION_VIEW_NOT_ALLOWED';
const ... | {
"content_hash": "8f0507fbe76797da9159a76c1dfd394b",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 114,
"avg_line_length": 52.2,
"alnum_prop": 0.7380268199233716,
"repo_name": "googleads/googleads-php-lib",
"id": "e8b6135812f137036dd0c484192538541fd651ac",
"size": "2088"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
namespace NetUserMgt.Controllers
{
public class HomeController : Controller
{
public IActionResult Index()
{
return View();
}
... | {
"content_hash": "80b051e49330570264ce46d2b29d8b02",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 71,
"avg_line_length": 19.694444444444443,
"alnum_prop": 0.5430183356840621,
"repo_name": "dledanseur/net-resource-mgr",
"id": "b842f4ccb15bf6115077fd10f50408fbcd039625",
"... |
/* Contributed by Nicola Pero <nicola.pero@meta-innovation.com>, November 2010. */
/* { dg-do run } */
/* { dg-xfail-run-if "Needs OBJC2 ABI" { *-*-darwin* && { lp64 && { ! objc2 } } } { "-fnext-runtime" } { "" } } */
/* Test @synthesize with protocols of protocols. */
#include <stdlib.h>
#include <objc/objc.h>
#in... | {
"content_hash": "4f3eeaf37c954e5518b294f41379ebd7",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 114,
"avg_line_length": 17.011627906976745,
"alnum_prop": 0.6261107313738893,
"repo_name": "the-linix-project/linix-kernel-source",
"id": "929e3803bf95215853eb29e481e1f8e0003... |
title: Grav Development
taxonomy:
category: docs
---
If you want to develop with Grav, you will benefit from a more sophisticated setup than the one required for a regular Grav user. This includes just about any type of development, such as: **Grav Core**, **Grav Plugins**, **Grav Skeletons**, or even **Grav Theme... | {
"content_hash": "bd2ea9ed1c5f2b55121cc7531d4f1214",
"timestamp": "",
"source": "github",
"line_count": 244,
"max_line_length": 649,
"avg_line_length": 62.14754098360656,
"alnum_prop": 0.7615404906357162,
"repo_name": "miljan-aleksic/grav-learn",
"id": "79f36966b599d08c513b67d45297cd7c1874d299",
"s... |
package net.choas.android.ioiotree;
import android.app.Activity;
import android.content.SharedPreferences;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceActivity;
import android.view.Menu;
import android.view.MenuIte... | {
"content_hash": "7aa08f286aa7a743eb5e8441a0d27721",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 70,
"avg_line_length": 28.82608695652174,
"alnum_prop": 0.7164404223227753,
"repo_name": "choas/android-IOIO-tree",
"id": "157d431d39adcd990d86aabf5724dd191f3a065a",
"size"... |
package com.dmdirc.parser.common;
import com.dmdirc.parser.events.ParserEvent;
import net.engio.mbassy.bus.MBassador;
import net.engio.mbassy.bus.config.BusConfiguration;
import net.engio.mbassy.bus.config.Feature;
import net.engio.mbassy.bus.error.IPublicationErrorHandler;
/**
* Parser Callback Manager.
* Manag... | {
"content_hash": "49ba35f9453fa316a79ebfcca3435589",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 80,
"avg_line_length": 33.07692307692308,
"alnum_prop": 0.7395348837209302,
"repo_name": "greboid/Parser",
"id": "3fa79331e13a1c17faca8e87b3996bdc70409a17",
"size": "1986",... |
package org.psjava.ds.map;
import java.util.HashMap;
public class JavaHashMapFactory {
public static MutableMapFactory getInstance() {
return new MutableMapFactory() {
@Override
public <K, V> MutableMap<K, V> create() {
return MutableMapUsingJavaMap.wrap(new HashMa... | {
"content_hash": "0ac4473bd5bed777e0428da8f94fc81a",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 72,
"avg_line_length": 22.61111111111111,
"alnum_prop": 0.5896805896805897,
"repo_name": "psjava/psjava",
"id": "d6814405ee8b82b99df8ffa2386c88d145489cc6",
"size": "407",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cats-in-zfc: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min... | {
"content_hash": "4380747766ed4cfb6c69efc681191dfe",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 159,
"avg_line_length": 41.15217391304348,
"alnum_prop": 0.5561278394083465,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "40376895fa530b2bbc4a7b6ba0ef541a226b6fb1",
... |
// Copyright (C) 2010 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... | {
"content_hash": "71f382c2f39c12035a1d9b316d719608",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 79,
"avg_line_length": 32.1,
"alnum_prop": 0.7468847352024922,
"repo_name": "skurfuerst/gerrit",
"id": "c976e7fcf3a47744a7bcf07a223257a85a77809b",
"size": "1284",
"binary... |
struct Setup {
float speed;
float kp;
float ki;
float kd;
};
struct Mark {
float position; // distance in meters
float acceleration; // mark acceleration
Setup setup; // robot setup
};
#endif
| {
"content_hash": "cc675d5e239fb3f485567a9364b6273d",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 42,
"avg_line_length": 14.857142857142858,
"alnum_prop": 0.6682692307692307,
"repo_name": "Project-Neon/Sloth",
"id": "3371a9038a0b83f6eb6ebd8e415c45a5fe733b5b",
"size": "2... |
require "rails_helper"
RSpec.describe Alchemy::PictureVariant do
let(:image_file) do
File.new(File.expand_path("../../fixtures/500x500.png", __dir__))
end
let(:alchemy_picture) { build_stubbed(:alchemy_picture, image_file: image_file) }
it_behaves_like "has image transformations" do
let(:picture) { d... | {
"content_hash": "78e5871f6059f34a0aacc60b1516e300",
"timestamp": "",
"source": "github",
"line_count": 261,
"max_line_length": 92,
"avg_line_length": 24.74712643678161,
"alnum_prop": 0.5516333797801517,
"repo_name": "robinboening/alchemy_cms",
"id": "b042f679f0a022258749eeb878867cb3542c815e",
"siz... |
package com.amazonaws.services.config.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.config.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
import static com.... | {
"content_hash": "70a83b8cf8c7fd581000a1474a97a9ba",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 145,
"avg_line_length": 39.46478873239437,
"alnum_prop": 0.6531049250535332,
"repo_name": "dagnir/aws-sdk-java",
"id": "06b3cdcc7d590346fc5026991aece60c8ef51fbd",
"size": "... |
findMate.filter('dateFilter', function($filter)
{
return function (items) {
var filtered = [];
var todayDate = new Date();
var todayDay = todayDate.getDate();
for (var i = 0; i < items.length; i++) {
var item = items[i];
var itemDate = item.startDate;
... | {
"content_hash": "19492da3889a49be1113d505ef3bb317",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 49,
"avg_line_length": 28.6875,
"alnum_prop": 0.49673202614379086,
"repo_name": "Foirfeacht/findmates_postgre",
"id": "6c2a03babdbd9b2c68d54674698bdba130f2a2cd",
"size": "4... |
//
// bridging-header.h
// BlueCap
//
// Created by 박재유 on 2016. 6. 1..
// Copyright © 2016년 Troy Stribling. All rights reserved.
//
#ifndef bridging_header_h
#define bridging_header_h
#import "FMDB.h"
#endif /* bridging_header_h */
| {
"content_hash": "4c09fc3cf2e2ae501a76bc1c884b670c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 58,
"avg_line_length": 17.142857142857142,
"alnum_prop": 0.6625,
"repo_name": "cpuu/OTT",
"id": "74a603ad328f0e9b0b76ee8a2b47883c3ee9c731",
"size": "249",
"binary": false... |
ACCEPTED
#### According to
GRIN Taxonomy for Plants
#### Published in
Fl. Algérie 1(1):126. 1888
#### Original name
null
### Remarks
null | {
"content_hash": "07e1fc831a77388a8db0c4cd5d108eab",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 26,
"avg_line_length": 10.846153846153847,
"alnum_prop": 0.6808510638297872,
"repo_name": "mdoering/backbone",
"id": "45ab7e324472efcbc5719e180c3270e61aaf8249",
"size": "22... |
Don't you pay attention to the name of the directory?
Ok, snarkiness aside, this directory contains little code samples
done for my own sake and meant as tests, but not formal ones. | {
"content_hash": "073c7579c03903a24f2b14fd4425c43f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 65,
"avg_line_length": 45.5,
"alnum_prop": 0.7912087912087912,
"repo_name": "aroberge/easygui_qt",
"id": "d8714bd8e3d3af876fdbf1a97300a4b92a71a666",
"size": "182",
"binary... |
import React from 'react'
const Location = () =>
<div>
The location page
</div>
const styles = {
}
export default Location
| {
"content_hash": "23a1d194f412dff6cded9d208b75a66b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 25,
"avg_line_length": 11.166666666666666,
"alnum_prop": 0.6417910447761194,
"repo_name": "TUIHackfridays/tuise-poc",
"id": "3591acef9afed66ac35a5b0cf225b94acbd5a587",
"siz... |
'use strict';
/* global stripHash: true */
/**
* ! This is a private undocumented service !
*
* @name $browser
* @requires $log
* @description
* This object has two goals:
*
* - hide all the global state in the browser caused by the window object
* - abstract away all the browser specific features and inconsi... | {
"content_hash": "38e980d7afe0f5bd3da5709d9e736a4b",
"timestamp": "",
"source": "github",
"line_count": 456,
"max_line_length": 107,
"avg_line_length": 33.526315789473685,
"alnum_prop": 0.6185243328100472,
"repo_name": "yuichimaruyama/angular.js",
"id": "a9299343778db0aec831e4a9d32deaf72e37d539",
"... |
package rss.feed.reader.ui.presenters;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import io.reactivex.Completable;
import rss.feed.reader.managers.UserManager;
import rss.feed.reader.ui.contracts.SignInContract;
import rss.feed.reader.utils.validato... | {
"content_hash": "826d87168c5817b733bc838edbec674b",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 125,
"avg_line_length": 32.641304347826086,
"alnum_prop": 0.7162837162837162,
"repo_name": "Vovchyk/android-rss-feed-reader",
"id": "a7a8e2ed074cc4ae61bfeafc20ba247834efe6c3"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
Becium ctenodon Gilli
### Remarks
null | {
"content_hash": "772193d0081b207c067207c0bb7c5191",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 11,
"alnum_prop": 0.7272727272727273,
"repo_name": "mdoering/backbone",
"id": "391f30a1bbcb68af60d0c336ab59ab80b196822c",
"size": "216",
"binary": ... |
package org.scalatest.events
import org.scalatest._
import java.util.Date
/**
* A base class for the events that can be passed to the report function passed
* to the <code>execute</code> method of a <code>Suite</code>.
*
* @author Bill Venners
*/
sealed abstract class Event extends Ordered[Event] with java.io.S... | {
"content_hash": "169922fd510597f2ca2e8a1ff209656e",
"timestamp": "",
"source": "github",
"line_count": 3378,
"max_line_length": 234,
"avg_line_length": 53.19034931912374,
"alnum_prop": 0.7281288089182255,
"repo_name": "epishkin/scalatest-google-code",
"id": "86c521459e00ec0fd445765fb0025add507226ea"... |
<HTML>
<BODY BGCOLOR="white">
<PRE>
<FONT color="green">001</FONT> <a name="line.17"></a>
<FONT color="green">018</FONT> <a name="line.18"></a>
<FONT color="green">019</FONT> package org.apache.commons.exec;<a name="line.19"></a>
<FONT color="green">020</FONT> <a name="line.20"></a>
<FONT color="green">021<... | {
"content_hash": "71412e85bd4c11344e80a9ce061108b1",
"timestamp": "",
"source": "github",
"line_count": 354,
"max_line_length": 155,
"avg_line_length": 69.12994350282486,
"alnum_prop": 0.5780075187969925,
"repo_name": "dunarel/dunphd-thesis",
"id": "6227ea05ba087f31f0d4a5b607f772452bce9da4",
"size"... |
using System;
using System.Collections.Generic;
using TrueSync.Physics2D;
using FP = TrueSync.FP;
namespace TrueSync.Physics2D
{
/// <summary>
/// Put a limit on the linear (translation - the movespeed) and angular (rotation) velocity
/// of bodies added to this controller.
/// </summary>
public c... | {
"content_hash": "50da4aaaf550e8b65f1112a08bdd2641",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 95,
"avg_line_length": 34.46923076923077,
"alnum_prop": 0.5331399241240794,
"repo_name": "Xaer033/YellowSign",
"id": "08eb9425dfe4b99d9de6c798977d3f23c3431211",
"size": "4... |
/**
* Generated with Acceleo
*/
package org.wso2.developerstudio.eclipse.gmf.esb.parts;
// Start of user code for imports
// End of user code
/**
*
*
*/
public interface EntitlementOnAcceptContainerPropertiesEditionPart {
/**
* Returns the internationalized title text.
*
* @return the internatio... | {
"content_hash": "b5308dae59d54e31b45db9eca9244734",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 68,
"avg_line_length": 13.636363636363637,
"alnum_prop": 0.6844444444444444,
"repo_name": "wso2/devstudio-tooling-esb",
"id": "119dc600cb62a955ced30632b143e6a82b4072fd",
"s... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "167476fde47ca646ffcb1d2b78d14b3e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "cd19fe9b90e882ef91f14fcbd989f59a4d122488",
"size": "19... |
package ar.com.javacuriosities.algorithms.disjointset.v1;
import java.util.Arrays;
/*
* Esta es la version mas simple de DisjointSet que podemos obtener
* Dos mejoras típicas son:
*
* PathCompression
* Union by Rank
*/
public class DisjointSet {
private int[] parent;
public DisjointSet(int numberOfEle... | {
"content_hash": "1b94eae75d5ca031a891b1abadbb515e",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 67,
"avg_line_length": 20.358974358974358,
"alnum_prop": 0.5717884130982368,
"repo_name": "ldebello/algorithms",
"id": "93c96a9a3e82eb2456a8ab2244101873c75c21ce",
"size": "... |
using System;
using System.Threading;
using Hyena;
using DBus;
using org.freedesktop.DBus;
using Banshee.Collection.Indexer;
namespace Banshee.Collection.Indexer.RemoteHelper
{
public abstract class IndexerClient
{
private const string application_bus_name = "org.bansheeproject.Banshee";
pri... | {
"content_hash": "bdede0886ebc547636034aeb64d532b8",
"timestamp": "",
"source": "github",
"line_count": 220,
"max_line_length": 121,
"avg_line_length": 31.068181818181817,
"alnum_prop": 0.5268471104608632,
"repo_name": "dufoli/banshee",
"id": "e880b6a700af136b87edfeadc5c2c9b4471767d3",
"size": "803... |
namespace open_spiel {
std::vector<double> EvaluateBots(State* state, const std::vector<Bot*>& bots,
int seed) {
const int num_players = bots.size();
std::mt19937 rng(seed);
std::vector<Action> joint_actions(bots.size());
if (state->History().empty()) {
for (auto bot : bots... | {
"content_hash": "87fc541ad9b041bc62c9bfb3a82d91b1",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 79,
"avg_line_length": 35.43103448275862,
"alnum_prop": 0.5819951338199514,
"repo_name": "deepmind/open_spiel",
"id": "f8ffba5b6c13499d1f7466e9719ac072663c4c94",
"size": "2... |
#!/usr/bin/env bash
#
#
#
# Runs a Hadoop hbase command as a daemon.
#
# Environment Variables
#
# HBASE_CONF_DIR Alternate hbase conf dir. Default is ${HBASE_HOME}/conf.
# HBASE_LOG_DIR Where log files are stored. PWD by default.
# HBASE_PID_DIR The pid files are stored. /tmp by default.
# HBASE_IDEN... | {
"content_hash": "04afc3a9c424934ffcac475e0c0cd024",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 90,
"avg_line_length": 24.7682119205298,
"alnum_prop": 0.5890374331550802,
"repo_name": "adragomir/hbaseindex",
"id": "f7be654de0bd223cb63683066a48b8235165f3d3",
"size": "... |
package main
import (
"flag"
"fmt"
"os"
"github.com/davyxu/gosproto/meta"
)
var paramGoOut = flag.String("go_out", "", "golang output filename")
var paramLuaOut = flag.String("lua_out", "", "lua output filename")
var paramCSOut = flag.String("cs_out", "", "csharp output filename")
var paramJavaOut = flag.String(... | {
"content_hash": "acb4b64430a3e4be000a91c4fa6ab6b5",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 135,
"avg_line_length": 25.385416666666668,
"alnum_prop": 0.6975789905621665,
"repo_name": "uin57/sproto-java",
"id": "5567f2d9263682dea069d1e925f21d288d677bd3",
"size": "2... |
package com.wuest.prefab.structures.messages;
import com.wuest.prefab.blocks.entities.StructureScannerBlockEntity;
import com.wuest.prefab.config.StructureScannerConfig;
import net.minecraft.world.level.block.entity.BlockEntity;
import net.minecraftforge.network.NetworkEvent;
import java.util.function.Supplier;
publ... | {
"content_hash": "c01c26e331f5467ba8286a83f68e2c44",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 120,
"avg_line_length": 39.888888888888886,
"alnum_prop": 0.7390900649953575,
"repo_name": "Brian-Wuest/MC-Prefab",
"id": "03369f03d29ced7ff5447cc469d9a58ffa35012d",
"size"... |
<aside id="contact" class="pt-4 border-t-2 border-green-500">
<h2 class="text-xl font-display font-bold mb-4">
Contact Me
</h2>
<form name="contact" method="POST" data-netlify="true" netlify-honeypot="bot" class="md:inline-flex space-x-4 container justify-center">
<p class="hidden">
... | {
"content_hash": "80bb1462330fd8e706ff1e05fb9fd8cd",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 172,
"avg_line_length": 50.73076923076923,
"alnum_prop": 0.5898407884761183,
"repo_name": "michaelknowles/mikeknowles",
"id": "8ee9a63ff2d0def8618999a0a66e7c5abdcf5c72",
"s... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SS... | {
"content_hash": "2780636e861f700afb75988b1fa1d103",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 85,
"avg_line_length": 41.138888888888886,
"alnum_prop": 0.7542201215395004,
"repo_name": "brendan-ssw/SSW.DataOnion.UserGroupDemo",
"id": "b7c62ca252e4354adfa79d46fec3fe8890... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<!-- dao -->
<!-- 系统管理 数据接口实现... | {
"content_hash": "c578c0624d2dae7bc8c25c71d4961f39",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 131,
"avg_line_length": 46.53333333333333,
"alnum_prop": 0.66189111747851,
"repo_name": "jeasonyoung/examw-oa",
"id": "9ffa0e2d02d7767656fe0d223dbd180b628ace01",
"size": "7... |
package org.jboss.resteasy.plugins.providers.atom;
import org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder;
import org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider;
import org.w3c.dom.Element;
import javax.ws.rs.core.MediaType;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBEleme... | {
"content_hash": "687b57dbda5a9533673d32f2c7578381",
"timestamp": "",
"source": "github",
"line_count": 426,
"max_line_length": 127,
"avg_line_length": 26.920187793427232,
"alnum_prop": 0.6326299267527031,
"repo_name": "rankinc/Resteasy",
"id": "7777700a1a86d0ffa2f775e0e83d3ba45cad648c",
"size": "1... |
from __future__ import print_function, division
import decimal
import fractions
import math
import re as regex
from collections import defaultdict
from .core import C
from .containers import Tuple
from .sympify import converter, sympify, _sympify, SympifyError
from .singleton import S, Singleton
from .expr import Exp... | {
"content_hash": "e99da789929ef2c87c7d75903bf7671b",
"timestamp": "",
"source": "github",
"line_count": 3147,
"max_line_length": 89,
"avg_line_length": 28.74642516682555,
"alnum_prop": 0.5301055656883877,
"repo_name": "ojengwa/sympy",
"id": "0cc780da272f7c8554bcdd7f2985217f981aa6dc",
"size": "90465... |
package kr.ac.kaist.jsaf.nodes;
import java.lang.Double;
import java.lang.String;
import java.math.BigInteger;
import java.io.Writer;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.ArrayList;
import java.util.LinkedList;
import kr.ac.kaist.jsaf.nodes_util.*;
import kr.ac.ka... | {
"content_hash": "0e2c67322e62b334fa4da9af949a519b",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 95,
"avg_line_length": 27.958904109589042,
"alnum_prop": 0.6462518373346399,
"repo_name": "darkrsw/safe",
"id": "39d48b9e52b18c1a8acba5a3cd2e45c447cb3869",
"size": "2041",
... |
<style>
.blocos{
border:1px dashed grey;
margin:5px 5px 1px;
}
.blocos:first-child{margin-top: 0px}
</style>
<script>
$(document).ready(function(){
var options = {
target: '.resultado_busca', // target element(s) to be updated with server response
... | {
"content_hash": "a7f4085de00c320ea3b1dc02b2b7c9fd",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 181,
"avg_line_length": 41.4054054054054,
"alnum_prop": 0.4623585726718886,
"repo_name": "ivanrufino/permutaLivro",
"id": "b182e3eafb50fc46319e773829ef67c48ec4f044",
"size... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distrib... | {
"content_hash": "00e2980288c4c5c0731e6430eedca0f8",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 114,
"avg_line_length": 34.02919708029197,
"alnum_prop": 0.7198627198627199,
"repo_name": "markhobson/entangle",
"id": "95935c39aba29d142ab2223784f35f8c7c37e3c7",
"size": ... |
ACCEPTED
#### According to
Integrated Taxonomic Information System
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2e085dabf0c995f4170e508ff86fcb72",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.7238805970149254,
"repo_name": "mdoering/backbone",
"id": "dd221c3b97146b522c919b9ed84ec3ae54d09d47",
"size": "18... |
import json
import unittest2
from unittest2 import SkipTest
from uuid import uuid4
from test.functional import check_response, cluster_info, retry, \
requires_acls, load_constraint, requires_policies
import test.functional as tf
from six.moves import range
def setUpModule():
tf.setup_package()
def tearDow... | {
"content_hash": "a4fed08b16ff64097d19c5cb5f82da34",
"timestamp": "",
"source": "github",
"line_count": 1782,
"max_line_length": 79,
"avg_line_length": 37.5942760942761,
"alnum_prop": 0.5565059036018688,
"repo_name": "nadeemsyed/swift",
"id": "6853d45e369d67bd4714d053b826edd860924e0b",
"size": "676... |
function [X_norm, mu, sigma] = featureNormalize(X)
%FEATURENORMALIZE Normalizes the features in X
% FEATURENORMALIZE(X) returns a normalized version of X where
% the mean value of each feature is 0 and the standard deviation
% is 1. This is often a good preprocessing step to do when
% working with learning algo... | {
"content_hash": "368f9ed1592967f5a54e5a055a767a8f",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 66,
"avg_line_length": 31.75,
"alnum_prop": 0.6318897637795275,
"repo_name": "ganesshkumar/cs229-ml-assignment",
"id": "89aef06221e459bc7a6fdfb569433505e4daa906",
"size": "... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a05c009e0de18709304c097a480f07a4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "20b7bafd54594cbb7a27606a4c5e7a9b5cd88316",
"size": "183... |
#ifndef CORE_ALGORITHMS_FINITEELEMENTS_BUILDTDCSMATRIX_H
#define CORE_ALGORITHMS_FINITEELEMENTS_BUILDTDCSMATRIX_H 1
#include <Core/Datatypes/MatrixFwd.h>
#include <Core/Algorithms/Base/AlgorithmBase.h>
// for Windows support
#include <Core/Algorithms/Legacy/FiniteElements/share.h>
namespace SCIRun {
namespace Co... | {
"content_hash": "27fd9ef9c5451b28e34bc23d4a91dfab",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 321,
"avg_line_length": 34.371428571428574,
"alnum_prop": 0.8129675810473815,
"repo_name": "collint8/SCIRun",
"id": "f094e97a8ea76572d6022d2e850558a48d59a286",
"size": "245... |
@import Foundation;
@class Database;
@class FeedCredentials;
@class Folder;
@interface RefreshManager : NSObject <NSURLSessionTaskDelegate> {
NSUInteger countOfNewArticles;
NSMutableArray * authQueue;
FeedCredentials * credentialsController;
BOOL hasStarted;
NSString * statusMessageDuringRefresh;
NSOperationQue... | {
"content_hash": "801d544896baf6f8d66aca8d171ff185",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 152,
"avg_line_length": 33.175,
"alnum_prop": 0.8055764883195177,
"repo_name": "ViennaRSS/vienna-rss",
"id": "09aa9a26938de5b551541ff2d58532fe9bd67709",
"size": "2108",
"... |
require('normalize.css/normalize.css');
require ('styles/login.css');
import React from 'react';
class Login extends React.Component{
getInitialState = ()=>{
return{
username:' ',
password:' '
};
}
handleChange = (e)=>{
let newState ={};
new... | {
"content_hash": "5d864bd2856b3e5458ffa284fd35376b",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 96,
"avg_line_length": 27.923076923076923,
"alnum_prop": 0.424931129476584,
"repo_name": "ThinkDuan/react-webpack-onetry",
"id": "6b05977324d86d482ab909273b07c0e34bfbc1d1",
... |
class Survey < ActiveRecord::Base
has_many :questions
# has_many :participants, through: :questions, through: :responses, source: :participants
has_many :responses, through: :questions
belongs_to :author, class_name: "User"
# Remember to create a migration!
def takers
self.questions.first.participant... | {
"content_hash": "32c7a2a368ee5b00f52acc6e78e26ed6",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 91,
"avg_line_length": 23.785714285714285,
"alnum_prop": 0.7297297297297297,
"repo_name": "wolves-2014/rmmn-survey-gorilla",
"id": "7c173bbccd957657cfc9e4840dd8c322fabe0954",... |
import React, { Component } from 'react'
import { connect } from 'react-redux'
import { PermissionsAndroid } from 'react-native'
import styles from '../styles/stylesheet'
import strings from '../resources/translations'
import StartViewButtons from '../components/StartViewButtons'
import AccessibilityView from '../comp... | {
"content_hash": "bef76b05844724abf071999e2364f744",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 83,
"avg_line_length": 27.048076923076923,
"alnum_prop": 0.6160682545325276,
"repo_name": "STOP2/stop2.0-traveller-client",
"id": "79a8ef77e44d23c22a9d3b7743a439335bc45f77",... |
<!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_16) on Thu Oct 02 15:35:31 BST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Package org.springfr... | {
"content_hash": "41a0bf85f301ac5912a04e1216ded7e3",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 324,
"avg_line_length": 46.376344086021504,
"alnum_prop": 0.6512868073266868,
"repo_name": "imondragon/spring-security-2.0.4",
"id": "968ef759866103b7685d2dbb0730c2ea196e275... |
Public Class _2PlayerSnakeEnd
Private Sub _2PlayerSnakeEnd_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
_2PlayerSnake.Close()
lblWinner.Text = GlobalVariables.SnakeWinner
lblPlayer.Text = GlobalVariables.PlayerName
lblPlayer2.Text = GlobalVar... | {
"content_hash": "81c504cfb7411881944a2fab8086057c",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 117,
"avg_line_length": 39.77272727272727,
"alnum_prop": 0.7188571428571429,
"repo_name": "XIAOAGE/mini-game-centre",
"id": "e367ea43e665c0ee8ed5d4699a84f668081cfd65",
"siz... |
// This example uses the Seeed Studio Grove Starter Kit Plus - Intel IoT Edition
// This example incorporates examples from the Johnny-Five API examples at
// http://johnny-five.io/examples/grove-lcd-rgb-temperature-display-edison/
'use strict';
// Define the objects you will be working with
var five = require('john... | {
"content_hash": "92d986b2127ed88639ade7673d981dfa",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 111,
"avg_line_length": 34.78114478114478,
"alnum_prop": 0.4915779283639884,
"repo_name": "ThingLabsIo/IoTLabs",
"id": "f8e3434de561f217d423c4f7f12910018eeddc39",
"size": ... |
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
concat: {
options: {
stripBanners: true,
banner: '/* \n * <%= pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy") %> \n * \n * <%= pkg.author %>, and the w... | {
"content_hash": "80cc771f63c78a622a3c172fb02bb492",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 310,
"avg_line_length": 31.121019108280255,
"alnum_prop": 0.5523945968072043,
"repo_name": "freshcodellc/pattern-labs-node-scaffold",
"id": "dac041822078bdd86e3be5b4784f19a7... |
<?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 Lice... | {
"content_hash": "25e9211276805e16233523c009b9568a",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 260,
"avg_line_length": 40.46511627906977,
"alnum_prop": 0.7051724137931035,
"repo_name": "e2000y/onami.lifecycle",
"id": "43d436a61f0eec402b6a91194ff031198d5e0528",
"size"... |
<?php
namespace VideoGamesRecords\ProofBundle\Repository;
use Doctrine\ORM\EntityRepository;
class RequestRepository extends EntityRepository
{
/**
* @param $idPlayer
* @return mixed
*/
public function getNbRequestFromToDay($idPlayer)
{
$qb = $this->createQueryBuilder('request')
... | {
"content_hash": "bac07456d9925d5d9daeb88e522a437c",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 61,
"avg_line_length": 25.73076923076923,
"alnum_prop": 0.6068759342301944,
"repo_name": "video-games-records/ProofBundle",
"id": "00536235eb7330cb38d813fac0991d4c3bb1c954",
... |
Simple-HTTP-Poster
=====================
<pre>
Simple HTTP POST Requester
usage: post.py [-h] [--header [HEADER [HEADER ...]]] [--fheader FHEADER]
[--ua UA] [--ct CT] [--data DATA] [--fdata FDATA]
url
positional arguments:
url URL to send the POST request
option... | {
"content_hash": "b3b45724fc54f48fd57fe3b340f91115",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 78,
"avg_line_length": 35.416666666666664,
"alnum_prop": 0.571764705882353,
"repo_name": "DarkLighting/Simple-HTTP-Poster",
"id": "00e3c4aa1a44cd4e5447bb3a39c195de2bad71b0",
... |
"""
====================================================
Using Sparse Autoencoder features for classification
====================================================
This compares the performance of stochastic gradient descent (SGD) on raw
image pixels and on Autoencoder extracted features .
"""
import random
import nu... | {
"content_hash": "0c3c7eef629f43b51847fedf0ac707f8",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 74,
"avg_line_length": 28.367346938775512,
"alnum_prop": 0.6956834532374101,
"repo_name": "M-R-Houghton/euroscipy_2015",
"id": "4c6e950986dcbceb723d88f36c1f7862bc7feb09",
"... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
~ Copyright (c) 2008, Nationwide Health Information Network (NHIN) Connect. All rights reserved.
~ Redistribution and use in source and binary forms, with or without modification, are permitted provided that... | {
"content_hash": "cd5dc835b1d969b32d68d9026ad07fd7",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 757,
"avg_line_length": 87.2,
"alnum_prop": 0.7678899082568807,
"repo_name": "TATRC/KMR2",
"id": "9f898e1282163fe063d3b9be7e807c7f81a2b3c5",
"size": "2180",
"binary": fal... |
import pytest
from flask import url_for
@pytest.mark.usefixtures('user')
class TestResendConfirmation:
def test_email_required(self, api_client):
r = api_client.post(url_for('api.resend_confirmation_email'))
assert r.status_code == 400
assert 'email' in r.errors
def test_cannot_recon... | {
"content_hash": "27236e64451301f0a559c7eedfa6f8ec",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 109,
"avg_line_length": 43.166666666666664,
"alnum_prop": 0.6274131274131274,
"repo_name": "briancappello/flask-react-spa",
"id": "14749d2b2bc8e9fc3e6441eb31b226fa9365a09b",
... |
using UnityEngine;
[RequireComponent(typeof(AudioSource))]
//-------------------------------------------------------------------------------------
// ***** OVRLipSyncContext
//
/// <summary>
/// OVRLipSyncContext interfaces into the Oculus phoneme recognizer.
/// This component should be added into the scene once fo... | {
"content_hash": "ee726ec89791ab76b373a01257787982",
"timestamp": "",
"source": "github",
"line_count": 370,
"max_line_length": 104,
"avg_line_length": 29.475675675675674,
"alnum_prop": 0.5058683293599854,
"repo_name": "davidezordan/MixedRealitySamples",
"id": "9499e3349dd91888ce67cbd83eb021cff306f98... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Tyler Chen Design</title>
<meta name="description" content="I'm Tyler Chen, UW PhD student, and this is a portfolio of my art.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-wid... | {
"content_hash": "979845a348f8ad67fed862dd041965cd",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 147,
"avg_line_length": 34.916666666666664,
"alnum_prop": 0.6676610978520287,
"repo_name": "tchen01/design",
"id": "8f0cb7b47f45437444e50a4441222c1d4321495d",
"size": "1676... |
var view = require('../../view/view');
exports.main = function (tokens, pipes, exit, environment) {
var out = new view.bridge(pipes.viewOut);
out.print('Unknown command "' + tokens[0] + '"');
return exit(false);
}
| {
"content_hash": "9f20fe137f41744354f69fdfd7de2a07",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 31.571428571428573,
"alnum_prop": 0.6425339366515838,
"repo_name": "ChineseDron/TermKit",
"id": "0e60f64956653805584e2c897d189c29f4f83bcf",
"size": "2... |
#import "EC2Filter.h"
#ifdef AWS_MULTI_FRAMEWORK
#import <AWSRuntime/AmazonServiceRequestConfig.h>
#else
#import "../AmazonServiceRequestConfig.h"
#endif
/**
* Describe Spot Price History Request
*/
@interface EC2DescribeSpotPriceHistoryRequest:AmazonServiceRequestConfig
{
NSDate *startTime;
N... | {
"content_hash": "96d6d004cee3e68e40c9f90a4e515b6a",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 77,
"avg_line_length": 23.227272727272727,
"alnum_prop": 0.7221135029354208,
"repo_name": "jetthoughts/motion-recorder",
"id": "2b3ba2a6c38730d4e53610d652c1021660ed806b",
... |
import dispenser
import datetime
import time
import threading
#for retrieving update
#import jhttp
#for posting containers
#import pcontainers
#for dispensing, canning of containers
import Dispensing
#for button
import PinManager as PM
#for all constant variables for dispensing
import CONSTANTS as const
#for retrieving... | {
"content_hash": "07d53092d28bcbeb656dd6d8895d2de2",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 160,
"avg_line_length": 31.377142857142857,
"alnum_prop": 0.6822072482243672,
"repo_name": "hishehim/MERA-Dispenser-Unit",
"id": "c964312525a39773b06316b781ec9118cca70d4e",
... |
<?php declare(strict_types=1);
namespace Limoncello\Tests\Application\Commands;
use Limoncello\Application\Commands\ApplicationCommand;
use Limoncello\Application\Exceptions\ConfigurationException;
use Limoncello\Container\Container;
use Limoncello\Contracts\Application\ApplicationConfigurationInterface;
use Limonc... | {
"content_hash": "6cb9f77f4e139cd7050f52258a4e7c0f",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 113,
"avg_line_length": 36.48262548262548,
"alnum_prop": 0.6347761667901365,
"repo_name": "limoncello-php/framework",
"id": "592f02ae437d6ab91667aa6aa19062a2592e5b60",
"si... |
package org.jbpm.workbench.common.client.util;
import com.google.gwt.user.client.ui.Composite;
public abstract class UTCDateBoxImplShared extends Composite implements UTCDateBoxImpl {
/**
* Sets the visible length of the date input. The HTML5
* implementation will ignore this.
*/
@Override
... | {
"content_hash": "0082a0c00e3b80de6605b5eb253e1edb",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 88,
"avg_line_length": 24.391304347826086,
"alnum_prop": 0.679144385026738,
"repo_name": "pefernan/jbpm-console-ng",
"id": "a8435c3d8080617666c44c1afcb8804e002f5822",
"size... |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/compositor/test/test_compositor_host.h"
#include <memory>
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/threa... | {
"content_hash": "542c9883b97d0860006a8885de594e4b",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 78,
"avg_line_length": 35.16326530612245,
"alnum_prop": 0.7028438769587928,
"repo_name": "endlessm/chromium-browser",
"id": "4c9342e1898dcfb1e951700f3ffebc220465db97",
"siz... |
package algebra
package lattice
import scala.{specialized => sp}
import algebra.ring.CommutativeRig
/**
* A bounded distributive lattice is a lattice that both bounded and distributive
*/
trait BoundedDistributiveLattice[@sp(Int, Long, Float, Double) A] extends Any with BoundedLattice[A] with DistributiveLattice[A]... | {
"content_hash": "6c87e30e2304669aaa6b1b6fcde3939e",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 138,
"avg_line_length": 35.89795918367347,
"alnum_prop": 0.7106310403638431,
"repo_name": "tixxit/algebra",
"id": "9e22a1d779313eda5c313a224ec4118c2d37a611",
"size": "1759"... |
require 'rails/generators/base'
module MongoModel
module Generators
class ModelGenerator < Rails::Generators::NamedBase
source_root File.expand_path('../templates', __FILE__)
argument :attributes, :type => :array, :default => [], :banner => "field:type field:type"
class_option :timestamps, :t... | {
"content_hash": "f65780e1da9843ccbcf897735e0c736f",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 144,
"avg_line_length": 34.63636363636363,
"alnum_prop": 0.6404199475065617,
"repo_name": "spohlenz/mongomodel",
"id": "8de1fa50530b01b1a904c3cd716200d38cb1a268",
"size": "... |
package com.google.gwt.query.client;
import static com.google.gwt.query.client.plugins.QueuePlugin.Queue;
import com.google.gwt.core.client.GWT;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JsArrayMixed;
import com.google.gwt.core.cl... | {
"content_hash": "03b935f4c0103a061f613d1a0c227348",
"timestamp": "",
"source": "github",
"line_count": 5060,
"max_line_length": 127,
"avg_line_length": 32.42628458498024,
"alnum_prop": 0.6487137136832097,
"repo_name": "gwtquery/gwtquery",
"id": "4d680690d8e7fa88b36c79267602da73ba574c1b",
"size": "... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JSHintConfiguration" version="2.5.1" use-config-file="false">
<option asi="false" />
<option bitwise="true" />
<option boss="false" />
<option browser="true" />
<option browserify="false" />
<option camelcase="true" ... | {
"content_hash": "5bc32b4aabe997a9638e48a333a6202b",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 80,
"avg_line_length": 30.64835164835165,
"alnum_prop": 0.5797776980996773,
"repo_name": "franksrevenge/elements-of-visual-style",
"id": "7e585980dc6ad1e8868a8f0ada41298c5f1e... |
import React from 'react'
import { Segment } from 'shengnian-ui-react'
const SegmentExampleVeryPadded = () => (
<Segment padded='very'>
Very padded content.
</Segment>
)
export default SegmentExampleVeryPadded
| {
"content_hash": "d6d9f160022cf96764f00d80245d778c",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 44,
"avg_line_length": 22,
"alnum_prop": 0.7272727272727273,
"repo_name": "shengnian/shengnian-ui-react",
"id": "0f3234a04f379fa21410a49c8d9d453eb46d2544",
"size": "220",
... |
var notify = require("gulp-notify");
module.exports = function() {
var args = Array.prototype.slice.call(arguments);
// Send error to notification center with gulp-notify
notify.onError({
title: "Compile Error",
message: "<%= error %>"
}).apply(this, args);
// Keep gulp from hang... | {
"content_hash": "0f0a8a8bb99bd0da476a3580dd7b0db0",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 57,
"avg_line_length": 24.066666666666666,
"alnum_prop": 0.6204986149584487,
"repo_name": "jobready/skyfire",
"id": "0f1185246b7512440d8b017ffe7e08937e8c0b03",
"size": "361... |
package org.wso2.siddhi.core.query.pattern;
import org.apache.log4j.Logger;
import org.testng.AssertJUnit;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import org.wso2.siddhi.core.SiddhiAppRuntime;
import org.wso2.siddhi.core.SiddhiManager;
import org.wso2.siddhi.core.event.Event;
... | {
"content_hash": "26a2504274c2de76be42309dfe3ab6e7",
"timestamp": "",
"source": "github",
"line_count": 453,
"max_line_length": 120,
"avg_line_length": 42.77704194260485,
"alnum_prop": 0.5379812158117453,
"repo_name": "codemogroup/siddhi",
"id": "ea7440361d3c99b2d2651012be3219d66525c5c9",
"size": "... |
package br.com.smom.smommobile.to;
public class ResponseResourceTO {
private int code;
private String description;
public int getCode() {
return code;
}
public void setCode(int code) {
this.code = code;
}
public String getDescription() {
return description;
}... | {
"content_hash": "e8d722601f1398fa49bd62f0b2ffa99e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 52,
"avg_line_length": 18.391304347826086,
"alnum_prop": 0.6312056737588653,
"repo_name": "feliperodriguesprado/android",
"id": "4f32669141d192eeb986d237a938bf5502df3f82",
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. gen. appl. Microbiol. , Tokyo 33(2): 171 (1987)
#### Original name
Sporobolomyces sasicola Nakase & M. Suzuki, 1987
### Remarks
null | {
"content_hash": "2e835b45c47af029745332a1a5e69eda",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 50,
"avg_line_length": 17.23076923076923,
"alnum_prop": 0.6964285714285714,
"repo_name": "mdoering/backbone",
"id": "31ecbeb788de325d803d1d8f5e320f43e4166097",
"size": "296... |
AT.prototype.initConverter = function () {
var self = this,
converterCacheCanvas = {
x: {},
y: {}
};
var convertTo = self.convertTo = {
pcX: function (arg, targetID) {
if (!targetID) { targetID = 0; }
return (arg / self.scale - self.gap[targetID].left - self.transX) /
convertTo.canvasX(sel... | {
"content_hash": "e55eb9d0f1ae82304d279991072b6f94",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 74,
"avg_line_length": 21.372340425531913,
"alnum_prop": 0.6445993031358885,
"repo_name": "archer96/archerTarget.js",
"id": "2a10f1b692784933bc647cce9da73a5580973573",
"siz... |
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class admin_transaction extends CI_Controller
{
var $member_id;
var $user;
function __construct()
{
# code...
parent::__construct();
if($this->nativesession->get( 'is_gan_admin_logged_in' ) == FALSE)
{
redirect(base_url('admin... | {
"content_hash": "b0706d828a942c45efbae38744ea4376",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 119,
"avg_line_length": 23.376068376068375,
"alnum_prop": 0.5765996343692871,
"repo_name": "kobe8bird/gan",
"id": "fef76e5abab99c482a927f5feb6ac6f18907a800",
"size": "2735... |
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); ?>
<section class="content-header">
<h1>
<?= wpn_lang('module_title') ?>
<small><?= wpn_lang('module_description') ?></small>
</h1>
<ol class="breadcrumb">
<li><a href="<?= site_url('admin/dashboard'); ?>"><i cl... | {
"content_hash": "a50bf072f0cf05f7761458a29b4fdd8e",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 157,
"avg_line_length": 40.30555555555556,
"alnum_prop": 0.4879393521709166,
"repo_name": "elieldepaula/wpanel",
"id": "1496fd96d52647b136324eb9b980e8e827358c62",
"size": "... |
import { RawDataWrapper } from "System/Base/Wrapper";
import { kcsapi_mst_stype } from "System/Interfaces/Master/kcsapi_mst_ship";
import { IIdentifiable } from "System/Base/Interfaces/IIdentifiable";
export class ShipTypeInfo extends RawDataWrapper<kcsapi_mst_stype> implements IIdentifiable {
public get Id(): number... | {
"content_hash": "1e52f8492b51eb0e8831317a74b9b8dc",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 93,
"avg_line_length": 39.86666666666667,
"alnum_prop": 0.7474916387959866,
"repo_name": "WolfgangKurz/BeerViewer",
"id": "938965b60b5bcbd99ae10c391c4e4795d0f009ad",
"size"... |
package org.bridj.util;
import static org.junit.Assert.assertEquals;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
/**
*
* @author ochafik
*/
public class BytecodeAnalyzerTest {
public static class MyStruct {
int a, b, c;
public s... | {
"content_hash": "199d6089b1e4d8d50bdd4194c5cc008d",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 152,
"avg_line_length": 34.375,
"alnum_prop": 0.6563636363636364,
"repo_name": "twitwi/BridJ",
"id": "828f42c1dd667963fda13fd70f8dc5fd49dd470e",
"size": "3356",
"binary":... |
namespace Packets
{
namespace Baal
{
DECLARE_PACKET_BAAL_BEGIN(BaalAuthReply, 0x02)
uint result;
DECLARE_PACKET_BAAL_END()
}
}
#endif // _BAALAUTHREPLY_H_
| {
"content_hash": "b8d7c1a95e4eacf5f0f07cea5848b2f2",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 48,
"avg_line_length": 15.090909090909092,
"alnum_prop": 0.7048192771084337,
"repo_name": "soarqin/blitzd",
"id": "a1be228a71be41bd89a8dd486276e5ee986f8130",
"size": "244",... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example98-jquery</title>
<script src="../../components/jquery-1.10.2/jquery.js"></script>
<script src="../../../angular.js"></script>
<script src="script.js"></script>
</head>
<body ng-app="formExample">
<di... | {
"content_hash": "fbe871cec9f5e3ded697254945cdadc3",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 82,
"avg_line_length": 36.609756097560975,
"alnum_prop": 0.6149233844103931,
"repo_name": "maelalan/planch",
"id": "78bb99a52ec8805b20a673e57cc2ea1de23434b8",
"size": "1501... |
<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd" >
<hibernate-mapping>
<!--
Created by the Middlegen Hibernate plugin 2.1
http://boss.bekk.no/boss/middlegen/
http://www.hiberna... | {
"content_hash": "b05fa650642e0e45bbff991dbbd74dbb",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 75,
"avg_line_length": 33.17333333333333,
"alnum_prop": 0.6463022508038585,
"repo_name": "AfricaRegex/SjcProduct",
"id": "0aabd175cb9341ce9af5ef09165f0dd660529df7",
"size":... |
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new :default do |spec|
spec.pattern = './spec/**/*_spec.rb'
end
# Shortcut to skip the adapter specs, and run only with the basic PG
# connection. I use this occasionally to make sure ActiveRecord isn't loaded,
# so any accidental Rails-isms are caught.
RSpec::Co... | {
"content_hash": "1e35977c15f192725dffdcf1e22a8408",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 77,
"avg_line_length": 33,
"alnum_prop": 0.7196969696969697,
"repo_name": "brandur/que",
"id": "d8f9b479c4642dd5019fcba76c39ade1b6a6f127",
"size": "396",
"binary": false,... |
using System;
using System.Linq;
namespace AcademyPopcorn
{
public class IndestructibleBlock : Block
{
public const char Symbol = '|';
public IndestructibleBlock(MatrixCoords upperLeft)
: base(upperLeft)
{
this.body[0, 0] = IndestructibleBlock.Symbol;
}... | {
"content_hash": "3b7e0a77a72926104296b9b0f8c72756",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 76,
"avg_line_length": 22.857142857142858,
"alnum_prop": 0.6166666666666667,
"repo_name": "TelerikAcademy/flextry-Telerik-Academy",
"id": "be8775a31d51a6b12a3db66a913bfe397fd... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.