text
stringlengths
2
1.04M
meta
dict
using System; namespace MvcGuestbook.Models { public class Category { public Guid Id { get; set; } public string Name { get; set; } } }
{ "content_hash": "c7940eae01206ce426f87974e0803f23", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 40, "avg_line_length": 16.4, "alnum_prop": 0.5914634146341463, "repo_name": "amshen/Samples", "id": "7513d6e74a56ec3b76a32ffe7d8f1039f1010242", "size": "164", "binary": f...
The `whereNull` method filters items where the given key is null. ```js const collection = collect([{ name: 'Mohamed Salah', }, { name: null, }, { name: 'Sadio Mané', }]); const filtered = collection.whereNull(); filtered.all(); // [ // { name: null }, // ] ``` [View source on GitHub](https://github.com/ec...
{ "content_hash": "2dd9fc891316e18ae9ff09566df404c9", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 98, "avg_line_length": 17.761904761904763, "alnum_prop": 0.6487935656836461, "repo_name": "ecrmnn/collect.js", "id": "02ce7b1c53979c035aa0db79afebeca800ab9979", "size": "39...
import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "taco.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv)
{ "content_hash": "ad725aea1c0c8e586ca8ec0a01c39ee5", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 68, "avg_line_length": 25, "alnum_prop": 0.7066666666666667, "repo_name": "TheTacoScott/tacozmq2", "id": "6f814941db3b85b9cbf326a12c5fc0d03114d9eb", "size": "247", "binary...
"""Constants for the MusicCast integration.""" from aiomusiccast.capabilities import EntityType from homeassistant.components.media_player import MediaClass, RepeatMode from homeassistant.helpers.entity import EntityCategory DOMAIN = "yamaha_musiccast" BRAND = "Yamaha Corporation" # Attributes ATTR_PLAYLIST = "pla...
{ "content_hash": "15f81225584d7d8b6bf77492471db69f", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 75, "avg_line_length": 29.035087719298247, "alnum_prop": 0.7220543806646526, "repo_name": "nkgilley/home-assistant", "id": "79ee3b8e95db5e616dadd65dffa02abb68d33acf", "size...
namespace pythonic { namespace __dispatch__ { template <class Any> auto copy(Any const &any) -> decltype(any.copy()) { return any.copy(); } DEFINE_FUNCTOR(pythonic::__dispatch__, copy); } } #endif
{ "content_hash": "e8d39a4e4be3ea7e880a486b358bfd55", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 53, "avg_line_length": 14.5, "alnum_prop": 0.5818965517241379, "repo_name": "pbrunet/pythran", "id": "685f7814e760ff89c8d728a7dccb8c8384fbc615", "size": "393", "binary": ...
package org.elasticsearch.xpack.sql.expression; import org.elasticsearch.test.ESTestCase; import org.elasticsearch.xpack.sql.parser.ParsingException; import org.elasticsearch.xpack.sql.parser.SqlParser; import org.elasticsearch.xpack.sql.plan.logical.LogicalPlan; import org.elasticsearch.xpack.sql.plan.logical.OrderB...
{ "content_hash": "144ac6cd4203a1f9fd03408457cdcb38", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 129, "avg_line_length": 40.37623762376238, "alnum_prop": 0.6679744973025993, "repo_name": "coding0011/elasticsearch", "id": "a7cae7df4312b7d207a00084ea0f975d9720e4c4", "si...
@interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
{ "content_hash": "b5fa3387c675992b4ed43501382783b5", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 60, "avg_line_length": 23.2, "alnum_prop": 0.7931034482758621, "repo_name": "hectoregm/ios_apprentice", "id": "d1ae75b4ffd1a20bd0b3efb5fa4b97e696acc5c7", "size": "315", "b...
class Map < ActiveRecord::Base mount_uploader :image, MapLoaderUploader after_destroy :ensure_a_map_remains validates :image, allow_blank: true, format: { with: %r{\.(gif|jpeg|jpg|png)}i, message: 'must be a URL for GIF, JPG or PNG image.' } private def ensure_a_map_remains if Map....
{ "content_hash": "4b42571147b0dbe4fcd9974060b51e28", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 58, "avg_line_length": 20.1, "alnum_prop": 0.6492537313432836, "repo_name": "Ice-A-Slice/Framtidsmassan2014", "id": "6290c4c1e4d1ae8f1c874d08295357671bb5383f", "size": "402...
blog
{ "content_hash": "1c0dbb1d709dec93919bcd640c159392", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 4, "avg_line_length": 5, "alnum_prop": 0.8, "repo_name": "nhpatt/nhpatt.github.io", "id": "24b32e44c176e59040d65b866d505a8e80a4980f", "size": "25", "binary": false, "cop...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "81972d8146e3114376a83923a523ce62", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "dea5aab00a9d45bb94c63eb721f02c0b324196b3", "size": "19...
package com.google.common.util.concurrent; import static com.google.common.base.Preconditions.checkNotNull; import com.google.common.annotations.GwtIncompatible; import com.google.errorprone.annotations.concurrent.GuardedBy; import java.util.concurrent.Executor; import java.util.logging.Level; import java.util.logg...
{ "content_hash": "a9d95e52ec0547c62acb1b54da0e356a", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 100, "avg_line_length": 41.23529411764706, "alnum_prop": 0.7124742431447139, "repo_name": "typetools/guava", "id": "153f425137949496bd315c49190957a6eeabdf73", "size": "690...
=============================== Building From Source on Mac OSX =============================== .. note:: This document has not been maintained and is retained for reference only. For building on macOS, please see :ref:`quickstart-mac`. These instructions describe how to build NumPy and SciPy libraries from so...
{ "content_hash": "18cf16186082d28e6f782cc763bf3bf8", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 80, "avg_line_length": 32.55038759689923, "alnum_prop": 0.7151702786377709, "repo_name": "jor-/scipy", "id": "3a01f88a90a2ea18bbbbb504dea15156892ac359", "size": "4199", ...
#include "fmacros.h" #include <stdlib.h> #include <string.h> #ifndef HIREDIS_WIN #include <strings.h> #endif #include <assert.h> #include <ctype.h> #include <errno.h> #include "async.h" #include "net.h" #include "dict.c" #include "sds.h" #define _EL_ADD_READ(ctx) do { \ if ((ctx)->ev.addRead) (ctx)->ev.add...
{ "content_hash": "cc3c57f30f02a4918d45a5f9e993688c", "timestamp": "", "source": "github", "line_count": 624, "max_line_length": 139, "avg_line_length": 32.80448717948718, "alnum_prop": 0.6132877381533952, "repo_name": "ayrb13/hiredis-win", "id": "32a35b18c67ba9a6eb88ec00cb621e470ada68d9", "size": "...
/* this file has been autogenerated by vtkNodeJsWrap */ /* editing this might proof futile */ #define VTK_WRAPPING_CXX #define VTK_STREAMS_FWD_ONLY #include <nan.h> #include "vtkUnstructuredGridBaseWrap.h" #include "vtkCPExodusIIElementBlockWrap.h" #include "vtkObjectWrap.h" #include "../../plus/plus.h" using namesp...
{ "content_hash": "27bc3b38f51b5d778378b338971b0dd5", "timestamp": "", "source": "github", "line_count": 183, "max_line_length": 112, "avg_line_length": 32.63387978142077, "alnum_prop": 0.7474882786336235, "repo_name": "axkibe/node-vtk", "id": "de943b778ce3474a7af880be1c3784ec0fde7ee6", "size": "597...
<?xml version="1.0" encoding="utf-8"?> <CompatibilityEntry Name=".NET Framework 2.0 Service Pack 2" Platform="Desktop" Version="2.0.2" Priority="3515"> <Member>System.String.#Compare(System.String,System.String,System.Globalization.CultureInfo,Syste...
{ "content_hash": "05642cd3ce09cee620009ae1023b67a1", "timestamp": "", "source": "github", "line_count": 119, "max_line_length": 195, "avg_line_length": 96.49579831932773, "alnum_prop": 0.8080640947487591, "repo_name": "luomingui/LCLFramework", "id": "74f741080df0fc15868025d59f926f51c15f0518", "size...
<%= @ArticleText %>
{ "content_hash": "29fbe8cb0518b428baebe22e50e77a1e", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 19, "avg_line_length": 19, "alnum_prop": 0.5789473684210527, "repo_name": "nickloose/DisOrder", "id": "369cd451e80a35717ebc7d168c8e12acc846be07", "size": "19", "binary": f...
#define ROOT_NAME "testTimedSemaphore" #include "fw_helper.hpp" #include <ace/Synch.h> class ThreadAcquire : public ACE_Task_Base { public: ThreadAcquire(ACE_Thread_Semaphore& sema, int acquireSecs) : ACE_Task_Base(), m_sema(sema), m_acquireSecs(acquireSecs), m_status(0) {} int s...
{ "content_hash": "e1d8909adb8d2df3d886f6041fe0e22a", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 79, "avg_line_length": 28.4251968503937, "alnum_prop": 0.6335180055401662, "repo_name": "mhansonp/geode-native", "id": "4031f468c6ed22638017c4bc46974a5cd4aee46c", "size": ...
import { bindable, customElement, noView } from 'aurelia-templating'; import { inject } from 'aurelia-dependency-injection'; import { computedFrom } from 'aurelia-framework'; import { AttributeManager } from '../common/attributeManager'; import { getBooleanFromAttributeValue } from '../common/attributes'; import {...
{ "content_hash": "a64aed840c19749e6c288117cafe7994", "timestamp": "", "source": "github", "line_count": 222, "max_line_length": 230, "avg_line_length": 64.28378378378379, "alnum_prop": 0.6185971550697218, "repo_name": "Hochfrequenz/aurelia-openui5-bridge", "id": "d4d4911f33d0a0a6c6983b9730c699e558c11...
package br.ufc.lps.splar.core.fm.randomization; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.Random; import java.util.Vector; import br.ufc.lps.splar.core.constraints.PropositionalFormula; import br.ufc.lps.splar.core.fm.FeatureGroup; imp...
{ "content_hash": "19c8c165c679c528513c7a818da9c7ec", "timestamp": "", "source": "github", "line_count": 696, "max_line_length": 233, "avg_line_length": 37.39367816091954, "alnum_prop": 0.6817797587028356, "repo_name": "anderson-uchoa/DyMMer", "id": "2b2abe07b7aed1b75f7496f5bb3781803e72cda8", "size"...
SenchaTilt ========== A Sencha Touch implementation of John Tregoning's JavaScript version of the new Facebook Paper tilt functionality
{ "content_hash": "4d3a6eaa02081801dce8ca5c2a2b86b5", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 113, "avg_line_length": 34.25, "alnum_prop": 0.781021897810219, "repo_name": "joshuamorony/SenchaTilt", "id": "22e2c486018803e01c2f4f63a615cf413c516a6a", "size": "137", "b...
var mongoose = require('mongoose'); var utils = require('utility'); var config = require('../config'); var Schema = mongoose.Schema; var _getArticle = function () { var articleSchema = new Schema({ title: {type: String, required: true}, // 标题 url: {type: String}, // 相关链接 ...
{ "content_hash": "65ff52fe67781570421e92b7b7f7ed97", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 63, "avg_line_length": 32.696969696969695, "alnum_prop": 0.4976830398517145, "repo_name": "gefangshuai/wincndotnet", "id": "891aebc42f2a05b1f576c2ddeb7a5bb8643ec6ee", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `LLVMAddPruneEHPass` fn in crate `rustc_llvm`."> <meta name...
{ "content_hash": "2327d14e3a7b345f24ccf38db183628a", "timestamp": "", "source": "github", "line_count": 95, "max_line_length": 238, "avg_line_length": 39.11578947368421, "alnum_prop": 0.5479009687836384, "repo_name": "ArcherSys/ArcherSys", "id": "67bd7db69434ff2dbfb69da11b5b57c923322f5c", "size": "...
@echo off mkdir Temp set TMP=Temp set TEMP=Temp rem set IAREXE=..\..\..\..\..\common\bin\iarbuild.exe set IAREXE=iarbuild.exe echo. echo Building DSP Libraries ARM echo Building DSP Library for Cortex-M0 Little Endian %IAREXE% arm_cortexM_math.ewp -build cortexM0l echo Building DSP Library for Corte...
{ "content_hash": "94df3cb0fb36417fa558d0c89ee08100", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 106, "avg_line_length": 38.86538461538461, "alnum_prop": 0.710786739238001, "repo_name": "ryankurte/stm32f4-base", "id": "63b24b643c8569bb73d9e6869e5e0d85ca2c913e", "size"...
using System.Collections.Generic; using System.Windows.Input; using MvvmCross.Commands; using MvvmCross.Navigation; using MvvmCross.Plugin.Messenger; using Nethereum.UI.Core.Model; using Nethereum.UI.Core.Services; using Xamarin.Forms; namespace Nethereum.UI.Core.ViewModels { public class MenuViewModel : BaseView...
{ "content_hash": "2f04cb503bfb3e6207d3311db49b0a4f", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 103, "avg_line_length": 27.8375, "alnum_prop": 0.5550067355186349, "repo_name": "Nethereum/Nethereum.UI.Wallet.Sample", "id": "1083454af9ddd00ef45684e93b5167bf82b8a06d", "s...
'use strict'; angular.module('app').controller("ConfigController", function($scope, $http, remotes) { $scope.state=0; $scope.user = remotes.get().success(function (data) { $scope.remotes = (typeof data==="string")?[]:data; $scope.state = 1; // loop through the remotes and add each // remote to the page...
{ "content_hash": "3f0687b422e2989e00d62d9c797280f4", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 87, "avg_line_length": 21.225, "alnum_prop": 0.5959952885747939, "repo_name": "NextThingCo/drone", "id": "6e42b7f8979d6a75273775fce492744dde2e90ad", "size": "849", "binar...
module Krikri::Enrichments ## # Enrichment to capitalize sentences in a text field # # StripHtml.new.enrich_value('<html>Moomin <i><b>Valley</i></b>') # => 'Moomin Valley' # class StripHtml include Audumbla::FieldEnrichment def enrich_value(value) return value unless value.is_a? String ...
{ "content_hash": "0ad4243cb61f519302bb369bc4ce8c73", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 69, "avg_line_length": 24.5, "alnum_prop": 0.673469387755102, "repo_name": "dpla/KriKri", "id": "897d00692dde3fb86a5b9fb4e203f8ac1b645a64", "size": "392", "binary": false...
{-# LANGUAGE BangPatterns #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE FlexibleInstances, MultiParamTypeClasses #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE GADTs #-} {-# LANGUAGE CPP #-} module Laborantin.CLI (defaultMain) where import Control.Exception (finally) import Options.Applicative import Data.Time #if...
{ "content_hash": "4b3fcedf1b6019d9a51e98f5286a9a2b", "timestamp": "", "source": "github", "line_count": 608, "max_line_length": 202, "avg_line_length": 38.82401315789474, "alnum_prop": 0.6321965685236178, "repo_name": "lucasdicioccio/laborantin-hs", "id": "c23a2bf83237718bde452fe175e1f63633843ebb", ...
FROM balenalib/photon-xavier-nx-ubuntu:focal-build ENV NODE_VERSION 12.21.0 ENV YARN_VERSION 1.22.4 RUN for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --keyserver keyserver.pgp.com --recv-keys "$key" || \ gpg --keyserver ha.pool.sks-keyse...
{ "content_hash": "e794c37d1172337586946749a3174ad6", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 693, "avg_line_length": 66.8780487804878, "alnum_prop": 0.7097009482129832, "repo_name": "nghiant2710/base-images", "id": "661bccbba898143c0f1d6750be8e42e3251da054", "size"...
macro(build_header) set(GLOB_DIR "${DIR_ROOT}/src/") file(REMOVE ${DIR_ROOT}/src/flat.h) file(GLOB headers RELATIVE ${GLOB_DIR} ${GLOB_DIR}/*.h) file(WRITE ${DIR_ROOT}/src/flat.h "#ifndef FLAT_H_\n") file(APPEND ${DIR_ROOT}/src/flat.h "#define FLAT_H_\n") foreach(header ${headers}) file(APPEND ${DIR_ROOT}/src/f...
{ "content_hash": "8141a603c285f13c25b2c34bc2057b44", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 67, "avg_line_length": 36.07692307692308, "alnum_prop": 0.6631130063965884, "repo_name": "LiquidityC/flat", "id": "2e8ea9bb6faa94264d02ad999676e2834af7a718", "size": "469",...
<?xml version="1.0" encoding="utf-8" standalone="no"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/jav...
{ "content_hash": "03417c0c10d2fe219e0e9bcad4d50cdc", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 286, "avg_line_length": 41.5, "alnum_prop": 0.6957831325301205, "repo_name": "a77a78/Practice7", "id": "78d60c44b8b91ee0284534371fe6ec5a2f1ed40a", "size": "1992", "binary...
import { NgModule } from '@angular/core'; import { CoreMainMenuDelegate } from '@core/mainmenu/providers/delegate'; import { CoreContentLinksDelegate } from '@core/contentlinks/providers/delegate'; import { CoreTagProvider } from './providers/tag'; import { CoreTagHelperProvider } from './providers/helper'; import { Co...
{ "content_hash": "9c6c7a7c306cf70942ffb2275ea4b8ea", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 102, "avg_line_length": 39.73529411764706, "alnum_prop": 0.7424130273871207, "repo_name": "moodlehq/moodlemobile2", "id": "07aad9c86b5c0043f9cb42b28f797267878b2492", "size"...
using System; using System.Collections.Generic; using Couchbase.Lite; using Couchbase.Lite.Auth; using Couchbase.Lite.Util; using Sharpen; namespace Couchbase.Lite.Auth { internal class FacebookAuthorizer : Authorizer { public const string LoginParameterAccessToken = "access_token"; public con...
{ "content_hash": "ed998dc111a790bc18b604e865036719", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 113, "avg_line_length": 32.11363636363637, "alnum_prop": 0.5633404104741684, "repo_name": "mpapp/couchbase-lite-net", "id": "93c0351d618c7c187bfd303ce88e65c537feedff", "siz...
/* jshint node: true */ 'use strict'; var CopyTask = require('../tasks/copy'); var Promise = require('rsvp').Promise; var fs = require('fs-extra'); var path = require('path'); var chalk = require('chalk'); var quickTemp = require('quick-temp'); module.exports = { name: 'ship-it', aliases: ['sh...
{ "content_hash": "9045d51b805920bc52f36c3000fb3198", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 70, "avg_line_length": 27.454545454545453, "alnum_prop": 0.5901398086828551, "repo_name": "atsjj/ember-cli-squirrel", "id": "c8b4b4705fb2bf5a714e4eae103ffb728afb406d", "siz...
title: sharepoint 온라인 k1 inshort: 정의 되지 않은 translator: Microsoft Cognitive Services ---
{ "content_hash": "e3c6f3f1baf90ec9b5f337b86dea0387", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 40, "avg_line_length": 13, "alnum_prop": 0.7582417582417582, "repo_name": "Hexatown/docs", "id": "080f7d4faf47a3f62919668ba89b6f2e9a46ad83", "size": "113", "binary": false...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.sql.models; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; import java.ut...
{ "content_hash": "680d940137fff74ce1a568daacd17635", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 116, "avg_line_length": 44.86046511627907, "alnum_prop": 0.7786417833074132, "repo_name": "selvasingh/azure-sdk-for-java", "id": "9b8ba66c63fe68cb8c267d2d0a156dc682969d8b", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "027092b6e6af84a310585a448aa6c02e", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "d8936a371bb71101700c156fd56fb156fa47b0cf", "size": "19...
<?php session_start(); echo '<link rel="stylesheet" type="text/css" href="style.css">'; echo '<table border="1"><tr><td onclick="window.location=\'index.php\'">Home</td></tr></table>'; echo '<h1>' . $_SESSION['user'] . '</h1>'; $con=mysqli_connect("localhost","root","","users"); // Check connection if (mysqli_connect_e...
{ "content_hash": "2f680e7b6686fbe99a6e8776a896e50f", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 105, "avg_line_length": 29.580645161290324, "alnum_prop": 0.5616139585605234, "repo_name": "minecrafttechwiz/online-elementary", "id": "c26d4da48510ed812be78a2b77bdb49a3fd1c4...
/*jshint node:true*/ 'use strict' var mongoose = require('mongoose') var schema = mongoose.Schema({ name: String, group: String, subgroup: String, creator : String, authors: Array, ctime: Number, utime: Number, description: String, simple_url: String, ie: String, code : S...
{ "content_hash": "3c982e543b35d81ca39f255a1e8f1f15", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 53, "avg_line_length": 18.035714285714285, "alnum_prop": 0.6415841584158416, "repo_name": "smallertomato/harvest", "id": "122b5f5b87044bd4a8cdb78df105a9e4b82214d9", "size":...
using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using Microsoft.Xrm.Client; using Microsoft.Xrm.Client.Metadata; using Microsoft.Xrm.Client.Security; using Microsoft.Xrm.Portal.Cms; ...
{ "content_hash": "498c6031755a5a7afea11de6edb412ee", "timestamp": "", "source": "github", "line_count": 284, "max_line_length": 199, "avg_line_length": 26.764084507042252, "alnum_prop": 0.7034600710432838, "repo_name": "amervitz/xRM-Portals-Community-Edition", "id": "83a81f1586563adb4f8e40d08ccea8794...
package com.damonlei.vimdroid; import android.content.Context; import android.content.res.Resources; import com.damonlei.utils.ResourceHelper; /** * @author damonlei * @time 2017/4/12 * @email danxionglei@foxmail.com */ public class Settings { // 是否显示点击区域 public boolean displayClickableRegion; // 每次...
{ "content_hash": "c7f1cc853d315fc80d84a39766434a55", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 69, "avg_line_length": 24.28813559322034, "alnum_prop": 0.6266573621772505, "repo_name": "DanxiongLei/Vimdroid", "id": "f59af4c66555b6fa582998c12ed653d4762b0cd4", "size": "...
name: position: image_path: twitter_handle: ---
{ "content_hash": "9e957c286b55e485c50573d4a45d69aa", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 15, "avg_line_length": 9.6, "alnum_prop": 0.7083333333333334, "repo_name": "jantede/concept-page", "id": "41e3f18871eb5a326de1fbfd0d1b6669c8f10027", "size": "52", "binary"...
// bufferish.js /* jshint eqnull:true */ var Buffer = exports.original = require("./original"); var hasBuffer = !!(Buffer && Buffer.isBuffer); var hasArrayBuffer = ("undefined" !== typeof ArrayBuffer); exports.isArray = Array.isArray || _is("Array"); exports.isArrayBuffer = hasArrayBuffer ? isArrayBuffer : _false; e...
{ "content_hash": "b7c135d39c6eac7620a4c4fd41dcad78", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 74, "avg_line_length": 24.24, "alnum_prop": 0.6831683168316832, "repo_name": "kawanet/bufferish", "id": "002a55809abc021f5d88377720eb29c59f3ac20f", "size": "1212", "binar...
var _storagearea = "local"; class StorageItem { constructor(value,key) { this.value = value; this.key = key; this.set(value); } set(value) { this.value = value; var out = {}; out[this.key] = this.value; chrome.storage[_storagearea].set(out); } get() { return this.value; } } ...
{ "content_hash": "119097df726ca4aace0bda3add202324", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 63, "avg_line_length": 24.99, "alnum_prop": 0.5518207282913166, "repo_name": "Douile/Chrome-Audio-Visualizer", "id": "ead820e7ec92a3f4e08096ca8ce8d015a649e07c", "size": "2...
package org.eigenbase.rex; import java.util.*; import org.eigenbase.sql.*; import org.eigenbase.sql.fun.*; import org.eigenbase.sql.type.*; import com.google.common.collect.ImmutableSet; /** * Utility class for various methods related to multisets. */ public class RexMultisetUtil { //~ Static fields/initialize...
{ "content_hash": "ff85ef739981c5d6db7d227d5e9fdd7f", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 78, "avg_line_length": 28.445652173913043, "alnum_prop": 0.6335498662590753, "repo_name": "nvoron23/incubator-calcite", "id": "63f4449a1160c779d9dcae7a4830b443b4750ac7", "...
package org.hisp.dhis.dataadmin.action.attribute; import java.util.List; import org.hisp.dhis.attribute.Attribute; import org.hisp.dhis.attribute.AttributeService; import com.opensymphony.xwork2.Action; public class SaveAttributeSortOrderAction implements Action { // ------------------------...
{ "content_hash": "509c49790c514b9e6b314db252252895", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 80, "avg_line_length": 27.649122807017545, "alnum_prop": 0.4397208121827411, "repo_name": "minagri-rwanda/DHIS2-Agriculture", "id": "19e5d4e853bfdc4207d1793f17f0ffe7833f2ab3"...
namespace SolrNet.Cloud { public class SolrCloudReplica { public SolrCloudReplica(bool isActive, bool isLeader, string name, string url) { IsActive = isActive; IsLeader = isLeader; Name = name; Url = url; } public bool IsActive { get...
{ "content_hash": "ad8b522cd171395a4c1340cebefd4752", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 88, "avg_line_length": 27.944444444444443, "alnum_prop": 0.5526838966202783, "repo_name": "vladen/SolrNet", "id": "e98ad5a40fe11c02275d63f7c5167e2252775c72", "size": "505",...
package state_test import ( biagentclient "github.com/cloudfoundry/bosh-agent/agentclient" mock_agentclient "github.com/cloudfoundry/bosh-init/agentclient/mocks" "github.com/golang/mock/gomock" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" mock_blobstore "github.com/cloudfoundry/bosh-init/blobstore/mock...
{ "content_hash": "3109972d73c6d72031f4e70d7807f1b7", "timestamp": "", "source": "github", "line_count": 185, "max_line_length": 229, "avg_line_length": 35.22162162162162, "alnum_prop": 0.711939840392879, "repo_name": "forrestsill/bosh-init", "id": "2fd20f7e22e6d0e08332fe49f782431f44045d5b", "size":...
SYNONYM #### According to GRIN Taxonomy for Plants #### Published in von Goetzen, Durch Afrika von ost nach west 6. 1895 #### Original name null ### Remarks null
{ "content_hash": "518e8a3736a2f8c30d391663bb081982", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 51, "avg_line_length": 12.692307692307692, "alnum_prop": 0.7090909090909091, "repo_name": "mdoering/backbone", "id": "fa061899c859509463e798e1a2c595dcda7a0793", "size": "21...
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import './strings.m.js'; import {loadTimeData} from 'chrome://resources/js/load_time_data.m.js'; import * as error_reporter from './error_reporter.js'; ...
{ "content_hash": "a8bcb37aa30b550d8250d7b1b9b3b179", "timestamp": "", "source": "github", "line_count": 1450, "max_line_length": 380, "avg_line_length": 34.33931034482759, "alnum_prop": 0.6852908097686375, "repo_name": "scheib/chromium", "id": "b0e0d8e2141444da649106684820604e87cfce04", "size": "49...
/*global define*/ define([ 'Core/defaultValue', 'Core/PrimitiveType', 'Renderer/Buffer', 'Renderer/BufferUsage', 'Renderer/ClearCommand', 'Renderer/DrawCommand', 'Renderer/RenderState', 'Renderer/ShaderProgram', 'Renderer/VertexArray' ], functi...
{ "content_hash": "10af0c299afe59505ad5ef99503e9db5", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 104, "avg_line_length": 27.945205479452056, "alnum_prop": 0.5147058823529411, "repo_name": "epifanio/CesiumWidget", "id": "350d1aace909a047134397818e9e9e7a1445885a", "size"...
package com.mobgen.halo.android.framework.api; import com.mobgen.halo.android.framework.mock.FrameworkMock; import com.mobgen.halo.android.testing.HaloRobolectricTest; import org.junit.After; import org.junit.Before; import org.junit.Test; import static com.mobgen.halo.android.framework.mock.instrumentation.HaloFram...
{ "content_hash": "7684d46d02594eb9a59966e127ab2942", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 113, "avg_line_length": 25.886363636363637, "alnum_prop": 0.7366110623353819, "repo_name": "mobgen/halo-android", "id": "0edf8a4718355628bf82b4a4f37a1729759a69f6", "size": ...
<?php declare(strict_types=1); namespace ApiPlatform\Doctrine\Odm\Metadata\Resource; use ApiPlatform\Doctrine\Odm\State\CollectionProvider; use ApiPlatform\Doctrine\Odm\State\ItemProvider; use ApiPlatform\Metadata\ApiResource; use ApiPlatform\Metadata\CollectionOperationInterface; use ApiPlatform\Metadata\DeleteOp...
{ "content_hash": "a74b9235f8171be9a7c1e83aceb58ac3", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 154, "avg_line_length": 35.23, "alnum_prop": 0.6625035481124042, "repo_name": "api-platform/core", "id": "929f4d88e1b3ef222f6034e6c040df831e77a7aa", "size": "3754", "bin...
<?php namespace App\Models\Traits; use InvalidArgumentException; trait UserTrait { /** * Checks if the user has a role by its name. * * @param string|array $name Role name or array of role names. * @param bool $requireAll All roles in the array are required. * * @retur...
{ "content_hash": "687a3de15b152f55c200ca759acfc1cb", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 100, "avg_line_length": 27.46, "alnum_prop": 0.4816703083272639, "repo_name": "jaumesala/opendata-maps", "id": "6cbe7f7f1e5d27be0e03153bd0397dd867fdaee8", "size": "4119", ...
@interface GVUserDefaults (TJSGlobalProperties) // 当前登录名 @property (nonatomic, copy) NSString *loginName; // token @property (nonatomic, copy) NSString *token; @end
{ "content_hash": "880a879f903c6a90efa07f98c6a34d86", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 48, "avg_line_length": 15.454545454545455, "alnum_prop": 0.7470588235294118, "repo_name": "BaoSeed/TianFuYun", "id": "c2347867c548600b2f87e0f1930e42a7f87a8895", "size": "36...
<!-- 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": "ee01edd36da2a415a3d4ba0269f336ec", "timestamp": "", "source": "github", "line_count": 241, "max_line_length": 188, "avg_line_length": 40.75103734439834, "alnum_prop": 0.6499338152937583, "repo_name": "mastersmind/BB10-WebWorks-Community-Samples", "id": "625f43dfa94537223c73290f0154e...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <include layout="@layout/include_frag_bottom" /> <LinearLa...
{ "content_hash": "d6b0f8975bf84a758c7bf60f447e9754", "timestamp": "", "source": "github", "line_count": 161, "max_line_length": 76, "avg_line_length": 33.95031055900621, "alnum_prop": 0.504390779363337, "repo_name": "gmyboy/MetabolicTreat", "id": "f414cdf080bbbaa6bd5d48cca7158050e52c46b0", "size": ...
package is.hello.buruberi.bluetooth.stacks.android; import android.Manifest; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGatt; import android.bluetooth.BluetoothGattCharacteristic; import android.bluetooth.BluetoothProfile; import android.cont...
{ "content_hash": "36634d3566cd71f5640ea46b207c0310", "timestamp": "", "source": "github", "line_count": 859, "max_line_length": 131, "avg_line_length": 41.12107101280559, "alnum_prop": 0.5367607507856071, "repo_name": "hello/android-buruberi", "id": "4493852a77803d5040283c8ec68f406263208392", "size...
<?php /** * FeedBackForm форма обратной связи для публичной части сайта * * @category YupeController * @package yupe.modules.feedback.models * @author YupeTeam <team@yupe.ru> * @license BSD http://ru.wikipedia.org/wiki/%D0%9B%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D1%8F_BSD * @link http://yupe.ru * **/ ...
{ "content_hash": "462878ac61da14820f02988d90813302", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 159, "avg_line_length": 35.52, "alnum_prop": 0.5630630630630631, "repo_name": "kashapovfi/education", "id": "fe143ec84e69976459ef8d095957b2b382c3c959", "size": "1816", "b...
package org.apache.camel.model.dataformat; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import org.apache.camel.CamelContext; import org.apache.camel.model.DataFormatDe...
{ "content_hash": "76d246df84fbf35aa940f5cfb9f29646", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 90, "avg_line_length": 25.375, "alnum_prop": 0.7036124794745484, "repo_name": "ramonmaruko/camel", "id": "3bd1c4eea1878c9b9d1f60a993a6882d8311e00e", "size": "2021", "bina...
def application(environ, start_response): environ['wsgi.errors'].write('Error in application.') environ['wsgi.errors'].flush() start_response('200', [('Content-Length', '0')]) return []
{ "content_hash": "8753f0bb304bc74e2c4e53a9e23ad23f", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 57, "avg_line_length": 33.833333333333336, "alnum_prop": 0.6502463054187192, "repo_name": "nginx/unit", "id": "148bce9e4716f4628448bcdb8b00417d1cca8403", "size": "203", "b...
/* === Silver Circle Down Arrow ==*/ .duiDomButtonSilverCircleDownArrow { background-image: url(compat/duiDomButtonSilverCircleDownArrow.png); background-repeat: no-repeat; } .duiDomButtonSilverCircleDownArrow > div { display: none; }
{ "content_hash": "8f2ff8d1724c270f78f2f9cf92a29422", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 69, "avg_line_length": 29.75, "alnum_prop": 0.7773109243697479, "repo_name": "asudoh/delite", "id": "412aec1a8c4a85cf094814d8eeebe38ae9fdd731", "size": "238", "binary": fa...
import React from 'react'; import FormInput from '../common/form-input'; import Button from '../common/button'; import Displayinator from '../displayinator'; export default class Submitly extends React.Component { constructor() { super(); this.state = { displayText:"" }; this....
{ "content_hash": "c13da38ae718699c390c067928235c2e", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 81, "avg_line_length": 30.83076923076923, "alnum_prop": 0.4755489021956088, "repo_name": "jeffboulay/react-submitly", "id": "83a5c07a446df8bf21de50e9c37f754eb989e913", "siz...
AblePolecat module for accessing Google APIs via OAuth 2.0 Module requires AblePolecat core class library 0.7.2 or higher (https://github.com/kkuhrman/AblePolecat). Module requires Google API PHP client (https://github.com/google/google-api-php-client).
{ "content_hash": "737e96e8ea77276505c9ed93f230028d", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 105, "avg_line_length": 51.2, "alnum_prop": 0.796875, "repo_name": "kkuhrman/AblePolecat-GoogleApis", "id": "80e20d11221e0c60994c9517b199a2f19c05b47e", "size": "282", "bin...
NS_ASSUME_NONNULL_BEGIN @interface BFOrderItem (CoreDataProperties) @property (nullable, nonatomic, retain) NSNumber *quantity; @property (nullable, nonatomic, retain) NSNumber *price; @property (nullable, nonatomic, retain) NSString *priceFormatted; @property (nullable, nonatomic, retain) NSNumber *orderItemID; @pro...
{ "content_hash": "ba0ef173fab09f78e355443011953d44", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 73, "avg_line_length": 34.07142857142857, "alnum_prop": 0.7945492662473794, "repo_name": "openshopio/openshop.io-ios", "id": "e2b3a876881f7e56563b6635b1893b735acffa28", "si...
FROM balenalib/beaglebone-green-gateway-debian:buster-run ENV NODE_VERSION 15.6.0 ENV YARN_VERSION 1.22.4 RUN buildDeps='curl libatomic1' \ && set -x \ && for key in \ 6A010C5166006599AA17F08146C2130DFD2497F5 \ ; do \ gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \ gpg --batch --keyserver keyserve...
{ "content_hash": "2f84a4088bd2f40e1057112db3c7dd50", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 691, "avg_line_length": 65.17777777777778, "alnum_prop": 0.7050801227412206, "repo_name": "nghiant2710/base-images", "id": "80dfd867b129dc1b909cf286d3d1b18eb30168c8", "size...
import json import mock import webob.exc from wafflehaus.iweb.keystone.user_filter import blacklist from wafflehaus import tests class TestUserFilter(tests.TestCase): def setUp(self): self.app = mock.Mock() self.conf1 = {'enabled': 'true', 'blacklist': 'admin nova'} self.body_v2 = json....
{ "content_hash": "af5be79eec635145c7e7cbb86de2fcb3", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 67, "avg_line_length": 32.59504132231405, "alnum_prop": 0.5636409736308317, "repo_name": "mgagne/wafflehaus.iweb", "id": "0d086d33dbd113df8c755bef2d816fe148b91bf3", "size"...
<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>de.fesere.hypermedia</groupId> <artifactId>collec...
{ "content_hash": "8d60b7b66aed2b2a58667d049a38239b", "timestamp": "", "source": "github", "line_count": 229, "max_line_length": 152, "avg_line_length": 40.23580786026201, "alnum_prop": 0.5005426524853483, "repo_name": "felipesere/collection-json-parser", "id": "87d9516785fd2a2b6fa32c7011fd2fd72ceafbe...
require 'durable_decorator/util' module DurableDecorator Util.class_eval do def logger Rails.logger end end end
{ "content_hash": "d2ee55105463984620418e942664b9a8", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 32, "avg_line_length": 14.666666666666666, "alnum_prop": 0.7045454545454546, "repo_name": "jumph4x/durable_decorator_rails", "id": "8cf2b64445ea1f5d61ba8500d0385bc41b373b63", ...
package main import ( "encoding/json" "errors" "io" "net/http" "os" "path/filepath" "time" "github.com/googollee/go-socket.io" "github.com/tiltfactor/toto/domain" "github.com/tiltfactor/toto/utils" "github.com/BurntSushi/toml" "github.com/jesusrmoreno/sad-squid" logrus "github.com/Sirupsen/logrus" "g...
{ "content_hash": "9753fb6c2b07c7a2c7c085209c9d866c", "timestamp": "", "source": "github", "line_count": 366, "max_line_length": 87, "avg_line_length": 29.505464480874316, "alnum_prop": 0.6732104824520789, "repo_name": "tiltfactor/toto", "id": "a9049318663e0b56b0ecc580082441ed81b8350f", "size": "107...
namespace BundleTransformer.Csso.Internal { /// <summary> /// CSS optimization options /// </summary> internal sealed class OptimizationOptions { /// <summary> /// Gets or sets a flag for whether to enable structure minification /// </summary> public bool Restructure { get; set; } ...
{ "content_hash": "881568a6841aeb24b43fd69d6ae35535", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 89, "avg_line_length": 19.17391304347826, "alnum_prop": 0.6077097505668935, "repo_name": "Taritsyn/BundleTransformer", "id": "85544504b71b01f71b583de56f7b207a10baafbd", "si...
using System.Collections.Generic; using System.Linq; using System.Text; public abstract class Race { //private int length; //private string route; //private int prizePool; //private List<Car> participants; public Race(int length, string route, int prizePool) { this.Length = length; ...
{ "content_hash": "642b95100b62419ff71f99f4954817a2", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 123, "avg_line_length": 28.14516129032258, "alnum_prop": 0.5765042979942694, "repo_name": "Plotso/SoftUni", "id": "749fc3f03086e2f8cb6ab57a59f2a30c1daa471f", "size": "1747"...
This repository contains the Bot related code for a generalized tracking software as well as the backend logic to fill the bot with executive life. ![Funky Bot Architecture](https://www.dropbox.com/s/y49l6rh05roxvcs/FM_funkybot.jpg?dl=1)
{ "content_hash": "e9fd51e2e35ae592b13b5b374dcb7e9a", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 147, "avg_line_length": 79.66666666666667, "alnum_prop": 0.803347280334728, "repo_name": "codePrincess/funkyBot", "id": "68b41ad4f9c1bdb14d5817930f896c2a11722a48", "size": "...
const std::string CLIENT_NAME("Satoshi"); // Client version number #define CLIENT_VERSION_SUFFIX "-beta-gravity" // The following part of the code determines the CLIENT_BUILD variable. // Several mechanisms are used for this: // * first, if HAVE_BUILD_INFO is defined, include build.h, a file that is // generated...
{ "content_hash": "647144a44bb4764980467481c78d5c5a", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 155, "avg_line_length": 40.32727272727273, "alnum_prop": 0.7051397655545536, "repo_name": "nakamotoSAMtoshi/sCoin", "id": "8f29139d26fbe8e1807ff2adde775faf6624ed1d", "size"...
import { notEmpty } from './notEmpty'; import { tooManyArguments } from './tooManyArguments'; import { exists } from './exists'; export default { rules: { notEmpty, tooManyArguments, exists }, configs: { recommended: { plugins: ['require-path-exists'], rules: { 'require-path-e...
{ "content_hash": "14eb5b06e7c46fe812688199e13a5f76", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 90, "avg_line_length": 23.952380952380953, "alnum_prop": 0.5745526838966203, "repo_name": "BohdanTkachenko/eslint-plugin-require-path-exists", "id": "03df09d23d3f2f37bf74802a...
// // Copyright (C) OpenSim Ltd. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is dis...
{ "content_hash": "f33ec0d21d929e47bd5b48a40e3ba7b5", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 115, "avg_line_length": 35.336283185840706, "alnum_prop": 0.7613323315802655, "repo_name": "LarryNguyen/ECSimpp", "id": "e4f4a7b1d6d4da21c66be6299d04fed190a1ab23", "size":...
<h2 data-i18n="power.battery"></h2> <div id="battery-msg" data-i18n="listing.loading" class="col-lg-12 text-center"></div> <div id="battery-view" class="row hide"> <div class="col-md-5"> <table class="table table-striped"> <tr> <th data-i18n="power.manufacture_date"></th> <td id="battery-manufac...
{ "content_hash": "b232144c803c6ab2d3d006b4935e47c3", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 199, "avg_line_length": 39.1580310880829, "alnum_prop": 0.5452861395964274, "repo_name": "childrss/munkireport-php", "id": "3df5eba6963f62412b2ad4910458d77de3ee5d17", "siz...
package org.jsondoc.core.pojo; import java.util.Map; import java.util.Set; import org.jsondoc.core.pojo.flow.ApiFlowDoc; import org.jsondoc.core.pojo.global.ApiGlobalDoc; public class JSONDoc { private String version; private String basePath; // The key is the group these apis belongs to. It can be empty. privat...
{ "content_hash": "0ef82b00961672ee6aebdff6eae9d9ef", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 246, "avg_line_length": 23.584158415841586, "alnum_prop": 0.7212426532325776, "repo_name": "fabiomaffioletti/jsondoc", "id": "8cb3031be999da04f071acc8e7880bb51a777535", "s...
UI.Dialog = function(options) { this.options = Alpha.mergeObjects({ id: '', className: '', titlebar: true, title: '', position: 'center', onClose: 'destroy', modal: false, closeOnEscape: true }, options || {}); this.bounds = {}; ...
{ "content_hash": "dd32654efa7565bab661bdd5cbeaad35", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 133, "avg_line_length": 24.333333333333332, "alnum_prop": 0.6561292588689849, "repo_name": "ysbaddaden/alpha", "id": "0165b6602b7134454c4e95904b69655e101d2ce7", "size": "3...
/* author: James Lyons Aug 2012 use e.g. http://practicalcryptography.com/ciphers/mechanical-era/enigma/ to generate messages this code is from http://www.practicalcryptography.com/cryptanalysis/breaking-machine-ciphers/cryptanalysis-enigma-part-2/ */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <s...
{ "content_hash": "9cb72ad49ce49db06488814c7b4a10f1", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 150, "avg_line_length": 35.88461538461539, "alnum_prop": 0.5498392282958199, "repo_name": "jameslyons/c_cryptanalysis", "id": "1d3fe5b798e8ef2f24506345585d6f7386f0ae17", "...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (i3geoweather)" project-jdk-type="Python SDK" /> </project>
{ "content_hash": "f6514517d81e3543039c1b16af8a5472", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 128, "avg_line_length": 50, "alnum_prop": 0.71, "repo_name": "joergdietrich/i3geoweather", "id": "418da0717b03082c3e0ba9402eff7112bc6189ff", "size": "200", "binary": false...
#pragma once #include "Pockets.h" #include "Types.h" namespace pockets { typedef std::shared_ptr<class Locus2d> Locus2dRef; /** A nestable position and orientation in 2d space. Will inherit transformations from a parent Locus, parents know nothing about children. Inteded for use in an vector-like cont...
{ "content_hash": "8050bd6451acd0f039a651d3a104fd7b", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 134, "avg_line_length": 50.75, "alnum_prop": 0.632512315270936, "repo_name": "sansumbrella/Pockets", "id": "a536af8f808ea282cf0c0c07a32889b9c53baf47", "size": "4402", "bi...
require 'google/apis/calendar_v3/service.rb' require 'google/apis/calendar_v3/classes.rb' require 'google/apis/calendar_v3/representations.rb' require 'google/apis/calendar_v3/gem_version.rb' module Google module Apis # Calendar API # # Manipulates events and other calendar data. # # @see https:/...
{ "content_hash": "4695c4dc6b5e4f12ee6add570103ccca", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 103, "avg_line_length": 37.5, "alnum_prop": 0.7176470588235294, "repo_name": "googleapis/google-api-ruby-client", "id": "0a440360150ec62392c6dd2fafd8cbc61b59c4ff", "size": ...
package signer import "time" type Option func(*Signer) func WithDataKey(key string) Option { return func(s *Signer) { s.claimsKey = key } } func WithExpiration(exp time.Duration) Option { return func(s *Signer) { s.exp = exp } } func WithSubject(sub string) Option { return func(s *Signer) { s.sub = opti...
{ "content_hash": "26d4a941e1b3ca956bb1c29267160bd6", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 49, "avg_line_length": 16.551724137931036, "alnum_prop": 0.6854166666666667, "repo_name": "GeorgeMac/hola", "id": "4545a20e0b518beb17ced72e7c40f336662391be", "size": "480",...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration 3.0//EN" "http://tiles.apache.org/dtds/tiles-config_3_0.dtd"> <tiles-definitions> <definition name="page" extends="base"> <put-attribute name="title" value="page.title" /> ...
{ "content_hash": "6d74edac87257ef0de0832f420f0ace1", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 152, "avg_line_length": 40.75, "alnum_prop": 0.6687116564417178, "repo_name": "jegbjerg/webapp-base", "id": "7ab8772a69ce5b426bd8f1157a34fa63c40bba65", "size": "652", "bi...
Neutral meson analysis in $pp$ at 13 TeV ========================================= Main code to analyse LHC16 proton-proton data. The code should support both AOD and ESD format of input data. ## Usage This analysis task shoul alwaysd be used with [phos tender](https://github.com/alisw/AliPhysics/tree/master/PWGGA/P...
{ "content_hash": "582dc5f45e7d4f78454f23d32ddabccf", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 269, "avg_line_length": 43.26315789473684, "alnum_prop": 0.6455798864557989, "repo_name": "dlodato/AliPhysics", "id": "528a9be64d4a3d41424b9ced9d57fc3c408a8565", "size": "2...
package org.dswarm.persistence.model.schema; import java.util.LinkedList; import java.util.List; import java.util.Set; import javax.persistence.Access; import javax.persistence.AccessType; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence...
{ "content_hash": "eb0e39e5e93ff94f2ed7506c0fe6dcf9", "timestamp": "", "source": "github", "line_count": 468, "max_line_length": 137, "avg_line_length": 30.574786324786324, "alnum_prop": 0.758403801803061, "repo_name": "knutwalker/dswarm", "id": "8a9bdacd334634c8544a46e6c710bfbf290b5dd3", "size": "1...
<!DOCTYPE HTML> <html lang="pl"> <head> <title>Portfolio</title> <meta charset="utf-8" /> <link rel="stylesheet" href="css/main.css" /> <meta name="viewport" content="width=device-width" /> </head> <body> <nav class="nav"> <div class="container"> <ul> <li><a href="#main">Home</a></li> <l...
{ "content_hash": "9985b668297ab8ee29d617d553138125", "timestamp": "", "source": "github", "line_count": 143, "max_line_length": 154, "avg_line_length": 36.00699300699301, "alnum_prop": 0.47387842299475624, "repo_name": "YOSH1M1TZU/yosh1m1tzu.github.io", "id": "80f967744356d4f21115e308432c15932fd948d8...
var page = require('webpage').create(); var system = require('system'); var url = system.args[1]; var showConsole = system.args[2]; var maxMillisecondsPhantomCanBeOpen = 3 * 60 * 1000; // 3 minutes * 60 seconds in a minute * 1000 ms in a second // phantom.outputEncoding = "utf8"; page.onError = function() { }; fu...
{ "content_hash": "8dda35248a985bc8b0ff65b7871320a1", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 112, "avg_line_length": 24.4390243902439, "alnum_prop": 0.6227544910179641, "repo_name": "rpalmite/webutilitykit", "id": "3f92eea018dbfa9712a666116ed9f3bbcf57d2ac", "size":...
from flask import Flask, request, abort, render_template, flash, redirect, url_for, jsonify from flask.ext.sqlalchemy import SQLAlchemy from werkzeug import url_decode import json import threading import time import requests import os from datetime import datetime, timedelta # Used to keep track of whether the main th...
{ "content_hash": "4443e8717c0688a06372da963a470b74", "timestamp": "", "source": "github", "line_count": 327, "max_line_length": 134, "avg_line_length": 34.67278287461774, "alnum_prop": 0.6090139354383489, "repo_name": "thusoy/sasha", "id": "5b7e86ff186b5681e8e5d984cff6e163ae355876", "size": "11338"...
<?xml version="1.0"?> <!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. --> <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 ...
{ "content_hash": "4c349f1a2f25ff91c70a812d25e43dba", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 110, "avg_line_length": 34.74683544303797, "alnum_prop": 0.6225865209471767, "repo_name": "vespa-engine/vespa", "id": "66603deeb388dd0d8348ddfd5f9b8eec29bdb95a", "size": "2...
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ require_once 'NoticiaTaula.php'; class ComentarisTaula extends Zend_Db_Table { protected $_name = "comentaris"; protected $_primary = "id_comentari"; public function getComentarisNoticia(...
{ "content_hash": "6a1d227a78330db8b6c3d1e9470e6a59", "timestamp": "", "source": "github", "line_count": 386, "max_line_length": 158, "avg_line_length": 42.012953367875646, "alnum_prop": 0.49078127890485296, "repo_name": "alexperegrina/newsup", "id": "94177b3b07f2b25a433c1ffc4c0db4f65b5e555c", "size...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content...
{ "content_hash": "9088a1a762b93a1c466f0cd700ae4ce4", "timestamp": "", "source": "github", "line_count": 523, "max_line_length": 999, "avg_line_length": 42.602294455066925, "alnum_prop": 0.6200798886944033, "repo_name": "statsmodels/statsmodels.github.io", "id": "421eb6aad637475845287ed0eac288a7e97ac3...
layout: post title: "MSBuild, Where does one get started" subTitle: heroImageUrl: date: 2006-5-31 tags: ["MSBuild"] keywords: --- Long and short, if you don't know anything about MSBuild, it's time to hit the links below.&nbsp; Honestly it will do nothing but save you time and automate those dreaded processes.&nbs...
{ "content_hash": "317c765a82191f226a4f110dfd3ea5b8", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 248, "avg_line_length": 23.72222222222222, "alnum_prop": 0.7587822014051522, "repo_name": "csell5/MyBlog", "id": "57570b4ff3236b3d8420f72d17b5366ebbc48b16", "size": "431", ...
#ifndef GPG_SCORE_H_ #define GPG_SCORE_H_ #ifndef __cplusplus #error Header file supports C++ only #endif // __cplusplus #include <memory> #include <string> #include "gpg/common.h" namespace gpg { class ScoreImpl; /** * Single data structure which allows you to access data about a player's * score. * @ingrou...
{ "content_hash": "2d110f1e6ed92a98127d7c47201eab0b", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 77, "avg_line_length": 21.28409090909091, "alnum_prop": 0.6668446342765617, "repo_name": "PopCap/GameIdea", "id": "51c3f6ce6d2a9c43e72ebab1eb775fe069602e33", "size": "2030"...
var $ = require('cheerio'); module.exports = { provides: "sm4", getLink: function(sm4, whitelistRecord) { if (!(sm4.video && sm4.video.embed && whitelistRecord.isAllowed && whitelistRecord.isAllowed('sm4.video'))) { return; } var player = { type: CONFIG.T.tex...
{ "content_hash": "a17205d44ffa6b912ed827d90476ebe7", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 117, "avg_line_length": 28.413333333333334, "alnum_prop": 0.5035194744251525, "repo_name": "loklak/loklak_webclient", "id": "627cab2c0669ba6273f97777712fb156dc5009f0", "siz...
The 'Note' class ---------------- .. autoclass:: music_essentials.note.Note :member-order: bysource :members: :undoc-members: :special-members: :exclude-members: __dict__,__weakref__,__module__
{ "content_hash": "5f1c74225609c95749ac1d418c1fb09a", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 53, "avg_line_length": 26.75, "alnum_prop": 0.5934579439252337, "repo_name": "charlottepierce/music_essentials", "id": "e1852c1c7f573a7a6a69f3caf7b8fe0469799bfe", "size": "2...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "4ab36131e4055b7ec531c59beba55218", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "2509dfe58c351d72327ac14831f4833a12683b7f", "size": "184...
@interface NSArray (CocoaRouge) - (NSArray *)map:(id (^)(id))block; - (NSString *)join; - (NSString *)join:(NSString *)separator; - (BOOL)isEmpty; - (BOOL)any:(BOOL (^)(id item))block; - (NSArray *)select:(BOOL (^)(id item))block; - (NSArray *)reject:(BOOL (^)(id item))block; - (void)each:(void (^)(id item))block; - (...
{ "content_hash": "a54dc85a68a88f7710b6c6b9afd8dce1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 58, "avg_line_length": 29.384615384615383, "alnum_prop": 0.6308900523560209, "repo_name": "danieltiger/CocoaRouge", "id": "b2c07432287c0c26fd94c161478ee96f50d4d8be", "size"...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "fc0bd8b3874be00c0afbd9127787da55", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "e5b4dfad4807c2e1c46afbda0c2106d68b2ca865", "size": "170...
.. _stm3210c_eval_board: STM3210C-EVAL ############# Overview ******** The STM3210C-EVAL evaluation board is a complete development platform for STMicroelectronic's ARM Cortex-M3 core-based STM32F107VCT microcontroller. The range of hardware features on the board help you to evaluate all peripherals (USB-OTG FS, et...
{ "content_hash": "7989c20efa329998eb2ec397798f1526", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 94, "avg_line_length": 31.14857142857143, "alnum_prop": 0.606861126398826, "repo_name": "sharronliu/zephyr", "id": "d5b265aad075411d9c28dadc379ea10dee1e85d4", "size": "545...