text stringlengths 2 1.04M | meta dict |
|---|---|
@implementation LPTime
- (id)initWithCoder:(NSCoder *)coder
{
self = [LPTime new];
if (self) {
self.text = [coder decodeObjectForKey:@"text"];
self.timeZone = [coder decodeObjectForKey:@"timeZone"];
self.value = [coder decodeFloatForKey:@"value"];
self.formattedTime = [coder decode... | {
"content_hash": "018b553d605e46c1d6433338a8b1f9b7",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 127,
"avg_line_length": 31.153846153846153,
"alnum_prop": 0.642798353909465,
"repo_name": "luka1995/LPGoogleFunctions",
"id": "ae4078ac72547ee53726eaf59a238f2fea53ee48",
"s... |
using System;
using System.Xml;
using Google.GData.Client;
using System.Globalization;
namespace Google.GData.Extensions.AppControl {
/// <summary>
/// app:control schema extension
/// </summary>
public class AppControl : SimpleContainer {
/// <summary>
/// default constructor for ap... | {
"content_hash": "f0cf31b5e04184cf4daafa8128ba3d5e",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 80,
"avg_line_length": 34.49324324324324,
"alnum_prop": 0.5843290891283056,
"repo_name": "alexbikfalvi/GoogleApi",
"id": "275d865aa751be5b8731dd8dd180cd21ecd5465d",
"size"... |
package com.streamsets.pipeline.stage.processor.controlHub;
import com.streamsets.pipeline.api.base.BaseEnumChooserValues;
/**
* Chooser values for HTTP method configuration
*/
public class HttpMethodChooserValues extends BaseEnumChooserValues<HttpMethod> {
public HttpMethodChooserValues() {
super(HttpMethod... | {
"content_hash": "0807989f20da9226b1f6973a24b96daa",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 80,
"avg_line_length": 25.76923076923077,
"alnum_prop": 0.7970149253731343,
"repo_name": "streamsets/datacollector",
"id": "6bfa25886e19e2854ac3604384c018c00fa998ee",
"size... |
Language.es = {
"block_Tri_LED":"Led tricolor (Slot 1) R (Slot 2) % G (Slot 3) % B (Slot 4) %",
"port":"Puerto",
"block_LED":"LED (Slot 1) (Slot 2) %",
"block_Position_Servo":"Servo de posicion (Slot 1) (Slot 2) °",
"block_Rotation_Servo":"Servo de rotacion (Slot 1) (Slot 2) %",
"block_Play_Note":"Emitir un... | {
"content_hash": "8859083652a367dd90e0e75b49342e4d",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 120,
"avg_line_length": 38.382075471698116,
"alnum_prop": 0.6728524026053828,
"repo_name": "BirdBrainTechnologies/HummingbirdDragAndDrop-",
"id": "938b744e666fdc58a711352b17... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/compute/v1/compute.proto
namespace Google\Cloud\Compute\V1\InstanceProperties;
use UnexpectedValueException;
/**
* The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default.
*
* Prot... | {
"content_hash": "04f477e468f7f149cf8be5d3779df78d",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 236,
"avg_line_length": 39.89855072463768,
"alnum_prop": 0.6767163094805666,
"repo_name": "chingor13/google-cloud-php",
"id": "fb2d4a1ae8a525d0db4f81e78f3e2cd35228d86c",
"s... |
package com.taobao.weex.bridge;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.Looper;
import com.taobao.weex.WXSDKInstance;
import junit.framework.TestCase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;
import org.robolectric.Robolectric;
import o... | {
"content_hash": "2b737e9e831b5b5383011d44c093fc55",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 69,
"avg_line_length": 19.48076923076923,
"alnum_prop": 0.707305034550839,
"repo_name": "houfeng0923/weex",
"id": "6e54ef9778e7ad9ad62ec3a9208e65e3515c2a4a",
"size": "1395... |
export default () => <h1>This is the CONTACT page.</h1>
| {
"content_hash": "4141d1c0d4926bdb3f7ed44524592715",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 55,
"avg_line_length": 56,
"alnum_prop": 0.6607142857142857,
"repo_name": "BlancheXu/test",
"id": "0bc89f9b3fe9d2044e11caf53a6eba3eb06d15ca",
"size": "56",
"binary": false... |
package io.getlime.security.powerauth.integration.support.model;
public enum ActivationOtpValidation {
NONE,
ON_KEY_EXCHANGE,
ON_COMMIT
}
| {
"content_hash": "794b7ddde79827a938159871a5123a18",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 64,
"avg_line_length": 17,
"alnum_prop": 0.7450980392156863,
"repo_name": "lime-company/lime-security-powerauth-mobile-sdk",
"id": "ae7793bec7826cff7e461de5cbfc56091987cc3f",
... |
import Vue from 'vue';
import VueResource from 'vue-resource';
import localforage from 'localforage';
import {
USER_MODULES_KEY,
MODULES_LIST_KEY,
USER_SETTINGS_KEY,
userOnboardModule,
} from '../constants';
Vue.use(VueResource);
// Vue.http.options.crossOrigin = true;
// Vue.http.options.xhr = { withCredentia... | {
"content_hash": "12f833c1fa00be117626196634bcb02a",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 93,
"avg_line_length": 29.767441860465116,
"alnum_prop": 0.625390625,
"repo_name": "li-kai/modify",
"id": "4537497d586b0fb217cd06eaacef978b97235b0e",
"size": "2560",
"bin... |
<!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 Thu Mar 08 14:17:36 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CustomRealmMapperSupplier (... | {
"content_hash": "fbad6f2c0d4d21896aeeeb29c6ec9a10",
"timestamp": "",
"source": "github",
"line_count": 237,
"max_line_length": 391,
"avg_line_length": 39.56962025316456,
"alnum_prop": 0.6470462785242056,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "4610ae131caff5b70af86a6bb89ccdb23c39... |
/* eslint-env mocha */
import Controller from '../Controller'
import assert from 'assert'
import {set} from './'
import {input, state, string} from '../tags'
describe('operator.set', () => {
it('should set value to model', () => {
const controller = Controller({
state: {
foo: 'bar'
},
s... | {
"content_hash": "2445a1cace5117c39a5df9c2e673ddb8",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 64,
"avg_line_length": 23.137614678899084,
"alnum_prop": 0.4809674861221253,
"repo_name": "idream3/cerebral",
"id": "0be9951cc4c077a5b4b4ffbf704abb80ea745c70",
"size": "25... |
package underground_test
import (
"testing"
"strings"
. "github.com/futoase/underground"
)
func TestUnderground(t *testing.T) {
if !strings.EqualFold(WelcomeToUnderground(), "Welcome to underground...\n") {
t.Errorf("Oh! this is heaven!")
}
}
| {
"content_hash": "d5152c22bc13747d75e6249f835f5759",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 80,
"avg_line_length": 18.571428571428573,
"alnum_prop": 0.6807692307692308,
"repo_name": "futoase/underground",
"id": "0301dd1eb15098443790b7449b9d866092abb33d",
"size": "... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace RaftLib.Protocol
{
class XDRStream : XDRFormatter
{
System.IO.Stream mStream;
byte[] buffer = new byte[BytesPerXDRUnit];
public XDRStream(... | {
"content_hash": "2c922918b95389b3b4ec9222f1480aca",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 106,
"avg_line_length": 24.98181818181818,
"alnum_prop": 0.5975254730713246,
"repo_name": "traviolia/ThatchedHut",
"id": "13d840e1abc146b277afe979110284ed25d3504a",
"size":... |
'use strict';
/*
* Manages the AST representation of the specs for fold status
* and other meta information about the specs tree
*/
SwaggerEditor.service('ASTManager', function ASTManager() {
var MAP_TAG = 'tag:yaml.org,2002:map';
var SEQ_TAG = 'tag:yaml.org,2002:seq';
var INDENT = 2; // TODO: make indent dyna... | {
"content_hash": "3c56b91efe4391edf08081776725a8b6",
"timestamp": "",
"source": "github",
"line_count": 369,
"max_line_length": 80,
"avg_line_length": 25.875338753387535,
"alnum_prop": 0.5866149979053205,
"repo_name": "mko-x/docker-swagger-editor",
"id": "6e39ad9deed455c309440996e98932b3b0fc6cea",
... |
// For more information on how to configure a task runner, please visit:
// https://github.com/gulpjs/gulp
var gulp = require('gulp');
var gutil = require('gulp-util');
var gulpif = require('gulp-if');
var clean = require('gulp-clean');
var concat = require('gulp-concat');
var rename = require('gulp-rename')... | {
"content_hash": "e4c7990d3482870bbc222ade3773ddfa",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 77,
"avg_line_length": 30.8411214953271,
"alnum_prop": 0.5927272727272728,
"repo_name": "icoloma/web-codemotion",
"id": "ac69672a394a85dc0c69faa11c6df87960575164",
"size":... |

This folder contains various examples on using the SUPPRESSION endpoint of SendGrid with Java:
* [Retrieve all blocks (GET /suppression/blocks)](GetAllBlocks.java)
* [Delete blocks (DELETE /suppression/blocks)](DeleteBlocks.java)
* [Retrie... | {
"content_hash": "b6ee4c87946b72ecadda6f56ec0325dd",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 113,
"avg_line_length": 79.19047619047619,
"alnum_prop": 0.7895369813589898,
"repo_name": "pushkyn/sendgrid-java",
"id": "ca686a4bf8c01cf4d9bf04d966d29861e58723cf",
"size":... |
package org.janusz.steven.myoverflow.stackoverflow.data;
import com.google.gson.annotations.SerializedName;
/**
* Created by marek on 03.10.14.
*/
public class Owner {
private long reputation;
@SerializedName("user_id") private long userId;
@SerializedName("user_type") private String userType;
@Ser... | {
"content_hash": "2ea08ee52ffdb6e38de4d6263b6cccdc",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 68,
"avg_line_length": 22.554054054054053,
"alnum_prop": 0.6518873576992211,
"repo_name": "07steven01/MyOverflow",
"id": "0d25e7a0f7d2d1563ef8732aab596a3c09f77388",
"size":... |
ARG REPO=mcr.microsoft.com/dotnet/aspnet
FROM $REPO:5.0-buster-slim-amd64
ENV \
# Unset ASPNETCORE_URLS from aspnet base image
ASPNETCORE_URLS= \
DOTNET_SDK_VERSION=5.0.300 \
# Enable correct mode for dotnet watch (only mode supported in a container)
DOTNET_USE_POLLING_FILE_WATCHER=true \
# Ski... | {
"content_hash": "2864740a48e094ce4e328820787dcceb",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 184,
"avg_line_length": 49.88607594936709,
"alnum_prop": 0.7160619132199949,
"repo_name": "asimarslan/hazelcast-csharp-client",
"id": "8b7e8b345ef805c0fdb5dd3956564929997e46d... |
<?xml version="1.0" encoding="UTF-8"?>
<!--L
Copyright Oracle Inc
Distributed under the OSI-approved BSD 3-Clause License.
See http://ncip.github.com/cadsr-cgmdr-nci-uk/LICENSE.txt for details.
L-->
<cgMDR:Non_Enumerated_Value_Domain xmlns:cgMDR="http://www.cancergrid.org/schema/cgMDR" item_registration_author... | {
"content_hash": "6d018b214ad20e048b08f1386af39a90",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 185,
"avg_line_length": 57.568627450980394,
"alnum_prop": 0.717983651226158,
"repo_name": "NCIP/cadsr-cgmdr-nci-uk",
"id": "c5775aa6c15dddbb4a5008e26027e06624bf3023",
"size... |
using System;
using System.Collections.Generic;
using System.Reflection;
using log4net;
using OpenMetaverse;
using OpenSim.Framework;
using OpenSim.Region.Framework;
using OpenSim.Region.Framework.Interfaces;
namespace OpenSim.Data.Null
{
public class NullEstateStore : IEstateDataStore
{
// private st... | {
"content_hash": "96c793ee041bf045b6c25bc6943ad3e1",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 117,
"avg_line_length": 25.62204724409449,
"alnum_prop": 0.560540872771973,
"repo_name": "bravelittlescientist/opensim-performance",
"id": "1df397d94365b9a17539eeb5eaf7562ce... |
<?xml version="1.0"?>
<h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns:orx="http://openrosa.org/jr/xforms" xmlns="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jr="http://openrosa.org/javarosa">
<h:head>
<h:title>New Form</h:title>
<model>
<instanc... | {
"content_hash": "15b1cca85c284229d6375300c21caa36",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 212,
"avg_line_length": 59.96923076923077,
"alnum_prop": 0.5410466906105695,
"repo_name": "dimagi/commcare-hq",
"id": "61d7307e54f9cf6c8a935ff815dc73e964607d2f",
"size": "3... |
npm install grunt --save-dev;
npm install grunt-contrib-watch --save-dev;
npm install grunt-contrib-uglify --save-dev;
npm install grunt-contrib-jshint --save-dev;
npm install grunt-contrib-qunit --save-dev;
npm install qunitjs --save-dev;
mkdir --parents js/test;
mkdir --parents js/lib;
mkdir --parents js/prod;
cp nod... | {
"content_hash": "b94b98d3f1316c56490b3809f1fd772b",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 75,
"avg_line_length": 26.41,
"alnum_prop": 0.6338508140855736,
"repo_name": "gavinblair/weather",
"id": "706b2483371d043892c346f51018be010773e758",
"size": "2641",
"bin... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-e... | {
"content_hash": "9d432459e72fdd62e30d26ed5bcf3a86",
"timestamp": "",
"source": "github",
"line_count": 500,
"max_line_length": 999,
"avg_line_length": 43.956,
"alnum_prop": 0.6186186186186187,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "95f42cd4bd468b35c7b1ef0147b241a33994f882",
"size... |
package com.ait.toolkit.sencha.touch.client.core;
import com.ait.toolkit.sencha.touch.client.ui.Button.IconAlign;
public interface HasIcon {
/**
* A css class which sets a background image to be used as the icon for this
* button (defaults to undefined).
*
* @param value
*/... | {
"content_hash": "2e07d31b40f08de25878d489c5b4fbca",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 80,
"avg_line_length": 19.62857142857143,
"alnum_prop": 0.5385735080058224,
"repo_name": "ahome-it/ahome-touch",
"id": "a3887eb39e097456321c43f127930be2c3b4e94a",
"size": "... |
///
/// \package astlib
/// \file TypedValueDecoder.h
///
/// \author Marian Krivos <nezmar@tutok.sk>
/// \date 7Feb.,2017
///
/// (C) Copyright 2017 R-SYS s.r.o
/// All rights reserved.
///
#pragma once
#include "ValueDecoder.h"
namespace astlib
{
/**
* Wrapper for easy value type handling.
* Implements decode... | {
"content_hash": "9ad68803de3796388404b69e0f1bcb6b",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 96,
"avg_line_length": 25.175,
"alnum_prop": 0.70506454816286,
"repo_name": "mkrivos/astlib",
"id": "7bb2ebd7eef91c49faa2fda1fe7684c4b2d39e06",
"size": "1007",
"binary": ... |
/* *
*
* (c) 2009-2021 Øystein Moseng
*
* Accessibility component for the range selector.
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
var __extends = (this && this.__extends) || (function () {
var extendStati... | {
"content_hash": "e0cdef46bb5e446bf7656a46f3c04dec",
"timestamp": "",
"source": "github",
"line_count": 506,
"max_line_length": 213,
"avg_line_length": 35.8102766798419,
"alnum_prop": 0.5766556291390729,
"repo_name": "cdnjs/cdnjs",
"id": "1e8a51d90be5b502d95d00f0210599ad9708abd8",
"size": "18121",
... |
/*!
* numbro.js language configuration
* language : Slovak
* locale : Slovakia
* author : Ahmed Al Hafoudh : http://www.freevision.sk
*/
(function () {
'use strict';
var language = {
langLocaleCode: 'sk-SK',
delimiters: {
thousands: ' ',
decimal: ','
},
... | {
"content_hash": "74d5e00fad6f3aa18356c0a1ae5725b2",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 83,
"avg_line_length": 25.836734693877553,
"alnum_prop": 0.4873617693522907,
"repo_name": "matthieuprat/numbro",
"id": "4e42bfc94b52215d49c57fb165cf78b822b759ca",
"size": "... |
#import "GPUImageFilter.h"
/** Transforms the colors of an image by applying a matrix to them
*/
@interface GPUImageColorMatrixFilter : GPUImageFilter
{
GLint colorMatrixUniform;
GLint intensityUniform;
}
/** A 4x4 matrix used to transform each color in an image
*/
@property(readwrite, nonatomic) GPUMatrix4... | {
"content_hash": "ce3627243c7595c4347d31d5c428da76",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 92,
"avg_line_length": 25.842105263157894,
"alnum_prop": 0.7637474541751528,
"repo_name": "roundme/Roundme-GPUImage",
"id": "cd9dc77b25218bea5699facf9efd23b48a3dd7f4",
"siz... |
namespace g{namespace Android{namespace android{namespace graphics{namespace drawable{struct LayerDrawable;}}}}}
namespace g{namespace Android{namespace android{namespace graphics{namespace drawable{struct ShapeDrawable;}}}}}
namespace g{namespace Android{namespace android{namespace view{struct View;}}}}
namespace g{na... | {
"content_hash": "997fbbfdd95525c9270e01f776872bc5",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 159,
"avg_line_length": 52.38636363636363,
"alnum_prop": 0.7262472885032538,
"repo_name": "blyk/BlackCode-Fuse",
"id": "62e994afbc8fdb36d53ef4f8770bf58de26ea519",
"size": "... |
import abc
import copy
import datetime
import mock
from oslo_config import fixture as fixture_config
from oslotest import mockpatch
import six
from stevedore import extension
from ceilometer.agent import plugin_base
from ceilometer import pipeline
from ceilometer import publisher
from ceilometer.publisher import test... | {
"content_hash": "5080a499beedf8c88b0a4ca531d3d920",
"timestamp": "",
"source": "github",
"line_count": 611,
"max_line_length": 79,
"avg_line_length": 43.3518821603928,
"alnum_prop": 0.58131984294775,
"repo_name": "r-mibu/ceilometer",
"id": "4fd2920f2f3e6e80e17b847f4cc92244b45b27dc",
"size": "27358... |
Reforge your feeds
**Recipes moved to separate [Repository](https://github.com/feediron/feediron-recipes)**
About |Table Of Contents
:---- | --------
This is a plugin for [Tiny Tiny RSS (tt-rss)](https://tt-rss.org/).<br>It allows you to replace an article's contents by the contents of an element on the linked URL's... | {
"content_hash": "8da26e4e1db3e8f81c81a35b629f25f7",
"timestamp": "",
"source": "github",
"line_count": 884,
"max_line_length": 740,
"avg_line_length": 27.626696832579185,
"alnum_prop": 0.6387683236426173,
"repo_name": "radlerandi/ttrss_plugin-feediron",
"id": "1c2cad83bb59f23fca00b80d4542c2971d1da48... |
const array = []
const characterCodeCache = []
module.exports = function leven (first, second) {
if (first === second) {
return 0
}
const swap = first
// Swapping the strings if `a` is longer than `b` so we know which one is the
// shortest & which one is the longest
if (first.length > second.lengt... | {
"content_hash": "63e3d3295d676bb425c86b10a983bad6",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 154,
"avg_line_length": 25.905405405405407,
"alnum_prop": 0.6614501825769431,
"repo_name": "mcollina/commist",
"id": "8baf453f414a8b6d3052f9c3313ee726146ffad2",
"size": "30... |
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.phonegap.helloworld;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.phonegap.helloworld";
public static final String BUILD_TYPE = "debug";
publ... | {
"content_hash": "ae8254f8937501373246df21f557c24d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 72,
"avg_line_length": 35.38461538461539,
"alnum_prop": 0.741304347826087,
"repo_name": "iliaskomp/MafiaApp",
"id": "2162482727f41f37b0742d5bdaeaac5e7706746e",
"size": "460... |
<?php
namespace Lull\Test;
use \Lull\Test\Resource\Widget\Mapper;
class Service
{
/** @var string */
private $resource;
/** @var string */
private $httpMethod;
/** @var string */
private $serviceMethod;
/** @var mixed */
private $id;
/** @var array */
private $query = arr... | {
"content_hash": "7bc38880c8f50efb2334229f886199d9",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 99,
"avg_line_length": 28.148936170212767,
"alnum_prop": 0.5074326026706979,
"repo_name": "guillermoandrae/lull",
"id": "e9ae18cd0716cfe00975ad59740c0f1484ccd510",
"size":... |
<?php
namespace Symfony\Component\BrowserKit\Tests;
use PHPUnit\Framework\TestCase;
use Symfony\Component\BrowserKit\Client;
use Symfony\Component\BrowserKit\History;
use Symfony\Component\BrowserKit\CookieJar;
use Symfony\Component\BrowserKit\Response;
class SpecialResponse extends Response
{
}
class TestClient ... | {
"content_hash": "cd1fef4bddc19c09d94665715da56ba9",
"timestamp": "",
"source": "github",
"line_count": 765,
"max_line_length": 202,
"avg_line_length": 45.597385620915034,
"alnum_prop": 0.6156183705062783,
"repo_name": "hacfi/symfony",
"id": "e4414329895589a3cfc61200ea09be65115b192d",
"size": "3511... |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed><tipo>Rua</tipo><logradouro>Itagi</logradouro><bairro>Rosário</bairro><cidade>Sabará</cidade><uf>MG</uf><cep>34575060</cep></feed>
| {
"content_hash": "aafe3f31b71145943f94ba9420f64c07",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 136,
"avg_line_length": 96.5,
"alnum_prop": 0.7150259067357513,
"repo_name": "chesarex/webservice-cep",
"id": "b715d96ce988f1668b1b97bd76502f7840f48a20",
"size": "195",
"b... |
package com.wsl.library.design;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import android.graphics.RectF;
import android.graphics.Typeface;
import android.os.Build;
im... | {
"content_hash": "aa027431b824d832077fdd8fca8843d5",
"timestamp": "",
"source": "github",
"line_count": 638,
"max_line_length": 100,
"avg_line_length": 35.822884012539184,
"alnum_prop": 0.6234521986436229,
"repo_name": "doubleDragon/DdDesign",
"id": "d051c34d82b0668884f148a715b85bcb8955f5fa",
"size... |
#ifndef __QS_H__
#define __QS_H__
#include <qsconfig.h>
#include <qswce.h>
#include <windows.h>
#include <memory>
typedef SSIZE_T ssize_t;
namespace qs {
/****************************************************************************
*
* Exceptions
*
*/
#ifdef QS_EXCEPTION
//# define Q... | {
"content_hash": "0e2087c936e47e401c31ba84d83edbcd",
"timestamp": "",
"source": "github",
"line_count": 151,
"max_line_length": 82,
"avg_line_length": 18.278145695364238,
"alnum_prop": 0.538768115942029,
"repo_name": "snakamura/q3",
"id": "979acc9da8b89c0251903733744a266e76943666",
"size": "2828",
... |
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require File.expand_path(File.dirname(__FILE__) + '/../lib/pedump')
# uploaded by someone: https://pedump.me/1cfd896e77173e512e1627804e03317a/
describe "corkami/manyimportsW7.v2.exe" do
before :all do
@sample = sample
end
it "should have 2 im... | {
"content_hash": "f74fb6e4a7c51711706c7eb3b38d04d9",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 88,
"avg_line_length": 35.130434782608695,
"alnum_prop": 0.681930693069307,
"repo_name": "zed-0xff/pedump",
"id": "49fee47262a538c485c6607696d539e29de464fd",
"size": "824",... |
#pragma once
#ifdef __cplusplus
extern "C" { /* C-declarations for C++ */
#endif
void lv_draw_preHeat();
void lv_clear_preHeat();
void disp_temp_type();
void disp_step_heat();
void disp_desire_temp();
#ifdef __cplusplus
} /* C-declarations for C++ */
#endif
| {
"content_hash": "2045cfa91515340e6c00371e392af027",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 43,
"avg_line_length": 16.625,
"alnum_prop": 0.6541353383458647,
"repo_name": "limtbk/3dprinting",
"id": "2993a95f0092a9bdb49ca6e401d9a8faa8eb559f",
"size": "1127",
"bina... |
package org.apache.jackrabbit.mk.concurrent;
import junit.framework.Assert;
import org.apache.jackrabbit.mk.util.Cache;
import org.junit.Test;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Tests the cache implementation.
*/
public class ConcurrentCacheTest implements Cache.Backend<Integer, ConcurrentCac... | {
"content_hash": "e59432b2547d80ac9f150f875811528f",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 94,
"avg_line_length": 23.661016949152543,
"alnum_prop": 0.5723495702005731,
"repo_name": "tteofili/jackrabbit-oak",
"id": "200e9e89b4fd53bf94d2dcfea213957deb33a33a",
"size... |
"""
Originally from: http://github.com/jacobian/munin-plugins/blob/master/munin.py
Microframework for writing Munin plugins with Python.
Howto:
* Subclass ``Plugin``.
* Define at least ``fetch`` and ``config``, and possibly others (see
below).
* Add a main invocation to your script.
A si... | {
"content_hash": "5b08f493bb61396b042e01c63b2f0034",
"timestamp": "",
"source": "github",
"line_count": 113,
"max_line_length": 82,
"avg_line_length": 29.946902654867255,
"alnum_prop": 0.49379432624113473,
"repo_name": "ericholscher/django-kong",
"id": "e9c569765a12dde3daf80b3ebf3cde9651d49075",
"s... |
<?xml version="1.0" encoding="utf-8"?>
<book id="HAG" singlevoice="false" pageheader="Haggai">
<block style="mt" chapter="0" book="HAG" initialStartVerse="0" characterId="BC-HAG">
<text>Haggai</text>
</block>
<block style="c" paragraphStart="true" chapter="1" book="HAG" initialStartVerse="0" characterId="BC-H... | {
"content_hash": "0be6438cf425dc747605194526ae3840",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 285,
"avg_line_length": 59.93532338308458,
"alnum_prop": 0.6853158462687806,
"repo_name": "sillsdev/Glyssen",
"id": "f002152e7ec992d09f30c72088d8897cc65c8d6a",
"size": "12... |
using System.Collections.Generic;
using System.Collections.ObjectModel;
namespace API.Areas.HelpPage.ModelDescriptions
{
public class EnumTypeModelDescription : ModelDescription
{
public EnumTypeModelDescription()
{
Values = new Collection<EnumValueDescription>();
}
... | {
"content_hash": "92207da6368a4ab97652988b16656734",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 76,
"avg_line_length": 26.466666666666665,
"alnum_prop": 0.7027707808564232,
"repo_name": "sgermosen/TorneoPredicciones",
"id": "6254ac269ed56c388da60658a9d6ef13c2adcdab",
... |
package awslabs.lab31;
import java.util.List;
import com.amazonaws.services.sns.AmazonSNSClient;
import com.amazonaws.services.sqs.AmazonSQSClient;
import com.amazonaws.services.sqs.model.Message;
/**
* vWFNgt: Lab3.1
*/
public interface ILabCode {
String createQueue(AmazonSQSClient sqsClient, String queu... | {
"content_hash": "0d997efed14b1033c67eedbe4b8f29a7",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 102,
"avg_line_length": 43.64,
"alnum_prop": 0.8249312557286893,
"repo_name": "aws-jp-trainers/devonaws-labs-java-master-jp",
"id": "8caeb0b790fd1d51950adccc325ae388a7544b37"... |
package reader
import (
"bufio"
"compress/gzip"
"errors"
"fmt"
"io"
"net"
"net/http"
"sync/atomic"
"time"
"github.com/qiniu/log"
"github.com/qiniu/logkit/conf"
"github.com/qiniu/logkit/queue"
"github.com/qiniu/logkit/utils"
. "github.com/qiniu/logkit/utils/models"
"github.com/labstack/echo"
)
const (... | {
"content_hash": "dba6244632f6d9a8360b00aa3669dd65",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 116,
"avg_line_length": 24.24468085106383,
"alnum_prop": 0.6807810443176832,
"repo_name": "andrewei1316/logkit",
"id": "606977f1a78cd196ce94c16ccb07a730a665808c",
"size": ... |
/**
* Created by jaboko on 16.04.15.
*/
/// <reference path="chai/chai.d.ts" />
declare module chai{
export function should(target: any, message?: string): Should;
export function should(): Should;
interface Should extends chai.LanguageChains, chai.NumericComparison, chai.TypeComparison, chai.Assertion... | {
"content_hash": "42b4b5d59c539d34f40321d168f8c669",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 112,
"avg_line_length": 33.527272727272724,
"alnum_prop": 0.6296095444685467,
"repo_name": "jaboko/typescript-decorator-processor",
"id": "8ab6fc10f17272c9648237bc7c1dc42209b... |
- Fixed an issue where the **ok_codes** argument was passed twice to the HTTP requuest.
| {
"content_hash": "7b34c53f0d8a6b76703b0b0f77437925",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 87,
"avg_line_length": 88,
"alnum_prop": 0.75,
"repo_name": "demisto/content",
"id": "d8c150ea54b6255f21f09cccede2f341cd74bcb9",
"size": "146",
"binary": false,
"copies"... |
<?php
// Start session
include_once("../lib/session_manager.php") ;
include_once("../database/queries.php");
$objDB = new CQueryManager(CConfig::DB_AUDIO) ;
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" conten... | {
"content_hash": "385cd2dd24e6119fee9e815e520097b1",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 102,
"avg_line_length": 23.979591836734695,
"alnum_prop": 0.6119148936170212,
"repo_name": "mastishka/mgoos",
"id": "932db09cfa3a11a04fd641b8f1384c86c61f2698",
"size": "117... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>User agent detail - Alcatel-OT-802Y/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.1 ObigoInternetBrowser/Q05A</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materiali... | {
"content_hash": "47a234853c1439f6b80f7c00f81cdb00",
"timestamp": "",
"source": "github",
"line_count": 1191,
"max_line_length": 962,
"avg_line_length": 39.70864819479429,
"alnum_prop": 0.5288097604296619,
"repo_name": "ThaDafinser/UserAgentParserComparison",
"id": "a6ad71ca09b877719da882e4ade65dc2f4... |
This is a short, simple tutorial intended to get you started with Registrator as
quickly as possible. For full reference, see [Run Reference](run.md).
## Overview
Registrator watches for new Docker containers and inspects them to determine
what services they provide. For our purposes, a service is anything listening ... | {
"content_hash": "8673a47af2aebbe86f989bec2834e1d6",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 164,
"avg_line_length": 41.66355140186916,
"alnum_prop": 0.7420367877972185,
"repo_name": "olafnorge/golang-registrator",
"id": "7604ed6a90cb9bb04809b7928ed77064bb6cbf3d",
... |
package org.apache.derby.client.am;
// Methods implemented by the common Statement class to handle
// certain events that may originate from the material or common layers.
//
// Reply implementations may update statement state via this interface.
//
public interface StatementCallbackInterface extends UnitOfWorkLi... | {
"content_hash": "972e3331cf0ff3a8d0706dbda1b5e12f",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 139,
"avg_line_length": 31.952380952380953,
"alnum_prop": 0.7913561847988078,
"repo_name": "lpxz/grail-derby104",
"id": "82eca73bcfaf278685cd6d2267466a92c4e71fba",
"size": ... |
* Initial release.
## v0.7.5 and Earlier
* Can be found in the [old `monit` cookbook](https://github.com/apsoto/monit/).
| {
"content_hash": "644433aaf0d093a861bfc64b93e72969",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 79,
"avg_line_length": 24.6,
"alnum_prop": 0.6829268292682927,
"repo_name": "poise/poise-monit-compat",
"id": "0a4da14ac159e245a55c7dca5e8ac37f35eadfaa",
"size": "166",
"b... |
package io.datarouter.filesystem.snapshot.block;
public class BlockSizeCalculator{
private static final int WORD_WIDTH = 8;
private int size;
public static int pad(int inputSize){
int overflow = inputSize % WORD_WIDTH;
int padding = WORD_WIDTH - overflow;
return inputSize + padding;
}
public int calcul... | {
"content_hash": "b0c27d216f9d2c929bedb18ecb73affb",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 60,
"avg_line_length": 19.86,
"alnum_prop": 0.703423967774421,
"repo_name": "hotpads/datarouter",
"id": "fd3f71c36587e2cc367337289bd35a0a7e888f6b",
"size": "2599",
"bina... |
// Copyright (c) 2011-2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <consensus/validation.h>
#include <key.h>
#include <script/sign.h>
#include <script/signingprovider.h>
#include <scr... | {
"content_hash": "b96077278fbec0509e1c2c13386e3c0e",
"timestamp": "",
"source": "github",
"line_count": 374,
"max_line_length": 244,
"avg_line_length": 46.25668449197861,
"alnum_prop": 0.6728323699421965,
"repo_name": "midnightmagic/bitcoin",
"id": "cdef7dcc3cbb0f1d926b071bd9bc6ebf01de792f",
"size"... |
package com.amazonaws.services.frauddetector.model;
import java.io.Serializable;
import javax.annotation.Generated;
import com.amazonaws.AmazonWebServiceRequest;
/**
*
* @see <a href="http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/CreateDetectorVersion"
* target="_top">AWS API Documentatio... | {
"content_hash": "b7785132cfec9a8ffe47f272534a8ce1",
"timestamp": "",
"source": "github",
"line_count": 696,
"max_line_length": 141,
"avg_line_length": 34.5948275862069,
"alnum_prop": 0.6050336406678296,
"repo_name": "aws/aws-sdk-java",
"id": "55684703f821f7f354f7e9d6c8809febc5f0c11e",
"size": "246... |
@interface ShareSDKTest3_7UITests : XCTestCase
@end
@implementation ShareSDKTest3_7UITests
- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
// In UI tests it is usually best to stop immediately when a failure oc... | {
"content_hash": "20a08e1cb38d8b59b16ccbb9b9c9fd50",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 178,
"avg_line_length": 35.03333333333333,
"alnum_prop": 0.7193149381541389,
"repo_name": "WymanLyu/WYDemo",
"id": "e325bceece0aa653bfd832119ef210dace339ee1",
"size": "1233... |
/*
* MaterialGemDrawer.java
* Creation date: (10/25/00 8:44:19 AM)
* By: Luke Evans
*/
package org.openquark.gems.client.browser;
import javax.swing.tree.MutableTreeNode;
import org.openquark.cal.compiler.ModuleName;
import org.openquark.cal.compiler.ModuleNameResolver;
import org.openquark.gems.... | {
"content_hash": "ea1e69a686ec68defe34ba40b1ac7cfb",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 191,
"avg_line_length": 33.234042553191486,
"alnum_prop": 0.677336747759283,
"repo_name": "levans/Open-Quark",
"id": "83edc62fd3bb8696bac04fccf69b990dca091689",
"size": "47... |
//#define LOG_NDEBUG 0
#define LOG_TAG "ALooper"
#include <media/stagefright/foundation/ADebug.h>
#include <utils/Log.h>
#include <sys/time.h>
#include "ALooper.h"
#include "AHandler.h"
#include "ALooperRoster.h"
#include "AMessage.h"
namespace android {
ANDROID_API_STAGEFRIGHT_FOUNDATION ALooperRoster gLooper... | {
"content_hash": "930e941de2ee2f8ba1c92a9f0c4dad92",
"timestamp": "",
"source": "github",
"line_count": 247,
"max_line_length": 94,
"avg_line_length": 23.781376518218625,
"alnum_prop": 0.6205311542390194,
"repo_name": "dAck2cC2/m3e",
"id": "a35bc103726f725e132e94cef51415c334a9292e",
"size": "6493",... |
package org.olat.group.model;
import org.olat.group.BusinessGroupShort;
/**
*
* @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
*/
public class BusinessGroupReference {
private Long key;
private String name;
private Long originalKey;
private String originalName;
public BusinessGroupR... | {
"content_hash": "1520c1d13fd51a498e0d82bfb67290b9",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 97,
"avg_line_length": 19.444444444444443,
"alnum_prop": 0.7224489795918367,
"repo_name": "stevenhva/InfoLearn_OpenOLAT",
"id": "aac83b2f0f05dfdb8662a2523d093149ddd71e13",
... |
import * as utils from '../../utils';
import i18n from '../../i18n';
import { util } from 'chessground';
import settings from '../../settings';
import formWidgets from '../shared/form';
import { renderEndedGameStatus } from '../shared/offlineRound';
import popupWidget from '../shared/popup';
import backbutton from '../... | {
"content_hash": "7a19af7a840b5850f49ab464b90c44f7",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 108,
"avg_line_length": 24.46268656716418,
"alnum_prop": 0.6040268456375839,
"repo_name": "garawaa/lichobile",
"id": "c1b461af24cd41fe2a90fabe995d6bebccd5804b",
"size": "16... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>huffman: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css... | {
"content_hash": "8565a2ee3fe009a51be4e4e69fb175e3",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 319,
"avg_line_length": 42.69461077844311,
"alnum_prop": 0.5493688639551192,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "d27eb239d7fe1029b79ee973189d21562eff75ed",
... |
<!DOCTYPE html>
<HTML><head><TITLE>Manpage of webalizer</TITLE>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/main.css" type="text/css">
</head>
<body>
<header class="site-header">
<div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div>
<div class="site-descript... | {
"content_hash": "2ecc6755d235c44b2df62d764f8d95f4",
"timestamp": "",
"source": "github",
"line_count": 1215,
"max_line_length": 122,
"avg_line_length": 32.90781893004115,
"alnum_prop": 0.6970462446539779,
"repo_name": "yuweijun/yuweijun.github.io",
"id": "cc8540586d08d5fd58d2d7ed2be6cd575c8076dc",
... |
AliAnalysisTaskCaloTrackCorrelation *AddTaskPi0IMGammaCorrQA(const TString calorimeter = "EMCAL",
Bool_t simulation = kFALSE,
TString collision = "pp",
... | {
"content_hash": "5b5238b360547c94929da12ae2160e9e",
"timestamp": "",
"source": "github",
"line_count": 1135,
"max_line_length": 151,
"avg_line_length": 36.073127753303964,
"alnum_prop": 0.6527611557531202,
"repo_name": "mbjadhav/AliPhysics",
"id": "a4814836f78341035d8e6072bf3e28a42fc1ae2d",
"size"... |
/*jslint regexp: true */
/*global require: false, XMLHttpRequest: false, ActiveXObject: false,
define: false, window: false, process: false, Packages: false,
java: false, location: false */
define(['module'], function (module) {
'use strict';
var text, fs,
progIds = ['Msxml2.XMLHTTP', 'Microsof... | {
"content_hash": "e8b65cdc1b79e9b52c76a5587cfa8dd4",
"timestamp": "",
"source": "github",
"line_count": 328,
"max_line_length": 127,
"avg_line_length": 40.1859756097561,
"alnum_prop": 0.47780896745315227,
"repo_name": "pissang/claygl",
"id": "38a2efc1d465a93816754623684c2a2db30c54fd",
"size": "1338... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using System.Composition;
using Microsoft.CodeAnalysis.Host;
using Microsoft.CodeAnalysis.Host.Mef;
... | {
"content_hash": "9cc34b3d16344db47fa2d920435fbacc",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 99,
"avg_line_length": 36.142857142857146,
"alnum_prop": 0.7450592885375494,
"repo_name": "agocke/roslyn",
"id": "64c7ee842385e3d332342b1ce9cb7bc284087bf4",
"size": "1014",... |
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/header" />
<!--<android.support.v4.widget.SwipeRefreshLa... | {
"content_hash": "af4b66053c1e027063816398e864cc4c",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 72,
"avg_line_length": 38.78947368421053,
"alnum_prop": 0.6445047489823609,
"repo_name": "xqgdmg/MyQQDemo",
"id": "9aabb4d387588a22909aaea6dac3937d0d67844d",
"size": "737",... |
"""Settings for Norc, including all Django configuration.
Defaults are stored in defaults.py, and local environments are stored in
settings_local.py to avoid version control. This file merely pulls in
settings from those other files.
"""
import os
import sys
try:
import norc
except ImportError, e:
print 'I... | {
"content_hash": "bf04bb1100ab6dfc381b2538429a68ce",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 73,
"avg_line_length": 28.4,
"alnum_prop": 0.7142857142857143,
"repo_name": "darrellsilver/norc",
"id": "143e692ad6848ae2dd1811eb6569a0e029b7bd95",
"size": "995",
"binary... |
<?php
// src/AppBundle/Admin/PostAdmin.php
namespace tutolympique\AdminBundle\Admin;
use Sonata\AdminBundle\Admin\AbstractAdmin;
use Sonata\AdminBundle\Show\ShowMapper;
use Sonata\AdminBundle\Form\FormMapper;
use Sonata\AdminBundle\Datagrid\ListMapper;
use Sonata\AdminBundle\Datagrid\DatagridMapper;
class Utilisateu... | {
"content_hash": "df25d2391c6726b076f9499d47144133",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 115,
"avg_line_length": 33.54385964912281,
"alnum_prop": 0.6312761506276151,
"repo_name": "nico06530/tutolympique",
"id": "3f548e6a55f01c3ed27ab46fe62142e22c515922",
"size"... |
import os
import sys
import h5py
import numpy as np
from time import gmtime
import ibmtomography as itm
import matlab.engine
# python 2 and 3 import of the IBM experience module
if sys.version_info.major > 2:
from IBMQuantumExperience.IBMQuantumExperience import IBMQuantumExperience
else:
from IBMQuantumExperi... | {
"content_hash": "de431e90706428acc814893e6b16cc6f",
"timestamp": "",
"source": "github",
"line_count": 600,
"max_line_length": 166,
"avg_line_length": 43.95166666666667,
"alnum_prop": 0.530506996321717,
"repo_name": "QCmonk/ibmSDK",
"id": "2acb239e44c61b788406b2f2a6b1407ea818e77e",
"size": "26519"... |
Djortunes (`django_fortunes` app)
=================================
`django_fortunes`'s a [Django](http://www.djangoproject.com/) application to store fortunes (snippets of quotes, eg. IRC/IM ones). Originally inspired by the « [Fortunes](http://fortunes.inertie.org/) » application, by [Maurice Svay](http://svay.com/)... | {
"content_hash": "7d8fe252f81b15ed36434dd81329d21e",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 252,
"avg_line_length": 44.09090909090909,
"alnum_prop": 0.7327835051546392,
"repo_name": "n1k0/djortunes",
"id": "7e698f3d800296bc0546fac9b337a87518650140",
"size": "2427"... |
// Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "init.h"
#include "util.h"
#include "sync.h"
#include "ui_interface.h"
#includ... | {
"content_hash": "82cde265585fea9965c80446ae2fc311",
"timestamp": "",
"source": "github",
"line_count": 1305,
"max_line_length": 159,
"avg_line_length": 37.216858237547896,
"alnum_prop": 0.5769436666117608,
"repo_name": "yaccoin/yaccoin",
"id": "141814f0cdecc3c563931f54d563178aeec5854f",
"size": "4... |
/* -*- buffer-read-only: t -*- vi: set ro: */
/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
/* Copyright (C) 2001-2002, 2004-2011 Free Software Foundation, Inc.
Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood.
This file is part of gnulib.
This program is free software; you can redistribute it... | {
"content_hash": "febed8511df95c66550b135a1c9d0649",
"timestamp": "",
"source": "github",
"line_count": 594,
"max_line_length": 91,
"avg_line_length": 29.63131313131313,
"alnum_prop": 0.7005851940230668,
"repo_name": "WhiteBearSolutions/WBSAirback",
"id": "5ef43adbae70c1f6e56536a28072032640e6bc4c",
... |
package org.apache.uima.rdf;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.List;
import org.apache.clerezza.rdf.core.MGraph;
import org.apache.clerezza.rdf.core.UriRef;
import org.apache... | {
"content_hash": "8ec3429fd9d02b4fee2c5f28036a1471",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 97,
"avg_line_length": 29.391304347826086,
"alnum_prop": 0.7189349112426036,
"repo_name": "apache/uima-sandbox",
"id": "1543e6317217c75074b66329eb29485d91a6601d",
"size": ... |
'use strict'
// import material components
import {
Container,
View,
Checkbox,
Button,
Text
} from 'material'
import Layout from 'material/src/layout'
import css from 'material/src/module/css'
import iconStar from '../icon/star.svg'
import iconAccessibility from '../icon/accessibility.svg'
import iconPhone... | {
"content_hash": "95861269e04c59f7f6771292c340696d",
"timestamp": "",
"source": "github",
"line_count": 146,
"max_line_length": 135,
"avg_line_length": 62.56164383561644,
"alnum_prop": 0.5768557039632144,
"repo_name": "codepolitan/material-demo",
"id": "fd7b60f50d8e563d910cf6f36afc8028b40df952",
"s... |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
Copyright 2021 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless ... | {
"content_hash": "e4242242362449b5eb2f201713993050",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 118,
"avg_line_length": 39.25,
"alnum_prop": 0.714171974522293,
"repo_name": "apigee/conversational-ai-reference-implementations",
"id": "29e6de8441a9294308f79e20beafe2663277... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "2582d9925e87dabe519bf38aeaba6390",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "f4853e0bd0658b824a80ee2047218cd8f1dc7522",
"size": "195... |
/**
@module ember-flexberry
*/
import Ember from 'ember';
import FlexberryBaseComponent from './flexberry-base-component';
/**
Component for expand / collapse content.
Sample usage:
```handlebars
{{#flexberry-toggler
expandedCaption='Expanded caption'
collapsedCaption='Collapsed caption'
}}
Y... | {
"content_hash": "60623b508e821709c4aed0d60c702837",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 141,
"avg_line_length": 26.970588235294116,
"alnum_prop": 0.6641221374045801,
"repo_name": "akosinsky/test_ember",
"id": "7be8007c34e3f73f721fea890f730e14caa3d687",
"size"... |
using namespace DirectX; // we will be using the directxmath library
D3dx12jo::D3dx12jo()
{
hwnd_jo = NULL;
FullScreen_jo = false;
Running = true;
}
bool D3dx12jo::InitD3D(HWND hwnd_tmp)
{
HRESULT hr;
// -- Create the Device -- //
IDXGIFactory4* dxgiFactory;
hwnd_jo = hwnd_tmp;
hr = Cre... | {
"content_hash": "9d167cc9f65a84d41d6de6d719a6376b",
"timestamp": "",
"source": "github",
"line_count": 367,
"max_line_length": 165,
"avg_line_length": 35.59945504087194,
"alnum_prop": 0.7062380405663988,
"repo_name": "jobeid/TrayPwrD3",
"id": "bba0a662b91475587327f61b1c0f6efb7e941a3a",
"size": "13... |
from translate.misc import optrecurse
import os
class TestRecursiveOptionParser:
def __init__(self):
self.parser = optrecurse.RecursiveOptionParser({"txt":("po", None)})
def test_splitext(self):
"""test the L{optrecurse.splitext} function"""
name = "name"
extension = "ext"
... | {
"content_hash": "caa9047ece0e04ad4dc9de2fb10d1a08",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 76,
"avg_line_length": 33.44444444444444,
"alnum_prop": 0.6262458471760798,
"repo_name": "dbbhattacharya/kitsune",
"id": "c3ef108c6197392ad478ef33b56857eda92829e9",
"size":... |
/*
* Copyright (C) 1990-93 Silicon Graphics, Inc.
*
_______________________________________________________________________
______________ S I L I C O N G R A P H I C S I N C . ____________
|
| $Revision: 1.3 $
|
| Classes:
| SoXtSliderSets for creating organized groups of sliders
|
| Author(s) ... | {
"content_hash": "46504938ea093d72524d22991596b804",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 80,
"avg_line_length": 32.09027777777778,
"alnum_prop": 0.6528889850681671,
"repo_name": "OpenXIP/xip-libraries",
"id": "5cc164227847f75341406f09ffdf82bdfd43a9b6",
"size":... |
using namespace std;
using namespace boost;
static uint64 nAccountingEntryNumber = 0;
extern CCriticalSection cs_db;
extern map<string, int> mapFileUseCount;
extern void CloseDb(const string& strFile);
//
// CWalletDB
//
bool CWalletDB::WriteName(const string& strAddress, const string& strName)
{
nWalletDBUpda... | {
"content_hash": "b37c0b0d8b1b0cec74af65040be77026",
"timestamp": "",
"source": "github",
"line_count": 419,
"max_line_length": 166,
"avg_line_length": 33.9928400954654,
"alnum_prop": 0.49961384539773923,
"repo_name": "linuxmahara/Negativity5-1",
"id": "e94c449f8f930147f87c892a5b8a1414e5ae4ba8",
"s... |
<?php
/* Now prepare the MySQL insert */
/* Include the config file */
require_once "config.php";
/* and the database file */
require_once "db.php";
// Create connection
$conn = new mysqli($host, $user, $pass, $database);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->... | {
"content_hash": "60655dd4a661dc135c2a3638a923ed84",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 218,
"avg_line_length": 31.24390243902439,
"alnum_prop": 0.5644028103044496,
"repo_name": "brendanmanning/OpenAppStore",
"id": "7d399ef1036a1adfac199a8e6ba38e6d6ad001a1",
"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.cidic</groupId>
<artifactId... | {
"content_hash": "c915a1a7dc29674264f20e58245f8879",
"timestamp": "",
"source": "github",
"line_count": 321,
"max_line_length": 104,
"avg_line_length": 29.018691588785046,
"alnum_prop": 0.6618357487922706,
"repo_name": "zyhndesign/FontDesign",
"id": "2b75733c550dc9c14633b20fcce188951dd7bd89",
"size... |
package me.magicall.xml.dom4j;
import java.util.Map;
/**
* 在给定的map中,以节点名作为key寻找对应的java bean的类全名。
*
* @author MaGiCalL
*/
public class MappingNodeNameToClassNameXmlParser extends AbsXmlParser {
private final Map<String, String> nodeNameClassNameMap;
public MappingNodeNameToClassNameXmlParser(final Map<String,... | {
"content_hash": "e2ac28f84d0a786ee80b084c92b56a12",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 93,
"avg_line_length": 23.652173913043477,
"alnum_prop": 0.7904411764705882,
"repo_name": "magical-l/magicall-xml-dom4j",
"id": "28162366668c209c2825ef30b55950ce4178b987",
... |
namespace blink {
namespace {
class EmptyModuleRecordResolver final : public ModuleRecordResolver {
public:
EmptyModuleRecordResolver() = default;
// We ignore {Unr,R}egisterModuleScript() calls caused by
// ModuleScript::CreateForTest().
void RegisterModuleScript(const ModuleScript*) override {}
void Unr... | {
"content_hash": "c8bd6c2adc530a5bad7402e276a023cd",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 80,
"avg_line_length": 26.53142857142857,
"alnum_prop": 0.6398880034460478,
"repo_name": "endlessm/chromium-browser",
"id": "23f14bb37a8a54324a8b57bd67df7cf6c9487469",
"si... |
module Pokemon
class Set
attr_accessor :id, :name, :series, :printed_total, :total, :legalities, :ptcgo_code, :release_date, :updated_at, :images
def self.from_json(json)
set = Set.new
set.id = json['id']
set.name = json['name']
set.series = json['series']
set.printed_total = js... | {
"content_hash": "9b5eeeef53fb8e8c8210bfcb15355f3e",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 124,
"avg_line_length": 27.901960784313726,
"alnum_prop": 0.6163035839775123,
"repo_name": "PokemonTCG/pokemon-tcg-sdk-ruby",
"id": "86380de22e0e73ccdf91f2dd9cc9b6766132a67a"... |
from CIM14.CPSM.StateVariables.Element import Element
class TopologicalIsland(Element):
"""An electrically connected subset of the network. Topological islands can change as the current network state changes (i.e. switch or Terminal.connected status changes).
"""
def __init__(self, AngleRef_TopologicalNod... | {
"content_hash": "5db07d75cfc63e41ec9a43b8c318f962",
"timestamp": "",
"source": "github",
"line_count": 65,
"max_line_length": 238,
"avg_line_length": 43.2,
"alnum_prop": 0.7029914529914529,
"repo_name": "rwl/PyCIM",
"id": "2aed487bcdfdaceacdecc7e3eb7f5740e05264ce",
"size": "3908",
"binary": fals... |
import fnmatch
import sys
import subprocess
def git_get_staged_files():
files = str(subprocess.check_output(['git', 'diff', '--name-only', '--cached']))
return [line for line in files.splitlines() if line != '']
def git_get_all_files():
files = str(subprocess.check_output(['git', 'ls-files']))
return [line fo... | {
"content_hash": "f2c0ffbddf1f28550dcde8c89b853ef3",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 118,
"avg_line_length": 33.34,
"alnum_prop": 0.6634673065386922,
"repo_name": "xairy/enet-plus",
"id": "45dc83770097ac2599846172f28d4d12f967a9d7",
"size": "1686",
"binary... |
package org.apache.asterix.runtime.evaluators.accessors;
import java.io.DataOutput;
import java.io.IOException;
import org.apache.asterix.dataflow.data.nontagged.serde.ADurationSerializerDeserializer;
import org.apache.asterix.dataflow.data.nontagged.serde.AInt32SerializerDeserializer;
import org.apache.asterix.data... | {
"content_hash": "98176ad64a1da99398916d74011b8366",
"timestamp": "",
"source": "github",
"line_count": 142,
"max_line_length": 167,
"avg_line_length": 48.859154929577464,
"alnum_prop": 0.6317382530988758,
"repo_name": "amoudi87/asterixdb",
"id": "48856ca0d52355b55b185abfa17499ab933516bf",
"size": ... |
const RGBImage = require('./RaspiRGBImage');
const Overlay = require('./Overlay').Overlay;
const RGBBuffer = require('./RGBBuffer');
const HumidTemp = require('../sensor/HumidTemp');
const overlay = new Overlay();
const imagemin = require('imagemin');
const imageminPngquant = require('imagemin-pngquant');
/**
* [getP... | {
"content_hash": "54f32cf5ebedaf848781b00426a160a6",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 111,
"avg_line_length": 34.022222222222226,
"alnum_prop": 0.6358589157413456,
"repo_name": "malbanese/hydroponic-monitoring-system",
"id": "e43819011ab764b9e5faeb3d207e44de73... |
<!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_22) on Wed Sep 14 22:21:33 CEST 2011 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
Uses of Class net.sourcefor... | {
"content_hash": "975f8f558f7ab400749c57ea33acc430",
"timestamp": "",
"source": "github",
"line_count": 226,
"max_line_length": 336,
"avg_line_length": 47.22566371681416,
"alnum_prop": 0.641525344326806,
"repo_name": "pscadiz/pmd-4.2.6-gds",
"id": "dfd69b6d73876a10e0af63ebf6aaff8d6fed71a1",
"size":... |
let wizard = {
house: '',
courses: [],
};
export default class WizardRepository {
static get() {
return wizard;
}
static save(updatedWizard) {
wizard = updatedWizard;
return wizard;
}
}
| {
"content_hash": "bb771cb1b10e60c1680c1012159b7aaf",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 39,
"avg_line_length": 12.588235294117647,
"alnum_prop": 0.6074766355140186,
"repo_name": "zhon/react-hogwarts-tdd-kata",
"id": "3eb0e37ec78e97cba595c1c8a27d0e21455be530",
... |
CKEDITOR.dialog.add( 'radio', function( editor ) {
return {
title: editor.lang.forms.checkboxAndRadio.radioTitle,
minWidth: 350,
minHeight: 140,
onShow: function() {
delete this.radioButton;
var element = this.getParentEditor().getSelection().getSelectedElement();
if ( element && element.... | {
"content_hash": "0175eb292e79d8bfca8dead210d9d58c",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 123,
"avg_line_length": 28.214285714285715,
"alnum_prop": 0.5715189873417722,
"repo_name": "webmasterETSI/web",
"id": "ebdf951e9ce79784e5a1e8968fd526e56e70baf3",
"size": "... |
namespace oless {
namespace excel {
namespace records {
class FrtWrapperRecord : public Record {
public:
FrtWrapperRecord(unsigned short type, std::vector<uint8_t> data) : Record(type, data) {
}
};
}
}
}
| {
"content_hash": "3c0dcdc9d5a5a7ff2850c00d1ab0709b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 91,
"avg_line_length": 17.615384615384617,
"alnum_prop": 0.6506550218340611,
"repo_name": "DBHeise/fileid",
"id": "95f18bbddd51c42001b9c1b12a4e8ef8127d6645",
"size": "266",... |
<!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_40) on Wed Apr 13 18:09:41 UTC 2016 -->
<title>Uses of Class org.apache.cassandra.cql3.statements.DropRoleStatement (apache-cassandra API)</tit... | {
"content_hash": "7796426ff9f76fc516c8b347058153a7",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 171,
"avg_line_length": 38.184,
"alnum_prop": 0.6174313848732453,
"repo_name": "elisska/cloudera-cassandra",
"id": "11e6173501b1a675688c3c89f78833fb6ea520b5",
"size": "477... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Files
{
class Program
{
static void Main(string[] args)
{
var numberOfFiles = int.Parse(Console.ReadLine());
// Dictionary : ROOT -> FILENAMEAN... | {
"content_hash": "5a768d416486fe5bc63d354dcd61ab69",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 128,
"avg_line_length": 32.6764705882353,
"alnum_prop": 0.46624662466246625,
"repo_name": "MiraNedeva/SoftUni",
"id": "c8203cc4271887566ddcb5c0c2db922eddb0e19a",
"size": "2... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="lang:clipboard.copy" content="Copy to clipboard">
<meta name="lang... | {
"content_hash": "265d15b91a0fd326405a35b7619a9281",
"timestamp": "",
"source": "github",
"line_count": 471,
"max_line_length": 999,
"avg_line_length": 47.524416135881104,
"alnum_prop": 0.635319871336669,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "05a0fa4b497e83f82f1fc84f3ec57b6ae3b40e1... |
module.exports = {
'@desiredCapabilities': {
name: 'test-Name'
},
demoTest: function (client) {
client.assert.equal(client.options.desiredCapabilities.name, 'test-Name');
client.url('http://localhost')
.assert.elementPresent('#weblogin');
},
after: function (client) {
client.end();... | {
"content_hash": "6f3cd8ad484bca6230579abd1f4e7f94",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 78,
"avg_line_length": 20.625,
"alnum_prop": 0.6212121212121212,
"repo_name": "nightwatchjs/nightwatch",
"id": "bdb1ea93bae3528a98b0d90641857322e210d31f",
"size": "330",
... |
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: soc2013/dpl/head/lib/libutil/login_cap.c 184676 2008-11-04 13:49:53Z des $");
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/param.h>
#include <errno.h>
#include <fcntl.h>
#include <libutil.h>
#include <login_cap.h>
#include <pwd.h>
#in... | {
"content_hash": "111493bfc42c1265a548e4e079ada2e3",
"timestamp": "",
"source": "github",
"line_count": 793,
"max_line_length": 97,
"avg_line_length": 23.402269861286253,
"alnum_prop": 0.5796422028235801,
"repo_name": "dplbsd/soc2013",
"id": "c3a976fdd38719381f79c17c7f33c252ce7b6830",
"size": "1973... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.