text stringlengths 2 1.04M | meta dict |
|---|---|
Locauto
=======
Sistema para Locadora de automóveis
| {
"content_hash": "74309801d3ce3f1c67855b93eb270f19",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 35,
"avg_line_length": 13.25,
"alnum_prop": 0.7169811320754716,
"repo_name": "hipertrix/Locauto",
"id": "17c91eb7f5d3e226127429ed9563a0d98d3ef0c1",
"size": "54",
"binary":... |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed><tipo>Rua</tipo><logradouro>Gerânio</logradouro><bairro>Bom Jardim</bairro><cidade>Ipatinga</cidade><uf>MG</uf><cep>35162268</cep></feed>
| {
"content_hash": "ce2bbd75291494a969a921b4040c01c8",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 143,
"avg_line_length": 100,
"alnum_prop": 0.72,
"repo_name": "chesarex/webservice-cep",
"id": "04deb7ea3095e8b619fa61733332ced93076fc09",
"size": "201",
"binary": false,
... |
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle... | {
"content_hash": "09855c554fcec1130e6d2dbf668e175b",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 147,
"avg_line_length": 42.16129032258065,
"alnum_prop": 0.7345065034429993,
"repo_name": "loqman/moodle_redprofile",
"id": "d5207f53f766b1622b04e86736fcb0ed0477c4ca",
"siz... |
import pytest
from pandas.core.dtypes.cast import construct_1d_object_array_from_listlike
@pytest.mark.parametrize("datum1", [1, 2., "3", (4, 5), [6, 7], None])
@pytest.mark.parametrize("datum2", [8, 9., "10", (11, 12), [13, 14], None])
def test_cast_1d_array(datum1, datum2):
data = [datum1, datum2]
result =... | {
"content_hash": "b634cd45926ff422c3d9847e8d02c2c4",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 75,
"avg_line_length": 35.7,
"alnum_prop": 0.6792717086834734,
"repo_name": "MJuddBooth/pandas",
"id": "61fc17880ed65a1878449adc305d9b1640bb0e3b",
"size": "739",
"binary"... |
(function() {
'use strict';
angular.module('hansei.ui')
.directive('cardPile', ['board', function(board) {
return {
restrict: 'E',
templateUrl: '/templates/_cardPile.html',
scope: {
pile: '=',
column: '=',
index: '='
},
controller: ... | {
"content_hash": "5fb3215945108f405b5da1c6908bc92d",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 101,
"avg_line_length": 30.306451612903224,
"alnum_prop": 0.48589675359233636,
"repo_name": "afebbraro/lucidboard",
"id": "735c7044e7f5a6629e92b23a757ff8503c9aef13",
"size"... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/extensions/api/record/record_api.h"
#include <string>
#include "base/file_path.h"
#include "base/file_util.h"
#include "bas... | {
"content_hash": "95e0ed0f4feabc1eb67c1282bc7a80a9",
"timestamp": "",
"source": "github",
"line_count": 348,
"max_line_length": 78,
"avg_line_length": 37.26149425287356,
"alnum_prop": 0.6938382046734017,
"repo_name": "leiferikb/bitpop-private",
"id": "df0679d7a444ff0419ce653c4ca49eb33217f11a",
"siz... |
/* $NetBSD: stdarg.h,v 1.7 2003/08/07 16:26:53 agc Exp $ */
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* ... | {
"content_hash": "8fc2c3ab8d69a3ff5c971071265af8ac",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 77,
"avg_line_length": 38.21333333333333,
"alnum_prop": 0.6866713189113748,
"repo_name": "MarginC/kame",
"id": "9aa9c09e96dfecf4e397584e4b27debe5876973a",
"size": "2866",
... |
<?php
namespace Application\Migrations;
use Doctrine\DBAL\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your needs!
*/
class Version20150320142311 extends AbstractMigration
{
public function up(Schema $schema)
{
// this up() migratio... | {
"content_hash": "212a74ffe2dcc5ba52567cc079b1d8f4",
"timestamp": "",
"source": "github",
"line_count": 34,
"max_line_length": 147,
"avg_line_length": 44.470588235294116,
"alnum_prop": 0.6911375661375662,
"repo_name": "nchervyakov/chat",
"id": "a7bf84c5e345e9a7ff4c50ff45f7c6a877933d24",
"size": "15... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRig... | {
"content_hash": "fa0ad7938cdd33b740986077041584e6",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 96,
"avg_line_length": 43.15555555555556,
"alnum_prop": 0.6869207003089598,
"repo_name": "drmercer/Ponderizer",
"id": "3568fc7f9c600dbdd129102f6afe5f2b449c216d",
"size": "1... |
h1. Boilerplate project installation instructions
You should insert all prequisites for your project
along with installation instructions in here.
Do not forget to add description of project to @README.md@ document! | {
"content_hash": "2ae191e1967bbb90586b0daa6fd6a068",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 68,
"avg_line_length": 43.2,
"alnum_prop": 0.8333333333333334,
"repo_name": "illibejiep/YiiBoilerplate",
"id": "d541f00816c91374cc532f550290a9955bc951de",
"size": "216",
"... |
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="3" failures="0" disabled="0" errors="0" timestamp="2015-12-11T14:58:43" time="0.007" name="AllTests">
<testsuite name="TmpTest/0" tests="1" failures="0" disabled="0" errors="0" time="0.003">
<testcase name="All" type_param="double" status="run" time="0.003... | {
"content_hash": "17c88406dc42553deb9000239b606e6f",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 120,
"avg_line_length": 66.41666666666667,
"alnum_prop": 0.6637390213299874,
"repo_name": "wwu-numerik/dune-stuff-testlogs",
"id": "1b735ae0d2b34a78c3b51a2f38cf1c931d0eb71a",... |
/******************************************************************************
* main.cpp
*
* Main entrypoint for the camera control software
* Currently only GigE cameras from AVT are supported (see camCtrlVmbAPI.h)
*
* Sami Varjo 2013
*-------------------------------------------------------------------------... | {
"content_hash": "5a3ca0497d3c9baa910c94090c8de1b5",
"timestamp": "",
"source": "github",
"line_count": 204,
"max_line_length": 110,
"avg_line_length": 32.372549019607845,
"alnum_prop": 0.5617807389460933,
"repo_name": "svarjo/VisMe",
"id": "d9a7b361f65b348c373a9317da1eda809247a0da",
"size": "6605"... |
using namespace std;
class Graph
{
int V; // No. of vertices
list<int> *adj; // adjacency lists
// A recursive function to print DFS starting from v
void DFSUtil(int v, vector<bool> &visited);
public:
Graph(int V);
void addEdge(int v, int w);
int findMother();
};
G... | {
"content_hash": "944a423386b6ed4103dee05e54f11789",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 64,
"avg_line_length": 24.77319587628866,
"alnum_prop": 0.5538909696213067,
"repo_name": "gbelwariar/Self-Made-Projects",
"id": "98b282412447bd91e3c42a861929a8f9002f00e7",
... |
import json
import uuid
from datetime import datetime
from ._compat import iteritems, binary_type, cached_property
__all__ = ('Alert', 'Message', 'HIGH_PRIORITY', 'LOW_PRIORITY',
'EXPIRE_IMMEDIATELY')
_EPOCH = datetime(1970, 1, 1)
#: Send the push message immediately. Notifications with this priority mus... | {
"content_hash": "9df6e4441daad9dd8e95e93355d38768",
"timestamp": "",
"source": "github",
"line_count": 319,
"max_line_length": 79,
"avg_line_length": 41.64576802507837,
"alnum_prop": 0.651411366202484,
"repo_name": "joshfriend/apns3",
"id": "8aae9f8fd9d1854d80895db746f912f6851a9949",
"size": "1335... |
#include "tensorflow/compiler/xla/python/py_buffer.h"
#include <functional>
#include <type_traits>
#include "absl/base/casts.h"
#include "pybind11/pybind11.h"
#include "pybind11/pytypes.h"
#include "tensorflow/compiler/xla/pjrt/pjrt_client.h"
#include "tensorflow/compiler/xla/python/py_client.h"
#include "tensorflo... | {
"content_hash": "ed92038a6547661c739b9dc485d7f9bf",
"timestamp": "",
"source": "github",
"line_count": 617,
"max_line_length": 80,
"avg_line_length": 39.027552674230144,
"alnum_prop": 0.6511212624584718,
"repo_name": "frreiss/tensorflow-fred",
"id": "0079d1a5f5e370616939b181fb98c1dd2d273682",
"siz... |
layout: post
date: 2017-10-30
title: "Blush Prom Style 19 Sleeveless Sweep/Brush Train Aline/Princess"
category: Blush
tags: [Blush,Aline/Princess ,Sweetheart,Sweep/Brush Train,Sleeveless]
---
### Blush Prom Style 19
Just **$289.99**
### Sleeveless Sweep/Brush Train Aline/Princess
<table><tr><td>BRANDS</td><td>Blus... | {
"content_hash": "45a27f8ab389c0d173fd5df380e14026",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 250,
"avg_line_length": 77.78571428571429,
"alnum_prop": 0.7134986225895317,
"repo_name": "nicedaymore/nicedaymore.github.io",
"id": "947bd7a5bf2ca665b33c34fb14750b6a92f3269c... |
namespace Wex
{
class WindowDeviceContext : public DeviceContext
{
public:
WindowDeviceContext(HWND window);
WindowDeviceContext(const WindowDeviceContext& rhs) = delete;
~WindowDeviceContext();
WindowDeviceContext& operator=(const WindowDeviceContext& rhs) = delete;
private:
friend class WindowDeviceCo... | {
"content_hash": "8b6035bb33751fdee99c837175e9d964",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 74,
"avg_line_length": 21.352941176470587,
"alnum_prop": 0.768595041322314,
"repo_name": "jmfb/wex",
"id": "5a1b832a43bca6c7099355c7ba8ec6fed1d71af1",
"size": "404",
"bin... |
module.exports = function (mongoose) {
var Schema = mongoose.Schema;
var ClientSchema = new Schema({
razaoSocial: {type: String, default: ''},
cpf: {type: String, default: ''},
cnpj: {type: String, default: ''},
telefone: {type: String, default: ''},
data: { type: Date, default: Date.now }
})... | {
"content_hash": "052b575bf051ac357fdd914d00ff9ad1",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 48,
"avg_line_length": 28.76923076923077,
"alnum_prop": 0.6229946524064172,
"repo_name": "Ibanheiz/mean-seed",
"id": "14316e77f0e68b4307c6150cb19ec5bc1cbd077b",
"size": "37... |
package com.noticeditorteam.noticeditor.model;
import com.carrotsearch.junitbenchmarks.BenchmarkOptions;
import com.carrotsearch.junitbenchmarks.BenchmarkRule;
import com.noticeditorteam.noticeditor.io.JsonFormat;
import org.json.JSONException;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Ru... | {
"content_hash": "a9772819b7210af7328ebe202ff45f30",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 68,
"avg_line_length": 29.236842105263158,
"alnum_prop": 0.7029702970297029,
"repo_name": "NoticEditorTeam/NoticEditor",
"id": "5c5c33f55543db3a68ee83ad5ae96aa7005155bc",
"... |
package org.pepstock.charba.client.options;
import org.pepstock.charba.client.commons.Checker;
import org.pepstock.charba.client.commons.Key;
import org.pepstock.charba.client.commons.NativeObject;
import org.pepstock.charba.client.defaults.IsDefaultLegend;
/**
* The chart legend displays data about the datasets th... | {
"content_hash": "6c8a0e3274b9d500970142b14d5bbc41",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 137,
"avg_line_length": 27.09045226130653,
"alnum_prop": 0.7223149693934335,
"repo_name": "pepstock-org/Charba",
"id": "f0b42aeac2793085884261a3084cb63f3aa0a636",
"size": ... |
exports.insertPersonalScore = ctx => {
return Bloggify.services.mousetracker.saveMouseSet(ctx.data)
}
| {
"content_hash": "05e6869cd6b9e730d665f142683088fc",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 64,
"avg_line_length": 35.333333333333336,
"alnum_prop": 0.7735849056603774,
"repo_name": "HackPurdue/purdue-ironhacks",
"id": "e61590decd7a960e546f1020916438c79e8ed576",
"s... |
using STSdb4.General.Communication;
using STSdb4.General.IO;
using STSdb4.Remote;
using STSdb4.Storage;
using STSdb4.WaterfallTree;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Management;
using System.Text;
namespace STSdb4.Database
{
public static class STSdb
... | {
"content_hash": "1ba4762bb5689e274c02902ac19d6821",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 132,
"avg_line_length": 35.68333333333333,
"alnum_prop": 0.6791219056515647,
"repo_name": "zhouweiaccp/code",
"id": "3f8b969955b9bef4b7c5f37053a111dbdf75c3ef",
"size": "214... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Sp. pl. 1:324. 1753 "<I>Lilio Asphodelus</I>"
#### Original name
null
### Remarks
null | {
"content_hash": "ba4887c1f1404a733509a1b8cd86b218",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 45,
"avg_line_length": 13.461538461538462,
"alnum_prop": 0.6742857142857143,
"repo_name": "mdoering/backbone",
"id": "20acb716750795a3e13ba55021376dfafc481fc7",
"size": "23... |
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class My404 extends CI_Controller
{
public function __construct() {
parent::__construct();
$this->load->helper(array('form', 'url'));
$this->load->library('email');
$this->load->library('form_validation');
}
... | {
"content_hash": "2d1a75e3261c3417422a7a5f81a6e1d8",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 63,
"avg_line_length": 25.5,
"alnum_prop": 0.5281045751633987,
"repo_name": "jayrex24/mainsite",
"id": "b8326ab06f2ab787a0acd7e50cc6cbbb8b5e81a7",
"size": "765",
"binary"... |
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient-for-javascript</... | {
"content_hash": "9962685c714dbf59a407ea191042fd68",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 204,
"avg_line_length": 28.83823529411765,
"alnum_prop": 0.6557878633350331,
"repo_name": "EXIficient/exificient-for-javascript",
"id": "5bb6031ea9ba3f7358b864ed97f303c027ef... |
<?php
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateTableLocationStatus extends Migration {
/**
* Run the migrations.
*
* @return void
*/
public function up()
{
Schema::create('location_status', function($table)
{
$table->increment... | {
"content_hash": "1168402688a8a28c8836accffddaf61f",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 54,
"avg_line_length": 18.771428571428572,
"alnum_prop": 0.6118721461187214,
"repo_name": "shampine/bang-wendell",
"id": "b49c8f8e5d82744c162495b15b88f131a7085f8e",
"size":... |
@interface YCEaseMobUITests : XCTestCase
@end
@implementation YCEaseMobUITests
- (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 occurs.
se... | {
"content_hash": "3858615446d5c4ccc4eada44cda65f17",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 178,
"avg_line_length": 34.63333333333333,
"alnum_prop": 0.7179980750721848,
"repo_name": "RobertHuoShan/YCEaseMob",
"id": "a8aef031e30ce877438d86c25060fa5fd8fb79ca",
"size... |
MusicBrainz Collection Plugin
=============================
The ``mbcollection`` plugin lets you submit your catalog to MusicBrainz to
maintain your `music collection`_ list there.
.. _music collection: http://musicbrainz.org/show/collection/
To begin, just enable the ``mbcollection`` plugin (see :doc:`/plugins/inde... | {
"content_hash": "261d49d14c301cb0751caa744c2ff278",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 79,
"avg_line_length": 38.8,
"alnum_prop": 0.7242268041237113,
"repo_name": "pdf/beets",
"id": "f5a6df130ddcc55de597fc40bbc6c320f8033fd0",
"size": "776",
"binary": false,... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">LexDroidEjemploTabs</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="opc01">Opción 1</string>
<string name="opc02">Opción 2</string>
<string name="o... | {
"content_hash": "e72f9a07fc04830ed6388bb085907c1a",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 56,
"avg_line_length": 33.25,
"alnum_prop": 0.6766917293233082,
"repo_name": "jorgeSV/LexDroidEjemploTabs",
"id": "bca90cd2227f2dd82f486d6404dd21e355aa7581",
"size": "403",... |
//=============================================================================================================
//=============================================================================================================
// INCLUDES
//================================================================================... | {
"content_hash": "c2e5c2c0255e5051e3e7ae701be3c3be",
"timestamp": "",
"source": "github",
"line_count": 387,
"max_line_length": 183,
"avg_line_length": 40.291989664082685,
"alnum_prop": 0.5033668954017828,
"repo_name": "LorenzE/mne-cpp",
"id": "821d27629677f7edc5c667c8589b65584136b025",
"size": "17... |
package net.javagoodies.MicroService;
/**
* Any exception from a MicroService starts here
*/
public class MicroServiceException extends Exception {
/**
* Default constructor
*/
public MicroServiceException() {
super();
}
/**
* Constructor with just a text message
*
* @param message String of readab... | {
"content_hash": "df27b64db4982e610eea71e505bf40d7",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 81,
"avg_line_length": 21.232558139534884,
"alnum_prop": 0.7141292442497261,
"repo_name": "kellydiversified/JavaGoodies",
"id": "862e226c29f81579563b10c2a18c724929f1566a",
... |
"no use strict";
;(function(window) {
if (typeof window.window != "undefined" && window.document) {
return;
}
window.console = function() {
var msgs = Array.prototype.slice.call(arguments, 0);
postMessage({type: "log", data: msgs});
};
window.console.error =
window.console.warn =
window.console.log =
wind... | {
"content_hash": "7bc600765cd2f9eada43d8f85040a89b",
"timestamp": "",
"source": "github",
"line_count": 2251,
"max_line_length": 166,
"avg_line_length": 29.410484229231454,
"alnum_prop": 0.4943582617101944,
"repo_name": "jupe/restdoc",
"id": "fd554c63d82518d6aa9c29f5c2e61f3cb45ce351",
"size": "6620... |
package io.cdap.plugin.zuora.objects;
import com.google.gson.annotations.SerializedName;
import io.cdap.cdap.api.data.schema.Schema;
import io.cdap.plugin.zuora.restobjects.annotations.ObjectDefinition;
import io.cdap.plugin.zuora.restobjects.annotations.ObjectFieldDefinition;
import io.cdap.plugin.zuora.restobjects.... | {
"content_hash": "06c1a30e31fa6a2ddae870459fc83444",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 74,
"avg_line_length": 26.51851851851852,
"alnum_prop": 0.8072625698324022,
"repo_name": "data-integrations/zuora",
"id": "72d3d222dbc10eb9d2a8b6809bca7f3e1527d0f6",
"size"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "5114f428724147cf5274d011ed003151",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "89b48ca6214d3f1c3e321ca899b4d3e93c4314ec",
"size": "176... |
export interface IDevice {
name: string,
token: string,
type: string,
platform: string,
status?: string,
startedAt?: number,
busySince?: number,
procPid?: number,
apiLevel?: string,
info?: string,
config?: string
}
export class Device implements IDevice {
private _startedAt?: number;
private ... | {
"content_hash": "6929a9ff9fbe0c3f61069a639c754e1a",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 256,
"avg_line_length": 17.15625,
"alnum_prop": 0.5924408014571949,
"repo_name": "SvetoslavTsenov/devices-controller",
"id": "f7f278c21e3fa0d67aadc043d720571612345773",
"s... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>statsmodels.regression.dimred.PrincipalHessianDirections.fit — statsmodels v0.10.2 documentation</title>
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="styleshee... | {
"content_hash": "566b0d2c46a1c6cd98fe5bfe33de98ac",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 515,
"avg_line_length": 46.94252873563219,
"alnum_prop": 0.6601371204701273,
"repo_name": "statsmodels/statsmodels.github.io",
"id": "455420597632b196264dbdbffae26914c8c1c31... |
using passwords_helper::AddLogin;
using passwords_helper::AllProfilesContainSamePasswordForms;
using passwords_helper::AllProfilesContainSamePasswordFormsAsVerifier;
using passwords_helper::CreateTestPasswordForm;
using passwords_helper::GetPasswordCount;
using passwords_helper::GetPasswordStore;
using passwords_helper... | {
"content_hash": "ec0a4b0f15c195f067b889f66663baf0",
"timestamp": "",
"source": "github",
"line_count": 277,
"max_line_length": 77,
"avg_line_length": 38.707581227436826,
"alnum_prop": 0.774482372691662,
"repo_name": "ChromiumWebApps/chromium",
"id": "da167bfb7cf896026a24a450a7e70ea88f6aefb4",
"siz... |
@import './caption';
@import './image';
@import './wrapper';
| {
"content_hash": "80836fe9c663450cb72ce4ddb232b0ad",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 20,
"avg_line_length": 20.333333333333332,
"alnum_prop": 0.6065573770491803,
"repo_name": "aptuitiv/cacao",
"id": "f87f0c75acbf199ae32db23ef730b310112d0c4a",
"size": "61",
... |
import json
import codecs
import requests
import itertools
URL_MAIN = "http://api.nytimes.com/svc/"
URL_POPULAR = URL_MAIN + "mostpopular/v2/"
API_KEY = { "popular": "",
"article": ""}
def get_from_file(kind, period):
filename = "popular-{0}-{1}.json".format(kind, period)
with open(filename, "r")... | {
"content_hash": "19fd80ebd1ef9573b5e3e0e4cc05ef70",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 131,
"avg_line_length": 35.041666666666664,
"alnum_prop": 0.6192033293697978,
"repo_name": "eneskemalergin/MongoDB",
"id": "ecf983e949a41fdacd1f22783cf9bd499dd087ba",
"size... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=type.P550.html">
</head>
<body>
<p>Redirecting to <a href="type.P550.html">type.P550.html</a>...</p>
<script>location.replace("type.P550.html" + location.search + location.hash);</script>
</body>
</html> | {
"content_hash": "74583338d24320233b3b40748c4d9735",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 90,
"avg_line_length": 29.7,
"alnum_prop": 0.6531986531986532,
"repo_name": "nitro-devs/nitro-game-engine",
"id": "e02eb7d09a88b7a0bc12ecc4be0ac7f6792e7a95",
"size": "297",... |
SCRIPTDIR=`dirname $0`
source $SCRIPTDIR/env.sh
for host in $NIMBUS
do
ssh nisstorm@$host 'sudo supervisorctl stop qm-infra'
ssh nisstorm@$host 'sudo supervisorctl start qm-infra'
echo $host ok
done
| {
"content_hash": "62778513b92e7e56aa6e6c2e0c1be614",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 62,
"avg_line_length": 24.88888888888889,
"alnum_prop": 0.6919642857142857,
"repo_name": "QualiMaster/Infrastructure",
"id": "2ff22665d35581ce583c0e28e59e04a950fd193a",
"siz... |
using System;
using System.ComponentModel;
using Xamarin.Forms;
using System.Collections.Generic;
namespace Kalam.Portable
{
public class BaseViewModel : INotifyPropertyChanged
{
public bool IsInitialized { get; set; }
private bool _canLoadMore;
/// <summary>
/// Gets or sets the "IsBusy" property
/// </... | {
"content_hash": "8e6cf63abde6fefa898a52465c86498b",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 74,
"avg_line_length": 23.1900826446281,
"alnum_prop": 0.6949394155381325,
"repo_name": "bilal-sou/Kalam",
"id": "766f349417e374c68bc2b434f236a5523dccebdd",
"size": "2808"... |
namespace RegPetServer.WebAPI
{
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Identity.Owin;
using Microsoft.Owin;
using RegPetServer.Data;
using RegPetServer.Models;
// Configure the application user manager used in this applicati... | {
"content_hash": "12a8bee6ffee5d10f7b3a325d1517df5",
"timestamp": "",
"source": "github",
"line_count": 45,
"max_line_length": 146,
"avg_line_length": 39.15555555555556,
"alnum_prop": 0.6356413166855845,
"repo_name": "TishoAngelov/RegPetServer",
"id": "09178b16a4cc9387e7fbe23c2a7612a73e2c2d2f",
"si... |
package com.yngvark.gridwalls.netcom.publish;
public class NetcomSucceeded implements NetcomResult {
@Override
public boolean succeeded() {
return true;
}
@Override
public String getFailedInfo() {
return "No failure info available for succeeded publish.";
}
}
| {
"content_hash": "d1dc870de604e8d3bd6a336fbfa28553",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 66,
"avg_line_length": 23.23076923076923,
"alnum_prop": 0.6854304635761589,
"repo_name": "yngvark/gridwalls2",
"id": "ee04b18ee8b5b3b06be0d203b2cc6799fc7a223b",
"size": "30... |
from copy import deepcopy
from flask import current_app, request
from werkzeug.datastructures import MultiDict, FileStorage
from werkzeug import exceptions
import flask_restful
import decimal
import six
class Namespace(dict):
def __getattr__(self, name):
try:
return self[name]
except K... | {
"content_hash": "8fb5b7d3d0dfff867fa938e3a6b07242",
"timestamp": "",
"source": "github",
"line_count": 340,
"max_line_length": 92,
"avg_line_length": 39.220588235294116,
"alnum_prop": 0.5819272590926134,
"repo_name": "sotdjin/glibglab",
"id": "07e42d90a6f0de38d49b954e7ce3ff46071ec35a",
"size": "13... |
package commandParsing.mathCommandParsing;
import java.util.List;
import java.util.Queue;
import workspaceState.WorkspaceState;
import commandParsing.exceptions.RunTimeDivideByZeroException;
import commandParsing.floatCommandParsing.OneInputFloatCommandParser;
import drawableobject.DrawableObject;
public class Cosin... | {
"content_hash": "10b46049c5afa2bd116e0d7d72d3b9b0",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 101,
"avg_line_length": 29.782608695652176,
"alnum_prop": 0.7824817518248175,
"repo_name": "akyker20/Slogo_IDE",
"id": "42f1f167d0d965e8b9ca80d1ed34ce29299374a1",
"size": "... |
import { Universe } from '@ephox/boss';
import { Adt, Fun } from '@ephox/katamari';
import { Gather, Split } from '@ephox/phoenix';
interface EntryPoint<E> {
fold: <T> (
leftEdge: (element: E) => T,
between: (before: E, after: E) => T,
rightEdge: (element: E) => T
) => T;
match: <T> (branches: {
... | {
"content_hash": "042f03184a9cd43cfe6e3cb84299d7f3",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 137,
"avg_line_length": 36.74444444444445,
"alnum_prop": 0.6362261868763229,
"repo_name": "tinymce/tinymce",
"id": "067987715a10e27e6ca04d44d5270b909e326b2c",
"size": "3307... |
Integrating IvoryCKEditorBundle to Create a WYSIWYG Editor
==========================================================
EasyAdmin uses a ``<textarea>`` form field to render long text properties:
.. image:: ../images/wysiwyg/default-textarea.png
:alt: Default textarea for text elements
However, sometimes you need to... | {
"content_hash": "8ab8258f14a7480d22ec4e609a606d95",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 189,
"avg_line_length": 31.53233830845771,
"alnum_prop": 0.5861470495424425,
"repo_name": "nsonnycole/TeamDEV",
"id": "44a25b88790915088a50ef1f13c35184a61f98ec",
"size": "... |
<?php
namespace Bpocallaghan\Titan;
use Illuminate\Support\Facades\Route;
use Illuminate\Support\Facades\Schema;
use Illuminate\Support\ServiceProvider;
use Bpocallaghan\Titan\Commands\SetupCommand;
use Bpocallaghan\Titan\Commands\MigrateCommand;
use Bpocallaghan\Titan\Commands\InstallCommand;
use Bpocallaghan\Titan\... | {
"content_hash": "80704737b1b1228c2e8e5a39569f823b",
"timestamp": "",
"source": "github",
"line_count": 90,
"max_line_length": 86,
"avg_line_length": 31.766666666666666,
"alnum_prop": 0.6453305351521511,
"repo_name": "bpocallaghan/titan",
"id": "5f41e315758672fd3d97403e3649978f93308667",
"size": "2... |
using System;
using Castle.Facilities.WcfIntegration;
using Common.Logging;
using _S_ServiceContractsProjectName_S_;
namespace _S_ServiceProjectName_S_.Module
{
public class _S_ShortProductName_S_WindowsService2 : I_S_ShortProductName_S_WindowsService2
{
private readonly DefaultServiceHostFactory _def... | {
"content_hash": "3b8a0e85e4bdceea190f1ce8e98c53b0",
"timestamp": "",
"source": "github",
"line_count": 84,
"max_line_length": 174,
"avg_line_length": 39.44047619047619,
"alnum_prop": 0.606097192876547,
"repo_name": "trondr/NCmdLiner.SolutionTemplates",
"id": "569c7c1058410832bd4f870618cea0b49f2b231c... |
package com.example.android_service;
import android.os.Bundle;
public class StaggeredGridViewTest extends BaseUIActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.acty_sgv);
}
@Override
protected void initLayo... | {
"content_hash": "6bc674a58875b9e7b1db6de12747d65e",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 59,
"avg_line_length": 16.91304347826087,
"alnum_prop": 0.712082262210797,
"repo_name": "Jayin/AndroidExample",
"id": "f85341cf2d5a191bc234cef55f37a031cf01774d",
"size": "3... |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import { bindActionCreators } from 'redux';
import * as actions from '../state/actions';
import fixtures from '../fixtures';
import StateReport from '../components/StateReport';
import { GlobalNav } fro... | {
"content_hash": "92b85638362c16a37c1336a892b4e196",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 52,
"avg_line_length": 24.472727272727273,
"alnum_prop": 0.6708766716196136,
"repo_name": "hyoshizumi/hig",
"id": "9351cb6204806d0b3c07c5449868c3ffa969156d",
"size": "1346"... |
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'PhpConsole' => array($vendorDir . '/php-console/php-console/src'),
'Monolog' => array($vendorDir . '/monolog/monolog/src'),
'Detection' => array($vendorDir . '/m... | {
"content_hash": "a102b9a17c2032189e5f3d3dae59def3",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 82,
"avg_line_length": 32.53846153846154,
"alnum_prop": 0.6713947990543735,
"repo_name": "xiaofang520/agency",
"id": "83b3d3dc467bd0e321622d94f0fcd673f070a801",
"size": "42... |
SC.MutableArrayTests.extend({
name: 'SC.ArrayProxy',
newObject: function(ary) {
var ret = ary ? ary.slice() : this.newFixture(3);
return new SC.ArrayProxy(ret);
},
mutate: function(obj) {
obj.pushObject(SC.get(obj, 'length')+1);
},
toArray: function(obj) {
return obj.toArray ? obj.... | {
"content_hash": "3413433269ee66bbc7469e22fe4bb532",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 53,
"avg_line_length": 17.38095238095238,
"alnum_prop": 0.5945205479452055,
"repo_name": "crofty/sensor_js_message_parsing",
"id": "680029ee2e3efc7d4a680a084a98094aee7caadb",... |
package main
import (
"fmt"
"os"
"path"
"path/filepath"
"github.com/ghmeier/bloodlines/config"
"github.com/ghmeier/bloodlines/router"
)
func main() {
dir, _ := filepath.Abs(filepath.Dir(os.Args[0]))
config, err := config.Init(path.Join(dir, "config.json"))
if err != nil {
fmt.Printf("ERROR: config initial... | {
"content_hash": "9e25120d59dedc6ad705480ae019abea",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 70,
"avg_line_length": 19.785714285714285,
"alnum_prop": 0.648014440433213,
"repo_name": "ghmeier/bloodlines",
"id": "c60e4e12f25f419b16c9269be963a840ba74bd55",
"size": "55... |
package org.apache.polygene.library.sql.generator.implementation.grammar.query.joins;
import java.util.Objects;
import org.apache.polygene.library.sql.generator.grammar.booleans.BooleanExpression;
import org.apache.polygene.library.sql.generator.grammar.query.joins.JoinCondition;
import org.apache.polygene.library.sq... | {
"content_hash": "8d8c0f8981812368f6d0ed284b818846",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 108,
"avg_line_length": 33.829268292682926,
"alnum_prop": 0.7476568132660418,
"repo_name": "apache/zest-qi4j",
"id": "78596956ecec353abf43275d662b610bd1c0a448",
"size": "22... |
<?php
namespace Symfony\Component\Validator\Mapping;
use Symfony\Component\Validator\ValidationVisitorInterface;
use Symfony\Component\Validator\ClassBasedInterface;
use Symfony\Component\Validator\PropertyMetadataInterface;
use Symfony\Component\Validator\Constraint;
use Symfony\Component\Validator\Const... | {
"content_hash": "f3d2be0acd897bebb8afb7d0f086a69c",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 150,
"avg_line_length": 28.23444976076555,
"alnum_prop": 0.6000677851211659,
"repo_name": "CaoPhiHung/CRM",
"id": "fcf16689467f8ac96943a4413a8c2beb81c1ef84",
"size": "6137... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f078533ac4b6164e63effdf80da32178",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "c208531dbda8e9b74da173cde4fa5c6eb9423170",
"size": "169... |
/*
Upper level functions for communication with Odroid board.
*/
#include "Communication.h"
#include "stdint.h"
#include "robot.h"
InPackStruct inCommand ={0xFA, 0xAF, 0x00, 0x00, ¶m[0]}; //структура входящего пакета
void pushByte(char inByte) // поиск, формирование и проверка входящего пакета в потоке данных
{
... | {
"content_hash": "c209740ace300e2919f197518684e294",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 118,
"avg_line_length": 32.714285714285715,
"alnum_prop": 0.5438360765871683,
"repo_name": "SkRobo/Eurobot-2017",
"id": "56b9f496a0bebcf65be2341ea675740ed2446111",
"size": ... |
package panda.interpreter.lexer;
import org.jetbrains.annotations.Nullable;
import panda.interpreter.source.Location;
import panda.interpreter.token.Snippetable;
import panda.interpreter.InterpreterFailure;
import panda.interpreter.source.PandaIndicatedSource;
import panda.interpreter.token.PandaToken;
import panda.... | {
"content_hash": "ba4c6ff5219a90382efc35064e43a343",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 131,
"avg_line_length": 38.07142857142857,
"alnum_prop": 0.7898686679174484,
"repo_name": "Panda-Programming-Language/Panda",
"id": "36ded77d7ba3b1601111214a6ca6faa2bc32152d"... |
/**********************************************************\
| |
| hprose |
| |
| Official WebSite: http://www.hprose.com/ |
| ... | {
"content_hash": "a10ebd3919daae2dc4484a83b9eb9402",
"timestamp": "",
"source": "github",
"line_count": 83,
"max_line_length": 115,
"avg_line_length": 41.95180722891566,
"alnum_prop": 0.4681217690982194,
"repo_name": "zijan/hprose-java",
"id": "57a6df089d0e449e6503bd0e1669030b460afbe9",
"size": "34... |
from __future__ import print_function
from collections import defaultdict
from luigi import six
import luigi
from luigi.contrib.ssh import RemoteContext, RemoteTarget
from luigi.mock import MockFile
SSH_HOST = "some.accessible.host"
class CreateRemoteData(luigi.Task):
"""
Dump info on running processes on... | {
"content_hash": "715a7f056875d5d39ed278811282994d",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 111,
"avg_line_length": 27.829268292682926,
"alnum_prop": 0.6016652059596845,
"repo_name": "Viktor-Evst/fixed-luigi",
"id": "384d213af68b7f98cede54ebdbf9e4594c40c0e9",
"siz... |
<?php
namespace Propel\Generator\Schema\Dumper;
use Propel\Generator\Model\Database;
use Propel\Generator\Model\Schema;
interface DumperInterface
{
/**
* Dumps a Database model into a text formatted version.
*
* @param \Propel\Generator\Model\Database $database The database model
*
* @... | {
"content_hash": "3b00d887442ce0d6f0dfb5ac94a1abf0",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 91,
"avg_line_length": 28.266666666666666,
"alnum_prop": 0.6863207547169812,
"repo_name": "cristianoc72/Propel2",
"id": "b7a96182ee68bbdcf479273b10f9b6108fa94242",
"size": ... |
<?xml version="1.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... | {
"content_hash": "000b1ced505838f78fe6e5568f411a33",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 74,
"avg_line_length": 37.3,
"alnum_prop": 0.7453083109919572,
"repo_name": "qnib/docker-samza-mono",
"id": "20f7f85a1a4033afd73fbc9d6fa245a645085fb6",
"size": "746",
"bi... |
using System.Collections.Generic;
namespace Excel.Core.BinaryFormat
{
/// <summary>
/// Represents Globals section of workbook
/// </summary>
internal class XlsWorkbookGlobals
{
private readonly List<XlsBiffRecord> m_ExtendedFormats = new List<XlsBiffRecord>();
private readonly List<XlsBiffRecord> m... | {
"content_hash": "6e6d8723f0542deeb0fca390edddc28b",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 123,
"avg_line_length": 22.36036036036036,
"alnum_prop": 0.6482675261885577,
"repo_name": "rishios/ExcelBatchReader",
"id": "76f07b4e0eb88cfb73ef8b8066017b97156e01d0",
"si... |
/**
*
*/
package com.dale.ms.utils;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* @author Dale'
* @date 2016-3-8 下午12:56:20
* @description
*/
public class AlgorithmUtil {
public final static String ENCODING = "UTF-8";
/**
* md5加密算法
*
* @param plainText
... | {
"content_hash": "f9b70bb321b93ddd48e703f4e09202de",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 55,
"avg_line_length": 19.229166666666668,
"alnum_prop": 0.6164680390032503,
"repo_name": "noob/HousingMarket-Server",
"id": "201ffd916fa5fbb24341e25dbd6c522c4088b95d",
"si... |
var fs = require('fs');
var async = require('async');
var misc = require('./misc');
var sprintf = require('./sprintf');
function knife(args, options) {
return function(callback) {
var env = misc.copyEnv();
var knife_path = '/usr/bin/knife';
options = options || {};
// Support for these must be ... | {
"content_hash": "8a968ccdc9201be70a400458576f5afa",
"timestamp": "",
"source": "github",
"line_count": 249,
"max_line_length": 96,
"avg_line_length": 22.995983935742974,
"alnum_prop": 0.5820817324484806,
"repo_name": "ebensing/dreadnot",
"id": "5698319b08d2702a0c3bed433c3207e6fe50df1b",
"size": "6... |
package org.openshift.webservice;
import java.util.ArrayList;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import org.openshift.haproxy.Gear;
import org.openshift.haproxy.GearParser;
@RequestScoped
@Path("/gears")
public class GearWS {... | {
"content_hash": "0d96e33236931541fd2c777a90c5fa24",
"timestamp": "",
"source": "github",
"line_count": 46,
"max_line_length": 99,
"avg_line_length": 24.434782608695652,
"alnum_prop": 0.6903914590747331,
"repo_name": "ryanj/targetlocations",
"id": "e297df03b9bf41729cb9481d1c8370be44e3469c",
"size":... |
// Copyright 2009 Google Inc. All Rights Reserved.
package com.google.devtools.simple.runtime.components.android;
import com.google.devtools.simple.common.ComponentCategory;
import com.google.devtools.simple.common.PropertyCategory;
import com.google.devtools.simple.common.YaVersion;
import com.google.devtools.simple... | {
"content_hash": "c8500528cae0e24ef32087aab4abcfaa",
"timestamp": "",
"source": "github",
"line_count": 418,
"max_line_length": 98,
"avg_line_length": 30.595693779904305,
"alnum_prop": 0.7011494252873564,
"repo_name": "mark-friedman/app-inventor-from-google-code",
"id": "8ab9a3d412a6999fd8ec44299eb4c... |
An extension for UIViewController that lets it get the top most view controller being presented.
| {
"content_hash": "b378ad4e9ce00e176abb39135eb12583",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 96,
"avg_line_length": 97,
"alnum_prop": 0.8350515463917526,
"repo_name": "vitormf/UIViewController-TopViewController",
"id": "da70704fc74688ed124bad56dec4bb81ee4166ea",
"si... |
package org.springframework.polyglot.pl.beans.factory.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.beans.factory.annotati... | {
"content_hash": "a906eb91289938b6e74a2515c6f53d50",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 104,
"avg_line_length": 28,
"alnum_prop": 0.8017241379310345,
"repo_name": "sbrannen/spring-polyglot",
"id": "47a95f6ca7e40d9a7922e3600097d87867d23e6c",
"size": "1433",
"... |
package org.pac4j.oidc.client.azuread;
import java.io.IOException;
import java.net.URL;
import com.nimbusds.jose.util.DefaultResourceRetriever;
import com.nimbusds.jose.util.Resource;
import com.nimbusds.jose.util.ResourceRetriever;
/**
* Specialized ResourceRetriever which escapes a possibly invalid issuer URI.
*... | {
"content_hash": "cd04c26d54a7def75df9395a65da6c33",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 108,
"avg_line_length": 33.31818181818182,
"alnum_prop": 0.7653478854024557,
"repo_name": "zawn/pac4j",
"id": "a7fd5adc7e44e5246980e9fdc37a082154c9763f",
"size": "733",
"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "e83afb638226b5f907f5d5fb7e0453bb",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "7436ee2cfb1a9c2316eecc0706499a3abdbbae0b",
"size": "179... |
require 'bunny'
require 'pp'
require 'yaml'
require 'json'
class MQServer
attr_accessor :url
QUEUE = 'service.instances.create'
def initialize(url,logger)
@url = url
@logger=logger
@channel = Bunny.new(url,:automatically_recover => false).start.create_channel
@topic = @channel.topic("son-k... | {
"content_hash": "cdea629d80e8acecd31f5bd8c3fbd916",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 111,
"avg_line_length": 38.164556962025316,
"alnum_prop": 0.5824212271973466,
"repo_name": "alfonsoegio/son-gkeeper",
"id": "3e77ef0aff23b45376b4dfdd1d2cb7765ab54341",
"siz... |
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="TbSysQfieldLog">
<resultMap type="org.qifu.po.TbSysQfieldLog" id="baseResultMap">
<id column="OID" property="oid"/>
<result column="SYSTEM" property="system"/>
<result colum... | {
"content_hash": "45b80479f91acc193155243c1e0041f9",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 65,
"avg_line_length": 30.30188679245283,
"alnum_prop": 0.6114570361145704,
"repo_name": "billchen198318/qifu",
"id": "a3fe47d5b15be8d1cdbb2477bec73fd1e07be008",
"size": "1... |
namespace BullsAndCows.Web.Api.Models.Guesses
{
using System;
using AutoMapper;
using Data.Models;
using Infrastructure.Mappings;
public class GuessDetailsResponseModel : IMapFrom<Guess>, IHaveCustomMappings
{
public int Id { get; set; }
public string UserId { get; set; }
... | {
"content_hash": "ac507c75bbfbed4bd5d25178177113de",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 85,
"avg_line_length": 25.90625,
"alnum_prop": 0.6103739445114595,
"repo_name": "vasilevhr/BullsAndCows-WebApi",
"id": "bf94f38478278e89b18d22fc001e5a5c71a5e925",
"size": "... |
int Vendedor::total = 0;
vector<Vendedor*> vendedores;
Vendedor::Vendedor()
{
cout << "unidade de trabalho: ";
cin >> unidadeDeTrabalho;
getchar();
comissao = 0;
setId(total++);
}
Vendedor::~Vendedor()
{
unidadeDeTrabalho = "";
comissao = 0;
total--;
}
string Vendedor::getUnidadeDe... | {
"content_hash": "fe2805fdd7d4b111210d12ac98ba4c0f",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 65,
"avg_line_length": 14.88135593220339,
"alnum_prop": 0.6469248291571754,
"repo_name": "VitorDiToro/EC206-EngenhariaDeSoftware2",
"id": "ffce1c8de8ac9fb6110f2b5171761712226... |
// This code is auto-generated, do not modify
using Ds3.Calls;
using Ds3.Models;
using Ds3.Runtime;
using System.Linq;
using System.Net;
using System.Xml.Linq;
namespace Ds3.ResponseParsers
{
internal class GetTapePartitionFailuresSpectraS3ResponseParser : IResponseParser<GetTapePartitionFailuresSpectraS3Reques... | {
"content_hash": "d47ae063381dd4057c70c5373dfe1984",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 169,
"avg_line_length": 37.45454545454545,
"alnum_prop": 0.6561488673139159,
"repo_name": "SpectraLogic/ds3_net_sdk",
"id": "3b098aacdb9d69765972d009b7e2f25a7f718f90",
"siz... |
package org.elasticsearch.common.geo.builders;
import org.elasticsearch.common.geo.GeoShapeType;
import org.elasticsearch.common.geo.parsers.GeoWKTParser;
import org.elasticsearch.common.geo.parsers.ShapeParser;
import org.locationtech.spatial4j.shape.Rectangle;
import com.vividsolutions.jts.geom.Coordinate;
import... | {
"content_hash": "f3ddacdfbc1b62af9e63a7f70d6aebed",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 113,
"avg_line_length": 30.4,
"alnum_prop": 0.6676315789473685,
"repo_name": "kalimatas/elasticsearch",
"id": "34da7e7fc2f6c600204abd57e20e6d7f9f276050",
"size": "4588",
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>concat: Not compatible</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... | {
"content_hash": "5044c02308ab670699ebe1eb32b8471e",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 157,
"avg_line_length": 39.86309523809524,
"alnum_prop": 0.5336717933403017,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "20513dfabc8e83a0b44493fd6c37478ac2d2ab83",
... |
valgrind --tool=memcheck --leak-check=yes -v ./rpc_download
| {
"content_hash": "a59d4aa8eb107e9d96a56049b15a2d46",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 59,
"avg_line_length": 60,
"alnum_prop": 0.7333333333333333,
"repo_name": "hankwing/Squirrel",
"id": "df65b6049f6dd73d1e8fad578fe8a1f87b4d9aeb",
"size": "71",
"binary": fa... |
package ru.stqa.pft.addressbook.generators;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.ParameterException;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.thoughtworks.xstream.XStream;
import ru.stqa.pft.addressbook.model.Conta... | {
"content_hash": "a3af31be6fdfd7678f7f511421db3b83",
"timestamp": "",
"source": "github",
"line_count": 94,
"max_line_length": 189,
"avg_line_length": 34.51063829787234,
"alnum_prop": 0.6917385943279901,
"repo_name": "PavelGirkalo/java_pft",
"id": "9fea1b2c512ef6d882bb398cf01961feaa432dcb",
"size":... |
function process(req,res){
var tmpl = global.swig.compileFile(__dirname+'/../Templates/downloads.html');
var html = tmpl.render({page:'downloads'});
res.send(html);
}
global.express.all('/downloads/', process);
global.express.all('/downloads', process); | {
"content_hash": "8b6067d1637bd6e21fa685ab3c916274",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 78,
"avg_line_length": 32.125,
"alnum_prop": 0.7120622568093385,
"repo_name": "tikalk/redis-v8",
"id": "17ac81929e36979916d05349b3dd4a060ee1bd86",
"size": "257",
"binary":... |
// Copyright 2014 The Rector & Visitors of the University of Virginia
//
// 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 re... | {
"content_hash": "913051cef6a3598044082066a2ebdee6",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 87,
"avg_line_length": 38.725,
"alnum_prop": 0.6914138153647514,
"repo_name": "predictive-technology-laboratory/sensus",
"id": "6d40828d0f7959951c78b9266abd84102a3d6a57",
"... |
<div class="grid_1">
<div class="container">
<div class="box_1 wow fadeInUpBig" data-wow-delay="0.4s">
<h3>How to search names..</h3>
<p>
just select the year , gender , apply filters and click on submit button to get results in seconds.
</p>
</div>
| {
"content_hash": "ca7253c76ccdd5fc4aef3ad9f455374e",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 103,
"avg_line_length": 34.25,
"alnum_prop": 0.635036496350365,
"repo_name": "aditi1795/miniproject_sem5th",
"id": "3c13c1896aca9f76461b0226d2f0c3b446acca7f",
"size": "274",... |
using System.Reflection;
using System.Runtime.InteropServices;
using Xunit;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Microsoft.WindowsAzure.Comma... | {
"content_hash": "3f37cf36112a702c6c4a3ccbc7702701",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 103,
"avg_line_length": 45.4375,
"alnum_prop": 0.78060522696011,
"repo_name": "akurmi/azure-powershell",
"id": "0268292d2621323517af5b2d5f379a96037f3adc",
"size": "1456",
... |
<!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": "bd59c9177bd1f868e661778862a3aad0",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 514,
"avg_line_length": 54.07142857142857,
"alnum_prop": 0.6645970937912814,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "4d2ae221263374dc37682ce3851bb3685d66f6e8",
"siz... |
/*global $*/
var lo = 10;
var Inherit = (function(){
var classes = [];
var constructorName = "const";
var parentName = "super";
var parentClassName = "class";
var className = "className";
var instanceofName = "instanceof";
var classofName = "classof";
function Class(name,... | {
"content_hash": "dbd25d53ee8755017fa7128b922447be",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 103,
"avg_line_length": 42.38285714285714,
"alnum_prop": 0.5031683969259808,
"repo_name": "sancarn/LaunchMenu-ahk",
"id": "695366ba70734a051b2bc34a4dbeb561b109c84d",
"size... |
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Resources;
namespace MarioObjects
{
class Media
{
public static Boole... | {
"content_hash": "531e86e1eeb952c631c3486df05e1386",
"timestamp": "",
"source": "github",
"line_count": 212,
"max_line_length": 177,
"avg_line_length": 30.56132075471698,
"alnum_prop": 0.5079487575243093,
"repo_name": "jazzyjester/Mario-Objects",
"id": "8756fb0111272e6dd59e94ff6808682d37686bce",
"s... |
// Copyright (c) 2017 Pronin S.V.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
The fmtc overrides the print functions of the fmt package, but with the ability to color output in bash using HTML tags
Available text decoration tags:
<b></b> - make ... | {
"content_hash": "b84d652fccee36a36dfdb69d40c8819c",
"timestamp": "",
"source": "github",
"line_count": 53,
"max_line_length": 120,
"avg_line_length": 40.60377358490566,
"alnum_prop": 0.6384758364312267,
"repo_name": "Pronin1986/fmtc",
"id": "3035d2c8b37dfb37576842a19617034031904c3e",
"size": "2152... |
<!doctype html>
<!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at... | {
"content_hash": "634ace4d172965f6149d013fb1cd79eb",
"timestamp": "",
"source": "github",
"line_count": 287,
"max_line_length": 100,
"avg_line_length": 31.076655052264808,
"alnum_prop": 0.48626527637627537,
"repo_name": "dart-archive/core-elements",
"id": "6de4a835d6ce3f94f2afc9dcdad7b1e867361c5c",
... |
import * as firestore from '@firebase/firestore-types';
import { Blob } from '../../src/api/blob';
import { DocumentKeyReference } from '../../src/api/user_data_converter';
import { DatabaseId } from '../../src/core/database_info';
import { Bound, Filter, OrderBy } from '../../src/core/query';
import { SnapshotV... | {
"content_hash": "f2a341348317b4dad2618d6e4f2e351c",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 214,
"avg_line_length": 60.06666666666667,
"alnum_prop": 0.7410284868664447,
"repo_name": "Birdinc/steem-rich",
"id": "007acee5ed576e270c6a0b7de74b3eb9f1e45764",
"size": "... |
package com.citrix.sharefile.api.models;
import com.google.gson.annotations.SerializedName;
import com.citrix.sharefile.api.enumerations.SFSafeEnum;
import com.citrix.sharefile.api.enumerations.SFSafeEnumFlags;
public enum SFTwoFactorAuthPasscodeType {
OneTime,
ApplicationSpecific,
Cookie
} | {
"content_hash": "8aaef5912cbfc9b4a6bc15db0e18752f",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 61,
"avg_line_length": 27,
"alnum_prop": 0.8417508417508418,
"repo_name": "citrix/ShareFile-Java",
"id": "b40f10b8cc5e9ce3d6b19ffc5ae7cb0cde7cdedc",
"size": "732",
"binar... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../openssl/ssl/struct.SslAcceptor.html">
</head>
<body>
<p>Redirecting to <a href="../../../openssl/ssl/struct.SslAcceptor.html">../../../openssl/ssl/struct.SslAcceptor.html</a>...</p>
<script>location.replace("../../../... | {
"content_hash": "8c169dddda87c4f1ce6fe87564da3f44",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 132,
"avg_line_length": 41.7,
"alnum_prop": 0.6474820143884892,
"repo_name": "malept/guardhaus",
"id": "60fce22220e240b628a68d81251d2e31bba9031d",
"size": "417",
"binary"... |
var BrowserDetect = {
init: function () {
this.browser = this.searchString(this.dataBrowser) || "Nieznana przeglądarka";
this.version = this.searchVersion(navigator.userAgent)
|| this.searchVersion(navigator.appVersion)
|| "nieznana nersja";
this.OS = this.searchString(this.d... | {
"content_hash": "cb5c8769bf59d5038b26d9e7f53857d1",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 89,
"avg_line_length": 27.33783783783784,
"alnum_prop": 0.5375679683638162,
"repo_name": "gilek/BAB",
"id": "85ce98fd9bc458924423e3b43818ba65b9a79998",
"size": "4047",
"... |
<?php
global $wp_roles,$wpwaf,$topic_restriction_params;
extract($topic_restriction_params);
$user_roles = $wp_roles->get_names();
$visibility = get_post_meta( $post->ID, '_wpwaf_topic_visibility', true );
$redirection_url = get_post_meta( $post->ID, '_wpwaf_topic_redirection_url', true );
$v... | {
"content_hash": "4993e65ffa91a859e3a0262cbd1fe983",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 139,
"avg_line_length": 39.56716417910448,
"alnum_prop": 0.6046774801961524,
"repo_name": "RutujaV1129/Wordpress-Web-Application-Development-Third-Edition",
"id": "66af877855... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "66ae179835b769ee9656b3cb95a66a9b",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "0ef62d3e3af2352d2ba37be8fc1e402ff1a13339",
"size": "184... |
/**
*/
/*
* Created on 23.11.2004
*
*/
package org.apache.harmony.test.func.api.java.io.share;
import java.io.IOException;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
*
*/
public class MockWriter extends Writer {
StringBuffer sb = new StringBu... | {
"content_hash": "2c242ef93479d540d82ce835cc202096",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 75,
"avg_line_length": 19.418181818181818,
"alnum_prop": 0.5795880149812734,
"repo_name": "freeVM/freeVM",
"id": "14f4210e55d554963f88f84d3da7c198aafa9f21",
"size": "1880",... |
..
SPDX-License-Identifier: CC-BY-4.0
Copyright Contributors to the OpenColorIO Project.
Do not edit! This file was automatically generated by share/docs/frozendoc.py.
.. py:class:: ExposureContrastTransform
:module: PyOpenColorIO
Applies exposure, gamma, and pivoted contrast adjustments. Adjusts the math... | {
"content_hash": "17c7b18c625a9ad244def1b55a3da785",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 499,
"avg_line_length": 47.11875,
"alnum_prop": 0.768536941238891,
"repo_name": "AcademySoftwareFoundation/OpenColorIO",
"id": "5245656a425e95785ea97d5221b82c8636df0c45",
... |
from waldur_core.core import WaldurExtension
class AzureExtension(WaldurExtension):
@staticmethod
def django_app():
return 'waldur_azure'
@staticmethod
def rest_urls():
from .urls import register_in
return register_in
@staticmethod
def get_cleanup_executor():
... | {
"content_hash": "94a6af45e44f279798312f4e130928e5",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 51,
"avg_line_length": 21.157894736842106,
"alnum_prop": 0.6840796019900498,
"repo_name": "opennode/waldur-mastermind",
"id": "375cc78221afa431d6c965b55ad9ebe1ec6d99cc",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.