text stringlengths 2 1.04M | meta dict |
|---|---|
namespace Fixtures.Azure.AcceptanceTestsAzureBodyDuration
{
using Microsoft.Rest.Azure;
using Models;
/// <summary>
/// Test Infrastructure for AutoRest
/// </summary>
public partial interface IAutoRestDurationTestService : System.IDisposable
{
/// <summary>
/// The base URI... | {
"content_hash": "bdd080cb23b00e51d85c56ffd7ecc06e",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 79,
"avg_line_length": 30.945454545454545,
"alnum_prop": 0.5928319623971798,
"repo_name": "garimakhulbe/autorest",
"id": "4e793d66add9f8d3accb1093b710776333273f9b",
"size":... |
package com.linkedin.metadata.search.utils;
import com.linkedin.metadata.query.filter.Condition;
import com.linkedin.metadata.query.filter.Criterion;
import com.linkedin.metadata.query.filter.Filter;
import com.linkedin.metadata.query.filter.SortCriterion;
import java.util.Arrays;
import javax.annotation.Nonnull;
impo... | {
"content_hash": "89d5f5e8e1825d2c832765453238a6e6",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 128,
"avg_line_length": 48.19402985074627,
"alnum_prop": 0.719004851863322,
"repo_name": "linkedin/WhereHows",
"id": "1189aba254a591a16914e97518cce1b94abb077f",
"size": "9... |
var Canvas2Image = (function() {
// check if we have canvas support
var bHasCanvas = false;
var oCanvas = document.createElement("canvas");
if (oCanvas.getContext("2d")) {
bHasCanvas = true;
}
// no canvas, bail out.
if (!bHasCanvas) {
return {
saveAsBMP : funct... | {
"content_hash": "54640363069e8b5185cf7aeedf8e8488",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 100,
"avg_line_length": 33.48471615720524,
"alnum_prop": 0.5653364632237872,
"repo_name": "quytx/chipot",
"id": "84d3829a2cede9b4aa94987ce8d4c2e6b9d2ca1c",
"size": "7668",... |
<!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_232) on Tue Sep 15 08:52:56 UTC 2020 -->
<title>org.springframework.test.web.client.match (Spring Framework 5.1.18.RELEASE API)</title>
<meta n... | {
"content_hash": "ecec15df8f74a1b6635085d12e5b6118",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 177,
"avg_line_length": 62.56521739130435,
"alnum_prop": 0.715079916608756,
"repo_name": "akhr/java",
"id": "99ddb71983edd2af3d6bc3c4dcaa01a26c352aaa",
"size": "1439",
"b... |
package org.forwoods.docuwiki.documentationWiki.api;
import java.util.ArrayList;
import java.util.List;
import org.forwoods.docuwiki.documentable.ClassRepresentation.FieldRepresentation;
import org.forwoods.docuwiki.documentable.ClassRepresentation.MethodRepresentation;
import org.forwoods.docuwiki.documentable.Class... | {
"content_hash": "f5c6694d817ca04e5ae1ce5285ed79bc",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 85,
"avg_line_length": 23.765625,
"alnum_prop": 0.7712031558185405,
"repo_name": "tomforwood/documentationWiki",
"id": "9eff064b9831622708eecc4a6eb072ba8e573d16",
"size": "... |
/**
* @fileOverview
*/
/**#@+
@type String
@example
*/
/**
* Constains the dictionary of language entries.
* @namespace
*/
CKEDITOR.lang['pt-br'] =
{
/**
* The language reading direction. Possible values are "rtl" for
* Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
* language... | {
"content_hash": "5754450aaa302b2549cdfb0db794b8a1",
"timestamp": "",
"source": "github",
"line_count": 808,
"max_line_length": 416,
"avg_line_length": 32.43440594059406,
"alnum_prop": 0.6011752585187163,
"repo_name": "LeanLaunchLab/LeanLaunchLab",
"id": "0474cca2193228f590b0d1f40f6dc903e52ad4e3",
... |
module Azure::MediaServices::Mgmt::V2018_07_01
module Models
#
# A collection of AccountFilter items.
#
class AccountFilterCollection
include MsRestAzure
include MsRest::JSONable
# @return [Array<AccountFilter>] A collection of AccountFilter items.
attr_accessor :value
... | {
"content_hash": "2855ad29b7a729f7b34f6f796506e873",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 85,
"avg_line_length": 29.21276595744681,
"alnum_prop": 0.5138383102694829,
"repo_name": "Azure/azure-sdk-for-ruby",
"id": "1e149c64a133cc502de73d4cfd5c3f6482754fa0",
"size... |
<!DOCTYPE html>
<html lang="es">
<!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<?php $this->load->view('plantilla/head') ?>
<link href="<?php echo site_url('') ?>metronic/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css" rel="stylesheet" type="text/css"/>
<link href="<?php echo site_url('') ?>metronic/ad... | {
"content_hash": "06d41db995aadd54fc46e2f799a8d534",
"timestamp": "",
"source": "github",
"line_count": 439,
"max_line_length": 148,
"avg_line_length": 34.476082004555806,
"alnum_prop": 0.40488932936901223,
"repo_name": "Eduardo2505/Denticlick",
"id": "9549a62b8a722f85e792a13d8e23d13f565c9976",
"si... |
namespace Envoy {
namespace Extensions {
namespace Matching {
namespace InputMatchers {
namespace Hyperscan {
Envoy::Matcher::InputMatcherFactoryCb
Config::createInputMatcherFactoryCb(const Protobuf::Message& config,
Server::Configuration::ServerFactoryContext& factory_context) {
... | {
"content_hash": "395c907d4660d1695ef2dbb2ba801930",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 100,
"avg_line_length": 30.768115942028984,
"alnum_prop": 0.6382477626000942,
"repo_name": "envoyproxy/envoy",
"id": "45b1aefda2a6b58679cd19cfe99c201581c7c70c",
"size": "23... |
<html>
<body>
Reports calls to <code>equals()</code> or <code>compareTo()</code> were an object is compared for equality
with itself. This means the argument and the qualifier to the call are identical, and it will always return
<code>true</code> for <code>equals()</code> or always <code>0</code> for <code>compareTo()<... | {
"content_hash": "9468b484504244c140bd027eb304e7d1",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 111,
"avg_line_length": 34.21739130434783,
"alnum_prop": 0.6747141041931385,
"repo_name": "zdary/intellij-community",
"id": "110df0f79adc278dd615fca5d64422a21a4305c7",
"siz... |
package net.openhft.affinity.impl;
/**
* used for Windows API
* Created by rhelbing on 31.03.17.
*/
public class GroupAffinityMask implements Comparable<GroupAffinityMask> {
final int groupId;
final long mask;
public GroupAffinityMask(int groupId, long mask) {
this.groupId = groupId;
t... | {
"content_hash": "92fb474a9e055a3be3df067f6b7a96f6",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 73,
"avg_line_length": 22.36842105263158,
"alnum_prop": 0.5662745098039216,
"repo_name": "plusterkopp/Java-Thread-Affinity",
"id": "32e41fa75c668932f4868dd1e8e7c6a35de43716",... |
package org.locationtech.geomesa.accumulo.tools.status
import com.beust.jcommander.Parameters
import org.locationtech.geomesa.accumulo.data.AccumuloDataStore
import org.locationtech.geomesa.accumulo.tools.{AccumuloDataStoreCommand, AccumuloDataStoreParams}
import org.locationtech.geomesa.accumulo.tools.status.Accumu... | {
"content_hash": "5f96c677758d2aa4e1feb7b6824752bc",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 116,
"avg_line_length": 44,
"alnum_prop": 0.8727272727272727,
"repo_name": "spandanagrawal/geomesa",
"id": "3b95e87e0ecac7b055e90e7288c5305293590933",
"size": "1339",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:backgroun... | {
"content_hash": "2b6542ef4b1c26cb6cc6faa5c8a31a3c",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 78,
"avg_line_length": 33,
"alnum_prop": 0.5913547237076648,
"repo_name": "w244285636/wukaiweather",
"id": "cc29a0d97617497cd649a224341897a4a9909bd8",
"size": "2244",
"bi... |
package org.kie.workbench.common.widgets.client.handlers;
import javax.annotation.PostConstruct;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import org.jboss.errai.ui.client.local.spi.TranslationService;
import org.kie.soup.commons.validation.PortablePreconditions;
import org.kie.... | {
"content_hash": "2100ba2a4dd0914ce633fd372158dfef",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 151,
"avg_line_length": 31.14864864864865,
"alnum_prop": 0.647288503253796,
"repo_name": "ederign/kie-wb-common",
"id": "8d4c86b11f866a7f1ca46d9d7b210a3a0f1f77aa",
"size": ... |
define( [
"./core",
"./var/document",
"./var/isFunction",
"./var/rnothtmlwhite",
"./ajax/var/location",
"./ajax/var/nonce",
"./ajax/var/rquery",
"./core/init",
"./core/parseXML",
"./event/trigger",
"./deferred",
"./serialize" // jQuery.param
], function( jQuery, document, isFunction, rnothtmlwhite, locatio... | {
"content_hash": "c4b4603634385914183d06d4b0bf687c",
"timestamp": "",
"source": "github",
"line_count": 876,
"max_line_length": 91,
"avg_line_length": 26.12785388127854,
"alnum_prop": 0.6192764767563789,
"repo_name": "umple/umple",
"id": "4be4a9e920123905a937c3f493b1d68e93c0625b",
"size": "22888",
... |
// Defines the data returned by the XLA buffer assignment packages.
#include "tensorflow/compiler/xla/service/buffer_assignment.h"
#include <algorithm>
#include <deque>
#include <ostream>
#include <utility>
#include "absl/memory/memory.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#incl... | {
"content_hash": "3e727e95cb207a8ffe1765fa07e2cfc0",
"timestamp": "",
"source": "github",
"line_count": 1724,
"max_line_length": 80,
"avg_line_length": 43.31264501160093,
"alnum_prop": 0.6516586090985791,
"repo_name": "kobejean/tensorflow",
"id": "34a7be0e9c079e9e42c28eef10af4079e99853b6",
"size": ... |
package reactivemongo
import java.util.Arrays
import akka.util.ByteString
import org.specs2.mutable._
import reactivemongo.bson._
import reactivemongo.bson.BSONObjectID
import reactivemongo.bson.utils.Converters
import reactivemongo.core.netty._
class BsonSpec extends Specification {
val simple = Array[Byte](0x16,... | {
"content_hash": "eae85967121219c66bbf62fbb3e67892",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 307,
"avg_line_length": 39.81927710843374,
"alnum_prop": 0.6408472012102875,
"repo_name": "sh1ng/ReactiveMongo",
"id": "cd74ba5b5a07b81619b108440715656dac21995c",
"size": ... |
package com.tiny.demo.firstlinecode.common.view;
/**
* Created by tiny on 16/12/19.
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.WindowManager;
import android.widget.FrameLayout;
import com.tiny.demo.firstlinecode.R;
/**
*
* A V... | {
"content_hash": "10bcbc5b75678507aa2adb7a19aa9624",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 129,
"avg_line_length": 35.21739130434783,
"alnum_prop": 0.6423868312757202,
"repo_name": "tinyvampirepudge/Android_Basis_Demo",
"id": "de9a136e45ca9f70c3878342a7b6888d288f9... |
// Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... | {
"content_hash": "41a3e25a49f56fb81d1eb1057245d1f4",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 98,
"avg_line_length": 44.8125,
"alnum_prop": 0.7503486750348675,
"repo_name": "bazelbuild/bazel",
"id": "c550aaa8a5d2909fda3ae494c9fd7f15a14d2b39",
"size": "2868",
"bina... |
/*
* File extensions for anonymization
* Authors: Guillaume TOURON
*/
#ifndef FILES_EXTENSIONS_H
#define FILES_EXTENSIONS_H
/**
* \brief pcap file (wireshark, tcpdump...)
*/
#define PCAP_FILE ".pcap"
#endif
| {
"content_hash": "21b28fb6bf3adace656a18d00ddf75dd",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 43,
"avg_line_length": 15.357142857142858,
"alnum_prop": 0.6883720930232559,
"repo_name": "vighu11/loganon",
"id": "00358443eabf9a918b74cfd4869e21c95e6eb2ed",
"size": "215"... |
layout: post
title: "The bare minimum"
date: 2014-12-14 20:00:00
categories: general
comments: true
---
This last month has been full of changes, mainly because I switched work and country. During this period, the time
I've dedicated to my workout and code training has been reduced.
It's not the first... | {
"content_hash": "8de4ec2c901e5ef11d0833d0a1290013",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 114,
"avg_line_length": 32.4375,
"alnum_prop": 0.6867052023121387,
"repo_name": "pvcarrera/pvcarrera.github.io",
"id": "5d69f2934d2d757efc0187a0262ed768a308eab1",
"size": "... |
FROM balenalib/intel-edison-alpine:3.14-run
# Default to UTF-8 file.encoding
ENV LANG C.UTF-8
# add a simple script that can auto-detect the appropriate JAVA_HOME value
# based on whether the JDK or only the JRE is installed
RUN { \
echo '#!/bin/sh'; \
echo 'set -e'; \
echo; \
echo 'dirname "$(dirname "$(read... | {
"content_hash": "3042f980178470f235715ac762a6b017",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 693,
"avg_line_length": 58.266666666666666,
"alnum_prop": 0.6990846681922197,
"repo_name": "resin-io-library/base-images",
"id": "21d3d41ff1c4acad618b4aa0cf0ad99854c155ed",
... |
<?php
namespace LF\EnvDiff\Composer;
use Composer\Script\Event;
use InvalidArgumentException;
use LF\EnvDiff\Config;
use LF\EnvDiff\IO\ComposerIO;
use LF\EnvDiff\Processor;
use RuntimeException;
class ScriptHandler
{
const CONFIG_KEY = 'lf-env-diff';
/**
* @param Event $event
*
* @throws Inva... | {
"content_hash": "46a75032f07719901a6eb0445bc2e2b8",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 93,
"avg_line_length": 25.532467532467532,
"alnum_prop": 0.5849440488301119,
"repo_name": "Tekill/env-diff",
"id": "7b6f2a402c9ee1f9b29f897c95db0b5e5f133c4f",
"size": "1966... |
Load arbitrary data packed in an **PNG** from an **URL**.
##Inputs
##Outputs
###array
The loaded **array**.
##Detail
| {
"content_hash": "c4960e49aadc6fe7f20cff22804f474b",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 57,
"avg_line_length": 13.333333333333334,
"alnum_prop": 0.6416666666666667,
"repo_name": "vizorvr/patches",
"id": "38bd5e8194fa995b10384ed5fdfb9d805b41ddfe",
"size": "142",... |
* Original: [Release atom-shell v0.15.7 - electron/electron](https://github.com/electron/electron/releases/tag/v0.15.7)
Changelog:
* Add support for `--host-rules` switch.
* (コマンドライン実行において) `--host-rules` スイッチをサポートしました
* Fix a crash when using `protocol` module.
* `protocol` モジュール使用時のクラッシュを修正しました
| {
"content_hash": "e3180c1c4ce1c1915e10018fb217a8ae",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 119,
"avg_line_length": 38,
"alnum_prop": 0.7368421052631579,
"repo_name": "akabekobeko/electron-release-notes-ja-private-edition",
"id": "0b14cedfc7590781ceff78a2ad526aaf6f99... |
package org.apereo.cas;
import org.apereo.cas.support.saml.mdui.web.flow.SamlMetadataUIParserActionTests;
import org.apereo.cas.support.saml.mdui.web.flow.SamlMetadataUIParserDynamicActionTests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Test suite to run all SAML tests.
*
* @author Mi... | {
"content_hash": "2e68384e03333b0896a00895f47cc871",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 106,
"avg_line_length": 28.5,
"alnum_prop": 0.8011695906432749,
"repo_name": "frett/cas",
"id": "b780183bc032e06d10cd9325856aede6fd511078",
"size": "513",
"binary": false... |
package com.sensorberg.sdk.internal.interfaces;
import android.annotation.TargetApi;
import android.bluetooth.BluetoothAdapter;
import android.os.Build;
public interface BluetoothPlatform {
/**
* Returns a flag indicating whether Bluetooth is enabled.
*
* @return a flag indicating whether Bluetoot... | {
"content_hash": "0781bc65afaa8174f0e9a058ec3493ac",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 67,
"avg_line_length": 26.419354838709676,
"alnum_prop": 0.7313797313797313,
"repo_name": "sensorberg-dev/android-sdk",
"id": "9e3066247ba0bf7634ec3b38eef7e176c79dbfd4",
"s... |
/**
* @requires OpenLayers/Layer/Grid.js
*/
/**
* Class: OpenLayers.Layer.XYZ
* The XYZ class is designed to make it easier for people who have tiles
* arranged by a standard XYZ grid.
*
* Inherits from:
* - <OpenLayers.Layer.Grid>
*/
OpenLayers.Layer.XYZ = OpenLayers.Class(OpenLayers.Laye... | {
"content_hash": "c1a09800a22e1763aea988006f765092",
"timestamp": "",
"source": "github",
"line_count": 182,
"max_line_length": 80,
"avg_line_length": 34.42307692307692,
"alnum_prop": 0.5434956105347167,
"repo_name": "flavour/ssf",
"id": "aa850cbd7b5da8224174eba4b7e82f0304636e22",
"size": "6517",
... |
FROM balenalib/orange-pi-lite-alpine:3.13-run
# remove several traces of python
RUN apk del python*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# install python dependencies
RUN apk add --no-cache ca-ce... | {
"content_hash": "e5aec8b546415585b975f11502fb7169",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 714,
"avg_line_length": 53.38961038961039,
"alnum_prop": 0.7117489661882753,
"repo_name": "resin-io-library/base-images",
"id": "56d7fcaaa04079146879a1019a36d5ee49906c30",
... |
<HTML>
<HEAD>
<TITLE>Berkeley SoftFloat History</TITLE>
</HEAD>
<BODY>
<H1>History of Berkeley SoftFloat, to Release 3c</H1>
<P>
John R. Hauser<BR>
2017 February 10<BR>
</P>
<H3>Release 3c (2017 February)</H3>
<UL>
<LI>
Added optional rounding mode <CODE>odd</CODE> (round to odd, also kno... | {
"content_hash": "2cec6390c8afb07dbae27a3d7aba4fc9",
"timestamp": "",
"source": "github",
"line_count": 197,
"max_line_length": 79,
"avg_line_length": 22.548223350253807,
"alnum_prop": 0.7098153984691581,
"repo_name": "juped/urbit",
"id": "eaee1377cf2fa3c1d3fd06392567cca5cda04ee8",
"size": "4442",
... |
<!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 `N409` type in crate `typenum`.">
<meta name="keywords" con... | {
"content_hash": "cfee50e43cb0abc3cf86701b21eab8b3",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 267,
"avg_line_length": 38.52212389380531,
"alnum_prop": 0.5088444750746611,
"repo_name": "nitro-devs/nitro-game-engine",
"id": "c74b90abc3284bc64f132fb46e6072f056e6f4ac",
... |
// http://en.cppreference.com/w/cpp/header
// Utility
#include <bitset>
#include <csetjmp>
#include <csignal>
#include <cstdarg>
#include <cstddef>
#include <cstdlib>
#include <ctime>
#include <functional>
#include <typeinfo>
#include <utility>
// Memory
#include <memory>
#include <new>
// Numeri... | {
"content_hash": "aa724287a2997dc24a20163e40b89278",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 42,
"avg_line_length": 15.455696202531646,
"alnum_prop": 0.665028665028665,
"repo_name": "kmc7468/Luce",
"id": "45b8ea4c1221091d53a0655bb35b6a4ffe9187f6",
"size": "1309",
... |
local typeof = import("./typeof")
describe("functions.typeof", function()
it("should identify all Lua primitives", function()
local values = {
true, false, 0, "hello", {}, newproxy(true),
}
for _, value in ipairs(values) do
assert.equal(type(value), typeof(value))
end
end)
it("should identify all In... | {
"content_hash": "397bc4ce581c909e70e86fdbff4b19ee",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 59,
"avg_line_length": 24.095238095238095,
"alnum_prop": 0.6758893280632411,
"repo_name": "LPGhatguy/lemur",
"id": "8451981b1fcb7af56d8fb938d0a6f2e646b4f251",
"size": "506"... |
#ifndef MZ_STREAM_OS_H
#define MZ_STREAM_OS_H
#ifdef __cplusplus
extern "C" {
#endif
/***************************************************************************/
int32_t mz_stream_os_open(void *stream, const char *path, int32_t mode);
int32_t mz_stream_os_is_open(void *stream);
int32_t mz_stream_os_read(void *str... | {
"content_hash": "6b523e83638d7c851c3ff04f5971b87c",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 77,
"avg_line_length": 27.1875,
"alnum_prop": 0.5804597701149425,
"repo_name": "stephanheilner/ZipArchive",
"id": "80958581982c5144f61a61e5c01f6f4ee3e03861",
"size": "1223"... |
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("Ex... | {
"content_hash": "b5934f53caaf3994ef6bd8a37235af41",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 39.138888888888886,
"alnum_prop": 0.7459190915542938,
"repo_name": "jason-roberts/TechDebtAttributes",
"id": "3f872b4f99dfcdd593635b772042cd549932c05e"... |
<?xml version="1.0" encoding="utf-8"?>
<Publisher>
<PublishingRole>01</PublishingRole>
<PublisherName>Desbooks Publishing</PublisherName>
</Publisher>
| {
"content_hash": "1903588779e04523a965a90923d2237e",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 52,
"avg_line_length": 31,
"alnum_prop": 0.7483870967741936,
"repo_name": "paulaburke/onix",
"id": "c6aa0f9a49f9dcdeb8b50de43d68ee8b387806a0",
"size": "155",
"binary": fal... |
package model
import (
"context"
"errors"
"fmt"
"github.com/jackc/pgx/v4"
)
const fundByIsinQuery = `
SELECT
label,
score
FROM
funds.funds
WHERE
isin = $1
`
const fundsWithScoreAboveQuery = `
SELECT
isin,
label,
score
FROM
funds.funds
WHERE
score >= $1
ORDER BY
isin ASC
`
const fundsCreateQ... | {
"content_hash": "58f205139d4a3b1d149d93b9f5927df3",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 104,
"avg_line_length": 16.356435643564357,
"alnum_prop": 0.6573849878934624,
"repo_name": "ViBiOh/funds",
"id": "184d43dffe7b5cb90785ae40ced2c5075a495415",
"size": "1652"... |
/**********************************************************************
***** edit.c ***********
***** VISION editor's main module. ***********
*********************************************************************/
#include "Vk.h"
/***** local includes *****/
#i... | {
"content_hash": "bfece05140ac85127f0f48ef506dc421",
"timestamp": "",
"source": "github",
"line_count": 4241,
"max_line_length": 120,
"avg_line_length": 24.24852629096911,
"alnum_prop": 0.5984072035628853,
"repo_name": "VisionAerie/vision",
"id": "7b82df13437dc3ebfc9dbef8beabf11c5ef3ffa4",
"size": ... |
#if YCQL_MYSQL
namespace Ycql.Attributes
{
/// <summary>
/// Indicates that a column is an auto increment column (for MySql)
/// </summary>
/// <seealso cref="Ycql.DbColumn.IsAutoIncrement"/>
public class AutoIncrementAttribute : SqlAttributeBase
{
/// <summary>
/// Initializes a new instance of the AutoIn... | {
"content_hash": "e4595d2215149adc4f5495b56bc911c8",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 68,
"avg_line_length": 20.65,
"alnum_prop": 0.6973365617433414,
"repo_name": "alt22247/YCQL",
"id": "f23b7896422a0eead7544bd565f9d22d5026d381",
"size": "481",
"binary": f... |
<?php
namespace Chronos\ChronoAdminBundle\Tests\Controller;
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
class WeatherControllerTest extends WebTestCase
{
/*
public function testCompleteScenario()
{
// Create a new client to browse the application
$client = static::createClient();... | {
"content_hash": "6b47cbc12bfcf685494a924937f71a8a",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 86,
"avg_line_length": 32.851851851851855,
"alnum_prop": 0.5856820744081173,
"repo_name": "Guimove/Chronos",
"id": "08c4d5a01976606a154b4fdfc90e193e785c8b1c",
"size": "1774... |
<?xml version="1.0" ?>
<operatorModel
xmlns="http://www.ibm.com/xmlns/prod/streams/spl/operator"
xmlns:cmn="http://www.ibm.com/xmlns/prod/streams/spl/common"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.ibm.com/xmlns/prod/streams/spl/operator operatorModel.xsd">
<cppO... | {
"content_hash": "ba798b80adada83e379485b2ee625658",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 92,
"avg_line_length": 37.691588785046726,
"alnum_prop": 0.6481527398958592,
"repo_name": "wmarshall484/streamsx.topology",
"id": "f367422952ce01f157c8140c1ba539509e25875d",... |
module EventsHelper
def external_link_for(event)
return if event.link.nil?
link_to t('go_to_event'), event.link, target: '_blank', rel: 'nofollow', class: 'new-tab fixed-width-icon'
end
def eventbrite_ticket_link(event)
"#{event.link}#tickets"
end
end
| {
"content_hash": "0560310bb5ba314f6d34bb8e5b383dac",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 110,
"avg_line_length": 27.3,
"alnum_prop": 0.6813186813186813,
"repo_name": "MontrealNewTech/website",
"id": "f99f2cb3097c7e4f31238c74bd90bb04fe5b0172",
"size": "303",
"... |
#!/usr/bin/env python2.7
# Copyright 2015, Google 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 li... | {
"content_hash": "b9839defc6fdd22f2647e471d0976351",
"timestamp": "",
"source": "github",
"line_count": 502,
"max_line_length": 199,
"avg_line_length": 31.878486055776893,
"alnum_prop": 0.6082609510716741,
"repo_name": "soltanmm-google/grpc",
"id": "0374cf75a1a17c548b950d6f71bba83c71fd5572",
"size"... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>jdbc_connection (JdbcSpec::ActiveRecordExtensions)</title>
<meta http-equiv="Content-Type" content="text/html; charse... | {
"content_hash": "d51817e8524153547503a198339f737d",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 436,
"avg_line_length": 68.27777777777777,
"alnum_prop": 0.6989422294548413,
"repo_name": "varshavaradarajan/functional-tests",
"id": "d52b725d226a236284545909e8df3117988e97d... |
#include "php.h"
#include "php_msgpack.h"
#include "msgpack_pack.h"
#include "msgpack_unpack.h"
#include "msgpack_class.h"
#include "msgpack_convert.h"
#include "msgpack_errors.h"
typedef struct {
zend_object object;
long php_only;
} php_msgpack_base_t;
typedef struct {
zend_object object;
smart_str ... | {
"content_hash": "3187d67a2e1841bb78fd2057c0b7aa18",
"timestamp": "",
"source": "github",
"line_count": 686,
"max_line_length": 91,
"avg_line_length": 26.58746355685131,
"alnum_prop": 0.6123690991830693,
"repo_name": "VampireMe/php-cp",
"id": "c4d6fe7f98b8d34ec1aa370cea76dbcc78039030",
"size": "182... |
from django.core.urlresolvers import reverse, NoReverseMatch
class Menu:
submenus = ()
def shown(self):
"""
All menus are shown by default.
Override this method to implement custom behavior.
"""
return True
def url(self):
"""
Try to reverse `url_na... | {
"content_hash": "784a1cde4960df8d37f6f3744df63bd8",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 72,
"avg_line_length": 26.944444444444443,
"alnum_prop": 0.5474226804123712,
"repo_name": "hatchrbr/django-alacarte",
"id": "35ecea45a2ad8ec9aea85bd6adb32ba3761b5f67",
"siz... |
package mesosphere.marathon.api
import mesosphere.marathon.api.v2.GroupUpdate
import mesosphere.marathon.state.Container.Docker.PortMapping
import mesosphere.marathon.state.Container._
import mesosphere.marathon.state.PathId._
import mesosphere.marathon.state._
import mesosphere.marathon.{ MarathonSchedulerService, Ma... | {
"content_hash": "05499bde2d0abd226b31458ff9d8f858",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 107,
"avg_line_length": 34.91463414634146,
"alnum_prop": 0.7443241355221796,
"repo_name": "quamilek/marathon",
"id": "6f40bdfa48c7ce9e7604e6dbfe3dad87d0820219",
"size": "28... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>highlight.js - RDoc Documentation</title>
<link href="../../../../../../../fonts.css" rel="stylesheet">
<link href="../../../../../../../rdoc.css" rel="stylesheet">
<script type="text/javascript">
var rdoc_rel_prefix = "../../../../../../../";
</script>
... | {
"content_hash": "ef2a4cb6dd96bb4d5cc2fca3eb5db413",
"timestamp": "",
"source": "github",
"line_count": 722,
"max_line_length": 167,
"avg_line_length": 61.189750692520775,
"alnum_prop": 0.6142963851603703,
"repo_name": "Laendasill/Flower-fire-raisin",
"id": "8641370dc2b6280319eb7dbbc23b27ac9f7091ab",... |
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.app4am.app4am">
<uses-permission android:name="android.permission.INTERNET"/>
<!--<uses-permission-->
<!--android:name="android.permission.WRITE_EXTERNAL_STORAGE"-->
<!--a... | {
"content_hash": "d931c779fe0730f30fde429ceb366034",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 75,
"avg_line_length": 35.36842105263158,
"alnum_prop": 0.6096230158730159,
"repo_name": "s5y/APP4AM",
"id": "1be0de08494e44af4b4213981b7204e6bb22aa1d",
"size": "2016",
"... |
angular.module('search', [])
.controller('DocsSearchCtrl', ['$scope', '$location', 'docsSearch', function($scope, $location, docsSearch) {
function clearResults() {
$scope.results = [];
$scope.colClassName = null;
$scope.hasResults = false;
}
$scope.search = function(q) {
var MIN_SEARCH_LENGTH =... | {
"content_hash": "0934eb0d6452975d3f36632bcab63771",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 113,
"avg_line_length": 25.54248366013072,
"alnum_prop": 0.5655066530194472,
"repo_name": "anasqadrei/angular.js",
"id": "21287dafe6a6ec28e1359b1d33e91b7b99bae965",
"size"... |
<ui-view>
<article class="container-fluid">
<h3 class="page-header">
Orders
</h3>
<ordercloud-order-search controlleras="orderHistory" filters="orderHistory.filters" usertype="{{orderHistory.userType}}" buyercompanies="orderHistory.buyerCompanies" usergroups="orderHistory.userGro... | {
"content_hash": "294ced844fed899c21adf6d635c96eb3",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 237,
"avg_line_length": 56.36764705882353,
"alnum_prop": 0.45003913383772504,
"repo_name": "mlund01/irce-demo",
"id": "5c4ca041bbb1bf783888fc42253ccaaf55529c04",
"size": "3... |
package org.apereo.cas.authentication.adaptive.geo;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import lombok.experimental.Accessors;
import lombok.experimental.SuperBuilder;
import org.apache.common... | {
"content_hash": "60ed7ef459887c51bbea18a6c2897c3e",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 80,
"avg_line_length": 24.19047619047619,
"alnum_prop": 0.7139107611548556,
"repo_name": "apereo/cas",
"id": "2c01470765246e008cd61ed4bec68e9c58277428",
"size": "1524",
"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../style.css" type="text/css" media="screen">
<link rel="stylesheet" href="../../print.css" type="text/... | {
"content_hash": "1b49840038e5ed7e375f0fd3fdf32ecb",
"timestamp": "",
"source": "github",
"line_count": 254,
"max_line_length": 859,
"avg_line_length": 41.25590551181102,
"alnum_prop": 0.7043611031586984,
"repo_name": "as3isolib/as3isolib.v1",
"id": "9fb452ef16087446dfb9fe839f15c6dcbc863ebc",
"size... |
import os
import sys
import pytest
import glob
import json
import numpy as np
import sh
def assert_close(current, expected):
np.testing.assert_allclose(current, expected, atol=1e-2, rtol=1e-2)
def check_reference_feature_json(output, reference_file):
"""Compare JSON to a reference using knowledge about it... | {
"content_hash": "44dde8a216e3be22f2cd3398ef77502d",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 79,
"avg_line_length": 36.91954022988506,
"alnum_prop": 0.6080323785803238,
"repo_name": "Don86/microscopium",
"id": "e3176da463b92e2216ea3e24c1dc0ec2ea0700e5",
"size": "32... |
from __future__ import absolute_import, division, print_function
from functools import partial
import tensorflow as tf
import tensorflow_probability as tfp
from tensorflow.python import keras
from tensorflow.python.ops import init_ops_v2
from odin.backend.alias import (parse_activation, parse_constraint,
... | {
"content_hash": "42dc056b40ba1d7cabf31766a438a03c",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 78,
"avg_line_length": 33.75423728813559,
"alnum_prop": 0.627165453175998,
"repo_name": "imito/odin",
"id": "df53aa983f69dbcda304fc22e3ee2239f80e0b5a",
"size": "3983",
"... |
namespace mscorlib
{
namespace System
{
namespace Security
{
namespace Cryptography
{
//Public Methods
std::vector<mscorlib::System::Byte*> ICspAsymmetricAlgorithm::ExportCspBlob(mscorlib::System::Boolean includePrivateParameters)
{
MonoType *__parameter_types__[1];
void *__paramete... | {
"content_hash": "3d0a396b0c1183f8fcbfa9705d681a29",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 260,
"avg_line_length": 49.3921568627451,
"alnum_prop": 0.6800317586343787,
"repo_name": "brunolauze/MonoNative",
"id": "4ed1b2cace251abab76df61d666a0e018bba0c71",
"size": ... |
<?php
namespace Symfony\Component\ClassLoader;
/**
*
* @author Fabien Potencier <fabien.potencier@symfony-project.org>
*/
class MapFileClassLoader
{
protected $map = array();
public function __construct($file)
{
$this->map = require $file;
}
/**
* Registers this instance as an ... | {
"content_hash": "306b7ed3cf4367cfa6ccc4c43fa854d0",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 73,
"avg_line_length": 19.933333333333334,
"alnum_prop": 0.5574136008918618,
"repo_name": "jordillonch/symfony2-sandbox-security-login_form",
"id": "8a370af645a85d99bb65ee465... |
const enum X {}
enum X {} | {
"content_hash": "24869ad99e2332bc43eb76a529ed8fcb",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 15,
"avg_line_length": 12.5,
"alnum_prop": 0.6,
"repo_name": "Skillupco/babel",
"id": "860bf512749f4098ea0e242101039757efbd0799",
"size": "25",
"binary": false,
"copies"... |
package com.ggstudios.divisionbyzero;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.util.List;
import android.graphics.Rect;
import android.opengl.GLES20;
import com.ggstudios.divisionbyzero.FontManager.TextureRegion;
import com.ggstudios.divisionbyzero.Towe... | {
"content_hash": "744e2ead75b51e311fee9387516c3846",
"timestamp": "",
"source": "github",
"line_count": 1049,
"max_line_length": 123,
"avg_line_length": 24.493803622497616,
"alnum_prop": 0.6420954308398849,
"repo_name": "idunnololz/DivisionByZero",
"id": "fcaa1b92f0a9c51eff9153c57bf4154927b535df",
... |
FROM golang:1.11.1
COPY *.go src/github.com/cockroachdb/examples-go/block_writer/
RUN \
go get github.com/cockroachdb/examples-go/block_writer && \
go install github.com/cockroachdb/examples-go/block_writer && \
rm -rf $GOPATH/src
ENTRYPOINT ["/go/bin/block_writer"]
| {
"content_hash": "41af18da985afbc235ff7be96f4fc5ac",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 65,
"avg_line_length": 27.6,
"alnum_prop": 0.7318840579710145,
"repo_name": "cockroachdb/examples-go",
"id": "40fc530c82b381909e4fd43bf427326612f71173",
"size": "276",
"b... |
<?php
/* NomayaSocialBundle:Buttons:linkedinButton.html.twig */
class __TwigTemplate_9faebc5b0e02c241e0ab7dec9de897a229b20f54150d4c5026892fc1dc1bd01f extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->b... | {
"content_hash": "cdfacca6ef20632b15f6c577e163abbf",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 188,
"avg_line_length": 32.64,
"alnum_prop": 0.5437091503267973,
"repo_name": "kouuki/CROWDRISEPIDEV",
"id": "6b06fbd10b80adabf56f900e252c832d9aefd0f8",
"size": "2448",
"... |
load 'pf_objects.rb'
class PfField
attr_accessor :description, :objects, :npcs, :chars
def initialize(description, objects=[], npcs=[])
@description = description
@objects = objects
@npcs = npcs
@chars = []
end
def broadcast_msg (char, msg)
@chars.each do |c|
c.puts("[#{char.full_name}]: #{msg}") ... | {
"content_hash": "aba230af0b936cc2fd4eb0e5c0a8fe20",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 57,
"avg_line_length": 17.04,
"alnum_prop": 0.6267605633802817,
"repo_name": "despairblue/Porto-Freiberg",
"id": "1fff0772c87cec83617c1168fcb6b104b6a885ea",
"size": "426",
... |
package mysql
import (
"context"
"encoding/json"
"errors"
"fmt"
"log"
"strings"
"cloud.google.com/go/compute/metadata"
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"
sqladmin "google.golang.org/api/sqladmin/v1beta3"
)
const cloudSQLSuffix = ".cloudsql.google.internal"
func maybeRemapCloudSQL(host st... | {
"content_hash": "ee517b30d53bc2f4f1f37f40de5256d4",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 97,
"avg_line_length": 26.927272727272726,
"alnum_prop": 0.6839972991222147,
"repo_name": "mpl/camlistore",
"id": "718a897719fa15c0ebb42234101e2e83801e2b21",
"size": "2047"... |
import socket,sys
host = ''
port = 55055
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
#s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
s.bind((host, port))
s.listen(1)
print "Server is running on port %d; press Ctrl-C to terminate." % port
clientsock,addr = s.accept()
recvfromclientbuf = clientsock... | {
"content_hash": "3fe24d441721377125375deddb98b05a",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 71,
"avg_line_length": 24.772727272727273,
"alnum_prop": 0.710091743119266,
"repo_name": "NineLamas/pwq",
"id": "f66e987de00cd5d5962450f556b844dd77a5b539",
"size": "579",
... |
package equellatests.pages.search
import com.tle.webtests.framework.PageContext
import equellatests.browserpage.TitledPage
case class FavouritesPage(ctx: PageContext) extends TitledPage("Favourites", "access/favourites.do") | {
"content_hash": "d06b547f4267a7a299e699cc914ce0ae",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 100,
"avg_line_length": 37.5,
"alnum_prop": 0.8488888888888889,
"repo_name": "equella/Equella",
"id": "7377c2ad14bebf3f31dfc8d89beab6f560d4402f",
"size": "225",
"binary": ... |
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "SCompoundWidget.h"
#include "SlateDelegates.h"
#include "CulturePointer.h"
struct FCultureEntry
{
FCulturePtr Culture;
TArray< TSharedPtr<FCultureEntry> > Children;
bool IsSelectable;
FCultureEntry(const FCulturePtr& InCulture, ... | {
"content_hash": "50386dcf82e05ae2a1601bac20da0af3",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 111,
"avg_line_length": 30.358974358974358,
"alnum_prop": 0.7732263513513513,
"repo_name": "PopCap/GameIdea",
"id": "f6c2f39f8f63b39192b08521a6fd7b373098f132",
"size": "236... |
This application makes use of the following third party libraries:
## GreenAR
Copyright (c) 2017 Daniel Grenier <seanalair@gmail.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 rest... | {
"content_hash": "a9109de4a225558b9d6795461dc199a3",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 77,
"avg_line_length": 48.32,
"alnum_prop": 0.8029801324503312,
"repo_name": "Seanalair/GreenAR",
"id": "e4f7d648d1d05af92eb43be434b0cef552ed8899",
"size": "1227",
"binar... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/http'), require('rxjs/Observable'), require('rxjs/add/operator/delay')) :
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@a... | {
"content_hash": "6564ac74b1595767ab0f5d5bbe009bde",
"timestamp": "",
"source": "github",
"line_count": 1099,
"max_line_length": 331,
"avg_line_length": 44.08644222020018,
"alnum_prop": 0.6046934015809787,
"repo_name": "tbone849/magic8",
"id": "7e54208be95e743bf7e1f7d6f5f843812fd24e79",
"size": "48... |
.class public final Lcom/aps/ax;
.super Ljava/lang/Object;
# instance fields
.field a:Lcom/aps/ay;
.field b:Landroid/location/Location;
# direct methods
.method protected constructor <init>(Lcom/aps/aw;)V
.locals 2
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
new-instance v0, Lcom/aps/ay;
c... | {
"content_hash": "bc43a0292eb20f2c120231a053b058ad",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 19.346153846153847,
"alnum_prop": 0.679920477137177,
"repo_name": "vishnudevk/MiBandDecompiled",
"id": "768f0d712147b041299076cc42e35384d37529bc",
"s... |
layout: sidebar-right
title: Chinese New Year of the Monkey for children in 2016
date: 2016-02-02 09:09:39+00:00
author: jo-dixon
category: childrens-ya-books
excerpt: Celebrate the Chinese New Year with our monkey-themed children's books.
breadcrumb: childrens-ya-books
---
![Monkey puzzle by Julia Donaldson and Axel S... | {
"content_hash": "6ec9d333c9ef62c1d7e5e2496f51bd5b",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 312,
"avg_line_length": 85.02803738317758,
"alnum_prop": 0.7781930094526269,
"repo_name": "suffolklibraries/sljekyll",
"id": "8385c1a35c8506df9dc5125dfb9eafc3123c6827",
"s... |
#ifndef __MSTK_CONFIG_HPP__
#define __MSTK_CONFIG_HPP__
#ifdef _MSC_VER
#include "winsock2.h"
#include "vigra/windows.h"
#endif
#ifdef min
#undef min
#endif
#ifdef max
#undef max
#endif
#cmakedefine HAVE_UNIX_ISNAN
#cmakedefine HAVE_UNIX_ISINF
#cmakedefine ENABLE_TESTING
#ifdef _WIN32
#define MSTK_EXPORT __dec... | {
"content_hash": "d94a33745a4c22759850256fcd0aceb3",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 74,
"avg_line_length": 17.444444444444443,
"alnum_prop": 0.7197452229299363,
"repo_name": "kirchnerlab/MSTK",
"id": "6934a4b0f07c088801096054a18430fa47b8a6b6",
"size": "871... |
<?xml version="1.0" encoding="UTF-8"?>
<Form xmlns="http://v8.1c.ru/8.3/xcf/logform" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:dcscor="http://v8.1c.ru/8.1/data-composition-system/core" xmlns:dcsset="http://v8.1c.ru/8.1/data-composition... | {
"content_hash": "154302d51245b22a47053eb4ac61e055",
"timestamp": "",
"source": "github",
"line_count": 324,
"max_line_length": 836,
"avg_line_length": 36.71296296296296,
"alnum_prop": 0.6932324506094998,
"repo_name": "stop-time/pm_ut11",
"id": "87380526ec48980eb7ae34f277de2025d751bcbd",
"size": "1... |
using EasyLOB.Persistence;
using EasyLOB.Security;
namespace Chinook.Persistence
{
public class ChinookUnitOfWorkEF : UnitOfWorkEF, IChinookUnitOfWork
{
#region Methods
public ChinookUnitOfWorkEF(IAuthenticationManager authenticationManager)
: base(new ChinookDbContext()... | {
"content_hash": "bcfb91153c2669f6ea3e406552104571",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 80,
"avg_line_length": 30,
"alnum_prop": 0.6052083333333333,
"repo_name": "EasyLOB/EasyLOB-Chinook-2",
"id": "887f81c6fb7e85281eaa8f9545b5b3b1bfb2f722",
"size": "962",
"b... |
package gov.nasa.jpf.jdart.objects;
import gov.nasa.jpf.vm.ClassInfo;
import gov.nasa.jpf.vm.ElementInfo;
import gov.nasa.jpf.vm.Heap;
/**
* Allows to handle arrays of reference types symbolically.
*
*
*/
class ReferenceArrayHandler implements SymbolicObjectHandler {
/*
* (non-Javadoc)
* @see gov.nasa.... | {
"content_hash": "e4c34bea2e43aedd770cd45b9bce8854",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 171,
"avg_line_length": 25.906976744186046,
"alnum_prop": 0.6723518850987432,
"repo_name": "psycopaths/jdart",
"id": "d65a92d231e7a9b290a8a6657c29690ed10cfce5",
"size": "19... |
#ifndef __FM_FILESYSTEM_H__
#define __FM_FILESYSTEM_H__
#include <stdexcept>
#include <string>
#include "absolute_path.h"
namespace fm {
namespace fs {
extern int find_fm_dir(const ::fs::Absolute_path& path, int limit,
::fs::Absolute_path& result);
/* returns a converted path for the specified path which the syste... | {
"content_hash": "9ce480b071588b70e9fa600237e2fb77",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 78,
"avg_line_length": 29.30909090909091,
"alnum_prop": 0.706575682382134,
"repo_name": "sugawaray/filemanager",
"id": "ffce92742f06d1dfafcf1f1a59f2fd23739e9553",
"size": "... |
package com.weibo.sdk.android.org.json;
/**
* The XMLTokener extends the JSONTokener to provide additional methods
* for the parsing of XML texts.
* @author JSON.org
* @version 2008-09-18
*/
public class XMLTokener extends JSONTokener {
/** The table of entity values. It initially contains Character values... | {
"content_hash": "60093a68061444e8f2717a38ad55e141",
"timestamp": "",
"source": "github",
"line_count": 343,
"max_line_length": 87,
"avg_line_length": 26.871720116618075,
"alnum_prop": 0.4262775306498861,
"repo_name": "alexcaisenchuan/FunWeibo",
"id": "c50ce14951b6aea2d45647e6f92422a8fc207647",
"si... |
using System;
namespace Newtonsoft.Json.Tests.TestObjects
{
#if !(PORTABLE) || NETSTANDARD1_3 || NETSTANDARD2_0
public class ConvertableIntTestClass
{
public ConvertibleInt Integer { get; set; }
public ConvertibleInt? NullableInteger1 { get; set; }
public ConvertibleInt? NullableInteger... | {
"content_hash": "0e5f056dfbda0eb09539abf3c86cd543",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 61,
"avg_line_length": 26.923076923076923,
"alnum_prop": 0.6914285714285714,
"repo_name": "ValtoLibraries/Newtonsoft.Json",
"id": "9bc040c3b26c8e96c531449c9007eee539d04816",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>bdds: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... | {
"content_hash": "78f2dc695c7f8e51aa615907e7031e44",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 159,
"avg_line_length": 40.759562841530055,
"alnum_prop": 0.5581177101488135,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "f2572439649feb87157c2e1909e84e43e41188dd",... |
<?php
/**
* @file
* Contains \Drupal\system\Plugin\ImageToolkit\Operation\gd\CreateNew.
*/
namespace Drupal\system\Plugin\ImageToolkit\Operation\gd;
use Drupal\Component\Utility\Color;
/**
* Defines GD2 create_new image operation.
*
* @ImageToolkitOperation(
* id = "gd_create_new",
* toolkit = "gd",
* ... | {
"content_hash": "ad79efa5afce637823115c45b08331f7",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 216,
"avg_line_length": 32.884892086330936,
"alnum_prop": 0.621308247648217,
"repo_name": "Suite5/feelmybook",
"id": "d582c680ce2a96ac8673dc07ef3a7115817f06ed",
"size": "4... |
<?xml version="1.0" encoding="UTF-8" ?>
<XML>
<Content>UPDATE</Content>
<Clip>
<ClipName>INPRNAD0282</ClipName>
<TipoContenido>INFORMATIVOS PROGRAMAS</TipoContenido>
<Contenido><![CDATA[ NAD 07SEP14]]></Contenido>
<O... | {
"content_hash": "2d818d239f8c38cab8be1e0d0fddf5b9",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 84,
"avg_line_length": 42.75,
"alnum_prop": 0.4556087187666135,
"repo_name": "valeraovalles/sait",
"id": "5042ba986bfd65f0cb753e186a8d3df84708e249",
"size": "1881",
"bina... |
package ru.job4j;
public abstract class Base {
private String name;
private String id;
public Base(String name) {
this.name = name;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
}
| {
"content_hash": "07af4170be79d52bc5c5dd44a1ea6fba",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 34,
"avg_line_length": 16.470588235294116,
"alnum_prop": 0.5607142857142857,
"repo_name": "mifodiy4j/smikhailov",
"id": "0c9f1c6e8d9a3ede4797ee95ed75b1ae23a52bfb",
"size": ... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013 JBoss Inc
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
... | {
"content_hash": "ff87a54c41049fcc293f66bd5d05c77c",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 108,
"avg_line_length": 37.30769230769231,
"alnum_prop": 0.6824742268041237,
"repo_name": "cristianonicolai/kie-wb-common",
"id": "c9e3a0b331a770c7f1d0b66258a8d6361df810a1",
... |
import arcpy, collections
from Parcel import Parcel
from LegacyCountyStats import *
import json
import webbrowser
from ConfigParser import ConfigParser
class Summary:
def __init__(self):
pass #placeholder
def writeSummaryTxt(Summary,outDirTxt,outName,totError,outPage,outJSON):
try:
Validation_JSON = {
'... | {
"content_hash": "c0916fab353a4477b0d352fe5d5ea8b5",
"timestamp": "",
"source": "github",
"line_count": 256,
"max_line_length": 368,
"avg_line_length": 72.08203125,
"alnum_prop": 0.6737115916111202,
"repo_name": "WIStCart/V3ValidationTool",
"id": "c539b9b5f5001beb478e46100e6c279a5f57a71d",
"size": ... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e75eaab2ba38c6d077fa76b7f2ab36fa",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "2bad21e21deb7d6f68973a212498b3178ece2791",
"size": "19... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Boletín de la Academia Nacional de Ciencias de Córdoba 11(2): 275 (1888)
#### Original name
Trochila winteri Speg.
### Remarks
null | {
"content_hash": "d492b4c2d5ab5fc095d3d00a5cdeb1d9",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 72,
"avg_line_length": 15,
"alnum_prop": 0.7230769230769231,
"repo_name": "mdoering/backbone",
"id": "28b41487ac348de3863abd28752e94b17a43eb7e",
"size": "243",
"binary": ... |
MediaioStatus createDecoderInstance(void** handle)
{
Decoder* instance = new Decoder();
*handle = instance;
return kMediaioStatusOK;
}
MediaioStatus deleteDecoderInstance(void** handle)
{
delete (Decoder*)*handle;
*handle = nullptr;
return kMediaioStatusOK;
}
MediaioStatus configureDecoder(void* handle, const M... | {
"content_hash": "2dfb14182f804ca8c9d09cb7b68859f9",
"timestamp": "",
"source": "github",
"line_count": 133,
"max_line_length": 87,
"avg_line_length": 21.285714285714285,
"alnum_prop": 0.7407276580713529,
"repo_name": "media-io/plugins",
"id": "53ea812329568569d0584e7ff4948192d306c984",
"size": "29... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Entidades;
using Datos.Implementaciones;
using Datos;
using Logica.Interface;
namespace Logica.Implementaciones
{
public class EstadoTramiteLN : clsInterfaceLogica<ESTADO_TRAMITES>... | {
"content_hash": "1452d0bb128902b72747f21550dde16e",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 70,
"avg_line_length": 26.3375,
"alnum_prop": 0.5002373042240151,
"repo_name": "cjporras/SADDEX_App",
"id": "c995277a77de208c027fbc5844b46f9fe79eb87a",
"size": "2109",
"b... |
["localStorage", "sessionStorage"].forEach(function(name) {
[9, "x"].forEach(function(key) {
test(function() {
var expected = "value for " + this.name;
var value = expected;
var storage = window[name];
storage.clear();
assert_equals(storage[key],... | {
"content_hash": "c35b7bcca3e3e7e957eab2b31eaebebf",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 117,
"avg_line_length": 41.754901960784316,
"alnum_prop": 0.5555294670110354,
"repo_name": "chromium/chromium",
"id": "8e671d2dedd353793da72bdc9aebed269d0d9d4d",
"size": "... |
import Data.Char
import Data.Char
import Data.List
import Data.List.Split
pkcs7pad len bytes = result
where
chunks = chunksOf len bytes
lst = last chunks
needed = len - (length lst)
padding = repeat needed
paddedLast = concat [lst,(take needed padding)]
chunksMinusLast = take (length chunks -... | {
"content_hash": "42b7e4ca0ee383bb19fa5a8a7d5304c0",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 53,
"avg_line_length": 25.2,
"alnum_prop": 0.6964285714285714,
"repo_name": "mozkeeler/cryptopals",
"id": "04c98c4fe1a47fb978dd806aeec43ca30548f30e",
"size": "504",
"bina... |
(function() {
'use strict';
angular
.module('app.customers')
.controller('CustomerDetail', CustomerDetail);
CustomerDetail.$inject = ['$stateParams', '$window', 'dataservice', 'logger'];
/* @ngInject */
function CustomerDetail($stateParams, $window, dataservice, logger) {
... | {
"content_hash": "11646a4a370526c756fe43382116adc2",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 85,
"avg_line_length": 27.53448275862069,
"alnum_prop": 0.5316217908578584,
"repo_name": "danyinfo1/Pluralsigt-gulp-course",
"id": "b31d8ac6090c189ccf070c619aef885bc089d656",... |
/* IMPORT */
import * as vscode from 'vscode';
import Item from './items/item';
/* VIEW */
class View implements vscode.TreeDataProvider<Item> {
onDidChangeTreeDataEvent = new vscode.EventEmitter<Item | undefined> ();
onDidChangeTreeData = this.onDidChangeTreeDataEvent.event;
getTreeItem ( item: Item ): vsc... | {
"content_hash": "1f4f947375dd24e24de4cd8e2c84a133",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 74,
"avg_line_length": 14.972222222222221,
"alnum_prop": 0.6641929499072357,
"repo_name": "fabiospampinato/vscode-projects-plus",
"id": "5557361c2473b898ece8fab367e6161a51dbe... |
import logging
import time
from parsl.providers.kubernetes.template import template_string
logger = logging.getLogger(__name__)
from parsl.providers.error import *
from parsl.providers.provider_base import ExecutionProvider
from parsl.utils import RepresentationMixin
try:
from kubernetes import client, config
... | {
"content_hash": "1f2fb18bcaba1d7f8b3c537078073bae",
"timestamp": "",
"source": "github",
"line_count": 302,
"max_line_length": 114,
"avg_line_length": 39.86423841059602,
"alnum_prop": 0.551540825649971,
"repo_name": "swift-lang/swift-e-lab",
"id": "070acefb78aceb6116e7f5dcc9c3f27b1b281405",
"size"... |
#ifndef __GLXUtils_H__
#define __GLXUtils_H__
#include "OgrePrerequisites.h"
#include <GL/glew.h>
#include <GL/glxew.h>
namespace Ogre
{
class _OgrePrivate GLXUtils
{
public:
// Portable replacements for some GLX 1.3 function pointers
static PFNGLXCHOOSEFBCONFIGPROC chooseFBConfig;
static PFNGLXCREATENE... | {
"content_hash": "70971245a97f73e8152d364e05e1baff",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 100,
"avg_line_length": 32.328947368421055,
"alnum_prop": 0.7142857142857143,
"repo_name": "airgames/vuforia-gamekit-integration",
"id": "59973514f3040d347933ccd0e70a9cf4a53d... |
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base sty... | {
"content_hash": "707aa25b4d00925f3505b14ba7652485",
"timestamp": "",
"source": "github",
"line_count": 454,
"max_line_length": 176,
"avg_line_length": 22.337004405286343,
"alnum_prop": 0.5592150675475791,
"repo_name": "JonathanMatthey/ogglpro",
"id": "65cccdbabd4d289538bbce84155cf06bd197861c",
"si... |
package uk.gov.nationalarchives.droid.gui.action;
import uk.gov.nationalarchives.droid.gui.config.ListSignatureFilesAction;
import uk.gov.nationalarchives.droid.gui.config.InstallSignatureFileAction;
import uk.gov.nationalarchives.droid.gui.export.ExportAction;
import uk.gov.nationalarchives.droid.gui.report.Re... | {
"content_hash": "93ca8ce628ef0737075f76c0e3ec5695",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 79,
"avg_line_length": 29.618181818181817,
"alnum_prop": 0.6967464702271332,
"repo_name": "digital-preservation/droid",
"id": "fa54f3d6eecb74f3ca0e64c2c8ab2ec646c85d2d",
"s... |
package alluxio.cli;
import alluxio.AlluxioURI;
import alluxio.client.ReadType;
import alluxio.client.WriteType;
import alluxio.client.file.FileSystem;
import alluxio.client.file.options.DeleteOptions;
import alluxio.examples.BasicNonByteBufferOperations;
import alluxio.examples.BasicOperations;
import com.beust.jc... | {
"content_hash": "754e7c952abea0f6c51be3b3d1809322",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 100,
"avg_line_length": 30.664429530201343,
"alnum_prop": 0.6784854453928649,
"repo_name": "Reidddddd/mo-alluxio",
"id": "48b388041d91bb666b5f74b751102a3a43b2d4e4",
"size"... |
if(__COMPILER_XL)
return()
endif()
set(__COMPILER_XL 1)
include(Compiler/CMakeCommonCompilerMacros)
# Find the CreateExportList program that comes with this toolchain.
find_program(CMAKE_XL_CreateExportList
NAMES CreateExportList
DOC "IBM XL CreateExportList tool"
)
macro(__compiler_xl lang)
# Feature flag... | {
"content_hash": "f17ad6af261e02de128fb3060c991714",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 252,
"avg_line_length": 49.951219512195124,
"alnum_prop": 0.71826171875,
"repo_name": "dava/dava.engine",
"id": "47837857081f0eb9ac1d8be7dd3d5159dea0f378",
"size": "2260",
... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// Specifies the language... | {
"content_hash": "99995c8d43db98844cca9ee1446aa8f1",
"timestamp": "",
"source": "github",
"line_count": 391,
"max_line_length": 128,
"avg_line_length": 35.51150895140665,
"alnum_prop": 0.5274756931940944,
"repo_name": "abock/roslyn",
"id": "e42f199084be43a13792732b7dad4f0fc73f785b",
"size": "13887"... |
//Version 1.0
/**
* highlightRow and highlight are used to show a visual feedback. If the row has been successfully modified, it will be highlighted in green. Otherwise, in red
*/
function highlightRow(rowId, bgColor, after)
{
var rowSelector = $("#" + rowId);
rowSelector.css("background-color", bgColor);
rowSele... | {
"content_hash": "4df75adf73b9055329a967bd9e1a1d9e",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 168,
"avg_line_length": 27.782222222222224,
"alnum_prop": 0.6272596384578467,
"repo_name": "deklungel/iRulez",
"id": "9d94469fc1ce9070759e9c84df9931aa6d8e7fc5",
"size": "6... |
<configuration>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n
</pattern>
</encoder>
</appender>
<!-- <property name="LOG_DIR" value="/var/log/application" /> <appender
name="FILE" class="ch.qo... | {
"content_hash": "2475bd1164e9986f2648b1ab906cc5f3",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 93,
"avg_line_length": 30.90625,
"alnum_prop": 0.6339737108190091,
"repo_name": "MyRobotLab/myrobotlab",
"id": "d9e7c6f07fd44c6a18d7b09142c71c6f582740b7",
"size": "989",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.