text
stringlengths
2
1.04M
meta
dict
<div class="row"> <h2 class="header">Older Appointments</h3> <div class="container"> <!-- <h3 class="sub-header">Waiting Room Queue</h3> --> <!-- <div class="placeholder" ng-repeat="appt in apptList"> <img my-holder="holder.js/100x100/auto/sky" class="img-responsive" alt="Generic...
{ "content_hash": "0ad4e7ba8016190577d92a3fc1c455fa", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 165, "avg_line_length": 62.659574468085104, "alnum_prop": 0.5375212224108659, "repo_name": "prakma/hmp-web", "id": "e108091d5eb3ce20e3b9332bdccf323221fd82dc", "size": "2945...
package org.gradoop.flink.algorithms.gelly.vertexdegrees; import org.apache.flink.api.java.DataSet; import org.apache.flink.graph.Graph; import org.apache.flink.types.NullValue; import org.gradoop.common.model.api.entities.Edge; import org.gradoop.common.model.api.entities.GraphHead; import org.gradoop.common.model.a...
{ "content_hash": "a96c3a6c7e30e71df251fa9945249dfc", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 110, "avg_line_length": 41.14, "alnum_prop": 0.7452600875060769, "repo_name": "galpha/gradoop", "id": "dd525aa00c744c4ff388d38a4bcf1afe209493eb", "size": "4751", "binary...
<?php namespace PhraseanetSDK\Repository; use PhraseanetSDK\AbstractRepository; use PhraseanetSDK\Exception\RuntimeException; use Doctrine\Common\Collections\ArrayCollection; use PhraseanetSDK\EntityHydrator; class Feed extends AbstractRepository { /** * Find a feed by its identifier * * @param ...
{ "content_hash": "3a8b472cb85e4974914711d419203c81", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 96, "avg_line_length": 26.537037037037038, "alnum_prop": 0.5931612002791347, "repo_name": "aztech-dev/Phraseanet-PHP-SDK", "id": "c151517a387e029eea67b0cbbecbb9798595ca4c", ...
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly define( 'CPAC_VERSION', '2.1.5' ); // current plugin version define( 'CPAC_UPGRADE_VERSION', '2.0.0' ); // this is the latest version which requires an upgrade define( 'CPAC_URL', plugin_dir_url( __FILE__ ) ); define( 'CPAC_DIR', ...
{ "content_hash": "b158dd40ccc03169c933add3fafd1bef", "timestamp": "", "source": "github", "line_count": 435, "max_line_length": 192, "avg_line_length": 25.751724137931035, "alnum_prop": 0.5963220853419032, "repo_name": "jake-cooper/wpdfhfh", "id": "f37a29fbe66add45e8d915f83ecb922ed5bd7f25", "size":...
set -o errexit set -o nounset set -o pipefail source $(git rev-parse --show-toplevel)/vendor/github.com/tektoncd/plumbing/scripts/library.sh readonly TMP_DIFFROOT="$(mktemp -d ${REPO_ROOT_DIR}/tmpdiffroot.XXXXXX)" cleanup() { rm -rf "${TMP_DIFFROOT}" } trap "cleanup" EXIT SIGINT cleanup # Save working tree stat...
{ "content_hash": "12b95aa5c79fc976d5fb4c4235e6f65e", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 94, "avg_line_length": 25.29268292682927, "alnum_prop": 0.6750241080038573, "repo_name": "tektoncd/pipeline", "id": "e91c29154089071294e94184007d801c63d4ab0e", "size": "164...
package com.mkyong.helloworld.kubun; import com.mkyong.helloworld.kubun.i.Kubun; import lombok.AllArgsConstructor; import lombok.Getter; @AllArgsConstructor @Getter public enum KokyakuKubun implements Kubun<KokyakuKubun> { 通常法人("01"), 個人("02"), カフェラウンジ("03"), 特殊("99"), EMPTY(""); private String code; }
{ "content_hash": "3fcf834c538aaa4ea528d41facf595bf", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 58, "avg_line_length": 23.76923076923077, "alnum_prop": 0.7540453074433657, "repo_name": "ShowKa/spring4-mvc-gradle-xml-hello-world", "id": "518083aebbb4fc52e27cf0d18c0fd4512...
<?php namespace Ems\AdminEms\controllers; use Illuminate\Support\Facades\File; use Intervention\Image\Facades\Image; use Symfony\Component\HttpFoundation\File\UploadedFile; use Unisharp\Laravelfilemanager\Events\ImageIsUploading; use Unisharp\Laravelfilemanager\Events\ImageWasUploaded; use Unisharp\Laravelfilemanage...
{ "content_hash": "efac818fd043f694f9828fbf874d54ca", "timestamp": "", "source": "github", "line_count": 180, "max_line_length": 117, "avg_line_length": 33.27777777777778, "alnum_prop": 0.552253756260434, "repo_name": "ElioMS/admin-laravel", "id": "00756d2781c9cdaff33b25b6b1c0c414900a930c", "size": ...
<?php /** * @category Zend * @package Zend_Service * @subpackage Amazon * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License */ class Zend_Service_Amazon_EditorialReview { /** * @var str...
{ "content_hash": "c3d1fe9926ecb6d2ced7218996815142", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 104, "avg_line_length": 23.615384615384617, "alnum_prop": 0.5830618892508144, "repo_name": "jodier/tmpdddf", "id": "089c4c9b73f43838f49cca9c0e1a1a9340181ba5", "size": "1707...
from swgpy.object import * def create(kernel): result = Creature() result.template = "object/mobile/shared_dressed_commoner_naboo_bothan_female_02.iff" result.attribute_template_id = 9 result.stfName("npc_name","bothan_base_female") #### BEGIN MODIFICATIONS #### #### END MODIFICATIONS #### return resu...
{ "content_hash": "f067d5dd93de67bcb129b2190fd1cce9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 85, "avg_line_length": 24.76923076923077, "alnum_prop": 0.7049689440993789, "repo_name": "anhstudios/swganh", "id": "4c5a397282a24369e190d17e20f3828335e18041", "size": "467...
// Type definitions for AWS Lambda // Definitions by: James Darbyshire (http://darb.io) /************************************************ * * * AWS Lambda API * * * *******************************...
{ "content_hash": "d99e96b46d336ae87e53ffd2f1db370f", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 84, "avg_line_length": 26.267857142857142, "alnum_prop": 0.5853161114887832, "repo_name": "panacloud/learn-typed-lambda", "id": "71a0d4efccebaaf5e6bde7388f9f078dcaa004d7", ...
<?xml version="1.0" encoding="UTF-8"?> <sem:triples uri="http://www.lds.org/vrl/locations/specific-locations/space/planetary-nebulas" xmlns:sem="http://marklogic.com/semantics"> <sem:triple> <sem:subject>http://www.lds.org/vrl/locations/specific-locations/space/planetary-nebulas</sem:subject> <sem:predicate>h...
{ "content_hash": "5dabcf25890d6c22857161c39cbe38d3", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 138, "avg_line_length": 60.22222222222222, "alnum_prop": 0.727859778597786, "repo_name": "freshie/ml-taxonomies", "id": "5b42cde4285e50b63135821735eab08e60abfb02", "size": ...
package org.kie.internal.conf; import org.kie.api.conf.SingleValueKieBaseOption; /** * A class for the alpha node hashing threshold configuration. */ public class AlphaThresholdOption implements SingleValueKieBaseOption { private static final long serialVersionUID = 510l; /** * The property name f...
{ "content_hash": "536b827c57f61fc76f6b7a9a10f02260", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 82, "avg_line_length": 25.2125, "alnum_prop": 0.6207238472979673, "repo_name": "sutaakar/droolsjbpm-knowledge", "id": "2bb20f2f4b7895c2ca616a18d28d57a67b0e40fe", "size": "2...
package org.apache.hadoop.yarn.nodelabels; import java.io.IOException; import java.util.Arrays; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.commons.lang.StringUtils; import org.apache.hadoop.conf.Configuration; import org.junit.After; import org.junit.Assert; import org.j...
{ "content_hash": "9d21710d45c6da77e9029bc8f5a28c04", "timestamp": "", "source": "github", "line_count": 299, "max_line_length": 87, "avg_line_length": 36.10702341137124, "alnum_prop": 0.6662652834383105, "repo_name": "tecknowledgeable/hadoop", "id": "2fb1676af46e86d7884fd708d62d3d7ab1493c0d", "size...
"""Common utility classes and functions for testing.""" import io import os import pytest from google.auth import credentials from google.auth import transport from requests import adapters from requests import models import firebase_admin def resource_filename(filename): """Returns the absolute path to a test...
{ "content_hash": "b4e02677d6c8b5d7e07220ede4bd9fd8", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 94, "avg_line_length": 30.68553459119497, "alnum_prop": 0.6591514654642344, "repo_name": "firebase/firebase-admin-python", "id": "92755107c2a44fea231ec1475bbb907304c33def", ...
module E'7'14 where import E'7'12 ( ins , iSort ) import Test.QuickCheck isSorted :: (Ord a) => [a] -> Bool -- Primitive recursion: isSorted [] = True isSorted [ _ ] = True isSorted ( predecessorItem : successorItem : remainingItems ) = (predecessorItem <= successorItem) && ( isSorted (successorItem : remai...
{ "content_hash": "be46ec2bfdf18b7fbdd6f122ae628822", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 87, "avg_line_length": 15.08695652173913, "alnum_prop": 0.670028818443804, "repo_name": "pascal-knodel/haskell-craft", "id": "5a6ad3bb44f97443f7fc0019d315a0457ef18bc9", "si...
A simple implementation of a flat shaded low poly terrain for Unity 2017. ### What's implemented for now * Generate a simple flat square mesh * Apply a random color for each triangle * Use a custom shader to apply the color in each triangle ![Flat Shaded Low Poly Terrain - Unity](https://raw.githubusercontent.com/fr...
{ "content_hash": "f754d83b7470e3705cf8e481725716b0", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 153, "avg_line_length": 36.142857142857146, "alnum_prop": 0.7885375494071146, "repo_name": "fredimachado/FlatShadedLowPolyTerrain", "id": "033f2a7aa3fb249cf4bcddcbce149694dd8...
namespace blimp { CompressedPacketReader::CompressedPacketReader( std::unique_ptr<PacketReader> source) : source_(std::move(source)), compressed_buf_(new net::GrowableIOBuffer), weak_factory_(this) { DCHECK(source_); memset(&zlib_stream_, 0, sizeof(z_stream)); // MAX_WBITS means we are usin...
{ "content_hash": "fb3868bd54593b4957947b79dae0945a", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 80, "avg_line_length": 34.098765432098766, "alnum_prop": 0.7045619116582187, "repo_name": "was4444/chromium.src", "id": "92a3b9ae9dbae5985ae754130c1082c963e539a0", "size": ...
import { useMutation, queryCache } from 'react-query' import LabRepository from '../../shared/db/LabRepository' import Lab from '../../shared/model/Lab' function cancelLab(lab: Lab): Promise<Lab> { lab.canceledOn = new Date(Date.now().valueOf()).toISOString() lab.status = 'canceled' return LabRepository.saveOrU...
{ "content_hash": "1e28a0b255a0256328f0444f6a20a250", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 63, "avg_line_length": 27.5, "alnum_prop": 0.696969696969697, "repo_name": "HospitalRun/hospitalrun-frontend", "id": "8a18d9ef7ca30d2d7afab9e8e331b12a898e8bc0", "size": "49...
// // TZImagePickerController.m // TZImagePickerController // // Created by 谭真 on 15/12/24. // Copyright © 2015年 谭真. All rights reserved. // version 1.8.0 - 2017.06.03 #import "TZImagePickerController.h" #import "TZPhotoPickerController.h" #import "TZPhotoPreviewController.h" #import "TZAssetModel.h" #import "TZA...
{ "content_hash": "9dc1193211c5d10db35fcc8ab9c141c9", "timestamp": "", "source": "github", "line_count": 640, "max_line_length": 226, "avg_line_length": 40.5921875, "alnum_prop": 0.7049155086800878, "repo_name": "chengxianghe/MissGe", "id": "6eb28bc2fe0a0446c3adcad80e4512cc2f16d65b", "size": "26314"...
package org.jclouds.orion.config; import javax.inject.Inject; import javax.inject.Provider; import org.jclouds.blobstore.config.BlobStoreObjectModule; import org.jclouds.orion.domain.MutableBlobProperties; import org.jclouds.orion.domain.OrionBlob; import org.jclouds.orion.domain.internal.OrionBlobImpl; import com....
{ "content_hash": "6820ac149c2c0b17e099d3d6bf6d2937", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 82, "avg_line_length": 24.63157894736842, "alnum_prop": 0.7863247863247863, "repo_name": "timur87/orion-jclouds", "id": "fac55d60b897632996a9bc93167db192b7203330", "size": ...
#include "ActionLogic.h" using namespace Helix::Glob; #include <Log.h> #include <dptr.h> #include <File.h> #include <EnEx.h> #include <AnException.h> using namespace SLib; // Adds us to the global ActionClass Registry: ActionClassRegister<ActionLogic> ActionLogic::reg("ActionLogic"); ActionLogic::ActionLogic(xmlNo...
{ "content_hash": "8dda0097cce5ee7a5489e243bf8b2204", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 81, "avg_line_length": 21.089285714285715, "alnum_prop": 0.7265029635901779, "repo_name": "smc314/helix", "id": "bcd49b241f30f17ee1c220b5c4538691d20dde15", "size": "1451", ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Javascript Search Engine : StoreManager</title> <script src="libs/jquery-1.8.2.min.js"></script> <script src="libs/qunit-1.10.0.js"></script> <link rel="stylesheet" type="text/css" href="libs/qunit-1.10.0.css" /> <script type="text/javascript"...
{ "content_hash": "ee71a7163344ae1a525a0aac8278f2b3", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 80, "avg_line_length": 29.72093023255814, "alnum_prop": 0.6737089201877934, "repo_name": "reyesr/fullproof", "id": "b432b5c1e593b277f8c077aa2f94c86a05d9b367", "size": "1278...
var pgp = require('./util/pgPromise'); module.exports = function attemptToGetLock (options) { var db = pgp(options.conString); var result = db.query('SELECT pg_try_advisory_lock(1) AS lock'); return result.then(function (result) { if (result[0].lock) { options.reporter('Got lock!'); ...
{ "content_hash": "71c18465e7325278a40e5488cbdc41a9", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 79, "avg_line_length": 34.625, "alnum_prop": 0.5225631768953068, "repo_name": "One-com/node-postgres-migrate", "id": "6569227165294c2ad4f51dd445afd60d722ea01c", "size": "11...
""" vim:ts=4:expandtab (c) Jerzy Kędra 2013 TODO: 1.Check only last few podcasts by date Don't try to download older podcasts than date specified. For example - test last week only for regular podcast donwload. 2.Non-verbose mode to be used from cron. ...
{ "content_hash": "43253e248449ce581c38047d7689bf2e", "timestamp": "", "source": "github", "line_count": 195, "max_line_length": 119, "avg_line_length": 31.835897435897436, "alnum_prop": 0.5958440721649485, "repo_name": "jkedra/PodcastMirror", "id": "6b748e57345164d5d2eeefd45509bcba413e1c2b", "size"...
namespace morphie { namespace ast { namespace value { namespace { static void Initialize(PrimitiveType type, AST* ast) { ast->clear_name(); ast->clear_is_nullable(); ast->mutable_p_ast()->set_type(type); } static void Initialize(Operator op, const AST& arg, AST* ast) { ast->clear_name(); ast->clear_is_nulla...
{ "content_hash": "59b161a627c31f3c5019c3e7f2437f13", "timestamp": "", "source": "github", "line_count": 604, "max_line_length": 80, "avg_line_length": 32.175496688741724, "alnum_prop": 0.6743850982813625, "repo_name": "google/morphie", "id": "daeffb284661bda03fa96abd2cb4062ae5445d5d", "size": "2018...
module Scoutui::Commands class ThenClause attr_accessor :drv def initialize(driver) @drv=driver @pageElt=nil end def self._execute(drv, thenList) thenList.each do |_subcmd| if _subcmd.is_a?(String) Scoutui::Logger::LogMgr.instance.debug __FILE__ + (__LINE__)....
{ "content_hash": "8b1db76c112d517b1554e41be45885cc", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 166, "avg_line_length": 29.620320855614974, "alnum_prop": 0.5342119516158151, "repo_name": "h20dragon/scoutui", "id": "ed6762ecdadc83872652abe3017e56575dc89c9a", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>interval: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "3c9c73c85fc923e2d1bf02a00a883ade", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 159, "avg_line_length": 41.704301075268816, "alnum_prop": 0.562588629624855, "repo_name": "coq-bench/coq-bench.github.io", "id": "a35f56736f6b9d699ae806be23d10bb9f1d44d51", ...
using System; using System.Collections.Generic; using System.IO; using System.Reflection; using System.Text; using System.Xml; using Microsoft.Build.Construction; using Microsoft.Build.Shared; using Microsoft.VisualStudio.TestTools.UnitTesting; using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidPr...
{ "content_hash": "24067eb6bd2e7d4479e462870364cc7e", "timestamp": "", "source": "github", "line_count": 516, "max_line_length": 126, "avg_line_length": 39.89728682170543, "alnum_prop": 0.583329285471414, "repo_name": "Chaek/msbuild", "id": "2b953b62a68aa9ff81a205a9b86e06318db65090", "size": "20970"...
(function() { var OgpParser; OgpParser = (typeof exports !== "undefined" && exports !== null) && exports || (this.OgpParser = {}); OgpParser.execute = function($) { return { title: $("meta[property='og:title']").first().attr("content"), summary: $("meta[property='og:description']").first().attr(...
{ "content_hash": "d1c410203fa91c85a4e8937399f435e6", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 103, "avg_line_length": 35.8125, "alnum_prop": 0.5828970331588132, "repo_name": "Anonyfox/node-htmlcarve", "id": "f38355346eed71c724e9b654922af87e1dea96ac", "size": "573", ...
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" > <solid android:color="@color/widgetThemeRed" /> </shape>
{ "content_hash": "f357fd40ba618299507ceb83b2551055", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 67, "avg_line_length": 28.333333333333332, "alnum_prop": 0.6823529411764706, "repo_name": "MadKauz/starcitizeninfoclient", "id": "e923e31f09aeb64078f0dd4d91d2d481e2afdd6d", ...
#include <af/dim4.hpp> #include <af/defines.h> #include <ArrayInfo.hpp> #include <Array.hpp> #include <math.hpp> #include <morph.hpp> #include <kernel/morph.hpp> #include <err_opencl.hpp> using af::dim4; namespace opencl { template<typename T, bool isDilation> Array<T> * morph3d(const Array<T> &in, const Array<T> ...
{ "content_hash": "3adbea464ddfc2c01fd94b6a7158cba2", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 101, "avg_line_length": 29.52173913043478, "alnum_prop": 0.6148748159057438, "repo_name": "kylelutz/arrayfire", "id": "6afe1be4f8ea9485e920bed82abf96e5dab381c2", "size": "1...
package com.github.mikephil.charting.formatter; import com.github.mikephil.charting.data.Entry; import com.github.mikephil.charting.utils.ViewPortHandler; /** * Interface that allows custom formatting of all values inside the chart before they are * being drawn to the screen. Simply create your own formatting class...
{ "content_hash": "a74f67b682f9b77fd514ea710dd5e90a", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 106, "avg_line_length": 44.857142857142854, "alnum_prop": 0.732484076433121, "repo_name": "BD-ITAC/BD-ITAC", "id": "1f056bf7867346394f631da16c539552226d920a", "size": "1256...
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.plugins.javaFX.packaging; import com.intellij.testFramework.UsefulTestCase; import com.intellij.util.containers.ContainerUtil; import junit.framework.TestCa...
{ "content_hash": "bf5e9f76ddea95ef6796fa7767ec1a34", "timestamp": "", "source": "github", "line_count": 676, "max_line_length": 157, "avg_line_length": 34.662721893491124, "alnum_prop": 0.5836462956640491, "repo_name": "JetBrains/intellij-community", "id": "624717e360a7dd1f44303aaa473bd7782668bef3", ...
package com.microsoft.azure.management.network.v2017_10_01.implementation; import com.microsoft.azure.management.network.v2017_10_01.AuthorizationUseStatus; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; import com.microsoft.azure.SubResource; /** * Authoriz...
{ "content_hash": "e50392b2241033a33608de9bd68d0492", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 127, "avg_line_length": 32.44525547445255, "alnum_prop": 0.6899887514060742, "repo_name": "hovsepm/azure-sdk-for-java", "id": "0f1383c81c216c96b7302fca36edd9eb6a6dd63c", "...
PHALCON_BRANCH='2.1.x' MYSQL_ROOT_PASS='pass' # Set $HOME. HOME=/home/vagrant cd ~ apt-get update apt-get upgrade -y # Add repositories apt-get install -y software-properties-common # PHP5.6.x repository add-apt-repository ppa:ondrej/php5-5.6 # Jenkins repository wget -q -O - https://jenkins-ci.org/debian/jenkins-ci...
{ "content_hash": "6e0e63a3b8c55ad11df6cf7861e1e727", "timestamp": "", "source": "github", "line_count": 109, "max_line_length": 100, "avg_line_length": 30.678899082568808, "alnum_prop": 0.771232057416268, "repo_name": "ryomo/vagrant-phalcon", "id": "d0f984918631d1e1a4a1f881d63a89e7fc5ffe38", "size"...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through t...
{ "content_hash": "5c30311233b83285493ae5428ad05f37", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 101, "avg_line_length": 42.91428571428571, "alnum_prop": 0.7842876165113183, "repo_name": "faister/azure-iot-sdks", "id": "5f6074a468d67d5f0341e5a8d17a07d0b6fe451f", "size"...
<div class="commune_descr limited"> <p> Agenville est un village localisé dans le département de Somme en Picardie. Elle totalisait 105 habitants en 2008.</p> <p>Le nombre d'habitations, à Agenville, se décomposait en 2011 en zero appartements et 43 maisons soit un marché relativement équilibré.</p> <p...
{ "content_hash": "4b42ceb7c4eadd5a616a3f0079460cc2", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 138, "avg_line_length": 72.58823529411765, "alnum_prop": 0.7398703403565641, "repo_name": "donaldinou/frontend", "id": "5c959154c8d17236a5b9408eab55b303dfc8b07d", "size": "...
var $live = $('#live'), showlive = $('#showlive')[0]; /** * Defer callable. Kinda tricky to explain. Basically: * "Don't make newFn callable until I tell you via this trigger callback." * * Example: // Only start logging after 3 seconds var log = function (str) { console.log(str); }; var de...
{ "content_hash": "6c62aaca3d0c5aa686609a125680fc44", "timestamp": "", "source": "github", "line_count": 436, "max_line_length": 127, "avg_line_length": 30.775229357798164, "alnum_prop": 0.601878074228648, "repo_name": "johnmichel/jsbin", "id": "8ab41aec0014bfa6f3e8f6535b1bb2f303d0f374", "size": "13...
(function(){ "use strict"; // Store API data in global variable to get access everywhere in the app var dataStore = null; // App settings var app = { init: function () { // Get hash from url var route = window.location.hash; // If no hash is in the URL add...
{ "content_hash": "936f8ad618eef0ed6b417d33a6eb1d99", "timestamp": "", "source": "github", "line_count": 320, "max_line_length": 318, "avg_line_length": 44.16875, "alnum_prop": 0.48379793405971416, "repo_name": "TimoVerkroost/minor-web-app-from-scratch", "id": "976d5aaf5d3a84f602f8d467da3e41034e9e6f9f...
/** * @ngdoc directive * @name mdProgressCircular * @module material.components.progressCircular * @restrict E * * @description * The circular progress directive is used to make loading content in your app as delightful and * painless as possible by minimizing the amount of visual change a user sees before they...
{ "content_hash": "47636d0201f4c56e6a1f01a1b3d95cb0", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 126, "avg_line_length": 33.95355191256831, "alnum_prop": 0.6429548563611491, "repo_name": "SamDLT/material", "id": "4cb029643d8b28e182bf58fb5c8ed34072bf6325", "size": "124...
<?php namespace Goth\UpcomingConcertsBundle\Tests\Provider; use Goth\UpcomingConcertsBundle\Provider\Http; use PHPUnit\Framework\TestCase; class HttpTest extends TestCase { public function testParseParams() { $http = new class extends Http { public function _parseParams(array $params = ar...
{ "content_hash": "da5b267861ce6171ef1cbbe76d5b7075", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 74, "avg_line_length": 23.466666666666665, "alnum_prop": 0.5838068181818182, "repo_name": "goth-pl/upcoming-concerts-bundle", "id": "7ee5f179552eefc0c0fb1e9213710841dcea0d58"...
var data = require("../data.json"); exports.addTask = function(req, res) { // Your code goes here var name = req.query.name; var sub1 = req.query.subtask1; var sub2 = req.query.subtask2; var sub3 = req.query.subtask3; var sub1s = req.query.subtask1status; var sub2s = req.query.subtask2status; var sub...
{ "content_hash": "5c0d33174854a2c12e2528ac9073b75c", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 83, "avg_line_length": 35, "alnum_prop": 0.6675324675324675, "repo_name": "rermert/CSE170EmpaStat", "id": "a31ee8e33f97d46dcc1ccce5a8e4b124dc460881", "size": "1155", "bin...
package guitests; import guitests.guihandles.*; import javafx.stage.Stage; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Rule; import org.junit.rules.TestName; import org.testfx.api.FxToolkit; import seedu.tasklist.TestApp; import seedu.tasklist.commons.core.EventsCen...
{ "content_hash": "fc1ad14125cdd058b3d55590ea0ed047", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 119, "avg_line_length": 30.744525547445257, "alnum_prop": 0.6733143399810066, "repo_name": "CS2103AUG2016-F09-C1/main", "id": "fc9fe33eafd788e4bded0f1426c1c917fa2d9da4", "...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.bgstation0.android.sample.searchableinfo_" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="15" /> ...
{ "content_hash": "7e765e992c603c21100847f367229d6b", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 103, "avg_line_length": 37.111111111111114, "alnum_prop": 0.6227544910179641, "repo_name": "bg1bgst333/Sample", "id": "be64a26ac2d668a193aa65299066efe6de48506e", "size": "1...
<?php namespace Drupal\Core\Plugin; use Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface; /** * Defines a class which is capable of clearing the cache on plugin managers. */ class CachedDiscoveryClearer implements CachedDiscoveryClearerInterface { /** * The stored discoveries. * * @var \Drupa...
{ "content_hash": "681abbb21ee554edeb18244237512380", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 82, "avg_line_length": 22.8, "alnum_prop": 0.7105263157894737, "repo_name": "hrod/agile-california", "id": "3689df59615fff18c0a72ea1902a01def06edcc5", "size": "798", "bin...
'use strict'; const FSM = require('../index'); // a._onEnter : a.test(22) : a._onExit : b._onEnter : b.test : b.test2 : b._onExit : a._onEnter : a.test(57) let flag = true; new FSM({ initialState: 'a', states: { a: { _onEnter: function() { console.log('Entering A...'); if (flag) { ...
{ "content_hash": "b7f872fddf7babffdac0cad75599c40b", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 108, "avg_line_length": 29.627118644067796, "alnum_prop": 0.5354691075514875, "repo_name": "UseAlloy/FacileStateMachine", "id": "c980592b854d9f57c8eaf0c949f2ecee8ecefdff", ...
import * as ILogger from 'bunyan'; const Hp = require('hemera-plugin'); import * as Hemera from 'nats-hemera'; import { Container } from 'inversify'; const HemeraJoi = require('hemera-joi'); import { NatsPubSub } from 'graphql-nats-subscriptions'; function WorkspaceServicePlugin(hemera: Hemera, options: { settings: a...
{ "content_hash": "fd648ca73cb873a467ab70cb5890a10d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 96, "avg_line_length": 29.782608695652176, "alnum_prop": 0.6963503649635037, "repo_name": "cdmbase/fullstack-pro", "id": "3cd1ca7b458bfa5e495c0116db6c3fcc5878ee8e", "size":...
@interface SCMoveView : UIView @property (nonatomic, assign) float keyboardHeight; //获取键盘的高度 @property (nonatomic, assign) float viewMovedHeight; //view移动的的高度 - (void)addKeyboardWillShowNotification; - (NSMutableArray*)theCoordinateYAndHeightOfTheSelectedTextField : (UITextField*)aTextField; //获取要编辑的textField的Y轴...
{ "content_hash": "d63c0c0ff14f732c2916f41ad36c1433", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 129, "avg_line_length": 34.705882352941174, "alnum_prop": 0.8033898305084746, "repo_name": "SC-Stefen/SCMoveView", "id": "80650aefb73eed2c42c34bbf4fc66e1f8723666e", "size":...
.class Lcom/google/common/collect/Maps$ImprovedAbstractMap$2; .super Lcom/google/common/collect/Maps$Values; .source "Maps.java" # annotations .annotation system Ldalvik/annotation/EnclosingMethod; value = Lcom/google/common/collect/Maps$ImprovedAbstractMap;->values()Ljava/util/Collection; .end annotation .annot...
{ "content_hash": "f5b3e38f383bac6b7eec7e81565c5863", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 139, "avg_line_length": 29.616666666666667, "alnum_prop": 0.7186268992684299, "repo_name": "Zecozhang/click_project", "id": "5608cf2ee2f4fe96452595a4072757dff5787080", "siz...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>std::istream &amp;operator&gt;&gt;(std::istream &amp;, basic_outcome&lt;T, EC, EP, NoValuePolicy&gt; &amp;) - Boost.Outcome documentatio...
{ "content_hash": "8d5d2f06b18b5132304aee6ae488784e", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 260, "avg_line_length": 73.83333333333333, "alnum_prop": 0.6448457486832204, "repo_name": "wiltonlazary/arangodb", "id": "2f9760603cbd1536c48387aa238c452208cc2f00", "size":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>SUPERSCROLLORAMA - Simple Demo #1</title> <link href='http://fonts.googleapis.com/css?family=Luckiest+Guy' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="css/norm...
{ "content_hash": "e530c19189626c43c7280d3d03da36c5", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 271, "avg_line_length": 49.625, "alnum_prop": 0.6619647355163728, "repo_name": "scrollmaniac/scrollmaniac.github.io", "id": "0144b0ad91d243da52cabb36f1f976dcadacc533", "siz...
id: 5e9a093a74c4063ca6f7c14f title: How to use Jupyter Notebooks Intro challengeType: 11 videoId: h8caJq2Bb9w dashedName: how-to-use-jupyter-notebooks-intro --- # --description-- *Instead of using notebooks.ai like it shows in the video, you can use Google Colab instead.* More resources: - [Notebooks on GitHub](h...
{ "content_hash": "517287990442cf5741b3b09f8e9001b0", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 170, "avg_line_length": 19.736842105263158, "alnum_prop": 0.74, "repo_name": "FreeCodeCamp/FreeCodeCamp", "id": "1dd69ee8d9c28c59b42a18b94740f768e7b8ccff", "size": "754", ...
//===--- OperandOwnership.cpp ---------------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
{ "content_hash": "0fa2ce43ba605ef210a6ef3303ab4368", "timestamp": "", "source": "github", "line_count": 1052, "max_line_length": 82, "avg_line_length": 42.18821292775665, "alnum_prop": 0.7033707358839169, "repo_name": "aschwaighofer/swift", "id": "dc5ba790c88b368737427d8ac9f2b54f10cd29a9", "size": ...
package com.oath.cyclops.anym.transformers; import java.util.function.BiPredicate; import java.util.function.Predicate; import cyclops.data.Vector; import cyclops.monads.Witness.reactiveSeq; import cyclops.monads.Witness; import cyclops.monads.transformers.SeqT; import cyclops.monads.transformers.VectorT; import cycl...
{ "content_hash": "24f4c172d5555ad183889e46b420c265", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 119, "avg_line_length": 31.428571428571427, "alnum_prop": 0.7505681818181819, "repo_name": "aol/cyclops-react", "id": "1c8a69c4712c526733cf78f14aefa51c3f27948f", "size": "1...
<!-- Navigation --> <nav class="navbar navbar-default navbar-fixed-top"> <div class="container"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" ...
{ "content_hash": "a5cba4c52a21d9522ecd7902367d350a", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 187, "avg_line_length": 46.73529411764706, "alnum_prop": 0.45311516677155445, "repo_name": "champala/mvpwmap", "id": "6f947b973b9d25d82a05ed0a20f81f937a19c698", "size": "31...
class User < ActiveRecord::Base has_secure_password validates :user_name, :email, :password, :birthday, presence: true validates :user_name, :email, uniqueness: true validates_length_of :password, in: 7..30, message: "Password must be between 7 and 30 characters" validates_length_of :first_name, maximum: 50, ...
{ "content_hash": "0de2fb6d247564768e468d9761625ac8", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 103, "avg_line_length": 25.09090909090909, "alnum_prop": 0.6936758893280632, "repo_name": "juli212/pub_gamer", "id": "04dbadf4b02d879565395c0b251f4b155f7e53f3", "size": "3...
/* vi: set sw=4 ts=4: */ /* * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifndef BUSYBOX_H #define BUSYBOX_H 1 #include "libbb.h" /* BB_DIR_foo and BB_SUID_bar constants: */ #include "applet_metadata.h" PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN /* Defined in appletlib.c (by including ...
{ "content_hash": "4952f226e701af7b1733f138574d1560", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 71, "avg_line_length": 26.098360655737704, "alnum_prop": 0.6984924623115578, "repo_name": "wilebeast/FireFox-OS", "id": "315ef8f266bec04ff96c673883cb8d73fbbe1899", "size": ...
<style> .ta-editor { min-height: 300px; height: auto; overflow: auto; font-family: inherit; font-size: 100%; margin:20px 0; } </style> <div id="ta-container" ng-controller="wysiwygeditor" class="col-md-12"> <div class="input-group" style="width: inherit"> ...
{ "content_hash": "6e15dbf614f38fb3e2f480e79d758c49", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 172, "avg_line_length": 37.8, "alnum_prop": 0.5989417989417989, "repo_name": "kaabsimas/caravana", "id": "f1eccc66a29366f925cc0f37650dd7546a8f3f9d", "size": "949", "binar...
using UnityEngine; using UnityEditor; using System.Collections; using System.IO; public class ExcelToJsonConverterWindow : EditorWindow { public static string kExcelToJsonConverterInputPathPrefsName = "ExcelToJson.InputPath"; public static string kExcelToJsonConverterOuputPathPrefsName = "ExcelToJson.OutputPath"; ...
{ "content_hash": "01b5659fff1354c18f6730380df51287", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 191, "avg_line_length": 39.34615384615385, "alnum_prop": 0.7903225806451613, "repo_name": "Benzino/ExcelToJsonConverter", "id": "dd6c50e788c6dd8accfde3131921b054af4c0de0", ...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.externalSystem.service.project; import com.intellij.openapi.components.PersistentStateComponent; import com.intellij.openapi.components.State; import...
{ "content_hash": "0399ebfc30c7c29486de0b8f5d2e5284", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 140, "avg_line_length": 38.507462686567166, "alnum_prop": 0.7953488372093023, "repo_name": "siosio/intellij-community", "id": "8fdd9f945c036610c44a92c453266cf872eb7fc9", "s...
// // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.8-b130911.1802 // Vedere <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. // Gene...
{ "content_hash": "9f6a2dcc85eb4be79ae5708f0e9a3504", "timestamp": "", "source": "github", "line_count": 1406, "max_line_length": 150, "avg_line_length": 29.75533428165007, "alnum_prop": 0.5768237881250597, "repo_name": "mcaliman/dochi", "id": "b584f20e741bde951ab08a73948a07b0a594d040", "size": "419...
package org.apache.spark.sql.execution import java.util.concurrent.atomic.AtomicLong import org.apache.spark.SparkContext import org.apache.spark.sql.SQLContext import org.apache.spark.sql.execution.ui.SparkPlanGraph import org.apache.spark.util.Utils private[sql] object SQLExecution { val EXECUTION_ID_KEY = "s...
{ "content_hash": "73495b472577795769a1d4d7e51570f9", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 99, "avg_line_length": 40.58888888888889, "alnum_prop": 0.6840952641664385, "repo_name": "practice-vishnoi/dev-spark-1", "id": "cee58218a885b4036384343e509b5875de0b110b", "...
<?php namespace Nwidart\Modules\Tests; use Nwidart\Modules\Support\Migrations\SchemaParser; class SchemaParserTest extends \PHPUnit\Framework\TestCase { /** @test */ public function it_generates_migration_method_calls() { $parser = new SchemaParser('username:string, password:integer'); $...
{ "content_hash": "b3a9733da41f5f86645c8206a07c3de0", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 72, "avg_line_length": 24.72340425531915, "alnum_prop": 0.6342512908777969, "repo_name": "nWidart/laravel-modules", "id": "d4016087a02f9e6dcf9c79c948868ffd6a851db4", "size"...
(function(T) { 'use strict'; /** * Represents a rectangle. * @name T.Rect * @class * @param {Number} x Horizontal pixel position * @param {Number} y Vertical pixel position * @param {Number} width The width of the rectangle * @param {Number} height The height of the rectangle */ T.Rect = function(x,...
{ "content_hash": "374fb3dfa9bb50d10fb45de98798a861", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 82, "avg_line_length": 29.027027027027028, "alnum_prop": 0.6536312849162011, "repo_name": "stoffeastrom/touche", "id": "af9cd0b9cbf02e195c80975c11ba1bfac82c06bb", "size": "...
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Copyright 2015 Red Hat, Inc. and/or its affiliates. ~ ~ Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance...
{ "content_hash": "b892fc41d7573ba6a7d5bb756c13f91f", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 204, "avg_line_length": 31.956521739130434, "alnum_prop": 0.6857142857142857, "repo_name": "Ladicek/wildfly-swarm", "id": "2a5518ba67fcc57897200bd6f82506eccbab558e", "size"...
<resources> <!-- TODO: Before you run your application, you need a Google Maps API key. To get one, follow this link, follow the directions and press "Create" at the end: https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=80:00:7C:48:47:0F:71...
{ "content_hash": "86091f8a87fa3dd492595b2e35fbad64", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 198, "avg_line_length": 45.23809523809524, "alnum_prop": 0.7221052631578947, "repo_name": "cyazbek/holla", "id": "1ee93e0ae654e159b50feadd758bb425d4520031", "size": "950", ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0-google-v7) on Wed Sep 02 13:30:31 PDT 2015 --> <title>PostLoad (Google App Engine Java API)</title> <meta name="date" content="2015-09-02"> <li...
{ "content_hash": "c097388d4f402d65185dcde23a8810ed", "timestamp": "", "source": "github", "line_count": 239, "max_line_length": 228, "avg_line_length": 38.12133891213389, "alnum_prop": 0.6527274722862474, "repo_name": "kopaka7/Visual-Summary", "id": "62b0161f3ebc18897eed4c87bfb267eecfa91238", "size...
package com.google.cloud.spark.bigquery.write; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Responsible for recursively deleting the intermediate path. Implementing Runnable in or...
{ "content_hash": "cb3f3c5de9788684f5cc843d73b85408", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 100, "avg_line_length": 25.32, "alnum_prop": 0.688783570300158, "repo_name": "GoogleCloudDataproc/spark-bigquery-connector", "id": "ae308305fb7fe96a17a0467e104bd7ae01458f8c",...
<bill session="115" type="h" number="319" updated="2017-08-30T17:56:01Z"> <state datetime="2017-01-05">REFERRED</state> <status> <introduced datetime="2017-01-05"/> </status> <introduced datetime="2017-01-05"/> <titles> <title type="official" as="introduced">To amend the Federal Election Campaign Act ...
{ "content_hash": "fc876a25b5809a80d672f4762a2b3522", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 409, "avg_line_length": 54.84848484848485, "alnum_prop": 0.7276243093922652, "repo_name": "peter765/power-polls", "id": "43cd9dc0c8102b9a6b39f18c7ec1fb8df5454736", "size": ...
import { select, put, getContext } from 'redux-saga/effects' import configureStore from 'redux-mock-store' import { globalAction } from 'redux-subspace' import subspaced from '../../src/sagas/subspaced' describe('subspaced Tests', () => { it('should get substate for saga', () => { const state = { ...
{ "content_hash": "8f19f0b8947e64942ce6379f03a8dbeb", "timestamp": "", "source": "github", "line_count": 177, "max_line_length": 110, "avg_line_length": 32.92655367231639, "alnum_prop": 0.5729238160603981, "repo_name": "ioof-holdings/redux-subspace", "id": "64b63259f5ff632c6a897e2a8c2de85f8f52e6fc", ...
using base::ProcessEntry; using content::BrowserThread; namespace { struct Process { pid_t pid; pid_t parent; }; typedef std::map<pid_t, Process> ProcessMap; // Get information on all the processes running on the system. ProcessMap GetProcesses() { ProcessMap map; base::ProcessIterator process_iter(NULL); ...
{ "content_hash": "690aea4dc8d09519c88619aac848d62b", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 79, "avg_line_length": 28.210084033613445, "alnum_prop": 0.6916890080428955, "repo_name": "wuhengzhi/chromium-crosswalk", "id": "a86310955afb3267f11448ab013bdeae3eb0ea85", ...
var csrf_token = $.cookie('csrftoken'); $.ajaxSetup({ beforeSend: function(xhr) { xhr.setRequestHeader("X-CSRFToken", csrf_token); } }); function ExplorerEditor(queryId, dataUrl) { this.queryId = queryId; this.dataUrl = dataUrl; this.$table = $('#preview'); this.$rows = $('#rows'); ...
{ "content_hash": "f2418ff31249029e747cda8d86e40fee", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 109, "avg_line_length": 32.45762711864407, "alnum_prop": 0.5300261096605744, "repo_name": "tzangms/django-sql-explorer", "id": "dd8d85e51e6e528cf71f995736b08b847e93ad5d", ...
#ifndef PingLoader_h #define PingLoader_h #include "core/CoreExport.h" #include "core/fetch/ResourceLoaderOptions.h" #include "platform/heap/Handle.h" #include "platform/heap/SelfKeepAlive.h" #include "public/platform/WebURLLoaderClient.h" #include "wtf/Forward.h" #include "wtf/Noncopyable.h" #include <memory> name...
{ "content_hash": "346abb37c89f7ffea5fb100e391f7b97", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 79, "avg_line_length": 33.92063492063492, "alnum_prop": 0.6696303228825456, "repo_name": "google-ar/WebARonARCore", "id": "96e8ea19f8fa1488af9da5c038eea7991230169c", "size"...
IpFinder is a simple command line tool for discovering the IP addresses of sub-domains. It is intended for discovering the IP address of a server behind a proxy or CDN by locating a sub domain that connects directly to the IP address of the server, for example, to give SSH access to a server behind Cloud Flare. A sec...
{ "content_hash": "c9747c84dc29383842fe48bd7a7e2f5a", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 99, "avg_line_length": 54.28, "alnum_prop": 0.7818717759764185, "repo_name": "x86penguin/IpFinder", "id": "f19ea6fa4970d1fe3aa88d99e759626b83a5cf1e", "size": "1368", "bin...
git subtree pull --prefix python_lib python_lib master --squash
{ "content_hash": "0f28f6ead24c4cbcdad7d660ea401e90", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 63, "avg_line_length": 64, "alnum_prop": 0.78125, "repo_name": "johnnadratowski/git-reviewers", "id": "efbecb06d9ad5ed252f2b8e108caf88474ee10f0", "size": "77", "binary": f...
using System; namespace _06.Point_on_Rectangle_Border { class Program { static void Main() { var x1 = double.Parse(Console.ReadLine()); var y1 = double.Parse(Console.ReadLine()); var x2 = double.Parse(Console.ReadLine()); var y2 = double.Parse(Co...
{ "content_hash": "9aea656ffc1dfbfc79a08a35286173e4", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 123, "avg_line_length": 29.14814814814815, "alnum_prop": 0.44599745870393903, "repo_name": "metodiobetsanov/Tech-Module-CSharp", "id": "f5ecc4a3038603a60bf846d97e5c26aaf6b723...
[中文版本(Chinese version)](README.zh-cn.md) Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. Apache CouchDB is written in Erlang and so it has built-in support for distributed computing (clustering). The cluster nodes communicate using the Erlang/OTP Distribution Protocol, which ...
{ "content_hash": "e12e288c43b69f4b1328f50f9a661399", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 282, "avg_line_length": 44.875, "alnum_prop": 0.777715877437326, "repo_name": "vulhub/vulhub", "id": "8ed03625dc7dfdfb88e4e2722e7f6bba02af655b", "size": "1876", "binary":...
/** * Tests whether or not an item has any content. No content means being either undefined, null, NaN or an empty array, object or string. * @param {*} item The item to test * @return {boolean} True if the item has any content. */ export default item => { if (typeof item === 'undefined' || item === null || Num...
{ "content_hash": "6e2e7cbedc825ae01d888420141b1c91", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 136, "avg_line_length": 37.5, "alnum_prop": 0.5881481481481482, "repo_name": "yngwi/jml-tools", "id": "a44768955d5d1046db9d65594f046e2afa445887", "size": "675", "binary":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reglang: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
{ "content_hash": "1d8fd1b8693cba27690ed6f38bc06e03", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 159, "avg_line_length": 42.43646408839779, "alnum_prop": 0.5663325087879182, "repo_name": "coq-bench/coq-bench.github.io", "id": "bf0e5d352e7b4bfa02dc20cee562e9d3e15f4397", ...
<!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": "c560b646458c1a1282619691ab610f45", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 311, "avg_line_length": 49.13636363636363, "alnum_prop": 0.6695189639222942, "repo_name": "yinchunlong/abelkhan-1", "id": "d935107fde1f25cae00a147b1896c2c8a4720fef", "size"...
<?xml version="1.0" encoding="utf-8" ?> <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> </style> </resources>
{ "content_hash": "cac8e468a08681357d21a8d7cfbcf305", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 70, "avg_line_length": 23.125, "alnum_prop": 0.6594594594594595, "repo_name": "coxthepilot/vitasa", "id": "e3df988bfbf511daaaedc3ebd5389cd47ad047b3", "size": "187", "binar...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConvFMML.Data.MML.Command.MXDRV { public class MXDRVPan : Pan { public MXDRVPan(int value, MMLCommandRelation relation) : base(value, relation) { } protected override ...
{ "content_hash": "bfe07401c95000d47bba379fa0e3c214", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 91, "avg_line_length": 24.58823529411765, "alnum_prop": 0.5406698564593302, "repo_name": "rerrahkr/ConvFMML", "id": "fe0793478b6fa9075d0e22991ad0912838c6fca4", "size": "838...
<!DOCTYPE html /> <html> <head> <title>MessageUtility.cs</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../nocco.css" rel="stylesheet" media="all" type="text/css" /> <script src="../../prettify.js" type="text/javascript"></script> </head> <body onload="prettyPrint()"> ...
{ "content_hash": "841932fec8a322a9c3c9d58c2a6f5873", "timestamp": "", "source": "github", "line_count": 387, "max_line_length": 161, "avg_line_length": 45.2609819121447, "alnum_prop": 0.6520324274948618, "repo_name": "yvschmid/NModbus4", "id": "f00f9e9b1c712807bd3ce2c76d271af685f48842", "size": "17...
Customizing encoding and decoding ================================= Both the encoder and decoder can be customized to support a wider range of types. On the encoder side, this is accomplished by passing a callback as the ``default`` constructor argument. This callback will receive an object that the encoder could not...
{ "content_hash": "60c6ca0278f0adc3ed6d3fb85715b556", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 99, "avg_line_length": 40.80794701986755, "alnum_prop": 0.6934436871145732, "repo_name": "agronholm/cbor2", "id": "38909ea7aa8df669c1dc3844814e80b3aba11764", "size": "6162...
<?php /* * This file is part of the Rollerworks RouteAutowiringBundle package. * * (c) Sebastiaan Stok <s.stok@rollerscapes.net> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace Rollerworks\Bundle\RouteAutowiringBundle\DependencyInject...
{ "content_hash": "bfcdf0b6c8c3c5b0530ca6185367866c", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 121, "avg_line_length": 32.65, "alnum_prop": 0.7151607963246555, "repo_name": "rollerworks/RouteAutowiringBundle", "id": "6920f53eb36fe2949278dd5477bf0cd093f830ff", "size":...
using bookmarks::BookmarkModel; using bookmarks::BookmarkNode; namespace history_report { DataObserver::DataObserver( base::Callback<void(void)> data_changed_callback, base::Callback<void(void)> data_cleared_callback, base::Callback<void(void)> stop_reporting_callback, DeltaFileService* delta_file_ser...
{ "content_hash": "6b109e8b1b40df4fc8e40192b20d5080", "timestamp": "", "source": "github", "line_count": 135, "max_line_length": 78, "avg_line_length": 36.91111111111111, "alnum_prop": 0.6160947220549869, "repo_name": "endlessm/chromium-browser", "id": "0108344b024d3a9b95484ceb432664ed4ad69f50", "si...
module.exports = { twilio: { // all of these are found at // https://www.twilio.com/user/account/voice-sms-mms accountSid: 'YOUR SID HERE' , authToken: "YOUR TOKEN HERE' // This is the number under "Sandbox App" thingy , fromNumber: '+1 415-xxx-xxxx' } };
{ "content_hash": "1c3bba7401e7a2e5e3e8f1aecc4aa2dc", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 56, "avg_line_length": 28, "alnum_prop": 0.6357142857142857, "repo_name": "coolaj86/dev-mtn-node-3", "id": "971ff31cda360e858311de9001f9e4b76dda7c34", "size": "280", "bin...
module Fog module Compute class Aliyun class Real # Allocate an avalable public IP address to the given instance. # # ==== Parameters # * server_id<~String> - id of the instance # ==== Returns # * response<~Excon::Response>: # * body<~Hash>: ...
{ "content_hash": "583c6fb5f9428be20afaaac471b3ee39", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 139, "avg_line_length": 31.650793650793652, "alnum_prop": 0.49598796389167504, "repo_name": "ralzate/Aerosanidad-Correciones", "id": "73fe9995dd6056661226e9e8c2cb8b0c93f93d10...
package sherrloc.graph; import java.util.Set; import sherrloc.constraint.ast.Inequality; /** * An edge in the constraint graph */ abstract public class Edge { protected Node from; protected Node to; /** * @param from * Start node * @param to * End node */ public Edge(Node from,...
{ "content_hash": "c161e8067c213a48620046bd8f5958a1", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 74, "avg_line_length": 15.931506849315069, "alnum_prop": 0.6216680997420464, "repo_name": "ucsd-progsys/ml2", "id": "8c94167fa77acda02ecd0d428ff295c633568181", "size": "116...
{% extends "v9/layoutv9.html" %} {% set title = "Call our team to confirm your identity" %} {% block page_title %} {{title}} - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> <!-- beta banner block --> {% include "../../../partials/beta-banner.html" %} <a href="#" class="link-ba...
{ "content_hash": "ca8f90a67429303b535b627156763832", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 98, "avg_line_length": 25.975609756097562, "alnum_prop": 0.5915492957746479, "repo_name": "christinagyles-ea/water", "id": "ca2b27590dd86622c5f2aa100d8a0d7f5bbdd35c", "size...
FROM balenalib/genericx86-64-ext-alpine:3.12-build ENV NODE_VERSION 14.16.1 ENV YARN_VERSION 1.22.4 # Install dependencies RUN apk add --no-cache libgcc libstdc++ libuv \ && apk add --no-cache libssl1.0 || apk add --no-cache libssl1.1 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keys...
{ "content_hash": "73c9c6dd2f3034dde9ac03a0e7c58e2e", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 714, "avg_line_length": 65.55555555555556, "alnum_prop": 0.7105084745762712, "repo_name": "nghiant2710/base-images", "id": "6ec46a8ce3d8c3800b8075dc910acc1ce0330a08", "size...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1ed3eafe6c473aafef0cc538726d8024", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "5de237015cd70952ad855a0c3c4ac26e16e35324", "size": "179...
// Copyright (c) 2013 Krkadoni.com - Released under The MIT License. // Full license text can be found at http://opensource.org/licenses/MIT using System; using System.Globalization; using System.Linq; using System.Windows.Forms; using Krkadoni.SESE.Properties; namespace Krkadoni.SESE { public partial clas...
{ "content_hash": "73e18bfe9d125f16e208bdcdb448c3c1", "timestamp": "", "source": "github", "line_count": 274, "max_line_length": 147, "avg_line_length": 41.91970802919708, "alnum_prop": 0.5773115096639387, "repo_name": "shaxxx/SESE", "id": "31bfc551957df83cb43f39d7c477b2624336f404", "size": "11488",...
package com.thoughtworks.go.domain.materials.git; import com.thoughtworks.go.config.materials.git.GitMaterial; import com.thoughtworks.go.domain.MaterialInstance; import com.thoughtworks.go.domain.materials.Material; public class GitMaterialInstance extends MaterialInstance { protected GitMaterialInstance() { ...
{ "content_hash": "8ac8bbf02706bc6b62dcf3f73eefaf1c", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 122, "avg_line_length": 35.76923076923077, "alnum_prop": 0.7258064516129032, "repo_name": "GaneshSPatil/gocd", "id": "14911078ad2eb53179a537d5d5890f07a88eec3e", "size": "15...
package openstack import ( "fmt" "io/ioutil" "log" "github.com/mitchellh/multistep" "github.com/mitchellh/packer/packer" "github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs" "github.com/rackspace/gophercloud/openstack/compute/v2/servers" ) type StepRunSourceServer struct { Name ...
{ "content_hash": "ef2b23a49813c9fde19b7e6191e7881b", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 90, "avg_line_length": 27.185714285714287, "alnum_prop": 0.684445612191277, "repo_name": "themalkolm/packer-post-processor-vagrant-upload", "id": "afe3af8fffd0026eecce5cb5a9...
package pod import ( "encoding/json" "fmt" v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" "k8s.io/apimachinery/pkg/util/strategicpatch" clientset "k8s.io/client-go/kubernetes" ) // PatchPodStatus patches pod status. func PatchPodStatus(c clientset.Inter...
{ "content_hash": "347a7cf41ead0450481020b957f5b897", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 149, "avg_line_length": 33.80392156862745, "alnum_prop": 0.7180974477958236, "repo_name": "pweil-/origin", "id": "984f0ea673d0637ad637f6de723f6d32e1848ea7", "size": "2293",...
import arcpy import os import sys import time import string import subprocess #set executable program location executablepath = os.path.dirname(os.path.abspath(__file__)) arcpy.AddMessage(executablepath) executablename = '\CutFillStatistics.exe' executablestr = '"' + executablepath + executablename + '"' arcpy.AddMess...
{ "content_hash": "e3688bc470ee820d1b9ec67d4f776983", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 84, "avg_line_length": 29.065217391304348, "alnum_prop": 0.74943904263276, "repo_name": "crwr/OptimizedPitRemoval", "id": "bd30b9de11209b04b63c3164e70645432b241a29", "size"...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Macro BOOST_CNV_PARAM</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="index.html" title="Chapter&#...
{ "content_hash": "c6fa63fa671b4c3011b1e2d1b59e971a", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 454, "avg_line_length": 70.97916666666667, "alnum_prop": 0.6606985617845612, "repo_name": "hsu1994/Terminator", "id": "a324ab575301884e9888cccca1ac9948d529c61b", "size": "3...
sap.ui.define(['jquery.sap.global', './library'], function(jQuery, library) { "use strict"; var ShellHeader = sap.ui.core.Control.extend("sap.ui.unified.ShellHeader", { metadata: { properties: { logo: {type: "sap.ui.core.URI", defaultValue: ""}, searchVisible: {type: "boolean", defaultValue: true} ...
{ "content_hash": "296037fb00d0ddfb312d9b0dfe37e95e", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 121, "avg_line_length": 30.948, "alnum_prop": 0.6331911593640946, "repo_name": "marinho/german-articles", "id": "620a8ab6e46dd5c8a93a82e7cf1bbcbc4a08522d", "size": "7922",...
package org.tylproject.vaadin.addon.fields.search; import com.vaadin.data.Container; import com.vaadin.server.FontAwesome; import com.vaadin.ui.AbstractField; import com.vaadin.ui.Button; import org.tylproject.vaadin.addon.fieldbinder.behavior.DefaultFilterFactory; import org.tylproject.vaadin.addon.fieldbinder.beha...
{ "content_hash": "a1e08b0203eaec9f8bb55bbb4b59c1eb", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 133, "avg_line_length": 33.671875, "alnum_prop": 0.6677494199535963, "repo_name": "tyl/field-binder", "id": "81a6e0a80a503ea08e2a8b9019cd73b3c5e81073", "size": "7152", "...