text stringlengths 2 1.04M | meta dict |
|---|---|
from fabric.api import *
from json import JSONEncoder
import secrets
from tinycloud.env import ConnectionManager
class Server(JSONEncoder):
def __init__(self, name, ip, port, user, pwd, capacity, virt_type='docker'):
super(Server, self).__init__()
self.name = name
self.ip = ip
sel... | {
"content_hash": "2b71da41b3c5aa222e9d83173c82bce6",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 88,
"avg_line_length": 30.724137931034484,
"alnum_prop": 0.5959595959595959,
"repo_name": "ebagdasa/tinycloud",
"id": "cbd703b8300a3fcda1cd4172466e4d7e12456976",
"size": "8... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">... | {
"content_hash": "4d736b4e09f672b8ffc0c3555e8583b3",
"timestamp": "",
"source": "github",
"line_count": 485,
"max_line_length": 119,
"avg_line_length": 35.02061855670103,
"alnum_prop": 0.445216367382985,
"repo_name": "erickosma/accessuser",
"id": "ca1662dc329c52123ba4590ca0a666ebb4eeebe2",
"size": ... |
package com.jroossien.boxx.util.item;
import com.jroossien.boxx.options.SingleOption;
import org.bukkit.command.CommandSender;
public abstract class ItemTagCallback {
abstract boolean onSet(CommandSender sender, EItem item, SingleOption result);
abstract String onGet(EItem item);
}
| {
"content_hash": "6c44315a0a10b7e6ee3319024c234953",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 82,
"avg_line_length": 26.818181818181817,
"alnum_prop": 0.7966101694915254,
"repo_name": "Rojoss/Boxx",
"id": "0dbc0291a551d6831a7b31a990efdcfdb4d72387",
"size": "1491",
... |
package extracells.api.storage.filter;
import net.minecraftforge.fluids.Fluid;
import java.util.EnumSet;
/**
* Interface for filtering fluids.
* Used to blacklist fluids from EC grid functions.
*/
public interface IFluidFilter {
/**
* @param filterTypes A list of modes to filter for, see {@link FilterTyp... | {
"content_hash": "522d445fe57eac471a1eef85fb3045d2",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 79,
"avg_line_length": 26.27777777777778,
"alnum_prop": 0.7082452431289641,
"repo_name": "ruifung/ExtraCells2",
"id": "f960d8a5f1b1b2f59266f8c96f457b7f3157194d",
"size": "4... |
/*jshint node:true*/
'use strict';
var express = require('express');
var app = express();
var bodyParser = require('body-parser');
var compress = require('compression');
var cors = require('cors');
var errorHandler = require('./routes/utils/errorHandler')();
var favicon = require('serve-favicon');
var logger = require... | {
"content_hash": "6660f23c98c983f046159a8e77f42cb7",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 65,
"avg_line_length": 27.157894736842106,
"alnum_prop": 0.6117571059431525,
"repo_name": "LRPalacios/web-project-template-less",
"id": "876b6daa5666ba9f541ca61ca735344189a97... |
package org.opensaml.saml1.core.impl;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import org.opensaml.saml1.core.Assertion;
import org.opensaml.saml1.core.Response;
import org.opensaml.saml1.core.Status;
import org.opensaml.xml.XMLObject;
import org.opensaml.xml.util.XMLObjectCh... | {
"content_hash": "c5343b5d19331153bc5b92ff0a8e51ff",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 98,
"avg_line_length": 28.26027397260274,
"alnum_prop": 0.6732913233155599,
"repo_name": "Safewhere/kombit-service-java",
"id": "e3b28af41f7395a0e12a9e916e1691e86ef6a921",
... |
This application makes use of the following third party libraries:
## AFNetworking
Copyright (c) 2011-2016 Alamofire Software Foundation (http://alamofire.org/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
i... | {
"content_hash": "c11a7b8c6c3ed4272fa3b0ed67b90a99",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 79,
"avg_line_length": 48.645161290322584,
"alnum_prop": 0.8023872679045093,
"repo_name": "XLsn0w/XLsn0w",
"id": "1fb6ffdc3effc12e393bfd42dcf37fa1149eb902",
"size": "4544",... |
<?php
namespace Skilla\TwigMarkdownBundle\Libs;
interface TwigMarkdownInterface {
/**
* Main function. Performs some preprocessing on the input text
* and pass it through the document gamut.
*/
public function transform($text);
}
| {
"content_hash": "00082d01a79d3b399ec1e7a4514691c2",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 67,
"avg_line_length": 21.333333333333332,
"alnum_prop": 0.703125,
"repo_name": "skilla/TwigMarkdownBundle",
"id": "dac0a5999fa391233887309cde0bfac2bfbd4a6d",
"size": "1235... |
import Control.Exception (assert)
-- The following code calls a naive algorithm for computing a Fibonacci number.
--
-- What to do:
-- 1. Compile the following code and run it on an input "40" to check that it is slow.
-- You may also want to submit it to the grader to ensure that it gets the "time limit exceeded" ... | {
"content_hash": "49d4f7fc75861b88784455f2a3bc2614",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 123,
"avg_line_length": 40.1025641025641,
"alnum_prop": 0.6937340153452686,
"repo_name": "xunilrj/sandbox",
"id": "ef872c649b2fc1ef76b48bcb449677ea685634a3",
"size": "1585"... |
<!doctype html>
<html lang="en">
<%- include('/components/head.html', {title:'Project starter kit'}) %>
<body>
<!-- We need 2 elements app and wrapper to make footer sticky in ie -->
<div class="app">
<div class="wrapper">
<%- include('/components/header/header.html') %>
<main class="... | {
"content_hash": "2cf279a6cbfb0b73f18f257554d6e01c",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 75,
"avg_line_length": 26.80952380952381,
"alnum_prop": 0.5186500888099467,
"repo_name": "Nejik/nj-starter-kit",
"id": "c27fab870e687e3768c38f20a05fec2910039155",
"size": "... |
using System.Collections;
using System.Collections.Generic;
using System.Net;
using System.Net.Http;
using System.Reflection;
using System.Web.Http.Routing;
using AllGreen.WebServer.Owin;
using FluentAssertions;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Moq;
namespace AllGreen.WebServer.Owin... | {
"content_hash": "24905885f6ef85aa2070ef9c55e432c8",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 120,
"avg_line_length": 33.361702127659576,
"alnum_prop": 0.6613520408163265,
"repo_name": "gstamac/AllGreen",
"id": "9b2411bbba942ca65a0699fe38cbd3008dffb1cc",
"size": "15... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.tgits</groupId>
<artifactId>basic-algorithmic-workouts</art... | {
"content_hash": "3aa110004c8e3424d71c9413e5e36c64",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 104,
"avg_line_length": 36.44444444444444,
"alnum_prop": 0.7240853658536586,
"repo_name": "TGITS/programming-workouts",
"id": "f186f39397ec59b0a6b7ddd0e57f5e88d92c5eb9",
"s... |
<?php
namespace Oro\Bundle\EntityBundle\Tests\Unit\ORM;
use Doctrine\ORM\Mapping\ClassMetadataFactory;
use Doctrine\ORM\Proxy\Proxy;
use Doctrine\ORM\Query;
use Oro\Bundle\EntityBundle\ORM\OrmConfiguration;
use Oro\Bundle\EntityBundle\ORM\OroEntityManager;
use Oro\Bundle\EntityBundle\ORM\Registry;
use Oro\Bundle\Enti... | {
"content_hash": "1938bb0947296179fabde1b10b83a772",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 100,
"avg_line_length": 35.35944700460829,
"alnum_prop": 0.6215300404014076,
"repo_name": "orocrm/platform",
"id": "cf8c7f41853750477e0475d2955aa8a339338bb3",
"size": "767... |
package org.zalando.compass.revision.infrastructure.database;
import lombok.AllArgsConstructor;
import org.jooq.DSLContext;
import org.jooq.Record;
import org.jooq.SelectConditionStep;
import org.jooq.SortOrder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Reposi... | {
"content_hash": "83c8241da4e61c781c603e4d8e9becad",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 130,
"avg_line_length": 39.35114503816794,
"alnum_prop": 0.6234723569350146,
"repo_name": "whiskeysierra/compass",
"id": "e5ebcd932a08e02baaf9dd171dfd52f89b1b5f85",
"size"... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="eu_ES" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Onecoin</source>
<translation type="unfinished"/>
</message>
<message>
<location lin... | {
"content_hash": "ff8c3561a5f68b0921813b97abb4a055",
"timestamp": "",
"source": "github",
"line_count": 3309,
"max_line_length": 395,
"avg_line_length": 33.34723481414325,
"alnum_prop": 0.5898537328040889,
"repo_name": "theone-and-not-only-coin/onecoin",
"id": "4faa9cb4db8f9fcfd565155c4ece70c3e9d74ec... |
Proyecto para dar soporte de autenticación usando el [autenticador dirdoc](https://sepa.utem.cl/autenticador-dirdoc-portal) en Laravel 5.
## Instalación
La libreria esta en [packagist](https://packagist.org/packages/utem/dirdoc-auth), usamos composer para instalarla:
~~~bash
composer require utem/dirdoc-auth
~~~
##... | {
"content_hash": "9dfd6a2e1d5bbda2f194ba2604186a95",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 137,
"avg_line_length": 24.3125,
"alnum_prop": 0.7408740359897172,
"repo_name": "fcanalesS/ProyectoWeb",
"id": "97f3efb07fd9bb677c327be341fff8d4ba947c49",
"size": "1968",
... |
using System;
using System.Linq;
using LinqToDB.Mapping;
using NUnit.Framework;
namespace Tests.UserTests
{
using LinqToDB;
using LinqToDB.Data;
[TestFixture]
public class GroupBySubqueryTests : TestBase
{
class Table1
{
public long Field1 { get; set; }
public int Field2 { get; set;... | {
"content_hash": "0c76a15a793dea24d92b343f7c4ae14f",
"timestamp": "",
"source": "github",
"line_count": 103,
"max_line_length": 93,
"avg_line_length": 23.25242718446602,
"alnum_prop": 0.5891440501043841,
"repo_name": "LinqToDB4iSeries/Linq2DB4iSeries",
"id": "b27f9f890aea6d0a85bb9cbe309593c21dbd4e22"... |
package org.trianacode.http;
import org.thinginitself.http.HttpPeer;
import org.trianacode.taskgraph.tool.ToolResolver;
import java.io.IOException;
/**
* Starts off the HTTP and discovery services...
* <p/>
* User: scmijt Date: Jul 30, 2010 Time: 12:06:44 PM
*/
public class HTTPServices {
private TrianaHttp... | {
"content_hash": "ed255a17d59a73739a493cd02cdb6a79",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 73,
"avg_line_length": 22.266666666666666,
"alnum_prop": 0.654690618762475,
"repo_name": "CSCSI/Triana",
"id": "d49e401864bf2dc7375bcbffbbea1b9c11a9a5ae",
"size": "1002",
... |
Contains function definitions for the Windows API library mi. See winapi for types and constants.
```toml
[dependencies]
mi-sys = "0.0.1"
```
```rust
extern crate mi;
```
[Documentation](https://retep998.github.io/doc/mi/)
| {
"content_hash": "5f6475d921bd7204fac4517aa06981a1",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 97,
"avg_line_length": 18.833333333333332,
"alnum_prop": 0.7123893805309734,
"repo_name": "Boddlnagg/winapi-rs",
"id": "214513906c83a44bfc1988df64213f652f2182cd",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2016. Jahir Fiquitiva
~
~ Licensed under the CreativeCommons Attribution-ShareAlike
~ 4.0 International License. You may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://creativecom... | {
"content_hash": "2b11448a019be92659bf6fe1e70a0119",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 77,
"avg_line_length": 40.21739130434783,
"alnum_prop": 0.7086486486486486,
"repo_name": "PitchedApps/Material-Glass",
"id": "aac7db2a2253ee3a81ae5ab6f96d4eec560a9290",
"si... |
/** @defgroup usb_audio_defines USB MIDI Type Definitions
@brief <b>Defined Constants and Types for the USB MIDI Type Definitions</b>
@ingroup USB_defines
@version 1.0.0
@author @htmlonly © @endhtmlonly 2014
Daniel Thompson <daniel@redfelineninja.org.uk>
@date 19 April 2014
LGPL License Terms @ref lgpl_licen... | {
"content_hash": "d002437fede137d5b92a58ae3e0af1d0",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 78,
"avg_line_length": 29.16315789473684,
"alnum_prop": 0.7220718281898574,
"repo_name": "yangosoft/stm32f103c8-board",
"id": "c8a5aa8af8c0dc56f0fa01240f89405ed6247645",
"... |
default['selenium']['node']['service_name'] = 'selenium_node' # used by node recipe only
default['selenium']['node']['host'] = 'ip'
default['selenium']['node']['port'] = 5555
default['selenium']['node']['jvm_args'] = nil
default['selenium']['node']['proxy'] = 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy'
default[... | {
"content_hash": "49e70caa7087195be2dcb3dd6e210caa",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 90,
"avg_line_length": 52,
"alnum_prop": 0.6550480769230769,
"repo_name": "decareano/chef-selenium",
"id": "444bd641ec45250d3211749f4f660940cd49fb02",
"size": "832",
"bin... |
package io.agrest.it.fixture.cayenne.auto;
import org.apache.cayenne.CayenneDataObject;
/**
* Class _E25 was generated by Cayenne.
* It is probably a good idea to avoid changing this class manually,
* since it may be overwritten next time code is regenerated.
* If you need to make any customizations, please use s... | {
"content_hash": "81456b65ccdc4f0df6aff223440d6b1b",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 68,
"avg_line_length": 27.77777777777778,
"alnum_prop": 0.748,
"repo_name": "AbleOne/link-rest",
"id": "ae25080e18034355c6f5b120c4fb6244eccb75aa",
"size": "500",
"binary"... |
using MathSite.BasicAdmin.ViewModels.SharedModels.Posts;
namespace MathSite.BasicAdmin.ViewModels.News
{
public class ListNewsViewModel : ListPostViewModel
{
}
} | {
"content_hash": "c6cb21a0536efda12b823eb7f27fe8c4",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 57,
"avg_line_length": 21.875,
"alnum_prop": 0.7771428571428571,
"repo_name": "YarGU-Demidov/math-site",
"id": "3bda5857169b74d915b2a8b997942837f9200099",
"size": "177",
"... |
.class public interface abstract annotation Lcom/google/gson/annotations/Since;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIM... | {
"content_hash": "ee0e8fc1a097fbc1ebbe5353151289ca",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 104,
"avg_line_length": 29.625,
"alnum_prop": 0.7763713080168776,
"repo_name": "mclarkelauer/AndroidAnalyzer",
"id": "ad973a93731866f634f2ed6747c44963e7a85545",
"size": "71... |
@interface KingDownloadManagerInfo : NSMutableDictionary
-(KingDownLoader *)getDownLoaderWithURL:(NSURL *)url;
-(KingDownLoader *)MD5URL:(NSURL *)url;
@end
| {
"content_hash": "eb40d31347579ea56884c43d0c3639e7",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 56,
"avg_line_length": 39,
"alnum_prop": 0.7948717948717948,
"repo_name": "hengyangKing/KingDownloadManager",
"id": "e4e84b858519d4f192c36e8c5eea6aaa4ada069d",
"size": "390"... |
package com.smartstudio.deviceinfo.analytics.dashboard.system;
import com.crashlytics.android.answers.CustomEvent;
import com.smartstudio.deviceinfo.analytics.FabricAnalyticsManager;
import com.smartstudio.deviceinfo.analytics.FabricAnalyticsManagerTest;
import org.junit.Test;
import static org.assertj.core.api.Asse... | {
"content_hash": "730984f0c3777fb106f3e45e6f4a270e",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 86,
"avg_line_length": 36.80952380952381,
"alnum_prop": 0.7664941785252264,
"repo_name": "Smart-Studio/device-info",
"id": "d3c66e06faa9251d53f88cbfc7c7f908507a0d1e",
"size... |
$.pressureConfig({
polyfill: false
});
var block = {
start: function(event){
console.log('start', event);
},
change: function(force, event){
// event.preventDefault();
this.style.width = Pressure.map(force, 0, 1, 200, 300) + 'px';
this.innerHTML = force;
console.log('change', force);
},
... | {
"content_hash": "ac98b30635d482a76fce5c127d172cc2",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 112,
"avg_line_length": 24.76923076923077,
"alnum_prop": 0.6281055900621118,
"repo_name": "davidshimjs/pressure",
"id": "c1c894f0febf0a87839deefc1cf430a0bbcc55a7",
"size": ... |
#pragma once
void StartDefaultThreadNetwork(void);
| {
"content_hash": "7580d39d5134310c03685a5bbb6c320d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 37,
"avg_line_length": 10.8,
"alnum_prop": 0.7962962962962963,
"repo_name": "project-chip/connectedhomeip",
"id": "eb6ed1e7f4b42d5a16c29998c52b531c2886b533",
"size": "718",
... |
import * as React from 'react'
import { Location } from 'history'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { IconProp } from '@fortawesome/fontawesome-svg-core'
import { ajaxGet } from '@framework/Services';
import { EntitySettings } from '@framework/Navigator'
import * as AppContex... | {
"content_hash": "a2fba4b22cc01196aeb4452ace41bca0",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 142,
"avg_line_length": 39.64705882352941,
"alnum_prop": 0.716913946587537,
"repo_name": "AlejandroCano/extensions",
"id": "d1d5771517bdac6335ce756d685ca4274d23392b",
"size... |
var config = {};
//------------------------------UserParams
//------------------------------EnableRealTrading
config.tradingEnabled = false;
// If false trading is simulated, candles are still aggregated
config.tradeAtStart = false;
// If true a trade is made immediately if the advice is either buy or sell
//--------... | {
"content_hash": "7e3e6f2fa2032d178a8ac3135217a188",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 116,
"avg_line_length": 37.77272727272727,
"alnum_prop": 0.5824308062575211,
"repo_name": "MarcDiethelm/BitBot",
"id": "e8faa8a9dd2dedb900199d808855f907fbe6bfe2",
"size": "... |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
proce... | {
"content_hash": "dc262b8e5a44f4f611d916397046abc4",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 53,
"avg_line_length": 32.758620689655174,
"alnum_prop": 0.5873684210526315,
"repo_name": "group-hub/PixelCreativityBoard",
"id": "9a1bba45e7ab88355cdfe442a62c98546f798fbc",
... |
var Search = {
searchTimeoutHandle: null,
currentQuery: '',
alternatives: undefined,
originalTrack: null,
lastVideosSearchQuery: undefined,
lastPlaylistsSearchQuery: undefined,
lastSoundCloudTracksQuery: undefined,
itemsPerPage: 30,
lastQueries: {},
tabs: null,
$rightView: ... | {
"content_hash": "889f01bc5ac7df004602617239f0d4f9",
"timestamp": "",
"source": "github",
"line_count": 358,
"max_line_length": 120,
"avg_line_length": 34.90782122905028,
"alnum_prop": 0.46115067616227895,
"repo_name": "youtify/youtify",
"id": "192ee60f7c5cafa87d2ed062858a5e4d9d89d9c1",
"size": "12... |
(function () {
'use strict';
RAML.Directives.resources = function(ramlParserWrapper) {
return {
restrict: 'E',
templateUrl: 'resources/resources.tpl.html',
replace: true,
scope: {
src: '@'
},
controller: ['$scope', '$window', '$attrs', function($scope, $window, $attr... | {
"content_hash": "ce2c7f7d34a7988545825f4654ee4491",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 134,
"avg_line_length": 33.220338983050844,
"alnum_prop": 0.5437074829931973,
"repo_name": "M3lkior/gravitee-management-webui",
"id": "2e70dc8fbb88a5d3ecec81682503aa630b2148... |
#ifndef RHO_RAW_SOCKET_F5FFD21AD3EE463E850C5E2C789397BD
#define RHO_RAW_SOCKET_F5FFD21AD3EE463E850C5E2C789397BD
#include "common/RhoStd.h"
#include "logging/RhoLog.h"
#if !defined(WINDOWS_PLATFORM)
typedef int SOCKET;
# define INVALID_SOCKET -1
# define SOCKET_ERROR -1
# define RHO_NET_ERROR_CODE errno
# define... | {
"content_hash": "a5c7e3a50ac72c7b72eb28fdcaa1f177",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 66,
"avg_line_length": 18.473684210526315,
"alnum_prop": 0.6588319088319088,
"repo_name": "rhomobile/rhodes",
"id": "19a61d2305fb50584a519cc2617b0a1ab1a12f66",
"size": "270... |
//=============================================================================================================
//*************************************************************************************************************
//============================================================================================... | {
"content_hash": "75e7eb0e2bc8d693be197503530be43c",
"timestamp": "",
"source": "github",
"line_count": 732,
"max_line_length": 248,
"avg_line_length": 37.79371584699454,
"alnum_prop": 0.525356949213808,
"repo_name": "louiseichhorst/mne-cpp",
"id": "b8a6af2a1a191c88ba6e78f353e458689af3fa11",
"size"... |
import hashlib
from alembic import op
from datetime import date
from sqlalchemy.sql import table, column
from sqlalchemy import String, Integer, Date, MetaData, create_engine, or_
from sqlalchemy.orm import Session
import json
import csv
from game import generate_score, scores
from models import Character, Episode, Dra... | {
"content_hash": "b53e1b53faf00893bd44b8614b25f6f9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 76,
"avg_line_length": 30.90625,
"alnum_prop": 0.7269969666329625,
"repo_name": "emlprime/fantasyx",
"id": "2b9ca3e7cc08614f76c6db5e8f67faa5575ea677",
"size": "989",
"bin... |
package org.apache.geode.cache.query.internal;
/**
* Marker interface to mark CompiledValue classes that know how to negate themselves.
*/
public interface Negatable {
public void negate();
}
| {
"content_hash": "731d91860bf9d5995deea12cb63eeffc",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 85,
"avg_line_length": 19.9,
"alnum_prop": 0.7487437185929648,
"repo_name": "prasi-in/geode",
"id": "6887776b6e21838dd66c1f31db4a65f48e2d3f22",
"size": "988",
"binary": f... |
{extend name="default/template/base_index" /}
{block name="area_header"}
<link type="text/css" rel="stylesheet" href="__CDN__/comp/wxuploader.css?v=__APP_VERSION__" />
<link type="text/css" rel="stylesheet" href="__CDN__/jquery-uploadify/3.2.1/uploadify.css" />
<script type="text/javascript" src="__CDN__/jquery-upl... | {
"content_hash": "1ee12f1aed7e89fd0b1a3e4ae06831fd",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 214,
"avg_line_length": 44.02040816326531,
"alnum_prop": 0.6097975583371967,
"repo_name": "h136799711/api_resource",
"id": "f904f1a20b90a5797f0866d98e15678b7fbbc9b2",
"siz... |
<?php
/**
* This file is part of the Affinity Development
* open source toolset.
*
* @author Brendan Bates <brendanbates89@gmail.com>
* @package AuthNotes
* @license http://opensource.org/licenses/bsd-license.php BSD
*/
namespace Affinity\AuthNoteBundle\Service;
use Symfony\Component\Config\Loader\Loader;
u... | {
"content_hash": "fe0dec8734c7379d9b62de7f35075578",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 74,
"avg_line_length": 22.09090909090909,
"alnum_prop": 0.6358024691358025,
"repo_name": "affinitydev/auth_notes",
"id": "1a2aa6b426f1a7e235d513013806b85e89cde5ad",
"size":... |
$CommandName = $MyInvocation.MyCommand.Name.Replace(".Tests.ps1", "")
Write-Host -Object "Running $PSCommandpath" -ForegroundColor Cyan
. "$PSScriptRoot\constants.ps1"
Describe "$CommandName Unit Tests" -Tag 'UnitTests' {
Context "Validate parameters" {
[object[]]$params = (Get-Command $CommandName).Parame... | {
"content_hash": "170d2d09224c1f47fb091a362fb24704",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 136,
"avg_line_length": 45.338235294117645,
"alnum_prop": 0.6337982484592929,
"repo_name": "alevyinroc/dbatools",
"id": "8a7a4ea353d61547f59ae8891f8427978d594785",
"size": ... |
<!---
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may... | {
"content_hash": "efc7f07bb4b54e29a32284372edb7b94",
"timestamp": "",
"source": "github",
"line_count": 5074,
"max_line_length": 182,
"avg_line_length": 67.72506897910918,
"alnum_prop": 0.7506380279189959,
"repo_name": "renesugar/arrow",
"id": "b071083932df164ad4c6071fad8662541c3fea4d",
"size": "34... |
import Modal from 'flarum/components/Modal';
import LogInModal from 'flarum/components/LogInModal';
import avatar from 'flarum/helpers/avatar';
import Button from 'flarum/components/Button';
import LogInButtons from 'flarum/components/LogInButtons';
import extractText from 'flarum/utils/extractText';
/**
* The `SignU... | {
"content_hash": "ff1d42e121ccdda07f6468216955d994",
"timestamp": "",
"source": "github",
"line_count": 221,
"max_line_length": 165,
"avg_line_length": 26.493212669683256,
"alnum_prop": 0.5627668659265584,
"repo_name": "kirkbushell/core",
"id": "f1bc716beca93d8ebcd368f4945d9799b4170e37",
"size": "5... |
Pympler is a development tool to measure, monitor and analyze the
memory behavior of Python objects in a running Python application.
By pympling a Python application, detailed insight in the size and
the lifetime of Python objects can be obtained. Undesirable or
unexpected runtime behavior like memory bloat and other... | {
"content_hash": "b30fe4cdcde018a17271461fd7d2bb95",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 82,
"avg_line_length": 38.02,
"alnum_prop": 0.7614413466596528,
"repo_name": "swiftstack/pympler",
"id": "cee15784c83853fd92a1bb64adabf1b682441bd1",
"size": "3802",
"bin... |
package org.mp.em4so.agentManager;
import java.util.Collections;
import java.util.HashMap;
import java.util.Hashtable;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.mp.em4so.exceptions.DocNotSpecifiedException;
import org.mp.em4so.model.actuating.Action;
import org.... | {
"content_hash": "d0de0fbb013f795948a9762850bc21be",
"timestamp": "",
"source": "github",
"line_count": 1097,
"max_line_length": 149,
"avg_line_length": 24.23792160437557,
"alnum_prop": 0.6078077400428749,
"repo_name": "uol-cs-multiot/em4so-java",
"id": "9ce5e4bf44c70c8798933174927d06a06de9bc35",
"... |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ca@valencia" version="2.1">
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About WorldCurrencyCoin</source>
<translation type="unfinished"/>
</message>
<message>
... | {
"content_hash": "ee4b5cd3bb291f42ecbe2e98d37ee6ba",
"timestamp": "",
"source": "github",
"line_count": 3275,
"max_line_length": 394,
"avg_line_length": 32.922442748091605,
"alnum_prop": 0.5850622791478469,
"repo_name": "ANTIICO/WorldCurrencyCoin",
"id": "d86645f1c2c9e16842eaf67beb8cd5cbdbecbdf4",
... |
<?php
namespace Droid\Test\Plugin\Mysql\Command;
use RuntimeException;
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Tester\CommandTester;
use Droid\Plugin\Mysql\Command\MysqlMasterInfoCommand;
use Droid\Plugin\Mysql\Db\Client;
use Droid\Plugin\Mysql\Db\ClientException;
use Droid\Plugin\M... | {
"content_hash": "978c10e9d2f846447144acaa29b9756e",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 97,
"avg_line_length": 30.467032967032967,
"alnum_prop": 0.5406672678088368,
"repo_name": "droid-php/droid-mysql",
"id": "bde3df4fe84fffaa3fe64b887ac7d01ebb400aed",
"size"... |
/*jslint nomen: false, strict: false */
/*global define: false */
define(['env!env/print'], function (print) {
var logger = {
TRACE: 0,
INFO: 1,
WARN: 2,
ERROR: 3,
SILENT: 4,
level: 0,
logPrefix: "",
logLevel: function( level ) {
... | {
"content_hash": "5be27e67bbca353d872b16d64062c64f",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 85,
"avg_line_length": 22.51851851851852,
"alnum_prop": 0.40625,
"repo_name": "quantumlicht/collarbone",
"id": "5fdf7e15081ec800d2e6d4166546e9b29e55999d",
"size": "1416",
... |
SELECT * FROM GROUP_USER_RELATIONSHIP
WHERE
EMPLOYEE_ID = ?
AND SECTION_CODE = ?
;
| {
"content_hash": "49bdefa706de90ed83260b9214b49615",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 37,
"avg_line_length": 17.2,
"alnum_prop": 0.6976744186046512,
"repo_name": "support-project/knowledge",
"id": "781f5d0cc20e9e43e88d89a1a8e29cd5e32dfdf8",
"size": "86",
"b... |
"""
A context manager to perform a series of tasks on a set of resources.
:class:`TaskManager` is a context manager, created on-demand to allow
synchronized access to a node and its resources.
The :class:`TaskManager` will, by default, acquire an exclusive lock on
a node for the duration that the TaskManager instance... | {
"content_hash": "d4de02c3a87165e48593d2e4df2e7723",
"timestamp": "",
"source": "github",
"line_count": 395,
"max_line_length": 79,
"avg_line_length": 40.549367088607596,
"alnum_prop": 0.605731410376475,
"repo_name": "hpproliant/ironic",
"id": "0cf24ee88ae598fd22de56c50097994089526b81",
"size": "16... |
package de.matthiasmann.twl;
import de.matthiasmann.twl.utils.XMLParser;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
import org.xmlpull.v1.XmlPullParserFactory;
import org.xmlpull.v1.XmlSerializer;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URL;
im... | {
"content_hash": "361c00272a59ddd7853871e534035200",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 127,
"avg_line_length": 35.45798319327731,
"alnum_prop": 0.6080104277758028,
"repo_name": "ColaMachine/MyBlock",
"id": "a3bc0878e787c5f7587b3f6f13e2768354566b8c",
"size": ... |
// KeyEventArgs.cs
#region Using Statements
using System;
using Microsoft.Xna.Framework.Input;
#endregion
namespace Sandbox.Events
{
public class KeyEventArgs : InputEventArgs
{
public Keys Key { get; set; }
public KeyEventArgs(TimeSpan p_Timestamp) : base(p_Timestamp) { }
}
}
| {
"content_hash": "007be2b149f01208769e77ee86d286e7",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 73,
"avg_line_length": 17.333333333333332,
"alnum_prop": 0.6858974358974359,
"repo_name": "jasonwnorris/Sandbox",
"id": "8e3c32539498fc93bf8b01732ea620715762569f",
"size": ... |
CTL_CODE( DEVICE_FILE_TYPE, 0x900, METHOD_BUFFERED, FILE_READ_ACCESS )
#define IOCTL_READ_MSR \
CTL_CODE( DEVICE_FILE_TYPE, 0x901, METHOD_BUFFERED, FILE_READ_ACCESS )
#endif IOCTLCODES_H
| {
"content_hash": "b8511785138db3a5746bebd09ff57991",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 74,
"avg_line_length": 28.285714285714285,
"alnum_prop": 0.7171717171717171,
"repo_name": "BerntA/tfo-code",
"id": "a8f50d0b6a100cc40ebf1a59132a09438ad9ad05",
"size": "864",... |
package com.netflix.spinnaker.clouddriver.kubernetes.artifact;
import static com.google.common.collect.ImmutableList.toImmutableList;
import static com.google.common.collect.ImmutableSet.toImmutableSet;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
im... | {
"content_hash": "64e7440d579963db74a6dd655734db8e",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 96,
"avg_line_length": 37.093525179856115,
"alnum_prop": 0.7174166020170675,
"repo_name": "spinnaker/clouddriver",
"id": "f93273d57327f400e63a30feb8b091b7d3652225",
"size"... |
import { ModuleWithProviders } from "@angular/core";
import { Routes, RouterModule } from "@angular/router";
import { ChangePasswordComponent } from "./change-password.component";
import { AuthGuard } from "../auth-guard.service";
const changePasswordRoutes: Routes = [
{ path: "changePassword", component: ChangePa... | {
"content_hash": "476f8748d31cf71cb7bf7051be9e9efa",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 102,
"avg_line_length": 47.1,
"alnum_prop": 0.772823779193206,
"repo_name": "racketometer/frontend-application",
"id": "a4930d5bbb319196368910b5ce02c9c98c45f7be",
"size": "... |
package org.apache.camel.component.schematron;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import javax.xml.transform.Templates;
import javax.xml.transform.TransformerFactory;
import javax.xml.transform.sax.SAXSource;
import org... | {
"content_hash": "dbea1c11ba975b59fd670deddf4dbd21",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 142,
"avg_line_length": 36.86138613861386,
"alnum_prop": 0.7373086220789685,
"repo_name": "Fabryprog/camel",
"id": "80938aed45c18bae28d7bda7b1484a0a567b2106",
"size": "452... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f7d424d42ae3dbc78f54d65ee7b13dec",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "34a4e9c21ca0840a72acbbaf680bd622856c5634",
"size": "17... |
<!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_232) on Tue Sep 15 08:52:40 UTC 2020 -->
<title>NonNullFields (Spring Framework 5.1.18.RELEASE API)</title>
<meta name="date" content="2020-09-... | {
"content_hash": "c0eb094eaa7c91ae9a28f457ec4ab0fb",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 528,
"avg_line_length": 45,
"alnum_prop": 0.6761229314420804,
"repo_name": "akhr/java",
"id": "22059e855db333dd62b26b5892f3f51aa127b1fd",
"size": "8460",
"binary": false... |
@extends('layouts.master')
@section('title')
Chocoburbujas: Estetica Canina, Boutique y Veterinaria
@endsection
@section('content')
<!--Esta pantalla es de login-->
<div class="men">
<div class="container">
<div class="register">
<div class="col-md-6 login-left">
<h3>Nuevos Clientes</h3>
<p>P... | {
"content_hash": "c8022478b518f3fae111640154981d85",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 118,
"avg_line_length": 30.22,
"alnum_prop": 0.5916611515552614,
"repo_name": "SoftTecnologias/chocoburbujas",
"id": "0735439f354111e64054cdc50905a0bac6898ca6",
"size": "15... |
package com.nesscomputing.amqp.rabbitmq;
import org.junit.Ignore;
import com.nesscomputing.amqp.AbstractTestStrangeStuff;
import com.nesscomputing.amqp.AmqpProvider;
import com.nesscomputing.amqp.RabbitMQProvider;
@Ignore
public class TestStrangeStuffRabbitMQ extends AbstractTestStrangeStuff
{
private AmqpProvi... | {
"content_hash": "159b5e21819dbb52948661e5d69ba413",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 70,
"avg_line_length": 22.7,
"alnum_prop": 0.7863436123348018,
"repo_name": "NessComputing/components-ness-amqp",
"id": "63adad6505782fa028ba7bff38df7897b4bce462",
"size": ... |
plugin 'fckeditor', :git => "git://github.com/molpe/fckeditor.git"
plugin 'acts_as_tree', :git => "git://github.com/rails/acts_as_tree.git"
plugin 'tog_vault', :git => "git://github.com/tog/tog_vault.git"
route "map.routes_from_plugin 'tog_vault'"
generate "update_tog_migration"
rake "db:migrate"
rake "tog:plugins:... | {
"content_hash": "39111c4c0a1669ea949432d42a7fd74f",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 72,
"avg_line_length": 32.09090909090909,
"alnum_prop": 0.7110481586402266,
"repo_name": "tog/tog_vault",
"id": "fa1238c5419677575cf8f162de49cc2f7fd73622",
"size": "353",
... |
<?php
require_once("base/Problems_Tags.dao.base.php");
require_once("base/Problems_Tags.vo.base.php");
/** Page-level DocBlock .
*
* @author alanboy
* @package docs
*
*/
/** ProblemsTags Data Access Object (DAO).
*
* Esta clase contiene toda la manipulacion de bases de datos que se necesita para
* ... | {
"content_hash": "448ae3b43550143832002104b617bb7c",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 91,
"avg_line_length": 22.19047619047619,
"alnum_prop": 0.6469957081545065,
"repo_name": "rendon/omegaup",
"id": "c27774ed142e3d909d40c181f832a519d280fb47",
"size": "932",
... |
package com.hutong.supersdk.sdk.modeltools.efan;
public class EFunSDKInfo {
private String appKey;
private String payKey;
public String getAppKey() {
return appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
}
public String getPayKey() {
return payKey;
}
public void setPayKey... | {
"content_hash": "18a6a2d7b23b88db12bcffa870dc639d",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 48,
"avg_line_length": 15.291666666666666,
"alnum_prop": 0.7111716621253406,
"repo_name": "bigshiliu/test",
"id": "c3e7d2ee5c0bd5988211a87c37756ad088b29bc4",
"size": "367",... |
<?php
namespace Lexik\Bundle\FormFilterBundle\Filter\ORM\Filters;
use Doctrine\ORM\QueryBuilder;
use Lexik\Bundle\FormFilterBundle\Filter\ORM\ORMFilter;
use Lexik\Bundle\FormFilterBundle\Filter\ORM\Expr;
use Lexik\Bundle\FormFilterBundle\Filter\Extension\Type\BooleanFilterType;
/**
* Filter to use with boolean val... | {
"content_hash": "152570a2212869bce95249540355eb65",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 92,
"avg_line_length": 24.055555555555557,
"alnum_prop": 0.648960739030023,
"repo_name": "aleksilb/LexikFormFilterBundle",
"id": "09646654461ee27a8f06083f8b09ce4fcdfd1c96",
... |
package com.amazonaws.services.securityhub.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.securityhub.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
import s... | {
"content_hash": "ef97855bd050772782a23baec31b79bd",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 174,
"avg_line_length": 38.32835820895522,
"alnum_prop": 0.6748442367601246,
"repo_name": "aws/aws-sdk-java",
"id": "533db6ea30d11be32bcb8010c9815c2d1d5c3aae",
"size": "314... |
<!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.6.0_27) on Thu Jan 23 20:22:09 EST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class... | {
"content_hash": "9dc92677249f8f5ce2939ee13c6c25f4",
"timestamp": "",
"source": "github",
"line_count": 403,
"max_line_length": 444,
"avg_line_length": 90.77667493796525,
"alnum_prop": 0.6981931498236886,
"repo_name": "arnaud71/webso-db",
"id": "9d9d2ee96bc7098261e8318ad2cb0e40f82c3dc1",
"size": "3... |
require 'vcr'
require 'test/unit'
require 'zenodo-client'
require 'coveralls'
Coveralls.wear!
VCR.configure do |config|
config.cassette_library_dir = "test/cassettes"
config.hook_into :webmock
end
| {
"content_hash": "542d6eb915550a15c10f0269fcc29cd3",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 48,
"avg_line_length": 18.454545454545453,
"alnum_prop": 0.7586206896551724,
"repo_name": "seek4science/zenodo-client",
"id": "0600e00406c56a91e59bc23df7a1811c83640d5c",
"s... |
package org.hswebframework.web.authorization;
import org.hswebframework.web.authorization.token.*;
import org.hswebframework.web.id.IDGenerator;
import org.junit.Assert;
import org.redisson.Redisson;
import org.redisson.api.LocalCachedMapOptions;
import org.redisson.api.RedissonClient;
import org.redisson.codec.FstCod... | {
"content_hash": "81af56809efea502490faa584ffa00a1",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 120,
"avg_line_length": 34.2625,
"alnum_prop": 0.659248449470996,
"repo_name": "asiaon123/hsweb-framework",
"id": "38dd2ad3137c1333a34149bffc236a2d0095058e",
"size": "2741"... |
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.roots.impl;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.diagnostic.Logger;
import com.i... | {
"content_hash": "eec781e211784dd514a0aab1537702e8",
"timestamp": "",
"source": "github",
"line_count": 1139,
"max_line_length": 167,
"avg_line_length": 42.81035996488148,
"alnum_prop": 0.6631939459814196,
"repo_name": "dahlstrom-g/intellij-community",
"id": "6ca13ee5f95e1add9af47cf6fd5d642e1b93e6f8"... |
<?php
namespace GDAPI;
class Collection extends Resource implements \ArrayAccess, \Iterator, \Countable
{
private $data = array();
private $pos = 0;
public function __construct($clientId, $body=false)
{
if ( $body && $body->data )
{
$this->data = $body->data;
unset($body->data);
}
... | {
"content_hash": "7c49371031c70739e04163986983daa3",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 82,
"avg_line_length": 18.26890756302521,
"alnum_prop": 0.5611775528978841,
"repo_name": "godaddy/gdapi-php",
"id": "da5a2bfa6698547b1190e25a61a894620cc3d6ef",
"size": "33... |
package merlin.ianusinc.ianusinchq.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.BlockGlass;
import net.minecraft.block.BlockTorch;
import net.minecraft.block.BlockTrapDoor;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.state.BlockStateContainer;
import net.minecraf... | {
"content_hash": "2c6df1c3b8382236eb3011cd2e454209",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 106,
"avg_line_length": 32.132075471698116,
"alnum_prop": 0.7592483852025836,
"repo_name": "ConfusedMerlin/IanusInc",
"id": "75b265c97dd5fcf28749cc46aa20efcb7771e921",
"siz... |
"""Tests for compute service with multiple compute nodes"""
from nova import context
from nova import exception
from nova.openstack.common import cfg
from nova.openstack.common import importutils
from nova import test
from nova.virt import fake
CONF = cfg.CONF
CONF.import_opt('compute_manager', 'nova.service')
CONF.... | {
"content_hash": "f3fa6fec8999560d9ea08042d9ec5c25",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 76,
"avg_line_length": 35.95180722891566,
"alnum_prop": 0.6511394101876675,
"repo_name": "fajoy/nova",
"id": "afce7ae908344fbf323de839221cae3483f651ff",
"size": "3664",
"... |
package ch.awae.mcddpui.exceptions
/**
* common base class for all custom exceptions of the MCDDPUI library
*
* @author Andreas Waelchli <andreas.waelchli@me.com>
* @version 1.1 (0.2.0), 2016-03-01
* @since MCDDPUI 0.2.0
*
* @constructor creates a new exception instance
* @param msg a message. may be `null`.
... | {
"content_hash": "cb0c3df59a5a41c55ccb18f9cd241b6c",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 97,
"avg_line_length": 35.42857142857143,
"alnum_prop": 0.7217741935483871,
"repo_name": "ksmonkey123/mcddpui",
"id": "422a1fc1611fd8e27f950ae4b59478c110f414b6",
"size": "4... |
package org.apache.drill.metastore.iceberg.operate;
import com.typesafe.config.ConfigValueFactory;
import org.apache.drill.common.config.DrillConfig;
import org.apache.drill.metastore.iceberg.IcebergBaseTest;
import org.apache.drill.metastore.iceberg.config.IcebergConfigConstants;
import org.apache.drill.metastore.ic... | {
"content_hash": "1b148559f6dbfbd1d9a7f781da83c268",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 106,
"avg_line_length": 37.62992125984252,
"alnum_prop": 0.7570621468926554,
"repo_name": "Ben-Zvi/drill",
"id": "90ef55b2b78ec75406e11a8d2f10c2b1a402b1db",
"size": "5580"... |
layout: model
title: English RoBertaForSequenceClassification Cased model (from aarnphm)
author: John Snow Labs
name: roberta_classifier_finetune_emotion_distilroberta
date: 2022-09-19
tags: [en, open_source, roberta, sequence_classification, classification]
task: Text Classification
language: en
edition: Spark NLP 4.1... | {
"content_hash": "6b87c2c295cdd6e7a638f677d9fea385",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 238,
"avg_line_length": 31.063157894736843,
"alnum_prop": 0.7475432056929854,
"repo_name": "JohnSnowLabs/spark-nlp",
"id": "cef8749dd580ac597ba27b12349024ab8c58dab9",
"size... |
Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as... | {
"content_hash": "d3f3379f5aead03fbfa2db9ad4ab3d6e",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 78,
"avg_line_length": 57.333333333333336,
"alnum_prop": 0.7214508851093371,
"repo_name": "emrodri/random",
"id": "a31e496531489c8a8b649467ee2f7e2a382cde41",
"size": "1152... |
namespace Trigger.NET
{
using System;
public interface ILoggerFactory
{
ILogger GetLogger(Type jobType, Guid jobId);
}
}
| {
"content_hash": "5c35a8a0fd16cac326573ee92da2acc1",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 52,
"avg_line_length": 17.333333333333332,
"alnum_prop": 0.6089743589743589,
"repo_name": "Novakov/trigger.net",
"id": "2809614f0685463d0d1836092a7bc6d0df2cb629",
"size": "1... |
using System;
using System.Net.NetworkInformation.Unit.Tests;
namespace Windows.Networking.Connectivity
{
public enum NetworkConnectivityLevel
{
None = 0,
LocalAccess = 1,
ConstrainedInternetAccess = 2,
InternetAccess = 3
}
public class ConnectionProfile
{
p... | {
"content_hash": "837517a1be7f04496a7b0b5027a044a7",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 70,
"avg_line_length": 21.7,
"alnum_prop": 0.5714285714285714,
"repo_name": "alexandrnikitin/corefx",
"id": "c5a3627bc1452a48830c85bb18fb0424a04515cc",
"size": "1020",
"b... |
// -----------------------------------------------------------------------
// <copyright file="NoteViewModel.cs" company="Nodine Legal, LLC">
// Licensed to Nodine Legal, LLC under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regar... | {
"content_hash": "dce4ef83b25575375b019c0465738685",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 91,
"avg_line_length": 46.46218487394958,
"alnum_prop": 0.4966540061493941,
"repo_name": "NodineLegal/OpenLawOffice.Web",
"id": "ebbb9f3e08ff7ecfa24f6db0ef0335d476d6a00d",
... |
import styled from 'styled-components';
const Link = styled.a`
font-size: 16px;
color: #727272;
cursor: pointer;
font-family: 'Open Sans', sans-serif;
&:hover {
color: #727272;
}
`;
export default Link; | {
"content_hash": "0961c27fa69ce5d36e37d65419b24431",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 39,
"avg_line_length": 15.928571428571429,
"alnum_prop": 0.6457399103139013,
"repo_name": "amaralflavio/cmovies",
"id": "eab58ce52a532e3fde8964dbb62635a5c60e9d35",
"size": ... |
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-button/paper-radio-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-radio-group/paper-radio-group.html">
<link rel="import" href="chrome://reso... | {
"content_hash": "e9851af5e4149f73823d1b81ee44b049",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 101,
"avg_line_length": 39.82432432432432,
"alnum_prop": 0.6406515100101798,
"repo_name": "ltilve/ChromiumGStreamerBackend",
"id": "e8f89ba434deb2dbb751ca4ddc8ecad9160441ec",... |
package io.leishvl.core.data.mongodb;
import static io.leishvl.core.data.mongodb.MapKeyConverters.escapeMongo;
import static io.leishvl.core.data.mongodb.MapKeyConverters.unescapeMongo;
import static java.nio.charset.StandardCharsets.UTF_8;
import static java.util.Arrays.asList;
import java.io.ByteArrayInputStream;... | {
"content_hash": "5c4146f2b4f62d9a3cfa825a50aa9526",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 106,
"avg_line_length": 34.707692307692305,
"alnum_prop": 0.785904255319149,
"repo_name": "eubrazilcc/leishvl",
"id": "27a85df7ae4efad246f6331fe7ccdf6ff36222cb",
"size": "3... |
"""Open-source TensorFlow Inception v3 Example."""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
import os
import time
from absl import app
from absl import flags
import absl.logging as _logging # pylint: disable=unused-import
import tensorflow.compat.v1... | {
"content_hash": "998f3b952a30afbf28e4dae20ed4e094",
"timestamp": "",
"source": "github",
"line_count": 869,
"max_line_length": 85,
"avg_line_length": 34.09781357882623,
"alnum_prop": 0.6688603152104216,
"repo_name": "tensorflow/tpu",
"id": "d19a9de3c6f163a92401d47361401781e0895dc4",
"size": "30321... |
package nl.basjes.parse.useragent.config;
import nl.basjes.parse.useragent.analyze.InvalidParserConfigurationException;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import java.uti... | {
"content_hash": "46f7f0d9db519b92ed9796175a702582",
"timestamp": "",
"source": "github",
"line_count": 291,
"max_line_length": 186,
"avg_line_length": 42.446735395189,
"alnum_prop": 0.5699481865284974,
"repo_name": "nielsbasjes/yauaa",
"id": "f938a92b6db231ab12b8af6fea88b101546d06ec",
"size": "129... |
package com.amazonaws.services.pinpoint.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.pinpoint.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* GetApnsChannelRequestMarshaller
*/
@Generated... | {
"content_hash": "060b0e32e210fd6c60d2db74dda20571",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 120,
"avg_line_length": 32.86363636363637,
"alnum_prop": 0.7378976486860305,
"repo_name": "jentfoo/aws-sdk-java",
"id": "21b29facc4f687a78833d2377604a04dc7141f00",
"size": ... |
package com.taobao.android.dx.dex.code;
import com.taobao.android.dx.rop.code.RegisterSpec;
import com.taobao.android.dx.rop.code.RegisterSpecList;
import com.taobao.android.dx.rop.cst.Constant;
import com.taobao.android.dx.rop.cst.CstInteger;
import com.taobao.android.dx.rop.cst.CstKnownNull;
import com.taobao.andr... | {
"content_hash": "48ee1e25ebac2536f8f5290da04b91d0",
"timestamp": "",
"source": "github",
"line_count": 699,
"max_line_length": 87,
"avg_line_length": 32.035765379113016,
"alnum_prop": 0.5884874737641227,
"repo_name": "alibaba/atlas",
"id": "78cfeb083fdcf4353af14a179a6569ee7c9ff8ac",
"size": "23012... |
#!@PHP_BIN@
<?php
require_once realpath(__DIR__ . "/../config/centreon.config.php");
include_once _CENTREON_PATH_ . "/cron/centAcl-Func.php";
include_once _CENTREON_PATH_ . "/www/class/centreonDB.class.php";
include_once _CENTREON_PATH_ . "/www/class/centreonLDAP.class.php";
include_once _CENTREON_PATH_ . "/www/class... | {
"content_hash": "37a790088b52a0b58fc1374a560bb467",
"timestamp": "",
"source": "github",
"line_count": 754,
"max_line_length": 119,
"avg_line_length": 38.59946949602122,
"alnum_prop": 0.45540131940626716,
"repo_name": "centreon/centreon",
"id": "320231a2d4321a02db41d78f10ab7860a4b3b958",
"size": "... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using Baseline;
using Marten.Schema;
using Remotion.Linq.Clauses.Expressions;
using Remotion.Linq.Parsing;
namespace Marten.Linq
{
public partial class MartenExpressionParser
{
public class WhereClauseVis... | {
"content_hash": "0266954c7c2a35ac129e97fbaddb4616",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 154,
"avg_line_length": 35.614285714285714,
"alnum_prop": 0.5100280786201363,
"repo_name": "jokokko/marten",
"id": "2f2cca41576186bda388efb14349be9dc96e2f6d",
"size": "498... |
require "log4r"
module VagrantPlugins
module Puppet
module Provisioner
class PuppetError < Vagrant::Errors::VagrantError
error_namespace("vagrant.provisioners.puppet")
end
class Puppet < Vagrant.plugin("1", :provisioner)
class Config < Vagrant.plugin("1", :config)
att... | {
"content_hash": "caef09eb08a77bdc5a859125b79627b5",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 107,
"avg_line_length": 35.152542372881356,
"alnum_prop": 0.5506268081002893,
"repo_name": "webcoyote/vagrant",
"id": "c0693257f054378dbc163c93b14e192c8b610d31",
"size": "... |
@interface PiPageViewController () {
UIStoryboard *_storyboardPassedIn;
NSArray *_identifiers;
NSMutableDictionary *_viewControllers;
BOOL _inTransation;
int _futureIndex;
BOOL _pageEnabled;
}
@end
@implementation PiPageViewController
- (id)initWithStoryboard:(UIStoryboard *)storyboard andVie... | {
"content_hash": "f1e07087bbe1134e418e429f986ef74c",
"timestamp": "",
"source": "github",
"line_count": 228,
"max_line_length": 200,
"avg_line_length": 36.35964912280702,
"alnum_prop": 0.7115802171290712,
"repo_name": "bither/bither-ios",
"id": "3eaeacd37bb4e7f7df02f14c06950739a0716172",
"size": "9... |
package com.eagree.data.domain.mysql;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToOne;
import javax.validation.constraints.NotNull;
@Entity
public class OrganizationSettings extends BaseAud... | {
"content_hash": "f65bd98cd850d207a7afc66431ef8949",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 59,
"avg_line_length": 19.12,
"alnum_prop": 0.801255230125523,
"repo_name": "liberaldart/Learn.Spring",
"id": "a4d1e21654a0945c5a9b6b5deabca95683fc9645",
"size": "478",
"... |
layout: post
title: "Meeting at the Cup"
modified:
categories:
excerpt:
tags: []
image:
feature:
date: 2015-06-19T23:32:52-06:00
---
Our next meeting is going to be on Wednesday, June 24th between 9 and 12
at [The Cup](http://thecupboulder.com)'s back room.
| {
"content_hash": "f0b1ea3934d79475b23990557e4f09a9",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 72,
"avg_line_length": 21.666666666666668,
"alnum_prop": 0.7230769230769231,
"repo_name": "bouldercodencoffee/bouldercodencoffee.github.io",
"id": "43d86d06cc65a12bdfb1f64a23... |
using System.Linq;
using System.Reflection;
using System.Security.Claims;
using System.Web;
using System.Web.Mvc;
using Claims.Services.IdentitySecurity;
using Microsoft.AspNet.Identity.Owin;
namespace Claims.Web.SecurityInfrastructure
{
public static class IdentityHelpers
{
public static MvcHtmlStrin... | {
"content_hash": "8ca1855e6f8588bd6a41ea62e75f2da0",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 93,
"avg_line_length": 33.09375,
"alnum_prop": 0.6421152030217187,
"repo_name": "7ohnn1/MVC_Security_Authorisation",
"id": "aa03c43db071aeb5cc3cd1599168db3563180ec9",
"size... |
Opscode Chef cookbook for installing the graph database Titan server including the Rexster server for HTTP access in version 0.4.1 and utilizing the Apache Cassandra backend in version 1.2.2.
Target system: Ubuntu/Linux
Please not that when trying to glue together different versions of Titan and Apache Cassandra this... | {
"content_hash": "85c66d0d26a33e9789255db2c982227a",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 220,
"avg_line_length": 36.4375,
"alnum_prop": 0.7451114922813036,
"repo_name": "mbiermann/chef-titan",
"id": "a6b2a365ce6469e8c72bdf8bae574b0920c337e0",
"size": "2953",
... |
<?php
declare(strict_types=1);
namespace Sonata\PageBundle\Form\Type;
use Sonata\PageBundle\Page\PageServiceManagerInterface;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\Form\FormTypeInterface;
use Symfony\Component\OptionsResolver\Optio... | {
"content_hash": "fac38fddd7bd542f85288510de04f6cb",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 75,
"avg_line_length": 22.746987951807228,
"alnum_prop": 0.6297669491525424,
"repo_name": "Th3Mouk/SonataPageBundle",
"id": "ecbad6fd79bb5c7a373477b2642d81ca2278cdaf",
"siz... |
package edu.iu.informatics.omics.impl.fragmentation;
import java.util.List;
import junit.framework.TestCase;
import cn.ac.rcpa.bio.proteomics.IsotopicType;
import edu.iu.informatics.omics.AdductType;
import edu.iu.informatics.omics.DerivativeType;
import edu.iu.informatics.omics.Glycan;
import edu.iu.informa... | {
"content_hash": "f8efd4aaa16f9f03f2c19d26aaa6b6c1",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 91,
"avg_line_length": 39.84,
"alnum_prop": 0.7951807228915663,
"repo_name": "shengqh/GlycanIdentification",
"id": "7aa304f2d87af289329b4cc362506be47593b960",
"size": "996"... |
require 'digest/md5'
require 'find'
require 'tmpdir'
require 'etc'
module RuboCop
# Provides functionality for caching rubocop runs.
class ResultCache
NON_CHANGING = [:color, :format, :formatters, :out, :debug, :fail_level,
:cache, :fail_fast, :stdin].freeze
# Remove old files so that ... | {
"content_hash": "735d1e4b9d22231597e3eadd77a89848",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 79,
"avg_line_length": 36.043795620437955,
"alnum_prop": 0.6217091940056703,
"repo_name": "mrb/rubocop",
"id": "c111140e660056051d99d5606d53b2f4f039260c",
"size": "4987",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>AdminLTE 2 | Dashboard</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": "a178b7ecdd42d8c6d5a4552d75ce9c32",
"timestamp": "",
"source": "github",
"line_count": 1039,
"max_line_length": 165,
"avg_line_length": 38.60731472569778,
"alnum_prop": 0.46174556876822975,
"repo_name": "jalvaradoec/Poligresa-3.0",
"id": "7cfea796e4d2ee302c844b26f8ccd9b8e1a00b17",
... |
namespace arangodb {
namespace velocypack {
class AttributeTranslator;
class Dumper;
struct Options;
class Slice;
struct AttributeExcludeHandler {
virtual ~AttributeExcludeHandler() {}
virtual bool shouldExclude(Slice const& key, int nesting) = 0;
};
struct CustomTypeHandler {
virtual ~CustomTypeHandler() {}
... | {
"content_hash": "c2f11115687ffcc4534233116e63ed4a",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 78,
"avg_line_length": 28.555555555555557,
"alnum_prop": 0.7517509727626459,
"repo_name": "baslr/ArangoDB",
"id": "58d7e73e1a1a50a51a4e8bcff1c4b737b25556de",
"size": "3778"... |
<?php
namespace App\Http\Middleware;
use Closure;
use Illuminate\Support\Facades\Auth;
use Validator;
use App\Models\Mirror;
use Hash;
class AuthenticateMirror
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @param string|nu... | {
"content_hash": "d87aa2ba2a880fef27c055e007e5e446",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 84,
"avg_line_length": 24.928571428571427,
"alnum_prop": 0.5635148042024832,
"repo_name": "jlndk/smart-mirror",
"id": "b353a547b429595156632cfbb3290207e490ca0c",
"size": "1... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.