text stringlengths 2 1.04M | meta dict |
|---|---|
/*
* 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 distributed under t... | {
"content_hash": "c17465b6b301ebf47157ab46a6cb53cb",
"timestamp": "",
"source": "github",
"line_count": 344,
"max_line_length": 182,
"avg_line_length": 46.14244186046512,
"alnum_prop": 0.752031752031752,
"repo_name": "googleapis/google-api-java-client-services",
"id": "ee9d3ef41f341e0670ac0371acbfc9e... |
package org.apache.nifi.controller.scheduling;
import org.apache.nifi.components.state.StateManager;
import org.apache.nifi.components.state.StateManagerProvider;
import org.apache.nifi.connectable.Connectable;
import org.apache.nifi.controller.repository.ContentRepository;
import org.apache.nifi.controller.repositor... | {
"content_hash": "9524f9718293f8c2c6152d8c52e4d0da",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 164,
"avg_line_length": 44.851851851851855,
"alnum_prop": 0.8075970272502064,
"repo_name": "jfrazee/nifi",
"id": "45540f997d9a8053513d42ebaf9c757baba2737d",
"size": "3223",... |
package br.ufrj.cos.minisiga.config;
import io.github.jhipster.config.JHipsterProperties;
import ch.qos.logback.classic.AsyncAppender;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.spi.LoggerContextListener;
import ch.qos.logback.core.spi.ContextAwareB... | {
"content_hash": "2fd379f12a2239a2d46217d6769cddbd",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 128,
"avg_line_length": 38.99090909090909,
"alnum_prop": 0.7190487293075309,
"repo_name": "Hguimaraes/mini-siga",
"id": "6485c4fbf9810f085a62f2e832b8e79e8cad90b3",
"size":... |
package com.xebia.akka.jigsaw
import akka.actor.{ActorRef, Props, Actor}
object EventProcessor {
def props(journal: Journal) = Props(classOf[EventProcessor], journal)
}
class EventProcessor(journal: Journal) extends Actor {
override def receive: Receive = {
case eventWrapper: EventWrapper =>
val event... | {
"content_hash": "33a8edf6c7bc898c17ebe32034445acc",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 81,
"avg_line_length": 28.94736842105263,
"alnum_prop": 0.6981818181818182,
"repo_name": "xebia/akka-jigsaw",
"id": "68d1b5ffbb031ba6af9dad9a6845fae925c3b853",
"size": "110... |
package engine
import (
"github.com/cockroachdb/cockroach/proto"
"github.com/cockroachdb/cockroach/util/log"
gogoproto "github.com/gogo/protobuf/proto"
)
// GarbageCollector GCs MVCC key/values using a zone-specific GC
// policy allows either the union or intersection of maximum # of
// versions and maximum age.
t... | {
"content_hash": "02587d2478bcfcc9e7a6b3e562b07a74",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 94,
"avg_line_length": 30.493506493506494,
"alnum_prop": 0.7180579216354344,
"repo_name": "chrisseto/cockroach",
"id": "08c941c84445a58ef16ad7821824c7ba8f19b83a",
"size": "... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Welcome extends CI_Controller {
public function index()
{
$this->load->view('home');
}
}
| {
"content_hash": "7dac74bc7b591bec57f899e88e72db96",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 63,
"avg_line_length": 19,
"alnum_prop": 0.6842105263157895,
"repo_name": "diantama86/CI_Lelang",
"id": "8bccaef8f6ccac2a346247c936e8101620034c63",
"size": "171",
"binary"... |
a#cdo-introLink img { background-image : url(graphics/cdo.gif); }
a#cdo-introLink:hover img { background-image : url(graphics/cdo_hov.gif); } | {
"content_hash": "08c4fce1a9a010623b5c93cc4f8c4f8d",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 75,
"avg_line_length": 70.5,
"alnum_prop": 0.7375886524822695,
"repo_name": "kribe48/wasp-mbse",
"id": "e348642a27f9613c1d9ca9b46770ea9c89ef7e48",
"size": "142",
"binary":... |
<?php
namespace App\Http\Controllers\Frontend;
class ApplicationDocumentsController extends Controller
{
public function index(){
return view('frontend.applicationdocuments');
}
}
| {
"content_hash": "8f1a506eafa22a2b8008cef3f0beb34e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 55,
"avg_line_length": 18.09090909090909,
"alnum_prop": 0.7386934673366834,
"repo_name": "mlechler/Bewerbungscoaching",
"id": "5a387f672eb16492d2ebccf76566294efe45afbb",
"s... |
require File.dirname(__FILE__) + '/../spec_helper.rb'
describe "ActiveCouch::Base #before_delete method with a Symbol as argument" do
before(:each) do
class Person < ActiveCouch::Base
site 'http://localhost:5984/'
has :name
has :age, :which_is => :number
# Callback, before the actual save... | {
"content_hash": "196518b6b8c4f151dba8cea5df316c9c",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 117,
"avg_line_length": 30.477064220183486,
"alnum_prop": 0.6384708007224563,
"repo_name": "google-code/activecouch",
"id": "4f4df7051b6b0bccc28280429ac8fed5c7720297",
"si... |
.class public Lo/l;
.super Ljava/lang/Object;
# interfaces
.implements Landroid/os/Parcelable$Creator;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;Landroid/os/Parcelable$Creator<Lcom/google/android/gms/fitness/request/y;>;"
}
.end annotation
# direct ... | {
"content_hash": "2b70cb5c8d0926c4eed7e3f772bd0e7b",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 126,
"avg_line_length": 21.515,
"alnum_prop": 0.6627933999535208,
"repo_name": "gelldur/jak_oni_to_robia_prezentacja",
"id": "726ff6b2c6870cf58deee0616ef4954f811480c9",
"s... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Revis. gen. pl. (Leipzig) 3: 472 (1898)
#### Original name
Engizostoma ellisii Kuntze
### Remarks
null | {
"content_hash": "3fc6fba48b98aee13d1ed45e21a7c753",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 12.76923076923077,
"alnum_prop": 0.6927710843373494,
"repo_name": "mdoering/backbone",
"id": "01c99909402c621a43058cd88500527f6fdabfd2",
"size": "216... |
package mktdata
import (
"bytes"
"fmt"
"os"
"testing"
)
func TestPreallocated(t *testing.T) {
in := &MDIncrementalRefreshBook32{
TransactTime: 1,
NoMDEntries: []MDIncrementalRefreshBook32NoMDEntries{
{
MDEntryPx: PRICENULL{},
MDEntrySize: 5,
SecurityID: 1,
},
{
MDEntryPx: PRICEN... | {
"content_hash": "c8d3186ce9e16575e357aae256bb9b99",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 95,
"avg_line_length": 22.797101449275363,
"alnum_prop": 0.6478067387158296,
"repo_name": "real-logic/simple-binary-encoding",
"id": "962db2c4a5161ca4b4e41b256176f7371c796ed0... |
Thiner Server
============
Todas as informações sobre o servidor podem ser encontradas no nosso [Wiki](https://github.com/Thiner-LES/thiner-server/wiki).
| {
"content_hash": "05b6f7c55a76ffc8b24aec4e171b8eaa",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 126,
"avg_line_length": 26.166666666666668,
"alnum_prop": 0.7197452229299363,
"repo_name": "UFCGProjects/thiner-server",
"id": "684b8e020d9f70fa67d930bdc92a756aa1c8817a",
"s... |
package com.evolveum.midpoint.model.common;
import org.apache.commons.configuration.Configuration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.evolveum.midpoint.common.configuration.api.MidpointConfiguration;
/**
* @author semancik
*
... | {
"content_hash": "5fb1d554c9ffc986124b96b039e50ccc",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 112,
"avg_line_length": 23.431818181818183,
"alnum_prop": 0.7138700290979632,
"repo_name": "bshp/midPoint",
"id": "8afc05f93de3a60b82fbed4dce3d77c4b712ee91",
"size": "1216"... |
The Helm project accepts contributions via GitHub pull requests. This document outlines the process
to help get your contribution accepted.
## Reporting a Security Issue
Most of the time, when you find a bug in Helm, it should be reported using [GitHub
issues](https://github.com/helm/helm/issues). However, if you are... | {
"content_hash": "ea463f90e7d956f9be916251b7e3b0d2",
"timestamp": "",
"source": "github",
"line_count": 350,
"max_line_length": 186,
"avg_line_length": 53.66,
"alnum_prop": 0.7548586337255737,
"repo_name": "bacongobbler/helm",
"id": "37627e716c7b59ceb193d6a6a188cfeb7eb50410",
"size": "18808",
"bi... |
if (typeof PATH_TO_THE_REPO_PATH_UTILS_FILE === 'undefined') {
PATH_TO_THE_REPO_PATH_UTILS_FILE = "https://raw.githubusercontent.com/highfidelity/hifi_tests/master/tests/utils/branchUtils.js";
Script.include(PATH_TO_THE_REPO_PATH_UTILS_FILE);
nitpick = createNitpick(Script.resolvePath("."));
}
nitpick.... | {
"content_hash": "015d4a61d0f23b8c83158cd37c259634",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 171,
"avg_line_length": 39.58181818181818,
"alnum_prop": 0.6293063849333945,
"repo_name": "highfidelity/hifi_tests",
"id": "f3d00b0e9467dbf27436d356dcc58b0ebd2eb22f",
"size... |
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>qgis._core.QgsColorBrewerPalette</title>
<link rel="stylesheet" href="epydoc.css" type="tex... | {
"content_hash": "69790afe4501b18ed78d6ad74089f79a",
"timestamp": "",
"source": "github",
"line_count": 257,
"max_line_length": 216,
"avg_line_length": 34.797665369649806,
"alnum_prop": 0.5508218718550821,
"repo_name": "linz/QGIS-AIMS-Plugin",
"id": "2e8d2bccfcf13243205a3df268d5182d4ca06b18",
"size... |
package org.apache.hadoop.hbase.io.encoding;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.io.ByteArrayInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Collection;
import j... | {
"content_hash": "e012158163ce51c57d1bc5d2c2585e71",
"timestamp": "",
"source": "github",
"line_count": 361,
"max_line_length": 102,
"avg_line_length": 35.199445983379505,
"alnum_prop": 0.6820650035413551,
"repo_name": "lilonglai/hbase-0.96.2",
"id": "db9c9192f2a3d9c473832ea7a45d960b2d481fde",
"siz... |
package org.apache.flink.streaming.connectors.kafka;
import org.apache.flink.api.common.ExecutionConfig;
import org.apache.flink.api.common.serialization.TypeInformationSerializationSchema;
import org.apache.flink.api.common.typeinfo.BasicTypeInfo;
import org.apache.flink.api.common.typeutils.base.IntSerializer;
imp... | {
"content_hash": "9e69274be5acb51e045cf269309f6c04",
"timestamp": "",
"source": "github",
"line_count": 638,
"max_line_length": 126,
"avg_line_length": 36.4717868338558,
"alnum_prop": 0.7609695302763333,
"repo_name": "ueshin/apache-flink",
"id": "5e4b0d5275aaa53e5ffd2514c28ade466e535f8d",
"size": "... |
#include "config.h"
#if USE(3D_GRAPHICS) || defined(QT_OPENGL_SHIMS)
#define DISABLE_SHIMS
#include "OpenGLShims.h"
#if !PLATFORM(QT) && !PLATFORM(WIN)
#include <dlfcn.h>
#endif
#if PLATFORM(NIX) && USE(EGL)
#include <EGL/egl.h>
#endif
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>
namespace WebCo... | {
"content_hash": "841dd7607a1e4a2144abec640726f1fb",
"timestamp": "",
"source": "github",
"line_count": 242,
"max_line_length": 132,
"avg_line_length": 41.425619834710744,
"alnum_prop": 0.7605985037406484,
"repo_name": "klim-iv/phantomjs-qt5",
"id": "6a03bfe60000457bf7bcdff107ee13dc2d188b20",
"size... |
Version 0.13
------------
- `skimage.filter` has been removed. Use `skimage.filters` instead.
- `skimage.filters.canny` has been removed.
`canny` is available only from `skimage.feature` now.
- Deprecated filters `hsobel`, `vsobel`, `hscharr`, `vscharr`, `hprewitt`,
`vprewitt`, `roberts_positive_diagonal`, `roberts... | {
"content_hash": "22ea02c065d249200ab1c5941a6eaba5",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 87,
"avg_line_length": 44.411764705882355,
"alnum_prop": 0.723841059602649,
"repo_name": "vighneshbirodkar/scikit-image",
"id": "2b8c7a49f0fc13c83f7c1c1c6a1a5969fdf90603",
... |
@interface ViewController ()<UITextViewDelegate,UITextFieldDelegate>
@property (weak, nonatomic) IBOutlet UITextField *tFeild;
@property (weak, nonatomic) IBOutlet UITextView *tView;
@end
@implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];
self.tFeild.delegate = self;
self.tV... | {
"content_hash": "ac4a73ac353223d26ad630e93e2bf6a9",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 125,
"avg_line_length": 29.0625,
"alnum_prop": 0.6587813620071684,
"repo_name": "BruceFight/JHB_LimitInputTrain",
"id": "acb6ee0ce733d1e350362a811ef7184b047b6961",
"size": ... |
import { deleteCrawler } from "../../../actions/delete-crawler.js";
import { log } from "../log.js";
/** snippet-start:[javascript.v3.glue.scenarios.basic.CleanUpCrawler] */
const cleanUpCrawlerStep = async (context) => {
log(`Deleting crawler.`);
try {
await deleteCrawler(process.env.CRAWLER_NAME);
log... | {
"content_hash": "6ce0678a7ec75ff81b72374718868ed4",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 72,
"avg_line_length": 25.8,
"alnum_prop": 0.6372093023255814,
"repo_name": "awsdocs/aws-doc-sdk-examples",
"id": "c7675d03f502b05fbe4e0e50166cea50d1e5bb8f",
"size": "760",... |
using namespace BloombergLP;
int main()
{
bslstl::StringRef defref;
bsl::cout << defref << "\n";
bsl::string str = "This is a string";
bslstl::StringRef strref(str.begin(), str.end());
bsl::cout << strref << "\n";
bsl::cout << "Done\n";
}
| {
"content_hash": "38ce014de6961190b109427440ebbd03",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 53,
"avg_line_length": 20.46153846153846,
"alnum_prop": 0.575187969924812,
"repo_name": "bloomberg/bde-tools",
"id": "09400551d50e9a5aea6369575a46a993c12cbeb6",
"size": "34... |
Android-Google-Cloud-Messaging
==============================
A sample application that demonstrates how to create a client app for Google Cloud Messaging using Android SDK. This example is based on Android SDK guides, but i'm adding some refactors and making more easy to understand.
| {
"content_hash": "340ad93b1b800e1bc78154b63e91e39d",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 222,
"avg_line_length": 71.5,
"alnum_prop": 0.7307692307692307,
"repo_name": "nRike/Android-Google-Cloud-Messaging",
"id": "6b26d1577a3ea9084cf38997210ffe15f1cc343c",
"size"... |
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title></title>
<!--<link rel="stylesheet" href="https://appsforoffice.microsoft.com/fabric/1.0.1/fabric.min.css">
<link rel="stylesheet" href="https://appsforoffice.mic... | {
"content_hash": "1d2b9abd6a4bfabf3cf80f6d51b88517",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 460,
"avg_line_length": 65.34615384615384,
"alnum_prop": 0.6215420835785757,
"repo_name": "OfficeDev/Office-IT-Pro-Deployment-Scripts",
"id": "257021a83e4650d9436bb01498cbc29... |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Refactored date examples</title>
<link rel="stylesheet" href="//code.jquery.com/qunit/qunit-1.18.0.css">
<script src="//code.jquery.com/qunit/qunit-1.18.0.js"></script>
<script src="js/jquery.js"></script>
<script src="js/indiana.js"></script>
... | {
"content_hash": "cd2d19f07c949e9976cf7d99a831b4cc",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 100,
"avg_line_length": 24.2,
"alnum_prop": 0.6400367309458218,
"repo_name": "frostyandy2k/iot-compass",
"id": "dfd0ea8df255cde3ae57ff2988a60c308e0bd30c",
"size": "1089",
... |
title: Prendre des notes avec Vim (et android)
permalink: notes_vim_et_android
layout: post
date: 2017-06-12
tags: [linux, vim]
---
Cela faisait longtemps que je cherchais un moyen simple et efficace pour
rédiger des notes, des memos et autres TODO lists synchronisées à la fois sur
téléphone et editables avec mon edi... | {
"content_hash": "c1eba9b7a7a61953451bb1fa267346aa",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 79,
"avg_line_length": 37.719298245614034,
"alnum_prop": 0.7869767441860465,
"repo_name": "nicolaspoulain/nicolaspoulain.github.io",
"id": "c68c98db65b551315da1a942b5876ef331... |
namespace Microsoft.Azure.Management.RecoveryServices.Backup.Models
{
using Microsoft.Azure;
using Microsoft.Azure.Management;
using Microsoft.Azure.Management.RecoveryServices;
using Microsoft.Azure.Management.RecoveryServices.Backup;
using Newtonsoft.Json;
using System.Collections;
using S... | {
"content_hash": "1f5e6ce2066cccbcfbd737d2d5bc7ece",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 347,
"avg_line_length": 40.67213114754098,
"alnum_prop": 0.6436920596533656,
"repo_name": "AzureAutomationTeam/azure-sdk-for-net",
"id": "2f9f03a6d7dbf4a184233d1e363a7667bb66... |
package org.assertj.core.api.longarray;
import static junit.framework.Assert.assertSame;
import static org.mockito.MockitoAnnotations.initMocks;
import java.util.Comparator;
import org.assertj.core.api.LongArrayAssert;
import org.assertj.core.api.LongArrayAssertBaseTest;
import org.assertj.core.internal.LongArrays... | {
"content_hash": "8d25be0026a544d7bb7ea2e93e515682",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 111,
"avg_line_length": 26.47826086956522,
"alnum_prop": 0.7668308702791461,
"repo_name": "yurloc/assertj-core",
"id": "5a0ac3a7584c1f8f628cabbb780f8fe6bc44392f",
"size": "... |
#ifndef HERON_API_TOPOLOGY_OUTPUT_FIELDS_DECLARER_H_
#define HERON_API_TOPOLOGY_OUTPUT_FIELDS_DECLARER_H_
#include <string>
#include "tuple/fields.h"
namespace heron {
namespace api {
namespace topology {
class OutputFieldsDeclarer {
public:
/**
* Uses default stream id.
*/
virtual void declare(const t... | {
"content_hash": "fe8c7b470f769cc4ff1bf655e39a5aba",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 91,
"avg_line_length": 20.285714285714285,
"alnum_prop": 0.7147887323943662,
"repo_name": "lucperkins/heron",
"id": "16a38a5180b22190beb66f334343f3d5fd402da7",
"size": "116... |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingL... | {
"content_hash": "d2163eca3bd8dc67b31a3a5d88ff95ba",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 74,
"avg_line_length": 36.25433526011561,
"alnum_prop": 0.6151147959183674,
"repo_name": "OneNoteDev/OneNoteAPISampleAndroid",
"id": "6472c1e4c0dd0469c1f46db337cd473935a263f... |
package org.apache.hadoop.hive.ql.exec.vector.expressions;
import org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor;
import org.apache.hadoop.hive.ql.exec.vector.VectorExpressionDescriptor.Descriptor;
/**
* Vectorized implementation of trunc(number) function for float/double input
*/
public class T... | {
"content_hash": "17b3933e5fc7b7da164a4c3ac9d0d77c",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 88,
"avg_line_length": 31.4,
"alnum_prop": 0.7749469214437368,
"repo_name": "sankarh/hive",
"id": "abe1a096d1e1e1e85d8cba5a16bea3e78088dca6",
"size": "1747",
"binary": fa... |
package io.vertx.blueprint.microservice.cart;
import io.vertx.blueprint.microservice.product.ProductTuple;
import io.vertx.codegen.annotations.DataObject;
import io.vertx.codegen.annotations.GenIgnore;
import io.vertx.core.json.JsonObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
i... | {
"content_hash": "19e4887cf142f8ad194dee7468c24327",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 82,
"avg_line_length": 25.56,
"alnum_prop": 0.711528429838289,
"repo_name": "sczyh30/vertx-blueprint-microservice",
"id": "4d788a3cf6c868151013159f0e1c2264be3e1e07",
"size"... |
package org.camunda.bpm.engine.test;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.camunda.bpm.engine.AuthorizationService;
import org.camunda.bpm.engine.CaseService;
import org.camunda.bpm.engine.DecisionService;
import org.camunda.bpm.eng... | {
"content_hash": "eacb516adbedac119d056c6a4e12ec37",
"timestamp": "",
"source": "github",
"line_count": 391,
"max_line_length": 130,
"avg_line_length": 32.9462915601023,
"alnum_prop": 0.7710759198882161,
"repo_name": "ingorichtsmeier/camunda-bpm-platform",
"id": "d828a66ffe4e27b94271e8957c5106006840b... |
package com.google.android.media.tv.companionlibrary.sync;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.google.android.media.tv.companionlibrary.model.Channel;
/**
* Receives broadcasts from a {@link EpgSyncJobService}.
... | {
"content_hash": "9bfba33375ba7b09c810c07e1dd0c46c",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 99,
"avg_line_length": 42.530973451327434,
"alnum_prop": 0.6200582605076987,
"repo_name": "stari4ek/androidtv-sample-inputs",
"id": "0f23db11aa12bff7ff349b8bcfa65ed410b5c895... |
//A dictionary is stored as a sequence of text lines containing words and their explanations.
//Write a program that enters a word and translates it by using the dictionary.
//Sample dictionary:
//input output
//.NET platform for applications from Microsoft
//CLR managed execution environment for .NET
//namespace hie... | {
"content_hash": "d2d98b624e20bc24e05e146adb583725",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 94,
"avg_line_length": 30.513513513513512,
"alnum_prop": 0.5783879539415412,
"repo_name": "EmilPopov/C-Sharp",
"id": "a8838d1a2236d31458792560a5285a351d82e16e",
"size": "11... |
package git
import (
"bytes"
"crypto/rand"
"crypto/rsa"
"errors"
"fmt"
"io"
"net"
"os"
"os/exec"
"strings"
"sync"
"testing"
"time"
"github.com/google/shlex"
"golang.org/x/crypto/ssh"
)
func TestListRemotes(t *testing.T) {
t.Parallel()
repo := createTestRepo(t)
defer cleanupTestRepo(t, repo)
remot... | {
"content_hash": "58a2063e39d65aef0e06a9988338b534",
"timestamp": "",
"source": "github",
"line_count": 521,
"max_line_length": 103,
"avg_line_length": 25.3320537428023,
"alnum_prop": 0.6782845885740264,
"repo_name": "libgit2/git2go",
"id": "05395b3a774175f324b31a6a1596c3f067fd446e",
"size": "13198... |
namespace ex = std::experimental::pmr;
int main(int, char**)
{
typedef ex::resource_adaptor<std::allocator<void>> R;
typedef ex::resource_adaptor<std::allocator<long>> R2;
static_assert(std::is_same<R, R2>::value, "");
{
static_assert(std::is_base_of<ex::memory_resource, R>::value, "");
... | {
"content_hash": "d5455faa928ccde8ff00bcb29f41861f",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 88,
"avg_line_length": 36,
"alnum_prop": 0.6084656084656085,
"repo_name": "llvm-mirror/libcxx",
"id": "1691025848c6c3e7b2e9e3ed07ef8c1cf316c80e",
"size": "1373",
"binary"... |
namespace chrono {
namespace vehicle {
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// Utility function to calculate the center of a circle of given radius which
// passes through two given points.
sta... | {
"content_hash": "dbcb99f18ea15c1a6d1cd1ff54adb578",
"timestamp": "",
"source": "github",
"line_count": 758,
"max_line_length": 120,
"avg_line_length": 57.16490765171504,
"alnum_prop": 0.6216334725716,
"repo_name": "armanpazouki/chrono",
"id": "f2b38499eb2fdb9f913c24518c9437e0daa24adb",
"size": "44... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Device_Vestel</title>
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favi... | {
"content_hash": "f05f5b2430d900b66476dff18b33ec3c",
"timestamp": "",
"source": "github",
"line_count": 363,
"max_line_length": 218,
"avg_line_length": 45.17906336088154,
"alnum_prop": 0.30628048780487804,
"repo_name": "dogantv/smarttv",
"id": "e84c70934da0a565b6c576b88bb0ebbae8359393",
"size": "16... |
package org.switchyard.serial.graph.node;
import javax.xml.namespace.QName;
import org.switchyard.serial.graph.Graph;
/**
* A node representing a QName.
*
* @author David Ward <<a href="mailto:dward@jboss.org">dward@jboss.org</a>> © 2012 Red Hat Inc.
*/
@SuppressWarnings("serial")
public final class ... | {
"content_hash": "fd24c9d70778450f0d5a28cebb955af6",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 107,
"avg_line_length": 20.695652173913043,
"alnum_prop": 0.5898109243697479,
"repo_name": "tadayosi/switchyard",
"id": "a26e7dee5adc4b51ada8e25d8afa5449f18bf72f",
"size": ... |
package java.security.interfaces;
import java.security.InvalidParameterException;
import java.security.SecureRandom;
/**
* This interface contains methods for intializing a Digital Signature
* Algorithm key generation engine. The initialize methods may be called
* any number of times. If no explicity initializ... | {
"content_hash": "15d4d76cd8aa3753eef93c780e0ceb07",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 100,
"avg_line_length": 36.74,
"alnum_prop": 0.7408818726183996,
"repo_name": "the-linix-project/linix-kernel-source",
"id": "e657c54b4e6f973706eced7bdd7736274fca0d31",
"si... |
/*****************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___... | {
"content_hash": "27b93fc4bc9a5cab4377c09244ba9081",
"timestamp": "",
"source": "github",
"line_count": 163,
"max_line_length": 80,
"avg_line_length": 24.803680981595093,
"alnum_prop": 0.6002968093000247,
"repo_name": "racker/omnibus",
"id": "1f16664cb8d73e2c5ebe1613d0d77ec15cf9e457",
"size": "4043... |
import { ResetHybridCloud } from "../../";
export = ResetHybridCloud;
| {
"content_hash": "e80d0854809969c7115388ca7e40919b",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 42,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.676056338028169,
"repo_name": "markogresak/DefinitelyTyped",
"id": "a342e95a7999b6349b432dbd62a8dca3dcfda1d5",
"si... |
"use strict";
var assert = require("assert");
var blessed = require("blessed");
var contrib = require("blessed-contrib");
exports.tryCatch = function (done, func) {
try {
func();
done();
} catch (err) {
done(err);
}
};
exports.getTestContainer = function (sandbox) {
assert(sandbox, "getTestContai... | {
"content_hash": "1d0d0446b8e5997a98e0cf2f585fb318",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 67,
"avg_line_length": 26.725490196078432,
"alnum_prop": 0.6801173881144534,
"repo_name": "alexkuz/nodejs-dashboard",
"id": "f225e817b081958cc636c36851151954770d8950",
"siz... |
using System;
using System.Collections.Generic;
using Gallio.Common.Collections;
using Gallio.Framework.Pattern;
using Gallio.Common.Reflection;
namespace MbUnit.Framework
{
/// <summary>
/// Specifies a method that is to be invoked after a fixture instance has been
/// created to complete its initializati... | {
"content_hash": "de181402449f98ed4698c9ad94b345b1",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 120,
"avg_line_length": 42.410714285714285,
"alnum_prop": 0.6774736842105263,
"repo_name": "citizenmatt/gallio",
"id": "bcf27ac0c983ee681bcdd64f59d51f873f90e74b",
"size": "... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "58720a8b53ae02cc0dc4faede9bbc5a9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "d7dd4374e519a0b526da3250d8b26c214375257d",
"size": "18... |
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.yakka.example">
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manif... | {
"content_hash": "b019fe9bd5a47162515fd5021e545397",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 69,
"avg_line_length": 46.42857142857143,
"alnum_prop": 0.7138461538461538,
"repo_name": "lukef/qr.flutter",
"id": "654eca89dbaafe39235591dabd8c22639f022037",
"size": "325",... |
package com.intellij.ide.hierarchy.type;
import com.intellij.ide.hierarchy.*;
import com.intellij.ide.util.treeView.NodeDescriptor;
import com.intellij.openapi.actionSystem.DefaultActionGroup;
import com.intellij.openapi.actionSystem.IdeActions;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openap... | {
"content_hash": "2700c7ba168dcefeceb553088f28cc8f",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 138,
"avg_line_length": 35.016666666666666,
"alnum_prop": 0.7724892908138982,
"repo_name": "goodwinnk/intellij-community",
"id": "c2028b57eb1c47bc35f3c51da976ef3f41496c48",
... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="login_toolbar_height">60dp</dimen>
<dimen name="login_prompt_margin_bottom">12dp</dimen>
</resources>
| {
"content_hash": "fcce406fa845e6b9357869133bd4b2eb",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 55,
"avg_line_length": 24.571428571428573,
"alnum_prop": 0.6918604651162791,
"repo_name": "tomaszrykala/yahnac",
"id": "406c8434f52f95de5fb1d5342238133df4270a76",
"size": "1... |
import '../amp-story-subscriptions';
import * as Preact from '#core/dom/jsx';
import {Services} from '#service';
import {afterRenderPromise} from '#testing/helpers';
import {
Action,
AmpStoryStoreService,
} from '../../../amp-story/1.0/amp-story-store-service';
import {AmpStorySubscriptions} from '../amp-story-s... | {
"content_hash": "cf58199e148551719b0a9eb24284b302",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 80,
"avg_line_length": 27.342105263157894,
"alnum_prop": 0.6400384985563041,
"repo_name": "alanorozco/amphtml",
"id": "ca1cb386232588a21f616dc8d4aa8026fe51e669",
"size": "2... |
using System.Collections;
using UnityEngine;
using System;
using System.Collections.Generic;
namespace tk
{
public class TcpPrivateAPIHandler : MonoBehaviour
{
private tk.JsonTcpClient client;
public PathManager pathManager;
private bool isVerified;
void Awake()
{
... | {
"content_hash": "6c3e043d5d512a1f685e8d501b02f355",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 180,
"avg_line_length": 37.268115942028984,
"alnum_prop": 0.5897336185105969,
"repo_name": "tawnkramer/sdsandbox",
"id": "173e53f2196363ca6f80f35499d2888c8e0bfe29",
"size"... |
/*************************************************************************************************/
/*!
* \file wsf_sec.h
*
* \brief AES and random number security service API.
*
* $Date: 2015-10-15 14:57:57 -0400 (Thu, 15 Oct 2015) $
* $Revision: 4218 $
*
* Copyright (c) 2009-2016, ARM L... | {
"content_hash": "91117f9ccfe3c8cf5fe851935ecb6f54",
"timestamp": "",
"source": "github",
"line_count": 246,
"max_line_length": 111,
"avg_line_length": 35.922764227642276,
"alnum_prop": 0.4389498698653389,
"repo_name": "tung7970/mbed-os-1",
"id": "eda1b9234c151d5c6231319683b5958cbbb5b193",
"size": ... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Http;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;
namespace WebAPIUpload
{
public class WebApiApplication : System.Web.HttpApplication
{
protected void Application_S... | {
"content_hash": "013d8c0e7050cf32fd139881763124cb",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 70,
"avg_line_length": 28.82608695652174,
"alnum_prop": 0.7119155354449472,
"repo_name": "stefer/WebAPIUpload",
"id": "59aed4c695e85de3687ca8f319b08877859836d3",
"size": "6... |
#include <assert.h>
#include <stdint.h>
#ifdef _MSC_VER
#define INLINE
#else
#define INLINE inline
#endif
typedef union _pkvBranch_t_* pkvBranch_t;
/**
* Prefix key tree leaf.
*/
typedef struct pkvLeaf_t {
pkvPair_t* data; // array of key-value pairs (32-bit)
size_t dlen; // size of key-value pai... | {
"content_hash": "bd5dbf6091a5370344700f23c54bff00",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 76,
"avg_line_length": 24.541284403669724,
"alnum_prop": 0.6250467289719626,
"repo_name": "masscry/alpha0",
"id": "300c79aa82beafe639e7170166f89e97e171c2a9",
"size": "2675... |
/*global window document navigator setTimeout clearTimeout alert XMLHttpRequest */
/**
* @namespace The global container for Eclipse APIs.
*/
var eclipse = eclipse || {};
window.editorDivStyleApplied = 0;
window.scrollDivStyleApplied = 0;
/**
* Constructs a new key binding with the given key code and ... | {
"content_hash": "7d52a07814ffe3d243e42e57198f749e",
"timestamp": "",
"source": "github",
"line_count": 4267,
"max_line_length": 158,
"avg_line_length": 36.29528943051324,
"alnum_prop": 0.6101942249083114,
"repo_name": "firebug/firebug-lite",
"id": "c314b27d05b1018da1b003079df9de2c608fc5d6",
"size"... |
using SMSServices.Models;
using System;
using System.Collections.Generic;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Data.Entity.Validation;
using System.Data.SqlClient;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Text;
using System.Web.Http;
using WebA... | {
"content_hash": "0eca96ff7771c4ff9603e18ed010f747",
"timestamp": "",
"source": "github",
"line_count": 275,
"max_line_length": 121,
"avg_line_length": 36.803636363636365,
"alnum_prop": 0.5028159272799131,
"repo_name": "zraees/sms-project",
"id": "5f57a639814b0593bfb2eb7e446d51134289f77a",
"size": ... |
package com.base;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.web.WebAppConfiguration;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
@RunWith(SpringJUnit4ClassRunner.class... | {
"content_hash": "c660747cab7a66f0c05fe9605fe81944",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 78,
"avg_line_length": 25.9,
"alnum_prop": 0.8455598455598455,
"repo_name": "h819/spring-boot",
"id": "edac46e950e2de1d29aea3a626d71e1500a4f990",
"size": "518",
"binary":... |
'use strict';
var global = require('../internals/global');
var isArray = require('../internals/is-array');
var lengthOfArrayLike = require('../internals/length-of-array-like');
var bind = require('../internals/function-bind-context');
var TypeError = global.TypeError;
// `FlattenIntoArray` abstract operation
// https... | {
"content_hash": "cdfcfdc6da4475be3c7c88939ab18069",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 106,
"avg_line_length": 34.77777777777778,
"alnum_prop": 0.6908945686900958,
"repo_name": "thomasoboyle/Exercism",
"id": "dd61434b1b5b07b837496823e1c5d003e67570a2",
"size":... |
'use strict';
/**
* @class
* Initializes a new instance of the SummaryProperties class.
* @constructor
* Base for all summaries.
*
* @member {date} startTime Summary interval start time.
*
* @member {date} endTime Summary interval end time.
*
*/
class SummaryProperties {
constructor() {
}
/**
* D... | {
"content_hash": "566984073fa10ec2652a3c35b87a6d77",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 61,
"avg_line_length": 19.12962962962963,
"alnum_prop": 0.5285575992255567,
"repo_name": "AuxMon/azure-sdk-for-node",
"id": "4bf4335bcefac7de8d74edc6356386ea2c165fb0",
"siz... |
class Room
attr_accessor :name, :description, :paths
def initialize(name, description)
@name = name
@description = description
@paths = {}
end
def go(direction)
@paths[direction]
end
def add_paths(paths)
@paths.update(paths)
end
end
central_corridor = Room.new("Central Corridor",... | {
"content_hash": "79bdf1f5afb031f0b6f0d47bc5dbb008",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 82,
"avg_line_length": 35.72941176470588,
"alnum_prop": 0.724399078037537,
"repo_name": "j0rgy/gothonweb",
"id": "0a5521729c53f049e097cae019927020d7ab463a",
"size": "6074"... |
<?php
class Phoenix_Moneybookers_Model_Wlt extends Phoenix_Moneybookers_Model_Abstract
{
/**
* unique internal payment method identifier
*/
protected $_code = 'moneybookers_wlt';
protected $_paymentMethod = 'WLT';
protected $_hidelogin = '0';
}
| {
"content_hash": "19afa0b93f8c33c9e955ee17f6a0c281",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 80,
"avg_line_length": 25,
"alnum_prop": 0.6654545454545454,
"repo_name": "melvyn-sopacua/magedepot",
"id": "0e92adeb7b83fbf465192c9e3c7635409d19be86",
"size": "1014",
"b... |
export PATH="/Users/Shared/Jenkins/.nvm/v0.8.18/bin:$PATH"
export JAVA_HOME="`/usr/libexec/java_home`"
source /Users/Shared/Jenkins/.nvm/nvm.sh
nvm use 0.8.18
rm -rf node_modules
npm install
grunt package | {
"content_hash": "792892572650ef6c205fc0b37b95ab36",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 58,
"avg_line_length": 29.142857142857142,
"alnum_prop": 0.7549019607843137,
"repo_name": "apache/devicemap-browsermap",
"id": "499ca3bccd846c71b6899d325bb5ce38e918a094",
"s... |
package org.devgateway.toolkit.persistence.mongo.dao;
public final class DBConstants {
private DBConstants() {
}
public static final int MAX_DEFAULT_TEXT_LENGTH = 32000;
public static final int STD_DEFAULT_TEXT_LENGTH = 255;
public static final int MAX_DEFAULT_TEXT_LENGTH_ONE_LINE = 3000;
pu... | {
"content_hash": "77607d8f70480664f32a89eeea98aba7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 68,
"avg_line_length": 28.846153846153847,
"alnum_prop": 0.728,
"repo_name": "devgateway/dg-toolkit",
"id": "48cd8645ebdea6941d779abfcc321986585b52eb",
"size": "905",
"bi... |
package com.exsoloscript.challonge.gson;
import com.exsoloscript.challonge.model.Participant;
import com.google.common.collect.Lists;
import com.google.gson.*;
import java.lang.reflect.Type;
import java.util.List;
public class ParticipantListAdapter implements GsonAdapter, JsonDeserializer<List<Participant>> {
... | {
"content_hash": "624b834545ee086273535d1c1019bb47",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 159,
"avg_line_length": 29.83783783783784,
"alnum_prop": 0.6865942028985508,
"repo_name": "EXSolo/challonge-java",
"id": "7b88bab1e45a62900f88ee4e64ffb990d04f223b",
"size":... |
package org.onosproject.cfm.web;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.node.ObjectNode;
import org.onlab.packet.Ip4Address;
import org.onlab.packet.Ip6Address;
import org.onlab.packet.IpAddress;
import org.onosproject.codec.CodecContext;
import org.onosproject.codec.Jso... | {
"content_hash": "8ab39e0828fdc94b65e6f13eb3176c6d",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 102,
"avg_line_length": 36.65432098765432,
"alnum_prop": 0.6503873358033008,
"repo_name": "kuujo/onos",
"id": "1c0e725a0b5839a19954e6c2174ee9b63b37f1fc",
"size": "3586",
... |
// This file is a part of the IncludeOS unikernel - www.includeos.org
//
// Copyright 2015-2017 Oslo and Akershus University College of Applied Sciences
// and Alfred Bratterud
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// Yo... | {
"content_hash": "f09330b10ab8b31fc3fa2d54d26a2d44",
"timestamp": "",
"source": "github",
"line_count": 1214,
"max_line_length": 113,
"avg_line_length": 26.387149917627678,
"alnum_prop": 0.6190297808578386,
"repo_name": "AndreasAakesson/IncludeOS",
"id": "0fa2cd80ff1389f0932e0f70b1ece42b28c9ba74",
... |
package com.alibaba.json.bvt.serializer;
import org.junit.Assert;
import junit.framework.TestCase;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.annotation.JSONField;
public class JSONFieldTest4 extends TestCase {
public void test_jsonField() throws Exception {
VO vo = new VO();
vo.setId(123);
... | {
"content_hash": "3fe9b73b85908c9f1df7329f00c86400",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 49,
"avg_line_length": 17.087719298245613,
"alnum_prop": 0.6232032854209446,
"repo_name": "alibaba/fastjson",
"id": "896bcafa30ce761c8bcd3447cef0391e834a11c1",
"size": "974... |
<?xml version="1.0"?>
<!--
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="checkout.cart.shipping">
<arguments>
<argument name="jsLayout" xs... | {
"content_hash": "388d4970ff60d6e63238e2cbd90f506e",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 153,
"avg_line_length": 46.81481481481482,
"alnum_prop": 0.4438291139240506,
"repo_name": "enettolima/magento-training",
"id": "49d31ff3efb3b2d68ca3d9fa33645667ec0097e8",
"... |
package org.bouncycastle.asn1.sec;
import java.math.BigInteger;
import java.util.Enumeration;
import org.bouncycastle.asn1.ASN1Encodable;
import org.bouncycastle.asn1.ASN1EncodableVector;
import org.bouncycastle.asn1.ASN1Integer;
import org.bouncycastle.asn1.ASN1Object;
import org.bouncycastle.asn1.ASN1OctetString;
i... | {
"content_hash": "4436383bd071a0ac9fb28e9481f85f1a",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 67,
"avg_line_length": 24.055944055944057,
"alnum_prop": 0.6156976744186047,
"repo_name": "alphallc/connectbot",
"id": "df2238a3beef95726f2662e8e5eb451d7d5be17e",
"size": ... |
package com.zhokhov.graphql.datetime;
import graphql.PublicApi;
import graphql.schema.GraphQLScalarType;
@PublicApi
public final class OffsetDateTimeScalar {
private OffsetDateTimeScalar() {
}
public static GraphQLScalarType create(String name) {
return GraphQLScalarType.newScalar()
... | {
"content_hash": "0884f6a691f8a23dd779b495eafbf61c",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 62,
"avg_line_length": 24.904761904761905,
"alnum_prop": 0.6577437858508605,
"repo_name": "donbeave/graphql-java-datetime",
"id": "0188ebf7fdb3b40ca038710a63f55c6da711e8f2",
... |
RESTful Webservices with TYPO3 Flow
===================================
Martin Helmich <typo3@martin-helmich.de>
Synopsis
--------
This repository contains an example application that demonstrates on how
to implement RESTful Webservices with TYPO3 Flow. It contains three packages:
- `Helmich.Products` contains enti... | {
"content_hash": "352a7a4c2307d8ad466397da5e222eab",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 144,
"avg_line_length": 46.38709677419355,
"alnum_prop": 0.7788595271210014,
"repo_name": "martin-helmich/flow-restapi-example",
"id": "d0025b177f450b973758f319da848d3c3294da... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.1) on Tue Jun 09 12:08:35 EDT 2020 -->
<title>Constant Field Values (Database 1.5.38 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-06-09">
<meta name="descrip... | {
"content_hash": "facf8414009682574c9c7201895ed266",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 238,
"avg_line_length": 42.294871794871796,
"alnum_prop": 0.6885419824189148,
"repo_name": "brettonw/Bedrock",
"id": "c098eafe18ab49f9e05e057f619c59d4a09b78f5",
"size": "6... |
// Copyright (c) 2012 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.
#ifndef REMOTING_HOST_CHROMOTING_MESSAGES_H_
#define REMOTING_HOST_CHROMOTING_MESSAGES_H_
#include <stdint.h>
#include "base/memory/shared_memory_ha... | {
"content_hash": "2d3f4f5f43605baefde10894a39cec1b",
"timestamp": "",
"source": "github",
"line_count": 278,
"max_line_length": 80,
"avg_line_length": 46.305755395683455,
"alnum_prop": 0.6823584246096481,
"repo_name": "ssaroha/node-webrtc",
"id": "db17927c5ab3d37be6640901ccc593ee5580f2c1",
"size": ... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="aspect">notlong</string>
</resources>
| {
"content_hash": "1cc9ab4dee53c0059aa34d108bea382f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 42,
"avg_line_length": 26.75,
"alnum_prop": 0.6635514018691588,
"repo_name": "inloop/ScreenInfo",
"id": "4db74ffd5d7949f8523bd7a3d9bbb210aaa71c04",
"size": "107",
"binary"... |
'use strict';
angular.module('escritorio').controller('EscritorioController', ['$scope','Authentication','$location',
function($scope,Authentication,$location) {
if(Authentication.user === ''){
$location.path('/');
}else{
$scope.$emit('FullInitSession', {});
}
}
])
.controller('DatepickerDemoCtrl',... | {
"content_hash": "c05310517ddfc17816665e2a85236c09",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 103,
"avg_line_length": 22.95744680851064,
"alnum_prop": 0.5940685820203893,
"repo_name": "cethap/ScrumTools.io",
"id": "c1eefe741f149d4088db806c03d2dbf9bba1a07d",
"size": ... |
package server
import (
"errors"
"fmt"
"io"
"net"
"sync"
"time"
"github.com/getcfs/megacfs/ftls"
"github.com/getcfs/megacfs/oort/proto"
"github.com/getcfs/megacfs/oort/valueproto"
"github.com/gholt/ring"
"github.com/gholt/store"
"github.com/grpc-ecosystem/go-grpc-prometheus"
"github.com/prometheus/client... | {
"content_hash": "da63af2852f2d15c339e11a61f343178",
"timestamp": "",
"source": "github",
"line_count": 766,
"max_line_length": 217,
"avg_line_length": 36.88120104438642,
"alnum_prop": 0.7272308944816113,
"repo_name": "getcfs/megacfs",
"id": "0e5adabfd41ccd99c6b6b84f77670d3151100564",
"size": "2825... |
import { HandlerConfig } from './HandlerConfig';
/**
* Configuration settings for a Handler object.
*/
export interface ProxyHandlerConfig extends HandlerConfig {
/**
* Remote root path where the request will be redirected. Defaults to '/'. e.g.
*/
baseUrl?: string;
/**
* Name of the Pat... | {
"content_hash": "707d43ee6438501a0336fe87a9636be2",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 119,
"avg_line_length": 29.877551020408163,
"alnum_prop": 0.6584699453551912,
"repo_name": "syrp-nz/ts-lambda-handler",
"id": "8ad0633d1512502853de95e6b1797e72a2a6bcd7",
"s... |
function vals=rgbimg2vals(img,normFlag)
%Function vals=rgbimg2vals(img,normFlag) inputs an RGB image and
%outputs an Nx3 vector of vals
%
%Inputs: img - The image to be vectorized
% normFlag - Optional argument specifying a normalized output
%
%Outputs: vals - An Nx3 vector of RGB vals when N=X*Y, [X Y ... | {
"content_hash": "cff5d6249d617e6988f3f82e8ffa5175",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 77,
"avg_line_length": 32.67307692307692,
"alnum_prop": 0.7004120070629782,
"repo_name": "pranavtbhat/CS275",
"id": "bdc0fed15cc9a36c2871590120ac000906756088",
"size": "169... |
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
@interface XMLImageManager : NSObject
/** There are 3 way to get reaource image
1. @image/[file_name] : return image named file_name
2. @resizable/t l b r/[file_name] : return resizable image named file_name with parms (insets area is optional)
... | {
"content_hash": "689765c81467d890ba37a5e1475de1f2",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 112,
"avg_line_length": 32.294117647058826,
"alnum_prop": 0.6830601092896175,
"repo_name": "naru-jpn/XMLLayouts",
"id": "eb39dce71beb754b729c95d36f2e37a3ce65a607",
"size": ... |
require File.expand_path(File.dirname(__FILE__) + '/selenium/client')
# Backward compatibility
SeleniumHelper = Selenium::Client::SeleniumHelper
SeleniumCommandError = Selenium::CommandError
Selenium::SeleniumDriver = Selenium::Client::Driver | {
"content_hash": "41625f8e1031a0fec138d6678d44a0ce",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 69,
"avg_line_length": 34.857142857142854,
"alnum_prop": 0.7991803278688525,
"repo_name": "Jeff-Tian/mybnb",
"id": "e12735dbe79ff331250f58cd728b0ccad71854d9",
"size": "439",... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable disable
using System.Collections.Generic;
using System.Threading;
using Microsoft.CodeAnalysis.CSharp.Ex... | {
"content_hash": "2726919cef9cacc1ae6aadc5e308a971",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 147,
"avg_line_length": 46.018181818181816,
"alnum_prop": 0.7020940339786645,
"repo_name": "stephentoub/roslyn",
"id": "bd18a594aecd150bd70fa8130698f822479c1b23",
"size": "... |
import { ActionTypes } from 'mongorito'
const defaultGetTimestamp = () => new Date()
const createdAt = 'created'
const updatedAt = 'updated'
export default () => {
return ({ model }) => (next) => (action) => {
if (action.type === ActionTypes.SAVE) {
const timestamp = defaultGetTimestamp()
const { fi... | {
"content_hash": "e14cec957f1ae99234fa3a9c3d2448d9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 83,
"avg_line_length": 26.25,
"alnum_prop": 0.5988095238095238,
"repo_name": "nguyen504e/eblog",
"id": "5ed5b151291005a119440695a8a430901aa90a1a",
"size": "840",
"binary"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Wed Mar 06 22:32:47 PST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.a... | {
"content_hash": "35dfc022b2188ced08eb3d462e07209b",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 283,
"avg_line_length": 37.73410404624278,
"alnum_prop": 0.6205575980392157,
"repo_name": "gibrantd/solr-4.2.0",
"id": "53ba8f8d1c744e55d3afe595ecd541736e2707f2",
"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_03) on Mon Nov 19 21:41:20 CET 2007 -->
<TITLE>
Uses of Class org.springframework.jms.JmsSecurityException (Spring Framework API 2.5)
</TITLE>
<META... | {
"content_hash": "775ce3c20e919f1e967de1c896d536b6",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 221,
"avg_line_length": 43.31944444444444,
"alnum_prop": 0.630650849631292,
"repo_name": "mattxia/spring-2.5-analysis",
"id": "cc64d51500cdf343674d5767ac25ebea004c51d0",
"... |
<!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_162) on Sat Apr 25 17:14:54 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml... | {
"content_hash": "af43cd474be26e1b16c185895760e677",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 393,
"avg_line_length": 43.726190476190474,
"alnum_prop": 0.650966512387694,
"repo_name": "FasterXML/jackson-databind",
"id": "348a36f840cef5ad92a8420f0d6ad87d7bdd1a93",
"... |
(function () {
"use strict";
// MP3 Framesize and length for Layer II and Layer III
var SAMPLE_SIZE = 1152;
var SAMPLE_DURATION_MS = 70;
// namespace aliases
var Storage = Windows.Storage;
var Streams = Windows.Storage.Streams;
var XORMediaSource = WinJS.Class.define(function (url, k... | {
"content_hash": "1123524b06296491f60f1293c3ba99f6",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 109,
"avg_line_length": 36.58741258741259,
"alnum_prop": 0.5005733944954128,
"repo_name": "MavenRain/AudioPlayerWithCustomStream",
"id": "b340d2ec9cf20d840ff056f001b35597e99... |
create class coo(
col1 char(20),
col2 char(20),
col3 char(20),
col4 char(20),
col5 char(20),
col6 char(20),
col7 char(20),
col8 char(20),
col9 char(20),
col10 char(20),
col11 char(20),
col12 char(20),
col13 char(20),... | {
"content_hash": "67d119dd97e7cccfabaf7d362fef0178",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 148,
"avg_line_length": 35.54545454545455,
"alnum_prop": 0.6534526854219949,
"repo_name": "CUBRID/cubrid-testcases",
"id": "98b745fa40ea813f241314de4ab82248081d0b8a",
"size... |
package org.apache.kafka.common.network;
import java.io.IOException;
import java.io.EOFException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.channels.SocketChannel;
import java.nio.channels.SelectionKey;
import java.nio.channels.CancelledKeyException;
import java.security.Princ... | {
"content_hash": "049d98dd322d8c26fd1be6715833fada",
"timestamp": "",
"source": "github",
"line_count": 991,
"max_line_length": 170,
"avg_line_length": 44.909182643794146,
"alnum_prop": 0.6113021008875408,
"repo_name": "sslavic/kafka",
"id": "0b11cd18b4de9abf24fb4b95821bccdb26ed73c0",
"size": "4530... |
#include "tensorflow_serving/model_servers/platform_config_util.h"
#include "google/protobuf/any.pb.h"
#include "tensorflow_serving/model_servers/model_platform_types.h"
#include "tensorflow_serving/servables/tensorflow/saved_model_bundle_source_adapter.pb.h"
namespace tensorflow {
namespace serving {
PlatformConf... | {
"content_hash": "ad37111d8b3a2f59f022169613502119",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 89,
"avg_line_length": 38.19230769230769,
"alnum_prop": 0.7865055387713998,
"repo_name": "tensorflow/serving",
"id": "a0906d663283b39a2123f9bd7d241c84fae37e6d",
"size": "16... |
<?php
// Consumer Key
define('CONSUMER_KEY', '');
define('CONSUMER_SECRET', '');
// User Access Token
define('ACCESS_TOKEN', '');
define('ACCESS_SECRET', '');
?> | {
"content_hash": "3bed38d660bc084a593f54f8fbb57b15",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 34,
"avg_line_length": 20.666666666666668,
"alnum_prop": 0.543010752688172,
"repo_name": "Edelskjold/Edelskjold.dk",
"id": "7597cb4c783082d59b91d992a1385004d3fa4734",
"size"... |
<?php
namespace Smartbox\Integration\FrameworkBundle\Core\Messages;
use Smartbox\CoreBundle\Type\SerializableArray;
use Smartbox\Integration\FrameworkBundle\Core\Exchange;
use Smartbox\Integration\FrameworkBundle\Core\Messages\Traits\HasProcessingContext;
/**
* Class ErrorExchangeEnvelope.
*/
abstract class ErrorE... | {
"content_hash": "c3110768137a958d6303c68cf59f1a66",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 96,
"avg_line_length": 32,
"alnum_prop": 0.7329545454545454,
"repo_name": "smartboxgroup/integration-framework-bundle",
"id": "82f682d615963472eaf9fb2da2ebe014d31b77bc",
"s... |
class CreateDesiginations < ActiveRecord::Migration[5.0]
def change
create_table :desiginations do |t|
t.string :name
t.timestamps
end
end
end
| {
"content_hash": "ffed752baf2c793158f755a7a3223479",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 56,
"avg_line_length": 18.666666666666668,
"alnum_prop": 0.6785714285714286,
"repo_name": "jeyavelnkl/jel_apps",
"id": "8010be95e8aff5b7af71fee8a1a8e51f4372c89e",
"size": "1... |
// ----------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// ----------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using Sy... | {
"content_hash": "0f241e606408c320d1073f1f2a1e4a7e",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 160,
"avg_line_length": 36.246153846153845,
"alnum_prop": 0.5534804753820034,
"repo_name": "dhei/azure-mobile-apps-net-server",
"id": "e1f513360738bed2cf724707952a739509fdc3... |
require File.dirname(__FILE__) + '/../lib/typed_class'
require File.dirname(__FILE__) + '/lib/test_util.rb'
| {
"content_hash": "8a16262ddbe0180e0259719bd899e6ed",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 54,
"avg_line_length": 54,
"alnum_prop": 0.6481481481481481,
"repo_name": "mbryzek/typed-class",
"id": "0f752355f402ae752683e71d4ef0713a4be78671",
"size": "108",
"binary":... |
"""
Some handy utility functions used by several classes.
"""
import re
import urllib
import urllib2
import subprocess
import StringIO
import time
import logging.handlers
import boto
import tempfile
import smtplib
import datetime
from email.MIMEMultipart import MIMEMultipart
from email.MIMEBase import MIMEBase
from em... | {
"content_hash": "3aeb59d987f21da05e53231f94a1323f",
"timestamp": "",
"source": "github",
"line_count": 527,
"max_line_length": 105,
"avg_line_length": 31.874762808349146,
"alnum_prop": 0.5601857363971902,
"repo_name": "sorenh/cc",
"id": "255d42f6419b509881026ee7275bd346a318179b",
"size": "18545",
... |
module BeerMapping
class LocCity < Location
def all(params={})
get('locations', params).collection
end
def find(id, params={})
get('location/%s' % id, params).data
end
end
end
| {
"content_hash": "4d5941f385fe97bb1fbab157aa01e3a3",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 39,
"avg_line_length": 17.545454545454547,
"alnum_prop": 0.6632124352331606,
"repo_name": "jmiramant/beer_mapping",
"id": "8614c075a5b5fe53191baa6d381a3083c6427ca8",
"size"... |


![Azure US Gov ... | {
"content_hash": "43a34ec488c674b6f3a0130529963972",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 360,
"avg_line_length": 49.33898305084746,
"alnum_prop": 0.7740753463872667,
"repo_name": "matt1883/azure-quickstart-templates",
"id": "8a289ba00506d74e59db809ebfe76890da76c... |
package org.spongepowered.common.effect.particle;
import com.google.common.base.MoreObjects;
import org.spongepowered.api.effect.particle.ParticleOption;
import org.spongepowered.common.SpongeCatalogType;
import java.util.function.Function;
import javax.annotation.Nullable;
public class SpongeParticleOption<V> ext... | {
"content_hash": "59e80da5e7474387307ebafff6a92612",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 93,
"avg_line_length": 27.672727272727272,
"alnum_prop": 0.6826544021024967,
"repo_name": "SpongePowered/SpongeCommon",
"id": "9b07f3a1c5741db94ba032af5deb2fe65393213b",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.