text stringlengths 2 1.04M | meta dict |
|---|---|
<?php
namespace App\Silex;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\JsonResponse;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Response;
use Silex\Provider\SessionServiceProvider;
use Silex;
use Elasticsearch\ClientBuilder;
use A... | {
"content_hash": "62159d1f34e8b5c88a696b29ba5eebe5",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 58,
"avg_line_length": 25.295081967213115,
"alnum_prop": 0.5787427090084252,
"repo_name": "docteurklein/dockeliver",
"id": "f757406a16382995894796ec6d549b7c9952c45b",
"size... |
TweetNaCl.js Changelog
======================
v0.13.2
-------
* Fixed undefined variable bug in fast version of Poly1305. No worries, this
bug was *never* triggered.
* Specified CC0 public domain dedication.
* Updated development dependencies.
v0.13.1
-------
* Exclude `crypto` and `buffer` ... | {
"content_hash": "62b7d6b9124696f0d49fe79ddf82ebc8",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 92,
"avg_line_length": 27.0625,
"alnum_prop": 0.6916859122401847,
"repo_name": "ndcg91/kike",
"id": "378a01ea630b3fc3faa37918091d353be37bda18",
"size": "3464",
"binary":... |
<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>
<parent>
<groupId>com.rocket.shop</groupId>
<artifactId>myshop-user<... | {
"content_hash": "58310f4c427e7692b913761636ee089b",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 204,
"avg_line_length": 37.38095238095238,
"alnum_prop": 0.6993630573248407,
"repo_name": "goder037/myshop",
"id": "fa68de888bdf52965f1891cfcd650ec0dfeb424d",
"size": "785"... |
import fileUrl = require('file-url')
import * as url from 'url'
import * as path from 'path'
import { decode } from 'urlencode'
import RelateUrl from 'relateurl'
/**
* Options to make sure that RelateUrl only outputs relative URLs and performs not other "smart" modifications.
* They would mess up things like prefix ... | {
"content_hash": "9022ae3ac71f7df4b8e8d729633b87dd",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 117,
"avg_line_length": 44.87741935483871,
"alnum_prop": 0.6385853939045428,
"repo_name": "felixfbecker/vscode-php-debug",
"id": "7024f2db728766921ae19d8864d64193d5dacad0",
... |
class Demon
def initialize
@running = true
start
end
def start
Thread.new do
while (@running)
execute
sleep rate
end
end
end
def stop
@running = false
end
def rate
30
end
def execute
end
end | {
"content_hash": "c4e9e9ff37861c9649754079afd1f370",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 22,
"avg_line_length": 9.571428571428571,
"alnum_prop": 0.5522388059701493,
"repo_name": "maldrasen/archive",
"id": "1d71d99573e4af278d1d4551686b6d83595999cb",
"size": "268... |
require 'mtk'
require 'mtk/io/midi_file'
include MTK
file = ARGV[0] || 'MTK-random_tone_row.mid'
row = Groups::PitchClassSet.random_row
sequence = Patterns.Sequence *row
sequencer = Sequencers.StepSequencer sequence
timeline = sequencer.to_timeline
MIDIFile(file).write timeline
| {
"content_hash": "156e4551eaf3514db5b7f9c50016a783",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 45,
"avg_line_length": 20.285714285714285,
"alnum_prop": 0.7676056338028169,
"repo_name": "adamjmurray/mtk",
"id": "e3eb16151a7ec75b3ccf634a5f5e5c848e291774",
"size": "440"... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
class ProblemsWithMatrices
{
static void Main(string[] args)
{
var rowAndCol = Console.ReadLine().Split().Select(int.Parse).ToArray();
var commandsCounter = int.Parse(Console.ReadLine());
int row;
... | {
"content_hash": "d761a1607433e5a5e0f9487693f7d31c",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 119,
"avg_line_length": 28.51530612244898,
"alnum_prop": 0.4431919842547862,
"repo_name": "sevdalin/Software-University-SoftUni",
"id": "f6941cd8beffa27762d57787b4426c57f494... |
/*
* Minio Java Library for Amazon S3 Compatible Cloud Storage, (C) 2015 Minio, Inc.
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0... | {
"content_hash": "7a31582dc5416f42c8f2cf1ca10e2532",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 115,
"avg_line_length": 36.714285714285715,
"alnum_prop": 0.7455252918287938,
"repo_name": "arunsingh/minio-java",
"id": "94a9a85f1c64a35bed225d19e69100d6f683ddc7",
"size":... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
(function (ng) {
var mod = ng.module("paymentMethodModule");
mod.controller("paymentMethodEditCtrl", ["$scope", "$state", "p... | {
"content_hash": "c0a52a2504f5dba2bb8d7de463b48791",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 107,
"avg_line_length": 35.42857142857143,
"alnum_prop": 0.442741935483871,
"repo_name": "Uniandes-MISO4203/turism-201620-2",
"id": "a25beeb9a48f9511d9324297af8b9411d7096cbc"... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package try_ddd.try_ddd.javafxgui;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
imp... | {
"content_hash": "f25137be8f611d7f4a3452d00b14813f",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 79,
"avg_line_length": 25.142857142857142,
"alnum_prop": 0.7045454545454546,
"repo_name": "BacLuc/try_ddd",
"id": "c484dc0014bef2dd2af424c6cb57112ce81f6032",
"size": "880",... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http... | {
"content_hash": "a1c042a3da6502e9b02c680cf694c7a1",
"timestamp": "",
"source": "github",
"line_count": 447,
"max_line_length": 999,
"avg_line_length": 39.55257270693512,
"alnum_prop": 0.6015271493212669,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "e94bfc81ee778d33b1f7a4d423562f5f382e908... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>class RDoc::Store::MissingFileError - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "../../";
</script>
<script src="../../js/jquery.js"></script>
<script src="../../js/darkfish.js"></script>
<link href="../../css/font... | {
"content_hash": "0175ec9172deccfbf84077f48fbc6ed1",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 214,
"avg_line_length": 27.620192307692307,
"alnum_prop": 0.5932114882506527,
"repo_name": "arianepaola/arianepaola.github.io",
"id": "44b5bcd870a2767d47ce2b8d4ccaff9d66b436... |
package org.lockss.plugin.silverchair.oup;
import java.io.InputStream;
import org.htmlparser.NodeFilter;
import org.htmlparser.filters.OrFilter;
import org.lockss.daemon.PluginException;
import org.lockss.filter.html.*;
import org.lockss.plugin.*;
public class OupScHtmlCrawlFilterFactory implements FilterFactory {... | {
"content_hash": "9708e801e1e863802a98b976cae08402",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 103,
"avg_line_length": 46.492753623188406,
"alnum_prop": 0.6698877805486284,
"repo_name": "lockss/lockss-daemon",
"id": "c67fb4007111db371ee54203f7b241c4fdc43c62",
"size":... |
package org.apache.myfaces.ov2021.context.servlet;
import java.util.Iterator;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.context.ExceptionHandler;
import javax.faces.context.ExternalContext;
import javax.faces.context.PartialViewContext;
import javax.faces.context.Response... | {
"content_hash": "4409bac2a0aa792d9fd0afb2abc63f8a",
"timestamp": "",
"source": "github",
"line_count": 219,
"max_line_length": 87,
"avg_line_length": 29.67579908675799,
"alnum_prop": 0.6711801815663948,
"repo_name": "lu4242/ext-myfaces-2.0.2-patch",
"id": "cc3d471d89c7d95038b9abffc60e70ba5c3bc0f7",
... |
namespace clang {
namespace TypeName {
/// Get the fully qualified name for a type. This includes full
/// qualification of all template parameters etc.
///
/// \param[in] QT - the type for which the fully qualified name will be
/// returned.
/// \param[in] Ctx - the ASTContext to be used.
/// \param[in] WithGlobalNsPr... | {
"content_hash": "8050eca815c6cd031cd2871a8b8022fc",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 73,
"avg_line_length": 46.17857142857143,
"alnum_prop": 0.6821345707656613,
"repo_name": "youtube/cobalt",
"id": "422ed9e4c8fc40e946dbaa4585ceadae2a0421d2",
"size": "3143",... |
#include "StackTrace.h"
#include "MQTTPacket.h"
#if defined(__USE_STD__)
#include <string.h>
#endif
/**
* Encodes the message length according to the MQTT algorithm
* @param buf the buffer into which the encoded data is written
* @param length the length to be encoded
* @return the number of bytes written to buf... | {
"content_hash": "8a0b8a9611b60b01afedc25db3b66cf8",
"timestamp": "",
"source": "github",
"line_count": 399,
"max_line_length": 119,
"avg_line_length": 23.80952380952381,
"alnum_prop": 0.6612631578947369,
"repo_name": "arrow-acs/acn-sdk-c",
"id": "6db58da4f2c1db05581cf8fc38565fd173466ecc",
"size": ... |
using System;
using System.Threading.Tasks;
namespace OKHOSTING.Core
{
public static class TaskExtensions
{
/// <summary>
/// Tries to run an action during the timeout specified, if the task takes longer, trows a TimeOutException
/// </summary>
public static void Run(TimeSpan timeout, Action action)
{
... | {
"content_hash": "ba47434aa3762f4fb5b81b9771bb5184",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 110,
"avg_line_length": 21.414141414141415,
"alnum_prop": 0.6306603773584906,
"repo_name": "okhosting/OKHOSTING.Core",
"id": "c976dc50c0a5fa130f0690935a96fcedd4d64f85",
"si... |
sort_order: 172
tei_id: p.idm239137117088
annotation_count: 0
images:
small-thumbnail: http://example.com/books/emory:7st9j/pages/readux-rsk:pgdxm/mini-thumbnail/
json: http://example.com/books/emory:7st9j/pages/readux-rsk:pgdxm/info/
full: http://example.com/books/emory:7st9j/pages/readux-rsk:pgdxm/fs/
page: h... | {
"content_hash": "e025891194f149510ba3302e697e6fde",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 144,
"avg_line_length": 76.0569105691057,
"alnum_prop": 0.6946018172100481,
"repo_name": "rlskoeser/bop",
"id": "851c23c9c11e0adfcaee6a9626a5edde12a117d9",
"size": "9361",... |
class UpdateManager : public TSingleton<UpdateManager>
{
public:
void StartCheck(void);
protected:
void FirstRunCheck(void);
///true means need to update.
bool VersionCheck(CStringW &strDownLoadURL);
///check if it's in install process. working in the temp process.
void InstallCheck();
///check if there i... | {
"content_hash": "bf7cec5c62f86e90555bbde824711718",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 66,
"avg_line_length": 21.217391304347824,
"alnum_prop": 0.7397540983606558,
"repo_name": "MatrixTan/iBrowser",
"id": "d255ba2751bed6d213ff4d61848dd30688684d09",
"size": "7... |
<?php
?>
<?php
/**
* TasksStatusTable
*
* This class has been auto-generated by the Doctrine ORM Framework
*/
class TasksStatusTable extends Doctrine_Table
{
/**
* Returns an instance of this class.
*
* @return object TasksStatusTable
*/
public static function getInstance()
{
... | {
"content_hash": "b886fbd3c5ca3de3107968d5237c80d9",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 67,
"avg_line_length": 17.227272727272727,
"alnum_prop": 0.6358839050131926,
"repo_name": "arokia/oasis",
"id": "65ee11f9447da61b8aa4d7d5ae9e709651ccefd7",
"size": "1243",
... |
<div class="form-container col s12 m10 offset-m1 l10 offset-l1">
<form class="col s12" #form="ngForm" (ngSubmit)="onSubmit(form.value)">
<fieldset>
<legend>Add Exercises</legend>
<div class="btn-container row">
<a class="dropdown-button btn right em2" href="#!" data-a... | {
"content_hash": "5a4e1797d40421093bd386ceef089804",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 174,
"avg_line_length": 48.9078947368421,
"alnum_prop": 0.5329566854990584,
"repo_name": "DimitarRuskov/Apollo-angular2",
"id": "88af2e7ac53386525efcb208c66480cd7654b416",
... |
Infinite scrolling canvas. You can type or sketch. See other people type or sketch in real time.
Uses construction paper as the background. Lots of logic around grouping users together, a lack of permanence of information, and generating positive conversation. | {
"content_hash": "21675c77448e23c60ba52e0b70eab32d",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 163,
"avg_line_length": 87,
"alnum_prop": 0.8199233716475096,
"repo_name": "maxmcd/paper",
"id": "fea4deb1b433c2f4b137c63b89dce65a864be164",
"size": "274",
"binary": false... |
This plugin allows to switch from EE to CE at runtime.
| {
"content_hash": "1886025e5ec6c87509c245977fd332e9",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 54,
"avg_line_length": 55,
"alnum_prop": 0.7818181818181819,
"repo_name": "wistityhq/strapi",
"id": "a822d3a6be969393672b343ede3325db04ec1c14",
"size": "91",
"binary": fal... |
package ihm;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Event;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Panel;
import java.awt.Toolkit;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.even... | {
"content_hash": "d26caffbd8fde58a95f040e3ba033d51",
"timestamp": "",
"source": "github",
"line_count": 501,
"max_line_length": 579,
"avg_line_length": 31.848303393213573,
"alnum_prop": 0.6667084482326397,
"repo_name": "LittleSnake42/java-irc",
"id": "1f10e46466c5d38f33cee1b7ac60333ca3e7f640",
"siz... |
using System;
using System.Collections.Generic;
using Microsoft.WindowsAzure.Storage.Blob;
namespace AzureUtilities.Blobs
{
/// <summary>
/// Interface IAzureBlobUtility
/// </summary>
public interface IAzureBlobUtility
{
/// <summary>
/// BLOBs the list.
/// </summary>
... | {
"content_hash": "7965dbfdeb2ae7f881cbee7a8e3deda5",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 107,
"avg_line_length": 33.62820512820513,
"alnum_prop": 0.5627144491040793,
"repo_name": "jsucupira/azure-blob-utilities",
"id": "9ec7c13a13dbd64ed8bc3937e1771432f7b2093f",
... |
package com.fibonacci.MiscCraft.mob.entity;
import com.fibonacci.MiscCraft.common.MiscCraft;
import net.minecraft.block.Block;
import net.minecraft.entity.EntityFlying;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.monster.EntityMob;
import net.minecraft.entity.monster.IMob;
import ... | {
"content_hash": "2062a67969beb22e6ad028e4e0466ddc",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 108,
"avg_line_length": 22.304347826086957,
"alnum_prop": 0.7147498375568551,
"repo_name": "FibonacciRedstone/MiscCraft-1.7.10",
"id": "4ecd6db9f19e85453ae2e48f798199c30f606f... |
/// <reference path="APIBean.d.ts" />
declare module Adaptive {
/**
@class Adaptive.DatabaseRow
@extends Adaptive.APIBean
Structure representing a row for a data table.
@author Ferran Vila Conesa
@since v2.0
@version 1.0
*/
class DatabaseRow extends APIBean {
... | {
"content_hash": "c1de8161040e8c165f1be37c91a0fdb8",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 144,
"avg_line_length": 30.861538461538462,
"alnum_prop": 0.5528414755732801,
"repo_name": "AdaptiveMe/adaptive-arp-javascript",
"id": "0ef6a23d599762106e29cd6b8a9f8de246e30c... |
<?php
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\Config\Loader\LoaderInterface;
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
new Symfony\Bundle\SecurityBundle\Sec... | {
"content_hash": "27a13ba3c139a2d5d3a911a8e4182cdd",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 89,
"avg_line_length": 38.6078431372549,
"alnum_prop": 0.6480446927374302,
"repo_name": "rcousens/team-spirit.old",
"id": "9b99d1b973a3f75276a8dc528409995d8946fcd8",
"size"... |
package org.web3j.abi.datatypes.generated;
import java.math.BigInteger;
import org.web3j.abi.datatypes.Uint;
/**
* <p>Auto generated code.<br>
* <strong>Do not modifiy!</strong><br>
* Please use {@link org.web3j.codegen.AbiTypesGenerator} to update.</p>
*/
public class Uint216 extends Uint {
public static fi... | {
"content_hash": "80ba8c5617ee594966782dd285ed635f",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 72,
"avg_line_length": 24,
"alnum_prop": 0.6875,
"repo_name": "saulbein/web3j",
"id": "93bdd403b5b0088384293e941bf20eac01d538f0",
"size": "528",
"binary": false,
"copie... |
from __future__ import absolute_import
from fasteners.lock import locked
from fasteners.lock import read_locked
from fasteners.lock import ReaderWriterLock
from fasteners.lock import try_lock
from fasteners.lock import write_locked
from fasteners.process_lock import interprocess_locked
from fasteners.process_lock impo... | {
"content_hash": "0b4e3268ed0941f565293f6920bf1f1a",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 63,
"avg_line_length": 30.678571428571427,
"alnum_prop": 0.7694994179278231,
"repo_name": "harlowja/fasteners",
"id": "80ce8ba6556e1dc7f6333f0b7706194da13e1278",
"size": "1... |
.. _PackageConfigurations:
Build the same package with different configs
=============================================
If you want to build your application with different settings, e.g. for *test*, *staging* and *production*, then you
have three ways to do this.
.. tip:: All examples are shown in a simple ``build.s... | {
"content_hash": "0c9a67c64785290fcc13e6cfadd090e2",
"timestamp": "",
"source": "github",
"line_count": 228,
"max_line_length": 229,
"avg_line_length": 33.3421052631579,
"alnum_prop": 0.6888976585109182,
"repo_name": "sbt/sbt-native-packager",
"id": "46cdbdcb12369d4a3e70b8403ad17ddf08c2ce10",
"size... |
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
namespace Magicolo {
public static class SpriteRendererExtensions {
public static void SetColor(this SpriteRenderer spriteRenderer, Color color, string channels) {
Color newColor = spriteRenderer.color;
if (channels.Contains(... | {
"content_hash": "b043a027e0f03a80c8b25cbf76b171be",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 97,
"avg_line_length": 30.791666666666668,
"alnum_prop": 0.7280108254397835,
"repo_name": "Magicolo/uPD",
"id": "161e77640406848c22d1b16186a882ad09287fba",
"size": "741",
... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using Norm;
using Norm.BSON;
using Norm.Collections;
using Norm.Commands.Modifiers;
using Norm.Responses;
using Xunit;
using Norm.Collections;
namespace Norm.Tests
{
public class QueryTests : IDisposable
{
... | {
"content_hash": "fc9e5a11592144afc4066c332c7030a2",
"timestamp": "",
"source": "github",
"line_count": 455,
"max_line_length": 151,
"avg_line_length": 41.58021978021978,
"alnum_prop": 0.5179977800095142,
"repo_name": "atheken/NoRM",
"id": "977df9801ab038e8aef6222f3db83b038100432a",
"size": "18919"... |
using System.Collections.Generic;
using System.Linq;
using Sonneville.Investing.Domain;
using Sonneville.Utilities.Persistence.v2;
namespace Sonneville.Investing.Persistence
{
public interface ITransactionRepository
{
void Save(IEnumerable<ITransaction> transactions);
IEnumerable<ITran... | {
"content_hash": "7f02da8e6ca3666fd38c02a48536d24f",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 93,
"avg_line_length": 26.75,
"alnum_prop": 0.6495327102803738,
"repo_name": "SonnevilleJ/Investing",
"id": "714440cf2deb5d012a9a75327647fa6fa55bd09a",
"size": "1070",
"b... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "19ebcfba9583816377552e53eb5dfa24",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "e0fd4bba37f4fe15b13cb13f38e3459a191647a4",
"size": "181... |
#include "Firestore/core/src/local/reference_set.h"
#include "Firestore/core/src/immutable/sorted_set.h"
#include "Firestore/core/src/local/document_key_reference.h"
#include "Firestore/core/src/model/document_key.h"
namespace firebase {
namespace firestore {
namespace local {
using model::DocumentKey;
using model... | {
"content_hash": "034952ee3aa55904897a00c287db684b",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 75,
"avg_line_length": 27.488636363636363,
"alnum_prop": 0.7205456800330715,
"repo_name": "firebase/firebase-ios-sdk",
"id": "166c1b649ebc97811429184901c0d99df5b949c8",
"si... |
package lib
import (
"time"
context "golang.org/x/net/context"
"github.com/SimonBuckner/grpc_auth/server/model"
jwt "github.com/dgrijalva/jwt-go"
gmAuth "github.com/grpc-ecosystem/go-grpc-middleware/auth"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
)
func signingKeyFn(key string) jw... | {
"content_hash": "0b1c7a9ae7031a0f68b9b4a090ebf17a",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 88,
"avg_line_length": 29.150943396226417,
"alnum_prop": 0.6906148867313916,
"repo_name": "SimonBuckner/grpc_auth",
"id": "d5d5f9568055a9e796b5697d194643c4cf1fb75b",
"size"... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
<solid android:color="@android:color/white" />
<stroke
android:width="1dp"
android:color="@android:color/white" />
<corners
android:bottomLeftRadius="5dp"
android:bot... | {
"content_hash": "ca9198bc3e6ea851e5ebc4d446ae2c74",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 67,
"avg_line_length": 26.9375,
"alnum_prop": 0.6334106728538283,
"repo_name": "ahmedaljazzar/edx-app-android",
"id": "7e66ae3a71d45fd633fc24a4f3415f872932c32c",
"size": "4... |
import { Component, Input, ElementRef, OnInit } from '@angular/core';
import { UpdateClassService } from '../core/service/update.class.service';
import { isPresent, toNumber } from '../util/lang';
const statusColorMap = {
normal: '#108ee9',
exception: '#f04134',
success: '#00a854',
};
/**
* Circle 进度圈
... | {
"content_hash": "635fd20c49453861c2eb1f0b05facc53",
"timestamp": "",
"source": "github",
"line_count": 258,
"max_line_length": 104,
"avg_line_length": 29.44573643410853,
"alnum_prop": 0.5427142293010399,
"repo_name": "fbchen/angular4-weui",
"id": "a1a15b11cce117d904f9375f7783e85ab7c8affb",
"size":... |
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M7.65,12.3H16.3... | {
"content_hash": "2e4606954e8fb8fb9b1dfe0068c8194e",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 87,
"avg_line_length": 37.9,
"alnum_prop": 0.7097625329815304,
"repo_name": "google/material-design-icons",
"id": "644a7b1053b61320e548ebdda13ccbbee63ac128",
"size": "379",... |
import sys
import click
from bson import ObjectId
import rvo.db as db
import rvo.utils as utils
import rvo.transaction as transaction
from rvo.crypto import crypto
from rvo.validate import validate
import rvo.config
@click.command(short_help="Shows a document",
help="""
Shows a single docum... | {
"content_hash": "e3556a81787f35cd84b64718bef131c2",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 91,
"avg_line_length": 32.67796610169491,
"alnum_prop": 0.6493775933609959,
"repo_name": "noqqe/rvo",
"id": "afa2ce07ef63e9518c5448c6866ef5502094a99f",
"size": "1928",
"b... |
apemanask
==========
<!---
This file is generated by ape-tmpl. Do not update manually.
--->
<!-- Badge Start -->
<a name="badges"></a>
[![Build Status][bd_travis_shield_url]][bd_travis_url]
[![Code Climate][bd_codeclimate_shield_url]][bd_codeclimate_url]
[![Code Coverage][bd_codeclimate_coverage_shield_url]][bd_code... | {
"content_hash": "d0217b2d6dd7ba5e81c424673a1495c9",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 124,
"avg_line_length": 23.95575221238938,
"alnum_prop": 0.6775027705947544,
"repo_name": "apeman-labo/apemanask",
"id": "64fa0d3dde5ca4fd3589b19ff7cc6cc399272cb8",
"size"... |
package org.apache.gora.hbase.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseTestingUtility;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.MiniHBaseCl... | {
"content_hash": "3e9e2ff7f9d029d317f129f545d9c646",
"timestamp": "",
"source": "github",
"line_count": 176,
"max_line_length": 106,
"avg_line_length": 33.09659090909091,
"alnum_prop": 0.6805150214592275,
"repo_name": "jaferreiro/gora-indra",
"id": "7406929708ba1bc256122028b0b8c86146c7ca95",
"size"... |
package org.brownsocks.payments;
/**
* Appications using the Brownsocks Payments API can implement
* this interface to receive notifications about payments.
*
* Implementation should check the payments status and record them
* to a database or whatever else you want.
*
* @author cveilleux@neopeak.com
*/
pu... | {
"content_hash": "48ca1b28a7d7d929e10ffd79c51b34e0",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 66,
"avg_line_length": 26.76086956521739,
"alnum_prop": 0.7140536149471974,
"repo_name": "neopeak/brownsocks-payments",
"id": "ec0344e55bf98487c6401924b2e9cc744891b14c",
"s... |
export default {
state: {
user: null,
},
mutations: {
setUser(state, user) {
state.user = user;
},
resetUser(state) {
state.user = null;
},
},
actions: {
userLogin({ commit }, user = {}) {
const { email, password } = user;
// TODO: login via the server
re... | {
"content_hash": "d8e9ab799c5bcd96937c054aa8bacca4",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 53,
"avg_line_length": 21.555555555555557,
"alnum_prop": 0.47216494845360824,
"repo_name": "w33ble/loopback-vue-app",
"id": "a211fd621b7f392db0c55ef0bdad6c01863e6fc8",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<meta charset="utf-8"/>
<title> » \s3c3
</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<!--[if l... | {
"content_hash": "c51ecd7c9d28af4a9a41430d95391b09",
"timestamp": "",
"source": "github",
"line_count": 418,
"max_line_length": 133,
"avg_line_length": 52.89234449760765,
"alnum_prop": 0.5442579944818852,
"repo_name": "evardsson/s3c3",
"id": "d22d9abd9fc4c14a9d0cfe0414f04326d9d4b364",
"size": "2221... |
#ifndef TEXTPROPERTIESMANAGER_H
#define TEXTPROPERTIESMANAGER_H
#include "pandabase.h"
#include "config_text.h"
#include "textProperties.h"
#include "textGraphic.h"
/**
* This defines all of the TextProperties structures that might be referenced
* by name from an embedded text string.
*
* A text string, as ren... | {
"content_hash": "947e9360ab6e232e30ec47c7c936920b",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 78,
"avg_line_length": 33.92857142857143,
"alnum_prop": 0.7511578947368421,
"repo_name": "grimfang/panda3d",
"id": "2c4f6b3c84c288d26c87f022c1600ad2028c23a6",
"size": "2736... |
import {aria} from '../../../../src/compile/mark/encode';
import {parseUnitModelWithScaleAndLayoutSize} from '../../../util';
describe('compile/mark/encoding/aria', () => {
it('aria should be added to bar mark', () => {
const model = parseUnitModelWithScaleAndLayoutSize({
mark: 'bar',
encoding: {
... | {
"content_hash": "4f46beefc25dc5fa53048977f454ddb8",
"timestamp": "",
"source": "github",
"line_count": 132,
"max_line_length": 143,
"avg_line_length": 22.87121212121212,
"alnum_prop": 0.5014905597880093,
"repo_name": "uwdata/vega-lite",
"id": "a26aaa3c3a9f9685afdae02c1ab611381af283ef",
"size": "30... |
void impl_fp_bits(char *buf, size_t bufsize, enum type_primitive, floating_t);
#endif
| {
"content_hash": "7cdf23a131b95aff1ec4933164739881",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 78,
"avg_line_length": 29,
"alnum_prop": 0.735632183908046,
"repo_name": "bobrippling/ucc-c-compiler",
"id": "d13d3197d4eafda822bdf1857418f40b37be0d40",
"size": "124",
"bi... |
using System.ComponentModel;
namespace LinqAn.Google.Metrics
{
/// <summary>
/// The name of the requested custom metric, where 18 refers the number/index of the custom metric. Note that the data type of ga:metric18 can be INTEGER, CURRENCY or TIME.
/// </summary>
[Description("The name of the requested custom me... | {
"content_hash": "d5f09bdf80eff9233e83e0ed32473587",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 186,
"avg_line_length": 33.55,
"alnum_prop": 0.7049180327868853,
"repo_name": "kenshinthebattosai/LinqAn.Google",
"id": "563be60a19d229740419f3e36ab0fe27880bbb8b",
"size": ... |
title: Как начать разрабатывать в Windows
subtitle: Подготовка окружения для современной разработки.
description: Базовая настройка MS Windows, приближающая систему по возможностям к другим ОС в контексте разработки.
image: "assets/images/development-on-windows/choco.png"
author: Кирилл Мокевнин
---
**В руководстве пр... | {
"content_hash": "2143f36edea54d4f1bbaa8713f59c28a",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 658,
"avg_line_length": 62.25179856115108,
"alnum_prop": 0.8041141800531607,
"repo_name": "hexletguides/hexletguides.github.io",
"id": "b861e613c6cd5e116cf6cacc41a225a4a9782... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
Leda subcordata C.B.Clarke
### Remarks
null | {
"content_hash": "4b83b8586037449fe6797cba57a63bf9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 11.384615384615385,
"alnum_prop": 0.722972972972973,
"repo_name": "mdoering/backbone",
"id": "78c11e0ecaf0e4173941bf1f37c4e9b232ba04f8",
"size": "214... |
/**
* Tests sit right alongside the file they are testing, which is more intuitive
* and portable than separating `src` and `test` directories. Additionally, the
* build process will exclude all `.spec.js` files from the build
* automatically.
*/
describe( 'home section', function() {
beforeEach( module( 'meanSh... | {
"content_hash": "90900bca5e72b4328eba8bec0b0dc321",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 79,
"avg_line_length": 31.071428571428573,
"alnum_prop": 0.6827586206896552,
"repo_name": "aeife/meanshop",
"id": "6b7caad0a78644aaaed8a769680be41f55801e34",
"size": "435",... |
package com.sprintstack.util;
import java.io.IOException;
import java.io.StringReader;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.json.simple.parser.ParseException;
public class JSON {
public static JSONObject decode(String input) {
... | {
"content_hash": "7010d4dd17db6e386e24f870b3d68ce0",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 75,
"avg_line_length": 28.52,
"alnum_prop": 0.6535764375876578,
"repo_name": "m0wfo/rhinode",
"id": "143f81d41984daa73860db373f777a9a3c23c281",
"size": "713",
"binary": f... |
<?xml version="1.0" encoding="iso-8859-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" xml:lang="en" lang="en">
<head>
<title>File: graph_map_render.rb</title>
<meta http-equiv="Cont... | {
"content_hash": "b159cb78fda6a22429216d96664efe81",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 102,
"avg_line_length": 19.990654205607477,
"alnum_prop": 0.5904628330995793,
"repo_name": "caiosba/rails-graph-map",
"id": "bb64b619f9130d14e8bac3d3f48d897d667865c0",
"si... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/HealthXuhui.iml" filepath="$PROJECT_DIR$/HealthXuhui.iml" />
<module fileurl="file://$PROJECT_DIR$/HealthXuhui.iml" filepath="$PROJECT_DIR$/HealthXuhui.i... | {
"content_hash": "bc39b654f294d82d4eba63b3c88e79c5",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 104,
"avg_line_length": 51,
"alnum_prop": 0.6666666666666666,
"repo_name": "vlzl/HealthXuhui",
"id": "b32d9575c5653989d2f504f9518e0c36b03cb83d",
"size": "561",
"binary": ... |
package org.apache.ignite.internal.processors.cache.distributed.dht.preloader;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.UUID;
impo... | {
"content_hash": "7c08836d252940a8e662d24045e31114",
"timestamp": "",
"source": "github",
"line_count": 1600,
"max_line_length": 127,
"avg_line_length": 36.215,
"alnum_prop": 0.5198985227115835,
"repo_name": "agoncharuk/ignite",
"id": "77e47a7c267efec23d5a5ab4aef31a8569eb39da",
"size": "58746",
"... |
///btSoftBody implementation by Nathanael Presson
#ifndef _BT_SOFT_BODY_H
#define _BT_SOFT_BODY_H
#include "btAlignedObjectArray.h"
#include "btTransform.h"
#include "btIDebugDraw.h"
#include "btRigidBody.h"
#include "btConcaveShape.h"
#include "btCollisionCreateFunc.h"
#include "btSparseSDF.h"
#include "btDbvt.h"
... | {
"content_hash": "087f11c2898db7a1a1702235ea911bfd",
"timestamp": "",
"source": "github",
"line_count": 835,
"max_line_length": 112,
"avg_line_length": 30.166467065868265,
"alnum_prop": 0.6525467465957362,
"repo_name": "iosengineer/zombieArcade",
"id": "4d6497ab6c0b721461aecdf88f0e0ba2eb652e31",
"s... |
package org.jcodec.codecs.vpx.vp8;
import java.util.Arrays;
import org.jcodec.codecs.vpx.vp8.data.BlockD;
import org.jcodec.codecs.vpx.vp8.data.CommonData;
import org.jcodec.codecs.vpx.vp8.data.Compressor;
import org.jcodec.codecs.vpx.vp8.data.Macroblock;
import org.jcodec.codecs.vpx.vp8.data.MacroblockD;
import org.... | {
"content_hash": "df93dc7e36eb11ab9593fa5e4f41ed0b",
"timestamp": "",
"source": "github",
"line_count": 680,
"max_line_length": 119,
"avg_line_length": 39.66323529411765,
"alnum_prop": 0.5472544584924549,
"repo_name": "jcodec/jcodec",
"id": "06dcad52a9cc5c23da1904322a57c0c6eb1ddfb5",
"size": "26971... |
Aalto ASR tools
===============
Aku
---
Aku is the acoustic modeling toolkit of Aalto University.
Aalto Decoder
-------------
summary of decoder
Tools
-----
summary of tools
Installation
============
See INSTALLATION.md
License
=======
All the code in the AaltoASR package is licensed with the Modified BSD lice... | {
"content_hash": "46e50e102fd111a5bc43836d060b3ed1",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 204,
"avg_line_length": 19.678571428571427,
"alnum_prop": 0.7132486388384754,
"repo_name": "kkleino/AaltoASR",
"id": "7b375b74119d8e2413a54f87734f7892e0651799",
"size": "55... |
<div class="tube">
<p>Page heading</p>
<div bs-panel="controls outline">
<h1 bs-heading>
<svg bs-svg-icon=""><use xlink:href="#svg-cog"/></svg>
Overview
</h1>
</div>
<hr>
<div bs-panel="controls outline">
<h1 bs-heading>
<svg bs-svg-icon=""><use xlink:href="#svg-synca... | {
"content_hash": "e2e7cfc4de0bb9183606121b08e7cb06",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 78,
"avg_line_length": 27.485714285714284,
"alnum_prop": 0.5291060291060291,
"repo_name": "itarverne/generator-itarverne-landing-page",
"id": "515136299ba723f165baa8580555294... |
import User from '../user/user.model';
export default {
dependencies: [User],
seed: ([user]) => [
{
text: 'Cool todo',
user
}
]
}; | {
"content_hash": "eb3f57dac9076cc068ba0311ef299aa1",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 38,
"avg_line_length": 14.272727272727273,
"alnum_prop": 0.5095541401273885,
"repo_name": "noamokman/project-starter-sample",
"id": "f37505d33c8ed8dc8c7246e23eee7c11a42a1605"... |
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE StandaloneDeriving #-}
module HalRelations where
import Data.Char
import Data.Graph
import Data.List
import Data.Maybe
import Data.Tree
import Debug.Trace
import HalTypes
import Hal (compile, files)
compileAll = mapM compile files
cap (x:xs... | {
"content_hash": "dc3559550db27fdd33181e26f835f2be",
"timestamp": "",
"source": "github",
"line_count": 184,
"max_line_length": 130,
"avg_line_length": 30.831521739130434,
"alnum_prop": 0.5326987484576062,
"repo_name": "proger/unhal",
"id": "67332b7529c11e9a016531a3f5a5b34367d13e04",
"size": "5673"... |
class CreateSubscriptions < ActiveRecord::Migration
def change
create_table :stripe_rails_subscriptions do |t|
t.references :plan, null: false, foreign_key: true
t.integer :user_id, null: false, foreign_key: true, references: nil
t.string :stripe_key, null: false
t.integer :status_id, null... | {
"content_hash": "5ae666ee20bf7107f0851ab1f17e1a99",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 73,
"avg_line_length": 31.916666666666668,
"alnum_prop": 0.6866840731070496,
"repo_name": "FreshStartSoftware/stripe_rails",
"id": "c19fd3664e734f2f6b7a4a5f85fff372ff8a0c6b",... |
module Azure::Consumption::Mgmt::V2017_11_30
#
# Consumption management client provides access to consumption resources for
# Azure Enterprise Subscriptions.
#
class Operations
include MsRestAzure
#
# Creates and initializes a new instance of the Operations class.
# @param client service clas... | {
"content_hash": "dbc22d7a01bf94da17e614849e4f2100",
"timestamp": "",
"source": "github",
"line_count": 215,
"max_line_length": 141,
"avg_line_length": 38.27441860465116,
"alnum_prop": 0.66180580872524,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "e49f53c244b6392eaaf01c1a49f47542508dc725",
"size... |
<?php
namespace Hackaton\CleanerJobBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads an... | {
"content_hash": "19d1fe445420b16536ccbdbdc14bb997",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 105,
"avg_line_length": 31.964285714285715,
"alnum_prop": 0.7318435754189944,
"repo_name": "chabanenk0/hackathon",
"id": "19a016e1aa6d40f94a55cd9c6da6da3b7169bb4b",
"size":... |
using System.Collections.Generic;
using System.Linq;
using DatabaseSupport;
namespace Projects
{
public class ProjectDataGateway : IProjectDataGateway
{
private readonly IDatabaseTemplate _template;
public ProjectDataGateway(IDatabaseTemplate template)
{
_template = templa... | {
"content_hash": "dc37b4fdd1276f3b16232d1fa497f556",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 99,
"avg_line_length": 32.285714285714285,
"alnum_prop": 0.5846238938053098,
"repo_name": "barinek/appcontinuum_dotnet",
"id": "8e06ef18730779858992679980bc297112de58b3",
"... |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="${packageName}.${activityClass}" >
<ListView
android:id="@+id/book_list"
... | {
"content_hash": "053d12e3ae06a650ee7826082b4c2132",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 74,
"avg_line_length": 33.9375,
"alnum_prop": 0.6869244935543278,
"repo_name": "g-rauhoeft/enchantment",
"id": "b6657f8a35260296510eb2624e96fa4603f4d3bc",
"size": "543",
... |
#ifndef LineLayoutState_h
#define LineLayoutState_h
#include "core/layout/LayoutBlockFlow.h"
#include "platform/geometry/LayoutRect.h"
#include "wtf/Allocator.h"
namespace blink {
// Like LayoutState for layout(), LineLayoutState keeps track of global information
// during an entire linebox tree layout pass (aka l... | {
"content_hash": "57200105bfea5d0e0ae27c6f05852b5f",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 98,
"avg_line_length": 33.42666666666667,
"alnum_prop": 0.72317510969286,
"repo_name": "danakj/chromium",
"id": "e4ba33cf41cf5f89a1aaa1d71aac75a365c0010e",
"size": "3561",
... |
package org.hisp.dhis.dxf2.events.kafka;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
import com.google.common.base.MoreObjects;
import org.hisp.dhis.common.DxfNamespaces;
import org.hisp.dhis.dxf2.common.ImportOptions;
/**
* @auth... | {
"content_hash": "af6a609a70ebf007262cb2f83049d496",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 111,
"avg_line_length": 24.266666666666666,
"alnum_prop": 0.6433150183150184,
"repo_name": "vietnguyen/dhis2-core",
"id": "725405e4955484c02abaaf8dfb37b8f27511bf7c",
"size"... |
cask 'tunnelblick' do
version '3.7.3,4880'
sha256 '06554366c3e02337aafb447a83abe6b054f90661be35e6e7fc317c82c5f5c77e'
# github.com/Tunnelblick/Tunnelblick/releases/download was verified as official when first introduced to the cask
url "https://github.com/Tunnelblick/Tunnelblick/releases/download/v#{version.bef... | {
"content_hash": "1fd150225443340e8cec7bbe2a58fcfe",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 162,
"avg_line_length": 39.7,
"alnum_prop": 0.6756926952141058,
"repo_name": "0xadada/homebrew-cask",
"id": "42dd2835419e6432c5699178f4b4683dc8f048ba",
"size": "1588",
"b... |
=======
Credits
=======
Development Lead
----------------
* Ardy Dedase <ardy.dedase@skyscanner.net>
Contributors
------------
* Denis Dudnik <deniska.dudnik@gmail.com>
* Amado Martinez <amado@projectivemotion.com>
| {
"content_hash": "348864d059cc7e7d8da18abacfaf1c80",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 45,
"avg_line_length": 15.642857142857142,
"alnum_prop": 0.6210045662100456,
"repo_name": "ardydedase/skyscanner-php-sdk",
"id": "c1e85922cb929582a0dc6ae59f45a5625bc30dff",
... |
{{ include.name }}{% if include.degree %}, {{ include.degree }}{% endif %}
| {
"content_hash": "6e48551810ab8d4a9176986101a46339",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 74,
"avg_line_length": 75,
"alnum_prop": 0.5866666666666667,
"repo_name": "GenomeInformatics/genomeinformatics.github.io",
"id": "9c5e92b3c3cfa226bbd9d2e65168d3034f3b0244",
... |
CMDNAME=`basename $0`
if [ "$1" = '-?' -o "$1" = "--help" ]; then
echo "$CMDNAME cleans up shared memory and semaphores from aborted PostgreSQL"
echo "backends."
echo
echo "Usage:"
echo " $CMDNAME"
echo
echo "Note: Since the utilities underlying this scrīpt are very different"
echo "from platform. to platform... | {
"content_hash": "21d2a59269909fc77b1f1410a6c2d1ea",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 82,
"avg_line_length": 23.878504672897197,
"alnum_prop": 0.6097847358121331,
"repo_name": "coolhacks/scripts-hacks",
"id": "ed66e1a2ac9890e742aa8b77a35463abbddf080f",
"siz... |
{% extends 'base.html' %}
{% load staticfiles %}
{% block main_content_block %}
<h1>Convert Image to JPEG</h1>
<p>
Please select an
<a href="https://en.wikipedia.org/wiki/Image_file_formats">image</a>
file to upload and convert to <a href="https://en.wikipedia.org/wiki/JPEG">JPEG</a>... | {
"content_hash": "47e6730da4b2d201128cdd1599c751a9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 97,
"avg_line_length": 29.46875,
"alnum_prop": 0.5355249204665959,
"repo_name": "dumrauf/web_tools",
"id": "81719ec3ce94567d2d827dcbd8a331e40aaf1e0f",
"size": "943",
"bin... |
from distutils.core import setup
setup(name='svgage',
version='0.1',
description='Python Gauges in SVG',
author='Mickael Hoareau',
author_email='mickael.hoareau@gmail.com',
license='MIT',
url='https://github.com/mhoareau/python-svgage',
packages=['svgage'],
)
| {
"content_hash": "cb98279f4a1702df5eb46993c3d4ee8d",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 54,
"avg_line_length": 28,
"alnum_prop": 0.6298701298701299,
"repo_name": "mhoareau/python-svgage",
"id": "76c3e0c930827ff6dc19f386b98128de2fc1daab",
"size": "308",
"bina... |
<?xml version='1.0' encoding='UTF-8'?>
<Document>
<Header>
<SchemaName>Location</SchemaName>
<Identifier>location_geonames_2750570</Identifier>
<DocumentState>public</DocumentState>
<TimeStamp>1390753461704</TimeStamp>
<SummaryFields>
<Title>NL > North Brabant > Bergeijk > Muggenhoo... | {
"content_hash": "c568db15c840c36edd9845c02042d0e0",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 89,
"avg_line_length": 31.655172413793103,
"alnum_prop": 0.6666666666666666,
"repo_name": "delving/oscr-data",
"id": "d912f368b1d5a5a099e9c721466f7197e1d142dd",
"size": "91... |
namespace Google.Cloud.GkeMultiCloud.V1.Snippets
{
// [START gkemulticloud_v1_generated_AwsClusters_GetAwsNodePool_sync_flattened_resourceNames]
using Google.Cloud.GkeMultiCloud.V1;
public sealed partial class GeneratedAwsClustersClientSnippets
{
/// <summary>Snippet for GetAwsNodePool</summary... | {
"content_hash": "b46cdce00bd773cb921c957995b281cc",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 155,
"avg_line_length": 46.541666666666664,
"alnum_prop": 0.6866606982990152,
"repo_name": "jskeet/gcloud-dotnet",
"id": "75be1d7beae6b3f7d4ce38b78ade5c03e3b1441a",
"size":... |
/**
* Wepack common config
*/
import {
cleanClientDirPlugin,
noEmitOnErrorPlugin,
extractCSSChunksPlugin,
htmlPlugin,
inlineSourcePlugin,
definePlugin,
cssoPlugin,
statsWriterPlugin,
} from './plugins';
import {
jsRules,
cssRulesClient,
imageRules,
propertiesRules,
inlineScriptsRules,
} fr... | {
"content_hash": "5dc7a9e694b88237ff8e1548a4066e28",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 60,
"avg_line_length": 18.41111111111111,
"alnum_prop": 0.5890162945081473,
"repo_name": "dashukin/react-redux-template",
"id": "2fe3542a560cf5399bca825120ce9a966ae2fc5a",
... |
=pod
=head1 NAME
BN_CTX_new_ex, BN_CTX_new, BN_CTX_secure_new_ex, BN_CTX_secure_new, BN_CTX_free
- allocate and free BN_CTX structures
=head1 SYNOPSIS
#include <openssl/bn.h>
BN_CTX *BN_CTX_new_ex(OSSL_LIB_CTX *ctx);
BN_CTX *BN_CTX_new(void);
BN_CTX *BN_CTX_secure_new_ex(OSSL_LIB_CTX *ctx);
BN_CTX *BN_CTX_se... | {
"content_hash": "d3df6f49b52b5bca74b9f9699028e230",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 80,
"avg_line_length": 31.415730337078653,
"alnum_prop": 0.7360515021459227,
"repo_name": "openssl/openssl",
"id": "1d93c8b55e87eb16f4c9ffa4eb75ed9e94422f2e",
"size": "2796... |
using MO.Common.Lang;
using MO.Content3d.Resource.Material;
using System.Windows.Forms;
namespace MO.Design3d.Material.Controls
{
//============================================================
// <T>材质信息属性控件。</T>
//============================================================
public partial class QDsMateri... | {
"content_hash": "ee7315576d7ae86aff135ebfb417b901",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 81,
"avg_line_length": 43.118811881188115,
"alnum_prop": 0.5460390355912744,
"repo_name": "favedit/MoCross",
"id": "25620f221c4090aded5e805a73f4b0af0ac05916",
"size": "452... |
<!DOCTYPE html>
<html>
<head>
<title>Continuum</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="images/favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=M... | {
"content_hash": "4d7fc950f68217cf0b3d59ccdfb52b07",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 110,
"avg_line_length": 40,
"alnum_prop": 0.6838235294117647,
"repo_name": "SBGLevelUpToolkit/continuum-web",
"id": "2ddc9c71d5ca2f8c40d9ed3a4a6298bd50a297df",
"size": "680... |
var cp = require('child_process');
console.log('I am father process. PID:', process.pid);
var cat = cp.spawn('cat', ['./messy.txt']);
var sort = cp.spawn('sort');
var uniq = cp.spawn('uniq');
cat.stdout.pipe(sort.stdin);
sort.stdout.pipe(uniq.stdin);
uniq.stdout.pipe(process.stdout);
| {
"content_hash": "2644f3afe44d3cb71c5847320a15728e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 54,
"avg_line_length": 26.181818181818183,
"alnum_prop": 0.6770833333333334,
"repo_name": "zhangshans3/nodejs-demo",
"id": "275af9e5dced2d096856ee7b9bd9cf97febb8d18",
"size... |
@implementation UITableViewCell (RACSignalSupport)
- (RACSignal *)rac_prepareForReuseSignal {
RACSignal *signal = objc_getAssociatedObject(self, _cmd);
if (signal != nil) return signal;
signal = [[[self
rac_signalForSelector:@selector(prepareForReuse)]
mapReplace:RACUnit.defaultUnit]
setNameWithFormat:@"%@ -... | {
"content_hash": "93e5859380a38fbbba4abf39ba04e986",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 81,
"avg_line_length": 29.875,
"alnum_prop": 0.7677824267782427,
"repo_name": "rdlester/placeviewer-reactive",
"id": "20777435695ac7f2f294984043e50dce20ceca4e",
"size": "85... |
using System;
using System.Collections.Generic;
using System.Linq;
using ExceptionShield.Exceptions;
using ExceptionShield.Plugable.Resolver;
using ExceptionShield.Policies;
using ExceptionShield.Rules;
using ExceptionShield.Strategies;
using JetBrains.Annotations;
#endregion
namespace ExceptionShield
{
public cl... | {
"content_hash": "3616459bdab416f7dd1882262af7fa9b",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 119,
"avg_line_length": 34.15942028985507,
"alnum_prop": 0.6202800169707255,
"repo_name": "MatthiasJansen/Exceptional",
"id": "707bea07273b9d97f82751cd306230c58b5ec091",
"s... |
/**
*@author Grégory Van den Borre
*/
#include "../includes/JniDirectionalLight.h"
#include "../includes/DirectionalLight.hpp"
JNIEXPORT void JNICALL Java_jni_JniDirectionalLight_delete(
JNIEnv*,
jobject,
POINTER pointer) {
LOG_FUNCTION
delete reinterpret_cast<yz::DirectionalLight*>(pointer);
}
... | {
"content_hash": "b94493bd35312c309a7664cadd8af907",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 76,
"avg_line_length": 22.2972972972973,
"alnum_prop": 0.6921212121212121,
"repo_name": "yildiz-online/module-graphic-ogre",
"id": "96c7dd5bf0bf304090e20f2257b9d0049e352ac5",... |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<name>mdb-that-replies-to-response-queue-collocated-and-remote</name>
<modelVersion>4.0.0</modelVersion>
... | {
"content_hash": "47dbf2b996e4bcfaa995c8f0abec2fa9",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 201,
"avg_line_length": 34.82666666666667,
"alnum_prop": 0.5176110260336907,
"repo_name": "NovaOrdis/playground",
"id": "7d44dcb6ce5e45f91987f208f38eec663df7ccd8",
"size": ... |
package org.pentaho.di.core.plugins;
import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.util.List;
import java.util.Map;
import org.pentaho.di.core.Const;
import org.pentaho.di.core.annotations.ImportRulePlugin;
import org.pentaho.di.core.exception.KettlePluginException;
import org.pent... | {
"content_hash": "140ddcc5bf8fd2c93f3f1a517c9641a2",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 128,
"avg_line_length": 28.666666666666668,
"alnum_prop": 0.7455703211517165,
"repo_name": "soluvas/pdi-ce",
"id": "e9f3f0747a2e6b6014924a01bf8c96ca9cd050d9",
"size": "451... |
<!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_181) on Thu Apr 16 16:19:20 IST 2020 -->
<title>Uses of Class pb.locationintelligence.LIAPIGeoPropertyServiceApi</title>
<meta name="date" cont... | {
"content_hash": "8b40187dab4860866aeea0c7ff902208",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 163,
"avg_line_length": 35.87903225806452,
"alnum_prop": 0.6399190829399866,
"repo_name": "PitneyBowes/LocationIntelligenceSDK-Java",
"id": "228d7da130adf568dd888201a036faf3... |
var check = require("./check");
var convert = require("./convert");
function process(instance)
{
if ( check.isSVG(instance) && check.isCompatible(instance) )
{
convert(instance);
}
}
module.exports = process;
| {
"content_hash": "1aac34716363e043a9daf2d8426e8045",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 14.733333333333333,
"alnum_prop": 0.665158371040724,
"repo_name": "webframes/smil2css",
"id": "653c4f522c1312a95137f8ebde84a7cfb98a0fee",
"size": "22... |
#ifdef __OPENCV_BUILD
#error this is a compatibility header which should not be used inside the OpenCV library
#endif
#include BOSS_OPENCV_U_opencv2__calib3d_hpp //original-code:"opencv2/calib3d.hpp"
| {
"content_hash": "b5a68f9194b248cd79fdc9e7f859a5cb",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 88,
"avg_line_length": 29,
"alnum_prop": 0.7783251231527094,
"repo_name": "koobonil/Boss2D",
"id": "7611ac2261a6ff2f6748c45968c5d4ac3cd4252b",
"size": "2420",
"binary": fa... |
"""Django manage."""
import os
import sys
if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "nextfeed.settings")
from django.core.management import execute_from_command_line
execute_from_command_line(sys.argv)
| {
"content_hash": "e1f91606b01dfebbb954ce9330d0239e",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 72,
"avg_line_length": 22.818181818181817,
"alnum_prop": 0.6972111553784861,
"repo_name": "Nurdok/nextfeed",
"id": "09bd4901cba90d3667f05e0c4e58463b5073bfa5",
"size": "274"... |
package net.dtkanov.blocks.circuit;
import net.dtkanov.blocks.logic.Node;
import net.dtkanov.blocks.logic.Wire;
public abstract class MultiNode extends Node {
protected int bitness;
protected Node data[] = null;
public MultiNode(int num_bits) {
this(num_bits, null);
}
public MultiNode(int num_bits, Wire ou... | {
"content_hash": "4ede8ff4d69d8ef4122bc16138fb014a",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 46,
"avg_line_length": 18.477272727272727,
"alnum_prop": 0.6309963099630996,
"repo_name": "akademi4eg/aka-uvc",
"id": "03db6636747f98467178c7aabeee48997d63483d",
"size": "8... |
using System;
using System.Linq;
using Microsoft.Azure.Management.Monitor;
using Microsoft.Azure.Management.Monitor.Models;
using Microsoft.Rest.Azure.OData;
using System.Threading.Tasks;
using Microsoft.Rest.Azure.Authentication;
using Newtonsoft.Json;
namespace AccessServiceBusMetricsViaCode
{
class Program
... | {
"content_hash": "1a4c542bebb588637d5b4b5295750456",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 239,
"avg_line_length": 51.51086956521739,
"alnum_prop": 0.5944292044735177,
"repo_name": "clemensv/azure-service-bus",
"id": "d628aba37a3b5a59edea41551f1dc131c53099a9",
"s... |
TASSELpy.net.maizegenetics.analysis.association package
=======================================================
Submodules
----------
TASSELpy.net.maizegenetics.analysis.association.FixedEffectLMPlugin module
--------------------------------------------------------------------------
.. automodule:: TASSELpy.net.maiz... | {
"content_hash": "dac7bc214acca920ba3cadc12372d742",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 83,
"avg_line_length": 26.545454545454547,
"alnum_prop": 0.5736301369863014,
"repo_name": "er432/TASSELpy",
"id": "615bea67bf5ee65ae6c74dc6e59e1c5190eeab60",
"size": "584",... |
package com.sequenceiq.environment.client;
import com.sequenceiq.cloudbreak.client.AbstractUserCrnServiceClient;
import com.sequenceiq.cloudbreak.client.ConfigKey;
public class EnvironmentServiceUserCrnClient extends AbstractUserCrnServiceClient<EnvironmentServiceCrnEndpoints> {
protected EnvironmentServiceUserC... | {
"content_hash": "df2b76ecffccf674adb83c2e2e1a73cf",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 115,
"avg_line_length": 37.9375,
"alnum_prop": 0.8088962108731467,
"repo_name": "hortonworks/cloudbreak",
"id": "47c5817ad5786dc6686b5c0e8b6dde31dc82215b",
"size": "607",
... |
const ghpages = require('gh-pages');
ghpages.publish(
'static',
{
message: 'update demo page',
push: true,
},
(error) => {
console.log('finish');
console.log(error);
},
);
| {
"content_hash": "db5b43a183470a092b9b5c6463f4581a",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 36,
"avg_line_length": 15.307692307692308,
"alnum_prop": 0.5577889447236181,
"repo_name": "WendellLiu/react-selectronic",
"id": "2bd1fa8aafc09fabaa749d6c759ad6b5ad0aceed",
... |
<?php
declare(strict_types = 1);
namespace FireflyIII\Http\Controllers\Auth;
use FireflyIII\Http\Controllers\Controller;
use FireflyIII\User;
use Illuminate\Foundation\Auth\ResetsPasswords;
use Illuminate\Http\Request;
use Illuminate\Mail\Message;
use Illuminate\Support\Facades\Password;
/**
* Class PasswordContro... | {
"content_hash": "79e1d4ec065cda3f734728feba0c0d69",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 79,
"avg_line_length": 26.949367088607595,
"alnum_prop": 0.5631751996242367,
"repo_name": "tonicospinelli/firefly-iii",
"id": "e341c46372a3eb06e41afcdc97f15e145605ecc9",
"s... |
from django.conf.urls import url
from django.contrib.auth.views import logout
from user.views import user_login, user_register, user_settings, user_profile, user_area51
urlpatterns = [
url(r'register$', user_register, name='user_register'),
url(r'login$', user_login, name='user_login'),
url(r'logout$', lo... | {
"content_hash": "9763998e0ccc2c6a2a9dbec16d672e18",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 90,
"avg_line_length": 43.23076923076923,
"alnum_prop": 0.693950177935943,
"repo_name": "Djacket/djacket",
"id": "2465fc63bd1311374e685873ffb9933fdb7d314b",
"size": "562",
... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection.Emit;
using System.Text.RegularExpressions;
using DocGenerator;
namespace DocGenerator.Documentation.Files
{
public abstract class DocumentationFile
{
protected FileInfo FileLocation { get; }
protected string Extension => t... | {
"content_hash": "2b374e57c50e7c4631fad98a7b04786e",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 114,
"avg_line_length": 28.083333333333332,
"alnum_prop": 0.7323442136498516,
"repo_name": "TheFireCookie/elasticsearch-net",
"id": "2f7cedd3527d12f13b030e64cccfc820af2d5759"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.