text
stringlengths
2
1.04M
meta
dict
package org.copperengine.core.test; import org.copperengine.core.Workflow; public interface TestResponseReceiver<D, E> { void setResponse(Workflow<D> wf, E response); }
{ "content_hash": "136a4ad52bc163b44d2be1d6677701d2", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 49, "avg_line_length": 23, "alnum_prop": 0.7336956521739131, "repo_name": "benfortuna/copper-engine", "id": "44be9364c2bb28c6f3fc54a4d218b83cb804164e", "size": "806", "bin...
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/theQRL/qrllib/master/LICENSE) [![PyPI version](https://badge.fury.io/py/qrl.svg)](https://badge.fury.io/py/qrl) [![CircleCI](https://circleci.com/gh/theQRL/QRL.svg?style=shield)](https://circleci.com/gh/theQRL/QRL) [!...
{ "content_hash": "8db819cddde1f168e1c67c81d7b0fd1d", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 441, "avg_line_length": 80.5625, "alnum_prop": 0.7754072924747867, "repo_name": "theQRL/QRL", "id": "717459071d63bcc97de23710f0e12134c52f84b1", "size": "2579", "binary": ...
/***************************************************************************************** * SignalBox.java * * Clase que representa el rectángulo de la pantalla donde se grafica la señal. * ****************************************************************************************/ package com....
{ "content_hash": "6acf0b3b9d7754dbb55b04b3d77a0a3d", "timestamp": "", "source": "github", "line_count": 343, "max_line_length": 90, "avg_line_length": 27.317784256559765, "alnum_prop": 0.6716115261472786, "repo_name": "brunoalvarez89/Visu", "id": "37cc693243692a0d3dd498d4da1168e454f6263b", "size": ...
namespace AngleSharp.Parser.Css { using AngleSharp.Css; using AngleSharp.Dom; using AngleSharp.Dom.Css; using AngleSharp.Dom.Html; using AngleSharp.Extensions; using System; using System.Collections.Generic; using System.Diagnostics; /// <summary> /// Class for construction for...
{ "content_hash": "876a443e599c1dd4441832a2eb0d8e99", "timestamp": "", "source": "github", "line_count": 1190, "max_line_length": 246, "avg_line_length": 34.28655462184874, "alnum_prop": 0.5265802308766941, "repo_name": "Livven/AngleSharp", "id": "124c4a07c4adf993f4b33a570132fd2ce0fc06ae", "size": "...
<?xml version="1.0" encoding="UTF-8"?> <CustomFieldTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> <label>Evitar eliminación de dirección</label> <name>Prevent_Address_Deletion__c</name> </CustomFieldTranslation>
{ "content_hash": "99866830d2de12b973556c112b335c50", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 72, "avg_line_length": 46.8, "alnum_prop": 0.7393162393162394, "repo_name": "SalesforceFoundation/HEDAP", "id": "49192e31d22d4e59789d6fb9935224cf97e2b65e", "size": "236", ...
package io.scif.gui; import java.io.File; import java.util.Arrays; import java.util.Collections; import java.util.Vector; import javax.swing.filechooser.FileFilter; /** * A file filter that recognizes files from a union of other filters. */ public class ComboFileFilter extends FileFilter implements java.io.FileF...
{ "content_hash": "c9199978a7e800c6adf7949b73e0d402", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 79, "avg_line_length": 27.34351145038168, "alnum_prop": 0.6923506420993858, "repo_name": "scifio/scifio", "id": "259a8574301832d3da1195d6fe5fcf1948433c71", "size": "5037",...
package org.apache.camel.spi; import org.apache.camel.CamelContext; import org.apache.camel.Endpoint; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.apache.camel.Route; /** * This interface is implemented by all events. */ public interface CamelEvent { enum Type { Came...
{ "content_hash": "b26baebd728019bc1b45c905b6eecfd1", "timestamp": "", "source": "github", "line_count": 267, "max_line_length": 91, "avg_line_length": 23.782771535580526, "alnum_prop": 0.6340157480314961, "repo_name": "kevinearls/camel", "id": "c8a2ac26cbda943aba13bab160f48fdf3fffeb02", "size": "71...
define(function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var BxlHighlightRules = function() { var docComment = "\\b(?:WARNING|FIXME|XXX|HACK|BUG|COMPENSATION|BARLA)\\b"; var docComment2 = "TODO"; var ...
{ "content_hash": "806c2d4d7f5eaf77dae15f77c5811cfb", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 119, "avg_line_length": 26.177419354838708, "alnum_prop": 0.5272129800780447, "repo_name": "mlajtos/ace", "id": "02618d9b44856543ea6c3379833ac32adc76d97d", "size": "4869",...
using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.Storage.Models { public partial class BlobRestoreStatus { internal static BlobRestoreStatus DeserializeBlobRestoreStatus(JsonElement element) { Optional<BlobRestoreProgressStatus> status = default; ...
{ "content_hash": "13ebe8b267ce8fd4cd301f32ceb6f6a2", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 126, "avg_line_length": 38.8, "alnum_prop": 0.5128865979381443, "repo_name": "Azure/azure-sdk-for-net", "id": "317634c0520527d949f7357a92b560b66067dfdd", "size": "2078", ...
from lr.plugins.base import BasePlugin class DoNotPublishError(Exception): pass class ITombstonePolicy(BasePlugin): def __init__(self): super(ITombstonePolicy, self).__init__() def permit(self, original_rd3=None, original_crypto=None, replacement_rd3=None, replacement_crypto=None): '''...
{ "content_hash": "9e49d80eeb2ee3794935d2b41d36731e", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 114, "avg_line_length": 46.2, "alnum_prop": 0.729004329004329, "repo_name": "jimklo/LearningRegistry", "id": "55a6794560d1fddfce0e705a2f6f1efc9c4e03ee", "size": "1233", "...
<!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_06) on Fri Dec 12 14:01:53 MST 2008 --> <TITLE> cellularAutomata.rules.templates </TITLE> <META NAME="date" CONTENT="2008-12-12"> <LINK ...
{ "content_hash": "d8e77a26909b3987c0f0e5337a7bc09d", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 164, "avg_line_length": 53.51428571428571, "alnum_prop": 0.7730912973838762, "repo_name": "KEOpenSource/CAExplorer", "id": "e1a89cb58465f2680823334e10cab44ad0cbe8e6", "size...
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.ntp.cards; import android.view.LayoutInflater; import org.chromium.chrome.R; import org.chromium.chrome.browser.sugg...
{ "content_hash": "469a8c4e0869df7629c19772a9c7ebc2", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 99, "avg_line_length": 34.05263157894737, "alnum_prop": 0.7148377125193199, "repo_name": "mogoweb/365browser", "id": "1c259bdee7654915cf477355c7a3e0a02cdff398", "size": "12...
Building JBoss Fuse =================== There are three main build targets associated with corresponding maven profiles * amq: Fuse A-MQ * esb: Fuse ESB * all: All available modules Build examples are below Committers ---------- Be sure to check out the [committer instructions](http://174.129.32.31:8080/) on how t...
{ "content_hash": "ef345694e5c86bf5132acd3cc5411f48", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 127, "avg_line_length": 21.542857142857144, "alnum_prop": 0.7002652519893899, "repo_name": "janstey/fuse", "id": "aa018752b606a26790bfa3c6d3567c3395ac8a82", "size": "1508",...
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe 'Fig' do before(:each) do clean_up_test_environment set_up_test_environment end describe 'command-line options vs package files' do it %q<gives a "--set" option priority over a "set" statement> do input = <<-END ...
{ "content_hash": "f9e49806c76efa20f2309411cca78775", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 82, "avg_line_length": 27.6, "alnum_prop": 0.6026570048309179, "repo_name": "klimkin/fig", "id": "3e4ba19fe26a785e6942bc6ebdcb8de10c3c417e", "size": "845", "binary": fals...
import {combineReducers} from 'redux'; import {conditions} from './condition-store'; import {user} from './user-store'; import {message} from './message-store'; import { routeReducer } from 'redux-simple-router' const rootReducer = combineReducers({ conditions, user, message, routing: routeReducer }) export ...
{ "content_hash": "e09ba8605281fafad7f2926b725577bd", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 50, "avg_line_length": 22.666666666666668, "alnum_prop": 0.7352941176470589, "repo_name": "sunkay/mdiary", "id": "d4b2d0c33701675418fdaa1afc443529cb217bad", "size": "340", ...
package com.misberner.clitools; public enum FilterAction { INCLUDE, EXCLUDE, NOOP }
{ "content_hash": "f2cd6efd70e8a6a9338166c5e1f83713", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 31, "avg_line_length": 11.125, "alnum_prop": 0.7528089887640449, "repo_name": "misberner/clitools", "id": "446436204d0cb464aba0230dfad3988744c67d03", "size": "1210", "bina...
package flex.messaging.config; import java.util.List; /** * Holds any child element of the properties section of the services configuration. * <p> * If a property is a simple element with a text value then it is stored as a String * using the element name as the property name. If the same element appears again t...
{ "content_hash": "f21c0c34c9bd2b194156f60c81fa797f", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 87, "avg_line_length": 26.047619047619047, "alnum_prop": 0.696983546617916, "repo_name": "apache/flex-blazeds", "id": "4fa0a8399c3159d54da6019c31b5f7f55882c3c5", "size": "2...
namespace DbUp.Engine.Output { public class NoOpUpgradeLog : IUpgradeLog { public void WriteInformation(string format, params object[] args) { } public void WriteError(string format, params object[] args) { } public void WriteWarning(string format, para...
{ "content_hash": "f49ca762ac3b3e0b0019081cc75c4fda", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 73, "avg_line_length": 21.470588235294116, "alnum_prop": 0.5835616438356165, "repo_name": "DbUp/DbUp", "id": "01321ccce05c00fdb8e9a1b8752393d6f402c37d", "size": "367", "b...
AddCSLuaFile( "cl_init.lua" ) AddCSLuaFile( "shared.lua" ) function ENT:Initialize() local ent = self.Entity if not self.Flame then self.Flame = ents.Create("env_fire") local fire = self.Flame fire:SetKeyValue("StartDisabled","0") fire:SetKeyValue("health",math.random(29,31)) fire:SetKeyValue("firesiz...
{ "content_hash": "ae0aa2a3c7d9b1e8e89b9af2e2463229", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 72, "avg_line_length": 21.61038961038961, "alnum_prop": 0.6983173076923077, "repo_name": "ElectroDuk/QuackWars", "id": "2e33e36eff1c82e35cd996231e38225e68be400c", "size": "...
package io.cattle.platform.engine.manager.impl; import io.cattle.platform.engine.context.EngineContext; import io.cattle.platform.engine.process.ExitReason; import io.cattle.platform.engine.process.LaunchConfiguration; import io.cattle.platform.engine.process.ProcessPhase; import io.cattle.platform.engine.process.Proc...
{ "content_hash": "be6ba68552e5e2e05d455656741e5186", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 92, "avg_line_length": 24.431192660550458, "alnum_prop": 0.6811866316184754, "repo_name": "sonchang/cattle", "id": "9f5b259a764bf1f3f8e7f71db5660250a3ac7dea", "size": "266...
<!DOCTYPE HTML> <html> <head> <style> canvas { background-color: gray; border-radius: 40px 200px 10px 200px; padding: 10px; margin: 20px; border: 5px solid red; -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0)); } </style...
{ "content_hash": "281f20e511628ae1d1c7eaae77a02e89", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 87, "avg_line_length": 27.774193548387096, "alnum_prop": 0.5888501742160279, "repo_name": "danakj/chromium", "id": "487728fb2dcf95a0e59e51e28b48346c48edc35f", "size": "861"...
<?php /** * @namespace */ namespace Zend\View\Helper; /** * Form label helper * * @uses \Zend\View\Helper\FormElement * @category Zend * @package Zend_View * @subpackage Helper * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.z...
{ "content_hash": "365f48357c22cdf290bae500e864828a", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 159, "avg_line_length": 30.5, "alnum_prop": 0.5530054644808743, "repo_name": "ornicar/zf2", "id": "34d2d2da1f2f39ac22d7b5142c9a4d4ae93f39c5", "size": "2542", "binary": fa...
{% extends "base_with_margins.html" %} {% block title %} | Login {% endblock %} {% block content %} <div class="row"> <div class="well col-md-6 col-md-offset-3"> <form role="form" method="POST"> {% csrf_token %} {{ form.non_field_errors }} {% if fo...
{ "content_hash": "db47b6e47ef20fa0004a8ecdfa56f82c", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 122, "avg_line_length": 48.486486486486484, "alnum_prop": 0.4693422519509476, "repo_name": "datamade/django-councilmatic", "id": "59d4c49fb0a2caa6ce80c0d12d737f2ebed7322f", ...
<?php /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * Doozr - Request - Interface. * * Interface.php - Contract for Doozr request implementations. * * PHP versions 5.5 * * LICENSE: * Doozr - The lightweight PHP-Framework for high-performance websites * * Copyright (c) 2005 - 2016, Benja...
{ "content_hash": "2e753f4a0f6cb3eb974ae0921e918211", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 111, "avg_line_length": 37.01111111111111, "alnum_prop": 0.7211047733413389, "repo_name": "clickalicious/DoozR", "id": "970c0f096eb07861691d06cecc32c41ada615a0d", "size": "...
""" Example using MySQL Connector/Python showing: * using warnings """ import mysql.connector STMT = "SELECT 'abc'+1" def main(config): output = [] config['get_warnings'] = True db = mysql.connector.Connect(**config) cursor = db.cursor() db.sql_mode = '' output.append("Executing '%s'"...
{ "content_hash": "ccf380655bb993cdf396abdb3affc73b", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 53, "avg_line_length": 19.352941176470587, "alnum_prop": 0.5379939209726444, "repo_name": "loicbaron/nutrition", "id": "b0c651aa0f7d7683e6d860638331f8f1dac934d6", "size": "...
using System; using System.Linq.Expressions; using Microsoft.Extensions.DependencyInjection; using Umbraco.Cms.Core.Models.PublishedContent; using Umbraco.Cms.Web.Common.DependencyInjection; namespace Umbraco.Extensions { public static class FriendlyPublishedElementExtensions { private static IPublish...
{ "content_hash": "9ad926097218c33b96806f6a227aecc4", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 221, "avg_line_length": 56.207317073170735, "alnum_prop": 0.648947711000217, "repo_name": "JimBobSquarePants/Umbraco-CMS", "id": "c7da62f6db072444d22d09728a4248c918b00716", ...
package com.facebook.buck.jvm.java; import com.facebook.buck.core.rulekey.AddToRuleKey; import com.facebook.buck.core.rules.BuildRule; import com.facebook.buck.core.rules.SourcePathRuleFinder; import com.facebook.buck.core.sourcepath.BuildTargetSourcePath; import com.facebook.buck.core.sourcepath.SourcePath; import ...
{ "content_hash": "2dd6c626cd134471945a1c5592a9ab09", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 91, "avg_line_length": 39.51282051282051, "alnum_prop": 0.7637897469175859, "repo_name": "rmaz/buck", "id": "ddcd7f08cf71d60f9abd66b1f6f1513682f6be78", "size": "2146", "b...
 #pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/quicksight/QuickSightRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSMap.h> #include <utility> namespace Aws { namespace QuickSight { namespace Model { /** */ class AWS_QUICKSIGHT_API...
{ "content_hash": "52e4537197a531732147dac4f58a7a07", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 227, "avg_line_length": 40.144385026737964, "alnum_prop": 0.6934860796589849, "repo_name": "cedral/aws-sdk-cpp", "id": "3113e76d3e9876b41dfef0c4afb4bce5528baae0", "size": ...
package com.ymsino.water.view.web.archives; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.apache.struts2.ServletActionContext; import com.gmail.xcjava.base.hql.QueryCondition; import com.gmail.xcjava.base...
{ "content_hash": "b77859ed1d4bf03117db991b008a7b8e", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 88, "avg_line_length": 25.29824561403509, "alnum_prop": 0.7253814147018031, "repo_name": "xcjava/ymWaterWeb", "id": "2bd8ed9dadacb3042f772c6d96c80ece8d33d991", "size": "28...
SYNONYM #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
{ "content_hash": "07151241b4b6bf0ea5207876a8708acb", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.7218045112781954, "repo_name": "mdoering/backbone", "id": "a772203390953c7b08dc15f4d0c5849d1dc8d5e7", "size": "201...
layout: doc_page --- #Query Filters A filter is a JSON object indicating which rows of data should be included in the computation for a query. It’s essentially the equivalent of the WHERE clause in SQL. Druid supports the following types of filters. ### Selector filter The simplest filter is a selector filter. The se...
{ "content_hash": "d963f6065abfb0f506420e438f989969", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 284, "avg_line_length": 29.100671140939596, "alnum_prop": 0.6478321033210332, "repo_name": "wenjixin/druid", "id": "e725f687fa001b0153382e777015717d620284d9", "size": "434...
require 'bcrypt' class UsersController < ApplicationController before_filter :login_required before_action :set_user, only: [:show, :edit, :update, :destroy] before_action :load_arrays include ApplicationHelper # GET /users # GET /users.json def index @users = User.find_all_by_status(Status::Active)...
{ "content_hash": "4618774224865bf33159148044209034", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 159, "avg_line_length": 24.28448275862069, "alnum_prop": 0.632942847000355, "repo_name": "codefalcon/eurekadonorsystem", "id": "2ff955a39a41e78c280369ed87e56c8056219a55", ...
package org.apache.ignite.ml.selection.scoring.metric.exceptions; import org.apache.ignite.IgniteException; /** * Indicates an unknown class label for metric calculator. */ public class UnknownClassLabelException extends IgniteException { /** */ private static final long serialVersionUID = 0L; /** ...
{ "content_hash": "5e409b2cd7ee698585b11a5b322d3148", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 153, "avg_line_length": 32.08695652173913, "alnum_prop": 0.7208672086720868, "repo_name": "ptupitsyn/ignite", "id": "6c10f3285fb85d7d08729fc28eb25b5d5fea0c36", "size": "154...
package com.sequenceiq.cloudbreak.cloud.handler; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import org.junit.Test; import com.sequenceiq.cloudbreak.cloud.event.CloudPlatformRequest; import com.sequenceiq.cloudbreak.cloud.event.instance.CollectMetadataRequest; import com.s...
{ "content_hash": "045547034b7294dc33a822eef712decc", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 116, "avg_line_length": 34.94444444444444, "alnum_prop": 0.7305246422893482, "repo_name": "sequenceiq/cloudbreak", "id": "2740cfddff2dfa4b43bf60590c8a25214de037ca", "size":...
A small collection of my solutions to online judges' problems.
{ "content_hash": "7456f7d67ffad2bf497d8f2657ff9904", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 62, "avg_line_length": 63, "alnum_prop": 0.8095238095238095, "repo_name": "WhoIsShihab/Online-Judges", "id": "be8ae22f8e45b7653caac443c7d6bceb318840c5", "size": "69", "bin...
Compiled example ---------------- ![Example](topology-parametric-surface-mapping.png)
{ "content_hash": "577cca1719a94ebb18d531b579dfab40", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 51, "avg_line_length": 28.666666666666668, "alnum_prop": 0.6627906976744186, "repo_name": "MartinThoma/LaTeX-examples", "id": "a76576ab06056db3fe7e9258a61974c5ecd28d98", "si...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="es" version="2.0"> <defauPEDOodec>UTF-8</defauPEDOodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Pedocoin</source> <translation>Acerca de Pedocoin</translation> ...
{ "content_hash": "b3d3c6d6cfe7edac7273dc2364e717a6", "timestamp": "", "source": "github", "line_count": 2959, "max_line_length": 423, "avg_line_length": 40.20074349442379, "alnum_prop": 0.6361702843115826, "repo_name": "pedocoin/pedocoin", "id": "14d6f42bd99913e4fb5d5bc9ef8ef6b2d733081d", "size": "...
package com.asfr.xpaths; public class CarDetailsPageXpaths { public static String dealerInfoContainerXpath = "//div[contains(@id, 'dealerCustomerInfo_contactPanel')]"; public static String dealerNameXpath1 = ".//div[contains(@id, 'dealerCustomerInfo_contactAddressPanel')]/h2/p"; public static String dealerNameXpat...
{ "content_hash": "4089e7f594d817de69356bbec62db07b", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 196, "avg_line_length": 55.64705882352941, "alnum_prop": 0.7621564482029598, "repo_name": "tomasz-galuszka/HttpCrawlers", "id": "92a92dcd0bb9cf001f3fe3e6ca8f3b516084361a", ...
#import <arpa/inet.h> #import <ifaddrs.h> #import <netdb.h> #import <sys/socket.h> #import <netinet/in.h> #import <CoreFoundation/CoreFoundation.h> #import "Reachability.h" #pragma mark IPv6 Support //Reachability fully support IPv6. For full details, see ReadMe.md. NSString *kReachabilityChangedNotification = ...
{ "content_hash": "7520313b52083627ca563b06a279665b", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 133, "avg_line_length": 26.978813559322035, "alnum_prop": 0.7144652112454846, "repo_name": "mightykan/tune-me-in", "id": "6e5f3ee0c358f2a5a5669dc6119e22e565480240", "size"...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" /> <module fileurl="file://$PROJECT_DIR$/crushr.iml" filepath="$PROJECT_DIR$/crushr.iml" /> </modul...
{ "content_hash": "a16d096fd07be01c6d1c8b0aa38d0286", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 96, "avg_line_length": 38.77777777777778, "alnum_prop": 0.6532951289398281, "repo_name": "tjmolinski/crushr", "id": "1715d63c2766f7775f4c527d9d5a22cc42688ddf", "size": "349"...
<?php // autoload_real.php @generated by Composer class ComposerAutoloaderInit631a30a95020b1825ac110ee25633f8f { private static $loader; public static function loadClassLoader($class) { if ('Composer\Autoload\ClassLoader' === $class) { require __DIR__ . '/ClassLoader.php'; } ...
{ "content_hash": "4e3eb205f27c8957056094e9f5824784", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 126, "avg_line_length": 29.27777777777778, "alnum_prop": 0.6091081593927894, "repo_name": "jchurin/ekonomio", "id": "30c3a97f17351ff50be44b5ee2e5ac81d6a4f008", "size": "158...
package com.weixin.service.iface; /** * File接口 * @author Jay * @time 2015年6月3日 */ public interface FileService { String save(byte[] content, String filename); byte[] get(String fileName); /** * get file by id * @param id * @return */ byte[] getFileById(String id); void d...
{ "content_hash": "a03272bc1b69001337ff33b21ec284e8", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 46, "avg_line_length": 14.708333333333334, "alnum_prop": 0.5920679886685553, "repo_name": "ScorpionJay/wechat", "id": "907bbe0bc272efebab5a5034f7c96f5105ff1c9c", "size": "3...
/* Conrad 'Condzi' Kubacki 2017 https://github.com/condzi */ #pragma once #include <SFML/Graphics/Sprite.hpp> #include <framework/Logger.hpp> #include "BoxCollider.hpp" #include "Damagable.hpp" #include "Drawable.hpp" #include "Entity.hpp" #include "gameUtil/MissileManager.hpp" namespace kd { class Enemy : pu...
{ "content_hash": "6dadaaec38d4111a61e85e1dae76d4dc", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 75, "avg_line_length": 18.47826086956522, "alnum_prop": 0.7035294117647058, "repo_name": "Condzi/KamilDefense", "id": "b83364999a9847eb2e0846ae5a5ee6f2c401c31a", "size": "8...
/* $OpenBSD$ */ /* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project, ** using ocsp/{*.h,*asn*.c} as a starting point */ /* ==================================================================== * Copyright (c) 2000 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and...
{ "content_hash": "fc16ae08f35f7aaa024649011ffd7369", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 75, "avg_line_length": 37.15568862275449, "alnum_prop": 0.7216760676873489, "repo_name": "GaloisInc/hacrypto", "id": "33ea7a3d78ac23e9d9b4e73e8c103a16b72a45a1", "size": "6...
package com.apitore.banana.response.word2vec.sample; import java.util.HashMap; import java.util.Map; import org.springframework.web.client.RestTemplate; import com.apitore.banana.response.word2vec.DistanceResponseEntity; import com.apitore.banana.utils.UrlFormatter; /** * @author Keigo Hattori */ public class A...
{ "content_hash": "09bf5d234a9afa4f498520b92b90959c", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 96, "avg_line_length": 30.324324324324323, "alnum_prop": 0.731729055258467, "repo_name": "keigohtr/apitore-response-parent", "id": "a356d5c7e34fe45456da78c148ef558081ea1845",...
package org.springframework.cloud.task.launcher; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.cloud.deployer.spi.local.Local...
{ "content_hash": "846993c0921b496ca23ad754073e84f2", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 89, "avg_line_length": 31.37037037037037, "alnum_prop": 0.8258559622195986, "repo_name": "mminella/spring-cloud-task", "id": "4d428db84a0299d47fd0fd238962b3e419f3c202", "si...
package com.beecavegames.common.missions.events; import com.beecavegames.bjc.entities.Player; import com.beecavegames.common.data.ViralRequestSpec; import com.beecavegames.common.missions.PlayerBasedEvent; public class ViralSent extends PlayerBasedEvent { public final ViralRequestSpec spec; public ViralSent(Play...
{ "content_hash": "a7e03a1ed8286e9ce27b9349d71550ca", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 57, "avg_line_length": 22.88235294117647, "alnum_prop": 0.8020565552699229, "repo_name": "sgmiller/galeforce", "id": "072da8f82da88f50478ce7d48fc5524e45d6121a", "size": "38...
// This file is automatically generated. package adila.db; /* * Samsung Galaxy S Duos * * DEVICE: kyleichn * MODEL: GT-S7566 */ final class kyleichn_gt2ds7566 { public static final String DATA = "Samsung|Galaxy S Duos|Galaxy S"; }
{ "content_hash": "6fb152eaee327701ce24798034782063", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 71, "avg_line_length": 18.615384615384617, "alnum_prop": 0.6983471074380165, "repo_name": "karim/adila", "id": "4fc317a194a99d5f5536c0b93085ccaf0b37e183", "size": "242", ...
package com.sola.v2ex_android.model; import java.util.List; /** * Created by wei on 2016/10/26. */ public class TopicsData { public List<Topics> hotTopics; public List<Topics> latestTopics; public List<Topics> allTopics; }
{ "content_hash": "428bd19b38be8499c885c58c8a5c9f7f", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 37, "avg_line_length": 15.25, "alnum_prop": 0.6926229508196722, "repo_name": "sooola/V2EX-Android", "id": "6b78ad12b6b78d06c5a9424d636b588c0e0aef3d", "size": "244", "bina...
package phases import ( "errors" "fmt" "path/filepath" "k8s.io/klog" kubeadmapi "k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm" "k8s.io/kubernetes/cmd/kubeadm/app/cmd/options" "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/workflow" kubeadmconstants "k8s.io/kubernetes/cmd/kubeadm/app/constants" etcdphase "...
{ "content_hash": "190593624ffa0016b53b0dd7b0b9aa3b", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 121, "avg_line_length": 29.926829268292682, "alnum_prop": 0.7310513447432763, "repo_name": "tomerf/kubernetes", "id": "4100c96475b1383a01341beb93ed7a93af7b8b59", "size": "3...
from FRS.config._cfg import ConfigValue, is_type class names: PUBLIC_TEAMS = ConfigValue('teampub', condition=is_type(str)) # type: ConfigValue[str] PUBLIC_EVENTS = ConfigValue('eventpub', condition=is_type(str)) # type: ConfigValue[str] class schemas: PUBLIC_TEAMS_SCHEMA = ConfigValue('Publ...
{ "content_hash": "29c4b5c6693bcc8d65d18863eb0a3e82", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 104, "avg_line_length": 54.111111111111114, "alnum_prop": 0.704312114989733, "repo_name": "FRC-RS/FRS", "id": "c94b948428ed0b0e44538f66ec210f6f5c44338e", "size": "487", "b...
wget https://raw.githubusercontent.com/EdwardOst/ubuntu_cookbook/master/install_server_basic_util.sh wget https://raw.githubusercontent.com/EdwardOst/ubuntu_cookbook/master/install_java.sh wget https://raw.githubusercontent.com/EdwardOst/ubuntu_cookbook/master/install_ant.sh wget https://raw.githubusercontent.com/Edwar...
{ "content_hash": "81154f6a60798667a1fcaabb2eb41a00", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 100, "avg_line_length": 91, "alnum_prop": 0.8434065934065934, "repo_name": "EdwardOst/ubuntu_cookbook", "id": "845aba00d78e2433e42c30d10ac451b6daf30db7", "size": "728", "b...
EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) : QDialog(parent), ui(new Ui::EditAddressDialog), mapper(0), mode(mode), model(0) { ui->setupUi(this); GUIUtil::setupAddressWidget(ui->addressEdit, this); switch(mode) { case NewReceivingAddress: setWindowTitle(tr("Ne...
{ "content_hash": "0b743809e26d568c7271a470d47875a0", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 110, "avg_line_length": 28.266666666666666, "alnum_prop": 0.613502358490566, "repo_name": "aspnmy/A3Coin", "id": "bf68850733e79b76301f88b0f813284becd8870f", "size": "3563"...
<!-- THIS IS AUTO-GENERATED CONTENT. DO NOT MANUALLY EDIT. --> This image is part of the [balena.io][balena] base image series for IoT devices. The image is optimized for use with [balena.io][balena] and [balenaOS][balena-os], but can be used in any Docker environment running on the appropriate architecture. ![balena...
{ "content_hash": "dbccdb477c0117a36641c10cdc141618", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 366, "avg_line_length": 60.175, "alnum_prop": 0.7696302451184046, "repo_name": "nghiant2710/base-images", "id": "bafc52f2519c4cfb84b02245b3a008715b65298a", "size": "4814", ...
package com.google.javascript.jscomp; import com.google.debugging.sourcemap.SourceMapConsumerV3; import com.google.debugging.sourcemap.SourceMapParseException; import java.io.IOException; import java.io.Serializable; import javax.annotation.Nullable; /** * A lazy-loaded SourceMapConsumerV3 instance. */ public fin...
{ "content_hash": "f9ea81cde52f7279321ecc24cb59868e", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 99, "avg_line_length": 36.306451612903224, "alnum_prop": 0.7352287872056864, "repo_name": "MatrixFrog/closure-compiler", "id": "645d34ab1f9c7e5342e02c174b8163a590778607", "...
{{-- The MIT License (MIT) WebCBT - Web based Cognitive Behavioral Therapy tool http://webcbt.github.io Copyright (c) 2014 Prashant Shah <pshah.webcbt@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea...
{ "content_hash": "825b26a2f33c9d1ce5184800164e8118", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 78, "avg_line_length": 27.72289156626506, "alnum_prop": 0.6775315080399826, "repo_name": "webcbt/webcbt", "id": "4df7729ff0015443d1abd2a7f129ba13b9be2d6d", "size": "2301", ...
<?php namespace Doctrine\Bundle\DoctrineBundle\Tests\Mapping; use Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataCollection; use Doctrine\Bundle\DoctrineBundle\Mapping\DisconnectedMetadataFactory; use Doctrine\Bundle\DoctrineBundle\Tests\TestCase; use Doctrine\ORM\Mapping\ClassMetadataInfo; class Disconnected...
{ "content_hash": "8f62e558c880788982c9149b7627cfb1", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 163, "avg_line_length": 33.205882352941174, "alnum_prop": 0.7316209034543845, "repo_name": "youssef-agadir/BlogBundle", "id": "8982bb08d78a94528d3b9fc561cba89b022bed36", "s...
Ext.define("MyApp.view.Main", { extend: 'Ext.Component', html: 'Hello, World!!' });
{ "content_hash": "73eb76313a6d1c8f1f41c7c6c10d9e2a", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 31, "avg_line_length": 22.75, "alnum_prop": 0.5934065934065934, "repo_name": "devjseu/Ext.Direct-tutorial", "id": "71b2dd103fc711d1675bca133dee6ca1f6fa846e", "size": "91", ...
require 'json' require 'rubygems' #begin @log.trace("Started executing 'fb-cloud:scvmm:operation:remove_virtual_machine.rb' flintbit...") begin #Flintbit Input Parameters #Mandatory @connector_name= @input.get("connector_name") #Name of the Connector @target= @input.get("ta...
{ "content_hash": "3df9bcf77e47b2301c0479bec6dd38b5", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 208, "avg_line_length": 55.19277108433735, "alnum_prop": 0.47413228552717746, "repo_name": "getflint/flint-cloud", "id": "3c88818e8962a8114f659255d14b039960d543b4", "size":...
using System; using ExtensionCommands; using Microsoft.Extensions.DependencyInjection; using Oakton; using Oakton.Resources; [assembly:OaktonCommandAssembly(typeof(ExtensionServices))] namespace ExtensionCommands { public class ExtensionServices : IServiceRegistrations { public void Configure(IServic...
{ "content_hash": "1be13431363ab9968ccd4803027a87c7", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 97, "avg_line_length": 28.27777777777778, "alnum_prop": 0.664702030124427, "repo_name": "JasperFx/oakton", "id": "be98b2124113bd8dfacaab20d6120f8b72e93649", "size": "1529",...
<?php /** * Common admin class. * * @since 6.0.0 * * @package MonsterInsights * @subpackage Common * @author Chris Christoff */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Loads styles for all MonsterInsights-based Administration Screens. * * @since 6.0.0...
{ "content_hash": "19712373658fe9d63160230b246b1742", "timestamp": "", "source": "github", "line_count": 416, "max_line_length": 893, "avg_line_length": 48.27403846153846, "alnum_prop": 0.6547654616074097, "repo_name": "mt-takao/masana-oya-grad-pj", "id": "f4747ff92ee5b24434160ee759edb8fd58791209", ...
package org.apache.activemq.artemis.tests.integration.journal; import java.io.File; import org.apache.activemq.artemis.tests.integration.IntegrationTestLogger; import org.apache.activemq.artemis.tests.unit.core.journal.impl.JournalImplTestUnit; import org.apache.activemq.artemis.tests.util.ActiveMQTestBase; import o...
{ "content_hash": "ea768d44ce90c847a3f634507f0c897e", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 28.555555555555557, "alnum_prop": 0.7772373540856031, "repo_name": "rogerchina/activemq-artemis", "id": "ad7671f643c255512bec04309eff53d724879e0c", "...
/* * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.management.openmbean; // jmx import // import javax.management.JMException; /** * Thi...
{ "content_hash": "3dbdef7216e3c4193f084bc6b9ad1081", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 129, "avg_line_length": 16.433333333333334, "alnum_prop": 0.6298174442190669, "repo_name": "flyzsd/java-code-snippets", "id": "1895d75a14ba7f59eb5427eb6b6086da192faa4c", "s...
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.gh=e()}}(function(){var define,module,exports;return ...
{ "content_hash": "a840edb774e6fb00d885c574a2618ecf", "timestamp": "", "source": "github", "line_count": 2184, "max_line_length": 766, "avg_line_length": 29.22252747252747, "alnum_prop": 0.605245839992479, "repo_name": "girishramnani/reporead", "id": "2636119605ba8ccb754b436613af1e8ec1387c8d", "size...
<div class="card" style="width: 20rem;"> <div class="card-body"> <h4 class="card-title"><a [routerLink]="[course.ngRoutePath]">{{course.name}}</a></h4> <p class="card-text">{{course.description}}</p> <h5><span class="badge badge-pill badge-info">{{course.sourceTag}}</span></h5> </div> </div>
{ "content_hash": "f72ad56085ecd52ff5aedc7e646ba4d9", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 90, "avg_line_length": 44.142857142857146, "alnum_prop": 0.6245954692556634, "repo_name": "karocksjoelee/angular-learn-notes", "id": "c6237a4ac5ac6c030be54b3d5540c04ae28c2d8d"...
FBLikeLayout ============= This is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size items. It works with standard layout delegate methods. No additional custom methods to be implemented. ![Screenshot1](./screenshot.png) ![Screenshot2](./sc...
{ "content_hash": "75f82df80f91fa290b3f5fef46d82f6e", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 198, "avg_line_length": 44.55, "alnum_prop": 0.8024691358024691, "repo_name": "zilaiyedaren/FBLikeLayout", "id": "0cacdd4b24207f7be6d7d23290ad57d3fe12ca33", "size": "1782",...
<script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.0/jquery-ui.js"></script> <script src="http://connect.facebook.net/de_DE/all.js"></script> <script src="functions.js"></script> <script src="mitglieder.js"></script> <script src="angebot.js"></script> </body> ...
{ "content_hash": "4663f74766a0ed4f0815388736297625", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 70, "avg_line_length": 36.333333333333336, "alnum_prop": 0.6880733944954128, "repo_name": "ayline94/Diplomarbeit-Zeitboerse", "id": "f342e4fee8f556ed3ac54a6ef3d2b65c83578998",...
<h1>Welkom op de markt!</h1> <a href="#" onClick="registerPerson()">Registreer uzelf</a>
{ "content_hash": "6258a89edfd785666cd9df9c46e9aa86", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 59, "avg_line_length": 23.75, "alnum_prop": 0.6421052631578947, "repo_name": "peterdavidse/Java8Opleiding", "id": "8c27e9268bfb876e9bdfc7f10ac505bfa168ea90", "size": "95", ...
object Test extends App { trait Ord[X] type TL1 = [X <: Ord[X]] =>> (X, X) // OK type TL2 = [X >: Ord[X]] =>> (X, X) // error: illegal cyclic reference: lower bound Test.Ord[X] of type X refers back to the type itself }
{ "content_hash": "21985e229ca69a080252b794c18a0c58", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 138, "avg_line_length": 28.625, "alnum_prop": 0.5938864628820961, "repo_name": "sjrd/dotty", "id": "ebf5a5d58ced6bcec7a549620d71c68deeeb2d23", "size": "229", "binary": fal...
""" pylibftdi - python wrapper for libftdi Copyright (c) 2010-2014 Ben Bass <benbass@codedstructure.net> See LICENSE file for details and (absence of) warranty pylibftdi: http://bitbucket.org/codedstructure/pylibftdi This module contains some basic tests for the higher-level functionality without requiring an actual...
{ "content_hash": "640c350b96ea7c932de1ec00f211274c", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 77, "avg_line_length": 33.095238095238095, "alnum_prop": 0.6103597122302158, "repo_name": "claudyus/pylibftdi", "id": "ae3b68db215768ff25175436a8c00251372e3581", "size": "...
/* Generated By:JJTree: Do not edit this line. ASTConditionalOrExpression.java */ public class ASTConditionalOrExpression extends SimpleNode { public ASTConditionalOrExpression(int id) { super(id); } public ASTConditionalOrExpression(JavaParser p, int id) { super(p, id); } }
{ "content_hash": "5118aa0b916fd4144d6b5990ceecd583", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 81, "avg_line_length": 24.583333333333332, "alnum_prop": 0.7389830508474576, "repo_name": "tzanetos/graphs", "id": "d22cab14947551e04b35d19681047e15f820f724", "size": "295"...
// Copyright (c) Aghyad khlefawi. All rights reserved. // Licensed under the MIT License. See LICENSE file in the project root for full license information. using System.Collections; using System.Linq; using System.Reflection; using System.Windows; using System.Windows.Controls.Primitives; using Coddee.Collection...
{ "content_hash": "a31695c31ea9bf9209abe4d01cc8744b", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 126, "avg_line_length": 37.52261306532663, "alnum_prop": 0.5481451720905317, "repo_name": "Aghyad-Khlefawi/Coddee", "id": "66913443aec10ae3e2a2310d4992a8225617cdd6", "size...
package info.estebanluengo.alfrescoAPI.test; import java.io.IOException; import java.util.List; import java.util.Map; import org.apache.chemistry.opencmis.client.api.CmisObject; import org.apache.chemistry.opencmis.client.api.Document; import org.apache.chemistry.opencmis.client.api.Folder; import org.apache.chemistr...
{ "content_hash": "ba34e8ab7436d5716b5412873cc56e15", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 175, "avg_line_length": 50.248366013071895, "alnum_prop": 0.6625910509885536, "repo_name": "estebanluengo/alfrescoAPI", "id": "215386ce96dda26605bab2f541cba40a02c8d873", "...
package org.locke.biokit.chemistry.atom.elements.group13; import org.locke.biokit.chemistry.atom.Nucleus; import org.locke.biokit.chemistry.atom.PeriodicTable; import org.locke.biokit.chemistry.atom.elements.Abundance; import org.locke.biokit.chemistry.atom.elements.blocks.PBlockElement; public abstract class Group13...
{ "content_hash": "9429c30489897dd53ca6651a79b90c8d", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 72, "avg_line_length": 27.5, "alnum_prop": 0.8072727272727273, "repo_name": "jonathanlocke/biokit", "id": "399ad399a15745820e3538fed162e3e05ed5174f", "size": "550", "bina...
function(event) { if (event.keyCode == '13') { $("#ByLastNameSearchSubmit").click(); return false; } return true; }; //@ sourceURL=flight_detail/loggedIn/selectors/input#last_name_search~keyup.js
{ "content_hash": "0830522ba7da9b48461edbefb1e48dfd", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 78, "avg_line_length": 23.666666666666668, "alnum_prop": 0.6619718309859155, "repo_name": "shmakes/hf-basic", "id": "dbc06dd76bd6b6f0ef44bf7b12d8e4d2fd793d18", "size": "213"...
require_dependency "subscribem/application_controller" module Subscribem class Account::SessionsController < ApplicationController def new @user = User.new end def create if env["warden"].authenticate(:scope => :user) flash[:notice] = "You are now signed in." redirect_to root...
{ "content_hash": "645032b4eac9bf6d2d416307de23f2cb", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 59, "avg_line_length": 22.125, "alnum_prop": 0.6610169491525424, "repo_name": "andrewsteinmeyer/subcrib", "id": "77b08acef3c9bc58503161de9252a68febc2b2f2", "size": "354", ...
package com.yofc.odn.warehouse.service; import java.util.List; import com.yofc.odn.warehouse.model.Contract; public interface ContractService { //取得所有未完成的合同 public List<Contract> getUnfinishedContract(); //通过合同名字模糊查询 public List<Contract> getContractsByFuzzy(String contractNum); //通过合同号得到合同 public Contract ...
{ "content_hash": "8278bc9838f54d13799b35fd6cba43b7", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 64, "avg_line_length": 26.285714285714285, "alnum_prop": 0.8043478260869565, "repo_name": "tianfengjingjing/YOFC_Stage1_RightOracle", "id": "877a31226af95775321ef05505b365100...
using System; using System.Reflection; using Nini.Config; using NUnit.Framework; using NUnit.Framework.SyntaxHelpers; using OpenMetaverse; using OpenSim.Framework; using OpenSim.Framework.Communications; using OpenSim.Region.Framework.Interfaces; using OpenSim.Region.CoreModules.ServiceConnectorsOut.Interregion; usin...
{ "content_hash": "4c1ceb2377811cf4effa989f94038bbb", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 159, "avg_line_length": 37.58720930232558, "alnum_prop": 0.5965970610982212, "repo_name": "zekizeki/agentservice", "id": "1d460dd2ec20f257e831dbf3e9a1cf8f3c580437", "size"...
/** * Convert section at the editor's cursor position into a list. * Does nothing if the cursor position is not at the start of the section, * or if the section is already a list item. * * @param {Editor} editor * @param {String} listTagName ("ul" or "ol") * @public */ 'use strict'; exports.replaceWithListSect...
{ "content_hash": "800f550f17ed17df230b73cc742bc202", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 74, "avg_line_length": 26.217391304347824, "alnum_prop": 0.667910447761194, "repo_name": "feibaliang/blog", "id": "a82dfdd60b59595d6ae1056c522de787e6e3890b", "size": "2412"...
namespace boost { namespace beast { namespace websocket { class handshake_test : public websocket_test_suite { public: template<class Wrap> void doTestHandshake(Wrap const& w) { class req_decorator { bool& b_; public: req_decorator(req_decorator const&) ...
{ "content_hash": "f3dc6ead9b2dd795b72a752524759e35", "timestamp": "", "source": "github", "line_count": 723, "max_line_length": 181, "avg_line_length": 35.72199170124481, "alnum_prop": 0.47481318000542067, "repo_name": "davehorton/drachtio-server", "id": "5723415eb375162386c3c28742c447349df52289", ...
label: <%= partName %> id: <%= partName %> categorySlug: widget categoryLabel: Widgets categoryRank: 1 documentRank: 1 # <%= partName %> element ```jade +<%= partName %>() ```
{ "content_hash": "c448b6a294dff13cc2718e4d096ecfa8", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 25, "avg_line_length": 12.857142857142858, "alnum_prop": 0.6333333333333333, "repo_name": "viktorbezdek/feds-boilerplate", "id": "f8065cc6ef2a6d4954490c6e0862727f38eb2384", ...
import { Box, BoxProps, Link, Sans, space } from "@artsy/palette" import { AnalyticsSchema } from "v2/Artsy" import { useTracking } from "v2/Artsy/Analytics/useTracking" import { isFunction, isString } from "lodash" import React, { useEffect, useState } from "react" import { animated, config, useSpring } from "react-sp...
{ "content_hash": "1dcc11543329ae31a42e6d1156258e9a", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 90, "avg_line_length": 27.49056603773585, "alnum_prop": 0.5717227179135209, "repo_name": "erikdstock/force", "id": "faf340606815822a8f52de7e96da66d36556475c", "size": "437...
<!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="{{ page.base_url }}assets/js/jquery.js"></script> <script src="{{ page.base_url }}dist/js/bootstrap.js"></script> <script src="http://platform.twitter.c...
{ "content_hash": "d3c1c250e60a1e76b376d1510ab99cca", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 67, "avg_line_length": 40.64705882352941, "alnum_prop": 0.5839363241678727, "repo_name": "DeinDesign/css", "id": "711befe275fb3fd26184fc4c5df50161fa09edb0", "size": "1382",...
package main import ( "../util" "fmt" "io" "log" "net" "net/http" "sort" "time" ) type ClientStats struct { version string address string name string state int32 inFlightCount int64 readyCount int64 messageCount uint64 finishCount uint64 requeueCount uint64 connec...
{ "content_hash": "0eef4a65c7284d4cf3e9fd61c1f38d36", "timestamp": "", "source": "github", "line_count": 204, "max_line_length": 136, "avg_line_length": 27.931372549019606, "alnum_prop": 0.6091611091611092, "repo_name": "weixu8/nsq", "id": "0f6876c540842b30f2365f59c52b85c6df5e49b5", "size": "5698", ...
Install ------- To install, you'll need Swig (tested with Swig 3.0.6 on OS X), and then just:: swig -go -intgosize 64 -cgo -c++ src/annoygomodule.i mkdir -p $GOPATH/src/annoyindex cp src/annoygomodule_wrap.cxx src/annoyindex.go src/annoygomodule.h src/annoylib.h src/kissrandom.h test/annoy_test.go $GOPATH/src/a...
{ "content_hash": "e049cb6d39f9cece48354f22bfddd248", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 237, "avg_line_length": 25.589041095890412, "alnum_prop": 0.6241970021413277, "repo_name": "spotify/annoy", "id": "81cbdffe1511f7e0f72e7e270531f542b0e1c669", "size": "1871"...
<?php declare(strict_types=1); namespace ApiPlatform\SchemaGenerator; use EasyRdf\Resource; final class PhpTypeConverter implements PhpTypeConverterInterface { /** * Is this type a datatype? */ public function isDatatype(Resource $range): bool { return isset(PhpTypeConverterInterface...
{ "content_hash": "bd2e351fea46bd115c5e2f31e07bb27b", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 131, "avg_line_length": 28.0561797752809, "alnum_prop": 0.565078093712455, "repo_name": "dunglas/php-schema", "id": "5680ab667f80b70d2d49d601a3cd5a2d1ef76f00", "size": "272...
package org.apache.kafka.streams.tests; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.clients.consumer.ConsumerRecord; import org.apache.kafka.clients.consumer.ConsumerRecords; import org.apache.kafka.clients.consumer.KafkaConsumer; import org.apache.kafka.clients.producer.KafkaProd...
{ "content_hash": "b35ca20b07a9825c5e57cda27b4862f8", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 157, "avg_line_length": 47.64900662251656, "alnum_prop": 0.6874218207088256, "repo_name": "lindong28/kafka", "id": "8a402ab9abf56186eafa6498ec3c954446b7f2e2", "size": "799...
<!DOCTYPE html> <html> {% include head.html %} <body> {% include header.html %} <div class="page-content"> <div class="wrapper"> {{ content }} </div> </div> {% include photoswipe.html %} </body> <script src="{{ "/assets/photoswipe....
{ "content_hash": "9c1d74b846265cc187b4d4ffae2c5a82", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 67, "avg_line_length": 19.708333333333332, "alnum_prop": 0.5116279069767442, "repo_name": "aszel/aszel.github.io", "id": "58646d4da38c0a9aeee2875904a1493572a318a3", "size":...
The Selenium project welcomes contributions from everyone. There are a number of ways you can help: ## Table of Contents - [Contributing to Selenium](#contributing-to-selenium) - [Issue Contributions](#issue-contributions) - [Documentation Contributions](#documentation-contributions) - [Code Contributions](#code...
{ "content_hash": "1585361d1a3c48c0a9a433685c9f7aee", "timestamp": "", "source": "github", "line_count": 266, "max_line_length": 143, "avg_line_length": 36.203007518796994, "alnum_prop": 0.7654205607476635, "repo_name": "sevaseva/selenium", "id": "deba52a1a1ed2b3fa97e6c9b78f8709a0b2986be", "size": "...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Music.SC.Models { public class DesignTimeClass { private static DesignTimeClass _dataSource = new DesignTimeClass(); public static DesignTimeClass AppDataSource ...
{ "content_hash": "304c52b0f48dcac0085f28f2914dc736", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 75, "avg_line_length": 19.035714285714285, "alnum_prop": 0.5834896810506567, "repo_name": "josephIDM/josephworkouts", "id": "8f5fdfdec9143e83f86575d04d18bf5b8e3e0db3", "siz...
<?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/schema/data/jpa" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sche...
{ "content_hash": "621f4e6f0ea1043c7cf02d2401303c4d", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 237, "avg_line_length": 75, "alnum_prop": 0.7676190476190476, "repo_name": "kiranreddykasa/springrest-angularjs", "id": "4c8adbe1da2081d25700f50010a16f37fa6903de", "size": "...
<?xml version="1.0" encoding="utf-8" ?> <percentiles> <percentile> <lower>1</lower> <content>False</content> <upper>50</upper> </percentile> <percentile> <lower>51</lower> <content>True</content> <upper>100</upper> </percentile> </percentiles>
{ "content_hash": "723709f2ea41a3b607e7139af4c30852", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 40, "avg_line_length": 20.928571428571427, "alnum_prop": 0.5836177474402731, "repo_name": "DnDGen/TreasureGen", "id": "787a358b7ad45345e919c34da3f7bdc3f1ad45e4", "size": "2...
import { AfterContentChecked, Component, ContentChild, ContentChildren, Directive, EventEmitter, Input, Output, QueryList, TemplateRef } from '@angular/core'; import {isString} from '../util/util'; import {NgbAccordionConfig} from './accordion-config'; let nextId = 0; /** * This directive shoul...
{ "content_hash": "5f88e1b7661d5e7b92713dbf904ec2ff", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 131, "avg_line_length": 28.434146341463414, "alnum_prop": 0.6479670612454966, "repo_name": "ACGC/ng-bootstrap", "id": "ff6b8ba4f99667395a65ac1d6f6bf98f67216d44", "size": "...
#include "curlcheck.h" #include "urldata.h" #include "url.h" #include "memdebug.h" /* LAST include file */ static CURLcode unit_setup(void) { return CURLE_OK; } static void unit_stop(void) { } #if defined(__MINGW32__) || \ (!defined(HAVE_FSETXATTR) && \ (!defined(__FreeBSD_version) || (__FreeBSD_version < ...
{ "content_hash": "e590afc531483d702f998806059f4a73", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 77, "avg_line_length": 21.690140845070424, "alnum_prop": 0.5850649350649351, "repo_name": "chaigler/Torque3D", "id": "0e6705d1c5c3198c82fa38613946af3759f7f149", "size": "25...
using System; using System.Windows.Controls; namespace PlaylistManager.ViewModel.Other { /// <summary> /// Helper class to invoke dispatcher if needed (when called from other thread) /// </summary> public static class DispatcherTools { public static T InvokeDispatcher<T>(Control _control, ...
{ "content_hash": "662a39051db04aefa0a17b393ed187ed", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 83, "avg_line_length": 25.91304347826087, "alnum_prop": 0.5553691275167785, "repo_name": "jclaessens97/PlaylistManager", "id": "a1e982460804cd446750ce482880ccfba91b4b14", "...
from dry_rest_permissions.generics import DRYPermissionFiltersBase from django.db.models import Q from apps.registration.models import Assignment from .models import Appearance from .models import Round class AppearanceFilterBackend(DRYPermissionFiltersBase): def filter_list_queryset(self, request, queryset, vi...
{ "content_hash": "213e4acb3da3096aac99040b8d772eba", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 113, "avg_line_length": 37.95238095238095, "alnum_prop": 0.5927227101631116, "repo_name": "barberscore/barberscore-api", "id": "70ca6de7692830a4cadb71ef43b934a17720039d", ...
#ifndef DFGBasicBlock_h #define DFGBasicBlock_h #if ENABLE(DFG_JIT) #include "DFGAbstractValue.h" #include "DFGBranchDirection.h" #include "DFGNode.h" #include "Operands.h" #include <wtf/OwnPtr.h> #include <wtf/Vector.h> namespace JSC { namespace DFG { typedef Vector <BlockIndex, 2> PredecessorList; struct Basic...
{ "content_hash": "aa1cff869339ef0d98821bfd715b8971", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 94, "avg_line_length": 25.024390243902438, "alnum_prop": 0.6397011046133854, "repo_name": "leighpauls/k2cro4", "id": "6f348f2e15690b9fe4e314a9ecb9d3e6b1144386", "size": "4...
FROM balenalib/orange-pi-one-ubuntu:cosmic-run ENV NODE_VERSION 12.20.1 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$ke...
{ "content_hash": "dec89cda3d7b05882b4b1d6380b1ccad", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 692, "avg_line_length": 64.44444444444444, "alnum_prop": 0.7048275862068966, "repo_name": "nghiant2710/base-images", "id": "849638bd291fa6bec7af486af622b2940b6e55bb", "size...
#include "tensorflow/lite/model_builder.h" #include <stddef.h> #include <stdint.h> #include <memory> #include <string> #include <utility> #include "flatbuffers/flatbuffers.h" // from @flatbuffers #include "tensorflow/lite/allocation.h" #include "tensorflow/lite/core/api/error_reporter.h" #include "tensorflow/lite/...
{ "content_hash": "b3c4ac7188c62b8e632ff21616e6ae5e", "timestamp": "", "source": "github", "line_count": 207, "max_line_length": 79, "avg_line_length": 35.95652173913044, "alnum_prop": 0.6841327421738547, "repo_name": "gautam1858/tensorflow", "id": "1e65f1885100b48c40d0e7f18da0e85693a556ef", "size":...
using EasyNetQ.Topology; namespace EasyNetQ.Consumer; public class HandlerCollectionFactory : IHandlerCollectionFactory { /// <inheritdoc /> public IHandlerCollection CreateHandlerCollection(in Queue queue) { return new HandlerCollection(); } }
{ "content_hash": "192a3a29ac1702643146efe836d9f3f5", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 69, "avg_line_length": 22.583333333333332, "alnum_prop": 0.7416974169741697, "repo_name": "EasyNetQ/EasyNetQ", "id": "80c30d3e11b673c64270552f9748553000933143", "size": "27...