text stringlengths 2 1.04M | meta dict |
|---|---|
namespace RiakClient.Models.MapReduce.Phases
{
using Models.MapReduce.Languages;
using Newtonsoft.Json;
internal abstract class RiakActionPhase<TLanguage> : RiakPhase
where TLanguage : IRiakPhaseLanguage, new()
{
private readonly TLanguage language;
private object argument;
... | {
"content_hash": "bdca158618e906719d008c1a1ecffeb8",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 98,
"avg_line_length": 29.833333333333332,
"alnum_prop": 0.5649441340782123,
"repo_name": "basho/riak-dotnet-client",
"id": "86044183a38f58cb44288efd439db68144ed5d92",
"siz... |
// Copyright (c) André N. Klingsheim. See License.txt in the project root for license information.
using System;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using NWebsec.Core;
namespace NWebsec.Middleware.Middleware
{
public class RedirectValidationMiddleware : MiddlewareBase
{
pri... | {
"content_hash": "00d63cd06358bda2e9e2246e788960ed",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 119,
"avg_line_length": 31.974358974358974,
"alnum_prop": 0.6511627906976745,
"repo_name": "nklap/core",
"id": "0cfa5571c3c3b094380ef4904f1902a23d338223",
"size": "1250",
... |
<html>
<title>
Light Crafts on Linux
</title>
<body>
<center>
Welcome to Light Crafts, Inc.
</center>
</body>
</html>
| {
"content_hash": "d23855a8e8ef4cd65dcc55425e66ce1f",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 29,
"avg_line_length": 11.8,
"alnum_prop": 0.6694915254237288,
"repo_name": "AntonKast/LightZone",
"id": "5cd8779082ea322d9f05ea57ac2379c84888829f",
"size": "118",
"binar... |
'use strict';
// Configuring the Articles module
angular.module('users.admin').run(['Menus',
function (Menus) {
Menus.addSubMenuItem('topbar', 'admin', {
title: ' Người dùng',
state: 'admin.users'
});
}
]);
| {
"content_hash": "6afa699ccbdf3cfccf6ce174d4d87c2c",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 45,
"avg_line_length": 21.181818181818183,
"alnum_prop": 0.6008583690987125,
"repo_name": "dewn49/farmpro",
"id": "7614ffb0c94ca94939060d1719fed5e52b823893",
"size": "237",... |
extern NSURL *ASFURLByAppendingParameters(NSURL *URL, NSDictionary *parameters);
extern NSString *ASFQueryFromParameters(NSDictionary *parameters);
extern NSString *ASFURLEncodedString(NSString *string);
extern NSString *ASFURLDecodedString(NSString *string);
extern NSDictionary *ASFParametersFromQuery(NSString *query)... | {
"content_hash": "4c4c1e2a662ea2cbb9cfd823a5d09333",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 80,
"avg_line_length": 41.06666666666667,
"alnum_prop": 0.7126623376623377,
"repo_name": "anton-simakov/ASFeedly",
"id": "883e711266dfd4ffee9982f1b23848745c68758e",
"size":... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
Lonchocarpus gillyi Lundell
### Remarks
null | {
"content_hash": "42697f25cfbd971b8f1cee26636c4641",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 11.461538461538462,
"alnum_prop": 0.738255033557047,
"repo_name": "mdoering/backbone",
"id": "7835e22e8acfc1385c1f1f8221b462954e138ec0",
"size": "228... |
<!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 -->
<title>GitHubRelease</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/jav... | {
"content_hash": "1ea08acf265d393c13cf1a918f6666f3",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 185,
"avg_line_length": 33.0919881305638,
"alnum_prop": 0.6119081779053085,
"repo_name": "robojukie/myrobotlab",
"id": "108bf73e31e999763fa9a13c13dcc8b677b04a83",
"size": ... |
package net.opengis.gml;
/**
* A document containing one _Object(@http://www.opengis.net/gml) element.
*
* This is a complex type.
*/
public interface ObjectDocument extends org.apache.xmlbeans.XmlObject
{
public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
org... | {
"content_hash": "531b1b23b5d21ffe9a00f15f4c521529",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 279,
"avg_line_length": 71.21100917431193,
"alnum_prop": 0.7290646740530791,
"repo_name": "moosbusch/xbLIDO",
"id": "c15661186716449c0f5f1cc1d578385e3f9099bc",
"size": "83... |
package local
import (
"archive/tar"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"path"
"path/filepath"
"strings"
"github.com/chengtiesheng/ContainerAnalyzer/attr"
)
type FileBackend struct {
file *os.File
}
func NewFileBackend(file *os.File) *FileBackend {
return &FileBackend{
file: file,
}
}
func (lb *F... | {
"content_hash": "b006ab2809f3f87c1702b8b63f673f12",
"timestamp": "",
"source": "github",
"line_count": 232,
"max_line_length": 117,
"avg_line_length": 21.15948275862069,
"alnum_prop": 0.6341413729883887,
"repo_name": "ChengTiesheng/ContainerAnalyzer",
"id": "f08c6f70188e728d3d5212d801c5d108ef65ce68"... |
const _ = require('lodash');
const Service = require('../../service');
const {
ParameterNotAllowNullException,
NotFoundException,
} = require('../../error');
module.exports = async function getAvailableProductsByUserId({ userId }) {
if (!userId) {
throw new ParameterNotAllowNullException();
}
const produ... | {
"content_hash": "109709aad1d072ffc60c8c98588caafd",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 92,
"avg_line_length": 30.70909090909091,
"alnum_prop": 0.6560094730609828,
"repo_name": "uyu423/9xd-Go-Server",
"id": "56b69bf6e37228d35af88bc7be50f2109d2c8478",
"size": "... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>IoServiceListener xref</title>
<link type="tex... | {
"content_hash": "fad1202f505416817e8520c8e44a20fc",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 333,
"avg_line_length": 94.19672131147541,
"alnum_prop": 0.6350504698920989,
"repo_name": "sardine/mina-ja",
"id": "6ea9155dea6a2bc9916de5639f15ff36b9b561c4",
"size": "7733... |
<div align="center">
<h1>⚠️ Archived</h1>
<p>This repository is archived and is no longer maintained.</p>
<p>For the latest Keystone release please visit <a href="https://keystonejs.com">the Keystone website.</a></p>
<hr>
</div>
<br>
# generator-keystone-react
> [Yeoman](http://yeoman.io) generator
Builds a ... | {
"content_hash": "119126fb339e03803accc9f74304055f",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 112,
"avg_line_length": 19.46153846153846,
"alnum_prop": 0.7075098814229249,
"repo_name": "keystonejs/generator-keystone-react",
"id": "e076f247e0f242c81fb6cfbb14e75b00328724... |
<!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_60) on Sun Sep 27 09:02:05 EDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>net.ljcomputing.people Class... | {
"content_hash": "7fa910105ac1aafae53db559a8fd7f20",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 971,
"avg_line_length": 42.27142857142857,
"alnum_prop": 0.644136532612369,
"repo_name": "willmorejg/net.ljcomputing.ecsr",
"id": "8e7e85439cbf2ec054ae570683c381ba44f2a763",... |
using System;
using System.Collections.Generic;
using System.Linq;
namespace Samurai.Graphics.Sprites
{
public sealed partial class TextureFont : DisposableObject
{
public const string DefaultFontName = "Unknown";
public const int DefaultFontSize = 12;
public const int DefaultCharacterSpacing = 2;
public... | {
"content_hash": "26eeab9c9844d2ffb443f12cb7738b43",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 107,
"avg_line_length": 22.641975308641975,
"alnum_prop": 0.6543075245365322,
"repo_name": "smack0007/Samurai",
"id": "9c417756d92484e4cb20978345f517ccbbc8dfd4",
"size": "... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdlib.h>
#ifdef _CRTDBG_MAP_ALLOC
#include <crtdbg.h>
#endif
#if __linux__
#include <glib.h>
#endif
#include <string.h>
#include "azure_c_shared_utility/... | {
"content_hash": "17a18b6c717cd7b87400a095c05b7c9f",
"timestamp": "",
"source": "github",
"line_count": 905,
"max_line_length": 324,
"avg_line_length": 37.702762430939224,
"alnum_prop": 0.5121186366167463,
"repo_name": "yaweiw/azure-iot-gateway-sdk",
"id": "74860cafaed2393fcccf7d7defe5534a51f0be86",
... |
daeElementRef
domAxis::create(DAE& dae)
{
domAxisRef ref = new domAxis(dae);
return ref;
}
daeMetaElement *
domAxis::registerElement(DAE& dae)
{
daeMetaElement* meta = dae.getMeta(ID());
if ( meta != NULL ) return meta;
meta = new daeMetaElement(dae);
dae.setMeta(ID(), *meta);
meta->setName( "axis" );
meta->... | {
"content_hash": "3348098f72bc1dc58a0598af0c4a5835",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 52,
"avg_line_length": 21.596491228070175,
"alnum_prop": 0.6718115353371243,
"repo_name": "veter-team/daeview",
"id": "a7f074cd630835d7b09e2419a2ee7d258a4d2538",
"size": "1... |
<?php
/*
Unsafe sample
input : reads the field UserData from the variable $_GET
sanitize : none
construction : use of sprintf via a %s with simple quote
*/
/*Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distribute this software... | {
"content_hash": "fc117a3815750d7eb95b8d537e8b9c64",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 84,
"avg_line_length": 23.385964912280702,
"alnum_prop": 0.7569392348087022,
"repo_name": "stivalet/PHP-Vulnerability-test-suite",
"id": "ae9e31ea46d0980c1d41a714e446e13687ae... |
//
// JSONKit.m
// http://github.com/johnezang/JSONKit
// Dual licensed under either the terms of the BSD License, or alternatively
// under the terms of the Apache License, Version 2.0, as specified below.
//
/*
Copyright 2011 John Engelhart
Licensed under the Apache License, Version 2.0 (the "License");
y... | {
"content_hash": "f7ea278021dcd2217ca12e9fc3665018",
"timestamp": "",
"source": "github",
"line_count": 3039,
"max_line_length": 491,
"avg_line_length": 57.9104968739717,
"alnum_prop": 0.6796749815330416,
"repo_name": "hfqf/AutoRepair-iOS",
"id": "d1b7187d2a2338df56a07d996b586158b4e7fcf9",
"size": ... |
#!/usr/bin/env node
/**
* Adapted from AngularJS's contribution guidelines validation script
* Source: https://github.com/angular/angular.js/blob/master/validate-commit-msg.js
*
* github/erikras contribution guidelines
* Source: https://github.com/erikras/react-redux-universal-hot-example/blob/master/CONTRIBUTING... | {
"content_hash": "8e3b8f653f943f57e4dff89a99187f22",
"timestamp": "",
"source": "github",
"line_count": 143,
"max_line_length": 114,
"avg_line_length": 27.846153846153847,
"alnum_prop": 0.585635359116022,
"repo_name": "LikeJasper/mantra-plus",
"id": "a3a658aecbf58b9c457cdaaa1b25ebc3fdedddb5",
"size... |
from collections import OrderedDict
from django.core.urlresolvers import reverse
from django.db.models.loading import get_model
from django.test import TestCase
from django.test.client import Client
from django.test.utils import override_settings
from django.utils.six.moves.urllib.parse import urlparse, parse_qs, \
... | {
"content_hash": "dc1ced455a2cba946ed884a523ac2553",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 77,
"avg_line_length": 40.77472527472528,
"alnum_prop": 0.5966850828729282,
"repo_name": "kamilglod/django-getpaid",
"id": "82300f956d4777a5e7f20cb81574a0f61db4ecc1",
"siz... |
layout: single
title: "Git: Git Log since"
date: 2018-09-27 10:14
modified: 2018-09-27 10:14
categories: til
tags:
- git
- til
---
At the end of each day, I try to record what I did, to jog my memory during the
next morning's standup. This is a helpful aid:
```bash
git log --since="24 hours ago"
```
I SSH into m... | {
"content_hash": "061de411d59a6fd85203933061cb2202",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 79,
"avg_line_length": 25.875,
"alnum_prop": 0.7101449275362319,
"repo_name": "proinsias/proinsias.github.io",
"id": "23541b177f087925e1ec3ad6e8b58ed16990d639",
"size": "83... |
const todo = (state, action) => {
switch (action.type) {
case 'ADD_TODO':
return {
id: action.id,
text: action.text,
completed: false
}
case 'TOGGLE_TODO':
if (state.id !== action.id) {
return state
}
return Object.assign({}, state, {
comp... | {
"content_hash": "2e5417169013a9913ea3f1b388fa0483",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 39,
"avg_line_length": 17.82051282051282,
"alnum_prop": 0.5050359712230216,
"repo_name": "Blackmagicbox/react-redux-todo-tuto",
"id": "a292c7a8e6ae0ebb1948612deae0f67e86f0bad... |
// Collides two cpShape structures.
// Returns the number of contact points added to arr
// which should be at least CP_MAX_CONTACTS_PER_ARBITER in length.
// This function is very lonely in this header :(
int cpCollideShapes(const cpShape *a, const cpShape *b, cpContact *arr);
| {
"content_hash": "c8823f5ce6cb2bab374756983b8df286",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 72,
"avg_line_length": 40.142857142857146,
"alnum_prop": 0.7544483985765125,
"repo_name": "artifacts/ste",
"id": "e05efc5b2ece5cd259266726ac7193180fcec676",
"size": "1398",
... |
/* @flow */
import React, {PropTypes} from 'react';
import nbem from 'nbem';
const propTypes = {
memberSummary: PropTypes.object.isRequired
};
export default class MemberSummary extends React.Component {
/**
* render
*
* @return {ReactElement}
*/
render(): React.Element {
const m = nbem();
... | {
"content_hash": "cb76f537ffda07f215cd4a1724ac01e8",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 74,
"avg_line_length": 24.232558139534884,
"alnum_prop": 0.5134357005758158,
"repo_name": "tongariboyz/5rolli",
"id": "f967b08017cfc8481bc75bbeac89c2be715fc203",
"size": "1... |
/**
* The rules for building the language as a JSON-ish object.
* @module lang/rules
*/
/**
* The language rules model.
* @typedef {Object} LanguageRules
* @proprety {Object[]} types - An array of the types existing in the language.
* @property {String} types[].name - The name of the type.
* @property {String}... | {
"content_hash": "ca1dd3c6292b730b847500812fb28ab6",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 200,
"avg_line_length": 25.29299363057325,
"alnum_prop": 0.5678670360110804,
"repo_name": "madcampos/compilador",
"id": "81cdf1cec3cd1e0724625d7bcddb3a1fe1399f83",
"size":... |
<#ftl output_format="HTML" auto_esc=true>
<#import "layout/default.html" as layout>
<@layout.default>
<p style="margin: 0 0 1em 0;">Hello ${notificationTarget.name},</p>
<p style="margin: 0 0 1em 0;">We have received a request to change the password for your account. You can do this through the link below.</p>
<@... | {
"content_hash": "cb50d64014026a894a0b3f055a4b1d00",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 143,
"avg_line_length": 63.8,
"alnum_prop": 0.7021943573667712,
"repo_name": "InnovateUKGitHub/innovation-funding-service",
"id": "bf0cb938d81a4e6b71eabed4ecf0c7a23609ccbc",
... |
@interface BitlyAPIHelper : NSObject
{
NSString *login;
NSString *apiKey;
}
-(BitlyAPIHelper*) initWithLogin: (NSString*) bitlyLogin andAPIKey: (NSString*) bitlyApiKey;
-(NSString*) shortenURL: (NSString*) longUrl;
@end
| {
"content_hash": "9411f55e77a9f10b4bef44abb920a803",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 92,
"avg_line_length": 22.5,
"alnum_prop": 0.7422222222222222,
"repo_name": "dak180/vienna",
"id": "460999e2a3e73218f449c3a25b5de3147665c202",
"size": "965",
"binary": fa... |
/**
* This is the file where the bot commands are located
*
* @license MIT license
*/
var http = require('http');
var sys = require('sys');
if (config.serverid === 'showdown') {
var https = require('https');
var csv = require('csv-parse');
}
exports.commands = {
/**
* Help commands
*
* These commands ar... | {
"content_hash": "38590e5ee7ca134f2c551b2f753ca60a",
"timestamp": "",
"source": "github",
"line_count": 774,
"max_line_length": 387,
"avg_line_length": 40.13953488372093,
"alnum_prop": 0.6046092442384448,
"repo_name": "Mollete21/FrenchB0T",
"id": "f8c025f201d71694b7b7d8411ed87f53355cf630",
"size": ... |
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# src/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Founda... | {
"content_hash": "8a2208c18ef352d5a183033341c17cee",
"timestamp": "",
"source": "github",
"line_count": 646,
"max_line_length": 156,
"avg_line_length": 33.088235294117645,
"alnum_prop": 0.640327485380117,
"repo_name": "krugerke/ext-wsf",
"id": "67a654d1275139564907d78ed5c8e24cdb5b8e63",
"size": "21... |
namespace Google.Cloud.Compute.V1.Snippets
{
// [START compute_v1_generated_RegionInstances_BulkInsert_async_flattened]
using Google.Cloud.Compute.V1;
using System.Threading.Tasks;
using lro = Google.LongRunning;
public sealed partial class GeneratedRegionInstancesClientSnippets
{
/// <... | {
"content_hash": "491cab25e3e4c602657a33c9e535c107",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 157,
"avg_line_length": 49.18181818181818,
"alnum_prop": 0.6732902033271719,
"repo_name": "jskeet/gcloud-dotnet",
"id": "a8b98e0b6fe51ad32a79b868e75294e9ed340f47",
"size": ... |
package com.airbnb.epoxy;
import androidx.annotation.LayoutRes;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.lang.CharSequence;
import java.lang.IllegalArgumentException;
import java.lang.Number;
import java.lang.Object;
import java.lang.Override;
import java.lang.String;
import... | {
"content_hash": "492fcc496d9d37492067346ca1bcc941",
"timestamp": "",
"source": "github",
"line_count": 384,
"max_line_length": 312,
"avg_line_length": 38.203125,
"alnum_prop": 0.7633265167007498,
"repo_name": "airbnb/epoxy",
"id": "31ad583112abc179f8677cbc80880b569502dbbc",
"size": "14670",
"bin... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "a2b0e38bdb1faaede7b17926ecf0f057",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "a50f9ef99aa650fa61fdc1bf09f1ab60058d05b9",
"size": "174... |
<?php
namespace Rx;
interface ObservableInterface
{
/**
* @param ObserverInterface $observer
* @return DisposableInterface
*/
public function subscribe(ObserverInterface $observer);
}
| {
"content_hash": "5e0a4606dfca50495c9de6fa064ca553",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 59,
"avg_line_length": 17.416666666666668,
"alnum_prop": 0.69377990430622,
"repo_name": "asm89/Rx.PHP",
"id": "ae2ff97de37f48a06c53d79665b18cd519267505",
"size": "209",
"... |
from __future__ import unicode_literals
from .utils import HandlerProxy
handler = HandlerProxy()
| {
"content_hash": "f4465a3d4154067d795e42a51aef8f5b",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 39,
"avg_line_length": 19.8,
"alnum_prop": 0.7777777777777778,
"repo_name": "charettes/django-mutant",
"id": "2648628a74208c235e7f859e5d3029fc0629b708",
"size": "99",
"bin... |
package main
import (
"fmt"
"io/ioutil"
"github.com/moovweb/gokogiri"
"github.com/moovweb/gokogiri/xml"
)
func parseOEBPSPackage(ef *epubFile, c *container) error {
epub := ef.data
file := findZipFile(ef.r, c.OEBPSPackagePath)
if file == nil {
return UnexpectedError
}
fr, err := file.Open()
if err != n... | {
"content_hash": "6cca404b862881fa777ab4e0c9d09d5a",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 77,
"avg_line_length": 18.905027932960895,
"alnum_prop": 0.6450945626477541,
"repo_name": "reapub/parser",
"id": "a8d01c4aed2b9ea062488daa2a0d638c96000757",
"size": "3384"... |
================
Changelog - 2017
================
.. note::
Please see :doc:`news` for the latest changes
19.7.1 / 2017/03/21
===================
- fix: continue if SO_REUSEPORT seems to be available but fails (:issue:`1480`)
- fix: support non-decimal values for the umask command line option (:issue:`1325`)
1... | {
"content_hash": "04522e83a8ae62b824f2dda70c39a2cc",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 147,
"avg_line_length": 45.65217391304348,
"alnum_prop": 0.7095238095238096,
"repo_name": "cloudera/hue",
"id": "0fb201e61f5adf4184e991e891eadfeabfc0d8ea",
"size": "2100",
... |
include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
# Load system-specific compiler preferences for this language.
include(Platform/${CMAKE_SYSTEM_NAME}-Determine-CXX OPTIONAL)
include(Platform/${CMAKE_SYSTEM_NAME}-CXX OPTIONAL)
if(NOT CMAKE_CXX_COMPILER_NAMES)
set(CMAKE_CXX_COMPILER_NAMES CC)
endif()
if(${... | {
"content_hash": "4ca90fed23e3f26299ffab812ac86884",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 183,
"avg_line_length": 37.94444444444444,
"alnum_prop": 0.6917195379860094,
"repo_name": "dava/dava.engine",
"id": "9150962d9c15ac1194f8b41fda584c6225a07c21",
"size": "69... |
package in.manrajsingh.volley;
import android.app.Application;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
/**
* Created by manraj singh on 2/10/2016.
*/
public class AppController extends Application{
public static final Stri... | {
"content_hash": "3353e1908decf71752c2a730dfbe2e0b",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 73,
"avg_line_length": 24.837209302325583,
"alnum_prop": 0.6198501872659176,
"repo_name": "ManrajGrover/Mastering-Android",
"id": "59f08a3d379c5d054da08e9cb55cc58c7345adcc",
... |
require 'dfp_api'
require 'dfp_api_statement'
API_VERSION = :v201411
def get_placements_by_statement()
# Get DfpApi instance and load configuration from ~/dfp_api.yml.
dfp = DfpApi::Api.new
# To enable logging of SOAP requests, set the log_level value to 'DEBUG' in
# the configuration file or provide your ow... | {
"content_hash": "f68cf6dc842cc7f7df3f0738d9dc6216",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 77,
"avg_line_length": 28.53030303030303,
"alnum_prop": 0.636218799787573,
"repo_name": "aditya01933/google-api-ads-ruby",
"id": "bb6ec969dd2ec1d7e7cc413985ffa56544b753a6",
... |
using content::BrowserThread;
using content::PasswordForm;
using testing::_;
using testing::DoAll;
using ::testing::Exactly;
using ::testing::WithArg;
using ::testing::Return;
class MockPasswordManagerDelegate : public PasswordManagerDelegate {
public:
MOCK_METHOD1(FillPasswordForm, void(const autofill::PasswordFor... | {
"content_hash": "96bc8332744a34a450a1b83801f1af31",
"timestamp": "",
"source": "github",
"line_count": 467,
"max_line_length": 80,
"avg_line_length": 41.04710920770878,
"alnum_prop": 0.7306067087485002,
"repo_name": "loopCM/chromium",
"id": "661d34fc7f3c9e87c52af9d32963f5e58331d0ad",
"size": "2029... |
require 'date'
require 'ffaker'
require 'common/validation_error_tools'
FactoryBot.define do
trait :common_meeting_team_score_fields do
rank { ((rand * 100) % 25).to_i + 1 }
sum_individual_points { (rand * 1000).to_i }
sum_relay_points { (rand * 1000).to_i }
sum_tea... | {
"content_hash": "b90918b72ead58e38c4ba331f07bad08",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 101,
"avg_line_length": 34.43333333333333,
"alnum_prop": 0.515972894482091,
"repo_name": "steveoro/goggles_core",
"id": "c96ec32110f1fa814e90c15f8230c89b052b9078",
"size": ... |
namespace _04_AnonymousCache
{
using System;
using System.Collections.Generic;
using System.Linq;
public class StartUp
{
public static void Main()
{
var allDataSetsNames = new List<string>();
var allDataSetValues = new Dictionary<string,Dictionary<string,lon... | {
"content_hash": "5340ff00cd13ee517d312a9b070c8af8",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 129,
"avg_line_length": 33.645161290322584,
"alnum_prop": 0.46931927133269413,
"repo_name": "MrPIvanov/SoftUni",
"id": "fedc40bad35b8122e73259cac4f7078c60e947da",
"size": "... |
export const STYLE_SWITCHES = { accent: 'mdc-linear-progress--accent' }
export const LP_CLASS = 'mdc-linear-progress'
export const BUF_DOTS_CLASS = 'mdc-linear-progress__buffering-dots'
export const BUF_CLASS = 'mdc-linear-progress__buffer'
export const BAR_CLASS = 'mdc-linear-progress__bar'
export const PRIMARY_C... | {
"content_hash": "7341b0e1012ead570d76376fad99a5c1",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 71,
"avg_line_length": 32.8,
"alnum_prop": 0.7560975609756098,
"repo_name": "lopsch/snabbdom-material-components",
"id": "0ae8ea6392684a2c21b2627afa92315acf292e83",
"size":... |
<!-- HTML header for doxygen 1.8.9.1-->
<!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" con... | {
"content_hash": "5b7a5e675c5a876662e99f6c1acfa274",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 154,
"avg_line_length": 45.63576158940398,
"alnum_prop": 0.6306776955449137,
"repo_name": "flhorizon/Lums",
"id": "87582bb74e6b76e429e49fd14c2c937bc1758caa",
"size": "6891... |
<?xml version="1.0"?>
<!--
-->
<mapping strict="1">
<fields>
<title>
<selector>[name$="[title]"]</selector>
<strategy>css selector</strategy>
</title>
<type>
<selector>[name$='[type]']</selector>
<strategy>css selector</strategy>
<... | {
"content_hash": "2ea1b04491cd9b2d88c8bfaa000e6067",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 53,
"avg_line_length": 26.692307692307693,
"alnum_prop": 0.4899135446685879,
"repo_name": "fabiensebban/magento",
"id": "e04b2e6185970db3dadd60e5e5b8d26cf7038e47",
"size": ... |
Contributors to Friendly
========================
* James Golick - http://jamesgolick.com (github: jamesgolick)
* Jonathan Palardy - http://technotales.wordpress.com (github: jpalardy)
* Jeff Rafter - http://socialorange.com (github: jeffrafter)
* Scott Fleckenstein - http://nullstyle.com (g... | {
"content_hash": "686faf1e2a393268d163169f03cad16c",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 77,
"avg_line_length": 48.285714285714285,
"alnum_prop": 0.6420118343195266,
"repo_name": "jamesgolick/friendly",
"id": "bf3590d387c3fcd1d1e767ab032aa7cb7e2e7415",
"size": "... |
use remove_dir_all::remove_dir_all;
use std::fs::{self, File};
macro_rules! assert_not_found {
($path:expr) => {{
match fs::metadata($path) {
Ok(_) => panic!("did not expect to retrieve metadata for {}", $path),
Err(ref err) if err.kind() != ::std::io::ErrorKind::NotFound => {
... | {
"content_hash": "09ad520d72cf29085112e759cbe47adc",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 81,
"avg_line_length": 25.232323232323232,
"alnum_prop": 0.5064051240992794,
"repo_name": "XAMPPRocky/remove_dir_all",
"id": "264ff0e1414b6197a646a4289ff38ddf259aabce",
"si... |
import {Component, OnInit} from "angular2/core";
import {WidgetComponent} from "../generic-component/widget/widget.component";
import {WidgetHeaderComponent} from "../generic-component/widget-header/widget-header.component";
import {WidgetBodyComponent} from "../generic-component/widget-body/widget-body.component";
imp... | {
"content_hash": "aafb19963e24356bbc43f10dbab97d37",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 120,
"avg_line_length": 41.56,
"alnum_prop": 0.7564966313763234,
"repo_name": "trewpog/AngularDev",
"id": "4590a77f7986d31fc60a741068f2b19d2038aede",
"size": "1039",
"bin... |
<ng-include src="'templates/sidebar.html'"></ng-include>
<div class="welcome">
<h1>Welcome to Bloc Chat</h1>
<h3>Where Community begins</h3>
</div> | {
"content_hash": "acbef27d21b646c1939d13db51126ef5",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 56,
"avg_line_length": 31,
"alnum_prop": 0.6709677419354839,
"repo_name": "dwaite498/second-bloc-chat",
"id": "b3f625220390b40c91ddb4258b8277201adb2f86",
"size": "155",
"b... |
package com.avsystem.commons
package jsiop
trait JsInterop
object JsInterop extends JsInterop
| {
"content_hash": "c3728850fed48f5e36d0115801fc8982",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 34,
"avg_line_length": 19,
"alnum_prop": 0.8631578947368421,
"repo_name": "AVSystem/scala-commons",
"id": "cc258d4b13755f0f67ede13a87a4f80fb9a8c02c",
"size": "95",
"binary... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Chung-kuo Ti Chen-chun, [Fungi of China] 107 (1964)
#### Original name
Trametes circinatus Fr.
### Remarks
null | {
"content_hash": "9c8b4a601e2e826efe8388d071734e1c",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 51,
"avg_line_length": 15.307692307692308,
"alnum_prop": 0.7085427135678392,
"repo_name": "mdoering/backbone",
"id": "9bc829a57918466d0fd325371a66866660e9867d",
"size": "25... |
@interface BOXFileCommentsRequest ()
- (NSArray *)commentsFromJSONDictionary:(NSDictionary *)JSONDictionary;
@end
@interface BOXFileCommentsRequestTests : BOXRequestTestCase
@end
@implementation BOXFileCommentsRequestTests
#pragma mark - create URL
- (void)test_request_has_correct_url
{
NSString *fileID = @... | {
"content_hash": "4a38f4b470b99d3fc45252b1b58cb2ea",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 140,
"avg_line_length": 34.223880597014926,
"alnum_prop": 0.7378979502834714,
"repo_name": "irvingruan/box-ios-content-sdk",
"id": "7e2e1a679e82114ad1c29efa45b73020e1393075",... |
"""Implements jaccard metric computing routines."""
def compute_one_jaccard_distance(arg):
"""Computes a distance between a pair of clusters.
Args:
arg: ComputeDistanceArg instance.
Returns:
3-tuple (a_id, b_id, distance).
"""
distance = jaccard_distance(set(arg.tags_a), set(arg.t... | {
"content_hash": "d6e8c8c16db244ef053c281f22501ba7",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 75,
"avg_line_length": 28.458333333333332,
"alnum_prop": 0.6383601756954612,
"repo_name": "dchaplinsky/unshred-tag",
"id": "b8af54cc9a072e76109a7c8d05bee8b9fc994d2d",
"size... |
package org.apache.pulsar.client.impl;
import static org.apache.pulsar.client.impl.UnAckedMessageTracker.addChunkedMessageIdsAndRemoveFromSequenceMap;
import com.google.common.annotations.VisibleForTesting;
import io.netty.util.Timeout;
import io.netty.util.Timer;
import java.io.Closeable;
import java.util.HashMap;
i... | {
"content_hash": "e9365fd03799955b7da28eb347fef1ee",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 113,
"avg_line_length": 38.3046875,
"alnum_prop": 0.6806037120130533,
"repo_name": "merlimat/pulsar",
"id": "86121dd2c34c7dedc994381d1a26f8a572d9b42c",
"size": "5711",
"... |
<?xml version="1.0" encoding="utf-8"?>
<!--
-->
<resources>
<dimen name="default_key_height">50dip</dimen>
<dimen name="default_key_half_height">38dip</dimen>
<dimen name="default_key_tall_height">62dip</dimen>
<dimen name="default_key_horizontal_gap">2dp</dimen>
<dimen name="key_text_si... | {
"content_hash": "8748302c9323a3dd2b69fe2c13c33d90",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 56,
"avg_line_length": 26.733333333333334,
"alnum_prop": 0.6433915211970075,
"repo_name": "AnySoftKeyboard/AnySoftKeyboard",
"id": "0b5ae0f8ab96aad3038e8ac4e2a64f92be662a5e",... |
layout: article
title: "PAZUR XVII"
categories: archiwum
date: 2016-05-17
modified: 2016-05-23
tags: [pazur]
comments: false
image:
feature:
teaser:
thumb:
ads: false
---
17 maja 2016 roku na Uniwersytecie Ekonomicznym w Poznaniu odbył się XVII Poznański Akademicki Zlot Użytkowników R. Na spotkaniu zostały wyg... | {
"content_hash": "71521bc6992e87d4599b01eb60168d67",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 818,
"avg_line_length": 60.78260869565217,
"alnum_prop": 0.8082975679542204,
"repo_name": "PoznanUseR/PoznanUseR.github.io",
"id": "9aa3d38c2ad8bedd698d58c00cb0e2d0b4fffceb",... |
from os import sys, path
sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))
import sys
import os
from restclient.restclient import RestClient, RestError
from pprint import pprint
def main():
# This allows us to use a plain HTTP callback
os.environ['DEBUG'] = "1"
rc = RestClient(ssl_verify=False)... | {
"content_hash": "cb80f10b49922de82c9f45cf228d6d96",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 69,
"avg_line_length": 19.933333333333334,
"alnum_prop": 0.7023411371237458,
"repo_name": "bboortz/ost-test-webapp",
"id": "a3b83cff772e514529ec45ce6a5d96ef688ce0f8",
"size... |
using base::TimeDelta;
using base::TimeTicks;
namespace net {
ProxyList::ProxyList() = default;
ProxyList::ProxyList(const ProxyList& other) = default;
ProxyList::~ProxyList() = default;
void ProxyList::Set(const std::string& proxy_uri_list) {
proxies_.clear();
base::StringTokenizer str_tok(proxy_uri_list, ";"... | {
"content_hash": "65b1fada8805c0c9c7052d4605a19727",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 78,
"avg_line_length": 30.681372549019606,
"alnum_prop": 0.623582041859722,
"repo_name": "youtube/cobalt_sandbox",
"id": "2c4ba1a2fd3250c36dfc05e7508638fa68699de0",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="1.0"
android:toAlpha="0.0"
android:duration="@android:integer/config_mediumAnimTime" />
| {
"content_hash": "b307cc0e87c1de11c591380dc14875f8",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 61,
"avg_line_length": 39.714285714285715,
"alnum_prop": 0.7553956834532374,
"repo_name": "dgrlucky/Awesome",
"id": "f6af70ef71d4d8e0fba07c185349020ccc2c8b57",
"size": "278"... |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/favicon_helper.h"
#include <jni.h>
#include <stddef.h>
#include <vector>
#include "base/android/jni_android.h"
#includ... | {
"content_hash": "f3e14e716625db7a086cc649df19005a",
"timestamp": "",
"source": "github",
"line_count": 489,
"max_line_length": 80,
"avg_line_length": 38.31083844580777,
"alnum_prop": 0.6882139425643216,
"repo_name": "endlessm/chromium-browser",
"id": "9ac419841fa5a1163b5af10361cd4ce4d59a0052",
"si... |
myLookup :: Eq a => a -> [(a, b)] -> Maybe b
myLookup _ [] = Nothing
myLookup keyl ((key, value):rest)
| keyl == key = Just value
| otherwise = myLookup keyl rest
| {
"content_hash": "a48f12641f1a8a5a27cd942bcbbe4e1d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 44,
"avg_line_length": 33.8,
"alnum_prop": 0.591715976331361,
"repo_name": "EricYT/real-world",
"id": "dedf61cd48845b66b147044f63470a0ac9ed7407",
"size": "170",
"binary": ... |
#ifndef Ancona_Util2D_Box3_H_
#define Ancona_Util2D_Box3_H_
#include <SFML/System.hpp>
namespace ild
{
/**
* @brief Represents a box in 3rd space with a dimension, position,
* and rotation
* @author Jeff Swenson
*/
class Box3
{
public:
/**
* @brief Initialize a 3 dimensional box
*
... | {
"content_hash": "02738da9d4ea64d070618733008ce525",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 69,
"avg_line_length": 24.43548387096774,
"alnum_prop": 0.5346534653465347,
"repo_name": "tlein/Ancona",
"id": "2a290d702bf54dadc5b34b26572053607e127247",
"size": "1515",
... |
package com.google.cloud.storage.jqwik;
import static com.google.cloud.storage.PackagePrivateMethodWorkarounds.ifNonNull;
import com.google.storage.v2.Bucket;
import com.google.storage.v2.BucketName;
import java.util.Collections;
import java.util.Set;
import javax.annotation.ParametersAreNonnullByDefault;
import ne... | {
"content_hash": "33abc4fbbc6b1a300112a91b8ccf0e36",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 94,
"avg_line_length": 48.92553191489362,
"alnum_prop": 0.5688193085453359,
"repo_name": "googleapis/java-storage",
"id": "799626ac2294aaf14514b7815d27bf64fe520e2a",
"size"... |
RSpec.describe Nib::Run do
let(:service) { 'web' }
let(:command) { 'puma' }
subject { described_class.new(service, command) }
context 'with a command specified' do
it 'inserts the --rm arg and includes history' do
expect(subject.script).to match(
/
docker-compose
.*
... | {
"content_hash": "d97e2cb165fafd0dc5339ea70a3e3788",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 54,
"avg_line_length": 20.294117647058822,
"alnum_prop": 0.5115942028985507,
"repo_name": "technekes/nib",
"id": "0f48d1d3480a646dbc51e3f212f80cb62543d59b",
"size": "690",
... |
export class BlobUpload {
$key: string;
file: Blob;
fileData: any;
name: string;
url: string;
progress: number;
createdAt: Date = new Date();
constructor(file: Blob, filedata: any) {
this.file = file;
this.fileData = filedata;
this.name = this.fileData.objectname;
}
}
| {
"content_hash": "8b009f9219858a9e6ba984e8ec85e4b7",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 42,
"avg_line_length": 20,
"alnum_prop": 0.6466666666666666,
"repo_name": "chimple/lplatform",
"id": "3b818bad5f3e63e5f59a3d52d0d24d02f7908415",
"size": "300",
"binary": ... |
LooRoleMonitor
==============
Monitor the number of remaining loo roles on the holder to prevent running out.
| {
"content_hash": "087ba12cc7079b66f8b1cea228732b11",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 79,
"avg_line_length": 27.75,
"alnum_prop": 0.7117117117117117,
"repo_name": "Tinamous/LooRoleMonitor",
"id": "10a0216e8b244aafe4dd68e4754e6c1c001cea99",
"size": "111",
"b... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>qcert: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel... | {
"content_hash": "d130ba1a291d2c77400eb4869a9a59b2",
"timestamp": "",
"source": "github",
"line_count": 165,
"max_line_length": 157,
"avg_line_length": 40.24242424242424,
"alnum_prop": 0.5295180722891566,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "3c35b9cd526bd1de9359cd5265a162d5f0a06136",
... |
package com.example.tests;
import java.io.File;
import java.util.List;
public class GroupDataGenerator {
public static void main(String[] args) {
if (args.length < 3){
System.out.println("Please specify parameters: <amount of test data> <file> <format>");
return;
}
int amount = Integer.parseInt(args[... | {
"content_hash": "6dedc59fb7b3e7287ad170336d9cef69",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 90,
"avg_line_length": 24.333333333333332,
"alnum_prop": 0.6773211567732116,
"repo_name": "AnnaTretyakova/programming-for-testers",
"id": "4b369a2b1f30ba4f744fb2d2781569cd868... |
<!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": "b415e2de0dd57d04bd18ca2081c32aa4",
"timestamp": "",
"source": "github",
"line_count": 240,
"max_line_length": 316,
"avg_line_length": 40.55833333333333,
"alnum_prop": 0.62584754468872,
"repo_name": "PyQuake/earthquakemodels",
"id": "74d05aecf72a07f7919c1643dda3857b72dd7a6b",
"size... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using sien.entityframework;
using sien.models;
using WebMatrix.WebData;
namespace sien.dao
{
public class BaseDao
{
public List<Dropdownlist> anos;
public List<Dropdownlist> esco... | {
"content_hash": "b10e70acd81f3f807ea26435ebd03f09",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 148,
"avg_line_length": 43.505102040816325,
"alnum_prop": 0.5154216019702123,
"repo_name": "gustavoisensee/sien",
"id": "71f6999653ee8f4848a549662a6d0aa623c14f7d",
"size":... |
using System;
using System.IO;
using System.Net;
using System.Security.Cryptography;
namespace Google.GData.Client {
/// <summary>
/// A request factory to generate an authorization header suitable for use
/// with OAuth 2.0.
/// </summary>
public class GOAuth2RequestFactory : GDataGA... | {
"content_hash": "5ffed7cba0b7098b9acb132b8593a4c1",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 112,
"avg_line_length": 36.758620689655174,
"alnum_prop": 0.5619136960600375,
"repo_name": "michael-jia-sage/libgoogle",
"id": "64cd75d591ff95f5c8e44f7993905c399caff94c",
"... |
pod trunk push --allow-warnings
| {
"content_hash": "cd457c4d031891e6eb7ecaae6d75921f",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 31,
"avg_line_length": 32,
"alnum_prop": 0.78125,
"repo_name": "e-Sixt/Swen",
"id": "d4811aa94ef78d5ae64ace2cc59a0e7afab22ff6",
"size": "43",
"binary": false,
"copies": ... |
import React from 'react'
import test from 'ava'
import { mount } from 'enzyme'
import jsdom from 'jsdom-global'
import { Grid } from '../src'
let wrapper
let inner
jsdom()
window.matchMedia = () => ({
matches: false,
addListener: () => {},
removeListener: () => {}
})
test('renders', t => {
t.notThrows(() =... | {
"content_hash": "46627cdacb9caf9986735038a9fedf2a",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 51,
"avg_line_length": 20.43103448275862,
"alnum_prop": 0.6033755274261603,
"repo_name": "HasanSa/hackathon",
"id": "6bf53cdbc581a14a5c7f43e5d04a2cbddf0930bc",
"size": "118... |
local _, ns = ...
local config = ns.Config
if not config.units.boss.show then
return
end
local function EnableMouseOver(self)
self.Health.Value:Hide()
if self.Power and self.Power.Value then
self.Power.Value:Hide()
end
self:HookScript("OnEnter", function(self)
self.Health.Value:S... | {
"content_hash": "1acdff19614aa9a4b40edbcd16d325e8",
"timestamp": "",
"source": "github",
"line_count": 242,
"max_line_length": 129,
"avg_line_length": 33.764462809917354,
"alnum_prop": 0.686084934524538,
"repo_name": "renstrom/NeavUI",
"id": "c2aa294fb0747c5d692621aba988d85721beecc8",
"size": "817... |
All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Add Send button to Response tab.
- Add shortcut to Send ... | {
"content_hash": "cf9eb383aed385913dac55f8e9187791",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 91,
"avg_line_length": 29.585714285714285,
"alnum_prop": 0.7267020762916465,
"repo_name": "psiinon/zap-extensions",
"id": "ce1d66a3ce7ecced8c3cbdf5e7b63bbe88bd3fd3",
"size"... |
local skynet = require "skynet"
require "skynet.manager"
local cluster = require "skynet.cluster.core"
local config_name = skynet.getenv "cluster"
local node_address = {}
local node_sender = {}
local command = {}
local config = {}
local nodename = cluster.nodename()
local connecting = {}
local function open_channel(... | {
"content_hash": "c6dbb4748b7b54f1372893a9880586b3",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 96,
"avg_line_length": 24.641921397379914,
"alnum_prop": 0.6668438773701931,
"repo_name": "JiessieDawn/skynet",
"id": "5bf36e7a4ecddd86b74cb500b6d9eb9104b555ef",
"size": "... |
struct CompleteSt{
int a;
};
struct CompleteSt1{
#pragma omp threadprivate(1) // expected-error {{expected unqualified-id}}
int a;
} d; // expected-note {{'d' defined here}}
int a; // expected-note {{'a' defined here}}
#pragma omp threadprivate(a)
#pragma omp threadprivate(u) // expected-error {{use of undeclared ... | {
"content_hash": "a01acc206f5f3b25d82ff7c7eedea2b9",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 158,
"avg_line_length": 47.029411764705884,
"alnum_prop": 0.7157598499061913,
"repo_name": "ensemblr/llvm-project-boilerplate",
"id": "9775bfa458f49101f9e79a262210287327aa49... |
class AP_API apGLSampler : public apAllocatedObject
{
public:
// Self functions:
apGLSampler(GLuint name = 0);
apGLSampler(const apGLSampler& other);
virtual ~apGLSampler();
apGLSampler& operator=(const apGLSampler& other);
// Overrides osTransferableObject:
virtual osTransferableObjectType... | {
"content_hash": "6ff3fe9f7579cf651517ff594e5cbe6d",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 112,
"avg_line_length": 31.133858267716537,
"alnum_prop": 0.6727364693980779,
"repo_name": "ilangal-amd/CodeXL",
"id": "1910b004a178bdd20c935d0e6ee7c0e19dd0f75c",
"size": ... |
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="latest_ob.xsl" type="text/xsl"?>
<current_observation version="1.0"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.weather.gov/view/current_observation.... | {
"content_hash": "cb1669b5dec1d38f2aa96c8853ce1bb1",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 90,
"avg_line_length": 44.65909090909091,
"alnum_prop": 0.7180661577608143,
"repo_name": "pjconsidine/codingclass",
"id": "5f333bc28dbe313f4fe7635b8f2561d6b20de0b5",
"size"... |
public: false
image: "/media/landings/last-mile-integration/rules.png"
imageAlt: "Create your own rules to customize your authentication pipeline."
budicon: 342
color: "#EB5424"
title: "Last mile integration through JavaScript"
---
If you need further customization, you can always use Auth0’s rules engine. Rules are Ja... | {
"content_hash": "c22c06d32b410625b4ce66dbbf95baaa",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 279,
"avg_line_length": 59.4,
"alnum_prop": 0.8013468013468014,
"repo_name": "miparnisari/docs",
"id": "98df9f6226aa84f9fc52744e174ce913698c4dbf",
"size": "600",
"binary"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "1fec2cb53f0883ae26b5d17707a4bde8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "bf60faca516b25871de097dfbbcf053f44844d8c",
"size": "182... |
#region License
#endregion
using System;
using System.Collections.Generic;
using System.ComponentModel;
using CircuitCrawlerEditor.Entities;
namespace CircuitCrawlerEditor.Triggers
{
public class EffectRaiseBridge : Effect
{
[Category("Values"), Description("The X index of the tileset tile to activate.")]... | {
"content_hash": "36262e94e3f7616e9b5a6bc23e8ec57b",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 83,
"avg_line_length": 24.3,
"alnum_prop": 0.7222222222222222,
"repo_name": "LightningDevStudios/CircuitCrawlerEditor",
"id": "b41d967a62afa6f864e67631fc99b9b0e8e7f13a",
"s... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//--... | {
"content_hash": "ee81c2f4877837aafaedee2db0a7f3f8",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 190,
"avg_line_length": 44.61904761904762,
"alnum_prop": 0.6168623265741728,
"repo_name": "ColdMatter/EDMSuite",
"id": "171e4548552fd3cb80f3421502b0772ea1c9a5ec",
"size": "... |
import os.path
from IPython.html import nbextensions
def prepare_js():
""" This is needed to map js/css to the nbextensions folder
"""
pkgdir = os.path.join(os.path.dirname(__file__), "static")
nbextensions.install_nbextension(pkgdir, symlink=True, user=True,
desti... | {
"content_hash": "b5836e7dbf8b6490674f50c2739c292f",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 69,
"avg_line_length": 29.666666666666668,
"alnum_prop": 0.6741573033707865,
"repo_name": "kwikteam/phyui",
"id": "0d94bea9555cc764d9155bff49bb43a8631ae8ee",
"size": "534",... |
.class public final Landroid/provider/Telephony$Mms;
.super Ljava/lang/Object;
.source "Telephony.java"
# interfaces
.implements Landroid/provider/Telephony$BaseMmsColumns;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/provider/Telephony;
.end annotation
.annotation system... | {
"content_hash": "e45689cc660e6ab0d9950ef6f33116ff",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 195,
"avg_line_length": 26.19047619047619,
"alnum_prop": 0.7135537190082645,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "25c7e063cc1def4c6294ab2c315e92c2be83799e",
"size... |
<!--
# mondrian
A component for messing around with the `mondrian.js` layout library.
-->
<style>
.mondrian {
background: rgba(0,0,0,0.5);
position: relative;
overflow: hidden;
}
.mondrian > * {
object-fit: cover;
border-radius: 0.5px; /* without this, object-fit is broken in Chrome */
po... | {
"content_hash": "c64c6516f3f52a578bfeb08ad1ff11ae",
"timestamp": "",
"source": "github",
"line_count": 191,
"max_line_length": 96,
"avg_line_length": 31.047120418848166,
"alnum_prop": 0.630185497470489,
"repo_name": "tonioloewald/Bind-O-Matic.js",
"id": "6d1da1f751dfad02688433fe45a4e516554ff2cd",
... |
import flask
import json
import logging
from datetime import datetime
import inflection
from functools import wraps
from flask import render_template, request, url_for
from werkzeug.exceptions import HTTPException
from tessera_client.api.model import *
from . import database
from . import helpers
from .application im... | {
"content_hash": "5ddbe259eb75824c27917bb1dafe7ffb",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 104,
"avg_line_length": 34.69023569023569,
"alnum_prop": 0.6177812287683199,
"repo_name": "jmptrader/tessera",
"id": "20ac44bc49e8624f8b02bb46abd34dfead201971",
"size": "1... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><%= title %></title>
<link type="text/css" rel="stylesheet" href="/stylesheets/components/bootstrap/bootstrap.min.css">
<script type="text/javascript" src="/javascripts/components/jquery/jquery-3.1.1.min.js"></script>
<script type="text/jav... | {
"content_hash": "1b4381184d527c79b8b7498db6534cdc",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 102,
"avg_line_length": 27.5,
"alnum_prop": 0.5950413223140496,
"repo_name": "koregvg/elasticSearch",
"id": "dd060b98b34b8106a771223459f92b27e0e60d98",
"size": "613",
"bi... |
import { Injectable } from '@angular/core';
import { User } from '../models/user';
import { Headers, Http, RequestOptions, Response } from '@angular/http';
import { Observable } from 'rxjs';
import { environment as env } from '../../environments/environment';
import { TokenService } from './token.service';
@Injectabl... | {
"content_hash": "d90dd226cb53928029eb5d260846ac85",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 126,
"avg_line_length": 37.515151515151516,
"alnum_prop": 0.6498384491114702,
"repo_name": "DevWurm/node-express-stripe-kata",
"id": "238247faf8a63af1ec90f2511df2f643bd149b49... |
const SSH = require('node-ssh');
const AWS = require('aws-sdk');
const SPINE_DOCKER_PULL_COMMAND = 'sudo docker pull lynckia/licode:TAG';
const SPINE_RUN_COMMAND =
'sudo docker run --rm --name spine_TEST_PREFIX_TEST_ID --log-driver none --detach --network="host" \
-e TESTPREFIX=TEST_PREFIX -e TESTID=TEST_ID -e DURATIO... | {
"content_hash": "2ab5106d2967878b5fb54bbd32688bec",
"timestamp": "",
"source": "github",
"line_count": 288,
"max_line_length": 122,
"avg_line_length": 32.84375,
"alnum_prop": 0.5657046199386827,
"repo_name": "MModal/licode",
"id": "93852deeaa4248765ec2600c6cd4d97be9666c6c",
"size": "9459",
"bina... |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<title>Scale, Transposition, and Fingering Chart</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstr... | {
"content_hash": "d72a8e400d03d5dc345e2153a2f52726",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 212,
"avg_line_length": 55.375,
"alnum_prop": 0.7302483069977427,
"repo_name": "christianromney/trumpet",
"id": "41c834334efb9dd8a71383250ce968389658f98e",
"size": "886",
... |
package org.elasticsearch.search.fetch;
import org.apache.lucene.search.Query;
import org.elasticsearch.index.query.ParsedQuery;
import org.elasticsearch.index.query.SearchExecutionContext;
import org.elasticsearch.search.SearchExtBuilder;
import org.elasticsearch.search.fetch.subphase.FetchDocValuesContext;
import ... | {
"content_hash": "7bdc2e4b5e4121f7827be8619d9a0bdc",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 128,
"avg_line_length": 31.724770642201836,
"alnum_prop": 0.6788606130711394,
"repo_name": "GlenRSmith/elasticsearch",
"id": "811f591ba560d31195bfa45a948eb182ef3c2c34",
"s... |
package net.ontrack.core.model;
import lombok.Data;
import org.codehaus.jackson.JsonNode;
import org.codehaus.jackson.annotate.JsonCreator;
public class ID {
@Data
public static class IDAck {
public static IDAck test(boolean b) {
return new IDAck(b);
}
private final bool... | {
"content_hash": "85b62953cc1b9a3849516ddcced3127c",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 54,
"avg_line_length": 19.926470588235293,
"alnum_prop": 0.5520295202952029,
"repo_name": "dcoraboeuf/ontrack",
"id": "e8f45710413f938c7fbb3e50cb4b40413cd730c8",
"size": "1... |
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>class apache::peruser - RDoc Documentation</title>
<link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../";
</script>
<script type... | {
"content_hash": "451c27837c0995570f9951baeae222ad",
"timestamp": "",
"source": "github",
"line_count": 819,
"max_line_length": 115,
"avg_line_length": 32.63003663003663,
"alnum_prop": 0.5988624457416555,
"repo_name": "uphillian/puppetcookbook",
"id": "9fba371f7f4bc9be9b9658edeaa0a40a54bc4132",
"si... |
create schema v5_dashboard;
| {
"content_hash": "1199434216eeddb1f14e0085048b6c32",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 27,
"avg_line_length": 28,
"alnum_prop": 0.8214285714285714,
"repo_name": "votinginfoproject/data-processor",
"id": "3d0791a103808fcfccf3bd53cd4c3303a21bd2c1",
"size": "28",... |
#ifdef HAVE_OPENSSL
#include <openssl/md5.h>
#elif !defined(_MD5_H)
#define _MD5_H
/* Any 32-bit or wider unsigned integer data type will do */
typedef unsigned int MD5_u32plus;
typedef struct {
MD5_u32plus lo, hi;
MD5_u32plus a, b, c, d;
unsigned char buffer[64];
MD5_u32plus block[16];
} MD5_... | {
"content_hash": "cd953c98b799b1ef9269d7fd1791438c",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 75,
"avg_line_length": 23.318181818181817,
"alnum_prop": 0.6783625730994152,
"repo_name": "kikoqiu/r2diff",
"id": "377b7aa0da41b9348b46c7e8bc5a94dadf4fae31",
"size": "1458"... |
package jenkins.metrics.impl;
import com.codahale.metrics.health.HealthCheck;
import com.codahale.metrics.health.jvm.ThreadDeadlockHealthCheck;
import jenkins.metrics.api.HealthCheckProvider;
import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.Extension;
import hudson.PluginManager;
import hudson.model.Com... | {
"content_hash": "5a77ca55a4743d5353db9d954a79bd52",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 118,
"avg_line_length": 48.18604651162791,
"alnum_prop": 0.5127895752895753,
"repo_name": "oleg-nenashev/metrics-plugin",
"id": "35263f2e66b69d6c2edb00163bd4725f8f1b7133",
... |
// Copyright (c) 2011-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "askpassphrasedialog.h"
#include "ui_askpassphrasedialog.h"
#include "guiconstants.h"
#include "walletmodel.h"
#inc... | {
"content_hash": "9648dd26f618f7758d4b6cdb0ff54989",
"timestamp": "",
"source": "github",
"line_count": 261,
"max_line_length": 200,
"avg_line_length": 39.21455938697318,
"alnum_prop": 0.5598436736687836,
"repo_name": "dev-ily/ILoveYouCoins",
"id": "7e2e60757da58ca83aef63754608b0bdbab17947",
"size"... |
using MaratonBusiness.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Web;
namespace MaratonBusiness.Code
{
public class MaratonAPI
{
string ip = "10.0.0.219";
int port = 91;
string PostData(string url , string json)
{
... | {
"content_hash": "c567ab055669c8be08cca1d6c832f08d",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 142,
"avg_line_length": 35.02654867256637,
"alnum_prop": 0.5336028297119757,
"repo_name": "Yhgenomics/MaratonBusiness",
"id": "717acfede412e60aa37fba54333ec5ac75ba1c4a",
"... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.shb.somershotbagels">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
... | {
"content_hash": "6cc3974aa7bd50c85b0800b891cff239",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 91,
"avg_line_length": 42.46666666666667,
"alnum_prop": 0.652276295133438,
"repo_name": "hunterdquant/SomersHotBagels",
"id": "897afd331499cf2ffc45f302d511389320a5c098",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.