text
stringlengths
2
1.04M
meta
dict
package com.amazonaws.services.simplesystemsmanagement.model; import java.io.Serializable; import javax.annotation.Generated; /** * * @see <a href="http://docs.aws.amazon.com/goto/WebAPI/ssm-2014-11-06/DescribeMaintenanceWindowTargets" * target="_top">AWS API Documentation</a> */ @Generated("com.amazonaws:...
{ "content_hash": "1ffc2617243adadd9eefe788a6b10341", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 153, "avg_line_length": 33.00956937799043, "alnum_prop": 0.6228438904189013, "repo_name": "jentfoo/aws-sdk-java", "id": "55c1c08cc61f5a4ff3d6aa73ae9cf37c4aedbbd6", "size":...
#include <memory> #include "modules/audio_coding/acm2/rent_a_codec.h" #include "rtc_base/arraysize.h" #include "test/gtest.h" #include "test/mock_audio_encoder.h" namespace webrtc { namespace acm2 { using ::testing::Return; namespace { const int kDataLengthSamples = 80; const int kPacketSizeSamples = 2 * kDataLe...
{ "content_hash": "7c453cf75875fd47d2c14cee5032b757", "timestamp": "", "source": "github", "line_count": 224, "max_line_length": 80, "avg_line_length": 32.607142857142854, "alnum_prop": 0.7016703176341731, "repo_name": "wangcy6/storm_app", "id": "9eded20d23e9c7d8f23b13518e984d1088f61336", "size": "7...
import { ExtendedDevice, DeviceSecurityVariation } from "./types"; type DeviceFilterCondition = (device: ExtendedDevice) => boolean; const MS_DAY = 24 * 60 * 60 * 1000; export const INACTIVE_DEVICE_AGE_MS = 7.776e+9; // 90 days export const INACTIVE_DEVICE_AGE_DAYS = INACTIVE_DEVICE_AGE_MS / MS_DAY; export const i...
{ "content_hash": "97b90c30744d791f9e303c785c840c15", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 87, "avg_line_length": 38.48275862068966, "alnum_prop": 0.7347670250896058, "repo_name": "matrix-org/matrix-react-sdk", "id": "05ceb9c69726c576e8001dfbe9702cf41abfada3", "s...
declare module 'tcomb-validation' { declare type Path = Array<string | number>; declare interface ValidationError { actual: any; expected: Tcomb$Type<*>; path: Path; message: string; } declare interface ValidationResult<T> { errors: Array<ValidationError>; value: T; } declare typ...
{ "content_hash": "235a451ef873832ec71eda1778956246", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 94, "avg_line_length": 19.73076923076923, "alnum_prop": 0.6510721247563352, "repo_name": "gcanti/pantarei", "id": "961654df3a439092b69fcab332b2b7d00b7e10e1", "size": "513",...
ACCEPTED #### According to Index Fungorum #### Published in Persoonia 18(3): 384 (2004) #### Original name Octospora nemoralis Benkert & Brouwer ### Remarks null
{ "content_hash": "b6a94af59a575566565b2daf4aba74ea", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 37, "avg_line_length": 12.692307692307692, "alnum_prop": 0.7090909090909091, "repo_name": "mdoering/backbone", "id": "4a438847a0d26d39dded813f2ce8ac43adf00475", "size": "22...
// // TKDataFormGroupTitleStyle.h // TelerikUI // // Copyright © 2015 Telerik. All rights reserved. // #import "TKStyleNode.h" @class TKStroke; @class TKFill; /** @discussion Represents style fot group's title. */ @interface TKDataFormGroupTitleStyle : TKStyleNode /** Stroke for the group's title. */ @proper...
{ "content_hash": "c490f9af94a80d974b9b8c23f53808be", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 53, "avg_line_length": 17.354166666666668, "alnum_prop": 0.7166866746698679, "repo_name": "zdzdz/Signal-iOS", "id": "fdf469980c71bef425dacace463bc4cf5145d56b", "size": "834...
FROM balenalib/smarc-px30-fedora:31-build ENV NODE_VERSION 14.16.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks-keyservers.net...
{ "content_hash": "c7c3b026376d9efc40eb45286aa6ac46", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 691, "avg_line_length": 66.63414634146342, "alnum_prop": 0.708272327964861, "repo_name": "nghiant2710/base-images", "id": "4837dffbdbf475b08e3bd8e56ef55a7d523dd1a1", "size"...
const chalk = require('chalk'); const fs = require('fs'); const path = require('path'); module.exports.out = { print: text => console.log(chalk.blue(text)), success: text => console.log(chalk.green(text)), error: text => console.log(chalk.bold.red(text)), }; module.exports.writeJSON = (filePath, data, reject) =...
{ "content_hash": "f00a8e30f8bfcedb9a97c40a5a499176", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 75, "avg_line_length": 27.09090909090909, "alnum_prop": 0.62751677852349, "repo_name": "ferjgar/youtube-backup", "id": "e8bcc5574c082a327c3960107a8ef49aec54b1bf", "size": "...
Rails.application.config.assets.version = '1.0' # Add additional assets to the asset load path # Rails.application.config.assets.paths << Emoji.images_path # Precompile additional assets. # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. Rails.application.config.assets.prec...
{ "content_hash": "c5de85065b97f2a18ba2af5c149f10be", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 93, "avg_line_length": 44.125, "alnum_prop": 0.7818696883852692, "repo_name": "leschenko/ab_admin", "id": "86a4b1c4717350ebe505be45772ebf7a4c1bb5ff", "size": "491", "binar...
define([ 'hbs!templates/alert' ], function (alertTemplate) { 'use strict'; return Backbone.Marionette.ItemView.extend({ title: "alert", message: "alert text", type: "success", serializeData: function () { return { title: Marionette.getOption(this, "title"), message: Mar...
{ "content_hash": "475e9ddf9b7e985142e8b5f9c8f6d2a2", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 55, "avg_line_length": 18.82051282051282, "alnum_prop": 0.5667574931880109, "repo_name": "1ukash/devops-service", "id": "40c35fbba78ca143c7c692c2d54f9aed13b479ff", "size": ...
namespace hpe { TemplateCreatorProcessor::TemplateCreatorProcessor(void) : m_cloudKey("FilteredCloud"), m_templateKey("Template") { } TemplateCreatorProcessor::~TemplateCreatorProcessor(void) { } void TemplateCreatorProcessor::Init() { } void TemplateCreatorProcessor...
{ "content_hash": "5882d9b1fbb4352d961bd86490378436", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 93, "avg_line_length": 25.714285714285715, "alnum_prop": 0.6722222222222223, "repo_name": "sergeytulyakov/FaceCept3D", "id": "0ee36ddebd7f5bd1689bca6267328f7fbe1719d8", "si...
require File.dirname(__FILE__) + '/../spec_helper' require 'cucumber' require 'cucumber/rb_support/rb_language' module Cucumber describe StepMother do before do @dsl = Object.new @dsl.extend(RbSupport::RbDsl) @step_mother = StepMother.new @step_mother.load_natural_language('en') @...
{ "content_hash": "d06ce5511db74f0e2c17021ebc852d3c", "timestamp": "", "source": "github", "line_count": 270, "max_line_length": 117, "avg_line_length": 35.2962962962963, "alnum_prop": 0.6164742917103883, "repo_name": "cykod/Webiva", "id": "f4c4bc9a809b7da55ca61db51cf34c4e116ffc42", "size": "9530", ...
package connect.ui.activity.chat.bean; import java.io.Serializable; /** * Created by pujin on 2017/2/20. */ public class WebsiteExt1Bean implements Serializable{ private String linkTitle; private String linkSubtitle; private String linkImg; public WebsiteExt1Bean() { } public WebsiteExt1Be...
{ "content_hash": "13da4b9881d4a831f95a8c9a87ae8de1", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 83, "avg_line_length": 22.16, "alnum_prop": 0.6534296028880866, "repo_name": "connectim/Android", "id": "6ce383ce2fc6621f6283c3596fb81bbba936479e", "size": "1108", "binar...
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Store locator with Panel</title> <script src="https://maps.googleapis.com/maps/api/js?libraries=places"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"> </script> <script src="js/stor...
{ "content_hash": "84b84464e4220ccdb25c2300b6ed76d5", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 193, "avg_line_length": 39.51282051282051, "alnum_prop": 0.6048020765736535, "repo_name": "google/maps-for-work-samples", "id": "4e6eb7acfa069dfa3e46a4471c82f3354f321add", ...
<?php /** * Created by PhpStorm. * User: hrustbb * Date: 15.10.16 * Time: 11:08 */ namespace common\models; use yii\db\ActiveRecord; class Journal extends ActiveRecord { public static function tableName() { return 'journals'; } }
{ "content_hash": "1c5a39a67b9f7d1192f2a11b32b0d92f", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 38, "avg_line_length": 12.95, "alnum_prop": 0.6332046332046332, "repo_name": "hrustbb2/yiimanager", "id": "95d1a448623808fe2ca435c1ec2bbc116e0d873e", "size": "259", "bina...
layout: default --- <div class="project_page"> {% for project in site.data.projects %} {% if page.project == project.id %} <div class="well"> <h4 class="home-subtitle">{{ project.name }}</h4> <div class="row image"> <div class="col-xs-12"> ...
{ "content_hash": "d69051dc28348bc195eb832ae029b060", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 179, "avg_line_length": 34.64, "alnum_prop": 0.4376443418013857, "repo_name": "DHainzl/dhainzl.github.io", "id": "6054ccbba2c6e53b8bc2709df9b305773ce30f16", "size": "870", ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "bf7e93e725d4df82ee5cb70d6818a1c5", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "0ecaa25ed851e66c316c3a1b14352ac3ec694f35", "size": "182...
package com.github.cwilper.fcrepo.cloudsync.service.rest; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.Consumes; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; im...
{ "content_hash": "1bf56b2fdf45cc5c8885a0b70e699d71", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 102, "avg_line_length": 36.263513513513516, "alnum_prop": 0.6344326439351593, "repo_name": "cdchapman/fcrepo-cloudsync", "id": "b176672c0e229debde44d6eff7ede1500c48191f", ...
if Gem::Requirement.new('< 12.14.77').satisfied_by?(Gem::Version.new(Chef::VERSION)) #-- # Author:: Adam Jacob (<adam@chef.io>) # Author:: Christopher Walters (<cw@chef.io>) # Author:: Tim Hinderliter (<tim@chef.io>) # Copyright:: Copyright 2008-2016, Chef Software Inc. # License:: Apache License, Version 2.0 # # Licen...
{ "content_hash": "becdeb942e33f157099389fad8cb5f01", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 117, "avg_line_length": 35.324137931034485, "alnum_prop": 0.6878172588832487, "repo_name": "akzero53/basic-development-machine", "id": "1aab5b1fa97edf99a1d72d7741442b24b1caa...
<!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name:...
{ "content_hash": "aa3350044fcb87737ecdb447e1013e7c", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 69, "avg_line_length": 30.25, "alnum_prop": 0.6906729634002361, "repo_name": "nmunir/TransworldBase", "id": "0c2777289eebb714cdcea11613ddf190d387a60d", "size": "847", "bi...
<div class="auth-main"> <div class="content"> <input type="text"> <button>put</button> </div> </div>
{ "content_hash": "0e92d2bd7a56c99e7c9093be4a64bee9", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 24, "avg_line_length": 18.833333333333332, "alnum_prop": 0.5752212389380531, "repo_name": "Gss615/swie2", "id": "3b3a3bffb4362924f8a363d4ca1005ac0b19b5ca", "size": "113", ...
using System; using osu.Framework.Graphics.Sprites; using osu.Game.Overlays.Dialog; using osu.Game.Localisation; namespace osu.Game.Screens.Select.Carousel { public class UpdateLocalConfirmationDialog : DeleteConfirmationDialog { public UpdateLocalConfirmationDialog(Action onConfirm) { ...
{ "content_hash": "ed9818bb51bf0f1a7ece7ffc898551a4", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 75, "avg_line_length": 31.833333333333332, "alnum_prop": 0.7242582897033158, "repo_name": "peppy/osu", "id": "f5267e905e524a164287a8af5bdf041a65c50ac1", "size": "723", "b...
from .. import core, symbol class Sequence(core.ast.Expr): __slots__ = 'actions' keyword = 'do' def __init__(self, actions): self.actions = tuple(actions) if not self.actions or type(self.actions[-1]) is Sequence.Binding: self.actions = self.actions + (Sequence.ret(co...
{ "content_hash": "766e4a8c89a74a44da3ab990c094c356", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 81, "avg_line_length": 21.37704918032787, "alnum_prop": 0.5302914110429447, "repo_name": "maxime-tournier/hm.py", "id": "4a1a384f8d6f7acc26a5c3f4621ae11b8cd64f65", "size":...
/** * A Virtual Joystick * @class Phaser.Plugin.VirtualJoystick */ Phaser.Plugin.VirtualJoystick = function (game, parent) { Phaser.Plugin.call(this, game, parent); this.x = 0; this.y = 0; this.limit = 10; this.baseCircle; this.baseBMD; this.nubBMD; this.base; this.nub; thi...
{ "content_hash": "6de8bf3427c1e7b1fd6ae7838bcefc75", "timestamp": "", "source": "github", "line_count": 326, "max_line_length": 166, "avg_line_length": 30.033742331288344, "alnum_prop": 0.6501889490348279, "repo_name": "liangdas/mqantserver", "id": "330cdd0445aac1d23f9c6bb092bdb70764d8a3e5", "size"...
<?php namespace Checkdomain\Holiday\Provider; /** * Class AbstractTest */ abstract class AbstractTest extends \PHPUnit\Framework\TestCase { /** * @var \Checkdomain\Holiday\ProviderInterface */ protected $provider; /** * @param string $date * @param string $state * @param array ...
{ "content_hash": "dc0a468580a947021ae8b269cdf11509", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 116, "avg_line_length": 28.097560975609756, "alnum_prop": 0.5616319444444444, "repo_name": "checkdomain/Holiday", "id": "88df612bf69984815ce33b249f391a8f18b6255c", "size": ...
var exec = require('cordova/exec'); var STATE_ACTIVE = 'active'; var STATE_IDLE = 'idle'; var STATE_LOCKED = 'locked'; // This keeps track of the current state. var currentState = STATE_ACTIVE; // These listeners are called when the device's state changes. var stateListeners = [ ]; // This interval represents the a...
{ "content_hash": "7882a2c0261b85a9e82a3893d76dcc3e", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 118, "avg_line_length": 29.810126582278482, "alnum_prop": 0.7065817409766454, "repo_name": "0359xiaodong/mobile-chrome-apps", "id": "401c8b2301e9d05b7ea7ffa1669b6d47adadca84"...
package thosakwe.fray.pipeline; import java.io.IOException; /** * Created on 2/7/2017. */ public class CoreImporterTransformer extends FrayTransformer { @Override public boolean claim(FrayAsset asset) { return asset.getExtension().equals("fray"); } @Override public String getName() { ...
{ "content_hash": "8a761b7db73c130e01903e561b06c850", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 68, "avg_line_length": 23.25, "alnum_prop": 0.6594982078853047, "repo_name": "fray-lang/fray", "id": "d6b38e6581bfd0ad8c7375eb2b0cada88b04bf52", "size": "558", "binary": ...
<?php /** * ZipCode Plugin * * UserApplePie * @author David (DaVaR) Sargent <davar@userapplepie.com> * @version 4.3.0 */ namespace Libs; use Libs\Database, Libs\Cookie, Libs\BBCode; class ZipCode { private static $db; // Get City, State based on Zip Code public static function getCityState($zip){ se...
{ "content_hash": "2b4e4878ccf976d58d74eac8923761e0", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 56, "avg_line_length": 15.771428571428572, "alnum_prop": 0.5996376811594203, "repo_name": "UserApplePie/UserApplePie-v3", "id": "8a24bde95ddbe3f89a1b0537df30c56e7d9b38b5", ...
/* $OpenBSD: auth1.c,v 1.79 2013/05/19 02:42:42 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved * * As far as I am concerned, the code I have written for this software * can be used freely for any purpose. Any derived versions of this * so...
{ "content_hash": "d97c8aab3a0c521eb4517bb252534b99", "timestamp": "", "source": "github", "line_count": 439, "max_line_length": 78, "avg_line_length": 23.496583143507973, "alnum_prop": 0.6716432380029084, "repo_name": "jhbsz/OSI-OS", "id": "f1ac598147c5cae70f3e366fe5a25251731ba4d4", "size": "10315"...
import { Injectable } from "@angular/core"; import { Observable } from "rxjs/Observable"; import 'rxjs/add/operator/map'; import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/do'; import 'rxjs/add/operator/finally'; import { Http, Response, RequestOptions } from '@angular/http'; import { URLSearchParams } from "...
{ "content_hash": "b3c01e2fc7f5f12240e236566adf0bb1", "timestamp": "", "source": "github", "line_count": 419, "max_line_length": 114, "avg_line_length": 32.35560859188544, "alnum_prop": 0.5846426200486834, "repo_name": "DISCOOS/sar-status", "id": "89b1a7621a42a929aad9a40374882bd1c929603a", "size": "...
package happy import ( "github.com/kevinconway/wrapgen/v2/internal/test/happy" ) type DemoType struct{} type Demo interface { Make(param happy.ExportedStruct, second DemoType) happy.NonInterfaceAlias }
{ "content_hash": "8a196c1f4f0b28d67e28ec0d30e8317b", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 74, "avg_line_length": 18.818181818181817, "alnum_prop": 0.7874396135265701, "repo_name": "kevinconway/wrapgen", "id": "55cb709ca4452daf722b4d815a086dd5059303a4", "size": "...
package com.gmarciani.gmparser.automaton.base; import org.junit.Test; import com.gmarciani.gmparser.models.automaton.state.State; import com.gmarciani.gmparser.models.automaton.state.States; import com.gmarciani.gmparser.models.automaton.transition.DeterministicTransitionFunction; import com.gmarciani.gmparser.mode...
{ "content_hash": "ab4ad1d106f22a04f15f5b16dd948b4f", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 110, "avg_line_length": 36.56122448979592, "alnum_prop": 0.7313703600334915, "repo_name": "gmarciani/gmparser", "id": "dab5fea6ad8500382fdcc1c7b226c127c6c5cd5b", "size": "...
using System; namespace _01_SumArreyElements { class Program { static void Main(string[] args) { int n = int.Parse(Console.ReadLine()); int[] numbers = new int[n]; int sum = 0; for (int i = 0; i < numbers.Length; i++) { ...
{ "content_hash": "f49229ab76106a6c9fa22b7343aa761b", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 63, "avg_line_length": 20.695652173913043, "alnum_prop": 0.453781512605042, "repo_name": "IPetrov007/Softuni-Programing-Fundamentals", "id": "f39a038760bbafdb3331886a9b0162bf...
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <X11/Xatom.h> #include <X11/cursorfont.h> #include <compiz-core.h> static CompMetadata resizeMetadata; #define ResizeUpMask (1L << 0) #define ResizeDownMask (1L << 1) #define ResizeLeftMask (1L << 2) #define ResizeRightMask...
{ "content_hash": "dd05631230d0700580bf705254c27561", "timestamp": "", "source": "github", "line_count": 1783, "max_line_length": 89, "avg_line_length": 30.486259113853055, "alnum_prop": 0.4891918244200379, "repo_name": "zmike/compiz", "id": "c70847b21b86440e1c12f4aa8ee6c48596cf6145", "size": "55560...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="IActionDependentFeatureExample.cs"> // Copyright (c) by respective owners including Yahoo!, Microsoft, and // individual contributors. All rights reserved. Released under a B...
{ "content_hash": "17720855262d46c16ac2588b53560b65", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 120, "avg_line_length": 42.714285714285715, "alnum_prop": 0.5239687848383501, "repo_name": "emjotde/vowpal_wabbit", "id": "4e91ff1cd0bfeab18e0d816e828b10d5d9066a93", "size"...
// // TTShowGift.m // TTShow // // Created by twb on 13-6-18. // Copyright (c) 2013年 twb. All rights reserved. // #import "TTShowGift.h" #pragma mark - Gift Category @implementation TTShowGiftCategory - (id)initWithAttributes:(NSDictionary *)attributes { self = [super init]; if (!self) { return ...
{ "content_hash": "69d9822bbe40931535b9e266fb3046ab", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 102, "avg_line_length": 39.771844660194176, "alnum_prop": 0.68058098376663, "repo_name": "wangzhi1027/MeMeZhiBoSDK", "id": "e4fd39c81c0cf77c46676e15cad239a6e1a37a83", "siz...
<HTML><HEAD> <TITLE>Review for Lost in Space (1998)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0120738">Lost in Space (1998)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Nathaniel+R...
{ "content_hash": "7172cb55af46ce3b63ac51b2ed99e7c5", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 217, "avg_line_length": 63.077669902912625, "alnum_prop": 0.7411112821302139, "repo_name": "xianjunzhengbackup/code", "id": "40b6141ec00d64d54b87515f35712b137972578d", "si...
from __future__ import print_function import io import os import platform import sys from distutils.command.build_ext import build_ext from shutil import copytree, copy, rmtree from setuptools import setup, Extension if sys.version_info < (3, 6): print("Python versions prior to 3.6 are not supported for PyFlink....
{ "content_hash": "016682309c7cf23c797797b1205787a1", "timestamp": "", "source": "github", "line_count": 318, "max_line_length": 99, "avg_line_length": 43.528301886792455, "alnum_prop": 0.5831527235948563, "repo_name": "StephanEwen/incubator-flink", "id": "6905da210f171b4ee18c7f521ef98a6642484e18", ...
import { createSelector } from 'reselect'; export default recordsByIdSelector => createSelector( recordsByIdSelector, recordsById => Object.keys(recordsById) );
{ "content_hash": "05367a4c7d2bf08427a74cfd490b8a91", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 53, "avg_line_length": 27.666666666666668, "alnum_prop": 0.7771084337349398, "repo_name": "slightlytyler/arrowsmith-web-starter", "id": "56242560a4246496e4da02e30393ad59d25972...
\hypertarget{class_t_i_m_e_1_1_time_exception}{}\section{T\+I\+M\+E\+:\+:Time\+Exception Class Reference} \label{class_t_i_m_e_1_1_time_exception}\index{T\+I\+M\+E\+::\+Time\+Exception@{T\+I\+M\+E\+::\+Time\+Exception}} Classe permettant de g�rer les exceptions des classes du namespace \hyperlink{namespace_t_i_m_e}{T...
{ "content_hash": "06ebde1d2aa63097408bf9d8f527abf9", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 189, "avg_line_length": 50.074074074074076, "alnum_prop": 0.7222633136094675, "repo_name": "mmewen/LO21", "id": "eec44b395b870926a97acf13f3644f2a5e7ada13", "size": "2716", ...
@interface EyeTextView : UITextView @property(nonatomic, copy)NSString *placeholder; @property(nonatomic, strong)UIColor *placeholderColor; @end
{ "content_hash": "77647df00f8630702828d57a43f8eda0", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 54, "avg_line_length": 24.5, "alnum_prop": 0.8095238095238095, "repo_name": "chenzhenyong1/Kaka", "id": "5a157a6c1bc2b238043cd2658edc07cedc38b107", "size": "349", "binary"...
For now just sorting a given GraphQL IDL schema in alphabetical order. ![GraphQL Toolkit Sorting](https://cloud.githubusercontent.com/assets/136789/23771463/5b8f29a0-0517-11e7-869c-6d40693a6145.gif)
{ "content_hash": "d29c303c9f3fb1cc34075084896c819b", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 127, "avg_line_length": 66.66666666666667, "alnum_prop": 0.82, "repo_name": "skorfmann/atom-graphql-toolkit", "id": "b8bf4d17240d71adf34ebfd72a8da26ae554d9ed", "size": "232"...
#ifndef _CHATHANDLERS_H_ #define _CHATHANDLERS_H_ /************* ** INCLUDES ** *************/ #include "chat.h" #include "chatSocket.h" /********** ** TYPES ** **********/ typedef struct ciServerMessageType { char * command; void (* handler)(CHAT chat, const ciServerMessage * message); } ciServerMessageType; t...
{ "content_hash": "69ea718a1e6f75b8fa1039428960333f", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 180, "avg_line_length": 40.75675675675676, "alnum_prop": 0.7572944297082228, "repo_name": "art567/GameSpy", "id": "af37c718cf087e72dad1967b79c4cd75c6a3dd32", "size": "3151"...
// "Add missing nested patterns" "true-preview" class Main { void foo(Object obj) { switch (obj) { case Point(double x/*blah blah blah*/, double y, double z) -> {} default -> {} } } record Point(double x, double y, double z) {} }
{ "content_hash": "f3a6c23c478480f70ad0df197d437ed6", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 70, "avg_line_length": 23.363636363636363, "alnum_prop": 0.5836575875486382, "repo_name": "JetBrains/intellij-community", "id": "99662b7a192c8360006348a90e1e1bc30e3009f8", ...
::RSpec::Matchers.define :have_public_method_defined do |value| match do |klass| klass.public_method_defined?(value.to_sym) end description do "should define public instance method ##{value.to_s}" end failure_message_for_should do |klass| "expected #{klass.inspect} to define public instance meth...
{ "content_hash": "98a20492b45a3834ad46c8f57a68041a", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 71, "avg_line_length": 28.05263157894737, "alnum_prop": 0.6885553470919324, "repo_name": "antw/montage", "id": "3065cafb843981466a383423530e4d56837134f4", "size": "533", ...
package question_001; public class Q014_Longest_Common_Prefix { public String longestCommonPrefix(String[] strs) { if(strs.length==0) return ""; String prefix = strs[0]; for(String s: strs){ while(s.indexOf(prefix)!=0){ prefix = prefix.substring(0, prefix.length...
{ "content_hash": "9b89a4b83663edde5dafee1d25ca90ee", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 64, "avg_line_length": 25.466666666666665, "alnum_prop": 0.5497382198952879, "repo_name": "stingchang/CS_Java", "id": "dffd89508ce6210524c75ef84cab1eb96912fad7", "size": "3...
module Ari class ConfigInfo < Model attr_reader :name, :default_language, :max_channels, :max_open_files, :max_load, :setid def max_load=(val) @max_load ||= double.new(val) end def setid=(val) @setid ||= SetId.new(val) end end end
{ "content_hash": "c1c695f8f805ce53b69af71a49a648a4", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 91, "avg_line_length": 17, "alnum_prop": 0.6029411764705882, "repo_name": "jgluhov/asterisk-ari", "id": "c36abd28f9d456cb4d748f2a819110c0341edc09", "size": "638", "binary...
<?php /** * Name: Event Create Action * Description: * This page is a system page used as the action page for event_create form. * Arguments: * $_POST['eventName'] - Name of the new event * $_POST['startDate'] - Start date of the event * $_POST['startTi...
{ "content_hash": "b5448d532471b749557b956714ffec42", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 158, "avg_line_length": 37.907407407407405, "alnum_prop": 0.5236932095749878, "repo_name": "zwmcfarland/MSEF", "id": "db664b4ec78786313390fc0f89e4bf20bb24c84d", "size": "20...
#ifndef PAGMO_ALGORITHM_IHS_H #define PAGMO_ALGORITHM_IHS_H #include <cstddef> #include <iostream> #include <string> #include "../config.h" #include "../population.h" #include "../serialization.h" #include "../types.h" #include "base.h" namespace pagmo { namespace algorithm { // TODO: automatic reshuffling when t...
{ "content_hash": "76efa11e6c383d58d4398ed223e49f5e", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 160, "avg_line_length": 38.18518518518518, "alnum_prop": 0.7219527966375687, "repo_name": "DailyActie/Surrogate-Model", "id": "6133b4d53a58915160af6f92b03d748c35ec6ec1", "s...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "45f64e8d5e2c67bbd6bfb8302c56142a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "e6178802c738bdd03fc1aa7306f503b32981a1ee", "size": "189...
''' Created on Jun 12, 2014 @author: James ''' import glob import os # a script that converts word file to txt files # requires word application on Windows machine # requirement: # 1. Windows platform # 2. python 2.7 # 3. pywin32, download from http://sourceforge.net/projects/pywin32/ # 4. word applicatio...
{ "content_hash": "6d7762dd67b2a02047dba4d2a8d229f4", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 72, "avg_line_length": 29.11578947368421, "alnum_prop": 0.6012292118582792, "repo_name": "jamesra/copycatcher", "id": "e698f137f715f092e01e7fe03e66eddcd37cff82", "size": "2...
package com.xivvic.args.util; import static org.junit.Assert.fail; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio...
{ "content_hash": "49cae187ab009505090bc6ed10e464a0", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 93, "avg_line_length": 19.652173913043477, "alnum_prop": 0.696165191740413, "repo_name": "crttcr/Args", "id": "6c205f1e6b5ca8623dd680b198f4b98910166f08", "size": "1356", ...
* Promise * Async
{ "content_hash": "06b997cb6f27effbbf0a7207039a03e4", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 9, "avg_line_length": 8.5, "alnum_prop": 0.7058823529411765, "repo_name": "alanwalter45/example-angular2", "id": "600cf577d3498c161a37013670e6acb090454ab6", "size": "26", ...
import { Pipe, PipeTransform } from '@angular/core'; import { BabelService } from '../services'; @Pipe({ name: 'babel', pure: false }) export class BabelPipe implements PipeTransform { constructor(private babel: BabelService) {} transform(value, args) { return this.babel.translate(value); ...
{ "content_hash": "58f314021528bab4deb67da25a904b87", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 52, "avg_line_length": 20.375, "alnum_prop": 0.6595092024539877, "repo_name": "zarautz/munoa", "id": "1ba951ce97852d6f5739832d4bb602d351dbf83b", "size": "326", "binary": ...
define("dojo/parser", [ "require", "./_base/kernel", "./_base/lang", "./_base/array", "./_base/config", "./dom", "./_base/window", "./_base/url", "./aspect", "./promise/all", "./date/stamp", "./Deferred", "./has", "./query", "./on", "./ready" ], function(require, dojo, dlang, darray, config, dom, dwindow, _Url, aspe...
{ "content_hash": "bfe5dd30f9f62d425f576537a0f63f8a", "timestamp": "", "source": "github", "line_count": 921, "max_line_length": 132, "avg_line_length": 38.33767643865364, "alnum_prop": 0.6448214336288198, "repo_name": "PATRIC3/p3_user", "id": "2c6a4cfb0e488621939aee36a96ee5b7d1ede07a", "size": "353...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>NodeJS - Testing express application with supertest and mocha &#8211; Sagar R Kothari</title> <link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com"> <link rel="dns-prefetch" hre...
{ "content_hash": "005a0020a5c7097d16f0083804eb6e61", "timestamp": "", "source": "github", "line_count": 419, "max_line_length": 335, "avg_line_length": 23.694510739856803, "alnum_prop": 0.5910556003223207, "repo_name": "SagarRKothari/SagarRKothari.github.io", "id": "4a2c3002f2bec3e6e4987876a390d907eb...
<?php namespace Garden\Cli; /** * Used to write a formatted table to the console. */ class Table { /// Properties /// /** * @var array An array of column widths. */ protected $columnWidths; /** * @var bool Whether or not to format the console commands. */ protected $format...
{ "content_hash": "545a05109d5221ab5dcd8d6b2f4c1f70", "timestamp": "", "source": "github", "line_count": 263, "max_line_length": 111, "avg_line_length": 26.950570342205324, "alnum_prop": 0.4885722347629797, "repo_name": "vanilla/garden-cli", "id": "33d7a1edff9e831bc4eb74b5ea6b1562a2a17b3f", "size": ...
package com.azure.resourcemanager.elasticsan.generated; import com.azure.core.util.BinaryData; import com.azure.resourcemanager.elasticsan.models.SourceCreationData; import com.azure.resourcemanager.elasticsan.models.VolumeCreateOption; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; publi...
{ "content_hash": "ca5a9a77f7ae5dc36f0e263a7a2e171f", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 103, "avg_line_length": 41.57142857142857, "alnum_prop": 0.7190721649484536, "repo_name": "Azure/azure-sdk-for-java", "id": "c8fd2a9228ac82f2f8c20f158270c56c5167ef25", "siz...
<!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>statsmodels.tsa.statespace.structural.UnobservedCom...
{ "content_hash": "db951f7653511e39ef3588dab52f11ed", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 376, "avg_line_length": 48.34969325153374, "alnum_prop": 0.6704732901916001, "repo_name": "statsmodels/statsmodels.github.io", "id": "898efcd99966612860630c24927b683efb9f999...
import React, { useMemo, useCallback } from 'react' import { Link } from '../../../lib/router' import styled from '../../../lib/styled/styled' import { borderBottom, uiTextColor, secondaryBackgroundColor, inputStyle } from '../../../lib/styled/styleFunctions' import cc from 'classcat' import { setTransferrableN...
{ "content_hash": "b39657c907928e6677418e5d096d9068", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 76, "avg_line_length": 24.925581395348836, "alnum_prop": 0.5734278783355103, "repo_name": "Sarah-Seo/Inpad", "id": "7748820a3cd8981b211d849e3e86ebb346988938", "size": "535...
import React from 'react'; import { Route, IndexRoute } from 'react-router'; import Layout from './components/Layout'; // Main Pages import IndexPage from './components/pages/IndexPage'; import LoginPage from './components/pages/LoginPage'; import RegistrationPage from './components/pages/RegistrationPage'; import Not...
{ "content_hash": "1f0694ae6010bf1ff78bf3152bd7709e", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 95, "avg_line_length": 54.75247524752475, "alnum_prop": 0.7833634719710669, "repo_name": "zdizzle6717/tree-machine-records", "id": "4532f846c3d9e9ed7b93d3cf261c12596582f335"...
require 'email_spec' # add this line if you use spork require 'email_spec/cucumber' require 'capybara-screenshot/cucumber' require "cgi" Capybara.javascript_driver = :webkit Capybara.save_and_open_page_path = 'tmp/screenshots' begin require 'database_cleaner' require 'database_cleaner/cucumber' DatabaseCleaner....
{ "content_hash": "ae98130d9d70fca6c3e1ee380fc894c4", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 102, "avg_line_length": 23.050505050505052, "alnum_prop": 0.6603856266432954, "repo_name": "greganswer/qwiznotes", "id": "7830babe35dfd309eb82af113b84e9a124aa31e8", "size":...
package org.springframework.boot.logging.logback; import java.io.File; import java.util.EnumSet; import java.util.List; import java.util.logging.Handler; import java.util.logging.LogManager; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.Logger; import ch.qos.logback.classic.LoggerContext; impor...
{ "content_hash": "f68b08d2b58632f5024f81f1afb276d8", "timestamp": "", "source": "github", "line_count": 603, "max_line_length": 95, "avg_line_length": 39.24875621890547, "alnum_prop": 0.7700595766256814, "repo_name": "kdvolder/spring-boot", "id": "d5de6d834ca32b4b3a4c72a416eb2ce55d8af2d4", "size": ...
<?php namespace C45\Calculator; /** * */ class GainRatioCalculator extends AbstractCalculator { public function calculateGainRatio(array $gain, array $splitInfo) { $gainRatio = []; foreach ($gain as $key => $value) { if ($splitInfo[$key] == 0) { $gainRatio[$key] ...
{ "content_hash": "f6110ddd16ae5cb82de777e9011e9ffe", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 69, "avg_line_length": 19.5, "alnum_prop": 0.5021367521367521, "repo_name": "juliardi/C45", "id": "6a6a87f1d653ff7aa7884c648831030e4caa8c62", "size": "468", "binary": fal...
'use strict'; /** * Module dependencies. */ var mongoose = require('mongoose'), errorHandler = require('./errors.server.controller'), FabricTransferRegister = mongoose.model('FabricTransferRegister'), _ = require('lodash'); /** * Create a Fabric transfer register */ exports.create = function(req, res) { var f...
{ "content_hash": "c0a2d0be30405d3193d97bf0747c9368", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 125, "avg_line_length": 24.252336448598133, "alnum_prop": 0.7048169556840077, "repo_name": "niranjan21/skt", "id": "876639138dbef041e7fcc93febc0dd893514ec76", "size": "259...
 #pragma once #include <aws/glacier/Glacier_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace Glacier { namespace Model { /** * <p>Describes th...
{ "content_hash": "6239aa944d436503511395e9ee450da2", "timestamp": "", "source": "github", "line_count": 335, "max_line_length": 146, "avg_line_length": 47.40298507462686, "alnum_prop": 0.6877833753148614, "repo_name": "JoyIfBam5/aws-sdk-cpp", "id": "ee971572fd7c2e0a56ca992e0b71616b0a8cddbd", "size"...
import React, { PropTypes } from 'react'; import { Link } from 'react-router'; import { connect } from 'react-redux'; class App extends React.Component { constructor(props){ super(props); this.state = { loggedIn: false }; this.BarLink = this.BarLink.bind(this); this.LoginSlashProfile = this...
{ "content_hash": "6aa75c4cf74a2fb0d35676a023e0228b", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 76, "avg_line_length": 24.756756756756758, "alnum_prop": 0.5420305676855895, "repo_name": "MouseZero/voting-app", "id": "de9361f9bcd8f945005692532333587c9637190f", "size": ...
title: "New Website!" date: 2014-09-11 update_date: 2014-09-13 07:16 excerpt: "What changed, and what I learned while making the switch." categories: - site - update --- First off, welcome to my new site. Where my old site was a hand-made page and slightly crummy, this one is built on top of [Jekyll](http://jek...
{ "content_hash": "6f44e83c3e8db955426a3849e4fdd955", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 562, "avg_line_length": 61.64052287581699, "alnum_prop": 0.7437175273035733, "repo_name": "WrinklyNinja/wrinklyninja.github.io", "id": "ea45e9653fd20b9818e8b910d3a36916355f5...
layout: resource title: Bulgaria --- <ul> <li>No resources added yet.</li> </ul> <p>Know any other resources? <a href="mailto:{{site.contact.email}}">Send us an email</a> or add links to this page with a <a href="https://github.com/codeeu/codeeu.github.io">Pull request on GitHub</a>!</p>
{ "content_hash": "14682668cec5fc909211d81be7eabe16", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 209, "avg_line_length": 33.44444444444444, "alnum_prop": 0.6710963455149501, "repo_name": "jemole/codeeu.github.io", "id": "f302c4f9d100d6f0e122291a30906b3130b1539b", "size"...
import React from 'react'; import Radium from 'radium'; import moment from 'moment'; import variables from './styles/variables'; import Div from './base/div'; import Img from './base/img'; import { H4 } from './base/hn'; @Radium export default class Comment extends React.Component { static propTypes = { avatar...
{ "content_hash": "e7e7b8080e92813c6ba4ae48ba4785f1", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 59, "avg_line_length": 24.761904761904763, "alnum_prop": 0.5615384615384615, "repo_name": "ButuzGOL/constructor", "id": "331d007a1431d647ff907f9a271b7b0f275f944a", "size": ...
var contexts = require('../lib/contexts.js'), assert = require('assert'); // Create container var container = contexts.createContainer(); assert.ok(container); // Get undefined context var context = container.getContext({ application: 'Accounting' }); assert.equal(context, null); // Create a...
{ "content_hash": "cc081fa34c8afd9299354d7064cfc985", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 87, "avg_line_length": 27.571428571428573, "alnum_prop": 0.6955958549222798, "repo_name": "ajlopez/SimplePermissions", "id": "aa459d4a550554b04ee461b8d4734ea2c7fff4a1", "si...
package api; import java.util.Random; public class AufgabeStringSilben { private Random rand = new Random(); private String[] arrayMitSilben = { "pro", "gi", "idre", "hier", "die", "ist", "un", "mit", "ein", "gen", "but", "neu", "von", "kon" };...
{ "content_hash": "511f247e0b3077a49d9afb31babdc85d", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 95, "avg_line_length": 35.517857142857146, "alnum_prop": 0.6666666666666666, "repo_name": "hemmerling/java-114014", "id": "0356827646bc4ab2e203bc15e3fba1163e67c844", "size"...
<?php require_once '../connDB.php'; $data = file_get_contents('php://input'); $comData = json_decode($data); $i=0; $queryS = 'UPDATE concepto SET empleo_sector = "'.$comData->empleo_sector.'", part_empleo_prov ="' .$comData->part_empleo_prov.'", dinamica_empleo ="'.$comData->dinamica_empleo.'",exportac...
{ "content_hash": "b2a2a902ea9c57cab56ffb631240b257", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 307, "avg_line_length": 48.916666666666664, "alnum_prop": 0.6890971039182283, "repo_name": "oixxio/gis-mProduccion", "id": "a623de937008e622f0aff8249246adf98d453c39", "size...
package org.apache.sysml.runtime.matrix.data; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import ...
{ "content_hash": "106d173c008bc1794f6a3d8da63c0f21", "timestamp": "", "source": "github", "line_count": 3609, "max_line_length": 186, "avg_line_length": 30.34912718204489, "alnum_prop": 0.6226239386469461, "repo_name": "iyounus/incubator-systemml", "id": "404f440af0d1a281dd633743e35db5094b647459", ...
<?php declare(strict_types=1); namespace Sonata\OrderBundle; use Sonata\CoreBundle\Form\FormHelper; use Sonata\OrderBundle\Form\Type\OrderStatusType; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\HttpKernel\Bundle\Bundle; class SonataOrderBundle extends Bundle { public func...
{ "content_hash": "04cc43751362e756531c6cf68e332439", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 64, "avg_line_length": 21.897435897435898, "alnum_prop": 0.6557377049180327, "repo_name": "sonata-project/ecommerce", "id": "2ac13a23cefd040952fd55d50c3e90af05b0311b", "siz...
<HTML><HEAD> <TITLE>Review for Guinevere (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0160338">Guinevere (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Harvey+S.+Karten">H...
{ "content_hash": "1da5b2796c1197d1fe48e9fe967ba66e", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 203, "avg_line_length": 56.05042016806723, "alnum_prop": 0.7715142428785607, "repo_name": "xianjunzhengbackup/code", "id": "520387af61a5c376d70cd55b945e6383b6690b96", "siz...
NS_HGE_BEGIN bool HGEDish::digestJSON(JSONValue& json) { return 0; } bool HGEDish::broadcastShake() { JSONValue json(vapidjson::kObjectType); json.AddMember(HGE_KEYTEXT_TASK, "shake"); json.AddMember(HGE_KEYTEXT_ARGS, true); this->produceJSON(json); return !0; } NS_HGE_END
{ "content_hash": "80b271eac62b689898060ccdcbfd20db", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 43, "avg_line_length": 15.31578947368421, "alnum_prop": 0.7079037800687286, "repo_name": "jcmoore/ggframework", "id": "a498ac6bed13ebbe6b5965d995c92a9f7113526e", "size": "4...
<?php declare(strict_types=1); namespace ApiClients\Client\Travis\Resource\Async; use ApiClients\Client\Travis\Resource\EmptyJob as BaseEmptyJob; class EmptyJob extends BaseEmptyJob { }
{ "content_hash": "86b12b6aa1dce36e485fada49f8e2bb5", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 63, "avg_line_length": 21, "alnum_prop": 0.8095238095238095, "repo_name": "php-api-clients/travis", "id": "7c18498fb822e66e3bbf5a8902e624d1a500a27d", "size": "189", "binar...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coalgebras: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
{ "content_hash": "ce57b2f1a9cab4e6a142986a78165bf5", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 395, "avg_line_length": 44.396341463414636, "alnum_prop": 0.5598132124708145, "repo_name": "coq-bench/coq-bench.github.io", "id": "08b5fd9182d0136d865778f3c7ce761c793e6b8b",...
(function () { 'use strict'; // Feats controller angular .module('feats') .controller('FeatsController', FeatsController); FeatsController.$inject = ['$scope', '$state', '$window', 'Authentication', 'featResolve', 'FeatsService', 'RulebooksService', 'FeatcategoriesService' ,'GameversionsService',]; ...
{ "content_hash": "86f6ee1116dac6a5d4533ef25e96546c", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 178, "avg_line_length": 27.07017543859649, "alnum_prop": 0.559300064808814, "repo_name": "atadsp/d20cp", "id": "69c7f53cb4973e144706fec387bc7961356a77b6", "size": "3086", ...
/* * 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": "0f8735b46062ab3d922c2e9034a874fd", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 182, "avg_line_length": 33.08064516129032, "alnum_prop": 0.7339509182512596, "repo_name": "googleapis/google-api-java-client-services", "id": "16f3da41d71138ad999a7998ba253e...
layout: page title: "Michelle Renee Walker" comments: true description: "blanks" keywords: "Michelle Renee Walker,CU,Boulder" --- <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="https://dl.dropboxusercontent.com/s/pc42nxpaw1ea4o9/highcharts.js?dl=0"></script...
{ "content_hash": "1206e6b00d675efe07a1b641ad7dbca9", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 101, "avg_line_length": 26.714285714285715, "alnum_prop": 0.696969696969697, "repo_name": "nikhilrajaram/nikhilrajaram.github.io", "id": "f6fb1bcefdc3c05f0b441b4a4a1e499ed5ff...
/** * Autogenerated by Thrift Compiler (0.9.1) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.airavata.model.workspace.experiment; import java.util.Map; import java.util.HashMap; import org.apache.thrift.TEnum; @SuppressWarnings("all") public enum Data...
{ "content_hash": "dabe185406e3c5f3df4621e619543daa", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 82, "avg_line_length": 19.482142857142858, "alnum_prop": 0.6241979835013749, "repo_name": "glahiru/airavata", "id": "8cd6a02ac4b2aca521483e881361de65fc08c5d3", "size": "189...
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <solid android:color="@color/pj_white" /> <stroke android:width="1dp" android:color="@android:color/black" /> </shape>
{ "content_hash": "55c4387e2d2a608b9cd3109a602db58a", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 67, "avg_line_length": 25.2, "alnum_prop": 0.6309523809523809, "repo_name": "polljoy/polljoy-android", "id": "48f8d18c8bc01a26fad96580ec8458d779171f20", "size": "252", "b...
namespace blink { // We inject a fake task runner in multiple tests, to avoid actually posting // tasks cross-thread whilst still being able to know if they have been posted. class FakeTaskRunner : public base::SingleThreadTaskRunner { public: FakeTaskRunner() : task_posted_(false) {} bool PostNonNestableDelayed...
{ "content_hash": "a06a44dd5884f92f088d3df3d10010b0", "timestamp": "", "source": "github", "line_count": 353, "max_line_length": 80, "avg_line_length": 42.90934844192635, "alnum_prop": 0.7116920842411039, "repo_name": "scheib/chromium", "id": "4cacbdda3ce9121496d65609087aeecd283b5e5a", "size": "1628...
namespace Esfa.Vacancy.Application.Commands.CreateApprenticeship { public interface IWageTextFormatter { string GetWageText(CreateApprenticeshipRequest request); } }
{ "content_hash": "9e044995e490f96aecafa0448700319f", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 65, "avg_line_length": 26.571428571428573, "alnum_prop": 0.7688172043010753, "repo_name": "SkillsFundingAgency/vacancy-register-api", "id": "f0e7c40c981de42f8b26d18658d4dcc9d0...
//----------------------------------------------------------------------------- // Copyright (c) 2012 GarageGames, LLC // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restrictio...
{ "content_hash": "b2dc34c37af8b8671b9e360333169f55", "timestamp": "", "source": "github", "line_count": 1747, "max_line_length": 220, "avg_line_length": 33.593016599885516, "alnum_prop": 0.6374665598854943, "repo_name": "Azaezel/Torque3D", "id": "4054554f02fe2e1af5a84b314e11991a38e6aca0", "size": "...
using ICSharpCode.NRefactory.TypeSystem; using ICSharpCode.NRefactory.TypeSystem.Implementation; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Bridge.Contract { public class TypeComparer { sealed class NormalizeTypeVisitor...
{ "content_hash": "e65ef945ba166b54cf5d5a5d301a804c", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 95, "avg_line_length": 30.4, "alnum_prop": 0.5986842105263158, "repo_name": "AndreyZM/Bridge", "id": "0a21f50aa277bad2fd214e114ec29be5ae66f138", "size": "1370", "binary":...
namespace GitVersion { using System; public abstract class BuildServerBase : IBuildServer { public abstract bool CanApplyToCurrentContext(); public abstract string GenerateSetVersionMessage(VersionVariables variables); public abstract string[] GenerateSetParameterMessage(string nam...
{ "content_hash": "b2d5aa1a57d569fe348510b1c5394cdc", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 104, "avg_line_length": 30.523809523809526, "alnum_prop": 0.6053042121684867, "repo_name": "dpurge/GitVersion", "id": "7efe632eb1954d32f6d97a1f02580d8916aa4903", "size": "1...
#ifndef MACRO_H #define MACRO_H #define DEFINED_STR "defined" /*#define EVAL_DEBUG*/ typedef struct { where where; char *nam, *val; enum { MACRO, FUNC, VARIADIC } type; char **args; int blue; /* being evaluated? */ int use_cnt; /* track usage for double-eval */ int use_dump; /* for -dS */ int include_depth; }...
{ "content_hash": "a437b7590b3f8b292a11eddbd7833509", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 66, "avg_line_length": 21.736842105263158, "alnum_prop": 0.6779661016949152, "repo_name": "8l/ucc-c-compiler", "id": "d2a2fd08c71b7dca11294fc7e35726abca9539c7", "size": "82...
div.olMap { z-index: 0; padding: 0px!important; margin: 0px!important; cursor: default; } div.olMapViewport { text-align: left; } div.olLayerDiv { -moz-user-select: none; } .olLayerGoogleCopyright { left: 2px; bottom: 2px; } .olLayerGooglePoweredBy { left: 2px; bottom: 15px; }...
{ "content_hash": "08baa4d938e989f94b157b526977c4f6", "timestamp": "", "source": "github", "line_count": 343, "max_line_length": 67, "avg_line_length": 20.79008746355685, "alnum_prop": 0.6975178796802692, "repo_name": "Piskvor/staticMapLiteExt", "id": "c9cf5b89338c7ba74b9d67e7e7bcd9f321b83a59", "siz...
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe PorpoiseExternalActions::Model do it 'should normalize the base path' do subject.stub(:movement_id).and_return('controlshift') subject.normalized_base_path('foo').should == "api/movements/controlshift/foo/" end end
{ "content_hash": "e2ee63cf86d74d4c0d18956515fb16b2", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 83, "avg_line_length": 27.727272727272727, "alnum_prop": 0.7311475409836066, "repo_name": "controlshift/porpoise_external_actions", "id": "076f74e89e64efbfcfeaf7ad5186bef6994...
package ua.com.fielden.platform.example.dynamiccriteria; import static ua.com.fielden.platform.entity.query.fluent.EntityQueryUtils.fetch; import ua.com.fielden.platform.security.provider.IUserController; import ua.com.fielden.platform.security.user.IUserDao; import ua.com.fielden.platform.security.user.User; import ...
{ "content_hash": "42e8fa1f31785b6a32b60f0227b66fb9", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 109, "avg_line_length": 30.115384615384617, "alnum_prop": 0.7611749680715197, "repo_name": "fieldenms/tg", "id": "37a79a1f99bd636ae80ad3ae7f64f30b9cf23b7e", "size": "783", ...
import sys, csv, time from datetime import datetime from cassandra.cluster import Cluster, Session, ResultSet from cassandra.concurrent import execute_concurrent def load_tag(tag_file: str) -> []: """ 从标签文件载入标签ID :param tag_file: 标签文件 :return: 标签ID列表 """ tag_list = [] with open(tag_file, ...
{ "content_hash": "1e765074a4957d84ba0b3cac0e950a7f", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 84, "avg_line_length": 26.833333333333332, "alnum_prop": 0.5687666370896185, "repo_name": "hnlaomie/python-tools", "id": "c8c33c446ef11e49ca7cc318c853f93a4ddc9f51", "size":...
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> ...
{ "content_hash": "eaf989188d0851e802507cb419373a04", "timestamp": "", "source": "github", "line_count": 240, "max_line_length": 562, "avg_line_length": 40.1625, "alnum_prop": 0.5731922398589065, "repo_name": "kuhlenh/port-to-core", "id": "dcafa2e28470b851df2bb0eabedab902489ca810", "size": "9639", ...
using System; namespace StringlyTyped { internal class StringlyTypeConverter<T> : InternalInterfacesTypeConverter<T> { private readonly Type _targetType = typeof(T); private T _instance; private Stringly _stringly; protected override void OnInstantiation(T instance) { ...
{ "content_hash": "b08286bf72b6143560f456da1f54566c", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 130, "avg_line_length": 27, "alnum_prop": 0.580952380952381, "repo_name": "mission202/Stringly.Typed", "id": "a35925e2b1cb40ff7410b3347f9bd41fb2483a02", "size": "945", "b...
class PositiveNumberFormatValidator < ActiveModel::EachValidator def validate_each(record, attribute, value) return if value.blank? if options[:string] unless value =~ /^([0-9]+|\-[0-9]+)$/ record.errors.add(attribute, (options[:message] || :not_a_number)) return end end va...
{ "content_hash": "f0df06113f7b4cb6f842c06c83782ccc", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 82, "avg_line_length": 31.833333333333332, "alnum_prop": 0.62478184991274, "repo_name": "machikoe/palette_rails_validators", "id": "6863d99e66446007bf09d3b26382e07765c0f8be",...
from nca47.db import api as db_api from nca47.db.sqlalchemy.models import GslbZoneInfo from nca47.objects import base from nca47.objects import fields as object_fields from nca47.common.exception import HaveSameObject from nca47.common.exception import IsNotExistError class GslbZone(base.Nca47Object): VERSION = '...
{ "content_hash": "6b18610c3a02733b0fed8c1b8944b6ce", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 75, "avg_line_length": 35.68292682926829, "alnum_prop": 0.6151742993848257, "repo_name": "WosunOO/nca_xianshu", "id": "3afc7bb5653af4f5b2d2d0a0049006612e90137a", "size": "2...
@protocol BasicClientDelegate <NSObject> - (void)didReceiveStatusUpdateMessage:(NSString *)message; @end @interface BasicClient : NSObject @property (nonatomic, strong) NSObject<BasicClientDelegate> *delegate; + (BasicClient *)sharedInstance; - (void)sendHelloMessage; @end
{ "content_hash": "c087cd1cb4d19bfec0a172466bb4244e", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 70, "avg_line_length": 18.733333333333334, "alnum_prop": 0.7829181494661922, "repo_name": "Vovkasquid/compassApp", "id": "89d9e4699a01e1f087cfc108ef2d1743ff4efe6e", "size":...
FROM balenalib/apalis-imx6-debian:sid-build ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --batch --keyserver h...
{ "content_hash": "b631bad49b56b1cf7b971e65795596c8", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 690, "avg_line_length": 67.29268292682927, "alnum_prop": 0.708590068865531, "repo_name": "nghiant2710/base-images", "id": "4b854d0ed3a2282c25792d87537d77dd43d76b86", "size"...