text stringlengths 2 1.04M | meta dict |
|---|---|
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD
define(['jquery'], factory);
} else if (typeof exports === 'object') {
// CommonJS
factory(require('jquery'));
} else {
// Browser globals
factory(jQuery);
}
}(function ($) {
var pluses = /\+/g;
function ... | {
"content_hash": "1bea8dddefe9c31c5111780a692073f4",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 129,
"avg_line_length": 27.74774774774775,
"alnum_prop": 0.5824675324675325,
"repo_name": "lvalenzuela/infinithink",
"id": "3638af8b9b99b4e8012ab99475a83a5a9d607753",
"siz... |
package com.marklogic.client.admin.config.support;
import com.marklogic.client.admin.config.QueryOptions.Field;
import com.marklogic.client.admin.config.QueryOptions.JsonKey;
import com.marklogic.client.admin.config.QueryOptions.MarkLogicQName;
import com.marklogic.client.admin.config.QueryOptions.PathIndex;
/**
... | {
"content_hash": "7bab291a077cff4ef4f327de24d96027",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 93,
"avg_line_length": 26.74074074074074,
"alnum_prop": 0.8060941828254847,
"repo_name": "supriyantomaftuh/java-client-api",
"id": "ff4541afb96e92b850128f232221ab97cd695f13",... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/privacy/dlp/v2/dlp.proto
package com.google.privacy.dlp.v2;
public interface InspectionRuleOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.InspectionRule)
com.google.protobuf.MessageOrBuild... | {
"content_hash": "ad8bbe5857b499916b6f039553d94d47",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 99,
"avg_line_length": 23.583333333333332,
"alnum_prop": 0.6521958606764261,
"repo_name": "googleapis/java-dlp",
"id": "676fe9b7da7706fae13e7eb7d3b8ce82886770a9",
"size": "... |
<div class="wikistyle">
<h1>jquery carousel</h1>
<a href="http://orzpoint.com/demos/jquery-carousel/i.html">View Demo</a>
</div>
| {
"content_hash": "f2e6616c492554d384c3518c9991518c",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 73,
"avg_line_length": 32.75,
"alnum_prop": 0.6946564885496184,
"repo_name": "aobo711/jQuery-Carousel",
"id": "6914ab45af08a52df414e15d55e82de2c19e8152",
"size": "131",
"b... |
"use strict";
module.exports = MediaQuery;
var SyntaxUnit = require("../util/SyntaxUnit");
var Parser = require("./Parser");
/**
* Represents an individual media query.
* @namespace parserlib.css
* @class MediaQuery
* @extends parserlib.util.SyntaxUnit
* @constructor
* @param {String} modifier The modifier "n... | {
"content_hash": "824a641115391b46320697790dca4858",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 203,
"avg_line_length": 27.72,
"alnum_prop": 0.6406926406926406,
"repo_name": "RaresO/test",
"id": "46476df6da0797b0d39f23cd665bae7aaa71b554",
"size": "1386",
"binary": f... |
/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/*
Copyright (C) 2009 Red Hat, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the Lic... | {
"content_hash": "43de20791537156ad5e191cdd5cff4d9",
"timestamp": "",
"source": "github",
"line_count": 765,
"max_line_length": 99,
"avg_line_length": 37.50326797385621,
"alnum_prop": 0.4893691181596375,
"repo_name": "x-hansong/aSpice",
"id": "19cc348cbf676c3ee70395201c01f19cdc86d12f",
"size": "286... |
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated ... | {
"content_hash": "850115f3f6fb46ff9b8527a46b2d3179",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 96,
"avg_line_length": 40.43636363636364,
"alnum_prop": 0.7540467625899281,
"repo_name": "dinazil/she-codes-csharp-for-beginners",
"id": "297a43304d7dfc94c6ced06ac2602273230c... |
from io import StringIO
from antlr4.PredictionContext import PredictionContext, merge
from antlr4.Utils import str_list
from antlr4.atn.ATN import ATN
from antlr4.atn.SemanticContext import SemanticContext
from antlr4.error.Errors import UnsupportedOperationException, IllegalStateException
class ATNConfigSet(object):
... | {
"content_hash": "d3165a5c4286c004991ace6569fd4ec2",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 112,
"avg_line_length": 38.20792079207921,
"alnum_prop": 0.6335838300077741,
"repo_name": "cooperra/antlr4",
"id": "9bfae3b199c056484b7bc0de4d82d371ebe42100",
"size": "946... |
package jp.co.acroquest.endosnipe.perfdoctor.rule;
import jp.co.acroquest.endosnipe.javelin.JavelinLogUtil;
import jp.co.acroquest.endosnipe.javelin.parser.JavelinLogElement;
/**
* SQLの実行時にargsから引数[TIME]を閾値として取り出す。
* @author eriguchi
*/
public class SQLThresholdStrategy implements ThresholdStrategy
{
... | {
"content_hash": "361561be6fdb4ee0669e33d138889063",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 85,
"avg_line_length": 28.473684210526315,
"alnum_prop": 0.6266173752310537,
"repo_name": "ryokato/ENdoSnipe",
"id": "248f0b8b7096363bb7821b70ff8dc12224a98d97",
"size": "26... |
#define NONAMELESSUNION
#define COBJMACROS
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "winreg.h"
#include "wine/debug.h"
#include "wine/unicode.h"
#include "wine/list.h"
#include "ole2.h"
#include "mmdeviceapi.h"
#include "devpkey.h"
#include "dsho... | {
"content_hash": "c4d203edbe298dfffdbc0e46bd17219d",
"timestamp": "",
"source": "github",
"line_count": 3439,
"max_line_length": 117,
"avg_line_length": 28.519918580982843,
"alnum_prop": 0.6322185970636215,
"repo_name": "howard5888/wine",
"id": "5e3222963541eb04829c52aa7f05de74f6025221",
"size": "9... |
#include <stdint.h>
#include <sys/param.h>
#include "error/s2n_errno.h"
#include "tls/s2n_cipher_suites.h"
#include "tls/s2n_connection.h"
#include "tls/s2n_record.h"
#include "tls/s2n_crypto.h"
#include "stuffer/s2n_stuffer.h"
#include "crypto/s2n_sequence.h"
#include "crypto/s2n_cipher.h"
#include "crypto/s2n_h... | {
"content_hash": "29ea1da3e905b40013427391b5851a1c",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 143,
"avg_line_length": 42.009966777408636,
"alnum_prop": 0.61787267694741,
"repo_name": "jldodds/s2n",
"id": "0de5c74b97a68c452b3a7ff252ca916d18332183",
"size": "13224",
... |
int main () {
zmq::context_t context(1);
// Socket to talk to clients
zmq::socket_t publisher (context, ZMQ_PUB);
int sndhwm = 0;
publisher.setsockopt (ZMQ_SNDHWM, &sndhwm, sizeof (sndhwm));
publisher.bind("tcp://*:5561");
// Socket to receive signals
zmq::socket_t syncservice (contex... | {
"content_hash": "711736cc8652b19db844cb7348826ea9",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 64,
"avg_line_length": 24.025,
"alnum_prop": 0.6014568158168574,
"repo_name": "fifilyu/zguide-examples-cpp-with-cmake",
"id": "cbab60da2bef6dfae22c7baf7fef5f5b1ca544fc",
"s... |
package org.kie.workbench.common.stunner.bpmn.backend.marshall.json.oryx.property;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import org.apache.commons.lang3.StringUtils;
import org.kie.workbench.common.stunner.bpmn.definition.property.task.TaskType;
import org.kie.workbench.comm... | {
"content_hash": "d7655be12cecc2741b3055ed1e8088c4",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 99,
"avg_line_length": 36.8235294117647,
"alnum_prop": 0.7060702875399361,
"repo_name": "jhrcek/kie-wb-common",
"id": "d5567e1e59c55ed8a57eeb1ad078a92196bcd74b",
"size": "3... |
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var Supercreature_1 = require("../abstract/Super... | {
"content_hash": "e67dce5349860cc5f24c8d0dd5a8028f",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 89,
"avg_line_length": 36.208333333333336,
"alnum_prop": 0.616800920598389,
"repo_name": "pavelhristov/SinglePageApplicationsWithAngular2",
"id": "b66684fcf2f12cc06b95be44a6e... |
using System;
namespace Logos.Git.GitHub
{
/// <summary>
/// Data describing a Git object returned from GitHub API.
/// </summary>
public sealed class GitObject
{
/// <summary>
/// The object type.
/// </summary>
public string Type { get; set; }
/// <summary>
/// The SHA-1 hash for this object.
///... | {
"content_hash": "5c63b226793e97805052d5c097c54a09",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 59,
"avg_line_length": 18.64,
"alnum_prop": 0.5944206008583691,
"repo_name": "LogosBible/LogosGit",
"id": "85c38a4f37704ae118acd7b92d288b5b81696a68",
"size": "466",
"bina... |
/*$FreeBSD: soc2013/dpl/head/sys/dev/vxge/include/vxge-queue.h 221210 2011-04-28 14:33:15Z gnn $*/
#ifndef VXGE_QUEUE_H
#define VXGE_QUEUE_H
__EXTERN_BEGIN_DECLS
#define VXGE_QUEUE_BUF_SIZE 0x1000
#define VXGE_DEFAULT_EVENT_MAX_DATA_SIZE 16
/*
* enum vxge_queue_status_e - Enumerates return codes of the vxge_q... | {
"content_hash": "39446006346621b195b3116d49329feb",
"timestamp": "",
"source": "github",
"line_count": 283,
"max_line_length": 98,
"avg_line_length": 32.371024734982335,
"alnum_prop": 0.694247352909071,
"repo_name": "dplbsd/soc2013",
"id": "990ef871e388a919803ac6987915104c77d9720d",
"size": "10763... |
#ifndef ZBE_SDL_DAEMONS_IOPRELOOPSDL_H_
#define ZBE_SDL_DAEMONS_IOPRELOOPSDL_H_
#include <memory>
#include "ZBE/core/daemons/Daemon.h"
#include "ZBE/SDL/system/SDLWindow.h"
#include "ZBE/SDL/events/SDLEventDispatcher.h"
#include "ZBE/core/system/system.h"
namespace zbe {
/** \brief
*/
class ZBEAPI IOPreLoo... | {
"content_hash": "4c1643775264c797c66ee9844fcb1f33",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 78,
"avg_line_length": 21.878048780487806,
"alnum_prop": 0.6432552954292085,
"repo_name": "Degryll/ZBE",
"id": "24fa6640a186de7ff5e47e5575947db12d3573bb",
"size": "1154",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>metacoq-safechecker: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstra... | {
"content_hash": "372e405c5b11e75c7fc832bdd5f4de1b",
"timestamp": "",
"source": "github",
"line_count": 180,
"max_line_length": 157,
"avg_line_length": 43.083333333333336,
"alnum_prop": 0.5598968407479046,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "626411fc2187d852c2f23e8a42de5515ea92c908",... |
from __future__ import (absolute_import, division, generators, nested_scopes, print_function,
unicode_literals, with_statement)
from pants.backend.jvm.scala.target_platform import TargetPlatform
from pants.backend.jvm.targets.exportable_jvm_library import ExportableJvmLibrary
from pants.base.ad... | {
"content_hash": "1e7cabc2481aabbda70c2dc4dc79de16",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 98,
"avg_line_length": 42.4264705882353,
"alnum_prop": 0.7254766031195841,
"repo_name": "tejal29/pants",
"id": "71d7a3deb6854729248808c2dc0889aa2d04ddc5",
"size": "3032",
... |
var express = require('express'),
app = express(),
_ = require('lodash'),
async = require('async'),
cons = require('consolidate'),
utils = require('./lib/utils'),
iolib = require('./lib/io'),
conf = require('./lib/config_util.js'),
Handlebars = require('handlebars'),
https = require('https'),
fs = r... | {
"content_hash": "81b14a406d72fdc6347153c2dc23acda",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 100,
"avg_line_length": 25.830645161290324,
"alnum_prop": 0.614423977521074,
"repo_name": "blacktail/real-edit",
"id": "b45e5034be1ea3f3913cbb38d0fc207d64c43bd8",
"size": ... |
using System;
using System.CodeDom;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.IO;
using Google.Apis.Discovery;
using Google.Apis.Logging;
using Google.Apis.Testing;
using Google.Apis.Tools.CodeGen.Decorator;
using Google.Apis.Tools.CodeGen.Decorator.ResourceContainerDeco... | {
"content_hash": "9782f15389969b0fc3549ee6c5c6a8ca",
"timestamp": "",
"source": "github",
"line_count": 347,
"max_line_length": 124,
"avg_line_length": 43.789625360230545,
"alnum_prop": 0.5888779203685423,
"repo_name": "artzub/LoggenCSG",
"id": "302cd9cab3cbf132d54d45c42f767517267e0b98",
"size": "1... |
<?php
namespace Nosco\Cashflows\Exceptions;
class Validation extends BaseException
{
}
| {
"content_hash": "0d47ffcf92e18f32134da273350e1dc9",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 42,
"avg_line_length": 15,
"alnum_prop": 0.6761904761904762,
"repo_name": "zanderbaldwin/cashflows",
"id": "dea946aa078ae68a2f64471d52ef53d0d1852e43",
"size": "105",
"bina... |
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<title>jQuery Chrony - A Count Down Plugin</title>
<style type="text/css">
/* This CSS does not belong to the plugin. ... | {
"content_hash": "f076e29e62d3be38685143d3fb4ffe32",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 358,
"avg_line_length": 55.17272727272727,
"alnum_prop": 0.6673257538309442,
"repo_name": "wbotelhos/chrony",
"id": "e91d67f3db3537ed9b7691e883864ef0da334a53",
"size": "60... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2013 Cloudera 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
~
~ Unless required b... | {
"content_hash": "da88542b0929e2a26a821e825eda9d05",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 204,
"avg_line_length": 30.898936170212767,
"alnum_prop": 0.6245481149939749,
"repo_name": "tomwhite/kite",
"id": "b0f6337fa42c214fdd8b82dbea459e19f76fd6c7",
"size": "5809... |
// ReSharper disable RedundantCast
namespace Apache.Ignite.Core.Tests.Client.Cache
{
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Threading.Tasks;
using Apache.Ignite.Core.Cache.Configuration;
using Apache... | {
"content_hash": "e9421caf403c554387ffd04e035c0e62",
"timestamp": "",
"source": "github",
"line_count": 621,
"max_line_length": 119,
"avg_line_length": 36.81642512077295,
"alnum_prop": 0.5583256790447448,
"repo_name": "apache/ignite",
"id": "d6adb4929ad02cf5758cf5e5c927a471c071c96f",
"size": "23678... |
#ifndef VEXCL_BACKEND_CUDA_CONTEXT_HPP
#define VEXCL_BACKEND_CUDA_CONTEXT_HPP
/**
* \file vexcl/backend/cuda/context.hpp
* \author Denis Demidov <dennis.demidov@gmail.com>
* \brief CUDA device enumeration and context initialization.
*/
#include <vector>
#include <tuple>
#include <iostream>
#include <memory>
... | {
"content_hash": "538fb1abf56f791e0eed4d429c490a9b",
"timestamp": "",
"source": "github",
"line_count": 410,
"max_line_length": 128,
"avg_line_length": 25.982926829268294,
"alnum_prop": 0.5961700929315685,
"repo_name": "ddemidov/vexcl",
"id": "f5a91b39521f6825510e9238bda33e9a3c484f76",
"size": "117... |
set -e
echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}"
# This protects against multiple targets copying the same framework dependency at the same time. The solut... | {
"content_hash": "7948acc17445c7eaf6952b014f3fb24b",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 263,
"avg_line_length": 43.2,
"alnum_prop": 0.6388888888888888,
"repo_name": "truebucha/CDBiCloudKit",
"id": "a4c480eb31048b88be7741d1c7d26915e1b672d9",
"size": "4978",
... |
//-----------------------------------------------------------------------
// <copyright file="ERitem.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: https://cslanet.com
// </copyright>
// <summary>no summary</summary>
//--------------------------------------------------... | {
"content_hash": "7889ab6a7f5d561e41385f15914bc9fe",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 92,
"avg_line_length": 24.6875,
"alnum_prop": 0.5867088607594937,
"repo_name": "jonnybee/csla",
"id": "0e0ac8b2b1a6984aee88a582d121a2a69f45ea43",
"size": "1580",
"binary"... |
extern int external1;
extern int external2;
//extern static int external2; // "main.c:14: error: multiple storage classes in
// declaration specifiers"
////////////////////////////////////////////////////////////////////////////////
int main(void) {
printf("Initial values:\n");
Print(e... | {
"content_hash": "f2ac4f73b9db510ed685ddf761c6f15d",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 80,
"avg_line_length": 24.28,
"alnum_prop": 0.5831960461285008,
"repo_name": "DeadDork/learning_c",
"id": "b87b6458d09ab5769f21c5f1dcac7fdde1faba58",
"size": "921",
"bina... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ce3c3f37db4b430151fb11b2c2de1b19",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "eca5536d7477ce5a49d0d30d3d1b9ce5813c1a83",
"size": "183... |
package brooklyn.entity.basic;
public class BasicEntityImpl extends AbstractEntity implements BasicEntity {
public BasicEntityImpl() {
}
}
| {
"content_hash": "829425b54de6d20a28509277fda44137",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 76,
"avg_line_length": 17.22222222222222,
"alnum_prop": 0.7419354838709677,
"repo_name": "neykov/incubator-brooklyn",
"id": "6f9be4404500b835bee7a40284ade86fb80455a5",
"size... |
#ifndef TENSORFLOW_COMPILER_MLIR_XLA_MLIR_HLO_TO_HLO_H_
#define TENSORFLOW_COMPILER_MLIR_XLA_MLIR_HLO_TO_HLO_H_
#include "mlir/Dialect/Func/IR/FuncOps.h" // from @llvm-project
#include "mlir/IR/BuiltinOps.h" // from @llvm-project
#include "tensorflow/compiler/mlir/tensorflow/utils/error_util.h"
#include "tensorflo... | {
"content_hash": "62b51c41dd69e0484f0d610a684f30a7",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 79,
"avg_line_length": 45.013333333333335,
"alnum_prop": 0.7236374407582938,
"repo_name": "gautam1858/tensorflow",
"id": "c781a739d1cac5b04a8c22e17c2e05b9f0d17a9d",
"size":... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tackling AS2 with JBoss Fuse</title>
<meta name="description" content="AS2, or Applicability Statement 2, is a specificatio... | {
"content_hash": "1135cd3feb0c1d2684e5f4261f11cb86",
"timestamp": "",
"source": "github",
"line_count": 215,
"max_line_length": 809,
"avg_line_length": 48.85581395348837,
"alnum_prop": 0.7404798172124905,
"repo_name": "sigreen/sigreen.github.io",
"id": "5cbf951869aad0f04afc4c1aab107800c1cf39c0",
"s... |
layout: project
source: https://github.com/zanshi/transcension3d
title: Transcension 3D
subtitle:
visible: true
tags:
- C++
- OpenGL
- Rendering
- Computer Graphics
---
We made a game engine in C++ and OpenGl with integrated support for the Bullet physics engine and dynamic level loading. I worked on... | {
"content_hash": "4febfe70040492decd964ccd579c690b",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 221,
"avg_line_length": 29.214285714285715,
"alnum_prop": 0.7506112469437652,
"repo_name": "zanshi/zanshi.github.io",
"id": "6921a411b4b86f7cfbd4163c214146b369bc4e9d",
"siz... |
using Newtonsoft.Json.Linq;
using System;
using System.Linq;
using System.Collections.Generic;
namespace Net.Moloni.Model
{
public class ProductInfo : BaseResource
{
public int Id { get; set; }
public ProductType Type { get; set; }
public string Name { get; set; }
public str... | {
"content_hash": "388d26f26134bebbe7804bb7ef661c3a",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 101,
"avg_line_length": 29.55421686746988,
"alnum_prop": 0.569099062372605,
"repo_name": "lusocoding/net.moloni",
"id": "2593928acc9ef5baa1201a5eb37b7275fce2d4c8",
"size": ... |
using System;
using System.Diagnostics;
using System.Linq.Expressions;
using Vita.Data.Model;
using Vita.Entities;
using Vita.Entities.Locking;
namespace Vita.Data.Linq.Translation.Expressions {
/// <summary>
/// A table is a default table, or a joined table
/// Different joins specify different tables
/// </... | {
"content_hash": "77e71d62bc6fe6b816d47269071b68de",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 153,
"avg_line_length": 41.0945945945946,
"alnum_prop": 0.6977967773758632,
"repo_name": "rivantsov/vita",
"id": "4cfe7c82dfdfcbc717418109ae49a60418bc061d",
"size": "3042",... |
/*
* 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 applicable law or agreed to in writing, software
* distribut... | {
"content_hash": "33fb2af8081db6ac5c78d846ed17d68f",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 115,
"avg_line_length": 37.40718562874252,
"alnum_prop": 0.7526812870177685,
"repo_name": "hgschmie/presto",
"id": "6324bf190aab122c1ccc11cc09aa35c0915a7a21",
"size": "624... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Real-time metrics through MQTT</title>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<table class="table">
<tr>
<td>... | {
"content_hash": "75b4cc6c8195fa4d77d5b434743b7d0d",
"timestamp": "",
"source": "github",
"line_count": 253,
"max_line_length": 121,
"avg_line_length": 42.901185770750985,
"alnum_prop": 0.5441311958724894,
"repo_name": "malek0512/2014_2015_ricm4_cannon_ball",
"id": "091b5008cb65554ea158cc733cd1ac21fb... |
<?php
/****************************************************************/
/* ATutor */
/****************************************************************/
/* Copyright (c) 2002-2009 */
/* Inclusive Design Institute */
/* http://atutor.ca */
/* ... | {
"content_hash": "54b13eab37b03918dd8cb35588c435ba",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 94,
"avg_line_length": 34.83018867924528,
"alnum_prop": 0.5677139761646804,
"repo_name": "CaviereFabien/Test",
"id": "6666ae3cafda4229dbddd9e120c9c31383729dae",
"size": "18... |
package org.scalactic
import scala.collection.immutable
import scala.collection.mutable.ArrayBuffer
import scala.collection.GenTraversableOnce
import scala.reflect.ClassTag
import scala.collection.mutable.Buffer
import scala.collection.GenSeq
import scala.collection.GenIterable
import scala.collection.generic.CanBuil... | {
"content_hash": "f4c842a82826c6d68b047e8919f20075",
"timestamp": "",
"source": "github",
"line_count": 1739,
"max_line_length": 182,
"avg_line_length": 45.96147211040828,
"alnum_prop": 0.6607154028050596,
"repo_name": "janekdb/scalatest",
"id": "78a1992f16d5c45066ad034bf4c73ee12d2046e6",
"size": "... |
"use strict";
define(['ng-currency-mask',
'angular-ngMask',
'angular-bootstrap',
'angular-file-upload',
'app-common-components',
'angular-toastr'], function () {
angular.module("app.external.components", [ 'ngCurrencyMask',
'n... | {
"content_hash": "019a7428afbcf624b9acdd7f2d109067",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 87,
"avg_line_length": 34.166666666666664,
"alnum_prop": 0.43089430894308944,
"repo_name": "karluqs/papai-noel-velho-batuta",
"id": "6dc823fbf67fe705924ec1f938321453d01c70b2"... |
<?php
namespace cd;
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__).'/../core/');
require_once('FtpClient.php');
$x = new FtpClient();
$x->setAddress('sftp://username:passwd@hostname.com:12346/path/to/file');
if ($x->getUrl() != 'sftp://username:passwd@hostname.com:12346/path/to/file') ech... | {
"content_hash": "4045cf9f40cbb79526f100a1ba4174a1",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 94,
"avg_line_length": 24.142857142857142,
"alnum_prop": 0.6627218934911243,
"repo_name": "martinlindhe/core_dev",
"id": "6f724fcc5d2b5071302b7fb5de7a011d8c948684",
"size":... |
package com.google.cloud.dataproc.v1.samples;
// [START dataproc_v1_generated_WorkflowTemplateService_ListWorkflowTemplates_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.dataproc.v1.ListWorkflowTemplatesRequest;
import com.google.cloud.dataproc.v1.RegionName;
import com.google.cloud.dataproc.v... | {
"content_hash": "f7bef813a24a52ce8b369f69858e1363",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 100,
"avg_line_length": 44.048780487804876,
"alnum_prop": 0.7441860465116279,
"repo_name": "googleapis/google-cloud-java",
"id": "de9f5ea0554bb9d7c29b3cf7ebb6f5dc6470a655",
... |
/* On my honor, I have neither given nor received unauthorized aid on this assignment */
//
// utility.h
// MIPSsim
//
// Created by Yuxing Han on 14-3-22.
// Copyright (c) 2014 Yuxing Han. All rights reserved.
//
#ifndef MIPSsim_utility_h
#define MIPSsim_utility_h
#include <assert.h>
//register label
#define R... | {
"content_hash": "f1a016efe1e5bdabd6edc792753f7542",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 89,
"avg_line_length": 21.60655737704918,
"alnum_prop": 0.6039453717754173,
"repo_name": "Nathaniel1990/MIPSsim",
"id": "ede354961f3b625a68d34ed1cae22d9a3984bb15",
"size": ... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package uk.co.marmablue.gunboat.texture;
import uk.co.marmablue.gunboat.texture.TextureReader;
import java.io.File;
import java.io.FilenameFilter;
import java.io.IOException;
import java.util.HashMap;
import javax.media... | {
"content_hash": "84b5ed401427f66c14140c509342c57f",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 136,
"avg_line_length": 32.608108108108105,
"alnum_prop": 0.6108578532946539,
"repo_name": "ianrenton/Gunboat",
"id": "8eeb94e3fc9ff7146ca7e496515c96682aebdae9",
"size": "2... |
#ifndef DISPATCHER_H_
#define DISPATCHER_H_
// BEGIN Includes. ///////////////////////////////////////////////////
// System dependencies.
#include <cassert>
#include <vector>
#include <string>
#include <mutex>
#include <map>
// Application dependencies.
#include <ias/channel/channel.h>
// END Includes. /////////... | {
"content_hash": "c5da0dc5331d276b610271b516027d3b",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 77,
"avg_line_length": 26.476923076923075,
"alnum_prop": 0.4314352120859965,
"repo_name": "JoeriHermans/Intelligent-Automation-System",
"id": "efeb1062aefc93eee928b5c3c138ba... |
package io.quarkus.it.jpa.mapping.xml.modern.library_b;
import javax.persistence.Basic;
import javax.persistence.Entity;
import javax.persistence.Id;
/**
* An annotated entity whose mapping is overridden in orm.xml.
*/
@Entity
public class LibraryBEntity {
@Id
private long id;
@Basic
private Strin... | {
"content_hash": "d06497cf7d6cfe6c800494790880f157",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 62,
"avg_line_length": 16.30952380952381,
"alnum_prop": 0.6175182481751825,
"repo_name": "quarkusio/quarkus",
"id": "79eba14bed5bc64195d8c77eabed8bdf52a27bb3",
"size": "685... |
<?xml version="1.0" encoding="UTF-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="150"
android:fillAfter="false"
android:fromAlpha="1.0"
android:toAlpha="0.0" /> | {
"content_hash": "fa29d21c4c569d3dcc9247c7d37f150f",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 65,
"avg_line_length": 36.333333333333336,
"alnum_prop": 0.6788990825688074,
"repo_name": "Physer/VRIS2",
"id": "55528e2949bb31d6ff215afe78c75b5a18caa753",
"size": "218",
... |
namespace iox
{
namespace roudi
{
using runtime::PoshRuntime;
thread_local PoshRuntime* RuntimeTestInterface::t_activeRuntime{nullptr};
thread_local std::atomic<uint64_t> RuntimeTestInterface::t_currentRouDiContext{0};
std::atomic<uint64_t> RuntimeTestInterface::s_currentRouDiContext{0};
std::mutex RuntimeTestInterfa... | {
"content_hash": "609ebf13a9c4c382acbecd9ba0c67a1a",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 113,
"avg_line_length": 34.583333333333336,
"alnum_prop": 0.7338688085676037,
"repo_name": "eclipse-iceoryx/iceoryx",
"id": "3fda982a1adcd38c7f5822f663cd4a93953db3d1",
"si... |
package org.apache.qpid.proton.engine.impl.ssl;
import static org.junit.Assert.assertEquals;
import java.nio.ByteBuffer;
import java.util.Arrays;
import org.junit.Assert;
public class ByteTestHelper
{
public static void assertArrayUntouchedExcept(String expectedString, byte[] actualBytes)
{
assertA... | {
"content_hash": "2aba00e7eefc35cf68ea7639edce909f",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 130,
"avg_line_length": 33.417910447761194,
"alnum_prop": 0.6931665922286735,
"repo_name": "chirino/proton",
"id": "9a5817b58934e5dbf98c579074797ee0cd63186b",
"size": "3046... |
package com.cloud.storage.template;
import com.cloud.agent.api.storage.DownloadAnswer;
import com.cloud.agent.api.to.S3TO;
import com.cloud.storage.Storage.ImageFormat;
import com.cloud.storage.VMTemplateHostVO;
import com.cloud.storage.command.DownloadCommand;
import com.cloud.storage.resource.SecondaryStorageResourc... | {
"content_hash": "1b4f3945a45ca4aa7935e9ab91f34329",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 178,
"avg_line_length": 37.09090909090909,
"alnum_prop": 0.6473311546840959,
"repo_name": "remibergsma/cosmic",
"id": "6baa763d34aa638dd21064b04a13473ff18daea0",
"size": "3... |
Projects =
{
-- SeeScript
{
dir = "src/SeeScript",
type = "static",
links = { }
},
-- See
{
dir = "src/See",
type = "console",
links = { "SeeScript" }
},
-- RemoteCompiler
{
dir = "src/RemoteCompiler",
type = "console",
links = { "SeeScript" }
}
}
-- If this is... | {
"content_hash": "5e3230c57d0d7cec597d7c3008a46361",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 126,
"avg_line_length": 24.68663594470046,
"alnum_prop": 0.5682284860929625,
"repo_name": "P-i-N/SeeScript",
"id": "b8360c7ab3b3799bd064bdadc771bd33316d6746",
"size": "642... |
Observer
========
Trading procedure has events:
* procedure publication
* applications registration is over
* applications review protocol publication
* procedure archive
Using these events we can implement:
* notify procedure participants when the application review protocol has published
* procedure eve... | {
"content_hash": "46f42fd4ff305842dcc1e8506ed430e9",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 84,
"avg_line_length": 27.583333333333332,
"alnum_prop": 0.7794561933534743,
"repo_name": "astahovn/design-patterns",
"id": "c667e9bd730e09cb9af4d38372833fcd2f7e47f6",
"siz... |
using System;
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security.Cryptography;
using System.Text;
using System.Threading;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Amazon.SimpleNotificationService;
using Amaz... | {
"content_hash": "be283fdd648a33d310676b060c221541",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 122,
"avg_line_length": 32.94092827004219,
"alnum_prop": 0.5384910977328039,
"repo_name": "rafd123/aws-sdk-net",
"id": "2ab9e417cb067f041afcb3ead76ec6f198ebbcaa",
"size": ... |
"use strict";
/*----------------------------------------------------------------------------
** SpiceMainConn
** This is the master Javascript class for establishing and
** managing a connection to a Spice Server.
**
** Invocation: You must pass an object with properties as follows:
** uri ... | {
"content_hash": "daa1de1645fbfe6cecf7a4c6ab34edf8",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 119,
"avg_line_length": 38.76875,
"alnum_prop": 0.5189424472029663,
"repo_name": "wyvernnot/noemu",
"id": "6b4e4cc98bdda2c9ee4111f5a1f7b50e86a08976",
"size": "6973",
"bi... |
class API::V1::AliasEmailsAPI < Grape::API
include Grape::Kaminari
resource :alias_emails do
desc 'Gets an individual alias email'
params do
requires :id, type: String
end
get ':id' do
email = AliasEmail.find(params[:id])
present email, with: API::V1::AliasEmailEntity
end
... | {
"content_hash": "4c6cca2814e714ad739c4d230fc6c60b",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 96,
"avg_line_length": 26.666666666666668,
"alnum_prop": 0.6666666666666666,
"repo_name": "biola/google-syncinator",
"id": "93e0b58d65cf6a688cc2101371454a2af683bc27",
"size... |
'use strict';
const crypto = require('crypto');
const rrange = 4294967296;
/**
* Return an integer, pseudo-random number in the range [0, 2^32).
*/
const nextInt = function() {
return crypto.randomBytes(4).readUInt32BE(0);
};
/**
* Return a floating-point, pseudo-random number in the range [0, 1).
*/
const ... | {
"content_hash": "a025bea8fabd2a19d8d2f8c78791e5a7",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 69,
"avg_line_length": 17.93103448275862,
"alnum_prop": 0.65,
"repo_name": "lpinca/binb",
"id": "ad3e774b6a15bee50e4b716c577ebc5c563a054b",
"size": "520",
"binary": false... |
import os
import pickle
import datetime
import numpy as np
import tensorflow as tf
from utils import ops
from tflearn.layers import dropout
from tensorflow.contrib.tensorboard.plugins import projector
from tensorflow.contrib.rnn import stack_bidirectional_rnn
from models.model import Model
class BLSTMAcner(Model):
... | {
"content_hash": "61c8a0b21c959a19e5a9faf17202b589",
"timestamp": "",
"source": "github",
"line_count": 157,
"max_line_length": 93,
"avg_line_length": 45.64331210191083,
"alnum_prop": 0.5542841194529724,
"repo_name": "mindgarage/Ovation",
"id": "4327c5f09f2e7f70c8d42adf26bc983e2f210b8c",
"size": "7... |
// flow-typed signature: 72dce3fe18aaac8c20c58e67527d89d0
// flow-typed version: <<STUB>>/kefir.combines_v^4.0.0/flow_v0.39.0
/**
* This is an autogenerated libdef stub for:
*
* 'kefir.combines'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work w... | {
"content_hash": "ea3506b37c41d10067440ce85adac544",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 77,
"avg_line_length": 29.62264150943396,
"alnum_prop": 0.7375796178343949,
"repo_name": "stuf/masayards-calmm",
"id": "e0a63fd087dec0033e84e3ccd2e37d8a23b38744",
"size": "... |
/*!
* iCheck v2.0.0 rc1, http://git.io/arlzeA
* =======================================
* Cross-platform checkboxes and radio buttons customization
*
* (c) Damir Sultanov - http://fronteed.com
* MIT Licensed
*/
(function (win, doc, $) {
// prevent multiple includes
if (!win.ichecked) {
win.iche... | {
"content_hash": "c41f5371b1aa064912fbeae48b64ed15",
"timestamp": "",
"source": "github",
"line_count": 1032,
"max_line_length": 186,
"avg_line_length": 39.64437984496124,
"alnum_prop": 0.3779238872729939,
"repo_name": "cloudtp/Cloud-Portal",
"id": "3526f5654997e1a0650db7f6a9aa5404a357d26a",
"size"... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/networksecurity/v1beta1/server_tls_policy.proto
package com.google.cloud.networksecurity.v1beta1;
public interface UpdateServerTlsPolicyRequestOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.netwo... | {
"content_hash": "e5f86463df6cee50d98e07e90139ee37",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 123,
"avg_line_length": 31.133333333333333,
"alnum_prop": 0.6791067604772102,
"repo_name": "googleapis/java-network-security",
"id": "3c39b0ab6da0d2c46628962e9451432c00152b4... |
<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project abortOnError="false" name="PolicyEngineInteractions" resourceRoot="${projectDir}" runType="SEQUENTIAL" soapui-version="4.5.1" activeEnvironment="Default" xmlns:con="http://eviware.com/soapui/config">
<con:settings>
</con:settings>
<con:interface anonymous="... | {
"content_hash": "fd946bda84ce52923a6f4274e85c8839",
"timestamp": "",
"source": "github",
"line_count": 6334,
"max_line_length": 481,
"avg_line_length": 53.54215345753079,
"alnum_prop": 0.7398388846952255,
"repo_name": "AurionProject/Aurion",
"id": "83ed98462103062cd2666988804ed7a7eca15516",
"size"... |
<?php
use kartik\helpers\Html;
//use yii\widgets\ActiveForm;
use kartik\widgets\ActiveForm;
use kartik\builder\Form;
use kartik\builder\FormGrid;
use yii\grid\GridView;
use yii\bootstrap\Modal;
use yii\helpers\Url;
use yii\widgets\Pjax;
use kartik\datecontrol\DateControl;
use yii\helpers\ArrayHelper;
use app\models\P... | {
"content_hash": "e805ba9ac7d0e592ed59d785ca6ec088",
"timestamp": "",
"source": "github",
"line_count": 388,
"max_line_length": 258,
"avg_line_length": 42.0180412371134,
"alnum_prop": 0.46690793105563394,
"repo_name": "hung101/kbs",
"id": "4fdbb9d6dc8cf9acb97482076ae3929da6b974eb",
"size": "16309",... |
class EstadoSimulacion
def initialize(simulacion)
@simulacion = simulacion
end
def to_s
raise "subclass responsability"
end
def simular
raise "subclass responsability"
end
def siguienteTurnoOFinalizar
raise "subclass responsability"
end
end
class EstadoEnCurso < EstadoSimulacion
... | {
"content_hash": "360312e1a33f64053d50387b61764720",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 101,
"avg_line_length": 28.155555555555555,
"alnum_prop": 0.7012628255722179,
"repo_name": "chudichudichudi/freddiemercurry",
"id": "9252f6eeb2accd9b2672a9256acdd75dbe941de3"... |
package prototypev.PermissiveFov.LevelGeneration.Generators;
import prototypev.PermissiveFov.LevelGeneration.DirectionType;
import prototypev.PermissiveFov.LevelGeneration.Entities.Cell;
import prototypev.PermissiveFov.LevelGeneration.Entities.Room;
import prototypev.PermissiveFov.LevelGeneration.SideType;
import prot... | {
"content_hash": "687f393b6dba70c5a2d69c05130282de",
"timestamp": "",
"source": "github",
"line_count": 284,
"max_line_length": 146,
"avg_line_length": 46.028169014084504,
"alnum_prop": 0.5858323133414932,
"repo_name": "prototypev/android-side-projects",
"id": "a17e208eaaa7f04cb3e5a647816d03bb3ea6b4b... |
package com.macro.mall.model;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
public class UmsMemberTagExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UmsMemberTagExample() {
oredCriteria = n... | {
"content_hash": "f1cdfcf6080cfc4f42b32eac622aa549",
"timestamp": "",
"source": "github",
"line_count": 450,
"max_line_length": 102,
"avg_line_length": 31.02,
"alnum_prop": 0.5848556486854359,
"repo_name": "macrozheng/mall",
"id": "c45777f2bfee40a77d071a9c700216985c230325",
"size": "13959",
"bina... |
```lua
require "cargo"
default "debug"
desc("Build a debug binary")
task("debug", function()
print "Building debug version..."
cargo.build()
end)
desc("Build a release binary")
task("release", function()
cargo.build {
release = true
}
end)
desc("Clean the project directory")
task("clean", fu... | {
"content_hash": "3060f795ef50831ab95ae1e7f92de58d",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 49,
"avg_line_length": 16.866666666666667,
"alnum_prop": 0.5375494071146245,
"repo_name": "coderstephen/rote",
"id": "f6b3b2b373c6822832421a4255ca031696e09d18",
"size": "10... |
/*
* Automatically generated by jrpcgen 1.0.5 on 10/23/08 8:11 PM
* jrpcgen is part of the "Remote Tea" ONC/RPC package for Java
* See http://remotetea.sourceforge.net for details
*/
package info.ganglia.gmetric4j.xdr.v31x;
import org.acplt.oncrpc.*;
import java.io.IOException;
public class Ganglia_gmetric_double ... | {
"content_hash": "f1f2103b1b6aad2130d7e9f0b597903f",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 63,
"avg_line_length": 28.36842105263158,
"alnum_prop": 0.6790352504638218,
"repo_name": "jongyoul/gmetric4j",
"id": "c744247555fda2b6d8d825c8d097f40c83f994b6",
"size": "10... |
/**
* Information on matched way point
*
* @author ab
*/
package cgeo.geocaching.brouter.core;
final class MessageData implements Cloneable {
public int linkdist = 0;
public int linkelevationcost = 0;
public int linkturncost = 0;
public int linknodecost = 0;
public int linkinitcost = 0;
p... | {
"content_hash": "1361285ae226fe2e90bb42946fba4bb6",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 89,
"avg_line_length": 24.205882352941178,
"alnum_prop": 0.5650060753341434,
"repo_name": "matej116/cgeo",
"id": "9b2d57ccda5c907433c173e0b96eb79ec00be84a",
"size": "2469"... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.deactivate = exports.activate = void 0;
const path = require("path");
const vscode = require("vscode");
const completion_provider_1 = require("./font-awesome/completion-provider");
const documentation_1 = require("./font-awesome/... | {
"content_hash": "d32a21b6759041acb89f50ed42a4668d",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 213,
"avg_line_length": 44.22641509433962,
"alnum_prop": 0.7128839590443686,
"repo_name": "ealbertos/dotfiles",
"id": "87eba7f505c65689b9f9616efc386a718c722107",
"size": "2... |
<html>
<head>
<!--#include virtual="/base.html" -->
<link rel="stylesheet" href="css/all.css"/>
<!--#include virtual="/title.html" -->
</head>
<body>
<div class="redirectPageMessage">Sorry! You are not allowed to be here :(</div>
</body>
</html>
| {
"content_hash": "56502662d52c30ef3df93e2d4c32bbf3",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 83,
"avg_line_length": 26.2,
"alnum_prop": 0.6030534351145038,
"repo_name": "gpolitis/jitsi-meet",
"id": "e12558ac9f95d2cc04f53d1ce32a1567c012c6e9",
"size": "262",
"binar... |
import logger from '../logger';
/**
* Background task that continually re-publishes a JSON value to
* the specified hash key in Redis with an updated timestamp.
*/
class PoolEntryUpdater {
/**
* Create a new PoolEntryUpdater.
*
* @param {RedisClient} redisClient Redis client to use for updating
... | {
"content_hash": "561848c91162a63cef2940d3ea9d431f",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 84,
"avg_line_length": 28.705882352941178,
"alnum_prop": 0.592896174863388,
"repo_name": "CyTube/cytube-common",
"id": "02e7de73eab35150280c3afa0fcd2775a7208dbb",
"size": "... |
layout: page
title: 目录
description: "文档列表"
header-img: "img/tree.jpg"
---
<div id="post-list">
{% for tag in site.tags %}
<h2 id="{{ tag[0] }}">{{ tag[0] | capitalize }}</h2>
<ul class="post-list">
{% assign pages_list = tag[1] %}
{% for post in pages_list %}
{% if post.title != null %}
{% if group == null or group =... | {
"content_hash": "f8986efaaee5af83346dfc40170864da",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 220,
"avg_line_length": 28.125,
"alnum_prop": 0.5733333333333334,
"repo_name": "xiaojinggang/xiaojinggang.github.io",
"id": "3cef5900cb0003f82eced252bfe97ddb42771f40",
"siz... |
package com.realcomp.prime.transform;
import com.realcomp.prime.MultiFieldOperation;
import com.realcomp.prime.Operation;
import com.realcomp.prime.conversion.ConversionException;
import com.realcomp.prime.record.RecordValueAssembler;
import com.realcomp.prime.record.RecordValueException;
import com.realcomp.prime.sch... | {
"content_hash": "87656f875ea1150d26fa3c72fc3ac40b",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 120,
"avg_line_length": 29.10822510822511,
"alnum_prop": 0.5806067816775728,
"repo_name": "real-comp/prime",
"id": "f52f66dafb927878d8ffcced646e8c93eee14fc8",
"size": "672... |
package com.intellij.facet.ui.libraries;
import com.intellij.openapi.util.Comparing;
import org.jetbrains.annotations.NonNls;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class LibraryDownloadInfo {
@Nullable private final RemoteRepositoryInfo myRemoteRepository;
p... | {
"content_hash": "de138c03d2eec81766f080551cb5befd",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 118,
"avg_line_length": 36.03636363636364,
"alnum_prop": 0.7247729566094854,
"repo_name": "leafclick/intellij-community",
"id": "ac963dedf4312a33200b142a832ac8753ca6e9ca",
... |
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.4) on Wed Feb 17 15:34:46 CET 2021 -->
<title>Uses of Interface se.litsec.eidas.opensaml.ext.attributes.address.Thoroughfare (eIDAS extension for OpenSAML 4.x - 2.0.1)</title>
<meta http-equiv="Content-Type" content="text/html; cha... | {
"content_hash": "450768effbc6fa28bc8da9d4675aed98",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 461,
"avg_line_length": 44.91284403669725,
"alnum_prop": 0.6553978143192728,
"repo_name": "litsec/eidas-opensaml",
"id": "2d8415eb9baeb7619b2645cca83357c88a107342",
"size"... |
/*
* Camel ApiMethod Enumeration generated by camel-api-component-maven-plugin
*/
package org.apache.camel.component.google.drive.internal;
import java.lang.reflect.Method;
import java.util.List;
import com.google.api.services.drive.Drive.Channels;
import org.apache.camel.support.component.ApiMethod;
import org.a... | {
"content_hash": "c3a3b1c8468cd6b987fa51e2d4d88c6a",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 92,
"avg_line_length": 29.48,
"alnum_prop": 0.73202170963365,
"repo_name": "ullgren/camel",
"id": "7c757901d98444ecf06ddad138b4ef497880cd40",
"size": "1474",
"binary": fa... |
require 'test_helper'
class WsHelperTest < ActionView::TestCase
end
| {
"content_hash": "cf21ac4af889b93d4926e509df607270",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 41,
"avg_line_length": 17.25,
"alnum_prop": 0.7971014492753623,
"repo_name": "kryss/whilewechat",
"id": "0d5b452cb5da4c4c98704e8281a0509011964042",
"size": "69",
"binary":... |
const gulp = require('gulp');
const changeLog = require('gulp-conventional-changelog');
const typedoc = require('gulp-typedoc');
gulp.task('changelog', () => {
return gulp.src('CHANGELOG.md', { buffer: false })
.pipe(changeLog({
preset: 'angular',
releaseCount: 1
}, {
currentTag: require('./packa... | {
"content_hash": "e95a3016fdc2477cb8211470a080fbc2",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 57,
"avg_line_length": 26.685714285714287,
"alnum_prop": 0.6263383297644539,
"repo_name": "nzick/angular4-webpack-starter",
"id": "ba2e1aa2165fcdf77763489f3f213d488eaa54ec",
... |
netsh http add urlacl url=http://+:58000/ user=<domain\user> | {
"content_hash": "7e4eb462597fc8bc136b578695b6efad",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 64,
"avg_line_length": 64,
"alnum_prop": 0.6875,
"repo_name": "ProximoSrl/Jarvis.GestionePrenotazioni",
"id": "d7489f37821611341a43f98fdc1e1821e63f1560",
"size": "90",
"bi... |
#include <linux/slab.h>
#include <linux/msm_ion.h>
#include <linux/types.h>
#include <linux/msm_iommu_domains.h>
#include "msm_vidc_resources.h"
#include "msm_vidc_debug.h"
struct smem_client {
int mem_type;
void *clnt;
struct msm_vidc_platform_resources *res;
};
static u32 get_tz_usage(struct smem_client *clien... | {
"content_hash": "7dd14e8e575baff9eb81227ef6948c1e",
"timestamp": "",
"source": "github",
"line_count": 534,
"max_line_length": 101,
"avg_line_length": 24.60112359550562,
"alnum_prop": 0.6496155895562152,
"repo_name": "Ant-OS/android_kernel_moto_shamu",
"id": "f4eb59b267a8dfc2ceb3cc6a717a00cc6449842a... |
Template.post.onCreated(function() {
this.searchQuery = new ReactiveVar('');
this.filter = new ReactiveVar('all');
this.limit = new ReactiveVar(20);
this.autorun(() => {
this.subscribe('posts.all', this.searchQuery.get(), this.filter.get(), this.limit.get());
});
});
Template.post.events({
'click [data... | {
"content_hash": "642b1ff95359354fc07b3619e7b326ae",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 97,
"avg_line_length": 29.380434782608695,
"alnum_prop": 0.5431002589715132,
"repo_name": "mattvella07/gravity",
"id": "fd42865728787390b59b426c32a2a7126e72131a",
"size": "... |
var express = require('express');
var router = express.Router();
var Event = require('../models/event');
//events routes will go here
module.exports = router; | {
"content_hash": "663676a8108a95a937d894f2419113f1",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 39,
"avg_line_length": 20.125,
"alnum_prop": 0.7018633540372671,
"repo_name": "ma3east/eStub2",
"id": "1a1d7de91da0a69fdc98a682a96f1968cea84c33",
"size": "161",
"binary": ... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DocStrap Module: mixins/signalable</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css"... | {
"content_hash": "e51ee4a072621c79ad83235332839541",
"timestamp": "",
"source": "github",
"line_count": 494,
"max_line_length": 847,
"avg_line_length": 21.25506072874494,
"alnum_prop": 0.5472380952380952,
"repo_name": "labertasch/awesome",
"id": "c50eb36869d650551a97a0ae881eede611945304",
"size": "... |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:v="urn:import:com.christophdietze.jack.client.view"
xmlns:ve="urn:import:com.christophdietze.jack.client.view.embed">
<ui:style>
.bo... | {
"content_hash": "14d0e7b4211b05d358e8818ca24e6e8c",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 109,
"avg_line_length": 25.06451612903226,
"alnum_prop": 0.6846846846846847,
"repo_name": "cdietze/chessdog",
"id": "e911af07fb7c9513f16500522d661cc9e24d8291",
"size": "777... |
<?php
namespace DDiff\Database\Schema;
/**
* Class TableAwareTrait
* @package DDiff\Database\Schema
*/
class TableAwareTrait
{
/**
* @var TableInterface
*/
private $table;
/**
* @return TableInterface
*/
public function getTable() : TableInterface
{
return $this->ta... | {
"content_hash": "0018fe8b9a22e879f5c7a4622fe18b67",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 51,
"avg_line_length": 15.441176470588236,
"alnum_prop": 0.5638095238095238,
"repo_name": "oncesk/ddiff",
"id": "7960c40223f3a76a1372fcd04450159b51b5696b",
"size": "525",
... |
package org.docksidestage.compatible10x.dbflute.bsentity;
import java.util.List;
import java.util.ArrayList;
import org.dbflute.dbmeta.DBMeta;
import org.dbflute.dbmeta.AbstractEntity;
import org.dbflute.dbmeta.accessory.DomainEntity;
import org.docksidestage.compatible10x.dbflute.allcommon.DBMetaInstanceHandler;
im... | {
"content_hash": "70244c618a98503b6d307d9e3a5708d2",
"timestamp": "",
"source": "github",
"line_count": 277,
"max_line_length": 169,
"avg_line_length": 45.101083032490976,
"alnum_prop": 0.5850476266709357,
"repo_name": "dbflute-test/dbflute-test-option-compatible10x",
"id": "c17809534e70328b4ada1c74f... |
package com.afg.MngProductContentProvider.interfaces;
import android.content.Context;
/**
* Created by usuario on 10/11/16.
*/
public interface IPreferences {
public static final int MODE = Context.MODE_PRIVATE;
//static IPreferences getInstance(Context context){};
}
| {
"content_hash": "cee406d8b5b3304c7e88a65e3b84be2f",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 57,
"avg_line_length": 20.214285714285715,
"alnum_prop": 0.7455830388692579,
"repo_name": "JMedinilla/deint_ManageProducts",
"id": "d283763a9aae2a008bd87ff94c7168e332157035",... |
{% extends "wiki/base.html" %}
{% load i18n wiki_tags sekizai_tags %}
{% block wiki_pagetitle %}{% trans "Admin Panel" %}{% endblock %}
{% block wiki_contents %}
<h1 class="page-header">{% trans "Deleted Articles" %}</h1>
{% if deleted_articles %}
<table class="table table-striped">
<thead>
<tr>
... | {
"content_hash": "663784fec8179b68a24035e4f374ea60",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 137,
"avg_line_length": 29.636363636363637,
"alnum_prop": 0.5357873210633947,
"repo_name": "skbly7/serc",
"id": "d0d72824a84d2688fe2517cdf86c7b8a8eaf2d45",
"size": "978",
... |
<?php
namespace CoreTest\Presenter;
use Core\Presenter\MastheadPresenter;
class MastheadControllerTest extends \Dvsa\Mot\Frontend\Test\TestCase
{
protected $presenter;
protected $expectedUrl = 'http://www.smartsurvey.co.uk/s/MTSFeedback/';
protected function setUp()
{
$this->presenter = new... | {
"content_hash": "eaa1528bf70a2870aa5f6e63b6c6ef35",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 84,
"avg_line_length": 21.074074074074073,
"alnum_prop": 0.6731107205623902,
"repo_name": "dvsa/mot",
"id": "9f637a9e7da214a8ec263807fb5c6e9c5ed22b40",
"size": "569",
"bi... |
package org.apache.asterix.dataflow.data.nontagged.serde;
import java.io.DataInput;
import java.io.DataOutput;
import java.util.ArrayList;
import java.util.List;
import org.apache.asterix.builders.OrderedListBuilder;
import org.apache.asterix.common.exceptions.AsterixException;
import org.apache.asterix.formats.nont... | {
"content_hash": "09bb19cd94c74f33d7e77dc8389ec5c4",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 122,
"avg_line_length": 45.6031746031746,
"alnum_prop": 0.6883049077619213,
"repo_name": "kisskys/incubator-asterixdb",
"id": "364b2d68c48c3b6b0344dda5e6c9c5e29bb0391e",
"... |
package com.test.demo.myapp.activity;
import android.os.Bundle;
import android.provider.Settings;
import android.provider.Settings.Secure;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.TextView;
import com.test.demo.myapp.R;
public class Con... | {
"content_hash": "e09c6468c8bd0ddef816c896d44eac7d",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 114,
"avg_line_length": 30,
"alnum_prop": 0.7583333333333333,
"repo_name": "Rangor/android-testing",
"id": "ec61f5102a0d1218d40cd031cd63c3389161d914",
"size": "1080",
"bi... |
<!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_151) on Wed Dec 04 18:43:08 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.orientdb ... | {
"content_hash": "36c8c5704ad91763cd958ab5bc4b0dfd",
"timestamp": "",
"source": "github",
"line_count": 145,
"max_line_length": 389,
"avg_line_length": 37.9448275862069,
"alnum_prop": 0.6304980007270083,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "c8d38cbed3b7c7acfd5ecd1b130ec5efdfde2... |
package com.zelory.kace.adressbook.ui;
import com.zelory.kace.adressbook.data.model.Person;
import javax.swing.*;
import java.util.List;
public class PersonListModel extends DefaultListModel<Person> {
public PersonListModel(List<Person> persons) {
super();
addElements(persons);
}
public... | {
"content_hash": "7ae02a7d12feedb7419aa80dce7fc89c",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 63,
"avg_line_length": 22.565217391304348,
"alnum_prop": 0.6801541425818882,
"repo_name": "zetbaitsu/Address_Book",
"id": "545be27ff9e7838d55ef7bf691c02c28c6822f8b",
"size"... |
var IMpermanenceApp = angular.module('IMpermanenceApp', ['firebase', 'ui.router', 'angular-md5', 'ui.bootstrap']);
IMpermanenceApp.config(function ($stateProvider, $urlRouterProvider) {
var homeState = {
name: 'home',
url: '/',
cache: false,
templateUrl: 'splash/splash.html',
... | {
"content_hash": "149297d2a187cdfb36f89e925ad9d56c",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 114,
"avg_line_length": 31.889867841409693,
"alnum_prop": 0.4825252106644564,
"repo_name": "MidonOrg/IMpermanence",
"id": "138f8d5e232f36b9f64ad47bac24afadeda24326",
"size... |
console.log(typeof 3.14);
console.log(typeof true);
console.log(typeof '3.14');
console.log(typeof { 'key': 3.14 });
console.log(typeof Object);
console.log(typeof undefine);
console.log(typeof null);
| {
"content_hash": "d80a4fefd530db34bb1179ae672bce05",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 36,
"avg_line_length": 25.25,
"alnum_prop": 0.7227722772277227,
"repo_name": "wangding/demo-code",
"id": "6f029986d375005b4d4d0aae512b035e7d8c3b00",
"size": "202",
"binary... |
"""
Copyright (c) 2015 SONATA-NFV
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 applicable law or agreed to... | {
"content_hash": "1790c1aaad971ad7e143069b413cc726",
"timestamp": "",
"source": "github",
"line_count": 395,
"max_line_length": 107,
"avg_line_length": 38.060759493670886,
"alnum_prop": 0.5709724624185181,
"repo_name": "lconceicao/son-security-pilot",
"id": "d0b09be56afb882f5b3ce37ff2e7f6fe136729f7",... |
<?php
namespace ZendTest\ComponentInstaller;
use org\bovigo\vfs\vfsStream;
use org\bovigo\vfs\vfsStreamDirectory;
use PHPUnit\Framework\ExpectationFailedException;
use PHPUnit\Framework\TestCase;
use Zend\ComponentInstaller\Collection;
use Zend\ComponentInstaller\ConfigDiscovery;
use Zend\ComponentInstaller\ConfigOp... | {
"content_hash": "2ffe236eff3a72ea278b9c3ef398dea0",
"timestamp": "",
"source": "github",
"line_count": 295,
"max_line_length": 115,
"avg_line_length": 35.15593220338983,
"alnum_prop": 0.5667727316555781,
"repo_name": "zendframework/zend-component-installer",
"id": "26ac5338b5e2b4a4089b3333f5b409fd24... |
require "uri"
require "json"
require "net/http"
url = URI("https://www.googleapis.com/geolocation/v1/geolocate?key=YOUR_API_KEY")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Post.new(url)
request["content-type"] = "application/json"
request.body = JSON.dump({
"cellTowers": [... | {
"content_hash": "61fd03f1c4cb73334da4c03287983e06",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 81,
"avg_line_length": 21.896551724137932,
"alnum_prop": 0.6566929133858268,
"repo_name": "googlemaps/openapi-specification",
"id": "0e5c92205543d49164f03b744ba9997392031f91"... |
/*
Point of Sale System Project
Authors: Clayton Barber, Brandon Barton, Declan Brennan, Maximilian Hasselbusch, Eric Metcalf
Last Updated: 20 November 2015
*/
package pos;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.swing.JF... | {
"content_hash": "a3f73f0b7a6df16431d199d6a7b2f897",
"timestamp": "",
"source": "github",
"line_count": 225,
"max_line_length": 156,
"avg_line_length": 45.14222222222222,
"alnum_prop": 0.6250861474844934,
"repo_name": "mhasselbusch/point_of_sale",
"id": "1085b893f07faa922c02d1144f6cb1808aae2dfc",
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.