text
stringlengths
2
1.04M
meta
dict
import { forwardRef } from "react"; import { FontIcon, FontIconProps } from "@react-md/icon"; export const CallFontIcon = forwardRef<HTMLElement, FontIconProps>( function CallFontIcon(props, ref) { return ( <FontIcon {...props} ref={ref}> call </FontIcon> ); } );
{ "content_hash": "e7ef5c5ee2bd3bbb6d90f029ba04ebbd", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 67, "avg_line_length": 22.923076923076923, "alnum_prop": 0.6342281879194631, "repo_name": "mlaursen/react-md", "id": "69a35779d3c56d51779d3bc848b3c24fcf522a55", "size": "40...
/** * @param {Number} num * @param {Array<Number>} parameters * @returns {Number} * @typecheck */ function test(num, ...parameters) { __executeTypecheck__("test", "num", num, "\"Number\""); __executeTypecheck__("test", "parameters", parameters, "{\"root\":\"Array\",\"children\":[\"Number\"]}"); return __ex...
{ "content_hash": "90dd3d874d0a2e63577623c7406a478c", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 107, "avg_line_length": 28.142857142857142, "alnum_prop": 0.5939086294416244, "repo_name": "johnthecat/babel-plugin-jsdoc-runtime-typecheck", "id": "b74db4fde5f198754e7775df3...
 html, body { margin: 0 auto; font-family: Segoe UI,SegoeUI,Segoe WP,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif; height: 100%; } .content { display: flex; flex-direction: column; position: relative; align-items: center; min-height: 100%; overflow: hidden; } .content__backgro...
{ "content_hash": "b5b0d5118ea1fe8a8d76c35cf01915e6", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 92, "avg_line_length": 15.790322580645162, "alnum_prop": 0.5944841675178754, "repo_name": "riganti/test-utils", "id": "67bb89736312bbe8a66cd0509dc3b11acd52248a", "size": "9...
<!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_79) on Mon Aug 17 17:11:15 IST 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>org.apache.solr.rest...
{ "content_hash": "71cfb5a8ba14beb31cafd423ae340ac0", "timestamp": "", "source": "github", "line_count": 207, "max_line_length": 765, "avg_line_length": 52.6231884057971, "alnum_prop": 0.6646470210226751, "repo_name": "changwu/mqa", "id": "3becd020125137af829e302ff6561f0101270d80", "size": "10893", ...
'use strict'; require('../common'); const assert = require('assert'); const util = require('util'); const processUtil = process.binding('util'); const opts = {showProxy: true}; const target = {}; const handler = { get: function() { throw new Error('Getter should not be called'); } }; const proxyObj = new Proxy(targ...
{ "content_hash": "9f0704c3d57cda0b0ac19aff2f19b367", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 79, "avg_line_length": 43.43529411764706, "alnum_prop": 0.6703683640303358, "repo_name": "RPGOne/Skynet", "id": "ae6da3a34f8727fe43cbaf0ab3ce01da694152c1", "size": "3692", ...
package mars.auvtree.nodes; import java.awt.datatransfer.Transferable; import java.awt.datatransfer.UnsupportedFlavorException; import java.beans.PropertyChangeEvent; import java.io.IOException; import java.util.HashMap; import java.util.List; import javax.swing.Action; import mars.auv.AUV; import mars.auv.AUV_Manage...
{ "content_hash": "9a12a1ab7d76a8e485b5971febcdbf3f", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 115, "avg_line_length": 25.312883435582823, "alnum_prop": 0.6119728550654386, "repo_name": "iti-luebeck/MARS", "id": "7552872c97c69b533e4834a5640517a3c5358d3a", "size": "5...
namespace autofill_assistant { // Builds a ClientStatus appropriate for an unexpected error. // // This should only be used in situations where getting an error cannot be // anything but a bug in the client and no devtools ReplyStatus is available. ClientStatus UnexpectedErrorStatus(const std::string& file, int line);...
{ "content_hash": "bfd0e680d523fddc7d8c47903f734a41", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 80, "avg_line_length": 36.72727272727273, "alnum_prop": 0.7446958981612447, "repo_name": "endlessm/chromium-browser", "id": "dda9a43b6d9804b79e035065837b27b6d434803a", "siz...
package org.artifactory.addon; import java.io.Serializable; /** * An action which is performed in case no Artifactory Pro license is installed * and the user has not visited the license page * * @author Shay Yaakov */ public interface NoInstalledLicenseAction extends Serializable { void act(); }
{ "content_hash": "099b18bfe020670ec2a67618705382ad", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 79, "avg_line_length": 19.4375, "alnum_prop": 0.7459807073954984, "repo_name": "alancnet/artifactory", "id": "2ab124b35ac4a708fb0f8a01304df9b86f2be99a", "size": "1066", "...
#include "optionsmodel.h" #include "bitcoinunits.h" #include <QSettings> #include "init.h" #include "walletdb.h" #include "guiutil.h" OptionsModel::OptionsModel(QObject *parent) : QAbstractListModel(parent) { Init(); } bool static ApplyProxySettings() { QSettings settings; CService addrProxy(settings...
{ "content_hash": "cf8e60d0da2625d8e2971065235c7dca", "timestamp": "", "source": "github", "line_count": 275, "max_line_length": 98, "avg_line_length": 30.98909090909091, "alnum_prop": 0.6033794883830087, "repo_name": "massagecoin/massagecoin", "id": "f32d49bc8edf996e9244566f9aa14b0b69a9b993", "size...
// 08. Write a program that extracts from a given text all sentences containing given word. // Example: The word is "in". The text is: // We are living in a yellow submarine. We don't have anything else. Inside the submarine is very tight. // So we are drinking all the day. We will move out of it in 5 days...
{ "content_hash": "4c1659d31b79734c3c546d5253e1b03a", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 208, "avg_line_length": 38.793103448275865, "alnum_prop": 0.6195555555555555, "repo_name": "2She2/CSharpPartTwo", "id": "63a2c980078d3d88d56f4abb5ec2f175c9689221", "size": ...
<?php /** * @file * Contains \Drupal\Core\Render\Element\Select. */ namespace Drupal\Core\Render\Element; use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Render\Element; /** * Provides a form element for a drop-down menu or scrolling selection box. * * See #empty_option and #empty_value for an explan...
{ "content_hash": "6c6c8ca5ecb707aad76159fabc0113d9", "timestamp": "", "source": "github", "line_count": 159, "max_line_length": 133, "avg_line_length": 41.35849056603774, "alnum_prop": 0.631234793187348, "repo_name": "ital-lion/Drupal4Lions", "id": "70f14d66cbabcda6833bf2cba3da152198b9829d", "size"...
TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD, TABLE.FCK__ShowTableBorders TH { border: #d3d3d3 1px solid; } FORM { border: 1px dotted #FF0000; padding: 2px; } .FCK__Flash { border: darkgray 1px solid; background-position: center center; background-image: url(images/fck_flashlog...
{ "content_hash": "9e6cab1ba2cb17a06f32a10eb2d5f32c", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 91, "avg_line_length": 18.53968253968254, "alnum_prop": 0.6815068493150684, "repo_name": "studiodev/archives", "id": "ddf7c57a5a153a2b48a49fd3ea4e3f459b2da7a7", "size": "17...
""" Support for MQTT message handling. For more details about this component, please refer to the documentation at https://home-assistant.io/components/mqtt/ """ import asyncio import logging import os import socket import time import ssl import re import requests.certs import voluptuous as vol from homeassistant.co...
{ "content_hash": "3cb793cdcb6ec46bb913f474bd6f7502", "timestamp": "", "source": "github", "line_count": 665, "max_line_length": 79, "avg_line_length": 33.64962406015037, "alnum_prop": 0.6263574205657595, "repo_name": "stefan-jonasson/home-assistant", "id": "9decc9a14aa95a23516b7b71a1afc2c381a60b47", ...
<!DOCTYPE html> <html> {% include head.html %} <body class="theme-{% if site.resume_theme %}{{ site.resume_theme }}{% endif %}"> <div class="wrapper" itemscope itemtype="http://schema.org/Person"> <header class="page-header"> <!-- You can turn off the avatar in _config.yml by setting to false...
{ "content_hash": "f371367d92f185736fe12aad4497a811", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 277, "avg_line_length": 36.44761904761905, "alnum_prop": 0.563888163051999, "repo_name": "tyg03485/tyg03485.github.io", "id": "e8ae532b2993284de257f990befcdb6fe1f81200", "...
using System.Threading.Tasks; using Bmz.Framework.Tests.Application.Navigation; using Bmz.Framework.Tests.Configuration; using Bmz.Framework.Web.Navigation; using Shouldly; using Xunit; namespace Bmz.Framework.Web.Tests.Navigation { public class NavigationScript_Tests { [Fact] public async Tas...
{ "content_hash": "ebf1895dadc2898c4d1eb79314e8bff8", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 91, "avg_line_length": 28.8, "alnum_prop": 0.6541666666666667, "repo_name": "blademasterzhang/Bmz.Framework", "id": "dece27777442936011e88ac5b70df21cdd628fa0", "size": "722...
package uk.gov.nationalarchives.droid.core.signature.compiler; import java.util.ArrayList; import java.util.BitSet; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import javax.xml.transform.Trans...
{ "content_hash": "ad1d9a89747d17786e19ed3b732de0b6", "timestamp": "", "source": "github", "line_count": 533, "max_line_length": 158, "avg_line_length": 45.71482176360225, "alnum_prop": 0.6029303127308545, "repo_name": "digital-preservation/droid", "id": "fb3babb0c098f989b7d11ebb690544d64ac9f552", "...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>Star98 Educational Dataset &#8212; statsmodels v0.10.0 documentation</title> <link rel="stylesheet" href="../../_static/nature.css" type="text/css" /> <link rel="stylesheet" href="../../_static/pygments...
{ "content_hash": "e6c8c3a6694aa5067caeb92a69bb1177", "timestamp": "", "source": "github", "line_count": 229, "max_line_length": 393, "avg_line_length": 59.851528384279476, "alnum_prop": 0.631475266306727, "repo_name": "statsmodels/statsmodels.github.io", "id": "68a308c11f666f73c92950cb0df605b9f32a16d...
package cruise.ui.jsf.templates.impl.fragment.GUI; import cruise.model.abstractObjects.IGenerator; import cruise.umple.compiler.Attribute;; public class SetteableDouble implements IGenerator { protected static String nl; public static synchronized SetteableDouble create(String lineSeparator) { ...
{ "content_hash": "0dc504ce1992239d2b78e7430042638f", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 133, "avg_line_length": 36.38235294117647, "alnum_prop": 0.6839126919967664, "repo_name": "umple/umple", "id": "c5cc10c6d646291ce679bfba207583512f407d87", "size": "1237", ...
/** * Created by sheldon on 2016/5/27. */ define(function (require, exports, module) { module.exports = function (app) { app.register.controller('TreasureIndexCtrl', ['$scope', '$location','Treasure','Bridge', function ($scope, $location,Treasure,Bridge) { $scope.baseUrl = $lo...
{ "content_hash": "1daab5dad4f6b71d53270705ed236916", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 98, "avg_line_length": 34.3768115942029, "alnum_prop": 0.4430860033726813, "repo_name": "Sheldon-Yin/mmfenqiWeb", "id": "0c5652224bc6b3983f2b24e07c1915c72c8bd8e1", "size": ...
@interface CameraViewController () @property (weak, nonatomic) IBOutlet UIImageView *backgroundView; @property (weak, nonatomic) IBOutlet UITextField *myTitle; @property (weak, nonatomic) IBOutlet UIView *middleView; @property (weak, nonatomic) IBOutlet UIButton *backBtn; @end @implementation CameraViewController - ...
{ "content_hash": "9601f1d0ec616824514236d8253251cf", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 88, "avg_line_length": 23.986842105263158, "alnum_prop": 0.6999451453647834, "repo_name": "GrayJIAXU/520Linkee", "id": "fffa8dc0475839540d6d82ba855d32aeaceba16e", "size": "...
using System; using System.Threading.Tasks; namespace Gluon.Relay.Contracts { public interface IRemoteMethodInvoker : IDisposable { Task InvokeAsync(string methodName, params object[] args); Task<TResult> InvokeAsync<TResult>(string methodName, params object[] args); } }
{ "content_hash": "ed11c640d2d4da1004b3ddcd4398a588", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 84, "avg_line_length": 25.25, "alnum_prop": 0.7194719471947195, "repo_name": "greghoover/gluon", "id": "612ae42409fb47b51a58b3d3736becac95c7463f", "size": "305", "binary"...
// Copyright (c) All contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using PInvoke; using Xunit; using static PInvoke.Crypt32; public ...
{ "content_hash": "4c005f8d3fec4d1c9058e2c8d6615562", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 101, "avg_line_length": 29.41176470588235, "alnum_prop": 0.5833333333333334, "repo_name": "AArnott/pinvoke", "id": "ae2350253841f061821a8837a414c69a87fd24e3", "size": "1502...
package org.apache.camel.impl; import java.lang.reflect.Method; import org.apache.camel.Consume; import org.apache.camel.ContextTestSupport; import org.junit.Test; public class CamelPostProcessorHelperConsumePredicateTest extends ContextTestSupport { @Test public void testConsumePredicate() throws Exceptio...
{ "content_hash": "186da65cc924e531e5cd44d06d3fa46e", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 86, "avg_line_length": 33.77142857142857, "alnum_prop": 0.6476311336717429, "repo_name": "punkhorn/camel-upstream", "id": "067adb6453905c273695b9f926aa989c8f1d1655", "size"...
<?xml version="1.0" encoding="UTF-8"?> <MetaDataObject xmlns="http://v8.1c.ru/8.3/MDClasses" xmlns:app="http://v8.1c.ru/8.2/managed-application/core" xmlns:cfg="http://v8.1c.ru/8.1/data/enterprise/current-config" xmlns:cmi="http://v8.1c.ru/8.2/managed-application/cmi" xmlns:ent="http://v8.1c.ru/8.1/data/enterprise" xm...
{ "content_hash": "11815dc2f7483e068ba065b2f793cd9a", "timestamp": "", "source": "github", "line_count": 283, "max_line_length": 867, "avg_line_length": 34.639575971731446, "alnum_prop": 0.6632663470366215, "repo_name": "oleynikova/final_task", "id": "e368b1aa4c9b2f18295d9b95620f2d8c2557618b", "size...
use strict; use CXGN::Page; my $page=CXGN::Page->new("Sol Genomics Network","Tyler"); $page->header(); print <<END_HEREDOC; <br /> <center> <table class="boxbgcolor2" width="100%" summary=""> <tr> <td width="33%">&nbsp;</td> <td width="33%" class="left"> <div class="boxcontent"> <br...
{ "content_hash": "121226aad2711605e3d635620c31259f", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 117, "avg_line_length": 41.42424242424242, "alnum_prop": 0.5708363813703975, "repo_name": "solgenomics/sgn", "id": "f7e8b69fb97f23391ce965a08724f90b05296d5d", "size": "4101...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "bd012faa2d3517aa7fdaef3d94457b0d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "fca92a24d2a74a588a0ba76574da3b897848d2be", "size": "20...
/* * DeliveryHub * * DeliveryHub API * * OpenAPI spec version: 1.0.0 * * Generated by: https://github.com/swagger-api/swagger-codegen.git * * 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 Lic...
{ "content_hash": "6155783374a6f22caa1903e1f7a8b202", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 98, "avg_line_length": 25.846938775510203, "alnum_prop": 0.5969206474536123, "repo_name": "garywong89/PetStoreAPI", "id": "be38e9e6145870f71727656e28619c65135e62c8", "size"...
<?php namespace Apigee\Edge\Tests\Test\Controller; use Apigee\Edge\Controller\EntityLoadOperationControllerInterface; use Apigee\Edge\Entity\EntityInterface; final class EntityLoadOperationControllerTester extends EntityControllerTesterBase implements EntityLoadOperationControllerTesterInterface { /** * {...
{ "content_hash": "f54643936db4a8f7f612cd9bc936c48e", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 166, "avg_line_length": 31.741935483870968, "alnum_prop": 0.7286585365853658, "repo_name": "apigee/apigee-client-php", "id": "46338731fb8d2a8b823132720f5f708fff3a19ba", "si...
require 'test/test_helper' class DavFunctionalTestCase < Test::Unit::TestCase include DavTest def self.inherited sub super sub_name = sub.name.demodulize.underscore if sub_name.sub! /^([^_]*)_controller_test$/, '\1' request_class = sub_name.to_sym if Limeberry::REQUEST_METHODS.include? re...
{ "content_hash": "7bf6bc825f3b08e1a275a4bb6deb0e02", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 78, "avg_line_length": 28.322580645161292, "alnum_prop": 0.5660592255125285, "repo_name": "tolsen/limeberry", "id": "b06d575acbb9809c46e0d07cf67d053c6f9e0f39", "size": "198...
#region Using Statements using System; using System.Collections.Generic; using Microsoft.Xna.Framework.Content; #endregion namespace RolePlayingGameData { /// <summary> /// Gear that may be equipped onto a FightingCharacter. /// </summary> public class Equipment : Gear { #reg...
{ "content_hash": "0b684351073cfd5662f7ee580b4d382d", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 84, "avg_line_length": 28.91891891891892, "alnum_prop": 0.5476635514018692, "repo_name": "vnen/xna-rpg-godot", "id": "d6bf13bb6aae20619ad34a28b73df74e1b7c0643", "size": "24...
'use strict'; /** * @ngdoc overview * @name app * @description * # app * * Main module of the application. */ angular.module('beoi', [ 'beoi.modules.main', 'beoi.modules.dashboard', 'beoi.modules.contest', 'beoi.modules.contestant', 'auth0' ]).config([ 'authProvider', '$httpProvider', '$logProvider',...
{ "content_hash": "2c75662f36ffad4e263882738a30aae0", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 76, "avg_line_length": 24.032258064516128, "alnum_prop": 0.6711409395973155, "repo_name": "be-oi/training-js", "id": "66e4ebdb6ec659b719de07d39ce65e7d2a3deda4", "size": "74...
namespace eversim { namespace core { namespace rendering { struct texture_packet { GLuint tex_id; glm::ivec2 resolution; texture_packet(const texture_packet&) = delete; texture_packet(const GLuint tid, const glm::ivec2 res) : tex_id(tid), resolution(res) {} ~texture_packet() { ...
{ "content_hash": "1a80265490e98a5bebe5022c2bbd1b11", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 109, "avg_line_length": 29, "alnum_prop": 0.5997536945812808, "repo_name": "texel-sensei/eversim", "id": "b94a984f3366061b39d40019269aa06fa7df0321", "size": "2647", "bina...
In Erinnerung an Dr. Axel Stoll (* 30. Oktober 1948 in Berlin; † 28. Juli 2014 ebenda). Promovierter Naturwissenschaftler und Gründer des Neu-Schwabenland-Forums.
{ "content_hash": "2498269c451e778365e2bfe090fd3d97", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 87, "avg_line_length": 54.666666666666664, "alnum_prop": 0.7804878048780488, "repo_name": "saufbernd/stollgeschichte", "id": "2e133a509ec2013385f65549476435ac82995f66", "siz...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
{ "content_hash": "561d6ceee6636f686613b3ff4eb9eefe", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 260, "avg_line_length": 41.8698224852071, "alnum_prop": 0.5139909553420011, "repo_name": "coq-bench/coq-bench.github.io-old", "id": "0ebb1de5702d28b6596226aa5c0c9c2f70ba1057...
package unet import ( "bytes" "fmt" "io" "net/http" "strings" "github.com/go-utils/ufs" "github.com/go-utils/ugo" ) // Returns a human-readable URL representation of the specified TCP address. // // Examples: // // `unet.Addr("http", ":8080")` = `http://localhost:8080` // // `unet.Addr("https", "testserver:90...
{ "content_hash": "0329da231a333870405129c44093ab32", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 112, "avg_line_length": 25.390243902439025, "alnum_prop": 0.6657060518731989, "repo_name": "indraniel/go-sra-schemas-1.5", "id": "5656df1cad43e583e56a73513bb171f8271a1f51", ...
package net.runelite.client.plugins.tearsofguthix; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics2D; import java.time.Duration; import java.time.Instant; import javax.inject.Inject; import net.runelite.client.ui.overlay.Overlay; import net.runelite.client.ui.overlay.OverlayLayer;...
{ "content_hash": "3a7f4c6520db52c8433666dd578f7af2", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 122, "avg_line_length": 31.16, "alnum_prop": 0.7477535301668806, "repo_name": "KronosDesign/runelite", "id": "48f29165028b3343d853bc843c8b3c9dc9d08c8a", "size": "2976", "...
package nz.ac.lconz.irr.curate.task; import org.apache.log4j.Logger; import org.apache.solr.client.solrj.SolrServerException; import org.dspace.content.Collection; import org.dspace.content.Community; import org.dspace.content.DSpaceObject; import org.dspace.content.Item; import org.dspace.core.Constants; import org.d...
{ "content_hash": "8a6375edb067efdb647c870584d7fee6", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 129, "avg_line_length": 34.76923076923077, "alnum_prop": 0.7190265486725663, "repo_name": "lconz-irr/Curation-Tasks", "id": "f52290a6cc950ab08c90c61db2407e7888ac5b6b", "si...
void PrintUsage() { cout<<"Usage:"<<endl; cout<<"\tWaitForReleaseEvent <iterations in millions>"<<endl; cout<<"Example:"<<endl; cout<<"\tWaitForReleaseEvent 16"<<endl; } bool Parse(int argc, char** argv, size_t& count) { if (2 != argc) { return false; } count = atoi(argv[1]); size_t newCount = count * 1000...
{ "content_hash": "127dadb2b45c35a61cc2b49302992c8e", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 62, "avg_line_length": 18.717741935483872, "alnum_prop": 0.6660922016372254, "repo_name": "SoftFx/FDK", "id": "b12e0097ae5303e54487d636f646ac4e4c8fc56e", "size": "2430", ...
class AddPhotosCountToLicense < ActiveRecord::Migration[4.2] def self.up add_column :licenses, :photos_count, :integer end def self.down remove_column :licenses, :photos_count end end
{ "content_hash": "25ea6b6c96b7ffd0a24ee7d4d1d62303", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 60, "avg_line_length": 22.333333333333332, "alnum_prop": 0.7263681592039801, "repo_name": "openheritage/open-plaques-3", "id": "ef3611a878c493431f5aaed50e6456d2ea24f54a", "s...
package org.jconfigurations.converters; import org.jconfigurations.ConfigurationException; import java.math.BigInteger; /** * * @author George Aristy */ public class BigIntegerConfigurationConverter implements ConfigurationConverter<BigInteger> { @Override public BigInteger convert(String value) throws Config...
{ "content_hash": "d9ac805df4bf0662e7317027836f7d43", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 93, "avg_line_length": 24.95, "alnum_prop": 0.7595190380761523, "repo_name": "llorllale/jconfigurations", "id": "f7316e265339061b1801023c8047d95fcccfdcba", "size": "1098", ...
import {Injectable} from "angular2/core"; import {ReplaySubject, Observable} from "rxjs"; import {IStatus} from "./IStatus"; /** * Defines all the statuses */ @Injectable() export class StatusService { constructor(){ } get OK(): IStatus{ let status: IStatus = { code: 200, ...
{ "content_hash": "f2945d77ee18a4d4f3f8136e7b887011", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 47, "avg_line_length": 21.419354838709676, "alnum_prop": 0.473644578313253, "repo_name": "jwanga/angular-api-sprout", "id": "03125b69c38c7b3ebfa9cea0acc1790706ddea64", "siz...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_27) on Mon Dec 16 23:53:28 EST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package org...
{ "content_hash": "f96830156997f42659ba733891cc6602", "timestamp": "", "source": "github", "line_count": 203, "max_line_length": 346, "avg_line_length": 45.69458128078818, "alnum_prop": 0.6608451918930573, "repo_name": "arrowli/RsyncHadoop", "id": "a84cfa9c1e5d08c970a62098c1cb3016ab01ce03", "size": ...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * di...
{ "content_hash": "c74879901d19e24c275bafe794ca305f", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 92, "avg_line_length": 34.275862068965516, "alnum_prop": 0.7283702213279678, "repo_name": "motorina0/flowable-engine", "id": "889d491e88d2ff9bd9d97f1b86516fd4cef81e37", "si...
package guitests; import static org.junit.Assert.*; import java.io.File; import org.junit.Test; import seedu.ggist.commons.core.Messages; import seedu.ggist.commons.exceptions.IllegalValueException; import seedu.ggist.logic.commands.SaveCommand; //@@author A0138411N public class SaveCommandTest extends TaskManagerG...
{ "content_hash": "599d7b7ad8d13fe502630781e9d40112", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 105, "avg_line_length": 35.63636363636363, "alnum_prop": 0.7378826530612245, "repo_name": "CS2103AUG2016-W13-C2/main", "id": "58223c2ff912775949885ac1f8c1c7da825e1cd8", "si...
import React from 'react' import classnames from 'classnames' import Difficulties from 'root/constants/Difficulties' import {Link} from 'react-router-dom' import LazyLoad from 'react-lazyload' import P from 'prop-types' import IP from 'react-immutable-proptypes' import ZoneIcon from 'root/components/ZoneIcon' import ...
{ "content_hash": "ec2597eae6334d53efb96ac7d19004f5", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 100, "avg_line_length": 25.5625, "alnum_prop": 0.5088630806845966, "repo_name": "jsza/tempus-website", "id": "86910149943341df0e70b284e0fc03051d9c7c72", "size": "3272", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "b75df2f8d56d4b92f7e8bc15dcb0aa41", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "b817b5cb542aeafcacf810b12834e6de3860376a", "size": "186...
<?php /** * @see Zend_Gdata_Gbase_Feed */ #require_once 'Zend/Gdata/Gbase/Feed.php'; /** * Represents the Google Base Customer Items Feed * * @link http://code.google.com/apis/base/ * * @category Zend * @package Zend_Gdata * @subpackage Gbase * @copyright Copyright (c) 2005-2012 Zen...
{ "content_hash": "c761d865f2bd13828c27fe89f63beb8d", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 87, "avg_line_length": 22.304347826086957, "alnum_prop": 0.645224171539961, "repo_name": "almadaocta/lordbike-production", "id": "6f6061fba35ed04dd154985d67d1bfa152bdab55", ...
//// [classMemberInitializerWithLamdaScoping3_0.ts] export var field1: string; //// [classMemberInitializerWithLamdaScoping3_1.ts] declare var console: { log(msg?: any): void; }; export class Test1 { constructor(private field1: string) { } messageHandler = () => { console.log(field1); // S...
{ "content_hash": "0379d7cdba511dc77cf0edb37804bcfa", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 83, "avg_line_length": 27.24137931034483, "alnum_prop": 0.6443037974683544, "repo_name": "mauricionr/TypeScript", "id": "a8e0718f27744f3194faf97075184ae2e09267a7", "size": ...
import pytest from dstools.env.env import _get_name, Env def test_can_create_env_from_dict(cleanup_env): e = Env.from_dict({'a': 1}) assert e.a == 1 def test_assigns_default_name(): assert _get_name('path/to/env.yaml') == 'root' def test_can_extract_name(): assert _get_name('path/to/env.my_name.ya...
{ "content_hash": "de0d8a51cfcbb86b12fd9fc57c155480", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 70, "avg_line_length": 25.5, "alnum_prop": 0.5777777777777777, "repo_name": "edublancas/dstools", "id": "88f61395a7190a17a3fa6b2b3e54ab2f70d521d9", "size": "765", "binary...
ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1d97587d9d3bf2f580c54583cde5eb14", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 47, "avg_line_length": 10.923076923076923, "alnum_prop": 0.7183098591549296, "repo_name": "mdoering/backbone", "id": "2c60c2af2ec257802fe1c13cd385166ac12c6365", "size": "23...
package com._4dconcept.springframework.data.marklogic.datasource.lookup; import org.springframework.core.Constants; import org.springframework.lang.Nullable; import org.springframework.transaction.TransactionDefinition; import org.springframework.transaction.support.DefaultTransactionDefinition; import org.springfram...
{ "content_hash": "23e240069a7f4092c5aaa6b3e93edd47", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 136, "avg_line_length": 48.052083333333336, "alnum_prop": 0.7582917840884457, "repo_name": "stoussaint/spring-data-marklogic", "id": "4d81d9cc882029edc3b3f0666d6a9622e1fcd082...
require "test_helper" class Admin::ExportTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end
{ "content_hash": "8424a73df5ce761869bfc14fbd6f323f", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 49, "avg_line_length": 18.142857142857142, "alnum_prop": 0.6929133858267716, "repo_name": "myapnea/www.myapnea.org", "id": "6a482f616cc11f0afd033ca86b050d4a12a17feb", "size"...
package cn.bishiti.base.patterns.FactoryMethod; public class SendSmsFactory implements Provider{ @Override public Sender produce() { // TODO Auto-generated method stub return new SmsSender(); } }
{ "content_hash": "c60f2e2073f22fae925235e2a28ff7a5", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 48, "avg_line_length": 18.727272727272727, "alnum_prop": 0.7572815533980582, "repo_name": "LittleLazyCat/TXEYXXK", "id": "99ac9426845e0b434e14d4c5d3ba9e8d29b13c1b", "size":...
#include <unistd.h> #include <fcntl.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <stdint.h> #include <toe/cmdlopt.h> #include <linuxapi/linuxapi.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <inttypes.h> #include <readline/history.h> #include <readline/readli...
{ "content_hash": "a5d7c209625d8c3e3b4b8b8426c70882", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 149, "avg_line_length": 22.763698630136986, "alnum_prop": 0.5376861742139311, "repo_name": "jgressmann/Weatherbug", "id": "c556441ee6f4d4a888ecbb5541df4a9462d9d7c5", "size...
The MongoDB proxy was developed to help drivers who do not have either replicaset or advanced authentication support for MongoDB. It aims to make it possible for any basic mongodb driver to be able to tap into the advanced features provided by MongoDB. ## Design of Proxy The Proxy uses the node.js mongodb native driv...
{ "content_hash": "435d250e8d4e6f3072dab5cdcd69d0f0", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 407, "avg_line_length": 37.247191011235955, "alnum_prop": 0.6437405731523379, "repo_name": "christkv/mongodb-proxy", "id": "f271abc4420c1c0e6360b5f3e9fc2a91dc8380c5", "size...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="8dp"> <android.support.v7.widget.CardView ...
{ "content_hash": "6ef0ac427ffb854ce4def6f088e83255", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 79, "avg_line_length": 41.869565217391305, "alnum_prop": 0.6033229491173416, "repo_name": "JMedinilla/CondominApp", "id": "27e53c070820755883ebda4053a9b318ca3db036", "size"...
from __future__ import division import numpy as np import gzip import cPickle as pickle import cv2 import matplotlib.pyplot as plt import matplotlib.patches as mpatches import sys sys.path.insert(0, '../mlp_test') from data_utils import load_mnist train_len = 1000 start=0 the_colors = [ 'blue', 'green', 'red', 'cya...
{ "content_hash": "e17b7ea80c8796671e0b7c4e53293907", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 123, "avg_line_length": 27.789473684210527, "alnum_prop": 0.6590909090909091, "repo_name": "laputian/dml", "id": "81a14e4fd988c88e018b6aee2e41e362cc3535f2", "size": "1584",...
<?php namespace yii\db; /** * The QueryInterface defines the minimum set of methods to be implemented by a database query. * * The default implementation of this interface is provided by [[QueryTrait]]. * * It has support for getting [[one]] instance or [[all]]. * Allows pagination via [[limit]] and...
{ "content_hash": "3808ddeb4469fe886d0940062a1fbd57", "timestamp": "", "source": "github", "line_count": 251, "max_line_length": 147, "avg_line_length": 48.569721115537845, "alnum_prop": 0.6246411287015011, "repo_name": "pranjalcodefire/yiiuserplugin", "id": "393c7f9a00cc698c1f1b56a7f3f7617a16b9faab",...
console.log(Number.isFinite(Infinity)); // false console.log(Number.isFinite(NaN)); // false console.log(Number.isFinite(-Infinity)); // false console.log(Number.isFinite(0)); // true console.log(Number.isFinite(2e64)); // true console.log(Number.isFinite("0")); // false, would've been true...
{ "content_hash": "2dddc8fcb33b1a30e0a6ca9b158dbcce", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 95, "avg_line_length": 38.55555555555556, "alnum_prop": 0.6657060518731989, "repo_name": "carlosalberto/echo-js", "id": "4b0bd9bf65fcd47c7f053770271d2fc9d3457af5", "size": "...
this["wp"] = this["wp"] || {}; this["wp"]["a11y"] = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /*****...
{ "content_hash": "458e5811b2646a6998945e8086da0dbe", "timestamp": "", "source": "github", "line_count": 318, "max_line_length": 293, "avg_line_length": 33.68238993710692, "alnum_prop": 0.6216039585472878, "repo_name": "pjhooker/monferratopaesaggi", "id": "5ba45b893f99fab21f0c931e127589812e3590b8", ...
from typing import List, Optional, Tuple # noqa import attr from path import Path import cli_ui as ui import tsrc import tsrc.executor import tsrc.git class BadBranches(tsrc.Error): pass @attr.s(frozen=True) class RepoAtIncorrectBranchDescription: dest = attr.ib() # type: str actual = attr.ib() # ty...
{ "content_hash": "ae84b57dad696558cd5bfc05f2520599", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 87, "avg_line_length": 32.6985294117647, "alnum_prop": 0.5734202833370812, "repo_name": "TankerApp/tsrc", "id": "c058ebf8b6d2658e4e97a4945dcb3e819ce1ca8f", "size": "4447",...
package org.livetribe.slp.spi.ua; import java.util.List; import org.livetribe.slp.Attributes; import org.livetribe.slp.Scopes; import org.livetribe.slp.ServiceInfo; import org.livetribe.slp.ServiceType; import org.livetribe.slp.ServiceURL; /** * */ public interface IUserAgent { public List<ServiceInfo> findS...
{ "content_hash": "1c7a46302fad4e7d09a8d2ee1bc3c5ac", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 114, "avg_line_length": 28.56, "alnum_prop": 0.7955182072829131, "repo_name": "livetribe/livetribe-slp", "id": "fd92356c13e0590513c72b0fca4aa87e5c4a557b", "size": "1332", ...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectModuleManager"> <modules> <module fileurl="file://$PROJECT_DIR$/Automotriz.iml" filepath="$PROJECT_DIR$/Automotriz.iml" /> </modules> </component> </project>
{ "content_hash": "e9cdd0e73cec6f2201f76a57e930363e", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 102, "avg_line_length": 32.5, "alnum_prop": 0.6653846153846154, "repo_name": "santiago19871/uip-prog2", "id": "30ba7cd6e47d9684a4e52c56065f434bbde87ff5", "size": "260", "b...
using System.Text.RegularExpressions; namespace De.Osthus.Ambeth.Security { public interface IServicePermission { Regex[] Patterns { get; } PermissionApplyType ApplyType { get; } } }
{ "content_hash": "7db843e5443ab398475e7044dbdf7c18", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 46, "avg_line_length": 19.454545454545453, "alnum_prop": 0.6728971962616822, "repo_name": "Dennis-Koch/ambeth", "id": "cb25f3dc4a3a8aac003b4f77c26febb69ff8c638", "size": "2...
import collections from simpleflow import logger # noinspection PyUnresolvedReferences class History(object): """ History data. :ivar _history: raw(ish) history events :type _history: swf.models.history.History :ivar _activities: activity events :type _activities: collections.OrderedDict[str...
{ "content_hash": "89b7c5398dbd743b0cb93aaa8e82aa42", "timestamp": "", "source": "github", "line_count": 738, "max_line_length": 103, "avg_line_length": 38.52710027100271, "alnum_prop": 0.506805472514332, "repo_name": "botify-labs/simpleflow", "id": "5945db5ebe4f86edd6db352874e91d2a5a6d2b5f", "size"...
ramsondon i2c library for arduino. Notes: this library has only been tested with an arduino due and a drotek 10DOF breakout board (MPU9250 and MS5611). for testing purposes the breakout board has been connected directly to the 3.3v output pin of the arduino due. 10DOF ----> Arduino SDA ----> SDA (20) SCL --...
{ "content_hash": "58490a797c17e60e4a2fc111fd8ac92b", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 111, "avg_line_length": 21.833333333333332, "alnum_prop": 0.6585704371963914, "repo_name": "ramsondon/arduino-i2c", "id": "2414945dd3038aae307f981d54e0eaf8ce7e00c9", "size"...
package net.whg.we.net.server; import java.io.DataInput; import java.io.DataInputStream; import java.io.DataOutput; import java.io.DataOutputStream; import java.io.IOException; import net.whg.we.net.ConnectionData; import net.whg.we.net.IDataHandler; import net.whg.we.net.IPacket; import net.whg.we.net.ISocket; /** ...
{ "content_hash": "f43e29fc4e8b023b481462298b4b9dc4", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 84, "avg_line_length": 25.956521739130434, "alnum_prop": 0.68285873813512, "repo_name": "TheDudeFromCI/WraithEngine", "id": "02738910a726f05f4fbc40994830144bc96efd2c", "siz...
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/extensions/TeX/begingroup.js * * Implements \begingroup and \endgroup commands that make local * definitions possible and are...
{ "content_hash": "dbf9a7dafeff4bd2989e295ca07854d2", "timestamp": "", "source": "github", "line_count": 297, "max_line_length": 100, "avg_line_length": 31.936026936026938, "alnum_prop": 0.5734317343173432, "repo_name": "GerHobbelt/MathJax", "id": "ea4be6572ba9570bce1e5d82b0d3f8d81bc6eb56", "size": ...
Present ======= A simple amalgam, marrying pyjade with deck.js to make a simple and usable presentation generation frmaework.
{ "content_hash": "7596dbb3205609c4ab0cd10d8dcd5f0e", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 110, "avg_line_length": 31.75, "alnum_prop": 0.7716535433070866, "repo_name": "gudniola/Present", "id": "1f8d26ecc3a989d0254b862427553fafb312d748", "size": "127", "binary"...
namespace Google.Cloud.Monitoring.V3.Snippets { // [START monitoring_v3_generated_ServiceMonitoringService_DeleteService_async_flattened_resourceNames1] using Google.Cloud.Monitoring.V3; using System.Threading.Tasks; public sealed partial class GeneratedServiceMonitoringServiceClientSnippets { ...
{ "content_hash": "d76805008e7f5a77f737f73135fd79ee", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 127, "avg_line_length": 52.035714285714285, "alnum_prop": 0.7076183939601922, "repo_name": "googleapis/google-cloud-dotnet", "id": "d3462737a441330ae83d63f7b8972a606cdc8e31",...
Server::Server() { if (!listen(QHostAddress("127.0.0.1"), 12345)) { qDebug() << "Cant bind"; return; } qDebug() << "Server startred"; } void Server::run() { while(true) { this->waitForNewConnection(10000); if (hasPendingConnections()) { socket = this->nextPen...
{ "content_hash": "b6c42e5b2fd4c34e945d6b6294dad18d", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 84, "avg_line_length": 23.83606557377049, "alnum_prop": 0.5254470426409904, "repo_name": "anyfilatov/MDP", "id": "4d56dd519837c2b78b9dadf98959d0929e1b9054", "size": "1518",...
> Hi, we've recently migrated our docs and added some new pages. If you would like to help translate this page, see the "Edit this page" link at the bottom of the page. A lista de todos os comandos disponíveis em `asdf`. Esta lista é o texto do comando `asdf help`. @[code](../../../help.txt)
{ "content_hash": "912cf1ac5ab03189ce83aad752a2c303", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 168, "avg_line_length": 59, "alnum_prop": 0.7186440677966102, "repo_name": "asdf-vm/asdf", "id": "f0d2de35d205e44842194735f953f021447598e4", "size": "313", "binary": false...
/** @file is_pointer.h @brief confirms whether the type can behave as pointer. @author HRYKY @version $Id: is_pointer.h 351 2014-05-27 10:18:20Z hryky.private@gmail.com $ */ #ifndef IS_POINTER_H_20130325222822603 #define IS_POINTER_H_20130325222822603 #include "hryky/type_traits/integ...
{ "content_hash": "1c9e566e8517d75fdf974dd5d5ea848d", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 84, "avg_line_length": 35.34615384615385, "alnum_prop": 0.3402248821182445, "repo_name": "hiroyuki-seki/hryky-codebase", "id": "f8e46abe0c99ee3d1bbf136894494e7cf6b38924", "...
<?xml version="1.0" encoding="UTF-8"?> <page visibility="1"> <component_list> <component visibility="1" type="ProjectMetadata" order="1"> <title localize="false" /> </component> <component visibility="1" type="Html" order="2"> <title localize="false">Description</title> <filename...
{ "content_hash": "24e5db8a42722dbfa893e9027b01a2bb", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 63, "avg_line_length": 33.0625, "alnum_prop": 0.6275992438563327, "repo_name": "mattgibb/visualisation", "id": "4ba3e2db46c76f56b20431ae42c6cf99c5c5cd1b", "size": "529", ...
export { default, isDisabled } from 'ember-daypicker/helpers/is-disabled';
{ "content_hash": "ad95027af2f0050d1a6ab4f381bde867", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 74, "avg_line_length": 75, "alnum_prop": 0.7733333333333333, "repo_name": "swastik/ember-day", "id": "9e0d036bcbfc9c9b8a848236b4f240ef129bc37e", "size": "75", "binary": fa...
package com.uplink.mowitnow.core.context; import com.uplink.mowitnow.core.domain.Instruction; import com.uplink.mowitnow.core.domain.LawnMower; import com.uplink.mowitnow.utils.NotificationUtil; import org.springframework.web.socket.TextMessage; import org.springframework.web.socket.WebSocketSession; import java.io.I...
{ "content_hash": "88cdf2883f9b72b06972df34a14ce816", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 108, "avg_line_length": 36.785714285714285, "alnum_prop": 0.6436893203883495, "repo_name": "oraclewalid/MowItNow", "id": "2679875ba2e34e154bf27c20e1eb627a08c7914d", "size":...
module Rails module Generator class GeneratedAttribute attr_accessor :name, :type, :column, :flex_name def initialize(name, type) @name, @type = name, type.to_sym @flex_name = name.camelcase(:lower) @column = ActiveRecord::ConnectionAdapters::Column.new(name, nil, @type) ...
{ "content_hash": "ab6fb2b032c71b103d3a8781eee073d9", "timestamp": "", "source": "github", "line_count": 217, "max_line_length": 123, "avg_line_length": 35.53917050691244, "alnum_prop": 0.5394190871369294, "repo_name": "malkomalko/schema_to_yaml", "id": "41bc31233bd80d7bbfb324a585ce1fed3afba1e4", "s...
(function() { 'use strict'; var module = angular.module('users'); module.controller('SignupController', function($scope, Restangular, gaAppConfig, gaToast, gaBrowserHistory, gaAuth, _, gaTracking, $state, gaValidators) { if (gaAuth.loggedIn()) { ...
{ "content_hash": "3b03aeb3bb5d2ed58a7dbbc6b89bf1a8", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 111, "avg_line_length": 37.743589743589745, "alnum_prop": 0.5292119565217391, "repo_name": "chdb/DhammaMap1", "id": "5e1a61d844abd4f13844e5f5c808afed31c3dba3", "size": "147...
<!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_60-ea) on Mon Jun 27 14:13:43 EDT 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wil...
{ "content_hash": "3830df8081f1348f06dae94c5cf17c51", "timestamp": "", "source": "github", "line_count": 205, "max_line_length": 782, "avg_line_length": 63.297560975609755, "alnum_prop": 0.6907367447595562, "repo_name": "wildfly-swarm/wildfly-swarm-javadocs", "id": "35216149f2056dd4ade649a78b8e20462cf...
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>ILog.DebugFormat Method (String, Object, Object, Object)</title> <xml> </xml> <link rel="styleshee...
{ "content_hash": "8bc91abbd55f33fdf7acabfe01d9da89", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 832, "avg_line_length": 72.89655172413794, "alnum_prop": 0.6440397350993378, "repo_name": "npruehs/slash-framework", "id": "d883cfb6a5abe84dd9930089df84400ac910dcea", "size...
<!DOCTYPE html> <html> <head> <title>Star Wars Browser</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <header> <h1>Star Wars Browser</h1> <nav> <ul></ul> </nav> </header> <main role="main"></main> <footer> Developed, by Flo, with 💙 in Berlin, u...
{ "content_hash": "d13e9817016314ee3abbad1dc9839e97", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 102, "avg_line_length": 21.136363636363637, "alnum_prop": 0.5935483870967742, "repo_name": "Galvorn/star-wars-browser", "id": "e5218e87eef8c9b4c4d2a9da6f54cbf1767efeb0", "s...
Path of Exile Item Modifier Analyzer
{ "content_hash": "476685d1819bdb46b59a069e9d4a4039", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 36, "avg_line_length": 37, "alnum_prop": 0.8378378378378378, "repo_name": "awdean/poeima", "id": "b2f8a022c187658f88a91b2966a75373b0706fc3", "size": "46", "binary": false,...
mono --runtime=v4.0 nuget/buildsupport/NuGet.exe restore $@ -ConfigFile src/NuGet.Config -Source nuget -Verbosity detailed -NoCache -DisableParallelProcessing if [ $? -ne 0 ] then exit 1 fi exit $?
{ "content_hash": "8b8d16fcbb785c3971fdedb7987368e8", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 158, "avg_line_length": 25.375, "alnum_prop": 0.7389162561576355, "repo_name": "tugberkugurlu/Force.com-Toolkit-for-NET", "id": "1b34368e26858fdf3068cad79b2c86d3a20cebdb", "...
/* automatically generated from appfinder-preferences.glade */ #ifdef __SUNPRO_C #pragma align 4 (appfinder_preferences_ui) #endif #ifdef __GNUC__ static const char appfinder_preferences_ui[] __attribute__ ((__aligned__ (4))) = #else static const char appfinder_preferences_ui[] = #endif { "<?xml version=\"1.0\" encod...
{ "content_hash": "53c8bb039a1a044e6be7a79c17b65a80", "timestamp": "", "source": "github", "line_count": 334, "max_line_length": 80, "avg_line_length": 73.73353293413173, "alnum_prop": 0.6783205424940106, "repo_name": "milisarge/malfs-milis", "id": "2d4bfdccf674f21de2d5c8810d41fe86039facc2", "size":...
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>useGooglePay</title> <link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg"><script>var pathToRoot = "../../../../";</script> <script>const storage = localStorage.getIt...
{ "content_hash": "b5e98ef2e6f6cb0a946ddac13142aed9", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 575, "avg_line_length": 63.41269841269841, "alnum_prop": 0.649061326658323, "repo_name": "stripe/stripe-android", "id": "fafdcb139676698499ebbeb0596728a82d210c78", "size": ...
package baylandtag.av_combobox_edit_in_table; public class Confession { private Integer id; private String name; public Confession(Integer id, String name) { this.id = id; this.name = name; } public String getName() { return name; } public void setName(String name) { this.name = name; } public in...
{ "content_hash": "422d83f816078867811912e443774bf0", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 67, "avg_line_length": 18.21212121212121, "alnum_prop": 0.6123128119800333, "repo_name": "eggeral/javafx-examples", "id": "97592011f96efb278c1add710cb53f9a952b6ab9", "size"...
./yamlcpp_test_executable -jobs=10 -workers=2
{ "content_hash": "1b61396dbdfb46cea394ca391ffa5b05", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 45, "avg_line_length": 45, "alnum_prop": 0.7777777777777778, "repo_name": "googleinterns/differential-fuzzing-2020", "id": "fdc72054396f450ce50260ea61b9c1e09a0f25f9", "size"...
import React, {Children, Component, cloneElement} from 'react' import {bindActionCreators} from 'redux' import {connect} from 'react-redux' import HeaderContainer from '../../containers/HeaderContainer'; import NavBarContainer from '../../containers/NavBarContainer'; import FooterContainer from '../../containers/Footer...
{ "content_hash": "5d1f74839439b149db24140456be6e9e", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 80, "avg_line_length": 25.6734693877551, "alnum_prop": 0.6343402225755167, "repo_name": "sauleddy/HomePortal", "id": "4929b0385a866c17579757552d25dacce1a8bcd7", "size": "12...
$(document).ready(function() { prettyPrint(); /*$.getJSON("https://api.github.com/repos/JasonSanford/google-vector-layers/issues?state=open&callback=?", function(issues) { if (issues && issues.data && issues.data.length) { var issuesHTML = '<h5>Current Issues</h5><ul>'; $.ea...
{ "content_hash": "2592aec2a2ef922c351eb4dd92849f08", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 129, "avg_line_length": 42, "alnum_prop": 0.4984126984126984, "repo_name": "kyroskoh/leaflet-vector-layers", "id": "ec4968b27dcd381cbb22d46a4cb9ace1cacfb6bd", "size": "630"...
<div class="panel-collapse collapse" id="collapse-{{ include.id }}" role="tabpanel" aria-labelledby="heading-{{include.id}}"> <div class="panel-body"> {{ include.content }} </div> </div>
{ "content_hash": "df66cc7d057fecdf26382307490ceff4", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 125, "avg_line_length": 39, "alnum_prop": 0.6512820512820513, "repo_name": "switowski/deploystack", "id": "c2fbd388ced0af38c81e8594a510f125d345e096", "size": "195", "binar...
#ifndef PHP_V8_FUNCTION_H #define PHP_V8_FUNCTION_H #include "php_v8_value.h" #include <v8.h> extern "C" { #include "php.h" #ifdef ZTS #include "TSRM.h" #endif } extern zend_class_entry* php_v8_function_class_entry; extern bool php_v8_function_unpack_args(zval *arguments_zv, int arg_position, v8::Isolate *isolat...
{ "content_hash": "50d32f3c0327165047a0dd951b3e2f5a", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 148, "avg_line_length": 28.4375, "alnum_prop": 0.689010989010989, "repo_name": "pinepain/php-v8", "id": "46909823ad7a179e9bee95b18af71dfd74b78846", "size": "1285", "binar...
<?php namespace Cake\Database\Expression; use Cake\Database\ExpressionInterface; use Cake\Database\ValueBinder; /** * Represents a single identifier name in the database */ class IdentifierExpression implements ExpressionInterface { /** * Holds the identifier string * * @var string */ ...
{ "content_hash": "62443478d8e78d40c730939465204a2b", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 80, "avg_line_length": 21.301369863013697, "alnum_prop": 0.6199356913183279, "repo_name": "CajuM/bestem-ms", "id": "3dc05ef6c4d12141543bd67348ff5c804218c2c1", "size": "2139...
package com.aspose.cloud.sdk.cells.model; import com.aspose.cloud.sdk.common.LinkModel; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; /** * Created by muhammadsohailismail on 7/16/15. */ public class PivotTableStyleRequest { @SerializedName("Font") public FontModel font; ...
{ "content_hash": "af7ad589db2ce2d33ff07168577d57bb", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 56, "avg_line_length": 28.694444444444443, "alnum_prop": 0.7531461761858664, "repo_name": "asposeforcloud/Aspose_Cloud_SDK_For_Android", "id": "c4fb50963cc2e0d12d9a985651828e...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Cetraria cucullata f. major Rass. ### Remarks null
{ "content_hash": "ad66f53c9f0667e781ecb03444617b44", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 10.615384615384615, "alnum_prop": 0.7028985507246377, "repo_name": "mdoering/backbone", "id": "f9b4869bed2631e77c79c25d211be6c7bc9b73d1", "size": "19...
<!DOCTYPE html> <html> <head> <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }}</title> {% include meta.html %} <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="{{ s...
{ "content_hash": "3aa850e1627f2f67bcc43e6a1a676191", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 149, "avg_line_length": 39.7625, "alnum_prop": 0.5102169129204652, "repo_name": "NotaTrueRoute/blogsource", "id": "a9118d69560d3263adba3907012e90f3a46d705c", "size": "3183"...
require 'spec_helper' describe "exercise_logs/new.html.erb" do pending "add some examples to (or delete) #{__FILE__}" end
{ "content_hash": "08d5d5a0e1485a00545188fe11167f77", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 56, "avg_line_length": 25, "alnum_prop": 0.704, "repo_name": "alt234/physical-activity-log", "id": "3323f7a6a3cb5712270ddd816b3b3c60bcad9764", "size": "125", "binary": fal...
package org.hisp.dhis.datavalue; import org.hisp.dhis.dataelement.DataElement; import org.hisp.dhis.dataelement.DataElementCategoryOptionCombo; import org.hisp.dhis.organisationunit.OrganisationUnit; import org.hisp.dhis.period.Period; import org.hisp.dhis.system.deletion.DeletionHandler; import org.springf...
{ "content_hash": "505aab1a5a24faa3282c795ddb2a3f03", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 159, "avg_line_length": 34.12676056338028, "alnum_prop": 0.577383408997111, "repo_name": "kakada/dhis2", "id": "48e89812062717c264287d8c8c87d4a5a849bdc7", "size": "4005", ...
import { AppInsightsSettings, GitHubActionSettings, CommonSettings, AppStack } from './app-stacks'; import { WorkerRuntimeLanguages } from '../../utils/CommonConstants'; import { RuntimeExtensionMajorVersions } from '../functions/runtime-extension'; export interface FunctionAppRuntimes { linuxRuntimeSettings?: Funct...
{ "content_hash": "9f07c92dd12e9be20dcd65da5f94fa04", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 99, "avg_line_length": 36.875, "alnum_prop": 0.8288135593220339, "repo_name": "projectkudu/AzureFunctions", "id": "e797e4f81d04ae060e745008a76dbe1bdfbaaf98", "size": "1180"...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>unimath-substitution-systems: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../.....
{ "content_hash": "cd7577dd227baf5ef8616942fd69cf01", "timestamp": "", "source": "github", "line_count": 166, "max_line_length": 159, "avg_line_length": 41.30120481927711, "alnum_prop": 0.5415694282380397, "repo_name": "coq-bench/coq-bench.github.io", "id": "7708661e2e2ab7d6dd2e64b8803d34a65f24e6e8", ...
<!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": "85c6572f7372058d358225fe64b54592", "timestamp": "", "source": "github", "line_count": 112, "max_line_length": 279, "avg_line_length": 34.50892857142857, "alnum_prop": 0.5345407503234153, "repo_name": "addyosmani/grunt-uncss-sass-example", "id": "4b39cb7baf01b0f025f14e1918c9d8e2b76d7...