text stringlengths 2 1.04M | meta dict |
|---|---|
// ******* csrftoken
var csrftoken = Cookies.get('csrftoken');
function csrfSafeMethod(method) {
// these HTTP methods do not require CSRF protection
return (/^(GET|HEAD|OPTIONS|TRACE)$/.test(method));
}
$.ajaxSetup({
beforeSend: function(xhr, settings) {
if (!cs... | {
"content_hash": "45a1aa2f60984679583cc7ed515de209",
"timestamp": "",
"source": "github",
"line_count": 152,
"max_line_length": 128,
"avg_line_length": 40.21052631578947,
"alnum_prop": 0.47300392670157065,
"repo_name": "dipapaspyros/bdo_platform",
"id": "7d600017630808cbf0674315290d5504fe176e1c",
"... |
<span class="lightbox-btn lightbox-btn-left" data-ng-click="Lightbox.prevImage()">
<ng-md-icon icon="chevron_left" size="56"></ng-md-icon>
</span>
<section
class="lightbox-template"
ng-swipe-left="Lightbox.nextImage()"
ng-swipe-right="Lightbox.prevImage()"
layout="column"
layout-align="end center"
>
<im... | {
"content_hash": "75cea30e53ef9e082633b44688c00a0e",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 29.53846153846154,
"alnum_prop": 0.6809895833333334,
"repo_name": "PoetsRock/mapping-slc",
"id": "731620992e47246a71c582f7489eca636170d87d",
"size": ... |
// --------------------------------------------------------------------------------------------------------------------
// <copyright file="ByteCheckExtensions.cs" company="">
// Copyright 2013 Thomas PIERRAIN
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file ex... | {
"content_hash": "0bcca2336e062867a7e2aece6bc8801a",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 121,
"avg_line_length": 43.32298136645963,
"alnum_prop": 0.5736200716845878,
"repo_name": "NFluent/NFluent",
"id": "674d16e248815e7d39f42e8fe64df6fe39baef74",
"size": "697... |
"""personal URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/1.8/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: url(r'^$', views.home, name='home')
Class-ba... | {
"content_hash": "6b52fa2e85acb2650b8855e812a77b5f",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 82,
"avg_line_length": 36.5625,
"alnum_prop": 0.7153846153846154,
"repo_name": "SakiFu/personal-website",
"id": "ebc8368c1ae1a136ecfb68f577056f1ed936299f",
"size": "1170",
... |
<!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": "43522f8edc94db2b7674fe89c2d8a9b9",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 373,
"avg_line_length": 67.40869565217392,
"alnum_prop": 0.6706656346749226,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "404a4dc07a4dbf7c98f3a6ce92b488c68d7325b0",
"siz... |
splitlog
========
[](https://gitter.im/triceo/splitlog?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Tool to monitor log files from your Java applications as they fill.
| {
"content_hash": "de59f45f2a9057cf765c77f9c8553f5d",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 160,
"avg_line_length": 49.6,
"alnum_prop": 0.7540322580645161,
"repo_name": "triceo/splitlog",
"id": "141f16d1855af9f2ce3d41dc0f899b3b740c3f1e",
"size": "248",
"binary": ... |
package com.netflix.spectator.servo;
import com.netflix.spectator.api.Counter;
import com.netflix.spectator.api.ManualClock;
import com.netflix.spectator.api.Registry;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import jav... | {
"content_hash": "23c05e205d536c8738311a9ec3da35bc",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 67,
"avg_line_length": 25.258064516129032,
"alnum_prop": 0.7037037037037037,
"repo_name": "cfieber/spectator",
"id": "b1d9bfaaad6867c1be6e2cfaf336959aa6c3b829",
"size": "21... |
set(sprokit_boost_version 1.47)
if (SPROKIT_ENABLE_PYTHON)
set(sprokit_boost_version 1.48)
endif ()
# Required for Boost.Thread.
find_package(Threads REQUIRED)
option(Boost_USE_STATIC_LIBS "Use a statically-linked Boost" OFF)
find_package(Boost ${sprokit_boost_version} REQUIRED
COMPONENTS
chrono
date_tim... | {
"content_hash": "d71602ca7f9f201976363b729497cff9",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 65,
"avg_line_length": 22.11111111111111,
"alnum_prop": 0.7386934673366834,
"repo_name": "mathstuf/sprokit",
"id": "7ca790824f6d22a9f6a6b593b7c4931bbf8a039e",
"size": "710"... |
#ifndef GridPosition_h
#define GridPosition_h
#include "wtf/text/WTFString.h"
namespace WebCore {
enum GridPositionType {
AutoPosition,
ExplicitPosition, // [ <integer> || <string> ]
SpanPosition, // span && [ <integer> || <string> ]
NamedGridAreaPosition // <ident>
};
enum GridPositionSide {
... | {
"content_hash": "3919789ba59a43e6ed724aab6e8b93b4",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 130,
"avg_line_length": 26.81081081081081,
"alnum_prop": 0.6549059139784946,
"repo_name": "lordmos/blink",
"id": "133cdd55123c08b56221f0043f193da859e1d8ac",
"size": "4538"... |
class cItemRedstoneRepeaterHandler :
public cItemHandler
{
public:
cItemRedstoneRepeaterHandler(int a_ItemType)
: cItemHandler(a_ItemType)
{
}
virtual bool IsPlaceable() override
{
return true;
}
virtual bool GetPlacementBlockTypeMeta(
cWorld * a_World, cPlayer * a_Player,
int a_BlockX, int a_BlockY, ... | {
"content_hash": "401971bf00f9e2857d32e8eb68b6e081",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 94,
"avg_line_length": 21.366666666666667,
"alnum_prop": 0.7379095163806553,
"repo_name": "MuhammadWang/MCServer",
"id": "c5fb5d566de7bea8f4213fd7c800b6063050943e",
"size":... |
Click on the following help topic to get started:
1. [How to create a rule?](https://github.com/im-tkc/Packet-Guard/wiki/How-to-create-a-rule%3F)
2. [Permission needed for Packet Guard.](https://github.com/im-tkc/Packet-Guard/wiki/Permission-needed-for-Packet-Guard)
3. [How to report for bugs? Rules for reporting bugs... | {
"content_hash": "de1d0bfbcb4288f6025f0b5f9d8f40bb",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 151,
"avg_line_length": 83.8,
"alnum_prop": 0.7613365155131265,
"repo_name": "im-tkc/Packet-Guard",
"id": "fd5dd5bb87f4a3d768ed80e0ed4322e03e26478d",
"size": "444",
"binar... |
<h1>beginCamera() and endCamera() test</h1>
<script src="../../../../../processing.js"></script>
<canvas datasrc="beginCamera-translate.pjs" width="500" height="500"></canvas>
| {
"content_hash": "c9233274c4bdb1b9f21799e33d30ae62",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 78,
"avg_line_length": 58.666666666666664,
"alnum_prop": 0.6647727272727273,
"repo_name": "dhodgin/processing-js",
"id": "e2a89e0caf18b05fa22141f45b01accb64d46802",
"size": ... |
<record><header><identifier>froac:530</identifier><datestamp>2012-10-03T03:22:38Z</datestamp><setSpec>notImplemented</setSpec></header><metadata><lom:lom xmlns:lom="http://ltsc.ieee.org/xsd/LOM" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM http://ltsc.ieee.org/x... | {
"content_hash": "2ddb18523cdbe85c9c72ae22fcc11de6",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 340,
"avg_line_length": 34.84375,
"alnum_prop": 0.7511210762331838,
"repo_name": "odarbelaeze/condor-ir",
"id": "11be0340c49c44109949f05883af944be0c2cf5e",
"size": "2231",
... |
FROM balenalib/apalis-imx6-debian:bookworm-build
# remove several traces of debian python
RUN apt-get purge -y python.*
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# key 63C7CC90: public key "Simon McVi... | {
"content_hash": "51b68e6c0f02723a2bacb655452895fa",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 713,
"avg_line_length": 50.92631578947368,
"alnum_prop": 0.7038032244729227,
"repo_name": "resin-io-library/base-images",
"id": "6aa1d7d3f1343a840383eebd6acd39c42e9589fa",
... |
package com.intellij.ui.mac.touchbar;
import com.intellij.execution.ui.RunContentDescriptor;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.util.Pair;
import com.intellij.ui.popup.AbstractPopup;
import consulo.disposer.Disposable;
import javax.annotation.Nonnull;
import javax.swing.*;
import ... | {
"content_hash": "281cf9ac11a78791397f5d30b3d1f798",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 116,
"avg_line_length": 24.05263157894737,
"alnum_prop": 0.7571115973741794,
"repo_name": "consulo/consulo",
"id": "cc70fe1608d1b66b797d1bc0c7498eeb389d2773",
"size": "1508... |
import { bindActionCreators } from 'redux'
import { connect } from 'react-redux'
import { reduxForm } from 'redux-form'
import i18next from 'i18next'
import { submit } from '../../../../modules/commitment/actions';
import Form from '../../../components/common/form';
import { validate } from '../../../../utils/helper';
... | {
"content_hash": "30691daf932be0fdf09feefd145ad6ad",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 93,
"avg_line_length": 23.8,
"alnum_prop": 0.5699006875477464,
"repo_name": "airalab/DAO-IPCI",
"id": "77ea6f37058f16c65613df52f8b1a9fa9d3589d9",
"size": "1309",
"binary"... |
<?xml version="1.0"?>
<!--
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Mage\Catalog\Test\TestCase\Product\DeleteProductEntityTest">
<variation name="DeleteProductEntityTestVariatio... | {
"content_hash": "c0920dd5534d53f8d304aed500b89e59",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 150,
"avg_line_length": 61.1,
"alnum_prop": 0.707037643207856,
"repo_name": "z-v/iboxGento2",
"id": "ad9d65de4cd9c2269f1a29fbeed088bdcaada47b",
"size": "2166",
"binary": ... |
package abc075;
import java.io.IOException;
import java.util.Scanner;
/**
* Created on 2017/10/20 7:02.
*/
public class A {
public static void main(String[] args) throws IOException {
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
Scanner sc = new Scanner(System.in)... | {
"content_hash": "6d98d37eba426dea7a1e43d7405be653",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 84,
"avg_line_length": 25.48148148148148,
"alnum_prop": 0.5043604651162791,
"repo_name": "itohjam/contest",
"id": "574f9d28da586648245e0ff66ca679230b6d7b05",
"size": "688",... |
package com.orangesignal.csv;
import static org.hamcrest.core.IsNull.notNullValue;
import static org.junit.Assert.assertThat;
import org.junit.Test;
import com.orangesignal.csv.entryfilters.DirectoryEntryFilter;
import com.orangesignal.csv.entryfilters.EntryNameFilter;
import com.orangesignal.csv.entryf... | {
"content_hash": "d5b3949208af625222b8f2a2b1ebfd85",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 134,
"avg_line_length": 44.64705882352941,
"alnum_prop": 0.7990777338603425,
"repo_name": "Koichi-Kobayashi/orangesignal-csv",
"id": "bd9e2184b075cb7c966bdd9350dc16ce77890902... |
package objx
import (
"github.com/appc/acbuild/Godeps/_workspace/src/github.com/stretchr/testify/assert"
"testing"
)
func TestHas(t *testing.T) {
m := New(TestMap)
assert.True(t, m.Has("name"))
assert.True(t, m.Has("address.state"))
assert.True(t, m.Has("numbers[4]"))
assert.False(t, m.Has("address.state.no... | {
"content_hash": "21cd9498335871606109117f6cd0226e",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 83,
"avg_line_length": 20.166666666666668,
"alnum_prop": 0.6652892561983471,
"repo_name": "derekchiang/acbuild",
"id": "3fe9f437631bc60118688ead48399185a5c0c512",
"size": "... |
<!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_12) on Sun Feb 08 17:27:08 PST 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class net.sourceforg... | {
"content_hash": "f5f1577a6e85652cf23bf8e9d439c36d",
"timestamp": "",
"source": "github",
"line_count": 230,
"max_line_length": 359,
"avg_line_length": 48.93043478260869,
"alnum_prop": 0.6353296605651324,
"repo_name": "deleidos/digitaledge-platform",
"id": "9a56bc86e775dbe0b46ebca675785bcbfc974bb6",
... |
#pragma once
#include <aws/directconnect/DirectConnect_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/directconnect/model/AddressFamily.h>
#include <aws/directconnect/model/VirtualInterfaceState.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/directconnect/model/RouteFilt... | {
"content_hash": "e2aff2a14f84faa6f846b7ce739fa0df",
"timestamp": "",
"source": "github",
"line_count": 413,
"max_line_length": 169,
"avg_line_length": 37.932203389830505,
"alnum_prop": 0.7280735350440444,
"repo_name": "svagionitis/aws-sdk-cpp",
"id": "f5f44b84e6b64dd195db4655bf6bf3d597e7108a",
"si... |
package coop.ekologia.DTO.user;
import java.util.Date;
public class UserIndividualDTO extends UserDTO {
private static final long serialVersionUID = 4406131773463669828L;
private String firstname;
private String lastname;
private Date birthday;
public String getFirstname() {
return fir... | {
"content_hash": "df5740e2db149b3a585430078f38392e",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 70,
"avg_line_length": 19.783783783783782,
"alnum_prop": 0.6612021857923497,
"repo_name": "imie-source/Ekologia",
"id": "a638ac579d2b1396e71701503a2d008d276ef41e",
"size": ... |

Hokusai is a Swift library that provides a bouncy action sheet.
It will give the users a fancy experience without taking pains coding the cool animation.
Hokusai is compatible with Swift3.
[](http://badge.fury.io/rb/indonesian_currency_format)
Indonesia Currency Format
Convert plain integer to Indonesian rupiah format
## Installation
Add this line to your application's Gemfile:
gem 'indonesian_currency_format', '~>0.0.2'
And... | {
"content_hash": "fa35876f473fc057ffdf948f43742bed",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 125,
"avg_line_length": 19.73076923076923,
"alnum_prop": 0.7290448343079922,
"repo_name": "gilangmahardhika/indonesian_currency_format",
"id": "8db3fc171fa452898c1446df826e00... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("P0... | {
"content_hash": "4c8281c68065ed2d4a6e6db7e335e18c",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 84,
"avg_line_length": 39.57142857142857,
"alnum_prop": 0.752346570397112,
"repo_name": "dechoD/Telerik-Homeworks",
"id": "e7e1aea87bb17425e58eeccb787b6cf6de395847",
"size"... |
/*----------------------------------------------------------------------------
Include Files and Type Defines
----------------------------------------------------------------------------*/
#include "clusttool.h" //If remove you get cought in a loop somewhere
#include "mfoutline.h"
#include "blobs.h... | {
"content_hash": "393ef4927826f25ea3fd99696d6262e0",
"timestamp": "",
"source": "github",
"line_count": 433,
"max_line_length": 81,
"avg_line_length": 32.697459584295615,
"alnum_prop": 0.587724254838254,
"repo_name": "renard314/textfairy",
"id": "9cdef1846dc480a2c4e0bc95de1cabacba539ac4",
"size": "... |
namespace Telefonbuch.Areas.HelpPage
{
/// <summary>
/// Indicates whether the sample is used for request or response
/// </summary>
public enum SampleDirection
{
Request = 0,
Response
}
} | {
"content_hash": "dc11cfaa8c8577cdb7213eab5a98f3a8",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 68,
"avg_line_length": 20.727272727272727,
"alnum_prop": 0.6096491228070176,
"repo_name": "jk94/telephonebook",
"id": "2d2100c42cbdf954574635a0c1f7724b91417053",
"size": "2... |
package ca.uhn.fhir.rest.gclient;
import org.hl7.fhir.instance.model.api.IBaseBundle;
import ca.uhn.fhir.model.api.Bundle;
public interface IGetPage {
/**
* Load the next page of results using the link with relation "next" in the bundle. This
* method accepts a DSTU1 Atom Bundle
*/
IGetPageTyped<Bundle> n... | {
"content_hash": "93177d0d0bd2ecd0beecc52a9a617aef",
"timestamp": "",
"source": "github",
"line_count": 52,
"max_line_length": 97,
"avg_line_length": 25.942307692307693,
"alnum_prop": 0.7094143810229799,
"repo_name": "shvoidlee/hapi-fhir",
"id": "4c6ceb617e333ad168a3c711d2b170d25841ee98",
"size": "... |
class ReportTypesController < ApiController
def index
render json: current_city.report_types.all, root: :report_types
end
end
| {
"content_hash": "17672986c6102708b8b7181ae63a051b",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 67,
"avg_line_length": 26.8,
"alnum_prop": 0.7686567164179104,
"repo_name": "vilnius/tvarkau-vilniu-ms",
"id": "eb86d89ed0caf09bcefa88ad97a8fbb8b1d57d13",
"size": "134",
"... |
.class public Landroid/support/v7/internal/widget/ThemeUtils;
.super Ljava/lang/Object;
.source "ThemeUtils.java"
# static fields
.field static final ACTIVATED_STATE_SET:[I
.field static final CHECKED_STATE_SET:[I
.field static final DISABLED_STATE_SET:[I
.field static final EMPTY_STATE_SET:[I
.field static final... | {
"content_hash": "32da753f0d91be97698a68b732a32e89",
"timestamp": "",
"source": "github",
"line_count": 425,
"max_line_length": 167,
"avg_line_length": 23.425882352941176,
"alnum_prop": 0.6719566090799518,
"repo_name": "whitehatpanda/VN-SecurityDay-2015",
"id": "b5978fc3855ca5500b31687f0af856d394bd59... |
package org.subethamail.smtp.io;
import java.io.IOException;
import java.io.OutputStream;
/**
* DotTerminatedOutputStream makes possible to end mail data with a
* "CRLF . CRLF" sequence in such a way that no unnecessary beginning CRLF pair
* is added if the original output already ends with it.
*
* See RFC 5321 ... | {
"content_hash": "4f3a5bcabf8be12a81623eec6c98344e",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 79,
"avg_line_length": 23.125,
"alnum_prop": 0.6481081081081081,
"repo_name": "confile/subethasmtp",
"id": "793ef4d48f623f928f084d9962c3f359a6cc2fa3",
"size": "1850",
"bi... |
/* eslint-env node */
const path = require('path')
const ip = require('ip')
const {
browsers,
browsersKeys
} = require('./browsers')
const jqueryFile = process.env.USE_OLD_JQUERY ? 'https://code.jquery.com/jquery-1.9.1.min.js' : 'node_modules/jquery/dist/jquery.slim.min.js'
const bundle = process.env.BUNDLE === '... | {
"content_hash": "81cfaa78707ab32e7cc3ea6e30152a06",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 143,
"avg_line_length": 24.485915492957748,
"alnum_prop": 0.6663790624101237,
"repo_name": "tgirke/GEN242",
"id": "65b292b5b3d44e19ce0274c10125779287c269c8",
"size": "3477... |
<!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="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<tit... | {
"content_hash": "858c9c2a9a2b5492b0cdf1f84c92b6fb",
"timestamp": "",
"source": "github",
"line_count": 255,
"max_line_length": 244,
"avg_line_length": 68.76862745098039,
"alnum_prop": 0.6679972627737226,
"repo_name": "datapythonista/datapythonista.github.io",
"id": "107c56bcba1fb5c4af7aaa731f6fb499a... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Sat Mar 16 04:11:57 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {
"content_hash": "742d5d9bb50cbcca52c55dc7207d502a",
"timestamp": "",
"source": "github",
"line_count": 205,
"max_line_length": 616,
"avg_line_length": 55.04390243902439,
"alnum_prop": 0.6640375753278979,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "1a2388ff5ee8f1698b0299a42d8946516268... |
using System.Collections;
using System.Collections.Specialized;
using System.Runtime.Remoting.Messaging;
using System.Security.Principal;
using System.ServiceModel;
using System.Threading;
namespace Toolbox.Core.Context
{
public class ExecutionContext
{
private ExecutionContext() { }
private c... | {
"content_hash": "68a10fe73afeae7f1633b913a6e9c225",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 114,
"avg_line_length": 32.473684210526315,
"alnum_prop": 0.5388978930307942,
"repo_name": "vimaire/Toolbox",
"id": "36d58517cd8156dc35effec9d87b54840617edb9",
"size": "247... |
using std::vector;
class ThreadHandler {
private:
vector<AnimationThread*> anim_threads;
vector<ProcessThread*> proc_threads;
unsigned int elapsed_time;
unsigned int next_id;
public:
ThreadHandler() {}
~ThreadHandler() {}
void queue(Animation* anim);
void queue(Process* proc);
void updateTimeAccumulated(un... | {
"content_hash": "b0938894c32a4c85a5a365bd70592119",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 55,
"avg_line_length": 20.083333333333332,
"alnum_prop": 0.7551867219917012,
"repo_name": "Michael1516/dorm-leds",
"id": "3280f13e2007d08fd395473dd209638b47d5e099",
"size":... |
package com.facebook.buck.intellij.ideabuck.build;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import com.google.gson.reflect.TypeToken;
import com.intellij.execution.process.ProcessEvent;
import com.intellij.execution.process.ProcessOutputTypes;
import com.int... | {
"content_hash": "0d48a31b497abc68903a4ae9b475f6fe",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 100,
"avg_line_length": 34.91588785046729,
"alnum_prop": 0.707441113490364,
"repo_name": "JoelMarcey/buck",
"id": "cdb2cbcf04296a0a4fe32a7452904cb5e16fce3c",
"size": "4352... |
title: ade33
type: products
image: /img/Screen Shot 2017-05-09 at 11.56.54 AM.png
heading: e33
description: lksadjf lkasdjf lksajdf lksdaj flksadj flksa fdj
main:
heading: Foo Bar BAz
description: |-
***This is i a thing***kjh hjk kj
# Blah Blah
## Blah
### Baah
image1:
... | {
"content_hash": "2be8a434ba8af38800a6ce5dc9917975",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 61,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.6656716417910448,
"repo_name": "pblack/kaldi-hugo-cms-template",
"id": "4d47e5bff9ee5331530e62423a8cd4e93ecfedae",
... |
from __future__ import with_statement
from alembic import context
from sqlalchemy import engine_from_config, pool
from logging.config import fileConfig
import ConfigParser
import os, sys
sys.path.append(os.getcwd())
# this is the Alembic Config object, which provides
# access to the values within the .ini file in us... | {
"content_hash": "8be3321c441ee972cdf48881ee89f080",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 69,
"avg_line_length": 27.5,
"alnum_prop": 0.7113636363636363,
"repo_name": "CiscoSystems/fabric_enabler",
"id": "29e249d7249cb6c0f3c3bd78096a40588f343148",
"size": "2200",... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Inicio extends CI_Controller {
function __construct(){
parent::__construct();
$this->load->model('inicio_model');
}
public function index()
{
$data['solicitudes_en_revision'] = $this->inicio_model->obtener_solicitudes_en_revision()... | {
"content_hash": "ea8f0fedaf0314b947317189afd8c87e",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 99,
"avg_line_length": 38.483870967741936,
"alnum_prop": 0.6974015088013411,
"repo_name": "douglasvela/siamrecad",
"id": "73979f786bf3ce4a9dec0465eb68c797f0828bfc",
"size":... |
#ifndef WEBRTC_MEDIA_ENGINE_FAKEWEBRTCVCMFACTORY_H_
#define WEBRTC_MEDIA_ENGINE_FAKEWEBRTCVCMFACTORY_H_
#include <vector>
#include "webrtc/media/engine/fakewebrtcdeviceinfo.h"
#include "webrtc/media/engine/fakewebrtcvideocapturemodule.h"
#include "webrtc/media/engine/webrtcvideocapturer.h"
// Factory class to allo... | {
"content_hash": "b7a872cbf9dde8677b91674e9d7adeb7",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 80,
"avg_line_length": 34.7906976744186,
"alnum_prop": 0.7292780748663101,
"repo_name": "jchavanton/webrtc",
"id": "daa2f774f5f34c1148202f2403e3f3b020ee85d6",
"size": "1908... |
<?php
require_once __DIR__ . '/../src/autoloader.php';
use PHPClassic\Singletoner;
$class1 = new stdClass();
$class1->name = 'stdClass1';
$class2 = new stdClass();
$class2->name = 'stdClass2';
Singletoner::setInstance('standard_class_1', $class1);
Singletoner::setInstance('standard_class_2', $class2);
header('Con... | {
"content_hash": "0d811137b4e84caffdf0758b0743d26a",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 123,
"avg_line_length": 36.388888888888886,
"alnum_prop": 0.6541984732824427,
"repo_name": "nguyen113/Rai5",
"id": "e7c217c2efd6255f734c9d2da9f0ffbbdb01f6c5",
"size": "1310... |
/* PictureViewFormTest.cs --
* Ars Magna project, http://arsmagna.ru
* -------------------------------------------------------
* Status: poor
*/
#region Using directives
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
usin... | {
"content_hash": "d7843c9fb551f8a42c5c2a8550da54f0",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 58,
"avg_line_length": 17.78688524590164,
"alnum_prop": 0.5271889400921659,
"repo_name": "amironov73/ManagedIrbis",
"id": "22fbb439f3c6f6cb6571e8ea8ab8c9532acad6fb",
"size"... |
namespace Merchello.Core.Persistence.Repositories
{
using Merchello.Core.Models;
/// <summary>
/// Marker interface for the InvoiceLineItem repository
/// </summary>
internal interface IInvoiceLineItemRepository : ILineItemRepositoryBase<IInvoiceLineItem>
{
}
} | {
"content_hash": "bb73413921117aa2d5967f6f5157f573",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 93,
"avg_line_length": 26.454545454545453,
"alnum_prop": 0.7250859106529209,
"repo_name": "rasmusjp/Merchello",
"id": "1891b177da1b13ec1e992feb553a0946b67d358f",
"size": "2... |
namespace remoting {
constexpr base::TimeDelta FtlMessageReceptionChannel::kPongTimeout;
FtlMessageReceptionChannel::FtlMessageReceptionChannel(
SignalingTracker* signaling_tracker)
: reconnect_retry_backoff_(&FtlGrpcContext::GetBackoffPolicy()),
signaling_tracker_(signaling_tracker) {
DCHECK(signalin... | {
"content_hash": "cc4ffd655d660844cee571d2fb38f428",
"timestamp": "",
"source": "github",
"line_count": 200,
"max_line_length": 80,
"avg_line_length": 32.7,
"alnum_prop": 0.7180428134556575,
"repo_name": "endlessm/chromium-browser",
"id": "251242a4f2cbc94bb3a3ba8fc6b16eabfd0956a9",
"size": "7045",
... |
typedef NS_ENUM(NSInteger, CLOperationState) {
CLOperationStateNotStarted, // All operations start off not started
CLOperationStateExecuting,
CLOperationStateFinished // Finish does not imply success, check isSuccess flag
};
extern NSString * const CLOperationWillExpireNotification;
@class RACSignal;
@int... | {
"content_hash": "ee30356a27e1c8354d211f70729f647b",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 83,
"avg_line_length": 32.57142857142857,
"alnum_prop": 0.7780701754385965,
"repo_name": "happybits/CLToolkit",
"id": "0a4307766a8dcb1b47e0a9d42930a6d0185a2e40",
"size": "2... |
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 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": "2732fbcfc7eed6d7dfda1e9174092464",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 419,
"avg_line_length": 58.88,
"alnum_prop": 0.7323369565217391,
"repo_name": "CodeWingX/parse-chat-android",
"id": "bf7496616794f7bc97147426d102309826e75111",
"size": "147... |
require 'rails_helper'
describe VCardBuilder do
before :all do
@rep = create :congressional_rep,
chamber: 'lower',
official_full: 'First Last, Suffix',
first: 'First',
last: 'Last',
suffix: 'Suffix',
role:... | {
"content_hash": "d01fc1c251c79f3dfaa16bd77125ad24",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 77,
"avg_line_length": 31.845454545454544,
"alnum_prop": 0.5446759920068512,
"repo_name": "phoneyourrep/phone-your-rep-api",
"id": "0d62dd710ed06b145662c0f8a2ede90226f8eb9d"... |
import chalk from 'chalk';
import chokidar from 'chokidar';
import WebpackDevServer from 'webpack-dev-server';
import historyApiFallback from 'connect-history-api-fallback';
import paths from './utils/paths';
import print from './utils/print';
import clearConsole from './utils/clearConsole';
import { applyMock, outputE... | {
"content_hash": "9bad4094105bcb639c8458fe98f849d9",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 108,
"avg_line_length": 26.185185185185187,
"alnum_prop": 0.6435643564356436,
"repo_name": "Syzmex/kiwiai",
"id": "23344d0e2e5e99b9ab0ab652eead9d16a753d394",
"size": "2134"... |
<?php
/**
* The "instances" collection of methods.
* Typical usage is:
* <code>
* $sqladminService = new Google_Service_SQLAdmin(...);
* $instances = $sqladminService->instances;
* </code>
*/
class Google_Service_SQLAdmin_Resource_Instances extends Google_Service_Resource
{
/**
* Creates a Cloud SQL... | {
"content_hash": "be87bd12714cec1509d41e25da68bb4b",
"timestamp": "",
"source": "github",
"line_count": 296,
"max_line_length": 139,
"avg_line_length": 45.888513513513516,
"alnum_prop": 0.7014650666274019,
"repo_name": "varunajmera0/webseries",
"id": "f0f52cd836d7158020df6f14a730f2a93de25d15",
"siz... |
import {
FONT_STACK_BASE,
FONT_WEIGHT_SEMIBOLD,
COLOR_BRAND_PRIMARY,
COLOR_WHITE,
COLOR_BLACK,
FONT_SIZE_BASE,
LINE_HEIGHT_BASE
} from "style/styleVariables";
export const hide = `
position: absolute;
visibility: hidden;
pointer-events: none;
`;
export const form_control = `
appearance: none;
... | {
"content_hash": "98f7f2ca8b43ecfa51683abb97815bce",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 76,
"avg_line_length": 26.385964912280702,
"alnum_prop": 0.6582446808510638,
"repo_name": "DecipherNow/gm-fabric-dashboard",
"id": "2e47ab6433ff967216ecfcde96c085d6ad87086f",... |
/// Current makesdna.cpp is a from Blender, but we will completely rewrite it in C++ under a ZLib license
/// The Original version is at https://svn.blender.org/svnroot/bf-blender/trunk/blender/source/blender/makesdna/intern/makesdna.c
#ifdef __cplusplus
extern "C"
{
#endif
#if defined(_WIN32) && !defined(FREE_WIND... | {
"content_hash": "c6d84f31045785abb5153f097b0165cc",
"timestamp": "",
"source": "github",
"line_count": 1308,
"max_line_length": 129,
"avg_line_length": 23.87920489296636,
"alnum_prop": 0.5799769481974771,
"repo_name": "MTASZTAKI/ApertusVR",
"id": "525ec5f0694f4ce8912d3e68fcebee9c0b0b15e3",
"size":... |
<?php
/**
* Created by Kutuzov Alexey Konstantinovich <lexus.1995@mail.ru>.
* Author: Kutuzov Alexey Konstantinovich <lexus.1995@mail.ru>
* Project: jungle
* IDE: PhpStorm
* Date: 28.10.2016
* Time: 19:01
*/
namespace Jungle\Application\Reporter {
/**
* Class Logger
* @package Jungle\Application\Reporter
... | {
"content_hash": "0c3de84e76b9c5740c92e67509223166",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 66,
"avg_line_length": 18.733333333333334,
"alnum_prop": 0.6405693950177936,
"repo_name": "Lexus27/Jungle",
"id": "1a67400c90b755a5ddffa02eaf8bc3e8ff230197",
"size": "562",... |
namespace SourceCode.Clay.Data.SqlClient
{
/// <summary>
/// A property bag to hold various connection retry options.
/// </summary>
public sealed class SqlConnectionRetryOptions
{
public static SqlConnectionRetryOptions Default { get; } = new SqlConnectionRetryOptions();
private by... | {
"content_hash": "e079f92d4e00ea8fd10c9c7f07ad3a3e",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 109,
"avg_line_length": 35.88,
"alnum_prop": 0.6204013377926422,
"repo_name": "k2workflow/Clay",
"id": "d0dfa879cadda01ae1929e3f45dc8387a76ddc66",
"size": "2015",
"binary... |
using System;
using System.ComponentModel.DataAnnotations;
namespace DataService.Entities
{
/// <summary>
///
/// </summary>
[Obsolete]
public class Person
{
//public Guid PersonId { get; set; }
//public string Title { get; set; }
//public string Firstname... | {
"content_hash": "ad05d9c66103517ec49598b34612e9c6",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 63,
"avg_line_length": 25.594594594594593,
"alnum_prop": 0.5533262935586061,
"repo_name": "HalidCisse/HLib",
"id": "97207d1d21a6a2615dfdd5401849bd66d810f76a",
"size": "949"... |
<?php
defined('_JEXEC') or die;
/**
* Weblink Table class
*
* @package Joomla.Administrator
* @subpackage com_weblinks
* @since 1.5
*/
class WeblinksTableWeblink extends JTable
{
/**
* Constructor
*
* @param JDatabaseDriver &$db A database connector object
*/
public function __construc... | {
"content_hash": "eef61782a4431bb0712e647d47d5ca5f",
"timestamp": "",
"source": "github",
"line_count": 283,
"max_line_length": 123,
"avg_line_length": 26.66077738515901,
"alnum_prop": 0.6086149768058317,
"repo_name": "mssnaveensharma/venison-jaqui",
"id": "e04fbacdd22168645ebf3ea045d2e471731325c6",
... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Home extends CI_Controller {
public function index(){
$this->load->view('template/header');
$this->load->view('template/sidebar');
$this->load->view('template/dash');
$this->load->view('template/footer');
... | {
"content_hash": "0ed2cd3e430c51eec6d4aad2c4b1d2a7",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 63,
"avg_line_length": 29.636363636363637,
"alnum_prop": 0.6165644171779141,
"repo_name": "PatrikBujna/company",
"id": "a9b7de5c488a2e27fd7662c1af714326a9873a4f",
"size": "... |
<!--
#%L
A plugin for managing SciJava-based projects.
%%
Copyright (C) 2014 - 2021 SciJava developers.
%%
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the a... | {
"content_hash": "879dbd53a32c4ec860c40a39f3d6d976",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 201,
"avg_line_length": 39.31147540983606,
"alnum_prop": 0.7347789824854045,
"repo_name": "scijava/scijava-maven-plugin",
"id": "e8a63d28be604c7df8dc8387bb2c2d36a6a52b8c",
... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Licensed under the Apach... | {
"content_hash": "766499519007737d72a86bf0d1aea5ed",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 104,
"avg_line_length": 52.628571428571426,
"alnum_prop": 0.7068403908794788,
"repo_name": "fabiomartinsbrrj/jboss-eap-quickstarts",
"id": "4e0f7de27ebb73cf96862933ea60325e03... |
authors: GO ontology editors
id: "GO_REF:0000079"
year: 2013
layout: goref
---
## Representation of assembly or disassembly of a cell component as biological process in the Gene Ontology
We have created a standard template for classes describing the assembly or disassembly of a cellular component as a biological proc... | {
"content_hash": "f6abe4cf460747ca2afc7f8850e2780e",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 346,
"avg_line_length": 59.55555555555556,
"alnum_prop": 0.7910447761194029,
"repo_name": "geneontology/go-site",
"id": "aa041b07143da5b9d9467e8d270d2a0a4dd96718",
"size": "... |
<?php
declare(strict_types=1);
namespace spec\Sylius\Component\Shipping\Model;
use PhpSpec\ObjectBehavior;
use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
use Sylius\Component\Shipping\Model\ShippingMethodInterface;
/**
* @author Paweł Jędrzejewski <pawel@sylius.org>
* @author Gonzalo Vilaseca <g... | {
"content_hash": "1e8f940fad2f5fce18fcc71085640e67",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 112,
"avg_line_length": 27.01169590643275,
"alnum_prop": 0.6362849101537129,
"repo_name": "Pitoune/Sylius",
"id": "c52f64f69007a2242bdcde3ee355a5e369b93987",
"size": "4832... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Android.App;
using Android.Content;
using Android.OS;
using Android.Runtime;
using Android.Views;
using Android.Widget;
using Android.Net;
using Android.Telephony;
using Android.Net.Wifi;
using Android.Provider;
namespace Xam... | {
"content_hash": "9dd3c2f4167ff3f82654502d26fc09b0",
"timestamp": "",
"source": "github",
"line_count": 313,
"max_line_length": 115,
"avg_line_length": 33.44408945686901,
"alnum_prop": 0.47841039358043563,
"repo_name": "wtffly/Xamarin.BookReader",
"id": "016a2a5c1d97319c4878214fc92132f612cd29c8",
"... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "6050a01a2de0d8b2b51ea4cc08503dd8",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "2b2559e8fbc916f6a3d4d4a223ce477b8e921b52",
"size": "180... |
> “Study hard what interests you the most in the most undisciplined, irreverent and original manner possible.”
― Richard Feynman
Math literacy, including proficiency in Linear Algebra and Statistics,is a must for anyone pursuing a career in data science. The goal of this workshop is to introduce some key concepts from... | {
"content_hash": "6fe929a6ca0773cf4381c8f7106963bd",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 483,
"avg_line_length": 48.26966292134831,
"alnum_prop": 0.7821229050279329,
"repo_name": "amitkaps/hackermath",
"id": "007bd1ccd3e19d3f6c918f56a38fea905a9ee15c",
"size": "... |
package com.qmx.wxmp.common.beanvalidator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.ConstraintViolationException;
import javax.validation.Validator;
import com.google.common.collect.Lists;
import com.google.common.collect.... | {
"content_hash": "27a6609f63856776bfe436ad1a93a895",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 119,
"avg_line_length": 34.57142857142857,
"alnum_prop": 0.7825413223140496,
"repo_name": "lingyi2017/wxmp",
"id": "88bdab1a54eb8bb012ea2c163a2db8c163081cac",
"size": "409... |
package cdrs
//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
//distribu... | {
"content_hash": "391c7170bf27a77fd5c1c89b2212a0a0",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 165,
"avg_line_length": 37.94642857142857,
"alnum_prop": 0.7454117647058823,
"repo_name": "aliyun/alibaba-cloud-sdk-go",
"id": "70c666b8abd96bee273558acf0740593a654b593",
... |
<!doctype html>
<html>
<title>npm-tag</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../../static/style.css">
<link rel="canonical" href="https://www.npmjs.org/doc/api/npm-tag.html">
<script async=true src="../../static/toc.js"></script>
<body>... | {
"content_hash": "5ade001cdbc89c528cd0c0db6addc2df",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 807,
"avg_line_length": 86.5,
"alnum_prop": 0.7205202312138729,
"repo_name": "quantumlicht/collarbone",
"id": "89ed355b95e8e6bd7f6c12f31583a330e01ad447",
"size": "3460",
... |
package org.apache.pulsar.common.stats;
import java.lang.management.ManagementFactory;
import javax.management.MBeanServer;
import javax.management.MalformedObjectNameException;
import javax.management.ObjectName;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Logger for the JVM G1 GC metrics.
*/
p... | {
"content_hash": "d2a62036668ab624d8100a858b63118f",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 102,
"avg_line_length": 37.32,
"alnum_prop": 0.705966416577349,
"repo_name": "yahoo/pulsar",
"id": "fb58905f76374447e68daa27bf6562375925fe19",
"size": "3607",
"binary": f... |
package org.postgresql.fastpath;
import java.sql.SQLException;
import org.postgresql.core.ParameterList;
// Not a very clean mapping to the new QueryExecutor/ParameterList
// stuff, but it seems hard to support both v2 and v3 cleanly with
// the same model while retaining API compatibility. So I've just
// done it t... | {
"content_hash": "bf02c4da58b38eae877880b669a78cb6",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 81,
"avg_line_length": 25.935897435897434,
"alnum_prop": 0.6094908551655956,
"repo_name": "element-doo/postgresql-jdbc",
"id": "0d0d1f2735afaa04a122292c4206c58e34b0ece4",
"... |
declare namespace sn_ws {
interface SOAPResponseV2 {
getAllHeaders(): [{ name: string; value: string }];
getBody(): string;
getCookies(): { size: () => number; get: (index: number) => string };
getErrorCode(): number;
getErrorMessage(): string;
getHeader(name: string)... | {
"content_hash": "60b39db53254620483aff6a0021d21d4",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 77,
"avg_line_length": 34.5,
"alnum_prop": 0.5817805383022774,
"repo_name": "markogresak/DefinitelyTyped",
"id": "4d8020c918acaeaf34a86901016e60546f2c71b0",
"size": "483",
... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"/>
<link rel="stylesheet" href=".... | {
"content_hash": "362b3f293cb6c166a29cc707f0d63094",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 151,
"avg_line_length": 34.083333333333336,
"alnum_prop": 0.4221678891605542,
"repo_name": "oksiquatzel/Phonon-Framework",
"id": "995157dae9dca9fc340f35b3d7a22b1c46617b51",
... |
package org.openoffice.extensions.filetypes.xcs;
import java.io.IOException;
import org.netbeans.spi.xml.cookies.CheckXMLSupport;
import org.netbeans.spi.xml.cookies.DataObjectAdapters;
import org.netbeans.spi.xml.cookies.ValidateXMLSupport;
import org.openide.filesystems.FileObject;
import org.openide.loaders.DataOb... | {
"content_hash": "600513f97bb532b4c874e92dc0dee398",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 109,
"avg_line_length": 36.763636363636365,
"alnum_prop": 0.7131552917903067,
"repo_name": "hernad/oo-netbeans",
"id": "52632ad248efff27d94c3641e85869ffe82d498a",
"size": "... |
"""
Use libraries from a virtualenv (by modifying sys.path) in production.
"""
import os
import sys
def setup_path() -> None:
if os.path.basename(sys.prefix) != "zulip-py3-venv":
BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
venv = os.path.join(BASE_DIR, "... | {
"content_hash": "d6edb5c47ab7c1b760af5ec62a1c114e",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 95,
"avg_line_length": 45.8421052631579,
"alnum_prop": 0.6498277841561424,
"repo_name": "brainwane/zulip",
"id": "20a190242aa2c9002b3a22eb72f7d4cb971bbdf8",
"size": "871",
... |
You can load the notebooks using ``jupyter notebook`` and then change the content interactively, once you downloaded this repository.
You can also just have a look at them here on github.
------------------------------------
**New notebooks in order to generate the isochrone set for GeDR3mock mock**
**[Notebook 0](h... | {
"content_hash": "04dc48ac9d8ca3f732b4d58ee5865a95",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 277,
"avg_line_length": 91.36842105263158,
"alnum_prop": 0.788594470046083,
"repo_name": "jan-rybizki/Galaxia_wrap",
"id": "ad0e50915e22b91ce0160a8f0d6fe82743433e18",
"size... |
"""Tests for the Switch as X Siren platform."""
from homeassistant.components.siren import DOMAIN as SIREN_DOMAIN
from homeassistant.components.switch import DOMAIN as SWITCH_DOMAIN
from homeassistant.components.switch_as_x.const import CONF_TARGET_DOMAIN, DOMAIN
from homeassistant.const import (
CONF_ENTITY_ID,
... | {
"content_hash": "d9f2b7704eb00beb6e7c0de46f051129",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 83,
"avg_line_length": 31.803418803418804,
"alnum_prop": 0.6560064498790648,
"repo_name": "mezz64/home-assistant",
"id": "2b3dedf6fb883b5ab7e6379a91ec9fd687f0d82a",
"size"... |
var createCaseFirst = require('./_createCaseFirst');
/**
* Converts the first character of `string` to lower case.
*
* @static
* @memberOf _
* @category String
* @param {string} [string=''] The string to convert.
* @returns {string} Returns the converted string.
* @specs
*
* _.lowerFirst('Fred');
* // => 'f... | {
"content_hash": "5cfeb1d75e52088904964439e030870a",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 58,
"avg_line_length": 21.523809523809526,
"alnum_prop": 0.6371681415929203,
"repo_name": "mdchristopher/Protractor",
"id": "c39b157cc65ce85e5cb4dfb97f84b6ad34d3a550",
"siz... |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASRM.S05_SmartReply.MSASRM_S05_TC25_SmartReply_Export_False_Edit_True_NoReplaceMime_DifferentTemplate /testcontainer:..\..\MS-ASRM\TestSuite\bin\Debug\MS-ASRM_TestSuite.dll /runconfig:..\..\MS-ASRM\MS-ASRM.testsettings /unique... | {
"content_hash": "7e95a74ae8b16f3b12bebdc5d877b24f",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 298,
"avg_line_length": 81.5,
"alnum_prop": 0.7944785276073619,
"repo_name": "OfficeDev/Interop-TestSuites",
"id": "abdfc2dc2e3dbbb219f7d4c32ef008e3ef51d6ba",
"size": "326",... |
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: OKLab and OKLCH</title>
<link rel="author" title="Sam Weinig" href="mailto:weinig@apple.com">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#specifying-oklab-oklch">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#predefined-to-lab-ok... | {
"content_hash": "a2e4fe1ae855d8b462b725c03373c4c0",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 92,
"avg_line_length": 44.125,
"alnum_prop": 0.6770538243626062,
"repo_name": "scheib/chromium",
"id": "4ddf4d9e7e6e07b41a162846d65127a54ec5e0d2",
"size": "706",
"binary"... |
package com.heliosdecompiler.transformerapi.decompilers;
import com.heliosdecompiler.transformerapi.ClassData;
import com.heliosdecompiler.transformerapi.TransformationResult;
import com.heliosdecompiler.transformerapi.TransformationException;
import java.util.Collection;
import java.util.Collections;
import java.u... | {
"content_hash": "05ccb48f49932e9771192ae515628b2f",
"timestamp": "",
"source": "github",
"line_count": 80,
"max_line_length": 174,
"avg_line_length": 45.825,
"alnum_prop": 0.7326786688488817,
"repo_name": "helios-decompiler/transformer-api",
"id": "ae8563bae40d894ad57c66d365dfda46bf1413c3",
"size"... |
<div id="calibration"></div> | {
"content_hash": "30acab1cc5809fa3f0aac87088ab56ed",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 28,
"avg_line_length": 28,
"alnum_prop": 0.6785714285714286,
"repo_name": "alberthw/ruby",
"id": "5084a4602ffc5f1397bcddac07ac5c08bb5b4321",
"size": "28",
"binary": false,... |
import React from 'react'
class Profile extends React.Component {
render() {
return (
<div>
<h2>Profile</h2>
</div>
)
}
}
module.exports = Profile
| {
"content_hash": "d9f2f96158ce1aa9ef8ed210b31f86a4",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 13.923076923076923,
"alnum_prop": 0.56353591160221,
"repo_name": "rdjpalmer/react-router",
"id": "3fa2dcedacef12469fa2380d66abd33463f8169a",
"size": ... |
package doc
import (
"html/template"
"io"
"strings"
)
type html struct {
ImageLink string
}
func (self *html) generate(d *doc, tmpl string, out io.Writer) error {
funcMap := template.FuncMap{
"repeat": strings.Repeat,
"link": docLink,
"title": docTitle,
"title2": docTitle2,
"type": docF... | {
"content_hash": "bacff72d792a54ba9217f980410654c5",
"timestamp": "",
"source": "github",
"line_count": 371,
"max_line_length": 182,
"avg_line_length": 20.423180592991915,
"alnum_prop": 0.5941665566847038,
"repo_name": "dhubler/c2g",
"id": "2359db407601cbecbb5eee1c9e9d156271d6ea97",
"size": "7579",... |
/**
*
* Display the objectives on the top left of the screen
* If not changed on the Ken prototype, it's under his healthbar
*
*
* @param Game
*
*/
var Objective = function (game) {
this.game = game;
Phaser.BitmapText.call(this, game, 30, 60, 'gem', '', 20);
this.smoothed = false;
};
Objective.pr... | {
"content_hash": "951755f24489afb8f6703d8b09b12695",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 154,
"avg_line_length": 31.775,
"alnum_prop": 0.6475216365066876,
"repo_name": "cbaconnier/awaken",
"id": "b3402aab849a08dac7b1e58830dfadd5e210c91c",
"size": "1271",
"bin... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Array Grid Example</title>
<link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
<!-- GC -->
<!-- LIBS -->
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></... | {
"content_hash": "f24d8f6a31785cff2aa9ddfb7f4fa113",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 105,
"avg_line_length": 35.86206896551724,
"alnum_prop": 0.6201923076923077,
"repo_name": "JustinTulloss/harmonize.fm",
"id": "f99b6154ebfb630c54494e67dc9abb820e6584ee",
"s... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "3798858693bdde515af48e89ab87d644",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "3b9b140c69ee279ab6c40236ff096bc6a9be07cb",
"size": "176... |
<?php
namespace Jat\ExtranetBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class JatExtranetBundle extends Bundle
{
}
| {
"content_hash": "4b9ff8b05237768e6c01cfdae2bd56ee",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 47,
"avg_line_length": 14.444444444444445,
"alnum_prop": 0.8076923076923077,
"repo_name": "jatap/sf2learning",
"id": "3d100192ea5960925d0aa47de50f30d6cf6d7432",
"size": "130... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tasker.Core.Contracts
{
public interface IIdProvider
{
int NextId();
}
}
| {
"content_hash": "11c9dcbea13b68d13dad52126b6888d7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 33,
"avg_line_length": 17,
"alnum_prop": 0.7149321266968326,
"repo_name": "Camyul/Modul_2_CSharp",
"id": "793fad46bc1939063170205cbb722eda5dbd796f",
"size": "223",
"binar... |
<?php
namespace Zend\Service\Amazon\Ec2\Exception;
/**
* @category Zend
* @package Zend_Service_Amazon
* @subpackage Ec2
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class InvalidArgume... | {
"content_hash": "da67c36293d323ec74d6ab8fab28753d",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 87,
"avg_line_length": 24.941176470588236,
"alnum_prop": 0.7193396226415094,
"repo_name": "dineshkummarc/zf2",
"id": "e04660e5cf101a63c16cb8d61e1c123f9d5a32a2",
"size": "11... |
package com.futonredemption.jasper.services;
import org.beryl.app.ServiceBase;
import com.futonredemption.jasper.Debugging;
import com.futonredemption.jasper.scenarios.Scenario;
import android.content.Intent;
import android.os.IBinder;
public class PhoneOffHookMonitorService extends ServiceBase {
@Override
prote... | {
"content_hash": "d3a921edd9b9f84be94ef1c5f6ce6812",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 76,
"avg_line_length": 21.901960784313726,
"alnum_prop": 0.7520143240823635,
"repo_name": "jeremyje/android-wifioncall",
"id": "56b1bc8887b73e7035e7bfc94887fddbaccfba23",
"... |
@implementation ChildExampleViewController
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
{
self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
if (self) {
// Custom initialization
}
return self;
}
- (void)viewDidLoad
{
[super viewDidLoad];
... | {
"content_hash": "b451984823be98bbe4645e892fd2c93d",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 225,
"avg_line_length": 31.36,
"alnum_prop": 0.7761479591836735,
"repo_name": "AnthonyMDev/XLPagerTabStrip",
"id": "6d5de1d64e298a361471879354f3d9512fde340a",
"size": "2853... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>maple-mode: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | {
"content_hash": "71e06ae6005f7db13b47ff9aca529ef0",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 183,
"avg_line_length": 42.49101796407186,
"alnum_prop": 0.5528466741826381,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "2d9aa09a8afea4bc7659dd502dbea397fd423dba",
... |
body {background: #999;}
#page-wrap:after {content: "Wide Layout";}
nav {float: left; width: 15%; min-height: 200px;}
nav span{margin: 0px 100px 0px 0px;}
section {float: right; width: 80%; min-height: 200px;}
footer {clear: both; display: block;} | {
"content_hash": "6c961a04100febe65989f6439e0e176d",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 55,
"avg_line_length": 31.875,
"alnum_prop": 0.6745098039215687,
"repo_name": "FranciscoEPerezAdrian/Quiz",
"id": "b2119b78ff21faf36566d36af29b45f6e4abacec",
"size": "255",
... |
package main
import (
"fmt"
"time"
"os"
"net/http"
"github.com/justinas/alice"
"github.com/gorilla/handlers"
)
func serveHelloWorld(w http.ResponseWriter, r *http.Request){
fmt.Fprintf(w, "Hello world!")
}
type helloWorldHandler struct{} //1
func (h helloWorldHand... | {
"content_hash": "1306490b478eb3447493bd96c59f5b28",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 134,
"avg_line_length": 29.061728395061728,
"alnum_prop": 0.68946474086661,
"repo_name": "AndyHaskell/gorilla-tutorial-2",
"id": "c8064991096b359ce150443bbbc050dcd8a99012",
... |
import loginFormReducer from "../../../../source/iml/login/login-form-reducer.js";
describe("login form reducer", () => {
it("should return the initial state", () => {
expect(
loginFormReducer(undefined, {
type: "ADD_ALERT_INDICATOR_ITEMS",
payload: {
key: "val"
}
})... | {
"content_hash": "e29d92dd5230b3a84294468ce42ea1a0",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 82,
"avg_line_length": 21.666666666666668,
"alnum_prop": 0.5065934065934066,
"repo_name": "intel-hpdd/GUI",
"id": "70a56db443a0c6c2cf42b6ce086b497211170c4f",
"size": "920",... |
#define LOG_TAG "Parcel"
//#define LOG_NDEBUG 0
#include <binder/Parcel.h>
#include <binder/IPCThreadState.h>
#include <binder/Binder.h>
#include <binder/BpBinder.h>
#include <binder/ProcessState.h>
#include <binder/TextOutput.h>
#include <utils/Debug.h>
#include <utils/Log.h>
#include <utils/String8.h>
#include <... | {
"content_hash": "b7edc309b18f7b0d54933e7dfdcf7cd2",
"timestamp": "",
"source": "github",
"line_count": 1623,
"max_line_length": 101,
"avg_line_length": 27.13185459026494,
"alnum_prop": 0.5640967412285682,
"repo_name": "indashnet/InDashNet.Open.UN2000",
"id": "7a5919f43fc82925bcb4c95f2e3d5a7b8c013f20... |
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */
/*global define, $, window */
define(function (require, exports, module) {
"use strict";
var _ = require("thirdparty/lodash"),
LanguageManager = require("language/LanguageManager");
va... | {
"content_hash": "43334841d22aabcfbba78d7417c37f24",
"timestamp": "",
"source": "github",
"line_count": 513,
"max_line_length": 157,
"avg_line_length": 40.32553606237817,
"alnum_prop": 0.5928360806303475,
"repo_name": "ralic/brackets",
"id": "4e20ee2f1c095b68176383e06966b90004338ce9",
"size": "2185... |
package com.amazonaws.services.kinesisfirehose.model;
import java.io.Serializable;
/**
* <p>
* Contains the output of <a>UpdateDestination</a>.
* </p>
*/
public class UpdateDestinationResult implements Serializable, Cloneable {
/**
* Returns a string representation of this object; useful for testing a... | {
"content_hash": "83908367a631eeb3022463faf8acab27",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 77,
"avg_line_length": 24.524590163934427,
"alnum_prop": 0.5828877005347594,
"repo_name": "dump247/aws-sdk-java",
"id": "7e3b1a38b87eb72f4f284f663d4580a646300cf2",
"size": ... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ffe62e35791f928fdf2a240f05ee3c0e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "0c2dd511637b4cd45f6d1471df81aa09e44febf1",
"size": "190... |
calhotel
========
Un plugin básico para generar calendarios para hoteles, donde se pueden visualizar los cuartos ocupados en sus respectivos días. Actualmente está bajo construcción y el código aun contiene errores que deberán ser corregidos en el futuro
| {
"content_hash": "e0425e4238ffc5fcf01c729c6670000e",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 236,
"avg_line_length": 64,
"alnum_prop": 0.80859375,
"repo_name": "fraescaya10/calhotel",
"id": "e0d5865ac9384d9bbe122a963bf92ab75590cd43",
"size": "262",
"binary": false... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.