text stringlengths 2 1.04M | meta dict |
|---|---|
using Universal.Portable.Business;
namespace Universal.Portable.Infrastructure.Interfaces
{
public interface ICypher
{
byte[] Encrypt(byte[] data, string key);
byte[] Decrypt(byte[] data, string key);
Key GenerateKeys();
}
} | {
"content_hash": "6be944778c1b1692a7af5a4ce41d1e32",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 54,
"avg_line_length": 23.818181818181817,
"alnum_prop": 0.6603053435114504,
"repo_name": "rnemtz/programming.net",
"id": "7e872148c4bfe6dc0df4cb0344e94c0b9fe6ea7e",
"size"... |
import COMMAND from '../../../session/command';
import FileListWrapper from './file-list-wrapper';
import * as Browser from '../../utils/browser';
import * as HiddenInfo from './hidden-info';
import Promise from 'pinkie';
import { GetUploadedFilesServiceMessage, StoreUploadedFilesServiceMessage } from '../../../typings... | {
"content_hash": "78d19b5ea7d90c276fbb07acccb8fe69",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 107,
"avg_line_length": 30.005434782608695,
"alnum_prop": 0.555334178590835,
"repo_name": "LavrovArtem/testcafe-hammerhead",
"id": "d167c20c04c5d02801a2a9b8036b8068f777f31f"... |
package com.indielist.web.controller;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.stereotype.Controller;
/**
* @author jsingh on 15-01-17.
*/
@Controller
public class ManagementController {
private static final Logger log = LogManager.getLogger... | {
"content_hash": "0da846461586cc4f253ed4092b149246",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 61,
"avg_line_length": 23.285714285714285,
"alnum_prop": 0.7760736196319018,
"repo_name": "cointify/indielist",
"id": "03f30aa57ec090bceade8133868522eb7d840fc5",
"size": "3... |
package svc
import (
"context"
"os"
"path/filepath"
"sync"
"syscall"
wsvc "golang.org/x/sys/windows/svc"
)
// Create variables for svc and signal functions so we can mock them in tests
var svcIsWindowsService = wsvc.IsWindowsService
var svcRun = wsvc.Run
type windowsService struct {
i Service
... | {
"content_hash": "559338223e6060c58d8a520657fee785",
"timestamp": "",
"source": "github",
"line_count": 170,
"max_line_length": 122,
"avg_line_length": 21.958823529411763,
"alnum_prop": 0.667827484596839,
"repo_name": "judwhite/go-svc",
"id": "b03c36b5c387c6729044a14fecc3f8c3f6b41bcd",
"size": "375... |
<?php
require_once BASE_PATH.'/modules/dicomextractor/constant/module.php';
/** Install the dicomextractor module. */
class Dicomextractor_InstallScript extends MIDASModuleInstallScript
{
/** @var string */
public $moduleName = 'dicomextractor';
/** Post database install. */
public function postInst... | {
"content_hash": "c8d2fdee68f2fe3019f7e77915f4051a",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 136,
"avg_line_length": 44.63636363636363,
"alnum_prop": 0.7372708757637475,
"repo_name": "jcfr/Midas",
"id": "d622f0727cf9dfd88f33940f13d1942e7d48a978",
"size": "1838",
... |
<?php
namespace Acme\StoreBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
/**
* EAVAttributeValue
*
* @ORM\Table()
* @ORM\Entity
*/
class EAVAttributeValue
{
/**
* @var string
*
* @ORM\Id
* @ORM\Column(name="ValueId", type="string", length=32)
* @ORM\GeneratedValue(strategy="NONE")
... | {
"content_hash": "0965496887740c3a0c5e06c65e90641f",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 110,
"avg_line_length": 19.61802575107296,
"alnum_prop": 0.5633340625683658,
"repo_name": "goranpavlovic/TvProgramApp",
"id": "450574c84004c406638c4fef59898bf74e121348",
"... |
set -ue
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
docker build -t kontena/haproxy:latest .
docker push kontena/haproxy:latest | {
"content_hash": "078284d70795543acc30d93daeebabe7",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 56,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.7605633802816901,
"repo_name": "kontena/kontena-haproxy",
"id": "f28a8a8d62f2c60f2b407b4d59b17ed98220be50",
"size"... |
raise "only works with 1 Coordinator" if Coordinator.count != 1
coordinator = Coordinator.last
Assignment.update_all coordinator_id: coordinator.id
Contract.update_all coordinator_id: coordinator.id
| {
"content_hash": "a2c52b72834f1cb2ca80a0735b147f0b",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 63,
"avg_line_length": 33.5,
"alnum_prop": 0.8109452736318408,
"repo_name": "oraclekit/smart_oracle",
"id": "dc1efd3568eca1ce4ecf4e89c919dbafa003f8a3",
"size": "201",
"bin... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#if !defined(DISABLE_SPARSE_TENSORS)
#pragma once
#include "core/framework/data_types.h"
#include "core/framework/tensor_shape.h"
#include "core/framework/tensor.h"
struct OrtValue;
namespace onnxruntime {
class IDataT... | {
"content_hash": "c6c6f561a2fcd5b198495177fa0b87a1",
"timestamp": "",
"source": "github",
"line_count": 534,
"max_line_length": 128,
"avg_line_length": 43.87265917602996,
"alnum_prop": 0.6762421034659382,
"repo_name": "microsoft/onnxruntime",
"id": "fa1ad2771117f42590c9efb7f1b9c57a6b9304d7",
"size"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>axiomatic-abp: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.... | {
"content_hash": "c75ab7e4f186db9484e3f0075e51dae1",
"timestamp": "",
"source": "github",
"line_count": 165,
"max_line_length": 232,
"avg_line_length": 41.07878787878788,
"alnum_prop": 0.5441133077604013,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "d0ae290c0a525ea4c5cead9a1b317e2dda4e8c6f",
... |
package db
import (
"testing"
. "github.com/smartystreets/goconvey/convey"
"github.com/jojopoper/horizon/test"
)
func TestCoreOfferPageByAddressQuery(t *testing.T) {
test.LoadScenario("trades")
Convey("CoreOfferPageByAddressQuery", t, func() {
makeQuery := func(c string, o string, l int32, a string) CoreOff... | {
"content_hash": "c800d9c94507499de9fb198e3e5de9b4",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 114,
"avg_line_length": 33.934065934065934,
"alnum_prop": 0.7240932642487047,
"repo_name": "jojopoper/horizon",
"id": "7abd638f01ab52b22244c48a47dfd60f7027aff3",
"size": "3... |
- Ensure the bug was not already reported by searching on GitHub under [Issues](https://github.com/3runoDesign/setRobot/issues).
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/3runoDesign/setRobot/issues/new). Be sure to include a title and clear description,
as m... | {
"content_hash": "fd7c37e13c198d9dba6b103683f654b0",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 184,
"avg_line_length": 69.45454545454545,
"alnum_prop": 0.7709424083769634,
"repo_name": "3runoDesign/setRobot",
"id": "ae27be7b3d07b4453dbbf7c800f5fbb70c10f8c1",
"size": ... |
<!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": "779c99e3e1213a8138a4028fc01cc8ea",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 364,
"avg_line_length": 93.42465753424658,
"alnum_prop": 0.7042521994134897,
"repo_name": "jlctools/evo",
"id": "f32f87f8d7596cbe2edc2d9f1ba4c2b04bf9742a",
"size": "6820",
... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-... | {
"content_hash": "8f24954cb6d8f9622827d4973b7e282a",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 154,
"avg_line_length": 39.5045045045045,
"alnum_prop": 0.5062713797035348,
"repo_name": "frankV/manekineko",
"id": "f35a3ac96e3522a315d0a8b0531c3fd3014ab9aa",
"size": "43... |
#import "WPTableViewSectionHeaderFooterView.h"
#import "WPTableViewCell.h"
#import "WPStyleGuide.h"
#import "WPDeviceIdentification.h"
#import "NSString+Util.h"
@interface WPTableViewSectionHeaderFooterView ()
@property (nonatomic, strong) UILabel *titleLabel;
@end
@implementation WPTableViewSectionHeaderFooterView... | {
"content_hash": "07ade213ef1dbdf6c80a158741ab0512",
"timestamp": "",
"source": "github",
"line_count": 273,
"max_line_length": 129,
"avg_line_length": 26.93040293040293,
"alnum_prop": 0.7060663764961915,
"repo_name": "pzhtpf/WordPress-Editor-iOS-Extension",
"id": "5b291a658cc0a9de4bfd5512efb282c8231... |
<!--
@license Apache-2.0
Copyright (c) 2018 The Stdlib Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... | {
"content_hash": "b2a9af34f190b176ad97b65db8ea8965",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 296,
"avg_line_length": 21.444444444444443,
"alnum_prop": 0.6947715496938295,
"repo_name": "stdlib-js/stdlib",
"id": "725e4d458a90ab4fe5a66fcd647f70a4f2e30904",
"size": "21... |
angular.module('rapid-build').run(['$rootScope', 'ENV', ($rootScope, ENV) => {
$rootScope.env = ENV;
}]); | {
"content_hash": "d0f6bfc2281f4b4d1aec862832faabcf",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 78,
"avg_line_length": 21.6,
"alnum_prop": 0.6018518518518519,
"repo_name": "rapid-build-ui/rapid-build-ui.io",
"id": "5167b6b46544fec89515a8ad4885aac02abcc3d3",
"size": "10... |
var yeoman = require('yeoman-generator');
var chalk = require('chalk');
var yosay = require('yosay');
var _ = require('lodash');
var path = require('path');
var helpers = require('../../helpers');
module.exports = yeoman.generators.Base.extend({
prompting: function () {
var done = this.async();
this.log(yos... | {
"content_hash": "cf31dcd0cbb84308ed679f37bcd8dd30",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 115,
"avg_line_length": 28.23076923076923,
"alnum_prop": 0.5678928247048138,
"repo_name": "dowjones/generator-slack-slash",
"id": "3c5aed9cc52dc870624785a4cdc7fc0e948afe23",... |
/*
Include declarations.
*/
#include "MagickCore/studio.h"
#include "MagickCore/blob.h"
#include "MagickCore/blob-private.h"
#include "MagickCore/cache.h"
#include "MagickCore/color-private.h"
#include "MagickCore/colormap.h"
#include "MagickCore/colormap-private.h"
#include "MagickCore/colorspace.h"
#include "Mag... | {
"content_hash": "f601c605071832f5137ed37535a8acf2",
"timestamp": "",
"source": "github",
"line_count": 2000,
"max_line_length": 90,
"avg_line_length": 35.327,
"alnum_prop": 0.5292835508251479,
"repo_name": "jachitech/AndroidPrebuiltPackages",
"id": "7e6035004138d68bd1f6c41772ebab5df42aa9f6",
"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_34) on Wed Oct 23 13:33:58 EDT 2013 -->
<TITLE>
Uses of Interface org.hibernate.hql.spi.MultiTableBulkIdStrategy.DeleteHandler (Hibernate JavaDocs)
<... | {
"content_hash": "3dbebd8400da7085be00d67095794063",
"timestamp": "",
"source": "github",
"line_count": 215,
"max_line_length": 445,
"avg_line_length": 54.93488372093023,
"alnum_prop": 0.6627719922106511,
"repo_name": "HerrB92/obp",
"id": "99dd3d6b8342ce8d759c5b1d20b776930a50a217",
"size": "11811",... |
class Notification < ApplicationRecord
enum level: %i[info warning danger]
enum notification_type: %i[global]
# ================
# = Associations =
# ================
has_and_belongs_to_many :users, dependent: :destroy,
join_table: 'notification_acknowledgements'
# ===... | {
"content_hash": "dfcf14b3b723e7e30196af222e7a132f",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 88,
"avg_line_length": 28.879310344827587,
"alnum_prop": 0.6131343283582089,
"repo_name": "DMPRoadmap/roadmap",
"id": "b26be026f74f1181880457dd67a7dd58f1db45fe",
"size": "2... |
{-# LANGUAGE BangPatterns #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{- |
Module : Data.RTree.Strict
Copyright : Copyright (c) 2015, Birte Wagner, Sebastian Philipp
License : MIT
Maintainer : Birte Wa... | {
"content_hash": "11e8b27396605036aae59a0ef11148f8",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 183,
"avg_line_length": 34.966442953020135,
"alnum_prop": 0.6324376199616123,
"repo_name": "sebastian-philipp/r-tree",
"id": "d67a4ffad7cacfcf228411e623ac8e2528398e9c",
"s... |
Contributions are **welcome** and will be fully **credited**.
We accept contributions via Pull Requests on [Github](https://github.com/humweb/menus-module).
## Pull Requests
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)**
- **Add tests!** - Y... | {
"content_hash": "eb0067c34954c4dbc875dae675c7148a",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 302,
"avg_line_length": 39.666666666666664,
"alnum_prop": 0.7336134453781512,
"repo_name": "humweb/menus-module",
"id": "adc1f5e0447b62779608c9060cec7c4e714d18a7",
"size": ... |
To refer to these instructions while editing the flow, open [the github page](Sync%20new%20attendee%20from%20Eventbrite%20to%20lead%20in%20Insightly_instructions.md) (opens in a new window).
1. Click **Create flow** to start using the template.
2. Connect to the following accounts by using your credentials:
- ... | {
"content_hash": "bc49a2fa01248213f25328acfee0c32b",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 190,
"avg_line_length": 56.888888888888886,
"alnum_prop": 0.740234375,
"repo_name": "ot4i/app-connect-templates",
"id": "00cd7ddf815c04f3680987c5aa321f16b8f4a6db",
"size": "... |
""" BenchmarkDefinition model """
import datetime
from django.db import models
from django.db.models import signals
from django.dispatch.dispatcher import receiver
from app.logic.commandrepo.models.CommandSetModel import CommandSetEntry
class BenchmarkDefinitionEntry(models.Model):
""" Benchmark Definition """
... | {
"content_hash": "aee4d9f43e62a31a28a35fc017bb65ca",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 104,
"avg_line_length": 40.4,
"alnum_prop": 0.5836280056577087,
"repo_name": "imvu/bluesteel",
"id": "651503a08effc65425ff37d9e724a74ca9778286",
"size": "5656",
"binary"... |
@implementation FMAppDelegate
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
return YES;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
// Sent when the appli... | {
"content_hash": "25dae73e778e5f9abc812efc9ee45f94",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 281,
"avg_line_length": 51.111111111111114,
"alnum_prop": 0.7885869565217392,
"repo_name": "nicfzhou/FMLibrary",
"id": "c1d6f76fd18e6a9d9307a6a94dfcf83ff39adf65",
"size": "... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:26:34 PDT 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JsonTypeName (Jackson-annot... | {
"content_hash": "a114194cd6f0a729aec46c193684ac22",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 709,
"avg_line_length": 42.2532751091703,
"alnum_prop": 0.6655642827614717,
"repo_name": "FasterXML/jackson-annotations",
"id": "10a8906c774e788d746e9a66542a16a78e4deb56",
... |
package com.zulip.android.networking.response.events;
import com.google.gson.annotations.SerializedName;
import com.zulip.android.models.Presence;
public class PresenceWrapper extends EventsBranch {
@SerializedName("server_timestamp")
private double serverTimestamp;
@SerializedName("email")
private... | {
"content_hash": "6a06d78e098603da2123d390fc343bfc",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 53,
"avg_line_length": 21,
"alnum_prop": 0.7060755336617406,
"repo_name": "saketkumar95/zulip-android",
"id": "9e5b83ae304b37f493472d2c39e9bb45c531f3eb",
"size": "609",
"... |
package org.apache.sshd.server.kex;
import java.security.KeyPair;
import java.security.PublicKey;
import org.apache.sshd.common.Digest;
import org.apache.sshd.common.KeyExchange;
import org.apache.sshd.common.NamedFactory;
import org.apache.sshd.common.Signature;
import org.apache.sshd.common.SshConstants;
import or... | {
"content_hash": "975918c65110619e85e34c9a3a6664c1",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 130,
"avg_line_length": 30.470588235294116,
"alnum_prop": 0.6163127413127413,
"repo_name": "Fob/Asynchronous-SSHD",
"id": "57a948d9430a8932ebe6d48b0c5805d1fe31397f",
"size... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "65498f758a1743ac3dd2eae450c6505e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "9d9164f84ed5846a7ad449a48ef64d49831458a8",
"size": "189... |
"""
cal_lib.py - Ellipsoid into Sphere calibration library based upon numpy and linalg
Copyright (C) 2012 Fabio Varesano <fabio at varesano dot net>
Development of this code has been supported by the Department of Computer Science,
Universita' degli Studi di Torino, Italy within the Piemonte Project
http://www.piemont... | {
"content_hash": "082ccc7f0ad837f2febdce4ee6dae4bd",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 90,
"avg_line_length": 27.416666666666668,
"alnum_prop": 0.6610942249240122,
"repo_name": "murix/beaglebonequadcopter",
"id": "739a8192539a7c812272c7f962450b830e49308f",
"s... |
START_ATF_NAMESPACE
namespace vc_attributes
{
template<>
struct hookAttribute
{
const char *event;
const char *source;
const char *handler;
const char *receiver;
};
}; // end namespace vc_attributes
END_ATF_NAMESPACE
| {
"content_hash": "6de28dd150b738e081e5e66850d671f6",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 37,
"avg_line_length": 23.76923076923077,
"alnum_prop": 0.5372168284789643,
"repo_name": "goodwinxp/Yorozuya",
"id": "11004e51a2d269337c1de2a05ec987f22d251cec",
"size": "46... |
import React, { Component } from "react";
import { css } from "glamor";
class DaySwitcher extends Component {
state = {
selectedDay: 0
};
changeDay(day, index) {
this.props.changeDay(day);
this.setState({ selectedDay: index });
}
render() {
// truncate slider width to 3 decimals
const s... | {
"content_hash": "81201a91b0839516c0ab13c9725c56a8",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 75,
"avg_line_length": 24.735632183908045,
"alnum_prop": 0.5343866171003717,
"repo_name": "QHacks/QHacks-Website",
"id": "0aea41d05feb0fe62dc64f1f046d71e66589604d",
"size":... |
using System;
using System.Linq;
using System.Windows;
namespace GoldenAnvil.Utility.Windows.Theme
{
public static class ThemesUtility
{
public static ResourceDictionary CurrentThemeDictionary { get; private set; }
public static readonly DependencyProperty CurrentThemeUrlProperty = DependencyProperty.RegisterA... | {
"content_hash": "1f70383aa5b3dacd97f0e61e091742ea",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 261,
"avg_line_length": 34.66,
"alnum_prop": 0.7893825735718407,
"repo_name": "SaberSnail/GoldenAnvil.Utility",
"id": "95651b2e5d713c95131d41b104fe98b7c0b7fa92",
"size": "... |
#ifndef AST_h
#define AST_h 1
#include "config.h"
#include "parser.h"
#include "structures.h"
#include "sym_table.h"
typedef struct Expr Expr;
typedef struct Arg_List Arg_List;
typedef struct Stmt Stmt;
typedef struct Cond_Arm Cond_Arm;
typedef struct Except_Arm Except_Arm;
typedef struct Scatter Scatter;
struct E... | {
"content_hash": "149ed7c9cec1660761628b8a65357dcf",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 78,
"avg_line_length": 21.888,
"alnum_prop": 0.6567982456140351,
"repo_name": "coyotebringsfire/MuMoo",
"id": "cb31d7f5a505b243053735150d9d0f0a0321c24c",
"size": "6398",
... |
%% $Date: 2012-07-06 17:42:54#$
%% $Revision: 148 $
\index{temp\_static\_cnrm}
\algdesc{Static Temperature}
{ %%%%%% Algorithm name %%%%%%
temp\_static\_cnrm
}
{ %%%%%% Algorithm summary %%%%%%
Calculates static temperature of the air from total temperature.
This method applies to probe types such as the Rosemount.
}... | {
"content_hash": "c7530572f65b1b86effdf084100a2cba",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 98,
"avg_line_length": 28.647058823529413,
"alnum_prop": 0.6047227926078029,
"repo_name": "eufarn7sp/egads-eufar",
"id": "8206bd1ff563aaf25b133f715e821a474ccaf928",
"size":... |
package com.bkromhout.ruqus;
import com.google.auto.common.MoreElements;
import com.google.auto.common.MoreTypes;
import com.google.auto.common.SuperficialValidation;
import com.squareup.javapoet.*;
import javax.annotation.processing.Messager;
import javax.annotation.processing.RoundEnvironment;
import javax.lang.mod... | {
"content_hash": "351a4b431b4003e4974dd99079b04a01",
"timestamp": "",
"source": "github",
"line_count": 264,
"max_line_length": 120,
"avg_line_length": 48.53409090909091,
"alnum_prop": 0.6260048388355577,
"repo_name": "bkromhout/Ruqus",
"id": "ab5696d0d6c044c1b744ad8b1143d8e3347c5e6c",
"size": "128... |
require 'test_helper'
class IntroexamTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
| {
"content_hash": "6881f5b82fb31f2df968a8762a9c16f1",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 45,
"avg_line_length": 17.571428571428573,
"alnum_prop": 0.6991869918699187,
"repo_name": "rememberlenny/image-drop-newsletter-generation",
"id": "4eacb69ee04765b2f9e4acf985a1... |
var from = require('from2')
module.exports = readStream
function readStream (core, id, opts) {
if (!opts) opts = {}
var start = opts.start || 0
var limit = opts.limit || Infinity
var feed = core.get(id, opts)
var stream = from.obj(read)
stream.id = id
stream.blocks = feed.blocks
feed.ready(onready)
... | {
"content_hash": "f01502da3c10b039a9332f8a2e73b91d",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 44,
"avg_line_length": 21.08,
"alnum_prop": 0.6280834914611005,
"repo_name": "piedshag/hypercore",
"id": "5fb2a78b0c7ef362d738430768a5a6b048c25c85",
"size": "527",
"binar... |
def glTypesNice(types):
"""Make types into English words"""
return types.replace('_',' ').title()
def getLatLong(latitude, longitude):
"""returns the combination of latitude and longitude as required for ElasticSearch"""
return latitude+", "+longitude | {
"content_hash": "111fe4297690b01e492199a7394eda7e",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 86,
"avg_line_length": 36.57142857142857,
"alnum_prop": 0.73828125,
"repo_name": "usc-isi-i2/image-metadata-enhancement",
"id": "b86dfe064f5bf64fa73fe54646cda6555d4a6ffa",
"... |
import logging
import uuid
from kubernetes import client
from kubeflow.fairing import utils
from kubeflow.fairing.builders.base_builder import BaseBuilder
from kubeflow.fairing.builders import dockerfile
from kubeflow.fairing.constants import constants
from kubeflow.fairing.kubernetes.manager import KubeManager
logg... | {
"content_hash": "6857ecf07252024ca5dbce866337ed27",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 87,
"avg_line_length": 38.396694214876035,
"alnum_prop": 0.5891089108910891,
"repo_name": "kubeflow/fairing",
"id": "37e36b306170b580eaf9cf1625f1da56f1da1968",
"size": "46... |
namespace google {
namespace protobuf {
namespace internal {
namespace {
} // namespace
} // namespace internal
} // namespace protobuf
} // namespace google
#include <google/protobuf/port_undef.inc>
| {
"content_hash": "b98580d7d22f17cb7e3938ee6afb8a60",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 41,
"avg_line_length": 17.25,
"alnum_prop": 0.7198067632850241,
"repo_name": "chromium/chromium",
"id": "f1ed951c790934135307c8b3865ed165bf32ba18",
"size": "2800",
"binar... |
package org.terasology.logic.inventory.action;
import org.terasology.module.sandbox.API;
import org.terasology.entitySystem.entity.EntityRef;
import org.terasology.entitySystem.event.AbstractConsumableEvent;
/**
* @deprecated Use InventoryManager method instead.
*/
@API
@Deprecated
public class SwitchItemAction ex... | {
"content_hash": "b32bb9bcb61661f2e92776332d1f4bcb",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 91,
"avg_line_length": 22.902439024390244,
"alnum_prop": 0.6879659211927582,
"repo_name": "MarcinSc/Terasology",
"id": "2ee47e17d7f9c01d5318833d9e8211dc701ea5da",
"size": "... |
/* ??? Eventually more and more of this stuff can go to cpu-independent files.
Keep that in mind. */
#include "sysdep.h"
#include <stdio.h>
#include "ansidecl.h"
#include "dis-asm.h"
#include "bfd.h"
#include "symcat.h"
#include "libiberty.h"
#include "m32r-desc.h"
#include "m32r-opc.h"
#include "opintl.h"
/* D... | {
"content_hash": "400acf8c6ab8162086ef22dfa327f02d",
"timestamp": "",
"source": "github",
"line_count": 658,
"max_line_length": 145,
"avg_line_length": 29.86626139817629,
"alnum_prop": 0.620242214532872,
"repo_name": "shaotuanchen/sunflower_exp",
"id": "ac82c7425a4a0bb09c87b1db1969d396432e90f0",
"s... |
#include "mitkPlanarFigure.h"
#include "mitkGeometry2D.h"
#include "mitkProperties.h"
#include <mitkProportionalTimeGeometry.h>
#include "algorithm"
mitk::PlanarFigure::PlanarFigure()
: m_SelectedControlPoint( -1 ),
m_PreviewControlPointVisible( false ),
m_FigurePlaced( false ),
m_Geometry2D( NULL ),
m_Po... | {
"content_hash": "90fe752b9985b3ef7ffd78391be062f0",
"timestamp": "",
"source": "github",
"line_count": 721,
"max_line_length": 165,
"avg_line_length": 25.309292649098474,
"alnum_prop": 0.6881302060499781,
"repo_name": "rfloca/MITK",
"id": "cc828c0761acb0010a3ffc27bb253b9e78afa5cf",
"size": "18746"... |
#ifndef SCROLLING_BUFFER_IS_DEFINED
#define SCROLLING_BUFFER_IS_DEFINED
#ifdef ARDUINO
#include <alib-c/includes/alib_error.h>
#else
#include <alib-c/alib_error.h>
#endif
extern "C"
{
#include <inttypes.h>
#include <stdlib.h>
#include <string.h>
}
namespace alib
{
#ifndef SB_SIFT_BUFF_SIZE
#define SB_SIFT_BUFF_SIZ... | {
"content_hash": "e16eccc484e3c8069ca83cd1d08ef694",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 104,
"avg_line_length": 26.839285714285715,
"alnum_prop": 0.6706586826347305,
"repo_name": "acs9307/alib-cpp",
"id": "3740718b99fb4f8a9f9d3e33f56eecbda3d6c50a",
"size": "3... |
var previousMobird = root.Mobird;
var Mobird = function(obj) {
if (obj instanceof Mobird) {
return obj;
}
if (!(this instanceof Mobird)) {
return new Mobird(obj);
}
this._wrapped = obj;
};
Mobird.VERSION = '0.2.1';
Mobird.$ = $;
Mobird.noConflict = function() {
root.Mobird = previousMobird;
re... | {
"content_hash": "f77602d2904722ec1763f167b1d32f66",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 34,
"avg_line_length": 16.65,
"alnum_prop": 0.6336336336336337,
"repo_name": "pinkpoppy/practice",
"id": "bfb29ceabcd775fcd11dc1830266874f69d89c16",
"size": "333",
"binar... |
package com.android.internal.app;
import android.app.AlertDialog.Builder;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.ComponentName;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
impor... | {
"content_hash": "22eae3b049fbefb6e896ea30b8f98254",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 96,
"avg_line_length": 35.654761904761905,
"alnum_prop": 0.6320534223706177,
"repo_name": "xorware/android_frameworks_base",
"id": "8156f79f3be3bcb8d68cbc46ced5c627fdabe40d",... |
<?php
namespace Nicmart\Benchmark;
class MachineData
{
public static $opcacheExtenstions = array(
'apc' => array('Alternative PHP Cache (APC)', 'apc.enabled'),
'eaccelerator' => array('eAccelerator', 'eaccelerator.enabled'),
'xcache' => array('XCache', null),
'Zend OPcache' => ar... | {
"content_hash": "279d9e41738b88ed35845874eb9345cd",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 89,
"avg_line_length": 24.431372549019606,
"alnum_prop": 0.5240770465489567,
"repo_name": "nicmart/Benchmark",
"id": "70cd1f04be4d11f389944d5d77b4dfe14006714f",
"size": "14... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ja">
<head>
<!-- Generated by javadoc (1.8.0_252) on Mon Jul 06 12:25:12 JST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>概要リスト (Device Connect SDK f... | {
"content_hash": "4f092ad4bed554291e0f883670327495",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 149,
"avg_line_length": 56.592592592592595,
"alnum_prop": 0.731020942408377,
"repo_name": "DeviceConnect/DeviceConnect-Docs",
"id": "3cebba2d47f9ba5a0681d0bca180312a89ae1680"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Threading;
using MetaDslx.Core;
using MetaDslx.Compiler;
using MetaDslx.Compiler.Binding;
using MetaDslx.Languages.Soal.Symbols;
namespace MetaDslx.Languages.Soal.Binding
{
public class ... | {
"content_hash": "6687891146f53d50e4080f9f292f8695",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 104,
"avg_line_length": 24.275,
"alnum_prop": 0.615859938208033,
"repo_name": "dbogancs/soal-cs",
"id": "15ecc2d273970ef294dbe5a73336ba80ca84e36b",
"size": "1099",
"binar... |
<div class="placeholder-animation"
[ngStyle]="{'height': height, 'width': width}">
</div>
| {
"content_hash": "23df916648995f68bb3bbae928a513be",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 52,
"avg_line_length": 31.666666666666668,
"alnum_prop": 0.631578947368421,
"repo_name": "Ismaestro/angular2-tour-of-heroes",
"id": "6fc1b517d7787c1d36229132ea53bf67310b69d1",... |
using System;
namespace Manatee.Json.Console.Logging
{
/// <summary>
/// Logger type initialization
/// </summary>
public static class Log
{
private static Type _logType = typeof(NullLog);
/// <summary>
/// Sets up logging to be with a certain type
/// </summary>
/// <typeparam name="T">The type of IL... | {
"content_hash": "a42839d060312519ab348451a8236b55",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 101,
"avg_line_length": 27.02857142857143,
"alnum_prop": 0.6775898520084567,
"repo_name": "gregsdennis/Manatee.Json",
"id": "acf0faa1c4a4142650d06d49197e74bc7e2315b1",
"siz... |
<!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_13) on Wed Apr 02 19:28:39 CDT 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
CaseInsensitiveLetterState (... | {
"content_hash": "f751ed02a84671b570854e5b42c79f09",
"timestamp": "",
"source": "github",
"line_count": 286,
"max_line_length": 493,
"avg_line_length": 50.68531468531469,
"alnum_prop": 0.653628587196468,
"repo_name": "flax3lbs/cpptasks-parallel",
"id": "e6a9cd90cf41bed9f33dc4c87371d003f471f157",
"s... |
/*
* 07/28/2008
*
* RtfGenerator.java - Generates RTF via a simple Java API.
*
* This library is distributed under a modified BSD license. See the included
* LICENSE file for details.
*/
package org.fife.ui.rsyntaxtextarea;
import java.awt.*;
import java.util.ArrayList;
import java.util.List;
import org.fife.... | {
"content_hash": "91ccf79f6df70657b8fba614ba9f38e5",
"timestamp": "",
"source": "github",
"line_count": 497,
"max_line_length": 85,
"avg_line_length": 27.65995975855131,
"alnum_prop": 0.6424674474430785,
"repo_name": "bobbylight/RSyntaxTextArea",
"id": "b4edc1f8f59a13014757514e7a668fcb92d4a475",
"s... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Consp. fung. (Leipzig) 126 (1805)
#### Original name
Uredo menthae var. violae Alb. & Schwein.
### Remarks
null | {
"content_hash": "34df2089bf18d82582794554a8f960d0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 41,
"avg_line_length": 13.461538461538462,
"alnum_prop": 0.6857142857142857,
"repo_name": "mdoering/backbone",
"id": "202afe6744ec4459c21727f1b8ccaa82abfccb09",
"size": "24... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "60448f7cf5c5f0ed66551ecb58d022fe",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "aeb62ced9096a4bfeac995ca1061fe507cd59d7a",
"size": "212... |
<?php
namespace backend\controllers;
use Yii;
use backend\models\Locations;
use backend\models\LocationsSearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use yii\helpers\Json;
/**
* LocationsController implements the CRUD actions for Locations model.
*/
class LocationsC... | {
"content_hash": "7249e38a4af57855291dddf378ed76cb",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 85,
"avg_line_length": 26.21875,
"alnum_prop": 0.5443980929678188,
"repo_name": "kitsabrahams/advanced",
"id": "04d1c20d429408ff44da6a4d2e360db03c6b49a4",
"size": "3356",
... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Configuration.Install;
using System.Linq;
using System.Threading.Tasks;
namespace Exchange.StockPriceGenerator
{
[RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration... | {
"content_hash": "44cb49465a5d016e2be9f2f65a5dc497",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 82,
"avg_line_length": 23.263157894736842,
"alnum_prop": 0.7239819004524887,
"repo_name": "Zabaa/Exchange",
"id": "9bd626eb51000e6c3e0e889558170177975cd1ca",
"size": "444",... |
FactoryGirl.define do
factory :shopart_credit_card, :class => 'Shopart::CreditCard' do
end
end
| {
"content_hash": "a2c15b1bb7202b2edf6cdb296907af00",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 66,
"avg_line_length": 17.5,
"alnum_prop": 0.6952380952380952,
"repo_name": "Shayol/Shopart",
"id": "e149b19252065afc9fb3e7b44f1bdc460f52d858",
"size": "105",
"binary": fa... |
Sample source code below will display you how to manage a complex task like read barcode from live video cam (wpf) with barcode reader sdk in VB.NET. ByteScout Barcode Suite is the bundle that privides 3 SDK products to generate barcodes (Barcode SDK), read barcodes (Barcode Reaer SDK) and read and write spreadsheets ... | {
"content_hash": "161263640adcae677042e653781380f6",
"timestamp": "",
"source": "github",
"line_count": 662,
"max_line_length": 435,
"avg_line_length": 35.60422960725076,
"alnum_prop": 0.6388629613915995,
"repo_name": "bytescout/ByteScout-SDK-SourceCode",
"id": "8e1177abd87639e0205876df7a384641f29260... |
package edu.mit.spacenet.gui.element;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemList... | {
"content_hash": "126dd6ae76c50ee1fa9ed3c7a311c9fb",
"timestamp": "",
"source": "github",
"line_count": 414,
"max_line_length": 121,
"avg_line_length": 35.08454106280193,
"alnum_prop": 0.7435456110154905,
"repo_name": "ptgrogan/spacenet",
"id": "fc71fad301c626fcccb45fcd6735adc567091754",
"size": "1... |
class FailJob < ActiveJob::Base
include ActiveJob::Locking::Unique
self.lock_acquire_time = 2
# We want the job ids to be all the same for testing
def lock_key(index, sleep_time)
self.class.name
end
# Pass in index so we can distinguish different jobs
def perform(index, sleep_time)
raise(Argume... | {
"content_hash": "f9bfe6042cdb1c605e4c8c9f4c97ac6f",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 54,
"avg_line_length": 23.466666666666665,
"alnum_prop": 0.7159090909090909,
"repo_name": "cfis/activejob-locking",
"id": "140285d5dd5dc171aed0ecd64c89ea345518d9c4",
"size"... |
using EliteDangerousCore;
using EliteDangerousCore.EDSM;
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace EDDiscovery.UserControls.Search
{
public class DataGridViewStarResults : DataGridView
{
public bool CheckEDSM { get; set; }
public Action<HistoryEntr... | {
"content_hash": "020a20346d6ca18db4085f5932f14f5c",
"timestamp": "",
"source": "github",
"line_count": 203,
"max_line_length": 152,
"avg_line_length": 36.38423645320197,
"alnum_prop": 0.5231519090170593,
"repo_name": "klightspeed/EDDiscovery",
"id": "007347dde2f362dc0859c02a56d6aa55422d83d7",
"siz... |
@interface UIFont (SigmarOne)
+ (instancetype)sigmarOneFontOfSize:(CGFloat)size;
@end
| {
"content_hash": "f45096f2f219b889e1d57dd443614499",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 50,
"avg_line_length": 14.833333333333334,
"alnum_prop": 0.7752808988764045,
"repo_name": "parakeety/GoogleFontsiOS",
"id": "30715cbb305071539c1810c057dad7cda4071e7e",
"size... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Reflection;
using System.Threading;
using Syste... | {
"content_hash": "70eacea6f154ff02bb3a55fbbb901d88",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 254,
"avg_line_length": 46.02105263157895,
"alnum_prop": 0.6898444647758463,
"repo_name": "karthiknadig/RTVS",
"id": "dd9f0e6acee42dff13701a3b7789a37f969f0708",
"size": "43... |
'use strict';
/**
* Module dependencies.
*/
var passport = require('passport');
module.exports = function(app) {
// User Routes
var users = require('../../app/controllers/users');
// Setting up the users profile api
app.route('/users/me').get(users.me);
app.route('/users').put(users.update);
app.route('/user... | {
"content_hash": "daa9911b807d8e80c6e802b0a3936bd8",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 83,
"avg_line_length": 36.01538461538462,
"alnum_prop": 0.7197778727039726,
"repo_name": "chipjacks/runlab",
"id": "0eec678f8694a6f91e093e7266e4e5fdcbe579fa",
"size": "2341... |
Django Annotations extended framework
```python
# Now
class Author:
@djangotation.annotation(Count('book'))
def book_count(self):
return self.book_set.count()
# Future
class Author:
book_count = djangotation.tations.count('book')
book_count_book_count = djangotation.tations.sum('book_c... | {
"content_hash": "8238479e7da431c964e5daced3b20d27",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 84,
"avg_line_length": 24.894736842105264,
"alnum_prop": 0.6754756871035941,
"repo_name": "CyboLabs/Djangotation",
"id": "093fd9e1a2a93a2d26be58c8e0c073c22e507412",
"size":... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Annls mycol. 29: 253 (1931)
#### Original name
Schiffnerula trachysperma Petr.
### Remarks
null | {
"content_hash": "e53dbce8069cb902f647983da52f8817",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 12.23076923076923,
"alnum_prop": 0.710691823899371,
"repo_name": "mdoering/backbone",
"id": "cd6eef13411cecb0165db34408d2f84253866cd3",
"size": "214"... |
1. Please speak English, this is the language everybody of us can speak and write.
2. Please ask questions or config/deploy problems on our pREST channel: https://gitter.im/nuveo/prest
3. Please take a moment to search that an issue doesn't already exist.
4. Please give all relevant information below for bug reports, i... | {
"content_hash": "91517c20c7b30cdbcdb855366981a77f",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 119,
"avg_line_length": 37.05882352941177,
"alnum_prop": 0.7666666666666667,
"repo_name": "henriquechehad/prest",
"id": "026f7fde414fae4ad0ac95b148ca2916bde1cd30",
"size": ... |
#pragma once
#include <aws/serverlessrepo/ServerlessApplicationRepository_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace ServerlessApplicationRep... | {
"content_hash": "8d02345a768bb062ec36af27980c6acd",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 136,
"avg_line_length": 33.86046511627907,
"alnum_prop": 0.69253663003663,
"repo_name": "jt70471/aws-sdk-cpp",
"id": "784a657d7e6ce2d858774f911916c03aed67cac4",
"size": "4... |
namespace Checkpoints
{
typedef std::map<int, uint256> MapCheckpoints;
//
// What makes a good checkpoint block?
// + Is surrounded by blocks with reasonable timestamps
// (no blocks before with a timestamp after, none after with
// timestamp before)
// + Contains no strange transactio... | {
"content_hash": "ee83fde8637dd917dd7c9f5227712baf",
"timestamp": "",
"source": "github",
"line_count": 406,
"max_line_length": 200,
"avg_line_length": 43.37684729064039,
"alnum_prop": 0.6541366191584805,
"repo_name": "DustCoinProject/DustCoin",
"id": "5c9e58d454c52c2ffdaf6b9275133fe70d03632a",
"si... |
// https://github.com/jeromeetienne/microevent.js/blob/master/microevent.js
/**
* MicroEvent - to make any js object an event emitter (server or browser)
*
* - pure javascript - server compatible, browser compatible
* - dont rely on the browser doms
* - super simple - you get it immediatly, no mistery, no magic i... | {
"content_hash": "3c224cf5ceec79cf17e836fb4812e46e",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 83,
"avg_line_length": 32.03508771929825,
"alnum_prop": 0.6423877327491785,
"repo_name": "qiu-deqing/snippet",
"id": "c601413db378066108ad72242f27e5ed1293bed6",
"size": "18... |
package client.app.configuration.usergroups.gui.def;
import share.core.constants.Constants;
import client.core.gui.components.ExtendedTable;
public class GUISearchUserGroups
{
public static final String PATH = Constants.GUI_BASE_PATH + "configuration/usergroups/gui/xml/search_user_groups";
public enum Li... | {
"content_hash": "073f51d83bb094bb42b75275d78bcfdb",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 115,
"avg_line_length": 24.25,
"alnum_prop": 0.7577319587628866,
"repo_name": "vndly/saas",
"id": "aefae5185b28d8a51f36da2dc4179d1d0ac38786",
"size": "388",
"binary": fal... |
package com.pedro.encoder.input.decoder;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.media.MediaCodec;
import android.media.MediaDataSource;
import android.media.MediaExtractor;
import android.media.MediaFormat;
import android.net.Uri;
import android.os.Build;
impor... | {
"content_hash": "e54598cf784e1aa4657e95c4cb5bdc9d",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 102,
"avg_line_length": 29.44015444015444,
"alnum_prop": 0.6575737704918033,
"repo_name": "pedroSG94/rtmp-rtsp-stream-client-java",
"id": "856fcc938c5694b93dd5c2f12c8375c392... |
SNOMED is distributed in multiple "modules". Each module makes a set of assertions about a collection of SNOMED CT concepts. SNOMED CT International is composed of two modules:
* International Release, Core Module (900000000000207008)
* SNOMED CT Model Component Module (900000000000012004) (aka. "Metadata module")
... | {
"content_hash": "0f30ffc176230f7e309fcf4a69379b7d",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 695,
"avg_line_length": 62.09756097560975,
"alnum_prop": 0.7826001571091908,
"repo_name": "hsolbrig/SNOMEDToOWL",
"id": "fce5b1a894f3fedb50ff7728106ffd99f0b3a74f",
"size": ... |
package com.salton123.mengmei.model.bmob;
import com.salton123.mengmei.model.bean.User;
import java.util.List;
import cn.bmob.v3.BmobObject;
/**
* User: 巫金生(newSalton@outlook.com)
* Date: 2016/9/5 22:45
* Time: 22:45
* Description:
*/
public class VoiceEntity extends BmobObject {
private i... | {
"content_hash": "b98c424ddf8b60cf9482cfa132f71e86",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 66,
"avg_line_length": 20.973856209150327,
"alnum_prop": 0.5923963851667186,
"repo_name": "456838/usefulCode",
"id": "e6b6aaac6b6f28c7185f1f5a6669f384fe81f2d0",
"size": "3... |
<!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_72) on Wed May 13 11:47:42 EDT 2015 -->
<title>Cassandra.insert_result._Fields (apache-cassandra API)</title>
<meta name="date" content... | {
"content_hash": "ad6d31a0da5b93a2e2333f7b100d2395",
"timestamp": "",
"source": "github",
"line_count": 422,
"max_line_length": 257,
"avg_line_length": 42.7345971563981,
"alnum_prop": 0.6728956415659311,
"repo_name": "anuragkapur/cassandra-2.1.2-ak-skynet",
"id": "9f8b65b070294af793c1edeaf5c41b59efc0... |
require_relative 'persistent_service.rb'
require_relative 'non_persistent_service.rb'
| {
"content_hash": "f2885d5ca06c148629f06dddf29631ae",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 44,
"avg_line_length": 29,
"alnum_prop": 0.8160919540229885,
"repo_name": "EnginesOS/System",
"id": "2cba25dfc25a4f0b6fae22ae5f6796698ca8051d",
"size": "87",
"binary": fal... |
package com.weygo.weygophone.pages.shopcart.model;
import com.weygo.weygophone.pages.tabs.home.model.WGHomeFloorContentGoodItem;
/**
* Created by muma on 2017/8/18.
*/
public class WGShopCartGoodItem extends WGHomeFloorContentGoodItem {
public Integer goodCount;
public long shopCartId;
}
| {
"content_hash": "f7c86950c7ccd521600be5165c0ca6a3",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 77,
"avg_line_length": 21.714285714285715,
"alnum_prop": 0.7796052631578947,
"repo_name": "mumabinggan/WeygoPhone",
"id": "aa3103073a33ea82ac2df5cbff53a26ef7f17fae",
"size"... |
class CreateProducts < ActiveRecord::Migration[5.0]
def change
create_table :products do |t|
t.string :name
t.string :location
t.boolean :available
t.timestamps
end
end
end
| {
"content_hash": "184bbbc572de1e8a009e43ae77b2c570",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 51,
"avg_line_length": 19.09090909090909,
"alnum_prop": 0.6476190476190476,
"repo_name": "jeyavel-velankani/Jel_Apps",
"id": "1bf2c16dec046470719a195ed7021ba9eaea38af",
"si... |
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
#include "org_haggle_Interface.h"
#include "javaclass.h"
#include <libhaggle/haggle.h>
/*
* Class: org_haggle_Interface
* Method: nativeFree
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_org_haggle_Interface_nativeFree(JNIEnv *... | {
"content_hash": "3f92d037335c90c9110b79b045683582",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 147,
"avg_line_length": 30.25,
"alnum_prop": 0.7001180637544274,
"repo_name": "eebenson/haggle",
"id": "ae2491b0158492e1826ad86fa70dd5e8016d6df8",
"size": "1694",
"binary... |
////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2022 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | {
"content_hash": "e7af26bbe9dc196e63ecd29c0475700f",
"timestamp": "",
"source": "github",
"line_count": 419,
"max_line_length": 80,
"avg_line_length": 38.042959427207634,
"alnum_prop": 0.6528230865746549,
"repo_name": "wiltonlazary/arangodb",
"id": "c31452e48320208989a13fc41362464be9e3a301",
"size"... |
/**
* index
* @author: oldj
* @homepage: https://oldj.net
*/
import { useModel } from '@@/plugin-model/useModel'
import { Box, Flex, HStack, IconButton } from '@chakra-ui/react'
import ItemIcon from '@renderer/components/ItemIcon'
import SwitchButton from '@renderer/components/SwitchButton'
import ConfigMenu from ... | {
"content_hash": "7e802ae7a2555ece84c1f1208efaf63c",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 143,
"avg_line_length": 29.91044776119403,
"alnum_prop": 0.5399201596806387,
"repo_name": "oldj/SwitchHosts",
"id": "a0dfb31838a46907f9cfbb1d065213b89b23a7ba",
"size": "40... |
<?xml version="1.0" encoding="UTF-8"?>
<ldswebml type="image" uri="/media-library/images/temples/denver-colorado#denver-temple-lds-999518" xml:lang="eng" locale="eng" status="publish" xmlns:its="http://www.w3.org/2005/11/its">
<search-meta>
<uri-title its:translate="no">denver-temple-lds-999518</uri-title>
... | {
"content_hash": "5c336181d91aa6b8ae3572573757cb57",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 187,
"avg_line_length": 50.44,
"alnum_prop": 0.6094369547977796,
"repo_name": "freshie/ml-taxonomies",
"id": "826cf1267a5a572fed7ce192d1a737ef5742a327",
"size": "2522",
"... |
package jef.database.query.function;
import java.util.Collections;
import java.util.List;
import javax.persistence.PersistenceException;
import jef.database.jsqlparser.expression.Function;
import jef.database.jsqlparser.expression.operators.relational.ExpressionList;
import jef.database.jsqlparser.visitor.Expressio... | {
"content_hash": "2e81f4c749c9faf675aa334b7077ebdf",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 79,
"avg_line_length": 23.88888888888889,
"alnum_prop": 0.746843853820598,
"repo_name": "xuse/ef-orm",
"id": "ac976d28edc8e417506ec87c8106dffae3e9897e",
"size": "2546",
"... |
<!DOCTYPE html>
<html>
<head>
<title>
Mocha/Chai/Expect: Example 1
</title>
<link rel="stylesheet" href="../mocha.css" type="text/css">
</head>
<body>
<!-- Mocha will be displaying test cases report -->
<div id="mocha"></div>
<!-- Include mocha -... | {
"content_hash": "af55c4712b543c5bf1bf87d92d3084fc",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 67,
"avg_line_length": 24.470588235294116,
"alnum_prop": 0.4879807692307692,
"repo_name": "hegdeashwin/learning-mocha-chai",
"id": "c71d1177b166a209366b7693790d2796f90d5a92",... |
module TwitterShuwei
class Tweet
attr_accessor :id, :created_at, :text, :user
def initialize attributes
attributes.keys.each { |k| instance_variable_set("@#{k}", attributes[k]) if respond_to?(k) }
end
end
end | {
"content_hash": "d43acc387de4871b9910400c80ce13d3",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 98,
"avg_line_length": 25.666666666666668,
"alnum_prop": 0.6666666666666666,
"repo_name": "fsw0723/twitter_shuwei",
"id": "458721c1bbd09b1e9465a553a0d287e8a0edbcd4",
"size":... |
package middlewares
import (
"context"
"fmt"
"io/ioutil"
"net/http"
"net/url"
"os"
"path/filepath"
"runtime"
"testing"
"github.com/containous/traefik/middlewares/accesslog"
shellwords "github.com/mattn/go-shellwords"
"github.com/stretchr/testify/assert"
)
type logtestResponseWriter struct{}
var (
logge... | {
"content_hash": "d11df0bf2c1143a567b8519e3414d772",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 184,
"avg_line_length": 31.929133858267715,
"alnum_prop": 0.6855733662145499,
"repo_name": "yyekhlef/traefik",
"id": "9038d6679fbc31924b61b35504a6cb3c61281d5d",
"size": "4... |
import itertools
from ...core import Add, Equality, Integer, Mul, Pow, Rational, S, Symbol, oo
from ...core.function import _coeff_isneg
from ...logic import true
from ...utilities import default_sort_key, group
from ..conventions import requires_partial
from ..printer import Printer
from ..str import sstr
from .prett... | {
"content_hash": "75bc6515ad23699434c73cc966fb7c33",
"timestamp": "",
"source": "github",
"line_count": 1744,
"max_line_length": 104,
"avg_line_length": 33.87442660550459,
"alnum_prop": 0.5164446400460416,
"repo_name": "skirpichev/omg",
"id": "db16eb6c529b5d2c0bec464b3ace2e7e548038d5",
"size": "590... |
define(function(require) {
'use strict';
var _ = require('underscore');
var Backgrid = require('bowerassets/backgrid/lib/backgrid');
/**
* Cells should be removed durung dispose cycle
*/
Backgrid.Cell.prototype.keepElement = false;
/**
* Copied from backgrid. Removed unused in ... | {
"content_hash": "716d0fb402c472321d04967625fbde1b",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 96,
"avg_line_length": 33.32,
"alnum_prop": 0.5876350540216086,
"repo_name": "Djamy/platform",
"id": "82a07e6b32506ffee569bff68adcd8d972803666",
"size": "3332",
"binary"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "28544aa6aa55f22e84dc46e8a5a03c52",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "dbf50c4018ce87adfd96e2610682965980e938d8",
"size": "183... |
title: "004"
_template: council
_layout: ifvcc-minimal
circuitTitle: '4th Judicial Circuit Family Violence Coordinating Council '
counties: Christian, Clay, Clinton, Effingham, Fayette, Jasper, Marion, Montgomery, Shelby
leadership: '<ul><li>Hon. James Eder - Chair </li><li>Hon. Ericka Sanders - Vice-Chair</li></ul>'
c... | {
"content_hash": "bfccdcadc23ccd61be425488784808c1",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 298,
"avg_line_length": 75.6875,
"alnum_prop": 0.7522708505367465,
"repo_name": "ICJIA/icjia-public-website",
"id": "2fa17b78b04e6769637d1f70af653b98ad65abaf",
"size": "121... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
Parsonsia induplicata (F.Muell.) Markgr.
### Remarks
null | {
"content_hash": "6232018e12e09dcbb28b98de3a5801ed",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 40,
"avg_line_length": 12.461538461538462,
"alnum_prop": 0.7222222222222222,
"repo_name": "mdoering/backbone",
"id": "61aeebf6b13a1b19da48c7f13a65b4c7acd1cca3",
"size": "22... |
\echo Use "ALTER EXTENSION cdb_dataservices_server UPDATE TO '0.24.2'" to load this file. \quit
-- HERE goes your code to upgrade/downgrade
---- cdb_geocode_namedplace_point(city_name text)
CREATE OR REPLACE FUNCTION cdb_dataservices_server.cdb_geocode_namedplace_point(username text, orgname text, city_name text)
RETU... | {
"content_hash": "6ad5410c611ad1cc8edc9722d885e324",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 171,
"avg_line_length": 71.15789473684211,
"alnum_prop": 0.7230029585798816,
"repo_name": "CartoDB/geocoder-api",
"id": "a1015d31693676b0942b95ef91fc06fce5c70fd5",
"size": ... |
package com.compositesw.services.system.admin.execute;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for executeNativeSqlRequest complex type.
*... | {
"content_hash": "7db5e87bed5c442ea04d3ef7d372114f",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 108,
"avg_line_length": 26.078125,
"alnum_prop": 0.6315158777711204,
"repo_name": "cisco/PDTool",
"id": "1861983a84001c8c487631bb4b2c755171481f27",
"size": "1669",
"binar... |
//go:build linux
// +build linux
package kuberuntime
import (
"reflect"
"strconv"
"testing"
"github.com/google/go-cmp/cmp"
libcontainercgroups "github.com/opencontainers/runc/libcontainer/cgroups"
"github.com/stretchr/testify/assert"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k... | {
"content_hash": "11678b6e63b537dc2b72c95022566722",
"timestamp": "",
"source": "github",
"line_count": 669,
"max_line_length": 206,
"avg_line_length": 27.378176382660687,
"alnum_prop": 0.6435903035597292,
"repo_name": "openshift/kubernetes",
"id": "1a50d96143fdfe629e38350e68d5520a4dec8025",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/view_nav_bar"/>
<ScrollView
android:layout_w... | {
"content_hash": "de234f01c7eb7800f5eeaa981f37f965",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 62,
"avg_line_length": 30.8,
"alnum_prop": 0.6493506493506493,
"repo_name": "xebia-france/quiz-android",
"id": "81b5abf6041332ac625c34f81c28d5020b7b06f7",
"size": "616",
... |
\hypertarget{namespaceodf_1_1odf2xhtml}{\section{odf.\+odf2xhtml Namespace Reference}
\label{namespaceodf_1_1odf2xhtml}\index{odf.\+odf2xhtml@{odf.\+odf2xhtml}}
}
\subsection*{Classes}
\begin{DoxyCompactItemize}
\item
class \hyperlink{classodf_1_1odf2xhtml_1_1ODF2XHTML}{O\+D\+F2\+X\+H\+T\+M\+L}
\begin{DoxyCompactList}... | {
"content_hash": "5f687345b56c928616048a8ead46385a",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 221,
"avg_line_length": 63.888888888888886,
"alnum_prop": 0.7226086956521739,
"repo_name": "bossvn/odfpy",
"id": "13192ec89a008d0945499189a910c3f08854ff38",
"size": "3450",... |
using System;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace Mozu.Api.Contracts.Fulfillment {
/// <summary>
///
/// </summary>
[DataContract]
public class DashboardResponse {
/// <summary>
/// Gets ... | {
"content_hash": "5e5a04b2c03588c16d9176f515f4f292",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 92,
"avg_line_length": 30.433333333333334,
"alnum_prop": 0.6588170865279299,
"repo_name": "Mozu/mozu-dotnet",
"id": "c96e0c901837848a439ff27bc3ccc08481f6933e",
"size": "182... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.