text stringlengths 2 1.04M | meta dict |
|---|---|
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
=======================... | {
"content_hash": "5f1b82b7b3eb6673d44bf30882f5f97f",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 97,
"avg_line_length": 32.54666666666667,
"alnum_prop": 0.5014338385907415,
"repo_name": "beezee/GAE-Django-site",
"id": "a5cd7da9c91e264d9d2d71dcb0f9be2599a0f235",
"size":... |
LIBPE_NAMESPACE_BEGIN
enum {
DEFAULT_IO_MIN_BLOCK_SIZE = 16 * 1024,
DEFAULT_IO_MAX_BLOCK_SIZE = 2 * 1024 * 1024,
DEFAULT_IO_COUNT = 3,
};
UINT64 s_nPELoaderMinBlockSize = 0;
UINT64 s_nPELoaderMaxBlockSize = 0;
void LIBPE_API
SetPELoaderIOBlockSize(UINT64 nMinBlockSize, UINT64 nM... | {
"content_hash": "13791720bcd29526ec0479906f345dac",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 112,
"avg_line_length": 32.61290322580645,
"alnum_prop": 0.7002967359050445,
"repo_name": "r12f/libpe",
"id": "e5bc7a21864913c7c4d81f6d37cb25872bbd163a",
"size": "1032",
... |
// kube-version-change is a simple utility for converting a
// kubernetes object into a different api version.
package main
import (
"bytes"
"encoding/json"
"io"
"io/ioutil"
"log"
"os"
"runtime"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta1... | {
"content_hash": "5c5b8d5d0015c1f3acb36dd959e64714",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 100,
"avg_line_length": 23.269565217391303,
"alnum_prop": 0.6420029895366218,
"repo_name": "yichengq/kubernetes",
"id": "db84e9d455a655d0729355e3e310875976f4d14c",
"size":... |
import os
import zipfile
import shutil
from tempfile import gettempdir
from uuid import uuid4
from lagring import Asset, StorageException, AssetProcessingException
class DirectoryAsset(Asset):
"""
Asset type to store directory assets. Source can be a directory or zip archive which
is unpacked upon uploa... | {
"content_hash": "36164ff917cef9601393d868f362be50",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 88,
"avg_line_length": 31.6,
"alnum_prop": 0.5854430379746836,
"repo_name": "neoden/lagring",
"id": "5640345344fbf8e8bfcf6eefb4be1bfed09a742b",
"size": "1580",
"binary": ... |
package hr.fer.zemris.jcms.web.actions.data;
import hr.fer.zemris.jcms.web.actions.data.support.IMessageLogger;
/**
* Podatkovna struktura za akciju {@link AdminAssessmentEdit}.
*
* @author marcupic
*
*/
public class TransferUsersFromGroupData extends BaseGroup {
private Long groupID;
private Long sourceGro... | {
"content_hash": "caae244444907c66e65534ba15559977",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 66,
"avg_line_length": 19.8,
"alnum_prop": 0.734006734006734,
"repo_name": "KarloKnezevic/Ferko",
"id": "f63d0eda953dbad1df807affd6928efeda47fdf2",
"size": "891",
"binary... |
<?php
/**
* PluginThematique form.
*
* @package ##PROJECT_NAME##
* @subpackage filter
* @author ##AUTHOR_NAME##
* @version SVN: $Id: sfDoctrineFormFilterPluginTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
*/
abstract class PluginThematiqueFormFilter extends BaseThematiqueFormFilter
{
}
| {
"content_hash": "9bc904f47590d5cb1a8996035ec4ef71",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 107,
"avg_line_length": 24.307692307692307,
"alnum_prop": 0.7120253164556962,
"repo_name": "ornicar/dmOppPlugin",
"id": "36f95bd2dd23928542dd0eab152175551b83b1b1",
"size": ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE563_Unused_Variable__unused_value_int_02.c
Label Definition File: CWE563_Unused_Variable__unused_value.label.xml
Template File: sources-sinks-02.tmpl.c
*/
/*
* @description
* CWE: 563 Unused Variable
* BadSource: Initialize data
* GoodSource: Initialize and... | {
"content_hash": "5d0f8c7ff2f0cf80a154ee3c7ea5b839",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 91,
"avg_line_length": 23.993589743589745,
"alnum_prop": 0.5856265028052364,
"repo_name": "maurer/tiamat",
"id": "749a25244455cc8344e42cb332f15046ba0dbe4a",
"size": "3743"... |
/*
* 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": "4e16afdc9bbbbdfadd592b994cd1208c",
"timestamp": "",
"source": "github",
"line_count": 875,
"max_line_length": 222,
"avg_line_length": 51.14057142857143,
"alnum_prop": 0.607647269151694,
"repo_name": "smartnews/presto",
"id": "8743919c371bae58119a7d1af75d5225a12975db",
"size": "447... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
J. Mycol. 8: 72 (1902)
#### Original name
Cercospora cydoniae Rangel
### Remarks
null | {
"content_hash": "498b5bd5dc4745f2ca00fd6a69cf0cbf",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 26,
"avg_line_length": 11.461538461538462,
"alnum_prop": 0.6912751677852349,
"repo_name": "mdoering/backbone",
"id": "36bbe032e36564c5191cb765bbaf03f19891c693",
"size": "19... |
package cgeo.geocaching.sensors;
import cgeo.geocaching.location.Geopoint;
import cgeo.geocaching.settings.Settings;
import cgeo.geocaching.utils.Log;
import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Location;
import android.location.LocationMa... | {
"content_hash": "0fa557ca93e0cc4ff89ad4ffb6771e94",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 153,
"avg_line_length": 43.63333333333333,
"alnum_prop": 0.6613827349121467,
"repo_name": "cgeo/cgeo",
"id": "c3d32d3541abe9abf31795784141cfc03b9f7429",
"size": "5236",
... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="1"
android:background="?android:attr/listDivider"
android:orientation="vertical">
<Linear... | {
"content_hash": "56548edbf257164aeadfc68ce54fa026",
"timestamp": "",
"source": "github",
"line_count": 264,
"max_line_length": 73,
"avg_line_length": 37.265151515151516,
"alnum_prop": 0.6180117910144338,
"repo_name": "movitto/nethack-encyclopedia",
"id": "07c13624bd93f1746ebbb1a0d6b273044f126ccc",
... |
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<string name="actionbar_share">"Teilen"</string>
<string name="actionbar_web_search">"Websuche"</string>
<string name="actionbar_textselection_title">"Textauswahl"</string>
<string name="media_player_error_titl... | {
"content_hash": "773251c4a9e4b0047caf8949d3c8746b",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 147,
"avg_line_length": 77.66666666666667,
"alnum_prop": 0.7708154506437769,
"repo_name": "judax/OculusMobileSDKHeadTrackingXWalkViewExtension",
"id": "43db4c2afdc85c2b36eb30... |
require 'test_helper'
class WelcomeControllerTest < ActionDispatch::IntegrationTest
test 'be redirected to the pull request controller' do
get welcome_index_url
assert_response :redirect
end
end
| {
"content_hash": "8e9846bdc5c7cc309951f18da93b060c",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 61,
"avg_line_length": 26,
"alnum_prop": 0.7788461538461539,
"repo_name": "davetrollope/gitstats",
"id": "8539da58ca01109f703fb03fdd607f250ca814e2",
"size": "208",
"binary... |
import tests.model_control.test_ozone_custom_models_enabled as testmod
testmod.build_model( ['Logit'] , ['LinearTrend'] , ['BestCycle'] , ['ARX'] ); | {
"content_hash": "4e616f983720044e1360c137b1a4b883",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 77,
"avg_line_length": 37.5,
"alnum_prop": 0.7,
"repo_name": "antoinecarme/pyaf",
"id": "c584a34d5c51c201367f583d13a7f283ca27e1c0",
"size": "150",
"binary": false,
"copi... |
extern "Java"
{
namespace java
{
namespace awt
{
class Color;
class Dimension;
class Graphics;
}
}
namespace javax
{
namespace swing
{
namespace plaf
{
namespace basic
{
class BasicArrowButton;
}
}
}
}
}
c... | {
"content_hash": "d101cf7fe54681278d7368194200821e",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 113,
"avg_line_length": 29.196428571428573,
"alnum_prop": 0.6501529051987768,
"repo_name": "the-linix-project/linix-kernel-source",
"id": "033f499aaf85f54a059c3c7ec72d90ab1a3... |
/*
* This file has been modified by Niel Lebeck to change the access modifiers
* of enclosed classes and methods.
*/
/*
* 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 cop... | {
"content_hash": "0998310645f3155c83cea19c298ad20e",
"timestamp": "",
"source": "github",
"line_count": 283,
"max_line_length": 98,
"avg_line_length": 33.78798586572438,
"alnum_prop": 0.5762392804852541,
"repo_name": "UWSysLab/Sapphire",
"id": "2d1088ec8fedcd3e87bf48fc0974b55408cc0ca0",
"size": "95... |
package us.dot.its.jpo.ode.asn1.j2735.msg.ids;
public abstract class ConnectedVehicleMessageID {
public abstract boolean equals(Object other);
public abstract int hashCode();
public abstract String toString();
public abstract long getMessageId();
}
| {
"content_hash": "c0ef76881562d47a12f4566a20206e0e",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 49,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.7613636363636364,
"repo_name": "hmusavi/jpo-ode",
"id": "32063bf61b98161e4f5cff6aad5423db8b2e3413",
"size": "264",... |
<h1 ng-click="home.signOut()">LOGGED IN AS: {{home.userEmail}}</h1>
<table>
<tr class="tableHeader">
<th class="idHeader">ID</th>
<th class="descriptionHeader">DESCRIPTION</th>
<th class="priorityHeader">PRIORITY</th>
<th class="statusHeader">STATUS</th>
<th class="actionsHeader">ACTIONS</th>
<... | {
"content_hash": "f54c8144eec3be56368e3c778d3ebf40",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 172,
"avg_line_length": 50.85,
"alnum_prop": 0.6863323500491643,
"repo_name": "rgamaesilva/toDoListAngularFire",
"id": "eb6ea2354fa206ee703863bda183d1ef493aab66",
"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 distributed under t... | {
"content_hash": "9944b9121c23294ebf5724a436fff76d",
"timestamp": "",
"source": "github",
"line_count": 359,
"max_line_length": 182,
"avg_line_length": 38.590529247910865,
"alnum_prop": 0.6922910350801212,
"repo_name": "googleapis/google-api-java-client-services",
"id": "9ae787a30ef0ff254164d655979a5... |
<resources>
<string name="app_name">Weight Log</string>
<string name="open_nav_drawer">Open navigation drawer.</string>
<string name="close_nav_drawer">Close navigation drawer.</string>
<string name="nav_drawer_menu_log">Log</string>
<string name="nav_drawer_menu_import_export">Import / Export</str... | {
"content_hash": "09fca5dccde2a84672e9aa5d671e87f6",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 100,
"avg_line_length": 54.01754385964912,
"alnum_prop": 0.7232867814225398,
"repo_name": "halfbull/WeightLog",
"id": "b30e72db30fb3e2be4595b4be8312345549dded8",
"size": "3... |
/* K&R getline */
int getline(char *, int lim);
/* Run through each line or input string */
void runner(char *);
/* Check for syntax errors */
int checkSyntax(char c);
int i = 0; /* reusable counter */
| {
"content_hash": "39fcfa3d69d2b46270c68479234f0242",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 43,
"avg_line_length": 25.375,
"alnum_prop": 0.6551724137931034,
"repo_name": "msnorm/forums",
"id": "1b915ebb01ea36fc7ec2110702b3e24ce370c3d2",
"size": "203",
"binary": f... |

Detect copy-pasted and structurally similar code. The inspector identifies
duplicate code, even if modified, as well as common boilerplate or logic that
should be the target of refactoring.
[. It u... | {
"content_hash": "f77453b19b80c95dfb754a504fb50f49",
"timestamp": "",
"source": "github",
"line_count": 162,
"max_line_length": 425,
"avg_line_length": 28.839506172839506,
"alnum_prop": 0.6508989726027398,
"repo_name": "webdriverio/webdriverio",
"id": "4c679c987838dc9c1fb015793e982a328e8d0c49",
"si... |
layout: doc
title: Editing the Wiki OSM
permalink: /hr/intermediate/editing-the-wiki/
lang: hr
category: intermediate
---
Editing the OSM Wiki
====================
This guide is available in [English as a Google document](https://docs.google.com/document/d/1G2LrM0ASKh7X175Hi16srnOBtofmsZwlj5x7EJTvi1g/edit)
or
Ple... | {
"content_hash": "6f32e02470276346921b9351dddcf805",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 145,
"avg_line_length": 34.53333333333333,
"alnum_prop": 0.7393822393822393,
"repo_name": "feyeandal/test",
"id": "97ea88d8e9b7a3f3ba7c6689d49706438b37d2f2",
"size": "522",... |
// ---------------------------------------------------------------------------
//
// @file TwOpenGLCore.cpp
// @author Philippe Decaudin
// @license This file is part of the AntTweakBar library.
// For conditions of distribution and use, see License.txt
//
// -----------------------------... | {
"content_hash": "061620fcac8db6e29c0bf9bca7e00e17",
"timestamp": "",
"source": "github",
"line_count": 964,
"max_line_length": 189,
"avg_line_length": 34.149377593360995,
"alnum_prop": 0.5969015795868773,
"repo_name": "sosolimited/Cinder",
"id": "8874b220006fa08e4a95025ea03b0530fc65bb1d",
"size": ... |
project_path: /web/_project.yaml
book_path: /web/updates/_book.yaml
description: The virtual viewport seperates layout and viewing of the viewport.
{# wf_updated_on: 2015-01-19 #}
{# wf_published_on: 2015-01-19 #}
{# wf_tags: news,virtualviewport #}
# What the Virtual Viewport? {: .page-title }
{% include "web/_shar... | {
"content_hash": "6b13ce3619a315f74203af4395df5d57",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 232,
"avg_line_length": 44.671052631578945,
"alnum_prop": 0.7525773195876289,
"repo_name": "robdodson/WebFundamentals",
"id": "5bd1c431141e0f6a2487b947552a98bd8795f2af",
"s... |
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</head>
<body>
<?PHP error_reporting(-1); ?>
<style>
body {padding:0px;}
#overlay {
position: fixed;
display: none;
z-index: 10;
height: 100%;
width: 100%;
background-ima... | {
"content_hash": "d6b9ceb27f55a9da207b89389b536934",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 490,
"avg_line_length": 25.383561643835616,
"alnum_prop": 0.5866162978953049,
"repo_name": "CommLegal/experts-select",
"id": "2c431966ab5c554e1f0fdd29678c69fc8ef9a073",
"s... |
'''
====================================================================
Copyright (c) 2016 Barry A Scott. All rights reserved.
This software is licensed as described in the file LICENSE.txt,
which you should have received as part of this distribution.
===========================================================... | {
"content_hash": "79cd9da07b21c1c8d605368a843fba6e",
"timestamp": "",
"source": "github",
"line_count": 266,
"max_line_length": 163,
"avg_line_length": 40.402255639097746,
"alnum_prop": 0.6331069135572718,
"repo_name": "barry-scott/git-workbench",
"id": "b6830989d07af080e909102c7b1ee3d75712822c",
"... |
var SerialPort = require('serialport').SerialPort
, bindPhysical = require('../index').bindPhysical
, mqtt = require('mqtt')
, SERIAL_PORT = process.env.SERIAL_PORT || '/dev/ttyACM0'
// create an mqtt client
, options = { 'host': 'YOUR_MQTT_HOST'
, 'port': 'YOUR_MQTT_PORT'
, 'user... | {
"content_hash": "217c389d608736a2be37629264aad7ea",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 59,
"avg_line_length": 24.941176470588236,
"alnum_prop": 0.6320754716981132,
"repo_name": "Orientsoft/borgnix-examples",
"id": "012eea5f4586c9de9593638e187abe5bff9a0ad3",
"... |
<?php
namespace MusicaToulouse\WebsiteBundle\Twig;
class DateTimeExtension extends \Twig_Extension
{
public function getFilters()
{
return array(
'toDateString' => new \Twig_Filter_Method($this, 'toDateString'),
);
}
public function toDateString($date, $format)
{
... | {
"content_hash": "a5d9aa988b3a8cab6f419ab30be826d5",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 77,
"avg_line_length": 20.884615384615383,
"alnum_prop": 0.5966850828729282,
"repo_name": "Akashan/MusicaToulouse",
"id": "b9110bf9deca750006ff571d215bfabfc64d64c2",
"size"... |
struct GLFWwindow;
IMGUI_API bool ImGui_ImplGlfwGL3_Init(GLFWwindow* window, bool install_callbacks);
IMGUI_API void ImGui_ImplGlfwGL3_Shutdown();
IMGUI_API void ImGui_ImplGlfwGL3_NewFrame();
IMGUI_API void ImGui_ImplGlfwGL3_RenderDrawData(ImDrawData* draw_data);
// Use if you want to rese... | {
"content_hash": "c838e0df689b642e0359abaa46b469e2",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 114,
"avg_line_length": 63.166666666666664,
"alnum_prop": 0.7554969217238346,
"repo_name": "ThisIsNotRocketScience/Eurorack-KDS",
"id": "6cbbe4a5cdbacbb9c2857b43d805ed5b7321d... |
package it.francescosantagati.jam;
import java.rmi.RemoteException;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import java.util.List;
import java.util.ListIterator;
/**
* A no-synchronized mailbox remotely accessible and belonging to a particular agent.
* Other agents can send message b... | {
"content_hash": "4976f7eb952637d4eda05eec4d85bd97",
"timestamp": "",
"source": "github",
"line_count": 242,
"max_line_length": 128,
"avg_line_length": 33.49173553719008,
"alnum_prop": 0.6314620604565083,
"repo_name": "FrancescoSantagati/java-agent-middleware",
"id": "e7f84685b0cf261cd3b4817617e5116d... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="it">
<head>
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jan 30 17:31:24 CET 2014 -->
<title>UnrecognizedInstructionException</title>
<meta name="date" content="2014-01-30">
... | {
"content_hash": "3afcb0d68f372bea8bcf0861995c8ead",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 252,
"avg_line_length": 35.91694352159468,
"alnum_prop": 0.6441587272222736,
"repo_name": "mrambler90/sapy14",
"id": "79d91fba92a7c0653313306042f04ba7e1bf5201",
"size": "1... |
/**
* External dependencies
*/
import { __ } from '@googleforcreators/i18n';
/**
* External dependencies
*/
import PropTypes from 'prop-types';
import styled from 'styled-components';
import {
useRef,
useEffect,
useState,
useMemo,
useCallback,
useFocusOut,
} from '@googleforcreators/react';
import { us... | {
"content_hash": "c995e12901d09b033e08b1dc8b73f6cb",
"timestamp": "",
"source": "github",
"line_count": 198,
"max_line_length": 91,
"avg_line_length": 27.595959595959595,
"alnum_prop": 0.640190336749634,
"repo_name": "GoogleForCreators/web-stories-wp",
"id": "372105a2a5eb19478d6989219263404d6fc0f3da"... |
@protocol InterfaceSocial <NSObject>
- (void) configDeveloperInfo : (NSMutableDictionary*) cpInfo;
- (void) submitScore: (NSString*) leaderboardID withScore: (long) score;
- (void) showLeaderboard: (NSString*) leaderboardID;
- (void) unlockAchievement: (NSMutableDictionary*) achInfo;
- (void) showAchievements;
- (v... | {
"content_hash": "a8ac744b3c6992ea4bc237a2c1d58dda",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 72,
"avg_line_length": 30,
"alnum_prop": 0.7452380952380953,
"repo_name": "bianfeng-shenbin/plugin",
"id": "8150e7b3638f9d497f3370dbab765649b6846d38",
"size": "1660",
"bi... |
describe('Config Loader', function()
local configLoader = require 'busted.modules.configuration_loader'()
local testConfig, cliArgs, defaults
before_each(function()
testConfig = {
_all = {
other = 'stuff',
},
default = {
output = 'utfTerminal'
},
windows = {
... | {
"content_hash": "dcc5469182033b2390a74d5f806722ed",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 86,
"avg_line_length": 29.904761904761905,
"alnum_prop": 0.67078025477707,
"repo_name": "perusio/lua-busted-debian-package",
"id": "104e0bc0329443f0a34b242d106b1113397e3d61",... |
namespace content {
// Owns a platform specific event; used to pass own and pass event through
// platform independent code.
struct CONTENT_EXPORT NativeWebKeyboardEvent :
NON_EXPORTED_BASE(public WebKit::WebKeyboardEvent) {
NativeWebKeyboardEvent();
explicit NativeWebKeyboardEvent(gfx::NativeEvent native_event... | {
"content_hash": "5a8ea0e86be10d1eadaa969563d1d570",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 80,
"avg_line_length": 39.594202898550726,
"alnum_prop": 0.6500732064421669,
"repo_name": "keishi/chromium",
"id": "9af8e73859fea7728d459455f5bb4792996014b2",
"size": "3308... |
/*global phantom:true*/
/*global require:true*/
/*global window:true*/
/**
* system.args
* [1] - fs path for css file
*/
(function(){
"use strict";
var system = require( "system" );
var fs = require( "fs" );
var errorHandler = function(msg, trace) {
var msgStack = ["PHANTOM ERROR: " + msg];
if (trace && t... | {
"content_hash": "8604a56436249455a27e80e9c23885b5",
"timestamp": "",
"source": "github",
"line_count": 131,
"max_line_length": 125,
"avg_line_length": 29.954198473282442,
"alnum_prop": 0.6261467889908257,
"repo_name": "danielmall/danielmallcom",
"id": "22ccf74646addeebb1990a4d075e8f0b47200304",
"s... |
using System;
using NUnit.Framework;
using NUnit.Framework.Interfaces;
namespace SIL.TestUtilities
{
/// <summary>
/// A NUnit action attribute that enables offline mode for the SLDR during unit tests. This attribute can be
/// placed on a test fixture, test assembly, or test to disable online access to the live SL... | {
"content_hash": "a8e2a10ea15f863c3dd50ceee6106318",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 146,
"avg_line_length": 28.871794871794872,
"alnum_prop": 0.7149200710479574,
"repo_name": "gmartin7/libpalaso",
"id": "d8ac18b4611231fe5cfb755e66e71be01d82a0ae",
"size": "... |
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<h2>About</h2>
<p class="lead">
This application was developed by <a href="http://capricasoftware.co.uk">Caprica Software Limited</a>.
</p>
<hr>
<h3>Contact</h3... | {
"content_hash": "35a314f54431b2be26721f16e781ff95",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 127,
"avg_line_length": 38.8235294117647,
"alnum_prop": 0.5151515151515151,
"repo_name": "caprica/bootlace",
"id": "0b02fd4a15c601a24bc8050d1aa5ea4991ea0ef4",
"size": "660"... |
module.exports = require('../isElement');
| {
"content_hash": "da8d583f06b37371c6f47b12343fd2fa",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 41,
"avg_line_length": 43,
"alnum_prop": 0.6744186046511628,
"repo_name": "Moccine/global-service-plus.com",
"id": "c9277a32e86c5f6d30eded6861949eb030e32e05",
"size": "43",
... |
/****************************************************************************
* uint.c
*
* Computer Science 50
* David J. Malan
*
* Prints a signed 8-bit integer and an unsigned 8-bit integer.
*
* Demonstrates signed, fixed-width types.
**************************************************************************... | {
"content_hash": "6002344d99db71ccfaa9acb36c86cb49",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 77,
"avg_line_length": 22.03846153846154,
"alnum_prop": 0.44502617801047123,
"repo_name": "feliposz/learning-stuff",
"id": "0e31bc78dd7c5592c8b10df35963440716a8885e",
"size... |
<html>
<head>
<title>File Source for index.php</title>
<link rel="stylesheet" type="text/css" href="../media/style.css">
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
<tr>
<td class="header_top">PHPExcel</td>
</tr>
<tr><td class="header_line"><img src="../media/em... | {
"content_hash": "5c97de1fd178c16014e354e26924f891",
"timestamp": "",
"source": "github",
"line_count": 105,
"max_line_length": 513,
"avg_line_length": 78.08571428571429,
"alnum_prop": 0.5971459934138309,
"repo_name": "xenophy/xFrameworkPX",
"id": "6d08299d7d41acf8452df533601544b3346fd1b2",
"size":... |
#include "LConnectToMaster.h"
LConnectToMaster::LConnectToMaster()
{
m_unMaxPacketProcessOnce = 100;
}
LConnectToMaster::~LConnectToMaster()
{
}
bool LConnectToMaster::Initialize(char* pConnectToMasterServerConfigFile)
{
if (pConnectToMasterServerConfigFile == NULL)
{
return false;
}
LConnectorConfigProcess... | {
"content_hash": "451f9bfbb3925dd1635f851351456682",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 88,
"avg_line_length": 19.3,
"alnum_prop": 0.7862694300518135,
"repo_name": "MBeanwenshengming/linuxgameserver",
"id": "b83ace2f29d3a342894d299f0b495ab95252f1c4",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_bg_press" android:state_pressed="true"/>
<item android:drawable="@drawable/button_bg_normal"/>
</selector> | {
"content_hash": "3855df95ac4bfd71e669ae65c7f79d1c",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 85,
"avg_line_length": 52.8,
"alnum_prop": 0.7196969696969697,
"repo_name": "CyanFlxy/KnockKnock",
"id": "ebc4047c814ba57d689fc232ea03a7fa9ec3b748",
"size": "264",
"binary... |
import os
import unittest
import numpy as np
from sourcefinder import accessors
from sourcefinder.accessors.fitsimage import FitsImage
from sourcefinder.testutil.data import DATAPATH
from sourcefinder.testutil.data import fits_file
from sourcefinder.testutil.decorators import requires_data
from sourcefinder.testutil.m... | {
"content_hash": "d5e37da14f5b4dc0a655c8417d782d4c",
"timestamp": "",
"source": "github",
"line_count": 448,
"max_line_length": 89,
"avg_line_length": 40.75892857142857,
"alnum_prop": 0.5963855421686747,
"repo_name": "transientskp/pyse",
"id": "5f83fcd781caa72c2d3e2f9f155a1a7172b8714d",
"size": "18... |
<?xml version="1.0" encoding="UTF-8"?>
<rootTag>
<Award>
<AwardTitle>The stability of colloidal metallic nanoparticles in reactive chemical environments</AwardTitle>
<AwardEffectiveDate>03/01/2010</AwardEffectiveDate>
<AwardExpirationDate>02/28/2013</AwardExpirationDate>
<AwardAmount>420000</AwardAmo... | {
"content_hash": "fb256510beb1dab10df39a6b4883e3ae",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 934,
"avg_line_length": 53.333333333333336,
"alnum_prop": 0.74140625,
"repo_name": "jallen2/Research-Trend",
"id": "a95bf973c99d75aadfe1270f994b5538ee5cda81",
"size": "2560... |
package org.apache.camel.builder.endpoint.dsl;
import java.util.*;
import java.util.concurrent.*;
import java.util.function.*;
import java.util.stream.*;
import javax.annotation.Generated;
import org.apache.camel.builder.EndpointConsumerBuilder;
import org.apache.camel.builder.EndpointProducerBuilder;
import org.apac... | {
"content_hash": "6ca3ead27352689e5691fac199435536",
"timestamp": "",
"source": "github",
"line_count": 733,
"max_line_length": 146,
"avg_line_length": 39.15279672578445,
"alnum_prop": 0.5947942437018712,
"repo_name": "apache/camel",
"id": "49c0089fb39505bed5bf22610148f56fc8dadf42",
"size": "29501"... |
#include <string>
#include <osquery/core.h>
#include <osquery/config.h>
#include <osquery/logger.h>
#include <osquery/tables.h>
#include "osquery/events/linux/syslog.h"
#include "osquery/tables/events/event_utils.h"
namespace osquery {
FLAG(uint64,
syslog_events_expiry,
60 * 60 * 24 * 30, // Keep 30 day... | {
"content_hash": "a5a5a34fb94536b6e182faaa97eea332",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 76,
"avg_line_length": 23.442307692307693,
"alnum_prop": 0.7071369975389664,
"repo_name": "friedbutter/osquery",
"id": "a42aa4fc5a9c1cda39518646b266ce6033e135d1",
"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/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | {
"content_hash": "b09f966be53f2a0c3faf5a83bea58045",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 293,
"avg_line_length": 94.23404255319149,
"alnum_prop": 0.6567321442010988,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "2d392548d1c4a7ee81298de8db5bc225b0bcde34",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Hayttp\Mock\MockResponse | Hayttp API</title>
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" hre... | {
"content_hash": "933dfde1d3e5f4eabdd28027e0eb5c30",
"timestamp": "",
"source": "github",
"line_count": 4176,
"max_line_length": 365,
"avg_line_length": 43.01149425287356,
"alnum_prop": 0.448595893461607,
"repo_name": "moccalotto/moccalotto.github.com",
"id": "47a5dfbb659a3fe3b41fb841d78f402cdc0e9984... |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativea... | {
"content_hash": "323e2c8695ed1e434b48ecfd1ebfee08",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 221,
"avg_line_length": 49.522935779816514,
"alnum_prop": 0.5706743238236384,
"repo_name": "stephaneAG/PengPod700",
"id": "ed01883e836485b378ab5020615f5d7264fe9e8a",
"size... |
#ifndef _ERR_H_
#define _ERR_H_
//
// Error and Warning outputs
//
void errx (int eval, const char *fmt, ...);
void err (int eval, const char *fmt, ...);
void warnx(const char *fmt, ...);
void warn (const char *fmt, ...);
#endif | {
"content_hash": "ea6635cd7a68256a943e5a39977a8887",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 43,
"avg_line_length": 16.533333333333335,
"alnum_prop": 0.5685483870967742,
"repo_name": "MattDevo/edk2",
"id": "6207d18039560621b54caed28863b9898f784e27",
"size": "990",
... |
#include "debug/RubyPrefetcher.hh"
#include "mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh"
#include "mem/ruby/structures/Prefetcher.hh"
#include "mem/ruby/system/RubySystem.hh"
Prefetcher*
PrefetcherParams::create()
{
return new Prefetcher(this);
}
Prefetcher::Prefetcher(const Params *p)
: SimObje... | {
"content_hash": "ac9d26febf1881d03a686b99e507d2c1",
"timestamp": "",
"source": "github",
"line_count": 450,
"max_line_length": 79,
"avg_line_length": 30.593333333333334,
"alnum_prop": 0.5736907096680468,
"repo_name": "pombredanne/http-repo.gem5.org-gem5-",
"id": "ce6d36c048f26295c4f7fae5fbda8114a80f... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="grid_column_count">3</integer>
</resources> | {
"content_hash": "f3cdcf0119cbcef79140bea555bf0f87",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 49,
"avg_line_length": 28.25,
"alnum_prop": 0.672566371681416,
"repo_name": "kumaran127/nasa_epic",
"id": "4e0b943a5e8e0afe0450fa2f9304f83ff37e97f2",
"size": "113",
"binar... |
@implementation NSNumberFormatter (TBL)
+(NSNumberFormatter *)simpleNumberFormatter {
NSMutableDictionary* dictionary = [[NSThread currentThread] threadDictionary];
NSString *key = @"NSNumberFormatter";
NSNumberFormatter* numberFormatter = [dictionary objectForKey:key];
if (numberFormatter == nil) {
... | {
"content_hash": "e06031e379394d3a32a46a82636dc006",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 82,
"avg_line_length": 32.529411764705884,
"alnum_prop": 0.7251356238698011,
"repo_name": "twobitlabs/TBLCategories",
"id": "1d861d5fab20a4488eee7717518dd2c106130623",
"siz... |
// -*- mode: java; c-basic-offset: 2; -*-
// Copyright 2009-2011 Google, All Rights reserved
// Copyright 2011-2012 MIT, All rights reserved
// Released under the MIT License https://raw.github.com/mit-cml/app-inventor/master/mitlicense.txt
package com.google.appinventor.client.widgets.boxes;
import com.google... | {
"content_hash": "8942ccf59471ba39eb53976bb34439e8",
"timestamp": "",
"source": "github",
"line_count": 211,
"max_line_length": 99,
"avg_line_length": 30.265402843601894,
"alnum_prop": 0.66536172878171,
"repo_name": "ajhalbleib/aicg",
"id": "15f547b20ac54661d03d37be06de9172637ae73d",
"size": "6386"... |
package com.github.kislayverma.rulette.core.ruleinput.value;
public interface IInputValueBuilder<T> {
IInputValue<T> build(String value);
}
| {
"content_hash": "1551ad2747aac2d60972cb6e201cffa8",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 60,
"avg_line_length": 29,
"alnum_prop": 0.7862068965517242,
"repo_name": "kislayverma/Rulette",
"id": "7f4d489d25f072030d046e254651c8fc31c65559",
"size": "145",
"binary":... |
from core import *
| {
"content_hash": "0abf8f657310478c4a5c3bcb33c8bb55",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 18,
"avg_line_length": 19,
"alnum_prop": 0.7368421052631579,
"repo_name": "breuleux/descr",
"id": "5f7bf5b224078fe840877dc1348a2275cd47b7b8",
"size": "20",
"binary": false... |
namespace extensions {
namespace {
class ExtensionBindingsApiTest : public ExtensionApiTest {};
IN_PROC_BROWSER_TEST_F(ExtensionBindingsApiTest,
UnavailableBindingsNeverRegistered) {
// Test will request the 'storage' permission.
PermissionsRequestFunction::SetIgnoreUserGestureForTests(true... | {
"content_hash": "8475c6a930e2b80421d2c8751ff6e03e",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 80,
"avg_line_length": 36.61643835616438,
"alnum_prop": 0.7153011597456042,
"repo_name": "ondra-novak/chromium.src",
"id": "3d8304caa033d8908a4a559fbd61f8a3921a59b3",
"size... |
package org.netbeans.modules.android.spi;
/**
*
* @author arsi
*/
public interface MainActivityConfiguration {
String getMainActivity();
boolean isAskBeforeLaunch();
boolean isUseFromManifest();
void setAskBeforeLaunch(boolean askBeforeLaunch);
void setMainActivity(String mainActivity);
... | {
"content_hash": "ed091dc3496e86ddfc03e28df1a25fb7",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 53,
"avg_line_length": 17.09090909090909,
"alnum_prop": 0.7420212765957447,
"repo_name": "arsi-apli/NBANDROID-V2",
"id": "0dd389c33afe95574b802d5dfc3b2b7c1f5022c0",
"size":... |
import MessageService from '../services/MessageService';
import * as AppConstants from '../constants/AppConstants';
import GroupInfoDao from '../dao/GroupInfoDao';
import Firebase from 'firebase';
class FirebaseMessageHandler{
init(firebaseRef, phoneNumber, displayName){
this.phoneNumber = phoneNum... | {
"content_hash": "3bab13f58ecf5edb33d455460a2913f9",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 140,
"avg_line_length": 38.9,
"alnum_prop": 0.6302155428119438,
"repo_name": "ramsundark5/stitchchat",
"id": "b423649d994cb77d2c23bd12e333a139d67e3ef5",
"size": "5057",
... |
Property sorting.
Examples use the predefined property sorting table. To define a custom sorting order pass an array to `csscrush_set_property_sort_order()`
```crush
color: red;
background: #000;
opacity: .5;
display: block;
position: absolute;
```
```css
position: absolute;
display: block;
opacity: .5;
color: red;... | {
"content_hash": "1f74311bd97ff45284f999023ab935da",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 138,
"avg_line_length": 17.15,
"alnum_prop": 0.7259475218658892,
"repo_name": "peteboere/css-crush",
"id": "cd17817fdce234d21191e671290f132561d0a9a6",
"size": "344",
"bin... |
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/**
* \file
* \brief C API: 16-bit Unicode handling macros
*
* This file defines macros to deal with 16-bit Unicode (UTF-16) code units and strings.
*
* For more information see utf.h and the ICU Use... | {
"content_hash": "61454ab9fbeb59486b39b324cef7b803",
"timestamp": "",
"source": "github",
"line_count": 731,
"max_line_length": 106,
"avg_line_length": 30.905608755129958,
"alnum_prop": 0.6281427053824362,
"repo_name": "brightdigit/speculid",
"id": "35fd09861143cdfb1fb0002ade64e1a734927498",
"size"... |
swoole_https_client: method_put_with_payload
--SKIPIF--
<?php require __DIR__ . "/../inc/skipif.inc"; ?>
--INI--
assert.active=1
assert.warning=1
assert.bail=0
assert.quiet_eval=0
--FILE--
<?php
require_once __DIR__ . "/../inc/zan.inc";
require_once __DIR__ . "/../../apitest/swoole_http_client/simple_https_client.ph... | {
"content_hash": "e131ee3b5d4dc3e9c88ad569fcc9ac83",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 96,
"avg_line_length": 25.88888888888889,
"alnum_prop": 0.6666666666666666,
"repo_name": "springleng/zan",
"id": "fdf32528f026d06ab700efb8d684ccad7fe64d7c",
"size": "708",
... |
id: clipboard
title: Clipboard
---
> This API is deprecated and will be removed from react-native in the next release. Use [expo-clipboard](../sdk/clipboard.md) instead.
`Clipboard` gives you an interface for setting and getting content from Clipboard on both Android and iOS
---
## Example
```js
import React, { u... | {
"content_hash": "0c79986190ddea7650c08bf4acf27bd5",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 228,
"avg_line_length": 22.548076923076923,
"alnum_prop": 0.6332622601279317,
"repo_name": "exponentjs/exponent",
"id": "795e092173a2f69ac76873cc601e54e44a8ce14a",
"size":... |
package com.gemstone.gemfire.internal.cache;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.logging.log4j.Logger;
import com.gemstone.gemfire.DataSerializer;
import com.gemstone.gemfire.Instantiator;
import com... | {
"content_hash": "dd437e31bb807ce27b2768895ebe7c4a",
"timestamp": "",
"source": "github",
"line_count": 334,
"max_line_length": 140,
"avg_line_length": 34.73652694610779,
"alnum_prop": 0.6695397345285296,
"repo_name": "ameybarve15/incubator-geode",
"id": "7e680fb232311f7dba97df3fa1042a667d3c001b",
... |
class CreateSignedUpUsers < ActiveRecord::Migration
def self.up
create_table :signed_up_users do |t|
t.column :topic_id, :integer, :null => false
t.column :creator_id, :integer, :null => false
t.column :is_waitlisted, :boolean, :null => false
t.column :preference_priority_number, :integer ... | {
"content_hash": "c8fc210e15694c07fa4b7010fc7cad85",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 91,
"avg_line_length": 33.55,
"alnum_prop": 0.6423248882265276,
"repo_name": "sid5788/expertiza",
"id": "ba183043f2b288105732fcf09f1d33edbf9c0b82",
"size": "671",
"binary... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | {
"content_hash": "f2265c67fe6cffc0c0636ead938f5cca",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 359,
"avg_line_length": 46.765957446808514,
"alnum_prop": 0.5304822565969063,
"repo_name": "dcarda/aba.route.validator",
"id": "099ea20117ad895461e74e71df62535f9c85ee68",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gemfile - RDoc Documentation</title>
<script type="text/javascript">
var rdoc_rel_prefix = "./";
</script>
<script src="./js/jquery.js"></script>
<script src="./js/darkfish.js"></script>
<link href="./css/fonts.css" rel="stylesheet">
<link href="./css/r... | {
"content_hash": "a7d256909e75c9959112393601824dea",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 134,
"avg_line_length": 27.46,
"alnum_prop": 0.6325564457392571,
"repo_name": "hectorinoman/practica11LPP",
"id": "7d21d2c8776671b8e78bb50a8a46c05b21dbe24b",
"size": "2746... |
using Microsoft.Phone.Controls;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
namespace RealEstateTourNotebook.Utils
{
public class Transitions
{
//Turnstile transition
public static void UseTurnstileTr... | {
"content_hash": "5293ad8d4f1b9f056b24859dd9c68809",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 76,
"avg_line_length": 33.68780487804878,
"alnum_prop": 0.4462785983203012,
"repo_name": "NamedJohnny/Real-Estate-Tour-Notebook-Windows-Phone-",
"id": "57c0375f64434ef5d3119... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Symb. bot. upsal. 20(1): 264 (1972)
#### Original name
Sordaria insignis E.C. Hansen, 1876
### Remarks
null | {
"content_hash": "5966c8209f5728fb2948613ad823f38f",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 15.076923076923077,
"alnum_prop": 0.6887755102040817,
"repo_name": "mdoering/backbone",
"id": "b61070ccbd235a7b8d1943d0f5384a1b19e937ac",
"size": "26... |
import styled, { css } from 'styled-components';
import { Document as _Document, Page as _Page } from 'react-pdf';
import { Button } from '../../atoms/Button';
import { transitions } from '../../theme/utils';
import { slideInDown } from '../../theme/animations';
const Wrapper = styled.div`
position: absolute;
top:... | {
"content_hash": "48b3e7fd515067feb2bc3746fd2abb24",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 65,
"avg_line_length": 23.774193548387096,
"alnum_prop": 0.6268656716417911,
"repo_name": "sjofartstidningen/bryggan",
"id": "6174bb9d2e843aea0d6357a8b70932977496045c",
"si... |
public: false
image: "/media/landings/mfa-easy-to-implement/mfa-easy-to-implement.png"
imageAlt: "Multifactor Autnetication (MFA) is easy to implement with Auth0."
imagePosition: "right"
budicon: 693
color: "#44C7F4"
title: "Easy to implement"
content: "You can have MFA implemented in minutes! Just flip a switch to en... | {
"content_hash": "fbf7a6a99d8ddd9dc6ca15bcd85b54ba",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 266,
"avg_line_length": 51.5,
"alnum_prop": 0.7766990291262136,
"repo_name": "miparnisari/docs",
"id": "a886e51dbc0cf9859746295cd7c92e85da9b2afd",
"size": "519",
"binary"... |
<?php
final class PhabricatorPasswordSettingsPanel extends PhabricatorSettingsPanel {
public function getPanelKey() {
return 'password';
}
public function getPanelName() {
return pht('Password');
}
public function getPanelGroup() {
return pht('Authentication');
}
public function isEnabled... | {
"content_hash": "5e0b94a7b5f31c9a78fd8f6319a68095",
"timestamp": "",
"source": "github",
"line_count": 217,
"max_line_length": 80,
"avg_line_length": 31.552995391705068,
"alnum_prop": 0.5945669636337082,
"repo_name": "Soluis/phabricator",
"id": "f2db373945a95edbf46b37e62b9edb935d528324",
"size": "... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | {
"content_hash": "202a2fd112f2e975f88c30f627d1e01c",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 151,
"avg_line_length": 43,
"alnum_prop": 0.575134168157424,
"repo_name": "Koopakiller/School",
"id": "26e06f0283e8027bac13e1e135a6330eccb55816",
"size": "1120",
"binary"... |
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta chars... | {
"content_hash": "07b09af990523818429371d2110f97cd",
"timestamp": "",
"source": "github",
"line_count": 259,
"max_line_length": 588,
"avg_line_length": 46.91119691119691,
"alnum_prop": 0.5423045267489712,
"repo_name": "aliciamorrow/healthyliving",
"id": "3cc912492c8b7d62290b6762604aa2376b4a077f",
"... |
namespace proximity_auth {
class ProximityAuthUIDelegate;
// Implementation of CryptAuthEnrollerFactory with dependencies on Chrome.
// TODO(tengs): Move this class out of the webui directory when we are ready to
// do enrollments in Chrome.
class CryptAuthEnrollerFactoryImpl : public CryptAuthEnrollerFactory {
publ... | {
"content_hash": "0a5b644e9fd9409f5db4b9c8163a35a1",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 79,
"avg_line_length": 32.96,
"alnum_prop": 0.7997572815533981,
"repo_name": "Just-D/chromium-1",
"id": "5ab9bf2bbd41811441e9f3ce829094842bca5e65",
"size": "1244",
"binar... |
<script src="<?php echo $this->path_theme_file; ?>assets/js/list_user.js"></script> | {
"content_hash": "040b5d8e1f2b0962c537bb562d9bc132",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 83,
"avg_line_length": 83,
"alnum_prop": 0.6867469879518072,
"repo_name": "doanhvt/upload500",
"id": "6cfefafb93fa5fd6c1aaa6a20b2315a27fa365af",
"size": "83",
"binary": fa... |
<?php
/**
* Copyright 2020 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | {
"content_hash": "8b3fadf7aa3863e7f8f48e788e4aa408",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 75,
"avg_line_length": 23.085714285714285,
"alnum_prop": 0.7079207920792079,
"repo_name": "GoogleForCreators/web-stories-wp",
"id": "2f406b0dedd7bb156453083b7d4f2014083e8135"... |
<?php
require_once 'connection.php';
class search
{
public function get_search()
{
$sql = "SELECT * FROM save_history";
$db = new connection2();
$result = $db->query($sql);
return $result;
}
}
?>
| {
"content_hash": "2d8a1aa9bee517b7c08564c9f3c511c7",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 44,
"avg_line_length": 16.1875,
"alnum_prop": 0.4980694980694981,
"repo_name": "aravindaw/multi-view",
"id": "951d561a9c31edfeb9634fb9344b710e53c46427",
"size": "259",
"b... |
package com.xtremelabs.robolectric.shadows;
import android.app.Application;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.xtremelabs.robolectric.tester.android.content.TestSharedPreferences;
import com.xtremelabs.robolectric.internal.I... | {
"content_hash": "13983392b3d5830b6557335adc4d4c38",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 163,
"avg_line_length": 41.68,
"alnum_prop": 0.8214971209213052,
"repo_name": "yxm4109/robolectric",
"id": "21e2aed03bad81c2009789ad8b6a02672d809533",
"size": "1042",
"bi... |
Rails.application.routes.draw do
Event::Initializer
concern :deletion do
get :delete, on: :member
delete :destroy_all, on: :collection, path: ''
end
concern :crud do
get :move, on: :member
put :move, on: :member
get :copy, on: :member
put :copy, on: :member
end
concern :download ... | {
"content_hash": "88cff539f54ecbf212c0b614e1f8ef29",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 129,
"avg_line_length": 27.952380952380953,
"alnum_prop": 0.6192504258943782,
"repo_name": "tany/ss",
"id": "5f7660e695d8dccc819ea1959f1adf4958d8c955",
"size": "2348",
"b... |
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
namespace TestSpaApp.Models
{
// Models returned by MeController actions.
public class GetViewModel
{
public string Hometown { get; set; }
}
} | {
"content_hash": "58dd2fc5798d6d3253c54ac20a3b4c98",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 47,
"avg_line_length": 21.75,
"alnum_prop": 0.7241379310344828,
"repo_name": "idoychinov/Telerik_Academy_Homework",
"id": "1757978af1e31ff2203845c4165de6a680b6013b",
"size"... |
package cast
import (
"fmt"
"errors"
)
func libError( msg string ) error {
return errors.New( "mingle/cast: " + msg )
}
func libErrorf( tmpl string, argv ...interface{} ) error {
return fmt.Errorf( "mingle/cast: " + tmpl, argv... )
}
| {
"content_hash": "b2649b0308024ed3500c922c093a8945",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 58,
"avg_line_length": 18.071428571428573,
"alnum_prop": 0.6086956521739131,
"repo_name": "bitgirder/bitgirder-main",
"id": "740a7be2224befa6d5e2b39fa86520b8e1768ae0",
"siz... |
<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="utf-8"/>
<title>WallRide</title>
</head>
<body>
<script th:fragment="setting(selector)" th:inline="javascript">
/*<![CDATA[*/
$(function () {
var ms = [
{
name: 'Image',
value:'<div class="col-sm-12"><im... | {
"content_hash": "b4eb6bd2981862f8210c7c4e8dba1c48",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 490,
"avg_line_length": 41.74038461538461,
"alnum_prop": 0.612992398064962,
"repo_name": "bevrard/wlr_gamedella",
"id": "bcc9d2e70d119f6a7e15e52dd7002f62bf75e735",
"size":... |
{% extends "index.html" %}
{% block head %}
<meta name="description" content="Ein Tool zum einfachen wechseln des aktiven Wiedergabegerätes." />
<meta name="keywords" content="Tool Standard Wiedergabegerät Ändern Windows Vista 7 8 8.1" />
<link rel="alternate" hreflang="en" href="/en" />
{% endblock %}
{% block headi... | {
"content_hash": "b2c9e1d2964365f28c2faea9eafb4054",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 318,
"avg_line_length": 54.5625,
"alnum_prop": 0.736540664375716,
"repo_name": "holli-holzer/adswitch",
"id": "d27504529ba5b3350653670f4ca2ba7ed702ac20",
"size": "1762",
... |
#ifndef INCLUDE_LEARN_ALREGRESSOR_H
#define INCLUDE_LEARN_ALREGRESSOR_H
#include "core/ALARStructure.h"
#include "ALISuperviseLearner.h"
/*TODO Support other type*/
class ALRegressor:public ALISuperviseLearner
{
public:
friend class ALNetRegressor;
ALRegressor(){}
virtual ~ALRegressor(){}
virtual ALIMat... | {
"content_hash": "cee9fa0ec855de005dc36e84163fd2e6",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 102,
"avg_line_length": 33.88235294117647,
"alnum_prop": 0.7743055555555556,
"repo_name": "jxt1234/Abstract_Learning",
"id": "324fd03297bb0c8154f2f213940a7f28c6a8dc7d",
"si... |
YUI.add('slider-base', function (Y, NAME) {
/**
* Create a sliding value range input visualized as a draggable thumb on a
* background element.
*
* @module slider
* @submodule slider-base
*/
var INVALID_VALUE = Y.Attribute.INVALID_VALUE;
/**
* Create a slider to represent an input control capable of represe... | {
"content_hash": "f1b1c8f4c46d41afab2431027c89ec0d",
"timestamp": "",
"source": "github",
"line_count": 761,
"max_line_length": 232,
"avg_line_length": 31.507227332457294,
"alnum_prop": 0.5289235517370814,
"repo_name": "spadin/coverphoto",
"id": "710f2b7097f3817196175db9ac9f90281531cf25",
"size": "... |
// =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2006 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe li... | {
"content_hash": "a2d146901449186ac395cc24da0d01ee",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 100,
"avg_line_length": 32.88235294117647,
"alnum_prop": 0.6887298747763864,
"repo_name": "Afrouper/playgound",
"id": "ba43f017cc4aca8cc7353168ed5ede7ef1ed0182",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/license... | {
"content_hash": "7e86eb3ec2754b1c08d1824d92c5cd3e",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 94,
"avg_line_length": 53.44,
"alnum_prop": 0.7514970059880239,
"repo_name": "androidx/media",
"id": "3fa32acbfbb27c5735c4a7bf7d49783392656c42",
"size": "1337",
"binary":... |
ConvertFrom-StringData @'
IncorrectOperatingSystemVersionError = Windows Server 2008 R2 is not supported. Windows Server 2012 or later required.
NetworkAdapterIsDomainJoinedWarning = Network adapter '{0}' location is joined to a domain cannot be managed. Remove or adjust the cNetworkProfile resource configu... | {
"content_hash": "676c8e3a37b3f449ce31dd9e95926236",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 174,
"avg_line_length": 87.88888888888889,
"alnum_prop": 0.7749683944374209,
"repo_name": "iainbrighton/cNetworkProfile",
"id": "db3d88ad6b7f59a80efc1150d70f541da103de7e",
"... |
<?php
/**
* Created by IntelliJ IDEA.
* User: luis
* Date: 28/03/2016
* Time: 03:27 PM
*/
/**
* Class clientes_clientes
* @package Gym\Administracion\Gym_admin\modulos\clientes\clientes
*/
class clientes_clientes{
/**
* MODULO REGISTRAR CLIENTES
*/
function registrar()
... | {
"content_hash": "4de87df8419ac731c8bcaba2000d7aea",
"timestamp": "",
"source": "github",
"line_count": 506,
"max_line_length": 262,
"avg_line_length": 60.883399209486164,
"alnum_prop": 0.3436556626740676,
"repo_name": "luispalacios2014/banco",
"id": "cc4cbda95127c6d2b35fd445f84a28652ac1d565",
"siz... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="Window101.xaml.cs" company="PropertyTools">
// Copyright (c) 2014 PropertyTools contributors
// </copyright>
// <summary>
// Interaction logic for Window101.xaml
// </su... | {
"content_hash": "53c2a9e7b5f377e2515cef359af89c2e",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 120,
"avg_line_length": 29.15625,
"alnum_prop": 0.4555198285101822,
"repo_name": "jogibear9988/PropertyTools",
"id": "be838c0f1e3642e36827bc9e48159dcebd5e96fa",
"size": "18... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DD.CBU.Compute.Api.Contracts
{
/// <summary>
/// XML namespace constants for the CaaS API.
/// </summary>
public static class XmlNamespaceConstants
{
/// <summary>
/// The CaaS serv... | {
"content_hash": "2c7444ac15dcacc31a422b4112d76a6a",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 88,
"avg_line_length": 29.685393258426966,
"alnum_prop": 0.668433005299016,
"repo_name": "samuelchong/Compute.Api.Client",
"id": "f7117e229cbe4204b438cb82854a6a305fc14536",
... |
<h2 mat-dialog-title>New change recommendation</h2>
<mat-dialog-content>
<form class="motion-content" [formGroup]='contentForm' (ngSubmit)='saveChangeRecommendation()'>
<h3>Change from line {{ lineRange.from }} to {{ lineRange.to }}:</h3>
<mat-radio-group #rGroup formControlName="diffType">
... | {
"content_hash": "59819fa70a45389b3a06d8bcebdf5676",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 127,
"avg_line_length": 40.07142857142857,
"alnum_prop": 0.6354723707664884,
"repo_name": "boehlke/OpenSlides",
"id": "c1a0789a11b442c70b16972765e248254a22cf9c",
"size": "1... |
<?php
namespace DbMockLibrary\Test\MockDataManipulation;
use DbMockLibrary\MockDataManipulation;
use DbMockLibrary\Test\TestCase;
class SaveCollectionTest extends TestCase
{
/**
* @dataProvider getData
*
* @param array $data
*
* @return void
*/
public function test_function(array... | {
"content_hash": "5ab92989dff4b2ce51cd55c8a275ab8e",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 134,
"avg_line_length": 30.527272727272727,
"alnum_prop": 0.4949374627754616,
"repo_name": "ajant/DbMockLibrary",
"id": "5a466f9918a9a25afb76f81b7159de173dabfc83",
"size": ... |
using System;
using SD = System.Drawing;
using SWF = System.Windows.Forms;
using Eto.Forms;
namespace Eto.WinForms.Forms.ToolBar
{
public class ButtonToolItemHandler : ToolItemHandler<SWF.ToolStripButton, ButtonToolItem>, ButtonToolItem.IHandler
{
public ButtonToolItemHandler()
{
Control = new SWF.ToolStripBu... | {
"content_hash": "9989c31650ad3f8418b8fa9290f8ce0d",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 115,
"avg_line_length": 22.12121212121212,
"alnum_prop": 0.7232876712328767,
"repo_name": "bbqchickenrobot/Eto-1",
"id": "58d5460df329e38191f59c0a3dd2e56b2d8ccce5",
"size":... |
package com.codebook.akka.route
import akka.http.scaladsl.model.HttpResponse
import akka.http.scaladsl.model.StatusCodes._
import akka.http.scaladsl.server.Directives._
import akka.http.scaladsl.server.{ExceptionHandler, Route}
trait ErrorHandler {
implicit def myExceptionHandler = ExceptionHandler {
case e: No... | {
"content_hash": "8e60cd1cbbfa8fe1e3aca5236c296d94",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 95,
"avg_line_length": 28.533333333333335,
"alnum_prop": 0.7126168224299065,
"repo_name": "flopezlasanta/akka-services",
"id": "add0b8a9f15fe3723b9eb68842f3c7bf41156358",
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.