text
stringlengths
2
1.04M
meta
dict
<?xml version="1.0" ?><!DOCTYPE TS><TS language="uk" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="14"/> <source>About Negativity</source> <translation>Про Negativity</translation> </m...
{ "content_hash": "7df0182268ca0bb219d07e8602f15e90", "timestamp": "", "source": "github", "line_count": 2013, "max_line_length": 434, "avg_line_length": 44.24093392945852, "alnum_prop": 0.650628249323467, "repo_name": "linuxmahara/Negativity5-1", "id": "51f4b724b93539e9ce448a6435ee4e0735114611", "s...
**Problem**: We love to talk, we are social animals. The problem is that due to lack of trust and/or communication skills, fear, variety and sensitivity of specific topics and other reasons we are unaware of possible situations to have purposeful connection, even with the closest people surrounding us. **Solution**...
{ "content_hash": "c5ff7204f186d254075e184d7fa7c721", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 93, "avg_line_length": 57.10526315789474, "alnum_prop": 0.7963133640552995, "repo_name": "clingonline/clingonline.github.io", "id": "0ad9f4dc01ca711c7b9901d323c072c86444ac4e"...
.GetTypeInfo().IsPublic. ### Affected APIs * `P:System.Type.IsPublic`
{ "content_hash": "5e4e85b83efea928ad457e7aa3878217", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 26, "avg_line_length": 17.75, "alnum_prop": 0.704225352112676, "repo_name": "twsouthwick/dotnet-apiport", "id": "02eeeb8ebc5df3e754793bda2b196f3924c19448", "size": "94", "...
import {SignalRef} from 'vega'; import {Field} from '../src/channeldef'; import {buildModel} from '../src/compile/buildmodel'; import {ConcatModel} from '../src/compile/concat'; import {FacetModel} from '../src/compile/facet'; import {LayerModel} from '../src/compile/layer'; import {Model} from '../src/compile/model'; ...
{ "content_hash": "f4d65f6030f314f8da3a05666f3805c2", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 111, "avg_line_length": 32.76106194690266, "alnum_prop": 0.7525661804430038, "repo_name": "vega/vega-lite", "id": "884c3aa8bc748016d8fc5c5f3f8eac47ff8a2782", "size": "3702...
from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('delivery', '0074_auto_20160818_2211'), ] operations = [ migrations.AlterField( model_name='message', name='subject', ...
{ "content_hash": "b0f67f8f6a0371383db52520f8827b98", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 174, "avg_line_length": 32.56521739130435, "alnum_prop": 0.6275033377837116, "repo_name": "AlexStarov/Shop", "id": "bb64aba2dc2b4b0fe7713268f8fab7a1e0d70b65", "size": "773"...
<?php function _trim($str, $charlist = null) { if ($charlist === null) return trim($str); return UTF8::ltrim(UTF8::rtrim($str, $charlist), $charlist); }
{ "content_hash": "40197b1076cdd883ffdb8bd2b3a32fa2", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 64, "avg_line_length": 17.2, "alnum_prop": 0.5813953488372093, "repo_name": "kilofox/bootphp", "id": "470593048fee6f0bd836642155d6b21e361ec1c4", "size": "393", "binary": ...
<?php namespace Drupal\family_organization_permissions\Plugin\Menu; use Drupal\Core\Menu\MenuLinkDefault; class FamilyOrganizationLinkContent extends MenuLinkDefault { }
{ "content_hash": "747cf8b5561606d74f1079d304ccbddf", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 61, "avg_line_length": 21.625, "alnum_prop": 0.838150289017341, "repo_name": "plainlychrist/site-buildbarbuda", "id": "7d12a65703f2217904156c9b1e05ff0ca1889e41", "size": "17...
using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Threading; using System.Threading.Tasks; using Gherkin.Ast; using SpecFlow.xUnitAdapter.SpecFlowPlugin.Runners; using Xunit; using Xunit.Abstractions; using Xunit.Sdk; namespace SpecFlow.xUnitAdapter.SpecFlowPlugi...
{ "content_hash": "75f7810e0d0fc81114d525a8adf2435c", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 221, "avg_line_length": 46.849557522123895, "alnum_prop": 0.668870419342652, "repo_name": "gasparnagy/SpecFlow.xUnitAdapter", "id": "0fce7333d0505278ee0fbbd1a6dbcb53b350f4b2...
export function validateBoard(board) { for (let row = 0; row < 9; row++) { for (let col = 0; col < 9; col++) { if (board[row][col] !== 0 && !validateCell(row, col, board)) { return false; } } } return true; } export function validateCell(row, col, boa...
{ "content_hash": "b5537f566b680a032e716ef5206b8f69", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 93, "avg_line_length": 28.385964912280702, "alnum_prop": 0.5642768850432633, "repo_name": "JPStrydom/Sudoku-AI", "id": "2a7a9fca46b37fc4bf1c0446a1db9a28e062d3ab", "size": "...
package org.hibernate.validator.metadata.aggregated; import java.lang.annotation.Annotation; import java.util.Set; import org.hibernate.validator.metadata.core.ConstraintHelper; import org.hibernate.validator.metadata.core.ConstraintOrigin; import org.hibernate.validator.metadata.core.MetaConstraint; import org.hibe...
{ "content_hash": "730fe5aad1312308d040bddad99f3b31", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 111, "avg_line_length": 34.70992366412214, "alnum_prop": 0.7475258412139872, "repo_name": "gastaldi/hibernate-validator", "id": "5ed63fc0f83edc2725f78f1962249fc1dba45ae7", ...
package com.ericharlow.DragNDrop; import android.content.Context; import android.graphics.Bitmap; import android.graphics.PixelFormat; import android.util.AttributeSet; import android.view.GestureDetector; import android.view.Gravity; import android.view.MotionEvent; import android.view.View; import andr...
{ "content_hash": "2e7f40f8d3a98339968d140c14f649a8", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 119, "avg_line_length": 33.12290502793296, "alnum_prop": 0.6493506493506493, "repo_name": "ryosua/SpeechWriter", "id": "931969107646062c90c65cbfe021e631a88dba5a", "size": ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Person Listeners</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">...
{ "content_hash": "e82f35466e0a70fe6ecc0fc94bda31a2", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 108, "avg_line_length": 26.608, "alnum_prop": 0.6250751653638004, "repo_name": "jboss-developer/jboss-jdg-quickstarts", "id": "0f4cbbf25ab553a162d4c1b3bcc81e3a83806269", "...
function main_feature(G,pid, sid,INDIR,OUTDIR,MODEL) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Copyright 2014 University of Memphis % % Licensed under the Apache License, Version 2.0 (the "License"); % you may not use this file except in compliance with the License. % You may...
{ "content_hash": "10938109aefc45a5ca805b7e47c43f67", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 87, "avg_line_length": 36.58571428571429, "alnum_prop": 0.6739554861382272, "repo_name": "MD2Korg/memphis-dataprocessingframework", "id": "3f42d15e4f7dd91052f884bee2756d41a9f...
package com.thoughtworks.go.util; import com.thoughtworks.go.agent.ServerUrlGenerator; import com.thoughtworks.go.domain.JobIdentifier; import org.springframework.stereotype.Component; import java.net.URI; import java.net.URISyntaxException; import static java.lang.String.format; @Component public class URLServic...
{ "content_hash": "093951f53db590dc065c8ab7abe36e5a", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 175, "avg_line_length": 33.61946902654867, "alnum_prop": 0.6635956830744932, "repo_name": "VibyJocke/gocd", "id": "7a35ec79a46b08e4c52e08741ac03af6ad8a4b8e", "size": "4545...
package cloudesl //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 //dist...
{ "content_hash": "f303e6cbc28cb3f603b1b1419f90213d", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 156, "avg_line_length": 39.12068965517241, "alnum_prop": 0.7238871749669458, "repo_name": "aliyun/alibaba-cloud-sdk-go", "id": "283177effc07b6fc0a69b2586333830967d8f368", ...
package com.ghstudios.android.ui.detail; import android.annotation.SuppressLint; import android.graphics.drawable.Drawable; import android.support.v4.app.ListFragment; import android.support.v4.app.LoaderManager.LoaderCallbacks; import android.content.Context; import android.database.Cursor; import android.os.Bundle; ...
{ "content_hash": "8fef54176d925b2479aa3c0f160b8b6c", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 82, "avg_line_length": 36.086021505376344, "alnum_prop": 0.6527115613825983, "repo_name": "jaysonthepirate/MHGenDatabase", "id": "742b2d2182de07e435bdde9478a02d4cfb1a2a2d", ...
/* */ import java.rmi.*; import java.rmi.server.*; import java.rmi.registry.*; public class HelloImpl extends UnicastRemoteObject implements Hello { public static boolean clientCalledSuccessfully = false; public HelloImpl() throws RemoteException { super(0); } public synchronized...
{ "content_hash": "b7690da0fd7a086d880816fa76ebe87c", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 75, "avg_line_length": 29.666666666666668, "alnum_prop": 0.5858747993579454, "repo_name": "rokn/Count_Words_2015", "id": "17cc832fcf9e31470d65084345771eb06a87051b", "size":...
'use strict'; /** * Module dependencies. */ var should = require('should'), mongoose = require('mongoose'), User = mongoose.model('User'), FabricSaleRegister = mongoose.model('FabricSaleRegister'); /** * Globals */ var user, fabricSaleRegister; /** * Unit tests */ describe('Fabric sale register Model Unit T...
{ "content_hash": "29864b3e9d4ffd4b11bb031d9339b5cf", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 87, "avg_line_length": 19.484375, "alnum_prop": 0.6343223736968725, "repo_name": "niranjan21/skt", "id": "6e12c79b388d9ae2e343682f6f7532b185c57c3a", "size": "1247", "bina...
import React, {Component} from 'react'; import { connect } from 'react-redux'; import { Field, reduxForm } from 'redux-form'; import { Link } from 'react-router-dom'; import { registerUser } from './actions' import { toast } from 'react-toastify'; class Register extends Component { constructor(props){ super(prop...
{ "content_hash": "d6852f95a76c719f92ad78c0b39a1b58", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 122, "avg_line_length": 30.06451612903226, "alnum_prop": 0.5221030042918455, "repo_name": "LawynnJana/weneedanidea", "id": "12e072675535fb201483d4cd251fa8e9a60d739c", "siz...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "7918d963305d01f9d41567fdc697da32", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "4599ebb8c3ca8579fdf0039234064499bfef5943", "size": "191...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace Microsoft.Azure.Batch.Blast.Databases { public enum DatabaseState { ImportingNotStarted, ImportingWaitingForResources, ...
{ "content_hash": "381e764203fe751647e2d9349263c2b7", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 95, "avg_line_length": 28.571428571428573, "alnum_prop": 0.6775, "repo_name": "djolent/WebApp", "id": "f53bb9f0f3fbec71dec4751070e32c5c6efba3a6", "size": "402", "binary":...
using System; using System.Collections; namespace Composite { class MainApp { static void Main() { Composite root = new Composite("root"); root.Add(new Leaf("Leaf A")); root.Add(new Leaf("Leaf B")); Composite comp = new Composite("Composite X");...
{ "content_hash": "61e56d6d34ca1a80efc2981ace3c1195", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 58, "avg_line_length": 22, "alnum_prop": 0.4803030303030303, "repo_name": "DJBuro/Telerik", "id": "c2dbd042e35cd25200f6850217e1fa9c64883215", "size": "662", "binary": fal...
<?php /** * WordPress Export Administration API * * @package WordPress * @subpackage Administration */ /** * Version number for the export format. * * Bump this when something changes that might affect compatibility. * * @since 2.5.0 */ define( 'WXR_VERSION', '1.2' ); /** * Generates the WXR export file f...
{ "content_hash": "977103776a7b9cb5df490373f6accb8a", "timestamp": "", "source": "github", "line_count": 670, "max_line_length": 196, "avg_line_length": 35.23880597014925, "alnum_prop": 0.5892842016094875, "repo_name": "mandino/www.bloggingshakespeare.com", "id": "057e59f3ddf9ff991e8955b45a6cafe73fa6b...
// log use (of browser) var loguse = angular.module('mpm-loguse', ['MuziVisual.socket']); // note: needs uuid.js //socket.io wrapper, exposes on() and emit() loguse.factory('mpmLoguse', ['socket', 'clientid', '$interval', function (socket, clientid, $interval) { console.log('mpmLoguse '+clientid); socket.emit('logu...
{ "content_hash": "e8004a88f4a167ac15e073fd4716698e", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 157, "avg_line_length": 32.604790419161674, "alnum_prop": 0.6185491276400368, "repo_name": "littlebugivy/muzivisual", "id": "41d87864a1a2fbe03193dbae3a1d8862ba0301aa", "si...
namespace jxl { JxlBoxContentDecoder::JxlBoxContentDecoder() {} JxlBoxContentDecoder::~JxlBoxContentDecoder() { if (brotli_dec) { BrotliDecoderDestroyInstance(brotli_dec); } } void JxlBoxContentDecoder::StartBox(bool brob_decode, bool box_until_eof, size_t contents_size) {...
{ "content_hash": "ccc2fb3a205e69e497516194411202d4", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 79, "avg_line_length": 30.98913043478261, "alnum_prop": 0.5906699403717993, "repo_name": "libjxl/libjxl", "id": "c4cba3a31aee7abe8bf837a26cffe04693f95e07", "size": "3101", ...
/*! * Bootstrap v2.3.2 */ .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { ...
{ "content_hash": "987f50b29a4df909a99416fefd9bad57", "timestamp": "", "source": "github", "line_count": 6990, "max_line_length": 248, "avg_line_length": 22.450786838340488, "alnum_prop": 0.6621317649157911, "repo_name": "OBHITA/PROCenter", "id": "dd37dd8864062ced7417c12eae0f3ad4de0737e5", "size": "...
@interface WGClientServiceCenterViewController : WGViewController @end
{ "content_hash": "a85f5475d117ce2a22dad1ce68a52518", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 65, "avg_line_length": 24, "alnum_prop": 0.875, "repo_name": "mumabinggan/WeygoIPhone", "id": "927f09c74e1f02b2205eeb5bfe9485871bf7559f", "size": "260", "binary": false, ...
using System; namespace BME.MIT.SETTE.Objects.Dependencies { /** * The object type used by the code snippets O1-O4. */ //@SetteDependency public class SimpleObject { protected int result = 0; protected int operationCount = 0; public virtual void addAbs(int x) ...
{ "content_hash": "f17b49d496ba2c1d035accdbdaeb8062", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 55, "avg_line_length": 17.782608695652176, "alnum_prop": 0.44376528117359415, "repo_name": "SETTE-Testing/sette-snippets", "id": "944d288090e17f83a04c2354a2b74a05ebf82525", ...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Helvella sulcata var. gracilior Grelet ### Remarks null
{ "content_hash": "24c9cd5e91f24c0ee2009c4692d9d609", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 38, "avg_line_length": 11, "alnum_prop": 0.7202797202797203, "repo_name": "mdoering/backbone", "id": "3e952194c57852471eae7c29ee28991aa27a7fd3", "size": "205", "binary": ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reglang: 1 m 20 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel=...
{ "content_hash": "56f72c9bf9466d29e4bc83d241bf27cc", "timestamp": "", "source": "github", "line_count": 209, "max_line_length": 159, "avg_line_length": 54.10526315789474, "alnum_prop": 0.5824195259992926, "repo_name": "coq-bench/coq-bench.github.io", "id": "be70f7d447db102daead6ca587ca31d956e04ae1", ...
<!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_144) on Wed Jan 24 19:09:06 CST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.cyc.sessi...
{ "content_hash": "d9fa06e5298cff94c11dc930c4ab70d7", "timestamp": "", "source": "github", "line_count": 277, "max_line_length": 455, "avg_line_length": 63.3826714801444, "alnum_prop": 0.6871333371304893, "repo_name": "cycorp/cycorp.github.io", "id": "0cfa3eb1aa01fb62cec9dfd985bfbb93969c472d", "size...
/*************************************************************************/ /* line_edit.h */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "content_hash": "ddcd99862e9740a7cf1b20ee450ef597", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 79, "avg_line_length": 27.201058201058203, "alnum_prop": 0.5944368799844388, "repo_name": "rollenrolm/godot", "id": "47d5706bbeb51f03ba41ef693b8c1ae8d880f4a1", "size": "51...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef nsHyphenator_h__ #define n...
{ "content_hash": "a68b3ef28fd2ef7f5803aae46cca1873", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 79, "avg_line_length": 22.333333333333332, "alnum_prop": 0.6811397557666214, "repo_name": "andrasigneczi/TravelOptimizer", "id": "37b5613da945b06588bf7ae4ad740ee2f1d45b4b", ...
const webpack = require('webpack'); module.exports = { entry: './src/Affix.js', module: { rules: [{ test: /\.js$/, exclude: /(node_modules)/, use: { loader: 'babel-loader', options: { compact: false, presets: ['babel-preset-es2015'] } } }] }, output: { library: 'metal', li...
{ "content_hash": "f6fa9730d694d36f0e580c669eae47da", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 50, "avg_line_length": 17.423076923076923, "alnum_prop": 0.5827814569536424, "repo_name": "metal/metal-affix", "id": "f3b7baf9ffd81295dd7f23ce85055dcbe4bef86e", "size": "45...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _defineProperty2 = require('babel-runtime/helpers/defineProperty'); var _defineProperty3 = _interopRequireDefault(_defineProperty2); var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); var _classCallCheck3 = _int...
{ "content_hash": "b4e839ac35d756da2f8d05168ab4fa15", "timestamp": "", "source": "github", "line_count": 208, "max_line_length": 457, "avg_line_length": 31.283653846153847, "alnum_prop": 0.5921315506377747, "repo_name": "RisenEsports/RisenEsports.github.io", "id": "6089f940040665ffe574a4bf77bc21250ace...
package jdepend.model.component.modelconf; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter; import java.util.LinkedHashMap; import java.util.Map; import javax.xml.parsers.DocumentBu...
{ "content_hash": "ffbac74bf284d79bce07e7f479e9ba2d", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 115, "avg_line_length": 32.30978260869565, "alnum_prop": 0.7194280908326325, "repo_name": "jdepend/cooper", "id": "6f88b2698be6c1acab353d706e88cf90313aa6c3", "size": "6057...
@interface PositionStreamHandler() @property (strong, nonatomic, nonnull) GeolocationHandler *geolocationHandler; @end @implementation PositionStreamHandler { FlutterEventSink _eventSink; } - (id) initWithGeolocationHandler: (GeolocationHandler * _Nonnull)geolocationHandler { self = [super init]; if (!self) { ...
{ "content_hash": "16caf3dbd939a4f977eccaed530e539f", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 156, "avg_line_length": 43.075949367088604, "alnum_prop": 0.6796943873053188, "repo_name": "Baseflow/flutter-geolocator", "id": "1326ea142b7241d5a5d7ef3c8a5f9880717abc2b", ...
from copy import deepcopy from typing import Optional from plenum.common.constants import TXN_TYPE from common.error import error from plenum.common.exceptions import NoAuthenticatorFound from plenum.common.types import OPERATION, f from plenum.server.client_authn import ClientAuthNr class ReqAuthenticator: """ ...
{ "content_hash": "e16b33469f3f1521225b0c4b3c533d4e", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 79, "avg_line_length": 36.791666666666664, "alnum_prop": 0.6383540958852397, "repo_name": "evernym/plenum", "id": "72f84b5e2df7a67a4a4544f0604ea9e9ad6c9ddc", "size": "2649"...
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta chars...
{ "content_hash": "00d20d1fbcd7ea8c757751760bedec7d", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 184, "avg_line_length": 40.37623762376238, "alnum_prop": 0.5262383521333988, "repo_name": "andyyou/learn-canvas", "id": "cb67773db94aac86988fe9ce1304e6e12186bf71", "size":...
using Abp.Application.Features; using Abp.Domain.Repositories; using Abp.Domain.Uow; using Abp.MultiTenancy; using Abp.Runtime.Caching; using AbpODataDemo.Authorization.Users; using AbpODataDemo.MultiTenancy; namespace AbpODataDemo.Features { public class FeatureValueStore : AbpFeatureValueStore<Tenant, User> ...
{ "content_hash": "0526303ca8ca43a8ed31503ee97fdbd1", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 79, "avg_line_length": 32.7, "alnum_prop": 0.6483180428134556, "repo_name": "aspnetboilerplate/sample-odata", "id": "8c3071cf31ea508f1fadc8b28c39ab45b8efb6f2", "size": "981...
package com.example.hotpot; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.AdapterView; import android.widget.AdapterView.OnItemSelectedListener; import android.widget.Button; import android...
{ "content_hash": "35b1b132ef384c59e46b405e89c69645", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 63, "avg_line_length": 20.905405405405407, "alnum_prop": 0.6987718164188752, "repo_name": "genciii/Android", "id": "3460a7e92eb067df32e99fabd9a88cd542326016", "size": "1547...
/* * class called by ej.lop * lucky me, this is automatically generated :-) * */ package ej; /** * ListAtodb: * interface used to perform ListAtodb math operation * @author jourdan * @version $Revision: 1.3 $ * @see ej.lop */ public class ListAtodb implements ListOperator { /** * perform the ListAtodb m...
{ "content_hash": "3ccac358e38d99ba52bae043e3828d43", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 64, "avg_line_length": 22.92063492063492, "alnum_prop": 0.6301939058171745, "repo_name": "emmanueljourdan/ejies", "id": "b47db452ca752a2f5ffead4b88e7af2479631caa", "size": ...
require('./candidate');
{ "content_hash": "549eaa5f958b3f5a20f142e5eabead23", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 23, "avg_line_length": 24, "alnum_prop": 0.6666666666666666, "repo_name": "hanjo77/help-me", "id": "fc673e774548bc86b4f1f289e35428a2ad259787", "size": "24", "binary": fals...
<?php namespace backend\modules\masters\controllers; use Yii; use common\models\StageCategorys; use common\models\StageCategorysSearch; use yii\web\Controller; use yii\web\NotFoundHttpException; use yii\filters\VerbFilter; /** * StageCategorysController implements the CRUD actions for StageCategorys model. */ clas...
{ "content_hash": "994046a6a0f8572e02b9134ed93d04f0", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 125, "avg_line_length": 33.25396825396825, "alnum_prop": 0.46467780429594274, "repo_name": "jithinazryah/emperor", "id": "c6d7c9f171d1d1d04deed49c8e331627813ce455", "size"...
Railscasts::Application.configure do # Settings specified here will take precedence over those in config/application.rb # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that # your test database is "scratch space" for the te...
{ "content_hash": "9f30207ff332a8c2eb382bcebe83e8aa", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 85, "avg_line_length": 43, "alnum_prop": 0.7617850408548082, "repo_name": "lym/railscasts", "id": "9500b3d78ebd3163f344b414ca751d476aaa5c40", "size": "1591", "binary": fa...
package org.owasp.dependencycheck.analyzer; import org.owasp.dependencycheck.Engine; import org.owasp.dependencycheck.analyzer.exception.AnalysisException; import org.owasp.dependencycheck.data.nuget.NugetPackage; import org.owasp.dependencycheck.data.nuget.NuspecParseException; import org.owasp.dependencycheck.data....
{ "content_hash": "d6aefb849a16673bba2bafc3e74a888b", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 121, "avg_line_length": 33.14705882352941, "alnum_prop": 0.6763531499556344, "repo_name": "stevespringett/DependencyCheck", "id": "1aefe1129d273156380c8867f346afd2bf1e1fe4",...
package ru.job4j.array; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Test. * * @author Vitaly Zubov (mailto:Zubov.VP@yandex.ru). * @version $Id$ * @since 0.1 */ public class AdditionArraysTest { /** * Test add. */ @Test public void whenFirstArrayp...
{ "content_hash": "ebbdbf7207580f743bb4d03622c3e613", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 58, "avg_line_length": 21.77777777777778, "alnum_prop": 0.6666666666666666, "repo_name": "ZubovVP/ZubovVP", "id": "04e14ea12160be6aa8f9cb7daa653b52c2f79aa5", "size": "588",...
// Copyright 2017 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
{ "content_hash": "4d84c9fba8074f99d74b9c88ceb99adc", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 103, "avg_line_length": 41.72, "alnum_prop": 0.6893576222435283, "repo_name": "jskeet/google-cloud-dotnet", "id": "38fa5a52a9028a2a0f1f82f74e9c32cd470641ff", "size": "2089"...
using System; using System.Runtime.Serialization; namespace Microsoft.IdentityModel.Tokens.Saml { /// <summary> /// This exception is thrown when a security is missing an ExpirationTime. /// </summary> [Serializable] public class SamlSecurityTokenException : SecurityTokenException { ///...
{ "content_hash": "f4a984c9cf390bd06e70d2cf1967f91a", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 123, "avg_line_length": 42.355555555555554, "alnum_prop": 0.6453305351521511, "repo_name": "AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet", "id": "14e3352...
package Graficos; import java.awt.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import javax.swing.*; import Jogo.Jogador; /** * Batalha Naval (Projeto GeracaoTec) v1.0 - Versao 2.2 de Interface Grafica * Classe: telaPlayer * Essa classe eh responsavel pela Tela do Jogador, apresenta tod...
{ "content_hash": "15973c7be5eee87492b49cfdd3c4ddad", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 81, "avg_line_length": 28.47970479704797, "alnum_prop": 0.7282974863954392, "repo_name": "carlosedusousa/curso-java-fonts", "id": "8cc1dadc212a2c95be8a2b0266234001e3bf52bc",...
title: Two Short Papers from AAAI Fall Symposia Series Now Available date: 2018-10-07 18:35 -0500 type: blog categories: news ut published: true --- We put down some of our thoughts after more than a year of thinking about RoboCup@Home. {% cite_details jiang2018fss --text LAAIR %} gives the outline of how we've put to...
{ "content_hash": "22959fbe67119d6371bbecb49b4e9fb0", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 563, "avg_line_length": 89.125, "alnum_prop": 0.8008415147265077, "repo_name": "nickswalker/nickwalker.us", "id": "23054d4cda8788106e1dcad6df08da8978f82a41", "size": "717", ...
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../displayToc.js"></script> <script language="JavaScript" src="../tocParas.js"></script> <script language="JavaScript" src="../tocTab.js"...
{ "content_hash": "6245af1913ff760a5cdd11e187e0735d", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 313, "avg_line_length": 31.826446280991735, "alnum_prop": 0.6556738509478057, "repo_name": "amidoimidazol/bio_info", "id": "ea54de05365e6b8530484d38c0349b6eff400800", "siz...
<!DOCTYPE html> <head> <title>BoonDockr</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/app.css"/> <link href="../node_modules/bo...
{ "content_hash": "60ca7a1595fb9b69005c68085b77b880", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 178, "avg_line_length": 35.25, "alnum_prop": 0.6390070921985815, "repo_name": "justinburger/BoonDockr-website", "id": "21b002648846ee5f7043f17071466b7b86dd0f43", "size": "1...
class MigrateBuildStageReference < ActiveRecord::Migration[4.2] include Gitlab::Database::MigrationHelpers DOWNTIME = false ## # This is an empty migration, content has been moved to a new one: # post migrate 20170526190000 MigrateBuildStageReferenceAgain # # See gitlab-org/gitlab-ce!12337 for more deta...
{ "content_hash": "4da8e50190da957b867ebbc4925438c1", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 68, "avg_line_length": 20.263157894736842, "alnum_prop": 0.7220779220779221, "repo_name": "axilleas/gitlabhq", "id": "a9b392314fab55887a1891da39d48a9f1d7bc323", "size": "38...
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /><title>SingleIterator xref</title> <link type="te...
{ "content_hash": "65704e5e84951b32e7d590e8c7e98b60", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 197, "avg_line_length": 84.7032967032967, "alnum_prop": 0.6190970420342501, "repo_name": "teslaworksumn/lightshow-visualizer", "id": "76885c622b5186e9630475da8d925388511ac773...
from setuptools import setup setup()
{ "content_hash": "d185c9b85c554475177985b10a676d0f", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 28, "avg_line_length": 12.666666666666666, "alnum_prop": 0.7894736842105263, "repo_name": "algolia/algoliasearch-client-python", "id": "8b95793a101584ac531fb8abcb5be5ecf517e51...
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.4) on Mon Feb 24 17:14:03 EST 2020 --> <title>Hardware (Library-of-Gongolierium 4.0.7 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2020-02-24"> <link rel="stylesh...
{ "content_hash": "73bd34f4d162ba1786f1859f73a8e0bc", "timestamp": "", "source": "github", "line_count": 597, "max_line_length": 389, "avg_line_length": 42.278056951423785, "alnum_prop": 0.681418383518225, "repo_name": "Gongoliers/Library-of-Gongolierium", "id": "3323426cdfcedeee24eefbcae895094b694c15...
var Tmpl = (function(window, document) { var fProto = Function.prototype; var cache = {}; /** * List of regular expressions used to transform XHTML/jQuery syntax into pure * JavaScript syntax. */ var CHANGE_SHORT_SYNTAX = /\$\{([^\}]*)\}/g; var END_CHARACTERS = /[\n\r\t]+/g; var COLLAPSE_SPACE = /\s+/g;...
{ "content_hash": "15dfabe26cd1e9f0e592311925eae9a2", "timestamp": "", "source": "github", "line_count": 384, "max_line_length": 175, "avg_line_length": 26.739583333333332, "alnum_prop": 0.5642773665757694, "repo_name": "mjesun/jsTmpl", "id": "4297f5071cbf1e3142eea10b5d88b1563125528e", "size": "1026...
package com.felhr.usbserial; import java.nio.BufferOverflowException; import java.nio.ByteBuffer; import java.util.Arrays; public class SerialBuffer { public static final int DEFAULT_READ_BUFFER_SIZE = 16 * 1024; public static final int DEFAULT_WRITE_BUFFER_SIZE = 16 * 1024; private ByteBuffer readBuffer; privat...
{ "content_hash": "9c2de21539ce96dfcc15cb13e5e4e4b2", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 114, "avg_line_length": 18.99390243902439, "alnum_prop": 0.6670947030497593, "repo_name": "zodsoft/UsbSerial", "id": "12e6ccb05643da4418d86b46c1449a8830e582c8", "size": "3...
// Copyright (c) 2009-2016 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "txdb.h" #include "walletdb.h" #include "Electrarpc.h" #include "net.h" #i...
{ "content_hash": "e126f58dce2f8b67d97115b0a7dfc55c", "timestamp": "", "source": "github", "line_count": 929, "max_line_length": 156, "avg_line_length": 38.63832077502691, "alnum_prop": 0.5678785346148488, "repo_name": "electra01/Electra", "id": "e8d467c3e6944fccab74dbc3b3a561f1e74c2f2a", "size": "3...
using NBitcoin; using NBitcoin.Secp256k1; using WalletWasabi.Crypto.Groups; namespace WalletWasabi.WabiSabi.Crypto { public class IssuanceValidationData { internal IssuanceValidationData(Money amount, Scalar r, GroupElement ma) { Amount = amount; Randomness = r; Ma = ma; } /// <summary> /// Amoun...
{ "content_hash": "213d014ec0a4b00b01c69d66f3191314", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 94, "avg_line_length": 24, "alnum_prop": 0.678763440860215, "repo_name": "nopara73/HiddenWallet", "id": "30a16ff17375355c7c8e9ac0a4c62dcc59424a0f", "size": "744", "binary...
#include <linux/module.h> #include <linux/input.h> #include <linux/serio.h> #include <linux/interrupt.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/slab.h> #include <linux/of.h> #define DRV_NAME "altera_ps2" struct ps2if { struct serio *io; struct resource *iomem_res; void __iomem *...
{ "content_hash": "e009bf22f7fb27d6f1cf3542980d381d", "timestamp": "", "source": "github", "line_count": 190, "max_line_length": 73, "avg_line_length": 21.857894736842105, "alnum_prop": 0.6648206116060679, "repo_name": "lokeshjindal15/pd-gem5", "id": "cce69d6b95871107e9540363a15256f360ef8723", "size...
namespace sheaf { // ============================================================================= // IMPLICIT_ENTRY_MAP FACET // ============================================================================= // PUBLIC MEMBER FUNCTIONS template <typename E, typename I> implicit_entry_map<E, I>:: implicit_entry_map(...
{ "content_hash": "b824c964087f2fe61add7bd7a1c54989", "timestamp": "", "source": "github", "line_count": 873, "max_line_length": 114, "avg_line_length": 18.7709049255441, "alnum_prop": 0.6120095197412583, "repo_name": "LimitPointSystems/SheafSystem", "id": "6d4ca04ae89e0c279687d68c4ce4fe241849d8a8", ...
package play.db.evolutions; import java.util.Collection; import java.util.List; import java.util.Map; /** A simple evolutions reader that uses a map to store evolutions */ public class SimpleEvolutionsReader extends EvolutionsReader { private final Map<String, List<Evolution>> evolutions; public SimpleEvolutio...
{ "content_hash": "3e9aabf8b18e2e251d8d116d32e60d00", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 74, "avg_line_length": 24.666666666666668, "alnum_prop": 0.7586872586872587, "repo_name": "playframework/playframework", "id": "0ad732e0a79303cfd6af0533339c32064c346844", "...
<?php class Alat_model extends CI_Model { public function __construct() { // Call the CI_Model constructor $this->load->database(); } public function get_all_alat() { $query = $this->db->query('SELECT * FROM MASTER_ALAT WHERE STAT...
{ "content_hash": "1ebb365930a5cd9c29693c401eef9e81", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 109, "avg_line_length": 28.86, "alnum_prop": 0.44975744975744975, "repo_name": "samsyir/ttl-excel-uploader", "id": "4385646420054969e0f619c8ceabadea34268c2f", "size": "1443...
package info.ipeanut.googletrainingcoursedemos.scheduler; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.support.v4.content.WakefulBroadcastR...
{ "content_hash": "73e9259579be65203228ce9f7d642033", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 91, "avg_line_length": 45.744360902255636, "alnum_prop": 0.6597633136094675, "repo_name": "YoungPeanut/GoogleTrainingCourseDemos", "id": "b7636f1583c9ffad0727345fccbc4d3d2c6...
"""Unit tests for the PValue and PCollection classes.""" # pytype: skip-file from __future__ import absolute_import import unittest # patches unittest.TestCase to be python3 compatible import future.tests.base # pylint: disable=unused-import from apache_beam.pvalue import AsSingleton from apache_beam.pvalue impor...
{ "content_hash": "9b6776cf2951429e849eb0f552d7038a", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 80, "avg_line_length": 29.853658536585368, "alnum_prop": 0.7148692810457516, "repo_name": "iemejia/incubator-beam", "id": "fbe90f5425cc2c92b300c6d080b46e1e3d1a36ed", "size"...
package com.github.addon.metrics; import com.codahale.metrics.Clock; import java.time.Duration; import java.util.Objects; import java.util.concurrent.locks.StampedLock; import java.util.function.Supplier; public class CachedValue<T> { private final StampedLock stampedLock; private final long maxAgeMillis; ...
{ "content_hash": "7849a4e603a556b184650dea36c28de8", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 117, "avg_line_length": 32.815384615384616, "alnum_prop": 0.6090014064697609, "repo_name": "hellamps/metrics-core-addons", "id": "bd25bd5e5afbf6df4045df22f636a70b86e341e5", ...
package com.sleepycat.db; import com.sleepycat.db.internal.DbEnv; /** Thrown when a database handle has been invalidated because a replication election unrolled a committed transaction. When this happens the handle is no longer able to be used and the application must close the handle using the {@link com.sleepycat....
{ "content_hash": "6fed40a9be554078f5a24f8a1255c847", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 108, "avg_line_length": 41.31818181818182, "alnum_prop": 0.7282728272827282, "repo_name": "djsedulous/namecoind", "id": "67cf5da775087a45b320153569b67312bbcd59bf", "size": ...
#ifndef _LINUX_NTFS_FS_I_H #define _LINUX_NTFS_FS_I_H #include <linux/types.h> /* Forward declarations, to keep number of mutual includes low */ struct ntfs_attribute; struct ntfs_sb_info; /* Duplicate definitions from ntfs/ntfstypes.h */ #ifndef NTFS_INTEGRAL_TYPES #define NTFS_INTEGRAL_TYPES typedef u8 ntfs_u8; t...
{ "content_hash": "f63a99bed3ee731fb892d9228e2f3d21", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 78, "avg_line_length": 24.747252747252748, "alnum_prop": 0.7206927175843695, "repo_name": "grea09/wipos", "id": "8789aaa5aa14234f5b1069188955b4d58297b27d", "size": "2252", ...
UP_DIR="$$(dirname $$PWD)" links: node_modules \ node_modules/docvy-cache \ node_modules/docvy-plugin-installer \ node_modules/docvy-utils node_modules: mkdir -p node_modules node_modules/docvy-cache: ln -sf ${UP_DIR}/cache $$PWD/$@ node_modules/docvy-plugin-installer: ln -sf ${UP_DIR}/plugin-installer $...
{ "content_hash": "fb6fa7d2dd054cd7c9d883952408ee02", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 43, "avg_line_length": 16.73076923076923, "alnum_prop": 0.6804597701149425, "repo_name": "docvy/server", "id": "5e59069fcf6b6c5170988ac7dd893d6214644520", "size": "504", ...
Invokes a Callable/ExceptionalRunnable until it runs without Exception, will be retried for a specified amount and time between the retries. # Examples ## Invoking Callable<String> for at least 10 times String result = Retryable.retry(10L).timeToWait("100ms").call(()->...); ## Invoking Callable<String> for at l...
{ "content_hash": "590e3bafab6af0778646101913d84500", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 140, "avg_line_length": 32.36842105263158, "alnum_prop": 0.7121951219512195, "repo_name": "galan/commons", "id": "a96f1fa2fb4e4b5e73dd1c08b8ac92496caec582", "size": "626", ...
package com.google.api.ads.dfp.jaxws.v201306; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * * Captures a page of {@link Contact} objects. * ...
{ "content_hash": "67e9edaf5e992cc59e2d341ba6e639f9", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 141, "avg_line_length": 25.648, "alnum_prop": 0.5923268870867124, "repo_name": "nafae/developer", "id": "8ef448324ad095d4699459a36c42994679f57ccd", "size": "3206", "bina...
package org.springframework.cloud.reactive.socket; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ArrayBlockingQueue; import io.rsocket.util.PayloadImpl; import org.junit.Before; import org.junit.Test; import reactor.core.publisher.Flux; import reactor.core.publi...
{ "content_hash": "b251f1f2ef0f276c6be0c4361ff7c52f", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 192, "avg_line_length": 38.254777070063696, "alnum_prop": 0.7668997668997669, "repo_name": "viniciusccarvalho/spring-cloud-sockets", "id": "8cee144db9b3de7fc221e25db33f2614d...
#pragma once #include <aws/ec2/EC2_EXPORTS.h> #include <aws/ec2/EC2Request.h> #include <aws/core/utils/memory/stl/AWSVector.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace EC2 { namespace Model { /* <p>Contains the parameters for CancelSpotInstanceRequests.</p> */ class AWS_EC...
{ "content_hash": "dfe59585005c05c3760555090c15e7c4", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 288, "avg_line_length": 42.06741573033708, "alnum_prop": 0.7297008547008547, "repo_name": "zeliard/aws-sdk-cpp", "id": "d48928f4a1dcc672200754e743987b02f74f4db2", "size": "...
<div> <h1 class="no-margin">{{ name }}</h1> <h2 class="no-margin pad-left">assisted by {{ sidekick }}</h2> <p>Days without a civilian casualty: {{ days | number:'1.0-0' }}</p> <p>Main vulnerability: {{ vulnerability }}</p> </div>
{ "content_hash": "f299f8f1a278f2b44c6cd67160d8c770", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 70, "avg_line_length": 29.875, "alnum_prop": 0.602510460251046, "repo_name": "swingmicro/AngularLazyLoad", "id": "4fa787fc4482a8def577f65999150dbbbd245ea0", "size": "239", ...
local P = {} projectLootTimer = P local _G = _G -- imports local random = random local CreateFrame = CreateFrame local UIParent = UIParent setfenv(1, P) frame = CreateFrame("FRAME", "ProjectLootTimerFrame") --timers = {} --RANDOM_MAX = 2^31-1 function createUpdateHandler(duration, callback) local totalElapsed =...
{ "content_hash": "a33d7529c2b5f43f2fbbad142c52d79b", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 71, "avg_line_length": 19.47222222222222, "alnum_prop": 0.7104136947218259, "repo_name": "WarcraftWriting/ProjectLoot", "id": "c62d779c35ff2ba5006c964ef6ea23ff7ab2b0dd", "s...
For ultimate flexability, the tests are written to be able to run from both Node.js and a browser. ## Running the tests Ensure you have access to a running instance of Atlas App Services. To run it locally, ensure you have Docker and your Realm AWS credentials installed and run ``` docker run --rm -p 9090:9090 -it ...
{ "content_hash": "8cbe6e11efd2e0a9db9c65af90f8e057", "timestamp": "", "source": "github", "line_count": 90, "max_line_length": 172, "avg_line_length": 33.81111111111111, "alnum_prop": 0.7656917515609596, "repo_name": "realm/realm-js", "id": "07c8b9a2e6fb26d0aa149f4fabc797bdc5c92c2a", "size": "3074"...
// The MIT License // // Copyright (c) 2014 Gwendal Roué // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, mo...
{ "content_hash": "aae841ec4681d0d9f985d5f97324b2a1", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 155, "avg_line_length": 35.635245901639344, "alnum_prop": 0.5921794134560092, "repo_name": "balazspete/PVGeoVisualisation-Mobile", "id": "63ad287184358899bb71179e5c82b940f9e...
<?php namespace Homie\Sensors\Sensors\System; use Homie\Sensors\Annotation\Sensor; use Homie\Sensors\Definition; use Homie\Sensors\Formatter\Load as Formatter; use Homie\Sensors\Sensors\AbstractSensor; use Homie\Sensors\SensorVO; /** * @Sensor */ class Load extends AbstractSensor { const TYPE = 'system.load';...
{ "content_hash": "ac0e6066d5abeb1e5f2120036137babb", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 58, "avg_line_length": 18.895833333333332, "alnum_prop": 0.6108048511576626, "repo_name": "brainexe/homie", "id": "5494726766fc1b068fa14abf99d7bd60eeb315f6", "size": "907",...
var url = arguments[0].url; // "http://earth.eo.esa.int/ml3/a550/2009/L3_ENV_MER_A550_m__20090101_GLOB_SI_ESA_9277x9277_-90+90+-180+180_0000.xml"; var net = require('net'); if(OS_ANDROID){ $.WebViewer.addEventListener('open', function() { var actionBar; if (! $.WebViewer.activity) { Ti.API.error("Ca...
{ "content_hash": "1cf0e56cfcb6696f0c9f380ae234e6f0", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 146, "avg_line_length": 25.35514018691589, "alnum_prop": 0.6361960928861039, "repo_name": "csgf/earthserver-sg-mobile", "id": "04a7ca79fc95985aa8669f821234fb45481771d7", "...
jupyter: kernelspec: display_name: Bash language: bash name: bash --- ```bash ls ``` ```bash # https://coderwall.com/p/euwpig/a-better-git-log git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit...
{ "content_hash": "65676fb48fbf98d4e87319554bb327b4", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 162, "avg_line_length": 18.210526315789473, "alnum_prop": 0.630057803468208, "repo_name": "mwouts/jupytext", "id": "bc41ad8144d4297c16e06f4f8cf13badb2635c73", "size": "350"...
@interface Currency : NSObject @property (nonatomic, retain) NSNumber * cid; @property (nonatomic, retain) NSString * code; @property (nonatomic, retain) NSString * name; @property (nonatomic, retain) NSNumber * rate; @property (nonatomic, retain) NSString * sign; -(void) parseCurrencyWith :(NSDictionary *)currencyDi...
{ "content_hash": "76d63306a58f9dd1997c8cacdfbdc8cf", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 87, "avg_line_length": 29.41176470588235, "alnum_prop": 0.754, "repo_name": "yunas/TMG-SampleCode", "id": "a8635711ea22d307895d1bd57691a10deed1efc4", "size": "673", "bina...
package com.hazelcast.internal.networking.nio.iobalancer; import com.hazelcast.instance.BuildInfoProvider; import com.hazelcast.internal.networking.nio.MigratablePipeline; import com.hazelcast.internal.networking.nio.NioThread; import com.hazelcast.logging.LoggingService; import com.hazelcast.logging.LoggingServiceI...
{ "content_hash": "9f4bfe711e216ccb65f6306c67b33098", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 130, "avg_line_length": 41.895833333333336, "alnum_prop": 0.783689706613625, "repo_name": "tkountis/hazelcast", "id": "6e6eb4926b8cc47838d94f4d3461d09378b665f3", "size": "2...
// grunt-move // https://github.com/prantlf/grunt-move // // Copyright (c) 2017-2022 Ferdinand Prantl // Licensed under the MIT license. // // Grunt task for moving and renaming files and directories 'use strict'; var fs = require('fs'), path = require('path'), colorette = require('colorette'), async = re...
{ "content_hash": "5765f530f97092902ff8cba3d1e10143", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 93, "avg_line_length": 29.943396226415093, "alnum_prop": 0.5094517958412098, "repo_name": "prantlf/grunt-move", "id": "c426fb60f6d2435dc8cb75a4151ccf84e84f2770", "size": "...
import {Layer} from '../Layer'; import {IconDefault} from './Icon.Default'; import * as Util from '../../core/Util'; import {toLatLng as latLng} from '../../geo/LatLng'; import * as DomUtil from '../../dom/DomUtil'; import {MarkerDrag} from './Marker.Drag'; /* * @class Marker * @inherits Interactive layer * @aka L....
{ "content_hash": "6625f4ad883f8359b5612858bb6e660c", "timestamp": "", "source": "github", "line_count": 354, "max_line_length": 236, "avg_line_length": 23.672316384180792, "alnum_prop": 0.6607398568019093, "repo_name": "laurengulland/009yellow-beacon", "id": "dc71262413c093daffc934e98f30441a6f7c9758"...
var terminalContainer = document.getElementById('terminal-container'), term = new Terminal(), shellprompt = '> '; term.open(terminalContainer); term.fit(); term.prompt = function () { term.write('\r\n' + shellprompt); }; term.writeln('Welcome to xterm.js'); term.writeln('Just type some keys in the prompt b...
{ "content_hash": "f15ba3658e40d2d8469a88bbe29f6458", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 80, "avg_line_length": 22.34375, "alnum_prop": 0.5958041958041959, "repo_name": "rwos/xterm.js", "id": "d9bc9284fe218bd6ee2850e8083de036fc1199d7", "size": "715", "binary"...
<?php require_once 'unit/SyndNodeTestCase.class.inc'; class _model_Node_Interface extends SyndNodeTestCase { function testEncodeIP() { $interface = SyndNodeLib::factory('interface'); $interface->setIpAddress('192.168.1.1'); $expected = 'c0a80101'; $this->assertEquals($expected, dechex($interface->data['INFO_I...
{ "content_hash": "847f27f10216cdfbf1de5ff43d77cbfa", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 78, "avg_line_length": 34.5625, "alnum_prop": 0.7034358047016275, "repo_name": "mikljohansson/syndicate", "id": "a1f31b34e8b559b344487bfce3d04bbe46f78d74", "size": "553", ...
package com.bumptech.glide.resize.load; import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertEquals; import com.bumptech.glide.load.engine.bitmap_recycle.ArrayPool; import com.bumptech.glide.load.engine.bitmap_recycle.LruArrayPool; import com.bumptech.glide.load.resource.bitmap...
{ "content_hash": "f48800b776f5357c804e1e4c5fad39d4", "timestamp": "", "source": "github", "line_count": 83, "max_line_length": 95, "avg_line_length": 29.46987951807229, "alnum_prop": 0.6913327882256746, "repo_name": "weiwenqiang/GitHub", "id": "1efd9b736a64c469b145100507809cc252e1059f", "size": "24...
<?xml version="1.0" encoding="EUC-KR"?> <!-- edited with XMLSpy v2006 U (http://www.altova.com) by ÀÌÁ¤Çö (EMBRACE) --> <!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by IMC_GE (IMCGames Co., Ltd) --> <uiframe name="<$>66716</>" class="mwr2a3" x="0" y="0" width="785" height="420" align="center center" d...
{ "content_hash": "798d65b65efd55d65729983ba94b1c3d", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 157, "avg_line_length": 96.8780487804878, "alnum_prop": 0.6701913393756294, "repo_name": "huytrongnguyen/royal-road", "id": "4e24082b7bb436ece41e78f11f2ccd9f70ee3ec1", "siz...
from pyduel_engine.content.default_squads import SQUADS from pyduel_engine.model.squad import Squad ############################################################################### # Squad and Character Setup Methods ############################################################################### def...
{ "content_hash": "d420c1de373eb00dbeb9914fa258a487", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 79, "avg_line_length": 31.70731707317073, "alnum_prop": 0.5592307692307692, "repo_name": "aelkikhia/pyduel_engine", "id": "d29bd814744355a910982a4eb9d55ce01c01c2bc", "size"...
#ifndef __VIDEO_EMAP_CAM_H__ #define __VIDEO_EMAP_CAM_H__ #include <QWidget> #include <QMenu> #include <QTimer> #include "utility.hpp" #include "client/clientfactory.hpp" #define NOMINMAX #define NOMINMAX #include "tinythread.h" #include "fast_mutex.h" #include "utility.hpp" #include "ui_vscemapcam.h" using name...
{ "content_hash": "bfb8c029632c98b9a0f3aa99b804447b", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 106, "avg_line_length": 18.89830508474576, "alnum_prop": 0.7282511210762331, "repo_name": "xsmart/opencvr", "id": "f52278efc97a11dd6a0af75910060250909c8fd6", "size": "2041"...
""" This module implements a :class:`skosprovider.providers.VocabularyProvider` for Atramhasis """ import logging import requests from dogpile.cache import make_region from requests.exceptions import ConnectionError from requests.exceptions import Timeout from skosprovider.exceptions import ProviderUnavailableExceptio...
{ "content_hash": "08d0b199abb032c86cbb33e994a38131", "timestamp": "", "source": "github", "line_count": 267, "max_line_length": 90, "avg_line_length": 37.95880149812734, "alnum_prop": 0.5708929452392698, "repo_name": "OnroerendErfgoed/skosprovider_atramhasis", "id": "e7afa69d79ad2df070f05204fca72318d...
<?php namespace Drupal\search\Plugin; use Drupal\Component\Plugin\PluginInspectionInterface; use Drupal\Core\Form\FormStateInterface; /** * Defines a common interface for all SearchPlugin objects. */ interface SearchInterface extends PluginInspectionInterface { /** * Sets the keywords, parameters, and attrib...
{ "content_hash": "bddfdbc4facc835f84fc03d26b80e88e", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 80, "avg_line_length": 29.89937106918239, "alnum_prop": 0.6825830879259571, "repo_name": "electric-eloquence/fepper-drupal", "id": "3dee690ff384151f720674bee503b1bc9831000d"...
package org.gradle.workers; import org.gradle.api.Incubating; /** * Isolation mode for workers. * * @since 4.0 */ @Incubating public enum IsolationMode { /** * Let Gradle decide, this is the default. */ AUTO, /** * Don't attempt to isolate the work, use in-process workers. */ ...
{ "content_hash": "524ffea6587f03e8cf9a12dd5b14fe08", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 74, "avg_line_length": 17.933333333333334, "alnum_prop": 0.6003717472118959, "repo_name": "lsmaira/gradle", "id": "34cd438a8ae593a416fc28be041800de5b9ff326", "size": "1153"...
<?xml version='1.0' encoding='UTF-8'?> <hudson> <disabledAdministrativeMonitors/> <version>1.609.2</version> <numExecutors>4</numExecutors> <mode>NORMAL</mode> <useSecurity>true</useSecurity> <authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/> <securityRealm class="hudson.secu...
{ "content_hash": "ab1df0011e289c34dcb2d245daf11760", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 99, "avg_line_length": 37.14705882352941, "alnum_prop": 0.7379255740300871, "repo_name": "svanoort/gerrit-workflow-demo", "id": "9c94021cd118c01d5cd8d8fc9f43a018b0f99596", ...
<?php use_helper('Text'); use_helper('Pagination'); slot('page_type', 'post/index'); slot('robots', 'noindex, follow'); // fix for locales setlocale(LC_ALL, sfConfig::get('app_view_locale', null)); ?> <?php if ($searchQuery = sfContext::getInstance()->getRequest()->getGetParameter('query')) : ?> <div cla...
{ "content_hash": "ed9d26929cd03a648f3bd20ccfe8c5b3", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 156, "avg_line_length": 33.3375, "alnum_prop": 0.4746906636670416, "repo_name": "acetous/NeatBlog", "id": "c7a8373c423ef4418f742e0a2b68956d0d3b7972", "size": "2667", "bin...
layout: post title: Welcome date: 2015-07-02 14:35 permalink: /post/welcome published: true share: y sitemap: lastmod: 2015-07-07 priority: 0.7 changefreq: 'monthly' exclude: 'no' --- ...to the newly updated sebie.net. It is built on with Jekyll and GitHub pages and can be edited by just changi...
{ "content_hash": "53b219e28bb8430c5c0ee7561e6a57bd", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 481, "avg_line_length": 69.95238095238095, "alnum_prop": 0.7528931245745405, "repo_name": "sebie/sebie.github.io", "id": "73ee36a1b0faeb56fe767691a62f4682e0ea1eb1", "size":...
@interface ViewController () @property (nonatomic, strong) KYSegmentView * segment; @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; FirstViewController * First=[[FirstViewController alloc]init]; SecondViewController * Second=[[SecondViewController alloc]init]; ThirdViewC...
{ "content_hash": "dcfe3f409adfc27006bdfcef013434fd", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 200, "avg_line_length": 36.68, "alnum_prop": 0.702835332606325, "repo_name": "KY-zero/KY_CircleFrame", "id": "4dbda1c3bdfd640feab0a3c9355b13393b29b5bc", "size": "2128", "...
from django.apps import AppConfig class ConsultaConfig(AppConfig): name = 'consulta'
{ "content_hash": "2d13848c70f5456ae1b49cec8b6c3c26", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 33, "avg_line_length": 18.2, "alnum_prop": 0.7582417582417582, "repo_name": "hugo-lorenzo-mato/meteo-galicia-db", "id": "4f3ec9f1ca6086736a3535321f7d334af5c0e1c4", "size": "...