text
stringlengths
2
1.04M
meta
dict
This template provides code structure and gulp tasks to manage AWS Lambda code for multiple functions. ## Config Everything is in ./config/ See docs and wiki: https://github.com/lorenwest/node-config See function2 sources for an example of config usage in a function. ## Gulp gulp -T - package:function1 - upload:...
{ "content_hash": "80e6bbec50a98cb60fba879e8847b1ec", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 125, "avg_line_length": 24.976744186046513, "alnum_prop": 0.770949720670391, "repo_name": "x3mka/aws-lambda-template", "id": "13c9ca9d530593df90abf2ec90a0c2b4f6bc7db3", "si...
import { Observable, BehaviorSubject } from 'rxjs'; import { RxCollection, } from './rx-collection'; import { RxAttachment, RxAttachmentCreator } from './rx-attachment'; import { RxDocumentData } from './rx-storage'; import { RxChangeEvent } from './rx-change-event'; import { DeepReadonly, PlainJso...
{ "content_hash": "07c437b0133020746f802098b0af06a1", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 136, "avg_line_length": 32.833333333333336, "alnum_prop": 0.6897913141567964, "repo_name": "pubkey/rxdb", "id": "91a8044bbe6627432934023904081c6bfbe64e42", "size": "3546",...
FIXME: description ## Installation Download from http://example.com/FIXME. ## Usage FIXME: explanation $ java -jar day3-0.1.0-standalone.jar [args] ## Options FIXME: listing of options this app accepts. ## Examples ... ### Bugs ... ### Any Other Sections ### That You Think ### Might be Useful ## Licens...
{ "content_hash": "a0e9140b277aea9731fc5fecb1024446", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 70, "avg_line_length": 13.235294117647058, "alnum_prop": 0.6977777777777778, "repo_name": "Flaeme/adventofcode", "id": "250da5221ed1f2b5b7a7956d3210f0a09d963083", "size": "...
scrapy crawl councilman_spider -t csv -o ../../data/councilman.csv
{ "content_hash": "cb5b632e3fc897004262269cdd3ffc69", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 66, "avg_line_length": 66, "alnum_prop": 0.7424242424242424, "repo_name": "novelo-io/atlas", "id": "4234923113e1c7dd8f2f1b04f3dcd5d9203776f3", "size": "66", "binary": fals...
package org.robolectric.shadows; import android.bluetooth.BluetoothAdapter; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.Robolectric; import org.robolectric.TestRunners; import static org.junit.Assert.*; import static org.robolectric.Robolectric.shadowOf; @...
{ "content_hash": "f4f8aeacd3000aaa0b000cee9d3c4fe2", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 77, "avg_line_length": 29.38095238095238, "alnum_prop": 0.747163695299838, "repo_name": "jeffreyzh/robolectric", "id": "8e90618ad74b4f7f485ab49277f3a62824529380", "size": "...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/photos/library/v1/photos_library.proto package com.google.photos.library.v1.proto; /** * * * <pre> * Response to successfully joining the shared album on behalf of the user. * </pre> * * Protobuf type {@code google.photos.library.v1....
{ "content_hash": "c05b5a60ab88a8d2ac035496c4d12e5b", "timestamp": "", "source": "github", "line_count": 713, "max_line_length": 102, "avg_line_length": 32.26788218793829, "alnum_prop": 0.6693180336419351, "repo_name": "google/java-photoslibrary", "id": "955c94bb00b92ce0d9eefd131fc9eadaef273f93", "s...
package org.elasticsearch.analysis.common; import org.apache.lucene.analysis.CharArraySet; import org.apache.lucene.analysis.br.BrazilianAnalyzer; import org.elasticsearch.common.settings.Settings; import org.elasticsearch.env.Environment; import org.elasticsearch.index.IndexSettings; import org.elasticsearch.index....
{ "content_hash": "488028e3bdf488989f0fdff7ecc717c7", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 130, "avg_line_length": 36.833333333333336, "alnum_prop": 0.779185520361991, "repo_name": "strapdata/elassandra", "id": "05f72a6c0793fadba938466d7347bee7269d342c", "size": ...
class TGAFile { char* buffer; size_t bufferSize; std::shared_ptr<unsigned char> imageptr; #pragma pack(push, 1) struct TGAHeader { //https://en.wikipedia.org/wiki/Truevision_TGA unsigned char idLength; unsigned char colorMapType; unsigned char imageType; //unsigned char colorMapSpec[5]; unsigned short ...
{ "content_hash": "eaf9fe91fe6a5abdeb320f4a80d800b3", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 82, "avg_line_length": 19.768115942028984, "alnum_prop": 0.717741935483871, "repo_name": "zolcsieles/VRTestApp", "id": "6e20c9faf9e8e1ea4d0652b8d1a5e8dd4abed34e", "size": "...
AdGroupRetargetingListOperation is an object that holds target ad group retargeting in mutate methods. ### Service + [AdGroupRetargetingListService](../../services/AdGroupRetargetingListService.md) ### Namespace [AdGroupRetargetingListService#Namespace](../../services/AdGroupRetargetingListService.md#namespace) | fi...
{ "content_hash": "2193a354b5ce81e40dc1b43683837b14", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 333, "avg_line_length": 66.41176470588235, "alnum_prop": 0.6997342781222321, "repo_name": "yahoojp-marketing/sponsored-search-api-documents", "id": "949641f85009025b81ce816cc...
/*jshint strict:false, undef:false, unused:false */ var instances = []; function getSquireInstance ( doc ) { var l = instances.length, instance; while ( l-- ) { instance = instances[l]; if ( instance._doc === doc ) { return instance; } } return null; } func...
{ "content_hash": "ad1ffec4f8c6e56884786d5005132805", "timestamp": "", "source": "github", "line_count": 1855, "max_line_length": 229, "avg_line_length": 30.828032345013476, "alnum_prop": 0.5538593362011681, "repo_name": "Endika/Squire", "id": "69b6fa6830686f0fb5c16516aeb169a3d31e1b49", "size": "571...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "ee398ee8e22e2c50f3b9987f6b176536", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "5a79f64fd5327be811d658a0c0929d7dfc384b12", "size": "194...
<component id="BulletChart" title="Bullet Chart 2.0" icon="res/BulletChart/BulletChart.png" handlerType="div" modes="commons m" databound="true" group="ScnCommunityVisualizations" propertySheetPath="aps/PropertyPage.html"> <requireJs modes="commons m">res/BulletChart/BulletChart</require...
{ "content_hash": "e6da7883e96c6ffd8057f54e50a5ddca", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 107, "avg_line_length": 59.614285714285714, "alnum_prop": 0.737359213994728, "repo_name": "org-scn-design-studio-community/lumiradesignercommunityext_src", "id": "1338c4919f8...
<!DOCTYPE html> <HTML><head><TITLE>Manpage of PERF\-SCRIPT\-PYTHON</TITLE> <meta charset="utf-8"> <link rel="stylesheet" href="/css/main.css" type="text/css"> </head> <body> <header class="site-header"> <div class="wrap"> <div class="site-title"><a href="/manpages/index.html">linux manpages</a></div> <div class="si...
{ "content_hash": "da7f62c3355610088af047f31672b50c", "timestamp": "", "source": "github", "line_count": 889, "max_line_length": 659, "avg_line_length": 30.98650168728909, "alnum_prop": 0.6818891349330236, "repo_name": "yuweijun/yuweijun.github.io", "id": "fce321385b7e0614e3a3416a5cea34f8a223cd7e", ...
package ru.abelov.stream; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.InputStreamReader; /** * Realizing class StreamSymbolRemover, that removes from InputStream Strings from an array. * @author Aleksandr Belov * @since 27.11.2...
{ "content_hash": "ed003c48f4e8fd8afa79dffe7db27115", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 92, "avg_line_length": 28.5, "alnum_prop": 0.706766917293233, "repo_name": "xcyde/Java-A-to-Z", "id": "9152de5429edbd244fd48dc59cadcb93aa7d75dd", "size": "1596", "binary"...
module.exports = function (config) { config.set({ browsers: ['Firefox'], frameworks: ['browserify', 'mocha'], reporters: ['mocha', 'coverage'], preprocessors: { 'build/*.js': ['browserify'] }, browserify: { debug: true, transform: ['browserify-css', 'browserify-istanbul'] }, files: ['build/*.j...
{ "content_hash": "2f8c6b0a71d541ee150d4f799b135f82", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 86, "avg_line_length": 28.333333333333332, "alnum_prop": 0.5411764705882353, "repo_name": "dwillmer/phosphor-widget", "id": "7401d31dbb17ff78c83dc888e8e78eae01273166", "siz...
package org.bouncycastle.asn1; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.math.BigInteger; import org.bouncycastle.util.Arrays; public class DERObjectIdentifier extends ASN1Primitive { String identifier; private byte[] body; /** * return an OID from the passe...
{ "content_hash": "552af40968c3439f368c93bd3fdcd12e", "timestamp": "", "source": "github", "line_count": 437, "max_line_length": 115, "avg_line_length": 26.08695652173913, "alnum_prop": 0.4776315789473684, "repo_name": "indashnet/InDashNet.Open.UN2000", "id": "13e1195d6fba1f6d3183a5ebb49a29e921a508e2"...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("08....
{ "content_hash": "008424429e96c008b42eca3b49ab8d47", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.111111111111114, "alnum_prop": 0.7464488636363636, "repo_name": "metodiobetsanov/Tech-Module-CSharp", "id": "e98bd9b809ce7e3e18d4a1c8a09f623df98994b...
package com.intellij.psi.impl; import com.intellij.psi.*; import com.intellij.psi.impl.source.resolve.graphInference.InferenceBound; import com.intellij.psi.impl.source.resolve.graphInference.InferenceSession; import com.intellij.psi.impl.source.resolve.graphInference.InferenceVariable; import com.intellij.psi.search...
{ "content_hash": "da7cb5cad432eb438287381cf7406bbc", "timestamp": "", "source": "github", "line_count": 149, "max_line_length": 151, "avg_line_length": 44.73154362416108, "alnum_prop": 0.654913728432108, "repo_name": "MER-GROUP/intellij-community", "id": "809417d62663055092da9cf4240ece7ffb6305f8", ...
import winston from 'winston'; import mongoose from 'mongoose'; // Overwrite mongoose promise module mongoose.Promise = Promise; /** * Product Schema */ const ProductSchema = new mongoose.Schema({ // Description: Unique identifier representing a specific product for a given latitude &amp; longitude. For example, ...
{ "content_hash": "471ed5fff13cf2a60c78ec78f1377367", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 201, "avg_line_length": 21.703883495145632, "alnum_prop": 0.61954819950794, "repo_name": "engie-factory/mongoose-schemas-generator", "id": "20233d7f11bf9c6c3f19504d33ce3d2a5...
package org.keycloak.example.oauth; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.DefaultHttpClient; import org.keycloak.KeycloakSecurityContext; import org.keyc...
{ "content_hash": "6180bfbe9ebd349684be958e26822edc", "timestamp": "", "source": "github", "line_count": 120, "max_line_length": 139, "avg_line_length": 44.641666666666666, "alnum_prop": 0.6708978906104163, "repo_name": "cmoulliard/keycloak", "id": "b0e0e00af8da2dd5f43c73e5b1e178dde8abce88", "size":...
class CBaseUIContainer; class CBaseUIScrollView : public CBaseUIElement { public: CBaseUIScrollView(float xPos=0, float yPos=0, float xSize=0, float ySize=0, UString name=""); virtual ~CBaseUIScrollView(); void clear(); ELEMENT_BODY(CBaseUIScrollView) virtual void draw(Graphics *g); virtual void update(); v...
{ "content_hash": "9c4599fa56f8c090c6765065ea5034a5", "timestamp": "", "source": "github", "line_count": 127, "max_line_length": 146, "avg_line_length": 33.79527559055118, "alnum_prop": 0.7947343895619757, "repo_name": "McKay42/McEngine", "id": "3daee282fc6bc4cc132e28830685212e4817bd14", "size": "46...
package com.kageiit; import org.junit.Test; public class JacoboTest { @Test public void foo() { new Jacobo().foo(); } }
{ "content_hash": "3fe4b01a87a06425b08d300b77031c39", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 27, "avg_line_length": 13, "alnum_prop": 0.5944055944055944, "repo_name": "kageiit/gradle-jacobo-plugin", "id": "dd494660b20c51eee05ea1a2dec54529d9cc4124", "size": "143", ...
layout: page title: Cohen Family Reunion date: 2016-05-24 author: Brandon Pope tags: weekly links, java status: published summary: Etiam aliquam, mauris quis aliquet condimentum. banner: images/banner/meeting-01.jpg booking: startDate: 11/02/2017 endDate: 11/05/2017 ctyhocn: SNTSCHX groupCode: CFR published: tr...
{ "content_hash": "5a24a56a074b093dfef95600495ad426", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 604, "avg_line_length": 92.66666666666667, "alnum_prop": 0.8062050359712231, "repo_name": "KlishGroup/prose-pogs", "id": "9f8acfb7070390c08fec588e211702afb16242aa", "size":...
from builderactions import get_builder_details import copy import datetime import glob import imp from optparse import OptionParser import os import StringIO import subprocess import sys from testconfigurations import test_option_setup from testinstance import TestInstance import time import tempfile import xml.etree.E...
{ "content_hash": "b2021108abf2deea675ac5b75eb418dd", "timestamp": "", "source": "github", "line_count": 428, "max_line_length": 207, "avg_line_length": 42.94859813084112, "alnum_prop": 0.58997932760309, "repo_name": "markfinal/BuildAMation", "id": "f52bd71abab07376f2b85efbfee498b1c3627f63", "size":...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>lc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel...
{ "content_hash": "f2ab65f97394c47dc41a4ed44a32581f", "timestamp": "", "source": "github", "line_count": 171, "max_line_length": 283, "avg_line_length": 43.046783625730995, "alnum_prop": 0.5525064529275914, "repo_name": "coq-bench/coq-bench.github.io", "id": "bd71e438345ece00e96061c99f828e9d7386a7af",...
import requests class Jira(object): def __init__(self, url): self.url = url def find_all(self, jql, fields=None, offset=0, limit=1000): # Prepare request url get_url = self.url if not get_url.endswith("/"): get_url += "/" get_url += "search?jql=%s" % jql ...
{ "content_hash": "63239c4e0616d3159fffb2ae1adebc41", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 69, "avg_line_length": 26.887096774193548, "alnum_prop": 0.50749850029994, "repo_name": "VaclavDedik/triager", "id": "993c55749e3ef43ecc53c9bb97104ac94e536821", "size": "16...
<?php /** * Sendfriend log resource collection * * @category Mage * @package Mage_Sendfriend * @author Magento Core Team <core@magentocommerce.com> */ class Mage_Sendfriend_Model_Resource_Sendfriend_Collection extends Mage_Core_Model_Resource_Db_Collection_Abstract { /** * Init resource co...
{ "content_hash": "99aeab5eb36e6dd7a0b85f099f2a8208", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 114, "avg_line_length": 20.045454545454547, "alnum_prop": 0.6485260770975056, "repo_name": "5452/durex", "id": "c6a5dd72fba9c61374db7985c6b89da4a0b40b82", "size": "1400", ...
title: Optimize Mobile Performance with Jdrop author: Josh Habdas date: 2011-03-06 categories: - reference tags: - mobile - webperf - debugging - programming --- Last month [Steve Souders announced Jdrop][1], a JSON repository in the cloud. Using Jdrop and Souders' [Mobile Perf bookmarklet][2], developers can...
{ "content_hash": "28d6ed219c765c7d572fe7a2766e0967", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 538, "avg_line_length": 68.54838709677419, "alnum_prop": 0.7896470588235294, "repo_name": "jhabdas/habd.as", "id": "f7bb984a20c816d44fe0ccd2515375803818ba4d", "size": "2133...
This is a project under development. Goal: Develop a reservation system for cloud virtual machines. The documentation is maintained at * http://cloudmesh.github.io/reservation
{ "content_hash": "be85e793d66a7a556d6711229cb967f8", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 62, "avg_line_length": 25.571428571428573, "alnum_prop": 0.8044692737430168, "repo_name": "cloudmesh/reservation", "id": "c97d1247d53eae59f995cec71c89bed048bef2b0", "size": ...
/* $NetBSD: ccos.c,v 1.1 2007/08/20 16:01:32 drochner Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software written by Stephen L. Moshier. * It is redistributed by the NetBSD Foundation by permission of the author. * * Redistribution and use ...
{ "content_hash": "a30e9cd7d76bf64260751c06f0014e08", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 78, "avg_line_length": 40.630434782608695, "alnum_prop": 0.7394328517924024, "repo_name": "execunix/vinos", "id": "755d712acb19b17d2cc5cec580482092f3c83fa0", "size": "1869"...
module Paperclip # 截图的paperclip processer # TODO 不直接调用ffmpeg,用rvideo封装截图命令 # TODO 截图后用thumbnail里的方法调整图片尺寸 class VideoThumbnail < Processor # The VideoThumbnail processor accepts three options: ### :time_offset # The number of seconds into the video to capture as a thumbnail # (this should be a ...
{ "content_hash": "d0fe95cbfff878c264320447f8722537", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 122, "avg_line_length": 38.38297872340426, "alnum_prop": 0.6524390243902439, "repo_name": "johnson/shadowgraph", "id": "c4cacff0dbaf4a21d97a33aedadb532c43bdca23", "size": "...
DROP SEQUENCE IF EXISTS "account"."account_id_seq" CASCADE; CREATE SEQUENCE "account"."account_id_seq" INCREMENT 1 START 1 MAXVALUE 9223372036854775807 MINVALUE 1 CACHE 1; GRANT USAGE ON SEQUENCE "account"."account_id_seq" TO "twitter_db_role";
{ "content_hash": "7dcbd7dd359d4c1d419f956046b4101d", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 111, "avg_line_length": 81.33333333333333, "alnum_prop": 0.7827868852459017, "repo_name": "Zenithar/gene", "id": "5d02600fbec40e5438bcb3d41b440b0ad33eff6f", "size": "354", ...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name Chionachne sclerachne F.M.Bailey ### Remarks null
{ "content_hash": "f279573d989ddf62fd69132af3d19078", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 12.461538461538462, "alnum_prop": 0.7222222222222222, "repo_name": "mdoering/backbone", "id": "935ca6a9136f0bce9afdf7c42e545238e90492a4", "size": "23...
package io.webfolder.ui4j.api.dom; import java.util.List; public class Form { private Element element; public Form(Element element) { this.element = element; } public void clear() { List<Element> inputs = element.find("input, select, textarea"); for (Element next : inputs) {...
{ "content_hash": "eb5eaa759dae4349260e6db996b31394", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 71, "avg_line_length": 29.804347826086957, "alnum_prop": 0.4777534646243618, "repo_name": "ui4j/ui4j", "id": "dafe58b09db080c0ca196cedf261566b31cce1bd", "size": "1371", "...
/*************************************************************************************************/ #ifndef BOOST_GIL_EXTENSION_IO_BMP_WRITE_HPP #define BOOST_GIL_EXTENSION_IO_BMP_WRITE_HPP //////////////////////////////////////////////////////////////////////////////////////// /// \file /// \brief /...
{ "content_hash": "863c498958fc97293ebe5cdbbf6e6d74", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 99, "avg_line_length": 28.53846153846154, "alnum_prop": 0.42183288409703507, "repo_name": "darklost/darkforce", "id": "37a8e752ff02f5a67b4d2591103511b4b037be7f", "size": "9...
"""Adds Chromaprint/Acoustid acoustic fingerprinting support to the autotagger. Requires the pyacoustid library. """ from __future__ import division, absolute_import, print_function from beets import plugins from beets import ui from beets import util from beets import config from beets.util import confit from beets.a...
{ "content_hash": "ed9502f2f4606897f958d411ac57824c", "timestamp": "", "source": "github", "line_count": 293, "max_line_length": 78, "avg_line_length": 33.75085324232082, "alnum_prop": 0.6093639397310142, "repo_name": "jcoady9/beets", "id": "b45bcfe3e4e1ea50d697c799bb43dcbcffa44975", "size": "10560"...
namespace OrderFulfillment.Notifier.Infrastructure { /// <summary> /// Serves as a pseudo-enumeration for the replacement tokens found in an email /// body emplate. /// </summary> public static class EmailBodyTokens { /// <summary>The location of a dead letter message. For example...
{ "content_hash": "611320217db9cfb74cef427f79a7a064", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 98, "avg_line_length": 39.142857142857146, "alnum_prop": 0.6605839416058394, "repo_name": "jsquire/Portfolio", "id": "1f7a51db005e5660e5b42b02d51f7e05ea4f3caa", "size": "82...
using OpenLiveWriter.ApplicationFramework; using System.ComponentModel; namespace OpenLiveWriter.PostEditor.Commands { /// <summary> /// Summary description for CommandForceWatson. /// </summary> public class CommandForceWatson : Command { /// <summary> /// Required designer variable. /// </summary> priva...
{ "content_hash": "4439b5ba480fffabb8e442428cd910b3", "timestamp": "", "source": "github", "line_count": 74, "max_line_length": 70, "avg_line_length": 19.283783783783782, "alnum_prop": 0.649614576033637, "repo_name": "timheuer/OpenLiveWriter-1", "id": "104572e1b08be293bede0fc7b9752319741ed2de", "siz...
<?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height=...
{ "content_hash": "fa20b96b6121400bceafba9492a31bc1", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 107, "avg_line_length": 39.574074074074076, "alnum_prop": 0.5872718764623304, "repo_name": "feliperce/MyNotes", "id": "75fee657d320bcc20868f6e429afdf7420648f93", "size": "2...
module Nyaplot module Layers class Accessor < LayerBase define_args :scale, :label, :type end class D2c < LayerBase define_args :label, :scale end class Data < LayerBase define_args :data end class Position2d < LayerBase define_args :x, :y end class Scal...
{ "content_hash": "984e12d35191e1b71cc327452b799504", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 40, "avg_line_length": 17.08695652173913, "alnum_prop": 0.6132315521628499, "repo_name": "domitry/nyaplot", "id": "937b04cf85d31b25ada081d447c032fd7920386e", "size": "393",...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Android.App; using Android.Content; using Android.OS; using Android.Runtime; using Android.Views; using Android.Widget; using Dreams.Core.ViewModels.Third; using Dreams.Droid.Views.Common; using MvvmCross.Binding.Droid.BindingC...
{ "content_hash": "e9c4779d8354c05c752e65950dbe424b", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 97, "avg_line_length": 27.653846153846153, "alnum_prop": 0.652990264255911, "repo_name": "mgj/MvvmCross-Dreams", "id": "beb3e984bd50dc710bc87f8dcdfde30220aeba9e", "size": "...
import test = require('blue-tape'); import { join, relative } from 'path'; import { getFiles } from './utils'; test('utils', t => { t.test('list files', t => { const FIXTURE_DIR = join(__dirname, '__test__/utils-file-list'); return getFiles(FIXTURE_DIR) .then(paths => { let filenames = paths....
{ "content_hash": "a66dd1cd2c4674ed4c693cea1345f2ad", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 86, "avg_line_length": 24.9, "alnum_prop": 0.5502008032128514, "repo_name": "paked/pipe-ist", "id": "5e79f452589189a75be386c573ae010c72915226", "size": "498", "binary": f...
<?php namespace Symbiote\AdvancedWorkflow\FormFields; use SilverStripe\Control\Controller; use SilverStripe\Forms\FormAction; use SilverStripe\Forms\Form; use SilverStripe\Forms\FieldList; use SilverStripe\ORM\DataObject; use SilverStripe\Security\SecurityToken; /** * Handles individual record data editing or delet...
{ "content_hash": "b482f50c332f390342e1ec69f5708ec7", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 91, "avg_line_length": 23.591304347826085, "alnum_prop": 0.5547364541098415, "repo_name": "silverstripe-terraformers/advancedworkflow", "id": "6737b086d8657d9da10b3d791628af...
""" This module contains Cellular Affinity tests. """ import math from enum import IntEnum from ducktape.mark import matrix from jinja2 import Template from ignitetest.services.ignite import IgniteService from ignitetest.services.ignite_app import IgniteApplicationService from ignitetest.services.utils.control_utilit...
{ "content_hash": "860fc9262cf7bbdd365f11d7257c35a1", "timestamp": "", "source": "github", "line_count": 312, "max_line_length": 144, "avg_line_length": 40.208333333333336, "alnum_prop": 0.6117178158628935, "repo_name": "NSAmelchev/ignite", "id": "e6e2bed1a3f859c18366db6894a79043a0297e0b", "size": "...
package io.reactivesw.configuration; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.client.RestTemplate; /** * Created by Davis on 16/12/19. */ @Configuration public class RestTemplateConfig { /** * Rest template b...
{ "content_hash": "0f92612a04d09aad1ac875d5ec86924f", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 60, "avg_line_length": 21.476190476190474, "alnum_prop": 0.7361419068736141, "repo_name": "reactivesw/customer_server", "id": "7c266e337d11b4676bd4b22d41e00fbbee38c874", "s...
namespace tap { struct OpaqueObject { PyObject_HEAD }; static PyObject *opaque_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) noexcept { return type->tp_alloc(type, 0); } static void opaque_dealloc(PyObject *opaque) noexcept { Py_TYPE(opaque)->tp_free(opaque); } struct OpaqueTypeObject: public PyTypeO...
{ "content_hash": "76d8c244bbf72707e16992daf5a8379d", "timestamp": "", "source": "github", "line_count": 142, "max_line_length": 112, "avg_line_length": 21.556338028169016, "alnum_prop": 0.6811499509964064, "repo_name": "tsavola/tap", "id": "ef8346d451ad23ace572d565ad2d628c0519b374", "size": "3149",...
title: Telerik.Web.UI.DiagramGradientStop page_title: Telerik.Web.UI.DiagramGradientStop description: Telerik.Web.UI.DiagramGradientStop --- # Telerik.Web.UI.DiagramGradientStop The array of gradient color stops. ## Inheritance Hierarchy * System.Object * Telerik.Web.StateManager : IMarkableStateManager, IStateMana...
{ "content_hash": "b51bf1678ca179b019eae7743dbea3f1", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 289, "avg_line_length": 31.862068965517242, "alnum_prop": 0.7077922077922078, "repo_name": "telerik/ajax-docs", "id": "1514257c8aa23add8941a3debdb52fd75282f961", "size": "9...
$(document).ready(function() { $('[data-org-select=select-org]').click(function(){ clickOrg(this); return false; }); var clickOrg = function(click) { var id = $(click).attr('data-org-id'); console.log("Going to id " + id); location.href = goToOrg.replace("0", i...
{ "content_hash": "4cfeba52f74c426a2aac7bf993e6ae3a", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 141, "avg_line_length": 28.970149253731343, "alnum_prop": 0.43791859866048427, "repo_name": "vrbh/site", "id": "4971762f413e0f212a2d3f0bf04482fcaf3b8aa2", "size": "1941", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>persistent-union-find: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../boo...
{ "content_hash": "84f1667d66eb4f7a85da4ea956a3eaec", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 265, "avg_line_length": 42.75609756097561, "alnum_prop": 0.5506274957216201, "repo_name": "coq-bench/coq-bench.github.io", "id": "a6a1eaa89271c2cf7c0545a336bfff79156d91d1", ...
using System; using System.Linq; using System.Windows.Forms; using Microsoft.PythonTools.Interpreter; using Microsoft.VisualStudioTools; namespace Microsoft.PythonTools.Project { public partial class PythonGeneralPropertyPageControl : UserControl { static readonly IPythonInterpreterFactory Separator = ...
{ "content_hash": "1fcdb6c9876b293a434305dfb4030683", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 136, "avg_line_length": 41.44827586206897, "alnum_prop": 0.5920133111480865, "repo_name": "int19h/PTVS", "id": "26bbe83636a8adc4cf72a0f80771e84109a8c269", "size": "6731", ...
The first of this course is to create a Node.js application that can run on Heroku and locally (for testing). ### Creation of a Git Repository Our source code is going to be stored in a Git repository. Heroku uses Git for deployment, and it's also a better habit to use git. To create a new empty repository, run on a...
{ "content_hash": "13fa97055de8ca8b3ca6a8b0f2ca1d3d", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 214, "avg_line_length": 28.285714285714285, "alnum_prop": 0.7344877344877345, "repo_name": "SamyPesse/book-heroku-node", "id": "2e4b8e82d2c8a65c9f05226defd871b538f6d7e8", "...
using std::exception; using std::runtime_error; namespace { class ForkException: public util::Exception<ForkException> {}; static void Usage(int who) { struct rusage usage; memset(&usage, 0, sizeof(usage)); if (-1 == getrusage(who, &usage)) { throw runtime_error("failed to get self usage"); }...
{ "content_hash": "c4eb8e0e0fe386a6feca336b5a95f6a7", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 150, "avg_line_length": 28.05, "alnum_prop": 0.5855614973262032, "repo_name": "skhal/ap_unix", "id": "4fcd54f99206d06e54596aa55a92723fc0d026a3", "size": "1366", "binary":...
FROM balenalib/etcher-pro-debian:jessie-run ENV GO_VERSION 1.15.7 # gcc for cgo RUN apt-get update && apt-get install -y --no-install-recommends \ g++ \ gcc \ libc6-dev \ make \ pkg-config \ git \ && rm -rf /var/lib/apt/lists/* RUN set -x \ && fetchDeps=' \ curl \ ' \ && apt-get update && apt-get i...
{ "content_hash": "a0024448a78851775e21ebd55555635c", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 672, "avg_line_length": 50.08695652173913, "alnum_prop": 0.7048611111111112, "repo_name": "nghiant2710/base-images", "id": "ce4b9d6d11153b847dda69cd6588f7ee8b466e02", "size...
struct retroSprite; struct retroSpriteObject; typedef int (*cust_fread_t) (void *ptr, int size,int elements, void *fd); //------------ video ------------- struct retroRGB { unsigned short r; unsigned short g; unsigned short b; }; struct retroRainbow { int color; // color to change. struct retroRGB *table; ...
{ "content_hash": "0c1f57ccefc3630053abde82fad77991", "timestamp": "", "source": "github", "line_count": 332, "max_line_length": 107, "avg_line_length": 17.96385542168675, "alnum_prop": 0.7131120053655265, "repo_name": "khval/RetroMode-AmigaOS-GFXLIB", "id": "4034e397d0b89ac3c5c15e176182fedff224d751",...
new project
{ "content_hash": "4bc1a4fe41318035da98cc484224c3c5", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 11, "avg_line_length": 12, "alnum_prop": 0.8333333333333334, "repo_name": "pmemegithub/WiWi", "id": "f6e85c722af7abe8b59fb09167ead4314e097434", "size": "19", "binary": fal...
package org.deviceconnect.android.manager.core.plugin; import android.content.Context; import android.content.Intent; import androidx.localbroadcastmanager.content.LocalBroadcastManager; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.concurrent.ExecutorService; impor...
{ "content_hash": "e597b7eadce324d16e72d4895fe0c77d", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 111, "avg_line_length": 28.738853503184714, "alnum_prop": 0.6216755319148937, "repo_name": "TakayukiHoshi1984/DeviceConnect-Android", "id": "5a1819b34271decadabbc6122615d08a...
namespace Core.Blocks.Input { partial class SystemParameterOptionsWindow { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
{ "content_hash": "36c60315560e64fcd1cf37b4214d37fe", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 107, "avg_line_length": 37.916666666666664, "alnum_prop": 0.5753846153846154, "repo_name": "code-google-com/visual-shader-editor", "id": "50a38c9e04db1c2dc60dc3f6854a96f8de8e...
<?php namespace Lle\PdfReportBundle\DependencyInjection; use Symfony\Component\Config\Definition\Builder\TreeBuilder; use Symfony\Component\Config\Definition\ConfigurationInterface; /** * This is the class that validates and merges configuration from your app/config files * * To learn more see {@link http://symfo...
{ "content_hash": "74b9fa085afe1f9a40df111beb3e0064", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 131, "avg_line_length": 28.458333333333332, "alnum_prop": 0.7291361639824304, "repo_name": "2lenet/LlePdfReportBundle", "id": "0a638c05e37833d2af78fdcd5ab3ccf1a5d30cf4", "s...
package org.apache.metamodel.excel; import java.io.File; import java.util.Arrays; import java.util.List; import junit.framework.TestCase; import org.apache.metamodel.DataContext; import org.apache.metamodel.MetaModelHelper; import org.apache.metamodel.UpdateCallback; import org.apache.metamodel.UpdateScript; import...
{ "content_hash": "a47d0aaac93a1091d33b9f9740b7886f", "timestamp": "", "source": "github", "line_count": 761, "max_line_length": 148, "avg_line_length": 44.155059132720105, "alnum_prop": 0.6191893339682162, "repo_name": "ardlema/metamodel", "id": "3b69290d6fdae3c8c339c28b299a3de483fe51e4", "size": "...
Simple little HTML/JavaScript page which allows you to make a leaderboard for Stack Overflow. You will need to know the numeric user ids of some of your friends. I'll use Spolsky (uid:4), Jeff Atwood (uid:1) and Jon Skeet (uid:22656). I'll add us two as well: Neil (uid:13678) and Matthew (uid:268619). Then we ca...
{ "content_hash": "5463215bc2a708d6a6f51293a3cbe47a", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 211, "avg_line_length": 73, "alnum_prop": 0.7553816046966731, "repo_name": "neilprosser/so-leaderboard", "id": "396e372d3139df0a90293ac9e02f9311d590350c", "size": "541", "...
<?php namespace Omnipay\Vindicia\Message; use Omnipay\Vindicia\TestFramework\Mocker; use Omnipay\Vindicia\TestFramework\DataFaker; use Omnipay\Vindicia\TestFramework\SoapTestCase; use Omnipay\Common\CreditCard; use Omnipay\Vindicia\VindiciaItemBag; class CalculateSalesTaxRequestTest extends SoapTestCase { /** ...
{ "content_hash": "e34b4a7e7d4da2a74230b7092b3ad41c", "timestamp": "", "source": "github", "line_count": 240, "max_line_length": 243, "avg_line_length": 36.858333333333334, "alnum_prop": 0.6098801718290753, "repo_name": "vimeo/omnipay-vindicia", "id": "04fd1550a4e87b02971185a79c5e655e4748e1a7", "siz...
struct ALCcontext_struct; typedef struct ALCcontext_struct ALCcontext; struct ALCdevice_struct; typedef struct ALCdevice_struct ALCdevice; namespace Shiny { class AudioBuffer; class AudioSource; class Sound; class Stream; class StreamDataSource; class AudioSystem { public: enum class Result { kOK, kDe...
{ "content_hash": "c139c1db1e3af3bc91fbbead1733d7d9", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 99, "avg_line_length": 20.48, "alnum_prop": 0.7275390625, "repo_name": "aaronmjacobs/Shiny", "id": "988b4bb58777eec7c76ba8e13fc75bea52f890f9", "size": "2235", "binary": ...
/****************************************************************************** * * Module Name: tbfadt - FADT table utilities * *****************************************************************************/ /****************************************************************************** * * 1. Copyright Notice...
{ "content_hash": "5fcb485ed681c1c8c34e2beb56a2f27a", "timestamp": "", "source": "github", "line_count": 898, "max_line_length": 81, "avg_line_length": 36.69933184855234, "alnum_prop": 0.6035016385483675, "repo_name": "heatd/Onyx", "id": "8196e7afbaa2efe9154f6aee06faad7d58f3db30", "size": "32956", ...
namespace FloydPink.Flickr.Downloadr.UI.Windows { public partial class BrowserWindow { private global::Gtk.VBox vboxRoot; private global::Gtk.HBox hboxSpinner; private global::Gtk.HBox hbox6; private global::Gtk.ScrolledWindow scrolledwindowPhotos; private global::FloydPink.Flickr.Downloadr.UI.Widgets.G...
{ "content_hash": "e1abe05d93aca4e447a1b2ddf0e710f0", "timestamp": "", "source": "github", "line_count": 381, "max_line_length": 110, "avg_line_length": 43.732283464566926, "alnum_prop": 0.7305845636778298, "repo_name": "flickr-downloadr/flickr-downloadr-gtk", "id": "b35a6be65464a1f36eb631518129f16fb6...
using System.Data.Entity; namespace MVCMovie.Models { public class BookDBContext : DbContext { public DbSet<Book> Books { get; set; } } }
{ "content_hash": "ba853e5d44915c220d4a64d733a78767", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 46, "avg_line_length": 17.666666666666668, "alnum_prop": 0.6477987421383647, "repo_name": "komitoff/Software-Technologies", "id": "969e156924f6ea674afb7c20ef1b11df16338f6c", ...
/// <reference path="../range.ts" /> /// <reference path="./fold_line.ts" /> namespace Monaka { /* * Simple fold-data struct. **/ export class Fold { public foldLine: FoldLine = null; public start: IPosition; public end: IPosition; public sameRow: boolean; publi...
{ "content_hash": "a0eaed2562310122462d08bb1f557dfb", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 95, "avg_line_length": 32.64935064935065, "alnum_prop": 0.5015910898965792, "repo_name": "SuperZako/Monaka", "id": "25b1f1a0f367af01c7e5ef983ac93ec7a0a6ed77", "size": "2514...
namespace Google.Cloud.AppEngine.V1.Snippets { // [START appengine_v1_generated_AuthorizedCertificates_GetAuthorizedCertificate_async] using Google.Cloud.AppEngine.V1; using System.Threading.Tasks; public sealed partial class GeneratedAuthorizedCertificatesClientSnippets { /// <summary>Snip...
{ "content_hash": "7b0d042b93d3047a0409146d5f209d97", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 121, "avg_line_length": 45.6551724137931, "alnum_prop": 0.6948640483383686, "repo_name": "jskeet/google-cloud-dotnet", "id": "cce003cdfc2d83206d2d8d6ae10af520601ade88", "si...
<?php namespace Nette\Latte\Macros; use Nette, Nette\Latte, Nette\Latte\MacroNode, Nette\Latte\PhpWriter, Nette\Latte\CompileException, Nette\Forms\Form; /** * Macros for Nette\Forms. * * - {form name} ... {/form} * - {input name} * - {label name /} or {label name}... {/label} * - {...
{ "content_hash": "1800cbf13bcc21b7335c2e34dd023c20", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 146, "avg_line_length": 31.761904761904763, "alnum_prop": 0.5632568331219006, "repo_name": "rebendajirijr/framework-comparison", "id": "fc8e8d7cb0d4d2c5b535b44868ef11c116ec6...
@interface FLAssetsLibraryGroupBrowser : FLAssetsLibraryBrowserBase { } + (FLAssetsLibraryGroupBrowser*) assetsLibraryGroupBrowser:(FLAssetQueue*) queue; @end
{ "content_hash": "3b933660c7f84a37d36338a1a1eab520", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 81, "avg_line_length": 26.833333333333332, "alnum_prop": 0.8322981366459627, "repo_name": "fishlamp-released/FishLamp2", "id": "d05eb07f231feb1604af60fad3145ced48f4d521", "s...
grobal.deadlinkSourcemapPath = function() { this.ok(true) throw new Error("deadlink sourcemap path error") }
{ "content_hash": "75ac91a45d59c85fed1dee09ceb2e594", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 52, "avg_line_length": 29.25, "alnum_prop": 0.717948717948718, "repo_name": "fresheneesz/deadunitCore", "id": "69f1b3da8c49f2ad573a5826831cd057b38db4fd", "size": "117", "b...
/* [R 19] Interrupt register #0 read */ #define BRB1_REG_BRB1_INT_STS 0x6011c /* [RW 4] Parity mask register #0 read/write */ #define BRB1_REG_BRB1_PRTY_MASK 0x60138 /* [R 4] Parity register #0 read */ #define BRB1_REG_BRB1_PRTY_STS 0x6012c /* [RW 10] At address BRB1_IND_FREE_LIST_PRS_CRDT initialize ...
{ "content_hash": "a71d12240c06e5ca120c4c24728ff601", "timestamp": "", "source": "github", "line_count": 5305, "max_line_length": 79, "avg_line_length": 51.74665409990575, "alnum_prop": 0.7041374637543896, "repo_name": "lunaczp/learning", "id": "aa76cbada5e2ad4adbdbc45e15aa2b6e70f76395", "size": "27...
ACCEPTED #### According to Interim Register of Marine and Nonmarine Genera #### Published in null #### Original name null ### Remarks null
{ "content_hash": "15909bdaa841168335cc1dd3c12732e0", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 47, "avg_line_length": 10.923076923076923, "alnum_prop": 0.7183098591549296, "repo_name": "mdoering/backbone", "id": "55293265b31a31d3eeff8e3cf9e802e06e32f8ad", "size": "21...
from django.contrib.auth.models import User from django.contrib.auth.forms import UserCreationForm from django.contrib.auth.forms import PasswordChangeForm as EditProfileForm class CreateProfileForm(UserCreationForm): class Meta: model = User fields = ("username", "email")
{ "content_hash": "696df81da5dcbfcc237cfa6cf28d7cab", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 75, "avg_line_length": 34.875, "alnum_prop": 0.8136200716845878, "repo_name": "aldencolerain/boringmanclan", "id": "fa5b6509ad9d45630d1cad04931921b8df8ec5b3", "size": "279",...
package ru.matevosyan.servlet; import org.junit.After; import org.junit.Ignore; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.matevosyan.database.DBConnection; import ru.matevosyan.model.User; import ru.matevosyan.model.UserRole; import javax.servlet.RequestDispatcher; impo...
{ "content_hash": "8018dacaae7f96ab29820159c209b8a9", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 104, "avg_line_length": 41.064516129032256, "alnum_prop": 0.6351139041633935, "repo_name": "VardanMatevosyan/Vardan-Git-Repository", "id": "ef0bad1cd3c0791bd9ac8c1451f50c5bc...
#ifndef __ZMQ_PGM_SENDER_HPP_INCLUDED__ #define __ZMQ_PGM_SENDER_HPP_INCLUDED__ #if defined ZMQ_HAVE_OPENPGM #include "stdint.hpp" #include "io_object.hpp" #include "i_engine.hpp" #include "options.hpp" #include "pgm_socket.hpp" #include "v1_encoder.hpp" #include "msg.hpp" namespace zmq { class io_thread_t; class ...
{ "content_hash": "3d128f7827028726b461112ca7aea167", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 76, "avg_line_length": 21.721649484536083, "alnum_prop": 0.6359753203607024, "repo_name": "DweebsUnited/CodeMonkey", "id": "671b3f3de3beaa85e879e517a5a3a302fed34fa1", "size...
package com.google.api.gax.core; import com.google.auth.Credentials; import com.google.auth.oauth2.GoogleCredentials; import com.google.auto.value.AutoValue; import java.io.IOException; import java.util.List; /** * GoogleCredentialsProvider acquires credentials using Application Default Credentials. * * <p> * Fo...
{ "content_hash": "4095ab706d39355cdc188403d29c2646", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 93, "avg_line_length": 30.232142857142858, "alnum_prop": 0.7560543414057885, "repo_name": "shinfan/gax-java", "id": "5a88736e12cbc3a4a3b707b2aa6009476e9569be", "size": "325...
body { margin: 0; } .container { margin: 15px; } *:focus { outline: none !important; } /***********************************/ .img-responsive { max-width: 100%; height: auto; } .solid-border { border: solid 15px white; } img.solid-border { top: -15px; left: -15px; } .center-block {...
{ "content_hash": "5aeba261256dd268eed8d14dfed8cabb", "timestamp": "", "source": "github", "line_count": 360, "max_line_length": 55, "avg_line_length": 17.238888888888887, "alnum_prop": 0.5700934579439252, "repo_name": "rymbau/css-cards-effects", "id": "b0b8a6ab92c6b14ac1e447028cad1fad86e57056", "si...
ACCEPTED #### According to NUB Generator [autonym] #### Published in null #### Original name null ### Remarks null
{ "content_hash": "fef77325b1f82330b416be465b353d07", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 23, "avg_line_length": 9.076923076923077, "alnum_prop": 0.6779661016949152, "repo_name": "mdoering/backbone", "id": "68290fea237f3c58fc7484f641018f057db4edfd", "size": "177...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/sass/main.css"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font...
{ "content_hash": "a56962cf88992e4bb0f067ed3702cb87", "timestamp": "", "source": "github", "line_count": 150, "max_line_length": 500, "avg_line_length": 33.70666666666666, "alnum_prop": 0.5526107594936709, "repo_name": "StackSquirrel/StackSquirrel.github.io", "id": "62caa132537b8ef48f38c8b3adde6f134ce...
<?php class DummyClass { public function coveredMethod() { return null; } public function uncoveredMethod() { return null; } }
{ "content_hash": "290172d322b7de8b5898e54deadbb33e", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 34, "avg_line_length": 8.8125, "alnum_prop": 0.6666666666666666, "repo_name": "stof/phpunit-mink", "id": "11389a98195892fe828a56f7cc96b1c1d523994b", "size": "141", "binar...
package com.github.anba.es6draft.runtime.language; import static com.github.anba.es6draft.runtime.AbstractOperations.SetIntegrityLevel; import static com.github.anba.es6draft.runtime.types.Undefined.UNDEFINED; import static com.github.anba.es6draft.runtime.types.builtins.ArrayObject.ArrayCreate; import java.lang.inv...
{ "content_hash": "f2e4c905f4eedfcc20020a2b3e84fa6d", "timestamp": "", "source": "github", "line_count": 133, "max_line_length": 118, "avg_line_length": 38.18796992481203, "alnum_prop": 0.6335892892301634, "repo_name": "anba/es6draft", "id": "c7a850cc6758cf189eb9319bc77b5b4d905583fc", "size": "5243"...
const accountSid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; const authToken = 'your_auth_token'; const client = require('twilio')(accountSid, authToken); client.conferences('AgentConf12') .participants.create({ to: '+15624421212', from: '+18180021216' }) .then((participant) => console.log(participant.sid));...
{ "content_hash": "380e71cf7475c9d2eefc54bb82413fab", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 56, "avg_line_length": 32.1, "alnum_prop": 0.7227414330218068, "repo_name": "teoreteetik/api-snippets", "id": "e3205461379b2683b985a2cbe8625ea64a1cb84c", "size": "477", "...
from __future__ import unicode_literals, division, absolute_import from flexget import plugin from flexget.entry import Entry from flexget.event import event class ExternalPlugin(object): schema = {'type': 'boolean'} def on_task_input(self, task, config): return [Entry('test entry', 'fake url')] @e...
{ "content_hash": "3563b8391aa3e6f6699d9ec2b50a8c4b", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 66, "avg_line_length": 27.0625, "alnum_prop": 0.7205542725173211, "repo_name": "Pretagonist/Flexget", "id": "f4029cf990d59da8f6668183e5274642ed83ec0f", "size": "433", "bi...
JSFiddle Example http://jsfiddle.net/ck6en/ These files were created to assist in your development prototyping or learning how to work with JSON. The images and JSON can be used for mapping applications, jQuery sliders, or whatever you can think of. Each state has a single image in the images folder that is referenc...
{ "content_hash": "34d2025301b7664f1d805a85abf2ed41", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 346, "avg_line_length": 48.142857142857146, "alnum_prop": 0.8, "repo_name": "tannerjt/state_images.json", "id": "c90ad4f8496dcd4e2f39012890f62e35b65cd727", "size": "1765", ...
<?php namespace Magento\Catalog\Test\Unit\Ui\DataProvider\Product\Form; use Magento\Framework\TestFramework\Unit\Helper\ObjectManager; use Magento\Catalog\Ui\DataProvider\Product\Form\ProductDataProvider; use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory; use Magento\Catalog\Model\ResourceModel\Produc...
{ "content_hash": "b65ff7e2aa38b427bb22eaf561e02644", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 86, "avg_line_length": 31.718446601941746, "alnum_prop": 0.6262626262626263, "repo_name": "j-froehlich/magento2_wk", "id": "56f172a57cf9112569281cb7a95157a6bae5230f", "siz...
/* Author: Ioan Sucan, Acorn Pooley */ #include <moveit/robot_interaction/locked_robot_state.h> robot_interaction::LockedRobotState::LockedRobotState(const moveit::core::RobotState& state) : state_(new moveit::core::RobotState(state)) { state_->update(); } robot_interaction::LockedRobotState::LockedRobotState(...
{ "content_hash": "ff590ff69e4ec29a5a7b804252f41eeb", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 95, "avg_line_length": 26.92063492063492, "alnum_prop": 0.6975235849056604, "repo_name": "ros-planning/moveit", "id": "27ed768cb87421866ee0e0858ec41d8cbd4e6254", "size": "3...
/* MACHINE GENERATED FILE, DO NOT EDIT */ #include <jni.h> #include "extgl.h" typedef void (APIENTRY *glProgramParameteriARBPROC) (GLuint program, GLenum pname, GLint value); typedef void (APIENTRY *glFramebufferTextureARBPROC) (GLenum target, GLenum attachment, GLuint texture, GLint level); typedef void (APIENTRY *g...
{ "content_hash": "25279c7eea7af84472425df99778ea0f", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 214, "avg_line_length": 70.66666666666667, "alnum_prop": 0.8245283018867925, "repo_name": "Craigspaz/Flying-Ferris-Wheel-Engine", "id": "71b1356a48ce337455b8d45e481a450a826df...
package xyz.mcex.plugin.equity.database; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import xyz.mcex.plugin.DatabaseManager; import xyz.mcex.plugin.message.BufferedDatabasePages; import java.sql.SQLException; public class OrderListPages extends BufferedDatabasePages { private final String _itemName; ...
{ "content_hash": "d8dc51beb1040743d1b1d5f25e1ed498", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 83, "avg_line_length": 27.11320754716981, "alnum_prop": 0.6889352818371608, "repo_name": "daemon/mcex-plugin", "id": "b8b805c7472e4d15a768303a2095c41833293e45", "size": "14...
using System.Collections.Generic; using Kf.Numaris.Api.Formatting.Fields; using Kf.Numaris.Api.Specifications.Numbers; namespace Kf.Numaris.Api.Formatting.Numbers { public interface INumberFormatter<TNumberSpecification> : IFormatter where TNumberSpecification : INumberSpecification { IReadOnl...
{ "content_hash": "b49d71446e2eb7305e4c3f6eb653c933", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 96, "avg_line_length": 34.642857142857146, "alnum_prop": 0.7525773195876289, "repo_name": "KodeFoxx/Numaris", "id": "e05081156627b3a0b35b9389ddadad4d086ba2c6", "size": "487...
@interface ViewController : UIViewController @end
{ "content_hash": "00c47db8f0cb37ad6137ca5fb070b1a4", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 44, "avg_line_length": 10.6, "alnum_prop": 0.7924528301886793, "repo_name": "ixx1232/ixxWaterFlow", "id": "f27eba92713db8fba3fa9aba62a20e88d2389a69", "size": "224", "binar...
sap.ui.define(['jquery.sap.global', 'sap/ui/commons/CalloutBaseRenderer', 'sap/ui/core/Renderer', 'sap/ui/core/IconPool'], function(jQuery, CalloutBaseRenderer, Renderer, IconPool) { "use strict"; /** * QuickView renderer. * @namespace */ var QuickViewRenderer = Renderer.extend(CalloutBaseRenderer); /*...
{ "content_hash": "3eff2190949c9f20c744e3f4334841bd", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 128, "avg_line_length": 27.670520231213874, "alnum_prop": 0.6360977647796114, "repo_name": "openui5/packaged-sap.ui.ux3", "id": "c16ddfc6b664111a9e49993c80a7ce2e2ab96919", ...
In Norse mythology, Snotra (Old Norse "clever") is a goddess associated with wisdom. Snotra-backup is a backup script that uses *duplicity* and *mysqldump* to back up and encrypt files, folders and databases. It supports multiple backends, and it can synchronize the backups with Google Cloud Storage and/or Amazon AWS...
{ "content_hash": "25fc41a542c9ac4cdbfe4e42853937ea", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 144, "avg_line_length": 32.15841584158416, "alnum_prop": 0.7185960591133005, "repo_name": "HebronNor/Snotra-backup", "id": "e4b1936dbf033c92a50056276ab9a01293c51387", "siz...
layout: post title: "Contact WFCA" date: 2017-05-23 10:00:00 -0600 categories: contact-info --- {::comment} Rich Blackwell\\ Chapter Administrator\\ Wisconsin Finishing Contractor Association\\ [Rich@richblackwell.com][mail-to]\\ [800-000-0000][phone-num]\\ 1300 Regent Street\\ Madison WI 53715 {:/comment} Greg Wol...
{ "content_hash": "be56f35d5c7d39ade8d8ea16030967fe", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 82, "avg_line_length": 22.923076923076923, "alnum_prop": 0.7332214765100671, "repo_name": "alexkademan/wfca", "id": "d07b5414a0564f51ca778b9c9e280aec9532901d", "size": "600...
using System; using System.Windows.Forms; namespace V1TaskManager { internal static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] private static void Main() { Application.EnableVisu...
{ "content_hash": "25a9f12068e71efcc3c17c9d480ffd48", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 65, "avg_line_length": 24.473684210526315, "alnum_prop": 0.5655913978494623, "repo_name": "versionone/V1TaskManager", "id": "9ada0bd40a07230745588b15c25d9750029f62c6", "siz...
#ifndef itkAnchorDilateImageFilter_h #define itkAnchorDilateImageFilter_h #include "itkAnchorErodeDilateImageFilter.h" #include <functional> namespace itk { template <typename TImage, typename TKernel> class AnchorDilateImageFilter : public AnchorErodeDilateImageFilter<TImage, TKernel, std::greater<typename TImage...
{ "content_hash": "582b2bc0d322009afb8b3f33b55cc382", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 106, "avg_line_length": 26.8, "alnum_prop": 0.7826492537313433, "repo_name": "malaterre/ITK", "id": "b2de6a2963995a4b42aae711bf745fd10aa44d0b", "size": "1828", "binary": ...
#include <sys/types.h> #include <sys/event.h> #include <sys/select.h> #include <sys/socket.h> #include <sys/time.h> #include <sys/uio.h> #include <sys/un.h> #include <assert.h> #include <dirent.h> #include <errno.h> #include <fcntl.h> #include <getopt.h> #include <limits.h> #include <poll.h> #include <signal.h> #includ...
{ "content_hash": "087bada6352c64e490dfc750f913dd92", "timestamp": "", "source": "github", "line_count": 2564, "max_line_length": 80, "avg_line_length": 24.233229329173167, "alnum_prop": 0.6705507451636785, "repo_name": "SumiTomohiko/fsyscall2", "id": "70cf35e0baa17edf0de1b66765f6b4ba564336a0", "siz...
/* * Do not modify this file. This file is generated from the iam-2010-05-08.normal.json service model. */ using System; using System.Collections.Generic; using System.Xml.Serialization; using System.Text; using System.IO; using Amazon.Runtime; using Amazon.Runtime.Internal; namespace Amazon.IdentityManagement.Mo...
{ "content_hash": "0f9ad72ee16c33abbcbc7dc2c57de9ef", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 111, "avg_line_length": 31.766666666666666, "alnum_prop": 0.6379853095487933, "repo_name": "mwilliamson-firefly/aws-sdk-net", "id": "5fea86e673ce8a61ba5dfa54c7035afb5f34da48"...
package com.alanbuttars.commons.config.eventbus; import java.util.concurrent.Executor; import com.alanbuttars.commons.config.event.Event; import com.alanbuttars.commons.util.annotations.VisibleForTesting; import com.google.common.eventbus.AsyncEventBus; import com.google.common.eventbus.SubscriberExceptionHandler; ...
{ "content_hash": "eca8a16f76b8ef7c999efb9cf1bf6c8f", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 91, "avg_line_length": 23.01388888888889, "alnum_prop": 0.7435123717561859, "repo_name": "alanbuttars/commons-java", "id": "f4ae3c3ae6398b5f101468fd5f43196c45b39b48", "size...
package org.dcm4chex.archive.ejb.entity; import java.sql.Timestamp; import java.util.Collection; import javax.ejb.CreateException; import javax.ejb.EntityBean; import javax.ejb.FinderException; import org.apache.log4j.Logger; import org.dcm4chex.archive.common.Availability; /** * @ejb.bean name="Media" type="CMP...
{ "content_hash": "f2e1d1c70da223b2a20305abf2a75422", "timestamp": "", "source": "github", "line_count": 332, "max_line_length": 104, "avg_line_length": 29.762048192771083, "alnum_prop": 0.6081368282562494, "repo_name": "medicayun/medicayundicom", "id": "88ef77e9a237d655233ce31936128037d4cba0ed", "s...
package org.hisp.dhis.calendar; import com.google.common.collect.Lists; import org.joda.time.DateTime; import org.joda.time.DateTimeZone; import org.joda.time.chrono.ISOChronology; import org.joda.time.format.DateTimeFormat; import org.joda.time.format.DateTimeFormatter; import java.util.List; /** * @author Morte...
{ "content_hash": "c2f9a973e53ee8fc6a68b2c78d4a62fa", "timestamp": "", "source": "github", "line_count": 256, "max_line_length": 134, "avg_line_length": 26.33203125, "alnum_prop": 0.5991692627206646, "repo_name": "jason-p-pickering/dhis2-persian-calendar", "id": "c1348d4a6ae1650a384efd1dbf898fef42cf1d...