text stringlengths 2 1.04M | meta dict |
|---|---|
<!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="generator" content="JsDoc Toolkit" /... | {
"content_hash": "c6fd8f3d63a621205c41e8bb9865637c",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 155,
"avg_line_length": 22.711409395973153,
"alnum_prop": 0.5475768321513003,
"repo_name": "peter-watters/WebPortfolio",
"id": "402ec3c3dfdf444a71b951f41d397201c75a9153",
... |
package org.apache.flink.table.planner.parse;
import org.apache.flink.table.operations.Operation;
import org.apache.flink.table.operations.command.QuitOperation;
import java.util.regex.Pattern;
/** Operation to parse statement to {@link QuitOperation}. */
public class QuitOperationParseStrategy extends AbstractReg... | {
"content_hash": "5b86d55f27688f55b54d4bb17c99d2a8",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 88,
"avg_line_length": 27.071428571428573,
"alnum_prop": 0.7229551451187335,
"repo_name": "twalthr/flink",
"id": "79b0250fd49e0e6f9dcb8b4eebab0f419c82238c",
"size": "1563",... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>quickchick: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | {
"content_hash": "a52fe74f5347fafcc3ec92256abeff21",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 159,
"avg_line_length": 39.759562841530055,
"alnum_prop": 0.5472787245739418,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "a64c6687db91301612bb15c07bb9a0f8fa750e15",... |
using System.Text.Json;
using Azure.Core;
namespace Azure.ResourceManager.Purview.Models
{
public partial class PurviewAccountNameAvailabilityContent : IUtf8JsonSerializable
{
void IUtf8JsonSerializable.Write(Utf8JsonWriter writer)
{
writer.WriteStartObject();
if (Option... | {
"content_hash": "fffce794eb4f81d20c11b36bf1b0d34e",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 86,
"avg_line_length": 29.291666666666668,
"alnum_prop": 0.5846372688477952,
"repo_name": "Azure/azure-sdk-for-net",
"id": "583d66817fbc3b5bd5f77ab6298f790cc526b8c5",
"size... |
class CTokenizer
{
public:
CTokenizer(const CString& cs, const CString& csDelim);
void SetDelimiters(const CString& csDelim);
bool Next(CString& cs);
CString Tail() const;
private:
CString m_cs;
std::bitset<256> m_delim;
int m_nCurPos;
};
#endif // !defined(__TOKENIZER_H__)
| {
"content_hash": "ace7cb6c2881dc6452f2cca76a3248ab",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 55,
"avg_line_length": 17.875,
"alnum_prop": 0.7027972027972028,
"repo_name": "yamamoto123/tapur_open",
"id": "fd55b1631d4661a4ba6f43e2f32cfe0e9854aacd",
"size": "728",
"... |
require_relative "../package"
require_relative "../../resource/yum_package"
require_relative "../../mixin/which"
require_relative "../../mixin/shell_out"
require_relative "../../mixin/get_source_from_package"
require_relative "yum/python_helper"
require_relative "yum/version"
# the stubs in the YumCache class are still... | {
"content_hash": "9618829ca6cd5c0007dad25365cf79ac",
"timestamp": "",
"source": "github",
"line_count": 265,
"max_line_length": 196,
"avg_line_length": 39.35094339622641,
"alnum_prop": 0.588511699271193,
"repo_name": "higanworks/chef",
"id": "76b9b15172cfc156db610c205dfb04669a01ddfa",
"size": "1106... |
package org.eclipse.collections.impl;
import java.util.ArrayList;
import java.util.Random;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ArrayListAddTest
{
private static final Logger LOGGER = LoggerFactory.getLog... | {
"content_hash": "9c9ec02e23756b805728d501f3689cc1",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 97,
"avg_line_length": 28.556701030927837,
"alnum_prop": 0.5761732851985559,
"repo_name": "bhav0904/eclipse-collections",
"id": "c165dcee6312f98265134640d153e4d3d3126603",
... |
require 'ostruct'
require 'optparse'
module PMLCode::CLI
USAGE =<<-EOU
## USAGE
pmlcode [PML_PATH, ...] [OPTIONS]
PML_PATHs can optionally include a :LINENUM suffix.
## SYNOPSIS
Looks for `<embed>` tags whose `file` attribute match `--pattern`, extracting the
following metadata:
- `coderoot`:... | {
"content_hash": "0e3ca543cf9e0bed1803652d813e3be5",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 125,
"avg_line_length": 26.429411764705883,
"alnum_prop": 0.6430002225684398,
"repo_name": "bruce/pmlcode",
"id": "1be993f5ca11b6c981fffa03b6af67cdce69c346",
"size": "4493... |
export class Ingredient{
descr = this.recipename + ' ' + this.qty + ' ' + this.amount + ' ' + this.name;
constructor(public recipename:string, public qty:number, public amount:string, public name:string){
}
}
export class Item{
constructor(public amount:string, public recipe_name:number, public qty:... | {
"content_hash": "f41db0249d4f5359a454b9317f757a5d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 110,
"avg_line_length": 27.846153846153847,
"alnum_prop": 0.6906077348066298,
"repo_name": "twegner/health",
"id": "527bef1a498c254b70fb12b1a7a74fd2bdf60ed9",
"size": "362"... |
package org.assertj.core.api.booleanarray;
import static org.assertj.core.test.BooleanArrays.arrayOf;
import org.assertj.core.api.BooleanArrayAssert;
import org.assertj.core.api.BooleanArrayAssertBaseTest;
import static org.mockito.Mockito.verify;
/**
* Tests for <code>{@link BooleanArrayAssert#startsWith(boolea... | {
"content_hash": "f3e56bdc2a9c8312fe1f718eb1d0f115",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 102,
"avg_line_length": 26.178571428571427,
"alnum_prop": 0.7680763983628922,
"repo_name": "mdecourci/assertj-core",
"id": "9f2f70ff4060f283d61e2c6766d51f85131e3a75",
"size... |
layout: post
title: "Open Source - What a Joke"
date: 2014-04-01 08:00:00
categories: open-source
---
I always used to say: I wish I were independently wealthy, so I could be an open source developer.
Recenly I decided not to wait for wealth, but to just dive in and start doing it. April 1st seems
like as good a ti... | {
"content_hash": "8b622e72c4b3db8767ac06e342c02748",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 114,
"avg_line_length": 49.65625,
"alnum_prop": 0.7715544367526747,
"repo_name": "kolotyluk/kolotyluk.github.io",
"id": "d2e08ff8a149cb255380f0b4fd0dd1bb0eeb2c46",
"size": ... |
package com.siyeh.ig.style;
import com.intellij.codeInspection.ProblemDescriptor;
import com.intellij.openapi.project.Project;
import com.intellij.psi.*;
import com.intellij.util.IncorrectOperationException;
import com.siyeh.InspectionGadgetsBundle;
import com.siyeh.ig.BaseInspection;
import com.siyeh.ig.BaseInspecti... | {
"content_hash": "11e744a0b83e254d25729038d6311376",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 84,
"avg_line_length": 38.75,
"alnum_prop": 0.5908064516129032,
"repo_name": "jexp/idea2",
"id": "6357721a7fdd859d1c509d5c6f821a45ec1672de",
"size": "6814",
"binary": fa... |
'use strict';
const angular = require('angular');
module.exports = angular
.module('spinnaker.pipeline.targetSelect.directive', [
])
.directive('targetSelect', function() {
return {
restrict: 'E',
scope: {
options: '=',
model: '='
},
templateUrl: require('./targetSele... | {
"content_hash": "23e3764c6c277e73097111c6824279e3",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 56,
"avg_line_length": 20.235294117647058,
"alnum_prop": 0.563953488372093,
"repo_name": "kenzanlabs/deck",
"id": "8c024aeca1f68a134f7be8f9076bd91a02fb801c",
"size": "344",... |
package org.apache.flex.forks.batik.dom.svg;
import org.apache.flex.forks.batik.dom.AbstractDocument;
import org.apache.flex.forks.batik.dom.util.XLinkSupport;
import org.apache.flex.forks.batik.dom.util.XMLSupport;
import org.apache.flex.forks.batik.util.DoublyIndexedTable;
import org.apache.flex.forks.batik.util.SV... | {
"content_hash": "9c8bf2f5cf2e43a1b6843311eb9e8ed5",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 81,
"avg_line_length": 32.07534246575342,
"alnum_prop": 0.6436045270125987,
"repo_name": "SlavaRa/flex-sdk",
"id": "88f75a909080c5c2067ea726b05dc09483810945",
"size": "548... |
@interface GFLevelName : NSObject
{
NSString *path;
}
@property (readonly, copy) NSString *path;
- (id)initWithName:(NSString *)aName;
- (id)initWithPath:(NSString *)aPath;
@end
| {
"content_hash": "9cca36caa63513786fd830eedcdc424e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 42,
"avg_line_length": 16.818181818181817,
"alnum_prop": 0.6972972972972973,
"repo_name": "filipkunc/GreenFace",
"id": "23269566413cad34c6aedb6d50e98d6b377c0a68",
"size": "... |
<?php
/**
* Created by PhpStorm.
* User: gseidel
* Date: 24.09.17
* Time: 16:24
*/
namespace Enhavo\Bundle\MediaBundle\Form\Extension;
use Enhavo\Bundle\MediaBundle\Form\Type\MediaType;
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\OptionsResolver\OptionsResolver;
class ImageCropperMed... | {
"content_hash": "bf17ced136ef5b7971c7622e293b6a29",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 77,
"avg_line_length": 26.847826086956523,
"alnum_prop": 0.5117408906882591,
"repo_name": "gseidel/enhavo",
"id": "baaaadb8461fb8fecfc0f960949759c428b47af1",
"size": "1235"... |
package io.druid.indexing.common.task;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.common.base.Charsets;
import com.google.common.base.Function;
import com.google.common.base.Joiner;
import com.google.common.base.Objects;
import com.goog... | {
"content_hash": "40270edeec911a3098c02c8f3e86013b",
"timestamp": "",
"source": "github",
"line_count": 315,
"max_line_length": 116,
"avg_line_length": 32.77460317460317,
"alnum_prop": 0.6328942270437815,
"repo_name": "noddi/druid",
"id": "de49180bf08b2803e4d85acfdef987083b9acb61",
"size": "11129",... |
#ifndef ACW_H_
#define ACW_H_
#include <rtthread.h>
#include <rtdevice.h>
#ifdef RT_USING_DFS
#include <dfs_fs.h>
#endif
#include <rthw.h>
#define ACW_CAP_DMA_CHAN 2
#define ACW_PLY_DMA_CHAN 3
typedef unsigned long long dma_addr_t;
struct scatterlist {
#ifdef CONFIG_DEBUG_SG
unsigned long sg_magic;
#endif
unsigned... | {
"content_hash": "688b3b167b59717b054db8ecc14449c2",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 94,
"avg_line_length": 26.8125,
"alnum_prop": 0.6643356643356644,
"repo_name": "gbcwbz/rt-thread",
"id": "2156d343f4934aab083c21cb9962015a4b07ab57",
"size": "6591",
"bin... |
package tamaized.tammodized.client.entity.render.layer;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.OpenGlHelper;
import net.minecraft.client.renderer.entity.layers.LayerRenderer;
import net.minecraft.util.ResourceLocation;
import tamaized.tammodized.TamModized;
import tam... | {
"content_hash": "97736b1380a37624cd5dd5b65cbb1f77",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 190,
"avg_line_length": 42.31818181818182,
"alnum_prop": 0.8184747583243824,
"repo_name": "Tamaized/TamModized",
"id": "5968d8d1c7e8518b517a72e9f4cc93ec853932c9",
"size": "... |
package frontend.pascal.parsers;
import frontend.Token;
import frontend.TokenType;
import frontend.pascal.PascalErrorCode;
import frontend.pascal.PascalParserTD;
import frontend.pascal.PascalTokenType;
import intermediate.Definition;
import intermediate.SymTabEntry;
import intermediate.TypeFactory;
import intermediate... | {
"content_hash": "d2635fc796c6c1d127b3967589f4539b",
"timestamp": "",
"source": "github",
"line_count": 232,
"max_line_length": 133,
"avg_line_length": 31.88362068965517,
"alnum_prop": 0.5713126943355414,
"repo_name": "matija94/show-me-the-code",
"id": "12350c8c15abeff4796fc13ec2f2985fb1aecc5e",
"s... |
declare namespace javax {
namespace sound {
namespace sampled {
class LineUnavailableException extends java.lang.Exception {
public constructor()
public constructor(arg0: java.lang.String | string)
}
}
}
}
| {
"content_hash": "0341892fe1cc5e011ee1c399f922ea08",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 66,
"avg_line_length": 20.666666666666668,
"alnum_prop": 0.6532258064516129,
"repo_name": "wizawu/1c",
"id": "20d444f440d7eabf6c0fe393d1e1f55def731d4a",
"size": "248",
"b... |
using System.ComponentModel;
using System.Windows.Forms;
using bv.winclient.BasePanel;
using bv.winclient.Core;
namespace EIDSS.Reports.BaseControls.Form
{
internal partial class ReportForm : BvForm, IReportForm
{
private readonly ComponentResourceManager resources = new ComponentResourceManag... | {
"content_hash": "5eec2d2ba17c803ccfc7a5d40faef94d",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 112,
"avg_line_length": 25.80952380952381,
"alnum_prop": 0.5350553505535055,
"repo_name": "EIDSS/EIDSS-Legacy",
"id": "58d9c69c197620e0339ff6372625d2677959cc93",
"size": "1... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "bc74bcda0565d3d9eed0070f2cef9d42",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "8a006104b0cbb3bc111bbf5736ddd56e37711acd",
"size": "183... |
import logging
import os
from collections import defaultdict, deque
from copy import deepcopy
from random import shuffle
from sys import exit
from threading import Lock, Thread, Event
logging.basicConfig(level=logging.INFO, format='%(name)s %(threadName)s: %(message)s')
LOG = logging.getLogger('scheduler')
LOG.setLev... | {
"content_hash": "135284465f7676933d6fc4adea43dc47",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 96,
"avg_line_length": 40.76724137931034,
"alnum_prop": 0.6641996193698456,
"repo_name": "henryr/Impala",
"id": "bc98c587980141fe2dfb01ece9274223afe3db7a",
"size": "5583",... |
using System;
using System.Collections.Generic;
using SharpKit.Html;
using SharpKit.JavaScript;
namespace qx.ui.table.columnmodel
{
/// <summary>
/// <para>A model that contains all meta data about columns, such as width, renderer,
/// visibility and order.</para>
/// </summary>
[JsType(JsMode.Prototype, Name ... | {
"content_hash": "d5a24bc4c6c733eab19dabeeb33888a0",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 279,
"avg_line_length": 45.056277056277054,
"alnum_prop": 0.693793235972329,
"repo_name": "SharpKit/SharpKit-SDK",
"id": "eac6453fd07df3399e413feaa4d8797c6b167d7a",
"size"... |
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview
* The entry point for dialog_hangout_consent.html.
*/
/** @suppress {duplicate} */
var remoting = remoting || {};
(function() {
'u... | {
"content_hash": "b75d23e7b1123c447ac45258e9dd86b1",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 80,
"avg_line_length": 27.26984126984127,
"alnum_prop": 0.70023282887078,
"repo_name": "CTSRD-SOAAP/chromium-42.0.2311.135",
"id": "8ced7a86dbb6dc2d4820cd1d3e97127b2794a4b5",... |
<?php
namespace App\Models;
trait ModelTrait
{
public static function getTableName()
{
return (new static)->getTable();
}
public function setUserId($id = null)
{
if (null === $id) {
$id = auth()->user()->id;
}
$this->id__User = $id;
}
public fu... | {
"content_hash": "3c66cdd0eb9210b1b48a895208c5ac25",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 70,
"avg_line_length": 18.25,
"alnum_prop": 0.5159817351598174,
"repo_name": "gulch/inventarico",
"id": "52657edf68af35c31d9dcd3d01943ee1f250fa1a",
"size": "438",
"binary... |
(function() {
var A, eventSystemAvailable, events, ids, lastIds;
A = Observable();
lastIds = A.__observable.lastIds;
events = A.__observable.events;
ids = A.__observable.ids;
eventSystemAvailable = function(obj) {
expect(obj).to.have.property('__observable');
expect(obj.on).to.be.a('function');... | {
"content_hash": "b215e4683173f148efc2741709f2efc8",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 90,
"avg_line_length": 35.42690058479532,
"alnum_prop": 0.5415978870914493,
"repo_name": "npmcomponent/js-coder-observable",
"id": "51c4ca3b2134bd28b9ffd1dd7461481fd948638e"... |
soa_auth
========
bin/foreman start
| {
"content_hash": "f7189e8ea281e7375a394448e7e4299c",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 17,
"avg_line_length": 9.25,
"alnum_prop": 0.5945945945945946,
"repo_name": "jjasonclark/soa_auth",
"id": "754931477f5cdd5f450c7cd48bfb523654b3c93d",
"size": "37",
"binary... |
'use strict';
angular.module('app')
.controller('HolidayController', ['$scope', 'toastr', function($scope, toastr) {
$scope.tableConfig = {
searchable: false, refreshable: true, deleteable: true, createable: true, editable: true, entityName: '假期',
searchParams: function(params) {
return {metho... | {
"content_hash": "e544fce9d21093ba67ee42a01f3f2149",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 121,
"avg_line_length": 39.5,
"alnum_prop": 0.5791139240506329,
"repo_name": "hushengte/library",
"id": "c1cf4ad39d1b8124315ee017303d10d4db284811",
"size": "996",
"binary... |
<?php
class AMP_Customizer_Design_Settings {
const DEFAULT_HEADER_COLOR = '#fff';
const DEFAULT_HEADER_BACKGROUND_COLOR = '#0a89c0';
const DEFAULT_COLOR_SCHEME = 'light';
public static function init() {
add_action( 'amp_customizer_init', array( __CLASS__, 'init_customizer' ) );
add_filter( 'amp_customizer_ge... | {
"content_hash": "b34d7634517782ea17499feb591683dd",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 115,
"avg_line_length": 32.333333333333336,
"alnum_prop": 0.6185567010309279,
"repo_name": "mandino/nu",
"id": "8c14f600217454744a5a7f0b7d5eb56728a2c602",
"size": "5044",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
... | {
"content_hash": "76e819aca22ddb7573ade3966bcc95b9",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 160,
"avg_line_length": 45.333333333333336,
"alnum_prop": 0.3521772345301757,
"repo_name": "Muktaranibiswas/website",
"id": "dc12bc0eb1ef2b5b72cbad9b8e95fbbd155cdcad",
"si... |
import Browser from '../../core/Browser';
// @namespace SVG; @section
// There are several static functions which can be called without instantiating L.SVG:
// @function create(name: String): SVGElement
// Returns a instance of [SVGElement](https://developer.mozilla.org/docs/Web/API/SVGElement),
// corresponding to t... | {
"content_hash": "cd555b35c39148357477d49fdf879c15",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 94,
"avg_line_length": 31.23076923076923,
"alnum_prop": 0.6617405582922824,
"repo_name": "equinton/prototypephp",
"id": "9c7fd9394b5f8dc70b3b7ebf45529cf37d02a7b1",
"size": ... |
.oo-ui-icon-bigger {
background-image: url('themes/wikimediaui/images/icons/bigger.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/bigger.svg');
}
.oo-ui-image-invert.oo-ui-icon-bigger {
background-image: url('themes/wikimediaui/images/icons/b... | {
"content_hash": "6a2dfee20634de11432bb5259bcec67d",
"timestamp": "",
"source": "github",
"line_count": 1177,
"max_line_length": 154,
"avg_line_length": 56.5267629566695,
"alnum_prop": 0.7389075933385438,
"repo_name": "joeyparrish/cdnjs",
"id": "4a536e246f977739cd38170896e7c6317f938cfa",
"size": "6... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Thu Jun 18 14:08:47 EDT 2015 -->
<title>Uses of Class org.apache.cassandra.cli.CliCompiler (apache-cassandra API)</title>
<meta ... | {
"content_hash": "b2a4335149eadf1f304b952bc41594fd",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 135,
"avg_line_length": 36.94827586206897,
"alnum_prop": 0.6124591693887074,
"repo_name": "anuragkapur/cassandra-2.1.2-ak-skynet",
"id": "9a8e33eb021ab0f583408c33f33de92266a... |
package sun.jvm.hotspot.code;
import java.io.*;
import java.util.*;
import sun.jvm.hotspot.debugger.*;
import sun.jvm.hotspot.memory.*;
import sun.jvm.hotspot.oops.*;
import sun.jvm.hotspot.runtime.*;
import sun.jvm.hotspot.types.*;
import sun.jvm.hotspot.utilities.*;
public class NMethod extends CodeBlob {
priva... | {
"content_hash": "8eb2b5cf346bf237f696e48891d2c080",
"timestamp": "",
"source": "github",
"line_count": 535,
"max_line_length": 144,
"avg_line_length": 45.446728971962614,
"alnum_prop": 0.6535740725507938,
"repo_name": "rokn/Count_Words_2015",
"id": "7c8d43a287a5c7c7832334a92cdcb8e41ffdde29",
"size... |
package org.concurrency.ch6
import rx.lang.scala.Observable
class Signal[T] (protected val ob: Observable[T]) {
private var v: T = _
ob.subscribe(v => this.v = v)
def apply(): T = v
def map[S](f: T => S): Signal[S] = new Signal(ob.map(f))
def zip[S](that: Signal[S]): Signal[(T,S)] = new Signal(ob.zip(that.... | {
"content_hash": "403b79dbef65a589fb1a5a3df432925a",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 74,
"avg_line_length": 27.303030303030305,
"alnum_prop": 0.6170921198668147,
"repo_name": "marcos-sb/concurrent-programming-scala",
"id": "d25ff56a71514f69339fdb871e7364909b3... |
-- phpMyAdmin SQL Dump
-- version 4.1.12
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Nov 14, 2014 at 11:08 AM
-- Server version: 5.6.16
-- PHP Version: 5.5.11
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;... | {
"content_hash": "a34c2584648004b76a34b8307c7ba351",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 334,
"avg_line_length": 33.391304347826086,
"alnum_prop": 0.6427951388888888,
"repo_name": "AlignLab/stripe-donation",
"id": "eb03fa5d4dc3dcb38034c73f870996a0422d60e2",
"s... |
* **I'm submitting a ...**
[ ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
* **Do you want to request a *feature* or report a *bug*?**
* **What is the current behavior?**
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minim... | {
"content_hash": "67ef66a18f6f42fa7ff428f5ef8166ac",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 166,
"avg_line_length": 27.09090909090909,
"alnum_prop": 0.6946308724832215,
"repo_name": "obosha/ng2-dnd",
"id": "382f460066d711047000a0d04b6b0d45989a12fd",
"size": "894",... |
using Shouldly;
using StructureMap.Testing.Widget2;
using Xunit;
namespace StructureMap.Testing.Graph
{
public class EnumerationTester
{
[Fact]
public void BuildClassWithEnumeration()
{
var manager = new Container();
manager.Configure(r => r.For<Cow... | {
"content_hash": "061c01bdd9dd5e4c3ba62adadebfef66",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 61,
"avg_line_length": 28.321428571428573,
"alnum_prop": 0.5346784363177806,
"repo_name": "DixonDs/structuremap",
"id": "3b7192f2980e5709791d56d2c6ca0875cb236b62",
"size": ... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Mem. Soc. d'Emulat. Doubs 257 (1886)
#### Original name
Lecidea ochracea (Körb.) Zwackh
### Remarks
null | {
"content_hash": "674e71d0fc4ee72925c664f466c3a614",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 14.846153846153847,
"alnum_prop": 0.6994818652849741,
"repo_name": "mdoering/backbone",
"id": "a4380a15f7fe78257714ad9d2c6363f2ec266d3d",
"size": "25... |
using AutoMapper;
using SofiaDayAndNight.Data.Services.Contracts;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace SofiaDayAndNight.Web.Areas.User.Controllers
{
public class ImageController : Controller
{
private readonly IImageServic... | {
"content_hash": "54c54ff559ca26c872195ec322b6e3a7",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 75,
"avg_line_length": 28.107142857142858,
"alnum_prop": 0.6772554002541296,
"repo_name": "AsenaPencheva/SofiaDayAndNight",
"id": "4c02a7c846e481ac7adc5fc10ce25b0d35104d16",
... |
Rails.application.config.session_store :cookie_store, key: '_MailAdmin_session'
| {
"content_hash": "c8e67c5ecf96cf11a5ea924676041b2e",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 79,
"avg_line_length": 80,
"alnum_prop": 0.8,
"repo_name": "fate83/MailAdmin",
"id": "4b1abe460e69e8009bbb749b31fe87ecc0cb99f2",
"size": "141",
"binary": false,
"copies"... |
Thanks for the issue! We do have a few small rules to follow:
1. Please add [Feature], [Bug], [Question], or [Other] to your title.
2. If it is a bug, please add steps to reproduce it. More information is almost always helpful.
3. If it is a feature, is there any pull request you should refer to? If so, please add a... | {
"content_hash": "185826c2ec006e34f3948ead23273e75",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 141,
"avg_line_length": 42.44444444444444,
"alnum_prop": 0.7356020942408377,
"repo_name": "PlanitarInc/fake-s3",
"id": "edf74436e862818d70be286bd2b445294605f94f",
"size": "3... |
title: cRowdsouRcing
tweet_text: More R spells, and the data hipsters who knew about them when you did
description: Showing off your R tricks is apparently a good way to learn more R tricks
---
| {
"content_hash": "b3aeefc8bbb739394f843cfbb97d7cc0",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 86,
"avg_line_length": 48.5,
"alnum_prop": 0.7835051546391752,
"repo_name": "tlevine/www.thomaslevine.com",
"id": "8f0d7a0a351bf14a91a7f79b590e3bf8c89c2c2a",
"size": "198",
... |
import Controller from '@ember/controller';
import { inject as service } from '@ember/service';
import { get } from '@ember/object'
export default Controller.extend({
router: service(),
actions: {
cancel() {
get(this, 'router').transitionTo('authenticated.cluster');
},
},
});
| {
"content_hash": "0370c66150490a904b4422a6cb5fc5c3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 64,
"avg_line_length": 23,
"alnum_prop": 0.6555183946488294,
"repo_name": "rancherio/ui",
"id": "89836b21346f9c384d84c91067ca5c571d118e7f",
"size": "299",
"binary": false... |
package com.iluwatar.creature;
import com.iluwatar.property.Color;
import com.iluwatar.property.Movement;
import com.iluwatar.property.Size;
/**
*
* Goblin creature.
*
*/
public class Goblin extends AbstractCreature {
public Goblin() {
super("Goblin", Size.SMALL, Movement.WALKING, Color.GREEN);
}
}
| {
"content_hash": "b8e44c39e40ceb580b9fcbb8df1e78cf",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 61,
"avg_line_length": 18.352941176470587,
"alnum_prop": 0.7339743589743589,
"repo_name": "lightSky/java-design-patterns",
"id": "19bdac7f1d1a6327ab21b02ece9eb0c8f60b667b",
... |
<!-- Content Wrapper. Contains page content -->
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Carousel
</h1>
<!--<ol class="breadcrumb">
<li><a href="#"><i class="fa fa... | {
"content_hash": "6e59e9569c8f5aa50457857bf8e20386",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 594,
"avg_line_length": 40.8875,
"alnum_prop": 0.5087129318251299,
"repo_name": "ParthXe/Myntra",
"id": "159068f0f6a6055296eff12aabf5c020a294c7a8",
"size": "3271",
"binar... |
package v3
import (
"github.com/ServiceComb/service-center/pkg/rest"
"github.com/ServiceComb/service-center/server/rest/controller/v4"
)
type MicroServiceService struct {
v4.MicroServiceService
}
func (this *MicroServiceService) URLPatterns() []rest.Route {
return []rest.Route{
{rest.HTTP_METHOD_GET, "/registr... | {
"content_hash": "ed2b62ee3be2b7d63f2bec5dca54de5f",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 107,
"avg_line_length": 52.53333333333333,
"alnum_prop": 0.7671319796954315,
"repo_name": "aseTo2016/service-center",
"id": "046ae26052b4a74dbf15a0a86a222958dc845e1b",
"siz... |
/*
* @test
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build ThreadedVirtualAllocTestType
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
... | {
"content_hash": "e24ed3b2cc87b2d9734172c771bd439e",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 149,
"avg_line_length": 32.11764705882353,
"alnum_prop": 0.659035409035409,
"repo_name": "rokn/Count_Words_2015",
"id": "1a7b929f0d66eb73f0f3834dd19ddd2fa2d3c281",
"size":... |
package account
// Copyright (c) Microsoft and contributors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unl... | {
"content_hash": "ab03d15013170280a6329f3311be71d2",
"timestamp": "",
"source": "github",
"line_count": 426,
"max_line_length": 276,
"avg_line_length": 43.779342723004696,
"alnum_prop": 0.7684718498659517,
"repo_name": "maxamillion/origin",
"id": "5bc7d72988830e9cf62fdb6cb1599d5bbb528dd4",
"size": ... |
struct hci_request ble_hci_request(uint16_t ocf, int clen, void * status, void * cparam)
{
struct hci_request rq;
memset(&rq, 0, sizeof(rq));
rq.ogf = OGF_LE_CTL;
rq.ocf = ocf;
rq.cparam = cparam;
rq.clen = clen;
rq.rparam = status;
rq.rlen = 1;
return rq;
}
le_set_advertising_data_cp ble_hci_params_for_set_a... | {
"content_hash": "d2ef623d12ce6f9d9f2a6e9bee19b808",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 90,
"avg_line_length": 25.85576923076923,
"alnum_prop": 0.6779471922647824,
"repo_name": "dgiovanelli/raspberryblueZ",
"id": "806276e7dc7b4c954a18bca03a2154cfe7d0e52d",
"s... |
#ifndef XML_ERROR_H_PRIVATE__
#define XML_ERROR_H_PRIVATE__
#include <libxml/xmlerror.h>
#include <libxml/xmlversion.h>
void
__xmlRaiseError(xmlStructuredErrorFunc schannel,
xmlGenericErrorFunc channel, void *data, void *ctx,
void *nod, int domain, int code, xmlErrorLevel level,
... | {
"content_hash": "00fbe5f062bb8a44bf074afba7146f5f",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 77,
"avg_line_length": 37.95238095238095,
"alnum_prop": 0.6311166875784191,
"repo_name": "chromium/chromium",
"id": "c76e0733227dcbdbce54cfcc89d32fab5a74361c",
"size": "797... |
'use strict';
var AppDispatcher = require('../dispatchers/app-dispatcher');
var assign = require('object-assign');
var hat = require('hat');
var _ = require('lodash');
var EventEmitter = require('events').EventEmitter;
var ActionTypes = require('../constants/scene-constants').ActionTypes;
var CHANGE_EVENT = "change";... | {
"content_hash": "f1c39cfe39f6102db20947d923a320e8",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 95,
"avg_line_length": 29.621951219512194,
"alnum_prop": 0.5459036640592837,
"repo_name": "Colum-SMA-Dev/MediaPlaybackFramework",
"id": "7d8cad4f468381208a93d28c8f8fae0dc7f2b... |
#import "NSObject-Protocol.h"
@protocol UIActionSheetDelegate <NSObject>
@end
| {
"content_hash": "5fb902a9b35236c766a5c94e7f3dff22",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 42,
"avg_line_length": 11.714285714285714,
"alnum_prop": 0.7682926829268293,
"repo_name": "kallism/kallism.github.io",
"id": "0bd69fb6ba08c4e68b56971d975a44b96b811fdf",
"siz... |
<?php
namespace Symfony\Component\Serializer\Tests\Normalizer;
use Doctrine\Common\Annotations\AnnotationReader;
use PHPUnit\Framework\TestCase;
use Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor;
use Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor;
use Symfony\Component\PropertyInfo\Property... | {
"content_hash": "a11888b0400d3936b107d62a3891b224",
"timestamp": "",
"source": "github",
"line_count": 547,
"max_line_length": 162,
"avg_line_length": 32.945155393053014,
"alnum_prop": 0.6406414738360802,
"repo_name": "hhamon/symfony",
"id": "9bf58f8c835bcc9f6f640796af717b796b16ef9a",
"size": "182... |
require 'ballista/frequencies/base'
require 'ballista/frequencies/monthly'
require 'ballista/frequencies/weekly'
require 'ballista/frequencies/biweekly'
module Ballista
##
# Base module for Frequency of actions
module Frequencies
class << self
FREQUENCIES = {
monthly: Monthly,
weekly: W... | {
"content_hash": "b1806c7e6e2f6573f9c5366c51d4744d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 40,
"avg_line_length": 21.5,
"alnum_prop": 0.6925064599483204,
"repo_name": "akerl/ballista",
"id": "40c867c9c7e1b7463b7c7bbf90691bf0d7c4fc1f",
"size": "387",
"binary": f... |
/**
* Pre-defined validation rules/methods for basic editors.
*
* Rule Signature
* --------------
* name: function(options, val, form){
* return nothing if ok
* return error message if not
* }
*
* Method Signature
* ----------------
* anything: function(val, form){
* ... same as rule signature
* }
*
... | {
"content_hash": "6c2c2bc783ea52b1df5d99814d3a671b",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 191,
"avg_line_length": 24.864406779661017,
"alnum_prop": 0.6359918200408998,
"repo_name": "bluekvirus/Stage.js",
"id": "bd94b92c1c33c7a9ba151192586fc7fe53def14b",
"size": ... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2008-2009 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.opensource.org/licenses/ecl2.ph... | {
"content_hash": "0b269f16bd20894cd22f89a66354f7e2",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 135,
"avg_line_length": 41.705882352941174,
"alnum_prop": 0.6741889985895627,
"repo_name": "sbower/kuali-rice-1",
"id": "6db6942499ad69eace696534bc3b1f39380bb369",
"size": ... |
<?php
/* OroConfigBundle::configPage.html.twig */
class __TwigTemplate_7acb33a58103afd6b847973aaf1138a1ad1c26046a28cdc9467ee952b638709e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->blocks = array(
'content' => array(... | {
"content_hash": "2ab019c1ebd8af24f89a564276d35a76",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 658,
"avg_line_length": 63.064516129032256,
"alnum_prop": 0.6309462915601023,
"repo_name": "devGomgbo/stockvalue",
"id": "ddaec1550da32557ae405fc12b64c540e20265b7",
"size"... |
[Setting up your GitHub Pages site locally with Jekyll](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/)
1. Check whether you have Ruby 2.1.0 or higher installed
```bash
ruby --version
```
2. Install Bundler
```bash
gem install bundler
```
3. Install Je... | {
"content_hash": "92d617c4d4a148792b05e3a0101ad55b",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 144,
"avg_line_length": 21.904761904761905,
"alnum_prop": 0.6608695652173913,
"repo_name": "karriereat/dev-blog",
"id": "234aaf0006efcaa0c6c1e35fc41e9d2a6ea83d87",
"size": ... |
"""The File Upload integration."""
from __future__ import annotations
import asyncio
from collections.abc import Iterator
from contextlib import contextmanager
from dataclasses import dataclass
from pathlib import Path
import shutil
import tempfile
from aiohttp import web
import voluptuous as vol
from homeassistant.... | {
"content_hash": "b87d4de37d47815e8b2492bcbb882019",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 90,
"avg_line_length": 31.126373626373628,
"alnum_prop": 0.6457193292144748,
"repo_name": "w1ll1am23/home-assistant",
"id": "9f548e1445939e5dda7c3357e9acbb6d6f2de949",
"si... |
from pymongo import MongoClient, MongoReplicaSetClient
from tapiriik.settings import MONGO_HOST, MONGO_REPLICA_SET, MONGO_CLIENT_OPTIONS, REDIS_HOST
# MongoDB
client_class = MongoClient if not MONGO_REPLICA_SET else MongoReplicaSetClient
if MONGO_REPLICA_SET:
MONGO_CLIENT_OPTIONS["replicaSet"] = MONGO_REPLICA_SET
_... | {
"content_hash": "151f6e849c1d2bf1d07f23a8ff3c3209",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 93,
"avg_line_length": 26.8125,
"alnum_prop": 0.7727272727272727,
"repo_name": "gavioto/tapiriik",
"id": "86b8a51528dc1f95592d3a021be3a8b4709ff5bd",
"size": "858",
"binar... |
class GroupList
{
public:
GroupList(void);
~GroupList(void);
GroupData *AddGroup(const char *name);
void RemoveGroup(GroupData *data);
bool HasGroup(const char *item);
GroupData *FindGroup(const char *name);
GroupItem *ItemForGroup(const char *name);
GroupItem *ItemForGroup(GroupData *data);
};
#endif | {
"content_hash": "8e7fe41f8a29b2686eb7e0795e42f2fe",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 43,
"avg_line_length": 18.529411764705884,
"alnum_prop": 0.7396825396825397,
"repo_name": "HaikuArchives/MrPeeps",
"id": "b439962109fd869b64676a5cf89d1db7822481ae",
"size":... |
layout: global
title: INSERT OVERWRITE DIRECTORY with Hive format
displayTitle: INSERT OVERWRITE DIRECTORY with Hive format
license: |
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 regar... | {
"content_hash": "1d857b4550840359c2a138d35ec56214",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 523,
"avg_line_length": 45.58139534883721,
"alnum_prop": 0.7112244897959183,
"repo_name": "goldmedal/spark",
"id": "3b0475aef1015a93627d067c92e9632493113505",
"size": "3924... |
package repltracker
import (
"sync"
"time"
"vitess.io/vitess/go/stats"
"vitess.io/vitess/go/vt/log"
"vitess.io/vitess/go/vt/mysqlctl"
querypb "vitess.io/vitess/go/vt/proto/query"
topodatapb "vitess.io/vitess/go/vt/proto/topodata"
"vitess.io/vitess/go/vt/vttablet/tabletserver/heartbeat"
"vitess.io/vitess/go... | {
"content_hash": "16def80746c4476d778bc5d18f1c77b2",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 129,
"avg_line_length": 33.18382352941177,
"alnum_prop": 0.7391978728118768,
"repo_name": "vitessio/vitess",
"id": "3d6359ed902d78af440c03f51702a5be6631f7a9",
"size": "507... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using IMU3D;
using IMUSerial;
using System.IO.Ports;
namespace IMUTest
{
class Test
{
public Test()
{
SerialPort port = new System.IO.Ports.Se... | {
"content_hash": "4e37a77fa44915afbe8359cb4eef9b9e",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 79,
"avg_line_length": 24.6875,
"alnum_prop": 0.6291139240506329,
"repo_name": "minhcly/imu3d",
"id": "326bd774a38dd936f1e727e62f06388d1f1d45fb",
"size": "792",
"binary":... |
> Turn JSX into React function calls in development
See our website [@babel/plugin-transform-react-jsx-development](https://babeljs.io/docs/en/babel-plugin-transform-react-jsx-development) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-react-jsx-development
```
or ... | {
"content_hash": "c0b264b408477069651de0a345ce409d",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 158,
"avg_line_length": 23.764705882352942,
"alnum_prop": 0.7574257425742574,
"repo_name": "hzoo/babel",
"id": "1edcbb4d6f42012bd6225bec3dc73d8fb20b42a5",
"size": "453",
... |
<?xml version="1.0" encoding="UTF-8"?>
<project name="pearlfish" default="all">
<property file="pearlfish.properties"/>
<!-- Uncomment the following property if no tests compilation is needed -->
<!--
<property name="skip.tests" value="true"/>
-->
<!-- Compiler options -->
<property name="co... | {
"content_hash": "f186dd7b7541cbc1f962a32994077b71",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 172,
"avg_line_length": 35.594339622641506,
"alnum_prop": 0.6417969785316724,
"repo_name": "pearlfish/pearlfish-java",
"id": "b978035b66116c8312c476f31d8a0f8f7f7a44ff",
"s... |
package org.apache.hadoop.yarn.client.api;
import java.io.IOException;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
import java.util.function.Supplier;
import java.util.List;
import com.google.common.annotations.VisibleForTesting;
import org.apache.hadoop.classification.InterfaceAudience... | {
"content_hash": "d286566e6c347a2d3a080c4556381b19",
"timestamp": "",
"source": "github",
"line_count": 850,
"max_line_length": 84,
"avg_line_length": 40.41294117647059,
"alnum_prop": 0.6877529038455941,
"repo_name": "dennishuo/hadoop",
"id": "32aa21d52bdf067b92a7b12ce952f63d7c9b8bbc",
"size": "351... |
print("hello world")
local env = environment()
env:import("Int")
parse_lean_cmds([[ variables a b : Int ]], env)
print(parse_lean([[a + b + 10]], env))
| {
"content_hash": "f2a262354d78b349e78101e194de3deb",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 47,
"avg_line_length": 30.4,
"alnum_prop": 0.6381578947368421,
"repo_name": "soonhokong/travis_test",
"id": "2042457225eb38f14ac955d79e78c2a16f6ea97f",
"size": "152",
"bin... |
package org.wso2.carbon.identity.application.authentication.framework.model;
import java.io.Serializable;
import java.util.Map;
public class AuthenticationResult implements Serializable {
private static final long serialVersionUID = -2555005773164092641L;
private boolean authenticated;
private Authent... | {
"content_hash": "63487e61b3f50e9d7f1a0a7ffb3333a2",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 119,
"avg_line_length": 26.927835051546392,
"alnum_prop": 0.7186064318529862,
"repo_name": "rswijesena/carbon-identity",
"id": "f053659fe67e6a6ab9cff76143610b5444cc01b5",
"... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
{% load compressed %}
{% load djblets_deco %}
{% load djblets_extensions %}
{% load djblets_utils %}
{% load i18n %}
{% load rb_extensions %}
{% load staticfiles %}
<html xmlns="http://www.w3.org/... | {
"content_hash": "f16b9b20c9c92abbba17a384dc490fdd",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 114,
"avg_line_length": 40.93877551020408,
"alnum_prop": 0.5820870721169824,
"repo_name": "Khan/reviewboard",
"id": "ba348b96574f4e20c3042a115591e12c5d394733",
"size": "60... |
package org.apache.pulsar.testclient;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.ParameterException;
import com.beust.jcommander.Parameters;
import com.google.common.util.concurrent.RateLimiter;
import io.netty.util.concurrent.DefaultThreadFactory;
impor... | {
"content_hash": "2ecdd0456e4f007cc13b454d0761f3a9",
"timestamp": "",
"source": "github",
"line_count": 357,
"max_line_length": 119,
"avg_line_length": 41.70868347338936,
"alnum_prop": 0.6117528542646071,
"repo_name": "merlimat/pulsar",
"id": "04f1be4e3823cb32bb4a34932cb1ac1f37454658",
"size": "156... |
package com.gemstone.gemfire.internal;
import static org.junit.Assert.*;
import static org.junit.Assume.*;
import java.io.File;
import java.lang.reflect.Method;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concurrent.a... | {
"content_hash": "a621321e7331037bc8715db9e03e0605",
"timestamp": "",
"source": "github",
"line_count": 603,
"max_line_length": 187,
"avg_line_length": 38.53233830845771,
"alnum_prop": 0.7071659134925758,
"repo_name": "zuowang/incubator-geode",
"id": "4ba7a52c93a141757e05900e45cabe1224ddffac",
"siz... |
/**
* This code was auto-generated by a Codezu.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*/
package com.mozu.api.contracts.installedapplications;
import java.util.List;
import org.joda.time.DateTime;
import java.io.Serializable;
import c... | {
"content_hash": "11b78ed96d2fc9dfc482ebd1d573fa7e",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 111,
"avg_line_length": 28.836734693877553,
"alnum_prop": 0.7848549186128804,
"repo_name": "bhewett/mozu-java",
"id": "5494e965b6adb72c5d0c973950235c5b08ba8094",
"size": "1... |
// Config
angular.module('slenderpmApp.task.config', [])
.value('slenderpmApp.task.config', {
debug: true
});
// Modules
angular.module('slenderpmApp.task.directive', []);
angular.module('slenderpmApp.task.factory', []);
angular.module('slenderpmApp.task.service', []);
angular.module('slenderpmApp.ta... | {
"content_hash": "8a794fa207a3f297b92b3c6de423ef7d",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 51,
"avg_line_length": 27.884615384615383,
"alnum_prop": 0.6427586206896552,
"repo_name": "Slenderware/slenderpm",
"id": "c5abd24d18af8ffdcce1a6424ee70ce71a3a7387",
"size":... |
package com.gzlk.android.isp.model.organization;
import com.gzlk.android.isp.model.Dao;
import com.gzlk.android.isp.model.Model;
import com.litesuits.orm.db.annotation.Column;
import com.litesuits.orm.db.annotation.Ignore;
import com.litesuits.orm.db.annotation.Table;
import java.util.ArrayList;
import java.util.List... | {
"content_hash": "eec9a79dcd8ab2186671b70f845cbe12",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 87,
"avg_line_length": 24.369565217391305,
"alnum_prop": 0.5555307760927743,
"repo_name": "anatagadaisukidesu/leadcom.isp",
"id": "3a5861b10eb6ec387713da0e194edb0106089c0f",... |
/** Action **/
.action-checkbox-column {
width: 14px;
}
/** quick-form **/
.quick-form .modal-body {
padding-bottom: 0px;
}
.quick-form .modal-footer {
margin-top: 0px;
}
.quick-form-field ~ .invalid-feedback {
display: block;
} | {
"content_hash": "d1b95bcd294533d67a579b6ad7d0b73f",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 39,
"avg_line_length": 14.6875,
"alnum_prop": 0.6425531914893617,
"repo_name": "alexsilva/django-xadmin",
"id": "a8672f865d2c79b100a5d2602f50617ef49cbea7",
"size": "235",
... |
<!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_77) on Fri Feb 10 11:09:37 PST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.mashape.un... | {
"content_hash": "89c9124066e78508c6a5107200932482",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 679,
"avg_line_length": 56.193236714975846,
"alnum_prop": 0.6643741403026134,
"repo_name": "zcody95/incredible",
"id": "2474c3d05d4179e0cef28c3d571e2bf0453a7001",
"size": ... |
export default {
articlesList: (response) => {
return {
type: 'ARTICLES_LIST_ADD',
payload: { response: response }
}
},
pushNewArticle: (response) => {
return {
type: 'PUSH_NEW_ARTICLE',
payload: { response: response }
}
},
... | {
"content_hash": "6fea4d533304226637badb87938ba3f2",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 43,
"avg_line_length": 23.653846153846153,
"alnum_prop": 0.45528455284552843,
"repo_name": "ghartong/react_falcor",
"id": "8bd486b40da19e5d8546716b4bb8ad9446bb8b07",
"size"... |
<!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.6.0_29) on Mon Nov 26 17:22:07 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.ss.formula.ptg.RefPtgBase (POI API Documentation)
</TITLE>
<ME... | {
"content_hash": "c3b29b42d7ce772fa0dfcc5ca1d1eea6",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 312,
"avg_line_length": 45.87437185929648,
"alnum_prop": 0.6013802168912258,
"repo_name": "brenthand/Panda",
"id": "72966067a85eb968f22f3404d39d57c52cdf6d1f",
"size": "912... |
/**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... | {
"content_hash": "d869fbdbba4f97577295946045612147",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 99,
"avg_line_length": 31.2972972972973,
"alnum_prop": 0.727979274611399,
"repo_name": "wfarner/aurora",
"id": "11d7e465556020571ffeefcf05596e6251ba9d19",
"size": "2316",
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical" >
<LinearLayout
a... | {
"content_hash": "33570bccee22a1eebf9c82070face1c1",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 58,
"avg_line_length": 30.470588235294116,
"alnum_prop": 0.6254826254826255,
"repo_name": "TVLuke/DynamixBridge",
"id": "5828f271e4377915490f989b317ad3fd0d7cffed",
"size": ... |
<?php
defined('C5_EXECUTE') or die("Access Denied.");
class PhpFileTypeInspector extends FileTypeInspector {
public function inspect($fv) {
$path = $fv->getPath();
$ft = FileTypeList::getInstance();
$ft->defineImporterAttribute('lines', t('Lines of Code'), 'NUMBER', false);
$at1 = FileAttributeKey::get... | {
"content_hash": "c85ae1930235877d49c878d86908cc19",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 77,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.6384976525821596,
"repo_name": "homer6/concrete5",
"id": "866002ed455cbbb34d7a083333cb7f5094433628",
"size": "426... |
<section data-ng-controller="FeaturettesController">
<div class="page-header">
<h1>New Featurette</h1>
</div>
<div class="col-md-12">
<form class="form-horizontal" data-ng-submit="create()" novalidate>
<fieldset>
<div class="form-group">
<label... | {
"content_hash": "fac55b9ced3d10ed7d32bbb53fe6aa84",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 150,
"avg_line_length": 51.41538461538462,
"alnum_prop": 0.48952722920406944,
"repo_name": "helaili/humongolf",
"id": "549570163f0bd7345eeb89e5071f6a87bd8b8b80",
"size": "3... |
namespace ui {
class EVENTS_OZONE_LAYOUT_EXPORT XkbKeyboardLayoutEngine
: public KeyboardLayoutEngine {
public:
XkbKeyboardLayoutEngine(const XkbKeyCodeConverter& converter);
~XkbKeyboardLayoutEngine() override;
// KeyboardLayoutEngine:
bool CanSetCurrentLayout() const override;
bool SetCurrentLayoutBy... | {
"content_hash": "9cde4dcef3860da60472e8dff2f761a3",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 78,
"avg_line_length": 38.295918367346935,
"alnum_prop": 0.6381561417532641,
"repo_name": "TheTypoMaster/chromium-crosswalk",
"id": "89729a0d95cd835f4deaa804a617d8ed056b48d3"... |
#include "platform/audio/HRTFKernel.h"
#include "platform/audio/AudioChannel.h"
#include "platform/FloatConversion.h"
#include "wtf/MathExtras.h"
#include <algorithm>
namespace blink {
// Takes the input AudioChannel as an input impulse response and calculates the average group delay.
// This represents the initial... | {
"content_hash": "6e96e8e20949897a3f057a5ed5fe2f7d",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 146,
"avg_line_length": 36.81372549019608,
"alnum_prop": 0.722237017310253,
"repo_name": "js0701/chromium-crosswalk",
"id": "722fb665d08d1ea5519cd00465f2bd974d3a5298",
"si... |
class CreateSandboxPerkDefinitions < ActiveRecord::Migration
def change
create_table :sandbox_perk_definitions do |t|
t.timestamps null: false
end
end
end
| {
"content_hash": "c1f89eecfd415052e12731246d0f13b4",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 60,
"avg_line_length": 21.75,
"alnum_prop": 0.735632183908046,
"repo_name": "rex/destiny",
"id": "63e32700d1a15a254c847cce2c49a5657807a18a",
"size": "174",
"binary": false... |
module.exports = process.env.NODE_ENV === 'production' ? require('./prod') : require('./dev'); | {
"content_hash": "8c7c46503d86d8faf21c991e855b5e65",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 94,
"avg_line_length": 94,
"alnum_prop": 0.648936170212766,
"repo_name": "Jv-Juven/sec-market-admin",
"id": "0559e7a4267acacc3a74a791d1e462e85c0a8baa",
"size": "94",
"bina... |
package org.apache.camel.component.properties;
import org.apache.camel.ContextTestSupport;
import org.apache.camel.builder.RouteBuilder;
import org.junit.Test;
public class PropertiesComponentServiceTest extends ContextTestSupport {
@Override
public boolean isUseRouteBuilder() {
return false;
}
... | {
"content_hash": "f04860439bc31788afed6c767d665068",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 126,
"avg_line_length": 31.73076923076923,
"alnum_prop": 0.6406060606060606,
"repo_name": "objectiser/camel",
"id": "46c95aa828410e605b1f6e13b629638e525268bd",
"size": "245... |
package org.zstack.header.image;
import org.zstack.header.image.ImageConstant.ImageMediaType;
import org.zstack.header.vo.Index;
import javax.persistence.*;
import java.sql.Timestamp;
@MappedSuperclass
public class ImageAO {
@Id
@Column
private String uuid;
@Column
@Index
... | {
"content_hash": "41363cd86ca6968e6bf37bc769262b5a",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 60,
"avg_line_length": 18.671875,
"alnum_prop": 0.596094839609484,
"repo_name": "OnePaaS/zstack",
"id": "09851e9e0e447d42ba8f1628182214e609bd5b4c",
"size": "3585",
"bina... |
using System;
using System.ComponentModel;
using System.Collections.Generic;
using Newtonsoft.Json;
using System.Linq;
using STEP;
namespace IFC
{
/// <summary>
/// <see href="http://www.buildingsmart-tech.org/ifc/IFC4/final/html/link/ifcbuildingelementparttype.htm"/>
/// </summary>
public partial class IfcBuild... | {
"content_hash": "a3ca0bb726a60332d6c2397be1f5cd47",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 453,
"avg_line_length": 42.964285714285715,
"alnum_prop": 0.7527015793848711,
"repo_name": "ikeough/IFC-gen",
"id": "035d1ca685be9eddb79b667b6592797153a43387",
"size": "240... |
package org.robovm.bindings.facebook.error;
import org.robovm.apple.foundation.NSError;
import org.robovm.apple.foundation.NSObject;
import org.robovm.objc.annotation.Method;
import org.robovm.objc.annotation.NativeClass;
/** A utility class with methods to provide more information for Facebook related errors if you... | {
"content_hash": "1d9fb909cf4b13a57973dd113286ee67",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 128,
"avg_line_length": 56.333333333333336,
"alnum_prop": 0.781520254893036,
"repo_name": "Roncon93/robovm-ios-bindings",
"id": "e7d2e67fced1d70e528f459de15e8027116b77ab",
... |
package org.apache.flink.runtime.rpc;
import java.time.Duration;
import java.util.concurrent.Callable;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.TimeoutException;
/**
* Interface to execute {@link Runnable} and {@link Callable} in the main thread of the underlying
* RPC endpoint.
... | {
"content_hash": "b0b93c64a6b0c2124122bb4455110966",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 100,
"avg_line_length": 35.808510638297875,
"alnum_prop": 0.7165775401069518,
"repo_name": "zjureel/flink",
"id": "a9e157bcf23feae98430384d01cc0bfe8bdbe54a",
"size": "2488"... |
Template statements are methods or properties that you can use in your HTML to respond to user events.
With template statements, your application can engage users through actions such as displaying dynamic content or submitting forms.
<div class="alert is-helpful">
See the <live-example name="template-syntax">Templat... | {
"content_hash": "c3ac373c3fc62db4afbea51210991664",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 313,
"avg_line_length": 55.166666666666664,
"alnum_prop": 0.7142497482376636,
"repo_name": "angular-indonesia/angular",
"id": "8ae8488fc989a5ab0e87e52e01dc45ddc79b35a2",
"s... |
A CSS whitespace component that can be installed via this npm package. The package provides all of the
CSS you need to use the component.
## Installation
To install the package, from the command line, type:
```
npm install pui-css-whitespace
```
## Usage
Letter | Description
-------------... | {
"content_hash": "a8e933a6a5ccaf5d92b974dda90aff9d",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 199,
"avg_line_length": 37.583333333333336,
"alnum_prop": 0.6193643754619365,
"repo_name": "bartvde/dr-frankenstyle",
"id": "64e2ad052accb9ebaf1fc8cd425a177f0ebecc03",
"siz... |
require 'bundler/setup'
Bundler.require(:default, :development)
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'ruzai2'
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
RSpec.configure do |config|
config.after :each do
Ruzai2::RuzaiList.delete_all
end
end
| {
"content_hash": "7f5d79124622b6188511dd6b0e5c0fbe",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 71,
"avg_line_length": 23.846153846153847,
"alnum_prop": 0.6741935483870968,
"repo_name": "ryonext/ruzai2",
"id": "974e6895c58f118b74e68980f43c49ab383dabf1",
"size": "310",... |
package net.ymate.module.security;
import com.alibaba.fastjson.annotation.JSONField;
import net.ymate.module.security.annotation.Components;
import net.ymate.module.security.annotation.Permission;
import net.ymate.platform.core.i18n.I18N;
import org.apache.commons.lang.StringUtils;
/**
* @author 刘镇 (suninformation@... | {
"content_hash": "225ecc9ea5e48dfbc70f1ee28a5e9659",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 116,
"avg_line_length": 20.8,
"alnum_prop": 0.6506410256410257,
"repo_name": "suninformation/ymate-module-security",
"id": "a9b345f31232956beb7655140cdb2119f2e9c1f5",
"size... |
/*
* eXist Open Source Native XML Database
* Copyright (C) 2001-04 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either versio... | {
"content_hash": "062f9d9761e0c9473ca09dab61a9db3d",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 167,
"avg_line_length": 38.5679012345679,
"alnum_prop": 0.661651728553137,
"repo_name": "NCIP/cadsr-cgmdr-nci-uk",
"id": "d8927d30ae7c0048df4eb6018946fa8d8870d660",
"size"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.