text
stringlengths
2
1.04M
meta
dict
package com.twitter.ambrose.service.impl; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintWriter; import java.io.Writer; import java.util.Collection; import java.util.Map; import java.util.Properties; import java.util.SortedMap; import java.util.concurrent.ConcurrentSkipListMap; ...
{ "content_hash": "5112baa132fbe134f0aeed56fd21aca0", "timestamp": "", "source": "github", "line_count": 188, "max_line_length": 102, "avg_line_length": 36.255319148936174, "alnum_prop": 0.7238849765258216, "repo_name": "tim777z/ambrose", "id": "84dd7b57f40d39d134d35c78f35b30902bef1e51", "size": "73...
using System; using System.Text; using Apache.Http.Entity.Mime; using Apache.Http.Entity.Mime.Content; using Sharpen; namespace Apache.Http.Entity.Mime { /// <summary> /// FormBodyPart class represents a content body that can be used as a part of multipart encoded /// entities. /// </summary> /// <...
{ "content_hash": "27c5a2567f2bcc1da1410dec33fa2ea2", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 100, "avg_line_length": 30.558823529411764, "alnum_prop": 0.5556624959897337, "repo_name": "JiboStore/couchbase-lite-net", "id": "51f7b9977aba244af3b5067a047e05810c5d4de6", ...
using System.ComponentModel.DataAnnotations; using System; namespace NinjaBotCore.Database { public partial class LogMonitoring { [Key] public long Id { get; set; } public long ServerId { get; set; } public long ChannelId { get; set; } public string ChannelName { get; se...
{ "content_hash": "a75432f48400e94bf0b8c3b75e0e8592", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 63, "avg_line_length": 34.130434782608695, "alnum_prop": 0.6114649681528662, "repo_name": "gngrninja/NinjaBotCore", "id": "619313ff9a22789e2bd35dcaac9630b0c848ea97", "size"...
namespace DotGame.EntitySystem.Components { public class AudioListener : Component { public override void Update(GameTime gameTime) { /*var listener = Entity.Scene.Engine.AudioDevice.Listener; var position = listener.Position; listener.Position = Entity.Trans...
{ "content_hash": "81782a3998ab48e9c5754ec4ce363190", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 90, "avg_line_length": 35.8, "alnum_prop": 0.5837988826815642, "repo_name": "henrik1235/DotGame", "id": "8c02ca780a354473b31892f73394b3c373dc6920", "size": "718", "binary...
import java.net.*; import java.io.*; import java.security.MessageDigest; public class Lab2P3Server { public static void main(String[] args) { try { ServerSocket sock = new ServerSocket(6014); // now listen for connections while (true) { Socket client = sock.accept(); // we have a connection ...
{ "content_hash": "b19da07ccd23ca94bda8589591853fa7", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 71, "avg_line_length": 24.743589743589745, "alnum_prop": 0.689119170984456, "repo_name": "jaredpetersen/wou", "id": "7b0422e99d21720de0771c8f1221503177bbdc56", "size": "120...
jest.mock('fs'); const fs = require('fs'); const copyToFinalDestination = require('../../../builder/copyToFinalDestination'); describe('Builder › copyToFinalDestination.js', () => { beforeEach(() => { jest.resetModules(); jest.resetAllMocks(); fs.readFile = jest.fn(); fs.writeFile = jest.fn(); })...
{ "content_hash": "c4e8fabb3f285a744f91d9bcec8fe994", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 94, "avg_line_length": 34.015625, "alnum_prop": 0.6389526871841984, "repo_name": "Travix-International/travix-ui-kit", "id": "45e36cd921f689929618d60f9b1e7ccb70ff3370", "si...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../../...
{ "content_hash": "d7a9bdd5d227b29d40b8bf54d1308e3b", "timestamp": "", "source": "github", "line_count": 1933, "max_line_length": 395, "avg_line_length": 30.323848939472324, "alnum_prop": 0.5361846594786407, "repo_name": "CMPUT301W15T05/TrackerExpress", "id": "958147a4eea5a52d48023b016d96607232fe5056"...
from pydevd_constants import * #@UnusedWildImport try: import cStringIO as StringIO #may not always be available @UnusedImport except: try: import StringIO #@Reimport except: import io as StringIO if USE_LIB_COPY: import _pydev_threading as threading else: import threading import ...
{ "content_hash": "3f3b579c0fe5da432abbbfca146d0251", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 107, "avg_line_length": 33.41111111111111, "alnum_prop": 0.6361822414366478, "repo_name": "akiokio/centralfitestoque", "id": "7c197efc2002cc9f74b385d90e0d981c36766701", "si...
/* * Segment definitions * * 2017 - VVS */ /** * Segment * * A Segment is a line that connects two Point the start and the end points * A Segment can be connected to another segment in which the end of one is the start of the other * A connected Segment is never closed * A closed Segment is deleted * *...
{ "content_hash": "80d60926de9ac9c67ba8d70a0878e37d", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 98, "avg_line_length": 25.54597701149425, "alnum_prop": 0.6346456692913386, "repo_name": "tektonia/otoring", "id": "bd53d647fd1dc7766459f244e2d43da90cf636df", "size": "444...
package com.jayway.jsonpath.internal.path; public interface PathTokenAppender { PathTokenAppender appendPathToken(PathToken next); }
{ "content_hash": "0f89be90e67446bd0ca99c0285af70a1", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 54, "avg_line_length": 27.6, "alnum_prop": 0.8188405797101449, "repo_name": "zline/JsonPath", "id": "c5b7a68ed7668609dc946b0e25589b7026029a5e", "size": "138", "binary": fa...
/* $FreeBSD$ */ /* $NetBSD: citrus_hash.c,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */ /*- * Copyright (c)2003 Citrus Project, * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistr...
{ "content_hash": "7dc158eb9cd0541f690d36d7ca440b1e", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 77, "avg_line_length": 36.96078431372549, "alnum_prop": 0.736870026525199, "repo_name": "BarrelfishOS/barrelfish", "id": "4db1bda47305d83a56a65183136d29f1a5c5b877", "size":...
package org.apache.hadoop.hive.ql.udf; import org.apache.hadoop.hive.ql.exec.UDF; import org.apache.hadoop.hive.serde2.io.DoubleWritable; import org.apache.hadoop.hive.serde2.io.HiveDecimalWritable; /** * This class can be used for math based UDFs that only have an evaluate method for {@code doubles}. By extending...
{ "content_hash": "33b8023ea2d8ec12b07cefdf1207cb24", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 120, "avg_line_length": 26.304347826086957, "alnum_prop": 0.7049586776859504, "repo_name": "vergilchiu/hive", "id": "378b3d7913c7cf7bf62a63d55bb58cf9710268cc", "size": "201...
import IdamClient from 'idam/idamClient' import { ServiceAuthToken } from 'idam/serviceAuthToken' import { ServiceAuthTokenFactory } from '@hmcts/draft-store-client/dist/security/serviceAuthTokenFactory' let token: ServiceAuthToken export class ServiceAuthTokenFactoryImpl implements ServiceAuthTokenFactory { async...
{ "content_hash": "733a4ecd81c5294f8eb25aa6666a4ae8", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 105, "avg_line_length": 32.86666666666667, "alnum_prop": 0.7647058823529411, "repo_name": "hmcts/cmc-legal-rep-frontend", "id": "8c6c4ea354acf6fb241b2ada8aec2393d83c3143", ...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Admin_Restaurant extends CI_Controller { public function index() { if ($this->session->userdata('type') == "Admin") { $this->load->model('Restaurantm'); $this->data['show_res_content'] = $this->Restauran...
{ "content_hash": "237738130482544615cddd49803ad48a", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 177, "avg_line_length": 51.0625, "alnum_prop": 0.4186046511627907, "repo_name": "vedlct/raks_kitchen", "id": "11bca6b5f77a23a4bdefc9090af6582b199875a4", "size": "9804", ...
ACCEPTED #### According to Index Fungorum #### Published in Karstenia 23(2): 66 (1983) #### Original name Stigmatomyces manicatae Huldén ### Remarks null
{ "content_hash": "2bb830bf27015203e4285a9f6d671ff2", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 30, "avg_line_length": 12.076923076923077, "alnum_prop": 0.7133757961783439, "repo_name": "mdoering/backbone", "id": "6322273762c28fd8b6c76c082c0583722b01debc", "size": "21...
package notebook.front import scala.util.Random import scala.xml.{NodeSeq, UnprefixedAttribute, Null} import play.api.libs.json._ import com.vividsolutions.jts.geom.Geometry import org.wololo.geojson.GeoJSON import notebook._ import notebook.JsonCodec._ import notebook.front.widgets.magic import notebook.front.widgets...
{ "content_hash": "fc59f87a971ee98b31b5c13dfa46a7bf", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 85, "avg_line_length": 25.88, "alnum_prop": 0.7990726429675425, "repo_name": "andypetrella/spark-notebook", "id": "275ac5e31e12255ecdbddac93174fdbd6c0c23aa", "size": "647",...
<?xml version="1.0" encoding="utf-8"?> <MapData> <Details> <FileName>[240]M10_S01_F09.rmd</FileName> <FileType>Red Stone Scenario File 6.0 beta</FileType> <MapName>スウェブタワー 9F</MapName> <SysWidth>130</SysWidth> <SysHeight>130</SysHeight> <TgaWidth>260</TgaWidth> <TgaHeight>130</TgaHeight> <MapType>1</MapType> <isPremium...
{ "content_hash": "fd1b8b0daf9a3c07818898a902cb6bac", "timestamp": "", "source": "github", "line_count": 1200, "max_line_length": 53, "avg_line_length": 26.605833333333333, "alnum_prop": 0.7532182791994236, "repo_name": "Yotsuba000/YotsubaDataBase", "id": "b14b53c3866c24095a305c9a762ec6d62f50da89", ...
Stability: 4 - API Frozen These functions are in the module `'util'`. Use `require('util')` to access them. The `util` module is primarily designed to support the needs of Node's internal APIs. Many of these utilities are useful for your own programs. If you find that these functions are lacking for your purpos...
{ "content_hash": "4051eeeae5a271778310172c0f00013c", "timestamp": "", "source": "github", "line_count": 302, "max_line_length": 102, "avg_line_length": 29.112582781456954, "alnum_prop": 0.6902866242038217, "repo_name": "nomilous/objective_dev", "id": "cc639ddb49434b7a43be7dc60907c78d9ffab3dd", "siz...
<div class="menu"> <div class="container"> <a href="/">About This Project</a> <a href="/guide">Classification Guide</a> <a class="right"><span class="classifications-count">--</span> of <span class="classifications-total">--</span> People Classified</a> </div> </div> <div class="classifications contain...
{ "content_hash": "6788306ba5f0c3bf949d0b27c533ffd9", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 316, "avg_line_length": 43.20987654320987, "alnum_prop": 0.6488571428571429, "repo_name": "beefoo/hollywood-diversity", "id": "e426d16afbc7e974c4cf287bc307a83a02236dbf", "s...
namespace MassTransit.SystemView.Core.ViewModel { public class LocalSubscriptionCache : NotifyPropertyChangedBase { public static Endpoints Endpoints { get; private set; } static LocalSubscriptionCache() { Endpoints = new Endpoints(); } } }
{ "content_hash": "49b27731fa56305140b96bba59f83bc3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 63, "avg_line_length": 23.46153846153846, "alnum_prop": 0.6327868852459017, "repo_name": "petedavis/MassTransit", "id": "4dc4211549a3b24a30f89386939f38b88b4261c6", "size": ...
 #include <aws/gamelift/model/SearchGameSessionsRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::GameLift::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; SearchGameSessionsRequest::SearchGameSessionsRequest() : m_fleetIdHasBeenSet(false),...
{ "content_hash": "74e87a4db24d870c057ecd76afed76cc", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 93, "avg_line_length": 18.973684210526315, "alnum_prop": 0.7309292649098474, "repo_name": "jt70471/aws-sdk-cpp", "id": "476819dc29563294d1b3a02bb25ba59bce980f89", "size": "...
from __future__ import print_function, division, absolute_import from marvin.api.base import BaseView import pytest @pytest.fixture(autouse=True) def baseview(): baseview = BaseView() yield baseview class TestBase(object): def test_reset_results(self, baseview): baseview.results = {'key1': 'val...
{ "content_hash": "ff7d2928e34dc166fe642cdd5feb19f9", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 98, "avg_line_length": 36.4, "alnum_prop": 0.6236263736263736, "repo_name": "albireox/marvin", "id": "1f48aec6a89dc4c49f44aa958b4e345358a362dd", "size": "2051", "binary":...
package com.alibaba.dubbo.remoting.transport.netty4.logging; import io.netty.util.internal.logging.InternalLoggerFactory; import io.netty.util.internal.logging.Slf4JLoggerFactory; /** * @author <a href="mailto:gang.lvg@taobao.com">kimi</a> * @author <a href="mailto:liujie.qlj@alibaba-inc.com">qinliujie</a> */ fin...
{ "content_hash": "297995030132fdce66c44da77c805c29", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 83, "avg_line_length": 30.736842105263158, "alnum_prop": 0.773972602739726, "repo_name": "nince-wyj/jahhan", "id": "594b3e363bb5d8b6960aa904ddd063eaf6f6668b", "size": "1187...
namespace boost { namespace intrusive { /// @cond template <class ValueTraits, class SizeType, bool ConstantTimeSize> struct listopt { typedef ValueTraits value_traits; typedef SizeType size_type; static const bool constant_time_size = ConstantTimeSize; }; template <class T> struct list_defaults : ...
{ "content_hash": "51f20041bc3f332e54efd17bf1596896", "timestamp": "", "source": "github", "line_count": 1490, "max_line_length": 128, "avg_line_length": 36.11543624161074, "alnum_prop": 0.6211811491860552, "repo_name": "goodspeed24e/2014iOT", "id": "59091522e537192d0eddc1482db36155d788a046", "size"...
//----------------------------------------------------------------------- // <copyright file="HattrickEntityBase.cs" company="Hyperar"> // Copyright (c) Hyperar. All rights reserved. // </copyright> // <author>Matías Ezequiel Sánchez</author> //----------------------------------------------------------------------...
{ "content_hash": "bb8de3bc8e10c5167b206a2d177de55c", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 83, "avg_line_length": 30.88, "alnum_prop": 0.5181347150259067, "repo_name": "hyperar/Hattrick-Ultimate", "id": "0a54c8e160a738c5639654abdbf46ce7cdbbba29", "size": "776", ...
import xadmin from .models import Address, City, Country xadmin.site.register(Address) xadmin.site.register(City) xadmin.site.register(Country)
{ "content_hash": "85acd4533ca7b9eb50867ece87fd8ef2", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 42, "avg_line_length": 18.375, "alnum_prop": 0.8027210884353742, "repo_name": "glasslion/django-sakila", "id": "605ae2568f0fa470ece98a0cfa7f06c887626fe4", "size": "147", "...
@class BGAPhoto; @interface BGAStatusPhotoView : UIImageView @property (nonatomic, strong) BGAPhoto *photo; @end
{ "content_hash": "1268a2c9bb402ac1ffe413734020364c", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 46, "avg_line_length": 16.571428571428573, "alnum_prop": 0.7758620689655172, "repo_name": "bingoogolapple/OCNote-PartTwo", "id": "21292d54c826104b7b2a2c072c34e2f167d558f2", ...
 #pragma once #include <aws/states/SFN_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/states/model/StateMachineStatus.h> #include <aws/core/utils/DateTime.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { ...
{ "content_hash": "ec2b2b26edf9819cac711bcce0875cef", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 137, "avg_line_length": 33.33609958506224, "alnum_prop": 0.6540950958426687, "repo_name": "chiaming0914/awe-cpp-sdk", "id": "1a54d2795e46f4e77e7351788a88b42b6829db14", "si...
import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import { boardsMenuActionCreators } from '../../modules/index'; import HeaderBoard from './HeaderBoard'; const mapStateToProps = state => { const { isBoardsMenuOpen } = state.boardsMenu; return { isBoardsMenuOpen }; } cons...
{ "content_hash": "7b3c6463db19fda7b57a2343d39103a1", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 77, "avg_line_length": 23.90909090909091, "alnum_prop": 0.7395437262357415, "repo_name": "Madmous/Trello-Clone", "id": "57175788d4fe05a13bb828b71203e3455a03b667", "size": "...
""" Classes to handle HTMLText and Catalogues in PubTal. Copyright (c) 2004 Colin Stewart (http://www.owlfish.com/) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source c...
{ "content_hash": "302ca2bc0de30e56b221b899693a9e66", "timestamp": "", "source": "github", "line_count": 360, "max_line_length": 135, "avg_line_length": 41.58611111111111, "alnum_prop": 0.7207267383608309, "repo_name": "owlfish/pubtal", "id": "1bdc4211059e0df2ee210ac9c42464b89c04625c", "size": "1497...
using System.ComponentModel; namespace Ignite.SharpNetSH.WLAN.Enums { public enum Authentication { [Description("open")] Open, [Description("shared")] Shared, [Description("WPA")] Wpa, [Description("WPA2")] Wpa2, [Description("WPAPSK")] ...
{ "content_hash": "6336277c55342c05b1639e7099ac4638", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 38, "avg_line_length": 19.6, "alnum_prop": 0.5331632653061225, "repo_name": "rpetz/SharpNetSH", "id": "50c12dcb75e6ad9cc072302c3322fd11df8a1c3e", "size": "394", "binary":...
@interface MOBProjectionEPSG23847 : MOBProjection @end
{ "content_hash": "14784074e74f2cbf5f69918462553c88", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 49, "avg_line_length": 18.666666666666668, "alnum_prop": 0.8392857142857143, "repo_name": "jkdubr/Proj4", "id": "6492634dc66a4bc7d0e2415357eb55f146bf00d0", "size": "83", "...
<div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> <h3>Here you can see your achievements</h3> </div> <br> <br> <div class="panel-body"> <div class="row"> ...
{ "content_hash": "1212d17bed309146abb178882b1e1642", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 120, "avg_line_length": 33.5945945945946, "alnum_prop": 0.417538213998391, "repo_name": "cristirosu/rpg-scheduler-front", "id": "34dc2533b7d2123a905f15c7d10f631ca686c0b1", ...
Demo scripts and data for the Mitty program =========================================== [Mitty](https://github.com/sbg/Mitty) is a data simulator meant to help debug aligners and variant callers. This repository contains scripts and data files that demonstrate Mitty's features and accompanies the full [Mitty tutorial...
{ "content_hash": "714af19b274bebe2b20d58f02a0703c8", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 208, "avg_line_length": 63.25, "alnum_prop": 0.7573122529644268, "repo_name": "kghosesbg/mitty-demo-data", "id": "872018a0470643fb2f5d447f63827b41432442a5", "size": "1265",...
/****************************************************************************** Filename: Character.h Author: David C. Drake (http://davidcdrake.com) Description: Declaration of a 'Character' class responsible for representing both player and non-player characters. *******************************...
{ "content_hash": "f894fec47f1aae9d8a0321bb825b6d39", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 79, "avg_line_length": 20.244897959183675, "alnum_prop": 0.5940860215053764, "repo_name": "theDrake/warchief-cpp", "id": "98fa32d552fd7bac7da98755793301289a38bf94", "size"...
public class Client{ public static void main(String[] args){ Context context; System.out.println("-----执行策略1-----"); context = new Context(new ConcreteStrategy1()); context.execute(); System.out.println("-----执行策略2-----"); context = new Context(new ConcreteStrategy2()); context.execute(); } }
{ "content_hash": "e94af37ccb2911e1e2bd7e0f71ad1612", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 49, "avg_line_length": 25.833333333333332, "alnum_prop": 0.6612903225806451, "repo_name": "happylindz/design-pattern-toturial", "id": "9905f0f56e11565cca67076904cf81165760cc5...
#import <Cocoa/Cocoa.h> int main(int argc, const char *argv[]) { return NSApplicationMain(argc, argv); }
{ "content_hash": "f11de6a674d623a1f1b86eadb7a2de05", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 40, "avg_line_length": 15.714285714285714, "alnum_prop": 0.6818181818181818, "repo_name": "facebook/FBSimulatorControl", "id": "0a358452bf8d8b5569fab8c76a71199a10de8752", "s...
namespace DesignPatterns.SingletonPattern { public class SingletonPatternDemo { public SingleObject SingleObject { get { throw new System.NotImplementedException(); } } public static void Output() { //i...
{ "content_hash": "a84f20011521aeda0fa6603fa88f9c4c", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 79, "avg_line_length": 25.653846153846153, "alnum_prop": 0.5472263868065967, "repo_name": "shuvoamin/SoftwareDesignPatterns", "id": "1a7344701888f3d6c1232a463e9150b9d0a70f3a"...
module Mixture module Coerce # Handles coercion of the Integer class. class Integer < Base type Types::Integer coerce_to(Types::Object, Itself) coerce_to(Types::String, :to_s) coerce_to(Types::Float, :to_f) coerce_to(Types::Rational, :to_r) coerce_to(Types::Integer, Itself...
{ "content_hash": "285b0e304664603cb32f73f0203a385a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 73, "avg_line_length": 33.05555555555556, "alnum_prop": 0.6201680672268908, "repo_name": "medcat/mixture", "id": "404e82f9d00e09ba74041968b563cec06ee1fd5f", "size": "644", ...
package water.api; import com.google.common.io.ByteStreams; import com.google.common.io.Closeables; import hex.*; import hex.GridSearch.GridSearchProgress; import hex.KMeans2.KMeans2ModelView; import hex.KMeans2.KMeans2Progress; import hex.anomaly.Anomaly; import hex.deepfeatures.DeepFeatures; import hex.deeplearning...
{ "content_hash": "b9291663e6cc0f46c3b91e8c78a384cb", "timestamp": "", "source": "github", "line_count": 569, "max_line_length": 145, "avg_line_length": 45.44991212653778, "alnum_prop": 0.6535323460036349, "repo_name": "eg-zhang/h2o-2", "id": "4ef5f621f057cd50d71f6671bb1b2f265259d1c8", "size": "2586...
using System.Diagnostics.CodeAnalysis; [assembly: SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "LimitsMiddleware.Logging")] [assembly: SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed", Scope = "member", Target = "LimitsMiddleware.L...
{ "content_hash": "14e147bd6946449ae1774cc9c4c980b5", "timestamp": "", "source": "github", "line_count": 1959, "max_line_length": 257, "avg_line_length": 38.22256253190403, "alnum_prop": 0.5694462993135501, "repo_name": "lvermeulen/LimitsMiddleware.aspnetcore", "id": "611eaf8e56b18e601a0bb7261a8d212f7...
REG_FIDDLE(Path_getConvexityOrUnknown, 256, 256, true, 0) { void draw(SkCanvas* canvas) { auto debugster = [](const char* prefix, const SkPath& path) -> void { SkDebugf("%s path convexity is %s\n", prefix, SkPath::kUnknown_Convexity == path.getConvexityOrUnknown() ? "unknown" : SkPat...
{ "content_hash": "796500bea31a4905aaab3ba316c6df0c", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 97, "avg_line_length": 38.888888888888886, "alnum_prop": 0.63, "repo_name": "youtube/cobalt_sandbox", "id": "b03c8b4b1b62f66b46af509a58b6962d4e17de9c", "size": "907", "bi...
"""Pyhole Entertainment Plugin""" import re from BeautifulSoup import BeautifulSoup from pyhole import plugin from pyhole import utils class Entertainment(plugin.Plugin): """Provide access to entertaining sites""" @plugin.hook_add_command("grouphug") @utils.spawn def grouphug(self, params=None, **...
{ "content_hash": "3c882d9944d9c75f63b8bca840900787", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 73, "avg_line_length": 31.88095238095238, "alnum_prop": 0.6109036594473488, "repo_name": "rconradharris/pyhole", "id": "14e6abcfae3fdd8cd6b185a3624dc6661aa7bfe5", "size": "...
from django.core.management import execute_manager try: import settings # Assumed to be in the same directory. except ImportError: import sys sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll have to run django-admin.py, p...
{ "content_hash": "c9e72d872cf6642b2b4eace9ddbd9bd8", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 299, "avg_line_length": 52.4, "alnum_prop": 0.7251908396946565, "repo_name": "cernops/CloudMan", "id": "d47073cec3bb406edd140047e4501eb267202b52", "size": "524", "binary"...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f9b1c36606da2417170f365bf723bb0a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "b6e7b3f5af628c1a49bcb5a7e92201ba6f2fff71", "size": "207...
# frozen_string_literal: true # This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) # Prevent database truncation if the environment is production abort('The Rails environment is running in production mode!')...
{ "content_hash": "bd920884fca75f0a7d14338fdca57797", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 86, "avg_line_length": 43.676923076923075, "alnum_prop": 0.7396970764353645, "repo_name": "berlin-international-community-church/church-database", "id": "eb41eb45c47c0c280786...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project 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/license...
{ "content_hash": "8b091d1e8171d1ef64214ba3169ed96c", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 438, "avg_line_length": 56.69230769230769, "alnum_prop": 0.728629579375848, "repo_name": "manucv/Violations", "id": "f549385433bd35089ff397a861df88802dee2066", "size": "147...
SPK_NAME = transmission SPK_VERS = 2.92 SPK_REV = 12 SPK_ICON = src/transmission.png DSM_UI_DIR = app DEPENDS = cross/busybox cross/$(SPK_NAME) MAINTAINER = Diaoul DESCRIPTION = Transmission is an easy and fast BitTorrent client. You can control it remotely with its web interface or dedicated applications. DESCRIPTIO...
{ "content_hash": "6953c32f5b8ea52e6df82e6bc9ce2983", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 164, "avg_line_length": 34.93617021276596, "alnum_prop": 0.7338611449451888, "repo_name": "lysin/spksrc", "id": "a3e40410c5b89acf0c663be67f9e058c62593a5d", "size": "1650", ...
""" Transform Python code by omitting strings, comments, and/or code. """ from cStringIO import StringIO import os import shlex import string import sys import tokenize import grin __version__ = '1.2' class Transformer(object): """ Transform Python files to remove certain features. """ def __init__(se...
{ "content_hash": "9aec32b7e186d56fe0322124d981c4f8", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 79, "avg_line_length": 32.58064516129032, "alnum_prop": 0.5782178217821782, "repo_name": "lecheel/grin", "id": "31e23ee4e3e5fc6e4ae2bbfcb06754a8d84c48e9", "size": "4086", ...
package ua.nure.service; public interface SecurityService { String findLoggedInUsername(); void autologin(String username, String password); }
{ "content_hash": "398fa3ac754313feee33be20d407b198", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 53, "avg_line_length": 21.857142857142858, "alnum_prop": 0.7647058823529411, "repo_name": "GrinUA/course", "id": "f0850c626fb450dc7ac43fd8f99c941891e19a77", "size": "153", ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Amburana factsheet on ARKive - Amburana cearensis</title> ...
{ "content_hash": "ddaba05ad01eb42f3246384a0c2ab1da", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 779, "avg_line_length": 68.25, "alnum_prop": 0.6646686646686647, "repo_name": "andrewedstrom/cs638project", "id": "d67339dd5a4ca0cf1e2b02bcfe7232d541c6e5bf", "size": "3005"...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_22) on Wed Mar 02 16:45:48 EST 2011 --> <TITLE> DurationUtilsTest </TITLE> <META NAME="keywords" CONTENT="gov.nih.nci.cabig.caaers.utils.Du...
{ "content_hash": "bdf52f96ce1f3a64c542e1d8ea1c6588", "timestamp": "", "source": "github", "line_count": 339, "max_line_length": 470, "avg_line_length": 41.4070796460177, "alnum_prop": 0.6205741967656907, "repo_name": "NCIP/caaers", "id": "27fe62fe1d209a556853aca7405a9a801e0688c9", "size": "14037", ...
MISAPPLIED #### According to Euro+Med Plantbase #### Published in null #### Original name null ### Remarks null
{ "content_hash": "6d1143427be2380643a027567027fa64", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 18, "avg_line_length": 8.846153846153847, "alnum_prop": 0.6869565217391305, "repo_name": "mdoering/backbone", "id": "8e79924d36b61e265a8d11b98d3f795059d43bf2", "size": "158...
<div class="nav"> <nav> <a href="/" title="Offices">Offices</a> > <a ng-href="/office/{{candidate.office_id}}" alt="{{candidate.office}}">{{candidate.office}}</a> > <span>{{candidate.name}}</span> </nav> </div> <div class="candidate-details"> <h1>{{candidate.name}}</h1> <h2>{{ca...
{ "content_hash": "62d5a9815126ccad0e7b65fbd50229c7", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 119, "avg_line_length": 34.15384615384615, "alnum_prop": 0.6221846846846847, "repo_name": "akilism/nyc-campaign-finance", "id": "b32457a5d964f794eb3f94ae0ed174602a78609b", ...
""" Execute tasks through strace to obtain dependencies after the process is run. This scheme is similar to that of the Fabricate script. To use:: def configure(conf): conf.load('strace') WARNING: * This will not work when advanced scanners are needed (qt4/qt5) * The overhead of running 'strace' is significan...
{ "content_hash": "d446f629a5fd841f2fbb5889022432bb", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 127, "avg_line_length": 23.735294117647058, "alnum_prop": 0.6537794299876084, "repo_name": "MarekIgnaszak/econ-project-templates", "id": "37d82cbb724b14f4068415f2d49d3e9f60d...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/firestore/v1/firestore.proto package com.google.firestore.v1; public interface RunAggregationQueryResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.firestore.v1.RunAggregationQueryResponse) com.goog...
{ "content_hash": "8e3ffb52ec2447470f9a28573488413b", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 98, "avg_line_length": 22.86868686868687, "alnum_prop": 0.6356007067137809, "repo_name": "googleapis/java-firestore", "id": "8a7025bbdecbed724f27dfa5b2cb70a854d93114", "siz...
#ifndef itkRGBGibbsPriorFilter_h #define itkRGBGibbsPriorFilter_h #include "vnl/vnl_vector.h" #include "vnl/vnl_matrix.h" #include "itkMRFImageFilter.h" namespace itk { /** \class RGBGibbsPriorFilter * \brief The RGBGibbsPriorFilter applies Gibbs Prior model for the segmentation * of MRF images. * * The core of...
{ "content_hash": "6e23b6eabd97705560b4156f3ac7311f", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 93, "avg_line_length": 39.18315018315018, "alnum_prop": 0.6651397588108816, "repo_name": "fbudin69500/ITK", "id": "0c251d44f5b0a388cd9a12a4f4e619992cb44187", "size": "1147...
""" Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this ...
{ "content_hash": "f4bf50c6ed1827246a3af397bce00403", "timestamp": "", "source": "github", "line_count": 268, "max_line_length": 138, "avg_line_length": 33.406716417910445, "alnum_prop": 0.660895789120965, "repo_name": "radicalbit/ambari", "id": "ee950e83cf7b68c7efd3dfa70f14c358304cfef2", "size": "8...
package com.ookamijin.cheskers; import java.util.ArrayList; import java.util.Random; import android.graphics.Rect; import android.util.Log; public abstract class Player { protected String name = "Add Name!"; // pretty sure this doesn't do anything protected Board mBoard; protected ArrayList<Coord> tilePath; pro...
{ "content_hash": "fbd62e2f9c8289f00924a5ee431665b8", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 77, "avg_line_length": 22.59731543624161, "alnum_prop": 0.6536976536976536, "repo_name": "ookamijin/Cheskers", "id": "d1073f75c34518f794ce3c6bf4e3446db3c5c108", "size": "3...
package com.dhian.systemui; import android.content.Context; import android.content.res.TypedArray; import android.preference.Preference; import android.util.AttributeSet; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.view.ViewParent...
{ "content_hash": "ed4a9a6f4a866adccba4dfe653a94223", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 119, "avg_line_length": 42.35260115606936, "alnum_prop": 0.6398253036713525, "repo_name": "DhianRusdhiana/Editable-and-Dynamic-Carrier-Name-in-Statusbar", "id": "634b03bd5b0...
from mock import patch from channel_facebook.channel import TriggerType from core.channel import (NotSupportedTrigger, ConditionNotMet) from core.models import Channel, Trigger from .test_base import FacebookBaseTestCase class ChannelTriggerTestCase(FacebookBaseTestCase): def test_fire_trigger_post(self): ...
{ "content_hash": "894d699c40a0c6c81d88a65f48328efe", "timestamp": "", "source": "github", "line_count": 426, "max_line_length": 128, "avg_line_length": 50.04929577464789, "alnum_prop": 0.5289151540734487, "repo_name": "daisychainme/daisychain", "id": "876126f198a057bc9aa5631aea9de915e88942bd", "siz...
<?xml version="1.0" encoding="UTF-8"?> <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> <groupId>com.badlog...
{ "content_hash": "60dc957af14ccdfb2f05daab9f731750", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 201, "avg_line_length": 48.477832512315274, "alnum_prop": 0.43603292348338585, "repo_name": "sinistersnare/libgdx", "id": "688cd50de76658ef471f39a1f86dd07de6984b02", "size...
import json import os import sys root_dir = sys.argv[1] answer_path = sys.argv[2] file_names = os.listdir(root_dir) num_correct = 0 num_wrong = 0 with open(answer_path, 'r') as fh: id2answer_dict = json.load(fh) for file_name in file_names: if not file_name.endswith(".question"): continue with o...
{ "content_hash": "20f3a764bd97ee2edb10b858db6956e1", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 60, "avg_line_length": 25.842105263157894, "alnum_prop": 0.5488798370672098, "repo_name": "allenai/bi-att-flow", "id": "33d99363ec31ba8ac7a79a4d4a4c1f4b4bf1530e", "size": "...
package ecse414.fall2015.group21.game.util; /** * Represents a thread that runs at a specific TPS until terminated. * <p> * This is a library file from com.flowpowered.commons.ticking */ public class TPSLimitedThread extends Thread { private final TickingElement element; private final Timer timer; pri...
{ "content_hash": "6f2bd40b01575ce3e9773ddbb4602537", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 99, "avg_line_length": 28.357142857142858, "alnum_prop": 0.5472292191435768, "repo_name": "DDoS/OnlineGame", "id": "da97ca199f10a704276039d4d02ac4333365636c", "size": "2783...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_0) on Wed Jul 21 15:54:31 PDT 2010 --> <TITLE> com.google.template.soy.javasrc.codedeps (Soy Complete) </TITLE> <META NAME="date" CONTENT="2010-07-2...
{ "content_hash": "cd3f5249a4c86a179706bbc0a42bebab", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 181, "avg_line_length": 39.42245989304813, "alnum_prop": 0.6022788931090614, "repo_name": "prop/closure-templates", "id": "8a63c723a091d900502ab7011eb41412431bc58a", "size...
@interface GJGCChatFriendTalkModel : NSObject @property (nonatomic,copy)NSString *toId; @property (nonatomic,copy)NSString *toUserName; @property (nonatomic,assign)GJGCChatFriendTalkType talkType; @property (nonatomic,strong)NSArray *msgArray; @property (nonatomic,assign)NSInteger msgCount; @property (nonatomic,s...
{ "content_hash": "4c2dbd197c1d9ec986e3396a7a9068e7", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 67, "avg_line_length": 26.05263157894737, "alnum_prop": 0.8202020202020202, "repo_name": "zyprosoft/ZYChat", "id": "76a864eb75aa300cdb43f250f570a7c6bad85117", "size": "855"...
import cStringIO import logging logger = logging.getLogger(__name__) # import volatility.plugins.gui.messagehooks as messagehooks LOPHI_TIMEOUT = 100 LOPHI_RETRIES = 5 pil_installed = True try: from PIL import Image, ImageDraw except ImportError: pil_installed = False class VolatilityWrapper: ...
{ "content_hash": "36c96ab1e6034d5e68951f23127b0b7a", "timestamp": "", "source": "github", "line_count": 604, "max_line_length": 112, "avg_line_length": 38.061258278145694, "alnum_prop": 0.48979946931140983, "repo_name": "mit-ll/LO-PHI", "id": "afdcabbb58083c69574f88e6ba69983514440adb", "size": "229...
<?php namespace Omnipay\Skrill\Message; use DateTime; use Omnipay\Tests\TestCase; class PaymentRequestTest extends TestCase { /** * @var PaymentRequest */ private $request; public function setUp() { parent::setUp(); $this->request = new PaymentRequest($this->getHttpClient(...
{ "content_hash": "c261b6ec85d38a1eea15c1b05acffd39", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 100, "avg_line_length": 45.927927927927925, "alnum_prop": 0.5863083562181247, "repo_name": "nikunj05/omnipay-nttdata", "id": "ed3d0620c8889a7f863457a128b84cb5ef9254f0", "s...
using System; using System.Collections.Generic; using System.Configuration; using System.Web.Security; using LWAS.Extensible.Interfaces; namespace LWAS.Infrastructure.Security { public class Authorizer : IAuthorizer { private string super_role = string.Empty; private Dictionary<string, List<stri...
{ "content_hash": "061aac689e22c9e5d7551125dd601629", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 122, "avg_line_length": 22.68918918918919, "alnum_prop": 0.6116736152471709, "repo_name": "t1b1c/lwas", "id": "213c47a18fd3d1e5c63a6f7daebb070d2a12ea2a", "size": "2293", ...
using Cofoundry.Core.Extendable; namespace Cofoundry.Core.Tests.Core.Formatters; public class EmailAddressNormalizerTests { private EmailAddressNormalizer _emailAddressNormalizer = new EmailAddressNormalizer(); [Theory] [InlineData(null)] [InlineData("")] [InlineData(" ")] [InlineData(" @ ...
{ "content_hash": "161f4afa57aef81ccd4fcec992b72434", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 93, "avg_line_length": 31.963414634146343, "alnum_prop": 0.636779855017169, "repo_name": "cofoundry-cms/cofoundry", "id": "114c77d87faebb683f770977eeed1bdd6b8359f2", "size"...
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" > <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orie...
{ "content_hash": "26b872c4ace5b4ca1e6e9187bdd9c0e3", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 70, "avg_line_length": 33.481751824817515, "alnum_prop": 0.5088293001962066, "repo_name": "GB-SHOCK/GBANG-SHOCK", "id": "729173dab908c94c1e4308f5ca7ebcf4f2335b98", "size":...
ALTER TABLE `source` ADD `url` varchar(255) NULL DEFAULT NULL AFTER `description`; # patch identifier INSERT INTO meta (species_id, meta_key, meta_value) VALUES (NULL,'patch', 'patch_57_58_d.sql|new column url in source table');
{ "content_hash": "1342603cf9b4826fdb7c115d1d392071", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 126, "avg_line_length": 46.4, "alnum_prop": 0.7327586206896551, "repo_name": "adamsardar/perl-libs-custom", "id": "553381c978fc8f17635bc32a336df6a9299bbf2f", "size": "265", ...
module Spree class Adjustment < Spree::Base with_options polymorphic: true do belongs_to :adjustable, touch: true belongs_to :source end belongs_to :order, class_name: 'Spree::Order', inverse_of: :all_adjustments validates :adjustable, :order, :label, presence: true validates :amount,...
{ "content_hash": "ee5d08c41907b9947509b70702f5aed7", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 88, "avg_line_length": 36.67901234567901, "alnum_prop": 0.6593739481656008, "repo_name": "vinayvinsol/spree", "id": "e863e2eff40760f94fa70d2ae18943c41672a7be", "size": "392...
 #pragma once #include <aws/s3control/S3Control_EXPORTS.h> #include <aws/s3control/S3ControlRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace S3Control { namespace Model { /** */ class AWS_S3CONTROL_API GetMultiRegionAccessPointPolicyRequest : public S3C...
{ "content_hash": "301bdce19e071d0bfbd6fd1b8e80b68f", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 146, "avg_line_length": 46.71511627906977, "alnum_prop": 0.7085252022401991, "repo_name": "aws/aws-sdk-cpp", "id": "1c3989a69bf4ab113f7607c7552af0c686ead9cf", "size": "815...
#include <stdio.h> #include <stdlib.h> #include <string.h> #define PYTHON_COMMAND "python" #define PYTHON2_COMMAND "python2" #define PYTHON3_COMMAND "python3" #define PYTHON_SCRIPT_NAME "PerformRequiredConfigurationChecks.py" char* getPythonProvider(); int main(int argc, char *argv[]) { char * pythonCommand = ...
{ "content_hash": "ba8e899be1ce7640569b0c508b266218", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 115, "avg_line_length": 27.764044943820224, "alnum_prop": 0.6361796843383246, "repo_name": "MSFTOSSMgmt/WPSDSCLinux", "id": "6b4351ed60af34173ce1318f46f87ae402b532f0", "siz...
<?php if (!defined('ABSPATH')) { exit; } ?> <div class="bwp-modal" id="modal-external-page"> <div class="bwp-modal-dialog"> <div class="bwp-modal-content"> <div class="bwp-modal-header"> <button type="button" class="bwp-close" data-dismiss="modal"> <span aria-hidden="true">&times;</span> </button> ...
{ "content_hash": "a2d4986364e68cdbca2dd008f4b02b00", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 98, "avg_line_length": 36.05263157894737, "alnum_prop": 0.6211678832116788, "repo_name": "20steps/alexa", "id": "71baa3f2f83dd08f030b5ecdb7de932620375328", "size": "1370", ...
[![Build Status](https://travis-ci.org/brianjbuck/robie.svg?branch=master)](https://travis-ci.org/brianjbuck/robie) [![codecov](https://codecov.io/gh/brianjbuck/robie/branch/master/graph/badge.svg)](https://codecov.io/gh/brianjbuck/robie) [![Coverage Status](https://coveralls.io/repos/rochacbruno/raise_if/badge.png)](...
{ "content_hash": "4897b426d59a3181ffea077f5719d781", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 124, "avg_line_length": 51.22222222222222, "alnum_prop": 0.7158351409978309, "repo_name": "brianjbuck/robie", "id": "372072a18955b8d5bf47cf5cc64002e6e746dd34", "size": "499"...
{% extends "base.html" %} {% block content %} <script type="text/javascript"> jQuery(document).ready(function() { var bubble = function() { indata = {{ colldata | safe }}; data = {"children":[]}; for (var item in indata) { var arr = { ...
{ "content_hash": "a698662f7257759a5d9a819b9bb3a2c4", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 128, "avg_line_length": 39.04040404040404, "alnum_prop": 0.473738680465718, "repo_name": "okfn/bibserver", "id": "87d66e62bb27c7ed67cb21d7efc3b3798174806e", "size": "3865",...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>rsa: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="...
{ "content_hash": "7da36565c87a9c393daa3b41719eec60", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 157, "avg_line_length": 39.83720930232558, "alnum_prop": 0.539112667834209, "repo_name": "coq-bench/coq-bench.github.io", "id": "09f57757bc86b4e6af68707013d7f870123b991b", ...
<!DOCTYPE html> <html> <head> <script src='/resources/testharness.js'></script> <script src='/resources/testharnessreport.js'></script> <script src='../resources/permissions-policy-report-json.js'></script> </head> <body> <script> var t = async_test("PaymentRequest Report Format"); var check_repo...
{ "content_hash": "1d1d34c420e76336b954675cfe5e9d8e", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 75, "avg_line_length": 34.810810810810814, "alnum_prop": 0.6739130434782609, "repo_name": "nwjs/chromium.src", "id": "f639c2b7c62392d2583b44120ac4c66500538f6e", "size": "12...
using FubarDev.FtpServer.FileSystem; using Microsoft.WindowsAzure.Storage; using Microsoft.WindowsAzure.Storage.Auth; using Microsoft.WindowsAzure.Storage.Blob; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AdamHurwitz.Ft...
{ "content_hash": "5c2a39eca78583f99eb241aa3a798626", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 99, "avg_line_length": 34.42, "alnum_prop": 0.6682161533991865, "repo_name": "adhurwit/AzureBlobFtp", "id": "bf5d1b709082124b54ecef95b416f6af682e8862", "size": "1723", "b...
<?php /** * Class for upgrade / deactivation / uninstall */ class BackWPup_Install { /** * Creates DB und updates settings */ public static function activate() { $version_db = get_site_option( 'backwpup_version' ); //changes for version before 3.0.0 if ( ! $version_db && get_option( 'backwpup' ) && get...
{ "content_hash": "d9d0c9b3ead6fad85a0546cb1908db90", "timestamp": "", "source": "github", "line_count": 358, "max_line_length": 424, "avg_line_length": 43.50837988826816, "alnum_prop": 0.6104904982023626, "repo_name": "rollandwalsh/third-rail", "id": "4d2ea12ac2452d25df6299cabd6886d2f36f4b31", "siz...
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" > <suite name="Suite1" verbose="1"> <test name="Groups"> <classes> <class name="ru.stqa.hometask.addressbook.tests.GroupTestCreation"/> <class name="ru.stqa.hometask.addressbook.tests.GroupTestModify"/> <class nam...
{ "content_hash": "12be0edbc223a49a4bb9f418db2882aa", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 80, "avg_line_length": 37.81818181818182, "alnum_prop": 0.6394230769230769, "repo_name": "igoretk/java_ht_new", "id": "67b26ad02d9b547a9ea6199c58ccb677b6c74895", "size": "4...
<?php namespace observr\State\Notifier { class AggregateNotifier implements \ArrayAccess, \IteratorAggregate, NotifierInterface { /** * Locally stores listener/notifiers * @var array */ private $notifiers = []; /** * Default constructor for Aggre...
{ "content_hash": "e114f9f7982d409fb9b9850e8553b7b3", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 92, "avg_line_length": 28.318681318681318, "alnum_prop": 0.4792394256887854, "repo_name": "jgswift/observr", "id": "a3503526e3082fd954abd4590b06f5b8b1de2c11", "size": "2577...
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.baraccasoftware.swipesms.app.SettingsActivity" tools:igno...
{ "content_hash": "ddb27b7a1561dc3ad16a7fb3d3088a7d", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 71, "avg_line_length": 49, "alnum_prop": 0.7405247813411079, "repo_name": "chemickypes/SwipeSMS", "id": "1afd8b2e13cf4421b63bb38846eeee8322aaffd1", "size": "343", "binary"...
package net.sf.jabref.model.groups; import java.util.Optional; import net.sf.jabref.model.entry.BibEntry; import net.sf.jabref.model.entry.FieldName; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Asser...
{ "content_hash": "90359fdf5d3ba48fba5d5b3cd2f697cf", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 109, "avg_line_length": 32.529411764705884, "alnum_prop": 0.7118746232670283, "repo_name": "JessicaDias/JabRef_ES2", "id": "accc761c022527c9f2394b2472f1002338ac98c2", "siz...
import {Observable} from '../../Observable'; import {withLatestFrom} from '../../operator/withLatestFrom'; Observable.prototype.withLatestFrom = withLatestFrom; export interface WithLatestFromSignature<T> { <U>(...observables: Array<any>): Observable<U>; } declare module '../../Observable' { interface Observable...
{ "content_hash": "10a083ba80ba51a2063a34146314eaaa", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 61, "avg_line_length": 27.071428571428573, "alnum_prop": 0.7229551451187335, "repo_name": "SekibOmazic/myoo", "id": "1a6b5c54f2bf19c9a83094e731ba1b10c62e407d", "size": "379...
#include "lib.h" #include "buffer.h" #include "istream.h" #include "str.h" #include "message-parser.h" #include "rfc822-parser.h" #include "rfc2231-parser.h" #include "imap-parser.h" #include "imap-quote.h" #include "imap-envelope.h" #include "imap-bodystructure.h" #define DEFAULT_CHARSET \ "\"charset\" \"us-ascii\...
{ "content_hash": "635f8c060dc330e2f8cf2271ff13f4fa", "timestamp": "", "source": "github", "line_count": 1009, "max_line_length": 81, "avg_line_length": 25.93954410307235, "alnum_prop": 0.6313758453367975, "repo_name": "jwm/dovecot-notmuch", "id": "b52f06810e5e1aaf82d4e093341d00f474776dbd", "size": ...
package cn.org.eshow.webapp.action; import cn.org.eshow.bean.query.InfoQuery; import cn.org.eshow.common.page.Page; import cn.org.eshow.model.Info; import cn.org.eshow.service.InfoManager; import cn.org.eshow.util.PageUtil; import cn.org.eshow.webapp.util.RenderUtil; import org.apache.struts2.convention.annotation.All...
{ "content_hash": "73b458bd1362f77247de907d26300ed9", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 89, "avg_line_length": 25.822695035460992, "alnum_prop": 0.5800604229607251, "repo_name": "bangqu/EShow", "id": "25cb5b1c582de41977b2553c05195fb2beecdcda", "size": "3675",...
var InitButton = (function(){ 'use strict'; function InitButton(id, custom){ var _ = this; _.args = {}; _.id = id.substr(1); _.node = document.getElementById(_.id); _.args.debug = false; _.args.defaultInnerHtml = _.node.innerHTML; for (var arg in custom){ this.args[arg] = cu...
{ "content_hash": "32d81044219c9f833b44a86a1f4e81be", "timestamp": "", "source": "github", "line_count": 132, "max_line_length": 178, "avg_line_length": 24.09090909090909, "alnum_prop": 0.5679245283018868, "repo_name": "uni-zheng/buttonjs", "id": "393582174a7f665e2aca2cb9a0678d9f35813de8", "size": "...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight.completion; import com.intellij.codeInsight.lookup.AutoCompletionPolicy; import com.intellij.codeInsight.lookup.LookupElement; import com.intelli...
{ "content_hash": "583a9c0a7f46d50a726b77408ec85ebe", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 140, "avg_line_length": 41.48936170212766, "alnum_prop": 0.7494871794871795, "repo_name": "goodwinnk/intellij-community", "id": "37120f20cac2e681fdfdf1e15ddf6c23d8e08056", ...
layout: detail ---
{ "content_hash": "fe89aafcf1e736d04f0ee6f23e7ac008", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 14, "avg_line_length": 9, "alnum_prop": 0.6666666666666666, "repo_name": "sda17dev/prototype2", "id": "48a3cac93706c0d868ad67a7f5654b487e16e328", "size": "22", "binary": f...
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{ "content_hash": "e77900d22721a7436ce8d742b0f4ceb8", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 182, "avg_line_length": 32.285714285714285, "alnum_prop": 0.7212389380530974, "repo_name": "googleapis/google-api-java-client-services", "id": "088d9368394e9d5d2b04f2fe008364...
using UnityEngine; using UnityEngine.SceneManagement; using System.Collections; using System; public class CharacterSelection : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { } public void ChooseCharacter(string character) { ...
{ "content_hash": "fbdceb92f663daa1b2bd9e40e5883ac9", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 83, "avg_line_length": 23.975, "alnum_prop": 0.5870698644421272, "repo_name": "jmccormack200/Stuntman", "id": "4dfa57e64d7b6d7c872d48991885af56a9d48e1a", "size": "961", "...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "171b1815dc7f6b99d1a8f2d503703683", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "0ae0991c9d04d1dd3825eb58e77909ddaf05eaa6", "size": "179...
#include <linux/device.h> #include <linux/signal.h> #include <linux/platform_device.h> #include <asm/mach-types.h> #include <asm/hardware.h> #include <asm/arch/pxa-regs.h> #include <asm/arch/ohci.h> #define PXA_UHC_MAX_PORTNUM 3 #define UHCRHPS(x) __REG2( 0x4C000050, (x)<<2 ) /* PMM_NPS_MODE -- ...
{ "content_hash": "db6f14ebee6d0dd0f91ffdf55100ee71", "timestamp": "", "source": "github", "line_count": 352, "max_line_length": 88, "avg_line_length": 21.946022727272727, "alnum_prop": 0.6350809061488674, "repo_name": "impedimentToProgress/UCI-BlueChip", "id": "f1563dc319d36085276ff35b3030a3f584e0741...
using Abp.AutoMapper; using Abp.Localization; using Abp.Localization.Dictionaries; using Abp.Localization.Dictionaries.Json; using Abp.Modules; using Abp.Reflection.Extensions; namespace AbpAspNetCoreDemo.Core { [DependsOn(typeof(AbpAutoMapperModule))] public class AbpAspNetCoreDemoCoreModule : AbpModule ...
{ "content_hash": "af74f90d04051e80fa6a4c941207929b", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 105, "avg_line_length": 35.31428571428572, "alnum_prop": 0.6610032362459547, "repo_name": "ryancyq/aspnetboilerplate", "id": "34ad9b1171e8460f761074642104e5c3ebcc61bd", "si...
<!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 Thu Mar 08 14:17:43 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
{ "content_hash": "94202d0f7e784c7e8344eab919c881a0", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 201, "avg_line_length": 40.5, "alnum_prop": 0.6307870370370371, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "0eb46700cbd97757da39045717acc330ee60d3a7", "siz...
<?php namespace R\Hive\Commands; use Illuminate\Console\Command; use Symfony\Component\Console\Input\InputArgument; class AssembleCommand extends Command { protected $name = 'hive:assemble'; protected $description = 'Create a new Hive RESTful HTTP resource collection.'; public function fire() { ...
{ "content_hash": "af404f48aceb0066ffcac59e6362cb44", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 86, "avg_line_length": 28.64516129032258, "alnum_prop": 0.5619369369369369, "repo_name": "r3oath/hive", "id": "7c8414228fc201660d8c4a5b8e61b1df5c09de82", "size": "888", "...
package org.earthtime.UPb_Redux.dateInterpretation; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.util.ArrayList; import java.util.Vector; import javax.swing.JMenuItem; import javax.swing.JPopupMenu; import javax.swing.JTree; import javax.swing....
{ "content_hash": "0c5f29d34e88bcc57c5fa8b7399fb38f", "timestamp": "", "source": "github", "line_count": 664, "max_line_length": 158, "avg_line_length": 43.149096385542165, "alnum_prop": 0.5138389585005759, "repo_name": "clementparizot/ET_Redux", "id": "9f900f9891bc7f74d4ef9515f48cc93e29d2ed74", "si...