text
stringlengths
2
1.04M
meta
dict
namespace WordOccurances { using System; using System.Collections.Generic; using System.Linq; /// <summary> /// 3. Write a program that counts how many times each word from given text file words.txt appears in it. /// The character casing differences should be ignored. The result words should...
{ "content_hash": "b07e42ad77d9d6d158582f69cb3cacbc", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 114, "avg_line_length": 31.30263157894737, "alnum_prop": 0.5292139554434636, "repo_name": "svetlai/TelerikAcademy", "id": "779602940558a63b80a66731247870ef15b82c7c", "size"...
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> /* List Structure Definition */ typedef int DataType; struct _list_node_t { DataType data; struct _list_node_t *next; }; typedef struct _list_node_t list_node_t; typedef list_node_t *List; typedef list_node_t *Position; /* Methods f...
{ "content_hash": "fd8047444d528e6eadce949b8db5ff00", "timestamp": "", "source": "github", "line_count": 221, "max_line_length": 77, "avg_line_length": 21.669683257918553, "alnum_prop": 0.5518897473376487, "repo_name": "JShadowMan/data-structures-and-algorithm-analysis", "id": "130a1b0981bab20f36aa754...
/** * Generated from variabletest.treo by Reo 1.0. */ import nl.cwi.reo.runtime.*; public class variabletest { public static void main(String[] args) { Port<String> $1 = new PortWaitNotify<String>(); Port<String> $2 = new PortWaitNotify<String>(); PortWindow1 PortWindow1 = new PortWindow1(); $1.setProdu...
{ "content_hash": "27d1e3839125b6d1eb96800159a2997a", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 77, "avg_line_length": 19.174603174603174, "alnum_prop": 0.5802980132450332, "repo_name": "kasperdokter/Reo", "id": "739c475f472e4b06f3fe301f38af176f780672e8", "size": "24...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Wed Apr 05 10:49:54 BST 2017 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Index (Airline - He...
{ "content_hash": "868978521b2423243bece72322632b45", "timestamp": "", "source": "github", "line_count": 185, "max_line_length": 474, "avg_line_length": 52.043243243243246, "alnum_prop": 0.6972372247611134, "repo_name": "rvesse/airline", "id": "c399cf52f3031baf687598fe39dab3187c27c922", "size": "962...
using System.ComponentModel; using System.Text.RegularExpressions; using System.Xml.Linq; namespace XamlStyler.Core.DocumentManipulation { public class NameSelector { private string _name; private Regex _nameRegex; private string _namespace; private Regex _namespaceRegex; ...
{ "content_hash": "40735bc3341835aa0ab65cf293a94e1b", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 112, "avg_line_length": 27.03030303030303, "alnum_prop": 0.5190582959641256, "repo_name": "NicoVermeir/XamlStyler", "id": "01489eaf61d073c3362865394aec045009795074", "size"...
package io.vertx.ext.web.codec; import io.vertx.codegen.annotations.GenIgnore; import io.vertx.codegen.annotations.VertxGen; import io.vertx.core.AsyncResult; import io.vertx.core.Handler; import io.vertx.core.buffer.Buffer; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import io.vertx.co...
{ "content_hash": "c11aa7535d4a143d91dad44e9b317d7c", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 115, "avg_line_length": 24.685185185185187, "alnum_prop": 0.6882970742685671, "repo_name": "mystdeim/vertx-web", "id": "bd7c6e65896defb1be19c44f6f6f5e6954653606", "size": ...
package com.graphhopper.jackson; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.SerializerProvider; import com.graphhopper.util.shapes.BBox; import java.io.IOExcepti...
{ "content_hash": "6e790b07ccdd9e92c3f90807e2d41133", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 150, "avg_line_length": 36.8, "alnum_prop": 0.7744565217391305, "repo_name": "komoot/graphhopper", "id": "3a6e1a604610ed91b2f9efdf62b72737fa14af02", "size": "736", "binar...
from django.db import models from django.urls import reverse from django.utils import timezone class Category(models.Model): title = models.CharField(max_length=255) slug = models.SlugField(unique=True) class Meta: ordering = ["title"] verbose_name_plural = "categories" def __str__(s...
{ "content_hash": "c50995b4af737b9533f64e313b16d187", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 91, "avg_line_length": 26.8135593220339, "alnum_prop": 0.6201011378002529, "repo_name": "richardcornish/richardcornish", "id": "76958e719ba8673ba64f216369ad890978b1a36d", "...
class TokyoMetro::Factory::Generate::Api::PassengerSurvey::List < TokyoMetro::Factory::Generate::Api::MetaClass::List::Normal include ::TokyoMetro::ClassNameLibrary::Api::PassengerSurvey end
{ "content_hash": "b94a24145c67608e6a13be30e51a8c95", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 125, "avg_line_length": 64, "alnum_prop": 0.796875, "repo_name": "osorubeki-fujita/odpt_tokyo_metro", "id": "21756fa3b9b7db75c9c9363039c15bcb5638634e", "size": "303", "bin...
using System; namespace Discord { /// <summary> Represents a Discord snowflake entity. </summary> public interface ISnowflakeEntity : IEntity<ulong> { /// <summary> /// Gets when the snowflake was created. /// </summary> /// <returns> /// A <see cref="DateTim...
{ "content_hash": "1952417dfe06be949a5a1af830d29650", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 94, "avg_line_length": 28.25, "alnum_prop": 0.581858407079646, "repo_name": "RogueException/Discord.Net", "id": "6f2c7512b5c01af6bd1bf4d597b824090da2d58f", "size": "452", ...
<?php class ViewDatabaseFileField extends ViewControl { public function showDBValue(&$data, $keylink) { $value = ""; $fileNameF = $this->container->pSet->getFilenameField($this->field); if($fileNameF) { $fileName = $data[$fileNameF]; if(! $fileName) $fileName = "file.bin"; } else $fileName...
{ "content_hash": "aff4ec91e84dd09f05127424ed8a6a83", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 194, "avg_line_length": 24.64864864864865, "alnum_prop": 0.6282894736842105, "repo_name": "tony19760619/PHPRunnerProjects", "id": "f5a87ad1a04eedf028a800e04a19608dbf611b4e", ...
[![GoDoc](https://godoc.org/github.com/deadmanssnitch/sarama-heroku?status.svg)](http://godoc.org/github.com/deadmanssnitch/sarama-heroku) ## Overview sarama-heroku is a Go library that makes it easy to connect to [Apache Kafka on Heroku](https://www.heroku.com/kafka). We handle all the certificate management and co...
{ "content_hash": "ca5f36046258b06174bfe6c25da5d9bb", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 138, "avg_line_length": 27.220338983050848, "alnum_prop": 0.7493773349937733, "repo_name": "meredithlind/goheroku", "id": "483265406ea3904364c5a80484c51c9b9ddf4929", "size...
package org.projectomakase.omakase.worker.tool.manifest.assertions; import org.projectomakase.omakase.task.providers.manifest.ManifestFile; import org.assertj.core.api.AbstractAssert; import org.assertj.core.api.Assertions; import java.net.URI; /** * @author Richard Lucas */ public class ManifestFileAssert extend...
{ "content_hash": "8412b319f7d46cfb155de1c5fec8995d", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 90, "avg_line_length": 26.933333333333334, "alnum_prop": 0.7227722772277227, "repo_name": "projectomakase/omakase", "id": "c28d0e91cc710b35751e055f093e55cf81d7ee67", "size"...
<?php /* Safe sample input : get the field userData from the variable $_GET via an object, which store it in a array sanitize : cast into int construction : interpretation with simple quote */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy,...
{ "content_hash": "f84c27679d5874ee467a56a382eba70c", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 123, "avg_line_length": 23.94871794871795, "alnum_prop": 0.7125267665952891, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "7b1c665b41cc36107f30a047b6759e0db042...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module app.tasks</title> <meta charset="utf-8"> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff"...
{ "content_hash": "6d7f7a63a62ae0850caa0933774a3549", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 183, "avg_line_length": 52.86363636363637, "alnum_prop": 0.6612209802235598, "repo_name": "noellekimiko/HMC-Grader", "id": "9fb89ef05d1a186e24664cf803724731e5391918", "size...
namespace SimShift.Dialogs { partial class dlGearboxShifterTable { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary...
{ "content_hash": "904e92653305f0094a4a87f714334c66", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 130, "avg_line_length": 38.67567567567568, "alnum_prop": 0.589098532494759, "repo_name": "nlhans/SimShift", "id": "143d0df60ba4888435b60286474c17f5c6d2c29e", "size": "2864"...
@class SFODataObject; @implementation SFEnsSubscriptionRequest @end
{ "content_hash": "4c664c9f98838959e4a6766696ea58d6", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 40, "avg_line_length": 14, "alnum_prop": 0.8428571428571429, "repo_name": "citrix/ShareFile-ObjectiveC", "id": "3e69108fc340d4a032c61aed6ee2f5784ad9a941", "size": "274", "...
using System; using System.Collections.Generic; using System.Text; using DBlog.TransitData; using DBlog.Data; using System.Xml; using System.Configuration; using System.Web; using NHibernate; using NHibernate.Criterion; using System.Collections; using DBlog.Tools.Web; using System.Net; using System.IO; us...
{ "content_hash": "f4116d952eaf051476469dec96f03e31", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 97, "avg_line_length": 33.12871287128713, "alnum_prop": 0.5125523012552301, "repo_name": "dblock/dblog", "id": "f0ff3e67bf82de15309d4e649d7ef3b5d016f67a", "size": "3346", ...
cp -R docs/html/. ../../blog/public/documentation/
{ "content_hash": "581944835c1e00604c139d6f80700cb1", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 50, "avg_line_length": 51, "alnum_prop": 0.6666666666666666, "repo_name": "Brotcrunsher/BrotboxEngine", "id": "acc6ddea9d6c03c0ba3a3d31f2c5c056dd8221f4", "size": "103", "b...
using System; using System.Dynamic; using System.Threading.Tasks; using System.Windows.Input; using Facebook; using Facebook.Client; using GalaSoft.MvvmLight; using GalaSoft.MvvmLight.Command; using Microsoft.Practices.ServiceLocation; using WinRTFaceBookTest.Model; using Windows.UI.Popups; using Windows.UI.Xaml.Contr...
{ "content_hash": "016f45334506a9e8a3cfe8de0585caa6", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 98, "avg_line_length": 27.858974358974358, "alnum_prop": 0.5996318453750575, "repo_name": "codeno47/efc", "id": "26f04d71e6cb076b0331fda31092b36c9363263b", "size": "2175", ...
'use strict'; var msx = require('msx'), through = require('through'); function hasMithrilExtension(file) { return /\.(js|msx)$/.test(file); } function mithrilify(file, opts) { opts = opts || {}; if (!hasMithrilExtension(file)) { return through(); } var data = ''; function write(buf) { data ...
{ "content_hash": "18f0803eca83adb8c57d6c9e8a84a0eb", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 53, "avg_line_length": 16.075, "alnum_prop": 0.6065318818040435, "repo_name": "mkautzmann/mithrilify", "id": "29b6f70f02184695a8b7a698e00bad64f5d29da0", "size": "776", "b...
using System; using System.Net.Http; using System.Threading; using System.Threading.Tasks; namespace HTTPlease.Security.MessageHandlers { using Abstractions; /// <summary> /// A HTTP message handler that adds authentication to outgoing request messages. /// </summary> public sealed class AuthenticationMessageH...
{ "content_hash": "59b534f64d1e153fa1c49898606b3821", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 127, "avg_line_length": 31.64, "alnum_prop": 0.7256637168141593, "repo_name": "tintoy/HTTPlease", "id": "82eebf802118dec2fa4e333fcbe10797e3f7360c", "size": "2375", "binar...
<html> <head> <title>Angela Voss's panel show appearances</title> <script type="text/javascript" src="../common.js"></script> <link rel="stylesheet" media="all" href="../style.css" type="text/css"/> <script type="text/javascript" src="../people.js"></script> <!--#include virtual="head.txt" --> </head> <body> <!--#i...
{ "content_hash": "ff10f196339054137fcf603f2fd645f9", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 191, "avg_line_length": 32.833333333333336, "alnum_prop": 0.6649746192893401, "repo_name": "slowe/panelshows", "id": "4ca3b5362a5183267da1b1d8b9d8950731d7c01a", "size": "98...
<?php namespace Congredi\NotificationSystem\Exceptions; class InvalidNotificationTypeException extends GenericException { }
{ "content_hash": "3a6e6cb8b2f5d2e87d1569b31e302b18", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 63, "avg_line_length": 18, "alnum_prop": 0.8571428571428571, "repo_name": "andreikun/congredi-notification-system", "id": "89bdf98fac1d9d82e95ce8381b19ab5dadc1c223", "size":...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_144) on Wed Jan 24 19:09:05 CST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ArgPosition (Core API 1.1.1...
{ "content_hash": "74c67d66bd7f6a6cd2014cb752374f4c", "timestamp": "", "source": "github", "line_count": 423, "max_line_length": 391, "avg_line_length": 41.11583924349882, "alnum_prop": 0.6577736890524379, "repo_name": "cycorp/cycorp.github.io", "id": "a6927153bd9758ed8925e147f948e6308667fff5", "siz...
.. _gallery: Gallery ======== Here are a few projects using MoviePy. The gallery will fill up as more people start using MoviePy (which is currently one year old). If you have a nice project using MoviePy let us know! Videos edited with Moviepy --------------------------- The Cup Song Covers Mix ~~~~~~~~~~~~~~~~~...
{ "content_hash": "4b0b7a9e9b08087d7a2d845eafeca4a5", "timestamp": "", "source": "github", "line_count": 197, "max_line_length": 355, "avg_line_length": 46.025380710659896, "alnum_prop": 0.6772912760560273, "repo_name": "kerstin/moviepy", "id": "53473705c5f261dd870f4a778f2299b0617330e4", "size": "90...
<p>This access drivers use php imap functions to browse a mailbox and retrieve the emails and attachments contained in it. Warning, the php_imap extension must be installed and loaded. And for your info, it's not because it's "imap" that i's limited to imap mailbox, POP3 is also supported.</p> <p>Here are some test sa...
{ "content_hash": "ad872308d087c5f8e9ae6b17ee9a7334", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 294, "avg_line_length": 40.733333333333334, "alnum_prop": 0.48527004909983634, "repo_name": "Tlapi/Noodle", "id": "f1d27f5b21a807e51e05a3610635e315ddbf5cf9", "size": "1222"...
<?xml version="1.0" encoding="UTF-8"?> <result>H<out>e</out>re&apos;s some text. The content doesn&apos;t matter, as it is only used for testing purposes. We have miserable weather today. Michael&apos;s ficus doesn&apos;t look too well, I don&apos;t think it likes standing on top of the radiator in winter. If I need...
{ "content_hash": "abd192bae4ecf1dd7de3165cf1164af6", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 84, "avg_line_length": 48.5, "alnum_prop": 0.7422680412371134, "repo_name": "apache/uima-addons", "id": "d176f182cd1bab9aaec7e86f2da639155e62dc05", "size": "388", "binary"...
title: Der Herr des Herzens und des Verhaltens date: 04/08/2021 --- #### imBlick Für wahre Authentizität müssen unser Herz und unser Verhalten miteinander verbunden werden. Das Herz sollte das Verhalten des geistlichen Lebens bestimmen und nähren. Ungeachtet aller menschlicher Erfindungen, die im Laufe der Jahrhund...
{ "content_hash": "29863a2051cfa967627502d7e7f720cf", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 686, "avg_line_length": 79.4, "alnum_prop": 0.8075566750629722, "repo_name": "Adventech/sabbath-school-lessons", "id": "980f82babc572056cb79e0a2adf7d55fdaa7b4a4", "size": "...
DEFINE_string(open_browser, "", "URL"); DEFINE_string(spawn_process, "", "path"); int main(int argc, char **argv) { InitGoogle(argv[0], &argc, &argv, false); if (!FLAGS_open_browser.empty()) { if (!mozc::Process::OpenBrowser(FLAGS_open_browser)) { LOG(INFO) << "Failed to open: " << FLAGS_open_browser; ...
{ "content_hash": "f3d6709c7e84f52075b036612770f7ed", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 64, "avg_line_length": 30.470588235294116, "alnum_prop": 0.6023166023166023, "repo_name": "takahashikenichi/mozc", "id": "2b80465204e322fb56182b69de9e7e86d856d3cb", "size":...
package org.eclipse.collections.impl.block.predicate; import org.eclipse.collections.impl.tuple.Tuples; import org.junit.Assert; import org.junit.Test; public class PairPredicateTest { @Test public void accept() { PairPredicate<String, Integer> pairPredicate = new PairPredicate<String, Integer>(...
{ "content_hash": "e7274284bded72f8a2f0d2325c353779", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 91, "avg_line_length": 31, "alnum_prop": 0.6243727598566309, "repo_name": "bhav0904/eclipse-collections", "id": "7eefbc2e831adc15ae1bcfef8c360e3d614a813a", "size": "1855", ...
define([], function () { return { WeeksOnLabel: "vecka på", PaternLabel: "Schema", OcurrencesLabel: "Tillfällen", dateRangeLabel: "Datumintervall", weekEndDay: "Helgdag", weekDayLabel: "Arbetsdag", lastLabel: "sista", fourthLabel: "fjärde", thirdLabel:...
{ "content_hash": "0ac3b1f9b9816b4f71054dd8ac61b3b8", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 139, "avg_line_length": 34.33571428571429, "alnum_prop": 0.5993343041397962, "repo_name": "rgarita/sp-dev-fx-webparts", "id": "a005be723a7b04225ffbbc4704a43b9f3c5861bb", "...
using System; namespace MoodPicker.ApiHelper { public class ApiException : Exception { private int error; public int Error { get { return error; } } public ApiException(string message, int error) : base(error + ": " + message) { this.error = error; } ...
{ "content_hash": "09916d8d1ab2535e81f073cad745fb09", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 87, "avg_line_length": 28.52, "alnum_prop": 0.6115007012622721, "repo_name": "nicolabricot/MoodPicker-Windows", "id": "0ffeb14037b86a184987e11b61f6fb07394fcd83", "size": "7...
import asyncio import copy import getpass import logging import random import threading import time import uuid from typing import Collection from typing import Dict from typing import List from typing import Mapping from typing import Optional from typing import Tuple import a_sync import service_configuration_lib fr...
{ "content_hash": "70cf076f4c237771538ef45cba6946e8", "timestamp": "", "source": "github", "line_count": 651, "max_line_length": 120, "avg_line_length": 37.654377880184335, "alnum_prop": 0.597805246195896, "repo_name": "Yelp/paasta", "id": "e128cea800e20d131ea431345f2bb7afa9ab1ed1", "size": "24535",...
from django.core.cache.backends.locmem import LocMemCache from base_classes import CacheBase from hydro.common.configurator import Configurator __author__ = 'moshebasanchig' class InMemoryCache(CacheBase): def __init__(self, params=None): self.cache = LocMemCache(name='Hydro', params={}) def get(se...
{ "content_hash": "59de29ff2b46b4e1cea5e51828130173", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 75, "avg_line_length": 26.194444444444443, "alnum_prop": 0.6341463414634146, "repo_name": "Convertro/Hydro", "id": "420e14b086504cee94929883cdca942154669de2", "size": "943"...
<?php namespace XeroPHP\Models\Accounting; use XeroPHP\Remote; use XeroPHP\Models\Accounting\Organisation\ExternalLink; class Employee extends Remote\Model { /** * Xero identifier. * * @property string EmployeeID */ /** * Current status of an employee – see contact status types. ...
{ "content_hash": "071d651b89228fde278f2611cf06a781", "timestamp": "", "source": "github", "line_count": 225, "max_line_length": 122, "avg_line_length": 20.85333333333333, "alnum_prop": 0.5377237851662404, "repo_name": "calcinai/xero-php", "id": "f03ae908926cfb90b5c582710614b7a51666e68c", "size": "4...
class BrowserActionSetIconFunction : public ExtensionActionSetIconFunction { public: DECLARE_EXTENSION_FUNCTION_NAME("browserAction.setIcon") protected: virtual ~BrowserActionSetIconFunction() {} }; class BrowserActionSetTitleFunction : public ExtensionActionSetTitleFunction { public: DECLARE_EXTENSION_FUNCT...
{ "content_hash": "952a97aa4529dbd98721389d056c27dd", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 90, "avg_line_length": 27.516129032258064, "alnum_prop": 0.8147713950762017, "repo_name": "Crystalnix/BitPop", "id": "e99fd4dcc896c88395fa5864c345f001e956cad8", "size": "31...
/// <reference path="../kg.ts"/> /* Basic concepts */ /// <reference path="basic_concepts/elasticity/elasticity.ts"/> /// <reference path="basic_concepts/elasticity/midpoint.ts"/> /// <reference path="basic_concepts/elasticity/point.ts"/> /// <reference path="basic_concepts/elasticity/constant.ts"/> /* MICRO */ /* ...
{ "content_hash": "c0aac7a81a0de52d2da351f2c5467692", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 94, "avg_line_length": 49, "alnum_prop": 0.7577639751552795, "repo_name": "cmakler/econgraphs", "id": "1fdc6cfa837934b4750f57ac8da3a880d48558bb", "size": "3381", "binary"...
set -x set -e set -o pipefail echo $ANDROID_SERIAL cleanup() { rm -rf ~/.m2 ~/.gradle/caches rm -rf */build/ rm -rf examples/one/build/ } cleanup ./gradlew :plugin:install ./gradlew :core:install cd examples/app-example gradle connectedAndroidTest gradle screenshotTests cleanup
{ "content_hash": "f6ff65bb2abe4828ceeff89eb2e5ba20", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 33, "avg_line_length": 13.5, "alnum_prop": 0.7070707070707071, "repo_name": "fangzhzh/screenshot-tests-for-android", "id": "9102012ecd3c1f586fa5fb1b1152b5a212b1b1b6", "size...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "451e27086857d738577f536b58fb1266", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "9bc1a7b08759bd1caeb1d39ff0e5a700d318353c", "size": "195...
<!DOCTYPE html> <html lang="en"> <head> <title>Example Project</title> <script src="engine/misc/JumpStart.js"></script> <script> loadJumpStart({ "multiuserOnly": true, "debug": {"showCursorPlanes": true} }); function spin() { this.rotateY(1.0 * jumpStart.deltaTime); } function ex...
{ "content_hash": "ff23ff35d0a53181d92cd7c269b6ca98", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 84, "avg_line_length": 26.014705882352942, "alnum_prop": 0.6464104013566987, "repo_name": "smsithlord/JumpStart", "id": "3827197a16ae85fb84e486948d04d2ae02859e58", "size":...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!DOCTYPE html> <html> <head> <title>Login / Registration </title> <style type="text/css"> label{ display:block; } </style> </head> <body> <div id="login"> <?php if($this->session->flashdata("registration_errors")) ...
{ "content_hash": "7c78e5dc4037038870ca97dd0c8428c8", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 63, "avg_line_length": 21.18421052631579, "alnum_prop": 0.5832298136645963, "repo_name": "scott-langdon/php-belt2", "id": "c0729cbb8601dcafd40eb4c9db978ae665245bc0", "size"...
package com.petalmd.armor.transport; import org.elasticsearch.Version; import org.elasticsearch.common.inject.Inject; import org.elasticsearch.common.network.NetworkService; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.common.util.BigArrays; import org.elasticsearch.indices.breaker.Cir...
{ "content_hash": "47bc59989b15f817ec7487a4d6e31587", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 125, "avg_line_length": 34.23076923076923, "alnum_prop": 0.797752808988764, "repo_name": "petaldevelopment/armor", "id": "68033592f6f9db1a8c8e2cbe395df40dfa691e86", "size":...
int BG_COLOR; void colors_init(); #endif
{ "content_hash": "82c78cf9bde2687be12eb8f19e1b0e25", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 19, "avg_line_length": 8.6, "alnum_prop": 0.6744186046511628, "repo_name": "drbig/snb", "id": "018cf68039d544f209495420426ba3c1a5b90d1a", "size": "453", "binary": false, ...
using System; using System.Linq; using Nirvana.TestFramework; using Nirvana.TestFramework.FluentAssertions; using Xunit; namespace Nirvana.JsonSerializer.Tests { public abstract class NullValueTests : BddTestBase<Serializer, object, string> { public override Action Inject => ()=>{}; public ove...
{ "content_hash": "b46a49861408f9e8b8e2f4baa4084aab", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 142, "avg_line_length": 30.773333333333333, "alnum_prop": 0.5420277296360485, "repo_name": "jasoncavaliere/Nirvana", "id": "bea20a9f33dc4c3def2fa75e354f9c21f5ad1de2", "size...
package gnu.java.security.jce.prng; import gnu.java.security.Registry; /** * The implementation of the SHA-256 based SecureRandom <i>Service Provider * Interface</i> (<b>SPI</b>) adapter. */ public class Sha256RandomSpi extends SecureRandomAdapter { public Sha256RandomSpi() { super(Registry.SHA256_H...
{ "content_hash": "2703ac6e7ded63ea161365ed27b5dcc5", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 75, "avg_line_length": 17.473684210526315, "alnum_prop": 0.713855421686747, "repo_name": "the-linix-project/linix-kernel-source", "id": "a6ddb70afc0f548d71ae067e7ff52127be744...
namespace { class TestResults { public: TestResults() : status_code(0), sub_status_code(0), delay(0) { } void reset() { url.clear(); html.clear(); status_code = 0; redirect_url.clear(); sub_url.clear(); sub_html.clear(); sub_status_code = 0; sub_allow_origin.clea...
{ "content_hash": "16ecd5fa35fff70f48436e3c23cfbad6", "timestamp": "", "source": "github", "line_count": 1514, "max_line_length": 81, "avg_line_length": 31.89233817701453, "alnum_prop": 0.7044630837734286, "repo_name": "kuscsik/chromiumembedded", "id": "c471ba21b7c23e15e8d16ff4af886a3f96554541", "si...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="cy" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About WorldAidCoin</source> <translation type="unfinished"/> </message...
{ "content_hash": "0684e643a599c472d68b7785b863f052", "timestamp": "", "source": "github", "line_count": 2917, "max_line_length": 395, "avg_line_length": 34.176208433321904, "alnum_prop": 0.5942703526862737, "repo_name": "kolin182/WorldAidCoin", "id": "527959114157458bb099e6e805524d4e87adb6a6", "siz...
package com.synergy.jdbc.dao; import java.util.List; import com.synergy.jdbc.model.Employee; //CRUD operations public interface EmployeeDAO { //Create public int insertRecord(Employee emp); //Update public int updateRecord(Employee emp); //Delete public int deleteRecord(int empId); //search public Employee...
{ "content_hash": "85e1960953b83ac26f7c561b9386c978", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 43, "avg_line_length": 19.19047619047619, "alnum_prop": 0.7617866004962779, "repo_name": "brijeshsmita/commons-spring", "id": "c1a2c7d17e5b73cd50f4c8506471008c02540a99", "s...
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
{ "content_hash": "0daa7a04a1709ea8c5ffeb5d38da703e", "timestamp": "", "source": "github", "line_count": 233, "max_line_length": 313, "avg_line_length": 47.23175965665236, "alnum_prop": 0.6682417083144025, "repo_name": "joyhuang9473/joyhuang9473.github.io", "id": "e8580375ece93b6479bc576763226cf4c977d...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="msapplication-tap-high...
{ "content_hash": "410160b52e331addd21ab74cce196dcb", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 299, "avg_line_length": 38.53767123287671, "alnum_prop": 0.6162801030836221, "repo_name": "zhued/google-material-design", "id": "d11d08db7891f7e3c083cf9402ccff2c6d6dab75", ...
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">ViewPager</string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> <string name="title_template_step">Step %1$d Lorem Ipsum</string> </resources>
{ "content_hash": "fb97efea0ec0ae5b30fd72882392a7d4", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 54, "avg_line_length": 30.1, "alnum_prop": 0.654485049833887, "repo_name": "jiahaoliuliu/ViewPager", "id": "4e0f695bc9d07cfce0237775f2f2b26a8047398b", "size": "301", "bin...
/****************************************************************************/ /** * @file XMLElement.h * @author Naohisa Sakamoto */ /****************************************************************************/ #ifndef KVS__XML_ELEMENT_H_INCLUDE #define KVS__XML_ELEMENT_H_INCLUDE #include "TinyXML.h" #include...
{ "content_hash": "94b93cb6637361519c9b48cfd01a1b9d", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 100, "avg_line_length": 22.333333333333332, "alnum_prop": 0.48375768217734855, "repo_name": "naohisas/KVS", "id": "16ccf85ef92914c3fa6fec7c58c4c2ba94360a10", "size": "1139"...
using System; using System.Collections.Generic; using System.Text; using static System.String; public class Robot { private static readonly HashSet<string> Registry = new HashSet<string>(); private static readonly Random Generator = new Random(); private string _name = Empty; public string Name { ...
{ "content_hash": "1c0468a124e7bec954151c227caed75b", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 78, "avg_line_length": 25.49056603773585, "alnum_prop": 0.5440414507772021, "repo_name": "stanciua/exercism", "id": "49d67cffbb8a4cf232ad71a166e5087f5660c315", "size": "135...
namespace Mediator { public class Fokker : Aircraft { public Fokker(string callSign, IAirTrafficControl atc) : base(callSign, atc) { } public override int Ceiling { get { return 40000; } } } }
{ "content_hash": "336c0a8bf12d4483aa2dbda03f134e49", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 84, "avg_line_length": 19, "alnum_prop": 0.5338345864661654, "repo_name": "jplopes/Patterns", "id": "e97b0bfdc969b07086e75e29da3130adae3a3dd6", "size": "268", "binary": f...
<div class="modal-header"> <h3 class="modal-title">警告</h3> </div> <div class="modal-body"> <form name="confirmForm" novalidate> <div class="form-group"> <input name="boardName" ng-model="boardName" type="text" class="form-control" ng-keydown="keyPress($event)" focus="displ...
{ "content_hash": "04c512889ad50bad261d5377cfa60623", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 113, "avg_line_length": 43.18518518518518, "alnum_prop": 0.6020583190394511, "repo_name": "thiki-org/thiki-kanban-web", "id": "e50692cc27e64826bc7d7d784aa0b6914aa71fe7", "s...
package brap.form; import static brap.form.FormConstants.*; import java.util.ArrayList; import java.util.List; import org.openqa.selenium.Point; import org.openqa.selenium.WebElement; import brap.tool.Utils; public class FormElement { private WebElement parent = null; private WebElement element = null; priva...
{ "content_hash": "692e1ff74693270c0cac6aca5ef906be", "timestamp": "", "source": "github", "line_count": 281, "max_line_length": 88, "avg_line_length": 20.80782918149466, "alnum_prop": 0.6652984436463143, "repo_name": "nobal/BRAP", "id": "eb5b4d98a2039d6874b3c9d086d75060cb358f2a", "size": "5847", ...
{% extends "govuk_template_unbranded.html" %} {% block head %} <link href="/public/stylesheets/vouch_v1.css" media="screen" rel="stylesheet" type="text/css" /> {% endblock %} {% block content %} <main id="content" role="main"> <div class="phase-banner"><p> <strong class="phase-tag">PROTOTYPE</strong> <spa...
{ "content_hash": "b572a47e618fd698a872cadf987a53a4", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 118, "avg_line_length": 30.636363636363637, "alnum_prop": 0.5979228486646885, "repo_name": "dwpdigitaltech/healthanddisability", "id": "9a46bda3e02239c19fc24c5553f0d1fa02cb70...
require "test_helper" module API class HealthCareTest < Minitest::Test def setup @health_care_json = { "id": "28e6cd77715c", "distritoVinculo": "DISTRITO NOROESTE", "municipio": "CAMPINAS", "uf": "SAO PAULO", "localAtendimento": "CENTRO DE SAUDE JARDIM FLORENCE", ...
{ "content_hash": "414b187853efe0b01cf9fa52c8845107", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 202, "avg_line_length": 40.6551724137931, "alnum_prop": 0.6675148430873622, "repo_name": "IMA-Hackathon-Boots/smsc-api", "id": "28422830834ba410587bf375f1a67077142342de", "...
"use strict"; var message = process.env.MESSAGE, eventStream = require("event-stream"), glob = require("tsconfig-glob"), gulp = require("gulp"), replace = require("gulp-replace"), runSequence = require("run-sequence"), shell = require("gulp-shell"), sourcemaps = require("gulp-sourcemaps...
{ "content_hash": "f749222a45341e4346de529502f3392d", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 72, "avg_line_length": 24.175675675675677, "alnum_prop": 0.6042481833426495, "repo_name": "345andrew/heroku-world", "id": "e254d6f48c72cfc3cff6aaa715826ea82db61816", "size"...
export const ADD_POINT = 'ADD_POINT'; export const LOAD_POINTS = 'LOAD_POINTS'; export const RECALCULATE_POINTS = 'RECALCULATE_POINTS';
{ "content_hash": "a9f3e3192d6ebc4494e7435bc148973d", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 55, "avg_line_length": 23.166666666666668, "alnum_prop": 0.7410071942446043, "repo_name": "jarick/didji", "id": "437ec78dde08e7c147c1adf75026663b68f7c22d", "size": "140", ...
<!DOCTYPE html> <html> <head lang="zh"> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" /> <title>kopi/logging</title> <link href="/css/qunit.css" media="screen" rel="stylesheet" type="text/css" /> <script type="te...
{ "content_hash": "c3b0445095886e8a0ae6dcbb4eb83344", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 113, "avg_line_length": 32.80952380952381, "alnum_prop": 0.602322206095791, "repo_name": "wuyuntao/kopi", "id": "c39c70420e38e42bcf82a5d33c21633672aeb80d", "size": "689", ...
describe("NinjsApplication", function() { var app; beforeEach(function() { app = new NinjsApplication('myapp'); }); afterEach(function() { app = undefined; }); it("should create a ninjs application object", function() { expect(is_defined(app)).toBeTruthy(); expect(is_typeof(NinjsAppli...
{ "content_hash": "dc7e0c4464cd80ef184e44813f9b804d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 61, "avg_line_length": 22.818181818181817, "alnum_prop": 0.6414342629482072, "repo_name": "daytonn/ninjs-framework", "id": "8b11da756d21bb9960aae1919032f02770342fd7", "size...
/** ** @file tcDamageModel.h */ /* ** Copyright (c) 2014, GCBLUE PROJECT ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ** ** 1. Redistributions of source code must retain the above copyr...
{ "content_hash": "52c41274c40291624e3af52692bfea67", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 146, "avg_line_length": 34.90291262135922, "alnum_prop": 0.733240611961057, "repo_name": "gcblue/gcblue", "id": "05219cb58461cd54279acedf32ae52a620efe59d", "size": "3595",...
title: "Chattanooga Coffee Shops" layout: post date: 2019-03-09 12:00 headerImage: false tag: - coffee - chattanooga category: blog author: trentonshell --- I've been living in the Chattanooga area to go to school for nearly four years, now, and I'm intending on staying for much longer to start working full-time doing...
{ "content_hash": "546bb2d1d4705789ab746236f1057f25", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 695, "avg_line_length": 90.69117647058823, "alnum_prop": 0.7763904653802497, "repo_name": "trentonshell/trentonshell.github.io", "id": "c336822b25d97c831d99023004ac6c292375f3...
<pre> post.html - quickie just to POST stuff instead of GET. <hr /> <form method='post' action='index.php'> url <input name='url' type='text' style='padding: 3px; width: 450px' value=''></input><br /> sel <input name='sel' type='text' style='padding: 3px; width: 450px' value=''></input><br /> <input name='debug' t...
{ "content_hash": "c8065381811b36f83592345b1c9105bf", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 93, "avg_line_length": 34.083333333333336, "alnum_prop": 0.6479217603911981, "repo_name": "keyle/json-anything", "id": "cb2fac1d4fcd72ff6b755ea7c7d9652ecbf4c94f", "size": "...
''' Goal of this script is to resume ThermoFisher Ion Torrent™ Coverage Analysis output (*.stats.cov.txt files) in a CSV table. Those files are usually stored in: /results/analysis/output/Home/<run>/plugin_out/<coverageAnalysis_out>/* ''' import pandas as pd import argparse, sys COL2FLOAT = [ "Amp...
{ "content_hash": "a25d955c8ba0762296cb933c34f3ae4a", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 86, "avg_line_length": 30.379746835443036, "alnum_prop": 0.62, "repo_name": "lum4chi/ionpy", "id": "784675b2b04ce399221122a37ca7f2f54e0047a5", "size": "2520", "binary": f...
// // OrderTypePage.cs // // Author: // Seyed Razavi <monkeyx@gmail.com> // // Copyright (c) 2015 Seyed Razavi // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction...
{ "content_hash": "f2dc2625e332646348849772544f672f", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 80, "avg_line_length": 34.515625, "alnum_prop": 0.7301946582163875, "repo_name": "monkeyx/phoenix-imperator", "id": "f9e6af46ab8650e7bb3f216fe05e9f72962d6d7e", "size": "221...
require "test/unit" require "mime" class TestMailbox < Test::Unit::TestCase #:nodoc: include Mime def test_mailbox # nil mailbox = Mailbox.new(nil) assert_equal(mailbox.to_s, "") # empty string mailbox = Mailbox.new("") assert_equal(mailbox.to_s, "") # addr spec mailbox = Mailbo...
{ "content_hash": "7dc4f3d27be7a41a01e1464a7f60efd4", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 92, "avg_line_length": 29.17142857142857, "alnum_prop": 0.6513222331047992, "repo_name": "dmgoeller/mime", "id": "69fc924415e0c7bffee04a43e9baca454171acc9", "size": "1023",...
<span ng-controller="InstructionsCtrl" class="col-md-offset-2 col-md-8"> <div class="instructions" ng-show="instructionsOn" id="instructionsBox"> <button class="btn btn-success pull-right" style="margin-bottom: 10px;" ng-click="toggleInstructions()"> Got It <i class="glyphicon glyphi...
{ "content_hash": "6345e7477f2b891fa9d244db3dc0238c", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 131, "avg_line_length": 54.583333333333336, "alnum_prop": 0.632824427480916, "repo_name": "akowalz/regex-adventures", "id": "0d9272f0cc6ee68cdc1556645f34842af60e4772", "siz...
#region LGPL License #endregion #region SVN Version Information // <file> // <license see="http://axiom3d.net/wiki/index.php/license.txt"/> // <id value="$Id: Vector4.cs 2940 2012-01-05 12:25:58Z borrillis $"/> // </file> #endregion SVN Version Information #region Namespace Declarations using System; //...
{ "content_hash": "c9a4f4e8b25861aa3436ae9fa165b375", "timestamp": "", "source": "github", "line_count": 304, "max_line_length": 156, "avg_line_length": 27.56907894736842, "alnum_prop": 0.6105476673427992, "repo_name": "objuan/picodex", "id": "0a1f96560a0319cdc93f15dc601a024648de4158", "size": "9743...
<?php class Mmx_Fsascii_Model_File_GoodsReceivedNote extends Mmx_Fsascii_Model_File { public function _getRunControlRecord() { $line = new Mmx_Fsascii_Model_Format_RunControlRecord(); $line->setCode('25') ->setSalesOrderNumber('') ->setHeader('Goods Received Note')...
{ "content_hash": "6aab3d773b1e568809045484cb74ecc9", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 117, "avg_line_length": 27.52173913043478, "alnum_prop": 0.5471300684570827, "repo_name": "krocus/mmx-fsascii", "id": "3ce290da0bf56aab9d4366304da8acb7b1724823", "size": "1...
module SpreeSearchkick module Generators class InstallGenerator < Rails::Generators::Base class_option :auto_run_migrations, type: :boolean, default: false def add_javascripts append_file 'vendor/assets/javascripts/spree/frontend/all.js', "//= require spree/frontend/spree_searchkick\n" ...
{ "content_hash": "e3279af9bc328a104a7575f4938fe3b0", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 155, "avg_line_length": 42, "alnum_prop": 0.665079365079365, "repo_name": "ronzalo/spree_searchkick", "id": "d63976b0be1658831f334af46f83b2c2b37f88f5", "size": "1260", "b...
test: phpunit phpcs phpunit: ./vendor/bin/phpunit --configuration tests/phpunit.xml phpcs: ./vendor/bin/phpcs --standard=PSR2 --extensions=php src tests build: cd ../asana-api-meta && gulp build-php
{ "content_hash": "300dc91ac5954d8f23133aaea454498f", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 62, "avg_line_length": 20.5, "alnum_prop": 0.7317073170731707, "repo_name": "Asana/php-asana", "id": "4658184de30967f06a47819d7966a20c083c8f70", "size": "206", "binary": ...
<?php namespace App\Command\Maintenance; use App\Services\ApplicationStateService; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Output\OutputInterface; abstract class AbstractApplicationStateChangeCommand extends Command { const RETURN_CODE_OK = 0; const RETURN_CODE_FAILURE = 1...
{ "content_hash": "ae6a793174b8cbdf4c4a4241f173b772", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 95, "avg_line_length": 27.54, "alnum_prop": 0.6652142338416849, "repo_name": "webignition/app.simplytestable.com", "id": "66e56614fc3821004d19faef8af3891d9a21fe77", "size":...
ACCEPTED #### According to World Register of Marine Species #### Published in null #### Original name null ### Remarks null
{ "content_hash": "583fcb47b3ca640348eb00f1feddd352", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 32, "avg_line_length": 9.76923076923077, "alnum_prop": 0.7007874015748031, "repo_name": "mdoering/backbone", "id": "f23e5b702e279a0a981521a63c142199cc01745f", "size": "199"...
ACCEPTED #### According to Index Fungorum #### Published in Proceedings of the Estonian Academy of Sciences, Biology. Ecology 46(1/2): 95 (1997) #### Original name Podophacidium pulvinatum Raitv. & Järv ### Remarks null
{ "content_hash": "305a41396922421eca60fc44298b7cd7", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 84, "avg_line_length": 17.153846153846153, "alnum_prop": 0.7309417040358744, "repo_name": "mdoering/backbone", "id": "054e7b863689ea1d93a733eb526a906081e90342", "size": "28...
FOUNDATION_EXPORT double PlayerVersionNumber; FOUNDATION_EXPORT const unsigned char PlayerVersionString[];
{ "content_hash": "dc193a97740c5b2c03ef39108558a426", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 60, "avg_line_length": 36, "alnum_prop": 0.8611111111111112, "repo_name": "WilliamHester/Breadit-iOS", "id": "2e49dd2e899ed1810955d2483440111ef16ef05d", "size": "134", "bi...
@rem Licensed to the Apache Software Foundation (ASF) under one * @rem or more contributor license agreements. See the NOTICE file * @rem distributed with this work for additional information * @rem regarding copyright ownership. The ASF licenses this file * @rem to you under the Apache License, Versi...
{ "content_hash": "a70faeb6f249b73f0d03b15ae71566ef", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 88, "avg_line_length": 43.736111111111114, "alnum_prop": 0.591298825023817, "repo_name": "OBIGOGIT/etch", "id": "9291b7ecb5dc961747ea248e1640edd642c735b3", "size": "3149", ...
using BudgetAnalyser.Engine.BankAccount; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace BudgetAnalyser.Engine.UnitTest.Account { [TestClass] public class MastercardAccountTest { [TestMethod] public void CloneShouldGiveUseNameGiven() { MastercardAccount su...
{ "content_hash": "2e8c9e997a74db9c04255a3181613fe6", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 80, "avg_line_length": 28.75, "alnum_prop": 0.6242236024844721, "repo_name": "Benrnz/BudgetAnalyser", "id": "f87f7f35ff1597fb552d4f9cdc10a1abcef8d84f", "size": "1612", "b...
Ti=Article 1175 1.0.sec=Il est fait exception aux dispositions de l'article précédent pour : 1.1.sec=1° Les actes sous signature privée relatifs au droit de la famille et des successions ; 1.2.sec=2° Les actes sous signature privée relatifs à des sûretés personnelles ou réelles, de nature civile ou commercia...
{ "content_hash": "59d3003ae840ed303daf5adff6c6afa2", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 204, "avg_line_length": 39.36363636363637, "alnum_prop": 0.7551963048498845, "repo_name": "antoinekraska/Cmacc-Paris2", "id": "0a67196f95c51beebf9b80172142c58b935add07", "s...
import React from 'react'; import LinkIcon from '@material-ui/icons/Link'; import ArrowRightIcon from '@material-ui/icons/ArrowRight'; import ArrowDropDownIcon from '@material-ui/icons/ArrowDropDown'; import ShortTextIcon from '@material-ui/icons/ShortText'; import { ContentItem } from './path_helper'; interface Toc...
{ "content_hash": "5311fb278bb5754f1e45ca1e9d75f4cc", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 117, "avg_line_length": 29.464788732394368, "alnum_prop": 0.5573613766730402, "repo_name": "eGust/epub-reader", "id": "8a0f4d7d00b4b9125f60c4e9faa191f50b86e9cf", "size": "2...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Taphrina oreoselini C. Massal. ### Remarks null
{ "content_hash": "2d9bc56e1eb9087cb2e0c3542a7795dc", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 30, "avg_line_length": 10.384615384615385, "alnum_prop": 0.7037037037037037, "repo_name": "mdoering/backbone", "id": "d82b8f1fed1abc2d0327ad2fb76c4737453b6890", "size": "18...
<?php /** * Created by PhpStorm. * User: gseidel * Date: 26.08.17 * Time: 20:52 */ namespace Enhavo\Bundle\MediaBundle\Provider; use Enhavo\Bundle\MediaBundle\Model\FileInterface; use Enhavo\Bundle\MediaBundle\Model\FormatInterface; interface ProviderInterface { /** * @param FileInterface $file * ...
{ "content_hash": "f7a77c67699db21b688ab834a65b4edc", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 58, "avg_line_length": 19.151515151515152, "alnum_prop": 0.6566455696202531, "repo_name": "npakai/enhavo", "id": "13343bebac05e4759105ca122860ad5849078b46", "size": "632", ...
<?php namespace PHPExiftool\Driver\Tag\MOI; use JMS\Serializer\Annotation\ExclusionPolicy; use PHPExiftool\Driver\AbstractTag; /** * @ExclusionPolicy("all") */ class AudioBitrate extends AbstractTag { protected $Id = 134; protected $Name = 'AudioBitrate'; protected $FullName = 'MOI::Main'; pr...
{ "content_hash": "c0924ef9948c3f072e863bef7337917b", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 46, "avg_line_length": 15.81081081081081, "alnum_prop": 0.6512820512820513, "repo_name": "romainneutron/PHPExiftool", "id": "5ea3566ebe1d3f3b05d9e15a29f91694998c8a04", "siz...
namespace datavis { class DataInfoView : public QWidget { Q_OBJECT public: DataInfoView(QWidget * parent = nullptr); void setInfo(const DataSetInfo & info); private: QLabel * m_dimensions; QLabel * m_attributes; }; }
{ "content_hash": "14d834aa0b4cecf53e01ea7bd860ed82", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 45, "avg_line_length": 17.071428571428573, "alnum_prop": 0.6820083682008368, "repo_name": "jleben/datavis", "id": "4bb7e3fa59790a5e85f5a094e0d744c3e4f7f921", "size": "327",...
/* * 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 edu.harvard.iq.dataverse.worldmapauth; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; imp...
{ "content_hash": "973083e0c84f250f39cbc28156f70489", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 120, "avg_line_length": 32.849673202614376, "alnum_prop": 0.6152009550338241, "repo_name": "JayanthyChengan/dataverse", "id": "24c2f0c1c1e71c17d6c912f3a8f59c0190df82ef", "...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=struct.ReplicationRuleWriter.html"> </head> <body> <p>Redirecting to <a href="struct.ReplicationRuleWriter.html">struct.ReplicationRuleWriter.html</a>...</p> <script>location.replace("struct.ReplicationRuleWriter.html" + locat...
{ "content_hash": "19363d152e39e26d387a0f583a6662b7", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 110, "avg_line_length": 37.3, "alnum_prop": 0.7238605898123325, "repo_name": "lambdastackio/aws-sdk-rust", "id": "6686f6003b5b46c4f99e11309e038caae1ccc710", "size": "373", ...
package schemamanager import ( "errors" "fmt" "strings" "testing" "golang.org/x/net/context" "vitess.io/vitess/go/vt/logutil" "vitess.io/vitess/go/vt/mysqlctl/tmutils" "vitess.io/vitess/go/vt/topo" "vitess.io/vitess/go/vt/topo/memorytopo" "vitess.io/vitess/go/vt/topo/topoproto" "vitess.io/vitess/go/vt/v...
{ "content_hash": "f86f80a7956273b036200a599d5aa6a2", "timestamp": "", "source": "github", "line_count": 382, "max_line_length": 212, "avg_line_length": 32.82984293193717, "alnum_prop": 0.7327166892592297, "repo_name": "tirsen/vitess", "id": "c67b2bc2f60d10660f27acbf31cf5e2d889a8a85", "size": "13098...
package gentle import ( "context" "errors" "github.com/benbjohnson/clock" "github.com/rs/xid" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/mock" "math/rand" "sync" "testing" "testing/quick" "time" ) func TestRateLimitedStream_Get(t *testing.T) { // Get() is rate limited. requestsInte...
{ "content_hash": "802e4b5cb54d6dfffac3e5d824604bc0", "timestamp": "", "source": "github", "line_count": 610, "max_line_length": 90, "avg_line_length": 27.421311475409837, "alnum_prop": 0.6701141866443474, "repo_name": "cfchou/go-gentle", "id": "8172080a3186072c771527d719de6ccbff6a103d", "size": "16...
<!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=""> <meta name="author" content=""> <title>Modern Business - Start Bootstr...
{ "content_hash": "35a2a0a5b5f2cb7e3b66216b4df5d942", "timestamp": "", "source": "github", "line_count": 306, "max_line_length": 291, "avg_line_length": 43.30392156862745, "alnum_prop": 0.4178552562070787, "repo_name": "GrapefruitSpoon/Test", "id": "a2c412bc445c2b487990fda0ba5aae000f39c13e", "size":...
<?xml version="1.0" encoding="utf-8"?><helpItems schema="maml"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <!--Ge...
{ "content_hash": "8e73ece7b02a52a21918cd1cee1ff07a", "timestamp": "", "source": "github", "line_count": 2149, "max_line_length": 427, "avg_line_length": 43.07817589576547, "alnum_prop": 0.7295274102079395, "repo_name": "mayurid/azure-powershell", "id": "d6bf0c879e66255d8d9886b964ce550be5ca9ccb", "s...
layout: post title: Why Recessions Happen tags: [money, old blog] keywords: [recessions, recession, economy] --- The sky is falling. Everyone's losing their job. The dollar isn't worth what it used to be. Everything's doom and gloom. Yet economists and politicians seem to insist that this is all part of a cycle, which...
{ "content_hash": "58b544b45f9863e6952319656f6b8652", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 338, "avg_line_length": 70.84, "alnum_prop": 0.7882552230378317, "repo_name": "hendrixjoseph/hendrixjoseph.github.io", "id": "b558e3ef2b3896811320fb33bd186ea8c5b4e063", "si...
'''A library that provides a Python interface to the Twitter API''' __author__ = 'python-twitter@googlegroups.com' __version__ = '2.0' try: # Python >= 2.6 import json as simplejson except ImportError: try: # Python < 2.6 import simplejson except ImportError: try: # Google App Engine f...
{ "content_hash": "8538baf734859f16b1e0f1ae7fff52e4", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 67, "avg_line_length": 24.45, "alnum_prop": 0.7464212678936605, "repo_name": "dtkelch/Tagger", "id": "22bf869baa73f5d65e06fda723b2baad296403a8", "size": "1621", "binary":...
package com.ibm.watson.discovery.v1.model; import static org.testng.Assert.*; import com.ibm.cloud.sdk.core.service.model.FileWithMetadata; import com.ibm.watson.discovery.v1.utils.TestUtilities; import java.io.InputStream; import java.util.HashMap; import java.util.List; import org.testng.annotations.Test; /** Un...
{ "content_hash": "8d1968ab4881c553dd6c4e5d726a4d0e", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 98, "avg_line_length": 40.766666666666666, "alnum_prop": 0.821749795584628, "repo_name": "watson-developer-cloud/java-sdk", "id": "d0e9c3f5d8357e5171c7292aeec4d31968d091c6", ...
package sakuracloudapi.url; /** * サーバ関連APIのURLを生成する。 * * @author djyugg */ public class ServerAPIURL extends SakuraCloudAPIURL { private static final String SERVER_URI = "server"; private static final String POWER = "power"; private static final String CDROM = "cdrom"; private static final String ...
{ "content_hash": "c627d7f85515c3f73b3cf5e4849a7a36", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 101, "avg_line_length": 28.575, "alnum_prop": 0.6409448818897637, "repo_name": "djyugg/SakuraCloudAPI", "id": "38e55d63b4b466259976e3de160782d53caf9d8b", "size": "6295", ...
<div class="step-pane" data-step="3"> <div class="row"> <h3 class="row header smaller lighter blue"> <span class="col-xs-6"> Header </span><!-- /.col --> </h3> <div> <form class="form-horizontal" id="config-form"> <div class="form-group"> ...
{ "content_hash": "793a923de5159f165fdf5236284b137f", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 136, "avg_line_length": 44.47849462365591, "alnum_prop": 0.3738667956001451, "repo_name": "danurwenda/xeroxampah", "id": "98995f2076ef6592c962749408b31105d0a59344", "size"...
@class IOSClass; @class IOSObjectArray; @class JavaLangInteger; @protocol AnAdapter; @protocol AnAttrib; @protocol AnObject; @protocol JavaUtilList; @protocol JavaUtilSet; @interface AnSqlImpl : AnObjectImpl < AnSql > { @public NSString *tableName_; } #pragma mark Public - (instancetype)initWithNSString:(NSString...
{ "content_hash": "7b43d6f3e735e4e5b71a6ccac5a99164", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 231, "avg_line_length": 35.93939393939394, "alnum_prop": 0.7747048903878584, "repo_name": "vals-productions/sqlighter", "id": "b209c8c65fae93a6d8d62ed14a9698b76a10a79a", "...
* Dependency the toolkit, such as using maven or gradle ```xml <dependency> <groupId>org.skywalking</groupId> <artifactId>apm-toolkit-log4j-2.x</artifactId> <version>{project.release.version}</version> </dependency> ``` &nbsp;&nbsp;&nbsp;[ ![Download](https://api.bintray.com/packages/wu-sheng/sk...
{ "content_hash": "3a57c1723a0363d83bdf8bd409d2eba7", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 237, "avg_line_length": 46.421052631578945, "alnum_prop": 0.6859410430839002, "repo_name": "zhangkewei/sky-walking", "id": "b021c7140c91afda9fc86b0b33b59fdb6b33cd5e", "size...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Ipfs.Http { public static class TestFixture { /// <summary> /// Fiddler cannot see localhost traffic because .Net bypasses the network stack for localhost/127.0.0.1. ...
{ "content_hash": "5817f52191acc6703a072acdd31eaaf5", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 116, "avg_line_length": 31.8, "alnum_prop": 0.6509433962264151, "repo_name": "richardschneider/net-ipfs-api", "id": "5e08cf906ec077436b0a5254ca3655760aa57ce6", "size": "638...