text
stringlengths
2
1.04M
meta
dict
package com.amazonaws.services.medialive.model.transform; import java.math.*; import javax.annotation.Generated; import com.amazonaws.services.medialive.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.fasterxml.jackson.core.JsonToken; import stati...
{ "content_hash": "10943f6b803011821626f7c999f8ec80", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 136, "avg_line_length": 34.6271186440678, "alnum_prop": 0.6769456681350955, "repo_name": "aws/aws-sdk-java", "id": "d7ca7b554fd28329c75aa59a1935e5b5847ff908", "size": "2623...
struct core_map; int core_map_get_int(struct core_map *self, void *key); #endif
{ "content_hash": "9817739964fcf0589b30dbd62ed63f80", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 55, "avg_line_length": 16.4, "alnum_prop": 0.7073170731707317, "repo_name": "sebhtml/biosal", "id": "51931d55cea19b7de52f1c9a4191def7c23bbe49", "size": "137", "binary": fa...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CompilerConfiguration"> <annotationProcessing> <profile default="true" name="Default" enabled="true" /> <profile name="Maven default annotation processors profile" enabled="true"> <sourceOutputDir name="target/genera...
{ "content_hash": "3ab0b2fa08051e0e706422648b73c50a", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 85, "avg_line_length": 40.25714285714286, "alnum_prop": 0.603264726756565, "repo_name": "JerryNiu/cloud", "id": "adb1c589d3d0cfd6a3854772a295fc0ead905bbb", "size": "1409", ...
package com.appleframework.cache.redis; import org.springframework.cache.annotation.Cacheable; import org.springframework.stereotype.Service; @Service("testService") public class TestService { @Cacheable(value = "testd", key = "#name") public String getCache(String name) { System.out.println("-----serv...
{ "content_hash": "a455d425153c5d9833a59db7c46c919d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 75, "avg_line_length": 26.444444444444443, "alnum_prop": 0.6848739495798319, "repo_name": "xushaomin/apple-cache", "id": "9065f7fe8bb5bb4ad6ae11f7eab8af4e93fe1bcd", "size":...
from freebase.schema import dump_base, dump_type, restore try: import jsonlib2 as json except ImportError: try: import simplejson as json except ImportError: import json import sys def cmd_dump_base(fb, baseid): """dump a base to stdout %prog dump_base baseid Dump a base by o...
{ "content_hash": "aae42d0cfe8a960979ed00c33d405594", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 86, "avg_line_length": 27.341463414634145, "alnum_prop": 0.6815343443354148, "repo_name": "yuvadm/freebase-python", "id": "b5a30da071d0166dcf4a25957be6270741376589", "size"...
import * as React from 'react'; import { graphql, compose } from 'react-apollo'; import withMutationState from 'apollo-mutation-state'; import { Form, Field } from 'react-final-form'; import withFlashMessage from 'components/flash/withFlashMessage'; import RenderField from 'components/form/RenderField'; import SubmitF...
{ "content_hash": "215cb48acc68d63ee15f251573a64370", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 117, "avg_line_length": 33.63636363636363, "alnum_prop": 0.6360360360360361, "repo_name": "MatthieuSegret/graphql-rails-blog", "id": "de11156e2d62b987b56ce6ed859c1ec9251b0a76...
module Egauge class << self def configuration @configuration ||= Configuration.new end def configure yield configuration end end class Configuration attr_accessor :url end end
{ "content_hash": "530ed23f19eef02a59712ec76fae02ae", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 42, "avg_line_length": 13.6875, "alnum_prop": 0.6575342465753424, "repo_name": "9minutesnooze/egauge-gem", "id": "6cd770151486f5878a32e78e4ed25b1fb1db900e", "size": "219", ...
namespace k4aviewer { class K4APollingThread { public: K4APollingThread(std::function<bool(bool)> &&pollFn) : m_pollFn(std::move(pollFn)) { m_thread = std::thread(&K4APollingThread::Run, this); } void Stop() { StopAsync(); if (m_thread.joinable()) { m_thr...
{ "content_hash": "05423be519c109691b651d3265119b91", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 86, "avg_line_length": 19.1, "alnum_prop": 0.5322862129144852, "repo_name": "microsoft/Azure-Kinect-Sensor-SDK", "id": "9a43713008edd215e5ebe0d8a114f7b0b284b4a5", "size": "...
.class Landroid/support/v4/view/cp; .super Landroid/support/v4/view/co; # direct methods .method constructor <init>()V .locals 0 invoke-direct {p0}, Landroid/support/v4/view/co;-><init>()V return-void .end method # virtual methods .method public G(Landroid/view/View;)Z .locals 1 invoke-static...
{ "content_hash": "492c7c53fbb18b83ae09ce11e6f9667c", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 82, "avg_line_length": 18.88, "alnum_prop": 0.6832627118644068, "repo_name": "Pittvandewitt/v4a_material_reformatted_src", "id": "9427206387e3c134c4be25205380ceb295ad7417", ...
package org.apache.hadoop.mapreduce.server.tasktracker.userlogs; import java.io.IOException; import java.util.concurrent.BlockingQueue; import java.util.concurrent.LinkedBlockingQueue; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.hadoop.conf.Configuration; im...
{ "content_hash": "c91a29eece72ff8dfa44a153bc1803b1", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 80, "avg_line_length": 28.100775193798448, "alnum_prop": 0.7020689655172414, "repo_name": "coderplay/hadoop-common", "id": "724469a560780907004acbe086155f2d7b8bc568", "siz...
package com.asakusafw.yaess.bootstrap; /** * Represents an extended argument. * @since 0.8.0 */ public class ExtendedArgument { /** * The parameter prefix of extended arguments. */ public static final String PREFIX = "-X-"; //$NON-NLS-1$ private final String name; private final String ...
{ "content_hash": "495b1c3f6c6aa8d171d321c930f96e75", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 75, "avg_line_length": 20.32, "alnum_prop": 0.5767716535433071, "repo_name": "asakusafw/asakusafw", "id": "e3af61c3ff30fdd0179e97794d39b348781a27fd", "size": "1628", "bin...
module.exports = function(grunt) { grunt.initConfig({ jshint: { files: ['*.js', 'client/app/**/*.js', 'server/**/*.js', 'database/**/*.js', '*.json', 'spec/**/*.js'], options: { ignores: [ ] } }, uglify: { target: { files: { // These n...
{ "content_hash": "b67568c5953347881206c87e0ce98b77", "timestamp": "", "source": "github", "line_count": 69, "max_line_length": 108, "avg_line_length": 33.98550724637681, "alnum_prop": 0.567590618336887, "repo_name": "MAKE-SITY/MKSTream", "id": "8a09b2dae1b131164e9670ba1ce9b707ed1912d4", "size": "23...
<?php defined('SYSPATH') or die('No direct access allowed.'); class Model_Nationality extends ORM { protected $_db = 'default'; protected $_table_name = 'Nationality'; protected $_primary_key = 'id'; protected $_table_columns = array( 'id' => array('data_type' => 'int', 'is_nullable' => false), 'gra...
{ "content_hash": "d06f5ebc13b16a75b4b028ea8c582a07", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 93, "avg_line_length": 25.46511627906977, "alnum_prop": 0.4958904109589041, "repo_name": "Roquie/autoschool", "id": "115629fe259837f7c6524338662e2f5e6d9a6091", "size": "113...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "15e443687c131903e2bc4d406732f95b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "7cab88c3fbfb22fca8f435b762eaff9cade19fdd", "size": "187...
namespace IPC { class Listener; //------------------------------------------------------------------------------ // See // http://www.chromium.org/developers/design-documents/inter-process-communication // for overview of IPC in Chromium. // Channels are implemented using named pipes on Windows, and // socket pairs ...
{ "content_hash": "5e3819881aad9b09bfb65ae7f6dd8984", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 82, "avg_line_length": 42.61734693877551, "alnum_prop": 0.7116006225308272, "repo_name": "zcbenz/cefode-chromium", "id": "29caec3419b177909349990da1cc8b61cd0f4934", "size"...
from typing import Any, Dict, List, Optional import numpy as np from paralleldomain.decoding.common import DecoderSettings from paralleldomain.decoding.directory.sensor_frame_decoder import DirectoryCameraSensorFrameDecoder from paralleldomain.decoding.frame_decoder import FrameDecoder, TDateTime from paralleldomain....
{ "content_hash": "775dca633ab8a8940a5a3a450d3f199f", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 105, "avg_line_length": 44.23711340206186, "alnum_prop": 0.7093917501747844, "repo_name": "parallel-domain/pd-sdk", "id": "2b95c8c26e0083eed4b7c62887532f56e8416658", "size"...
``` # From top directory of supplement julia scripts/process_awsoutput.jl awsoutput/misocp3q/ results/misocp3q.csv julia scripts/process_awsoutput.jl awsoutput/bonmin awsoutput/misocp3q awsoutput/misocpApr6 results/solvercomparison.csv ``` # Processing CSV output ``` # From top directory of supplement julia scripts/p...
{ "content_hash": "ed9595cebeee922bd31232b7f562c7d5", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 394, "avg_line_length": 60.80952380952381, "alnum_prop": 0.831636648394675, "repo_name": "mlubin/PajaritoSupplement", "id": "807ccf9d4899ca860b26d98e0b98a2b50ed7fbf4", "siz...
""" debug.py """ import re import time import sys import types import gc import os from cStringIO import StringIO normalize_re = re.compile(r'\d+') class ObjCallLogger(object): """Log every call""" def __init__(self, obj): self.obj = obj self.log = [] def __getattr__(self, name): ...
{ "content_hash": "d9f0fefef1e8cf67660fa06780a01bd5", "timestamp": "", "source": "github", "line_count": 123, "max_line_length": 76, "avg_line_length": 26, "alnum_prop": 0.532520325203252, "repo_name": "douban/douban-utils", "id": "2912d5aa3631053aeb7ab4677557224702cae8e2", "size": "3238", "binary...
""" this is the code to accompany the Lesson 3 (decision tree) mini-project use an DT to identify emails from the Enron corpus by their authors Sara has label 0 Chris has label 1 """ import sys import os from time import time #sys.path.append("../tools/") os.chdir("C:/Vindico/Projects/Code/...
{ "content_hash": "61b6fecc330eea5a150858560a71aea3", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 120, "avg_line_length": 28.622222222222224, "alnum_prop": 0.6669254658385093, "repo_name": "tuanvu216/udacity-course", "id": "3faa9521c6de3f27aa27b699e3dafa11c5435b17", "si...
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["children", "weight", "level", "Component"]; import { createScopedElement } from "../../../lib/jsxRuntime"; import { usePlatform } from "../../../hooks/usePlatfo...
{ "content_hash": "0cb48198201dd1228cb03601fc263de1", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 113, "avg_line_length": 36.41463414634146, "alnum_prop": 0.6483590087073008, "repo_name": "cdnjs/cdnjs", "id": "9a4e562fc1c70dc3ddb9e92ad3a70a07bc40efd9", "size": "1493", ...
import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding field 'TeamResult.start_time' db.add_column('scorebrd_teamresult', 'start_time', self.gf('django.db.m...
{ "content_hash": "8d9a9f9f7375347bcdfcf2637d0d4fc1", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 182, "avg_line_length": 65.51282051282051, "alnum_prop": 0.549119373776908, "repo_name": "xlcteam/scoreBoard", "id": "baab0908a88db40d6443cecade497ac3e6e19375", "size": "7...
layout: leaf-node title: "CPsquare" title-url: "https://cpsquare.org/" author: [ "" ] groups: [ "pedagogical-styles" ] categories: [ "communities-of-practice" ] topics: [ "ongoing-projects" ] summary: > The idea of CPsquare is mutual motivating to learning new things, achieving determined goals in specific time frame...
{ "content_hash": "c53cc110d7060e2eacb3f41dcb0cdbcb", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 809, "avg_line_length": 73.33333333333333, "alnum_prop": 0.7836363636363637, "repo_name": "lvollherbst/edtech-test", "id": "5bf137faf079efa867b01e88584bf88049bf95e4", "size...
package io.github.thankpoint.security.api.crypt; /** * Extends {@link AbstractSecurityGetCryptorFactory} with ability to {@link #setCryptorFactory(SecurityCryptorFactory) * set} the {@link SecurityCryptorFactory}. * * @param <C> the type of the {@link SecurityCryptorFactory}. * @author thks */ public abstract in...
{ "content_hash": "666253619b4f4e7bca25433051c060e1", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 118, "avg_line_length": 31.27777777777778, "alnum_prop": 0.7619893428063943, "repo_name": "thankpoint/thanks4java", "id": "6fc5768ceb9e7d15ac281ec81afd921372854ba0", "size"...
package edu.purdue.safewalk.bitmaps; import java.lang.Math; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.Drawable; import android.support.v4.util.LruCache; import android.util.Log; import android.widget.ImageView; /** * This class was created to help fix th...
{ "content_hash": "46c5607fa7b13df0e172bd766d5c0c94", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 80, "avg_line_length": 29.757142857142856, "alnum_prop": 0.6989918386941911, "repo_name": "Purdue-ACM-SIGAPP/SafeWalk", "id": "be490b38dc1de8b17e23d48c190b26459f1b978f", "...
. $(dirname ${BASH_SOURCE})/../util.sh desc "Create a service that fronts any version of this demo" run "cat $(relative svc.yaml)" run "kubectl --namespace=demos apply -f $(relative svc.yaml)" desc "Deploy v1 of our app" run "cat $(relative deployment.yaml)" run "kubectl --namespace=demos apply -f $(relative deployme...
{ "content_hash": "1e9dad621edd76dd7699564d9a14119b", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 76, "avg_line_length": 40.38095238095238, "alnum_prop": 0.6733490566037735, "repo_name": "jdavis7257/contrib", "id": "af2055781102c81ec5403d75726016a1465feb0a", "size": "14...
FactoryGirl.define do factory :admin_user, class: Portfolio::AdminUser do pass = Faker::Internet.password email Faker::Internet.email password pass before(:validation) do |user| user.password_confirmation = pass end end end
{ "content_hash": "faebd588100b31bc843ede8a6431b1f8", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 53, "avg_line_length": 23.181818181818183, "alnum_prop": 0.7019607843137254, "repo_name": "messuti-edd/rails-portfolio", "id": "7d5cb63f1f4a6a021eb2d3e237edb6624dbd722e", "...
package net.cloudkit.enterprises.javassist; import javassist.ClassPool; import javassist.CtClass; import javassist.CtMethod; /** * http://www.blogjava.net/bukebushuo/articles/229703.html * http://jd.benow.ca/ */ public class Test { // 入口启动函数 public static void main(String[] args) throws Exception { ...
{ "content_hash": "ea3ee3b2bad9a342fe5cde2d36aed15a", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 113, "avg_line_length": 30.662337662337663, "alnum_prop": 0.6094875052943668, "repo_name": "icloudkit/net.cloudkit", "id": "e97f9590fe7d54a9d634c0e62d84dd0c49521436", "size...
FROM ubuntu:18.04 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 ENV PATH /opt/conda/bin:$PATH ARG TAG RUN apt-get update && \ apt-get install -y autoconf gcc gfortran g++ make wget gsl-bin git libgsl-dev && apt-get clean all RUN apt-get install -y curl grep sed dpkg RUN TINI_VERSION=`curl https://github.com/krallin/tini/r...
{ "content_hash": "79e52f77743948a6daa8cacd806f85e4", "timestamp": "", "source": "github", "line_count": 43, "max_line_length": 133, "avg_line_length": 43.53488372093023, "alnum_prop": 0.6591880341880342, "repo_name": "erykoff/redmapper", "id": "349e41e9bd3fd32e53ceb4a67b8cfe0b062795f5", "size": "18...
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="actionbar">#FF333333</color> <color name="divider">#FF222222</color> <color name="drawer">#FF333333</color> </resources>
{ "content_hash": "d1b02fb63f2afa6efafe5d8d84cacba8", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 45, "avg_line_length": 32.666666666666664, "alnum_prop": 0.6632653061224489, "repo_name": "changjiashuai/md-slide-android", "id": "f039dbd12d618cbd7842eef03a643778fc45eb18", ...
REM The MIT License (MIT) REM Copyright (c) 2014 brunoais REM Permission is hereby granted, free of charge, to any person obtaining a copy REM of this software and associated documentation files (the "Software"), to deal REM in the Software without restriction, including without limitation the rights REM to use, copy, ...
{ "content_hash": "a8dd20a095a0f48da0f3be5ecbd21afc", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 135, "avg_line_length": 28.281553398058254, "alnum_prop": 0.7305183659457604, "repo_name": "brunoais/cmd-dir-hardlinks", "id": "cc7e02943055416e04e4984c999c64d4967be496", ...
package com.joanzapata.android; import android.content.Context; import java.util.List; /** * Same as QuickAdapter, but adds an "itemChanged" boolean in the * convert() method params, which allows you to know if you are * adapting the new view to the same item or not, and therefore * make a difference between dat...
{ "content_hash": "dcc30612ac6564b3d8c45c18b9c58330", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 103, "avg_line_length": 37.0188679245283, "alnum_prop": 0.6901121304791029, "repo_name": "skyacer/android-open-project-demo", "id": "59984828cee82377ef73215cb3eb0ffe92bd4ac3"...
'use strict'; const common = require('../common'); if (!common.hasCrypto) common.skip('missing crypto'); const assert = require('assert'); const http = require('http'); const https = require('https'); const host = '*'.repeat(64); const MAX_TRIES = 5; const errCodes = ['ENOTFOUND', 'EAI_FAIL']; function tryGet(mo...
{ "content_hash": "00ecc844311fec1d65dc1db4077e6f18", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 70, "avg_line_length": 22.964912280701753, "alnum_prop": 0.6249045072574484, "repo_name": "enclose-io/compiler", "id": "20e12f24fbf4f7ef5f8a913a721459cafce7414b", "size": "...
(function (window, $, undefined) { 'use strict'; var PluginFinderModel = function PluginFinderrModel() { var self = this; self.cachedAvailablePlugins = []; self.availablePlugins = ko.observableArray(); self.query = ko.observable(''); self.isLoading = ko.observable(false); self.isInstalling ...
{ "content_hash": "3886231872f55d1060537dcfbabbd5dd", "timestamp": "", "source": "github", "line_count": 197, "max_line_length": 115, "avg_line_length": 33.91370558375635, "alnum_prop": 0.6189193234545727, "repo_name": "binary42/openrov-software", "id": "bc834169eb346cd0ef90c2f4d564f0e25c27f292", "s...
SPHINXOPTS = SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1) $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment vari...
{ "content_hash": "02fdb2fe1741f011baced429467d9fc7", "timestamp": "", "source": "github", "line_count": 173, "max_line_length": 343, "avg_line_length": 38.64739884393064, "alnum_prop": 0.7072988333831888, "repo_name": "nvbn/subliminal", "id": "94286f1670ca9db91219e64309ded24d58fc8b93", "size": "677...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_301) on Thu Feb 10 11:17:18 GMT 2022 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package com.github....
{ "content_hash": "c5b7b3344c3ab896a04c6c8630afadc3", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 384, "avg_line_length": 39.90909090909091, "alnum_prop": 0.6312832194381169, "repo_name": "rvesse/airline", "id": "9b4173a6e91ca5876df8dfd2ea4b037545073ca3", "size": "6585...
<?php namespace DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRBackboneElement\FHIRSubstance; use DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRBackboneElement; use DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRCodeableConcept; use DCarbone\PHPFHIRGenerated\R4\FHIRElement\FHIRRatio; use DCarbone\PHPFHIRGenerated\R4\FHI...
{ "content_hash": "8ced60e51b1db7e62c9747835bbfddac", "timestamp": "", "source": "github", "line_count": 446, "max_line_length": 243, "avg_line_length": 40.62331838565022, "alnum_prop": 0.5949332155867093, "repo_name": "dcarbone/php-fhir-generated", "id": "843bba41f8b9e576f0e8bf915c2b1478d447a0ca", ...
@implementation URAlertview - (id)initWithFrame:(CGRect)frame title:(NSString*)title buttonColor:(UIColor*)color onTap:(OKButtonClick)block { self = [super initWithFrame:frame]; if (self) { self.onTap = block; CGSize screenSize = [UIScreen m...
{ "content_hash": "47eeb7c796ba3de0188f1265f80876fe", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 112, "avg_line_length": 35.80263157894737, "alnum_prop": 0.6361631753031973, "repo_name": "macL0vin/URAlertview", "id": "a5272c420194068feb841cc238017b62fd9f746c", "size": ...
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licen...
{ "content_hash": "33386be0fb102df0f5ab48c07de7cc15", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 453, "avg_line_length": 65.85714285714286, "alnum_prop": 0.749819233550253, "repo_name": "NorthFoxz/react-native-camera-android", "id": "b319ffca136f6d1d60d3713eb87c46fe622d0...
class Profile; namespace content { class DownloadItem; class DownloadManager; } namespace drive { class DriveEntryProto; class DriveFileSystemInterface; class FileWriteHelper; // Observes downloads to temporary local drive folder. Schedules these // downloads for upload to drive service. class DriveDownloadHandler ...
{ "content_hash": "a39e1c0281e3909f8004cf0807613bda", "timestamp": "", "source": "github", "line_count": 99, "max_line_length": 77, "avg_line_length": 38.39393939393939, "alnum_prop": 0.73770060510392, "repo_name": "timopulkkinen/BubbleFish", "id": "c80d8e0aaee8e8c2493207fcf2a5d84b15d47b00", "size":...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Xamarin.Forms; namespace ColoredAppBars { public class App : Application { public App() { // The root page of your application MainPage = new NavigationPage(new Page1()); ...
{ "content_hash": "9bca150d07f5e0adf6bef2a1cbb43aaf", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 55, "avg_line_length": 19.757575757575758, "alnum_prop": 0.5521472392638037, "repo_name": "messier16/xamarin-plugins", "id": "882e81c8f133b18faf77fe58992bb0d5a029bc63", "si...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_25) on Sat Jun 11 21:57:14 CEST 2016 --> <title>Overview</title> <meta name="date" content="2016-06-11"> <link rel="stylesheet" type="text/css"...
{ "content_hash": "4244d66a0224ed411be38233fb323cf7", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 137, "avg_line_length": 31.429411764705883, "alnum_prop": 0.6505708403518623, "repo_name": "niekvandael/iTalent", "id": "2a5def8601c4323a9019575f0356faa0366b4881", "size":...
<?php use dektrium\user\models\Token; use dektrium\user\models\User; use tests\codeception\_pages\LoginPage; use tests\codeception\_pages\SettingsPage; use yii\helpers\Html; $I = new FunctionalTester($scenario); $I->wantTo('ensure that account settings page work'); $page = LoginPage::openBy($I); $user = $I->getFixtur...
{ "content_hash": "6d1dac977bac0abbce5cfc3b1df1af4f", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 111, "avg_line_length": 36.578947368421055, "alnum_prop": 0.6690647482014388, "repo_name": "zogodo/weibin", "id": "90743405a9b8da797ad6d5f99d2207333626eafe", "size": "2780"...
namespace FineGameDesign.Utils { public sealed class TimerTextDeck { public string[] resourcePaths = { "fast2.txt", "fast1.txt", "fast.txt", "slow.txt" }; public Timer timer; private TextDeck[] decks; public string Selected ...
{ "content_hash": "2bdfb1021d397890c2380225f2a64532", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 81, "avg_line_length": 27.47222222222222, "alnum_prop": 0.487360970677452, "repo_name": "ethankennerly/word-sizzle", "id": "c303ccd284bd83b815852575c30d8e711c698319", "size...
#include <vector> #include "json.hpp" #include "ThingTypes.hpp" #include "HelperFunctions.hpp" #include "RedditError.hpp" namespace redd { // Operators bool operator ==(const Link& lhs, const Link& rhs) { return lhs.author == rhs.author && lhs.id == rhs.id && lhs.name == rhs.name && lhs.subreddi...
{ "content_hash": "e0ff06077ee253ef323ae1d7401598e7", "timestamp": "", "source": "github", "line_count": 218, "max_line_length": 110, "avg_line_length": 40.98623853211009, "alnum_prop": 0.6295467263570229, "repo_name": "Grandduchy/Reddit-plus-plus", "id": "9c1ac6c9fa480e294896399751039f483606cd33", ...
<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Entwicklungshilfe Spenden ohne Spendengeld zu verschwenden</title> <meta name="description" content="Ein viel zu...
{ "content_hash": "b44e47d7a9532cfa88dc095ab1e16af7", "timestamp": "", "source": "github", "line_count": 405, "max_line_length": 807, "avg_line_length": 59.72345679012346, "alnum_prop": 0.7606664461716554, "repo_name": "Phlow/mo-phlow-de", "id": "e3ac2741c125e91393828283b532473ca2cdbb74", "size": "2...
/* iCheck plugin Flat skin, blue ----------------------------------- */ .icheckbox_flat-blue, .iradio_flat-blue { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 20px; height: 20px; background: url(blue.png) no-repeat; border: none; ...
{ "content_hash": "a64012d184d2af4ee1e860d9284991d1", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 43, "avg_line_length": 22.522727272727273, "alnum_prop": 0.5893037336024218, "repo_name": "XuDeveloper/javaBank", "id": "9cadfca248f0c767db4213757088c461ee3cc3b4", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <...
{ "content_hash": "346d9ef73f7c01d69acafb23eec0cf70", "timestamp": "", "source": "github", "line_count": 214, "max_line_length": 105, "avg_line_length": 38.3411214953271, "alnum_prop": 0.4521633150517977, "repo_name": "joshsh/rdfagents", "id": "2484a360c118ba74735b1d5a75d8a28c9f20d365", "size": "820...
<?php return [ 'enter_code' => 'Masukkan kode yang ada digambar', 'incorrect_code' => 'Kode yang dimasukkan tidak valid.', 'update_code' => 'Perbarui', ];
{ "content_hash": "ba35f417b557607a6403494a8f762bdf", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 60, "avg_line_length": 25, "alnum_prop": 0.5942857142857143, "repo_name": "igoshev/laravel-captcha", "id": "037bf1a0f970ea6a94def24f7c41dbc26416ca03", "size": "175", "bina...
from settings import * import nltk import sys import textract import re import unicodedata class Opinion: def __init__(self, name): self.name = name self.total = 0 self.fore = 0 self.against = 0 self.no_opinions = 0 self.ratio_for = 0 self.ratio_against = 0 ...
{ "content_hash": "2bc895d27ac2bbbb55415b81fa307d51", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 101, "avg_line_length": 36.67768595041322, "alnum_prop": 0.5297431275349257, "repo_name": "zozoh94/PolReview", "id": "d1628a32c8b27cd5bb9ecb8b89278be3e0f48bfc", "size": "4...
<?php namespace Unit\LiveTest\TestRun\Helper; use LiveTest\TestRun\Properties; use Base\Http\Response\Response; use LiveTest\TestRun\Result\Result; use LiveTest\Event\Dispatcher; use LiveTest\Listener\Listener; use phmLabs\Components\Annovent\Annotation\Event; class InfoListener implements Listener { private $preRu...
{ "content_hash": "393c50438ff0c91c6eb9c583995faa76", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 66, "avg_line_length": 22.61764705882353, "alnum_prop": 0.7633289986996099, "repo_name": "phmLabs/LiveTest2", "id": "e9f3ce9c4af954ea9f6fde4cce050d66562660af", "size": "769...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 27 18:45:00 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Package at....
{ "content_hash": "03cd80ce3bb7f151086681b9430e8f48", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 318, "avg_line_length": 37.5359477124183, "alnum_prop": 0.6223228277903535, "repo_name": "ankor-io/ankor-framework", "id": "7bc8205bf2a36be55df82e4fe5f9436747b2eb79", "siz...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon May 07 18:52:24 PDT 2001 --> <TITLE> HTTPClient API: Class Cookie2 </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Styl...
{ "content_hash": "5ce162a05e98dd16fd7edf1db24348b2", "timestamp": "", "source": "github", "line_count": 629, "max_line_length": 390, "avg_line_length": 42.24483306836248, "alnum_prop": 0.6386045461387927, "repo_name": "unrelatedlabs/java-wemo-bridge", "id": "50ee2506536121a5bdd32dd261409b8f0313c008",...
layout: model title: Financial Indian News Sentiment Analysis (Small) author: John Snow Labs name: finclf_indian_news_sentiment date: 2022-11-10 tags: [en, finance, licensed, classification, sentiment, indian] task: Text Classification language: en edition: Finance NLP 1.0.0 spark_version: 3.0 supported: true annotator...
{ "content_hash": "4f12ce1e6f9224fdeb5c27be7bc98fa5", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 196, "avg_line_length": 31.333333333333332, "alnum_prop": 0.5941080196399345, "repo_name": "JohnSnowLabs/spark-nlp", "id": "820f404cc0906322ac9d514af7530671995f8a5a", "siz...
#include "webrtc/modules/audio_coding/neteq/nack_tracker.h" #include <assert.h> // For assert. #include <algorithm> // For std::max. #include "webrtc/base/checks.h" #include "webrtc/modules/include/module_common_types.h" #include "webrtc/system_wrappers/include/logging.h" namespace webrtc { namespace { const i...
{ "content_hash": "c0ffa8957703a1312b1f22d39469f2ee", "timestamp": "", "source": "github", "line_count": 225, "max_line_length": 80, "avg_line_length": 36.035555555555554, "alnum_prop": 0.6974592994573261, "repo_name": "jchavanton/webrtc", "id": "62cb2ec958af6b355bfb76325c101451988d5bfd", "size": "8...
var pad; pad = require('./index'); module.exports = function(string, size, options) { if (options == null) { options = {}; } if (typeof options === 'string') { options = { char: options }; } options.colors = true; return pad(string, size, options); };
{ "content_hash": "533251333aad91c99c1444ec6c17110c", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 50, "avg_line_length": 17.75, "alnum_prop": 0.5669014084507042, "repo_name": "adnanmuhammad/centosnodeoracle", "id": "2a236a52422440dc71e09ea36af04081849f1663", "size": "32...
package com.aspose.cloud.sdk.tasks.model; import com.aspose.cloud.sdk.common.BaseResponse; import com.google.gson.annotations.SerializedName; /** * Created by muhammadsohailismail on 5/18/15. */ public class AddAssignmentToProjectResponse extends BaseResponse { @SerializedName("AssignmentItem") public Assig...
{ "content_hash": "4ece5b068804e134b3fb010d0c1de6de", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 66, "avg_line_length": 29.357142857142858, "alnum_prop": 0.7834549878345499, "repo_name": "asposeforcloud/Aspose_Cloud_SDK_For_Android", "id": "21959af9cff00e6b6adc6f1c38ea18...
package org.apache.servicecomb.demo.discovery.server; import org.apache.servicecomb.springboot.starter.provider.EnableServiceComb; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication @EnableServiceComb public class DiscoveryS...
{ "content_hash": "0b30e37381d8a014c09ccb871c565697", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 76, "avg_line_length": 30, "alnum_prop": 0.8311111111111111, "repo_name": "acsukesh/java-chassis", "id": "2792e995af26d3f6e4daa759c96cdb0e6c0bae7a", "size": "1251", "bina...
<?php /** * * @author Thomas Rabaix <thomas.rabaix@gmail.com> * * SVN : $Id$ **/ class swValidatorBlackListWords extends sfValidatorString { protected function configure($options = array(), $messages = array()) { parent::configure($options, $messages); $this->addOption('black_list_words', array(...
{ "content_hash": "233b7aac5da39f8f786c40243062e7e8", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 87, "avg_line_length": 21.442857142857143, "alnum_prop": 0.603597601598934, "repo_name": "rande/swFormExtraPlugin", "id": "e856aee15711a1dd89529f0fc3d01bc6f8a06d36", "size"...
using Parse.Core.Internal; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Linq.Expressions; using System.Reflection; using System.Text; using Parse.Common.Internal; namespace Parse { /// <summary> /// A common ba...
{ "content_hash": "4ccf37cdb4a62c0c3b4ea57c53454c52", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 120, "avg_line_length": 33.57324840764331, "alnum_prop": 0.6562322140011383, "repo_name": "AmeliaMesdag/Parse-SDK-dotNET", "id": "2bdef0323facbd54cd95047cf5cb907403393f2a", ...
# Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help" Rails.backtrace_cleaner.remove_silencers! Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| end
{ "content_hash": "f4fa7b861e4d05d7e88832892c43f96d", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 71, "avg_line_length": 27.363636363636363, "alnum_prop": 0.6976744186046512, "repo_name": "zohararad/coffeekupper", "id": "5c0c38e5c9551f3a986aea9315090eafcdfd3a20", "size"...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.ViewFeatures; using Microsoft.AspNetCore.Testing; namespace Mi...
{ "content_hash": "593338f6b8d731fe7ff03f1d1b3fb3c5", "timestamp": "", "source": "github", "line_count": 212, "max_line_length": 158, "avg_line_length": 36.490566037735846, "alnum_prop": 0.6336608066184074, "repo_name": "aspnet/AspNetCore", "id": "fab8359e187b6305f615bf9e063a57cbb4896049", "size": "...
#include "v_statusCondition.h" #include "v_public.h" #include "v__observer.h" #include "v__observable.h" #include "v__entity.h" #include "v__status.h" #include "os_report.h" v_statusCondition v_statusConditionNew( v_entity entity) { v_statusCondition _this = NULL; v_kernel kernel; if (entity) { ...
{ "content_hash": "5bb8931df739a4133191ec3b4b828cf0", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 73, "avg_line_length": 24.7, "alnum_prop": 0.6356275303643725, "repo_name": "osrf/opensplice", "id": "92c7ccd88c1165da6f29d9fed6c4a8935c776fdc", "size": "3268", "binary"...
package com.github.xxbeanxx.cxf; import java.io.IOException; import javax.jws.WebService; import javax.security.auth.callback.Callback; import javax.security.auth.callback.CallbackHandler; import javax.security.auth.callback.UnsupportedCallbackException; /** * @author Greg Baker */ @WebService(endpointInterface = ...
{ "content_hash": "3fa23df0f574352a50eb3841a3506243", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 93, "avg_line_length": 22.6, "alnum_prop": 0.7861356932153393, "repo_name": "xxbeanxx/spring-cxf", "id": "5911d42b339a699d75f8c91a175e30dbba858d1f", "size": "678", "binar...
package javax.management.relation; import static com.sun.jmx.defaults.JmxProperties.RELATION_LOGGER; import static com.sun.jmx.mbeanserver.Util.cast; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util....
{ "content_hash": "b66d78b8ed4b2115fffa86d1639c321b", "timestamp": "", "source": "github", "line_count": 3767, "max_line_length": 118, "avg_line_length": 39.81550305282718, "alnum_prop": 0.585991932526586, "repo_name": "haikuowuya/android_system_code", "id": "20d3c1da7261b382e4a3d8ca3a3405229c32db59",...
package org.apache.drill.metastore.metadata; import org.apache.drill.common.expression.SchemaPath; import org.apache.drill.exec.record.metadata.ColumnMetadata; import org.apache.drill.exec.record.metadata.TupleMetadata; import org.apache.drill.metastore.components.tables.TableMetadataUnit; import org.apache.drill.met...
{ "content_hash": "f5f83ce0372480755e2445ebce400085", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 120, "avg_line_length": 29.727272727272727, "alnum_prop": 0.7767584097859327, "repo_name": "kkhatua/drill", "id": "6944ab0319821531628cd2f0bccf154b169b9719", "size": "3090"...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "583231c229a867db5b40c3e4441a23c3", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "e828ee15a7f5e87efaae5cb5c9d487d42c9eb865", "size": "176...
define( [ "jquery", "../animationComplete", "./transition" ], function( jQuery ) { //>>excludeEnd("jqmBuildExclude"); (function( $ ) { $.mobile.SerialTransition = function() { this.init.apply(this, arguments); }; $.extend($.mobile.SerialTransition.prototype, $.mobile.Transition.prototype, { sequential: true, ...
{ "content_hash": "8efbe99fd477098a52aaed03bc29b214", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 82, "avg_line_length": 24.79310344827586, "alnum_prop": 0.6578581363004172, "repo_name": "ericsteele/retrospec.js", "id": "5f7363f80266e2ae2e119f7a99db23c899199cd5", "size"...
#ifndef SRC_COMPONENTS_INCLUDE_POLICY_POLICY_REGULAR_POLICY_POLICY_MANAGER_H_ #define SRC_COMPONENTS_INCLUDE_POLICY_POLICY_REGULAR_POLICY_POLICY_MANAGER_H_ #include <vector> #include <cstdint> #include "utils/callable.h" #include "policy/policy_types.h" #include "policy/policy_table/types.h" #include "policy/policy...
{ "content_hash": "5c2a74402ea506d9aa3c05b3a1943917", "timestamp": "", "source": "github", "line_count": 580, "max_line_length": 80, "avg_line_length": 34.1, "alnum_prop": 0.6793912427950248, "repo_name": "APCVSRepo/sdl_core", "id": "3e90cfc094e5aa9e84311262a1d64cdf8b60404c", "size": "21290", "bin...
''' Split methylation BigQuery table into chromosomes ''' import pprint import sys import json from apiclient.errors import HttpError from googleapiclient import discovery from oauth2client.client import GoogleCredentials from oauth2client.client import AccessTokenRefreshError import time from bigquery_etl.utils....
{ "content_hash": "846d5549d9044fd51f369b6a90e0babe", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 160, "avg_line_length": 43.5, "alnum_prop": 0.6028097062579821, "repo_name": "isb-cgc/ISB-CGC-data-proc", "id": "572f84f7c51c084109df6cea781029ea1fcc9847", "size": "5310",...
extern "C" { // This sampler imitates the open-source "brightness" tool at // https://github.com/nriley/brightness. // Since this sampler doesn't care about older MacOSen, multiple displays // or other complications that tool has to consider, retrieving the brightness // level boils down to calling this function for t...
{ "content_hash": "cf1a10b7ef0367e12d4dbcc401432e2e", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 78, "avg_line_length": 30.491525423728813, "alnum_prop": 0.7348526959421902, "repo_name": "ric2b/Vivaldi-browser", "id": "fc77d806df9c53b8dcbeca987e8db304c7089628", "size":...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/menu_background" android:orientation="vertical" > <ListView android:id="@+id/me...
{ "content_hash": "c8dfd75b08712593ea61922571373841", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 72, "avg_line_length": 35.375, "alnum_prop": 0.6837455830388692, "repo_name": "zqingyang521/qingyang", "id": "d77cbaeb5f29843d3a22e655833cebbf34c0d6fa", "size": "566", "b...
package org.apache.camel.component.freemarker; import org.apache.camel.Exchange; import org.apache.camel.Message; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.test.junit5.CamelTestSupport; import org.junit.jupiter.api.Test; /** * Unit tes...
{ "content_hash": "d2897b65f4d369588aaa5ef6d0e7f452", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 90, "avg_line_length": 30.53846153846154, "alnum_prop": 0.6397984886649875, "repo_name": "apache/camel", "id": "68df8fccfd8c0cf9826d1963a128ce59328e4d0c", "size": "2390", ...
TAGNAME=`git tag --contains=HEAD` if [ "$TAGNAME" == "" ]; then echo "bad git tag!" exit 1 fi cargo clean && cargo doc --no-deps git branch -D gh-pages | : git checkout -b gh-pages github/gh-pages ls | grep -v target | xargs rm -rf mv target/doc/* . rm -rf target git add * git commit -m "update Document $TAGNAM...
{ "content_hash": "e9e599256e5cda399c293886ee1d36de", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 40, "avg_line_length": 22.933333333333334, "alnum_prop": 0.6627906976744186, "repo_name": "harre-orz/rust_asio", "id": "73e26b00c430fe31b7dad18fbce9e7670696573c", "size": "...
/** * Animate position of widget */ core.Class("unify.fx.Rotate", { include: [unify.fx.core.Base], construct : function(widget) { unify.fx.core.Base.call(this, widget); }, members : { __mod : null, __anim : null, __resetPoint: null, _setup : function() { var to = this.getValue(); var from...
{ "content_hash": "1b0e16d0e74eeb0bc48e8861380d7b1b", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 75, "avg_line_length": 19.314814814814813, "alnum_prop": 0.5580057526366251, "repo_name": "unify/unify", "id": "2b66fa2fcc23728ed77cb4232faec5c87c23a333", "size": "1395", ...
@interface OEXTextStyle () @property (assign, nonatomic) NSTextAlignment alignment; @property (strong, nonatomic) UIColor* color; @property (assign, nonatomic) OEXLetterSpacing letterSpacing; @property (assign, nonatomic) NSLineBreakMode lineBreakMode; @property (assign, nonatomic) CGFloat paragraphSpacing; @property ...
{ "content_hash": "a55dfdf7b3bf2721741d12fa8ce3b306", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 134, "avg_line_length": 34.872727272727275, "alnum_prop": 0.7167188043100452, "repo_name": "adoosii/edx-app-ios", "id": "51190985e6fb37a691fbe5984f14c5917489e636", "size":...
module HTTP class Request class Writer # CRLF is the universal HTTP delimiter CRLF = "\r\n" # Types valid to be used as body source VALID_BODY_TYPES = [String, NilClass, Enumerable] def initialize(socket, body, headers, headerstart) # rubocop:disable ParameterLists @body ...
{ "content_hash": "22ada3e9a09e91c9292a3573175f87b4", "timestamp": "", "source": "github", "line_count": 79, "max_line_length": 89, "avg_line_length": 27.974683544303797, "alnum_prop": 0.5733031674208144, "repo_name": "rubygem/website", "id": "7586cf3a7b90e678599cd3bbfcc5b8caa9b24d18", "size": "2210...
Passwords microservice implements a REST compatible API, that can be accessed on configured port. All input and output data is serialized in JSON format. Errors are returned in [standard format](). * [UserPasswordV1 class](#class1) * [POST /passwords/set_password](#operation1) * [POST /passwords/delete_password](#oper...
{ "content_hash": "eb0a0c1683bd009d18bcba47c8218894", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 107, "avg_line_length": 34.08163265306123, "alnum_prop": 0.7392215568862276, "repo_name": "pip-services-users/pip-services-passwords-node", "id": "917bb6e7b8742078516682b8859...
'use strict'; import bluebird from 'bluebird'; /** * @hidden */ const instanceTypes = require('../ec2info.json'); /** * Returns an array of all instance types and details. * @memberof module:Macro * @returns {Array} */ export function getInstanceTypeList() { return instanceTypes; } /** * Returns an array o...
{ "content_hash": "bbb6734da6ca6cb7b3e1a2544327d2a5", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 69, "avg_line_length": 23.923076923076923, "alnum_prop": 0.5537692032868882, "repo_name": "arminhammer/wolkenkratzer", "id": "de380474aadbfb3e8fa16a4d457745e0c32705e6", "s...
package strreverse import "testing" func TestReverse(t *testing.T) { original := []string{"Hello World!", "This is the best day of my life", "It's a beautiful world"} reverse := []string{"!dlroW olleH", "efil ym fo yad tseb eht si sihT", "dlrow lufituaeb a s'tI"} for i, s := range original { if r...
{ "content_hash": "9f42d156224e4b04a296b087edabe976", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 101, "avg_line_length": 32, "alnum_prop": 0.5825892857142857, "repo_name": "callmekatootie/strreverse", "id": "372081f39c0a842136b717a0992fbe9fd7f1c0c3", "size": "448", "...
using System; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; using OpenTelemetry.Instrumentation.Http; using OpenTelemetry.Instrumentation.Http.Implementation; using OpenTelemetry.Internal; namespace OpenTelemetry.Trace { /// <summary> /// Extension methods to simplify regi...
{ "content_hash": "a61aa8c2c8ae563ac780ff4680f64319", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 155, "avg_line_length": 45.54545454545455, "alnum_prop": 0.6858782435129741, "repo_name": "open-telemetry/opentelemetry-dotnet", "id": "c900da51f612e78a69ab95441f81fa4e7b1e3a...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 口碑广告系统分佣规则(比例) * * @author auto create * @since 1.0, 2017-01-17 10:33:12 */ public class KbAdvertCommissionClausePercentageResponse extends AlipayObject { private static final long serialVe...
{ "content_hash": "e7106d3edadec0bd4d5909445d1be6e8", "timestamp": "", "source": "github", "line_count": 42, "max_line_length": 78, "avg_line_length": 19.976190476190474, "alnum_prop": 0.7389749702026222, "repo_name": "wendal/alipay-sdk", "id": "821d1a99ba4fd17fcd0e3d58098a527204e1a055", "size": "91...
/* * This software is licensed under the Apache License, Version 2.0 * (the "License") agreement; you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
{ "content_hash": "ceed777e070fd87c4ddd2eabdae64638", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 81, "avg_line_length": 37.388888888888886, "alnum_prop": 0.7102526002971769, "repo_name": "Derek-Ashmore/moneta", "id": "6e25b6e521661a55a668b8b191b1415d91aedd85", "size": ...
seajs.use(['jquery','mp3'],function(){ factory(); }) function factory(){ 'use strict'; require('./index.css'); var Star = require('./Star'); var Dot = require('./Dot'); //初始化DOM var template = require("./index.jade"); //返回一个函数 var html = template(); $('.container').html(html);//最好不要用body,这样将script标签...
{ "content_hash": "b7ab2387ae880ce34817f47887ccb91f", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 97, "avg_line_length": 26.45736434108527, "alnum_prop": 0.6144154702607677, "repo_name": "fromatlantis/nojs", "id": "720a7fc1113ed7063e255a83b1ebedeeb8d58552", "size": "36...
/* Desc: A class to log data * Author: Nate Koenig * Date: 1 Jun 2010 */ #ifndef _LOGRECORD_HH_ #define _LOGRECORD_HH_ #include <fstream> #include <string> #include <map> #include <boost/thread.hpp> #include <boost/archive/iterators/base64_from_binary.hpp> #include <boost/archive/iterators/insert_linebreaks.hpp> ...
{ "content_hash": "41ddf49587d0a7c7ba77d4dd6422ef92", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 80, "avg_line_length": 34.397260273972606, "alnum_prop": 0.6277379530067703, "repo_name": "thomas-moulard/gazebo-deb", "id": "c5eeaa7ce29fc2cd181d49824f5b9b07ab7f36df", "s...
function __processArg(obj, key) { var arg = null; if (obj) { arg = obj[key] || null; delete obj[key]; } return arg; } function Controller() { require("/alloy/controllers/BaseController").apply(this, Array.prototype.slice.call(arguments)); this.__controllerPath = "index"; thi...
{ "content_hash": "a5a4263b96d6356a92dd189c8c08d3e3", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 100, "avg_line_length": 28, "alnum_prop": 0.578125, "repo_name": "brentonhouse/brentonhouse.alloy", "id": "6d0455e77c3330e7a67973fe43f024a727638221", "size": "896", "bina...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.mskcc.shenkers.control.track; import javafx.beans.property.BooleanProperty; /** * * @author sol */ public interface Do...
{ "content_hash": "e62f3f6afcf5505adc611348319e8898", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 79, "avg_line_length": 24.1875, "alnum_prop": 0.7493540051679587, "repo_name": "shenkers/ComparativeBrowser", "id": "59495ef2b22faf0744588488415fd9e56c6e8cbf", "size": "387...
**Namespace:** [OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508](OfficeDevPnP.Core.Framework.Provisioning.Providers.Xml.V201508.md) **Assembly:** OfficeDevPnP.Core.dll ## Syntax ```C# public int DraftVersionVisibility { get; set; } ``` ### Property Value Type: System.Int32 ## See also - [List...
{ "content_hash": "78ea8931991d977ec72299ff4e56d43f", "timestamp": "", "source": "github", "line_count": 15, "max_line_length": 148, "avg_line_length": 36.4, "alnum_prop": 0.7783882783882784, "repo_name": "PaoloPia/PnP-Guidance", "id": "bf3cc7299ecbca0cf624bd826c61ee8a4f7212f9", "size": "595", "bi...
class Admin::ResourcesController < Admin::DesignController verify :params => :filename, :only => [:edit, :update], :add_flash => { :error => 'Resource required' }, :redirect_to => { :controller => 'design', :action => 'index' } verify :method => :post, :params => :data, :only => :update, ...
{ "content_hash": "51c5d00530dab4690cffac120fac9864", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 130, "avg_line_length": 34.111111111111114, "alnum_prop": 0.6263378315495579, "repo_name": "mephistorb/mephisto", "id": "9327a93b7bc24c3aa98a8cc26bc97f294bf7f339", "size": ...
class <#name#> { <#properties and methods#> }
{ "content_hash": "253a6cf8d7bf10f366d3010896795e90", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 30, "avg_line_length": 16.333333333333332, "alnum_prop": 0.5918367346938775, "repo_name": "zubko/xcode-snippets", "id": "e781c1c0c7b41dcaf5ea3e4e4a5b2b8c4a3f7df5", "size": "...
* Add coverage for specific country (by Joshua Wise). ## 1.2 * Add `browserslist.coverage()` method. * Add `--coverage` and `-c` argument to CLI. * Add `-v` argument support to CLI. * Better error handling in CLI. ## 1.1.3 * Fix jspm support (by Sean Anderson). ## 1.1.2 * Fix jspm support (by Sean Anderson). ## 1.1...
{ "content_hash": "a85d1cd85f870be0874f3611ea3fdddd", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 77, "avg_line_length": 24.242424242424242, "alnum_prop": 0.689375, "repo_name": "Zach417/churchetto-web", "id": "85b2396439f8cdebdcc45df41a55ed71f449fa2d", "size": "1609", ...
/*Problem 15. Hexadecimal to Decimal Number Using loops write a program that converts a hexadecimal integer number to its decimal form. The input is entered as string. The output should be a variable of type long. Do not use the built-in .NET functionality.*/ using System; class Program { static voi...
{ "content_hash": "4d73f96c8d39d6f4a10a1dbcb261ea6a", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 91, "avg_line_length": 30.136363636363637, "alnum_prop": 0.4019607843137255, "repo_name": "MarinMarinov/C-Sharp-Part1", "id": "88167076ff8bad203533c18f9cb1ae93d0cd06d4", "s...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation=" http://www.springfram...
{ "content_hash": "4732c6ce3b3f2ca32b114332536d2498", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 118, "avg_line_length": 66.84444444444445, "alnum_prop": 0.6735372340425532, "repo_name": "billchen198318/bamboobsc", "id": "231fd2dbac37cd758eddc7e52da304461019b873", "siz...
/*************************************************************************/ /* baked_light.h */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "content_hash": "fbca340e5eee13beb4070b8d912bb3bf", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 82, "avg_line_length": 29.366834170854272, "alnum_prop": 0.6196098562628337, "repo_name": "Hodes/godot", "id": "16806d29e35bc22c2996846060b8c48f373fdd92", "size": "5844", ...
package org.pentaho.di.trans.steps.orabulkloader; import org.junit.Before; import org.junit.ClassRule; import org.junit.Test; import org.pentaho.di.core.injection.BaseMetadataInjectionTest; import org.pentaho.di.junit.rules.RestorePDIEngineEnvironment; public class OraBulkLoaderMetaInjectionTest extends BaseMetadat...
{ "content_hash": "334742ac531aa9f188251e3ef52af55f", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 98, "avg_line_length": 43.5, "alnum_prop": 0.64272030651341, "repo_name": "wseyler/pentaho-kettle", "id": "6d8336c4eca7a0cfa6acbf6a6fde8c47fa1cbe86", "size": "3000", "bin...
import { EventsKey } from '../events'; import BaseEvent from '../events/Event'; import MapBrowserEvent from '../MapBrowserEvent'; import { ObjectEvent } from '../Object'; import PointerInteraction from './Pointer'; export interface Options { duration?: number; } export default class PinchZoom extends PointerIntera...
{ "content_hash": "bf3b8cae3ea10b8b5fe363f77f6502b6", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 87, "avg_line_length": 47.94871794871795, "alnum_prop": 0.660427807486631, "repo_name": "georgemarshall/DefinitelyTyped", "id": "b0e766b2cd159cbf4d7970107b3160306a939ad1", ...
/** * * $Id$ */ package org.wso2.developerstudio.datamapper.validation; /** * A sample validator interface for {@link org.wso2.developerstudio.datamapper.DataMapperNode}. * This doesn't really do anything, and it's not a real EMF artifact. * It was generated by the org.eclipse.emf.examples.generator.validator p...
{ "content_hash": "f719a8fc4afd29b5f77ceeead088e5ce", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 135, "avg_line_length": 32.05882352941177, "alnum_prop": 0.7596330275229358, "repo_name": "susinda/devstudio-tooling-esb", "id": "a166aef7cb1f940c9474ee57910824b127d15304", ...
<html> <head> <title> Their fence is an attack on all of us </title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <?php include "../../legacy-includes/Script.htmlf" ?> </head> <body bgcolor="#FFFFCC" text="000000" link="990000" vlink="660000" alink="003366" leftmargin="0" topmargin="0"> <...
{ "content_hash": "1422ba4df55b41dbedfa991147d1ef90", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 697, "avg_line_length": 88.76785714285714, "alnum_prop": 0.7449205391269362, "repo_name": "ISO-tech/sw-d8", "id": "dddbd167d5574258d4fc12c8ff0fc14514bd087b", "size": "4971"...
export default function () { this.transition(this.use('fade')); }
{ "content_hash": "9f3fd672efbb8eb58c8838c3517979b6", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 36, "avg_line_length": 22.666666666666668, "alnum_prop": 0.6764705882352942, "repo_name": "html-next/flexi", "id": "2f2bbd471df326b890502c6aeeb1468f9daf2a30", "size": "68", ...
========================= Sample metering_agent.ini ========================= This sample configuration can also be viewed in `the raw format <../../_static/config-samples/metering_agent.conf.sample>`_. .. literalinclude:: ../../_static/config-samples/metering_agent.conf.sample
{ "content_hash": "64cd1545ad2b3d9721656c0d40b4b47f", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 75, "avg_line_length": 35.125, "alnum_prop": 0.6120996441281139, "repo_name": "noironetworks/neutron", "id": "8bb735f9e0bf7f2c4d215d67446b39afc62c2843", "size": "281", "bi...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>descente-infinie: 16 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
{ "content_hash": "77f28ef5e6a3b3ecd81faa3a449a0a9b", "timestamp": "", "source": "github", "line_count": 163, "max_line_length": 179, "avg_line_length": 45.01840490797546, "alnum_prop": 0.5493322431180158, "repo_name": "coq-bench/coq-bench.github.io", "id": "303a7f96d5492bd5c1debf9c4ce2e69251926bf2", ...