text
stringlengths
2
1.04M
meta
dict
package sample.data.jpa.domain; import java.io.Serializable; import java.util.Date; public class ReviewDetails implements Serializable { private static final long serialVersionUID = 1L; private Rating rating; private Date checkInDate; private TripType tripType; private String title; private String detai...
{ "content_hash": "5540d539ae08c800cf0b1cc4d38b274e", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 52, "avg_line_length": 15.6, "alnum_prop": 0.7268244575936884, "repo_name": "lburgazzoli/spring-boot", "id": "7379701f515461cebdc5d85f6a6a96d90f8047f4", "size": "1635", "...
$(document).ready(function() { var menuToggle = $('#js-centered-navigation-mobile-menu').unbind(); $('#js-centered-navigation-menu').removeClass("show"); menuToggle.on('click', function(e) { e.preventDefault(); $('#js-centered-navigation-menu').slideToggle(function(){ if($('#js-...
{ "content_hash": "5fe95ae391f475770311cdeba1bf6c01", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 71, "avg_line_length": 36.38461538461539, "alnum_prop": 0.5623678646934461, "repo_name": "aquarimeter/aquarimeter-web", "id": "320ec6fa044769ef5648922fa47241040e5fb1c6", "s...
using System; public static partial class Extensions { /// <summary> /// A T extension method to determines whether the object is equal to any of the provided values. /// </summary> /// <param name="this">The object to be compared.</param> /// <param name="values">The value list to compare with...
{ "content_hash": "e8353f3e986b0d64686de2f4f30bebe6", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 105, "avg_line_length": 37.294117647058826, "alnum_prop": 0.6451104100946372, "repo_name": "mario-loza/Z.ExtensionMethods", "id": "b9865b849fee420db08ad0bdcc7be1e47c663093", ...
if ( typeof state4 === 'undefined'){ state4 = "block"; } state4 == "block" ? state4 = "none" : state4 = "block"; var myJavaScript = "$('.dots:contains(\x22....\x22)').closest('.leaflet-marker-icon').css('display','" + state4 + "');"; var scriptTag = document.createElement("script"); scriptTag.innerHTML = myJavaScript...
{ "content_hash": "e134270a6152e9701faac56934df28fb", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 121, "avg_line_length": 44.875, "alnum_prop": 0.6685236768802229, "repo_name": "DemonKart/GymhuntrRaids", "id": "0d7a02dc2afca8b85a34494c2e87b8882d1960f4", "size": "404", ...
import base64 import functools def httpbasic(method): """ Thanks Kevin Kelley <kelleyk@kelleyk.net> 2011 http://kelleyk.com/post/7362319243/easy-basic-http-authentication-with-tornado """ @functools.wraps(method) def wrapper(self, *args, **kwargs): auth_header = self.request.headers.ge...
{ "content_hash": "fa71eecccd72979d869af7ef6e68390b", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 82, "avg_line_length": 31.38888888888889, "alnum_prop": 0.6185840707964602, "repo_name": "gabalese/py-clave", "id": "811602b3c446221bd724c31a5c639a8bc2b46ec1", "size": "113...
基本知識:學會如何編輯(edit),剖析(parse),驗證 (validate) 與轉換 (transform) XML 標記文件。 - 剖析(parse): - 驗證 (validate) : against certain DTD/ Schema(xsl) ## 例子 老莎的十四行 ```xml <?xml version="1.0"?> <!DOCTYPE sonnet SYSTEM "sonnet.dtd"> <sonnet type="Shakespearean"> <author> <last-name>Shakespeare</last-name> <first-name>William<...
{ "content_hash": "a1ee48bf6a80ad5923904250b6538fef", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 114, "avg_line_length": 30.17241379310345, "alnum_prop": 0.6708571428571428, "repo_name": "loperntu/ladsbook", "id": "49932e89e4e7521a674a55f2a327e22574e8d87d", "size": "19...
package initDb import ( "database/sql" "encoding/xml" "reflect" "testing" "github.com/davecgh/go-spew/spew" _ "github.com/go-sql-driver/mysql" "github.com/murder-hobos/murder-hobos/model" ) func TestXMLSpell_ToDbSpell(t *testing.T) { type fields struct { XMLName xml.Name Name string Level ...
{ "content_hash": "d20f78d8f4a68ce7eed355ebd49641d9", "timestamp": "", "source": "github", "line_count": 380, "max_line_length": 702, "avg_line_length": 28.597368421052632, "alnum_prop": 0.6113002668629797, "repo_name": "murder-hobos/murder-hobos", "id": "c4989909a60598cb61762da1050ac6e1debf4efb", "...
================================================================= Build Murano Application Definition Archive from hello_world CSAR ================================================================= In order to build a Murano application definition archive from the hello_world CSAR and the corresponding logo and manifes...
{ "content_hash": "aac8574340c30d735369743d2f364128", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 122, "avg_line_length": 59.07692307692308, "alnum_prop": 0.67578125, "repo_name": "openstack/murano", "id": "35cc3025616f717b4614a59d1cb817d8d81a9bb3", "size": "768", "bi...
{% load i18n %} {% load core_tags %} {% load privacy_tags %} {% load gravatar %} <!-- BEGIN project bar --> <div id="project_bar" class="project-bar"> <div class="wrapper"> {% if project.has_good_build %} <div class="project-view-docs"> <a href="{{ project.get_docs_url }}">{% trans "View Docs" %}<...
{ "content_hash": "fcfe4c6780c834619724ece566742ed5", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 151, "avg_line_length": 38.9375, "alnum_prop": 0.550561797752809, "repo_name": "pombredanne/readthedocs.org", "id": "1224442eed43f243c2ef1e403779ee9699c76d79", "size": "311...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.yourcompany.ColorTestApp"> <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="28" /> <application android:label="ColorTestApp"></application> </manifest>
{ "content_hash": "7f6f360d85573c3726701a41847a707e", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 139, "avg_line_length": 64, "alnum_prop": 0.765625, "repo_name": "KSemenenko/ColorThief", "id": "af6643699e94772622bb55260f3c9c15ff3c94eb", "size": "322", "binary": false,...
package io.realm.entities.migration; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; import io.realm.migration.MigrationPrimaryKey; // Class used to test what happens if you rename a primary field in a migration. public class MigrationFieldRenamed extends RealmObject implements MigrationPrimary...
{ "content_hash": "aa6b8936baab1278fef68172040c0f6e", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 99, "avg_line_length": 27.567164179104477, "alnum_prop": 0.7146724417975094, "repo_name": "weiwenqiang/GitHub", "id": "7f03c819a4a517d164c84ca0b5c8961eaa212eda", "size": "2...
(function() { var method; var noop = function () {}; var methods = [ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', 'timelin...
{ "content_hash": "b71ea2aa44c5334cf89bc5b72a6ef135", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 76, "avg_line_length": 27.11111111111111, "alnum_prop": 0.5317622950819673, "repo_name": "Loonz206/boiler", "id": "3acaca56f38ccb0539e2067d05d7e6461841e491", "size": "1035"...
/** * * 日 期:12-5-29 */ package com.appleframework.rest.impl; import com.appleframework.rest.request.RestRequestMessageConverter; import org.springframework.core.convert.TypeDescriptor; import org.testng.annotations.Test; import static org.testng.Assert.*; /** * @author 陈雄华 * @version 1.0 */ public class ...
{ "content_hash": "73da3364a48a01e551ac99a3dc410ab7", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 126, "avg_line_length": 41.03636363636364, "alnum_prop": 0.6544085068675233, "repo_name": "xushaomin/apple-rest", "id": "d3e95b0d97ef0376a9437de53f18cd90b4a45e94", "size": ...
Updated for NetBSD [9.2](https://netbsd.org/releases/formal-9/NetBSD-9.2.html). This guide describes how to build particld, command-line utilities, and GUI on NetBSD. ## Preparation ### 1. Install Required Dependencies Install the required dependencies the usual way you [install software on NetBSD](https://www.netb...
{ "content_hash": "5065eb0684f04a966a9494c1255f08f3", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 164, "avg_line_length": 24.026315789473685, "alnum_prop": 0.7269076305220884, "repo_name": "tecnovert/particl-core", "id": "c29670cf0e6a13f03897f2cff3468d1c81ee0890", "siz...
<?php namespace App\Http\Middleware; use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier; class VerifyCsrfToken extends BaseVerifier { /** * The URIs that should be excluded from CSRF verification. * * @var array */ protected $except = [ 'login', 'pos...
{ "content_hash": "1d5c782d565ed4ad687dd1d21abbc603", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 74, "avg_line_length": 18.68421052631579, "alnum_prop": 0.6281690140845071, "repo_name": "ssinucodt/apitest", "id": "609e99c41319f5daf888e1836da4ab7da3b78395", "size": "355...
BrainCodeMobi Hackathon software
{ "content_hash": "7bcd96754b36b14ac15c03b2c41212bd", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 32, "avg_line_length": 33, "alnum_prop": 0.9090909090909091, "repo_name": "hoppingeagle/snapbuyer-backend", "id": "5d15698c9ddbe2fcecc22b40b6b40c8ca956bf0a", "size": "53", ...
using System.Windows; using System.Windows.Controls; using System.Windows.Input; using System.Windows.Media; namespace WPF.ManipulationDemo.Simple.Controls { // This class was implemented from https://blogs.msdn.microsoft.com/llobo/2009/12/21/wpf-manipulation-basics/ /// <summary> /// Interaction logic f...
{ "content_hash": "bd8e45f4e33b65d41f75dd4cc76910a4", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 113, "avg_line_length": 34.166666666666664, "alnum_prop": 0.6385809312638581, "repo_name": "ahoefling/wpf.manipulation.demo", "id": "dde55a35f0bbf0284e1a496568f19a474743c1e0"...
typedef struct sk_modalres sk_modalres; #line 32 "modalres.org" #line 53 "modalres.org" void sk_modalres_init(sk_modalres *mr, int sr); #line 148 "modalres.org" void sk_modalres_freq(sk_modalres *mr, SKFLT freq); #line 180 "modalres.org" void sk_modalres_q(sk_modalres *mr, SKFLT q); #line 212 "modalres.org" SKFLT sk_mo...
{ "content_hash": "5c97ffb12f09cb69355b5ac0bcf7187f", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 51, "avg_line_length": 21.08108108108108, "alnum_prop": 0.7217948717948718, "repo_name": "PaulBatchelor/Soundpipe", "id": "9325bb6c9af72064ca70d2cb185761486b8f7c8d", "size"...
declare namespace googletag { type SingleSizeArray = number[]; type NamedSize = string | string[]; type SingleSize = SingleSizeArray | NamedSize; type MultiSize = SingleSize[]; type GeneralSize = SingleSize | MultiSize; type SizeMapping = GeneralSize[]; type SizeMappingArray = SizeMapp...
{ "content_hash": "6428a7fd2bed11a0cc007779c1ea1605", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 116, "avg_line_length": 37.554455445544555, "alnum_prop": 0.6530450830477195, "repo_name": "dsebastien/DefinitelyTyped", "id": "3bf798396ef1883d6d81c05a51f26062cad57abd", ...
require_relative 'request.rb' module Bter class Public include Request METHODS = ['pairs', 'ticker', 'tickers', 'depth', 'marketinfo', 'markelist', 'trade'] METHODS.each do |method| define_method(method) do |pair=nil, tid=nil| public_request(method, pair, tid) end end a...
{ "content_hash": "24a02493727e7c6d8845844813138e80", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 90, "avg_line_length": 23.45, "alnum_prop": 0.6396588486140725, "repo_name": "zisismaras/bter-ruby", "id": "0442cfed2a0f33b3f38d964b4840f5fddc35d88c", "size": "469", "bin...
#include <cmath> #include <algorithm> namespace plaisio { Beam::Beam(Material _material, std::shared_ptr<Node> _start, std::shared_ptr<Node> _end) : material(_material), start(_start), end(_end) , angle(dz(), dx()), coordSystem(angle, angle + m...
{ "content_hash": "b5c15682fdc8abfb401667b0ef7b0504", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 155, "avg_line_length": 32.63380281690141, "alnum_prop": 0.5006473888649116, "repo_name": "shamanas/plaisio", "id": "3ef9726ebcd9d9928e38b6b8605d0beefe7cfcc9", "size": "237...
class StorageStatus(object): def __init__(self): self.operationPerformed = None self.indexOfAppend = None def getOperationPerformed(self): return self.operationPerformed def setOperationPerformed(self, operationPerformed): self.operationPerformed = operationPerformed ...
{ "content_hash": "b20c1b9cbaef7211c15f4b121b6fb81e", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 56, "avg_line_length": 26.333333333333332, "alnum_prop": 0.7088607594936709, "repo_name": "mjames-upc/python-awips", "id": "98782b0268238680f53bb1f8e9704d244c6b1595", "size...
:: :: Copyright 2014-2022 Real Logic Limited. :: :: 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 :: :: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or ...
{ "content_hash": "fbba50a0fb187aaa975ed55a55b9f38a", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 75, "avg_line_length": 34.708333333333336, "alnum_prop": 0.7298919567827131, "repo_name": "mikeb01/Aeron", "id": "8991467a03e070dde6ff9b78fd689de11fed8711", "size": "833", ...
/* $NetBSD: postscreen_endpt.c,v 1.1.1.2 2014/07/06 19:27:54 tron Exp $ */ /*++ /* NAME /* postscreen_endpt 3 /* SUMMARY /* look up connection endpoint information /* SYNOPSIS /* #include <postscreen.h> /* /* void psc_endpt_lookup(smtp_client_stream, lookup_done) /* VSTREAM *smtp_client_stream; /* void (*lookup_done)(...
{ "content_hash": "6269ca74741b20d18b15aa9b251195a2", "timestamp": "", "source": "github", "line_count": 208, "max_line_length": 78, "avg_line_length": 28.72596153846154, "alnum_prop": 0.6582426778242678, "repo_name": "execunix/vinos", "id": "5c23098fe305a047b4c2321c30f3d34a2d306fb9", "size": "5975"...
var fodder_grade = { 3: [25, 50, 100, 200, 400], 4: [12, 25, 50, 100, 200], 5: [7, 12, 25, 50, 100], 6: [1, 7, 12, 25, 50] }; var gold_cost = { 3: 2750, 4: 4500, 5: 6750, 6: 9500 }; var element_grade = { 3: [50, 100], 4: [25, 50, 100], 5: [12.5, 25, 50, 100], 6: [6.25, 12.5, 25, 50, 100] }; j...
{ "content_hash": "d3bde12d0b4e4d1aad1faf954b1f45b4", "timestamp": "", "source": "github", "line_count": 744, "max_line_length": 158, "avg_line_length": 31.030913978494624, "alnum_prop": 0.5338069043184476, "repo_name": "gbudiman/skdb", "id": "3c5a3a3709d6f3c7d26ce60b9779e43e43f78481", "size": "2323...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Mon Dec 23 09:52:33 EST 2013 --> <TITLE> JAXPUtils (Apache Ant API) </TITLE> <META NAME="date" CONTENT="2013-12-23"> <LINK REL ="stylesheet"...
{ "content_hash": "783665a1a56ed8738c771c5fbce9fa74", "timestamp": "", "source": "github", "line_count": 465, "max_line_length": 196, "avg_line_length": 40.376344086021504, "alnum_prop": 0.6268974700399468, "repo_name": "adriancmiranda/flash-compiler", "id": "905ddd10792554a5173efcdee6b91825424adfcc",...
HedyNet ======= This is the repository for a makerspace management system for Seattle Attic. It is written in Django, with a default setup of Django/Apache/MySQL. Installation ============ This set up requires certain environment variables to be set. The list can be found in the HedyNet/HedyNet/wsgi.py file. Best...
{ "content_hash": "d923707cf0181e8980ed5671eea30c4b", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 78, "avg_line_length": 24.604166666666668, "alnum_prop": 0.7502116850127011, "repo_name": "SeattleAttic/HedyNet", "id": "612c10767b7c1e3e792fcf32ef4b849bb128a9d8", "size": ...
namespace Microsoft.Azure.Management.Network.Models { using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; using System.Linq; /// <summary> /// Probe of the application gateway. /// </summary> [Rest.Serialization.JsonTransformation] public partial class A...
{ "content_hash": "f8514340e204324930f38eac5f89149b", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 600, "avg_line_length": 45.09659090909091, "alnum_prop": 0.6125740204107345, "repo_name": "jamestao/azure-sdk-for-net", "id": "8b964cd675589e988384530657986aa557509746", "...
<?php namespace Oktolab\MediaBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; use Symfony\Component\Form\Extension\Core\Type\TextType; use Symfony\Component\Form\Extension\Core\Type\IntegerType; use S...
{ "content_hash": "df466e27c8a3ec06794b5d266df0d9ce", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 177, "avg_line_length": 38.49230769230769, "alnum_prop": 0.6191047162270183, "repo_name": "OKTOTV/OktolabMediaBundle", "id": "e0f44915b836a172a56e15663c64813835976f7c", "si...
<?php namespace ZfcUserTest\Authentication\Adapter; use ZfcUserTest\Authentication\Adapter\TestAsset\AbstractAdapterExtension; class AbstractAdapterTest extends \PHPUnit_Framework_TestCase { /** * The object to be tested. * * @var adapter */ protected $adapter; public function setUp(...
{ "content_hash": "9fe4c305b318fb79ace87f549e981cee", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 101, "avg_line_length": 30.5, "alnum_prop": 0.6631411951348493, "repo_name": "Hawa-Abdo/ZfcUser", "id": "10da4df63b1b0027860407a8f56601761eaa60d1", "size": "1891", "binar...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.client.forms.menu; import com.eas.client.forms.HasChildren; import com.eas.client.forms.HasComponentEvents; import com.eas.client.forms.components.rt.HasGroup; import com.eas.client.forms.HasJsN...
{ "content_hash": "30623e428812db3e46b15ee3bc306ce7", "timestamp": "", "source": "github", "line_count": 670, "max_line_length": 142, "avg_line_length": 29.029850746268657, "alnum_prop": 0.6463753213367609, "repo_name": "vadimv/PlatypusJS", "id": "806fac4b0f7a56a9fe8b28c7cc851a18b75b4a5f", "size": "...
#ifndef P_EXTRACT_CLIPS_H #define P_EXTRACT_CLIPS_H #include <QVariantMap> bool p_extract_clips(QStringList timeseries_list, QString event_times, const QList<int>& channels, QString clips_out, const QVariantMap& params); bool p_mv_extract_clips(QStringList timeseries_list, QString firings, const QList<int>& channel...
{ "content_hash": "fcdb7824b62aebc0350569814ca33807", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 145, "avg_line_length": 39, "alnum_prop": 0.7802197802197802, "repo_name": "magland/mountainsort", "id": "d290aee9c6106cc36659bf232d3314599d4b78df", "size": "1171", "bina...
<?php /** * Snippet Russian lexicon topic * * @language ru * @package modx * @subpackage lexicon */ $_lang['snippet'] = 'Сниппет'; $_lang['snippets_available'] = 'Сниппеты доступные вам для включения в вашу страницу'; $_lang['snippet_code'] = 'Код сниппета (php)'; $_lang['snippet_delete_confirm'] = 'Вы уверены, ч...
{ "content_hash": "11454466d4dfe181be092e759591f581", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 252, "avg_line_length": 63.125, "alnum_prop": 0.7227722772277227, "repo_name": "timsvoice/great_green_sources", "id": "c9a16ea5a00a13980070c3940793c58824715d09", "size": "3...
function tabularViewQuery(job, onDone) { var queryNode = job.queryNode; queryNode["limit"] = 500; var addPath = function(path, valuesAreNative) { if (path.length > 0) { var queryNode2 = extendQueryNodeWithPath(queryNode, path); if (valuesAreNative) { ...
{ "content_hash": "73363878814e0a0345f8beb88fd9aa83", "timestamp": "", "source": "github", "line_count": 337, "max_line_length": 113, "avg_line_length": 35.28486646884273, "alnum_prop": 0.49264149356656295, "repo_name": "hostilefork/hack2unify", "id": "07381b2e0930274cc37565857f1549bde90d4b35", "siz...
package org.unitime.timetable.server.admin; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.logging.log4j.Level; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.core.LoggerContext; import org.apache.logging.log4j.core.co...
{ "content_hash": "f1b575741a7db669b3829512c663e167", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 168, "avg_line_length": 42.33734939759036, "alnum_prop": 0.7470119521912351, "repo_name": "UniTime/unitime", "id": "d1cda5e8ff0846ed73b75099732565f3e32a27ee", "size": "783...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> <include layout="@layout/home_item_title"/> <androi...
{ "content_hash": "ed1f1ae7c885edf684352c826edd862b", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 72, "avg_line_length": 38.785714285714285, "alnum_prop": 0.6648250460405156, "repo_name": "zzhbug/BlackMovie", "id": "b10cf89dba5d01605b15443adb678ae690ba58c1", "size": "54...
package org.cleanas2.cmd.system; import org.cleanas2.cmd.CommandBase; import org.cleanas2.cmd.CommandResult; import org.cleanas2.common.annotation.Command; /** * @author Andrew Backer {@literal awbacker@gmail.com / andrew.backer@powere2e.com} */ @Command(name = "exit", description = "Exits the AS2 Server") public c...
{ "content_hash": "df005c2dbfcc7cda56879d84314a5b37", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 83, "avg_line_length": 29.61111111111111, "alnum_prop": 0.7148217636022514, "repo_name": "awbacker/clean-as2", "id": "fa44801f51cdb558fd488a585d75807a0d203343", "size": "53...
============ Installing ============ Requirements ============ * Python 3.6+ * libmemcached 1.0.8 or later (latest tested is 1.0.18) * zlib (required for compression support) * libsasl2 (required for authentication support) Building ======== Like any Python package, use ``setup.py``:: $ python setup.py instal...
{ "content_hash": "e479153835667022edbce7032412a15b", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 77, "avg_line_length": 26.923076923076923, "alnum_prop": 0.6980952380952381, "repo_name": "lericson/pylibmc", "id": "cfa427420b07179910306f621ccf92aeb28e2da2", "size": "105...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Graphics</title> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic"> <link rel="stylesheet" href="../../build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets...
{ "content_hash": "cf208faa082abf30c0f635f3e2ccf0ac", "timestamp": "", "source": "github", "line_count": 820, "max_line_length": 402, "avg_line_length": 40.889024390243904, "alnum_prop": 0.5586208953443288, "repo_name": "billwiliams/Yui", "id": "c81de9da21e4e9810883fa544c67a175ccee5467", "size": "33...
#ifndef CODEMITTERGEN_H #define CODEMITTERGEN_H #include "llvm/TableGen/TableGenBackend.h" #include <vector> #include <string> namespace llvm { class RecordVal; class BitsInit; class CodeGenTarget; class CodeEmitterGen : public TableGenBackend { RecordKeeper &Records; public: CodeEmitterGen(Re...
{ "content_hash": "689b9027e02bc4c2a63d86879c3f95a3", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 78, "avg_line_length": 27.64864864864865, "alnum_prop": 0.6803519061583577, "repo_name": "abduld/clreflect", "id": "a8588af761dec981997a317edaee1e475f376756", "size": "1482...
package org.shaon.utd.sirius.service; import org.shaon.utd.sirius.domain.Course; import org.shaon.utd.sirius.domain.Registered; import org.shaon.utd.sirius.domain.Section; import org.shaon.utd.sirius.domain.Student; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Tes...
{ "content_hash": "07e611f9a9dfd0132cfd9924e1a5e32f", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 111, "avg_line_length": 35.736363636363635, "alnum_prop": 0.7046553039938946, "repo_name": "fahadshaon/sirius", "id": "044cb5c3cc58c079e390eda82f44b036897b4cf1", "size": "...
package org.linqs.psl.experimental.datasplitter.builddbstep; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.linqs.psl.database.Partition; public class PartitionSetUtils { public static List<Partition> invertPartitions(Col...
{ "content_hash": "1d972b7bb4ad570b00421047001893c4", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 112, "avg_line_length": 26.4375, "alnum_prop": 0.764775413711584, "repo_name": "linqs/psl-experimental", "id": "0719cd99a93ff59597008a578bf91013160c3d80", "size": "1561", ...
import * as React from 'react'; import * as motion from 'react-motion'; declare namespace Transition { interface TransitionProps { component?: string | boolean | React.ReactElement | undefined; runOnMount?: boolean | undefined; appear?: motion.Style | undefined; enter?: motion.Style...
{ "content_hash": "cb51468b172fe24bd021852650bc2a7a", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 75, "avg_line_length": 36.411764705882355, "alnum_prop": 0.6736672051696284, "repo_name": "markogresak/DefinitelyTyped", "id": "18b3d53f2c8989878b411d95145fe79113771641", "...
import React from 'react'; const PathPrefixContext = React.createContext(''); function usePathPrefix(): string { return React.useContext(PathPrefixContext); } export { usePathPrefix, PathPrefixContext };
{ "content_hash": "6ea64affc4233104626d58b49c07054e", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 50, "avg_line_length": 23.22222222222222, "alnum_prop": 0.7703349282296651, "repo_name": "GoogleCloudPlatform/prometheus-engine", "id": "7877628144a878d12dd7337dfe1ea1a6e4e16c...
from swgpy.object import * def create(kernel): result = Intangible() result.template = "object/draft_schematic/bio_engineer/dna_template/shared_dna_template_snorbal.iff" result.attribute_template_id = -1 result.stfName("string_id_table","") #### BEGIN MODIFICATIONS #### #### END MODIFICATIONS #### ret...
{ "content_hash": "a5323374016fe3be7c5f2e322781a6a3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 101, "avg_line_length": 25.384615384615383, "alnum_prop": 0.706060606060606, "repo_name": "obi-two/Rebelion", "id": "e9498e04e65673ae8665b779a5535ffd809cc3f8", "size": "475...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title><?php echo $title; ?></title> <?php echo html_tag('link', array( 'rel' => 'shortcut icon', 'type' => 'image/x-icon', 'href' => Asset::get_file('favicon.ico', 'img'), ) ); ?> <?php echo html_tag('link', array( 'rel' => 'icon', 'type' => 'image/x-icon', 'hr...
{ "content_hash": "3117d511d668d054012bb82d89adf06f", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 144, "avg_line_length": 33.73737373737374, "alnum_prop": 0.5655688622754491, "repo_name": "womanshift/womanshift", "id": "1a3564bc7a72df9df0dba13558b4d442b855d8fb", "size":...
NutScript is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. NutScript is distributed in the hope that it will be useful, ...
{ "content_hash": "4621308de8dd340c44cd802b27962bf0", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 72, "avg_line_length": 34.53333333333333, "alnum_prop": 0.7123552123552124, "repo_name": "Chessnut/hl2rp", "id": "2dd3a3f5255d858c50b5df715cb72a0002ad3be1", "size": "1041",...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.s...
{ "content_hash": "e316d21a4265b83b9e5dedcee875adf0", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 204, "avg_line_length": 29.79824561403509, "alnum_prop": 0.5284074183102738, "repo_name": "synchronoss/nio-multipart", "id": "12deab0d2776441a117fddcbd67f71295ae0241b", "s...
CREATE PROCEDURE [dbo].[UpsertUser] @userRef VARCHAR(255), @displayName VARCHAR(255), @ukprn BIGINT, @email VARCHAR(255), @isDeleted BIT = 0 AS MERGE [dbo].[User] as [Target] USING (SELECT @userRef as UserRef) AS [SOURCE] ON [Target].UserRef = [Source].UserRef WHEN MATCHED THEN UPDATE SET [Target].DisplayNa...
{ "content_hash": "31dd4c0ca4baad5ab13b035e2f14f035", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 171, "avg_line_length": 46.53846153846154, "alnum_prop": 0.7140495867768595, "repo_name": "SkillsFundingAgency/das-providerapprenticeshipsservice", "id": "94705adc2f59af474d3...
ACCEPTED #### According to Index Fungorum #### Published in Ned. kruidk. Archf 2(3): 775 (1902) #### Original name Sphaeronaema fagi Oudem. ### Remarks null
{ "content_hash": "898cb0da8a3dca0409c602d751a8e068", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 35, "avg_line_length": 12.307692307692308, "alnum_prop": 0.6875, "repo_name": "mdoering/backbone", "id": "e529c4c56b9dd7b6afa843e1e51d1b827f390379", "size": "208", "binar...
import React, { Component, PropTypes } from 'react' import Business from './Business' import StaffManager from './StaffManager' import styles from 'styles/lemons.scss' import classnames from 'classnames' class BuyBusinessButton extends Component { render () { const {name, cash, cost, stockCost, salePrice, action...
{ "content_hash": "18f748bd2475a464d88ef77ee6e1fb34", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 240, "avg_line_length": 41.24844720496895, "alnum_prop": 0.5994579129649149, "repo_name": "neiled/lemons", "id": "6cc6fa75ed47229a78a4d3acc9b33d4afef4a9ed", "size": "6641"...
<?php namespace Zend\Db\Adapter\Driver; use Zend\Db\Adapter\StatementContainerInterface; interface StatementInterface extends StatementContainerInterface { /** * Get resource * * @return resource */ public function getResource(); /** * Prepare sql * * @param string $s...
{ "content_hash": "4eb3660486b25386255f1c153f0fa60c", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 64, "avg_line_length": 16.605263157894736, "alnum_prop": 0.5863708399366085, "repo_name": "exclie/Imagenologia", "id": "a1ba56709509410733e2cca1f1f200716ec200a7", "size": "...
package com.xurxo.androidtestingcalculator.unit.domain; import com.xurxo.androidtestingcalculator.domain.Operation; import com.xurxo.androidtestingcalculator.domain.SubtractOperation; import org.junit.Test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.core.Is.is; public class Subt...
{ "content_hash": "cd23f54c1203aee47f1bc5d2e0c4837b", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 74, "avg_line_length": 26.8, "alnum_prop": 0.7313432835820896, "repo_name": "xurxodev/AndroidTestingCalculator", "id": "06ea67b0f62746023eb6c5a1d77bc930c95d7545", "size": "...
using std::string; using std::vector; namespace parquet { using format::ConvertedType; using format::FieldRepetitionType; using format::SchemaElement; namespace schema { static inline SchemaElement NewPrimitive(const std::string& name, FieldRepetitionType::type repetition, ...
{ "content_hash": "bd085c008893470651b1549b0ec59331", "timestamp": "", "source": "github", "line_count": 711, "max_line_length": 90, "avg_line_length": 35.139240506329116, "alnum_prop": 0.6503362151777138, "repo_name": "itaiin/parquet-cpp", "id": "faacb76b4db07327b346c2f9ef1be7c438bdc46e", "size": "...
/** * @addtogroup t_fifo * @{ * @defgroup t_fifo_api test_fifo_api * @} */ #include <ztest.h> extern void test_fifo_thread2thread(void); extern void test_fifo_thread2isr(void); extern void test_fifo_isr2thread(void); extern void test_fifo_get_fail(void); extern void test_fifo_loop(void); extern void test_fifo_c...
{ "content_hash": "2dad68f83d4475c5e42b81b1aceae8dd", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 47, "avg_line_length": 27.12121212121212, "alnum_prop": 0.7139664804469273, "repo_name": "runchip/zephyr-cc3220", "id": "4caaee8dc266b68d59f84142e530376bba5fe74a", "size": ...
/* * This code was generated by * ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ * | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ * | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ * * Twilio - Preview ...
{ "content_hash": "b6713a34fbeeecbe9d6d9625ed860b34", "timestamp": "", "source": "github", "line_count": 525, "max_line_length": 160, "avg_line_length": 52.06666666666667, "alnum_prop": 0.5728918968355589, "repo_name": "twilio/twilio-csharp", "id": "14b796cac3b16b34d6b0d26a8eee93bea0586c9b", "size":...
package org.kaaproject.kaa.server.admin.servlet; import java.io.IOException; import java.net.URLDecoder; import javax.servlet.Servlet; import javax.servlet.ServletConfig; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet....
{ "content_hash": "8df3b6d7a94ac0cb9d8a5b52d2e6d44e", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 125, "avg_line_length": 43.31707317073171, "alnum_prop": 0.7117117117117117, "repo_name": "rasendubi/kaa", "id": "69164d82d750f61bc503ce845362706825a35f04", "size": "4158",...
// ---------------------------------------------------------------------------- // Copyright 2006-2010, GeoTelematic Solutions, Inc. // All rights reserved // ---------------------------------------------------------------------------- // // Licensed under the Apache License, Version 2.0 (the "License"); // you m...
{ "content_hash": "7a77efc2a79a0121cbaa09b416b32458", "timestamp": "", "source": "github", "line_count": 1183, "max_line_length": 145, "avg_line_length": 49.05494505494506, "alnum_prop": 0.49165977391783844, "repo_name": "cisdev123/OpenGTS_2.6.0", "id": "b5a68fdd43469fd02872194a68c88003caf6ee5b", "s...
FROM balenalib/fincm3-debian:buster-build # remove several traces of debian python RUN apt-get purge -y python.* # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 # key 63C7CC90: public key "Simon McVittie <s...
{ "content_hash": "64b96b58b7d02c9ff3ade992537b1865", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 711, "avg_line_length": 50.83157894736842, "alnum_prop": 0.7034582729343549, "repo_name": "resin-io-library/base-images", "id": "52f2c7c01d35f30cd00babf6338f6499ce5da365", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>geocoq: Error</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="styles...
{ "content_hash": "c61f3abd95d01818cf03ca471a99b449", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 278, "avg_line_length": 47.67142857142857, "alnum_prop": 0.5624812706023374, "repo_name": "coq-bench/coq-bench.github.io", "id": "96e75b36d8cc152c6abac30cd59feafec7caf806", ...
template<typename T> void operator >> (const YAML::Node& node, T& i) { i = node.as<T>(); } #endif class StopPointSender{ public: StopPointSender(); void run(); private: std::string robot_frame_, world_frame_; tf::TransformListener tf_listener_; ros::Rate rate_; ros::Publisher stop_point...
{ "content_hash": "6ebd086175ab00178a9a593c784ea459", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 100, "avg_line_length": 24.656084656084655, "alnum_prop": 0.617381974248927, "repo_name": "open-rdc/orne_navigation", "id": "1a52f293f0a22a9f3bdbb504c1e5a98704e3891e", "si...
'use strict'; import { Subscription } from '@hoist/model'; import SubscriptionWrapper from '../../lib/subscription_wrapper'; import { expect } from 'chai'; import sinon from 'sinon'; describe('SubscriptionWrapper', function () { var subscriptionWrapper; var subscription; describe('#get', function () { b...
{ "content_hash": "6fbac0aa459af742d7d960d431467598", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 76, "avg_line_length": 28.869565217391305, "alnum_prop": 0.6255020080321285, "repo_name": "hoist/hoist-poller", "id": "5c65d93c3e33e57e00200fcdea25b41ea3465233", "size": "1...
using namespace simpla; int main(int argc, char** argv) { parallel::Initialize(argc, argv); std::cout << "[" << GLOBAL_COMM.rank() << "]" << parallel::gather_string("rank[" + std::to_string(GLOBAL_COMM.rank()) + "]", 2) << std::endl; std::cout << "[" << GLOBAL_COMM.rank() << "]" ...
{ "content_hash": "e2e969b0a1f6f1f829b8203b9fa0f7b6", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 110, "avg_line_length": 44.5, "alnum_prop": 0.5393258426966292, "repo_name": "simpla-fusion/SimPla", "id": "e2080b45e3b5df31b210d0e306b949f5f30a7872", "size": "614", "bin...
package bio.terra.stairway.queue; import bio.terra.stairway.impl.StairwayImpl; /** * QueueMessage is a base class for messages put in the Stairway work queue. It defines the format * version number of the message. If the format changes, that will need to cascade through the * subclasses. */ abstract class QueueMe...
{ "content_hash": "adadee0d943d73175e7df1b7986e65e3", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 98, "avg_line_length": 32.42857142857143, "alnum_prop": 0.775330396475771, "repo_name": "DataBiosphere/stairway", "id": "da34d1e8f2214ad419b7282efdfeda3ae085bb5e", "size": ...
export default function anonymous(data, helper /**/) { data = data || {};helper = helper || {};var _e = helper.escape ? helper.escape : function (s) {return s;};var _s = '<ul class="toc-link-list"></ul>';return _s; };
{ "content_hash": "3188a12552c9d03e4422343ffec56c71", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 163, "avg_line_length": 55.5, "alnum_prop": 0.6081081081081081, "repo_name": "leungwensen/toc-generator", "id": "6cec43ee5a77bb1d3acba2b55215af87bbd21a16", "size": "222", ...
$(function(){ initNoSysRoleList(); initHasSysRoleList(); $.parser.parse();//重新加载样式 initPagePermission(); //权限初始化 }); function initNoSysRoleList(){ var spId=$('#spId').val(); var myBasePath=basePath+'noSysRoleListPermission'; $('#noSysRoleList').empty(); $.post(myBasePath,{ spId: spId },funct...
{ "content_hash": "421cf99f2e3a0691aad2d4da02a379e0", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 84, "avg_line_length": 21.29310344827586, "alnum_prop": 0.5919028340080972, "repo_name": "brucevsked/simcustc1", "id": "ba8ca8124aedefea9f21900da5a19c68118b277e", "size": "...
package Paws::CloudFront::CacheBehaviors; use Moose; has Items => (is => 'ro', isa => 'ArrayRef[Paws::CloudFront::CacheBehavior]', request_name => 'CacheBehavior', traits => ['NameInRequest']); has Quantity => (is => 'ro', isa => 'Int', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::...
{ "content_hash": "1223bacaf6dd76969a1a86d07724d42e", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 142, "avg_line_length": 26.857142857142858, "alnum_prop": 0.7287234042553191, "repo_name": "ioanrogers/aws-sdk-perl", "id": "a5bff0e5ef6420348beab5970d19c6d97857093a", "siz...
package net.kuujo.vertigo.util; /** * Purely for syntactic sugar when handling branching in vertigo components. * * @author <a href="http://github.com/ef-labs">Magnus Koch</a> */ public class AckAggregator<T> extends IncrementalCompletionHandler<T> { }
{ "content_hash": "5b7e6efb1dc3ec38d2368551de1021e9", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 76, "avg_line_length": 25.9, "alnum_prop": 0.7374517374517374, "repo_name": "englishtown/vertigo", "id": "e767d8d1c7c2f9ba570a5d1e77da90b115c13b5a", "size": "869", "binar...
package uk.co.ben_gibson.git.link.test.Git; import junit.framework.TestCase; import uk.co.ben_gibson.git.link.Git.Branch; public class BranchTest extends TestCase { public void testCanBeCastToString() { Branch branch = new Branch("dev"); assertSame("dev", branch.toString()); } public...
{ "content_hash": "e2a65e12f95aad0655c9d2828b494cb4", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 48, "avg_line_length": 21.857142857142858, "alnum_prop": 0.6623093681917211, "repo_name": "ben-gibson/remote-repository-mapper", "id": "a90a73e5b79a03e86bf155ebdf477c23e7ec29...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="robots" content="noindex"> <title>File vendor/mikey179/vfsStream/examples/ExampleTestCaseOldWay.php | Practica2_Servidor</title> <link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"> </head> <body> <div id="le...
{ "content_hash": "064dd23b5da3a456cbe9784204472ebb", "timestamp": "", "source": "github", "line_count": 882, "max_line_length": 238, "avg_line_length": 76.8843537414966, "alnum_prop": 0.6888603786940365, "repo_name": "isacm94/Practica2_Servidor", "id": "037391dbb47ba836e2ad28c03076180896ef7ebc", "s...
<!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_55) on Wed Feb 25 22:13:38 GMT 2015 --> <title>G-Index</title> <meta name="date" content="2015-02-25"> <link rel="stylesheet" type="tex...
{ "content_hash": "68c1ba645cf865388ba5d9e97ed4948b", "timestamp": "", "source": "github", "line_count": 336, "max_line_length": 840, "avg_line_length": 97.73511904761905, "alnum_prop": 0.6872620968969823, "repo_name": "CUB3D/Unknown-3", "id": "3339f6e692864b8e40d973306b3695215d1e1e04", "size": "328...
package org.apache.sling.auth.core.impl; import java.io.UnsupportedEncodingException; import javax.servlet.http.HttpServletRequest; import org.jmock.Expectations; import org.jmock.Mockery; import org.jmock.integration.junit4.JUnit4Mockery; import junit.framework.TestCase; import junitx.util.PrivateAccessor; publi...
{ "content_hash": "2ef5cc9065e8b7e72678d1760838c2bd", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 157, "avg_line_length": 36.17821782178218, "alnum_prop": 0.6516146688560481, "repo_name": "mikibrv/sling", "id": "8da1fe6f85ac22cb9d3233fd4ba50645df76a68f", "size": "4465"...
require 'dystio/command' module Dystio module Commands # Deletes a directory or item. class Delete < Dystio::Command # Initializes an instance of the command with the specified path and options. # # @param [String] path the path to the directory or item in the provider. # def in...
{ "content_hash": "1a1c17bdfb533499dbb16aee01d92e2e", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 83, "avg_line_length": 20.68, "alnum_prop": 0.6112185686653772, "repo_name": "evansagge/dystio", "id": "c10b40c7eb06aa734673381262b250d511d4ea88", "size": "1093", "binary...
title: Reflect isExtensible localeTitle: Reflect isExtensible --- ## Reflect isExtensible Este é um esboço. [Ajude nossa comunidade a expandi-lo](https://github.com/freecodecamp/guides/tree/master/src/pages/javascript/standard-objects/reflect/reflect-isextensible/index.md) . [Este guia de estilo rápido ajudará a gara...
{ "content_hash": "39b2afd062308bc3ca50d6eeb894e3bb", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 185, "avg_line_length": 46, "alnum_prop": 0.7978260869565217, "repo_name": "otavioarc/freeCodeCamp", "id": "0ef6472607aabf5c3fc08e9a20761cf539924d4e", "size": "472", "bin...
import os import sys sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))
{ "content_hash": "d95a41acb33ed3c2b9ea0d679bb627c6", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 66, "avg_line_length": 22.25, "alnum_prop": 0.6404494382022472, "repo_name": "sapo/python-kyototycoon-ng", "id": "798154a16f0c538678f2d60085faef08188c643e", "size": "271", ...
package jp.nyatla.nyartoolkit.rpf.tracker.nyartk; import jp.nyatla.nyartoolkit.core.NyARException; import jp.nyatla.nyartoolkit.core.param.INyARCameraDistortionFactor; import jp.nyatla.nyartoolkit.core.raster.NyARGrayscaleRaster; import jp.nyatla.nyartoolkit.core.types.NyARBufferType; import jp.nyatla.nyartoolkit.rpf...
{ "content_hash": "159cacd5435bf6bf86a1c302af623a7e", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 188, "avg_line_length": 34.429906542056074, "alnum_prop": 0.7681867535287731, "repo_name": "swkim01/GreenHouse", "id": "e56137319b024a9856ad07a09e71e1da8ed7aebd", "size": ...
// Copyright 2006-2008 Google Inc. All Rights Reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditi...
{ "content_hash": "b661a144be71ffb869f71db27648f238", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 78, "avg_line_length": 41.17372881355932, "alnum_prop": 0.588864875990532, "repo_name": "dfdeshom/v8onpython", "id": "4e04bbc92344872b0bf29d40debc0b85f075aadf", "size": "9...
package edu.kit.dama.mdm.dataorganization.ext; import edu.kit.dama.mdm.dataorganization.entity.impl.client.CollectionNode; import edu.kit.dama.mdm.dataorganization.entity.impl.client.DataOrganizationNode; import edu.kit.dama.mdm.dataorganization.entity.impl.client.FileNode; import edu.kit.dama.mdm.dataorganization.im...
{ "content_hash": "985139c0d61a1d339f1f7c463ed2dc69", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 81, "avg_line_length": 36.20338983050848, "alnum_prop": 0.5510299625468165, "repo_name": "kit-data-manager/base", "id": "d4bcc65f39c02ce180659e2bf3ec3581d2897437", "size": ...
package com.sumzerotrading.ib; import com.ib.client.EWrapper; /** * * @author Rob Terpilowski */ public interface IBConnectionInterface extends EWrapper { public void setClientId( int clientId ); public void setHost( String host ); public void setPort( int port ); public i...
{ "content_hash": "5b718bae71a4e41890aee5aba8b71ac5", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 62, "avg_line_length": 18.310344827586206, "alnum_prop": 0.67984934086629, "repo_name": "rterp/LimitUpTrading", "id": "68197215ec4bf88336d1baf149cb294c6bfcbc32", "size": "1...
layout: post type: post title: "Hello world!" date: 2017-01-16 category: life comments: true author: "LJ MIRANDA" tags: [github pages, github, jekyll, ruby, wordpress, wordpress to github pages] --- Hello world! I'm now transferring my blog from Wordpress into Github pages &mdash;the former site will be deleted soon...
{ "content_hash": "c455277c2a2676994b4ca4587dd539b5", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 216, "avg_line_length": 55.53448275862069, "alnum_prop": 0.7506985408258305, "repo_name": "vankhoa21991/vankhoa21991.github.io", "id": "79dd47bdf89388cdef39d4588dfb7393aa6f94...
use log::{error, warn}; use std::cmp; use std::convert::TryInto; use std::fs::File; use std::io::Read; use std::path::Path; use std::sync::Mutex; #[cfg(feature = "rayon")] use rayon::prelude::*; use super::parser; use super::{Document, Object, ObjectId}; use crate::error::XrefError; use crate::object_stream::ObjectSt...
{ "content_hash": "bff03d9aad0fb8603ce22547e8e318bd", "timestamp": "", "source": "github", "line_count": 450, "max_line_length": 112, "avg_line_length": 31.13111111111111, "alnum_prop": 0.54422157184667, "repo_name": "J-F-Liu/lopdf", "id": "213441c876183769895de8470d12669095d6acab", "size": "14071",...
<?php /** * Zend_XmlRpc_Fault */ #require_once 'Zend/XmlRpc/Fault.php'; /** * XMLRPC Server Faults * * Encapsulates an exception for use as an XMLRPC fault response. Valid * exception classes that may be used for generating the fault code and fault * string can be attached using {@link attachFa...
{ "content_hash": "aadf2add35ba596bbf1a9ee21a0a4629", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 93, "avg_line_length": 27.247252747252748, "alnum_prop": 0.5460778382738455, "repo_name": "almadaocta/lordbike-production", "id": "6c357a75f4b938aa18dcb29b609d7d8ade4ff979",...
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>Grove Kit on Cesar Gimenes</title> <link>http://crg.eti.br/tags/grove-kit/</link> <description>Recent content in Grove Kit on Cesar Gimenes</description> <generator>Hu...
{ "content_hash": "25987ef255209bf5126bfb9e5b09ebce", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 360, "avg_line_length": 65.69491525423729, "alnum_prop": 0.7198142414860681, "repo_name": "crgimenes/crgimenes.github.io", "id": "51424b7a4ce86564d528dae3f06fc5271c118fe7", ...
[% page.banner = "December 18, 2005 - Ponie project in transition" %] [% page.title = page.banner %] <p> Ponie is the project name for Perl 5.12, a bridge between Perl 5 and Perl 6. Ponie will bring Perl 5 to Parrot, the virtual machine at the heart of Perl 6. A project of this size and complexity takes plenty of ta...
{ "content_hash": "fc2af3cc8760d00af687b4b5d99cf4a7", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 84, "avg_line_length": 43.15384615384615, "alnum_prop": 0.7587641117052881, "repo_name": "autarch/perlweb", "id": "de18988b2be45a1bb9a623340c91c92a9f56286a", "size": "1683"...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <Substance xmlns="uri:/mil/tatrc/physiology/datamodel" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" State="Liquid" xsi:schemaLocation=""> <Name>Succinylcholine</Name> <MolarMass value="290.4" unit="g/mol"/> <Clearance> <Systemic> ...
{ "content_hash": "551c89ea90315331a336e0850781fa8a", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 146, "avg_line_length": 41.2972972972973, "alnum_prop": 0.6086387434554974, "repo_name": "ScreenBasedSimulator/ScreenBasedSimulator2", "id": "8ba4a04fde1d98aa1d1aeb8f9933caf7...
ACCEPTED #### According to Index Fungorum #### Published in Sydowia 10: 42 (1957) #### Original name Appendiculella camerunensis Hansf. ### Remarks null
{ "content_hash": "e312164d0ee1dc7de5f0dcaef055dc64", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 34, "avg_line_length": 12, "alnum_prop": 0.717948717948718, "repo_name": "mdoering/backbone", "id": "83fa5039bc87ce09462163aaca7cb57504bde034", "size": "214", "binary": f...
package dk.deck.aws.price.api; import dk.deck.aws.price.api.model.Price; import java.io.IOException; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; /** * * @author Jesper Terkelsen */ public class RdsPriceListTest { publi...
{ "content_hash": "1745c9aa67195ea39e3fea5b36c086c6", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 131, "avg_line_length": 33.81159420289855, "alnum_prop": 0.6236605229318474, "repo_name": "JesperTerkelsen/aws-price-api", "id": "a60fec9c4619070ff13a76db31481ec9ee593e2b", ...
package org.glowroot.agent.weaving.targets; public class NestingMisc implements Misc { private static final String yes; private final boolean stopNesting; // test with static initializer present to verify static initializer merging static { yes = "yes"; } public NestingMisc() { ...
{ "content_hash": "f9b687693289edaeb7f119a5c72c0682", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 80, "avg_line_length": 19.62162162162162, "alnum_prop": 0.6239669421487604, "repo_name": "trask/glowroot", "id": "8a1417ce909270b62502bd9136c30630addc4846", "size": "1341",...
import sys import inspect from models import TopologyParameterCustomValue from system.models import Configuration def configuration_factory(databaseinfra, memory_size): for name, obj in inspect.getmembers(sys.modules[__name__]): if inspect.isclass(obj) and '__ENGINE__' in obj.__dict__: if obj....
{ "content_hash": "ff87eb74ebc1695609e2a1dda53efa53", "timestamp": "", "source": "github", "line_count": 720, "max_line_length": 76, "avg_line_length": 30.583333333333332, "alnum_prop": 0.6133060853769301, "repo_name": "globocom/database-as-a-service", "id": "39db492ae77cbeadbfdec622378ac0e5fe2d9fed",...
Create an implementation of the atbash cipher, an ancient encryption system created in the Middle East. The Atbash cipher is a simple substitution cipher that relies on transposing all the letters in the alphabet such that the resulting alphabet is backwards. The first letter is replaced with the last letter, the seco...
{ "content_hash": "7a03c659dda17f47bb4c76d1ad4714aa", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 107, "avg_line_length": 34.45945945945946, "alnum_prop": 0.7819607843137255, "repo_name": "kevinvanderlugt/Exercism-Solutions", "id": "d712409a9445f0ee742f284e89aa0ad2ad1db65...
using System; using System.Collections.Generic; using System.ComponentModel.Composition; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using md.stdl.Interfaces; using mp.pddn; using VVVV.PluginInterfaces.V2; namespace mp.dx.Nodes { [Startable] pu...
{ "content_hash": "e7931ce89a9afb4710414f7e548b6884", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 112, "avg_line_length": 32.296875, "alnum_prop": 0.6168359941944848, "repo_name": "microdee/mp.dx", "id": "91ba101172d38b6be54015d4601885d5967752d8", "size": "2069", "bin...
layout: post title: Thoughts on the VNXe 3200 date: 2014-05-09 16:09 --- I had some thoughts after reading [Chad Sakac’s blog](http://virtualgeek.typepad.com/virtual_geek/2014/05/vnx-architectural-evolution-keeps-rolling-vnxe-3200-project-liberty.html) entry about the new VNXe 3200. * The original VNXe (3100/3150/...
{ "content_hash": "fe54861eb5288759196b009de10e2b64", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 255, "avg_line_length": 94.5625, "alnum_prop": 0.7739590218109715, "repo_name": "vmstan/vmstan.github.io", "id": "5b526f8ae025044432790f47067231fad9531bf1", "size": "1543",...
<?php require_once dirname(dirname(__FILE__)).'/FilesystemHelper.php'; class Twig_Tests_Cache_FilesystemTest extends PHPUnit_Framework_TestCase { private $classname; private $directory; private $cache; protected function setUp() { $nonce = hash('sha256', uniqid(mt_rand(), ...
{ "content_hash": "0af9008065ca464ce8c5c324b08dba86", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 100, "avg_line_length": 29.596774193548388, "alnum_prop": 0.5640326975476839, "repo_name": "gustavokev/preescolar1", "id": "94b7c64ea23854457e6b01963f9acbc05a22669a", "siz...
#include <shogun/lib/config.h> #ifdef HAVE_EIGEN3 #include <shogun/lib/common.h> #include <shogun/io/SGIO.h> #include <shogun/preprocessor/DensePreprocessor.h> #include <shogun/features/DenseFeatures.h> #include <shogun/features/Features.h> #include <shogun/labels/MulticlassLabels.h> #include <shogun/mathematics/eige...
{ "content_hash": "6fe5d292e3ccb339847730186860b472", "timestamp": "", "source": "github", "line_count": 328, "max_line_length": 83, "avg_line_length": 30.0640243902439, "alnum_prop": 0.6980022310110536, "repo_name": "Saurabh7/shogun", "id": "ce431b8dd9e5d1d1f5da138b50944e1b9e0dad1c", "size": "11477...
/** * */ package se.lbroman.msrp.impl.data; import java.util.LinkedList; /** * Yet another extremely simple byte array data structure. It appends data in * constant time, but returns data in linear time, amortized constant time. * Useful for building arrays and extracting them. * * * @author L...
{ "content_hash": "6f3a0bbf550099ecd05012ae11bd8d84", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 77, "avg_line_length": 20.459016393442624, "alnum_prop": 0.5512820512820513, "repo_name": "lbroman/MSRP-API", "id": "ca1dc5e91965239cf238dea019e5a5b98fa00263", "size": "124...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "0afa53d593288530c04db6f3db3e4d80", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "f8907e8ec8a5cdb566779d8712a0d291c9296318", "size": "176...
package coyote.dataframe; import coyote.commons.ByteUtil; /** signed, 16-bit value in the range of -32,768 to 32,767 */ public class S16Type implements FieldType { private static final int _size = 2; private final static String _name = "S16"; public boolean checkType( Object obj ) { return ( obj inst...
{ "content_hash": "7f6c38e5b59a10d9606ecd3a027ab094", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 63, "avg_line_length": 15.068181818181818, "alnum_prop": 0.5987933634992458, "repo_name": "sdcote/dataframe", "id": "91e3c91712ff6fb5f7d8e9dc2ec826ec2d30fa76", "size": "160...
{% extends:'mako-error::error' %} {% block:'title' %}Service Unavailable{% endblock %} {% block:'message' %} <h1>503</h1> <p>The service is currently unavailable.</p> {% endblock %}
{ "content_hash": "cbe6678c85399e27ae41b594c9db496d", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 52, "avg_line_length": 23.25, "alnum_prop": 0.6344086021505376, "repo_name": "mako-framework/framework", "id": "ad28de707f668f5049228a3fcbd8570873e4506d", "size": "186", "...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-...
{ "content_hash": "7c723d07917dcc786dc49b8c8b6f525d", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 74, "avg_line_length": 39.15, "alnum_prop": 0.735632183908046, "repo_name": "googlearchive/android-MessagingService", "id": "0e6825b0e8e45606fcc1a3eecaa9a4147073193f", "siz...
namespace display { class Display; class DisplayObserver; // DisplayChangeNotifier is a class implementing the handling of DisplayObserver // notification for Screen. class DISPLAY_EXPORT DisplayChangeNotifier { public: DisplayChangeNotifier(); ~DisplayChangeNotifier(); void AddObserver(DisplayObserver* observ...
{ "content_hash": "813419fc336f843cf4227ed94512d93c", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 80, "avg_line_length": 28.35483870967742, "alnum_prop": 0.7519908987485779, "repo_name": "endlessm/chromium-browser", "id": "f201d86dd2b6602d351945529f9ed831b179debc", "siz...