text
stringlengths
2
1.04M
meta
dict
#include <gtest/gtest.h> #include "test/ServerFixture.hh" using namespace gazebo; class ForceTorqueSensor_TEST : public ServerFixture { }; static std::string forceTorqueSensorString = "<sdf version='1.4'>" " <sensor name='force_torque' type='force_torque'>" " <update_rate>30</update_rate>" " <always_on>true<...
{ "content_hash": "99c7d9f3e43fb3ab40df89a6017be17d", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 74, "avg_line_length": 29.171875, "alnum_prop": 0.6598821638993037, "repo_name": "jonbinney/gazebo_ros_wrapper", "id": "d203e764ec6feee548a27fe786de4638021ce4af", "size": "...
export ALGORITHM_SVM_INSTALL_DIR = $(HOME)/opt/algorithm-svm # Path to FreeLing install tree export FREELING_INSTALL_DIR = $(HOME)/opt/freeling # Path to FOMA install tree # (a copy is helpfully included in FreeLing) export FOMA_INSTALL_DIR = $(FREELING_INSTALL_DIR) # Path to KenLM source/build trees (usually the sa...
{ "content_hash": "e17bdfeafac5e89076ee766762604103", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 136, "avg_line_length": 31.26388888888889, "alnum_prop": 0.7241226121723678, "repo_name": "ariosquoia/squoia", "id": "33a10ccba0c63f8fb3434e40541fd5dcf0226fa9", "size": "23...
module Dominusrb module DiscordCommands module Debug extend Discordrb::Commands::CommandContainer # default "false" debug = false command :debug , description: 'swap debug mode' do |event| unless event.user.id == BOT.bot_app.owner.id event.respond 'You are not Bot Owner...
{ "content_hash": "5452be9cb281014d3395acf753222a21", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 64, "avg_line_length": 24.896551724137932, "alnum_prop": 0.5221606648199446, "repo_name": "skmtkytr/Dominusrb", "id": "a627c735bac91605fc1c992fcae88cf3e447cedf", "size": "7...
package erepnikov.products_storage; import erepnikov.products_storage.models.Food; import erepnikov.products_storage.storages.Shop; import erepnikov.products_storage.storages.Storage; import erepnikov.products_storage.storages.Trash; import erepnikov.products_storage.storages.Warehouse; import java.util.ArrayList; im...
{ "content_hash": "70aa142c0fa4ea9ea9a316cc6373eba6", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 55, "avg_line_length": 22.541176470588237, "alnum_prop": 0.5798538622129437, "repo_name": "EgorTrevelyan/junior", "id": "4fd3c91157b563a9dc3ac78b3668aa3366a805c1", "size": ...
namespace Serenity.ComponentModel { /// <summary> /// Sets the CSS class for columns and form fields. /// In forms, class is added to container div with .field class that contains both label and editor. /// For columns, it sets cssClass property of SlickColumn, which adds this class to slick cells...
{ "content_hash": "e11f414e0b1fee736ac156c8ed6ee629", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 113, "avg_line_length": 36.42857142857143, "alnum_prop": 0.5813725490196079, "repo_name": "volkanceylan/Serenity", "id": "7b945e669ffe44b011d4050b0ee284bf4fb0e5f2", "size":...
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle...
{ "content_hash": "9d446159df0899a7c6a71e2d66b438f5", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 231, "avg_line_length": 55.43859649122807, "alnum_prop": 0.7454113924050633, "repo_name": "Vicecalidadumb/empleoumb", "id": "fc8a36d3d9b1748ef80c043f7c009859b6e6add2", "si...
package jftp.client; import jftp.client.auth.UserCredentials; import jftp.connection.Connection; public abstract class Client { protected String host; protected int port; protected UserCredentials userCredentials = UserCredentials.ANONYMOUS; public void setCredentials(UserCredentials userCredentials) { thi...
{ "content_hash": "ee0f74a36cc18efbda1cfa31d22923bd", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 82, "avg_line_length": 21.94736842105263, "alnum_prop": 0.7446043165467626, "repo_name": "JAGFin1/JFTP", "id": "7d2c559954c0608e8f682a323695277599584349", "size": "834", ...
package com.ait.lienzo.shared.core.types; import java.util.List; import com.ait.lienzo.client.core.shape.Text; /** * Enum to create a type safe set of values for {@link Text} Alignment. */ public enum TextAlign implements EnumWithValue { START("start"), END("end"), LEFT("left"), CENTER("center"), RIGHT("righ...
{ "content_hash": "9a62b9e51aec09fa52d3c93d088d77a1", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 97, "avg_line_length": 21, "alnum_prop": 0.6433239962651728, "repo_name": "ahome-it/lienzo-core", "id": "5419313a7b0a9be8694d58efa983a2851fb2c7ac", "size": "1710", "binar...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in Consp. System. Corticiac. (Tartu) 122 (1968) #### Original name null ### Remarks null
{ "content_hash": "c1a8d4d4a5fb08f5914fd3f86d73aa43", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 44, "avg_line_length": 13.307692307692308, "alnum_prop": 0.6936416184971098, "repo_name": "mdoering/backbone", "id": "ca561fa6eee05aa9653661acb6e79cab0abbc81c", "size": "24...
from __future__ import unicode_literals from django.contrib.auth import get_user_model from django.contrib.auth.models import Permission class ModelBackend(object): """ Authenticates against settings.AUTH_USER_MODEL. """ def authenticate(self, username=None, password=None, **kwargs): UserMod...
{ "content_hash": "08ffdc1515dd54b67abba3046903ea28", "timestamp": "", "source": "github", "line_count": 180, "max_line_length": 95, "avg_line_length": 37.733333333333334, "alnum_prop": 0.6226442873969376, "repo_name": "daniponi/django", "id": "43d8627d0c499cf9ed12ab6b6b06ef1078aa1c4e", "size": "679...
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Newtonsoft.Json.Linq; using VkNet.Abstractions; using VkNet.Enums; using VkNet.Enums.Filters; using VkNet.Infrastructure; using VkNet.Model; using VkNet.Model.Attachments; using VkNet.Model.RequestParams; using VkNet.Utils; nam...
{ "content_hash": "3b1180848605204dba111dd52b40ccfa", "timestamp": "", "source": "github", "line_count": 489, "max_line_length": 133, "avg_line_length": 17.75869120654397, "alnum_prop": 0.6116996775679411, "repo_name": "vknet/vk", "id": "d97691313fe7b66dbd435a85675331b399776d27", "size": "8741", "...
ACCEPTED #### According to Index Fungorum #### Published in Revis. gen. pl. (Leipzig) 3: 479 (1898) #### Original name Agaricus aueri Nees ### Remarks null
{ "content_hash": "3ec9c254beea03b5b887fa6fa53bb231", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 12.23076923076923, "alnum_prop": 0.6792452830188679, "repo_name": "mdoering/backbone", "id": "f784774d2d83fb245fdf34a3d1047793cde4ea7b", "size": "209...
package cadelac.framework.blade.facility.db; import org.apache.logging.log4j.Logger; import org.apache.logging.log4j.LogManager; /** * Base class for Select queries * @author cadelac * */ public abstract class QueryBase implements ExecutableQuery { public QueryBase(final String query_) { _query = query_; } ...
{ "content_hash": "e9d708cf101f3d3b13d57e1e92ba0d25", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 76, "avg_line_length": 19.428571428571427, "alnum_prop": 0.7371323529411765, "repo_name": "cadelac/dispatcha", "id": "6627533f7f261009814aaa8f36d478c1bfefb04c", "size": "54...
package monix.execution.internal import monix.execution.UncaughtExceptionReporter import monix.execution.exceptions.CompositeException import monix.execution.schedulers.CanBlock import scala.concurrent.Awaitable import scala.concurrent.duration.Duration import scala.scalajs.js import scala.util.control.NonFatal pri...
{ "content_hash": "a08338cf7e1ed924eb83ea4d27c3c370", "timestamp": "", "source": "github", "line_count": 137, "max_line_length": 93, "avg_line_length": 29.89051094890511, "alnum_prop": 0.6537240537240537, "repo_name": "monixio/monix", "id": "bc2dd45a3631c5a96a83376d745abd78ed4fccc7", "size": "4768",...
<?php namespace Google\Service\Spectrum; class PawsGetSpectrumRequest extends \Google\Model { protected $antennaType = '\Google\Service\Spectrum\AntennaCharacteristics'; protected $antennaDataType = ''; protected $capabilitiesType = '\Google\Service\Spectrum\DeviceCapabilities'; protected $capabilitiesDataT...
{ "content_hash": "1dddd460fd7def663ff97c926d6e2788", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 98, "avg_line_length": 21.869565217391305, "alnum_prop": 0.7021868787276342, "repo_name": "xevious99/google-api-php-client", "id": "716314b7254f8939f1da125dd4bb92bb9f921259"...
// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.weblayer; import android.graphics.Bitmap; import androidx.annotation.Nullable; /** * Informed of changes to the favicon of the current navigation. */ ...
{ "content_hash": "cecc676e7b7c34e670a3aa29b54260ba", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 99, "avg_line_length": 27.59090909090909, "alnum_prop": 0.7199341021416804, "repo_name": "chromium/chromium", "id": "42aba9f3587a1499476f86c234f5659961358bb9", "size": "607...
import flatbuffers from flatbuffers.compat import import_numpy np = import_numpy() class Message(object): __slots__ = ['_tab'] @classmethod def GetRootAsMessage(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = Message() x.Init(buf, n + offs...
{ "content_hash": "423c34000c4288cad427ef17d59c3970", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 130, "avg_line_length": 35.13953488372093, "alnum_prop": 0.6644606221045665, "repo_name": "probprog/pyprob", "id": "9f743b1911b443e8c90452a22d9a26357f6b0be6", "size": "1599...
from client import TwiceRedis from client import Listener
{ "content_hash": "437f130f2565d878e5d048c79133c933", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 29, "avg_line_length": 29, "alnum_prop": 0.8620689655172413, "repo_name": "tr3buchet/twiceredis", "id": "11352fb9a5a4f71b50c0ab59ad6e987d344479c4", "size": "679", "binary"...
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This file was generated by: // tools/json_schema_compiler/compiler.py. // NOTE: The format of types has changed. 'FooType' is now // 'chrome.manage...
{ "content_hash": "64c19cc1fc360a2818506ddec83e1285", "timestamp": "", "source": "github", "line_count": 285, "max_line_length": 97, "avg_line_length": 37.329824561403505, "alnum_prop": 0.7364413948679387, "repo_name": "scheib/chromium", "id": "33d8ed755d7c74e696bb892d8c1a064995cb1a07", "size": "106...
package sun.misc; import sun.reflect.ConstantPool; import sun.reflect.annotation.AnnotationType; import sun.nio.ch.Interruptible; public interface JavaLangAccess { /** Return the constant pool for a class. */ ConstantPool getConstantPool(Class klass); /** * Set the AnnotationType instance correspo...
{ "content_hash": "9b3170a282cddb45f4f9ce2e108ce316", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 91, "avg_line_length": 33.98412698412698, "alnum_prop": 0.6828584773470341, "repo_name": "rokn/Count_Words_2015", "id": "c61f590cddae4f125a8d8cb4bef60dd5d33db3d7", "size": ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <title>relative_humidity_wet_psychrometric &#8212; MetPy 1.1</title> <link href="../...
{ "content_hash": "5ea07769cf4260dd5b9f31a854a624d8", "timestamp": "", "source": "github", "line_count": 929, "max_line_length": 780, "avg_line_length": 34.68030139935414, "alnum_prop": 0.6339623812775467, "repo_name": "metpy/MetPy", "id": "4911a610aa0a5058a6ebc9b8cacae4ee31e7796a", "size": "32233",...
<?xml version="1.0" encoding="utf-8"?> <!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 Speedcoin</source> <translation>Про Speedcoin</tra...
{ "content_hash": "d990cee6c359a226906fc3562d34d376", "timestamp": "", "source": "github", "line_count": 2931, "max_line_length": 431, "avg_line_length": 37.94916410781303, "alnum_prop": 0.6245403626752016, "repo_name": "studio666/Speedcoin", "id": "1673e430d094ab9590c1f39a80d55234dece1b2f", "size":...
layout: feed sitemap: false lang: fr permalink: /fr/feed.xml ---
{ "content_hash": "86fd771abf841efe372a86a63aba88e2", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 23, "avg_line_length": 12.8, "alnum_prop": 0.71875, "repo_name": "btcdrak/bitcoincore.org", "id": "199cf697c1ae36157787514769e3e9fb6d6110c0", "size": "68", "binary": false...
ActiveRecord::Schema.define(:version => 20110901205127) do create_table "delayed_jobs", :force => true do |t| t.integer "priority", :default => 0 t.integer "attempts", :default => 0 t.text "handler" t.text "last_error" t.datetime "run_at" t.datetime "locked_at" t.datetime "f...
{ "content_hash": "182eb4700e035d05d6eb7eeec2823eb6", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 102, "avg_line_length": 32.258426966292134, "alnum_prop": 0.6161616161616161, "repo_name": "gajon/kublog-old", "id": "078bebedd25a33ab32a4bd9205577e35f634ca6d", "size": "36...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "feb73c639eecdbcff0a491b237d382df", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "de94ddd62ca022e909d3ac2b5d85d460a7260236", "size": "18...
template<class background_model = zero_order_background, typename DT = ereal, typename RDT = ereal > class local_segmentation { public: typedef DT ftype; struct result { RDT score; int a; int b; result() : score(0.0), a(-1), b(-1) {} result( DT sc, int na, int nb ) : score(sc), a(na), b(nb) {} }; protect...
{ "content_hash": "42a5dcc34d1ad6b5969191fa45184aa2", "timestamp": "", "source": "github", "line_count": 346, "max_line_length": 206, "avg_line_length": 33.5, "alnum_prop": 0.6371322577862134, "repo_name": "akhudek/feast", "id": "5e92df359cf844b57478b59bb3221a89bd9a2cd4", "size": "11969", "binary"...
layout: home title: "Claudia Castro" tags: [Jekyll, theme, responsive, blog, template] image: feature: typewriter.jpg ---
{ "content_hash": "966f4eac32ab09288a25498a82c92e1a", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 49, "avg_line_length": 20.666666666666668, "alnum_prop": 0.7258064516129032, "repo_name": "ckcastro/ckcastro.github.io", "id": "e8675a63de3377bb75ab28389bcc1e7ed68ad338", "s...
/** * @file file.c * @brief file and directory control utility * @author Y.Mitsui */ #include "libstandard.h" void arrPrint(int *arr,int num){ int i; printf("[ "); for(i=0;i<num;i++) printf("%d ",arr[i]); printf(" ]"); } static GSList* __subGetFileList(apr_pool_t *pool,GSList* r,const char *path){ DIR *dir; ...
{ "content_hash": "051755d73ef43286f74050179124f7ff", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 80, "avg_line_length": 25.24, "alnum_prop": 0.5618066561014263, "repo_name": "y-mitsui/libstandard", "id": "e9cd320c7df26d79475c636bc5064c34594535c7", "size": "1262", "bi...
package remote import ( "net/http" "github.com/google/go-containerregistry/pkg/authn" "github.com/google/go-containerregistry/pkg/logs" v1 "github.com/google/go-containerregistry/pkg/v1" "github.com/google/go-containerregistry/pkg/v1/remote/transport" ) // Option is a functional option for remote operations. ty...
{ "content_hash": "dfab41028483f23ebfe36504bdd02b4f", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 85, "avg_line_length": 25.352941176470587, "alnum_prop": 0.7304717710750194, "repo_name": "google-octo/cloud-builders", "id": "1de65ee79e4539cd8296194a0425fc2c54da0c9a", "...
var resource = require('resource'); var config = require('../config'); // // Use the web admin resource // resource.use('admin'); // // Use the creature and account resources for demonstration purposes // resource.use('account', { datasource: "fs"}); resource.use('creature', { datasource: "fs"}); resource.admin.star...
{ "content_hash": "1b207e9045fae886e9f0757fbdf7dd21", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 107, "avg_line_length": 30.31578947368421, "alnum_prop": 0.6909722222222222, "repo_name": "manjunathkg/generator-bizzns", "id": "3f6f2aac25443f7358f871ee0ddde7fc346cd5c6", ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.projectlom...
{ "content_hash": "2f00affcc02b5ee843961c1efcb031e2", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 204, "avg_line_length": 29.86813186813187, "alnum_prop": 0.5971302428256071, "repo_name": "awhitford/lombok.maven", "id": "4c51a06d0409c8bcf895d0f60667af6e82df2cb8", "size"...
#include "qargumentreference_p.h" QT_BEGIN_NAMESPACE using namespace QPatternist; ArgumentReference::ArgumentReference(const SequenceType::Ptr &sourceType, const VariableSlotID slotP) : VariableReference(slotP), ...
{ "content_hash": "1c554dda2fe01f46139781d8514a72b7", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 99, "avg_line_length": 25.127659574468087, "alnum_prop": 0.707874682472481, "repo_name": "stephaneAG/PengPod700", "id": "0f23e08d9453174baf9b959ed00f0df660fd3390", "size": ...
package io.milton.http.http11.auth; import io.milton.http.http11.auth.DigestGenerator; import io.milton.http.Request.Method; import junit.framework.TestCase; /** * * @author brad */ public class DigestGeneratorTest extends TestCase { DigestGenerator generator; String password = "Circle Of Life"; ...
{ "content_hash": "23547ddaafb2322a0a186319dc5eff17", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 202, "avg_line_length": 35.648648648648646, "alnum_prop": 0.7308567096285065, "repo_name": "olw/cdn", "id": "e68928256d4d1d3824ddbe4554f5cc256e6789dc", "size": "3460", "b...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="mdl_js_loader_test.dart" type="application/dart"></script> <script src="packages/browser/dart.js"></script> </head> <body> </body> </html>
{ "content_hash": "d30b3d064b3be003a6b1a3b8584439fe", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 75, "avg_line_length": 21, "alnum_prop": 0.6349206349206349, "repo_name": "alextekartik/mdl_js.dart", "id": "bce0102215877e5c28f83480c97b622f6e52dc61", "size": "252", "bi...
static void setup(void) { #ifdef USE_RPMALLOC rpmalloc_initialize(); #endif } static void teardown(void) { #ifdef USE_RPMALLOC rpmalloc_finalize(); #endif } TestSuite(WSS_load_subprotocols, .init = setup, .fini = teardown); Test(WSS_load_subprotocols, no_config) { WSS_load_subprotocols(NULL); cr_ass...
{ "content_hash": "880dc1a3ddbdb7daf51a470a1d39ee35", "timestamp": "", "source": "github", "line_count": 212, "max_line_length": 99, "avg_line_length": 32.33018867924528, "alnum_prop": 0.6587394222351911, "repo_name": "mortzdk/Websocket", "id": "432ad2cd9f931150586d63824af0bfb411ede0e7", "size": "75...
package my.com.codeplay.android_demo.storages; import android.database.Cursor; import android.os.Bundle; import android.widget.ListView; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.loader.app.LoaderManager; import androidx.loader.content.CursorLoader; import ...
{ "content_hash": "df450767dbdc9cec798df0d9f6ce6e5e", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 90, "avg_line_length": 33.04615384615385, "alnum_prop": 0.5963687150837989, "repo_name": "CodePlay-Studio/android-demo", "id": "970feadbc1695839fd18a712f06239902148060c", "...
package org.wso2.carbon.apimgt.rest.api.store.v1; import org.wso2.carbon.apimgt.rest.api.store.v1.dto.AlertsInfoDTO; import org.wso2.carbon.apimgt.rest.api.store.v1.dto.AlertsInfoResponseDTO; import org.wso2.carbon.apimgt.rest.api.store.v1.dto.ErrorDTO; import org.wso2.carbon.apimgt.rest.api.store.v1.AlertSubscription...
{ "content_hash": "9de5c45cb49a4653113a2b21c0ee7975", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 232, "avg_line_length": 51.53409090909091, "alnum_prop": 0.7256890848952591, "repo_name": "nuwand/carbon-apimgt", "id": "3c91b8ab0644cd20f17cf89a09ab6307e200ca7d", "size": ...
/* pspw_molecule.h author - Eric Bylaska */ #ifndef _PSPW_MOLECULE_H_ #define _PSPW_MOLECULE_H_ /********************************/ /* the molecule list data structure */ /********************************/ #include "pspw_atom.h" /* use a linked list for Molecular List and Atom List */ typedef struct molecule_s...
{ "content_hash": "a1dcbd7330bcfce2acf6da3ecbe5a71d", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 56, "avg_line_length": 23.45, "alnum_prop": 0.5746268656716418, "repo_name": "rangsimanketkaew/NWChem", "id": "b680d4185674921d092df981512d751b0287913d", "size": "938", "...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
{ "content_hash": "10c0cc1c86950c4829817d0ca5731147", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 546, "avg_line_length": 51.372727272727275, "alnum_prop": 0.6768713502035038, "repo_name": "patnolan33/ENPM808_Final", "id": "6ab988821f5cf1e69b2692ffc3dac27a5648714e", "s...
function CallProveedores() { ClearGenerica(1); $(ventana1).html(QT.GetTable(5)); $(ventana1).dialog({ autoOpen: true, height: 600, width:800, resizable: false, title:'Proveedores', buttons:{ Agregar: function(){ create_form(0); ...
{ "content_hash": "82698e0b5de7f4fcaf2ee2a2d282dbd5", "timestamp": "", "source": "github", "line_count": 92, "max_line_length": 139, "avg_line_length": 26.22826086956522, "alnum_prop": 0.5230004144218815, "repo_name": "kmv50/GMS", "id": "64a92ebffd676acde2db66958c79ab452fe51b21", "size": "2413", "...
import { Injectable } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import {PromiseObservable} from 'rxjs/observable/PromiseObservable'; import { Http, Response } from '@angular/http'; import 'rxjs/add/operator/catch'; import 'rxjs/add/operator/map'; import '../../interfaces.service' import { Dat...
{ "content_hash": "382bf4830478186b0dd4170501a2b3ef", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 89, "avg_line_length": 25.17948717948718, "alnum_prop": 0.685336048879837, "repo_name": "julien-noblet/calcoo", "id": "fa4bae3056ce7f77320c2745b3c6ec1118ec793c", "size": "9...
package com.ukefu.webim.service.repository; import com.ukefu.webim.web.model.AgentService; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; public abstract interface AgentServiceRe...
{ "content_hash": "94d7a2b0bfe4dbc254d19db8f9e9fea3", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 112, "avg_line_length": 44.12, "alnum_prop": 0.8014505893019039, "repo_name": "gtison/kf", "id": "5869de8e84ac30c3c359d361f7b434a0cb6a6f2c", "size": "1103", "binary": fal...
@class FLTimer; @interface FLLengthyOperation : FLOperation { @private FLTimer* _timer; } @property (readwrite, assign) NSTimeInterval timeoutInterval; - (void) updateActivityTimestamp; - (void) startTimeoutTimer; - (void) stopTimeoutTimer; // optional override - (void) operationDidTimeout; @end
{ "content_hash": "4c93116a73115425d04faf65e4d2653a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 61, "avg_line_length": 17.055555555555557, "alnum_prop": 0.752442996742671, "repo_name": "fishlamp-released/FishLamp3", "id": "9e4ea4e0f95b833b842c67e96904ca59373c4d95", "s...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_13) on Thu Feb 13 10:50:46 CST 2014 --> <title>M-Index</title> <meta name="date" content="2014-02-13"> <link rel="stylesheet" ty...
{ "content_hash": "fd9ea4686502970ac4b64e87270aa5ab", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 840, "avg_line_length": 49.67333333333333, "alnum_prop": 0.6279694000805262, "repo_name": "gearit/RadaeePDF-B4A", "id": "06d05b18ca4cc20552da84e6129afb2bcdfb2177", "size":...
layout: default --- <div class="post"> <article class="post-content"> {{ content }} </article> </div>
{ "content_hash": "8b3caf372a0fd470bb7fefdfd6ba8d13", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 32, "avg_line_length": 9, "alnum_prop": 0.5555555555555556, "repo_name": "unionpod/unionpod.github.io", "id": "fc41b93a86a4977e4c13f22f32ba2200a4c6bb9d", "size": "121", "...
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ListView android:id="@+id/abs_list_view" android:layout_width="match_p...
{ "content_hash": "d756c145ed822df19e4fea37a3c3bda6", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 71, "avg_line_length": 36.84615384615385, "alnum_prop": 0.6889352818371608, "repo_name": "lenworthrose/music-app", "id": "6a3b5f976944446a5c1e4037a083a263023dbbb0", "size":...
using System; using System.Collections.Generic; using System.Linq; namespace CM.Payments.Client.SampleWebApp.Models { public enum Status { Open = 1, Cancelled = 2, Paid = 3 } public class Order { public virtual Account Account { get; set; } public int Accou...
{ "content_hash": "c6aa92fb08eed0d510e35c1f6474b80e", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 70, "avg_line_length": 25.633333333333333, "alnum_prop": 0.5786736020806242, "repo_name": "cmpayments/payments-sdk-net", "id": "1981ecf7cf8fcc87918d208a31376a55f591327b", "...
<?php namespace RunOpenCode\AbstractBuilder\Command\Question; use RunOpenCode\AbstractBuilder\Ast\Metadata\ParameterMetadata; /** * Class MethodChoice * * @package RunOpenCode\AbstractBuilder\Command\Question */ abstract class MethodChoice { protected $parameter; public function __construct(ParameterMet...
{ "content_hash": "e5f0023cb5e041f2a282be2e8a5bcf0d", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 63, "avg_line_length": 19.551724137931036, "alnum_prop": 0.7037037037037037, "repo_name": "RunOpenCode/abstract-builder", "id": "18810fce3c1c81d4e445d9b88087c89b351405e5", ...
- OVC - Monitoring for monitoring [issue](https://github.com/openvcloud/openvcloud/issues/13) - 0-orchestration - Import / export for containers [specs](https://github.com/zero-os/0-orchestrator/issues/664) - 0-disk - Import / export [specs](https://github.com/zero-os/0-Disk/issues/296) - Clone - Template [sp...
{ "content_hash": "d4602a50ac60433ff7705c5772888167", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 138, "avg_line_length": 53.81818181818182, "alnum_prop": 0.731418918918919, "repo_name": "g8os/home", "id": "2392c6f51ecb493b504110a5305844323422b76a", "size": "594", "bi...
<div class="row spacer"> <div class="col-md-3"> </div> <form class="form col-md-9"> <div class="input-group col-md-12"> <input class="form-control" id="appendedInputButton" ng-model="searchForm.text" type="text" /> <span class="input-group-btn"> <button ng-cl...
{ "content_hash": "efbf01ec5ae4b258c9ba5de02f807ea8", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 189, "avg_line_length": 42.13636363636363, "alnum_prop": 0.5431499460625674, "repo_name": "peterskim12/angularjs-mlrest", "id": "a3747d56d3fa3cc4bddb801b9ccd71e2bc8bd17e", ...
/* $Id$ */ package org.apache.xmlgraphics.image.codec.tiff; import java.io.IOException; import java.io.Serializable; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.apache.xmlgraphics.image.codec.util.PropertyUtil; import org....
{ "content_hash": "d361331c1e075b3ceb3690dff144b153", "timestamp": "", "source": "github", "line_count": 626, "max_line_length": 93, "avg_line_length": 31.47444089456869, "alnum_prop": 0.5614880982591484, "repo_name": "apache/xml-graphics-commons", "id": "6d23a135d800e5de2d54ad481b93833d547c5b97", "...
<?php namespace Flarum\Migrations\Core; use Illuminate\Database\Schema\Blueprint; use Flarum\Migrations\Migration; class RenameNotificationReadTime extends Migration { /** * Run the migrations. * * @return void */ public function up() { $this->schema->table('users', function (...
{ "content_hash": "254c0924943d5d3aa24d4c54821b40c9", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 86, "avg_line_length": 22.060606060606062, "alnum_prop": 0.5947802197802198, "repo_name": "flarumone/flarumone", "id": "e10511463f305e5620f59d6d0c04b0976f1caa06", "size": "...
export {}; class SomeClass { private x: number; } const variableWithFunctionTypeUsingThis: (this: SomeClass, a: string) => number = () => 1; // Has only a single this arg, no more parameters. function foo(): ((this: string) => string)|undefined { return undefined; } class UnrelatedType {} class ThisThisReturnsT...
{ "content_hash": "1d513bdb9b132fdeb04b1ae5ff86346e", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 98, "avg_line_length": 28.5, "alnum_prop": 0.7161084529505582, "repo_name": "alexeagle/tsickle", "id": "bd2ca89858a69d740b2999425c7c276b8afc76bf", "size": "627", "binary"...
using System; using System.Net; using System.Security; using System.Security.Permissions; using System.Web; #endregion namespace DotNetNuke.Framework { public class SecurityPolicy { public const string ReflectionPermission = "ReflectionPermission"; public const string WebPermiss...
{ "content_hash": "50a5e44bd44fe494efc4af7ed233f2c6", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 106, "avg_line_length": 34.62637362637363, "alnum_prop": 0.42780069819105043, "repo_name": "janjonas/Dnn.Platform", "id": "78000cd438fcb57fe4d35eac5d682e9e7ddde2b1", "size...
package com.cloud.api.query.dao; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.apache.log4j.Logger; import org.springframework.stereotype.Component; import org.apache.cloudstack.api.response.DomainRouterResponse; import org.apache.cloudstack.api.response.NicResponse; impo...
{ "content_hash": "240df77af2dde2c243ac4eb61ad37f53", "timestamp": "", "source": "github", "line_count": 287, "max_line_length": 170, "avg_line_length": 45.86759581881533, "alnum_prop": 0.6143269522941355, "repo_name": "DaanHoogland/cloudstack", "id": "8252a2a5a18f730b305b9f061819c0f35aafc3eb", "siz...
package org.apache.shardingsphere.elasticjob.http.executor; import org.apache.shardingsphere.elasticjob.api.ElasticJob; import org.apache.shardingsphere.elasticjob.api.JobConfiguration; import org.apache.shardingsphere.elasticjob.api.ShardingContext; import org.apache.shardingsphere.elasticjob.executor.JobFacade; im...
{ "content_hash": "aca0f11cb8bd5f232d80b5381c96c030", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 131, "avg_line_length": 45.87248322147651, "alnum_prop": 0.7353328456474031, "repo_name": "elasticjob/elastic-job", "id": "c89b0fad2ac54c01ecf9aead1750bd854545edf8", "size...
This is a very simple initial version of the app. At this moment it only can use some linear algorithms, SquareLevels, Support Vector Regression and a basic linear regression based on Cumulative Moving Averages. Next steps: * apply something more sophisticated as prediction algorithm, being able to make a complete t...
{ "content_hash": "76c9699adfb4119d6d06757dcb88f6a1", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 221, "avg_line_length": 47.285714285714285, "alnum_prop": 0.5900679758308157, "repo_name": "obokaman-com/stock-forecast", "id": "e39914603c60b6295ebc3b23223ae2c41f714633", ...
package io.Pushjet.api.Async; import io.Pushjet.api.PushjetApi.PushjetService; public interface RefreshServiceCallback { void onComplete(PushjetService[] services); }
{ "content_hash": "adeb4746ab40c49d12b14858724728d1", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 48, "avg_line_length": 21.75, "alnum_prop": 0.7988505747126436, "repo_name": "Pushjet/Pushjet-Android", "id": "392347cbd7274874b8f9e2ff7e76ca31ce033678", "size": "174", "b...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Rhythmic Code</title...
{ "content_hash": "663cf3daf0e1e005fa230ae74cfd48df", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 148, "avg_line_length": 33.34634146341463, "alnum_prop": 0.48186073727325923, "repo_name": "PMArtz92/rhythmicCode", "id": "c6c66b31896cdf8b9c8aee90efcc4352d6201fed", "size...
require File.dirname(__FILE__) + '/test_helper' require 'satellite' # Hpricot search paths def pages; search_body "//div[@id='page-list']/ul/li"; end def uploads; search_body "//div[@id='upload-list']/ul/li"; end describe 'A list page for a blank wiki' do setup_and_teardown(:empty) it 'should have a title' do ...
{ "content_hash": "0250e0ae163977361cb9753fee1b3e6a", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 85, "avg_line_length": 22.493506493506494, "alnum_prop": 0.6224018475750578, "repo_name": "kenpratt/satellite", "id": "ffee1c1e236b8f48b10283bc0bf0e639327ea985", "size": "1...
package com.microsoft.azure.applicationinsights.query.models; import com.fasterxml.jackson.annotation.JsonProperty; /** * Client performance information. */ public class EventsClientPerformanceInfo { /** * The name of the client performance. */ @JsonProperty(value = "name") private String na...
{ "content_hash": "0349584c13c11c415b864a0bdca3c9cc", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 62, "avg_line_length": 21, "alnum_prop": 0.6344916344916345, "repo_name": "navalev/azure-sdk-for-java", "id": "2edbd1bf59591c15de566d635db7e82e5a1f283c", "size": "1007", ...
package model; import java.io.IOException; import java.io.PrintWriter; import java.math.BigInteger; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import java.util.ArrayList; import java.util.Collections; import java.ut...
{ "content_hash": "2a0270fbc5928e3e8d14ff4141b1e7d3", "timestamp": "", "source": "github", "line_count": 223, "max_line_length": 166, "avg_line_length": 29.84304932735426, "alnum_prop": 0.6927122464312547, "repo_name": "rareschelmus/proiectCondr", "id": "ee83c8a9175f7ed9098f48e898cf9512daade148", "s...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.devtestlabs.models; import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.azure.r...
{ "content_hash": "437c97527818c7464920a53389ef27b4", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 95, "avg_line_length": 27.45679012345679, "alnum_prop": 0.6560251798561151, "repo_name": "Azure/azure-sdk-for-java", "id": "f804d23214fd65e25ccd22b1e792da96a0b2b1d4", "size...
/* $chaos: capability.c,v 1.6 2002/10/24 21:52:22 per Exp $ */ /* Abstract: Capabilities support. */ /* Author: Per Lundberg <per@chaosdev.org> */ /* Copyright 2002 chaos development. */ /* Use freely under the terms listed in the file LICENSE. */ #include <storm/storm.h> #include <storm/ia32/capability.h> #include <...
{ "content_hash": "8945a7a1d94b4413051576efec9eaedd", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 101, "avg_line_length": 28.678391959798994, "alnum_prop": 0.5785876993166287, "repo_name": "chaos4ever/stormG3", "id": "6556c0fe8547a1bc86381f8aa8c37bdcc75b311e", "size": ...
package com.amazonaws.services.honeycode.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.honeycode.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import stati...
{ "content_hash": "81bf3f433167d8c647b097c9f64a8676", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 158, "avg_line_length": 35.93650793650794, "alnum_prop": 0.6771201413427562, "repo_name": "aws/aws-sdk-java", "id": "52c13d42b5c0dfd680ed3d329ece5105f22b2c10", "size": "284...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.android.sunshine.app" > <uses-feature android:name="android.hardware.type.watch" /> <!-- Required to act as a custom watch face. --> <uses-permission android:name="com.googl...
{ "content_hash": "e22222ae1d290874df027bf2111888a8", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 101, "avg_line_length": 41.52173913043478, "alnum_prop": 0.6193717277486911, "repo_name": "TheUserFormerlyKnownAsBendix/Go-Ubiquitous", "id": "d1838b9ff0f2114e859ac8e812fc9a9...
ENV["SINATRA_ENV"] = "test" require_relative '../config/environment' # require 'spec_helper' require_all 'spec/spec_helper' # include RoutesHelper # include TitlesHelper # include TaglinesHelper
{ "content_hash": "1266e5680858bb427dbd8bf2fab559c6", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 40, "avg_line_length": 21.77777777777778, "alnum_prop": 0.7602040816326531, "repo_name": "lair001/a-most-byzantine-forum", "id": "224c416b0251f83c7f13dc8ea1fc9d241e736b3b", ...
package com.tools.qaa.interfaces; /** * Author: Sergey Korol. */ import com.tools.qaa.annotations.HTML; import org.openqa.selenium.WebDriver; import java.lang.annotation.Annotation; import java.lang.reflect.*; import java.util.*; import java.util.stream.Stream; import static com.codepoetics.protonpack.StreamUtils...
{ "content_hash": "4a177c99d6aa13a1bd1ec5dd8aab36ba", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 94, "avg_line_length": 31.1875, "alnum_prop": 0.7158316633266533, "repo_name": "atinfo/at.info-knowledge-base", "id": "59aa23a540e6b220e5b5a216ea0ad11885fc07d3", "size": "2...
package org.dhatim.safesql; /** * A query parameter requiring special literalization. */ public interface SafeSqlLiteralizable { void appendLiteralized(SafeSqlBuilder sb); }
{ "content_hash": "b2eafaa342fbb185e166a4b1aadbd280", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 54, "avg_line_length": 20.22222222222222, "alnum_prop": 0.7692307692307693, "repo_name": "dhatim/safesql", "id": "b6187e1b300038ce89c0debf2ec4f2a517a9915f", "size": "773", ...
<!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_151) on Wed May 02 00:35:11 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.wildfly.s...
{ "content_hash": "a7cdbd8a6a83e17090ed7984fbbdf4be", "timestamp": "", "source": "github", "line_count": 217, "max_line_length": 375, "avg_line_length": 47.63133640552996, "alnum_prop": 0.6523800309597523, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "a0da01741bc1fd1d5df40fdda18ca20f0354...
namespace { constexpr char kCloseAction[] = "LensUnifiedSidePanel.HideSidePanel"; constexpr char kExpectedSidePanelContentUrlRegex[] = ".*ep=ccm&re=dcsp&s=csp&st=\\d+&p=somepayload&sideimagesearch=1"; constexpr char kExpectedNewTabContentUrlRegex[] = ".*p=somepayload"; // Maintains image search test state. In par...
{ "content_hash": "cc56fb2c7a57d6b060944a59145fbae3", "timestamp": "", "source": "github", "line_count": 389, "max_line_length": 80, "avg_line_length": 39.53470437017995, "alnum_prop": 0.721373301254958, "repo_name": "chromium/chromium", "id": "d5116d5189638e69e007b1e0e11fb964e58e5198", "size": "176...
import argparse import base64 import hashlib import re import os import sys def ComputeIntegrity(input_path): hasher = hashlib.sha256() with open(input_path, 'rb') as f: hasher.update(f.read()) return base64.b64encode(hasher.digest()) def WriteHeader(input_paths_and_integrity, output_path): with open(ou...
{ "content_hash": "9af33d7af196f89558af8288fa52c2bd", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 79, "avg_line_length": 28.51851851851852, "alnum_prop": 0.6441558441558441, "repo_name": "nwjs/chromium.src", "id": "fcb8bdf3e5739ab6ca8b37709eb0f97b84f4541f", "size": "170...
package net.chrisrichardson.foodToGo.creditCardProcessing; /** * Gateway to the credit card processor */ public interface CreditCardProcessor { public AuthorizationTransaction authorize(PaymentInformation info) throws CreditCardProcessingException; }
{ "content_hash": "65020d4cf2ee3ac09a6e7569fc666462", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 70, "avg_line_length": 20.5, "alnum_prop": 0.7456445993031359, "repo_name": "cer/pia", "id": "efa6023b16fa23bbecda0c1584a21a35fb8cfbf1", "size": "908", "binary": false, ...
package org.maziarz.jadeit.dao; import org.maziarz.jadeit.model.Project; public interface ProjectDao extends BaseDao<Project> { }
{ "content_hash": "a133a180a6c645f53509c138a97873ab", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 54, "avg_line_length": 19, "alnum_prop": 0.7969924812030075, "repo_name": "kKEo/jadeit", "id": "292eca5eba243a5d67a9da74345ac93db5356cbc", "size": "133", "binary": false, ...
<?xml version="1.0" encoding="UTF-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.gluonhq.samples.connect.file" android:versionCode="1" android:versionName="1.0"> <supports-screens android:xlargeScreens="true"/> <uses-permission android:name="android.permission.INT...
{ "content_hash": "9bb6858b809688b5da10eb3e3ab4684d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 162, "avg_line_length": 78.27777777777777, "alnum_prop": 0.652235628105039, "repo_name": "erwin1/gluon-samples", "id": "fac747b0bcf2712e9f84f62d40aa2a627b5f2a5c", "size": "...
using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Net.Http.Headers; using System.Runtime.InteropServices; using System.Threading; using System.Threading.Tasks; using Microsoft.TeamFoundation.DistributedTask.WebApi; using Microsoft.VisualStudio.Services.Agent.Util; u...
{ "content_hash": "5108bceac9f946b02066849841019ddb", "timestamp": "", "source": "github", "line_count": 282, "max_line_length": 199, "avg_line_length": 38.255319148936174, "alnum_prop": 0.6016870596959585, "repo_name": "kasubram/vsts-agent", "id": "71322abbaf26373a38a00fa58137e3c6fb34d491", "size":...
package io.github.proxyprint.kitchen.models.printshops; import com.fasterxml.jackson.annotation.JsonIgnore; import javax.persistence.*; import java.io.Serializable; import java.text.SimpleDateFormat; import java.util.GregorianCalendar; import java.util.Objects; /** * * @author josesousa */ @Entity @Table(name = ...
{ "content_hash": "7aa6251067a4767671f9e5c11c42fa8d", "timestamp": "", "source": "github", "line_count": 275, "max_line_length": 499, "avg_line_length": 33.72727272727273, "alnum_prop": 0.6520754716981132, "repo_name": "EMResearch/EMB", "id": "6729161a227a84ae41c2cc93b583512c9d20909f", "size": "9924...
DropdownToggle is a simple directive which will toggle a dropdown link on click. Simply put it on the <code>&lt;a&gt;</code> tag of the toggler-element, and it will find the nearest dropdown menu and toggle it when the <code>&lt;a class="dropdown-toggle"&gt;</code> is clicked.
{ "content_hash": "336b4a739be37d61e29d0a1c67626b78", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 124, "avg_line_length": 93, "alnum_prop": 0.7598566308243727, "repo_name": "angular-dart-ui/bootstrap", "id": "d913a40d5c07ad5df1c0b1116267eab6f4c4975d", "size": "279", "b...
 using System.Collections.Generic; using System.Linq; namespace System.Windows.Controls.WpfPropertyGrid { internal static class PropertyGridUtils { public static IEnumerable<T> GetAttributes<T>(object target) { if (target == null) throw new ArgumentNullException("target"); return GetAttributes...
{ "content_hash": "4767b00e0c9bfc9bd328538ae4a05e80", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 68, "avg_line_length": 24.333333333333332, "alnum_prop": 0.6666666666666666, "repo_name": "DenisVuyka/WPG", "id": "3b9cb827221293e1d2486409ed40b4f505ebd9bb", "size": "1258"...
import PageManager from './page-manager'; import $ from 'jquery'; import _ from 'lodash'; import giftCertCheck from './common/gift-certificate-validator'; import utils from '@bigcommerce/stencil-utils'; import ShippingEstimator from './cart/shipping-estimator'; import { defaultModal } from './global/modal'; export def...
{ "content_hash": "51c1cb0bf26c8284fec63924d46e4b32", "timestamp": "", "source": "github", "line_count": 341, "max_line_length": 101, "avg_line_length": 32.442815249266864, "alnum_prop": 0.5043839826448522, "repo_name": "aaronrodier84/rouxbrands", "id": "18cd984cf450b62c49a279b2c7c0fa0d1f56e4eb", "s...
FROM balenalib/hummingboard-debian:bullseye-build RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ curl \ \ # .NET Core dependencies libc6 \ libgcc1 \ libgssapi-krb5-2 \ libicu67 \ libssl1.1 \ libstdc++6 \...
{ "content_hash": "dbb9fe4477a0dbcc31e3f9427142e52d", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 683, "avg_line_length": 55.607142857142854, "alnum_prop": 0.7154784842646115, "repo_name": "resin-io-library/base-images", "id": "a6fe651e4a0363d4c45c985df1c0809241649f2b", ...
//------------------------------------------------------------------------------ // <auto-generated> // Dieser Code wurde von einem Tool generiert. // Laufzeitversion:4.0.30319.235 // // Änderungen an dieser Datei können fehlerhaftes Verhalten verursachen und gehen verloren, wenn // der Code neu generi...
{ "content_hash": "230bd02a9fae5b08c2e2d1ed6ee76df0", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 176, "avg_line_length": 41.74647887323944, "alnum_prop": 0.6251686909581646, "repo_name": "icyblade/aleph", "id": "419d0d9d6d34f38427b6b620c79746f644ed1060", "size": "2974"...
layout: post categories: [music, blogovision, blogovision2013] share: true comments: true title: 'No.05 Moonface - Julia With Blue Jeans On' date: '2013-12-16T23:27:00+01:00' tags: [albums, blogovision2013] redirect_from: "/blog/blogovision2013-no05/" link: http://themicronaut.tumblr.com/post/70227687177/blogovision201...
{ "content_hash": "dbe56c91a0aedd13b3ee6c8ae86f1908", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 140, "avg_line_length": 66.06976744186046, "alnum_prop": 0.7888067581837381, "repo_name": "TheMicronaut/TheMicronaut.github.io", "id": "72584ff63f8544161e992dec554d061388def2...
package org.jbpm.workbench.ht.client.editors.taskcomments; import java.util.Date; import com.google.gwtmockito.GwtMockitoTestRunner; import org.jbpm.workbench.ht.client.editors.taskcomments.TaskCommentsPresenter.TaskCommentsView; import org.jbpm.workbench.ht.model.events.TaskRefreshedEvent; import org.jbpm.workbench...
{ "content_hash": "59b74ccac8c019d3ed67fc44241450cb", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 96, "avg_line_length": 33.92622950819672, "alnum_prop": 0.5822662478859628, "repo_name": "rbarriuso/jbpm-wb", "id": "2216376f6d3ca88a648748c3dafa125168ba6cb8", "size": "47...
<def-group> <definition class="compliance" id="aide_periodic_cron_checking" version="1"> <metadata> <title>Configure Periodic Execution of AIDE</title> <affected family="unix"> <platform>Red Hat Enterprise Linux 6</platform> <platform>Red Hat Enterprise Linux 7</platform> </affec...
{ "content_hash": "e8decfd3b683d53ea2ff1ff680db2f1e", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 155, "avg_line_length": 60.375, "alnum_prop": 0.6919254658385093, "repo_name": "ykhodorkovskiy/clip", "id": "ec675f597cf8b1856d01a66a300cd7fe174a55df", "size": "2415", "b...
package eu.freme.broker.security; import java.io.IOException; import java.util.ArrayList; import javax.annotation.PostConstruct; import javax.servlet.Filter; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Lo...
{ "content_hash": "521bd7c849ef96458c334e060ed0b901", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 102, "avg_line_length": 32.453658536585365, "alnum_prop": 0.7985871035623027, "repo_name": "freme-project/Broker", "id": "c9798d1b5010a3542ed07cf0dc802bc86aa0a0e1", "size"...
<!DOCTYPE html> <html> <head> <title>django-treenav</title> <style type="text/css"> body { font-family: Arial, "MS Trebuchet", sans-serif; } a { color: blue; } a.active-menu-item-link { color:...
{ "content_hash": "0dbedf49b99a864c82974858b5cc826b", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 112, "avg_line_length": 36.19047619047619, "alnum_prop": 0.5125, "repo_name": "caktus/django-treenav", "id": "6d6e0a60d11a3de9246755ac085d01dc32d60047", "size": "1520", "...
<?php namespace Project\AppBundle\Form; use Symfony\Component\Form\AbstractType; use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\OptionsResolver\OptionsResolverInterface; class ValidateEvaluationType extends AbstractType { /** * @param FormBuilderInterface $builder * @param array...
{ "content_hash": "fc796549ace839d2f6090f99c5a195a1", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 104, "avg_line_length": 25.657894736842106, "alnum_prop": 0.6656410256410257, "repo_name": "vrap/project-b", "id": "8c9d4db37880419d52d19342f55f39561bbda11a", "size": "975"...
#include "arm_compute/runtime/CL/functions/CLBitwiseOr.h" #include "src/core/CL/kernels/CLBitwiseKernel.h" #include "src/common/utils/Log.h" #include <utility> namespace arm_compute { void CLBitwiseOr::configure(const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output) { configure(CLKernelLibrary::g...
{ "content_hash": "34be8759138d6e05717ca21bce5f2fb2", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 137, "avg_line_length": 31.458333333333332, "alnum_prop": 0.7443708609271523, "repo_name": "ARM-software/ComputeLibrary", "id": "a07bf17bb29e9b16619b498f637d0e0dcd509863", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in in Pooprang, Boonpragob & Elix, Mycotaxon 71: 113 (1999) #### Original name Hypotrachyna ramkhamhaengiana Elix & Pooprang ### Remarks null
{ "content_hash": "2768c632fd1fb66a307034da8ea65535", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 56, "avg_line_length": 17.46153846153846, "alnum_prop": 0.73568281938326, "repo_name": "mdoering/backbone", "id": "5cebbd9704ac91208615d38e987dc0884f162076", "size": "296",...
package com.newlandframework.avatarmq.broker.strategy; import com.newlandframework.avatarmq.msg.Message; import com.newlandframework.avatarmq.broker.ConsumerMessageListener; import com.newlandframework.avatarmq.broker.ProducerMessageListener; import com.newlandframework.avatarmq.model.RequestMessage; import com.newla...
{ "content_hash": "ab9b2585f58293a81536b7dc54669b5c", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 96, "avg_line_length": 33.25581395348837, "alnum_prop": 0.7888111888111888, "repo_name": "tang-jie/AvatarMQ", "id": "06cb38fb45c302dd87bc87dd18292ac5a52f2eb7", "size": "205...
package de.javagl.flow.modules.basic.selectable.f; import de.javagl.flow.module.Module; import de.javagl.flow.module.ModuleInfo; import de.javagl.flow.module.ModuleInfos; import de.javagl.flow.module.creation.AbstractModuleCreator; import de.javagl.flow.module.creation.ModuleCreator; import de.javagl.flow.mo...
{ "content_hash": "0ff6e447e296f939e97857b98caee4fd", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 72, "avg_line_length": 28.925925925925927, "alnum_prop": 0.678617157490397, "repo_name": "javagl/Flow", "id": "fd4c55a580c6877eaec5ffc9d9d2008a224e92a7", "size": "1662", ...
import { CODE_TOGGLE, SIDEBAR_TOGGLE, DISABLE_ANIMATE } from '../actions'; const left_width=.25 const initialState = { sb: true, cb: false, animateCode:false, left:left_width }; export default function(state = initialState, action) { switch (action.type) { case SIDEBAR_TOGGLE:...
{ "content_hash": "9925b9ecdc26d6a3efa9b67b8543fce4", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 55, "avg_line_length": 21.594594594594593, "alnum_prop": 0.4793491864831039, "repo_name": "ekatzenstein/three.js-live", "id": "487f74b3a2ea6cfb60ccb97bd9e6609bd285568e", "s...
package com.sentenial.ws.client.dd; import javax.xml.bind.annotation.*; import javax.xml.bind.annotation.adapters.CollapsedStringAdapter; import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter; /** * <p>Java class for ResponseReverseDirectDebit complex type. * * <p>The following schema fragment specifies ...
{ "content_hash": "6d4537c8f041f8d228cfd9a11358fd39", "timestamp": "", "source": "github", "line_count": 176, "max_line_length": 132, "avg_line_length": 25.073863636363637, "alnum_prop": 0.5948334466349422, "repo_name": "whelanp/sentenial-ws-client", "id": "cfc9da306359d138eae5f6463b37dd285de7c516", ...
package androidx.media2.test.service.tests; import static androidx.media2.test.common.CommonConstants.CLIENT_PACKAGE_NAME; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertSame; import static or...
{ "content_hash": "579ce04e13e03b28ce5fe8afe7947333", "timestamp": "", "source": "github", "line_count": 417, "max_line_length": 99, "avg_line_length": 36.2589928057554, "alnum_prop": 0.6926587301587301, "repo_name": "AndroidX/androidx", "id": "badc0353a1b9583efbdf5878548bb46b982f2019", "size": "157...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805_wchar_t_snprintf_01.cpp Label Definition File: CWE122_Heap_Based_Buffer_Overflow__cpp_CWE805.string.label.xml Template File: sources-sink-01.tmpl.cpp */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSou...
{ "content_hash": "a7f2736c6a7ad4d20128748c6713f2c9", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 131, "avg_line_length": 28.166666666666668, "alnum_prop": 0.626232741617357, "repo_name": "maurer/tiamat", "id": "b46ea75e4c9a1b09d2ac39bfd9a033b31deacdbd", "size": "3042"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>coalgebras: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
{ "content_hash": "2dc7162a39d89141e232a8440bab6a79", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 395, "avg_line_length": 42.28654970760234, "alnum_prop": 0.5574609320979118, "repo_name": "coq-bench/coq-bench.github.io", "id": "8d453012bb0c97d03a0fc88e9502b8cc091b00ce", ...
{% load staticfiles %} <!DOCTYPE html> <html> <head> <title>{% block title %} {% block title_text %} {% endblock %} - Experiment Repository {% endblock %} </title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Bootstrap --> <link href="{% static 'css/bo...
{ "content_hash": "ffc919883b039e12ce7b4bbbabc529f3", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 138, "avg_line_length": 46.471698113207545, "alnum_prop": 0.4321965083231831, "repo_name": "heryandi/experiment_repo", "id": "6512fa418edaa0ec705db8feda90e73e0c4cdfab", "s...
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [DialogState](./sip.js.dialogstate.md) &gt; [remoteTarget](./sip.js.dialogstate.remotetarget.md) ## DialogState.remoteTarget property <b>Signature:</b> ```typescript remoteTar...
{ "content_hash": "41554b457859cdc5939bb227b510faec", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 147, "avg_line_length": 30.545454545454547, "alnum_prop": 0.6696428571428571, "repo_name": "onsip/SIP.js", "id": "bf603947adb64b1bef66af23707bef1d7c46979b", "size": "336", ...
package com.hazelcast.config; import com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig; import com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig; import com.hazelcast.config.CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig; import com.hazelcast.c...
{ "content_hash": "3b1e17d3a30a53e26c0080342ab6a5d2", "timestamp": "", "source": "github", "line_count": 2139, "max_line_length": 130, "avg_line_length": 48.51472650771389, "alnum_prop": 0.6149961936149094, "repo_name": "emrahkocaman/hazelcast", "id": "0dd780f50c7c564c6a34112bebb221a277521799", "siz...