text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="58dip"
style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown">
<!-- Icons come ... | {
"content_hash": "c658b5f0d8ec9be62018822da02fd523",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 412,
"avg_line_length": 50.97222222222222,
"alnum_prop": 0.6376021798365122,
"repo_name": "Captain1/DocHub_Android",
"id": "7e47d5ee22a7e5fbebf12140174b138d9c4784ed",
"size... |
namespace {
// Generates a unique folder name. If |folder_name| is not unique, then this
// repeatedly tests for '|folder_name| + (i)' until a unique name is found.
string16 GenerateUniqueFolderName(BookmarkModel* model,
const string16& folder_name) {
// Build a set containing the b... | {
"content_hash": "b4c1c1e199c1a7ed0d072ca8a22f08cc",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 80,
"avg_line_length": 39.820598006644516,
"alnum_prop": 0.658267979309194,
"repo_name": "keishi/chromium",
"id": "33f437457f359833b384d8ca08e9703a3601fe55",
"size": "1308... |
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)
import os
from contextlib import contextmanager
from pants.base.deprecated import deprecated_conditional
from pants.util.contextutil import temporary_dir
from pants_t... | {
"content_hash": "af035590d2bbc23325e7de5757d40933",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 98,
"avg_line_length": 38.94805194805195,
"alnum_prop": 0.6742247415805268,
"repo_name": "fkorotkov/pants",
"id": "d14605827ba35bf78d7908a6c14b464d4d654d45",
"size": "3146"... |
import ssl
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.poolmanager import PoolManager
class SSLv3Adapter(HTTPAdapter):
'''An HTTPS Transport Adapter that uses SSLv3 rather than the default
SSLv23, for servers which only speak v3.'''
def init_poolmanager(self, connections, maxs... | {
"content_hash": "7559ecbfd4211e7a50b6f177fddf4d10",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 73,
"avg_line_length": 44.61538461538461,
"alnum_prop": 0.6241379310344828,
"repo_name": "DanePubliczneGovPl/ckanext-archiver",
"id": "522b12231c2c6beff4819e7b1893da15b723a2c... |
export { default } from '@zestia/ember-wrap-urls/components/wrap-urls/index';
| {
"content_hash": "6745f3c7ceaa3ddc8b418a2ec0060119",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 77,
"avg_line_length": 78,
"alnum_prop": 0.7564102564102564,
"repo_name": "amk221/ember-wrap-urls",
"id": "a64daea4eaae48f711940eada96ffdf2feaa571d",
"size": "78",
"binary... |
package esi
import (
json "encoding/json"
easyjson "github.com/mailru/easyjson"
jlexer "github.com/mailru/easyjson/jlexer"
jwriter "github.com/mailru/easyjson/jwriter"
)
// suppress unused package warning
var (
_ *json.RawMessage
_ *jlexer.Lexer
_ *jwriter.Writer
_ easyjson.Marshaler
)
func easyjsonC50fbf15... | {
"content_hash": "98f052a9e2e7f10ebb03b1791e32620e",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 126,
"avg_line_length": 26.020100502512562,
"alnum_prop": 0.7186172267284666,
"repo_name": "antihax/goesi",
"id": "e56bd487d23a2253bba29499cab24ba1eb49cbb7",
"size": "5251... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class DataProsesObjectDBModel extends ObjectDBModel {
public function __construct(){
parent::__construct();
$this->tempTableName = 'dataproses';
$this->tempDataArrayIndexPrimary = array(
'iddp'
);
$this->tempDataArrayCase = array(
"*... | {
"content_hash": "f17eba541676172940ea7e133d6b9386",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 83,
"avg_line_length": 24.22,
"alnum_prop": 0.6234516928158547,
"repo_name": "JafarAbdr/SIKTA-Revelation",
"id": "9d09b6f98801cf0b2082663af934635ad73583f7",
"size": "1211",... |
package ceddy.ajds;
import android.content.Context;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.FileReader;
/**
* Created by Ceddy Muhoza
*/
public class aObject {
Context context;
String USER_FILE;
public aObject(Co... | {
"content_hash": "9212a6e44b55f41f20e752f11fa50598",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 83,
"avg_line_length": 25.205882352941178,
"alnum_prop": 0.5770128354725788,
"repo_name": "ceddyb/ajds",
"id": "9ac8b0bf2ae6b69d139b32ca8d22ceeaabfeba6f",
"size": "1714",
... |
'use strict';
var should = require('should'),
request = require('supertest'),
app = require('../../server'),
mongoose = require('mongoose'),
User = mongoose.model('User'),
Holding = mongoose.model('Holding'),
agent = request.agent(app);
/**
* Globals
*/
var credentials, user, holding;
/**
* Holding routes t... | {
"content_hash": "4fe07d0a49752173a7d76bfcc9846454",
"timestamp": "",
"source": "github",
"line_count": 268,
"max_line_length": 90,
"avg_line_length": 24.917910447761194,
"alnum_prop": 0.6293800539083558,
"repo_name": "scovert3197/covanaLaunch",
"id": "c706e35de630238db701620d2e26def1f7c4143b",
"si... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mathcomp-character: 8 m 31 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.mi... | {
"content_hash": "ae566783d421bd444f73d9565fd44372",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 554,
"avg_line_length": 57.27173913043478,
"alnum_prop": 0.5843613588916303,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "f2306e8d616029ff3fc6ffca38796120cf5da745",
... |
/* global describe, it, jsPDF, comparePdf, expect */
/**
* Standard spec tests
*
* These tests return the datauristring so that reference files can be generated.
* We compare the exact output.
*/
describe("Core: Display modes", () => {
it("should set zoom mode to full height", () => {
const doc = new jsPDF(... | {
"content_hash": "b9dd1aa6f330583cdaea5f919a3ce524",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 110,
"avg_line_length": 31.98843930635838,
"alnum_prop": 0.5854716299241055,
"repo_name": "yWorks/jsPDF",
"id": "88a210dbd4ef247fc9c276cf46ad7138ce53abe1",
"size": "5534",... |
var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var routes = require('./server/routes/index');
var app = express();
// view engine setup
app.set(... | {
"content_hash": "a79dcc9143ca316e234b6534d3c325b6",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 95,
"avg_line_length": 25.303030303030305,
"alnum_prop": 0.6568862275449102,
"repo_name": "HazyResearch/dd-genomics",
"id": "e31ea53f243dadc2984a2d945a538827cde0ff0f",
"siz... |
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end
| {
"content_hash": "f8549afffc363428c66368c403b65636",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 60,
"avg_line_length": 16.857142857142858,
"alnum_prop": 0.7796610169491526,
"repo_name": "christiancabarrocas/UIAutomation",
"id": "0228e45619da5aa53e31dc63d64eb77097c18d8c",... |
<?php
namespace Symfony\Component\Security\Core\Authorization\Voter;
use Symfony\Component\ExpressionLanguage\Expression;
use Symfony\Component\ExpressionLanguage\ExpressionFunctionProviderInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Security\Core\Authentication\AuthenticationTrust... | {
"content_hash": "7383d376d3220e411f1a446baec5b4d7",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 259,
"avg_line_length": 40.7027027027027,
"alnum_prop": 0.6629039397963701,
"repo_name": "andrerom/symfony",
"id": "d9530e071ce727523f5e7e1317c5aaeb5143dff5",
"size": "474... |
#import <Foundation/Foundation.h>
#import <WebRTC/RTCMacros.h>
@class RTCConfiguration;
@class RTCDataChannel;
@class RTCDataChannelConfiguration;
@class RTCIceCandidate;
@class RTCMediaConstraints;
@class RTCMediaStream;
@class RTCMediaStreamTrack;
@class RTCPeerConnectionFactory;
@class RTCRtpReceiver;
@class RTC... | {
"content_hash": "650055a15220d75b7cc602321dcc7738",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 94,
"avg_line_length": 36.315555555555555,
"alnum_prop": 0.7753029005017745,
"repo_name": "koobonil/Boss2D",
"id": "a4c113b1d651aa5a8e5e2e5a1763d7e2070d7c82",
"size": "857... |
TEST(StorageTest, EntityRemoveRecreateComponent) {
struct Foo {
Foo() { }
};
using StorageT = Giraffe::Storage<Foo>;
using EntityT = Giraffe::Entity<StorageT>;
class FooSystem : public Giraffe::System<StorageT> {
std::size_t m_found;
public:
FooSystem(StorageT &storage... | {
"content_hash": "7b1dc92e440aba46474d1ca6b2f9fd03",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 89,
"avg_line_length": 26.90740740740741,
"alnum_prop": 0.5891259463179629,
"repo_name": "varnie/giraffe",
"id": "39bd404e9c387157f808552e1d5a719634b20851",
"size": "1551",... |
/* PAGE STRUCTURE */
#container { position:relative; width:100%; min-width:760px; padding:0; }
#content { margin:10px 15px; }
#header { width:100%; }
#content-main { float:left; width:100%; }
#content-related { float:right; width:18em; position:relative; margin-right:-19em; }
#footer { clear:both; padding:10px; }
/* ... | {
"content_hash": "fb7695b4f22474f2baf2bfe5cd525fbe",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 107,
"avg_line_length": 47.03448275862069,
"alnum_prop": 0.6957478005865103,
"repo_name": "merbjedi/merb-admin",
"id": "a63f7b0b2130e8d55ba73dcf19f81dcedcd6a4c6",
"size": "... |
def dr_evils_cipher(coded_message)
input = coded_message.downcase.split("") # Check out this method in IRB to see how it works! Also refer to the Ruby docs.
decoded_sentence = []
cipher = {"e" => "a", # This is technically a shift of four letters...Can you think of a way to automate this? Is a hash
... | {
"content_hash": "73f1e6d91126d135a992de2294330400",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 140,
"avg_line_length": 34,
"alnum_prop": 0.5692959001782532,
"repo_name": "huangkc/phase-0",
"id": "a6e5e7603c19f4993d2a1179f8839d05645f4916",
"size": "4741",
"binary":... |
The primary goal of developing Hive on Kudu is to fully leverage Hive and Kudu's capabilities. The goal is to release the first version of Hive on Kudu with the following features.
1. Support for Hive External tables to Kudu
* SerDe to auto-create columns in Hive
2. Support for Hive managed tables on Kudu
3.... | {
"content_hash": "21157de08fe974a76c63db3f52258436",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 267,
"avg_line_length": 62.630434782608695,
"alnum_prop": 0.7827143353002429,
"repo_name": "BimalTandel/HiveKudu-Handler",
"id": "fa0bd9fdaa3ae85b66ecad4538d03c4205464c34",
... |
using System;
using Zags.OrganizationService.IntegrationTests;
using Xunit;
namespace Zags.ProductFactory.Application.Tests
{
public class InMemoryDatabaseOrmLiteFixture : IDisposable
{
public InMemoryDatabaseOrmLite InMemoryDB { get; private set; }
public InMemoryDatabaseOrmLiteFixture()
... | {
"content_hash": "dd11dab80dff517a7a26640f2251596b",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 96,
"avg_line_length": 27.37037037037037,
"alnum_prop": 0.6657645466847091,
"repo_name": "gmonos/codeforfun",
"id": "e1ba387ccc1cf64a0c8013143f70e61ade74f940",
"size": "741... |
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2014, Thoughtworks Inc
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain t... | {
"content_hash": "da0d233b74a8c782328b576bf32bb68f",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 83,
"avg_line_length": 44.57142857142857,
"alnum_prop": 0.7193732193732194,
"repo_name": "clintonhealthaccess/chailmis-android",
"id": "b388325f876bf0a5b4809e766ebc01e548dd08... |
<!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_151) on Wed Jun 10 13:53:03 MST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | {
"content_hash": "ea5482534f7b4d0b2353333dcaeddee5",
"timestamp": "",
"source": "github",
"line_count": 241,
"max_line_length": 555,
"avg_line_length": 62.25311203319502,
"alnum_prop": 0.6859961341065121,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "f97316ea18fa8a0b793df33475700ec8cae3... |
package org.sagebionetworks.web.client.widget.entity;
import com.google.gwt.event.shared.EventBus;
import com.google.gwt.user.client.rpc.AsyncCallback;
import com.google.gwt.user.client.ui.Widget;
import com.google.inject.Inject;
import org.sagebionetworks.repo.model.EntityGroupRecord;
import org.sagebionetworks.repo.... | {
"content_hash": "f5d44cd1fc96d8fd39515489d81573ff",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 85,
"avg_line_length": 30.879828326180256,
"alnum_prop": 0.7307852675469075,
"repo_name": "Sage-Bionetworks/SynapseWebClient",
"id": "69773e61c6dc85229e02e082da22320358dda91... |
import time
# Code from: http://stackoverflow.com/questions/553303/generate-a-random-date-between-two-other-dates
def strTimeProp(start, end, format, prop):
"""Get a time at a proportion of a range of two formatted times.
start and end should be strings specifying times formated in the
given format (strft... | {
"content_hash": "5f3c1fd9bec17102ae3faf798e2a3524",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 101,
"avg_line_length": 35.43478260869565,
"alnum_prop": 0.7079754601226994,
"repo_name": "ricardosasilva/fiscalcidadao-web",
"id": "2fc140151ad3807ab6cbbad5d8ed07d9b00a0df3"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using DataExplorer.Application.Legends.Sizes.Factories;
using DataExplorer.Domain.Layouts;
using DataExplorer.Domain.Maps.SizeMaps;
using DataExplorer.Domain.Tests.Maps.SizeMaps;
using Moq;
using NUnit.F... | {
"content_hash": "eacc546cb1843702ef192f8080f9459e",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 85,
"avg_line_length": 28.283783783783782,
"alnum_prop": 0.6139512661251791,
"repo_name": "dataexplorer/dataexplorer",
"id": "c143bc5a54e016b38ce785807e5b7bb20892e82e",
"si... |
#pragma once
#include <aws/eventbridge/EventBridge_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace EventBridge
{
namespace Model
{
/**
* <p>... | {
"content_hash": "ed6cd2623931bb8ee0a116be3ae0bc43",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 140,
"avg_line_length": 37.18064516129032,
"alnum_prop": 0.6921742148186708,
"repo_name": "aws/aws-sdk-cpp",
"id": "24365e53ba8c32d8a4a0e6a50531db29512a24d8",
"size": "588... |
happyLeaf.controller('WelcomeController', function($scope, $location, $translate, $rootScope, $localStorage, $mdDialog, deviceReady, connectionManager, storageManager, logManager) {
$scope.ready = false;
$scope.local = $localStorage;
$scope.connection = connectionManager;
$scope.scanIcon = "autorenew";
$scop... | {
"content_hash": "b71af0e2f17dbe126d57f0e22a5cf3f8",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 294,
"avg_line_length": 35.06528189910979,
"alnum_prop": 0.6165693492426165,
"repo_name": "Jayklutch/HappyLeaf",
"id": "1652db94eac63298b1f839d21652c2052f0b0433",
"size": ... |
<?php
add_action( 'after_setup_theme', 'blankslate_setup' );
function blankslate_setup()
{
load_theme_textdomain( 'blankslate', get_template_directory() . '/languages' );
add_theme_support( 'title-tag' );
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'post-thumbnails' );
global $content_width;
... | {
"content_hash": "c55d1a7b883c0a7d02ef28c288bbe60c",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 111,
"avg_line_length": 28.797752808988765,
"alnum_prop": 0.649629340616465,
"repo_name": "svebeck/brollop2017",
"id": "dbaa88a7110b679bef33873ef70fc9e6d0dc74ce",
"size": "... |
// ----------------------------------------------------------------------------------
//
// Copyright Microsoft Corporation
// 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.apa... | {
"content_hash": "39b8c3d23d8e6db3b9ac31cf3e09c60b",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 125,
"avg_line_length": 47.397350993377486,
"alnum_prop": 0.5287131479670253,
"repo_name": "ClogenyTechnologies/azure-powershell",
"id": "a145e7f5e2874df3aea199ad64ab0377ea7... |
"""Additional tests focused on robustness testing"""
__author__ = 'Carlos Rueda'
# bin/nosetests -sv ion/agents/platform/test/test_platform_agent_robustness.py:TestPlatformRobustness.test_instrument_reset_externally
# bin/nosetests -sv ion/agents/platform/test/test_platform_agent_robustness.py:TestPlatformRobustness.... | {
"content_hash": "55e14a57a4ef09c951c9236c702065f3",
"timestamp": "",
"source": "github",
"line_count": 461,
"max_line_length": 177,
"avg_line_length": 53.780911062906725,
"alnum_prop": 0.6346146089622071,
"repo_name": "ooici/coi-services",
"id": "3a7940c3f3e4d746357865a2b750d21760b96574",
"size": ... |
{# templates/election/election_edit.html #}
{% extends "template_base.html" %}
{% block title %}{% if election %}{{ election.election_name }}{% else %}Create New Election{% endif %}{% endblock %}
{% block content %}
{% load template_filters %}
<a href="{% url 'election:election_list' %}">< Back to Elections</a>
<... | {
"content_hash": "f9aeacdafe209655137e8e194395dee3",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 194,
"avg_line_length": 45.72316384180791,
"alnum_prop": 0.5959471147905597,
"repo_name": "jainanisha90/WeVoteServer",
"id": "ec1f425d3207c245b515425dbf47f3369ada5007",
"s... |
package org.sakaiproject.mailarchive.api;
import org.sakaiproject.message.api.Message;
/**
* <p>
* MailArchiveMessage is the Interface for a Salao Mail Archive message.
* </p>
* <p>
* The mail archive message has header fields (from, date) and a body (text). Each message also has an id, unique within the group... | {
"content_hash": "27aeb07ffd9e649542fd03ef51f3bc5b",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 157,
"avg_line_length": 24.789473684210527,
"alnum_prop": 0.7048832271762208,
"repo_name": "eemirtekin/Sakai-10.6-TR",
"id": "2b63eb45be6f9fae0615a390947a8dd74fe023f3",
"si... |
using System;
using System.Globalization;
using System.Linq;
using OneNorth.ContentAnonymizer.Areas.ContentAnonymizer.Models;
using OneNorth.ContentAnonymizer.Data.Locales;
using Sitecore;
using Sitecore.Data;
using Sitecore.Data.Items;
namespace OneNorth.ContentAnonymizer.Data
{
public class FieldAnonymizer : IF... | {
"content_hash": "3e250954cf0789cf19f190c16c4955a9",
"timestamp": "",
"source": "github",
"line_count": 234,
"max_line_length": 160,
"avg_line_length": 38.876068376068375,
"alnum_prop": 0.4938990876113004,
"repo_name": "onenorth/content-anonymizer",
"id": "509568f3a062f61d672a88055db99de7e4127631",
... |
describe('Module Pattern', function() {
describe('with Object Literal', function() {
it('should be an object', function() {
assert.isObject(myObject);
});
it('should have text property', function() {
var testVariable = myObject.displayText;
assert.isDefin... | {
"content_hash": "323c18a411261c21c7be315c48a49a76",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 111,
"avg_line_length": 40.5609756097561,
"alnum_prop": 0.5862898376428142,
"repo_name": "KleoPetroff/javascript-design-patterns",
"id": "3bc94be6da6ad6175db6b4f6919c485743da... |
module StashEngine
# File uploader to configure carrierwave
class FileUploader < CarrierWave::Uploader::Base
# Include RMagick or MiniMagick support:
# include CarrierWave::RMagick
# include CarrierWave::MiniMagick
# Choose what kind of storage to use for this uploader:
storage :file
# stor... | {
"content_hash": "5f4047c5bc8030b1309e89e0147a9723",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 114,
"avg_line_length": 32.68,
"alnum_prop": 0.6585067319461444,
"repo_name": "CDLUC3/stash_engine",
"id": "a8ecb3c78546a5f5f4a1d16015ea4741dce9ffd8",
"size": "1652",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<reflection>
<assemblies>
<assembly name="mscorlib">
<assemblydata version="4.0.0.0" culture="" key="00000000000000000400000000000000" hash="SHA1" />
<attributes>
<attribute>
<type api="T:System.Runtime.CompilerServices.ExtensionAttribute" ref=... | {
"content_hash": "72d5f30441993d5db5e629f30eb8c642",
"timestamp": "",
"source": "github",
"line_count": 1400,
"max_line_length": 603,
"avg_line_length": 52.65428571428571,
"alnum_prop": 0.6595854359976124,
"repo_name": "MachineCognitis/C.math.NET",
"id": "feebabdb938710fe645583f74666c34d27b049c3",
... |
<?php
/**
* Auto generated from LocalStorageProtocol.proto at 2015-09-10 23:19:03.
*
* textsecure package
*/
/**
* ChainKey message embedded in Chain/SessionStructure message.
*/
class Textsecure_SessionStructure_Chain_ChainKey extends \ProtobufMessage
{
/* Field index constants */
const INDEX = 1;
c... | {
"content_hash": "e566af76f193a8d2cffd199e9e59e8ae",
"timestamp": "",
"source": "github",
"line_count": 2460,
"max_line_length": 103,
"avg_line_length": 22.14268292682927,
"alnum_prop": 0.5367076058820289,
"repo_name": "fhferreira/Chat-API",
"id": "f0a014b40f74a1adec0b1fd5a9d66bb1dbc46490",
"size":... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="Source to the Rust file `/home/carter/.cargo/registry/src/github.com-1ecc6299db9ec823/x11-dl-1... | {
"content_hash": "09a59b2b5394727147f4eca5227a2fb6",
"timestamp": "",
"source": "github",
"line_count": 361,
"max_line_length": 894,
"avg_line_length": 73.88919667590028,
"alnum_prop": 0.6248406688160756,
"repo_name": "mcanders/bevy",
"id": "052e3b31802dd882653ebb4d0364c0e014b1296c",
"size": "26674... |
- Documentation and metadata improvements.
- Upgraded the Docker image to: *demisto/pycef:1.0.0.19330*. | {
"content_hash": "c19e30b8e004546be283764ab14910c3",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 60,
"avg_line_length": 51.5,
"alnum_prop": 0.7766990291262136,
"repo_name": "VirusTotal/content",
"id": "f100aef5ade091f977a158b7c602b7b96c24cc03",
"size": "149",
"binary"... |
using System;
using NtfsExtract.NTFS.Enums;
using NtfsExtract.NTFS.IO;
using RawDiskLib;
namespace NtfsExtract.NTFS.Attributes
{
public class AttributeGeneric : Attribute
{
public byte[] Data { get; set; }
public override AttributeResidentAllow AllowedResidentStates
{
get
... | {
"content_hash": "9f2408c40d5e57b423c65fc3b167d279",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 160,
"avg_line_length": 32.67391304347826,
"alnum_prop": 0.6227544910179641,
"repo_name": "LordMike/NtfsLib",
"id": "5bd0aa06040d4b8efaa21cb19c93998127f14b2d",
"size": "150... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;
namespace Metaseed.Collections.Generic
{
/// <summary>
/// LINQ extensions for IEnumerable
/// </summary>
public static class IEnumerableExtensions
{
/// <summary>
... | {
"content_hash": "b2912451fc812c80085c94f99423f50a",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 176,
"avg_line_length": 36.55905511811024,
"alnum_prop": 0.5436140426448417,
"repo_name": "metaseed/MetaStudio",
"id": "9eb907c338658e2780e6e4ae414ac552d3235133",
"size": ... |
<!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" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="Content-Language" content="pl" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<head>
... | {
"content_hash": "29a7cd85c302a6be4e0170847a2b5080",
"timestamp": "",
"source": "github",
"line_count": 390,
"max_line_length": 151,
"avg_line_length": 79.52051282051282,
"alnum_prop": 0.5868506755231677,
"repo_name": "bkielbasa/coyote2",
"id": "c65f053ef1c9cf3bdc5b9081a272319d8135f425",
"size": "3... |
<?php
namespace Requests\Requesters;
interface RequestersInterface
{
public static function isAvailable($method, $scheme);
public function setMethod($method);
public function setParams($preparedParams);
public function getRequestHeaders();
} | {
"content_hash": "65cc8c9eb6ffb864b6f6d7d900f41501",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 57,
"avg_line_length": 23.545454545454547,
"alnum_prop": 0.7644787644787645,
"repo_name": "lonnylot/requests",
"id": "29778c14d4e9caa7d33104e6485b018c3f615672",
"size": "25... |
import * as assert from 'assert'
import * as os from 'os'
import { Position, window, workspace, WorkspaceEdit } from 'vscode'
import { getFixturePath, getOptionsForFixture, wait } from '../testUtils'
import * as utils from 'vscode-test-utils'
suite('EditorConfig extension', function () {
this.retries(2)
suiteTeardo... | {
"content_hash": "adf1a4bf12f0b3e225c8277bdd482d96",
"timestamp": "",
"source": "github",
"line_count": 329,
"max_line_length": 79,
"avg_line_length": 24.519756838905774,
"alnum_prop": 0.6569976447254245,
"repo_name": "editorconfig/editorconfig-vscode",
"id": "fa390d8e9d9b26fee7ff8cefd5bf5d76c9096d83... |
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Defaults
|--------------------------------------------------------------------------
|
| This option controls the default authentication "guard" and password
| reset options for y... | {
"content_hash": "2ed6b15e03d4c4f2366bf3bd56d66851",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 79,
"avg_line_length": 31.872549019607842,
"alnum_prop": 0.46601045832051674,
"repo_name": "EduFocal/api",
"id": "5f6d30069b39bd0b132a178b958b064c2c67e877",
"size": "3251"... |
<readable><title>3585495069_33cba06d0a</title><content>
A boy in the air trying to dodge a ball thrown at him .
A group of kids playing dodgeball .
Four people are kicking a soccer ball in a basketball court .
Four people playing ball on a court .
Four school aged kids are playing dodgeball in the gym
</content></reada... | {
"content_hash": "4451ddd9f9a32ad5ee1617b3cf615e3c",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 61,
"avg_line_length": 46.285714285714285,
"alnum_prop": 0.7777777777777778,
"repo_name": "kevint2u/audio-collector",
"id": "dbde57af3961d910d71a51fe3e7c68c7c95445f5",
"size... |
package com.jaxsen.xianghacaipu.ui.cook.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.List;
/**
* Created by Administrator on 2017/4/10.
*/
public class DinnerPagerAdapter extends FragmentPagerAd... | {
"content_hash": "e51c37dfe03f7f1c088d977775ff8b90",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 98,
"avg_line_length": 24.7027027027027,
"alnum_prop": 0.6936542669584245,
"repo_name": "qianligu/xianghacaipu",
"id": "44cf5f058e4878dae3929140063bd72bdeeafe7d",
"size": "... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.Xna.Framework;
using Kinected;
namespace TowerDefense
{
/// <summary>A Projectile is something fired by a Tower.</summary>
class Projectile
{
private Circle bounds;
privat... | {
"content_hash": "14ff779de1c8e1ae907222558527ca83",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 102,
"avg_line_length": 31.058823529411764,
"alnum_prop": 0.5965909090909091,
"repo_name": "dhanh/kinected",
"id": "59755199140c6ff8e644c0480094d9fff1655cbd",
"size": "3280... |
package ru.otus.chepiov.l2;
import org.junit.Test;
import java.util.ArrayList;
import java.util.LinkedList;
/**
* Test cases for Sizer.
*
* @author <a href="mailto:a.kiekbaev@chepiov.org">Anvar Kiekbaev</a>
*/
@SuppressWarnings({"Convert2MethodRef", "RedundantStringConstructorCall"})
public class SizerTest {
... | {
"content_hash": "32636a2d108ff1e4a0f9b2cdf28cb91c",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 104,
"avg_line_length": 45.49230769230769,
"alnum_prop": 0.6435576597903281,
"repo_name": "chepiov/otus-java-2017-04-kiekbaev",
"id": "d0b2b00fb88039a35230427de4716e8f19fe3e9... |
package org.netbeans.modules.multilangsourcefilepalette.java;
import java.util.ArrayList;
import javax.swing.DefaultComboBoxModel;
import javax.swing.text.BadLocationException;
import javax.swing.text.JTextComponent;
import org.netbeans.modules.multilangsourcefilepalette.PaletteUtilities;
import org.netbeans.modules.m... | {
"content_hash": "1c39ef9d78dcf66799e0f86b0c478acf",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 81,
"avg_line_length": 36.27450980392157,
"alnum_prop": 0.5694594594594594,
"repo_name": "oziasg/MultiLangSourceFilePalette",
"id": "baf7eae6833c3caa8f28c80bf1ca82d7aa0c6a75... |
title: {{ title }}
tags: []
categories: []
---
| {
"content_hash": "aebd3360494db4755ce4081776affb7c",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 18,
"avg_line_length": 8.166666666666666,
"alnum_prop": 0.4897959183673469,
"repo_name": "promisejohn/blog",
"id": "00dee3d1d44d942838d73e636818b6f34ac76ed3",
"size": "53",
... |
from scrapy.spiders import Spider
from scrapy.http.response import Response
from scrapy.http.request import Request
from projects.biquge.biquge.items import XiaoShuo
class XiaoShuoList(Spider):
name = "XiaoShuoList"
allowed_domains = ["biquge.la"]
start_urls = [
'http://www.biquge.la/xiaoshuoda... | {
"content_hash": "1f473e55a4c699cf2d2a83ba4f0a4e28",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 101,
"avg_line_length": 29.9375,
"alnum_prop": 0.6002087682672234,
"repo_name": "shengcanxu/CCrawler",
"id": "956d116821df934b6ec576c3aa6d89a4cc663130",
"size": "959",
"b... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mycat:server>
<mycat>
<server-config>
<system>
<property name="sequnceHandlerType">2</property>
<property name="serverPort">8066</property>
<property name="managerPort">9066</property>
<property name="charset">utf8</property>
</system>
<user name="r... | {
"content_hash": "a444bbfd19f843cb6b43ad6ee6c5bf78",
"timestamp": "",
"source": "github",
"line_count": 210,
"max_line_length": 152,
"avg_line_length": 49.166666666666664,
"alnum_prop": 0.6047457627118644,
"repo_name": "belloner/Mycat-Server",
"id": "34d8f93f64da96b0b597a5d0ca01609b83dcaae3",
"size... |
from . import asyncio
from . import decorators
from .repr_builder import ReprBuilder
from .signal import Signal
| {
"content_hash": "f90a53d17bb8203f2f2825293218e892",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 37,
"avg_line_length": 28,
"alnum_prop": 0.8125,
"repo_name": "datadvance/pRpc",
"id": "b95c29bf77f07b01190c1dbe8c1145deb5ba08b9",
"size": "1222",
"binary": false,
"copi... |
namespace Doozestan.Domain
{
public class ClientClaimMap : System.Data.Entity.ModelConfiguration.EntityTypeConfiguration<ClientClaim>
{
public ClientClaimMap()
: this("dbo")
{
}
public ClientClaimMap(string schema)
{
ToTable("ClientClaims", schem... | {
"content_hash": "5e321b9bc499003ceb5083d2b1578c95",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 193,
"avg_line_length": 38.65384615384615,
"alnum_prop": 0.6437810945273632,
"repo_name": "MostafaEsmaeili/DOOOZestan",
"id": "c62a837bc9ee13126222bd1cad2b45043d7d6d27",
"s... |
package lj_3d.pulltorefreshsample.utils;
import android.os.Handler;
import android.util.Log;
import lj_3d.gearloadinglayout.gearViews.GearLoadingLayout;
import lj_3d.pulltorefresh.PullToRefreshLayout;
import lj_3d.pulltorefresh.callbacks.OnRefreshCallback;
/**
* Created by liubomyr on 08.02.17.
*/
public class Pu... | {
"content_hash": "3ff00c3650a21d8ad4451083b3894165",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 133,
"avg_line_length": 30.595238095238095,
"alnum_prop": 0.5649805447470817,
"repo_name": "lj-3d/PullToRefreshDevlightLayout",
"id": "833f7daf7e55aad1a08addbc5cb7e07d1feadc7... |
package utils
/**
* Created with IntelliJ IDEA.
* User: niklas
* Date: 4/4/12
* Time: 6:57 PM
* To change this template use File | Settings | File Templates.
*/
import java.util.concurrent.BlockingQueue
import java.util.concurrent.LinkedBlockingQueue
import java.util.UUID
import scala.actors._
import scala.act... | {
"content_hash": "fd895bbb45e28a3ca9fd9752ea6d4e5a",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 64,
"avg_line_length": 19.622222222222224,
"alnum_prop": 0.6568516421291053,
"repo_name": "niklassaers/Cima",
"id": "e3383296adc0b85a15b9d0fac51c3b3bb960bcf1",
"size": "883... |
<?php
class CoServiceFixture extends CakeTestFixture {
// Import schema for the model from the default database
public $import = array('model' => 'CoService');
}
| {
"content_hash": "ec948d037fa31ef779d8e1de84b4f1cc",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 58,
"avg_line_length": 21.125,
"alnum_prop": 0.7218934911242604,
"repo_name": "mlaa/comanage-registry",
"id": "8545ba6ff56a325d136429d755d8610d88c0203a",
"size": "1294",
"... |
var Hapi = require('hapi');
var products = require('./modules/products');
var navlist = require('./modules/navlist');
var simplehello = require('./modules/simplehello');
var recipes = require('./modules/recipes');
// Server config
var config = { };
// Create a server with a host and port
var server = Hapi.createServer... | {
"content_hash": "6804ae38e46bbe5cc55c903a9e55f8ba",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 58,
"avg_line_length": 24.653846153846153,
"alnum_prop": 0.6661466458658346,
"repo_name": "TuvokVersatileKolinahr/asok-backend",
"id": "2a26fed4c983fa26d11e0be995254f2e858f8f... |
//
// NSObject+MDMember.h
// MDHandleData
//
// Created by 没懂 on 2017/4/17.
// Copyright © 2017年 com.infomacro. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "MDIvar.h"
// 遍历所有类的block父类
typedef void(^MDClassesBlock)(Class c,BOOL *stop);
@interface NSObject (MDMember)
/**
遍历所有的成员变量
@param... | {
"content_hash": "57ddb755d253f037b5e28e96783890e9",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 58,
"avg_line_length": 16.764705882352942,
"alnum_prop": 0.7228070175438597,
"repo_name": "meidong163/MDExtention",
"id": "5ec7c1a50cf689b4b2723a72c4cfa42a1027bd43",
"size"... |
/*[clinic input]
preserve
[clinic start generated code]*/
PyDoc_STRVAR(type___instancecheck____doc__,
"__instancecheck__($self, instance, /)\n"
"--\n"
"\n"
"Check if an object is an instance.");
#define TYPE___INSTANCECHECK___METHODDEF \
{"__instancecheck__", (PyCFunction)type___instancecheck__, METH_O, type__... | {
"content_hash": "f9c75f8e15c51e06ef8974a508e8654e",
"timestamp": "",
"source": "github",
"line_count": 251,
"max_line_length": 102,
"avg_line_length": 24.617529880478088,
"alnum_prop": 0.6326266386146626,
"repo_name": "batermj/algorithm-challenger",
"id": "357eb44b12b8a14923caa6a6d61c129ca6d753fa",
... |
import React, { Component } from 'react';
import {
Modal,
ModalHeader,
ModalTitle,
ModalClose,
ModalBody,
ModalFooter
} from 'react-modal-bootstrap';
export default class Input extends Component {
constructor(props) {
super(props);
}
render() {
return (
... | {
"content_hash": "98aae5aa904a3a8c8d2db4e7dfafadac",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 138,
"avg_line_length": 29.64864864864865,
"alnum_prop": 0.5031905195989061,
"repo_name": "rxtATX/Lyrical",
"id": "2f47c9ca1b14dd2f7e1e0f438b8d142d028c86a2",
"size": "1097"... |
using CommandLine;
namespace Revida.Sitecore.Assurance.Configuration
{
public class CommandLineParameters
{
[Option('r', "root", Required = true)]
public string Root { get; set; }
[Option('b', "baseurl")]
public string BaseUrl { get; set; }
[Option('d', "domai... | {
"content_hash": "1ec5e95212f79edf3b4d4c803a4a6eec",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 53,
"avg_line_length": 25.441176470588236,
"alnum_prop": 0.5421965317919075,
"repo_name": "revida/sitecore-assurance",
"id": "b0af000b239206ce1396ae6ddeca5fe25f59a832",
"si... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Function is_alnum</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boo... | {
"content_hash": "7c052b8f3b5a427520d2ff25e261e72a",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 599,
"avg_line_length": 66.59210526315789,
"alnum_prop": 0.663505236119344,
"repo_name": "djsedulous/namecoind",
"id": "7ffdcdf3200fc5e6c38b5e648ce78082a62f52a5",
"size": "... |
package org.apache.nutch.hostdb;
import java.io.IOException;
import java.lang.invoke.MethodHandles;
import org.apache.hadoop.io.FloatWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.io.Writable;
import org.apache.hadoop.mapred.JobConf;
import org.apache.hadoop.mapred.Mapper;
import org.apache.ha... | {
"content_hash": "2ad609c6416bfc788b57f1c2a1dbab23",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 95,
"avg_line_length": 33.6283185840708,
"alnum_prop": 0.6506578947368421,
"repo_name": "code4wt/nutch-learning",
"id": "593bd15541d67f4bfafb1bf03f3421db9d869577",
"size":... |
package org.apache.hadoop.hdfs.util;
import org.apache.hadoop.fs.Path;
import java.util.StringTokenizer;
/**
* Default implementation of PathNameChecker
*
* Checks that the the path does not contain ":" and "//"
* Path should not have relative elements ".", ".."
*/
public class DefaultPathNameChecker implement... | {
"content_hash": "25d3fe60da7666da1530652b2c71afd7",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 71,
"avg_line_length": 22.46153846153846,
"alnum_prop": 0.6267123287671232,
"repo_name": "rvadali/fb-raid-refactoring",
"id": "c5f8655f5a899d303367efe23f30d36559e333af",
"s... |
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
| {
"content_hash": "dab0f4b86e3b8c023b06ee095c0f710d",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 161,
"avg_line_length": 43.333333333333336,
"alnum_prop": 0.5307692307692308,
"repo_name": "Telestream/telestream-cloud-python-sdk",
"id": "73a7382e129e5e3011b1d7336fcf4d9b494... |
@interface YLClient : AFOAuth1Client
@end
| {
"content_hash": "cea4628a0afa453855328ab0aa133e26",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 36,
"avg_line_length": 14.333333333333334,
"alnum_prop": 0.7906976744186046,
"repo_name": "steven-maasch/spotsome",
"id": "6bdc5989c9c57de6d1eb3a875a9330cd55ab6a04",
"size":... |
package com.zhihudailytest.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.widget.EditText;
import com.umeng.socialize.ShareAction;
import com.umeng.socialize.... | {
"content_hash": "ad29952b50ad6854c466b3adeb05f00f",
"timestamp": "",
"source": "github",
"line_count": 216,
"max_line_length": 127,
"avg_line_length": 31.77314814814815,
"alnum_prop": 0.6488416144543203,
"repo_name": "cauchyah/zhihudailytest",
"id": "6c2554bd2f86bff621fde781ea243031b0ca0c95",
"siz... |
package org.kaazing.gateway.server.test.config;
import java.net.URI;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class ServiceConfiguration implements Configuration<SuppressibleServiceConfiguration> {
... | {
"content_hash": "a8c13877c293d5ebb46fc4f66b13ae6b",
"timestamp": "",
"source": "github",
"line_count": 331,
"max_line_length": 99,
"avg_line_length": 28.31117824773414,
"alnum_prop": 0.6469960516487034,
"repo_name": "chao-sun-kaazing/gateway",
"id": "6b4651dd898a4e0338871a19809a529791cf4e0e",
"siz... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>QuaZIP: Member List</title>
<link href="tabs.css" rel="stylesheet" type... | {
"content_hash": "84f654567d914c8b59f8a1450ee7885e",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 227,
"avg_line_length": 79.42424242424242,
"alnum_prop": 0.7016405951926745,
"repo_name": "ufopleds/DengueME",
"id": "4165ac31d601b2976eb5cf7d8941a0f494795c6b",
"size": "52... |
import argparse
import os
import random
import sys
FILE = {
'offverbs': 'OffVerbs.txt',
'onverbs': 'OnVerbs.txt',
'mundaneactions': 'MundaneActions.txt',
'adjectivesbefore': 'AdjectivesBefore.txt',
'verbs': 'Verbs.txt',
'nouns': 'Nouns.txt',
'prefixparts': 'PrefixParts.txt',
'baseparts'... | {
"content_hash": "92943c63fb3553bd1e446286de817f2f",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 82,
"avg_line_length": 23.141843971631207,
"alnum_prop": 0.5911737664725712,
"repo_name": "solarkennedy/spaceteamgen",
"id": "1e7891206066069739918481668c1644080fbe26",
"s... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _PhanCapEgovType = require('../types/PhanCapEgovType');
var _chatEgov = require('../../models/chatEgov');
var _mongodb = require('mongodb');
var _graphql = require('graphql');
var phancap = {
type: _PhanCapEgovType.PhanCapType,
... | {
"content_hash": "932ceeac4c805425397a81245cc9a346",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 66,
"avg_line_length": 22.423076923076923,
"alnum_prop": 0.6758147512864494,
"repo_name": "atum201/egov",
"id": "3a9b681e96c3867502d0f9b0eedc7d484147eb9a",
"size": "583",
... |
select c1.concept_id as concept_id,
c1.concept_name as concept_name,
hr1.count_value as count_value
from @ohdsi_database_schema.heracles_results hr1
inner join
@cdm_database_schema.concept c1
on hr1.stratum_1 = CAST(c1.concept_id as VARCHAR(255))
where hr1.analysis_id = 5
and cohort_definition_id = @cohortDefin... | {
"content_hash": "f91c85598d9b47ccc6b675a30cc9c6ad",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 55,
"avg_line_length": 36.333333333333336,
"alnum_prop": 0.7737003058103975,
"repo_name": "OHDSI/WebAPI",
"id": "ca4a2b39cc6623fc4986b859b968bb7bb5790c58",
"size": "327",
... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis.Analyzers;
using Microsoft.CodeAnalysis.Analyzers.MetaAnalyzers;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAna... | {
"content_hash": "7a618adf2380d55d237f3bc82bd55598",
"timestamp": "",
"source": "github",
"line_count": 232,
"max_line_length": 210,
"avg_line_length": 34.48275862068966,
"alnum_prop": 0.714875,
"repo_name": "srivatsn/roslyn-analyzers",
"id": "9b77950edba23de3d83028703143bfa24b17d5fe",
"size": "800... |
package org.jahap.jobs;
import edu.emory.mathcs.backport.java.util.Arrays;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.apache.log4j.Logger;
import org.jahap.entities.JahapDatabaseConnector;
import org.jahap.entities.jobs.JobJobscheduler;
import org.jahap.entities.jobs.Jo... | {
"content_hash": "9afdfc9590286ed377b8661ccadc6478",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 124,
"avg_line_length": 26.80415430267062,
"alnum_prop": 0.5868482231816672,
"repo_name": "citeaux/JAHAP",
"id": "6c622c1cfe33583934253d9aee31e752edef55d8",
"size": "10176... |
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
from google.pr... | {
"content_hash": "e1e088825f9f7af65936061f25d1a84b",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 196,
"avg_line_length": 31.12121212121212,
"alnum_prop": 0.7439143135345667,
"repo_name": "bellowsj/aiopogo",
"id": "bd930b96cefbfb2334a932aee0802252f69c8733",
"size": "217... |
title: axx33
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: x33
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... | {
"content_hash": "4aac28ddeb50da89f915aabe38c51c99",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.6656716417910448,
"repo_name": "pblack/kaldi-hugo-cms-template",
"id": "789db3125ce4322f5ff115ffff9a260b8148a725",
... |
<?php
namespace User\Form;
use Zend\Form\Form;
class LoginForm extends Form {
public function __construct($name = null) {
parent::__construct('login');
$mail_user = new \Zend\Form\Element\Text('mail_user');
$mail_user->setAttribute('class', 'form-control');
$mail_user->... | {
"content_hash": "bfcbfde9d0ecaff7bb0eb2f80e7badff",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 74,
"avg_line_length": 29.896551724137932,
"alnum_prop": 0.5916955017301038,
"repo_name": "yann01240/SOCIALNETWORKDEV",
"id": "5c318548f98a7174930b49e2d756c1a68dd823b6",
"s... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Common.Logging;
using Rhino.PersistentHashTable;
using Rhino.ServiceBus.DataStructures;
using Rhino.ServiceBus.Exceptions;
using Rhino.ServiceBus.Impl;
using Rhino.ServiceBus.Internal;
using Rhino.ServiceBus.MessageModul... | {
"content_hash": "4d65b22f19f55dd5784bd04a5427083a",
"timestamp": "",
"source": "github",
"line_count": 428,
"max_line_length": 116,
"avg_line_length": 34.20794392523364,
"alnum_prop": 0.5056348610067618,
"repo_name": "hibernating-rhinos/rhino-esb",
"id": "f3d8708b09086aebacbe6f7f1021b9b9fdbf9e21",
... |
#include "components/logger.hpp"
#include <unistd.h>
#include "errors.hpp"
#include "settings.hpp"
#include "utils/concurrency.hpp"
#include "utils/factory.hpp"
#include "utils/string.hpp"
POLYBAR_NS
/**
* Convert string
*/
const char* logger::convert(string& arg) const {
return arg.c_str();
}
const char* logg... | {
"content_hash": "11a8777f4a21a331bd1c980fd602edfb",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 85,
"avg_line_length": 28.73,
"alnum_prop": 0.6498433693003829,
"repo_name": "jaagr/polybar",
"id": "f515179951ea10dfebc852a7fd45e52c6da8bd11",
"size": "2873",
"binary":... |
#ifndef VALIDATE_HH
#define VALIDATE_HH
#include <string>
class Device;
class Region;
class Interface;
class Contact;
namespace dsValidate {
std::string onRegiononDevice(const std::string &/*rnm*/, const std::string &/*dnm*/);
std::string onContactonDevice(const std::string &/*rnm*/, const std::string &/*dnm*/);
std... | {
"content_hash": "d88a7e5e203b295f33b4bd3e8e49cea5",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 140,
"avg_line_length": 46.559322033898304,
"alnum_prop": 0.5125591554423007,
"repo_name": "devsim/devsim",
"id": "8290ca14dd7143314a353836167767484c942bf5",
"size": "3314"... |
layout: tagpage
tag: blog
--- | {
"content_hash": "ab1c714daed5d550e2f6691d68d2e998",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 15,
"avg_line_length": 9.666666666666666,
"alnum_prop": 0.6896551724137931,
"repo_name": "nootfly/nootfly.github.io",
"id": "11324a1ecaadd803d727a1da36b3e4b059cc7517",
"size... |
package fake
import (
"context"
v1beta1 "github.com/GoogleCloudPlatform/k8s-config-connector/pkg/clients/generated/apis/storage/v1beta1"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
labels "k8s.io/apimachinery/pkg/labels"
schema "k8s.io/apimachinery/pkg/runtime/schema"
types "k8s.io/apimachinery/pkg/types"
watch ... | {
"content_hash": "dac6c340c56bb6759768fe0d84f982c1",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 204,
"avg_line_length": 44.49193548387097,
"alnum_prop": 0.7810404205183977,
"repo_name": "GoogleCloudPlatform/k8s-config-connector",
"id": "29b41ff6dd1d786c148a242e60bb5041... |
This test case asserts that a py_library is not generated due to a naming conflict
with existing target.
| {
"content_hash": "4277a2f71eaf958f7e4fd9583e9766cc",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 82,
"avg_line_length": 52.5,
"alnum_prop": 0.8095238095238095,
"repo_name": "bazelbuild/rules_python",
"id": "cd3691725153c97848dd63f05c6069972d45c39c",
"size": "142",
"bi... |
export module BaseConfig {
export interface Word {
word: string;
score: number;
};
export interface Config {
words: [Word];
};
} | {
"content_hash": "fe876dce5c35d5aaed1b197eba7e1f94",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 27,
"avg_line_length": 12.916666666666666,
"alnum_prop": 0.5935483870967742,
"repo_name": "kvss/k-text-analyzer",
"id": "3c199f4f2aa1041fe5ce9ef025ea90e08dc5c154",
"size": ... |
#ifndef mrpt_CUndistortMap_H
#define mrpt_CUndistortMap_H
#include <mrpt/utils/TCamera.h>
#include <mrpt/utils/CImage.h>
#include <mrpt/vision/link_pragmas.h>
namespace mrpt
{
namespace vision
{
/** Use this class to undistort monocular images if the same distortion map is used over and over again.
* Using... | {
"content_hash": "dda776e8a7ec5b71fd94682fca91defe",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 165,
"avg_line_length": 36.108108108108105,
"alnum_prop": 0.6751497005988024,
"repo_name": "LXiong/mrpt",
"id": "a505c2187377a21189a71a852288bf0dbdd13e2e",
"size": "3322",
... |
$.widget( "dynform.newquestion", {
_title : null,
_tip : null,
_control : null,
_inputs : [],
options: {
editable : true,
name : null,
confirmDelete : true,
type : 'textarea',
title : {
... | {
"content_hash": "b07fc8c5631f38233cf3cff9f6e62b08",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 177,
"avg_line_length": 29.26050420168067,
"alnum_prop": 0.4840608845491097,
"repo_name": "chapalele/jquery-dynform",
"id": "da3c6d0436747494ed6eecffff1a6d0d0e90d89a",
"si... |
using StartR.Domain;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace StartR.Web.Controllers
{
public class HomeController : Controller
{
private IStartRDataSource _db;
public HomeController(IStartRDataSource db)
{
... | {
"content_hash": "d258f2d7d1bfe92b1f0aa9c59c0ba028",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 59,
"avg_line_length": 19.394736842105264,
"alnum_prop": 0.5576662143826323,
"repo_name": "jguadagno/StartR",
"id": "7ba48d59e4f2dfb86c394f94b504cfaa3f65f833",
"size": "739... |
/****************************************************************************
* Included Files
****************************************************************************/
#include <nuttx/config.h>
#include <sys/mount.h>
#include <string.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
#include <nut... | {
"content_hash": "0a434ea48053fec3b59bd61af5e4b5a8",
"timestamp": "",
"source": "github",
"line_count": 378,
"max_line_length": 80,
"avg_line_length": 26.994708994708994,
"alnum_prop": 0.5770286162289299,
"repo_name": "IUTInfoAix/terrarium_2015",
"id": "9921bbe6fef739724a97a2086331da7633bb0d49",
"s... |
lib-cpp-pre {#mainpage}
===========
C++11 header-only boost companion library baked with love.
## Features
* [to_json](@ref pre::json::to_json) and [from_json](@ref pre::json::from_json) functions for **any custom or standard types & aggregate**.
* [Lambda & Function instrospector traits](... | {
"content_hash": "4e6808b54833d686bebe2ae05413e733",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 175,
"avg_line_length": 40.339285714285715,
"alnum_prop": 0.7352810978308987,
"repo_name": "daminetreg/lib-cpp-pre",
"id": "1be251dfaf626babe5b87a787ba09695322e6f25",
"size... |
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Grant+Lifecycle+App</fullName>
<types>
<members>BudgetActualController</members>
<members>BudgetActualDisplayController</members>
<members>BudgetActualWrapper</members>
<mem... | {
"content_hash": "7a41b8f36af71bef77f5563f6ae4cba5",
"timestamp": "",
"source": "github",
"line_count": 483,
"max_line_length": 91,
"avg_line_length": 53.70600414078675,
"alnum_prop": 0.6739398612181958,
"repo_name": "jlantz/GrantLifecycleApp",
"id": "2cb617228a572c535d974787aad4da67d5fe566e",
"siz... |
package ru.subscribe.pro.api;
/**
* Credentials for Subscribe.ru API calls.
*/
public class Credentials {
private String login;
private String subLogin;
private String password;
/**
* Constructor.
*
* @param login login
* @param subLogin sub login
* @param password passwor... | {
"content_hash": "3aa523f5365562305f0b4cc7b579cccc",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 72,
"avg_line_length": 18.89189189189189,
"alnum_prop": 0.6037195994277539,
"repo_name": "rychkov/ru.subscribe-api",
"id": "28ab2b6ab6d0152f2078779aeed1cee7a16c4f1b",
"size... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | {
"content_hash": "9fd9ec7d4fba7c1036eef4c563799f9e",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 297,
"avg_line_length": 43.90430622009569,
"alnum_prop": 0.5094812554489974,
"repo_name": "dcarda/aba.route.validator",
"id": "9f1a8ce710f277f4e1081004e7a7a4d57171fc04",
"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "4ac1ceb50cc7b2e65f98119a131d06c3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "76ac681fef1545111917a9369b2684d233d35238",
"size": "17... |
// Transport Security Layer (TLS)
// Copyright (c) 2003-2004 Carlos Guzman Alvarez
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation ... | {
"content_hash": "c02fbccd6fda6a8a6fa4d67baf36aec4",
"timestamp": "",
"source": "github",
"line_count": 332,
"max_line_length": 234,
"avg_line_length": 27.343373493975903,
"alnum_prop": 0.7332011456267901,
"repo_name": "xamarin/plugins",
"id": "35af002aac6e1515f4136909cc5d4c0bb6a94838",
"size": "90... |
package com.swemancipation.modelbuildgui;
import javax.swing.JPanel;
import java.awt.*;
/**
* Title:
* Description:
* Copyright: Copyright (c)
* Company:
* @author
* @version 1.0
*/
public class JEnabledPanel extends JPanel {
public JEnabledPanel() {
super();
}
public JEnabledPanel(boolean isD... | {
"content_hash": "7d79fac2fac7d436ee5257aff1fe9502",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 72,
"avg_line_length": 18.73170731707317,
"alnum_prop": 0.6848958333333334,
"repo_name": "kit-transue/software-emancipation-discover",
"id": "928b5435caa58449844f0adefe1c9a81... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memcpy_82a.cpp
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml
Template File: sources-sink-82a.tmpl.cpp
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: Alloca... | {
"content_hash": "efa99d488d4575afb23218a1aa546f64",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 157,
"avg_line_length": 31.65909090909091,
"alnum_prop": 0.6888011486001435,
"repo_name": "maurer/tiamat",
"id": "e9e4ed348878f87d06dbf5b559c31c9dd3bf9964",
"size": "2786",... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "33d4bbb0d86751837cff62d8486a4c86",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "30ec06b131fd6c7a0c5cf8928b99f9086d0e0c96",
"size": "184... |
module FactoryGirlAssociationCallbacks
# extends FactoryGirl Evaluation to provide more control over factory execution
class UsefulEvaluation
def initialize(evaluation)
@evaluation = evaluation
end
def name
@evaluation \
.instance_variable_get("@attribute_assigner") \
.insta... | {
"content_hash": "9ad724905e85f463f85498593b921437",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 81,
"avg_line_length": 29,
"alnum_prop": 0.615411681914145,
"repo_name": "Cohealo/factory_girl_association_callbacks",
"id": "ac361a04896083679712acb94aaf983823dbe880",
"si... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.