text
stringlengths
2
1.04M
meta
dict
#ifndef VPX_PORTS_BITOPS_H_ #define VPX_PORTS_BITOPS_H_ #include <assert.h> #include "vpx_ports/msvc.h" #ifdef _MSC_VER #if defined(_M_X64) || defined(_M_IX86) #include <intrin.h> #define USE_MSC_INTRINSICS #endif #endif #ifdef __cplusplus extern "C" { #endif // These versions of get_msb() are only valid when n ...
{ "content_hash": "1bd30d4039481a0c30bb4af267487f5c", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 69, "avg_line_length": 20.328358208955223, "alnum_prop": 0.6248164464023495, "repo_name": "Topopiccione/libvpx", "id": "0ed7189ff6554c10a7a1b470e3deb7c511af3168", "size": "...
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Hello World</title> </head> <body> <!-- mount point --> <hello-world></hello-world> <!-- inlined tag definition --> <script type="riot/tag"> <hello-world> <h3>Hello World</h3> <another-tag /> </hello...
{ "content_hash": "e700f2e3d1b7c9f66f269c1fff7ee16a", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 95, "avg_line_length": 26.28125, "alnum_prop": 0.5671819262782402, "repo_name": "ctranxuan/riotjs-exploration", "id": "d3a60c4911e8ec182675d1c8036d500d2202cbcb", "size": "8...
package template import ( "strings" "github.com/taitan-org/inflog/filebeat/libbeat/common" ) var ( defaultScalingFactor = 1000 ) type Field struct { Name string `config:"name"` Type string `config:"type"` Description string `config:"description"` Format string `config:"format"` Sc...
{ "content_hash": "e6a0a37a6621931d6e54582765044b7a", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 80, "avg_line_length": 22.406060606060606, "alnum_prop": 0.6710846632404652, "repo_name": "taitan-org/inflog", "id": "10e0cd0d85c6613ae920fd1b284f4ed85cc78238", "size": "3...
<Record> <Term>Diphoxazide</Term> <SemanticType>Pharmacologic Substance</SemanticType> <ParentTerm>Anticonvulsant Agent</ParentTerm> <ClassificationPath>Chemicals_and_Drugs_Kind/Drug, Food, Chemical or Biomedical Material/Pharmacologic Substance/Adjuvant/Anticonvulsant Agent/Diphoxazide</ClassificationPath> <Broad...
{ "content_hash": "3223058a865bf81e905dafa232d4d032", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 175, "avg_line_length": 48.266666666666666, "alnum_prop": 0.8176795580110497, "repo_name": "detnavillus/modular-informatic-designs", "id": "fc9b507be6736ba0227e58019229b8a553...
package com.intellij.sh.run; import com.intellij.execution.ExecutionException; import com.intellij.execution.ExecutionManager; import com.intellij.execution.configurations.RunProfile; import com.intellij.execution.configurations.RunnerSettings; import com.intellij.execution.executors.DefaultDebugExecutor; import com.i...
{ "content_hash": "7f11181880038fc8ebcb0e86a73a6de7", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 107, "avg_line_length": 41.57142857142857, "alnum_prop": 0.8096219931271478, "repo_name": "ingokegel/intellij-community", "id": "9ed5a0815417b159af79a147c29bf973dab3736f", ...
const testsContext = require.context('.', true, /(Test|Helper)\.(js|jsx)$/); testsContext.keys().forEach(testsContext);
{ "content_hash": "960517aca9d31d99db65da60cbca5076", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 76, "avg_line_length": 60, "alnum_prop": 0.7083333333333334, "repo_name": "Adslot/alexandria", "id": "e207199dd0d26e31a40703c0f9934fc450e89ec6", "size": "120", "binary": f...
/*globals describe, it, before, beforeEach, afterEach */ var testUtils = require('./testUtils'), should = require('should'), errors = require('../../server/errorHandling'), // Stuff we are testing Models = require('../../server/models'); describe("Role Model", function () { var RoleModel = Models...
{ "content_hash": "b941011c9ca7c31f1f5beb861bdaa04d", "timestamp": "", "source": "github", "line_count": 195, "max_line_length": 81, "avg_line_length": 26.923076923076923, "alnum_prop": 0.5384761904761904, "repo_name": "od3n/ghost-on-heroku", "id": "da9628f284db72e7bc0d44cc179986299b2becb5", "size":...
ALTER TABLE person DROP CONSTRAINT fk_address_person;
{ "content_hash": "b784d6280122191121e62792c789fe9c", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 53, "avg_line_length": 54, "alnum_prop": 0.8333333333333334, "repo_name": "mattbertolini/liquibase", "id": "576cb97e83d00f170bde808dfffe891ddedf1b8c", "size": "168", "bina...
using NUnit.Framework; namespace GoCoinAPI.Tests.Api { [TestFixture] public class InvoicesTests : ApiTestsBase { private const string InvoiceId = "c265772f-18be-47db-a14b-ed28db228673"; [Test] public void CanCreate() { var invoice = new Invoices ...
{ "content_hash": "75ac71529323544b49acd8a84006d712", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 87, "avg_line_length": 31.390243902439025, "alnum_prop": 0.5011655011655012, "repo_name": "GoCoin/gocoin-.net", "id": "11a3bb93f5ed4ed7f1e403ef66ea4ad4ab1fa4f6", "size": "1...
#ifndef __ARCH_ALPHA_STACKTRACE_HH__ #define __ARCH_ALPHA_STACKTRACE_HH__ #include "base/trace.hh" #include "cpu/static_inst.hh" class ThreadContext; namespace AlphaISA { class StackTrace; class ProcessInfo { private: ThreadContext *tc; int thread_info_size; int task_struct_size; int task_off;...
{ "content_hash": "78f01243d5dd9514d66086bbdc1ce8f0", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 78, "avg_line_length": 17.595959595959595, "alnum_prop": 0.6171067738231917, "repo_name": "liangwang/m5", "id": "c09ab357630f8c406d9c75a6861cfa221c3c02d9", "size": "3350", ...
<?xml version="1.0" encoding="utf-8"?> <manifest package="com.aspirephile.laundro" xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission a...
{ "content_hash": "c4f9a7097b09631c12a2dceaaf605f03", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 95, "avg_line_length": 41.27884615384615, "alnum_prop": 0.6158863265781505, "repo_name": "reubenjohn/Laundro", "id": "25d8f703f44aab414da9533bfce40008eab5df58", "size": "4...
<?xml version="1.0" encoding="UTF-8"?> <ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven"> <info organisation="com.fasterxml" module="oss-parent" revision="10" status="release" publication="20140514192514" > <license name="The Apache Software License, Version 2.0" url="http://www.apache.org...
{ "content_hash": "d24b2d3c5793d9a694550a728a367b5e", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 422, "avg_line_length": 96.08888888888889, "alnum_prop": 0.7708140610545791, "repo_name": "pkoryzna/zipkin", "id": "ad4f6819dc20efea7f4dfe09340aeaf77a10d0ad", "size": "4324...
<?php namespace Application; class Step { private $stepCallable; public function __construct($nextCallable) { $this->stepCallable = $nextCallable; } public function getCallable() { return $this->stepCallable; } }
{ "content_hash": "ab34e5e646bf7f2597e5e0825e29c72a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 46, "avg_line_length": 13.736842105263158, "alnum_prop": 0.6168582375478927, "repo_name": "Zvax/pool", "id": "2587e26553f01a744810fb46365c133f2d1b6919", "size": "261", "b...
These settings apply only when `--python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. Use `--python-mode=update` if you already have a setup.py and just want to update the code itself. These settings apply only when `--t...
{ "content_hash": "18d8e69d2086205070659dc682651aab", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 107, "avg_line_length": 35.28, "alnum_prop": 0.7267573696145124, "repo_name": "AppPlatPerf/azure-rest-api-specs", "id": "c582dc43828147e71195b7677f1c7259c29d4151", "size": ...
package org.apache.ibatis.cache.decorators; import org.apache.ibatis.cache.Cache; /** * @author Clinton Begin */ public class SynchronizedCache implements Cache { private final Cache delegate; public SynchronizedCache(Cache delegate) { this.delegate = delegate; } @Override public String getId() { ...
{ "content_hash": "9e813e42f4256f3b3c01bbd521792a6b", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 65, "avg_line_length": 17.87719298245614, "alnum_prop": 0.6957801766437685, "repo_name": "langlan/mybatis-3", "id": "50db1d4c109bebfd08fd8438fcc70e70d4a15446", "size": "166...
@interface MQCatalogViewController : UITableViewController @end
{ "content_hash": "d6855ac7ff699a1a453202fe0b231834", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 58, "avg_line_length": 21.666666666666668, "alnum_prop": 0.8615384615384616, "repo_name": "lyqflnh/ZZUITabelViewDemo", "id": "94a36246f74be12307ba3bc1d19554e35c973b30", "siz...
package org.apache.olingo.server.api.serializer; import org.apache.olingo.server.api.ODataLibraryException; /** Exception thrown by the {@link ODataSerializer}. */ public class SerializerException extends ODataLibraryException { private static final long serialVersionUID = 5358683245923127425L; /** Keys for ex...
{ "content_hash": "f8746d29746b6ae19fdb51e12ef20004", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 99, "avg_line_length": 32.289855072463766, "alnum_prop": 0.7172351885098743, "repo_name": "AperIati/olingo-odata4", "id": "6db82309e871154964c7709f7ef756c194d70067", "size"...
package hudson.security; import java.util.ArrayList; import java.util.List; import static java.util.logging.Level.FINE; import java.util.logging.Logger; import org.acegisecurity.acls.sid.Sid; import org.springframework.security.core.Authentication; /** * Access control list. * * @author Kohsuke Kawaguchi */ publ...
{ "content_hash": "0b3ca1f5d5b6a1dfce2bc424e84b4a4b", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 104, "avg_line_length": 27.907894736842106, "alnum_prop": 0.6218764733616219, "repo_name": "pjanouse/jenkins", "id": "0dd801f40501c3e8a7f5708e8f6ea530520fc4b8", "size": "32...
package com.hazelcast.simulator.coordinator; import com.hazelcast.simulator.agent.workerprocess.WorkerProcessSettings; import com.hazelcast.simulator.common.SimulatorProperties; import com.hazelcast.simulator.common.WorkerType; import com.hazelcast.simulator.protocol.core.SimulatorAddress; import com.hazelcast.simulat...
{ "content_hash": "d3963564b83f83126e5ca8b01db90104", "timestamp": "", "source": "github", "line_count": 298, "max_line_length": 128, "avg_line_length": 45.68791946308725, "alnum_prop": 0.7078957032684539, "repo_name": "Donnerbart/hazelcast-simulator", "id": "b45e38a14621ce627f65f4f339bda127d03e029a",...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = global || self, global.Carousel = factory()); }(this, (function () { 'use strict'; var mouseHoverEvents = ('onmouse...
{ "content_hash": "6b38e65cca3a71edbf0ddd772e92bce0", "timestamp": "", "source": "github", "line_count": 316, "max_line_length": 141, "avg_line_length": 41.31962025316456, "alnum_prop": 0.6201271348701846, "repo_name": "cdnjs/cdnjs", "id": "65d148d8a90374a0e2df0288ab04e788d3af1ca0", "size": "13288",...
var openid = require('index'); describe('passport-openid', function() { it('should export version', function() { expect(openid.version).to.be.a('string'); }); it('should export Strategy', function() { expect(openid.Strategy).to.be.a('function'); }); it('should export configuration funct...
{ "content_hash": "d177b5cd78613a3d63829912c6121f1b", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 59, "avg_line_length": 27.846153846153847, "alnum_prop": 0.643646408839779, "repo_name": "lever/passport-google-openidconnect", "id": "800864cc83f19eaaedb71c5c2f312f720c91efe...
module Parser module Source class Map::ObjcKwarg < Map attr_reader :keyword attr_reader :operator attr_reader :argument def initialize(keyword_l, operator_l, argument_l, expression_l) @keyword, @operator, @argument = keyword_l, operator_l, argument_l super(expression_l) ...
{ "content_hash": "ad9b5c6bd28e4dd6c7ff4a69dbb1909e", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 74, "avg_line_length": 20.529411764705884, "alnum_prop": 0.6418338108882522, "repo_name": "bbatsov/parser", "id": "0215e81afc06e9c5ade474bde27c2d49f934ac3f", "size": "349",...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>{math}</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Smarty 3 Manual"> <link rel="up" href="language.custom.functions.html" title="Chapter 8. Custom Functions"> ...
{ "content_hash": "47ee4fc94daa286ed72b37be937221a0", "timestamp": "", "source": "github", "line_count": 219, "max_line_length": 104, "avg_line_length": 30.004566210045663, "alnum_prop": 0.6524121138335108, "repo_name": "BlazOrazem/mvc", "id": "6130e5ec553ab9cf4a92665004cb9321c450f4cb", "size": "658...
import argparse import sys import os def write_header(fh, key, value): fh.write("#" + key + "\t" + value + "\n") # Argument handling parser = argparse.ArgumentParser( description='Convert ONT model file into nanopolish format') parser.add_argument('-i', '--input', type=str, required=True) parser.add_argument('-o'...
{ "content_hash": "8948bba70863bde4495a42e8ce3b02e4", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 94, "avg_line_length": 28.262295081967213, "alnum_prop": 0.6519721577726219, "repo_name": "mateidavid/nanopolish", "id": "d39366543bf3d023443c3185742476c7e0e988f5", "size":...
// // SystemComposeViewController.m // CJUIKitDemo // // Created by ciyouzen on 2018/10/10. // Copyright © 2018年 dvlproad. All rights reserved. // #import "SystemComposeViewController.h" #import "UIViewController+CJSystemComposeView.h" #import "AChildViewController.h" #import "BChildViewController.h" #import "CCh...
{ "content_hash": "4caebb8affb3d6032de0145078cec84a", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 147, "avg_line_length": 38.69662921348315, "alnum_prop": 0.7157375145180023, "repo_name": "dvlproad/CJUIKit", "id": "5230e324aeb69f79570f8b32490d5854fdd99390", "size": "345...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_char_memmove_12.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml Template File: sources-sink-12.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource:...
{ "content_hash": "364d516a974d5786c17787d170eb4eb5", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 135, "avg_line_length": 30.764227642276424, "alnum_prop": 0.6094080338266384, "repo_name": "maurer/tiamat", "id": "e05bbdb79e6313c03f8d421f7ef0ff62b8ec7e95", "size": "3784...
<?php namespace Zend\Permissions\Acl\Resource; interface ResourceInterface { /** * Returns the string identifier of the Resource * * @return string */ public function getResourceId(); }
{ "content_hash": "20fdbb9f5aa46d349ddb38b4e5d6df49", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 52, "avg_line_length": 16.5, "alnum_prop": 0.6147186147186147, "repo_name": "ishvaram/email-app", "id": "b9d3fa68395cba3f6fe03aab0d8eb23a4b8d1ba8", "size": "539", "binary...
package jp.co.cyberagent.aeromock.core.javassist import java.util.UUID import javassist.{ClassPool, CtClass, LoaderClassPath} import jp.co.cyberagent.aeromock.helper._ import jp.co.cyberagent.aeromock.AeromockSystemException import scala.reflect.ClassTag /** * Builder to create dynamic proxy specified class is pare...
{ "content_hash": "73971dc17f325f206da58f8554e52a8d", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 74, "avg_line_length": 25.34328358208955, "alnum_prop": 0.7002355712603062, "repo_name": "CyberAgent/aeromock", "id": "50b0fcfadb5aa749471212fa11e0a1d302423258", "size": "1...
package ec.com.ucuenca.bdd.definitions; import ec.com.ucuenca.bdd.google.steps.GoogleSteps; import net.thucydides.core.annotations.StepGroup; import net.thucydides.core.annotations.Steps; import org.jbehave.core.annotations.Given; import org.jbehave.core.annotations.Then; import org.jbehave.core.annotations.When; imp...
{ "content_hash": "bb99012146ae24865cb1901eb9e98486", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 100, "avg_line_length": 28.674418604651162, "alnum_prop": 0.699918896999189, "repo_name": "santteegt/jenkins-automate-testing", "id": "a842a321e13dbd0fb7acc3c1bd5fbd15a7e8e46...
<?php namespace Cekurte\ComponentBundle\EventListener; use Cekurte\ComponentBundle\HttpFoundation\SerializedResponse; use JMS\Serializer\SerializerInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Event\FilterResponseEvent; use Symfony\Component\HttpKernel\K...
{ "content_hash": "4024be3af63f886cd2bd7b9107cbef96", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 97, "avg_line_length": 23.746987951807228, "alnum_prop": 0.6159309994926433, "repo_name": "cekurte/component-bundle", "id": "217f60dbcef802dd485ce732fc61dba21795b04a", "siz...
<!DOCTYPE html> <html lang="en" > <head> <title>Articles by coursemdetw - 2015FALL KMOL 課程</title> <!-- Using the latest rendering mode for IE --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <...
{ "content_hash": "e9df304ef15aaab15044ef2e9fe2ce67", "timestamp": "", "source": "github", "line_count": 313, "max_line_length": 365, "avg_line_length": 46.61022364217252, "alnum_prop": 0.6299952018644184, "repo_name": "40423143/cpaw4", "id": "dbbec69ffeb3c6929d57b6305b595bed53ccd041", "size": "1464...
angular.module('feliganesh-blog',['masonryModule']);
{ "content_hash": "ab0f95ba64172a1db3cba4d0c13cbb40", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 52, "avg_line_length": 53, "alnum_prop": 0.7547169811320755, "repo_name": "madslonnberg/blog", "id": "e4de1ec959bfce7d2f14f4a32ce12870c4e267bf", "size": "53", "binary": fa...
package com.vaadin.client.ui.popupview; import com.google.gwt.event.shared.GwtEvent; public class VisibilityChangeEvent extends GwtEvent<VisibilityChangeHandler> { private static Type<VisibilityChangeHandler> type; private boolean visible; public VisibilityChangeEvent(final boolean visible) { ...
{ "content_hash": "ffbc8e9ec879164976596cc8b395f6bb", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 78, "avg_line_length": 22.694444444444443, "alnum_prop": 0.6670746634026927, "repo_name": "Darsstar/framework", "id": "02eee0804eb36a367301291d4aaf93eb01ef8c18", "size": "1...
**What is virtualization?** They defined a virtual machine (VM) as an efficient, isolated duplicate of the real machine that is established by a control program, which they call a virtual machine monitor (VMM) **Why we need the virtualization?** - To support *legacy app* and devices without rewrite other support - S...
{ "content_hash": "d98f588462d30116fdfe066a0541cfc7", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 600, "avg_line_length": 46.41304347826087, "alnum_prop": 0.788056206088993, "repo_name": "ostoc/dsewiki", "id": "5b186242415e6938daf2492969e1a540e1e06b25", "size": "4311", ...
import { writeMultipleFiles, deleteFile, expectFileToMatch, replaceInFile } from '../../../utils/fs'; import { ng } from '../../../utils/process'; import { stripIndents } from 'common-tags'; import { updateJsonFile } from '../../../utils/project'; import { expectToFail } from '../../../utils/utils'; export def...
{ "content_hash": "b940bff8033d0558d98a36a60ad68d57", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 97, "avg_line_length": 34.146341463414636, "alnum_prop": 0.595, "repo_name": "maxime1992/angular-cli", "id": "7d8620bbcb4673c940beec3d0868f5972a591fe3", "size": "1400", "...
using System; using System.Web.UI; using BoletoNet.Util; using System.Text; using BoletoNet.EDI.Banco; using BoletoNet.Excecoes; using System.Collections.Generic; using System.Linq; using BoletoNet.Enums; [assembly: WebResource("BoletoNet.Imagens.748.jpg", "image/jpg")] namespace BoletoNet { /// <Author> /// S...
{ "content_hash": "643a8cb8e3754cb5c97fd02f91b01d1f", "timestamp": "", "source": "github", "line_count": 1077, "max_line_length": 304, "avg_line_length": 52.31662024141133, "alnum_prop": 0.53516727304996, "repo_name": "Ander89BR/boletonet", "id": "ea318e3a1f3300510a2b2f01c1ff66723cf56726", "size": "...
[![CI Status](http://img.shields.io/travis/Jason.He/SkyComponentsPod.svg?style=flat)](https://travis-ci.org/Jason.He/SkyComponentsPod) [![Version](https://img.shields.io/cocoapods/v/SkyComponentsPod.svg?style=flat)](http://cocoapods.org/pods/SkyComponentsPod) [![License](https://img.shields.io/cocoapods/l/SkyComponents...
{ "content_hash": "9860404dcdd074feac791a2efd840d8c", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 134, "avg_line_length": 36, "alnum_prop": 0.7685185185185185, "repo_name": "zhujin001032/SkyComponentsPod", "id": "f0fb9990164ba23bf0d3ae3c416b457aa9c834d5", "size": "992",...
<?php require_once 'head.html';?> <div class="span9"> <div class="row-fluid"> <div class="page-header"> <h1>添加分类<small>Adding Classification</small></h1> </div> <form class="form-horizontal" action="?c=add_ify" method="post"> <fieldset> <div class="control-group"> <label class="c...
{ "content_hash": "1eeecdbf857a8109cb5202dd0738c601", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 132, "avg_line_length": 29.545454545454547, "alnum_prop": 0.5624615384615385, "repo_name": "istrwei/pocent", "id": "b947f6b8da03563b271c174175d73b5debba0870", "size": "1743...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Dec 12 12:37:10 MST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>InMemoryJobRepositoryConsum...
{ "content_hash": "1ed598c8223bbc4bf4bfe4e7dbd6e3d9", "timestamp": "", "source": "github", "line_count": 248, "max_line_length": 776, "avg_line_length": 48.17741935483871, "alnum_prop": 0.66513223970539, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "e4d2e17fdb7f7f08ea68039e8c42d423183dd6...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> <title>License</title> </head> <body> <h2>The Bouncy Castle Cryptographic C#&reg; API</h2> <h3>License:</h3> The Bouncy Castle License<br> Copyright (c) 2000-2015 T...
{ "content_hash": "0953a0f025b24160ff118f0db990e069", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 176, "avg_line_length": 47.333333333333336, "alnum_prop": 0.7502708559046587, "repo_name": "tobiasge/OutlookPrivacyPlugin", "id": "cd92d1b0e2ce376df96992ced7175440912e97fb", ...
Given /^the directory "([^"]*)" does not exist$/ do |d| if File.directory?(d) FileUtils.rm_rf(d) end end Given /^I have set (\S+) to in my configuration to "([^"]*)"$/ do |key,value| myconfig.set(key.to_sym,value) end Given /^I configure the system$/ do myconfig.write PuppetShow::VagrantBox.configure(my...
{ "content_hash": "15428e19a52ca78d2a19d312ab598ecf", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 77, "avg_line_length": 22.263157894736842, "alnum_prop": 0.6595744680851063, "repo_name": "jon-proulx/puppetshow", "id": "bc7a22953f172d898d242cfc61739fc0c633cc46", "size":...
<script src="https://apis.google.com/js/plusone.js"> </script> gplus3 <div class="g-comments" data-href="http://lgvalle.xyz" data-width="642" data-first_party_property="BLOGGER" data-view_type="FILTERED_POSTMOD"> </div>
{ "content_hash": "5fcb690634d69367c5dd8495e8b8ce83", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 52, "avg_line_length": 25.333333333333332, "alnum_prop": 0.7017543859649122, "repo_name": "lgvalle/lgvalle.github.io", "id": "48e194fa111effd117392613608093ef9d986d6c", "siz...
// Boost.Geometry (aka GGL, Generic Geometry Library) // Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. // Copyright (c) 2008-2012 Bruno Lalande, Paris, France. // Copyright (c) 2009-2012 Mateusz Loskot, London, UK. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library ...
{ "content_hash": "82bb1ef3e1eef847bd9bff0dbb8a2c32", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 93, "avg_line_length": 27.042168674698797, "alnum_prop": 0.6480285141456895, "repo_name": "daher-alfawares/localize", "id": "bf558c32b5ec8961bea8e0cd3f5ae5aa2d8bf2ce", "si...
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>Bushwick Brewing Tour | #BeerHistory</title> <!-- Open Graph data for Facebook --> <meta property="og:site_name" content="Bushwick Brewing Tour"> <meta property="og:title"...
{ "content_hash": "3fb1ae014adf7c4f8bcb12ca9727bc43", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 724, "avg_line_length": 52.12682926829268, "alnum_prop": 0.6485120718697361, "repo_name": "ChrisBup/bushwick-brewing-tour", "id": "a530de98d639303778ea28384354b7d9749eeb23",...
class CreateImages < ActiveRecord::Migration def change create_table :images do |t| t.string :file, null: false t.references :user, index: true t.timestamps end end end
{ "content_hash": "23f7f8cbe3f0e8c64c8491691cea5757", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 44, "avg_line_length": 20, "alnum_prop": 0.655, "repo_name": "jinutm/silverme", "id": "0cdd66c5f258296a5c8712e59e945239cefa3f29", "size": "200", "binary": false, "copie...
<?php /** * WPBakery Visual Composer Shortcodes main * * @package WPBakeryVisualComposer * */ /* abstract VisualComposer class to create structural object of any type */ if ( ! class_exists( 'WPBakeryVisualComposerAbstract' ) ) { /** * Class WPBakeryVisualComposerAbstract */ abstract class WPBakeryVisualCom...
{ "content_hash": "1e9994b260c3b2552c0bd8c66b479dad", "timestamp": "", "source": "github", "line_count": 1246, "max_line_length": 372, "avg_line_length": 28.69502407704655, "alnum_prop": 0.5648598758180903, "repo_name": "camilohaze/somosrugby", "id": "5b203b9a9ed2058a555173a8ce9d52178aa5175a", "size...
<?php /** * This is a stub include that automatically configures the include path. */ set_include_path(dirname(__FILE__) . PATH_SEPARATOR . get_include_path()); require_once 'HTMLPurifierExtras.php'; require_once 'HTMLPurifierExtras.autoload.php'; // vim: et sw=4 sts=4
{ "content_hash": "9ff641fa851948f402c5e11397501748", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 74, "avg_line_length": 25, "alnum_prop": 0.72, "repo_name": "heartshare/cmf-1", "id": "63056d5abe0b8ec35ed309dbe3243a3f358e58ab", "size": "275", "binary": false, "copie...
package com.netease.nim.uikit.common.util.storage; import android.Manifest; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build; import android.os.Environment; import android.os.StatFs; import android.text.TextUtils; import android.util.Log; import java.io.File; import ja...
{ "content_hash": "012aedaefe57f70ca6cf91a91c506ee2", "timestamp": "", "source": "github", "line_count": 249, "max_line_length": 91, "avg_line_length": 23.42570281124498, "alnum_prop": 0.6406651808674781, "repo_name": "hankooxiaozei/adcelebrity", "id": "416c6ac2767519208b5b52657f763a3457d1636d", "si...
LinkOMatic::Application.configure do config.host = ROOT_URL config.port = '8080' end
{ "content_hash": "a7a96241ce95a57ee6f542d2bfc6cad4", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 36, "avg_line_length": 22.25, "alnum_prop": 0.7415730337078652, "repo_name": "harvard-library/linkomatic", "id": "8399294f895ce82ace2fd1a7bacaedb28a2d5983", "size": "89", ...
using EventbriteNET.Extensions; using System; using System.Collections.Generic; using System.Net.Http; using System.Threading.Tasks; namespace EventbriteNET.Http { /// <summary> /// http://developer.eventbrite.com/docs/event-details/ /// </summary> class EventRequestHander : RequestBase<Event> { ...
{ "content_hash": "cbc399b9264d25553ca6f6600aa77fe1", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 90, "avg_line_length": 31.22543352601156, "alnum_prop": 0.4883376527212144, "repo_name": "osigas/Eventbrite.NET", "id": "b9a562a13dfede5d3fd2d00fad4b846013b714d2", "size":...
<?php use Symfony\Bundle\FrameworkBundle\FrameworkBundle; use Symfony\Bundle\SecurityBundle\SecurityBundle; use Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\MissingUserProviderBundle\MissingUserProviderBundle; return [ new FrameworkBundle(), new SecurityBundle(), new MissingUserProviderBundle()...
{ "content_hash": "3e56704ef06c625a6af6ec2bded36dcc", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 110, "avg_line_length": 25, "alnum_prop": 0.8092307692307692, "repo_name": "romaricdrigon/symfony", "id": "ccff0d356cab9336d804d7b4f491cd8010a08672", "size": "554", "bina...
package com.amazonaws.services.appsync.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.appsync.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import static co...
{ "content_hash": "7af60c9d4a18b0cdfef1b33121a478b0", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 136, "avg_line_length": 34.292307692307695, "alnum_prop": 0.6455809780170481, "repo_name": "aws/aws-sdk-java", "id": "9303bbba980bb32f71e3bae5d5a8993b3813ecf6", "size": "28...
import chai from 'chai'; import ObjectUtils from 'ppr.library.utils.object'; /* eslint-disable no-unused-expressions */ describe('ppr.library.utils.object', () => { describe('json convertation', () => { it('should convert valid string into object', () => { const targetObject = { firstObject: { ...
{ "content_hash": "60953283d3e9f83a644f8fc0a5d986ac", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 137, "avg_line_length": 30.35, "alnum_prop": 0.5947281713344317, "repo_name": "Houston-Inc/ppr.js", "id": "a63a41a6eb0be59cbdd3141687469c12d7bde266", "size": "1821", "bin...
/** * This barrel file provides the export for the shared GraphPreviewComponent. */ export * from './graph-preview.component';
{ "content_hash": "ffdbc24e03c0313cf591603dfd8e8d0f", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 77, "avg_line_length": 32.25, "alnum_prop": 0.7364341085271318, "repo_name": "tessa3/uxgraph", "id": "d6930dd6873dd68cff762f40fd3b9879dfcea568", "size": "129", "binary": f...
<Record> <Term>Non-Neoplastic Splenic Myeloid Hyperplasia of Mouse</Term> <SemanticType>Disease or Syndrome</SemanticType> <ParentTerm>Non-Neoplastic Myeloid Disorders of Mouse</ParentTerm> <ClassificationPath>EO_Findings_and_Disorders_Kind/Experimental Organism Diagnosis/Mouse Pathologic Diagnoses/Mouse Cancer-Rel...
{ "content_hash": "34d47797138f3b5a43fd3ccab2afc652", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 395, "avg_line_length": 76.44444444444444, "alnum_prop": 0.8364825581395349, "repo_name": "detnavillus/modular-informatic-designs", "id": "fec1fc8762f5269f794af346fdb7cdbd3d4...
action :create_or_update do Chef::Zabbix.with_connection(new_resource.server_connection) do |connection| get_host_request = { :method => 'host.get', :params => { :filter => { :host => new_resource.hostname } } } hosts = connection.query(get_host_request) if...
{ "content_hash": "29064642a54c59af4aa8839ee92f975c", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 141, "avg_line_length": 31.607655502392344, "alnum_prop": 0.612776264002422, "repo_name": "core-cookbooks/zabbix", "id": "13d27d33804346a2aeda843a376f61bdbbd0198b", "size"...
@interface PodsDummy_Pods_BXPhotoViewer_Example : NSObject @end @implementation PodsDummy_Pods_BXPhotoViewer_Example @end
{ "content_hash": "ddf08e8be3b640f5b8d22fae6ed2f390", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 58, "avg_line_length": 30.5, "alnum_prop": 0.8442622950819673, "repo_name": "banxi1988/BXPhotoViewer", "id": "0640f3e52f90288f90348f189cf80edfe866b82a", "size": "156", "bi...
package fly.play.s3 import scala.xml.Elem import fly.play.aws.AwsError case class S3Exception(status: Int, code: String, message: String, originalXml: Option[Elem]) extends RuntimeException( s"""|Problem accessing S3. Status $status, code $code, message '$message' |Original xml: |$originalXml""".stripMargi...
{ "content_hash": "09604a7f272a1f61faa728fb41a43321", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 119, "avg_line_length": 30.125, "alnum_prop": 0.7468879668049793, "repo_name": "margussipria/play-s3", "id": "5f94fcc1c9097f031689ac2164189ab774446dee", "size": "482", "b...
<!DOCTYPE html> <!-- Distributed under both the W3C Test Suite License [1] and the W3C 3-clause BSD License [2]. To contribute to a W3C Test Suite, see the policies and contribution forms [3]. [1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license [2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license [...
{ "content_hash": "44b95909b9955229292ceb8287e3537e", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 152, "avg_line_length": 35.170731707317074, "alnum_prop": 0.6830790568654647, "repo_name": "was4444/chromium.src", "id": "ff6d771349b4e2a0910a141e94c800f624d0ac9b", "size":...
require(CodePiece); declare(PCameraToPixelWS); var PCameraToPixelWS = {}; PCameraToPixelWS.id = "view_dir"; PCameraToPixelWS.includes = {v_pos:1, u_eye: 1, camera_to_pixel_ws:1}; PCameraToPixelWS.getVertexCode = function (order) { var vertex = new CodePiece(order); vertex.setIncludesFromMap(PCameraToPixelWS....
{ "content_hash": "43b16bd18daa61a36c6c1d2bf7087c33", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 81, "avg_line_length": 28.96551724137931, "alnum_prop": 0.7297619047619047, "repo_name": "victhorlopez/litegraph.js", "id": "8be3bf8bc4cde1681927ccc64ebd2cfed8a92de6", "siz...
using Medallion.Threading.Internal; using Medallion.Threading.WaitHandles; using NUnit.Framework; namespace Medallion.Threading.Tests.WaitHandles; [Category("CIWindows")] public class WaitHandleDistributedSemaphoreTest { [TestCase(null, NameStyle.Exact, ExpectedResult = typeof(ArgumentNullException))] [TestC...
{ "content_hash": "b47648ea8fd4fa25c5cacd68a4d764c2", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 290, "avg_line_length": 46.3202614379085, "alnum_prop": 0.6417383942429801, "repo_name": "madelson/DistributedLock", "id": "4dc082f63de5d18a567f9d416d3b17f9e88e666e", "siz...
/* Namespace for core functionality related to Network Topology. */ horizon.network_topology = { model: null, svg:'#topology_canvas', svg_container:'#topologyCanvasContainer', post_messages:'#topologyMessages', network_tmpl:{ small:'#topology_template > .network_container_small', normal:'#topology_te...
{ "content_hash": "04c8a1995ba939bcae2e91e961417039", "timestamp": "", "source": "github", "line_count": 603, "max_line_length": 98, "avg_line_length": 32.1608623548922, "alnum_prop": 0.56917444438715, "repo_name": "openstack-ja/horizon", "id": "8e6c3612d1b7cadc06b7fbb383e74b3ba35f37b1", "size": "19...
<?php namespace App\Controllers\Sites; use \Psr\Http\Message\ServerRequestInterface as request; use App\Source\Factory\PageFactory; use App\Source\Factory\SectionFactory; use App\Models\Pages; use App\Models\Sections; class UniversalPageController extends BaseController { public function homeAction(request $req, $r...
{ "content_hash": "0ddcf0abee5d12db9de6e1210bfd7166", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 94, "avg_line_length": 30.944444444444443, "alnum_prop": 0.6923997606223818, "repo_name": "svncao/Ulan", "id": "1259c74c332a2fc26d1cccb21ed078b565e85fe6", "size": "1671", ...
package io.proleap.cobol.asg.metamodel; public interface ProgramUnitElement extends CompilationUnitElement { ProgramUnit getProgramUnit(); }
{ "content_hash": "f8f9124de6e171b9c4b226ac3450b5fb", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 68, "avg_line_length": 18.25, "alnum_prop": 0.821917808219178, "repo_name": "uwol/cobol85parser", "id": "8c718840c036018dec1b2da768dcdbc809dfd291", "size": "371", "binary"...
ACCEPTED #### According to Index Fungorum #### Published in Aug. Pyrami de Candolle. Botanicon Gallicum, seu Synopsis Plantarum in Flora Gallica Descriptarum, Edn 2 2: 601 (1830) #### Original name Lichen acetabulum Neck. ### Remarks null
{ "content_hash": "e11648daedd3dec79867fdbd908a895e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 118, "avg_line_length": 18.615384615384617, "alnum_prop": 0.743801652892562, "repo_name": "mdoering/backbone", "id": "ea2ba88b8a6955efd2a4379b9142f0b83244ea7a", "size": "29...
from ._shared import InvalidArgs from .Log import Log from .Aide import Aide from .Alias import Alias from .Budget import Budget from .Camera import Camera from .Courses import Courses from .Dis import Dis from .Disclaimer import Disclaimer from .Emprunt import Emprunt from .Historique import Historique from .Info impo...
{ "content_hash": "3c89fdd24cd70561bdd87d905ec96578", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 36, "avg_line_length": 19.91111111111111, "alnum_prop": 0.6774553571428571, "repo_name": "hackEns/Jarvis", "id": "e1bb1b8f04b3ce374408cbc63afc3b5710eb518c", "size": "896", ...
[![GitHub (pre-)release](https://img.shields.io/github/release/glaived/SublimeTextAssociation/all.svg?style=flat-square)]() ![Compatible version](http://img.shields.io/badge/Windows->=W2000-lightgrey.svg?style=flat-square) [![license](https://img.shields.io/github/license/glaived/SublimeTextAssociation.svg?style=flat-s...
{ "content_hash": "f3e425efd24cf257892b22176fb01f4b", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 456, "avg_line_length": 99.2, "alnum_prop": 0.7836021505376344, "repo_name": "Glaived/SublimeTextAssociation", "id": "58939df5783ec8bf3818dc02d4b2594dce848e20", "size": "15...
var mongodb = require('./mongodb'); var Schema = mongodb.Schema; var fakeDataSchema = new Schema({ id : Number, name : String, city : String, state : String, country : String, company : String, favoriteNumber : Number }); var fakeData = mongodb.model("fakeData", fakeDataSchema); var fakeDat...
{ "content_hash": "5b2bab6e2b68a03d4b5219c6f5e5a1a2", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 67, "avg_line_length": 22.928571428571427, "alnum_prop": 0.6157840083073728, "repo_name": "shenzhenlong1203/react", "id": "e4ddf3cc1c87169c30cd268ee6db447074c0169b", "size"...
import _ from 'underscore'; import { saveAs } from 'file-saver'; import { Alert } from '../alert'; import { ga } from '../analytics'; import * as local from '../local'; import { Language } from '../../types/languages.interfaces'; const history = require('../history'); export class LoadSave { private modal: JQuer...
{ "content_hash": "12e3c49686e4653e681972f42472bae0", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 120, "avg_line_length": 36.06, "alnum_prop": 0.5089295618413755, "repo_name": "mattgodbolt/compiler-explorer", "id": "fc038336eefe2ac5f44e183511388e6f93771177", "size": "1...
namespace ash::multidevice { // State of a multi-device feature (see SoftwareFeature). // // Note that numerical enum values must not be changed as these values are // serialized to numbers and stored persistently. enum class SoftwareFeatureState { // Not supported by the device (e.g., hardware does not support feat...
{ "content_hash": "9253d1b93e449bb6232b261007f0c199", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 75, "avg_line_length": 31.73913043478261, "alnum_prop": 0.7164383561643836, "repo_name": "chromium/chromium", "id": "f11c197c5989770955bf3d8666cef2d7deff8139", "size": "103...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "175bd129167cf49ada30179aa6d12528", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "4db4bb2166d30c7f16592d3857827facbc818dd2", "size": "186...
===== Trump ===== .. image:: https://badges.gitter.im/Join%20Chat.svg :alt: Join the chat at https://gitter.im/Equitable/trump :target: https://gitter.im/Equitable/trump?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge .. image:: https://readthedocs.org/projects/trump/badge/?ver...
{ "content_hash": "40058e095e615a2ad22dc5a23a068c1e", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 161, "avg_line_length": 38.371428571428574, "alnum_prop": 0.6819061801935964, "repo_name": "Equitable/trump", "id": "96abbb8da43705aa86da9890cc19a4122a52f695", "size": "67...
<html> <body> <xml:namespace ns="urn:schemas-microsoft-com:vml" prefix="v" /> <!-- Include the VML behavior --> <style>v\: * { behavior:url(#default#VML); display:inline-block }</style> <!--p--> <v:shape id="rect01" style="HEIGHT:50px; LEFT:1px; TOP:1px; WIDTH:50px" coordsize = "200,200" fillcolor = "green" st...
{ "content_hash": "441a77285ee46cfe558d617a3a512135", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 73, "avg_line_length": 28.32, "alnum_prop": 0.6031073446327684, "repo_name": "doubleblacktech/learn-plumb", "id": "110cc3191991610eecc4e02c1f52bbf5f0a6e9f5", "size": "708",...
layout: post date: 2016-06-18 title: "Nicole Spose Colet of MODEL COAB16237 2016 Sleeveless Chapel Train Aline/Princess" category: Nicole Spose tags: [Nicole Spose,Aline/Princess ,Sweetheart,Chapel Train,Sleeveless,2016] --- ### Nicole Spose Colet of MODEL COAB16237 Just **$309.99** ### 2016 Sleeveless Chapel Train Al...
{ "content_hash": "43b5d16ed680d8310f1cfb47c617fe9d", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 288, "avg_line_length": 98.2, "alnum_prop": 0.7352342158859471, "repo_name": "HOLEIN/HOLEIN.github.io", "id": "fe0568075170f207bc2af4f8ec2eec9cd779298c", "size": "1477", ...
module Alchemy VERSION = "3.2.0" def self.version VERSION end end
{ "content_hash": "770f7463aba1497013007a57e7bbe8dc", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 19, "avg_line_length": 11, "alnum_prop": 0.6493506493506493, "repo_name": "cygnus6/alchemy_cms", "id": "b062b513554df60586ee5d4723dc59c770b80fb5", "size": "77", "binary": ...
package kr.debop4j.data.mongodb; import com.google.common.base.Objects; import com.google.common.collect.ComparisonChain; import com.google.common.collect.Lists; import com.google.common.collect.Ordering; import kr.debop4j.core.ValueObjectBase; import kr.debop4j.core.tools.ArrayTool; import kr.debop4j.core.tools.HashT...
{ "content_hash": "e881387977bf621182063ac47b081085", "timestamp": "", "source": "github", "line_count": 130, "max_line_length": 93, "avg_line_length": 30.223076923076924, "alnum_prop": 0.6439297531178417, "repo_name": "archmagece/debop4j", "id": "6df0e909e4b6cb71218e3a92ffbf1a9b7102d132", "size": "...
var autoprefixer = require('autoprefixer'); var webpack = require('webpack'); var path = require('path'); module.exports = { plugins: [ new webpack.NormalModuleReplacementPlugin(/^\.\/layout$/, 'custom-layout') ], resolve: { alias: { 'custom-layout': path.resolve('.storybook/lay...
{ "content_hash": "c67d0b62043f8dd9d60587222b9c700d", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 129, "avg_line_length": 27.037037037037038, "alnum_prop": 0.4931506849315068, "repo_name": "valorize/scienceWriter", "id": "8dffa3c13b8bd4b8174627fc6fa922adcecb0a6f", "size...
using System; using System.IO; using System.Linq; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using MonoGame.Extended.Gui.Controls; using MonoGame.Extended.Gui.Serialization; using Newtonsoft.Json; namespace MonoGame.Extended.Gui { public class Screen //: Element<GuiSystem>, IDisposable ...
{ "content_hash": "c206d2ab396c4ddf71d9c31394930e9b", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 129, "avg_line_length": 31.166666666666668, "alnum_prop": 0.5679144385026738, "repo_name": "LithiumToast/MonoGame.Extended", "id": "bb5618ffcbbc0af6a51abde53f9eae314a1350ba"...
package net.tridentsdk; /** * Implemented to represent an object which messages can be sent to * * @author The TridentSDK Team */ public interface Messagable { /** * Send an array of messages to this recipient * * @param messages String[] messages to be sent */ void sendRaw(String... ...
{ "content_hash": "452f9d7205dedb2b7d7667ee255b32af", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 67, "avg_line_length": 20.458333333333332, "alnum_prop": 0.6354378818737271, "repo_name": "orangelynx/TridentSDK", "id": "325b95ccfad4270cfdcc78120d1a33ea61c47b5e", "size":...
ActiveAdmin.register AdminUser do index do column :email column :current_sign_in_at column :last_sign_in_at column :sign_in_count default_actions end form do |f| f.inputs "Admin Details" do f.input :email end f.buttons end end
{ "content_hash": "aab83114a69fb85dac4b2ecb9e434c14", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 33, "avg_line_length": 16.3125, "alnum_prop": 0.6781609195402298, "repo_name": "davefp/who-goes-first", "id": "57b2a0e1fcd3ca51b4a8a2efbde1fe032a1e9540", "size": "261", "...
import {MaxPipe} from '../../src/max.pipe'; describe('MaxPipe', () => { let pipe: MaxPipe, testString = 'test'; beforeEach(() => pipe = new MaxPipe()); it('Less then allowed', () => expect(pipe.transform(testString, testString.length + 1)).toEqual(testString)); it('Equal to allowed', () => ex...
{ "content_hash": "0cdb06eb071d307dfc7a166ff4835ed8", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 126, "avg_line_length": 43.666666666666664, "alnum_prop": 0.6469465648854962, "repo_name": "marcosloic/ngx-notification", "id": "3238af25bb1dfa0e9b61d6657c4cbf48876af4d5", ...
/** * Uploader implementation - with the Connection object in ExtJS 4 * */ Ext.define('MyApp.ux.panel.upload.uploader.ExtJsUploader', { extend : 'MyApp.ux.panel.upload.uploader.AbstractXhrUploader', requires : [ 'MyApp.ux.panel.upload.data.Connection' ], config : { /** * @cfg {String} [method='PUT'] * ...
{ "content_hash": "85db653c90e26a674e9b974c338dedec", "timestamp": "", "source": "github", "line_count": 138, "max_line_length": 141, "avg_line_length": 22.753623188405797, "alnum_prop": 0.6445859872611465, "repo_name": "cwtuan/ExtJSTutorial", "id": "e2ed656208732088b6dc314c4e11ac4a3bac6255", "size"...
use std::path; use anyhow::Result; use indoc::indoc; use pretty_assertions::assert_eq; use super::Config; use crate::git; struct StubGit { branches: Vec<git::Branch>, rebase_head_name: String, } impl git::Git for StubGit { fn set_global_config_str<K, V>(&self, _: K, _: V) -> Result<()> where ...
{ "content_hash": "9619a4caeb5124184472558d9d29594e", "timestamp": "", "source": "github", "line_count": 341, "max_line_length": 147, "avg_line_length": 33.26979472140763, "alnum_prop": 0.5792860290877039, "repo_name": "abhinav/restack", "id": "3814f1061a9cb2540549bfe39202e96f31ba7cc7", "size": "113...
var webpack= require("webpack"); var Path= require("path") var extend= function(obj1, obj2){ obj2= obj2||{} for(var id in obj1){ var o= obj1[id]; var o2= obj2[id]; if(typeof o === "object" && typeof o2 === "object"){ extend(o,o2); } } for(var id in obj2){ var o= obj1[id]; var o2= obj...
{ "content_hash": "a6bfd6326fd9b44f0ed73ad9ff9ac735", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 73, "avg_line_length": 22.369565217391305, "alnum_prop": 0.5753158406219631, "repo_name": "voxsoftware/vox-webcompiler", "id": "ee0a89a9f8f809abb6d539a5451291bb3d5d04d8", "...
<?php namespace aw\clubapiclient; /** * Venue object. * * @category Core * @package ClubApiClient * @author Alex Wyett <alex@wyett.co.uk> * @copyright 2015 Alex Wyett * @license http://www.php.net/license/3_01.txt PHP License 3.01 * @link http://www.wyett.co.uk * * @method string getName() ...
{ "content_hash": "01d8aadd6621ddb2ba105969eb2868dd", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 70, "avg_line_length": 20.058823529411764, "alnum_prop": 0.4912023460410557, "repo_name": "alexwyett/ClubApiClient", "id": "703a52d9d1e28f431d4bf0feb3885784d3c1ba6e", "siz...
happy_weather = {} -- Local variables which helps organize active and deactive weahers local registered_weathers = {} local active_weathers = {} ------------------------------------ -- Local helper / utility methods -- ------------------------------------ -- Adds weather to active_weathers table local add_active_wea...
{ "content_hash": "25aa29c9035745ce0f611cfbb35ef576", "timestamp": "", "source": "github", "line_count": 289, "max_line_length": 99, "avg_line_length": 25.173010380622838, "alnum_prop": 0.7048797250859107, "repo_name": "xeranas/weather_pack", "id": "e4b256a874c766a2bb37fca3e594f6c5354fbb76", "size":...
package com.xiaomi.infra.galaxy.sds.examples; import com.google.common.collect.LinkedListMultimap; import com.xiaomi.infra.galaxy.sds.client.ClientFactory; import com.xiaomi.infra.galaxy.sds.thrift.*; import java.net.URI; import java.net.URISyntaxException; import java.security.InvalidKeyException; import java.securi...
{ "content_hash": "64a810766322abed74042766423aee16", "timestamp": "", "source": "github", "line_count": 208, "max_line_length": 115, "avg_line_length": 45.65384615384615, "alnum_prop": 0.6302653748946925, "repo_name": "XiaoMi/galaxy-sdk-java", "id": "c602ec65203e0cc3ebd3e6dbcad37b54b9f85e19", "size...
<?php namespace Spatie\Permission\Traits; use Spatie\Permission\Models\Role; use Spatie\Permission\Contracts\Tenant; use Spatie\Permission\Models\Permission; use Illuminate\Database\Eloquent\Collection; use Spatie\Permission\Models\RoleTenantUserPivot; use Spatie\Permission\Exceptions\RoleDoesNotExist; use Illuminate...
{ "content_hash": "3e459b0462bdfb5847865ba531c58476", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 111, "avg_line_length": 29.536945812807883, "alnum_prop": 0.5775517011340894, "repo_name": "ChadLRoss/laravel-permission", "id": "86486f586a3e3c36ecf46b29958e1518f83b411c", ...
from pyspark.mllib.regression import LabeledPoint from pyspark.mllib.tree import DecisionTree from pyspark import SparkConf, SparkContext from numpy import array # Boilerplate Spark stuff: conf = SparkConf().setMaster("local").setAppName("SparkDecisionTree") sc = SparkContext(conf = conf) # Some functions th...
{ "content_hash": "2814ee933c4bf73131f7a94d4bba7f31", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 82, "avg_line_length": 36.48684210526316, "alnum_prop": 0.6887847097006852, "repo_name": "yevheniyc/C", "id": "d507587cf786312934f334025dbd3608839ff41c", "size": "2773", ...
''' .. Red9 Studio Pack: Maya Pipeline Solutions Author: Mark Jackson email: rednineinfo@gmail.com Red9 blog : http://red9-consultancy.blogspot.co.uk/ MarkJ blog: http://markj3d.blogspot.co.uk This is the General library of utils used throughout the modules These are abstract gene...
{ "content_hash": "b1d567aaacb1786c2aa6a9a1ac725504", "timestamp": "", "source": "github", "line_count": 924, "max_line_length": 142, "avg_line_length": 36.41558441558441, "alnum_prop": 0.5874940561103186, "repo_name": "Free3Dee/Red9_StudioPack", "id": "392b04efc54f35f45ad21944fcdda72f1f0a0e17", "si...
package describe import ( "strings" "testing" "time" "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" utilerrors "k8s.io/apimachinery/pkg/util/errors" kapi "k8s.io/kubernetes/pkg/api" oapi "github.com/openshift/origin/pkg/api" "github.com/...
{ "content_hash": "b142fd1443de58b5b7fcabcc861f21e6", "timestamp": "", "source": "github", "line_count": 453, "max_line_length": 200, "avg_line_length": 33.70198675496689, "alnum_prop": 0.6384358420121832, "repo_name": "ncdc/origin", "id": "57c26b201a4141c32ea1e236a7129004536bd8c9", "size": "15267",...
from Event import PictureEvent, LightEvent, FeedEvent import datetime names = ['Feed','Light','Take picture'] events = [] enabled = True idcounter = 0 today = datetime.datetime.today().date() def createEvent(type): if type == 0: return FeedEvent() elif type == 1: return LightEvent() elif type == 2: return ...
{ "content_hash": "adcd20d29d3c94bfbb176b0323c5ce73", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 58, "avg_line_length": 23.197916666666668, "alnum_prop": 0.6834306241580602, "repo_name": "marian42/fishtank", "id": "235df5952a332c9bc68f2af5187755d8868655ae", "size": "22...
package io.fabric8.insight.camel.profiler; import org.apache.camel.model.ProcessorDefinition; import java.util.concurrent.atomic.AtomicLong; /** * */ public class Stats { final AtomicLong count = new AtomicLong(); final AtomicLong self = new AtomicLong(); final AtomicLong total = new AtomicLong(); ...
{ "content_hash": "de90e82df03fc6e2d901a37b75365973", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 64, "avg_line_length": 21.22222222222222, "alnum_prop": 0.6151832460732984, "repo_name": "aslakknutsen/fabric8", "id": "b945441306f9b26b19130b99306340bc82b754b1", "size": "...
====================================== Rule set ``@PHPUnit48Migration:risky`` ====================================== Rules to improve tests code for PHPUnit 4.8 compatibility. This set contains rules that are risky. Rules ----- - `@PHPUnit43Migration:risky <./PHPUnit43MigrationRisky.rst>`_ - `php_unit_namespaced <./...
{ "content_hash": "95a12ecef2c6443ecc8b03fe21825d3e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 98, "avg_line_length": 30.846153846153847, "alnum_prop": 0.5660847880299252, "repo_name": "FriendsOfPHP/PHP-CS-Fixer", "id": "637e27033329c567f57e0467cb41661dcf0aa963", "si...
package org.apache.activemq.artemis.tests.integration.paging; import javax.jms.Connection; import javax.jms.MessageConsumer; import javax.jms.MessageProducer; import javax.jms.Session; import javax.jms.Topic; import java.util.Date; import org.apache.activemq.artemis.api.core.SimpleString; import org.apache.activemq....
{ "content_hash": "8394f91a7f913edf40c1e385dc674908", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 193, "avg_line_length": 36.766129032258064, "alnum_prop": 0.6810704101776706, "repo_name": "TomRoss/activemq-artemis", "id": "898fb2f05cbe1d774fa81cb5caf3f9baf1e6d52c", "s...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d1865330cf62a1e36b2caeedae275a64", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "6c2292c4c207e83c8b0c230744232bca986340e6", "size": "177...
package com.flipkart.connekt.commons.dao import java.io.IOException import com.fasterxml.jackson.databind.node.ObjectNode import com.fasterxml.jackson.databind.{DeserializationFeature, ObjectMapper} import com.fasterxml.jackson.module.scala.DefaultScalaModule import com.fasterxml.jackson.module.scala.experimental.Sc...
{ "content_hash": "eed93a6800e1153bb23ff8dff5fc864d", "timestamp": "", "source": "github", "line_count": 234, "max_line_length": 219, "avg_line_length": 34.68376068376068, "alnum_prop": 0.7031789058649581, "repo_name": "Flipkart/connekt", "id": "f8c30739a0ab89ce9fda4d7dd83b1c419a0e04f1", "size": "87...
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
{ "content_hash": "aad1a50ee4c4b4a2763d1aea9d71a938", "timestamp": "", "source": "github", "line_count": 229, "max_line_length": 165, "avg_line_length": 38.301310043668124, "alnum_prop": 0.6716451943906054, "repo_name": "miguelhidrogo/moodle_auth_cors", "id": "add63122157c281be7ac9a16749c0bcf44fa4058"...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@color/btn_normal...
{ "content_hash": "9297af20a743bca996eb720ed68675c9", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 72, "avg_line_length": 35.57692307692308, "alnum_prop": 0.6562162162162162, "repo_name": "XinRan5312/QXCustImageAndAnimator", "id": "df58b397ea1d6dea38b14004e2f15d4f6f795bc2"...
package com.smoothcsv.commons.functions; /** * @author kohii */ @FunctionalInterface public interface IntRangeConsumer { /** * Performs this operation on the given arguments. * * @param from the first input argument * @param to the second input argument */ void accept(int from, int to); }
{ "content_hash": "ab6d50cbe81b2b22697e7af0c3b8ad67", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 52, "avg_line_length": 18.58823529411765, "alnum_prop": 0.6867088607594937, "repo_name": "kohii/smoothcsv-commons", "id": "5a8f71e6d64257870d616bff4fac322512201b3e", "size"...