text stringlengths 2 1.04M | meta dict |
|---|---|
#pragma once
#include <aws/quicksight/QuickSight_EXPORTS.h>
#include <aws/quicksight/model/ManifestFileLocation.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace QuickSight
{
namespace Model
{
/**
* ... | {
"content_hash": "304a7a1ffe0f1dbbc64c344ab6a51b90",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 157,
"avg_line_length": 32.24691358024691,
"alnum_prop": 0.7075038284839203,
"repo_name": "awslabs/aws-sdk-cpp",
"id": "c80cc68d49e80b843a3e2c58f428ed2d1f459e89",
"size": "... |
"use strict";
angular.module('app').factory('Project', function($http, APP_CONFIG){
return {
list: $http.get(APP_CONFIG.apiRootUrl + '/projects.json')
}
}); | {
"content_hash": "bffcb39eb2860859f9119b78909a29b7",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 69,
"avg_line_length": 24.714285714285715,
"alnum_prop": 0.6242774566473989,
"repo_name": "renearias/progravityback",
"id": "cae0a34f5f51abe5229bd9d6a57783a10e4c0255",
"size... |
namespace FreeImageAPI
{
/// <summary>
/// Flags used in load functions.
/// </summary>
[System.Flags]
public enum FREE_IMAGE_LOAD_FLAGS
{
/// <summary>
/// Default option for all types.
/// </summary>
DEFAULT = 0,
/// <summary>
/// Load the image as a 256 color image with ununsed palette entries, if ... | {
"content_hash": "29bb86a0a1043158622f32d3c60ba9d8",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 104,
"avg_line_length": 27.039473684210527,
"alnum_prop": 0.6131386861313869,
"repo_name": "stackprobe/CSharp",
"id": "282b6c793b09fb16f6e019486192410c24d36fa6",
"size": "3... |
<?xml version="1.0"?>
<doc>
<assembly>
<name>xunit</name>
</assembly>
<members>
<member name="T:Xunit.Assert">
<summary>
Contains various static methods that are used to verify that conditions are met during the
process of running tests.
</summ... | {
"content_hash": "8d7bd323334ef20a4e4f753486a803dd",
"timestamp": "",
"source": "github",
"line_count": 2385,
"max_line_length": 231,
"avg_line_length": 49.71572327044025,
"alnum_prop": 0.6026886617413892,
"repo_name": "rarous/GraphApi",
"id": "bfb648cb8b3d41a48d71f0f465d853aaddb7f409",
"size": "11... |
define(function() {
return Marionette.LayoutView.extend({
regions: {},
promisse: null,
initialize : function() {
this.promisse = $.Deferred();
},
_triggerMethod : function(name, args) {
if (this.router) {
this.router.triggerMethod(name + ':route', args);
}
this.t... | {
"content_hash": "d44dba859d56cfe0f81dceff8a75aeb1",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 57,
"avg_line_length": 20.327868852459016,
"alnum_prop": 0.5588709677419355,
"repo_name": "wallynm/ttracker",
"id": "2038fbf19f9398d9d9d42401720137c73de74089",
"size": "124... |
class DeploymentStats
attr_reader :initial_scope
def initialize(initial_scope = Deployment)
@initial_scope = initial_scope
end
def per_month
production_deploys
.where("deployments.created_at < ?", Time.zone.today.at_beginning_of_month)
.group("DATE_FORMAT(deployments.created_at,'%Y-%m')")
... | {
"content_hash": "950b5ca8ca4a4fdf22c8e798a8b0f708",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 81,
"avg_line_length": 22.03448275862069,
"alnum_prop": 0.6713615023474179,
"repo_name": "alphagov/release",
"id": "1bffb62ee50b255a0e0c739ad3f9402974d74a74",
"size": "639"... |
#ifndef NRF52832_BITS_H
#define NRF52832_BITS_H
/*lint ++flb "Enter library region" */
/* Peripheral: AAR */
/* Description: Accelerated Address Resolver */
/* Register: AAR_INTENSET */
/* Description: Enable interrupt */
/* Bit 2 : Write '1' to Enable interrupt for NOTRESOLVED event */
#define AAR_INTENSET_NOTR... | {
"content_hash": "5a29bb512e1568b2c0c268bced0e84d0",
"timestamp": "",
"source": "github",
"line_count": 12614,
"max_line_length": 323,
"avg_line_length": 58.48351038528619,
"alnum_prop": 0.6942420541377314,
"repo_name": "EmbeddedVikings/sdk",
"id": "a7f2fa509a92a2feed82e33a5078c882bde2682d",
"size"... |
module Mongo
class Error
# Exception raised when trying to check out a connection from a connection
# pool, the pool is at its max size and no connections become available
# within the configured wait timeout.
#
# @note For backwards compatibility reasons this class derives from
# Timeout::... | {
"content_hash": "b9e14b3ecdae0c1f110420b6dc9f978d",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 78,
"avg_line_length": 27.705882352941178,
"alnum_prop": 0.6273885350318471,
"repo_name": "jonhyman/mongo-ruby-driver",
"id": "52954df85f1129503a56875728f4624199e7aab0",
"s... |
export default function({ types: t, template }) {
return {
visitor: {
ImportDeclaration(path) {
let source = path.node.source.value;
if (source !== 'react-loadable') return;
let defaultSpecifier = path.get('specifiers').find(specifier => {
return specifier.isImportDefaultS... | {
"content_hash": "80d8f2d902f06c17f728b8fbc26b9c1a",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 73,
"avg_line_length": 29.821052631578947,
"alnum_prop": 0.49699964701729615,
"repo_name": "thejameskyle/react-loadable",
"id": "ed45aadb6c105ca04026998fc7e67d5a7a73d3fb",
... |
package org.onosproject.net.intent.impl.compiler;
import com.google.common.collect.FluentIterable;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.Lists;
import org.apache.felix.scr.annotations.Component;
import org.apache.felix.scr.annotations.Reference;
import org.apache.felix.scr.a... | {
"content_hash": "452e89f94ff3f6a08de6e1bea49cacbb",
"timestamp": "",
"source": "github",
"line_count": 376,
"max_line_length": 107,
"avg_line_length": 40.058510638297875,
"alnum_prop": 0.6490505908909839,
"repo_name": "osinstom/onos",
"id": "a8ab9fa59fd3b7d8d1e98272c6d3fbe455b196a0",
"size": "1567... |
@interface QJFeedsPageListTableViewCell ()
@property BOOL didSetupConstraints;
@property (nonatomic, strong) UILabel *dateLabel;
@end
@implementation QJFeedsPageListTableViewCell
- (void)setupViews {
[super setupViews];
self.backgroundColor = [UIColor whiteColor];
[self.contentView addSubview:self.dateLabel];
... | {
"content_hash": "ea9369ef1eeeb4bbc81a070b9fe8ae3c",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 75,
"avg_line_length": 23.5,
"alnum_prop": 0.7269503546099291,
"repo_name": "qijitech/ios-starter-kit",
"id": "5a206bc8c0688dedb548f15d1e96ce107efccf39",
"size": "1378",
... |
package com.alorma.github.ui.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.LayoutInf... | {
"content_hash": "411330556d2676133811f7a8faaf854c",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 103,
"avg_line_length": 33.24742268041237,
"alnum_prop": 0.6728682170542636,
"repo_name": "dsupera13/Gitskarios",
"id": "e0f12e0a81028144e571e49c404d7d5c4da9812e",
"size": ... |
using System;
namespace PowerForensics.FileSystems.Ext
{
/// <summary>
///
/// </summary>
public class BlockGroupDescriptor
{
#region Enums
/// <summary>
///
/// </summary>
[Flags]
public enum FLAGS
{
/// <summary>
... | {
"content_hash": "c366d32e279a58655b1eed73fa47d63c",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 200,
"avg_line_length": 31.14857142857143,
"alnum_prop": 0.53494771601541,
"repo_name": "Invoke-IR/PowerForensics",
"id": "46a22253d39cb26e5214a8f6c389a1b3c1341731",
"size... |
#ifndef PPAPI_C_DEV_PPB_CURSOR_CONTROL_DEV_H_
#define PPAPI_C_DEV_PPB_CURSOR_CONTROL_DEV_H_
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/dev/pp_cursor_type_dev.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_resource.h"
#define PPB_CURSOR_CONTROL_DEV_INTERFACE "PPB_CursorCont... | {
"content_hash": "003771a023a445ac1c3c709cecb7b6da",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 79,
"avg_line_length": 40.46296296296296,
"alnum_prop": 0.700228832951945,
"repo_name": "wistoch/meego-app-browser",
"id": "67e558dc1a089b0b8bb20750275e048737049345",
"size... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<title>Uses of Class org.eclipse.emf.cdo.common.security.NoPermissionException (CDO Model Repository Documentation)</title>
<meta name="date" content="">
<link rel="stylesheet... | {
"content_hash": "58ec282637780a4772109b6ec9161872",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 177,
"avg_line_length": 38.13821138211382,
"alnum_prop": 0.6160733319121723,
"repo_name": "kribe48/wasp-mbse",
"id": "a16e55c5b652ca3dfb5b87c8a01759a770eed3ac",
"size": "4... |
# # from django.db import models
# # from imagekit.models import ImageSpecField
# # from imagekit.processors import ResizeToFill
# # class Profile(models.Model):
# # # this is uploading to a new file, but can we upload to just the user file?
# # avatar = models.ImageField(upload_to='avatars')
# # # why th... | {
"content_hash": "36077f3597ae724adcb3b383d7cb689b",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 102,
"avg_line_length": 41.114285714285714,
"alnum_prop": 0.5357887421820708,
"repo_name": "vdmann/cse-360-image-hosting-website",
"id": "d7d2c79d9f6df92b06637070ae275810a434... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/css/css_comp... | {
"content_hash": "c35d31ba5bcecde0843d43978260dddc",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 249,
"avg_line_length": 89.41208791208791,
"alnum_prop": 0.7494622995145332,
"repo_name": "user-tony/photon-rails",
"id": "d4eda6aade1d18eed6c9dadecd168cb565459aae",
"size... |
package com.android.settings;
import static android.os.BatteryManager.BATTERY_STATUS_UNKNOWN;
import com.android.internal.telephony.TelephonyIntents;
import android.app.Dialog;
import android.content.BroadcastReceiver;
import android.content.ContentResolver;
import android.content.Context;
import android.content.I... | {
"content_hash": "3db123456c982f23240b46f628b5b645",
"timestamp": "",
"source": "github",
"line_count": 349,
"max_line_length": 99,
"avg_line_length": 35.65329512893983,
"alnum_prop": 0.6049184280318252,
"repo_name": "craigacgomez/flaming_monkey_packages_apps_Settings",
"id": "56393e0fc983ec07d2cd516... |
//
// BCOfflinePayResp.h
// BCPay
//
// Created by Ewenlong03 on 15/9/16.
// Copyright (c) 2015年 BeeCloud. All rights reserved.
//
#import "BCBaseResp.h"
#import "BCOfflinePayReq.h"
@interface BCOfflinePayResp : BCBaseResp
/**
* 待生成二维码的URL,例 weixin://wxpay/bizpayurl?pr=1NGRIa4
*/
@property (nonatomic, retain) N... | {
"content_hash": "4a593b80ffc2a4a997f69bb5483efbfc",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 54,
"avg_line_length": 20.235294117647058,
"alnum_prop": 0.7063953488372093,
"repo_name": "beecloud/beecloud-ios",
"id": "c4ea6a9441cce1dd2c78941253c48449a90583b1",
"size":... |
/**
* Box is a generic container for helping with composition.
* Box is a *functor* as it has a map method. It should
* conform to the Fantasy Land
* [specification](https://github.com/fantasyland/fantasy-land#functor).
*/
class Box {
constructor(value) {
this.value = value;
}
}
/**
* Of allows us to _l... | {
"content_hash": "782251de035b806efed479a74ed88982",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 72,
"avg_line_length": 25.436363636363637,
"alnum_prop": 0.6633309506790565,
"repo_name": "alexpriceonline/OpenBox",
"id": "73c2a0e877e915353f7cda5a5afe81a7e0a59710",
"size... |
package com.dinglian.server.chuqulang.model;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
@Table(name = "coterie_guy")
@Entity
public class CoterieGuy implements Serializable{
private Integer id;
private Coterie coterie; //所属圈子
private int orderNo; //序号
priva... | {
"content_hash": "d3f67c245ce62aeff84f69eb5080b26e",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 49,
"avg_line_length": 18.285714285714285,
"alnum_prop": 0.6634615384615384,
"repo_name": "fyunxu/chuqulang",
"id": "6d47172b72a29122e686855d540e8881827873c2",
"size": "169... |
package wepa.wepa.controller;
import java.util.UUID;
import javax.servlet.Filter;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import... | {
"content_hash": "796731ff4c9412e4018507254988675b",
"timestamp": "",
"source": "github",
"line_count": 106,
"max_line_length": 187,
"avg_line_length": 35.27358490566038,
"alnum_prop": 0.7173040920032094,
"repo_name": "qzuw/wepa",
"id": "1b490aca6f69f882c26fac2411327cf1633f5570",
"size": "3739",
... |
Works with iOS 9.0+
# Now It's Show Time

| {
"content_hash": "e3a2c499c55c4b68fee957f40c9c8b58",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 35,
"avg_line_length": 10.25,
"alnum_prop": 0.6707317073170732,
"repo_name": "nacker/menuItem",
"id": "a313c02166be59ef43f6005d807ee4f553edfa07",
"size": "95",
"binary": f... |
var http = require("http").createServer(handler); // handler will be the function with req, res as in previous example, just separated
var io = require("socket.io").listen(http); // socket.io for permanent connection between server and client
var fs = require("fs"); // variable fo "file system", i.e. fs
var firmata = r... | {
"content_hash": "cebb76baa235ce972057bb45ec85f99d",
"timestamp": "",
"source": "github",
"line_count": 192,
"max_line_length": 183,
"avg_line_length": 41.0625,
"alnum_prop": 0.6349568746829021,
"repo_name": "yo-ga91/cps-iot",
"id": "e0751621006d39aa296cf8482352913134484981",
"size": "7892",
"bin... |
title: Google Chrome Extensions Hackathon Hamburg – Aftermath
date: 2010-03-07 00:41:27 +0100
excerpt: A review of a Google hackathon.
categories: Events
tags: [Development, Google, Hackathon]
permalink: /google-chrome-extensions-hackathon-hamburg-aftermath
layout: post
---
The days go by and I nearly forgot to post my... | {
"content_hash": "2d7c55de82cfdc72152d6fd56fc90161",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 296,
"avg_line_length": 68.47058823529412,
"alnum_prop": 0.8032646048109966,
"repo_name": "michaelnordmeyer/michaelnordmeyer.github.io",
"id": "bd580c3d9147c9274138ba6052b333... |
require 'test_helper'
class ClayburnGenTest < Test::Unit::TestCase
should "probably rename this file and start testing for real" do
flunk "hey buddy, you should probably rename this file and start testing for real"
end
end
| {
"content_hash": "6378942e3703344465218f2e022f0b2a",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 86,
"avg_line_length": 33.142857142857146,
"alnum_prop": 0.7629310344827587,
"repo_name": "silentrob/clayburn-gen",
"id": "25636dce57e6062c8b4dd779d2bff33fb68961ca",
"size":... |
<?php
namespace Omnipay\Paysafecard\Message;
use Omnipay\Tests\TestCase;
class FetchTransactionResponseTest extends TestCase
{
private $request;
public function setUp()
{
parent::setUp();
$this->request = new FetchTransactionRequest($this->getHttpClient(), $this->getHttpRequest());
... | {
"content_hash": "7e4fd240c7225d7774e919a3f7f32d1e",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 102,
"avg_line_length": 39.632183908045974,
"alnum_prop": 0.6220997679814385,
"repo_name": "dercoder/omnipay-paysafecard",
"id": "7e393ad55765b7082eb8d19c25bb693a9f6c5e93",
... |
'use strict';
var gulp = require('gulp');
require('require-dir')('./gulp');
gulp.task('default', function () {
var c = {
reset: '\x1b[0m',
bold: '\x1b[1m',
green: '\x1b[32m',
magenta: '\x1b[35m'
};
console.log('');
console.log(c.green + c.bold + 'Main Commands' + ... | {
"content_hash": "1e74d9fe9ae431ebbad1bbe02108a71c",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 155,
"avg_line_length": 42.285714285714285,
"alnum_prop": 0.5489864864864865,
"repo_name": "cloughrm/Hex-Color-Picker",
"id": "f95d37833cd9d7e8b7b419d0110f51ec42521521",
"s... |
<!DOCTYPE html>
<html>
<head>{% include page/header.html %}</head>
<body>{% include page/menu.html %}
<div class="page-content">
<div class="container">{% include blocks/participant.html %}</div>
</div>{% include page/footer.html %}
{% include page/google-anal... | {
"content_hash": "0cf45d1e7fde65527f5d4cae10002036",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 72,
"avg_line_length": 35.3,
"alnum_prop": 0.5552407932011332,
"repo_name": "talargoni/owasp-summit-2017",
"id": "91337b6344256b66952d54eb5d0f7affc3bf3132",
"size": "353",
... |
import '../../api/rooms/methods.js';
import '../../api/rooms/server/publications.js';
//Residents Server Methods and Publications
import '../../api/residents/methods.js';
import '../../api/residents/server/publications.js';
//McDetails Server Methods and Publications
import '../../api/mcdetails/methods.js';
import '.... | {
"content_hash": "63aa0105bda7b7c711c1fd191adbd577",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 53,
"avg_line_length": 34.629629629629626,
"alnum_prop": 0.725668449197861,
"repo_name": "gagpmr/app-met",
"id": "eb23d05ecbb5f9e160c03578627002a47b21c6b8",
"size": "1910",... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Metakit: std.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.3 -->
<div class="qind... | {
"content_hash": "172ad6889d1d9d68995ac42ccd45f9a8",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 513,
"avg_line_length": 57.270270270270274,
"alnum_prop": 0.6762623879188296,
"repo_name": "electric-cloud/metakit",
"id": "d2387ec785d4c1bc5885c6210beab15fc1049011",
"size... |
package structures
package laws
trait ContravariantLaws[F[_]] extends ExponentialLaws[F] {
implicit val typeClass: Contravariant[F]
import Contravariant.ops._
def contravariantIdentity[A](fa: F[A]): IsEqual[F[A]] =
fa.contramap[A](identity) =?= fa
def contravariantComposition[A, B, C](fa: F[A], f: B =>... | {
"content_hash": "b114b70ac5bc65e01e3fcad3b148cfa9",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 88,
"avg_line_length": 27.238095238095237,
"alnum_prop": 0.6835664335664335,
"repo_name": "mpilquist/Structures",
"id": "5a5d3101f2c1ae41bec486d3962d67d7712a42de",
"size": ... |
import React, { Component } from 'react';
import { IndexLink, Link } from 'react-router';
export default class App extends Component {
static propTypes = {
children: React.PropTypes.object
};
render() {
return (
<div>
<nav>
<ul>
... | {
"content_hash": "a36c3f88174fd3b84c41dc44821b7d00",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 67,
"avg_line_length": 25.772727272727273,
"alnum_prop": 0.42328042328042326,
"repo_name": "vgno/roc-web-react",
"id": "f95fc257d64ceb799150f24e0dcdec0546e68f4f",
"size": "... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Javadoc API documentation for Fresco." />
<link rel="shortcut icon" type="image/x-icon" href="../../../../favicon.ico" />
<title>
Fa... | {
"content_hash": "a76bc2ef52a314609bb924e854a57fc7",
"timestamp": "",
"source": "github",
"line_count": 4232,
"max_line_length": 334,
"avg_line_length": 24.502835538752365,
"alnum_prop": 0.5119291004474618,
"repo_name": "facebook/fresco",
"id": "a8837aaa300af7d01a2ae38044e085442ddf930d",
"size": "1... |
package org.icepdf.ri.common;
import javax.print.CancelablePrintJob;
import javax.print.PrintException;
import java.util.logging.Logger;
import java.util.logging.Level;
/**
* <p>The <code>PrinterTask</code> class is responsible for starting a
* PrinterJob's print function in a new thread. This class assumes that ... | {
"content_hash": "a0b00aa1c875d6bf40d17e6ebe7861fb",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 82,
"avg_line_length": 27.152542372881356,
"alnum_prop": 0.6198501872659176,
"repo_name": "pdf4j/icepdf4",
"id": "23984e9d4c64e51daadb09cef4a3a56de4521647",
"size": "2216",... |
FROM balenalib/odroid-xu4-ubuntu:focal-build
ENV GO_VERSION 1.14.13
RUN mkdir -p /usr/local/go \
&& curl -SLO "http://resin-packages.s3.amazonaws.com/golang/v$GO_VERSION/go$GO_VERSION.linux-armv7hf.tar.gz" \
&& echo "53c5236a76730f6487052fa1a629d6f5efdde6341cfc2e0544b0b28aefc27708 go$GO_VERSION.linux-armv7hf.tar.g... | {
"content_hash": "5d584f63cb4413a592f67c803bd5da07",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 674,
"avg_line_length": 64.74193548387096,
"alnum_prop": 0.7274539113104136,
"repo_name": "nghiant2710/base-images",
"id": "d08b1300dc80ad5582fede269cd9e6aa1f04977f",
"size... |
// -----------------------------------------------------------------------
// <copyright file="WieldUnwieldEvent.cs" company="WheelMUD Development Team">
// Copyright (c) WheelMUD Development Team. See LICENSE.txt. This file is
// subject to the Microsoft Public License. All other rights reserved.
// </copyrig... | {
"content_hash": "9f22b2dda6ad12ee22d339dcca1e4fc6",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 139,
"avg_line_length": 52.74285714285714,
"alnum_prop": 0.6294691224268689,
"repo_name": "ArcherSys/ArcherSys",
"id": "f1c06a3bd540ea84115bd9965a45586d6e96ffe9",
"size": "... |
export * from './zone_utils';
export * from './mongo_cursor_observer';
export * from './mongo_cursor_differ';
export * from './meteor_reactive';
export * from './providers';
| {
"content_hash": "eed62997577a1536fa44679e119b4196",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 40,
"avg_line_length": 34.8,
"alnum_prop": 0.6781609195402298,
"repo_name": "MohmadAyman/the_tutor",
"id": "5751e9aec15472cbcbe204d467fd36f7eb25f066",
"size": "221",
"bina... |
{% assign base = "/conf/2017" %}
<html>
<head>
<title>{{ page.title }}</title>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" co... | {
"content_hash": "359a386090e234df4e38c070057a6cef",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 94,
"avg_line_length": 40.888888888888886,
"alnum_prop": 0.6141304347826086,
"repo_name": "id-ruby/id-ruby",
"id": "aa015a3bd1a106f7842a9a90b98e81d59a4ec4ef",
"size": "736"... |
package org.springframework.web.service.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Sh... | {
"content_hash": "0fde052cf7e6f9b05bb2f4a5d3433b18",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 76,
"avg_line_length": 22.591836734693878,
"alnum_prop": 0.7280939476061428,
"repo_name": "spring-projects/spring-framework",
"id": "3409a5a78a8b4939c27fd02892c21bf0062bdba3"... |
package kubelet
import (
"os"
"testing"
"time"
cadvisorapi "github.com/google/cadvisor/info/v1"
cadvisorapiv2 "github.com/google/cadvisor/info/v2"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/apis/componentconfig"
"k8s.io/kubernetes/pkg/client/clientset_generated/internalclientset/fake"
"k8s.io/kuber... | {
"content_hash": "4f0f0bf1971658d41276da1148a976f9",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 134,
"avg_line_length": 34.839285714285715,
"alnum_prop": 0.7022039979497694,
"repo_name": "dagnello/kubernetes",
"id": "85bbe7f1ba2e5d0c62fe4c55ffa8420abb6e5a74",
"size":... |
<?php
defined('IN_IA') or exit('Access Denied');
load()->model('phoneapp');
if (!empty($_W['uniacid'])) {
$version = intval($_GPC['v']);
$version_info = phoneapp_version($version);
if (!empty($version_info['modules'])) {
foreach ($version_info['modules'] as $module) {
if (!empty($module['account']) && intval... | {
"content_hash": "8e6e182ccd7570cbbe9d4c3cb4fc8309",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 81,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.5975609756097561,
"repo_name": "justzheng/test1",
"id": "a03374fbfca45b5d1fd280e4a2c7d0749a302ebd",
"size": "680"... |
const React = require('react');
const CompLibrary = require('../../core/CompLibrary.js');
const MarkdownBlock = CompLibrary.MarkdownBlock;
/* Used to read markdown */
const Container = CompLibrary.Container;
const GridBlock = CompLibrary.GridBlock;
const siteConfig = require(`${process.cwd()}/siteConfig.js`);
fun... | {
"content_hash": "fcb7ad17443567738e81e2ee0152d2a4",
"timestamp": "",
"source": "github",
"line_count": 282,
"max_line_length": 220,
"avg_line_length": 40.42553191489362,
"alnum_prop": 0.5193859649122807,
"repo_name": "Apifier/apify-runtime-js",
"id": "19fe9c67e4ff56d91a26a73de670130f839134b9",
"si... |
{% extends "default/buy/login.html" %} | {
"content_hash": "2232cf1b2d2415f1550afa6c014f60cc",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 38,
"avg_line_length": 38,
"alnum_prop": 0.6842105263157895,
"repo_name": "StephenPower/CollectorCity-Market-Place",
"id": "88625fc4063f734781572d539f82e43ddf14530a",
"size"... |
using System;
namespace Protobuild
{
internal abstract class BaseTask
{
public Action<string> LogMessage
{
get
{
return RedirectableConsole.WriteLine;
}
}
public abstract bool Execute();
}
}
| {
"content_hash": "ef0ab2b1e65f5be8140357e01e64cd3f",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 53,
"avg_line_length": 16.11111111111111,
"alnum_prop": 0.5137931034482759,
"repo_name": "silasary/Protobuild",
"id": "c58af27920334b7306a2ca5118563ac346f1a28d",
"size": "2... |
#include "Benchmark.h"
#include "SkCanvas.h"
#include "SkImage.h"
#include "SkSurface.h"
class Image2RasterBench : public Benchmark {
public:
Image2RasterBench() {
fName.set("native_image_to_raster_surface");
}
bool isSuitableFor(Backend backend) override {
return kGPU_Backend == backend... | {
"content_hash": "d7d977cd622dac08f3c04f31055522d9",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 92,
"avg_line_length": 30.4,
"alnum_prop": 0.6326754385964912,
"repo_name": "Hikari-no-Tenshi/android_external_skia",
"id": "d8260e7ca25647d65b086bb0444cf900e086eb93",
"siz... |
require 'markovchain'
require 'markovchain-storage-mongodb'
require 'mongo'
class YuyatBot::TweetHandler::Oboero
include YuyatBot::TweetHandlerHelper
def initialize(options = {})
@markov = ::Markovchain.new(
:state_size => 2,
:storage => Markovchain::Storage::MongoDb.new(
:mongo =>... | {
"content_hash": "1956533dc7ab0a8863d67461e28a55cf",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 80,
"avg_line_length": 26.307692307692307,
"alnum_prop": 0.6023391812865497,
"repo_name": "yuya-takeyama/yuyat_bot",
"id": "cc49aebc95fb31128629a362a0c59ea42ba9c5a5",
"size... |
package org.restdoc.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
*
*/
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Re... | {
"content_hash": "f25861fd3c51056059c3c6e3a99a1a1e",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 51,
"avg_line_length": 19.037037037037038,
"alnum_prop": 0.7392996108949417,
"repo_name": "RestDoc/restdoc-api",
"id": "81ad572430b36faba3dffcb3b17d135f6621177b",
"size": "... |
<?php
final class PhabricatorApplicationTransactions extends PhabricatorApplication {
public function shouldAppearInLaunchView() {
return false;
}
public function canUninstall() {
return false;
}
public function getRoutes() {
return array(
'/transactions/' => array(
'edit/(?<phid... | {
"content_hash": "02b42bd918fa0456ea339e3db7789c65",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 79,
"avg_line_length": 21.32,
"alnum_prop": 0.6435272045028143,
"repo_name": "telerik/phabricator",
"id": "ac0b4e1bc90d4629fa7a0a7a23ba05b2bd16265d",
"size": "533",
"bina... |
/**********************************
* SCAENA FRAMEWORK
* Author: Marco Andrés Lotto
* License: MIT - 2016
**********************************/
#pragma once
#include <string>
#include <map>
#include <list>
using namespace std;
class SystemPerformanceAnalyzer{
private:
map<string, float>* averangeTimes;
static Syst... | {
"content_hash": "01971d68fe085c1979be4e75e839ee4f",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 103,
"avg_line_length": 34.875,
"alnum_prop": 0.7353643966547192,
"repo_name": "MarcoLotto/ScaenaFramework",
"id": "8ca5df4deed7efc9d1b79dd2d67dc6640aa135c9",
"size": "1675... |
'use strict';
describe('Math Editor', function() {
describe('Mathjax graphical representation', function() {
beforeEach(function() {
browser.ignoreSynchronization = true;
browser.get('#/index');
browser.driver.sleep(2500);
});
it('should have correct t... | {
"content_hash": "4e294412c91e6fe900769107f78c3781",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 106,
"avg_line_length": 42.09655172413793,
"alnum_prop": 0.559305373525557,
"repo_name": "lszyman/web_math_editor",
"id": "84fe84693e1a06cf65383d0440480118a7f4da8b",
"size... |
<?php
namespace PHPUnit\Extensions\Selenium2TestCase;
use BadMethodCallException;
use Exception;
use InvalidArgumentException;
/**
* Object representing elements, or everything that may have subcommands.
*
* @package PHPUnit_Selenium
* @author Giorgio Sironi <info@giorgiosironi.com>
* @copyright 2010-2... | {
"content_hash": "410033440432212e4fc72988ef2fd603",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 109,
"avg_line_length": 30.658333333333335,
"alnum_prop": 0.5868442511552052,
"repo_name": "tsolucio/coreBOSTests",
"id": "1f7c56dd565d21b1132e23ec1078f93fe7680824",
"size... |
layout: post
date: 2016-01-25
title: "Vera Wang Lillian"
category: Vera Wang
tags: [Vera Wang]
---
### Vera Wang Lillian
Just **$349.99**
###
<a href="https://www.readybrides.com/en/vera-wang/4133-vera-wang-lillian.html"><img src="//img.readybrides.com/8211/vera-wang-lillian.jpg" alt="Vera Wang Lillian" style="width:... | {
"content_hash": "8ee98cb8cbc2e8955458546811af0122",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 189,
"avg_line_length": 35.642857142857146,
"alnum_prop": 0.7034068136272545,
"repo_name": "HOLEIN/HOLEIN.github.io",
"id": "f584d85a80378d4f7cb0bb3a2cd82e0140501e93",
"siz... |
package com.heinrichreimersoftware.androidissuereporter.example;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import com.heinrichreimersoftware.androidissuereporter.IssueReporterLauncher;
import androidx.appcompat.a... | {
"content_hash": "7bb74acf5e6433f040ea7aa4a3ba4626",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 101,
"avg_line_length": 37.148936170212764,
"alnum_prop": 0.6156930126002291,
"repo_name": "HeinrichReimer/android-issue-reporter",
"id": "6ebe0f7554397be5f2a31f6946065ef3db1... |
layout: page
title: Alvarado Card Financial Executive Retreat
date: 2016-05-24
author: Samantha Dalton
tags: weekly links, java
status: published
summary: Proin eget condimentum felis. Cras mollis.
banner: images/banner/meeting-01.jpg
booking:
startDate: 10/01/2017
endDate: 10/05/2017
ctyhocn: TUPNAHX
groupCode... | {
"content_hash": "c96014cd103e046b1620b2983cb0c8b3",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 354,
"avg_line_length": 68.04545454545455,
"alnum_prop": 0.8062792251169004,
"repo_name": "KlishGroup/prose-pogs",
"id": "0b5935d4324900bfd39be87cbb34d275d8c4a4cc",
"size":... |
#include "webrtc/modules/audio_coding/neteq/normal.h"
#include <string.h> // memset, memcpy
#include <algorithm> // min
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
#include "webrtc/modules/audio_coding/codecs/audio_decoder.h"
#include "webrtc/modules/audio_coding/codecs/c... | {
"content_hash": "25612761ed141f37308af04cf24a40a1",
"timestamp": "",
"source": "github",
"line_count": 196,
"max_line_length": 84,
"avg_line_length": 41.39795918367347,
"alnum_prop": 0.6088242543751541,
"repo_name": "WymanLyu/WYDemo",
"id": "1b888f70d1f9ba1c91654df1f785aedb4aae792c",
"size": "8526... |
package logical
import (
"context"
"sync"
"github.com/hashicorp/vault/sdk/physical"
"github.com/hashicorp/vault/sdk/physical/inmem"
)
// InmemStorage implements Storage and stores all data in memory. It is
// basically a straight copy of physical.Inmem, but it prevents backends from
// having to load all of phys... | {
"content_hash": "76d8b729ea68a659b156df1af9af231e",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 84,
"avg_line_length": 22.20689655172414,
"alnum_prop": 0.7080745341614907,
"repo_name": "kubernetes/kops",
"id": "65368a070fe452fde9ac0368dcb37169427cf06b",
"size": "1932"... |
```js
{
protocol: "rainbow-connect",
version: 1,
type: "okay",
clientId: 28735
}
```
* **clientId** L'identifiant unique du client | {
"content_hash": "1b8f4a335617f8ca2bc92d249722f274",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 45,
"avg_line_length": 14.7,
"alnum_prop": 0.5918367346938775,
"repo_name": "rainbow-project/Rainbow-connect",
"id": "f9a088c085392dccc6f4b4e96a7d91c298805be0",
"size": "16... |
// U3.W9:JQuery
// I worked on this challenge [by myself, with: ].
// This challenge took me [#] hours.
$(document).ready(function(){
//RELEASE 0:
//link the image
//RELEASE 1:
//Link this script and the jQuery library to the jQuery_example.html file and analyze what this code does.
var $bodyElement = $('body... | {
"content_hash": "29071c21e0f1f0381e625de53164654f",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 194,
"avg_line_length": 28.61111111111111,
"alnum_prop": 0.6781553398058252,
"repo_name": "sampurcell/phase-0",
"id": "8d0148d9eec3999459f3f83021d826cff0d1b656",
"size": "2... |
package com.troy.xifan.eventbus;
/**
* Created by chenlongfei on 2017/3/28.
*/
public class NotificationEvent {
}
| {
"content_hash": "919b41f651b1d0debd906bcab94ad92b",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 39,
"avg_line_length": 14.75,
"alnum_prop": 0.711864406779661,
"repo_name": "betroy/xifan",
"id": "02bf2a4fda35c8483c78879ae48ff965ceabbafd",
"size": "118",
"binary": fals... |
package com.google.gerrit.elasticsearch;
import static com.google.gson.FieldNamingPolicy.LOWER_CASE_WITH_UNDERSCORES;
import static java.util.stream.Collectors.toList;
import static org.apache.commons.codec.binary.Base64.decodeBase64;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import... | {
"content_hash": "de84fb6e663f907f74abb2059a236ad5",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 99,
"avg_line_length": 34.0375,
"alnum_prop": 0.7043701799485861,
"repo_name": "gerrit-review/gerrit",
"id": "8f0ea8fb84f5ccb38e0dc57e06e14f22e200f1d1",
"size": "6055",
... |
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>1184142 | Minstry Of Education Jobs</title>
<link href="../assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link hr... | {
"content_hash": "747bd1ae5d1539cbb2bb718e239f2291",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 427,
"avg_line_length": 44.080357142857146,
"alnum_prop": 0.5859833907231112,
"repo_name": "wcmckee/moejobs-site",
"id": "de525e0854132e6e2076d2770abc43f35717d2bd",
"size"... |
#ifndef IdentifiersFactory_h
#define IdentifiersFactory_h
#include "core/CoreExport.h"
#include "wtf/text/WTFString.h"
namespace blink {
class DocumentLoader;
class LocalFrame;
class CORE_EXPORT IdentifiersFactory {
public:
static void setProcessId(long);
static String createIdentifier();
static Stri... | {
"content_hash": "17e46d87ed7adfe0c5f2e77f574c58a3",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 81,
"avg_line_length": 22.542857142857144,
"alnum_prop": 0.761723700887199,
"repo_name": "Pluto-tv/blink-crosswalk",
"id": "c360871446aa4586f388ac206a6e8f32842f2e42",
"size... |
/* © 2013-2015 Deuterium Labs Limited */
package com.deuteriumlabs.dendrite.view;
import javax.servlet.jsp.PageContext;
import com.deuteriumlabs.dendrite.model.StoryPage;
public class StatsView extends View {
private static final String NUM_PGS_ATTR_NAME = "numPages";
private static final String URL = "/sta... | {
"content_hash": "b8cdda2cbd774d3b8b93df9c0e1178cf",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 80,
"avg_line_length": 32.03030303030303,
"alnum_prop": 0.6991485335856197,
"repo_name": "MattHeard/Dendrite",
"id": "bf1d913c0f8189e0b0bd9e082a58cdcf662c3804",
"size": "10... |
html5-skel
==========
HTML5 minimal skeleton generator
| {
"content_hash": "6dea90fdfbd823c8178a24bdbbf3fba6",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 32,
"avg_line_length": 14,
"alnum_prop": 0.6785714285714286,
"repo_name": "leandroh/html5-skel",
"id": "42a5375a71bb3ea3046e6d11123351f442d02821",
"size": "56",
"binary": ... |
external help file: Microsoft.WindowsAzure.Commands.Storage.dll-Help.xml
ms.assetid: BDEEF1EA-A785-4E17-9887-C2000BDFCF57
online version:
schema: 2.0.0
---
# Set-AzureStorageContainerAcl
## SYNOPSIS
Sets the public access permission to a storage container.
## SYNTAX
```
Set-AzureStorageContainerAcl [-Name] <String... | {
"content_hash": "74101a1275ee3658455ba3ea6ca5765d",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 314,
"avg_line_length": 28.99492385786802,
"alnum_prop": 0.789390756302521,
"repo_name": "hungmai-msft/azure-powershell",
"id": "1a7c3bd4dfe2ddab455e5496bbd896d2e68ac36a",
... |
@interface SeafTextEditorViewController ()
@property UIBarButtonItem *saveItem;
@property id<SeafPreView> previewFile;
@end
@implementation SeafTextEditorViewController
- (id)initWithFile:(id<SeafPreView>)file
{
self = [self initWithAutoPlatformNibName];
self.previewFile = file;
return self;
}
- (UITe... | {
"content_hash": "96f77f9234bf9368fe4ef542188f9882",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 153,
"avg_line_length": 30.336363636363636,
"alnum_prop": 0.7650584357207072,
"repo_name": "scottcc/seafile-iOS",
"id": "95a937772e363bb81072d7b32b22a434df9f4118",
"size":... |
namespace T5Suite2
{
partial class frmECUBDMTypeSelection
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
... | {
"content_hash": "93450506297487eb4ddee48b03fa695a",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 154,
"avg_line_length": 42.375,
"alnum_prop": 0.6103736479842674,
"repo_name": "Just4pLeisure/T5SuiteII",
"id": "026ffddda9074d7708daea2b9e1bb21d34bb3b98",
"size": "4068",
... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("01... | {
"content_hash": "b52ab8a33d6d1c0712a3c5315cc978a3",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 39.75,
"alnum_prop": 0.7498252969951084,
"repo_name": "SvetozarMateev/Programming-Fundamentals",
"id": "2fd1a3ed5e77d78204a78850a95729e956166311",
"s... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - c++/4.9/utility</title>
<link rel="stylesheet" type="text/css" href="../../gcov.css">
</head>
<body>
<table width="100%" b... | {
"content_hash": "55af99396d33b6be701d38635019011f",
"timestamp": "",
"source": "github",
"line_count": 324,
"max_line_length": 235,
"avg_line_length": 73.60493827160494,
"alnum_prop": 0.5173180140892318,
"repo_name": "smangano/theoria",
"id": "9edcf120a227d3326c6d5135f065033d31df8ae2",
"size": "26... |
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Лицензии</title>
<!-- Bootstrap Core CSS -->
<link rel="... | {
"content_hash": "680361871bb8c8cfc9f7107c46d11437",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 169,
"avg_line_length": 43.875,
"alnum_prop": 0.6566951566951567,
"repo_name": "licenses-ru/licenses.ru",
"id": "66fb0701dc883bb6797a37edc7c0eb8d897e31e3",
"size": "1412",
... |
import React, { Component } from 'react';
import styled from 'styled-components';
import NavigationButton from './navigation-button';
const RelativePositioningHelper = styled.div`
margin-left: auto;
margin-right: auto;
${'' /* margin-top: 0.5em;
margin-left: 0.5em;
padding: 0.5em; */}
position: relative;
... | {
"content_hash": "70b826cbc7bcacc5f60a138d1ac71bd8",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 74,
"avg_line_length": 20.08974358974359,
"alnum_prop": 0.6528398213146139,
"repo_name": "Jaxo10/30circles",
"id": "9376254dfb8de12000eb3f6c5b3d9c7f2add5ea7",
"size": "1567... |
<?php
$params = array_merge(
require(__DIR__ . '/../../common/config/params.php'),
require(__DIR__ . '/../../common/config/params-local.php'),
require(__DIR__ . '/params.php'),
require(__DIR__ . '/params-local.php')
);
return [
'id' => 'app-api',
'basePath' => dirname(__DIR__),
'bootstrap' ... | {
"content_hash": "ab52f45cf64a69c373cf96e7f912d541",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 73,
"avg_line_length": 37.611111111111114,
"alnum_prop": 0.3949778434268833,
"repo_name": "Gcaufy/shengzaizai",
"id": "7e0ed84a0b96d415a8210e8ed67c526eb55d03b1",
"size": "3... |
<?php
use Illuminate\Database\Migrations\Migration;
class CreatePostsTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
// Create the `blog_posts` table
Schema::create('blog_posts', function ($table) {
$table->incr... | {
"content_hash": "8b917315a3286f827333142e05079cf1",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 56,
"avg_line_length": 20.27777777777778,
"alnum_prop": 0.5013698630136987,
"repo_name": "connyay/confess.io-laravel",
"id": "a24613dd76419938882ad01ebbd43cae6d36d7bd",
"si... |
package org.ovirt.engine.core.searchbackend;
import org.ovirt.engine.core.compat.Regex;
import org.ovirt.engine.core.compat.StringBuilderCompat;
import org.ovirt.engine.core.compat.StringFormat;
import org.ovirt.engine.core.compat.StringHelper;
public class ADSyntaxChecker implements ISyntaxChecker {
private AdSe... | {
"content_hash": "ed030dfa53719535340c862879bae5f8",
"timestamp": "",
"source": "github",
"line_count": 336,
"max_line_length": 131,
"avg_line_length": 47.24404761904762,
"alnum_prop": 0.5166939649741716,
"repo_name": "anjalshireesh/gluster-ovirt-poc",
"id": "583de1e1bd288f0e0f64814ac26870322181543f"... |
import {AnimationAnimateMetadata, AnimationEntryMetadata, AnimationGroupMetadata, AnimationKeyframesSequenceMetadata, AnimationMetadata, AnimationStateDeclarationMetadata, AnimationStateMetadata, AnimationStateTransitionMetadata, AnimationStyleMetadata, AnimationWithStepsMetadata, Attribute, ChangeDetectionStrategy, ... | {
"content_hash": "6b2669f340f3a759bfd4cfaca78521de",
"timestamp": "",
"source": "github",
"line_count": 793,
"max_line_length": 481,
"avg_line_length": 39.97730138713745,
"alnum_prop": 0.6729543877357895,
"repo_name": "vinagreti/angular",
"id": "3c0c9e04c02881410b20a78c2c5afeb4e6121639",
"size": "3... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Margeta.Extensions.Cli.Builder;
using Margeta.Extensions.Cli.Hosting.Internal;
namespace Margeta.Extensions.Cli.Hosting
{
/// <... | {
"content_hash": "d81a7ec8b033ec716ba569ba1191aab5",
"timestamp": "",
"source": "github",
"line_count": 137,
"max_line_length": 128,
"avg_line_length": 33.47445255474452,
"alnum_prop": 0.5883122546881814,
"repo_name": "zmargeta/Extensions.Cli",
"id": "99f9761b00cbf32927a5232226a4ce2bdc84389b",
"siz... |
module JQueryComplexify
module Rails
VERSION = "0.3.1"
end
end
| {
"content_hash": "e8895b887711e5f2594b9ebdd891df38",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 23,
"avg_line_length": 14.2,
"alnum_prop": 0.6901408450704225,
"repo_name": "pelluch/jquery-complexify-rails",
"id": "ac0f0c8d968dc26307ec7388435f7943c12d0ca6",
"size": "71"... |
var GOOGLE_PROJECT_ID = "47811378595";
var PUSHAPPS_APP_TOKEN = "1a3267ab-aa11-4bb2-8dda-034b3a6566ee";
/**
* Register current device with PushApps
*/
function registerDevice() {
PushNotification.registerDevice(GOOGLE_PROJECT_ID, PUSHAPPS_APP_TOKEN, function (pushToken) {
alert... | {
"content_hash": "e7ed346a3f9c431666b58ee57cce513a",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 154,
"avg_line_length": 37.22818791946309,
"alnum_prop": 0.4743104380746349,
"repo_name": "naveedahmed1983/PushExample",
"id": "c2c5369f813bb15f55e75b8c65be1a2d3f7ddf13",
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/map_prompt_normal"
android:gravity="center"
android:orientation="horizontal" >
<... | {
"content_hash": "5c3ef39377aaa08d93aadbf4c7064f1c",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 72,
"avg_line_length": 33.31818181818182,
"alnum_prop": 0.6616643929058663,
"repo_name": "cheyiliu/test4XXX",
"id": "3909f38b8412b3ac899f57347a3a7ecf82cd4447",
"size": "755... |
package cn.jzvd.decode;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.view.Surface;
import java.lang.reflect.Method;
import java.util.Map;
import cn.jzvd.controller.JZMediaManager;
import cn.jzvd.JZVideoPlayerManager;
/**
* Created by Nathen on 2017/11/8.
* 实现系统的播放引擎
*
* 安卓... | {
"content_hash": "cbd4caa610061cc881253e5d9525f96d",
"timestamp": "",
"source": "github",
"line_count": 187,
"max_line_length": 301,
"avg_line_length": 33.42245989304813,
"alnum_prop": 0.60352,
"repo_name": "cowthan/Ayo2022",
"id": "7d419e11a47faedd3a3bf4f47af3ea60ce000f18",
"size": "6290",
"bina... |
CKEDITOR.plugins.setLang( 'pagebreak', 'en-au', {
alt: 'Page Break', // MISSING
toolbar: 'Insert Page Break for Printing'
} );
| {
"content_hash": "ca6aa9d157eb7f433e45024935e340ed",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 49,
"avg_line_length": 27.2,
"alnum_prop": 0.6397058823529411,
"repo_name": "Kunstmaan/BootstrapCK4-Skin",
"id": "20dccda26b187ecc7181941238ee5fba8db2317d",
"size": "283",
... |
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
using OpenMetaverse;
namespace OpenSim.Region.PhysicsModule.BulletS {
// Constraint type values as defined by Bullet
public enum ConstraintType : int
{
POINT2POINT_CONSTRAINT_TYPE =... | {
"content_hash": "c29670fdbeb3b278fb4cd4d8653cb4d7",
"timestamp": "",
"source": "github",
"line_count": 759,
"max_line_length": 140,
"avg_line_length": 39.65876152832674,
"alnum_prop": 0.7238962160725557,
"repo_name": "EriHoss/OpenSim_0.8.2.0_Dev_LibLSLCC",
"id": "a2880487c2ea4b234df985b59ffe1c02e965... |
class AddSlugToChiliPepperSections < ActiveRecord::Migration
def change
add_column :chili_pepper_sections, :slug, :string
add_index :chili_pepper_sections, :slug, unique: true
end
end
| {
"content_hash": "b476b855c2a992fadb04e7bca38658ec",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 60,
"avg_line_length": 32.666666666666664,
"alnum_prop": 0.7551020408163265,
"repo_name": "concordiadiscors/chili_pepper",
"id": "e5b20b7400f151b951538f54ad585d205f38f9b0",
... |
package command
import (
"github.com/vulcand/vulcand/Godeps/_workspace/src/github.com/codegangsta/cli"
"github.com/vulcand/vulcand/engine"
)
func getTLSFlags() []cli.Flag {
return []cli.Flag{
cli.BoolFlag{Name: "tlsSkipVerify", Usage: "insecure: skip certificate verification"},
cli.BoolFlag{Name: "tlsPreferSer... | {
"content_hash": "c59c4cdc1429bed41018f9c9d0864fcf",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 118,
"avg_line_length": 40.925,
"alnum_prop": 0.7165546731826512,
"repo_name": "pquerna/vulcand",
"id": "7cb561a77db07e8331ea9fa6c2b7cb5b8c431007",
"size": "1637",
"binar... |
package org.marble.commons.domain.model;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "configuration"... | {
"content_hash": "275da2b3d7f7a90b1970fab6c59b1635",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 70,
"avg_line_length": 21.048780487804876,
"alnum_prop": 0.7022016222479722,
"repo_name": "miguelfc/marble",
"id": "8471b95c32bca433e47a5072f98e0a6e0ec5efcc",
"size": "863"... |
import { Component } from '@angular/core';
import {Dragula, DragulaService} from 'ng2-dragula/ng2-dragula';
@Component({
moduleId: module.id,
selector: 'dragula',
templateUrl: 'dragula.component.html',
styleUrls: ['dragula.component.css'],
directives: [Dragula],
viewProviders: [DragulaService],
}... | {
"content_hash": "cabd264c2448369a71c9faa2ec2755e5",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 64,
"avg_line_length": 28.636363636363637,
"alnum_prop": 0.6619047619047619,
"repo_name": "MaxReimerNielsen/ng2-examples",
"id": "af0113080c3c7def39c56f054acc2c373023e4ff",
... |
using System;
using WiseInterceptors.Common;
using WiseInterceptors.Interceptors.Cache.CacheInvocationMethod;
namespace WiseInterceptors.Interceptors.Cache.Strategies
{
public class ConsiderSoftlyExpiredValuesInCaseOfErrorsInvocationManager : CacheInvocationManager
{
public ConsiderSoftlyExpiredValues... | {
"content_hash": "98609fb6c0177d6b5b56d5cd24438323",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 177,
"avg_line_length": 32.578947368421055,
"alnum_prop": 0.6631663974151858,
"repo_name": "paolocosta/WiseInterceptors",
"id": "108ce4310c79cc2e722e5bf3fba73339c7282aba",
... |
package au.edu.uts.eng.remotelabs.schedserver.multisite.provider.requests;
import java.rmi.RemoteException;
import org.apache.axis2.AxisFault;
import org.hibernate.Session;
import au.edu.uts.eng.remotelabs.schedserver.dataaccess.entities.RemoteSite;
import au.edu.uts.eng.remotelabs.schedserver.dataaccess.entities.U... | {
"content_hash": "7c35dc75d8b4b2b23d384d039a6e8a7d",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 105,
"avg_line_length": 32.23076923076923,
"alnum_prop": 0.6181384248210023,
"repo_name": "jeking3/scheduling-server",
"id": "e18a86ab2a31b32db9b24e7e52a564cb17b434e3",
"si... |
import $ from "jquery";
import template from "./grid-template";
export interface ScrollEvent {
overflowTopPixels: number;
overflowTopScreens: number;
overflowBottomPixels: number;
overflowBottomScreens: number;
}
export const enum SortDirection {
asc,
desc
}
export interface SortDescriptor {
... | {
"content_hash": "df64c5a4e25317104d1f8eacda796974",
"timestamp": "",
"source": "github",
"line_count": 734,
"max_line_length": 137,
"avg_line_length": 27.632152588555858,
"alnum_prop": 0.5460999901390395,
"repo_name": "dfaivre/au-grid-spike",
"id": "b33f214f096e4dc3ccf66e0bf7a20e729ef2084b",
"size... |
<?php
namespace Enroporra\EnroporraBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class DefaultControllerTest extends WebTestCase
{
public function testIndex()
{
$client = static::createClient();
$crawler = $client->request('GET', '/hello/Fabien');
$th... | {
"content_hash": "7287bdee6a7b66686cc5cb1376cd7cff",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 90,
"avg_line_length": 24,
"alnum_prop": 0.6813725490196079,
"repo_name": "mdelgadof/Enroporra-2.0",
"id": "253f3cbe4e7dfcbb34a1fb0219841b7c1e9b9b65",
"size": "408",
"bin... |
SpaceShell
==========
An RTS space game for Windows and Android made with LibGDX by C2j Team :
John, Alto and Cevantime.
| {
"content_hash": "31e1cd83549c5fc0feae6d41380a97cf",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 72,
"avg_line_length": 24.4,
"alnum_prop": 0.7131147540983607,
"repo_name": "creationjeuxjava/spaceShell",
"id": "531580a9d9b559ad5e6094c4f0e36eded74504b5",
"size": "122",
... |
param (
[String]$ModuleName,
[PSTypeName("Indented.BuildInfo")]
[ValidateCount(1, 1)]
[PSObject[]]$BuildInfo
)
Set-Alias MSBuild (Resolve-MSBuild) -ErrorAction SilentlyContinue
task default Setup,
Build,
Test,
Publish
task Setup SetBuildInfo,
Install... | {
"content_hash": "00aa6fb701603c29120bc8eb26500875",
"timestamp": "",
"source": "github",
"line_count": 1565,
"max_line_length": 229,
"avg_line_length": 36.0888178913738,
"alnum_prop": 0.5536039944050001,
"repo_name": "indented-automation/Indented.Build",
"id": "a76179bf9274f2d4611bc9795a3e25a0ff6438... |
module DjMon
class Engine < Rails::Engine
isolate_namespace DjMon
config.dj_mon = ActiveSupport::OrderedOptions.new
config.dj_mon.username = "dj_mon"
config.dj_mon.password = "password"
if Rails.version > "3.1"
initializer "DJMon precompile hook" do |app|
app.config.assets.precomp... | {
"content_hash": "4c7bf1993338a6499019c3d136356f28",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 67,
"avg_line_length": 22.58823529411765,
"alnum_prop": 0.6484375,
"repo_name": "maletor/dj_mon",
"id": "100e572e4f873745acd1ce1b3f6e8a3c430b2c48",
"size": "384",
"binary... |
#ifndef PRTENCLAVE_T_H__
#define PRTENCLAVE_T_H__
#include <stdint.h>
#include <wchar.h>
#include <stddef.h>
#include "sgx_edger8r.h" /* for sgx_ocall etc. */
#include <stdlib.h> /* for size_t */
#define SGX_CAST(type, item) ((type)(item))
#ifdef __cplusplus
extern "C" {
#endif
int PrtEnclaveInit();
sgx_status_... | {
"content_hash": "247594ad279cbbbf378253b36208f5bf",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 119,
"avg_line_length": 27.93548387096774,
"alnum_prop": 0.7193995381062356,
"repo_name": "p-org/P",
"id": "e22e6495ca9ba6159b98fe836874e5733c78550d",
"size": "866",
"bin... |
package uk.ac.ebi.eva.commons.models.metadata;
import org.junit.Before;
import org.junit.Test;
import java.util.Date;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.j... | {
"content_hash": "6cf875e079cbdeb1b35e7b311f0d7a80",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 136,
"avg_line_length": 38.534246575342465,
"alnum_prop": 0.6871667259153929,
"repo_name": "tomdcsmith/variation-commons",
"id": "b4dd9b11e2f80c9e3fb0a040047da9310afa1e70",
... |
package com.vmware.vim25;
/**
* @author Steve Jin (http://www.doublecloud.org)
* @version 5.1
*/
@SuppressWarnings("all")
public class DuplicateDisks extends VsanDiskFault {
} | {
"content_hash": "6a2e30dbd9a87340e9b77f3f367cffc2",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 51,
"avg_line_length": 14.916666666666666,
"alnum_prop": 0.7206703910614525,
"repo_name": "patrickianwilson/vijava-contrib",
"id": "037864df173507fe6cdc0534c58113ebff26e84e",... |
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0006_auto_20170116_0653'),
]
operations = [
migrations.CreateModel(
name='PlaylistItem',
... | {
"content_hash": "3109ac542abc9dc55158364a9a3ea950",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 114,
"avg_line_length": 34.8421052631579,
"alnum_prop": 0.5483383685800605,
"repo_name": "hrr20-over9000/9001",
"id": "fa09dedde259b33d0bdb70d505d5abc31f0d7111",
"size": "1... |
var assert = require('assert')
, https = require('https')
, http = require('http')
, should = require('should')
, WebSocket = require('../')
, WebSocketServer = require('../').Server
, fs = require('fs')
, server = require('./testserver')
, crypto = require('crypto');
var port = 20000;
function getArr... | {
"content_hash": "f526532fd27f33a4547168b1010a1ffe",
"timestamp": "",
"source": "github",
"line_count": 1773,
"max_line_length": 105,
"avg_line_length": 30.97123519458545,
"alnum_prop": 0.5010380244755245,
"repo_name": "hermione521/2048-chess",
"id": "f5598cbbd7a67626b5854d4e76af10658e71aff8",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `LLVMABIAlignmentOfType` fn in crate `rustc`.">
<meta name=... | {
"content_hash": "431e74c80021bab4c8a3dc7cc7677e1e",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 472,
"avg_line_length": 44.270833333333336,
"alnum_prop": 0.552,
"repo_name": "ArcherSys/ArcherSys",
"id": "1b8767aee967b3f06aea54d42086c09c6be92f69",
"size": "4250",
"bi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.