text
stringlengths
2
1.04M
meta
dict
class CreateAppsCategoryManagers < ActiveRecord::Migration def change create_table :apps_category_managers do |t| t.string :title, limit: 120 t.string :sub_title, limit: 80 t.timestamps null: false end end end
{ "content_hash": "d661827b07715942681be996108cc272", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 58, "avg_line_length": 24.1, "alnum_prop": 0.6887966804979253, "repo_name": "SanjayYadav90/GooglePlayApps", "id": "1e3b2d0088ac87da4ee468b1b8eb8206470955da", "size": "241",...
logwatch Cookbook ================= [![Build Status](https://travis-ci.org/chef-cookbooks/logwatch.png?branch=master)](https://travis-ci.org/chef-cookbooks/logwatch) Installs logwatch Requirements ------------ ### Platformd - Debian/Ubuntu - RHEL/CentOS ### Cookbooks - perl Usage ----- Ensures that perl is instal...
{ "content_hash": "206c5a052bd3879008aa21972c4b3d65", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 129, "avg_line_length": 28.64, "alnum_prop": 0.7185754189944135, "repo_name": "yakara-ltd/logwatch", "id": "1067b086009ffe419f61bd0c1232acc8a8c6b557", "size": "1432", "bi...
<!doctype html> <html lang="en"> <head> <title>Code coverage report for Form/Label</title> <meta charset="utf-8" /> <link rel="stylesheet" href="../../prettify.css" /> <link rel="stylesheet" href="../../base.css" /> <link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" /> <meta...
{ "content_hash": "51f1a9cfa91ed5c747943ece870d7f13", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 138, "avg_line_length": 38.86086956521739, "alnum_prop": 0.5385992392034012, "repo_name": "looker-open-source/components", "id": "4fc1c122a33fe815d463980fbe335c69f958d31f", ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSelectionRanges = void 0; const languageModes_1 = require("./languageModes"); const positions_1 = require("../utils/positions"); async function getSelectionRanges(languageModes, document, positions) { const htmlMode = languageM...
{ "content_hash": "7b20403f8c2942f9339d190d6aad5496", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 116, "avg_line_length": 46.083333333333336, "alnum_prop": 0.6754068716094033, "repo_name": "dmilith/SublimeText3-dmilith", "id": "3203c9ea6c2337178b680680e860f96eca5cd208", ...
from taskflow.patterns import linear_flow as lf from jobrunner.post_job import draw_hierarchy from tests.testcase import TestCase def fixture_flow_factory(): return lf.Flow("fixture_flow") class TestDrawHierarchy(TestCase): def setUp(self): self.compile_flow = self.set_up_patch( 'jobrun...
{ "content_hash": "1e4e0362f5cd50992f880473033665db", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 70, "avg_line_length": 30.243243243243242, "alnum_prop": 0.6282394995531725, "repo_name": "vdloo/jobrunner", "id": "d2bde5b0f538575f4cde8e4fdb098a66f55ec88a", "size": "1119...
require('test/syn_test'); require('test/key_test'); require('test/key_regressions_test'); require('test/mouse_move_test'); require('test/mouse_button_test'); require('test/mouse_regressions_test'); require('test/drag_test_basic'); //require('test/drag_test_offsets'); // require('test/typeable_test'); require('test/focu...
{ "content_hash": "fa8101090e1565737e0e9384b0661bff", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 39, "avg_line_length": 33, "alnum_prop": 0.7242424242424242, "repo_name": "bitovi/syn", "id": "8f425c6e6966f56682f2f42ae6a18fdc0d2ede81", "size": "330", "binary": false, ...
using UnityEngine; using System; using LuaInterface; using SLua; using System.Collections.Generic; public class Lua_UnityEngine_AudioHighPassFilter : LuaObject { [MonoPInvokeCallbackAttribute(typeof(LuaCSFunction))] static public int constructor(IntPtr l) { try { UnityEngine.AudioHighPassFilter o; o=new Unit...
{ "content_hash": "7a86d8070db924c68472c968df1189ea", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 108, "avg_line_length": 28.91025641025641, "alnum_prop": 0.7419068736141907, "repo_name": "zhukunqian/unity5-slua", "id": "5b639d813c34255fab8d2c43f0335bb50954f569", "size"...
// // CNContactFormatter.h // Contacts // // Copyright (c) 2015 Apple Inc. All rights reserved. // #import <Foundation/Foundation.h> #import <Contacts/ContactsDefines.h> #import <Contacts/CNContact.h> NS_ASSUME_NONNULL_BEGIN /*! * @abstract The formatting styles for contact names. */ typedef NS_ENUM(NSInteger, ...
{ "content_hash": "f9bf7e2ed36c3466bcbbadd8d764d185", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 177, "avg_line_length": 35.36440677966102, "alnum_prop": 0.7711478552600048, "repo_name": "rweichler/cylinder", "id": "fa57c565fd8302412be15f5d0ca18d8724ec88a4", "size": "...
import { runIntegrationTest } from "../runIntegrationTest" runIntegrationTest({ projectName: "custom-patch-dir", shouldProduceSnapshots: false, })
{ "content_hash": "169cfa0e295cedb232f4870aa6a4d18a", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 58, "avg_line_length": 30.2, "alnum_prop": 0.7682119205298014, "repo_name": "ds300/patch-package", "id": "cbbb7e1871c848b21b49b770c7d9f9c2565c2a14", "size": "151", "binary...
package org.apache.kafka.common.metrics; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.util.A...
{ "content_hash": "a2e7bd85aeeba19a50c01c67abcc5a48", "timestamp": "", "source": "github", "line_count": 728, "max_line_length": 158, "avg_line_length": 45.1978021978022, "alnum_prop": 0.6102601507415512, "repo_name": "sebadiaz/kafka", "id": "62ec670332443188f326de5d73a99a81731d4e16", "size": "33702...
<assembly> <id>bin</id> <formats> <format>zip</format> <format>tar.gz</format> </formats> <fileSets> <fileSet> <directory>${basedir}</directory> <outputDirectory>/</outputDirectory> <includes> <include>README</include> <include>TODO</include> <include>NOTICE...
{ "content_hash": "6c65d4929aa7bd1c6735ed60e12db22f", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 70, "avg_line_length": 30.266666666666666, "alnum_prop": 0.6365638766519823, "repo_name": "marklogic/cqsh", "id": "204e0e8ab5e6718f0a13eeef6dac7c7b16a6f56f", "size": "1362"...
package org.olat.course.nodes.cp; import java.io.File; import org.olat.core.gui.UserRequest; import org.olat.core.gui.Windows; import org.olat.core.gui.components.Component; import org.olat.core.gui.components.link.Link; import org.olat.core.gui.components.panel.Panel; import org.olat.core.gui.components.tree.TreeE...
{ "content_hash": "7ec5080e8d301d27b77e40ac73ae7725", "timestamp": "", "source": "github", "line_count": 234, "max_line_length": 164, "avg_line_length": 39.14102564102564, "alnum_prop": 0.7498635222185828, "repo_name": "RLDevOps/Scholastic", "id": "d560ced5af38c76f482d232713af0356ed0e7ee1", "size": ...
import { Component } from "@angular/core"; import { NgbModule } from '@ng-bootstrap/ng-bootstrap'; import { OnInit } from '@angular/core' import { Input } from '@angular/core' import { Router } from '@angular/router'; import { FormsModule } from '@angular/forms'; import { IMultiSelectOption } from 'angular-2-dropdown-m...
{ "content_hash": "c82d38d8e06436b3f9942082a0c27333", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 94, "avg_line_length": 29.35185185185185, "alnum_prop": 0.6473186119873817, "repo_name": "paololersey/mea4n-aws", "id": "db1c0a96c05a3381b08cbe925047f513219618da", "size": ...
[assembly: global::Android.Runtime.ResourceDesignerAttribute("ContosoMoments.Droid.Resource", IsApplication=true)] namespace ContosoMoments.Droid { [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")] public partial class Resource { static Resource() { global::And...
{ "content_hash": "539b0f24c08e0472440e791dac2640ef", "timestamp": "", "source": "github", "line_count": 5715, "max_line_length": 142, "avg_line_length": 31.79825021872266, "alnum_prop": 0.7116443896614152, "repo_name": "azure-appservice-samples/ContosoMoments", "id": "dae4bb04782ecc8f81ee47516d58b52e...
package com.intellij.openapi.diff.impl.external; import com.intellij.openapi.Disposable; import com.intellij.openapi.components.PersistentStateComponent; import com.intellij.openapi.components.State; import com.intellij.openapi.components.Storage; import com.intellij.openapi.diagnostic.Logger; import com.intellij.open...
{ "content_hash": "862cd2ddd599368b09084a16e7e9052f", "timestamp": "", "source": "github", "line_count": 187, "max_line_length": 122, "avg_line_length": 35.17112299465241, "alnum_prop": 0.7448684810703968, "repo_name": "jk1/intellij-community", "id": "8a39c7446b9c0973aee9116efed327f0817d2309", "size...
@interface PodsDummy_Pods_ZLPlayNews : NSObject @end @implementation PodsDummy_Pods_ZLPlayNews @end
{ "content_hash": "72d55691047867d61bc56c041607f60c", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 47, "avg_line_length": 25, "alnum_prop": 0.83, "repo_name": "TsinHzl/ZLPlayNews", "id": "4e7047f2ca57a1c3aff471e240bfa209c0f1dfa8", "size": "134", "binary": false, "copi...
package index import ( "bytes" "crypto/sha1" "errors" "hash" "io" "time" "gopkg.in/src-d/go-git.v4/utils/binary" ) var ( // EncodeVersionSupported is the range of supported index versions EncodeVersionSupported uint32 = 2 // ErrInvalidTimestamp is returned by Encode if a Index with a Entry with // negati...
{ "content_hash": "4459aaf621a0c27dd9ff99959451604c", "timestamp": "", "source": "github", "line_count": 141, "max_line_length": 74, "avg_line_length": 19.29078014184397, "alnum_prop": 0.6606617647058823, "repo_name": "ajkerrigan-mdsol/awless", "id": "94fbc68b4cf589516aecf552c490c2052d8cd506", "size...
package org.springframework.boot.autoconfigure.transaction; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import org.springframework.boot.util.LambdaSafe; import org.springframework.transaction.PlatformTransactionManager; /** * A collection of {@link...
{ "content_hash": "6d95a6ee692ba9d2a0d976a3b63ee579", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 79, "avg_line_length": 29.105263157894736, "alnum_prop": 0.7929475587703436, "repo_name": "isopov/spring-boot", "id": "68e8f5a3f0a54c4428344cdcd51f93a6b7db3c86", "size": "1...
"""Functions for adding highlighting tags to nodes and edges in BEL graphs.""" from typing import Iterable, Optional from pybel import BELGraph from pybel.dsl import BaseEntity from pybel.struct.filters.typing import EdgeIterator from pybel.struct.pipeline import in_place_transformation, uni_in_place_transformation ...
{ "content_hash": "916ef117c65e2e58f4aa9ef170738195", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 88, "avg_line_length": 31.911290322580644, "alnum_prop": 0.6901693201920647, "repo_name": "pybel/pybel-tools", "id": "2a18cb3d337a36043d58c74e830c435bbd829d85", "size": "3...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="it"> <head> <!-- Generated by javadoc (version 1.7.0_03) on Wed Dec 04 15:38:03 CET 2013 --> <title>Uses of Class jade.domain.FIPAAgentManagement.FIPAManagementOntology (JADE v4.3.1 A...
{ "content_hash": "44ce8b8ff567ed8e1a2f73588d906ebf", "timestamp": "", "source": "github", "line_count": 116, "max_line_length": 214, "avg_line_length": 40.008620689655174, "alnum_prop": 0.6265890971773325, "repo_name": "shookees/SmartFood_old", "id": "04bf0ba30fbe71c3d086c7ef6db399b8a4d8caed", "siz...
A command line interface to the Auburn ACM web app (auacm.com) ## Installation ### From pip Run `pip install auacm` ### Build from source Clone this repository `git clone https://github.com/brandonlmorris/auacm-cli` Then in the top-level directroy, run `python3 setup.py install` This will install all the code ...
{ "content_hash": "eaae15ed10702100cd5e1fc619458e23", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 78, "avg_line_length": 27.41747572815534, "alnum_prop": 0.7560198300283286, "repo_name": "BrandonLMorris/auacm-cli", "id": "1679a685835750a3b256b8e32a2a7e6388cd9cf4", "siz...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>reduction-effects: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
{ "content_hash": "ff9cecc0153e78f1684952dde3c268f8", "timestamp": "", "source": "github", "line_count": 165, "max_line_length": 157, "avg_line_length": 41.157575757575756, "alnum_prop": 0.5420409365336475, "repo_name": "coq-bench/coq-bench.github.io", "id": "5203fc7452d3df0a1620f4887381117b4f271700",...
(function ($, document, undefined) { var pluses = /\+/g; function raw(s) { return s; } function decoded(s) { return unRfc2068(decodeURIComponent(s.replace(pluses, ' '))); } function unRfc2068(value) { if (value.indexOf('"') === 0) { // This is a quoted cookie as according to RFC2068, unescape va...
{ "content_hash": "cc0116ace4d52501b91816a74aeb050b", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 129, "avg_line_length": 25.041666666666668, "alnum_prop": 0.5867997781475319, "repo_name": "ruoyousi/js-spa", "id": "8ed3f698169cc8ddf7cc385ae0e1906db9d0709c", "size": "195...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Automata; //Copyright (C) 2004 Stephen Wan namespace AutomataPDL { public static class PDLEditDistance { #region PDL edit distance /// <summary> /// Returns the minimu...
{ "content_hash": "8b162a7ff41554c2ecd19d99050b1282", "timestamp": "", "source": "github", "line_count": 1804, "max_line_length": 227, "avg_line_length": 53.7450110864745, "alnum_prop": 0.458826684269153, "repo_name": "AutomataTutor/automatatutor-backend", "id": "97dba95157740e03a6b0f53cade5de223d9203...
NSString * const kAFOAuthClientCredentialsGrantType = @"client_credentials"; NSString * const kAFOAuthPasswordCredentialsGrantType = @"password"; NSString * const kAFOAuthCodeGrantType = @"authorization_code"; NSString * const kAFOAuthRefreshGrantType = @"refresh_token"; NSString * const kAFOAuthFacebookCredentialGrant...
{ "content_hash": "0e1e05d1923ce1ddeeef723fbabb9537", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 645, "avg_line_length": 47.54212454212454, "alnum_prop": 0.6321750520070883, "repo_name": "giuseppenucifora/PNObject", "id": "10d533bab4d01f84a56ad8691c9d5a7ebc9585c4", "s...
package com.example.csq.csqcoolweather; import android.content.Intent; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected vo...
{ "content_hash": "18f1e60de79b574a2cb67af5a1a3203c", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 87, "avg_line_length": 32.08695652173913, "alnum_prop": 0.7276422764227642, "repo_name": "Iegend8619/MyCoolWeather", "id": "3526ac8cf04057bacb987885e2b5b221db22bcfa", "size...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_7803 { }
{ "content_hash": "a87cefefd0140047215a39c8320249f4", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 52, "avg_line_length": 21.571428571428573, "alnum_prop": 0.8079470198675497, "repo_name": "lesaint/experimenting-annotation-processing", "id": "9a6b9b3872c3db690dd4d06740de83f...
@class PXLayer; @interface PXMoveTool : PXLinearTool { PXLayer *realLayer, *copyLayer, *moveLayer; BOOL isCopying; BOOL isMovingSelection; NSPoint origin, selectionOrigin; NSRect selectedRect, lastSelectedRect; PXSelectionMask oldMask; } - (void)updateCopyLayerForCanvas:(PXCanvas *)canvas; @end
{ "content_hash": "9953cd1658d5749e92a7d25992f46a0d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 52, "avg_line_length": 23.307692307692307, "alnum_prop": 0.7920792079207921, "repo_name": "jshier/Pixen", "id": "c50259317816ec35379499123828599ed1547afc", "size": "1699", ...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "cfbd5e66a08e1a0ab06f18fc66b7959b", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "97dfef967137680a554902b444d2778d46e2e870", "size": "190...
package org.apache.flink.streaming.api.scala.async import org.apache.flink.annotation.PublicEvolving /** * A function to trigger async I/O operations. * * For each asyncInvoke an async io operation can be triggered, and once it has been done, * the result can be collected by calling ResultFuture.complete. F...
{ "content_hash": "d6ac850fa5bc137673a65136bf5ff29b", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 99, "avg_line_length": 35.625, "alnum_prop": 0.737719298245614, "repo_name": "zohar-mizrahi/flink", "id": "aea6b57a3c0a1998edb6291c438a6142e750189f", "size": "1945", "bin...
tl;dr; http://stateless.co/hal_specification.html TODO: fill this in with some commentary
{ "content_hash": "62e79d1c02e5417d716d2381381f5312", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 50, "avg_line_length": 30.333333333333332, "alnum_prop": 0.7802197802197802, "repo_name": "masonforest/horizon-importer", "id": "8ebf838603c52a26fe8eb3f97bb3fb4854210d1d", "...
set -eo pipefail -o nounset if [[ -z $(conda info --envs | grep "*" | grep -o "\/.*") ]]; then export CONDA_ROOT=$(conda info --root) env_dir=$CONDA_ROOT export RECIPE_DIR=$CONDA_ROOT/share/ggd/Homo_sapiens/GRCh38/grch38-chrom-mapping-ensembl2refseq-ncbi-v1/1 elif [[ $(conda info --envs | grep "*" | grep -...
{ "content_hash": "8771bf6ff820ea53a39b6e87e487cab2", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 148, "avg_line_length": 37.34146341463415, "alnum_prop": 0.6329196603527106, "repo_name": "gogetdata/ggd-recipes", "id": "a63e84fcfa3f8867d52182416d539c2db0d8e8ca", "size":...
@interface BusinessLocation : NSObject <MKAnnotation> @property (nonatomic, strong) Business *business; - (id)initWithBusiness:(Business *)business; - (MKMapItem *)mapItem; @end #endif
{ "content_hash": "dfc952c14ad1eb2da517efa012b68e96", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 53, "avg_line_length": 17.272727272727273, "alnum_prop": 0.7473684210526316, "repo_name": "naeims/yelpclient", "id": "6ec25734464bd24b8bc24e1f74a6efacd7d09dd7", "size": "47...
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" android:padding="@dimen/activity_margin"> <Button android:id="@+id/...
{ "content_hash": "f3ad6f7c66fd854084f00e7c48f02f24", "timestamp": "", "source": "github", "line_count": 21, "max_line_length": 77, "avg_line_length": 35.19047619047619, "alnum_prop": 0.6765899864682002, "repo_name": "aporter/coursera-android", "id": "fb274930408f85dced2a73490781a95780f4cd83", "size...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.project; import com.intellij.openapi.Disposable; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.util.Invalid...
{ "content_hash": "1829fa0e93c979d4d646ffec77edcf6b", "timestamp": "", "source": "github", "line_count": 126, "max_line_length": 140, "avg_line_length": 35.492063492063494, "alnum_prop": 0.7419499105545617, "repo_name": "paplorinc/intellij-community", "id": "ef545e189a0b6ef203f264844771578894403171", ...
#ifndef InertAnimation_h #define InertAnimation_h #include "core/CoreExport.h" #include "core/animation/AnimationEffect.h" #include "core/animation/AnimationNode.h" #include "wtf/RefPtr.h" namespace blink { class CORE_EXPORT InertAnimation final : public AnimationNode { public: static PassRefPtrWillBeRawPtr<In...
{ "content_hash": "202c2b5581aecbd698df0045b164c485", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 148, "avg_line_length": 31.885714285714286, "alnum_prop": 0.7768817204301075, "repo_name": "prepare/Blink_only_permissive_lic_files", "id": "1b3f80a7b5f78db71712d11e2f4c1f625...
package io.amaze.bench.cluster.actor; import io.amaze.bench.api.ActorKey; import io.amaze.bench.cluster.LifecycleMessage; import io.amaze.bench.cluster.agent.AgentKey; import io.amaze.bench.cluster.registry.ActorRegistryListener; import javax.validation.constraints.NotNull; import static java.util.Objects.requireNo...
{ "content_hash": "4b7efe6124c40fd067d01d9cd2ef6a6c", "timestamp": "", "source": "github", "line_count": 129, "max_line_length": 115, "avg_line_length": 31.03875968992248, "alnum_prop": 0.6071428571428571, "repo_name": "florentw/bench", "id": "0e69bfa43ee19b3eaada50be3d65e1129e2aa894", "size": "4631...
<resources> <string name="app_name">Foodie</string> <string name="hello_world">Hello world!</string> <string name="action_settings">Settings</string> <string name="default_age">18</string> <string name="fixed_string_age">Age:</string> <string name="fixed_string_male">Male</string> <string n...
{ "content_hash": "52a5b928539313cd32764655a9ede3df", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 73, "avg_line_length": 44.12903225806452, "alnum_prop": 0.6882309941520468, "repo_name": "LaFoodMagique/LFM-Android", "id": "fe16bde531341a1c3ab7f1f771b251cc5edd2219", "siz...
package jsystem.extensions.report.sumextended; import java.io.File; import java.io.FileInputStream; import java.io.FileWriter; import java.io.IOException; import java.util.Enumeration; import java.util.HashMap; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import jsyst...
{ "content_hash": "bc2bff9130d72b1ad16ea33a4ec53e8f", "timestamp": "", "source": "github", "line_count": 333, "max_line_length": 103, "avg_line_length": 26.384384384384383, "alnum_prop": 0.6849533348508992, "repo_name": "Top-Q/jsystem", "id": "36a8f703bc41a538861c0548cef41dd249601425", "size": "8890...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "3cdca10a6818a66ffac421131e3eeed2", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "e560f0c48821514cf6ea79b260d02126bc4cbdc1", "size": "181...
'=============================================================================== ' Generated From - VbNet_SQL_dOOdads_BusinessEntity.vbgen ' ' ** IMPORTANT ** ' How to Generate your stored procedures: ' ' SQL = SQL_StoredProcs.vbgen ' ACCESS = Access_StoredProcs.vbgen ' ORACLE = Oracle...
{ "content_hash": "2eae1053b2c7169c112ad359268fd2f5", "timestamp": "", "source": "github", "line_count": 957, "max_line_length": 113, "avg_line_length": 27.886102403343784, "alnum_prop": 0.6708884475587364, "repo_name": "cafephin/mygeneration", "id": "40fe6b50d69cfe87842dfe032ca73e14f8e74434", "size...
/* eslint-env shelljs */ const fs = require('fs') const webpack = require('webpack') const path = require('path') const ora = require('ora') const less = require('less') const CleanCSS = require('clean-css') const mkdirp = require('mkdirp') exports.read = function (file, callback) { return new Promise((resolve, reje...
{ "content_hash": "3460369ab09a2aca689a2131e13cee49", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 141, "avg_line_length": 23.76923076923077, "alnum_prop": 0.6158113730929264, "repo_name": "decaf-emu/huehuetenango", "id": "b27a720a6956f9d921d8674ce92b8d968ebd93b5", "size...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.CSharp.Cod...
{ "content_hash": "58a0f19a2dc5d4a572ee7e42a3a0fb10", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 196, "avg_line_length": 52.771929824561404, "alnum_prop": 0.7350398936170213, "repo_name": "weltkante/roslyn", "id": "45e9ec0c6c5c9c5c33de74b3aa3a0708728c68d4", "size": "30...
```html <m-linear-progress :open="isProgressOpen" :progress="0.5" :buffer="0.5" indeterminate/> ``` ### Script ```javascript data () { return { isProgressOpen: true } } ``` ### Props | Prop | Type | Default | Required | Description | |------|------|---------|----------|-------------| | open | Boole...
{ "content_hash": "e27ddad1fd7dfa2b033f621311e99c95", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 105, "avg_line_length": 24.387096774193548, "alnum_prop": 0.6177248677248677, "repo_name": "matsp/material-components-vue", "id": "b34f38271c427596eed02f2dcb9e482bb93e497a", ...
package com.java110.utils.constant; /** * 业主车辆属性常量类 * Created by wuxw on 2017/5/20. */ public class ServiceCodeOwnerCarAttrConstant { /** * 添加 业主车辆属性 */ public static final String ADD_OWNERCARATTR = "ownerCarAttr.saveOwnerCarAttr"; /** * 修改 业主车辆属性 */ public static final String...
{ "content_hash": "18447b0e79848c51c0bd0112d4fd51cb", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 87, "avg_line_length": 20.129032258064516, "alnum_prop": 0.6602564102564102, "repo_name": "java110/MicroCommunity", "id": "705b0ff62eb7d142b7cb8fcd7a8e27b960a3a4fa", "size"...
package ee.sk.smartid.rest.dao; import org.junit.Test; public class SignatureSessionRequestTest { @Test(expected = UnsupportedOperationException.class) public void setDisplayText() { SignatureSessionRequest signatureSessionRequest = new SignatureSessionRequest(); signatureSessionRequest.set...
{ "content_hash": "46dad214bbc70c93de52d71d857558ab", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 88, "avg_line_length": 24.928571428571427, "alnum_prop": 0.7564469914040115, "repo_name": "SK-EID/smart-id-java-client", "id": "4b5a5d1a8036463ea52c2df5518dbca1022af630", "...
{% comment %} Ordered category list with post count Author: Sebastian Teumert (<http://www.teumert.net>, <http://www.github.com/NetzwergX>) Licensed under the MIT license (see LICENSE file). This category list can be used as navigation is sidebars or elsewhere. It renders a flat list of categories and displays t...
{ "content_hash": "6eadd31b60454a946251bab068804006", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 139, "avg_line_length": 38.85, "alnum_prop": 0.6924066924066924, "repo_name": "jeremyf/jeremyf.github.io", "id": "4e31bafcecf9b8a95968b36e3117d852ee39860d", "size": "777", ...
namespace Vidyano { "use strict"; export enum PersistentObjectLayoutMode { FullPage, MasterDetail } export class PersistentObject extends ServiceObjectWithActions { private _isSystem: boolean; private _lastResult: any; private _lastUpdated: Date; privat...
{ "content_hash": "3310a3f8c35746eeca5e5dd9f209ae14", "timestamp": "", "source": "github", "line_count": 527, "max_line_length": 297, "avg_line_length": 43.24288425047438, "alnum_prop": 0.5532493746983194, "repo_name": "jmptrader/Vidyano", "id": "fb11fe5db1e15bbe64503b7e4b517dc0d2c5e095", "size": "2...
import pwndbg.gdblib.events import pwndbg.gdblib.typeinfo from pwndbg.gdblib import arch_mod from pwndbg.lib.memoize import reset_on_cont from pwndbg.lib.memoize import reset_on_exit from pwndbg.lib.memoize import reset_on_objfile from pwndbg.lib.memoize import reset_on_prompt from pwndbg.lib.memoize import reset_on_st...
{ "content_hash": "2b568f1ca5c83a8c777795415037b36c", "timestamp": "", "source": "github", "line_count": 77, "max_line_length": 74, "avg_line_length": 22.766233766233768, "alnum_prop": 0.7455790074158585, "repo_name": "pwndbg/pwndbg", "id": "1456e966d6f00d62572b49a8ecf6db57fe805d84", "size": "1753",...
package org.apache.guacamole.net.example; import javax.servlet.http.HttpServletRequest; import org.apache.guacamole.GuacamoleException; import org.apache.guacamole.net.GuacamoleSocket; import org.apache.guacamole.net.GuacamoleTunnel; import org.apache.guacamole.net.InetGuacamoleSocket; import org.apache.guacamole.ne...
{ "content_hash": "5588cd6850f9f55515fc1b95a98d1430", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 95, "avg_line_length": 33.583333333333336, "alnum_prop": 0.7363523573200993, "repo_name": "DaanWillemsen/guacamole-client", "id": "64f78e4385f298960c4cf19b38f97a80a2a7cd9c", ...
// // AppDelegate.m // ParabolicFlightContest2013 // // Created by cuongnm92 on 10/28/13. // Copyright (c) 2013 vietnam. All rights reserved. // #import "AppDelegate.h" @implementation AppDelegate @synthesize managedObjectContext = _managedObjectContext; @synthesize managedObjectModel = _managedObjectModel; @syn...
{ "content_hash": "5c1e3eaf5465c27c281c3d0f0568a8e5", "timestamp": "", "source": "github", "line_count": 158, "max_line_length": 281, "avg_line_length": 45.75316455696203, "alnum_prop": 0.7439479872734818, "repo_name": "cuongnm92/Parabolic-Flight", "id": "263f13bd232f7f5347a2b1abc8be1f5575c32c8f", "...
/* eslint-disable no-var, no-shadow, dot-notation */ module.exports = function(wallaby) { return { files: [ {pattern: 'wwwroot/jspm_packages/system.js', instrument: false}, {pattern: 'wwwroot/config.js', instrument: false}, {pattern: 'src/**/*.ts', load: false}, {pattern: 'test/unit/set...
{ "content_hash": "86788e2cf55a77f5569f00db43813a1f", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 117, "avg_line_length": 25.942307692307693, "alnum_prop": 0.5277983691623425, "repo_name": "delebash/skeleton-navigation", "id": "b612db14472247a3c5e76c24fb25f697c3150ec3", ...
#ifndef _STM32_FLASH_H_ #define _STM32_FLASH_H_ /*! * \file arch/cm3/stm/stm32_flash.h * \brief On-Chip flash memory access. * $Id: stm32_flash.h 3220 2010-11-12 13:04:17Z astralix $ * \verbatim */ // #define FLASHDEBUG /* Nut/OS specific API functions to read and write configuration data. */ extern int Stm32...
{ "content_hash": "914fbe9a317d00490161d59c7edf3407", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 86, "avg_line_length": 26.36842105263158, "alnum_prop": 0.7125748502994012, "repo_name": "Astralix/ethernut32", "id": "ecbdc1779111520c46ffbb3c244498d9dd8bda29", "size": "2...
package org.apache.hadoop.hbase.security; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier.Kind; import org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos; import org.apache.had...
{ "content_hash": "03b06a5dadeea15094ad0eab9c076810", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 97, "avg_line_length": 39.957142857142856, "alnum_prop": 0.7676081515909904, "repo_name": "ChinmaySKulkarni/hbase", "id": "d96b676a041787d9aab7b39a2cb8be4c0dda602d", "size"...
#ifndef __CURL_CURLVER_H #define __CURL_CURLVER_H /* This header file contains nothing but libcurl version info, generated by a script at release-time. This was made its own header file in 7.11.2 */ /* This is the global package copyright */ #define LIBCURL_COPYRIGHT "1996 - 2018 Daniel Stenberg, <daniel@haxx.se>...
{ "content_hash": "5abbb7e8d6c5b83d047188238b0cff59", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 78, "avg_line_length": 35.35087719298246, "alnum_prop": 0.7270471464019851, "repo_name": "OpenSpace/OpenSpace", "id": "4422a1a0b4fb12f062b25faf989bfce660e05dea", "size": "3...
#ifndef TENSORFLOW_LITE_MICRO_KERNELS_ARC_MLI_INTERFACE_H_ #define TENSORFLOW_LITE_MICRO_KERNELS_ARC_MLI_INTERFACE_H_ #include "mli_api.h" // NOLINT #include "tensorflow/lite/kernels/internal/tensor_ctypes.h" namespace tflite { namespace ops { namespace micro { // Abstracts access to mli_tensor fields t...
{ "content_hash": "314bd068d9f09090655d45beb802e799", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 77, "avg_line_length": 28.693548387096776, "alnum_prop": 0.6852164137155705, "repo_name": "tensorflow/tflite-micro", "id": "b4087f3b87ba465a48a2d7e2bc53ca9491835ec4", "size...
class FisiatriaConfiguracion < ActiveRecord::Base validates :numero_turnos, :numericality => { :greater_than => 0 } validate :numero_de_turnos, on: :update after_update :update_disponibilidad def numero_de_turnos if numero_turnos_changed? dias = DisponiblidadHorario.where(['dia >= ?', Time.now.begin...
{ "content_hash": "802622b70c68472e37950760a7d7800b", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 100, "avg_line_length": 31.044444444444444, "alnum_prop": 0.6127415891195419, "repo_name": "meruba/sisfa", "id": "391a91f98c047e7386e7ac1eddc063d1f7d1ef1c", "size": "1790",...
var fs = require('fs'), path = require('path'), continuum = require('../continuum'), resolve = path.resolve, exists = fs.existsSync, print = console.log, define = continuum.utility.define, iterate = continuum.utility.iterate, map = continuum.utility.map, Queue = continuum.utility.Que...
{ "content_hash": "93f563399636d00667fe1333bebd1de7", "timestamp": "", "source": "github", "line_count": 374, "max_line_length": 106, "avg_line_length": 25.681818181818183, "alnum_prop": 0.554711087975013, "repo_name": "lukehoban/continuum", "id": "85133d5d0d39298414398ccb9439ce32b798e2a1", "size": ...
<idea-plugin> <id>org.teavm.idea</id> <name>TeaVM IDEA Integration</name> <version>${project.version}</version> <vendor email="info@teavm.org" url="http://teavm.org">TeaVM community</vendor> <depends>com.intellij.modules.java</depends> <depends optional="true" config-file="maven.xml">org.jetbrains.idea.mav...
{ "content_hash": "8e2988c266fb2022862f23894002b9af", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 99, "avg_line_length": 43, "alnum_prop": 0.7276955602536997, "repo_name": "konsoletyper/teavm", "id": "9a0b928392345d033271bc9bd7aff534e7b6221e", "size": "2365", "binary"...
(function () { 'use strict'; describe('Xmens Controller Tests', function () { // Initialize global variables var XmensController, $scope, $httpBackend, $state, Authentication, XmensService, mockXmen; // The $resource service augments the response object with methods...
{ "content_hash": "1d40c72641b805a052addaf526e52067", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 132, "avg_line_length": 30.611764705882354, "alnum_prop": 0.5931975403535742, "repo_name": "ygoryunov/xmen", "id": "df55d4c7fc587bb770b88f629d0aa3a418a98f68", "size": "520...
.class public Lcom/samsung/android/rlc/receiver/handler/GCMHandler; .super Lcom/samsung/android/rlc/receiver/handler/PushMsgHandler; .source "GCMHandler.java" # static fields .field private static final APP:Ljava/lang/String; = "app" .field private static final ERROR:Ljava/lang/String; = "error" .field private stat...
{ "content_hash": "28fc75f7cc118c9673c7782fd559cd00", "timestamp": "", "source": "github", "line_count": 468, "max_line_length": 182, "avg_line_length": 32.61965811965812, "alnum_prop": 0.7247478055810297, "repo_name": "BatMan-Rom/ModdedFiles", "id": "e251e8431a44449e5ce2d2d77ecb190ac4cc70ed", "size...
<?php namespace yii\captcha; use Yii; use yii\base\Action; use yii\base\InvalidConfigException; use yii\helpers\Url; use yii\web\Response; /** * CaptchaAction renders a CAPTCHA image. * * CaptchaAction is used together with [[Captcha]] and [[\yii\captcha\CaptchaValidator]] * to provide the [CAPTCHA](http://en.w...
{ "content_hash": "caaa24af1bfcea366a72d83909926c4e", "timestamp": "", "source": "github", "line_count": 348, "max_line_length": 127, "avg_line_length": 34.23275862068966, "alnum_prop": 0.569713758079409, "repo_name": "uxff/yii2-advanced", "id": "bddd0bf1c6050ae43bc7287681c0ab43d45a5cb3", "size": "1...
var path = require('path') var stylizer = require('stylizer') var templatizer = require('templatizer-hbs') // for reuse var appDir = path.resolve(__dirname + '/../../web/client') var cssDir = path.resolve(__dirname + '/../../web/public/css') var javascriptDir = path.resolve(__dirname + '/../../web/public/javascript') ...
{ "content_hash": "24e04683d8873256b56f99008dccac78", "timestamp": "", "source": "github", "line_count": 87, "max_line_length": 97, "avg_line_length": 43.9080459770115, "alnum_prop": 0.6010471204188481, "repo_name": "tableflip/guvnor", "id": "4315aa3e727588f874af1033fefb5f870de2ee28", "size": "3820"...
layout: page title: Daniel - Jacobs Wedding date: 2016-05-24 author: Katherine Cochran tags: weekly links, java status: published summary: Praesent et dolor aliquet, vulputate mi vitae, dignissim nisl. banner: images/banner/meeting-01.jpg booking: startDate: 11/28/2018 endDate: 11/29/2018 ctyhocn: ATLSBHX group...
{ "content_hash": "c20ec3a9af43dc3fa727735a2a110570", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 519, "avg_line_length": 98.45833333333333, "alnum_prop": 0.8057553956834532, "repo_name": "KlishGroup/prose-pogs", "id": "282ff3ba18cc0ba186a8f56b54859731c69b647f", "size":...
package algorithms.imageProcessing; import algorithms.imageProcessing.features.mser.MSEREdges; import algorithms.imageProcessing.segmentation.LabelToColorHelper; import algorithms.misc.MiscDebug; import algorithms.util.PairInt; import algorithms.util.QuadInt; import algorithms.util.ResourceFinder; import gnu.trove.ite...
{ "content_hash": "1e927f0f83bf5312b015ddfce512c056", "timestamp": "", "source": "github", "line_count": 266, "max_line_length": 90, "avg_line_length": 32.92481203007519, "alnum_prop": 0.42897921899977165, "repo_name": "nking/curvature-scale-space-corners-and-transformations", "id": "10d8346e1d80482b2...
 #include <aws/iam/model/InstanceProfile.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> using namespace Aws::Utils::Xml; using namespace Aws::Utils; namespace Aws { namespace IAM { namespace Model { ...
{ "content_hash": "ab8c97cfa9f55e5db9f53a41c5d20eb5", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 159, "avg_line_length": 29.37869822485207, "alnum_prop": 0.6586102719033232, "repo_name": "ambasta/aws-sdk-cpp", "id": "4e020b0a4251f4aa5a4341530e1fbd123b876a0a", "size": ...
// Provides the Design Time Metadata for the sap.m.QuickView control sap.ui.define([], function() { "use strict"; return { name: { singular: "QUICK_VIEW_NAME", plural: "QUICK_VIEW_NAME_PLURAL" }, palette: { group: "DISPLAY" } }; });
{ "content_hash": "da0c2ede9f63b84eaee0f3746eb0bd97", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 68, "avg_line_length": 14.277777777777779, "alnum_prop": 0.6147859922178989, "repo_name": "SAP/openui5", "id": "769b84edc8c199e173b0a947ec7cb61983107da7", "size": "280", ...
import sys import os import shutil import unittest import mvtools_test_fixture import create_and_write_file import path_utils import check_path_plugin class CheckPathPluginTest(unittest.TestCase): def setUp(self): v, r = self.delegate_setUp() if not v: self.tearDown() sel...
{ "content_hash": "b9d9872380b1d68ceaec48358f6de62d", "timestamp": "", "source": "github", "line_count": 383, "max_line_length": 131, "avg_line_length": 33.30809399477807, "alnum_prop": 0.6254605314729168, "repo_name": "mvendra/mvtools", "id": "d016c4dd5d8f572d5918e6fb46c220754d538867", "size": "127...
package org.apache.camel.component.smpp; import java.io.IOException; import java.util.concurrent.locks.ReentrantLock; import org.apache.camel.Exchange; import org.apache.camel.Message; import org.apache.camel.support.DefaultProducer; import org.jsmpp.DefaultPDUReader; import org.jsmpp.DefaultPDUSender; import org.js...
{ "content_hash": "7ca979f89e61f06a7740fb6a99232f8d", "timestamp": "", "source": "github", "line_count": 220, "max_line_length": 139, "avg_line_length": 38.92727272727273, "alnum_prop": 0.5361980382998599, "repo_name": "punkhorn/camel-upstream", "id": "a437a7be28bc5f87212a71753a4aa1683175264b", "siz...
class ProjectSnippetPolicy < BasePolicy delegate :project desc "Snippet is public" condition(:public_snippet, scope: :subject) { @subject.public? } condition(:internal_snippet, scope: :subject) { @subject.internal? } condition(:private_snippet, scope: :subject) { @subject.private? } condition(:public_proje...
{ "content_hash": "2fbc0d24fc3ef4ae9b7d9895b0e4bba7", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 103, "avg_line_length": 37.458333333333336, "alnum_prop": 0.7180200222469411, "repo_name": "stoplightio/gitlabhq", "id": "2a3e4ca174bbf3c9a6224e6686cac8ebe1de1fb3", "size":...
#ifndef QDESIGNER_COMPONENTS_H #define QDESIGNER_COMPONENTS_H #include <QtDesigner/qdesigner_components_global.h> #include <QtCore/qglobal.h> QT_BEGIN_NAMESPACE class QObject; class QWidget; class QDesignerFormEditorInterface; class QDesignerWidgetBoxInterface; class QDesignerPropertyEditorInterface; class QDesig...
{ "content_hash": "80a4b9607d37a69a7d235f8bdd9623b0", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 121, "avg_line_length": 37.02564102564103, "alnum_prop": 0.8351800554016621, "repo_name": "ilangal-amd/CodeXL", "id": "6a4fe873d2c55d6a35736039212f31f44c920839", "size": "3...
package cc.seeed.iot.activity; import android.app.Activity; import android.app.Dialog; import android.app.ProgressDialog; import android.graphics.Color; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; impo...
{ "content_hash": "765d8dd00b11018cb3600c0f2de15d65", "timestamp": "", "source": "github", "line_count": 373, "max_line_length": 165, "avg_line_length": 35.74798927613941, "alnum_prop": 0.6005699715014249, "repo_name": "awong1900/WiFi_Iot_Node_App", "id": "7f963d06cfa89f5b064727846f7b20988db1a225", ...
ACCEPTED #### According to Integrated Taxonomic Information System #### Published in null #### Original name null ### Remarks null
{ "content_hash": "a9adc34f67732b9b4a4eb7327a2a42ff", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.7238805970149254, "repo_name": "mdoering/backbone", "id": "78ecd1b364370c22c0e5ed0f8eb2e350d1b915b8", "size": "17...
namespace SFA.DAS.EAS.Web.ViewModels { public class GatewayInformViewModel { public string ConfirmUrl { get; set; } public string BreadcrumbUrl { get; set; } public string BreadcrumbDescription { get; set; } public bool ValidationFailed { get; set; } } }
{ "content_hash": "4ac6101339093a6f9effedf84f61bd26", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 57, "avg_line_length": 27.272727272727273, "alnum_prop": 0.6466666666666666, "repo_name": "SkillsFundingAgency/das-employerapprenticeshipsservice", "id": "6a293580b262fea75af...
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class User_m extends CI_Model { var $details; function __construct() { parent:: __construct(); } function validate_user( $uname, $password ) { // Build a query to retrieve the user's details // based...
{ "content_hash": "39df997f3c6b6af7e53fe7542a04c38f", "timestamp": "", "source": "github", "line_count": 179, "max_line_length": 185, "avg_line_length": 27.87150837988827, "alnum_prop": 0.5700541190619363, "repo_name": "gs-ankitd/GSSMS", "id": "2d084cf73f346bdba46de13488ba62e77a34c785", "size": "498...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>E-Contract</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"> <!-- Bootstr...
{ "content_hash": "510f0e3e232854acd338259966b6bfac", "timestamp": "", "source": "github", "line_count": 281, "max_line_length": 156, "avg_line_length": 38.661921708185055, "alnum_prop": 0.43455449189985274, "repo_name": "setyassida/econtractview", "id": "37fe2e6ff9affd185fa597341541bbe17ef48dfa", "...
/* * Beigesoft ™ * * Licensed under the Apache License, Version 2.0 * * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 */ package org.beigesoft.service; import java.util.Locale; import java.util.ResourceBundle; /** * <p>I18n </p> * * @author Yury Demidenko */ pu...
{ "content_hash": "c59cf4b72a76ab73cee57e84cff6ea03", "timestamp": "", "source": "github", "line_count": 46, "max_line_length": 68, "avg_line_length": 20.47826086956522, "alnum_prop": 0.6549893842887473, "repo_name": "demidenko05/beige-uml", "id": "e45164676cec6964ac82d3dc8482e0a6d98d0472", "size": ...
package com.renfeihn.jeeframe.modules.gen.entity; import java.util.List; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlTransient; import org.hibernate.validator.constraints.Length; import com.google.common.collect.Lists; import com.renfeihn.jeeframe.common.persistence.DataEnti...
{ "content_hash": "5ef7974aa943419c56030a00879bb23a", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 65, "avg_line_length": 19.38144329896907, "alnum_prop": 0.7111702127659575, "repo_name": "renfeihn/jeeframe", "id": "91db490f57efe3135368b14ee0307b9701468b65", "size": "191...
/* eslint-disable i18next/no-literal-string */ import React, {useCallback} from "react" import {Field, NodeType, TypedObjectTypingResult, VariableTypes} from "../../../types" import {ExpressionLang} from "./editors/expression/types" import Map from "./editors/map/Map" import {NodeCommonDetailsDefinition} from "./NodeCo...
{ "content_hash": "84b6290a80c195d217de9e86a7859268", "timestamp": "", "source": "github", "line_count": 47, "max_line_length": 99, "avg_line_length": 36.680851063829785, "alnum_prop": 0.7105568445475638, "repo_name": "TouK/nussknacker", "id": "04d942bfdbb354036486f6453a083d5b6aed8f8d", "size": "172...
package com.miraclewong.mwzhihudaily.domin.utils; import java.text.SimpleDateFormat; import java.util.Locale; /** * Created by miraclewong on 16/2/21. */ public class Constants { public static final int PAGE_COUNT = 5; public static final SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMMdd"...
{ "content_hash": "3976f472c89544d661b85a658c9216c4", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 104, "avg_line_length": 24, "alnum_prop": 0.7559523809523809, "repo_name": "MiracleWong/MWZhiHuDaily", "id": "0784ca395af0e0c378069fe2494dbfb4467ca4bb", "size": "336", "b...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="hu" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About Fullintegritycoin</source> <translation>A Fullintegritycoinról</tran...
{ "content_hash": "93573782f1b430ad6fcb9ee732cc3b32", "timestamp": "", "source": "github", "line_count": 2950, "max_line_length": 460, "avg_line_length": 37.13254237288135, "alnum_prop": 0.6213655161081238, "repo_name": "fullintegrity/Source", "id": "4275890edf1bdbc41732ce5d09d4689aca460934", "size"...
package com.mobgen.halo.android.framework.storage.database.dsl.annotations; import android.support.annotation.Keep; import com.mobgen.halo.android.framework.storage.database.dsl.HaloTable; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import j...
{ "content_hash": "ee2839033107c39d5a60612a16296698", "timestamp": "", "source": "github", "line_count": 76, "max_line_length": 75, "avg_line_length": 20.526315789473685, "alnum_prop": 0.6269230769230769, "repo_name": "mobgen/halo-android", "id": "11e7b146255d15ce60e62b5fe642eaf23d32a9c4", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-e...
{ "content_hash": "2b3e18e7d239846d69d8baa088f17994", "timestamp": "", "source": "github", "line_count": 471, "max_line_length": 999, "avg_line_length": 40.339702760084926, "alnum_prop": 0.609, "repo_name": "statsmodels/statsmodels.github.io", "id": "94a60068b9b7ee04ad0a6e151b7ec053967f2e34", "size"...
from __future__ import unicode_literals AUTHOR = u'Mitchell Barry' AUTHOR_EMAIL = u'mitch.barry@gmail.com' ABOUT_AUTHOR = u'Software Developer, Person' SITENAME = u'Mitchell Barry' SITEURL = 'http://localhost:8000' PATH = 'content' THEME = 'notmyidea' THEME = 'themes/pure' TIMEZONE = 'America/Chicago' DEFAULT_LANG...
{ "content_hash": "53cbb91ac7b54a08251feb689d77db37", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 86, "avg_line_length": 26.102564102564102, "alnum_prop": 0.6370333988212181, "repo_name": "mitch-b/web", "id": "27887dc04090673a862d4fc8a2146bb5aaefabae", "size": "2084", ...
var ClearBufferCommand = function() { this.Extends = SimpleCommand; this.mediator = null; this.execute = function(note) { alert("ClearBufferCommand"); this.mediator = note.getBody(); try { var content = ''; var commandBuffer = this.mediator.getCommandBuffer(); if (commandBuffer) { var buffer =...
{ "content_hash": "baf8c929d6f1abe7ab20790cd11f93ce", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 83, "avg_line_length": 32.86666666666667, "alnum_prop": 0.6693711967545639, "repo_name": "sjamayee/sjamayee", "id": "6b9511dfed4dfe07d2e5ed74459bb368a9c5d26e", "size": "997...
<html> <body> <p>Reports illegal syntax in format strings, format specifiers that are incompatible with the given arguments, insufficient arguments given for a format string, and so on.</p> <p>The inspection works in the following places:</p> <ul> <li><code>"&hellip;".format(&hellip;)</code></li> <li><code>...
{ "content_hash": "9e2197a8e370827824f06d416645aa31", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 110, "avg_line_length": 38.6875, "alnum_prop": 0.6494345718901454, "repo_name": "JetBrains/intellij-scala", "id": "10f012003cf3cabe9bc8d6139ec5282fbf0a42e6", "size": "619",...
namespace SelfLoadRO.DataAccess.ERCLevel { public partial interface ID01_ContinentCollDal { } }
{ "content_hash": "7ae2671f031630e5a6e20d4d0f765fda", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 50, "avg_line_length": 19, "alnum_prop": 0.6929824561403509, "repo_name": "CslaGenFork/CslaGenFork", "id": "29f2e24d2e67f4704006a5d3a97dff535920e942", "size": "114", "bina...
module CaseForm module Element class TimeZoneInput < Input self.allowed_options << [:readonly, :blank, :disabled, :priority_zones, :zones, :default, :time_zone] private def default_options options[:default] = options.delete(:time_zone) || ...
{ "content_hash": "00e02f56025497de78cab6e6643ff6b3", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 90, "avg_line_length": 28.956521739130434, "alnum_prop": 0.5525525525525525, "repo_name": "spiritsc/CaseForm", "id": "73536cbe5ff5147d052b0fbaa50b0b51e9d03134", "size": "68...
package com.manchey.model.vo.wechat.message.response; import com.manchey.model.vo.wechat.message.MediaMessage; import com.manchey.utils.wechat.AdapterCDATA; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.b...
{ "content_hash": "fc08f8c4133c8c8f6b1709ec96e19595", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 61, "avg_line_length": 25.5, "alnum_prop": 0.6713995943204868, "repo_name": "RayKr/manchey", "id": "beb09c6ecc45ead3442ceb3f3fecb2fd1df9bc1e", "size": "1519", "binary": f...
scripts ======= Small scripts and utilities, often for using other programs with Tor, routing traffic safely, removing fingerprintable system traits, and deploying/securing remote systems.
{ "content_hash": "e41e68ae45ea7f55bab210fe9844a9ec", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 172, "avg_line_length": 47.5, "alnum_prop": 0.8, "repo_name": "DrWhax/scripts", "id": "65546969babf34414a99d78e673c4f0e798db518", "size": "190", "binary": false, "copies...
package com.linkedin.pinot.core.operator.transform.transformer.datetime; import com.linkedin.pinot.common.data.DateTimeFormatSpec; import com.linkedin.pinot.common.data.DateTimeGranularitySpec; import javax.annotation.Nonnull; /** * Date time transformer to transform and bucket date time values from simple date fo...
{ "content_hash": "3604929a2e674ced59baa890e8fe63ee", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 106, "avg_line_length": 35.88, "alnum_prop": 0.7748049052396878, "repo_name": "apucher/pinot", "id": "6206418738a76b1167762d1f9eb79b173c6d3246", "size": "1534", "binary":...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TrenCalatorWin8.Parameters { public class RouteSearchParameter { public string Plecare { get; set; } public string Sosire { get; set; } public string Via { get;...
{ "content_hash": "031910af9ab240a3c89257534a76e853", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 43, "avg_line_length": 23.5625, "alnum_prop": 0.6684350132625995, "repo_name": "radu-ungureanu/TrenCalator", "id": "54391a5e20ff8432a72e039f8340d7aec08f644a", "size": "379"...
package com.github.fellowship_of_the_bus package tdtd package game import scala.collection.mutable.Set import scala.util.Random import scala.math._ abstract class AI { def pick(r: Float, c: Float, enemies: Set[Enemy]) : Enemy def pick(r: Float, c: Float, enemiesU: Set[Enemy], enemiesD: Set[Enemy], enemiesL: Set[E...
{ "content_hash": "0a9ee56f0363c33085a2f43fc13847f0", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 79, "avg_line_length": 27.237113402061855, "alnum_prop": 0.6760030280090841, "repo_name": "Fellowship-of-the-Bus/tdtd", "id": "b66998ea4042c3672700f7270bb518315c3cfa82", "s...
package net.happybrackets.develop.instruments.sample; import net.beadsproject.beads.events.KillTrigger; import net.beadsproject.beads.ugens.Envelope; import net.happybrackets.core.HBAction; import net.happybrackets.core.HBReset; import net.happybrackets.core.instruments.SampleModule; import net.happybrackets.device.HB...
{ "content_hash": "98fd5991e642b2e1ecbeb5b70793539d", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 101, "avg_line_length": 31.093333333333334, "alnum_prop": 0.6462264150943396, "repo_name": "orsjb/HappyBrackets", "id": "23285687649f7b451625ab20c35842be7074e407", "size": ...
ActiveRecord::Schema[6.1].define(version: 20201030110219) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" create_table "clips", force: :cascade do |t| t.integer "raga_id" t.string "title", null: false t.string "url", ...
{ "content_hash": "90cf8d5a4edbd53b0a260e5a691a1f76", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 89, "avg_line_length": 36.853658536585364, "alnum_prop": 0.5684976836532097, "repo_name": "dbackeus/raagtime", "id": "132bf629d3064e6070844dd93e327ef26524de56", "size": "22...
<section id="edit-skill"> <header> <a id="btn-done" class="btn btn-link" ng-href="#/skill/{{slug}}/view" yc-key="['ctrl+s','mod+s']"> <i class="fa fa-check"/> Done </a> <h1>{{skill.title}}</h1> <button id="btn-rename" class="btn btn-link btn-xs" ng-click="rename()"> Rena...
{ "content_hash": "d3d20f906d83a5e8f7d231d6cf19ef7c", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 99, "avg_line_length": 28.758064516129032, "alnum_prop": 0.564217610768368, "repo_name": "anandthakker/yawpcow", "id": "192947cd384489557e213e8d969e6923363f049b", "size": "...
'use strict'; module.exports = function(grunt) { // Project configuration. grunt.initConfig({ jshint: { all: [ 'Gruntfile.js', 'tasks/*.js', '<%= nodeunit.tests %>' ], options: { jshintrc: '.jshintrc' } }, // Before generating any new files, r...
{ "content_hash": "8184de3eda8e4a5d3e7f35ca1ec5e1dd", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 79, "avg_line_length": 22.08955223880597, "alnum_prop": 0.5466216216216216, "repo_name": "whowgames/grunt-cv", "id": "491a432ebd3a252e31deeac3d624e22e81d251a6", "size": "16...
class AddActivityCategoryToActivityType < ActiveRecord::Migration[5.0] def change add_reference :activity_types, :activity_category, foreign_key: true end end
{ "content_hash": "c4954e6f523c557743d65f022bb465df", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 72, "avg_line_length": 33.4, "alnum_prop": 0.7844311377245509, "repo_name": "BathHacked/energy-sparks", "id": "684e343f051cc6191f6bd6f0bb451716fcda63d4", "size": "167", "b...
<?php require_once(realpath(dirname(__FILE__)) . '/Customer.php'); require_once(realpath(dirname(__FILE__)) . '/BasicDAO.php'); /** * @access public * @author andreas.martin */ class CustomerDAO extends BasicDAO { /** * @access public * @param Customer customer * @return Customer * @ParamType customer Cus...
{ "content_hash": "be1bbc6f1dbe45520a61c14ab76917de", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 60, "avg_line_length": 18.875, "alnum_prop": 0.6622516556291391, "repo_name": "webengfhnw/WE-CRM", "id": "7e0730083f17a18b9307fd0b327a5bfd3e8cee4f", "size": "1208", "bina...
package main import ( "log" "io" ) var ( Trace *log.Logger Info *log.Logger Error *log.Logger ) func InitLogging(traceHandle io.Writer, infoHandle io.Writer, errorHandle io.Writer, printLines bool) { flag := 0 if printLines { flag = log.Lshortfile } Trace = log.New(traceHandle, "TRACE: ", flag) ...
{ "content_hash": "8b76ae78daa461e9ff789cbb28c8a94d", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 103, "avg_line_length": 14.964285714285714, "alnum_prop": 0.6563245823389021, "repo_name": "varlogs/logstasher-cli", "id": "d093fb100b60cbeebc05b01dff93de435a901a72", "size...