text stringlengths 2 1.04M | meta dict |
|---|---|
package org.springframework.social.vkontakte.api.impl;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.node.ArrayNode;
import org.springframework.social.MissingAuthorizationException;
import org.springframework.social.support.UR... | {
"content_hash": "45787dbd19741b6fe7e92c2d8e72895a",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 111,
"avg_line_length": 37.91129032258065,
"alnum_prop": 0.6970857264411827,
"repo_name": "Klaxon77/spring-social-vkontakte",
"id": "d4d9fc273b784c169e55033bfe55c6fff392a267... |
<bill session="115" type="s" number="166" updated="2017-07-20T18:46:15Z">
<state datetime="2017-01-17">REFERRED</state>
<status>
<introduced datetime="2017-01-17"/>
</status>
<introduced datetime="2017-01-17"/>
<titles>
<title type="short" as="introduced">Muhammad Ali Commemorative Coin Act</title>
... | {
"content_hash": "b5a8911d0a0070fc5381e13834154980",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 287,
"avg_line_length": 47.255319148936174,
"alnum_prop": 0.7091400270148581,
"repo_name": "peter765/power-polls",
"id": "d35babdc2b49a316f1c74a10552791eab3d2d37d",
"size":... |
package monitorx.controller.api;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import monitorx.domain.Forewarning;
import monitorx.domain.Node;
import monitorx.plugins.sync.ISync;
import monitorx.plugins.sync.ISyncConfig;
import monitorx.service.NodeService;
import org.pf4j.PluginManager;
i... | {
"content_hash": "a2b4e5ebde2d495b094802483abada1e",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 138,
"avg_line_length": 38.95384615384615,
"alnum_prop": 0.7531595576619273,
"repo_name": "qianlifeng/MonitorX",
"id": "fdb94ced04153951460a9b517cbbcb151631b197",
"size": "... |
package javax.swing.tree;
import java.beans.PropertyChangeListener;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import java.util.Arrays;
import java.util.EventListener;
import java.util.HashSet;
import java.util.Iterator;
import java.... | {
"content_hash": "4657d743404ba2f109742ea1c3c532af",
"timestamp": "",
"source": "github",
"line_count": 988,
"max_line_length": 80,
"avg_line_length": 27.861336032388664,
"alnum_prop": 0.6056235695862244,
"repo_name": "shaotuanchen/sunflower_exp",
"id": "0684ef7665906e4e7a047e62d5bcc5af775cece2",
"... |
package gov.va.escreening.entity;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persiste... | {
"content_hash": "5b7118a6a253f47176c8893853d2099a",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 95,
"avg_line_length": 28.732824427480917,
"alnum_prop": 0.6522316684378321,
"repo_name": "VHAINNOVATIONS/Mental-Health-eScreening",
"id": "ae17b75c24ccad7a359d86422a260cecf... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Pk extends CI_Controller {
public function __construct() {
parent::__construct();
if(!$this->session->userdata('logged_in')) {
redirect('login', 'refresh');
}
elseif($this->session->userdata('tingkatan') != ... | {
"content_hash": "65438f1cba60e9b2537b20dc61a11d3f",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 125,
"avg_line_length": 22.37142857142857,
"alnum_prop": 0.5798212005108557,
"repo_name": "Avit22/proposal",
"id": "7bc4ed6d667615094de95be6e6febcac630f41b8",
"size": "783"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Annls mycol. 4: 437 (1906)
#### Original name
Puccinia xanthosperma Syd. & P. Syd.
### Remarks
null | {
"content_hash": "ecc3440b21d1bbbbc59da06bd2d2b2f0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 36,
"avg_line_length": 12.538461538461538,
"alnum_prop": 0.6809815950920245,
"repo_name": "mdoering/backbone",
"id": "b5cee14c67e4b80ab7d05e5ce5e3e0593426c07c",
"size": "22... |
layout: post
published: true
title: Wraparound is coming
modified: 2019-08-22 14:57:22
categories: articles
author: doug_hunley
tags:
- pgcmh
- postgresql
comments: true
share: true
---
The August meeting will be held at **18:00 EST on Tues, the 27<sup>th</sup>**. Once again, we will be holding the meeting in the ... | {
"content_hash": "1d06078d864794ff30fd2455916d9b68",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 589,
"avg_line_length": 60.325,
"alnum_prop": 0.7596353087443017,
"repo_name": "pgCMH/pgcmhblog",
"id": "b4bb8b83f804fb7fbda459dc4860a8a4755a8ac8",
"size": "2417",
"binar... |
import greenfoot.*;
public class Smiley extends Actor
{
public void act()
{
if (!getWorld().getObjects(GameOver.class).isEmpty()) return;
if (Greenfoot.mouseClicked(this))
{
BackGround bg = (BackGround) getWorld();
// Bar bar = (Bar) bg.getObjects(Bar.class).get... | {
"content_hash": "2c5e17f068a77f4f06a546dd3e04d065",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 69,
"avg_line_length": 30.11764705882353,
"alnum_prop": 0.54296875,
"repo_name": "hirparikh/Team-Project-1",
"id": "350600a354bc2ad0e7bea8e14a3e0c76a025ee6e",
"size": "512"... |
require 'spec_helper'
require 'hailstorm/model/helper/ami_provision_helper'
describe Hailstorm::Model::Helper::AmiProvisionHelper do
before(:each) do
@helper = Hailstorm::Model::Helper::AmiProvisionHelper.new(region: 'us-east-1',
user_home: '/home/ub... | {
"content_hash": "12aca3f4cb36f28c82e36f0a70c184b4",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 117,
"avg_line_length": 42.57971014492754,
"alnum_prop": 0.646358066712049,
"repo_name": "3pillarlabs/hailstorm-sdk",
"id": "d5a325becca996d71470bbc5f2890622781f97ff",
"siz... |
define(function (require, exports, module) {(function(){
var ref$, chooseInt, choose, asGenerator, choice, frequency, sequence, recursive, size, label, transform, repeat, join, char, toInteger, toUnsignedInteger, toObject, Null, Undefined, Bool, Num, Byte, Char, Str, Int, UInt, Positive, Negative, NumChar, UpperChar,... | {
"content_hash": "fc19f8b8e78f385e4d8f9ae3f794b6a0",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 405,
"avg_line_length": 35.11764705882353,
"alnum_prop": 0.6334450027917364,
"repo_name": "arborbridge/solidstate.js",
"id": "895f909d324412dce348e5240fcd992c680c3ee9",
"s... |
<component name="libraryTable">
<library name="Java EE 6-Java EE 6">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/javax.annotation.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/javax.servlet.jsp.jstl.jar!/" />
<root url="jar://$PROJECT_DIR$/lib/javax.jms.jar!/" />
<root url="jar://$PROJECT_... | {
"content_hash": "61e75e11a21a98b8eea381724b9c103e",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 73,
"avg_line_length": 35.5,
"alnum_prop": 0.5938967136150235,
"repo_name": "alexzhxin/SupRails",
"id": "a6ade52bba1490a4aa18b2c6991dc4877757d6ac",
"size": "426",
"binary... |
Elastic Data Processing (EDP)
=============================
Overview
--------
Sahara's Elastic Data Processing facility or :dfn:`EDP` allows the execution
of jobs on clusters created from sahara. EDP supports:
* Hive, Pig, MapReduce, MapReduce.Streaming, Java, and Shell job types on
Hadoop clusters
* Spark jobs on... | {
"content_hash": "f788089cf1067b038941091579b26df4",
"timestamp": "",
"source": "github",
"line_count": 583,
"max_line_length": 102,
"avg_line_length": 43.02401372212693,
"alnum_prop": 0.6699358131005063,
"repo_name": "zhangjunli177/sahara",
"id": "76c96806befec38171a8877e2e1d3a7b28d861e3",
"size":... |
package org.apache.harmony.test.func.api.javax.management.remote.mbeans;
/**
*/
public interface TMBClassMBean{
public void setSomething(String str);
public String getMBeanNumber();
public void doOperation(String arg);
}
| {
"content_hash": "0eed6e109b960fa108ae8ab67d8d6a84",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 72,
"avg_line_length": 14.882352941176471,
"alnum_prop": 0.6956521739130435,
"repo_name": "freeVM/freeVM",
"id": "3111b600871bab339f87fcb2a35e7fbbc5efadda",
"size": "1065",... |
#include "MomoLogic.h"
#include "SceneLogic.h"
#include "Common.h"
using namespace AsyncCalls;
namespace
{
const gkVector3 FORWARD(0, 1, 0);
const gkVector3 UP(0, 0, 1);
const gkVector3 SIDE(1, 0, 0);
enum STATES
{
CARRY,
CATCH,
CATCH_ENDED,
THROW_WITH,
WALK,
RUN,
RUN_FASTER,
WALK_BA... | {
"content_hash": "dda3b3228850ac659d8c3407cff0d2ff",
"timestamp": "",
"source": "github",
"line_count": 589,
"max_line_length": 191,
"avg_line_length": 38.67062818336163,
"alnum_prop": 0.6907845633753348,
"repo_name": "Josiastech/vuforia-gamekit-integration",
"id": "2217abc6973e8144d6161b80d91798bb1d... |
<?xml version="1.0" encoding="UTF-8"?>
<config>
<server className="net.sf.j2ep.servers.BaseServer"
domainName="www.nytimes.com"
isRewriting="true">
<rule className="net.sf.j2ep.rules.DirectoryRule"
directory="/news"
/>
</server>
<server className="net.sf.j2ep.servers.BaseServer"
... | {
"content_hash": "1f98464b2d84eaf7f80a78d64b5a60f5",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 60,
"avg_line_length": 23.35,
"alnum_prop": 0.6616702355460385,
"repo_name": "jacarrichan/j2ep",
"id": "9d5c1217cc90e465627ff8869bcfa8e960a8f58b",
"size": "467",
"binary"... |
package fake
import (
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 "k8s.io/apimachinery/pkg/watch"
testing "k8s.io/client-go/testing"
v1alpha1 "k8s.io/kube-deploy/ext-apiserver/pkg/a... | {
"content_hash": "129e39a2b892cfafe5738a147182eac6",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 147,
"avg_line_length": 35.21951219512195,
"alnum_prop": 0.7377654662973222,
"repo_name": "kris-nova/kubicorn",
"id": "57164562a2f07e2b03028bac23444a7f52f8cc5b",
"size": "... |
<!--
~ Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you 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": "a80fecb80a8e279391da36d7ad3c5541",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 201,
"avg_line_length": 47.90588235294118,
"alnum_prop": 0.5611493123772102,
"repo_name": "laki88/carbon-registry",
"id": "bad138c236ed4fbdc188eb5ddf2c18e519214e57",
"size"... |
/*
* Name: Email.java
* Project: SensorAct-VPDS
* Version: 1.0
* Date: 2012-07-20
* Author: Pandarasamy Arjunan
*/
package edu.pc3.sensoract.vpds.tasklet;
import static org.quartz.JobBuilder.newJob;
import static org.quartz.JobKey.jobKey;
import static org.quartz.TriggerBuilder.newTrigger;
import static org.qua... | {
"content_hash": "7bc81b401c8967c4344d48f42b63a987",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 87,
"avg_line_length": 27.759493670886076,
"alnum_prop": 0.7441860465116279,
"repo_name": "iiitd-ucla-pc3/SensorActVPDS-2.0",
"id": "6ba14cf636728079737a41b8dfe4648450349dd3"... |
import React, { Component, PropTypes } from 'react';
export default class About extends Component{
render(){
return (
<div>Welcome Buddy</div>
)
}
} | {
"content_hash": "09c9b7400cffe4c89c8566eb1737de31",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 52,
"avg_line_length": 17.555555555555557,
"alnum_prop": 0.6772151898734177,
"repo_name": "nverdhan/satticentre",
"id": "1cff36a609fa7499ebe7a41250316f2db53bfaf6",
"size": "... |
@implementation FindViewCatalogueModel
- (void)setValue:(id)value forUndefinedKey:(NSString *)key{
if ([key isEqualToString:@"id"]) {
self.Id = value;
}
}
+ (void)getFindViewCatalogueModel:(FindViewCatalogueModelBlock)block{
AFHTTPSessionManager *manager = [AFHTTPSessionManager manager];
[... | {
"content_hash": "27615946d372452fbb07cdbc91f8f0a5",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 129,
"avg_line_length": 33.84375,
"alnum_prop": 0.6352723915050785,
"repo_name": "chilejiang1024/MONOV3",
"id": "3de1d600e760ad4e39c3fe09d20ab6015de2adb0",
"size": "1285",
... |
use std::fmt::Debug;
use std::hash::Hash;
use std::mem::size_of;
pub trait LFSRTrait: PartialEq + Eq + Clone + Hash + Debug {
fn clock(&mut self) -> usize;
fn multiclock(&mut self, clocks: usize) -> Vec<usize>;
fn get(&self) -> Vec<usize>;
fn set(&mut self, value: Vec<usize>);
fn taps(&self) -> Vec... | {
"content_hash": "edb805f83364a2c4f5a880c5fc17d73e",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 88,
"avg_line_length": 27.775510204081634,
"alnum_prop": 0.5900073475385745,
"repo_name": "46bit/rustyregisters",
"id": "a5648fe665ef909a46f5c657e4fe5e13034ad784",
"size": ... |
/*
TODO: maybe make a util class and use this
https://designsystem.digital.gov/utilities/font-size-and-family/#utility-font-family
TODO: rems ?
*/
@font-face {
font-family: "Open Sans";
src: url("/assets/fonts/open-sans/opensans-regular.ttf");
}
/*
resets
*/
body.usa {
background-color: #f9f7... | {
"content_hash": "2d3e0f8cf82f63f5ea1cc44450a0012c",
"timestamp": "",
"source": "github",
"line_count": 7997,
"max_line_length": 215,
"avg_line_length": 25.365512067025133,
"alnum_prop": 0.6084555923647263,
"repo_name": "ygenc/ygenc.github.io",
"id": "08e88177fc66c0f1837836d61897f65710775a8a",
"siz... |
import datetime
import pandas as pd
from igf_data.igfdb.pipelineadaptor import PipelineAdaptor
from ehive.runnable.IGFBaseJobFactory import IGFBaseJobFactory
from igf_data.utils.ehive_utils.pipeseedfactory_utils import get_pipeline_seeds
class PipeseedFactory(IGFBaseJobFactory):
'''
Job factory class for pipeline ... | {
"content_hash": "38d73d19714ae70806589d5eefdc49de",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 146,
"avg_line_length": 48.37301587301587,
"alnum_prop": 0.5361771944216571,
"repo_name": "imperial-genomics-facility/data-management-python",
"id": "9eb9b34f3e0f68950923e1f... |
package sorm.test.features
import org.scalatest.{FunSuite, Matchers}
import org.junit.runner.RunWith
import org.scalatest.junit.JUnitRunner
import sorm._
import sorm.test.MultiInstanceSuite
object MultithreadingTest {
case class A (a : Int)
}
@RunWith(classOf[JUnitRunner])
class MultithreadingTest extends FunSuite... | {
"content_hash": "bea820709b3c1fb5ddf11d901be471cb",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 84,
"avg_line_length": 25.058823529411764,
"alnum_prop": 0.6690140845070423,
"repo_name": "pjfanning/sorm",
"id": "71a552c11985184cb40b586380190d5014ecd7b9",
"size": "852",... |
package egovframework.com.sym.ccm.ccc.service;
import java.io.Serializable;
/**
*
* 공통분류코드 VO 클래스
* @author 공통서비스 개발팀 이중호
* @since 2009.04.01
* @version 1.0
* @see
*
* <pre>
* << 개정이력(Modification Information) >>
*
* 수정일 수정자 수정내용
* ------- -------- -------------... | {
"content_hash": "0f3b220795f558f73b25b3cf55663363",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 71,
"avg_line_length": 18.821428571428573,
"alnum_prop": 0.6012469503930604,
"repo_name": "dasomel/egovframework",
"id": "f5645c5f9d67460241254c41cc59e347e0126676",
"size"... |
require 'spec_helper'
require 'support/shared_examples'
require 'cisco_node_utils'
ensure_module_defined('Puppet::Provider::DomainName')
require 'puppet/provider/domain_name/cisco_nexus'
RSpec.describe Puppet::Provider::DomainName::CiscoNexus do
subject(:provider) { described_class.new }
let(:context) { instance... | {
"content_hash": "e46b351a921ad602b40bbe778835adc4",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 93,
"avg_line_length": 31.493827160493826,
"alnum_prop": 0.6268130145041161,
"repo_name": "cisco/cisco-network-puppet-module",
"id": "67e7702f919e5f6129049781d4e6c55d221fee01... |
This directory holds Fritzing projects of the custom boards used
in the Grant Lighting work. These are not kept in git since they
are binaries and would frustrate the git diff tools.
If you are interested in any of them, contact me at
bill at jamimi dot com
| {
"content_hash": "60ea749f3708e71c9bf2328d9089a4d5",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 64,
"avg_line_length": 43.166666666666664,
"alnum_prop": 0.7992277992277992,
"repo_name": "wmadill/grant-lighting",
"id": "29d4b889aa86437825432441e9a36050920d806a",
"size":... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>deepstream - Michael Ramos</title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="... | {
"content_hash": "c97e0ff02e3ae088168fba75aa049519",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 495,
"avg_line_length": 45.313131313131315,
"alnum_prop": 0.5829246544806064,
"repo_name": "mdramos/mdramos.github.io",
"id": "2343b9c1286b2cfa84cc27309f4b9d8800880f0c",
"... |
package com.felhr.usbmassstorageforandroid.bulkonly;
import commandwrappers.CommandStatusWrapper;
/**
* Created by Felipe Herranz(felhr85@gmail.com) on 11/12/14.
*/
public interface BulkOnlyStatusInterface
{
public void onOperationStarted(boolean status);
public void onOperationCompleted(CommandStatusWrappe... | {
"content_hash": "9802735070918dba0dd6ab18dba02184",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 63,
"avg_line_length": 28.692307692307693,
"alnum_prop": 0.7908847184986595,
"repo_name": "felHR85/Pincho-Usb-Mass-Storage-for-Android",
"id": "73b4fa51217a2f5adab3d93f5c2c4b... |
#region "Copyright"
/*
FOR FURTHER DETAILS ABOUT LICENSING, PLEASE VISIT "LICENSE.txt" INSIDE THE SAGEFRAME FOLDER
*/
#endregion
#region "References"
using System;
using System.Collections;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.... | {
"content_hash": "fed5a05eae2469075372b825fe77857d",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 113,
"avg_line_length": 31,
"alnum_prop": 0.7603686635944701,
"repo_name": "AspxCommerce/AspxCommerce2.7",
"id": "ecd9a4fc00b5af2bf905a7a5f9fda8335066369b",
"size": "1087",... |
/**
* This package provides classes for dealing with <a href="http://www.w3.org/TR/microdata/">Microdata</a> extraction.
*/
package org.apache.any23.extractor.microdata; | {
"content_hash": "4fb047fbda3f872936c7a64c35ba2c9a",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 117,
"avg_line_length": 28.833333333333332,
"alnum_prop": 0.7341040462427746,
"repo_name": "lewismc/any23",
"id": "a255c45b1af38a8861affd25e7024dd36951ba20",
"size": "971",
... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.pnambic.depan</groupId>... | {
"content_hash": "0664d392bd2abb86358de631577a7072",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 204,
"avg_line_length": 33.094339622641506,
"alnum_prop": 0.6505131128848347,
"repo_name": "google/depan",
"id": "b63c821fb26c614aac1d0346878da13cdbc86f00",
"size": "1754",... |
<?xml version="1.0" ?>
<!--
This file is part of the Sylius package.
(c) Paweł Jędrzejewski
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
-->
<resources xmlns="https://api-platform.com/schema/metadata"
xmlns:xsi="http://www.... | {
"content_hash": "61726492aaa5336d22e5a6a1a16a8d32",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 149,
"avg_line_length": 42.79545454545455,
"alnum_prop": 0.5966542750929368,
"repo_name": "antonioperic/Sylius",
"id": "4c1109145d697ed9621eabe930f303df9b23d0c9",
"size": "... |
import React from "react";
import { storiesOf } from "@storybook/react";
import { action } from "@storybook/addon-actions";
import MoveSectionModal from ".";
import CustomPropTypes from "custom-prop-types";
import { ApolloProvider } from "react-apollo";
import { buildQuestionnaire } from "tests/utils/createMockQuestion... | {
"content_hash": "5d42f56fba3dc43dd5e82b13f1055362",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 73,
"avg_line_length": 25.942307692307693,
"alnum_prop": 0.6553002223869533,
"repo_name": "ONSdigital/eq-author",
"id": "2b1f724bec4c76e36e0ccda4b9d83ec7c12afada",
"size": ... |
'use strict';
/*global triggerError, removeError, isEmpty*/
app.controller('AdminEditcomponentCtrl', ['$scope', 'business', '$timeout', '$uiModal', 'FileUploader',
function ($scope, Business, $timeout, $uiModal, FileUploader) {
$scope.predicate = [];
$scope.predicate['components'] = 'name';
$scope.pre... | {
"content_hash": "49968246b4ac739ce12e71dc0075d4ca",
"timestamp": "",
"source": "github",
"line_count": 1615,
"max_line_length": 218,
"avg_line_length": 33.35356037151703,
"alnum_prop": 0.6326068391935544,
"repo_name": "skycow/openstorefront",
"id": "75edbe59bcd07ca9c38f24ed5ef7c9104026c131",
"size... |
/**
*
*/
package me.learn.personal.month6;
import java.util.Arrays;
/**
* Title 1198 :
*
* Date : Jan 14, 2021
*
* @author bramanarayan
*
*/
public class FindSmallestCommonElementInRowSortedMatrix {
/**
* @param args
*/
public static void main(String[] args) {
// initializing unsorted array
in... | {
"content_hash": "914c6c00717aff244445ba3bae5ba1d3",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 75,
"avg_line_length": 19.373333333333335,
"alnum_prop": 0.6283551273227804,
"repo_name": "balajiboggaram/algorithms",
"id": "e1dcabb249decf5b3e53d4c5eeeca1405169ed4b",
"si... |
namespace fileapi {
namespace {
FilePath::StringType GetRegisterNameForPath(const FilePath& path) {
// If it's not a root path simply return a base name.
if (path.DirName() != path)
return path.BaseName().value();
#if defined(FILE_PATH_USES_DRIVE_LETTERS)
FilePath::StringType name;
for (size_t i = 0;
... | {
"content_hash": "5129dc7ca0e5b0c335acb244470a63b2",
"timestamp": "",
"source": "github",
"line_count": 221,
"max_line_length": 80,
"avg_line_length": 31.457013574660632,
"alnum_prop": 0.6783659378596087,
"repo_name": "keishi/chromium",
"id": "d590f442b010facdf51b823d288e86f7dba6fa32",
"size": "738... |
class message;
//Extend this to make your own message types
class message_data
{
public:
virtual std::unique_ptr<message_data> copy() const = 0;
//Derived classes should make static functions to make their message
//types, but none are declared here because those would necessitate
//implementation with those speci... | {
"content_hash": "29a69c0b1a79e17668411c146728c053",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 150,
"avg_line_length": 35.32203389830509,
"alnum_prop": 0.7202495201535508,
"repo_name": "m42a/Lirch",
"id": "ae7df5e2ea38b5876b2e6e6786e5df1e989404c7",
"size": "2160",
... |
<?php
namespace PlaygroundFacebookTest\Entity;
use PlaygroundFacebookTest\Bootstrap;
use \PlaygroundFacebook\Entity\Page as PageEntity;
class PageTest extends \PHPUnit_Framework_TestCase
{
protected $traceError = true;
protected $pageData;
public function setUp()
{
// Set fake data
... | {
"content_hash": "ad80c0dbf60635806b8d6a6346e1ea6e",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 78,
"avg_line_length": 18.958333333333332,
"alnum_prop": 0.5758241758241758,
"repo_name": "gregorybesson/PlaygroundFacebook",
"id": "eeaca4aaf2197acafb3f0bb60b64e34abeaad3ce"... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.devilwwj.library"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
<application
... | {
"content_hash": "769bcb42d0262154715a888d2a20220f",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 76,
"avg_line_length": 31.74074074074074,
"alnum_prop": 0.6079346557759626,
"repo_name": "devilWwj/Android-Tech",
"id": "ac9bf83e0647f376bf7473babd6a4fb250e25159",
"size": ... |
package org.apache.maven.continuum.notification;
import org.apache.continuum.model.project.ProjectScmRoot;
import org.apache.maven.continuum.model.project.BuildDefinition;
import org.apache.maven.continuum.model.project.BuildResult;
import org.apache.maven.continuum.model.project.Project;
/**
* @author <a href="ma... | {
"content_hash": "812dc0323f526075ca278375c0a16c99",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 101,
"avg_line_length": 33.865671641791046,
"alnum_prop": 0.6562362274129573,
"repo_name": "apache/continuum",
"id": "e27027a342fe42747764315a4030954847db57d0",
"size": "30... |
import LinearProgress from '@material-ui/core/LinearProgress';
import makeStyles from '@material-ui/core/styles/makeStyles';
import * as React from 'react';
import * as zxcvbn from 'zxcvbn';
const useStyles = makeStyles({
progressBar: {
color: '#000000',
display: 'flex',
flexGrow: 1,
},... | {
"content_hash": "5f004e9774902c97c1c7c7a35d67e6cd",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 120,
"avg_line_length": 26.736842105263158,
"alnum_prop": 0.6108923884514436,
"repo_name": "unosquare/passcore",
"id": "59af528e750ed3ecfbcca859dc1b8f0ea561dbc6",
"size": "... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "cbeec53405687dafd92f7e47965faa7f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "598373d97a0dae1758349a3ac8be0b48030eb255",
"size": "182... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "212c36b3004eb2788e07e3632f3485bc",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 154,
"avg_line_length": 38.81318681318681,
"alnum_prop": 0.6472253680634201,
"repo_name": "Qwartz/net-pipe",
"id": "72d14091a5f6c31a5fbc214764719393b04f99a7",
"size": "3532... |
from unittest import mock
from neutron_lib.api.definitions import portbindings as pb
from neutron_lib.api.definitions import provider_net as pnet
from neutron_lib import context as n_context
from neutron_lib.db import api as db_api
from neutron_lib import exceptions
from oslo_utils import uuidutils
from neutron.db.mo... | {
"content_hash": "fe5cfb92bcb3f9b1c6a3e64af743beb0",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 79,
"avg_line_length": 40.54385964912281,
"alnum_prop": 0.5707485936823886,
"repo_name": "mahak/neutron",
"id": "ad7d56a39ec41c68e6084b0b89336fc80bc39449",
"size": "7539",... |
let allPostResponse;
function loadPosts() {
fetch(`/group-post?groupId=${groupId}`).then(response => response.json()).then((postResponse) => {
allPostResponse = postResponse;
const posts = postResponse["posts"];
const allPostsList = document.getElementById('posts-container');
allPostsList.innerHTML =... | {
"content_hash": "c0997758b8bef229b831b20f15699979",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 100,
"avg_line_length": 33.190265486725664,
"alnum_prop": 0.7157712305025996,
"repo_name": "googleinterns/step100-2020",
"id": "129855457e6e7204bf4ea3438df42204183ad436",
... |
This is the Cordova Testing Framework project for `cordova-plugin-qrscanner`.
To generate this package, clone and `npm install` the `cordova-plugin-qrscanner`, and then run `npm run manual-tests` inside that project.
Becuase this project requires `cordova-plugin-qrscanner` and it's tests as plugins, building this pro... | {
"content_hash": "d7a586bc2f955f3f9b5eeacc74d44bba",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 378,
"avg_line_length": 84.34285714285714,
"alnum_prop": 0.7869241192411924,
"repo_name": "bitpay/cordova-plugin-qrscanner",
"id": "fa594027026fe11fd381ccec23a4f0c7ddd0481a",... |
using namespace cv;
using namespace std;
using namespace firesight;
bool Pipeline::apply_normalize(json_t *pStage, json_t *pStageModel, Model &model) {
vector<float> domain = jo_vectorf(pStage, "domain", vector<float>(), model.argMap);
vector<float> range = jo_vectorf(pStage, "range", vector<float>(), model.argMap... | {
"content_hash": "1db4d35700e46e1c5c78241d4f346663",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 91,
"avg_line_length": 29.484536082474225,
"alnum_prop": 0.58006993006993,
"repo_name": "simonfojtu/FireSight",
"id": "2bd735a1ebd5c7cfa3d750a02f5b4466c51a40ef",
"size": "3... |
require File.join(File.dirname(__FILE__), 'resource_database')
class Chef
class Resource
class DatabaseUser < Chef::Resource::Database
def initialize(name, run_context=nil)
super
@resource_name = :database_user
@username = name
@database_name = nil
@t... | {
"content_hash": "02f5ff545f1ee7cdccb1c537bdf90188",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 66,
"avg_line_length": 19.878048780487806,
"alnum_prop": 0.4392638036809816,
"repo_name": "unok/vagrant-playframework",
"id": "6eefc9545357128b8b1b3abb54275ef2d75287d7",
"s... |
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPath.h"
#include "src/core/SkAdvancedTypefaceMetrics.h"
#include "src/core/SkGlyph.h"
#include "src/core/SkRectPriv.h"
#include "tools/fonts/RandomScalerContext.h"
class SkDescriptor;
class RandomScalerContext : public Sk... | {
"content_hash": "a6d0aeab2f5489ae04f166ca91b0a206",
"timestamp": "",
"source": "github",
"line_count": 219,
"max_line_length": 100,
"avg_line_length": 36.00456621004566,
"alnum_prop": 0.6522511097019658,
"repo_name": "endlessm/chromium-browser",
"id": "1fe188a2a6c4d6b6c56b10c9c44e4c984a62d0ab",
"s... |
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BattleAxe;
namespace BattleAxe.Test {
[TestClass]
public class TestSettingGettingOfNullableTypes {
[TestMethod]
public void TestInt() {
Assert.IsTrue(TestSetOfValue("NullableInt", 4));
}
... | {
"content_hash": "3c0cada0bc4236bfa796e082ab7cbbbb",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 104,
"avg_line_length": 36.672,
"alnum_prop": 0.5541012216404887,
"repo_name": "DNCarroll/BattleAxe",
"id": "fcc38338fb055e5c03c9539730b6b38d77492d36",
"size": "4586",
"... |
package ethanjones.cubes.side.server.command;
import ethanjones.cubes.core.localization.Localization;
import ethanjones.cubes.core.logging.Log;
import ethanjones.cubes.side.server.commands.*;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
public class CommandManager {
public static... | {
"content_hash": "796c206d7c75f5cb14388ee907bc3328",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 165,
"avg_line_length": 37.55045871559633,
"alnum_prop": 0.6638162716833619,
"repo_name": "ictrobot/Cubes",
"id": "505a3308309aee36f0c12950a744b8953ecffc0b",
"size": "4093... |
<ion-view view-title="<%= moduleName %> debug">
<!-- do you want padding? -->
<ion-content class="padding">
<!-- content goes here -->
<ion-list>
<ion-item class="item item-divider">
Some basic checks
</ion-item>
<ion-item class="item item-icon">
icons working?
<i... | {
"content_hash": "618d2e7d720b7095bc506b4f9d929287",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 75,
"avg_line_length": 34.19642857142857,
"alnum_prop": 0.5650130548302872,
"repo_name": "marcelinobadin/generator-misha",
"id": "82235fa1236095b7278153009bedc7a0c02125f2",
... |
namespace absl {
ABSL_NAMESPACE_BEGIN
// Defined and documented later on in this file.
template <typename T>
struct is_trivially_destructible;
// Defined and documented later on in this file.
template <typename T>
struct is_trivially_move_assignable;
namespace type_traits_internal {
// Silence MSVC warnings about t... | {
"content_hash": "040dab44215e5a33b52e0b1717e5904a",
"timestamp": "",
"source": "github",
"line_count": 762,
"max_line_length": 80,
"avg_line_length": 38.846456692913385,
"alnum_prop": 0.6919698658829093,
"repo_name": "nwjs/chromium.src",
"id": "46b76906997c08ca7e90c94381076f3f5c00bde0",
"size": "3... |
package org.netbeans.cubeon.javanet.tasks;
import java.awt.Image;
import java.net.URL;
import java.util.Calendar;
import java.util.List;
import org.kohsuke.jnt.IssueStatus;
import org.kohsuke.jnt.IssueType;
import org.kohsuke.jnt.JNIssue;
import org.netbeans.cubeon.javanet.repository.JavanetTaskRepository;
import org... | {
"content_hash": "714a0c740801ff89a71cefa2069ddb68",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 120,
"avg_line_length": 26.493562231759658,
"alnum_prop": 0.5569415195204924,
"repo_name": "theanuradha/cubeon",
"id": "086fe731a8696ed668f61e83faf85898adc41f86",
"size": ... |
package com.Da_Technomancer.crossroads.client.TESR;
import com.Da_Technomancer.crossroads.API.Properties;
import com.Da_Technomancer.crossroads.Main;
import com.Da_Technomancer.crossroads.tileentities.technomancy.PrototypingTableTileEntity;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.Bu... | {
"content_hash": "995b80f8756616f957472127e2150b15",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 135,
"avg_line_length": 42.333333333333336,
"alnum_prop": 0.7249343832020997,
"repo_name": "Da-Technomancer/Crossroads",
"id": "231ed9e4f672146729c067bfd87ae43d088fba16",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f191677d3aee18371346b97d570bfee9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "dad4de5e8f422d178725cfe4a48c033bae669177",
"size": "189... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NP... | {
"content_hash": "71178200e60e4b4ff91e7356ed6959ed",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.416666666666664,
"alnum_prop": 0.7425885755603759,
"repo_name": "asterd/NPoco.iSeries",
"id": "9a592f846b9a94076770ef5d6764bf916dfd1d0c",
"size": ... |
<?php include "functions.php"; ?>
<?php include "includes/header.php";?>
<section class="content">
<aside class="col-xs-4">
<?php Navigation();?>
</aside><!--SIDEBAR-->
<article class="main-content col-xs-8">
<?php
/* Step 1: Use the Make a class called Dog
Step 2: Set some properties for Dog,... | {
"content_hash": "3f4f159fd9ef4a42fca7de3c7581cbaa",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 78,
"avg_line_length": 18.555555555555557,
"alnum_prop": 0.615568862275449,
"repo_name": "wlabatey/PHP_Edwin_Diaz",
"id": "ae16e3a36eacc1e1cf2403b64b2a246ccb1ec17b",
"size"... |
@interface ViewController : UIViewController <UIWebViewDelegate,NSURLConnectionDelegate>
@property (weak, nonatomic) IBOutlet UIWebView *webView;
@property (strong, nonatomic) NSURLConnection * connection;
@end
| {
"content_hash": "67aa231ab79fd7b0f791bca8f5fc8641",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 88,
"avg_line_length": 26.875,
"alnum_prop": 0.813953488372093,
"repo_name": "systems-powercom/appTemplate",
"id": "ead299d12eaa768d50a5705224284f3d8f7db902",
"size": "393",... |
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.... | {
"content_hash": "0eca04ffe7589e965298bf427724292e",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 88,
"avg_line_length": 41.015151515151516,
"alnum_prop": 0.7114887329146656,
"repo_name": "tonypiazza/stockwatcher",
"id": "42e52ef60a8f92b5d1c12f1811028e930893791b",
"size... |
package sn.executor;
/**
* Created by Sumanth on 16/10/14.
*/
public class TickMsg {
}
| {
"content_hash": "a6fb1ed0c96cca9a443e229f590fbc3a",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 34,
"avg_line_length": 12.857142857142858,
"alnum_prop": 0.6555555555555556,
"repo_name": "sumanthn/executor",
"id": "f50571189326010bfc2ba5d8f566841208f6bc77",
"size": "90"... |
"""
Convert to and from Roman numerals.
This file is adapted from the roman package that is available on PyPI,
which has the following copyright/license information:
Copyright (c) 2001 Mark Pilgrim
This program is free software; you can redistribute it and/or modify
it under the terms of the Python 2.1.1 license, av... | {
"content_hash": "94bf59c39fecc9e6eb988169010abef3",
"timestamp": "",
"source": "github",
"line_count": 193,
"max_line_length": 79,
"avg_line_length": 22.803108808290155,
"alnum_prop": 0.5487389229720518,
"repo_name": "StanczakDominik/PlasmaPy",
"id": "75119c7b691008de56d6fd697beed8fe2d45af75",
"si... |
# Global vars and configs
SO:=$(shell uname -s | awk '{print tolower($$0)}')
AZK_VERSION:=$(shell cat package.json | grep -e "version" | cut -d' ' -f4 | sed -n 's/\"//p' | sed -n 's/\"//p' | sed -n 's/,//p')
AZK_ROOT_PATH:=$(shell pwd)
AZK_LIB_PATH:=${AZK_ROOT_PATH}/lib
AZK_NPM_PATH:=${AZK_ROOT_PATH}/node_modules
NVM... | {
"content_hash": "58a46858deb59486c1d41090bdb1b706",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 255,
"avg_line_length": 35.14617940199336,
"alnum_prop": 0.6626335192362227,
"repo_name": "saitodisse/azk",
"id": "0bca2930f3fb79373455157bdba9cf28cb7a1ab6",
"size": "1057... |
#include "fcint.h"
#include "fcftint.h"
/* Objects MT-safe for readonly access. */
FcPattern *
FcPatternCreate (void)
{
FcPattern *p;
p = (FcPattern *) malloc (sizeof (FcPattern));
if (!p)
return 0;
p->num = 0;
p->size = 0;
p->elts_offset = FcPtrToOffset (p, NULL);
FcRefInit (&p->ref, ... | {
"content_hash": "bd1e99fe97286e7ca71baa694caa43cd",
"timestamp": "",
"source": "github",
"line_count": 1296,
"max_line_length": 95,
"avg_line_length": 20.099537037037038,
"alnum_prop": 0.6233252716035165,
"repo_name": "guorendong/iridium-browser-ubuntu",
"id": "0614ac2c239ba69247cc65eb2f54b8ad9e70ea... |
package com.bazaarvoice.emodb.web.ddl;
import com.google.common.base.Throwables;
import com.google.common.net.HostAndPort;
import org.apache.cassandra.thrift.Cassandra;
import org.apache.cassandra.thrift.Compression;
import org.apache.cassandra.thrift.ConsistencyLevel;
import org.apache.cassandra.thrift.KsDef;
import ... | {
"content_hash": "3f5024837dca8243979d832467bdf209",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 145,
"avg_line_length": 35.54545454545455,
"alnum_prop": 0.6331085794001395,
"repo_name": "r48patel/emodb",
"id": "8a1788352d172dd7bba87a3238f5fe07478006ed",
"size": "4301... |
char *cStr2Str11(const char *str);
#endif
| {
"content_hash": "3de3062e02c386a05a2a8c2f1107f529",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 34,
"avg_line_length": 14.333333333333334,
"alnum_prop": 0.7209302325581395,
"repo_name": "imjerrybao/CMUtils",
"id": "f1b2bcfd095bf26efbe49e86f28a7eb57743c52a",
"size": "22... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>datanucleus-test-jdo-typesafe</artifactId>
<name... | {
"content_hash": "b3de1c44cc80f9a6fafd37d81f03d441",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 118,
"avg_line_length": 39.9,
"alnum_prop": 0.5529448621553885,
"repo_name": "datanucleus/tests",
"id": "b9a0d6331c71cc79748b5e78282b0d9990b3f6e5",
"size": "3192",
"binar... |
Dynamic TV Guide for Android Sample
This project is a simple demo of a TV Guide. The channels are created dynamically
when you scroll down also the schedules are created dynamically when you scroll horizontally.
This way you avoid overloading the Device with several static views that you don't need.
For this project ... | {
"content_hash": "587e4347dbf05575c0b26e9452cdb845",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 135,
"avg_line_length": 43.833333333333336,
"alnum_prop": 0.7997465145754119,
"repo_name": "jobernas/Tv-Guide-Android",
"id": "d5ecbd1ac0c3102aa5b6e3862cd77393fb93c834",
"s... |
using ILspect.Syntax.Expressions;
using Mono.Cecil.Cil;
namespace ILspect.Syntax.Statements
{
public class ExpressionStatement : Statement
{
public Expression Expression { get; }
public ExpressionStatement(Expression expression)
: this(expression, instruction: null) { }
p... | {
"content_hash": "4755f0e6b7f595cac2813d1ead31e46d",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 102,
"avg_line_length": 25.347826086956523,
"alnum_prop": 0.6415094339622641,
"repo_name": "anurse/ILspect",
"id": "dbb687f6df93b6116303a299b6c2911c812354e3",
"size": "585"... |
test repository
| {
"content_hash": "03a708305bb5d989c6376c0df0a8cef2",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 15,
"avg_line_length": 16,
"alnum_prop": 0.875,
"repo_name": "Len-PGH/Test",
"id": "d92b67852491184cc740464bb4ffcb09a5585652",
"size": "23",
"binary": false,
"copies": "... |
using System;
using System.Collections;
using System.Configuration;
using System.IO;
using System.Text.RegularExpressions;
using Org.BouncyCastle.Asn1.X509;
using Org.BouncyCastle.Crypto;
using Org.BouncyCastle.X509;
using Talifun.AcceptanceTestProxy.Certificates;
using Talifun.AcceptanceTestProxy.Profiles;
using Tali... | {
"content_hash": "2d429027105d6d4f8c98cf9ce158c5fb",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 192,
"avg_line_length": 47.18181818181818,
"alnum_prop": 0.6076164569874193,
"repo_name": "taliesins/talifun-acceptancetestproxy",
"id": "dc0402c9509e6addd56d2aadcbf717a999b... |
using System;
using System.Linq;
using MongoDB.Driver.Linq;
using LCL.Repositories.MongoDB;
using LCL.Domain.Repositories;
using LCL.Tests.Domain.Model;
namespace LCL.Tests.Domain.Repositories.MongoDB
{
public class UserRoleRepository : MongoDBRepository<UserRole>, IUserRoleRepository
{
p... | {
"content_hash": "3e20baec5fcd5feffc173033b6e32748",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 121,
"avg_line_length": 37.25925925925926,
"alnum_prop": 0.658051689860835,
"repo_name": "luomingui/LCLFramework",
"id": "e2e99b259f9ab6f509c15869f3ed8d53ca7a9616",
"size":... |
set -ex
./build.sh
docker push pedronasser/functions-lambda:nodejs4.3
| {
"content_hash": "657a92e8903d4c919cbfa7e985623840",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 50,
"avg_line_length": 17.75,
"alnum_prop": 0.7887323943661971,
"repo_name": "pedronasser/functions",
"id": "267582b098dc586c37d1771e2b5a9a64930d7d97",
"size": "71",
"bina... |
<?php
namespace mqlUIT\CandidatureBundle\Form;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
class DiplometypeType extends AbstractType
{
public function buildForm(FormBuilderInterface $builder, array $opt... | {
"content_hash": "4598348b12d76163d364cc839bdc849c",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 76,
"avg_line_length": 24.344827586206897,
"alnum_prop": 0.6954674220963173,
"repo_name": "tahametal/uitcandidature",
"id": "f9e5f8437f79dde62ce336ba94b74b75002c9044",
"siz... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_white_transparent_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/button_white_transparent_focused" android:state_focused="true" />
... | {
"content_hash": "5f7f1913b705f6171f0484d929326edc",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 103,
"avg_line_length": 67,
"alnum_prop": 0.7437810945273632,
"repo_name": "kolipass/tarantino-stub",
"id": "17912a974e99e0af86ec4f43dab3b64587b894dd",
"size": "402",
"bin... |
@IMPORT url("simulation-inputs.css");
@IMPORT url("simulation-outputs.css");
@IMPORT url("simulation-both.css");
@IMPORT url("simulation-model.css"); | {
"content_hash": "7d4b727000605b2105f3eb08447667d5",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 38,
"avg_line_length": 37.25,
"alnum_prop": 0.738255033557047,
"repo_name": "CCI-MIT/XCoLab",
"id": "fc99418b1fef86b1ae9b0153c7a1910a9bd43526",
"size": "149",
"binary": fa... |
static MP_INLINE
int mpxs_Apache2__RequestRec_push_handlers(pTHX_ request_rec *r,
const char *name,
SV *sv)
{
return modperl_handler_perl_add_handlers(aTHX_
r, NULL, r->server, r->pool,... | {
"content_hash": "de5c4699bf7f82229916fbf53842aaaf",
"timestamp": "",
"source": "github",
"line_count": 407,
"max_line_length": 80,
"avg_line_length": 28.39066339066339,
"alnum_prop": 0.5305928169623539,
"repo_name": "dreamhost/dpkg-ndn-perl-mod-perl",
"id": "4433c8833d5f4a1d7975861e4fe935b7386828e7"... |
class IDataCache;
//-----------------------------------------------------------------------------
//
// Shared Data Cache API
//
//-----------------------------------------------------------------------------
#define DATACACHE_INTERFACE_VERSION "VDataCache003"
//-----------------------------------------------------... | {
"content_hash": "ddd9c2d2541744c7f9c941abf58a8173",
"timestamp": "",
"source": "github",
"line_count": 524,
"max_line_length": 186,
"avg_line_length": 33.721374045801525,
"alnum_prop": 0.4856819468024901,
"repo_name": "scen/ionlib",
"id": "a5948963d1b002d0d335bd3de3814a0c608892ad",
"size": "18060"... |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... | {
"content_hash": "36dcb7dcaa13bc51843790915599ec93",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 82,
"avg_line_length": 32.114285714285714,
"alnum_prop": 0.7544483985765125,
"repo_name": "Cayan-LLC/developer-docs",
"id": "83caa7606f9cc7d57214feedf2f0e83bc5f01586",
"siz... |
// Copyright 2007-2015 Chris Patterson, Dru Sellers, Travis Smith, et. al.
//
// 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... | {
"content_hash": "84905d90c360d6996aa30bf32a8c8a13",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 82,
"avg_line_length": 32.93023255813954,
"alnum_prop": 0.6680790960451978,
"repo_name": "D3-LucaPiombino/MassTransit",
"id": "ac5b2a11ece5fc22c766abaa16c4df0aef7c3768",
"s... |
'use strict';
angular.module('PortfolioViewer.version.interpolate-filter', [])
.filter('interpolate', ['version', function(version) {
return function(text) {
return String(text).replace(/\%VERSION\%/mg, version);
};
}]);
| {
"content_hash": "51cf061d66356a05718b64292931e7cd",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 64,
"avg_line_length": 25.666666666666668,
"alnum_prop": 0.6796536796536796,
"repo_name": "d-h-morrison/PortfolioViewer",
"id": "e8d32202499ca00d429317338b2fd6fc52a95b4f",
"... |
UAnimationGraph::UAnimationGraph(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}
#undef LOCTEXT_NAMESPACE
| {
"content_hash": "17b3ae9b4a31fec5996b849a45cc8354",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 77,
"avg_line_length": 19.571428571428573,
"alnum_prop": 0.8248175182481752,
"repo_name": "PopCap/GameIdea",
"id": "5748a532a2327ecf9d18930e34f7ae0cfe2b277e",
"size": "379",... |
package com.bkav.training.week2new.session4_3;
public class MovableRectangle implements Movable{
private MovablePoint point1;
private MovablePoint point2;
public MovableRectangle(int x1, int y1, int x2, int y2, int xSpeed, int ySpeed) {
point1 = new MovablePoint(x1, y1, xSpeed, ySpeed);
point2 = new MovablePo... | {
"content_hash": "a4b95396f47590fe96aacf4ebcd8172c",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 88,
"avg_line_length": 24.47222222222222,
"alnum_prop": 0.6867196367763905,
"repo_name": "anhtrungbk55/JavaTraining",
"id": "d12c158b41b5e4891703bee7d16fcd0f2803aaba",
"siz... |
var assert = require('assert')
, util = require('util')
;
for (var thing in assert) {
exports[thing] = assert[thing];
}
exports.TestTimer = function(timeout, expected_hits, done_callback) {
var self = this;
self.timeoutId = setTimeout(function() {
assert.ok(false, "Timeout: Only " + self.hits + " of " +... | {
"content_hash": "b4397ac39ffff2a888cc00f3ea7876dd",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 74,
"avg_line_length": 24.939393939393938,
"alnum_prop": 0.6427703523693803,
"repo_name": "agnat/node_libdbus",
"id": "eb9a82376a028726b3f6da8d13ffb144acc2ab9a",
"size": "8... |
import mimetypes
import os
import re
from pathlib import Path
from typing import Match
from typing import Optional
from typing import Tuple
from typing import Union
from zlib import adler32
from flask import abort
from flask import Blueprint
from flask import current_app
from flask import render_template
from flask im... | {
"content_hash": "998131aa09ebae1e140fa6e1b470c8b0",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 88,
"avg_line_length": 34.826254826254825,
"alnum_prop": 0.6624168514412417,
"repo_name": "lektor/lektor",
"id": "d5781a81ece107291fba31a2aae98f3d8b512a3d",
"size": "9022"... |
extern "C" {
#include <ovsdb_wrapper.h>
};
#include <ovs_tor_agent/tor_agent_init.h>
#include <ovsdb_client.h>
#include <ovsdb_route_peer.h>
#include <ovsdb_client_connection_state.h>
#include <ha_stale_dev_vn.h>
#include <ha_stale_vn.h>
#include <ha_stale_l2_route.h>
#include <oper/physical_device_vn.h>
#include <op... | {
"content_hash": "2124d4acaf5d140daaacd6af797b50c8",
"timestamp": "",
"source": "github",
"line_count": 442,
"max_line_length": 86,
"avg_line_length": 31.74660633484163,
"alnum_prop": 0.6234321550741163,
"repo_name": "sajuptpm/contrail-controller",
"id": "693b226f9360965aedc7136b2338ba171fcf4de3",
... |
/* eslint-disable max-len */
/**
* WARNING: Do not include this file in client build.
*/
const DO_NOT_USE_THIS_FILE_IN_CLIENT = `
Configuration file contains sensitive information and
MUST NOT be included in the client build.
`;
if (process.env.BROWSER) {
alert(DO_NOT_USE_THIS_FILE_IN_CLIENT); // eslint-disab... | {
"content_hash": "bfb68c9ca8677b67c3da1f3ece7bacf1",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 119,
"avg_line_length": 30.03846153846154,
"alnum_prop": 0.6895006402048656,
"repo_name": "Nexapp/react-starter-kit",
"id": "4de1f2aa3912f2e05b17535a812b63273652ca1e",
"siz... |
package org.springframework.data.jpa.domain.sample;
import org.springframework.data.domain.AuditorAware;
import org.springframework.data.jpa.repository.sample.AuditableUserRepository;
import org.springframework.util.Assert;
/**
* Stub implementation for {@link AuditorAware}. Returns {@literal null} for the current ... | {
"content_hash": "9361dfab1ecba4c1c2b50529bfb8f1da",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 97,
"avg_line_length": 23.871794871794872,
"alnum_prop": 0.7755102040816326,
"repo_name": "sdw2330976/Research-spring-data-jpa",
"id": "34c39eabe2f2d842d1c7df013d59d1fe02738d... |
<?php
namespace Jiyis\CoreTemplates;
use Illuminate\Support\ServiceProvider;
class CoreTemplatesServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
*
* @return void
*/
public function boot()
{
$this->loadViewsFrom(__DIR__.'/../views', 'core-temp... | {
"content_hash": "88206b7f8403fa56623108f6679db751",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 68,
"avg_line_length": 17.25925925925926,
"alnum_prop": 0.5987124463519313,
"repo_name": "jiyis/template",
"id": "604128caf8ff28deacc18c56cdde5551408990fc",
"size": "466",
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2002-2022 CS GROUP
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 b... | {
"content_hash": "361cf4e701e0b204393048685dbc7817",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 84,
"avg_line_length": 51.352112676056336,
"alnum_prop": 0.5682940208447613,
"repo_name": "CS-SI/Orekit",
"id": "0ba16f52050b2109f778f4d567e7b3d6331503c3",
"size": "3646",
... |
class ILStubMarshalHome
{
public:
typedef enum
{
HomeType_Unspecified = 0,
HomeType_ILLocal = 1,
HomeType_ILArgument = 2,
HomeType_ILByrefLocal = 3,
HomeType_ILByrefArgument = 4
} MarshalHomeType;
private:
MarshalHomeType m_homeType;
... | {
"content_hash": "17d623a88692b923db44f09f04e794af",
"timestamp": "",
"source": "github",
"line_count": 3413,
"max_line_length": 203,
"avg_line_length": 31.89950190448286,
"alnum_prop": 0.6095358812561424,
"repo_name": "schellap/coreclr",
"id": "1730eabb40fe8728034e57e31fb87aef9bdd60b7",
"size": "1... |
import Vue from 'vue';
// ====
const Event = new Vue();
// ====
export default Event; | {
"content_hash": "1adabdea2ad001d651fe7657adfdf883",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 24,
"avg_line_length": 9.88888888888889,
"alnum_prop": 0.5617977528089888,
"repo_name": "starkland/veggiemap",
"id": "846089de3bf5b915766b94f92aa50c883fdd44f2",
"size": "89"... |
@echo off
:: Copy the icon to the temp folder
COPY RES\icon.ico %TEMP%\tic-tac-toe-icon.ico
:: Run 'pythonw --version' and put it into variable PYTHON_VERSION
FOR /F "tokens=* USEBACKQ" %%F IN (`pythonw --version`) DO (
SET PYTHON_VERSION=%%F
)
:: Check if Python 3 is installed
IF "%PYTHON_VERSION:~0,8%" == "Python ... | {
"content_hash": "15ad697144656ce113484f4f91fc56ea",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 135,
"avg_line_length": 35.57142857142857,
"alnum_prop": 0.6987951807228916,
"repo_name": "CharmySoft/tic-tac-toe-in-python",
"id": "1c1ae28a14e7608c32fb34e856883233fe00cce3"... |
{
var _this = this;
return new Promise(
(() => {
var _ref = babelHelpers.asyncToGenerator(function*(resolve) {
console.log(_this);
setTimeout(resolve, 1000);
});
return function(_x) {
return _ref.apply(this, arguments);
};
})()
);
}
| {
"content_hash": "cc387c5f0c67fd96e57a8e1f7eff4bdb",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 67,
"avg_line_length": 18.5625,
"alnum_prop": 0.5151515151515151,
"repo_name": "stas-vilchik/bdd-ml",
"id": "b5c12c3d5bfbaa1bc26abf0f5906799812dfcfac",
"size": "297",
"bi... |
using FluentAssertions;
using FsCheck;
using FsCheck.Xunit;
using NSubstitute;
using System;
using System.Threading.Tasks;
using Toggl.Core.Analytics;
using Toggl.Core.Interactors;
using Toggl.Core.Services;
using Toggl.Core.Tests.Generators;
using Xunit;
namespace Toggl.Core.Tests.Services
{
public sealed class B... | {
"content_hash": "838cdb8ed9b9b8068be8fd4c08f8a4c0",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 200,
"avg_line_length": 50.954314720812185,
"alnum_prop": 0.6643753735803944,
"repo_name": "toggl/mobileapp",
"id": "0d4ef08f187d42857a369d7667792badd4cc2142",
"size": "10... |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#333333" >
<view
class="co.wakarimasen.chanexplorer.ImageViewPager"
android:id="@+id/mainPager"
android:layout_width="match_paren... | {
"content_hash": "66b8d2299dbd2df77c14e7d1573c81b2",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 71,
"avg_line_length": 33.025,
"alnum_prop": 0.6165783497350492,
"repo_name": "wakarimasenco/ChanExplorer",
"id": "7a358ecd76fbd69d4424820ca13ca489679346ea",
"size": "2642"... |
@interface UIView (AdjustFrame)
@property (assign, nonatomic) CGFloat x;
@property (assign, nonatomic) CGFloat y;
@property (assign, nonatomic) CGFloat width;
@property (assign, nonatomic) CGFloat height;
@property (assign, nonatomic) CGSize size;
@property (assign, nonatomic) CGPoint origin;
@end
| {
"content_hash": "2a5e55cbf188300f38f8617919992f7a",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 45,
"avg_line_length": 30.1,
"alnum_prop": 0.7674418604651163,
"repo_name": "xiaohesongww/HESProject",
"id": "1797b0d44a994548638d4859e5eb5c9d44769113",
"size": "449",
"b... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Using keys manager for verification/decryption.</title>
<meta name="GENERATOR" content="Modular DocBook HTML Stylesheet Version 1.79">
<link rel="HOME" title="XML Security Library Reference Manual" href="index.html">
<link rel... | {
"content_hash": "1b2d5de1ae63f08b2e1e5a16334717af",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 155,
"avg_line_length": 39.62777777777778,
"alnum_prop": 0.6671807093789429,
"repo_name": "SoteriousIdaofevil/xmlstar",
"id": "8cbcba357ddcbfbff1c346b19a3d20998f0088a3",
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.