text
stringlengths
2
1.04M
meta
dict
import java.util.ArrayList; import java.util.List; import java.util.Scanner; import java.util.stream.Collectors; class Solution { public static void main(String args[]) { Scanner in = new Scanner(System.in); int R = in.nextInt(); int L = in.nextInt(); List<Integer> s...
{ "content_hash": "2ac34ebdf12f42bb61a5aebb2569acd2", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 100, "avg_line_length": 26.181818181818183, "alnum_prop": 0.68125, "repo_name": "fabriziocucci/CodinGame", "id": "77efff65c73fc150817b5a767397da1efe610cda", "size": "1440",...
/** * Implementation specific classes relating to {@link net.tridentsdk.event}.* */ package net.tridentsdk.server.event;
{ "content_hash": "440b89456753e66d94b7c4b56ada7fbd", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 77, "avg_line_length": 24.6, "alnum_prop": 0.7479674796747967, "repo_name": "orangelynx/Trident", "id": "9d24cf4425d8f4a5b9ac80ece30123f68a017b08", "size": "772", "binary"...
<def-group> <definition class="compliance" id="set_iptables_default_rule" version="2"> <metadata> <title>Change the default policy to DROP (from ACCEPT) for the INPUT built-in chain</title> <affected family="unix"> <platform>Red Hat Enterprise Linux 6</platform> </affected> <...
{ "content_hash": "3c73b55bfed6986cafe062dfe9a883d4", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 101, "avg_line_length": 43.71111111111111, "alnum_prop": 0.688357905439756, "repo_name": "ykhodorkovskiy/clip", "id": "1e6db123c24bdd22f2b1b00e2af5a852a2103992", "size": "1...
package main import ( "fmt" "strings" "time" "github.com/influxdata/influxdb/client/v2" "github.com/miaolz123/conver" "github.com/miaolz123/stockdb/stockdb" ) type influxdb struct { client client.Client status int64 } // newInfluxdb create a Influxdb struct func newInfluxdb() Driver { var err error driver...
{ "content_hash": "42dcbef2ae9586bcf7201c873e1fa5c0", "timestamp": "", "source": "github", "line_count": 669, "max_line_length": 125, "avg_line_length": 26.66965620328849, "alnum_prop": 0.6394462504203564, "repo_name": "miaolz123/stockdb", "id": "bd342f5c7a294ab7ba1c1250ffc7040f8635e915", "size": "1...
require "test_helper" require "stringio" class SnappyReaderTest < Test::Unit::TestCase def setup @buffer = StringIO.new Snappy::Writer.new @buffer do |w| w << "foo" w << "bar" w << "baz" w << "quux" end @buffer.rewind end def subject @subject ||= Snappy::Reader.new @b...
{ "content_hash": "85e61517f1de35aa18962d3f7d8fafb5", "timestamp": "", "source": "github", "line_count": 146, "max_line_length": 97, "avg_line_length": 23.493150684931507, "alnum_prop": 0.5857142857142857, "repo_name": "miyucy/snappy", "id": "7621887217199b8ec2cc6b0db111abbc2ed9bb7f", "size": "3461"...
<?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:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:jdbc="http://www.spr...
{ "content_hash": "ad6500caa0ae766dacee9441893c409f", "timestamp": "", "source": "github", "line_count": 170, "max_line_length": 139, "avg_line_length": 45.911764705882355, "alnum_prop": 0.646252402306214, "repo_name": "zingson/jsunday", "id": "7208b69012be843cde052f55083299720435086b", "size": "914...
/// <reference path="../interfaces/togeojson.d.ts" /> import pLimit from 'p-limit'; import {OAuth2Client} from 'google-auth-library'; import {ErrorReporting} from '@google-cloud/error-reporting'; import {ITable} from '../interfaces/table'; import {ISheet} from '../interfaces/sheet'; import getCsv from './get-csv'; im...
{ "content_hash": "4f0945136c52b0cb96405b392ec80265", "timestamp": "", "source": "github", "line_count": 164, "max_line_length": 84, "avg_line_length": 28.573170731707318, "alnum_prop": 0.6756295347844644, "repo_name": "google/fusion-tables-drive-export", "id": "5e906c889bf43c2a97cf18f6b66a78506ffea25...
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Episode 86: From Meatballs to Mods - BlahCade Podcast</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile...
{ "content_hash": "e6f07b7f38db7ed745321f154f9e41e2", "timestamp": "", "source": "github", "line_count": 332, "max_line_length": 409, "avg_line_length": 39.08433734939759, "alnum_prop": 0.6139796547472256, "repo_name": "blahcadepodcast/blahcadepodcast.github.io", "id": "1f18cd1b39ac0a4b7cd1edbba8a2d79...
casperjs --verbose --cookies-file=cookies.txt app.js
{ "content_hash": "e8ca240443245ad3f80b4b36ecdcae7f", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 52, "avg_line_length": 52, "alnum_prop": 0.7884615384615384, "repo_name": "Nainterceptor/ENIDownloader", "id": "fc38a184141546baadb09b401ca00e0b88020931", "size": "73", "b...
/* globals Department, Livechat */ import { Meteor } from 'meteor/meteor'; import { ReactiveVar } from 'meteor/reactive-var'; import { Template } from 'meteor/templating'; import swal from 'sweetalert2'; import visitor from '../../imports/client/visitor'; Template.switchDepartment.helpers({ departments() { return ...
{ "content_hash": "83ed4489034e38eeca92a9a6e37d2b13", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 82, "avg_line_length": 23, "alnum_prop": 0.6392339544513458, "repo_name": "4thParty/Rocket.Chat", "id": "b14c6e8921a1863f2b5960e79717dc7042647b0e", "size": "1932", "binar...
In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects. If you submit a pull request to this project and you have never submitted a Facebook CLA, a GitHub Bot will comment on the pull request asking you to submit a CLA. Feel fr...
{ "content_hash": "72eb3955dae0d7730da51619aa4cd61c", "timestamp": "", "source": "github", "line_count": 106, "max_line_length": 85, "avg_line_length": 32.367924528301884, "alnum_prop": 0.7618770037889828, "repo_name": "glensc/osquery-python", "id": "9a6c258a9aff19ec66652a3e2855c2807b7a79c8", "size"...
namespace content { struct LoadCommittedDetails; } namespace gfx { class Image; } namespace extensions { class Extension; class LocationBarController; class RulesRegistryService; class ScriptBadgeController; class ScriptBubbleController; class ScriptExecutor; // Per-tab extension helper. Also handles non-extension a...
{ "content_hash": "5cc476dc8d949d129dcfc3344f64a4c1", "timestamp": "", "source": "github", "line_count": 246, "max_line_length": 80, "avg_line_length": 36.63821138211382, "alnum_prop": 0.7068678575391102, "repo_name": "loopCM/chromium", "id": "c5b6d23cc82354337d986647cc7de27492447551", "size": "9908...
package hotstu.github.secretshare.utils; import android.content.Context; import android.net.wifi.WifiManager; import android.telephony.TelephonyManager; public class DeviceUtils { public static String uniqueId(Context context) { final TelephonyManager tm = (TelephonyManager) context.getSystemSer...
{ "content_hash": "d9566cfb0cdfae6ea06cd9d75b77c8b3", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 138, "avg_line_length": 34.52777777777778, "alnum_prop": 0.6395816572807723, "repo_name": "hotstu/secretshare", "id": "8a34499119b75c477af395239be41eff39c44fd2", "size": "1...
RSpec::Matchers.define :have_key_schema do |attribute_name| match do |attribute| attribute.has_key_schema?(attribute_name, @key_type) end chain :key_type do |type| @key_type = type end end
{ "content_hash": "e40416c6cfb663640728ac2de2be4c19", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 59, "avg_line_length": 22.88888888888889, "alnum_prop": 0.6893203883495146, "repo_name": "AgarFu/awspec", "id": "1df679928aca607728404bef34ebc2dd7f4f39b3", "size": "206", ...
'use strict'; const LiveReloadPlugin = require('webpack-livereload-plugin'); const devMode = process.env.NODE_ENV === 'development'; /** * Fast source maps rebuild quickly during development, but only give a link * to the line where the error occurred. The stack trace will show the bundled * code, not the original...
{ "content_hash": "87eb202f17a1a2c5cdecd1a459faf3a9", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 78, "avg_line_length": 25.20408163265306, "alnum_prop": 0.594331983805668, "repo_name": "ellejeong/benefeel", "id": "f9151785fcfe18ee2eeed689a3fcf1b2a9fbf967", "size": "123...
typedef struct grpc_tls_custom_verification_check_request grpc_tls_custom_verification_check_request; typedef struct grpc_tls_certificate_verifier grpc_tls_certificate_verifier; typedef struct grpc_tls_certificate_verifier_external grpc_tls_certificate_verifier_external; typedef void (*grpc_tls_on_custom_verifi...
{ "content_hash": "7b7c0c2e9906d31c43754f0519bd6ca7", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 80, "avg_line_length": 45.56930693069307, "alnum_prop": 0.7389462248777838, "repo_name": "stanley-cheung/grpc", "id": "0c9f35a96a4c3805e35ce7c65cfb02ec426a9728", "size": "...
describe('Amoeba.View.PaginatedCollection', function() { var container, view; container = view = void 0; beforeEach(function() { container = new Amoeba.Collection.Container; container.resetPage(1, [ { id: 1 } ]); return view = new Amoeba.View.PaginatedCollection({ contain...
{ "content_hash": "8ddc26306eae4d15bfe809cb73afb07c", "timestamp": "", "source": "github", "line_count": 153, "max_line_length": 76, "avg_line_length": 33.294117647058826, "alnum_prop": 0.596780526109148, "repo_name": "AmoebaLabs/amoeba-js", "id": "d86c2050e1e70883b67250bafbee8398da9d6e5e", "size": ...
import argparse import os import pandas as pd from sklearn.svm import SVC import cPickle as pickle import openface from src.image_reader import get_image_list from src.features_calculator import image_to_features def do_talking(message): # just a helper function to make code more readable if args.verbose: ...
{ "content_hash": "c376af13fa20dd6eccc7945bf0fee886", "timestamp": "", "source": "github", "line_count": 100, "max_line_length": 110, "avg_line_length": 30.3, "alnum_prop": 0.6907590759075908, "repo_name": "aeivazi/classroom-tracking", "id": "c8b5eabf38022d46656fbfe3351231c0fb9018e8", "size": "3158"...
package org.springframework.core.io; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.net.URI; import java.net.URISyntaxException; import java.net.URL; import java.nio.channels.Channels; import java.nio.channels.ReadableByteChannel; impor...
{ "content_hash": "1c09e55c3cdd5dc3956f21c057076985", "timestamp": "", "source": "github", "line_count": 253, "max_line_length": 100, "avg_line_length": 25.42292490118577, "alnum_prop": 0.6957400497512438, "repo_name": "emacslisp/Java", "id": "18ff823da742479fe33e9c8934968efda59a6975", "size": "7053...
%-------------------------------------------------------------------------- % Author: Mina Henein - mina.henein@anu.edu.au - 30/06/17 % Contributors: %-------------------------------------------------------------------------- % frontEndSolverExample clear all % close all %% 1. Config % time nSteps = 51; t0 = 0; tN =...
{ "content_hash": "082d0171a69ab19b26c01c532eb2285d", "timestamp": "", "source": "github", "line_count": 169, "max_line_length": 89, "avg_line_length": 33.23668639053255, "alnum_prop": 0.7361580915079223, "repo_name": "MinaHenein/do-slam", "id": "818a8cc11c64497baaed43db9e65a10d02bab680", "size": "5...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Septoria himeranthi Speg. ### Remarks null
{ "content_hash": "c92a8ea0546dc6fe18e9c55836b997f4", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 25, "avg_line_length": 10, "alnum_prop": 0.7076923076923077, "repo_name": "mdoering/backbone", "id": "b56605f64b3d337d9017616ea9a2a2d18ce76a77", "size": "179", "binary": ...
set(CMAKE_SYSTEM_NAME Linux) set(CMAKE_SYSTEM_PROCESSOR arm) set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) set(BUILD_TESTING 0) set(COMPILE_EXAMPLES 0) set(CMAKE_VERBOSE_MAKEGILE ON) #Get project root set(PROJECT_ROOT ${CMAKE_CURR...
{ "content_hash": "7050a90c2ab430276395505f9289a868", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 100, "avg_line_length": 32.40625, "alnum_prop": 0.7357762777242044, "repo_name": "ncku-ros2-research/cross-compile-ros2", "id": "2f48441d5cde042d92203a986b67faa27ba2d2e6", ...
import React, { Component } from 'react' import Header from '../../components/Header' import './App.css' class App extends Component { render () { return ( <div className='App'> <Header /> <p className='App-intro'> To get started, edit <code>src/App.js</code> and save to reload. ...
{ "content_hash": "e70ef1157e3cc6b04bffad93e8976781", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 74, "avg_line_length": 20.944444444444443, "alnum_prop": 0.5702917771883289, "repo_name": "jmahc/GitHupdates", "id": "2985db42da9750cb65b7c6aeaf34df063794e433", "size": "37...
"""The plugin for serving data from a TensorFlow debugger.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import collections import glob import json import os import re from werkzeug import wrappers from mxconsole.framework import tensor_util from mxc...
{ "content_hash": "75f6048b052b3439cc1d46fff4e43390", "timestamp": "", "source": "github", "line_count": 324, "max_line_length": 80, "avg_line_length": 36.97530864197531, "alnum_prop": 0.6778797996661102, "repo_name": "bravomikekilo/mxconsole", "id": "524c09892c96fc382dacf32ae7d50ae68d5954a2", "size...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.coolweather.app" android:versionCode="1" android:versionName="1.0" > <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" /> <uses-permission androi...
{ "content_hash": "e4d0c177a11ef43a102ece29878b2a48", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 76, "avg_line_length": 32.10526315789474, "alnum_prop": 0.5975409836065574, "repo_name": "sfwuguang/coolweather", "id": "573d2b59010fbfe9d2689f8533fa4ee59d12a0ed", "size": ...
package com.sap.cloud.lm.sl.cf.core.cf.v2; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.commons.collections4.MapUtils; import com.sap.cloud.lm.sl.cf.client.lib.domain.CloudApplicationExtended; import com.sap.cloud.lm.sl.cf.core.model.DeployedMtaModule; import c...
{ "content_hash": "96ed8f8b57bc1ea115d81a8a0f2df00c", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 135, "avg_line_length": 49.68539325842696, "alnum_prop": 0.7394843962008141, "repo_name": "boyan-velinov/cf-mta-deploy-service", "id": "d576b87d8557664716c266d5648ef74d61580b...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_03) on Tue Mar 04 12:30:56 CET 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class de.opsd...
{ "content_hash": "39604b707cf30f5556f76c2f7c9fa8cc", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 210, "avg_line_length": 43.296551724137935, "alnum_prop": 0.601784007645747, "repo_name": "lewismc/yax", "id": "e7c4578686cf3695641fc02ee2539272219375f1", "size": "6278", ...
'use strict'; var url = require('url'); var Help = require('./HelpService'); module.exports.helpGET = function helpGET (req, res, next) { Help.helpGET(req.swagger.params, res, next); };
{ "content_hash": "390c7d1807a12c1da2458362acc05927", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 60, "avg_line_length": 17.545454545454547, "alnum_prop": 0.6683937823834197, "repo_name": "iandrosov/df16-harvest-api", "id": "af7eaa4ad850c7cc7b3d1078c8fd1743858226f7", "s...
// // avatarCustomization101.js // // Blueprint App to teach users how to use materials, blendshapes, and flow for their avatars. // // Created by Robin Wilson and Mark Brosche 2/20/2019 // Avatar created by Jimi Youm 2/20/2019 // Copyright 2019 High Fidelity, Inc. // // Distributed under the Apache License, Ver...
{ "content_hash": "8ca12bda2d90df01865a388d4a546eef", "timestamp": "", "source": "github", "line_count": 866, "max_line_length": 122, "avg_line_length": 35.352193995381064, "alnum_prop": 0.5711252653927813, "repo_name": "RebeccaStankus/hifi-content", "id": "cd6bb80995b802fe43aaf2836befec2f78592baf", ...
import Base: convert, haskey, setindex!, getindex export slider, togglebutton, button, checkbox, textbox, textarea, radiobuttons, dropdown, selection, togglebuttons, html, latex, hbox, vbox, progress, widget, selection_slider, set! const Empty = VERSION < v"0.4.0-dev" ? Nothing : Voi...
{ "content_hash": "76e5ebe3c666d499a4b621083bc59375", "timestamp": "", "source": "github", "line_count": 504, "max_line_length": 158, "avg_line_length": 29.45436507936508, "alnum_prop": 0.6221623442236444, "repo_name": "JobJob/Interact.jl", "id": "4d6550474f3db508c873d7caba28fd07a166f7ec", "size": "...
package org.pikater.core.options.recommend; import org.pikater.core.agents.experiment.recommend.Agent_Basic; import org.pikater.core.ontology.subtrees.agentinfo.AgentInfo; import org.pikater.core.ontology.subtrees.batchdescription.Recommend; import org.pikater.core.options.SlotsHelper; public class BasicRecommend_Box...
{ "content_hash": "5e18e00881120a5fc5224a743036a259", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 69, "avg_line_length": 29.72, "alnum_prop": 0.7994616419919246, "repo_name": "tomkren/pikater", "id": "97e7949e48d0f13ecd02483432afb00971920789", "size": "743", "binary":...
@interface JSONFetcher () @property (strong) NSOperationQueue *jsonOperationQueue; @property (strong) AFHTTPRequestOperation *operation; @end @implementation JSONFetcher @synthesize document = _document; @synthesize jsonOperationQueue = _jsonOperationQueue; @synthesize operation = _operation; - (id)init { self ...
{ "content_hash": "c5c36fbb96122fb4f0168019ee59388e", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 117, "avg_line_length": 34.02479338842975, "alnum_prop": 0.5761476803497693, "repo_name": "azu/JSONAccelerator", "id": "4e64adf37802874fc123d96e1ee7a96fa181ef39", "size": ...
 // This file was automatically generated by the code gen tool - do not modify. using System ; using scg = System.Collections.Generic ; using sd = System.Data ; using sds = System.Data.SqlClient ; using sr = System.Reflection ; using mst = Microsoft.SqlServer.Types ; using mss = Microsoft.SqlServer.Server ; ...
{ "content_hash": "b2d0090643ce32a8d3ae466f1fdda9a5", "timestamp": "", "source": "github", "line_count": 265, "max_line_length": 89, "avg_line_length": 24.222641509433963, "alnum_prop": 0.623617385885652, "repo_name": "casaletto/alby.pantheon.2015", "id": "1a10694184162c8a9575566f4776550a3d525008", ...
import React from 'react' import { StyleSheet, StyleResolver } from 'style-sheet' const cls = StyleResolver.resolve export default () => ( <div className={cls([styles.root, styles.color])}> <div> Hello from <span className={cls(styles.brand)}>Next.js</span> </div> </div> ) const styles = StyleSheet....
{ "content_hash": "bd1fc5f0919c68da1f8cc13360d0ff45", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 70, "avg_line_length": 23.5625, "alnum_prop": 0.616710875331565, "repo_name": "BlancheXu/test", "id": "320abc68f1e6a0abdb3cd8b6b70c2869ad30cd98", "size": "754", "binary":...
var center = document.getElementById("center"); var citizen_me = document.getElementById("citizen_me"); var citizen_unknown = document.getElementById("citizen_unknown"); var citizen_friend = document.getElementById("citizen_friend"); var citizen_enemy = document.getElementById("citizen_enemy"); var canvas = document....
{ "content_hash": "108061d83ea1af0dd2a3985d7ee31c13", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 133, "avg_line_length": 28.138613861386137, "alnum_prop": 0.6217452498240675, "repo_name": "wilbefast/socinder-html5-game", "id": "978b659221451d0f9cbe5a5a7bb60abe6615b149",...
import { setSort, setDuration } from "../../../../source/iml/job-stats/job-stats-actions.js"; describe("job stats actions", () => { it("should set duration", () => { const resp = setDuration(5); expect(resp).toEqual({ type: "SET_DURATION", payload: { duration: 5 } }); }); ...
{ "content_hash": "2067f85ce01df1470f4f878507118525", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 93, "avg_line_length": 21.423076923076923, "alnum_prop": 0.5206463195691203, "repo_name": "intel-hpdd/GUI", "id": "a99fb365f4367c59fa310207119e47613347b542", "size": "567",...
title: "2022 AES conference accommodation" css: /css/index.css layout: page bigimg: - /img/big-imgs/Canberra_twilight.jpeg: Canberra at twilight --- We have sourced some cheaper accommodation options on Campus (<10min walk from our conference venue). If you would like to stay at these places, contact them directly. *...
{ "content_hash": "df89ba6559b04326c58cb60d3bf07e51", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 210, "avg_line_length": 57.92857142857143, "alnum_prop": 0.7805178791615289, "repo_name": "ausevo/ausevo.github.io", "id": "317d7aaf7a7fa73846741f311639a5b5eb8018e7", "size...
import './typedefs' import {meetsCondition} from './utils/conditionals' import {ValueWrapper} from './utils/path' import _ from 'lodash' function isNotUndefined (item) { return item !== undefined } function checkConditions (value, formValue) { return function (condition) { const metCondition = conditionItem =...
{ "content_hash": "d38dca3f0511b0e6ded84d4d9b10878c", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 98, "avg_line_length": 28.12, "alnum_prop": 0.6731863442389758, "repo_name": "ciena-blueplanet/bunsen-core", "id": "5642fab37fa696c274ae4e07978ea3a647b33272", "size": "562...
from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('songs', '0005_auto_20180513_2320'), ] operations = [ migrations.AlterField( model_name='song', name='id', field=...
{ "content_hash": "df7ce059473c22a7058b811988f04126", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 158, "avg_line_length": 26.555555555555557, "alnum_prop": 0.6359832635983264, "repo_name": "DiegoCorrea/ouvidoMusical", "id": "58b6d2f6215d4771355ea690ceef1ba18859fd55", "s...
package org.apache.geode.management.internal.cli.commands; import org.junit.ClassRule; import org.junit.Rule; import org.junit.Test; import org.junit.experimental.categories.Category; import org.apache.geode.cache.RegionShortcut; import org.apache.geode.test.junit.categories.RegionsTest; import org.apache.geode.tes...
{ "content_hash": "3a6e171fac4cf3080933ebaa0fe8a9e2", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 99, "avg_line_length": 36.52, "alnum_prop": 0.7661555312157722, "repo_name": "smgoller/geode", "id": "312330355549b87bcd1f478c7abac49a3c3fc07b", "size": "2615", "binary":...
/** * Gen Name Human component class. * * @export * @class GenNamePascal */ import React from "react"; import "./gen-name-snake.css"; export class GenNamePascal extends React.Component<any, { message: string }> { /** * Creates an instance of GenNamePascal. */ constructor(props?: any, context?: a...
{ "content_hash": "251b7b0643bef58c5b28832b50f81dc8", "timestamp": "", "source": "github", "line_count": 26, "max_line_length": 78, "avg_line_length": 23.73076923076923, "alnum_prop": 0.6012965964343598, "repo_name": "unitejs/core", "id": "29bafaa32f1e562832f4d6922bf742e61adc555a", "size": "617", ...
<?php $strQuery = sprintf("select s.*,sp.seq as publish_seq,sp.start_date,sp.finish_date,unix_timestamp(sp.start_date) as start_time,unix_timestamp(sp.finish_date) as finish_time from test_published as sp join test as s on sp.test_seq=s.seq where sp.seq=%d",$intPublishedSeq); ?>
{ "content_hash": "44e903c12eb18b7d2d38ea7b3fc3b49f", "timestamp": "", "source": "github", "line_count": 3, "max_line_length": 270, "avg_line_length": 93.66666666666667, "alnum_prop": 0.7473309608540926, "repo_name": "inkukyang/MamaOMR", "id": "7d3beafda7e0afbdc697c755df7f69cff51fd91c", "size": "281...
package org.apereo.cas.throttle; import org.apache.commons.lang3.StringUtils; /** * This is {@link AuthenticationThrottlingExecutionPlanConfigurer}. * * @author Misagh Moayyed * @since 5.3.0 */ public interface AuthenticationThrottlingExecutionPlanConfigurer { /** * Configure authentication throttling e...
{ "content_hash": "71e7dcf60aea24419d91821b07058570", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 115, "avg_line_length": 24.714285714285715, "alnum_prop": 0.6936416184971098, "repo_name": "philliprower/cas", "id": "a8f6d607237034ba0e5d9acbd342932a3b1fb853", "size": "69...
package parser import ( "fmt" "errors" "strings" "github.com/xrash/gonf/tokens" ) type state func(p *Parser) error func err(got tokens.Token, expected ...string) error { msg := "Expected %s at line %d:%d. Got %s." for k, e := range(expected) { expected[k] = "'" + e + "'" } return errors.New(fmt.Sprintf(m...
{ "content_hash": "dae83d955fc8f08fb6f0a50afa6766b8", "timestamp": "", "source": "github", "line_count": 338, "max_line_length": 99, "avg_line_length": 17.90532544378698, "alnum_prop": 0.6776272306675479, "repo_name": "huuzkee-foundation/go-config", "id": "db0d8f86c61440795bde5951c5296d6e7d524940", ...
import shutil import tempfile from contextlib import contextmanager from pathlib import Path @contextmanager def temp_directory_with_files(*paths): """A context manager that creates a temporary directory and copies all paths to it. The temporary directory is unlinked when the context is exited. """ t...
{ "content_hash": "4726df49007744a254cda154d11f1e44", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 80, "avg_line_length": 26.35, "alnum_prop": 0.6717267552182163, "repo_name": "NaturalHistoryMuseum/gouda", "id": "2ec7955347ca285ee68bf1e8359ae9e73718db98", "size": "527", ...
package cherry.fundamental.spring.webmvc; public class NotFoundException extends RuntimeException { private static final long serialVersionUID = 1L; public NotFoundException() { super(); } public NotFoundException(String message) { super(message); } public NotFoundException(Throwable ca...
{ "content_hash": "b9232af9aeb151c69121de54884fcab2", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 60, "avg_line_length": 17.92, "alnum_prop": 0.7075892857142857, "repo_name": "agwlvssainokuni/springapp2", "id": "d96c82b657c46acd04f47192e83f8793bd506d9d", "size": "1065",...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_17) on Sat Feb 06 17:11:29 CET 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> org.apache.xmlrpc.server C...
{ "content_hash": "5b62e84ee85f385bf0b1dc0d12bf3aa6", "timestamp": "", "source": "github", "line_count": 199, "max_line_length": 936, "avg_line_length": 75.16582914572864, "alnum_prop": 0.6825778847439498, "repo_name": "asudhak/One-Button-App---Android", "id": "b1ef65798c7171eb926db81b7a8682de6b72eb4e...
module Sidekiq module Benchmark VERSION = "0.7.2" end end
{ "content_hash": "c31171c04b14d2fe9f28a7658c02f874", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 21, "avg_line_length": 13.2, "alnum_prop": 0.6666666666666666, "repo_name": "kosmatov/sidekiq-benchmark", "id": "09b3881e1ae6ab6dee535d69d9af39c2c6678dd6", "size": "66", "...
package eu.chargetime.ocpp; /** Interface to handle connections by a server. */ public interface Receiver extends Radio { /** * Accept an incoming connection request. * * @param events connection related events. */ void accept(RadioEvents events); }
{ "content_hash": "f2664ff5721800745abb81185b879035", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 51, "avg_line_length": 20.692307692307693, "alnum_prop": 0.7026022304832714, "repo_name": "ChangeTimeEU/Java-OCA-OCPP", "id": "44098543c108a36dcadbb3a242777746bcdb53ad", "s...
<span class="post-meta"> {{ post.date | date: "%b %-d, %Y" }} </span> <h2> <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a> </h2> <div class="post-content" itemprop="articleBody"> {{ post.content | markdownify | html_truncatewords: site.post_preview_words }} <a href="{{ ...
{ "content_hash": "7438c6399ca0c7dc622fded450e0aaaf", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 89, "avg_line_length": 32.92, "alnum_prop": 0.6099635479951397, "repo_name": "opensourcecatholic/opensourcecatholic.github.io", "id": "37c790329f8e1cb23f2e208c0cfe8720dc2e523...
.. _autocomplete: .. py:module:: walrus Autocomplete ============ Provide suggestions based on partial string search. Walrus' autocomplete library is based on the implementation from `redis-completion <https://github.com/coleifer/redis-completion>`_. .. note:: The walrus implementation of autocomplete relies on the...
{ "content_hash": "776dd5829172c85ca519c9c38ba32cd0", "timestamp": "", "source": "github", "line_count": 270, "max_line_length": 390, "avg_line_length": 30.988888888888887, "alnum_prop": 0.6445559937851082, "repo_name": "johndlong/walrus", "id": "1b32aad0973d5c62513787d3b7b5e72ae154bf43", "size": "8...
REGISTER_REDUCE_OP_WITHOUT_GRAD(reduce_all, UseInputPlace); REGISTER_OP_CPU_KERNEL(reduce_all, ops::ReduceKernel<paddle::platform::CPUDeviceContext, bool, ops::AllFunctor>);
{ "content_hash": "187ec6ea74fe92ecc230122f7de52a40", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 76, "avg_line_length": 59.5, "alnum_prop": 0.5840336134453782, "repo_name": "chengduoZH/Paddle", "id": "49d6e72988ee00edc947e1a3fe8bc16067627193", "size": "1031", "binary"...
<?php use Orchestra\Testbench\TestCase; use Dimsav\Translatable\Test\Model\Country; class TestsBase extends TestCase { protected $queriesCount; public function setUp() { parent::setUp(); App::register('Dimsav\Translatable\TranslatableServiceProvider'); $this->resetDatabase(); ...
{ "content_hash": "b7bc4e54ff3b6a1b85acd0c6d21fdf6a", "timestamp": "", "source": "github", "line_count": 78, "max_line_length": 90, "avg_line_length": 26.294871794871796, "alnum_prop": 0.5187713310580204, "repo_name": "WebStra/translatable", "id": "fe309ceb9dbe2c50efaec85c9362f0d551ccfefb", "size": ...
import {AppManagementStore, updateSelectedAppId} from 'chrome://os-settings/chromeos/os_settings.js'; import {flushTasks} from 'chrome://test/test_util.js'; import {replaceBody, replaceStore, setupFakeHandler} from './test_util.js'; suite('<app-management-app-details-item>', () => { let appDetailsItem; let fakeHa...
{ "content_hash": "d8e1292efc669a6b7ec6bf7ddec0a255", "timestamp": "", "source": "github", "line_count": 328, "max_line_length": 101, "avg_line_length": 30.3140243902439, "alnum_prop": 0.6890274565020618, "repo_name": "nwjs/chromium.src", "id": "ef932e34ede09f4f75451277d41b9ff1ac948534", "size": "10...
from django.conf import settings from django.db import migrations, models import django.db.models.deletion import django.utils.timezone import users.models class Migration(migrations.Migration): initial = True dependencies = [ ('auth', '0011_update_proxy_permissions'), migrations.swappable_d...
{ "content_hash": "fd61466c7b10bc06c3eb9d60b8c1e0ba", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 279, "avg_line_length": 84.53225806451613, "alnum_prop": 0.6517840106849838, "repo_name": "stencila/hub", "id": "e7a411d0407201c5a02cd1d18f8c1d89748c5a55", "size": "5290", ...
package com.fanxin.huangfangyi.main.uvod.ui.base; import android.content.Context; /** * * @author leewen * */ public abstract class UBaseHelper { public interface ChangeListener { void onUpdateUI(); } //当前进度 protected int mCurrentLevel; //最大进度 protected int mMaxLevel; //历史进度 protected int mHistoryLevel...
{ "content_hash": "9cea35c546a97019b002e685f5c6c2aa", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 59, "avg_line_length": 18.239583333333332, "alnum_prop": 0.7138777841233581, "repo_name": "cowthan/Ayo2022", "id": "b2f6970ebb5a2685fca689a47ecbbe6838ab93d8", "size": "1789...
'use strict'; import { isLinux, isWindows } from 'vs/base/common/platform'; import { fill } from 'vs/base/common/arrays'; import { rtrim } from 'vs/base/common/strings'; import { CharCode } from 'vs/base/common/charCode'; /** * The forward slash path separator. */ export const sep = '/'; /** * The native path se...
{ "content_hash": "ff0c5cce96a92d91ed10ca44c2db747e", "timestamp": "", "source": "github", "line_count": 341, "max_line_length": 110, "avg_line_length": 26.117302052785924, "alnum_prop": 0.5969009656411408, "repo_name": "matthewshirley/vscode", "id": "3ad625b365305bd1978ef91e5462c131bbfa3b5d", "size...
[![Travis Widget](http://travis-ci.org/flori/json.svg?branch=master)](https://travis-ci.org/flori/json) ## Description This is a implementation of the JSON specification according to RFC 7159 http://www.ietf.org/rfc/rfc7159.txt . Starting from version 1.0.0 on there will be two variants available: * A pure ruby vari...
{ "content_hash": "4b1dc940984edef1683ea6b14bdfd2dc", "timestamp": "", "source": "github", "line_count": 407, "max_line_length": 103, "avg_line_length": 30.668304668304668, "alnum_prop": 0.6861079955135395, "repo_name": "devcycle/devcycle.github.io", "id": "1b15cf104acb9969cfb7b0f4b7c7c74a7708612e", ...
package com.vc.adapter; import java.text.MessageFormat; import java.util.ArrayList; import java.util.List; import org.apache.http.NameValuePair; import org.apache.http.message.BasicNameValuePair; import org.json.JSONObject; import android.content.Context; import android.content.Intent; import android.util.Log; impo...
{ "content_hash": "d057a2a029a748706c8ebcf3b58e518c", "timestamp": "", "source": "github", "line_count": 375, "max_line_length": 97, "avg_line_length": 32.093333333333334, "alnum_prop": 0.6568342334856668, "repo_name": "ydc201211/VirtualCampus", "id": "ef5d1664dd82206aa331fee75cf5097e285a3311", "siz...
package com.codeabovelab.dm.gateway.proxy.common; import org.junit.Test; import static org.junit.Assert.assertNotNull; /** * Created by pronto on 1/18/16. */ public class HttpProxyTest { @Test public void testCookies() { String realCookie = HttpProxy.getRealCookie("" + "!Proxy!JSE...
{ "content_hash": "2843d3a4dfce87e8c25bea7d25365ce5", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 71, "avg_line_length": 25.09090909090909, "alnum_prop": 0.6739130434782609, "repo_name": "codeabovelab/haven-platform", "id": "520e0fb15453c8eda34ed715cb9c48a45b3bfc1f", "s...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.includehack.fashionspot"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <application ...
{ "content_hash": "1e3e8a1673173a893c10afbf5cee92d3", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 78, "avg_line_length": 38.044444444444444, "alnum_prop": 0.6244158878504673, "repo_name": "JRSosa/FashionSpot", "id": "d344804b9503bc4f2585e869d1b3f0e8ebdee207", "size": "1...
<?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/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.wso2.ei</groupId> <artifactId>wso...
{ "content_hash": "d2d1bd092f2971c1fc3f9da5297fcf0c", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 204, "avg_line_length": 38.10909090909091, "alnum_prop": 0.5949427480916031, "repo_name": "milindaperera/product-ei", "id": "6b28c6dd32031a2149641878168bb2198019fbaa", "siz...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "85d6273759b95654ef02829cfd76fa7d", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "ddf04c8ecaa551497d275b2864a5aeb225cc0504", "size": "183...
namespace suggestions { // An interface to fetch server suggestions asynchronously. class SuggestionsService : public KeyedService { public: using ResponseCallback = base::RepeatingCallback<void(const SuggestionsProfile&)>; using ResponseCallbackList = base::CallbackList<void(const SuggestionsProfile...
{ "content_hash": "d6a39a422f71621f56c69303f41e77f7", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 79, "avg_line_length": 37.69230769230769, "alnum_prop": 0.7503401360544217, "repo_name": "endlessm/chromium-browser", "id": "bb9940fe8022bfd12a8b3e4c7cfcb8f5e0344742", "siz...
package com.vzome.core.editor; import org.w3c.dom.Element; import com.vzome.core.algebra.AlgebraicField; import com.vzome.core.algebra.AlgebraicMatrix; import com.vzome.core.algebra.AlgebraicNumber; import com.vzome.core.algebra.AlgebraicVector; import com.vzome.core.commands.Command.Failure; import com.vzome.core.c...
{ "content_hash": "7c4ceebecf318f7c46ab484f8070c8ef", "timestamp": "", "source": "github", "line_count": 223, "max_line_length": 100, "avg_line_length": 33.591928251121075, "alnum_prop": 0.6039247096515818, "repo_name": "david-hall/vzome-core", "id": "47495311f842868a0cb2d799c21e61439692bc43", "size...
module Quickteller end require 'quickteller/version'
{ "content_hash": "33e27064330b2a67d2f2241076382314", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 29, "avg_line_length": 11, "alnum_prop": 0.8181818181818182, "repo_name": "krzysztofbialek/quickteller", "id": "06369134042bce18439c912273946d2de8f8db82", "size": "55", "b...
package no.kantega.publishing.controls.sitemap; import no.kantega.publishing.common.Aksess; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.mvc.Controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.util.HashMa...
{ "content_hash": "bb03ae1e35735463726d4aa41e86d396", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 118, "avg_line_length": 31.5609756097561, "alnum_prop": 0.6993817619783617, "repo_name": "kantega/Flyt-cms", "id": "9227abae69f515110be6bdca1a22b539ea73893f", "size": "1886...
// Load Environment variables require('dotenv').load(); // paystack module is required to make charge token call var paystack = require('paystack')(process.env.PAYSTACK_SECRET_KEY); // uuid module is required to create a random reference number var uuid = require('node-uuid'); var express = require('express'); ...
{ "content_hash": "633e913a25befd0a2c7a4ee0a7a8935d", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 72, "avg_line_length": 32.5945945945946, "alnum_prop": 0.5572139303482587, "repo_name": "hendy-ejegi/ulearn-charge-card-backend", "id": "4b663fc74319913a135fecd968a034787754...
#pragma warning disable 1591 //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerat...
{ "content_hash": "fe84633d22684f25554f7f8d34d79d0a", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 110, "avg_line_length": 30.448275862068964, "alnum_prop": 0.5928652321630804, "repo_name": "geocrest/mvcpluggedin", "id": "0086ae290b39386bb0c9eaef3a0452ea980e5654", "size"...
// Generated with http://www.jsonschema2pojo.org/ package biz.dfch.j.clickatell.rest.message; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.an...
{ "content_hash": "37140af0bec904804773a73e2df47d53", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 85, "avg_line_length": 24.05263157894737, "alnum_prop": 0.6973012399708242, "repo_name": "dfch/biz.dfch.j.graylog.plugin.output.clickatell", "id": "349fcb7b7bdb9f6e1ad592e0fa...
package cofh.api.transport; import gnu.trove.map.hash.THashMap; import net.minecraftforge.common.config.Configuration; import java.util.*; public final class RegistryEnderAttuned { public static Map<String, Map<Integer, List<IEnderItemHandler>>> inputItem = new THashMap<String, Map<Integer, List<IEnderItemHandl...
{ "content_hash": "5b52f6281a746464b27f6c609f8a8fb5", "timestamp": "", "source": "github", "line_count": 280, "max_line_length": 150, "avg_line_length": 49.14642857142857, "alnum_prop": 0.6527141922825376, "repo_name": "pixlepix/TinkersArmory", "id": "3c2b832b789170a096a649739455fb73ec8bf340", "size...
from __future__ import absolute_import, print_function, unicode_literals import collections import msgpack import six from six.moves import xrange RawDoc = collections.namedtuple('RawDoc', ('version', 'klasses', 'stores', 'doc', 'instances')) class RawDoc(object): __slots__ = ('version', 'klasses', 'stores', '_d...
{ "content_hash": "7b3f44eaa625a41a863afca2f920bb25", "timestamp": "", "source": "github", "line_count": 131, "max_line_length": 104, "avg_line_length": 28.6793893129771, "alnum_prop": 0.6475911631620974, "repo_name": "schwa-lab/dr-apps-python", "id": "8ba96c8c411ef9dfbee57d89b58fc17b8f8f7e78", "siz...
function ensure_tooling_available() { local required_tools=("lsblk" "cut" "udevadm" "grep" "badblocks" "fdisk" "mkfs.ext4") local are_tools_missing=0 local tool for tool in ${required_tools[@]} do local tool_path tool_path=$(which "$tool") if [ $? -ne 0 ] then ...
{ "content_hash": "b01412464a09fb69c9976d0ce80da69b", "timestamp": "", "source": "github", "line_count": 148, "max_line_length": 125, "avg_line_length": 25.60135135135135, "alnum_prop": 0.5943520717867511, "repo_name": "sjwood/provisioning", "id": "91fdcb61e29a25335aaf851ed626aaa3510d7e93", "size": ...
#ifndef BOOST_MPL_LIST_AUX_POP_FRONT_HPP_INCLUDED #define BOOST_MPL_LIST_AUX_POP_FRONT_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2000-2004 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // S...
{ "content_hash": "9cc5a3bc4fbff0a218ad0ad2c80375fc", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 62, "avg_line_length": 25.294117647058822, "alnum_prop": 0.6627906976744186, "repo_name": "jaredhoberock/gotham", "id": "a38ff06008a2868fbac50a5c85bc544d2af87b69", "size": ...
<?xml version="1.0" encoding="utf-8"?> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> <e...
{ "content_hash": "0b1b6628b9b51150a2e2ae78f4db343c", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 276, "avg_line_length": 78.38461538461539, "alnum_prop": 0.7262021589793916, "repo_name": "marx8926/actumbesfinal", "id": "34023f53a5847280951bca69330f9913a052241a", "size"...
/** * Imports */ import {Menu, Text, Icon, Block} from 'vdux-ui' import {MenuItem, Avatar} from 'vdux-containers' import Link from 'components/Link' import ImagePicker from 'components/ImagePicker' import {component, element} from 'vdux' /** * <Left Nav/> */ export default component({ render ({props, children,...
{ "content_hash": "639f161f24d3c5364e6cc4d332830315", "timestamp": "", "source": "github", "line_count": 91, "max_line_length": 129, "avg_line_length": 32.10989010989011, "alnum_prop": 0.6013004791238877, "repo_name": "danleavitt0/artbot", "id": "b4c6e13927ecbdf7736ab601559d45efa41439ef", "size": "2...
#define _ZLIB_SUPPORT 1 #define MD6_SUPPORT 1 #if defined(_WIN32) #ifdef _ZLIB_SUPPORT #if !defined(WINRT) #pragma comment(lib, "libzlib.lib") #else #pragma comment(lib, "zlib.lib") #endif #else #include "zlib.h" #endif #endif #include <assert.h> #include "crypto_wrapper.h" #if defined(MD6_SUPPORT) #i...
{ "content_hash": "25b35e23a0495498b2a0a8b61d1a3880", "timestamp": "", "source": "github", "line_count": 626, "max_line_length": 108, "avg_line_length": 25.984025559105433, "alnum_prop": 0.5541005778925365, "repo_name": "halx99/cocos2d-x-pc-port", "id": "1d42f2b400c384300d83912a8c8ae7c28ee4c2f8", "s...
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //----------------------------------------...
{ "content_hash": "98de5bb6861d7876b0f2efb88070e767", "timestamp": "", "source": "github", "line_count": 96, "max_line_length": 87, "avg_line_length": 34.75, "alnum_prop": 0.532673860911271, "repo_name": "vzrus/VZF", "id": "c452c789489e3c00d0697709b47ef4e78ddab7e4", "size": "3338", "binary": false...
namespace webkit { // A special implementation of WebLayerImpl for layers that its contents // need to be automatically scaled when the bounds changes. The compositor // can efficiently handle the bounds change of such layers if the bounds // is fixed to a given value and the change of bounds are converted to // trans...
{ "content_hash": "2205beded89bda53e8ec0fbf8f015ece", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 77, "avg_line_length": 36.51282051282051, "alnum_prop": 0.7808988764044944, "repo_name": "anirudhSK/chromium", "id": "f338cdead7a6d64a7346f4212becd364c6f3ddf3", "size": "18...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Fl...
{ "content_hash": "a007f90e1e8ffd5480a0e7251e219d37", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 38.861111111111114, "alnum_prop": 0.7455325232308792, "repo_name": "Shtereva/Fundamentals-with-CSharp", "id": "25ed8cb3838616374532016883455f7740de90e3...
package langinfo var CAPI = map[string]struct{}{ "__darwin_check_fd_set_overflow": {}, }
{ "content_hash": "fb921392b06f54a62ddf95da9acb1618", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 38, "avg_line_length": 18.2, "alnum_prop": 0.6703296703296703, "repo_name": "42wim/matterbridge", "id": "a7a9ae844acd20ea67d2bd39c17ee9bd0f78f7cb", "size": "407", "binary"...
<p style="margin-top: -2px; margin-bottom: -2px;" align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b> <font color="#008000">Department of Mathematics</font></b></font></p> <p style="margin-top: -2px; margin-bottom: -2px;" align="center"><b> <font color="#008000" face="Verdana, Arial, Helvetic...
{ "content_hash": "971ce6d4b8f3d70362305c87c9118bbe", "timestamp": "", "source": "github", "line_count": 523, "max_line_length": 191, "avg_line_length": 24.8604206500956, "alnum_prop": 0.6566682048915552, "repo_name": "siddhartha-gadgil/www.math.iisc.ernet.in", "id": "49a2b505ae92b7f29bfc9f2c4fea1b8b4...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="dev.paytrack.paytrack"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.USE_CREDENTIALS" /> <uses-permission android:nam...
{ "content_hash": "34a68588b7ad205f60b2e9134b7515f1", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 80, "avg_line_length": 38.95918367346939, "alnum_prop": 0.6165531691985333, "repo_name": "victorpm5/paytrack", "id": "dd3796105fc5ebc97ee3db221d4e782df247e5c1", "size": "19...
<?xml version="1.0"?> <!-- ~ Copyright 2016 Red Hat, Inc. and/or its affiliates ~ and other contributors as indicated by the @author tags. ~ ~ 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 Lic...
{ "content_hash": "0b8cf224be700e24aff8e7c614e3b467", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 105, "avg_line_length": 36.48543689320388, "alnum_prop": 0.5968600319318786, "repo_name": "jean-merelis/keycloak", "id": "eac0f49ce44224364daea8e1a9151875074981e5", "size"...
import { Component, ChangeDetectionStrategy, Input, Output, EventEmitter, OnInit, TemplateRef, OnChanges, SimpleChanges, ContentChild, forwardRef, ChangeDetectorRef } from '@angular/core'; import {NgbRatingConfig} from './rating-config'; import {getValueInRange} from '../util/util'; import {Key}...
{ "content_hash": "de4215049315c9adea390be3835327de", "timestamp": "", "source": "github", "line_count": 227, "max_line_length": 139, "avg_line_length": 26.215859030837006, "alnum_prop": 0.6299781549319442, "repo_name": "ng-bootstrap/core", "id": "7722a9e0742851c54327d0320d906fc2e51e6742", "size": "...
require 'coop_scraper/credit_card' require 'coop_scraper/current_account'
{ "content_hash": "a36c9a004af0b5966a31b1db75c2d9fa", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 38, "avg_line_length": 36.5, "alnum_prop": 0.821917808219178, "repo_name": "fidothe/coop_to_ofx", "id": "54a92aeb7003b2a99157c8727ef41e0bd2cff572", "size": "73", "binary":...
package importalias import ( srcclient "github.com/matryer/moq/pkg/moq/testpackages/importalias/source/client" tgtclient "github.com/matryer/moq/pkg/moq/testpackages/importalias/target/client" ) type MiddleMan interface { Connect(src srcclient.Client, tgt tgtclient.Client) }
{ "content_hash": "ef5da3dfd6fbde9294f2db2e1e3740d7", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 82, "avg_line_length": 28.1, "alnum_prop": 0.8078291814946619, "repo_name": "matryer/moq", "id": "831394fdaaa6308ce62fb0d05dccdd2dead80b47", "size": "281", "binary": fals...
/* * Decompiled with CFR 0_119. */ package script.systemCalls; import script.InternalScriptError; import script.Script; import script.dataObjects.DataObject; import script.dataObjects.StringObject; import script.patterns.PatternHandler; import script.systemCalls.Trap; public class Trap_ReplaceAll extends Trap { ...
{ "content_hash": "7ce3a03fe3a44cf46238aca6fd9ad738", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 138, "avg_line_length": 25.083333333333332, "alnum_prop": 0.7441860465116279, "repo_name": "eeveorg/GMSI", "id": "7888d60633642788e3269b1e160c22406a9b5309", "size": "602", ...
import { Component, Input, OnInit } from '@angular/core'; import { CommonService } from '../../shared/common.service'; @Component({ selector: 'stacked-bar-chart', styleUrls: ['./stacked-bar-chart.css'], template: `<div id="stacked-bar-div"></div>` }) export class StackedBarChartComponent implemen...
{ "content_hash": "77dbcff8a74a7dc17a2ad79b365cbd0c", "timestamp": "", "source": "github", "line_count": 61, "max_line_length": 137, "avg_line_length": 28.770491803278688, "alnum_prop": 0.45071225071225074, "repo_name": "prakritisaxena/prakritisaxena.github.io", "id": "b540b9dcebc605dc22f86f21904d1dbf...
<?php namespace Ffm\Hookdocs\Console\Commands\Magento1; use Ffm\Hookdocs\Display\TableInterface; use Ffm\Hookdocs\FileHandler; use Ffm\Hookdocs\Linktypes\None; use Ffm\Hookdocs\Magento1\EventType; use Ffm\Hookdocs\PhpFilterIterator; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Exceptio...
{ "content_hash": "963a3b7ccf9dc331ac4f7bda2110c2d1", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 117, "avg_line_length": 42.64383561643836, "alnum_prop": 0.6460006424670736, "repo_name": "ffmengineering/hookdocumenter", "id": "088f3b4f0863e923f1322657dd6e2db47005fd0a", ...
describe('Prettify', function() { 'use strict'; var prettify, mockSce, mockWindow, mockHighlight, mockObjectToPrettify, mockJsonFormattedObject; beforeEach(function() { module('apinterest.visualization'); mockSce = { trustAsHtml: funct...
{ "content_hash": "0ef239f6c4d9fe781c9a2c84e19ab10b", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 90, "avg_line_length": 23.384615384615383, "alnum_prop": 0.5548245614035088, "repo_name": "erikbarke/apinterest", "id": "d0c75ddb14b796a13ecc58c76d9746d64ecda80b", "size":...
/* * This is not the original file distributed by the Apache Software Foundation * It has been modified by the Hipparchus project */ package org.hipparchus.analysis.differentiation; import org.hipparchus.analysis.MultivariateMatrixFunction; /** Class representing the Jacobian of a multivariate vector function. ...
{ "content_hash": "cfe526a216a395594513174548d56014", "timestamp": "", "source": "github", "line_count": 60, "max_line_length": 93, "avg_line_length": 31.516666666666666, "alnum_prop": 0.6398730830248546, "repo_name": "Hipparchus-Math/hipparchus", "id": "899669717256f83bd872e7ddeafc26e2e0116a8c", "s...
import {describe, ddescribe, it, iit, xit, xdescribe, expect, beforeEach, SpyObject, proxy} from 'angular2/test_lib'; import {isBlank, isPresent, FIELD, IMPLEMENTS} from 'angular2/src/facade/lang'; import {ListWrapper, MapWrapper, List} from 'angular2/src/facade/collection'; import {ProtoElementInjector, PreBuiltObject...
{ "content_hash": "c37b38563a5ebafa2cf2c0ccfbc80cbe", "timestamp": "", "source": "github", "line_count": 479, "max_line_length": 131, "avg_line_length": 36.407098121085596, "alnum_prop": 0.6566316875967658, "repo_name": "lgalfaso/angular", "id": "490397e4e2290dc6787ac00e596b0b7381de366e", "size": "1...
using System; using System.Drawing; using System.Collections.Generic; using Rimss.GraphicsProcessing.Palette.Helpers; using Rimss.GraphicsProcessing.Palette.ColorCaches.Common; namespace Rimss.GraphicsProcessing.Palette.ColorCaches.EuclideanDistance { public class EuclideanDistanceColorCache : BaseColorCache {...
{ "content_hash": "1f544560f162ba8933ca13dca801b92d", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 94, "avg_line_length": 29.027397260273972, "alnum_prop": 0.6054742803209061, "repo_name": "lerwine/RIMSS", "id": "b5b923215a88a9d085a8e7ade3aaf357fcea15d9", "size": "2119",...
package application.core.model.dr; import lombok.*; import javax.persistence.*; import java.io.Serializable; @Getter @Setter @Builder @AllArgsConstructor @NoArgsConstructor @ToString @Entity @Table(name = "drHousingCosts") public class DRHousingCosts implements Serializable { @Id @GeneratedValue(strategy = G...
{ "content_hash": "af5c51b5a734226df8e8551687fdf3e5", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 55, "avg_line_length": 23.49019607843137, "alnum_prop": 0.7153589315525877, "repo_name": "paladin952/cwmd", "id": "73cd9c423bcf38e14224f93badaf17f6c848068f", "size": "1198"...
SYNONYM #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "1098a0cfb12de59373fe42d91e616535", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.23076923076923, "alnum_prop": 0.6917293233082706, "repo_name": "mdoering/backbone", "id": "cb869ce52538ee99773fc39846b716327c001dd7", "size": "189...
using System; using AsterNET.Manager.Event; namespace AsterNET.Manager.Action { /// <summary> /// Retrieves a the details about a given SIP peer.<br /> /// For a PeerEntryEvent is sent by Asterisk containing the details of the peer /// followed by a PeerlistCompleteEvent.<br /> ...
{ "content_hash": "4af2c7365dd2b14f1d8d90c4163907c6", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 99, "avg_line_length": 30.955555555555556, "alnum_prop": 0.5613783201722901, "repo_name": "AsterNET/AsterNET", "id": "137fe8ca3b4a79cf1c891d5241678739d0a2b387", "size": "13...
package jdk.internal.jrtfs; import java.io.*; import java.nio.channels.*; import java.nio.file.*; import java.nio.file.DirectoryStream.Filter; import java.nio.file.attribute.*; import java.nio.file.spi.FileSystemProvider; import java.net.URI; import java.net.URISyntaxException; import java.util.HashMap; import java....
{ "content_hash": "b3142ef9f5974e634c361ccd35d8f0df", "timestamp": "", "source": "github", "line_count": 250, "max_line_length": 83, "avg_line_length": 31.244, "alnum_prop": 0.6046600947381897, "repo_name": "forax/jigsaw-jrtfs", "id": "76e7832d97ec862ce6080403f6ca0e8e3db5ec0d", "size": "9017", "bi...
<!DOCTYPE html> <html lang='en'> <head> <meta charset='utf-8' /> <title>VisualPHPUnit</title> <link rel="stylesheet" href="ui/css/index.css" media="screen" /> <link rel="stylesheet" href="ui/css/jqueryFileTree.css" media="screen" /> <link rel='stylesheet' href='ui/css/jquery-ui-1.8.11.custo...
{ "content_hash": "c3f000a90aab2671e2ec900f04fa07e1", "timestamp": "", "source": "github", "line_count": 532, "max_line_length": 140, "avg_line_length": 40.24248120300752, "alnum_prop": 0.39058339950488113, "repo_name": "Naatan/VisualPHPUnit", "id": "b519a71dbabc43f0f0bd6e77bfc6bc080d55e64a", "size"...
import org.specs2._ import org.specs2.matcher._ import com.twitter.finagle.builder.{ ServerBuilder, ClientBuilder } import com.twitter.finagle.thrift._ import ca.stevenskelton.thrift.testservice._ import org.apache.thrift.protocol.TBinaryProtocol class FixedSizeCacheSpec extends mutable.SpecificationWithJUnit { seq...
{ "content_hash": "4dd65e0086138a3f1ace15c4d2a93d80", "timestamp": "", "source": "github", "line_count": 88, "max_line_length": 129, "avg_line_length": 36.29545454545455, "alnum_prop": 0.7532874139010645, "repo_name": "stevenrskelton/Blog", "id": "38f6513bbcf9415379b2033c99bc77f29a10e223", "size": "...