text
stringlengths
2
1.04M
meta
dict
FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER taowen@gmail.com RUN go get github.com/json-iterator/go RUN mkdir fuzz COPY fuzz_json.go fuzz COPY build.sh $SRC/ WORKDIR fuzz
{ "content_hash": "c5340ebf77ee20f1d1266a30ae93e019", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 38, "avg_line_length": 22.25, "alnum_prop": 0.7921348314606742, "repo_name": "FeliciaLim/oss-fuzz", "id": "78972b689157932a62a6c7ab926fe40b35a7d859", "size": "838", "binar...
package com.digitalpetri.opcua.stack.core.types.builtin; import java.util.Arrays; import java.util.Objects; import java.util.Optional; import javax.annotation.Nullable; import com.digitalpetri.opcua.stack.core.Identifiers; import com.digitalpetri.opcua.stack.core.serialization.UaEnumeration; import com.digitalpetri...
{ "content_hash": "8648daff3a9259461e819988b1550a64", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 115, "avg_line_length": 31.25409836065574, "alnum_prop": 0.6228691319171257, "repo_name": "digitalpetri/opc-ua-stack", "id": "940d6917d6de82a05b2e751f19c69d0e506a64b0", "s...
/* Poll Pipeline resources After creating Pipeline resources or making changes to them, you will need to wait for the system to realize those changes. You can use polling methods to check the resources reach the desired state. The WaitFor* functions use the kubernetes wait package (https://godoc.org/k8s.io/apimachi...
{ "content_hash": "9aa6920a2ab69670f213b97d79f67eaf", "timestamp": "", "source": "github", "line_count": 325, "max_line_length": 162, "avg_line_length": 36.31384615384616, "alnum_prop": 0.7323335027961363, "repo_name": "tektoncd/pipeline", "id": "ffd161b20776abbbaf70dcb04df54e43ad080577", "size": "1...
module Fog module AWS class IAM class Real require 'fog/aws/parsers/iam/list_account_aliases' def list_account_aliases(options = {}) request({ 'Action' => 'ListAccountAliases', :parser => Fog::Parsers::AWS::IAM::ListAccountAliases.new }.merge!...
{ "content_hash": "c87caee1916de362e67ee907e62e2db7", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 71, "avg_line_length": 20.666666666666668, "alnum_prop": 0.5510752688172043, "repo_name": "NETWAYS/fog", "id": "ce5d7ae8ffde33b59aa62ab2c40523c182ad6d8e", "size": "372", ...
$(function () { $('[data-toggle="tooltip"]').tooltip(); });
{ "content_hash": "c4103e9cb50bac9b0525de079a3a1f3c", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 41, "avg_line_length": 20.666666666666668, "alnum_prop": 0.5161290322580645, "repo_name": "billxinli/momentum_cms", "id": "e430150b19a27469cc972e2c1c20be1de531e83a", "size":...
var assert = require("assert"); var Line = require("../lib/line"); describe('Line', function(){ var line = new Line([1,-2], [2, -2.5]); it('should initialize with points', function(){ assert.deepEqual(line.p1, [1, -2]); assert.deepEqual(line.p2, [2, -2.5]); }); describe('#rise()', function(){ it(...
{ "content_hash": "fcf35f6e5c08a59920e56059f847b2c8", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 122, "avg_line_length": 35.88297872340426, "alnum_prop": 0.6445300919063148, "repo_name": "seabre/simplify-geometry", "id": "1053c987af4391b721652030bdd819f0a6a19fd2", "siz...
define(['exports', 'module'], function (exports, module) { // Element.prototype.matches may not be available under that name // expose polyfill as a function because we might need to apply it to an iframe 'use strict'; module.exports = polyfill; function polyfill(root) { if (root.Element.prototype.match...
{ "content_hash": "3f40a21bb36b8010cdfb187e1bbcd48d", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 97, "avg_line_length": 32.666666666666664, "alnum_prop": 0.6848072562358276, "repo_name": "DNACodeStudios/ally.js", "id": "b7115e352e33a47e0268aa821d335ecf9751094e", "size"...
import time from collections import defaultdict import operator # Below are two codes to read the file, we will be going with the non list comprehension version def readtext(filename): with open(filename) as f: txtlines = [[str(s) for s in line.rstrip("\n").split(" ")] for line in f] return txtlines de...
{ "content_hash": "6cd26ac6850215abb1d9d0bc756b45ec", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 96, "avg_line_length": 32.467213114754095, "alnum_prop": 0.6574097450138854, "repo_name": "p10rahulm/Dmage", "id": "28bb2d41d9b97784363d8074fcbf87069b823271", "size": "396...
.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); y...
{ "content_hash": "d9a9fd863732c39f063d74dd99cfb4d0", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 118, "avg_line_length": 34.231884057971016, "alnum_prop": 0.7112616426756986, "repo_name": "bolkedebruin/airflow", "id": "27166e503e6e4dce10a57649fb3cbd0bdf8b5326", "size":...
namespace net { class QuicServerId; class MockCryptoClientStreamFactory : public QuicCryptoClientStreamFactory { public: MockCryptoClientStreamFactory(); ~MockCryptoClientStreamFactory() override; QuicCryptoClientStream* CreateQuicCryptoClientStream( const QuicServerId& server_id, QuicChromiumClie...
{ "content_hash": "0ea75f3e7919f569f3f440ed381fb0e6", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 78, "avg_line_length": 31.342105263157894, "alnum_prop": 0.7716204869857263, "repo_name": "js0701/chromium-crosswalk", "id": "5ca04bfbaa1339a0e7a98db58c045d2a2be170b3", "si...
title: Build Tools --- # Build Tools Java build tools allow you to customize your builds to do things such as specifying which files need to be included in your jar, adding dependencies from the internet, and automatically executing tasks like tests or github commits. Build tools also make it easy to modularize your pr...
{ "content_hash": "a81f82e95372f8da6a4eda5b0c86bf06", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 387, "avg_line_length": 56.78947368421053, "alnum_prop": 0.788693234476367, "repo_name": "otavioarc/freeCodeCamp", "id": "1ef7c61d1f659d48f2a1555f00faa0f9f2c7e864", "size":...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center_vertical" android:minHeight="?android:attr/l...
{ "content_hash": "069ac06b45c0da9abb709c4a5fbe8173", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 72, "avg_line_length": 40.177215189873415, "alnum_prop": 0.643037177063642, "repo_name": "BioHaZard1/cabinet", "id": "97f62c22d4313a74ac01ff3588b78bde514af595", "size": "31...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <meta name="collection" content="api"> <!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:24:01 PDT 2004 --> <TITLE> DocFlavor.INPUT_STREAM (Java 2 Platform SE 5.0) </TITLE> <MET...
{ "content_hash": "251919592774cb9c5b8961fab464ad18", "timestamp": "", "source": "github", "line_count": 823, "max_line_length": 771, "avg_line_length": 45.83232077764277, "alnum_prop": 0.6691145281018027, "repo_name": "Smolations/more-dash-docsets", "id": "4a2a9efd400ff834d950ec11f6a35aff440dd83f", ...
module.exports = function (grunt) { var _type = grunt.option('type'); console.log(_type) var cacheBustConst = '-' + new Date().getTime(); var jsFiles=[]; var cssFiles=[]; if(_type==='widgets'){ //Below js and css set of files will be used to minify widgets only sdk js...
{ "content_hash": "045da783f573e5ac124d92fd5e4a5be7", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 93, "avg_line_length": 31.272151898734176, "alnum_prop": 0.4820886460230723, "repo_name": "Koredotcom/web-kore-sdk", "id": "7651d626b6e964ea13cf49f0a64e5748f7ac685d", "siz...
+++ Talk_date = "" Talk_start_time = "" Talk_end_time = "" Title = "Estratégias de deployment utilizando somente o Kubernetes" Type = "talk" Speakers = ["jeferson-fernando"] youtube = "" slideshare = "" slides = "" +++ Durante o talk vamos abordar de maneira prática as diversas estratégias de deployment utilizando som...
{ "content_hash": "df2e228e397123bb0499c30ce9a7c486", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 332, "avg_line_length": 42.53846153846154, "alnum_prop": 0.7576853526220615, "repo_name": "gomex/devopsdays-web", "id": "f0f347aa337baed4962f1bb8f3f7404246c69250", "size": ...
angular.module('Mivir.ApiORM').service('ApiORM.repository', [ '$injector', '$q', 'ApiORM.relationships', function($injector, $q, relationships) { /** * Tracks the number of loaded relationships */ var Tracker = function() { this.loaded = 0; this.listeners = []; }; Tracker.prototype.ad...
{ "content_hash": "f6e119a412aa81fee0be7b54421041a8", "timestamp": "", "source": "github", "line_count": 278, "max_line_length": 139, "avg_line_length": 31.33812949640288, "alnum_prop": 0.6659779614325069, "repo_name": "Dragory/angular-api-orm", "id": "d45b947233a686d68c5a981af318bc33780b2a31", "siz...
500 Error, Oops we made a boo boo.
{ "content_hash": "b5fae0a2aa62ae50c2c1f1677f6f06cf", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 34, "avg_line_length": 35, "alnum_prop": 0.7142857142857143, "repo_name": "pizzapanther/Neutron-IDE", "id": "67947ee86934c517809fd9dc27a476a46ac4a202", "size": "35", "bina...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using ConexiónSQL; using System.Data.SqlClient; namespace Grupos { public partial class BallenasDePoblacione : UserControl, Inte...
{ "content_hash": "257936eb769e41467d38b73a942dd0b3", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 107, "avg_line_length": 30.71604938271605, "alnum_prop": 0.5321543408360129, "repo_name": "Ookamigmr/Proyecto-ballenas", "id": "e8c08c9f0ecaa965d2935146b833f7c06b2b0f10", "...
@interface ODSearchViewController : ODHomeViewController @end
{ "content_hash": "a5f8498211aaf90dfdf41fcdb5220482", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 56, "avg_line_length": 21, "alnum_prop": 0.8571428571428571, "repo_name": "xispower/ODVideoForLive", "id": "02fb541ea0476ca10039bada5ffc8333a69909ee", "size": "236", "bina...
package betterwithmods.common.blocks; import betterwithmods.client.BWCreativeTabs; import betterwithmods.common.world.gen.feature.WorldGenBloodTree; import betterwithmods.util.DirUtils; import com.google.common.collect.Lists; import net.minecraft.block.BlockLog; import net.minecraft.block.SoundType; import net.minecra...
{ "content_hash": "09fcadd91f436d9ad07ddd0d943408ea", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 128, "avg_line_length": 34.372549019607845, "alnum_prop": 0.6534512264689104, "repo_name": "BetterWithMods/BetterWithMods", "id": "6e9b00109b76e8507952eda7dd8c3c8eb9c31dc1",...
namespace blink { struct TestCase { const char* baseURL; const char* inputHTML; const char* preloadedURL; // Or nullptr if no preload is expected. const char* outputBaseURL; Resource::Type type; int resourceWidth; ClientHintsPreferences preferences; }; struct PreconnectTestCase { const...
{ "content_hash": "9fb4585cf527fab541583e150fcdb9e0", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 239, "avg_line_length": 63.64207650273224, "alnum_prop": 0.6521272485296011, "repo_name": "joone/chromium-crosswalk", "id": "d1196194f72074621c85582d2dd802089d34b241", "si...
CATALINA_OPTS=$CATALINA_OPTS" -server" CATALINA_OPTS=$CATALINA_OPTS" -Xms30m -Xmx150m" CATALINA_OPTS=$CATALINA_OPTS" -XX:NewRatio=8 -XX:SurvivorRatio=8" #CATALINA_OPTS=$CATALINA_OPTS" -XX:MaxPermSize=256M -XX:PermSize=128M" CATALINA_OPTS=$CATALINA_OPTS" -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSParallelRemarkEn...
{ "content_hash": "0f52a47f542a6661a10f57c6f5ac606b", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 103, "avg_line_length": 55.607142857142854, "alnum_prop": 0.791907514450867, "repo_name": "dacr/primesui-deploy", "id": "f6863d6f667c2be1595e27caf122328fb9e2e943", "size": ...
package com.eaw1805.www.fieldbattle.views.layout.infopanels; import com.google.gwt.core.client.GWT; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.user.client.Window; import com.google.gwt.user.client.rpc.AsyncCallback; import com.google.gw...
{ "content_hash": "e248b56c86df0f874629ab8838c5bf6a", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 182, "avg_line_length": 55.047904191616766, "alnum_prop": 0.5256173175242032, "repo_name": "EaW1805/www", "id": "2a5be0b3a68031a3587df02b3d619da07805381c", "size": "9193",...
package gw.servlet; import gw.core.LoginContext; import gw.core.RepositoryContext; import gw.model.UserAccount; import gw.model.pk.RepositoryPK; import gw.service.RepositoryController; import java.io.File; import java.io.IOException; import java.util.Base64; import java.util.Optional; import javax.inject.Inject; imp...
{ "content_hash": "ad4fcfcfecc5ab76a119f62e76a1bf49", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 135, "avg_line_length": 35.82876712328767, "alnum_prop": 0.728923723953355, "repo_name": "kamegu/git-webapp", "id": "888b91303b544d067a1d5535fb4a284465494edf", "size": "52...
class CreateSettings < ActiveRecord::Migration[5.1] def change create_table :settings do |t| t.string :name, null: false, default: 'Settings' t.string :slug, null: false t.timestamps end end end
{ "content_hash": "c14346fc1d1610fd426a56f07287c173", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 54, "avg_line_length": 25, "alnum_prop": 0.6577777777777778, "repo_name": "95kach/rails-react-starter", "id": "3f21dccfc4b173004587c8720493820fbdf5ccbf", "size": "225", "b...
package org.jbpm.console.ng.pr.forms.client.display.providers; import com.google.gwt.core.client.GWT; import com.google.gwt.user.client.ui.IsWidget; import org.jboss.errai.common.client.api.Caller; import org.jboss.errai.common.client.api.RemoteCallback; import org.jboss.errai.ioc.client.container.IOCBeanDef; impor...
{ "content_hash": "211b419dbd0d8c3664533ef63ec81398", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 145, "avg_line_length": 36.86363636363637, "alnum_prop": 0.6564734895191122, "repo_name": "cristianonicolai/jbpm-wb", "id": "2f42c4b24eaa289d5bd84bf407c352b8b844ec17", "si...
package de.lessvoid.nifty.controls.dynamic; import de.lessvoid.nifty.Nifty; import de.lessvoid.nifty.controls.dynamic.attributes.ControlAttributes; import de.lessvoid.nifty.elements.Element; import de.lessvoid.nifty.loaderv2.types.ControlType; import de.lessvoid.nifty.loaderv2.types.ElementType; import de.lessv...
{ "content_hash": "2e91d7d0cd19ae8ff9d9716ac61dfc05", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 85, "avg_line_length": 28.022727272727273, "alnum_prop": 0.7193836171938361, "repo_name": "gouessej/nifty-gui", "id": "dc3c1a15759bf8a2485dd361835ad29d7fd56934", "size": "1...
using System; using System.Diagnostics; namespace BackupSharp.Destinations { /// <summary> /// A base class for backup destinations. /// </summary> public abstract class BackupDestinationBase : IBackupDestination { #region Constructors /// <summary> /// Initiali...
{ "content_hash": "2c00f2f723c353324825480c0fd96911", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 154, "avg_line_length": 31.43877551020408, "alnum_prop": 0.5361895488477767, "repo_name": "giacomelli/BackupSharp", "id": "6fd62d160e29aac2a34c4da5267fd41cb29f4425", "size"...
'''Trains a stacked what-where autoencoder built on residual blocks on the MNIST dataset. It exemplifies two influential methods that have been developed in the past few years. The first is the idea of properly "unpooling." During any max pool, the exact location (the "where") of the maximal value in a pooled re...
{ "content_hash": "6b1e1f16b1f7a7ccb32a01f29b62d3ad", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 79, "avg_line_length": 38.4251497005988, "alnum_prop": 0.6909770920991117, "repo_name": "dolaameng/keras", "id": "56919072c9801ef8a82f19fa778833dcad5e821e", "size": "6417"...
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48" android:tint="?attr/colorControlNormal"> <path android:fillColor="@android:color/white" android:pathData="M21.6,38.75V25....
{ "content_hash": "a309f955d8af7cf029265dd61496c1c4", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 73, "avg_line_length": 36.5, "alnum_prop": 0.7041095890410959, "repo_name": "google/material-design-icons", "id": "5d9f889e49bb569c6f088955fc137f430b7babcb", "size": "365",...
var map; var gcMarker; var curposMarker; var wptmarkers = []; var custonOverlays = []; var activeInfoWindow = null; var blueIcon = new google.maps.MarkerImage("http://www.google.com/intl/en_us/mapfiles/ms/micons/blue-dot.png"); //icons function init() { /* Build list of map types. You can also use var mapTy...
{ "content_hash": "2b895a7623eeae3a9dc8ce624ecffc08", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 164, "avg_line_length": 31.636986301369863, "alnum_prop": 0.6410478458540809, "repo_name": "RH-Code/GAPP", "id": "f622504e6b36acb7d5405537410a413df58a724f", "size": "4621"...
$(function () { var myMap; var dates=[],temperature=[],tempF=[], anomalyDates=[], anomaliesF=[], anomaliesC=[] var previousTemp=tempStandard; var dataLength; var target= document.getElementById("temperature-chart"); var opts={ lines: 13, // The number of lines to draw length: ...
{ "content_hash": "91ba518d4ad2a83561223d0a342f2840", "timestamp": "", "source": "github", "line_count": 751, "max_line_length": 302, "avg_line_length": 37.60452729693742, "alnum_prop": 0.3875570978364789, "repo_name": "MTUHIDE/CoCoTemp", "id": "50a55bdb50eecaf89087077c6cd68e9ad4e09419", "size": "28...
class WXDLLIMPEXP_CORE wxTextCtrl : public wxTextCtrlBase { public: // creation // -------- wxTextCtrl() { Init(); } wxTextCtrl(wxWindow *parent, wxWindowID id, const wxString& value = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size...
{ "content_hash": "77832a9a0337f6fa2c60dc688200b452", "timestamp": "", "source": "github", "line_count": 285, "max_line_length": 83, "avg_line_length": 36.07017543859649, "alnum_prop": 0.6846303501945525, "repo_name": "emoon/prodbg-third-party", "id": "cc62128c7ea5f74418e25543bccea9ea9eda0a88", "siz...
import Subscriber from '../Subscriber'; import Subject from '../Subject'; export default function window(closingNotifier) { return this.lift(new WindowOperator(closingNotifier)); } class WindowOperator { constructor(closingNotifier) { this.closingNotifier = closingNotifier; } call(subscriber) { ...
{ "content_hash": "65fa81e97b218f345eabc3e1e45429e9", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 88, "avg_line_length": 27.035714285714285, "alnum_prop": 0.6241743725231176, "repo_name": "binariedMe/blogging", "id": "6ff7b48699e265bde067f8820b60f372a6bfb358", "size": "...
import React, { Component } from "react"; import { Checkbox } from "@patternfly/react-core"; import AddressesComponent from "../common/addressesComponent"; import PropTypes from "prop-types"; class OptionsComponent extends Component { static propTypes = { isRate: PropTypes.bool.isRequired, handleChangeOpti...
{ "content_hash": "47e57a3d279792c05a3d7df3a94f32c9", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 66, "avg_line_length": 28.421875, "alnum_prop": 0.6239692138537658, "repo_name": "kgiusti/dispatch", "id": "a56e037c1384e986e0b552578d7ca723319735fb", "size": "2579", "bi...
#if defined(_MSC_VER) #define NOMINMAX #pragma once #endif #ifndef PBRT_CORE_INTERACTION_H #define PBRT_CORE_INTERACTION_H // core/interaction.h* #include "pbrt.h" #include "geometry.h" #include "transform.h" #include "medium.h" #include "material.h" // Interaction Declarations struct Interaction { // Interac...
{ "content_hash": "a3a0f6ad10c0a6536426d9e6e9e4ead0", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 80, "avg_line_length": 34.942622950819676, "alnum_prop": 0.6389866291344124, "repo_name": "ambakshi/pbrt-v3", "id": "6df301d405312b33b3c28d49682cb3c277176534", "size": "57...
package org.dcm4chee.xds.common.infoset; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for AuditableEvent...
{ "content_hash": "2cb78903f52f106f9ee6906882bc332d", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 165, "avg_line_length": 29.913385826771652, "alnum_prop": 0.6496446433271914, "repo_name": "medicayun/medicayundicom", "id": "e1bdf7252efe578aab8c833753fec3422b188fac", "s...
package org.apache.cassandra.db; import java.nio.ByteBuffer; import java.util.Collection; import java.util.Iterator; import java.util.SortedMap; import java.util.SortedSet; import java.util.concurrent.ConcurrentSkipListMap; import org.apache.cassandra.db.marshal.AbstractType; import org.apache.cassandra.utils.Alloca...
{ "content_hash": "cd2c9a1470b4ebd4f37a8b08f80373b2", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 116, "avg_line_length": 26.59731543624161, "alnum_prop": 0.6320968962906889, "repo_name": "shookari/cassandra", "id": "1b2f9d3fd5e2af944f39669f541bccbd004baf3d", "size": "...
from __future__ import absolute_import, division, print_function from collections import namedtuple from itertools import starmap from timeit import default_timer from time import sleep from multiprocessing import Process, Pipe, current_process from ..callbacks import Callback from ..utils import import_required # ...
{ "content_hash": "d5f2da82b0f2adf5da4e6bddd1ccf958", "timestamp": "", "source": "github", "line_count": 345, "max_line_length": 88, "avg_line_length": 30.469565217391306, "alnum_prop": 0.5716324200913242, "repo_name": "chrisbarber/dask", "id": "8690defb7b0b76dee618feb831d55ffe0d8e5ff1", "size": "10...
local skynet = require "skynet" local cluster = require "skynet.cluster" skynet.start(function() local proxy = cluster.proxy "db@sdb" -- cluster.proxy("db", "@sdb") local largekey = string.rep("X", 128*1024) local largevalue = string.rep("R", 100 * 1024) skynet.call(proxy, "lua", "SET", largekey, largevalue) loca...
{ "content_hash": "0f1d51a42294c5a44b709e2ea48d902b", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 69, "avg_line_length": 32, "alnum_prop": 0.6496212121212122, "repo_name": "wangyi0226/skynet", "id": "fad1279c275d2d0292683cffb4f28a4f9711a739", "size": "1076", "binary":...
class Birt::Core::Property < Birt::Core::BaseReport attr_accessor :name attr_accessor :text def initialize(x_ele) super(x_ele) do self.name = x_ele.attribute(:name).value self.text = x_ele.text end yield(self) if block_given? end end
{ "content_hash": "146fce07e4316401edd3652a7ddb1ec6", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 51, "avg_line_length": 17.933333333333334, "alnum_prop": 0.6505576208178439, "repo_name": "mumaoxi/birt", "id": "367709a8a0a5bfb9cf75d07918b30c37e1dd9d66", "size": "269", ...
Project templates for experiments, static HTML5 sites, and WordPress theme development.
{ "content_hash": "6ad729a93c47bc2c5660d0d550613a85", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 87, "avg_line_length": 87, "alnum_prop": 0.8505747126436781, "repo_name": "Mattyvac/Templates", "id": "c184679edb448112fc011ad04dca1360f6454743", "size": "87", "binary": f...
This example illustrates usage of flatten-js library in a browser. It works "as is" without transpiling in most of the modern browsers. Project uses https://unpkg tool to deliver the package from npm. Unpkg assigns package to the **window** global scope under the name ```@flatten-js/core```, from where the namespace ``...
{ "content_hash": "9a776a4ea701b99f00011f1769f9dff0", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 109, "avg_line_length": 34.888888888888886, "alnum_prop": 0.7579617834394905, "repo_name": "alexbol99/flatten-js", "id": "7ec748661047ce0bb40d6266758958b8b1615876", "size":...
using Microsoft.AspNet.Mvc; namespace Library.WebApi { [AllowAnonymous] public class VersionController : Controller { [HttpGet, Produces(typeof(string))] public IActionResult Get() { return new ObjectResult( Service.Version ); } } }
{ "content_hash": "2bbd97b04f1e0537d6153ff55e44bab8", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 55, "avg_line_length": 20.214285714285715, "alnum_prop": 0.6395759717314488, "repo_name": "zhangxin511/vNextLibraryReferenceExample", "id": "6231e86b908f2abe509f848ade7049970...
<?php namespace lithium\tests\mocks\data\source\mongo_db; class MockResult extends \lithium\data\source\Result { protected $_data = array( array('_id' => '4c8f86167675abfabdbf0300', 'title' => 'bar'), array('_id' => '5c8f86167675abfabdbf0301', 'title' => 'foo'), array('_id' => '6c8f86167675abfabdbf0302', 'ti...
{ "content_hash": "25aa89d751fea9c929c1bd65b65ca978", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 75, "avg_line_length": 20.658227848101266, "alnum_prop": 0.6231617647058824, "repo_name": "pixelcog/lithium", "id": "e319e9dc349eaab6df203812ac2cda8c6ac5a376", "size": "183...
/** * @author Ashwin Hariharan * @Details App execution starts from here. One of the entry points to begin execution. Renders the main app component. */ define( [ 'react', 'reactDom', 'jquery', './common-functions', './components/ui-elements' ], f...
{ "content_hash": "59274a627504e96632546684b84f2f42", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 119, "avg_line_length": 29.263157894736842, "alnum_prop": 0.6061151079136691, "repo_name": "anbarasimanoharan/FocusDashboard", "id": "75b51144a910abcaf6020e9fe1bccbf30e20e86e...
package atunit.easymock; import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; import org.easymock.EasyMock; import atunit.Mock; import atunit.Stub; import atunit.core.MockFramework; public class EasyMockFramework implements MockFramework { public Map<Field, Object> getValues(Field[] f...
{ "content_hash": "1440f68f24ed1375c79046a620f5076b", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 73, "avg_line_length": 24.032258064516128, "alnum_prop": 0.7315436241610739, "repo_name": "loganj/atunit", "id": "2296af07c6436a910048611bba6e20d18fff5b6a", "size": "1342",...
package org.gradle.internal.classloader; import java.io.Serializable; /** * An immutable description of a ClassLoader hierarchy that can be used to recreate the hierarchy in a different process. * * Subclasses should implement equals() and hashCode(), so that the spec can be used as a hashmap key. */ public abs...
{ "content_hash": "61923888369c0d3d9533b9ea3873705b", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 121, "avg_line_length": 27.93548387096774, "alnum_prop": 0.6616628175519631, "repo_name": "Pushjet/Pushjet-Android", "id": "8b96204b0a4e8454e25cc25f7a7c394e20eb15eb", "size...
<?php namespace RdnDatabase; use Zend\ModuleManager\ModuleManager; class Module { public function getConfig() { return include __DIR__ .'/../../config/module.config.php'; } public function init(ModuleManager $modules) { $modules->loadModule('RdnFactory'); } }
{ "content_hash": "9b79fa4e8fb64f751a7bff34cb99a38f", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 60, "avg_line_length": 15.222222222222221, "alnum_prop": 0.7007299270072993, "repo_name": "radnan/rdn-database", "id": "20fc1d1137879345b312e62e6c0c69e8e1d9e333", "size": "...
Based on PHP5.6 + mysql5.5 + Apache Powered by CodeIgniter ## Contributors liuwenhanchen zhangjiaheng
{ "content_hash": "c13fd2ff0c68d7bb3435224e1fdfc74f", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 37, "avg_line_length": 21.4, "alnum_prop": 0.7663551401869159, "repo_name": "Illyrix/MeiBaiE", "id": "84e02d27077c179084730929d26daaf30e1876b5", "size": "133", "binary": f...
static NSString* const kInterestFeedSubendpoint = @"interestFeed"; static NSString* const kOwnedCollectionsSubendpoint = @"ownedCollections"; static NSString* const kSourceSettingsEndpoint = @"settings/sources"; static NSString* const kFollowingSubendpoint = @"following"; static NSString* const kLikingSubendpoint = @"l...
{ "content_hash": "00c206fd89267b4e37784aa7603f0cd1", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 122, "avg_line_length": 37.724043715846996, "alnum_prop": 0.5302382849279351, "repo_name": "MediaHound/CoreHound", "id": "c7437b0165999663827c3f646f99a4e19b8f113a", "size"...
package com.orhanobut.wasp; public interface NetworkStack { void invokeRequest(RequestCreator requestCreator, InternalCallback<Response> waspCallback); Object invokeRequest(RequestCreator requestCreator) throws Exception; }
{ "content_hash": "b2672bf618d10c808030e64170e0757d", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 93, "avg_line_length": 28.875, "alnum_prop": 0.8354978354978355, "repo_name": "wangkang0627/wasp", "id": "1e8ff5fe681df6dfa3ff6cfb75557a00b9a2d28b", "size": "231", "binary...
package edu.uci.ics.jung.graph.decorators; import java.awt.Shape; import edu.uci.ics.jung.graph.Edge; /** * An interface for decorators that return a * <code>Shape</code> for a specified edge. * * @author Tom Nelson */ public interface EdgeShapeFunction { /** * Returns the <code>Shape</code> assoc...
{ "content_hash": "29d592204ed548ad5fa570d6e1a3168d", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 69, "avg_line_length": 19.3, "alnum_prop": 0.6658031088082902, "repo_name": "markus1978/clickwatch", "id": "cfe5d56fb52d554b7726e2ed8bc328b1d669e94d", "size": "686", "bin...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "d3e69cf23634cc06e60e559d463fa6ce", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "508ee4d0bdfa3b0f900d98fafea04832d8609262", "size": "213...
<?php namespace DCarbone\PHPFHIRGenerated\R4\PHPFHIRTests\FHIRCodePrimitive; use PHPUnit\Framework\TestCase; use DCarbone\PHPFHIRGenerated\R4\FHIRCodePrimitive\FHIRCodeSearchSupportList; /** * Class FHIRCodeSearchSupportListTest * @package \DCarbone\PHPFHIRGenerated\R4\PHPFHIRTests\FHIRCodePrimitive */ class FHI...
{ "content_hash": "6b39650a80427f826e73efaf5db144e5", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 116, "avg_line_length": 29.75, "alnum_prop": 0.7966386554621848, "repo_name": "dcarbone/php-fhir-generated", "id": "910262e8e425dc7fc95063bd6e8b58d0722b1f86", "size": "3484...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "a0ad5246390e5da17e88eff1daadf0d8", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "eeaa69a71a7cfadcfae00752789ba5bdd699e9ab", "size": "189...
import mskrange = require( './index' ); // TESTS // // The function returns a number... { const x = new Float64Array( 10 ); const mask = new Uint8Array( 10 ); mskrange( x.length, x, 1, mask, 1 ); // $ExpectType number } // The compiler throws an error if the function is provided a first argument which is not ...
{ "content_hash": "06b8829bbd50b0dfb6e7157613fc7d6d", "timestamp": "", "source": "github", "line_count": 231, "max_line_length": 117, "avg_line_length": 44.42857142857143, "alnum_prop": 0.6353892623989087, "repo_name": "stdlib-js/stdlib", "id": "d06fb23b3152b78a55be7c31affe02f7e858856b", "size": "10...
<?php /* This document is meant to follow PSR-1 and PSR-2 php-fig standards http://www.php-fig.org/psr/psr-1/ http://www.php-fig.org/psr/psr-2/ */ /** * Filter Interface * * A filter is more a predicate than a data type, but not quite a design * pattern (to me). This allows you to define a filter that you...
{ "content_hash": "557cce83741f958403cbf3684aa928a1", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 80, "avg_line_length": 29.571428571428573, "alnum_prop": 0.588336783988958, "repo_name": "asherwunk/phabstractic", "id": "4495b1438904274a74583b82131d593c2f777e81", "size":...
AutoGrow Node Plugin ==================== The AutoGrow Node Plugin makes textarea expand in height to fit its contents automatically.
{ "content_hash": "d97d5aaef690f171f3fbe504582f05fa", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 56, "avg_line_length": 27, "alnum_prop": 0.7037037037037037, "repo_name": "inikoo/fact", "id": "c7f97f9ab6a5c63473e48fcf840d1d5b0ec10de4", "size": "135", "binary": false, ...
package com.amazonaws.services.apigateway.model.transform; import static com.amazonaws.util.StringUtils.UTF8; import static com.amazonaws.util.StringUtils.COMMA_SEPARATOR; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.OutputStreamWriter; import java.io.StringWriter; import...
{ "content_hash": "04ece4108f9e2ec914b5d9531feb813f", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 95, "avg_line_length": 36.11267605633803, "alnum_prop": 0.6977379095163807, "repo_name": "sdole/aws-sdk-java", "id": "9458a2e0b6c9a15c7aeb1daa5b89c298d8b30556", "size": "31...
<?php defined('JPATH_PLATFORM') or die; /** * Class to handle dispatching of events. * * This is the Observable part of the Observer design pattern * for the event architecture. * * @package Joomla.Platform * @subpackage Event * @link http://docs.joomla.org/Tutorial:Plugins Plugin tutorials * @s...
{ "content_hash": "49601934164b7d264d1da4e0cff43ef0", "timestamp": "", "source": "github", "line_count": 274, "max_line_length": 111, "avg_line_length": 20.71167883211679, "alnum_prop": 0.6026431718061674, "repo_name": "mssnaveensharma/venison-jaqui", "id": "ab1df5614b60c148c28181e0d2767e220dfdcb17", ...
<sample> <para>Demonstrates how to deploy and install to a Maven repository. Also demonstrates how to deploy a javadoc JAR along with the main JAR, how to customize the contents of the generated POM, and how to deploy snapshots and releases to different repositories. </para> </sample>
{ "content_hash": "23d35769a24d8bd1567d57ec89f5a801", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 117, "avg_line_length": 52.333333333333336, "alnum_prop": 0.7229299363057324, "repo_name": "lsmaira/gradle", "id": "61fd97ba9bac7b92cbda542bbd7668ec2345289f", "size": "314",...
<?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" android:orientation="vertical" android:background="@drawable/background" > <ImageV...
{ "content_hash": "04a8cd5a54355cd4bb40873df5fe0421", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 72, "avg_line_length": 30.09090909090909, "alnum_prop": 0.6737160120845922, "repo_name": "kqb/ultrasound-in-remote-maternal-healthcare", "id": "7a4c1b080272dcf672485e040505cf...
<?php /** * DO NOT EDIT! * This file was automatically generated via bin/generate-validator-spec.php. */ namespace AmpProject\Validator\Spec\Tag; use AmpProject\Format; use AmpProject\Html\Attribute; use AmpProject\Html\Tag as Element; use AmpProject\Validator\Spec\Identifiable; use AmpProject\Validator\Spec\Spec...
{ "content_hash": "1199b4960251cd1f6999377d35012daf", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 77, "avg_line_length": 25.86764705882353, "alnum_prop": 0.5901080159181353, "repo_name": "ampproject/amp-toolbox-php", "id": "1c9753d46ef8e20552861908130a7511c7552286", "si...
<?php declare(strict_types=1); namespace ApiPlatform\GraphQl\Resolver\Stage; use ApiPlatform\Metadata\GraphQl\Operation; use GraphQL\Error\Error; /** * Validate stage of GraphQL resolvers. * * @author Alan Poulain <contact@alanpoulain.eu> */ interface ValidateStageInterface { /** * @throws Error ...
{ "content_hash": "a9fc8343d1ce4ab6966619bbfd973c19", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 112, "avg_line_length": 19.08695652173913, "alnum_prop": 0.7175398633257403, "repo_name": "soyuka/core", "id": "092a1d5aee4bfa17941d4cade9fa4d5272b5a14a", "size": "670", ...
goog.provide('thermo.api'); goog.require('thermo'); goog.require('thermo.EventDelegate'); goog.require('thermo.Model'); goog.require('thermo.View');
{ "content_hash": "8594539985be3a6bb9f69b671e273170", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 37, "avg_line_length": 25, "alnum_prop": 0.7333333333333333, "repo_name": "bfgeek/thermo-js", "id": "3a4124c733a632cfb96bdd5a0bc352ec60f4605c", "size": "150", "binary": fa...
<?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> <groupId>com.d...
{ "content_hash": "53c4223b6e5ad0698f39b28ed2a9372c", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 108, "avg_line_length": 34.851851851851855, "alnum_prop": 0.6631243358129649, "repo_name": "PaperSpigot/Paperclip", "id": "b14f0196e453f649c9b4589a9e4294c9cc3be0f3", "size"...
layout: default --- <h1>The Holloways</h1> <p>We are Mike & Amy, a Husband and Wife from Worcester UK and this is our shared blog.</p> {% assign year = null %} <dl class="posts"> {% for post in site.posts %} {% assign data = site.data[post.data] %} {% assign currentYear = data.reviewed_on | date: "%Y" %} {% if c...
{ "content_hash": "eb4608049bb00c5c66420e8d84dccb05", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 251, "avg_line_length": 40.24, "alnum_prop": 0.5964214711729622, "repo_name": "flyingbuddha/theholloways", "id": "1516fc528a2c08ba7b481258f56e72cd13d0f76c", "size": "1010",...
// // argument.cs: Argument expressions // // Author: // Miguel de Icaza (miguel@ximain.com) // Marek Safar (marek.safar@gmail.com) // // Dual licensed under the terms of the MIT X11 or GNU GPL // Copyright 2003-2011 Novell, Inc. // Copyright 2011 Xamarin Inc // using System; using System.Collections.Generic; #i...
{ "content_hash": "af0f96fadca0ca08ee21149d61d98ced", "timestamp": "", "source": "github", "line_count": 640, "max_line_length": 132, "avg_line_length": 23.6984375, "alnum_prop": 0.6455462517307312, "repo_name": "rfguri/vimfiles", "id": "13d0526cc2cd9c5a47e422bbdc2b9c763c2de9b4", "size": "15169", ...
#include "mpi-rdft.h" /* use the apply() operation for MPI_RDFT problems */ void XM(rdft_solve)(const plan *ego_, const problem *p_) { const plan_mpi_rdft *ego = (const plan_mpi_rdft *) ego_; const problem_mpi_rdft *p = (const problem_mpi_rdft *) p_; ego->apply(ego_, UNTAINT(p->I), UNTAINT(p->O)); }
{ "content_hash": "7b84bd8f88dde249aacddc2ba56f10ae", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 63, "avg_line_length": 29, "alnum_prop": 0.6269592476489029, "repo_name": "cianfrocco-lab/cryoem-cloud-tools", "id": "e8f4f5a8f45030ed2de79de54b396646f4a454a7", "size": "11...
module Tasuku class TaskRequirement < ActiveRecord::Base include Concerns::Models::Requirables::InverseRequirable end end
{ "content_hash": "6128a34e56afd685b5a73228274eaacd", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 60, "avg_line_length": 26, "alnum_prop": 0.7923076923076923, "repo_name": "hyperoslo/tasuku", "id": "9e299c0cdfbef6cbd57cd802443988a47b3f8a10", "size": "130", "binary": fa...
using Moq; using NUnit.Framework; using SimpleMigrations; using System; using System.Collections.Generic; using System.Data.Common; using System.Linq; using System.Reflection; using System.Threading.Tasks; namespace Simple.Migrations.UnitTests { [TestFixture] public class SimpleMigratorMigrateTests : Assertio...
{ "content_hash": "52ce7a07e75ea4a9b7a5b021c43b290a", "timestamp": "", "source": "github", "line_count": 246, "max_line_length": 153, "avg_line_length": 32.016260162601625, "alnum_prop": 0.5562468257998985, "repo_name": "canton7/Simple.Migrations", "id": "f0f83a3d521881b3d672ccf5a97c6cb566dd439d", "...
<?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> <groupId>com.example</groupId> <arti...
{ "content_hash": "77c3c6168033c8ab0f2ea0d2cf2b558c", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 104, "avg_line_length": 28.873015873015873, "alnum_prop": 0.7234744365035733, "repo_name": "Roc0924/springDemo", "id": "22d2797b729295b55aa75fc572e00027dcd37fd1", "size": "...
You can use the [editor on GitHub](https://github.com/devanshbkg/moriswiki/edit/master/README.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in ...
{ "content_hash": "d39cf3e92489d61fb35c119741d7db23", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 247, "avg_line_length": 35.628571428571426, "alnum_prop": 0.7586206896551724, "repo_name": "devanshbkg/moriswiki", "id": "2f947b01a0ff2cebddb149257d87d2ecee81cb4c", "size":...
import React from 'react'; import PropTypes from 'prop-types'; const XMLNS_SVG = 'http://www.w3.org/2000/svg'; var propTypes = { /** * React element(s) passed into the icon */ children: PropTypes.oneOfType([ PropTypes.element, PropTypes.arrayOf(PropTypes.element.isRequired), ]).isRequired, /** ...
{ "content_hash": "0ec9f8982e6ebcac8037cc10eab4e83b", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 72, "avg_line_length": 24.547619047619047, "alnum_prop": 0.6275460717749758, "repo_name": "suitejs/suitejs", "id": "4ca54b0a36839e3762b2d49bbfa3bf202c7cc91e", "size": "2062...
:Version: |version| (|release|) :Created: |today| Welcome to Open Robotics Automation Virtual Environment ======================================================= .. include:: description.rst Getting Started --------------- * :ref:`install` * :ref:`changelog`, `Roadmap <https://github.com/rdiankov/openrave/is...
{ "content_hash": "164f38e638618c7eaef0c60ba4613680", "timestamp": "", "source": "github", "line_count": 85, "max_line_length": 206, "avg_line_length": 35.529411764705884, "alnum_prop": 0.7172185430463576, "repo_name": "jdsika/TUM_HOly", "id": "2fae17d50c97f68bc6dd3996c8aaad8720e6e79b", "size": "302...
var gulp = require("gulp"); var sass = require("gulp-sass"); var minifyHtml = require("gulp-minify-html"); var ngHtml2js = require("gulp-ng-html2js"); var ngAnnotate = require("gulp-ng-annotate"); var iife = require("gulp-iife"); var uglify = require("gulp-uglify"); var concat = require("gulp-concat"); gulp.task("sass...
{ "content_hash": "4fd34451ea71a3e8d2ad66ce512962d9", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 93, "avg_line_length": 28.295454545454547, "alnum_prop": 0.623293172690763, "repo_name": "katemihalikova/ion-datetime-picker", "id": "b3c46c9b9623115dc3a2e187ccb6de89483f4cdd...
<?xml version='1.0' encoding="windows-1251"?> <xml> <!---------------------------MONOLIT REGULAR with RPG-----------------------> <specific_character id="aes_Monolit_rpg" team_default = "1"> <name>GENERATE_NAME_stalker</name> <icon x="22" y="10"></icon> <map_icon x="3" y="0"></map_icon> <bio>aes_Monolit_rpg_b...
{ "content_hash": "11650b2b16903f43a89890a0c040405d", "timestamp": "", "source": "github", "line_count": 470, "max_line_length": 115, "avg_line_length": 29.81063829787234, "alnum_prop": 0.6459924345157376, "repo_name": "OLR-xray/XRay-NEW", "id": "cac51e201d546474a9312b71d0dd8eb88589fe5d", "size": "1...
<html> <body> Reports <b>static</b> variables which are read prior to initialization. <p> Note: This inspection uses a very conservative dataflow algorithm, and may report static variables used uninitialized incorrectly. Variables reported as initialized will always be initialized. <!-- tooltip end --> <p> Use the chec...
{ "content_hash": "3547ecf502f4358de3ae5cc615b0a122", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 98, "avg_line_length": 36.23076923076923, "alnum_prop": 0.7834394904458599, "repo_name": "consulo/consulo-java", "id": "0fe89050bae483bfba0e04b3064270a274c98d1f", "size": "...
from django.test.testcases import TestCase from django_core.forms.widgets import CommaSeparatedListWidget from django_core.forms.widgets import MultipleDecimalInputWidget class CommaSeparatedListWidgetTestCase(TestCase): def test_widget_value_from_datadict(self): field_name = 'some_field' data = ...
{ "content_hash": "b7cbe8a82afdd2b5c570d310cb7124c2", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 68, "avg_line_length": 38.75, "alnum_prop": 0.5816377171215881, "repo_name": "InfoAgeTech/django-core", "id": "0f2b5e85d495834a061cd7a68a9aa366e207830c", "size": "2015", ...
<!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 Thu Oct 17 21:44:59 EDT 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
{ "content_hash": "55405b21e7384b25c7a9069ee617c9d5", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 131, "avg_line_length": 36.06870229007634, "alnum_prop": 0.5921693121693121, "repo_name": "Hernrup/solr", "id": "8244481c9168bcee6a2b67cf3aa73cc332caf6a0", "size": "4725",...
package org.apache.spark.util import java.util import scala.collection.JavaConverters._ import org.apache.spark.rdd.CarbonMergeFilesRDD import org.apache.spark.sql.SparkSession import org.apache.spark.sql.execution.command.CompactionCallableModel import org.apache.carbondata.common.logging.LogServiceFactory impor...
{ "content_hash": "dfbde0a9016e40d424e173919662c165", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 99, "avg_line_length": 41.75728155339806, "alnum_prop": 0.7488956056730993, "repo_name": "zzcclp/carbondata", "id": "e6a2ad31a9904568e385e93e0a1769276d6b6140", "size": "51...
package mockit.integration; import java.util.*; import mockit.*; public final class CollaboratorStrictExpectations extends Expectations { public CollaboratorStrictExpectations(Collaborator mock) { mock.doSomething(); result = new IllegalFormatCodePointException('x'); times = 2; } }
{ "content_hash": "a6163035850f475ea8ec76f1220e11aa", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 76, "avg_line_length": 20.533333333333335, "alnum_prop": 0.7435064935064936, "repo_name": "viniciusfernandes/jmockit1", "id": "2f1e424513786dfb443a25187ee581db9edd10a6", "s...
package org.deeplearning4j.nn.layers.custom.testlayers; import org.deeplearning4j.nn.conf.NeuralNetConfiguration; import org.deeplearning4j.nn.layers.BaseOutputLayer; /** * Created by Alex on 28/08/2016. */ public class CustomOutputLayerImpl extends BaseOutputLayer<CustomOutputLayer> { public CustomOutputLaye...
{ "content_hash": "6ba2b83b1ff07109413955252ce32672", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 79, "avg_line_length": 25.733333333333334, "alnum_prop": 0.7797927461139896, "repo_name": "xuzhongxing/deeplearning4j", "id": "b93fdacf2d2e4febbc5d51867cd1fe4fa8b1f9a6", "s...
import Component from "@ember/component"; import layout from "../templates/components/sy-close"; export default Component.extend({ layout: layout, tagName: "button", classNames: "close", attributeBindings: ["type", "aria-label"], type: "button", "aria-label": "Close" });
{ "content_hash": "db2dc2b8cb9cb15a851a3301d03f570f", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 54, "avg_line_length": 20.571428571428573, "alnum_prop": 0.6840277777777778, "repo_name": "adfinis-sygroup/ember-sy", "id": "451275c36790bbdf61043bf84109eba752546e7a", "siz...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _16ComparingFloats { class Program { static void Main(string[] args) { double numberA = double.Parse(Console.ReadLine()); double numberB = doubl...
{ "content_hash": "e56554892875a5e9cb53608623b9db69", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 62, "avg_line_length": 23.22222222222222, "alnum_prop": 0.5534290271132376, "repo_name": "Stradjazz/SoftUni", "id": "824e74f5c33285fe776ae9b05611418f998ab988", "size": "629...
package com.ymsino.water.sys.listener; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import org.springframework.web.context.ContextLoaderListener; import org.springframework.web.context.WebApplicationContext; import org.springframework.web.context.support.WebApplication...
{ "content_hash": "05eea0b4cc3d0b4ca3098d8e57ee33f5", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 121, "avg_line_length": 38.48837209302326, "alnum_prop": 0.7800604229607251, "repo_name": "xcjava/ymWaterWeb", "id": "9a957781462fc038fce1e16713715f8b9538f467", "size": "17...
#include "webrtc/modules/video_coding/main/source/receiver.h" #include <assert.h> #include "webrtc/modules/video_coding/main/interface/video_coding.h" #include "webrtc/modules/video_coding/main/source/encoded_frame.h" #include "webrtc/modules/video_coding/main/source/internal_defines.h" #include "webrtc/modules/vid...
{ "content_hash": "edfa0ae57d7915602946b2afe8938fc4", "timestamp": "", "source": "github", "line_count": 372, "max_line_length": 80, "avg_line_length": 35.653225806451616, "alnum_prop": 0.653396667420644, "repo_name": "goddino/libjingle", "id": "4cbbebd3127c4bf65434df740a18cf824b12bd0c", "size": "13...
<!DOCTYPE html> <html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " vocab="http://ogp.me/ns" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>Coding Questions | Warren Liu</title> <link href="../../../assets/css/rst.css" rel="stylesheet" type="text...
{ "content_hash": "a066434f83a3b225bb8c028e3b6a361a", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 236, "avg_line_length": 41.83108108108108, "alnum_prop": 0.6331771926990793, "repo_name": "wudong/wudong.github.io", "id": "1a3299b903cee012b586dc70d7fd25fac268e496", "siz...
<? namespace Concrete\Controller\SinglePage\Dashboard\System\Files; use \Concrete\Core\Page\Controller\DashboardPageController; use Config; use Loader; use PermissionKey; use TaskPermission; use PermissionAccess; class Filetypes extends DashboardPageController { var $helpers = array('form','concrete/ui','validation/t...
{ "content_hash": "898fddfaf4cdf2d25916afe796d65f5a", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 92, "avg_line_length": 31.976744186046513, "alnum_prop": 0.7105454545454546, "repo_name": "baardev/lbtb", "id": "26a897d620468f60205d827f8b45722a1db59b31", "size": "1375", ...
class FalseClass def to_bool() self ; end end
{ "content_hash": "c3011d67061922a0acedc758c3fa14bf", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 26, "avg_line_length": 16, "alnum_prop": 0.7083333333333334, "repo_name": "locomotivecms/common", "id": "4d23ea3a7419118c3c82485b7628a120a8e7bda9", "size": "48", "binary":...
""" The POX packet library for packet parsing and creation. This is based heavily on NOX's packet library, though it has undergone some signficant change, particularly with regard to making packet assembly easier. Could still use more work. """ # None of this is probably that big, and almost all of it gets loaded # ...
{ "content_hash": "804db61026c17b57eb15c070909f42a4", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 70, "avg_line_length": 16.743589743589745, "alnum_prop": 0.6761102603369066, "repo_name": "kavitshah8/SDNDeveloper", "id": "4dffc7042402b670997e71fba7dfb0806040a25a", "size...
<?xml version="1.0" encoding="UTF-8"?> <monster name="The Handmaiden" nameDescription="the Handmaiden" race="blood" experience="3850" speed="450" manacost="0"> <health now="14500" max="14500"/> <look type="230" corpse="6312"/> <targetchange interval="5000" chance="8"/> <flags> <flag summonable="0"/> <flag attac...
{ "content_hash": "9b72db6b23f5d06e56e7cbb55762024d", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 120, "avg_line_length": 34.345454545454544, "alnum_prop": 0.6553732133403918, "repo_name": "victorperin/tibia-server", "id": "a5a8ae393850fad854a89f23ee7f07194aa70a92", "si...
<?php /** * Created by PhpStorm. * User: pluetzner * Date: 12.06.2017 * Time: 00:08 */ namespace Pluetzner\BlockBundle\Model; /** * Class EntityBlockTypeModel * @package Pluetzner\BlockBundle\Model */ class EntityBlockTypeModel { }
{ "content_hash": "887747444dfa1d157319e14b764c10fc", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 39, "avg_line_length": 15, "alnum_prop": 0.7041666666666667, "repo_name": "karatektus/blockBundle", "id": "cb5933d41c6a0341f8f2041529c0d7419fe3eaad", "size": "240", "bina...
module DK class CLI < Thor desc 'strip', 'Strip old comments from posts.' long_desc <<-LONGDESC `strip` will delete other user's previous comments in your Drafts or Queue. LONGDESC option :limit, type: :numeric, aliases: :l, desc: Options.op_strings[:limit] option :blog, type: :string...
{ "content_hash": "7052a8ea020631c572aeb666f15f5f53", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 88, "avg_line_length": 42.95, "alnum_prop": 0.6554132712456344, "repo_name": "meissadia/tumblr_draftking", "id": "32fcfd7bd8471e9a09072b0c6041b1d932daff4e", "size": "859", ...
import { screen } from '@testing-library/react'; import okapiCurrentUser from 'fixtures/okapiCurrentUser'; import userEvent from '@testing-library/user-event'; import '__mock__/stripesComponents.mock'; import renderWithRouter from 'helpers/renderWithRouter'; import UserServicePoints from './UserServicePoints'; const ...
{ "content_hash": "565428be97748fa781c276a854596aa2", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 94, "avg_line_length": 38.5609756097561, "alnum_prop": 0.713472485768501, "repo_name": "folio-org/ui-users", "id": "ff023fa61e66207afa838a972fe8aa0643f82059", "size": "1581...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("4....
{ "content_hash": "7f7c1d33b133fec6478464c09ecfcf5e", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.916666666666664, "alnum_prop": 0.7480862908837856, "repo_name": "origami99/SoftUni", "id": "a772ff9901acf27617a55a817a490fcbebdafdde", "size": "14...
package io.youi.drawable trait Drawable extends Modifiable { def draw(context: Context, x: Double, y: Double): Unit } object Drawable { object None extends Drawable { override def draw(context: Context, x: Double, y: Double): Unit = {} } }
{ "content_hash": "54dad56580549100a9784285d0eaa472", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 72, "avg_line_length": 22.818181818181817, "alnum_prop": 0.701195219123506, "repo_name": "outr/youi", "id": "c75ddcdf12c5dbf4073559255a1848055dfba18b", "size": "251", "bi...
VENDOR_BUY = 1 VENDOR_SELL = 2 VENDOR_BOTH = 3 PLUGIN.name = "Vendors" PLUGIN.author = "Chessnut" PLUGIN.desc = "Adds NPC vendors that can sell things." -- Keys for vendor messages. VENDOR_WELCOME = 1 VENDOR_LEAVE = 2 VENDOR_NOTRADE = 3 -- Keys for item information. VENDOR_PRICE = 1 VENDOR_STOCK = 2 VENDOR_MODE = 3 ...
{ "content_hash": "06afc595c5a39343f42b6f6ee9ec5d76", "timestamp": "", "source": "github", "line_count": 549, "max_line_length": 129, "avg_line_length": 24.626593806921676, "alnum_prop": 0.6632396449704142, "repo_name": "Cyumus/NutScript", "id": "b31429270e566078160aadc792f2c8712a879f9e", "size": "1...
module Mongrel2 class Response StatusMessage = { 100 => 'Continue', 101 => 'Switching Protocols', 200 => 'OK', 201 => 'Created', 202 => 'Accepted', 203 => 'Non-Authoritative Information', 204 => 'No Content', 205 => 'Reset Content', 206 => 'Partial Content', ...
{ "content_hash": "c1f1629de36df63a93e74fc7840ef3c0", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 85, "avg_line_length": 28.585714285714285, "alnum_prop": 0.5492253873063468, "repo_name": "wooga/rack-mongrel2", "id": "9c75b1cc53cd46aa3eb83f9e3dee7c11b61d921e", "size": "...