text
stringlengths
2
1.04M
meta
dict
<?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">Project16_4</string> <string name="action_settings">Settings</string> <string name="hello_world">Hello world!</string> </resources>
{ "content_hash": "ac839a3991529e9cb3109db3d2bba644", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 52, "avg_line_length": 27.625, "alnum_prop": 0.6742081447963801, "repo_name": "00wendi00/MyProject", "id": "a949c4ec5cfb01d12a2d5c4deaf8fea47a204e6b", "size": "221", "bina...
import {Component,ElementRef,AfterViewInit,OnDestroy,Input,Output,Renderer,EventEmitter} from '@angular/core'; import {DomHandler} from '../dom/domhandler'; import {MenuItem} from '../common'; import {Location} from '@angular/common'; import {Router} from '@angular/router'; @Component({ selector: 'p-tieredMenuSub'...
{ "content_hash": "db6b1236f35fb919f7761e6cb22ce648", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 175, "avg_line_length": 31.410714285714285, "alnum_prop": 0.5575137388667804, "repo_name": "AjaySharm/primeng", "id": "12ed1dea9a4d90a81f3be7bfad83ff0962a9a402", "size": "...
package spark import collection.mutable import serializer.Serializer import akka.actor.{Actor, ActorRef, Props, ActorSystemImpl, ActorSystem} import akka.remote.RemoteActorRefProvider import spark.broadcast.BroadcastManager import spark.storage.BlockManager import spark.storage.BlockManagerMaster import spark.networ...
{ "content_hash": "8b3e9800280a4df8d217c819db49a0b9", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 113, "avg_line_length": 36.265, "alnum_prop": 0.716531090583207, "repo_name": "baeeq/incubator-spark", "id": "7ccde2e8182f3a528609ef16f5ef16c666593ec4", "size": "7253", ...
package edu.utah.bmi.nlp.rush.core; import edu.utah.bmi.nlp.core.*; import edu.utah.bmi.nlp.fastcner.FastCNER; import java.util.*; import java.util.logging.Level; import java.util.logging.Logger; import static java.lang.Character.isAlphabetic; import static java.lang.Character.isDigit; import edu.utah.bmi.nlp.fastc...
{ "content_hash": "db90fe4ed7143d6c457531acbd71e393", "timestamp": "", "source": "github", "line_count": 331, "max_line_length": 151, "avg_line_length": 42.398791540785496, "alnum_prop": 0.5184551802764714, "repo_name": "jianlins/RuSH", "id": "8ade0b9d3b4a82539ce45e845a41235ba434daef", "size": "1403...
/****** Object: Table [dbo].[OffchainChannel] Script Date: 12/17/2016 1:46:25 PM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[OffchainChannel]( [ChannelId] [bigint] IDENTITY(1,1) NOT NULL, [ReplacedBy] [bigint] NULL, [unsignedTransactionHash] [varchar](64) NOT NULL, [Version] [...
{ "content_hash": "a2a55ee50c27dedbbd53833ccd10fc91", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 306, "avg_line_length": 35.94565217391305, "alnum_prop": 0.7405503477472029, "repo_name": "LykkeCity/WalletBackEnd", "id": "074fc86d488ec3af8acee9465490127ea5c21148", "size...
package net.reini.rmi; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RemoteException; public class EchoServiceClient { public static void main(String[] args) { try { RemoteEchoService echo = (RemoteEchoService)Naming.lookup("rmi://loca...
{ "content_hash": "f2b6a0cefaa3e417cc09bbe20c564256", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 111, "avg_line_length": 24.80952380952381, "alnum_prop": 0.7140115163147792, "repo_name": "reinhapa/Sandbox", "id": "ca950773e2556492542831c3881d795d96975935", "size": "167...
package net.webservicex; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by Apache CXF 3.1.6 * 2016-06-...
{ "content_hash": "093ecc8a86b79be70ccbff0fb8c2fb1a", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 163, "avg_line_length": 47.68292682926829, "alnum_prop": 0.7355498721227621, "repo_name": "dfoka/java_course", "id": "574b5dcbd612423ddc165b345df5365589164dc7", "size": "19...
package v1alpha1 import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ) //+kubebuilder:object:root=true //+kubebuilder:subresource:status //+kubebuilder:printcolumn:name="Ready",type=string,JSONPath=`.status.conditions[?(@.type=='Ready')].reason` // WorkloadIdentityBinding type WorkloadIdentityBinding struct { m...
{ "content_hash": "e0d131087299bdffae59616ec70b9c0e", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 108, "avg_line_length": 33.648148148148145, "alnum_prop": 0.7897633461750138, "repo_name": "GoogleContainerTools/kpt", "id": "b18a3ce2050054233f76400d9f239ef2f59ea875", "si...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 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-2.0 Unle...
{ "content_hash": "dea1e64bfb62254d12486f08e6a179a7", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 85, "avg_line_length": 43.28846153846154, "alnum_prop": 0.6412705464238116, "repo_name": "NYIT-CSCI455-2015-Spring/BluetoothChat", "id": "3b2489058d564c74a61b55ca63438bcd146...
from __future__ import unicode_literals from django.db.models import signals from django.dispatch import receiver from django.test import TestCase from django.utils import six from .models import Person, Car # #8285: signals can be any callable class PostDeleteHandler(object): def __init__(self, data): ...
{ "content_hash": "82e8868a80152738f1364602641a3d5b", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 80, "avg_line_length": 29.435754189944134, "alnum_prop": 0.5433668627823116, "repo_name": "ericholscher/django", "id": "b7ee222c94c9978bb5bc57f577f707e246d3515d", "size": ...
describe("Deployer", function () { var envSelector; var planSelector; var buildSelector; var deployButton; var deploySpinner; var getMockProvider = function (obj) { var mockProvider = { deploy : function (data, callback) { callback(obj); } }; return mockProvider; }; ...
{ "content_hash": "770a4944679a15e19a633e495a15ff54", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 74, "avg_line_length": 28.57843137254902, "alnum_prop": 0.6240137221269296, "repo_name": "tildedave/deploybot", "id": "e7ab8e1fc09c301a7c4b7b6fd2433697726d89cb", "size": "...
package org.globus.net.protocol.httpg; import java.net.URL; import java.net.URLConnection; import java.net.URLStreamHandler; import java.lang.reflect.Constructor; public class Handler extends URLStreamHandler { private static final String CLASS = "org.globus.net.GSIHttpURLConnection"; private stati...
{ "content_hash": "f6d98190d1eceb60cac2e98bed4a8406", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 78, "avg_line_length": 29.516666666666666, "alnum_prop": 0.5911914172783738, "repo_name": "gridftp/Gridftp", "id": "1dd7023f3084a04c17413a9b34962ac61ebdd1bd", "size": "2373...
package gov.hhs.fha.nhinc.properties; import gov.hhs.fha.nhinc.nhinclib.NullChecker; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.Hashtable; import org.apache.log4j.Logger; /** * @author akong * */ public class PropertyFileRefreshHandler { private ...
{ "content_hash": "52a3fa31488c3330e154451104c88d08", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 126, "avg_line_length": 36.78142076502732, "alnum_prop": 0.6415094339622641, "repo_name": "AurionProject/Aurion", "id": "40ee5da347ad519a5856e65b9a738b0b9710997f", "size":...
source ./env.sh #Show Service Status service neutron-plugin-openvswitch-agent status exit 0
{ "content_hash": "16593efe1c816414267366038b7a3ca1", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 47, "avg_line_length": 15.666666666666666, "alnum_prop": 0.7978723404255319, "repo_name": "wingon-niu/OpenStackDeploy", "id": "d00fc1ee27456f56282e8cc010a27f31cf5f9e73", "si...
<?xml version="1.0" encoding="UTF-8"?><?mso-infoPathSolution PIVersion="1.0.0.0" href="http://devinfo/sites/sdk/netengdt/NetEngDtSample/Forms/template.xsn" language="en-us" name="urn:schemas-microsoft-com:office:infopath:NETEngDtSample:" solutionVersion="9.4.0.923" productVersion="12.0.0" ?><?mso-application progid="In...
{ "content_hash": "bae44cb7babfcedf91a1735f7583b678", "timestamp": "", "source": "github", "line_count": 162, "max_line_length": 557, "avg_line_length": 48.19135802469136, "alnum_prop": 0.681439733572435, "repo_name": "Esri/arcobjects-sdk-community-samples", "id": "b37673abf3a9262ad37568b1d1e4e390b824...
/* * CtlRunException.java * * User: Greg Schueler <a href="mailto:greg@dtosolutions.com">greg@dtosolutions.com</a> * Created: Mar 30, 2010 3:37:21 PM * $Id$ */ package com.dtolabs.rundeck.core.cli.run; import com.dtolabs.rundeck.core.cli.CLIToolException; /** * CtlRunException is ... * * @author Greg Schueler <...
{ "content_hash": "8747f56b0bab172ff9b2359ccc240757", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 89, "avg_line_length": 21.194444444444443, "alnum_prop": 0.6684141546526867, "repo_name": "tjordanchat/rundeck", "id": "b506bc148599607f0b3d541d539677ac7ce92bd3", "size": "...
namespace ash { TestAssistantSetup::TestAssistantSetup() = default; TestAssistantSetup::~TestAssistantSetup() = default; void TestAssistantSetup::StartAssistantOptInFlow( FlowType type, StartAssistantOptInFlowCallback callback) { if (callback_) { // If opt-in flow is already in progress, immediately re...
{ "content_hash": "a7bba5ade3a5f1769306fa880c541e4e", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 80, "avg_line_length": 31.096774193548388, "alnum_prop": 0.741701244813278, "repo_name": "scheib/chromium", "id": "db674af161edfa2f79e5f19cf7ce155b78612470", "size": "1184"...
package model import ( "encoding/json" "io" "regexp" "strings" "unicode/utf8" ) const ( PREFERENCE_CATEGORY_DIRECT_CHANNEL_SHOW = "direct_channel_show" PREFERENCE_CATEGORY_TUTORIAL_STEPS = "tutorial_step" PREFERENCE_CATEGORY_ADVANCED_SETTINGS = "advanced_settings" PREFERENCE_CATEGORY_FLAGGED_POST ...
{ "content_hash": "10383050d342d3b3ed9c940f4c5c635c", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 122, "avg_line_length": 28.382608695652173, "alnum_prop": 0.6893382352941176, "repo_name": "rodcorsi/mattermail", "id": "589f8b5a9a5dc1080598251d33cbb890dc804374", "size":...
/* * This file was generated by orbit-idl - DO NOT EDIT! */ #include <string.h> #include "CosNaming.h" void _ORBIT_CosNaming_NamingContext_NotFound_marshal(GIOPSendBuffer * _ORBIT_send_buffer, CORBA_Environment * ev) { register CORBA_unsigned_long _ORBIT_tmpvar_0; register CORBA_unsigned_long _ORB...
{ "content_hash": "67307cdd05ad792d3c7210ddbf507501", "timestamp": "", "source": "github", "line_count": 2016, "max_line_length": 80, "avg_line_length": 32.957837301587304, "alnum_prop": 0.6015833120117996, "repo_name": "corbinbs/CORBin", "id": "ad3535d71215f46bd84bb9e78ec82293310e939f", "size": "66...
@interface NSObject (VariableCellColumnDelegate) - (id)tableColumn:(NSTableColumn *)column inTableView:(NSTableView *)tableView dataCellForRow:(int)row; @end @interface VariableCellColumn : NSTableColumn @end
{ "content_hash": "96515e14cd6d1368d7581110fc5e85ec", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 103, "avg_line_length": 35, "alnum_prop": 0.819047619047619, "repo_name": "Mikefluff/VyattaGUI", "id": "b1299b26f1a21f0b2e86659dade9e594c7c31aac", "size": "387", "binary":...
<section> <h2>Dogs group</h2> <p>Showing a card with a group of content.</p> <mat-card class="example-card" role="group"> <mat-card-content> <p>Herding Group</p> <p>Hound Group</p> <p>Non-Sporting Group</p> <p>Sporting Group</p> <p>Terrier Group</p> <p>Toy Group</p> <...
{ "content_hash": "0253087918575b83e1f081b8050b6870", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 101, "avg_line_length": 35.51648351648352, "alnum_prop": 0.6698638613861386, "repo_name": "fairfaxmedia/material2", "id": "d3d53c66b8a62c0805ab168bb3a5e1d924f0b18d", "size"...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/C:/Users/Dennis/AndroidStudioProjects/UTASchedulePlanner/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.1.1/res/values-land/values.xml --> <eat-comment/> <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> ...
{ "content_hash": "057f33656d61953871556e749b0e8744", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 185, "avg_line_length": 62.083333333333336, "alnum_prop": 0.7288590604026846, "repo_name": "minimucho1/TeamPsi", "id": "067ca310a35f2f38b40c08a8d77379fddbd85910", "size": "...
var footerOpen = "Click to Open the Footer"; var footerClose = "Click to Close the Footer"; // Fallback title var titleFallback = "Cards"; var websiteTitle = "Cards by Andrew Ward"; // For inital set up. Do not delete unless you want to go through the setup process again var setUpCompleted = true; // Direc...
{ "content_hash": "6ada0b4817753879fae4482f76a55001", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 109, "avg_line_length": 40.26086956521739, "alnum_prop": 0.7084233261339092, "repo_name": "1Achmed1/Cards", "id": "2d7b389032d287e51a1ba3d107161681545db256", "size": "961",...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".studytnewknowledge.Ac...
{ "content_hash": "5963b003a4361182760fd2c9202b6139", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 72, "avg_line_length": 35.25581395348837, "alnum_prop": 0.6437994722955145, "repo_name": "UremSept/StudyAPk", "id": "f49559962e67eafbaabfa1e0448ded373b0fb184", "size": "155...
package net.sf.mmm.data; import net.sf.mmm.util.nls.base.AbstractResourceBundle; /** * This class holds the internationalized messages for the content subproject. * * @author Joerg Hohwiller (hohwille at users.sourceforge.net) * @since 1.0.0 */ public class NlsBundleDataApi extends AbstractResourceBundle { ...
{ "content_hash": "3a37a81d8279d29a202601faa7f255e5", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 127, "avg_line_length": 42.61818181818182, "alnum_prop": 0.7427474402730375, "repo_name": "m-m-m/multimedia", "id": "7daa14b28384fbd90ab5ee4abc83878c81ac2395", "size": "247...
Open source provably fair website
{ "content_hash": "ca1095e0677a23884ea494889ae96770", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 33, "avg_line_length": 34, "alnum_prop": 0.8529411764705882, "repo_name": "StefanDorresteijn/provably", "id": "88fa49e62e71738b3f14a139aa8fd888437f834f", "size": "45", "bi...
.class final Lcom/android/server/am/ProcessRecord; .super Ljava/lang/Object; .source "ProcessRecord.java" # instance fields .field final activities:Ljava/util/ArrayList; .annotation system Ldalvik/annotation/Signature; value = { "Ljava/util/ArrayList", "<", "Lcom/androi...
{ "content_hash": "f5c936ad1ca66df26cb9a60e6daf9144", "timestamp": "", "source": "github", "line_count": 3512, "max_line_length": 199, "avg_line_length": 27.949031890660592, "alnum_prop": 0.6928288354371058, "repo_name": "hexiaoshuai/Flyme_device_ZTE_A1", "id": "f5b3c2651a7ab592ff2f278cfcd9591db61d792...
<?xml version="1.0" encoding="UTF-8"?> <configuration> <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d %5p | %t | %-55logger{55} | %m %n</pattern> </encoder> </appender> <logger name="org.springframework.data" level="debug" /> <logger name="fti.aiml" lev...
{ "content_hash": "a973844496ee660fb43d8d22deb8a794", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 70, "avg_line_length": 24.41176470588235, "alnum_prop": 0.636144578313253, "repo_name": "NguyenAnhDuc/AIML", "id": "9846169396a617e731636b0dea920569414ef424", "size": "415"...
require 'spec_helper' describe 'Instance Statistics', 'routing' do include RSpec::Rails::RequestExampleGroup it "routes '/-/instance_statistics' to conversational development index" do expect(get('/-/instance_statistics')).to redirect_to('/-/instance_statistics/conversational_development_index') end end
{ "content_hash": "e76fa09253d2f3b0d4b742f3b3321089", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 115, "avg_line_length": 35.22222222222222, "alnum_prop": 0.7602523659305994, "repo_name": "axilleas/gitlabhq", "id": "b94faabfa1d4c3bfb0b9e1dfb9b680bf30f38d0e", "size": "348...
/* * HomePage * * This is the first thing users see of our App, at the '/' route * * NOTE: while this component should technically be a stateless functional * component (SFC), hot reloading does not currently support SFCs. If hot * reloading is not a necessity for you then you can refactor it and remove * the l...
{ "content_hash": "be8a4278b04f9e8e9d57b4a056a43ba4", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 114, "avg_line_length": 31.88888888888889, "alnum_prop": 0.6663763066202091, "repo_name": "Voltmod/productSaver", "id": "6679e5f150c4549977056ad0062e189d72c785c1", "size": ...
<!-- ~ Copyright 2015 Veaceslav Gaidarji ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless requ...
{ "content_hash": "8543ada6359e7e94d263127f1a580888", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 79, "avg_line_length": 38.21052631578947, "alnum_prop": 0.6887052341597796, "repo_name": "donvigo/android-db-tricks", "id": "a9a1630d1a30de0fcabd40957199902f457398aa", "siz...
package org.apache.jetspeed.portlets.registration; import java.io.FileNotFoundException; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Locale; import java.util.Map; ...
{ "content_hash": "e68c7e6e4e93ce959269eeb464502571", "timestamp": "", "source": "github", "line_count": 858, "max_line_length": 185, "avg_line_length": 42.67016317016317, "alnum_prop": 0.5598044303624594, "repo_name": "Konque/J2-Admin", "id": "25f2a6a85823020e801a2b7b1b48536c9feef66b", "size": "374...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="lv_LV" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About hackcoin</source> <translation type="unfinished"/> </message> <message> <location li...
{ "content_hash": "36881c3654178f0a4c2c101c648b4b1a", "timestamp": "", "source": "github", "line_count": 3291, "max_line_length": 395, "avg_line_length": 34.53752658766332, "alnum_prop": 0.6000193554630795, "repo_name": "ebeast/vindicate", "id": "464a1feb2bc6e00d74b9000ca86db43391bc995c", "size": "1...
<?php declare(strict_types=1); namespace Symplify\NetteAdapterForSymfonyBundles\Transformer\DI; use Nette\Configurator; use Nette\DI\Container; use Nette\DI\ContainerBuilder; use Symplify\NetteAdapterForSymfonyBundles\Transformer\ArgumentsTransformer; final class TransformerFactory { /** * @var Container...
{ "content_hash": "48c24d376d34044f4f8d669a3081594b", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 84, "avg_line_length": 26.895833333333332, "alnum_prop": 0.6738962044926413, "repo_name": "Symnedi/SymfonyBundlesExtension", "id": "fd75d8c7d8e79b1e72eded3ff0148fd12e229819",...
duwrap ====== Python Wrapper script for du
{ "content_hash": "f1c32454cfd73357017c5ef2eac56681", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 28, "avg_line_length": 11, "alnum_prop": 0.6818181818181818, "repo_name": "bharat555/duwrap", "id": "a1ddc96e80b48acd2ef6a0c47e5e6f45956b5bd6", "size": "44", "binary": fal...
<!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.0, maximum-scale=1.0, user-scalable=0" /> <title>Pannonia - premium responsive admin template by Eugene Kopyov</title> <link href="css/main.css...
{ "content_hash": "99b0cd2096b419fca74fd6ae5c61b297", "timestamp": "", "source": "github", "line_count": 1140, "max_line_length": 177, "avg_line_length": 48.40701754385965, "alnum_prop": 0.44822774717309366, "repo_name": "ArmstrongYang/StudyShare", "id": "2f0d5de9ad7d64a431d1ab0bc94dc579470cab40", "...
var should = require('should'); var testlib = require('../etc/test-lib.js'); var testconfig = require('../etc/test-config-qa.js'); var marklogic = require('../'); testconfig.manageAdminConnection.user = "admin"; testconfig.manageAdminConnection.password = "admin"; var adminClient = marklogic.create...
{ "content_hash": "c6a20c024c68d87cab4021e60c690e1e", "timestamp": "", "source": "github", "line_count": 553, "max_line_length": 142, "avg_line_length": 36.92766726943942, "alnum_prop": 0.6050144459135204, "repo_name": "sashamitrovich/markscript-todo", "id": "c451817af5d90d037bdea28809d8eb8baded3ae8",...
export { default as footer } from './footer.md' export { default as getMarginSelect } from './margin' export { default as getPositionSelect } from './position' export { default as loremIpsum } from './loremIpsum' export * from './box'
{ "content_hash": "d2eef6f1ce0a777bb23c88da7e6d3537", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 57, "avg_line_length": 47, "alnum_prop": 0.7191489361702128, "repo_name": "obartra/reflex", "id": "3eff57b34b8bbf3587bff3446927920d494e40ae", "size": "235", "binary": fals...
package herddb.codec; import com.google.common.collect.ImmutableMap; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import herddb.model.Column; import herddb.model.ColumnTypes; import herddb.model.ColumnsList; import herddb.model.Record; import herddb.model.StatementExecutionException; import herddb.mode...
{ "content_hash": "8ad07cef4856335fb3668978c14b6898", "timestamp": "", "source": "github", "line_count": 1121, "max_line_length": 187, "avg_line_length": 44.40410347903657, "alnum_prop": 0.5533881109749482, "repo_name": "diennea/herddb", "id": "26fa4846128dd932d1b71756ecbc655f3a687a0e", "size": "505...
#include "public/platform/WebThreadSafeData.h" #include "platform/blob/BlobData.h" namespace blink { WebThreadSafeData::WebThreadSafeData(const char* data, size_t length) { m_private = RawData::create(); m_private->mutableData()->append(data, length); } void WebThreadSafeData::reset() { m_private.reset(); }...
{ "content_hash": "1361de134e885a26f239b321b25a678c", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 75, "avg_line_length": 21.53846153846154, "alnum_prop": 0.7205357142857143, "repo_name": "google-ar/WebARonARCore", "id": "40c767e1a71c874e4d4658d6cd7963ef4402493a", "size"...
import json import re import time from unittest.mock import Mock from pytest import fixture, mark from tornado import web import requests_mock from ..mediawiki import MWOAuthenticator, AUTH_REQUEST_COOKIE_NAME from .mocks import mock_handler import jwt MW_URL = 'https://meta.wikimedia.org/w/index.php' @fixture de...
{ "content_hash": "fa1fee8dcd873ec9181f7db2235bab68", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 78, "avg_line_length": 32.30952380952381, "alnum_prop": 0.6127487103905674, "repo_name": "jupyter/oauthenticator", "id": "322914597c6420c2a3545583a13b921d07187974", "size":...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="pl" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About IMAcredit</source> <translation>O IMAcredit</translation> </mess...
{ "content_hash": "54ee780731bbd0ff309e59f865c27fa0", "timestamp": "", "source": "github", "line_count": 2938, "max_line_length": 395, "avg_line_length": 39.24812797821647, "alnum_prop": 0.6327496943049665, "repo_name": "IMAcredit/imacredit", "id": "eecf110fbfc943f073d7a3a0a8a4058fd9bd3969", "size":...
require("firecast.lua"); local __o_rrpgObjs = require("rrpgObjs.lua"); require("rrpgGUI.lua"); require("rrpgDialogs.lua"); require("rrpgLFM.lua"); require("ndb.lua"); require("locale.lua"); local __o_Utils = require("utils.lua"); local function constructNew_frmFichaRPGmeister2_svg() local obj = GUI.fromHandle(_obj...
{ "content_hash": "c0fd56569ab0128b9923b6f58cc61a92", "timestamp": "", "source": "github", "line_count": 9350, "max_line_length": 129, "avg_line_length": 39.365561497326205, "alnum_prop": 0.621091754784442, "repo_name": "rrpgfirecast/firecast", "id": "de6f04a2d2b33ffad8fc9d7006d3b4ede52ee03c", "size...
local Library = require "CoronaLibrary" -- Create library local lib = Library:new{ name='plugin.playfab.combo', publisherId='com.playfab' } ------------------------------------------------------------------------------- -- BEGIN (Insert your implementation starting here) ----------------------------------------------...
{ "content_hash": "08da7f5045ed99ae98f1d51cca5f087d", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 90, "avg_line_length": 30.254716981132077, "alnum_prop": 0.640473963205488, "repo_name": "JoshuaStrunk/SDKGenerator", "id": "adb486d7c69e203a3cc6c54af35e3247a56708c0", "si...
"""Support for package tracking sensors from 17track.net.""" import logging from datetime import timedelta import voluptuous as vol from homeassistant.components.sensor import PLATFORM_SCHEMA from homeassistant.const import ( ATTR_ATTRIBUTION, ATTR_LOCATION, CONF_PASSWORD, CONF_SCAN_INTERVAL, CONF...
{ "content_hash": "9a3900a90478263f83bb1057840697e6", "timestamp": "", "source": "github", "line_count": 339, "max_line_length": 88, "avg_line_length": 32.10324483775811, "alnum_prop": 0.6136175686851052, "repo_name": "fbradyirl/home-assistant", "id": "14539e342f18c4b9bba95f92b2cebd3c3911fde9", "siz...
'use strict'; var ensureObject = require('es5-ext/object/valid-object') , uncapitalize = require('es5-ext/string/#/uncapitalize') , ensureType = require('dbjs/valid-dbjs-type') , ensureStorage = require('dbjs-persistence/ensure-storage') , resolveInstances = require('../../../business-processe...
{ "content_hash": "cb833bcdb950f05cea7ce71d48340e69", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 96, "avg_line_length": 45.851063829787236, "alnum_prop": 0.7164733178654292, "repo_name": "egovernment/eregistrations", "id": "092da8243e950b29f151d5427e55e3a0aea982b4", "s...
[![Plugin Homepage][badge:plugin-homepage]][plugin-homepage] [![Build Status][badge:build]][gh:workflows-build] [![License][badge:license]][gh:license] [![GitHub releases][badge:release]][gh:releases] [![Version][badge:version]][plugin-versions] [![Downloads][badge:downloads]][plugin-homepage] [![Financial Contributors...
{ "content_hash": "72a6f05abb3cc02aa3911f05e8241c15", "timestamp": "", "source": "github", "line_count": 400, "max_line_length": 265, "avg_line_length": 49.6625, "alnum_prop": 0.6978102189781021, "repo_name": "YiiGuxing/TranslationPlugin", "id": "949ab22720fe2c2f9fc84c010ba47ca7ec710c5d", "size": "2...
"use strict"; angular.module("angular-mobile-docs") .factory("FetchService", function ($http, $q, baseUrl) { var getVersionList = function () { return $http.get( baseUrl + "versions/" + "index.json" , {cache: true}); ...
{ "content_hash": "7a19a93274cf52b7a5469e89cc1b7395", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 63, "avg_line_length": 27.416666666666668, "alnum_prop": 0.42735562310030395, "repo_name": "robinboehm/angular-mobile-docs", "id": "ee355c3d95c9c887644a0a9cfe29e76b8588d432",...
<blockquote class="lang-specific php"> <p>We are still working on this part of the documentation.</p> </blockquote>
{ "content_hash": "14ba8b8d9dde1ef2f5c35779452d608a", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 62, "avg_line_length": 38.666666666666664, "alnum_prop": 0.75, "repo_name": "Breinify/brein-api-library-php", "id": "7f05f214a4493cc095999e3682ac35725a4943c3", "size": "116"...
package org.apache.camel.component.reactive.streams.springboot.test; import org.apache.camel.CamelContext; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreams; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService; import org.apache.camel.component.reactive.streams...
{ "content_hash": "6ca69e04ed03d7fb3d71d6e861edff46", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 109, "avg_line_length": 34.388888888888886, "alnum_prop": 0.7867528271405493, "repo_name": "objectiser/camel", "id": "2d067d929d6862196c23c6a2f9c80a5d6074d94f", "size": "26...
require 'spec_helper' describe PrivateTopic, '#create_or_update' do it 'sends notification of the private topic', notifiers: true do notifier = stub_private_topic_and_notifier topic = create(:private_topic) expect(PrivateTopicNotifier).to have_received(:new).with(topic) expect(notifier).to have_rece...
{ "content_hash": "4289da47e293726b5c6992945b0f599d", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 73, "avg_line_length": 27.56896551724138, "alnum_prop": 0.7085678549093183, "repo_name": "shanesveller/thredded", "id": "31fa7deffe2e9de7ab24b750c9bb5b2ed0bda01f", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywor...
{ "content_hash": "786d5cb936352874f3b63fb5ab54a0af", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 156, "avg_line_length": 38.40243902439025, "alnum_prop": 0.5846300412829469, "repo_name": "frivoal/presto-testo", "id": "e945837882ee64b3311f74f184bce19dafe4d5bd", "size": ...
CREATE TABLE {{books-table}} ( id INT NOT NULL PRIMARY KEY, isbn VARCHAR(20) NOT NULL UNIQUE, title VARCHAR(1000) NOT NULL, published_date TIMESTAMP, inventory INT ); # Single line comment CREATE TABLE {{authors-table}} ( id INT NOT NULL PRIMARY KEY, first_name varchar(64) not null, las...
{ "content_hash": "42c30204c300885375349f658505020e", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 37, "avg_line_length": 25.071428571428573, "alnum_prop": 0.6752136752136753, "repo_name": "javalite/activejdbc", "id": "a48061b24eded4ce06531420acc6bd97f3403a83", "size": "...
String.prototype.toProperCase = function () { return this.replace(/\w\S*/g, function(txt){return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase();}); }; // http://stackoverflow.com/a/9609450/98600 var decodeEntities = (function() { // this prevents any overhead from creating the object each time var e...
{ "content_hash": "d693accdcc15ea6b9201ddfbed139eb9", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 116, "avg_line_length": 32.083333333333336, "alnum_prop": 0.6025974025974026, "repo_name": "johnjcamilleri/gabra-web", "id": "93d724c584afc91afde2b1854a32b840c9e1b329", "si...
package radix import ( "fmt" "sync" "time" ) type persistentPubSubOpts struct { connFn ConnFunc abortAfter int } // PersistentPubSubOpt is an optional parameter which can be passed into // PersistentPubSub in order to affect its behavior. type PersistentPubSubOpt func(*persistentPubSubOpts) // PersistentPu...
{ "content_hash": "79980d5ecca4fb9781afd5effc38d358", "timestamp": "", "source": "github", "line_count": 251, "max_line_length": 95, "avg_line_length": 25.278884462151396, "alnum_prop": 0.6888888888888889, "repo_name": "mediocregopher/radix.v3", "id": "a69198381634f8525ec8a06ea9e07547322a01d4", "siz...
import EmberObject from '@ember/object'; export default EmberObject.extend();
{ "content_hash": "7d14acffcbb8cffc8afe0c629c7e558c", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 40, "avg_line_length": 26.333333333333332, "alnum_prop": 0.7848101265822784, "repo_name": "nikityy/ember-cli-bem", "id": "0073a4093ee1ac12b3014398239de4eb2fc24639", "size": ...
<?php namespace Docker\Stream; /** * Represent a stream when building a dockerfile * * Callable(s) passed to this stream will take a BuildInfo object as the first argument */ class BuildStream extends MultiJsonStream { /** * [@inheritdoc} */ protected function getDecodeClass() { retu...
{ "content_hash": "98895f29f912ee84e0dc7dd503f95343", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 87, "avg_line_length": 19, "alnum_prop": 0.6648199445983379, "repo_name": "mike-lee0120/rockystudio", "id": "3d2c36177caabc6878eea7ee0cfd3d18e59acd2a", "size": "361", "bi...
<html> <head> <title>Arnold and Kayo's Wedding Ceremony</title> <meta http-equiv="Content-Type" content="text/html;"> <meta name="GENERATOR" content="uWebAbm"> </head> <body bgcolor="#FFFFCC" background="../../../images/background.gif"> <div align="center"><font face="Arial" size="4" color="#000000">Arnold and K...
{ "content_hash": "22fb6759a918cbc5d01cab939887ce6a", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 180, "avg_line_length": 31.675, "alnum_prop": 0.6274664561957379, "repo_name": "asiboro/asiboro.github.io", "id": "42f753ec1d9e551b2fc806f9d28ba16ed6c7efc7", "size": "1267"...
package model.exchange import model.AllocationStatuses.AllocationStatus import play.api.libs.json.{ Json, OFormat } case class UpdateAllocationStatusRequest( assessorId: String, eventId: String, newStatus: AllocationStatus ) object UpdateAllocationStatusRequest { implicit val updateAllocationStatusFormat: ...
{ "content_hash": "dcbadcd302c3892472b4e2226fe002a9", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 128, "avg_line_length": 28.08, "alnum_prop": 0.8361823361823362, "repo_name": "hmrc/fset-faststream", "id": "b7bf74ac4845985fddb279e918b15b85fade4b30", "size": "1305", "b...
import example.spring._ import org.springframework.context.support._ val context = new ClassPathXmlApplicationContext("spring/scala-spring.xml"); val bean = context.getBean("factoryUsingBean").asInstanceOf[FactoryUsingBean] println("Factory Name: " + bean.factory.nameOfFactory) val obj = bean.factory.make("Dean Wa...
{ "content_hash": "1b53762b60841a5c8edd4cf5f89b2393", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 78, "avg_line_length": 35.4, "alnum_prop": 0.7768361581920904, "repo_name": "XClouded/t4f-core", "id": "4c0a055d9c0dbdee067888b7d2cd4077fe8055de", "size": "414", "binary"...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ChangeListManager"> <list default="true" id="bed68462-6c52-4148-ace9-853c3018b776" name="Default" comment="" /> <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" /> <option name="TRACKING_ENABLED" value="true" /> <op...
{ "content_hash": "36f4ca4e51535665592466b79462d161", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 249, "avg_line_length": 78.27374301675978, "alnum_prop": 0.6631218328456213, "repo_name": "ampotty/uip-pc4", "id": "a192d842837ccc33598c45d86872ba619167aac2", "size": "140...
package org.apache.arrow.vector; import static org.junit.Assert.assertEquals; import java.util.HashMap; import java.util.Map; import org.apache.arrow.memory.BufferAllocator; import org.apache.arrow.vector.complex.StructVector; import org.apache.arrow.vector.types.Types.MinorType; import org.apache.arrow.vector.typ...
{ "content_hash": "54b43f21b845ca9de0881ed7c2b06eeb", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 113, "avg_line_length": 32.03508771929825, "alnum_prop": 0.7223439211391018, "repo_name": "pcmoritz/arrow", "id": "54a11a3dc01899ad01a858b6f792346b3cedbc88", "size": "2626"...
#! /bin/sh # $Cambridge: exim/exim-src/scripts/Configure-config.h,v 1.2 2005/05/04 10:17:29 ph10 Exp $ # Build the config.h file, using the buildconfig program, first ensuring that # it exists. # 22-May-1996: remove the use of the "-a" flag for /bin/sh because it is not # implemented in the FreeBSD shell. Sigh. # 12...
{ "content_hash": "f8847051b88b7efcf21318fa4bd4daca", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 107, "avg_line_length": 34.666666666666664, "alnum_prop": 0.6658653846153846, "repo_name": "KMU-embedded/mosbench-ext", "id": "b0932f948333de8d53f5e173bbf690418dcb3332", "s...
emqttd is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. emqttd support both MQTT V3.1/V3.1.1 protocol specification with extended features. emqttd requires Erlang R17+ to build. Notice that Erlang/OTP R18.0 introduced a [binary memory leak](http://erlang.org/pipermail/erlang-ques...
{ "content_hash": "4d43932416fcb09389d642ce16892467", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 187, "avg_line_length": 30.9645390070922, "alnum_prop": 0.7581310123683005, "repo_name": "yocome/emqttd", "id": "852bd2e1da1fb895ea02963a9360e78b58a442e4", "size": "4488",...
// XXX lib/utils/tar.js and this file need to be rewritten. // URL-to-cache folder mapping: // : -> ! // @ -> _ // http://registry.npmjs.org/foo/version -> cache/http!/... // /* fetching a URL: 1. Check for URL in inflight URLs. If present, add cb, and return. 2. Acquire lock at {cache}/{sha(url)}.lock retries = ...
{ "content_hash": "5cc2265fd1215fe038e29583893e8ce0", "timestamp": "", "source": "github", "line_count": 356, "max_line_length": 82, "avg_line_length": 28.04494382022472, "alnum_prop": 0.6022636217948718, "repo_name": "Chien19861128/qa-app", "id": "8a4214eeae8b3ccc79e66baba35b55a6c140cf24", "size": ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
{ "content_hash": "1b5414c14d71f2002a37bd7c3bd25760", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 182, "avg_line_length": 32.87356321839081, "alnum_prop": 0.7085664335664336, "repo_name": "googleapis/google-api-java-client-services", "id": "3a817f9cc31250fd7e2694871f5407...
/** * postal - Pub/Sub library providing wildcard subscriptions, complex message handling, etc. Works server and client-side. * Author: Jim Cowart (http://ifandelse.com) * Version: v1.0.7 * Url: http://github.com/postaljs/postal.js * License(s): MIT */ ( function( root, factory ) { var createPartialWrapper = ...
{ "content_hash": "fe1cbef9605a556e9fcee7768a100234", "timestamp": "", "source": "github", "line_count": 715, "max_line_length": 126, "avg_line_length": 25.923076923076923, "alnum_prop": 0.622282168869706, "repo_name": "extrememedicine/telltale", "id": "e75261aaf89a10683a937ae01ee712bd3185b54e", "si...
package com.m2team.phuotstory.fragment; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import androi...
{ "content_hash": "161af7e789341ffebec8448c960d9151", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 112, "avg_line_length": 37.40650406504065, "alnum_prop": 0.6915887850467289, "repo_name": "hoangminh1190/phuotstory", "id": "117e96fbeee2df3ed713c09d438b960cdbcc154d", "si...
use header::EntityTag; header! { #[doc="`If-Match` header, defined in"] #[doc="[RFC7232](https://tools.ietf.org/html/rfc7232#section-3.1)"] #[doc=""] #[doc="The `If-Match` header field makes the request method conditional on"] #[doc="the recipient origin server either having at least one current"] ...
{ "content_hash": "6a0bb11e230974b4d13c9c36fca88619", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 82, "avg_line_length": 41.673469387755105, "alnum_prop": 0.5592556317335945, "repo_name": "mlalic/hyper", "id": "1210b44c5a9d6e552dba1b2ac2219f0c65dbfd31", "size": "2042", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-character: 9 m 28 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
{ "content_hash": "e13e37cd9384fb143c11dfca4a965416", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 554, "avg_line_length": 57.568306010928964, "alnum_prop": 0.5833887043189369, "repo_name": "coq-bench/coq-bench.github.io", "id": "a78121d2ae5741c5363b57704eae8e5a31c4eef5",...
<div class="row" ng-bind-html-unsafe="ajaxData"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading">Login</div> <div class="panel-body"> <form class="form-horizontal" role="form" ng-submit="saveAttribute(edition)"> <input type="hidden" name="token" ng-model="attribute...
{ "content_hash": "962ffd19d74ffd55cc5bf2e48eab5eb9", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 119, "avg_line_length": 44.083333333333336, "alnum_prop": 0.5217391304347826, "repo_name": "kickenhio/productapp", "id": "d4375995d74ef86f0d2057551b1657d9206a7bb7", "size":...
.editNotificatorSettingsPage { width:50em; } table.runnerFormTable th { width:230px; } table.runnerFormTable td input.textfield { margin:0; padding:0; width:25em; }
{ "content_hash": "42c5bde7c673155867129bd4221a07a3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 42, "avg_line_length": 13.538461538461538, "alnum_prop": 0.7272727272727273, "repo_name": "versionone/VersionOne.Integration.TeamCity", "id": "d77e5a75e2499181ef34bca0d715ac7...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------- | AUTO-LOADER | ------------------------------------------------------------------- | This file specifies which systems should be loaded by default. | | In order to keep the fr...
{ "content_hash": "20101ed52cbb4223298819578e0d9125", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 77, "avg_line_length": 30.333333333333332, "alnum_prop": 0.46894965499616664, "repo_name": "hardcao/PhpPreject", "id": "b5198d29036ba2120cfabcd4499ecd8ed6093f60", "size": ...
<?xml version="1.0"?> <!-- --> <integrations> <integration name="TestIntegration2"> <!--Extension of data provided in integrationA.xml--> <endpoint_url>http://example.com/integration2</endpoint_url> <identity_link_url>http://www.example.com/identity2</identity_link_url> </integration> ...
{ "content_hash": "f7308f84b8db687439d54400ee6e7d7e", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 79, "avg_line_length": 32.07142857142857, "alnum_prop": 0.6681514476614699, "repo_name": "tarikgwa/test", "id": "968150fcb78cdd720d87be3650898cffde1f5690", "size": "547", ...
import Ember from 'ember'; import startApp from '../../tests/helpers/start-app'; import { module, test } from 'qunit'; let App; const { run } = Ember; module('Acceptance - Loader', { setup() { App = startApp(); }, teardown() { run(App, 'destroy'); } }); test('Load the demo page', assert => { visi...
{ "content_hash": "872a1c979a20a1ad24d2971a6d380a4e", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 81, "avg_line_length": 18, "alnum_prop": 0.6022222222222222, "repo_name": "dortort/ember-cli-materialize", "id": "5121209573d39ffd95d3882dd7b3be2e50846a70", "size": "450", ...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=type.OwnedRowVector.html"> </head> <body> <p>Redirecting to <a href="type.OwnedRowVector.html">type.OwnedRowVector.html</a>...</p> <script>location.replace("type.OwnedRowVector.html" + location.search + location.hash);</script...
{ "content_hash": "5cf2d33898796b3ec20f0cc632d2dd35", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 100, "avg_line_length": 33.7, "alnum_prop": 0.6943620178041543, "repo_name": "nitro-devs/nitro-game-engine", "id": "324175c8d677b53e95f84979d3ebc06ceb61139f", "size": "337"...
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta n...
{ "content_hash": "51b25718572ec0b79740c531103b26cf", "timestamp": "", "source": "github", "line_count": 262, "max_line_length": 148, "avg_line_length": 40.66793893129771, "alnum_prop": 0.5062412013139371, "repo_name": "OpenTl/OpenTl.Schema", "id": "4d68d48b0ec29de54b27f5f6447e253e2278c8aa", "size":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Some Notes and Errors Encountered After Trying Out Apache Spark</title> <meta name="description" content="Some Notes and Errors Encountered After Trying Out Apache Spark"> <meta name="author" content="Paolo Ibarra"> <meta name=...
{ "content_hash": "be26e04e521b46ece11455c43fbcf912", "timestamp": "", "source": "github", "line_count": 227, "max_line_length": 561, "avg_line_length": 40.969162995594715, "alnum_prop": 0.6520430107526882, "repo_name": "jpibarra1130/jpibarra1130.github.com", "id": "3c83428826eeebeac3282c39d3f6652099e...
package org.apache.spark.mllib.random; import java.io.Serializable; import java.util.Arrays; import org.apache.spark.api.java.JavaRDD; import org.junit.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.apache.spark.api.java.JavaDoubleRDD; import org.apache.spark.api.java.Ja...
{ "content_hash": "a6e95126c1ed860f1963f5545698d329", "timestamp": "", "source": "github", "line_count": 266, "max_line_length": 80, "avg_line_length": 29.902255639097746, "alnum_prop": 0.6437012823736484, "repo_name": "haowu80s/spark", "id": "5728df5aeebdc68824edb3fb333f4690f7f16728", "size": "8754...
<TS language="hi_IN" version="2.1"> <context> <name>AboutDialog</name> <message> <source>Copyright</source> <translation>कापीराइट</translation> </message> </context> <context> <name>AddressBookPage</name> <message> <source>Double-click to edit address or label</source> ...
{ "content_hash": "bc7104367d4cb1809461aed235c6f373", "timestamp": "", "source": "github", "line_count": 968, "max_line_length": 238, "avg_line_length": 30.792355371900825, "alnum_prop": 0.5823799778575502, "repo_name": "FinalHashLLC/Barnacoin", "id": "a4a6f87d432d3d6512d9c93e359efb9b5b0484bb", "siz...
var add = function (a,b){ return a+b; } var minus = function (a,b){ return a-b; } //exports.add = add; //exports = {add:add,minus:minus} module.exports= {add:add,minus:minus};
{ "content_hash": "532f250823226debc9084e56f5cca461", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 38, "avg_line_length": 15.416666666666666, "alnum_prop": 0.6216216216216216, "repo_name": "zhufengnodejs/201508ajax", "id": "86f5fb5305788e4eb851d1d2df2a36814881c52c", "siz...
@implementation RSDictionary @end
{ "content_hash": "615a96e1114176e284ed758fc6a10321", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 28, "avg_line_length": 11.666666666666666, "alnum_prop": 0.8285714285714286, "repo_name": "Sean8694/RSBase", "id": "3c5648df1471b941a994b54cfb010b1317960c6d", "size": "178",...
import numpy as np from matplotlib import pyplot as plt from sklearn.externals import joblib from autoencoder import window_size, build_model if __name__ == '__main__': test = 0 # 0 - 3 scaler = joblib.load('models/auto_encoder_scaler.dat') X_test = np.load('data/sin2X_test%d_365.npy' % test) X_tes...
{ "content_hash": "3f20601aabfd04cbd1c56f303e4290d9", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 67, "avg_line_length": 27.15625, "alnum_prop": 0.5822784810126582, "repo_name": "salceson/iwium", "id": "6abc3ab6d602b324d6905850cbb059448ccd4c01", "size": "1777", "binar...
<?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" > <item android:id="@+id/share" android:icon="@drawable/selector_actionbar_share_btn" android:orderInCategory="100" android...
{ "content_hash": "e397d40a6779bc786d9aaf1f9b389ff5", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 64, "avg_line_length": 32.25, "alnum_prop": 0.6459948320413437, "repo_name": "benniaobuguai/android-project-wo2b", "id": "de30bf7f2438bb79f36e1051afdbd3b19a4c73df", "size":...
<section class="section" id="header"> <div class="container has-padding-lr-1"> <div class="columns is-mobile is-multiline is-vbaseline"> <div class="column is-4-desktop is-8-mobile"> <h1 class="title is-1"><a href="/">Vinícius Philot</a></h1> </div> <div ...
{ "content_hash": "1572b3e5fd0fa7ed425945f292b0bb1f", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 92, "avg_line_length": 40.86764705882353, "alnum_prop": 0.43684778697373156, "repo_name": "vphilot/philot", "id": "78e7734f3c0fe7db47d885b690a3bad82482a10d", "size": "2780"...
package cn.gyyx.framework.mybatis.entity; import org.apache.commons.lang3.builder.ReflectionToStringBuilder; import java.io.Serializable; /** * @Author : east.Fu * @Description : * @Date : Created in 2017/10/23 11:20 */ public class BaseEntity implements Serializable { private static final long serialVersio...
{ "content_hash": "cb27e5bf81ada8756ebaf98a1210a3b3", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 66, "avg_line_length": 23.263157894736842, "alnum_prop": 0.7239819004524887, "repo_name": "eastFu/gy4j-framework", "id": "08f01703be02e84a5898eb99c80c378b5e529494", "size":...
package com.github.lindenb.jvarkit.tools.impactdup; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.PrintStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Comparator; import java.util.List; import com.github.linden...
{ "content_hash": "c05da1a054524e5b0f605501dac84098", "timestamp": "", "source": "github", "line_count": 382, "max_line_length": 124, "avg_line_length": 30.68848167539267, "alnum_prop": 0.5250362535187238, "repo_name": "vd4mmind/jvarkit", "id": "9170ee5dda7a1a65b961806ab746e2b8938bca1a", "size": "11...
/* eslint-disable no-process-exit */ import gulp from "gulp"; import mocha from "gulp-mocha"; import istanbul from "gulp-babel-istanbul"; import paths from "../paths.json"; import chai from "chai"; chai.should(); // This enables should-style syntax gulp.task("test-cli", ["build"], callback => { gulp.src(paths.source...
{ "content_hash": "1edbfed777408d7769bf6d51447cfc83", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 140, "avg_line_length": 35.5, "alnum_prop": 0.6489707475622969, "repo_name": "FreeAllMedia/stimpak", "id": "6887c2b44313c4acc9cd3e559d8d5d18b99858d8", "size": "923", "bin...
[![Build Status](https://travis-ci.org/thehydroimpulse/gossiper.svg?branch=master)](https://travis-ci.org/thehydroimpulse/gossiper) [![Stories in Ready](https://badge.waffle.io/thehydroimpulse/gossip.rs.png?label=ready&title=Ready)](https://waffle.io/thehydroimpulse/gossip.rs) **Note**: This is a work-in-progress. It'...
{ "content_hash": "9e9fa22d7104679ff5ca062dfbd3d4d0", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 679, "avg_line_length": 51.11864406779661, "alnum_prop": 0.7652519893899205, "repo_name": "thehydroimpulse/gossiper", "id": "34d3ac0f1080b42bd17a554a74d51eb608c36599", "si...
Release Process ==================== * Update translations (ping wumpus, Diapolo or tcatm on IRC) see [translation_process.md](https://github.com/bitcoin/bitcoin/blob/master/doc/translation_process.md#syncing-with-transifex) * Update [bips.md](bips.md) to account for changes since the last release. * Update hardcoded ...
{ "content_hash": "1d51e15cf326b782e874596527ccc69f", "timestamp": "", "source": "github", "line_count": 399, "max_line_length": 208, "avg_line_length": 46.847117794486216, "alnum_prop": 0.7514444682216991, "repo_name": "koharjidan/bitcoin", "id": "ab5b13617b2b4d2d25edafd9f666fd57822595ca", "size": ...
import { NgForm } from '@angular/forms'; import { Component, OnInit, ViewChild } from '@angular/core'; import { NavController } from 'ionic-angular'; import { Data } from '../../providers/datatype' import { EventEmitter } from '@angular/core'; import { SignupPage } from '../signup/signup'; import { TabsPage } from '.....
{ "content_hash": "f7a4e7f0e556ca735822f1ec482f7122", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 172, "avg_line_length": 26.017123287671232, "alnum_prop": 0.5839147031723049, "repo_name": "xxhgnxx/tionic2", "id": "23e207e6ddca1d7519402c82bb83ddead817a82e", "size": "77...
using System; using System.Collections.Generic; using TestStack.BDDfy.Reporters.Writers; namespace TestStack.BDDfy.Reporters.Diagnostics { public class DiagnosticsReporter : IBatchProcessor { private readonly IReportBuilder _builder; private readonly IReportWriter _writer; public Diag...
{ "content_hash": "eeab8a903e8089e691b9579b6fed5bec", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 97, "avg_line_length": 27.83783783783784, "alnum_prop": 0.596116504854369, "repo_name": "mwhelan/TestStack.BDDfy", "id": "dd2a79e9fe6879e5d60b6ef6b71cf16b2fd5b6f4", "size":...
<# .SYNOPSIS Backups a Fortigate configuration to a target location .DESCRIPTION This script is written to partially automate the backup process for the FortiGate. This is done using the SSH.NET library (http://sshnet.codeplex.com/) as well as pscp (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) ...
{ "content_hash": "553d5d6ddcd0b4c80cbb493be9826ef9", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 234, "avg_line_length": 32.60606060606061, "alnum_prop": 0.7086431226765799, "repo_name": "SotoDucani/scripts", "id": "f1afe39ef06e08fb4bee912818d86810c489b106", "size": "2...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "b446e2f969324e3c6a8fdf5679ebd0eb", "timestamp": "", "source": "github", "line_count": 255, "max_line_length": 417, "avg_line_length": 49.45490196078431, "alnum_prop": 0.6635476964554754, "repo_name": "v8-dox/v8-dox.github.io", "id": "18962dce6b52620b6bf3143a77591628d298d559", "siz...
"use strict"; var util = require('util'), applications = {}; /** * The Application object holds the information about every application, * including the config for the component and config directories. * * @class Application * @constructor */ function Application() { this.config = {}; } /...
{ "content_hash": "155464d10126f45cd3211409f820ed1a", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 96, "avg_line_length": 28.46808510638298, "alnum_prop": 0.6860986547085202, "repo_name": "JaspervRijbroek/raddish", "id": "cf7b2ab72f135bb7d6920ea85aa44d0a3de14825", "size"...
using System.Linq; using Ponics.Aquaponics; using Ponics.Aquaponics.Commands; using Ponics.Aquaponics.Queries; using Ponics.Kernel.Commands; using Ponics.Kernel.Queries; namespace Ponics.Components.Commands { public class DeleteComponentCommandHandler:ICommandHandler<DeleteComponent> { private readonl...
{ "content_hash": "4bd5583ce1b599f851ffef3f6981ef63", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 109, "avg_line_length": 36.725, "alnum_prop": 0.6963921034717495, "repo_name": "gravypower/Auto.Aquaponics", "id": "8a35d4faada7d7cb51a457e077dbe80236e003f7", "size": "1471...
package com.hea3ven.tools.mappings; import javax.annotation.Nonnull; import java.util.Map; public class MthdMapping extends ElementMapping { @Nonnull private final Desc desc; public MthdMapping(ClsMapping parent, Map<ObfLevel, String> names, Desc desc) { super(parent, names); if (parent == null) throw ne...
{ "content_hash": "04f64296810afd59e2e4cb811769828f", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 99, "avg_line_length": 22.3943661971831, "alnum_prop": 0.6937106918238993, "repo_name": "hea3ven/mappings", "id": "e0f63b7d26ca6f5473ae8ef4d474c69fd16accbd", "size": "1590"...
<?php namespace HassanAlthaf\Form; interface FormBuilder { public function addForm(Form $form, $formName); public function removeForm($formName); public function newForm(Array $formAttributes); public function addFormAttribute($attributeName, $attributeValue); public function removeFormAttribut...
{ "content_hash": "8626988f3781b8dea44af75993fb8317", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 71, "avg_line_length": 23.36, "alnum_prop": 0.7534246575342466, "repo_name": "HassanAlthaf/FormBuilderComponent", "id": "18915296dcaff277773af7d9122284c1ae56d85f", "size": ...
using UnityEngine; using System.Collections; using System; public abstract class Notification { private bool _Condition; public virtual bool Condition { get { return _Condition; } protected set{ _Condition = value; } } public string header; public string body; private double secondsToNotification; ...
{ "content_hash": "645b1d8a2182335cdd1504d12d53553c", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 155, "avg_line_length": 32.16216216216216, "alnum_prop": 0.6285714285714286, "repo_name": "DeerGS/Unity-push-notifications", "id": "85e292cc384a4bb3a9d6ee5279b8e55a5a96c9b3",...
package info.fingo.urlopia.config.authentication; import lombok.RequiredArgsConstructor; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springfra...
{ "content_hash": "b2427c860353342fde8907ec65a1aa26", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 77, "avg_line_length": 34.88, "alnum_prop": 0.7855504587155964, "repo_name": "fingo/urlopia", "id": "53f034e22a829e7206a2a4cf276654ac423f1068", "size": "872", "binary": f...