text
stringlengths
2
1.04M
meta
dict
<?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": "e13c7fbd103ce41c7400cd0888f4ad93", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 105, "avg_line_length": 30.385185185185186, "alnum_prop": 0.47952218430034127, "repo_name": "mnavarrocarter/markdownblog", "id": "b74a951523eb34c8454ebd8cae7c2fa25c34f793", ...
module.exports = function(sequelize, DataTypes) { return sequelize.define('Comment', { text: { type: DataTypes.STRING, validate: { notEmpty: {msg: "Falta Comentario"}} }, accepted: { type: DataTypes.BOOLEAN, defaultValue: false } }); };
{ "content_hash": "a4c3e759b67eeff2c732bfe0a0ee42ee", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 49, "avg_line_length": 24.5, "alnum_prop": 0.689795918367347, "repo_name": "quevedoclara/quiz", "id": "869949cd1a786a07231aea321719b4f9cdb81075", "size": "245", "binary":...
package com.example.leon.coolweather.service; import android.app.AlarmManager; import android.app.PendingIntent; import android.app.Service; import android.content.Intent; import android.content.SharedPreferences; import android.os.IBinder; import android.os.SystemClock; import android.preference.PreferenceManager; i...
{ "content_hash": "fbb00db5485a758a957e7882b01181cc", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 132, "avg_line_length": 38.103092783505154, "alnum_prop": 0.6542207792207793, "repo_name": "Leon-Scott/coolweather", "id": "976fba99f789363941d2e2ff74eb0ab202a23ab6", "size...
// // RXAppStorePopViewController.m // RXVerifyExample // // Created by Rush.D.Xzj on 2019/10/22. // Copyright © 2019 Rush.D.Xzj. All rights reserved. // #import "RXAppStorePopViewController.h" typedef struct { BOOL responseScrollViewDidScroll:1; BOOL responseScrollViewWillBeginDragging:1; BOOL respon...
{ "content_hash": "0040c21b810fde487538d552e63496f2", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 102, "avg_line_length": 30.416666666666668, "alnum_prop": 0.7501369863013698, "repo_name": "xzjxylophone/RXVerifyExample", "id": "e711091785877c43410209972f65aa03ebf90ba7", ...
var rAF = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (callback) { return window.setTimeout(callback, 1000 / 60); }; var cAF = window.cancelAnimationFrame || window.webkitCa...
{ "content_hash": "da17691546cfbe5821e058de7da0c12e", "timestamp": "", "source": "github", "line_count": 251, "max_line_length": 131, "avg_line_length": 25.41434262948207, "alnum_prop": 0.6032293462925223, "repo_name": "quarkstudio/iscroll", "id": "e48545c3af3aff1e0cfb8d02100d7d14100fa418", "size": ...
package com.pattern.flyweight; import java.util.HashMap; import java.util.Map; /** * @author krisjin * @date 2015年1月26日 */ public class ReportManagerFactory { Map<String, IReportManager> financialReportManager = new HashMap<String, IReportManager>(); Map<String, IReportManager> employeeReportManager = new...
{ "content_hash": "3c58dcc61059c7ee6058a80b04a96143", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 95, "avg_line_length": 29.12121212121212, "alnum_prop": 0.6711758584807492, "repo_name": "zoopaper/design-pattern", "id": "310d6e9b4df8b2627f2811f29d39e0cf3c7c33f1", "size"...
using namespace std; using namespace v8; using namespace node; enum DataType { STRING_TYPE = 1, BUFFER_TYPE }; template<DataType DT> class BatchWrap { public: void push(const Local<Value>& val); public: Producer::BatchType& get() { return _batch; } void reserve(size_t sz) { _...
{ "content_hash": "11843c5368b80c05e12ca9a0d294bb00", "timestamp": "", "source": "github", "line_count": 234, "max_line_length": 158, "avg_line_length": 32.743589743589745, "alnum_prop": 0.6272513703993735, "repo_name": "talrasha007/lmdb-queue", "id": "46891fa5295fbeab94b859bee8df7918cb65852e", "siz...
using System.IO; using System.Xml.Serialization; using Caliburn.Micro; namespace csBookmarkPlugin { public class BookmarkList : BindableCollection<Bookmark> { public void Save(string file) { try { var xml = new FileStream(file, FileMode.Create); ...
{ "content_hash": "14a2b3390028366369b6f5994d138782", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 81, "avg_line_length": 28.128205128205128, "alnum_prop": 0.495897903372835, "repo_name": "TNOCS/csTouch", "id": "ba7b3f8cfa4ae481ad56c87a341c54e2739a1506", "size": "1099", ...
<?xml version="1.0" encoding="UTF-8"?> <databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd"> <changeSet id="default...
{ "content_hash": "008c578d02d8929487f27c438a950a10", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 130, "avg_line_length": 35.31578947368421, "alnum_prop": 0.7302533532041728, "repo_name": "openforis/collect", "id": "058704c8835d0fd048dd03303dee8eeb5d8bd466", "size": "67...
#============================================================================= # Copyright 2006-2009 Kitware, Inc. # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. # # This software is distributed WITHOUT ANY WARRANTY; without even the # imp...
{ "content_hash": "18b5dd8be6ca3724f08e1c0aed8b760b", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 78, "avg_line_length": 45.8125, "alnum_prop": 0.5866302864938608, "repo_name": "dava/dava.engine", "id": "ff5083616fad2b1668f1059724bd2343a0acecc5", "size": "4748", "bina...
/* * Changes: * Mar 07, 2010: Created (Cristiano Giuffrida) */ #include "inc.h" /* A single error entry. */ struct errentry { int errnum; char* errstr; }; /* Initialization errors. */ PRIVATE struct errentry init_errlist[] = { { ENOSYS, "service does not support the requested init...
{ "content_hash": "c3f1b8a4302401037ad33c7e71db11de", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 80, "avg_line_length": 33.189655172413794, "alnum_prop": 0.44467532467532467, "repo_name": "ducis/operating-system-labs", "id": "b866956b8fe2cc3bcc81eb98ae79c54cb8f6b627", ...
package org.apache.spark.sql.types import scala.math.{Fractional, Numeric, Ordering} import scala.math.Numeric.DoubleAsIfIntegral import scala.reflect.runtime.universe.typeTag import org.apache.spark.annotation.DeveloperApi import org.apache.spark.sql.catalyst.ScalaReflectionLock import org.apache.spark.util.Utils ...
{ "content_hash": "d61644f0d8307d70a5bd425991bb2d4f", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 99, "avg_line_length": 37.8974358974359, "alnum_prop": 0.7679296346414073, "repo_name": "gioenn/xSpark", "id": "e553f65f3c99d1703df7a085da55f83b75777f8d", "size": "2278", ...
#pragma once #include <memory> #include "context.h" namespace mica { class NotificationManager; class ResManager; namespace input { class KeyboardManager; } } namespace mica { /** * The normal implementation of Context */ class ContextImpl : public Context { public: ContextImpl(); virtual ~ContextImpl();...
{ "content_hash": "3b4fc7be18726e796f90912bed1b41fa", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 69, "avg_line_length": 15.60655737704918, "alnum_prop": 0.7457983193277311, "repo_name": "nkming2/MagicalGirlMica", "id": "637d7656b72bdcf65f5cfb0e0afaaaa753cefc93", "size"...
<?php declare (strict_types=1); namespace RectorPrefix20210615; use Rector\PHPUnit\Rector\MethodCall\ReplaceAssertArraySubsetWithDmsPolyfillRector; use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator; return static function (\Symfony\Component\DependencyInjection\Loader\Configurator\Co...
{ "content_hash": "3058e85086aa690723a34c19920f5e72", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 137, "avg_line_length": 48.72727272727273, "alnum_prop": 0.8414179104477612, "repo_name": "RectorPHP/Rector", "id": "6cbbe70f02effc6157b05e3d9f6e3c9a803aa5dd", "size": "536...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "7178cfd9b9c9ec6552b40b3dceabb00f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "5e03943cbc176decc7b7d674d5a3b8cd40f8d982", "size": "173...
<h2>FreeStyleProjecthealthReport</h2> <ul class="parameter"> <li class="param-required-false">description : String <br/> </li> </ul> <ul class="parameter"> <li class="param-required-false">iconClassName : String <br/> </li> </ul> <ul class="parameter"> <li class="param-required-false">iconUrl : String...
{ "content_hash": "5ec42b5ed2c63f6d16336261eaf06436", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 59, "avg_line_length": 21.153846153846153, "alnum_prop": 0.6345454545454545, "repo_name": "cliffano/swaggy-jenkins", "id": "cb0ec9e3df858903cc6d32ee42a583613aeb19e2", "size...
<?php declare(strict_types=1); namespace DiContainerBenchmarks\Fixture\B; class FixtureB675 { }
{ "content_hash": "57b1dc5299604deef196b0a2a31cbb9b", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 42, "avg_line_length": 11, "alnum_prop": 0.7676767676767676, "repo_name": "kocsismate/php-di-container-benchmarks", "id": "fb8b10d85bba980964aeb07f30b51d74bba8dc01", "size":...
<?php session_start(); if(session_destroy()) { header("Location: ../admin/"); } ?>
{ "content_hash": "a07d569d9a38f4d3d6c0648d8b53dd1a", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 38, "avg_line_length": 12.375, "alnum_prop": 0.5050505050505051, "repo_name": "dextel2/Admission", "id": "c81cea4fb3519a8f72da43b71f63ce074331a28e", "size": "99", "binary"...
using System; using System.Collections; using System.Collections.Generic; using mattmc3.dotmore.Diagnostics; namespace mattmc3.dotmore.Collections.Generic { /// <summary> /// This dictionary allows you to add items to it without checking whether the key already /// exists. If it does, the value is just ...
{ "content_hash": "b3ae2c32d43ffb155cda3091d1fccecf", "timestamp": "", "source": "github", "line_count": 283, "max_line_length": 109, "avg_line_length": 21.60070671378092, "alnum_prop": 0.6301325044986095, "repo_name": "mattmc3/dotmore", "id": "a5691e927144b916aad9cdfe54521a4e4edb6567", "size": "611...
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not ...
{ "content_hash": "c92cc1e3ed1632b9da445b79ac033331", "timestamp": "", "source": "github", "line_count": 219, "max_line_length": 104, "avg_line_length": 31.506849315068493, "alnum_prop": 0.6673913043478261, "repo_name": "asankas/developer-studio", "id": "dd12142114488d16d1779c951416c7d4e0c4dff0", "s...
@charset "utf-8"; /* Icon */ .tabsHeader li.main a span span, #taskbar li .taskbutton span { background:url(./images/icon.png) no-repeat;} /* Panel */ .panel, .panel .panelHeader, .panel .panelHeaderContent, .panel .panelHeaderContent h1, .panel .panelFooter, .panel .panelFooterContent { background:url(./imag...
{ "content_hash": "ec7ab0d82412155aa03eb7631fa60355", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 235, "avg_line_length": 54.614634146341466, "alnum_prop": 0.7178456591639871, "repo_name": "maojian/EaglePHP", "id": "ea2d6eda8ee94a77fe263551a21c71c3952933a5", "size": "1...
/* Generated By:JJTree: Do not edit this line. ASTDeleteData.java Version 4.3 */ /* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package org.openrdf.query.parser.sparql.ast; public class ASTDeleteData...
{ "content_hash": "a0158d3b80f2721f2261e9fcd4be0b21", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 166, "avg_line_length": 34.95238095238095, "alnum_prop": 0.7493188010899182, "repo_name": "ConstantB/ontop-spatial", "id": "de20ed8d07b76df2549a4e7b19ae9f0a9bc4e3ae", "size...
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace VentaElectrodomesticos.Core.Model.Containers { public class TableroControlInfo { public int TotalVentas { get; set; } public double? TotalFacturacion { get; set; } public int? FacturasEfecti...
{ "content_hash": "061bd88310c05097caec53d8d77dfa40", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 54, "avg_line_length": 31.105263157894736, "alnum_prop": 0.6598984771573604, "repo_name": "navarroaxel/VentaElectrodomesticos", "id": "aff990bdc78441e294f9f106c75e3afad9261d3...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Boost.Geometry (aka GGL, Generic Geometry Library)</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type=...
{ "content_hash": "f2b3e197cf8b3fa771e64d11b81aff18", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 372, "avg_line_length": 50.23863636363637, "alnum_prop": 0.6731508708437005, "repo_name": "nicecapj/crossplatfromMmorpgServer", "id": "699f60dcfc74775d09aac91b3d531cb0d1f0e74...
package eu.crushedpixel.littlstar.api.data; /** * An interface for objects to be wrapped in a SendWrapper object */ public interface ApiSend { /** * @return The Object's key in the JSON Payload sent to the Littlstar API */ String getKey(); }
{ "content_hash": "9bab5681e6402d951566e95f96c6c17e", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 77, "avg_line_length": 17.8, "alnum_prop": 0.6704119850187266, "repo_name": "CrushedPixel/littlstar-java-sdk", "id": "89d23cabc5b23614d154eb2b4e826cb330593cc4", "size": "88...
<div class="container"> <?php echo form_open('/Admin_panel/save_question_changes', 'class="form-horizontal", id="ciena-form"'); ?> <?php echo form_hidden('question_id', $question['question_id']); ?> <fieldset> <!-- Form Name --> <h2 class="text-center">Edit Question</h2> <hr> <!-- Textarea --> <div cl...
{ "content_hash": "d20a5c89db170a2cef7da0f36013ad27", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 177, "avg_line_length": 34.63333333333333, "alnum_prop": 0.5595123516201476, "repo_name": "Jonyorker/ciena-quiz", "id": "4468992134cd43490e9a97dc545cfef65c3cdd67", "size": ...
import numpy as np from federatedml.linear_model.linear_model_base import BaseLinearModel from federatedml.linear_model.linear_model_weight import LinearModelWeights as PoissonRegressionWeights from federatedml.param.evaluation_param import EvaluateParam from federatedml.param.poisson_regression_param import PoissonPa...
{ "content_hash": "9b81c454a1830a1d171d5e5f47ae5126", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 108, "avg_line_length": 41.666666666666664, "alnum_prop": 0.58704, "repo_name": "FederatedAI/FATE", "id": "eb3418dfae729685a3035864a478a908a5d9aa83", "size": "6914", "bi...
R-MethIll ========= Statistical Analysis Protocol of DNA Methylation Data from Illumina * Cancel batch effects * Cluster samples by correlation * Visualize clusters by multi dimensionsal scaling * ... ========= For data, see the gene expression omnibus (GEO): * [Illumina HumanMethylation450 BeadChip](http://www.ncbi....
{ "content_hash": "027f022b126946464293751006403be5", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 128, "avg_line_length": 39.666666666666664, "alnum_prop": 0.7507002801120448, "repo_name": "fabricecolas/R-MethIll", "id": "8adf6e066aa8ef71b5aeb795ad9c8f0496126ce4", "size...
#pragma warning disable GU0009 // Name the boolean parameter. namespace Gu.Wpf.ToolTips.UiTests { using Gu.Wpf.UiAutomation; using NUnit.Framework; [TestFixture("DefaultAdornerLayerWindow")] [TestFixture("ExplicitAdornerDecoratorWindow")] public class WindowTests { private const string...
{ "content_hash": "026f57866a02cd8aaea3ec03301ea980", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 144, "avg_line_length": 43.52054794520548, "alnum_prop": 0.6056027699087189, "repo_name": "JohanLarsson/Gu.Wpf.ToolTips", "id": "a631c235e3556f864a0ef27c9c53b5174c5e4a97", ...
<?php namespace backend\modules\masterdata\models; use Yii; /** * This is the model class for table "quotation". * * @property integer $quotationid * @property string $quotationtitle * @property integer $picto * @property integer $picfrom * @property integer $companyid * @property string $quotationdate * @p...
{ "content_hash": "e6add1f87151abc550ccb4ec4a43f4af", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 137, "avg_line_length": 26.137931034482758, "alnum_prop": 0.5514511873350924, "repo_name": "ariandi/ktmavia", "id": "6f2d82ede581f3daa43c796019ee7fde4c1aa294", "size": "227...
require 'spec_helper' describe "multi_stage", dbscope: :example, js: true do let(:site) { cms_site } let(:group) { cms_group } let(:layout) { create_cms_layout } let(:node) { create(:article_node_page, cur_site: site, layout_id: layout.id) } let!(:item) { create(:article_page, cur_site: site, cur_node: node,...
{ "content_hash": "cae3911026dd3f1adc091e2edd67fda7", "timestamp": "", "source": "github", "line_count": 634, "max_line_length": 129, "avg_line_length": 44.75552050473186, "alnum_prop": 0.6114537444933921, "repo_name": "MasakiInaya/shirasagi", "id": "8bf0d25f73272597bcfda3fd6d70e46eecebc38f", "size"...
/* * REST API Documentation for the MOTI Hired Equipment Tracking System (HETS) Application * * The Hired Equipment Program is for owners/operators who have a dump truck, bulldozer, backhoe or other piece of equipment they want to hire out to the transportation ministry for day labour and emergency projects. The ...
{ "content_hash": "294f5d528b680e4233cb52d967109e76", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 467, "avg_line_length": 32.57657657657658, "alnum_prop": 0.6042588495575221, "repo_name": "plavoieBC/hets", "id": "e8ea103d9b457664e34df576377fa631d7c8039e", "size": "3616...
from hyquest.models import QuestSet, UserQuestSetAction from hyquest.actionmanager import beginQuestSet from hyquest.constants import MAX_ACTIVE_QUESTS import time # Here are the methods used to ensure proper quest flow for users # These are called for each user whenever the dashboard is loaded def replenishQuestSets...
{ "content_hash": "e7ee9c98a1a33954c84a5a2245145750", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 146, "avg_line_length": 47.34375, "alnum_prop": 0.7254125412541255, "repo_name": "Edmonton-Public-Library/centennial", "id": "f4c22a138bde71d59346b580ecc758fef8eb00cf", "si...
package packets import ( "github.com/bnch/bancho/pid" ) // ChannelJoin returns a packet of successful joining of a channel. func ChannelJoin(channel string) Packet { return StringPacket(pid.BanchoChannelJoinSuccess, channel) }
{ "content_hash": "cd4ee0ff980f398c601b3de6a50774e0", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 67, "avg_line_length": 23.1, "alnum_prop": 0.7878787878787878, "repo_name": "bnch/bancho", "id": "94129806599065b0e15874e692f44ea00a1c336b", "size": "231", "binary": fals...
require 'geocoder' require 'timezone' module Fonecal class GrandPrix attr_accessor :events, :circuit def initialize(eventWebsite) @crawler = EventCrawler.new(eventWebsite) self.circuit= CircuitInfo.new(@crawler.circuitInfo) self.events = [] createEvents end def location ...
{ "content_hash": "1372a1f8822e0566bdc5929188a9e625", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 86, "avg_line_length": 22.47222222222222, "alnum_prop": 0.5686032138442522, "repo_name": "martinbjeldbak/fonecal", "id": "d7061e218b3a24fc348f5a56ae8301d016c865e8", "size":...
require 'spec_helper' module Deathstare describe UpstreamSession do context "subclassing" do it "generation" do device = SpecSession.generate FactoryGirl.create(:end_point) device.save! expect(device).to be_valid end it "warms up" do @session_token = SecureRand...
{ "content_hash": "5a17f7e5e1c77449cfdbe3e61088b273", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 94, "avg_line_length": 28, "alnum_prop": 0.6403061224489796, "repo_name": "cloudcity/deathstare", "id": "5dbbf096bfc1b123d38a8427163b2b94836a7720", "size": "784", "binary...
<a name="0x1_DesignatedDealer"></a> # Module `0x1::DesignatedDealer` Module providing functionality for designated dealers. - [Resource `Dealer`](#0x1_DesignatedDealer_Dealer) - [Resource `TierInfo`](#0x1_DesignatedDealer_TierInfo) - [Struct `ReceivedMintEvent`](#0x1_DesignatedDealer_ReceivedMintEvent) - [Const...
{ "content_hash": "751c946f35cdd9e057b137816e2dff49", "timestamp": "", "source": "github", "line_count": 435, "max_line_length": 402, "avg_line_length": 43.232183908045975, "alnum_prop": 0.6998298415399341, "repo_name": "libra/libra", "id": "5273db3f045c930fed20290a183b14b568b81681", "size": "18807"...
/* * 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": "d8b5ff6aa545cfd08865198e02679dc2", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 161, "avg_line_length": 28.727272727272727, "alnum_prop": 0.703970080552359, "repo_name": "Bloombox/bloombox-client", "id": "2a36fc02ebf50f16e7810ac27b492b51c87010da", "si...
// flow-typed signature: 0a23a8e8191f9efe1e1d641395365ff9 // flow-typed version: <<STUB>>/gulp_v^3.9.0/flow_v0.37.4 /** * This is an autogenerated libdef stub for: * * 'gulp' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work with the * communit...
{ "content_hash": "6cb19dfef16b50c76c78ed2a15d93f06", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 77, "avg_line_length": 25.173076923076923, "alnum_prop": 0.7081741787624141, "repo_name": "grommet/grommet-cms-boilerplate", "id": "ff06a9566ab017a323a279358eb8abe736392a31",...
package org.olat.lms.search.document.file; import java.io.BufferedInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.log4j.Logger; import org.apache....
{ "content_hash": "2a45aa64f90611142f6baa8091158d8f", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 153, "avg_line_length": 35.236111111111114, "alnum_prop": 0.6162790697674418, "repo_name": "huihoo/olat", "id": "9f931e9134ac0e1ccc10ebbd259117c50e41f480", "size": "5870",...
import { Context } from '../@types/custom'; export const skipReasons = (...args: Function[]) => { return (ctx: Context) => { let reason = ''; args.some((skip) => { reason = skip(ctx); return !!reason; }); return reason; }; }; export const skipInstalla...
{ "content_hash": "ecbb83897da4e9b16f0fb537e80b03a8", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 61, "avg_line_length": 21.574468085106382, "alnum_prop": 0.5384615384615384, "repo_name": "sonarwhal/sonar", "id": "475e6fc05060e36cd31acefd8920b54d15507564", "size": "1014...
from model.group import Group import random from random import randrange def test_delete_some_group(app,db,check_ui): if len(db.get_group_list()) == 0: app.group.create(Group(name="Group for delete")) old_groups = db.get_group_list() group=random.choice(old_groups) id=group.i...
{ "content_hash": "f4707300aa3d6d1d4600366aba1114fd", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 117, "avg_line_length": 39.84, "alnum_prop": 0.6255020080321285, "repo_name": "maximencia/python_traning", "id": "577ff55c47f6a53139401e496b64f68e25cfedc1", "size": "1092",...
package org.apache.arrow.vector.complex; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Iterator; import java.util.List; import org.apache.arrow.memory.BaseAllocator; import org.apache.arrow.memory.BufferAllocator; import org.apache.arrow.util.Preconditions; impo...
{ "content_hash": "c6f0c5518bf0d24c71b7bcab2d0f3a09", "timestamp": "", "source": "github", "line_count": 322, "max_line_length": 116, "avg_line_length": 32.48136645962733, "alnum_prop": 0.7000669280045894, "repo_name": "itaiin/arrow", "id": "4c61dfb493cf97ca81de86665858140d22558902", "size": "11259"...
package com.team254.lib.util; /** * This class holds a bunch of static methods and variables needed for * mathematics */ public class ChezyMath { /** * Get the difference in angle between two angles. * * @param from The first angle * @param to The second angle * @return The change in ...
{ "content_hash": "805f0cf627285996b89c5f80759afce6", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 79, "avg_line_length": 27.21794871794872, "alnum_prop": 0.5652378709373528, "repo_name": "Team254/FRC-2015", "id": "4bc5655eb1ae415a94e4f5aa019f8a949706d457", "size": "2123...
package com.learning.designpattern.structural.filter; import java.util.ArrayList; import java.util.List; public class CriteriaMale implements Criteria { @Override public List<Person> meetCriteria(List<Person> persons) { List<Person> malePersons = new ArrayList<Person>(); for(Person person:persons){ if("M...
{ "content_hash": "03af971455414be6d6e3c3aaaf1d038c", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 57, "avg_line_length": 20.61904761904762, "alnum_prop": 0.7321016166281755, "repo_name": "mandheer/learnjava", "id": "49a13ff3dc611a376d6cbbdcbe5569d8bd9adee0", "size": "43...
Changelog ========= Next Version ------------ 2.5.0 (2019-10-30) ------------------ * Support ``fromJSON`` classmethod for all Munch subclasses (PR [#55](https://github.com/Infinidat/munch/pull/55)) * Fix return value of DefaultMunch and DefaultFactoryMunch's get method (fixes [#53](https://github.com/Infinidat/munc...
{ "content_hash": "134a57a761b7dd5cd648f9e2aa028990", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 207, "avg_line_length": 39.369565217391305, "alnum_prop": 0.6637217007178354, "repo_name": "Infinidat/munch", "id": "c918f17805ca4722ffcfb1722b4bbb67fdb6ca9c", "size": "362...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace makeDigest { public partial class Form1 : Form { private static readonly string passwor...
{ "content_hash": "c3ceacbd8f3ca6bdc03d1bf07f54d74a", "timestamp": "", "source": "github", "line_count": 138, "max_line_length": 298, "avg_line_length": 29.528985507246375, "alnum_prop": 0.5673619631901841, "repo_name": "misodengaku/makeDigest", "id": "0504cddc65803884d12ec69da59b14541a1e6900", "siz...
from __future__ import print_function import pymysql import re err = pymysql.err cursors = pymysql.cursors class DictMySQL: def __init__(self, host, user, passwd, db=None, port=3306, charset='utf8', init_command='SET NAMES UTF8', cursorclass=cursors.Cursor, use_unicode=True, autocommit=False): ...
{ "content_hash": "0ede85f651a1335f2d624bbac75c2c30", "timestamp": "", "source": "github", "line_count": 600, "max_line_length": 126, "avg_line_length": 37.58833333333333, "alnum_prop": 0.4876069702478606, "repo_name": "ligyxy/DictMySQL", "id": "ba866c6b65be2bcbb0c3785e8fc1053eae4252cf", "size": "22...
A Pure-Python library built as a PDF toolkit. It is capable of: - extracting document information (title, author, ...) - splitting documents page by page - merging documents page by page - cropping pages - merging multiple pages into a single page - encrypting and decrypting PDF files - and more! By being Pure-Pytho...
{ "content_hash": "9a4b04d11194862a2a8cd432338b7a10", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 74, "avg_line_length": 37.4375, "alnum_prop": 0.7863105175292153, "repo_name": "piotroxp/scibibscan", "id": "dc9292c0b89564cd38ee63b5a2216733eeb1001b", "size": "600", "bi...
@class GCHTTPRequest; // Cache policies control the behaviour of a cache and how requests use the cache // When setting a cache policy, you can use a combination of these values as a bitmask // For example: [request setCachePolicy:GCAskServerIfModifiedCachePolicy|GCFallbackToCacheIfLoadFailsCachePolicy|GCDoNotWriteToC...
{ "content_hash": "61b2e4913f6cedbdf17fad22f54f6b17", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 183, "avg_line_length": 51.840425531914896, "alnum_prop": 0.802585676174841, "repo_name": "lgcassab/GCKit", "id": "0adc2fa38489dad6020902cff87646fb36339c25", "size": "5110"...
package citrixadc import ( "net/url" "github.com/citrix/adc-nitro-go/resource/config/filter" "github.com/citrix/adc-nitro-go/service" "github.com/hashicorp/terraform/helper/schema" "fmt" "log" ) func resourceCitrixAdcFilterglobal_filterpolicy_binding() *schema.Resource { return &schema.Resource{ SchemaVers...
{ "content_hash": "9e3902946f60828d0c30e9c2b69b5fb5", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 140, "avg_line_length": 28.74468085106383, "alnum_prop": 0.7211941771527264, "repo_name": "citrix/terraform-provider-netscaler", "id": "42fa3cba26c3af30a7f733358137337fce3fa...
using System; using System.Collections.Generic; using System.Text; using entCMS.Models; namespace entCMS.Services { public class ModuleService : BaseService<cmsModule> { #region 私有构造函数,防止实例化 private ModuleService() { } #endregion #region 实现单例模式 ...
{ "content_hash": "65faef0fa99a841bfdb9980f9046accd", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 108, "avg_line_length": 24.02, "alnum_prop": 0.44712739383846795, "repo_name": "plz821/entCMS", "id": "8d75a389ba4b3c23b7dd4a53317d487e9d8b0091", "size": "1239", "binary"...
package com.planet_ink.coffee_mud.Abilities.Skills; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import...
{ "content_hash": "6c7b3c3be674d4b7883412acb99784a1", "timestamp": "", "source": "github", "line_count": 238, "max_line_length": 136, "avg_line_length": 34.28151260504202, "alnum_prop": 0.6709155533766393, "repo_name": "MaxRau/CoffeeMud", "id": "9ce8389ee734de2424c32f76e24c5776bb0ac66b", "size": "87...
typedef std::shared_ptr<MachProcess> MachProcessSP; typedef std::map<nub_process_t, MachProcessSP> ProcessMap; typedef ProcessMap::iterator ProcessMapIter; typedef ProcessMap::const_iterator ProcessMapConstIter; size_t GetAllInfos(std::vector<struct kinfo_proc> &proc_infos); static size_t GetAllInfosMatchingName(const...
{ "content_hash": "58562eb80d66788d0beb36ca04af9c7a", "timestamp": "", "source": "github", "line_count": 1678, "max_line_length": 80, "avg_line_length": 33.035160905840286, "alnum_prop": 0.620424656792885, "repo_name": "llvm-mirror/lldb", "id": "c9f2e34e2798ca5d9adeaa952ad066492265d437", "size": "56...
// // HistoryViewController.m // YLSY // // Created by 工业设计中意(湖南) on 14-4-21. // Copyright (c) 2014年 中意工业设计(湖南)有限责任公司. All rights reserved. // #import "HistoryViewController.h" @interface HistoryViewController () @end @implementation HistoryViewController - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(...
{ "content_hash": "ce15b1e07dcaad93f3bed5bc8f059e19", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 102, "avg_line_length": 22.020408163265305, "alnum_prop": 0.7182576459684893, "repo_name": "zyhndesign/YLSY_IOS", "id": "c77b91586cec146a92e30e25cb8d8a052e643ce3", "size": ...
package com.vl.samples.customcamera; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; import android.annotation.Suppr...
{ "content_hash": "10c5e2352922ba1ae176dbc631d270e7", "timestamp": "", "source": "github", "line_count": 444, "max_line_length": 137, "avg_line_length": 27.46846846846847, "alnum_prop": 0.6930141029845851, "repo_name": "noundla/Sunny_android_samples", "id": "2a55f52db6b9af9ce40a4fc3b1f5e948c577157e", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_60) on Tue Aug 26 20:50:07 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
{ "content_hash": "397c6b5f9af351ebecada625362997c5", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 161, "avg_line_length": 37.343511450381676, "alnum_prop": 0.6060915780866721, "repo_name": "Ramzi-Alqrainy/SELK", "id": "15cc58f496c5ceb9823427df610f1f260fbfb2f9", "size":...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/dataproc/v1/jobs.proto package com.google.cloud.dataproc.v1; public interface DeleteJobRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1.DeleteJobRequest) com.google.protobuf.Messa...
{ "content_hash": "88e5cb6ce4818c660b4f56357c2d90d2", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 92, "avg_line_length": 23.353846153846153, "alnum_prop": 0.6212121212121212, "repo_name": "speedycontrol/googleapis", "id": "87a09313e1f097c580cd2b93fe9fad76dda834e6", "siz...
(function ($) { $.fn.extend({ notify: function (options) { var settings = $.extend({ type: 'sticky', speed: 500, onDemandButtonHeight: 35 }, options); return this.each(function () { var wrapper = $(this); var ondemandBtn = $('.ondemand-button'); ...
{ "content_hash": "6b66d16c3178e1b457cda87db3fefff6", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 131, "avg_line_length": 47.236363636363635, "alnum_prop": 0.4380292532717475, "repo_name": "walkor/web-msg-sender", "id": "b1228dad7f8bdad23161bfdee8526aae6844907b", "size"...
/* @flow */ import React, { Component } from 'react'; import { translate } from '../../base/i18n'; /** * The type of the React {@code Component} props of {@link SpeakerStatsLabels}. */ type Props = { /** * The function to translate human-readable text. */ t: Function }; /** * React component f...
{ "content_hash": "d54cd274b99016e528d2b241aa034da8", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 79, "avg_line_length": 23.680851063829788, "alnum_prop": 0.5363881401617251, "repo_name": "bgrozev/jitsi-meet", "id": "3e2e467b6d3bf5d5fcb85584e870d1c50d774a5f", "size": "1...
/* $Id: sslreveal.c,v 1.4 2004/04/27 23:04:39 gerv%gerv.net Exp $ */ #include "cert.h" #include "ssl.h" #include "certt.h" #include "sslimpl.h" /* given PRFileDesc, returns a copy of certificate associated with the socket * the caller should delete the cert when done with SSL_DestroyCertificate */ CERTCertificate ...
{ "content_hash": "bc5da016e2069294f8029651164137a9", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 77, "avg_line_length": 22.142857142857142, "alnum_prop": 0.6903225806451613, "repo_name": "rwatson/chromium-capsicum", "id": "a981deeb4a3392d07a9cf5db0044cbb92ab45870", "si...
package org.bfn.ninetynineprobs import org.scalatest._ class P36Spec extends UnitSpec { // TODO }
{ "content_hash": "11f1ecc660850117a615bb391ce29388", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 32, "avg_line_length": 10.5, "alnum_prop": 0.7333333333333333, "repo_name": "bfontaine/99Scala", "id": "876428d6e2a2e9e0731f9fa3c861309be7f45c9e", "size": "105", "binary"...
<?php namespace PCI\Models; use PCI\Models\Traits\HasIdUID; /** @noinspection PhpUnnecessaryFullyQualifiedNameInspection */ /** * PCI\Models\StockDetail * * @property integer $id * @property integer $stock_id * @property float $quantity * @property \Carbon\Carbon $due * @property \Carbon\Carbon $created_at *...
{ "content_hash": "ae3f16ab4eaff9d82090ad12bb41878b", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 102, "avg_line_length": 31.810344827586206, "alnum_prop": 0.7078590785907859, "repo_name": "slayerfat/sistemaPCI", "id": "e0e0b8a94d6978eb446c088203bd0544530ecb55", "size":...
<component name="ProjectDictionaryState"> <dictionary name="devinstafford" /> </component>
{ "content_hash": "2b86101c71714e53b73a0008a630dd00", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 41, "avg_line_length": 30.666666666666668, "alnum_prop": 0.7717391304347826, "repo_name": "dvsd/Completum", "id": "0a4f58eae1bf511bcf65eaf5fad27c87cefbf183", "size": "92", ...
package org.apache.bookkeeper.client; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import org.apac...
{ "content_hash": "a4df1f603bb63015a42b581bf59aebb5", "timestamp": "", "source": "github", "line_count": 459, "max_line_length": 167, "avg_line_length": 43.830065359477125, "alnum_prop": 0.5610398647976936, "repo_name": "arvindkandhare/bookkeeper", "id": "4558bdf064711995abc9d401f2265659ff2da305", "...
#ifndef _NET_CONFIG_H #define _NET_CONFIG_H //Trace level for TCP/IP stack debugging #define MEM_TRACE_LEVEL 4 #define NIC_TRACE_LEVEL 4 #define ETH_TRACE_LEVEL 2 #define ARP_TRACE_LEVEL 2 #define IP_TRACE_LEVEL 2 #define IPV4_TRACE_LEVEL 2 #define IPV6_TRACE_LEV...
{ "content_hash": "8bd3c3fa4574b1e20077d68a666fafb6", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 72, "avg_line_length": 29.263157894736842, "alnum_prop": 0.7383093525179856, "repo_name": "miragecentury/M2_SE_RTOS_Project", "id": "55039c3327e08c66ed9d42b10b8109cf40c6660c...
<?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?> <?php include('header.php'); ?> <div class="comment form"> <?php $form->out(); ?> </div> <?php include('footer.php'); ?>
{ "content_hash": "ed779eb2c2ea170e5cb9717f04263d9c", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 70, "avg_line_length": 27.714285714285715, "alnum_prop": 0.5618556701030928, "repo_name": "nerdfiles/habari_boilerplate", "id": "49d75440f3826d2c43b6f17f98622754e8dcb583", "...
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Filip Konvicka <filip.konvicka@logis.cz> * Lubomir Moric <lubomir.moric@logis.cz> * Vincent Barichard <Vincent.Barichard@univ-angers.fr> * * Contributing authors: * Christian Schulte <schulte@gecode.org> * ...
{ "content_hash": "8141ecb3b53f4c58bf32a93f0569e9b1", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 84, "avg_line_length": 31.725806451612904, "alnum_prop": 0.6666666666666666, "repo_name": "PetterS/easy-IP", "id": "3c7e1b47083b58bf8791299c64c02e60b44f2839", "size": "590...
{% if created %} {% if created.revision.user %} <p><a href="{% url 'object_changes' created.id %}">Created on {{ created.revision.date_created }}</a> by <a href="{{ created.revision.user.get_absolute_url }}">{{ created.revision.user.get_full_name }}</a>.</p> {% else %} <p><a href="{% url 'object_changes' create...
{ "content_hash": "ded1ba239b17101cc4fc3a4ba46e30be", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 242, "avg_line_length": 56.333333333333336, "alnum_prop": 0.6282051282051282, "repo_name": "vahtras/amy", "id": "69228a04490dfb7d9dbfc26d9aadfabd591c0072", "size": "1014", ...
using namespace json_spirit; using namespace std; int64_t nWalletUnlockTime; static CCriticalSection cs_nWalletUnlockTime; extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, json_spirit::Object& entry); static void accountingDeprecationCheck() { if (!GetBoolArg("-enableaccounts", false)) ...
{ "content_hash": "bc465c30f856f410205d095888ee8bfe", "timestamp": "", "source": "github", "line_count": 1766, "max_line_length": 162, "avg_line_length": 34.88561721404304, "alnum_prop": 0.6247240618101545, "repo_name": "PalestineCoin/Palestinecoin", "id": "143422014d7a423bd6df46529fda3ec0296be2ae", ...
<table cellspacing="0" cellpadding="0" style="table-layout:fixed;"> <tr> <td width="230" style="width:230px;height:1px;padding:0px;margin:0px;line-height:1px;" class="left_column"><img border="0" src="#%site_url%#/images/blank.gif" width="230" height="1"></td> <td width="770" style="height:1px;padding:0px;margin:0px;li...
{ "content_hash": "e27061dc166f12c98518bc0753f7c693", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 187, "avg_line_length": 35.57377049180328, "alnum_prop": 0.6640552995391705, "repo_name": "vlnpractice/master", "id": "6a5689095764a60b6e237b194127dd88b715bc12", "size": "2...
 #pragma once #include <aws/inspector/Inspector_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace Inspector { namespace Model...
{ "content_hash": "48ab8bb577726321f28f296c75c82963", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 123, "avg_line_length": 28.257142857142856, "alnum_prop": 0.6971688574317493, "repo_name": "ambasta/aws-sdk-cpp", "id": "f775513bfaca8e6c8fdb514f49b4e96554d48028", "size": ...
omprog: Program integration Output module ========================================= **Module Name:    omprog** **Available since:   ** 4.3.0 **Author:**\ Rainer Gerhards <rgerhards@adiscon.com> **Description**: This module permits to integrate arbitrary external programs into rsyslog's logging. It is similar to th...
{ "content_hash": "417aee6aba9dab4831383d9a12cd5540", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 73, "avg_line_length": 37.92, "alnum_prop": 0.7539556962025317, "repo_name": "teifler/rsyslog-doc", "id": "079cfb1861f85870fbfe494d725af477f61f9522", "size": "3801", "bi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.monitor.models; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; import jav...
{ "content_hash": "929207c98dc6ae46a170b8ff8401a4e5", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 119, "avg_line_length": 45.104166666666664, "alnum_prop": 0.776905311778291, "repo_name": "Azure/azure-sdk-for-java", "id": "eb16c2c45a089627620e01c86474bb31221c80a1", "siz...
<?php declare (strict_types=1); namespace PhpParser\ErrorHandler; use PhpParser\Error; use PhpParser\ErrorHandler; /** * Error handler that collects all errors into an array. * * This allows graceful handling of errors. */ class Collecting implements \PhpParser\ErrorHandler { /** @var Error[] Collected errors...
{ "content_hash": "57cb471445fd6e800ec3f60b5df58438", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 56, "avg_line_length": 19.869565217391305, "alnum_prop": 0.5820568927789934, "repo_name": "RectorPHP/Rector", "id": "77cdc669a5c522122cee7ea29e96a91f276e98f1", "size": "914...
layout: page title: Huynh Youth Entertainment Show date: 2016-05-24 author: Mary Hanna tags: weekly links, java status: published summary: Cras mattis commodo enim, ac interdum odio viverra. banner: images/banner/meeting-01.jpg booking: startDate: 05/13/2019 endDate: 05/18/2019 ctyhocn: WELMEHX groupCode: HYES ...
{ "content_hash": "e059d76e767f5875cc8ddc4753e919f4", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 829, "avg_line_length": 80.43478260869566, "alnum_prop": 0.8075675675675675, "repo_name": "KlishGroup/prose-pogs", "id": "b6187a54dbf3a0ce5f9edfbe1eab8f9b58693667", "size":...
using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace Google.Cloud.Monitoring.V3 { /// <summary>Holder for reflection information generated from google/monitoring/v3/uptime.proto</...
{ "content_hash": "18a545f645efc773e4c8f6608fa8bbfa", "timestamp": "", "source": "github", "line_count": 2123, "max_line_length": 681, "avg_line_length": 39.58078191238813, "alnum_prop": 0.6255384981554207, "repo_name": "iantalarico/google-cloud-dotnet", "id": "9b182ccf097c9b6f1df9d446f0d1b99b75192f75...
'use strict'; /** * Properties of a managed identity * */ class IdentityProperties { /** * Create a IdentityProperties. * @property {string} [type] Managed identity. * @property {string} [principalId] The principal id of resource identity. * @property {string} [tenantId] The tenant identifier of res...
{ "content_hash": "9ae1e3dbd6366b9ed76ec022a974e120", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 76, "avg_line_length": 21.971014492753625, "alnum_prop": 0.5032981530343008, "repo_name": "xingwu1/azure-sdk-for-node", "id": "ebb6ea256daa9a664791321eab266aeb289fb096", "s...
<HTML><HEAD> <TITLE>Review for Iron Giant, The (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0129167">Iron Giant, The (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Shay+Ca...
{ "content_hash": "854a410c5b937ed2aba2f85e19a2e1a1", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 197, "avg_line_length": 68.06896551724138, "alnum_prop": 0.7691236068895644, "repo_name": "xianjunzhengbackup/code", "id": "dc5fa1fa7740b9a70c266e0f97f1998a94c27687", "siz...
package org.hisp.dhis.analytics.event.data; import static org.hisp.dhis.analytics.event.EventAnalyticsService.ITEM_CREATED_BY_DISPLAY_NAME; import static org.hisp.dhis.analytics.event.EventAnalyticsService.ITEM_ENROLLMENT_DATE; import static org.hisp.dhis.analytics.event.EventAnalyticsService.ITEM_EVENT_DATE; import ...
{ "content_hash": "b051f70625363aa0121e503ff02ab51c", "timestamp": "", "source": "github", "line_count": 605, "max_line_length": 119, "avg_line_length": 39.62479338842975, "alnum_prop": 0.6520669086055145, "repo_name": "dhis2/dhis2-core", "id": "308e01377465ff293d252d59f63a5cb8cc50c052", "size": "25...
// Copyright 2015 The Bazel Authors. All Rights Reserved. // // 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 appl...
{ "content_hash": "c3c1b60669300e90bff3bd834b0cb95c", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 99, "avg_line_length": 43.81868131868132, "alnum_prop": 0.7459561128526646, "repo_name": "mikelalcon/bazel", "id": "29d983ac4ab23ba77de5acc3a423667386b3f92e", "size": "797...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>datetime.time</title> <link rel="stylesheet" href="epydoc.css" type="text/css" /> <script...
{ "content_hash": "1b86c2519f21a41f842e0344d90c4a4d", "timestamp": "", "source": "github", "line_count": 773, "max_line_length": 192, "avg_line_length": 32.78783958602846, "alnum_prop": 0.5347800355099626, "repo_name": "sirex/couchdbkit", "id": "938d690fa4e24a0c0fe046d7abc0e4408ad99e70", "size": "25...
function reject=is_art(label) % isart() - Function for evaluating whether or not the text label of an % independent component (IC) corresponds to an EEG artifact or not. % % Usage: % >> reject=isart(label) % % Required Inputs: % label - a string label for an IC. % % Output: % reject - 1 if "l...
{ "content_hash": "85adca3c013b89b4a4f86fd1e3bef860", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 86, "avg_line_length": 35.06666666666667, "alnum_prop": 0.5524714828897338, "repo_name": "dmgroppe/Mass_Univariate_ERP_Toolbox", "id": "b2bf008de02b7da7effc3d3fa99d48c3f73be1...
namespace atom { namespace internal { namespace { // The callback which is passed to |handler|. void HandlerCallback(const BeforeStartCallback& before_start, const ResponseCallback& callback, mate::Arguments* args) { // If there is no argument passed then we failed. v8::...
{ "content_hash": "a7ef3423ed71f636eebdbf79334ea3da", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 79, "avg_line_length": 32.359375, "alnum_prop": 0.6528247223563496, "repo_name": "brave/electron", "id": "55983b831cf2e0f1cbb181cef5efe93c85dbc10b", "size": "2391", "bina...
numpy.core.records.fromarrays ============================= .. currentmodule:: numpy.core.records .. autofunction:: fromarrays
{ "content_hash": "f95a88d54a43d4725ee7a01015db2bf1", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 37, "avg_line_length": 21.5, "alnum_prop": 0.5968992248062015, "repo_name": "qpython-android/QPypi-numpy", "id": "c1f91d4411ebaa4d08d522330c87653b91fddd75", "size": "129", ...
This app is a port from https://github.com/blockcypher/explorer This folder contains a backup of that projects templates at the moment this project was started. They should be delete as there are ported to Twig.
{ "content_hash": "8af9536d5aa85f9ce3bd0992d60abee0", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 96, "avg_line_length": 70.33333333333333, "alnum_prop": 0.8104265402843602, "repo_name": "blockcypher/php-wallet-sample", "id": "9f09c9e43a7277eaa7facabbc910524dfebb3f7a", "...
package com.linkedin.android.litr.filter.video.gl; import androidx.annotation.Nullable; import com.linkedin.android.litr.filter.Transform; import com.linkedin.android.litr.filter.video.gl.parameter.ShaderParameter; import com.linkedin.android.litr.filter.video.gl.parameter.Uniform1f; import com.linkedin.android.litr...
{ "content_hash": "683149ac857869278319e960c19e97d7", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 160, "avg_line_length": 49.989010989010985, "alnum_prop": 0.6561881732248845, "repo_name": "linkedin/LiTr", "id": "c475617f2d1123d4cfacc3086828ee56810be41e", "size": "5675"...
package com.rackspacecloud.blueflood.io.astyanax; import com.netflix.astyanax.connectionpool.exceptions.ConnectionException; import com.netflix.astyanax.model.ColumnFamily; import com.rackspacecloud.blueflood.io.AbstractMetricsRW; import com.rackspacecloud.blueflood.io.CassandraModel; import com.rackspacecloud.bluef...
{ "content_hash": "c5e19f8f248c829e15a64c3a1ed65fc9", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 122, "avg_line_length": 38.03333333333333, "alnum_prop": 0.6577563540753725, "repo_name": "goru97/blueflood", "id": "0ad9c8784c7ae283df68b6b396235fb08f290836", "size": "51...
set -eux export GO_FAILPOINTS='github.com/pingcap/tidb/br/pkg/lightning/restore/SlowDownWriteRows=sleep(100);github.com/pingcap/tidb/br/pkg/lightning/restore/SetMinDeliverBytes=return(1)' for CFG in chunk engine; do rm -f "$TEST_DIR/lightning-tidb.log" run_sql 'DROP DATABASE IF EXISTS fail_fast;' ! run_lightni...
{ "content_hash": "c069f47866a36184dd013fa4c0fdc59e", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 178, "avg_line_length": 40.05263157894737, "alnum_prop": 0.6990801576872536, "repo_name": "pingcap/tidb", "id": "7e057e3ee999c58b32e2bdb941214c81df9c3a50", "size": "1351", ...
#ifndef WINPR_SSPI_PRIVATE_H #define WINPR_SSPI_PRIVATE_H #include <winpr/sspi.h> struct _CREDENTIALS { SEC_WINNT_AUTH_IDENTITY identity; }; typedef struct _CREDENTIALS CREDENTIALS; CREDENTIALS* sspi_CredentialsNew(); void sspi_CredentialsFree(CREDENTIALS* credentials); SecHandle* sspi_SecureHandleAlloc(); void ...
{ "content_hash": "c673c442efd698b2954c258d5cda9c41", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 72, "avg_line_length": 28.655172413793103, "alnum_prop": 0.8062575210589651, "repo_name": "awakecoding/WinPR-msasn1", "id": "b51f72398e7c59c4276fff7f79eecf7aecf00df6", "siz...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "c082eae76e4adf3fa935fe548d09b165", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "0ad7e1fa733061de6848b71f695eb845db065bf0", "size": "183...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="cn"> <head> <meta name="generator" content="AWStats 7.2 (build 1.992) from config file awstats.mirror.bistu.edu.cn.conf (http://www.awstats.org)"> <meta name="robots" content="noindex,nofollow"> <meta http...
{ "content_hash": "7d28b2522ef95fd9ea3595e21ce4bd37", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 357, "avg_line_length": 67.45454545454545, "alnum_prop": 0.6911821332306507, "repo_name": "c0710204/mirrorsBistu", "id": "5a8cf1fe5d40a20f197a8f29f8ce0cc2e91a6f55", "size":...
title: "Output" date: 2021-11-02T08:39:47-05:00 draft: false --- This page is under construction! To help move things along, use the "Edit" button on the right side of this page.
{ "content_hash": "72c9926970796febd8a82ebdcc327499", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 80, "avg_line_length": 22.5, "alnum_prop": 0.7333333333333333, "repo_name": "probr/probr-core", "id": "24165d45e38f6f1f2520738f37b11a254e426e83", "size": "184", "binary": ...
//****************************************************************************** //! COMPB - CB Interrupt, Input compared against 1.5V Internal Reference //! //! Use CompB and internal reference to determine if input 'Vcompare' is high //! of low. For the first time, when Vcompare exceeds the 1.5V internal //...
{ "content_hash": "477efc0f45d4f650b3d5f379f38f0ee7", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 83, "avg_line_length": 34.049586776859506, "alnum_prop": 0.47184466019417476, "repo_name": "ekawahyu/MSP430Ware", "id": "ab9582b5e959b6ad7c58c8a03f0306b896dd10cb", "size":...
/** * FavoriteDao * @flow */ 'use strict'; import { AsyncStorage, } from 'react-native'; const FAVORITE_KEY_PREFIX='favorite_' export default class FavoriteDao{ constructor(flag) { this.flag = flag; this.favoriteKey=FAVORITE_KEY_PREFIX+flag; } saveFavoriteItem(key,vaule,callback) { AsyncStora...
{ "content_hash": "abccec409cdb7ccef77abea4d64dd43f", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 76, "avg_line_length": 23.448979591836736, "alnum_prop": 0.515230635335074, "repo_name": "KissLuckystar/HotelMarketingApp", "id": "24f39dcf9548649cb46d903e3bf0581ea4afba82", ...
package vg.civcraft.mc.namelayer.misc.v1_9_R1; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.util.logging.Logger; import com.mojang.authlib.GameProfile; import net.minecraft.server.v1_9_R1.EntityHuman; import net.minecraft.server.v1_9_R1.MinecraftServer; import org.bukkit.craftbukkit....
{ "content_hash": "e44effdb1b1d7b06d08536e3a76bc56a", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 91, "avg_line_length": 33.61363636363637, "alnum_prop": 0.7305611899932387, "repo_name": "suirad/NameLayer", "id": "542d0142a29587c9092d681e69c17a97074cc459", "size": "2958...
package autorest import ( "fmt" "log" "net/http" "os" "reflect" "testing" "time" "github.com/azure/go-autorest/autorest/mocks" ) func ExampleSendWithSender() { client := mocks.NewSender() client.EmitStatus("202 Accepted", http.StatusAccepted) logger := log.New(os.Stdout, "autorest: ", 0) na := NullAutho...
{ "content_hash": "4ba74ac857f8e3013567bc76504fc50e", "timestamp": "", "source": "github", "line_count": 505, "max_line_length": 106, "avg_line_length": 25.61188118811881, "alnum_prop": 0.6915880624710067, "repo_name": "bingosummer/azure_storage_service_broker", "id": "bf88b4be6401d112a32ffdba2c5ddd1c...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="nb" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Gamecash</source> <translation>Om Gamecash</translation> </messa...
{ "content_hash": "1df44e880f5144be536fa06b2eba7efd", "timestamp": "", "source": "github", "line_count": 2938, "max_line_length": 395, "avg_line_length": 38.473791695030634, "alnum_prop": 0.6266233766233766, "repo_name": "gamecashofficial/gamecash", "id": "8f8e8265e25179ad7b8d7ef6da762e9d60bc99c1", ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator 0.14.0.0 // Changes may cause incorrect behavior and will be lost if the code is // regenerated. ...
{ "content_hash": "66da04538d7d611c6838534d1e15190d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 74, "avg_line_length": 35.84615384615385, "alnum_prop": 0.7639484978540773, "repo_name": "matt-gibbs/AutoRest", "id": "f80592157536483047525e247f524e5d21ff3e96", "size": "4...
<?xml version="1.0" encoding="utf-8"?> <!-- $Revision: 297028 $ --> <refentry xml:id="function.stats-cdf-weibull" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>stats_cdf_weibull</refname> <refpurpose>Not documented</refpurpose> </refnamediv> <refsect1 role="description"> &reftitle.description; ...
{ "content_hash": "1c8e88f53d07c1c952c0a24487941473", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 84, "avg_line_length": 21.853658536585368, "alnum_prop": 0.6434151785714286, "repo_name": "mziyut/.vim", "id": "6a707a09a2166a65530d4d35c4c0a886287eee59", "size": "3584", ...