text stringlengths 2 1.04M | meta dict |
|---|---|
require 'eventmachine'
require 'faye/websocket'
require 'MrMurano/http'
require 'MrMurano/verbosing'
module MrMurano
module Logs
class Follow
def run_event_loop(sol, &block)
# block_given?
@message_handler = block
EM.run do
uri = ws_logs_uri(sol)
MrMurano::Http.... | {
"content_hash": "1c8bf1d0f4c7f8b77434dea11450c9c8",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 86,
"avg_line_length": 33.0125,
"alnum_prop": 0.5622870124952669,
"repo_name": "exosite/MrMurano",
"id": "dd525b641e91e0b21a8bf0560ea6f788556694e4",
"size": "2859",
"bina... |
package com.devicehive.json.adapters;
import com.devicehive.configuration.Messages;
import com.devicehive.model.enums.UserRole;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonToken;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
... | {
"content_hash": "65fb672b7839895efe77ca30be1fbe25",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 74,
"avg_line_length": 28.405405405405407,
"alnum_prop": 0.6241674595623216,
"repo_name": "lekster/devicehive-java-server",
"id": "a9f7dceb940e43d4c7da8fb8550ac15474f38bab",
... |
from hypr import Provider, request, filter
import json
class BaseProvider(Provider):
def get(self):
return request.m_filters
class Provider0(BaseProvider):
propagation_rules = {
'rule0': (BaseProvider, '/bar')
}
@filter
def my_filter(self):
return 'ok'
class TestFilt... | {
"content_hash": "d98121e5de458678cb5fa01c8da31097",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 63,
"avg_line_length": 21.157894736842106,
"alnum_prop": 0.5671641791044776,
"repo_name": "project-hypr/hypr",
"id": "2e3c7cd3e88353ac73a3793a88b1537cccf41a8b",
"size": "80... |
layout: page
title: "Michelle Nichol Belleau"
comments: true
description: "blanks"
keywords: "Michelle Nichol Belleau,CU,Boulder"
---
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></sc... | {
"content_hash": "3d8c6e8b48f5d2b895ce7f9df4c81830",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 100,
"avg_line_length": 25.904761904761905,
"alnum_prop": 0.6966911764705882,
"repo_name": "nikhilrajaram/nikhilrajaram.github.io",
"id": "aa0308f94bdd963ff5a92935a3069e4b359... |
package voldemort.store.readonly.mr;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import joptsimple.Op... | {
"content_hash": "7b39f58185ab230c5f79712f22734cbb",
"timestamp": "",
"source": "github",
"line_count": 280,
"max_line_length": 194,
"avg_line_length": 42.73571428571429,
"alnum_prop": 0.5568276784221963,
"repo_name": "rickbw/voldemort",
"id": "b39b8b8d5346788427bb3daebe7cc15f85122132",
"size": "12... |
import React, { useMemo } from 'react';
import features from './index';
import { getObjectKeys } from '@/lib/objects';
type ListItems = [string, React.ComponentType][];
export default ({ enabled }: { enabled: string[] }) => {
const mapped: ListItems = useMemo(() => {
return getObjectKeys(features)
... | {
"content_hash": "9962e40cb3cbd6386b2ac60ae5cc7316",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 93,
"avg_line_length": 33.57142857142857,
"alnum_prop": 0.550354609929078,
"repo_name": "Pterodactyl/Panel",
"id": "571c7afc6f0f4c99f7a61cf7f60e20aaa2fbcd8d",
"size": "705"... |
using System;
using System.Collections.Generic;
class RemoveNames
{
static void Main()
{
List<string> firstList = new List<string>();//FIRST LIST OF NAMES
string[] firstArray = Console.ReadLine().Split();
for (int i = 0; i < firstArray.Length; i++)
{
fi... | {
"content_hash": "c67a8d5fbaeed906f7b39eddacdcd58d",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 87,
"avg_line_length": 26.372093023255815,
"alnum_prop": 0.48853615520282184,
"repo_name": "AleikovStudio/HW09CSharpAdvanced",
"id": "4ea2f67c2574e7a33a3c884982c434dd937bea4c... |
// --------------------------------------------------------------------------------------------
// <copyright file="ResultSetComposerMock.cs" company="Effort Team">
// Copyright (C) 2011-2014 Effort Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this soft... | {
"content_hash": "2afbbdf3a9ac53da93c0d4f57be1f79b",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 96,
"avg_line_length": 35.78378378378378,
"alnum_prop": 0.5672205438066465,
"repo_name": "zamabraga/effort",
"id": "e2e9cd0e77664a19a403c98ce77a4a86976eb391",
"size": "2650... |
var EventsView = Backbone.View.extend({
initialize: function() {
_.bindAll(this,"render");
this.render();
},
//renders a simple map view
render: function() {
var self = this;
var filtertypelist = {'Type':{'val':1,'label':'eventType'},'Class':{'val':2,'label':'class'},'Cruise':{'val':3,... | {
"content_hash": "c44e1a53ce2ebec5886e313b3f34ed73",
"timestamp": "",
"source": "github",
"line_count": 274,
"max_line_length": 445,
"avg_line_length": 38.48905109489051,
"alnum_prop": 0.4806561729565712,
"repo_name": "ssontag55/ooi-ui",
"id": "eceb10d1380d9f6ffb6a5e0176704ce21744e079",
"size": "10... |
<html lang="en">
<head>
<title>More DFTs of Real Data - FFTW 3.2.2</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="FFTW 3.2.2">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Tutorial.html#Tutorial"... | {
"content_hash": "e97a18bc38c616eee07e6f143f19ef71",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 207,
"avg_line_length": 53.110236220472444,
"alnum_prop": 0.7101556708673091,
"repo_name": "vtsuperdarn/SuperDARN_MSI_ROS",
"id": "eee66cc280bdf95dc395172b6d733bb4940d1b2f",... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "bd12df453cec9baeb6ab35ecb82e33fe",
"timestamp": "",
"source": "github",
"line_count": 261,
"max_line_length": 108,
"avg_line_length": 30.938697318007662,
"alnum_prop": 0.6534984520123839,
"repo_name": "ebyhr/presto",
"id": "1b849e870ae03da2d084c5c06b3ec31f40766da5",
"size": "8075"... |
'use strict';
const models = require('./index');
/**
* Defines the metrics that indicate how well an item was rated by others.
*
* @extends models['Rating']
*/
class AggregateRating extends models['Rating'] {
/**
* Create a AggregateRating.
* @property {number} [reviewCount] The number of times the reci... | {
"content_hash": "9bc4588d90077a6786cf0534cf4449fd",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 77,
"avg_line_length": 22,
"alnum_prop": 0.47463002114164904,
"repo_name": "xingwu1/azure-sdk-for-node",
"id": "b1e311c978b2e71525b18dd929094b31cc42f123",
"size": "2209",
... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">xaHChat</string>
<string name="action_settings">Settings</string>
</resources>
| {
"content_hash": "cb22d4f571f7d5db0d67dc4f147de26f",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 52,
"avg_line_length": 32.4,
"alnum_prop": 0.6790123456790124,
"repo_name": "lemonxah/xaHChat",
"id": "a4d9cf9748e04c19db574af81649c9e3f9202b36",
"size": "162",
"binary": ... |
<TS language="be_BY" version="2.1">
<context>
<name>AddressBookPage</name>
<message>
<source>Right-click to edit address or label</source>
<translation>Правы клік, каб рэдагаваць адрас ці метку</translation>
</message>
<message>
<source>Create a new address</source>
<tran... | {
"content_hash": "53133bbb7f7eefc640f021a494fd80f1",
"timestamp": "",
"source": "github",
"line_count": 1498,
"max_line_length": 302,
"avg_line_length": 33.45594125500668,
"alnum_prop": 0.6411995929524912,
"repo_name": "fullcoins/fullcoin",
"id": "aa8e5f50f42a0e60066d1061841c6c36c25b3da2",
"size": ... |
CRC_VCNL4200::CRC_VCNL4200() {
_i2caddr = VCNL4200_I2CADDR;
}
boolean CRC_VCNL4200::exists() {
Wire.begin();
uint8_t rev = 0;
Wire.beginTransmission(_i2caddr);
Wire.write(VCNL4200_DeviceID_REG);
Wire.endTransmission(false);
Wire.requestFrom(_i2caddr, uint8_t(2));
byte lowByte = Wire.read();
byte highByte = W... | {
"content_hash": "70e849c43afafcb677b3de35dd31ef50",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 84,
"avg_line_length": 24.39423076923077,
"alnum_prop": 0.7229010642491132,
"repo_name": "ChicagoRobotics/CRC_VCNL4200",
"id": "88702b8cc0ee6a65d8226e104f18cbc7417bbed5",
... |
<?xml version="1.0" encoding="UTF-8"?>
<localEntry xmlns="http://ws.apache.org/ns/synapse" key="server-policy">
<wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
wsu:Id="UTO... | {
"content_hash": "32cbcfd9c5668fa4360d1e34f81be6b6",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 114,
"avg_line_length": 47.51282051282051,
"alnum_prop": 0.5509983810037776,
"repo_name": "pubudup/wso2-qa-artifacts",
"id": "d8ae8437628a585ce252c21033b6a54c61612b2c",
"si... |
package ca.uhn.fhir.rest.server.interceptor.auth;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.model.api.IQueryParameterOr;
import ca.uhn.fhir.model.api.IQueryParameterType;
import ca.uhn.fhir.rest.annotation.OptionalParam;
import ca.uhn.fhir.rest.annotation.Search;
import ca.uhn.fhir.rest.annotation.Tra... | {
"content_hash": "7a65fd30abc1945a09218a123fc32d7f",
"timestamp": "",
"source": "github",
"line_count": 587,
"max_line_length": 138,
"avg_line_length": 34.369676320272575,
"alnum_prop": 0.7759603469640645,
"repo_name": "aemay2/hapi-fhir",
"id": "9c1413a3ad8962d8bb3ab8f4a1c8ff963a7fcebf",
"size": "2... |
[](https://travis-ci.org/adamrees89/PythonExcelReader) [](https://snyk.io/test/github/adamrees89/PythonExcelReader?... | {
"content_hash": "4ed74b350302508f8c0f0279e388875f",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 348,
"avg_line_length": 74.08333333333333,
"alnum_prop": 0.8155230596175478,
"repo_name": "adamrees89/PythonExcelReader",
"id": "d448e195d1986e18a72e8e4f1df6eb343fea9742",
... |
#include "test.h"
__FBSDID("$FreeBSD$");
#define should(__a, __code, __m, __o, __v) \
assertEqualInt(__code, archive_write_set_option(__a, __m, __o, __v))
static void
test(int pristine)
{
struct archive* a = archive_write_new();
int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK;
if (!pristine) {
ar... | {
"content_hash": "8bc93dac441f5db380abef7d902d5c46",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 68,
"avg_line_length": 26.91304347826087,
"alnum_prop": 0.6470113085621971,
"repo_name": "IngwiePhoenix/d0p",
"id": "27782342f330d6b7b804117a68308123aae355a4",
"size": "256... |
// Automatically generated by xdrgen
// DO NOT EDIT or your changes may be overwritten
/* jshint maxstatements:2147483647 */
/* jshint esnext:true */
import * as XDR from 'js-xdr';
var types = XDR.config(xdr => {
// === xdr source ============================================================
//
// typedef opaqu... | {
"content_hash": "5c35265cc40a7f03fafc51d1f81d198c",
"timestamp": "",
"source": "github",
"line_count": 7086,
"max_line_length": 104,
"avg_line_length": 31.818233135760654,
"alnum_prop": 0.48931093212220134,
"repo_name": "stellar/js-stellar-base",
"id": "26852ebb876418d6b3193277cecd808cec74c867",
"... |
<?php
class Valdecode_CookieLaw_Model_Config_Behaviour
{
public function toOptionArray()
{
return array(
array('value' => 365, 'label' => 'Never show again'),
array('value' => 1, 'label' => 'Hide for the rest of the day'),
array('value' => 0, 'label' => 'Hide for th... | {
"content_hash": "64e662b24e6b275bed507cb41d637251",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 78,
"avg_line_length": 25.928571428571427,
"alnum_prop": 0.5399449035812672,
"repo_name": "valdecode/magento-cookielaw",
"id": "567c11efd53fce95975c613d86b30bbd1cf5dbda",
"... |
package org.ovirt.engine.ui.common.widget.uicommon.vm;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.ovirt.engine.core.common.businessentities.VmGuestAgentInterface;
import org.ovirt.engine.core.common.businessentities.network.VmNetworkInterface;
import org.ovirt.engine.ui.com... | {
"content_hash": "ce3f25c7a5a58e81ae23acd105db32c3",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 155,
"avg_line_length": 43.693617021276594,
"alnum_prop": 0.6472536034281262,
"repo_name": "walteryang47/ovirt-engine",
"id": "e36239d238fceb7c96bd5ccf375fbdd30f2bfa89",
"... |
// Package eventtoken includes utility methods for event token
// handling.
package eventtoken
import (
"vitess.io/vitess/go/mysql"
querypb "vitess.io/vitess/go/vt/proto/query"
)
// Fresher compares two event tokens. It returns a negative number if
// ev1<ev2, zero if they're equal, and a positive number if
// e... | {
"content_hash": "37d0e06edb228c0e77d7442478d410d2",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 70,
"avg_line_length": 22.181818181818183,
"alnum_prop": 0.6524590163934426,
"repo_name": "mahak/vitess",
"id": "2fe908527d2b89450554a1272c80b77209ad2818",
"size": "1785",
... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="PreferencePanel">
<item name="layout_marginTop">@dimen/preference_screen_top_margin</item>
<item name="layout_marginBottom">@dimen/preference_screen_bottom_margin</item>
<item name="layout_marginStart">@dimen/preference_screen_s... | {
"content_hash": "f62fb025b606adbc1e285342e79f6807",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 86,
"avg_line_length": 49.55555555555556,
"alnum_prop": 0.6928251121076233,
"repo_name": "Liberations/Flyme5_devices_base_cm",
"id": "b1a1686e5de2cfa9d196b4098b4e4baddf5c7220"... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2013 Allogy Interactive.
~
~ 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/LICEN... | {
"content_hash": "779de0f51714eaddc4028f749a135efa",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 81,
"avg_line_length": 38.46808510638298,
"alnum_prop": 0.672566371681416,
"repo_name": "Allogy/allogy-legacy-android-app",
"id": "517073b7fd8bb172e25689f633aa56bfce51762a",
... |
define(['durandal/binder', 'durandal/system', 'knockout'], function (sut, system, ko) {
describe('durandal/binder', function(){
var settings, view;
function sharedBindingBehaviour(createSettings, sutAction) {
var insufficientInfoMessage = 'Insufficient Information to Bind',
... | {
"content_hash": "ea7b17586aac4e7e542a5521fc84619f",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 100,
"avg_line_length": 36.278688524590166,
"alnum_prop": 0.46904654315408945,
"repo_name": "davismj/Durandal",
"id": "663b42183c0850da2979be44c8fe31e8529af912",
"size": "... |
/// <reference path="../App.js" />
(function () {
"use strict";
// The initialize function must be run each time a new page is loaded
Office.initialize = function (reason) {
$(document).ready(function () {
app.initialize();
$('#send').click(sendFeedback);
});
... | {
"content_hash": "73582ce539b61c309070fb6a9c710c90",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 110,
"avg_line_length": 36.22857142857143,
"alnum_prop": 0.6214511041009464,
"repo_name": "OfficeDev/Office-Add-in-JavaScript-WebApiService",
"id": "5b492d343c08256719f4c8336... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function template operator<<</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../ind... | {
"content_hash": "5a883584f38f5997c540d81b2949811e",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 490,
"avg_line_length": 94.36170212765957,
"alnum_prop": 0.6635851183765502,
"repo_name": "mitreaadrian/Soccersim",
"id": "e85529012283296bfd56355f8503d491699ccd86",
"size"... |
<div>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<a class="brand" data-bind="attr: { href: router.visibleRoutes()[0].hash }">
<i class="icon-home"></i>
<span>Durandal</span>
</a>
<ul class="nav" data-bind="foreach: router.visibleRoutes">
<li data-bind="css: { active: isAct... | {
"content_hash": "608280e03d9f73a498c1086798693078",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 139,
"avg_line_length": 39.52,
"alnum_prop": 0.631578947368421,
"repo_name": "jonjaques/glados",
"id": "00a8efcab553827a91f8da8c9d7d4f98ddb1f8c9",
"size": "990",
"binary"... |
package org.everit.jetty.server.ecm.internal;
/**
* Constants of SslConnectionFactory attribute priority.
*/
public final class SslConnectionFactoryAttributePriority {
public static final int P01_SERVICE_DESCRIPTION = 1;
public static final int P02_KEYSTORE = 2;
public static final int P03_KEYSTORE_PASSWOR... | {
"content_hash": "dadbaf02951e6658a351e804e94c4040",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 58,
"avg_line_length": 23.652173913043477,
"alnum_prop": 0.7573529411764706,
"repo_name": "everit-org/jetty-server-component",
"id": "b4394ccc9bfb5e8a7412ed4d7819497787056d23... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace LojaNinja.Dominio.Usuarios
{
public interface IUsuarioRepositorio
{
Usuario BuscarUsuarioPorAutenticacao(string email, string senha);
void CadastrarUsuario(Usuario usua... | {
"content_hash": "bd3ed16c7b83a2e51fbec3ce1d125560",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 73,
"avg_line_length": 23.857142857142858,
"alnum_prop": 0.7574850299401198,
"repo_name": "SadPandaBear/crescer-2016-1",
"id": "bbbdaa9c819e06bff7d89735dae2aaa27c2477a6",
"... |
// Generated by xsd compiler for android/java
// DO NOT CHANGE!
package ebay.apis.eblbasecomponents;
import java.io.Serializable;
import com.leansoft.nano.annotation.*;
/**
*
* This type defines the <b>QuantityRestrictionPerBuyer</b> container, which is
* used by the seller to restrict the quantity of items that ... | {
"content_hash": "3f1b853b00db38cb03a18c796ff709a6",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 90,
"avg_line_length": 37.10144927536232,
"alnum_prop": 0.70078125,
"repo_name": "kzganesan/nano-rest",
"id": "09e3b809c7bda0a7f2e84f693d0edd0dfd39ada1",
"size": "2560",
... |
var Component = require("montage/ui/component").Component;
var sharedTmdbService = require("core/tmdb-service").shared;
exports.Details = Component.specialize({
constructor: {
value: function Details() {
this.super();
}
},
_movie: {
value: null
},
movie: {
... | {
"content_hash": "b2ebf188890068fc8858eb23d43f91c6",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 90,
"avg_line_length": 29.757894736842104,
"alnum_prop": 0.4651574106827025,
"repo_name": "DigitalSismo/popcorn",
"id": "4dbb1f8cdf4e8230359c2ee6b07de9c7559bda7a",
"size": ... |
require_relative './shuffleLinesImpl.rb'
require 'open3'
require 'tempfile'
require 'test/unit'
SIZE_OF_RANDOM_TESTING_SMALL = 500
SIZE_OF_RANDOM_TESTING_LARGE = 5000
SIZE_OF_RANDOM_TESTING_FILE = 10
# 実際にbotで使うファイル
TEST_INPUT_FILENAME = "cppFriendsBot.txt"
# 説明用の入力ファイル
TEST_SAMPLE_FILENAME = "shuffleLinesSample.txt... | {
"content_hash": "568d0f95f9bdb9d1526e65f2ad38fe97",
"timestamp": "",
"source": "github",
"line_count": 753,
"max_line_length": 100,
"avg_line_length": 30.302788844621514,
"alnum_prop": 0.6249890437374003,
"repo_name": "zettsu-t/cPlusPlusFriend",
"id": "b0c7e8a9851a6673c3a845a547c0cf72be771a90",
"s... |
package org.gradle.caching.internal.controller.operations;
import org.gradle.caching.BuildCacheKey;
import org.gradle.caching.internal.operations.BuildCacheRemoteLoadBuildOperationType;
public class LoadOperationDetails implements BuildCacheRemoteLoadBuildOperationType.Details {
private final BuildCacheKey bui... | {
"content_hash": "0c1f33bebc65efd29a9289cccaf1493f",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 93,
"avg_line_length": 27.35,
"alnum_prop": 0.7879341864716636,
"repo_name": "lsmaira/gradle",
"id": "bbe03147afc17171d18bbf0cbd4e3a624e032a18",
"size": "1162",
"binary":... |
<!doctype html>
<!-- This file is generated by build.py. -->
<title>canvas; overflow:visible; -o-object-fit:fill; -o-object-position:center 100%</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='visible_auto_50_100-ref.html'>
<style>
#test > * { overflow:visible; -o-object-fit:f... | {
"content_hash": "1786e90f6e3560a14c0ac121a53f1aed",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 91,
"avg_line_length": 33.476190476190474,
"alnum_prop": 0.6586059743954481,
"repo_name": "frivoal/presto-testo",
"id": "6558836d2dd09be7b1bac07523e55cb66f7d3803",
"size": ... |
import ajaxWrapper from "../helpers/ajaxWrapper";
import config from "../config/config";
import AppDispatcher from "../AppDispatcher";
import AppsEvents from "../events/AppsEvents";
var AppsActions = {
requestApps: function () {
const embed = "embed=group.groups&embed=group.apps&" +
"embed=group.apps.dep... | {
"content_hash": "b3fd960527602d378d049b0ac08b60ae",
"timestamp": "",
"source": "github",
"line_count": 223,
"max_line_length": 68,
"avg_line_length": 24.699551569506728,
"alnum_prop": 0.5497458242556281,
"repo_name": "cribalik/marathon-ui",
"id": "1013ce63f15a73e8984fa0debbef1ca0053ec54b",
"size":... |
iconf is command let you manage your Variables / Alias / scripts
## install
## STEP 1
```bash
wget -O - https://raw.githubusercontent.com/broven/iconf/master/install.sh | bash
```
## STEP 2
Add following to your shell rc file
```
#########iconf########
export path_to_iconf=~/iconf/ # iconf install path
export PATH... | {
"content_hash": "a154837347c11e4313a0c2523d3311f6",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 81,
"avg_line_length": 21.0625,
"alnum_prop": 0.6152324431256182,
"repo_name": "broven/iconf",
"id": "7db5ca4d800d3e987211bf6b76a001602b98d76f",
"size": "1011",
"binary":... |
// Specifically test buffer module regression.
import {
Buffer as ImportedBuffer,
SlowBuffer as ImportedSlowBuffer,
transcode,
TranscodeEncoding,
constants,
kMaxLength,
kStringMaxLength,
Blob,
} from 'buffer';
const utf8Buffer = new Buffer('test');
const base64Buffer = new Buffer('', 'b... | {
"content_hash": "ff703acee01d90058d17852fd35a9618",
"timestamp": "",
"source": "github",
"line_count": 292,
"max_line_length": 100,
"avg_line_length": 27.482876712328768,
"alnum_prop": 0.6362616822429906,
"repo_name": "georgemarshall/DefinitelyTyped",
"id": "5ecc30eca2ed0d0458b167253ddef63e0e3bba83"... |
<testsuites>
<testsuite tests="3" failures="0" time="17.564" name="github.com/GoogleCloudPlatform/golang-samples">
<properties>
<property name="go.version" value="go1.12.4"/>
</properties>
<testcase classname="golang-samples" name="TestBadFiles" time="0.040"/>
</testsuite>
<testsuite tests="2" failures="0" time="0.006"... | {
"content_hash": "3264e5f52698da016f2a1fb589dc5eab",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 127,
"avg_line_length": 41.07142857142857,
"alnum_prop": 0.7478260869565218,
"repo_name": "GoogleCloudPlatform/flaky-service",
"id": "f969bc3eaa961c5905a5e874552a5d7f89c4a870... |
"""Behaviors for servicing RPCs."""
# base_interfaces and interfaces are referenced from specification in this
# module.
from grpc.framework.base import interfaces as base_interfaces # pylint: disable=unused-import
from grpc.framework.face import _control
from grpc.framework.face import exceptions
from grpc.framework... | {
"content_hash": "f8287d8dfc0cf9cd5d5718111882f2e3",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 94,
"avg_line_length": 35.875,
"alnum_prop": 0.7381533101045297,
"repo_name": "nmittler/grpc",
"id": "26bde129687a5b48b6bb7ad849665b10ab19e722",
"size": "7269",
"binary"... |
namespace v8 {
namespace internal {
#define DEFINE_COMPILE(type) \
void L##type::CompileToNative(LCodeGen* generator) { \
generator->Do##type(this); \
}
LITHIUM_CONCRETE_INSTRUCTION_LIST(DEFINE_COMPILE)
#undef DEFINE_COMPILE
#ifdef DEBUG
void LInstruction:... | {
"content_hash": "7919ced67f5d7ed4480637f188977e4b",
"timestamp": "",
"source": "github",
"line_count": 2664,
"max_line_length": 80,
"avg_line_length": 33.87537537537538,
"alnum_prop": 0.6794246708922477,
"repo_name": "baslr/ArangoDB",
"id": "f770509076cc137a83b62bf6b9b9839df3d74642",
"size": "9063... |
import os
import socket
import SocketServer
import sys
import threading
import time
from subprocess import Popen, PIPE
PLUGIN_PATH = "/etc/munin/plugins"
def parse_args():
from optparse import OptionParser
parser = OptionParser()
parser.add_option("-p", "--pluginpath", dest="plugin_path",
... | {
"content_hash": "a05165fd4d136057fedf84deba29a83c",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 104,
"avg_line_length": 34.12837837837838,
"alnum_prop": 0.5394971292813304,
"repo_name": "Mitali-Sodhi/CodeLingo",
"id": "34efcd2fa0d9b2972a31242888b341e72c732be2",
"size... |
@font-face {
font-family: 'Keraleeyam';
src: url('Keraleeyam/Keraleeyam.eot');
src: url('Keraleeyam/Keraleeyam.eot?#iefix') format('embedded-opentype'),
url('Keraleeyam/Keraleeyam.woff2') format('woff2'),
url('Keraleeyam/Keraleeyam.woff') format('woff'),
url('Keraleeyam/Keraleeyam.ttf') format('truetype');
fo... | {
"content_hash": "e66b4ad688196799d1d235c21a4ca272",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 74,
"avg_line_length": 36,
"alnum_prop": 0.7166666666666667,
"repo_name": "PeterDaveHello/jsdelivr",
"id": "4ea08e8884de716d96deca7f5f44fb125f70be8e",
"size": "360",
"bin... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pt">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Mar 12 16:32:44 BRT 2014 -->
<title>C-Index</title>
<meta name="date" content="2014-03-12">
<link rel="stylesheet" type="tex... | {
"content_hash": "fa9e46e6ed9cf0f92897ce9d2fad15f2",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 558,
"avg_line_length": 47.45652173913044,
"alnum_prop": 0.6811726981218507,
"repo_name": "danielgimenes/jythonEasierCoercion",
"id": "5a84d6c9619ca69ab238c3047bd879188a5f4f... |
require 'chef/knife/cloud/oraclepaas_service'
class Chef
class Knife
class Cloud
class SoaService < OraclepaasService
def connection
@connection ||= begin
connection = Fog::OracleCloud::SOA.new(
oracle_domain: @identity_domain,
... | {
"content_hash": "674b4ecca7d461bd4f76e48fd5c85384",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 107,
"avg_line_length": 41.411764705882355,
"alnum_prop": 0.537405303030303,
"repo_name": "Joelith/knife-oraclepaas-0.1.0",
"id": "f92f4fde66d5acedef2b0612451d6a6711565470",
... |
package com.evernym.sdk.vcx.credential;
import com.evernym.sdk.vcx.ErrorCode;
import com.evernym.sdk.vcx.VcxException;
/**
* Created by abdussami on 13/06/18.
*/
public class InvalidCredentialDefHandle extends VcxException
{
private static final long serialVersionUID = 3294831240096535507L;
private final s... | {
"content_hash": "080556cb678d1c1384df303941129f0e",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 72,
"avg_line_length": 24.4,
"alnum_prop": 0.7479508196721312,
"repo_name": "Artemkaaas/indy-sdk",
"id": "a7a9d151b8b05b94530bb7a4f72ccacfadbddc0c",
"size": "488",
"binar... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a7ad112763da2f2505403ca202058f38",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "86ab1582be0e2ab958e1599ec32b9d2d8639fd66",
"size": "207... |
package de.spricom.dessert.resolve;
public interface ClassCollector {
void addClass(ClassEntry cfe);
void addPackage(ClassPackage pckg);
}
| {
"content_hash": "e528571653712202a6b2bfe33a1ec105",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 39,
"avg_line_length": 18.75,
"alnum_prop": 0.76,
"repo_name": "hajo70/dessert",
"id": "8a998564f4db98b2449a3009639813f7a8a908de",
"size": "839",
"binary": false,
"copie... |
.. _bugs:
Known Issues and Bugs
=====================
This section lists known issues and bugs and gives some information on how to
submit bug reports.
"Content is Unreadable. Open and Repair"
----------------------------------------
Very, very occasionally you may see an Excel warning when opening an XlsxWriter
fi... | {
"content_hash": "2793cea5c4d8bccc3bb4bf1c497e35ab",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 129,
"avg_line_length": 37.9010989010989,
"alnum_prop": 0.6965787184691214,
"repo_name": "Thhhza/XlsxWriter",
"id": "d8eb9d20fe793beccfb4f363f796e6dbc516336e",
"size": "68... |
.class Lcom/samsung/android/settings/networklock/NetworkLockUtils$1;
.super Landroid/os/CountDownTimer;
.source "NetworkLockUtils.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/samsung/android/settings/networklock/NetworkLockUtils;
.end annotation
.annotation system Ldalvi... | {
"content_hash": "3fca3e1be59f7282b7ca1e8825ada34b",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 171,
"avg_line_length": 32.60294117647059,
"alnum_prop": 0.7512404149751917,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "e6c07d8ae6897d1ab1f2b7d3540cf88c4f2dd7f7",
"size... |
package banco;
class ContaCorrente extends Conta implements Tributavel {
@Override
public void atualiza(double taxa) {
this.saldo += this.saldo * taxa * 2;
}
@Override
public void deposita(double valor) {
super.deposita(valor);
this.saldo -= 0.10;
}
public double calculaTributos() {
return this.ge... | {
"content_hash": "08caf88449ba5140c1483c093de09c5d",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 57,
"avg_line_length": 18,
"alnum_prop": 0.6900584795321637,
"repo_name": "Markuus13/java",
"id": "c707a2a55cf6a3f4d7b0a3c5ddc33b59e50ee502",
"size": "342",
"binary": fal... |
<?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" >
<Button
android:layout_width="match_parent"
android:layout_height="wr... | {
"content_hash": "507a0c37cd2aceb8c3a1a7f9d58e57ff",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 72,
"avg_line_length": 33.59154929577465,
"alnum_prop": 0.6360587002096436,
"repo_name": "zzhouj/Android-SlidingUpPanel",
"id": "0a3265008a7f0d1abaf3764f88efc65a475e71f3",
... |
<!DOCTYPE html>
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout}">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<title th:text="#{screen.pm.reset.title}">Reset ... | {
"content_hash": "780566b0add57df4bca5e540ce95b2b8",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 176,
"avg_line_length": 46.234042553191486,
"alnum_prop": 0.5890473999079613,
"repo_name": "bshp/theme-cas_bshp",
"id": "4c1c9e051612a5d305effdfccc5938182a183de0",
"size": ... |
package com.amazonaws.services.rds.model;
/**
* <p>
* Contains the result of a successful invocation of the following actions:
* </p>
*
* <ul>
* <li> CreateDBSnapshot </li>
* <li> DeleteDBSnapshot </li>
*
* </ul>
* <p>
* This data type is used as a response element in the DescribeDBSnapshots action.
* <... | {
"content_hash": "56b9e20a31aefdb56515fd7d66af0ca8",
"timestamp": "",
"source": "github",
"line_count": 679,
"max_line_length": 150,
"avg_line_length": 35.25773195876289,
"alnum_prop": 0.6294486215538847,
"repo_name": "frsyuki/aws-sdk-for-java",
"id": "7d62fa479139e8db8fe7b75890d0d41a3afd6587",
"si... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project default="create_run_jar" name="Create Runnable Jar for Project obit_annotation_tool">
<!--this file was created by Eclipse Runnable JAR Export Wizard-->
<!--ANT 1.7 is required -->
<!--define folder proper... | {
"content_hash": "0dfdb019e49f4f68c81b2fba3674718e",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 99,
"avg_line_length": 53.05555555555556,
"alnum_prop": 0.5979057591623037,
"repo_name": "aarpon/obit_annotation_tool",
"id": "3777f04328f137ff01c2a101756d02314df89921",
"s... |
class ArticlesController < ApplicationController
def show
@article = Article.find(params[:id])
end
ROOT_PER_PAGE = 5
def root
@articles = Article.
order("id DESC").
page(params[:page]).
per(ROOT_PER_PAGE)
end
INDEX_PER_PAGE = 10
def index
@articles = Article.
order("i... | {
"content_hash": "d452fd4526cb07a6cca98073309cca51",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 69,
"avg_line_length": 19.34375,
"alnum_prop": 0.6348949919224556,
"repo_name": "hogelog/blog",
"id": "7449f63d2708ec165974f4ebcb92ec2fe301846a",
"size": "619",
"binary":... |
/********************************************************************************
** Form generated from reading UI file 'editaddressdialog.ui'
**
** Created by: Qt User Interface Compiler version 4.8.5
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
*********************************... | {
"content_hash": "a7c26eba9bda8c6ca93896e7dfd1fdcc",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 186,
"avg_line_length": 36.763636363636365,
"alnum_prop": 0.6894164193867458,
"repo_name": "apecoin/build",
"id": "5c6c5bad88b5158fddb4102cb901bc2000f615f7",
"size": "4044... |
package com.tazzvose.swiftly.ast;
import com.tazzvose.swiftly.type.SwiftField;
public final class StoreFieldNode
implements AstNode{
private final SwiftField field;
private final AstNode value;
public StoreFieldNode(SwiftField field, AstNode value){
this.field = field;
this.value = value;
}
public... | {
"content_hash": "b34861e48bd630a907d7b5d46c77bcfc",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 57,
"avg_line_length": 19.40625,
"alnum_prop": 0.7214170692431562,
"repo_name": "s0cks/Swiftly",
"id": "ccb15c7c4228ce33d51630990214bb3cc6417866",
"size": "621",
"binary"... |
<div id="switch_page">
<canvas id="switch_canvas" width="800px" height="600px"></canvas>
</div> | {
"content_hash": "9b412a69cd15788f765a3ee8d64b1116",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 69,
"avg_line_length": 33,
"alnum_prop": 0.6565656565656566,
"repo_name": "simonidnov/okaoka_restauth",
"id": "5964ea0d73e583a45de25ebef82e3150816e40bf",
"size": "99",
"bi... |
package com.google.cloud.orgpolicy.v2.samples;
// [START orgpolicy_v2_generated_OrgPolicy_DeletePolicy_Policyname_sync]
import com.google.cloud.orgpolicy.v2.OrgPolicyClient;
import com.google.cloud.orgpolicy.v2.PolicyName;
import com.google.protobuf.Empty;
public class SyncDeletePolicyPolicyname {
public static ... | {
"content_hash": "b37dbe30a8a3247562196e6665c01090",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 100,
"avg_line_length": 41.5,
"alnum_prop": 0.7650602409638554,
"repo_name": "googleapis/java-orgpolicy",
"id": "b8765cac24dee927aed040216c16b22712e042b2",
"size": "1757",
... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Draggable Element Element</title>
<meta http-equiv="Content-Type" con... | {
"content_hash": "4b2fd946ad29b9ff17b33f2880cac2a5",
"timestamp": "",
"source": "github",
"line_count": 252,
"max_line_length": 497,
"avg_line_length": 34.62301587301587,
"alnum_prop": 0.6600573065902579,
"repo_name": "SovereignPrime/nitrogen_core",
"id": "b9d7dee9f6b7af5056c3473b7fd44b5501cc4319",
... |
class CallIndexTests < Test::Unit::TestCase
def setup
@calls = [
{:method => :hello, :target => :world, :call => {} },
{:method => :goodbye, :target => :world, :call => {} },
{:method => :foo, :target => :world, :call => {} },
{:method => :foo, :target => :the_bar, :call => {} },
{:m... | {
"content_hash": "0638118b5a8e354777e20493a5b1a0d5",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 67,
"avg_line_length": 27.362068965517242,
"alnum_prop": 0.5778197857592943,
"repo_name": "spcoder/brakeman",
"id": "6a3293115296d9cb789423e172e9e31823d697aa",
"size": "158... |
module Twilio
module REST
class Api < Domain
class V2010 < Version
class AccountContext < InstanceContext
class UsageList < ListResource
class RecordList < ListResource
class TodayList < ListResource
##
# Initialize the TodayList
... | {
"content_hash": "15af30801ce559610f9ae3aba0a211b0",
"timestamp": "",
"source": "github",
"line_count": 343,
"max_line_length": 169,
"avg_line_length": 47.62390670553936,
"alnum_prop": 0.5087235996326905,
"repo_name": "philnash/twilio-ruby",
"id": "c086d242cd775c4ef13749cbfacce6e774942e69",
"size":... |
var searchData=
[
['refinement',['Refinement',['../group___refinement.html',1,'']]]
];
| {
"content_hash": "51af3d8ef5c3e7cbc10cf6cf78dc971e",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 67,
"avg_line_length": 22.25,
"alnum_prop": 0.5955056179775281,
"repo_name": "pbosler/lpm-v2",
"id": "5203aff7e9d6648c92ae6ecef1f01a1b1e323559",
"size": "89",
"binary": fa... |
struct PPB_MessageLoop_1_0;
namespace ppapi {
namespace proxy {
class PPAPI_PROXY_EXPORT MessageLoopResource : public MessageLoopShared {
public:
explicit MessageLoopResource(PP_Instance instance);
// Construct the one MessageLoopResource for the main thread. This must be
// invoked on the main thread.
expli... | {
"content_hash": "80379c03582fc40b81b2751c0cc972a7",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 80,
"avg_line_length": 33.63551401869159,
"alnum_prop": 0.7321478188385663,
"repo_name": "joone/chromium-crosswalk",
"id": "e8213a9820f57ec270777b9dde84c1ee798c2309",
"siz... |
package CPSC331Assignment4;
import java.lang.NullPointerException;
import java.lang.IndexOutOfBoundsException;
import java.lang.IllegalStateException;
import CPSC331Assignment3.Pair;
/**
*
* Interface for a hash table’s data structure,
* for use in CPSC 331.
* <br />
*
* <p>
* <stro... | {
"content_hash": "f93a8039c3b29437adcf81710c922a1d",
"timestamp": "",
"source": "github",
"line_count": 638,
"max_line_length": 73,
"avg_line_length": 36.21786833855799,
"alnum_prop": 0.601808975635089,
"repo_name": "ahelwer/UofC",
"id": "52e0a2a458c04e33a40aae40b43373de4e8aa756",
"size": "23107",
... |
<?php
class ShareAction extends UserAction{
public $tokenWhere;
public function _initialize() {
parent::_initialize();
$this->canUseFunction('share');
$this->tokenWhere=array('token'=>$this->token);
}
public function set(){
$record=M('Share_set')->where($this->tokenWhere)->find();
if (IS_POST){
... | {
"content_hash": "7b6c60ab1f8294821fffacc3d3a24b89",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 234,
"avg_line_length": 28.686274509803923,
"alnum_prop": 0.550580997949419,
"repo_name": "royalwang/saivi",
"id": "76b4adc66a0c3869299157cdfa210d078957c582",
"size": "295... |
package org.scalatest
import SharedHelpers._
class SequentialNestedSuiteExecutionSpec extends Spec {
object `the SequentialNestedSuiteExecution trait` {
object `when mixed into a Suite` {
def `should override runNestedSuites such that it calls super.runNestedSuites with the distributor set to None` {
... | {
"content_hash": "42f64eadff7a37ad30d79330dbf06e9c",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 120,
"avg_line_length": 44.094339622641506,
"alnum_prop": 0.6636713735558408,
"repo_name": "flicken/scalatest",
"id": "b2ce3e3f93c01b67b0de6fdb8bd0c6e4a3d5fb35",
"size": "2... |
'''
Convert a music21 object into JSON and send it to the browser for music21j to use.
'''
import unittest
from music21.exceptions21 import Music21Exception
from music21 import freezeThaw
from music21 import stream
supportedDisplayModes = [
'html',
'jsbody',
'jsbodyScript',
'json'
]
def fromObject(t... | {
"content_hash": "d66fb678feec8f03c19f3a93e35d5e22",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 154,
"avg_line_length": 39.67003367003367,
"alnum_prop": 0.5576302834832796,
"repo_name": "arnavd96/Cinemiezer",
"id": "6384f3ce95c6ca623403d707e0ffb7f38c308093",
"size": ... |
<?php
namespace Fenchy\MessageBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
use Doctrine\ORM\EntityRepository;
class RequestMessageType extends AbstractType
{
public function buildForm(FormBu... | {
"content_hash": "0450c31796e3b25fd7775facfb7ca67a",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 76,
"avg_line_length": 24.548387096774192,
"alnum_prop": 0.6898817345597897,
"repo_name": "PollyandBob/PollyAndBob",
"id": "726d26f0b352e31b2e642b7371e2358e2113b822",
"size... |
<jqxChart #myChart
[width]="850" [height]="500"
[title]="'EU Population between 2003 and 2014'"
[description]="'data source: Eurostat'"
[showLegend]="false" [enableAnimations]="true" [padding]="padding"
[titlePadding]="titlePadding" [source]="data" [xAxis]="xAxis"
[valueAxis]="valueAxis" [serie... | {
"content_hash": "102162b80bd2aaf7b641c5ece148bdbd",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 85,
"avg_line_length": 47.875,
"alnum_prop": 0.6736292428198434,
"repo_name": "UCF/IKM-APIM",
"id": "95ffdbacf3ed2182143098d8910460e4deaa0382",
"size": "385",
"binary": fa... |
import {Injectable} from 'angular2/core';
import {Http} from 'angular2/http';
import {User} from './user';
import 'rxjs/add/operator/map';
@Injectable()
export class UserService {
url: string;
users: User[];
constructor(private _http: Http) {
this.url = "http://jsonplaceholder.typicode.com/user... | {
"content_hash": "fc952dbd9404837e8f4e8f99846c8c9c",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 63,
"avg_line_length": 19.64,
"alnum_prop": 0.5906313645621182,
"repo_name": "Schludnik/PacketwerkAufgabe",
"id": "47c66c330d61c773f9b553a38ae2875f317885dc",
"size": "493",... |
#ifndef _CRYPT_H
#define _CRYPT_H 1
#include <features.h>
__BEGIN_DECLS
/* Encrypt at most 8 characters from KEY using salt to perturb DES. */
extern char *crypt (const char *__key, const char *__salt)
__THROW __nonnull ((1, 2));
/* Setup DES tables according KEY. */
extern void setkey (const char *__key) ... | {
"content_hash": "282d6b80bb7601608ae8c29bf76e15e4",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 71,
"avg_line_length": 26.296296296296298,
"alnum_prop": 0.6295774647887324,
"repo_name": "JahodaPavel/Recipe_Manager",
"id": "e29e1ef8b786225af643ec21acfe6bb690a7de26",
"s... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... | {
"content_hash": "2a9c9892fa124e0aecc4de96ff9134d5",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 79,
"avg_line_length": 29.81132075471698,
"alnum_prop": 0.6781645569620253,
"repo_name": "daejunpark/jsaf",
"id": "3145a4a70fe3d3eebdf136243fa8511723abe511",
"size": "3160... |
from twisted.internet.defer import Deferred
def send_poem(d):
print('Sending poem')
d.callback('Once upon a midnight dreary')
def get_poem():
"""Return a poem 5 seconds later."""
def canceler(d):
# They don't want the poem anymore, so cancel the delayed call
delayed_call.cancel()
... | {
"content_hash": "26ac964d2123dc2f5867612d4d284931",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 72,
"avg_line_length": 25.044444444444444,
"alnum_prop": 0.6512866015971606,
"repo_name": "jdavisp3/twisted-intro",
"id": "7e88e54cd1f6c8698f6dba58ae2ea668c96716e2",
"size"... |
package com.amazonaws.services.devicefarm.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.Request;
import com.amazonaws.http.HttpMethodName;
import com.amazonaws.services.devicefarm.model.*;
import com.amazonaws.transform.Marshaller;
import com.amaz... | {
"content_hash": "b944ce75dab6ed51f1c7f5997b1e10d7",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 159,
"avg_line_length": 39.78846153846154,
"alnum_prop": 0.7573707104881585,
"repo_name": "aws/aws-sdk-java",
"id": "d887e707401bfc0698912a0e2771ef5048b48308",
"size": "264... |
<?php
class Google_Service_Compute_NodeTemplatesScopedList extends Google_Collection
{
protected $collection_key = 'nodeTemplates';
protected $nodeTemplatesType = 'Google_Service_Compute_NodeTemplate';
protected $nodeTemplatesDataType = 'array';
protected $warningType = 'Google_Service_Compute_NodeTemplatesSc... | {
"content_hash": "dbdfff040da06dfcb18cc2df598221dd",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 92,
"avg_line_length": 25.9,
"alnum_prop": 0.722007722007722,
"repo_name": "bshaffer/google-api-php-client-services",
"id": "8bd7dd8580c976c524622cdd904bdaa4b772b16c",
"siz... |
/*
* The Plaid API
*
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* API version: 2020-09-14_1.205.3
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package plaid
import (
"encoding/json"
"fmt"
)
// IndividualWatchlistCode Shorthand ... | {
"content_hash": "272067b2e6fd8e2c2372258af300d7ad",
"timestamp": "",
"source": "github",
"line_count": 147,
"max_line_length": 104,
"avg_line_length": 27.972789115646258,
"alnum_prop": 0.7711575875486382,
"repo_name": "plaid/plaid-go",
"id": "651e1c872c1cccc123288cb80905e093b2acf638",
"size": "411... |
#ifndef _RTE_OCTEONTX_ZIP_VF_H_
#define _RTE_OCTEONTX_ZIP_VF_H_
#include <unistd.h>
#include <rte_bus_pci.h>
#include <rte_comp.h>
#include <rte_compressdev.h>
#include <rte_compressdev_pmd.h>
#include <rte_malloc.h>
#include <rte_memory.h>
#include <rte_spinlock.h>
#include <zip_regs.h>
extern int octtx_zip_logt... | {
"content_hash": "68082c4b603974d72586b3d452a5a7b5",
"timestamp": "",
"source": "github",
"line_count": 275,
"max_line_length": 77,
"avg_line_length": 25.345454545454544,
"alnum_prop": 0.6648493543758967,
"repo_name": "john-mcnamara-intel/dpdk",
"id": "118a95d738c5a60c3b67660bebce1ea138077a46",
"si... |
package org.shenit.tutorial.android.anim;
import android.animation.LayoutTransition;
import android.animation.ObjectAnimator;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import org.shenit.tutorial.... | {
"content_hash": "af59a2804190e38157a560e84fd6e8f6",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 76,
"avg_line_length": 30.703703703703702,
"alnum_prop": 0.7768395657418576,
"repo_name": "jgnan/edu",
"id": "ef2c14f5dc5cb26731a366b2a0ceda06150000a9",
"size": "829",
"b... |
package terrastore.util.annotation;
import java.util.AbstractMap;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* @author Sergio Bossa
*/
public class AutowiringMap extends AbstractMap {
private final Map map = new HashMap();
public AutowiringMap(Map presets, AnnotationScanner... | {
"content_hash": "0ff31eb4a1da5bfa5dbf47a54ba22ad0",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 78,
"avg_line_length": 20.68,
"alnum_prop": 0.688588007736944,
"repo_name": "est/terrastore",
"id": "e8f2efda5be2c12bdc46eec813e25d5ff085999e",
"size": "1172",
"binary": ... |
using System;
using System.Collections;
using Server;
using Server.Items;
using Mat = Server.Engines.BulkOrders.BulkMaterialType;
using System.Collections.Generic;
namespace Server.Engines.BulkOrders
{
[TypeAlias( "Scripts.Engines.BulkOrders.LargeSmithBOD" )]
public class LargeSmithBOD : LargeBOD
{
public static ... | {
"content_hash": "de7b5f8258e4bbf5f469108623104a9e",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 130,
"avg_line_length": 26.364285714285714,
"alnum_prop": 0.6759685722026552,
"repo_name": "ggobbe/vivre-uo",
"id": "b1d2635c8cf8bd3aa9c91474428436928b792a1a",
"size": "36... |
package com.mesosphere.dcos.cassandra.scheduler;
import com.mesosphere.dcos.cassandra.common.offer.PersistentOfferRequirementProvider;
import com.mesosphere.dcos.cassandra.common.persistence.PersistenceException;
import com.mesosphere.dcos.cassandra.common.tasks.CassandraDaemonTask;
import com.mesosphere.dcos.cassandr... | {
"content_hash": "f8ae3fceca2e88a6623896655b414e79",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 102,
"avg_line_length": 43.88181818181818,
"alnum_prop": 0.6374559767971825,
"repo_name": "niteshjain1/dcos-cassandra-service",
"id": "1badfba5de57b96ad0fa8c3701562296e3a1a4... |
namespace TG.INI
{
using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// A collection to store <see cref="IniSection"/>.
/// </summary>
public class SectionCollection : System.Collections.CollectionBase
{
#region Constructors
/// <summary... | {
"content_hash": "30d8aded75b1a4a0ae032a8cc8b5df03",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 128,
"avg_line_length": 32.54225352112676,
"alnum_prop": 0.5232633629084614,
"repo_name": "troygeiger/TG.INI",
"id": "e6d88086dc31187983df82ca5ed43cf6d836d570",
"size": "4... |
#ifndef ISCSID_H
#define ISCSID_H
#include <stdbool.h>
#include <stdint.h>
#include <openssl/md5.h>
#include <iscsi_ioctl.h>
#define DEFAULT_PIDFILE "/var/run/iscsid.pid"
#define CONN_DIGEST_NONE 0
#define CONN_DIGEST_CRC32C 1
#define CONN_MUTUAL_CHALLENGE_LEN 1024
#define SOCKBUF_SIZE 1048576
struct conn... | {
"content_hash": "05ea08c6b78f0ba4dcb2198bffad9500",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 60,
"avg_line_length": 26.775,
"alnum_prop": 0.6884531590413944,
"repo_name": "jrobhoward/SCADAbase",
"id": "9ad3325cf17e9cfa38516fe6402a142b97ad8917",
"size": "4703",
"... |
/*
* Created on Feb 16, 2007
*/
package edu.wustl.common.util.tag;
/**
* @author Santosh Chandak
* JSP tag for Autocomplete feature. The body of this tag is executed once for every call of the tag
* when the page is rendered.
* To use this tag, include AutocompleterCommon.jsp in your page
*/
i... | {
"content_hash": "4f4d41b1fbaea9884b0fd33676d0397d",
"timestamp": "",
"source": "github",
"line_count": 551,
"max_line_length": 380,
"avg_line_length": 26.1524500907441,
"alnum_prop": 0.5959056210964608,
"repo_name": "NCIP/wustl-common-package",
"id": "f5d6723717f7006d1854ac1f93daf258d1514573",
"si... |
from .entity_health_state import EntityHealthState
class ReplicaHealthState(EntityHealthState):
"""Represents a base class for stateful service replica or stateless service
instance health state.
You probably want to use the sub-classes and not this class directly. Known
sub-classes are: StatefulServ... | {
"content_hash": "4ec35d4a64f6cb541618cfea89fd32f5",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 125,
"avg_line_length": 38.7906976744186,
"alnum_prop": 0.684052757793765,
"repo_name": "lmazuel/azure-sdk-for-python",
"id": "894b4bc3c12de48a13694ae68d608b8744df4ea1",
"s... |
using System;
namespace SonicAPI.Exceptions
{
public class WrongUsernameOrPassword : ASonicApiException
{
public WrongUsernameOrPassword() { }
public WrongUsernameOrPassword(string desc)
: base(desc) { }
public WrongUsernameOrPassword(string desc, Exception innerException... | {
"content_hash": "cf58577b10e78dbc1b6b86fedeef66fe",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 77,
"avg_line_length": 24.933333333333334,
"alnum_prop": 0.6684491978609626,
"repo_name": "kaylynb/SonicMetro",
"id": "1f1e8e1122d215d24f0a4200e0cc77911c34c8b6",
"size": "3... |
<?php
/**
* Tests for \Magento\Framework\Data\Form\Element\Image
*/
namespace Magento\Framework\Data\Form\Element;
class ImageTest extends \PHPUnit_Framework_TestCase
{
/**
* @var \Magento\Framework\Data\Form\Element\Image
*/
protected $imageElement;
protected function setUp()
{
$... | {
"content_hash": "1fc7c0e150bcba4c6cd31daf1daf22e5",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 103,
"avg_line_length": 32.303030303030305,
"alnum_prop": 0.6641651031894934,
"repo_name": "florentinaa/magento",
"id": "bdced61577e03d792d5a184f5d1d30b588b91738",
"size": ... |
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<copyright>
<year>2001</year><year>2022</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
Licensed under the Apache License, Version 2.0 (the "License");... | {
"content_hash": "1a5dd7cc87b9f8dfa45efe00c6b2402f",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 78,
"avg_line_length": 39.46478873239437,
"alnum_prop": 0.6686295503211992,
"repo_name": "rlipscombe/otp",
"id": "b07eef2637a326973047f77dd91a07963a551126",
"size": "5604"... |
import {Container} from 'aurelia-dependency-injection';
import {
ViewCompiler,
ViewResources,
ResourceRegistry
} from 'aurelia-templating';
import {configure as configureBindingLanguage} from 'aurelia-templating-binding';
var container = new Container(),
resourceRegistry = document.body.aurelia.container.get... | {
"content_hash": "c3d6e9f4cc6e18133004f9f9d152b495",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 584,
"avg_line_length": 37.03982300884956,
"alnum_prop": 0.6256122327081591,
"repo_name": "vbauerster/benchmarks",
"id": "7e41176096b744a33db97b2fe64800ea46f57329",
"size"... |
package plugins
import (
"github.com/shirou/gopsutil/cpu"
"strconv"
)
// GetCPU outputs the system's CPU usage
func GetCPUIdle() string {
percentage, _ := cpu.Percent(0, false)
cpuc := 0.0
for idx, cpua := range percentage {
cpuc = cpuc + cpua
idx = idx + idx
}
return strconv.FormatInt(int64(cpuc), 10)... | {
"content_hash": "3aa50379e72725a2a079bced3ed090ac",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 42,
"avg_line_length": 14.727272727272727,
"alnum_prop": 0.6635802469135802,
"repo_name": "serainville/inquisitor",
"id": "87b36a685ae302863916bb46ddaf9312895fe9e4",
"size"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Biatorella geophana f. geophana (Nyl.) Rehm
### Remarks
null | {
"content_hash": "3633cad505501c64d28baebdb328f403",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 43,
"avg_line_length": 11.384615384615385,
"alnum_prop": 0.7027027027027027,
"repo_name": "mdoering/backbone",
"id": "70398f9aa5d3bfab7b1656a26f9ce6c66c1c655c",
"size": "21... |
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MINER_H
#define BITCOIN_MINER_H
#include "primitives/block.h"
#i... | {
"content_hash": "59a8c4678dacee1efbcf881da593b71a",
"timestamp": "",
"source": "github",
"line_count": 207,
"max_line_length": 135,
"avg_line_length": 35.82125603864734,
"alnum_prop": 0.7159811193526635,
"repo_name": "Alonzo-Coeus/bitcoin",
"id": "a9fea85304aa69a96172709b03a292e4b0ddb81d",
"size":... |
template< typename R , typename T0 >
typename encode_charr<NDNBOOST_FT_flags,NDNBOOST_FT_cc_id,1> ::type
classifier_impl(NDNBOOST_FT_syntax(NDNBOOST_FT_cc, NDNBOOST_PP_EMPTY) ( NDNBOOST_FT_ell) NDNBOOST_FT_cv);
template< typename R , typename T0 , typename T1 >
typename encode_charr<NDNBOOST_FT_flags,NDNBOOST_FT_cc_id,... | {
"content_hash": "437c79addb26e6a4e4cc6218a604749c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 162,
"avg_line_length": 94.83870967741936,
"alnum_prop": 0.7350340136054422,
"repo_name": "cawka/packaging-ndn-cpp-dev",
"id": "627ec516bdfb42a0cdda3d378d7d66d727a2bb45",
"... |
namespace Serenity.Services
{
public class ListRequestHandler<TRow> : ListRequestHandler<TRow, ListRequest, ListResponse<TRow>>,
IListHandler<TRow>, IListHandler<TRow, ListRequest>
where TRow : class, IRow, new()
{
public ListRequestHandler(IRequestContext context)
: ... | {
"content_hash": "7e6f3b68c943d55b4af725120a875b60",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 102,
"avg_line_length": 30.416666666666668,
"alnum_prop": 0.6246575342465753,
"repo_name": "volkanceylan/Serenity",
"id": "1503a86679bd629f8f946524616d76c8fc48127b",
"size"... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <conio.h>
#include <freerdp/gdi/gdi.h>
#include <freerdp/constants.h>
#include <freerdp/codec/color.h>
#include <freerdp/codec/bitmap.h>
#include <freerdp/codec/rfx.h>
#include <freerdp/codec/nsc.h>
... | {
"content_hash": "653ac1249336c7c0392810fda95e2034",
"timestamp": "",
"source": "github",
"line_count": 573,
"max_line_length": 128,
"avg_line_length": 29.37521815008726,
"alnum_prop": 0.6825689163498099,
"repo_name": "woshipike00/FreeRDP",
"id": "a78c281e34e47a94d38a7565bd0ebbac630496cb",
"size": ... |
"""
SoftLayer.tests.CLI.modules.config_tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:license: MIT, see LICENSE for more details.
"""
import json
import tempfile
import mock
import SoftLayer
from SoftLayer import auth
from SoftLayer.CLI.config import setup as config
from SoftLayer.CLI import exceptions
... | {
"content_hash": "294f7950df4602db0cc45f052c704a67",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 76,
"avg_line_length": 39.33606557377049,
"alnum_prop": 0.6217962075432382,
"repo_name": "iftekeriba/softlayer-python",
"id": "db0ed6b8a58668d1dace482d5688d9eda292ec56",
"... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>label: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... | {
"content_hash": "b7756a60df25554693dd07953d1f7498",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 159,
"avg_line_length": 40.24404761904762,
"alnum_prop": 0.5345363111965685,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "ab74df1d3d64209958d10b802d4fe12623d3b409",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.