text
stringlengths
2
1.04M
meta
dict
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace MasterPagesCountriesHomework { public partial class Nachalo : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { ...
{ "content_hash": "9cb89344bd1879bd5469451ccfd4bc4e", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 60, "avg_line_length": 19.470588235294116, "alnum_prop": 0.7009063444108762, "repo_name": "Spurch/ASP-.NET-WebForms", "id": "b6bdbe5a7e999387d67eff9aee08652bc3a08301", "siz...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Immune_System { class Program { static void Main(string[] args) { var virus = new Dictionary<string, int>(); var healthInput = int.Parse(Console...
{ "content_hash": "8f93250e712fe3b8aa95f4d4032ea089", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 97, "avg_line_length": 30.93548387096774, "alnum_prop": 0.4416058394160584, "repo_name": "preslavc/SoftUni", "id": "73013697df53fab3912a02a4cc93fa2504438a38", "size": "1920...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "039447e50a0108b0d43fadec2c7655e9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "4eadcd001efdc4b32fa2fc47f29f44d010b2546d", "size": "182...
/* * Songs by Artist */ import React, { Component } from 'react' import { Link } from 'react-router' import Infinite from 'react-infinite' export default class SongsByArtist extends Component { renderArtistItems() { return Object.keys(this.props.artists).map( key => { return ( <Link to={'/songs/...
{ "content_hash": "1d4bfe2aa2c85dd934b362959a9edf2d", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 188, "avg_line_length": 35.03030303030303, "alnum_prop": 0.6133217993079585, "repo_name": "chexee/karaoke-night", "id": "3be275731d4cab516a0d0371ccda22da05a81d23", "size": ...
package bridge import ( "net" "testing" "github.com/docker/docker/pkg/iptables" "github.com/docker/libnetwork/netutils" ) const ( iptablesTestBridgeIP = "192.168.42.1" ) func TestProgramIPTable(t *testing.T) { // Create a test bridge with a basic bridge configuration (name + IPv4). defer netutils.SetupTestNe...
{ "content_hash": "cf36c8eb2156ec7ec7c51e44e2b0ea33", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 193, "avg_line_length": 36.77669902912621, "alnum_prop": 0.6953537486800423, "repo_name": "mrjana/libnetwork", "id": "5f00b6fde4ec55cd008421403373311b47f17193", "size": "3...
package com.excilys.ebi.spring.dbunit.test; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.dbunit.database.Databa...
{ "content_hash": "fd0f095c99521d19e38a48d4b711887b", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 117, "avg_line_length": 28.453703703703702, "alnum_prop": 0.7468272046859746, "repo_name": "excilys/spring-dbunit", "id": "92532f71e758e6b75acacd6164c8032046747f95", "size...
"""Tests for tf.contrib.gan.python.features.random_tensor_pool.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import numpy as np from tensorflow.contrib.gan.python.features.python.random_tensor_pool_impl import tensor_pool from tensorflow.python.frame...
{ "content_hash": "45e9bd7e02c6318f5343bbaf7227fdc2", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 93, "avg_line_length": 35.875, "alnum_prop": 0.6428571428571429, "repo_name": "eadgarchen/tensorflow", "id": "cef3a87ab34f9754099073eefcb3f1b1c97a3762", "size": "4133", "...
#include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */ #include "dcmtk/dcmsr/dsrwavvl.h" #include "dcmtk/dcmsr/dsrxmld.h" DSRWaveformReferenceValue::DSRWaveformReferenceValue() : DSRCompositeReferenceValue(), ChannelList() { } DSRWaveformReferenceValue::DSRWavefo...
{ "content_hash": "78e43fd2a13f8598080ddf2dce2310f7", "timestamp": "", "source": "github", "line_count": 235, "max_line_length": 112, "avg_line_length": 33.09787234042553, "alnum_prop": 0.6266392388788892, "repo_name": "NCIP/annotation-and-image-markup", "id": "8d45d628f2d589c41e8269af06577e054d86bc4b...
import { strictEqual } from 'assert'; import { IConfigurationService } from 'vs/platform/configuration/common/configuration'; import { TerminalConfigHelper } from 'vs/workbench/contrib/terminal/browser/terminalConfigHelper'; import { TerminalProcessManager } from 'vs/workbench/contrib/terminal/browser/terminalProcess...
{ "content_hash": "cb6b4e1fff42d3ed7d896670fb05a746", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 159, "avg_line_length": 38.5, "alnum_prop": 0.7433766233766234, "repo_name": "microsoft/vscode", "id": "28f71ad6ebfe349c9c8e4c3d8eaa54ca7e86213c", "size": "6126", "binar...
<?php namespace phpseclib\Crypt; use phpseclib\Math\BigInteger; /** * Pure-PHP PKCS#1 compliant implementation of RSA. * * @package RSA * @author Jim Wigginton <terrafrost@php.net> * @access public */ class RSA { /**#@+ * @access public * @see self::encrypt() * @see self::decrypt() ...
{ "content_hash": "7c5268f86bb0de0c0ca333ebdd3859c9", "timestamp": "", "source": "github", "line_count": 3156, "max_line_length": 175, "avg_line_length": 35.13339670468948, "alnum_prop": 0.4741569791037238, "repo_name": "phil-davis/core", "id": "3ece5170530f063279bca033dfefd4d2518e2eb1", "size": "11...
#import "DynamoDBBatchGetItemRequestMarshaller.h" #import "DynamoDBAttributeValue.h" #import "AmazonJSON.h" #import "AmazonSDKUtil.h" @implementation DynamoDBBatchGetItemRequestMarshaller +(AmazonServiceRequest *)createRequest:(DynamoDBBatchGetItemRequest *)batchGetItemRequest { DynamoDBRequest *request = [[Dyn...
{ "content_hash": "7ad4ef41a5fa5950542cd558b4c070e3", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 171, "avg_line_length": 51.6171875, "alnum_prop": 0.546541546844256, "repo_name": "wallisch/aws-sdk-ios-v1", "id": "f896b8779c0fbc89237f7f380d340c8f42bb8d42", "size": "719...
package org.apache.beam.runners.core.fn; import io.grpc.stub.StreamObserver; import java.util.concurrent.BlockingQueue; import org.apache.beam.model.fnexecution.v1.BeamFnApi; import org.apache.beam.model.fnexecution.v1.BeamFnControlGrpc; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * A Fn API contro...
{ "content_hash": "72819b82b4e5f742ae3037814a7faa70", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 100, "avg_line_length": 35.392857142857146, "alnum_prop": 0.7679112008072654, "repo_name": "axbaretto/beam", "id": "21fc4f73fd0462d230108d5dcc376c84d3f1cf4b", "size": "2787...
<?php namespace Magento\CatalogSearch\Model\Search; use Magento\Search\Model\QueryFactory; /** * Search model for backend search */ class Catalog extends \Magento\Framework\Object { /** * Catalog search data * * @var \Magento\Search\Model\QueryFactory */ protected $queryFactory = null; ...
{ "content_hash": "88692fa9fe183a4d92f2f09178b6f12f", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 108, "avg_line_length": 26.294117647058822, "alnum_prop": 0.5400447427293065, "repo_name": "webadvancedservicescom/magento", "id": "e47e289857ff917e6e24b6b1c22b212b13fa4889",...
<?php /** * Exception which thrown by PayPal API in case of processable error codes */ class Mage_Paypal_Model_Api_ProcessableException extends Mage_Core_Exception { /**#@+ * Error code returned by PayPal */ const API_INTERNAL_ERROR = 10001; const API_UNABLE_PROCESS_PAYMENT_ERROR_CODE = 10417;...
{ "content_hash": "3912a3f9f4916ada603c2903f8195a6b", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 185, "avg_line_length": 36.73913043478261, "alnum_prop": 0.5958579881656805, "repo_name": "portchris/NaturalRemedyCompany", "id": "4fdea9c2cc249ead9c5528935e627bccf2e04315", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>high-school-geometry: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boot...
{ "content_hash": "17195a53456f00820dddef696412b22f", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 159, "avg_line_length": 41.50574712643678, "alnum_prop": 0.554970922182221, "repo_name": "coq-bench/coq-bench.github.io", "id": "fcab04fd40aa8557c88c1b25afaa7b75c265456e", ...
Some assorted CloudBot plugins
{ "content_hash": "3eb1a72aa3bc38d19b6466a64851d2c3", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 30, "avg_line_length": 31, "alnum_prop": 0.8709677419354839, "repo_name": "Aaron1011/CloudBotPlugins", "id": "804ea48405ed01cba86b9fa052208529146663d7", "size": "49", "bin...
package Physics; // Just a simple data structure to represent a physics body public class Body { public final Rectangle occupiedArea; public boolean hasGravity = true; public Vector2D velocity = new Vector2D(0,0); // We're restricting ourselves to rectangles, but another option would be to // pass...
{ "content_hash": "3b15fd2f440b06df76faadf34714b904", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 80, "avg_line_length": 32.714285714285715, "alnum_prop": 0.7205240174672489, "repo_name": "Lavesson/java-physics", "id": "c6c2ec719db7284f8b051234df79a7e929b2b76f", "size":...
.class public final Landroid/hardware/hdmi/HdmiRecordSources$OwnSource; .super Landroid/hardware/hdmi/HdmiRecordSources$RecordSource; .source "HdmiRecordSources.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/hardware/hdmi/HdmiRecordSources; .end annotation .annotation ...
{ "content_hash": "831eec77733508574551ff8187782107", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 99, "avg_line_length": 20.896551724137932, "alnum_prop": 0.7178217821782178, "repo_name": "libnijunior/patchrom_bullhead", "id": "64c53bd7899f69db32f06c1afcf5b912f2866142", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Sample for Data binding with AngularJS"> <meta name="au...
{ "content_hash": "c6b8a563d08cd5eb4546e06798bdd370", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 111, "avg_line_length": 41.69565217391305, "alnum_prop": 0.4363920750782065, "repo_name": "vhnam/sample-angular", "id": "85589ee0f7d14e0159931f80d69ba2f460817cef", "size": ...
title: Aneira Pugh gender: female submitted: false graduated: 2013 ---
{ "content_hash": "9885017e236d8b2f306cc80328c86918", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 18, "avg_line_length": 14.2, "alnum_prop": 0.7605633802816901, "repo_name": "johnathan99j/history-project", "id": "58a65ee8732ec2d5af49f358af058ec763d87f89", "size": "75", ...
{- | Module : Text.Tabl Description : Table layout engine that provides alignment and decoration Copyright : (c) 2016-2020 Daniel Lovasko License : BSD2 Maintainer : Daniel Lovasko <daniel.lovasko@gmail.com> Stability : stable Portability : portable Text.Tabl arranges multiple Text instances into a tabl...
{ "content_hash": "90160b28b400d0526604eedf641c77ea", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 75, "avg_line_length": 31.063492063492063, "alnum_prop": 0.6821665815022995, "repo_name": "lovasko/tabl", "id": "4e41b77a6f9cea5c675aed0a9c3c6a9fda322b6e", "size": "1957", ...
SYNONYM #### According to Index Fungorum #### Published in null #### Original name Coremium swantonii A.L. Sm., 1919 ### Remarks null
{ "content_hash": "433544b6222e8182ec582807929e2f20", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 10.538461538461538, "alnum_prop": 0.6861313868613139, "repo_name": "mdoering/backbone", "id": "38096baab3bc7c900990669537521bf8b0858c80", "size": "19...
In diesem Hands-On werden Sie das Projekt erstellen und die Hauptseite der App mit XAML aufbauen. _Hinweis: Wir verwenden einige Logos von externen Quellen, mit der freundlichen Unterstützung von_ http://www.alienvalley.com ## Ziele - Ein Visual Studio Projekt für die universelle Windows Plattform erstellen - Eine E...
{ "content_hash": "c555c1995146b1f7ca0da8094f1e0bac", "timestamp": "", "source": "github", "line_count": 291, "max_line_length": 323, "avg_line_length": 53.14089347079038, "alnum_prop": 0.7085488877392654, "repo_name": "danielbeckmann/DotNETJumpStart", "id": "38790eaf471e1a0313958c67a43e801c2c47301f",...
<div class="content" data-ng-repeat="branch in tree" data-ng-style="{backgroundColor:mtd.colorize(branch.letters)}"> <div ng-if="mtd.persona" class="content-name">{{branch.title}}</div> <content data-ng-if="branch.next && mtd.isSelected(branch.letters)" class="inner" next="branch.next" mtd="mtd"></c...
{ "content_hash": "9cb3d93ce6de8dee11b818c36117df6f", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 126, "avg_line_length": 41.875, "alnum_prop": 0.6776119402985075, "repo_name": "fondfrukt/Feeds", "id": "dc65e690b4e0f8b2efb8dbdd61543fb46c93ddde", "size": "335", "binary"...
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:drawable="@color/itemCameraPressed"/> <item android:drawable="@color/itemCameraNormal"/> </selector>
{ "content_hash": "4ed019a19557ec1aa98904e856c9d6c4", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 84, "avg_line_length": 52, "alnum_prop": 0.7307692307692307, "repo_name": "xiaoGuy/ImageSelectorLikeWeChat", "id": "7468664e7383ab4cb8c7f275bb338eab3cafc282", "size": "260",...
package com.guidewire.tools.marathon.client trait Task { def id : String def host : String def ports: Seq[Int] } trait TaskKill { def appId: String def host : String def id : String def scale: Boolean } object Task { type Apply[TTask <: Task] = ( String , String , Seq[Int] ) => T...
{ "content_hash": "adb87b26928d97af9145c538017f822d", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 96, "avg_line_length": 20.914728682170544, "alnum_prop": 0.6015567086730912, "repo_name": "Guidewire/marathon-client", "id": "51acfa838a8c5f11db36faffb4ea28e725c26a3e", "s...
<?php namespace AthenaPlus\SchooltripBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * Tab * * @ORM\Table() * @ORM\Entity(repositoryClass="AthenaPlus\SchooltripBundle\Entity\TabRepository") */ class Tab { /** * @var integer * * @ORM\Column(name="id", type="integer") * @ORM\Id * ...
{ "content_hash": "a51c53cf62cf1f2f20fde99ef773a083", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 82, "avg_line_length": 15.975206611570249, "alnum_prop": 0.5002586652871185, "repo_name": "PACKED-vzw/schooltrip", "id": "63dae9f191a2ff8abf51c5660990234f2581357d", "size"...
using Server; var builder = WebApplication.CreateBuilder(args); builder.Services.AddGrpc(o => { o.ResponseCompressionAlgorithm = "gzip"; }); var app = builder.Build(); app.MapGrpcService<GreeterService>(); app.Run();
{ "content_hash": "6644774ce50a56158d59adf0178f6ce2", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 49, "avg_line_length": 18.666666666666668, "alnum_prop": 0.7276785714285714, "repo_name": "grpc/grpc-dotnet", "id": "b658a3bc5d9b799ed31f5434a9cf39f8ba5b6b38", "size": "868...
class Error < ActiveRecord::Base include ActiveModel::Serializers::Xml end
{ "content_hash": "a501f999864fd978096c79944b5355b7", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 39, "avg_line_length": 25.666666666666668, "alnum_prop": 0.7922077922077922, "repo_name": "PredicSis/s3-server", "id": "97b76a6703c0e2c57513114980a46d1d31398233", "size": "2...
from django.conf.urls.defaults import * # that's how we define an item # possible model_names are defined in favourites_conf.py urlpatterns = patterns('', (r'^(?P<model_name>\w+)/(?P<item_pk>\d+)/', include('favourites.urls_items')), (r'^collection/(?P<collection_id>\d+)/', include('favourites.urls_collections...
{ "content_hash": "7ac99e22918339c74eae8fc814a036df", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 90, "avg_line_length": 41.38461538461539, "alnum_prop": 0.6914498141263941, "repo_name": "gregplaysguitar/glamkit", "id": "321cbe0b60ff6ae17e322b5d84a34095a43deb0a", "size"...
<div> This is user dashboard </div>
{ "content_hash": "a3fb6ae8d13dcb32feef10335bffeaa3", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 26, "avg_line_length": 13, "alnum_prop": 0.6410256410256411, "repo_name": "at15/bform-web", "id": "7844bc964886361738b96952f426774ca871d219", "size": "39", "binary": false...
import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database from google.pr...
{ "content_hash": "7c12444205306a8b5dc0e81acb959059", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 74, "avg_line_length": 25.62962962962963, "alnum_prop": 0.7557803468208093, "repo_name": "bravomikekilo/mxconsole", "id": "11ceec7b0d5fb99231d46e05455d72c54e0298c4", "size"...
<?php class RowData { public $value; public $type; } class Login { public $client_id; public $userName; public $userPassword; } class ReportClientBusinessBills { public $report; function __construct() { } public function GetReportClientBusinessBills($web_login, $web_pass, $locati...
{ "content_hash": "dd9f9211a5cd4e9c74881717ef3a2af0", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 149, "avg_line_length": 29.701030927835053, "alnum_prop": 0.6056924678930927, "repo_name": "faneaatiku/appconsro", "id": "66bb893bce5c9413f4cbc7fbdd3261ba58faaf1f", "size":...
from __future__ import absolute_import, division, print_function import collections from contextlib import closing import errno import gzip import logging import os import re import socket import ssl import sys from tornado.escape import to_unicode from tornado import gen from tornado.httpclient import AsyncHTTPClien...
{ "content_hash": "41517f088489f27fff722a737a973e7e", "timestamp": "", "source": "github", "line_count": 767, "max_line_length": 107, "avg_line_length": 39.555410691003914, "alnum_prop": 0.617027588252744, "repo_name": "legnaleurc/tornado", "id": "df41abd7b87766f68f8f5e6ad2965d6ac041d58d", "size": "...
package uk.nhs.hdn.ckan.domain.strings; import org.jetbrains.annotations.NonNls; import org.jetbrains.annotations.NotNull; import uk.nhs.hdn.common.serialisers.*; public abstract class AbstractSerialisableString extends AbstractValueSerialisableStringIsUnknown implements Serialisable { protected AbstractSerialisab...
{ "content_hash": "6ff07fdcdc487a454931548d819f950a", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 121, "avg_line_length": 23.428571428571427, "alnum_prop": 0.7942073170731707, "repo_name": "health-and-care-developer-network/health-and-care-developer-network", "id": "78810...
using System; using Mono.Cecil.PE; namespace Mono.Cecil.Metadata { sealed class BlobHeap : Heap { public BlobHeap(Section section, uint start, uint size) : base(section, start, size) { } public byte[] Read(uint index) { if (...
{ "content_hash": "cfaa24e09c65bf5224982a6fdbe37a4e", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 77, "avg_line_length": 21.558823529411764, "alnum_prop": 0.5061391541609823, "repo_name": "gameCreator2s/BorderExpansion", "id": "03833d134cf589239b93158d5295cc969ee3a471", ...
package org.springframework.boot.actuate.autoconfigure; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.LinkedHashSet; import java.util.List; import java.util.Set; import javax.annotation.PostConstruct; import javax.servlet.http.HttpServletRequest; import org.spr...
{ "content_hash": "4a0c54cc87af1f274752a986115725b5", "timestamp": "", "source": "github", "line_count": 367, "max_line_length": 107, "avg_line_length": 36.9291553133515, "alnum_prop": 0.7838117022061536, "repo_name": "Nephilim84/contestparser", "id": "8e2aefa12feb0e515bcc79a169f3e1b1050340ea", "siz...
package org.jfree.chart.renderer.xy; import java.awt.Color; import java.awt.Graphics2D; import java.awt.Paint; import java.awt.Shape; import java.awt.Stroke; import java.awt.geom.GeneralPath; import java.awt.geom.Line2D; import java.awt.geom.Line2D.Double; import java.awt.geom.Rectangle2D; import java.io.IOException; ...
{ "content_hash": "92aec35c1fd0be48378d43213614791f", "timestamp": "", "source": "github", "line_count": 640, "max_line_length": 252, "avg_line_length": 49.7765625, "alnum_prop": 0.5020246727563801, "repo_name": "ivanshen/Who-Are-You-Really", "id": "3351b84005669f06b76ba06240d0b66e556bcf6e", "size":...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>Inclusion (ARX API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="te...
{ "content_hash": "df7fcb35a44aaff35d8f25234dfa3782", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 921, "avg_line_length": 47.0880829015544, "alnum_prop": 0.6636773767605634, "repo_name": "fstahnke/arx", "id": "b27647742264a88b562bde2de9abcfd895e5502d", "size": "18176",...
#!/usr/bin/env python # from singa.model import * def load_data( workspace = None, backend = 'kvfile', nb_rbm = 0, # the number of layers for RBM and Autoencoder checkpoint_steps = 0, **pvalues ): # using mnist dataset data_dir = 'examples/mnist' path_train = data_dir + '/train_d...
{ "content_hash": "15d0acfb8482ae3821ab5af59478761f", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 121, "avg_line_length": 28.47222222222222, "alnum_prop": 0.6663414634146342, "repo_name": "jinyangturbo/incubator-singa", "id": "0f75393a4c5ce6b2a0599c2a9b6e75c368b76812", ...
import config from '../config/config'; import factory from './factory'; export default factory(config.multiForum);
{ "content_hash": "c7a3cf437269ad2d3c5caa89e976f5ef", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 42, "avg_line_length": 29, "alnum_prop": 0.7586206896551724, "repo_name": "alexproca/democracy-os", "id": "cb646e3d6959b5704fb346c14b508be26abb25b7", "size": "116", "binar...
package {{application.rootpackage}}.app; import android.app.Activity; import android.os.Bundle; import butterknife.ButterKnife; import {{application.rootpackage}}.R; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInst...
{ "content_hash": "8f7c1c95341864953ee5686110953015", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 56, "avg_line_length": 22.428571428571427, "alnum_prop": 0.7282377919320594, "repo_name": "KarlNosworthy/startr", "id": "95c7b3c2df8c251577cdde3262dd1d1d4c9e88d2", "size": ...
(function($,sr){ // debouncing function from John Hann // http://unscriptable.com/index.php/2009/03/20/debouncing-javascript-methods/ var debounce = function (func, threshold, execAsap) { var timeout; return function debounced () { var obj = this, args = arguments; function delaye...
{ "content_hash": "209fb23841048e88b4687d1743b300e9", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 101, "avg_line_length": 30.23076923076923, "alnum_prop": 0.5559796437659033, "repo_name": "sp90/review", "id": "d4e6578d02adaeb80784b7b9d22d34d5186b30e9", "size": "786", ...
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.IO; using GME.CSharp; using GME; using GME.MGA; using GME.MGA.Core; using System.Linq; using Microsoft.Win32; using Common = ISIS.GME.Common; using CyPhy = ISIS.GME.Dsml.CyPhyML.Interf...
{ "content_hash": "440fa524bbdb4faf19b43be861b3d6cd", "timestamp": "", "source": "github", "line_count": 740, "max_line_length": 233, "avg_line_length": 37.69054054054054, "alnum_prop": 0.5129970241296475, "repo_name": "pombredanne/metamorphosys-desktop", "id": "012ae5bc56360f46870a5edeac927864f782c68...
import Ember from 'ember'; import {purecloudEnvironmentTld} from '../utils/purecloud-environment'; export default Ember.Route.extend({ purecloud: Ember.inject.service(), analyticsService: Ember.inject.service(), init(){ let that = this; function receiveMessage(event) { ...
{ "content_hash": "8cee33688c203655cf2ddd7a502906c9", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 174, "avg_line_length": 35.36507936507937, "alnum_prop": 0.5987432675044884, "repo_name": "jbfrederick/developer-tools", "id": "f3d505c56256f75752b68326452dbabbf89da35a", "...
let num = 103.941345 console.log(num) console.log(num.toFixed(2)) console.log(num.toExponential(5)) console.log(num.toPrecision(5)) console.log(Math.round(num)) console.log(Math.floor(num)) console.log(Math.ceil(num)) let min = 10 let max = 20 //Math.random return from 0-1 let randomNumber = Math.floor(Math.random()...
{ "content_hash": "37d862a7c7bfdbaeb169f1b06d1e9752", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 73, "avg_line_length": 22.884615384615383, "alnum_prop": 0.6789915966386555, "repo_name": "koitoer/mean", "id": "5af92ff8bdda4732a8d8d0e46bbbe07cfbd483ea", "size": "595", ...
<header> <nav class="navbar nav"> <div class="container-fluid"> <div class="title"><h1>ZA.LEYBA</h1></div> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle na...
{ "content_hash": "590e1d8f4f2c13954ada4a42030afd7e", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 136, "avg_line_length": 34.03030303030303, "alnum_prop": 0.6046304541406946, "repo_name": "zleyba/zaleyba", "id": "42473164d63b3c8fce2c133415b11b7ea1f321f5", "size": "1123"...
<?xml version="1.0" encoding="utf-8"?> <!-- Authors: * Dbrant * Eleassar * Franga2000 * HairyFotr * MuratTheTurkish * Pickle12 * P̲̳l̳eo * SHaran (WMF) --> <resources> <string name="app_name_prod">Wikipedija</string> <string name="app_name_beta">Wikipedija beta</string> <string name="app_name_alpha">Wikipedija al...
{ "content_hash": "7d6715229aff317c5c731210a6d9f4cc", "timestamp": "", "source": "github", "line_count": 1354, "max_line_length": 642, "avg_line_length": 82.05096011816839, "alnum_prop": 0.7609926460660504, "repo_name": "wikimedia/apps-android-wikipedia", "id": "57e35c5906dc357761bbdde44ff8e6ab96f5af5...
@interface ViewController : UIViewController @end
{ "content_hash": "a87c07317640ee4bf1cb116f002dd042", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 44, "avg_line_length": 10.6, "alnum_prop": 0.7924528301886793, "repo_name": "djfitz/RFSurvey", "id": "1f0c2a20575a53a1fb0ef635460d4f89d0d567cc", "size": "210", "binary": f...
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>pause</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/source...
{ "content_hash": "560275d89d79df3af8f5134e59b7dd69", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 558, "avg_line_length": 77.14754098360656, "alnum_prop": 0.6519337016574586, "repo_name": "Hexworks/zircon", "id": "9a72f19b0845bc1f496e6c3c6472bca8c8a835fe", "size": "4707...
// <file> // <copyright see="prj:///doc/copyright.txt"/> // <license see="prj:///doc/license.txt"/> // <owner name="Mike Krüger" email="mike@icsharpcode.net"/> // <version>$Revision: 3205 $</version> // </file> using System; using System.Collections.Generic; using System.Diagnostics; using WorldBankBB...
{ "content_hash": "cbcbbf2d58d2a6651ee1d0e68fa1f3a1", "timestamp": "", "source": "github", "line_count": 451, "max_line_length": 105, "avg_line_length": 25.747228381374722, "alnum_prop": 0.6873062349293834, "repo_name": "sharpninja/WorldBankBBS", "id": "2147a1c47a1fdc705cfeb52b9e245a003de395da", "si...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b04b732d1ecf1b4326c21f814e38c014", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "982b52d9c87b1df5338e658cbd860f7bc624f280", "size": "18...
include_recipe "rundeck::server_dependencies" include_recipe "rundeck::server_install" include_recipe "rundeck::apache"
{ "content_hash": "673a4e9f2c3d8a9048b9a62fe47f5db2", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 45, "avg_line_length": 40, "alnum_prop": 0.8083333333333333, "repo_name": "marthag8/rundeck", "id": "bcef6c45f46a4048ec8267b97bd6ff98cc5e20e0", "size": "120", "binary": fa...
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <corners android:radius="7dp"></corners> <stroke android:width="0dp" android:color="@android:color/black" android:height="10dp" /> <solid android:color="@color/c...
{ "content_hash": "67c304a25fb8eb756e7d181cf6c97f8f", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 70, "avg_line_length": 34.9, "alnum_prop": 0.6045845272206304, "repo_name": "cruzj6/MyHealthcareAssistant", "id": "724464b89d0f11fd62889c933615c824313a4488", "size": "349",...
CFLAGS += ${EXTRA_CFLAGS} CXXFLAGS += ${EXTRA_CXXFLAGS} LDFLAGS += $(EXTRA_LDFLAGS) MACHINE ?= $(shell uname -m) ARFLAGS = rs ifneq ($(MAKECMDGOALS),dbg) OPT += -O2 -fno-omit-frame-pointer ifneq ($(MACHINE),ppc64) # ppc64 doesn't support -momit-leaf-frame-pointer OPT += -momit-leaf-frame-pointer endif else # intention...
{ "content_hash": "a56f0c551c1ef83f85287e266a8bb9c1", "timestamp": "", "source": "github", "line_count": 822, "max_line_length": 277, "avg_line_length": 32.367396593673966, "alnum_prop": 0.6718409381342554, "repo_name": "amyvmiwei/rocksdb", "id": "02b41864fe201fe59519a7d22e5a74644ea37c2e", "size": "...
<form class="form-horizontal" ng-submit="reviews.addReview(product.reviews)"> <product-review class="well live-preview" ng-show="!reviews.review.isEmpty()" review="reviews.review"> </product-review> <fieldset class="form-group"> <label>Your Review:</label> <textarea class="form-control" r...
{ "content_hash": "e11a341575f01eb38bbf2524a5f07ea8", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 74, "avg_line_length": 32.7, "alnum_prop": 0.6452599388379205, "repo_name": "dvn123/SINF", "id": "6b97ac6c57ad63a53689c2a9d6f7f028c5625e91", "size": "981", "binary": fals...
package AutoDiff.Compiled; public class ConstPower extends TapeElement { public int Base; public double Exponent; public void accept(ITapeVisitor visitor) throws Exception { visitor.visit(this); } }
{ "content_hash": "6afe7a54b8657900c87380285ae0c82e", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 63, "avg_line_length": 17.357142857142858, "alnum_prop": 0.6625514403292181, "repo_name": "andreaswitsch/cnlcsplib", "id": "7b92d8ab50576adf88f3efb36de81f4cbb881e70", "size...
SELECT [GUID] ,[ScheduleID] ,[TaskID] ,[ServerID] ,[Inserted] ,[LastUpdate] FROM [live].[ExecutionStatus] WITH(XLOCK) WHERE [LastUpdate] < @lastUpdate;
{ "content_hash": "7aba1ba85f084d7040f1783f863e7ca2", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 31, "avg_line_length": 16.272727272727273, "alnum_prop": 0.6089385474860335, "repo_name": "MindFlavor/YoctoScheduler-core", "id": "917966f636a31aa4c893881080b6938a76a55b41", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "e5667e4b17154b9a04f462ab2c9fd7f3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "e74683766ec9f40eaf167093e7f3d4517eef990f", "size": "19...
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>InternalErrorException - com.ligadata.MetadataAPI.InternalErrorException</title> <meta name="description" content="InternalErrorExcept...
{ "content_hash": "1ee789b2e5070f19d3ade26448b872bf", "timestamp": "", "source": "github", "line_count": 593, "max_line_length": 642, "avg_line_length": 55.78752107925801, "alnum_prop": 0.5998428148237712, "repo_name": "traytonwhite/Kamanja", "id": "7d4ba2f5a310e41a20d029af92e5cce9d4ff80a9", "size":...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. using System; using System.Threading.Tasks; using Azure.Core; using Azure.Core.TestFramework; using Azure.Identity; using Azure.Storage.Sas; using Azure.Storage.Test; using Moq; using NUnit.Framework; namespace Azure.Stor...
{ "content_hash": "b11707eeb1a515e56cce06d721dcb225", "timestamp": "", "source": "github", "line_count": 400, "max_line_length": 218, "avg_line_length": 44.2675, "alnum_prop": 0.633026486700175, "repo_name": "ayeletshpigelman/azure-sdk-for-net", "id": "7d07beddacf6586cb62e275618949be8516b4395", "siz...
using LoginStateLacrosBrowserTest = InProcessBrowserTest; IN_PROC_BROWSER_TEST_F(LoginStateLacrosBrowserTest, GetSessionState) { auto* lacros_service = chromeos::LacrosService::Get(); if (!lacros_service->IsAvailable<crosapi::mojom::LoginState>()) { LOG(WARNING) << "Unsupported ash version."; return; } ...
{ "content_hash": "a0d29353c411dd3582d69c8ba6156f83", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 70, "avg_line_length": 37.72222222222222, "alnum_prop": 0.7319587628865979, "repo_name": "ric2b/Vivaldi-browser", "id": "55b7d59ad0dd09e341ec4b94e211e5e8131147e9", "size": ...
#ifndef MODULES_PERCEPTION_OBSTACLE_LIDAR_SEGMENTATION_CNNSEG_CLUSTER2D_H_ #define MODULES_PERCEPTION_OBSTACLE_LIDAR_SEGMENTATION_CNNSEG_CLUSTER2D_H_ #include <vector> #include <algorithm> #include "caffe/caffe.hpp" #include "modules/common/log.h" #include "modules/perception/lib/pcl_util/pcl_types.h" #include "modu...
{ "content_hash": "93df42eaf2234e91d039996a69170cd7", "timestamp": "", "source": "github", "line_count": 304, "max_line_length": 79, "avg_line_length": 31.44407894736842, "alnum_prop": 0.567527984098755, "repo_name": "fy2462/apollo", "id": "d144fd99448463aa9317258f208b9867379eb7bd", "size": "10331",...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef GLOBALBOOST_PRIMITIVES_BLOCK_H #define GLOBALBOOST_PRIMITIVES_BLOCK_H #i...
{ "content_hash": "fb8ee3838e4a0322f6d2b5e51f52cdbb", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 83, "avg_line_length": 23.420382165605094, "alnum_prop": 0.6293173782975252, "repo_name": "GlobalBoost/GlobalBoost-Y", "id": "a6b6a5eeb30cc786a7b5baa5380d0e779fd6bb31", "s...
package org.igniterealtime.jbosh; import org.junit.Test; /** * BOSH XEP-0124 specification section 2 tests: Requirements. */ public class XEP0124Section02Test extends AbstractBOSHTest { @Test public void noop() { // No tests defined } }
{ "content_hash": "aec79dfb0b9775acc5083ffed3c81790", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 61, "avg_line_length": 15.588235294117647, "alnum_prop": 0.6867924528301886, "repo_name": "matthewmcnew/jbosh", "id": "dfdd11900fb96a289142d2b19bcafd4aec1948ec", "size": "8...
package com.raycoarana.baindo.observables; import java.util.Observer; public abstract class AbstractProperty<T> extends Observable<T> { protected T mValue; public AbstractProperty() { } public AbstractProperty(T defaultValue) { mValue = defaultValue; } public T getValue() { ...
{ "content_hash": "cf28f26cf7e7879bb5a43c2407b8b938", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 96, "avg_line_length": 26.176470588235293, "alnum_prop": 0.6569288389513108, "repo_name": "raycoarana/baindo", "id": "b9d945ad9b1af4d978a6c8b76f1a0d8aa803c189", "size": "19...
# Disallow Synchronous Methods (no-sync) This rule was **deprecated** in ESLint v7.0.0. Please use the corresponding rule in [`eslint-plugin-node`](https://github.com/mysticatea/eslint-plugin-node). In Node.js, most I/O is done through asynchronous methods. However, there are often synchronous versions of the asynchr...
{ "content_hash": "c0914a81e7bafb58b99f47928db3524a", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 592, "avg_line_length": 36.75409836065574, "alnum_prop": 0.7323818019625334, "repo_name": "DavidAnson/eslint", "id": "949df6d36b429e1a038ee635ae5081b1dc9ce5df", "size": "22...
module Ch05LogisticRegression.GradientAscent ( gradAscent , sigmoid , stocGradAscent0 , stocGradAscent0History , stocGradAscent1 ) where import qualified Data.Vector.Storable as VS import MLUtil -- cf logRegres.sigmoid sigmoid :: Double -> Double sigmoid x = 1.0 / (1.0 + exp (-x)) -...
{ "content_hash": "8ac83c36214edae07618172c158ab34e", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 105, "avg_line_length": 37.58163265306123, "alnum_prop": 0.5691012761335867, "repo_name": "rcook/mlutil", "id": "211e7382f71775821d3f0ab60f1462284da2dc0c", "size": "3683", ...
package cz.muni.fi.xtovarn.heimdall.pipeline.handler; import cz.muni.fi.xtovarn.heimdall.dispatcher.Dispatcher; import cz.muni.fi.xtovarn.heimdall.dispatcher.Subscription; public class SubmitToDispatcher implements Handler { private final Dispatcher dispatcher; public SubmitToDispatcher(Dispatcher dispatch...
{ "content_hash": "62626fd00d90e7cbd2b2de24cb425092", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 59, "avg_line_length": 26.444444444444443, "alnum_prop": 0.7626050420168067, "repo_name": "ngmon/ngmon", "id": "4c5ca9ebdb8dbb095f4bdacb277975e3c3844586", "size": "476", ...
define([ "lib/three" ], function(THREE) { /** * @author arodic / https://github.com/arodic */ /*jshint sub:true*/ ( function () { 'use strict'; var shouldCreateAxis = function(axis) { return (!this || !Array.isArray(this.hideAxis) || this.hideAxis.indexOf(axis) === -1); }; var GizmoMaterial = function ( ...
{ "content_hash": "0b4c8294770f1bb021fb3999cfe7cfcb", "timestamp": "", "source": "github", "line_count": 1261, "max_line_length": 193, "avg_line_length": 30.915146708961142, "alnum_prop": 0.6455981941309256, "repo_name": "realXtend/WebTundra", "id": "43607f34d324a552acf011223e06bd243fb8cb85", "size"...
define({ "addDistance": "Tambahkan Unit Panjang", "addArea": "Tambahkan Unit Area", "label": "Label", "abbr": "Singkatan", "conversion": "Konversi", "actions": "Tindakan", "areaUnits": "Unit Area", "distanceUnits": "Unit Panjang", "kilometers": "Kilometer", "miles": "Mil", "meters": "Meter", "fe...
{ "content_hash": "4fc4024863fdecc739833ea120ba687c", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 72, "avg_line_length": 30.825, "alnum_prop": 0.6666666666666666, "repo_name": "cmccullough2/cmv-wab-widgets", "id": "6742cdc409c223ac11217385e70d06dfc9d7c3c2", "size": "123...
package com.flextrade.jfixture.jodatime.customisation; import com.flextrade.jfixture.NoSpecimen; import com.flextrade.jfixture.SpecimenBuilder; import com.flextrade.jfixture.SpecimenContext; import org.joda.time.Duration; import org.joda.time.ReadableDuration; public class ReadableDurationRelay implements SpecimenBui...
{ "content_hash": "d3a814e166d64bc79af4b7531574e1fe", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 67, "avg_line_length": 30.944444444444443, "alnum_prop": 0.7719928186714542, "repo_name": "FlexTradeUKLtd/jfixture", "id": "3375eb058435ef63af59facf0fe8412b3ff5e137", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>metacoq: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
{ "content_hash": "a3b9f1a5ba9c390a66deb46c2a42a61c", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 157, "avg_line_length": 43.01685393258427, "alnum_prop": 0.5587044534412956, "repo_name": "coq-bench/coq-bench.github.io", "id": "ffa03b8affd87f218739e8b2944d1bd4307b4aa6", ...
using System; using System.Net; using System.Net.Http; using System.Web.Http; using BlueYonder.DataAccess.Interfaces; using BlueYonder.Entities; using System.ServiceModel; using System.Linq; using System.Threading.Tasks; using System.Collections.Generic; using BlueYonder.Companion.Entities; using BlueYonder.Companion....
{ "content_hash": "cb0fcff8e13c4b9c4c0f9a954766767d", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 109, "avg_line_length": 36.30769230769231, "alnum_prop": 0.6513317191283293, "repo_name": "MicrosoftLearning/20487-DevelopingWindowsAzureAndWebServices", "id": "4e6ed9c6ca587...
#include <stdint.h> /** * Gets the amount of space available */ uint64_t GetDiskSpace(const char *path, uint64_t *available, uint64_t *total, uint64_t *free); /** * format(type) that all the following error checking functions follow */ typedef bool (*diskErrFunc_t)(uint64_t); /** * Returns whether the error ...
{ "content_hash": "a303af29ec0687ba03ec1587d62612e6", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 94, "avg_line_length": 18.677419354838708, "alnum_prop": 0.7046632124352331, "repo_name": "Saevon/node-diskfree", "id": "908534b7832439c3cd487e5d2e17f89bc550b518", "size": ...
// Provides base class sap.ui.core.Control for all controls sap.ui.define(['jquery.sap.global', './CustomStyleClassSupport', './Element', './UIArea', /* cyclic: './RenderManager', */ './ResizeHandler', './BusyIndicatorUtils'], function(jQuery, CustomStyleClassSupport, Element, UIArea, ResizeHandler, BusyIndicatorUti...
{ "content_hash": "27d2b12250e1cc422728268c74bb649a", "timestamp": "", "source": "github", "line_count": 892, "max_line_length": 185, "avg_line_length": 36.860986547085204, "alnum_prop": 0.6858576642335766, "repo_name": "zaveryukha/openui5_demo", "id": "295d8483bf5d7857d281bee08568936f07ce8610", "si...
package com.github.chen0040.leetcode.day10.easy; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * Created by xschen on 5/8/2017. * * summary: * Given a string s and a non-empty string p, find all the start indices of p's anagrams in s. * Strings consists ...
{ "content_hash": "e79796b4d3e7df6125b4cce2a5375dfd", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 124, "avg_line_length": 33.60526315789474, "alnum_prop": 0.5199686765857479, "repo_name": "chen0040/java-leetcode", "id": "a8ae88d9ceed8b8220f28b20a80f96cd7b6eab02", "size"...
<?php /* TwigBundle:Exception:exception.html.twig */ class __TwigTemplate_3bf68954aad30659e4e7eb8140b1e9684baf54d412b0662f9da1539b65d2208c extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = arr...
{ "content_hash": "8c2a194bebde98135522db0227dfa709", "timestamp": "", "source": "github", "line_count": 276, "max_line_length": 636, "avg_line_length": 47.960144927536234, "alnum_prop": 0.4878748961244995, "repo_name": "adriancoca/Drool", "id": "b5ac106c2e472f23253648cb4d34fab0788ebe36", "size": "1...
package configs import ( "fmt" "os" "path/filepath" "strings" "github.com/hashicorp/hcl/v2" ) // LoadConfigDir reads the .tf and .tf.json files in the given directory // as config files (using LoadConfigFile) and then combines these files into // a single Module. // // If this method returns nil, that indicates...
{ "content_hash": "6704cede00c700c0ebf6100cf7513017", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 96, "avg_line_length": 29.834355828220858, "alnum_prop": 0.7028583179107547, "repo_name": "citrix/terraform-provider-netscaler", "id": "2923af93a00e4ff4330665f203785c7877dee...
/*! * FullCalendar v2.1.1 Print Stylesheet * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ /* * Include this stylesheet on your page to get a more printer-friendly calendar. * When including this stylesheet, use the media='print' attribute of the <link> tag. * Make sure to include this...
{ "content_hash": "0f53e66f3ce3a6e414a285e4a380dad8", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 100, "avg_line_length": 26.63157894736842, "alnum_prop": 0.6090549766439094, "repo_name": "hafizyounis78/shift", "id": "cd80757b119a9a5faa3a308f2ddd2c672f592e7f", "size": ...
namespace CohesionAndCoupling { using System; using System.Linq; public class RectangularParallelepiped { private double width, height, depth; public RectangularParallelepiped(double width, double height, double depth) { this.Width = width; this.Height ...
{ "content_hash": "342488fd23b0cfa6fc74299cd999b265", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 105, "avg_line_length": 25.303370786516854, "alnum_prop": 0.4746891651865009, "repo_name": "flextry/Telerik-Academy", "id": "40db914246b77ce80a9679d076b7e9ec07e0c4b7", "siz...
<?php include("User.class.php"); include('repository.class.php'); include("controller.action.php"); include("controller.erreur.php"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; c...
{ "content_hash": "c258cdf4c452392597cd4c9e57cce705", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 117, "avg_line_length": 26.816901408450704, "alnum_prop": 0.6565126050420168, "repo_name": "Grandvizir/ITI--Club", "id": "ba0364a80113e5891a4d2f5428a121d371bd47f1", "size":...
[Demo here.](http://vcolavin.com/birthday_problem) In short, it takes a surprisingly small group of people for it to be likely that two people will share a birthday. I got the math from this [Wolfram MathWorld post](http://mathworld.wolfram.com/BirthdayProblem.html). Except for [math.js](http://mathjs.org/) (used to...
{ "content_hash": "38e33541ead903bd55056bdfcbcf3e55", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 169, "avg_line_length": 63, "alnum_prop": 0.7551020408163265, "repo_name": "vcolavin/birthday_problem", "id": "2358b700988226b4f2776a8d52e52689271efcf5", "size": "543", "b...
<launch> <!-- urdf xml robot description loaded on the Parameter Server--> <param name="robot_description" command="$(find xacro)/xacro $(find labrob_description)/urdf/ocare_realworld.urdf.xacro" /> <!-- Load joint controller configurations from YAML file to parameter server --> <rosparam file="$(find ex_ocare_co...
{ "content_hash": "2a0ca40d276dde1575f6c53680c5fc99", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 126, "avg_line_length": 47.325, "alnum_prop": 0.7010036978341257, "repo_name": "a0919958057/ros_ocare_nav", "id": "238f8d16de1d19fe0680d5451bc8816f1658c49e", "size": "1893"...
require 'spec_helper' require 'pact/mock_service/request_decorator' require 'pact/consumer_contract/request' module Pact module MockService describe RequestDecorator do let(:options) { {} } let(:body) { {some: "bod"} } let(:headers) { {some: "header"} } let(:request_params) do {...
{ "content_hash": "2d22988becc8e51086f75b590dcb74af", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 118, "avg_line_length": 26.67105263157895, "alnum_prop": 0.549580661075481, "repo_name": "bethesque/pact-mock_service", "id": "786f8941d4d6543dd382b5e12e6ff7820a17e87f", "s...
<script> <a click={() => window.open("https://lively-kernel.org/lively4/swd21-particles/start.html")}>dev repository</a> </script> ## Literature - <edit://../shadama/examples/1-Fill.shadama>
{ "content_hash": "dede7fa5d8acca80e53239bb7f1909c3", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 113, "avg_line_length": 19.7, "alnum_prop": 0.6751269035532995, "repo_name": "LivelyKernel/lively4-core", "id": "8ccce2bdea726eea5fa1331ab91ece3deb70a89a", "size": "211", ...
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2015 Couchbase, Inc * * 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 * * h...
{ "content_hash": "03001ce65a859d8d7e98996c44bba0fb", "timestamp": "", "source": "github", "line_count": 1682, "max_line_length": 86, "avg_line_length": 30.072532699167656, "alnum_prop": 0.5277569095725753, "repo_name": "hisundar/forestdb", "id": "ee2d61245cb455ee4b6db6f6e2cbe87695202583", "size": "...
package pubclas; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.util.Iterator; import java.util.Map; impo...
{ "content_hash": "745a168957ff25dd321d1de62e14f4b1", "timestamp": "", "source": "github", "line_count": 331, "max_line_length": 117, "avg_line_length": 27.459214501510573, "alnum_prop": 0.6305424139069205, "repo_name": "wisegps/baba_en", "id": "b5ccb23a3ee0a00ee1cebcb40c7c0873ac87dde4", "size": "98...
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="UTF-8"> <title>Tiles Gateway</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="Content-Security-Policy" content="default-src *; style-src &apos;...
{ "content_hash": "a9a8b909eaa35f2fb9981c4fa0083244", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 202, "avg_line_length": 35.285714285714285, "alnum_prop": 0.6700404858299596, "repo_name": "teseolab/rapIoT-gateway-app", "id": "c9fdd20329e1d9fad92c1da5ad27f2a57eec2522", ...
package org.libriami.tests.model; import junit.framework.TestCase; import org.libriami.model.Address; import org.libriami.model.Contact; import org.libriami.model.EmailAddress; import org.libriami.model.PhoneNumber; public class TestMergeContacts extends TestCase { public void testMergeContacts() th...
{ "content_hash": "abb7473171941f3a15f712721800b771", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 81, "avg_line_length": 30.12121212121212, "alnum_prop": 0.704225352112676, "repo_name": "walterDurin/libriami", "id": "ffabe615a4538da0bdc4779986c75a91c3967be8", "size": "1...
@interface PodsDummy_ProtonomeRoundedViews : NSObject @end @implementation PodsDummy_ProtonomeRoundedViews @end
{ "content_hash": "46221bb6546d72017ea294c8591381a5", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 53, "avg_line_length": 28, "alnum_prop": 0.8660714285714286, "repo_name": "dclelland/HOWL", "id": "596ba066fa08036725a1f43dbce3955097fb6b54", "size": "146", "binary": fals...
/** @Generated Interrupt Manager File @Company: Microchip Technology Inc. @File Name: interrupt_manager.c @Summary: This is the Interrupt Manager file generated using MPLAB® Code Configurator @Description: This header file provides implementations for global interrupt handling...
{ "content_hash": "8ac1adcd9dd2004475e9c6c2d386f8e6", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 82, "avg_line_length": 35.32941176470588, "alnum_prop": 0.6913086913086913, "repo_name": "uazipsev/EV15", "id": "a20df60a951b865885ea18c7516f715fdcca25a1", "size": "3003", ...
#include "version.h" #include "export.h" #include "tools/editor/editor_settings.h" #include "tools/editor/editor_import_export.h" #include "tools/editor/editor_node.h" #include "io/zip_io.h" #include "io/marshalls.h" #include "globals.h" #include "os/file_access.h" #include "os/os.h" #include "platform/android/logo.h" ...
{ "content_hash": "877a9c004f486ad93e8c0033b22abb58", "timestamp": "", "source": "github", "line_count": 1782, "max_line_length": 151, "avg_line_length": 25.496071829405164, "alnum_prop": 0.6577893207729893, "repo_name": "OpenSocialGames/godot", "id": "60f4e61c68d8bab6ed0cbaee16acb088fa65beb4", "siz...
package com.cs350.iyy; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(App...
{ "content_hash": "64e7c54a9aba931cfacefb0392fce9c5", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 93, "avg_line_length": 26.46153846153846, "alnum_prop": 0.7441860465116279, "repo_name": "wjw0926/IYY", "id": "7c36f073f4faa676d41d7efd5af292ab2f11e9dd", "size": "344", "...
[![NeuralTalk Day walk with Voice](http://img.youtube.com/vi/l8PVcKT6PtQ/0.jpg)](http://www.youtube.com/watch?v=l8PVcKT6PtQ) ### NeuralTalk Night Walk With Voice [![NeuralTalk Night Walk With Voice](http://img.youtube.com/vi/-696q1Sg48Q/0.jpg)](http://www.youtube.com/watch?v=-696q1Sg48Q) [`openFrameworks`][1], addon ...
{ "content_hash": "03d046de3b8c41fd62f250eed4bef0af", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 300, "avg_line_length": 52.542857142857144, "alnum_prop": 0.7656334964654704, "repo_name": "eyedol/ofxIPNeuraltalk2", "id": "75892cdd2cc26b342baa09db5913e7938482d32d", "siz...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-algebra-tactics: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../...
{ "content_hash": "2b99ae60f905e4ac7e585dee8b7d1026", "timestamp": "", "source": "github", "line_count": 178, "max_line_length": 159, "avg_line_length": 43.651685393258425, "alnum_prop": 0.5625482625482625, "repo_name": "coq-bench/coq-bench.github.io", "id": "a18a82cf6b6832c9212a25cc41a960708733d95e",...
<?php require_once 'Media/Process/Generic.php'; require_once dirname(dirname(dirname(dirname(__FILE__)))) . '/mocks/Media/Process/Adapter/GenericMock.php'; class Media_Process_GenericTest extends PHPUnit_Framework_TestCase { protected $_files; protected $_data; protected function setUp() { $this->_files = dir...
{ "content_hash": "06c3b3d6baa173292885da9f500f2321", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 107, "avg_line_length": 30.46315789473684, "alnum_prop": 0.6821008984105045, "repo_name": "djstearns/blabfeed-beta2", "id": "45374095f572cb135c9806af1ba5c5acc6f14a60", "siz...
{# 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...
{ "content_hash": "dd5129e327cf980fc2e028933d575bc8", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 87, "avg_line_length": 37.26470588235294, "alnum_prop": 0.7032359905288083, "repo_name": "apache/allura", "id": "9466b5aa7bf31f963d5731df3a0bed10ae1af68c", "size": "1267", ...
import {StructureViewModelNode} from "./structure-view-model-node"; import {StructureViewModelDependency} from "./structure-view-model-dependency"; export class StructureViewModel { root: StructureViewModelNode = null; dependencies: Array<StructureViewModelDependency> = []; feedbacks: Array<StructureViewM...
{ "content_hash": "fd6cda241688011a5caf2f7b9d7d0384", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 79, "avg_line_length": 38.22222222222222, "alnum_prop": 0.7732558139534884, "repo_name": "rfruesmer/module-structure", "id": "23fd0c3e6fb25cf8196069ce88f8c216cb1f8be5", "siz...
// Creates an MPMoviePlayer and starts playing the sample movie. // // Uses MPMoviePlayer because iOS does not have an AVPlayerView, so using // the AV framework on iOS adds unrelated code to get an AVPlayer to show // up on the screen. #import <UIKit/UIKit.h> @interface ViewController : UIViewController - (void)inc...
{ "content_hash": "1a523eda0daffc37fd18dfb18bcd5d44", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 73, "avg_line_length": 27.357142857142858, "alnum_prop": 0.7702349869451697, "repo_name": "justsomeguy-google-com/UniversalDashTransmuxer", "id": "a674af181a746997cca61593463...