text stringlengths 2 1.04M | meta dict |
|---|---|
namespace oless {
namespace excel {
namespace records {
class CF12Record : public Record {
public:
CF12Record(unsigned short type, std::vector<uint8_t> data) : Record(type, data) {
}
};
}
}
}
| {
"content_hash": "4e5f75c53874f18f28c10f556b382e78",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 85,
"avg_line_length": 16.692307692307693,
"alnum_prop": 0.631336405529954,
"repo_name": "DBHeise/fileid",
"id": "30b65c66d10d75ed767e57146345c565842fdc46",
"size": "254",
... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>thread_pool::basic_executor_type::context</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../..... | {
"content_hash": "33c3af6d4cadd90faf930e8719127f1c",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 442,
"avg_line_length": 64.54901960784314,
"alnum_prop": 0.6327460510328068,
"repo_name": "davehorton/drachtio-server",
"id": "eb13157f8b4baa070a9e0842c4da1b66cca74216",
"s... |
"""
Objects shared by all the test cases
"""
import os
import glob
import unittest
import numpy as np
class BaseTestCase(unittest.TestCase):
"""
Superclass for all neukrill-net test cases
"""
@classmethod
def setUpClass(self):
self.test_dir = os.path.join('neukrill_net', 'tests', '... | {
"content_hash": "2733b70b7b8ef823166309dae15ded3b",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 89,
"avg_line_length": 40.054794520547944,
"alnum_prop": 0.49316005471956226,
"repo_name": "Neuroglycerin/neukrill-net-tools",
"id": "a921c115edf46e9e1e9cd00a7e63474366000685... |
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using Microsoft.AspNet.Identity;
using Microsoft.Owin.Security;
namespace EZOper.TechTester.OWINOAuthWebSI.Areas.Home
{
public class IndexViewModel
{
public bool HasPassword { get; set; }
public IList<UserLoginInfo>... | {
"content_hash": "fa0ee81272f3a07b7693e6b8d89b3f18",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 84,
"avg_line_length": 28.627906976744185,
"alnum_prop": 0.6096669374492283,
"repo_name": "erikzhouxin/CSharpSolution",
"id": "bce8638dddf8a85484f8e03fba45890e4f5b58ba",
"s... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("06.... | {
"content_hash": "4bdbe54fa5a769b675311c9287170210",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 84,
"avg_line_length": 38.888888888888886,
"alnum_prop": 0.7435714285714285,
"repo_name": "Stradjazz/SoftUni",
"id": "70e094de819a93a105965e6c1b5b5d1a44378592",
"size": "14... |
import packages.rmnetwork as network
import packages.rmutil as rmutil
from packages.rmgui import *
import SettingsFrame as prefs
import GroupEditDialog as groupDlg
import PlayerInfoDialog as playerDlg
import ActionEditFrame as actionFrame
from packages.rmnetwork.constants import *
from packages.lang.Localizer import *
... | {
"content_hash": "11d22cbd6840b54e795906320cd8f56f",
"timestamp": "",
"source": "github",
"line_count": 532,
"max_line_length": 200,
"avg_line_length": 41.21804511278196,
"alnum_prop": 0.6074881430134987,
"repo_name": "xserty/piDS",
"id": "ad3d15e6a975664072e876665bd1825fb58e1280",
"size": "21928",... |
#import "CC3BitmapLabelNode.h"
#import "CC3CC2Extensions.h"
#import "CC3ParametricMeshNodes.h"
#import "CGPointExtension.h"
#pragma mark -
#pragma mark CC3BitmapFontConfiguration
@implementation CC3BitmapFontConfiguration
@synthesize atlasName=_atlasName, fontSize=_fontSize, baseline=_baseline;
@synthesize common... | {
"content_hash": "328318a1beab0c66affbac98ce66fe82",
"timestamp": "",
"source": "github",
"line_count": 664,
"max_line_length": 132,
"avg_line_length": 35.1566265060241,
"alnum_prop": 0.7165010281014393,
"repo_name": "MattChoiNMI/MC-cocos3d-GPUImage",
"id": "e7c92c2b8c5f595da146cac57bb4ee6018cc48c7",... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 15.5.4.20-1-2
description: String.prototype.trim throws TypeError when string is null
---*/
assert.throws(TypeError, function() {
String.prototype.trim.call(null);
}... | {
"content_hash": "2b21941f126643af6778fabb8514b65b",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 71,
"avg_line_length": 26.916666666666668,
"alnum_prop": 0.718266253869969,
"repo_name": "baslr/ArangoDB",
"id": "d91241da246fe1756b0e08c25fc284438b8827da",
"size": "323",
... |
TEST(Core, GetTips) {
IOTA::API::Core api(get_proxy_host(), get_proxy_port());
auto res = api.getTips();
EXPECT_GE(res.getDuration(), 0);
EXPECT_GE(res.getHashes().size(), 0UL);
}
| {
"content_hash": "d09dcb92c45a00162be4a8e2abb5a1f2",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 58,
"avg_line_length": 28.571428571428573,
"alnum_prop": 0.6,
"repo_name": "thibault-martinez/iota.lib.cpp",
"id": "0be7d230d1ca1d864aed50c627db92a82491c6cb",
"size": "1503"... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Astrix Framework API</title>
</head>
<body>
The Astrix Framework simplifies development and maintenance of microservices.
</body>
</html> | {
"content_hash": "14f72cfce22b0a63d433877d89055717",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 81,
"avg_line_length": 26.333333333333332,
"alnum_prop": 0.6877637130801688,
"repo_name": "AvanzaBank/astrix",
"id": "9e7990c6dbbf65ec7b6b0a76afbbec4311766a47",
"size": "237... |
/*
grayscale style (c) MY Sun <simonmysun@gmail.com>
*/
.highlight {
color: #333;
background: #fff; }
.highlight .code .comment, .highlight .code .quote {
color: #777;
font-style: italic; }
.highlight .code .keyword, .highlight .code .selector-tag, .highlight .code .subst {
color: #333;
font-w... | {
"content_hash": "d8dbbfac97f043e95bdeed818559faa7",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 214,
"avg_line_length": 45.666666666666664,
"alnum_prop": 0.7333619579218549,
"repo_name": "HyunSeob/hexo-theme-overdose",
"id": "7c0914b673e9b39d9b383e4a80979d5c402a7186",
... |
package mesosphere.marathon
package core.launcher.impl
import java.util
import java.util.Collections
import mesosphere.UnitTest
import mesosphere.marathon.core.instance.update.InstanceUpdateOperation
import mesosphere.marathon.core.instance.{Instance, TestInstanceBuilder}
import mesosphere.marathon.core.launcher.{Ins... | {
"content_hash": "b15357f12a09523be68bf6489e04413c",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 145,
"avg_line_length": 42.371134020618555,
"alnum_prop": 0.7666666666666667,
"repo_name": "gsantovena/marathon",
"id": "3db9bc33a43a201fafcbf8d2a06994618d281571",
"size": ... |
using AzureBlog.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Windows.ApplicationModel.DataTransfer;
using Windows.Storage.Streams;
namespace AzureBlog.Helpers
{
class ShareHelper
{
public ShareHelper(IArticle article)... | {
"content_hash": "0057b0f89f1fc5a2ef731c2baaa4cc9f",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 146,
"avg_line_length": 26.85,
"alnum_prop": 0.5653631284916201,
"repo_name": "simonbrown-microsoft/AzureBlog",
"id": "e003ce4badcdc3eeac6de1f18c7609621c82df63",
"size": "... |
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
us... | {
"content_hash": "12f528bbea1af97f17189b17dfb767a8",
"timestamp": "",
"source": "github",
"line_count": 188,
"max_line_length": 161,
"avg_line_length": 38.3936170212766,
"alnum_prop": 0.5674702133555002,
"repo_name": "Microsoft/nodejstools",
"id": "18fb4be01bf9c5e7e1b0b11921ca79bafd26a29a",
"size":... |
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2010, OpenNebula Project Leads (OpenNebula.org) */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may ... | {
"content_hash": "c89d371f0bf1c7df4c96fab3ff9e3ead",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 80,
"avg_line_length": 36.10576923076923,
"alnum_prop": 0.4394141145139814,
"repo_name": "fairchild/one-mirror",
"id": "8b390dfd590f2a9c4a598bd48f29024913ada7ed",
"size": ... |
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="matc... | {
"content_hash": "6720e7b09963bdcfc4fcc90c115b3c06",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 102,
"avg_line_length": 42.388888888888886,
"alnum_prop": 0.6273481869812145,
"repo_name": "HStanN/TakeRest",
"id": "5ccd87a128ffd16908766dccc6e3360bfac4a64f",
"size": "228... |
********************************
Custom Horizon pages for Savanna
********************************
Some pages has been implemented and there are some screenshots of it.
Screencast and sources of customized Horizon will be published at an early date.
1. Base page with Hadoop clusters list (empty cluster list).
.. im... | {
"content_hash": "ec7e456328ae1d9c78720b90172a5b35",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 80,
"avg_line_length": 23.3265306122449,
"alnum_prop": 0.6342957130358705,
"repo_name": "darionyaphets/savanna",
"id": "5751515efad896b0395107177ebcceb341deed63",
"size": "... |
$packageName = "datacrow"
if (Test-Path "${Env:ProgramFiles(x86)}\Data Crow\") {
$unPath = "${Env:ProgramFiles(x86)}\Data Crow\Uninstaller\uninstaller.jar"
} elseif (Test-Path "$Env:ProgramFiles\Data Crow\") {
$unPath = "$Env:ProgramFiles\Data Crow\Uninstaller\uninstaller.jar"
} else {
Write-Warning "Data Crow i... | {
"content_hash": "9a46dacf4905dd3a19d45ebcc9045547",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 76,
"avg_line_length": 32,
"alnum_prop": 0.6580882352941176,
"repo_name": "dtgm/chocolatey-packages",
"id": "4dacf2bbb3b72a18b79569d601456abedfbfc7e1",
"size": "544",
"bi... |
package com.piticlistudio.playednext.game.model.entity.datasource;
import com.fernandocejas.arrow.optional.Optional;
import com.piticlistudio.playednext.GameFactory;
import com.piticlistudio.playednext.company.model.entity.datasource.ICompanyData;
import com.piticlistudio.playednext.company.model.entity.datasource.Rea... | {
"content_hash": "cc8500bf2f971ff4f89212907c3deb32",
"timestamp": "",
"source": "github",
"line_count": 302,
"max_line_length": 98,
"avg_line_length": 31.119205298013245,
"alnum_prop": 0.6377952755905512,
"repo_name": "Yorxxx/playednext",
"id": "da1a3da29536bdacda8242728fe660db6519446c",
"size": "9... |
#pragma once
#include <aws/mwaa/MWAA_EXPORTS.h>
#include <aws/core/utils/DateTime.h>
#include <aws/mwaa/model/UpdateError.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/mwaa/model/UpdateStatus.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class Json... | {
"content_hash": "0dc52a9c201c4609f493844841427fe3",
"timestamp": "",
"source": "github",
"line_count": 199,
"max_line_length": 124,
"avg_line_length": 33.653266331658294,
"alnum_prop": 0.6610422577273406,
"repo_name": "cedral/aws-sdk-cpp",
"id": "028e4c78bc4338bcfac5028d6504ac0f8fe58dd4",
"size": ... |
package pl.softronic.szkolenie.gui;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
import javax.swing.JPanel;
public class DrawPanel extends JPanel {
public int margin = 10;
public DrawPanel(){
super();
setPreferredSize(new Dimension(1... | {
"content_hash": "6cf66eb2629586b5bbdc0f9b7ebbdb68",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 86,
"avg_line_length": 27.06451612903226,
"alnum_prop": 0.6793802145411204,
"repo_name": "szkolenie-softronic/szkolenie",
"id": "b0b5bb3c2a8218c4af3f94b68fd8da836c96b367",
... |
"""
NumPy
=====
Provides
1. An array object of arbitrary homogeneous items
2. Fast mathematical operations over arrays
3. Linear Algebra, Fourier Transforms, Random Number Generation
How to use the documentation
----------------------------
Documentation is available in two forms: docstrings provided
with the c... | {
"content_hash": "ab4c1c5ecac852dab586ba37afccf70a",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 79,
"avg_line_length": 29.367469879518072,
"alnum_prop": 0.6773333333333333,
"repo_name": "NirBenTalLab/proorigami-cde-package",
"id": "3f6695a8c1501f5a3163ffa4bbdce3539f64a... |
.. _installing_zephyr_mac:
Development Environment Setup on Mac OS
#######################################
This section describes how to set up a Mac OS development system.
After completing these steps, you will be able to compile and run your Zephyr
applications on the following Mac OS version:
Mac OS X 10.11 (El ... | {
"content_hash": "23942145df282df6bed6768b26336e59",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 87,
"avg_line_length": 28.941798941798943,
"alnum_prop": 0.7175502742230347,
"repo_name": "coldnew/zephyr-project-fork",
"id": "0d6e681582788ad919d4b65aec2f8ec93e43a15d",
... |
<!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_111) on Sun Jan 15 22:55:06 CET 2017 -->
<title>Y-Index</title>
<meta name="date" content="2017-01-15">
<link rel="stylesheet" type="text/css" ... | {
"content_hash": "8f074529e63986363fa1626f37aac7f6",
"timestamp": "",
"source": "github",
"line_count": 155,
"max_line_length": 735,
"avg_line_length": 60.07096774193548,
"alnum_prop": 0.6751154548383632,
"repo_name": "DTU-GROUP32/CDIO4",
"id": "c4f0067c414ce9511f277f9d22a3a838335af606",
"size": "9... |
<?php
namespace Transfer\Tests\Storage;
use Transfer\Storage\StorageInterface;
use Transfer\Storage\StorageStack;
class StorageStackTest extends \PHPUnit_Framework_TestCase
{
/**
* Tests constructor.
*/
public function testConstructor()
{
$stack = new StorageStack(array(
'... | {
"content_hash": "2a941b8df55e51cadd0cbd1eddc8fb61",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 76,
"avg_line_length": 24.54385964912281,
"alnum_prop": 0.592566118656183,
"repo_name": "transfer-framework/transfer",
"id": "69b884e87c8c9bb693d648cefd4ad7d525dc7e6e",
"si... |
<!DOCTYPE html>
<html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Screenland</title>
<meta name="author" co... | {
"content_hash": "774c2ece5e278c01fb0edcef316fb870",
"timestamp": "",
"source": "github",
"line_count": 296,
"max_line_length": 466,
"avg_line_length": 36.689189189189186,
"alnum_prop": 0.622744014732965,
"repo_name": "cinetenisverde/cinetenisverde.github.io",
"id": "553166f416bcc2a14a48ca35841c2fbef... |
define(['jasmine/jquery', 'jquery', 'oplop/ui', 'oplop/algorithm', 'oplop/ux'],
function(jasmine, $, ui, algorithm, impl) {
var htmlFixture =
'<input id="nickname" class="fakeInput" type=text></input> \
<input id="newNickname"></input> \
<input id="masterPassword" class="fak... | {
"content_hash": "08f1517e9f7d77013cf2b915af667319",
"timestamp": "",
"source": "github",
"line_count": 223,
"max_line_length": 110,
"avg_line_length": 38.426008968609864,
"alnum_prop": 0.5257322908157311,
"repo_name": "brettcannon/oplop",
"id": "170f77fcab60c71ea3f4346480971199cafb032f",
"size": "... |
/**
* Problem Link: https://leetcode.com/problems/remove-linked-list-elements/
*
* Iterate every elements in the list, then remove the node with val equals to val.
*
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode(int x) { val = x; }
* }
*/
... | {
"content_hash": "904fdd81570b87ecaa5e2392288bf48f",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 28.53846153846154,
"alnum_prop": 0.5498652291105122,
"repo_name": "antonio081014/LeeCode-CodeBase",
"id": "7479b6e5a829b8dd155b6637f6f137fcd7ee5ab3",
... |
using System;
using System.Collections.Generic;
using System.IO;
using System.Web.Hosting;
namespace PreneticLabs.Websites.IsRonWrong.Models
{
public class AnswerModel
{
private static List<string> possibleAnswers = new List<string>();
private static Random rand = new Random();
private... | {
"content_hash": "2c0731a36a5fe347551ce614868f934e",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 113,
"avg_line_length": 27.84,
"alnum_prop": 0.6551724137931034,
"repo_name": "preneticlabs/websites",
"id": "38a7e8fc3ff91b506b68951e665bded591ef08f1",
"size": "698",
"b... |
ACCEPTED
#### According to
NUB Generator [autonym]
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "b1979d73880c157154ed06293a0a9507",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 23,
"avg_line_length": 9.076923076923077,
"alnum_prop": 0.6779661016949152,
"repo_name": "mdoering/backbone",
"id": "1309388beafe4f7b554996c12b0028dba5af8a18",
"size": "174... |
require 'rails_helper'
RSpec.describe Deal, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end
| {
"content_hash": "f7d32fb196a366bc9bcec89ce3328d95",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 56,
"avg_line_length": 24.4,
"alnum_prop": 0.6967213114754098,
"repo_name": "CucumisSativus/ddd_crm",
"id": "44764a1c32e17835ad3978f0791674059e0c8fcd",
"size": "122",
"bin... |
/**
* This packages contains the implementations of the processes
* {@link com.sshtools.forker.client.ForkerBuilder} creates.
* <p>
* There would usually be no need to use the classes directly.
*/
package com.sshtools.forker.client.impl; | {
"content_hash": "cea26b073b86f3eb814cb69c9afb538f",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 62,
"avg_line_length": 30.375,
"alnum_prop": 0.7489711934156379,
"repo_name": "sshtools/forker",
"id": "f5fe47698d4701d6b18414b49480fae1ce9753f8",
"size": "876",
"binary":... |
<!--
Safe sample
input : use proc_open to read /tmp/tainted.txt
sanitize : settype (float)
File : use of untrusted data in a property value (CSS)
-->
<!--Copyright 2015 Bertrand STIVALET
Permission is hereby granted, without written agreement or royalty fee, to
use, copy, modify, and distribute this software and i... | {
"content_hash": "fb5bc3140c73edcf6551ac4b2fdf9546",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 83,
"avg_line_length": 22.666666666666668,
"alnum_prop": 0.7070588235294117,
"repo_name": "stivalet/PHP-Vulnerability-test-suite",
"id": "f7d0dab329a815e0d08dc1b16f37afe66a32... |
[](https://github.com/foobar0815/guenther/blob/master/LICENSE.md)
[](https://travis-ci.org/foobar0815/guenther)
[]
public class FocusEventsSection : AllControlsBase
{
protected override void LogEvents(Control control)
{
base.LogEvents(control);
control.GotFocus += delegate
{
Log.Write(control, "GotFocus");
};
... | {
"content_hash": "732a595ca1fd22d95220fd17c9e8856a",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 52,
"avg_line_length": 17.73913043478261,
"alnum_prop": 0.6740196078431373,
"repo_name": "PowerOfCode/Eto",
"id": "fffa81b23f77b078200f233b1ee692c7ebb85802",
"size": "408",... |
import groovy.util.AllTestSuite;
import junit.framework.Test;
import junit.framework.TestCase;
/**
* Collects all Bug-related tests.
*
* @author <a href="mailto:jeremy.rayner@bigfoot.com">Jeremy Rayner</a>
* @version $Revision$
*/
public class UberTestCaseBugs extends TestCase {
public static Test suite() {
... | {
"content_hash": "602be1703e6d4bace3420f018bb5e22b",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 98,
"avg_line_length": 29.192307692307693,
"alnum_prop": 0.6982872200263505,
"repo_name": "Selventa/model-builder",
"id": "65ac06ca6d5a7c04e0b318324e074faa63d2f434",
"size"... |
package org.ovirt.engine.ui.webadmin.section.main.view.tab;
import org.ovirt.engine.core.common.businessentities.DbUser;
import org.ovirt.engine.ui.common.idhandler.ElementIdHandler;
import org.ovirt.engine.ui.common.uicommon.model.MainModelProvider;
import org.ovirt.engine.ui.common.widget.table.column.TextColumnWith... | {
"content_hash": "9e1874ab4578c20eabb10fe8104ac8f2",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 137,
"avg_line_length": 40.67391304347826,
"alnum_prop": 0.6643506146445751,
"repo_name": "jbeecham/ovirt-engine",
"id": "013c7c59aec399f8c276c7964f31815ab688b80b",
"size":... |
/**
* @author Lorensius W. L. T <lorenz@londatiga.net>
*
* http://www.londatiga.net
*/
package com.pillowdrift.drillergame.twitter;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.content.Context;
import twitter4j.auth.AccessToken;
public class TwitterSe... | {
"content_hash": "2248dc82c3fd72d5d0cdda8eee96ad43",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 77,
"avg_line_length": 28.810344827586206,
"alnum_prop": 0.7414721723518851,
"repo_name": "Pillowdrift/MegaDrillerMole",
"id": "39f616e0ce8c2ee841e05323e61d67886b3a63dc",
"... |
date: 2015-11-25T23:10:39+01:00
doc:
- commands_en
slug: hugo_import
title: hugo import
url: /doc/commands/hugo_import
---
## hugo import
Import your site from others.
### Synopsis
Import your site from other web site generators like Jekyll.
Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path ... | {
"content_hash": "a06e717aab4df17422b18e31d7c92a68",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 116,
"avg_line_length": 41.32,
"alnum_prop": 0.7018393030009681,
"repo_name": "coderzh/gohugo.org",
"id": "37d4933945534fce2bd2ef00dbb60a1c44fd01df",
"size": "2071",
"bin... |
ACCEPTED
#### According to
Euro+Med Plantbase
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "0e2f3493f829ce3e4a1385c8344f9f1e",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 18,
"avg_line_length": 8.692307692307692,
"alnum_prop": 0.6814159292035398,
"repo_name": "mdoering/backbone",
"id": "6eb4cfb6ac8bc2a1f4041337960208e86c27479b",
"size": "177... |
package gov.nih.nci.cabig.caaers.rules.business.service;
import static org.easymock.EasyMock.expect;
import gov.nih.nci.cabig.caaers.AbstractTestCase;
import gov.nih.nci.cabig.caaers.CaaersSystemException;
import gov.nih.nci.cabig.caaers.dao.ExpeditedAdverseEventReportDao;
import gov.nih.nci.cabig.caaers.dao... | {
"content_hash": "6b1e75eaab73abade692ba750f4c88d8",
"timestamp": "",
"source": "github",
"line_count": 1625,
"max_line_length": 193,
"avg_line_length": 44.86953846153846,
"alnum_prop": 0.7257279223183795,
"repo_name": "CBIIT/caaers",
"id": "3e71ba5121234842268c3268fe09a022c5a51111",
"size": "73275... |
<?xml version="1.0"?>
<!-- JBoss, Home of Professional Open Source Copyright 2012, Red Hat, Inc.
and/or its affiliates, and individual contributors by the @authors tag. See
the copyright.txt in the distribution for a full listing of individual contributors.
Licensed under the Apache License, Version 2.0 (t... | {
"content_hash": "050ec0d20f79add75b228c33c8896311",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 132,
"avg_line_length": 43.09569377990431,
"alnum_prop": 0.5510158765404686,
"repo_name": "mojavelinux/jboss-as-quickstart",
"id": "04da775a398d04922394b6595f23a274e93f14e8"... |
<?php
Class Global_Form_FrmAddSubjectExam extends Zend_Dojo_Form {
protected $tr;
protected $tvalidate ;//text validate
protected $filter;
protected $t_date;
protected $t_num;
protected $text;
//protected $check;
public function init()
{
$this->tr = Application_Form_FrmLanguages::getCurrentlangua... | {
"content_hash": "469133dde2020c975f10a9901fed02e0",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 106,
"avg_line_length": 34.87755102040816,
"alnum_prop": 0.652428320655354,
"repo_name": "Bornpagna/stock",
"id": "ab467ea84bd332224d6f5ce6c851806587ced222",
"size": "1709"... |
Solving Listener Crossword 4151 with Mathematica
===============
Solution for crossword puzzle implemented using Mathematica. See http://www.planetmarshall.co.uk/2011/10/12/solving-listener-crossword-4151-with-mathematica.html for details.
| {
"content_hash": "18ddae4c718a2dbb9a12f68f7754fbdd",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 174,
"avg_line_length": 60.25,
"alnum_prop": 0.7842323651452282,
"repo_name": "planetmarshall/crossword_solve",
"id": "a55358d7ba85512a271ba4156d12b85d04d11463",
"size": "24... |
=head1 LICENSE
Copyright [1999-2015] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute
Copyright [2016-2022] EMBL-European Bioinformatics Institute
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obta... | {
"content_hash": "b755b1e81ffc89d555e90c925055b3c6",
"timestamp": "",
"source": "github",
"line_count": 516,
"max_line_length": 140,
"avg_line_length": 31.786821705426355,
"alnum_prop": 0.6031581514449458,
"repo_name": "Ensembl/ensembl",
"id": "ec2304257e521885a18180b5361e59214b5aaba8",
"size": "16... |
<!doctype html>
<html>
<head>
<title>Time Scale Point Data</title>
<script src="http://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js"></script>
<script src="../../../dist/Chart.js"></script>
<script src="../../utils.js"></script>
<style>
canvas {
-moz-user-select: none;
-webkit... | {
"content_hash": "c56b714cad4bd551b76fcb098d447d09",
"timestamp": "",
"source": "github",
"line_count": 150,
"max_line_length": 107,
"avg_line_length": 23.666666666666668,
"alnum_prop": 0.5811267605633803,
"repo_name": "2Ring/Chart.js",
"id": "1eeefa3ada04228b168b84a6fb5947ff6b30308f",
"size": "355... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using aa = Android.App;
using ac = Android.Content;
using ao = Android.OS;
using ar = Android.Runtime;
using av = Android.Views;
using aw = Android.Widget;
using ag = Android.Graphics;
using at = Android.Text;
using Eto.Drawing;
usin... | {
"content_hash": "77a9052053cb3ce5c7e94512eb6f884e",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 104,
"avg_line_length": 19.57943925233645,
"alnum_prop": 0.6653937947494033,
"repo_name": "PowerOfCode/Eto",
"id": "0d97cccb49565194dba5937b42fc9f6d3d343012",
"size": "209... |
[](https://doi.org/10.5281/zenodo.4077433)
[](https://pypi.org/project/wordseg)
[](https://pypi.org/project/wordseg)
[![Circ... | {
"content_hash": "c4a0588f085d730f779e0f34595a2570",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 140,
"avg_line_length": 33.58,
"alnum_prop": 0.7257296009529481,
"repo_name": "jacksonllee/wordseg",
"id": "249d4ab50414ebe75a2374ae475c8ea1efa4b85e",
"size": "3369",
"b... |
<?php
namespace Magento\Customer\Model\Address\Config;
class XsdTest extends \PHPUnit_Framework_TestCase
{
/**
* @var string
*/
protected $_schemaFile;
protected function setUp()
{
$this->_schemaFile = BP . '/app/code/Magento/Customer/etc/address_formats.xsd';
}
/**
* ... | {
"content_hash": "216d83151eb656aa6e1b1567875c5718",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 116,
"avg_line_length": 41.44,
"alnum_prop": 0.5308880308880309,
"repo_name": "webadvancedservicescom/magento",
"id": "20a1946acb96407757bcb7459a38e6c22194dbb7",
"size": "3... |
.class public Lgov/nist/javax/sip/header/ims/PProfileKey;
.super Lgov/nist/javax/sip/header/AddressParametersHeader;
.source "PProfileKey.java"
# interfaces
.implements Lgov/nist/javax/sip/header/ims/PProfileKeyHeader;
.implements Lgov/nist/javax/sip/header/ims/SIPHeaderNamesIms;
.implements Ljavax/sip/header/Extensio... | {
"content_hash": "9b1bbdb1b4777b80913f30fbd14283d6",
"timestamp": "",
"source": "github",
"line_count": 201,
"max_line_length": 117,
"avg_line_length": 25.98507462686567,
"alnum_prop": 0.6936626459888953,
"repo_name": "GaHoKwan/tos_device_meizu_mx4",
"id": "f7991faa6c8aaa2e0d03e0f585230da53a8dfc4a",
... |
{{-- Echo Data --}}
Hello, {{ $name }}.
The current UNIX timestamp is {{ time() }}.
{{-- Echoing Data After Checking For Existence --}}
{{ isset($name) ? $name : 'Default' }}
{{ $name or 'Default' }}
{{-- Displaying Raw Text With Curly Braces --}}
@{{ This will not be processed by Blade }}
{{-- Do not escape data --... | {
"content_hash": "19243ce69fa794cff295a70bec3bc4c9",
"timestamp": "",
"source": "github",
"line_count": 407,
"max_line_length": 94,
"avg_line_length": 19.547911547911546,
"alnum_prop": 0.5427350427350427,
"repo_name": "gencer/laravel-blade",
"id": "c5aae581fc1dd388b24a6da15639b4f42deb0c70",
"size":... |
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Shapes;
using osu.Game.Rulesets.Mania.Objects.Drawables;
using osu.Game.Rulesets.Objects.Drawables;
namespace osu.Game.Rulesets.Mania.UI
{
internal class HitExplosion : Composite... | {
"content_hash": "b30ca75ea39813d160e88edc94d09df4",
"timestamp": "",
"source": "github",
"line_count": 63,
"max_line_length": 78,
"avg_line_length": 28.523809523809526,
"alnum_prop": 0.5275459098497496,
"repo_name": "Nabile-Rahmani/osu",
"id": "f01dfc0db1bb8e50cd7848af90b406f5f0cb9cc2",
"size": "1... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jmlcoq: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css"... | {
"content_hash": "068b6b81d0852ee6cbd58ab1431d871b",
"timestamp": "",
"source": "github",
"line_count": 175,
"max_line_length": 159,
"avg_line_length": 41.06285714285714,
"alnum_prop": 0.5548288338435847,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "39e6a0bdfff2f72f22499b220cbc61b73c51bfb6",
... |
package com.infinitemule.hopperhack.finagle
import com.twitter.finagle.Service
import com.twitter.finagle.builder.ClientBuilder
import com.twitter.finagle.http.Http
import com.twitter.util.Duration
import java.net.InetSocketAddress
import java.util.concurrent.TimeUnit._
import org.jboss.netty.buffer.ChannelBuffers... | {
"content_hash": "9b6ae35205341996070d8e79692ee315",
"timestamp": "",
"source": "github",
"line_count": 149,
"max_line_length": 84,
"avg_line_length": 24.248322147651006,
"alnum_prop": 0.6440631054525325,
"repo_name": "infinitemule/poursquare-storm",
"id": "f2ad0340eec418108b0a3b23dc1deaf07752fc37",
... |
<!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": "37d886b2caf9ded3ff7dc34d928f95ad",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 378,
"avg_line_length": 53.92727272727273,
"alnum_prop": 0.6500337154416723,
"repo_name": "v8-dox/v8-dox.github.io",
"id": "acd6fb1c7226fca564bb5da11f355261bd4edfbc",
"siz... |
'use strict';
module.exports = 'b1';
| {
"content_hash": "587713ab4e140678674601d9d5d22370",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 22,
"avg_line_length": 18.5,
"alnum_prop": 0.6486486486486487,
"repo_name": "BostonGlobe/slush-globegraphic",
"id": "b10cb450954faedb49397ed7a60907faa4eb9e40",
"size": "37",... |
import os
import subprocess
from unittest import TestCase
import requests
class Test404Server(TestCase):
PORT = 8000
def setUp(self):
# Start the server, be sure to include the proper Python files on the
# path.
env = os.environ.copy()
env["PYTHONPATH"] = os.getcwd()
s... | {
"content_hash": "adac0b2fb6ef1a9b9238e062ff733582",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 83,
"avg_line_length": 32.025,
"alnum_prop": 0.5487900078064013,
"repo_name": "clokep/SimpleHTTP404Server",
"id": "762457252aec98b190c2372554f74d8c68c680d1",
"size": "1281"... |
/**
* Interceptor for JSON resources
*/
package com.indoqa.boot.json.interceptor;
| {
"content_hash": "cb45da4266b66dc2602da4abe448d984",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 41,
"avg_line_length": 14.333333333333334,
"alnum_prop": 0.7209302325581395,
"repo_name": "Indoqa/indoqa-boot",
"id": "55373abcb8b0826578e9c8e9f672bfdcfe1d1199",
"size": "90... |
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/ADF.iml" filepath="$PROJECT_DIR$/ADF.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
</modules>
... | {
"content_hash": "f2c3b2fc0cf2f10b6cca9d44dbfb5e6a",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 96,
"avg_line_length": 38.111111111111114,
"alnum_prop": 0.6472303206997084,
"repo_name": "tallenintegsys/ADF",
"id": "1c8f1a9b5f666ca2d24388ad460c9b462d34bdec",
"size": "34... |
//----------------------------------*-C++-*----------------------------------//
//---------------------------------------------------------------------------//
#ifndef MC_mc_Solver_hh
#define MC_mc_Solver_hh
#include <memory>
#include "Tallier.hh"
#include "Physics.hh"
namespace profugus
{
//=====================... | {
"content_hash": "84bfb4df100b4c51b5a03e78ad7cdac2",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 79,
"avg_line_length": 24.278688524590162,
"alnum_prop": 0.41255908170155303,
"repo_name": "ORNL-CEES/Profugus",
"id": "783ba22b8c36df61c28091fd8ccbb044e036d0a8",
"size": "... |
| | |
| -------- | ------------------------- |
| title | Google Cloud DataFlow |
| status | 10 |
| section | High level Programming |
| keywords | High level Programming |
Google Cloud DataFlow is a unified programming model that manages... | {
"content_hash": "a99d1f556ddaf9b2f7b57e8e54c19f0e",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 70,
"avg_line_length": 44.63333333333333,
"alnum_prop": 0.736370425690814,
"repo_name": "cloudmesh/book",
"id": "6c69c67c7ce0edef42873f716c5a6791342002f1",
"size": "1370",
... |
#ifndef _FORM_GUID_H_
#define _FORM_GUID_H_
#include <Guid/BdsHii.h>
#define FORM_MAIN_ID 0x1001
#define FORM_BOOT_ADD_ID 0x1002
#define FORM_BOOT_DEL_ID 0x1003
#define FORM_BOOT_CHG_ID 0x1004
#define FORM_DRV_ADD_ID ... | {
"content_hash": "7726c5deea4dbc6c3fbca35b57328584",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 94,
"avg_line_length": 32.74891774891775,
"alnum_prop": 0.6292134831460674,
"repo_name": "MattDevo/edk2",
"id": "bf99999760076f2097ac32d761ba1ba102218b04",
"size": "8151",... |
namespace Krugel.Emulator
{
static class Program
{
static void Main()
{
}
}
}
| {
"content_hash": "1bd83b823ecb62ec1ecd5b8e0a3fee34",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 26,
"avg_line_length": 12.666666666666666,
"alnum_prop": 0.4824561403508772,
"repo_name": "krugel/kml",
"id": "967c4573a287bf41f65f9dade6b47be63a173e97",
"size": "114",
"b... |
package com.amazonaws.services.directory.model.transform;
import javax.annotation.Generated;
import com.amazonaws.SdkClientException;
import com.amazonaws.services.directory.model.*;
import com.amazonaws.protocol.*;
import com.amazonaws.annotation.SdkInternalApi;
/**
* GetDirectoryLimitsRequestMarshaller
*/
@Gen... | {
"content_hash": "48941014daa27bd4b4010d3191300c8c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 118,
"avg_line_length": 28.775,
"alnum_prop": 0.731537793223284,
"repo_name": "aws/aws-sdk-java",
"id": "0b787e70a04d465a9282c67f693230345afc35a1",
"size": "1731",
"binar... |
class ApplicationController < ActionController::Base
# Prevent CSRF attacks by raising an exception.
# For APIs, you may want to use :null_session instead.
protect_from_forgery with: :reset_session
rescue_from ActionController::RoutingError, with: :error_404
def error_404
render status: 404 , :text => "... | {
"content_hash": "da43276c5ba2760fe452b4959cb8d1e6",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 62,
"avg_line_length": 26.904761904761905,
"alnum_prop": 0.736283185840708,
"repo_name": "Rehlaender/Picpi2",
"id": "77c29091215f66506901854be74e3315fa8c00e1",
"size": "565... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using Microsoft.Framework.Configuration;
namespace PartsUnlimited.Security
{
public class AzureADLoginProviderCredentials : IAzureADLoginProviderCredentials
{... | {
"content_hash": "5fabe1f41f8de7ab9e6ed79f6b48b123",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 101,
"avg_line_length": 33.3448275862069,
"alnum_prop": 0.6442605997931747,
"repo_name": "sriramdasbalaji/PartsUnlimitedMS",
"id": "f68f420b0b05851af9df1f82d25888f7c4ed3e2f",... |
package kr.debop4j.data.ogm.test.associations.collection.unidirectional;
import com.google.common.collect.Sets;
import kr.debop4j.data.ogm.model.UuidEntityBase;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Entity;
import javax.persistence.JoinTable;
import javax.persistence.OneToMany;
import j... | {
"content_hash": "79f53dd984e10d979607d1e61e0cf37a",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 72,
"avg_line_length": 22.225806451612904,
"alnum_prop": 0.7590711175616836,
"repo_name": "archmagece/debop4j",
"id": "9396dbefeafbb498523c9ee317bd7c2f2fa62faf",
"size": "6... |
package com.fedevela.core.asic.controlcalidad.beans;
/**
* Created by fvelazquez on 26/03/14.
*/
import java.io.Serializable;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "doccods")
public class TipoDocumentoCfg implement... | {
"content_hash": "9ae2d15bfe9a6deca10c647ce22b4d9c",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 55,
"avg_line_length": 23.46153846153846,
"alnum_prop": 0.7147540983606557,
"repo_name": "fedevelatec/asic-core",
"id": "353f07659416e73213edf1c1d96de7e6d95a0763",
"size": ... |
from openstack.compute import compute_service
from openstack import resource
class ServerMetadata(resource.Resource):
resource_key = 'metadata'
id_attribute = 'server_id'
base_path = '/servers/%(server_id)s/metadata'
service = compute_service.ComputeService()
# capabilities
allow_create = Tru... | {
"content_hash": "dc38ddede7be03a79b8cf92e8b9f612c",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 76,
"avg_line_length": 32.15,
"alnum_prop": 0.6345256609642301,
"repo_name": "sjsucohort6/openstack",
"id": "9f39d655615ab6f356217cbcbec909c30e66501b",
"size": "1832",
"b... |
<LinearLayout 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:orientation="vertical"
android:paddingBottom="@di... | {
"content_hash": "e6315edc82c2dccc2b997f6e74876827",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 72,
"avg_line_length": 42.04545454545455,
"alnum_prop": 0.6432432432432432,
"repo_name": "mslimani/smoothy",
"id": "0b21302d42850e6d42d4f1b227b0dfaf0f69aa8d",
"size": "925"... |
<code_scheme name="SquareAndroid">
<option name="USE_SAME_INDENTS" value="true" />
<option name="IGNORE_SAME_INDENTS_FOR_LANGUAGES" value="true" />
<option name="OTHER_INDENT_OPTIONS">
<value>
<option name="INDENT_SIZE" value="2" />
<option name="CONTINUATION_INDENT_SIZE" value="4" />
<optio... | {
"content_hash": "7160d43a6a0d5ee65c2b09eec9d2578b",
"timestamp": "",
"source": "github",
"line_count": 373,
"max_line_length": 89,
"avg_line_length": 42.52278820375335,
"alnum_prop": 0.6081583758905491,
"repo_name": "joseanmun/kotlin_basics",
"id": "c8f9ce85814fbf645e45f03923cb8725188da982",
"size... |
package org.knowm.xchange.cryptofacilities.dto.account;
import java.math.BigDecimal;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
/**
* @... | {
"content_hash": "274190e4f41ef2925272b96cae15fd79",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 87,
"avg_line_length": 25.31168831168831,
"alnum_prop": 0.7614161108260646,
"repo_name": "gaborkolozsy/XChange",
"id": "27d88907adfa667c65b4a7e969292cc8c35de4a8",
"size": "... |
<?php
namespace Bolt\Provider;
use Bolt\Controller;
use Bolt\Events\ControllerEvents;
use Bolt\Events\MountEvent;
use Silex\Application;
use Silex\ServiceProviderInterface;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
class ControllerServiceProvider implements ServiceProviderInterface, EventSubscri... | {
"content_hash": "a2442d540613ed17824d0f31bf541e05",
"timestamp": "",
"source": "github",
"line_count": 213,
"max_line_length": 93,
"avg_line_length": 32.8075117370892,
"alnum_prop": 0.5138809387521466,
"repo_name": "Intendit/bolt",
"id": "dd6c5b3c653acf324cb0afa22f115a506f8bfd54",
"size": "6988",
... |
package com.roothema.goodis;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBarDrawe... | {
"content_hash": "78bf99303683eade5b653421198a85e3",
"timestamp": "",
"source": "github",
"line_count": 125,
"max_line_length": 158,
"avg_line_length": 38.208,
"alnum_prop": 0.6888609715242882,
"repo_name": "roothema/goodis",
"id": "2714f40cf739c346b41619fd13341cdef6789455",
"size": "4776",
"bina... |
mkfile_dir := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
priv_dir := $(addprefix $(mkfile_dir)/, ../priv/)
obj-m += erlangio.o
EXTRA_CFLAGS = -O2 -I /usr/src/linux-headers-`uname -r`/include/config
all: build clean
build:
$(MAKE) -C /lib/modules/`uname -r`/build M=$(mkfile_dir) modules
mkdir -p $(priv_dir) ... | {
"content_hash": "677fb516e771cd026db8aa48b2dfc897",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 70,
"avg_line_length": 29.5,
"alnum_prop": 0.6504237288135594,
"repo_name": "MIEMHSE/erlangio",
"id": "880ab9b5174948d96f0db532222df905e6666679",
"size": "472",
"binary":... |
/* $Id: tif_predict.c,v 1.43 2017-05-10 15:21:16 erouault Exp $ */
/*
* Copyright (c) 1988-1997 Sam Leffler
* Copyright (c) 1991-1997 Silicon Graphics, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
* t... | {
"content_hash": "dd94c04bdd98c68e408c374517d053b7",
"timestamp": "",
"source": "github",
"line_count": 874,
"max_line_length": 137,
"avg_line_length": 27.676201372997713,
"alnum_prop": 0.5930794989458018,
"repo_name": "mbelicki/warp",
"id": "7a60a39edfdfd983115c81f1aeb8596624ba95e4",
"size": "2418... |
// flow-typed signature: 58d23b1d2e73339b0cba1938ce56e57b
// flow-typed version: <<STUB>>/eslint-plugin-jsx-a11y_v^3.0.1/flow_v0.35.0
/**
* This is an autogenerated libdef stub for:
*
* 'eslint-plugin-jsx-a11y'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to s... | {
"content_hash": "00130d57aec211252bc37f04d423a29c",
"timestamp": "",
"source": "github",
"line_count": 1180,
"max_line_length": 117,
"avg_line_length": 38.93813559322034,
"alnum_prop": 0.7592225825407535,
"repo_name": "redcom/aperitive",
"id": "864fe051526dc28520f5af55ac88fbd8f52ebdec",
"size": "4... |
<div class="commune_descr limited">
<p>
Kermoroc'h est
un village
localisé dans le département de Côtes-d'Armor en Bretagne. On dénombrait 376 habitants en 2008.</p>
<p>Le nombre de logements, à Kermoroc'h, se décomposait en 2011 en trois appartements et 190 maisons soit
un marché plutôt équilibré.</p>... | {
"content_hash": "a9845b8d96d2208bfeeddcb2ef219b95",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 135,
"avg_line_length": 75.44444444444444,
"alnum_prop": 0.7356406480117821,
"repo_name": "donaldinou/frontend",
"id": "31352bb89f1d8a981329f384f00992044365303e",
"size": "... |
// Copyright 2020 The Oppia Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by ap... | {
"content_hash": "a76a21909c7339de28c7857dc7eebaf6",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 79,
"avg_line_length": 35.050632911392405,
"alnum_prop": 0.7049476345250993,
"repo_name": "kevinlee12/oppia",
"id": "df849792806c949172e6c88df951c82a96a351e7",
"size": "276... |
<?xml version="1.0" encoding="utf-8"?>
<MvcSettings>
<!--The namespace used by some of T4MVC's generated code-->
<T4MVCNamespace>T4MVC</T4MVCNamespace>
<!--The prefix used for things like MVC.Dinners.Name and MVC.Dinners.Delete(Model.DinnerID)-->
<HelpersPrefix>MVC</HelpersPrefix>
<!--Namespaces to be refere... | {
"content_hash": "1ca5716c28ddf3a420fdc7cdf8359eb3",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 144,
"avg_line_length": 58.69565217391305,
"alnum_prop": 0.7672222222222222,
"repo_name": "dsilva609/Project-Ariel",
"id": "7dd9e0fa29f7e92f792d8eff6e7605c96975e8b8",
"size... |
package com.ansorgit.plugins.bash.lang.psi.stubs.index;
/**
* User: jansorg
* Date: 12.01.12
* Time: 13:31
*/
public final class BashIndexVersion {
private BashIndexVersion() {
}
public static int VERSION = 8;
}
| {
"content_hash": "7ecc10fca7e388827212108a1eaa1824",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 55,
"avg_line_length": 17.692307692307693,
"alnum_prop": 0.6652173913043479,
"repo_name": "consulo/consulo-bash",
"id": "8cb370dd81f18e74e3de0e331fb9443937432aba",
"size": ... |
const accountSid = process.env.TWILIO_ACCOUNT_SID;
const authToken = process.env.TWILIO_AUTH_TOKEN;
const client = require('twilio')(accountSid, authToken);
client
.messages('MM800f449d0399ed014aae2bcc0cc2f2ec')
.media.each(media => console.log(media.contentType));
| {
"content_hash": "f635eee30fb676b231bda2ceaa37d959",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 56,
"avg_line_length": 38.714285714285715,
"alnum_prop": 0.7785977859778598,
"repo_name": "TwilioDevEd/api-snippets",
"id": "90591bc8254ebf5a7d64b6dc7f962e99190a9311",
"size... |
#ifndef DLL_LINKAGE
#define DLL_LINKAGE
#endif
namespace schnabel {
class DLL_LINKAGE CylinderPrimitiveShapeConstructor
: public PrimitiveShapeConstructor
{
public:
size_t Identifier() const;
unsigned int RequiredSamples() const;
PrimitiveShape *Construct(const MiscLib::Vector< Vec3f > &points,
... | {
"content_hash": "b83808c5bb72999310d6547ea0ad483b",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 75,
"avg_line_length": 25.82608695652174,
"alnum_prop": 0.7222222222222222,
"repo_name": "NUAAXXY/globOpt",
"id": "189f5483b4630760986d0d99a4ff8cd96838b1ca",
"size": "771",... |
package dk.statsbiblioteket.medieplatform.autonomous;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import dk.statsbiblioteket.medieplatform.autonomous.iterator.common.AttributeParsingEvent;
import dk.statsbiblioteket.medieplatform.autonomous.iterator.common.ParsingEvent;
import dk.statsbiblioteket.mediepl... | {
"content_hash": "4eae1c9eb4e30dca57e74da62460229c",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 125,
"avg_line_length": 40.4639175257732,
"alnum_prop": 0.5971974522292993,
"repo_name": "ravn/newspaper-batch-event-framework",
"id": "1110cc9875a375c990b407c10009ef147ced59... |
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace S... | {
"content_hash": "3ec50602e2c7448292f6a51af235972f",
"timestamp": "",
"source": "github",
"line_count": 127,
"max_line_length": 203,
"avg_line_length": 36.63779527559055,
"alnum_prop": 0.556415215989684,
"repo_name": "Damon-Liu/surging",
"id": "8505a2a59685fbbf86059c4d8e9af87261f1d55d",
"size": "52... |
package org.apache.flink.contrib.streaming.state;
import org.apache.flink.api.common.ExecutionConfig;
import org.apache.flink.api.common.JobID;
import org.apache.flink.api.common.state.ValueState;
import org.apache.flink.api.common.state.ValueStateDescriptor;
import org.apache.flink.api.common.typeutils.base.IntSeri... | {
"content_hash": "01953d8473241f43ae347ff15a161b83",
"timestamp": "",
"source": "github",
"line_count": 510,
"max_line_length": 140,
"avg_line_length": 32.19019607843137,
"alnum_prop": 0.7567155996832552,
"repo_name": "haohui/flink",
"id": "a2ec05213f4f97505f00e13c08135e6dc13a9b65",
"size": "17222"... |
package com.episode6.hackit.mockspresso.basic.plugin.simple;
import com.episode6.hackit.mockspresso.api.InjectionConfig;
import com.episode6.hackit.mockspresso.reflect.TypeToken;
import org.jetbrains.annotations.Nullable;
import java.lang.annotation.Annotation;
import java.lang.reflect.Constructor;
import java.util.C... | {
"content_hash": "81c74a48ca76cf5798dff5fcb392556e",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 113,
"avg_line_length": 34.55357142857143,
"alnum_prop": 0.765374677002584,
"repo_name": "episode6/mockspresso",
"id": "5fee3598b67bd8076799515a6c7328757a2d4d1b",
"size": "... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__new_fscanf_53b.cpp
Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__new.label.xml
Template File: sources-sink-53b.tmpl.cpp
*/
/*
* @description
* CWE: 680 Integer Overflow to Buffer Overflow
* BadSourc... | {
"content_hash": "a51b2ec3392117bf8ec9c5069e1e50db",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 156,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.7111280487804879,
"repo_name": "JianpingZeng/xcc",
"id": "c32677d4e79009632f89ac27bef1e65bb1aecd28",
"size": "13... |
package com.amazonaws.services.rds.model.transform;
import javax.xml.stream.events.XMLEvent;
import javax.annotation.Generated;
import com.amazonaws.services.rds.model.*;
import com.amazonaws.transform.Unmarshaller;
import com.amazonaws.transform.StaxUnmarshallerContext;
import com.amazonaws.transform.SimpleTypeSta... | {
"content_hash": "7b7bc204165a0650c86a804806116cd3",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 138,
"avg_line_length": 34.62,
"alnum_prop": 0.7128827267475448,
"repo_name": "jentfoo/aws-sdk-java",
"id": "de72d5698274da58971995362c254c5703f585c0",
"size": "2311",
"b... |
NAMESPACE_MICROSOFT_XBOX_SERVICES_MULTIPLAYER_MANAGER_BEGIN
/// <summary>
/// Notifies the title when a new host member has been set.
/// </summary>
public ref class HostChangedEventArgs sealed : MultiplayerEventArgs
{
public:
/// <summary>
/// The new host member. If an existing host leaves, the HostMember w... | {
"content_hash": "477103951d7e502d4e8da4812f159413",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 101,
"avg_line_length": 28,
"alnum_prop": 0.6937229437229437,
"repo_name": "jasonsandlin/xbox-live-api",
"id": "f04a1474972df82304a05a2b3cf23d814718e013",
"size": "1157",
... |
package com.countrygamer.pvz.entities.mobs.plants;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.item.ItemStack;
import net.minecraft.util.AxisAlignedBB;
import net.minecraft.world.World;
import com.countrygamer.pvz.PvZ;
public class EntityMoon... | {
"content_hash": "71f053d78d843564cafd7ddd40f27819",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 75,
"avg_line_length": 27.983870967741936,
"alnum_prop": 0.6714697406340058,
"repo_name": "TheTemportalist/CountryGamer_PlantsVsZombies",
"id": "b9bbf7e1935c8b3a9498ba3cee700... |
package io.cattle.platform.docker.transform;
public class DockerInspectTransformVolume {
String containerPath;
String accessMode;
String driver;
String name;
String externalId;
public DockerInspectTransformVolume(String cp, String am, String dr, String name, String externalId) {
super(... | {
"content_hash": "9843891ebfc10cb3a22f34d208583a83",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 106,
"avg_line_length": 21.305084745762713,
"alnum_prop": 0.6268894192521878,
"repo_name": "cloudnautique/cattle",
"id": "648893edfc604322f6509873b1f7fb10627f6283",
"size":... |
'format es6';
let name = 'randomuserGateway';
import { registerService } from 'nn-ng-utils';
class RandomuserGatewayService {
constructor( ctx, $http ) {
//noinspection BadExpressionStatementJS
'ngInject';
this.ctx = ctx;
this.$http = $http;
}
getUsers () {
return this.ctx.$q(( resolve, r... | {
"content_hash": "f8eaf9bbc993509d7d0356b2cb24a63f",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 70,
"avg_line_length": 24.166666666666668,
"alnum_prop": 0.64,
"repo_name": "sgwatgit/ng-next-example",
"id": "e56ca9253861f12d5ddbae9e1e4810b6d5009f15",
"size": "765",
"... |
//////////////////////////////////////////////////////////////////////////////
// Copyright (C) 2008-2012, Shane Liesegang
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redist... | {
"content_hash": "df332d89d4604cc7d80875dce558f18c",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 84,
"avg_line_length": 38.578947368421055,
"alnum_prop": 0.7175989085948158,
"repo_name": "d909b/GADEL-Snake",
"id": "64a856afa3eb60da26942cac4b8f0fdaae1e4e4d",
"size": "7... |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
namespace Finances.Data.Banking
{
public class BankStatementLine
{
[Key]
public int ID { get; set; }
[R... | {
"content_hash": "548eaae5e48b3ab32144170eec160b65",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 98,
"avg_line_length": 30.045454545454547,
"alnum_prop": 0.621280887544125,
"repo_name": "patrickjohncollins/A-song-of-sixpence",
"id": "22d0a389afca0c2009ef9b8259fc5aa18c55b... |
using System.Collections.Generic;
using System.Text.RegularExpressions;
namespace CountlySDK.Helpers
{
internal static class PhoneNameHelper
{
public static CanonicalPhoneName Resolve(string manufacturer, string model)
{
var manufacturerNormalized = manufacturer.Trim().ToUpper();... | {
"content_hash": "9399548112e22832c8d4580c172a367e",
"timestamp": "",
"source": "github",
"line_count": 541,
"max_line_length": 135,
"avg_line_length": 52.95933456561922,
"alnum_prop": 0.5617953998115249,
"repo_name": "Countly/countly-sdk-windows",
"id": "fa6f962f69c0431186f432885ce838792870499d",
... |
<ROOT>
<data>
<record>
<field name="Country or Area">Benin</field>
<field name="Year(s)">2008</field>
<field name="Value">346</field>
<field name="Value Footnotes"></field>
</record>
<record>
<field name="Country or Area">B... | {
"content_hash": "36934eac188a6b9045785fb023381b0a",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 82,
"avg_line_length": 39.23170731707317,
"alnum_prop": 0.4967360895244016,
"repo_name": "danagilliann/un_data_api",
"id": "656f143d1ef288156e2944a3494402f3b80b55f7",
"size... |
// Copyright 2015-2022 The Khronos Group Inc.
//
// SPDX-License-Identifier: Apache-2.0 OR MIT
//
// This header is generated from the Khronos Vulkan XML API Registry.
#ifndef VULKAN_HPP
#define VULKAN_HPP
#if defined( _MSVC_LANG )
# define VULKAN_HPP_CPLUSPLUS _MSVC_LANG
#else
# define VULKAN_HPP_CPLUSPLUS __cplu... | {
"content_hash": "6fcdc40df46f44a0e5142d3bdf33d69e",
"timestamp": "",
"source": "github",
"line_count": 14404,
"max_line_length": 160,
"avg_line_length": 43.34636212163288,
"alnum_prop": 0.6563814844296809,
"repo_name": "Unarmed1000/RAIIGen",
"id": "aa381816c0fb7ac6156a4b7fb26a865de2c87472",
"size"... |
x-layout {
/* relative positioning is important because x-layout should really be
* placed in a parent container for it to fill;
* also, setting position:absolute causes older flexbox implementations,
* such as Firefox 18 (which is the version in FirefoxOS) to render
* flex items in a way such that it won't ... | {
"content_hash": "f60894473c106b4e65ed4ffbb1dfd3af",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 109,
"avg_line_length": 31.516949152542374,
"alnum_prop": 0.6845926324280721,
"repo_name": "x-tag/x-tag.github.io",
"id": "8e877c3d2259b8c12066bfcb9d5c38fc60693dd7",
"size... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.