text stringlengths 2 1.04M | meta dict |
|---|---|
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.tahminbudur.tahminbudur.MainActivity">
<WebVie... | {
"content_hash": "6ed3499868304e9966e9a2ac74e9bcc2",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 74,
"avg_line_length": 32.333333333333336,
"alnum_prop": 0.6948453608247422,
"repo_name": "kadironay/tahminbudur",
"id": "2c2879141e5c25c7e1a91dae687ac0fa05edb74a",
"size":... |
WITH pre_filtered_keywords AS (
SELECT source_image_id, array_remove(array_agg(source_image_keywords.keyword), NULL) AS keywords
FROM source_image_keywords
WHERE keyword SIMILAR TO {regex_pattern}
GROUP BY source_image_id
), filtered_keywords AS (
SELECT source_image_id FROM pre_filtered_keywords
WHERE keywords... | {
"content_hash": "3e14a23f312be3b1a4482a54bfe92513",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 128,
"avg_line_length": 39.21052631578947,
"alnum_prop": 0.7865771812080536,
"repo_name": "digitalinteraction/intake24",
"id": "479f9a463757f38198c4ab716901fd3978770261",
"... |
#import "KrollMethod.h"
#import "KrollObject.h"
#import "KrollContext.h"
#import "TiBase.h"
#import "KrollBridge.h"
#ifdef KROLL_COVERAGE
# import "KrollCoverage.h"
#endif
#import "TiApp.h"
TiClassRef KrollMethodClassRef = NULL;
TiValueRef KrollCallAsFunction(TiContextRef jsContext, TiObjectRef func, TiObjectRef ... | {
"content_hash": "98c13e3dd42c3238dc895c7b54695373",
"timestamp": "",
"source": "github",
"line_count": 316,
"max_line_length": 164,
"avg_line_length": 25.27848101265823,
"alnum_prop": 0.6940410615923885,
"repo_name": "sofie/ProjectTwitter",
"id": "d00fab569ed7b4912c781d23774fc839112e7f8a",
"size":... |
package hydrograph.ui.graph.execution.tracking.logger;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.core.runtime.Platform;
import org.json.JSONException;
import org.slf4j.Logger;
import com.google.gson.Gson;
impor... | {
"content_hash": "91f13a1c629b84fae3a044a09faccc25",
"timestamp": "",
"source": "github",
"line_count": 136,
"max_line_length": 141,
"avg_line_length": 29.419117647058822,
"alnum_prop": 0.7613096725818546,
"repo_name": "capitalone/Hydrograph",
"id": "4679d61fba324dd14180294834f39d9c0744006c",
"size... |
<?php
declare(strict_types=1);
namespace Genkgo\Xsl\Integration\Xsl;
use DOMDocument;
use Genkgo\Xsl\Cache\NullCache;
use Genkgo\Xsl\Integration\AbstractIntegrationTestCase;
use Genkgo\Xsl\XsltProcessor;
final class FunctionTest extends AbstractIntegrationTestCase
{
public function testFunction(): void
{
... | {
"content_hash": "2382e5d009fc6fcef7a6d76dde6c4894",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 75,
"avg_line_length": 26.73076923076923,
"alnum_prop": 0.6964028776978417,
"repo_name": "genkgo/xsl",
"id": "60e42d0cc6c334c040ffe00473ab45c8dda96773",
"size": "695",
"b... |
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** Class: Hashtable
**
** <OWNER>[....]</OWNER>
**
**
** Purpose: Hash table implementation
**
**
===========================================================*/
... | {
"content_hash": "e4989d710c543c30be4a83ba2c7a33e2",
"timestamp": "",
"source": "github",
"line_count": 1842,
"max_line_length": 224,
"avg_line_length": 44.867535287730725,
"alnum_prop": 0.5597488081697843,
"repo_name": "sunandab/referencesource",
"id": "6998dde77a95eb1444e9d58758d50e7c6812d0b8",
"... |
package pro.taskana.impl;
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.inOrder;
import static ... | {
"content_hash": "5d572bf8b752588458072450e2d51b33",
"timestamp": "",
"source": "github",
"line_count": 123,
"max_line_length": 99,
"avg_line_length": 41.15447154471545,
"alnum_prop": 0.7793362307388384,
"repo_name": "BVier/Taskana",
"id": "c3ec322ac3e37dcc7dea5aedc030d1f0d6867e3b",
"size": "5062",... |
<div class="footer_inner">
<div>This is the footer</div>
</div> | {
"content_hash": "a0015c5b1c71f8a8e0771fbd2c5e9c2d",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 30,
"avg_line_length": 21.333333333333332,
"alnum_prop": 0.671875,
"repo_name": "devalejandro3/scheduler-app",
"id": "36550383f25917d2e6d1a852686ae3307d8f44ba",
"size": "64"... |
@class SGFocusImageItem;
@class SGFocusImageFrame;
#pragma mark - SGFocusImageFrameDelegate
@protocol SGFocusImageFrameDelegate <NSObject>
- (void)foucusImageFrame:(SGFocusImageFrame *)imageFrame didSelectItem:(SGFocusImageItem *)item;
@end
@interface SGFocusImageFrame : UIView <UIGestureRecognizerDelegate, UISc... | {
"content_hash": "70d9ab505836983c209413262b3ce3a9",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 158,
"avg_line_length": 31.916666666666668,
"alnum_prop": 0.8172323759791122,
"repo_name": "yxqyrh/yaoxiecar",
"id": "588bc9bd1a6a77064949ebdde606f48936ab9402",
"size": "93... |
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate... | {
"content_hash": "227ac41b6f5f62c0fd73fc26a419dec8",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 150,
"avg_line_length": 43.073170731707314,
"alnum_prop": 0.6268403171007928,
"repo_name": "manojdobbala/angular2",
"id": "43636b0e24e5fef6778c45cca6d734190298a523",
"size"... |
namespace HawtioOAuth {
let userProfile: UserProfile = null;
export function getUserProfile(): UserProfile {
if (!userProfile) {
log.debug("Finding 'userProfile' from the active OAuth plugin");
findUserProfile();
}
return userProfile;
}
function findUserProfile(): void {
let activ... | {
"content_hash": "3f13b189cf6e160054fde3257733eec9",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 81,
"avg_line_length": 26.958333333333332,
"alnum_prop": 0.6282843894899537,
"repo_name": "hawtio/hawtio-oauth",
"id": "4f1792beea893546bb97aadf6fbf3f8f93b16e73",
"size": "... |
/*global describe, it, beforeEach*/
'use strict';
var assert = require('assert');
var ArgumentParser = require('../lib/argparse').ArgumentParser;
describe('ArgumentParser', function () {
describe('sub-commands', function () {
var parser;
var args;
var c1;
var c2;
beforeEach(function () {
... | {
"content_hash": "dbe45a973f2023b4a0211f01433417cf",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 98,
"avg_line_length": 30.511363636363637,
"alnum_prop": 0.5661080074487895,
"repo_name": "juliema/PhyloGeoTastic",
"id": "1037cc587b9aaa5c43a5604170c78ab6c4fae58a",
"size"... |
package agent
import (
"crypto/tls"
"encoding/json"
"errors"
"fmt"
"io/ioutil"
"net"
"net/http"
"strings"
"time"
"github.com/outbrain/golib/log"
"github.com/outbrain/golib/sqlutils"
"github.com/outbrain/orchestrator/go/config"
"github.com/outbrain/orchestrator/go/db"
"github.com/outbrain/orchestrator/... | {
"content_hash": "c3c62aa19f65ca1497708e0a56ec90af",
"timestamp": "",
"source": "github",
"line_count": 924,
"max_line_length": 229,
"avg_line_length": 27.79004329004329,
"alnum_prop": 0.703832074149077,
"repo_name": "tsheasha/orchestrator",
"id": "fe63ca78f276be4954327255e7d95e5b9c273753",
"size":... |
import { Random } from 'meteor/random';
import { getRoom } from '../../../livechat/server/api/lib/livechat';
import { Livechat } from '../../../livechat/server/lib/Livechat';
import LivechatRooms from '../../../models/server/models/LivechatRooms';
import LivechatVisitors from '../../../models/server/models/LivechatVis... | {
"content_hash": "b9e869e800a4fcde23f54ae4deea4dd1",
"timestamp": "",
"source": "github",
"line_count": 183,
"max_line_length": 130,
"avg_line_length": 30.69945355191257,
"alnum_prop": 0.7148451406194375,
"repo_name": "subesokun/Rocket.Chat",
"id": "4e8a1103f243bd8a155b19b2d6b1a312b69551f0",
"size"... |
Symfony Standard Edition
========================
Welcome to the Symfony Standard Edition - a fully-functional Symfony2
application that you can use as the skeleton for your new app. If you want
to learn more about the features included, see the "What's Inside?" section.
This document contains information on how to d... | {
"content_hash": "d7eb942cc337829a405883fbdfff6b91",
"timestamp": "",
"source": "github",
"line_count": 148,
"max_line_length": 131,
"avg_line_length": 43.33783783783784,
"alnum_prop": 0.7561584034923604,
"repo_name": "anhstudios/symfony-swganh",
"id": "74f5635a0710c83a75b133ec750ac1242cd39933",
"s... |
package org.apache.juli.logging;
import java.util.logging.ConsoleHandler;
import java.util.logging.Formatter;
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Hardcoded java.util.logging commons-logging implementation.
*/
class DirectJDKLog implements Log {
... | {
"content_hash": "baf79832087ab416606dcc9e4f41e82a",
"timestamp": "",
"source": "github",
"line_count": 177,
"max_line_length": 112,
"avg_line_length": 31.225988700564972,
"alnum_prop": 0.609372172969061,
"repo_name": "plumer/codana",
"id": "53b271a0d18ce846fafdfeaca8efce5cb00d5d39",
"size": "6329"... |
#import "LWTransaction.h"
#import "LWTransactionGroup.h"
#import <objc/message.h>
@interface LWAsyncDisplayTransactionOperation : NSObject
@property (nonatomic,strong) id target;
@property (nonatomic,assign) SEL selector;
@property (nonatomic,strong) id object;
@property (nonatomic,copy) LWAsyncTransactionOperati... | {
"content_hash": "d3feb9f2c6323cf621dc22f50a6e6e5b",
"timestamp": "",
"source": "github",
"line_count": 129,
"max_line_length": 100,
"avg_line_length": 27.131782945736433,
"alnum_prop": 0.686,
"repo_name": "woshixiaobei/Tong",
"id": "9d03ddb233fca0274579ae1baf0508a5679af54e",
"size": "4634",
"bin... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>CDN业务管理平台</title>
<!-- 显示设备适配 -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<title></title>
<meta name="description"... | {
"content_hash": "5a6f524ad943c52f6d66c241497efc81",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 124,
"avg_line_length": 45.63522012578616,
"alnum_prop": 0.4652701212789416,
"repo_name": "zeevin/ksc-man",
"id": "e25cb7add712e0cb757d5cdae0b24c0fb974a32c",
"size": "7451... |
maxmin module
=============
.. automodule:: maxmin
:members:
:undoc-members:
:show-inheritance:
| {
"content_hash": "2cf311214d9abe4020f009f4bb8d73bf",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 22,
"avg_line_length": 16.571428571428573,
"alnum_prop": 0.5344827586206896,
"repo_name": "amedina14/uip-iq17-pc3",
"id": "cc5bb252eb874a5c8d50181b46202d28be030ab2",
"size":... |
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset... | {
"content_hash": "f6daa64895f3d91f679e900d3c6c4402",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 138,
"avg_line_length": 40.333333333333336,
"alnum_prop": 0.6083916083916084,
"repo_name": "kneath/hemingway",
"id": "5097251f49d86eadefc16a383a42f4c2d5a1824e",
"size": "15... |
package jat.tests.core.ephemeris;
import jat.core.ephemeris.DE405Body.body;
import jat.core.ephemeris.DE405Frame.frame;
import jat.core.ephemeris.DE405Plus;
import jat.core.util.PathUtil;
import jat.core.util.messageConsole.MessageConsole;
import jat.coreNOSA.math.MatrixVector.data.VectorN;
import jat.coreNOSA.spaceti... | {
"content_hash": "9637c909609b9443cea296a975b10243",
"timestamp": "",
"source": "github",
"line_count": 88,
"max_line_length": 87,
"avg_line_length": 33.46590909090909,
"alnum_prop": 0.7195246179966044,
"repo_name": "atmelino/JATexperimental",
"id": "3867715d9e776b2e15e14bb60f1f7f266ce7d125",
"size... |
[](https://travis-ci.org/weejh/project3-spa-production)
# Project 3 - Single Page Apps - Prod
## Connecting to chat server
URL of chat app => [link](https://spachatapp-prod.herokuapp.com/)
## Description
A simple chat application ... | {
"content_hash": "a7c92a43ee8efd08b39dd1b9e0de5061",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 191,
"avg_line_length": 42.25,
"alnum_prop": 0.7514792899408284,
"repo_name": "weejh/project3-spa-production",
"id": "449f99bc99108aa88e7b391a8581530cb44c0faf",
"size": "84... |
namespace leveldb {
static std::string IKey(const std::string& user_key,
uint64_t seq,
ValueType vt) {
std::string encoded;
AppendInternalKey(&encoded, ParsedInternalKey(user_key, seq, vt));
return encoded;
}
static std::string Shorten(const std::string& s, const ... | {
"content_hash": "39b593d40b805bb4e7fa1988933ba56b",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 80,
"avg_line_length": 33.69230769230769,
"alnum_prop": 0.6004566210045662,
"repo_name": "parallaxcoin/BrexitCoin",
"id": "d70df5be57b278d5475440a343fc0f688b3fd3a2",
"size... |
// ZAP: 2012/04/25 Added type argument to generic type and added @Override
// annotation to all appropriate methods.
// ZAP: 2013/01/23 Clean up of exception handling/logging.
// ZAP: 2013/03/03 Issue 547: Deprecate unused classes and methods
// ZAP: 2016/04/05 Issue 2458: Fix xlint warning messages
package o... | {
"content_hash": "e7b2c2d9947f141c1faa8db6eefcc48b",
"timestamp": "",
"source": "github",
"line_count": 301,
"max_line_length": 94,
"avg_line_length": 30.983388704318937,
"alnum_prop": 0.6506540853527771,
"repo_name": "rajiv65/zaproxy",
"id": "e650bfe916ea727e6cc6b26f573260d87424aa2b",
"size": "101... |
package java8;
import com.sandwich.koan.Koan;
import java.util.Optional;
import static com.sandwich.koan.constant.KoanConstants.__;
import static com.sandwich.util.Assert.assertEquals;
public class AboutOptional {
boolean optionalIsPresentField = false;
@Koan
public void isPresent() {
boolean ... | {
"content_hash": "4da9dd44dc63a9e983c8d7e48a3e25a5",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 60,
"avg_line_length": 25.05128205128205,
"alnum_prop": 0.6601842374616171,
"repo_name": "alexander94dmitriev/PortlandStateJavaSummer2017",
"id": "5a649711d30f9dc843bc9c63300... |
import { extend, objectDefinedNotNull, getAttrValueFromString, jsS, hOP, combine, getGUID, mergeHeaders, mergeOptions, getHashCode } from '@pnp/common';
import { __extends } from 'tslib';
import { CachingOptions, Queryable, CachingParserWrapper, ODataBatch } from '@pnp/odata';
import { SPHttpClient, toAbsoluteUrl } fr... | {
"content_hash": "d9716658cacc56864f24dab66cc2163e",
"timestamp": "",
"source": "github",
"line_count": 1008,
"max_line_length": 331,
"avg_line_length": 41.30952380952381,
"alnum_prop": 0.5632804995196926,
"repo_name": "seogi1004/cdnjs",
"id": "c8c623416c52000aae69d52e6fc38e942030fd90",
"size": "41... |
package com.redhat.iot.cargodemo.rest;
import com.redhat.iot.cargodemo.model.Customer;
import com.redhat.iot.cargodemo.service.DGService;
import javax.inject.Inject;
import javax.inject.Singleton;
import javax.ws.rs.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.stream.Co... | {
"content_hash": "3a9b2b107b6670b270cd2f711b78ef06",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 73,
"avg_line_length": 21.814814814814813,
"alnum_prop": 0.6621392190152802,
"repo_name": "kartben/eclipseiot-testbed-assettracking-cloud",
"id": "bdf2e8c809401d62f81458183e5... |
<?php
// Start of standard v.5.4.0RC6
class __PHP_Incomplete_Class {
}
class php_user_filter {
public $filtername;
public $params;
/**
* @param in
* @param out
* @param consumed
* @param closing
*/
public function filter ($in, $out, &$consumed, $closing) {}
public function onCreate () {}
public... | {
"content_hash": "36c6b0622c62961190ea431965c3076c",
"timestamp": "",
"source": "github",
"line_count": 11747,
"max_line_length": 131,
"avg_line_length": 29.968162083936324,
"alnum_prop": 0.6812030587780795,
"repo_name": "deuxnids/Wiloma",
"id": "8fef1bb6e093440b0a2ec0fdc23c295ac8582e0f",
"size": "... |
(function () {
"use strict"
function liveapp(opts) {
opts = opts || {}
var view = opts.view
var root_scope = opts.scope || function () {}
var fixup = opts.$link || function () {}
var UMG = require('UMG')
function main() {
var page = new VerticalBox(... | {
"content_hash": "d2330e0d2729af39254823b43d382c65",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 107,
"avg_line_length": 29.901639344262296,
"alnum_prop": 0.4369517543859649,
"repo_name": "timbur/Unreal.js",
"id": "7a2bddd0714ed8e2d74675a3c51d3d564d4b61bd",
"size": "18... |
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizonta... | {
"content_hash": "df93e64d23c69f6dbce37865d6ec1926",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 133,
"avg_line_length": 57,
"alnum_prop": 0.6842105263157895,
"repo_name": "wongatech/remi",
"id": "0d206e054ec91635e17f8ea83b20578c0d25611c",
"size": "1141",
"binary": f... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Sun Mar 16 11:23:21 IRST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Unnam... | {
"content_hash": "3194fa610110276e237da2bc5f3c163b",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 151,
"avg_line_length": 74.22857142857143,
"alnum_prop": 0.7263279445727483,
"repo_name": "yeuser/java-libs",
"id": "7f8198db16e2bd9d71bd4afb63992774233046f0",
"size": "259... |
$(document).ready(function() {
tableToGrid("#listado_donantes", {
pager : '#pagerdonantes',
rowNum:10,
rownumbers: true,
gridview: true,
width: 750,
height: '100%',
caption: "Seleccione la donante",
colModel :[
// {name:'Id',width... | {
"content_hash": "dca1b346db144a56b63758e69a8d399b",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 100,
"avg_line_length": 28.575757575757574,
"alnum_prop": 0.5249204665959704,
"repo_name": "symfony2jeni/siblh",
"id": "c8816a032a1c454e7ea21970ab9a296724645503",
"size": "... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Port Knocker</string>
<string name="widget1x1_name">Port Knocker 1x1</string>
<string name="widget2x1_name">Port Knocker 2x1</string>
<string name="widget3x1_name">Port Knocker 3x1</string>
<string name="widget4x1_name">Port ... | {
"content_hash": "05a1c1499e79c6daf6b814ba459e3d7f",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 116,
"avg_line_length": 66.07352941176471,
"alnum_prop": 0.7168929445804585,
"repo_name": "xargsgrep/PortKnocker",
"id": "a77dd7ba4da86078f0001d367510d6f0d90d6c16",
"size":... |
<!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_112) on Mon May 01 08:43:56 MST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.wildfly.s... | {
"content_hash": "b3d82c6dab39d2233acb7e67340439d0",
"timestamp": "",
"source": "github",
"line_count": 168,
"max_line_length": 553,
"avg_line_length": 51.38095238095238,
"alnum_prop": 0.6709916589434661,
"repo_name": "wildfly-swarm/wildfly-swarm-javadocs",
"id": "8432ed2bc1fa0d9536672fb6d1e28da43dd0... |
{% extends "v9/layoutv9.html" %}
{% set title = "Reset your password" %}
{% block page_title %}
{{title}} - GOV.UK
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="phase-banner-beta">
<p>
<strong class="phase-tag">BETA</strong>
<span>This is an BETA prototype, det... | {
"content_hash": "4ccceb115e26d8e5c35bf4b7d8013d1a",
"timestamp": "",
"source": "github",
"line_count": 79,
"max_line_length": 166,
"avg_line_length": 33.0253164556962,
"alnum_prop": 0.5940973553085473,
"repo_name": "christinagyles-ea/water",
"id": "7a98056795363ed713d6931c818c4b9658c63e5f",
"size"... |
#include <string.h>
#include "nrf_error.h"
#include "app_util.h"
#include "nfc_ndef_record.h"
/**
* @brief Type of description of payload of Windows LaunchApp record.
*/
typedef struct
{
const uint8_t * platform;
uint8_t platform_length;
const uint8_t * app_id;
uint8_t app_id_length;... | {
"content_hash": "5d9ae7d911de8b794b41ae6b7fa28685",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 107,
"avg_line_length": 37.96031746031746,
"alnum_prop": 0.5088856366297303,
"repo_name": "wolfgangz2013/rt-thread",
"id": "b4bb8d0d2a53ac5d89ccc0452ea309e9ec7fc860",
"siz... |
package org.kuali.kra.scheduling.expr;
import org.kuali.kra.scheduling.expr.util.CronSpecialChars;
import org.kuali.kra.scheduling.util.Time24HrFmt;
import java.text.ParseException;
import java.util.Calendar;
import java.util.Date;
import java.util.GregorianCalendar;
/**
* This class extends CronExpression and pro... | {
"content_hash": "9f3731fe42ba5789eaa70466fa3dfc74",
"timestamp": "",
"source": "github",
"line_count": 76,
"max_line_length": 129,
"avg_line_length": 35.723684210526315,
"alnum_prop": 0.6987108655616943,
"repo_name": "vivantech/kc_fixes",
"id": "449f4d7d0dbf38f6c307585ce4e5d5e18e80937a",
"size": "... |
package common
import (
"net"
"sync"
"time"
"github.com/golang/glog"
networkapi "github.com/openshift/origin/pkg/network/apis/network"
ktypes "k8s.io/apimachinery/pkg/types"
kexec "k8s.io/kubernetes/pkg/util/exec"
)
type EgressDNSUpdate struct {
UID ktypes.UID
Namespace string
}
type EgressDNS stru... | {
"content_hash": "e9fd03bb2c69182e567aa3ac0155c102",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 100,
"avg_line_length": 20.982035928143713,
"alnum_prop": 0.6712328767123288,
"repo_name": "rootfs/origin",
"id": "1dee42793d3a17f493d60d975293d3983716a661",
"size": "3504... |
<?php
namespace app\models;
use Yii;
use \yii\db\ActiveRecord;
use yii\web\UploadedFile;
/**
* This is the model class for table "book".
*
* @property integer $id
* @property string $name
* @property integer $date_create
* @property integer $date_update
* @property integer $date_release
* @property integer $... | {
"content_hash": "b240a40082cc2f31b5daf18d0c2a9d14",
"timestamp": "",
"source": "github",
"line_count": 117,
"max_line_length": 127,
"avg_line_length": 26.042735042735043,
"alnum_prop": 0.4906465375779455,
"repo_name": "kristinababich/test-project",
"id": "7bf2ccc7ebfc8fffced818e62c4c07d62551d7a4",
... |
from orgmode import ORGMODE, apply_count, repeat, realign_tags
from orgmode import settings
from orgmode.exceptions import HeadingDomError
from orgmode.keybinding import Keybinding, Plug, MODE_INSERT, MODE_NORMAL
from orgmode.menu import Submenu, Separator, ActionEntry
from orgmode.liborgmode.base import Direction
from... | {
"content_hash": "ed6c056293d1c18bf7c0930233b581ab",
"timestamp": "",
"source": "github",
"line_count": 391,
"max_line_length": 237,
"avg_line_length": 42.59079283887468,
"alnum_prop": 0.7129045817570407,
"repo_name": "mmcclimon/dotfiles",
"id": "0d9b0263e20dc7d1db9cb125b490bec38eb38d7b",
"size": "... |
<div class="container">
<div class="row">
<div class="span4 columns">
<%if (campaignId > 0) {%>
<h3>Quick Links</h3>
<ul class="unstyled">
<li><a href="/campaigns/show/<%= campaignId%>">Back to Campaign</a></li>
</ul>
<%}%>
<%if (isAdmin) {%>
<h3>Administration</h3>
<ul class="unstyled menu">
<li>
<a hr... | {
"content_hash": "5da12f517d155978269abb81fe608d46",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 85,
"avg_line_length": 24.074074074074073,
"alnum_prop": 0.5887179487179487,
"repo_name": "hross/Charity-Campaign",
"id": "e3cd03fc59c415ca16919416f29d3b4d5cd6bf11",
"size"... |
package org.apache.nifi.admin.service.action;
import org.apache.nifi.admin.dao.DAOFactory;
import org.apache.nifi.admin.dao.IdpUserGroupDAO;
import org.apache.nifi.idp.IdpUserGroup;
import java.util.List;
public class CreateIdpUserGroups implements AdministrationAction<List<IdpUserGroup>> {
private final List<... | {
"content_hash": "9bba4a33c215ab690fb749b425941695",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 86,
"avg_line_length": 29.434782608695652,
"alnum_prop": 0.7666174298375185,
"repo_name": "MikeThomsen/nifi",
"id": "b6e319b1c44f9acb5e218e3d01b7b43e2e5c700a",
"size": "147... |
import {__DEV__} from '../../config';
import * as zrUtil from 'zrender/src/core/util';
import VisualMapModel from './VisualMapModel';
import VisualMapping from '../../visual/VisualMapping';
import visualDefault from '../../visual/visualDefault';
import {reformIntervals} from '../../util/number';
var PiecewiseModel = V... | {
"content_hash": "e28825e88a1277b0ef8dc0bfeef47d98",
"timestamp": "",
"source": "github",
"line_count": 525,
"max_line_length": 101,
"avg_line_length": 34.66095238095238,
"alnum_prop": 0.49947793592350387,
"repo_name": "falost/falost.github.io",
"id": "d3b9a556590d5bbbd32bf798900aab1e2569cf38",
"si... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Modified Bessel Functions of the First and Second Kinds</title>
<link rel="stylesheet" href="../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../i... | {
"content_hash": "d2eca7759e3cb8f0d1efffe1c10d2854",
"timestamp": "",
"source": "github",
"line_count": 491,
"max_line_length": 631,
"avg_line_length": 48.55600814663951,
"alnum_prop": 0.5687680885868881,
"repo_name": "MisterTea/HyperNEAT",
"id": "a18b014901cf3370f4830aee6fcdbc5df05e2ace",
"size": ... |
include $(ERL_TOP)/make/target.mk
include $(ERL_TOP)/make/$(TARGET)/otp.mk
# ----------------------------------------------------
# Files
# ----------------------------------------------------
AUXILIARY_FILES=\
dialyzer.spec\
dialyzer.cover\
dialyzer_test_constants.hrl\
dialyzer_common.erl\
file_utils.erl\
dial... | {
"content_hash": "61b1bd12b13b5b00347ba41bf0038656",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 67,
"avg_line_length": 28.54054054054054,
"alnum_prop": 0.48863636363636365,
"repo_name": "neeraj9/otp",
"id": "0d8fba438c0e2e3fb474083f99628e24ab821ded",
"size": "1056",
... |
package programmersguide.smartartinpresentation.checkassistantnodes.assistantnode.java;
import com.aspose.slides.*;
public class AssistantNode
{
public static void main(String[] args) throws Exception
{
// The path to the documents directory.
String dataDir = "src/programmersguide/smartarti... | {
"content_hash": "2dab1a5dbe93b6b96d4c4635d89707ef",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 111,
"avg_line_length": 32.02040816326531,
"alnum_prop": 0.5678776290630975,
"repo_name": "asposemarketplace/Aspose-Slides-Java",
"id": "5e99a889d53990d838522dbe0e4c695327213... |
@interface GWDEssenceViewController : UIViewController
@end
| {
"content_hash": "9b179942a01fd497556ca61e23af4b43",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 54,
"avg_line_length": 20.333333333333332,
"alnum_prop": 0.8524590163934426,
"repo_name": "GuVictor/BuDeJie",
"id": "a77a31e8e96d09a66c9ffbaf62c475878d1e869c",
"size": "260"... |
export default class BrowserUtils {
static determineBrowserLanguageCode() {
const locale = navigator.language || (navigator.languages && navigator.languages[0])
|| navigator.userLanguage
const langCode = locale.length > 2 ?
locale.indexOf('_') > 0 ? locale.split('_')[0]
... | {
"content_hash": "372ec8f6ad4c5427ed347ebfd457254d",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 92,
"avg_line_length": 31.53846153846154,
"alnum_prop": 0.5707317073170731,
"repo_name": "openforis/collect",
"id": "6a771aff04478acc7ce4ece7dff845fddd1d71e5",
"size": "410... |
import { ClientSvcQueryable, MethodParams, property, setProperty, method, objConstructor, objectPath, objectProperties, opQuery, ObjectPathBatch, staticMethod } from '@pnp/sp-clientsvc';
import { stringIsNullOrEmpty, extend, sanitizeGuid, getGUID } from '@pnp/common';
import { sp } from '@pnp/sp';
/**
* Represents ... | {
"content_hash": "27433e41dde8a196ab88fcaad86ffe74",
"timestamp": "",
"source": "github",
"line_count": 687,
"max_line_length": 186,
"avg_line_length": 33.68122270742358,
"alnum_prop": 0.6016681792644453,
"repo_name": "seogi1004/cdnjs",
"id": "5446d6ab07ca79a748f8722cc57544bfe2fb25db",
"size": "234... |
package com.gmail.jiangyang5157.sudoku.puzzle.render.cell;
import android.graphics.Canvas;
import android.graphics.Paint;
import com.gmail.jiangyang5157.sudoku.puzzle.render.EditableComponent;
public class Cell extends EditableComponent {
private CellStateController stateControler = null;
public Cell() {
... | {
"content_hash": "08f8940bc2422e5f540e5c6db75a92f9",
"timestamp": "",
"source": "github",
"line_count": 32,
"max_line_length": 70,
"avg_line_length": 24.03125,
"alnum_prop": 0.7022106631989596,
"repo_name": "jiangyang5157/sudoku-endless",
"id": "d41d0873de7d3c6a03a9413c12d6099f981ef7de",
"size": "7... |
try:
from django.conf.urls import patterns, include, url
except ImportError: # django < 1.4
from django.conf.urls.defaults import patterns, include, url
urlpatterns = patterns('reportengine.views',
# Listing of reports
url('^$', 'report_list', name='reports-list'),
# view report redirected to cur... | {
"content_hash": "3d0703fc5720f8081737f093bd967673",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 127,
"avg_line_length": 55.90243902439025,
"alnum_prop": 0.6226003490401396,
"repo_name": "dmpayton/django-reportengine",
"id": "d20829254a111c69e404e80a703ef1c74bd1a252",
... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "eff304014a550a0e4806cb7807e0a174",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "69087460cb2df4a27bd1b199170f3784837d73c2",
"size": "181... |
package org.elasticsearch.index.query;
import org.apache.lucene.search.*;
import org.elasticsearch.common.bytes.BytesReference;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.common.xcontent.XContentFactory;
import org.elasticsearch.common.xcontent.XContentType;
import org.hamcres... | {
"content_hash": "ae20cc6b7e2901d5bfee598f77971b50",
"timestamp": "",
"source": "github",
"line_count": 229,
"max_line_length": 173,
"avg_line_length": 49.33187772925764,
"alnum_prop": 0.6556607949013012,
"repo_name": "wbowling/elasticsearch",
"id": "7bd8ffeefd3a7ecfcd33a6480112c22473b5359d",
"size... |
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.sxdsf.sample.lesson1.Lesson1Activity">
<B... | {
"content_hash": "c12424ba0ec6ebb2fa89fb9b1cd95ca4",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 62,
"avg_line_length": 34.0625,
"alnum_prop": 0.6844036697247706,
"repo_name": "SxdsF/Async",
"id": "40ea9cd9cee4db6e6aeaee99448ffd1c79e85919",
"size": "545",
"binary": f... |
package com.facebook.buck.slb;
import com.google.common.base.Preconditions;
import com.google.common.collect.Lists;
import java.net.URI;
import java.util.List;
import java.util.ListIterator;
public class ServerHealthState {
private static final int MAX_STORED_SAMPLES = 100;
private final int maxSamplesStored;... | {
"content_hash": "eec7a501f9746116d2c3868ec139f845",
"timestamp": "",
"source": "github",
"line_count": 191,
"max_line_length": 94,
"avg_line_length": 27.089005235602095,
"alnum_prop": 0.6702744491689215,
"repo_name": "bocon13/buck",
"id": "056f2a60e9c100aff080339d382a5e588412b668",
"size": "5779",... |
package com.google.appengine.datanucleus.test.jpa;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
/**
* @author Max Ross <maxr@google.com>
*/
@Entity
public class HasFloatJPA {
@Id
@GeneratedValue(str... | {
"content_hash": "956b868a8718858ced43f37fa07d8169",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 51,
"avg_line_length": 18.314285714285713,
"alnum_prop": 0.6692667706708268,
"repo_name": "GoogleCloudPlatform/datanucleus-appengine",
"id": "c736ee4005fa201d48dc785a219e9b28... |
=========
Changelog
=========
2.5.0
=====
* Adding ``this`` expressions
* Restructuring the library
* Adding Python 3 support
* Killing ``construct.text`` (it's highly inefficient and it was a side-project anyway)
* Adding Travis CI tests
* Kill old site in favor of ``readthedocs``
2.06
====
Bugfixes
--------
* Fi... | {
"content_hash": "1102f950b1d4dc658354fb631968f3d7",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 87,
"avg_line_length": 19.410714285714285,
"alnum_prop": 0.672493100275989,
"repo_name": "0000-bigtree/construct",
"id": "0e6fc5c5947fcb61c0df1668bae66140700de6bc",
"size":... |
<?php
namespace SabreForRainLoop\CalDAV\Property;
use SabreForRainLoop\CalDAV\SharingPlugin as SharingPlugin;
use SabreForRainLoop\DAV;
use SabreForRainLoop\CalDAV;
class Invite extends DAV\Property {
/**
* The list of users a calendar has been shared to.
*
* @var array
*/
protected $us... | {
"content_hash": "48914c295891246d88b3b03f8cf71645",
"timestamp": "",
"source": "github",
"line_count": 216,
"max_line_length": 165,
"avg_line_length": 33.282407407407405,
"alnum_prop": 0.5452775073028238,
"repo_name": "RainLoop/rainloop-webmail",
"id": "7a8683acb18d2ff4060e6dee702348f026f9ca13",
"... |
package com.intellij.codeInsight.generation;
import com.intellij.codeInsight.CodeInsightActionHandler;
import com.intellij.codeInsight.CodeInsightUtilBase;
import com.intellij.lang.CodeInsightActions;
import com.intellij.lang.Language;
import com.intellij.lang.LanguageCodeInsightActionHandler;
import com.intellij.op... | {
"content_hash": "98da2e722191f2da7ec5a79b5012d93a",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 127,
"avg_line_length": 37.861111111111114,
"alnum_prop": 0.8033749082905356,
"repo_name": "lshain-android-source/tools-idea",
"id": "ef1b513bed4f9bd3ade48d1a00451c5b7bf8a880... |
RSpec.configure do |config|
config.raise_errors_for_deprecations!
end
require 'codeclimate-test-reporter'
CodeClimate::TestReporter.start
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rsp... | {
"content_hash": "727c55a4f06556c038a1c9774cc8c637",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 192,
"avg_line_length": 39.325581395348834,
"alnum_prop": 0.7247191011235955,
"repo_name": "cloudfoundry/cf-mysql-broker",
"id": "e60ab12fdf24efc4a0a460e4488ba33f60cbedb8",
... |
import org.jspecify.annotations.NullMarked;
import org.jspecify.annotations.Nullable;
import org.jspecify.annotations.NullnessUnspecified;
@NullMarked
class TypeVariableUnspecToObjectUnionNull<
Never1T,
ChildOfNever1T extends Never1T,
UnspecChildOfNever1T extends @NullnessUnspecified Never1T,
NullChi... | {
"content_hash": "41f010d84c043d54118f2be12bacb8d0",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 73,
"avg_line_length": 25.150537634408604,
"alnum_prop": 0.7396323215049166,
"repo_name": "jspecify/jspecify",
"id": "8b05a36f1a9246ad48b76c4bee1317952ebdf4be",
"size": "29... |
package at.ac.tuwien.dsg.mela.common.elasticityAnalysis.concepts.elasticityPathway;
import at.ac.tuwien.dsg.mela.common.elasticityAnalysis.concepts.elasticityPathway.som.Neuron;
import at.ac.tuwien.dsg.mela.common.elasticityAnalysis.concepts.elasticityPathway.som.SOM2;
import at.ac.tuwien.dsg.mela.common.elasticityAn... | {
"content_hash": "bbddb20e39ac5cf0b36ed90d12672db3",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 154,
"avg_line_length": 43.832,
"alnum_prop": 0.6294944332907465,
"repo_name": "tuwiendsg/MELA",
"id": "731b1e5efb61618db9cfaab23f52412663c26667",
"size": "11736",
"bina... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "cf4d8a93499d1485089ff00b6de0a1c7",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "26d78b71448faaf436a9cc73e389a2f2c2e0af01",
"size": "175... |
/// 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
/// copyrigh... | {
"content_hash": "46d80aa6a1076b2b5cfd12d16691cc96",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 161,
"avg_line_length": 37.96774193548387,
"alnum_prop": 0.6236193712829227,
"repo_name": "mbebenita/shumway.ts",
"id": "d07f2529eecccee6d5cae3eb57569f8c55432a1a",
"size": ... |
Copy files into your screeps directory.
### Dependencies
The `cache` and `broadcaster` modules have the ability to compress data using
[`lzstring`](https://github.com/pieroxy/lz-string) as long as the library is
available. To install it simply copy [this file](https://raw.githubusercontent.com/pieroxy/lz-string/maste... | {
"content_hash": "aeea979e38e81786dcefc092cecd7ef0",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 126,
"avg_line_length": 26.979591836734695,
"alnum_prop": 0.7609682299546142,
"repo_name": "ScreepsOS/sos-library",
"id": "73d386461215cd4ed9e67b3b0b71e5659515bb11",
"size"... |
/*
* 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": "8aa637b69f56216a1f0e00c1466d0364",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 129,
"avg_line_length": 35.22950819672131,
"alnum_prop": 0.7566309911586785,
"repo_name": "denizdemir/presto",
"id": "c149462109d5a1982543ec0efdd7f92d957fa939",
"size": "21... |
Author: Kegham Karsian
This is a simple chat app using socket.io
Install nodejs
npm install to install dependencies
node server.js and start listening to server on localhost:3000
Enter name & room name:
Depending on the room you are in tell your friends to check in the same room too so you would chat together in ... | {
"content_hash": "a8c7b22ae6d18a5fcd1ed8d9f51db2c1",
"timestamp": "",
"source": "github",
"line_count": 16,
"max_line_length": 117,
"avg_line_length": 31.75,
"alnum_prop": 0.781496062992126,
"repo_name": "keegho/socketsBasic",
"id": "c6d7862314479012273cea5955be0b3fc2c2e214",
"size": "532",
"bina... |
package com.njackson.sensor;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.util.Log;
import com.njackson.application.IInjectionContainer;
import com.njackson.application.modules.ForApplication;
import com.njackson.events.GPSServiceCo... | {
"content_hash": "12dc644e02dda8107fa1784a1d2c3511",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 209,
"avg_line_length": 36.588235294117645,
"alnum_prop": 0.6396034297963559,
"repo_name": "pebble-bike/PebbleBike-AndroidApp",
"id": "03559e5e6d746b64e3fe428a9b679ab52495b1... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.2.1.1_A2_T4;
* @section: 15.2.1.1;
* @assertion: When the Object function is called with one argument value,
* and the value neither is null nor undefined, and is supplie... | {
"content_hash": "03c6e34fee20508c5f3a71f5d9bda72f",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 87,
"avg_line_length": 27.32,
"alnum_prop": 0.6632503660322109,
"repo_name": "hnafar/IronJS",
"id": "4ee745317a9051f7f4eee61591e4fcbf75038b3b",
"size": "683",
"binary": f... |
<法規>
<法規性質>法律</法規性質>
<英文法規名稱>The Export-import Bank of the Republic of China Act Taiwan, Republic of China</英文法規名稱>
<中文法規名稱>中國輸出入銀行條例</中文法規名稱>
<法規網址>https://law.moj.gov.tw/Eng/LawClass/LawAll.aspx?pcode=G0380010</法規網址>
<最新英文異動日期>20150701</最新英文異動日期>
<廢止註記>
</廢止註記>
<附件 />
<沿革內容><![CDATA[1.Promulgated under Presidential O... | {
"content_hash": "8e596f721eb07195d321756609c9f855",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 504,
"avg_line_length": 76.53465346534654,
"alnum_prop": 0.754333764553687,
"repo_name": "kong0107/mojLawSplitXML",
"id": "d053c84a0309322863440a011a8430e13a35d6d1",
"size... |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S02_OperationOnContentType.MSLISTSWS_S02_TC09_CreateContentType_IncorrectDisplayName /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /uni... | {
"content_hash": "16428b8369309369dff12fa7e7c72b90",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 301,
"avg_line_length": 82.25,
"alnum_prop": 0.8115501519756839,
"repo_name": "XinwLi/Interop-TestSuites-1",
"id": "706744efd5707162468dc53ca4ba22b9b5781308",
"size": "329",... |
import re
from .mesonlib import MesonException
class ParseException(MesonException):
def __init__(self, text, lineno, colno):
super().__init__(text)
self.lineno = lineno
self.colno = colno
class Token:
def __init__(self, tid, lineno, colno, value):
self.tid = tid
self.l... | {
"content_hash": "85840020ea520e00a9a628602e83ba3c",
"timestamp": "",
"source": "github",
"line_count": 589,
"max_line_length": 117,
"avg_line_length": 32.083191850594226,
"alnum_prop": 0.5164840980049743,
"repo_name": "centricular/meson",
"id": "f593c8e3111101011c9de85e256e614162bd9609",
"size": "... |
require('talents/modifier_overhead')
if not IsServer() then
desiredModifierName = CustomNetTables:GetTableValue("talent_manager", "last_learned_talent_15")["v"]
modifierTable = CustomNetTables:GetTableValue("talent_manager", "server_to_lua_talent_properties_" .. desiredModifierName)
end
_G[desiredModifierNam... | {
"content_hash": "657b8e05a5c89b346d34cac243ded974",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 127,
"avg_line_length": 27.736842105263158,
"alnum_prop": 0.6698292220113852,
"repo_name": "Arhowk/TalentManager",
"id": "268108dd3de687fe7422cdedc704088b0b17367e",
"size":... |
/*! \file ored/configuration/yieldcurveconfig.hpp
\brief Yield curve configuration classes
\ingroup configuration
*/
#pragma once
#include <set>
#include <map>
#include <boost/optional.hpp>
#include <boost/none.hpp>
#include <boost/shared_ptr.hpp>
#include <ql/patterns/visitor.hpp>
#include <ql/types.hpp>
#... | {
"content_hash": "bff4b2abf1570359eb7ca1a467a7a650",
"timestamp": "",
"source": "github",
"line_count": 432,
"max_line_length": 119,
"avg_line_length": 29.08564814814815,
"alnum_prop": 0.670274572224433,
"repo_name": "ChinaQuants/Engine",
"id": "f7670a35d1dbb44e57bbaeeedc626c44a353e1a7",
"size": "1... |
/**
* Bean Validation TCK
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.beanvalidation.tck.tests.methodvalidation.parameternameprovider;
import java.util.Date;
import javax.validation.constraints... | {
"content_hash": "5722c344d3b639811b99bf3186cbc969",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 98,
"avg_line_length": 22.615384615384617,
"alnum_prop": 0.7380952380952381,
"repo_name": "gunnarmorling/beanvalidation-tck",
"id": "0a95e9300aab0ce76e2d80ebd89f64e9f7acb2ea"... |
package org.apache.asterix.active;
import org.apache.hyracks.util.IRetryPolicy;
public class InfiniteRetryPolicy implements IRetryPolicy {
private final IActiveEntityEventsListener listener;
public InfiniteRetryPolicy(IActiveEntityEventsListener listener) {
this.listener = listener;
}
@Ove... | {
"content_hash": "8c93d1ad5c41f8ad4412ff9587b87dec",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 90,
"avg_line_length": 25.85185185185185,
"alnum_prop": 0.6361031518624641,
"repo_name": "ecarm002/incubator-asterixdb",
"id": "6f43c64ab415b5b3f0df7964ed6a841ba6ab8b47",
"... |
#include <CoreFoundation/CoreFoundation.h>
#include <CoreServices/CoreServices.h>
#include <QuickLook/QuickLook.h>
#import <Foundation/Foundation.h>
#import "LewFileAttributes.h"
OSStatus GeneratePreviewForURL(void *thisInterface, QLPreviewRequestRef preview, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef ... | {
"content_hash": "a425f99e7d0cdf3e423782b2e320a0b9",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 148,
"avg_line_length": 41.05,
"alnum_prop": 0.6766138855054811,
"repo_name": "pljhonglu/PlainTextQuickLook",
"id": "dbff39c8f1c14ddfa6a6dbea8c2f0a2582d2d052",
"size": "164... |
import {mount} from 'enzyme';
import * as Preact from '#preact';
import {createRef} from '#preact';
import {VideoIframeInternal} from '../video-iframe';
function dispatchMessage(window, opt_event) {
const event = window.document.createEvent('Event');
event.initEvent('message', /* bubbles */ true, /* cancelable *... | {
"content_hash": "254d225635669a3582a335532ef78d6c",
"timestamp": "",
"source": "github",
"line_count": 310,
"max_line_length": 80,
"avg_line_length": 29.15806451612903,
"alnum_prop": 0.6217501936054873,
"repo_name": "alanorozco/amphtml",
"id": "c66ddafebc336d18991c5dd7f48130920b090bbc",
"size": "9... |
using FlaUI.Core;
using FlaUI.Core.Identifiers;
using FlaUI.Core.Patterns;
using FlaUI.Core.Patterns.Infrastructure;
using FlaUI.Core.Tools;
using FlaUI.UIA3.Identifiers;
using UIA = Interop.UIAutomationClient;
namespace FlaUI.UIA3.Patterns
{
public class VirtualizedItemPattern : PatternBase<UIA.IUIAutomationVirt... | {
"content_hash": "43e647af6161362b741214ad9f4a0b84",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 222,
"avg_line_length": 38.208333333333336,
"alnum_prop": 0.7677208287895311,
"repo_name": "maxinfet/FlaUI",
"id": "ab687d8643c2705fc0a4f38d0d5f2cc99d03b268",
"size": "919"... |
from django.core.exceptions import PermissionDenied
from django.http import HttpResponseRedirect
from django.utils.translation import gettext_lazy as _
from django.views.generic import ListView
from django_cradmin import javascriptregistry
class RoleSelectView(javascriptregistry.viewmixin.WithinRoleViewMixin, ListVi... | {
"content_hash": "344f3eb6b770e5729958e63be4c7cd06",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 88,
"avg_line_length": 39.87850467289719,
"alnum_prop": 0.657839231310054,
"repo_name": "appressoas/django_cradmin",
"id": "d544eacf3b60dcf35aa4fb1ee09d64de36b72728",
"siz... |
function WWHOutlineImagingFast_Object()
{
this.mIterator = new WWHOutlineIterator_Object(true);
this.mImageSrcDir = WWHOutlineImaging_ImageSrcDir();
this.mEventString = WWHPopup_EventString();
this.mHTMLSegment = new WWHStringBuffer_Object();
this.mbUseList = true;
this.fGetIconURL = W... | {
"content_hash": "6772bf6f497d62dff3d8fe53862a33b4",
"timestamp": "",
"source": "github",
"line_count": 291,
"max_line_length": 112,
"avg_line_length": 29.333333333333332,
"alnum_prop": 0.6308575445173383,
"repo_name": "NCIP/cabio",
"id": "bba6e5e091739708c4294834ad56e177c906f0a0",
"size": "8613",
... |
<?xml version="1.0" encoding="UTF-8"?>
<Container xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
xmlns="urn:schemas-cosylab-com:Container:1.0"
xmlns:baci="urn:schemas-cosylab-com:BACI:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Timeout="20.0"
UseIF... | {
"content_hash": "2c0b2a6bbe6272414ad0055849f64168",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 65,
"avg_line_length": 31.714285714285715,
"alnum_prop": 0.5645645645645646,
"repo_name": "csrg-utfsm/acscb",
"id": "030cbe161424b060a3803c1f6d6fb2137711c594",
"size": "666... |
from behave import given, when, then
from bass.hubkey import generate_hub_key, parse_hub_key, PARTS, is_hub_key
import re
@given(u'parameter "{param}" is "{value}"')
def set_param(context, param, value):
context.params[param] = value
@given(u'parameter "ids" is array "{ids}"')
def id_is_array(context, ids):
... | {
"content_hash": "4701bfce09c6663064004f69086f4813",
"timestamp": "",
"source": "github",
"line_count": 74,
"max_line_length": 90,
"avg_line_length": 30.324324324324323,
"alnum_prop": 0.678698752228164,
"repo_name": "openpermissions/bass",
"id": "c338ac8350e36df03796ff4cdeacf9e80732a1c5",
"size": "... |
#include <cstdlib>
#include <iostream>
#include <boost/asio.hpp>
using boost::asio::ip::udp;
enum { max_length = 1024 };
void server(boost::asio::io_service& io_service, unsigned short port)
{
udp::socket sock(io_service, udp::endpoint(udp::v4(), port));
for (;;)
{
char data[max_length];
... | {
"content_hash": "1391a79baeda537efa883b0a50aec31b",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 69,
"avg_line_length": 21.454545454545453,
"alnum_prop": 0.573093220338983,
"repo_name": "zjutjsj1004/third",
"id": "63749b37230428ae4448be978c75904e9436e546",
"size": "126... |
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER even.rouault@spatialys.com
RUN apt-get update && apt-get install -y make autoconf automake libtool g++
# libpng12-dev libjpeg-dev libgif-dev liblzma-dev libgeos-dev libcurl4-gnutls-dev libproj-dev libxml2-dev libexpat-dev libxerces-c-dev libnetcdf-dev netcdf-bin libpopp... | {
"content_hash": "d991973ea859ccc9b605dc74007b8544",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 309,
"avg_line_length": 73.5,
"alnum_prop": 0.8044217687074829,
"repo_name": "kcc/oss-fuzz",
"id": "12ac3f4779967d2d3eadc953e3b45b7c99064a7b",
"size": "1248",
"binary": fa... |
'''
JSON related utilities.
This module provides a few things:
1) A handy function for getting an object down to something that can be
JSON serialized. See to_primitive().
2) Wrappers around loads() and dumps(). The dumps() wrapper will
automatically use to_primitive() for you if needed.
3) Th... | {
"content_hash": "1c74b95e5d0e12c482eabebf56976c3a",
"timestamp": "",
"source": "github",
"line_count": 161,
"max_line_length": 79,
"avg_line_length": 34.93788819875776,
"alnum_prop": 0.6264888888888889,
"repo_name": "JioCloud/ironic",
"id": "74db2e90b7e10651358e7f28d95e875971f53c23",
"size": "6440... |
<html>
<head>
<title>Event Information</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>
<h2>Event Information</h2>
The <code>Info</code> class collects various one-of-a-kind information,
some relevant for all events and others for the c... | {
"content_hash": "8a332edf1577c5e8ba98ade2fde37d56",
"timestamp": "",
"source": "github",
"line_count": 746,
"max_line_length": 134,
"avg_line_length": 40.0455764075067,
"alnum_prop": 0.713161946843409,
"repo_name": "mkrzewic/AliRoot",
"id": "4a0f5a3568c4b308ca94836fb74a155168296bcd",
"size": "2987... |
<!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/html; charset=utf-8" />
<title></title>
{common_head}
<script typ... | {
"content_hash": "d7437a1b92c86bf6e4782017add550fc",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 249,
"avg_line_length": 53.21666666666667,
"alnum_prop": 0.4882555590353899,
"repo_name": "Daisukydayo/icms2",
"id": "5b72047a7ff2ee408430425eca80ffdeb7b5aa54",
"size": "33... |
{% extends "proposals/base.html" %}
{% load i18n markup %}
{% block bodyclass %}{{ block.super }} details{% endblock %}
{% block title %}{% trans "Proposal" %}: {{ proposal.title }}{% endblock %}
{% block body %}
<article class="proposal">
<div class="meta">
{% if current_conference.anonymize_proposal_author %}
{% bloc... | {
"content_hash": "a68b2a791d53136b81caedd5ce8a38c2",
"timestamp": "",
"source": "github",
"line_count": 69,
"max_line_length": 153,
"avg_line_length": 34.333333333333336,
"alnum_prop": 0.5939214858590123,
"repo_name": "EuroPython/djep",
"id": "2911e85a87f188eedbaab4ded27644ad7ce36382",
"size": "236... |
<?php
/**
* @file views-views-rdf-style-sioc.tpl.php
* Default template for the Views RDF style plugin using the SIOC vocabulary
*
* Variables:
* - $view: The View object.
* - $rows: Array of row objects as rendered by _views_xml_render_fields
* - $nodes, $users Array of user and node objects created by template... | {
"content_hash": "fc27e4a4ff2e9f39f616c0777411d69b",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 185,
"avg_line_length": 50.458333333333336,
"alnum_prop": 0.5866226259289843,
"repo_name": "shridharsahil/libraryweb-site",
"id": "868a7d10a765844eff046cd3d56ec98215170a54",... |
inline OverLapped::OverLapped()
{
ZeroMemory(&sysOverLapped, sizeof(sysOverLapped));
sysBuffer.buf = dataBuffer;
}
struct ThreadInfo
{
HANDLE hIOCP;
//LPFN_ACCEPTEX lpfAccepEx;
SOCKET Conn;
NetMsg* ReadMsg;
NetMsg* WriteMsg;
};
char* GetSendMsg(char* pBuff, unsigned long& iSize)
{
char pBuf[OverLappedBufferLe... | {
"content_hash": "273ea32555c4a0bc008133845a796e35",
"timestamp": "",
"source": "github",
"line_count": 311,
"max_line_length": 232,
"avg_line_length": 35.643086816720256,
"alnum_prop": 0.6870545782589085,
"repo_name": "Eric-Dang/pbc_test",
"id": "4ecb446c9a4811a2834572dc2cf5d61835dda6f5",
"size": ... |
Project and environment manager for MarkLogic.
All details on: http://mlproj.org/.
## Install
Use the following:
```
npm install mlproj -g
```
This needs Node to be installed on your system. Package managers for all
systems include it. Look at [Node](http://nodejs.org/) website for details and
install options.
... | {
"content_hash": "f4f63d972fa430f86dea26fc3334566d",
"timestamp": "",
"source": "github",
"line_count": 86,
"max_line_length": 83,
"avg_line_length": 32.46511627906977,
"alnum_prop": 0.7234957020057307,
"repo_name": "fgeorges/mlproj",
"id": "c5fd1189e7ff74c2bf3268f95c8088b8ddc7e54d",
"size": "2802"... |
<div>
<tabset>
<tab heading="Form"><br>
<form role="form">
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
<div class="form-group">
... | {
"content_hash": "82b469ec93a91e73ae73f2cab80aa750",
"timestamp": "",
"source": "github",
"line_count": 70,
"max_line_length": 204,
"avg_line_length": 50.52857142857143,
"alnum_prop": 0.6089906700593724,
"repo_name": "redboul/webNodeApp",
"id": "84a8994801cd5141608de991b97b601193500678",
"size": "3... |
'use strict';
const util = require('util');
const moment = require('abacus-moment');
const _ = require('underscore');
const extend = _.extend;
// Configure API and COLLECTOR URLs
process.env.API = 'http://api';
process.env.COLLECTOR = 'http://collector';
const tests = (secured) => {
let dbEnv;
let reqmock;
le... | {
"content_hash": "17bb18b5f40940151328a43e90d439d3",
"timestamp": "",
"source": "github",
"line_count": 2045,
"max_line_length": 80,
"avg_line_length": 32.380929095354524,
"alnum_prop": 0.49686645826726467,
"repo_name": "rajkiranrbala/cf-abacus",
"id": "d9675b6edee910cc67e4231412717291d8af9cc4",
"s... |
@import Foundation;
//! Project version number for KGNColor.
FOUNDATION_EXPORT double KGNColorVersionNumber;
//! Project version string for KGNColor.
FOUNDATION_EXPORT const unsigned char KGNColorVersionString[];
// In this header, you should import all the public headers of your framework using statements like #imp... | {
"content_hash": "423f2807f43cd99ebce893a71dc2ccac",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 133,
"avg_line_length": 32,
"alnum_prop": 0.8011363636363636,
"repo_name": "kgn/KGNColor",
"id": "d5fd56a2957ddfaa7719e4a0444c59a6d4442d37",
"size": "488",
"binary": fals... |
<?php
namespace Chamilo\Core\Repository\Implementation\Scribd\Integration\Chamilo\Core\Menu\Package;
class Installer extends \Chamilo\Configuration\Package\Action\Installer
{
}
| {
"content_hash": "20280ce8e561ec4a0d24c672669301c7",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 94,
"avg_line_length": 29.666666666666668,
"alnum_prop": 0.8370786516853933,
"repo_name": "cosnicsTHLU/cosnics",
"id": "8f226fee194434195d1e66a69bf7067f9c7efb9d",
"size": "1... |
{% if page.image.feature %}
{% include head.html %}
<section class="article">
<div class="overlay"></div>
<div class="featured-image" style="background-image: url({{ site.url }}/images/{{ page.image.feature }})"></div>
{% else %}
{% include head-dark.html %}
<section class="article pad-top">
{% endif %}
... | {
"content_hash": "651393a1e2bc6ad442a2135c6fb094c6",
"timestamp": "",
"source": "github",
"line_count": 55,
"max_line_length": 303,
"avg_line_length": 40.836363636363636,
"alnum_prop": 0.5841495992876224,
"repo_name": "davejachimiak/davejachimiak.github.io",
"id": "f4d46314a7a070fad3894516669c734dc7a... |
package li.strolch.service;
import li.strolch.model.ModelStatistics;
import li.strolch.service.api.ServiceResult;
import li.strolch.service.api.ServiceResultState;
public class XmlImportModelResult extends ServiceResult {
private ModelStatistics statistics;
public XmlImportModelResult(ModelStatistics statistics)... | {
"content_hash": "24260a43be5d5a78db06776a847341ca",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 93,
"avg_line_length": 23.27777777777778,
"alnum_prop": 0.7911694510739857,
"repo_name": "4treesCH/strolch",
"id": "2e83b42be5c391fb15f42750941b64a029e999c2",
"size": "1456... |
'use strict';
var React = require('react');
var accounting = require('accounting');
/**
* ProductRow
*
* @type ReactComponent
* @description
* A table row representing a single product.
*/
var ProductRow = React.createClass({
/** @return {object} */
render: function () {
return <tr>
<td>{this.props.pro... | {
"content_hash": "6e8f19e8ae86ddba46b08c3ed146cbe8",
"timestamp": "",
"source": "github",
"line_count": 26,
"max_line_length": 83,
"avg_line_length": 21.692307692307693,
"alnum_prop": 0.6560283687943262,
"repo_name": "jonathanconway/discount-ascii-warehouse-react-jest",
"id": "716f43221521f131e04900a... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ergo: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" r... | {
"content_hash": "054a9f2d3e69d44ffa75a9828fb5fd7b",
"timestamp": "",
"source": "github",
"line_count": 166,
"max_line_length": 215,
"avg_line_length": 42.6144578313253,
"alnum_prop": 0.5405711054566016,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "03c1483273f0687bdb319305eecde29f8ec258a1",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.