text stringlengths 2 1.04M | meta dict |
|---|---|
// smp.cpp
#include "smp.h"
/**
* Constructor
* @param p (int)
*/
Smp::Smp(int p) : fP(p) {}
/**
* Destructor
*/
Smp::~Smp() {}
/**
* Set the MP to MP:= SP - (p + 4)
* @return none
* @param stack the machine on which the instruction is performed (StackMachine*)
* @exception ExecutionError
*/
void Smp::execut... | {
"content_hash": "62913a1b8e1998d612bf5554a25f82a8",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 80,
"avg_line_length": 16.697674418604652,
"alnum_prop": 0.6337047353760445,
"repo_name": "arminnh/c-to-p-compiler",
"id": "aa44a3322f883871b989cf7b04dfdd65abd2592d",
"size... |
window.themingStore.models.AbstractModel = Backbone.Model.extend({
/**
* rest url to push or post the product
* @final
*/
url: function ()
{
alert(window.themingStore.restPath);
// FIXME: remove this when it's functional
return window.themingStore.restPath;
/**
* function that helps... | {
"content_hash": "6e7acff1a2c00062b0efa961430887b3",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 81,
"avg_line_length": 23.252173913043478,
"alnum_prop": 0.5848915482423336,
"repo_name": "jclaros/tst",
"id": "05bddbaa774b3a0e1746b34aa969a8b6ef05a538",
"size": "2674",
... |
import { Component, Input, Output, OnInit, EventEmitter } from '@angular/core';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
import { ProjectService } from '../../services/project.service';
import { InstallInfoModel } from '../../models/install-info.model';
import { Subscription } from 'rxjs/S... | {
"content_hash": "a39bdf2dad67d30c59dc2740f426bc1e",
"timestamp": "",
"source": "github",
"line_count": 81,
"max_line_length": 124,
"avg_line_length": 37.135802469135804,
"alnum_prop": 0.5711436170212766,
"repo_name": "revov/npm-interface",
"id": "5fef3fa3d99c0af9d686f8c772b939b40053e7e5",
"size": ... |
@interface NSMutableString (FishLamp)
- (BOOL) insertString_fl:(NSString*) substring
beforeString:(NSString*) beforeString
withBackwardsSearch:(BOOL) searchBackwards;
- (BOOL) insertString_fl:(NSString*) substring
afterString:(NSString*) afterString
withBackwardsSearch:(BOOL) searchB... | {
"content_hash": "d42d4975375e59af6180b9ad7204d614",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 49,
"avg_line_length": 30.636363636363637,
"alnum_prop": 0.7210682492581603,
"repo_name": "fishlamp-released/FishLamp3",
"id": "fb53c7a0deb056319262660a6addcba040f27ae8",
"... |
#ifndef POSTGRESQL_CONNECTION_H_
#define POSTGRESQL_CONNECTION_H_
// BEGIN Includes. ///////////////////////////////////////////////////
// System dependencies.
#include <pqxx/pqxx>
// Application dependencies.
#include <ias/database/interface/database_connection.h>
// END Includes. //////////////////////////////... | {
"content_hash": "64668b33fe7f8a22a1529193dee3c6d8",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 84,
"avg_line_length": 29.357894736842105,
"alnum_prop": 0.45894585873072785,
"repo_name": "JoeriHermans/Intelligent-Automation-System",
"id": "a5e52e45c9bfd30e4e43040b90ce82... |
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN;
#else
static const int xmppLogLevel = XMPP_LOG_LEVEL_WARN;
#endif
@implementation XMPPCoreDataStorage
static NSMutableSet *databaseFileNames;
+ (void)initialize
{
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
databaseFileNames = [[NSMu... | {
"content_hash": "3961d601b03da0443884b786bd902508",
"timestamp": "",
"source": "github",
"line_count": 949,
"max_line_length": 136,
"avg_line_length": 30.483667017913593,
"alnum_prop": 0.6512150437277472,
"repo_name": "Jianwen-Zheng/0834XMPP",
"id": "fbdcaebb1bc615822087fcba235731d71ebb6e9b",
"siz... |
package com.anqit.spanqit.constraint;
/**
* The SPARQL connective operators
*/
enum ConnectiveOperator implements SparqlOperator {
// Logical
AND("&&"),
OR("||"),
// Arithmetic
ADD("+"),
DIVIDE("/"),
MULTIPLY("*"),
SUBTRACT("-");
private String operator;
private ConnectiveOperator(String operator) {
... | {
"content_hash": "364a8588e70267f49b4f55947d18504e",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 51,
"avg_line_length": 15.555555555555555,
"alnum_prop": 0.669047619047619,
"repo_name": "anqit/spanqit",
"id": "5c9d6067aedb55b4f0fb8709945c7993ab6a9fc5",
"size": "420",
... |
package org.wso2.developerstudio.eclipse.gmf.esb.diagram.custom.deserializer;
import java.util.Map;
import org.apache.synapse.mediators.AbstractMediator;
import org.eclipse.core.runtime.Assert;
import org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart;
import org.eclipse.ui.forms.editor.FormEditor;
imp... | {
"content_hash": "e034e22ade2b7d1f399a7a6fac55472f",
"timestamp": "",
"source": "github",
"line_count": 44,
"max_line_length": 125,
"avg_line_length": 42.72727272727273,
"alnum_prop": 0.8202127659574469,
"repo_name": "sohaniwso2/devstudio-tooling-esb",
"id": "b38144a27148b9bce3f1bf26f3029ad55578b71a"... |
@interface NodeNumbersTileView : UIView <Tile>
{
}
- (id) initWithFrame:(CGRect)rect;
@end
| {
"content_hash": "29d873b1ee1fe535eaad5c0454f717ca",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 46,
"avg_line_length": 13.285714285714286,
"alnum_prop": 0.7096774193548387,
"repo_name": "herzbube/littlego",
"id": "954200450dc33f99f79afa4c86b54b5428b68fff",
"size": "253... |
module.exports = function(grunt) {
grunt.initConfig({
pkg: {},
handlebars: {
compile: {
options: {
namespace: 'joint.templates.halo',
processName: function(filePath) { // input: templates/handle.html
... | {
"content_hash": "5c2ce11cb552190d3d61470d3a73a11d",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 86,
"avg_line_length": 28.214285714285715,
"alnum_prop": 0.419620253164557,
"repo_name": "LucasBassetti/nemo-platform",
"id": "7d22a3e10b39c05b12f449b4cc28872f0efa9dcb",
"s... |
'use strict'
var $ = require('jquery')
var yo = require('yo-yo')
// -------------- styling ----------------------
// var csjs = require('csjs-inject')
var remixLib = require('remix-lib')
var styleGuide = remixLib.ui.styleGuide
var styles = styleGuide()
var css = yo`<style>
.sol.success,
.sol.error,
.sol.warning {
... | {
"content_hash": "b8fa875c9be8dcc14a07ee83185c7d60",
"timestamp": "",
"source": "github",
"line_count": 141,
"max_line_length": 123,
"avg_line_length": 24.97872340425532,
"alnum_prop": 0.6428165814877911,
"repo_name": "Yann-Liang/browser-solidity",
"id": "7e21c92ec2ab8ff064a3634a3b028ec90d11a770",
... |
$num_instances=1
# Used to fetch a new discovery token for a cluster of size $num_instances
$new_discovery_url="https://discovery.etcd.io/new?size=#{$num_instances}"
# To automatically replace the discovery token on 'vagrant up', uncomment
# the lines below:
#
#if File.exists?('user-data') && ARGV[0].eql?('up')
# re... | {
"content_hash": "9c91e5521b71640bc0fbce0b061c889c",
"timestamp": "",
"source": "github",
"line_count": 89,
"max_line_length": 121,
"avg_line_length": 36.73033707865169,
"alnum_prop": 0.6983787090853472,
"repo_name": "itsyitsy/vagrant-docker-solr5",
"id": "79522647de361d4d0e65e75b2790d5dc03d503b6",
... |
import createTester from './internal/createTester';
import doParallelLimit from './internal/doParallelLimit';
import notId from './internal/notId';
/**
* The same as [`every`]{@link module:Collections.every} but runs a maximum of `limit` async operations at a time.
*
* @name everyLimit
* @static
* @memberOf modul... | {
"content_hash": "fddbe00bac25c64a3540898da60ca5cb",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 114,
"avg_line_length": 43.56,
"alnum_prop": 0.7355371900826446,
"repo_name": "suguru03/async",
"id": "89a69fc019174268ed4916a002b0b5011606b984",
"size": "1089",
"binary"... |
package pl.consdata.ico.sqcompanion.members;
import org.springframework.data.jpa.repository.JpaRepository;
public interface MemberRepository extends JpaRepository<MemberEntryEntity, String> {
Long countAllByRemoteAndRemoteType(boolean remote, String remoteType);
}
| {
"content_hash": "84237affa9ccc8597ed61379738472c0",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 84,
"avg_line_length": 38.714285714285715,
"alnum_prop": 0.8413284132841329,
"repo_name": "Consdata/sonarqube-companion",
"id": "39f337c53770027006a042a7dc6d1256f6294dff",
"... |
package org.apache.camel.itest.karaf;
import org.apache.camel.test.karaf.AbstractFeatureTest;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.junit.PaxExam;
@RunWith(PaxExam.class)
public class CamelStAXTest extends AbstractFeatureTest {
public static final String COMPONENT = "... | {
"content_hash": "eeed20bc384f8049c2f5a44397d6701f",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 56,
"avg_line_length": 21.15,
"alnum_prop": 0.7494089834515366,
"repo_name": "erwelch/camel",
"id": "bed6b1e912d434737fc45b7c362c3125a5e1be1c",
"size": "1226",
"binary": ... |
package org.openkilda.floodlight.converter;
import org.openkilda.floodlight.utils.OfAdapter;
import org.openkilda.model.MeterId;
import org.openkilda.model.SwitchId;
import org.openkilda.model.of.MeterSchema;
import org.openkilda.model.of.MeterSchemaBand;
import org.projectfloodlight.openflow.protocol.OFMeterConfig... | {
"content_hash": "a41c53b063af142a83627bb82fb8b2df",
"timestamp": "",
"source": "github",
"line_count": 85,
"max_line_length": 107,
"avg_line_length": 37.09411764705882,
"alnum_prop": 0.6923564858864574,
"repo_name": "jonvestal/open-kilda",
"id": "51dba0f6d4de170d12fd3123c9e6a1f3c40e29ff",
"size": ... |
<?php
namespace common\module\mregion\backend\controllers;
use Yii;
use common\module\mregion\record\RegionCityRecord;
use common\module\mregion\search\RegionCitySearch;
use common\core\controller\ControllerBackend;
use yii\web\NotFoundHttpException;
/**
* 区域-市管理
*
* @jrbac 区域-市管理
* CityController implements the... | {
"content_hash": "33915f8b629fae6e882ad342fb0a68fb",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 78,
"avg_line_length": 23.1328125,
"alnum_prop": 0.5494765281999324,
"repo_name": "JeanWolf/plat",
"id": "ff3b0115e2d4e96b383d49f7da062f784f7981c8",
"size": "3071",
"bin... |
import sys
import struct
import os
import threading
import string
################################################################################
if len(sys.argv) >= 9: #JWDEBUG modified to handle the extra python argument
blat_threading_pathfilename = sys.argv[0]
python_path = sys.argv[1] #JWDEBUG adding t... | {
"content_hash": "17bfaf1940f106c53b3c37d4b15a681e",
"timestamp": "",
"source": "github",
"line_count": 102,
"max_line_length": 174,
"avg_line_length": 33.23529411764706,
"alnum_prop": 0.5752212389380531,
"repo_name": "jason-weirather/IDP",
"id": "eed8566e487a068ab8ff3fe7bcf1529554bf6daa",
"size": ... |
#include "config.h"
#include "ScopedDOMDataStore.h"
namespace WebCore {
ScopedDOMDataStore::ScopedDOMDataStore()
: DOMDataStore()
{
m_domNodeMap = new DOMWrapperMap<Node>(&DOMDataStore::weakNodeCallback);
m_domObjectMap = new DOMWrapperMap<void>(&DOMDataStore::weakDOMObjectCallback);
m_activeDomObje... | {
"content_hash": "f1d49be3887210d36bbcb7afd3a2c3be",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 118,
"avg_line_length": 26.17241379310345,
"alnum_prop": 0.769433465085639,
"repo_name": "Treeeater/WebPermission",
"id": "db23eeadc87297ef87692c4755a183f37bdf1ab5",
"size"... |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//-----------------------------------------... | {
"content_hash": "bea3b1a80516d4e9758ee0b38ef5fc6d",
"timestamp": "",
"source": "github",
"line_count": 17,
"max_line_length": 81,
"avg_line_length": 25.941176470588236,
"alnum_prop": 0.41496598639455784,
"repo_name": "janjonas/OpenContent",
"id": "cbbd51d9f37fc1e4ade31a5a1c4a5862bab8e82a",
"size":... |
/**
* Test case for StopThread() jvmti function applied to thread that hangs on
* Object.wait().
*/
#include <iostream>
#include <jvmti.h>
using namespace std;
#define PACKAGE "org/apache/harmony/drlvm/tests/regression/h3341/"
static const char* EXCEPTION_CLASS = "L" PACKAGE "InvokeAgentException;";
#define T... | {
"content_hash": "188f1e061d371240338fd255c783a25b",
"timestamp": "",
"source": "github",
"line_count": 158,
"max_line_length": 92,
"avg_line_length": 28.89873417721519,
"alnum_prop": 0.6206745510293473,
"repo_name": "freeVM/freeVM",
"id": "f261294dc9c492589b36b82f60cc3bf0f0f40d9e",
"size": "5378",... |
var express = require('express');
var path = require('path');
var favicon = require('serve-favicon');
var logger = require('morgan');
var cookieParser = require('cookie-parser');
var bodyParser = require('body-parser');
var session = require('express-session');
var middleware_session = require('./middlewares/session')... | {
"content_hash": "37e38f6cce0149bc51ed1735458efc49",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 66,
"avg_line_length": 24.28,
"alnum_prop": 0.6611751784733663,
"repo_name": "rianjara/postgresql",
"id": "459f11969a93d0287068fbf8729a37056dd2610b",
"size": "1821",
"bin... |
(function () {
'use strict';
var global = tinymce.util.Tools.resolve('tinymce.PluginManager');
var global$1 = tinymce.util.Tools.resolve('tinymce.Env');
var register = function (editor) {
editor.addCommand('mcePrint', function () {
if (global$1.browser.isIE()) {
editor.getDoc... | {
"content_hash": "218c7583196b8b74fddc6a14c44114f7",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 69,
"avg_line_length": 25,
"alnum_prop": 0.5358333333333334,
"repo_name": "cdnjs/cdnjs",
"id": "f2e91572e95ea3abe5a7755cdc0be447f3f1f572",
"size": "1483",
"binary": false... |
package google
import (
"context"
"log"
"strings"
"testing"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
)
func init() {
resource.AddTestSweepers("BigqueryDataTransferConfig", &resource.Sweeper{
Name: "BigqueryDataTransferConfig",
F: testSweepBigqueryDataTransferConfig,
})
}
// At th... | {
"content_hash": "3a0204af0b508b169703771a66182380",
"timestamp": "",
"source": "github",
"line_count": 110,
"max_line_length": 192,
"avg_line_length": 29.80909090909091,
"alnum_prop": 0.6874046965538274,
"repo_name": "GoogleCloudPlatform/k8s-config-connector",
"id": "740f88e61c0f00b822f57c40d5cdb903... |
from google.cloud import dialogflowcx_v3beta1
def sample_get_flow_validation_result():
# Create a client
client = dialogflowcx_v3beta1.FlowsClient()
# Initialize request argument(s)
request = dialogflowcx_v3beta1.GetFlowValidationResultRequest(
name="name_value",
)
# Make the request... | {
"content_hash": "bc70e5b231d17f18e19267fbe4f5cc8d",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 71,
"avg_line_length": 26.68421052631579,
"alnum_prop": 0.7337278106508875,
"repo_name": "googleapis/python-dialogflow-cx",
"id": "1c4e0b2cee44c0eb971c2fb38293c07a301d08d9",
... |
#include "sqpcheader.h"
#include "sqopcodes.h"
#include "sqvm.h"
#include "sqfuncproto.h"
#include "sqclosure.h"
#include "sqstring.h"
#include "sqtable.h"
#include "sqarray.h"
#include "squserdata.h"
#include "sqclass.h"
//SQObjectPtr _null_;
//SQObjectPtr _true_(true);
//SQObjectPtr _false_(false);
//SQObjectPtr _o... | {
"content_hash": "3a2eed9ae9ac899c7acded3080b6dd9d",
"timestamp": "",
"source": "github",
"line_count": 654,
"max_line_length": 94,
"avg_line_length": 23.96330275229358,
"alnum_prop": 0.6581163859111792,
"repo_name": "pfalcon/squirrel-lang",
"id": "07f5ac2db7d0a2a664938dba8d2f55858de319d7",
"size":... |
namespace task_management {
namespace {
TaskManagerIoThreadHelper* g_io_thread_helper = nullptr;
} // namespace
IoThreadHelperManager::IoThreadHelperManager() {
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
content::BrowserThread::PostTask(
content::BrowserThread::IO,
FROM_HERE,
base::Bin... | {
"content_hash": "e496e59ae049305a9decd362a3591d08",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 80,
"avg_line_length": 32.559322033898304,
"alnum_prop": 0.7191566892243623,
"repo_name": "Pluto-tv/chromium-crosswalk",
"id": "262540ad0931c86ffb6ff71a1ee5c5afbf8d606b",
... |
/*! OpenPGP.js v4.10.9 - 2020-12-07 - this is LGPL licensed code, see LICENSE/our website https://openpgpjs.org/ for more information. */
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find m... | {
"content_hash": "b4aee3c2a50e7f3cec4530182c5b3d40",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 497,
"avg_line_length": 33.29479768786127,
"alnum_prop": 0.6854166666666667,
"repo_name": "cdnjs/cdnjs",
"id": "0c13508b639fc19a1b98c2682b5895056a26b563",
"size": "5760",
... |
layout: post
date: 2016-05-22
title: "Enzoani irina Sleeveless Chapel Train Mermaid/Trumpet"
category: Enzoani
tags: [Enzoani,Mermaid/Trumpet,Straps,Chapel Train,Sleeveless]
---
### Enzoani irina
Just **$309.99**
### Sleeveless Chapel Train Mermaid/Trumpet
<table><tr><td>BRANDS</td><td>Enzoani</td></tr><tr><td>Silho... | {
"content_hash": "d83ae40ed25874f1e5ebf5e372e3d1ac",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 243,
"avg_line_length": 79.13333333333334,
"alnum_prop": 0.7186183656276327,
"repo_name": "HOLEIN/HOLEIN.github.io",
"id": "1d85695541115e21c5f83e0afb3b32ca6250a3d8",
"size... |
package redshiftserverless
import (
"github.com/aws/aws-sdk-go/private/protocol"
)
const (
// ErrCodeAccessDeniedException for service response error code
// "AccessDeniedException".
//
// You do not have sufficient access to perform this action.
ErrCodeAccessDeniedException = "AccessDeniedException"
// ErrC... | {
"content_hash": "41762d0224dd8097031cd8d37f67bf02",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 76,
"avg_line_length": 37.03658536585366,
"alnum_prop": 0.7984853473822852,
"repo_name": "aws/aws-sdk-go",
"id": "79aa2ea94efc6922b9d67503c25abb7a67eef181",
"size": "3107",... |
{-# language CPP #-}
-- | = Name
--
-- VK_EXT_global_priority - device extension
--
-- == VK_EXT_global_priority
--
-- [__Name String__]
-- @VK_EXT_global_priority@
--
-- [__Extension Type__]
-- Device extension
--
-- [__Registered Extension Number__]
-- 175
--
-- [__Revision__]
-- 2
--
-- [__Extension ... | {
"content_hash": "816ddb422445f1718c4659b3014092df",
"timestamp": "",
"source": "github",
"line_count": 173,
"max_line_length": 200,
"avg_line_length": 37.127167630057805,
"alnum_prop": 0.679277596138876,
"repo_name": "expipiplus1/vulkan",
"id": "ecb64ed17b1f1e24d7da44facf1d3b879d9b39d2",
"size": "... |
class Array
def as_home_files
self.map{|item| item.as_home_file}
end
def as_glob_pattern
File.join(self)
end
end
| {
"content_hash": "8e1c8b116dd192d31669288763b9ebf3",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 38,
"avg_line_length": 14.444444444444445,
"alnum_prop": 0.6615384615384615,
"repo_name": "developwithpassion/expansions",
"id": "a23705561ca3e70653f944e4f1bd7ae437cdec24",
... |
module.exports = function(config) {
config.set({
plugins: ['karma-jasmine', 'karma-coverage'],
reporters: ['progress']
});
};
| {
"content_hash": "5ca18b3efb764ef6f64772c0278ba30c",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 51,
"avg_line_length": 21.571428571428573,
"alnum_prop": 0.5629139072847682,
"repo_name": "slackmart/ng-mars-forms",
"id": "dfeb14ca2f8dd2660316c253c3dfbcabd1fdef39",
"size"... |
// -----------------------------------------------------------------------
// <copyright file="MessageMemorizerActor.cs" company="Petabridge, LLC">
// Copyright (C) 2017 - 2017 Petabridge, LLC <https://petabridge.com>
// </copyright>
// -----------------------------------------------------------------------
using... | {
"content_hash": "28f4a69a52805c556d62f0d7dab29f12",
"timestamp": "",
"source": "github",
"line_count": 99,
"max_line_length": 120,
"avg_line_length": 34.02020202020202,
"alnum_prop": 0.5080166270783848,
"repo_name": "petabridge/petabridge.cmd-quickstart",
"id": "46bc211bbcc93d097d616a7a4e13190fc432c... |
package twilio
import (
"errors"
un "github.com/subosito/underscore"
"net/url"
"strings"
)
type MessageService struct {
client *Client
}
type Message struct {
AccountSid string `json:"account_sid"`
ApiVersion string `json:"api_version"`
Body string `json:"body"`
NumSegments int `json... | {
"content_hash": "25274344a1ebe97da560a719e4feb031",
"timestamp": "",
"source": "github",
"line_count": 140,
"max_line_length": 146,
"avg_line_length": 25.771428571428572,
"alnum_prop": 0.6715631929046563,
"repo_name": "titanous/twilio-forwarder",
"id": "62f07b58a6c51970f28f50e0b8afcc2480542b0f",
"... |
/**
* Import all module depenencies here.
* Add commonly used modules to externals.
*/
import core from '../app.core.module.js';
import <%= yeoman.choices.feature %>Config from './<%= yeoman.choices.feature %>.config.js';
import <%= yeoman.choices.feature %>Route from './<%= yeoman.choices.feature %>.route.js';
impo... | {
"content_hash": "72f67a55ba611b813f640220ace3a418",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 103,
"avg_line_length": 43.457142857142856,
"alnum_prop": 0.6936226166995397,
"repo_name": "manapaho/generator-angular-website",
"id": "71b4beb7610358a21894106bd511d8745719d4... |
Will be compiling the useful android snippets here -- feel free to pull request! : D
## Suggested Read Through Order:
1. Buttons
2. Intents - snippets for Button actions
3. Animations - snippets for Button actions
3. Action Bar items - top bar buttons
4. Threading (keeping up responsiveness by doing work on separate... | {
"content_hash": "519891355093b54b575425e6d1b8c0d4",
"timestamp": "",
"source": "github",
"line_count": 29,
"max_line_length": 114,
"avg_line_length": 22.79310344827586,
"alnum_prop": 0.7473524962178517,
"repo_name": "gskielian/Collection-Of-Android-Snippets",
"id": "cc75e519df23a92c025700cb31dc9f235... |
@implementation MKTUnsignedIntReturnSetter
- (instancetype)initWithSuccessor:(nullable MKTReturnValueSetter *)successor
{
self = [super initWithType:@encode(unsigned int) successor:successor];
return self;
}
- (void)setReturnValue:(id)returnValue onInvocation:(NSInvocation *)invocation
{
unsigned int valu... | {
"content_hash": "278f924d72eff482c63103a4d481be7f",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 78,
"avg_line_length": 26.933333333333334,
"alnum_prop": 0.7722772277227723,
"repo_name": "HouseOfRisingSun/SilentRunner",
"id": "d82cac829119d5599f8f00519f63e83457b2b261",
... |
SYNONYM
#### According to
Database of Vascular Plants of Canada (VASCAN)
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "f2b2bb9a961bec4b442aa1a944db2f20",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 46,
"avg_line_length": 10.76923076923077,
"alnum_prop": 0.7,
"repo_name": "mdoering/backbone",
"id": "41fb072173d4f5e1563416a790cd409387b91a79",
"size": "197",
"binary": ... |
"""
WSGI config for blogproject project.
This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
named ``application``. Django's ``runserver`` and ``runfcgi`` commands discover
this application via the ``WSGI_APPLICATIO... | {
"content_hash": "276483c5dab9a4cc0dfb0454ace0e0d0",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 79,
"avg_line_length": 39.31818181818182,
"alnum_prop": 0.7976878612716763,
"repo_name": "gonzalodelgado/yummy",
"id": "68df5e3c60bf1ba2f1f4679e5e346bc948bf4c99",
"size": "... |
namespace blink {
TEST(AtomicHTMLTokenTest, EmptyAttributeValueFromHTMLToken) {
HTMLToken token;
token.BeginStartTag('a');
token.AddNewAttribute();
token.BeginAttributeName(3);
token.AppendToAttributeName('b');
token.EndAttributeName(4);
token.AddNewAttribute();
token.BeginAttributeName(5);
token.App... | {
"content_hash": "13c6fb1b3a5091eb5a9421e77b6bec12",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 64,
"avg_line_length": 31.75,
"alnum_prop": 0.7279090113735783,
"repo_name": "nwjs/chromium.src",
"id": "618241b9f09f6ef9bb9ea9a79cf0d175dd62f4a4",
"size": "1433",
"binar... |
<?php
namespace BootHelp\Tests;
use cobisja\BootHelp\ProgressBar;
class ProgressBarTest extends \PHPUnit_Framework_TestCase {
public function testWithPercentageOption() {
/**
* It should generates:
*
* <div class="progress">
* <div aria-valuemax="100" aria-value... | {
"content_hash": "9b6d4f64f17ebde4361475cdab3e7e4b",
"timestamp": "",
"source": "github",
"line_count": 189,
"max_line_length": 188,
"avg_line_length": 41.7989417989418,
"alnum_prop": 0.5339240506329114,
"repo_name": "adrianstaniloiu/boothelp",
"id": "4cb68ebf9fa3bff9058330521f2dc16064e2dd37",
"siz... |
from socket import AF_INET
from socket import AF_INET6
from pyroute2.common import AF_MPLS
from pyroute2.common import basestring
from pyroute2.netlink.rtnl import rt_type
from pyroute2.netlink.rtnl import rt_proto
from pyroute2.netlink.rtnl import rt_scope
from pyroute2.netlink.rtnl import encap_type
from pyroute2.net... | {
"content_hash": "4ad1c214f2d31de22869864dfa42084f",
"timestamp": "",
"source": "github",
"line_count": 558,
"max_line_length": 78,
"avg_line_length": 36.36379928315412,
"alnum_prop": 0.43925878468286433,
"repo_name": "craneworks/python-pyroute2",
"id": "f2ede69fceea127116dd16bc4c816ca2b42bab12",
"... |
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<description>A package for association rul... | {
"content_hash": "6f80657da38ec1ab8ed48940480efd12",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 108,
"avg_line_length": 33.794392523364486,
"alnum_prop": 0.5713495575221239,
"repo_name": "navxt6/SEARUM",
"id": "f49b6144eb1fdfe1f7f1d5e45c75a02139b15739",
"size": "3616... |
Application for Computer Science students at University of Wrocław
[Wiki](https://github.com/lion92pl/IIUWr/wiki)
| {
"content_hash": "8bac59054d01247346e5766828c566a2",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 68,
"avg_line_length": 39.666666666666664,
"alnum_prop": 0.7815126050420168,
"repo_name": "lion92pl/IIUWr",
"id": "2f9d44d597b83c546d5b73c031a5834d55fac0f8",
"size": "135",
... |
import java.awt.*;
import javax.swing.*;
public class Terminal extends JFrame
{
final static Font font = new Font("Monospaced", Font.PLAIN, 12);
JTextArea display;
Memory RAM;
int width, height;
int textLoc;
public Terminal(Memory m, int addr, int w, int h)
{
RAM = m;
textLoc = addr;
... | {
"content_hash": "eb58ae20b91a4ffcc2275c087711c2bc",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 65,
"avg_line_length": 19.017857142857142,
"alnum_prop": 0.612206572769953,
"repo_name": "jmptable/multicore",
"id": "d7abc4e5125b3a30ea3b3acd62e2dab303dbe58f",
"size": "10... |
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_BINARY_DIR ${CMAKE_SOURCE_DIR}/build)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake/modules)
if (APPLE)
set(CMAKE_CXX_FLAGS "-I${PROJECT_SOURCE_DIR}/lib/wxWid... | {
"content_hash": "c8dc03ad8de8929b024fb238ce89f993",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 265,
"avg_line_length": 78.86666666666666,
"alnum_prop": 0.7379543533389687,
"repo_name": "EtherealT/Beam",
"id": "e31dc4da63d4e50017eb48e5df0605202b283dc9",
"size": "1780"... |
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Bitretsmah.Tests.Integration")]
[assembly: AssemblyProduct("Bitretsmah.Tests.Integration")]
[assembly: AssemblyCopyright("Copyright © Zbigniew Klasik")]
[assembly: ComVisible(false)]
[assembly: Guid("3a58bdf4-0b87-4dfe-b1ad-e3f0a... | {
"content_hash": "e681886ae97f356321b3f1b73f64d17f",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 60,
"avg_line_length": 41.2,
"alnum_prop": 0.7839805825242718,
"repo_name": "zbigniew-klasik/Bitretsmah",
"id": "0a4252eab160b6fda0549ba7f88d3aa7d809887c",
"size": "415",
... |
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Read me -->
<Preference
android:key="@string/preference_key_read_me"
android:title="@string/preference_option_read_me" />
<Preference
android:key="@string/pr... | {
"content_hash": "48c75f45ca193e5a86795d1a44a459b3",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 63,
"avg_line_length": 35.416666666666664,
"alnum_prop": 0.6635294117647059,
"repo_name": "The1andONLYdave/smartwatch_locker",
"id": "57efd474f71333845b8e0d4a5ae9a596b93e5927... |
<!doctype html>
<title>WebSockets: Field processing: lowercase 'upgrade' in connection field</title>
<pre>FAIL (script didn't run)</pre>
<script src=/resources/jsframework2.js></script>
<script src=../../constants.js></script>
<script>
assertNotEquals(window.WebSocket, undefined, 'WebSocket not supported');
assertNotTh... | {
"content_hash": "1d02f56395003a43ee07c06e2f25a003",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 294,
"avg_line_length": 41.30434782608695,
"alnum_prop": 0.7021052631578948,
"repo_name": "operasoftware/presto-testo",
"id": "dc4994f7fbf9b9119ffd15dd1c2e5c1ad2d41da8",
"s... |
#include "unity.h"
#include "../ofp_role_request_handler.h"
#include "../ofp_apis.h"
#include "../ofp_role.h"
#include "event.h"
#include "handler_test_utils.h"
static bool test_closed = false;
static const uint64_t dpid = 0xabc;
void
setUp(void) {
}
void
tearDown(void) {
}
static lagopus_result_t
s_ofp_role_r... | {
"content_hash": "b84815fce273f343b40eaf52c281802b",
"timestamp": "",
"source": "github",
"line_count": 214,
"max_line_length": 78,
"avg_line_length": 34.45794392523364,
"alnum_prop": 0.5614320585842149,
"repo_name": "trojan00/lagopus",
"id": "596b624df583aa78c4440bf298fb6070b74dcdac",
"size": "800... |
name: Bug report
about: Create a report to help us improve
---
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure... | {
"content_hash": "202d805a1ad9d05c5ef9dada5a8e261b",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 208,
"avg_line_length": 27.30952380952381,
"alnum_prop": 0.7375762859633828,
"repo_name": "googleapis/python-dataproc-metastore",
"id": "f7e2100c43ba76bd4d0ebf02bfd39b8557bf1... |
#import "NSObject.h"
@class NSData, NSObject<OS_dispatch_semaphore>, _UIAsyncInvocation;
// Not exported
@interface _UIDecompressionInfo : NSObject
{
unsigned long long jpegDecodeRequestID;
NSObject<OS_dispatch_semaphore> *syncSemaphore;
NSObject<OS_dispatch_semaphore> *metadataSemaphore;
NSData *im... | {
"content_hash": "14635add5e4bc1af7602b9f3e03de6e0",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 82,
"avg_line_length": 23.96,
"alnum_prop": 0.7512520868113522,
"repo_name": "matthewsot/CocoaSharp",
"id": "a3157b4cbf7872856a4cd8249b3948b8c967461c",
"size": "739",
"bi... |
<!--
Copyright 2005-2008 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
Some files are held under additional license.
Please see "http://stlab.adobe.com/licenses.html" for more information.
-->... | {
"content_hash": "5635996d3f8fa1b98102f2bd4ba88129",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 233,
"avg_line_length": 46.42537313432836,
"alnum_prop": 0.6259443819321653,
"repo_name": "brycelelbach/asl",
"id": "0e7b680a4d32a0353db3c2157961e71e06ee5cc8",
"size": "62... |
<div>
<div class="well">
<h3>TypeScript File Structure</h3>
<div>
<ul>
<li>Component:
<ul>
<li><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>directives/</li>
<li><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></spa... | {
"content_hash": "ed62c75239f646b7b9e765a9e53db538",
"timestamp": "",
"source": "github",
"line_count": 18,
"max_line_length": 106,
"avg_line_length": 35.611111111111114,
"alnum_prop": 0.5600624024960998,
"repo_name": "opiepj/angular2.0-App",
"id": "a5718100c170c131a9ea2da7bb3a2d717c8a038a",
"size"... |
<?php
namespace Wtk\Response\Tests\Normalizer;
use Wtk\Response\Tests\ResponseTestCase;
use Wtk\Response\Normalizer\FieldsNormalizer;
use Wtk\Response\Body\Fields;
use Wtk\Response\Body\Field;
/**
* Normalizer tests
*
* @author Wojtek Zalewski <wojtek@neverbland.com>
*/
class FieldsNormalizerTest extends Respo... | {
"content_hash": "c2f3cfe8e49bf5d4930feb45cd31acdf",
"timestamp": "",
"source": "github",
"line_count": 68,
"max_line_length": 61,
"avg_line_length": 19.294117647058822,
"alnum_prop": 0.5663109756097561,
"repo_name": "wotek/response-builder",
"id": "3dbe5c22b6f308b3eb1b47610b994e12faf7430b",
"size"... |
The library can be imported directly from TS code with:
```typescript
import * as XLSX from 'xlsx';
```
This demo uses an array of arrays as the core data structure. The component
template includes a file input element, a table that updates based on the data,
and a button to export the data.
## Switching between An... | {
"content_hash": "8f37b09bdef3349b79647ff6b98da6f4",
"timestamp": "",
"source": "github",
"line_count": 66,
"max_line_length": 80,
"avg_line_length": 25.59090909090909,
"alnum_prop": 0.7158081705150977,
"repo_name": "AshleyLab/stmpVisualization2.0",
"id": "d5db37213d50832079921fd404eb478b9575b4d4",
... |
from setuptools import setup
version = __import__('ateoto_recipe').__version__
setup(name = 'django-ateoto-recipe',
version = version,
author = 'Matthew McCants',
author_email = 'mattmccants@gmail.com',
description = 'Recipe database for ateoto.com',
license = 'BSD',
url = 'https://github.com/... | {
"content_hash": "dc223813e6064a24d6cf7b13b3c5efc0",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 59,
"avg_line_length": 32.61538461538461,
"alnum_prop": 0.6580188679245284,
"repo_name": "ateoto/django-ateoto-recipe",
"id": "e38243a9a9014a80bb55f11c0ecbbfa4880bed08",
"s... |
<resources>
<string name="app_name">EditTagView</string>
</resources>
| {
"content_hash": "f0b9a9439baac90221c6a5f38ef3ed72",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 48,
"avg_line_length": 24.666666666666668,
"alnum_prop": 0.7027027027027027,
"repo_name": "AliSultan/EditTagView",
"id": "bbecec7f5ae9991dfad184666b3b7c85516108b5",
"size": ... |
An open source webrtc based implementation of Tetris Arena.
https://opentetrisarena.fn.lc
## License
Code is licensed under the MIT license. See the LICENSE file for more details.
Some of the code under net/ is borrowed from https://github.com/aomarks/bridgesim which is also MIT licensed.
| {
"content_hash": "fe3213204bd66b4d7f1a0f795be54a3c",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 109,
"avg_line_length": 29.5,
"alnum_prop": 0.7830508474576271,
"repo_name": "d4l3k/opentetrisarena",
"id": "c6e4213a1de990f3e5240bb09d6c5ec62517570d",
"size": "439",
"bi... |
module BetfairNg
# Declares the module for API interactions
#
module API
# Declares the module for Data types
#
module DataTypes
# Declares UpdateExecutionReport
#
# == Fields
# - customer_ref
# - status
# - error_code
# - market_id
# - instruction_reports
#
class Updat... | {
"content_hash": "214c79b82a36c5b3ad64ce793a8e470b",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 144,
"avg_line_length": 21.4,
"alnum_prop": 0.6271028037383177,
"repo_name": "ValMilkevich/betfair_ng",
"id": "cc9c181026154ad5a478f1d9bbeb72add88fcc80",
"size": "1073",
... |
Nema17_Driver
==================
**Warning** _currently untested, may contain errors._
A nema 17 mounted stepper motor driver.
Currently still work in progress.
| {
"content_hash": "dae3193c1d38a8de15df856fc7e894ed",
"timestamp": "",
"source": "github",
"line_count": 8,
"max_line_length": 53,
"avg_line_length": 20.5,
"alnum_prop": 0.6829268292682927,
"repo_name": "10to7/Nema17_driver",
"id": "9d03013ac75bbd0fa0452b73fe6a1ae4513d36c3",
"size": "164",
"binary... |
package gwt.material.design.incubator.client.keyboard.js;
import com.google.gwt.dom.client.Element;
import gwt.material.design.jquery.client.api.Functions;
import jsinterop.annotations.JsMethod;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
... | {
"content_hash": "41a37c786603b4a0b3bc28db40f6d35d",
"timestamp": "",
"source": "github",
"line_count": 112,
"max_line_length": 117,
"avg_line_length": 29.428571428571427,
"alnum_prop": 0.6868932038834952,
"repo_name": "GwtMaterialDesign/gwt-material-addins",
"id": "7e5921e775f1330f9dc755fe1e62a0034c... |
layout: page
title: News
main_nav: false
---
## Brookhaven Veterans Memorial
*5/25/15*

We were able to witness the unveiling of a new bronze memorial
made to honor Brookhaven Veterans. Thank you to the Post Morrow
Foundation for blessing us with the ... | {
"content_hash": "047f02cbf784a025b37ad423972488c7",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 139,
"avg_line_length": 26.304347826086957,
"alnum_prop": 0.7520661157024794,
"repo_name": "peconicmonuments/peconicmonuments.github.io",
"id": "5624752242a7eed3e41573931b271... |
@interface HTBURLSession_Demo_AppTests : XCTestCase
@end
@implementation HTBURLSession_Demo_AppTests
- (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 method is called ... | {
"content_hash": "ad08d5c63a3c52a2829cdae75c782ccc",
"timestamp": "",
"source": "github",
"line_count": 24,
"max_line_length": 107,
"avg_line_length": 20.708333333333332,
"alnum_prop": 0.7022132796780685,
"repo_name": "thehtb/HTBURLSession",
"id": "2f11864f9518d282e5a46e4f64df52825e1dc296",
"size":... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "ed46b18101d3b7194ebfe4f840b1fe15",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "33259194dfa474f41580c47dc4a5ab0d4334c4fc",
"size": "178... |
package com.google.cloud.dialogflow.v2.samples;
// [START dialogflow_v2_generated_intentsclient_getlocation_async]
import com.google.api.core.ApiFuture;
import com.google.cloud.dialogflow.v2.IntentsClient;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.Location;
public class A... | {
"content_hash": "dc37ded76f24ae624bb0101c6a1ed15f",
"timestamp": "",
"source": "github",
"line_count": 31,
"max_line_length": 100,
"avg_line_length": 41.806451612903224,
"alnum_prop": 0.7592592592592593,
"repo_name": "googleapis/java-dialogflow",
"id": "78f3e27792a55a044612c54ad7e48a2aa769b0e4",
"... |
package com.pkrharrison.gameplay.strategy;
/**
* This class is used to represent the results of verifying a strategy node.
*
*
*/
public class VerificationStatus {
private boolean isPassed;
// these are filled in if verification fails
private String failReason;
private StrategyNode failNode;
private ... | {
"content_hash": "9ceb569db0f2a7e7c39e848ad320782b",
"timestamp": "",
"source": "github",
"line_count": 51,
"max_line_length": 77,
"avg_line_length": 20.80392156862745,
"alnum_prop": 0.7266729500471254,
"repo_name": "rdanek/poker-harrison",
"id": "a0e85d94be165fe769b63afd5b16dc00ed3aacac",
"size": ... |
node --harmony-proxies server.js
| {
"content_hash": "b011141ad3e49abe820a0565be7cfaac",
"timestamp": "",
"source": "github",
"line_count": 1,
"max_line_length": 33,
"avg_line_length": 34,
"alnum_prop": 0.7647058823529411,
"repo_name": "chromaway/faucet",
"id": "b3bf9213d056a2ee464657ce60dd00aad7b293c0",
"size": "34",
"binary": fal... |
/*! FixedHeader 3.0.1-dev
* ©2009-2015 SpryMedia Ltd - datatables.net/license
*/
/**
* @summary FixedHeader
* @description Fix a table's header or footer, so it is always visible while
* scrolling
* @version 3.0.1-dev
* @file dataTables.fixedHeader.js
* @author SpryMedia Ltd (w... | {
"content_hash": "d9452011dcb474790784464464ec5cec",
"timestamp": "",
"source": "github",
"line_count": 570,
"max_line_length": 115,
"avg_line_length": 25.152631578947368,
"alnum_prop": 0.6227244193345888,
"repo_name": "joe-meyer/FixedHeader",
"id": "1279c3fa54b50259a9ff8fc8cbdf4c8f319d7ce5",
"size... |
namespace COSRead {
bool wait_read (int fd, int maxsecs=0, int maxusecs=0);
bool wait_read (int *fds, uint num_fds, int maxsecs=0, int maxusecs=0);
bool wait_read (int *fds, uint num_fds, bool *flags=NULL, int maxsecs=0, int maxusecs=0);
bool wait_write(int fd, int maxsecs = 0, int maxusecs=0);
bool wait_wri... | {
"content_hash": "bd74c361bec4473b0d49776daa945086",
"timestamp": "",
"source": "github",
"line_count": 23,
"max_line_length": 91,
"avg_line_length": 36.65217391304348,
"alnum_prop": 0.6785290628706999,
"repo_name": "colinw7/COS",
"id": "73d964d95fa172cc0d9a0377498432b0402b67a0",
"size": "922",
"... |
Components.JSPresentationUtils = {};
/**
* @param {?SDK.Target} target
* @param {!Components.Linkifier} linkifier
* @param {!Protocol.Runtime.StackTrace=} stackTrace
* @param {function()=} contentUpdated
* @return {{element: !Element, links: !Array<!Element>}}
*/
Components.JSPresentationUtils.buildStackTracePr... | {
"content_hash": "5b863551563d4b5dea76fac18e91ca10",
"timestamp": "",
"source": "github",
"line_count": 115,
"max_line_length": 114,
"avg_line_length": 37.504347826086956,
"alnum_prop": 0.6909343844191977,
"repo_name": "dart-archive/devtools-frontend",
"id": "3e74bea526b0dbb788e23c8cb7079a7ce409ba57"... |
package javax.swing;
import java.awt.Component;
import java.awt.FlowLayout;
import java.awt.Point;
import java.awt.Rectangle;
/**
* Manages a popup window that displays a Component on top of
* everything else.
*
* <p>To obtain an instance of <code>Popup</code>, use the
* {@link javax.swing.PopupFactory}.
*
... | {
"content_hash": "1f6401d827a25cc399d59a6d31e77b3f",
"timestamp": "",
"source": "github",
"line_count": 266,
"max_line_length": 79,
"avg_line_length": 26.533834586466167,
"alnum_prop": 0.6157551714366676,
"repo_name": "shaotuanchen/sunflower_exp",
"id": "308cd662d8de7e2deca9e6bc4972a5a79c3a523d",
"... |
package org.apache.geode.internal.cache.wan.serial;
import org.apache.logging.log4j.Logger;
import org.apache.geode.internal.cache.wan.AbstractGatewaySender;
import org.apache.geode.internal.logging.LogService;
public class RemoteConcurrentSerialGatewaySenderEventProcessor
extends ConcurrentSerialGatewaySenderE... | {
"content_hash": "b4457eb56c03c3c4b507e6710914806e",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 99,
"avg_line_length": 31.964285714285715,
"alnum_prop": 0.7553072625698324,
"repo_name": "prasi-in/geode",
"id": "7d5d5c5d2b8c52855ece6cea00429bbefaaf346b",
"size": "1684"... |
\documentclass[manual-fr.tex]{subfiles}
\begin{document}
Les features de type \textit{arity} sont définies en fonction du nombre d'arguments qu'elles prennent en paramètre. Il en existe de plusieurs types.\\
Le premier type de \textit{token feature} \textit{arity} est \textit{nullary}. Ce type de feature ne pren... | {
"content_hash": "51db7d3f6305bcebeeff100fe972b64e",
"timestamp": "",
"source": "github",
"line_count": 116,
"max_line_length": 376,
"avg_line_length": 42.51724137931034,
"alnum_prop": 0.6964720194647201,
"repo_name": "YoannDupont/SEM",
"id": "b661d844a534f8e9f44852a788e4e3fb72300717",
"size": "497... |
require 'rails_helper'
describe SessionsController do
describe 'create new sessions' do
context 'GET/ /sessions/new' do
before(:each) do
get :new
end
it 'has a form page' do
expect(response).to be_ok
end
it 'renders a form template' do
expect(response).to... | {
"content_hash": "633c2566e9f08d71d982828ac2658f47",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 49,
"avg_line_length": 16.90909090909091,
"alnum_prop": 0.6048387096774194,
"repo_name": "nyc-fiddler-crabs-2015/Hagwon",
"id": "a30360cbbbe600c9de7158c5b969ded79f071cc0",
... |
sudo apt-get install --only-upgrade dnsmasq=2.59-4ubuntu0.2 -y
sudo apt-get install --only-upgrade dnsmasq-utils=2.59-4ubuntu0.2 -y
sudo apt-get install --only-upgrade dnsmasq-base=2.59-4ubuntu0.2 -y
sudo apt-get install --only-upgrade dnsmasq-base=2.59-4ubuntu0.2 -y
| {
"content_hash": "f59e62ce5949304660a179fe3538f787",
"timestamp": "",
"source": "github",
"line_count": 4,
"max_line_length": 68,
"avg_line_length": 67,
"alnum_prop": 0.7649253731343284,
"repo_name": "Cyberwatch/cbw-security-fixes",
"id": "9716b4caa322906f946341b2b9a9f28edbf678dd",
"size": "1031",
... |
<!-- start library -->
<script src="assets/js/jquery-2.2.3.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.js" type="text/javascript"></script>
<script src="assets/js/my_server_config.js" type="text/javascript"></script>
<script src="assets/js/my_public_session.js" type="text/javascript"></scr... | {
"content_hash": "89dfc4896d08968d6c4224d75487cda0",
"timestamp": "",
"source": "github",
"line_count": 12,
"max_line_length": 78,
"avg_line_length": 52.416666666666664,
"alnum_prop": 0.6756756756756757,
"repo_name": "mohamedaliff/dpapps",
"id": "a9d3bfafbfd2f0dd7e6acf7af33043e25b75044a",
"size": "... |
'use strict';
exports.hostname = process.env.hostname || 'localhost';
exports.port = process.env.PORT || 3000;
exports.mongodb = {
uri: process.env.MONGOLAB_URI || process.env.MONGOHQ_URL || '{{MONGO_URI}}'
};
exports.companyName = 'Tuition';
exports.projectName = 'Tuition';
exports.systemEmail = '{{ADMIN_EMAIL}}';
... | {
"content_hash": "0d3815f0342a748a36e98903a55703c9",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 77,
"avg_line_length": 28.38888888888889,
"alnum_prop": 0.639269406392694,
"repo_name": "vikassatpute/tuition",
"id": "516c10d4a0ab0dbc8f678636f40e3685411df96a",
"size": "1... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Ver... | {
"content_hash": "f594729a0c820e65f2f24ffcf2d1aaec",
"timestamp": "",
"source": "github",
"line_count": 33,
"max_line_length": 204,
"avg_line_length": 43.21212121212121,
"alnum_prop": 0.741234221598878,
"repo_name": "amitkabraiiit/bigtop",
"id": "efa7dd69990541bfec3eb70a39a56f479c2897ed",
"size": "... |
/**
* When applied to an array, this constraint allows you to apply a collection of constraints to each element of the array.
*
* @author Alexey Bob <alexey.bob@gmail.com>
*/
'use strict';
//import Validator from './AbstractValidator';
var Validator = require('./AbstractValidator');
//import ObjectExecutionContex... | {
"content_hash": "687ef97b85d97380a3b2ff78771b9051",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 122,
"avg_line_length": 35.55769230769231,
"alnum_prop": 0.5703082747431044,
"repo_name": "alexeybob/bob-validator",
"id": "7df339f626b1952fa7d9ddf169e30e481d243f97",
"siz... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>equations: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.c... | {
"content_hash": "0cd1f3c64e58ab7e844f205bd1a031d3",
"timestamp": "",
"source": "github",
"line_count": 179,
"max_line_length": 159,
"avg_line_length": 41.29608938547486,
"alnum_prop": 0.5564123376623377,
"repo_name": "coq-bench/coq-bench.github.io",
"id": "ae2a36221c47a90e47f8ee150fde8e5df81fbe04",
... |
"""Utils for flow related tasks."""
import logging
def GetUserInfo(client, user):
"""Get a User protobuf for a specific user.
Args:
client: A VFSGRRClient object.
user: Username as string. May contain domain like DOMAIN\\user.
Returns:
A User rdfvalue or None
"""
if "\\" in user:
domain, u... | {
"content_hash": "4bcf21c929d5700afb5964a707535621",
"timestamp": "",
"source": "github",
"line_count": 82,
"max_line_length": 80,
"avg_line_length": 30.682926829268293,
"alnum_prop": 0.6434817170111288,
"repo_name": "spnow/grr",
"id": "3be2d2f394af038abe284dec7e466c0d15003b2f",
"size": "2538",
"... |
<?php
/*
Remove Query Strings From Static Resources
*/
function _remove_query_strings_1( $src ){
$rqs = explode( '?ver', $src );
return $rqs[0];
}
if ( is_admin() ) {
// Remove query strings from static resources disabled in admin
} else {
add_filter( 'script_loader_src', '_remove_query_strings_1', 15, 1 );... | {
"content_hash": "cb4e0bb711a399c0de85baace6f62800",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 70,
"avg_line_length": 26.071428571428573,
"alnum_prop": 0.6356164383561644,
"repo_name": "bbozhev/it-ninja-theme-wordpress",
"id": "fe881b783b9e5af4c368b979d1d4badaa15db7f3"... |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId... | {
"content_hash": "55f05c09cdb230320162f9bb4df6938a",
"timestamp": "",
"source": "github",
"line_count": 38,
"max_line_length": 105,
"avg_line_length": 33.078947368421055,
"alnum_prop": 0.588703261734288,
"repo_name": "org-metaeffekt/metaeffekt-core",
"id": "818c030d6a293f4e4afd886abf637c27812f5cba",
... |
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Xna.Framework;
namespace ZombieSmashers.map
{
public class MapScriptLine
{
public MapCommands Command;
public int IParam;
public Vector2 VParam;
public String[] SParam;
publ... | {
"content_hash": "690eb275b0cdfbaf8bf0131dce36a526",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 69,
"avg_line_length": 35.73148148148148,
"alnum_prop": 0.42472143042238925,
"repo_name": "o3a/ZombieSmashersXNA4",
"id": "bffd433c16d1468570a9dc63760deb1c36432e31",
"size... |
from flask.ext.testing import TestCase
from flask.ext.fillin import FormWrapper
from . import UserSessionTestCase
from dexter.models import Document, db
from tests.fixtures import dbfixture, DocumentData, UserData
class TestEditArticleAnalysis(UserSessionTestCase):
def setUp(self):
super(TestEditArticleA... | {
"content_hash": "3ee887d5c0b021c24d330704a6b0d282",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 91,
"avg_line_length": 31.97222222222222,
"alnum_prop": 0.6741963509991312,
"repo_name": "Code4SA/mma-dexter",
"id": "d6e2f40ca472f5cbd105d0b34f3255fdc57da968",
"size": "11... |
require 'simplecov' and SimpleCov.start do
add_filter "spec/"
add_filter "lib/mojito/utils/rspec.rb"
end
require 'mojito'
require 'mojito/utils/rspec'
describe Mojito::Controllers::Runtime::Methods do
subject do
Mojito::C.runtime_controller Mojito::R::Content, Mojito::Controllers::Runtime::Methods do
on GET(... | {
"content_hash": "fce16aa905e8898a7cd9c329a5022861",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 91,
"avg_line_length": 32.357142857142854,
"alnum_prop": 0.6501103752759382,
"repo_name": "mtrense/mojito",
"id": "664d60bd24fe20a14851ba8d12e09d65e4256898",
"size": "924",... |
/*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
package org.ligoj.bootstrap.core.resource.handler;
import org.apache.cxf.message.Message;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
/**
* Test class of {@link CaseInsensitiveEnumInterceptor}
*/
class CaseInsensiti... | {
"content_hash": "eeada5716d6588f48b0b9732492ff6fa",
"timestamp": "",
"source": "github",
"line_count": 21,
"max_line_length": 78,
"avg_line_length": 27.333333333333332,
"alnum_prop": 0.7578397212543554,
"repo_name": "ligoj/bootstrap",
"id": "eb21a86a3eb173090d7b1b9af5082ac6942af343",
"size": "574"... |
<?php
namespace Etsy;
class Listing extends EtsyBase {
function findAllShopListingsActive($params) {
if(!isset($params['shop_id'])) {
die();
}
$resource_uri = '/shops/' . $params['shop_id'] . '/listings/active';
//Not needed in the Query String
unset($params['shop_id']);
$params = http_build_query... | {
"content_hash": "44ad2eb5d116aa4383858e64d5e764dc",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 70,
"avg_line_length": 16.36,
"alnum_prop": 0.6356968215158925,
"repo_name": "phikai/etsy-php-wrapper",
"id": "fb83abadb044ebe8472f565845c46159eeadb198",
"size": "409",
"... |
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- 柱状图颜色属性 -->
<integer-array name="histogram_color" >
<item>@android:color/darker_gray</item>
<item>@android:color/holo_red_dark</item>
<item>@android:color/holo_green_dark</item>
<item>@android:color/holo_orange_dark</item>
... | {
"content_hash": "d40e04712d70380137808a36fcd5faf8",
"timestamp": "",
"source": "github",
"line_count": 25,
"max_line_length": 52,
"avg_line_length": 39.88,
"alnum_prop": 0.6148445336008024,
"repo_name": "z4321548/zqxchart",
"id": "5b63420bcc3f03a9880060ce8a2a7509105e6b77",
"size": "1025",
"binar... |
with customer_total_return as
(select wr_returning_customer_sk as ctr_customer_sk
,ca_state as ctr_state,
sum(wr_return_amt) as ctr_total_return
from web_returns
,date_dim
,customer_address
where wr_returned_date_sk = d_date_sk
and d_year =2002
and wr_returning_addr_sk = ca_address_sk
g... | {
"content_hash": "11ece13b4c580ab05415a1bfbaa55f32",
"timestamp": "",
"source": "github",
"line_count": 30,
"max_line_length": 97,
"avg_line_length": 41.53333333333333,
"alnum_prop": 0.6765650080256822,
"repo_name": "zdata-inc/oss-greenplum-tpcds",
"id": "1057157ed5de730d8cb2cafb8dced1f564bf48a9",
... |
package org.orienteer.architect.event;
import org.apache.http.util.Args;
import org.apache.wicket.ajax.AjaxRequestTarget;
import org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow;
import java.io.Serializable;
/**
* Abstract event for modal window
*/
public abstract class AbstractModalWindowEvent impl... | {
"content_hash": "6eea6b98de217124584aa3c0c828b342",
"timestamp": "",
"source": "github",
"line_count": 22,
"max_line_length": 72,
"avg_line_length": 26.90909090909091,
"alnum_prop": 0.768581081081081,
"repo_name": "WeaxMe/Orienteer",
"id": "2859fc8f48905828f478b25563bc8211e00cfd0b",
"size": "592",... |
<!-- Category Layout Start -->
<!DOCTYPE html>
<html lang="en">
<!-- HEAD Start -->
<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="description" content="Blog of Dhruv Shah, blogging m... | {
"content_hash": "3e32b6afdd2fb0c8e2a1e29256081bd2",
"timestamp": "",
"source": "github",
"line_count": 267,
"max_line_length": 335,
"avg_line_length": 26.269662921348313,
"alnum_prop": 0.5808383233532934,
"repo_name": "PrieureDeSion/PrieureDeSion.github.io",
"id": "49b556f6d8885f1e19b5817e5f03dedb87... |
import sys
import os
import io
from jinja2 import Environment, FileSystemLoader, FunctionLoader
import urllib
import base64
import copy
import gc
import numpy as np
import pandas as pd
import matplotlib as mpl
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
import seaborn as sns
import scipy.stats as ... | {
"content_hash": "bc9b34404d042c91a004496aa293e169",
"timestamp": "",
"source": "github",
"line_count": 417,
"max_line_length": 100,
"avg_line_length": 35.249400479616305,
"alnum_prop": 0.5841894006394993,
"repo_name": "lucashtnguyen/wqreports",
"id": "9c86912c527a9860dd5546b9c566dcc4e0a677f5",
"si... |
FROM balenalib/jetson-tx1-ubuntu:focal-build
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
ca-certificates \
\
# .NET Core dependencies
libc6 \
libgcc1 \
libgssapi-krb5-2 \
libicu66 \
libssl1.1 \
... | {
"content_hash": "6dd774d4136367acd5088bf4620c0a09",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 680,
"avg_line_length": 56.142857142857146,
"alnum_prop": 0.7146946564885496,
"repo_name": "resin-io-library/base-images",
"id": "7be5dddc3715a37e6dab64aacf25853f4f2c32d2",
... |
import { Ng2cliPage } from './app.po';
describe('ng2cli App', () => {
let page: Ng2cliPage;
beforeEach(() => {
page = new Ng2cliPage();
});
it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('app works!');
});
});
| {
"content_hash": "42545dc4dcaee078812f9b0907f95d25",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 58,
"avg_line_length": 21.5,
"alnum_prop": 0.5880398671096345,
"repo_name": "yurlovm/asp.net_4.6_angular_webpack",
"id": "23aef3fc84b0e64e009e3beb0c3875d98e6df65c",
"size":... |
module Squall
# Handles IP assignments for virtual machines
class IpAddressJoin < Base
# Public: List IP address assignments for a virtual machine.
#
# virtual_machine_id - Virtual machine ID to lookup
#
# Returns an Array.
def list(virtual_machine_id)
response = request(:get, "/virtua... | {
"content_hash": "10ff7f4a00309d515597cb39b0e4740e",
"timestamp": "",
"source": "github",
"line_count": 37,
"max_line_length": 117,
"avg_line_length": 37.486486486486484,
"alnum_prop": 0.6308579668348955,
"repo_name": "webinabox/squall",
"id": "824f103d8bf794bdf6e15915111cefdf24b70912",
"size": "13... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... | {
"content_hash": "52e4ac7c0267f4e6e0ae8712d0d62095",
"timestamp": "",
"source": "github",
"line_count": 209,
"max_line_length": 297,
"avg_line_length": 43.942583732057415,
"alnum_prop": 0.5099085365853658,
"repo_name": "dcarda/aba.route.validator",
"id": "b5248bc6fa01102dde541f70d146ab93cc2d99cc",
... |
package com.tomkasp.common.web.rest;
import com.tomkasp.FitappApp;
import com.tomkasp.common.domain.Authority;
import com.tomkasp.common.domain.User;
import com.tomkasp.common.repository.AuthorityRepository;
import com.tomkasp.common.repository.UserRepository;
import com.tomkasp.common.security.AuthoritiesConstants;
i... | {
"content_hash": "7aca5932d8b3ef0bf2dee3b32052d1d8",
"timestamp": "",
"source": "github",
"line_count": 396,
"max_line_length": 211,
"avg_line_length": 40.916666666666664,
"alnum_prop": 0.5723631426279084,
"repo_name": "tomkasp/fitapp",
"id": "6f315e6607f3259f3975f21cbe1093d9b6a26e6d",
"size": "162... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.