text stringlengths 11 969k | meta stringlengths 415 4.24k | red_pajama_subset stringclasses 1
value | duplicate_count int64 0 613 |
|---|---|---|---|
require "spec_helper"
require "foreman/engine"
require "foreman/export/launchd"
require "tmpdir"
describe Foreman::Export::Launchd, :fakefs do
let(:procfile) { FileUtils.mkdir_p("/tmp/app"); write_procfile("/tmp/app/Procfile") }
let(:options) { Hash.new }
let(:engine) { Foreman::Engine.new().load_procfile(pro... | {'content_hash': '8b3e5cd9c02f40a73d4114c20ffe2cd6', 'timestamp': '', 'source': 'github', 'line_count': 31, 'max_line_length': 105, 'avg_line_length': 36.16129032258065, 'alnum_prop': 0.6913470115967886, 'repo_name': 'cao1998wang/twilio_int', 'id': '3a22b5ad0d4040cfd5b64d488d4b1e4507d877e2', 'size': '1121', 'binary': F... | github | 0 |
"format amd";
(function(global) {
var defined = {};
// indexOf polyfill for IE8
var indexOf = Array.prototype.indexOf || function(item) {
for (var i = 0, l = this.length; i < l; i++)
if (this[i] === item)
return i;
return -1;
}
var getOwnPropertyDescriptor = true;
try {
Object.g... | {'content_hash': '8d8af0b509d268eb8aa06afb2bcc4d73', 'timestamp': '', 'source': 'github', 'line_count': 3654, 'max_line_length': 779, 'avg_line_length': 27.301860974274767, 'alnum_prop': 0.5748739487374825, 'repo_name': 'Wikia/infobox-template-builder', 'id': 'f36ddfb944484acf146fe9f8e3bbbcb4d45834d2', 'size': '99761',... | github | 0 |
import React, { Component } from 'react';
import FilterableProductTable from './FilterableProductTable';
/**
* This page serves as the "housing" for <FilterableProductTable /> in this case.
* Reference: https://reactjs.org/docs/thinking-in-react.html
*/
class MainConceptsPage extends Component {
render() {
... | {'content_hash': '460bdedab1d6faad79959cc895cd2c7f', 'timestamp': '', 'source': 'github', 'line_count': 68, 'max_line_length': 82, 'avg_line_length': 27.647058823529413, 'alnum_prop': 0.40904255319148936, 'repo_name': 'mpeinado/react-starter', 'id': '7f5e818ade1477d34e7c60822bc8a6386ef710ad', 'size': '1880', 'binary': ... | github | 0 |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>const_buffers_1::operator+ (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href... | {'content_hash': 'badd0b501dbc4a7da06a69145a514859', 'timestamp': '', 'source': 'github', 'line_count': 54, 'max_line_length': 449, 'avg_line_length': 70.38888888888889, 'alnum_prop': 0.6206261510128913, 'repo_name': 'gnu3ra/SCC15HPCRepast', 'id': '0303868a07db9ad4a55d35434eb83d7909f318c3', 'size': '3801', 'binary': Fa... | github | 0 |
int scsi_debug_detect(Scsi_Host_Template *);
int scsi_debug_command(Scsi_Cmnd *);
int scsi_debug_queuecommand(Scsi_Cmnd *, void (*done)(Scsi_Cmnd *));
int scsi_debug_abort(Scsi_Cmnd *);
int scsi_debug_biosparam(Disk *, int, int[]);
int scsi_debug_reset(Scsi_Cmnd *);
#ifndef NULL
#define NULL 0
#endif
#define SCSI_DE... | {'content_hash': '849568fa9cacedba7dea0cc717b0ecad', 'timestamp': '', 'source': 'github', 'line_count': 22, 'max_line_length': 72, 'avg_line_length': 28.90909090909091, 'alnum_prop': 0.6776729559748428, 'repo_name': 'straceX/Ectoplasm', 'id': '25fe199ea05de2937542228c44b382f0140b616d', 'size': '685', 'binary': False, '... | github | 0 |
package org.apache.spark.sql.hive.execution
import org.apache.spark.sql.{SQLContext, QueryTest}
import org.apache.spark.sql.hive.test.TestHive
import org.apache.spark.sql.hive.test.TestHive._
import org.apache.spark.sql.test.SQLTestUtils
/**
* A set of tests that validates support for Hive Explain command.
* 验证支... | {'content_hash': 'af4743487cafa86e244dba777033410d', 'timestamp': '', 'source': 'github', 'line_count': 121, 'max_line_length': 99, 'avg_line_length': 34.65289256198347, 'alnum_prop': 0.5444788933937514, 'repo_name': 'tophua/spark1.52', 'id': '1948185ea3d4b258cdc7f6791b71cafe6b3b71ad', 'size': '5279', 'binary': False, ... | github | 0 |
package com.itmaoo.oa.support;
import org.springframework.context.EmbeddedValueResolverAware;
import org.springframework.util.StringValueResolver;
public class PropertiesUtils implements EmbeddedValueResolverAware {
private StringValueResolver resolver;
@Override
public void setEmbeddedValueResolver(StringValueRe... | {'content_hash': '2a843b66f8a4185102f09525a565168f', 'timestamp': '', 'source': 'github', 'line_count': 17, 'max_line_length': 69, 'avg_line_length': 27.58823529411765, 'alnum_prop': 0.8315565031982942, 'repo_name': 'ITMAOO/scenic', 'id': '2700342ba90eab70afdaeef8bcade4e451e3efab', 'size': '469', 'binary': False, 'copi... | github | 0 |
#include "config.h"
#include "JSDOMFormData.h"
#include "DOMFormData.h"
#include "HTMLFormElement.h"
#include "JSBlob.h"
#include "JSHTMLFormElement.h"
#include <runtime/Error.h>
using namespace JSC;
namespace WebCore {
static HTMLFormElement* toHTMLFormElement(JSC::JSValue value)
{
return value.inherits(&JSH... | {'content_hash': '65fa100f2b583c4615099c2d21ce87c3', 'timestamp': '', 'source': 'github', 'line_count': 49, 'max_line_length': 143, 'avg_line_length': 31.755102040816325, 'alnum_prop': 0.679305912596401, 'repo_name': 'yoavweiss/RespImg-WebCore', 'id': '4ed4497a1bda40bd4247164c798a02bfa1be1953', 'size': '3118', 'binary'... | github | 0 |
<!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_71) on Thu Sep 10 12:29:42 NZST 2015 -->
<title>AbstractLoader</title>
<meta name="date" content="2015-09-10">
<link rel="stylesheet" t... | {'content_hash': 'b85e9ce4e5c272e47f211ecd54b018a4', 'timestamp': '', 'source': 'github', 'line_count': 509, 'max_line_length': 379, 'avg_line_length': 43.082514734774065, 'alnum_prop': 0.6600848191892015, 'repo_name': 'rpgoncalves/sw-comprehension', 'id': '73aecb85c471220f534add580fbb0bef5cb08285', 'size': '21929', 'b... | github | 0 |
import {
AfterContentInit,
ChangeDetectionStrategy,
Component,
Injector,
OnInit,
TemplateRef,
ViewChild
} from '@angular/core';
import { InputConverter } from '../../../../../decorators/input-converter';
import { IIntegerPipeArgument, OIntegerPipe } from '../../../../../pipes/o-integer.pipe';
import { DE... | {'content_hash': '5610d998dcfb756c653930c8616d8330', 'timestamp': '', 'source': 'github', 'line_count': 56, 'max_line_length': 120, 'avg_line_length': 31.053571428571427, 'alnum_prop': 0.7343300747556066, 'repo_name': 'OntimizeWeb/ontimize-web-ng2', 'id': 'fcf648695977d893892b2bffe187ccba3b725e01', 'size': '1739', 'bin... | github | 0 |
using content::BrowserThread;
namespace {
const char kDevToolsAdbBridgeThreadName[] = "Chrome_DevToolsADBThread";
const int kBufferSize = 16 * 1024;
static const char kModelOffline[] = "Offline";
static const char kHttpGetRequest[] = "GET %s HTTP/1.1\r\n\r\n";
static const char kWebSocketUpgradeRequest[] = "GET %... | {'content_hash': 'a4354fbc1fcc4caaadfe487f76105168', 'timestamp': '', 'source': 'github', 'line_count': 538, 'max_line_length': 80, 'avg_line_length': 32.77695167286245, 'alnum_prop': 0.6495973687195191, 'repo_name': 'heke123/chromium-crosswalk', 'id': '8a1130d2508ed3efc900591e5cf4e3467536fafa', 'size': '18277', 'binar... | github | 0 |
package cherry.gallery.web.basic.ex20;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
public class BasicEx20Form extends BasicEx20FormBase {
private static final lo... | {'content_hash': '3ac81ecfb23c9586c28166be72b0be6c', 'timestamp': '', 'source': 'github', 'line_count': 18, 'max_line_length': 54, 'avg_line_length': 19.555555555555557, 'alnum_prop': 0.7613636363636364, 'repo_name': 'agwlvssainokuni/springapp2', 'id': '25dab5fdd8bf418120cd8577627b1f76e550510d', 'size': '964', 'binary'... | github | 0 |
using LinqToDB;
using LinqToDB.SqlQuery;
using NUnit.Framework;
namespace Tests.AST
{
[TestFixture]
public class SqlDataTypeTests : TestBase
{
[Test]
public void TestSystemType()
{
Assert.AreEqual(typeof(bool), SqlDataType.GetDataType(DataType.Boolean).SystemType);
}
}
}
| {'content_hash': 'd8e2a51de6399c51dcd61017751328b7', 'timestamp': '', 'source': 'github', 'line_count': 17, 'max_line_length': 87, 'avg_line_length': 17.058823529411764, 'alnum_prop': 0.7413793103448276, 'repo_name': 'linq2db/linq2db', 'id': '1898874cbffd280e5318b28f00056847ab628c05', 'size': '292', 'binary': False, 'c... | github | 0 |
<?xml version="1.0" encoding="utf-8"?>
<Commands xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EnableSmartFormatting="true">
<TextEditorCommand CommandNumber="1" IntervalTime="220">
<Modifiers>0</Modifiers>
<MethodName>LoadScriptFromFile</MethodName>
<Arg... | {'content_hash': '0cd05d4c9f638e87e170d22c10b2cbd3', 'timestamp': '', 'source': 'github', 'line_count': 303, 'max_line_length': 195, 'avg_line_length': 33.993399339933994, 'alnum_prop': 0.6959223300970874, 'repo_name': 'DynamoDS/designscript-archive', 'id': 'c3ddaef6b9a80fe3d8de1180d95602d6279ab6f4', 'size': '10300', '... | github | 0 |
/**
* Configuration for a Jersey-based management context.
*/
package org.springframework.boot.actuate.autoconfigure.web.jersey;
| {'content_hash': 'c2b770d1df5bab007e38cc9c48d1a337', 'timestamp': '', 'source': 'github', 'line_count': 6, 'max_line_length': 66, 'avg_line_length': 22.166666666666668, 'alnum_prop': 0.7744360902255639, 'repo_name': 'kdvolder/spring-boot', 'id': 'a03114a7be48f89b28811488fb2c53d37057004e', 'size': '754', 'binary': False... | github | 0 |
package org.apache.jackrabbit.test.api;
import org.apache.jackrabbit.test.AbstractJCRTest;
import org.apache.jackrabbit.test.NotExecutableException;
import org.apache.jackrabbit.test.api.nodetype.NodeTypeUtil;
import javax.jcr.PropertyType;
import javax.jcr.Node;
import javax.jcr.Property;
import javax.jcr.Value;
im... | {'content_hash': 'db1ac43dfdb5fcadd4837147f78d6709', 'timestamp': '', 'source': 'github', 'line_count': 287, 'max_line_length': 124, 'avg_line_length': 37.98257839721254, 'alnum_prop': 0.6289331254013393, 'repo_name': 'SylvesterAbreu/jackrabbit', 'id': '4163fac5e9fe10b2b81aa7ced91f4bb0d615843a', 'size': '11703', 'binar... | github | 0 |
package jp.ats.liverwort.jdbc;
/**
* {@link LiPreparedStatement} をラップし、機能追加するための仕組みを定義したインターフェイスです。
*
* @author 千葉 哲嗣
* @see LiConnection#setPreparedStatementWrapper(PreparedStatementWrapper)
*/
@FunctionalInterface
public interface PreparedStatementWrapper {
/**
* {@link LiPreparedStatement} が生成されたときに呼び出されます... | {'content_hash': '4fabe8626f530cea8603d9c47a89ef3c', 'timestamp': '', 'source': 'github', 'line_count': 19, 'max_line_length': 74, 'avg_line_length': 25.789473684210527, 'alnum_prop': 0.7714285714285715, 'repo_name': 'ats-jp/liverwort', 'id': '2304e41456790c77b675eb9fffe36826e6be3cca', 'size': '616', 'binary': False, '... | github | 0 |
package alexclin.httplite.url;
import android.net.Uri;
import java.io.BufferedWriter;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.L... | {'content_hash': '3d6ac231df9ef9e4314b4d5bbcb5636e', 'timestamp': '', 'source': 'github', 'line_count': 348, 'max_line_length': 109, 'avg_line_length': 35.14080459770115, 'alnum_prop': 0.5335677487938507, 'repo_name': 'alexclin0188/httplite', 'id': '70094441faa3f82bdb6b55fea808cd203786c1fe', 'size': '12229', 'binary': ... | github | 0 |
//Copyright (c) 2016, 2017, 2018 Hitachi Vantara Corporation
//All Rights Reserved.
//
// 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/LICE... | {'content_hash': '1dfdd092542b12f642b79ec545ec893c', 'timestamp': '', 'source': 'github', 'line_count': 250, 'max_line_length': 162, 'avg_line_length': 43.796, 'alnum_prop': 0.6990592748196183, 'repo_name': 'Hitachi-Data-Systems/ivy', 'id': 'f3459393293ae6572232a057ecb2ab1952c250f3', 'size': '10949', 'binary': False, '... | github | 0 |
package org.apereo.cas.util.cipher;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
/**
* Test cases for {@link BaseStringCipherExecutor}.
*
* @author Misagh Moayyed
* @since 4.1
*/
@Tag("Tickets")
public class TicketGrant... | {'content_hash': '2b9211c461b7cd4d8ce27cb030a07dc8', 'timestamp': '', 'source': 'github', 'line_count': 35, 'max_line_length': 114, 'avg_line_length': 32.91428571428571, 'alnum_prop': 0.7204861111111112, 'repo_name': 'pdrados/cas', 'id': '2431472bd61647428c8f25bcb1d425f0ad153a84', 'size': '1152', 'binary': False, 'copi... | github | 0 |
package com.beanframework.exception.handler;
import java.util.Date;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import com.beanframework.platform.core.base.BaseController;
import com.beanframework.theme.ThemeManager;
import ... | {'content_hash': '33c9124403714243dbd8ed36b78f2035', 'timestamp': '', 'source': 'github', 'line_count': 91, 'max_line_length': 121, 'avg_line_length': 35.747252747252745, 'alnum_prop': 0.7537657546879803, 'repo_name': 'beanproject/beanframework', 'id': 'a8eea8797ebb5ec6bfb8bd8e3345a7ed7d033d9a', 'size': '3253', 'binary... | github | 0 |
class utc_blink_ewk_autofill_profile_data_get : public utc_blink_ewk_base
{
protected:
utc_blink_ewk_autofill_profile_data_get() : m_profileName("MyProfile")
{
m_profile = ewk_autofill_profile_new();
}
virtual ~utc_blink_ewk_autofill_profile_data_get()
{
ewk_autofill_profile_delete(m_profile);
}
... | {'content_hash': 'c173055b6e0db7cf783902b4bf94b120', 'timestamp': '', 'source': 'github', 'line_count': 29, 'max_line_length': 73, 'avg_line_length': 25.103448275862068, 'alnum_prop': 0.6978021978021978, 'repo_name': 'crosswalk-project/chromium-efl', 'id': 'fb9df71cfefd1f92632fb6846f826a5611de6b41', 'size': '980', 'bin... | github | 0 |
"""
WSGI config for app project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/1.7/howto/deployment/wsgi/
"""
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "app.settings")
from django.core.wsgi impo... | {'content_hash': '2fec3ccb3f5306c93b0db65a3f0aa5e9', 'timestamp': '', 'source': 'github', 'line_count': 14, 'max_line_length': 78, 'avg_line_length': 27.214285714285715, 'alnum_prop': 0.7690288713910761, 'repo_name': 'dugancathal/polyspec', 'id': '8446814ae73cbed8b0e8c12fa44661766353179c', 'size': '381', 'binary': Fals... | github | 0 |
#include <aws/glue/model/DeleteRegistryRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Glue::Model;
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
DeleteRegistryRequest::DeleteRegistryRequest() :
m_registryIdHasBeenSet(false)
{
}
Aws::String ... | {'content_hash': 'eaf5b49739274d0eca77b1d0fcc98952', 'timestamp': '', 'source': 'github', 'line_count': 40, 'max_line_length': 89, 'avg_line_length': 19.625, 'alnum_prop': 0.7554140127388536, 'repo_name': 'awslabs/aws-sdk-cpp', 'id': '731f2ec5999ec11d3d45d4e0a46c97556ac26368', 'size': '904', 'binary': False, 'copies': ... | github | 0 |
package nl.tomasharkema.menukaart.units;
/**
* Created by tomas on 28-05-15.
*/
public enum Unit {
Liters("Liter", "L"),
Grams("Gram", "g");
public final String name;
public final String abbriviation;
Unit(String name, String abbriviation) {
this.name = name;
this.abbriviation =... | {'content_hash': 'ea0be9b5cfb3be19b76e9abffb8afd0e', 'timestamp': '', 'source': 'github', 'line_count': 17, 'max_line_length': 44, 'avg_line_length': 20.11764705882353, 'alnum_prop': 0.6286549707602339, 'repo_name': 'tomasharkema/MenuKaart', 'id': '944661e2553ad2a8a9c20ea905afe1d65c807acc', 'size': '342', 'binary': Fal... | github | 0 |
<html><head>
<title>stooop - Simple Tcl Only Object Oriented Programming</title>
<style type="text/css"><!--
HTML {
background: #FFFFFF;
color: black;
}
BODY {
background: #FFFFFF;
color: black;
}
DIV.doctools {
margin-left: 10%;
margin-right: 10%;
}
DIV.doctools H1,DIV.doctools ... | {'content_hash': '86557be6bf116f966d4c62c461cfac52', 'timestamp': '', 'source': 'github', 'line_count': 300, 'max_line_length': 326, 'avg_line_length': 51.766666666666666, 'alnum_prop': 0.6688989053444945, 'repo_name': 'neverpanic/macports-base', 'id': '651f01d628c398fa5436772cd458295f92ea5abb', 'size': '15531', 'binar... | github | 0 |
@implementation FGXMessageCell
+ (instancetype)messageCellWithTableView:(UITableView *)tableView{
static NSString *ID = nil;
if (!ID) {
ID = [NSString stringWithFormat:@"%@ID",NSStringFromClass(self)];
}
static UITableView *tableV = nil;
if (![tableView isEqual:tableV]) {
// 如果使用的是不... | {'content_hash': '00f720eed24c09dd94a3275eb8443fc9', 'timestamp': '', 'source': 'github', 'line_count': 36, 'max_line_length': 109, 'avg_line_length': 32.22222222222222, 'alnum_prop': 0.6913793103448276, 'repo_name': 'maifayan/FangGongXin', 'id': '1aa25c3b5b33f321550b77d8fbc4a3db72ed2b5d', 'size': '1394', 'binary': Fal... | github | 0 |
<?php
/******************************************
* Begin Form configuration
******************************************/
$list_def_file = "list/web_vhost_subdomain.list.php";
$tform_def_file = "form/web_vhost_subdomain.tform.php";
/******************************************
* End Form configuration
***************... | {'content_hash': 'a1316565f6dc961cd07aa4f56f695ab5', 'timestamp': '', 'source': 'github', 'line_count': 46, 'max_line_length': 151, 'avg_line_length': 29.67391304347826, 'alnum_prop': 0.5655677655677656, 'repo_name': 'TR-Host/THConfig', 'id': '48174fcc95a2eb5b93784810152fa83f6d95c02b', 'size': '2893', 'binary': False, ... | github | 0 |
export { engine } from './shot/engine.js';
| {'content_hash': '3911f65e304f080ced67de269394f597', 'timestamp': '', 'source': 'github', 'line_count': 1, 'max_line_length': 42, 'avg_line_length': 43.0, 'alnum_prop': 0.6511627906976745, 'repo_name': 'lo-th/Ammo.lab', 'id': 'a3cee483c041298df6c15612c9ae46026af7aeeb', 'size': '43', 'binary': False, 'copies': '1', 'ref... | github | 0 |
from django.db import models
class Tag(models.Model):
name=models.CharField(max_length=128,unique=True)
def __unicode__(self):
return self.name
class Link(models.Model):
title=models.CharField(max_length=128,unique=True)
url=models.URLField()
tags=models.ManyToManyField(Tag)
def __unicode__(self):
return ... | {'content_hash': '7bb6c12f89be57bbe6140cecb86f5dd8', 'timestamp': '', 'source': 'github', 'line_count': 13, 'max_line_length': 51, 'avg_line_length': 25.46153846153846, 'alnum_prop': 0.7492447129909365, 'repo_name': 'zturchan/CMPUT410-Lab6', 'id': '4f0433d5f739f53968de97f11ba851bdc9dd26ef', 'size': '331', 'binary': Fal... | github | 0 |
package com.alex.thornburg.web.rest.model;
import javax.persistence.*;
import java.util.List;
/**
* Created by alexthornburg on 8/31/15.
*/
@Entity
public class Address {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private long id;
@OneToOne
public Person person;
private String street... | {'content_hash': 'baa2abd1131cca38a32f2e7f32156f44', 'timestamp': '', 'source': 'github', 'line_count': 77, 'max_line_length': 76, 'avg_line_length': 19.155844155844157, 'alnum_prop': 0.6054237288135593, 'repo_name': 'athornburg/person-rest-api-example', 'id': '8540a1c8b09d7d83b177a850e2aa5a7a62b0c52c', 'size': '1475',... | github | 0 |
package net.runelite.client;
public enum UpdateCheckMode
{
AUTO,
NONE,
VANILLA,
RUNELITE
}
| {'content_hash': '959067e9535ee639c90f724a79c1210f', 'timestamp': '', 'source': 'github', 'line_count': 10, 'max_line_length': 28, 'avg_line_length': 9.7, 'alnum_prop': 0.7422680412371134, 'repo_name': 'Noremac201/runelite', 'id': '06abaaa07d935818233af1a791ead6bbabac090c', 'size': '1455', 'binary': False, 'copies': '3... | github | 0 |
package me.cyning.gifle.app.http;
import com.squareup.okhttp.Call;
import com.squareup.okhttp.Headers;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.okhttp.Request;
import java.util.Iterator;
import java.util.Map;
import me.cyning.gifle.app.common.LayzLog;
/**
* @Author: cyning
* @Date : 2015.09.04... | {'content_hash': 'c9cf4e8b608018ecd1592bd458d7b049', 'timestamp': '', 'source': 'github', 'line_count': 124, 'max_line_length': 137, 'avg_line_length': 26.532258064516128, 'alnum_prop': 0.61580547112462, 'repo_name': 'ownwell/gaoGif', 'id': 'a389172443b0ff864c5626db769db405bdecd8be', 'size': '3304', 'binary': False, 'c... | github | 0 |
using namespace Engine;
FileManagerLinux::FileManagerLinux( const std::string& setRootDir )
:FileManager( setRootDir ) {
if( !this->rootDir.empty() ) {
mkdir( this->rootDir.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH );
}
Memory fileContent;
if( this->GetFile( "list", fileContent, true ) ) {... | {'content_hash': '0c69d0e26b0baaf9127324e304391d23', 'timestamp': '', 'source': 'github', 'line_count': 57, 'max_line_length': 108, 'avg_line_length': 27.19298245614035, 'alnum_prop': 0.6070967741935483, 'repo_name': 'KoMaTo3/Biominator', 'id': '6bad23144831b71169a548eae1771227d2824e2a', 'size': '1641', 'binary': False... | github | 0 |
/* global Bjarnia */
Bjarnia.Menu.Main = new Object();
Bjarnia.Menu.Main.buttons = [];
Bjarnia.Menu.Main.render = function (g) {
// Draw the background
g.fillStyle = "rgb(100, 100, 255)";
g.fillRect(0, 0, Bjarnia.Component.gameCanvas.width, Bjarnia.Component.gameCanvas.height);
// Draw the menu b... | {'content_hash': '9010448b2b66c71ec18f7cf24436610a', 'timestamp': '', 'source': 'github', 'line_count': 66, 'max_line_length': 106, 'avg_line_length': 30.181818181818183, 'alnum_prop': 0.5933734939759037, 'repo_name': 'VegardSkui/Bjarnia-Web', 'id': 'cc00cbcba2d0c9d6d05c0faa1c4fed47714f4bbc', 'size': '1992', 'binary': ... | github | 0 |
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE toc
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
"http://java.sun.com/products/javahelp/toc_2_0.dtd">
<toc version="2.0">
<tocitem text="Panduan Pengguna ZAP" tocid="toplevelitem">
<tocitem text="Tambahkan Ons" tocid="addons">
<t... | {'content_hash': 'afe59cea4db9f2b823fe7949cb3d1763', 'timestamp': '', 'source': 'github', 'line_count': 12, 'max_line_length': 90, 'avg_line_length': 36.5, 'alnum_prop': 0.6757990867579908, 'repo_name': 'psiinon/zap-extensions', 'id': '82758f7f0c4404dfdd70c4044bd2556ec85f6ff2', 'size': '438', 'binary': False, 'copies':... | github | 0 |
<!DOCTYPE html>
<html lang="en">
<head>
<title>DefaultWireframe Class Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
... | {'content_hash': 'e317ab4e73a6baeb645c87b636abad0c', 'timestamp': '', 'source': 'github', 'line_count': 1341, 'max_line_length': 689, 'avg_line_length': 55.69425801640567, 'alnum_prop': 0.45072704389042123, 'repo_name': 'barteljan/VISPER', 'id': 'c1b6dbaf6f77d11f576cd4d9d843ff8c9e9da188', 'size': '74690', 'binary': Fal... | github | 0 |
package db
import "time"
type Session struct {
ID int `db:"id" json:"id"`
UserID int `db:"user_id" json:"user_id"`
Created time.Time `db:"created" json:"created"`
LastActive time.Time `db:"last_active" json:"last_active"`
IP string `db:"ip" json:"ip"`
UserAgent string `... | {'content_hash': '418ee18e1dd76724fbf35155b8676856', 'timestamp': '', 'source': 'github', 'line_count': 13, 'max_line_length': 59, 'avg_line_length': 31.46153846153846, 'alnum_prop': 0.5990220048899756, 'repo_name': 'vyulabs/semaphore', 'id': '2169433e6e22c96ee3de59545dd9377348a8a919', 'size': '409', 'binary': False, '... | github | 0 |
<!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 Wed Jul 17 13:50:51 MST 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wildf... | {'content_hash': '10f823f81577bc80d45b8e6d7f4ac7c6', 'timestamp': '', 'source': 'github', 'line_count': 170, 'max_line_length': 463, 'avg_line_length': 44.36470588235294, 'alnum_prop': 0.6466454521347123, 'repo_name': 'wildfly-swarm/wildfly-swarm-javadocs', 'id': '604d0329eb0e9af7c63fe22a7c7dce2935e42fc5', 'size': '754... | github | 0 |
#define HARNESS_DEFINE_PRIVATE_PUBLIC 1
#include "harness_inject_scheduler.h"
#define private public
#define protected public
#include "tbb/concurrent_queue.h"
#include "../tbb/concurrent_queue.cpp"
#undef protected
#undef private
#include "harness.h"
#if _MSC_VER==1500 && !__INTEL_COMPILER
// VS2008/VC9 seems t... | {'content_hash': 'f3f60fdc5a9b3b91048896a222e53cb0', 'timestamp': '', 'source': 'github', 'line_count': 83, 'max_line_length': 113, 'avg_line_length': 28.879518072289155, 'alnum_prop': 0.6211931581143095, 'repo_name': '01org/tbb', 'id': '7460c59f193909df02fa7fdf17c29eecf91c0cfc', 'size': '3009', 'binary': False, 'copie... | github | 0 |
require 'bcrypt'
require 'ditty/models/base'
require 'omniauth-identity'
require 'active_support'
require 'active_support/core_ext/object/blank'
module Ditty
class Identity < ::Sequel::Model
include ::Ditty::Base
many_to_one :user
attr_accessor :password, :password_confirmation
# OmniAuth Related
... | {'content_hash': '842b8b570c09ebf42aae952e8fd0d19d', 'timestamp': '', 'source': 'github', 'line_count': 85, 'max_line_length': 120, 'avg_line_length': 23.28235294117647, 'alnum_prop': 0.5891864578069732, 'repo_name': 'EagerELK/ditty', 'id': 'c67f110f9197a03e2d65cb4eecc6442615fdd002', 'size': '2010', 'binary': False, 'c... | github | 0 |
<!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': '122b3b07145ab2259da37807db9c67c5', 'timestamp': '', 'source': 'github', 'line_count': 133, 'max_line_length': 404, 'avg_line_length': 47.46616541353384, 'alnum_prop': 0.6356724219863773, 'repo_name': 'statsmodels/statsmodels.github.io', 'id': '21ceb90ab0980cf0ca37e6f21d74f7e7a8b94952', 'size': '6317',... | github | 0 |
intelli.categories = function()
{
var vUrl = 'controller.php?file=categories';
return {
oGrid: null,
vUrl: vUrl,
statusesStore: new Ext.data.SimpleStore(
{
fields: ['value', 'display'],
data : [
['active', 'active'],
['approval', 'approval']
]
}),
statusesStoreFilter: new Ext.data.Simple... | {'content_hash': 'bff06aebaafa67ef2f4e3a5b0f9c7f0b', 'timestamp': '', 'source': 'github', 'line_count': 572, 'max_line_length': 197, 'avg_line_length': 23.346153846153847, 'alnum_prop': 0.582522090759323, 'repo_name': 'imaschio/xkvmt', 'id': 'dc425f57992810c2c864589a73d547afbdfdf4ba', 'size': '13354', 'binary': False, ... | github | 0 |
package com.google.javascript.jscomp.bundle;
import static com.google.common.truth.Truth.assertThat;
import static org.mockito.Answers.RETURNS_SMART_NULLS;
import static org.mockito.Mockito.when;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.collect.ImmutableList;
import com.google.... | {'content_hash': '681ea2e0da4b30352d068574625ed3df', 'timestamp': '', 'source': 'github', 'line_count': 100, 'max_line_length': 93, 'avg_line_length': 34.13, 'alnum_prop': 0.70172868444184, 'repo_name': 'monetate/closure-compiler', 'id': '4086c43b9592d79c387e135153330ea5fb4c2819', 'size': '4025', 'binary': False, 'copi... | github | 0 |
#ifndef DIY_PARTNERS_BROADCAST_HPP
#define DIY_PARTNERS_BROADCAST_HPP
#include "merge.hpp"
namespace diy
{
class Master;
/**
* \ingroup Communication
* \brief Partners for broadcast
*
*/
struct RegularBroadcastPartners: public RegularMergePartners
{
typedef RegularMergePartners ... | {'content_hash': 'd7d7ffd1572c7630e0bf9522647f266d', 'timestamp': '', 'source': 'github', 'line_count': 62, 'max_line_length': 121, 'avg_line_length': 44.87096774193548, 'alnum_prop': 0.5769230769230769, 'repo_name': 'keithroe/vtkoptix', 'id': 'd3f565f82d35a1c1c3b2ee81181917efeeae88fd', 'size': '2782', 'binary': False,... | github | 0 |
package com.amazonaws.services.config.model;
import com.amazonaws.AmazonServiceException;
/**
* <p>
* The specified nextToken for pagination is not valid.
* </p>
*/
public class InvalidNextTokenException extends AmazonServiceException {
private static final long serialVersionUID = 1L;
/**
... | {'content_hash': '1f6c0df3925a9f4658ac4c851830dc73', 'timestamp': '', 'source': 'github', 'line_count': 25, 'max_line_length': 74, 'avg_line_length': 23.04, 'alnum_prop': 0.6805555555555556, 'repo_name': 'keithsjohnson/aws-sdk-java', 'id': '913d96f2d942d804caa986d535bd82f77b75f630', 'size': '1163', 'binary': False, 'co... | github | 0 |
require "chef/dsl/recipe"
require "chef/dsl/data_query"
require "chef/dsl/platform_introspection"
require "chef/dsl/include_recipe"
require "chef/dsl/registry_helper"
require "chef/dsl/reboot_pending"
require "chef/dsl/audit"
require "chef/dsl/powershell"
require "chef/mixin/from_file"
require "chef/mixin/deprecation... | {'content_hash': 'd91bd08b05a0174b7c7d4a2227f9fc2c', 'timestamp': '', 'source': 'github', 'line_count': 98, 'max_line_length': 95, 'avg_line_length': 27.877551020408163, 'alnum_prop': 0.6357979502196194, 'repo_name': 'webframp/chef', 'id': '3cc5634dc86d915f86c61734d82beb61fe46f4ec', 'size': '3464', 'binary': False, 'co... | github | 0 |
require 'propeller/blade'
def addons
blade = Propeller::Blade.new(:to_env => false)
addons = blade.addons
addons.each do |a|
if blade.addon_enabled? a.name
a.git.each do |git|
begin
gem a.name.to_s, :git => git
break
rescue
end
end
end
end
end
... | {'content_hash': 'dca484b2c480a32c7d858b318b8d8b6b', 'timestamp': '', 'source': 'github', 'line_count': 23, 'max_line_length': 54, 'avg_line_length': 17.608695652173914, 'alnum_prop': 0.5925925925925926, 'repo_name': 'wilkie/propeller', 'id': '4be9d455d24d1e499943fc463fc178415e948aee', 'size': '405', 'binary': False, '... | github | 0 |
package com.loftcat.ui;
import java.io.IOException;
import java.util.ArrayList;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.loftcat.R;
import com.loftcat.app.AppConfig;
import co... | {'content_hash': 'd29b347fae7757f906ce39686ab87cff', 'timestamp': '', 'source': 'github', 'line_count': 720, 'max_line_length': 132, 'avg_line_length': 29.90972222222222, 'alnum_prop': 0.6420710471325749, 'repo_name': 'loftcat/WeiCat', 'id': '35bf444c7955d4d86c4cc212254715bae81602e3', 'size': '22206', 'binary': False, ... | github | 0 |
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: AssemblyTi... | {'content_hash': 'b10f4fa3097b1121d71712ec5d484f11', 'timestamp': '', 'source': 'github', 'line_count': 36, 'max_line_length': 84, 'avg_line_length': 40.30555555555556, 'alnum_prop': 0.729841488628532, 'repo_name': 'cyanide-studio/dialog', 'id': 'f97362c2c86e71d83636a9c3887e3d97685c3fca', 'size': '1454', 'binary': Fals... | github | 0 |
This is the Foundation project. We love making super awesome stuff, but even more we like to empower people to make changes on their own. Feel free to fork and improve Foundation.
## Testing
Go into the test/ directory. Run `bundle exec compass compile` or `bundle exec compass watch` if you're making changes and w... | {'content_hash': 'e015ddc7e9e2575f92fa8a6500bd2dbd', 'timestamp': '', 'source': 'github', 'line_count': 41, 'max_line_length': 181, 'avg_line_length': 38.073170731707314, 'alnum_prop': 0.75208199871877, 'repo_name': 'tarikdavis/foundation', 'id': 'd7ee7d5c6294e1e47a9aa2c17a6df9e74aad1f99', 'size': '1575', 'binary': Fal... | github | 0 |
Driveline models {#wheeled_driveline}
=====================================
\tableofcontents
The driveline subsystem (aka drivetrain) is the set of components that deliver power to the vehicle's driven wheels.
Currently, Chrono::Vehicle provides templates for traditional drivelines connected to a single motor (in the... | {'content_hash': '9d155aba82c58c99d4333e9e72a920c3', 'timestamp': '', 'source': 'github', 'line_count': 53, 'max_line_length': 591, 'avg_line_length': 72.11320754716981, 'alnum_prop': 0.7974882260596546, 'repo_name': 'projectchrono/chrono', 'id': '9221c95226236051fca2916b6e929b9baa0e11c0', 'size': '3822', 'binary': Fal... | github | 0 |
#include "config.h"
#include "DragData.h"
#include "COMPtr.h"
#include "ClipboardUtilitiesWin.h"
#include "Frame.h"
#include "DocumentFragment.h"
#include "Markup.h"
#include "TextEncoding.h"
#include <objidl.h>
#include <shlwapi.h>
#include <wininet.h>
#include <wtf/Forward.h>
#include <wtf/Hashmap.h>
#include <wtf... | {'content_hash': '3406aefeeb4f041cf6528e19693e3a67', 'timestamp': '', 'source': 'github', 'line_count': 215, 'max_line_length': 159, 'avg_line_length': 30.888372093023257, 'alnum_prop': 0.6714350248456558, 'repo_name': 'yoavweiss/RespImg-WebCore', 'id': '9713870ef4345d54e881a1829b275fae54a1804d', 'size': '8052', 'binar... | github | 0 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width">
<title>Budgeting App - Educational React App</title>
<link rel="preconnect" src="https://buttons.github.io" />
<link rel="preload"... | {'content_hash': 'a2c05f3066bc5b1fc3e1ecb0722b4253', 'timestamp': '', 'source': 'github', 'line_count': 21, 'max_line_length': 120, 'avg_line_length': 33.476190476190474, 'alnum_prop': 0.6088193456614509, 'repo_name': 'sahilkhan99/PosApp', 'id': 'c4a0f5586ca66262b180202e76c95b5e4c6f374b', 'size': '703', 'binary': False... | github | 0 |
/*
* Lob
* The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
*
* The version of the OpenAPI document: 1.3.0
* Contact: lob-... | {'content_hash': '8155a3fc08deeec84419b57768342efe', 'timestamp': '', 'source': 'github', 'line_count': 729, 'max_line_length': 300, 'avg_line_length': 53.56241426611797, 'alnum_prop': 0.673291161933055, 'repo_name': 'lob/lob-java', 'id': 'c05d46c83d6e821d96bef74423ff8763df5891f4', 'size': '39047', 'binary': False, 'co... | github | 0 |
test_init_preseed() {
# - lxd init --preseed
lxd_backend=$(storage_backend "$LXD_DIR")
LXD_INIT_DIR=$(mktemp -d -p "${TEST_DIR}" XXX)
chmod +x "${LXD_INIT_DIR}"
spawn_lxd "${LXD_INIT_DIR}" false
(
set -e
# shellcheck disable=SC2034
LXD_DIR=${LXD_INIT_DIR}
storage_pool="lxdtest-$(basename "... | {'content_hash': '5e81a9fa70fc1705026e086dbd5754d5', 'timestamp': '', 'source': 'github', 'line_count': 85, 'max_line_length': 116, 'avg_line_length': 28.423529411764704, 'alnum_prop': 0.6142384105960265, 'repo_name': 'jsavikko/lxd', 'id': '066aab4409506001beaadc57ba0351f2abda74b3', 'size': '2416', 'binary': False, 'co... | github | 0 |
require "utils"
require 'capistrano/recipes/deploy/scm/subversion'
class DeploySCMSubversionTest < Test::Unit::TestCase
class TestSCM < Capistrano::Deploy::SCM::Subversion
default_command "svn"
end
def setup
@config = { :repository => "." }
def @config.exists?(name); key?(name); end
@source = T... | {'content_hash': '1b57c4689e0cf7bc78a9d2d727618e9b', 'timestamp': '', 'source': 'github', 'line_count': 32, 'max_line_length': 63, 'avg_line_length': 26.875, 'alnum_prop': 0.7023255813953488, 'repo_name': 'mguymon/mmd', 'id': '26d1047cbe54a4f442e556d2fe5f20c949026945', 'size': '860', 'binary': False, 'copies': '4', 're... | github | 0 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Coq bench</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet... | {'content_hash': '7d3e792173c67da4f4271221b0e3000a', 'timestamp': '', 'source': 'github', 'line_count': 216, 'max_line_length': 175, 'avg_line_length': 47.166666666666664, 'alnum_prop': 0.5610522182960346, 'repo_name': 'coq-bench/coq-bench.github.io-old', 'id': 'db7f15eb74c86798449791182dbf8e2193a37e28', 'size': '10190... | github | 0 |
package org.apache.hadoop.hbase.client;
import static org.apache.hadoop.hbase.client.AsyncRegionLocatorHelper.canUpdateOnError;
import static org.apache.hadoop.hbase.client.AsyncRegionLocatorHelper.createRegionLocations;
import static org.apache.hadoop.hbase.client.AsyncRegionLocatorHelper.isGood;
import static org.a... | {'content_hash': '0fa7c7584fc0344038eee421e1794d0e', 'timestamp': '', 'source': 'github', 'line_count': 121, 'max_line_length': 97, 'avg_line_length': 35.98347107438016, 'alnum_prop': 0.7186495176848875, 'repo_name': 'HubSpot/hbase', 'id': '136d18a96187fb5cf4d3e57ca9911acd32c528d1', 'size': '5159', 'binary': False, 'co... | github | 0 |
package org.apache.gobblin.kafka.client;
/**
* A kafka message/record consumed from {@link GobblinKafkaConsumerClient}. This interface provides APIs to read message
* metadata. Extension interfaces like {@link DecodeableKafkaRecord} or {@link ByteArrayBasedKafkaRecord} provide APIs
* to read the actual message/rec... | {'content_hash': 'aea85abcee854de8b0ecbb631d829a2f', 'timestamp': '', 'source': 'github', 'line_count': 26, 'max_line_length': 120, 'avg_line_length': 28.153846153846153, 'alnum_prop': 0.7295081967213115, 'repo_name': 'aditya1105/gobblin', 'id': '5308a1836406aaacc40f3970cb684495bdf7911e', 'size': '1532', 'binary': Fals... | github | 0 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SeparatedFileProcessor
{
public class Schema
{
public const string Rule_Required = "Required";
public const string Rule_Int32 = "Int32";
public const string Rul... | {'content_hash': '9de77357f3e03424a53509f2ade6fb09', 'timestamp': '', 'source': 'github', 'line_count': 78, 'max_line_length': 110, 'avg_line_length': 34.26923076923077, 'alnum_prop': 0.49756827534605313, 'repo_name': 'aliostad/SeparatedFileProcessor', 'id': '1951f965f1b816e0d9f5d6d2a279a89df205c910', 'size': '2675', '... | github | 0 |
"""Filename globbing utility."""
import os
import fnmatch
import re
__all__ = ["glob"]
def glob(pathname):
"""Return a list of paths matching a pathname pattern.
The pattern may contain simple shell-style wildcards a la fnmatch.
"""
if not has_magic(pathname):
if os.path.exists(pathname):
... | {'content_hash': 'e3aa188c0cf28130dea37f6f7a4bb4b0', 'timestamp': '', 'source': 'github', 'line_count': 57, 'max_line_length': 70, 'avg_line_length': 25.43859649122807, 'alnum_prop': 0.5627586206896552, 'repo_name': 'Integral-Technology-Solutions/ConfigNOW', 'id': 'eeb6bdd6468aeaaa0a20fdaa6850eb2a9099b5c6', 'size': '14... | github | 0 |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | {'content_hash': '10a5ceea7224ee9aa5d1ab29007152ae', 'timestamp': '', 'source': 'github', 'line_count': 66, 'max_line_length': 182, 'avg_line_length': 39.378787878787875, 'alnum_prop': 0.7764524817237399, 'repo_name': 'googleapis/google-api-java-client-services', 'id': 'edf7238b4929043b369ea59ca28f5771b193268a', 'size'... | github | 0 |
/*-------------------------------------------------------------------------
Copyright 2008 Sandia Corporation.
Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
the U.S. Government retains certain rights in this software.
----------------------------------------------------------------------... | {'content_hash': '1140d1e81360f66d9d4fcdaa14165b8a', 'timestamp': '', 'source': 'github', 'line_count': 153, 'max_line_length': 75, 'avg_line_length': 34.42483660130719, 'alnum_prop': 0.6920448072906779, 'repo_name': 'spthaolt/VTK', 'id': '34e64c5ff16cb453b844ebb892e875ccd5c416e7', 'size': '5860', 'binary': False, 'cop... | github | 0 |
<!--
Copyright (C) 2015 Orange
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 wr... | {'content_hash': '63bbd70a12acaba2d33e7a342d8ed77b', 'timestamp': '', 'source': 'github', 'line_count': 168, 'max_line_length': 411, 'avg_line_length': 75.81547619047619, 'alnum_prop': 0.7468791709193687, 'repo_name': 'Orange-OpenSource/elpaaso-core', 'id': 'c0aa446fc0d96a7f22074ea0dbc7d32f4440ab2f', 'size': '12737', '... | github | 0 |
``` md
#### [Madasamy Ravi Nadar Mamtha](https://github.com/Mamtha3005)
<img src="images/Mamtha.png" width="150"><br>
Role: Developer
* Components in charge of: [Logic](https://github.com/CS2103AUG2016-W15-C3/main/blob/master/docs/DeveloperGuide.md#logic-component)
* Aspects/tools in charge of: Documentation, Schedul... | {'content_hash': '26f26b21621b211df23a35bab17ad278', 'timestamp': '', 'source': 'github', 'line_count': 140, 'max_line_length': 412, 'avg_line_length': 46.957142857142856, 'alnum_prop': 0.6975965926376635, 'repo_name': 'Mamtha3005/addressbook-level4', 'id': '0b3ee61fd2a266820171eef138fd1842532add96', 'size': '6605', 'b... | github | 0 |
package net.appjet.oui;
import net.appjet.bodylock.{BodyLock, Executable};
import java.io.File;
import java.util.{Properties, Date};
import java.lang.annotation.Annotation;
import java.text.SimpleDateFormat;
import scala.collection.mutable.{HashMap, SynchronizedMap, HashSet};
import scala.collection.JavaConversion... | {'content_hash': '299f40276cab6e3f83ba491e081a4d24', 'timestamp': '', 'source': 'github', 'line_count': 400, 'max_line_length': 142, 'avg_line_length': 36.36, 'alnum_prop': 0.6266501650165016, 'repo_name': 'whackpad/whackpad', 'id': '19062b24900f154eae0703a91cad8d0cec0ee118', 'size': '15140', 'binary': False, 'copies':... | github | 0 |
package org.apache.derbyTesting.functionTests.tests.jdbcapi;
import org.apache.derbyTesting.functionTests.util.TestInputStream;
import org.apache.derbyTesting.junit.BaseJDBCTestCase;
import junit.framework.Test;
import junit.framework.TestSuite;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import jav... | {'content_hash': 'b7f2fb51f8a28eaaac071f2303b77e71', 'timestamp': '', 'source': 'github', 'line_count': 426, 'max_line_length': 89, 'avg_line_length': 36.72769953051643, 'alnum_prop': 0.590949763517832, 'repo_name': 'gemxd/gemfirexd-oss', 'id': 'bc8ff388e8ab5a8546df2fcf8944e3ace951cfcc', 'size': '16479', 'binary': Fals... | github | 0 |
package com.sdl.dxa.modules.model.TSI2525;
import com.sdl.webapp.common.api.mapping.semantic.annotations.SemanticEntity;
import com.sdl.webapp.common.api.mapping.semantic.annotations.SemanticProperty;
import com.sdl.webapp.common.api.model.entity.AbstractEntityModel;
import lombok.Data;
import org.joda.time.DateTime;
... | {'content_hash': '38117421352ee652b02777b2a8537c5f', 'timestamp': '', 'source': 'github', 'line_count': 32, 'max_line_length': 92, 'avg_line_length': 33.4375, 'alnum_prop': 0.7841121495327102, 'repo_name': 'sdl/dxa-modules', 'id': '3d234ffbb00ef99f3b065d9df952c07eeaef3388', 'size': '1070', 'binary': False, 'copies': '1... | github | 0 |
#include "windows.h"
#include "shlobj.h"
#include "TeamstudioException.h"
#include "integration.h"
static void fillInDataDirectory(PWSTR buf)
{
PWSTR szMyDocuments;
HRESULT hresult = SHGetKnownFolderPath(FOLDERID_Documents, 0, NULL, &szMyDocuments);
wcscpy(buf, szMyDocuments);
wcscat(buf, L"\\lowla\\tests");
C... | {'content_hash': '46b69ed221513e45a1e816097bdf8440', 'timestamp': '', 'source': 'github', 'line_count': 97, 'max_line_length': 86, 'avg_line_length': 22.649484536082475, 'alnum_prop': 0.7137005006827492, 'repo_name': 'lowla/liblowladb', 'id': '076f7a4539af5f591d8b9a638ee6cdbb28081765', 'size': '2341', 'binary': False, ... | github | 0 |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Kavaka 20/21(1-2): 8 (1995)
#### Original name
Hemicorynespora obclavata Subram.
### Remarks
null | {'content_hash': '758ee52303bd159c502a177763eb5166', 'timestamp': '', 'source': 'github', 'line_count': 13, 'max_line_length': 33, 'avg_line_length': 12.384615384615385, 'alnum_prop': 0.7018633540372671, 'repo_name': 'mdoering/backbone', 'id': 'ad96dfcd6061411b57ebc1ec24d41f01b4474715', 'size': '218', 'binary': False, ... | github | 0 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Reading/Writing a noise covariance matrix — MNE 0.22.1 documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<li... | {'content_hash': 'fab6624e2d9dc86bc268ac509973e7aa', 'timestamp': '', 'source': 'github', 'line_count': 305, 'max_line_length': 960, 'avg_line_length': 77.02295081967213, 'alnum_prop': 0.652264600715137, 'repo_name': 'mne-tools/mne-tools.github.io', 'id': 'be2cae6a3f994435e5d3080059812f98b68ff808', 'size': '23519', 'bi... | github | 0 |
package relation
import (
accv1 "go-common/app/service/main/account/api"
relation "go-common/app/service/main/relation/model"
)
type Vip struct {
Type int `json:"vipType"`
DueDate int64 `json:"vipDueDate"`
DueRemark string `json:"dueRemark"`
AccessStatus int `json:"accessStatus"`
Vip... | {'content_hash': 'c0e0980011b0a0cf8ee406e5c4761688', 'timestamp': '', 'source': 'github', 'line_count': 43, 'max_line_length': 84, 'avg_line_length': 34.72093023255814, 'alnum_prop': 0.565304755525787, 'repo_name': 'LQJJ/demo', 'id': 'a843ad669232dc98e06d28c849b13533d6ae577f', 'size': '1493', 'binary': False, 'copies':... | github | 0 |
package org.apache.wicket.core.request.mapper;
import java.util.List;
import org.apache.wicket.Application;
import org.apache.wicket.request.Request;
import org.apache.wicket.request.Url;
import org.apache.wicket.request.component.IRequestablePage;
import org.apache.wicket.request.mapper.info.PageComponentInfo;
impo... | {'content_hash': 'f20abbd879f8ff784bd4d42ebf601edb', 'timestamp': '', 'source': 'github', 'line_count': 210, 'max_line_length': 113, 'avg_line_length': 27.7, 'alnum_prop': 0.7177239126697611, 'repo_name': 'bitstorm/wicket', 'id': '899500e8cf77307ba490c191504d768394bc3440', 'size': '6619', 'binary': False, 'copies': '7'... | github | 0 |
<div id="chartContainer">
<script src="/lib/d3.v3.min.js"></script>
<script src="/dist/dimple.{version}.js"></script>
<script type="text/javascript">
var svg = dimple.newSvg("#chartContainer", 590, 400);
d3.tsv("/data/example_data.tsv", function (data) {
// Focus on the top 6 brands
... | {'content_hash': '3cadb6eaed2fa47ea694bfea4b6808dc', 'timestamp': '', 'source': 'github', 'line_count': 130, 'max_line_length': 104, 'avg_line_length': 34.89230769230769, 'alnum_prop': 0.5209435626102292, 'repo_name': 'brucemcpherson/dimple', 'id': '032dd3fb5f71cc8493e955b3d172c0fe281a1b48', 'size': '4536', 'binary': F... | github | 0 |
<?xml version="1.0"?>
<doc>
<assembly>
<name>NAnt.VSNetTasks</name>
</assembly>
<members>
<member name="T:NAnt.VSNet.Everett.Solution">
<summary>
Analyses Microsoft Visual Studio .NET 2003 (Everett) solution files.
</summary>
</member>
... | {'content_hash': 'b1a84caed3bb019da5b9343ddd2b06ff', 'timestamp': '', 'source': 'github', 'line_count': 3961, 'max_line_length': 273, 'avg_line_length': 46.28225195657662, 'alnum_prop': 0.5610558355698109, 'repo_name': 'Moily/common-logging', 'id': '8108b824cd0172a0977a2667df6512f85264065c', 'size': '183324', 'binary':... | github | 0 |
define(function(require, exports, module) {
var pc = require('pgui.pagination'),
dtp = require('pgui.datetimepicker'),
Class = require('class'),
sc = require('pgui.shortcuts');
$(function() {
var $body = $('body');
pc.setupPaginationControls($body);
dtp.set... | {'content_hash': '2028255e4efed1f426c0bb601bea22db', 'timestamp': '', 'source': 'github', 'line_count': 44, 'max_line_length': 68, 'avg_line_length': 29.227272727272727, 'alnum_prop': 0.48367029548989116, 'repo_name': 'lbjlvc/Manos-de-Cristo', 'id': '3ffc63227f7f6e9c9d2414941979a4739ced9de8', 'size': '1286', 'binary': ... | github | 0 |
(function(global) {
var ngVer = '@2.0.0-rc.6'; // lock in the angular package version; do not let it float to current!
var routerVer = '@3.0.0-rc.2'; // lock router version
var formsVer = '@0.3.0'; // lock forms version
//map tells the System loader where to look for things
var map = {
'app': ... | {'content_hash': 'e8cdd472a026adfacbd4612ade58faeb', 'timestamp': '', 'source': 'github', 'line_count': 58, 'max_line_length': 107, 'avg_line_length': 34.44827586206897, 'alnum_prop': 0.5890890890890891, 'repo_name': 'djapal/angular2-connect4', 'id': 'b88b07083c845d952e7bfa41bcd966773f0472a2', 'size': '1998', 'binary':... | github | 0 |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
DEBUG - 2014-05-16 13:07:32 --> Config Class Initialized
DEBUG - 2014-05-16 13:07:32 --> Hooks Class Initialized
DEBUG - 2014-05-16 13:07:32 --> Utf8 Class Initialized
DEBUG - 2014-05-16 13:07:32 --> UTF-8 Support Enabled
DEBUG - 2014-05-16... | {'content_hash': '72957caaf4789d6acef5f5a0533095e7', 'timestamp': '', 'source': 'github', 'line_count': 508, 'max_line_length': 176, 'avg_line_length': 62.44881889763779, 'alnum_prop': 0.71954986760812, 'repo_name': 'calvindcw/PetitionTemplater', 'id': 'a864fe9e240fb8a4949cd4f8b9937ea772fd8be3', 'size': '31724', 'binar... | github | 0 |
// .NAME vtkAVSucdReader - reads a dataset in AVS "UCD" format
// .SECTION Description
// vtkAVSucdReader creates an unstructured grid dataset. It reads binary or
// ASCII files stored in UCD format, with optional data stored at the nodes
// or at the cells of the model. A cell-based fielddata stores the material
// i... | {'content_hash': '6c6f2d595c8ae587a7669c2c97ff5ef3', 'timestamp': '', 'source': 'github', 'line_count': 182, 'max_line_length': 92, 'avg_line_length': 31.071428571428573, 'alnum_prop': 0.7352785145888594, 'repo_name': 'cjh1/vtkmodular', 'id': '8b04b1fd6a0e9171ee442b8ee01017d1e172d0a5', 'size': '6240', 'binary': False, ... | github | 0 |
@implementation GP_LinkedQueue
@end
| {'content_hash': 'd60a3078eb426cdb7bf363a638bfd4d8', 'timestamp': '', 'source': 'github', 'line_count': 3, 'max_line_length': 30, 'avg_line_length': 12.333333333333334, 'alnum_prop': 0.8108108108108109, 'repo_name': 'yangboz/TheRealBishop', 'id': '54f8d2b62ae20e5fa623eec2657d13dda532e6d4', 'size': '209', 'binary': Fals... | github | 0 |
/**
* @author Oleg V. Khaschansky
*
*/
package org.apache.harmony.awt.gl.font;
import java.util.HashMap;
import java.util.ArrayList;
import org.apache.harmony.awt.internal.nls.Messages;
import com.google.code.appengine.awt.Font;
import com.google.code.appengine.awt.font.GraphicAttribute;
import c... | {'content_hash': '238c93c8b0819b17b927d5fd31869f6d', 'timestamp': '', 'source': 'github', 'line_count': 195, 'max_line_length': 93, 'avg_line_length': 35.3948717948718, 'alnum_prop': 0.6027238481599536, 'repo_name': 'mike10004/appengine-imaging', 'id': '30a7a8921b8eaaba4b82d96c15a57c06c444a323', 'size': '7729', 'binary... | github | 0 |
#region License Header
#endregion License Header
using Quantler.Broker.Model;
using Quantler.Data;
using System;
namespace Quantler.Orders.FillModels
{
/// <summary>
/// Fill or kill (FOK) is a type of time-in-force designation used in securities trading that instructs a
/// brokerage to execute a tra... | {'content_hash': '1420302f4512ae91dcd3e5890511aeb1', 'timestamp': '', 'source': 'github', 'line_count': 39, 'max_line_length': 127, 'avg_line_length': 36.35897435897436, 'alnum_prop': 0.6713681241184767, 'repo_name': 'Quantler/Core', 'id': 'f32620f7b370d9e13e75f29fc04f629eaa74386f', 'size': '2073', 'binary': False, 'co... | github | 0 |
FN="phastCons100way.UCSC.hg19_3.7.2.tar.gz"
URLS=(
"https://bioconductor.org/packages/3.14/data/annotation/src/contrib/phastCons100way.UCSC.hg19_3.7.2.tar.gz"
"https://bioarchive.galaxyproject.org/phastCons100way.UCSC.hg19_3.7.2.tar.gz"
"https://depot.galaxyproject.org/software/bioconductor-phastcons100way.ucsc.h... | {'content_hash': '2223b82de85068d78d81e8d1ad01734a', 'timestamp': '', 'source': 'github', 'line_count': 45, 'max_line_length': 143, 'avg_line_length': 30.31111111111111, 'alnum_prop': 0.6766862170087976, 'repo_name': 'npavlovikj/bioconda-recipes', 'id': 'ce5662cbb8194112beddfe4ca41480e107838f1e', 'size': '1376', 'binar... | github | 0 |
var doIt = require( './module-two' ).doIt;
exports.doSomething = function( val ) {
doIt( val );
};
| {'content_hash': 'c347e2609f4003fcfe9d860eda5061f1', 'timestamp': '', 'source': 'github', 'line_count': 5, 'max_line_length': 42, 'avg_line_length': 20.2, 'alnum_prop': 0.6237623762376238, 'repo_name': 'DanTylkowski/gulp-dabbling', 'id': '7dea6c19261239af05d179c38019afd58b54ccbb', 'size': '101', 'binary': False, 'copie... | github | 0 |
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CardsAgainstIRC3.Game.DeckTypes
{
[DeckType("custom")]
public class CustomDeck : IDeckType
{
private Random _random = new Random();
... | {'content_hash': 'c3f21cf5471e9c35d68e5e6d78f0d398', 'timestamp': '', 'source': 'github', 'line_count': 69, 'max_line_length': 98, 'avg_line_length': 21.536231884057973, 'alnum_prop': 0.4979811574697174, 'repo_name': 'puckipedia/CardsAgainstIRC', 'id': 'f570a6308a480158f305c22c36fb6835c482a67b', 'size': '1488', 'binary... | github | 0 |
package org.wso2.carbon.identity.scim.common.config;
public class SCIMProviderDTO {
private String providerId;
private String userName;
private String password;
private String userEPURL;
private String groupEPURL;
private String bulkEPURL;
public String getProviderId() {
return p... | {'content_hash': 'ecb314658f552fa001f88020fae5c610', 'timestamp': '', 'source': 'github', 'line_count': 60, 'max_line_length': 52, 'avg_line_length': 20.483333333333334, 'alnum_prop': 0.6427990235964198, 'repo_name': 'wattale/carbon-identity', 'id': 'e20e198135488a808302fde990d62a9be94d1039', 'size': '1896', 'binary': ... | github | 0 |
package com.edp.myesper.engine;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import org.apache.log4j.Logger;
public class SendQueryDB implements Runnable {
private static final String DB_DRIVER = "com.mysql.j... | {'content_hash': '4fd0d10afc108b1c6b99962d2c7a9f36', 'timestamp': '', 'source': 'github', 'line_count': 133, 'max_line_length': 100, 'avg_line_length': 27.097744360902254, 'alnum_prop': 0.6928412874583796, 'repo_name': 'fms-santos/redy_realtime', 'id': 'b3f10db7a7b0b82e9a9ef09be98ae8564fe0ef90', 'size': '3604', 'binary... | github | 0 |
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | {'content_hash': '853192026429c552067623d112cb0d7e', 'timestamp': '', 'source': 'github', 'line_count': 123, 'max_line_length': 182, 'avg_line_length': 34.00813008130081, 'alnum_prop': 0.7066698541716472, 'repo_name': 'googleapis/google-api-java-client-services', 'id': '1d2d35ef7898ae149f7a0570a2cd8fbb6e9b90d9', 'size'... | github | 0 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2010 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* -... | {'content_hash': '3d3ee47f8eeef0361ecd6d372e8ed55c', 'timestamp': '', 'source': 'github', 'line_count': 95, 'max_line_length': 90, 'avg_line_length': 25.50526315789474, 'alnum_prop': 0.5848122162608337, 'repo_name': 'cunhafernando/antoniofarias', 'id': 'ca574554cf6ca9fb1d208caf2187642be229ca0c', 'size': '2423', 'binary... | github | 0 |
package org.jhipster.store.config;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.config.metrics.SpectatorLogMetricWriter;
import com.netflix.spectator.api.Registry;
import org.springframework.boot.actuate.autoconfigure.ExportMetricReader;
import org.springframework.boot.actuate.autoco... | {'content_hash': '7c9d116577f183723062632f4be42007', 'timestamp': '', 'source': 'github', 'line_count': 100, 'max_line_length': 130, 'avg_line_length': 42.74, 'alnum_prop': 0.756200280767431, 'repo_name': 'oktadeveloper/jhipster-microservices-example', 'id': 'ab4f860d71238a6cf7877e621bf35155fd401315', 'size': '4274', '... | github | 0 |
import { moduleFor, test } from 'ember-qunit';
moduleFor('service:dropdown', 'Unit | Service | dropdown', {
// Specify the other units that are required for this test.
// needs: ['service:foo']
});
// Replace this with your real tests.
test('it exists', function(assert) {
var service = this.subject();
assert.... | {'content_hash': 'e15857a567535025d762af2819f0ccf8', 'timestamp': '', 'source': 'github', 'line_count': 12, 'max_line_length': 61, 'avg_line_length': 28.083333333333332, 'alnum_prop': 0.6735905044510386, 'repo_name': 'ivanvanderbyl/flood-dropdown', 'id': '73d66037c981e825a6193df895c591c0d37c21dc', 'size': '337', 'binar... | github | 0 |
cask "mycloud" do
version :latest
sha256 :no_check
url "https://desktop-client-installer-server-mac.prod.mdl.swisscom.ch/myCloud%20Desktop%20installer.pkg",
verified: "desktop-client-installer-server-mac.prod.mdl.swisscom.ch/"
name "Swisscom myCloud Desktop"
desc "Swiss cloud storage desktop app"
hom... | {'content_hash': 'b6fbdd23ff0ee83388d1c4b6005d30d0', 'timestamp': '', 'source': 'github', 'line_count': 24, 'max_line_length': 107, 'avg_line_length': 37.083333333333336, 'alnum_prop': 0.7044943820224719, 'repo_name': 'singingwolfboy/homebrew-cask', 'id': '05d02d6c8ae16596c93986e2a1b81361049e0cea', 'size': '890', 'bina... | github | 0 |
require 'abstract_unit'
ActionController::Base.helpers_path = File.expand_path('../../../fixtures/helpers', __FILE__)
module AbstractController
module Testing
class ControllerWithHelpers < AbstractController::Base
include AbstractController::Helpers
include AbstractController::Rendering
inclu... | {'content_hash': 'c8d1facab204dec2b7342bb9ad0fc533', 'timestamp': '', 'source': 'github', 'line_count': 127, 'max_line_length': 117, 'avg_line_length': 29.1496062992126, 'alnum_prop': 0.662344678552134, 'repo_name': 'vassilevsky/rails', 'id': '7d346e917d1bac44190cec0e579fe79bc8fe460a', 'size': '3702', 'binary': False, ... | github | 0 |
#ifndef __CASS_BUFFER_HPP_INCLUDED__
#define __CASS_BUFFER_HPP_INCLUDED__
#include "ref_counted.hpp"
#include "serialization.hpp"
#include <uv.h>
#include <vector>
namespace cass {
class Buffer {
public:
Buffer()
: size_(0) { }
Buffer(const char* data, size_t size)
: size_(size) {
if (size > FIX... | {'content_hash': '8baff92f6bca877e8289a990076dc5c9', 'timestamp': '', 'source': 'github', 'line_count': 201, 'max_line_length': 92, 'avg_line_length': 26.5273631840796, 'alnum_prop': 0.6095273818454614, 'repo_name': 'Teino1978-Corp/cpp-driver', 'id': 'd33b29d6728fd0a8e391505c9bee74c3a95a9b20', 'size': '5911', 'binary':... | github | 0 |
.. include:: ../../../en/api-reference/bluetooth/esp_bt_device.rst | {'content_hash': '178c837bc84e11ba36c3d2601218cc38', 'timestamp': '', 'source': 'github', 'line_count': 1, 'max_line_length': 66, 'avg_line_length': 66.0, 'alnum_prop': 0.6666666666666666, 'repo_name': 'mashaoze/esp-idf', 'id': '9bd127aa5d9233221b699f2251d03fc00ccf1409', 'size': '66', 'binary': False, 'copies': '5', 'r... | github | 0 |
<!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': '4980005b7ce15332a3279f563104bb75', 'timestamp': '', 'source': 'github', 'line_count': 106, 'max_line_length': 154, 'avg_line_length': 41.943396226415096, 'alnum_prop': 0.6408007197480882, 'repo_name': 'v8-dox/v8-dox.github.io', 'id': '758e731a4b389ffe6497a1dfbc3d05a262dbdda4', 'size': '4446', 'binary'... | github | 0 |
package s2
import (
"bytes"
"fmt"
"io"
"math"
"sort"
"strconv"
"strings"
"github.com/golang/geo/r1"
"github.com/golang/geo/r2"
"github.com/golang/geo/r3"
"github.com/golang/geo/s1"
)
// CellID uniquely identifies a cell in the S2 cell decomposition.
// The most significant 3 bits encode the face number (0... | {'content_hash': '155b4b189ec86c391597bedd88a1ded5', 'timestamp': '', 'source': 'github', 'line_count': 930, 'max_line_length': 110, 'avg_line_length': 36.310752688172045, 'alnum_prop': 0.6887678047913767, 'repo_name': 'FrontierRobotics/pathfinder', 'id': 'c6cbaf2db72a22cd1413a2b49def1e89a6e4a9a7', 'size': '34379', 'bi... | github | 0 |
Simple app to track what to pack for the hospital when you are pregnant.
https://itunes.apple.com/app/hospital-bag-packing-list/id1001274742

# Libraries
- [FMDB](https://github.com/ccgus/fmdb)
- [KLCPopup](https://github.com/jmascia/KLCPopup)
- [SloppySwiper](https://github.com/fastred/... | {'content_hash': 'ef179d8cd540b4a1613942cc44f3c920', 'timestamp': '', 'source': 'github', 'line_count': 25, 'max_line_length': 84, 'avg_line_length': 26.2, 'alnum_prop': 0.749618320610687, 'repo_name': 'dkhamsing/hospital-bag', 'id': '556a396aca65a915bf48ee87cf2dbe01ab94c8dc', 'size': '671', 'binary': False, 'copies': ... | github | 0 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Electron Starter</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<header>
<h1>Electron Starter</h1>
</header>
<section class="main"></section>
<footer></footer>
<... | {'content_hash': '75b850b9283e50e1299461e451ee6068', 'timestamp': '', 'source': 'github', 'line_count': 17, 'max_line_length': 44, 'avg_line_length': 20.235294117647058, 'alnum_prop': 0.5523255813953488, 'repo_name': 'lw7360/electron-starter', 'id': '437ca0036a77299475e6b7de645a704a5ac79f4b', 'size': '344', 'binary': F... | github | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.