text
stringlengths
2
1.04M
meta
dict
package com.yahoo.memory; import java.nio.ByteBuffer; import java.nio.ByteOrder; /** * Implementation of {@link WritableMemory} for ByteBuffer, non-native byte order. * * @author Roman Leventov * @author Lee Rhodes */ final class BBNonNativeWritableMemoryImpl extends NonNativeWritableMemoryImpl { private sta...
{ "content_hash": "aa1c1554c0758680f0ae3bfeb8496b0e", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 98, "avg_line_length": 30.24390243902439, "alnum_prop": 0.7036290322580645, "repo_name": "ApacheInfra/incubator-datasketches-memory", "id": "e760cefa9e81b870f388da237f7b66c4c...
<th:block xmlns:th="http://www.thymeleaf.org"> <script type="text/javascript"> $(function() { bindPopovers(); }); </script> <h3 class="text-nowrap"><i class="fa fa-flask"></i> Elo K-Factor Tweaks</h3> <p> <th:block th:include="fragments/promotion :: logo"/> has been using the <a href="https://en.wikipedia.org/wiki...
{ "content_hash": "c1325a22257776f315f3538b9a4bf635", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 372, "avg_line_length": 97.48936170212765, "alnum_prop": 0.7795722391968573, "repo_name": "mcekovic/tennis-crystal-ball", "id": "84558d8baa1fb2b09e278abed2171704ddfe5503", ...
require 'concurrent/concern/logging' require 'concurrent/synchronization' module Concurrent # Provides ability to add and remove handlers to be run at `Kernel#at_exit`, order is undefined. # Each handler is executed at most once. # # @!visibility private class AtExitImplementation < Synchronization::Object ...
{ "content_hash": "9dc267bf8acff21dec7989b6cd39fbb0", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 99, "avg_line_length": 23.608247422680414, "alnum_prop": 0.625764192139738, "repo_name": "iNecas/concurrent-ruby", "id": "93b298997bdfbdaa1c8714acef5b84387eb11cb6", "size":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>fcsl-pcm: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.cs...
{ "content_hash": "1fe54ca091fa9b26a8a30a930262b39f", "timestamp": "", "source": "github", "line_count": 180, "max_line_length": 159, "avg_line_length": 42.84444444444444, "alnum_prop": 0.5586099585062241, "repo_name": "coq-bench/coq-bench.github.io", "id": "78da7e757ce1e491a2cba7f3941181d63d7813cc", ...
layout: article amp: true amp-mustache: true amp-form: true amp-iframe: true title: "Kitesurfing privat lessons &#128242;+34-696-264729" subtitle: "Kitesurfing courses and lessons" date: 2019-02-27T12:57:10+01:00 modified: 2020-03-11T12:25:00.000Z author: daniel description: "&#128081;Private lessons that focus on you ...
{ "content_hash": "17f21590b76fecff43ff3038dc9f4df7", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 133, "avg_line_length": 30.620689655172413, "alnum_prop": 0.725975975975976, "repo_name": "kitesurf/kitesurf.github.io", "id": "638060db7735fcdea78aa97d56602168de5bc090", "...
package edu.cmu.cs.stage3.alice.core.question.time; public class DayOfWeekInMonth extends edu.cmu.cs.stage3.alice.core.question.IntegerQuestion { public Object getValue() { java.util.Calendar calendar = new java.util.GregorianCalendar(); java.util.Date date = new java.util.Date(); calendar.setTime( da...
{ "content_hash": "9ccdab29bb8c4c34d1b54bef6ed6e676", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 93, "avg_line_length": 34.5, "alnum_prop": 0.7318840579710145, "repo_name": "ai-ku/langvis", "id": "3c2f5b3ea0f61b9c6df06aa17cda30cb1b486e2f", "size": "1435", "binary": f...
<?php namespace Bemoove\AppBundle\Repository; /** * TagRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */ class TagRepository extends \Doctrine\ORM\EntityRepository { }
{ "content_hash": "e6edf4aa480a5be5b98b1e61d0966775", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 68, "avg_line_length": 18.23076923076923, "alnum_prop": 0.7510548523206751, "repo_name": "XavierGuichet/bemoove", "id": "a9183c78c16fed10258ac216006310e4aa72d282", "size": ...
package io.prometheus.client.exporter; import com.sun.net.httpserver.Authenticator; import com.sun.net.httpserver.BasicAuthenticator; import com.sun.net.httpserver.HttpServer; import com.sun.net.httpserver.HttpsConfigurator; import com.sun.net.httpserver.HttpsParameters; import io.prometheus.client.CollectorRegistry; ...
{ "content_hash": "5155a92ae9e0cd9878a859353affd5e4", "timestamp": "", "source": "github", "line_count": 610, "max_line_length": 140, "avg_line_length": 34.131147540983605, "alnum_prop": 0.6679154658981749, "repo_name": "prometheus/client_java", "id": "2b18f4e829c4c65de610cdf23149e52c8410bb50", "siz...
class FileSystem { public: FileSystem(); private: };
{ "content_hash": "30089a5ddd8dc55bc6016f5fa23397b0", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 17, "avg_line_length": 8.285714285714286, "alnum_prop": 0.6551724137931034, "repo_name": "paulsapps/7-Gears", "id": "1178be22b708fea1707fc626cbaac102ac1f9de4", "size": "91",...
<?php /* Safe sample input : get the $_GET['userData'] in an array sanitize : cast into int construction : use of sprintf via a %u */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribute this software and its documentation...
{ "content_hash": "d7347ba829379da0ff081335873417b3", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 123, "avg_line_length": 24.567164179104477, "alnum_prop": 0.7253948967193196, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "ca17b2bbce6bc4fd5210bc01cc0fa8a990b...
var Command = {}; var settings, sessions; Command.dataElements = []; Command.matches = []; Command.lastInputValue = ''; Command.setup = function() { this.bar = document.createElement('div'); this.bar.id = 'cVim-command-bar'; this.bar.cVim = true; this.bar.style[(this.onBottom) ? 'bottom' : 'top'] = '0'; thi...
{ "content_hash": "3c596c61ff581a85d4d83208fdc1a883", "timestamp": "", "source": "github", "line_count": 961, "max_line_length": 187, "avg_line_length": 28.329864724245578, "alnum_prop": 0.5812304866850322, "repo_name": "Jayphen/chromium-vim", "id": "b3f367057f4a6f69e97bd4de0fd464ace3531ed6", "size"...
require 'rubygems' require 'minitest/autorun' require 'minitest/reporters' #require 'active_support' #require 'active_support/test_case' require 'action_controller' #require 'action_view' #require 'action_view/test_case' #require 'test_help' require 'informant' Minitest::Reporters.use! Minitest::Reporters::DefaultRepo...
{ "content_hash": "df1c1fdc3fe24ad8a234f1374b2f3ba5", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 65, "avg_line_length": 27.416666666666668, "alnum_prop": 0.790273556231003, "repo_name": "alexreisner/informant", "id": "468d263ce6cadba4cd8a3e4313bdcd8d385e2605", "size": ...
package cn.intelvision.model; import com.fasterxml.jackson.annotation.JsonProperty; /** * Created by pc on 2015/12/10. */ public class Group { private String groupId; private String groupName; private String tag; private long addTime; private String appId; @JsonProperty("group_id") publ...
{ "content_hash": "70577cfe7ca296603cccea6bf1caf04c", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 53, "avg_line_length": 18.915254237288135, "alnum_prop": 0.6102150537634409, "repo_name": "zeno-tech/intelvision-sdk-java", "id": "2d22fd5606fb2fe32057381c5e36c2429b17f7fa", ...
DIR=$(cd "$(dirname "${BASH_SOURCE-$0}")">/dev/null; pwd) # set S2GRAPH_HOME if [ -z $S2GRAPH_HOME ]; then export S2GRAPH_HOME="$( cd -P "$DIR/.." && pwd )" fi # set other environment variables for directories, relative to $S2GRAPH_HOME # not intended to be individually configurable, # configurations can be added o...
{ "content_hash": "ec38defd040d22cf1932fdef6b269243", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 78, "avg_line_length": 37.516129032258064, "alnum_prop": 0.7386070507308684, "repo_name": "SteamShon/incubator-s2graph", "id": "66941b742d5e9e61a6d74e9c6f197e41e7c913f0", "...
using Rhino.Security.Model; namespace Rhino.Security.Interfaces { /// <summary> /// Allows to edit the security information of the /// system /// </summary> public interface IAuthorizationRepository { /// <summary> /// Creates a new users group. /// </summary> /// <param name="name">The nam...
{ "content_hash": "d696d8ad16c22fd3e3b80d95cb923d21", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 96, "avg_line_length": 36.05917159763314, "alnum_prop": 0.6652445027896291, "repo_name": "brumschlag/rhino-tools", "id": "12470e2663f48a6cd100ee90edd42d935809e415", "size"...
package com.esafirm.androidplayground.ui.nestedscroll; import android.content.Context; import com.google.android.material.appbar.AppBarLayout; import androidx.coordinatorlayout.widget.CoordinatorLayout; import androidx.core.view.ViewCompat; import android.util.AttributeSet; import android.view.View; public class FixA...
{ "content_hash": "e12a315bd9246876291248bf5cc6b555", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 110, "avg_line_length": 40, "alnum_prop": 0.6886363636363636, "repo_name": "esafirm/android-playground", "id": "1cc7741084711450e4b8b1ac5bbed8d4ddc86bd2", "size": "1760", ...
import {Component} from '@angular/core'; import {IIndicatorInfo} from '../../../app.interfaces'; import {IndicatorService} from '../../../services/indicator.service'; @Component({ moduleId: __filename, selector: 'procurement-integrity', templateUrl: 'procurement-integrity.component.html' }) export class DashboardsI...
{ "content_hash": "110b1a56cf5478f6ea7dc7245d4dd752", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 95, "avg_line_length": 32.8235294117647, "alnum_prop": 0.7347670250896058, "repo_name": "digiwhist/opentender-frontend", "id": "c50785962848c5336e18d2ea2c3efb2f4992046a", "...
from . import mymodule def f(): return mymodule.add(1, 2)
{ "content_hash": "43ea35c3c709f8e7545b3389231e8db1", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 29, "avg_line_length": 12.8, "alnum_prop": 0.640625, "repo_name": "tbenthompson/cppimport", "id": "bd4c9cbd3a3fe66c2a07e2ee8b868d4f061134b6", "size": "64", "binary": false...
var fs = require('fs'); var path = require('path'); var RELATIVE = global.__base = path.resolve(__dirname, path.join('..', 'npm-analytics')); var NODE_MODULES = path.resolve(__dirname, path.join('..', 'npm-analytics', 'node_modules')); var BASE_DIR = path.resolve(__dirname, path.join('..', '..')); var BASE_DIR_NODE_MOD...
{ "content_hash": "155ae7cb106a3c2bad4e65198eedf805", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 121, "avg_line_length": 27.217391304347824, "alnum_prop": 0.6888977635782748, "repo_name": "MikkoH/npm-analytics", "id": "887a4adc11daa76a2cead0048e89a4e2021dc51f", "size":...
\documentclass[a4Paper, 10pt]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{hyperref} %opening \title{Sviluppi decimali} \author{\href{http://www.baudo.hol.es}{giuseppe baudo}} \begin{document} \maketitle \section{DEFINIZIONE} \end{document}
{ "content_hash": "f716fcc7f7a5c532b3ed48414aa1de74", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 55, "avg_line_length": 16.166666666666668, "alnum_prop": 0.711340206185567, "repo_name": "baudo2048/mathematics", "id": "37f1f20d165ac6c528a40f95214a938b25d2447a", "size": ...
import { Component, Input, Output, OnInit, ViewChild, ChangeDetectionStrategy, ChangeDetectorRef, EventEmitter, OnChanges, SimpleChanges, Inject } from "@angular/core"; import { Router } from "@angular/router"; import { forkJoin } from "rxjs"; import { finalize } from "rxjs/o...
{ "content_hash": "51ef2611c84e5ec09c0e0dc7c621545f", "timestamp": "", "source": "github", "line_count": 507, "max_line_length": 115, "avg_line_length": 35.232741617357, "alnum_prop": 0.5691653137770811, "repo_name": "steven-zou/harbor", "id": "074bea76e7752eb15a6b9d0e6d8ed6be234ff434", "size": "178...
package com.amazonaws.services.directconnect.model.transform; import java.util.Map; import java.util.Map.Entry; import com.amazonaws.services.directconnect.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import st...
{ "content_hash": "d505dc338966c478f6fbd3220efb1c5a", "timestamp": "", "source": "github", "line_count": 154, "max_line_length": 130, "avg_line_length": 47.79220779220779, "alnum_prop": 0.5472826086956522, "repo_name": "trasa/aws-sdk-java", "id": "51d81faa447b4093f94fb337512d19d12538aff9", "size": "...
import csv import operator import os import platform import sys # Putil imports import putil.exh import putil.misc import putil.pcontracts from putil.ptypes import ( csv_col_filter, csv_filtered, csv_row_filter, file_name, file_name_exists, non_negative_integer ) from .write import _write_int ...
{ "content_hash": "2a598a1806453f7b31d9ec399e8688fb", "timestamp": "", "source": "github", "line_count": 952, "max_line_length": 79, "avg_line_length": 34.21638655462185, "alnum_prop": 0.5320194019770369, "repo_name": "pmacosta/putil", "id": "7002543a08a7c76e4058310aa20746dbc66c23c5", "size": "32732...
<!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_101) on Mon Sep 19 15:00:22 UTC 2016 --> <title>MailMessage (Spring Framework 4.3.3.RELEASE API)</title><script>var _hmt = _hmt || [];(function...
{ "content_hash": "17f97cfaa0ffdd0b7982aa256c6776bd", "timestamp": "", "source": "github", "line_count": 427, "max_line_length": 391, "avg_line_length": 48.26463700234192, "alnum_prop": 0.6790237274976951, "repo_name": "piterlin/piterlin.github.io", "id": "f836e70077ec8598e78a14f8f6322cf65a5e7533", ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>FST - Slade Prestwich</title> <meta name="description" content="Keep track of the statistics from Slade Pres...
{ "content_hash": "3b59dab5b00d63cc0b3c11bbfc1d1705", "timestamp": "", "source": "github", "line_count": 296, "max_line_length": 295, "avg_line_length": 40.16891891891892, "alnum_prop": 0.6251471825063079, "repo_name": "chicofilho/fst", "id": "64aca7410179e0a84e24b00f70cc1d68a65241ee", "size": "1189...
#ifndef LLSCHEME_PARSER_HPP #define LLSCHEME_PARSER_HPP #include <memory> #include <list> #include <llvm/ADT/STLExtras.h> #include "ast.hpp" #include "reader.hpp" namespace llscm { using namespace std; /*class ParserException { string msg; public: ParserException(const string & str): msg(str) {} const char ...
{ "content_hash": "022d5e7408c9c1d8c2401c99a450741e", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 57, "avg_line_length": 19.08, "alnum_prop": 0.6530398322851153, "repo_name": "nohajc/llscheme", "id": "602abc821011c7c9d2ecda160a946d3706a38f12", "size": "954", "binary":...
var sls_target; var sls_width; var sls_type; var sls_handle_target; var sls_handle_width; var sls_input; var sls_handle_dist; var slider=function(){ // setting up $("div.sls").each(function(){ // "width" - "handle width" // because sls-limit means there must be two handles // and each of their movemen...
{ "content_hash": "3a23c514afb3ef8308a7cc7ec10239de", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 137, "avg_line_length": 40.87084870848709, "alnum_prop": 0.6237811484290358, "repo_name": "ankur841/InvestmentApp", "id": "89672d9de17d2baeacd0d621781bf15853050a3b", "size...
package helpers import ( "context" "fmt" "strconv" "strings" ) // PerfTest represents a type of test to run when running `netperf`. type PerfTest string const ( // TCP_RR represents a netperf test for TCP Request/Response performance. // For more information, consult : http://www.cs.kent.edu/~farrell/dist/ref/...
{ "content_hash": "2ac290cbf01b486462f23e85187e59ef", "timestamp": "", "source": "github", "line_count": 197, "max_line_length": 135, "avg_line_length": 39.31472081218274, "alnum_prop": 0.7278244028405423, "repo_name": "tgraf/cilium", "id": "7f177e548e7743824c335fd6bc7b9a0dc148e458", "size": "8340",...
package validation import ( "github.com/GoogleCloudPlatform/kubernetes/pkg/util" "github.com/GoogleCloudPlatform/kubernetes/pkg/util/fielderrors" "github.com/openshift/origin/pkg/oauth/api" ) func ValidateAccessToken(accessToken *api.OAuthAccessToken) fielderrors.ValidationErrorList { allErrs := fielderrors.Valid...
{ "content_hash": "9541208ce836d5c4fddc82543c3181d6", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 150, "avg_line_length": 40.35454545454545, "alnum_prop": 0.7677404820905609, "repo_name": "westmisfit/origin", "id": "4b698d71275d68184506ff793c6a06072163239d", "size": "4...
package graphql_test import ( "context" "encoding/json" "errors" "testing" "time" graphql "github.com/graph-gophers/graphql-go" qerrors "github.com/graph-gophers/graphql-go/errors" "github.com/graph-gophers/graphql-go/gqltesting" ) type rootResolver struct { *helloResolver *helloSaidResolver *helloSaidNul...
{ "content_hash": "b83cd36a3d375adc4debcda07bbea4f5", "timestamp": "", "source": "github", "line_count": 575, "max_line_length": 136, "avg_line_length": 21.74608695652174, "alnum_prop": 0.6396353166986565, "repo_name": "chris-ramon/graphql-go", "id": "26baf7ed7bc77b180fc990af111982ce9ea2e13f", "size...
html, body{ height: 100%; min-height: 100%; } /* make sure it takes aaaaaaaaaall the space*/ .content { height: 100%; min-height: 100%; } /* image next to the channel name*/ .logo{ max-height: 50px; max-width: 50px; margin-right: 1rem; } /* make sure the tab columns is black no matter what */ .tabsColumn { b...
{ "content_hash": "8d764328e0f8c65aee0405a99afc0214", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 74, "avg_line_length": 15.524390243902438, "alnum_prop": 0.6649646504320503, "repo_name": "StephaneLeveugle/Twitch_Player", "id": "3a03594d4e7a4c1b74cab8a1be93abf247fb3e34",...
require 'mhash/mhash' module Mhash VERSION = "1.2" end
{ "content_hash": "3ba5b95b52ea403d8c2140096b101211", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 21, "avg_line_length": 11.6, "alnum_prop": 0.6896551724137931, "repo_name": "TibshoOT/ruby-mhash", "id": "4f07b24a19323062347eba7c999736b3638dee36", "size": "58", "binary"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>formMethod property - ImageButtonInputElement class - polymer_app_layout library - Dart API</title> <!-- re...
{ "content_hash": "f41f65a4de2aa6ddc64a794eaec83829", "timestamp": "", "source": "github", "line_count": 534, "max_line_length": 151, "avg_line_length": 20.726591760299627, "alnum_prop": 0.5736357065413805, "repo_name": "lejard-h/polymer_app_layout_templates", "id": "d93c26fc3aad92bf49bbaf86869722e1a0...
<!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_66) on Mon Apr 25 01:00:02 PDT 2016 --> <title>Uses of Package ml.utils</title> <meta name="date" content="2016-04-25"> <link rel="stylesheet" ...
{ "content_hash": "ec993a8bf7cd9954c34573004f036a78", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 230, "avg_line_length": 33.71, "alnum_prop": 0.6367546722040938, "repo_name": "MingjieQian/LAML", "id": "a00374945cddd7ac61cdfd4a6dc5df8ea63df97b", "size": "6742", "bina...
@interface PayAccountViewController ()<UITableViewDataSource,UITableViewDelegate> { IBOutlet UITableView *accountTableView; IBOutlet UIButton *moneyButton; NSMutableArray * _keys; IBOutlet UILabel *hasMoneyText; NSMutableArray * dataSounrce; NSString * hasMoney; NSString * moneyFlo...
{ "content_hash": "c2a3bf1a126cd4ed5bad22cfa8049f34", "timestamp": "", "source": "github", "line_count": 198, "max_line_length": 155, "avg_line_length": 29.828282828282827, "alnum_prop": 0.6388418557399255, "repo_name": "LinusStark/iSoccer", "id": "1df301d63db09f5439444b75dc615eb1be9b6f67", "size": ...
from telemetry import multi_page_benchmark from telemetry import util MEMORY_HISTOGRAMS = [ {'name': 'V8.MemoryExternalFragmentationTotal', 'units': 'percent'}, {'name': 'V8.MemoryHeapSampleTotalCommitted', 'units': 'kb'}, {'name': 'V8.MemoryHeapSampleTotalUsed', 'units': 'kb'}] class PageCycler(multi_pag...
{ "content_hash": "d24117bdcacad441dc2b2d33646e4397", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 73, "avg_line_length": 41.1764705882353, "alnum_prop": 0.6857142857142857, "repo_name": "nacl-webkit/chrome_deps", "id": "04f15347febbf83fe1a66493a8f3747982206f30", "size":...
package com.emc.documentum.rest.client.sample.model.json; import java.util.List; import java.util.Objects; import com.emc.documentum.rest.client.sample.client.util.Equals; import com.emc.documentum.rest.client.sample.model.VirtualDocumentNode; import com.fasterxml.jackson.annotation.JsonProperty; public class JsonV...
{ "content_hash": "b1bcfb6839d53574181df029808445d2", "timestamp": "", "source": "github", "line_count": 263, "max_line_length": 100, "avg_line_length": 28.91254752851711, "alnum_prop": 0.67859021567596, "repo_name": "Enterprise-Content-Management/documentum-rest-client-java", "id": "30605d8b8a2f404b4...
using System; using System.Collections; using System.Collections.Generic; namespace Plethora.Collections { public class ListIndexIterator<T> : IEnumerator<T>, IEnumerable<T>, ICollection<T> { #region Fields private readonly IList<T> list; private readonly int startIndex; ...
{ "content_hash": "030ca29eb126cffbeeb9cc1df70d3919", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 102, "avg_line_length": 26.74137931034483, "alnum_prop": 0.4960240704921556, "repo_name": "mikebarker/Plethora.NET", "id": "fc6ef4605e81c587230497670fe64c7205f5321d", "siz...
package sgml import ( "fmt" "io" "strings" texttemplate "text/template" "github.com/bytesparadise/libasciidoc/pkg/types" "github.com/pkg/errors" ) func (r *sgmlRenderer) renderList(ctx *context, l *types.List) (string, error) { switch l.Kind { case types.OrderedListKind: return r.renderOrderedList(ctx, l) ...
{ "content_hash": "245ffb7c6d093cf47a74698c566fc309", "timestamp": "", "source": "github", "line_count": 362, "max_line_length": 170, "avg_line_length": 30.04696132596685, "alnum_prop": 0.6522938310195826, "repo_name": "bytesparadise/libasciidoc", "id": "3cf5c624c36e465011d1f7d7b052de6ef1c13e24", "s...
<?xml version="1.0" encoding="UTF-8"?> <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>com.gi...
{ "content_hash": "fcbdc801277425f45b8fdf5f964a5503", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 204, "avg_line_length": 36.950819672131146, "alnum_prop": 0.5891748003549245, "repo_name": "fernandezpablo85/scribe-java", "id": "fbcbf7f41d32d7d63c12cb4e51824cb76e2fbb57", ...
This is the tool used to create those awesome Color Wheels available at https://twitter.com/gamecolorwheel, https://www.instagram.com/gamecolorwheel and https://www.facebook.com/gamecolorwheel. Just go crazy with it. ## Instructions 1. [Download](https://github.com/Josephblt/GameColorWheelCreator/releases/download/1.1...
{ "content_hash": "c0998fe658c5389d42626beb060d82ac", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 216, "avg_line_length": 61.333333333333336, "alnum_prop": 0.7989130434782609, "repo_name": "Josephblt/GameColorWheelCreator", "id": "bd35058754dcb0f5c8b9998b4189791a9421ba8f",...
package debop4s.core.reflect; import com.google.common.collect.Lists; import debop4s.core.Guard; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.lang.reflect.Method; import java.util.List; /** * AccessClassLoader * * @author 배성혁 ( sunghyouk.bae@gmail.com ) * @since 13. 1. 21 */ class Access...
{ "content_hash": "336183d5a9fe8b3e77680234976ea128", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 119, "avg_line_length": 35.63380281690141, "alnum_prop": 0.6466403162055336, "repo_name": "debop/debop4s", "id": "13e087c73afb6b03681b597120ce9c0f6cd0f408", "size": "2596",...
package com.pentaho.big.data.bundles.impl.shim.hdfs; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FSDataInputStream; import org.apache.hadoop.fs.FSDataOutputStream; import org.apache.hadoop.fs.FileStatus; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org...
{ "content_hash": "dd815978f3e24cad1268a75c1f481a07", "timestamp": "", "source": "github", "line_count": 229, "max_line_length": 114, "avg_line_length": 39.209606986899566, "alnum_prop": 0.730816349259383, "repo_name": "bytekast/big-data-plugin", "id": "9271942dd1f3e7cd55691945ae8c45b8a303bcab", "si...
package config import ( runtime "k8s.io/apimachinery/pkg/runtime" ) // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ActiveDirectoryConfig) DeepCopyInto(out *ActiveDirectoryConfig) { *out = *in out.AllUsersQuery = in.AllUsersQuery if in.U...
{ "content_hash": "f1e5a80a12edbcd55afeca53b8bb64af", "timestamp": "", "source": "github", "line_count": 2301, "max_line_length": 123, "avg_line_length": 29.291177748804866, "alnum_prop": 0.7260196738824019, "repo_name": "legionus/origin", "id": "314661bbb8aa523459f162a6a297c49e951dc34f", "size": "6...
// Copyright 2013 Jon Skeet. All rights reserved. Use of this source code is governed by the Apache License 2.0, as found in the LICENSE.txt file. using System; using System.IO; using System.Reflection; using System.Runtime.CompilerServices; namespace FunWithAwaiters { public static class AsyncStateMachineExtensi...
{ "content_hash": "d4c2cb3486481b22f618ae3d05a762a4", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 147, "avg_line_length": 34.752941176470586, "alnum_prop": 0.5995260663507109, "repo_name": "RaySingerNZ/DemoCode", "id": "bce834c2f4b6acb554b2d9a7a626460fe171d796", "size":...
/* * Powered By [柳丰] * Web Site: http://www.trend.com.cn */ package com.trend.hbny.model; import java.util.ArrayList; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import org.apache.commons.lang.builder.ToStringBuilder; import com.trend.hbny.model.E...
{ "content_hash": "f4db079e4348eb11bfe29226e3eec0ec", "timestamp": "", "source": "github", "line_count": 304, "max_line_length": 86, "avg_line_length": 24.917763157894736, "alnum_prop": 0.7036303630363037, "repo_name": "neolfdev/dlscxx", "id": "1b1be6b398467eeeee49d8b21fae0caf2dbcc8cc", "size": "764...
from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('www', '0001_initial'), ] operations = [ migrations.RenameField( model_name='person', old_name='institution', new...
{ "content_hash": "7c4b4e67e73033444bf743e2e00077ac", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 63, "avg_line_length": 24.5, "alnum_prop": 0.5510204081632653, "repo_name": "openpsych/django", "id": "806af00a7e1d3f83f20e9909ee4459f6cc38d56b", "size": "757", "binary":...
Polymer('core-selection', { /** * If true, multiple selections are allowed. * * @attribute multi * @type boolean * @default false */ multi: false, ready: function() { this.clear(); }, clear: function() { this.selection = []; ...
{ "content_hash": "54de902019bac3520f2cd0b5d9df0d50", "timestamp": "", "source": "github", "line_count": 3701, "max_line_length": 124, "avg_line_length": 28.309646041610375, "alnum_prop": 0.5527802699142917, "repo_name": "andressanchez/hipstogram-extension", "id": "9d7dd8c985876b4124f7f3cd016c729ea14f...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <GridView android:paddingLeft="10dp" android:paddingTop="15dp" android:horizontalSpacing="10dp" ...
{ "content_hash": "e4c26a1987116fcadb1850691987d7d4", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 77, "avg_line_length": 34.705882352941174, "alnum_prop": 0.6576271186440678, "repo_name": "huangjim/MyViewPager", "id": "54ad96a22ca2ca1b777398670d39201a38b569d5", "size": ...
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="LocalizationTarget.cs" company="Fox Council"> // Fox Council // </copyright> // <summary> // Defines a path to a language file and it's short code and display name. // </summa...
{ "content_hash": "11f359d2608b87179dad394473131a83", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 121, "avg_line_length": 31.161290322580644, "alnum_prop": 0.5131987577639752, "repo_name": "Maxwolf/MC-MineAPI", "id": "19af9e1191715770db0733cf0e949f336d2646ce", "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 (version 1.7.0_03) on Tue Nov 06 09:34:23 CST 2012 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.e...
{ "content_hash": "e2e418bb395c9a45b0faec0c6d94d913", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 410, "avg_line_length": 55.045643153526974, "alnum_prop": 0.6616915422885572, "repo_name": "yayaratta/TP6_MVC", "id": "18ecb69489dbf3966073d267996c00cc3dbd659d", "size": "...
AWS Chrome cross account plugin ===============================
{ "content_hash": "932e694ef4e292890de32b6f53d2c53d", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 31, "avg_line_length": 31.5, "alnum_prop": 0.42857142857142855, "repo_name": "XT-i/chrome-aws-cross-account", "id": "ce7f7b0631d118c6332b764dde32ffe1b140b87f", "size": "63",...
package net.buycraft.plugin.execution; import com.google.common.collect.Sets; import lombok.RequiredArgsConstructor; import net.buycraft.plugin.IBuycraftPlatform; import net.buycraft.plugin.client.ApiException; import net.buycraft.plugin.data.QueuedCommand; import net.buycraft.plugin.data.responses.QueueInformation; i...
{ "content_hash": "696410369487ec64dbc7d4bb8d7f3278", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 106, "avg_line_length": 35.714285714285715, "alnum_prop": 0.6173333333333333, "repo_name": "20zinnm/BuycraftX", "id": "ef2028125d2f9f3778c45a5062acbf171d906284", "size": "2...
<?php namespace App\Services; use Firebase\JWT\JWT; use App\Domain\Users\UserEntity; use App\Domain\Users\UserRepository; class Auth { /** * Generate a random token * * @return string */ public function generateToken() { return bin2hex(openssl_random_pseudo_bytes(16)); } ...
{ "content_hash": "2efc75926e2053c9de76483f635ae518", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 97, "avg_line_length": 25.120689655172413, "alnum_prop": 0.5075497597803706, "repo_name": "dupkey/slim3-api", "id": "82a77474637b3c20387610bcca0d62876b32012b", "size": "29...
#include "modules/audio_processing/aec3/render_delay_buffer.h" #include <string.h> #include <algorithm> #include <cmath> #include <memory> #include <numeric> #include <vector> #include "absl/types/optional.h" #include "api/array_view.h" #include "api/audio/echo_canceller3_config.h" #include "modules/audio_processi...
{ "content_hash": "2ec95a353ff74615e23ad5b96755d5a3", "timestamp": "", "source": "github", "line_count": 497, "max_line_length": 80, "avg_line_length": 37.65191146881288, "alnum_prop": 0.6678245070272003, "repo_name": "endlessm/chromium-browser", "id": "10e81d8ec939555310cf3b21959336c81f25ebe9", "si...
\documentclass[parskip=half, bibliography=totoc, captions=tableheading, titlepage=firstiscover]{scrartcl} %Ich habe [parskip=half] hinzugefügt %\usepackage[calc]{picture} \usepackage{fixltx2e} \usepackage{tcolorbox} %\pagestyle{headings} \usepackage{scrpage2} \pagestyle{scrheadings} \ifoot[\pagemark]{\pagemark} \ofo...
{ "content_hash": "6ea8b05081ec6e0c462da08971b72323", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 142, "avg_line_length": 19.31304347826087, "alnum_prop": 0.7492120666366502, "repo_name": "stefangri/s_s_productions", "id": "dde4123cb409de441f9d7f0df351faa53233b683", "s...
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <title>AMP Analytics</title> <link rel="canonical" href="analytics.amp.html" > <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <style amp-custom> .box { background: #ccc; border: 1px solid #aaa; pa...
{ "content_hash": "9a689c017fea25834e743155405f7836", "timestamp": "", "source": "github", "line_count": 325, "max_line_length": 861, "avg_line_length": 35.52307692307692, "alnum_prop": 0.6778692074491122, "repo_name": "Meggin/amphtml", "id": "fd35e20862f90b47df606c102781bb6eca54b6e9", "size": "1154...
var assert = require('assert'); describe('`Array.of` creates an array with the given arguments as elements', () => { it('dont mix it up with `Array(10)`, where the argument is the array length', () => { const arr = Array.of(10); assert.deepEqual(arr, [10]); }); it('puts all arguments into array element...
{ "content_hash": "bce8ba4116f2467dcd16da452c9ddfb9", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 87, "avg_line_length": 26.73913043478261, "alnum_prop": 0.5723577235772358, "repo_name": "unboxit/tdd-es6-babel-jest", "id": "0d2763c76d40b33d85755b49f01c4083b363a776", "si...
create table list_test(id int not null , test_char char(50), test_varchar varchar(2000), test_bit bit(16), test_varbit bit varying(20), test_nchar nchar(50), test_nvarchar nchar varying(2000), test_string string, test_datetime timestamp, primary key (id, t...
{ "content_hash": "70479c43cf26cf89e122853649757ecd", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 110, "avg_line_length": 37.6, "alnum_prop": 0.6555851063829787, "repo_name": "CUBRID/cubrid-testcases", "id": "7dc791d4e895066f6a12029f86a878fd42aa6f7b", "size": "857", "...
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Ver...
{ "content_hash": "86ce68130e088a194fce907eedbb1638", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 78, "avg_line_length": 41.48, "alnum_prop": 0.7309546769527483, "repo_name": "apache/lenya", "id": "74d024a3f8cb23ee78bb757f79c8b381d799a455", "size": "1037", "binary": f...
package com.sun.jini.test.spec.jeri.proxytrustilfactory; import java.util.logging.Level; import com.sun.jini.qa.harness.QATest; import com.sun.jini.qa.harness.QAConfig; import net.jini.jeri.ProxyTrustILFactory; import net.jini.security.proxytrust.ServerProxyTrust; import net.jini.security.proxytrust.ProxyTrust; imp...
{ "content_hash": "947f8c43e06fbb23fbfec3960132b304", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 75, "avg_line_length": 35.36094674556213, "alnum_prop": 0.6589692101740294, "repo_name": "cdegroot/river", "id": "b80c6f899ff49f5e589d0ec424b0957b2c1393aa", "size": "6782"...
from yapsy.IPlugin import IPlugin from tidylib import tidy_document from common import PluginType import logging class Tidy_HTML_Validator(IPlugin): category = PluginType.CHECKER id = "tidyHtmlValidator" contentTypes = ["text/html"] def __init__(self): self.__journal = None self.__co...
{ "content_hash": "4d6db426cff1c93da085b85f2b6f506d", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 108, "avg_line_length": 36.630630630630634, "alnum_prop": 0.46237088047220853, "repo_name": "eghuro/crawlcheck", "id": "3d2d80428ece1f28ed1cb631153d395b4ed51da9", "size": ...
// Copyright © Microsoft Corporation. All Rights Reserved. // This code released under the terms of the // Microsoft Public License (MS-PL, http://opensource.org/licenses/ms-pl.html.) using System; using System.Collections.ObjectModel; using System.Diagnostics; namespace Microsoft.TeamFoundation.Migration.Tfs2010W...
{ "content_hash": "0b5206615e87f177a27b0e176bc21395", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 104, "avg_line_length": 36.77777777777778, "alnum_prop": 0.5617011387404137, "repo_name": "adamdriscoll/TfsIntegrationPlatform", "id": "26e6a0de051cc8b4fa6436403be9737eba920...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...
{ "content_hash": "e51700740aac2148082076829deafeae", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 79, "avg_line_length": 29.59124087591241, "alnum_prop": 0.7249629995066601, "repo_name": "fstudio/Phoenix", "id": "75747744b96eabb3707056a82df5d15358fe45b3", "size": "4054...
package it.unibz.inf.onprom.obdamapper.utility; import com.google.inject.Injector; import it.unibz.inf.ontop.exception.InvalidMappingException; import it.unibz.inf.ontop.exception.MappingIOException; import it.unibz.inf.ontop.injection.OntopSQLOWLAPIConfiguration; import it.unibz.inf.ontop.protege.core.OldSyntaxMapp...
{ "content_hash": "3311b3bd70e5a18b4423de0ee902dd2c", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 126, "avg_line_length": 44.59405940594059, "alnum_prop": 0.661190053285968, "repo_name": "onprom/onprom", "id": "69f157c7b0ab85c4dce47d87623852ddf85ccb5a", "size": "5386",...
{% load i18n static %} {% if entries %} <div class="slider-container"> <div class="slider"> <ul class="slides"> {% for entry in entries %} <li class="slide slide-{{ forloop.counter }}"> <a href="{{ entry.get_absolute_url }}" title="{{ entry.title }}"> <img src="{% if entry.image %}{{...
{ "content_hash": "fb8e1a079b7fb315f305dd130f1fd380", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 100, "avg_line_length": 33.325, "alnum_prop": 0.5408852213053263, "repo_name": "westinedu/newertrends", "id": "69a7f7392850df3618a85478c45d9335bf5798df", "size": "1333", ...
package org.wso2.carbon.business.messaging.hl7.store; import org.apache.axiom.om.OMElement; import org.apache.synapse.MessageContext; public class JDBCUtils { public static String getTableExistsQuery(String tableName) { return "SHOW TABLES LIKE '" + tableName + "';"; } public static String getCr...
{ "content_hash": "70a848103a3bc92159152439e15a65ad", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 145, "avg_line_length": 28.44, "alnum_prop": 0.6835443037974683, "repo_name": "maheshika/carbon-mediation", "id": "cff0690d4b36d028aa0e440d7d51c7661d494a11", "size": "711",...
using System; using Microsoft.VisualStudio; using Microsoft.VisualStudio.Shell.Interop; namespace Microsoft.VisualStudioTools.MockVsTests { internal class MockVsShell : IVsShell { public int AdviseBroadcastMessages(IVsBroadcastMessageEvents pSink, out uint pdwCookie) { throw new Not...
{ "content_hash": "91185db9d7321977ccfa1745e0b80ad2", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 95, "avg_line_length": 27.718309859154928, "alnum_prop": 0.6224593495934959, "repo_name": "kant2002/nodejstools", "id": "be001ec35e7f12bfee6146d3d1037d59e9962dd5", "size": ...
ACCEPTED #### According to Index Fungorum #### Published in Bull. Herb. Boissier 2(App. 1): 66 (1894) #### Original name Bacidia mesospora C. Knight ### Remarks null
{ "content_hash": "5110c762e54f02745ed4eb5d653c750f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 41, "avg_line_length": 13, "alnum_prop": 0.6863905325443787, "repo_name": "mdoering/backbone", "id": "685268f10e8f114e49fb93fa3371c26a2a0babb9", "size": "237", "binary": ...
var Database, Snake, SnakeEmitter, config, events, sys, util; var __hasProp = Object.prototype.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; chi...
{ "content_hash": "9de5745e6ab8e286ae3c89962feb9215", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 335, "avg_line_length": 26.07262569832402, "alnum_prop": 0.5686736661667023, "repo_name": "jblanche/SnakeOnCoffee", "id": "5bca71721d2110e9d2304166be509a24636e1241", "size...
/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the <dlfcn.h> header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have ...
{ "content_hash": "f142c8e3022c02c4d1995ac01f6f4de7", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 78, "avg_line_length": 28.320987654320987, "alnum_prop": 0.6900610287707062, "repo_name": "awesomebytes/p5glove_ros", "id": "ecba3315dfe446b51d48feb37f495c286012b3c4", "siz...
type KeysOfUnion<T> = T extends T ? keyof T : never; export default KeysOfUnion
{ "content_hash": "1d0577a70ee29d0106e84fdc2b296269", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 52, "avg_line_length": 27, "alnum_prop": 0.7407407407407407, "repo_name": "Collect-io/Collect.io", "id": "c7e900c6a3587db6f5240b80fefd9370e7720e21", "size": "160", "binary...
(* category: Test synopsis: Basic reactions using functionDefinitions with three species in a compartment where the species have only substance units. componentTags: Compartment, Species, Reaction, Parameter, FunctionDefinition testTags: Amount, HasOnlySubstanceUnits testType: Tim...
{ "content_hash": "a7583ecb7c7c2d871fc0e7315885e294", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 93, "avg_line_length": 39.089285714285715, "alnum_prop": 0.6084970306075834, "repo_name": "stanleygu/sbmltest2archive", "id": "3a492bf2125a2c914985f5dccd967c344498b03c", "s...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>paco: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" r...
{ "content_hash": "5993f81d200407a367af525c32e5471e", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 159, "avg_line_length": 41.48863636363637, "alnum_prop": 0.5471103807176116, "repo_name": "coq-bench/coq-bench.github.io", "id": "aa29a4b3ccb2eacfc206aa7e55d7f4f3191266fc", ...
package oracle.ateam.sample.mobile.persistence.db; import java.math.BigDecimal; import java.sql.Blob; import java.sql.Clob; import java.sql.Date; import java.sql.Time; import java.sql.Timestamp; import java.sql.Types; import java.util.HashMap; import java.util.Map; import oracle.ateam.sample.mobile.util.ADFMobileL...
{ "content_hash": "3bca00100842f2374daeafc308730bde", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 123, "avg_line_length": 25.52, "alnum_prop": 0.7178683385579937, "repo_name": "oracle/mobile-persistence", "id": "350ee908cc6831f71eed07f2e044f34855ea0b38", "size": "4909"...
- Designed software architecture and wire-frame for Internet marketing software that utilized email and lead capturing components. This software used for a mortgage company in Southern California receives on average of 300 leads per day in their desired demographic. Languages Used: PHP, Ruby on Rails, HTML, CSS, JavaSc...
{ "content_hash": "7f038f7de6ff6b14cf657af9c39f8aca", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 343, "avg_line_length": 47.183673469387756, "alnum_prop": 0.7587946943483276, "repo_name": "dhigginbotham/resume", "id": "eb601baab0b2968c50560ec61f9065850e8d8ffd", "size"...
<!DOCTYPE html> <!--[if IEMobile 7]><html class="iem7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if lt IE 7]><html class="lt-ie9 lt-ie8 lt-ie7 no-js" lang="en" dir="ltr"><![endif]--> <!--[if (IE 7)&(!IEMobile)]><html class="lt-ie9 lt-ie8 no-js" lang="en" dir="ltr"><![endif]--> <!--[if IE 8]><html class="lt-ie9 no...
{ "content_hash": "f3dd2b7e9a1137264ae8563887ad1757", "timestamp": "", "source": "github", "line_count": 422, "max_line_length": 682, "avg_line_length": 51.89336492890995, "alnum_prop": 0.6424494269144709, "repo_name": "1wheel/scraping", "id": "a44a3a6fe7182e87b9513d5821dbd55adf9c5895", "size": "218...
set -e ginkgo -r --randomizeAllSpecs -cover bower install OUTPUT_FOLDER='builds' CURRENT_REVISION=`git rev-parse --short HEAD` OUTPUT_FILE="$OUTPUT_FOLDER/$CURRENT_REVISION.tar.gz" echo "Building application" APP_NAME="abbita" go get GOOS=linux GOARCH=amd64 go build -o $APP_NAME # docker run --rm -v "$(pwd)":/go/src/...
{ "content_hash": "e31c6837ba3c65216a3be04fc607b74f", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 180, "avg_line_length": 39.588235294117645, "alnum_prop": 0.7488855869242199, "repo_name": "JamesMura/abbita", "id": "f2fbbe83354c985249405a0517ce27ae79f7bf79", "size": "68...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); require APPPATH . '/libraries/REST_Controller.php'; class Setting extends REST_Controller { public function __construct() { parent::__construct(); $this->load->model('master/Accused_type_model'); $this->load->model('...
{ "content_hash": "982e1cfafab6933d0676ec7a41d2a3b0", "timestamp": "", "source": "github", "line_count": 608, "max_line_length": 211, "avg_line_length": 38.10690789473684, "alnum_prop": 0.5298027536794855, "repo_name": "cybergroupcm/drdhcbi", "id": "040bcb0e11c98c55770a90e31df87ff4f6ff59d7", "size":...
namespace spvtools { namespace val { bool IsValidScope(uint32_t scope) { // Deliberately avoid a default case so we have to update the list when the // scopes list changes. switch (static_cast<SpvScope>(scope)) { case SpvScopeCrossDevice: case SpvScopeDevice: case SpvScopeWorkgroup: case SpvScope...
{ "content_hash": "75b79211b7255a0aa550f3d6fa3045b9", "timestamp": "", "source": "github", "line_count": 282, "max_line_length": 80, "avg_line_length": 36.13475177304964, "alnum_prop": 0.5850834151128558, "repo_name": "endlessm/chromium-browser", "id": "ea3ebcb66e4cdc301e4542d78eea6290d8d965cc", "si...
Copyright (c) 2016 Pedro Polez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublic...
{ "content_hash": "3a123a0fe135467eb706777f90dfad41", "timestamp": "", "source": "github", "line_count": 351, "max_line_length": 304, "avg_line_length": 33.111111111111114, "alnum_prop": 0.7093443469282396, "repo_name": "Sulunia/isomap-love2d", "id": "fec6dd87560acf10ce7952182addb1dec3861bf7", "size...
require "chef-utils" unless defined?(ChefUtils::CANARY) require_relative "../resource" require_relative "../win32/security" if ChefUtils.windows_ruby? autoload :ISO8601, "iso8601" if ChefUtils.windows_ruby? require_relative "../util/path_helper" require_relative "../util/backup" require "win32/taskscheduler" if ChefUti...
{ "content_hash": "51fd9d4870fa4b23d727ecd3c682a2c0", "timestamp": "", "source": "github", "line_count": 1079, "max_line_length": 229, "avg_line_length": 45.14550509731232, "alnum_prop": 0.6053128592543932, "repo_name": "tas50/chef-1", "id": "224e59204b75e00608cf551ba46650e322276a00", "size": "49416...
@interface InterfaceController() @end @implementation InterfaceController - (void)awakeWithContext:(id)context { [super awakeWithContext:context]; // Configure interface objects here. } - (void)willActivate { // This method is called when watch view controller is about to be visible to user [super...
{ "content_hash": "8e940f8d3ec362936600404a41e8729e", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 86, "avg_line_length": 17.703703703703702, "alnum_prop": 0.7196652719665272, "repo_name": "NilStack/NotificationOnWatch", "id": "a3be560ae77c9c068401a94264659414697cf32a", ...
package _05BarracksWarsReturnOfTheDependencies.core; import _05BarracksWarsReturnOfTheDependencies.contracts.CommandInterpreter; import _05BarracksWarsReturnOfTheDependencies.contracts.Executable; import java.lang.reflect.InvocationTargetException; public class CommandInterpreterImpl implements CommandInterpreter {...
{ "content_hash": "b94958bb357761a39fe7aee908b812e0", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 146, "avg_line_length": 40.96296296296296, "alnum_prop": 0.7549728752260397, "repo_name": "yangra/SoftUni", "id": "db42641cca38ef8708f04211eb4d2c47835d7d90", "size": "1106"...
//===- llvm/CodeGen/GlobalISel/Utils.cpp -------------------------*- C++ -*-==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
{ "content_hash": "8da91e44de5f6dcd40e4abf87d151a03", "timestamp": "", "source": "github", "line_count": 558, "max_line_length": 80, "avg_line_length": 36.16487455197132, "alnum_prop": 0.63800792864222, "repo_name": "endlessm/chromium-browser", "id": "475d5e583040a186e353f58e44cc5393fd9f031b", "size...
import gql from "graphql-tag"; import BillingModifierFragment from 'lib/fragment/BillingModifier'; export default gql` mutation addBillingModifier( $input: AddBillingModifierInput!) { addBillingModifier(input: $input){ ...billingModifierFields } } ${BillingModifierFragment} `;
{ "content_hash": "eb527473c07933e8302423cdbeca4d98", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 67, "avg_line_length": 27.09090909090909, "alnum_prop": 0.7516778523489933, "repo_name": "amazeeio/lagoon", "id": "ac784ad8b6fce25a192cee9f816d4348cba70e1c", "size": "298",...
using System.Text.Json; using Azure.Core; namespace Azure.ResourceManager.Media.Models { public partial class MediaServicesNameAvailabilityContent : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); if (Optional....
{ "content_hash": "46ffe2e266d776ffca087ac97a855ba8", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 85, "avg_line_length": 29.166666666666668, "alnum_prop": 0.5828571428571429, "repo_name": "Azure/azure-sdk-for-net", "id": "1fec1de8106f55606afdeaa4e52ed9e13046a78c", "size...
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>pygraph.algorithms.filters.radius.radius</title> <link rel="stylesheet" href="epydoc.css" t...
{ "content_hash": "e97060230106620da2745353edbfe675", "timestamp": "", "source": "github", "line_count": 314, "max_line_length": 193, "avg_line_length": 35.82484076433121, "alnum_prop": 0.5725842297093074, "repo_name": "wdv4758h/ZipPy", "id": "b98a1f3ba5949b05c25d3658b412aaaf5a1cb6ba", "size": "1124...
package org.shipengine.hijacker; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelOutboundHandler; import io.netty.handler.codec.ByteToMessageDecoder; /** * Created by kevin on 5/9/17. * @brief IHijacker is used to hijack a protocol data */ public interface IHijacker { // if return...
{ "content_hash": "8e3d8831ee3cb137dd5b1d31c2a26f63", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 80, "avg_line_length": 37.724137931034484, "alnum_prop": 0.7623400365630713, "repo_name": "kuun/dataship", "id": "603c61997295dd2e274465c8d65cddcc7774d3ac", "size": "1094",...
pragma aux.synchronous;
{ "content_hash": "ab93c291fa5a2e5a9540ae17bab76075", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 23, "avg_line_length": 23, "alnum_prop": 0.8695652173913043, "repo_name": "bkiers/sqlite-parser", "id": "6a9e54890208b252d5d3a8f3ce714afca4d29a09", "size": "93", "binary":...
package ru.apermyakov.repository;
{ "content_hash": "d62df4d8d0dc2b5c942d9556be889641", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 33, "avg_line_length": 33, "alnum_prop": 0.8787878787878788, "repo_name": "AlexanderZf44/APermyakov", "id": "fd2adf251e9a7f213de62754f02bfff4eefd3a5a", "size": "33", "bina...
package org.conqat.lib.commons.tree; /** * This interface is used by {@link TreeUtils} to create tree structures. We use * this factory-based approach as this allows us to create trees based on model * elements that do not have to implement any specific interfaces. * * @param <T> * the type of nodes...
{ "content_hash": "140c299983507b534aa7000758d78a13", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 80, "avg_line_length": 31.59259259259259, "alnum_prop": 0.6963657678780774, "repo_name": "vimaier/conqat", "id": "f90bcd15bc6a177775a871ccd08dcab7b7ba976f", "size": "2084",...
<?php error_reporting(-1); $host = "localhost"; $root = "afewtaps_main"; $password = "0T;00xTsq@g1"; $database = "afewtaps_fewtap"; const ANDROID_GCM_SEND_URL = "https://android.googleapis.com/gcm/send"; const GOOGLE_API_KEY = "AIzaSyDc_DZ6W_aX3ugET3YC7NCmJ1EqYi1...
{ "content_hash": "4f139dadf33c858a1517c6ced31649d8", "timestamp": "", "source": "github", "line_count": 172, "max_line_length": 267, "avg_line_length": 38.5406976744186, "alnum_prop": 0.5534771458741892, "repo_name": "Ekta3012/codeigniter_afewtaps", "id": "bded56a3922f0dd2fdb87bda0cab6a4976d325a9", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-finmap: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
{ "content_hash": "574f94cd79d792080210f07f882f5a5e", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 181, "avg_line_length": 44.44642857142857, "alnum_prop": 0.557385830989688, "repo_name": "coq-bench/coq-bench.github.io", "id": "52d5478bcf963363973d6c7ca0b24281b9d32159", ...
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="20dp" android:height="20dp" android:viewportWidth="20" android:viewportHeight="20" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M1.167,18.729V1...
{ "content_hash": "561b3515793a94720881b6aae11ba215", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 67, "avg_line_length": 35.9, "alnum_prop": 0.7075208913649025, "repo_name": "google/material-design-icons", "id": "a84aac84b0d96d54bd8a40248c95b4d05f7e0222", "size": "359",...
<!DOCTYPE html> <html> <head> <title>Overview Example</title> <meta charset="utf8"/> <style> html, body { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; } main{ padding: 0 20px; width: 700px; overflow: hidden; max-width: 100%; margin: 0 auto; box-sizing: border-box;...
{ "content_hash": "359642f34ffba8a634bc817e1fa0abd6", "timestamp": "", "source": "github", "line_count": 181, "max_line_length": 181, "avg_line_length": 21.486187845303867, "alnum_prop": 0.6289534584726151, "repo_name": "renmuell/cEngine", "id": "e8d820000b13c0538af72656af5b32175277c871", "size": "3...
package com.polydeucesys.eslogging.core; /** * Defines a communication mechanism between the logging framework and * the storage system, whereby documents of type {@code D} can be * submitted and responses of type {@code R} are returned. * @author Kevin McLellan * @version 1.0 * * @param <D> * The type o...
{ "content_hash": "2a439942ba647c176c17e766f0b57b33", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 71, "avg_line_length": 35.15, "alnum_prop": 0.7510668563300142, "repo_name": "poldeuce-sys/elasticsearch-logging", "id": "d2973d7158299fd34e5a62e6c007319c1fef153a", "size":...
namespace MonoGame.PortableUI.Controls { public class TabItem : ContentControl { } }
{ "content_hash": "1d9a89493521370cbfb87e5fb7cd8ef4", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 41, "avg_line_length": 16, "alnum_prop": 0.6979166666666666, "repo_name": "Matt-17/MonoGame.PortableUI", "id": "a9f6938c4fbc88acc087a7362e1a700ca2f9155d", "size": "96", "b...
{% extends "multiboards/form.html" %} {% block page_title %}Edit multiboard {{multiboard.name}}{% endblock %} {% block content %} <h1>Edit multiboard {{multiboard.name}}</h1> {% include "forms/form.html" %} {% endblock content %}
{ "content_hash": "5604e7469c4a4f80bc1f5aad864dc939", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 71, "avg_line_length": 26.666666666666668, "alnum_prop": 0.6458333333333334, "repo_name": "diegojromerolopez/djanban", "id": "72f1f05d71a5e2686824d587fc10f49d2fe285ef", "siz...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "dbac75a08e8bf4b797a05ed627fd829e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "7276e2fdb0d64d72017256080fb91f7a87fbb01b", "size": "181...