text stringlengths 2 1.04M | meta dict |
|---|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>cantor: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | {
"content_hash": "d6e2efa279e99106ada3c574879490ce",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 190,
"avg_line_length": 41.847457627118644,
"alnum_prop": 0.5596057783178074,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "d76343a4962bbc6f055c426cb3ea236dfb0c7883",... |
/*
Ported to JavaScript by Lazar Laszlo 2011
lazarsoft@gmail.com, www.lazarsoft.info
*/
/*
*
* Copyright 2007 ZXing authors
*
* 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 Licen... | {
"content_hash": "ba24036102b8b243df668eeae8ac6442",
"timestamp": "",
"source": "github",
"line_count": 114,
"max_line_length": 381,
"avg_line_length": 34.73684210526316,
"alnum_prop": 0.6833333333333333,
"repo_name": "fantaclaus/jsqrcode",
"id": "bb60be66bfc3f72559d6074d4a768e61293b01ac",
"size": ... |
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM e:/builds/moz2_slave/rel-m-rel-xr-w32-bld/build/content/base/public/nsIXMLHttpRequest.idl
*/
#ifndef __gen_nsIXMLHttpRequest_h__
#define __gen_nsIXMLHttpRequest_h__
#ifndef __gen_nsIDOMEventTarget_h__
#include "nsIDOMEventTarget.h"
#endif
#include "jspubtd.h"
/* For... | {
"content_hash": "7ccf74eeb13edb0328566c9d4e67fe78",
"timestamp": "",
"source": "github",
"line_count": 828,
"max_line_length": 259,
"avg_line_length": 45.14975845410628,
"alnum_prop": 0.7658891504386903,
"repo_name": "bwp/SeleniumWebDriver",
"id": "628875b11c291ddd3e9425f5512c25fd5e8012b3",
"size"... |
public class B {
}
| {
"content_hash": "169517c48a4caee68192f1b8d7949d68",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 16,
"avg_line_length": 5.25,
"alnum_prop": 0.5714285714285714,
"repo_name": "Mayo-WE01051879/mayosapp",
"id": "bc7b7d24f20993f66d25a056c1222e9b3c062244",
"size": "781",
"b... |
using System;
using System.Runtime.InteropServices;
namespace BlackBerry.Screen
{
/// <summary>
/// A screen context used to identify the scope of the relationship with the underlying windowing system.
/// </summary>
[AvailableSince(10, 0)]
public sealed class ScreenContext : IDisposable
{
... | {
"content_hash": "1fe4b3b01e2c7ccc7c7dc8d98dd6b5fd",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 109,
"avg_line_length": 21.75,
"alnum_prop": 0.5300127713920817,
"repo_name": "rcmaniac25/DotBlackBerry",
"id": "777801295fb8cb84321b0a40e0a30dca1b13c670",
"size": "785",
... |
[Preface](./preface.md)
- [Primers](./01-primers/abstract.md)
- [Introduction to Lambda Calculus](./01-primers/intro.md)
- [Supercombinators](./01-primers/supercombinators.md)
- [SK combinators](./01-primers/sk.md)
- [`SK` geometric semantic operators](./01-primers/sk-gsgp.md)
- [Literature](./02-li... | {
"content_hash": "5b27af0fce04015366fbad3508148d04",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 70,
"avg_line_length": 43,
"alnum_prop": 0.6710963455149501,
"repo_name": "bgalvao/fgsgp-notes",
"id": "fc8f2d39376509a282490b74c9e039ae9aed9984",
"size": "655",
"binary"... |
package org.apache.livy.repl
import org.scalatest._
import org.apache.livy.LivyBaseUnitTestSuite
class SparkInterpreterSpec extends FunSpec with Matchers with LivyBaseUnitTestSuite {
describe("SparkInterpreter") {
val interpreter = new SparkInterpreter(null)
it("should parse Scala compile error.") {
... | {
"content_hash": "da81cdc15a2f326a8370e3ddbe1785f6",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 85,
"avg_line_length": 30.30188679245283,
"alnum_prop": 0.6176836861768369,
"repo_name": "ajbozarth/incubator-livy",
"id": "d92203473a4fbb4bfc913d908f9cbf2891872a87",
"size... |
package export
import (
"bufio"
"compress/gzip"
"flag"
"fmt"
"io"
"math"
"os"
"path/filepath"
"sort"
"strconv"
"strings"
"sync"
"time"
"github.com/influxdata/influxdb/models"
"github.com/influxdata/influxdb/pkg/escape"
"github.com/influxdata/influxdb/tsdb/engine/tsm1"
"github.com/influxdata/influxql"... | {
"content_hash": "e78a38fd6b4cfedf158c0f64a34e411e",
"timestamp": "",
"source": "github",
"line_count": 418,
"max_line_length": 117,
"avg_line_length": 26.97846889952153,
"alnum_prop": 0.6521237917885963,
"repo_name": "anhowe/acs-engine",
"id": "fa2f4ecb4fee65092dae4c888668658b4ac6e52f",
"size": "1... |
package bucky;
public class Fish extends Animal {
public void noise(){
System.out.println("Fish's noise method called.");
}
}
| {
"content_hash": "68721f2e0111fcfd880159eded9cf7c0",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 52,
"avg_line_length": 18.714285714285715,
"alnum_prop": 0.7099236641221374,
"repo_name": "willem-vanheemstrasystems/java-headstart",
"id": "afacdde32333ddf6e4af3d8b6c33e37edf... |
package com.intellij.vcs.log.ui.filter;
import com.intellij.openapi.actionSystem.*;
import com.intellij.openapi.project.DumbAware;
import com.intellij.openapi.project.DumbAwareAction;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.SystemInfo;
import com.intellij.openapi.util.text.String... | {
"content_hash": "aee746080ad3874f13b356a5715d3644",
"timestamp": "",
"source": "github",
"line_count": 401,
"max_line_length": 136,
"avg_line_length": 38.576059850374065,
"alnum_prop": 0.6812334346111578,
"repo_name": "mdanielwork/intellij-community",
"id": "ac71d06a114e0b483aeba48a7f2c8af433636eb8"... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | {
"content_hash": "3f88057c173449f7fd292c7e5aed33c5",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 297,
"avg_line_length": 43.92822966507177,
"alnum_prop": 0.5097483934211959,
"repo_name": "dcarda/aba.route.validator",
"id": "c512661523cd5b3ff3a594a5e71bc301bdefb257",
"... |
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Reflection.Emit;
using System.Runtime.InteropServices;
using System.Text;
namespace Yanitta
{
/// <summary>
/// Предоставляет методы для... | {
"content_hash": "9abcdd4c3df40e8c29b77b9c70ca5700",
"timestamp": "",
"source": "github",
"line_count": 505,
"max_line_length": 259,
"avg_line_length": 41.48514851485149,
"alnum_prop": 0.6046300715990454,
"repo_name": "Konctantin/Yanitta",
"id": "2c5331d94520c777c4312c56c6bb8222436851fa",
"size": "... |
**Twilight Knife**
**School** evocation [force]; **Level** sorcerer/wizard 3, witch 3
**Casting Time** 1 standard action
**Components** V, S, F (a small knife)
**Range** close (25 ft. + 5 ft./2 levels)
**Effect** floating knife of force
**Duration** 1 round/level (D)
**Saving Throw** none; **Spell Resistance** ... | {
"content_hash": "9f1195d7e8c363aa5460109f682972bb",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 921,
"avg_line_length": 91.13636363636364,
"alnum_prop": 0.7635910224438903,
"repo_name": "brunokoga/pathfinder-markdown",
"id": "4107e21416f3dd1656caff2dcf426c1e0625c4d3",
... |
from django.contrib.gis import forms
from django.contrib.gis.db.models.lookups import gis_lookups
from django.contrib.gis.db.models.proxy import SpatialProxy
from django.contrib.gis.gdal import HAS_GDAL
from django.contrib.gis.geometry.backend import Geometry, GeometryException
from django.core.exceptions import I... | {
"content_hash": "769c26983b4b2d3ead0b9a924c553d15",
"timestamp": "",
"source": "github",
"line_count": 444,
"max_line_length": 117,
"avg_line_length": 39.86486486486486,
"alnum_prop": 0.6248587570621469,
"repo_name": "yephper/django",
"id": "20b6a50687e68059ccbc6ac8d0811d5dd49d6e54",
"size": "1770... |
<?php
/**
* Downloadable Product Samples resource model
*
* @category Mage
* @package Mage_Downloadable
* @author Magento Core Team <core@magentocommerce.com>
*/
class Mage_Downloadable_Model_Resource_Sample extends Mage_Core_Model_Resource_Db_Abstract
{
/**
* Initialize connection
*... | {
"content_hash": "49f57edea5d85f2736b9571fdb3b18a8",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 90,
"avg_line_length": 32.52066115702479,
"alnum_prop": 0.5092757306226176,
"repo_name": "cesarfelip3/cleverva",
"id": "263c2973f8aec71a3502605e9d8e15da351ac284",
"size": ... |
package com.uwetrottmann.tmdb2.services;
import com.uwetrottmann.tmdb2.BaseTestCase;
import com.uwetrottmann.tmdb2.TestData;
import com.uwetrottmann.tmdb2.entities.AppendToResponse;
import com.uwetrottmann.tmdb2.entities.Credits;
import com.uwetrottmann.tmdb2.entities.ExternalIds;
import com.uwetrottmann.tmdb2.entit... | {
"content_hash": "de1f1b4f76ab9e509eaae90b19637217",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 106,
"avg_line_length": 38.02608695652174,
"alnum_prop": 0.6780242396524125,
"repo_name": "utwyko/tmdb-java",
"id": "9f441ad2004f655faebe635fcb4385f3b7b06a51",
"size": "49... |
import { ComponentMeta, ComponentStory } from '@storybook/react';
import { Typography } from '@mui/material';
import Panel from '.';
export default {
component: Panel,
title: 'Panel'
} as ComponentMeta<typeof Panel>;
const header = <Typography>Header</Typography>;
const tab = <Typography>Tab</Typography>;
cons... | {
"content_hash": "1095ac90b9166c42ade7e836936c5d5d",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 80,
"avg_line_length": 23.838709677419356,
"alnum_prop": 0.6481732070365359,
"repo_name": "centreon/centreon",
"id": "463d0d79abc8f44587f4e82cd01d5100816bb834",
"size": "73... |
<?php
namespace atn\PlaceBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://symfony.c... | {
"content_hash": "69f4ff77a18cf0ca16948c5274092325",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 131,
"avg_line_length": 30.103448275862068,
"alnum_prop": 0.7147766323024055,
"repo_name": "somaizouhaier/allemni",
"id": "90118e7a194bca200b999d58facf866d15288616",
"size"... |
from flask import _app_ctx_stack
from flask import current_app as app
from flask import Flask, request, session, url_for, redirect, \
render_template, abort, g, flash, _app_ctx_stack
from sqlite3 import dbapi2 as sqlite3
from hashlib import md5
from datetime import datetime
def get_db():
"""Opens a new databa... | {
"content_hash": "67eba6559bd22efa73f741226b1286a9",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 76,
"avg_line_length": 32.25,
"alnum_prop": 0.6501937984496124,
"repo_name": "bridgetnoelleee/project2",
"id": "e2b3a92eba2fe4c95b358c2246d3622aa8572d97",
"size": "2064",
... |
package org.apache.kafka.server.policy;
import org.apache.kafka.common.config.ConfigResource;
import org.apache.kafka.common.config.ConfigResource.Type;
import org.apache.kafka.server.policy.AlterConfigPolicy.RequestMetadata;
import org.junit.jupiter.api.Test;
import java.util.Collections;
import static org.junit.j... | {
"content_hash": "c435d952cb931e12a2049f5ee94af5ee",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 72,
"avg_line_length": 33.166666666666664,
"alnum_prop": 0.7068676716917923,
"repo_name": "apache/kafka",
"id": "13971effe9ec105eeb90ba06fce0cf3009835bb7",
"size": "1992",
... |
/**
* This object contains all possible options. It will check if the types are correct, if required if the option is one
* of the allowed values.
*
* __any__ means that the name of the property does not matter.
* __type__ is a required field for all objects and contains the allowed types of all objects
*/
let st... | {
"content_hash": "45944a4ce4b41f7604dc03846909b818",
"timestamp": "",
"source": "github",
"line_count": 274,
"max_line_length": 142,
"avg_line_length": 28.463503649635037,
"alnum_prop": 0.5599435825105783,
"repo_name": "bounswe/bounswe2016group12",
"id": "30b27b75d41e3a6c76c461f13999fea59a11fc48",
... |
#include <aws/ds/model/DirectoryDoesNotExistException.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace DirectoryService
{
namespace Model
{
DirectoryDoesNotExistException::DirectoryDoesNotExistException()... | {
"content_hash": "b30bbaa9590318483cb3e93514686da5",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 94,
"avg_line_length": 18.253521126760564,
"alnum_prop": 0.7384259259259259,
"repo_name": "cedral/aws-sdk-cpp",
"id": "b14442b7a46fe66aafd4f030f0b5db5fa5a9047c",
"size": "1... |
- [`9`, `latest`, `9.0.10` (*9/Dockerfile*)](https://github.com/andreptb/Dockerfiles/blob/master/tomcat/9/Dockerfile)
- [`8.5-jdk8`, `8.5`, `8.5.32-jdk8` (*8.5-jdk8/Dockerfile*)](https://github.com/andreptb/Dockerfiles/blob/master/tomcat/8.5-jdk8/Dockerfile)
- [`7-jdk7`, `7.0.90-jdk7` (*7-jdk7/Dockerfile*)](https://git... | {
"content_hash": "d42c8ac601022357f1c99ffa4d6b869f",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 536,
"avg_line_length": 60.2972972972973,
"alnum_prop": 0.7519049753473779,
"repo_name": "andreptb/Dockerfiles",
"id": "adfcd66e9ebd4d5a05caa98c5e4c97e82fa2d1b8",
"size": "... |
var exec = require('child_process').exec;
// PUBLIC
function executeListCommand(callback) {
execute('forever list --plain', function(stdout) {
// Get names
var sysNames = stdout.match(/\S+\.js/g);
if (!sysNames) {
console.log('No scripts are currently running.');
... | {
"content_hash": "803158128b5e64a10c2d73cdfebc94c9",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 117,
"avg_line_length": 26.06611570247934,
"alnum_prop": 0.5161699429296132,
"repo_name": "nikolaydyankov/node-forever-gui",
"id": "0f14429d615edaf1def914866b5b560056689945"... |
<!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": "4da774d3ed961cd38046d43f870be55a",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 299,
"avg_line_length": 70.40677966101696,
"alnum_prop": 0.646605681271064,
"repo_name": "fkolacek/FIT-VUT",
"id": "20617185cdcf8438e527f44cdd966de37df8b0e8",
"size": "830... |
layout: page
title: Shepherd Tough Aerospace Executive Retreat
date: 2016-05-24
author: Margaret Navarro
tags: weekly links, java
status: published
summary: Praesent enim orci, consectetur nec odio ut, laoreet tempus magna.
banner: images/banner/office-01.jpg
booking:
startDate: 01/23/2017
endDate: 01/24/2017
cty... | {
"content_hash": "45626569716d1fb2e4e98542039a7695",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 909,
"avg_line_length": 79.9090909090909,
"alnum_prop": 0.8088737201365188,
"repo_name": "KlishGroup/prose-pogs",
"id": "9f55ae2062e745119f5f01cebe3200e691204062",
"size": ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Mon Mar 28 17:12:00 AEST 2016 -->
<title>net.jini.jeri.connection Class Hierarchy (River-Internet vtrunk API Documentation (internals))<... | {
"content_hash": "1be9364212528e3b567580453c922eb1",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 397,
"avg_line_length": 60.44444444444444,
"alnum_prop": 0.680921052631579,
"repo_name": "pfirmstone/JGDMS",
"id": "86cf918b72c40d1493e11be51f15bd3595f3a87f",
"size": "103... |
var util = require('../util.test');
module.exports = function() {
util.request({
url: 'https://resreplace.test.whistlejs.com/?resBody=123test',
method: 'post'
}, function(res, body) {
body.should.equal('123abc');
});
util.request('http://resreplace.test.whistlejs.com/?resBody=test123', function(re... | {
"content_hash": "dab115101d78a465f41be8d6d6b0d3cd",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 93,
"avg_line_length": 26.642857142857142,
"alnum_prop": 0.6407506702412868,
"repo_name": "avwo/whistle",
"id": "5d243695ef7fc40f4c881cea97c1ade5104eee54",
"size": "373",
... |
Title: Exercise 5
Date: 2014-11-11 1:14AM
Another late night with Python. Tonight was [exercise 5](https://learnpythonthehardway.org/book/ex5.html) and it covered string formatting and replacement.
I entered these lines into a `.py` file and ran it with `python ex05.py`:
```
# Exercise 5
# https://learnpythonthehard... | {
"content_hash": "f35717bb6ca1a00b3d465bd26a58c9b4",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 241,
"avg_line_length": 32.867924528301884,
"alnum_prop": 0.7049368541905855,
"repo_name": "richardcornish/lpthw",
"id": "4adb3229142bc026f15006dbe36b2d2b45af3024",
"size":... |
layout: null
section-type: about
title: About
---
## About
Defenestrate is a guild located on Tarren mill intent on maintaining a 2 day a week raiding , <i>Monday</i> and <i>Thursday</i>.
In our first raid tier we successfully achieved cutting edge.
<h3>Attendance</h3>
<p>We prefer people to have as close to 100% att... | {
"content_hash": "874ad1a6fda4a26c9129eb588251eb29",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 200,
"avg_line_length": 48.857142857142854,
"alnum_prop": 0.7222222222222222,
"repo_name": "defenestrate-tarrenmill/defenestrate-tarrenmill.github.io",
"id": "2c7b5276a4a5ff2... |
#ifndef ContentData_h
#define ContentData_h
#include "CounterContent.h"
#include "StyleImage.h"
#include "RenderPtr.h"
namespace WebCore {
class Document;
class RenderObject;
class RenderStyle;
class ContentData {
WTF_MAKE_FAST_ALLOCATED;
public:
enum Type {
CounterDataType,
ImageDataType,... | {
"content_hash": "321bd843832dab88b06736857ec1855c",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 127,
"avg_line_length": 26.59825327510917,
"alnum_prop": 0.6857658840912823,
"repo_name": "aosm/WebCore",
"id": "c065cbea4529154f53748065f194481a3209c0c0",
"size": "7179",... |
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | | [optional]
**Value** | **string** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to READM... | {
"content_hash": "19fa1dae7268d9285958ff1841443d75",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 161,
"avg_line_length": 42.375,
"alnum_prop": 0.5162241887905604,
"repo_name": "UltraCart/rest_api_v2_sdk_csharp",
"id": "72c82bfc20e763422e0876ad86403a017606099a",
"size": ... |
[][travis]
[][gemnasium]
[][coveralls]
... | {
"content_hash": "e922b5d58b85d2ddae2b54ecf2157509",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 211,
"avg_line_length": 36.570422535211264,
"alnum_prop": 0.7548623146543424,
"repo_name": "0111001101111010/adopt-a-spot-odu",
"id": "0096a2f5a3f579cc392ad79a96f46da5881d1b... |
// Copyright 2019 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | {
"content_hash": "9cb387957b8c57ae51000c4b779b5c1b",
"timestamp": "",
"source": "github",
"line_count": 271,
"max_line_length": 167,
"avg_line_length": 51.464944649446494,
"alnum_prop": 0.6161898616189861,
"repo_name": "googleinterns/step132-2020",
"id": "735e5d22e9365bace0d5688ae7354089d4424528",
... |
#import <UIKit/UIKit.h>
#define WBImage UIImage
#else
#import <AppKit/AppKit.h>
#define WBImage NSImage
#endif
@interface TestEntity : NSObject <NSCopying>
@property (nonatomic, copy) NSString *tile;
@end
@interface TestClassEntity : TestEntity
@property (nonatomic, copy) NSString *testClassName;
... | {
"content_hash": "41d03d2a5d822eff9188510a2c32962f",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 59,
"avg_line_length": 19.107142857142858,
"alnum_prop": 0.7495327102803738,
"repo_name": "wbcyclist/SKTiledMap",
"id": "57878b1110e7eab99b0ab669d7ad98ff52e5a18a",
"size": ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using NUnit.Framework;
namespace Machete.Tests.CodeGeneratorTests
{
[TestFixture]
public class If : CodeGeneratorTestFixture
{
[Test]
public void No_Block()
{
stri... | {
"content_hash": "cc809c41de8521bdc95ffd46ea9126af",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 68,
"avg_line_length": 22.64179104477612,
"alnum_prop": 0.47857613711272246,
"repo_name": "smack0007/Machete",
"id": "99d9536735642fbbcce38b8925e54d0d05709f9e",
"size": "15... |
using System;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Linq;
namespace NewsSystem.Data.Repositories
{
public class GenericRepository<T> : IRepository<T> where T : class
{
public GenericRepository(INewsSystemDbContext context)
{
if (context == ... | {
"content_hash": "086c4ace3cf1fc6d2afecc39d33f32eb",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 119,
"avg_line_length": 24.79047619047619,
"alnum_prop": 0.5013446023818671,
"repo_name": "dushka-dragoeva/TelerikSeson2016",
"id": "485acca4a0fa8b71019dff5fb2cd74fd5a2e748e... |
/*
* This file is generated by jOOQ.
*/
package com.rpkit.store.bukkit.database.jooq.tables;
import com.rpkit.store.bukkit.database.jooq.Keys;
import com.rpkit.store.bukkit.database.jooq.RpkitStores;
import com.rpkit.store.bukkit.database.jooq.tables.records.RpkitPermanentPurchaseRecord;
import org.jooq.Field;
imp... | {
"content_hash": "a2914b40c5683065925baba2783cd6ef",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 165,
"avg_line_length": 30.26896551724138,
"alnum_prop": 0.6689450899977216,
"repo_name": "RP-Kit/RPKit",
"id": "c813fe1e906bc8aab5e9876806bb4058206b646b",
"size": "4389",... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Trudy gos. nikit. bot. Sada 32: 135 (1960)
#### Original name
Gloeosporium metasequoiae Gucevic
### Remarks
null | {
"content_hash": "5b4fbc7ff424076486e8d8a69eaae9c1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 42,
"avg_line_length": 13.538461538461538,
"alnum_prop": 0.7159090909090909,
"repo_name": "mdoering/backbone",
"id": "c6ec0892d5f964ccb41dc326334ccad77824f051",
"size": "23... |
/**
* package-info class.
*
* @since 5.0.0
*/
@javax.xml.bind.annotation.XmlSchema(namespace = "http://wso2.org/carbon/xmlns/v5.0.0",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package org.wso2.carbon.deployment.engine.config;
| {
"content_hash": "33bc4c36957401bddfe9c84d3567eacb",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 87,
"avg_line_length": 29.444444444444443,
"alnum_prop": 0.7169811320754716,
"repo_name": "Shakila/carbon-deployment",
"id": "1269a83cbfa38e9fc6959781936ae0980de84a09",
"siz... |
//
//
//
// $Id$
//
#include <string.h>
#include <limits.h>
#include <ctype.h>
// #include <ctable.h>
/* This helper function checks, whether the last "portion" bytes
* of "needle" (which is "nlen" bytes long) exist within the "needle"
* at offset "offset" (counted from the end of the string),
* and whether the c... | {
"content_hash": "fdd1eb67fde7b46f2b4450e38922b4a7",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 142,
"avg_line_length": 28.658385093167702,
"alnum_prop": 0.5869094061551798,
"repo_name": "flightaware/speedtables",
"id": "841c19ba893564081264f35d20deef247c912680",
"si... |
using System;
using System.Collections.Generic;
using System.IO;
using Custom_Scenery.Decorators;
using MiniJSON;
using UnityEngine;
namespace Custom_Scenery
{
internal class SceneryLoader : MonoBehaviour
{
private List<BuildableObject> _sceneryObjects = new List<BuildableObject>();
public st... | {
"content_hash": "d4ef680215a3929570a89fd6e7af5264",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 122,
"avg_line_length": 34.08910891089109,
"alnum_prop": 0.46993900668022076,
"repo_name": "JoecakeGameDev/FireMod",
"id": "f4e929e2d5d6fa486e995166acde39d699368942",
"siz... |
module Game.LambdaHack.Core.Random
( -- * The @Rng@ monad
Rnd
-- * Random operations
, randomR, randomR0, nextRandom, randomWord32
, oneOf, shuffle, invalidInformationCode, shuffleExcept, frequency
-- * Fractional chance
, Chance, chance
-- * Casting dice scaled with level
, castDice, oddsDice... | {
"content_hash": "3339615dc332231b147654f52827f52d",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 80,
"avg_line_length": 36.05263157894737,
"alnum_prop": 0.6194647201946472,
"repo_name": "LambdaHack/LambdaHack",
"id": "803932d49b8c16d1edf142ebfe31777e90429e8a",
"size":... |
package edu.northwestern.bioinformatics.ctmssuite.authorization.ruby;
import edu.northwestern.bioinformatics.ctmssuite.authorization.ruby.internal.RubySuiteAuthorizationSourceFactory;
import edu.northwestern.bioinformatics.studycalendar.tools.MapBasedDictionary;
import org.osgi.framework.BundleActivator;
import org.os... | {
"content_hash": "3a72fbcb56d2762fd518cb812ab3337d",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 113,
"avg_line_length": 41.5,
"alnum_prop": 0.7871485943775101,
"repo_name": "NUBIC/suite_authorization_source.rb",
"id": "2aa508f63819074a66a225ac6cb13dda63cd56f5",
"size"... |
require 'react/ext/string'
module React
class Element
include Native
alias_native :element_type, :type
alias_native :props, :props
attr_reader :type
attr_reader :properties
attr_reader :block
attr_accessor :waiting_on_resources
def initialize(native_element, type, properties, bloc... | {
"content_hash": "a4cab115699cfcb5cf3308652f4f750a",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 142,
"avg_line_length": 26.649350649350648,
"alnum_prop": 0.5579922027290448,
"repo_name": "zetachang/react.rb",
"id": "86998c5652a02aa69e33b82e161a7fd87e091c10",
"size": "... |
using Landis.Core;
using Landis.SpatialModeling;
using Landis.Utilities;
using Landis.Library.BiomassCohorts;
using System;
using System.Collections.Generic;
namespace Landis.Extension.Succession.Biomass
{
/// <summary>
/// A helper class.
/// </summary>
public class HarvestReductions
{
p... | {
"content_hash": "684fc60376454c325df46704ce5a6e8e",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 182,
"avg_line_length": 32.881057268722465,
"alnum_prop": 0.5266613076098606,
"repo_name": "LANDIS-II-Foundation/Extension-Biomass-Succession",
"id": "f10998b7451efcc0d7748b... |
import fetch from '@/utils/fetch'
export function addPerson(query) { // 添加区域人员
return fetch({
url: 'personfacilities/addPerson',
method: 'post',
data: query
})
}
export function GetPersonForId(query) { // 获取区域人员管理信息集合
return fetch({
url: 'personfacilities/GetPersonForId',
method: 'post',
... | {
"content_hash": "90f74d40fbe8cdcca60f420128cf64af",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 65,
"avg_line_length": 22.426666666666666,
"alnum_prop": 0.6777645659928656,
"repo_name": "Ardno/proadmin",
"id": "5bdb4711eb2ca04e3e3153be3cd688d45d5461c5",
"size": "1904"... |
import java.text.ParseException;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import de.linearbits.objectselector.Selector;
import de.linearbits.objectselector.SelectorBuilder;
import de.linearbits.objectselector.util.IntArrayAccessor;
/**
* Example with accessor for arra... | {
"content_hash": "3e3fdac4de65df54c7b0398f89110e6b",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 101,
"avg_line_length": 30.202898550724637,
"alnum_prop": 0.550383877159309,
"repo_name": "prasser/object-selector",
"id": "cb167ee2590dc922954bca0f03fa6f82bbdb68ff",
"size... |
package io.github.data4all.model.drawing;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import java.util.List;
import org.junit.Before;
import org.junit.Test;
/**
* Test cases for the DrawingMotion class
*
* @author tbros... | {
"content_hash": "09f35df40b0201a2aa31cc2f415a8f91",
"timestamp": "",
"source": "github",
"line_count": 239,
"max_line_length": 79,
"avg_line_length": 29.200836820083683,
"alnum_prop": 0.6336151311076086,
"repo_name": "Data4All/Data4All",
"id": "2db14ead554f35147b941989b82d14f3cac69b37",
"size": "7... |
import django_admin_blocks
from linkcheck.views import get_status_message
"""Legacy internal helper"""
def notification():
return get_status_message()
django_admin_blocks.register({
'errors': (notification,),
})
| {
"content_hash": "f856ba1cf70948710fa90a0af1e5adbe",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 46,
"avg_line_length": 16.142857142857142,
"alnum_prop": 0.7212389380530974,
"repo_name": "claudep/django-linkcheck",
"id": "e800fb31bbb144caf4c3e4aaacc2709d606dcf06",
"siz... |
<?php
namespace Composer\Package\Archiver;
use Symfony\Component\Finder;
/**
* @author Nils Adermann <naderman@naderman.de>
*/
abstract class BaseExcludeFilter
{
/**
* @var string
*/
protected $sourcePath;
/**
* @var array
*/
protected $excludePatterns;
/**
* @param... | {
"content_hash": "f4b3c7281404f21553a4d89a4af77b14",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 87,
"avg_line_length": 26.65714285714286,
"alnum_prop": 0.5163451232583065,
"repo_name": "floverdevel/composer",
"id": "8e69ed069c147fbb34357ef2bee2307eda40354c",
"size": ... |
#include "../hb-set.hh"
#include "../hb-priority-queue.hh"
#include "../hb-serialize.hh"
#ifndef GRAPH_GRAPH_HH
#define GRAPH_GRAPH_HH
namespace graph {
/**
* Represents a serialized table in the form of a graph.
* Provides methods for modifying and reordering the graph.
*/
struct graph_t
{
struct vertex_t
... | {
"content_hash": "145e6ee227959816376946ef0ed62b3b",
"timestamp": "",
"source": "github",
"line_count": 1022,
"max_line_length": 102,
"avg_line_length": 28.54794520547945,
"alnum_prop": 0.5978201261310666,
"repo_name": "akien-mga/godot",
"id": "b3aef558a2018be184f6d941e04b2332a8cd028f",
"size": "30... |
A `MixRecipeManager` is used to modify existing high oven mix recipe, including those added by ModTweaker.
## Importing the package
Better be safe than sorry and import the package
```zenscript
import mods.tcomplement.highoven.MixRecipeManager;
```
## Getting a `MixRecipeManager`
The `HighOven` handler can give you a... | {
"content_hash": "957072f24d9ed6424ba8a5e96350852f",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 320,
"avg_line_length": 60.89795918367347,
"alnum_prop": 0.7771447721179625,
"repo_name": "jaredlll08/CraftTweaker-Documentation",
"id": "f506f1081b267992b79ff58a24a554ffdbf7... |
#pragma once
#include <aws/lambda/Lambda_EXPORTS.h>
#include <aws/lambda/LambdaRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Lambda
{
namespace Model
{
/**
* <p/><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-... | {
"content_hash": "b8696593b8f53b06bd1a583728fe14a1",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 124,
"avg_line_length": 47.948356807511736,
"alnum_prop": 0.6906883383922452,
"repo_name": "chiaming0914/awe-cpp-sdk",
"id": "3a971b2e3567a2ab0cb819e53c9f364a62da5e81",
"s... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_COINS_H
#define BITCOIN_COINS_H
#include <compressor.h>
#include... | {
"content_hash": "3f7f088631efcb3a9a294b1087a7169c",
"timestamp": "",
"source": "github",
"line_count": 387,
"max_line_length": 132,
"avg_line_length": 35.81395348837209,
"alnum_prop": 0.6878066378066378,
"repo_name": "dashpay/dash",
"id": "14d6e9177b3f24c37e9e487cc0e1f847f90d4ef4",
"size": "13860"... |
require 'reform/form/orm'
require 'reform/form/active_model'
require 'reform/form/mongoid'
require 'reform/form/active_model/model_reflections' # only load this in AR context as simple_form currently is bound to AR.
| {
"content_hash": "125f68f63828c3c757cdf60cf52c60c3",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 124,
"avg_line_length": 54,
"alnum_prop": 0.7916666666666666,
"repo_name": "trailblazer/reform-rails",
"id": "a07093d8b764d8db3fd24ec2472253665dc7ff7a",
"size": "216",
"bi... |
<?xml version="1.0"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<article xmlns="http://docbook.org/ns/docbook">
<section ID="all_known_directives">
<title>All known directives</title>
<note>
<para> Just a note!</para>
</no... | {
"content_hash": "4b61aba06d7585c189aba182152e299c",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 119,
"avg_line_length": 30.074626865671643,
"alnum_prop": 0.6233250620347395,
"repo_name": "lortnus/ezc",
"id": "f039d45e403be4b85d0c9f634b886b44a7080210",
"size": "2015",
... |
<!-- This file is machine generated: DO NOT EDIT! -->
# Wraps python functions
Note: Functions taking `Tensor` arguments can also take anything accepted by
[`tf.convert_to_tensor`](../../api_docs/python/framework.md#convert_to_tensor).
[TOC]
## Script Language Operators.
TensorFlow provides allows you to wrap pyth... | {
"content_hash": "40e73b234e50729a4cd73dbaf9a06722",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 79,
"avg_line_length": 25.02173913043478,
"alnum_prop": 0.6794092093831451,
"repo_name": "hlt-mt/tensorflow",
"id": "aa1ff4c9c5fded559496b5d948b16703ea7ffc2d",
"size": "115... |
<?php
namespace Kit\SettingsBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class KitSettingsBundle extends Bundle
{
}
| {
"content_hash": "68b518888cfdf2abdd7268c4ee0fb36b",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 47,
"avg_line_length": 14.444444444444445,
"alnum_prop": 0.8076923076923077,
"repo_name": "lcp0578/kitcmf",
"id": "2ee81398ddc9c3afd0ff435200ec08b8a8679cd1",
"size": "130",
... |
"""Ops to manipulate lists of tensors."""
# pylint: disable=g-bad-name
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import numpy as np
from tensorflow.core.framework import types_pb2
from tensorflow.python.framework import cpp_shape_inference_pb2
from t... | {
"content_hash": "19466454f1249a77cde4a9c48d489efe",
"timestamp": "",
"source": "github",
"line_count": 399,
"max_line_length": 81,
"avg_line_length": 35.478696741854634,
"alnum_prop": 0.6876236224922294,
"repo_name": "freedomtan/tensorflow",
"id": "f4da26ccb949cd83a6630879140779d51c64bd4e",
"size"... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>SoundManager2.as</title>
<style type="text/css">
/**
* http://jashkenas.github.com/docco/resources/docco.css
*/
/*--------------------- Layout and Typography ----------------------------*/
body {
font-fami... | {
"content_hash": "7fc24176ef503a7c98e68fd6f1e8d077",
"timestamp": "",
"source": "github",
"line_count": 946,
"max_line_length": 961,
"avg_line_length": 80.73044397463002,
"alnum_prop": 0.5893074596378206,
"repo_name": "LeoDutra/SoundManager2",
"id": "d4d702fc4a204c93baf99cf29225ffc7002b4983",
"size... |
//===--- CFG.cpp - Classes for representing and building CFGs----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------------... | {
"content_hash": "0cf4fc441712524bbfacb7830a5df846",
"timestamp": "",
"source": "github",
"line_count": 4572,
"max_line_length": 82,
"avg_line_length": 33.14020122484689,
"alnum_prop": 0.6536032260406422,
"repo_name": "Fairly/opencor",
"id": "3836195aeaba4fe0608916dab63a248fe1ed8f66",
"size": "1515... |
package org.drools.core.common;
import org.drools.core.impl.InternalKnowledgeBase;
import org.drools.core.reteoo.SegmentMemory;
import org.kie.internal.runtime.StatefulKnowledgeSession;
import java.util.HashSet;
import java.util.Set;
import java.util.concurrent.atomic.AtomicReferenceArray;
import java.util.concurre... | {
"content_hash": "c747a073235405e13bc56260393e32d5",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 95,
"avg_line_length": 32.01418439716312,
"alnum_prop": 0.5777580859548073,
"repo_name": "TonnyFeng/drools",
"id": "14bd9c8d20048a296dd26d924e3bb8ee85ef6b8f",
"size": "510... |
module Moe
module Sequence
module Locksmith
module ModuleFunctions
def itemize(owner_id, payload, sequence_id, timestamp, uid)
{
"hash" => owner_id,
"range" => "#{sequence_id}.#{timestamp}.#{uid}",
"payload" => MultiJson.dump(payload)
}
... | {
"content_hash": "910b71031b8ba3e02c6d56a4eaa0397b",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 67,
"avg_line_length": 23.08,
"alnum_prop": 0.48873483535528595,
"repo_name": "Geezeo/moe",
"id": "167400c4a20ff88e57e72bf2a88181472a114d0e",
"size": "577",
"binary": fal... |
> Compile a folder of SVG files into variables in a JavaScript file, ready for injection into HTML.
This plugin creates an SVG icon system by creating a JavaScript file for injecting inline SVG into HTML. For a detailed description on how JavaScript SVG injection works - see this article [here](http://www.pencilscoop.... | {
"content_hash": "6cb289c484f340a1f4580b0648104d38",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 351,
"avg_line_length": 33.36842105263158,
"alnum_prop": 0.6946822893195133,
"repo_name": "fmnguyen/coffee-vis",
"id": "e06f46961535da48348b5763728455a055ec8875",
"size": ... |
package org.apache.flink.runtime.io.network.partition;
import org.apache.flink.runtime.io.network.buffer.Buffer;
import org.apache.flink.util.IOUtils;
import org.apache.flink.shaded.netty4.io.netty.util.internal.PlatformDependent;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
i... | {
"content_hash": "a4c510d222a94aad432a50d46cae25fd",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 131,
"avg_line_length": 34.170103092783506,
"alnum_prop": 0.7518479408658922,
"repo_name": "shaoxuan-wang/flink",
"id": "4a71fcdd1ac3ca7ddbc7aef990db80c4c64b08be",
"size":... |
//
// breakout.c
//
// Chashmeet Singh
//
// CS 50
//
// standard libraries
#define _XOPEN_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
// Stanford Portable Library
#include "spl/gevents.h"
#include "spl/gobjects.h"
#include "spl/gwindow.h"
// height and width of game's window... | {
"content_hash": "3527bcb61f3379363c7c004adcb79d45",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 95,
"avg_line_length": 23.617210682492583,
"alnum_prop": 0.5446664153788164,
"repo_name": "chashmeetsingh/CS-50-Breakout.c",
"id": "b89dc0e382279853f048c58bc8b1f7a270f31242"... |
import copy
import mock
import six
from heat.common import exception
from heat.common import grouputils
from heat.common import template_format
from heat.engine import resource
from heat.engine.resources.openstack.heat import instance_group as instgrp
from heat.engine import rsrc_defn
from heat.engine import schedule... | {
"content_hash": "cbfc985384c417185a2ebbdf2c60bca6",
"timestamp": "",
"source": "github",
"line_count": 367,
"max_line_length": 79,
"avg_line_length": 40.76021798365122,
"alnum_prop": 0.5896116050538137,
"repo_name": "rh-s/heat",
"id": "81099ad931e79bc6d1fe2fc80cc7be1e39f6f0c0",
"size": "15534",
... |
@interface ViewController : UIViewController
@end
| {
"content_hash": "de8a030ea21198f7282dd45f22b7236c",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 44,
"avg_line_length": 10.6,
"alnum_prop": 0.7924528301886793,
"repo_name": "LeeJunhui/iPadLearning-QQZone",
"id": "6d4a9fe93440b4c1d8404e9d018b255b90945bb0",
"size": "213",... |
require 'spec_helper'
describe ThinkingSphinx::Search do
before :each do
ThinkingSphinx::Configuration.instance.hunspell.reset
end
describe '#suggestion' do
it "should return a spelling suggestion, if there is one" do
search = ThinkingSphinx::Search.new('wodrs incorret on purpose')
expect(... | {
"content_hash": "5e66ad6247f60e9ee762fa19ea5ed4af",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 100,
"avg_line_length": 32.985074626865675,
"alnum_prop": 0.6665158371040724,
"repo_name": "josephglanville/thinking-sphinx-hunspell",
"id": "8ecccc8a8fa1e8c1c8b86ad9c3ad662f... |
using UnityEngine;
using System.Collections;
using UnityEngine.SceneManagement;
public class HubGui : MonoBehaviour
{
public GUISkin Skin;
private Vector2 scrollPos = new Vector2();
private string demoDescription = "<color=orange>PUN Demo Hub</color>\n\nSelect a demo to learn more about it.\n\... | {
"content_hash": "ef46db4dda2b2710524afbbec642314a",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 421,
"avg_line_length": 55.30769230769231,
"alnum_prop": 0.6497450162262401,
"repo_name": "googlearchive/tango-examples-unity",
"id": "35de11b8464907387b292d9c7613bf1745766c... |
import React from 'react';
import { Jumbotron, Button, ButtonToolbar } from 'react-bootstrap'
import { LinkContainer } from 'react-router-bootstrap';
class Home extends React.Component {
render() {
return(
<Jumbotron>
<h1>This is a Movie Vote Widget...?</h1>
<p>express.js + MySQL(MariaDB) + React.js + Ic... | {
"content_hash": "d0a8e042b13b5776c3be47be66c4c171",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 112,
"avg_line_length": 27.275862068965516,
"alnum_prop": 0.6308470290771175,
"repo_name": "uyu423/vote_widget",
"id": "269bffdd3401f2d6921fbf126ecd9ade25439cca",
"size": "... |
<?xml version="1.0" encoding="utf-8" ?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="g... | {
"content_hash": "26b6d476bc825a601b8f74fa1d51f0a9",
"timestamp": "",
"source": "github",
"line_count": 404,
"max_line_length": 287,
"avg_line_length": 59.51732673267327,
"alnum_prop": 0.745643584944895,
"repo_name": "ABuus/libtorrent",
"id": "d9b033068fe5c6563d1f5a8ff52dd03af9430509",
"size": "240... |
import React from 'react';
import { SubmitField } from 'uniforms-semantic';
import createContext from './_createContext';
import mount from './_mount';
test('<SubmitField> - renders', () => {
const element = <SubmitField />;
const wrapper = mount(element, createContext());
expect(wrapper).toHaveLength(1);
});
... | {
"content_hash": "96533da8078a790f3801275b05a97651",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 74,
"avg_line_length": 32.333333333333336,
"alnum_prop": 0.6769759450171822,
"repo_name": "vazco/uniforms",
"id": "c70b979413e2fc1e4ecdf258405fc887fe6f89f6",
"size": "1164"... |
package com.uplink.mowitnow.core.parser;
import com.uplink.mowitnow.core.context.Paire;
import com.uplink.mowitnow.core.domain.Area;
import com.uplink.mowitnow.core.domain.Instruction;
import com.uplink.mowitnow.core.domain.LawnMower;
import org.assertj.core.util.Lists;
import org.junit.Before;
import org.junit.Test;
... | {
"content_hash": "af8fc7db0b040530b270f3e43c9be1ce",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 165,
"avg_line_length": 37.016949152542374,
"alnum_prop": 0.739010989010989,
"repo_name": "oraclewalid/MowItNow",
"id": "b9785abc2fbc22bbec0b81b54193f844485268b8",
"size": ... |
<?php
$additionalNamespaces = $additionalModulePaths = $moduleDependencies = null;
$rootPath = realpath(dirname(__DIR__));
$testsPath = "$rootPath/tests";
if (is_readable($testsPath . '/TestConfiguration.php')) {
require_once $testsPath . '/TestConfiguration.php';
} else {
require_once $testsPath... | {
"content_hash": "ba95f0f7258ec25ae808df1a2e8b425c",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 106,
"avg_line_length": 33.69,
"alnum_prop": 0.6500445235975066,
"repo_name": "webIntegral/wi-restful",
"id": "4756e5949c4ce7897c58a1d0c8d92f325e1c6a4b",
"size": "3679",
... |
<!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_101) on Sat Aug 20 05:41:48 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Uses of Class org.apache.so... | {
"content_hash": "da77001703fc35745c915368a973f44a",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 163,
"avg_line_length": 37.00714285714286,
"alnum_prop": 0.5981470758540822,
"repo_name": "berkeleybop/bbop-manager-golr",
"id": "1f4cb760685016022bd0c5910eb6a1a5a77976a9",
... |
import { User } from '../auth/user';
import { Transaction } from '../core/transaction';
import { OnlineState, TargetId } from '../core/types';
import { LocalStore } from '../local/local_store';
import { QueryData } from '../local/query_data';
import { Datastore } from './datastore';
import { RemoteSyncer } from './rem... | {
"content_hash": "b63383bcf03fe33dba78ae48d7364e9e",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 110,
"avg_line_length": 42.36309523809524,
"alnum_prop": 0.6990304903751581,
"repo_name": "SpatialMap/SpatialMapDev",
"id": "424b10370a943e4c5679916152f576d981349ed2",
"si... |
class EncodingProfileDocument < ActiveFedora::NokogiriDatastream
set_terminology do |t|
t.root(:path=>"encodingProfile",
#:xmlns => 'avalon/encoding',
:namespace_prefix=>nil)
# The quality is a quick way to determine which stream to provide
# on the fly
#
# Expected values... | {
"content_hash": "14e2ee9cc3cc594cac451ad46086cc74",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 75,
"avg_line_length": 26.703703703703702,
"alnum_prop": 0.5991678224687933,
"repo_name": "tessafallon/dhf",
"id": "96867981dd60049f2b8b1275165fcc3e601b30b7",
"size": "2123... |
#ifndef BOOST_CONTAINERS_DETAIL_VERSION_TYPE_HPP
#define BOOST_CONTAINERS_DETAIL_VERSION_TYPE_HPP
#include "config_begin.hpp"
#include INCLUDE_BOOST_CONTAINER_DETAIL_MPL_HPP
#include INCLUDE_BOOST_CONTAINER_DETAIL_TYPE_TRAITS_HPP
namespace boost{
namespace container {
namespace containers_detail {
... | {
"content_hash": "4c455fa065f2271b152a86a2166da97d",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 99,
"avg_line_length": 21.67948717948718,
"alnum_prop": 0.6729745712596097,
"repo_name": "pennwin2013/netsvr",
"id": "fdaa688b5cf36527d2ad872f40bb30aea7d457ae",
"size": "22... |
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Management.Automation;
namespace Test.Isolated.Root
{
[Cmdlet("Test", "RootCommand")]
public class TestRootCommand : PSCmdlet
{
[Parameter(Mandatory = true)]
public Red Param { get; set; }
pro... | {
"content_hash": "2578d5d4bf37d5f0dc4d6c207ac99885",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 47,
"avg_line_length": 18.358974358974358,
"alnum_prop": 0.5321229050279329,
"repo_name": "TravisEz13/PowerShell",
"id": "74aa40006f253a683eb753efa3c8268be77d3d8f",
"size":... |
<!--
Description: Agrave
Expect: feed['title'] == 'testing \xc0 entity'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>testing À entity</title>
</feed>
| {
"content_hash": "8e8129b19856f9ed2cdfb3b35e8c53fb",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 51,
"avg_line_length": 24.428571428571427,
"alnum_prop": 0.6432748538011696,
"repo_name": "simplepie/simplepie-ng",
"id": "7e4d27e681a39abb9b1e6b648842a3d5d6ff251c",
"size":... |
<!DOCTYPE html>
<html class="no-js">
<head lang="en-us">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<title>Aggregates - Uchiwa Documentation</title>
... | {
"content_hash": "4180b8ed1620da2ee9f9a9da35e5a7f0",
"timestamp": "",
"source": "github",
"line_count": 665,
"max_line_length": 135,
"avg_line_length": 21.090225563909776,
"alnum_prop": 0.5564349376114082,
"repo_name": "palourde/uchiwa-docs",
"id": "66494dc9594f0522d12b0a13f5e63e85dbce3539",
"size"... |
package ceylon.interop.java.internal;
import ceylon.language.Array;
import ceylon.language.AssertionError;
import ceylon.language.SharedAnnotation$annotation$;
import com.redhat.ceylon.compiler.java.language.IntArray;
import com.redhat.ceylon.compiler.java.metadata.Ceylon;
import com.redhat.ceylon.compiler.java.metad... | {
"content_hash": "e1180a0ab2ab553819c7ce15f49b674b",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 111,
"avg_line_length": 32.80952380952381,
"alnum_prop": 0.690856313497823,
"repo_name": "jvasileff/ceylon-sdk",
"id": "9e46c4d75d68b45de26b79e807ed56c2118a19d0",
"size": "... |
#include "netip/ip_manager.hh"
static IP_Manager s_manager;
IP_Manager & IP_Manager::manager () {
return s_manager;
}
/*
* Use IP_Manager::manager() to get the global instance
*/
IP_Manager::IP_Manager () :
EL(0),
timer(this),
ping_interval(1),
ping_next(0),
last_port(0xC000),
host(IP_Address_Defau... | {
"content_hash": "f85082d6cbadd30b38c2ef5785d2f226",
"timestamp": "",
"source": "github",
"line_count": 404,
"max_line_length": 172,
"avg_line_length": 23.97029702970297,
"alnum_prop": 0.5900454357703429,
"repo_name": "FJFranklin/wifi-py-rpi-car-controller",
"id": "268574f7f27ae95f8b17cf336106fe3b912... |
export default class ZoteroCitationsView {
private element: HTMLElement
constructor(serializedState) {
// Create root element
this.element = document.createElement('div')
this.element.classList.add('zotero-citations')
// Create message element
const message = document.createElement('div')
... | {
"content_hash": "43de3d3d8f6d0e2ac50884ceee837764",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 78,
"avg_line_length": 25.3,
"alnum_prop": 0.7048748353096179,
"repo_name": "ZotPlus/zotero-citations",
"id": "2cdf0d83183ce526c2e6fd202b2e731ecabcb2a8",
"size": "789",
"... |
package org.apache.lens.cube.metadata;
import java.util.*;
import org.apache.commons.lang.StringUtils;
import org.apache.hadoop.hive.metastore.api.FieldSchema;
import org.apache.hadoop.hive.ql.metadata.HiveException;
import org.apache.hadoop.hive.ql.metadata.Table;
public class DerivedCube extends AbstractCubeTable... | {
"content_hash": "d7cb0c7891e1d9736389748d3deba9ab",
"timestamp": "",
"source": "github",
"line_count": 285,
"max_line_length": 119,
"avg_line_length": 28.014035087719297,
"alnum_prop": 0.6842434869739479,
"repo_name": "adeelmahmood/lens",
"id": "e7012f7fab56cb2067c1c6a36cd566fb4dc0cae9",
"size": "... |
package org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation;
import org.apache.commons.io.FileUtils;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileContext;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.... | {
"content_hash": "5c06b11ddb2aabc2cdfe15e985a756a2",
"timestamp": "",
"source": "github",
"line_count": 418,
"max_line_length": 88,
"avg_line_length": 38.84688995215311,
"alnum_prop": 0.731001354846656,
"repo_name": "WIgor/hadoop",
"id": "17d527a7a5df7ba890715f56b47590bcf86d0899",
"size": "17044",
... |
/*
* Do not modify this file. This file is generated from the config-2014-11-12.normal.json service model.
*/
using System;
using System.IO;
using System.Text;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Amazon.ConfigService;
using Amazon.ConfigService.Model;
using Amazon.ConfigService.Model.Intern... | {
"content_hash": "fcbad8677be4889c5884e70c92f135e4",
"timestamp": "",
"source": "github",
"line_count": 602,
"max_line_length": 166,
"avg_line_length": 49.81893687707641,
"alnum_prop": 0.6570637858024074,
"repo_name": "rafd123/aws-sdk-net",
"id": "29896ce8590ba0895ecba181f160689eec9b35a5",
"size": ... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
Caladenia dilatata var. stricta
### Remarks
null | {
"content_hash": "71ce099342c548ca97cac9a22e0b749f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 12.384615384615385,
"alnum_prop": 0.7204968944099379,
"repo_name": "mdoering/backbone",
"id": "2eb368e61a720a049037aa524a45987fa4d368cc",
"size": "22... |
package com.amazonaws.services.directory.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.directory.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
import stati... | {
"content_hash": "850dd462822dc22ad3075cc93054b8f4",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 136,
"avg_line_length": 36.391304347826086,
"alnum_prop": 0.643568299482278,
"repo_name": "aws/aws-sdk-java",
"id": "b6b0ca2717b138250759875aa7b7d11052457f03",
"size": "309... |
package org.opencds.cqf.cql.engine.elm.execution;
import javax.xml.namespace.QName;
import org.opencds.cqf.cql.engine.exception.InvalidOperatorArgument;
import org.opencds.cqf.cql.engine.execution.Context;
import org.opencds.cqf.cql.engine.runtime.Date;
import org.opencds.cqf.cql.engine.runtime.DateTime;
import org.o... | {
"content_hash": "6fa089eafead9166573ab57cad6d5b3b",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 127,
"avg_line_length": 38.06153846153846,
"alnum_prop": 0.6721907841552143,
"repo_name": "DBCG/cql_engine",
"id": "2cb88f1b6f5341b7afea48dd64e9b1d8f41bf8f5",
"size": "2476... |
package com.ceridwen.lcf.server.openapi;
| {
"content_hash": "f9bb4212c764c76b0e367483d478a8d6",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 40,
"avg_line_length": 21,
"alnum_prop": 0.8095238095238095,
"repo_name": "ceridwen-com/lcfserver",
"id": "c84a4d8e9e8dca4ae3c0de21f38e4d279654434e",
"size": "643",
"binar... |

# Let op #
Deze module wordt niet meer onderhouden, ook kan er geen ondersteuning meer worden geboden indien de module niet juist werkt.
Onze excuses voor het ongemak.
# Installatie #
**Let op:** voor de installatie van deze module is FTP-toegang ... | {
"content_hash": "7e0c1906286c8a94fbd61a819af7df12",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 218,
"avg_line_length": 60.35294117647059,
"alnum_prop": 0.7840155945419103,
"repo_name": "mollie/osCommerce",
"id": "ea458c23a6c0b773d593acf307a94193b43fc81d",
"size": "51... |
require 'spec_helper'
describe MetaTags::ViewHelper, 'displaying charset' do
subject { ActionView::Base.new }
it 'should not display charset if blank' do
expect(subject.display_meta_tags).to eq('')
expect(subject.display_meta_tags(charset: '')).to eq('')
end
it 'should display charset' do
subject... | {
"content_hash": "58a4e6901611045251feb28484ac85db",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 61,
"avg_line_length": 27.625,
"alnum_prop": 0.6742081447963801,
"repo_name": "JuanitoFatas/meta-tags",
"id": "2daae54a8204598241dfd632faa5f7748bb2c582",
"size": "442",
"... |
cask :v1 => 'air-connect' do
version :latest
sha256 :no_check
url 'http://downloads.avatron.com/AirConnectInstaller.zip'
name 'Air Connect'
appcast 'https://avatron.com/updates/software/airconnect_mac/appcast.xml',
:sha256 => 'af9bc6dc41bc632995c4e49b958a5623bc091ac0fe1fb337fbc9a571cfc1e85b'
home... | {
"content_hash": "205ddee6339815e9379d64cc533321a1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 87,
"avg_line_length": 31.615384615384617,
"alnum_prop": 0.7396593673965937,
"repo_name": "wizonesolutions/homebrew-cask",
"id": "d0a206dad606b19b9cea447053e436589d707c6a",
... |
/*jslint browser: true, devel: true, node: true, ass: true, nomen: true, unparam: true, indent: 4 */
/**
* @license
* Copyright (c) 2015 The ExpandJS authors. All rights reserved.
* This code may only be used under the BSD style license found at https://expandjs.github.io/LICENSE.txt
* The complete set of authors ... | {
"content_hash": "dfb9670f134d280b06675d40c3eb1407",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 105,
"avg_line_length": 34.41935483870968,
"alnum_prop": 0.6438612933458294,
"repo_name": "Klaudit/expandjs",
"id": "443fa160930dbf9bebd66e8731428d908ae940a2",
"size": "106... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e4f83aea5c43a5c10b5ed2992bb7a3ed",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "04c6f712dbf135f9d7baf011f73a88d1e22a21cc",
"size": "17... |
require 'spec_helper_acceptance'
describe 'with file recursive purge' do
basedir = default.tmpdir('concat')
context 'should still create concat file' do
pp = <<-EOS
file { '#{basedir}/bar':
ensure => directory,
purge => true,
recurse => true,
}
concat { "foobar":
... | {
"content_hash": "02324420d3b2922ddfe99ab25ceda2fe",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 53,
"avg_line_length": 22.916666666666668,
"alnum_prop": 0.5587878787878788,
"repo_name": "integratedfordevelopers/integrated-puphpet",
"id": "6e84da97e84ef60a2c9d8920b7c5e1a... |
package com.amazonaws.ant.cloudformation;
import org.apache.tools.ant.BuildException;
import com.amazonaws.ant.AWSAntTask;
import com.amazonaws.services.cloudformation.AmazonCloudFormationClient;
import com.amazonaws.services.cloudformation.model.DescribeStacksRequest;
public class WaitForStackToReachStateTask exte... | {
"content_hash": "6f6f8945715298c579c7fe76a9071f8d",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 96,
"avg_line_length": 32.98979591836735,
"alnum_prop": 0.5842870399010207,
"repo_name": "awslabs/aws-ant-tasks",
"id": "39fc0bcd88bda04e2c71180a1d156bebd6c7be8a",
"size": ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.