text stringlengths 2 1.04M | meta dict |
|---|---|
ACCEPTED
#### According to
Index Fungorum
#### Published in
Mycotaxon 49: 62 (1993)
#### Original name
Piricaudiopsis appendiculata Bhat & W.B. Kendr.
### Remarks
null | {
"content_hash": "a3cbf5f72481a66d09c19778488f5217",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 47,
"avg_line_length": 13.153846153846153,
"alnum_prop": 0.7076023391812866,
"repo_name": "mdoering/backbone",
"id": "1f49ebfe8a43c465bd9b7d81e3e86efe2a137fc8",
"size": "24... |
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/system/message_center/notification_swipe_control_view.h"
#include "ash/constants/ash_features.h"
#include "ash/system/message_center/messag... | {
"content_hash": "e7a4121648e398a405c283f47341f527",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 80,
"avg_line_length": 40.41150442477876,
"alnum_prop": 0.6971422314683018,
"repo_name": "ric2b/Vivaldi-browser",
"id": "e2d360b446aea9bdd1ebcc5457a9678637ca7148",
"size":... |
package daemon // import "github.com/docker/docker/daemon"
import (
"context"
"encoding/json"
"errors"
"runtime"
"time"
"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/backend"
"github.com/docker/docker/api/types/versions"
"github.com/docker/docker/api/types/versions/v1p20"
"github.... | {
"content_hash": "d91ba6123804958a4fa0d1ef5f28c9a9",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 124,
"avg_line_length": 25.82051282051282,
"alnum_prop": 0.695382323733863,
"repo_name": "pradipd/moby",
"id": "006d2223b214890d6894635d747c500a27b5aa4a",
"size": "4028",
... |
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<session-factory name="org.redhelix.persistanceUn... | {
"content_hash": "8b1bf7a32164dcc6322b30ba209d60f4",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 134,
"avg_line_length": 62.588235294117645,
"alnum_prop": 0.7114661654135338,
"repo_name": "RedHelixOrg/RedHelix-1",
"id": "2290e507b96d9cf837e7789819749360d4aaded2",
"size... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width" name="viewport">
<title>Labels - Material</title>
<!-- css -->
<link href="../css/base.min.css" rel="styl... | {
"content_hash": "c5622b58bfefc25aad6ec50f3267d2e5",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 225,
"avg_line_length": 36.9377990430622,
"alnum_prop": 0.5927461139896373,
"repo_name": "NimitzDEV/material",
"id": "589110c28af79347b0f5359a6dc19fbee8392bcc",
"size": "7... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_streambuf::native_type</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" titl... | {
"content_hash": "7eb7f513a31af40306afd6b69d15c4f9",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 372,
"avg_line_length": 63.07017543859649,
"alnum_prop": 0.6534075104311544,
"repo_name": "sxlin/dist_ninja",
"id": "e41969fc14827ec332c23dd6514b783fffd54d0f",
"size": "359... |
@loop($arr as $val)@continue(!$loop->first && !$loop->last){{ $val }};@endloop | {
"content_hash": "44657a9bc425ce70c02cf9344ed84cc1",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 78,
"avg_line_length": 78,
"alnum_prop": 0.6025641025641025,
"repo_name": "advmaker/blade-loop",
"id": "02f640b1359e80cfb6c609772fdb2528b4e49bbc",
"size": "78",
"binary": ... |
"""
Script to get read counts distribution
@author: Alicia Schep
"""
##### IMPORT MODULES #####
# import necessary for python
import os
from pyatac.chunk import ChunkList
from pysam import AlignmentFile
import numpy as np
def _between(x,start,end):
if x >= start and x < end:
return True
else:
... | {
"content_hash": "00275bb90c55549833720a90cb0cc253",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 147,
"avg_line_length": 31.14,
"alnum_prop": 0.5555555555555556,
"repo_name": "GreenleafLab/NucleoATAC",
"id": "978b1440d0a1bbfec857059660f058206b6abd68",
"size": "1557",
... |
package ru.job4j.orderbook;
import org.junit.Test;
import static java.lang.String.format;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Тест класса Exchange.
*/
public class ExchangeTest {
/**
* Тест парсинга файла с 10 ордерами с комбинированием совпавших ордеров ... | {
"content_hash": "f34dbb06f60fc0696ff971d1630ed220",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 87,
"avg_line_length": 38.659574468085104,
"alnum_prop": 0.596587782058338,
"repo_name": "alexeremeev/aeremeev",
"id": "60947094f91b53878a920f28aa7dc3d8f2175859",
"size": "... |
<?PHP
// V4.50 6 July 2004
error_reporting(E_ALL);
include_once("../adodb.inc.php");
include_once("../adodb-xmlschema03.inc.php");
// To build the schema, start by creating a normal ADOdb connection:
$db = ADONewConnection( 'mysql' );
$db->Connect( 'localhost', 'root', '', 'test' ) || die('fail connect1');
// To cr... | {
"content_hash": "b6e664ab36ecf2467491d17c470d5a4f",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 72,
"avg_line_length": 24.14814814814815,
"alnum_prop": 0.6602760736196319,
"repo_name": "SoundWavezZzZz/project-snake",
"id": "823df4e4e529dac94d32c3fd6bed0072472b6c88",
"... |
package owusu.agyei.liz.tryy;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.support.v4.app.NotificationCompat;
import android.util.Log;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.g... | {
"content_hash": "9fa7914af1658be3adcfdb9865a0f47b",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 161,
"avg_line_length": 48.067796610169495,
"alnum_prop": 0.6583215796897038,
"repo_name": "AndroidCoder1/FirebaseCloudMessaging",
"id": "7924b6df74c1f9589f4091b9f17f54986f12... |
'use strict';
module.exports = require('./lib/psm');
| {
"content_hash": "5c4782d4734fc5112b5712a0b222a762",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 38,
"avg_line_length": 11.2,
"alnum_prop": 0.625,
"repo_name": "xudafeng/psm",
"id": "8106caf98629ead3b65eca691fccd9765e9d0c9f",
"size": "491",
"binary": false,
"copies"... |
#include "slib/core/definition.h"
#if defined(SLIB_GRAPHICS_IS_GDI)
#include "slib/graphics/brush.h"
#include "slib/graphics/image.h"
#include "slib/graphics/platform.h"
#include "slib/core/scoped.h"
namespace slib
{
namespace priv
{
namespace gdi
{
class BrushPlatformObject : public Referable
{
... | {
"content_hash": "99ebb04dec2ef1cbf22a524348de2137",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 202,
"avg_line_length": 31.06578947368421,
"alnum_prop": 0.5902160101651842,
"repo_name": "SLIBIO/SLib",
"id": "0910db5d9839d87511909dad00869551866a8d4a",
"size": "5897",
... |
namespace FactoryMethod
{
internal class NYStyleCheesePizza : Pizza
{
public NYStyleCheesePizza()
{
// Нью-йорксая пицца готовиться с соусом "маринара" на тонкой основе
Name = "NY Style Sauce and Cheese Pizza";
Dough = "Thin Crust Dough";
Sauce = "Marinara Sauce";
// Одна добавка: сыр "реджано"
... | {
"content_hash": "dbf99948fadde21b684fb7f07c5565b7",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 71,
"avg_line_length": 23.1875,
"alnum_prop": 0.6873315363881402,
"repo_name": "NeverNight/SimplesPatterns.CSharp",
"id": "62cfc9412a367dfc5c1fa0134fc42b11b3554f48",
"size"... |
function signOut() {
var auth2 = gapi.auth2.getAuthInstance();
auth2.disconnect().then(function () {
location = "/fat/";
window.replace(location);
});
} | {
"content_hash": "99692713ea940f1f58d8c0db217158e0",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 44,
"avg_line_length": 22,
"alnum_prop": 0.6022727272727273,
"repo_name": "baydinsoftware/FAT",
"id": "fabb99d8426adb048c6ef4ec12363aacff2bb493",
"size": "176",
"binary": ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_04) on Thu Jan 10 14:33:56 CET 2013 -->
<TITLE>
LatestRevisionStrategy
</TITLE>
<META NAME="date" CONTENT="2013-01-10">
<LINK REL ="stylesheet" TYP... | {
"content_hash": "1f9e43be45a8e5d143515af9ea1f4461",
"timestamp": "",
"source": "github",
"line_count": 347,
"max_line_length": 528,
"avg_line_length": 46.14985590778098,
"alnum_prop": 0.6545522667665793,
"repo_name": "adriancmiranda/flash-compiler",
"id": "c20ba2db82a4c868c2348520e356d40fb632da17",
... |
class RemoveCreditTotalFromOrders < ActiveRecord::Migration
def change
remove_column :spree_orders, :credit_total
end
end
| {
"content_hash": "1d0ef093d3f3d52941eb2bcc9c26fd3e",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 59,
"avg_line_length": 26,
"alnum_prop": 0.7846153846153846,
"repo_name": "ambertch/stylestalk-spree",
"id": "3bfdf97bd7bf8f8ddc78dba879de218d9c22f315",
"size": "130",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
</TextView> | {
"content_hash": "9918c149c538d63c122854746bf66dcb",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 68,
"avg_line_length": 34.714285714285715,
"alnum_prop": 0.7037037037037037,
"repo_name": "fuhongliang/CuiTrip",
"id": "e7a97077e63d9ec858c422b638d6f99d4116f3a5",
"size": "2... |
export enum BreakpointEvent { Add, Remove }
export class Breakpoints {
private breakpoints: { [address: string]: AtomCore.IDisplayBufferMarker };
private listeners: (((address: string) => void)[])[];
constructor() {
this.breakpoints = {};
this.listeners = [];
this.listeners[BreakpointEvent.Add] = []... | {
"content_hash": "4a6a05052b49e4ca879a39822c7c3c2c",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 109,
"avg_line_length": 32.056603773584904,
"alnum_prop": 0.646262507357269,
"repo_name": "flec/atom-delve",
"id": "91ff55e0c73fef112eb86a5fe31b07b58405d3cd",
"size": "1699... |
namespace storage
{
using Microsoft.Rest;
using Microsoft.Rest.Azure;
using Models;
using System.Collections;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
/// <summary>
/// Extension methods for UsageOperations.
/// </summary>
publi... | {
"content_hash": "e76d3f947ab37c48495adcb5782ee320",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 166,
"avg_line_length": 35.851063829787236,
"alnum_prop": 0.568545994065282,
"repo_name": "jianghaolu/AutoRest",
"id": "7f0680ee3c2df3d29beb1b555d6a36dcda33db8b",
"size": "... |
package de.dbis.acis.cloud.Tethys.client;
import java.io.ByteArrayOutputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnect... | {
"content_hash": "8050f062ae1c6f3cd25c5281b839591a",
"timestamp": "",
"source": "github",
"line_count": 587,
"max_line_length": 275,
"avg_line_length": 36.51107325383305,
"alnum_prop": 0.7288167226577081,
"repo_name": "learning-layers/Tethys",
"id": "0b63e1ac6b3be936497d2a22f1b1c0cd14963724",
"size... |
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" ... | {
"content_hash": "80bfa1db64b9bca599023c7400028891",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 127,
"avg_line_length": 41.81666666666667,
"alnum_prop": 0.43961737744121165,
"repo_name": "idbytes/idbytes.github.io",
"id": "3974407659d3abca96500ac910700f12a62eda4e",
"s... |
Tsoftware\Captcha is a captcha generator in Laravel 5!
##Useage
First:
```C
composer require tsoftware/captcha
```
in app/config.php add
```C
'providers' => [
Tsoftware\Captcha\CaptchaProvider::class,
]
'aliases' => [
'Captcha' => Tsoftware\Captcha\CaptchaFacade::class,
]
```
for emaple in app... | {
"content_hash": "62e31d2f7f699f0170abe96ef7574879",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 75,
"avg_line_length": 20.16949152542373,
"alnum_prop": 0.611764705882353,
"repo_name": "tsoftware-org/captcha",
"id": "6e925f615e682b4e838da40ac4c71f4a47ed2470",
"size": "... |
<?php
namespace Tmdb\Api;
/**
* Class Collections
* @package Tmdb\Api
* @see http://docs.themoviedb.apiary.io/#collections
*/
class Collections extends AbstractApi
{
/**
* Get the basic collection information for a specific collection id.
*
* You can get the ID needed for this method by makin... | {
"content_hash": "78892b96ac576740a8abf6dac3ef5f5d",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 99,
"avg_line_length": 29.20689655172414,
"alnum_prop": 0.6210153482880756,
"repo_name": "php-tmdb/api",
"id": "15e1df3b208a2af4b0f930aa516be226d4e06055",
"size": "2027",
... |
<?php
namespace cascade\modules\core\TypeFile\models;
use cascade\models\Storage;
use canis\helpers\Html;
/**
* ObjectFile is the model class for table "object_file".
*
* @property string $id
* @property string $storage_id
* @property string $name
* @property string $created
* @property string $modified
* @... | {
"content_hash": "070b3fde605a3f7618d1a792b5b43de5",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 120,
"avg_line_length": 24.325688073394495,
"alnum_prop": 0.48161418065246087,
"repo_name": "canis-io/cascade-core-types",
"id": "e3613e65e1a74a5e679f9a6e3715ae24d309bbd9",
... |
require 'coveralls'
Coveralls.wear!
require "test/unit"
require "#{ENV["project_path"]}/test/test_helper"
require "#{ENV["project_path"]}/lib/Trick"
require "#{ENV["project_path"]}/lib/Invoker"
class RubyTricksTest < Test::Unit::TestCase
attr_accessor :invoker
def initialize (*args)
super *args
@invoker... | {
"content_hash": "251df2a94cd4d7abc8dbfa10f39850b2",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 87,
"avg_line_length": 27.630434782608695,
"alnum_prop": 0.6490952006294256,
"repo_name": "devonparsons/ruby-tricks",
"id": "84116c8a87631607ccdcd6f8f977a1b9ebb8bcda",
"siz... |
#include "catalog/PartitionScheme.hpp"
#include <cstddef>
#include <limits>
#include <unordered_set>
#include <utility>
#include <vector>
#include "catalog/Catalog.pb.h"
#include "catalog/PartitionSchemeHeader.hpp"
#include "storage/StorageBlockInfo.hpp"
#include "glog/logging.h"
using std::move;
using std::unord... | {
"content_hash": "4f55f4c26594adf640517db7f18693d6",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 101,
"avg_line_length": 28.75257731958763,
"alnum_prop": 0.6970240229472929,
"repo_name": "cramja/incubator-quickstep",
"id": "1d7dce0bc6cf68ee9ef85f4cac3f595334d40a8d",
"s... |
namespace Microsoft.Azure.CognitiveServices.Search.EntitySearch.Models
{
using Newtonsoft.Json;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
public partial class CreativeWork : Thing
{
/// <summary>
/// Initializes a new instance of the Creative... | {
"content_hash": "50ef0063eba58010f98f24e7a0ccf442",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 590,
"avg_line_length": 41.56043956043956,
"alnum_prop": 0.5909571655208884,
"repo_name": "peshen/azure-sdk-for-net",
"id": "c89051a7c2e63f4612293e9c92ea4b4dcfd47da3",
"siz... |
package org.apache.jsp.WEB_002dINF.views.layouts;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class blank_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
static private org.apache.jasper.runtime.Protecte... | {
"content_hash": "d28b3cd7649ce18fa6b0d832698e74ff",
"timestamp": "",
"source": "github",
"line_count": 287,
"max_line_length": 297,
"avg_line_length": 66.47038327526133,
"alnum_prop": 0.7099124600304031,
"repo_name": "VincentFxz/EAM",
"id": "245d43db20e26b28fd3cee6a7a52f593eeeea9de",
"size": "1907... |
const fs = require('fs')
const { createCanvas } = require('canvas')
const width = 64
const height = 48
const weight = 300
const map = {
ampersand: '&',
bar: '|',
colon: ':',
equal: '=',
exclam: '!',
greater: '>',
hyphen: '-',
less: '<',
plus: '+',
question: '?',
slash: '/',
underscore: '_',
... | {
"content_hash": "d65c1fe92fdaf9fa609751079cbe1f6b",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 144,
"avg_line_length": 29.729411764705883,
"alnum_prop": 0.6347447566284131,
"repo_name": "kiliman/operator-mono-lig",
"id": "8616fff3f6810faec547e3280eda0c4a03fa2dd2",
"s... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="Android API 20 Platform" project-jdk-type="Android SDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>
| {
"content_hash": "779eeb92e77f1689e4251eb6dec2ac73",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 185,
"avg_line_length": 45.714285714285715,
"alnum_prop": 0.69375,
"repo_name": "teodorrupi/accountant-app",
"id": "24fc4b5f89824d5bee84138c8d09d61332f80b4c",
"size": "320",... |
<!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) on Fri Feb 01 09:13:24 EST 2013 -->
<title>Uses of Package org.drip.analytics.daycount</title>
<meta name="date" content="2013-0... | {
"content_hash": "cc77771b40ceedd43202ec9bd1bcb1ad",
"timestamp": "",
"source": "github",
"line_count": 265,
"max_line_length": 290,
"avg_line_length": 42.218867924528304,
"alnum_prop": 0.6511440829460136,
"repo_name": "tectronics/rootfinder",
"id": "ad1f376c85ab6c8a8de3e1712dfabfb5ec394c6e",
"size... |
default['nut']['mode'] = 'none'
# The devices connected to the UPS.
default['nut']['devices'] = []
# UPS Settings
default['nut']['ups'] = {}
default['nut']['users'] = {}
# --------------------------------------------------------------------------
# MONITOR <system> <powervalue> <username> <password> ("master"|"slav... | {
"content_hash": "ae284a0153179833fdbbeedbb8780819",
"timestamp": "",
"source": "github",
"line_count": 354,
"max_line_length": 82,
"avg_line_length": 43.6045197740113,
"alnum_prop": 0.6802928219746048,
"repo_name": "cvisionlabops/cookbooks-nut",
"id": "c7addcfd4dfe4fe6e1509c134e9fdda8c79722f6",
"s... |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="Apache Forrest" name="Generator">
<meta name="Forrest-version" content="0.8">
<meta name="Forrest-skin-name" content="pe... | {
"content_hash": "a35e83f3a9a33d159b405322841b3497",
"timestamp": "",
"source": "github",
"line_count": 2109,
"max_line_length": 254,
"avg_line_length": 48.559981033665245,
"alnum_prop": 0.684883754992042,
"repo_name": "Jun1113/MapReduce-Example",
"id": "758d4a122b1da4600ef02e8c61fa6e47df0899b6",
"... |
package org.apache.asterix.dataflow.data.nontagged.serde;
import java.io.DataInput;
import java.io.DataOutput;
import org.apache.asterix.om.base.ATime;
import org.apache.hyracks.api.dataflow.value.ISerializerDeserializer;
import org.apache.hyracks.api.exceptions.HyracksDataException;
import org.apache.hyracks.datafl... | {
"content_hash": "40c983bd09a0eca9baeb229dbe03e019",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 97,
"avg_line_length": 34.088235294117645,
"alnum_prop": 0.7842968075927523,
"repo_name": "ty1er/incubator-asterixdb",
"id": "3830e2ab94f1652febe301d13471780d60e7f0da",
"si... |
title: "Electric Light Orchestra - Mr Blue Sky"
release_year: 1977
track_name: "Mr Blue Sky"
artist: "Electric Light Orchestra"
album: "Out of the Blue"
youtube_embed_id: bjPqsDU0j2I
---
| {
"content_hash": "80d361741edd22afc54240ff7e581d6a",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 47,
"avg_line_length": 26.714285714285715,
"alnum_prop": 0.7433155080213903,
"repo_name": "resir014/resir014-tilde",
"id": "bb515f726912f81b9a71383b89900ea6243b3307",
"size"... |
<?php session_start();
require_once 'conexao.php';
if(isset($_SESSION['auth'])) {
//Confere se já esta logado
if($_SESSION['auth']) {
header("location:dashboardADM.php");
}
} //Faz login
if(isset($_GET['login'])) {
if($_GET['login']=='go') {
//Logou
$login=$_POST['login'];
... | {
"content_hash": "84f600e0add67b6d02414849d699de39",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 196,
"avg_line_length": 33.2578125,
"alnum_prop": 0.5485083392060136,
"repo_name": "EcompJr/CCECOMP",
"id": "c244384d99ce116d75d17edad3331ea1a4bb1cf4",
"size": "4264",
"... |
describe('Add a new todo', function() {
beforeEach(function () {
browser.get('#!/add');
});
it('should have the save button disabled', function() {
var saveButton = element(by.css('[type="submit"]'));
expect(saveButton.isEnabled()).toEqual(false);
});
it('should have the ... | {
"content_hash": "e273d49a8904a7c48e4edf5df8111be4",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 135,
"avg_line_length": 35.44303797468354,
"alnum_prop": 0.6196428571428572,
"repo_name": "lucassp/e2e-testing",
"id": "79388565ffac2530254da101cfaafbe2cef01848",
"size": "... |
using System;
using System.Diagnostics;
using HANDLE = System.IntPtr;
using System.Text;
namespace System.Data.SQLite
{
internal partial class Sqlite3
{
#if !SQLITE_CORE
//#define SQLITE_CORE 1 /* Disable the API redefinition in sqlite3ext.h */
const int SQLITE_CORE = 1;
#endif
//#include "sqlite3ext.h"
... | {
"content_hash": "8d27bbea77114ac72257a5446b632c19",
"timestamp": "",
"source": "github",
"line_count": 724,
"max_line_length": 102,
"avg_line_length": 28.009668508287294,
"alnum_prop": 0.6428324868090143,
"repo_name": "jcwmoore/athena",
"id": "34565bd6009fcbe897e7233c0c6c65444fc750bb",
"size": "21... |
package org.apache.jackrabbit.oak.security.user;
import java.security.PrivilegedExceptionAction;
import java.util.HashMap;
import java.util.Map;
import javax.jcr.GuestCredentials;
import javax.jcr.SimpleCredentials;
import javax.security.auth.Subject;
import javax.security.auth.login.LoginException;
import com.googl... | {
"content_hash": "8907d55c9dcbcb6733db512a2d340f9e",
"timestamp": "",
"source": "github",
"line_count": 228,
"max_line_length": 132,
"avg_line_length": 40.20175438596491,
"alnum_prop": 0.6873227143792275,
"repo_name": "AndreasAbdi/jackrabbit-oak",
"id": "dc3111a8c02f8bfc4e99a4d2aaa7220379130bbb",
"... |
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Color Admin | Tabs & Accordions</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />... | {
"content_hash": "f0125a4d5c4dab776d3b3c5ab930f13f",
"timestamp": "",
"source": "github",
"line_count": 579,
"max_line_length": 611,
"avg_line_length": 49.96718480138169,
"alnum_prop": 0.5737444263938336,
"repo_name": "Simon-Lau/finder",
"id": "236ec616bfed192b0a500578612713be36efa618",
"size": "28... |
"""This module provides the TimeSeq class.
"""
import logging, csv, copy
from Transforms import SeqXform
class TimeSeq:
"""A class for representing data indexed by time.
"""
def __init__(self,columnNames,data):
self.__colIndexByName = {}
self.__columnNames = list... | {
"content_hash": "82d4b127e30778db2826b815ed8c3520",
"timestamp": "",
"source": "github",
"line_count": 479,
"max_line_length": 80,
"avg_line_length": 38.979123173277664,
"alnum_prop": 0.539606876974988,
"repo_name": "eiriks/pyvol",
"id": "638856db6ba3005e493f6f0aed688d3ac2b84cc7",
"size": "18671",... |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at 2014-11-25
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name... | {
"content_hash": "584aede72b0a9cc75b8635bfca26e82d",
"timestamp": "",
"source": "github",
"line_count": 298,
"max_line_length": 344,
"avg_line_length": 32.89261744966443,
"alnum_prop": 0.3927769842889206,
"repo_name": "princeofdarkness76/trap",
"id": "0c1f7aa9b469260ad2d6d3ab9b231171145e0666",
"siz... |
=============
Abuse Reports
=============
The following API endpoint covers abuse reporting
---------------------------------
Submitting an add-on abuse report
---------------------------------
.. _`v3-addonabusereport-create`:
The following API endpoint allows an abuse report to be submitted for an Add-on,
either ... | {
"content_hash": "94d7ee00a53e13e9719c82fa191a0ac8",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 132,
"avg_line_length": 49.225806451612904,
"alnum_prop": 0.6988859764089121,
"repo_name": "atiqueahmedziad/addons-server",
"id": "c8e8d7ee3da59535ae2c31ecfefd0eb1922f9175",
... |
A simple tic tac toe game made for android phones.
You can download the .APK from [my google drive](https://drive.google.com/open?id=0B-JDUFjRTKZVOGZVMnV6U3N5UDQ)
 | {
"content_hash": "8c9c99428d172038faf7554a66a0af61",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 119,
"avg_line_length": 56.8,
"alnum_prop": 0.7746478873239436,
"repo_name": "CptDave/Tic-Tac-Toe-Android",
"id": "13bfc95439bc1ad66382a85b5d55175f7668ba0e",
"size": "306",
... |
import json
import os
import socket
import time
import uuid
from django.conf import settings
from django.template.loader import render_to_string
from django.utils import timezone
from django.utils.html import escape
import requests
from urllib.parse import quote, urlencode
from hc.accounts.models import Profile
from ... | {
"content_hash": "dd65955edbed6677ddf24309e6bfce59",
"timestamp": "",
"source": "github",
"line_count": 889,
"max_line_length": 87,
"avg_line_length": 34.514060742407196,
"alnum_prop": 0.5966496105335202,
"repo_name": "iphoting/healthchecks",
"id": "248bcf3c2e8927cc64f3252a9fbadf45fb5ba5e2",
"size"... |
Load Data
========================
Sample Data Sets
----------------
PixieDust comes with sample data. To start playing with the display() API and other PixieDust features, load and then visualize one of our many sample data sets.
To call the list of data sets, run the following command in your notebook:
::
pix... | {
"content_hash": "0ad2993f93c95404797a2077776d6432",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 672,
"avg_line_length": 32.026315789473685,
"alnum_prop": 0.7046014790468365,
"repo_name": "ibm-cds-labs/pixiedust",
"id": "526edbf71f31e414b744b1468fb8095625ccf7c2",
"size... |
package com.google.common.primitives;
import static com.google.common.base.Preconditions.checkArgument;
import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Preconditions;
import com.google.errorprone.annotations.CanIgnoreReturnValue;
import co... | {
"content_hash": "5537f7b0fca6e7d1ff32e336371f649a",
"timestamp": "",
"source": "github",
"line_count": 549,
"max_line_length": 100,
"avg_line_length": 33.899817850637525,
"alnum_prop": 0.6582128848530439,
"repo_name": "berndhopp/guava",
"id": "db769d7f077ba30d98b55c8bb6b2dc95d1ba7ddb",
"size": "19... |
Dynamic Mapping Grid Creation
| {
"content_hash": "94eb0fc532fddaa5c614f6b81f8f89f3",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 29,
"avg_line_length": 30,
"alnum_prop": 0.8666666666666667,
"repo_name": "bmulcahy/DynamicGrid",
"id": "bbdf553ce859f2c911d574c486ad2202946ab359",
"size": "44",
"binary":... |
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
ext... | {
"content_hash": "8bdd3652ca52223d2ffa4538c0644567",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 140,
"avg_line_length": 44.895833333333336,
"alnum_prop": 0.5633410672853828,
"repo_name": "SpatialMap/SpatialMapDev",
"id": "ad75022194f617f3e63f462f37f0b0e6310228ee",
"si... |
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
connect: {
server: {
options: {
port: 8000,
keepalive: true,
open: {
target: 'http://localhost:8000'
... | {
"content_hash": "efc6ff21bcc8b5e17a02f25ead5d0bcf",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 55,
"avg_line_length": 25.31578947368421,
"alnum_prop": 0.4074844074844075,
"repo_name": "Tedris/auto-quest-game",
"id": "a08f96b3b1a7d3f649f909e47ae6542c1a8ef90a",
"size":... |
window.App = {
get: function(path, defaultValue) {
var parts = path.split(".");
var getValue = function(context, variable, rest) {
if (context && context[variable]) {
if (rest.length > 0) {
return getValue(context[variable], _.first(rest), _.rest(rest));
} else {
var... | {
"content_hash": "0e00d412d61134217465cd1477782a55",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 74,
"avg_line_length": 26.675,
"alnum_prop": 0.5417057169634489,
"repo_name": "llorsat/wonkajs",
"id": "124733abe5d38206f245919f5e44fc4f622b79f5",
"size": "1146",
"binary... |
using namespace json_spirit;
using namespace std;
int64 nWalletUnlockTime;
static CCriticalSection cs_nWalletUnlockTime;
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, json_spirit::Object& entry);
std::string HelpRequiringPassphrase()
{
return pwalletMain->IsCrypted()
? "\nrequires... | {
"content_hash": "f1d7f57e11bdfe271c030b7c7f72b4b1",
"timestamp": "",
"source": "github",
"line_count": 1731,
"max_line_length": 157,
"avg_line_length": 34.9052570768342,
"alnum_prop": 0.6244021118485295,
"repo_name": "shitcoinproject/Shitcoin",
"id": "e9d212d1af819a620560d05a243aebe83692a055",
"si... |
import * as glob from "glob";
import * as path from "path";
import * as fs from "fs";
const componentsRoot = path.join("src", "lib");
const componentDirectories = glob.sync(path.join(componentsRoot, "!(theme)", "/"));
/**
* One-off demo module rename:
* - Iterate through example subfolders in themis_components
* ... | {
"content_hash": "0271654a79ca2055b0cf648b75361cff",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 98,
"avg_line_length": 35.52564102564103,
"alnum_prop": 0.583182966438109,
"repo_name": "seanhealy/lib-themisui",
"id": "2435aebdbc92daf990a8070d5880b944bc46a0da",
"size": ... |
package org.spongepowered.common.item.inventory.lens.comp;
public interface GridInventoryLens<TInventory, TStack> extends Inventory2DLens<TInventory, TStack> {
public abstract InventoryRowLens<TInventory, TStack> getRow(int row);
public abstract InventoryColumnLens<TInventory, TStack> getColumn(int ... | {
"content_hash": "8a3732df45b57289ac6716ce83d48a41",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 100,
"avg_line_length": 33.2,
"alnum_prop": 0.786144578313253,
"repo_name": "kashike/SpongeCommon",
"id": "43bb15b0bca1360dc73d70f1cb030c3e3a12e841",
"size": "1579",
"bin... |
class AddUserIndexes < ActiveRecord::Migration
def self.up
# Increase username limit from 15 to 100 characters.
change_column(:users, :uniqueid, :string, :limit => 100)
add_index(:users, :uniqueid, :unique => true)
add_index(:users, :email, :unique => true)
end
def self.down
remove_index(:us... | {
"content_hash": "650d5164467d6bd06387c8ebd01fae1d",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 60,
"avg_line_length": 27.071428571428573,
"alnum_prop": 0.6701846965699209,
"repo_name": "mikehelmick/CascadeLMS",
"id": "db788b031d8e6d11c961c7d839da242c50d0855d",
"size"... |
var passport = require("passport");
var GoogleAuth = require("passport-google-oauth20").Strategy;
var config = require("../config");
var mongoose=require('mongoose')
const User = mongoose.model('users')
passport.serializeUser(function(user,done){
done(null,user.id)
})
passport.deserializeUser(function(id,done){
... | {
"content_hash": "3ad489521cd3df5e7eccee921bf118b9",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 110,
"avg_line_length": 26.973684210526315,
"alnum_prop": 0.64,
"repo_name": "sapta94/SurveyApp",
"id": "eca69288a51eaa5a00d75c67d7fea56c27deca13",
"size": "1025",
"binar... |
package opennlp.model;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.HashSet;
import java.util.I... | {
"content_hash": "7d1405e8c0cee22b896c424b3a8156e8",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 146,
"avg_line_length": 34.18857142857143,
"alnum_prop": 0.6647166973090423,
"repo_name": "SowaLabs/OpenNLP",
"id": "fe2b3c39be1ad2935a6e62cd990baddbaef03be2",
"size": "67... |
package com.facebook.buck.distributed;
import static org.easymock.EasyMock.anyLong;
import static org.easymock.EasyMock.anyObject;
import static org.easymock.EasyMock.eq;
import static org.easymock.EasyMock.expect;
import static org.easymock.EasyMock.expectLastCall;
import static org.easymock.EasyMock.not;
import st... | {
"content_hash": "0ff7dcb9069f2aaa61f04d748867148b",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 91,
"avg_line_length": 40.4,
"alnum_prop": 0.753025302530253,
"repo_name": "rmaz/buck",
"id": "91c49d2c5c85b120d9c7f9af25c0edb478ebe00a",
"size": "6059",
"binary": false... |
"""
Mobile IP.
"""
from scapy.fields import ByteEnumField, ByteField, IPField, LongField, \
ShortField, XByteField
from scapy.packet import Packet, bind_layers, bind_bottom_up
from scapy.layers.inet import IP, UDP
class MobileIP(Packet):
name = "Mobile IP (RFC3344)"
fields_desc = [ByteEnumField("type", 1... | {
"content_hash": "9234699bd69429599dd49c3f5c855c20",
"timestamp": "",
"source": "github",
"line_count": 47,
"max_line_length": 72,
"avg_line_length": 32.12765957446808,
"alnum_prop": 0.6059602649006622,
"repo_name": "4shadoww/hakkuframework",
"id": "67c2ce2059d841ab1a91963e2f7d5e0ca8ed93a9",
"size"... |
<!doctype html>
<html>
<head>
<title>aline.ly</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons|Didact+Gothic">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.light_blue-green.min.css">
<script defer src="https://code.getmdl.io/1.3.0/mat... | {
"content_hash": "c631e41b6c6a678dddec6101b05204da",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 171,
"avg_line_length": 41.27272727272727,
"alnum_prop": 0.5238812891258985,
"repo_name": "sl/aline.ly",
"id": "b533ea7c3b51f40e86b6e66ca994df3c347c20b3",
"size": "8626",
... |
// Copyright (C) 2016 IBM Corp. All Rights Reserved.
// See the LICENCE.txt file distributed with this work for additional
// information regarding copyright ownership.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may ob... | {
"content_hash": "64da4663a350525c55b78d84360f9e54",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 75,
"avg_line_length": 36.96296296296296,
"alnum_prop": 0.7565130260521042,
"repo_name": "kane77/watson-scala-wrapper",
"id": "cf4f6123d626c155186f8b12a5d16c783a9ed6e8",
"s... |
// Copyright 2022 The Terasology Foundation
// SPDX-License-Identifier: Apache-2.0
package org.terasology.engine;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.terasology.engine.audio.AudioManager;
import org.terasology.engine.audio.StaticSound;
import org.terasology.engine.audio.StreamingSound;
... | {
"content_hash": "044ce979c9a8adfc221389b16508301e",
"timestamp": "",
"source": "github",
"line_count": 337,
"max_line_length": 149,
"avg_line_length": 47.65875370919881,
"alnum_prop": 0.7676981508000748,
"repo_name": "MovingBlocks/Terasology",
"id": "52b5239827a6b67753cc34ef04f214183a10a907",
"siz... |
/**
* Created by Binh Vu (github: yobavu) on 7/15/17.
*/
package com.yobavu.jtwitch.oauth;
import javax.ws.rs.client.ClientRequestContext;
import javax.ws.rs.client.ClientRequestFilter;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MultivaluedMap;
import java.io.IOException;
/**
* OAuth 2 authentic... | {
"content_hash": "ac45b46742fd081b2643686047357546",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 88,
"avg_line_length": 32.44117647058823,
"alnum_prop": 0.7325475974614687,
"repo_name": "yobavu/jTwitch",
"id": "3a7d22cd6dac98a71ea45c7a5cccda162ea69404",
"size": "1103",... |
//===--- RecursiveASTVisitor.h - Recursive AST Visitor ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | {
"content_hash": "5721cb2ecbb2a3fe72544d50461bc967",
"timestamp": "",
"source": "github",
"line_count": 3244,
"max_line_length": 82,
"avg_line_length": 36.29438964241677,
"alnum_prop": 0.6539379474940334,
"repo_name": "youtube/cobalt_sandbox",
"id": "0d2b670507c120f4026e1a5bc79dec9ebdf14485",
"size... |
SRC=$(shell find src -name '*.hs')
CABAL=stack
FLAGS=--enable-tests --pedantic
all: init test docs package
init: stack.yaml
stack.yaml:
stack init --prefer-nightly
test: build
stack test
run: build
stack exec -- schwa
# docs:
# generate api documentation
#
# package:
# build a release tarball or executable
... | {
"content_hash": "3aa8b566c28de813e2508a9c84778e3a",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 172,
"avg_line_length": 15.327868852459016,
"alnum_prop": 0.7262032085561497,
"repo_name": "erochest/schwa",
"id": "102150c87d0ff0a076abad3b56521c5d17e99198",
"size": "936"... |
// Type definitions for Node.js v6.x
// Project: http://nodejs.org/
// Definitions by: Microsoft TypeScript <http://typescriptlang.org>, DefinitelyTyped <https://github.com/DefinitelyTyped/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/****************************************... | {
"content_hash": "483e28ccb76ad1cb4affcd0d480824d7",
"timestamp": "",
"source": "github",
"line_count": 4101,
"max_line_length": 358,
"avg_line_length": 46.17020238966106,
"alnum_prop": 0.6208329812404935,
"repo_name": "wongkristen/Easy_Eats",
"id": "c3a10b8236531f9c215dd59272f880a23153c5ed",
"size... |
namespace answer
{
class Operation
{
protected:
std::string _name;
virtual void process(Response&, const std::string ¶ms, const Context::Accepts &accepts) = 0;
public:
Operation(const std::string &name)
{
size_t pos = name.rfind("::");
_name = (pos != name.npos ? name.substr(pos + 2) : name);
}
... | {
"content_hash": "98f7b24814c4c87d31be13f8047ad61a",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 145,
"avg_line_length": 28.722448979591835,
"alnum_prop": 0.7133721756430297,
"repo_name": "rfernandes/answer",
"id": "d4e8db0ae46d4092f65d1d884ab3d6d286dddef5",
"size": "... |
package TestModperl::request_rec_perlio_api;
# this test is relevant only when the PerlIO STDIN/STDOUT are used (when
# $Config{useperlio} is defined.)
use strict;
use warnings FATAL => 'all';
use Apache2::RequestIO ();
use Apache2::RequestRec ();
use Apache::Test;
use File::Spec::Functions qw(catfile catdir);
us... | {
"content_hash": "feb6e59f4c931f8f66f135c24dac03e0",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 72,
"avg_line_length": 23.76923076923077,
"alnum_prop": 0.5877831715210357,
"repo_name": "dreamhost/dpkg-ndn-perl-mod-perl",
"id": "c8a225f2addea51b3cec7915ffc564a319310bc8"... |
require 'refinery/dashboard'
| {
"content_hash": "2983647e416c2f810d25760c2fd9a46e",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 28,
"avg_line_length": 29,
"alnum_prop": 0.8275862068965517,
"repo_name": "bhanuprasad143/refinerycms-dashboard",
"id": "4ca8b09cfb3519b6efb4a3eb03664672033a3f5d",
"size": "... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Report of the Department of Agriculture, Government Research Institute of Formosa 27: 37-38 (1927)
#### Original name
Phytophthora tabaci Sawada, 1927
### Remarks
null | {
"content_hash": "f678829dc7509fa1d1b487ca9b5ce9f3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 98,
"avg_line_length": 19.615384615384617,
"alnum_prop": 0.7529411764705882,
"repo_name": "mdoering/backbone",
"id": "17ea71e811df37e03f4998677f004ec0b2235613",
"size": "31... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/enums/change_status_resource_type.proto
package com.google.ads.googleads.v10.enums;
/**
* <pre>
* Container for enum describing supported resource types for the ChangeStatus
* resource.
* </pre>
*
* Protobuf type {@c... | {
"content_hash": "8f6d59d1f742cfc4a74b718c3cf0985a",
"timestamp": "",
"source": "github",
"line_count": 813,
"max_line_length": 172,
"avg_line_length": 31.57318573185732,
"alnum_prop": 0.6625891152752347,
"repo_name": "googleads/google-ads-java",
"id": "45aed1f4b86c99afdc26cdadfc90ad5835465915",
"s... |
#include <stdio.h>
#include <stdlib.h>
#include "agent.h"
int main(void) {
IOTICAGENT *agent = ioticagent_init();
if(agent) {
ioticagent_setopt(agent, IOTICOPT_VERBOSE, 1);
ioticagent_setopt(agent, IOTICOPT_HOST, "http://localhost");
ioticagent_setopt(agent, IOTICOPT_PORT, 8118);
... | {
"content_hash": "376862e53577177900da4228e27ce922",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 126,
"avg_line_length": 37.235955056179776,
"alnum_prop": 0.5464695232347616,
"repo_name": "Iotic-Labs/IoticHttp",
"id": "bcfdd098f7a95e414dfacc6f9db175234e6d6866",
"size":... |
using System.IO;
using System.Text;
namespace Alphaleonis.Win32.Filesystem
{
internal static partial class NativeMethods
{
public static readonly bool IsAtLeastWindows8 = OperatingSystem.IsAtLeast(OperatingSystem.EnumOsName.Windows8);
public static readonly bool IsAtLeastWindows7 = OperatingSystem.... | {
"content_hash": "3e042d1e92bdb23ca396c06d4b6772de",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 188,
"avg_line_length": 53.31645569620253,
"alnum_prop": 0.7188983855650523,
"repo_name": "alphaleonis/AlphaFS",
"id": "8590b00e96bdb806a3e1b9cef2e1073deeea4026",
"size": "... |
package edu.isi.karma.kr2rml.planning;
public class RootStrategy {
protected RootStrategy backupStrategy;
public RootStrategy()
{
}
public RootStrategy(RootStrategy backupStrategy)
{
this.backupStrategy = backupStrategy;
}
public String findRoot(TriplesMapGraph graph){
if(graph.getTriplesMapIds().isEmpt... | {
"content_hash": "e678be3e0d3a4320a242ee4388efa991",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 53,
"avg_line_length": 16.92,
"alnum_prop": 0.7257683215130024,
"repo_name": "tushart91/spring-usc",
"id": "6f5ddeb3ac70491df8ac80ff7304fca426d220f2",
"size": "1485",
"bi... |
package com.linusblom.dart2.models.dartboard.shape;
import javafx.scene.shape.Path;
public class CustomPath extends Path {
private double centerX;
private double centerY;
public CustomPath(double centerX, double centerY) {
this.centerX = centerX;
this.centerY = centerY;
}
public... | {
"content_hash": "8bcefe8f3d5919182f17b77cca6debc7",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 55,
"avg_line_length": 19.954545454545453,
"alnum_prop": 0.6605922551252847,
"repo_name": "linusblom/Dart2",
"id": "cbff79dca16177a024ddf7da2b2c63a664e3695d",
"size": "439"... |
#include <vector>
//========================================================================================================
struct VideoPathInfo
{
VideoPathInfo(){}
VideoPathInfo(const TString &path)
{
filePath = path;
int len = ::GetFileTitle(path.c_str(), NULL, 0);
TCHAR *buf = new TCHAR[len];
... | {
"content_hash": "632196ac8141faefb5953a0f1a1f5eec",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 106,
"avg_line_length": 26.859375,
"alnum_prop": 0.6212914485165794,
"repo_name": "timxx/MediaInfo",
"id": "46a4966442dcbe769ea39d259d90f9445f27faa0",
"size": "2141",
"bi... |
@implementation KFOWMWeatherModel
+ (JSONKeyMapper *)keyMapper
{
return [[JSONKeyMapper alloc] initWithDictionary:@{@"id" : @"weatherId", @"description" : @"weatherDescription", @"main": @"mainWeather"}];
}
@end
| {
"content_hash": "367c22f0de524aa410e1bbf3daf46cfc",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 143,
"avg_line_length": 20.09090909090909,
"alnum_prop": 0.6923076923076923,
"repo_name": "ricobeck/KFOpenWeatherMapAPI",
"id": "8420eb9754d4302ec399ee39233ae2dc2fef99a5",
... |
<?php
namespace App\Http;
use Illuminate\Foundation\Http\Kernel as HttpKernel;
class Kernel extends HttpKernel
{
/**
* The application's global HTTP middleware stack.
*
* These middleware are run during every request to your application.
*
* @var array
*/
protected $middleware =... | {
"content_hash": "73061ac09b1f373d5bba7578d1ae23e9",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 85,
"avg_line_length": 33.63333333333333,
"alnum_prop": 0.6392467789890981,
"repo_name": "kerimovscreations/StudentPortal",
"id": "88367e05503c629bc83295d55e9a743d6823a241",
... |
Класс реализует VK API и авторизацию по OAuth протоколу.
По всем вопросам можно писать на <vladkens@yandex.ru>
### Использование
1. Подключите класс
require('VK.php');
2. Создайте объект VK
1. без авторизации
$vk = new VK\VK('{APP_ID}', '{API_SECRET}');
2. с авторизацией
$v... | {
"content_hash": "a9c9eb869d51e76625c768faa285289b",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 148,
"avg_line_length": 30.289719626168225,
"alnum_prop": 0.6334464671397717,
"repo_name": "maksa988/VK-1",
"id": "771c0e107ebd4173b0c0691a7bea34d985ee5d09",
"size": "3910... |
<?php
namespace Cheetahmail\Campaigns\SmsUnit;
class GetResponse
{
/**
* @var UnitSMSCampaign $GetResult
*/
protected $GetResult = null;
/**
* @param UnitSMSCampaign $GetResult
*/
public function __construct($GetResult)
{
$this->GetResult = $GetResult;
}
/**
... | {
"content_hash": "1b5a8010ba9c3462f50011671d0f3a89",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 57,
"avg_line_length": 18.216216216216218,
"alnum_prop": 0.5830860534124629,
"repo_name": "pgrimaud/cheetahmail-sdk",
"id": "a386529906f3583d53229e259c35d09e6cafcdce",
"siz... |
'use strict';
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProp... | {
"content_hash": "4d30505d6bbc515b26f50489f9148ccb",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 667,
"avg_line_length": 44.313131313131315,
"alnum_prop": 0.6469113289263734,
"repo_name": "KABA-CCEAC/react-leaflet",
"id": "c2815d39b5d203890329eb1ba6bd25f56543157b",
"si... |
package test
import (
"bytes"
"encoding/json"
"fmt"
"strconv"
"testing"
jsoniter "github.com/json-iterator/go"
"github.com/stretchr/testify/require"
)
func Test_read_float(t *testing.T) {
inputs := []string{
`1.1`, `1000`, `9223372036854775807`, `12.3`, `-12.3`, `720368.54775807`, `720368.547758075`,
`1e... | {
"content_hash": "4d78b5d391ab7eb823f457823f6063db",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 95,
"avg_line_length": 32.746153846153845,
"alnum_prop": 0.6673713883016209,
"repo_name": "json-iterator/go",
"id": "1f2c007506f810508f1d9cbae36ca3f8bd0b4d3d",
"size": "42... |
<?php
/**
* Description
*
* @phpstub
*
* @param CairoPdfSurface $surface
* @param float $width
* @param float $height
*
* @return void What is returned on success and failure
*/
function cairo_pdf_surface_set_size($surface, $width, $height)
{
} | {
"content_hash": "ec6682f4a035dce5fb4ffb1e2769abaa",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 62,
"avg_line_length": 15.9375,
"alnum_prop": 0.6666666666666666,
"repo_name": "schmittjoh/php-stubs",
"id": "3adaa6e03f6d00fa2e2fc702cb82b2b8867b8251",
"size": "255",
"b... |
namespace autofill {
CardUnmaskPromptView* CardUnmaskPromptView::CreateAndShow(
CardUnmaskPromptController* controller) {
CardUnmaskPromptViewAndroid* view =
new CardUnmaskPromptViewAndroid(controller);
view->Show();
return view;
}
CardUnmaskPromptViewAndroid::CardUnmaskPromptViewAndroid(
CardUnma... | {
"content_hash": "2dec1905ccc18827b68b18a8cd5a9c69",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 79,
"avg_line_length": 36.729166666666664,
"alnum_prop": 0.6605218377765173,
"repo_name": "ltilve/chromium",
"id": "405f337d5cee0ee815c982fe255b3aefcb955bb3",
"size": "4059... |
<!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": "511cf1907e026166f58187255446558a",
"timestamp": "",
"source": "github",
"line_count": 235,
"max_line_length": 359,
"avg_line_length": 46.740425531914894,
"alnum_prop": 0.5302257829570284,
"repo_name": "dcarda/aba.route.validator",
"id": "304b676feb89c8031f8d2ce36546ebb05a936806",
... |
<?php
namespace Amp\Loop;
use Amp\Loop\Internal\Watcher;
use AsyncInterop\Loop\Driver;
use AsyncInterop\Loop\InvalidWatcherException;
abstract class Loop extends Driver {
// Don't use 1e3 / 1e6, they result in a float instead of int
const MILLISEC_PER_SEC = 1000;
const MICROSEC_PER_SEC = 1000000;
/*... | {
"content_hash": "916ea349f27f5cc6e79ce28d8b5c774a",
"timestamp": "",
"source": "github",
"line_count": 415,
"max_line_length": 142,
"avg_line_length": 27.980722891566266,
"alnum_prop": 0.5164485015501206,
"repo_name": "amphp/loop",
"id": "534397fbd419af61b97a8126ea0e807f35a98a49",
"size": "11612",... |
<?xml version="1.0" encoding="UTF-8"?>
<faces-config xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
version="2.2">
<application>
<resource-bundle>
... | {
"content_hash": "6fbdc5a9a916d863f5811f549efbe121",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 115,
"avg_line_length": 35.833333333333336,
"alnum_prop": 0.7046511627906977,
"repo_name": "alissonwilker/br.org.j2ee-ref",
"id": "7e5053bcc57f49ea8b1177891b860648b49c1176",
... |
package com.example.coolweather.db;
import org.litepal.crud.DataSupport;
/**
* Created by zxn on 2017-3-16.
*/
public class County extends DataSupport {
private int id;
private String countyName;
private String weatherId;
private int cityId;
public int getId() {
return id;
}
pu... | {
"content_hash": "908b1df0d0c3e3fcbdc1dd5bdb2e8723",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 50,
"avg_line_length": 18.622222222222224,
"alnum_prop": 0.6157517899761337,
"repo_name": "zxn901011/coolweather",
"id": "ce2bc442b16279a2865834bf4bfe9215ed1dadca",
"size":... |
jQuery(document).ready(function(){
var profilePicsDiv = document.getElementById('profile_pics');
var myclick=document.getElementById('amigos');
$("#amigos").click(function(){
if (typeof(FB) != 'undefined' && FB != null ) {
FB.getLoginStatus(function(response) {
if (!response.authRespo... | {
"content_hash": "3366e102f175f00f2f8612f4a190b616",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 72,
"avg_line_length": 34.31428571428572,
"alnum_prop": 0.4621149042464613,
"repo_name": "carlosbeatortega/sociedades",
"id": "4803129677e4c24c0defba7ac1bde228e4604ee3",
"s... |
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-example59-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.min.js"></script>
</head>
<body ng-app="bindExample">
<script>
angular.module('bindExample', [])
.contr... | {
"content_hash": "5da02f3bdd822d3b83e13a80fe3d911a",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 88,
"avg_line_length": 26.037037037037038,
"alnum_prop": 0.6187766714082503,
"repo_name": "jeros-mz/angular.mobile.prototype",
"id": "fafcc871d3f218423cfb44140ff043adec539bf0... |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LocationServices | @uirouter/react</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="... | {
"content_hash": "6f3969bd9881bc39863ee5125d1061fd",
"timestamp": "",
"source": "github",
"line_count": 460,
"max_line_length": 361,
"avg_line_length": 47.2304347826087,
"alnum_prop": 0.6235386173248643,
"repo_name": "ui-router/ui-router.github.io",
"id": "7b6392e5c1438f5e5e6f10d0d042a3593f0b3870",
... |
<?php
namespace Checkout\Models\Payments;
use Checkout\Models\Address;
/**
* Payment method Fawry.
*
* @category SDK
* @package Checkout.com
* @author Platforms Development Team <platforms@checkout.com>
* @license https://opensource.org/licenses/mit-license.html MIT License
* @link https://docs.chec... | {
"content_hash": "b1a6683d4d34b9b185a2e5b9808b52a5",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 100,
"avg_line_length": 22.984126984126984,
"alnum_prop": 0.574585635359116,
"repo_name": "checkout/checkout-magento-plugin",
"id": "978d03f6a0b10a4607167ad5fc1981e3b714e484"... |
module Gesmew
module AuthenticationHelpers
def self.included(receiver)
receiver.send :helper_method, :gesmew_current_user
receiver.send :helper_method, :gesmew_login_path
receiver.send :helper_method, :gesmew_signup_path
receiver.send :helper_method, :gesmew_logout_path
end
def ge... | {
"content_hash": "2beb3618c85e61e1fa2538de3c69693f",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 56,
"avg_line_length": 21.653846153846153,
"alnum_prop": 0.6802841918294849,
"repo_name": "mjgumbs/gesmew_auth_devise",
"id": "600ddbc044b0ca500c5df34d2c3dab392c604ed1",
"s... |
package com.microsoftopentechnologies.tooling.msservices.helpers.azure.sdk;
import com.google.common.base.Strings;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import com.google.common.util.concurrent.SettableFuture;
import com.microsoft.azure.storage.Cl... | {
"content_hash": "920c986de8190aed9a6a14d88bcc9097",
"timestamp": "",
"source": "github",
"line_count": 1895,
"max_line_length": 189,
"avg_line_length": 45.82058047493404,
"alnum_prop": 0.6074974087297017,
"repo_name": "leotilli/msopentech-tools-for-intellij",
"id": "c11da616b98473be16ac7ef8eeb60b992... |
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "mlir-hlo/Dialect/lhlo/IR/lhlo_ops.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Func/IR/FuncOps.h"
#include "mlir/Dialect/Linalg/IR/Linalg.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#incl... | {
"content_hash": "731d0f9d0b4b80895b3a1580e8846a86",
"timestamp": "",
"source": "github",
"line_count": 727,
"max_line_length": 80,
"avg_line_length": 40.22971114167813,
"alnum_prop": 0.6499128115704175,
"repo_name": "tensorflow/tensorflow-pywrap_tf_optimizer",
"id": "bc6c354ce5a95b149c1da10a34e3777f... |
template<> struct llvm::GraphTraits<souper::Inst*> {
using NodeRef = souper::Inst*;
static NodeRef getEntryNode(souper::Inst* instr) { return instr; }
using ChildIteratorType = std::vector<NodeRef>::iterator;
static ChildIteratorType child_begin(NodeRef N) {
return N->Ops.begin();
}
static ChildIter... | {
"content_hash": "5aa087bea749b02fffc58eda3963f1b9",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 93,
"avg_line_length": 29.360655737704917,
"alnum_prop": 0.6756002233389168,
"repo_name": "rsas/souper",
"id": "7c3d69304843370374b65e81dd00706a46595a01",
"size": "2684",
... |
package vg.civcraft.mc.namelayer.listeners;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import vg.civcraft.mc.mercury.MercuryAPI;
import vg.civcraft.mc.mercury.events.AsyncPluginBroadcastMessageEvent;
... | {
"content_hash": "4ec04df956b497ac20e0ce2f36ac67d8",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 111,
"avg_line_length": 37.169724770642205,
"alnum_prop": 0.7149203998519067,
"repo_name": "Civcraft/NameLayer",
"id": "6099bbf9867660f2609e6227ff2903a55891772a",
"size": ... |
/**
* \version $Id: alustusvirhe.cc 2677 2013-02-20 13:03:17Z voutilai $
* \file alustusvirhe.cc
* \brief Alustusvirhe-luokan toteutus. ($Revision: 2677 $)
* \author ©2010 Eero Salonen <eero.j.salonen@tut.fi>
*/
#include "../alustusvirhe.hh"
#include <string>
#include "hyodykkeet.hh"
// Standardikirjastot
... | {
"content_hash": "e43bb1964da357f94806337aba5b252c",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 81,
"avg_line_length": 22.928,
"alnum_prop": 0.6018841591067691,
"repo_name": "SanteriHetekivi/Labyrinttipeli",
"id": "12ed425727f1a72c3f2696a0b90b0f3b238cdd1a",
"size": "... |
from Expression import *
class LinearExpression(Expression):
"""
Class representing a linear expression node in the AST of a MLP
"""
def __init__(self):
Expression.__init__(self)
class ValuedLinearExpression(LinearExpression):
"""
Class representing a valued linear expression node in ... | {
"content_hash": "4ac4fc1c439e095661f8a2b093d4af5a",
"timestamp": "",
"source": "github",
"line_count": 280,
"max_line_length": 123,
"avg_line_length": 29.5,
"alnum_prop": 0.6222760290556901,
"repo_name": "rafaellc28/Latex2MiniZinc",
"id": "a9100cfff21f249f59863ca5236d3b9be0b79ceb",
"size": "8260",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.