text
stringlengths
2
1.04M
meta
dict
body { font: 14pt helvetica; width: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0; height: 100%; width: 100%;} #cytoscape, #cytoscape2 { border: 1px solid #888; height: 450px; background: #fff; width: 600px; max-width: 100%; max-height: 50%; } #commands { z-index: 2; position: absolute; right: 0; top: 0; ...
{ "content_hash": "c7c9f9105ee509d5d83bc6e56472de99", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 213, "avg_line_length": 79.6842105263158, "alnum_prop": 0.6723910171730515, "repo_name": "rlugojr/cytoscape.js", "id": "f1c81a0cfbdfc64b25fb04e364a67b233165263d", "size": "...
#pragma once #include "ofxObject.h" class ofxRectangleObject : public ofxObject { public: ofxRectangleObject(float iW, float iH); ~ofxRectangleObject(); void render(); void setCentered(bool iB); public: ofVec2f dimensions; bool isCentered; bool isFilled; float...
{ "content_hash": "d9b78dcc2cf855d6d79ee0518992a967", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 43, "avg_line_length": 15.695652173913043, "alnum_prop": 0.6260387811634349, "repo_name": "sosolimited/ofxSoso", "id": "5024b45e2c417a1152b81bda9bad53c74ce8368e", "size": "...
<?php session_start(); ?> <!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>Material Login Form</title> <link rel="stylesheet" href="css/reset.css"> <link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900|RobotoDraft:400,100,300,500,700,...
{ "content_hash": "586c4f6f87c0718e535eb17ff4d364ad", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 149, "avg_line_length": 32.53333333333333, "alnum_prop": 0.5594262295081968, "repo_name": "rycara/ite-220-", "id": "095dfcaafa31f449c89112af4dc2cb134612fd00", "size": "1464...
class GURL; namespace base { class FilePath; class Value; } // namespace base namespace google_apis { class AppList; class AppResource; class ChangeList; class ChangeResource; class DriveAppIcon; class FileList; class FileResource; class ResourceEntry; class ResourceList; } // namespace google_apis namespace drive...
{ "content_hash": "3c5a99b5354cabaf3375e24a58796440", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 79, "avg_line_length": 38.06194690265487, "alnum_prop": 0.7626133457335503, "repo_name": "boundarydevices/android_external_chromium_org", "id": "a57432011d678e98eb5b9bf132c2...
<?php // System restore ... from raspi-config // Includes $base_URI = substr($_SERVER['SCRIPT_FILENAME'],0,strpos(substr($_SERVER['SCRIPT_FILENAME'],1),"/")+1); include_once $base_URI.'/www/smartcan/www/conf/config.php'; // Connect DB $DB = mysqli_connect(mysqli_HOST, mysqli_LOGIN, mysqli_PWD); mysqli_set_charset($DB...
{ "content_hash": "b8a02376f5f7587def874b93553ded64", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 138, "avg_line_length": 34.785714285714285, "alnum_prop": 0.6180698151950719, "repo_name": "theonlyzby/SmartCAN", "id": "932a5824ac25b833ab8f0b688b47674e697fa4ac", "size": ...
<hr /> ### Intro <a id="intro"></a> ### This is a simple skill that you can use to introduce an Alexa talk or training session. Just say "Alexa, start our talk". Back to the [Workshop Folder](../README.md#title) - [Cookbook Home Page](../../README.md#title)
{ "content_hash": "9973c548901d037eeb5e72d007b95f16", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 126, "avg_line_length": 29.333333333333332, "alnum_prop": 0.6628787878787878, "repo_name": "tcardona/PSEG-Alexa-Project", "id": "d0731cbcac3c9e9b0981322713509165762e074a", "...
package org.camunda.bpm.engine.impl.form.validator; /** * @author Daniel Meyer * */ public class MaxLengthValidator extends AbstractTextValueValidator { protected boolean validate(String submittedValue, String configuration) { Integer maxLength = null; try { maxLength = Integer.parseInt(configurat...
{ "content_hash": "82348d27efb6a264f31a03af9bd48be6", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 162, "avg_line_length": 30.954545454545453, "alnum_prop": 0.73568281938326, "repo_name": "ingorichtsmeier/camunda-bpm-platform", "id": "680a6932663146e88df3fc9f7166f4742f0231...
@extends('layouts.main') @section('title', 'Editar') @section('content') <div class="container"> <div class="row"> </div> </div> @endsection
{ "content_hash": "a1d6988d75d32bb0fdda391b4dd9bb5c", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 27, "avg_line_length": 16.666666666666668, "alnum_prop": 0.6266666666666667, "repo_name": "alphabraga/nay", "id": "610ffdf1212c5fb81401b60af95c69ebe9b8a7cc", "size": "150", ...
using Newtonsoft.Json.Linq; using System.Linq; namespace EDDiscovery.EliteDangerous.JournalEvents { // When written: when the ‘reboot repair’ function is used // Parameters: //• Modules: JSON array of names of modules repaired public class JournalRebootRepair : JournalEntry { public JournalReb...
{ "content_hash": "b31d88097aa30439d93bf2f4d17c9728", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 114, "avg_line_length": 30, "alnum_prop": 0.6722222222222223, "repo_name": "vendolis/EDDiscovery", "id": "a8ce21c19e199fe4ac0173285b8531290fdbcb0e", "size": "728", "binar...
import Spotify from 'spotify-web-api-js'; export default class ActionFactory { static buildPendingActionCreator(pendingConstant){ return () => { return { type: pendingConstant, data: {} } } } static buildSuccessActionCreator(successConstant){ return (data) => { retur...
{ "content_hash": "73311cc46ba4c256a985e857af99794c", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 96, "avg_line_length": 31.470588235294116, "alnum_prop": 0.6523364485981309, "repo_name": "matiasgarcia/tubify", "id": "eb8c8b98f22be4ba5bcbcfc46c11fffbf0dc3fff", "size": "...
id: concepts-clients title: Pulsar Clients sidebar_label: "Clients" original_id: concepts-clients --- Pulsar exposes a client API with language bindings for [Java](client-libraries-java.md), [Go](client-libraries-go.md), [Python](client-libraries-python.md) and [C++](client-libraries-cpp). The client API optimizes an...
{ "content_hash": "33dc13896ecd5873b3f32fa207d43cb0", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 806, "avg_line_length": 65.14893617021276, "alnum_prop": 0.7882103200522534, "repo_name": "yahoo/pulsar", "id": "88fe80b8c6381aed6bfa6cd155ad952f283bf8a3", "size": "6128", ...
package com.cloudant.sync.notifications; /** * <p>Event for database closed</p> * * <p>This event is posted by {@link com.cloudant.sync.datastore.Datastore#close()}</p> */ public class DatabaseClosed extends DatabaseModified { /** * <p>Event for database closed</p> * * @param dbName * ...
{ "content_hash": "91567a0a3627336b86bab5ce92d3f0cb", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 87, "avg_line_length": 21.523809523809526, "alnum_prop": 0.6238938053097345, "repo_name": "akhilesh0707/sync-android", "id": "7dd04297c646f1b3c176c6483dff75de62df193b", "si...
#import "ANDeviceInfoService.h" #import "ANFirmwareRevisionCharacteristic.h" #import "ANModelCharacteristic.h" #import "ANSerialNumberCharacteristic.h" #import "ANHardwareRevisionCharacteristic.h" #import "ANSoftwareRevisionCharacteristic.h" #import "ANManufacturerCharacteristic.h" @implementation ANDeviceInfoServi...
{ "content_hash": "0ef99ba6831345f8e5343dd4764ae908", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 127, "avg_line_length": 37.385416666666664, "alnum_prop": 0.722485371969908, "repo_name": "AngelSensor/angel-sdk", "id": "15cb957fa7dcfcf422f6b85076b34b43e7371fb1", "size":...
// Copyright 2000-2019 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.psi; import com.intellij.lang.injection.InjectedLanguageManager; import com.intellij.openapi.util.Segment; import com.intellij.openapi.util.TextRange; import...
{ "content_hash": "fe9f4dd89c6642e4aa85a99ae07c75a1", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 169, "avg_line_length": 35.226190476190474, "alnum_prop": 0.739438999662048, "repo_name": "consulo/consulo", "id": "dca54d03524cb71d753d96ecea7c721697ef6f8b", "size": "2959...
var del = require('del'); // config var config = require('../../config/styles'); /** * Delete all CSS and SourceMap * files within the built theme's * asset directory * */ module.exports = function (done) { del(config.paths.clean, { force: true }) .then(function () { done(); }); };
{ "content_hash": "f7600cd2a7f221ba4dd895e251a94f11", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 44, "avg_line_length": 19.25, "alnum_prop": 0.5909090909090909, "repo_name": "nisshin-printing/ym--satellite", "id": "8c33c2c060ae3fab4fe130da40b3b4775a695c55", "size": "30...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package keyline.domodel; /** * * @author KMY */ public class NotionModel { }
{ "content_hash": "60169a0ec5288facc5a10d9d6f5aa86a", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 79, "avg_line_length": 19.071428571428573, "alnum_prop": 0.7078651685393258, "repo_name": "kmycode/Keyline", "id": "60a984eaeab27b3d5288f0c3d9f6e2749a945405", "size": "267"...
<!DOCTYPE html> <html> <head> <title>Cultural Blog | Week 5</title> <link rel="stylesheet" type="text/css" href="stylesheets/technical_blog.css"> </head> <body> <div class="header"> <div class="wrapper"> <h1 class="page-title">Tech Bits</h1> </div> </div> <div class="wrapper"> <div class="side...
{ "content_hash": "82dfc93807a44109eaed21590a513400", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 825, "avg_line_length": 73.03921568627452, "alnum_prop": 0.7060402684563758, "repo_name": "patrickreynolds/patrickreynolds.github.io", "id": "a1b9f81d8ea980312295926a362fafce...
@implementation HBModel -(instancetype)init{ if (self = [super init]) { self.lines = [NSMutableArray new]; } return self; } + (NSDictionary *)objectClassInArray { return @{@"lines": [HBDrawModel class]}; } @end
{ "content_hash": "3f2454bab4c8e985a88fee5288866061", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 44, "avg_line_length": 16.928571428571427, "alnum_prop": 0.6244725738396625, "repo_name": "FengDeng/DrawingBoard", "id": "5e644b1327b929ff66d911a0af2b460cba10f4c7", "size":...
#region S# License #endregion S# License namespace StockSharp.BitStamp.Native { using Newtonsoft.Json; class Balance { [JsonProperty("usd_balance")] public double UsdBalance { get; set; } [JsonProperty("btc_balance")] public double BtcBalance { get; set; } [JsonProperty("usd_reserved")] public doubl...
{ "content_hash": "9c09bd658c84ee6fbccda96cd09eaae7", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 42, "avg_line_length": 20.741935483870968, "alnum_prop": 0.6889580093312597, "repo_name": "Shadance/StockSharp", "id": "c59e99d054324270c0d1f37a1a50eb1e311c68e1", "size": "...
+++ author = "Charley Mann" categories = ["Community"] tags = ["Camundacon"] title = "CamundaCon 2019 - AXA and viadee: Transformation from a self-built process engine" date = "2019-08-01T12:00:00+04:00" +++ Niko Vogel, Manager IT-BPM and Product Owner AXA Konzern AG; and Matthias Schulte, Senior Consultant - Compete...
{ "content_hash": "849b4f9be6366b0e73717ac281b55e74", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 614, "avg_line_length": 77.76785714285714, "alnum_prop": 0.7839265212399541, "repo_name": "camunda/blog.camunda.org", "id": "69048c3cd0a7e98abb23b04f620eb78dfc8ee6fc", "siz...
import sys from typing import cast, Iterable, List, Tuple, TYPE_CHECKING, Union from pyspark import since, SparkContext from pyspark.sql.column import _to_seq, _to_java_column from py4j.java_gateway import JavaObject if TYPE_CHECKING: from pyspark.sql._typing import ColumnOrName, ColumnOrName_ __all__ = ["Windo...
{ "content_hash": "f25773aac43e6d8774d2f95ab258e606", "timestamp": "", "source": "github", "line_count": 365, "max_line_length": 100, "avg_line_length": 38.03013698630137, "alnum_prop": 0.5881420646927454, "repo_name": "WeichenXu123/spark", "id": "7bb59f362898c19929f158fa629933e486b5f985", "size": "...
typedef size_t __swift_size_t; #else typedef __SIZE_TYPE__ __swift_size_t; #endif // This selects the signed equivalent of the unsigned type chosen for size_t. typedef __typeof__(_Generic((__swift_size_t)0, \ unsigned long long int : (long long int)0, ...
{ "content_hash": "2268ad77c0b4a64e154ed637e06d7382", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 80, "avg_line_length": 49.214285714285715, "alnum_prop": 0.4397677793904209, "repo_name": "brentdax/swift", "id": "eb7df543bcacc748279baba1dbbf2a381366092f", "size": "1790"...
package null import ( "encoding/json" "math" "reflect" "strconv" "testing" "github.com/google/go-cmp/cmp" "github.com/mailru/easyjson" "github.com/mailru/easyjson/jlexer" ) var ( floatJSON = []byte(`1.2345`) floatJSONString = []byte(`"1.2345"`) floatBlankJSON = []byte(`""`) nullFloatJS...
{ "content_hash": "6c92caaff933be0447b79e1ba931f6f0", "timestamp": "", "source": "github", "line_count": 353, "max_line_length": 128, "avg_line_length": 22.98583569405099, "alnum_prop": 0.626694601922603, "repo_name": "unravelin/null", "id": "e6f3115cda8f963de13a8b32cb56bd81be82cf6c", "size": "8120"...
/* * Copyright (C) 2004, * * Arjuna Technologies Ltd, * Newcastle upon Tyne, * Tyne and Wear, * UK. * * $Id: xidcheck.java 2342 2006-03-30 13:06:17Z $ */ package com.hp.mwtests.ts.jta.jts.recovery; import static org.junit.Assert.assertTrue; import org.junit.Test; import com.arjuna.ats.arjuna.common.Uid...
{ "content_hash": "f2cfd8c12541d9bab633c3642826a028", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 82, "avg_line_length": 22.764705882352942, "alnum_prop": 0.6976744186046512, "repo_name": "nmcl/scratch", "id": "bc2b1c227719eb12009b1feb9a44ffc47fa8fd61", "size": "1759", ...
<?php /** * The Zend_Service_SlideShare_SlideShow class represents a slide show on the * slideshare.net servers. * * @category Zend * @package Zend_Service * @subpackage SlideShare * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend....
{ "content_hash": "88cd88484272d96249c9f734f3056bbf", "timestamp": "", "source": "github", "line_count": 418, "max_line_length": 87, "avg_line_length": 22.66267942583732, "alnum_prop": 0.5790140399028819, "repo_name": "linkorb/ZendFramework-1.10.8-minimal-patched", "id": "1b513fe34aa9706d480e9487a6c46...
layout: docs title: Extras permalink: /docs/extras/ --- There are a number of (optional) extra features that Jekyll supports that you may want to install, depending on how you plan to use Jekyll. ## Math Support Kramdown comes with optional support for LaTeX to PNG rendering via [MathJax](http://www.mathjax.org/) wi...
{ "content_hash": "3baf50f97e6e599347ca2742d8af65b3", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 402, "avg_line_length": 58.80952380952381, "alnum_prop": 0.7829959514170041, "repo_name": "princeofdarkness76/jekyll", "id": "24bcafa148a1fbda459e89df4bf3bcaa8a7105fd", "si...
Classes ======= .. toctree:: Spectrum, Spectra, and ObsBlocks <spectrum> SpectroscopicCube and its supporting functions <cubes>
{ "content_hash": "ac0e03491a81d70a1699a25ba319b9a3", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 59, "avg_line_length": 23.166666666666668, "alnum_prop": 0.6906474820143885, "repo_name": "keflavich/pyspeckit", "id": "6976bbf302d698d1f835feef5c57e856fdd489de", "size": "1...
import re from subprocess import Popen, PIPE import sys # Super hacky but easier to do than calling Keystone and Heat's APIs process = Popen(('heat', 'stack-show', 'overcloud'), stdout=PIPE, stderr=PIPE) output = process.stdout.read() # If we're in a HA mode (i.e. more than one controller), make sure the # NtpServer...
{ "content_hash": "475d6729045c97a122f22b7595948181", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 97, "avg_line_length": 42.86363636363637, "alnum_prop": 0.6744432661717922, "repo_name": "coolsvap/clapper", "id": "e092d7108d0382202b9146167e8c82d975540eb6", "size": "943"...
package org.drools.chance.rule.constraint.core.connectives.impl; public enum LogicConnectives { AND, OR, MINUS, XOR, EQ, NOT, IMPL }
{ "content_hash": "dfa44a9eb7214d1866c73dda1416f5a1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 64, "avg_line_length": 12.615384615384615, "alnum_prop": 0.6280487804878049, "repo_name": "sotty/drools-chance", "id": "6fcedf5e5ae88571c8719cb155faaad623fdff9b", "size": "...
module Attune module Model # List of ids in ranked order. If an error occurs, returns message and status code. # # @attr [String] message Error message if ranking failed # @attr [String] cell Cell assignment # @attr [Array<String>] ranking List of ids in ranked order # @attr [Integer] status H...
{ "content_hash": "9af117ae59ec18a835078a1e811f83ac", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 87, "avg_line_length": 26.661290322580644, "alnum_prop": 0.5910465819721719, "repo_name": "attune-api/attune-ruby", "id": "1c2ee7c84d8e7d45594f99e6bcec68b86a3b3c42", "size"...
package org.apache.pulsar.broker.service; import java.util.UUID; import java.util.concurrent.TimeUnit; import lombok.Cleanup; import org.apache.pulsar.broker.ServiceConfiguration; import org.apache.pulsar.client.api.Consumer; import org.apache.pulsar.client.api.Message; import org.apache.pulsar.client.api.Producer; i...
{ "content_hash": "49aed3fca1daab8cf30fc733b11b1a54", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 69, "avg_line_length": 31.308823529411764, "alnum_prop": 0.6420854861437294, "repo_name": "massakam/pulsar", "id": "03d479aa6808566d6ba6fdd0038579ed535852fe", "size": "2936...
package com.itpkg.core.tasks; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; /** * Created by flamen on 15-7-28. */ @Component("core.siteMapJob") @Slf4j public c...
{ "content_hash": "753408bb2941cbbc26ca6d772704e303", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 59, "avg_line_length": 22.346153846153847, "alnum_prop": 0.6557659208261618, "repo_name": "chonglou/itpkg", "id": "5d13419ba20db79c57ebd3416e75237ca54ab202", "size": "581",...
local http_handle = require('resty.shcache') -- perf local setmetatable = setmetatable local Shcache = {} function Shcache:new() local instance = { } setmetatable(instance, Shcache) return instance end return Shcache
{ "content_hash": "79a8bc5a1d2ea03ec737c4250eeec54c", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 44, "avg_line_length": 14.933333333333334, "alnum_prop": 0.7455357142857143, "repo_name": "idevz/vanilla", "id": "443803846e56c8c58ab3676a7f0736ad433a6fa9", "size": "282", ...
<?php namespace EasyBib\Tests; use Silex\WebTestCase; use Symfony\Component\HttpKernel\HttpKernel; /** * Class AppTest * * @see http://silex.sensiolabs.org/doc/testing.html */ class AppTest extends WebTestCase { public function testHelloWorld() { $client = $this->createClient(); $client->...
{ "content_hash": "0d1eb9a71e6f896efb58877b82962222", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 83, "avg_line_length": 19.914285714285715, "alnum_prop": 0.6097560975609756, "repo_name": "dazz/prototype-silex-angularjs", "id": "4c013661d4e22d3ff16218676f1be9c449ebe288", ...
license: > 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 "L...
{ "content_hash": "6343a5fb907003acce354751b9310a7b", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 142, "avg_line_length": 30.92982456140351, "alnum_prop": 0.4658725657024012, "repo_name": "mallzee/cordova-docs", "id": "24c9d86db2a80b490c3ce09f4c55d72c0b15927e", "size":...
package pablosaraiva.gotobed.model; import java.util.Date; import pablosaraiva.gotobed.annotations.DoNotSave; import pablosaraiva.gotobed.annotations.Sleeper; import pablosaraiva.gotobed.annotations.SleeperId; @Sleeper public class Kid { @SleeperId private long myid; private String name; private Dat...
{ "content_hash": "a2096432a092db1a159dd65c3112956d", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 67, "avg_line_length": 19.17391304347826, "alnum_prop": 0.6349206349206349, "repo_name": "pablosaraiva/GoToBed", "id": "6a3cb60734ea0ced27535112fbe97222764650df", "size": "...
**I will be away for 5 months, starting May. v2 should be the preferred stable release to use. Master has some new changes for SVG that haven't yet endured the test of time, bug reports are appreciated.** Minify is a minifier package written in [Go][1]. It has build-in HTML5, CSS3, JS, JSON, SVG and XML minifiers and ...
{ "content_hash": "580575519b58485ffe452709c3002be6", "timestamp": "", "source": "github", "line_count": 534, "max_line_length": 796, "avg_line_length": 41.96816479400749, "alnum_prop": 0.7245549060729106, "repo_name": "tjcunliffe/hoverfly", "id": "2ef1321f4ea1a4bc06df26d141105b2249fe212c", "size": ...
""" Provides BaseConfig - a class that makes a config file act like a dictionary myconf = BaseConfig("myfile.ini") val = myconf["mysection"]["mykey"] for each value you read, it tries to return int, failing this float, failing this returns bool for special string values 'true' / 'false' (case insensitive test...
{ "content_hash": "cf14ec84a8a8bcae762e23f64aa9b2e0", "timestamp": "", "source": "github", "line_count": 404, "max_line_length": 109, "avg_line_length": 32.40841584158416, "alnum_prop": 0.551210570533873, "repo_name": "cedadev/mistamover", "id": "5c5be2e06126c7ede167ec26ca7eadce8cf08b22", "size": "1...
// If you would like IE 8 support, include the polyfill here: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Compatibility /** * Adds a speech bubble above or below the specified element. * @param {HTMLElement} targetElement - Element that the speech bubble points to * if targetEle...
{ "content_hash": "6607e4dbd0c2e7f4936d0c284b6a5b0d", "timestamp": "", "source": "github", "line_count": 275, "max_line_length": 154, "avg_line_length": 33.31272727272727, "alnum_prop": 0.6565877087654186, "repo_name": "MDTech-us-MAN/SpeechBubble.js", "id": "f509e9e14c409678895b5a2ca2ea3d7b133b45b8", ...
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser; /** * Contains all of the command line switches that are specific to the chrome/ * portion of Chromium on Android....
{ "content_hash": "60d39de7ec30231642a55862e874176e", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 99, "avg_line_length": 42.51020408163265, "alnum_prop": 0.6833093294927188, "repo_name": "guorendong/iridium-browser-ubuntu", "id": "9dfbe2ce56b28afc460b5ebfa07f81fb0f9af8a4...
var widgets = require('@jupyter-widgets/base'); var _ = require('underscore'); var handsontable_css = require('handsontable/dist/handsontable.full.css'); import Handsontable from 'handsontable/dist/handsontable.full.js'; var SciSheetTableModel = widgets.DOMWidgetModel.extend({ defaults: _.extend(_.result(this, 'w...
{ "content_hash": "75834553fb184ee301e9690a9c208c1c", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 85, "avg_line_length": 32.21739130434783, "alnum_prop": 0.6153846153846154, "repo_name": "ScienceStacks/jupyter_scisheets_widget", "id": "82848d9b087cbcf3e4af13ab849a96379997...
{-# LANGUAGE TemplateHaskell #-} -------------------------------------------------------------------------------- -- | -- Module : Data.Comp.Derive -- Copyright : (c) 2010-2011 Patrick Bahr -- License : BSD3 -- Maintainer : Patrick Bahr <paba@diku.dk> -- Stability : experimental -- Portability : non...
{ "content_hash": "1be2f2db70210edce5ee5178cc773e44", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 80, "avg_line_length": 32.566265060240966, "alnum_prop": 0.6500184979652238, "repo_name": "spacekitteh/compdata", "id": "d5369d1ad2d9cb88a03a95eb7b776073e84b623b", "size": ...
package io.github.binaryfoo.tlv; import java.nio.ByteBuffer; import java.util.Arrays; import java.util.Collections; import org.junit.Test; import static org.hamcrest.Matchers.is; import static org.junit.Assert.*; public class TagTest { private static final byte[] TAG_E1 = {(byte) 0xE1}; private static fina...
{ "content_hash": "935cb61866126ec8b6fa32b7399ebcc8", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 112, "avg_line_length": 32.144578313253014, "alnum_prop": 0.6577961019490255, "repo_name": "mehulsbhatt/emv-bertlv", "id": "387d6a06b8ca859583463386729cc486f02ef38a", "siz...
import pytest from selenium.webdriver.common.by import By @pytest.mark.xfail_safari def test_should_fire_click_event_when_clicking(driver, pages): pages.load("javascriptPage.html") _click_on_element_which_records_events(driver) _assert_event_fired(driver, "click") @pytest.mark.xfail_safari def test_sho...
{ "content_hash": "3e8b9db45325751aa3e5548be5dfc5cc", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 94, "avg_line_length": 34.56666666666667, "alnum_prop": 0.7128736740597879, "repo_name": "HtmlUnit/selenium", "id": "ae63df258a1d26caa046154bb4323cf1d8ce51e1", "size": "49...
from ez_setup import use_setuptools use_setuptools() from setuptools import setup, find_packages extra = {} try: from nowin_core.scripts import setup_cmd extra['cmdclass'] = { 'initdb': setup_cmd.InitdbCommand, 'shell': setup_cmd.ShellCommand } except ImportError: pass tests_require =...
{ "content_hash": "1c6c8faea8f46d30026ed181f0203309", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 44, "avg_line_length": 18.11111111111111, "alnum_prop": 0.5631901840490797, "repo_name": "g0v/nowin_core", "id": "a2891035cca247696c9de7de9b7ea79078c8d9b2", "size": "815", ...
<?xml version="1.0"?> <ArrayOfCountryInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CountryInfo> <EnglishName>Andorra</EnglishName> <ThreeLetterISOCountryName /> <TwoLetterISOCountryName>AD</TwoLetterISOCountryName> <CountryCode>0</CountryCode...
{ "content_hash": "4a72ebb663be0acf0db26a51142d239e", "timestamp": "", "source": "github", "line_count": 4823, "max_line_length": 119, "avg_line_length": 34.472527472527474, "alnum_prop": 0.6726351940623477, "repo_name": "Appleseed/portal", "id": "f18ed167fa47973b6679fbb1a55c34443a2e7269", "size": "...
/** @define utilities */ .u-padding-halfrem { padding: 0.5rem !important; } .u-p-halfrem { padding: 0.5rem !important; } .u-pt-halfrem { padding-top: 0.5rem !important; } .u-pb-halfrem { padding-bottom: 0.5rem !important; } .u-pl-halfrem { padding-left: 0.5rem !important; } .u-pr-halfrem { padding-right: 0...
{ "content_hash": "f70da6b21009b5c04b8b27765e1ce103", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 52, "avg_line_length": 19.53448275862069, "alnum_prop": 0.6187113857016769, "repo_name": "superflycss/utilities-layout", "id": "a73552ef185d1a0cff509129c8d0d5fd918356be", "...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ab6277a6adbafa6aa64538c371e348d4", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "1f83973018a7da3756d7f62f3386275e9a78f7f1", "size": "200...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("On...
{ "content_hash": "7952a1c59de49920db5fbf6ad01e5c75", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.75, "alnum_prop": 0.7484276729559748, "repo_name": "isimic413/OnlineExamPrep", "id": "47d55672f8a152308538d584bcc1e1824fb0675b", "size": "1434", ...
<component name="libraryTable"> <library name="support-media-compat-25.0.0"> <CLASSES> <root url="jar://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.android.support/support-media-compat/25.0.0/jars/classes.jar!/" /> <root url="file://$PROJECT_DIR$/app/build/intermediates/exploded-aar/com.and...
{ "content_hash": "45f20440664faf7a25502b46f28558e9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 162, "avg_line_length": 59.15384615384615, "alnum_prop": 0.6983094928478544, "repo_name": "lijunyandev/BottomBar", "id": "713247a0cb548f3eb77ae11b2c5a92b450c5c31f", "size":...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "95f096dc763f0f0405d4f373966577f7", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 412, "avg_line_length": 53.13793103448276, "alnum_prop": 0.6973393900064893, "repo_name": "Wessi/OpenNI", "id": "e5e581831c25b9e02bc66f506365928e21df15f6", "size": "7705",...
from __future__ import unicode_literals from django.conf import settings from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ migrations.swappable_dependency(settings.AUTH_USER_MODEL), ('pastebin', '0007_auto_20170129_1...
{ "content_hash": "a5b5b727fcb5b5cc22c64b42fbf72d91", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 121, "avg_line_length": 33.48, "alnum_prop": 0.6236559139784946, "repo_name": "johannessarpola/django-pastebin", "id": "779e663f839f9efe51e7c4e47ff8e9cdd2a4251f", "size": "...
using Umbraco.Cms.Core.Events; namespace Umbraco.Cms.Core.Notifications; public sealed class UserGroupWithUsersSavingNotification : SavingNotification<UserGroupWithUsers> { public UserGroupWithUsersSavingNotification(UserGroupWithUsers target, EventMessages messages) : base( target, messag...
{ "content_hash": "e95b507b24ed8c5f6a5b5a1cfc45228d", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 111, "avg_line_length": 26.57894736842105, "alnum_prop": 0.7346534653465346, "repo_name": "abryukhov/Umbraco-CMS", "id": "c34d66841c1ae429432a7e96faae418d59c5571e", "size":...
<div id="templatemo_content_wrapper"> <div id="templatemo_content"> <div id="column_w530"> <div class="header_02">Welcome {{username}}</div> <div class="header_02">CUELOGIC Technologies have the following clients!</div> <p class="em_text">Simple Gray is a profess...
{ "content_hash": "e20d4f691499959306b9a0f9e74e6185", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 322, "avg_line_length": 51.205128205128204, "alnum_prop": 0.5317976965448172, "repo_name": "subhodeep-cuelogic/cueapp", "id": "c4d3b7a7b83c287564838e2ce7d82a96e1aed92d", "s...
package com.datatorrent.benchmark.util.serde; import java.util.Random; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.apache.apex.malhar.lib.utils.serde.GenericSerde; import org.apache.apex.malhar.lib.utils.serde.Serde; import org.apache.apex.malhar.lib.utils.serde.Serial...
{ "content_hash": "258e3a42fa849bb5ff1f3233319d333b", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 108, "avg_line_length": 34.90816326530612, "alnum_prop": 0.7109032446653025, "repo_name": "yogidevendra/apex-malhar", "id": "157accc09441678ed5e1008c99b635b18bfa7cf2", "siz...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("his...
{ "content_hash": "ec3b9d1cea373916b58dcd530b70712b", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 84, "avg_line_length": 38.57142857142857, "alnum_prop": 0.7496296296296296, "repo_name": "merrillorg/history", "id": "e9a16eafcce8b1c6bc6cde9ad7d5cda81495f2ee", "size": "13...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "4947d9da9d9deac81ef58468cfd7a9e1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "6e0dbedce8a13df4e6935a0bcc3a6b97df82d545", "size": "190...
source $GOPHER_INSTALLDIR/lib/gopherbot_v1.sh MESSAGE="$1" Say "$MESSAGE"
{ "content_hash": "6efdba0f34c5646411e51fa1631badd4", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 45, "avg_line_length": 18.75, "alnum_prop": 0.7466666666666667, "repo_name": "parsley42/gopherbot", "id": "2f92daabc0719fd57d6bb62031e7adfe53a26833", "size": "182", "binar...
require 'edgecase' class AboutOpenClasses < EdgeCase::Koan class Dog def bark "WOOF" end end def test_as_defined_dogs_do_bark fido = Dog.new assert_equal __, fido.bark end # ------------------------------------------------------------------ # Open the existing Dog class and add a n...
{ "content_hash": "7db56f60d8d7e5ed3d27b570f68373e8", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 70, "avg_line_length": 20.044444444444444, "alnum_prop": 0.5310421286031042, "repo_name": "rizwanreza/ruby_koans", "id": "233cef50774f779b5ea9539881218f3777ce2706", "size":...
from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('topics', '0083_auto_20171019_0024'), ] operations = [ migrations.CreateModel( name='ClassroomResource', fields=[ ...
{ "content_hash": "62d413ece6dde16c0996f05c9455b032", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 114, "avg_line_length": 29.9, "alnum_prop": 0.5674470457079153, "repo_name": "uccser/cs-unplugged", "id": "543b9a2ace933ccb4c0e633f3bb4ebddfbb81102", "size": "970", "bina...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "515547c32ba8a441527ca169cd3f5d0e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "6c10986ec0d4e368145670801962d5fee8266208", "size": "179...
require File.expand_path('../../../spec_helper', __FILE__) require 'rbconfig' # These specs are difficult because the values may vary # depending on platform or other configuration options. # However, the specs are valuable in that they will ensure # that rbconfig loads and contains required values. # # The RbConfig e...
{ "content_hash": "f93b260276b95376d8641e1e88fb9277", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 74, "avg_line_length": 27.862903225806452, "alnum_prop": 0.5716353111432706, "repo_name": "benlovell/rubinius", "id": "1da0ece09960cfc38146fbe3cc38925de631f735", "size": "...
#Hyperledger Client SDK for Node.js The Hyperledger Client SDK (HLC) provides a powerful and easy to use API to interact with a Hyperledger blockchain. The sections in this document are as follows: * The [Getting Started](#getting-started) section is intended to help you quickly get a feel for HLC, how to use it, an...
{ "content_hash": "ec1422a27c1811055d139368cced249b", "timestamp": "", "source": "github", "line_count": 291, "max_line_length": 918, "avg_line_length": 61.49828178694158, "alnum_prop": 0.7605610192221726, "repo_name": "tuand27613/obc-peer", "id": "dfa7ee9e06be07256896f4f9cd0e5164351f2245", "size": ...
"""Timeseries plotting functions.""" from __future__ import division import numpy as np import pandas as pd from scipy import stats, interpolate import matplotlib as mpl import matplotlib.pyplot as plt import warnings from .external.six import string_types from . import utils from . import algorithms as algo from .p...
{ "content_hash": "e4dfad5ab1f4a4edd70f22404a1830d0", "timestamp": "", "source": "github", "line_count": 454, "max_line_length": 79, "avg_line_length": 35.35462555066079, "alnum_prop": 0.5923618466139181, "repo_name": "petebachant/seaborn", "id": "a3b25bf457929357c97fc5af9b699978da9bf981", "size": "...
package org.springframework.social.betaseries.api.impl.json; import org.springframework.social.betaseries.api.Movie; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; @JsonIgnoreProperties(ignoreUnk...
{ "content_hash": "a33e554fbf9377d52057bf82d116bee6", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 74, "avg_line_length": 33.4375, "alnum_prop": 0.8373831775700935, "repo_name": "guillaumemaka/spring-social-betaseries", "id": "3c17e910c2b23e671fc100d0a382bd76e3cd2c66", "...
package pl.pronux.sokker.importer.controller; import java.io.StringReader; import java.lang.reflect.InvocationTargetException; import java.sql.SQLException; import java.util.List; import org.xml.sax.InputSource; import org.xml.sax.SAXException; import pl.pronux.sokker.actions.ConfigurationManager; import ...
{ "content_hash": "76b6866a3ac64499560b9675845670ce", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 145, "avg_line_length": 38.964, "alnum_prop": 0.6615337234370188, "repo_name": "rrymaszewski/SokkerViewer", "id": "01c4d699a6b057192b270a4f240debb49f49ae84", "size": "9741...
@import WMF.WMFNetworkUtilities; @import WMF.NSURL_WMFLinkParsing; #import "WMFRevisionQueryResults.h" #import "WMFArticleRevision.h" #import "Wikipedia-Swift.h" @implementation WMFArticleRevisionFetcher - (NSURLSessionTask *)fetchLatestRevisionsForArticleURL:(NSURL *)articleURL ...
{ "content_hash": "d5096295e24ee5e1bd3be281efdbe070", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 231, "avg_line_length": 60.24444444444445, "alnum_prop": 0.40206565842862413, "repo_name": "wikimedia/apps-ios-wikipedia", "id": "63be4b43e55e1796edfa7491bc80fd52899885f6", ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "08398bc7352dd6df118b99e4a5de9241", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "13877ebd9e2c03b9978ed9b52faeb7161320aa2c", "size": "195...
package com.datastax.oss.driver.examples.json.jackson; import static com.datastax.oss.driver.api.querybuilder.QueryBuilder.bindMarker; import static com.datastax.oss.driver.api.querybuilder.QueryBuilder.insertInto; import static com.datastax.oss.driver.api.querybuilder.QueryBuilder.literal; import static com.datastax...
{ "content_hash": "5bb6746300555368ef9ba8c6e23eebad", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 100, "avg_line_length": 34.78846153846154, "alnum_prop": 0.6714575271789203, "repo_name": "datastax/java-driver", "id": "427059b6b68f5ffbd3e2ce4143a9957a6699e5ff", "size":...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
{ "content_hash": "0152b52392c4f221d7188270b0ddabf9", "timestamp": "", "source": "github", "line_count": 409, "max_line_length": 165, "avg_line_length": 46.63814180929096, "alnum_prop": 0.7134469200524246, "repo_name": "dbmalkovsky/flowable-engine", "id": "747429c860dabab36d9b7beed6144549d55d5be5", ...
#define BOOST_TEST_MAIN #include <boost/test/floating_point_comparison.hpp> #include <boost/test/unit_test.hpp> #include <Eigen/Core> #include "Tudat/Basics/testMacros.h" #include "Tudat/Mathematics/BasicMathematics/legendrePolynomials.h" namespace tudat { namespace unit_tests { //! Typedef for Vector10d (vecto...
{ "content_hash": "106a59a168b2108cc7e86d310f660151", "timestamp": "", "source": "github", "line_count": 261, "max_line_length": 101, "avg_line_length": 45.39080459770115, "alnum_prop": 0.5731408795475648, "repo_name": "DominicDirkx/tudat", "id": "4365f925e9581a5b8be57e2d44d68f4eaa5a2cff", "size": "...
package org.apache.accumulo.server.master.balancer; import java.net.UnknownHostException; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.SortedMap; import java.util.TreeMap; import java.util.fu...
{ "content_hash": "06e490fff28c9b2e1a50f5b368e0e543", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 163, "avg_line_length": 41.501831501831504, "alnum_prop": 0.6983230361871139, "repo_name": "dhutchis/accumulo", "id": "6777a66808853fa63b0dd66a3a85cc43243e6e2c", "size": "...
<!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js" type="text/javascript"> </script> <script src="//cdn.auth0.com/w2/auth0-6.7.js"></script> <script src="//cdn.rawgit.com/auth0/angular-storage/master/dist/angular-storage.js" type="text/javascript"> </scri...
{ "content_hash": "f5ceeae0566c35344c12d8f3f65a7e25", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 119, "avg_line_length": 38.18181818181818, "alnum_prop": 0.6523809523809524, "repo_name": "tacticianstudios/quarky", "id": "38e2231bb5427c19af1a6e00b152643bfe73a9ba", "size...
namespace safe_browsing { // What service classified this threat as unsafe. enum class ThreatSource { UNKNOWN, DATA_SAVER, // From the Data Reduction service. LOCAL_PVER3, // From LocalSafeBrowsingDatabaseManager, protocol v3 LOCAL_PVER4, // From V4LocalDatabaseManager, protoc...
{ "content_hash": "8c383e08208eea5870974bc5b954ff3f", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 79, "avg_line_length": 29.2, "alnum_prop": 0.7174657534246576, "repo_name": "google-ar/WebARonARCore", "id": "afa567637f1cd61b472087d6d0a9ba2f46f91ca8", "size": "1642", "...
var y_axis = new Rickshaw.Graph.Axis.Y( { graph: graph, orientation: 'left', height: {{ height }}, tickFormat: Rickshaw.Fixtures.Number.formatKMBT, element: d3.select("#{{ y_axis_id }}").node() } );
{ "content_hash": "5483d280d3b14fe0ea4f3abc847f0ead", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 56, "avg_line_length": 34.142857142857146, "alnum_prop": 0.5606694560669456, "repo_name": "brokendata/bearcart", "id": "16171d0e46a31aadb4c5dbcbe9dd0f46054ccc40", "size": "2...
<?php require 'soap_config.php'; $client = new SoapClient(null, array('location' => $soap_location, 'uri' => $soap_uri, 'trace' => 1, 'exceptions' => 1)); try { if($session_id = $client->login($username, $password)) { echo 'Logged successfull. Session ID:'.$session_id.'<br />'; } //* Parameters $...
{ "content_hash": "e8f5d821e2360ba404ad2bd066b6d191", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 73, "avg_line_length": 18.4, "alnum_prop": 0.6040372670807453, "repo_name": "idrassi/ispconfig_ovh_hosting", "id": "36bb1dbcf9e17aef62b2f3a8f46eb96de13cc051", "size": "644"...
default_app_config = 't4proj.apps.stats.apps.StatsConfig'
{ "content_hash": "8d55021b624ea70a700eacb431b7910b", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 57, "avg_line_length": 57, "alnum_prop": 0.8070175438596491, "repo_name": "mivanov-utwente/t4proj", "id": "f1aeca083731ed0bdd451842a014bee412fca0cc", "size": "81", "binary...
PROGRESS_BAR_LENGTH = 40 def generate_loading_string(completed_tasks, total_tasks): """ <percentage completed>% [< -- based on percentage completion>] Completed/Total """ try: fraction_completed = (completed_tasks / total_tasks) except: fraction_completed = 1 # To avoid division by Z...
{ "content_hash": "815ce2736052f12fbbe5df49327229db", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 87, "avg_line_length": 41.35294117647059, "alnum_prop": 0.6443812233285917, "repo_name": "CodingVanGogh/parallelization3", "id": "9e54a75e7c99889154abc00673671bb2e2ce7adf", ...
<HTML> <BODY> <p>Contains classes for accessing application resources, such as raw asset files, colors, drawables, media or other other files in the package, plus important device configuration details (orientation, input types, etc.) that affect how the application may behave.</p> <p>For more information, see the <a ...
{ "content_hash": "435d60af5d015ffae4c7529fbdc29619", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 87, "avg_line_length": 35.916666666666664, "alnum_prop": 0.7633410672853829, "repo_name": "szpaddy/android-4.1.2_r2-core", "id": "3d0bac18d7b77679e8c538c751cb1d1ad0250a42", ...
package net.meisen.dissertation.impl.idfactories; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.HashSet; import java.util.Set; import java.util.UUID; import net.meisen.dissertation.config.TestConfig; import net.meisen.dissertation.impl.idfactories.UuIdsFact...
{ "content_hash": "75b0321663e39d75c0f0986d6e00dd9b", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 120, "avg_line_length": 30, "alnum_prop": 0.7849056603773585, "repo_name": "pmeisen/dis-timeintervaldataanalyzer", "id": "924d1ce89d93373f835d3775aab8a213402ffd7c", "size":...
using System.Web.Mvc; namespace BtsPortal.Web.Controllers { public class ErrorController : Controller { // GET: Error public ActionResult Index() { return View(); } public ActionResult AccessDenied(string roles, string errorDesc) { ViewB...
{ "content_hash": "5987a0a930b073a120a3691f70f192f9", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 84, "avg_line_length": 24.074074074074073, "alnum_prop": 0.5615384615384615, "repo_name": "nishantnepal/BtsPortal", "id": "7717e816e679a0d31bee583969c513dd2593fc65", "size"...
package hyweb.jo.type; import hyweb.jo.util.DateUtil; import hyweb.jo.util.JODatetimeFormat; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Types; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; /** ...
{ "content_hash": "9c1f99744c05391662412239578b109c", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 88, "avg_line_length": 27.65, "alnum_prop": 0.5562386980108499, "repo_name": "williamyyj/mjo2", "id": "4ba1971ca692cefa0eb7715d7805ac679ca553a8", "size": "2765", "binary...
package org.taskana.model.mappings; import java.util.List; import org.apache.ibatis.annotations.Delete; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Options; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Result; import org.apache.ibatis.annotatio...
{ "content_hash": "8328e0b69886401fa0c55d4a3b5fa6cf", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 396, "avg_line_length": 63.275862068965516, "alnum_prop": 0.6302452316076295, "repo_name": "eberhardmayer/taskana", "id": "598501fee2a561223da5f85d5461b515f2128efd", "size...
INSERT INTO version VALUES ('6.9.1', now(), 'Cleans up the landing page.'); # --- !Downs DELETE FROM version WHERE version_id = '6.9.1';
{ "content_hash": "3d3710fa2f504edfff8ff0c06da01a8b", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 75, "avg_line_length": 34.5, "alnum_prop": 0.6521739130434783, "repo_name": "ProjectSidewalk/SidewalkWebpage", "id": "b997627c3487f12114f641e0e084daafee7bd1c8", "size": "149...
package editor.plugin.typeloader.properties; import editor.EditorHost; import gw.lang.IIssueContainer; import editor.plugin.typeloader.INewFileParams; import editor.plugin.typeloader.ITypeFactory; import gw.lang.reflect.IType; import javax.swing.JComponent; import javax.swing.text.StyledEditorKit; /** */ @SuppressWa...
{ "content_hash": "a973c3e3a59c65fa038acf830daadc6b", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 114, "avg_line_length": 19.575757575757574, "alnum_prop": 0.7053663570691434, "repo_name": "gosu-lang/gosu-lang", "id": "a1f88da07268a6c435ac6cb22f73f7a07736713f", "size": ...
(function () { "use strict"; // note that this makes JSLint complain if you use arguments[x] /*global progress : true*/ /*global storage, XMLHttpRequest, msg, btoa*/ progress.data.AuthenticationProviderBearer = function (uri) { var bearerToken = null, fn; // process co...
{ "content_hash": "4004bd4d73fb54ef5c66637a970f5eaf", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 107, "avg_line_length": 42.8203125, "alnum_prop": 0.6236088305053822, "repo_name": "CloudDataObject/JSDO", "id": "96fc8a403887187af4ab56ec207952f6ca10bb75", "size": "6112"...
import sys import os from xml.etree import ElementTree import json # Import vendor modules from a subdirectory here = os.path.dirname(os.path.realpath(__file__)) sys.path.append(os.path.join(here, "./vendored")) import requests from bs4 import BeautifulSoup import boto3 if os.environ.get("IN_AWS", "false").lower() =...
{ "content_hash": "05ea679e49c94642b8612695d99a363e", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 90, "avg_line_length": 33.97142857142857, "alnum_prop": 0.5971404541631623, "repo_name": "Vilsepi/infinimonkey", "id": "b36a6db0e47d27bc552ed2ddf9a84006db9768d1", "size": ...
set verify off set feedback off prompt Create VORAX_TEST user grant create session, create table, create view, create sequence, create procedure, create type, create synonym, unlimited tablespace to vorax_test identified by xxx; grant select on v_$sesstat to vorax_test;...
{ "content_hash": "eda6e110e767ce41a41efee2f31549ea", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 44, "avg_line_length": 19.64, "alnum_prop": 0.7128309572301426, "repo_name": "talek/vorax4", "id": "2bf5c4c26e60deff65a2c6798b2fc5877fa7818b", "size": "491", "binary": fa...
CREATE DATABASE `Equipment shop` DEFAULT CHARACTER SET utf8 ; USE `Equipment shop`; CREATE TABLE `Product` ( maker varchar(10) NOT NULL, model varchar(50), type varchar(50) CHECK ( type IN ('PC', 'Laptop', 'Printer') ), PRIMARY KEY (model) ); CREATE TABLE `Laptop`( code int auto_increment, model varch...
{ "content_hash": "6533e7b567f3f109a3e6c24bb831557c", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 73, "avg_line_length": 25.066666666666666, "alnum_prop": 0.6604609929078015, "repo_name": "RakickayaKaterina/Java-training", "id": "99cbf27c3c3dd30b54676d9e916f494a9685b90f",...
{% extends "manage/user/user_form.html" %} {% block location %}Edit User{% endblock %} {% block sectionid %}edit-user{% endblock %} {% block formid %}user-edit-form{% endblock %} {% block formtitle %}Edit User '{{ subject }}'{% endblock %} {% block afterform %} <div class="apikeys"> {% with subject.api_keys.active ...
{ "content_hash": "349eeef5d50c85734012bc8a005cdd39", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 125, "avg_line_length": 27.321428571428573, "alnum_prop": 0.596078431372549, "repo_name": "shinglyu/moztrap", "id": "1228fbb98eac186f0d660a17348cf8ba86f0336c", "size": "765...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Foundation; using UIKit; using Xamarin.Forms; using Hanselman.Portable.Helpers; using Hanselman.iOS.Renderers; using Xamarin.Forms.Platform.iOS; using AVFoundation; using System.Timers; using CoreMedia; [assembly: ExportCell(ty...
{ "content_hash": "7b5cc31219a24d8867fd0a80f50e2e09", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 123, "avg_line_length": 24.580357142857142, "alnum_prop": 0.6131492916818017, "repo_name": "elkjaerit/Hanselman.Forms", "id": "b47be37b5372ab1a1b6e769b699a100b8a057976", "...
package com.netflix.servo.monitor; import com.google.common.base.Function; import com.google.common.cache.Cache; import com.netflix.servo.DefaultMonitorRegistry; import com.netflix.servo.annotations.DataSourceType; import com.netflix.servo.annotations.MonitorTags; import com.netflix.servo.tag.SortedTagList; import co...
{ "content_hash": "d01de0fe9851f82a1a1013772495221d", "timestamp": "", "source": "github", "line_count": 405, "max_line_length": 99, "avg_line_length": 38.669135802469135, "alnum_prop": 0.6056445948534577, "repo_name": "gorcz/servo", "id": "6e4247937e64e98b3f18123b170e0c80606d1426", "size": "16258",...
{% extends "base.html" %} {% load i18n %} {% block navigation %} <ul class="nav"> <li class="active"><a href="{% url campaign_list %}">{% trans "Active petitions" %}</a></li> {% comment %}<li><a href="{% url petition_faq %}">{% trans "FAQ" %}</a></li>{% endcomment %} </ul> {% endblock navigatio...
{ "content_hash": "a24c027f10150c6cb9d0af6c949a198a", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 101, "avg_line_length": 28.84375, "alnum_prop": 0.5471289274106176, "repo_name": "norrs/onlinepetition", "id": "a527df890f423915910c41761d195459ab0574e8", "size": "923", ...
cd $HOME/pub_http_internet/bridge/walk_count/ice mkdir -p ../databig ../count_walks slope=3/8 1-24 | right > ../databig/raw_counts_3_8.txt
{ "content_hash": "79cdf4bbd1860d2736a7e458bc588928", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 69, "avg_line_length": 46.333333333333336, "alnum_prop": 0.7050359712230215, "repo_name": "johnkerl/bridge-walk-count", "id": "72108a704bb7c8fdce6e9864fdbf43b59f3e6e81", "si...
<?xml version="1.0" encoding="UTF-8"?> <Context antiJARLocking="true" path="/di-1"/>
{ "content_hash": "8b551413c1c98f892e963f01295b3175", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 45, "avg_line_length": 42.5, "alnum_prop": 0.6588235294117647, "repo_name": "KMax/jaxrs-cdi-example", "id": "978b6493407fcb4ae1fc683395f520227fce8125", "size": "85", "bina...
<?php namespace Puli\Manager\Transaction; /** * An atomic operation. * * Atomic operations must not cause any side effects if their execution fails. * Additionally, atomic operations support the method {@link rollback()} which * undoes any side effects caused by {@link execute()}. * * @since 1.0 * @author ...
{ "content_hash": "b6d2445a23c636a046d16dfb647abb89", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 78, "avg_line_length": 24.323529411764707, "alnum_prop": 0.6662636033857315, "repo_name": "stof/manager", "id": "edfc4c1d0916f021889b33097c9ffc9861027e0a", "size": "1063", ...
package com.xiaoleilu.hutool.convert.impl; import com.xiaoleilu.hutool.convert.AbstractConverter; import com.xiaoleilu.hutool.util.StrUtil; /** * 字符转换器 * @author Looly * */ public class CharacterConverter extends AbstractConverter<Character>{ @Override protected Character convertInternal(Object value) { if(c...
{ "content_hash": "b2a8163c629fedd62071d6448a52bf06", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 69, "avg_line_length": 21.3, "alnum_prop": 0.7057902973395931, "repo_name": "hcxxiaomo/CarPlateNumber", "id": "1b21e04786a8c5eb760487933b9292228981da9a", "size": "649", "...
using System; namespace Raksha.Asn1 { public class DerBoolean : Asn1Object { private readonly byte value; public static readonly DerBoolean False = new DerBoolean(false); public static readonly DerBoolean True = new DerBoolean(true); /** * return a bool from the passed i...
{ "content_hash": "4a9f885bb13e71255299978e7e888a54", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 87, "avg_line_length": 24.345454545454544, "alnum_prop": 0.5694548170276326, "repo_name": "Everbytes/Raksha", "id": "6fd365b2af7aa15ae87018fbd2bc0df9f5b4ad12", "size": "26...
SELECT DISTINCT CITY FROM STATION WHERE LOWER(RIGHT(CITY,1)) NOT IN ('a', 'e', 'o', 'u', 'i')
{ "content_hash": "fd4f15da5b2089ac51a46ca0d2d13214", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 93, "avg_line_length": 93, "alnum_prop": 0.6344086021505376, "repo_name": "ebolat/HackerRank", "id": "ece4ecda4a49596d2411fe06b828f1a129066848", "size": "93", "binary": fa...
Just a tiny program for taking notes with a graphics tablet.
{ "content_hash": "97d3e3374c84ccc03a475bd679b4a094", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 60, "avg_line_length": 61, "alnum_prop": 0.8032786885245902, "repo_name": "bwr/tinynote", "id": "1b8a8282d5bfea0c56a2c0c57843df6ce299f56e", "size": "74", "binary": false, ...