text
stringlengths
2
1.04M
meta
dict
<?php /** * DO NOT EDIT THIS FILE! * * This file was automatically generated from external sources. * * Any manual change here will be lost the next time the SDK * is updated. You've been warned! */ namespace DTS\eBaySDK\Test\Trading\Types; use DTS\eBaySDK\Trading\Types\ReviseFixedPriceItemResponseType; class...
{ "content_hash": "c5a8b8b5e7df32b4d7f01c3179ffb235", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 107, "avg_line_length": 25.575757575757574, "alnum_prop": 0.716824644549763, "repo_name": "davidtsadler/ebay-sdk-php", "id": "fdb16fb764bf7b95a56910d4ef37f0f92c12c0fd", "si...
<?php $this->beginContent('//layouts/headfoot'); ?> <div id="page" class="two_columns"> <?php echo $content; ?> </div> <?php $this->endContent(); ?>
{ "content_hash": "f53626e7bdc6ec8876b034875d02bd4e", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 51, "avg_line_length": 30.4, "alnum_prop": 0.6052631578947368, "repo_name": "shenjia/zApp", "id": "b501217a5d374fc2ff144c045aadd49acd9f0706", "size": "152", "binary": fals...
require 'chef/resource/package' require 'chef/resource/chef_gem' module InfluxDB # Some helpers to interact with InfluxDB module Helpers # TODO : Configurable administrator creds def self.client(user = 'root', pass = 'root', run_context) install_influxdb(run_context) require_influxdb Infl...
{ "content_hash": "a321cca172ea23bd92ce01e4a38749fa", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 73, "avg_line_length": 26.95744680851064, "alnum_prop": 0.664561957379637, "repo_name": "datasift/chef-influxdb", "id": "4d3db30790931b91e1ebed2f25022667957bd982", "size": ...
layout: post title: A4. RENEWABLE ENERGY SOURCES AND DRIVES date: 2017-06-02 11:00:00 end-date: '2017-06-02 12:30 PM' participants: Prof. Bruno FRANÇOIS location: Hall A --- **1. &nbsp;&nbsp; Power Control of PMSG for Wind Turbine Using Maximum Torque per Ampere Strategy** <br>Zahari Zarkov, Boris Demirkov **2. &nb...
{ "content_hash": "32def467fd17152ee698516d81823da7", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 148, "avg_line_length": 43.76923076923077, "alnum_prop": 0.7759226713532513, "repo_name": "BozhkoZ/schedule", "id": "96f4640f332056ceccf4729974edc4b9622a32a4", "size": "114...
<? function api_getComments_front() { ?> <p><big>Fetch comments left on OpenAustralia.</big></p> <p>With no arguments, returns most recent comments in reverse date order.</p> <h4>Arguments</h4> <dl> <dt>date (optional)</dt> <dd>Fetch the comments for this date.</dd> <dt>search (optional)</dt> <dd>Fetch the comments ...
{ "content_hash": "896d006ea56f05a7d275859d57064566", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 84, "avg_line_length": 23.403508771929825, "alnum_prop": 0.6266866566716641, "repo_name": "archoo/twfy", "id": "c45b4e2b951994b4340c6d56222c50e9ba9ec4d0", "size": "1334", ...
#include <assert.h> #include <stdlib.h> #include "customer.h" #include "map.h" #include "pair.h" #include "manager.h" #include "reservation.h" #include "tm.h" #include "types.h" /* ============================================================================= * DECLARATION OF TM_CALLABLE FUNCTIONS * ==============...
{ "content_hash": "565fed29fe1296801fde30df68a81b48", "timestamp": "", "source": "github", "line_count": 974, "max_line_length": 113, "avg_line_length": 33.52361396303901, "alnum_prop": 0.5376393482788191, "repo_name": "nmldiegues/tuner-icac14", "id": "60f8a1d55a0ad41f0a6fa5d384cdd9db7fdd8977", "siz...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>dpdgraph: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "65f45301a1390f777176e76d7ac36e2a", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 159, "avg_line_length": 41.21556886227545, "alnum_prop": 0.535231730350138, "repo_name": "coq-bench/coq-bench.github.io", "id": "f441c0a2ddaf384157dcb16d941aa7d3d97857dd", ...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
{ "content_hash": "6d040cd92a5700d65958b93799d87b4b", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 115, "avg_line_length": 32.79545454545455, "alnum_prop": 0.7671517671517671, "repo_name": "1and1/camunda-bpm-platform", "id": "ca92bb588e79ad0c80192cb461825464628282f3", "s...
module AgnosticBackend module Queryable class Attribute < TreeNode include AgnosticBackend::Utilities attr_reader :name, :parent def initialize(name, parent:, context:) super([], context) @name, @parent = name, parent end def ==(o) super && o.name == name ...
{ "content_hash": "8b495a7294f2371b8da8886959502174", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 60, "avg_line_length": 19.681818181818183, "alnum_prop": 0.5866050808314087, "repo_name": "tlatsas/agnostic_backend", "id": "2e6cd3dec8d17cbe03b9eb6a787cd7b56bf0d465", "siz...
use std::fmt::Display; use std::marker::PhantomData; use gtk::{ Button, Inhibit, Label, Window, WindowType, prelude::ButtonExt, prelude::ContainerExt, prelude::LabelExt, prelude::WidgetExt, }; use gtk::Orientation::{Horizontal, Vertical}; use relm::{ connect, Component, ...
{ "content_hash": "f399ae97383ae9781ba6cd0b006759c7", "timestamp": "", "source": "github", "line_count": 243, "max_line_length": 96, "avg_line_length": 21.152263374485596, "alnum_prop": 0.5348249027237354, "repo_name": "antoyo/relm", "id": "12ff5a0deaeec73af60954c929e7cdd84490c16c", "size": "6280", ...
CREATE TABLE TB_LANCA_ARQUIVO ( ID INTEGER NOT NULL , ID_ARQU_REMESSA INTEGER NOT NULL , TP_ARQUIVO NCHAR (3) , DT_ENVIO DATE , DT_RECEBIMENTO INTEGER , NM_CAMINHO_ARQUIVO NVARCHAR2 (249) ) ; CREATE INDEX TB_LANCA_ARQUIVO__IDX ON TB_LANCA_ARQUIVO ( ID ASC ) ; ALTER TAB...
{ "content_hash": "43970db4d43867018d4c43c997b7ed81", "timestamp": "", "source": "github", "line_count": 308, "max_line_length": 145, "avg_line_length": 34.34415584415584, "alnum_prop": 0.6388731329173757, "repo_name": "jairoandre/lance-web-hot", "id": "f3e657e255de8e4ea4cb093721b3bb41812bd175", "si...
<?php namespace Oro\Bundle\PlatformBundle\Form; use Doctrine\Common\Cache\CacheProvider; use Oro\Bundle\PlatformBundle\Provider\PackageProvider; class UrlGenerator { const URL = '//r.orocrm.com/a/'; const FORM_JS = 'f.js'; /** @var PackageProvider */ protected $packageProvider; /** @var CacheP...
{ "content_hash": "0f707ca7872f18a650acb46588dd4000", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 98, "avg_line_length": 24.788732394366196, "alnum_prop": 0.5727272727272728, "repo_name": "trustify/oroplatform", "id": "d0ff8b79fd35d281c1fa89fedd0fdfb17012b19f", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="../schema/schema-att-wildcard1.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <root xmlns="http://www.example.com" b="a" l="a"> <child xmlns="http://www.other.com">
{ "content_hash": "a37b98da94c9ceb84b79ce2bd81bce2b", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 129, "avg_line_length": 65, "alnum_prop": 0.6730769230769231, "repo_name": "aerhard/linter-autocomplete-jing", "id": "e3322b96ba9f308207c885e1abeb9c7d1f6e6010", "size": "260...
function Sclass = ST_wentworth(phi) % Report wentworth class of a particular grain size phi % % function wentworth(phi) % % DESCRIPTION: % Report the wentworth of a grain size phi % % INPUT: % phi: sediment grain size in phi scale % % OUTPUT: % prints wentworth class to screen % % EXAMPLE USAGE % wentwort...
{ "content_hash": "b659254ac47cceb27d0e213121052858", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 88, "avg_line_length": 27.095238095238095, "alnum_prop": 0.616871704745167, "repo_name": "pwcazenave/fvcom-toolbox", "id": "c9da83e16d7cf1b0110e29b17773630cae2c7db6", "size...
package org.wso2.carbon.mdm.mobileservices.windows.operations; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.wso2.carbon.mdm.mobileservices.windows.operations.util.Constants; import java.util.Iterator; import java.util.List; /** * Commands sent from the device. */ public class Replace { in...
{ "content_hash": "caa4d4fa33143b63317a5410ce03c226", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 89, "avg_line_length": 23.51851851851852, "alnum_prop": 0.6968503937007874, "repo_name": "jelacote/product-mdm", "id": "f63c68a02a58d0fca1e2bd08b51caf4dc8608c4c", "size": "...
run_spec(__dirname, ["flow", "babel", "typescript"], { jsxBracketSameLine: true, errors: { typescript: ["in-end-tag.js"], }, });
{ "content_hash": "1935d2a3453b3df03471632474dc0d49", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 54, "avg_line_length": 23.166666666666668, "alnum_prop": 0.5827338129496403, "repo_name": "jlongster/prettier", "id": "39e36879a2104819254ba172775307183dbb7626", "size": "13...
FROM balenalib/nitrogen8mm-fedora:31-run RUN dnf -y update \ && dnf clean all \ && dnf -y install \ gzip \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel \ tar \ && dnf clean all # set JAVA_HOME ENV JAVA_HOME /usr/lib/jvm/java-openjdk CMD ["echo","'No CMD command was set in Dockerfile! Details about CMD co...
{ "content_hash": "16065048c951e967e684b2593e2a64fa", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 673, "avg_line_length": 58.90909090909091, "alnum_prop": 0.7106481481481481, "repo_name": "nghiant2710/base-images", "id": "05c4c2c368d0a76c0e579665fd10588a307c0b7c", "size...
<?xml version="1.0" encoding="UTF-8"?> <!-- #%L U-QASAR %% Copyright (C) 2012 - 2015 U-QASAR Consortium %% 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....
{ "content_hash": "fcc3058165cc1c7768806cd4cbee7291", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 237, "avg_line_length": 56.724137931034484, "alnum_prop": 0.7337386018237082, "repo_name": "minzen/u-qasar.platform", "id": "93146f656649c9aab42c4dd0aff2cd2ddcf71a1b", "siz...
/* Code from Head First C. */ #include <stdio.h> #include <string.h> #include <errno.h> #include <stdlib.h> #include <sys/socket.h> #include <arpa/inet.h> #include <sys/types.h> #include <unistd.h> #include <signal.h> int listener_d = 0; void error(char *msg) { fprintf(stderr, "%s: %s\n", msg, strerror(errno))...
{ "content_hash": "5081933044b0bdc563b85d165e5ccb3e", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 81, "avg_line_length": 21.496932515337424, "alnum_prop": 0.6024543378995434, "repo_name": "joeylmaalouf/ExercisesInC", "id": "4fd8d8a9ccabdc2ce3c95183ebdfff26636580e7", "s...
Overriding Default FOSUserBundle Forms ====================================== Overriding a Form Type ---------------------- The default forms packaged with the FOSUserBundle provide functionality for registering new user, updating your profile, changing your password and much more. These forms work well with the bund...
{ "content_hash": "08747bd3e71710a37fe0218ff679b372", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 128, "avg_line_length": 33.96491228070175, "alnum_prop": 0.6496212121212122, "repo_name": "AlphaWhack/app", "id": "4c165c2afaef6474ab02b44447cf828d56f2d2ef", "size": "5808...
<!-- - Copyright 1999-2011 Alibaba Group. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by ap...
{ "content_hash": "da5c034f2f3602c401eac8b0d0746efa", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 104, "avg_line_length": 36.68, "alnum_prop": 0.7082878953107961, "repo_name": "yshaojie/dubbo", "id": "c77890af5f45eb1ea2cdee0cfe5c2db2c745ae28", "size": "1834", "binary"...
/** * @since 2016-10-11 19:24 * @author vivaxy */ var zoom = 14; var lng = 121.4203236; var lat = 31.2162311; var container = document.querySelector('.js-container'); var centerPoint = new BMap.Point(lng, lat); // 百度地图API功能 var map = new BMap.Map(container); // 创建Map实例 map.centerAndZoom(centerPoint, zoom); // 初始化...
{ "content_hash": "a2162501341d98414eec789825b90b46", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 59, "avg_line_length": 23.363636363636363, "alnum_prop": 0.72568093385214, "repo_name": "vivaxy/course", "id": "0a7d2bfe9e4e9c1927d71a32a0a8eb37602a99f5", "size": "568", ...
from autobahn.wamp import Api # create an API object to use the decorator style # register/subscribe WAMP actions api = Api() @api.register(u'com.example.add2') def add2(a, b): return a + b @api.subscribe(u'com.example.on-hello', details=True) def on_hello(msg, details=None): print(u'Someone said: {}'.format...
{ "content_hash": "b92be2d79a6d556d6235091f5b2f81ee", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 73, "avg_line_length": 28.229166666666668, "alnum_prop": 0.6856088560885609, "repo_name": "RyanHope/AutobahnPython", "id": "4ecd24732d4c9ef2d07c84334e0791a4e0354265", "size...
namespace chromeos { // PpdCache manages a cache of locally-stored PPD files. At its core, it // operates like a persistent hash from PpdReference to files. If you give the // same PpdReference to Find() that was previously given to store, you should // get the same FilePath back out (unless the previous entry has t...
{ "content_hash": "418904366d2cdeb3a7014cf2ffa743d0", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 80, "avg_line_length": 40.71666666666667, "alnum_prop": 0.6962750716332379, "repo_name": "scheib/chromium", "id": "d350c8eed10e7d7a5ece12654576db6e2e1ca377", "size": "2932"...
'use strict'; const childProcess = require('child_process'); const childModule = require.resolve('./child/index'); function fork(forkModule, options) { const child = childProcess.fork(childModule, { cwd: process.cwd(), env: process.env, execArgv: options.execArgv, silent: true }); child.send({...
{ "content_hash": "71102bbbf8b4e8a9f77328bc77eb65f2", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 74, "avg_line_length": 19.516129032258064, "alnum_prop": 0.6198347107438017, "repo_name": "gunaangs/Feedonymous", "id": "233ebf5342a967743c01f5ee8bfdab3e3c9e9e2b", "size": ...
import unittest import time from app import create_app, db from app.models import User, Permission, AnonymousUser, Role class UserModelTestCase(unittest.TestCase): def setUp(self): self.app = create_app('testing') self.app_context = self.app.app_context() self.app_context.push() d...
{ "content_hash": "7039d60b116d8bb67629732b3d378600", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 80, "avg_line_length": 35.8062015503876, "alnum_prop": 0.6139857111928989, "repo_name": "dronly/flask-blog", "id": "3b5aceec9197106859c3e037a853636b7012f969", "size": "466...
'use strict'; import headerTpl from './header.html'; function headerComponent($log) { 'ngInject'; var directive = { restrict: 'E', templateUrl: headerTpl, controller: HeaderController, controllerAs: 'headerController', bindToController: true }; return directive; function HeaderControll...
{ "content_hash": "ebf8a389eab486ac739f6fc8b458430f", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 38, "avg_line_length": 15.783783783783784, "alnum_prop": 0.5513698630136986, "repo_name": "asarenski/angular1Example", "id": "453579850ac69617982554f192103122beac6359", "si...
<div class="row"> {% for post in site.posts %} <div class="col s12 m6"> <div class="card"> <div class="card-image"> <img src="{{post.image}}"> <span class="card-title"><a style="color:white">{{ post.title | escape }}</a></span> <a id="{{post.url}}" class="btn-floating halfway-fab ...
{ "content_hash": "d7384037323edaeb197eb6ae7b28665f", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 172, "avg_line_length": 33.23529411764706, "alnum_prop": 0.5451327433628319, "repo_name": "rcodin/rcodin.github.io", "id": "87f1253ad38849615dd00324763c2f874e6eaa83", "size...
'use strict'; const symbols = require('./symbols'); const Metadata = require('../util/meta'); const lifecycle = require('./decorators/lifecycle'); const coreServices = require('./services'); const $err = require('../util/application_error'); /*! * Initializer function for modules `Module`. * * @private */ async f...
{ "content_hash": "7a3e4192b125251dbe0ef094adfb96c7", "timestamp": "", "source": "github", "line_count": 212, "max_line_length": 114, "avg_line_length": 41.528301886792455, "alnum_prop": 0.676056338028169, "repo_name": "raveljs/ravel", "id": "245d55638b6a4663b3803d4182ebcf2204b89aa6", "size": "8804"...
package com.amazonaws.services.migrationhubrefactorspaces.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.migrationhubrefactorspaces.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.ja...
{ "content_hash": "bad4cfc1fdc886722ac861409bb04a19", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 136, "avg_line_length": 35.42857142857143, "alnum_prop": 0.6577060931899642, "repo_name": "aws/aws-sdk-java", "id": "791aaf2f34bce286103c902f1468a3712bb32c55", "size": "281...
namespace Microsoft.Azure.Management.Compute.Models { using Microsoft.Azure; using Microsoft.Azure.Management; using Microsoft.Azure.Management.Compute; using Microsoft.Rest; using Newtonsoft.Json; using System.Linq; public partial class ContainerServiceDiagnosticsProfile { /// ...
{ "content_hash": "ec050a13b86d2b92178fca37c94c7c14", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 94, "avg_line_length": 31.467741935483872, "alnum_prop": 0.5884161968221425, "repo_name": "atpham256/azure-sdk-for-net", "id": "b67fcc30892a22ceabc1abf134b735cb88b147ac", "...
ffff
{ "content_hash": "ece926d8c0356205276a45266d361161", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 4, "avg_line_length": 4, "alnum_prop": 1, "repo_name": "alesevimor/angular-seed", "id": "9720664829a6494d99be2e6633e91e4ebe34b8ca", "size": "4", "binary": false, "copies...
using IntelliTect.Coalesce; using IntelliTect.Coalesce.Mapping; using IntelliTect.Coalesce.Models; using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; namespace Coalesce.Web.Vue2.Models { public partial class PersonCriteriaDtoGen : GeneratedDto<Coalesce.Domain.PersonCri...
{ "content_hash": "9a220d0954b97f02e139e8c38b640f2a", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 122, "avg_line_length": 32.109375, "alnum_prop": 0.6077858880778588, "repo_name": "IntelliTect/Coalesce", "id": "adaaa0b8cc071dd4f9c509090d4188438262c05d", "size": "2055", ...
[CmdletBinding()] param() # Arrange. . $PSScriptRoot\..\lib\Initialize-Test.ps1 Invoke-VstsTaskScript -ScriptBlock { $tempDirectory = [System.IO.Path]::Combine([System.IO.Path]::GetTempPath(), [System.IO.Path]::GetRandomFileName()) New-Item -Path $tempDirectory -ItemType Directory | ForEach-Object { $_...
{ "content_hash": "e2b9cb564c09145eb6e48319d86856a5", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 118, "avg_line_length": 39.666666666666664, "alnum_prop": 0.6393557422969187, "repo_name": "Microsoft/vsts-task-lib", "id": "8ea902aa8989e912168c10cbe99728ede44f4e7d", "siz...
> Verb stores certain information on a few objects that should not be overwritten. These properties are: - `verb.cache` - `verb.cache.data` - `verb.options` <!-- TODO: generate a list of methods and objects -->
{ "content_hash": "d74d58e6cd0ff8b254e363ff238265d8", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 102, "avg_line_length": 21.6, "alnum_prop": 0.7129629629629629, "repo_name": "GerHobbelt/verb", "id": "c238d8329bf5c7f5690a06b02c03b6beb16aa339", "size": "240", "binary":...
// Generated Source interface CalledNumberInfo { /** * Called phone number */ phoneNumber?: string; } export default CalledNumberInfo;
{ "content_hash": "a4ad4436a9ee652d6fa9fa49a4a3da82", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 32, "avg_line_length": 14.181818181818182, "alnum_prop": 0.6602564102564102, "repo_name": "ringcentral/ringcentral-js-client", "id": "a7d3ee8261c0be35a7150f78272262a970310404...
It is now possible to have multiple search pages in a site, each with it's own separate restrictions as to which class or classes are searchable. Asides from the traditional 'search all of the SiteTree' this module provides more flexibility. An administrator can do the following: * Create a search page that searches...
{ "content_hash": "e1329c2523a70aa2f3760133c14a85c3", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 141, "avg_line_length": 47.74193548387097, "alnum_prop": 0.8014864864864865, "repo_name": "gordonbanderson/silverstripe-elastica", "id": "ab470f2f987c23577ec9dde59823b6ced31...
Quick start guide -------------------------------------------------------------- If you are familiar with processing you probably know that there are two main functions which set the picture into motion. They are `setup` and `draw`. The function: * `setup` initializes the window scene and state of the animation. *...
{ "content_hash": "d4266b9240ce2c03f8404f85e67de3ac", "timestamp": "", "source": "github", "line_count": 486, "max_line_length": 131, "avg_line_length": 28.89917695473251, "alnum_prop": 0.7214667141331434, "repo_name": "anton-k/processing-for-haskell", "id": "bb468823d044d605b16ef7329b3b9ee71ca7dbcc",...
package com.amazonaws.services.billingconductor.model.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.Request; import com.amazonaws.http.HttpMethodName; import com.amazonaws.services.billingconductor.model.*; import com.amazonaws.transform.Marshaller; imp...
{ "content_hash": "49edcf7a022baf4f73c15511dd4fca7d", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 158, "avg_line_length": 43.1764705882353, "alnum_prop": 0.7797456857402362, "repo_name": "aws/aws-sdk-java", "id": "2ea843d288efc496ed1cf2e195a7ddcef472771b", "size": "2782...
package org.graylog2.jersey.container.netty; import com.sun.security.auth.UserPrincipal; import javax.ws.rs.core.SecurityContext; import java.security.Principal; public class DefaultSecurityContextFactory implements SecurityContextFactory { @Override public SecurityContext create(final String userName, Str...
{ "content_hash": "394d0b3877de7a7f4b35041c375b12df", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 140, "avg_line_length": 27.054054054054053, "alnum_prop": 0.6083916083916084, "repo_name": "cailin186/jersey-netty", "id": "2a8633dddb842e0edf5bd3c1ade57cbb8aad00db", "size...
layout: page title: Palace Enterprises Party date: 2016-05-24 author: Olivia Best tags: weekly links, java status: published summary: Praesent tincidunt convallis velit, sed tempor. banner: images/banner/meeting-01.jpg booking: startDate: 11/28/2019 endDate: 12/02/2019 ctyhocn: TULBYHX groupCode: PEP published:...
{ "content_hash": "69aff77085b31c6d18f85b0a55096368", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 560, "avg_line_length": 88.125, "alnum_prop": 0.8141843971631205, "repo_name": "KlishGroup/prose-pogs", "id": "3ccdb67b9450b6fc59febc6299b435d4bf69f7d2", "size": "2119", ...
SYNONYM #### According to Index Fungorum #### Published in null #### Original name Scleroderma strobilinum Kalchbr., 1875 ### Remarks null
{ "content_hash": "00d04303410b7c2c5c51cd62538a16a6", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 38, "avg_line_length": 10.923076923076923, "alnum_prop": 0.7183098591549296, "repo_name": "mdoering/backbone", "id": "6db4a839c103b4782781b9f931961c44e3c3dacc", "size": "22...
package org.http4s package headers import org.http4s.parser.HttpHeaderParser import org.http4s.util.NonEmptyList object `WWW-Authenticate` extends HeaderKey.Internal[`WWW-Authenticate`] with HeaderKey.Recurring { override def parse(s: String): ParseResult[`WWW-Authenticate`] = HttpHeaderParser.WWW_AUTHENTICATE(...
{ "content_hash": "57fdd5594174fa17961ebe48fabbc5e1", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 105, "avg_line_length": 32.8125, "alnum_prop": 0.7904761904761904, "repo_name": "m4dc4p/http4s", "id": "354944b6a9f63c44fe88137f30d2470e71ff8723", "size": "525", "binary"...
package org.apache.dubbo.metadata.definition.builder; import org.apache.dubbo.metadata.definition.TypeDefinitionBuilder; import org.apache.dubbo.metadata.definition.model.TypeDefinition; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.text.MessageFormat; import java.util.Arrays...
{ "content_hash": "6de887b36a54e257b3b4751794b4af9e", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 106, "avg_line_length": 36.58490566037736, "alnum_prop": 0.6456936565239815, "repo_name": "aglne/dubbo", "id": "a2070829ffa64787c92d76913a7e34cabfdcaf21", "size": "2740", ...
<!DOCTYPE html> <html lang="en" data-ng-app="app"> <head> <meta charset="utf-8" /> <title>BKD Kabupaten Sampang - Company Profile</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link rel="stylesheet" href="css/bootstrap.css" type...
{ "content_hash": "f0932031afd7903e6c255d60963dec27", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 97, "avg_line_length": 52, "alnum_prop": 0.6440170940170941, "repo_name": "landasystems/bkd_cp", "id": "de117e52fe04447d066600e2cd9ffa24a53a18e1", "size": "2340", "binary...
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;} header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;} table{border-collapse:collapse;border-spacing:0;} c...
{ "content_hash": "c419b1f49da38d40dba14f3f36aee16b", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 165, "avg_line_length": 42.208333333333336, "alnum_prop": 0.7630799605133267, "repo_name": "Lirongkun/baiduIFE-stage1", "id": "2e3075dffc4cf9a6c5a75c7bcf3cdf569f271af5", "s...
angular.module('myApp.navigation', []) .controller('NavigationCtrl', [function() { }]);
{ "content_hash": "eaaedd4dcc2bc73302003db4546db78a", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 47, "avg_line_length": 31.666666666666668, "alnum_prop": 0.631578947368421, "repo_name": "Ivelina-Evy/WiredeltaChallenge", "id": "9dcfb1efa07de3898071d95e07d97faecbd6ace1", ...
import React from 'react'; import {Layout, BackTop} from 'antd'; import {Route} from 'react-router-dom'; import Home from "../routes/Home/index"; import Setting from "../routes/Setting/index"; import User from "../routes/User/index"; import './Content.css'; class Content extends React.Component{ render(){ ...
{ "content_hash": "3858a6a34c41ecbe13eb6a2c5e1ebdc0", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 63, "avg_line_length": 30, "alnum_prop": 0.5893939393939394, "repo_name": "RichardTianke/react-ant-design-demo-blog", "id": "05d3bc7589e81ffdfbb7d9e327bf6a64be78faef", "siz...
#import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #import "GMUPlacemark.h" @interface GMUPlacemarkTest : XCTestCase @end static NSString *const kTitle = @"Placemark"; static NSString *const kSnippet = @"A test placemark."; static NSString *const kStyleUrl = @"#test"; @implementation GMUPlacemarkTest - (void)te...
{ "content_hash": "f7554520cb05478c0d8aa69b6f31d9a8", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 78, "avg_line_length": 34.15625, "alnum_prop": 0.6120768526989936, "repo_name": "mountainvat/google-maps-ios-utils", "id": "123a3156e83d6cac71cbb7b98d27a13b490540f8", "size...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
{ "content_hash": "ff4a22e3a1b1ba5e68cb4a3d14e24b8d", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 83, "avg_line_length": 28.06122448979592, "alnum_prop": 0.7061818181818181, "repo_name": "facebook/presto", "id": "ba6ab3e2aeaaf3be5d50cff27c922efeb96b695d", "size": "1375"...
package org.apache.camel.processor; import java.text.NumberFormat; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicInteger; import org.apache.camel.AsyncCallback; import org.apache.camel.AsyncProcessor; import org.apache.camel.Camel...
{ "content_hash": "51113f2915b4781b0fed6af623d6184c", "timestamp": "", "source": "github", "line_count": 262, "max_line_length": 147, "avg_line_length": 31.950381679389313, "alnum_prop": 0.6511766814000717, "repo_name": "igarashitm/camel", "id": "8cc0616be13966a46f8edbbf59a9b8c7ea8d806b", "size": "9...
AnalyticsAdminService --------------------------------------- .. automodule:: google.analytics.admin_v1beta.services.analytics_admin_service :members: :inherited-members: .. automodule:: google.analytics.admin_v1beta.services.analytics_admin_service.pagers :members: :inherited-members:
{ "content_hash": "44dbd3e8ab3c44fcba78e642b2218dd2", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 85, "avg_line_length": 30.5, "alnum_prop": 0.6655737704918033, "repo_name": "googleapis/python-analytics-admin", "id": "aca3ba6d59772900fd3b69098595db292c027384", "size": "...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Search &mdash; Bulbs 0.2 documentation</title> ...
{ "content_hash": "7a365c2dc3a866dd39430ba63f7a9f47", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 93, "avg_line_length": 29.828282828282827, "alnum_prop": 0.6112428039282086, "repo_name": "CrystallineEntity/bulbs", "id": "64fb2ea9190e0794b5727b4ad7aeda8959350fd5", "size...
require 'libglade2' require 'sta-viewer_glade' class StaViewer < StaViewerGlade def initialize(path_or_data, root = nil, domain = nil, localedir = nil, flag = GladeXML::FILE) bindtextdomain(domain, localedir, nil, "UTF-8") super(path_or_data, root = nil, domain = nil, localedir = nil, flag = GladeXML::...
{ "content_hash": "4ed9fdbd58cefa225816f7f2da7f645e", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 96, "avg_line_length": 25.88888888888889, "alnum_prop": 0.6552217453505007, "repo_name": "satokano/stamanagement", "id": "036374e9efd5917a77618789c815af5a252c2a1e", "size":...
Paragraph which includes styled docker image reference. _namespace/image-name:4.2.1_. More than one actually, here it is again, with a different version `namespace/image-name:33.44.55`. Also in code blocks: ```yaml image: namespace/image-name:8.7.6 ``` More text
{ "content_hash": "520c77ed0bbcdb97015084a8ea2195de", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 185, "avg_line_length": 29.555555555555557, "alnum_prop": 0.7518796992481203, "repo_name": "joemaller/version-everything", "id": "9daa7d9b29cce49807a9e030ea3b3508d5cd9f57", ...
package com.amazonaws.services.elastictranscoder.model; import java.io.Serializable; import com.amazonaws.AmazonWebServiceRequest; /** * <p> * The <code>UpdatePipelineRequest</code> structure. * </p> */ public class UpdatePipelineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable...
{ "content_hash": "17829034b3884bf9a6332333f0fbc841", "timestamp": "", "source": "github", "line_count": 1521, "max_line_length": 89, "avg_line_length": 49.62130177514793, "alnum_prop": 0.6181996449108302, "repo_name": "dump247/aws-sdk-java", "id": "954796331da4f32920ed06ebd60bffe4fdc4c7d1", "size":...
<?xml version="1.0" encoding="utf-8"?><!-- ~ Copyright 2018 Coinbase, Inc. ~ ~ 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 ~...
{ "content_hash": "90d92161b74a5e166f9ce259ac5d8a03", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 76, "avg_line_length": 39.78, "alnum_prop": 0.6928104575163399, "repo_name": "coinbase/coinbase-java", "id": "e4266659a8d979a97cdd6c7ca662400464d9cf33", "size": "1989", "...
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2014-2018 Red Hat, Inc. and/or its affiliates and other contributors as indicated by the @author tags. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obta...
{ "content_hash": "4c8a50aab1e21091c4774ebdcf01bc8a", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 108, "avg_line_length": 35.725806451612904, "alnum_prop": 0.6952595936794582, "repo_name": "burmanm/hawkular-metrics", "id": "a6eeda7483c98f5c8e30eadd58502da731b4eb16", "si...
<instance description="" template="weapon"> <group name="weapon_bag"> <group name="accuracy"> <float name="near" value="0.6" /> <float name="far" value="0.18" /> <float name="mid" value="0.3" /> </group> <group name="aim"> <group name="fire_aim_time"> <float name="max" value="0.25" /> <float ...
{ "content_hash": "d66782f94bc043d78f51e6d06374ced6", "timestamp": "", "source": "github", "line_count": 444, "max_line_length": 108, "avg_line_length": 38.2972972972973, "alnum_prop": 0.6197953422724065, "repo_name": "Ruhrpottpatriot/LastCrusade", "id": "9975f2a49910c11927fde46330c7e1376a5c93f3", "...
import { MongoClient } from 'mongodb'; const MONGODB_URI = process.env.MONGODB_URI; // Somewhere outside the class: // async function instantiateClientAndConnect() { const client = new CofactsMongoClient(MONGODB_URI, { useUnifiedTopology: true, }); await client.mongoClient.connect(); return client; } exp...
{ "content_hash": "83a288409eb5848b3f4ef28cd9081130", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 78, "avg_line_length": 20.84313725490196, "alnum_prop": 0.6594543744120414, "repo_name": "cofacts/rumors-line-bot", "id": "8ebad544f07135060c16c10c30d7236371f7fc59", "size"...
* **spanner/spannertest:** support JSON_VALUE function ([#5173](https://www.github.com/googleapis/google-cloud-go/issues/5173)) ([ac98735](https://www.github.com/googleapis/google-cloud-go/commit/ac98735cb1adc9384c5b2caeb9aac938db275bf7)) * **spanner/spansql:** support CAST and SAFE_CAST ([#5057](https://www.github.com...
{ "content_hash": "b54e9ffe19d1beabc0740db5db13671e", "timestamp": "", "source": "github", "line_count": 481, "max_line_length": 334, "avg_line_length": 68.64864864864865, "alnum_prop": 0.7656268927922472, "repo_name": "cloudspannerecosystem/gcsb", "id": "bddabea7b4c8fa0373859abbc0440ae0aa8a06da", "...
<?php namespace Symfony\Component\Console; use Symfony\Component\Console\Descriptor\TextDescriptor; use Symfony\Component\Console\Descriptor\XmlDescriptor; use Symfony\Component\Console\Exception\ExceptionInterface; use Symfony\Component\Console\Helper\DebugFormatterHelper; use Symfony\Component\Console\Helper\Proc...
{ "content_hash": "fac42fdf35f4b9162fe076c36e6a30bc", "timestamp": "", "source": "github", "line_count": 1143, "max_line_length": 198, "avg_line_length": 33.58792650918635, "alnum_prop": 0.5640123987392879, "repo_name": "linovarona/symfony", "id": "71ac6aed41ddcf59efff5e4906541aa0bab38ebd", "size": ...
namespace Kvasir { //Analog comparators ACMP0/1/2/3 namespace AcmpCtrl{ ///<Comparator block control register using Addr = Register::Address<0x40008000,0x00000000,0x00000000,unsigned>; ///Reserved. constexpr Register::FieldLocation<Addr,Register::maskFromRange(7,0),Register::ReadWriteAcce...
{ "content_hash": "982f311a0f4c77ece28f511a5179d09e", "timestamp": "", "source": "github", "line_count": 830, "max_line_length": 280, "avg_line_length": 70.54819277108433, "alnum_prop": 0.6688241823926223, "repo_name": "porkybrain/Kvasir", "id": "ff6c95c40a7f2ef18f725a5c2f1f0e637eaf6256", "size": "5...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "8bae707cd1f79a2455252f6b989ae609", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "5057f595072c7b0e0da10b65d3102f25f5942b28", "size": "18...
package org.elasticsearch.index.mapper.selector; import org.apache.lucene.document.FieldSelectorResult; import org.elasticsearch.common.lucene.document.ResetFieldSelector; import org.elasticsearch.index.mapper.internal.UidFieldMapper; /** * An optimized field selector that loads just the uid. */ public class UidF...
{ "content_hash": "df7dcb7d5d894fe53303045664fa7287", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 75, "avg_line_length": 23.5, "alnum_prop": 0.7127659574468085, "repo_name": "umangmehta12/elasticsearch-server", "id": "8da00802873162920f1aa52fc82fa0ed220662c9", "size": "...
'use strict'; // FIRST SOLUTION export function zeroMatrix1(matrix) { if (!matrix || !matrix.length) throw Error('invalid matrix'); if (matrix.length === 1 && matrix[0].length === 1) return matrix; const coordsSet = new Set(); matrix.forEach((row, i) => { row.forEach((cell, x) => cell === 0 && coordsSet...
{ "content_hash": "b2196953a4372e05954f5cbb6a592d3c", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 121, "avg_line_length": 24.241935483870968, "alnum_prop": 0.5688622754491018, "repo_name": "ruthnaebeck/codeboard", "id": "af983037b80eacd98c87191025b798911db40b28", "size"...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "e882a12073105f3dc307339aff55314e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "9ccd718e184ef3d89a0b985855367233519259ec", "size": "186...
from secret import twitter_instance from json import dump import sys tw = twitter_instance() # [1] response = tw.users.report_spam(screen_name='showa_yojyo') # [2] dump(response, sys.stdout, ensure_ascii=False, indent=4, sort_keys=True)
{ "content_hash": "e3d02ba6b16d69f8a1e81e55142373c5", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 72, "avg_line_length": 21.818181818181817, "alnum_prop": 0.7416666666666667, "repo_name": "showa-yojyo/notebook", "id": "997a70e5515af26e8e41186733e2b4b66e834afa", "size": ...
package org.apache.camel.component.http; import java.io.Closeable; import java.net.URI; import java.net.URISyntaxException; import java.util.Map; import javax.net.ssl.HostnameVerifier; import org.apache.camel.Consumer; import org.apache.camel.PollingConsumer; import org.apache.camel.Processor; import org.apache.cam...
{ "content_hash": "585b2a9e288eec42067b52f8bbc6aea4", "timestamp": "", "source": "github", "line_count": 569, "max_line_length": 188, "avg_line_length": 41.39718804920914, "alnum_prop": 0.6913181914667799, "repo_name": "zregvart/camel", "id": "5e43f447a91d7ca2b955baab30209149577d05ff", "size": "2435...
class PrefService; namespace user_prefs { class PrefRegistrySyncable; } namespace password_manager { class LoginDatabase; } // PasswordStoreX is used on Linux and other non-Windows, non-Mac OS X // operating systems. It uses a "native backend" to actually store the password // data when such a backend is available, ...
{ "content_hash": "428f58e18024c176f4358f3e8b523c43", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 80, "avg_line_length": 44.95070422535211, "alnum_prop": 0.7306908976970077, "repo_name": "danakj/chromium", "id": "e1b6f16b755a7545a2a4cf095b72f17a3eddae49", "size": "6902...
import unittest from quantum.common import utils from quantum.plugins.nec.common import config from quantum.plugins.nec.db import api as ndb from quantum.plugins.nec.db import models as nmodels from quantum.plugins.nec import ofc_manager class OFCManagerTest(unittest.TestCase): """Class conisting of OFCManager u...
{ "content_hash": "2a055e40f2a78ad8c01921b276468127", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 71, "avg_line_length": 41.42657342657343, "alnum_prop": 0.6205266711681297, "repo_name": "psiwczak/quantum", "id": "05dde8e52a06a2646edcce4fe91a508ece92c3d8", "size": "662...
@interface GHSearchUserViewController : GHTableViewController { @private NSString *_searchString; NSArray *_users; } @property (nonatomic, copy) NSString *searchString; @property (nonatomic, retain) NSArray *users; - (id)initWithSearchString:(NSString *)searchString; @end
{ "content_hash": "94c88ff858a137569bd52eb2f772af76", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 63, "avg_line_length": 23.666666666666668, "alnum_prop": 0.7605633802816901, "repo_name": "OliverLetterer/iHubSC", "id": "65575abc7ee40b9ce511160078708c8a95c6f664", "size":...
static double g_pixelRatio = 1.0; static const size_t kInitialWindowWidth = 800; static const size_t kInitialWindowHeight = 600; // Maximum damage history - for triple buffering we need to store damage for // last two frames; Some Android devices (Pixel 4) use quad buffering. static const int kMaxHistorySize = 10; // ...
{ "content_hash": "66c0b8252f4dddfb03c2650509b2977b", "timestamp": "", "source": "github", "line_count": 312, "max_line_length": 80, "avg_line_length": 36.80128205128205, "alnum_prop": 0.6598153631771468, "repo_name": "rmacnak-google/engine", "id": "d75811092f9275d2e698e86302d4d85304973ef2", "size":...
package com.indeed.proctor.consumer.spring; import com.google.common.collect.ImmutableSet; import com.google.common.io.CharStreams; import com.indeed.proctor.common.AbstractProctorLoader; import com.indeed.proctor.common.ProctorResult; import com.indeed.proctor.common.ProctorSpecification; import com.indeed.proctor.co...
{ "content_hash": "3e290d44edd5aa34f374ba609abee3f2", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 143, "avg_line_length": 45.71653543307087, "alnum_prop": 0.6951429555632105, "repo_name": "indeedeng/proctor", "id": "fa2a8831f6a9b79a912d419eadc470b6403dc366", "size": "5...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Custom Terminals</title> <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="../../index.html" title="Ch...
{ "content_hash": "38cd42b8a394c6e1781cda3ee60386d0", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 532, "avg_line_length": 84.225, "alnum_prop": 0.6629563668744435, "repo_name": "ryancoleman/autodock-vina", "id": "4c8130c94814c5efdc2fa057601b2aa6b326c848", "size": "6738"...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_65) on Wed Sep 03 20:05:59 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.a...
{ "content_hash": "738f64457ebe92cadd3fc3465cac079b", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 183, "avg_line_length": 40.21367521367522, "alnum_prop": 0.6303931987247609, "repo_name": "lshain/hbase-0.98.6-hadoop2", "id": "bbcd86d23125aa3c17161776d7b31f4af53abd4e", ...
package com.torah.game.myrpggame.utils; import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.graphics.Point; import android.os.Build; import android.view.ViewConfiguration; import com.torah.game.myrpggame.MainApplication; import java.lang.reflect.Method; ...
{ "content_hash": "61bc1d0395a3607f8d9d13b098c0fc82", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 104, "avg_line_length": 28.40650406504065, "alnum_prop": 0.5935890097309674, "repo_name": "Torahlzy/FoeverGame", "id": "773bce4b5cf289e1e0f524fd12e39444215ba7a8", "size": ...
typedef uint_least16_t char16_t; typedef uint_least32_t char32_t; # endif typedef float swift_float2 __attribute__((__ext_vector_type__(2))); typedef float swift_float3 __attribute__((__ext_vector_type__(3))); typedef float swift_float4 __attribute__((__ext_vector_type__(4))); typedef double swift_double2 __attribu...
{ "content_hash": "c58816bd471e7015b3b953453d39e978", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 259, "avg_line_length": 41.21637426900585, "alnum_prop": 0.7468785471055619, "repo_name": "yopeso/Taylor", "id": "240df3468b00b79d97d5e51d2af0bfa04d0abc85", "size": "8382"...
package io.scigraph.vocabulary; import static org.junit.Assert.assertThat; import static org.hamcrest.Matchers.*; import static org.mockito.Mockito.mock; import io.scigraph.frames.Concept; import io.scigraph.frames.NodeProperties; import io.scigraph.lucene.LuceneUtils; import io.scigraph.neo4j.GraphUtil; im...
{ "content_hash": "aa6de4ff7a266b2ad7bd03fe97d54035", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 93, "avg_line_length": 32.083333333333336, "alnum_prop": 0.7288311688311688, "repo_name": "SciGraph/SciGraph", "id": "afb10262bce69e3f90416ffb57d3ebf93eff93fe", "size": "25...
package com.amazonaws.services.chime.model.transform; import javax.annotation.Generated; import com.amazonaws.SdkClientException; import com.amazonaws.Request; import com.amazonaws.http.HttpMethodName; import com.amazonaws.services.chime.model.*; import com.amazonaws.transform.Marshaller; import com.amazonaws.prot...
{ "content_hash": "8f0a8c2bde7a63f294d20ec7f6f36d16", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 155, "avg_line_length": 38.21153846153846, "alnum_prop": 0.7468545546049321, "repo_name": "aws/aws-sdk-java", "id": "758239b5ac1131fd796a4462660fa3a22526726a", "size": "256...
@interface CPERootViewController : UIViewController <UIPageViewControllerDelegate> @property (strong, nonatomic) UIPageViewController *pageViewController; @end
{ "content_hash": "a2775336cea0271a7f8fef0f4a05acc2", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 82, "avg_line_length": 32.4, "alnum_prop": 0.8518518518518519, "repo_name": "chrisjeane/ColorPalette", "id": "f5a2a271639c2857fd2e273ac5c7bc364547fbd3", "size": "1375", "b...
const ip = require('ip') const path = require('path') const webpack = require('webpack') const merge = require('webpack-merge') const HtmlWebpackPlugin = require('html-webpack-plugin') const FriendlyErrorsPlugin = require('friendly-errors-webpack-plugin') const settings = require('../settings/core').dev const baseWebpa...
{ "content_hash": "3672b7c7ed28511de056c4e0bedee1bd", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 95, "avg_line_length": 34.138888888888886, "alnum_prop": 0.6956875508543532, "repo_name": "halo-design/halo-optimus", "id": "f8e0591adebd90f7ebc81d9ab0c9b2edb9b8ec18", "siz...
(function($){ "use strict"; $.jB.extend("form.field.select", { alias : "select", attributes : ["id","class"], inputAttributes : ['name', 'multiple', 'size', 'disabled', 'title', 'tabindex'], selectAttributes : ['label','value','disabled','selected'], init : function() { if (this.items ==...
{ "content_hash": "be799294443affded34ee1b2c88361a6", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 117, "avg_line_length": 27.473684210526315, "alnum_prop": 0.5766283524904214, "repo_name": "stacyjeptha/jBuilder", "id": "a661d5974fc4ad8dc714c9046cef99069e0f4f4f", "size":...
extern "Java" { namespace gnu { namespace javax { namespace crypto { namespace jce { namespace key { class TwofishKeyGeneratorImpl; } } } } } } class gnu::javax::crypto::jce::key::TwofishKeyGeneratorImpl : public ::...
{ "content_hash": "b8a1f0721113170668c264a45089c0f6", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 123, "avg_line_length": 17.82758620689655, "alnum_prop": 0.5802707930367504, "repo_name": "the-linix-project/linix-kernel-source", "id": "aa31ef4336b67ccc9a4a6568622d19bcccc2...
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Wizchat.Models { public class LoginRequest { public string Name { get; set; } public string ConnectionId { get; set; } } }
{ "content_hash": "c6108f13fe179e728ce085a1cfe0c7b3", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 48, "avg_line_length": 18.642857142857142, "alnum_prop": 0.6781609195402298, "repo_name": "nimesh89/wizchat", "id": "b8c043f57dcd3dfe36e46af5de438544caf0ba57", "size": "263...
//Utility to convert .gr to mtx for programs that can't read gr #include "util.h" #include "graphio.h" int main(int argc, char **argv) { char *inputFilename; char *outputFilename; if (!parseCmdLineSimple(argc, argv, "ss", &inputFilename, &outputFilename)) { printf("Usage: gr2mtx input output\n"); e...
{ "content_hash": "1815c05c9022e209d7350ccdf3f59946", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 85, "avg_line_length": 24.586206896551722, "alnum_prop": 0.6774193548387096, "repo_name": "RoyalCaliber/vertexAPI2", "id": "27f7b5a2be88708be122930d1d0894cb3cea842a", "size...
module.exports = function() { var fs = require('fs'); var _ = require('lodash'); var walk = require('walk'); var options = this.options(); var done = this.async(); var lastmod = '2013-11-14'; var base = 'http://one-month-of-chat-logs.github.io/'; var sitemaps = []; var pages = []; var sitemapSize = ...
{ "content_hash": "e4b09642e45292956de7fbe047a1db49", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 79, "avg_line_length": 25.615384615384617, "alnum_prop": 0.5921921921921922, "repo_name": "one-month-of-chat-logs/one-month-of-chat-logs.github.io", "id": "a50c12097f67c0f538...
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=Seattlefoodtruckbot if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-buil...
{ "content_hash": "c0eaddb7abc4582f692c183a882674ed", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 74, "avg_line_length": 22.97222222222222, "alnum_prop": 0.7097944377267231, "repo_name": "rprakashg/foodtruck-slack-bot", "id": "4541ec73ba59eb766c8eefd7569af1704ea4aeb1", ...
<?xml version="1.0" encoding="UTF-8"?> <container> <alias id="alias_1" service="service_1" public="true"/> <alias id="alias_2" service="service_2" public="false"/> <definition id="definition_1" class="Full\Qualified\Class1" public="true" synthetic="false" lazy="true" shared="true" abstract="true" autowired="false...
{ "content_hash": "a2453c50ce0352c14b90649bc8adb59c", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 179, "avg_line_length": 49.90625, "alnum_prop": 0.6775203506574827, "repo_name": "chrisguitarguy/symfony", "id": "8bb8ac1495341cfc9b48a55dc03455c04e4c1c28", "size": "1597",...
package eu.atos.sla.parser.data.wsag; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlAccessorType(XmlAccessType.FIELD) @XmlRootElement(name = "V...
{ "content_hash": "955566623e36da13b466870186acfab8", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 52, "avg_line_length": 21.62962962962963, "alnum_prop": 0.7791095890410958, "repo_name": "SeaCloudsEU/sla-core", "id": "4dfcba1616f4874c303abf414a431329dd1a82ab", "size": "...
FactoryBot.define do factory :individual, class: Greensub::Individual do sequence(:identifier) { |n| "IndividualIdentifier#{n}" } sequence(:name) { |n| "IndividualName#{n}" } sequence(:email) { |n| "IndividualEmail#{n}" } end end
{ "content_hash": "d00ca1d4640dcce0a13cd7afb5b5ad81", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 60, "avg_line_length": 35.142857142857146, "alnum_prop": 0.6666666666666666, "repo_name": "mlibrary/heliotrope", "id": "13969ce7578200aa721c129aad8949ac270c377e", "size": "2...
package com.asakusafw.info.value; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Objects; import java.util.stream.Collectors; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonInclude; import co...
{ "content_hash": "13ccb2eb9a9acf9f151bddac19e82247", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 89, "avg_line_length": 26.345794392523363, "alnum_prop": 0.6211422490244768, "repo_name": "asakusafw/asakusafw", "id": "1355d626790a863995d4d056c05d6cbdf0599e1e", "size": ...
using System.IO; using ExtendedXmlSerializer.ExtensionModel.Xml; using FluentAssertions; using Xunit; namespace ExtendedXmlSerializer.Tests.ExtensionModel.Xml { public class XmlReaderFactoryTests { [Fact] public void Same() { var sut = new XmlReaderFactory(); sut.Get(new MemoryStream()) .NameTable...
{ "content_hash": "81a0e1703802bc57a3303554bc4862be", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 56, "avg_line_length": 20.7, "alnum_prop": 0.6956521739130435, "repo_name": "wojtpl2/ExtendedXmlSerializer", "id": "4d091a259529fa31c3e66080f6dee3b690e10be6", "size": "416"...
<?php include_once '_start.php'; use Bootstrapper\MediaObject; class MediaObjectTest extends BootstrapperWrapper { public function createMatcher($image = null, $pull = null, $title = null) { if (!$image) { $image = '<img src="http://test/bar" class="media-object" alt="bar">'; } ...
{ "content_hash": "e8161c2915cb0a3b2340ab95a2e43c01", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 119, "avg_line_length": 29.1144578313253, "alnum_prop": 0.5272087730188288, "repo_name": "Vrian7ipx/cascadadev", "id": "3d4d3506e39aa41a843b31b83183fbb7d3e85b34", "size": ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distrib...
{ "content_hash": "d4cc86b3dca848767bbe4d3761002246", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 137, "avg_line_length": 40.45360824742268, "alnum_prop": 0.6977573904179408, "repo_name": "fusepoolP3/p3-silk", "id": "e48c613446c2f6d6001d28ab07698a584cf1713c", "size": "3...
""" This is the installation script for Satchmo. It will create the base Satchmo configuration. Before running this script, you must have python and pip installed. It is also recommended that you install Python Imaging using your distribution's package method. The simplest way to install Satchmo would be: pip ins...
{ "content_hash": "2ef2d29cdb3362f89a3401336ef46574", "timestamp": "", "source": "github", "line_count": 151, "max_line_length": 139, "avg_line_length": 40.43046357615894, "alnum_prop": 0.6545454545454545, "repo_name": "dokterbob/satchmo", "id": "08a5f7f7e3c6f2bf8f89d09d7d154423724ea9e3", "size": "6...
<?xml version="1.0" encoding="utf-8"?> <resources name="en" flag="gb" title="English"> <string name="_bx_market"><![CDATA[Market]]></string> <string name="_bx_market_cmts"><![CDATA[Market's Reviews]]></string> <string name="_bx_market_option_enable_recurring"><![CDATA[Allow to sell subscriptions]]></string> <stri...
{ "content_hash": "6a8bbd9bbea279c718999212d183dc87", "timestamp": "", "source": "github", "line_count": 390, "max_line_length": 257, "avg_line_length": 89.8076923076923, "alnum_prop": 0.694332619557459, "repo_name": "camperjz/una", "id": "1e5ccc49bdf4d0cf7adfdb0a82f0bb296e968c94", "size": "35025", ...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); $route['default_controller'] = 'main'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; $route['dashboard'] = 'items/dashboard'; $route['wish_items/create'] = 'items/add_item'; $route['create'] = 'items/create_item'; $route['joi...
{ "content_hash": "c710899ef1b68973284befa034d3a024", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 63, "avg_line_length": 36.357142857142854, "alnum_prop": 0.6404715127701375, "repo_name": "junhwang77/wish_list", "id": "fc0a20db3492128e6f0eb46a293488fbb92262fc", "size": ...
package org.apache.skywalking.apm.collector.storage.es.define.alarm; import org.apache.skywalking.apm.collector.storage.es.base.define.ElasticSearchColumnDefine; import org.apache.skywalking.apm.collector.storage.es.base.define.ElasticSearchTableDefine; import org.apache.skywalking.apm.collector.storage.table.alarm....
{ "content_hash": "225b647bec8324fdc237195d26988157", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 141, "avg_line_length": 42.9375, "alnum_prop": 0.7933042212518195, "repo_name": "hanahmily/sky-walking", "id": "1c0cd6285390998c82867ed4f935794485fa787f", "size": "2178", ...
module WebIDL module ParseTree class DictionaryMember < Treetop::Runtime::SyntaxNode def build(parent) raise unless default.empty? or default.respond_to?(:build) dm = Ast::DictionaryMember.new parent, type.build(parent), ...
{ "content_hash": "dcc209f529ceff162c97cb0e4a60c621", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 76, "avg_line_length": 30, "alnum_prop": 0.525, "repo_name": "jarib/webidl", "id": "834012b7a8dc803fbefaf1806465ce46dbaece4f", "size": "480", "binary": false, "copies":...