text stringlengths 2 1.04M | meta dict |
|---|---|
from django.conf import settings
from django.core.urlresolvers import reverse
from django.contrib import messages
from django.core.mail import EmailMultiAlternatives
from django.template import RequestContext
from django.template.loader import render_to_string
from django.views.generic import CreateView
from feedback.... | {
"content_hash": "a62017aa77c46d68b6b62fc8a18f4428",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 90,
"avg_line_length": 42,
"alnum_prop": 0.6671525753158406,
"repo_name": "gabrielhurley/django-user-feedback",
"id": "158b71e1691caeab648522a83d9f96e2932e3d2e",
"size": "2... |
package com.amazonaws.services.simplesystemsmanagement.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.simplesystemsmanagement.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.... | {
"content_hash": "261f726fdfcb895fb63d6a40ce623a1d",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 136,
"avg_line_length": 39.90277777777778,
"alnum_prop": 0.6477549599721545,
"repo_name": "aws/aws-sdk-java",
"id": "3bed996fe4194f44d4b894e9552baaa124fe5d43",
"size": "345... |
#include <iostream>
#include <vector>
#include <Shotgun/Entity.h>
#include <Shotgun/Shotgun.h>
#include <Shotgun/Project.h>
namespace SG {
// *****************************************************************************
Project::Project(Shotgun *sg, const xmlrpc_c::value &attrs)
: Entity(sg)
{
m_entityType... | {
"content_hash": "68124d6d4b2effa0c352ca2ab0e50bd4",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 80,
"avg_line_length": 23.145833333333332,
"alnum_prop": 0.42304230423042305,
"repo_name": "shotgunsoftware/cplusplus-api",
"id": "c756f1145db685e2948f563d07cf35f877c2a9c2",
... |
Additional header content
Gets or sets maximun value of axis.
**Namespace:** <a href="N_iTin_Export_Model">iTin.Export.Model</a><br />**Assembly:** iTin.Export.Core (in iTin.Export.Core.dll) Version: 2.0.0.0 (2.0.0.0)
## Syntax
**C#**<br />
``` C#
public string Maximun { get; set; }
```
**VB**<br />
```... | {
"content_hash": "cc1b8faaeea148ad7bddcfe0fc05f0f1",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 718,
"avg_line_length": 38.7,
"alnum_prop": 0.7099483204134367,
"repo_name": "iAJTin/iExportEngine",
"id": "fdb58a62f177d010761e7daf2e69828ff17ccfd4",
"size": "1594",
"bi... |
from cffi import FFI
ffi = FFI()
pmemobj_structs = """
/* for pmemobj.py */
typedef PMEMoid PObjPtr;
typedef struct {
PObjPtr type_table;
PObjPtr root_object;
} PRoot;
typedef struct {
size_t ob_refcnt;
size_t ob_type;
} PObject;
typedef struct {
... | {
"content_hash": "dafd978d84fac4d3a21d2d95ac3b9ce0",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 80,
"avg_line_length": 34.84027777777778,
"alnum_prop": 0.6340442495515248,
"repo_name": "bitdancer/pynvm",
"id": "36478ea10691caaa61860db30072826ba9388425",
"size": "5017... |
UIElement = {}
UIElement.__index = UIElement
setmetatable(UIElement, {
__index = UIElement,
__call = function (cls, ...)
local self = setmetatable({}, cls)
self:_init(...)
return self
end,
})
function UIElement:_init(name, x, y, up, down, left, right, confirm, image, highlight, text, textXOffset, te... | {
"content_hash": "f063e73f6954ac3d26666934897e52c9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 118,
"avg_line_length": 19.0625,
"alnum_prop": 0.6672131147540984,
"repo_name": "daniel-david-gabriel/mystrust",
"id": "3056fdde0c39d83ece93438aa3ebc4c95730bcb6",
"size": "... |
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include "apr.h"
#include "apr_general.h"
#include "apr_proc_mutex.h"
#include "apr_global_mutex.h"
#include "apr_thread_proc.h"
#if !APR_HAS_THREADS
int main(void)
{
printf("This test requires APR thread support.\n");... | {
"content_hash": "1b95b8242acbf1dd28949187e4a9b9f3",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 80,
"avg_line_length": 26.078048780487805,
"alnum_prop": 0.542648709315376,
"repo_name": "asimihsan/masspinger",
"id": "f44bc3936cb6f4a2d1b6f5ee65a519829bc39dee",
"size": ... |
control 'filter_lines_delete_between' do
describe file('/tmp/delete_between') do
it { should exist }
its('content') { should_not match /^kernel/ }
end
describe matches('/tmp/delete_between', /crashkernel/) do
its('count') { should eq 1 }
end
describe file_ext('/tmp/delete_between') do
it { sho... | {
"content_hash": "cb2ceaf0313947df1278ff54d6a631d4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 59,
"avg_line_length": 30.153846153846153,
"alnum_prop": 0.6530612244897959,
"repo_name": "someara/line-cookbook",
"id": "492f50e68643967baf9e0172ef67bacb9834312d",
"size":... |
{% extends 'checkout/layout.html' %}
{% block js %}
<script type="text/javascript">
$(function() {
var form = $('section.auth form');
var email = form.find('#id_email');
form.find('#id_email').focus();
form.submit(function(event) {
if (email... | {
"content_hash": "64aa9834d0753bf562841c0ad48a78af",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 144,
"avg_line_length": 40.93333333333333,
"alnum_prop": 0.3929734760353653,
"repo_name": "Lisaveta-K/lisaveta-k.github.io",
"id": "d25b2f4bd1faa330cbf7abf24e8d07f4d9568fc4"... |
<!doctype html>
<html lang="en">
<head>
<title>Code coverage report for utils/unique_set.js</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../prettify.css">
<style>
body, html {
margin:0; padding: 0;
}
body {
font-family: Helvetica Neue, Hel... | {
"content_hash": "687727cb906684f98adbd8f162666ff6",
"timestamp": "",
"source": "github",
"line_count": 682,
"max_line_length": 158,
"avg_line_length": 30.134897360703814,
"alnum_prop": 0.5840307512650836,
"repo_name": "rybon/Remocial",
"id": "dc15f2cb951ad5359dca54cb87a5f33887e15c40",
"size": "205... |
package org.apache.ignite.testsuites;
import java.util.Set;
import junit.framework.TestSuite;
import org.apache.ignite.internal.ComputeJobCancelWithServiceSelfTest;
import org.apache.ignite.internal.GridCommunicationSelfTest;
import org.apache.ignite.internal.GridDiscoveryEventSelfTest;
import org.apache.ignite.inte... | {
"content_hash": "97d0c793f364049fa71cc4483f444568",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 113,
"avg_line_length": 63.255319148936174,
"alnum_prop": 0.836192398250925,
"repo_name": "kromulan/ignite",
"id": "b91fff42e40f09a9f0c18a1590c6825326ca525a",
"size": "972... |
/* Variables */
#define os_psq ((P_PSQ)&os_fifo)
extern int os_tick_irqn;
/* Functions */
extern U32 rt_suspend (void);
extern void rt_resume (U32 sleep_time);
extern void rt_tsk_lock (void);
extern void rt_tsk_unlock (void);
extern void rt_psh_req (void);
extern void rt_pop_req (void);
extern void ... | {
"content_hash": "513bde335cbc99e4119a03aac7b86003",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 79,
"avg_line_length": 27.6,
"alnum_prop": 0.4673913043478261,
"repo_name": "AtmelUniversityFrance/SAMD21-XPRO",
"id": "f56c8342143e7dbe91a1d6fc3c48c16a0c082911",
"size": "... |
require 'spec_helper'
shared_context 'kitchen config' do
let(:kitchen_config) { double(Kitchen::Config) }
let(:kitchen_instances) { double('instances') }
let(:foo) { double('foo', name: 'foo') }
let(:bar) { double('bar', name: 'bar') }
before do
allow(foo).to receive_messages(
verify: true,
... | {
"content_hash": "a47ce67e245e85afb3cc8500d3657bb3",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 78,
"avg_line_length": 28.339805825242717,
"alnum_prop": 0.5943816375471052,
"repo_name": "brandocorp/cocina",
"id": "1a0dc5512bb36e3c31c62f8c7d6ad5ce0ede3323",
"size": "2... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
// Require a character controller to be attached to the same game object
[RequireComponent(typeof(CharacterController))]
[AddComponentMenu("Character/Character Motor")]
public class CharacterMotor : MonoBehaviour
{
// Does... | {
"content_hash": "7dc0a8e3611191e29398e6e74e09c295",
"timestamp": "",
"source": "github",
"line_count": 654,
"max_line_length": 160,
"avg_line_length": 40.169724770642205,
"alnum_prop": 0.6270031593772601,
"repo_name": "kldavis4/MinePackage",
"id": "8a01c69e19f232fdd543627cc9e7e3b28c7d55b3",
"size"... |
package wkbcommon
import (
"encoding/binary"
"io"
"math"
"github.com/twpayne/go-geom"
)
func readFloat(buf []byte, byteOrder binary.ByteOrder) float64 {
u := byteOrder.Uint64(buf)
return math.Float64frombits(u)
}
// ReadUInt32 reads a uint32 from r.
func ReadUInt32(r io.Reader, byteOrder binary.ByteOrder) (ui... | {
"content_hash": "ef49fe75798dfe2bc8418a75ec29dddd",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 89,
"avg_line_length": 24.423529411764704,
"alnum_prop": 0.680635838150289,
"repo_name": "twpayne/go-geom",
"id": "12c21d5b5bff5646df2c80557a04d8dc49733e94",
"size": "2144"... |
<?php
namespace SR\Doctrine\Exception;
use Doctrine\ORM\ORMException;
class GeneralException extends ORMException implements ExceptionInterface
{
use ExceptionTrait;
}
| {
"content_hash": "0a6c1a42dc6c0055b2c7943c47837548",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 73,
"avg_line_length": 14.75,
"alnum_prop": 0.8022598870056498,
"repo_name": "scr-be/arthur-doctrine-utils-library",
"id": "ac2396cbe89cf9b043d7b362bb30336d42c43128",
"size... |
xcopy ..\..\source\ServiceProxy.Zmq_old\bin\Release\ServiceProxy.Zmq.dll lib\net45\ /y
NuGet.exe pack ServiceProxy.Zmq.nuspec -exclude *.cmd -OutputDirectory ..\ | {
"content_hash": "fe086015bab2d354f73ed192d444f865",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 86,
"avg_line_length": 54,
"alnum_prop": 0.7654320987654321,
"repo_name": "mfelicio/ServiceProxy",
"id": "bb034ce4dba8fdecdb58937bce4fa1feae42c9cd",
"size": "162",
"binary... |
<!--
__COPYRIGHT__
This file is processed by the bin/SConsDoc.py module.
See its __doc__ string for a discussion of the format.
-->
<tool name="install">
<summary>
Sets construction variables for file
and directory installation.
</summary>
<sets>
INSTALL
INSTALLSTR
</sets>
</tool>
<builder name="Install">
<summary>
... | {
"content_hash": "586e975c6099c26a361f19317285ef51",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 62,
"avg_line_length": 21.884615384615383,
"alnum_prop": 0.7170474516695958,
"repo_name": "azatoth/scons",
"id": "4b57a688d2e7ba70532c46158fc77f636952e560",
"size": "1138",... |
extern const struct wl_interface bq_buffer_interface;
extern const struct wl_interface bq_consumer_interface;
extern const struct wl_interface bq_provider_interface;
static const struct wl_interface *types[] = {
NULL,
NULL,
NULL,
&bq_consumer_interface,
NULL,
NULL,
NULL,
NULL,
&bq_provider_interface,
NULL,
... | {
"content_hash": "13cafbcdc81828cfdcff0ef503f0f51d",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 61,
"avg_line_length": 18.88976377952756,
"alnum_prop": 0.6423509795748228,
"repo_name": "tizenorg/platform.upstream.enlightenment",
"id": "fe8b98c9bc05a3cde77954cd9e81f1fc2... |
using System;
namespace Azure.ResourceManager.Compute.Models
{
internal static partial class OperatingSystemTypesExtensions
{
public static string ToSerialString(this OperatingSystemTypes value) => value switch
{
OperatingSystemTypes.Windows => "Windows",
OperatingSystem... | {
"content_hash": "b1b0f4b2d93fba29af296917c604800e",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 130,
"avg_line_length": 45.476190476190474,
"alnum_prop": 0.7099476439790576,
"repo_name": "yugangw-msft/azure-sdk-for-net",
"id": "048497f9a59e26c85bb22f79908f91196556a242",... |
import asyncore
import re
import sys
import socket
import urllib
import urllib2
from constants import MAIN_METASERVER_URL
from lib.log import debug, info, warning, exception
from serverclient import ConnectionToClient
from serverroom import InTheLobby, OrganizingAGame, Playing, WaitingForTheGameToStart
from lib.ticker... | {
"content_hash": "8860377149adb97f1e872fa75a36aa28",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 85,
"avg_line_length": 29.742616033755276,
"alnum_prop": 0.5549723365016315,
"repo_name": "thgcode/soundrts",
"id": "22e000f9b19e78fa4926a2f889e3de4bfc316774",
"size": "70... |
using System;
public class Type_Boundaries
{
public static void Main()
{
var numberType = Console.ReadLine();
switch (numberType)
{
case "int":
IntMaxAndMinValues();
break;
case "uint":
UintMaxAndMinValues();
... | {
"content_hash": "7c4d9b6fe0b62938b338cc22ef00b344",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 46,
"avg_line_length": 21.580645161290324,
"alnum_prop": 0.5381165919282511,
"repo_name": "bilyanahristova42/SoftUni",
"id": "b147a4ba8c07db6de9e1a31ed525df8ca96ac19a",
"si... |
<?php
namespace Tests\Support\Autoloader;
use CodeIgniter\Autoloader\FileLocator;
use RuntimeException;
/**
* Class FatalLocator
*
* A locator replacement designed to throw
* exceptions when used to indicate when
* a lookup actually happens.
*/
class FatalLocator extends FileLocator
{
/**
* Throws.
... | {
"content_hash": "be7fc6d74a277eab2b1ac0d221d26ad3",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 96,
"avg_line_length": 28.27777777777778,
"alnum_prop": 0.627373935821873,
"repo_name": "bcit-ci/CodeIgniter4",
"id": "4634557597050c133e44486bd5115df5052c322b",
"size": "1... |
package org.gradle.foundation;
import org.gradle.api.Project;
import org.gradle.api.Task;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
/**
* This converts Gradle's projects into ProjectView objects. These can be safely reused unlike Gradle's projects.
*/
public class ProjectConv... | {
"content_hash": "0bc1b375e5139cdc55d660ce617d2dbe",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 161,
"avg_line_length": 34.74390243902439,
"alnum_prop": 0.7041067041067041,
"repo_name": "Pushjet/Pushjet-Android",
"id": "8bb3bdd83dbec8edf787b329661b86f7e16786f2",
"size... |
package com.vmware.vim25.mo;
import java.rmi.RemoteException;
import com.vmware.vim25.*;
import com.vmware.vim25.mo.util.*;
/**
* The managed object class corresponding to the one defined in VI SDK API reference.
* @author Steve JIN (http://www.doublecloud.org)
*/
public class Folder extends ManagedEntity
{
... | {
"content_hash": "ef631d78670123a7d0c10024310daddc",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 286,
"avg_line_length": 37.13953488372093,
"alnum_prop": 0.7687330411187644,
"repo_name": "paksv/vijava",
"id": "ec0d880c9ca682fed9b98b1809b59e106d80374a",
"size": "6433",... |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/LinearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.banana.banana.SplashA... | {
"content_hash": "37b1aee5a09ad9c38624b1f7f88db54a",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 72,
"avg_line_length": 36,
"alnum_prop": 0.6981481481481482,
"repo_name": "LeeYelim/wholeba_android",
"id": "4527e967ac464000e472bcabf1fe743ccfcdfb9f",
"size": "540",
"bi... |
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">
<servlet>
<servlet-name>Faces Servlet</s... | {
"content_hash": "1db84e4e59cb67e9ca256f582b43f1e3",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 68,
"avg_line_length": 36.43478260869565,
"alnum_prop": 0.6730310262529833,
"repo_name": "thescouser89/snippets",
"id": "5039b755e8aa639fffc58b5834868bcbece57dbd",
"size": ... |
#include <aws/ds/model/CreateTrustRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::DirectoryService::Model;
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
CreateTrustRequest::CreateTrustRequest() :
m_directoryIdHasBeenSet(false),
m_remoteDom... | {
"content_hash": "1ae28412a7d1612444dfb9343f030399",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 173,
"avg_line_length": 26.973684210526315,
"alnum_prop": 0.7829268292682927,
"repo_name": "ambasta/aws-sdk-cpp",
"id": "ba615539cf72dd2d130e889b0dd06405bd48087f",
"size": ... |
'use strict'
var ArrayTester = require('../tools/test/array-tester')
var shallowEquals = require('../tools/test/shallow-equals')
var makeIterable = require('../tools/test/make-iterable')
var testNonIterables = require('../tools/test/test-non-iterables')
require('../tools/test/describe')('Promise.all', function (Promise... | {
"content_hash": "1c731d6abe649924bc9b2948398b4131",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 113,
"avg_line_length": 41.60606060606061,
"alnum_prop": 0.701019664967225,
"repo_name": "JoshuaWise/jellypromise",
"id": "a6de5d75e9c006cd2d47a46d4bcd91d1030c27ee",
"size"... |
package com.vmware.vim25;
/**
@author Steve Jin (sjin@vmware.com)
*/
public class HostDiskPartitionLayout extends DynamicData
{
public HostDiskDimensionsLba total;
public HostDiskPartitionBlockRange[] partition;
public HostDiskDimensionsLba getTotal()
{
return this.total;
}
public HostDiskPartitio... | {
"content_hash": "b4903e7f7211a93493992ea04053f55b",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 67,
"avg_line_length": 17.424242424242426,
"alnum_prop": 0.7408695652173913,
"repo_name": "mikem2005/vijava",
"id": "cb167e918f8c7fbc1fe1d8b6f15a6b6b78ce6e03",
"size": "221... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::connect</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.h... | {
"content_hash": "23eaa87bb4825ef31bb8cf8b8a601233",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 446,
"avg_line_length": 82.76785714285714,
"alnum_prop": 0.6507011866235167,
"repo_name": "gnu3ra/SCC15HPCRepast",
"id": "04de33812e243d798882c360a061f72a010d292a",
"size":... |
var get = Ember.get, set = Ember.set;
/**
Whether the browser supports HTML5 history.
*/
var supportsHistory = !!(window.history && window.history.pushState);
/**
Whether the browser supports the hashchange event.
*/
var supportsHashChange = ('onhashchange' in window) && (document.documentMode === undefined || do... | {
"content_hash": "87b3f2294cbab665006162644b6993b6",
"timestamp": "",
"source": "github",
"line_count": 567,
"max_line_length": 135,
"avg_line_length": 27.894179894179896,
"alnum_prop": 0.5978755690440061,
"repo_name": "yadutaf/Weathermap-archive",
"id": "ce322f636fa0785fe83750efef93c2457a057515",
... |
namespace OpenSubdiv {
namespace OPENSUBDIV_VERSION {
namespace Far {
class TopologyRefiner;
class Stencil;
class StencilTables;
class LimitStencil;
class LimitStencilTables;
/// \brief A specialized factory for StencilTables
///
class StencilTablesFactory {
public:
enum Mode {
INTERPOLATE_VERTEX=0,
... | {
"content_hash": "e89c7b240c11dd1943d4b4cebc589e3a",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 98,
"avg_line_length": 37.166666666666664,
"alnum_prop": 0.6261210762331838,
"repo_name": "jcowles/OpenSubdiv",
"id": "a9a04bb0bc23597b2ed71ae954c9a58fd798f005",
"size": "... |
import data_pipeline.sql.utils as sql_utils
import data_pipeline.constants.const as const
from .ddl_statement import DdlStatement
class AlterStatement(DdlStatement):
"""Contains data necessary to produce a valid SQL ALTER statement"""
def __init__(self, table_name):
super(AlterStatement, self).__ini... | {
"content_hash": "be31095eea1997bdfb737c9056735a66",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 72,
"avg_line_length": 34.096774193548384,
"alnum_prop": 0.6263008514664143,
"repo_name": "iagcl/data_pipeline",
"id": "42bcc9088b3859d616807a94ccfe1fbf4b2cae9e",
"size": "... |
import { combineReducers } from 'redux';
import {routerReducer} from 'react-router-redux';
import work from './workReducer';
const rootReducer = combineReducers({
routing: routerReducer,
work: work
});
export default rootReducer; | {
"content_hash": "002362551a0d1219c9cd676efaad996a",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 49,
"avg_line_length": 21.363636363636363,
"alnum_prop": 0.7531914893617021,
"repo_name": "Bubblesphere/portfolio-deric",
"id": "b4bb2e7d11496c140af1ec9533fe91af44f8c0f7",
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta charset='utf-8' />
<!-- Always force latest IE rendering engine (even in intranet) and Chrome Frame -->
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible... | {
"content_hash": "733c3befe13687dba34f01e6de3ce216",
"timestamp": "",
"source": "github",
"line_count": 169,
"max_line_length": 256,
"avg_line_length": 45.97041420118343,
"alnum_prop": 0.5697000901016862,
"repo_name": "schmurfy/grape_apidoc",
"id": "46cd06b02ee95fef2fa27f4696d9d02a38f1d6af",
"size"... |
package Nov2020Leetcode;
public class _0004MedianOfTwoSortedArrays {
public static void main(String[] args) {
System.out.println(findMedianSortedArrays(new int[] { 1, 3 }, new int[] { 2 }));
System.out.println(findMedianSortedArrays(new int[] { 1, 2 }, new int[] { 3, 4 }));
System.out.println(findMedianSortedA... | {
"content_hash": "33a7e7a5424066ac32213453e6e463ae",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 85,
"avg_line_length": 30.017241379310345,
"alnum_prop": 0.6410109132682367,
"repo_name": "darshanhs90/Java-InterviewPrep",
"id": "30ba6c415ab3efc952effcca6288f959271d851e",
... |
<?xml version="1.0"?>
<project name="@proyecto@" basedir="." default="desplegarWar">
<property name="project" value="@proyecto@" />
<property name="ox3" value="true" />
<property file="../openxava.properties"/>
<!--
Compila todos los .java y .groovy
No necesitas llamarla si trabajas dentro de Eclipse
-->
... | {
"content_hash": "edf014312b7e0e4941cd48af5a0f82f8",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 79,
"avg_line_length": 31.166666666666668,
"alnum_prop": 0.6773618538324421,
"repo_name": "jecuendet/maven4openxava",
"id": "3fba08a3b15e38b736b0bd0b7f0f96da0160b18d",
"siz... |
<?php
/*
Layout File, at least one main region must be added;
*/
$type = 'wide';
include __DIR__ . "/header.php";
include __DIR__ . "/index.php";
include __DIR__ . "/footer.php";
| {
"content_hash": "f5df026f017ceca270a25643fe6cf2d0",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 52,
"avg_line_length": 16.333333333333332,
"alnum_prop": 0.5510204081632653,
"repo_name": "sedici/wpmu-istec",
"id": "a798e522e184cfe860be2672335d10c0898edb11",
"size": "19... |
package org.lambda3.indra.filter;
import java.util.LinkedList;
import java.util.List;
public class FilterChain implements Filter {
private List<Filter> filters = new LinkedList<>();
private FilterChain() {
}
public static FilterChain get() {
return new FilterChain();
}
public Fi... | {
"content_hash": "4e020d4aae36bfe4c6ee529ec3987274",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 54,
"avg_line_length": 17.97142857142857,
"alnum_prop": 0.5771065182829889,
"repo_name": "Lambda-3/indra",
"id": "b654bc019033de12bb9f94f5cde83a2cc910b7d2",
"size": "2063",... |
package org.apache.tinkerpop.gremlin.process.traversal.dsl.graph;
import org.apache.tinkerpop.gremlin.process.computer.GraphComputer;
import org.apache.tinkerpop.gremlin.process.traversal.TraversalEngine;
import org.apache.tinkerpop.gremlin.process.traversal.TraversalSource;
import org.apache.tinkerpop.gremlin.proces... | {
"content_hash": "b02854f0aa6dcc716f6d6eff4c0739f4",
"timestamp": "",
"source": "github",
"line_count": 342,
"max_line_length": 210,
"avg_line_length": 44.12865497076023,
"alnum_prop": 0.7085873310363107,
"repo_name": "rmagen/incubator-tinkerpop",
"id": "fe0694859d01f6e65f95e43ca436cc6bcb8a924b",
"... |
set -e
SCRIPT_LOCATION=$(cd "$(dirname "$0")"; pwd)
. ${SCRIPT_LOCATION}/common.sh
usage() {
echo "Usage: $0 [-q only quick tests] [-l preload library path] \\"
echo " [-c cache plugin binary] \\"
echo " <unittests binary> <XML output location>"
echo "This script runs the CernVM-FS unit test... | {
"content_hash": "03d5047c2ce8636abc8b88a66b48c595",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 81,
"avg_line_length": 29.233333333333334,
"alnum_prop": 0.6446218167996959,
"repo_name": "djw8605/cvmfs",
"id": "c6ae13e7b7ab312f6890f6f2466ead0e0f838b91",
"size": "2699",... |
%%
%% Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5
%%
%% Copyright (C) 2020 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com>
%%
$project=Qt5xHb
$module=QtCore
$header
$includes
$beginSlotsClass
$signal=|aboutToBlock()
$signal=|awake()
$endSlotsClass
| {
"content_hash": "3d369b029ab950b8dcc0547757640c62",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 79,
"avg_line_length": 16.823529411764707,
"alnum_prop": 0.7482517482517482,
"repo_name": "marcosgambeta/Qt5xHb",
"id": "0e129c6210e5be608b05760c28b95183b90aa0b9",
"size": ... |
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration,
Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your need!
*/
class Version20120731121452 extends AbstractMigration
{
public function up(Schema $schema)
{
// this up() migration... | {
"content_hash": "c9e4a41f1e5cb3698403f3abd2323a43",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 87,
"avg_line_length": 27.23076923076923,
"alnum_prop": 0.6709039548022598,
"repo_name": "forsaken17/uni",
"id": "1ba85c996a49794659bc5b822ac798cc9f69cce4",
"size": "708",
... |
package de.knightsoftnet.mtwidgets.client.ui.widget.helper;
import com.google.gwt.i18n.client.DateTimeFormat;
import com.google.gwt.text.shared.Parser;
import org.apache.commons.lang3.StringUtils;
import java.text.ParseException;
import java.util.Date;
import java.util.Objects;
/**
* parse text to date value.
*... | {
"content_hash": "e9fd926c0dc7d786be40cfdbb8b52df2",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 85,
"avg_line_length": 26.483333333333334,
"alnum_prop": 0.6884833228445564,
"repo_name": "ManfredTremmel/gwt-mt-widgets",
"id": "56498c2060ff22243436703f164c8e6a1862afa6",
... |
package io.subutai.core.peer.api;
/**
* Peer action listener interface
*/
public interface PeerActionListener
{
public String getName();
public PeerActionResponse onPeerAction( PeerAction peerAction );
}
| {
"content_hash": "fd5f7187c25b0c4c6efbcc0b029d6155",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 68,
"avg_line_length": 18.083333333333332,
"alnum_prop": 0.7465437788018433,
"repo_name": "subutai-io/base",
"id": "399cb80966f033635781ffc75b27ccb6db1d8f9c",
"size": "217"... |
/**
* @file CompTree.js
* @brief tree manager for component
* @license MIT
*/
const Tree = require("./Tree.js");
const comutl = mofron.util.common;
const cmputl = mofron.util.component;
module.exports = class extends Tree {
addChild (chd, idx) {
try {
if (true === Array.isArray(chd))... | {
"content_hash": "c82c3358392919cbc1bda6e62c516208",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 90,
"avg_line_length": 28.77570093457944,
"alnum_prop": 0.487820721013316,
"repo_name": "mofron/mofron",
"id": "dc33ddbfc15f6ec4b59beda8bdedcd7cbb09c0e4",
"size": "3079",
... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.renesansz.androidtoolbar">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:support... | {
"content_hash": "94ebe6a63caafe676427a3d18f793bf6",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 76,
"avg_line_length": 34.714285714285715,
"alnum_prop": 0.6310013717421125,
"repo_name": "renesansz/VogellaExercises",
"id": "2f2c08c0705102c5594654a4ec6c0cebead3c1d1",
"s... |
using System;
using System.Collections.Generic;
using Bridge.Html5;
using System.Runtime.CompilerServices;
using System.Text;
namespace Granular.Host
{
public static class ElementExtensions
{
[Bridge.Template("{element}.setSelectionRange({index}, {index})")]
public static extern voi... | {
"content_hash": "9db3506e74d4cc8199c9a13f27aca942",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 89,
"avg_line_length": 38.40625,
"alnum_prop": 0.6891781936533767,
"repo_name": "yuvaltz/Granular",
"id": "0476ac49dd4458c971c8df34589e206f590c543e",
"size": "1231",
"bin... |
<ion-navbar *navbar>
<ion-buttons start>
<button menuToggle>
<ion-icon name="menu"></ion-icon>
</button>
</ion-buttons>
<ion-title>Projects</ion-title>
<ion-buttons end>
<button (click)="toggleSearchActive()">
<ion-icon name="search"></ion-icon>
</button>
</ion-buttons>
</ion-navba... | {
"content_hash": "b08a6ef3e6662263a682cf83b0080250",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 110,
"avg_line_length": 31.681818181818183,
"alnum_prop": 0.642754662840746,
"repo_name": "CompassSoftware/xpsp",
"id": "4f1d5289f1985f840d55cf5bc79466f5d43e92ea",
"size": ... |
{% extends 'base.html' %}{% load mptt_tags %}{% load compress %}{% load cache %}
{% block content %}
<div class="page-header">
<h1>{{ game.name }}</h1>
</div>
<div>
<h2>Rules</h2>
<p class="text-primary">
By participating in this game, you certify that you have have read and agree to the
<a href="{{ game.rules.... | {
"content_hash": "b9a0a779e94cf2ce6cc7eb23b1913c25",
"timestamp": "",
"source": "github",
"line_count": 834,
"max_line_length": 275,
"avg_line_length": 31.109112709832136,
"alnum_prop": 0.5778762767392561,
"repo_name": "Pitkid/bgundead",
"id": "6b5eaa6485499a7ce58c6b1f7b7381e595592c44",
"size": "25... |
package bookshop2.supplier.incoming.queryBooks;
import javax.ejb.SessionContext;
import javax.xml.rpc.handler.MessageContext;
import org.aries.Assert;
import org.aries.tx.message.MessageUtil;
import org.aries.validate.util.Check;
import bookshop2.OrderRequestMessage;
public class QueryBooksValidator {
public Q... | {
"content_hash": "c9a22c376d683efb793f653cea8efa50",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 98,
"avg_line_length": 28.42222222222222,
"alnum_prop": 0.8029710711493354,
"repo_name": "tfisher1226/ARIES",
"id": "9260e964df02f76e86e9aef11fba8f2dd69e389c",
"size": "127... |
<div>
<div class="row">
<div class="col-md-12">
<upload-directive target-url="'rest/v1/plugins'" drag-and-drop-message="'PLUGINS.DRAG_DROP_UPLOAD'" button-message="'PLUGINS.UPLOAD'"
upload-success-callback='search()' />
</div>
</div>
<div class="row grp-margin">
<div class=... | {
"content_hash": "4ed75b4f83113356c759858ea832ffb6",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 190,
"avg_line_length": 43.924050632911396,
"alnum_prop": 0.5103746397694524,
"repo_name": "san-tak/alien4cloud",
"id": "434149fa8e2ca5111dc33656c9e7f390ac2ab3e4",
"size": ... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ro_RO" version="2.0">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About GoobyCoin</source>
<translation>Despre GoobyCoin</translation>
</message>
<message>
... | {
"content_hash": "48edcf69a7b921cbe689230c735ff0da",
"timestamp": "",
"source": "github",
"line_count": 3059,
"max_line_length": 422,
"avg_line_length": 37.598888525661984,
"alnum_prop": 0.6204147285136721,
"repo_name": "GoobyCoin/GoobyCoin",
"id": "19aae65dfaffc080d2910ffa8b80314c11a387ee",
"size"... |
(function ($) {
var _ajax = $.ajax,
mockHandlers = [],
CALLBACK_REGEX = /=\?(&|$)/,
jsc = (new Date()).getTime();
// Parse the given XML string.
function parseXML(xml) {
if (window['DOMParser'] == undefined && window.ActiveXObject) {
DOMParser = function () {
... | {
"content_hash": "b1699de72422deab27c538bdbf6bc966",
"timestamp": "",
"source": "github",
"line_count": 519,
"max_line_length": 185,
"avg_line_length": 37.872832369942195,
"alnum_prop": 0.5232498982498982,
"repo_name": "ShahidulHasan/pms",
"id": "66291dacc7938da06a4123e07df9d3f24c162535",
"size": "... |
/**
* Created: Nov 20, 2013 4:48:56 PM
*/
package com.livescribe.web.registration.mock;
import java.util.ArrayList;
import java.util.List;
import org.apache.log4j.Logger;
import com.livescribe.framework.orm.vectordb.Warranty;
import com.livescribe.web.registration.TestConstants;
/**
* <p></p>
*
* @author <a ... | {
"content_hash": "1118066e1b679d2b8313709cd73ccb6a",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 72,
"avg_line_length": 26.65714285714286,
"alnum_prop": 0.7020364415862809,
"repo_name": "jackstraw66/web",
"id": "1cfa6ac8cbfc0bd8b4450f66d9724937649f8dfb",
"size": "1866"... |
package mvc.apps.horo;
import java.io.ByteArrayInputStream;
import org.apache.http.Header;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.AsyncHttpResponseHandler;
import com.loopj.android.http.RequestParams;
import android.app.Activity;
import android.content.Context;
import android.c... | {
"content_hash": "e053220908ff888b9e859a3f82bcdf9a",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 101,
"avg_line_length": 31.019323671497585,
"alnum_prop": 0.6220214919794425,
"repo_name": "withlovee/Horo",
"id": "3a27864980f80f25080a4b191750f8c5f41c19fa",
"size": "642... |
from setuptools import setup, find_packages
version = '0.3.2'
setup(
name="alerta-hipchat",
version=version,
description='Alerta plugin for HipChat',
url='https://github.com/alerta/alerta-contrib',
license='Apache License 2.0',
author='Nick Satterly',
author_email='nick.satterly@theguardia... | {
"content_hash": "8cec5c44f8179a7556e85ba900c61452",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 59,
"avg_line_length": 24.423076923076923,
"alnum_prop": 0.6251968503937008,
"repo_name": "msupino/alerta-contrib",
"id": "f9e9d60eb8439038d907792be290d469e1e5d537",
"size"... |
<?xml version='1.0' encoding='UTF-8'?>
<flow-definition>
<actions/>
<description>Demonstrates Demo App Pipeline Using Docker Images and Plugin</description>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.... | {
"content_hash": "47efac43866615c4f6b5df5d0d84d6c0",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 159,
"avg_line_length": 41.921052631578945,
"alnum_prop": 0.7062146892655368,
"repo_name": "warmi01/docker-workflow-plugin",
"id": "984f5cd1db95b65cacc6b068609334654f5ac565",... |
var gulp = require("gulp");
var print = require("gulp-print");
var componentStream = require("./");
gulp.task('default', function() {
return gulp.src('component.json')
.pipe(componentStream.custom({ fields: ['scripts', 'json'] }))
.pipe(print());
}) | {
"content_hash": "39145291c7beb1f7d60d15a50f0e6b60",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 64,
"avg_line_length": 28.333333333333332,
"alnum_prop": 0.6549019607843137,
"repo_name": "frankwallis/gulp-component-resolver",
"id": "3c0aa971f9c22ae93236689865f69c4dc6ad375... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.4.2_05) on Thu Sep 30 22:15:55 GMT+01:00 2004 -->
<TITLE>
Uses of Package org.springframework.ejb.access (Spring Framework)
</TITLE>
<LINK REL ="styles... | {
"content_hash": "3a6ce4fced5fff007ad6686ec322bf71",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 248,
"avg_line_length": 42.19251336898396,
"alnum_prop": 0.6466413181242079,
"repo_name": "dachengxi/spring1.1.1_source",
"id": "7d4180fb48838fd46f3d74c59711c0f0ceffb7c4",
... |
from django.shortcuts import render_to_response
from django.template import RequestContext
from django.core.paginator import Paginator
from django.conf import settings
from quizzardous.utils import get_current_month_datetime
from .models import ScoreCounter
def rankings(request, template_name='rankings/rankings.html')... | {
"content_hash": "3798e437eaf0ce8a89aabf0845d6dcb2",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 62,
"avg_line_length": 36.05,
"alnum_prop": 0.753120665742025,
"repo_name": "aviraldg/quizzardous",
"id": "f152339846aea5a32742bc51f17f465fdc79cc08",
"size": "721",
"bina... |
<!--
Licensed to Apereo under one or more contributor license
agreements. See the NOTICE file distributed with this work
for additional information regarding copyright ownership.
Apereo licenses this file to you under the Apache License,
Version 2.0 (the "License"); you may not use this file
ex... | {
"content_hash": "7abe8ebc5c753dbc4076ec22c46105ed",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 88,
"avg_line_length": 38.774193548387096,
"alnum_prop": 0.7354409317803661,
"repo_name": "Jasig/SSP-Platform",
"id": "01d12e219a80d615023c698eb94176721d76693b",
"size": "1... |
package com.twitter.chill
import scala.collection.immutable.{
BitSet,
HashSet,
ListSet,
NumericRange,
Range,
SortedSet,
SortedMap,
ListMap,
HashMap,
Queue
}
import scala.collection.mutable.{
WrappedArray,
BitSet => MBitSet,
Map => MMap,
HashMap => MHashMap,
Set => MSet,
HashSet => MH... | {
"content_hash": "7340688654db9cd3e240ed1c06ee01ef",
"timestamp": "",
"source": "github",
"line_count": 185,
"max_line_length": 103,
"avg_line_length": 37.23783783783784,
"alnum_prop": 0.7043112207867614,
"repo_name": "steveloughran/chill",
"id": "fe8e4295295a20d82d51393a54f37c2b61a9c050",
"size": ... |
@interface EaseMarkdownTextView ()
@property (strong, nonatomic) MBProgressHUD *HUD;
@property (strong, nonatomic) NSString *uploadingPhotoName;
@end
@implementation EaseMarkdownTextView
- (id)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
self.inputAccessoryView = [RFKeyboardTool... | {
"content_hash": "cf913aa559e7bd733d3d6b760d3e6f10",
"timestamp": "",
"source": "github",
"line_count": 339,
"max_line_length": 196,
"avg_line_length": 41.200589970501476,
"alnum_prop": 0.6196033507553519,
"repo_name": "fatjyc/Coding-iOS",
"id": "cab6979291943a96d8802e0e295cbe09502d75ae",
"size": "... |
import PuzzleSolver.puzzle_solver
PuzzleSolver.puzzle_solver.main()
print "\nBye bye!"
| {
"content_hash": "1415d0f673da6c6970b3ef3ffe4692a3",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 33,
"avg_line_length": 17.8,
"alnum_prop": 0.7865168539325843,
"repo_name": "marienfressinaud/AI_Puzzle-Solver",
"id": "2f90196c510639cd0834d3b8385fea362f8322fe",
"size": "1... |
<!DOCTYPE html>
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-16" http-equiv="Content-Type" />
<title _locid="PortabilityAnalysis0">.NET Portability Report</title>
<style>
... | {
"content_hash": "9f1257e2fe189fa29d3ca82548bc9e57",
"timestamp": "",
"source": "github",
"line_count": 313,
"max_line_length": 562,
"avg_line_length": 42.201277955271564,
"alnum_prop": 0.511620864562041,
"repo_name": "kuhlenh/port-to-core",
"id": "a6209a0eff031e2aaac563462a29afe2c2ed7d28",
"size":... |
Control your Kong instance through simple configuration.
[](https://travis-ci.org/articulate/biplane)

## Versioning :warning:
- The `1.3.x` branch and release branch is for pre-0.10 Kong... | {
"content_hash": "5cc6c4ec0f22a4313d05c82273f7bc1d",
"timestamp": "",
"source": "github",
"line_count": 176,
"max_line_length": 695,
"avg_line_length": 36.69886363636363,
"alnum_prop": 0.7160551168911596,
"repo_name": "articulate/biplane",
"id": "8d0e9c319f8b0e801d01b0b1d2bb3277ab8e7e52",
"size": "... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports Microsoft.CodeAnalysis.Rename.ConflictEngine
Imports Microsoft.CodeAnalysis.Options
Imports Microsoft.CodeAnalysis.Rename
Namespace Microsoft.CodeAnal... | {
"content_hash": "a557bcf697436be77317a2e964975942",
"timestamp": "",
"source": "github",
"line_count": 6820,
"max_line_length": 254,
"avg_line_length": 36.906451612903226,
"alnum_prop": 0.49550659112760326,
"repo_name": "ValentinRueda/roslyn",
"id": "8a19f3cab05cdd1cf9d831bc5a5ad39c025e0cac",
"siz... |
<?php
namespace Pushman\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
protected $except = [
'sites/*/channels/*/max',
'api/*',
'ban/update',
];
}
| {
"content_hash": "7ba86f5f038879a8e4b0b9e2f269bfb8",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 74,
"avg_line_length": 19.428571428571427,
"alnum_prop": 0.6654411764705882,
"repo_name": "PushmanPHP/pushman",
"id": "0cb416020fca28d94ed4c15f676965474b345646",
"size": "2... |
"""
WSGI config for scotland_yard project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.9/howto/deployment/wsgi/
"""
import os
from django.core.wsgi import get_wsgi_application
os.environ.setdefault("DJANGO... | {
"content_hash": "ce559c80283adafe046a348b80781cbd",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 78,
"avg_line_length": 25.1875,
"alnum_prop": 0.771712158808933,
"repo_name": "BoardFellows/ScotlandYard",
"id": "7078e35a3fe3a90ccb5cf670eda76f9cb206ecdd",
"size": "403",
... |
package dagger.internal.codegen.compileroption;
import javax.lang.model.element.TypeElement;
import javax.tools.Diagnostic;
/** A collection of options that dictate how the compiler will run. */
public abstract class CompilerOptions {
public abstract boolean usesProducers();
/**
* Returns true if the fast i... | {
"content_hash": "6c2b8b08d30c563ce585a5dac3cec2d8",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 98,
"avg_line_length": 38.23076923076923,
"alnum_prop": 0.7703363035354988,
"repo_name": "dushmis/dagger",
"id": "a0d1cda347fde7b225561dcb13a5b6750bc35d9c",
"size": "4081",... |
import { Helper, Types } from "gd-sprest";
import { Component } from "react";
import { IAttachmentFile } from "../../fields/types";
/**
* Field Information
*/
export interface IItemFormField {
/** The form control mode. */
controlMode?: number;
/** The field name. */
name: string;
/** The on ch... | {
"content_hash": "416a19ac3380b0b76965cc64337b74ae",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 88,
"avg_line_length": 24.745454545454546,
"alnum_prop": 0.6274797942689199,
"repo_name": "gunjandatta/sprest-react",
"id": "3aafd2a3b1e369dfd20de412eed23dab6aab1db1",
"si... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "6a94e0b7c07241d3aeedcd7676b2bac1",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 154,
"avg_line_length": 45.93617021276596,
"alnum_prop": 0.6237455612166126,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "c8418cde3f8d5ff981c7b30559700af567971160",
"siz... |
<?php
namespace JHWEB\ParqueaderoBundle\Controller;
use JHWEB\ParqueaderoBundle\Entity\PqoGruaCiudadano;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;use Symfony\Component\HttpFoundatio... | {
"content_hash": "d854bf12be22c00e9df2439dcff379c9",
"timestamp": "",
"source": "github",
"line_count": 186,
"max_line_length": 113,
"avg_line_length": 31.698924731182796,
"alnum_prop": 0.5620759837177748,
"repo_name": "edosgn/colossus-sit",
"id": "aa20df79e1a0e6bc72b612224fbcd1b89266afe1",
"size":... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2cf13e221182d1f03a18d0f8cb27cda8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "1fd8183be7e7bcb7c7e1cc46a4cece232f10fc30",
"size": "20... |
package com.example.plugintest.manymethods.d.d;
public class A1 {
public static void a0(String msg) { System.out.println("msg=" + msg + 0); }
public static void a1(String msg) { System.out.println("msg=" + msg + 1); }
public static void a2(String msg) { System.out.println("msg=" + msg + 2); }
public st... | {
"content_hash": "29dea76868db352a399173fdff072b52",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 81,
"avg_line_length": 79.3173076923077,
"alnum_prop": 0.6343799248393744,
"repo_name": "limpoxe/Android-Plugin-Framework",
"id": "2bcf446f40afa9a02956bb453fed08695ec10a85",... |
package master
import (
"bytes"
"fmt"
"os"
"path"
"strings"
"github.com/ghodss/yaml"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"
api "k8s.io/client-go/pkg/api/v1"
kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm"
k... | {
"content_hash": "acacf55497b3492685630c2303aed765",
"timestamp": "",
"source": "github",
"line_count": 482,
"max_line_length": 168,
"avg_line_length": 35.107883817427386,
"alnum_prop": 0.692057676397589,
"repo_name": "cheld/kubernetes",
"id": "b1f416b7c3dd84adf863c7532c6eac8e18e70984",
"size": "17... |
package com.amazonaws.services.guardduty.model;
import java.io.Serializable;
import javax.annotation.Generated;
/**
*
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/DeleteInvitations" target="_top">AWS API
* Documentation</a>
*/
@Generated("com.amazonaws:aws-java-sdk-code-gener... | {
"content_hash": "b18d8f88fd7fb86c92ff4fe8418bd9e5",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 150,
"avg_line_length": 36.261744966442954,
"alnum_prop": 0.6559318896909124,
"repo_name": "aws/aws-sdk-java",
"id": "e72d1269597c0c8d01e008af3db1c005e7ad7de0",
"size": "5... |
({
/**
* Verify css from template is properly injected and present on loaded DOM.
* known issue with IE11 and layout : W-2375142
*/
testStyleCssInjectedIntoDom : {
browsers : ["-IE8", "-IE11", "-IE10"],
test : function(cmp) {
var found = false;
var cssText... | {
"content_hash": "e01f2b24b1e898046edc1d85d7761523",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 124,
"avg_line_length": 42.56140350877193,
"alnum_prop": 0.5037098103874691,
"repo_name": "madmax983/aura",
"id": "cdc7d72f42cae9064dedd60bc5dd1c9724adaca9",
"size": "3037"... |
from couchdbkit.ext.django.schema import Document
from django.core.management.base import LabelCommand, CommandError
from corehq.apps.domain.models import OldDomain
from corehq.apps.domain.shortcuts import create_domain, create_user
from corehq.apps.domain.utils import normalize_domain_name
from corehq.apps.users.model... | {
"content_hash": "7b76af30398abd98e9fd0e54e6312502",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 109,
"avg_line_length": 43.88095238095238,
"alnum_prop": 0.566467715680955,
"repo_name": "gmimano/commcaretest",
"id": "c535861e787bcda63203babc76309840315a87e3",
"size": "... |
//===--- Decl.h - Swift Language Declaration ASTs ---------------*- C++ -*-===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | {
"content_hash": "0172dcd139bf79076a55dcbfab9cff30",
"timestamp": "",
"source": "github",
"line_count": 7714,
"max_line_length": 102,
"avg_line_length": 35.43725693544205,
"alnum_prop": 0.7057319388505394,
"repo_name": "parkera/swift",
"id": "5efc1d100bbba2857290e9adc195fe6846a09889",
"size": "2733... |
use super::bitmask::BitMask;
use super::EMPTY;
use core::{mem, ptr};
// Use the native word size as the group size. Using a 64-bit group size on
// a 32-bit architecture will just end up being more expensive because
// shifts and multiplies will need to be emulated.
#[cfg(any(
target_pointer_width = "64",
targ... | {
"content_hash": "1281120065cdd7ee7f711b6361bcff69",
"timestamp": "",
"source": "github",
"line_count": 154,
"max_line_length": 79,
"avg_line_length": 37.201298701298704,
"alnum_prop": 0.6173852330249607,
"repo_name": "rust-lang/hashbrown",
"id": "52955a45b65526a4dc8148afe1580aee7dde49bc",
"size": ... |
package org.wso2.carbon.caching.impl;
import org.testng.annotations.Test;
import org.wso2.carbon.caching.impl.eviction.EvictionUtil;
import org.wso2.carbon.caching.impl.eviction.LeastRecentlyUsedEvictionAlgorithm;
import org.wso2.carbon.caching.impl.eviction.MostRecentlyUsedEvictionAlgorithm;
import org.wso2.carbon.c... | {
"content_hash": "a9a72ad8d1fb5e24fe09c4eb939cf911",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 141,
"avg_line_length": 40.08130081300813,
"alnum_prop": 0.6558823529411765,
"repo_name": "maheshika/carbon4-kernel",
"id": "a1b3bab3dfbd6b0c059dab7ff6853b8a86cf7eb4",
"si... |
layout: post
title: "¡Nuevo PC!"
subtitle: "Características de mi nuevo PC montado a piezas"
description: Características de mi nuevo PC montado a piezas
date: 2015-08-20 12:00:00
sitemap:
lastmod: 2019-03-02
tag: [informatica,geek]
author: "@R12Leal"
header-img: "img/post/pc.jpg"
permali... | {
"content_hash": "19918249bb6a1f622c464142369960fa",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 548,
"avg_line_length": 80.17777777777778,
"alnum_prop": 0.7408536585365854,
"repo_name": "R12Leal/R12Leal.github.io",
"id": "4d3f6dccbf6e52fb6ec6791cd6c8b4f2da2278ec",
"si... |
#ifndef _DECAF_NET_SOCKETEXCEPTION_H_
#define _DECAF_NET_SOCKETEXCEPTION_H_
#include <decaf/io/IOException.h>
namespace decaf {
namespace net {
/**
* Exception for errors when manipulating sockets.
*/
class DECAF_API SocketException : public io::IOException {
public:
SocketException()... | {
"content_hash": "f7aedfb25295e72d2778e69c5cd175db",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 115,
"avg_line_length": 34.68055555555556,
"alnum_prop": 0.6283540248297957,
"repo_name": "apache/activemq-cpp",
"id": "a2fed9c9f60250fa7adba9cb23f3422786deefac",
"size": "... |
module CCO.Feedback (
-- * Messages
Message (Log, Warning, Error)
, isError -- :: Message -> Bool
, fromMessage -- :: Message -> Doc
-- * The Feedback monad
, Feedback -- abstract, instances: Functor, Monad
, trace ... | {
"content_hash": "891ae46436d2208f430bab7df9d40df1",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 79,
"avg_line_length": 37.00847457627118,
"alnum_prop": 0.5285092741012136,
"repo_name": "aochagavia/CompilerConstruction",
"id": "e0a68449f3d5dc50f33a43a6b02a2738a6591f16",... |
@interface ViewController : UIViewController
{
IBOutlet IQDropDownTextField *textFieldTextPicker;
IBOutlet IQDropDownTextField *textFieldOptionalTextPicker;
IBOutlet IQDropDownTextField *textFieldDatePicker;
IBOutlet IQDropDownTextField *textFieldTimePicker;
IBOutlet IQDropDownTextField *textFieldD... | {
"content_hash": "62bbe9e1e4067846d1e484c644fd4416",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 62,
"avg_line_length": 31.181818181818183,
"alnum_prop": 0.8279883381924198,
"repo_name": "fjsosa/IQDropDownTextField",
"id": "a6ab2df0e12b92c6241c0b3251e22f50f12d3c20",
"s... |
namespace gpu {
class GpuMemoryBufferFactory;
class GpuMemoryBufferManagerInterface;
namespace gles2 {
class MailboxManager;
class QueryManager;
}
class GPU_EXPORT GpuControlService : public GpuControl {
public:
GpuControlService(GpuMemoryBufferManagerInterface* gpu_memory_buffer_manager,
GpuMe... | {
"content_hash": "4cd73d4671c720abbe0d1e19a2977eb2",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 80,
"avg_line_length": 37.01724137931034,
"alnum_prop": 0.6823474615742897,
"repo_name": "cvsuser-chromium/chromium",
"id": "b9e7474117a4ce79eb4137f5e89dc539bf0ffe11",
"siz... |
import assert from "assert"
import { ArrayRecord, defineArrayRecord } from "../../src/index"
import { thrownMessage } from "../lib/util"
describe("defineArrayRecord:", () => {
describe("ArrayRecord with 'uint8' and 4", () => {
const TestRecord = defineArrayRecord("uint8", 4)
let buffer: Buffer
... | {
"content_hash": "71a69ee3656c0506e51d74f609098c89",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 130,
"avg_line_length": 33.79661016949152,
"alnum_prop": 0.4622199933132731,
"repo_name": "mysticatea/bre",
"id": "2539cbba79af9902efc9b53076f87845a2d16595",
"size": "5982... |
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
id="WebApp_ID" version="3.1">
<display-name>Abell</display-... | {
"content_hash": "b882d45c4724fed55b5b3d506e8c8e69",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 107,
"avg_line_length": 36.51724137931034,
"alnum_prop": 0.6997167138810199,
"repo_name": "AnthonyMullerPlayground/Abell",
"id": "0e23240c7479cbc81b2b313d7cda51be2ccd9ae1",
... |
<!--
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 License, Version 2.0 (the
"License"); yo... | {
"content_hash": "e0ac023e706f29760167c2f5f5bf65b3",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 157,
"avg_line_length": 43.23255813953488,
"alnum_prop": 0.657880580957504,
"repo_name": "apache/directory-fortress-commander",
"id": "6ded9020e601df166d6253da4b5cb29648062c1... |
<?php header("Location:demos"); ?> | {
"content_hash": "b43a05df0df94332cfaaca06a939c880",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 34,
"avg_line_length": 34,
"alnum_prop": 0.6470588235294118,
"repo_name": "sasknot/mfc-api-class",
"id": "e3d6f33359068c9a2c6ae804b11d351a86f61c7c",
"size": "34",
"binary"... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading;
using Newtonsoft.Json;
using osu.Framework.Logging;
using osu.Framework.Platform;
using osu.Game.Database;
using osu.Game.Extensions;
using osu.Game.IO;
using osu.Game.IO.Archives;
using osu.Ga... | {
"content_hash": "97d809b1ccf5d6bed20b7819359a6fb2",
"timestamp": "",
"source": "github",
"line_count": 264,
"max_line_length": 192,
"avg_line_length": 42.68560606060606,
"alnum_prop": 0.557547253527376,
"repo_name": "NeoAdonis/osu",
"id": "23813e8eb208420a683b18a76dea371054ed511c",
"size": "11419"... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "fa602521232664ae971b1be9b166eeed",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "a7819dd80ea627e182f104262cc353ba3ffd5300",
"size": "173... |
<md-toolbar class="md-whiteframe-4dp">
<div class="md-toolbar-tools">
<span flex></span>
<img src="img/logo-branca.png" width="170px"/>
<span flex></span>
</div>
</md-toolbar>
| {
"content_hash": "4f109e3f5ffb5bbdca607f3397691e6c",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 54,
"avg_line_length": 30.714285714285715,
"alnum_prop": 0.5534883720930233,
"repo_name": "LADOSSIFPB/nutrif",
"id": "07fe2b08b8aab9faa49947443ae3b224e9fa2aca",
"size": "215... |
id: 587d78ad367417b2b2512af9
title: Use the align-items Property in the Tweet Embed
challengeType: 0
videoUrl: 'https://scrimba.com/p/pVaDAv/cd3PNfq'
forumTopicId: 301106
dashedName: use-the-align-items-property-in-the-tweet-embed
---
# --description--
The last challenge introduced the `align-items` property and gave... | {
"content_hash": "15ea0590aee146bd653458ffdf042090",
"timestamp": "",
"source": "github",
"line_count": 221,
"max_line_length": 173,
"avg_line_length": 21.85972850678733,
"alnum_prop": 0.6245083833574829,
"repo_name": "FreeCodeCamp/FreeCodeCamp",
"id": "98b3d28d95701ffa00303fb18c5a7ec33d601cdc",
"s... |
<?xml version="1.0"?>
<!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
<!-- Note: no GLX protocol info yet. -->
<OpenGLAPI>
<category name="GL_ARB_robustness" number="105">
<enum name="GUILTY_CONTEXT_RESET_ARB" value="0x8253"/>
<enum name="INNOCENT_CONTEXT_RESET_ARB" value="0x8254"/>
... | {
"content_hash": "7a04c3f9ab2ff9853cdedc7927d18f78",
"timestamp": "",
"source": "github",
"line_count": 185,
"max_line_length": 79,
"avg_line_length": 37.31891891891892,
"alnum_prop": 0.5940034762456546,
"repo_name": "devlato/kolibrios-llvm",
"id": "14048bf49cccc5c868d069cbf6c834ae1a88a117",
"size"... |
if(DEFINED POLLY_OSX_10_14_DEP_10_10_CXX17_CMAKE_)
return()
else()
set(POLLY_OSX_10_14_DEP_10_10_CXX17_CMAKE_ 1)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/utilities/polly_init.cmake")
set(OSX_SDK_VERSION "10.14")
set(POLLY_XCODE_COMPILER "clang")
polly_init(
"Xcode (OS X ${OSX_SDK_VERSION} | Deployment 10.10... | {
"content_hash": "c927d780cdbe4342f9dbe8fbf96a5c21",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 84,
"avg_line_length": 30.76923076923077,
"alnum_prop": 0.70875,
"repo_name": "idscan/polly",
"id": "4ae7e0eb5517411eef6710861e1734e4b75bafaf",
"size": "861",
"binary": f... |
using System.Web;
using System.Web.Optimization;
namespace SocresSamples.Azure.Search
{
public class BundleConfig
{
// For more information on bundling, visit http://go.microsoft.com/fwlink/?LinkId=301862
public static void RegisterBundles(BundleCollection bundles)
{
bundle... | {
"content_hash": "4e35a71cc649c275005c47e7a6b1c68a",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 112,
"avg_line_length": 40.483870967741936,
"alnum_prop": 0.5768924302788845,
"repo_name": "Socres/Socres",
"id": "b0f71abee0c04b83ffef326b136b9680ca57d699",
"size": "1257"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.