text
stringlengths
2
1.04M
meta
dict
using System.Collections; using System.Linq; using SanicballCore.MatchMessages; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; namespace Sanicball.UI { public class ChatMessageArgs : System.EventArgs { public string Text { get; private set; } public ChatMessageArgs(s...
{ "content_hash": "15a11cf995bb3b3de83ca89d08d326d6", "timestamp": "", "source": "github", "line_count": 139, "max_line_length": 111, "avg_line_length": 28.834532374100718, "alnum_prop": 0.5469061876247505, "repo_name": "BK-TN/Sanicball", "id": "7db6f291bfb53ec3d1590fcfe6e82d1965a07f26", "size": "40...
// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. #include "runtime.h" #include "defs_GOOS_GOARCH.h" #include "signals_GOOS.h" #include "os_GOOS.h" void runtime·dumpregs(Sigcontext *r) { runtime·printf("rax ...
{ "content_hash": "360e58031015a01f5769fa3b4bee77a8", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 80, "avg_line_length": 26.368055555555557, "alnum_prop": 0.6262839083486963, "repo_name": "Triskite/willstone-goclone", "id": "8ff5be7859160980d1d90153113bf8e822a578f8", "...
``` s3 = boto3.client('s3') url= s3.generate_presigned_url(ClientMethod='put_object', Params={ 'Bucket': DEFAULT_BUCKET, 'Key': file_key, }, ExpiresIn=3600) ``` by using curl we can put a file into aws s3 `curl -v --request PUT --upload-file test.txt "presigned url"` ### post ``` resp = ...
{ "content_hash": "cbb493df7a9e75d7c1656cea6f9983e1", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 155, "avg_line_length": 21.471698113207548, "alnum_prop": 0.6080843585237259, "repo_name": "kkito/lettuce", "id": "a8e26269c0f01ccf9d4cfbc0c048a10094521632", "size": "1197"...
#import <UIKit/UIKit.h> #import <IGListKit/IGListSectionController.h> #import <IGListKit/IGListMacros.h> NS_ASSUME_NONNULL_BEGIN /** A block used to configure cells. @param item The model with which to configure the cell. @param cell The cell to configure. */ NS_SWIFT_NAME(ListSingleSectionCellConfigureBloc...
{ "content_hash": "b6f6875c33a2269d943ea67a6353f6de", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 132, "avg_line_length": 38.43571428571428, "alnum_prop": 0.7623118379483368, "repo_name": "PJayRushton/stats", "id": "745d45062b31053f7a5059059e1495ce226ea444", "size": "5...
Ext.define('icc.view.idatabase.Structure.FilterCombobox', { extend : 'icc.common.Combobox', alias : 'widget.idatabaseStructureFilterCombobox', fieldLabel : '选择过滤器', name : 'filter', store : 'idatabase.Structure.FilterType', valueField : 'val', displayField : 'name', queryMode : 'remote', editable : fa...
{ "content_hash": "cf4c5b5afbc371c47218c8bea0a2362f", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 59, "avg_line_length": 29.25, "alnum_prop": 0.6923076923076923, "repo_name": "handsomegyr/ent", "id": "17592a71ee5a61c449218c05c66dbb0b7ff6a1a2", "size": "361", "binary":...
A First Level Header ==================== A Second Level Header --------------------- Now is the time for all good men to come to the aid of their country. This is just a regular paragraph. The quick brown fox jumped over the lazy dog's back. ### Header 3 > This is a blockquote. > > This is the second paragraph i...
{ "content_hash": "21232b3104bdaef5d3b9255c3c43822f", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 49, "avg_line_length": 18.75, "alnum_prop": 0.6453333333333333, "repo_name": "ocpsoft/rewrite", "id": "dcb4f08cd5168cf109a41242aaeae02e7df8d509", "size": "375", "binary":...
using System.Reflection; using System.Web.Mvc; using Composite.Core.Routing; using Composite.Core.WebClient.Renderings.Page; namespace CompositeC1Contrib.Rendering.Mvc.Routing { public class C1RenderingReasonAttribute : ActionMethodSelectorAttribute { private readonly RenderingReason _rende...
{ "content_hash": "f7b8253d1131d2d5f84912caf429ec19", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 179, "avg_line_length": 36.857142857142854, "alnum_prop": 0.7044573643410853, "repo_name": "burningice2866/CompositeC1Contrib", "id": "8ec11e22a7cd01c2ac6319db8fad5df9ea33112...
package org.wso2.das.analytics.rest.beans; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * The bean class for column types */ @XmlType(name = "columnType") @XmlEnum public enum ColumnTypeBean { @XmlEnumValue("STRING") ...
{ "content_hash": "36fcbdae57512bb3142c7effe1b63936", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 46, "avg_line_length": 15.375, "alnum_prop": 0.6682926829268293, "repo_name": "Amutheezan/product-das", "id": "d2fafaa462d655a05e7e69743f2736dad9d14174", "size": "1285", ...
package ws.web.dto; public class ChannelDTO { private String name; private Integer platformID; public String getName() { return name; } public void setName(String name) { this.name = name; } public Integer getPlatformID() { return platformID; } public vo...
{ "content_hash": "613c9b2712b1c56bf74bbe982e56213d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 51, "avg_line_length": 17.608695652173914, "alnum_prop": 0.6197530864197531, "repo_name": "Gyoo/Discord-Streambot", "id": "5aa9b4ce7d9c7743ab95a440f51a4c969caa8f9e", "size"...
<?php class Crunchbutton_Order_Logistics_Parking extends Cana_Table { const DEFAULT_TIME = 5; // minutes public function __construct($id = null) { parent::__construct(); $this ->table('order_logistics_parking') ->idVar('id_order_logistics_parking') ->loa...
{ "content_hash": "c7a051d52e43e37e637ded0d9c66b60a", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 61, "avg_line_length": 21, "alnum_prop": 0.5625, "repo_name": "crunchbutton/crunchbutton", "id": "a50a45819172e94a96a26c624ce23a32620fa53b", "size": "336", "binary": fals...
import numpy as np from .Player import Player from ..ai import GameTree, heuristic from ..ai.search import * class RobotTS(Player): is_ai = True def __init__(self, name='R0bot', stone=0, search_method=Minimax( hfunc=heuristic.Simple().evaluate, use_symm...
{ "content_hash": "82c02d584269c16578ea728e749cf9c8", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 87, "avg_line_length": 37.40909090909091, "alnum_prop": 0.5741190765492102, "repo_name": "kitman0804/BoardGame", "id": "01c3eca3c2b4e5689f3021723a5fec0e5560b294", "size": "...
<?php namespace AppBundle\Form\Type; use AppBundle\Entity\Author; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolver; class AuthorType extends AbstractType { /** ...
{ "content_hash": "55c7e624661ef794fdf5ab3fd90cac6d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 76, "avg_line_length": 23.03125, "alnum_prop": 0.6445047489823609, "repo_name": "burnhamrobertp/AdventureLookup", "id": "d5ce847cf9a6290120d4007d589d637e9a007fbe", "size": ...
function Enable-IisSecurityAuthentication { <# .SYNOPSIS Enables anonymous or basic authentication for an entire site or a sub-directory of that site. .DESCRIPTION By default, enables an authentication type on an entire website. You can enable an authentication type at a specific path under a webs...
{ "content_hash": "c5b410fe104e8d183f23d15f0def36c5", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 252, "avg_line_length": 31.985294117647058, "alnum_prop": 0.6616091954022989, "repo_name": "cloudoman/carbon", "id": "6b93ad297daacb8248ab2f8bbb1d176236dee7a2", "size": "27...
require 'spec_helper' describe Spree::PageLayout do let (:page_layout) { Spree::PageLayout.first } it "build html css js" do html, css = page_layout.build_content html.present?.should be_true css.present?.should be_true end it "create new page_layout tree" do # objects = Spree::Section....
{ "content_hash": "32591e64cce624099a25291ddb631452", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 172, "avg_line_length": 40.5, "alnum_prop": 0.7022927689594356, "repo_name": "RuanShan/spree_theme", "id": "47d223ba92f0a8a3dc995906f69b08f79160f327", "size": "2858", "bi...
pv - WebGL protein viewer ========================================= pv is a WebGL-based protein viewer whose goal is to once-for-all end the reign of Java applets on websites that require visualisation of protein structures. It's not you Java, it's all the annoying security popups and slow loading times. pv implement...
{ "content_hash": "2ad73bc793769f574e58df86eeedd9ff", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 335, "avg_line_length": 50.71333333333333, "alnum_prop": 0.7504929670040752, "repo_name": "Traksewt/pv", "id": "35eec278ddbf8cd0e68fcd3172899ee8cc65f045", "size": "7607", ...
<?php /* |-------------------------------------------------------------------------- | Auth Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application authencation. These | routes are loaded by the RouteServiceProvider within a ...
{ "content_hash": "9ae2a2d056f456a2e5a85d18019b5ae8", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 118, "avg_line_length": 46.18181818181818, "alnum_prop": 0.6535433070866141, "repo_name": "CPSB/Skeleton-project", "id": "b9d2ca9db7ceedda9f16c1e28c501b27368daad8", "size":...
require_relative 'live_query' require 'volt/utils/generic_pool' # LiveQueryPool runs on the server and keeps track of all outstanding # queries. class LiveQueryPool < Volt::GenericPool def initialize(data_store) @data_store = data_store super() end def lookup(collection, query) # collection = colle...
{ "content_hash": "912d48274299ffce15d9f6b78d716924", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 70, "avg_line_length": 25.071428571428573, "alnum_prop": 0.704653371320038, "repo_name": "bglusman/volt", "id": "ec6c11cea1737a6952865ea649dc2b384f362147", "size": "1053", ...
/* * rt_defines.h * * Code generation for model "CSE1_HIL_tau". * * Model version : 1.153 * Simulink Coder version : 8.6 (R2014a) 27-Dec-2013 * C source code generated on : Tue Apr 14 18:13:38 2015 * * Target selection: NIVeriStand_VxWorks.tlc * Note: GRT includes extra infrastructure and instrum...
{ "content_hash": "914e40ccf9a72767e2f619c781bd27ee", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 81, "avg_line_length": 31.775510204081634, "alnum_prop": 0.5857418111753372, "repo_name": "NTNU-MCS/CS_EnterpriseI", "id": "161fb8a9dd510fd67de80f4dc27eb87fc3ed1905", "size...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Schools extends CI_Controller { public function view($school_name) { $school_header_info_q = $this->db->query("select sc_full_name, tagline from schools where sc_name = '$school_name'"); $school_header_info = $sch...
{ "content_hash": "049930c90fe97dc314c60b7f5047ce5e", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 129, "avg_line_length": 43.95454545454545, "alnum_prop": 0.5894519131334023, "repo_name": "opengbu/gbuonline", "id": "3c7267019c8386534107d63192882650bf1ac168", "size": "96...
import { TooltipProps } from 'src/components/Tooltip'; export const TOOLTIP_COMMON_PROPS: Partial<TooltipProps> = { moveBy: { x: 0, y: 2 }, appendTo: 'scrollParent', placement: 'top', };
{ "content_hash": "92709a08286959338606e0d6a8579a42", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 60, "avg_line_length": 27.714285714285715, "alnum_prop": 0.6804123711340206, "repo_name": "wix/wix-style-react", "id": "e58251c72a6d85b8c92fd677e35c21af7dae88fd", "size": "1...
package com.tinapaproject.tinapa; import android.app.ActionBar; import android.app.ActionBar.Tab; import android.app.Activity; import android.app.Fragment; import android.app.FragmentTransaction; import android.content.ContentValues; import android.content.Intent; import android.database.Cursor; import android.graphic...
{ "content_hash": "416cf28118ca7db2bfddfba9fe6c3452", "timestamp": "", "source": "github", "line_count": 651, "max_line_length": 390, "avg_line_length": 52.40706605222734, "alnum_prop": 0.7082979159949585, "repo_name": "DJ0Hybrid/TINAPA", "id": "5065df19be05188a4fa565b4f78ada7a5923ef72", "size": "34...
jQuery Plugin Starter === This is my starter structure for a generic *jQuery plugin*. It makes use of several technologies as described below. ###Use: In every file you'll see a piece of commented code. That's the instructions for each file. In others you'll see *UPPERCASED-WORDS* and those one you should change to f...
{ "content_hash": "c673ade680c4a6d8cd1945dad6335e4b", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 264, "avg_line_length": 33.66326530612245, "alnum_prop": 0.7305244013337375, "repo_name": "juanbrujo/jquery-plugin-starter", "id": "4278b578a4039ea442df14a826f062e80b116637",...
<?php namespace Magento\Framework\App\Test\Unit\Config\Initial; use Magento\Framework\Filesystem; class ReaderTest extends \PHPUnit_Framework_TestCase { /** * @var \Magento\Framework\TestFramework\Unit\Helper\ObjectManager */ protected $objectManager; /** * @var \Magento\Framework\App\Con...
{ "content_hash": "8064ad4b3c43e6499fd9337970d432ea", "timestamp": "", "source": "github", "line_count": 177, "max_line_length": 117, "avg_line_length": 33.69491525423729, "alnum_prop": 0.5841716968477532, "repo_name": "j-froehlich/magento2_wk", "id": "f2a0638e958f310af293e62e785e8528424809a4", "siz...
package org.apache.lens.cli; import static org.testng.Assert.*; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URL; import java.util.*; import javax.ws.rs.BadRequestException; import javax.xml.datatype.DatatypeFactory; import org.apache.lens.api.APIResult; im...
{ "content_hash": "4b7a5bdf90177e9cbe70ad876c1580ad", "timestamp": "", "source": "github", "line_count": 404, "max_line_length": 119, "avg_line_length": 38.383663366336634, "alnum_prop": 0.6740826723415232, "repo_name": "Flipkart/incubator-lens", "id": "7a437a1239a541f975faeeb10fdf3609dc956b4c", "si...
package com.github.nest.arcteryx.validation.oval; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; public class Car { @NotNull private String manufacturer; @NotNull @Size(min = 2, max = 14) private String licensePlate...
{ "content_hash": "9c72845460f7a07f87154f725690e0f5", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 70, "avg_line_length": 20.333333333333332, "alnum_prop": 0.7155255544840887, "repo_name": "bradwoo8621/nest-old", "id": "08ea07aec7e5fe3a63383ac803c570f53b3fb4f9", "size": ...
namespace blink { // The "appeal" of a breakpoint. Higher is better. The perfect appeal is when // we're not violating any rules. As we violate rule after rule, appeal will // decrease. When figuring out where to break, a layout algorithm will use the // breakpoint with the highest appeal (first priority) that has pro...
{ "content_hash": "90401bfeb621d776b78ece9f575e77ea", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 80, "avg_line_length": 40.94117647058823, "alnum_prop": 0.7471264367816092, "repo_name": "chromium/chromium", "id": "b4d2717c2229bef7d63304bfe4a8583734b37de5", "size": "167...
package no.ssb.vtl.script; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import no.ssb.vtl.connectors.Connector; import no.ssb.vtl.model.Component; import no.ssb.vtl.model.DataPoint; import no.ssb.vtl.model.DataStructure; import no.ssb.vtl.model.Dataset; import no.ssb.vtl.model.Stati...
{ "content_hash": "32149cbeddd74397c066d28534334677", "timestamp": "", "source": "github", "line_count": 1454, "max_line_length": 147, "avg_line_length": 40.670563961485556, "alnum_prop": 0.5150587638454384, "repo_name": "statisticsnorway/java-vtl", "id": "908bef5940a00144f1dc5f0c754e316b8fcf457e", ...
package org.baeldung; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; import com.baeldung.spring.cloud.ribbon.client.ServerLocationApp; @RunWith(SpringRunner.class) @SpringBootTest(classe...
{ "content_hash": "7360fc8893f2fb31c473dc326ede2f1d", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 68, "avg_line_length": 28.41176470588235, "alnum_prop": 0.8178053830227743, "repo_name": "csc19601128/misc-examples", "id": "0f544b3ed15d9b6c5b2bcc370b30db531d15b8e5", "siz...
<!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_45) on Tue May 12 14:55:48 CEST 2015 --> <title>service.composite</title> <meta name="date" content="2015-05-12"> <link rel="stylesheet" type="...
{ "content_hash": "45242a185f15a7902ea09e3f697ca674", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 149, "avg_line_length": 33.98076923076923, "alnum_prop": 0.6445953593661573, "repo_name": "musman/RSP", "id": "e3b221cbcb608192c7fbde048d90907f1668fa9b", "size": "5301", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-multinomials: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boo...
{ "content_hash": "8cd2dbf15d24dcf45565b34fc69c9b17", "timestamp": "", "source": "github", "line_count": 177, "max_line_length": 159, "avg_line_length": 41.548022598870055, "alnum_prop": 0.5489529507750884, "repo_name": "coq-bench/coq-bench.github.io", "id": "42c887595e1f12c7362001ed82da22501a255e52",...
#include "cartographer/mapping/internal/optimization/optimization_problem_3d.h" #include <algorithm> #include <array> #include <cmath> #include <iterator> #include <map> #include <memory> #include <string> #include <vector> #include "Eigen/Core" #include "absl/memory/memory.h" #include "cartographer/common/internal...
{ "content_hash": "9ce17ab3458d5b7c2757c37bcdd64089", "timestamp": "", "source": "github", "line_count": 613, "max_line_length": 100, "avg_line_length": 42.46982055464927, "alnum_prop": 0.6395866943228087, "repo_name": "googlecartographer/cartographer", "id": "fca36d1cdd66e56a0059455eec684bc739442ddd"...
package com.simplefooddeliveryapp; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMai...
{ "content_hash": "8770849891ab6132e9dca934cdba3cfe", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 73, "avg_line_length": 25.8, "alnum_prop": 0.7183462532299741, "repo_name": "RobertoNovelo/SimpleFoodDeliveryApp", "id": "ab0e34202b23dba68cfcb1dead69e6e80aefef11", "size":...
// CHECKSTYLE:OFF package org.jfrog.hudson.plugins.artifactory; import org.jvnet.localizer.Localizable; import org.jvnet.localizer.ResourceBundleHolder; @SuppressWarnings({ "", "PMD" }) public class Messages { private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class); ...
{ "content_hash": "5542752db8ed44ca99667b7506980f49", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 96, "avg_line_length": 21.25, "alnum_prop": 0.6161764705882353, "repo_name": "hudson3-plugins/hudson-artifactory-plugin", "id": "424bead852ecbb0fbc1daddea88dd01ae90930a0", ...
import { SaoPaulo } from "../../"; export = SaoPaulo;
{ "content_hash": "701cfee36e1f44d49036b190ccc687f9", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 34, "avg_line_length": 18.333333333333332, "alnum_prop": 0.5818181818181818, "repo_name": "georgemarshall/DefinitelyTyped", "id": "ab062913183993fdaee7fc725ae2a4e7cf1b1a0c", ...
"""Manages daemontools-like services inside the container. For each application container there may be multiple services defined, which are controlled by skarnet.org s6 supervision suite. Application container is started in chrooted environment, and the root directory structure:: / /services/ foo/ ...
{ "content_hash": "973562100245c186393416782135d92e", "timestamp": "", "source": "github", "line_count": 274, "max_line_length": 79, "avg_line_length": 30.204379562043794, "alnum_prop": 0.612010633156114, "repo_name": "toenuff/treadmill", "id": "d7c71261a57b51d583339596060afd20a337a04f", "size": "82...
package org.kaazing.k3po.driver.internal.control; import static org.kaazing.k3po.driver.internal.control.ControlMessage.Kind.DISPOSE; import java.util.Objects; public class DisposeMessage extends ControlMessage { @Override public int hashCode() { return Objects.hashCode(getKind()); } @Over...
{ "content_hash": "4bae481ff11fc2f594c70cf39642690d", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 97, "avg_line_length": 22.666666666666668, "alnum_prop": 0.6838235294117647, "repo_name": "dpwspoon/k3po", "id": "b96ac78b678631d1109dccd370301bd5534086ba", "size": "1171",...
{-# LANGUAGE NoImplicitPrelude, OverloadedStrings #-} {-# OPTIONS -Wall #-} module Main(main) where import qualified Data.Text.IO as T import Data.Typeable import Language.Paraiso.Annotation (Annotation) import Language.Paraiso.Name import Language.Paraiso.Generator (generateI...
{ "content_hash": "aa78e584f07fcfc4982c6ed1da08f7bc", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 85, "avg_line_length": 30.728571428571428, "alnum_prop": 0.6473733147373315, "repo_name": "nushio3/Paraiso", "id": "100a68675f872b88abc6c4bb2710389f0defb23c", "size": "430...
<div class="row search-nav"> <div class="col-sm-4" ng-include="'app/search/ar-search-nav-toolbar.inc.html'" ></div> <div class="col-sm-4 text-center" ng-include="'app/search/ar-search-nav-pagination.inc.html'"></div> <div class="col-sm-4 text-right" ng-include="'app/search/ar-search-nav-order-menu.inc.htm...
{ "content_hash": "9c62c5902ae718f9a913314bbc40f368", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 104, "avg_line_length": 48.42857142857143, "alnum_prop": 0.6696165191740413, "repo_name": "dainst/arachnefrontend", "id": "d50e82c1c9f8bfb4751c4908efc802fdb83a1135", "size":...
using System; using System.Composition; namespace Microsoft.CodeAnalysis.SolutionCrawler { // [MetadataAttribute] [AttributeUsage(AttributeTargets.Class)] internal class ExportIncrementalAnalyzerProviderAttribute : Attribute // ExportAttribute { public bool HighPriorityForActiveFile { get; } ...
{ "content_hash": "891ec0dc9e65d21ffef911859f977479", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 127, "avg_line_length": 38.71052631578947, "alnum_prop": 0.6798096532970768, "repo_name": "akrisiun/roslyn", "id": "03d3f62b40942cf40cb3f5f95f957f535bdaaf15", "size": "1633...
classdef LayerNoising < LayerBase % the non-linearity in a network y_i = f(x_i) properties actfunc gradfunc state droprate testing fixedmask end methods function L = LayerNoising(droprate) L.name = ['Noising']; ...
{ "content_hash": "5eaac30931355f8b995cc300d40a06f9", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 65, "avg_line_length": 24.51219512195122, "alnum_prop": 0.4537313432835821, "repo_name": "sidaw/nnmat", "id": "adbe2fc253607bee9850800e4c448d263ccd74a9", "size": "1005", ...
var apex_restrict_shuttle_values = { toggleOption: function( option, show ) { jQuery( option ).toggle( show ); if( show ) { if( jQuery( option ).parent( 'span.toggleOption' ).length ) jQuery( option ).unwrap( ); } else { if( jQuery( option ).parent( 'span.toggleOption' ).length ...
{ "content_hash": "d83b7f330c1011d67b8fae4f5f45b92b", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 92, "avg_line_length": 29.569444444444443, "alnum_prop": 0.5481446688586191, "repo_name": "dickdral/apex-restrict-shuttle-values", "id": "bc014bf4cd6f7d0b10f9ae52c9e1e9a90309...
#pragma warning disable 0472 using System; using System.Text; using System.IO; using System.Collections; using System.ComponentModel; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Xml.Serialization; using BLToolkit.Aspects; using BLToolkit.DataAccess...
{ "content_hash": "62349ed8c7aa94968ac0b3a1c7ea563c", "timestamp": "", "source": "github", "line_count": 1237, "max_line_length": 200, "avg_line_length": 44.92724333063864, "alnum_prop": 0.512280701754386, "repo_name": "EIDSS/EIDSS-Legacy", "id": "78bee7cdc7fa9626946d133d9c11cfcf122e54f2", "size": "...
<html> <head> <meta charset="ISO8859-1"> <title>Typo.js English Test Suite</title> <link rel="stylesheet" href="lib/qunit.css" type="text/css" media="screen" /> <script type="text/javascript" src="lib/jquery-1.9.1.js"></script> <script type="text/javascript" src="lib/qunit.js"></script> <script type="text/...
{ "content_hash": "51c07bb288cf98533f5e32d184c912d3", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 79, "avg_line_length": 36.05555555555556, "alnum_prop": 0.6563944530046225, "repo_name": "yangli1990/Typo.js", "id": "15d8f241384109d775400a0e541097ef9b9b1224", "size": "64...
package org.burroloco.butcher.fixture.http; import edge.org.apache.commons.io.IOUtilsStatic; import org.eclipse.jetty.server.Request; import org.eclipse.jetty.server.handler.AbstractHandler; import javax.servlet.ServletException; import javax.servlet.ServletInputStream; import javax.servlet.http.HttpServletRequest; i...
{ "content_hash": "413e9d86faa09aa4a6179b9616f4e34b", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 78, "avg_line_length": 31.526315789473685, "alnum_prop": 0.6917084028937117, "repo_name": "dbastin/donkey", "id": "d09bfddbb2867b4b7bd393e236802d2623314b3a", "size": "1797"...
title: Setting Up PatternFly author: ajolicoeur layout: page --- <div class="row"> <div class="col-md-12"> <h2>Directly introduce PatternFly with CDN provider</h2> </div> </div> <div class="row"> <div class="col-md-12"> <p> If you want to try out the components provided by PatternFly in a fast way. ...
{ "content_hash": "5f4988194d33a67a07ebbd4c2e3602c7", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 326, "avg_line_length": 34.94827586206897, "alnum_prop": 0.6502220029600395, "repo_name": "bleathem/patternfly-org", "id": "ffbba44bbc6ddc0cf576038ec9af7bc21f4801ce", "siz...
'use strict'; var _jsx2 = require('babel-runtime/helpers/jsx'); var _jsx3 = _interopRequireDefault(_jsx2); var _s = require('./s'); var _s2 = _interopRequireDefault(_s); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _enzyme = require('enzyme'); function _interopRequireDefault(...
{ "content_hash": "443b7848769ce63681424edabb8bd5d4", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 95, "avg_line_length": 21.87878787878788, "alnum_prop": 0.5272391505078485, "repo_name": "waywaaard/spectacle", "id": "afcebe2cf132e237f6fe1e82ae2a988a13df2987", "size": "2...
{% extends 'contents/_base.html' %} {% load i18n %} {% block title %}Events Overview{% endblock title %} {% block content %} {% url 'page' path='events/sprints' as events_sprint_url %} {% url 'page' path='events/tutorials' as events_tutorial_url %} {% url 'page' path='events/open-spaces' as events_openspaces_url %} ...
{ "content_hash": "ae4e3da286a3e93a00bcd6cfe771bd81", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 468, "avg_line_length": 61.56603773584906, "alnum_prop": 0.7416487894575544, "repo_name": "pycontw/pycontw2016", "id": "81ddf2997ebaeeb5448cf2c31c0fc1c17a875a12", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>zsearch-trees: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
{ "content_hash": "9c39c31f3c9f820c789bbc32a33645db", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 191, "avg_line_length": 42.224242424242426, "alnum_prop": 0.5457155160040189, "repo_name": "coq-bench/coq-bench.github.io", "id": "b1363d89592f82d6b5f9f480d162e80be7803559",...
class PagesController < HighVoltage::PagesController layout :layout_for_page protected def layout_for_page 'application' end end
{ "content_hash": "237e33c38a3fe84fa4e17942b4f8ec51", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 52, "avg_line_length": 17.625, "alnum_prop": 0.7588652482269503, "repo_name": "dynamicguy/person-log", "id": "c81c4bc47497e3a639bb6c3b4827456aa5cbe520", "size": "141", "bi...
namespace com{ namespace haxepunk{ Void Graphic_obj::__construct() { HX_STACK_PUSH("Graphic::new","com/haxepunk/Graphic.hx",60); { HX_STACK_LINE(61) this->active = false; HX_STACK_LINE(62) this->set_visible(true); HX_STACK_LINE(63) this->x = this->y = (int)0; HX_STACK_LINE(64) this->scrollX = this->scrollY = (...
{ "content_hash": "d0729fc90a8e3d28aed1518292f95f6b", "timestamp": "", "source": "github", "line_count": 329, "max_line_length": 134, "avg_line_length": 28.455927051671733, "alnum_prop": 0.6650288399914548, "repo_name": "DrSkipper/twogames", "id": "4ce2bf87d50f19901c16a5058b96ef7c3ea313fd", "size": ...
<archimate:BusinessProcess xmlns:archimate="http://www.archimatetool.com/archimate" name="Architecting Enterprise" id="3842b961-794b-4dd5-ba45-3fa699973065"/>
{ "content_hash": "55e830b0800b1c4640421f0cae6e7dfb", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 60, "avg_line_length": 42.75, "alnum_prop": 0.7602339181286549, "repo_name": "nfigay/archimagine", "id": "6282b0b52b87899749bb3e0b4ba39a58264faa0b", "size": "171", "binary...
A music analysis
{ "content_hash": "2c0dd2e5af70d8626778c08713df4a0d", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 16, "avg_line_length": 17, "alnum_prop": 0.8235294117647058, "repo_name": "DanielEpic/musicAnalysis-", "id": "1e3c67f1dc3556efb386e87b75597c9926d559ba", "size": "34", "bin...
// // ip/basic_resolver_entry.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_...
{ "content_hash": "f638bd9a3bb5afe8f8000653562ae4f6", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 79, "avg_line_length": 25.1875, "alnum_prop": 0.6767103863878058, "repo_name": "mojmir-svoboda/DbgToolkit", "id": "77da9e1ec20863f5a56e7ceff5195908b6e250a9", "size": "2821...
package networkmonitor.bolts.analyser; import backtype.storm.topology.BasicOutputCollector; import backtype.storm.topology.OutputFieldsDeclarer; import backtype.storm.topology.base.BaseBasicBolt; import backtype.storm.tuple.Fields; import backtype.storm.tuple.Tuple; import org.apache.log4j.Logger; import scala.collect...
{ "content_hash": "25911bd69098dd24052bb4d022af05fe", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 166, "avg_line_length": 31.329113924050635, "alnum_prop": 0.7515151515151515, "repo_name": "joaojunior10/StormIDS", "id": "139422b4440d8f758016a58f542f6772939bdf34", "size"...
/* Place custom styles below */ div.input-group .form-control:last-child { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
{ "content_hash": "c2119a2863dab871438bc7f6aa22cdce", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 42, "avg_line_length": 29.6, "alnum_prop": 0.7027027027027027, "repo_name": "mauricionr/spPeoplePicker-ng-directive", "id": "caaa8e9172d76f30cc9aa773f05e90397b80a89c", "size...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>module Test::Unit::ExceptionHandler::ClassMethods - test-unit-3.3.0 Documentation</title> <script type="text/javascript"> var rdoc_rel_prefix = "../../../"; </script> <script src="../../../js/jquery.js"></script> <script src="../../../js/darkfish.js"></s...
{ "content_hash": "cf202d25f83ff233458b904a6ba13d77", "timestamp": "", "source": "github", "line_count": 262, "max_line_length": 275, "avg_line_length": 36.591603053435115, "alnum_prop": 0.6363826014394492, "repo_name": "Celyagd/celyagd.github.io", "id": "808553ad43a08aa441347a87f3ee2d3a7795c2b6", "...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/C:/Users/Yvonne/AndroidStudioProjects/Sunshine-Version-2/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fa/values-fa.xml --> <eat-comment/> <string msgid="4600421777120114993" name="abc_action_bar_ho...
{ "content_hash": "f3b795c7b1e764cddb30f23533e2c920", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 186, "avg_line_length": 92.16666666666667, "alnum_prop": 0.75708257986739, "repo_name": "yallen011/Sunshine_Yallen011", "id": "d1bd3b2d6ea225027ee5a5f788da8cf2b2662000", "s...
package br.com.senai.stayFilm.vizualizacao.viewModel; import br.com.senai.stayFilm.enumeration.Periodo; import br.com.senai.stayFilm.model.Atividade; import br.com.senai.stayFilm.model.Colaborador; public class AtividadeVisualizacaoViewModel { public AtividadeVisualizacaoViewModel(Atividade atividade) { setInstit...
{ "content_hash": "3b39ecf6b63c34d3cec0932ddd9861cb", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 61, "avg_line_length": 22.11320754716981, "alnum_prop": 0.7755972696245734, "repo_name": "GabrielaALopess/BackEnd-Stayfilm", "id": "d2a758c2d8c4721f75579adaef75dd40615cccc5",...
from time import sleep from usb import USBError from killerbee import KillerBee, kbutils from db import ZBScanDB from scanning import doScan GPS_FREQUENCY=3 #in seconds # GPS Poller def gpsdPoller(currentGPS): ''' @type currentGPS multiprocessing.Manager dict manager @arg currentGPS store relavent pieces...
{ "content_hash": "237d9f82aef93c180f997e4972084c22", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 102, "avg_line_length": 32.267605633802816, "alnum_prop": 0.5800960279353994, "repo_name": "EastL/killerbee", "id": "3324baf344615e97b921a1ecc8cc507ea8c55e43", "size": "238...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b279b68191c02872867a3cd55e8cd448", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "b1707d192bdf1a2c23ad0f6cc0c618831e0c8aed", "size": "179...
layout: post title: "Installer heartbeat sous une redhat 5" date: 2009-02-06 18:46:00 aliases: [ node/35, 35-.*] author: "Tangui Morlier" --- Heartbeat est un outil bien pratique pour faire de la haute disponibilité. Malheureusement il n'est pas inclu dans une redhat 5. Voici comment l'installer via yum. OpenSuse ...
{ "content_hash": "b1180f1c161d83e95b818e3781081c8f", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 148, "avg_line_length": 34.333333333333336, "alnum_prop": 0.7350901525658807, "repo_name": "teymour/tutos.tangui.eu.org", "id": "abce1b0ff83ea8bd48215b753ab37a0cfff9d7ba", ...
import networkx as nx import cirq from recirq.qaoa.problems import random_plus_minus_1_weights, _validate_problem_graph, \ _graph_to_serializable_edgelist, _serialized_edgelist_to_graph, get_growing_subgraphs, \ get_all_hardware_grid_problems, HardwareGridProblem, get_all_sk_problems, SKProblem, \ get_all_3...
{ "content_hash": "be6a686b151793738efa95dc7e50f11c", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 95, "avg_line_length": 38.563025210084035, "alnum_prop": 0.6214861625626498, "repo_name": "quantumlib/ReCirq", "id": "bc5b46af8c1e38d03f54c6cd0db4b1e443dd6585", "size": "5...
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("SQ...
{ "content_hash": "c2283cf99fe118c38133406fefea4725", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 38.916666666666664, "alnum_prop": 0.7458957887223412, "repo_name": "reedcourty/dotnet2014", "id": "1d25cfbfa63bb08025e8a45659c3ce63de852f73", "size":...
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ /*global define*/ define(function (require, exports, module) { "use strict"; var LegacyFileImport = require("filesystem/impls/filer/lib/LegacyFileImport"), WebKitFileImport = require("filesystem/impls/filer/...
{ "content_hash": "a551c132cff608f5127c0485f273dcd8", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 102, "avg_line_length": 42.306666666666665, "alnum_prop": 0.6400882445635045, "repo_name": "mozilla/brackets", "id": "d2c1feec125e3480970e8e8577f11b6c1ac7814a", "size": "31...
@class ZRSettingItem; @interface ZRSettingCell : UITableViewCell @property (nonatomic, strong) ZRSettingItem *item; + (instancetype)cellWitnTableView:(UITableView *)tableView; @property (nonatomic, strong) UIView *divider; @end
{ "content_hash": "0c68ae812f14c5ebd5895cd844288f19", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 59, "avg_line_length": 23.2, "alnum_prop": 0.7887931034482759, "repo_name": "singsengder/ZRShop", "id": "c464c5291ad189e1a931ba2d2d47f2833f37e436", "size": "389", "binary...
package family; import java.util.Collection; import java.util.ArrayList; public class Child extends Person { private Collection<Parent> parents; public Child() { parents = new ArrayList<Parent>(); } public Collection<Parent> getParents() { return parents; } public vo...
{ "content_hash": "ee690340cc645b6789c7cd81666df2d4", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 54, "avg_line_length": 17, "alnum_prop": 0.6397058823529411, "repo_name": "jinx/core", "id": "1df5d5f87bf2d87830e0b80e4c2ef2dd8585f869", "size": "408", "binary": false, ...
<!DOCTYPE html> <!-- Copyright (c) 2015, <your name>. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=dev...
{ "content_hash": "ba0e9dab65dc6f536812136424f7255d", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 100, "avg_line_length": 37.333333333333336, "alnum_prop": 0.7020089285714286, "repo_name": "tkonya/Dart-Sudoku", "id": "09a12b571aef02d7fecd0c8ac5da8c56f8203e6c", "size": "...
EXP double Add(double x, double y); EXP double Substract(double x, double y); EXP double Multiply(double x, double y); EXP double Divide(double x, double y); EXP double Negate(double x); EXP double Sqrt(double x); EXP double Power(double x, double y);
{ "content_hash": "0ed06c3343874305ef9c033172db5205", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 41, "avg_line_length": 28.22222222222222, "alnum_prop": 0.7401574803149606, "repo_name": "SVss/SPP_5", "id": "90277028c7f9f83691411ae8141df79d6e8b514d", "size": "395", "bi...
(function(w, ng, angApp, plugin){ var registerCtrl = function($scope, $rootScope, $location, $http, $cookieStore){ window.scrollTo(0,0); //reset plugin fixed table footer $scope.urlBase = "http://localhost:3000/api/"; $scope.accessUserForm = {}; $scope.usuario = {email: '', password: ''}; this.validAccess...
{ "content_hash": "86d72c632a831091a4bc5cc9d4a17482", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 92, "avg_line_length": 34.25, "alnum_prop": 0.6668404588112617, "repo_name": "fernandoPalaciosGit/banca-personal-DAW", "id": "3f0f6580b07c96f497e9f41ff43834686ff9a9b2", "si...
[GeoServer](http://geoserver.org) is an open source server for sharing geospatial data. This is a docker image that eases setting up a GeoServer running specifically for [GeoNode](https://github.com/GeoNode/geoserver-geonode-ext) with an additional separated data directory. The image is based on the official Tomcat 9 ...
{ "content_hash": "690bf1721b0a07f2eb7894ee9b442729", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 226, "avg_line_length": 35.72649572649573, "alnum_prop": 0.7610047846889952, "repo_name": "PixelDragon/pixeldragon", "id": "eb35a33a9aa25033f8ff913f4025a8e349c281b6", "siz...
describe("About Objects", function () { describe("Properties", function () { var meglomaniac; beforeEach(function () { meglomaniac = { mastermind: "Joker", henchwoman: "Harley" }; }); it("should confirm objects are collections of properties", function () { expect(meglomaniac.mastermin...
{ "content_hash": "6206e00ca2bcef993f799305582135fc", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 111, "avg_line_length": 28.376146788990827, "alnum_prop": 0.6126737795021016, "repo_name": "nuclearsandwich/javascript-koans", "id": "ca537f17e9ead86ca750743f39613100d7c8bff...
Ext.define('Siesta.Recorder.UI.RecorderPanel', { extend : 'Ext.panel.Panel', alias : 'widget.recorderpanel', layout : 'fit', buttonAlign : 'left', border : false, bodyBorder : false, newActionDefaults : { action : 'click' }, eventView : null, test ...
{ "content_hash": "7a0ccea740d63c09de1f6a32b62bc870", "timestamp": "", "source": "github", "line_count": 445, "max_line_length": 136, "avg_line_length": 30.34606741573034, "alnum_prop": 0.4668986966824645, "repo_name": "department-of-veterans-affairs/ChartReview", "id": "33e898dad4fe47e7e5fe7ef050ffee...
// // Copyright 2010-2017 Deveel // // 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 applica...
{ "content_hash": "4f43528e61d20e255702302c4fde36ff", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 78, "avg_line_length": 38.1025641025641, "alnum_prop": 0.7012113055181696, "repo_name": "deveel/deveeldb.core", "id": "55c776c55b34199732034c9f8678a6723b261099", "size": "1...
package com.lukedeighton.play.annotation import scala.annotation.StaticAnnotation class Display(value: String) extends StaticAnnotation
{ "content_hash": "2d7da5a717704bfe719bc2f49840ed96", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 53, "avg_line_length": 27.4, "alnum_prop": 0.8686131386861314, "repo_name": "LukeDeighton/play-validation", "id": "253b026d6b14a2481ed1f9c3e0d1fcdb7956a32d", "size": "137", ...
+++ date = "2015-09-10" draft = true title = "Complementary Services" categories = [ "Price List" ] +++ ## Up to 2 hours for initial interview. $0.00 ## Up to 2 hours Consultation over Lunch $0.00
{ "content_hash": "53cf064a2772529b11ed55ca6ee68403", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 40, "avg_line_length": 11.105263157894736, "alnum_prop": 0.6255924170616114, "repo_name": "davsk/davsk.github.io", "id": "4494bb4d7d71bf6919c3649735704b4f4c551b36", "size":...
from __future__ import unicode_literals import collections import glob import io import os import platform import re import traceback import shlex import shutil import sys class PythonVersion2(object): """Python 2 version of code that must differ between Python 2 and 3.""" def __init__(self): import ...
{ "content_hash": "5d0f4728cae7d2bc00ffd394e0a7420d", "timestamp": "", "source": "github", "line_count": 2035, "max_line_length": 257, "avg_line_length": 36.54103194103194, "alnum_prop": 0.5681069377765227, "repo_name": "darnir/dotfiles", "id": "404e96ab6c7bb035cc8021ccb7c679e28c13c20a", "size": "75...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Security-Policy" content="default-src 'unsafe-inline' 'self' data: gap: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *"> <meta name="format-detection" content="telephone=no"> <meta name="msapplicati...
{ "content_hash": "38f7114ac6aff81c3f06ed7627ad7da9", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 192, "avg_line_length": 52.64705882352941, "alnum_prop": 0.641340782122905, "repo_name": "shiningweb/charades-boss", "id": "58dd73b52fa14499866eca65edf04c8da88f4231", "size...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Prodr. 24. 1788 #### Original name null ### Remarks null
{ "content_hash": "e06fd711c2c01521ab58f4bbb587375a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 11.076923076923077, "alnum_prop": 0.6875, "repo_name": "mdoering/backbone", "id": "f5972a8518cd69a7dbc50e3eb6ef2929e66be4d8", "size": "188", "binar...
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <relativePath>../seava.mod.ad</relativePath> <groupId>ro.seava.mo...
{ "content_hash": "ad9047310e786aef1242f7294869b3a6", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 104, "avg_line_length": 30.125, "alnum_prop": 0.6961733517750115, "repo_name": "seava/seava.mod.ad", "id": "e120499545ed0115d0d80d0af47961fdc8163d1d", "size": "2169", "bi...
package jscover.report; import jscover.util.IoUtils; import jscover.util.ReflectionUtils; import org.hamcrest.Description; import org.hamcrest.Matcher; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.internal.matchers.TypeSafeMatcher; imp...
{ "content_hash": "d48ef4ae293eca08da81696d853b28a9", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 111, "avg_line_length": 36.336633663366335, "alnum_prop": 0.6863760217983651, "repo_name": "alfiethomas/datafilters", "id": "ffa6fd94217fc3a1ac980817367dd7a8d2767d6f", "si...
<?php namespace CitasBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Table(name="citas") * @ORM\Entity(repositoryClass="CitasBundle\Repository\CitasRepository") */ class Citas { /** * @ORM\Id * @ORM\Column(name="codigo_citas_pk", type="integer", length=10) * @ORM\GeneratedValue(stra...
{ "content_hash": "c199994bcb9658c82598553ca38294d9", "timestamp": "", "source": "github", "line_count": 295, "max_line_length": 95, "avg_line_length": 18.189830508474575, "alnum_prop": 0.538948937756243, "repo_name": "pipeospina1320/agendacitas", "id": "5611c834526071cbab85f0799873a573ff76a61b", "s...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: a...
{ "content_hash": "5f0ba0122fabaa657bc9a51e22090990", "timestamp": "", "source": "github", "line_count": 207, "max_line_length": 221, "avg_line_length": 46.14975845410628, "alnum_prop": 0.5619177221815137, "repo_name": "stephaneAG/PengPod700", "id": "5d58c39dda59858bd2f31627633dd1e803d939ff", "size"...
package chatapp_test import ( "github.com/crawsible/crawsibot/chatapp" "github.com/crawsible/crawsibot/chatapp/mocks" "github.com/crawsible/crawsibot/config" "github.com/crawsible/crawsibot/eventinterp/event" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) var _ = Describe("JoinChannelApp", func() { v...
{ "content_hash": "854b5a4771bcd990cb00729f372aacc7", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 101, "avg_line_length": 32.16494845360825, "alnum_prop": 0.6977564102564102, "repo_name": "crawsible/crawsibot", "id": "35f1dcf71d92b9a65f77803d5eff6e85ad3b6170", "size": "...
using RestSharp; using System.Collections.Generic; using System.Linq; namespace pillowsharp.Middleware.Default { public class RestSharpResponse : RestResponse { private IRestResponse restSharpResponse = null; public RestSharpResponse(IRestResponse Response) { restSharpRes...
{ "content_hash": "e136f52c5b48adb75405cc0003297c6d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 105, "avg_line_length": 34.53125, "alnum_prop": 0.6190045248868778, "repo_name": "Dev-Owl/pillowsharp", "id": "24a9d0b03fb9d6b22e02416aea9646af79758b75", "size": "1107", ...
layout: article categories: tutorials otstutorials title: What is Arbor? summary: An introduction to our workflow software comments: true image: teaser: arbor-400x250.jpg --- <h2>What is Arbor?</h2> Arbor is a software package for phylogenetic comparative analyses. Our main website is: <a href="http://www.arborwor...
{ "content_hash": "609e3fe6b848268935a0583fa8ecbe05", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 636, "avg_line_length": 57.91525423728814, "alnum_prop": 0.7863623061164764, "repo_name": "arborworkflows/arborworkflows.github.com", "id": "722c46da6eda2ad2a70a31d1f5fcda755...
#import <Foundation/Foundation.h> #import "Video.h" #include "gif_lib.h" @interface GifVideo : Video { // gif state GifFileType *gifinfo; int transindex; int disposal; bool trans; bool bestQuality; bool readingFrame; unsigned int current_frame; } // Overrides - (id)initWithS...
{ "content_hash": "cd0d5c68f5c8d9bab9f51f7d24fabe47", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 86, "avg_line_length": 19.607142857142858, "alnum_prop": 0.6994535519125683, "repo_name": "jamesu/glgif", "id": "484bbbe4205564e3c0fad1b348e03b3fb988cdd4", "size": "1717", ...
<?php namespace AW\AnimalsBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; class AWAnimalsBundle extends Bundle { }
{ "content_hash": "b48bdf524e5c8f71f37c499b40d95b51", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 47, "avg_line_length": 14, "alnum_prop": 0.8015873015873016, "repo_name": "guillaumebaduel/aw", "id": "352b10d5b6b5dd5d2216f0c647f65e105af583b2", "size": "126", "binary": ...
package gopass.gui; import java.awt.Font; import javax.swing.JScrollPane; import javax.swing.JTextArea; /** * A pane for displaying information * * @author Jason Mey * @version 1.0 */ @SuppressWarnings("serial") public class InfoPane extends JScrollPane { /** The main text area of the pane */ public JTextAr...
{ "content_hash": "da7547f88527830def1bec131a1254d2", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 74, "avg_line_length": 20.885714285714286, "alnum_prop": 0.6703146374829001, "repo_name": "chessnerd/GoPass", "id": "47a3df4d239c3b3739154998007195638790ce7c", "size": "146...
package com.vmware.vim25; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for DvsPortExitedPassthruEvent complex type. * * <p>The following sch...
{ "content_hash": "7c334a8ab84476a0b70402f3cd3f902a", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 95, "avg_line_length": 24.142857142857142, "alnum_prop": 0.5798816568047337, "repo_name": "jdgwartney/vsphere-ws", "id": "cf8b401ff478bc48aa1e5d92c180a579ef50b294", "size":...
http://stackoverflow.com/questions/19298782/themeing-a-spree-installation-causing-a-deface-nightmare # monologue-markdown This is a simple extension that will change [Monologue](https://github.com/jipiboily/monologue)'s default editor to EpicEditor which will let you use Markdown instead of a WYSIWYG edit. IMPORTANT...
{ "content_hash": "61e21dc6506ecd33e440443f51a353d6", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 234, "avg_line_length": 41.0625, "alnum_prop": 0.7808219178082192, "repo_name": "shozawa/monologue-markdown", "id": "2493ebe8b1f341e756d782227eb4a6e7ead94bb4", "size": "140...
function model = dnetUpdateOutputWeights(model) % DNETUPDATEOUTPUTWEIGHTS Do an M-step (update parameters) on an Density Network model. % FORMAT % DESC updates the parameters of a Density Network model. % ARG model : the model which is to be updated. % RETURN model : the model with updated parameters. % % SEEALSO : ...
{ "content_hash": "dc2aeb34bfda685c13822655e02e828d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 91, "avg_line_length": 32.30434782608695, "alnum_prop": 0.6890982503364738, "repo_name": "lawrennd/GPmat", "id": "9a482b4b0fda9e52e7f4db2d82a62070a7531ef8", "size": "743", ...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace UserManager.Core.Applications.Aggregate { public class Permission { public Guid Id { get; set; } public string Code { get; set; } public string Description { get...
{ "content_hash": "18dbcc71e89846adcd9d21cb96f1dcf3", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 49, "avg_line_length": 22.466666666666665, "alnum_prop": 0.6824925816023739, "repo_name": "kendarorg/ECQRSFramrework", "id": "06d204cfdee6fdbd69184f4cda3a7cd8301c8412", "si...
.icons{ background-image: url('../images/icon/icons.png'); background-size: 659px 345px; background-repeat: no-repeat; display: inline-block; vertical-align: middle; } .icons.icon-dola{ width: 40px; height: 65px; background-position: -510px 0; } .icons.icon-time{ width: 65px; he...
{ "content_hash": "cd48f063342c81479064d8024ea15bbe", "timestamp": "", "source": "github", "line_count": 373, "max_line_length": 60, "avg_line_length": 19.327077747989275, "alnum_prop": 0.6774864752392842, "repo_name": "huynhtuvinh87/cms", "id": "50336bd4b1322241350e7cbfa14ae26ba4859a94", "size": "7...
package org.apache.tiles.portlet.context; import java.io.IOException; import java.util.Collections; import java.util.Locale; import java.util.Map; import javax.portlet.PortletContext; import javax.portlet.PortletException; import javax.portlet.PortletRequest; import javax.portlet.PortletRequestDispatcher; import jav...
{ "content_hash": "871c574bf4c32e725f520b68064b3e61", "timestamp": "", "source": "github", "line_count": 252, "max_line_length": 111, "avg_line_length": 28.46825396825397, "alnum_prop": 0.5873989406189016, "repo_name": "brettryan/tiles", "id": "7383cb1a8f4dace6de5e77f459bf97417f6b19ef", "size": "799...
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Linq; using System.Text; using System.Threading; using Syste...
{ "content_hash": "19b91dcd4c08138afc20c410ddb3fa85", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 161, "avg_line_length": 46.37888198757764, "alnum_prop": 0.631578947368421, "repo_name": "kelltrick/roslyn", "id": "fbc872466011797c385f42f70716785f2e4930c9", "size": "746...
namespace sf1r { namespace Recommend { const Parser::iterator& Parser::begin() { return ++it_; } const Parser::iterator& Parser::end() const { static Parser::iterator it(NULL, -1); return it; } const Parser::iterator& Parser::iterator::operator++() { if (p_->next()) { uuid_++; ret...
{ "content_hash": "db56178b4346ee14f473a66724d456d8", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 71, "avg_line_length": 15.73076923076923, "alnum_prop": 0.5843520782396088, "repo_name": "izenecloud/sf1r-lite", "id": "095e951fed6c11320bd977b309a5fecc9ffa02d2", "size": "...
package auth import "time" type mockClock struct { now *time.Time } func (c mockClock) Now() time.Time { return *c.now }
{ "content_hash": "7734dba7ad87cc90672c0eadce95505b", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 36, "avg_line_length": 11.454545454545455, "alnum_prop": 0.6825396825396826, "repo_name": "mtlynch/gofn-prosper", "id": "2b6737e6c76a74a1703faff97e52d1c8fa6e1399", "size": ...
 #include <aws/elastic-inference/model/AcceleratorType.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace ElasticInference { namespace Model { AcceleratorType::AcceleratorType() : m_acceleratorTypeNameH...
{ "content_hash": "1a7c69b9e1b19fbfd5d584dc2ec8fd38", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 122, "avg_line_length": 23.925531914893618, "alnum_prop": 0.7492218763895064, "repo_name": "aws/aws-sdk-cpp", "id": "b711b15af921b382b741b12e12ff19603e01da1e", "size": "236...
from weioLib.weioIO import * from weioUserApi import *
{ "content_hash": "22894c8817cc53e4616c2bf7ba7ff30a", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 28, "avg_line_length": 18.666666666666668, "alnum_prop": 0.7857142857142857, "repo_name": "nodesign/weioMinima", "id": "3e875adcbe59ffce06eeed54e3e496024f02f7da", "size": "2...
<?php namespace Pico\LeagueBundle\Entity; use Doctrine\ORM\EntityRepository; /** * SportRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class SportRepository extends EntityRepository { }
{ "content_hash": "22c8e80162f73db80513d932419550b4", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 68, "avg_line_length": 17.266666666666666, "alnum_prop": 0.7606177606177607, "repo_name": "PicoPlan/PicoPlanApp", "id": "5bcf61c920e5df227d45c4ac2b82d39349f46753", "size": ...