text
stringlengths
2
1.04M
meta
dict
{{- $compatibility := .Site.Params.compatibility | default dict -}} {{- $cdn := .Scratch.Get "cdn" | default dict -}} {{- $fingerprint := .Scratch.Get "fingerprint" -}} {{- /* Polyfill.io */ -}} {{- if $compatibility.polyfill -}} {{- $features := slice -}} {{- range resources.Get "data/polyfill.yml" | transfor...
{ "content_hash": "c5f8da2c23d1ab67612bb1f661f2b695", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 175, "avg_line_length": 44.77272727272727, "alnum_prop": 0.5604060913705584, "repo_name": "nange/blog", "id": "b460f185f12cfa98a4bd0fef8d439fe5fd2ccfc4", "size": "985", "...
import importlib import re import xml.etree.cElementTree as xml from rinde.stage import StageFactory from rinde.stage.node import ComplexNode from rinde.stage.node import SimpleNode from rinde.stage.node.util import Group class AbstractXMLParser(object): def __init__(self, file): try: self.__parse_file(file) ...
{ "content_hash": "a6965dcc45681740b2d3444b21610881", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 108, "avg_line_length": 29.805882352941175, "alnum_prop": 0.7217288336293665, "repo_name": "r0jsik/rinde", "id": "25459260abaa9d9bc815139b42d38bd56ff11a85", "size": "5067"...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/popup_inline_error_above" android:orientation="horizontal" > <LinearLayout a...
{ "content_hash": "263a847870948b985e31931e98a280e1", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 72, "avg_line_length": 32.24444444444445, "alnum_prop": 0.6095796002756719, "repo_name": "Ztiany/Repository", "id": "f33eece1794635afd7f2021724b0310bc7671138", "size": "291...
class Admin::UsersController < Admin::AdminController def index @users = current_organization.users.paginate(:page => params[:page], :per_page => 30) end def show @user = current_organization.users.find(params[:id]) end def edit @user = current_organization.users.find(params[:id]) end def u...
{ "content_hash": "a0c4e3139935b455f03c9e60c6ee8820", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 133, "avg_line_length": 28.727272727272727, "alnum_prop": 0.6447784810126582, "repo_name": "chadfennell/ccf", "id": "cc9ba2fd228ea26d52383e1e1090d991b18bc714", "size": "126...
<?php Class QueueTest extends PHPUnit_Framework_TestCase { public function setUp(){ $this->Queue = new \Disco\classes\Queue; }//setUp public function testPush(){ //$file = \App::$app->path.'/vendor/discophp/framework/test/asset/queue-test.txt'; //$this->Queue->push(function() { ...
{ "content_hash": "6df426f9bb2c911ac6c72cdc78678824", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 114, "avg_line_length": 23.925925925925927, "alnum_prop": 0.5727554179566563, "repo_name": "melvinyoung4/ivdimensions", "id": "89cba4bdd3b0c16eb827d5228d59c906a21da8d4", "s...
var thisPlugin = { id: 'midLeg.har', executor: function(next, thisEscalator) { // ---[[[ all done here centipede.legs.har = har; next(); } }; module.exports = thisPlugin; function har(options) { this.options = options; var leg = { id: 'har', executor: function(next, thisEscalator) { console.log('--...
{ "content_hash": "c8940ca1d2184ba817f66a42dd402501", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 123, "avg_line_length": 21.64516129032258, "alnum_prop": 0.6423248882265276, "repo_name": "itsatony/centipede", "id": "2e1da3c29908e29581d1528b2b59b556d4c4f3e9", "size": "6...
import pickle import numpy as np import cv2 from kinect import Kinect from body import BodyDetector from hand import HandDetector, HandContourDetector from features import FourierDescriptors from sklearn.covariance import EmpiricalCovariance GO = 103 class TrainPose(): def __init__(self, id, nsamples, dst): ...
{ "content_hash": "0c3ff81c2731a499c991e51582bb6b44", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 67, "avg_line_length": 27.5, "alnum_prop": 0.5590909090909091, "repo_name": "fpeder/pyXKin", "id": "2da5bb106b7ad9997251ae5f5deb54e38631e39c", "size": "2247", "binary": f...
package de.fhkoeln.tests.tasks; import de.fhkoeln.Pipeline; import de.fhkoeln.io.TextReader; import de.fhkoeln.tasks.NLPTask; import org.junit.Test; import java.io.File; import java.io.IOException; import java.util.Properties; import static org.hamcrest.core.IsNot.not; import static org.junit.Assert.assertEquals; im...
{ "content_hash": "07e42024510e9167fb5dcd1e40d05b17", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 93, "avg_line_length": 34.83720930232558, "alnum_prop": 0.6789052069425902, "repo_name": "slemke/tpp4j", "id": "d7ea006ab9a1e43b645026d1d5e40332586268f1", "size": "1498", ...
<!DOCTYPE html> <title>Tests that the cue display tree has been removed properly and no crash happens.</title> <script src="../media-file.js"></script> <script src="../media-controls.js"></script> <script src="../../resources/testharness.js"></script> <script src="../../resources/testharnessreport.js"></script> <video>...
{ "content_hash": "c874cde348762d1d114537a8c98d6495", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 94, "avg_line_length": 37.083333333333336, "alnum_prop": 0.6685393258426966, "repo_name": "google-ar/WebARonARCore", "id": "6294080d242f554c1a3e4ef71704c46da6d04856", "size...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- 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 copyrig...
{ "content_hash": "a965c734b442809ccfe8001efc10c3c2", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 93, "avg_line_length": 56.650485436893206, "alnum_prop": 0.6831191088260496, "repo_name": "mufaddalq/cloudstack-datera-driver", "id": "fcb7305a7ce868aad8f9aceabe438123668cbd...
package android_testsuite.mytest.camera; import android.content.Context; import android.hardware.Camera; import android.view.SurfaceHolder; import android.view.SurfaceView; import java.io.IOException; /** * 照相预览基类 * Created by renhui on 2015/4/29. */ public class CameraPreview extends SurfaceView implements Surfa...
{ "content_hash": "87316ebe9c444e02f45ddc0af7173200", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 87, "avg_line_length": 28.542857142857144, "alnum_prop": 0.6321321321321322, "repo_name": "renhui/android_career", "id": "d877f42ea15dc34cc356691e4e85ce78abeced49", "size":...
class Thor Correctable = if defined?(DidYouMean::SpellChecker) && defined?(DidYouMean::Correctable) # rubocop:disable Naming/ConstantName # In order to support versions of Ruby that don't have keyword # arguments, we need our own spell checker class that doesn't take key ...
{ "content_hash": "1954613f2f5ce29e8f025d52aafdeac7", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 128, "avg_line_length": 29.6, "alnum_prop": 0.6581695331695332, "repo_name": "erikhuda/thor", "id": "c7c285906483cfe82658e37df55e3c2e40dfd3da", "size": "3256", "binary":...
Contributors ============ People that have helped in any way shape or form to get to where we are, many thanks. In our team ----------- * `Dave Fuller <https://github.com/daveaccent>`_ * `Stuart George <https://github.com/stuartaccent>`_ * `Tim Donhou <https://github.com/timaccent>`_ In the community --------------...
{ "content_hash": "ae125be8475d203c32908fc87309c61a", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 85, "avg_line_length": 28.5, "alnum_prop": 0.6596491228070176, "repo_name": "AccentDesign/wagtailstreamforms", "id": "ef2d70dbae49ccb65f18b2b1e32d38e506c8214e", "size": "57...
import Ember from 'ember'; import Util from 'ember-cli-pagination/util'; import TruncatePages from './truncate-pages'; import SafeGet from '../util/safe-get'; export default Ember.Object.extend(SafeGet, { pageItemsAll: Ember.computed("currentPage", "totalPages", function() { const currentPage = this.getInt("curr...
{ "content_hash": "2134809d64c8d28fb0b9281a433846e4", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 103, "avg_line_length": 30.535714285714285, "alnum_prop": 0.6017543859649123, "repo_name": "broerse/ember-cli-pagination", "id": "7c5a68d3fc3f60ab5d7410d892ae3e5069f8ec33", ...
messageFormatPreprocess.select = function (object, data) { return object; // nothing to do here ;) };
{ "content_hash": "64fabd69eaaf1d603bbf4d51604268a9", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 58, "avg_line_length": 34.666666666666664, "alnum_prop": 0.7115384615384616, "repo_name": "Nemo64/meteor-translator", "id": "49cdf969eed263ce8d8ac88c0639f71d3454f325", "size...
title: Statistical and Dynamical Downscaling, A Report excerpt: For an Atmospheric Science course, I evaluated climate model downscaling approaches. date: December 2016 published: true link: /portfolio/writing/downscaling.pdf header: teaser: /portfolio/writing/downscaling.png ---
{ "content_hash": "af0295a2c25e43b63d3e299843d79792", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 93, "avg_line_length": 35.75, "alnum_prop": 0.8041958041958042, "repo_name": "acannistra/acannistra.github.io", "id": "4c4dd5f749d4b2f275cbe7439d0344c5924a08c9", "size": "29...
using Dealership.Engine; namespace Dealership.Contracts { public interface ICommandHandler : ICommandHandlerProcessor { void SerSuccessor(ICommandHandler commandHandler); } }
{ "content_hash": "32e0fc00bca532d3f61ad6139ec5aa33", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 63, "avg_line_length": 21.88888888888889, "alnum_prop": 0.751269035532995, "repo_name": "Camyul/Modul_2_CSharp", "id": "64e99355b9f7eb449c7ead4821d64d9d93419b78", "size": "1...
class CreateChatUsers < ActiveRecord::Migration def change create_table :chat_users do |t| t.references :chat, chat: true, index: true, foreign_key: true t.references :user, index: true, foreign_key: false t.datetime :departed_at t.timestamps null: false end end end
{ "content_hash": "092cee6716558874775daecc2dfa152a", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 68, "avg_line_length": 27.636363636363637, "alnum_prop": 0.6776315789473685, "repo_name": "buermann/introspective_admin", "id": "92c9db506820d57ccc60f5d18f48330be1302d2c", ...
#ifndef GAGMODEL_H #define GAGMODEL_H #include <QtCore/QAbstractListModel> #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) #include <QtQml/QQmlParserStatus> #define DECL_QMLPARSERSTATUS_INTERFACE Q_INTERFACES(QQmlParserStatus) #else #include <QtDeclarative/QDeclarativeParserStatus> #define QQmlParserStatus QD...
{ "content_hash": "1e126ff8e56e56b293480c5dcef7ee68", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 111, "avg_line_length": 30.492424242424242, "alnum_prop": 0.7088198757763975, "repo_name": "dicksonleong/GagBook", "id": "b5530ebc59f948a04081a810c0a09d59d385b7c3", "size"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for C:\xampp\htdocs\fifafutsal\application/views/errors</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive....
{ "content_hash": "0919fd223bfdb2e7686017eca018168d", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 289, "avg_line_length": 40.336363636363636, "alnum_prop": 0.5774171737660582, "repo_name": "afiardo1302/fifafutsal", "id": "be510bcb0d05f8fb6e9cfe62286be77a49cabecf", "siz...
Copyright (c) 2016 Mike Barwick <mike@barwickandco.com> > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the "Software"), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, m...
{ "content_hash": "68ed6dcabadd436d8de89f15c2cf8f5f", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 79, "avg_line_length": 58.526315789473685, "alnum_prop": 0.7823741007194245, "repo_name": "mbarwick83/instagram", "id": "3e4ef668e4333496fae9ac27f79caef163bcab8f", "size": ...
package psidev.psi.mi.jami.xml.model.extension; import psidev.psi.mi.jami.datasource.FileSourceContext; import psidev.psi.mi.jami.datasource.FileSourceLocator; import psidev.psi.mi.jami.model.CooperativityEvidence; import psidev.psi.mi.jami.model.CvTerm; import psidev.psi.mi.jami.model.Experiment; import psidev.psi.mi...
{ "content_hash": "f993de7aca502efa06ed4d6efbc656e7", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 120, "avg_line_length": 29.67948717948718, "alnum_prop": 0.6306695464362851, "repo_name": "MICommunity/psi-jami", "id": "3337448df6ac02638fd399daf040546c6a787345", "size":...
const path = require('path'); const merge = require('webpack-merge'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const common = require('./webpack.common.js'); const distRoot = path.resolve('public'); module.exports = merge({ entry: path.resolve('app/src/client/index.js'), output: { path: distRo...
{ "content_hash": "9bd4f37a39c7f5b106d89e29ca689b0b", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 57, "avg_line_length": 22.227272727272727, "alnum_prop": 0.6584867075664622, "repo_name": "eduard-idon-io/preact-acme", "id": "47a05c37b991ceefb8dcf979a9b01bcb8d5ebc1b", "s...
package com.faforever.api.data; import com.faforever.api.AbstractIntegrationTest; import com.faforever.api.data.domain.GroupPermission; import com.faforever.api.player.PlayerRepository; import com.faforever.api.security.OAuthScope; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation....
{ "content_hash": "26072961718490e313ba4396f0334f5c", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 285, "avg_line_length": 40.48461538461538, "alnum_prop": 0.6921907657229717, "repo_name": "FAForever/faf-java-api", "id": "61a40857e3c4f31741e3efe2487ee1d16c73d15c", "size...
module.exports = { siteMetadata: { title: `uncompiled`, siteUrl: `https://www.yourdomain.tld`, }, plugins: [], }
{ "content_hash": "a99d3a84359a7cd976e4bc15401edc9d", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 42, "avg_line_length": 18.142857142857142, "alnum_prop": 0.5905511811023622, "repo_name": "gatsbyjs/gatsby", "id": "d2d39c7540947865b88cd01ca247eaae7f2ea6ea", "size": "127",...
package edacc.configurator.aac.search.ibsutils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import jav...
{ "content_hash": "894a9d08052050161e1df0c66e9bc5f3", "timestamp": "", "source": "github", "line_count": 1480, "max_line_length": 431, "avg_line_length": 35.27567567567568, "alnum_prop": 0.6424111247318418, "repo_name": "EDACC/edacc_aac", "id": "51d92418697ae222aa2d400eab84151a4c474177", "size": "52...
.. _guide_WPS: WPS design ========== .. contents:: :local: :depth: 1 Setting up a new WPS ==================== If you are familiar with all the upper chapters you are ready to create your own WPS. The WPS in birdhouse are named after birds, so this section is giving you a guidline of how to make your own...
{ "content_hash": "71f6902b0658fa420d4db99108553ee5", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 668, "avg_line_length": 47.32432432432432, "alnum_prop": 0.7460022844089091, "repo_name": "bird-house/birdhouse-docs", "id": "7d1e9d8e3f0898604173647f5a0d35c00806b8b4", "s...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package vendinglab5; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.Before...
{ "content_hash": "42ea5616bb141d873a701972b97dfad0", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 83, "avg_line_length": 27.04724409448819, "alnum_prop": 0.5534206695778748, "repo_name": "dbelhumeur/Lab5Monday", "id": "e6ceae2535c810aef954427e821d5d327cdac610", "size":...
/*! * @file * Netatalk utility functions * * Utility functions for these areas: \n * * sockets \n * * locking \n * * misc UNIX function wrappers, eg for getcwd */ #ifndef _ATALK_UTIL_H #define _ATALK_UTIL_H 1 #include <sys/cdefs.h> #include <sys/types.h> #ifdef HAVE_UNISTD_H #include <unistd.h> #endif /* HAVE...
{ "content_hash": "7989787687b9107f33c3296aaa0f23d6", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 100, "avg_line_length": 34.325, "alnum_prop": 0.5546977421704297, "repo_name": "Saresu/scripts", "id": "3a6dd24498bb85e7e66c84800f4edb633ca26aeb", "size": "6865", "binar...
from __future__ import print_function import simcityweb.cli from simcityweb.cli import (confirm, dialog, choice_dialog, new_or_overwrite) from pytest import raises class CliInput(object): def __init__(self, responses): self.i = 0 self.responses = responses self.messages = [None] * len(res...
{ "content_hash": "2e03eecbba89b04acaf65818d3d5d8d8", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 77, "avg_line_length": 31.03125, "alnum_prop": 0.6226082578046325, "repo_name": "NLeSC/sim-city-webservice", "id": "07f65b30b64d967f4ab56b041ea9e123b8475738", "size": "458...
"""Config flow to configure Axis devices.""" import voluptuous as vol from homeassistant import config_entries from homeassistant.const import ( CONF_DEVICE, CONF_HOST, CONF_MAC, CONF_NAME, CONF_PASSWORD, CONF_PORT, CONF_USERNAME, ) from homeassistant.core import callback from homeassistan...
{ "content_hash": "184b6d746471c6af7ce1d10960f7f6d4", "timestamp": "", "source": "github", "line_count": 232, "max_line_length": 83, "avg_line_length": 33.03448275862069, "alnum_prop": 0.6012526096033403, "repo_name": "Cinntax/home-assistant", "id": "3b5efe96760efd1b03ba26a3a07acebfd9ee9d18", "size"...
using osu.Game.Rulesets.Edit; using osu.Game.Rulesets.Objects; using osu.Game.Rulesets.Objects.Drawables; using osu.Game.Rulesets.Osu.Edit.Blueprints.Spinners; using osu.Game.Rulesets.Osu.Objects; using osu.Game.Rulesets.Osu.Objects.Drawables; using osu.Game.Tests.Visual; namespace osu.Game.Rulesets.Osu.Tests { pu...
{ "content_hash": "f4b4849f9b4c16f8b2e91f97d4ee310a", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 125, "avg_line_length": 37.35294117647059, "alnum_prop": 0.7952755905511811, "repo_name": "DrabWeb/osu", "id": "9001ad3596b01a058708a609886a1754d9c19483", "size": "785", ...
/** * @author Oleg V. Khaschansky */ package java.awt.color; import org.apache.harmony.awt.internal.nls.Messages; public class ICC_ProfileRGB extends ICC_Profile { private static final long serialVersionUID = 8505067385152579334L; ICC_ProfileRGB(long profileHandle) { super(profileHandle); } ...
{ "content_hash": "4d8fc5a9c1dee469bf76bfe677249d32", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 88, "avg_line_length": 27.14457831325301, "alnum_prop": 0.596537949400799, "repo_name": "freeVM/freeVM", "id": "93af68be63f4944cb87bc16ec2fdfd1a011cce32", "size": "3065", ...
WINDOWS BUILD NOTES =================== See [readme-qt.md](readme-qt.md) for instructions on building EquiTrader-Qt, the graphical user interface. Compilers Supported ------------------- TODO: What works? Note: releases are cross-compiled using mingw running on Linux. Dependencies ------------ Libraries you need to...
{ "content_hash": "b91c50def6097e6c6c7c6d7ae061be33", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 117, "avg_line_length": 25.06024096385542, "alnum_prop": 0.6365384615384615, "repo_name": "equitrade/equitrade", "id": "a04b1e480db2f56bd13e11b1de3bce41f8aa7b0a", "size": "...
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
{ "content_hash": "efe6a870f34ae54ac785b4dc84326331", "timestamp": "", "source": "github", "line_count": 15342, "max_line_length": 427, "avg_line_length": 46.733998174944595, "alnum_prop": 0.6211971386052584, "repo_name": "Shiney/roslyn", "id": "be4aa5fc49e58449c27ab476a2bf6a5fd28b55b1", "size": "71...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Dec 10 00:35:58 EST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class...
{ "content_hash": "18bc4f366274b839e820ba1f5a875266", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 390, "avg_line_length": 45.5989010989011, "alnum_prop": 0.6257380407277985, "repo_name": "71D3R/datos", "id": "a8b27229e4b44440668d6664c9b9a191b68e3bb8", "size": "8299", ...
require 'concurrent/promises' module Concurrent module Promises class Future < AbstractEventFuture # @!macro warn.edge module ActorIntegration # Asks the actor with its value. # @return [Future] new future with the response form the actor def then_ask(actor) self.t...
{ "content_hash": "70656ab1e6e808638520580eab7d414e", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 112, "avg_line_length": 33.44186046511628, "alnum_prop": 0.6088317107093185, "repo_name": "lucasallan/concurrent-ruby", "id": "1a9487cd55aee141f2bdf2c1e0579a87e2afd971", "...
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/white"> <LinearLayout android:layout_width="match_par...
{ "content_hash": "7dc89098b05e54226d25a381f3d429cb", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 70, "avg_line_length": 36.22222222222222, "alnum_prop": 0.5506134969325154, "repo_name": "Catherine22/WebServices", "id": "f84714ea86dbf8b52a662e1aeb8a0f11f291bc87", "size"...
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl\nsILoadGroup.idl */ #ifndef __gen_nsILoadGroup_h__ #define __gen_nsILoadGroup_h__ #ifndef __gen_nsIRequest_h__ #include "nsIRequest.h" #endif /* For IDL files that don't want to include root IDL files. */ #ifndef NS_NO_VTABLE #define N...
{ "content_hash": "7a0b145cfd9e4feb3f9f8d4e47a5395f", "timestamp": "", "source": "github", "line_count": 352, "max_line_length": 194, "avg_line_length": 46.09375, "alnum_prop": 0.7673959938366718, "repo_name": "andrasigneczi/TravelOptimizer", "id": "52eb2d7f81535a82dc5824ca549d5c9553808a23", "size":...
/* * $Id: XUnresolvedVariable.java 468643 2006-10-28 06:56:03Z minchau $ */ package org.apache.xalan.templates; import org.apache.xalan.res.XSLTErrorResources; import org.apache.xalan.transformer.TransformerImpl; import org.apache.xpath.VariableStack; import org.apache.xpath.XPathContext; import org.apach...
{ "content_hash": "f110bfb74a19c5e459bf70efc27bea32", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 92, "avg_line_length": 31.912280701754387, "alnum_prop": 0.6545721092175187, "repo_name": "kcsl/immutability-benchmark", "id": "283813f769d0c2a434c511392c660e0bd8e4c75e", ...
#pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "79F7745E84F6B95AC303C6D0656A803577B662B164339613DEA6571B2A800570" //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.4...
{ "content_hash": "b18a423b89106bad939dd0ac74fd5a1b", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 142, "avg_line_length": 32.74666666666667, "alnum_prop": 0.6054560260586319, "repo_name": "VishwasShashidhar/SymphonyElectron", "id": "8f18e7cd52535c1c03771c3726ecdc4c0783e99...
<!-- 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 License, Version 2.0 (the "License"); you may not use this...
{ "content_hash": "758575016136ac434759dd9834e40f58", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 141, "avg_line_length": 39.56896551724138, "alnum_prop": 0.5956427015250545, "repo_name": "amiryesh/incubator-trafficcontrol", "id": "d54dea4fcb531c1d80d2760949c6e28e52c5fbeb...
import { SvgModule } from './../svg/svg.module'; import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { ImageUploadComponent } from './image-upload.component'; import { TranslateModule } from '@ngx-translate/core'; @NgModule({ imports: [ CommonModule, SvgModule, ...
{ "content_hash": "50510d96c74555a9f98dfd3d8bfc0a8d", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 64, "avg_line_length": 23.7, "alnum_prop": 0.6835443037974683, "repo_name": "googleartsculture/workbench", "id": "3126cb2c1fc68be6709a3a7fd53d7127a20a19ea", "size": "1063",...
package com.redhat.ceylon.tools.help; import java.io.StringWriter; import java.util.List; import junit.framework.Assert; import org.junit.Test; import org.tautua.markdownpapers.HtmlEmitter; import org.tautua.markdownpapers.ast.Document; import org.tautua.markdownpapers.ast.Node; import com.redhat.ceylon.common.too...
{ "content_hash": "4921fb98531ef61f610e6e0081a56f12", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 75, "avg_line_length": 29.525252525252526, "alnum_prop": 0.5210400273691413, "repo_name": "gijsleussink/ceylon", "id": "7b97257002c22b57720b33390ef81dfc1382cb4e", "size": "...
import {Component} from '@angular/core'; @Component({ selector:'conversation', templateUrl:'./message.component.html', styleUrls:[] }) export class MessageComponent{ constructor(){ } }
{ "content_hash": "c6d9b0ab2d783dfac16d5c83b8ed9208", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 41, "avg_line_length": 18.09090909090909, "alnum_prop": 0.6884422110552764, "repo_name": "ptech360/cs-school", "id": "66dba7d561b9e651833e9f11e9c62ad626fa9625", "size": "19...
using System; namespace DragonSpark.Model.Selection.Stores; public class ReferenceValueStore<TIn, TOut> : Select<TIn, TOut> where TIn : class where TOut : class? { protected ReferenceValueStore(ISelect<TIn, TOut> select) : this(select.Get) {} protected ReferenceValueStore(Func<TIn, TOut> source) : base(new Refere...
{ "content_hash": "df1c27178b864a54331e2890c0bbf137", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 108, "avg_line_length": 35.8, "alnum_prop": 0.7625698324022346, "repo_name": "DragonSpark/Framework", "id": "6aa2c230013e6d4ce95ed089123c096772c24021", "size": "360", "bi...
import React from 'react'; import { render } from 'react-dom'; import { Provider } from 'react-redux'; import { createStore, applyMiddleware, compose, StoreEnhancerStoreCreator, StoreEnhancer, } from 'redux'; import logger from 'redux-logger'; import { Route } from 'react-router'; import { createBrowserHistor...
{ "content_hash": "d3c76dd7a3ddcacb060531e8c1b473cc", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 78, "avg_line_length": 29.575757575757574, "alnum_prop": 0.6895491803278688, "repo_name": "gaearon/redux-devtools", "id": "82015be0f6f7c6d60355207f7f970e062250e1aa", "size"...
package stream import ( "context" "os" "strconv" "time" "go-micro.dev/v4/logger" ) var ( janitorConsumerTimeout = 24 * time.Hour // threshold for an "old" consumer janitorFrequency = 4 * time.Hour // how often do we run the janitor defaultTrimDuration = 5 * 24 * time.Hour // oldest event in...
{ "content_hash": "25fb6be9559cbf72ca1438044d64432b", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 122, "avg_line_length": 30.835443037974684, "alnum_prop": 0.6637931034482759, "repo_name": "myodc/go-micro", "id": "aade67d830c1ddf5e5cb5e00aa8804d688eac14b", "size": "2436...
module UIAutomation module Traits # Defines methods for elements that support text entry using the system keyboard. # module TextInput ### @!group Actions # Sets the text of the text field directly, bypassing the keyboard. # # If the text field does not currently have keyboard...
{ "content_hash": "a03ec367a203d09e9b42a049105e75fb", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 95, "avg_line_length": 31.655172413793103, "alnum_prop": 0.6236383442265795, "repo_name": "songkick/rubium-ios", "id": "69f7ff1a64a51f69d0c5e93101a4b53a0af74789", "size": "...
module Capnotify class Component class TemplateUndefined < StandardError; end attr_accessor :header, :name # the class(s) for this component (as a string) attr_accessor :css_class, :custom_css # a block that will configure this instance lazily attr_reader :builder attr_accessor :templ...
{ "content_hash": "c0e9aadbdee64cf5532df143811ba016", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 117, "avg_line_length": 27.934782608695652, "alnum_prop": 0.6490272373540856, "repo_name": "spikegrobstein/capnotify", "id": "ca3ae2d744a02c87cde797fa649d2858b34b01d2", "si...
package com.github.spuchmann.xml.splitter.stax; import org.junit.Test; import java.util.HashMap; import java.util.Map; import javax.xml.namespace.QName; import static org.hamcrest.CoreMatchers.not; import static org.hamcrest.core.Is.is; import static org.hamcrest.core.IsNull.notNullValue; import static org.junit.As...
{ "content_hash": "aec3fc821aea12f4e80e6d4720cf51dc", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 86, "avg_line_length": 32.53448275862069, "alnum_prop": 0.6767355590885002, "repo_name": "spucman/xml-splitter", "id": "3ab0e94e7a4a5b2da0abc72296375cc5a38c9667", "size": "...
package todomvcfx.referenceimpl.controllers; import javafx.collections.ListChangeListener; import javafx.fxml.FXML; import javafx.scene.control.CheckBox; import javafx.scene.control.TextField; import todomvcfx.referenceimpl.Repository; import todomvcfx.referenceimpl.TodoItem; public class AddItemsController { @FX...
{ "content_hash": "a4fe13839130709f5c25a54ce96867ae", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 87, "avg_line_length": 30.036585365853657, "alnum_prop": 0.5891189606171335, "repo_name": "bekwam/todomvcFX", "id": "6e30b442d3fd3baad40ad7748157079e9a979bc3", "size": "246...
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("04...
{ "content_hash": "9cd00fba486b6cc8c261a60aeb492ed5", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 38.861111111111114, "alnum_prop": 0.7441029306647605, "repo_name": "siderisltd/Telerik-Academy", "id": "c77320d3d19c5b46a62d083573a8df7f211ba07a", "s...
var autoprefixer = require('autoprefixer'); var path = require('path'); var merge = require('webpack-merge'); var webpack = require('webpack'); var HtmlwebpackPlugin = require('html-webpack-plugin'); var ExtractTextPlugin = require('extract-text-webpack-plugin'); var getProdConfig = require('./webpack.production'); var...
{ "content_hash": "b359f28523a29d4f2596c1a77a80d7f6", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 102, "avg_line_length": 25.373626373626372, "alnum_prop": 0.563014291901256, "repo_name": "willmendesneto/generator-reactor", "id": "ad21ef891376ac3fec4ca9fdb0ffebab858430ac"...
<HTML> <HEAD> <TITLE> EMBOSS: tfextract </TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF" text="#000000"> <!--#include file="header1.inc" --> tfextract <!--#include file="header2.inc" --> <H2> Function </H2> <!--#include file="inc/tfextract.ione" --> <H2> Description </H2> <p><b>tfextract</b> extracts data ...
{ "content_hash": "bd9f91ca865b3d21cd3f02c8a82e8a43", "timestamp": "", "source": "github", "line_count": 204, "max_line_length": 751, "avg_line_length": 24.691176470588236, "alnum_prop": 0.7111375818939845, "repo_name": "lauringlab/CodonShuffle", "id": "dbfd95cfffad082ec7f614871f547308ac75eff2", "si...
using System; using System.Xml.Linq; namespace Microsoft.TeamFoundation.VersionControl.Client.Objects { public class ItemSpec { public ItemSpec(string item, RecursionType recursionType) { if (string.IsNullOrEmpty(item)) throw new ArgumentException("Value cannot be nu...
{ "content_hash": "aa0d1b69b054d76582288e74062eace3", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 83, "avg_line_length": 32.255319148936174, "alnum_prop": 0.587730870712401, "repo_name": "stneykov/monodevelop-tfs-addin", "id": "13e99c325c466c6f4f7cae60daa281ebdf4fc4e9", ...
CREATE TABLE Bees ( id int PRIMARY KEY, name varchar(50) NOT NULL UNIQUE, wings int CHECK(wings >= 2), legs int CHECK (legs < 8) );
{ "content_hash": "5352f503011f1460e22067767f5d39de", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 35, "avg_line_length": 23.333333333333332, "alnum_prop": 0.6571428571428571, "repo_name": "ngaut/sqlite-parser", "id": "0fa3050541442b7f61d5e74449b8c9407e2393ec", "size": "1...
.class public Landroid/media/MediaFile$MediaFileType; .super Ljava/lang/Object; .source "MediaFile.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/media/MediaFile; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x9 name = "MediaF...
{ "content_hash": "6daba6702fb00744b43157c6894a5092", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 92, "avg_line_length": 22.794117647058822, "alnum_prop": 0.752258064516129, "repo_name": "BatMan-Rom/ModdedFiles", "id": "82bc0bc6112e3a3b4456a1029980b7b6c80e4ff3", "size":...
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <shem.com.materiallogin.MaterialLoginView android:id="@+id/login" android:layout_width="match_parent" ...
{ "content_hash": "5aa12e0eee68a648960ab38eb244cca9", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 62, "avg_line_length": 34.63636363636363, "alnum_prop": 0.6902887139107612, "repo_name": "marccaps/RacoMobile", "id": "647f487f96e049fbd983c4d0fa11501ffc8f878f", "size": "3...
// Part of fCraft | Copyright (c) 2009-2013 Matvei Stefarov <me@matvei.org> | BSD-3 | See LICENSE.txt using System; using System.Collections.Generic; using System.ComponentModel; using System.Xml.Linq; using JetBrains.Annotations; namespace fCraft.MapGeneration { /// <summary> MapGenerator that creates a flat, fe...
{ "content_hash": "7a2d74e81be0d3dbf832835a41ec77ac", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 117, "avg_line_length": 36.760147601476014, "alnum_prop": 0.5306163420999799, "repo_name": "111WARLOCK111/Caznowl-Cube-Zombie", "id": "9c31a92adb59f36e2fc84c4f0d927c6461d5f9...
require File.dirname(__FILE__) + '/../spec_helper' describe <%= controller_class_name %>Controller do before(:each) do @<%= file_name %> = mock_model(<%= class_name %>, :to_param => '1') @<%= nesting_owner %> = mock_model(<%= nesting_owner_class %>, :<%= table_name %> => [@<%= file_name %>], :to_param => '2'...
{ "content_hash": "16bab2bcfd3bf05751ad99d0fad3a947", "timestamp": "", "source": "github", "line_count": 336, "max_line_length": 127, "avg_line_length": 29.827380952380953, "alnum_prop": 0.5475952903612054, "repo_name": "jeremyf/rspec_on_rails_nested_scaffold", "id": "9fdbcc2f0c9b979e41a78672f7280b57b...
var express = require('express'); var webpack = require('webpack'); var config = require('./src/config'); var webpackConfig = require('./webpack.config.dev'); var compiler = webpack(webpackConfig); var host = config.host || 'localhost'; var port = (config.port + 1) || 3001; var serverOptions = { contentBase: 'http:...
{ "content_hash": "c810e80aff66f4400ab5b3e9f17714ee", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 79, "avg_line_length": 25.90909090909091, "alnum_prop": 0.6701754385964912, "repo_name": "zebapy/react-redux-parse-server", "id": "e5f316382c9106020f8ed58e6d3998fcb92da4d0", ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "246a866637cf117fe3c920a19aecf204", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 422, "avg_line_length": 57.088541666666664, "alnum_prop": 0.6951920445214853, "repo_name": "v8-dox/v8-dox.github.io", "id": "be92c047a3cfb27403e0110c68f3a4ea397d447e", "si...
#ifndef EXECDEBUG_H #define EXECDEBUG_H #include "executor/executor.h" #include "nodes/print.h" /* ---------------------------------------------------------------- * debugging defines. * * If you want certain debugging behaviour, then #define * the variable to 1. No need to explicitly #undef by default, * s...
{ "content_hash": "f5bd28ee9f84aecb75e7835da566fc4a", "timestamp": "", "source": "github", "line_count": 134, "max_line_length": 68, "avg_line_length": 28.76865671641791, "alnum_prop": 0.585473411154345, "repo_name": "chronos38/lupus-core", "id": "64bd14017ed6319371543640a910a2625317eeed", "size": "...
package hope.stock.exception; public class ErrorInfo<T> { public static final Integer OK = 0; public static final Integer ERROR = 100; private Integer code; private String message; private String url; private T data; public String getUrl() { return url; } public void set...
{ "content_hash": "198d50ca3487224c380eae320869f769", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 44, "avg_line_length": 17.056603773584907, "alnum_prop": 0.5719026548672567, "repo_name": "moneyice/hope", "id": "3e1afb22828afc007fd48389d3b145e74ac21cb5", "size": "904", ...
import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { render } from '@ember/test-helpers'; import hbs from 'htmlbars-inline-precompile'; module('Integration | Component | slds modal', function(hooks) { setupRenderingTest(hooks); test('it renders', async function(assert) ...
{ "content_hash": "1fa77ca5a4e5b3dd8090b4334febfe97", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 64, "avg_line_length": 32.76923076923077, "alnum_prop": 0.6948356807511737, "repo_name": "jonnii/ember-cli-lightning-design-system", "id": "76304b0d669330b2fe484b017e20291d0a...
package fr.javatronic.blog.massive.annotation2; import fr.javatronic.blog.processor.Annotation_002; @Annotation_002 public class Class_982 { }
{ "content_hash": "3176753f12921b9f43965a81d566d7e7", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 51, "avg_line_length": 20.714285714285715, "alnum_prop": 0.8068965517241379, "repo_name": "lesaint/experimenting-annotation-processing", "id": "5471c2a54caeb02ceafe3fb957e8f51...
package com.ggj.java.rpc.demo.netty.first.client; import com.ggj.java.rpc.demo.netty.first.client.handle.ClientDecoder; import com.ggj.java.rpc.demo.netty.first.client.handle.ClientEncoder; import com.ggj.java.rpc.demo.netty.first.client.handle.RpcClientHandler; import com.ggj.java.rpc.demo.netty.first.server.handle.S...
{ "content_hash": "5a185756f727292c7e461c35cb243f10", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 114, "avg_line_length": 36.724137931034484, "alnum_prop": 0.6785602503912364, "repo_name": "ggj2010/javabase", "id": "12238e85bd6f8ffec4a3dd2bc3dd90722b1eb3c3", "size": "32...
%% Rapid-Prototyping-System basic startup % This script will be executed every MATLAB startup and triggers first svn % checkout during the first startup with RPS. This script will be installed % using the *.exe installation file and triggers everything needed for % installing/setup. RPS itself will be loaded from ...
{ "content_hash": "55ee9d9a21377af12cff7083fff3a586", "timestamp": "", "source": "github", "line_count": 238, "max_line_length": 151, "avg_line_length": 39.05042016806723, "alnum_prop": 0.6014633096621477, "repo_name": "dakmord/RPS", "id": "af4ad9c876c077b2efc4c48d184325c8c75165f9", "size": "9294", ...
package blobstorage import ( "context" "io" "istio.io/bots/policybot/pkg/pipeline" ) // Store defines how the bot interacts with a blob store type Store interface { io.Closer Bucket(name string) Bucket } // Bucket represents a group of blobs. type Bucket interface { Reader(ctx context.Context, path string) (...
{ "content_hash": "3f77edcd35591bb74e50a51f0029fc92", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 78, "avg_line_length": 30, "alnum_prop": 0.7645833333333333, "repo_name": "istio/bots", "id": "bb684ad958974bb16ad7527723dea4715fb766e6", "size": "1551", "binary": false,...
package org.apache.batik.extension.svg; import org.apache.batik.anim.dom.SVGDOMImplementation; import org.apache.batik.dom.AbstractDocument; import org.apache.batik.dom.DomExtension; import org.apache.batik.dom.ExtensibleDOMImplementation; import org.w3c.dom.Document; import org.w3c.dom.Element; /** * This is a Se...
{ "content_hash": "be621ba6f00135795a2de361b1b6ff79", "timestamp": "", "source": "github", "line_count": 294, "max_line_length": 80, "avg_line_length": 31.547619047619047, "alnum_prop": 0.630188679245283, "repo_name": "ggeorg/WebXView", "id": "651331a9efc2b1b0554d88dfa7e2c54f1a5281ac", "size": "1007...
Analytics using influx data
{ "content_hash": "a76119cb4290943163ca5cf6b8c4b4c1", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 27, "avg_line_length": 28, "alnum_prop": 0.8571428571428571, "repo_name": "vorbind/influx-analytics", "id": "8908b2898278735620ac6a7928d3a2cddbd00b48", "size": "47", "bina...
from ray.rllib.algorithms.apex_ddpg import ( # noqa ApexDDPG as ApexDDPGTrainer, APEX_DDPG_DEFAULT_CONFIG, )
{ "content_hash": "76cab075a3f6467fc0ade02bb6b565a1", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 52, "avg_line_length": 29.5, "alnum_prop": 0.7288135593220338, "repo_name": "ray-project/ray", "id": "b254e05bd4217b7065454d91e44ced06595e6a9f", "size": "118", "binary": f...
.. highlight:: django .. include:: meta-force_escape.rst HTML escapes a text. Applies HTML escaping to a string (see the :ref:`filter-escape` filter for details). In contrary to the `escape` filter, the `force_escape` filter is applied `immediately` and returns a new, escaped string. This is useful in the rare cases ...
{ "content_hash": "ec28a0fa58d9139177fdd0f61529fc1a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 70, "avg_line_length": 32.10526315789474, "alnum_prop": 0.7327868852459016, "repo_name": "erlanger-ru/erlanger-ru.meta", "id": "02f24d30fedd47c01ae96d6b985d4a5edd3df22b", "...
"""Transforms that wrap binary TensorFlow operations.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function from tensorflow.contrib.learn.python.learn.dataframe import series from tensorflow.contrib.learn.python.learn.dataframe import transform from tensorflow...
{ "content_hash": "f1bfa9cecadf287157a8c8dcf3eefe66", "timestamp": "", "source": "github", "line_count": 138, "max_line_length": 79, "avg_line_length": 35.68840579710145, "alnum_prop": 0.605482233502538, "repo_name": "ppries/tensorflow", "id": "14a82f231306270032e9164887c8d4aec678ec69", "size": "561...
package rres.knetminer.datasource.ondexlocal.service.utils; import java.util.List; import java.util.stream.Collectors; /** * Represents a QTL in a structured form. * * TODO: Future versions should incorporate additional elements of the QTL concept into the toString and * fromString methods. * * @author hollan...
{ "content_hash": "2823c75867d0e1ae3e09e110a53c09a9", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 112, "avg_line_length": 23.35978835978836, "alnum_prop": 0.6620611551528879, "repo_name": "Rothamsted/knetminer", "id": "b50888a6abf937c0a2dc8863f2770a629ac0d7b7", "size":...
@interface BTAnalyticsService_Tests : XCTestCase @property (nonatomic, assign) uint64_t currentTime; @property (nonatomic, assign) uint64_t oneSecondLater; @end @implementation BTAnalyticsService_Tests #pragma mark - Analytics tests - (void)setUp { [super setUp]; self.currentTime = (uint64_t)([[NSDate date...
{ "content_hash": "a9c7e70d7566cc3a2708a21426924d4b", "timestamp": "", "source": "github", "line_count": 307, "max_line_length": 149, "avg_line_length": 56.65798045602606, "alnum_prop": 0.7608945613429918, "repo_name": "billCTG/braintree_ios", "id": "324afe8894ba137c8bce3738138c453a3ecd6fa6", "size"...
package org.basex.query.func.db; import org.basex.data.*; import org.basex.index.*; import org.basex.index.query.*; import org.basex.query.*; import org.basex.query.expr.*; import org.basex.query.expr.index.*; import org.basex.query.iter.*; import org.basex.query.value.*; /** * Function implementation. * * @author...
{ "content_hash": "73ad34da6352184a30ae7b32e25e3540", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 84, "avg_line_length": 27, "alnum_prop": 0.7050754458161865, "repo_name": "dimitarp/basex", "id": "7dd80bc543387fb1e6024b9f8000522ea6709d40", "size": "1458", "binary": fa...
<?xml version="1.0" encoding="utf-8"?> <!-- **** Dimension Values **** @author rahulthakur --> <resources> <dimen name="grid_gap">2dp</dimen> <dimen name="small_gap">10dp</dimen> <dimen name="medium_gap">25dp</dimen> <dimen name="big_gap">50dp</dimen> <!-- TEXT --> <dimen name="large_text">25sp</dimen> <dimen ...
{ "content_hash": "76289c16f2413d07fcfd8d695d03c814", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 39, "avg_line_length": 21.529411764705884, "alnum_prop": 0.639344262295082, "repo_name": "rahul-rkt/ColourMemory", "id": "37655fcd9f3d8ff07f4348e1e2051058a2a3f532", "size":...
package molecule package net import java.nio.channels.{ SelectionKey, SocketChannel, ServerSocketChannel } import java.nio.ByteBuffer import java.net.InetSocketAddress import channel.OChan /** * A server channel generates one socket per connection. */ private[net] abstract class TcpAcceptChannel extends Channel ...
{ "content_hash": "89e35181ed4496733ac5366c225b1bfd", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 117, "avg_line_length": 27.89763779527559, "alnum_prop": 0.6550945526390065, "repo_name": "molecule-labs/molecule", "id": "b6c9b54fb852e629738db9731348802834787ee4", "size...
<?php defined('_JEXEC') or die('Restricted access'); jimport("joomla.filesystem.file"); jimport("joomla.filesystem.folder"); $inc_dir = realpath(dirname(__FILE__)); require_once($inc_dir . '/b2jdatapump.php'); require_once($inc_dir . '/b2jsession.php'); require_once($inc_dir . '/b2jmimetype.php'); define('KB', 1024...
{ "content_hash": "068f4dd6d1b845e1d6625c15be0aa153", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 163, "avg_line_length": 25.133333333333333, "alnum_prop": 0.6301629405077681, "repo_name": "mssnaveensharma/venison-jaqui", "id": "cdf56c591fb58a1740fcab3c5fd087879f27489c",...
var HazelcastClient = require('../.').Client; var Controller = require('./RC'); var assert = require('chai').assert; var sinon = require('sinon'); describe('MembershipListener', function() { this.timeout(10000); var cluster; var member; var client; before(function(done) { Controller.createCl...
{ "content_hash": "9b8b6147361ca8c2b0b5ed5ead141897", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 111, "avg_line_length": 39.66326530612245, "alnum_prop": 0.566503730383329, "repo_name": "gAmUssA/hazelcast-nodejs-client", "id": "a448f49aeded84062413709ce654ce0f0f24a455", ...
function updateAttrs(oldVnode, vnode) { var key, cur, old, elm = vnode.elm, oldAttrs = oldVnode.data.attrs || {}, attrs = vnode.data.attrs || {}; for (key in attrs) { cur = attrs[key]; old = oldAttrs[key]; if (old !== cur) { elm.setAttribute(key, cur); } } } module.exports = {create: ...
{ "content_hash": "074d4d89168c07fabc163331d8e312e9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 75, "avg_line_length": 27.23076923076923, "alnum_prop": 0.6016949152542372, "repo_name": "avesus/snabbdom-jsx", "id": "057cda87ef08082c6ee899f2a3f4d24b3baa174e", "size": "3...
<?php namespace SUWE\UserBundle\Controller; use Symfony\Bundle\FrameworkBundle\Controller\Controller; use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; class UserController extends Controller { /** * @Route("/") */ public function indexAction() { return $this->render('UserBund...
{ "content_hash": "31a741bff1a011bdbff28b2d5b95de39", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 67, "avg_line_length": 21.058823529411764, "alnum_prop": 0.7039106145251397, "repo_name": "DuvalCharles/startup-we", "id": "4af3830e9e9a0b0cbebe9df6fba7ec1ae678adfb", "size...
Bitinum 0.9.3 [Un] Proof of Work SHA256 Cryptocurrency based on Bitcoin 0.8.99 1 Minute Block targets //revised as of this version Fast, progressive (4 blocks over 80) difficulty adjustments of max 10% up/20% down First 4 years = subsidy of 100 coins After 4 years = 50 Coin per block, halving every 4 years Minim...
{ "content_hash": "53b7f586cfca253b67da24a32a44ad8e", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 82, "avg_line_length": 21, "alnum_prop": 0.7489177489177489, "repo_name": "androskee/Bitinum", "id": "cd3da871f663cdb6de610938c72fc5ee2b3629f6", "size": "462", "binary": ...
<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>org.shirdrn.storm</groupId> <artifactId>storm-realtime</artifactId> ...
{ "content_hash": "568435dd8f39f8c3637926b76d11e89b", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 204, "avg_line_length": 30.085106382978722, "alnum_prop": 0.7029702970297029, "repo_name": "shirdrn/storm-realtime", "id": "4eded11825fdd93ba7ee8232e3927e8af9bd8276", "size...
layout: ee title: Terminology prev_section: power-introduction next_section: installation permalink: /ee/data-terminology/ --- Panelboard : Houses CCT breakers term : definition Lorem Ipsum... *[CCT]: Circuit
{ "content_hash": "fcf170601be54c2a4a076ae222282860", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 32, "avg_line_length": 12.529411764705882, "alnum_prop": 0.7605633802816901, "repo_name": "astallaert/astallaert.github.io", "id": "0a2d33c0c801f6a83a7c516ae17933bc9d016bcf",...
config = require ('config') texts = require('texts') require('pack') _addon.name = 'PetTP' _addon.author = 'SnickySnacks' _addon.version = '1.02' _addon.commands = {'ptp','pettp'} petname = nil mypet_idx = nil current_hp = 0 max_hp = 0 current_mp = 0 max_mp ...
{ "content_hash": "0f0c9f1bcb6a24f3ff0f0babbbc89faf", "timestamp": "", "source": "github", "line_count": 416, "max_line_length": 275, "avg_line_length": 43.41346153846154, "alnum_prop": 0.5325581395348837, "repo_name": "kidaa/FFXIWindower", "id": "d8b2b386f4991586f0fb5b9101509dee2aedd3e3", "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 * distribut...
{ "content_hash": "7b5260ab7a4ff3329cc720d492d98581", "timestamp": "", "source": "github", "line_count": 195, "max_line_length": 153, "avg_line_length": 39.815384615384616, "alnum_prop": 0.6993817619783617, "repo_name": "erichwang/presto", "id": "06905a6159d0f7816ef6cca62606a00688993ba5", "size": "7...
define([ './IonImageryProvider', './IonWorldImageryStyle', '../Core/defaultValue' ], function( IonImageryProvider, IonWorldImageryStyle, defaultValue) { 'use strict'; /** * Creates an {@link IonImageryProvider} instance for ion's default global base imagery layer, currently Bing Maps. ...
{ "content_hash": "44bca1d8d4017d0faa93523296559436", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 167, "avg_line_length": 32.52173913043478, "alnum_prop": 0.641042780748663, "repo_name": "oterral/cesium", "id": "e37f53ac3b6601ef8900e1f1cee9bf9ba4ea275b", "size": "1496",...
""" Kubernetes No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 The version of the OpenAPI document: release-1.25 Generated by: https://openapi-generator.tech """ import pprint import re # noqa: F401 import six from kubernete...
{ "content_hash": "355e943e46a6eea1180038a332af11c3", "timestamp": "", "source": "github", "line_count": 231, "max_line_length": 213, "avg_line_length": 32.891774891774894, "alnum_prop": 0.6047644116872861, "repo_name": "kubernetes-client/python", "id": "857e1f34264dd2e00c09680521c5d765b3d0e9be", "s...
int filterwheel_init(sConfigStruct * config) { return 0; } int filterwheel_send(int position) { sleepMs(2000); return 0; } int filterwheel_uninit(sConfigStruct * config) { return 0; } #pragma GCC diagnostic warning "-Wunused-parameter"
{ "content_hash": "9fe50f950673fbbf8cade470559415b6", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 51, "avg_line_length": 14.294117647058824, "alnum_prop": 0.7366255144032922, "repo_name": "johannjacobsohn/so2-camera", "id": "2b7d2a32918b786a5d5d5136693ddcecdb90632e", "s...
/** * Make the two-step login easier. * * @author Niklas Laxström * @class mw.Api.plugin.login * @since 1.22 */ ( function ( mw, $ ) { 'use strict'; $.extend( mw.Api.prototype, { /** * @param {string} username * @param {string} password * @return {jQuery.Promise} See mw.Api#post */ login: funct...
{ "content_hash": "f4b5efcef38c0d371c15e667b85ee5bc", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 58, "avg_line_length": 20.716666666666665, "alnum_prop": 0.5534995977473853, "repo_name": "owen-kellie-smith/mediawiki", "id": "2b709aae7bca023f27239acf3d01167c119142c3", "...
package org.apache.tomcat.util.http.fileupload; import java.io.File; import java.util.List; import javax.servlet.http.HttpServletRequest; /** * <p>High level API for processing file uploads.</p> * * <p>This class handles multiple files per single HTML widget, sent using * <code>multipart/mixed</code> encodin...
{ "content_hash": "71488d0bd197dc0e7cbd506e293e5f81", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 81, "avg_line_length": 30, "alnum_prop": 0.6169312169312169, "repo_name": "plumer/codana", "id": "5b1bac9d862b7d978780ae98bff8e8f5f9b54dde", "size": "6293", "binary": fa...
@interface PodsDummy_Pods_SYSUJwxt : NSObject @end @implementation PodsDummy_Pods_SYSUJwxt @end
{ "content_hash": "a64af4a07ccd8f310e29711b574aec65", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 45, "avg_line_length": 24, "alnum_prop": 0.8229166666666666, "repo_name": "benwwchen/sysujwxt-ios", "id": "2b06f2147e3508f404089a8264b54e0c29398efe", "size": "130", "binar...
/* ** File Name: definitions.hpp ** Author: Aditya Ramesh ** Date: 08/12/2013 ** Contact: _@adityaramesh.com */ #ifndef Z2DAEF0A4_1547_46EA_B330_DCB3B056748A #define Z2DAEF0A4_1547_46EA_B330_DCB3B056748A #define PLATFORM_COMPILER_CLANG 0x00000001 #define PLATFORM_COMPILER_COMEAU 0x00000002 #define PLATFORM_COMPILE...
{ "content_hash": "73433745989591b0c03559de22ab2fe6", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 58, "avg_line_length": 35.458333333333336, "alnum_prop": 0.7784958871915394, "repo_name": "adityaramesh/ccbase", "id": "128a15575ad696210061d770c420cf28e3fd0eb3", "size": "...
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Web.Mvc; using Moq; using NUnit.Framework; using RestOfUs.Services; using RestOfUs.Web.Controllers; using RestOfUs.Web.Models; using RestOfUs.Web.Services; using Shouldly; namespace...
{ "content_hash": "0fa75adcb6fb430582bb5974ae4c99bd", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 108, "avg_line_length": 46.26027397260274, "alnum_prop": 0.6553153686704175, "repo_name": "dylanbeattie/RestOfUs", "id": "64f3942ac00128a0fee2fbe0a3bef0bd70f2dc54", "size":...
package core.config; import argo.jdom.JsonNode; import argo.jdom.JsonNodeFactories; import argo.jdom.JsonRootNode; import core.userDefinedTask.TaskGroup; import utilities.json.JSONUtility; public class Parser2_8 extends ConfigParser { @Override protected String getVersion() { return "2.8"; } @Override protec...
{ "content_hash": "44dd5e4b9a05daa4707f1376ad277def", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 128, "avg_line_length": 30.146341463414632, "alnum_prop": 0.7726537216828478, "repo_name": "repeats/Repeat", "id": "015d25837f9b675fe84ff1f3299cf24643d4050d", "size": "1236...
Physics::Physics() : world(b2Vec2(0.0f, 9.81f)) { } Physics::~Physics() { bodies.clear(); } b2Body* Physics::CreateBody(int x, int y, b2BodyType type) { b2BodyDef def; // assign body def position def.position.x = (float)x; def.position.y = (float)y; // assign body def type def.type = type; // call the bo...
{ "content_hash": "d4777f0b0bfc4b67e4a4be5f93539689", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 58, "avg_line_length": 17.41025641025641, "alnum_prop": 0.646539027982327, "repo_name": "CollegeBart/bart-sdl-engine-h16", "id": "a752fb1616810d73519529381e91f11e60245b39", ...
<?php namespace PiotrK\ClientBundle\Entity; use Doctrine\ORM\EntityRepository; /** * ClientOrderRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class ClientOrderRepository extends EntityRepository { }
{ "content_hash": "487e272d5466c773c3e2ef0388ca41e3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 68, "avg_line_length": 18.2, "alnum_prop": 0.7728937728937729, "repo_name": "kozborn/clients", "id": "7852b68cdf17a143097043329455c6157f88b521", "size": "273", "binary": ...