text
stringlengths
2
1.04M
meta
dict
namespace Volt { AppTime* AppTime::instance = NULL; }
{ "content_hash": "35c2b44624a3682de242b2016119388e", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 34, "avg_line_length": 11.2, "alnum_prop": 0.6964285714285714, "repo_name": "aquach/volt", "id": "48a2badd7075036430ec4377214b7cc1fa543b14", "size": "88", "binary": false,...
/*globals angular */ (function(ndnd) { ndnd.controller('profileCtrl', [ '$state', '$mdDialog', 'user', 'heroes', 'sheets', function($state, $mdDialog, user, heroes, sheets) { var ctrl = this; ctrl.heroes = []; ctrl.selectedHero = null; ctrl.profile = user.profile; ctrl.creat...
{ "content_hash": "7f415e1448e8e85915c9cc09c45d8e02", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 68, "avg_line_length": 21.065217391304348, "alnum_prop": 0.5309597523219814, "repo_name": "sh0uzama/ndnd", "id": "8b6a007166168a4635ff20fcb57fb7d64db5f0c0", "size": "1938",...
using System; using Microsoft.EntityFrameworkCore; using Web.Models; namespace WebTests.ViewModels { public class BaseViewModelTest { protected ApplicationDbContext CreateDbContext() { var optionsBuilder = new DbContextOptionsBuilder<ApplicationDbContext>(); optionsBui...
{ "content_hash": "a0f17b4751ec2351cfc7deb35471a5b8", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 85, "avg_line_length": 25.322580645161292, "alnum_prop": 0.5808917197452229, "repo_name": "lruckman/DRS", "id": "741054e8b1365c293410850955555028aaeab945", "size": "787", ...
include(ExternalProject) find_package(Git REQUIRED) ExternalProject_Add( catch PREFIX ${CMAKE_BINARY_DIR}/external/catch GIT_REPOSITORY https://github.com/philsquared/Catch.git TIMEOUT 10 UPDATE_COMMAND ${GIT_EXECUTABLE} pull CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND "" ...
{ "content_hash": "8f5c489b5a1d77a9f759002fec27e63f", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 94, "avg_line_length": 30, "alnum_prop": 0.7366666666666667, "repo_name": "KevinW1998/csv-reader-extended", "id": "4a7781bcdd805c76f55d6349e44845f389b0c7da", "size": "601",...
<?php /** * Ionize * * Default Email template for : System User Message * This email is send to the user when his account was changed by one Administrator * * IMPORTANT : * Because this template is used by the backend, it doesn't use Ionize's Tags * * Copy this file to /themes/<your_theme>/mail/conta...
{ "content_hash": "3b1f8d7648baa09b37cec4323a78e11d", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 121, "avg_line_length": 27.453703703703702, "alnum_prop": 0.5763912310286677, "repo_name": "adamos42/ionize", "id": "c830b311f844679375635b7ccd87dd80d0590894", "size": "29...
from collections import OrderedDict import functools import os import re from typing import ( Dict, Mapping, MutableMapping, MutableSequence, Optional, Sequence, Tuple, Type, Union, cast, ) from google.api_core import client_options as client_options_lib from google.api_core imp...
{ "content_hash": "db1cdb113bc4e19afdea78a1a827b9d1", "timestamp": "", "source": "github", "line_count": 2142, "max_line_length": 120, "avg_line_length": 42.29925303454715, "alnum_prop": 0.5927928922244909, "repo_name": "googleapis/python-compute", "id": "3b29ad05e1dfe0923399c18b2d86b2b11f83ad88", "...
package org.robolectric.shadows; import android.nfc.NdefMessage; import android.nfc.NdefRecord; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.TestRunners; import static org.junit.Assert.assertSame; @RunWith(TestRunners.WithDefaults.class) public class NdefMessageTest { @Test ...
{ "content_hash": "1b6cc51d3322553d3e9af949e8772606", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 73, "avg_line_length": 27.142857142857142, "alnum_prop": 0.7543859649122807, "repo_name": "daisy1754/robolectric", "id": "ef85670bfb1c0ca02c934fea4f8947c43bf42900", "size":...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "9d64a6e6f7e9f0a03d3de802af0eca74", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "6871b8db11b18e7b77ff2128272522ab34862372", "size": "181...
HTTP Proxy Sample ================= Setup ----- ### Install the modules npm install ### Start the proxy npm start Try it ------ ### simple curl test curl localhost:8012 ### Notes Using the curl call (or browser refresh) repeatedly in quick succession to the proxy, this is what will happen: 1. The ...
{ "content_hash": "24d37d0484451cabbf8560c0a2ce6718", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 120, "avg_line_length": 28.06896551724138, "alnum_prop": 0.7137592137592138, "repo_name": "guywithnose/volos", "id": "123e05b1ec340d1ab51db858d7839100903a6192", "size": "81...
package me.dmillerw.minelua.lib.mapping; import com.google.common.base.Charsets; import com.google.common.collect.HashBiMap; import com.google.common.collect.Maps; import com.google.common.io.CharSource; import cpw.mods.fml.common.asm.transformers.deobf.LZMAInputSupplier; import org.apache.commons.io.IOUtils; import ...
{ "content_hash": "88b9c25eed94536454e85e841fd6520e", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 127, "avg_line_length": 45.053691275167786, "alnum_prop": 0.5873677938328616, "repo_name": "dmillerw/MineLua", "id": "5a994e98c03bbe0a8e521b8c839153ca7cc61122", "size": "6...
@card([ 'heading' => apply_filters('the_title', $post_title), 'context' => 'module.script' ]) @if (!$hideTitle && !empty($postTitle)) <div class="c-card__header"> @typography([ 'element' => 'h4', 'classList' => ['card-title'] ]) ...
{ "content_hash": "676438212354ce9f4d2e53a55897b80b", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 88, "avg_line_length": 26.458333333333332, "alnum_prop": 0.47086614173228347, "repo_name": "helsingborg-stad/Modularity", "id": "aa0eed7d7e4bf78a7bd003fdd170bb71c63b9c14", ...
description: Learn how to connect Docker containers together. keywords: - Examples, Usage, user guide, links, linking, docker, documentation, examples, names, name, container naming, port, map, network port, network menu: main: parent: smn_networking_def weight: -2 title: Legacy container links --- # Lega...
{ "content_hash": "2b5d0dde14dd5d0b9e3310d1f19d0e91", "timestamp": "", "source": "github", "line_count": 372, "max_line_length": 186, "avg_line_length": 42.21236559139785, "alnum_prop": 0.7500477615742215, "repo_name": "danix800/docker.github.io", "id": "6b88276cf4155dd4db7fa0895e6e438f11768246", "s...
/** * Projectile project. */ /*jslint browser: true, devel: true, vars: true */ /* canvas details */ var width = 800; var height = 600; var canvas; var ctx; var frameRate = 1 / 40; /* seconds */ var frameDelay = frameRate * 1000; /* milli-seconds */ var loopTimer; var nrClicks = 0; /* controls the number of clicks d...
{ "content_hash": "7e413845ddce7d25e905b672b041ab17", "timestamp": "", "source": "github", "line_count": 278, "max_line_length": 159, "avg_line_length": 34.884892086330936, "alnum_prop": 0.6511651886987008, "repo_name": "rentes/projectile.js", "id": "e090a172ab43d30d2a83c17300c9950fd5fb7cff", "size"...
using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Linq; using System.Reflection; using System.Windows.Forms; using hw.DebugFormatter; using hw.Helper; using JetBrains.Annotations; namespace hw.Forms { public stati...
{ "content_hash": "93cf9958828dd70122a1853d9ae77387", "timestamp": "", "source": "github", "line_count": 501, "max_line_length": 171, "avg_line_length": 36.590818363273456, "alnum_prop": 0.5329478507527821, "repo_name": "hahoyer/HWsqlass.cs", "id": "8588d504ae31370c182f9e8a28774121a85efed1", "size":...
Rails.application.config.session_store :cookie_store, key: '_createlink_session'
{ "content_hash": "166c757083e715a60a5b80b210b667f9", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 80, "avg_line_length": 81, "alnum_prop": 0.8024691358024691, "repo_name": "glaresky/createlink", "id": "f1c568021a5e0114614c00f015a65605055579bd", "size": "142", "binary":...
<?php namespace Metaregistrar\EPP; /** * The EPP Secdns Object * * This will hold the secdns data for a domain name * * * */ class eppSecdns { /** * * @var string */ private $keytag = ''; /** * * @var string */ private $siglife = ''; /** * * @var strin...
{ "content_hash": "5d1010ce4f7e4e7276d35b1a75b3478c", "timestamp": "", "source": "github", "line_count": 258, "max_line_length": 67, "avg_line_length": 19.593023255813954, "alnum_prop": 0.49752720079129575, "repo_name": "aasiimweDataCare/sugarGirls", "id": "97d184a41e9daa527c47f0876a1300702aa05d3b", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "85186283183c1b71a22d7856a1ba1300", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "832c85fcef766ce33f83d152477ac37f21c799b2", "size": "190...
using UnityEngine; using UnityEditor.Callbacks; using UnityEditor; using System.Text; using System.IO; using System.Collections.Generic; using System.Collections; using System.Text.RegularExpressions; public class AndroidNativeJarBuildScript : MonoBehaviour { static string[] excludeFilesRegex= new string[] {...
{ "content_hash": "e92ac5409d0112343c30673496778eea", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 126, "avg_line_length": 29.13157894736842, "alnum_prop": 0.6374585968081903, "repo_name": "xclouder/u3d_autobuilder", "id": "88124e5eb2ccc80682b21d094e9252657de1c54f", "si...
// // ======================================================================== // Copyright (c) 1995-2015 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
{ "content_hash": "deb86031d9cff5760be8895db4ec2eab", "timestamp": "", "source": "github", "line_count": 1640, "max_line_length": 153, "avg_line_length": 27.996951219512194, "alnum_prop": 0.44706522922792113, "repo_name": "xmpace/jetty-read", "id": "1691296dede2844a2e1507d615c13e08a33e0ce0", "size":...
A JavaScript implementation of the WHATWG DOM and HTML standards. This fork has no dependency on contextify. Be aware: **the global scope of Javascript is broken**: > To provide some additional context; when Brian started his work on > CloudBrowser, we realized that certain expectations with respect to > 'window' and...
{ "content_hash": "d3149cacc97673a8d747115744261f2f", "timestamp": "", "source": "github", "line_count": 450, "max_line_length": 651, "avg_line_length": 43.31777777777778, "alnum_prop": 0.7251833991689325, "repo_name": "crealogix/jsdom", "id": "3e9833c1e31833805d6609e83dbef74f78cf4710", "size": "195...
""" Ambrosio: A XMPP bot to serve us Copyright (C) 2014 Francisco Hidalgo This file is part of Ambrosio. See the file LICENSE for copying permission. """ from ambrosio.utils.kdb import * class Credentials(object): """ A class to add a credential service. To get the credentials, we use ...
{ "content_hash": "b10585cf08f2455fe1e748c727fb65eb", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 64, "avg_line_length": 24.75, "alnum_prop": 0.6421356421356421, "repo_name": "lammoth/ambrosio", "id": "7812b29faf41a0c69fd1f6140939bd4ea3be9c30", "size": "740", "binary"...
package org.springframework.boot.maven; import org.apache.maven.plugins.annotations.Parameter; /** * A model for a dependency to include or exclude. * * @author Stephane Nicoll * @author David Turanski * @since 1.2 */ abstract class FilterableDependency { /** * The groupId of the artifact to exclude. */...
{ "content_hash": "e46a26188b0952f87072e0e5e88d9a7d", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 54, "avg_line_length": 17.482758620689655, "alnum_prop": 0.7130177514792899, "repo_name": "lburgazzoli/spring-boot", "id": "9babbc075d8630eeccc8277144347f2cbcb94609", "size...
FN="hgug4110b.db_3.2.3.tar.gz" URLS=( "https://bioconductor.org/packages/3.12/data/annotation/src/contrib/hgug4110b.db_3.2.3.tar.gz" "https://bioarchive.galaxyproject.org/hgug4110b.db_3.2.3.tar.gz" "https://depot.galaxyproject.org/software/bioconductor-hgug4110b.db/bioconductor-hgug4110b.db_3.2.3_src_all.tar.gz" ...
{ "content_hash": "aac65538c8ee70cbfb645d2fba29c8db", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 117, "avg_line_length": 30.73913043478261, "alnum_prop": 0.6760961810466761, "repo_name": "ostrokach/bioconda-recipes", "id": "40ce54293da8ef43ca2f32252351ce1e819ce813", "s...
@(title: String, repository: Option[service.RepositoryService.RepositoryInfo] = None)(body: Html)(implicit context: app.Context) @import context._ @import view.helpers._ <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>@title</title> <link rel="icon" href="@assets/common/images/favicon.png" typ...
{ "content_hash": "7641890d7a406fc6c95b13d54c5fef9d", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 177, "avg_line_length": 52.917647058823526, "alnum_prop": 0.6100489106269453, "repo_name": "toshi-saito/gitbucket", "id": "68ee2f88957f49f897dbaa47b5d717d93c831854", "size"...
package hr.unidu.oop.p03; import java.util.Random; public class Inicijalizatori { //static inicijalizator se izvodi samo jednom, kada se stvori prvi objekt ovog tipa private static int broj; private int n; static { ispisiPoruku(); broj = 0; } // inicijalizator instance se izvodi kod stvaranja svakog objekt...
{ "content_hash": "5130ed37f25ea9ada8e9855ec52a05c1", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 85, "avg_line_length": 25.054054054054053, "alnum_prop": 0.7065803667745415, "repo_name": "kzubrinic/oop", "id": "f4599ae19d8c9654aef6ed5baaf862294fb0f39d", "size": "928", ...
"""This is a simple HTTP/FTP/TCP/UDP/BASIC_AUTH_PROXY/WEBSOCKET server used for testing Chrome. It supports several test URLs, as specified by the handlers in TestPageHandler. By default, it listens on an ephemeral port and sends the port number back to the originating process over a pipe. The originating process can ...
{ "content_hash": "a83f00a520f56ef8f0d66245d03c967c", "timestamp": "", "source": "github", "line_count": 2313, "max_line_length": 80, "avg_line_length": 37.13964548205794, "alnum_prop": 0.6169677779847271, "repo_name": "Workday/OpenFrame", "id": "10ade37b9ef9395e99b9b39321015ea43677657e", "size": "8...
package com.sczyh30.todolist; /** * Constants class */ public final class Constants { /** API Route*/ public static final String API_GET = "/todos/:todoId"; public static final String API_LIST_ALL = "/todos"; public static final String API_CREATE= "/todos"; public static final String API_UPDATE ...
{ "content_hash": "deb684498571522fa7d391e2595ab7bc", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 61, "avg_line_length": 29.05263157894737, "alnum_prop": 0.6702898550724637, "repo_name": "sczyh30/todo-backend-vert.x", "id": "a4823bbbbca0bc1fce97669f3bbdb44a22dd9ca4", "s...
class Thread { public: /// sets thread name for current or specified thread; unicode version static void SetName(LPCWSTR threadName, DWORD threadId = DWORD(-1)) { Thread::SetName(CStringA(threadName), threadId); } /// sets thread name for current or specified thread; ansi version /// \note from...
{ "content_hash": "3ee4403a9c715c03b4c8ffc030cf0d3f", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 72, "avg_line_length": 32, "alnum_prop": 0.705078125, "repo_name": "vividos/UlibCpp", "id": "47a18033472e28ac324aabc5198162015916f37e", "size": "705", "binary": false, ...
<html lang="da"> <!-- ** ** Copyright 2006, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** ** http://www.apache.org/licenses/LICENSE-2.0 ** ** Unl...
{ "content_hash": "4c6cfc05fe6a8c09cf69b01c4f19a104", "timestamp": "", "source": "github", "line_count": 1500, "max_line_length": 398, "avg_line_length": 51.396, "alnum_prop": 0.6921939450540898, "repo_name": "googlei18n/noto-source", "id": "343e672e6cb8cb3fd24bf59afdd6619edbc14c9d", "size": "78435"...
<?php namespace Elastica\Aggregation; /** * Class ScriptedMetric. * * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-metrics-scripted-metric-aggregation.html */ class ScriptedMetric extends AbstractAggregation { /** * @param string $name the name if...
{ "content_hash": "f837c1f679a346f8d3880e6dc24083b1", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 133, "avg_line_length": 31.623655913978496, "alnum_prop": 0.630057803468208, "repo_name": "stof/Elastica", "id": "ec2aa86575f1abe944181d8651889cd2ee2a5113", "size": "2941",...
<?php class Controller_Job extends Controller_Common { public function before() { parent::before(); $this->theme = \Theme::instance(); } public function action_index() { $page = Input::get('page')?Input::get('page'):1; $query = Input::get('query')?Input::get('query'):""; ...
{ "content_hash": "8878de1bbbaece375ad0cb8c539e8bcd", "timestamp": "", "source": "github", "line_count": 701, "max_line_length": 118, "avg_line_length": 40.32524964336662, "alnum_prop": 0.4204400735814348, "repo_name": "ksakuntanak/buffohero_cms", "id": "657d9b628fe54c8eead091348ee2d652c9e68e9a", "s...
package io.aeron; import io.aeron.exceptions.AeronException; import org.agrona.concurrent.AtomicBuffer; import org.agrona.concurrent.status.AtomicCounter; import org.agrona.concurrent.status.CountersReader; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; import static java.util.concurrent.atomic.Atomi...
{ "content_hash": "2d239a2440aa53921ac6bf166526e44a", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 118, "avg_line_length": 29.141414141414142, "alnum_prop": 0.6606585788561525, "repo_name": "mikeb01/Aeron", "id": "17451de2ca8772226d3273a4c87127c48f8e6e50", "size": "3489"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>topology: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "619a3ccf3638d53a827e6038ae2c71e5", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 312, "avg_line_length": 42.84939759036145, "alnum_prop": 0.5456206945030226, "repo_name": "coq-bench/coq-bench.github.io", "id": "e21edc30976a29352e726bc2b410a7c7e41a6f3f", ...
ruby正则 ==== 参考: http://www.runoob.com/ruby/ruby-regular-expressions.html
{ "content_hash": "76f3538bd22159fc0a637fc7c7ae8baa", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 60, "avg_line_length": 18.5, "alnum_prop": 0.7297297297297297, "repo_name": "azhao1981/my-notes", "id": "35aab5fbde7a529f27babae6267606051dd24137", "size": "82", "binary":...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d2481a0e75416a86cfc857337a4f5ee3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "8d883d480402050da251df2be3561c7197d8f4b5", "size": "195...
require 'test_helper' class UserTest < ActiveSupport::TestCase def setup User.delete_all() @user = create(:user) end def teardown @user.destroy end test 'should be valid' do assert @user.valid?, @user.errors.full_messages end test 'name should be present' do @user.name = ' ' as...
{ "content_hash": "27c0c477560b570e885fb87635ca448e", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 77, "avg_line_length": 27.395061728395063, "alnum_prop": 0.64398377647589, "repo_name": "ftorrado/DinnerU", "id": "33f529bf0689b6df7d5f1f191572796e9f9eee64", "size": "2219"...
var webpack = require('webpack'); module.exports = function (config) { config.set({ browsers: [ process.env.CONTINUOUS_INTEGRATION ? 'Firefox' : 'Chrome' ], singleRun: true, frameworks: [ 'mocha' ], files: [ 'tests.webpack.js' ], preprocessors: { 'tests.webpack.js': [ 'webpac...
{ "content_hash": "f232579d0f2b663eb230f017a26d902c", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 162, "avg_line_length": 26.64406779661017, "alnum_prop": 0.5248091603053435, "repo_name": "stevoland/bill-test", "id": "af3f6e685cbf8152aa047b43b5cbc3470df53103", "size": "...
.explanation { background: lightsteelblue; padding: 1em; }
{ "content_hash": "2e307745f996b9c3c3644fe4e9f218e5", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 29, "avg_line_length": 15.75, "alnum_prop": 0.7142857142857143, "repo_name": "swirlycheetah/es6-hot-module-replacement", "id": "e7f27c56d70969ea8ea6d15cc18100d5c69ef633", "s...
 #include <aws/elasticfilesystem/model/CreateMountTargetRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::EFS::Model; using namespace Aws::Utils::Json; using namespace Aws::Utils; CreateMountTargetRequest::CreateMountTargetRequest() : m_fileSystemIdHasBeenSet(f...
{ "content_hash": "081bcb3555d5337a6f13b59165a8261b", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 121, "avg_line_length": 21.637931034482758, "alnum_prop": 0.749800796812749, "repo_name": "JoyIfBam5/aws-sdk-cpp", "id": "6fab2abd4994107717a5f7dac8b4ae96639553d9", "size":...
/** * * Send data to another system through a WebRTC channel * * This file manages the settings view for settings that are * specific to this output, and that are stored in the output's * metadata * * * @author Edouard Lafargue, ed@lafargue.name */ define(function (require) { "use strict"; var _...
{ "content_hash": "94ae89abf7d1a7a185c6c84401b343e1", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 127, "avg_line_length": 32.035714285714285, "alnum_prop": 0.5072463768115942, "repo_name": "wizkers/wizkers", "id": "0afc38418542a186a34a03bbf447b14db2f38808", "size": "47...
<?php namespace Bitpay; /** */ class Bill implements BillInterface { /** * @var array */ protected $items; /** * @var CurrencyInterface */ protected $currency; /** * @var string */ protected $name; /** * @var array */ protected $address; ...
{ "content_hash": "fb8fff042930454a571e1fd2eb4051ea", "timestamp": "", "source": "github", "line_count": 344, "max_line_length": 60, "avg_line_length": 14.444767441860465, "alnum_prop": 0.46367478365868386, "repo_name": "JoshuaEstes/fuzzy-octo-avenger", "id": "d11a29c7cbfb6ea27652854f3213184e0ab8ac42"...
<!doctype html> <html> <title>npm-tag</title> <meta http-equiv="content-type" value="text/html;utf-8"> <link rel="stylesheet" type="text/css" href="../../static/style.css"> <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-tag.html"> <script async=true src="../../static/toc.js"></script> <body>...
{ "content_hash": "a3495f6a0ea5680b2e5d190717410569", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 807, "avg_line_length": 86.45, "alnum_prop": 0.7203585887796414, "repo_name": "ericntd/sccprototype", "id": "17ff41e2a671f4bbb54edc02dc8ee7d2335e8e99", "size": "3458", "b...
.class Landroid/support/v4/media/MediaBrowserCompat$Subscription; .super Ljava/lang/Object; .source "MediaBrowserCompat.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/support/v4/media/MediaBrowserCompat; .end annotation .annotation system Ldalvik/annotation/InnerClass;...
{ "content_hash": "7708151df81e4ea02ca36fc328380832", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 135, "avg_line_length": 25.767634854771785, "alnum_prop": 0.6747181964573269, "repo_name": "AresS31/SCI", "id": "9926513b326cab44fef51e7831e162d0ef72220d", "size": "6210",...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>de.tu_berlin.cit</groupId> <artifactId>intercloud</art...
{ "content_hash": "34b8d5c32cebcb88a535ae642b56df89", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 104, "avg_line_length": 25.867924528301888, "alnum_prop": 0.5959153902261123, "repo_name": "citlab/Intercloud", "id": "8abffe5f5f212e92aec7985de4c1dbf162063684", "size": "...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.errorpoint.cameraexistingapp" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" /> <applicati...
{ "content_hash": "7f848090df1fdff0c72a42e698766b26", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 76, "avg_line_length": 32.592592592592595, "alnum_prop": 0.6181818181818182, "repo_name": "pengzhao001/android-apps", "id": "729b91cfd77f658e47d69f71a3ff2995bc27031c", "siz...
<Type Name="SchemaImporterExtensionElementCollection" FullName="System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection"> <TypeSignature Language="C#" Value="public sealed class SchemaImporterExtensionElementCollection : System.Configuration.ConfigurationElementCollection" /> <AssemblyInfo> ...
{ "content_hash": "576b1977eab15aff094e54fbee092799", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 250, "avg_line_length": 38.136150234741784, "alnum_prop": 0.6512372276252616, "repo_name": "matthid/Yaaf.Xmpp.Runtime", "id": "98bcae2384e635f4e003b2a613d6ee0d83cd58fb", "...
<?php namespace luya\cms\frontend\events; /** * An event will be triggered before the rendering of cms controller content happends. * * @author Basil Suter <basil@nadar.io> */ class BeforeRenderEvent extends \yii\base\Event { public $isValid = true; public $menu = null; }
{ "content_hash": "74f3c082f0c8f266ae7c4039cbb352bb", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 86, "avg_line_length": 19.466666666666665, "alnum_prop": 0.6952054794520548, "repo_name": "vuongminh/luya", "id": "ae9737d6bfeed5f7fced9f7eb1bec4a6aed4ccae", "size": "292",...
MarkdownViewer ============== ## Requirement - Rubygems of [rdiscount](https://github.com/rtomayko/rdiscount) ## Modify rdiscount for MacRuby When you installed rdiscount with "`sudo macgem install rdiscount`", need slight changing. $ sudo vi /Library/Frameworks/MacRuby.framework/Versions/Current/usr/lib/ruby/...
{ "content_hash": "f7f5976e2e1e6266425b29e8934839f1", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 131, "avg_line_length": 31.25, "alnum_prop": 0.748, "repo_name": "Watson1978/MacRuby-Samples", "id": "24f8761105f95405c8b37c5161512a82e06d140a", "size": "500", "binary": ...
http://domain.tld https://domain.tld ftp://domain.tld user@domain.tld www.domain.tld ``` fenced code ``` ~~~ more fenced code ~~~ I am text. <div>I am laxed spaced HTML</div> I am more text. This is _emphased_, but not inside var names like some_foo_bar. #this is no header Text can ~~not~~ be striked through....
{ "content_hash": "f61825d62080b77e9ba0e7588969c4c1", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 63, "avg_line_length": 15.176470588235293, "alnum_prop": 0.5755813953488372, "repo_name": "simbo/metalsmith-robotskirt", "id": "5135d0fdc3dedfbffa00422eb8f3fbf12e1ca802", "...
struct Transform2DComponent final : public Component { vec2 position; f32 orientation; vec2 scale; Transform2DComponent(Entity* parent); Transform2DComponent(Entity* parent, vec2 position); Transform2DComponent(Entity* parent, vec2 position, f32 orientation); Transform2DComponent(Entity* p...
{ "content_hash": "3ffc220860a4b537b6443e7a5fc2e8a7", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 85, "avg_line_length": 29.27777777777778, "alnum_prop": 0.7476280834914611, "repo_name": "ckgomes/projects_archive", "id": "78c13d435cfbbcdb0c15c9cec6020c23ce799467", "size...
/* globals $ requester */ // Function to make current page nav tab active $(document).ready(function() { // $('[data-toggle="popover"]').popover('show'); $('#myModal').modal(); var path = window.location.pathname; $('#explore-nav').removeClass('active'); $('#new-nav').removeClass('active') $('...
{ "content_hash": "8ebe6f9ec9eb5844ad0b340b91fef336", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 71, "avg_line_length": 29.933333333333334, "alnum_prop": 0.5558383709831372, "repo_name": "TeamVencedores/CrowdFundingWebsite", "id": "88b4ee5ecc5d49e67eccd2a48a9902233c3366...
import Image from './AddImage'; import ImageOptions from './OptionsMenu'; export default { component: Image, icon: 'media', moduleName: 'devdecks-image', tooltip: 'Image', optionsMenuComponent: ImageOptions, state: { height: 200, lockAspectRatio: false, value: '', }, };
{ "content_hash": "e808e0b9254c5bbaa1ea205eea44cb8c", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 41, "avg_line_length": 19.866666666666667, "alnum_prop": 0.6644295302013423, "repo_name": "DevDecks/devdecks", "id": "f1567bda5058659f7078faea1bd3f0f50219fed0", "size": "29...
var sinon = require('sinon'); module.exports = function () { this.name = 'foo_logger'; this.initialize = sinon.spy(); this.log = sinon.spy(); };
{ "content_hash": "1a5f9a580ef034efa1dec9d0d1208e65", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 35, "avg_line_length": 21.375, "alnum_prop": 0.5555555555555556, "repo_name": "skytap/minorjs", "id": "2ff9b341b2e3496628e37c7e9384eccea2de160f", "size": "767", "binary": ...
require "optparse" require "pty" require "json" require 'termios' LFLAG_MASK = ~(Termios::ISIG | Termios::ICANON | Termios::IEXTEN | Termios::ECHO | Termios::ECHOE | Termios::ECHOK | Termios::ECHONL) IFLAG_MASK = ~(Termio...
{ "content_hash": "cd867d53cabe1636806498a07dc85b00", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 77, "avg_line_length": 22.54679802955665, "alnum_prop": 0.5728643216080402, "repo_name": "pragdave/record_session", "id": "d4145fdee6f0c52594df8b64d3225f4bfc4ef4ea", "size...
@extends('connexion::templates.backend') @section('css') @parent @stop @section('content') <div class="container-fluid spark-screen"> @include('connexion::shared.errors') <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> ...
{ "content_hash": "4b69f2f606a347c097be6c71f0971e86", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 190, "avg_line_length": 41.42857142857143, "alnum_prop": 0.38362068965517243, "repo_name": "bishopm/base", "id": "1a3272657b8c86aa7888183c5dce771218e0708a", "size": "2320",...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Tue Feb 14 08:16:37 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.security.authentication.client.PseudoAuthenticator (Hadoop 1.0.1 API)...
{ "content_hash": "25567bdd4c530ca6ab98eefc1bcbe55e", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 279, "avg_line_length": 44.416666666666664, "alnum_prop": 0.6214821763602252, "repo_name": "hoppinghippo/HadoopMapReduce", "id": "d1d05a470e829340809eab5f11de99cc4d30501c", ...
title: The Pulsar C++ client tags: [client, cpp] --- <!-- 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 ...
{ "content_hash": "dc8189d94edb12f430cffe3e3b7258df", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 117, "avg_line_length": 25.684931506849313, "alnum_prop": 0.7, "repo_name": "jai1/pulsar", "id": "a1d9fb596b12bcd2280eeb573e610fb7d8a7022f", "size": "3754", "binary": fa...
<configurations> <configuration name="Run hello" class="CargoCommandConfiguration" show_console_on_std_err="false" show_console_on_std_out="false"> <option name="additionalArguments" value="--package test-package --example hello" /> <option name="backtraceMode" value="2" /> <option name="channel" value="0...
{ "content_hash": "09d033bfd583a3712cd1d649073f9876", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 132, "avg_line_length": 42.285714285714285, "alnum_prop": 0.6739864864864865, "repo_name": "himikof/intellij-rust", "id": "4ae5d75067759f7c835e1669894bee64f4883be8", "size"...
var story_details = {}; story_details.MEDIA_PREFIX = "/site_media/media/"; story_details.default_story = {variables: [], story: [], choices: [], requirements: []}; story_details.all_images = {}; story_details.show_parsed_variables = true; story_details.show_choices_as_tree = true; story_details.choice_tree_shrink = fal...
{ "content_hash": "e957d71a8dabf7e23bc455ae0ad2502c", "timestamp": "", "source": "github", "line_count": 1033, "max_line_length": 308, "avg_line_length": 37.85091965150048, "alnum_prop": 0.5294373401534527, "repo_name": "jaycrossler/procyon", "id": "869dc1ee5a75cf7fe79eaf17da9a50c6aa421f58", "size":...
/* v3_cpols.c */ /* * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project * 1999. */ /* ==================================================================== * Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or wi...
{ "content_hash": "431841b1c68345a36c166283edd98baf", "timestamp": "", "source": "github", "line_count": 500, "max_line_length": 91, "avg_line_length": 34.31, "alnum_prop": 0.5626930923928883, "repo_name": "grpc/grpc-ios", "id": "6e3eb141987c3840f2fddc181e56f305d824184b", "size": "17155", "binary"...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; using OopFactory.X12.Hipaa.Common; namespace OopFactory.X12.Hipaa.ClaimStatus { public class ClaimStatusServiceLineResponse { public DateTime BeginDate { get; set; } } }
{ "content_hash": "7a82eaf9ec5f881fa12154969c9d37f9", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 47, "avg_line_length": 22.142857142857142, "alnum_prop": 0.7548387096774194, "repo_name": "ygrinev/ygrinev", "id": "0513b25fb9312921d34a1c4f0c0a07f8dbb32971", "size": "312"...
Without arguments the help contents are shown. # repo create This command creates repository. ``` repo create repositoryname ``` #repo ls This command lists the available repositories on the gitserver. ``` repo ls ``` #repo rm This command removes a repository on the gitserver. ``` repo rm repositoryname ```
{ "content_hash": "fbe490079b8c5dfb29e5e4e61743079d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 63, "avg_line_length": 14.363636363636363, "alnum_prop": 0.7468354430379747, "repo_name": "JurrianFahner/gitserver", "id": "f17b6289b655cfe7347269f99e305569ed6f0cf5", "size...
var TicTacToe; ;(function(global, document, $,ko){ "use strict"; //Fix strange bug using jquery2 and bootstrap3 HTMLDivElement.prototype.remove = function(){}; TicTacToe = global.TicTacToe = global.TicTacToe || {}; /* * To determine a win condition, each square is "tagged" from left *...
{ "content_hash": "48b5a64fb5ffbb947a8c9c2aac7c6975", "timestamp": "", "source": "github", "line_count": 192, "max_line_length": 97, "avg_line_length": 27.838541666666668, "alnum_prop": 0.49934518241347053, "repo_name": "palamago/tic-tac-toe", "id": "a840de8b88e53b317a4530dc5caed7a7adf4d578", "size"...
package fr.javatronic.blog.massive.annotation1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_349 { }
{ "content_hash": "85abc9e9a6454a0076a1657dcfb31bca", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 51, "avg_line_length": 20.714285714285715, "alnum_prop": 0.8068965517241379, "repo_name": "lesaint/experimenting-annotation-processing", "id": "2ff7a3fdaa1d993c4bd30da8735a66f...
layout: post title: 'Texas' date: 2004-07-12 19:14 comments: true categories : [] --- So United Van Lines finally got all my furniture and other stuff from California to me here in texas. Only took like 3 weeks. now I get to spend the next month unpacking and organizing. Joy Joy.
{ "content_hash": "209a849e680cc1b88ffbbcb022216b33", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 185, "avg_line_length": 26, "alnum_prop": 0.7412587412587412, "repo_name": "fusion94/fusion94.github.io", "id": "f7995448a94bb2ec7653d4a5c3a2500929b02a63", "size": "290", ...
;(function($) { var ver = '2.78'; if ($.support == undefined) { $.support = { opacity: !($.browser.msie) }; } function debug(s) { if ($.fn.cycle.debug) log(s); } function log() { if (window.console && window.console.log) window.console.log('[cycle] ' + Array.prototype.join.call(arguments,' ')); }; $.fn...
{ "content_hash": "a18d942a978b3546b21c726d08547868", "timestamp": "", "source": "github", "line_count": 898, "max_line_length": 148, "avg_line_length": 32.2728285077951, "alnum_prop": 0.6454573686208206, "repo_name": "dbstylesnet/dbstylesnet", "id": "577183942a0dfec02843f70d97f8b774bf988296", "size...
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_window_focused="false" android:state_enabled="true" android:drawable="@drawable/signup_normal" /> <item android:state_window_focused="false" android:state_enabled="fals...
{ "content_hash": "b26ec003479d409497b52955e73b4804", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 77, "avg_line_length": 55.69230769230769, "alnum_prop": 0.6657458563535912, "repo_name": "kii-dev-jenkins/KiiBoard", "id": "6e2fd711642722f5c78d4e08d10697e843f5cd06", "size...
SYNONYM #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
{ "content_hash": "f7e6a94795e1faf14aee43e5e92db454", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.7218045112781954, "repo_name": "mdoering/backbone", "id": "cbc441843c77f73e9a52c35c4911711373855d00", "size": "208...
<?php /** * Modules Class * * @package Ionize CMS * @subpackage User * @author Ionize Dev Team * */ namespace Ionize { if ( ! defined('BASEPATH')) exit('No direct script access allowed'); class Modules { private static $ci; /** * Contains the Modules instance. * *...
{ "content_hash": "186431ef56d6ddb984ce0877f9ab4df3", "timestamp": "", "source": "github", "line_count": 274, "max_line_length": 118, "avg_line_length": 22.525547445255473, "alnum_prop": 0.4758587167854828, "repo_name": "chguoxi/ionize", "id": "644453f74715c06ac0744b53250472cb6313bc66", "size": "617...
using System; namespace SmokeScreen { [EffectDefinition("DEBUG_EFFECT")] class DebugEffect : EffectBehaviour { public override void OnEvent() { Print(effectName.PadRight(16) + "OnEvent single -------------------------------------------------------"); } private ...
{ "content_hash": "d294f781d91009be8af5a487041a439e", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 118, "avg_line_length": 24.386363636363637, "alnum_prop": 0.4790307548928239, "repo_name": "sarbian/SmokeScreen", "id": "7c2de4ea00e4f0ab0f71a1b030a417dd11bb69fa", "size": ...
cask "pine" do version "0.1.0" sha256 "046f2603f7e4dcdc7535c6a5652dbfbab5cbe93fa36ca161f8a8029b53770b76" url "https://github.com/lukakerr/pine/releases/download/#{version}/Pine-#{version}.zip" appcast "https://github.com/lukakerr/pine/releases.atom" name "Pine" homepage "https://github.com/lukakerr/pine" ...
{ "content_hash": "e332714c78d41634fea73d30768423f9", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 144, "avg_line_length": 36.95454545454545, "alnum_prop": 0.7392373923739237, "repo_name": "jgarber623/homebrew-cask", "id": "93cdcb07e17ab7a383299d6da476ade9ba8a096d", "siz...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "6e3721d3054f1de13fef8270252bde2d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "b98a82563b702819549e7b7313dba8577c089f28", "size": "177...
/* * LM35.cpp * * Created: 13-4-2014 16:31:40 * Author: CE-Designs * Version: 1.01 * * Modified: 13-7-2014 * Reason: To ensure more accurate reading the sensor is * now being read 4 times and the average of the * measurements is returned * Also changed the way that the analog reference * is being set */ #incl...
{ "content_hash": "70e72c652391743292814c21b2b0f3a2", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 70, "avg_line_length": 17.883928571428573, "alnum_prop": 0.6959560659011482, "repo_name": "ce-designs/LM35_lib", "id": "cb05e9efe675c9a6a3160b3dea67563760ab4d3b", "size": ...
from datetime import datetime, timedelta import uuid from database import Base from sqlalchemy import Column, Integer, String, DateTime, ForeignKey, Text, Boolean class SessionExpiredException(Exception): pass class User(Base): __tablename__ = "users" id = Column(Integer, primary_key=True) email = C...
{ "content_hash": "3b44807be0e472937c5739d82996169f", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 109, "avg_line_length": 27.5, "alnum_prop": 0.6140909090909091, "repo_name": "RevelSystems/revel-bootstrap", "id": "bc6fc2390078babe493a12e712de5e3cd67ef333", "size": "2200...
Configuration ============= Available settings: ACCOUNT_ADAPTER (="allauth.account.adapter.DefaultAccountAdapter") Specifies the adapter class to use, allowing you to alter certain default behaviour. ACCOUNT_AUTHENTICATED_LOGIN_REDIRECTS (=True) The default behaviour is to redirect authenticated users to ``L...
{ "content_hash": "5ede02d678377cbeb1baf2779eaa94ae", "timestamp": "", "source": "github", "line_count": 214, "max_line_length": 155, "avg_line_length": 43.850467289719624, "alnum_prop": 0.7577791986359761, "repo_name": "okwow123/djangol2", "id": "189c57c8d9427d756c2e09ddb1a51545933d21fa", "size": "...
package org.mapfish.print.output; import net.sf.jasperreports.engine.JRException; import net.sf.jasperreports.engine.export.JRPdfExporter; import net.sf.jasperreports.export.SimpleExporterInput; import net.sf.jasperreports.export.SimpleOutputStreamExporterOutput; import net.sf.jasperreports.export.SimplePdfExporterCon...
{ "content_hash": "fb5f24cf352bacc26bbcf26ccaf3d992", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 113, "avg_line_length": 36.94230769230769, "alnum_prop": 0.7683498178032275, "repo_name": "Galigeo/mapfish-print", "id": "4f098ea1ef9d418a77c3c15819904d4f8f83d76c", "size":...
package org.spongepowered.api.event.item.inventory; import com.google.common.collect.Lists; import org.spongepowered.api.data.Transaction; import org.spongepowered.api.event.Cancellable; import org.spongepowered.api.event.Event; import org.spongepowered.api.item.inventory.Inventory; import org.spongepowered.api.item....
{ "content_hash": "ee195eeb0aecd0f4ef8071a215ad100d", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 146, "avg_line_length": 40.7037037037037, "alnum_prop": 0.7156505914467698, "repo_name": "SpongePowered/SpongeAPI", "id": "6a9e7e63552cff649af16a2e2b7248d53e79ebf0", "size"...
namespace gcm { namespace { const char kRegistrationRequestContentType[] = "application/x-www-form-urlencoded"; // Request constants. const char kAppIdKey[] = "app"; const char kDeviceIdKey[] = "device"; const char kLoginHeader[] = "AidLogin"; // Response constants. const char kErrorPrefix[] = "Error="; const c...
{ "content_hash": "b3eef36d0803cf069c8fc91f521f355c", "timestamp": "", "source": "github", "line_count": 242, "max_line_length": 80, "avg_line_length": 34.16115702479339, "alnum_prop": 0.6886415870327809, "repo_name": "chuan9/chromium-crosswalk", "id": "a593e2bf833243d1ef3297faef094469ae9dee0e", "si...
from django.conf.urls import url from django.contrib import admin from main.views import Main, Item_Edit, Collection_New, Helper_Lists, \ Collection_View, Collection_Edit, Item_Delete, Collection_Delete urlpatterns = [ url(r'^admin/', admin.site.urls), url(r'^$', Main.as_view(), name="home"), # Collectio...
{ "content_hash": "eb2b6068c3b6eb57bb7f619b9df4266a", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 117, "avg_line_length": 63.5, "alnum_prop": 0.6417322834645669, "repo_name": "EricFelixLuther/Szkiz", "id": "e898d22da017110eed79b016ffc133048bdaffc4", "size": "1270", "b...
The **Cyclops Dashboard** is one of the support services as part of CYCLOPS - A Rating, Charging & Billing solution for cloud being developed by <a href="http://blog.zhaw.ch/icclab/">InIT Cloud Computing Lab</a> at <a href="http://www.zhaw.ch">ZHAW</a> It is the place for users to check their usage data, connect to c...
{ "content_hash": "bccc002e82497082a73200a1ccb05286", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 483, "avg_line_length": 59.05681818181818, "alnum_prop": 0.7340773523186453, "repo_name": "icclab/cyclops-support", "id": "8a9dbc691763e148cdffa09d5f3f1c63f601bd26", "size"...
importScripts('https://www.gstatic.com/firebasejs/4.8.1/firebase-app.js') importScripts('https://www.gstatic.com/firebasejs/4.8.1/firebase-messaging.js') var config = { apiKey: "AIzaSyBz962CNxMspJzS2HsS8Br2AMGBQnBzdvs", authDomain: "netrango-delivery.firebaseapp.com", databaseURL: "https://netrango-deliver...
{ "content_hash": "083646af3579dee6b91c1e1a32e88511", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 79, "avg_line_length": 39.733333333333334, "alnum_prop": 0.7718120805369127, "repo_name": "stanleygomes/stanleygomes.github.io", "id": "41566ff68a8caa187bc42aa87d841bb9a4425c...
import * as _ from 'lodash'; import {BaseStore} from './baseStore'; import {getRouter} from './router'; interface Environment { dataLocation: string; windowTitle: string; /** Name of the experiment (if available). */ experimentName?: string; /** A description of the experiment (if available). */ experimen...
{ "content_hash": "7934eab47458784155a55450316b0122", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 75, "avg_line_length": 33.473684210526315, "alnum_prop": 0.6860587002096437, "repo_name": "tensorflow/tensorboard", "id": "7c42dd7724f31bee3e82d8a730b2e9b711bdad11", "size"...
package resttk import ( "crypto/hmac" "crypto/rand" "crypto/sha256" "encoding/base64" "fmt" "time" ) var ( Secret string ) func secret() string { if len(Secret) <= 1 { id := make([]byte, 32) if _, err := rand.Read(id); err != nil { Secret = "" } Secret = fmt.Sprintf("%x", id) } return Secret } ...
{ "content_hash": "f8634dcfe717212e159367216741558e", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 55, "avg_line_length": 16.870967741935484, "alnum_prop": 0.6347992351816444, "repo_name": "dsledge/resttk", "id": "cb15d5cd8ea4a37f78c5912a724034606455521e", "size": "523",...
<?xml version="1.0" encoding="utf-8"?> <resources> <declare-styleable name="FreeCropImageView"> <attr name="cropMaskColor" format="color"/> <attr name="cropBorderColor" format="color"/> <attr name="cropBorderWidth" format="dimension"/> <attr name="cropFocusWidth" format="dimension"/>...
{ "content_hash": "c7a6a7ef2cd006c574e7abf92e130df0", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 57, "avg_line_length": 40.642857142857146, "alnum_prop": 0.6115992970123023, "repo_name": "giantss/cordova-plugin-ImagePicker", "id": "4da3b28985f850ac3918e25e887f8ce7f96462a...
using System; using System.Threading.Tasks; using Windows.Security.Authentication.Web; using Windows.UI.Popups; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; using Facebook; namespace FacebookNormal { public sealed partial class MainPage : Page { private const string AppId = "406204362913207"; p...
{ "content_hash": "82d5311f48da9ddd43fa9b372c73fd31", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 99, "avg_line_length": 29.53846153846154, "alnum_prop": 0.5954861111111112, "repo_name": "LocalJoost/CustomFacebookoAuthLogin", "id": "285610a7cf9b42a439803bf64feb69ff02e57ba...
namespace crashpad { //! \brief A universally unique identifier (%UUID). //! //! An alternate term for %UUID is “globally unique identifier” (GUID), used //! primarily by Microsoft. //! //! A %UUID is a unique 128-bit number specified by RFC 4122. //! //! This is a POD structure. struct UUID { bool operator==(const ...
{ "content_hash": "245fe893d994a7744260278a189d4815", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 80, "avg_line_length": 33.388888888888886, "alnum_prop": 0.6709650582362728, "repo_name": "atom/crashpad", "id": "4e5884e25abac8d726dde2c2d8c260d9fe115115", "size": "3296",...
title: Data Driven Testing slug: data-driven-testing.html --- Moved [here](datatesting/data_driven_testing.md)
{ "content_hash": "1e54679eced52c7cd3a94fe0421149c0", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 48, "avg_line_length": 22.4, "alnum_prop": 0.7678571428571429, "repo_name": "sksamuel/ktest", "id": "074634375dfb4a784b414d1895c35aece979e590", "size": "116", "binary": fa...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_file_w32_vsnprintf_43.cpp Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-43.tmpl.cpp */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: file Re...
{ "content_hash": "ff1087cd0ebc510285461605b27e6093", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 123, "avg_line_length": 26.005, "alnum_prop": 0.5598923283983849, "repo_name": "JianpingZeng/xcc", "id": "28256978d4bca53ffbbe9ce015a34f44882354ca", "size": "5201", "bin...
namespace blink { class ScreenOrientation; class Screen; class ScreenScreenOrientation final : public GarbageCollected<ScreenScreenOrientation>, public Supplement<Screen> { public: static const char kSupplementName[]; static ScreenScreenOrientation& From(Screen&); static ScreenOrientation* orientat...
{ "content_hash": "21b1ebd9e04468b3cd63a0142b1f154c", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 93, "avg_line_length": 22.23076923076923, "alnum_prop": 0.7698961937716263, "repo_name": "ric2b/Vivaldi-browser", "id": "aff83cae507a94dce63ff595da052b457da4195d", "size": ...
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! --> <meta name="description" content=""> <meta name="author" content=""> ...
{ "content_hash": "77673b606da8b0798a80659dea2c87c3", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 103, "avg_line_length": 30.610169491525422, "alnum_prop": 0.6317829457364341, "repo_name": "IMedLib/coludeedu", "id": "a5029c400b1fed55be678237cd9d8bbed79f2b4c", "size": "1...
===== Agora ===== Agora is a forum for ideas. It is a simple, blog-like application, with support for multiple authors. It is developed for a class curriculum, and is not intended for real deployment, although it could serve some purpose. There are two classes--Author and Idea. A forum can have zero or more authors....
{ "content_hash": "0b3896a842b9a927a15b937e46100684", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 187, "avg_line_length": 25.629139072847682, "alnum_prop": 0.6555555555555556, "repo_name": "cullerton/cullerton.agora", "id": "bdf8bfefaf342b47d9a42ae34db04357fd855352", "...
from airflow import DAG from airflow.operators.bash_operator import BashOperator from datetime import datetime, timedelta default_args = { 'owner': 'airflow', 'depends_on_past': False, 'start_date': datetime.now(), 'email': ['chris@fregly.com'], 'email_on_failure': False, 'email_on_retry': Fals...
{ "content_hash": "a92994efcde154e40efdbf513c1fabcc", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 74, "avg_line_length": 30.565217391304348, "alnum_prop": 0.701280227596017, "repo_name": "shareactorIO/pipeline", "id": "3eaf9f2573ceb4faed94888ce0120ed15026708e", "size": ...
/*global $*/ // yolo const initAutocompleter = $input => { const followOnSelect = $input.data('follow-on-select'); $input.attr('autocomplete', 'off'); $input.typeahead({ autoSelect: false, changeInputOnMove: false, delay: 100, items: 20, selectOnBlur: false, ...
{ "content_hash": "44c31db75063c02c56151f293eeecde5", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 71, "avg_line_length": 26.74074074074074, "alnum_prop": 0.502770083102493, "repo_name": "iammordaty/assistant-web", "id": "36c6572f700cb2e05191431926821681353484cf", "size"...
<!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_151) on Wed Jan 16 11:48:25 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildf...
{ "content_hash": "defec3942567c8c08c4441ddfbe2ec91", "timestamp": "", "source": "github", "line_count": 194, "max_line_length": 553, "avg_line_length": 59.44845360824742, "alnum_prop": 0.6790080638168733, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "3f20c218de4c455fbebd8d0a6ffa0f1a3056...
package avans.ivh11a1.facturatie.domain; import avans.ivh11a1.facturatie.Builders.InsuranceCompanyBuilder; import avans.ivh11a1.facturatie.domain.administration.InsuranceCompany; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import org.junit.runner.RunWith; import org.springfr...
{ "content_hash": "38643e9d2e2224b044ba22ca3099d14a", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 106, "avg_line_length": 39.78181818181818, "alnum_prop": 0.7728519195612431, "repo_name": "kevin1232sn1/Facturatie.IVH11", "id": "ce4b2adc639143bac20c0184966b382341dfa98e", ...
<bill session="110" type="sr" number="23" updated="2009-01-09T20:01:31-05:00"> <status><vote date="1170306000" datetime="2007-02-01" where="s" result="pass" how="by Unanimous Consent" roll=""/></status> <introduced date="1168491600" datetime="2007-01-11"/> <titles> <title type="official" as="introduced">A resolut...
{ "content_hash": "509a85e59e42890ed6eb1b58cd0eee49", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 262, "avg_line_length": 50.03125, "alnum_prop": 0.7295440349781387, "repo_name": "hashrocket/localpolitics.in", "id": "5e6f3a22c58c0c65377f07783217365ee2e903cf", "size": "1...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>SFML - Simple and Fast Multimedia Library</title> <meta http-equiv="Content-Type" content="text/html;"/> <meta c...
{ "content_hash": "d8fe67b715938187eeb519fc8eb1c6bd", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 670, "avg_line_length": 63.43523316062176, "alnum_prop": 0.6719758229192191, "repo_name": "nihildeb/hme", "id": "7b7c89c2fe5aa83286ec068382d4a04693aeed2a", "size": "12243"...
require 'test_helper' class EventOccurrenceControllerTest < ActionController::TestCase # test "the truth" do # assert true # end end
{ "content_hash": "8e74aeb7f6efc93e5c2ad5f5d488c05a", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 64, "avg_line_length": 20.285714285714285, "alnum_prop": 0.7394366197183099, "repo_name": "dsgrafiniert/campusasyl_projectsdb", "id": "62ba0d025e706aa9504f0bb36f11dd4b5bf4ad8e...
<?php namespace DC3\InstawallBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class EventControllerTest extends WebTestCase { /* public function testCompleteScenario() { // Create a new client to browse the application $client = static::createClient(); ...
{ "content_hash": "ead0d1374af696d2c01f30db2e8984cd", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 125, "avg_line_length": 35.25454545454546, "alnum_prop": 0.6034038164002062, "repo_name": "pierrelauret/instawall", "id": "c97e16428d3b7f54a5ac58541626b39f05248f12", "size"...
title: Ježiš – Prostredník lepšej zmluvy date: 06/01/2022 --- > <p></p> > <sup>8</sup>Keď ich karhá, hovorí: Hľa, prichádzajú dni, hovorí Pán, a uzavriem s domom Izraela a s domom Júdu novú zmluvu. <sup>9</sup>Nie takú zmluvu, ako som uzavrel s ich otcami v ten deň, keď som ich vzal za ruku, aby som ich vyviedol z e...
{ "content_hash": "b888a2893a0aa7af2216b0154618b743", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 781, "avg_line_length": 83.93478260869566, "alnum_prop": 0.7821807821807821, "repo_name": "imasaru/sabbath-school-lessons", "id": "74badebab1350c4dfc1f09d6d9e3a2a71b3f6c9a", ...