text stringlengths 2 1.04M | meta dict |
|---|---|
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Newtonsoft.Json;
namespace PlayStation_App.Models.Authentication
{
public class Tokens
{
[JsonProperty("access_token")]
public string AccessToken { get; set; }
[Js... | {
"content_hash": "7c61ba212f0808481111d8793cc05fed",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 48,
"avg_line_length": 23.925925925925927,
"alnum_prop": 0.6393188854489165,
"repo_name": "drasticactions/Pureisuteshon-App",
"id": "718214ca342b517460a608599fa736f0ea915064"... |
<?php
use \Ns\Formula as Formula1;
use \Ns\Hello as Hello;
Formula1::do_something();
Hello::do_something();
| {
"content_hash": "d6011e7d82217fed68018c84e8da68f2",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 28,
"avg_line_length": 21.6,
"alnum_prop": 0.7129629629629629,
"repo_name": "yanggg1133/js2php",
"id": "b8111271a0990b92fe5c23de5b04619c8f3e8118",
"size": "108",
"binary":... |
package org.apache.camel.component.activemq;
import java.util.HashMap;
import java.util.Map;
import javax.jms.Destination;
import org.apache.camel.CamelContext;
import org.apache.camel.Exchange;
import org.apache.camel.Headers;
import org.apache.camel.Message;
import org.apache.camel.Processor;
import org.apache.ca... | {
"content_hash": "9bc7a99289353a651f37605cdac74775",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 108,
"avg_line_length": 36.50442477876106,
"alnum_prop": 0.6768484848484848,
"repo_name": "tadayosi/camel",
"id": "e448adec48e50da063432be5a7c3b0fab75cedc8",
"size": "4927... |
package com.pearson.statsagg.database_objects.alerts;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.annotations.SerializedName;
import java.math.BigDecimal;
import java.sql... | {
"content_hash": "6d06e328c1a0401547c76c6ba663952e",
"timestamp": "",
"source": "github",
"line_count": 1478,
"max_line_length": 217,
"avg_line_length": 50.61299052774019,
"alnum_prop": 0.6775124989974066,
"repo_name": "PearsonEducation/StatsAgg",
"id": "d74ad9d84a5eb612ca1a6aa9044d3f841ac17deb",
"... |
const fs = require('fs');
const { spawn, spawnSync, exec, execSync } = require('child_process');
let nginx_v = spawnSync('nginx',['-v']);
nginx_v = nginx_v.stdout.toString().trim() || nginx_v.stderr.toString().trim();
const php_v = execSync('php -v').toString().trim();
const mysql_v = execSync('mysql -V').toString().tr... | {
"content_hash": "10920e4b50298929d820c203eacb14d4",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 79,
"avg_line_length": 23.5,
"alnum_prop": 0.6132665832290363,
"repo_name": "novice79/lemp",
"id": "5805b7beab6c3aa22621b4555e0a8c1e60ec6ea0",
"size": "799",
"binary": fa... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "37614cae1a7dcc41765c5e4e35564027",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 828,
"avg_line_length": 50,
"alnum_prop": 0.6693684210526316,
"repo_name": "THECALLR/sdk-dotnet",
"id": "fe4bcdea39bf1d5bbd9180a718f910a0b3e13b60",
"size": "9500",
"bina... |
FROM balenalib/up-core-plus-debian:stretch-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | {
"content_hash": "5bdb2360e3acec2c212f08dffe92e4fb",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 727,
"avg_line_length": 50.98947368421052,
"alnum_prop": 0.7029314616019818,
"repo_name": "resin-io-library/base-images",
"id": "73dd7a88ff55121972bc3c8f259506027a9c070e",
... |
<?xml version="1.0" encoding="UTF-8"?>
<metadataProfile
xmlns="http://www.nkp.cz/pspValidator/2.2.1/metadataProfile"
name="MODS internal part - picture (AACR2)"
validatorVersion="2.2.1"
dmf="monograph_1.4"
>
<info>
<text>DMF Monografie 1.4 očekává MODS verze 3.6. Dále se zde... | {
"content_hash": "e35052cce093062885762a338c9f1745",
"timestamp": "",
"source": "github",
"line_count": 446,
"max_line_length": 322,
"avg_line_length": 49.05156950672646,
"alnum_prop": 0.418613155368652,
"repo_name": "rzeh4n/psp-validator",
"id": "52073cc5a03e2bd3584034101ae1f3a5186515ea",
"size": ... |
package com.platut.scripts;
import com.badlogic.ashley.core.Entity;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.engine.core.BaseScript;
import com.engine.core.SceneManager;
/**
* Created by conor on 11/08/17.
*/
public class CameraController extends BaseScript {
public CameraController(SceneMa... | {
"content_hash": "c04f0f354e036fef88356a46e32a3c36",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 71,
"avg_line_length": 18.64516129032258,
"alnum_prop": 0.698961937716263,
"repo_name": "VIGameStudio/Platut",
"id": "2ed686e30d08c2f58ed91e61904be775695491a0",
"size": "57... |
<?php
namespace Presta\Db\Adapter;
use Presta\Db\DbCore;
/**
* Class DbPDOCore
*
* @since 1.5.0.1
*/
class PDO extends DbCore {
/** @var PDO */
protected $link;
/* @var PDOStatement */
protected $result;
/**
* Returns a new PDO object (database link)
*
* @param string $hos... | {
"content_hash": "b32c831733796687b4ca92aa5aa8a1df",
"timestamp": "",
"source": "github",
"line_count": 393,
"max_line_length": 142,
"avg_line_length": 27.83715012722646,
"alnum_prop": 0.513345521023766,
"repo_name": "web3d/Presta",
"id": "614a75d5b450dc9d92f6970cbd2a4df5e666700d",
"size": "11931",... |
import { GridOptionsWrapper } from "../../gridOptionsWrapper";
export interface RowContainerComponentParams {
eContainer: HTMLElement;
eViewport?: HTMLElement;
eWrapper?: HTMLElement;
hideWhenNoChildren?: boolean;
}
/**
* There are many instances of this component covering each of the areas a row can b... | {
"content_hash": "4804185cd9664caa719376a499cff56c",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 93,
"avg_line_length": 38.07692307692308,
"alnum_prop": 0.7535353535353535,
"repo_name": "ceolter/angular-grid",
"id": "4fe683769caa0b3164c5bc0752adb0d515a2fe40",
"size": "... |
#import "ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerResponse.h"
@implementation ElasticLoadBalancingSetLoadBalancerPoliciesForBackendServerResponse
-(id)init
{
if (self = [super init]) {
}
return self;
}
-(void)setException:(AmazonServiceException *)theException
{
AmazonService... | {
"content_hash": "86e0bda57305c2519594f01805206c73",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 110,
"avg_line_length": 22.542857142857144,
"alnum_prop": 0.6958174904942965,
"repo_name": "abovelabs/aws-ios-sdk",
"id": "d876d10059697ba635a771e4d0cef4c836ec66d5",
"size"... |
PYTHON_VERSION_COMPATIBILITY = "PY3"
DEPS = [
'builder_name_schema',
'depot_tools/bot_update',
'recipe_engine/context',
'recipe_engine/json',
'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/python',
'recipe_engine/raw_io',
'recipe_engine/step',
]
| {
"content_hash": "f46d0deeaa7dc974be129754ee4bab72",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 36,
"avg_line_length": 21.76923076923077,
"alnum_prop": 0.6819787985865724,
"repo_name": "aosp-mirror/platform_external_skia",
"id": "f19553a605b88d6b402f9dddaf8b476a22160f7b... |
'use strict';
import { ApiFeaturesConfig } from '../config/gateway';
import { ApiCircuitBreakerConfig } from '../config/circuit-breaker';
import { ApiConfig } from '../config/api';
import * as express from 'express';
import * as _ from 'lodash';
import { CircuitBreaker } from './express-circuit-breaker';
import * as G... | {
"content_hash": "9f09a7da6bd058fac5f321ea44dcbf7a",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 145,
"avg_line_length": 43.72538860103627,
"alnum_prop": 0.6038630169451357,
"repo_name": "jairelton/tree-gateway",
"id": "e9662bc8a8a273b72696d16ad71c0cfa45a58521",
"size... |
System::Threading::ThreadLocal<any> __enumerable__;
| {
"content_hash": "c7202429f4cfb13fff3d1b57d210b135",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 51,
"avg_line_length": 52,
"alnum_prop": 0.75,
"repo_name": "gammasoft71/Switch",
"id": "c821130f7ffd30dd77525d3c533082be7e4c6037",
"size": "186",
"binary": false,
"copi... |
class CreateFeedbacks < ActiveRecord::Migration
def change
create_table :feedbacks do |t|
t.text :body, null: false
t.boolean :anonymous, default: false
t.integer :project_id, null: false
# identify the user with one of these
t.integer :user_id
t.string :session_id
t.t... | {
"content_hash": "e8b8aecfc7c881e65f386b6cab6f2521",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 47,
"avg_line_length": 22,
"alnum_prop": 0.648989898989899,
"repo_name": "OpenHunting/openhunt",
"id": "015d4df79d6ab6c8c00487f0688da02318da19a5",
"size": "396",
"binary"... |
<div class="option-section find-replace-options" style="display:none;">
<div class="header-expand-collapse find-replace-options-toggle clearfix" data-next=".table-options, .exclude-post-types-options, .advanced-options">
<div class="expand-collapse-arrow">▼</div>
<div class="option-heading tables-header"><?... | {
"content_hash": "b115ee2371c06ef9a4ccd3554293d0b0",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 149,
"avg_line_length": 66,
"alnum_prop": 0.7146464646464646,
"repo_name": "smpetrey/acredistilling.com",
"id": "c47a1a6bd51868d492b5335a9f614b306dc90065",
"size": "396",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | ChartJS</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!... | {
"content_hash": "2486f7d1187b8d014eb872fba8f9eb02",
"timestamp": "",
"source": "github",
"line_count": 883,
"max_line_length": 252,
"avg_line_length": 39.359003397508495,
"alnum_prop": 0.5042009552857225,
"repo_name": "vakili722/AdminLTE-RTL",
"id": "a791702bca565c7280159cd576263bdfa1e46d91",
"siz... |
package org.axway.grapes.jongo.datamodel;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.axway.grapes.model.datamodel.License;
import org.jongo.marshall.jackson.oid.Id;
/**
* Database License
* <p>
* <p>Class that define the representation of licenses stored in the database.
* The name (short n... | {
"content_hash": "d74f15d45338188e669f37f754fe60db",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 103,
"avg_line_length": 26.4,
"alnum_prop": 0.6749311294765841,
"repo_name": "jfry-axway/Grapes",
"id": "73fc489088c0b300ba4bace20e718c6ae0665d48",
"size": "1452",
"binar... |
'use strict'
const mongoose = require('mongoose')
const SongSchema = new mongoose.Schema({
title: String,
track: String,
artworkUrl: String,
duration: Number,
scId: Number
})
module.exports = mongoose.model('Song', SongSchema)
| {
"content_hash": "333461dfa536a90655ee142a32073de0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 51,
"avg_line_length": 18.46153846153846,
"alnum_prop": 0.7125,
"repo_name": "bmacheski/open-tracks",
"id": "261b3c6d1e1e29db34359a7032049c0fc7e4e2f6",
"size": "240",
"bi... |
#ifndef CGAL_AFF_TRANSFORMATION_TAGS_H
#define CGAL_AFF_TRANSFORMATION_TAGS_H
#include <CGAL/basic.h>
namespace CGAL {
class Translation {};
class Rotation {};
class Scaling {};
class Reflection {};
class Identity_transformation {};
CGAL_EXPORT extern Translation TRANSLATION;
CGAL_EXPORT extern Ro... | {
"content_hash": "a5514d527c0145d601d8642d420fabc7",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 57,
"avg_line_length": 24.208333333333332,
"alnum_prop": 0.693631669535284,
"repo_name": "alexandrustaetu/natural_editor",
"id": "f950814c9b3a0263776e5b6ee5e8f4d7a0b6f236",
... |
# Makefile.in generated by automake 1.11.3 from Makefile.am.
# lib/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the F... | {
"content_hash": "5cabd38b7b10e48dac01202b22ca3133",
"timestamp": "",
"source": "github",
"line_count": 525,
"max_line_length": 137,
"avg_line_length": 31.325714285714287,
"alnum_prop": 0.6279946491548096,
"repo_name": "weiwei22844/LinuxProject",
"id": "64b5394b0791b9d13f1f46578a95ee6eca000166",
"s... |
body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif;
font-size: 15px;
line-height: 22px;
margin: 0;
padding: 0; }
p, h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0; }
h1 {
margin-top: 40px; }
#tree, #headings {
position: absolute;
top: 30px;
left: 0;
bottom: 0;
wi... | {
"content_hash": "87c0e85e6e975f44587c360f85e1dc87",
"timestamp": "",
"source": "github",
"line_count": 369,
"max_line_length": 324,
"avg_line_length": 29.420054200542005,
"alnum_prop": 0.6606484893146647,
"repo_name": "Zolmeister/multiversi",
"id": "1c8296e986346171db97073941662682e84625e4",
"size... |
/**
* @fileoverview This file is generated by the Angular template compiler.
* Do not edit.
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride}
* tslint:disable
*/
import * as i0 from "@angular/core";
import * as i1 from "./accordion.module";
import * as i2 from "@angular/common";
var NgbAccordi... | {
"content_hash": "2aa6029ba02b23ea0e44fc1775108639",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 450,
"avg_line_length": 73.5,
"alnum_prop": 0.7596371882086168,
"repo_name": "CatsPoo/ShiftOnline",
"id": "787cc68fae28bb4417aa9876f6208f3ea20e738f",
"size": "890",
"bina... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2083657ed46ca4997371b98328285ded",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "ed60a95031bb145ad8c011af9348ba073f22f677",
"size": "179... |
import React from 'react'
import { Container, Row, Col } from 'reactstrap'
import classnames from 'classnames'
import { translate } from 'react-i18next'
import { Link } from '../../routes'
export default translate(['common'])(({t, product = {}, url, active}) => {
const navs = [
{ key: 'overview', route: 'product... | {
"content_hash": "e103ce75e9ad95dee980da2c179525a6",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 80,
"avg_line_length": 35.94444444444444,
"alnum_prop": 0.5224111282843895,
"repo_name": "garbin/koapp",
"id": "694ff0b0d22ebe87d1e9ab88c0df3dc0a780b46d",
"size": "1294",
... |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import {UserModule} from './user/user.module';
import {NotifyModule} from 'notify-angular';
import {RouterModule, Routes} from '@angular/router';
import {LoginComponent}... | {
"content_hash": "de2ee96bbd44df601a893dba7ea25bd6",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 86,
"avg_line_length": 27.45614035087719,
"alnum_prop": 0.7188498402555911,
"repo_name": "alejandromdz/bit-shop",
"id": "284cb644714f028aab6180ad4d92f6cfa466ead7",
"size": ... |
__requires__ = 'setuptools==0.9.8'
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.exit(
load_entry_point('setuptools==0.9.8', 'console_scripts', 'easy_install-2.7')()
)
| {
"content_hash": "9027bd893e0f881f10c3ca29a81df69e",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 86,
"avg_line_length": 28,
"alnum_prop": 0.6116071428571429,
"repo_name": "t-rodynenko/simplequiz",
"id": "5424967687b50ef0155b998ea84b658251a763d7",
"size": "360",
"binar... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_19) on Mon Feb 03 12:19:29 CET 2014 -->
<TITLE>
Uses of Class org.openxava.model.impl.HibernatePersistenceProvider (OpenXava 4.9.1 API)
</TITLE>
<L... | {
"content_hash": "c39e4e4e5cc64c4ab44501272841b531",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 232,
"avg_line_length": 42.84285714285714,
"alnum_prop": 0.6222074024674892,
"repo_name": "jecuendet/maven4openxava",
"id": "978217d589b9d083816c80c6797c7f2cdc8e0b88",
"si... |
namespace seasocks {
struct ZlibContext::Impl {
};
ZlibContext::ZlibContext() {
}
ZlibContext::~ZlibContext() {
}
void ZlibContext::initialise(int, int, int) {
throw std::runtime_error("Not compiled with zlib support");
}
void ZlibContext::deflate(const uint8_t*, size_t, std::vector<uint8_t>&) {
throw std:... | {
"content_hash": "d76dbea7decf68e92e35c73d9400ea09",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 79,
"avg_line_length": 21.708333333333332,
"alnum_prop": 0.6948176583493282,
"repo_name": "mattgodbolt/seasocks",
"id": "744d024ca88eb4bc9a7510ccbe2d23f3519e3f32",
"size": ... |
<?php
namespace DoctrineORMModule\Proxy\__CG__\Blog\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Article extends \Blog\Entity\Article implements \Doctrine\ORM\Proxy\Proxy
{
/**
* @var \Closure the callback responsible for loading properties in the proxy object... | {
"content_hash": "8abb5071b565eec3a49faa619235eac5",
"timestamp": "",
"source": "github",
"line_count": 367,
"max_line_length": 439,
"avg_line_length": 25.74659400544959,
"alnum_prop": 0.5465128585035454,
"repo_name": "DimaSmile/zend",
"id": "c2a1dc86d0a28562de3f330a06bba13ddc074e2e",
"size": "9449... |
.yui3-overlay{position:absolute}.yui3-overlay-hidden{visibility:hidden}.yui3-widget-tmp-forcesize .yui3-overlay-content{overflow:hidden!important}#yui3-css-stamp.skin-sam-overlay{display:none}
| {
"content_hash": "61db95de875c6f96e439ac459ab4befd",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 192,
"avg_line_length": 97,
"alnum_prop": 0.8247422680412371,
"repo_name": "spadin/coverphoto",
"id": "222ebdeb2a4bef3b23fedf1d1ad67e174c614a67",
"size": "333",
"binary": ... |
layout: post
tags:
- debugging
- performance
- smokeping
- soap
redirect_from: /smokeping-and-measuring-soap-requests/
---
We've had an issue with performance of a SOAP interface, and here's how you
go about setting up smokeping to time it:-
```bash
extraargs = -H Content-Type:text/xml --data @/srv/scripts/so... | {
"content_hash": "ec7ebe8d00afc1b75fd3896c0aabafaf",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 82,
"avg_line_length": 30,
"alnum_prop": 0.7526315789473684,
"repo_name": "asnaedae/asnaedae.github.io",
"id": "e30a37287c8b132e7d9bb0dbcb978a5e178ad500",
"size": "574",
... |
package com.orange.clara.cloud.servicedbdumper.integrations;
import com.orange.clara.cloud.servicedbdumper.cloudfoundry.CloudFoundryClientFactory;
import com.orange.clara.cloud.servicedbdumper.exception.CannotFindDatabaseDumperException;
import com.orange.clara.cloud.servicedbdumper.exception.DatabaseExtractionExcepti... | {
"content_hash": "f41462f597c34f020d4e1c431e0a67b7",
"timestamp": "",
"source": "github",
"line_count": 350,
"max_line_length": 200,
"avg_line_length": 48.92285714285714,
"alnum_prop": 0.7051334462418969,
"repo_name": "orange-cloudfoundry/db-dumper-service",
"id": "e24271a93464036197a68371e3301b9dbfd... |
from django.db import models
class Orderable(models.Model):
"""
Add extra field and default ordering column for and inline orderable model
"""
order = models.IntegerField(default=0)
class Meta:
abstract = True
ordering = ('order',) | {
"content_hash": "299b5710490cc1bf605a7116fa67c779",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 82,
"avg_line_length": 22.46153846153846,
"alnum_prop": 0.6061643835616438,
"repo_name": "marcofucci/django-inline-orderable",
"id": "df80f55925016bfddb5f808e923edecfa58d425d... |
dpkg-deb -bZgzip projects/LS.Widgets/cxls1 debs
dpkg-deb -bZgzip projects/LS.Widgets/cxls2 debs
dpkg-deb -bZgzip projects/LS.Widgets/cxls3 debs
dpkg-deb -bZgzip projects/LS.Widgets/cxls4 debs
dpkg-deb -bZgzip projects/LS.Widgets/cxls5 debs
dpkg-deb -bZgzip projects/LS.Widgets/cxls6 debs
dpkg-deb -bZgzip projects/LS.Wid... | {
"content_hash": "cec5942e05650d82efde016c7144f936",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 48,
"avg_line_length": 48.07142857142857,
"alnum_prop": 0.812778603268945,
"repo_name": "classicxiirepo/classicxiirepo.github.io",
"id": "87babd86631263295a5f81a885e216ea853d... |
"""
generate_graphs.py
------------------
Generate small synthetic graphs whose complete CLD will be computed.
"""
import cycles
import numpy as np
import networkx as nx
from numpy import arange
def is_valid(graph):
"""Return whether the graph is valid to run experiments on."""
rank = cycles.fundamental_gr... | {
"content_hash": "84727440c3bba6ab8fef91cfb69a85a1",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 118,
"avg_line_length": 33.02105263157895,
"alnum_prop": 0.5773031558814153,
"repo_name": "leotrs/graph_homotopy",
"id": "b191af64d44ef32bc54ee859144141e877534ae8",
"size":... |
package org.ovirt.engine.ui.uicommonweb.models.vms;
import org.ovirt.engine.core.common.businessentities.BootSequence;
import org.ovirt.engine.core.common.businessentities.DisplayType;
import org.ovirt.engine.core.common.businessentities.InstanceType;
import org.ovirt.engine.core.common.businessentities.MigrationSuppo... | {
"content_hash": "4e88a1fec20febd2530e6868657b68f9",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 93,
"avg_line_length": 18.407582938388625,
"alnum_prop": 0.6583419155509783,
"repo_name": "halober/ovirt-engine",
"id": "1ba62f15f6bc6e084349a7c172258eb032511cfd",
"size":... |
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.MixedReality.Toolkit.Tests.EditModeTests")]
[assembly: InternalsVisibleTo("Microsoft.MixedReality.Toolkit.Tests.PlayModeTests")]
| {
"content_hash": "ab263ce796e91eb41dc3e031d6ca5f3c",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 84,
"avg_line_length": 52.5,
"alnum_prop": 0.8476190476190476,
"repo_name": "killerantz/HoloToolkit-Unity",
"id": "ca42dc6fc1f4b40b333daa892523dad29eeabb20",
"size": "286",
... |
// <copyright file="InternetExplorerOptions.cs" company="WebDriver Committers">
// Copyright 2007-2011 WebDriver committers
// Copyright 2007-2011 Google Inc.
// Portions copyright 2011 Software Freedom Conservancy
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file excep... | {
"content_hash": "431a5a126c30c59505a821ccb61f645a",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 130,
"avg_line_length": 39.61009174311926,
"alnum_prop": 0.640880138969311,
"repo_name": "bwp/SeleniumWebDriver",
"id": "5341ac7ad36d51ea38bda0b6baf91610b03d2193",
"size":... |
var mysql = require('mysql');
var redis = require("redis"),
client = redis.createClient();
var db_config = {
host : 'localhost',
user : 'ner',
password : 'ner',
database: 'ner'
};
var connection;
function handleDisconnect() {
connection = mysql.createConnection(db_config); // Recreate the connec... | {
"content_hash": "f332a38cffe0142872e3278a9a14ef4e",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 84,
"avg_line_length": 32.32835820895522,
"alnum_prop": 0.5249307479224377,
"repo_name": "KIZI/Semitags",
"id": "71bd73cff1e75143f0ddba7861c2007204481533",
"size": "2166",
... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="http://ogp.me/ns/fb#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156274734-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function ... | {
"content_hash": "c375a23a870c7bc02a30c811e5ffa6e6",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 166,
"avg_line_length": 26.99375,
"alnum_prop": 0.6193563324843714,
"repo_name": "tedszy/tedszy.github.io",
"id": "b54c24d681ee92cbe9f075f1a4ab0f18858feb3f",
"size": "4319... |
/**
* @author Igor Polevoy: 12/18/13 4:32 PM
*/
package app.models;
import org.javalite.activejdbc.Model;
import org.javalite.activejdbc.annotations.Table;
@Table("World")
public class World extends Model {
}
| {
"content_hash": "2aceb194e0534e31e59f6bbffa4f0d27",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 49,
"avg_line_length": 13.625,
"alnum_prop": 0.7201834862385321,
"repo_name": "kellabyte/FrameworkBenchmarks",
"id": "cf495cf23ad7b6f9607dc58a18bd57746e669ff1",
"size": "78... |
package org.drools.workbench.services.verifier.plugin.client;
import java.util.Set;
import com.google.gwtmockito.GwtMockitoTestRunner;
import org.drools.verifier.api.reporting.CheckType;
import org.drools.verifier.api.reporting.Issue;
import org.drools.workbench.services.verifier.plugin.client.testutil.AnalyzerConf... | {
"content_hash": "0a25e04678b9d3af811e779536304ca2",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 104,
"avg_line_length": 33.98936170212766,
"alnum_prop": 0.6078247261345853,
"repo_name": "droolsjbpm/drools-wb",
"id": "be4d858a7663de78441c49122a983192369bfc9c",
"size": ... |
package ru.job4j.loop;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
*
* @author edzabarov
* @version $Id$
* @since 7.05.2017
*/
public class CounterTest {
/**
*Test add.
*/
@Test
public void whenSumEvenNumbersFromOneToTenThenThirty() ... | {
"content_hash": "ab977fb9bb67230d9bf06683e67eb9fb",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 60,
"avg_line_length": 17.76923076923077,
"alnum_prop": 0.6731601731601732,
"repo_name": "eldar258/edzabarov",
"id": "2c224991a852fac6ca7ceea452b6fb305f5a7dbe",
"size": "46... |
package org.nutz.mvc;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
public class ActionInfo {
private String inputEncoding;
private String outputEncoding;
private Stri... | {
"content_hash": "7ea7b528f27291231e4d4f9dc1e309a9",
"timestamp": "",
"source": "github",
"line_count": 223,
"max_line_length": 93,
"avg_line_length": 24.269058295964125,
"alnum_prop": 0.6075388026607539,
"repo_name": "s24963386/nutz",
"id": "025510dc45a9edd95dfec07e055f47fc1a9c120e",
"size": "5524... |
package com.aspose.imaging.examples.images;
import com.aspose.imaging.Image;
import com.aspose.imaging.examples.Utils;
import com.aspose.imaging.fileformats.png.PngColorType;
import com.aspose.imaging.fileformats.psd.PsdImage;
import com.aspose.imaging.imageloadoptions.PsdLoadOptions;
import com.aspose.imaging.imageop... | {
"content_hash": "cb01b40493baf66cca10627fbd07262d",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 77,
"avg_line_length": 29.564102564102566,
"alnum_prop": 0.5975715524718127,
"repo_name": "asposeimaging/Aspose_Imaging_Java",
"id": "1b51d31b0d020eb747527a56315a15075d8dd8f4... |
package com.documents4j.conversion.msoffice;
import org.junit.BeforeClass;
public class MicrosoftExcelStartStopTest extends AbstractMicrosoftOfficeStartStopTest {
public MicrosoftExcelStartStopTest() {
super(MicrosoftExcelBridge.class);
}
@BeforeClass
public static void setUpConverter() thro... | {
"content_hash": "f4e8252e606943e865b0ee9d9edd1d25",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 114,
"avg_line_length": 30.533333333333335,
"alnum_prop": 0.7903930131004366,
"repo_name": "documents4j/documents4j",
"id": "7fc7d369c5b7d70f123b201cdd70a0f56135420f",
"siz... |
package org.apache.olingo.client.core.domain;
import org.apache.olingo.client.api.domain.ClientAnnotatable;
import org.apache.olingo.client.api.domain.ClientAnnotation;
import org.apache.olingo.client.api.domain.ClientCollectionValue;
import org.apache.olingo.client.api.domain.ClientComplexValue;
import org.apache.ol... | {
"content_hash": "0de0fbd331af6efe51b60221fc60e3fc",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 100,
"avg_line_length": 24.74866310160428,
"alnum_prop": 0.6486603284356093,
"repo_name": "AperIati/olingo-odata4",
"id": "f78c506fa6af2c11f0c687cd4f85fa9a735530f2",
"size... |
package org.apache.maven.cli;
import com.google.common.base.Charsets;
import com.google.common.io.Files;
import com.google.inject.AbstractModule;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.ParseException;
import org.apache.commons.cli.UnrecognizedOptionException;
import org.apache.maven... | {
"content_hash": "9433d33816349d1260381ca15043899f",
"timestamp": "",
"source": "github",
"line_count": 1591,
"max_line_length": 120,
"avg_line_length": 36.89943431803897,
"alnum_prop": 0.5899296506379137,
"repo_name": "dsyer/maven",
"id": "034cb004a1f431089de5c66aab15ddbf5b784c30",
"size": "59513"... |
from distutils.core import setup
setup(
name='rq_test1',
packages=['rq_test1'],
version='0.3.0',
description='Simple statistical functions implemented in readable Python.',
author='Sherif Soliman',
author_email='sherif@ssoliman.com',
copyright='Copyright (c) 2016 Sherif Soliman',... | {
"content_hash": "568ecb5a7ce5f9f1ed3661a21f1cec35",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 82,
"avg_line_length": 36.07142857142857,
"alnum_prop": 0.6108910891089109,
"repo_name": "rquirozr/Test-Package2",
"id": "9cc7bd9d339432a3e2e9ed3e11c2e4efb6bae1a1",
"size":... |
import { useButton } from '@react-aria/button';
import { useFocus, useHover } from '@react-aria/interactions';
import { mergeProps } from '@react-aria/utils';
import { getStylesObject, mergeRefs } from '@sajari/react-sdk-utils';
import classnames from 'classnames';
import React, { useRef } from 'react';
import Box fro... | {
"content_hash": "bcec801d6389d8a770e4588a89991d1a",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 87,
"avg_line_length": 26.632911392405063,
"alnum_prop": 0.6506653992395437,
"repo_name": "sajari/sajari-sdk-react",
"id": "3071ebc7508d011b59039981ccc13cbdca933faf",
"size... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "d1fffdeb485d921648bc697dfc01611a",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 75,
"avg_line_length": 34.43589743589744,
"alnum_prop": 0.7505584512285927,
"repo_name": "sopel39/presto",
"id": "71f5eb368366b617a2073e145744b883c5eef771",
"size": "1343",... |
(function(tinymce) {
var DOM = tinymce.DOM, Event = tinymce.dom.Event, extend = tinymce.extend, each = tinymce.each, Cookie = tinymce.util.Cookie, lastExtID, explode = tinymce.explode;
// Tell it to load theme specific language pack(s)
tinymce.ThemeManager.requireLangPack('advanced');
tinymce.create('tinymce.th... | {
"content_hash": "77fae43090e12c3b9eafcf6a96fe7b86",
"timestamp": "",
"source": "github",
"line_count": 1352,
"max_line_length": 527,
"avg_line_length": 27.939349112426036,
"alnum_prop": 0.5745486313337216,
"repo_name": "a7medelgendy/learn-git",
"id": "0564baf9202c3075553eecb26b0970f752208190",
"si... |
import * as types from '../constants/ActionTypes.js'
import * as pageTypes from '../constants/PageTypes.js'
function parseSecond(val) {
var result = false
var tmp = []
var items = location.search.substr(1).split("&")
for (var index = 0; index < items.length; index++) {
tmp = items[index].split("=")
if ... | {
"content_hash": "34e0c050cdafb4fa46e1620f65ac470e",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 97,
"avg_line_length": 28.607142857142858,
"alnum_prop": 0.636287973366625,
"repo_name": "dustin-H/bauhaus-ui",
"id": "4ad05df5e8d9fce5c48222d6418f5754d6027059",
"size": "2... |
package org.hl7.fhir.instance.model.valuesets;
// Generated on Tue, Jul 14, 2015 17:35-0400 for FHIR v0.5.0
import org.hl7.fhir.instance.model.EnumFactory;
public class CarePlanGoalStatusEnumFactory implements EnumFactory<CarePlanGoalStatus> {
public CarePlanGoalStatus fromCode(String codeString) th... | {
"content_hash": "eb839c6f49363eb174d6dc40e00c449c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 91,
"avg_line_length": 31.275,
"alnum_prop": 0.697841726618705,
"repo_name": "lcamilo15/hapi-fhir",
"id": "04d5e8c10a1a581cd2626f14a37900efbbe6ea55",
"size": "2828",
"bin... |
<?php
/**
* sfGuardFormSignin for sfGuardAuth signin action
*
* @package sfDoctrineGuardPlugin
* @subpackage form
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
* @version SVN: $Id: sfGuardFormSignin.class.php 23536 2009-11-02 21:41:21Z Kris.Wallsmith $
*/
class sfMooDooFormSignin e... | {
"content_hash": "51c70659a8ff15da47a68e9320ba51c1",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 96,
"avg_line_length": 28.885714285714286,
"alnum_prop": 0.6716122650840751,
"repo_name": "lauramelos/sfDoctrineMooDooPlugin",
"id": "fe67de82550512ce9a913064c4221bc5ada49ece... |
package main
import (
"errors"
"fmt"
"io"
"io/ioutil"
"os"
"path/filepath"
"strings"
"github.com/ghodss/yaml"
"github.com/spf13/cobra"
"k8s.io/helm/pkg/chartutil"
"k8s.io/helm/pkg/lint"
"k8s.io/helm/pkg/lint/support"
"k8s.io/helm/pkg/strvals"
)
var longLintHelp = `
This command takes a path to a char... | {
"content_hash": "fb1c509354af9f084f060291daf5d501",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 207,
"avg_line_length": 27.863849765258216,
"alnum_prop": 0.6668913226621735,
"repo_name": "SlickNik/helm",
"id": "d0159d34b098ba3f9783bc78bcef7e6f33d0f1b7",
"size": "6493... |
<!--
Copyright 2015 Google Inc.
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... | {
"content_hash": "85d4ee9ce630a3f01f3a3bdd9b76c1c9",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 75,
"avg_line_length": 38.516129032258064,
"alnum_prop": 0.711892797319933,
"repo_name": "ITVlab/neodash",
"id": "a3278f693426841d90487d0849bca65e1bd62b8c",
"size": "1194",... |
<!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_25) on Mon Apr 13 12:03:28 EDT 2015 -->
<title>Uses of Class io.branch.referral.ServerRequestQueue</title>
<meta name="date" content="2015-04-1... | {
"content_hash": "1f6d219adb466e11d74c96bd39ca8ab2",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 297,
"avg_line_length": 39.36,
"alnum_prop": 0.6417682926829268,
"repo_name": "BranchMetrics/Android-Deferred-Deep-Linking-SDK",
"id": "ca7226758eab5f56da0ad3f45bd54c86452ad... |
This is the Play portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
### JSON Encoding Test
* [JSON test source](app/controllers/Application.java)
### Data-Store/Database Mapping Test
* [Database test controller](app/controllers/Application.java)
* [Database test model](app... | {
"content_hash": "183d6fc83f3e3f87b9b14766a1ed6444",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 110,
"avg_line_length": 25.26923076923077,
"alnum_prop": 0.7397260273972602,
"repo_name": "torhve/FrameworkBenchmarks",
"id": "1d2b8844f4ba52ed4bae562c6434f8a5b62fe2e9",
"s... |
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text.RegularExpressions;
using FluentMigrator.Expressions;
using FluentMigrator.Infrastructure;
using FluentMigrator.Runner;
using FluentMigrator.Run... | {
"content_hash": "e0a0c7350a4178d33c44acd452b1f8fa",
"timestamp": "",
"source": "github",
"line_count": 1616,
"max_line_length": 212,
"avg_line_length": 39.63737623762376,
"alnum_prop": 0.573734661379461,
"repo_name": "igitur/fluentmigrator",
"id": "a17ff195b69fcfd85907ddea201d5b4589b6bc94",
"size"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "58fb94755f51916ad1b08bddefe21037",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "368bd558a3d5591542f04f30a940e840771a7478",
"size": "189... |
import ButtonDropdownComponent from '../lib/button-dropdown-component';
import {expect, beforeEach, describe, it, jest} from '@jest/globals';
import React from 'react';
import {render, cleanup, fireEvent} from '@testing-library/react';
describe('Button Dropdown', function () {
let buttonDropdownElement,
pa... | {
"content_hash": "1cd0fd7dd5f10c2cd3ab57e23bad6bc4",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 77,
"avg_line_length": 29.72222222222222,
"alnum_prop": 0.6514018691588785,
"repo_name": "zpratt/react-tdd-guide",
"id": "88afd315cd6147b5e91dc708384356ee58cf6c96",
"size":... |
<!DOCTYPE html>
<html>
<head>
<title>TODO</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<link href="css/todo.css" type="text/css" rel="stylesheet" />
</head>
... | {
"content_hash": "ca5a91ac0dcf9aa92b75ce6f82205a9c",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 124,
"avg_line_length": 32.55555555555556,
"alnum_prop": 0.6632536973833902,
"repo_name": "iernie/todoapp",
"id": "756059be6d8dafbeebac2de185afeea5932802ba",
"size": "879",... |
<?php
namespace JavierEguiluz\Bundle\EasyAdminBundle\Tests\Fixtures\AppTestBundle\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Response;
class OverridingEasyAdminController extends Controller
{
... | {
"content_hash": "5162c18e1c57e2c80ca55e91d8faf27b",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 87,
"avg_line_length": 27.2,
"alnum_prop": 0.7426470588235294,
"repo_name": "gabiudrescu/EasyAdminBundle",
"id": "3f44768dae1951073d7cb15b8081f4bb68fe10bb",
"size": "544",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4d4b2cd5e4fb5eaa65ff98fdb2aa0f29",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "846370ff72b4f84408011f79bfe88c2b451263a7",
"size": "186... |
#include <grpc/support/port_platform.h>
#if !defined(GPR_LINUX) && !defined(GPR_WINDOWS)
#include "src/core/lib/security/credentials/alts/check_gcp_environment.h"
#include <grpc/support/log.h>
bool grpc_alts_is_running_on_gcp() {
gpr_log(GPR_ERROR,
"Platforms other than Linux and Windows are not suppo... | {
"content_hash": "b615c0dc3aebc14e8c7826d1215255ca",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 73,
"avg_line_length": 23.470588235294116,
"alnum_prop": 0.7017543859649122,
"repo_name": "dslomov/bazel-windows",
"id": "d97681b86d29d85688ebfada29d97f1963c2ec08",
"size":... |
namespace blink {
struct MarkerPosition;
struct PaintInfo;
class FloatPoint;
class GraphicsContext;
class Path;
class LayoutSVGResourceMarker;
class LayoutSVGShape;
class SVGShapePainter {
public:
SVGShapePainter(LayoutSVGShape& renderSVGShape) : m_renderSVGShape(renderSVGShape) { }
void paint(const PaintInf... | {
"content_hash": "27a7e0fe29d95f62293fdaa0648c96c8",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 95,
"avg_line_length": 24.35483870967742,
"alnum_prop": 0.7735099337748345,
"repo_name": "kurli/blink-crosswalk",
"id": "1f2b9b23e2d315136e5fcf15afe6181d4be888fe",
"size": ... |
Zulip has a cool analytics system for tracking various useful statistics
that currently power the `/stats` page, and over time will power other
features, like showing usage statistics for the various streams. It is
designed around the following goals:
- Minimal impact on scalability and service complexity.
- Well-test... | {
"content_hash": "561fbdddb2a12db1a5f40d628b5a97d7",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 76,
"avg_line_length": 51.20704845814978,
"alnum_prop": 0.7804542326221611,
"repo_name": "zulip/zulip",
"id": "fa38bbfae5793d81a8349ce05ad4910eaba4556b",
"size": "11637",
... |
{% extends "base.html" %}
{% block content %}
<h2>Register</h2>
<form action="/accounts/register/" method="post">{% csrf_token %}
{{ form }}
<input type="submit" value="Register" />
</form>
{% endblock content %} | {
"content_hash": "3c4c25fdd623745e9c05e020536f2b96",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 67,
"avg_line_length": 19,
"alnum_prop": 0.5921052631578947,
"repo_name": "pyjosh/djangoprojects",
"id": "d90f2858919808b83b6464bcee0eacb59c69a33d",
"size": "228",
"binar... |
package com.javapapers.android.androidsmsapp;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.telephony.SmsManager;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class SendSmsA... | {
"content_hash": "a2fc77f2d7f7a8d9db8ce3a39ebc3ef5",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 84,
"avg_line_length": 35.15384615384615,
"alnum_prop": 0.637855579868709,
"repo_name": "ricardobaumann/sms_send_receive",
"id": "4981df403d64da0d8505aa377b87ee827a3be84c",
... |
package org.olat.repository;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import org.olat.core.CoreSpringFactory;
import org.olat.core.gui.components.table.Col... | {
"content_hash": "fc482abb0a6cca2ff3dbd8bfb06b9404",
"timestamp": "",
"source": "github",
"line_count": 376,
"max_line_length": 182,
"avg_line_length": 38.89627659574468,
"alnum_prop": 0.7418119658119658,
"repo_name": "stevenhva/InfoLearn_OpenOLAT",
"id": "e3bdd586db9e8f964f4a2e787f5df1ccfcf98f01",
... |
local Evaluator = torch.class('Evaluator')
--[[ Create a new Evaluator. ]]
function Evaluator:__init()
end
--[[ Run the evaluator on a dataset.
Parameters:
* `model` - the model to evaluate.
* `data` - the `Dataset` to evaluate on.
* `saveFile` - optional filename to save the translation.
Returns: the evalua... | {
"content_hash": "9e8450492b2634d7b019887799c80b25",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 69,
"avg_line_length": 22,
"alnum_prop": 0.6941448382126348,
"repo_name": "da03/OpenNMT",
"id": "bb58fcade7a405319041d0895fb00cff38842996",
"size": "1333",
"binary": fals... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gem5: cpu/minor/pipeline.cc File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">... | {
"content_hash": "747511c0b35643deb209ff4370f1198a",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 184,
"avg_line_length": 51.48148148148148,
"alnum_prop": 0.6420863309352518,
"repo_name": "wnoc-drexel/gem5-stable",
"id": "d2dc8b9ac19cc57d5236a58538201f74348ce676",
"size... |
/*
* selectable_events.js
*/
(function( $ ) {
module("selectable: events");
test( "start", function() {
expect( 2 );
var el = $("#selectable1");
el.selectable({
start: function() {
ok( true, "drag fired start callback" );
equal( this, el[0], "context of callback" );
}
});
el.simulate(... | {
"content_hash": "9c888b9b4dcb9508b8625f88fc5421bf",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 71,
"avg_line_length": 22.3768115942029,
"alnum_prop": 0.5887305699481865,
"repo_name": "Kstro/sepas",
"id": "e378ff379c5d1a9b9b8279562682fa474bb3ae55",
"size": "1544",
"... |
package org.apache.hadoop.fs;
import static org.junit.Assert.*;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.DataOutputStream;
import org.junit.Test;
import org.apache.commons.logging.Lo... | {
"content_hash": "472e55949bf13cd73c8272a91bf09579",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 72,
"avg_line_length": 29,
"alnum_prop": 0.6984326018808777,
"repo_name": "mbrtargeting/hadoop-common",
"id": "c6622d25890b2806935a01e41713f4f94e64cec7",
"size": "2401",
... |
@extends(config('sentinel.layout'))
{{-- Web site Title --}}
@section('title')
@parent
Create New User
@stop
{{-- Content --}}
@section('content')
<div class="row">
<div class="col-md-4 col-md-offset-4">
<form method="POST" action="{{ route('sentinel.users.store') }}" accept-charset="UTF-8">
... | {
"content_hash": "033759cf110999bda1dbd11db9929de8",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 133,
"avg_line_length": 40.07843137254902,
"alnum_prop": 0.5181017612524462,
"repo_name": "SimplyReactive/petrie",
"id": "968d60587f406407249be75d5986a7c0cb67321b",
"size":... |
package org.apache.avalon.excalibur.thread.impl;
import org.apache.avalon.excalibur.pool.Poolable;
import org.apache.avalon.framework.logger.LogEnabled;
import org.apache.avalon.framework.logger.Logger;
import org.apache.excalibur.thread.impl.AbstractThreadPool;
import org.apache.excalibur.thread.impl.WorkerThread;... | {
"content_hash": "97d3593850e2b87eceae41ed261936ad",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 92,
"avg_line_length": 32.75,
"alnum_prop": 0.5916030534351145,
"repo_name": "eva-xuyen/excalibur",
"id": "31da394ef48eff91f52c15398d776d2a3eb95e1f",
"size": "4745",
"bi... |
require 'spec_helper'
describe Rex11::Client do
before do
@client = Rex11::Client.new("the_username", "the_password", "the_web_address")
end
context "authenticate" do
context "request" do
it "should form correct request" do
@client.should_receive(:commit).with(squeeze_xml(xml_fixture("auth... | {
"content_hash": "b775a4bdb5d49ed529ca9b29c187de46",
"timestamp": "",
"source": "github",
"line_count": 439,
"max_line_length": 215,
"avg_line_length": 38.569476082004556,
"alnum_prop": 0.5726435152374203,
"repo_name": "calicoder/rex11",
"id": "97cd495287707b78158c8976bcf666b35acf52d9",
"size": "16... |
SelectedKeywordView::SelectedKeywordView(const gfx::FontList& font_list,
SkColor text_color,
SkColor parent_background_color,
Profile* profile)
: IconLabelBubbleView(0, font_list, parent_backgr... | {
"content_hash": "06719f0662ee49fe55604c4221c84908",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 75,
"avg_line_length": 36.17204301075269,
"alnum_prop": 0.6599286563614745,
"repo_name": "danakj/chromium",
"id": "f4bfc648e59c2a6fb1e472c1f95a222f37b11b1d",
"size": "4467"... |
<?php
declare(strict_types=1);
namespace Sylius\Bundle\ThemeBundle\Form\Type;
use Sylius\Bundle\ThemeBundle\Repository\ThemeRepositoryInterface;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\OptionsResolver\Options;
use Symfony\Component\O... | {
"content_hash": "67451f9689b334e75616b1269c6cb36c",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 74,
"avg_line_length": 22.597014925373134,
"alnum_prop": 0.6043593130779392,
"repo_name": "CoderMaggie/Sylius",
"id": "aba5366a443b22c19ccfa1beeec396478c3bdeba",
"size": "1... |
/* @flow strict */
import React from 'react';
import { render } from '@testing-library/react';
import BpkTable from './BpkTable';
describe('BpkTable', () => {
it('should render correctly', () => {
const { asFragment } = render(
<BpkTable>
<tbody />
</BpkTable>,
);
expect(asFragmen... | {
"content_hash": "140f616b04c1a98395c199c632f591b9",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 66,
"avg_line_length": 21.72972972972973,
"alnum_prop": 0.568407960199005,
"repo_name": "Skyscanner/backpack",
"id": "930e7ec2ea63ffd1c6c7390201e2c2b6920961f4",
"size": "14... |
"""Provide the device automations for Vacuum."""
from typing import Dict, List
import voluptuous as vol
from homeassistant.const import (
ATTR_ENTITY_ID,
CONF_CONDITION,
CONF_DOMAIN,
CONF_TYPE,
CONF_DEVICE_ID,
CONF_ENTITY_ID,
)
from homeassistant.core import HomeAssistant
from homeassistant.hel... | {
"content_hash": "3d8db337ab42c3c9c7736145281e4ae3",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 85,
"avg_line_length": 31.734177215189874,
"alnum_prop": 0.6402074192261668,
"repo_name": "joopert/home-assistant",
"id": "6a41fe0490e13e79fa78f65ecd8988dd1792c9c6",
"size"... |
/**
* \file
* \brief contains definitions, macroses and function prototypes
*/
#pragma once
#include <stdint.h>
#define LED_1 LATGbits.LATG6
#define LED_2 LATDbits.LATD4
#define LED_3 LATBbits.LATB11
#define LED_4 LATGbits.LATG15
#define BTN_1 PORTAbits.RA5
#define BTN_2 PORTAbits.RA4
#define BTN_4_SCHL... | {
"content_hash": "52d4cc6ad703ec1d5ea6d682fc3b29be",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 65,
"avg_line_length": 19.243243243243242,
"alnum_prop": 0.7120786516853933,
"repo_name": "kpi-keoa/TheConnectedMCU_Labs",
"id": "d30ecd12def9fedf6b53a978f6941af0609daab2",
... |
_lcl_component(nntagging, "nntagging", "lib/NNTagging")
| {
"content_hash": "5ac104f3f9c11bd521ee1ca2a18865b4",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 55,
"avg_line_length": 28.5,
"alnum_prop": 0.7368421052631579,
"repo_name": "nudge-nudge/punakea",
"id": "f4a3b8f4226da5401b8395074494cde7b206bac9",
"size": "2346",
"binar... |
import Ember from 'ember';
import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';
const { Route } = Ember;
export default Route.extend(AuthenticatedRouteMixin, {
setupController(controller){
controller.get('searchForUsers').perform();
},
queryParams: {
query: {
r... | {
"content_hash": "4775aa570497004ebdcfb917efb0f871",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 89,
"avg_line_length": 21.833333333333332,
"alnum_prop": 0.6793893129770993,
"repo_name": "stopfstedt/frontend",
"id": "8aea83ed819a4f4f32ac603382a14743cdc67b30",
"size": "... |
angular.module('CardTest', [])
.factory('Hammer', function() {
return {
new: function(element, options) {
return new Hammer(element, options);
}
}
})
.factory('ImgurGrabber', function($http) {
var images = [];
var i = $http.get('images.json').then(function(result) {
images = result.data.sort... | {
"content_hash": "90edf5d60c9369e0fbabc06ee52d0f90",
"timestamp": "",
"source": "github",
"line_count": 306,
"max_line_length": 143,
"avg_line_length": 25.964052287581698,
"alnum_prop": 0.48219005663939585,
"repo_name": "huttj/swipe-directive",
"id": "629ac70588282ca6b83fee6ee8d7b0ab4a5b9599",
"siz... |
package giraudsa.marshall.deserialisation.text.json.actions;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import giraudsa.marshall.deserialisation.ActionAbstrait;
import giraudsa.marshall.deserialisation.Unmarshaller;... | {
"content_hash": "7ee6ccf872065d6a884997de6a45a771",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 110,
"avg_line_length": 30.701149425287355,
"alnum_prop": 0.7547734930737552,
"repo_name": "giraudsa/serialisation",
"id": "06a1eb0e8c72ddee2ccfd5169b14a46590df5b3d",
"size... |
title: Warm Moroccan Spiced Quinoa Salad with Apricots
author: The Lagasse Girls
layout: post
song: "000000001"
permalink: /recipes/warm-moroccan-spiced-quinoa-salad-with-apricots/
tagline: "If you like Moroccan spices and cuisine, we think you will fall in love with this heart-healthy salad. "
categories:
- 'Recipes... | {
"content_hash": "ed448a462ac6e7d66ffe305d4269ff15",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 778,
"avg_line_length": 42.755102040816325,
"alnum_prop": 0.7684964200477327,
"repo_name": "sonnetmedia/lagassegirls.com",
"id": "d70bafb689011d7f0e818a836f296521af58dc6a",
... |
There are two methods for getting started with this repo.
#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:
```
> git clone https://github.com/MiguelRamBalt/Redux.git
> cd ReduxSimpleStarter
> npm install
> npm start
```
| {
"content_hash": "920f756ba98393fd0815456ddd8d5240",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 89,
"avg_line_length": 26.09090909090909,
"alnum_prop": 0.7560975609756098,
"repo_name": "MiguelRamBalt/Redux",
"id": "69cf7e13039945d5dd23fdc48d6a37e00af9eea6",
"size": "3... |
//
// keyvi - A key value store.
//
// Copyright 2015 Hendrik Muhs<hendrik.muhs@gmail.com>
//
// 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... | {
"content_hash": "f0a8622637dbf63eae767dd0d301aff5",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 79,
"avg_line_length": 37.34782608695652,
"alnum_prop": 0.5829452852153667,
"repo_name": "cliqz-oss/keyvi",
"id": "139b7df3dae19079a0f440062e6e1352b69930bd",
"size": "3436"... |
using System;
using System.Configuration;
namespace RevStack.Identity.Mvc.Settings
{
public static class RemoveLogin
{
public static string Success
{
get
{
var result = ConfigurationManager.AppSettings["Identity.RemoveLogin.Success"];
... | {
"content_hash": "d078192bf74dc1420e180a858fd32a38",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 94,
"avg_line_length": 25.57894736842105,
"alnum_prop": 0.5576131687242798,
"repo_name": "RevStack/Identity.Mvc",
"id": "3230d860883efb0c2e2580faa0c9dc2857b18988",
"size": ... |
<?php
/**
* TTCC layout format consists of <b>t</b>ime, <b>t</b>hread, <b>c</b>ategory and nested
* diagnostic <b>c</b>ontext information, hence the name.
*
* <p>Each of the four fields can be individually enabled or
* disabled. The time format depends on the <b>DateFormat</b> used.</p>
*
* <p>If no dateForma... | {
"content_hash": "31e5b4a3d9dcd6ab324db43ee11ad7d1",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 104,
"avg_line_length": 30.696969696969695,
"alnum_prop": 0.6095755182625864,
"repo_name": "LowResourceLanguages/InuktitutComputing",
"id": "23eba4a808144eee8d740c41629e9a7a... |
<?xml version="1.0"?>
<config>
<tabs>
<magentothem translate="label" module="themeoptions">
<label>Magentothem</label>
<sort_order>205</sort_order>
</magentothem>
</tabs>
<sections>
<themeoptions translate="label" module="themeoptions">
<label>Theme Options</label>
<tab>magentothem</tab>... | {
"content_hash": "d24751d6a51b731ab5d6851c28966ec8",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 65,
"avg_line_length": 34.63235294117647,
"alnum_prop": 0.5354564755838641,
"repo_name": "cArLiiToX/dtstore",
"id": "13e94a6c0b66f194bac8589d95b4eefd76352f1c",
"size": "235... |
/*jslint evil: true */
'use strict';
import * as React from 'react';
import * as ReactART from 'react-art';
import ARTSVGMode from 'art/modes/svg';
import ARTCurrentMode from 'art/modes/current';
// Since these are default exports, we need to import them using ESM.
// Since they must be on top, we need to import t... | {
"content_hash": "c195d55610092b5fdf11bdcebac6ee8f",
"timestamp": "",
"source": "github",
"line_count": 476,
"max_line_length": 94,
"avg_line_length": 26.930672268907564,
"alnum_prop": 0.5735236757937436,
"repo_name": "acdlite/react",
"id": "950ec77bb1a6eda22aedc2e8c445499378f42c4e",
"size": "13032... |
import spotify
import threading
import json
import os
import nltk.metrics.agreement
import api_keys
# Get secret keys
KEYS = api_keys.get_keys()
logged_in_event = threading.Event()
def pretty_print(obj):
print json.dumps(obj, sort_keys=True, indent=4, separators=(',',': '))
def connection_state_listener(session):
... | {
"content_hash": "70dbea1ead9603d63be789458c04a54c",
"timestamp": "",
"source": "github",
"line_count": 256,
"max_line_length": 82,
"avg_line_length": 28.91796875,
"alnum_prop": 0.7080913143320275,
"repo_name": "willwest/broadwaydb",
"id": "059f4e705407fd88b54870e000d121a2011c7e90",
"size": "7403",... |
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/blkdev.h>
#include <linux/sched.h>
#include <linux/workqueue.h>
#include <linux/delay.h>
#include <linux/pci.h>
#include "mpt3sas_base.h"
/* local definitions */
/* Timeout for config page request (... | {
"content_hash": "0547a5201e3f247aff3fc6870882e32f",
"timestamp": "",
"source": "github",
"line_count": 1644,
"max_line_length": 80,
"avg_line_length": 31.512165450121653,
"alnum_prop": 0.7098405590086091,
"repo_name": "publicloudapp/csrutil",
"id": "e45c4613ef0c3a4a61aca89f5e18d3ba9f4d19d6",
"size... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable... | {
"content_hash": "24b590a3474b1323a6cf5593790c0990",
"timestamp": "",
"source": "github",
"line_count": 2053,
"max_line_length": 297,
"avg_line_length": 36.90501704822211,
"alnum_prop": 0.5908191009159781,
"repo_name": "anas-ambri/androidcompat",
"id": "8951e05d7eb4e2634909bc9253a525e4cd6854db",
"s... |
#ifndef DSYNC_MAILBOX_TREE_H
#define DSYNC_MAILBOX_TREE_H
#include "guid.h"
#include "mail-error.h"
struct mail_namespace;
struct dsync_brain;
enum dsync_mailbox_trees_sync_type {
/* two-way sync for both mailboxes */
DSYNC_MAILBOX_TREES_SYNC_TYPE_TWOWAY,
/* make remote tree look exactly like the local tree */
D... | {
"content_hash": "2f9582ad4bd9eff7b6bcd6ad9e25ca95",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 83,
"avg_line_length": 37.48730964467005,
"alnum_prop": 0.7305348679756263,
"repo_name": "mswart/dovecot2deb",
"id": "7292afdfb43d6d63389c747da7043aba5ed0b4f5",
"size": "7... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.