text stringlengths 2 1.04M | meta dict |
|---|---|
define(["Tone/component/AmplitudeEnvelope", "helper/Basic", "helper/Offline",
"Tone/component/Envelope", "Test", "Tone/signal/Signal"],
function (AmplitudeEnvelope, Basic, Offline, Envelope, Test, Signal) {
describe("AmplitudeEnvelope", function(){
Basic(AmplitudeEnvelope);
context("Envelope", function(){
... | {
"content_hash": "a0efb82f1a960f32452fff9390754125",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 78,
"avg_line_length": 26.348484848484848,
"alnum_prop": 0.6216216216216216,
"repo_name": "googlecreativelab/chrome-music-lab",
"id": "f407e45fb885edcc4f45f5dd332d34f62d384cd... |
Process Virtual Machine
[](https://ci.appveyor.com/project/dkschlos/pvm-net)
<a href="https://scan.coverity.com/projects/dkschlos-pvm-net">
<img alt="Coverity Scan Build Status"
src="https://scan.coverity.com/projects/6186/b... | {
"content_hash": "4699e0c9ed5335f2d9108795ff0decc0",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 218,
"avg_line_length": 42.63333333333333,
"alnum_prop": 0.7670054730258014,
"repo_name": "dkschlos/PVM.NET",
"id": "c9d1a55f80e37dfba3194f621ac8c600b08da45e",
"size": "128... |
package hms.service.hub.orm.model;
import javax.persistence.*;
import java.io.Serializable;
/**
* Created by udara on 7/26/16.
*/
@Entity
@Table(name="profile")
public class Profile implements Serializable{
private static final long serialVersionUID = 1927557244205936381L;
@Id
@GeneratedValue(strategy... | {
"content_hash": "573857e245e066adcaf14b6645c59c6e",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 70,
"avg_line_length": 18.694444444444443,
"alnum_prop": 0.6092124814264487,
"repo_name": "sadupa/services-hub",
"id": "bd79d1349b40c3a178fd19c21a211a39c48bc2c0",
"size": "... |
package com.amazonaws.services.fsx.model.transform;
import java.math.*;
import javax.annotation.Generated;
import com.amazonaws.services.fsx.model.*;
import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*;
import com.amazonaws.transform.*;
import com.fasterxml.jackson.core.JsonToken;
import static com.faster... | {
"content_hash": "2287a433320a82178485d3490ca81ccf",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 136,
"avg_line_length": 36.85507246376812,
"alnum_prop": 0.648053480141565,
"repo_name": "aws/aws-sdk-java",
"id": "889b39a228e2ce6cc5d0e865b95f208c3591ec9e",
"size": "3123... |
/* Author: Ioan Sucan */
#include <moveit/planning_scene_monitor/trajectory_monitor.h>
#include <moveit/trajectory_processing/trajectory_tools.h>
#include <ros/rate.h>
#include <limits>
#include <memory>
planning_scene_monitor::TrajectoryMonitor::TrajectoryMonitor(const CurrentStateMonitorConstPtr& state_monitor,
... | {
"content_hash": "c38fdfcbfd4f5e5ac3fb1ac527507943",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 110,
"avg_line_length": 28.021505376344088,
"alnum_prop": 0.7029930928626247,
"repo_name": "v4hn/moveit",
"id": "69b6e5385157fccc38c2f50770de1102b0e100d0",
"size": "4403",
... |
/*==================== Layout ====================*/
.booking-form .controlHolder + .controlHolder {
margin-top: 10px;
}
.booking-form * + .btn {
margin-top: 20px;
}
.booking-form * + p {
margin-top: 15px;
}
/*==================== Styles ====================*/
.booking-form {
position: relative;
padding: 30px... | {
"content_hash": "e21bcab9773c76e2e9a72dfc71adb2ad",
"timestamp": "",
"source": "github",
"line_count": 282,
"max_line_length": 109,
"avg_line_length": 20.680851063829788,
"alnum_prop": 0.6640946502057613,
"repo_name": "cpmarx/qonline",
"id": "3542487d508e89c91d2aba061b35fa270fb7f9b2",
"size": "583... |
var Q = require("../q");
var asap = require("asap");
afterEach(function () {
Q.onerror = null;
});
describe("Q proper", function () {
it("returns a fulfilled promise when given a value", function () {
expect(Q(5).isFulfilled()).toBe(true);
});
it("passes promises through", fun... | {
"content_hash": "07d06f8ea83ff368e903012212fa9224",
"timestamp": "",
"source": "github",
"line_count": 1574,
"max_line_length": 113,
"avg_line_length": 29.109275730622617,
"alnum_prop": 0.44360295080536033,
"repo_name": "AmericanHaxyInc/Nulldelicious",
"id": "7fd5aaabc2e36dc02131317da9ad1c260a90cfa7... |
package org.pentaho.di.trans.steps.fileinput.text;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.pentaho.di.core.Const;
import org.pentaho.di.core.exception.KettleException;
import org.pentaho.di.core.exception.KettleFileException;
import org.... | {
"content_hash": "4cdac1410df70526981de51732898d98",
"timestamp": "",
"source": "github",
"line_count": 738,
"max_line_length": 120,
"avg_line_length": 37.68157181571816,
"alnum_prop": 0.5292171599122586,
"repo_name": "nantunes/pentaho-kettle",
"id": "44c97bc44bece6bd35e02aab348e402a41b6c464",
"siz... |
require_relative '../model/verb'
class VerbCtrl
def initialize
@verbs = Array.new
end
def extractData(sheets)
for row in sheets
next if row.index_in_collection == 0 || (row[MdSheet::VerbSheet::IDX_CODE] == nil || row[MdSheet::VerbSheet::IDX_CODE].value == nil) ||
(row[MdSheet::VerbSheet::IDX... | {
"content_hash": "d76276866f83c26f55b789413e325927",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 141,
"avg_line_length": 24.325581395348838,
"alnum_prop": 0.6491395793499044,
"repo_name": "EnglishLesson/dc_procxls",
"id": "f65d3494858a4e3e3a269d9dedc3e935bf6fc209",
"si... |
package net.schmizz.sshj.connection.channel.direct;
import net.schmizz.sshj.common.Buffer;
import net.schmizz.sshj.common.DisconnectReason;
import net.schmizz.sshj.common.IOUtils;
import net.schmizz.sshj.common.SSHException;
import net.schmizz.sshj.common.SSHPacket;
import net.schmizz.sshj.common.SSHRuntimeException;... | {
"content_hash": "4a2ba506785f6e6a531528c7049d30c7",
"timestamp": "",
"source": "github",
"line_count": 223,
"max_line_length": 112,
"avg_line_length": 31.748878923766817,
"alnum_prop": 0.6100282485875707,
"repo_name": "bluekeyes/sshj",
"id": "322425f46aca3b635949ed5f2ab62e9b2b5e68d6",
"size": "768... |
import System.Environment(getArgs)
import System.IO
import System.Exit
import qualified Data.Map as M
import Control.Concurrent
import Control.Monad
import Data.Maybe
import ControlMessage
import Config
import RouterDVP
import RouterStatic
import Link
import Console
framework flag routers links = do
putStrLn "Hell... | {
"content_hash": "7bbca76c54ec057b7cf8b714c0628a70",
"timestamp": "",
"source": "github",
"line_count": 58,
"max_line_length": 104,
"avg_line_length": 36.1551724137931,
"alnum_prop": 0.6452074391988555,
"repo_name": "hdb3/FP-Router",
"id": "31f581b56909e4195aeaf19b4414352d824932ae",
"size": "2098",... |
import React from 'react'
import { render } from 'react-dom'
import { Provider } from 'react-redux'
import { createStore } from 'redux'
import App from './App'
import blockApp from './BlockReducer'
const store = createStore(blockApp)
function renderApp() {
render(
<Provider store={store}>
<App... | {
"content_hash": "0c7b52fd0c3b2b5b49ef08d6fa1c73de",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 39,
"avg_line_length": 21.65,
"alnum_prop": 0.6535796766743649,
"repo_name": "CISC475-Group2/parsons-ui",
"id": "c2d000866aae9d09c1b41ff3deb667f6c871d5e5",
"size": "433",
... |
@interface PreorderAddressCell ()
{
UIButton *_vGridBtn;
UIImageView *_vNoAddressIcon;
UILabel *_vNoAddressLabel;
UIImageView *_vReciverIcon;
UILabel *_vReciverLabel;
UIImageView *_vMobileIcon;
UILabel *_vMobileLabel;
UILabel *_vAddressLabel;
}
@end
@implementation ... | {
"content_hash": "4691b8a88c4d4a124e040eda1ad8e52f",
"timestamp": "",
"source": "github",
"line_count": 174,
"max_line_length": 107,
"avg_line_length": 29.344827586206897,
"alnum_prop": 0.6662749706227967,
"repo_name": "YKXMall/Shop-for-iOS",
"id": "3be7b31f744407fda181243f9a54d74d049b2d03",
"size"... |
require 'spec_helper'
RSpec.describe 'Bihodl integration specs' do
let(:client) { Cryptoexchange::Client.new }
let(:btc_usdt_pair) { Cryptoexchange::Models::MarketPair.new(base: 'BTC', target: 'USDT', market: 'bihodl') }
it 'fetch pairs' do
pairs = client.pairs('bihodl')
expect(pairs).not_to be_empty
... | {
"content_hash": "dacad1475e9a6c2800fd43c3e1283fff",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 111,
"avg_line_length": 32.940298507462686,
"alnum_prop": 0.6837335749886724,
"repo_name": "coingecko/cryptoexchange",
"id": "63b9538613302192a97698986f6e1e674d7cc861",
"si... |
package org.gradle.test.performance.mediummonolithicjavaproject.p482;
import org.gradle.test.performance.mediummonolithicjavaproject.p481.Production9639;
public class Production9642 {
private Production9639 property0;
public Production9639 getProperty0() {
return property0;
}
public... | {
"content_hash": "c1f4be4edc20683b773ab20bb2fc82e9",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 83,
"avg_line_length": 19.14018691588785,
"alnum_prop": 0.6416015625,
"repo_name": "oehme/analysing-gradle-performance",
"id": "a3882e0d5559617c728c5caa3fb4e84d16a8f7c2",
... |
package com.devzb.api.service.impl;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.devzb.api.dao.mapper.KksTagMapperExt;
... | {
"content_hash": "ea8817a096cd7764ecca5cc10415ce46",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 64,
"avg_line_length": 24.583333333333332,
"alnum_prop": 0.7279661016949153,
"repo_name": "bbbbb1202/devzb-cloud",
"id": "4c0a5aa4761891f61d0c660ddc700902fb2f65cd",
"size":... |
import * as echarts from '../../echarts';
import * as zrUtil from 'zrender/src/core/util';
import env from 'zrender/src/core/env';
import TooltipContent from './TooltipContent';
import TooltipRichContent from './TooltipRichContent';
import * as formatUtil from '../../util/format';
import * as numberUtil from '../../u... | {
"content_hash": "7a32ea81fef160d962a4af90504a22cc",
"timestamp": "",
"source": "github",
"line_count": 820,
"max_line_length": 111,
"avg_line_length": 34.44634146341463,
"alnum_prop": 0.5405721164058628,
"repo_name": "ecomfe/echarts",
"id": "a74518436322f18f7ddea68e11fd2101b27157fc",
"size": "2903... |
package com.quollwriter.ui.forms;
import java.awt.Dimension;
import java.awt.Color;
import java.awt.Font;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import javax.swing.text.*;
import com.quollwriter.*;
import com.quollwriter.ui.*;
import com.quollwriter.text.*;
public class FileSelectorFormIt... | {
"content_hash": "6a0116d736643f13d44427a7079c570f",
"timestamp": "",
"source": "github",
"line_count": 73,
"max_line_length": 106,
"avg_line_length": 20.136986301369863,
"alnum_prop": 0.4897959183673469,
"repo_name": "garybentley/quollwriter",
"id": "e60cf9d00f039b3f228061fefc4db810075a16d3",
"siz... |
package com.speedment.runtime.core.provider;
import com.speedment.runtime.core.component.sql.override.SqlStreamTerminatorComponent;
import com.speedment.runtime.core.component.sql.override.doubles.DoubleCountTerminator;
import com.speedment.runtime.core.component.sql.override.ints.IntCountTerminator;
import com.speed... | {
"content_hash": "0617560db4a4b1f98602b80edfe0bb87",
"timestamp": "",
"source": "github",
"line_count": 242,
"max_line_length": 136,
"avg_line_length": 31.355371900826448,
"alnum_prop": 0.7311544544016869,
"repo_name": "speedment/speedment",
"id": "cb794a5deaf71f4fd29c13b0f85907db77828751",
"size":... |
from .flaskext import FlaskJSONAPI
from .serializer import (JSONAPI, AttributeActions, RelationshipActions,
Permissions, attr_descriptor, relationship_descriptor,
permission_test)
| {
"content_hash": "f479632621a83a80c29095b605b89236",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 79,
"avg_line_length": 57.5,
"alnum_prop": 0.6652173913043479,
"repo_name": "angelosarto/sqlalchemy-jsonapi",
"id": "fcc0dcaa06ef25b48d5d1b4307e21fe56fe370ca",
"size": "230"... |
package org.apache.poi.hdgf;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* A decoder for the crazy LZW implementation used
* in Visio.
* According to VSDump, "it's a slightly perverted version of LZW
* compression, with inverted... | {
"content_hash": "ea856f04636f62d2d5d70c8c65c4d23d",
"timestamp": "",
"source": "github",
"line_count": 377,
"max_line_length": 78,
"avg_line_length": 26.40053050397878,
"alnum_prop": 0.6592987039083693,
"repo_name": "tobyclemson/msci-project",
"id": "0595343d45241d204fc6128408ef2e7cb09c4727",
"siz... |
layout: default
---
Sorry Page Not Found.
| {
"content_hash": "24b810b1cd2398cb1f66993d67f729c7",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 21,
"avg_line_length": 10.75,
"alnum_prop": 0.6976744186046512,
"repo_name": "hutchiko/marianreid.com",
"id": "bbd38e82bacdf947dd986b315223750380ec691a",
"size": "47",
"bi... |
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 329060 $ -->
<refentry xml:id="function.trader-cdlspinningtop" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>trader_cdlspinningtop</refname>
<refpurpose>Spinning Top</refpurpose>
</refnamediv>
<refs... | {
"content_hash": "27a967f4350bd81d60c5e7e146460aba",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 131,
"avg_line_length": 25.10112359550562,
"alnum_prop": 0.6862130707251567,
"repo_name": "mziyut/.vim",
"id": "cb59504d0070f6d2385a372c00cb0af1914c7aa5",
"size": "2234",
... |
#include "cartographer/io/points_processor_pipeline_builder.h"
#include "cartographer/common/make_unique.h"
#include "cartographer/io/counting_points_processor.h"
#include "cartographer/io/fixed_ratio_sampling_points_processor.h"
#include "cartographer/io/min_max_range_filtering_points_processor.h"
#include "cartogr... | {
"content_hash": "55320348229380435b660e6556ae4b52",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 80,
"avg_line_length": 42,
"alnum_prop": 0.7321428571428571,
"repo_name": "af-silva/cartographer_ros",
"id": "726cc730dadb2499ae1aae409776c0548315e557",
"size": "3464",
"... |
package com.amazonaws.services.opsworks.model.transform;
import static com.amazonaws.util.StringUtils.UTF8;
import static com.amazonaws.util.StringUtils.COMMA_SEPARATOR;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.OutputStreamWriter;
import java.io.StringWriter;
import j... | {
"content_hash": "5af9bda1278608d8a9e6edcc9641a32f",
"timestamp": "",
"source": "github",
"line_count": 77,
"max_line_length": 85,
"avg_line_length": 32.94805194805195,
"alnum_prop": 0.6949152542372882,
"repo_name": "dump247/aws-sdk-java",
"id": "653fff1bdf00dd1c29491729d310d8722d9110e2",
"size": "... |
module VoteCountHelper
def vote_count
sum = 0
self.votes.map {|v| sum += v.value}
sum
end
end
| {
"content_hash": "11589b9faa59bd140e1357d2a5e473e6",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 43,
"avg_line_length": 18,
"alnum_prop": 0.5396825396825397,
"repo_name": "clintecum/stack-overflow-clone",
"id": "aea824fa51591751a230ec923c04eb60ef2eac2b",
"size": "126",
... |
function go_to_project_top_directory() {
local -r script_dir=$(dirname "${BASH_SOURCE[0]}")
cd "$script_dir/../../.." || exit 1
}
function install_missing_brew_dependencies() {
brew bundle -v --file=- <<-"EOS"
brew "emscripten"
brew "shellcheck"
EOS
}
function install_npm_dependencies() {
pushd platforms/types... | {
"content_hash": "05b0a3597aaa38e7c637f38874a38286",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 83,
"avg_line_length": 21.096774193548388,
"alnum_prop": 0.709480122324159,
"repo_name": "walterscarborough/LibSpacey",
"id": "201fccc1bb2247211e44ac17a94fe082a166868f",
"s... |
package org.unitime.timetable.action;
import java.text.DecimalFormat;
import java.util.Iterator;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.hibernate.HibernateException;
import org.springframework.beans.factory.annotation.Autowired;... | {
"content_hash": "8466cdea63b5b96f51f9ff2d1ca48b26",
"timestamp": "",
"source": "github",
"line_count": 267,
"max_line_length": 204,
"avg_line_length": 49.08988764044944,
"alnum_prop": 0.5463492790112153,
"repo_name": "nikeshmhr/unitime",
"id": "2082ca66030f287cdd22a7005a8183cd885ccd89",
"size": "1... |
/**
* Psycho Light Stage
*/
Psycho.LightStage = function(position) {
// Init Direction Light
var light = new THREE.DirectionalLight(0xFFFFFF);
light.position.set(20, 40, -15);
light.target.position.copy(position);
light.castShadow = true;
light.shadowCameraLeft = -60... | {
"content_hash": "9342db77503c718de3c96bc9384207f1",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 63,
"avg_line_length": 31.318181818181817,
"alnum_prop": 0.5965166908563135,
"repo_name": "CaioPaiola/Psycho",
"id": "6ce5e519c1d40da9a552f1a7032fa92aa9799f4e",
"size": "68... |
using System;
using System.Diagnostics;
using Gst.Plugins;
using Gst.Plugins.Base;
using Gst.Plugins.Core;
using Gst.Plugins.Good;
using NUnit.Framework;
namespace Gst.Tests
{
[TestFixture]
public class GstTest : BaseTest
{
[Test]
public void KsVideoTestSrc()
{
var pipe... | {
"content_hash": "6a4c5d3c7e535075c235d2000ff87d2c",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 97,
"avg_line_length": 31.817307692307693,
"alnum_prop": 0.5732849803566032,
"repo_name": "ismaildurmaz/gstreamer-sharp",
"id": "ea31a46858236cf6142a9086e5208261f10bd599",
... |
package breeze.numerics
import breeze.generic.{MappingUFunc, UFunc}
/**Package for common unit conversions.
* @author ktakagaki
* @date 1/31/14.
*/
object Conversions {
// <editor-fold defaultstate="collapsed" desc=" Temperature ">
/** Converts Fahrenheit temperature to Celsius
* @see <a href="http://en.... | {
"content_hash": "01bc6e6601c4f84d67b3220b23af3263",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 118,
"avg_line_length": 38.41935483870968,
"alnum_prop": 0.707808564231738,
"repo_name": "crealytics/breeze",
"id": "237fd9f12fd7b792194078d2e1c669ea8e677f98",
"size": "119... |
/* 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
* distribut... | {
"content_hash": "c2637c262fb58d456e86f046b20c9d96",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 107,
"avg_line_length": 34.54054054054054,
"alnum_prop": 0.7715179968701096,
"repo_name": "stefan-ziel/Activiti",
"id": "988143c07b98ac0db62dc1fc8b7066dfad206b7b",
"size": ... |
"""Test BIP65 (CHECKLOCKTIMEVERIFY).
Test that the CHECKLOCKTIMEVERIFY soft-fork activates at (regtest) block height
1351.
"""
from test_framework.blocktools import (
create_block,
create_coinbase,
)
from test_framework.messages import (
CTransaction,
msg_block,
)
from test_framework.p2p import P2PInt... | {
"content_hash": "db7d83f0ef6f2471f061e51c5228a98f",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 119,
"avg_line_length": 41.95876288659794,
"alnum_prop": 0.6208845208845208,
"repo_name": "apoelstra/bitcoin",
"id": "10d2072dba01a071d0e861f401a0a60aa413a199",
"size": "8... |
namespace Debugger.Wrappers.CorSym
{
using System;
using System.Runtime.InteropServices;
public partial class ISymUnmanagedReader
{
public ISymUnmanagedDocument GetDocument(string url, System.Guid language, System.Guid languageVendor, System.Guid documentType)
{
IntPtr p = Marshal.StringToCoTaskMemUni(url)... | {
"content_hash": "85003f6929f044066e6c66fea57a83cf",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 130,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.7804878048780488,
"repo_name": "TeamSPoon/logicmoo_workspace",
"id": "9091234dfdf4d78d9993f4c4d782a2aa38c936f1",
... |
#pragma once
#include <string>
#include <set>
namespace BWAPI
{
class TechType;
class UpgradeType;
class DamageType;
class ExplosionType;
class WeaponType
{
public:
WeaponType();
WeaponType(int id);
WeaponType(const WeaponType& other);
WeaponType& operator=(const WeaponType& othe... | {
"content_hash": "4e384ffe7821ed3c86a0d49cfa80d8ad",
"timestamp": "",
"source": "github",
"line_count": 202,
"max_line_length": 109,
"avg_line_length": 39.504950495049506,
"alnum_prop": 0.724561403508772,
"repo_name": "davechurchill/ualbertabot",
"id": "7138894c621a6d83510144f4d4b9c5846229b1c9",
"s... |
package com.sigpwned.jsonification.parser;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.sigpwned.jsonification.JsonParser;
import com.sigpwned.jsonification.JsonValue;
import com.sigpwned.jsonification.exception.ParseJsonException;
import com.sig... | {
"content_hash": "41f4b5703b34829a6f14059d67159599",
"timestamp": "",
"source": "github",
"line_count": 375,
"max_line_length": 115,
"avg_line_length": 35.778666666666666,
"alnum_prop": 0.45576507415964823,
"repo_name": "sigpwned/jsonification",
"id": "6b9481ba39e8555ab3bf3bc2b2a8bebabe153ceb",
"si... |
package com.yardspoon.sendaway;
import android.content.Context;
import android.content.pm.PackageManager;
import android.location.Location;
import android.provider.Settings;
import android.support.v4.app.ActivityCompat;
import android.widget.Toast;
import com.google.android.gms.common.ConnectionResult;
import com.goo... | {
"content_hash": "0602ec0c0bdd44323526ad6c6221bb5a",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 106,
"avg_line_length": 33.806451612903224,
"alnum_prop": 0.7080152671755725,
"repo_name": "benjaminplee/SendAway",
"id": "6a6e6c4b0733424b5566c2f529100df6b9f4b62c",
"size"... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "1250cdfddbe494781bf5f72d5715f3aa",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "38189125d845c4619ff63e557c3fd0f30a78dce6",
"size": "20... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>WeCon test</title>
<link rel="stylesheet" type="text/css" href="wecon.css"/>
<link rel="stylesheet" type="text/css" href="wecon-colors.css"/>
<script type="application/javascript" src="wecon.js"></script>
<style type="text/css">
html... | {
"content_hash": "a40872ac242103d3495f40229ac5d86f",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 72,
"avg_line_length": 22.21951219512195,
"alnum_prop": 0.6278814489571899,
"repo_name": "CylonicRaider/wecon",
"id": "01059f48aae53e48d76ced9faf819b1c6f63c376",
"size": "9... |
CWallet* pwalletMain;
CClientUIInterface uiInterface;
extern bool fPrintToConsole;
extern void noui_connect();
struct TestingSetup {
CCoinsViewDB *pcoinsdbview;
boost::filesystem::path pathTemp;
boost::thread_group threadGroup;
TestingSetup() {
fPrintToDebugger = true; // don't want to write ... | {
"content_hash": "6dad6fa80ba41eb7a6bbb5588bbae51f",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 118,
"avg_line_length": 27.607142857142858,
"alnum_prop": 0.6358344113842174,
"repo_name": "an420/nic",
"id": "4f2a899c8f360e3ecdc20ce69828c3a2426047d3",
"size": "1751",
... |
namespace network {
bool instantiateMessageOrder();
namespace {
volatile bool forceInstantiate = instantiateMessageOrder();
}
}
#endif//INCLUDED_NETWORK_MESSAGE_ORDER_H
| {
"content_hash": "942b9267dc66dac44a74595dc1222ec0",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 59,
"avg_line_length": 21.25,
"alnum_prop": 0.8,
"repo_name": "abannerth/Reaping2",
"id": "63a726c80371344c421cd74e77ae28f809facf86",
"size": "252",
"binary": false,
"co... |
/*
* HTML5 Boilerplate
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*
* Detailed information about this CSS: h5bp.com/css
*
* ==|== normalize ================... | {
"content_hash": "9b6e76513af0d97edb8d5541ee0c5846",
"timestamp": "",
"source": "github",
"line_count": 297,
"max_line_length": 217,
"avg_line_length": 34.45117845117845,
"alnum_prop": 0.5364542611415168,
"repo_name": "jokimies/django-pj-portfolio",
"id": "d983b8f7a4678f36d694e5f6b2832ddc369ef9eb",
... |
package com.ibm.datapower.er.mgmt;
import java.security.cert.CertificateEncodingException;
import java.security.cert.X509Certificate;
/**
* This exception occurs when a connection to the appliance fails because of an untrusted Certificate.
* Is a subclass of ERMgmtException and is used when catching generic ER... | {
"content_hash": "4740724c4d5dc41eee35dc2d83d2e8e3",
"timestamp": "",
"source": "github",
"line_count": 92,
"max_line_length": 132,
"avg_line_length": 33.25,
"alnum_prop": 0.6708074534161491,
"repo_name": "ibm-datapower/ertool",
"id": "6ba45c5ef8e8246cf01a62ec93297e184dac313a",
"size": "3640",
"b... |
<?php
/*******************************************************************************
* Marketplace Web Service PHP5 Library
* Generated: Thu May 07 13:07:36 PDT 2009
*
*/
/**
* @see MarketplaceWebService_Model
*/
require_once ('MarketplaceWebService/Model.php');
/**
* MarketplaceWebService_Mod... | {
"content_hash": "754eaadc31db2774d5bced3e08215c7c",
"timestamp": "",
"source": "github",
"line_count": 194,
"max_line_length": 141,
"avg_line_length": 29.350515463917525,
"alnum_prop": 0.6454162276080084,
"repo_name": "emullaraj/amazon-mws-feeds",
"id": "c46a53fa3aa8557fcd5e3529ec247c38590d4645",
... |
(function($){
$.fn.citySelect=function(settings){
if(this.length<1){return;};
// 默认值
settings=$.extend({
url:"static/js/city.min.nn.js",
prov:null,
city:null,
dist:null,
nodata:null,
required:true
},settings);
var box_obj=this;
var prov_obj=box_obj.find(".prov");
var city_obj=box_obj.... | {
"content_hash": "33351cc83244a0ae76b5a9d0bb8e68fe",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 91,
"avg_line_length": 24.676923076923078,
"alnum_prop": 0.594139650872818,
"repo_name": "yangwangzhai/tobacco",
"id": "2a5c280e377d4d9692f0d0e258d1846e11cf823e",
"size": ... |
CMAKE_TRY_COMPILE_CONFIGURATION
-------------------------------
Build configuration used for :command:`try_compile` and :command:`try_run`
projects.
Projects built by :command:`try_compile` and :command:`try_run` are built
synchronously during the CMake configuration step. Therefore a specific build
configur... | {
"content_hash": "b28c2a428ce57fa4921df02f96082183",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 78,
"avg_line_length": 41.2,
"alnum_prop": 0.7305825242718447,
"repo_name": "fugro/opencv",
"id": "7bb3bbb54478c2164385b24d4753d8b52f773e95",
"size": "412",
"binary": fal... |
package javax.sound.midi;
import java.io.InputStream;
import java.io.IOException;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
/**
* A <code>MidiFileFormat</code> object encapsulates a MIDI file's
* type, as well as its length and timing information.
*
* <p>A <code>MidiFileForm... | {
"content_hash": "b6c346d26f137e8ae1b225596bf5a866",
"timestamp": "",
"source": "github",
"line_count": 281,
"max_line_length": 103,
"avg_line_length": 28.462633451957295,
"alnum_prop": 0.6164041010252563,
"repo_name": "Java8-CNAPI-Team/Java8CN",
"id": "e52ec3d706d2c64b82271349dfbe71a15045cd60",
"s... |
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1">
<model metaid="_case00710" id="case00710" name="case00710" timeUnits="time">
<listOfUnitDefinitions>
<unitDefinition id="volume">
<listOfUnits>
<unit kind="litre" expon... | {
"content_hash": "c801db0646ac5f706fd9b4afe54d5162",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 177,
"avg_line_length": 41.733333333333334,
"alnum_prop": 0.6130191693290735,
"repo_name": "stanleygu/sbmltest2archive",
"id": "9db1caa8fa2e38789936ffe38316efdfd550e2d2",
"... |
package org.zstack.kvm;
import org.zstack.header.host.HostMessage;
import org.zstack.header.message.NeedReplyMessage;
import org.zstack.utils.gson.JSONObjectUtil;
/**
*/
public class KVMHostAsyncHttpCallMsg extends NeedReplyMessage implements HostMessage {
private String path;
private String comman... | {
"content_hash": "6055fade79bdd597e0afc8b0e0bbe7f1",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 86,
"avg_line_length": 23.517857142857142,
"alnum_prop": 0.6469248291571754,
"repo_name": "SoftwareKing/zstack",
"id": "96e4071b1c89cc4170542819e79a14cbd3bd1341",
"size": "... |
//------------------------------------------------------------------------------
// File: SysClock.h
//
// Desc: DirectShow base classes - defines a system clock implementation of
// IReferenceClock.
//
// Copyright (c) 1992-2002 Microsoft Corporation. All rights reserved.
//-------------------------------------... | {
"content_hash": "070af7da5ede43fb5d399023e2c9b35c",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 87,
"avg_line_length": 30.743589743589745,
"alnum_prop": 0.628023352793995,
"repo_name": "zenden2k/webcam-samplegrabber",
"id": "2b10849513a9503cc8e4614b63d27d5c07dcbc6e",
... |
namespace Miruken.Http.Format
{
using Newtonsoft.Json;
public static class JsonSerializerExtensions
{
public static JsonSerializer Clone(this JsonSerializer serializer)
{
var copy = new JsonSerializer
{
Context = serializer.... | {
"content_hash": "89315529f2f4dbaf75f170b1f58c406f",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 90,
"avg_line_length": 58.56818181818182,
"alnum_prop": 0.570430733410943,
"repo_name": "Miruken-DotNet/Miruken.Mediate",
"id": "a48d843c7e97295a43c73a0ea8872dfc8d1d6e2c",
... |
import { test } from 'qunit';
import moduleForAcceptance from 'buildman/tests/helpers/module-for-acceptance';
moduleForAcceptance('Acceptance | suite');
test('visiting /suite', function(assert) {
visit('/suite');
andThen(function() {
assert.equal(currentURL(), '/suite');
});
});
| {
"content_hash": "d0cb74404bd359057962f91cb7f00e51",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 79,
"avg_line_length": 24.416666666666668,
"alnum_prop": 0.6928327645051194,
"repo_name": "alfredherr/buildman",
"id": "50bc342560dbbb3aef8f04f92b282cc6a7b09dc2",
"size": "... |
import {join} from 'path';
import {git, ng, silentNpm} from '../utils/process';
import {expectFileToExist} from '../utils/fs';
import {updateTsConfig, updateJsonFile} from '../utils/project';
import {gitClean, gitCommit} from '../utils/git';
import {getGlobalVariable} from '../utils/env';
let packages = require('../.... | {
"content_hash": "efd10240ff0d2ea2570545fcfa2ff330",
"timestamp": "",
"source": "github",
"line_count": 71,
"max_line_length": 80,
"avg_line_length": 38.070422535211264,
"alnum_prop": 0.5638179800221975,
"repo_name": "jeremymwells/angular-cli",
"id": "4d343cfc9301730e050536d971e2940e0d153158",
"siz... |
layout: postag
title: 'X'
shortdef: 'other'
---
This document is a placeholder for the language-specific documentation
for `X`. | {
"content_hash": "a3617519d1a10cb703fa5ec6d50e02b0",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 70,
"avg_line_length": 18.285714285714285,
"alnum_prop": 0.75,
"repo_name": "PhyloStar/UDTelugu",
"id": "125aba20618e74dfcc93c2871eb9d8b9f43431f2",
"size": "132",
"binary"... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... | {
"content_hash": "2661e09b26e00d1fa9cb65bddcebbd39",
"timestamp": "",
"source": "github",
"line_count": 97,
"max_line_length": 439,
"avg_line_length": 92.97938144329896,
"alnum_prop": 0.7108326865506154,
"repo_name": "bloomen/transwarp",
"id": "8c0db82d4d32fceb7f5ee1f887dca8ce6a3ab9fd",
"size": "90... |
import threading
import sublime
class EnsimeEnvironment:
def __init__(self):
self.settings = sublime.load_settings("Ensime.sublime-settings")
self._clientLock = threading.RLock()
self._client = None
def set_client(self, client):
self._clientLock.acquire()
try:
self._client = client
... | {
"content_hash": "781cbff259ac17d673a6a10e8c00723a",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 68,
"avg_line_length": 19.583333333333332,
"alnum_prop": 0.6723404255319149,
"repo_name": "michaelpnash/sublime-ensime",
"id": "e8fcc316c1a9903df6d6ad039f37df1451d37699",
"... |
/*global defineSuite*/
defineSuite([
'Scene/createTangentSpaceDebugPrimitive',
'Core/Cartesian3',
'Core/EllipsoidGeometry',
'Core/Matrix4',
'Core/PrimitiveType',
'Core/VertexFormat'
], function(
createTangentSpaceDebugPrimitive,
Cartesian3,
... | {
"content_hash": "d1e8830680959b3642618b4970e4d495",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 127,
"avg_line_length": 36.52459016393443,
"alnum_prop": 0.6306104129263914,
"repo_name": "srujant/MLNews",
"id": "a58ce551ea8606658ab13a63fd11d53123bcfa0c",
"size": "2228"... |
package org.apache.hadoop.ozone.scm;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.lang3.RandomUtils;
import org.apache.hadoop.hdds.client.BlockID;
import org.apache.hadoop.hdds.conf.OzoneConfiguration;
import org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos;
import org.ap... | {
"content_hash": "f217fee30555aba260b4abcc70dcf1c2",
"timestamp": "",
"source": "github",
"line_count": 238,
"max_line_length": 79,
"avg_line_length": 44.794117647058826,
"alnum_prop": 0.7617484288528281,
"repo_name": "ucare-uchicago/hadoop",
"id": "03a0b8a589d014811e32ffdc87290318bbd34935",
"size"... |
__author__ = 'boris'
"""
takes:
all_counts - pickled dict of mutation counts, all_counts[rRNA_name][sample_name] = counts_table
all_Depths - pickled dict of coverage counts , all_depths[rRNA_name][sample_name] = depth_table
min_mutations: if a position has less coverage than less mutations than this across... | {
"content_hash": "f59bcb7e7466032b4633ff4f259b7430",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 205,
"avg_line_length": 56.510416666666664,
"alnum_prop": 0.6849769585253456,
"repo_name": "borisz264/mod_seq",
"id": "3021d7f2fc24e5e0ec06f7b6db0813aca0ea5826",
"size": "5... |
<!doctype html>
<!--
@license
Copyright (c) 2015 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... | {
"content_hash": "25636a744ce8d940462ad43f6721b9f2",
"timestamp": "",
"source": "github",
"line_count": 289,
"max_line_length": 538,
"avg_line_length": 40.346020761245676,
"alnum_prop": 0.6019725557461406,
"repo_name": "johnegotta/FC_Polymer_Shared",
"id": "045705e85c88470860e1b149ccc66b6b2f9d9531",
... |
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using CLK.Settings;
namespace CLK.Reflection
{
public sealed class ConfigReflectContext : ReflectContext
{
// Constructors
public ConfigReflectContext... | {
"content_hash": "01ddb5911b02e206cef80d18b26cbe51",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 181,
"avg_line_length": 39.421052631578945,
"alnum_prop": 0.7116154873164219,
"repo_name": "Clark159/CLK",
"id": "4719782a96fbfc638ec0222f89f351636b55adc3",
"size": "2249",... |
require "spec_helper"
describe Dhis2::Api::Version226::ReportTable do
it_behaves_like "a DHIS2 listable resource", version: "2.26"
it_behaves_like "a DHIS2 findable resource", version: "2.26"
it_behaves_like "a DHIS2 creatable resource", version: "2.26", nil_id: true
it_behaves_like "a DHIS2 updatable resour... | {
"content_hash": "f49fbd2838ce8a20fb34b242fe50df73",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 77,
"avg_line_length": 45.44444444444444,
"alnum_prop": 0.7237163814180929,
"repo_name": "BLSQ/dhis2",
"id": "628c6dcffc2cc50fc6fc250a96c81c62310e2384",
"size": "440",
"bi... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, use... | {
"content_hash": "70bc3fd6dcffc75e70d826a3a49955bf",
"timestamp": "",
"source": "github",
"line_count": 495,
"max_line_length": 291,
"avg_line_length": 56.4,
"alnum_prop": 0.45200229242782436,
"repo_name": "ruizadrian/ruizadrian.github.io",
"id": "f3f1e2e448488a39e6081012163743ba7339673f",
"size": ... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_24) on Mon Apr 01 21:58:37 EDT 2013 -->
<TITLE>
atg.repository.rql Class Hierarchy (ATG Java API)
</TITLE>
<META NAME="date" CONTENT="2013-04-01">
... | {
"content_hash": "5c313e0f10693338f0dffef033bfa4db",
"timestamp": "",
"source": "github",
"line_count": 153,
"max_line_length": 188,
"avg_line_length": 39.30718954248366,
"alnum_prop": 0.6235450615231127,
"repo_name": "Smolations/more-dash-docsets",
"id": "8e550e04d9a3a2f3bcce3ea5cfe8f614fa60d228",
... |
{% extends "projects/import_base.html" %}
{% load i18n %}
{% block content %}
<h3>{% trans "Project Extra Details" %}</h3>
<p class="info">
{% blocktrans %}
Here are a few more project options that you may need to configure.
{% endblocktrans %}
</p>
{{ block.super }}
{% endblock %}
| {
"content_hash": "73c9d7936371f6edeb5b6884d55de94a",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 73,
"avg_line_length": 22,
"alnum_prop": 0.5941558441558441,
"repo_name": "davidfischer/readthedocs.org",
"id": "b52d4ad338cb4b61f5d68a989f4172d8e10446b3",
"size": "308",
... |
require 'spec_helper'
describe AdvisoryRepository do
let(:mock_advisories) do
advisories = [double('actionpack_1'), double('activerecord_1'), double('actionpack_2')]
advisories[0].stub(:gem).and_return('actionpack')
advisories[1].stub(:gem).and_return('activerecord')
advisories[2].stub(:gem).and_retu... | {
"content_hash": "4ea83a35e65f10ff8426aadb2ae18f3a",
"timestamp": "",
"source": "github",
"line_count": 135,
"max_line_length": 137,
"avg_line_length": 40.62222222222222,
"alnum_prop": 0.6765134938001459,
"repo_name": "rjnienaber/loupe",
"id": "715067a8f998971a1363c3fc7800840b0ff9a305",
"size": "54... |
require('rootpath')();
var express = require('express');
var app = express();
var cors = require('cors');
var bodyParser = require('body-parser');
var expressJwt = require('express-jwt');
var config = require('config.json');
var path = require('path');
global.appRoot = path.resolve(__dirname);
app.use(cors());
app.us... | {
"content_hash": "5b63bac969016a8dc475fd62d662029a",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 101,
"avg_line_length": 35.775,
"alnum_prop": 0.6554856743535988,
"repo_name": "jonclawson/mean-app",
"id": "663784e1276e782f903baf6f4208ff83c26503a9",
"size": "1433",
"b... |
/**
* @file
* TCP API (to be used from TCPIP thread)\n
* See also @ref tcp_raw
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditio... | {
"content_hash": "b3c45cde51eb1586befdf4cf2dd11bf1",
"timestamp": "",
"source": "github",
"line_count": 423,
"max_line_length": 111,
"avg_line_length": 35.38770685579196,
"alnum_prop": 0.6624357004475917,
"repo_name": "maximmbed/mbed",
"id": "0ae49a0f58848c94431f74d19d8451050e138651",
"size": "1496... |
**ESP8266 Websocket Server with multiple connection support**
==========
This is a lightweight websocket server lib. for ESP8266 - a tiny but powerful wifi SoC!
It's actually ported from many excellent references:
* [cwebsocket](https://github.com/m8rge/cwebsocket)(mainly based on) - a lightweight websocket server lib... | {
"content_hash": "e2dca0987f47699f20bf4be512a17ad2",
"timestamp": "",
"source": "github",
"line_count": 122,
"max_line_length": 158,
"avg_line_length": 33.204918032786885,
"alnum_prop": 0.7573438657121698,
"repo_name": "hieucdtspk/espws_server",
"id": "3660412e67ca34ea0122daa8c73eb7452d6ae85b",
"si... |
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package org.jetbrains.idea.svn;
import com.intellij.execution.process.ProcessOutput;
import com.intellij.openapi.command.WriteCommandAction;
import com.intellij.openapi.util.text... | {
"content_hash": "99ab4b8d2b5948707f03c05e33caf561",
"timestamp": "",
"source": "github",
"line_count": 458,
"max_line_length": 242,
"avg_line_length": 42.70742358078603,
"alnum_prop": 0.7070552147239264,
"repo_name": "sabi0/intellij-community",
"id": "8da81e472f8698565ea1617efbbebbb2578215f1",
"si... |
title: "Tervetuloa ENA5-kurssille!"
tags: ena5.2 etusivu
---
Tervetuloa aloittamaan uutta kurssia!
Tämä kurssi on hieman erilainen kuin muut englannin kurssit, niin sisällöltään, kuin kurssisuorituksiltaan ja niiden
arvioinneilta. Tämä on kurssi, jossa oma panostuksesi ja motivaatiosi näkyy erityisen hyvin kurssiarvo... | {
"content_hash": "a18a46d6e6dbd740cf5fb1166040e395",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 119,
"avg_line_length": 52.3,
"alnum_prop": 0.8432122370936902,
"repo_name": "riikkak/riikkak.github.io",
"id": "d2c9ae3cd3b85a62cd88462dae2c824d20074890",
"size": "540",
... |
Additional header content
\[Missing <summary> documentation for "T:iTin.Export.Model.MiniChartHighPointModel"\]
## Inheritance Hierarchy
System.Object<br /> <a href="T_iTin_Export_Model_BaseModel_1">iTin.Export.Model.BaseModel</a>(<a href="T_iTin_Export_Model_BaseMiniChartPointModel">BaseMiniChartPointMo... | {
"content_hash": "254eac830cdcf076246968092ccea977",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 498,
"avg_line_length": 83.9090909090909,
"alnum_prop": 0.7349223546406645,
"repo_name": "iAJTin/iExportEngine",
"id": "41f9d68a66b8e9e42d9e80510414e99bcfb43834",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="animator_duration_scale_entries">
<item>Animacija išjungta</item>
<item>Animacijos mastelis 0,5 x</item>
<item>Animacijos mastelis 1 x</item>
<item>Animacijos mastelis 1,5 x</item>
<item>Animacijos masteli... | {
"content_hash": "6a48eabc5340b9b94be03f3014051f62",
"timestamp": "",
"source": "github",
"line_count": 288,
"max_line_length": 78,
"avg_line_length": 39.21875,
"alnum_prop": 0.6143426294820717,
"repo_name": "BatMan-Rom/ModdedFiles",
"id": "307f482f5aff006cc86c3705149161de61c24677",
"size": "11429"... |
package com.microsoft.azure.storage.blob;
import static org.junit.Assert.*;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.net.URISyntaxException;
import java.secu... | {
"content_hash": "7a69874ec53f44d79a6826e09acf530d",
"timestamp": "",
"source": "github",
"line_count": 1000,
"max_line_length": 262,
"avg_line_length": 45.565,
"alnum_prop": 0.694151212553495,
"repo_name": "hnn-project/azure-content",
"id": "1fdd8eec6c0b7b4c51fd958aaeb2685b5ce9c45a",
"size": "4616... |
/**
* @author sven
*
*/
package org.xmlbeam.tests.format; | {
"content_hash": "6c53a3ff14c7f32d58e4f33ec67bb7c9",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 33,
"avg_line_length": 10.166666666666666,
"alnum_prop": 0.6229508196721312,
"repo_name": "SvenEwald/xmlbeam",
"id": "bdc570e793ffb3115e9440a49e20286d7d65c17c",
"size": "665... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... | {
"content_hash": "0321b6a4ff47578349e625094d57d617",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 82,
"avg_line_length": 32.28,
"alnum_prop": 0.6728624535315985,
"repo_name": "asgerf/parsejs.dart",
"id": "3380c4f9b2bbc2ffde589db35059e9ede7e4e9b4",
"size": "807",
"bina... |
require 'storage_tests'
require 'test_helper'
describe Vines::Storage::Local do
include StorageTests
DIR = Dir.mktmpdir
def setup
Dir.mkdir(DIR) unless File.exists?(DIR)
%w[user vcard fragment].each do |d|
Dir.mkdir(File.join(DIR, d))
end
files = {
:empty => "#{DIR}/user/empty... | {
"content_hash": "257a3c1db14b2b88dc9377633ae7a3e8",
"timestamp": "",
"source": "github",
"line_count": 57,
"max_line_length": 99,
"avg_line_length": 36,
"alnum_prop": 0.6028265107212476,
"repo_name": "gumpyyyy/lygneo-vines",
"id": "b7df143b2bc4550dce12ace65b45c001330a9036",
"size": "2071",
"bina... |
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="imports.html">
<dom-module id="ros-rviz-markers">
<template>
<paper-input label="Marker topic" on-blur="_updateDisplay" value="{{topic}}"></paper-input>
</template>
<script>
... | {
"content_hash": "c95026c0e6813ce1d88987a3c38e56e4",
"timestamp": "",
"source": "github",
"line_count": 111,
"max_line_length": 95,
"avg_line_length": 27.0990990990991,
"alnum_prop": 0.5189494680851063,
"repo_name": "SirVer/ros-rviz",
"id": "5cc0ba551864c5dad030fd09281c12ed2078bb79",
"size": "3008"... |
<?php
namespace Financial\Factory;
use Financial\Controller\ReceivableController;
use Zend\ServiceManager\FactoryInterface;
use Zend\ServiceManager\ServiceLocatorInterface;
class Receivable implements FactoryInterface {
public function createService(ServiceLocatorInterface $controllers) {
$services ... | {
"content_hash": "507c4c6bdc7f7ab719e3ff5a57fb391a",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 79,
"avg_line_length": 34.26315789473684,
"alnum_prop": 0.7373271889400922,
"repo_name": "dartalla/Dartalla",
"id": "aac7a1f5bcaaefb7a895d6b0b20c916756936453",
"size": "651... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ad5457f81dc7235e1a51aaa7119f7b01",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "33df7c5f8c92e12b0cd49ed2dadf535736c5e634",
"size": "214... |
is_ignored_file() {
case "$1" in
skeleton | README | *.dpkg-dist | *.dpkg-old | rc | rcS | single | reboot | bootclean.sh)
return 0
;;
esac
return 1
}
VERSION=$(@coreutils@/bin/basename $0)" ver. 19-04"
USAGE="Usage: "$(@coreutils@/bin/basename $0)" < option > | --status-all | \... | {
"content_hash": "ac54d6414959adb2c61dc3226e4671df",
"timestamp": "",
"source": "github",
"line_count": 190,
"max_line_length": 458,
"avg_line_length": 42.13157894736842,
"alnum_prop": 0.5480324797001874,
"repo_name": "NixOS/nixpkgs",
"id": "2889adc186860bffe7235f6e03806fc446322674",
"size": "9428"... |
SixThinkingHats
# Introduction
# Benefits
+ for Balance - Unbalance
+ opposed attitudes
+
| {
"content_hash": "bd7da3650a9434d758c22aab9a8113b1",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 25,
"avg_line_length": 11.625,
"alnum_prop": 0.7526881720430108,
"repo_name": "mprinc/KnAllEdge",
"id": "3bd7cb9faf8b91b42e78c00a65309e3a8b714460",
"size": "93",
"binary":... |
<?xml version="1.0" encoding="utf-8"?>
<Catalog>
<CSound id="CorsairSCBW_DisruptionWebLaunch" parent="Spell">
<EditorCategories value="Race:Protoss"/>
<AssetArray File="Assets\Sounds\Protoss\CorsairSCBW\CorsairSCBW_DisruptionWebLaunch0.wav"/>
<DupeMaximumMethod value="Replace"/>
<Dup... | {
"content_hash": "07522f066454deaa824ba2703b864af2",
"timestamp": "",
"source": "github",
"line_count": 646,
"max_line_length": 156,
"avg_line_length": 57.28328173374613,
"alnum_prop": 0.6912309147412512,
"repo_name": "abrahamYG/SC2plusSCBW",
"id": "2547b9361be821f64e0d6e536571d6327e41c8a7",
"size"... |
package org.apache.camel.component.fhir.internal;
import org.apache.camel.component.fhir.FhirConfiguration;
import org.apache.camel.support.component.ApiMethodPropertiesHelper;
/**
* Singleton {@link ApiMethodPropertiesHelper} for FHIR component.
*/
public final class FhirPropertiesHelper extends ApiMethodProperti... | {
"content_hash": "b763b5ac5d692e3ce0e76ed23d97134f",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 94,
"avg_line_length": 29.208333333333332,
"alnum_prop": 0.738944365192582,
"repo_name": "DariusX/camel",
"id": "1b467aed2be44b166368e7fef240a8918d2c76d1",
"size": "1503",
... |
package com.hazelcast.map;
import com.hazelcast.core.DistributedObject;
import com.hazelcast.query.Predicate;
import com.hazelcast.transaction.TransactionalMap;
import java.util.Collection;
import java.util.Set;
import java.util.concurrent.TimeUnit;
/**
* Base interface for Hazelcast distributed maps.
*
* @para... | {
"content_hash": "dc5e2cace0cb5d957ba051b37bfc7321",
"timestamp": "",
"source": "github",
"line_count": 218,
"max_line_length": 102,
"avg_line_length": 32.76146788990825,
"alnum_prop": 0.6208345001400168,
"repo_name": "emre-aydin/hazelcast",
"id": "6f440a6685898cbf5c9e7b9dd78cf36eae9b3679",
"size":... |
mysqldump -u root atd > atd.sql | {
"content_hash": "ad31b00f981426be9e755b098dfd35dd",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 31,
"avg_line_length": 31,
"alnum_prop": 0.7419354838709677,
"repo_name": "HoanNguyenIM/ATD",
"id": "f27b5956eb692a2a6315321b872999f6be99d996",
"size": "31",
"binary": fal... |
Ext.define('sisprod.model.CloseDateBacklogModel', {
extend: 'Ext.data.Model',
require: [
'Ext.data.Model'
],
fields:[
{name: 'idCloseDateBacklog', type: 'int'},
{name: 'closeDateYear', type: 'int'},
{name: 'closeDateMonth', type: 'int'},
{name: 'closeDate', type... | {
"content_hash": "35c16cd517c32e11786246a790d1cca1",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 51,
"avg_line_length": 23.75,
"alnum_prop": 0.5631578947368421,
"repo_name": "jgin/testphp",
"id": "e56782452e3051316055aa8fb649d7eda6b25db9",
"size": "380",
"binary": fa... |
module Graphics.Rendering.OpenGL.Raw.ARB.ShadingLanguage100 (
-- * Tokens
gl_SHADING_LANGUAGE_VERSION
) where
import Graphics.Rendering.OpenGL.Raw.Core32
| {
"content_hash": "f309170dbb890ba32ea7f4a721b24832",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 61,
"avg_line_length": 26.833333333333332,
"alnum_prop": 0.782608695652174,
"repo_name": "mfpi/OpenGLRaw",
"id": "1ff2176d1871f21e94e95e346fafa90f87e3fec4",
"size": "708",
... |
#include <gtest/gtest.h>
#include <getopt.h>
// #include <unistd.h>
#include <TestVariables.hpp>
#include <EerosEnvironment.hpp>
#include <EerosEnvironmentInvalidConfig.hpp>
#include <eeros/core/Fault.hpp>
/**
*
* execute all unit tests with comedilib: ./unitTests --library comedi
* or with short option: ./u... | {
"content_hash": "e4f634aeefaca46e451f3dd5445558cd",
"timestamp": "",
"source": "github",
"line_count": 109,
"max_line_length": 91,
"avg_line_length": 25.119266055045873,
"alnum_prop": 0.6212563915266618,
"repo_name": "eeros-project/eeros-framework",
"id": "09afa88300e2c70800b678f0ce367e0d86de8db6",
... |
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<data>
<variable
name="facebookPost"
type="com.iitp.njack.iitp_connect.data.facebook.FacebookPost" />
<import type="android.view.View" />
</data>
<RelativeLa... | {
"content_hash": "69a097d537c36ded041a5ea92418051d",
"timestamp": "",
"source": "github",
"line_count": 255,
"max_line_length": 76,
"avg_line_length": 38.07450980392157,
"alnum_prop": 0.5013904624575136,
"repo_name": "Njack-IITP/IITP-Connect",
"id": "12e261e25d2deac9cffa6370683e6b38fee9abe5",
"size... |
using Lucene.Net.Index;
using Lucene.Net.Support;
using System;
using System.Collections.Generic;
using System.Linq;
using TermInfo = Lucene.Net.Search.VectorHighlight.FieldTermStack.TermInfo;
namespace Lucene.Net.Search.VectorHighlight
{
/// <summary>
/// <see cref="FieldQuery"/> breaks down query obje... | {
"content_hash": "88f20ce466491c4ed687c08bf1b12520",
"timestamp": "",
"source": "github",
"line_count": 545,
"max_line_length": 144,
"avg_line_length": 38.66788990825688,
"alnum_prop": 0.4901300180316978,
"repo_name": "laimis/lucenenet",
"id": "93af641423ce9929db17214b32e136cfbcfa14f5",
"size": "21... |
#include "tensorflow/compiler/xla/tests/hlo_verified_test_base.h"
#include "tensorflow/compiler/xla/service/hlo_parser.h"
#include "tensorflow/compiler/xla/service/hlo_verifier.h"
#include "tensorflow/compiler/xla/shape_util.h"
#include "tensorflow/compiler/xla/status_macros.h"
#include "tensorflow/core/platform/log... | {
"content_hash": "95860c3e30bfb4126f81fffb4dfb4bcb",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 77,
"avg_line_length": 31.35,
"alnum_prop": 0.7177033492822966,
"repo_name": "dendisuhubdy/tensorflow",
"id": "c8a05c2e9e971d86feb6ff893fcd25c6767af99f",
"size": "2549",
... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "98a85d5a0bb8861785e7cebf3b76ac2c",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "a026971f91deb5b488fa06b1480b5a10c44d4a62",
"size": "190... |
/*styles for home content only*/
| {
"content_hash": "834d9a2f4bc13d9c34e4943c4b033b4f",
"timestamp": "",
"source": "github",
"line_count": 2,
"max_line_length": 32,
"avg_line_length": 17,
"alnum_prop": 0.7058823529411765,
"repo_name": "bsignatev/angProject",
"id": "82f0984b6f5bb8cd1b90ac91edf1220959612696",
"size": "34",
"binary":... |
<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto
namespace Google\Cloud\RecaptchaEnterprise\V1;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Settin... | {
"content_hash": "44efa35fdf43b232e1e98b7e0ccf1208",
"timestamp": "",
"source": "github",
"line_count": 227,
"max_line_length": 181,
"avg_line_length": 37.52422907488987,
"alnum_prop": 0.6628316506222118,
"repo_name": "googleapis/google-cloud-php",
"id": "e5a0c741c605ea026f5c934b99ec024919dd4d1d",
... |
'use strict';
var EqualsComparator = require('./comparator');
/**
* An implementation of {@link EqualsComparator} that supports string values.
*
* @protected
* @constructor
* @extends EqualsComparator
*/
var StringEqualsComparator = EqualsComparator.extend({
/**
* @inheritdoc
* @override
* @member... | {
"content_hash": "b8bcca54d91e45036a6c0eff5edf992a",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 77,
"avg_line_length": 18.84090909090909,
"alnum_prop": 0.6598311218335344,
"repo_name": "Skelp/oopsy",
"id": "4f132a479c7454639f66f6e0b4bb9850023169f3",
"size": "1956",
... |
/**
* Created by WH on 2015/10/17.
*/
function getAllUser() {
//method : make the data in hidden div in view_all_users.php put into form
//======================================================================================================
var t=$('#UserDataTable').DataTable();
$.get(
"http:... | {
"content_hash": "74af178d32a3819ba3841abeab9f1d28",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 140,
"avg_line_length": 39.075471698113205,
"alnum_prop": 0.48591662642845646,
"repo_name": "wanghaokk/CI_HealthCare",
"id": "09ddb134e2c92848d190962da5b353e125d77fda",
"s... |
@interface YSLContainerViewControllerDemoTests : XCTestCase
@end
@implementation YSLContainerViewControllerDemoTests
- (void)setUp {
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown {
// Put teardown code here. This m... | {
"content_hash": "76bed113f7ca9b9e816c0b5bb0c0ede9",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 107,
"avg_line_length": 24.620689655172413,
"alnum_prop": 0.6974789915966386,
"repo_name": "HelloZhu/CustomTabBarVC",
"id": "a1be0a54c8ce38d07b9c09acfe0824a16799d36c",
"siz... |
<?php
namespace TYPO3\Fluid\Tests\Unit\ViewHelpers\Form;
require_once(__DIR__ . '/FormFieldViewHelperBaseTestcase.php');
/**
* Test for the "Radio" Form view helper
*/
class RadioViewHelperTest extends \TYPO3\Fluid\Tests\Unit\ViewHelpers\Form\FormFieldViewHelperBaseTestcase
{
/**
* @var \TYPO3\Fluid\View... | {
"content_hash": "051b33241dcd0371fb183f47939cb0ac",
"timestamp": "",
"source": "github",
"line_count": 160,
"max_line_length": 259,
"avg_line_length": 51.89375,
"alnum_prop": 0.6520534746477177,
"repo_name": "dfeyer/flow-development-collection",
"id": "e50a2550bc3d612a7091eb377d47d97d98a5f4b2",
"s... |
namespace cutehmi {
namespace services {
ServiceListModel::ServiceListModel(QObject * parent):
QAbstractListModel(parent),
m(new Members)
{
}
ServiceListModel::~ServiceListModel()
{
clear();
}
int ServiceListModel::rowCount(const QModelIndex & parent) const
{
if (parent.isValid())
return 0;
return m->service... | {
"content_hash": "e74b92ce8889adf50927650ace27b1a8",
"timestamp": "",
"source": "github",
"line_count": 98,
"max_line_length": 468,
"avg_line_length": 36.826530612244895,
"alnum_prop": 0.743696314768634,
"repo_name": "michpolicht/CuteHMI",
"id": "9b2b77f9c66e0c157b224c4117ccc584dd9c3616",
"size": "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.