text stringlengths 2 1.04M | meta dict |
|---|---|
package ezvcard.io.scribe;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.transform.OutputKeys;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.xml.sax.SAXException;
import ezvcard.VCardDataType;
import ezvcard.VCardVersion;
import ezvcard.io.CannotParseE... | {
"content_hash": "4aa366c74d6462de81c3171c901b9528",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 146,
"avg_line_length": 27.235849056603772,
"alnum_prop": 0.7343262902667128,
"repo_name": "hongnguyenpro/ez-vcard",
"id": "2c4acfd4233ce966bd4f946bb54f708572387017",
"siz... |
#pragma once
#include <csv.h>
#include <vector>
#include <iostream>
#include <boost/lexical_cast.hpp>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <typeinfo>
namespace csv {
namespace detail {
struct Result {
int number{0};
std::string message{"success"};
operator bool() const { re... | {
"content_hash": "40aee69d885dd8164abc1cadb07af7dc",
"timestamp": "",
"source": "github",
"line_count": 314,
"max_line_length": 79,
"avg_line_length": 27.579617834394906,
"alnum_prop": 0.6051963048498845,
"repo_name": "suspend0/csvpp",
"id": "5b68b810eee8e880b68bd0c44144b507b61aa55a",
"size": "8660... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UnitTestHelper - FAKE - F# Make</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull">
... | {
"content_hash": "a27bf924e00317d463925004c7bf85ea",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 209,
"avg_line_length": 45.052083333333336,
"alnum_prop": 0.5796531791907514,
"repo_name": "mwissman/MingleTransitionMonitor",
"id": "f0f63a3b6187c25c66d5026ca41b93e0d15188b... |
#ifndef _MEGA_COMMON_H_
#define _MEGA_COMMON_H_
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/spinlock.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/blkdev.h>
#include <linux/list.h>
#include <linux/moduleparam.h>
#include <linux/dma-mapping.h>
#... | {
"content_hash": "550932c45920e07ca57745e939a96bd8",
"timestamp": "",
"source": "github",
"line_count": 276,
"max_line_length": 77,
"avg_line_length": 32.141304347826086,
"alnum_prop": 0.6883102243264569,
"repo_name": "ut-osa/laminar",
"id": "26e1e6c55654e0a71b4e272eac98ec6a43ec90fd",
"size": "9334... |
<?php
/**
* @package go\DB
*/
namespace go\DB;
/**
* Compatibility with older versions
*
* @author Oleg Grigoriev <go.vasac@gmail.com>
*/
class Compat
{
/**
* Sets a compatibility option
*
* @param string $key
* @param mixed $value
*/
public static function setOpt($key, $value)
... | {
"content_hash": "097750cee9d8a652e8397d1fd31d8bb1",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 70,
"avg_line_length": 18.83076923076923,
"alnum_prop": 0.5179738562091504,
"repo_name": "mundiir/kostylev",
"id": "156ff47fbaeb53474a3f2948bdcbbbf6883f14be",
"size": "1224... |
sudo ln -s /vagrant/env.sh /etc/profile.d/env.sh
. /etc/profile.d/env.sh
yum install -y git unzip
# les sources du kernel linux et de glibc
yum install -y kernel-devel glibc-devel
# les debuginfo (les symbols) du kernel linux et de glibc
yum install --enablerepo=base-debuginfo -y kernel-debuginfo.x86_64 kernel-... | {
"content_hash": "65fbc707e8fe33e67d4d5c4218857906",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 153,
"avg_line_length": 33.44230769230769,
"alnum_prop": 0.7550316273720529,
"repo_name": "npeters/devoxx-flamegraph",
"id": "7f6dfab01f70ac5a0077335ce07ccb21751ec17e",
"si... |
//
// TKScrollPageViewController.h
// XiaoNongDingClient
//
// Created by YueWen on 2017/9/4.
// Copyright © 2017年 ryden. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "LLSegmentBar.h"
NS_ASSUME_NONNULL_BEGIN
/// UIPageViewControllerTransitionStyleScroll 模式下的UIPageViewController
@interface TKScrollPage... | {
"content_hash": "2fe85e0307e159de2fd45deedb321566",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 105,
"avg_line_length": 17.96694214876033,
"alnum_prop": 0.7879484820607175,
"repo_name": "RITL/TaoKeClient",
"id": "df71171bc2f4cbe791899eddaf5d4a5bc88f6ba6",
"size": "23... |
extern "C" {
#include <signal.h>
}
#include <cerrno>
#include <cstddef>
#include "utils/format/macros.hpp"
#include "utils/signals/exceptions.hpp"
namespace signals = utils::signals;
/// Number of the last valid signal.
const int utils::signals::last_signo = LAST_SIGNO;
/// Resets a signal handler to its default... | {
"content_hash": "9b56a2f1c1bb94435e4fe3f0f43d1138",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 74,
"avg_line_length": 23.7027027027027,
"alnum_prop": 0.6476624857468644,
"repo_name": "ayyucedemirbas/Minix-Source-Code",
"id": "36e7966b27d9f841037de05ada520b7bd56ddade",
... |
<?php
/**
* Classe créée pas Symfony pour gérer le bundle
*
* @author Juliana Leclaire <Juliana.Leclaire@etu.univ-savoie.fr>
* @author Céline de Roland <Celine.de-Roland@etu.univ-savoie.fr>
*
*/
namespace Sources\DebianBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
/**
* Classe créée pas Symfony pour... | {
"content_hash": "3069f5b4708f3f344d7cbe93fb35510a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 65,
"avg_line_length": 22.782608695652176,
"alnum_prop": 0.7347328244274809,
"repo_name": "celinederoland/DataNavigator",
"id": "798b7bed84a17859202778b55d7402e32d70592f",
... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | {
"content_hash": "c501cd807f590551b2024ddb777c7a5b",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 297,
"avg_line_length": 43.92822966507177,
"alnum_prop": 0.5097483934211959,
"repo_name": "dcarda/aba.route.validator",
"id": "839599b8a6a3808dd946677d8318ba7037e9c997",
"... |
using System;
using System.ComponentModel;
using System.Threading.Tasks;
namespace CSharpFunctionalExtensions
{
public static partial class AsyncResultExtensionsBothOperands
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use CheckIf() instead.")]
public static Task<Result<T>... | {
"content_hash": "e91f9c433d57d3ff85e8a488f59361d0",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 153,
"avg_line_length": 49.46153846153846,
"alnum_prop": 0.6583722135821669,
"repo_name": "vkhorikov/CSharpFunctionalExtensions",
"id": "b71852b5f9e2705ca95d0e414ca0f9746ddcd... |
package com.github.ksoichiro.android.observablescrollview.samples;
import android.os.Bundle;
import android.support.v4.view.ViewCompat;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.View;
import com.github.ksoi... | {
"content_hash": "938223adbfb7778ae4ca5f880a67d315",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 116,
"avg_line_length": 42.13793103448276,
"alnum_prop": 0.7032187670485542,
"repo_name": "bensonss/Android-ObservableScrollView",
"id": "9837364409937dd073ceaf3c7cc9bd64c513... |
def configure(config):
if 'data_paths' in config['ores'] and \
'nltk' in config['ores']['data_paths']:
import nltk
nltk.data.path.append(config['ores']['data_paths']['nltk'])
from flask import Blueprint, Flask
from . import routes
from ..score_processors import ScoreProcessor
... | {
"content_hash": "bd4477fd182c72848ee5ebdfce135f73",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 79,
"avg_line_length": 30.458333333333332,
"alnum_prop": 0.6429548563611491,
"repo_name": "aetilley/ores",
"id": "79adddf9992f6b10a6a55d0b6d9e3e0381f113f8",
"size": "731",
... |
/* Copyright (c) 2006, Sun Microsystems, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and t... | {
"content_hash": "f887f653d424fa87e8c5233a8f682799",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 130,
"avg_line_length": 38.32432432432432,
"alnum_prop": 0.7200282087447109,
"repo_name": "Michaelangel007/strongtalk",
"id": "22313655cf58a94f38f6ee480b6da5e204677ae6",
"s... |
package revision
import (
"bytes"
"regexp"
"time"
. "gopkg.in/check.v1"
)
type ParserSuite struct{}
var _ = Suite(&ParserSuite{})
func (s *ParserSuite) TestErrInvalidRevision(c *C) {
e := ErrInvalidRevision{"test"}
c.Assert(e.Error(), Equals, "Revision invalid : test")
}
func (s *ParserSuite) TestNewParser... | {
"content_hash": "ef219cccf6dc34aef24562cc02359e56",
"timestamp": "",
"source": "github",
"line_count": 399,
"max_line_length": 154,
"avg_line_length": 29.729323308270676,
"alnum_prop": 0.5858202663968977,
"repo_name": "go-git/go-git",
"id": "3a77b2f11e61792eb43c6848f31b90a9dadddcec",
"size": "1186... |
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>koncept.pheidippides</groupId>
<artifactId>pheidippides-repository-2</artifactId>
<versioning>
<versions>
<version>1.0-SNAPSHOT</version>
</versions>
<lastUpdated>20140415195921</lastUpdated>
</versioning>
</metadata>
| {
"content_hash": "9924d66b0c39217dfbc4d4c2423655ad",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 52,
"avg_line_length": 27.545454545454547,
"alnum_prop": 0.6996699669966997,
"repo_name": "custom-koncept-ltd/Pheidippides",
"id": "f2bf3b46f75bca4dfae1548b281117b9d6fed729",... |
"""
Amazon EC2, Eucalyptus and Nimbus drivers.
"""
from __future__ import with_statement
import sys
import base64
import os
import copy
from xml.etree import ElementTree as ET
from libcloud.utils.py3 import b
from libcloud.utils.xml import fixxpath, findtext, findattr, findall
from libcloud.common.aws import AWSBa... | {
"content_hash": "410ea69fb559fa17b5130b85b9f08fb3",
"timestamp": "",
"source": "github",
"line_count": 1648,
"max_line_length": 79,
"avg_line_length": 32.28580097087379,
"alnum_prop": 0.5320164639990979,
"repo_name": "ConPaaS-team/conpaas",
"id": "c07a0828444a25dccb5d26ef69e7f21832e4b77e",
"size":... |
'use strict';
angular
.module('app.controllers')
.controller('AuthCtrl', function($scope, $location, Restangular) {
Restangular.one('people/me')
.get()
.then(function(data) {
$scope.user = data;
})
.catch(function(res) {
var status = res.data.errors[0].status;
if (status === '401') {
$scope.signI... | {
"content_hash": "6d89928f5d5d28ef5e23a78342939761",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 98,
"avg_line_length": 25,
"alnum_prop": 0.6510344827586206,
"repo_name": "TechAtNYU/intranet",
"id": "75ebf861b40a4fa7cd0ef598315b9b1915006e2c",
"size": "725",
"binary":... |
"""Standardize samples.
"""
# Author: Taku Yoshioka, Shohei Shimizu
# License: MIT
from copy import deepcopy
import numpy as np
def standardize_samples(xs, standardize):
xs = deepcopy(xs)
if standardize == 'keepratio':
s = np.std(xs)
xs = (xs - np.mean(xs, axis=0)) / s
elif ... | {
"content_hash": "17350239fac28f425abe805dea999f08",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 74,
"avg_line_length": 27.03846153846154,
"alnum_prop": 0.5789473684210527,
"repo_name": "taku-y/bmlingam",
"id": "768e17c3072928e4c88cca59ca60e9799bb9c485",
"size": "728",... |
// UIColor+DDGAppInformationAddition.m
//
// Copyright (c) 2014 DU DA GMBH (http://www.dudagroup.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including with... | {
"content_hash": "3da1ab20a13bb2ea0a5685c1f18e0ff7",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 80,
"avg_line_length": 36.595238095238095,
"alnum_prop": 0.7586206896551724,
"repo_name": "dudagroup/DDGFoundation",
"id": "9dec1da6d9035a13e2253a0ada6d313b0c12cc9f",
"size... |
.class public Landroid/drm/DrmStore$DrmDeliveryType;
.super Ljava/lang/Object;
.source "DrmStore.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/drm/DrmStore;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "DrmDelivery... | {
"content_hash": "475542fb4299660bd6ad8918fadd0381",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 55,
"avg_line_length": 20.97222222222222,
"alnum_prop": 0.7417218543046358,
"repo_name": "Liberations/Flyme5_devices_base_cm",
"id": "98e1f65882b33b5e770a78867a1250d451abb4f0... |
#ifndef BOOST_ASIO_SEQ_PACKET_SOCKET_SERVICE_HPP
#define BOOST_ASIO_SEQ_PACKET_SOCKET_SERVICE_HPP
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
# pragma once
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#include <boost/asio/detail/config.hpp>
#include <cstddef>
#include <boost/asio/async_result.hpp>
#i... | {
"content_hash": "9d6a92881685a738e03741a803cbbb26",
"timestamp": "",
"source": "github",
"line_count": 373,
"max_line_length": 80,
"avg_line_length": 33.14209115281501,
"alnum_prop": 0.6908267270668177,
"repo_name": "Truthsayer1/Ember",
"id": "9adbeb0fe2a31fe7032085fb37d321ca67f5acb3",
"size": "12... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ResidentialManager
{
class LegalDocuments :Document
{
}
}
| {
"content_hash": "ba0c62ebac28cbde5e1d8a5a614d81a1",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 34,
"avg_line_length": 17.5,
"alnum_prop": 0.7095238095238096,
"repo_name": "ttitto/TelerikAcademy",
"id": "c6b207b9e8817f2a0ea8c77eaafc5f62f7ee23dc",
"size": "212",
"bin... |
<?php
namespace App\Test\TestCase\Controller;
use App\Controller\PlayersController;
use Cake\TestSuite\IntegrationTestCase;
/**
* App\Controller\PlayersController Test Case
*/
class PlayersControllerTest extends IntegrationTestCase {
/**
* Fixtures
*
* @var array
*/
public $fixtures = [
'app.players',
'ap... | {
"content_hash": "3d5dfff0a868e1b44ebf26a2bfc58283",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 59,
"avg_line_length": 15.76923076923077,
"alnum_prop": 0.6658536585365854,
"repo_name": "davidyell/Cricketeer",
"id": "56b6c148b546cce9a378ab8f9a092ddaec9f1645",
"size": "... |
/// <reference path="../Assets/Vectors/Vector2d.ts" />
/// <reference path="../Interfaces/IMoveable.ts" />
/// <reference path="../Interfaces/IUpdateable.ts" />
/// <reference path="../GameTime.ts" />
var EndGate;
(function (EndGate) {
(function (MovementControllers) {
/**
* Abstract class that hold... | {
"content_hash": "c95d662bf4800e2805a3309b1992471e",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 138,
"avg_line_length": 41.6,
"alnum_prop": 0.5612980769230769,
"repo_name": "NTaylorMullen/EndGate",
"id": "4882eb55bbc5fbb09220ce10f1dd97b04269b362",
"size": "2496",
"b... |
/*
* 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 tests.gl_320.fbo;
import com.jogamp.opengl.GL;
import static com.jogamp.opengl.GL2GL3.*;
import com.jogamp.opengl.GL3... | {
"content_hash": "e2a7eb9449b510485b7fd291439e9d4e",
"timestamp": "",
"source": "github",
"line_count": 402,
"max_line_length": 123,
"avg_line_length": 40.14179104477612,
"alnum_prop": 0.6354960649439177,
"repo_name": "elect86/jogl-samples",
"id": "25c1b71472c5628f39c535eb3cda06d29de7ac35",
"size":... |
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __adc_H
#define __adc_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
/* USER CODE BEGIN Includes */
/* USER COD... | {
"content_hash": "cfc416c5377ec34ccdfa946765cc4db6",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 80,
"avg_line_length": 17.88372093023256,
"alnum_prop": 0.4928478543563069,
"repo_name": "Aleksey710/Test_STM32F407VET6",
"id": "1eb31d5654b43f6561724dea5d13ffeb83204a2d",
... |
import * as connectionsApi from '../api/connections-api';
export const REQUEST_CONNECTIONS_DEPARTURING_NEXT = 'REQUEST_CONNECTIONS_DEPARTURING_NEXT';
export const REQUEST_CONNECTIONS_BY_PLACES = 'REQUEST_CONNECTIONS_BY_PLACES';
export const RECEIVE_CONNECTIONS_DEPARTURING_NEXT = 'RECEIVE_CONNECTIONS_DEPARTURING_NEXT';... | {
"content_hash": "4023757e21c566213c44702442bb6e02",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 91,
"avg_line_length": 27.086206896551722,
"alnum_prop": 0.7275620623806492,
"repo_name": "jamppa/busa-web",
"id": "3db9e8c1e29d64aac34602ffcfbf38763c611619",
"size": "1571... |
package org.fossasia.pslab.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import org.fossasia.pslab.R;
import butterknife.ButterKnife;
import butterkni... | {
"content_hash": "eaf7f0297804131a6359cf4069a5fb20",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 123,
"avg_line_length": 26.475,
"alnum_prop": 0.7337110481586402,
"repo_name": "akarshan96/pslab-android",
"id": "3051ca120318b781d78cc73829078a099e6c2756",
"size": "1059",... |
package net.newstring.crux.table.common;
/**
* ExcelSourceBuilder
* 表文件,
* @author lic
* @date 2018/4/9
*/
public class ExcelSourceBuilder {
}
| {
"content_hash": "85e01dfe4861a31a9d948e7d4dcc2c9b",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 40,
"avg_line_length": 13.636363636363637,
"alnum_prop": 0.6866666666666666,
"repo_name": "aaron218/Crux",
"id": "e6ccdf3814af5db6ed230ac62c446781ea35a4cb",
"size": "158",
... |
import contextlib
import eventlet
from heat.common import timeutils
from heat.engine import dependencies
from heat.engine import scheduler
from heat.tests import common
class DummyTask(object):
def __init__(self, num_steps=3):
self.num_steps = num_steps
def __call__(self, *args, **kwargs):
... | {
"content_hash": "bfc84517087e2814f5a065ea3af5fbe1",
"timestamp": "",
"source": "github",
"line_count": 1193,
"max_line_length": 79,
"avg_line_length": 30.620284995808884,
"alnum_prop": 0.557021626060772,
"repo_name": "miguelgrinberg/heat",
"id": "64ef1086268e032893959c25199e3f6636425ecb",
"size": ... |
package com.google.common.testing.junit3;
import static com.google.common.testing.junit3.JUnitAsserts.assertContentsInOrder;
import com.google.common.testing.TearDown;
import com.google.common.testing.TearDownStack;
import com.google.common.testing.TestLogHandler;
import junit.framework.TestCase;
import java.util... | {
"content_hash": "4578add088f17b38ca299002f419cb75",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 82,
"avg_line_length": 26.57831325301205,
"alnum_prop": 0.7019492293744334,
"repo_name": "zorzella/test-libraries-for-java",
"id": "75a913e4fe41b6a5eee75b1028f3610af4ae2fd7"... |
public class Solution
{
public ArrayList<Integer> inorderTraversal (TreeNode root)
{
ArrayList<Integer> ret = new ArrayList<Integer>();
Stack<TreeNode> stack = new Stack<TreeNode>();
if (root != null)
stack.push(root);
while (!stack.empty())
{
while (stack.peek().left != null)
... | {
"content_hash": "15c12dd54c88312bed881e6a990b2d2e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 60,
"avg_line_length": 25.652173913043477,
"alnum_prop": 0.5661016949152542,
"repo_name": "starforever/leetcode",
"id": "6818c9249542e69bb568fa0c4617e21b2847fdfe",
"size": ... |
Simple application to run through an Options Pricing Distribution model for implied equity values.
| {
"content_hash": "23696c66a0785c373854254159abe053",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 98,
"avg_line_length": 99,
"alnum_prop": 0.8484848484848485,
"repo_name": "imdaveho/opm-calculator",
"id": "17787693d8023a0c931ea8d64bcd237d974d77e7",
"size": "116",
"bina... |
/*
Visualization adapted from Michael Bromley's Soundcloud visualizer.
https://github.com/michaelbromley/soundcloud-visualizer
*/
var MichaelBromleyVisualization = (function() {
/*
Amplitude Visualzation Template
*/
var amplitude_visualization_id = 'michaelbromley_visualization';
var amplitude_visualization_nam... | {
"content_hash": "f5639892a55e332c58fba4f52cc88246",
"timestamp": "",
"source": "github",
"line_count": 540,
"max_line_length": 184,
"avg_line_length": 26.942592592592593,
"alnum_prop": 0.630558801292185,
"repo_name": "ushiang/amplitudejs",
"id": "989f4bd5729b700918d5dccbb1447e52d26b9522",
"size": ... |
namespace google {
namespace cloud {
namespace pubsublite_internal {
GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
std::shared_ptr<SubscriberServiceStub> CreateDefaultSubscriberServiceStub(
google::cloud::CompletionQueue cq, Options const& options) {
auto auth = google::cloud::internal::CreateAuthenticationStrategy(
... | {
"content_hash": "5e1be121de3d4e47c0eb50a9920e6cc7",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 78,
"avg_line_length": 41.05714285714286,
"alnum_prop": 0.6854558107167711,
"repo_name": "googleapis/google-cloud-cpp",
"id": "c03a9dcc3cddd3ff1e87a7cab16d61f8af5f2cb9",
"s... |
Sample init scripts and service configuration for bitcoind
==========================================================
Sample scripts and configuration files for systemd, Upstart and OpenRC
can be found in the contrib/init folder.
contrib/init/bitcoind.service: systemd service unit configuration
contrib/ini... | {
"content_hash": "ef5d2224a8df66af45d5fa48f346cbd0",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 122,
"avg_line_length": 42.304761904761904,
"alnum_prop": 0.7420081044574516,
"repo_name": "jn2840/bitcoin",
"id": "5711e626d20fbb3c0cf8053ef89673358c02da8b",
"size": "444... |
namespace Tests
{
using System;
using GitVersion;
using NUnit.Framework;
using Shouldly;
[TestFixture]
public class VariableProviderTests
{
[Test]
public void DevelopBranchFormatsSemVerForCiFeed()
{
var semVer = new SemanticVersion
{
... | {
"content_hash": "ae969f3d575cbb575c135293bdcaec88",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 137,
"avg_line_length": 47.346666666666664,
"alnum_prop": 0.5730780061954379,
"repo_name": "potherca-contrib/GitVersion",
"id": "45095e375bfbb39bcbaf81abda39186f6bf1a93c",
... |
JournalDocuments = new FS.Collection("journalDocuments", {
stores : [new FS.Store.FileSystem("journalDocuments")]
});
journalDocumentsHandle = Meteor.subscribe('journalDocuments');
FS.HTTP.setBaseUrl('/attachments');
//Load Journal at startup
Journal = new Meteor.Collection("journal");
journalHandle = Meteor.subscri... | {
"content_hash": "757b3b0fb7407c3972b825e820067322",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 88,
"avg_line_length": 21.03472222222222,
"alnum_prop": 0.6193463189171343,
"repo_name": "sacdallago/it.unibz.inf.www.nursing",
"id": "0aaf1b6713b68817b5491fcd8e5b3d3566e19d... |
SERVICENAME="e57metadata"
INDEXFILE="app.js"
FOLDER="src"
(cd $FOLDER; pm2 delete $SERVICENAME; pm2 start $INDEXFILE -x --name $SERVICENAME --watch)
| {
"content_hash": "78d92432ea7db60627dda05fa625a55d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 90,
"avg_line_length": 30,
"alnum_prop": 0.74,
"repo_name": "jakob-beetz/microservice-e57metadata",
"id": "9d04dc78f8f4ba4de7b4431fbaeec2b099999b91",
"size": "161",
"binar... |
title: "Project Template for Java"
layout: redirect
redirect: dev/project-configuration
permalink: /getting-started/project-setup/java_api_quickstart.html
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for addit... | {
"content_hash": "a40aebc97eb1c7e29c42c71d730fd1fa",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 66,
"avg_line_length": 40.130434782608695,
"alnum_prop": 0.7963163596966414,
"repo_name": "aljoscha/flink",
"id": "62c61c10a9d817976e254fd10ae24b9befc624b9",
"size": "927",... |
package com.github.typesafe_query.query.internal.function;
import com.github.typesafe_query.enums.IntervalUnit;
import com.github.typesafe_query.meta.NumberDBColumn;
import com.github.typesafe_query.query.QueryContext;
public class SubtractFunc extends CalculationFuncBase {
public SubtractFunc(Number expr){
supe... | {
"content_hash": "75baac2fc7ad3c75e3146b048ba073c4",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 66,
"avg_line_length": 22.84375,
"alnum_prop": 0.7564979480164159,
"repo_name": "typesafe-query/typesafe-query",
"id": "73e9d328f1b3dc61731627fee9bcabec84c4d43b",
"size": "... |
module Azure end
module Azure::EventGrid end
module Azure::EventGrid::Mgmt end
module Azure::EventGrid::Mgmt::V2020_10_15_preview end
| {
"content_hash": "4b062732749b1383f8797dee8c00714a",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 54,
"avg_line_length": 33.5,
"alnum_prop": 0.7985074626865671,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "7ee24a804beeefa190032371b1d452e6fd0ef4f4",
"size": "298",
"b... |
"""Landlab component that simulates landslide probability of failure as well as
mean relative wetness and probability of saturation.
Relative wetness and factor-of-safety are based on the infinite slope
stability model driven by topographic and soils inputs and recharge provided
by user as inputs to the component. For... | {
"content_hash": "c973d84a40464140e54e3cb4720ff3f2",
"timestamp": "",
"source": "github",
"line_count": 659,
"max_line_length": 154,
"avg_line_length": 42.53566009104704,
"alnum_prop": 0.5982662052727338,
"repo_name": "landlab/landlab",
"id": "3ebdb167884aac75917d170e2c0d4ecd00e4fcc5",
"size": "280... |
#include <errno.h>
#include <priv/alt_file.h>
#include <alt_types.h>
#include "altera_up_avalon_audio_and_video_config.h"
#include "altera_up_avalon_audio_and_video_config_regs.h"
alt_up_av_config_dev* alt_up_av_config_open_dev(const char* name)
{
// find the device from the device list
// (see a... | {
"content_hash": "a4614851dbb2482ce6e3c6a54be863c1",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 184,
"avg_line_length": 34.050251256281406,
"alnum_prop": 0.6806375442739079,
"repo_name": "Saucyz/explode",
"id": "217891e11c5404b1a9b3104bbdf371e79563c033",
"size": "912... |
<?php
namespace Phlexible\Component\MediaCache\Worker;
use Phlexible\Component\MediaCache\Domain\CacheItem;
use Phlexible\Component\MediaCache\Model\CacheManagerInterface;
use Phlexible\Component\MediaTemplate\Model\TemplateInterface;
use Phlexible\Component\MediaType\Model\MediaType;
use Psr\Log\LoggerInterface;
... | {
"content_hash": "1648db1fdc68446bb65cd7ef61f2a072",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 131,
"avg_line_length": 24.73913043478261,
"alnum_prop": 0.6479203280609256,
"repo_name": "phlexible/phlexible",
"id": "05cd67aa7761d22621915c880b1e55e2818f90c0",
"size": "... |
@interface NSString (NSStringExtensions) <LuaCoding>
- (id) string;
- (unsigned short)unsignedShortValue;
- (NSComparisonResult) numericCompare:(NSString *)string;
- (BOOL)isEqualToCaseInsensitiveString:(NSString *)string;
@end
| {
"content_hash": "005b90e820d405f3c010ae356abc6b48",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 58,
"avg_line_length": 38,
"alnum_prop": 0.7894736842105263,
"repo_name": "gamefreak/Athena",
"id": "391f01add0e1e9257cb98b243d6c4394a2bce2b4",
"size": "437",
"binary": fa... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Array
struct Il2CppArray;
#include "mscorlib_System_ValueType1744280289.h"
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offse... | {
"content_hash": "833abc5f236356f5f87aa901c90517d9",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 134,
"avg_line_length": 26.74074074074074,
"alnum_prop": 0.7132963988919667,
"repo_name": "Bersaelor/D2",
"id": "3441d7acbfe63ca2885d7f140bf780e5f47ff3aa",
"size": "1446",
... |
package org.apache.camel.component.cxf;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.spring.SpringCamelContext;
import org.junit.After;
import org.junit.Before;
import org.springframework.context.support.AbstractXmlApplicationContext;
import org.springfra... | {
"content_hash": "77520dcc0b84fc20a93fb743abdd9cb5",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 109,
"avg_line_length": 30.358490566037737,
"alnum_prop": 0.7215661901802362,
"repo_name": "ullgren/camel",
"id": "3a0f0a92fba525a260aa1c5889460c8b7b75692a",
"size": "2411"... |
<?php
namespace Diet\CoreBundle\Entity;
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Security\Core\User\UserInterface;
/**
* Admin
*/
class Admin implements UserInterface, \Serializable
{
/**
* @var integer
*/
private $id;
/**
*... | {
"content_hash": "f80bf42bfa0a3a9f17f84ce2e7a7bf5e",
"timestamp": "",
"source": "github",
"line_count": 243,
"max_line_length": 77,
"avg_line_length": 16.358024691358025,
"alnum_prop": 0.5033962264150943,
"repo_name": "tomosooon/jp.co.3gweight",
"id": "7b53ba6e9c9839973ae7797a40de2cdae75fae7a",
"si... |
module Magaz
module DashboardHelper
end
end
| {
"content_hash": "00fd0db762fe9eef17c7caa43827ef07",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 24,
"avg_line_length": 12,
"alnum_prop": 0.7916666666666666,
"repo_name": "nmix/magaz",
"id": "9b09009684ae26702e028a085e0be1f1eed50daf",
"size": "48",
"binary": false,
... |
<!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_25) on Thu Jul 30 20:27:38 EDT 2015 -->
<title>DifferentialControlLoopCoefficients</title>
<meta name="date" content="2015-07-30">
<link rel="s... | {
"content_hash": "fc9a1fe52cf74bbcd30dbd3a768cf129",
"timestamp": "",
"source": "github",
"line_count": 335,
"max_line_length": 264,
"avg_line_length": 32.88955223880597,
"alnum_prop": 0.6404973679433654,
"repo_name": "pranavburugula/test",
"id": "8bf928f899d39b7b947a2b6a277249dafbe9bb2e",
"size": ... |
namespace Upstream {
RingHashLoadBalancer::RingHashLoadBalancer(HostSet& host_set, ClusterStats& stats,
Runtime::Loader& runtime,
Runtime::RandomGenerator& random)
: host_set_(host_set), stats_(stats), runtime_(runtime), random_(... | {
"content_hash": "561401d17a528e2e6af42b06a6f0a2d0",
"timestamp": "",
"source": "github",
"line_count": 119,
"max_line_length": 99,
"avg_line_length": 36.65546218487395,
"alnum_prop": 0.6130215497478221,
"repo_name": "timperrett/envoy",
"id": "6c5fa1344823d8627e33c72e39f46468830a73bc",
"size": "448... |
package android.test;
import com.google.android.collect.Sets;
import android.content.Context;
import android.content.ContextWrapper;
import android.content.ContentProvider;
import android.database.DatabaseErrorHandler;
import android.database.sqlite.SQLiteDatabase;
import android.os.FileUtils;
import android.util.L... | {
"content_hash": "c3fda05d8d56a47e8e66cbee59b7c61d",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 100,
"avg_line_length": 34.4331983805668,
"alnum_prop": 0.6486772486772486,
"repo_name": "haikuowuya/android_system_code",
"id": "eee3ad7418220c6784f6a466c0120bfa8004dc62",
... |
Pristine
========
Pristine takes git repositories and generates beautiful, purely static HTML
summaries of the contents therein.
As opposed to hosting one's code on a third-party service, pristine generates
stand-alone project summaries that can be served from the user's own webservers,
emailed around, or whatever els... | {
"content_hash": "cb82afaa85b11c94d8e2b949400b61e4",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 80,
"avg_line_length": 25,
"alnum_prop": 0.6969863013698631,
"repo_name": "chrisdotcode/pristine",
"id": "1c40502334d205ff0a31f3358a797c7eda351890",
"size": "1825",
"bina... |
using Aurora.EffectsEngine;
using Aurora.EffectsEngine.Animations;
using Aurora.Profiles.Minecraft.GSI;
using Aurora.Settings.Layers;
using Aurora.Utils;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Contro... | {
"content_hash": "8e30c7b0c0538489886aa7213a54cd80",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 131,
"avg_line_length": 35.927536231884055,
"alnum_prop": 0.6111335215812828,
"repo_name": "antonpup/Aurora",
"id": "7cfa248f05704f57624d7d31865c70f4aeaa138d",
"size": "248... |
package de.zib.scalaris;
import com.ericsson.otp.erlang.OtpErlangException;
import com.ericsson.otp.erlang.OtpErlangObject;
/**
* Exception that is thrown if a test_and_set operation on a scalaris ring
* fails because the old value did not match the expected value.
*
* Contains the old value stored in scalaris.
... | {
"content_hash": "4e7579b74c707a1f6fc1cd709242679d",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 84,
"avg_line_length": 25.5,
"alnum_prop": 0.6299810246679317,
"repo_name": "Eonblast/Scalaxis",
"id": "6f855d4e96ff5fc2b813898f1946624dfb764918",
"size": "2210",
"binary... |
#ifndef RELATION_H
#define RELATION_H
#include "access/sdir.h"
#include "nodes/bitmapset.h"
#include "nodes/params.h"
#include "nodes/parsenodes.h"
#include "storage/block.h"
/*
* Relids
* Set of relation identifiers (indexes into the rangetable).
*/
typedef Bitmapset *Relids;
/*
* When looking for a "cheapes... | {
"content_hash": "a76a68d76e14256623964304a83a3868",
"timestamp": "",
"source": "github",
"line_count": 1395,
"max_line_length": 79,
"avg_line_length": 44.21720430107527,
"alnum_prop": 0.7328761571259504,
"repo_name": "ycsoft/FatCat-Server",
"id": "300a8f4e6ff670f877e5c5c7363552099ff2739e",
"size":... |
(function () {
var qUnitGlobalErrorHandler = window.onerror;
var testTimeout = QUnit.urlParams.testtimeout ? QUnit.urlParams.testtimeout : 15000;
var startTime = -1;
var hasRun = false;
var testFailed = false;
var testError = null;
var verboseLog = "";
var log = [];
var socketId = ... | {
"content_hash": "4f87ecfb39300e0f67280ee9bb25ec90",
"timestamp": "",
"source": "github",
"line_count": 519,
"max_line_length": 165,
"avg_line_length": 38.15799614643545,
"alnum_prop": 0.4451625934154716,
"repo_name": "Guadzilah/winjs",
"id": "af6651a747222e8160d46c4776624919a3641926",
"size": "198... |
package ragnardb.parser.ast;
/**
* Created by klu on 7/7/2015.
*/
public class DropTable {
}
| {
"content_hash": "2403658971a45991b1122d4a73be2b02",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 30,
"avg_line_length": 13.714285714285714,
"alnum_prop": 0.6666666666666666,
"repo_name": "gosu-lang/ragnardb",
"id": "c62c4a32def99f3130266b9219e5001ae673e719",
"size": "96... |
set oracle_oci_home=%userprofile%\Downloads\instantclient-sdk-nt-12.1.0.1.0\instantclient_12_1\sdk
set include=%include%;%oracle_oci_home%\include
cl /Zi testocci.cpp /link oci.lib oraocci12.lib /libpath:%oracle_oci_home%\lib\msvc\vc11 /libpath:%oracle_oci_home%\lib\msvc
setlocal
set path=%userprofile%\downloads\inst... | {
"content_hash": "f6e5e2677a6f75d2fabd444bbf9db6e2",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 174,
"avg_line_length": 57.45454545454545,
"alnum_prop": 0.7753164556962026,
"repo_name": "aam/oracledart",
"id": "be85616a38d49ab58edff6a41f5723721e1d40b3",
"size": "632",... |
%% Extract vgg features (14*14*512) from
%% Pororo Animation
path_to_image = '/Volumes/Oculus/data/Pororo/images/';
addpath('preprocess');
%% Extract features from individual discs.
for season = 2 : 4
for disc = 1 : 4
target = sprintf('Pororo_ENGLISH%d_%d', season, disc);
%extract_vgg(target, path... | {
"content_hash": "2b20c1705055f980bcbe288095f7c7be",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 62,
"avg_line_length": 26.6,
"alnum_prop": 0.6390977443609023,
"repo_name": "jnhwkim/AMMA",
"id": "157ac7f012b539c606ba0b2177bffa477ee19c4d",
"size": "399",
"binary": fal... |
/*
* histotest.c
*
* Makes histograms of grayscale and color pixels
* from a pix. For RGB color, this uses
* rgb --> octcube indexing.
*
* histotest filein sigbits
*
* where the number of octcubes is 8^(sigbits)
*
* For gray, sigbits is ignored.
*/
#include "allheaders.h"
main(int ... | {
"content_hash": "00856aac3af68568aeb40a7b835c5b76",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 72,
"avg_line_length": 26.014492753623188,
"alnum_prop": 0.6128133704735376,
"repo_name": "pasella/tess-two",
"id": "bb6338d96f4850301115fb9f404c3b1ee5955a58",
"size": "330... |
class AdminBlocksController < AdminController
add_breadcrumb I18n.t('theme.blocks'), 'admin_blocks_path'
before_filter :new_block, :only => [:new, :create]
before_filter :edit_block, :only => [:edit, :update]
def index
@unassigneds = Block.unassigneds.sort_by { |b| t("#{b.class.to_s.underscore}.title") }... | {
"content_hash": "fb451dd614b5d48a9b347040be4c12cd",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 90,
"avg_line_length": 24.134328358208954,
"alnum_prop": 0.6357452071737786,
"repo_name": "ngocdaothanh/openkh",
"id": "32621eb7404a8696fc842fea1ee4b4e7475d3f64",
"size": "... |
<?xml version="1.0" encoding="UTF-8" ?>
<class name="XROrigin3D" inherits="Node3D" version="4.0">
<brief_description>
The origin point in AR/VR.
</brief_description>
<description>
This is a special node within the AR/VR system that maps the physical location of the center of our tracking space to the virtual loc... | {
"content_hash": "fa85f8ddb21663cae26dda07c792fd73",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 220,
"avg_line_length": 72.0952380952381,
"alnum_prop": 0.7562747688243064,
"repo_name": "DmitriySalnikov/godot",
"id": "0d8acfeb1b5913f578c76f0204781635a879dd39",
"size": ... |
#ifndef _FCStore_h
#define _FCStore_h
#include "Shared/Core/FCCore.h"
#include "FCStoreItem.h"
class FCStore {
public:
static FCStore* Instance();
FCStore();
virtual ~FCStore();
void WarmBoot();
bool Available();
void GetStoreItemDetailsWithLuaCallbacks( FCStringVector items, std::string luaCallback, std... | {
"content_hash": "2ae50efb56b24226eb4a5a831e85afeb",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 113,
"avg_line_length": 22.575,
"alnum_prop": 0.7585825027685493,
"repo_name": "mslinklater/FC",
"id": "9accb028ac69948725a9826c93832e80661f522d",
"size": "1996",
"binary... |
<div class="container">
<div class="row">
<div class="span12">
<ul class="breadcrumb">
<li><a href="/">Inicio</a></li>
<li><a href="/productosdetalleportiendas/list">Productos por Tiendas </a></li>
<li class="active">Nuevo Producto por Tienda</li... | {
"content_hash": "3f43723e322e06eee67a283d3f6ba4e7",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 149,
"avg_line_length": 41.96551724137931,
"alnum_prop": 0.49219391947411667,
"repo_name": "marti1125/Project_Store",
"id": "72405d832e1af382cd1a37e16f8fdf353ab02dee",
"siz... |
class MyProcessor : public apf::MimoProcessor<MyProcessor
, apf::pointer_policy<float*>>
{
public:
using Input = MimoProcessorBase::DefaultInput;
class MyIntermediateThing : public ProcessItem<MyIntermediateThing>
{
public:
// you can create other classes and use them in... | {
"content_hash": "d3528efd1556e421ec35e08b19b44979",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 79,
"avg_line_length": 27.93220338983051,
"alnum_prop": 0.6286407766990292,
"repo_name": "AudioProcessingFramework/apf",
"id": "c2db5d2d0c32c12421d8f489a898d2ed288ca4a2",
"... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
Copyright 2003 - 2016 The eFaps Team
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0... | {
"content_hash": "740b1a1f8a4b348ac63088974481b14b",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 98,
"avg_line_length": 40.57575757575758,
"alnum_prop": 0.6967886482449589,
"repo_name": "eFaps/eFaps-Kernel-Install",
"id": "010cc7d0935004ef85924f65c3fb186e2dd059c3",
"si... |
echo prepare scripts ...
cp ../abstract/out_d_common.sql .
perl convert2mysql.pl out_d_common.sql
rm out_d_common.sql
cp ../abstract/out_d_request.sql .
perl convert2mysql.pl out_d_request.sql
rm out_d_request.sql
cp ../abstract/out_d_auftrag.sql .
perl convert2mysql.pl out_d_auftrag.sql
rm out_d_auftrag.sql
cp ../abs... | {
"content_hash": "815495dc806df1acf86585f773c4e2ec",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 44,
"avg_line_length": 26.74137931034483,
"alnum_prop": 0.7569310122501612,
"repo_name": "yafraorg/yafra-database",
"id": "0d6a3925232870592bd1c98560b5bf0e7b926188",
"size... |
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.metrics.util;
/**
* Utilities for Android UKM tests. Not to be used outside of testing.
*/
public class UkmUtilsForTest {
/**
* ... | {
"content_hash": "e8cdc2c52bd4fe45bbcbacda8551878a",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 76,
"avg_line_length": 28.6046511627907,
"alnum_prop": 0.6829268292682927,
"repo_name": "nwjs/chromium.src",
"id": "6b97d7ab13194d372c7fffbbb307aa5e7f80dbd1",
"size": "1230... |
import React from 'react';
export default () => <div>Welcome to our slice of paradise</div>; | {
"content_hash": "7b81caf5e8405c362cd35e916505b673",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 65,
"avg_line_length": 31,
"alnum_prop": 0.7096774193548387,
"repo_name": "juthatip/authentication-client",
"id": "c95dbc21fb044f68739f606f4f5d4d325674b28e",
"size": "93",
... |
/*! \file thrust/system/cpp/memory.h
* \brief Managing memory associated with Thrust's standard C++ system.
*/
#pragma once
#include <thrust/detail/config.h>
#include <thrust/system/cpp/memory_resource.h>
#include <thrust/memory.h>
#include <thrust/detail/type_traits.h>
#include <thrust/mr/allocator.h>
#include ... | {
"content_hash": "c1c6ab5ca458e7ef6542b708b6656c5c",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 96,
"avg_line_length": 26.543478260869566,
"alnum_prop": 0.6592956592956593,
"repo_name": "jaredhoberock/thrust",
"id": "8f6fa2969eba23ddbb51eb416835ead9fdc3e294",
"size":... |
package org.jboss.netty.buffer;
import static org.easymock.EasyMock.*;
import static org.jboss.netty.buffer.ChannelBuffers.*;
import static org.junit.Assert.*;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.nio.channels.GatheringByteChanne... | {
"content_hash": "48966967aa5d828e706f9fd22c53ab8d",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 113,
"avg_line_length": 36.77777777777778,
"alnum_prop": 0.6885037366830975,
"repo_name": "aperepel/netty",
"id": "7c89e8d09f6cbc220986236aa8ffe9c94f524c86",
"size": "6912... |
package com.intellij.psi.codeStyle;
import com.intellij.openapi.Disposable;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.components.State;
import com.intellij.openapi.components.Storage;
import org.jetbrains.annotations.NotNull;
import java.util.Collection;
import java.util.... | {
"content_hash": "6605b79b1344c0d58fa4a9be1dd89147",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 90,
"avg_line_length": 37.03225806451613,
"alnum_prop": 0.8109756097560976,
"repo_name": "leafclick/intellij-community",
"id": "8d932716a74f4b67e6e6c109750299ddff6a5155",
"... |
Simple splash screen using C#
| {
"content_hash": "a0feb49f398da417fbb53d2505e6e112",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 29,
"avg_line_length": 30,
"alnum_prop": 0.8,
"repo_name": "kaviteshsingh/YetAnotherSplashScreenInCSharp",
"id": "bcc4030506cd0458fe2fc16026832836b94ac78b",
"size": "63",
... |
int dynamic_cast;
| {
"content_hash": "fc0e88590825a9b46531bbdcd09fa488",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 17,
"avg_line_length": 18,
"alnum_prop": 0.7777777777777778,
"repo_name": "kit-transue/software-emancipation-discover",
"id": "021baba157add3b5ef6c10020959eba74a8f5ff0",
"si... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Cenangella spiraeicola Henn.
### Remarks
null | {
"content_hash": "eb70d221ac04ddda295eb59055fce446",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 28,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.7142857142857143,
"repo_name": "mdoering/backbone",
"id": "fa338980ed49ef602effc7606dd0d7392bf9b9d6",
"size": "198... |
static char incompletePackageInfos[DPA_MAX_PACKET_INFO_BUFFER_SIZE];
static DPAUCS_ip_packetInfo_t* incompletePackageInfos_end;
bool DPAUCS_layer3_areFragmentsFromSamePacket( DPAUCS_ip_packetInfo_t* a, DPAUCS_ip_packetInfo_t* b ){
if( a == b )
return true;
if( a->handler != b->handler )
return false;
if(... | {
"content_hash": "6c9031d71b66fac553bab2fcf59a79df",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 147,
"avg_line_length": 32.06521739130435,
"alnum_prop": 0.695819209039548,
"repo_name": "Daniel-Abrecht/DPA-UCS",
"id": "aaf550f4f484149ca20b779756cdaa3649019c4e",
"size"... |
package com.tom.defense.client;
import org.lwjgl.opengl.GL11;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.resources.I18n;
import net.minecraft.util.math.MathHelper;
import com.tom.client.TileEntitySpecialRendererTomsMod;
import com.to... | {
"content_hash": "f261d27a570bb21c1f8f35061c6a0b89",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 149,
"avg_line_length": 49.41860465116279,
"alnum_prop": 0.7284705882352941,
"repo_name": "tom5454/Toms-Mod",
"id": "91c138d36730560b940da3cd8380a34799289ceb",
"size": "212... |
/* ====================================================================
* Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributio... | {
"content_hash": "79da3feaa0ea6f2f2855fbac0404f7d2",
"timestamp": "",
"source": "github",
"line_count": 525,
"max_line_length": 80,
"avg_line_length": 30.53904761904762,
"alnum_prop": 0.6452317095989522,
"repo_name": "kku1993/libquic",
"id": "7df046f0e0095c7ba7bf39a609f0e96c1cdc9c0e",
"size": "1919... |
A simple and VERY compact bootsector, which lets you load your bootloader or kernel from a file.
Build using attached script.
Notice: Don't read this, read the source code. It is commented, so all the info is there
## What does this bootsector actually do?
Here it is, step by step:
1. Check if BIOS supports extend... | {
"content_hash": "dc2e062b449a58c8f62bcda1f111c650",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 116,
"avg_line_length": 29.633802816901408,
"alnum_prop": 0.752851711026616,
"repo_name": "TebexPL/FAT32-Bootsector",
"id": "d06c9ab07c5c90acc45ffc80fbfafa8d3b1fa2eb",
"siz... |
<?xml version="1.0"?>
<project name="bundleN1_test" default="all">
<dirname property="proj.dir" file="${ant.file.bundleN1_test}"/>
<import file="${proj.dir}/../../../test_import.xml"/>
<property name="bundle.build.all" value="false"/>
<property name="bundle.build.api" value="false"/>
<property name="bun... | {
"content_hash": "f1af085215fb35f9a480506ecaf19f29",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 65,
"avg_line_length": 29.526315789473685,
"alnum_prop": 0.6488413547237076,
"repo_name": "knopflerfish/knopflerfish.org",
"id": "cdda2bca2250701ab29110fe4996886e33d768b2",
... |
<meta http-equiv="refresh" content="0;url=../index.html#artboard189"> | {
"content_hash": "bbec83d22ad9fcdb3cacd30ae71d6356",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 69,
"avg_line_length": 69,
"alnum_prop": 0.7391304347826086,
"repo_name": "NewDadaFE/NewDadaFE.github.io",
"id": "d978caff80478ea4e9438ca3473531371c2666fd",
"size": "69",
... |
'use strict';
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var ObjectId = Schema.ObjectId;
var relationship = require('mongoose-relationship');
var fields = {
name: { type: String },
activityName: { type: String },
description: { type: String },
linkUrl: { type: String },
pictureUrl: { ... | {
"content_hash": "8e13a63c49500f5cf915ddab8da85c9b",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 68,
"avg_line_length": 27.958333333333332,
"alnum_prop": 0.6885245901639344,
"repo_name": "davidcawton/road-games-api",
"id": "1aa561c02ca2c589e5dc1d3e723005c947941d43",
"s... |
/** \file TDecSbac.h
\brief SBAC decoder class (header)
*/
#ifndef __TDECSBAC__
#define __TDECSBAC__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TDecEntropy.h"
#include "TDecBinCoder.h"
#include "TLibCommon/ContextTables.h"
#include "TLibCommon/ContextModel.h... | {
"content_hash": "1b0d4651e5f236e42a775f5502d6c422",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 163,
"avg_line_length": 41.1063829787234,
"alnum_prop": 0.6595496894409938,
"repo_name": "linqiaozhou/GitlHEVCAnalyzer",
"id": "032279d1e148339014a1335096ab1879e558e718",
... |
<?php
namespace Maruamyu\Core\OAuth1;
use Maruamyu\Core\Http\Driver\DriverFactory;
use Maruamyu\Core\Http\Driver\DriverInterface;
use Maruamyu\Core\Http\Message\QueryString;
use Maruamyu\Core\Http\Message\Request;
use Maruamyu\Core\Http\Message\Response;
use Maruamyu\Core\Http\Message\UriInterface;
/**
* OAuth 1.0 ... | {
"content_hash": "42f118437b64fc1a3e5af1de1cc23645",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 102,
"avg_line_length": 30.46,
"alnum_prop": 0.6808929743926461,
"repo_name": "maruamyu/php-lib",
"id": "220b1e20985578eedf3322888fb871632f6cdd03",
"size": "1523",
"binar... |
AwsSnsKit is a solution for integrating Amazon Web Service(AWS) Simple Notification Service(SNS) into a Rails application.
## Installation
Add this line to your application's Gemfile:
gem 'aws_sns_kit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install aws_sns_kit
## Configuration
... | {
"content_hash": "b96b420daeb048b974a55e5c3d46b8b3",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 162,
"avg_line_length": 21,
"alnum_prop": 0.7163712200208551,
"repo_name": "awingla/aws_sns_kit",
"id": "36549c6b846083671fa4fecb0f5a193e1e0b5a8c",
"size": "2908",
"bina... |
layout: post
title: Starting GSoC
---
Selected for Google Summer of Code 2016.<br>
I would be working on Journal Rethink project of Sugar Labs under the guidance of Sam P. and Walter Bender.

| {
"content_hash": "27e40e940395e63e6a39af7581427c7f",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 107,
"avg_line_length": 30.444444444444443,
"alnum_prop": 0.7627737226277372,
"repo_name": "AbrahmAB/AbrahmAB.github.io",
"id": "6f9c67a1e939702a116e9e6e0cf1067366d7d070",
"... |
/*
* 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 com.amazonaws.mturk.model;
import java.io.IOException;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test... | {
"content_hash": "432b8b78ebbee07bca9170251bafd33a",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 148,
"avg_line_length": 26.916666666666668,
"alnum_prop": 0.7327141382868937,
"repo_name": "ScarceMedia/java-aws-mturk-model",
"id": "0022c23de0bedc7522bc752df1bc4c494efc346b... |
@extends('layouts.master')
@section('title')
{{ trans('navigation.roles') }}
@stop
@section('content')
<h1>{{ trans('navigation.roles') }}</h1>
<h2>{{ trans('messages.editing')}} {{ trans('auth.of_role')}} "{{ $role->name}}"</h2>
<p><a href="{{ LaravelLocalization::localizeURL('/role/'.$role->... | {
"content_hash": "c3725dd40ad0476c4fb2cc18236b4cac",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 124,
"avg_line_length": 41.5625,
"alnum_prop": 0.512781954887218,
"repo_name": "lunata/confform",
"id": "d4e49d98f592135317e6ada0515227095ca023f8",
"size": "665",
"binary... |
package com.xiaofeng.utils.designpatterns.builder;
/**
* @author Chen Xiaofeng
* @version 1.0.0
* @date 2017/07/17
* @email chenxf84@gmail.com
*/
public class AngelBuilder extends ActorBuilder{
public void buildType() {
actor.setType("天使");
}
public void buildSex() {
actor.setSex("女... | {
"content_hash": "ed85215977762d25aa81ba6d29a5e7b7",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 50,
"avg_line_length": 17.677419354838708,
"alnum_prop": 0.5967153284671532,
"repo_name": "nellochen/springboot-start",
"id": "320bb88b69821ced3b6a66a85f6cd1d1e4a0b0c5",
"s... |
pytest-4.6.11
=======================================
pytest 4.6.11 has just been released to PyPI.
This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
Thanks to all who contributed ... | {
"content_hash": "c1d46df0ff64ef4ceae3a96864ee8a3f",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 84,
"avg_line_length": 22.65,
"alnum_prop": 0.6997792494481236,
"repo_name": "kawamon/hue",
"id": "276584bdf523555780274060d333cd28412c27bc",
"size": "453",
"binary": fal... |
package io.maxthomas.dictum;
import java.util.List;
import java.util.Optional;
import org.inferred.freebuilder.FreeBuilder;
/**
* Class, extending {@link FlatTokenGrouping}, that represents
* a way to point to specific tokens inside a structure.
* This interface provides an additional set of methods that obviat... | {
"content_hash": "93b117b0c70958a48348a84c02afb63b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 74,
"avg_line_length": 29,
"alnum_prop": 0.7741935483870968,
"repo_name": "maxthomas/dictum",
"id": "c4d2ff0af42289e9c050fb8502b6ce38b0f1730a",
"size": "1002",
"binary": ... |
#include <StdAfx.h>
#include "VssAsyncResult.h"
namespace Alphaleonis { namespace Win32 { namespace Vss
{
VssAsyncResult::VssAsyncResult(::IVssAsync *vssAsync, AsyncCallback^ userCallback, Object^ asyncState)
: m_isComplete(0), m_asyncCallback(userCallback), m_asyncState(asyncState), m_asyncWaitHandle(nullp... | {
"content_hash": "246ce3bf90fe645f37c84d4eb2f3bebf",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 152,
"avg_line_length": 24.767441860465116,
"alnum_prop": 0.5899843505477308,
"repo_name": "modulexcite/AlphaVSS",
"id": "e59c789aafa977ddb92559f28c144266a4c62d23",
"size"... |
/* globals expect */
import Store from 'common/src/data/notification/notification-store';
import Type from 'common/src/data/notification/notification-types';
describe('The redux notification store', () => {
it('should return an empty array without action', () => {
let state = Store();
expect(state.... | {
"content_hash": "2446ec5796a5c2b3d516593806db2191",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 76,
"avg_line_length": 32.84848484848485,
"alnum_prop": 0.5627306273062731,
"repo_name": "zalando-stups/yourturn",
"id": "6da260e0ea1dfd718b8e9e3c38bf6ef85bd6db4e",
"size":... |
export * from './arrays';
export * from './objects';
export * from './types';
| {
"content_hash": "1eab3d24f662d1fd2b00014e40651c03",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 26,
"avg_line_length": 26,
"alnum_prop": 0.6153846153846154,
"repo_name": "iamatypeofwalrus/GlasswavesCo",
"id": "d3781a0fcc33e11c125a63474d801053899bd9e1",
"size": "78",
... |
'''
clicknupload urlresolver plugin
Copyright (C) 2015 tknorris
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program i... | {
"content_hash": "b4af6603715bc00848710e4830111992",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 101,
"avg_line_length": 34.82258064516129,
"alnum_prop": 0.6470588235294118,
"repo_name": "dbiesecke/dbiesecke.github.io",
"id": "c2213ca14cf88852ba43f74234e5871b9702c1ca",
... |
package mmarquee.automation.controls;
import static org.junit.Assert.assertEquals;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.atLeastOnce;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.ArrayList;
import java.util.List;
import... | {
"content_hash": "cd23f644d6483e95492df3b7c4e534a7",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 119,
"avg_line_length": 34.62096774193548,
"alnum_prop": 0.7148846960167715,
"repo_name": "mmarquee/ui-automation",
"id": "ee8f52afcb52a1f085130343f948678ac9fef23b",
"size... |
package pcserror
import (
"github.com/iikira/BaiduPCS-Go/pcsutil/jsonhelper"
"io"
)
type (
// ErrType 错误类型
ErrType int
// Error 错误信息接口
Error interface {
error
SetJSONError(err error)
SetNetError(err error)
SetRemoteError()
GetOperation() string
GetErrType() ErrType
GetRemoteErrCode() int
GetRem... | {
"content_hash": "a411156bab47738d8c555cb48e4d435e",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 84,
"avg_line_length": 20,
"alnum_prop": 0.748314606741573,
"repo_name": "iikira/BaiduPCS-Go",
"id": "a851a9d0780bcddf3452cf5b268b9125eaad8ba7",
"size": "2051",
"binary":... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.