text
stringlengths
2
1.04M
meta
dict
<?php namespace Doctrine\ODM\PHPCR\Exception; use Doctrine\ODM\PHPCR\PHPCRExceptionInterface; /** * InvalidArgumentException for the PHPCR-ODM. */ class BadMethodCallException extends \BadMethodCallException implements PHPCRExceptionInterface { }
{ "content_hash": "6f44531e34cc0923812df158324dbc28", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 95, "avg_line_length": 21, "alnum_prop": 0.8174603174603174, "repo_name": "doctrine/phpcr-odm", "id": "3c537314d64b6925897da1b6f7a79b01310fa5a9", "size": "252", "binary":...
/* $NetBSD: svr4_ttold.h,v 1.3 1998/09/04 19:54:41 christos Exp $ */ /*- * Copyright (c) 1994 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or witho...
{ "content_hash": "cdb0b2073db4459ac3a5b367ce7d8618", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 78, "avg_line_length": 34.146153846153844, "alnum_prop": 0.7316963280018022, "repo_name": "MarginC/kame", "id": "27539bdc03de7683c1c4f5ac5427ff7aabc7b89e", "size": "4439",...
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Test\PostOrder\Types; use DTS\eBaySDK\PostOrder\Types\CaseDetails; class CaseDetailsTest ...
{ "content_hash": "9eee1f85a4e0f37a63c00d51f10e25b5", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 88, "avg_line_length": 22.242424242424242, "alnum_prop": 0.6757493188010899, "repo_name": "davidtsadler/ebay-sdk-php", "id": "4cce760843b8b9ec8414a3007e789be328ad1805", "si...
namespace memory_pressure { TEST(MultiSourceMemoryPressureMonitorTest, RunDispatchCallback) { base::test::SingleThreadTaskEnvironment task_environment( base::test::TaskEnvironment::MainThreadType::IO); MultiSourceMemoryPressureMonitor monitor; monitor.Start(); auto* aggregator = monitor.aggregator_for_t...
{ "content_hash": "11062e4c2b5817c21f7271d1c1f65b20", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 80, "avg_line_length": 36.26923076923077, "alnum_prop": 0.7582184517497349, "repo_name": "chromium/chromium", "id": "422e02bcb5e6f6519935f19dcec2a6a5c3fb6ba0", "size": "141...
import faker from 'faker' import {Response} from 'src/server/services/dataService' const now = new Date() export default function define(factory) { factory.define('response', Response, { id: cb => cb(null, faker.random.uuid()), value: 5, questionId: factory.assoc('question', 'id'), respondentId: fa...
{ "content_hash": "7bf4fa487d67c6ac4f83a377ebd9a898", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 56, "avg_line_length": 28.833333333333332, "alnum_prop": 0.6473988439306358, "repo_name": "ian-deans/echo", "id": "b2a656308c438deabfb30d56d8b90bd4d3b4ad6b", "size": "519",...
/* Includes ------------------------------------------------------------------*/ #include "stm32f4xx_hal.h" /** @addtogroup STM32F4xx_HAL_Driver * @{ */ /** @defgroup CRYP CRYP * @brief CRYP HAL module driver. * @{ */ #ifdef HAL_CRYP_MODULE_ENABLED #if defined(STM32F415xx) || defined(ST...
{ "content_hash": "4b70fd4981be6b99472e98ba69a4bfea", "timestamp": "", "source": "github", "line_count": 3716, "max_line_length": 145, "avg_line_length": 31.6243272335845, "alnum_prop": 0.6109976513836414, "repo_name": "janhieber/HTWAA_car_32b", "id": "06edd1070781f4e5703dfd22f33c9db9f232278d", "siz...
class SS::Migration20211116000000 include SS::Migration::Base depends_on "20211021000000" def change each_file do |file| file.set(name: SS::FilenameUtils.convert_to_url_safe_japanese(file.basename)) end end private def each_file(&block) criteria = SS::File.all.exists(name: false) a...
{ "content_hash": "0cb95873e2351406e58272b519c73bea", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 83, "avg_line_length": 21, "alnum_prop": 0.6842105263157895, "repo_name": "ShinjiTanimoto/shirasagi", "id": "de752ad13043638dd10c640c759ae7a6fbc72c59", "size": "399", "bi...
<?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>myApplicationId</application> <version>1</version> <threadsafe>true</threadsafe> <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/logging.propertie...
{ "content_hash": "7bbbc6f9d863a9b420b3ca61d48e12d5", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 126, "avg_line_length": 40.86363636363637, "alnum_prop": 0.657397107897664, "repo_name": "ECE2014/ECEMobile", "id": "c0794881702ffe46c5ff168a07316ebb8ae0cb81", "size": "903...
const RuleDefinition = require('../../../../lib/Definitions/RuleDefinition'); class BooleanRule extends RuleDefinition { constructor(definition) { super( definition ); this.id = "booleanRule"; this.name = "Boolean Rule"; if(!this.getOnConflict()) this.setOnConflict("standard"); ...
{ "content_hash": "49e89c78919ba0929334352ed844de90", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 77, "avg_line_length": 29.785714285714285, "alnum_prop": 0.6474820143884892, "repo_name": "kennethchatfield/rule-evaluator", "id": "eb381f3583241fed0152128c2fc7743e2b815365",...
SPHINXOPTS = -W SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source # the i18n builder cannot share the envir...
{ "content_hash": "1aed6aa089927907e547c48c2ac40069", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 141, "avg_line_length": 37.006711409395976, "alnum_prop": 0.7040261153427638, "repo_name": "InnovativeTravel/email-processor", "id": "dcc47365de573e78f609e2db7e0cb05d92e1041...
@interface locationModel : NSObject @property (nonatomic, strong) NSString *address; @property (nonatomic, assign) CLLocationCoordinate2D coordinate; @property (nonatomic, strong) NSString *time; + (instancetype)LocationWithAddress:(NSString *)address coordinate:(CLLocationCoordinate2D)coordinate time:(NSString *...
{ "content_hash": "8116b0c9b49672c894c1e243b3bc05ec", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 124, "avg_line_length": 37, "alnum_prop": 0.7957957957957958, "repo_name": "SummerHenry/Tool_General", "id": "58419b1dd0d0ffab486c7f8c82d42663f599458e", "size": "540", "bi...
@interface DemoVC2_04 : BABaseViewController @end
{ "content_hash": "e18b2130d3f383449d478adfd12aeffc", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 44, "avg_line_length": 17, "alnum_prop": 0.803921568627451, "repo_name": "boai/BABaseProject", "id": "bc787781b5914c168c4008c09718015d1d1934a1", "size": "224", "binary": f...
set -x # print cmds set -e # exit as soon as an error occurs # log msg=$(git log --pretty=oneline -1) echo "Building commit: $msg" # build conda build --no-test recipes/pyembree # install conda install --use-local pyembree
{ "content_hash": "8ae3715529eb1f188ef566f861b407b8", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 41, "avg_line_length": 19.083333333333332, "alnum_prop": 0.6986899563318777, "repo_name": "astrohckr/pyembree", "id": "26dc6f1b5496abedc499f957735ce7b14dbd2818", "size": "2...
A simple snake game. It has only one level, and no win condition, basically the goal is to get as much points as possible. Use arrow keys to control the snake. ### Installation ``` npm install bower install grunt dist ``` ### Run ``` node server.js open http://localhost:3000/ ``` ### To do - add sounds - add ser...
{ "content_hash": "128e9cc7d6ef91bddc2dd82d72d3c655", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 122, "avg_line_length": 15.043478260869565, "alnum_prop": 0.7023121387283237, "repo_name": "igormilla/phaserjs-snake-game", "id": "9e53450bb42100aad96d12ee8ba96dae293987cc", ...
The rdoinfo module ================== rdoinfo module provides a set of methods to interact with metadata files contained in the repository. .. automodule:: rdoinfo :members:
{ "content_hash": "921f18ecafd098f86bfc238c71cb4eab", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 72, "avg_line_length": 20.11111111111111, "alnum_prop": 0.6906077348066298, "repo_name": "redhat-openstack/rdoinfo", "id": "e4e154758a6f08dfb469e588eb698e1486a34892", "size"...
======== Overview ======== This document is a high-level overview of Trigger's features and a little history about why it exists in the first place. About ===== Trigger is a Python framework and suite of tools for interfacing with network devices and managing network configuration and security policy. Trigger was de...
{ "content_hash": "520d04aa554286c15c0f7f75029efc91", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 82, "avg_line_length": 35.473214285714285, "alnum_prop": 0.7903347596274856, "repo_name": "johnfzc/trigger", "id": "f1a23ee514cdb5e25d6662fac3ad872dec932fc7", "size": "397...
exportiphoto ============ Exports an iPhoto library to a folder structure, optionally writing metadata to the copies. This script has been tested with iPhoto 8.1.2 (from iLife '09); other versions may or may not work. Originally written by [Derrick Childers](https://github.com/derrickchilders) and [posted to macosxh...
{ "content_hash": "c5d08f09ffdd9181b3dee2b179246996", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 102, "avg_line_length": 33.11515151515152, "alnum_prop": 0.7049780380673499, "repo_name": "BMorearty/exportiphoto", "id": "5e96ea3a95756472c37bf8bc8be5327aa12148fe", "size...
package org.apache.camel.processor; import org.apache.camel.ContextTestSupport; import org.apache.camel.builder.RouteBuilder; import org.junit.Test; public class LoopNoCopyTest extends ContextTestSupport { @Test public void testLoopNoCopy() throws Exception { getMockEndpoint("mock:loop").expectedBod...
{ "content_hash": "64f287cd412e249aa34b5030f9ea8500", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 108, "avg_line_length": 33, "alnum_prop": 0.5765550239234449, "repo_name": "davidkarlsen/camel", "id": "bfdf1385b05c418f1edb093e041fe7d20d1f6851", "size": "2056", "binary...
/* * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved * * The original version of this source code and documentation * is copyrighted and owned by Taligent, Inc., a wholly-owned * subsidiary of IBM. These materials are provided under terms...
{ "content_hash": "5afacbd72d320a1b76e41449437bd3b6", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 69, "avg_line_length": 30.54054054054054, "alnum_prop": 0.6061946902654868, "repo_name": "rokn/Count_Words_2015", "id": "2afa5727ef212fc6514206359ecd564258106487", "size": ...
from itertools import product from distutils.version import LooseVersion import operator import pytest from numpy import nan import numpy as np import pandas as pd from pandas import (Series, Categorical, DataFrame, isna, notna, bdate_range, date_range, _np_version_under1p10, C...
{ "content_hash": "97756c3ba4f78df10cb1939cfe5e3d4b", "timestamp": "", "source": "github", "line_count": 2256, "max_line_length": 79, "avg_line_length": 36.82225177304964, "alnum_prop": 0.5316416077812955, "repo_name": "louispotok/pandas", "id": "b9c7b837b8b817e8bfc1dd84e18c99ee0a88d4c5", "size": "8...
CLASS({ package: 'foam.apps.builder.questionnaire', name: 'NewOrExistingDAOWizard', extends: 'foam.apps.builder.wizard.NewOrExistingDAOWizard', requires: [ 'foam.apps.builder.questionnaire.DAOWizard', 'foam.apps.builder.questionnaire.NewOrExistingModelWizard', ], properties: [ { name: ...
{ "content_hash": "f1c5c6edd150f007dab68a47f582a7c7", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 89, "avg_line_length": 28.57777777777778, "alnum_prop": 0.6477449455676516, "repo_name": "jacksonic/foam", "id": "32c3514cc4f0a5e15467c3e603940d3f01480a8f", "size": "1590",...
require "spec_helper" describe Redistat::Event do include Redistat::Database before(:each) do db.flushdb @scope = "PageViews" @label = "about_us" @label_hash = Digest::SHA1.hexdigest(@label) @stats = {'views' => 1} @meta = {'user_id' => 239} @options = {:depth => :hour} @date = Tim...
{ "content_hash": "b65f2a0eef5490941b9377eda8a283c7", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 115, "avg_line_length": 32.67058823529412, "alnum_prop": 0.6262153402952827, "repo_name": "jylamont/redistat", "id": "232ba9625608a702036356280866e67fc3af0093", "size": "27...
#ifndef DEFINE_H #define DEFINE_H // This file holds all of the things that should be preprocessed. #include "..\headers\global.h" #include "..\headers\itempid.h" #include "..\headers\scripts.h" #include "..\headers\teams.h" #include "..\headers\Condtion.h" //#include "..\headers\RepPoint.h" #include "..\headers\...
{ "content_hash": "d0dd6369b69b7804d1866fc879109a15", "timestamp": "", "source": "github", "line_count": 990, "max_line_length": 185, "avg_line_length": 39.567676767676765, "alnum_prop": 0.5740324721740019, "repo_name": "NovaRain/FO2_UP_postfix", "id": "5d15d8d36ce05a5c6e68ee4bb386ca6c3e43a9b3", "si...
<?php /** * PHPMailerOAuth - PHPMailer subclass adding OAuth support. * @author @sherryl4george * @author Marcus Bointon (@Synchro) <phpmailer@synchromedia.co.uk> */ class PHPMailerOAuth extends PHPMailer { /** * The OAuth user's email address. * @var string */ public $oauthUserEmail = ''; ...
{ "content_hash": "34700fbda59022970c4d0d60a1be8a68", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 120, "avg_line_length": 34.55801104972376, "alnum_prop": 0.45995203836930454, "repo_name": "amch123/qruzh_ci", "id": "186e55d405315544ea7a0d2e157a727867808874", "size": "7...
package uk.ac.ebi.eva.server.utils; import java.io.IOException; import java.io.OutputStream; /** * Created by jorizci on 16/09/16. */ public interface DataGenerator { void generate(OutputStream outputStream) throws IOException; }
{ "content_hash": "27147e691c0ff2c9b23dbf6165381dfe", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 64, "avg_line_length": 18.46153846153846, "alnum_prop": 0.75, "repo_name": "EBIvariation/examples", "id": "caf298cd0b281846902f521e0c77405e6441b095", "size": "240", "bina...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Mazel - Multiprapose Html template</title> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="author" content="nileforest"> <meta name="viewport" content="width=device-width, initial-scale=...
{ "content_hash": "ed14ef3804cd3923161783165671058d", "timestamp": "", "source": "github", "line_count": 732, "max_line_length": 199, "avg_line_length": 59.736338797814206, "alnum_prop": 0.3899878793422828, "repo_name": "georgetoothman/MunchyFuel", "id": "e22f5fd3659d923b45466825b2858e5337d37f0e", "...
package com.pg85.otg.util.biome; import com.pg85.otg.exceptions.InvalidConfigException; import com.pg85.otg.util.helpers.StringHelper; import java.util.ArrayList; import java.util.List; public class ReplaceBlocks { private final String sourceBlock; private final String targetBlock; private ReplaceBlocks(String s...
{ "content_hash": "1bf21dbc227c4c2ce44bbed4a51bc7e5", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 155, "avg_line_length": 22.64516129032258, "alnum_prop": 0.6678537511870846, "repo_name": "PG85/OpenTerrainGenerator", "id": "155b2c9008b7d40ebd6bbee287b929fa9129bbd1", "s...
/* tslint:disable:no-unused-variable */ import { beforeEach, beforeEachProviders, describe, xdescribe, expect, it, xit, async, inject } from '@angular/core/testing'; import {NgModelInput} from './ng-model-input'; describe('NgModelInput', () => { it('should create an instance', () => { expect(new NgModel...
{ "content_hash": "c7d89092af3ad8fe509b528cdcf0bbec", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 46, "avg_line_length": 23.533333333333335, "alnum_prop": 0.6628895184135978, "repo_name": "ng2select/bootstrap", "id": "133f8d86af8c91b4c0f3a46d41a4f7e519c5130d", "size": "...
class CefStreamWriterCToCpp : public CefCToCpp<CefStreamWriterCToCpp, CefStreamWriter, cef_stream_writer_t> { public: CefStreamWriterCToCpp(); // CefStreamWriter methods. size_t Write(const void* ptr, size_t size, size_t n) OVERRIDE; int Seek(int64 offset, int whence) OVERRIDE; int64 Tell() OVER...
{ "content_hash": "68f2393c13db3b81dc3d8d260da4574e", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 64, "avg_line_length": 29.1875, "alnum_prop": 0.7194860813704497, "repo_name": "tnelab/tchapp", "id": "fb6ae06e5d28febe4b70f7274c28b2d57a56a773", "size": "1457", "binary"...
package be.plutus.api.dto.response; import be.plutus.core.model.transaction.TransactionType; import com.fasterxml.jackson.annotation.JsonFormat; import java.time.ZonedDateTime; public class TransactionDTO{ private int id; private String title; private String description; private double amount; p...
{ "content_hash": "86057cef3635256ee40041013a1c45a3", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 56, "avg_line_length": 20.25925925925926, "alnum_prop": 0.6392443631931749, "repo_name": "plutus-dev/PlutusAPI", "id": "0be07bf502e0306a6b96676344506f15980db6dd", "size": "...
<?php declare(strict_types = 1); namespace Tests\ContactModule; use App\ContactModule\Contact; use PHPUnit\Framework\TestCase; final class ContactTest extends TestCase { private const NAME = 'name'; private const POSITION = 'position'; private const ADDRESS = 'address'; public static function createContact()...
{ "content_hash": "fe3a785d1069cb54974e44a8ca8a69b1", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 74, "avg_line_length": 26.210526315789473, "alnum_prop": 0.7128514056224899, "repo_name": "vitkutny/vitkutny.cz", "id": "eafcea018b28737bfeb5b0920478d38f6f9aa968", "size": ...
package org.jetbrains.plugins.javaFX.fxml.refs; import com.intellij.codeInsight.completion.PrioritizedLookupElement; import com.intellij.codeInsight.lookup.LookupElement; import com.intellij.codeInsight.lookup.LookupElementBuilder; import com.intellij.openapi.project.Project; import com.intellij.openapi.util.TextRang...
{ "content_hash": "491272a4c6a7932f3dcf31fccb8ffe43", "timestamp": "", "source": "github", "line_count": 282, "max_line_length": 136, "avg_line_length": 46.59219858156028, "alnum_prop": 0.703554303980516, "repo_name": "retomerz/intellij-community", "id": "fe8d81f915ed39572b94ef2b4b59ea20f9dbf688", "...
namespace capnp { namespace schemas { CAPNP_DECLARE_SCHEMA(9fd69ebc87b9719c); enum class Side_9fd69ebc87b9719c: uint16_t { SERVER, CLIENT, }; CAPNP_DECLARE_ENUM(Side, 9fd69ebc87b9719c); CAPNP_DECLARE_SCHEMA(d20b909fee733a8e); CAPNP_DECLARE_SCHEMA(b88d09a9c5f39817); CAPNP_DECLARE_SCHEMA(89f389b6fd4082c1); CAPNP_DEC...
{ "content_hash": "df3b91f3e1251e58b9bfb1ea445dad61", "timestamp": "", "source": "github", "line_count": 713, "max_line_length": 98, "avg_line_length": 29.23702664796634, "alnum_prop": 0.6751415139595126, "repo_name": "apavlo/peloton", "id": "9d7820646a75ec5afa25aeabeda791256cb340bf", "size": "21232...
/* * This code was generated by * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * * Twilio - Media * ...
{ "content_hash": "bca6b1c9d608b2eb5aa7226103c30582", "timestamp": "", "source": "github", "line_count": 303, "max_line_length": 316, "avg_line_length": 30.90759075907591, "alnum_prop": 0.7107314468766684, "repo_name": "twilio/twilio-go", "id": "ca3ea77810f57b81763d56617eec65378cd52265", "size": "93...
package be.peopleware.servlet.sessionMopup; import java.io.Serializable; /** * <p>Objects of this type have data that should be cleared at certain times * or under certain conditions (the fat should be skimmed of them). At * certain times, {@link #skim()} will be called on objects of this type. * The i...
{ "content_hash": "13f82598323306f4d756b6395ae649de", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 80, "avg_line_length": 31.28, "alnum_prop": 0.6432225063938619, "repo_name": "jandppw/ppwcode-recovered-from-google-code", "id": "09013f7412081ad79c10d3f0d52af0e9510c8713", ...
using System; using System.Collections; using System.ComponentModel; using System.Drawing; using System.Data; using System.Windows.Forms; using HtmlHelp; namespace HtmlHelp.UIComponents { /// <summary> /// The class <c>TocTree</c> implements a user control which displays the HtmlHelp table of contents pane to the u...
{ "content_hash": "ac5ec76a26e9f5697fe3ca00e252a584", "timestamp": "", "source": "github", "line_count": 350, "max_line_length": 129, "avg_line_length": 27.497142857142858, "alnum_prop": 0.6562759767248545, "repo_name": "ganry/Gamodo.Studio", "id": "1e376206bb1f94d6b6a7c6a997f738938a8c80fd", "size":...
@class RKOvalControl; @protocol RKOvalControlDelegate <NSObject> - (void)ovalControl:(RKOvalControl *)control didFailToSendProgramWithMessage:(NSString *)message; - (void)ovalControlDidFinishSendingProgram:(RKOvalControl *)control; - (void)ovalControlDidResetOvm:(RKOvalControl *)control; - (void)ovalControl:(RKOvalCo...
{ "content_hash": "bd2501b862e319d5fecf5ec87cdce71d", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 108, "avg_line_length": 37.86206896551724, "alnum_prop": 0.8114754098360656, "repo_name": "danbalzerson/myo-sphero-ios", "id": "b7a8637b0cad4b635a484fcca2c576f647487588", "...
/******************************************************************************* * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). * *******************************************************************************/ package gov.nist.javax.sip.header; import javax.sip.header.CallIdHeader; imp...
{ "content_hash": "27f7e0148d16bdc2dd6ca1334b5a0372", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 81, "avg_line_length": 27.853658536585368, "alnum_prop": 0.5931115002918855, "repo_name": "fhg-fokus-nubomedia/signaling-plane", "id": "0637a74ab5670a3b223a0e26fe845d93bdc94...
<?php namespace Symfony\Bundle\FrameworkBundle\Tests\Functional\Bundle\TestBundle\DependencyInjection; use Symfony\Component\Config\Definition\ConfigurationInterface; use Symfony\Component\DependencyInjection\Alias; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\DependencyInjectio...
{ "content_hash": "1c34263fee3b1294fbd69037f656ee2d", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 105, "avg_line_length": 28.9375, "alnum_prop": 0.7156227501799856, "repo_name": "yceruto/symfony", "id": "b9b22e90b41e585db3df36f23e6c42b2993f4484", "size": "1618", "bina...
package org.drools.workbench.services.verifier.api.client.index; import org.drools.workbench.services.verifier.api.client.configuration.AnalyzerConfiguration; import org.kie.soup.commons.validation.PortablePreconditions; public class Field extends FieldBase { private final ObjectField objectField; p...
{ "content_hash": "fc830d74312bb468a2a94887a569fb43", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 93, "avg_line_length": 29.302325581395348, "alnum_prop": 0.626984126984127, "repo_name": "karreiro/drools-wb", "id": "9a639a7c3e895ffb853bf9e3bf4f23b8441f345e", "size": "18...
namespace boost { namespace geometry { #ifndef DOXYGEN_NO_DETAIL namespace detail { namespace overlay { template < bool Reverse1, bool Reverse2, overlay_type OverlayType, typename Geometry1, typename Geometry2, typename Turns, typename TurnInfoMap, typename Clusters, typename Inte...
{ "content_hash": "7fae6ef20b2d5a1552a354f6ba671aa0", "timestamp": "", "source": "github", "line_count": 398, "max_line_length": 115, "avg_line_length": 35.49246231155779, "alnum_prop": 0.53943083675492, "repo_name": "LedgerHQ/lib-ledger-core", "id": "99b2834f152332a9b02c4ab67e59453c783b0151", "size...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "6d3b5db151c516713749e942e029e8f3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "924244c147715cbc2c9e38e64cb86e225ddd7a6a", "size": "19...
class CodeInput < SimpleForm::Inputs::TextInput private def html_options_for(namespace, css_classes) return super unless namespace == :input super.merge(lang: options[:language]) end end
{ "content_hash": "3d9a94ec25cf2c9cb5431102088c7859", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 47, "avg_line_length": 22.555555555555557, "alnum_prop": 0.729064039408867, "repo_name": "cysjonathan/coursemology2", "id": "74fa4f0796851aaf718ea55bb95f23c63dbc504f", "size...
<?php namespace Rancherize\Plugin\Composer; /** * Class PODComposerPacket * @package Rancherize\Plugin\Composer */ class PODComposerPacket implements ComposerPacket { /** * @var string */ private $version = ''; /** * @var string */ private $name = ''; /** * @var string */ private $namespace = '...
{ "content_hash": "3953ce1721bd8a94c5cffd1ddab40f38", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 51, "avg_line_length": 14.212121212121213, "alnum_prop": 0.6108742004264393, "repo_name": "ipunkt/rancherize", "id": "ffecdedbcc1e3f5b41ec015da3b5af16597b362d", "size": "93...
'''This tutorial does NOT require trigonometry, but if you know some, you can automatically generate some fancier shapes like regular polygons and stars, as illustrated here, after importing some trig from the math module. (And you can copy in the part before main and use the functions.) ''' from graphics import * fr...
{ "content_hash": "dbbf01ca04a6ecdcb6d00324df211400", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 79, "avg_line_length": 35.01298701298701, "alnum_prop": 0.6450296735905044, "repo_name": "hwheeler01/comp150", "id": "6fce9b37e3985952abb3be5acaca7285572e9581", "size": "26...
<?php declare(strict_types=1); namespace Centreon\Domain\MetaServiceConfiguration\Exception; /** * This class is designed to contain all exceptions for the context of the meta service configuration. * * @package Centreon\Domain\MetaServiceConfiguration\Exception */ class MetaServiceConfigurationException extend...
{ "content_hash": "cbabe23955466d6e8c31e82e89415b87", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 102, "avg_line_length": 24.653846153846153, "alnum_prop": 0.609204368174727, "repo_name": "centreon/centreon", "id": "54bdecbbf8a1a25bd5f8aac92ffc7ecd44197905", "size": "19...
jQuery(document).ready(function(){ jQuery( "#dialogModal" ).dialog({ autoOpen: false, resizable: false, height:200, modal: true, buttons: { "Send to All": function() { jQuery('#Form_sendEntireListForm').submit(); jQuery( this ).dialog( "close" ); jQuery( "#dialogConfirm" ).dialog( "open" ); ...
{ "content_hash": "9e1df1a235d823903f70b0bc0c47ef58", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 77, "avg_line_length": 21.34375, "alnum_prop": 0.616398243045388, "repo_name": "dendeffe/Def_Newsletter", "id": "ee528f492f65c1e55956505c97f02655bec324f5", "size": "683", ...
package edu.uci.ics.hyracks.storage.am.lsm.common.impls; import java.util.concurrent.atomic.AtomicBoolean; import edu.uci.ics.hyracks.api.exceptions.HyracksDataException; import edu.uci.ics.hyracks.storage.am.lsm.common.api.ILSMComponentFilter; import edu.uci.ics.hyracks.storage.am.lsm.common.api.IVirtualBufferCache...
{ "content_hash": "8baf4eab1ea9cd51a50cfee85d3ee747", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 143, "avg_line_length": 35.44086021505376, "alnum_prop": 0.5276092233009708, "repo_name": "lwhay/hyracks", "id": "76694bb9fbd529d60b46b0cafde214ccaad1b32b", "size": "7227"...
import { BoundingRectangle, Cartesian2, Cartesian3, Cartographic, Color, defaultValue, defined, Iso8601, JulianDate, PolygonHierarchy, Rectangle, TimeInterval, CallbackProperty, ColorMaterialProperty, Entity, EntityCollection, exportKml, ImageMaterialProperty, PolylineOutlineMateri...
{ "content_hash": "a97ba472420748efb7faaed991a7eaa1", "timestamp": "", "source": "github", "line_count": 1257, "max_line_length": 79, "avg_line_length": 26.895783611774064, "alnum_prop": 0.559512541410317, "repo_name": "CesiumGS/cesium", "id": "542a2edcc33d20e12fb6ea88350c05a28267cc8b", "size": "338...
/** * @file sync/SyncBase.c * * Part of CCNx Sync. */ /* * Copyright (C) 2011-2013 Palo Alto Research Center, Inc. * * This work is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * This wor...
{ "content_hash": "78be82eede398a2d3c72d334a6f6226f", "timestamp": "", "source": "github", "line_count": 330, "max_line_length": 86, "avg_line_length": 35.13939393939394, "alnum_prop": 0.5457916522938945, "repo_name": "MobileCloudNetworking/icnaas", "id": "2d7ec5f2dd5a1657c8d2ca173d2fb8f75162a909", ...
using System.Text.Json; using System.Threading; using System.Threading.Tasks; using Azure; using Azure.Core; using Azure.ResourceManager; namespace Azure.ResourceManager.AppComplianceAutomation { internal class ReportResourceOperationSource : IOperationSource<ReportResource> { private readonly ArmClien...
{ "content_hash": "d2a0b25b618fc9ab30c39c80f953331d", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 146, "avg_line_length": 38.84848484848485, "alnum_prop": 0.7293291731669267, "repo_name": "Azure/azure-sdk-for-net", "id": "2362c4a8afd71d47cf8fdd6d6c2ad543f7bcfbd3", "size...
// Type definitions for webpack-dev-middleware 3.7 // Project: https://github.com/webpack/webpack-dev-middleware // Definitions by: Benjamin Lim <https://github.com/bumbleblym> // reduckted <https://github.com/reduckted> // Chris Abrams <https://github.com/chrisabrams> // ...
{ "content_hash": "4354c30e1b295de5f3ac980057d50631", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 146, "avg_line_length": 43.137614678899084, "alnum_prop": 0.6384517226712038, "repo_name": "dsebastien/DefinitelyTyped", "id": "8def9015dcc27b48b1816af16462ece1da51ef51", ...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache Lic...
{ "content_hash": "62ee36e4174bbc823f688064d8b17ed2", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 201, "avg_line_length": 37.03896103896104, "alnum_prop": 0.6490182328190743, "repo_name": "kevinearls/camel", "id": "3ce16047ab0a8f13845358931cef33fe9e9e6557", "size": "285...
'use strict'; test(testCase => { assert_throws_dom( 'QuotaExceededError', () => storageFoundation.releaseCapacitySync(10)); }, 'Attempting to release more capacity than available fails.');
{ "content_hash": "e07e677252f59ea411d26b2640752079", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 64, "avg_line_length": 28.571428571428573, "alnum_prop": 0.705, "repo_name": "chromium/chromium", "id": "82ba65890b634b74fde17ad7fcd67904912d3d6a", "size": "304", "binary"...
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="html/html; charset=utf-8" /> <title>SimpleDBNumberDomainBytesExceededException Class Reference</title> <meta id="xcode-display" name="xcode-display" content="render"/> <link rel="stylesheet" type="text/css" href="../css/styles.css" media="a...
{ "content_hash": "0a43e45d84b18ae307096d8fdbb75dc3", "timestamp": "", "source": "github", "line_count": 445, "max_line_length": 203, "avg_line_length": 25.921348314606742, "alnum_prop": 0.636237537928045, "repo_name": "morizotter/AWSCloudWatchSample", "id": "8d9bea459acff0fcb02eb1ac8e0ccfe91876a572",...
import * as angular from 'angular'; angular .module('angular-locker-tests', ['angular-locker']) .config(['lockerProvider', function config(lockerProvider: angular.locker.ILockerProvider) { let lockerSettings: angular.locker.ILockerSettings = { driver: 'session', namespace: 'myApp', sepa...
{ "content_hash": "b92f751c8c0f88786f37d00ec2d95869", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 129, "avg_line_length": 27.818181818181817, "alnum_prop": 0.5789760348583878, "repo_name": "use-strict/DefinitelyTyped", "id": "a82f6a86cbdd65246247c3b55497dd8528cd5782", ...
package com.hazelcast.client.impl.protocol.task.multimap; import com.hazelcast.client.impl.protocol.ClientMessage; import com.hazelcast.client.impl.protocol.codec.MultiMapRemoveEntryCodec; import com.hazelcast.client.impl.protocol.task.AbstractPartitionMessageTask; import com.hazelcast.instance.impl.Node; import com...
{ "content_hash": "d9cfaa9a5098e8ce4eb278313f6a971e", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 107, "avg_line_length": 32.911764705882355, "alnum_prop": 0.7667560321715817, "repo_name": "mdogan/hazelcast", "id": "8942973afb8698346b6876324331d610e2c39060", "size": "28...
project_path: /web/tools/workbox/_project.yaml book_path: /web/tools/workbox/_book.yaml description: The module guide for workbox-sw. {# wf_blink_components: N/A #} {# wf_updated_on: 2019-02-01 #} {# wf_published_on: 2017-11-27 #} # Workbox {: .page-title } ## What is Workbox SW? The `workbox-sw` module provide an ...
{ "content_hash": "631b063d8493ab723d216f9070338000", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 101, "avg_line_length": 37.49704142011834, "alnum_prop": 0.7571406028089002, "repo_name": "samdutton/WebFundamentals", "id": "38dfe36cf17116866b38552137901d8a0eb140f4", "s...
<?php namespace App\Command\Mailbox; use App\Command\Mailbox\ChangePasswordCommand; use PhpSpec\ObjectBehavior; use Prophecy\Argument; class ChangePasswordCommandSpec extends ObjectBehavior { const MAILBOX = 'mail@server.de'; const OLD_PASSWORD = 'verysecret'; const NEW_PASSWORD = '#verysecret#'; fu...
{ "content_hash": "473e7e8cc24ac21ee2421643004c0146", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 88, "avg_line_length": 26.28, "alnum_prop": 0.6491628614916286, "repo_name": "haus23/server", "id": "40c428a7c1710361c3c0deb36d3bc49a2469a166", "size": "1314", "binary": ...
using namespace lldb; using namespace lldb_private; // ThreadPlanCallUserExpression: Plan to call a single function ThreadPlanCallUserExpression::ThreadPlanCallUserExpression( Thread &thread, Address &function, llvm::ArrayRef<lldb::addr_t> args, const EvaluateExpressionOptions &options, lldb::UserExpressi...
{ "content_hash": "6284e5f0b960f366f14dc49a6455d3c2", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 79, "avg_line_length": 31.640449438202246, "alnum_prop": 0.7276278409090909, "repo_name": "endlessm/chromium-browser", "id": "00b01c76d9008a3a7179e1b9f15a0f1a7cec38e9", "si...
namespace EyeInTheSky.Tests.Model.StalkNodes { using System.Collections; using EyeInTheSky.Model; using EyeInTheSky.Model.Interfaces; using EyeInTheSky.Model.StalkNodes; using EyeInTheSky.Model.StalkNodes.BaseNodes; using EyeInTheSky.Tests.Model.StalkNodes.BaseNodes; using Moq; using NU...
{ "content_hash": "8a73773db01c69ac34d3c1a3116e43d2", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 90, "avg_line_length": 32.37837837837838, "alnum_prop": 0.6202003338898163, "repo_name": "stwalkerster/eyeinthesky", "id": "0dec72045b83673c239bf0e36666b94f807c1145", "size...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> <title>Untitled</title> <!--Adobe Edge Runtime--> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <script type="text/javascript" charset="utf-8" src=...
{ "content_hash": "3bd2fed69e08511e5c7cacbf93f85f2d", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 99, "avg_line_length": 35.62068965517241, "alnum_prop": 0.6379477250726041, "repo_name": "gabeshaughnessy/augmentedart", "id": "64280c3d09724a6dfeb2fe6c486c92886b8be271", "...
.buddypress .breadcrumbs {display:none;} .groups .page-title a.button{display:table !important;font-weight:400;line-height:1.532em;margin:10px auto} .groups .page-title a.button:after{content:''} #article #buddypress th, #article #buddypress td{line-height:1.352em;padding:10px} body.activity-permalink #buddypress .acti...
{ "content_hash": "cd7268ed67d6508c99e82a2e458f6f7c", "timestamp": "", "source": "github", "line_count": 673, "max_line_length": 634, "avg_line_length": 92.4888558692422, "alnum_prop": 0.7802875732990602, "repo_name": "gorkemyontem/stardomcity", "id": "8dd2607dd5b69c4f3b0077fabb77785e0ceee98e", "siz...
#include <znc/znc.h> #include <signal.h> using std::cout; using std::endl; using std::set; #ifdef HAVE_GETOPT_LONG #include <getopt.h> #else #define no_argument 0 #define required_argument 1 #define optional_argument 2 struct option { const char *a; int opt; int *flag; int val; }; static inline int getopt_lon...
{ "content_hash": "ba55efbbb8661daddf3d9a1b514bfa5a", "timestamp": "", "source": "github", "line_count": 382, "max_line_length": 113, "avg_line_length": 27.468586387434556, "alnum_prop": 0.644239016487182, "repo_name": "withinsoft/znc", "id": "ac9d691f663b8555a9cba3792266debe31de27d0", "size": "1112...
package com.ring2park; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class ApplicationTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public App...
{ "content_hash": "083cb5f1b43e5786e5f1d360f8bc558b", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 54, "avg_line_length": 17.42105263157895, "alnum_prop": 0.5906344410876133, "repo_name": "akevinlee/simple-webapp", "id": "01b8ea43407d48198ce7fc1e88e4e5e6483754d2", "size"...
'use strict'; var sinon = require('sinon'); var lets = require('../../.'); var test = require('./test'); exports.testableCallback = sinon.spy(function (stage) { stage.on('test', test.pluginOnTest); }); exports.test = lets.plugin(exports.testableCallback);
{ "content_hash": "52d2620314bccf553f8087898d96a0c5", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 55, "avg_line_length": 23.727272727272727, "alnum_prop": 0.6743295019157088, "repo_name": "letsjs/lets", "id": "383b9019d1614d45e21cccce70d1fff1d07ae42f", "size": "261", ...
package com.klogicapps.tv.billing; import android.app.Activity; import android.app.PendingIntent; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.IntentSender.SendIntentException; import android.content.ServiceConnection; import android.os.B...
{ "content_hash": "796dcdb78c53e50fc25d16a39068cde5", "timestamp": "", "source": "github", "line_count": 939, "max_line_length": 161, "avg_line_length": 41.98722044728434, "alnum_prop": 0.6843453558565413, "repo_name": "jc6212/Android-UTubeTV", "id": "0ea146d35773173732e9a088361bbfeeea603fc9", "size...
package com.severenity.engine.adapters; import android.content.Context; import android.databinding.DataBindingUtil; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseExpandableListAdapter; import com.severenity.R; import com.severenity.databinding.T...
{ "content_hash": "84d2f6576a062a8dccc994cb2cf599ba", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 125, "avg_line_length": 31.37272727272727, "alnum_prop": 0.7053028107794842, "repo_name": "OlegNovosad/Severenity", "id": "bda5c75466bde30d02be662a071e47e766a3dbd0", "size...
.. _multiple_admin_sites: Working with multiple admin sites ================================= Introduction ------------ Django supports custom admin sites, and of course you can have as many admin sites as you want, django-admin-tools provides basic support for this, you can setup a custom dashboard or menu for each...
{ "content_hash": "011f70bb2a4f007fa4995b6a29a1f924", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 95, "avg_line_length": 34.96610169491525, "alnum_prop": 0.7033446437227339, "repo_name": "glowka/django-admin-tools", "id": "f13b5044c233c5f9e3eee7e61fe2d0df62b53aea", "siz...
Database::Database(std::string path) { this->in_transaction = false; this->debug = false; int status = sqlite3_open(path.c_str(),&db); if (status!=SQLITE_OK) { printf("Database::Database sqlite3_open returned error code: %d\n",status); if (db != nullptr) { sqlite3_close(db); db = nullptr; } } s...
{ "content_hash": "af0d54dcb510f125f1214547c355017e", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 128, "avg_line_length": 54.43715846994535, "alnum_prop": 0.7379040353342702, "repo_name": "henfredemars/Lamina-Project", "id": "a41becd6c52c8e92b2ecdddf30239c64e2d4262f", ...
using namespace System; using namespace System::Reflection; using namespace System::Runtime::CompilerServices; using namespace System::Runtime::InteropServices; using namespace System::Security::Permissions; // // General Information about an assembly is controlled through the following // set of attributes. Change th...
{ "content_hash": "0b6e5a9a3502f1dab14562536df9ca71", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 84, "avg_line_length": 34.56410256410256, "alnum_prop": 0.7707715133531158, "repo_name": "okaywang/MyPcap", "id": "0de6e681fa433eb33046f3d6aed8ab96cb9c1164", "size": "1348"...
package org.lwjgl.test.openal; import java.nio.IntBuffer; import org.lwjgl.BufferUtils; import org.lwjgl.openal.AL; import org.lwjgl.openal.ALC10; /** * * This is a test for the ALC part of OpenAL * * @author Brian Matzon <brian@matzon.dk> * @version $Revision: 2983 $ * $Id: ALCTest.java 2983 2...
{ "content_hash": "beaebd63c9bb46f03ffbeecf041ab523", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 98, "avg_line_length": 27.375, "alnum_prop": 0.6616438356164384, "repo_name": "mk12/mycraft", "id": "fef55692a640d1dbb08191e2685d900052e2d026", "size": "3802", "binary": ...
"""This pip smoke test verifies dependency files exist in the pip package. This script runs bazel queries to see what python files are required by the tests and ensures they are in the pip package superset. """ from __future__ import absolute_import from __future__ import division from __future__ import print_functio...
{ "content_hash": "e470f7567a6d76167d2f4f1c37b8a91e", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 128, "avg_line_length": 41.80898876404494, "alnum_prop": 0.7037086804622413, "repo_name": "girving/tensorflow", "id": "45106b35fc2e2c5bb981b178785ebf3089582c4d", "size": "...
package com.jeequan.jeepay.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.jeequan.jeepay.core.entity.SysLog; import com.jeequan.jeepay.service.mapper.SysLogMapper; import org.springframework.stereotype.Service; /** * <p> * 系统操作日志表 服务实现类 * </p> * * @author [mybatis p...
{ "content_hash": "8f1b2c223abffdf0e353a45ceb58dfd5", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 70, "avg_line_length": 22.15, "alnum_prop": 0.7652370203160271, "repo_name": "jmdhappy/xxpay-master", "id": "46a1b2f9690603481ddf885b2596f7bd1976cc22", "size": "1132", "b...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <resources> <resource name="fBasic" type="RESOURCE"/> <resource name="fMedium" type="RESOURCE"/> <resource name="fLarge" type="RESOURCE"/> </resources>
{ "content_hash": "efc7ae80ac20e1f3652248c589f98de5", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 54, "avg_line_length": 35.5, "alnum_prop": 0.6807511737089202, "repo_name": "Widdershin/old-game-maker-games", "id": "8ea6f6cef580e6c764a3f4d2c7259f31f72aecdd", "size": "213...
_male_start_hi = ['https://media.giphy.com/media/dzaUX7CAG0Ihi/giphy-downsized.gif', 'https://media.giphy.com/media/oJiCqvIqPZE3u/giphy.gif'] _female_start_hi = ['https://media.giphy.com/media/a1QLZUUtCcgyA/giphy-downsized.gif', 'https://media.giphy.com/media/EPJZhOrStSpz2/giphy-d...
{ "content_hash": "7f56036ef04ee2e2b9bdf3cf8b44eddc", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 86, "avg_line_length": 40.375, "alnum_prop": 0.6455108359133127, "repo_name": "mayukh18/BlindChat", "id": "c8688fee36421aa99493fb5277e4da3899d3b2bc", "size": "646", "bina...
import alt from '../libs/alt'; export default alt.generateActions( 'create', 'update', 'delete', 'attachToLane', 'detachFromLane', 'move' );
{ "content_hash": "6f4f6d803f1be6c7ce3253b5c951dd81", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 37, "avg_line_length": 21.857142857142858, "alnum_prop": 0.6470588235294118, "repo_name": "jahmaiosullivan/yoorcity", "id": "defbd402dc0316f8af6bc569ee96338e5b3b8e4d", "size...
This design document is a proposal for Dashboard UI user experience that covers navigation and the way of displaying and interacting with K8s objects. ## Background Currently Dashboard UI allows users to see and interact with a very limited subset of Kubernetes resources. For example, it shows Replication Controllers...
{ "content_hash": "dcd6dcc8b7fa4f378bb4393784f9cb3f", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 112, "avg_line_length": 47.47770700636943, "alnum_prop": 0.7899114569358734, "repo_name": "batikanu/dashboard", "id": "39a3f6c1d73ca87d04f64e15e32a7038c8963e57", "size": "...
package app.mosn.zdepthshadowsample.fam; import android.content.Context; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.Gravity; import android.widget.ImageView; import app.mosn.zdepthshadowlayout.ZDepthShadowLayout; import app.mosn.zdepthshadowlayout.utils.DisplayUt...
{ "content_hash": "c0fa3a76b4c8a9a15f30ec1009e3e7e3", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 96, "avg_line_length": 31.385714285714286, "alnum_prop": 0.700955848884843, "repo_name": "peterdocter/ZDepthShadow", "id": "38aaaf3ea09368f099c188f71c3192fe05a49d1e", "size...
package org.itas.core; @FunctionalInterface public interface CallBack<T> { public void called(T back); }
{ "content_hash": "47a23ccac64a512d7ba8e7869fc9937a", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 30, "avg_line_length": 13.75, "alnum_prop": 0.7454545454545455, "repo_name": "liuxing521a/itas-core", "id": "38a4c10f79549326de4a2e9f0c9931c4ef9a3c29", "size": "110", "bin...
<?php namespace Chippyash\Math\Matrix\Special; use Chippyash\Math\Matrix\NumericMatrix; use Chippyash\Type\String\StringType; use Chippyash\Validation\Common\Lambda; use Chippyash\Validation\Exceptions\InvalidParameterException; use Chippyash\Validation\Logical\LAnd; use Chippyash\Validation\Logical\LOr; use Chippyas...
{ "content_hash": "2d12a92ccd1082459f1e7202b26065f1", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 89, "avg_line_length": 26.525, "alnum_prop": 0.5702167766258247, "repo_name": "chippyash/Math-Matrix", "id": "37f6f33d1731b9ec41fb7d65083a5b3c5d26a4dc", "size": "2250", "...
name: Bug report about: Create a report to help us improve title: '' labels: bug assignees: arsi-apli --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Screenshots**...
{ "content_hash": "0913089b7e168bea9337dc45eb6f9309", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 105, "avg_line_length": 31.76595744680851, "alnum_prop": 0.7160080375083724, "repo_name": "arsi-apli/NBANDROID-V2", "id": "b0ad1f7abdc34038d8c9cdd7869691714730e405", "size"...
package com.segal.mongorest.core.service; import com.segal.mongorest.core.pojo.BaseDocument; /** * Created with IntelliJ IDEA. * User: Jeff * Date: 4/17/14 * Time: 12:29 PM * To change this template use File | Settings | File Templates. */ public interface PersistenceListener<T extends BaseDocument> { void do...
{ "content_hash": "b453cfd4544fcd2b632a04a036a0d997", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 64, "avg_line_length": 20.55, "alnum_prop": 0.7372262773722628, "repo_name": "jeffsegal/mongo-rest", "id": "85e4fa2d226788cb7fc378ada78e841eb379faf2", "size": "411", "bin...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.minanos</groupId> <artifactId>minano-parent</artifactId> <vers...
{ "content_hash": "06eb2d2c011cf656e9b4ba70ef9f4656", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 154, "avg_line_length": 29.848780487804877, "alnum_prop": 0.7059977120444517, "repo_name": "minanos/minano", "id": "4f02e2ff6c9b82965d4b16b594772f9b210f4b7a", "size": "611...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("NS...
{ "content_hash": "fa5e1dc0f0051f23161fe2970464ee74", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.97222222222222, "alnum_prop": 0.7498262682418346, "repo_name": "fabtesta/NServiceBus4.Redis", "id": "caf2fb15ea72286e38f9cd650b839209698d81c0", "s...
const path = require('path'); const fs = require('fs'); const http = require('http'); const WebSocket = require('ws'); const _ = require('lodash'); const express = require('express'); const ejs = require('ejs'); const opener = require('opener'); const mkdir = require('mkdirp'); const { bold } = require('chalk'); cons...
{ "content_hash": "e1f34aefc22753aceac798408ddb7fc3", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 86, "avg_line_length": 23.835227272727273, "alnum_prop": 0.6202622169249106, "repo_name": "zhaoshuxue/document", "id": "89033a41a07228ebba020e02dc238cc877a32919", "size": ...
<?php use Laravel\Database\Eloquent\Query; use Laravel\Database\Eloquent\Relationships\Belongs_To; use Laravel\Database\Eloquent\Model; abstract class Base_Model extends Model { /** * * @var Query */ protected $query; /** * * @var Belongs_To */ protected $belongsT...
{ "content_hash": "3f9589d4128eeddbbe7d5c38c8e4c5df", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 92, "avg_line_length": 21.993788819875775, "alnum_prop": 0.5817565659418243, "repo_name": "Ruk33/AresLands", "id": "a866cfe410eef7d0208730e1d83fa60a45ed34be", "size": "354...
<!DOCTYPE html> <html> <head> <title>Promise tests</title> <meta charset="utf-8"> <link href="/mocha.css" type="text/css" rel="stylesheet"> <script src="/mocha.js" type="text/javascript" onload="mocha.setup('bdd');"></script> <script src="../../mini-module/mini-module.js" type="text/javascript">...
{ "content_hash": "695774ad6be6868cfc02ee85ca10ad40", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 101, "avg_line_length": 36, "alnum_prop": 0.6185897435897436, "repo_name": "mikonieminen/mini-promise", "id": "8c90f3ab83a0f0ac625720798436f5e387b64a0e", "size": "936", "...
<script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>window.pathPrefix="../../";</script><script>wind...
{ "content_hash": "caea74e0ea8dceea58a5e3d648a56ec4", "timestamp": "", "source": "github", "line_count": 902, "max_line_length": 398, "avg_line_length": 77.66407982261642, "alnum_prop": 0.4929981585371076, "repo_name": "dji-sdk/Mobile-SDK-Doc", "id": "b30cc7245df6d78faa4464548cda53c8ff5c12fb", "size...
ENAME=$0 usage() { cat << EOF Usage: $ENAME OPTION -x Clean git repository before preparing release EOF } while getopts "x" opt; do case "$opt" in x ) git clean -ffdx ;; ? ) usage exit 1 ;; esac done logfile=${PWD}/release.$(date +%y-%m-%d-%T).log echo "Logging to ${logfile}" # TODO: Handle tagging...
{ "content_hash": "55ed33990c4cd6e1bd132a9dd9d2d32a", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 74, "avg_line_length": 20.20689655172414, "alnum_prop": 0.6581342434584755, "repo_name": "paflib/paflib", "id": "be19538e6d3e4f5a1a457688cf2def7604bfbd00", "size": "1771", ...
package endpoints import ( "fmt" "net/http" gpath "path" "reflect" "sort" "strings" "time" "unicode" restful "github.com/emicklei/go-restful" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/conversion" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" "k...
{ "content_hash": "037446f55c4f7f69dbe86270ff45e49b", "timestamp": "", "source": "github", "line_count": 1126, "max_line_length": 217, "avg_line_length": 39.227353463587924, "alnum_prop": 0.7228661987774507, "repo_name": "jennybuckley/kubernetes", "id": "6996f79082b5bf72fbf98d7785a34444f2273328", "s...
var JSC = require("jscheck"); var assert = require("chai").assert; var _ = require("lodash"); var getTestUtils = require("../TestUtils.js"); module.exports = function(config) { var Immutable = config.implementation; var TestUtils = getTestUtils(Immutable); var check = TestUtils.che...
{ "content_hash": "72ed235f57933cc5ae11115113533b30", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 92, "avg_line_length": 31.09826589595376, "alnum_prop": 0.5691449814126394, "repo_name": "rtfeldman/seamless-immutable", "id": "88be1e23838ca4af08d77027cd80276d5f988afe", ...
<?php namespace spec\Humdir\Core\Usecase\Customer; use PhpSpec\ObjectBehavior; use Prophecy\Argument; class DeleteSpec extends ObjectBehavior { /** * @param Humdir\Core\Data\Customer $customer * @param Humdir\Core\Usecase\Customer\Delete\Repository $customer_delete */ function let($customer, $...
{ "content_hash": "4c199fb0f72c916b32306eb358b00418", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 89, "avg_line_length": 23.13888888888889, "alnum_prop": 0.6278511404561825, "repo_name": "Moult/humdir", "id": "aba29df1869ea5beb87bd24c82e950a191b9d0c8", "size": "833", ...
import anyTest, { TestInterface } from 'ava'; import { StyleCollection, lyl } from './parse'; import { mergeThemes } from './style-utils'; const test = anyTest as TestInterface<Context>; class Context { } test.before(t => { t.context = new Context(); }); test('merge theme StyleCollection with StyleTemplate', t =>...
{ "content_hash": "77bc82e881a0f5cc92533eb5ee330de2", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 87, "avg_line_length": 20.80701754385965, "alnum_prop": 0.5809443507588533, "repo_name": "Aviella/Alyle-UI", "id": "ebc039f62a0a5b372fda3a0d60f51968b8b2a0f9", "size": "1186...
module DataMapper # WebSync extensions to DataMapper properties. class Property # A stub class representing a postgres BYTEA. This is only used so # DataMapper will create it in the schema. class BetterBlob < Object # A stub load method. # # @param value [String] the value to load ...
{ "content_hash": "8bc627ab95cb8a9343c9b1694e514a7e", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 111, "avg_line_length": 31.979591836734695, "alnum_prop": 0.5398851308232291, "repo_name": "hhqqnu/WebSync", "id": "3728cd7d2f5e3148c0254aabf98db5c609b7cc19", "size": "1602...
const int FREEDESKTOP_NOTIFICATION_ICON_SIZE = 128; Notificator::Notificator(const QString &programName, QSystemTrayIcon *trayicon, QWidget *parent): QObject(parent), parent(parent), programName(programName), mode(None), trayIcon(trayicon) #ifdef USE_DBUS ,interface(0) #endif { if(trayicon ...
{ "content_hash": "ac559b436d212d8dc29b21ab78df7b60", "timestamp": "", "source": "github", "line_count": 277, "max_line_length": 167, "avg_line_length": 31.63898916967509, "alnum_prop": 0.6617982656321314, "repo_name": "MystiCoin/MystiCoin", "id": "b9d2bd0182f4456dc32138291256d5ce8c381218", "size": ...
<TS language="zh_HK" version="2.1"> <context> <name>AddressBookPage</name> </context> <context> <name>AddressTableModel</name> </context> <context> <name>AskPassphraseDialog</name> </context> <context> <name>MonetaGUI</name> </context> <context> <name>ClientModel</name> </context...
{ "content_hash": "85696aca7fb242289b263c4a29243253", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 44, "avg_line_length": 19.336363636363636, "alnum_prop": 0.6365773389750823, "repo_name": "habibmasuro/moneta-0.10.0", "id": "2d6141b4bbc210ac08b7f970e743b217df4b9409", "s...
<?xml version='1.0' encoding='UTF-8'?> <faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd" version="2.2"...
{ "content_hash": "bfc52cee1fdfa805fb3d832d5ecc5af9", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 128, "avg_line_length": 43.68273092369478, "alnum_prop": 0.5945573227912108, "repo_name": "paulnguyen/cmpe279", "id": "a7d1e923d1b6873c282995759c8ad61979a7047c", "size": "...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="theme-color" content="#1b1b1b"/> <title>raincloud</title> </head> <body> <div id="app-container"></div> <s...
{ "content_hash": "2e78d65eb3180be301f53de8be4a9372", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 72, "avg_line_length": 26.571428571428573, "alnum_prop": 0.6532258064516129, "repo_name": "Pamplemaus/raincloud", "id": "3654565e05c2ac2819450e70488b57ce8cd5e3e2", "size": ...
<<<<<<< HEAD <?php /** Get the contact lists in your account. **/ require_once 'inc/BMEAPI.class.php'; require_once 'inc/config.php'; //contains username & password $api = new BMEAPI($username, $password, $apiURL); if ($api->errorCode){ // an error occurred while logging in echo "code:".$api->errorCode."\n"; ech...
{ "content_hash": "89b4f316145799e8161ffcdf88d708dc", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 74, "avg_line_length": 24.69333333333333, "alnum_prop": 0.593952483801296, "repo_name": "amirws/em-1", "id": "fd43d903221a9e795681d2fd00bdd919c18e8f44", "size": "1852", "...