text
stringlengths
2
1.04M
meta
dict
angular.module('docsApp').constant('DEMOS', [ { "name": "autocomplete", "moduleName": "material.components.autocomplete", "label": "Autocomplete", "demos": [ { "ngModule": { "name": "autocompleteDemo", "module": "autocompleteDemo", "dependencies": [ ...
{ "content_hash": "e4dcc714bde0837016b37e0400a4964d", "timestamp": "", "source": "github", "line_count": 2936, "max_line_length": 100, "avg_line_length": 27.958446866485012, "alnum_prop": 0.4488585142411617, "repo_name": "angular/code.material.angularjs.org", "id": "f0db6ec8340c327baaa1b891f81926029e4...
layout: api title: "v2.1.0 JavaScript Library: L.ICRS" categories: api version: v2.1.0 permalink: /api/v2.1.0/l-icrs --- <h2 id="icrs">ICRS</h2> <p>Defines coordinate reference systems for projecting geographical points into pixel (screen) coordinates and back (and to coordinates in other units for WMS services). Se...
{ "content_hash": "3b39bda06fa3f02d773b2b61173d61ae", "timestamp": "", "source": "github", "line_count": 125, "max_line_length": 274, "avg_line_length": 34.336, "alnum_prop": 0.6561043802423113, "repo_name": "thomjoy/turftest", "id": "53132c903529fd0dc7f94a0ba732c99bf08c2240", "size": "4296", "bin...
'use strict'; var _ = require('lodash'); var passport = require('passport'); var InstagramStrategy = require('passport-instagram').Strategy; var LocalStrategy = require('passport-local').Strategy; var FacebookStrategy = require('passport-facebook').Strategy; var TwitterStrategy = require('passport-twitter').Strategy; ...
{ "content_hash": "3e0680378bf2b5cb2048f98e43e625b9", "timestamp": "", "source": "github", "line_count": 410, "max_line_length": 179, "avg_line_length": 40.53658536585366, "alnum_prop": 0.6304452466907341, "repo_name": "ivanmayes/guild-maker", "id": "1fb10b64a13cac6ecbbbc30f08b331bce99a9e71", "size"...
package com.google.api.ads.adwords.jaxws.v201402.express; import java.net.MalformedURLException; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.ws.Service; import javax.xml.ws.WebEndpoint; import javax.xml.ws.WebServiceClient; import javax.xml.ws.WebServiceException; import javax.xml.ws.WebSe...
{ "content_hash": "6600e198109767b35280afe05bf4ecb9", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 215, "avg_line_length": 36.243589743589745, "alnum_prop": 0.7117085249380969, "repo_name": "nafae/developer", "id": "7478e6577622cd08aadb7066a8d9f3d4dec549d3", "size": "282...
Rails.application.routes.default_url_options[:host] = ENV['HOST'] || 'localhost'
{ "content_hash": "725bd50d78f195f7d46c4aa6ac02d73b", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 80, "avg_line_length": 81, "alnum_prop": 0.7283950617283951, "repo_name": "mxabierto/adela", "id": "09c31265b0eef674fceee303c72b66ed8c825821", "size": "81", "binary": fals...
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <title>statsmodels.tsa.vector_ar.vecm.VECMResults.stderr_gamma &#8212; statsmodels v0.10.2 documentation</title> <link rel="stylesheet" href="../_static/nature.css" type="text/css" /> <link rel="stylesheet" hr...
{ "content_hash": "40e5f1ababe0bfc046f59c848a137fbd", "timestamp": "", "source": "github", "line_count": 147, "max_line_length": 464, "avg_line_length": 41.48299319727891, "alnum_prop": 0.6308625778943916, "repo_name": "statsmodels/statsmodels.github.io", "id": "80ac4a235f49cc1f7ddd51d146022ac36d4d60b...
package org.apache.flex.swf.tags; import org.apache.flex.swf.TagType; /** * A RawTag is a wrapper for the raw bytes of an unimplemented SWF tag. * <p> * It is not an actual SWF tag. */ public final class RawTag extends Tag { /** * Constructor. * * @param tagType tag type */ public ...
{ "content_hash": "fa889b9f5e1e9e41733be66f468d08cf", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 71, "avg_line_length": 17.471698113207548, "alnum_prop": 0.5377969762419006, "repo_name": "greg-dove/flex-falcon", "id": "7b80f896f0a0a76acd0ea840081b1b5589684e64", "size":...
FN="BSgenome.Hsapiens.UCSC.hg38.masked_1.3.993.tar.gz" URLS=( "https://bioconductor.org/packages/3.12/data/annotation/src/contrib/BSgenome.Hsapiens.UCSC.hg38.masked_1.3.993.tar.gz" "https://bioarchive.galaxyproject.org/BSgenome.Hsapiens.UCSC.hg38.masked_1.3.993.tar.gz" "https://depot.galaxyproject.org/software/bi...
{ "content_hash": "5fea5821a994accefc2719a321d27b5a", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 163, "avg_line_length": 31.42222222222222, "alnum_prop": 0.6824611032531824, "repo_name": "ostrokach/bioconda-recipes", "id": "ec29256a505022c846eae4c93de4ca01a52631df", "s...
package com.tam.cobol_interpreter.context import com.tam.cobol_interpreter.tools.ByteArrayTool import scala.collection.mutable /** * Created by tamu on 1/2/15. */ class DataContext extends mutable.HashMap[String, Array[Array[Byte]]]{ def getData(key:String): Array[Array[Byte]] = this.getOrElse(key, ContextTool.d...
{ "content_hash": "e9fa0a43198832350c9b0b6152d2c07c", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 99, "avg_line_length": 35.43478260869565, "alnum_prop": 0.7067484662576687, "repo_name": "tamsanh/scala-cobol-interpreter", "id": "c3f2cdf19ffb08b0ed7bd711951ccd5463617794", ...
using System; using System.Collections.Generic; using LanguageExt; using static LanguageExt.Prelude; using System.Diagnostics.Contracts; using LanguageExt.TypeClasses; namespace LanguageExt { /// <summary> /// Functional module for working with the Stck T type /// </summary> public static class Stack ...
{ "content_hash": "b050a6c9223047c7b276d2377e740e57", "timestamp": "", "source": "github", "line_count": 912, "max_line_length": 157, "avg_line_length": 49.52302631578947, "alnum_prop": 0.6207018709177461, "repo_name": "louthy/language-ext", "id": "a92ef0bd372881baf42d500aecb8ff4fa50c0f58", "size": ...
/****************************************************************************/ /* isprint v15.12.3 */ /* */ /* Copyright (c) 1993-2016 Texas Instruments Incorporated */ /* h...
{ "content_hash": "78c47187e9f26b03d41ab7745b0fa766", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 78, "avg_line_length": 66.86363636363636, "alnum_prop": 0.4449354180829368, "repo_name": "gexd7127/MIT-Pico-Grid", "id": "fd58801aa6bf60674035db10e6438a2fb103c94e", "size":...
@extends('voyager::master') @section('page_title','媒体库') @section('css') <script type="text/javascript" src="{{ voyager_asset('js/vue1.min.js') }}"></script> <link rel="stylesheet" href="{{ voyager_asset('css/media/media.css') }}"/> <link rel="stylesheet" type="text/css" href="{{ voyager_asset('js/select2/s...
{ "content_hash": "6bd9ecf80cb8b943f1fe1c6e9a17d60e", "timestamp": "", "source": "github", "line_count": 352, "max_line_length": 257, "avg_line_length": 52.63352272727273, "alnum_prop": 0.35110919199006857, "repo_name": "xusenlin/voyager", "id": "8fd317beb2326dbe1e3ec1ff322b3699e3dfc015", "size": "1...
(function(dicomParser) { module("dicomParser.util"); test("isPrivateTag true", function() { // Arrange // Act var isPrivateTag = dicomParser.isPrivateTag('x00190010'); // Assert ok(isPrivateTag, "is private tag"); }); test("isPrivateTag false", function() { ...
{ "content_hash": "cc0b0321fe8efd0b2989d7a0d23aed17", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 99, "avg_line_length": 24.53688524590164, "alnum_prop": 0.591615166193419, "repo_name": "thiagoss/dicomParser", "id": "a5cc0bcc0632578f60119e8e2743f2392673aadd", "size": "...
Write a program that prints the third command-line argument. You must write this program using constant arrays by defining a constant for the `argv` array before using it. ---------------------------------------------------------------------- ## HINTS You can define a constant for an array as following: ```php define...
{ "content_hash": "59452f4a0aa2ee7ff467ee58cb8f94a0", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 110, "avg_line_length": 32.5, "alnum_prop": 0.5753846153846154, "repo_name": "NastasiaSaby/php7-way", "id": "3b00d27ebf8f37fd62df74f64f56df8c24afaff6", "size": "650", "bi...
export function noProject(project: string) { return `Unable to find project '${project}' in the workspace`; } export function unsupportedStyles(styleFilePath: string) { return `Project style file found has unsupported extension: '${styleFilePath}'\nAdding 'bootstrap.min.css' to 'angular.json'`; } export function ...
{ "content_hash": "7fdf25218869e522a16eb758bcd67762", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 128, "avg_line_length": 36.93333333333333, "alnum_prop": 0.7509025270758123, "repo_name": "fbasso/ng-bootstrap", "id": "dcbf5c52aa96ac7cee273ec09a819acf5bb5d0c6", "size": "...
package gameservers import ( "agones.dev/agones/pkg/apis/stable" "agones.dev/agones/pkg/apis/stable/v1alpha1" "agones.dev/agones/pkg/client/clientset/versioned" getterv1alpha1 "agones.dev/agones/pkg/client/clientset/versioned/typed/stable/v1alpha1" "agones.dev/agones/pkg/client/informers/externalversions" lister...
{ "content_hash": "229bade62a6f548d59c3efcc7a99534a", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 144, "avg_line_length": 38.7109375, "alnum_prop": 0.7570131180625631, "repo_name": "nicedone/agones", "id": "451ffc4ad8b6008b3943e72d236fab19567d03b7", "size": "5565", "...
 #include <aws/lex-models/model/Prompt.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace LexModelBuildingService { namespace Model { Prompt::Prompt() : m_messagesHasBeenSet(false), m_maxAttempts(0)...
{ "content_hash": "088ebf08b1367ffdce494d54b309d02d", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 98, "avg_line_length": 20.6875, "alnum_prop": 0.7124874118831823, "repo_name": "JoyIfBam5/aws-sdk-cpp", "id": "120a8ce735bb8a5bac61c43d1144a668770a9962", "size": "2559", ...
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: AssemblyTi...
{ "content_hash": "da2bf67794d61aead25e2beafbeaae6d", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.97222222222222, "alnum_prop": 0.7248088950660181, "repo_name": "marceln/SSMS-ToyBox", "id": "4d58e801e97df9b48002bea59ab31ac3ca85996b", "size": "1...
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping SYSTEM "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd" > <hibernate-mapping> <class name="com.jcommerce.core.model.Region" table="tis_region" > <id name="id" column="region_id" type="string" length="32"> <generator class="uuid.hex" /> </id> <prop...
{ "content_hash": "a9ba6aed7f546095032600299cb755e8", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 112, "avg_line_length": 42.904761904761905, "alnum_prop": 0.6914539400665927, "repo_name": "jbosschina/jcommerce", "id": "5e5a5c8a33f1ddfd124d891c8e8ddb54aeff44f9", "size":...
package com.zlate87.fyberapp.base; import com.zlate87.fyberapp.feature.offers.controller.OffersActivity; /** * Dagger component interface. */ public interface Component { void inject(OffersActivity offersActivity); }
{ "content_hash": "14193a6e1798f1dde14494e18219101e", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 69, "avg_line_length": 22.2, "alnum_prop": 0.7927927927927928, "repo_name": "Zlate87/fyber-app", "id": "52f9e73d1e536c67312ddaaa6c9e335e6d5518ef", "size": "222", "binary"...
module Azure::Kusto::Mgmt::V2018_09_07_privatepreview module Models # # Model object. # # class AzureCapacity include MsRestAzure # @return [AzureScaleType] Scale type. Possible values include: # 'automatic', 'manual', 'none' attr_accessor :scale_type # @return [In...
{ "content_hash": "61deb48f8c088dc7771a866550085ebf", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 69, "avg_line_length": 26.105263157894736, "alnum_prop": 0.4566532258064516, "repo_name": "Azure/azure-sdk-for-ruby", "id": "65c780ce659b06b525cc53441cd64d315a3d71d3", "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.7.0_80) on Thu Nov 24 15:09:46 IST 2016 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>A-Index</title> <met...
{ "content_hash": "3dd172d59654892b409c7f4e5958ea2f", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 318, "avg_line_length": 34.289256198347104, "alnum_prop": 0.6240057845263919, "repo_name": "varunon9/Remote-Control-PC", "id": "c4477a0d5ff0e40cdabe398d4ff1cd1495657599", ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ja" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About WorldAidCoin</source> <translation>WorldAidCoinについて</translation> ...
{ "content_hash": "09535fc016ce2da49765ed285b6f2ef2", "timestamp": "", "source": "github", "line_count": 2917, "max_line_length": 395, "avg_line_length": 33.35653068220775, "alnum_prop": 0.5895108991685594, "repo_name": "kolin182/WorldAidCoin", "id": "72b7a6bde862938dd0c31f3f06976d1d7b3dc202", "size...
package org.camelcookbook.routing.loadbalancer; import org.apache.camel.EndpointInject; import org.apache.camel.Produce; import org.apache.camel.ProducerTemplate; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.test.spring.CamelSpringTestSupport; import org.junit.Test; import org.springf...
{ "content_hash": "b6611c965b83811b7b3969afc970c91c", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 101, "avg_line_length": 35.016129032258064, "alnum_prop": 0.7181022570244127, "repo_name": "leandrosilvaferreira/camel-cookbook-examples", "id": "1993eca531702f9a398803c2106f...
// gcc,clang,icpc defines: // __GNUC__ Compiler is gcc, clang or icpc // __clang__ clang compiler // __INTEL_COMPILER Intel's icc and icpc compilers // _LP64 LP64 paradigm // __x86_64__ Intel/AMD 64 bit ISA // __ppc64__ PowerPC 64 bit ISA // __APPL...
{ "content_hash": "1cb27072a3fd0e540d9fd4b7ca582f09", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 106, "avg_line_length": 25.285714285714285, "alnum_prop": 0.628145865434001, "repo_name": "SingularInversions/FaceGenBaseLibrary", "id": "60f8451648e49cc16880ad08051e3baed637...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "079d136842b2a7dcf1d648154eb69029", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "f345d592364c6cd8942e44967f6bc6c2e83b6166", "size": "17...
package vn.springdatajpa.sample.entities; // Generated 17 Apr, 2015 4:50:05 PM by Hibernate Tools 3.4.0.CR1 import static javax.persistence.GenerationType.IDENTITY; import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; im...
{ "content_hash": "a7ae1e4414e91edd633f042df80330d2", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 67, "avg_line_length": 24.66990291262136, "alnum_prop": 0.7174340810704447, "repo_name": "tung1404/gradle-jee", "id": "0f775cb928db7674884b5e37b158fd4e8d97c64f", "size": "...
<?php /* Safe sample input : execute a ls command using the function system, and put the last result in $tainted sanitize : cast via + = 0 construction : interpretation with simple quote */ /*Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, mo...
{ "content_hash": "03f417f2a1beff6ed451510bd18fcec7", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 123, "avg_line_length": 25.58730158730159, "alnum_prop": 0.7431761786600496, "repo_name": "stivalet/PHP-Vulnerability-test-suite", "id": "31883b4db91e6aaebce01dc568cd97256830...
require File.dirname(__FILE__) + '/../spec_helper' describe HierarchyEntry do # ??? end
{ "content_hash": "d8b62d81af2db48c4f716750cf2e3a7d", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 50, "avg_line_length": 13.285714285714286, "alnum_prop": 0.6344086021505376, "repo_name": "agrimm/eol", "id": "59b6a5652dc43f75084b1ee8e526c9ed2067aff6", "size": "93", "bi...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.coolweather.app; public final class R { public static final class attr { } public static final class dimen { ...
{ "content_hash": "169cd9856b035f0e4db122b945b4153d", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 82, "avg_line_length": 35.6764705882353, "alnum_prop": 0.6764220939818631, "repo_name": "xuewj/coolweather", "id": "c26b0cba6a1fd26ae81d17e6bdfd1e14b283f593", "size": "2426...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>timelineTime property - AnimationPlayerEvent class - polymer_app_layout.behaviors library - Dart API</title> ...
{ "content_hash": "422358a7384723bbe8249c6ea3ad0f5e", "timestamp": "", "source": "github", "line_count": 160, "max_line_length": 150, "avg_line_length": 33.65, "alnum_prop": 0.5988112927191679, "repo_name": "lejard-h/polymer_app_layout_templates", "id": "9cdcfeaa6a2438b2e7350442b1b52cda0cb820cd", "s...
extern "C" JNIEXPORT void JNICALL Java_io_envoyproxy_envoymobile_engine_testing_QuicTestServer_nativeStartQuicTestServer( JNIEnv* env, jclass clazz) { jni_log("[QTS]", "starting server"); start_server(); } extern "C" JNIEXPORT jint JNICALL Java_io_envoyproxy_envoymobile_engine_testing_QuicTestServer_nativeGetS...
{ "content_hash": "464ff4fb2aa353751f7936197d7d7301", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 96, "avg_line_length": 36.95, "alnum_prop": 0.6698240866035182, "repo_name": "envoyproxy/envoy-mobile", "id": "f1c5581f2fc7affeb390b72cd30bfc0a319d9eb6", "size": "1014", ...
// Code generated by injection-gen. DO NOT EDIT. package filtered import ( context "context" apisresolutionv1beta1 "github.com/tektoncd/pipeline/pkg/apis/resolution/v1beta1" versioned "github.com/tektoncd/pipeline/pkg/client/resolution/clientset/versioned" v1beta1 "github.com/tektoncd/pipeline/pkg/client/resol...
{ "content_hash": "689b7fca9db3aca889537ba7bed796d0", "timestamp": "", "source": "github", "line_count": 122, "max_line_length": 185, "avg_line_length": 34.51639344262295, "alnum_prop": 0.7649014485870339, "repo_name": "tektoncd/pipeline", "id": "349589d6a16a852da0aac8f5379f909783f5c187", "size": "4...
ALTER TABLE ATTRIBUTEVALUE DROP CONSTRAINT ATTVAL_ATT; ALTER TABLE ATTRIBUTEVALUE ADD CONSTRAINT ATTVAL_ATT FOREIGN KEY (ATTRIBUTE_ID) REFERENCES ATTRIBUTE(ID) ON DELETE CASCADE; ALTER TABLE ATTRIBUTEUSE DROP CONSTRAINT ATTUSE_SET; ALTER TABLE ATTRIBUTEUSE ADD CONSTRAINT ATTUSE_SET FOREIGN KEY (ATTRIBUTESET_ID) REFERE...
{ "content_hash": "954ce3f7f20e67fb8ac2d34fd7197334", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 149, "avg_line_length": 44.92857142857143, "alnum_prop": 0.809220985691574, "repo_name": "dante-mx/openbravopos", "id": "81025d48b4e1b5acee2bc6158372f9f39c2ddd97", "size": ...
#if defined(__APPLE__) || defined(__clang__) #import <Foundation/NSNumber_double_const_impl.h> #endif
{ "content_hash": "96f143f67f9d56f8e51aacfdd19ced7e", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 49, "avg_line_length": 20.8, "alnum_prop": 0.6826923076923077, "repo_name": "rafcabezas/glennganz-cocotron1-clang", "id": "760fc194d97c1d998636f0e7065569452f7f3a21", "size":...
package com.example.share.model; /** * * @author Xu * */ import java.io.Serializable; import java.util.ArrayList; import java.util.List; import android.graphics.Bitmap; public class User implements Serializable { /** * 用户名 */ private String mName; /** * 用户账号 */ private String mAccount; /** *...
{ "content_hash": "9f97d2c4f30ba09473b396e2c5c46f36", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 65, "avg_line_length": 14.32638888888889, "alnum_prop": 0.6820164808531265, "repo_name": "XuDeveloper/Share", "id": "d857b8536a89d99fb45e5ff4da79f457abd09145", "size": "21...
#ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #ifdef HAVE_STRING_H #include <string.h> #endif #ifdef HAVE_STRINGS_H #include <strings.h> #endif #include <limits.h> #include "backendlib.h" #include "semantic.h" static int do_backups=1; void replace_char (char *s, char find, char replace) { ...
{ "content_hash": "5678501e21c5392d4f1339eafe82b51a", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 70, "avg_line_length": 16.08641975308642, "alnum_prop": 0.6062931696085956, "repo_name": "ElsevierSoftwareX/SOFTX-D-15-00010", "id": "b3c985c23905516ab0ef5908871e9f88c5dbac0c...
// // UIScrollView+JWGifRefresh.m // NewVipxox // // Created by Tian Wei You on 16/9/8. // Copyright © 2016年 WeiJiang. All rights reserved. // #import "UIScrollView+JWGifRefresh.h" @implementation UIScrollView (JWGifRefresh) /** * 下拉刷新动画 * @param imageName 图片名 * @param imageCount 图片数量 * * @return 刷新Hea...
{ "content_hash": "eacbf408bc26f837dbc3cc86f5b86ea3", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 186, "avg_line_length": 44.36, "alnum_prop": 0.7345957318905921, "repo_name": "ShangDuRuiORG/DuRuiYvWaShop", "id": "2e1cf21e48fdc7749f518b5dcfe1d781780f8a57", "size": "3390...
nsjam is a tool to visualise namespaces on a running system. The name comes from (Name)Space Jam. ## Contributing nsjam is open to any contributions! ### Getting started `git clone https://github.com/williammartin/nsjam.git` ### Development guidelines nsjam is written in a BDD manner using the Ginkgo testing library...
{ "content_hash": "88fe12f74513b08885e732288fa97332", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 141, "avg_line_length": 31, "alnum_prop": 0.7616487455197133, "repo_name": "williammartin/nsjam", "id": "d8521c48f82ba76b6456d67857ef7406f4022bf7", "size": "566", "binary...
package com.zimbra.cs.service.admin; import java.util.Map; import com.zimbra.common.service.ServiceException; import com.zimbra.common.soap.AdminConstants; import com.zimbra.common.soap.Element; import com.zimbra.common.util.ZimbraLog; import com.zimbra.cs.memcached.MemcachedConnector; import com.zimbra.soap.Zimbra...
{ "content_hash": "f5c6bd8fd8919e50ce971c2f56f8a5f8", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 107, "avg_line_length": 36.04347826086956, "alnum_prop": 0.7852834740651388, "repo_name": "nico01f/z-pec", "id": "09db139229d1d6c7c60b4051b61239aa3ab8242d", "size": "1368",...
#ifndef __USBREDIRPARSER_H #define __USBREDIRPARSER_H #include "usbredirproto.h" #ifdef __cplusplus extern "C" { #endif struct usbredirparser; struct usbredirfilter_rule; /* Called by a usbredirparser to log various messages */ enum { usbredirparser_none, usbredirparser_error, usbredirparser_warning, usbred...
{ "content_hash": "77a5d0eb61fb53e32d70399e904478a4", "timestamp": "", "source": "github", "line_count": 367, "max_line_length": 97, "avg_line_length": 49.89645776566758, "alnum_prop": 0.7590104849279161, "repo_name": "x-hansong/aSpice", "id": "ffeb1d7b156978d928b519fad45646e4dffded5d", "size": "191...
from __future__ import unicode_literals from django.db import migrations from django.db import models class Migration(migrations.Migration): dependencies = [ ('orchestra', '0020_auto_20151028_1559'), ('orchestra', '0020_auto_20151022_1553'), ] operations = [ ]
{ "content_hash": "afaa4bbeb29194ff76a4732f14f4428e", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 49, "avg_line_length": 19.866666666666667, "alnum_prop": 0.6577181208053692, "repo_name": "b12io/orchestra", "id": "4dd2ae4ac20343962ccdea8b785a59d8d962afa2", "size": "322"...
package org.wso2.carbon.user.mgt.ui; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.wso2.carbon.identity.core.model.IdentityEventListenerConfig; import org.wso2.carbon.identity.core.util.IdentityUtil; import org.wso2.carbon.user.core.listener.UserOperationEventListene...
{ "content_hash": "d2c325ec3b96b9026a85c65ab2109158", "timestamp": "", "source": "github", "line_count": 189, "max_line_length": 139, "avg_line_length": 40.65079365079365, "alnum_prop": 0.5939086294416244, "repo_name": "nuwandi-is/identity-framework", "id": "e4a18fefa78028ac2c0bdefa3f0b5d67691e2a38", ...
layout: page title: Now --- This page contains a quick overview of what I'm doing right now. I try to update it every couple of months. Last updated: October 5, 2022. You can see the full history of this page [here](https://github.com/clintonboys/clintonboys.github.io/commits/master/now/index.md). --- ### Work I...
{ "content_hash": "0fd68bf7f943c632628324523c5e0413", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 403, "avg_line_length": 49.39473684210526, "alnum_prop": 0.7613212573255195, "repo_name": "clintonboys/clintonboys.github.io", "id": "88f7894dd3d26486d91ce00438316f69dc6b8130...
<?php namespace Magento\Quote\Test\Unit\Model\ResourceModel\Quote\Item; use Magento\Quote\Model\ResourceModel\Quote\Item\Collection; use Magento\Framework\TestFramework\Unit\Helper\ObjectManager; /** * Class CollectionTest */ class CollectionTest extends \PHPUnit_Framework_TestCase { /** * @var Collection...
{ "content_hash": "a5c464101c1221126934a7453d4aeff2", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 120, "avg_line_length": 33.734042553191486, "alnum_prop": 0.6433301797540208, "repo_name": "enettolima/magento-training", "id": "a948072e96d5f30bc81e7da894cd6c21f2075a0d", ...
<?php require('includes/init.php'); require('config.php'); require('includes/db-core.php'); require('includes/helper-functions.php'); ob_clean(); //clean the output buffer //get query string and parse it, query string is base64 encoded $query_string = trim($_GET['q']); parse_str(base64_decode($query_string...
{ "content_hash": "3df5b7827615de15da31a8a8ab5c50f9", "timestamp": "", "source": "github", "line_count": 156, "max_line_length": 172, "avg_line_length": 47.35897435897436, "alnum_prop": 0.4982403898213319, "repo_name": "pro251/wphelp", "id": "9c5e96bf38f2b6ac9d29fbb2640fb708fb524401", "size": "7731"...
package com.google.javascript.jscomp; import static com.google.common.truth.Truth.assertThat; import static com.google.javascript.jscomp.TypeValidator.TYPE_MISMATCH_WARNING; import com.google.common.base.Joiner; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import co...
{ "content_hash": "b701b62861fde2e9745a3b9029144d35", "timestamp": "", "source": "github", "line_count": 4147, "max_line_length": 100, "avg_line_length": 33.874849288642395, "alnum_prop": 0.595498259526335, "repo_name": "brad4d/closure-compiler", "id": "a1972a2716d1232df8c9456b0dc8447a25c3fb59", "si...
package com.farm.rest; import com.farm.database.entities.documents.Document; import com.farm.database.utilits.FarmEntityValidator; import com.farm.executors.documents.DocumentExecutionResult; import com.farm.processes.DocumentProcess; import lombok.AllArgsConstructor; import org.apache.commons.collections4.MapUtils; i...
{ "content_hash": "ed7e89533a4fcc7a48e0e015d0f3abdc", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 102, "avg_line_length": 36, "alnum_prop": 0.7166666666666667, "repo_name": "PolexRufous/Farm", "id": "283bcaab372dbe578b57eb6c803e8dcc87fed6c2", "size": "2520", "binary":...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1e1d4538a55d7d366898f82200436d23", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "5e43264f056296bcd47f8a446bce90f8724350e7", "size": "173...
@extends('core::admin.master') @section('title', $model->present()->title) @section('content') <div class="header"> @include('core::admin._button-back', ['module' => 'users']) <h1 class="header-title @if (!$model->present()->title)text-muted @endif"> {{ $model->present()->title ?: __(...
{ "content_hash": "3d8ec70feba54b048444d63871e906b9", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 111, "avg_line_length": 31.05263157894737, "alnum_prop": 0.5474576271186441, "repo_name": "TypiCMS/Users", "id": "daa9018fd0d5746656300ea5a7dabd9cb23734df", "size": "590", ...
package test.findtemplate; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Proxy; import java.lang.reflect.Type; public class TestTemplateFinder { public static void main(String[] args) { Class<?> testy = StringValue...
{ "content_hash": "60b9abb781097f1a378ce298bbbbef13", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 102, "avg_line_length": 37.60606060606061, "alnum_prop": 0.7566478646253022, "repo_name": "mhus/mhus-inka", "id": "93128bdf1d3bf9dc2767c62bd44336b8a0728e22", "size": "1241"...
""" This function provides functions for parallel execution of loops and function mappings, using the builtin Python module multiprocessing. """ __all__ = ['parfor', 'parallel_map', 'serial_map'] from scipy import array from multiprocessing import Pool from functools import partial import os import sys import signal i...
{ "content_hash": "8af7565e64e2bdc313d1eef4b80920e1", "timestamp": "", "source": "github", "line_count": 239, "max_line_length": 79, "avg_line_length": 29.489539748953973, "alnum_prop": 0.6157775255391601, "repo_name": "zasdfgbnm/qutip", "id": "417dda0d2c7fd9a72565f51e58bfeabeec4ac03c", "size": "886...
module DockerizeRails module DockerCommands class DockerOptions def initialize @options = { 'Image' => '', 'name' => '', 'Hostname' => '0.0.0.0', 'ExposedPorts' => {}, 'Env' => [], 'HostConfig' => { 'PortBindings' => {}, ...
{ "content_hash": "d687e1a8daa05ac14e060029bb106498", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 93, "avg_line_length": 22.865384615384617, "alnum_prop": 0.48444070647603027, "repo_name": "eendroroy/dockerize_rails", "id": "8bd7aa0e6930874ab9f230a124305023fc411b4d", "s...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>plugin-utils: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
{ "content_hash": "2468847c390c5a4a0c7f27875676d7f8", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 159, "avg_line_length": 38.93167701863354, "alnum_prop": 0.5226547543075941, "repo_name": "coq-bench/coq-bench.github.io", "id": "3c35163b567bd0720e4a4b08b7f37f91d8c57f1f", ...
<?php /** * JComponentRouterRules interface for Joomla * * @since 3.4 */ interface JComponentRouterRulesInterface { /** * Prepares a query set to be handed over to the build() method. * This should complete a partial query set to work as a complete non-SEFed * URL and in general make sure that all informa...
{ "content_hash": "6a8d6a99f4cbf670c4dc4e0e55ea6f45", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 77, "avg_line_length": 26.576923076923077, "alnum_prop": 0.6700434153400868, "repo_name": "yaelduckwen/lo_imaginario", "id": "439829d6d9af3af78c980093542138801e8a5920", "si...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "442fcfcba349b9f8b5fb4f078f6e72ee", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "b8c7f7c5f35cbada4b664052bc4ea7837dc4585a", "size": "20...
package coretest import ( "github.com/coreos/mantle/kola/cluster" ) // run various native functions that only require a single machine func LocalTests(c cluster.TestCluster) { tests := c.ListNativeFunctions() for _, name := range tests { c.RunNative(name, c.Machines()[0]) } } // run internet based tests func I...
{ "content_hash": "443d6085a340a39f7f78c0d91e4afcad", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 66, "avg_line_length": 22.095238095238095, "alnum_prop": 0.709051724137931, "repo_name": "dm0-/mantle", "id": "7117890efc5b31d65308f7c577958305a73a31bd", "size": "464", "...
// This file was generated by gir (b7f5189) from gir-files (71d73f0) // DO NOT EDIT use StateFlags; use StyleProvider; use SymbolicColor; use ffi; use glib; use glib::translate::*; glib_wrapper! { pub struct StyleProperties(Object<ffi::GtkStyleProperties>): StyleProvider; match fn { get_type => || ff...
{ "content_hash": "d0da08da7f77953106b31dc47edbce7e", "timestamp": "", "source": "github", "line_count": 94, "max_line_length": 167, "avg_line_length": 37.02127659574468, "alnum_prop": 0.6123563218390805, "repo_name": "Susurrus/gtk", "id": "24b2890b2001f7d228fd020416dfd9e67fd187b7", "size": "3480", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <link href="{{ static_url("css/bootstrap.css") }}" rel="stylesheet"> <link href="{{ static_url("css/main.css") }}" rel="stylesheet"> <script src="{{ static_url("js/jquery-1.12.0.js") }}"></script> <script src="{{ stat...
{ "content_hash": "ab5be0303691a91eca885ada68b61b16", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 112, "avg_line_length": 36.97530864197531, "alnum_prop": 0.5028380634390651, "repo_name": "inuyasha2012/tornado-cat-example", "id": "ba7ffc669627520acbdea0dd2266386082a3ced0"...
<?php // autoload.php @generated by Composer require_once __DIR__ . '/composer' . '/autoload_real.php'; return ComposerAutoloaderInit8fc38d188d1d17b5413e25ce27600ae0::getLoader();
{ "content_hash": "f78ae1f2b79508c6a78c8a510c365887", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 75, "avg_line_length": 26.142857142857142, "alnum_prop": 0.7595628415300546, "repo_name": "atgomes/note-app", "id": "3fb240a3e56b175d89b98f26eb467b9afbd43da9", "size": "183"...
int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
{ "content_hash": "edd04ff1188c78655043a3844c53e5b8", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 90, "avg_line_length": 31.6, "alnum_prop": 0.6582278481012658, "repo_name": "kkdai/PhotoViewer", "id": "30980ad4c6240881cb81dfe0d4444329a0a60df1", "size": "266", "binary":...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="ro"> <head> <!-- Generated by javadoc (version 1.7.0_07) on Tue May 27 14:37:23 EEST 2014 --> <title>Uses of Interface net.sf.jasperreports.charts.JRGanttDataset (JasperReports 5.6.0 API)<...
{ "content_hash": "7a6bc6234c455117572ed279f1fa25ab", "timestamp": "", "source": "github", "line_count": 358, "max_line_length": 431, "avg_line_length": 61.614525139664806, "alnum_prop": 0.6935352253150784, "repo_name": "phurtado1112/cnaemvc", "id": "4af9cb9a95ac8c2cebe5b37aa2b5a7dd81c1347a", "size"...
require File.expand_path('../../test_helper', __FILE__) class IssueRankTest < ActionController::IntegrationTest fixtures :projects, :trackers, :issue_statuses, :issues, :enumerations, :users, :issue_categories, :projects_trackers, :roles, :member_roles, :members...
{ "content_hash": "a6982347393d3862859df94ec0dbda92", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 88, "avg_line_length": 34.108108108108105, "alnum_prop": 0.6341785525620708, "repo_name": "hnakamur/redmine_issue_rank", "id": "55d3995d049d008b96d9fff4e054fae8ac06ff13", ...
typedef CGAL::Polygon_2<Kernel> Linear_polygon; int main(int argc, char* argv[]) { // Open the input file and read a polygon. const char* filename = (argc > 1) ? argv[1] : "spiked.dat"; std::ifstream in_file(filename); if (! in_file.is_open()) { std::cerr << "Failed to open the inpu...
{ "content_hash": "67457c27344197b34b7e122309ee30e7", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 78, "avg_line_length": 35.32142857142857, "alnum_prop": 0.5874620829120324, "repo_name": "hlzz/dotfiles", "id": "8694b85ba72b27108de014c14450b29bacd32be7", "size": "1234", ...
namespace streamflowc { template <typename T, bool BIG> struct fastarg_traits; template <typename T> struct fastarg_traits<T,false> { typedef T type; }; template <typename T> struct fastarg_traits<T,true > { typedef const T& type; }; template <typename T> struct fastarg : fastarg_traits<T,(sizeof(T)>8)> {}; te...
{ "content_hash": "0519f510c3f9edb575971ebb53fa5369", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 122, "avg_line_length": 44.74324324324324, "alnum_prop": 0.6771368166717004, "repo_name": "hhonda68/handy-eda-utils", "id": "f849a4d788f7cd7d12050a4a51f85c97c3474001", "siz...
void cfib(int n, double *x); #endif
{ "content_hash": "c36c3545dc80e9f9e713d495b445b1c4", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 28, "avg_line_length": 18, "alnum_prop": 0.6666666666666666, "repo_name": "sympy/scipy-2017-codegen-tutorial", "id": "aa10a7db32e3283bca1751152c2901657bc1dc68", "size": "68"...
"""Base GCP client which uses the discovery API. """ # modifications (c7n) # - flight recorder support # - env creds sourcing # - various minor bug fixes # todo: # - consider forking googleapiclient to get rid of httplib2 import http.client import logging import threading import os import socket import ssl from urlli...
{ "content_hash": "5dc2500adf00287ac1f5ad7aed9619d0", "timestamp": "", "source": "github", "line_count": 475, "max_line_length": 84, "avg_line_length": 35.91368421052631, "alnum_prop": 0.6080661234538953, "repo_name": "alfredgamulo/cloud-custodian", "id": "07eaf12989f2b4172d9363e31abeaf6acea4c422", ...
<?php /* Version Checker*/ $locale['vup100'] = "Din versjon er den siste versjonen"; $locale['vup101'] = "Din versjon er utdatert, vennligst oppdater"; $locale['vup102'] = "Last ned oppdatering"; $locale['vup103'] = "Vi beklager, men versjon-serveren er nede for øyeblikket.<br>Vennligst prvø igjen senere. Hvis du har s...
{ "content_hash": "05e3e6709542d706ef56d6c5d6216e27", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 212, "avg_line_length": 59, "alnum_prop": 0.7334360554699538, "repo_name": "simplyianm/clububer", "id": "07e671b35cde44bd17ecc29932dcf10d1561407f", "size": "649", "binary...
@interface AddMemoController() @property AddMemoView *addMemoView; @end @implementation AddMemoController -(void)addToView:(UIView *)view{ self.addMemoView = [[AddMemoView alloc] initWithFrame:view.bounds]; self.addMemoView.dataDelegate = self; [view addSubview: self.addMemoView...
{ "content_hash": "e144e71c593b40979d9f8de65019b182", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 71, "avg_line_length": 13.3, "alnum_prop": 0.6541353383458647, "repo_name": "cmancushman/StackBase", "id": "2be8ce5034fdf3d727aa5e03059a1b0910c7777f", "size": "713", "bin...
package es.bsc.compss.scheduler.loadbalancing; import es.bsc.compss.components.impl.ResourceScheduler; import es.bsc.compss.scheduler.loadbalancing.types.LoadBalancingScore; import es.bsc.compss.scheduler.ready.ReadyScheduler; import es.bsc.compss.scheduler.types.AllocatableAction; import es.bsc.compss.scheduler.type...
{ "content_hash": "ba2128b45e98bd51ee7262fe1e68e487", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 113, "avg_line_length": 46.515151515151516, "alnum_prop": 0.4866449511400652, "repo_name": "mF2C/COMPSs", "id": "a482214da83e224892d3f13bc708380666491ce1", "size": "3715", ...
<!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_67) on Wed Jul 26 11:35:20 CDT 2017 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.o...
{ "content_hash": "d5d57053ec5731fe527a8abd7e6f1f66", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 287, "avg_line_length": 39.12101910828026, "alnum_prop": 0.6388798436991208, "repo_name": "robweber/octoprint-java-lib", "id": "c9dfbb840a478bb34dc1b5e84e2ea7897a0b82dc", ...
/* globals module */ /** * @module companyClient * @description Company Client provides Baasic route templates which can be expanded to Baasic REST URIs. Various services can use Baasic Company Route Service to obtain needed routes while other routes will be obtained through HAL. By convention, all route service...
{ "content_hash": "522c6aab9882076779242ae1967d4f22", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 362, "avg_line_length": 51.83216783216783, "alnum_prop": 0.5825688073394495, "repo_name": "Baasic/baasic-sdk-javascript", "id": "88f6d903ec4a6dee9c6147d414fdb3f406ccedbc", ...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ab921a2f881b9c271162eb3d8fe31032", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "01e614076d1c8c994fc9f76310e0bc733dbddee5", "size": "189...
This package will insert a comment with name and timestamp. Use `cmd-alt-/` to insert a comment with name and timestamp. Go to package settings to configure the comment prefix.
{ "content_hash": "47df0c3e70e2abc4e7e8c607165b7e35", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 60, "avg_line_length": 35.8, "alnum_prop": 0.7821229050279329, "repo_name": "jaichandra/comment-timestamp", "id": "3999dc7bed11d2eab7206d447bb1096928cd98a1", "size": "200", ...
<?php class EvaluationHelper extends AppHelper { public $helpers = array('Html'); /** * array_avg * calculate the average of the numbers in an array * * @param mixed $arr * * @access public * @return the average of the array */ function array_avg($arr) { ...
{ "content_hash": "00ddb8b4576a31ffe9b82317bda56657", "timestamp": "", "source": "github", "line_count": 322, "max_line_length": 227, "avg_line_length": 38.30124223602485, "alnum_prop": 0.5082299521608692, "repo_name": "eecian/Team08-iPeer", "id": "d19846e97026408bd49a8952d8488f67dfbc94c7", "size": ...
<?php namespace Certiz\Bundle\UserBundle\Entity; use FOS\UserBundle\Entity\User as BaseUser; use Doctrine\ORM\Mapping as ORM; /** * User */ class User extends BaseUser { /** * @var string */ protected $id; /** * @var \DateTime */ private $createdAt; /** * @var \Date...
{ "content_hash": "bf3e40c9a0da801829725ef6c6990836", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 44, "avg_line_length": 14.245283018867925, "alnum_prop": 0.4847682119205298, "repo_name": "jbouzekri/certiz", "id": "4c416b423e657525d12beb64047988267e7e4e70", "size": "17...
install_dir=/Users/Shared/fb_installers log_location="/var/log/firstbootpackageinstall.log" archive_log_location="/var/log/firstbootpackageinstall-`date +%Y-%m-%d-%H-%M-%S`.log" LoginLogLaunchAgent="/Library/LaunchAgents/com.company.LoginLog.plist" LoginLogApp="/Library/PrivilegedHelperTools/LoginLog.app" # Function t...
{ "content_hash": "e388a70dd36a41e8870457bfc99ba36b", "timestamp": "", "source": "github", "line_count": 194, "max_line_length": 108, "avg_line_length": 29.190721649484537, "alnum_prop": 0.6761433868974042, "repo_name": "rtrouton/First-Boot-Package-Install", "id": "5451da74f96fc45b35a939a4b085ccd1f9c9...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>ActiveModel::Validations::Callbacks::ClassMethods</title> <meta h...
{ "content_hash": "3eb44e72cd6a92dc18ac9bb67b8a5171", "timestamp": "", "source": "github", "line_count": 244, "max_line_length": 390, "avg_line_length": 40.442622950819676, "alnum_prop": 0.5949533846777463, "repo_name": "benfreeman/yammer_training", "id": "9545435b628ff18ad410ba7fc85b5b7ab2420a2e", ...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="jp.morimotor.example" > <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" ...
{ "content_hash": "8e20aeef3d7e09b003abfd51abb53ca5", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 76, "avg_line_length": 33.2, "alnum_prop": 0.6099397590361446, "repo_name": "morimotor/EndRollView", "id": "1dfddd3cd8cf96c7fd5fd776746e1884c6adea07", "size": "664", "bin...
CIFXMaterialResourceEncoder::CIFXMaterialResourceEncoder() { m_bInitialized = FALSE; m_pBitStream = NULL; m_pCoreServices = NULL; m_pObject = NULL; m_uRefCount = 0; } // destructor CIFXMaterialResourceEncoder::~CIFXMaterialResourceEncoder() { IFXRELEASE( m_pBitStream ); IFXRELEASE( m_pCoreServices ); IFXRELEAS...
{ "content_hash": "41493341f1f3afd08291193b7667bc3a", "timestamp": "", "source": "github", "line_count": 272, "max_line_length": 109, "avg_line_length": 21.540441176470587, "alnum_prop": 0.6864652671104284, "repo_name": "ningfei/u3d", "id": "1324bc9437fe5b866a46aff86441ae20b6bcf2f6", "size": "7207",...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE806_wchar_t_alloca_memcpy_74b.cpp Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE806.label.xml Template File: sources-sink-74b.tmpl.cpp */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSource: ...
{ "content_hash": "b411cd1097975c386e8faa2861158136", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 106, "avg_line_length": 28.639344262295083, "alnum_prop": 0.6451058958214081, "repo_name": "maurer/tiamat", "id": "378477cb275b607b4c920c04d9290d70d2336eda", "size": "1747"...
Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the web serv...
{ "content_hash": "3c94ee0c5441efb0334960429138e12f", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 104, "avg_line_length": 43.523809523809526, "alnum_prop": 0.7571115973741794, "repo_name": "heatherm/homebrewswap", "id": "bc2dd097c157a64a2294067d0aca440828373b3b", "size"...
<?php namespace Psr7Middlewares\Transformers; use Psr\Http\Message\StreamInterface; use JSMinPlus; use CSSmin; use Minify_HTML; /** * Generic resolver to minify responses. */ class Minifier extends Resolver { protected $transformers = [ 'text/javascript' => [__CLASS__, 'js'], 'text/css' => [__C...
{ "content_hash": "3f5733a4eefb5e038fc7d573cb0862a6", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 90, "avg_line_length": 22.076923076923077, "alnum_prop": 0.5937282229965157, "repo_name": "oscarotero/psr7-middlewares", "id": "13916e2d14ea752cf160b1442cc97689ac92a544", "...
""" Wavefront REST API Documentation <p>The Wavefront REST API enables you to interact with Wavefront servers using standard REST API tools. You can use the REST API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make REST API calls outside the Wavefront REST API...
{ "content_hash": "59ebfebba03f731a2660ca38255fe304", "timestamp": "", "source": "github", "line_count": 253, "max_line_length": 409, "avg_line_length": 33.66403162055336, "alnum_prop": 0.5949277914758718, "repo_name": "wavefrontHQ/python-client", "id": "fcaa17422c2441f4c4ca2bbe4c989e29d1749ad9", "s...
// Type definitions for human-number 1.0 // Project: https://nicedoc.io/Kikobeats/human-number // Definitions by: Piotr Błażejewicz <https://github.com/peterblazejewicz> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /** * Convert number to a human readable string: 13500 → 13.5K. */ declare funct...
{ "content_hash": "f21d9cdbb18c1056087e0cbc4ce4c5d4", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 80, "avg_line_length": 37.36363636363637, "alnum_prop": 0.7420924574209246, "repo_name": "georgemarshall/DefinitelyTyped", "id": "b89d59c050d8e2b66be94ebfa168c25ffcf0de8a", ...
#pragma once #include "service_holder.h" #include "mechanism.h" namespace rrc { class service_mechanism : protected mechanism<service_holder, 3> { public: enum { CHANGE_KEY_LISTENERS_PRIORITY, CHANGE_SERVICES_PRIORITY, SERVICE_CALL_PRIORITY }; se...
{ "content_hash": "c9b0980ed30cb46f3aae8cc01c5f7645", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 77, "avg_line_length": 27.390243902439025, "alnum_prop": 0.5503116651825467, "repo_name": "arssivka/rrc", "id": "201eda158fed5c99aa9b3a2f99ad4402f9b3c38b", "size": "1780", ...
lightlist ========= A lightweight contactlist Installation ------------ AngularJS makes a cross-origin request, so you need a server for Chrome testing, though it should work in FireFox. Unit tests ---------- A karma config file is included for unit testing. More info at http://karma-runner.github.io/0.10/index.ht...
{ "content_hash": "8b4e72bd76628fd6a80c5bdac3eba7bb", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 108, "avg_line_length": 21.466666666666665, "alnum_prop": 0.7142857142857143, "repo_name": "kvintessents/lightlist", "id": "515de001003d9892b77af8192dc4e6a8f75b9c72", "size...
package org.sagebionetworks.repo.model.dbo.dao; import static org.junit.Assert.assertEquals; import static org.mockito.Matchers.any; import static org.mockito.Matchers.anyString; import static org.mockito.Matchers.eq; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import static org.m...
{ "content_hash": "33257d23ad0964591db993d2c0f631c3", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 135, "avg_line_length": 43.82203389830509, "alnum_prop": 0.8091278282730613, "repo_name": "hhu94/Synapse-Repository-Services", "id": "15c369c14f91e14432e93a99389cf676f5ac6f4...
package com.ullink.slack.simpleslackapi.listeners; import com.ullink.slack.simpleslackapi.events.SlackChannelCreated; public interface SlackChannelCreatedListener extends SlackEventListener<SlackChannelCreated> { }
{ "content_hash": "3caaaecfef3fcc39606a052b93a1f96d", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 92, "avg_line_length": 31, "alnum_prop": 0.8709677419354839, "repo_name": "danilkuznetsov/microservices", "id": "f899b62c2aeeeea819c874c95e9470872ae9112d", "size": "217", ...
import sys from jiraauth import jclient as jira ''' Usage example -- to create version 3.2.2 after 3.2.1 in all relevant projects: newversion.py EUCA,DOC,VNX,SAN,BROKER,INST 3.2.2 3.2.1 ''' projects = sys.argv[1].split(',') new_version = sys.argv[2] after_version = None if len(sys.argv) > 2: after_version = sys.a...
{ "content_hash": "c74966ee48799f3d8ddbae34e9512cd1", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 79, "avg_line_length": 28.5, "alnum_prop": 0.6729323308270677, "repo_name": "eucalyptus/jira-scripts", "id": "076b77ba4fcb84caeca2e6a1e3bb5470bea061a5", "size": "818", "b...
Information-Retrieval-System ============================ Student project Autumn 2014 - [ETH Zurich](http://www.ethz.ch/en) The project consists of two main parts detailed respectively in this file: * Query engine * Document classifier --- #Query Engine ##Usage ```bash Usage: <root path> <use language model> <on...
{ "content_hash": "548fd946d3a8d446c88bb672be08a3af", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 304, "avg_line_length": 45.84177215189873, "alnum_prop": 0.7484467761977082, "repo_name": "tonybeltramelli/Information-Retrieval-System", "id": "ca4d779717eea335653c5fa83826...
<!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_02) on Tue Apr 29 11:29:42 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>TaskState (Gradle ...
{ "content_hash": "44805602cfb60fea8b535464c2d3ebd6", "timestamp": "", "source": "github", "line_count": 299, "max_line_length": 216, "avg_line_length": 37.709030100334445, "alnum_prop": 0.6435476718403548, "repo_name": "Pushjet/Pushjet-Android", "id": "7d3a8f1a5028f51ad06d0eb9859e2b6e83e23330", "si...
package com.zacharee1.modcontrol; /** * Created by Zacha on 3/1/2017. */ import android.app.Activity; import android.app.DialogFragment; import android.app.Fragment; import android.bluetooth.BluetoothA2dp; import android.content.ContentResolver; import android.content.ContentValues; import android.content.Context; ...
{ "content_hash": "2b8dc818ec6e549e3df4ab8ec12ac286", "timestamp": "", "source": "github", "line_count": 2173, "max_line_length": 209, "avg_line_length": 47.015646571560055, "alnum_prop": 0.46659815005138744, "repo_name": "zacharee/ModControl", "id": "93e5c75a9e3761f02e7c83c69419934ff74d3acb", "size...
@class BlockValueTransformer; @interface TransformerAgent : NSObject @property (nonatomic, copy, readonly) NSString *name; @property (nonatomic, copy, readonly) BlockValueTransformer *transformer; - (instancetype)initWithName:(NSString *) name transformer:(BlockValueTransformer *) transformer; + (instancetype)agent...
{ "content_hash": "15f30677a6b07ab64cde375e1e4d784d", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 98, "avg_line_length": 33.583333333333336, "alnum_prop": 0.8014888337468983, "repo_name": "azu/BlockValueTransformer", "id": "86eae28a78f7429cddd04d2590972f523ae6d0e3", "si...
<?php class La_Controller_Action_Helper_Delete extends Zend_Controller_Action_Helper_Abstract { /** * * @param La_Db_Table $table */ public function direct(La_Db_Table $table = null, $redirectUrl = null) { $controller = $this->getActionController(); $data = $this->get...
{ "content_hash": "0e59b3c5b0fab481b2e6830ad38b19cb", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 88, "avg_line_length": 35.7, "alnum_prop": 0.3968253968253968, "repo_name": "Alustau/la", "id": "2408163c28bbc9a94c69c0ddb60eeeb2c6027c22", "size": "2146", "binary": fals...
package main import ( "encoding/json" "fmt" "gopkg.in/mgo.v2/bson" ) type CacheUpdater interface { Update(*DB) *json.RawMessage } type UsersCacheUpdater int func (c UsersCacheUpdater) Update(db *DB) *json.RawMessage { users, err := db.Users() if err != nil { fmt.Println(err) return nil } ret, err := js...
{ "content_hash": "4d4d6abfd77990822cbebc04857134e7", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 64, "avg_line_length": 18.547619047619047, "alnum_prop": 0.6643132220795892, "repo_name": "songgao/HalfDomeChallenge", "id": "1643b3522709453c68eb12f2018c6d4dc34eb79a", "si...
<?php declare(strict_types=1); namespace Asm\Data; use Asm\Exception\InvalidParameterException; use Asm\Exception\InvalidParameterSetException; /** * DataTrait for easier inclusion in other objects without direct inheritance * * @package Asm\Data * @author Marc Aschmann <maschmann@gmail.com> */ trait DataTrait...
{ "content_hash": "219555ca16d4dffb1ccde1f8a33beabb", "timestamp": "", "source": "github", "line_count": 262, "max_line_length": 107, "avg_line_length": 23.637404580152673, "alnum_prop": 0.49297594057807204, "repo_name": "maschmann/php-utilities", "id": "c7b69ee4ecc2e1aae62eddb6aef7e0b0cfe7df32", "s...
namespace swift { namespace reflection { template <typename Runtime> struct ConformanceNode { typename Runtime::StoredPointer Left, Right; typename Runtime::StoredPointer Type; typename Runtime::StoredPointer Proto; typename Runtime::StoredPointer Description; typename Runtime::StoredSize FailureGeneration;...
{ "content_hash": "260ae9618b84a454fc21609d48412270", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 54, "avg_line_length": 24.137931034482758, "alnum_prop": 0.7814285714285715, "repo_name": "allevato/swift", "id": "11b6027242aafc9bd6eee85c197b05d5bd7f91c2", "size": "1639"...
layout: page title: Omega Software Trade Fair date: 2016-05-24 author: Jonathan Warner tags: weekly links, java status: published summary: Pellentesque bibendum odio magna, quis faucibus quam elementum a. banner: images/banner/leisure-03.jpg booking: startDate: 11/19/2019 endDate: 11/21/2019 ctyhocn: ROGERHX gr...
{ "content_hash": "a1370b8d0aa8ead89bc7c717172dda15", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 766, "avg_line_length": 97.88461538461539, "alnum_prop": 0.8082514734774067, "repo_name": "KlishGroup/prose-pogs", "id": "5795ea7c9dba394686704234dc9f9e755ef3f268", "size":...
#region License // Copyright (c) 2007 James Newton-King // // Permission is hereby granted, free of charge, to any person // obtaining a copy of this software and associated documentation // files (the "Software"), to deal in the Software without // restriction, including without limitation the rights to use, // copy...
{ "content_hash": "e7fc9a68dd0f8e24ab55736700a3eea6", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 124, "avg_line_length": 36.424528301886795, "alnum_prop": 0.6972286972286972, "repo_name": "uWebshop/uWebshop-Releases", "id": "923f18bd2009db6f9a06427b7e0ed6a3df173ad8", ...