text stringlengths 2 1.04M | meta dict |
|---|---|
namespace Efrpg.Filtering
{
public enum FilterType
{
Schema, // Can only be used on Schema
Table, // Can only used on Tables
Column, // Can only used on Columns
StoredProcedure // Can only used on Stored Procedures
}
} | {
"content_hash": "f4f28fd376ff2a886f75bd295a4ef1f9",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 61,
"avg_line_length": 28.8,
"alnum_prop": 0.5694444444444444,
"repo_name": "sjh37/efreversepoco",
"id": "9ca033bbc32a8c58c7742f71bdacafae8092bed8",
"size": "290",
"binar... |
#ifndef FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
#define FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
namespace boost {
template<class T> struct floating_point_promotion { typedef T type; };
template<> struct floating_point_promotion<float> { typedef double type; };
... | {
"content_hash": "c723c5871495accf11b70e4c778c550b",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 108,
"avg_line_length": 39.59090909090909,
"alnum_prop": 0.7451205510907003,
"repo_name": "IntelRealSense/librealsense",
"id": "89439e8de8e42f2cfa03f7f2ef7dee391baaca6f",
"... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
null
#### Original name
Mucor decumanus Pall.
### Remarks
null | {
"content_hash": "ac7debeea23d122ad4941765f4b7b7cf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 21,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.6984126984126984,
"repo_name": "mdoering/backbone",
"id": "62d39180a54e9f1058d0feae317dc179bc560066",
"size": "171... |
namespace GSoft.Dynamite.Serializers
{
using System.Web.Script.Serialization;
/// <summary>
/// The JavaScript serializer.
/// </summary>
public class JavaScriptSerializer : ISerializer
{
private readonly JavaScriptSerializer serializer;
/// <summary>
/// Initializes a... | {
"content_hash": "feea56ef6b020b874116e50de2665ce0",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 87,
"avg_line_length": 27.431372549019606,
"alnum_prop": 0.5260900643316655,
"repo_name": "NunoEdgarGub1/Dynamite",
"id": "9e02dfdc5b6d3ee4bb605ff1f4538c39a8a1199d",
"size"... |
@interface LXImageLoopBrowser ()<UIScrollViewDelegate, LXZoomingScrollViewDelegate>
{
// 当前需要展示的3张图片
NSMutableArray * _curImgArr;
UIView * _contentView;
BOOL _isShowAtWindow;
}
@end
@implementation LXImageLoopBrowser
- (void)dealloc
{
NSLog(@"LXImageLoopBrowser dealloc");
}
#pragma mark - Life... | {
"content_hash": "841e3dbbc2a85fd776282b0fb0c5181d",
"timestamp": "",
"source": "github",
"line_count": 349,
"max_line_length": 236,
"avg_line_length": 36.6676217765043,
"alnum_prop": 0.6921934828475423,
"repo_name": "xx-li/LXPhotobroswer",
"id": "0f4ae945e0c2fb8c5ec0e73191561cd343b1cef7",
"size": ... |
The most BS course I have ever taken
[Website](https://web.archive.org/web/20160522210720/http://www.cs.ubbcluj.ro:80/~mihis/teaching.html)
| {
"content_hash": "e075fede4267de2c11c8688f524113c8",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 102,
"avg_line_length": 47,
"alnum_prop": 0.7659574468085106,
"repo_name": "leyyin/university",
"id": "83229c598e16accc95b0e847a07fa6de2ea73791",
"size": "163",
"binary": ... |
#include <test/support/tdb_catch.h>
#include "../filter_create.h"
#include "../bit_width_reduction_filter.h"
#include "../bitshuffle_filter.h"
#include "../bitsort_filter.h"
#include "../byteshuffle_filter.h"
#include "../checksum_md5_filter.h"
#include "../checksum_sha256_filter.h"
#include "../compression_filter.h... | {
"content_hash": "a2aedeb7015cd47990e9c45e36d7cb89",
"timestamp": "",
"source": "github",
"line_count": 449,
"max_line_length": 80,
"avg_line_length": 35.17594654788419,
"alnum_prop": 0.6737368620995314,
"repo_name": "TileDB-Inc/TileDB",
"id": "4596a885f95ea959f8caf8f94e9c785b8de64e27",
"size": "17... |
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'melon-title',
templateUrl: './melon-title.component.html',
styleUrls: ['./melon-title.component.scss']
})
export class MelonTitleComponent implements OnInit {
melonTitle = "TITLE";
constructor() { }
ngOnInit() {
}
}
| {
"content_hash": "677559bb55d4a38453cca0017ee3c917",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 52,
"avg_line_length": 19.3125,
"alnum_prop": 0.6763754045307443,
"repo_name": "andreasdjs/melon",
"id": "6425769755ccaff5b3bacdeb5300f95bb5b9d736",
"size": "309",
"binar... |
package nl.Steffion.AdminEye.Commands;
import java.util.ArrayList;
import org.bukkit.command.Command;
import org.bukkit.entity.Player;
import nl.Steffion.AdminEye.AdminEye;
import nl.Steffion.AdminEye.AdminEyeUtils;
import nl.Steffion.AdminEye.PlayerFile;
import nl.Steffion.AdminEye.StefsAPI;
import nl.Steffion.Admi... | {
"content_hash": "4868ecfd799f0721c9be7fb9532450a1",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 84,
"avg_line_length": 31.033333333333335,
"alnum_prop": 0.738453276047261,
"repo_name": "Steffion/AdminEye",
"id": "63b27950cfbeac84a23b50278dc9203d95253e54",
"size": "186... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;
namespace SofiaTransport.Api
{
public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRoute("{resource}.... | {
"content_hash": "736b6018a6eafa57b7b2ef7424584a8b",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 99,
"avg_line_length": 25.434782608695652,
"alnum_prop": 0.5914529914529915,
"repo_name": "NoMoree/TransportApi",
"id": "be7388da3aaa8f2a2f054e14a342e48a01c91e58",
"size": ... |
var utills;
(function (utills) {
/**
*
* @author
*
*/
var animalBody = (function (_super) {
__extends(animalBody, _super);
function animalBody() {
_super.call(this);
}
var d = __define,c=animalBody,p=c.prototype;
return animalBody;
}(eg... | {
"content_hash": "84acd9f38051c11dd9088253aa1ab915",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 56,
"avg_line_length": 25.333333333333332,
"alnum_prop": 0.5460526315789473,
"repo_name": "wang-fu/jigsaw-puzzle",
"id": "3e4a439f748100d298bba83d4641b084061b3366",
"size":... |
package top.soyask.calendarii.ui.fragment.setting.birth;
import android.support.annotation.NonNull;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.NumberPicker;
import android.w... | {
"content_hash": "8b7c4c98b61cd173a7a6910c21e119d8",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 155,
"avg_line_length": 31.25980392156863,
"alnum_prop": 0.6438764309236318,
"repo_name": "SoyaLeaf/CalendarII",
"id": "998dfd2a0e66acb895203d8e6e8817c3b096390f",
"size": ... |
'use strict';
var createScatter = require('gl-scatter2d');
var createFancyScatter = require('gl-scatter2d-fancy');
var createLine = require('gl-line2d');
var createError = require('gl-error2d');
var isNumeric = require('fast-isnumeric');
var Lib = require('../../lib');
var Axes = require('../../plots/cartesian/axe... | {
"content_hash": "97e149cc942049a543b498ff19132637",
"timestamp": "",
"source": "github",
"line_count": 558,
"max_line_length": 96,
"avg_line_length": 29.508960573476703,
"alnum_prop": 0.5988703996113203,
"repo_name": "Science-for-Nature-and-People/hydraulic-fracturing",
"id": "089da9e7fc575cf64b534a... |
/*!
* \file boxfunc4.c
* <pre>
*
* Boxa and Boxaa range selection
* BOXA *boxaSelectRange()
* BOXAA *boxaaSelectRange()
*
* Boxa size selection
* BOXA *boxaSelectBySize()
* NUMA *boxaMakeSizeIndicator()
* BOXA *boxaSelectByArea... | {
"content_hash": "7347ddc847b2cea02beffff28fa2b5dc",
"timestamp": "",
"source": "github",
"line_count": 2744,
"max_line_length": 80,
"avg_line_length": 33.69606413994169,
"alnum_prop": 0.5428175899288357,
"repo_name": "renard314/textfairy",
"id": "233df4b32c8120ce9553478dd2994d233c7563f4",
"size": ... |
if (!window.InspectorExtensionRegistry) {
/**
* @unrestricted
*/
Extensions.InspectorExtensionRegistryStub = class {
getExtensionsAsync() {
}
};
self.InspectorExtensionRegistry = new Extensions.InspectorExtensionRegistryStub();
}
| {
"content_hash": "b8ccf29bba2ca0d24910d000b6213d55",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 84,
"avg_line_length": 21.166666666666668,
"alnum_prop": 0.7165354330708661,
"repo_name": "weexteam/weex-toolkit",
"id": "54c182444870daa46a9023894f861c4d2a0d12f0",
"size":... |
<?php
namespace Chamilo\Core\Repository\ContentObject\Survey\Page\Question\Choice\Common\Rendition\Html;
use Chamilo\Libraries\Platform\Translation;
/**
*
* @package repository.content_object.survey_matrix_question
* @author Eduard Vossen
* @author Magali Gillard
* @author Hans De Bisschop
*/
class HtmlFormRend... | {
"content_hash": "0199b79181f87febba214a3e0acb5b0b",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 159,
"avg_line_length": 34.67901234567901,
"alnum_prop": 0.5286578853684585,
"repo_name": "cosnicsTHLU/cosnics",
"id": "b2eaf0e96e11003c20bcd202d0d433cd43f8b0ac",
"size": "... |
package rc.championship.decoder.explorer;
import javax.swing.ActionMap;
import org.netbeans.api.settings.ConvertAsProperties;
import org.openide.awt.ActionID;
import org.openide.awt.ActionReference;
import org.openide.explorer.ExplorerManager;
import org.openide.explorer.ExplorerUtils;
import org.openide.explorer.view... | {
"content_hash": "0122631f77acbde61625d6cb75e21d40",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 105,
"avg_line_length": 37.597938144329895,
"alnum_prop": 0.72772141486153,
"repo_name": "softstuff/rc-championship-platform",
"id": "b8ac5a90a0d9d4c5e34e95cd3065a0c646d65abd... |
package net.uiqui.oblivion.client.rest;
import java.io.IOException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import net.uiqui.oblivion.client.api.Cluster;
import com.squareup.okhttp.MediaType;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Request;
import com.squareup.okhttp.R... | {
"content_hash": "3d055fa7c569083ac208f08cfacf829b",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 89,
"avg_line_length": 28.45945945945946,
"alnum_prop": 0.7502374169040835,
"repo_name": "0blivi0n/oblivion-rest-client-java",
"id": "aff760e195f58ad6da902bfb4c12483fd17e64c2... |
{-
(c) The University of Glasgow 2006
(c) The GRASP/AQUA Project, Glasgow University, 1992-1998
\section[TcType]{Types used in the typechecker}
This module provides the Type interface for front-end parts of the
compiler. These parts
* treat "source types" as opaque:
newtypes, and predicates ... | {
"content_hash": "1816e3d48d5e5d6bc95716b8f70b87fd",
"timestamp": "",
"source": "github",
"line_count": 2534,
"max_line_length": 107,
"avg_line_length": 39.53235990528808,
"alnum_prop": 0.595827302221113,
"repo_name": "vTurbine/ghc",
"id": "aa8ca712f59d79ce0f03fff05f353e0482d2d9af",
"size": "100175... |
import styled from 'styled-components';
const TextArea = styled.textarea`
outline: none;
border: 1px dotted #999;
`;
export default TextArea;
| {
"content_hash": "d20af62655def858a934cd706d075760",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 39,
"avg_line_length": 18.5,
"alnum_prop": 0.7364864864864865,
"repo_name": "dwightgunning/dailywriting",
"id": "c464d78eede4faab1e214880c6f87cfe250a7ede",
"size": "148",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Arbor</title>
<!-- Twitter Cards -->
<meta name="twitter:title" content="Arbor">
<meta name="twitter:site" content="@lukejharmon">
<meta name="twitter:creator" content="@lukejharmon">
<meta name="twitter:card" content="sum... | {
"content_hash": "dae52dcd564c2f435c5195ac50c1fe4d",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 216,
"avg_line_length": 30.101941747572816,
"alnum_prop": 0.5782938235768424,
"repo_name": "arborworkflows/arborworkflows.github.com",
"id": "6f46fba8b0b7c723b1b0191e8d8c833... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "542bef1d31f528e1163c983972ec2273",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "f67d8e6c4fc72a5ce657c10dde872ef8bed31cb1",
"size": "202... |
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import {FilePath} from 'chrome://resources/mojo/mojo/public/mojom/base/file_path.mojom-webui.js';
import {Url} from 'chrome://resources/mojo/url/mojom/url.mojom-webui.js';
impo... | {
"content_hash": "aa8f8d2245c1dd308653dbc32fbe6aa7",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 175,
"avg_line_length": 34.80821917808219,
"alnum_prop": 0.7237308146399055,
"repo_name": "chromium/chromium",
"id": "b64205cf807571b233580af950a0dfda0bbe8954",
"size": "5... |
package org.orecruncher.dsurround.client.handlers.fog;
import javax.annotation.Nonnull;
import org.orecruncher.dsurround.client.handlers.EnvironStateHandler.EnvironState;
import org.orecruncher.dsurround.client.weather.Weather;
import org.orecruncher.dsurround.registry.biome.BiomeInfo;
import org.orecruncher.dsurrou... | {
"content_hash": "688879bd83c2319753a422b546d02d4f",
"timestamp": "",
"source": "github",
"line_count": 124,
"max_line_length": 112,
"avg_line_length": 33.814516129032256,
"alnum_prop": 0.7421893632244216,
"repo_name": "OreCruncher/DynamicSurroundings",
"id": "7c316893b6414c659df71bcdc4f8a969ecffbd82... |
(function () {
'use strict';
function adminService(dataService) {
var ADMIN_URL = 'api/Admin';
function getAdminData(tweetId) {
return dataService.get(ADMIN_URL + '/GetAdminData');
}
return {
getAdminData: getAdminData
};
}
angular.mo... | {
"content_hash": "4449580632abf91ef2287400013d432e",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 64,
"avg_line_length": 21.736842105263158,
"alnum_prop": 0.5617433414043583,
"repo_name": "luboganchev/TwitterBackup",
"id": "5690a6360df56a95e1ef8658a41e89ee74def8f4",
"si... |
from .._explainer import Explainer
import numpy as np
from sklearn.model_selection import train_test_split
class Maple(Explainer):
""" Simply wraps MAPLE into the common SHAP interface.
Parameters
----------
model : function
User supplied function that takes a matrix of samples (# samples x # ... | {
"content_hash": "4bfaec124e23f96d6e7b02a43e73e447",
"timestamp": "",
"source": "github",
"line_count": 304,
"max_line_length": 169,
"avg_line_length": 37.54276315789474,
"alnum_prop": 0.5846841321300271,
"repo_name": "slundberg/shap",
"id": "e792b158ac8254fd39c533466c82b2bd7c67ea67",
"size": "1141... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd">
<fontscolors>
<fontcolor default="keyword" foreColor="ff009900" name="tagparam"/>
<fontcolor default="separator" name="flag"/>... | {
"content_hash": "588df735e04dd56a871ea4f0a90d301c",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 146,
"avg_line_length": 50.529411764705884,
"alnum_prop": 0.6915017462165308,
"repo_name": "cameronoxley/dark-crayon-netbeans-theme",
"id": "f02acebd87a83a43647f0bcc200150690... |
sap.ui.require(["sap/ui/core/routing/History"], function(History) {
"use strict";
var oEvent = document.createEvent('Event');
oEvent.initEvent("historyReady", true, true);
oEvent._bUsePushStateInFrame = History._bUsePushState;
// inform the parent frame
window.parent.document.dispatchEvent(oEvent);
});
| {
"content_hash": "fee8ef5491c4a4cb25fa4ab8037004de",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 67,
"avg_line_length": 31.2,
"alnum_prop": 0.7435897435897436,
"repo_name": "SAP/openui5",
"id": "a80eb3d209aa98a993f10901f3df4920d2819b32",
"size": "331",
"binary": fals... |
using System;
using System.Collections.Generic;
using System.Linq;
using Amadiere.Blog;
using Amadiere.Blog.Repositories;
using Amadiere.Website.ViewModels.Blog;
using Microsoft.AspNetCore.Mvc;
namespace Amadiere.Website.Controllers
{
public class BlogController : Microsoft.AspNetCore.Mvc.Controller
{
... | {
"content_hash": "0571f5ce7301cbfa79e69a8c57d55780",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 91,
"avg_line_length": 28.50980392156863,
"alnum_prop": 0.609353507565337,
"repo_name": "Amadiere/AmadiereDotCom",
"id": "62ad94cf271a970664b6b01d1dcb881702e5c3bd",
"size":... |
package org.newdawn.slick.opengl.pbuffer;
import org.lwjgl.LWJGLException;
import org.lwjgl.opengl.Display;
import org.lwjgl.opengl.GL11;
import org.lwjgl.opengl.Pbuffer;
import org.lwjgl.opengl.PixelFormat;
import org.newdawn.slick.Graphics;
import org.newdawn.slick.Image;
import org.newdawn.slick.SlickExcep... | {
"content_hash": "0e64b9a5fbfa543f2fc05e793a452016",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 147,
"avg_line_length": 28.017964071856287,
"alnum_prop": 0.6520624064971148,
"repo_name": "SenshiSentou/SourceFight",
"id": "c74e0f9d946ec5222311648bc595df908bb69fa1",
"s... |
package com.github.Kraken3.AFKPGC;
/**
* Lightweight warning message concerning kick nearness.
*/
class Warning{
public int time;
public String message;
public Warning (int time, String message){
this.time = time;
this.message = message;
}
@Override
public String toString() {
return... | {
"content_hash": "c1af72fe526844d837f5434afa0b5375",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 58,
"avg_line_length": 19.833333333333332,
"alnum_prop": 0.6386554621848739,
"repo_name": "Maxopoly/AFK-Player-GC",
"id": "db304e67959d15ce61c607dbfcc124b1701596ba",
"size"... |
package com.wii.vmail.pojo;
import java.io.Serializable;
public class MailAddress implements Serializable {
private static final long serialVersionUID = 1L;
private AddressType mMailType;
private String mMailAddr;
public MailAddress(AddressType pMailType, String pMailAddr) {... | {
"content_hash": "4c488e19d7fe993d076242011ea62c1c",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 65,
"avg_line_length": 25.727272727272727,
"alnum_prop": 0.6484098939929329,
"repo_name": "moreus/vMail",
"id": "d2cf778eb137df8e9759c6308a26d6f97d3ee552",
"size": "566",
... |
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/logoutFacebook"
android:icon="@drawable/settings"
android:title="@string/logout_facebook"/>
</menu> | {
"content_hash": "eb2a56f345d65dcf6288a18e8658d0b2",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 66,
"avg_line_length": 28.666666666666668,
"alnum_prop": 0.6434108527131783,
"repo_name": "privly/privly-android",
"id": "eeb7b96aca27c8a672efef76b236f1c9e97b712d",
"size": ... |
<?xml version="1.0"?>
<document>
<properties>
<title>Modello StAX Plugin</title>
<author email="hboutemy_AT_apache_DOT_org">Hervé Boutemy</author>
</properties>
<body>
<section name="Modello StAX Plugin">
<p>Modello StAX Plugin generates XML readers and writers based on
<a href="htt... | {
"content_hash": "1d34ec17387ac91f416fa87bb66730af",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 131,
"avg_line_length": 40.986486486486484,
"alnum_prop": 0.6254533465215958,
"repo_name": "codehaus-plexus/modello",
"id": "c538f82c572f00cefe03d35bc1553d3ddff5b50e",
"siz... |
export const replaceMaterialLinks = (markdown: string) => {
return markdown.replace(
/\(\/(guides|customization|getting-started|discover-more)\/([^)]*)\)/gm,
'(/material-ui/$1/$2)',
);
};
export const replaceComponentLinks = (markdown: string) => {
return markdown
.replace(/\(\/components\/data-grid(... | {
"content_hash": "5229c8ec462358c5a193c39b371b2b9d",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 401,
"avg_line_length": 46.888888888888886,
"alnum_prop": 0.6109794628751974,
"repo_name": "rscnt/material-ui",
"id": "899cd782647cca7af7edb8f3bf26809a9ec3ab37",
"size": "2... |
layout: post
date: 2016-09-29
title: "Ellis Bridals Style 19056 Sleeveless Chapel Train Sheath/Column"
category: Ellis
tags: [Ellis ,Ellis,Sheath/Column,Illusion,Chapel Train,Sleeveless]
---
### Ellis Bridals Style 19056
Just **$299.99**
### Sleeveless Chapel Train Sheath/Column
<table><tr><td>BRANDS</td><td>Ellis<... | {
"content_hash": "bbcbc91ce26fb2f947ccf92a988a3db1",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 241,
"avg_line_length": 88.53333333333333,
"alnum_prop": 0.7266566265060241,
"repo_name": "HOLEIN/HOLEIN.github.io",
"id": "b6b83c78092cc727806f4c3a959030e0b882727b",
"size... |
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">
<channel>
<title>Comments for page "Withstand the Eyepatch of the Soul!"</title>
<link>http://bvs.wikidot.com/forum/t-46499/withstand-... | {
"content_hash": "6799ca9b5a1a4f6a196a7d1de380b94b",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 129,
"avg_line_length": 48.04347826086956,
"alnum_prop": 0.6796380090497738,
"repo_name": "tn5421/tn5421.github.io",
"id": "ad3d5e60313d8af7b8a45874b952d75a76e02daf",
"size... |
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment ... | {
"content_hash": "f854d80d5b90df9d088488ff7a27900b",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 95,
"avg_line_length": 24.4375,
"alnum_prop": 0.6956521739130435,
"repo_name": "jdgwartney/vsphere-ws",
"id": "5057e33a94b98e687c40cdcc416c7ec5e5c18677",
"size": "782",
"... |
class CanaryCheckRootContext1 : public RootContext {
public:
explicit CanaryCheckRootContext1(uint32_t id, std::string_view root_id)
: RootContext(id, root_id) {}
bool onConfigure(size_t s) override {
LOG_TRACE("onConfigure: root_id_1");
return s != 0;
}
};
class CanaryCheckContext : public Context... | {
"content_hash": "ee98e0ae8ca97ec2c383a58bfca7fc10",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 97,
"avg_line_length": 38.5625,
"alnum_prop": 0.6037277147487844,
"repo_name": "proxy-wasm/proxy-wasm-cpp-host",
"id": "38cf8b4108a2c7024bd0a80b50afae20b4266a75",
"size": "... |
UsbInternalsUI::UsbInternalsUI(content::WebUI* web_ui)
: ui::MojoWebUIController(web_ui) {
// Set up the chrome://usb-internals source.
content::WebUIDataSource* source =
content::WebUIDataSource::Create(chrome::kChromeUIUsbInternalsHost);
static constexpr webui::ResourcePath kPaths[] = {
{"usb_e... | {
"content_hash": "2179f8b174dcef42534f236535cf9e7e",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 74,
"avg_line_length": 36.891891891891895,
"alnum_prop": 0.7333333333333333,
"repo_name": "nwjs/chromium.src",
"id": "d5965db89923d0a39dc02953b8b747b81e71ca97",
"size": "20... |
smserver.smutils package
========================
Subpackages
-----------
.. toctree::
smserver.smutils.smconnections
smserver.smutils.smpacket
Submodules
----------
smserver.smutils.smattack module
--------------------------------
.. automodule:: smserver.smutils.smattack
:members:
:undoc-members... | {
"content_hash": "5488cd8060c8abbcca55155b207cfbd5",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 41,
"avg_line_length": 17.347826086956523,
"alnum_prop": 0.5739348370927319,
"repo_name": "ningirsu/stepmania-server",
"id": "469e3e4b6932ac905f74b14668c136f8a834d3e6",
"si... |
module API
module Entities
class UserSafe < Grape::Entity
expose :name, :username
end
class UserBasic < UserSafe
expose :id, :state, :avatar_url
expose :web_url do |user, options|
Gitlab::Application.routes.url_helpers.user_url(user)
end
end
class User < UserBasi... | {
"content_hash": "730f02918e9d9c7740cb198f7e180708",
"timestamp": "",
"source": "github",
"line_count": 355,
"max_line_length": 136,
"avg_line_length": 28.7943661971831,
"alnum_prop": 0.6318724320093915,
"repo_name": "ferdinandrosario/gitlabhq",
"id": "d6aec03d7f557fab6d3539388ca9db17b61529c6",
"si... |
<?php
namespace cyneek\yii2\uploadBehavior;
use cyneek\yii2\uploadBehavior\models\ImageFileModel;
use Yii;
use yii\base\InvalidConfigException;
use yii\helpers\ArrayHelper;
use yii\web\UploadedFile;
/**
* UploadImageBehavior automatically uploads image, creates thumbnails and adds a new row in the uploaded files ta... | {
"content_hash": "8d6cc4edadde90746453c2901e669f2d",
"timestamp": "",
"source": "github",
"line_count": 241,
"max_line_length": 118,
"avg_line_length": 25.38589211618257,
"alnum_prop": 0.4919908466819222,
"repo_name": "suver/yii2-example",
"id": "836623dcf0211aadba99d90698b1bef16ebb2ea8",
"size": "... |
package com.github.amlcurran.showcaseview;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.View;
public class ApiUtils {
public boolean isCompatWith(int versionCode) {
return Build.VERSION.SDK_INT >= versionCode;
}
public boolean isCompatWithHoneycomb() {
... | {
"content_hash": "2b9327782619c81946f8a47d4b703ef6",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 67,
"avg_line_length": 25.52173913043478,
"alnum_prop": 0.7001703577512777,
"repo_name": "vincent-t/KinoCast",
"id": "bc73c568f8b34e7f13c514f2baa6b0c468d1a207",
"size": "58... |
package polymorphism.shape;
public class Circle extends Shape{
public void draw() {
System.out.println("Circle.draw()");
}
public void erase() {
System.out.println("Circle.erase()");
}
}
/**Output:
*/
| {
"content_hash": "ecbdeb9203e47cf12bda1e0563ea5c14",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 39,
"avg_line_length": 15.142857142857142,
"alnum_prop": 0.6650943396226415,
"repo_name": "weekend27/Thinking-in-Java",
"id": "2c3599daa9f0a181014b39291ac8594cc771785f",
"s... |
namespace content {
class WebContents;
}
namespace ui {
class Accelerator;
}
namespace views {
class WebDialogView;
class Widget;
} // namespace views
namespace ash {
class CaptivePortalDialogDelegate;
class LayoutWidgetDelegateView;
class LoginDisplayHostMojo;
class OobeWebDialogView;
// This class manages the be... | {
"content_hash": "796ca4b37f4a2ff769bb188d5c581e59",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 80,
"avg_line_length": 34.94117647058823,
"alnum_prop": 0.7128694350916573,
"repo_name": "nwjs/chromium.src",
"id": "bd3a1e81fd0e72c49e43e52dcc288c00fcadf405",
"size": "63... |
It is a wrapper for creating an Agent type supertest object, that adds x-headers to the outgoing request object.
## Usage
var eSupertest = require('easy-xapi-supertest');
var app = require('../app');
var getAgent = eSupertest.getAgentFactory(app);
var agent = getAgent({
user: 'Jack',
role: 'user'
});
Y... | {
"content_hash": "b9b0841a0aa8d1b8a96907996286b120",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 112,
"avg_line_length": 33.19230769230769,
"alnum_prop": 0.7549246813441484,
"repo_name": "DeadAlready/easy-xapi-supertest",
"id": "9ebbca68bd0822a2243bc32d368e57afc52ac69f",... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>View Sources</title>
<link href="/struts2-showcase-2.0.6/styles/main.css" rel="stylesheet" ... | {
"content_hash": "88be83c4b997c511462b27c0bb5cf66d",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 269,
"avg_line_length": 41.81276595744681,
"alnum_prop": 0.6099124771015673,
"repo_name": "freeVM/freeVM",
"id": "5138a0375b0f338560bd3a308c60d58317b568e0",
"size": "9826"... |
class MultiTabLoadingPageLoadMetricsBrowserTest : public InProcessBrowserTest {
public:
MultiTabLoadingPageLoadMetricsBrowserTest() {}
~MultiTabLoadingPageLoadMetricsBrowserTest() override {}
protected:
GURL GetTestURL() { return embedded_test_server()->GetURL("/simple.html"); }
void NavigateToURLWithoutWai... | {
"content_hash": "4b29817f6f938759769f6abeed827cf9",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 79,
"avg_line_length": 37.13,
"alnum_prop": 0.7468354430379747,
"repo_name": "chromium/chromium",
"id": "b54bc52a9dd25f226137e93d6f8e80a566f2e637",
"size": "4513",
"bina... |
DOKKU_HOST=ung.utt.fr
DOKKU_PROD=flux.uttnetgroup.fr
DOKKU_DEV=flux-dev.uttnetgroup.fr
if [[ -n $SSH_DEPLOY_KEY ]] ; then
# Set up ssh key
mkdir -p ~/.ssh
echo -e "${SSH_DEPLOY_KEY}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_rsa
# SSH config
echo -e ... | {
"content_hash": "de2eab00f77dab35ef5b52f76c7e5636",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 68,
"avg_line_length": 29.181818181818183,
"alnum_prop": 0.6251298026998962,
"repo_name": "ungdev/flux2-client",
"id": "a12190337d8702390ad860e81d7d22dc4c345032",
"size": "... |
/*bootstrap-overwrite.css*/
.navbar-brand span{
vertical-align: top;
display: inline-block;
margin-top: 1px;
margin-left: 10px;
}
.badge{
position: absolute;
top: 8px;
right: 25px;
background: red;
}
.nav.pull-right > li > .dropdown-menu,
.nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
min-wi... | {
"content_hash": "d38247c9bb8b590f92bd945f58c05fd3",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 46,
"avg_line_length": 15.625,
"alnum_prop": 0.656,
"repo_name": "dwoodard/MediaCloud",
"id": "03cc3c2bd303a037e194bad777c762147ba1299e",
"size": "625",
"binary": false,
... |
<?php
defined('C5_EXECUTE') or die('Access Denied.');
class GoogleApiCredentials extends Object
{
protected static $mTable = 'mGoogleApiCredentials';
protected $api_key, $secret;
public function GoogleApiCredentials($data = null)
{
if ($data) {
$this->id = $data['id'];
... | {
"content_hash": "ce0e3e0eaa576d5d27f42c0004237209",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 142,
"avg_line_length": 23.842105263157894,
"alnum_prop": 0.5055187637969095,
"repo_name": "Remo/social",
"id": "9b0872ef80330282cd7f0014da8abecbddc09338",
"size": "1812",
... |
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.ServiceFabric.Actors.Runtime;
using Drones.Shared.Events;
using Drones.Shared.Actors;
namespace SwarmActor
{
[StatePersistence(StatePersistence.Persisted)]
internal class SwarmActor : Actor, ISwarmActor
{
... | {
"content_hash": "328f955e84e261873883f01466e7db3c",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 60,
"avg_line_length": 24.53191489361702,
"alnum_prop": 0.593235039028621,
"repo_name": "jjcollinge/DroneSimulation",
"id": "942ca1e2fa3c0b0656532ffca3d1600fe24e42e8",
"siz... |
package annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Authorize {
String[] value();
}
| {
"content_hash": "390811876db119c14baa6c9c1d3c20a3",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 44,
"avg_line_length": 25.083333333333332,
"alnum_prop": 0.8073089700996677,
"repo_name": "csutorasa/spring",
"id": "3ac79f391597ac59a49c647d1e624e9fec51f94a",
"size": "301... |
/*
* The Plaid API
*
* The Plaid REST API. Please see https://plaid.com/docs/api for more details.
*
* API version: 2020-09-14_1.205.3
*/
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
package plaid
import (
"encoding/json"
)
// ItemWebhookUpdateRequest ItemWebhookUpdat... | {
"content_hash": "9d218ebc11f548c2b79bbee7d9ab27ab",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 148,
"avg_line_length": 29.565217391304348,
"alnum_prop": 0.7408823529411764,
"repo_name": "plaid/plaid-go",
"id": "75fce0597c6667db831131e3545af110f4594b5d",
"size": "680... |
package com.fortutech.tcheckit.ejb.sessions;
import java.util.Hashtable;
import org.ksoap2.serialization.PropertyInfo;
import org.ksoap2.serialization.SoapObject;
public final class TypePhone extends SoapObject {
private java.lang.String _value_;
public java.util.HashMap _table_;
public java.lang.String... | {
"content_hash": "9da38ae3ba4119c72697fbea6c911485",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 124,
"avg_line_length": 30.8476821192053,
"alnum_prop": 0.6090596822670674,
"repo_name": "jawadn/Tcheckit-android",
"id": "de1499af758849f3668279fc930dc7cb8e9f8e2c",
"size... |
'use strict';
angular.module('angularFullstackApp')
.factory('Modal', function ($rootScope, $modal) {
/**
* Opens a modal
* @param {Object} scope - an object to be merged with modal's scope
* @param {String} modalClass - (optional) class(es) to be applied to the modal
* @return {Object... | {
"content_hash": "1f25191ea662381e179c00f63285f8bb",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 112,
"avg_line_length": 31.74025974025974,
"alnum_prop": 0.48404255319148937,
"repo_name": "sharmilajesupaul/angular-fullstack",
"id": "a79fb95e315829991648e3b9ec5238b9202c05... |
namespace Tundra
{
/// Default Ogre material processor.
class URHORENDERER_API DefaultOgreMaterialProcessor : public IOgreMaterialProcessor
{
URHO3D_OBJECT(DefaultOgreMaterialProcessor, IOgreMaterialProcessor);
public:
/// Construct.
DefaultOgreMaterialProcessor(Urho3D::Context* context);
/// Return... | {
"content_hash": "e3fb1c3b5c44c2ad09138936e9096875",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 187,
"avg_line_length": 35.45,
"alnum_prop": 0.7743300423131171,
"repo_name": "realXtend/tundra-urho3d",
"id": "6ba34450af61554274e99ca3855222e8f6ce1763",
"size": "836",
... |
package com.amazonaws.services.globalaccelerator.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.globalaccelerator.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonTok... | {
"content_hash": "22bedaa4a2c8e5aeb9616d483eba0ba7",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 157,
"avg_line_length": 38.38805970149254,
"alnum_prop": 0.6609642301710731,
"repo_name": "jentfoo/aws-sdk-java",
"id": "f3649871476054c1ce6e626da09588862296f1be",
"size": ... |
<?php
declare(strict_types=1);
namespace Nelmio\Alice\Definition\ServiceReference;
use Nelmio\Alice\Definition\ServiceReferenceInterface;
/**
* Value object to point to refer to a static service, e.g. 'Nelmio\User\UserFactory'
*/
final class StaticReference implements ServiceReferenceInterface
{
/**
* ... | {
"content_hash": "2283d855f2a1d8e10c0c8ca50b6e2141",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 85,
"avg_line_length": 18.25,
"alnum_prop": 0.6270928462709284,
"repo_name": "nelmio/alice",
"id": "adc300ccac26d9d304bc29b1690f653ce0461649",
"size": "869",
"binary": fa... |
require_relative '../../puppet_x/puppetlabs/property/tag.rb'
require_relative '../../puppet_x/puppetlabs/property/region.rb'
Puppet::Type.newtype(:ec2_vpc_routetable) do
@doc = 'Type representing a VPC route table.'
ensurable
newparam(:name, namevar: true) do
desc 'The name of the route table.'
validat... | {
"content_hash": "8b279f7dbecd702b86d7cc5f9f040b9e",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 96,
"avg_line_length": 29.36764705882353,
"alnum_prop": 0.6609914872308462,
"repo_name": "daveseff/puppetlabs-aws",
"id": "f3ba51e7e2ae98cea449aa79b9a88e64912a6b9a",
"size"... |
import re, time
from Popen_noblock import Popen_async, PIPE, STDOUT, Empty
__all__ = ["join_definitions", "split_statements_to_definitions"]
DEFAULT_VERBOSITY=1
def DEFAULT_LOG(text, level=DEFAULT_VERBOSITY):
if level <= DEFAULT_VERBOSITY:
print(text)
def get_all_nowait_iter(q):
try:
while T... | {
"content_hash": "7b014a21e68a5b225f233099ebfc4599",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 180,
"avg_line_length": 48.40909090909091,
"alnum_prop": 0.5854981742305686,
"repo_name": "JasonGross/coq-tools",
"id": "5acd7251fbf78cf1438ec978c3fd9adab745c2e7",
"size":... |
/
public class TJSONArray : TJSONValue
{
protected List<TJSONValue> Elements;
/**
* Parse the passed String into a new TJSONArray
* @param JSONString
* @return TJSONArray
*/
public static TJSONArray Parse(String JSONString)
{
re... | {
"content_hash": "4ce51b086d6d67618c0f9cf3636ec24f",
"timestamp": "",
"source": "github",
"line_count": 305,
"max_line_length": 144,
"avg_line_length": 27.20655737704918,
"alnum_prop": 0.47023379127500603,
"repo_name": "fortesinformatica/fortesreport-ce",
"id": "e441db32a5b02ad463567b8b469d073a14c61f... |
export function getDriveConfig() {
const configs = {
discoverDocs: ["https://www.googleapis.com/discovery/v1/apis/drive/v3/rest"],
clientId: '38703598827-318fe1f76ju71nedjkudad6gcvteglii.apps.googleusercontent.com',
scope: 'https://www.googleapis.com/auth/drive'
}
return configs
}
| {
"content_hash": "4d13eb3a5e20280c22c22791ed3b6f76",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 88,
"avg_line_length": 37.5,
"alnum_prop": 0.74,
"repo_name": "subnotes/gemini",
"id": "d771b31e82ad4f41559d0f8bcfca577827d8e87d",
"size": "300",
"binary": false,
"copie... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "d9de22e6c3d78df47376757d1af98f68",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "f1269838ad1f33b81357dcfc1c86cc8b560c0b38",
"size": "179... |
package com.mindcoders.phial.internal.util;
/**
* Created by rost on 11/3/17.
*/
public final class ObjectUtil {
private ObjectUtil() {
//to hide
}
public static <T> boolean equals(T a, T b) {
return (a == b) || (a != null && a.equals(b));
}
}
| {
"content_hash": "c4a913b90432b5a95928e553a624e6b0",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 54,
"avg_line_length": 18.733333333333334,
"alnum_prop": 0.5587188612099644,
"repo_name": "roshakorost/Phial",
"id": "e8e1302dee487e8c02904cf7b1695cae1dfcae2a",
"size": "28... |
/**
* This is the minimum Datagrid widget for data tables
*
* [table]
* [thead]
* <tr> th, ..., th </tr>
* [tbody]
* <tr> td, ..., td </tr>
* ...
* <tr> ... </tr>
*
* Options
* -------
* 1. data []: rows of data
* 2. columns [
* {
* name: datum key in data row
* cell: cell name
... | {
"content_hash": "819e6ebf22fe459e1707fd35b049e382",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 116,
"avg_line_length": 27.20098039215686,
"alnum_prop": 0.5894755811857992,
"repo_name": "mr-beaver/Stage.js",
"id": "70e2dadebc27806d1d3f63fa42e5e2907888f6f9",
"size": "... |
\hypertarget{dir_a11ffb2746d29cf7f0e6c96faf36148e}{}\section{/home/bhargavi/\+Documents/\+S\+D\+R/\+Copy\+\_\+\+Exam\+\_\+808\+X/vendor/googletest/googlemock/src Directory Reference}
\label{dir_a11ffb2746d29cf7f0e6c96faf36148e}\index{/home/bhargavi/\+Documents/\+S\+D\+R/\+Copy\+\_\+\+Exam\+\_\+808\+X/vendor/googletest/... | {
"content_hash": "c574c57494008243ee2ba0199a657c36",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 295,
"avg_line_length": 50.523809523809526,
"alnum_prop": 0.7257304429783223,
"repo_name": "bhargavipatel/808X_VO",
"id": "fe6c63c00d57ed49f072ef156c79d5345a4934bb",
"size"... |
Copyright (c) 2009-2013 Eurobit Developers
Distributed under the MIT/X11 software license, see the accompanying
file COPYING or http://www.opensource.org/licenses/mit-license.php.
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](http://www.openssl.org/). This product incl... | {
"content_hash": "b231dd115b324c86b7fff6d4177e2c9f",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 144,
"avg_line_length": 26.921348314606742,
"alnum_prop": 0.6986644407345576,
"repo_name": "omnicoin/eurobit",
"id": "a26c2c614b560c4914d06d3d4e99e9dcdaf7762f",
"size": "23... |
// Template Source: BaseEntity.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -------------------------------------------... | {
"content_hash": "fe08a5390cd7369fb28d6e343c3833c2",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 152,
"avg_line_length": 34.195402298850574,
"alnum_prop": 0.6954621848739496,
"repo_name": "microsoftgraph/msgraph-sdk-java",
"id": "6f0fe146b999ee3b45bc6488d92ee32f1371e196"... |
import vtk
from vtk.util.misc import vtkGetDataRoot
from vtk.util.colors import *
VTK_DATA_ROOT = vtkGetDataRoot()
# We read a data file the is a CFD analysis of airflow in an office
# (with ventilation and a burning cigarette). We force an update so
# that we can query the output for its length, i.e., the length of t... | {
"content_hash": "fe0e49240a9cb93be88356aa57322e28",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 97,
"avg_line_length": 41.02013422818792,
"alnum_prop": 0.8261616492146597,
"repo_name": "keithroe/vtkoptix",
"id": "037cc30aa9b42b1d89a279087be27525c9d7ae79",
"size": "12... |
/*
* Programmer: rky 980813
*
* Purpose: Functions to read/write directly between app buffer and file.
*
*/
#define H5S_PACKAGE /*suppress error about including H5Spkg */
#include "H5private.h" /* Generic Functions */
#include "H5Dprivate.h" /* Datasets */
#include "H5Eprivate.h" /* Error handling ... | {
"content_hash": "b2554fddf94e74bba2a222e44eac7c5d",
"timestamp": "",
"source": "github",
"line_count": 1080,
"max_line_length": 110,
"avg_line_length": 42.730555555555554,
"alnum_prop": 0.5296972848815792,
"repo_name": "modelica-3rdparty/ExternData",
"id": "db46c15432d7d62f556bc717297a138dbb0c4f87",... |
package org.fusesource.scalate.filter.less
import org.fusesource.scalate.{ TemplateEngineAddOn, RenderContext, TemplateEngine }
import com.asual.lesscss.{ LessEngine, LessOptions }
import com.asual.lesscss.loader.ResourceLoader
import org.fusesource.scalate.filter.{ Filter, NoLayoutFilter }
import org.fusesource.scal... | {
"content_hash": "018a1eb724a1d0dadeecf21e751ccb98",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 98,
"avg_line_length": 32.608695652173914,
"alnum_prop": 0.7071111111111111,
"repo_name": "maslovalex/scalate",
"id": "cbd15f48ef5597d48c9f4a9ee69ee1a8585ebd5c",
"size": "2... |
package com.google.errorprone.bugpatterns;
import static com.google.errorprone.BugPattern.SeverityLevel.WARNING;
import static com.google.errorprone.util.ASTHelpers.getAnnotationWithSimpleName;
import static com.google.errorprone.util.ASTHelpers.isConsideredFinal;
import com.google.errorprone.BugPattern;
import com... | {
"content_hash": "25b4ecee6d46dc271e930e1482ad4816",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 99,
"avg_line_length": 38.89380530973451,
"alnum_prop": 0.7167235494880546,
"repo_name": "google/error-prone",
"id": "d0e8b625834cb268f324c6ef93b31568657f0ed6",
"size": "5... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AddDatesToTypesTable extends Migration
{
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::table('types', function (Blueprint $table) {
$ta... | {
"content_hash": "905cdc6d678fbda77b0663874bd1f041",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 60,
"avg_line_length": 19.129032258064516,
"alnum_prop": 0.5497470489038786,
"repo_name": "Meepnix/libreBudgetSnapShot",
"id": "86bb4146378668bd97b5699ba4389070a83a5b7d",
"... |
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en" xmlns="http://www.w3.org/1999/html"> <!--<![endif]-->
<head>
<!-- Basic... | {
"content_hash": "2aaf5bfed59254f80e00aefd30f40f15",
"timestamp": "",
"source": "github",
"line_count": 208,
"max_line_length": 395,
"avg_line_length": 48.48557692307692,
"alnum_prop": 0.5709469509172038,
"repo_name": "vmetayer/co-brand",
"id": "1fd15f51738620847823fb62d744e8ba957b0d8c",
"size": "1... |
<?php
declare(strict_types=1);
/**
* This code was auto-generated by {this script}[https://github.com/cucumber/common/blob/main/messages/jsonschema/scripts/codegen.rb]
*/
namespace Cucumber\Messages;
use JsonSerializable;
use Cucumber\Messages\DecodingException\SchemaViolationException;
/**
* Represents the Pic... | {
"content_hash": "d6667e71574b37c4962a5be72e9308f7",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 133,
"avg_line_length": 26.016949152542374,
"alnum_prop": 0.6351791530944625,
"repo_name": "cucumber/cucumber",
"id": "8dea7b8fb04c77c1bdf809b797e9142d0355ca46",
"size": "1... |
.class Landroid/support/v4/text/TextDirectionHeuristicsCompat$FirstStrong;
.super Ljava/lang/Object;
.source "TextDirectionHeuristicsCompat.java"
# interfaces
.implements Landroid/support/v4/text/TextDirectionHeuristicsCompat$TextDirectionAlgorithm;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;... | {
"content_hash": "fd52afbaaca9c7111abb0f2994c37843",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 165,
"avg_line_length": 22.545454545454547,
"alnum_prop": 0.7195340501792115,
"repo_name": "baidurom/devices-Coolpad8720L",
"id": "0f9534dd8a91e225305a26f5660bc908cc7580e2",
... |
(function() {
//'use strict';
angular.module('blocks.exception', [
'blocks.logger'
]);
})();
| {
"content_hash": "db14077864eae54295f94f2d86871eda",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 40,
"avg_line_length": 16.285714285714285,
"alnum_prop": 0.5,
"repo_name": "gmnordlogic/agenda2",
"id": "1799d2f5d464e05d2d5bec4640fec02726427ba6",
"size": "114",
"binary"... |
ACCEPTED
#### According to
Interim Register of Marine and Nonmarine Genera
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "bbce6a416bf5ffb5b6f4978a8769b223",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 47,
"avg_line_length": 10.923076923076923,
"alnum_prop": 0.7183098591549296,
"repo_name": "mdoering/backbone",
"id": "23bf345115bbdad83cb6b45ef2e06b3f13ccba8d",
"size": "19... |
Wukong.processor(:simple) do
def process(record)
yield record
end
end
Wukong.processor(:skipped) do
def process(record)
# skip records
end
end
Wukong.processor(:multi) do
def process(record)
3.times{ yield record }
end
end
Wukong.processor(:test_example) do
def process(record)
y... | {
"content_hash": "38569f4a5709b732fbf4748ef902c2ed",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 41,
"avg_line_length": 15.74074074074074,
"alnum_prop": 0.6823529411764706,
"repo_name": "infochimps-labs/wukong-storm",
"id": "280a7cc47d857cf5db9d1f932daa9cd217506021",
"... |
define(['okta'], function (Okta) {
function addInlineTotp(form) {
form.addDivider();
form.addInput({
label: false,
'label-top': true,
placeholder: Okta.loc('mfa.challenge.enterCode.placeholder', 'login'),
className: 'o-form-fieldset o-form-label-top inline-input auth-passcode',
... | {
"content_hash": "a16441aa1aab6c4551f2da26e593c2a4",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 97,
"avg_line_length": 31.55223880597015,
"alnum_prop": 0.576631977294229,
"repo_name": "gregorydandrea-okta/okta-signin-widget",
"id": "b28a7b317f8b61eb5e9c0b3c5412a12e2bf33... |
Bookkeeper Symfony 2 Demo Application
========================
A simple demo application in symfony 2, using doctrine.
* Run Composer
* Enjoy
| {
"content_hash": "546c41932c2055db2cd68ee17d9573b5",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 56,
"avg_line_length": 20.857142857142858,
"alnum_prop": 0.6438356164383562,
"repo_name": "bart88/bookkeeper",
"id": "351ceee485989ec879edfc5e4263a14625b1642c",
"size": "146... |
import json
import logging
from datetime import datetime
from importlib import import_module
from django.conf import settings
from django.core.mail import mail_admins
from django.utils.dateparse import parse_date
from django.utils.timezone import localtime, make_aware, now
from cspreports.models import CSPReport
log... | {
"content_hash": "266a373187b4bc724a567ba17eb01b3a",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 96,
"avg_line_length": 30.7027027027027,
"alnum_prop": 0.6756161971830986,
"repo_name": "adamalton/django-csp-reports",
"id": "1e067a64bbb639a498c34442a1162927acad809a",
"... |
<!--
Copyright 2014-2016 CyberVision, 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 by applicable law or agreed t... | {
"content_hash": "eb0c176f7a0c982a433252f063d842f8",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 108,
"avg_line_length": 35.142857142857146,
"alnum_prop": 0.6869918699186992,
"repo_name": "liuhu/Kaa",
"id": "322c5ab4826f1fcc8eaa18537fe98359666812a6",
"size": "1476",
... |
<query id="updateMenuItems" action="update">
<tables>
<table name="menu_item" />
</tables>
<columns>
<column name="menu_srl" var="menu_srl" />
<column name="parent_srl" var="parent_srl" />
<column name="name" var="name" />
<column name="url" var="url" />
<colu... | {
"content_hash": "1d6b2e4d4e0e1fe81f49239c11180490",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 114,
"avg_line_length": 40.61904761904762,
"alnum_prop": 0.5767878077373975,
"repo_name": "talkwithraon/XE4KAIST",
"id": "82ea01b659664e59d70e07677f198457dc06ba88",
"size":... |
..
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
... | {
"content_hash": "00de85853010f4f1d48f4df4058c497a",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 79,
"avg_line_length": 27.037037037037038,
"alnum_prop": 0.665068493150685,
"repo_name": "obulpathi/poppy",
"id": "6dc38d9dc7d79ea84e17745b52c5ed2e47e4b78c",
"size": "1460"... |
package org.apache.camel.dataformat.xmlsecurity.springboot;
import java.util.HashMap;
import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.CamelContextAware;
import org.apache.camel.dataformat.xmlsecurity.XMLSecurityDataFormat;
import org.apache.camel.util.IntrospectionSupport;
import o... | {
"content_hash": "a8c66860adb6845eac3af20b600bfe60",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 81,
"avg_line_length": 46.68181818181818,
"alnum_prop": 0.7955209347614411,
"repo_name": "bhaveshdt/camel",
"id": "7f1633a6849503fae4c0ab950afa76e689b5b283",
"size": "2857"... |
/**
*
*/
package gov.nih.nci.cagrid.portal.portlet.discovery.dir;
import gov.nih.nci.cagrid.portal.dao.PointOfContactDao;
import gov.nih.nci.cagrid.portal.portlet.discovery.DiscoveryType;
import java.util.List;
/**
* @author <a href="mailto:joshua.phillips@semanticbits.com">Joshua Phillips</a>
*
*/
public clas... | {
"content_hash": "e9a8ca9c849abd8b6ebffc5473e29e3c",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 88,
"avg_line_length": 22.261904761904763,
"alnum_prop": 0.760427807486631,
"repo_name": "NCIP/cagrid",
"id": "5a54174cfaf70a4fb907b3273f07d356d305d5eb",
"size": "935",
"... |
/**
* Created by xavier on 10/21/16.
*/
import {dispruxDecomposer, RealTimeManager, dispruxMiddlewareFactory} from "./dispruxDecomposer";
import {RealTimeAction} from './RealTimeAction'
import {HandlerOf} from "./HandlerOf";
import {ReducerOf} from "./ReducerOf";
import {Path} from "./Path";
import {ReducerByName} ... | {
"content_hash": "1d654cd3e40fff68fb3a79a5a8f25f48",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 97,
"avg_line_length": 24.04,
"alnum_prop": 0.7337770382695508,
"repo_name": "xaviercobain88/disprux",
"id": "896af9e5ad019a0fccbd9ae66b1e619314e1ca2c",
"size": "601",
"b... |
'use strict';
const DEFAULT_IMG = "https://bitstorm.org/edwin/jquery-presentatie/pix/jquery_logo_color_onwhite.png";
const DEFAULT_ORDER_TYPE = 'createdAt';
module.exports = (Model) => {
return {
getAllMaterials(filter) {
filter = filter || '';
// {
// title: { $in... | {
"content_hash": "dc70b001a4cd860dfe19c3fb55fb9fa2",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 102,
"avg_line_length": 27.818181818181817,
"alnum_prop": 0.4452614379084967,
"repo_name": "pollx/spa-forum-demo",
"id": "0dbd6ee2f54d69f6ef069f1805764a2a5164fc59",
"size":... |
$packageName = 'kvrt'
$url = 'http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe'
$checksum = '86881cc2439949710ff20c777736dba2195429d4395c96dfd6100853c8408666'
$checksumType = 'sha256'
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installFile = Join-Path $toolsPath "kvr... | {
"content_hash": "4b7b5b515c5729e8fa5f89acac69aead",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 85,
"avg_line_length": 39.916666666666664,
"alnum_prop": 0.6565762004175365,
"repo_name": "dtgm/chocolatey-packages",
"id": "0be5048f937dc05bf7dfc2ec07e16d364c420510",
"siz... |
/**
* Collo is Observable on the main collection instance
* @param collection
* @param opts
* @returns {collo}
*/
function Collo(collection, opts={}) {
this._collection = collection || [];
this.nextFn =()=>{};//noop
this.errorFn =()=>{};//noop
this.next = (cb)=>{
this.nextFn = (data=>{
cb(data);
});
... | {
"content_hash": "760c8a6728c9c31efa9894fe5991b1c3",
"timestamp": "",
"source": "github",
"line_count": 271,
"max_line_length": 87,
"avg_line_length": 19.58671586715867,
"alnum_prop": 0.6049359457422758,
"repo_name": "adamgedney/collo",
"id": "1b78326af3ff8427dfff3e5b0145a790c04ef950",
"size": "530... |
<?php
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateBiddingsTable extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('biddings', function(Blueprint $table)
{
$table->increments('id');
$tabl... | {
"content_hash": "3a87294098c12294e435b778db5690ab",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 88,
"avg_line_length": 20.025641025641026,
"alnum_prop": 0.6338028169014085,
"repo_name": "SingaporeSling/SingaporeAuction",
"id": "367e348b1f498b56f2cbe0a7ec6fc5a68f66f3ad",... |
package org.spongepowered.api.util.command.dispatcher;
import org.spongepowered.api.util.command.CommandMapping;
import org.spongepowered.api.util.command.CommandSource;
import java.util.List;
import java.util.Optional;
public interface Disambiguator {
/**
* Disambiguate an alias in cases where there are ... | {
"content_hash": "57abd239a25a1c9dc519319abbbc81c2",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 121,
"avg_line_length": 33.68181818181818,
"alnum_prop": 0.7638326585695007,
"repo_name": "Kiskae/SpongeAPI",
"id": "521fd43e95c58c4388686df35bce37113e610a65",
"size": "199... |
/* List of contributors:
*
* Initial Name/description
* -------------------------------------------------------------------
* MF Mario Fortier
*
*
* Change history:
*
* MMDDYY BY Description
* -------------------------------------------------------------------
* 112400 MF Template creation... | {
"content_hash": "56438d123bf9542146faa10454b5c2f9",
"timestamp": "",
"source": "github",
"line_count": 459,
"max_line_length": 133,
"avg_line_length": 44.28322440087146,
"alnum_prop": 0.5681393289383057,
"repo_name": "mkmarek/forex.analytics",
"id": "9349ccd036653cf840e15da0be10a094910f4acd",
"siz... |
package scala.meta
package internal
package tokenizers
import scala.annotation.switch
import java.lang.{ Character => JCharacter }
import scala.language.postfixOps
/** Contains constants and classifier methods for characters */
object Chars {
// Be very careful touching these.
// Apparently trivial changes to th... | {
"content_hash": "ca0b75e445452612125c511cb4202253",
"timestamp": "",
"source": "github",
"line_count": 139,
"max_line_length": 96,
"avg_line_length": 33.66187050359712,
"alnum_prop": 0.5558880102586022,
"repo_name": "MasseGuillaume/scalameta",
"id": "0e55c44ddc659c5043ab9b0295b943b7b9adac86",
"siz... |
Typr::Application.configure do
# Settings specified here will take precedence over those in config/application.rb
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true
# Full error reports are disabled and caching is turned on
... | {
"content_hash": "5aa56e2ef03ea7f4918ffebb47419329",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 84,
"avg_line_length": 35.775510204081634,
"alnum_prop": 0.7501426126640046,
"repo_name": "hans/typr",
"id": "179cbb7d392400ed1c7401b051739412fa42f437",
"size": "1753",
"... |
goog.provide('adapt.ops');
goog.require("vivliostyle.constants");
goog.require('adapt.task');
goog.require('adapt.geom');
goog.require('adapt.expr');
goog.require('adapt.css');
goog.require('adapt.csstok');
goog.require('adapt.cssparse');
goog.require('adapt.cssvalid');
goog.require('adapt.csscasc');
goog.require('ad... | {
"content_hash": "c4c70195a99ac4ea00df5c70a592348f",
"timestamp": "",
"source": "github",
"line_count": 1114,
"max_line_length": 144,
"avg_line_length": 40.9524236983842,
"alnum_prop": 0.6464128361938581,
"repo_name": "zopyx/vivliostyle.js",
"id": "9e590b1be0c179932728f3e3448d4f6dcc9dbc27",
"size":... |
:local(.addFriendInput) {
border-radius: 0;
border-color: #ABAAAA;
border-left: 0;
border-right: 0;
}
| {
"content_hash": "dc3bedcd4653ec14899c4989022a43a4",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 25,
"avg_line_length": 19.333333333333332,
"alnum_prop": 0.6206896551724138,
"repo_name": "davloal/friendList",
"id": "c5e8c07a70dd74c51c704f2c3eb03e75dd3ec616",
"size": "11... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.