text
stringlengths
2
1.04M
meta
dict
package org.nutz.weixin.impl; import org.nutz.ioc.impl.PropertiesProxy; import org.nutz.lang.Strings; import org.nutz.weixin.repo.com.qq.weixin.mp.aes.AesException; import org.nutz.weixin.repo.com.qq.weixin.mp.aes.WXBizMsgCrypt; import org.nutz.weixin.util.Wxs; public class BasicWxHandler extends AbstractWxHandler { ...
{ "content_hash": "751e97b89527cf9a2a19b530d5f83733", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 88, "avg_line_length": 26.333333333333332, "alnum_prop": 0.6624472573839663, "repo_name": "nutzam/nutzwx", "id": "dd239bdb6be41a52426c18f7540e4c68c0f8e6d1", "size": "1422",...
<idea-plugin version="2"> <id>org.editorconfig.editorconfigjetbrains</id> <name>EditorConfig</name> <vendor url="http://editorconfig.org">Kevin Bell, JetBrains</vendor> <description><![CDATA[ A JetBrains IDE plugin supporting the EditorConfig standard ]]></description> <depends>com.intellij.modu...
{ "content_hash": "e906235757f4013cbc60d62e44397906", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 189, "avg_line_length": 61.27272727272727, "alnum_prop": 0.8071216617210683, "repo_name": "idea4bsd/idea4bsd", "id": "8d8ff18f313962139618d00514a854609cb6b055", "size": "13...
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.xeiam.xchange</groupId> <artifactId>xchange-parent...
{ "content_hash": "50db684316bddfa35673397912c67b32", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 204, "avg_line_length": 26.97142857142857, "alnum_prop": 0.7213983050847458, "repo_name": "okazia/XChange", "id": "bf555c8a1673624a2c29e1fcdfc06597643611f2", "size": "944",...
class Matrix2; class Matrix3; class Quat4; class Vector3; class Vector4; // 4x4 Matrix, stored in column major order (OpenGL style) class Matrix4 { public: // Fill a 4x4 matrix with "fill". Default to 0. Matrix4(float fill = 0.f); Matrix4(float m00, float m01, float m02, float m03, float m10, float m11...
{ "content_hash": "b4bc841726ab310576af54b4664fe96a", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 134, "avg_line_length": 36.84466019417476, "alnum_prop": 0.7206851119894598, "repo_name": "sushruta/raytracing", "id": "8e5e35b5769149fd22ddf890e9e76be5c7f63e78", "size": ...
export GOPATH=~ # Have the PATH include the default GO binary path export PATH=~/go/bin:$PATH
{ "content_hash": "a669ce3c8a58b865a0b5ab2b1ccb1ce2", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 50, "avg_line_length": 23.75, "alnum_prop": 0.7473684210526316, "repo_name": "cttttt/dotfiles", "id": "4effca3ada8a520767bbe205aaeacc367bf2f46c", "size": "124", "binary": ...
package com.example.wheather.view.widget; import android.content.Context; import android.support.v4.widget.DrawerLayout; import android.util.AttributeSet; import android.view.Gravity; import android.view.MotionEvent; import android.view.View; /** * Created by Aleksandr on 20.07.2016 in Wheather. */ public class Tab...
{ "content_hash": "680e674aef300a77d46dc2749f66a730", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 176, "avg_line_length": 28.68421052631579, "alnum_prop": 0.7091743119266055, "repo_name": "demixdn/Weather", "id": "af2c318ed372b9cec0fb452c09f4f2ad8073fdb6", "size": "1090...
''' Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License ...
{ "content_hash": "f813fda87bfd19382c752d39bfbeff5a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 73, "avg_line_length": 37.333333333333336, "alnum_prop": 0.7648809523809523, "repo_name": "akon-dey/ground", "id": "35c825fd435fe926eb0c67e776ab99f5151aa0be", "size": "672"...
<HTML><HEAD> <TITLE>Review for Bringing Out the Dead (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0163988">Bringing Out the Dead (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/Revie...
{ "content_hash": "b7d7be791cc5ba2540a66bb14ba0ec2a", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 223, "avg_line_length": 65.68627450980392, "alnum_prop": 0.7567164179104477, "repo_name": "xianjunzhengbackup/code", "id": "62cc74c8f3937aaaea307686d24db31b33652ada", "siz...
package com.google.javascript.jscomp; import static com.google.common.base.Preconditions.checkArgument; import com.google.javascript.jscomp.NodeTraversal.AbstractPostOrderCallback; import com.google.javascript.rhino.IR; import com.google.javascript.rhino.Node; /** * An optimization that does peephole optimization...
{ "content_hash": "4981a5faa05484c2146276b189a6bfb6", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 96, "avg_line_length": 29.109375, "alnum_prop": 0.6983360171765969, "repo_name": "tdelmas/closure-compiler", "id": "f5b5c0559cbc7653d4afb5f9e6d4c07c26efcefb", "size": "2475...
<!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_13) on Wed Aug 05 08:53:18 ICT 2009 --> <META http-equiv="Content-Type" content="text/html; charset=utf8"> <TITLE> Uses of Class org.jgentlefr...
{ "content_hash": "0a1b20cb41a9da734c09f24567242258", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 254, "avg_line_length": 44.110344827586204, "alnum_prop": 0.618042526579112, "repo_name": "OldRepoPreservation/jgentle", "id": "0437d06b193ef9bca82fdb96a3ea6c072ebe5866", ...
require 'padrino-core' require 'padrino-gen' require 'padrino-helpers' require 'rack-flash' FileSet.glob_require('padrino-responders/*.rb', __FILE__) FileSet.glob_require('padrino-responders/{helpers,notifiers}/*.rb', __FILE__) module Padrino ## # This component is used to create slim controllers without unneces...
{ "content_hash": "1c0316b2fe5b10a0a581066486d1fb11", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 85, "avg_line_length": 26.416666666666668, "alnum_prop": 0.6855941114616193, "repo_name": "nu7hatch/padrino-responders", "id": "47713c4d6f012eaa711e852788e0ee356d6e23ca", "...
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "instant2fa"
{ "content_hash": "6b647f798c371a63b0574cefad910b6b", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 58, "avg_line_length": 40, "alnum_prop": 0.6625, "repo_name": "clef/instant2fa-ruby", "id": "b3c668c3e41c1faca0fdbc82f67b77322c7736e3", "size": "80", "binary": false, "c...
using System; using System.Collections.Generic; using System.Net; using System.Net.Http; using System.Reflection; using Meerkat.Logging; using Meerkat.Net.Http; namespace Meerkat.Security.Authentication { /// <summary> /// Builds a canonical representation of the request message. /// </summary> publi...
{ "content_hash": "a916063d518820dcc6909bfa5a080382", "timestamp": "", "source": "github", "line_count": 70, "max_line_length": 160, "avg_line_length": 34.8, "alnum_prop": 0.5763546798029556, "repo_name": "phatcher/Meerkat.Security.Hmac", "id": "27c13a8349dee23275d738afde5ad5c40abaaacd", "size": "24...
package egovframework.com.sec.drm.web; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.RequestMapping; import org.springfram...
{ "content_hash": "36a130baa35589c3405c21e16f0b23dc", "timestamp": "", "source": "github", "line_count": 211, "max_line_length": 101, "avg_line_length": 38, "alnum_prop": 0.6918184085806934, "repo_name": "dasomel/egovframework", "id": "e615ca2a0e10e5dada63fd43143b630487d66287", "size": "8304", "bi...
// // PNChannelPresence+Protected.h // pubnub // // This header file used by library internal // components which require to access to some // methods and properties which shouldn't be // visible to other application components // // // Created by Sergey Mamontov. // // #import "PNChannelPresence.h" #pragma m...
{ "content_hash": "0a721f531d78b13160403ff994488ac0", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 74, "avg_line_length": 19.589285714285715, "alnum_prop": 0.7438468550592525, "repo_name": "AjanJayant/PubNubKeyAutoUpdate", "id": "f1d86ccb712c0db645e8f7537df589a4164468b4", ...
<?php /** * @see Zend_Uri_Http */ require_once 'Zend/Uri/Http.php'; /** * @see Zend_Http_Client */ require_once 'Zend/Http/Client.php'; /** * @see Zend_Http_Client_Adapter_Socket */ require_once 'Zend/Http/Client/Adapter/Socket.php'; /** * HTTP Proxy-supporting Zend_Http_Client adapter class, based on the de...
{ "content_hash": "0416149000d0f724cdf2fc607daf741f", "timestamp": "", "source": "github", "line_count": 253, "max_line_length": 124, "avg_line_length": 32.69960474308301, "alnum_prop": 0.5519158709053548, "repo_name": "ian0583/BusBoy", "id": "a9976fffb785716ba20cf9481213406acddd2751", "size": "9040...
#ifndef CS47L35_EXT_H #define CS47L35_EXT_H #ifdef __cplusplus extern "C" { #endif /*********************************************************************************************************************** * INCLUDES ***************************************************************************************************...
{ "content_hash": "b81294d63c6f4cdbaa3cefe15f66bfea", "timestamp": "", "source": "github", "line_count": 215, "max_line_length": 153, "avg_line_length": 33.75813953488372, "alnum_prop": 0.4849820887296776, "repo_name": "CirrusLogic/mcu-drivers", "id": "69cd7958dad13fd1cd01063d14d2b547d59e5bff", "siz...
package io.gatling.core.controller.inject import scala.concurrent.duration._ import io.gatling.BaseSpec import io.gatling.commons.util.PushbackIterator import io.gatling.commons.util.TimeHelper._ import io.gatling.core.scenario.Scenario import io.gatling.core.util.Shard import com.softwaremill.quicklens._ class Us...
{ "content_hash": "b50d8462f9c591f3b9a51810b9371cab", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 104, "avg_line_length": 29.853658536585368, "alnum_prop": 0.7246732026143791, "repo_name": "GabrielPlassard/gatling", "id": "7fa544fb87fd2a5e960f2b2ba1ed5db046df54f3", "siz...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>meshfill &#8212; VCS 2.4.1 documentation</title> ...
{ "content_hash": "ac5db4a48d34a26a3e877d454be60243", "timestamp": "", "source": "github", "line_count": 657, "max_line_length": 633, "avg_line_length": 73.05479452054794, "alnum_prop": 0.6572494114215471, "repo_name": "UV-CDAT/uvcdat-docs", "id": "0f1ed95a4a7889d45bcd7c8ae155d4064d7726b6", "size": ...
package org.flywaydb.core.internal.util; import org.junit.Test; import java.util.Iterator; import java.util.List; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; /** * Small Test for Locations. */ public class LocationsSmallTest { @Test public void mergeLocations()...
{ "content_hash": "4ca35d210d92f9caca910c146784f461", "timestamp": "", "source": "github", "line_count": 71, "max_line_length": 104, "avg_line_length": 40.563380281690144, "alnum_prop": 0.6829861111111111, "repo_name": "srohanrao/flyway", "id": "d45a83f8da22051a52af5e1d97b7ecbca5aabde9", "size": "34...
@{ PSDependOptions = @{ AddToPath = $true Target = 'output\RequiredModules' Parameters = @{ Repository = '' } } InvokeBuild = 'latest' PSScriptAnalyzer = 'latest' Pester = '4.10.1' Plast...
{ "content_hash": "ac905492978e830034c7059a8b5e528e", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 45, "avg_line_length": 32.30434782608695, "alnum_prop": 0.46567967698519513, "repo_name": "PowerShell/xAdcsDeployment", "id": "f8abe7fb118afd14923e1c141eb622792254f17a", "s...
import { useDeps as _useDeps } from 'react-simple-di'; import { compose as _compose, composeWithTracker as _composeWithTracker, composeWithPromise as _composeWithPromise, composeWithObservable as _composeWithObservable, composeAll as _composeAll, disable as _disable, } from 'react-komposer'; import App ...
{ "content_hash": "7beca624fb99556b8a4f9f91ff032434", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 60, "avg_line_length": 28.892857142857142, "alnum_prop": 0.7676143386897404, "repo_name": "mantrajs/mantra-core", "id": "9a1be8bf57c462076e45b48ded85b20cd1475518", "size": ...
module.exports = exports = function(err, res) { console.log(err); res.status(500).json({ msg: 'Database error' }); };
{ "content_hash": "0a9f18ced49a042ad1389fd8b74fe241", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 50, "avg_line_length": 30.5, "alnum_prop": 0.6475409836065574, "repo_name": "xaviers-school/real-time-911-seattle", "id": "af4c99d679dd5816e4fa8bde71096e12f7d26595", "size":...
package org.beanio.parser.types; import static org.junit.Assert.*; import java.io.*; import java.math.*; import java.net.URL; import java.text.SimpleDateFormat; import java.util.*; import org.beanio.*; import org.beanio.parser.ParserTest; import org.junit.*; /** * JUnit test cases for testing type...
{ "content_hash": "ec0e4f6c55364c590da205c07a3dc607", "timestamp": "", "source": "github", "line_count": 269, "max_line_length": 113, "avg_line_length": 38.7360594795539, "alnum_prop": 0.5711132437619961, "repo_name": "italocomini/beanio", "id": "4779ad97122413e733bab3584ebdebe1eea4645b", "size": "1...
#include "chrono_pardisomkl/ChSolverPardisoMKL.h" #endif #include "chrono_thirdparty/filesystem/path.h" using namespace chrono; using namespace chrono::utils; using namespace chrono::vehicle; using namespace chrono::vehicle::mrole; using std::cout; using std::endl; // ===========================================...
{ "content_hash": "0af624450277bc2928636de87aa35bef", "timestamp": "", "source": "github", "line_count": 396, "max_line_length": 114, "avg_line_length": 36.724747474747474, "alnum_prop": 0.5923124527263975, "repo_name": "rserban/chrono", "id": "cee5d6ceb8f3306a95befc398095f9c90764c6f6", "size": "159...
package com.spollo.player.adapters; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import com.spollo.player.R; import com.spollo.player.model.Song; import com.spollo.player.ui.MusicHolder; import com.sp...
{ "content_hash": "f2d08d72400742a110329bb789be4bcd", "timestamp": "", "source": "github", "line_count": 248, "max_line_length": 94, "avg_line_length": 28.39516129032258, "alnum_prop": 0.602811701221244, "repo_name": "i25ffz/spollo", "id": "b12a2e31dc22d7a1e490035f8637771baa5bd8d1", "size": "7621", ...
<!DOCTYPE html> <html lang="zh-CN"> <head> <title>WebConsole</title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"> <meta name="renderer" content="webkit...
{ "content_hash": "cb2ea109e979ecd493022a0f2429df5d", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 120, "avg_line_length": 41.36764705882353, "alnum_prop": 0.596871667259154, "repo_name": "shibingli/webconsole", "id": "e3927b2e0be9aaa9a22084d0f7f4cbe6ea0dd3e4", "size": ...
package Devel::Symdump; use 5.003; use Carp (); use strict; use vars qw($Defaults $VERSION *ENTRY $MAX_RECURSION); $VERSION = '2.08'; $MAX_RECURSION = 97; $Defaults = { 'RECURS' => 0, 'AUTOLOAD' => { 'packages' => 1, 'scalars' => 1, 'arrays' => 1, 'hashes' => 1, 'func...
{ "content_hash": "4a982eade107ffa113cf899a80efb553", "timestamp": "", "source": "github", "line_count": 468, "max_line_length": 87, "avg_line_length": 25.732905982905983, "alnum_prop": 0.5746906916881176, "repo_name": "CoDEmanX/ArangoDB", "id": "01a8e783f8f35807fd1b4955440e696c2aaeca28", "size": "1...
.class Lcom/android/server/am/ServiceRecord$StartItem; .super Ljava/lang/Object; .source "ServiceRecord.java" # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Lcom/android/server/am/ServiceRecord; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags = 0x8 ...
{ "content_hash": "d50f061d2ba3abcfe8581079d89c8094", "timestamp": "", "source": "github", "line_count": 226, "max_line_length": 154, "avg_line_length": 29.168141592920353, "alnum_prop": 0.7345266990291263, "repo_name": "baidurom/devices-base_cm", "id": "583c661cd8e75bfe144327e65d1d566e4c94130b", "s...
<?php /* * */ namespace RDF\JobDefinitionFormatBundle\Model\JDF\Process\PostPress; use Doctrine\OXM\Mapping as OXM; /** * RDF\JobDefinitionFormatBundle\Model\JDF\Process\PostPress\HeadBandApplication * * @OXM\XmlEntity(xml="HeadBandApplication") */ class HeadBandApplication { }
{ "content_hash": "0a3c4eccead71d467caf2e91ef220c0a", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 80, "avg_line_length": 16, "alnum_prop": 0.7604166666666666, "repo_name": "richardfullmer/RDFJobDefinitionFormatBundle", "id": "c3c1af8cb488e1743d1927696f1d8f129aa18e83", "...
package com.amazonaws.services.cloudtrail.model.transform; import java.util.Map; import java.util.Map.Entry; import java.math.*; import java.nio.ByteBuffer; import com.amazonaws.services.cloudtrail.model.*; import com.amazonaws.transform.SimpleTypeJsonUnmarshallers.*; import com.amazonaws.transform.*; import com.f...
{ "content_hash": "2b3f8bddc17b8046ba0b7f307300dbb6", "timestamp": "", "source": "github", "line_count": 75, "max_line_length": 79, "avg_line_length": 35.946666666666665, "alnum_prop": 0.6038575667655787, "repo_name": "mhurne/aws-sdk-java", "id": "5eb9b407de5ef3857ad0ba1692b601427d0c9842", "size": "...
#include "frmr_textfile.h" #include "frmr_stringfuncs.h" TextFile::TextFile( const string p_filename ) { std::ifstream readFile; readFile.open( p_filename.c_str() ); if ( readFile.is_open() ) { string fullLine; while ( getline( readFile, fullLine ) ) { ...
{ "content_hash": "4f70127de8e584336db3e76508fd93ce", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 67, "avg_line_length": 22.058823529411764, "alnum_prop": 0.5293333333333333, "repo_name": "frmr/wizmatch", "id": "730d2410b47c0e1324cf38a189834d858c36d8fe", "size": "770", ...
<header>Estat del Client</header> Aquesta pàgina mostra els treballs de còpia que estan actualment en execució i els 10 executats més recentment d'un sistema client de Bacula. Aquells executats o executant-se en altres clients no es mostraran. <p> <footer>
{ "content_hash": "6b080812ee592111d874684676ce90d5", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 76, "avg_line_length": 32.625, "alnum_prop": 0.789272030651341, "repo_name": "xtso520ok/webmin", "id": "aec593b22ab02d5b6becf26dd342d37b08f45c89", "size": "265", "binary":...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Xna.Framework; using ZitaAsteria.MenuSystem.World; namespace ZAsteroids.World { /// <summary> /// Small ray intersection container class. /// </summary> public class RayIntersectionInfo { ...
{ "content_hash": "066691fda47381d8706c40cb09e55777", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 112, "avg_line_length": 28.633333333333333, "alnum_prop": 0.6414435389988359, "repo_name": "GearsAD/zasteroids", "id": "4fc713baa813cab955be6eb58f1583897fab34a9", "size": "...
<?xml version="1.0" encoding="utf-8"?> <resources> <color name="primary">#2E7D32</color> <color name="primaryDark">#1B5E20</color> <color name="accent">#FF1744</color> <color name="grayLight">#EEEEEE</color> <color name="gray">#E0E0E0</color> <color name="grayDark">#9E9E9E</color> <color name="paused_mask">#aa...
{ "content_hash": "902730b7a311e1b7e11cdb770cb22200", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 60, "avg_line_length": 31.384615384615383, "alnum_prop": 0.7009803921568627, "repo_name": "jsettlers/settlers-remake", "id": "7ee03048bf39c0956415b73f93787702002aab30", "si...
from pymongo import MongoClient from bson.objectid import ObjectId import os import json DATABASE_URI = os.getenv('MONGOLAB_URI') database = MongoClient(DATABASE_URI) database.drop_database(database.get_default_database()) db = database.get_default_database() os.chdir('..') basedir = os.path.abspath(os.curdir) + '/...
{ "content_hash": "40cee27123e2bcc965a0dfad76258e83", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 55, "avg_line_length": 27.35483870967742, "alnum_prop": 0.652122641509434, "repo_name": "LNM-HoverSpace/HoverSpace", "id": "03bf60e3226454f81b4d6ed388d3ba152d42e88f", "size...
CHANGELOG for 1.1.x =================== This changelog references the relevant changes (bug and security fixes) done in 1.1.x patch versions. 1.1.5 (2014-03-28) ------------------ * [#166](https://github.com/doctrine/mongodb/pull/166): Use `current()` in `EagerCursor::getSingleResult()` * [#167](https://github.com...
{ "content_hash": "a939209c7f57918081c24e2531addce5", "timestamp": "", "source": "github", "line_count": 35, "max_line_length": 120, "avg_line_length": 40.885714285714286, "alnum_prop": 0.6617749825296995, "repo_name": "shacme/app", "id": "76332954dc3d600174e7fb24671bdd600e6ab605", "size": "1431", ...
from pytest import raises, skip from decimal import Decimal from mio import runtime from mio.utils import Null from mio.state import Completer from mio.errors import AttributeError, Error # Supported Types # { # dict: "Dict" # list: "List" # tuple: "Tuple", # unicode: "String" # str: ...
{ "content_hash": "ea45296231de44458345c9fb6ee5b07f", "timestamp": "", "source": "github", "line_count": 184, "max_line_length": 105, "avg_line_length": 22.29891304347826, "alnum_prop": 0.6417255666585425, "repo_name": "prologic/mio", "id": "2fd7046c6eef2d729d88ee2af55e99657d940542", "size": "4103",...
package org.elasticsearch.repositories.s3; import com.amazonaws.services.s3.AmazonS3; import com.amazonaws.services.s3.model.CannedAccessControlList; import com.amazonaws.services.s3.model.StorageClass; import org.elasticsearch.client.node.NodeClient; import org.elasticsearch.common.settings.Settings; import org.elas...
{ "content_hash": "d91e1d3706fb11ecfed65b823b15e91a", "timestamp": "", "source": "github", "line_count": 140, "max_line_length": 129, "avg_line_length": 44.7, "alnum_prop": 0.7120485778203899, "repo_name": "gfyoung/elasticsearch", "id": "3f75ae94aa95048fd7f9ad678b6cd66a23b14139", "size": "7046", "...
package com.example.seadee.coolweather.gson; import com.google.gson.annotations.SerializedName; /** * Created by seadee on 2017/8/10. */ public class Suggestion { @SerializedName("comf") public Comfort comfort; @SerializedName("cw") public CarWash carWash; public Sport sport; public clas...
{ "content_hash": "0ce25aea811c01b3c787d9a74864f70e", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 50, "avg_line_length": 18.125, "alnum_prop": 0.6344827586206897, "repo_name": "echo123456/coolWeather", "id": "d88e5b5e8e17fa9a79ed099a51ca52140dfc63d9", "size": "580", "...
/** * @fileoverview Firebase Database API. * Version: ${JSCORE_VERSION} * * Copyright 2017 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
{ "content_hash": "fbdff9057f224297630e8ebd09110167", "timestamp": "", "source": "github", "line_count": 1683, "max_line_length": 117, "avg_line_length": 37.75401069518717, "alnum_prop": 0.700251809883538, "repo_name": "julien-sobczak/memorio", "id": "3737b92177d7957c122452c72393e71e0388a1d9", "size...
package com.zsw.base.http; /** * Created by ecoolper on 2017/4/22. */ public interface RequestHttp<H, P> { /** * 返回httpClient */ H getRequestHttpClient(); /** * 返回httpProxy */ P getRequestHttpProxy(); HttpType getRequestType(); }
{ "content_hash": "9b6b72fa6f139b9afbec28fac3e2b184", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 36, "avg_line_length": 13.85, "alnum_prop": 0.5812274368231047, "repo_name": "499504777/spring", "id": "b6194645df9d0fba5fb5d1fdb922aa161b400c3c", "size": "285", "binary"...
<!DOCTYPE html> <html> <head> <title>Sheldon's Blog</title> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="../stylesheets/default.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/blog-code.css"> <link rel="stylesheet" type="text/css" href="../stylesheets/t6-oo...
{ "content_hash": "6276d369055c32828ec206fa840449b1", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 600, "avg_line_length": 48.71296296296296, "alnum_prop": 0.6006462649686372, "repo_name": "shmartin/shmartin.github.io", "id": "332b4b01a03296ed7bd56e0b54c0d6c0f426aa83", ...
import Streaming.Endpoint; import Streaming.NotifierPrx; import Streaming.NotifierPrxHelper; import Streaming.Stream; import javax.swing.*; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.stream.Collectors; public class PortalI extends Streaming._Por...
{ "content_hash": "3b16e3bb7add21706de896b07ddbe2cc", "timestamp": "", "source": "github", "line_count": 105, "max_line_length": 124, "avg_line_length": 35.99047619047619, "alnum_prop": 0.5742259857105054, "repo_name": "nuno-azevedo/video-streaming-ice", "id": "aab06b9cf6518f6f5b301b9b1b284540359c09db...
module FP.Pretty where import FP.Core import FP.Free import FP.Monads -- Setup {{{ -- newtype Color256 = Color256 { color256Raw :: Int } deriving (ToInteger, ToString) instance FromInteger Color256 where fromInteger i | i >= 0 && i < 256 = Color256 $ fromInteger i | otherwise = error "Color256 va...
{ "content_hash": "dca82180b8c1cdd15629277a474a82ba", "timestamp": "", "source": "github", "line_count": 389, "max_line_length": 111, "avg_line_length": 26.88688946015424, "alnum_prop": 0.6296969117506453, "repo_name": "davdar/quals", "id": "44384eda2f803be6e687d558bf8da310aa9833db", "size": "10459"...
We are Catnap: a creative team of two, excited to showcase great ideas via the web. We believe in honest design, elegant code, and candid speech. In cultivating what matters and ditching the rest. The code for our site lives here, free for anyone to peruse and ogle. <http://catnap.co> ## Credits Our work wouldn't b...
{ "content_hash": "18e13a5b96294881b2cb2ac405816b87", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 206, "avg_line_length": 39.303030303030305, "alnum_prop": 0.7324595219737856, "repo_name": "liamscott/catnap", "id": "3942b8032ab25fe36c056f84f857006210a02307", "size": "13...
package command import ( "bufio" "bytes" "fmt" "io" "os/exec" "path" "strconv" "strings" "sync" "time" "github.com/golang/glog" "github.com/kballard/go-shellquote" "github.com/pkg/errors" "golang.org/x/crypto/ssh" "golang.org/x/sync/errgroup" "k8s.io/minikube/pkg/minikube/assets" ) var ( layout = ...
{ "content_hash": "40848504272d45018a4195999ccd7ba9", "timestamp": "", "source": "github", "line_count": 265, "max_line_length": 118, "avg_line_length": 24.49056603773585, "alnum_prop": 0.6462249614791987, "repo_name": "dlorenc/minikube", "id": "9d1f03a04d9f2ed4622daee8b2288573d4e9fec4", "size": "70...
<?php /** * @group WPThumbFileNameTestCase */ class WPThumbFileNameTestCase extends WP_Thumb_UnitTestCase { function testFileURLWithQueryParam() { $path = 'http://google.com/logo.png?foo=123'; $image = new WP_Thumb; $image->setFilePath( $path ); $this->assertFalse( $image->errored() ); $this->assertCo...
{ "content_hash": "4668a736d9e3d6bf569670f7f6908701", "timestamp": "", "source": "github", "line_count": 196, "max_line_length": 148, "avg_line_length": 25.535714285714285, "alnum_prop": 0.6513486513486514, "repo_name": "shout-reverie/thesixthlie-dev", "id": "7bff1166a3ee6c995952a7fe4edf6388dec15457",...
package com.github.calcacuervo; import java.util.UUID; import org.drools.compiler.kproject.ReleaseIdImpl; import org.drools.core.io.impl.ClassPathResource; import org.junit.Assert; import org.junit.Test; import org.kie.api.io.ResourceType; import org.kie.api.runtime.KieSession; /** * Tests using KieHelper with conc...
{ "content_hash": "9dfcddf544df1580e9ec59a2d2140c00", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 78, "avg_line_length": 23.33884297520661, "alnum_prop": 0.671742209631728, "repo_name": "calcacuervo/drools-examples", "id": "5ef1731e7b125ad5bcfae20a46235c8ffbb66b7e", "s...
title: Assert Deep Equality with .deepEqual and .notDeepEqual localeTitle: 使用.deepEqual和.notDeepEqual断言深度等式 --- ## 使用.deepEqual和.notDeepEqual断言深度等式 这是一个存根。 [帮助我们的社区扩展它](https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/information-security-and-quality-assurance/quality-assurance-and-testing-w...
{ "content_hash": "6ecb73a0238fb09b05b90019391f6e03", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 246, "avg_line_length": 60.625, "alnum_prop": 0.822680412371134, "repo_name": "otavioarc/freeCodeCamp", "id": "2ed6628721c7f9bfd63d22ec14d5fe1e26e6f5f9", "size": "607", "b...
package org.apache.pig.pen; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.IdentityHashMap; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.logging.Log; import org....
{ "content_hash": "ace64bfae09d7a40be03b43b194ea812", "timestamp": "", "source": "github", "line_count": 470, "max_line_length": 149, "avg_line_length": 39.52127659574468, "alnum_prop": 0.5798115746971736, "repo_name": "simplegeo/hadoop-pig", "id": "2ada82a9604925d449773d75db50f2f69920efa0", "size":...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/home/innovator/Downloads/Spellathon/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.3/res/values-xlarge-land/values.xml --> <eat-comment/> <dimen name="abc_search_view_text_min_width">256dip</dimen> </resources>
{ "content_hash": "f2f245c3c19f9bb47b8b43383c1f280e", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 171, "avg_line_length": 53, "alnum_prop": 0.720125786163522, "repo_name": "avinashn/Spellathon", "id": "3177ec95043d2081f999e219f367b7f2cb01cd1c", "size": "318", "binary":...
using System; using DokanNet.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace DokanNet.Tests { /// <summary> /// Tests for <see cref="IDokanOperationsUnsafe"/>. This is leveraging the same set of tests as /// <see cref="FileInfoTests"/> by deriving from that class, but by calling ...
{ "content_hash": "ca9a9a0b9ea54f1c11babd293205e720", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 139, "avg_line_length": 36.791666666666664, "alnum_prop": 0.6466591166477916, "repo_name": "TrabacchinLuigi/dokan-dotnet", "id": "9553bc91e106e2cb45ed85b8273fb83ae091a33d", ...
package com.googlecode.objectify.cache; import com.google.appengine.api.datastore.DatastoreAttributes; import com.google.appengine.api.datastore.DatastoreService; import com.google.appengine.api.datastore.Entity; import com.google.appengine.api.datastore.EntityNotFoundException; import com.google.appengine.api.d...
{ "content_hash": "968e0a12124595c609c5dc22c389662e", "timestamp": "", "source": "github", "line_count": 267, "max_line_length": 158, "avg_line_length": 30.51685393258427, "alnum_prop": 0.7342906234658811, "repo_name": "RudiaMoon/objectify-appengine", "id": "d0ae72b255dc8bd885866af0e4feee623da1d9a9", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta https-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="/favi...
{ "content_hash": "ea202d492a5827cdbd4506ba84021ada", "timestamp": "", "source": "github", "line_count": 200, "max_line_length": 251, "avg_line_length": 38.94, "alnum_prop": 0.5624036979969184, "repo_name": "jSemantic-software/jsemantic-software.github.io", "id": "08f8e71687dd6509f84e198efbbb1c622c5b0...
const char MediaBrowserTest::kEnded[] = "ENDED"; const char MediaBrowserTest::kError[] = "ERROR"; const char MediaBrowserTest::kFailed[] = "FAILED"; MediaBrowserTest::MediaBrowserTest() { } MediaBrowserTest::~MediaBrowserTest() { } void MediaBrowserTest::RunMediaTestPage( const char* html_page, std::vector<Strin...
{ "content_hash": "98e436fb5995d0b840066539ed505bf7", "timestamp": "", "source": "github", "line_count": 56, "max_line_length": 79, "avg_line_length": 36.107142857142854, "alnum_prop": 0.6681503461918892, "repo_name": "cvsuser-chromium/chromium", "id": "b011ba4649630eae30f3645f0fa44775a0e2bf44", "si...
external help file: Microsoft.Azure.Commands.Websites.dll-Help.xml ms.assetid: BFC38930-DBB4-4EBB-8E29-73B901FAF486 online version: schema: 2.0.0 --- # Edit-AzureRmWebAppBackupConfiguration ## SYNOPSIS ## SYNTAX ### FromResourceName ``` Edit-AzureRmWebAppBackupConfiguration [-FrequencyInterval] <Int32> [-Frequency...
{ "content_hash": "edd5d1533e27d893de2d30311a54b70d", "timestamp": "", "source": "github", "line_count": 213, "max_line_length": 314, "avg_line_length": 19.089201877934272, "alnum_prop": 0.7626660108214461, "repo_name": "krkhan/azure-powershell", "id": "7c62fba6959849896048536774e91aa0cd9653f3", "si...
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> <meta content="2013-12-2...
{ "content_hash": "16449691d84a2c339b70d9c93b78a11a", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 445, "avg_line_length": 96.67307692307692, "alnum_prop": 0.7125522180226775, "repo_name": "ahsbjunior/biblia-para-igrejas", "id": "edc53e7fa408f8ebf47c4ae90ddae7cae39715f5", ...
real function backtr(vrgs,nt,vr,vrg,zmin,zmax,ltail,ltpar, + utail,utpar,discrete) C%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% C % C Copyright (C) 1996, The Board of Trustees of the Leland St...
{ "content_hash": "ab370647f9b023bc3c7812e98594d5e4", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 72, "avg_line_length": 38.85470085470085, "alnum_prop": 0.5085789705235372, "repo_name": "fcecinati/QUICS_UOB", "id": "0433c76562832560c8cf87c8da96315e0803161f", "size": "...
SYNONYM #### According to Index Fungorum #### Published in Cat. Lich. Univers. 2: 714 (1924) #### Original name Lecidea subincolorella Nyl. ### Remarks null
{ "content_hash": "56a992b269de74c7fc655830bdbaea7f", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 33, "avg_line_length": 12.307692307692308, "alnum_prop": 0.69375, "repo_name": "mdoering/backbone", "id": "91e67bb5cf938f7cd80b0f499d3d0901e6eb12b5", "size": "222", "bina...
var modalViewer = { // set up some defaults active: false, switchText: true, template: 'info', patternData: {}, targetOrigin: (window.location.protocol === 'file:') ? '*' : window.location.protocol+'//'+window.location.host, /** * initialize the modal window */ ...
{ "content_hash": "bf04c87928cc72d8af40a97f2bb561e1", "timestamp": "", "source": "github", "line_count": 295, "max_line_length": 217, "avg_line_length": 34.05762711864407, "alnum_prop": 0.6131183437842141, "repo_name": "dm30roto/portfolio-pattern-library", "id": "3d219692d1465f58393636757201ba69a41d09...
// // W A R N I N G // ------------- // // This file is not part of the Qt API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // // We mean it. #ifndef Patternist_GenerateIDFN_H #define Patternist_GenerateIDFN_H #inclu...
{ "content_hash": "bd912de4cbc8353472c751ff7a086ae2", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 81, "avg_line_length": 21.15909090909091, "alnum_prop": 0.6552094522019334, "repo_name": "kzhong1991/Flight-AR.Drone-2", "id": "4ed448821cbb717da02581711176242b9fc6a4d8", "...
/* Copyright (C) 2001-2009 Makoto Matsumoto and Takuji Nishimura. Copyright (C) 2009 Mutsuo Saito All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must ...
{ "content_hash": "7c14f3e4071a52b6d294bd702ea8ac12", "timestamp": "", "source": "github", "line_count": 114, "max_line_length": 81, "avg_line_length": 41.675438596491226, "alnum_prop": 0.7604714796884866, "repo_name": "keithroe/vtkoptix", "id": "98950dc676c4af291c9927b706dc25206b46faf0", "size": "5...
using System.Collections.Generic; using System.Text.Json; using Azure.Core; namespace Azure.Analytics.Synapse.Artifacts.Models { public partial class OracleTableDataset : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); ...
{ "content_hash": "21ee2b3c394aa048fe70918fd5b88d55", "timestamp": "", "source": "github", "line_count": 236, "max_line_length": 181, "avg_line_length": 39.58898305084746, "alnum_prop": 0.44418281066038745, "repo_name": "stankovski/azure-sdk-for-net", "id": "0048ce614ee165d4b2cda54afb1a8fe535f98024", ...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Lichen angulosus Schreb. ### Remarks null
{ "content_hash": "15a42f26881f5730d0d18ea51b6c92aa", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 24, "avg_line_length": 9.923076923076923, "alnum_prop": 0.7054263565891473, "repo_name": "mdoering/backbone", "id": "fd8813d8b7479f72b2f2fd2208de9013354ff8eb", "size": "193...
package it.unisannio.srss.dame.android.services; import java.io.IOException; import java.util.Properties; import android.content.Context; public class FTPServerConfig { final static String PROPERTIES_FILE = "ftp_config_srss.properties"; final static String SERVER_PROPERTY = "server"; final static String DOWNL...
{ "content_hash": "e5f94d4d498dd21726af8e7f41424049", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 68, "avg_line_length": 27.49019607843137, "alnum_prop": 0.7378744650499287, "repo_name": "SRSS15/DAME", "id": "7ac439b8fdb86f61d77a293ead5b0d0a7774990f", "size": "3547", ...
"""Ce fichier définit un conteneur de groupe. Il doit n'y voir qu'un conteneur de groupes et c'est de ce fait à la fois une classe singleton implicite dérivée de BaseObj. """ from abstraits.obase import BaseObj from primaires.interpreteur.groupe.groupe import * class ConteneurGroupes(BaseObj): """Classe contene...
{ "content_hash": "6c9f321aa2ec3bd32acf6a4ae7ed341e", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 78, "avg_line_length": 32, "alnum_prop": 0.6125, "repo_name": "vlegoff/tsunami", "id": "5cfa77ff9f6d49bb9bb54ebcafcf992153e772a8", "size": "5271", "binary": false, "co...
package com.alibaba.dubbo.examples.validation.impl; import com.alibaba.dubbo.examples.validation.api.ValidationParameter; import com.alibaba.dubbo.examples.validation.api.ValidationService; /** * ValidationServiceImpl * * @author william.liangf */ public class ValidationServiceImpl implements Validati...
{ "content_hash": "2bd48745511ec58006f1648b4f55736e", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 69, "avg_line_length": 23, "alnum_prop": 0.7277882797731569, "repo_name": "delavior/dubbo", "id": "c17dbdd9267511a33a1b521035899b8462649280", "size": "1152", "binary": fa...
<!DOCTYPE html> <html> <head> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <meta http-equiv="Content-Security-Policy" content="require-trusted-types-for 'script'"> </head> <body> <script> trustedTypes.createPolicy("default", {createScript: _ => null})...
{ "content_hash": "8397b3839ea746b41deae84acfe08e48", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 90, "avg_line_length": 27.63157894736842, "alnum_prop": 0.6438095238095238, "repo_name": "nwjs/chromium.src", "id": "13178bd44bf17f06c6d6d46433dcad273367a364", "size": "525...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CompilerConfiguration"> <option name="DEFAULT_COMPILER" value="Javac" /> <resourceExtensions /> <wildcardResourcePatterns> <entry name="!?*.class" /> </wildcardResourcePatterns> <annotationProcessing> <profil...
{ "content_hash": "5a32d828134e333550a93bc0b3e88098", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 101, "avg_line_length": 49.32, "alnum_prop": 0.6707218167072182, "repo_name": "valery-barysok/retrolambda", "id": "cd0eae5fbd614b8f9db3aeb723178eff612ae5eb", "size": "2466"...
package com.zero.artoflife.project.adapters; import android.content.Context; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageButton; i...
{ "content_hash": "afa22c6f4c94d104cee64eb9006cebf3", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 118, "avg_line_length": 45.03488372093023, "alnum_prop": 0.7281177381874516, "repo_name": "jjhdez/ProjectV-Android", "id": "adbd0f7b190cd50188bde7be26ecb75cecce15ba", "size...
<?php namespace luyatests\core\components; use Yii; use luya\components\Mail; /** * @author nadar */ class MailTest extends \luyatests\LuyaWebTestCase { public function testAppMailerObject() { $this->assertTrue(Yii::$app->mail instanceof \luya\components\Mail); } public function testMa...
{ "content_hash": "999016dd1ec925065784d3fdc9ea3e35", "timestamp": "", "source": "github", "line_count": 174, "max_line_length": 103, "avg_line_length": 31.373563218390803, "alnum_prop": 0.5566953654515479, "repo_name": "zephir/luya", "id": "2987f569fb60d3beb16110ae9811f37844a168fc", "size": "5459",...
using namespace std::placeholders; namespace meta { template <int N> struct _my_placeholder {}; } namespace std { template<int N> struct is_placeholder<meta::_my_placeholder<N>> : public integral_constant<int, N> {}; } namespace meta { namespace _priv { template <class U, class V, class W, int Current...
{ "content_hash": "0a870817889d19c083a123d2de59dcec", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 130, "avg_line_length": 26.61261261261261, "alnum_prop": 0.6117129316181449, "repo_name": "alex8092/Metadepend", "id": "158ad274ca358fd56dfbaba554d143caa6e5456c", "size": ...
#include <stdint.h> #include <string.h> #include <grpc/support/alloc.h> #include "src/core/lib/http/parser.h" bool squelch = true; bool leak_check = true; extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { grpc_http_parser parser; grpc_http_response response; memset(&response, 0, size...
{ "content_hash": "858c1bbd1e976c7f357cf4dec79ca975", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 76, "avg_line_length": 28.64, "alnum_prop": 0.7220670391061452, "repo_name": "PeterFaiman/ruby-grpc-minimal", "id": "2a793fddd4b6a70551c8d91ed26669860b8982c8", "size": "131...
#ifndef STAN_MATH_PRIM_FUN_ROW_HPP #define STAN_MATH_PRIM_FUN_ROW_HPP #include <stan/math/prim/err.hpp> #include <stan/math/prim/fun/Eigen.hpp> namespace stan { namespace math { /** * Return the specified row of the specified matrix, using * start-at-1 indexing. * * This is equivalent to calling <code>m.row(i - ...
{ "content_hash": "786f7299d504333954c3ddbfeb2a873f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 63, "avg_line_length": 24.03030303030303, "alnum_prop": 0.6771752837326608, "repo_name": "stan-dev/math", "id": "9e4ce94f33a89faaf5a116aab3e54ffc3179d141", "size": "793", ...
require "rails_helper" describe PasswordsController do before do APP_CONFIG["email"] = { "name" => "Portus", "from" => "portus@example.com", "reply_to" => "noreply@example.com" } @user = create(:admin) @raw = @user.send_reset_password_instructions end it "updates the ...
{ "content_hash": "f476aa5bebdcc4f781d3e041a4f078f8", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 92, "avg_line_length": 30.602941176470587, "alnum_prop": 0.6266218164344065, "repo_name": "SUSE/Portus", "id": "c5e33d3b4c0a09eab4011f6d81c1c969af0f8d2f", "size": "2112", ...
import * as React from 'react'; import PropTypes from 'prop-types'; import { withStyles, useTheme } from '@material-ui/core/styles'; import useMediaQuery from '@material-ui/core/useMediaQuery'; import Drawer from '@material-ui/core/Drawer'; import Box from '@material-ui/core/Box'; import Typography from '@material-ui/c...
{ "content_hash": "84c1d0a23ed99ed123a533b86947dffb", "timestamp": "", "source": "github", "line_count": 188, "max_line_length": 97, "avg_line_length": 34.16489361702128, "alnum_prop": 0.5981628522497275, "repo_name": "callemall/material-ui", "id": "6d57da25566a845dbccf2dae9b421e07059336d2", "size":...
<html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <title>Version 0.9.1</title> <meta name="robots" content="anchors"> <link href="rnotes.css" type="text/css" rel="stylesheet" media="all"> </head> <body> <ul> <li> <h1>Account Bugfix</h1> ...
{ "content_hash": "320cbbea94b849d5a9545f4d182f654d", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 109, "avg_line_length": 25.77777777777778, "alnum_prop": 0.5883620689655172, "repo_name": "kgn/Coaches-Loupe", "id": "31ba21473e6e1cb68ffd2b6f541e7cfcaca76727", "size": "46...
using Aurora.Entity; using Aurora.Repository; using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Web.Http; using System.Net.Http; using System.Net; using System.Linq.Expressions; using System.Web.Http.OData.Query; using Sy...
{ "content_hash": "d599ad8d08686e9f861b672696d99929", "timestamp": "", "source": "github", "line_count": 254, "max_line_length": 174, "avg_line_length": 33.125984251968504, "alnum_prop": 0.5079629189446161, "repo_name": "nkanish2002/Aurora", "id": "2c4ada93909abb726b23fb717cda3d1098647e86", "size": ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (9.0.1) on Mon Apr 23 23:58:48 BST 2018 --> <title>lejos.robotics</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta na...
{ "content_hash": "c66e04cab858c8bc00eb391d21f0f671", "timestamp": "", "source": "github", "line_count": 373, "max_line_length": 152, "avg_line_length": 51.002680965147455, "alnum_prop": 0.6870794785534062, "repo_name": "ev3dev-lang-java/ev3dev-lang-java.github.io", "id": "009e7683281e96e6f9e856b7155c...
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication for various | messages t...
{ "content_hash": "36a1a45cf82dfd3c12e7d36ae8b864af", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 79, "avg_line_length": 36.43478260869565, "alnum_prop": 0.5286396181384249, "repo_name": "linzhengen/lala", "id": "b5916a0e17a3a59d1180eb6ec4f85e282f26f900", "size": "838",...
package org.hl7.v3; import java.math.BigInteger; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD)...
{ "content_hash": "5c7594fff2e6f5de06577bf4f2ca3d44", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 84, "avg_line_length": 22.724137931034484, "alnum_prop": 0.7738998482549317, "repo_name": "tlin-fei/ds4p", "id": "a8c296c33a07c2ab321a5c9a423d3397bac32371", "size": "659", ...
<Type Name="TrackEditorDialog" FullName="Banshee.Gui.TrackEditor.TrackEditorDialog"> <TypeSignature Language="C#" Value="public class TrackEditorDialog : Banshee.Gui.Dialogs.BansheeDialog" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit TrackEditorDialog extends Banshee.Gui.Dialogs...
{ "content_hash": "c104a3900a172239d83f0c964dc6dfd9", "timestamp": "", "source": "github", "line_count": 492, "max_line_length": 246, "avg_line_length": 42.09959349593496, "alnum_prop": 0.652054265437165, "repo_name": "dufoli/banshee", "id": "a2fa357fb2b0437e784334d9a9d5960c042120e9", "size": "20713...
package org.unitime.timetable.onlinesectioning.model; import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; import java.io.Serializable; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparator; imp...
{ "content_hash": "e8a0bac03ce86638f5e2cea2fea28098", "timestamp": "", "source": "github", "line_count": 702, "max_line_length": 221, "avg_line_length": 42.42450142450142, "alnum_prop": 0.6715129944261634, "repo_name": "zuzanamullerova/unitime", "id": "101993293bd7867cc22940623b467e836550e8c7", "siz...
package PJC.map.hashMap; //import paralel.collection.TObjectCollection; import java.io.*; import java.util.*; import java.util.Map.Entry; import java.util.function.Function; import java.util.function.BiFunction; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.func...
{ "content_hash": "73ee59f0c6fc48140fb4bb830a531fa1", "timestamp": "", "source": "github", "line_count": 3958, "max_line_length": 115, "avg_line_length": 33.550530570995456, "alnum_prop": 0.4972475958823131, "repo_name": "mariaacha/PJC", "id": "8eb7e554ac60189b28f0fa1fa677538d88bff286", "size": "132...
ALTER TABLE "marketplace" ADD COLUMN "taggingenabled" BOOLEAN NOT NULL DEFAULT TRUE; ALTER TABLE "marketplace" ADD COLUMN "reviewenabled" BOOLEAN NOT NULL DEFAULT TRUE; ALTER TABLE "marketplace" ADD COLUMN "socialbookmarkenabled" BOOLEAN NOT NULL DEFAULT TRUE; ALTER TABLE "marketplace" ADD COLUMN "brandingurl" VARCHAR(...
{ "content_hash": "02f62180d40957e77f305d134ebef94b", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 98, "avg_line_length": 75.55555555555556, "alnum_prop": 0.8176470588235294, "repo_name": "opetrovski/development", "id": "b831b26f040417757915e880f7bebca0c39cda7c", "size": ...
package com.flaviolisboa.siaa.web.jsf.converters.negocio; import javax.enterprise.context.ApplicationScoped; import javax.faces.convert.FacesConverter; import javax.inject.Inject; import javax.inject.Named; import com.flaviolisboa.siaa.negocio.turmas.participacoes.ParticipacaoAluno; import com.flaviolisboa.siaa.negoc...
{ "content_hash": "2580aec1a4ab2aba731ab0195acfcd98", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 94, "avg_line_length": 30.903225806451612, "alnum_prop": 0.8455114822546973, "repo_name": "flisboac/siaa", "id": "29997029e79147a3efde99e47b595cc1f27eab47", "size": "958", ...
package joshie.enchiridion.network.packet; import joshie.enchiridion.api.EnchiridionAPI; import joshie.enchiridion.api.book.IBookHandler; import joshie.enchiridion.library.LibraryHelper; import joshie.enchiridion.library.LibraryInventory; import net.minecraft.entity.player.ServerPlayerEntity; import net.minecraft.item...
{ "content_hash": "38828bce56f313553ecafca4de5f92cd", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 116, "avg_line_length": 40.55555555555556, "alnum_prop": 0.6835616438356165, "repo_name": "joshiejack/Enchiridion", "id": "d0c44960ad15b303986f1e4f82fca15150386b73", "size"...
FROM balenalib/hummingboard2-fedora:35-build # http://bugs.python.org/issue19846 # > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK. ENV LANG C.UTF-8 RUN dnf install -y \ python3-pip \ python3-dbus \ && dnf clean all # install "virtualenv", since the vast ma...
{ "content_hash": "16013994aeae801115d312c64792c0dc", "timestamp": "", "source": "github", "line_count": 31, "max_line_length": 708, "avg_line_length": 78.06451612903226, "alnum_prop": 0.734297520661157, "repo_name": "resin-io-library/base-images", "id": "b46af34ea74cf0b009ca5b436fb90f8e1182ea29", "...
package com.googlecode.jmapper.integrationtest.operations.bean; import java.util.List; import com.googlecode.jmapper.annotations.JMap; public class CollectionConversionS { @JMap("destListString") private List<Integer> sourceListInteger; @JMap("destListInteger") private List<String> sourceListString; public C...
{ "content_hash": "2a22028a202c8272c1c40a17bdbd77d2", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 72, "avg_line_length": 24.267441860465116, "alnum_prop": 0.7216099664590321, "repo_name": "jmapper-framework/jmapper-test", "id": "7eb34246e7e6e389f58c799c0220673b2d3136f7", ...
""" SESMailer """ from setuptools import setup, find_packages import ses_mailer PACKAGE = ses_mailer setup( name=PACKAGE.__NAME__, version=PACKAGE.__version__, license=PACKAGE.__license__, author=PACKAGE.__author__, author_email='mardix@github.com', description="A simple module to send email...
{ "content_hash": "53ff26566942f0ee79d5c2bd03e5f283", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 70, "avg_line_length": 28.92452830188679, "alnum_prop": 0.5727332028701891, "repo_name": "mardix/ses-mailer", "id": "c6a63d59d78dee11669a5523aebd9d726a6c142e", "size": "153...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Integer Generators</title> <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../../../../index.h...
{ "content_hash": "722201d155bea27f29182eb601b443d1", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 475, "avg_line_length": 45.57564575645756, "alnum_prop": 0.4842522872641891, "repo_name": "Im-dex/xray-162", "id": "7e3ad98acc5414e451fd6ed8397e8aa4dd50d5ad", "size": "123...
package com.workday.autoparse.xml.demo.duplicatepartition; import com.workday.autoparse.xml.annotations.XmlElement; /** * @author nathan.taylor * @since 2015-03-02 */ @XmlElement("Partitioned_Model") public class DuplicatePartitionedModel { }
{ "content_hash": "568354457d8484b236b7f9746366198d", "timestamp": "", "source": "github", "line_count": 14, "max_line_length": 58, "avg_line_length": 17.928571428571427, "alnum_prop": 0.7689243027888446, "repo_name": "Workday/autoparse-xml", "id": "acfcd5dc4e59008fc105f16e0d2aca18edcc28eb", "size":...
from discord import Embed, Color description = "getting IDs" async def ex(message, client): args = message.content.split()[1:] server = message.server print(len(args)) if len(args) > 0: query = " ".join(args).lower() roles = ["%s - %s" % (r.name, r.id) for r in server.roles if query...
{ "content_hash": "1e979b9b1d5879847612029ac983a723", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 131, "avg_line_length": 45.25925925925926, "alnum_prop": 0.5990180032733224, "repo_name": "zekroTJA/regiusBot", "id": "30605f67a61ae4a6265ec4a1d7f31012767b9a14", "size": "1...
/** * A wrapper for assessments that call a component to determine * the test outcome. */ 'use strict'; quail.documentTitleIsNotPlaceholder = function (quail, test, Case) { var options = { selector: 'head > title', content: 'true' }; quail.components.placeholder(quail, test, Case, options); };
{ "content_hash": "79d22cdb2a6a2dcd386a6c853051a4ad", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 68, "avg_line_length": 24, "alnum_prop": 0.6826923076923077, "repo_name": "legendvijay/quail", "id": "163a65d837fdeb775506c6ee9a0afb8219782f7d", "size": "312", "binary": ...
using HtmlAgilityPack; using System; using System.Collections.Generic; namespace MangaRipper.Core.Models { public class MyHtmlNode { internal MyHtmlNode(HtmlNode node) { Attributes = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase); foreach (var item in ...
{ "content_hash": "ce5865f7b394496f9cee12cd162c43ef", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 90, "avg_line_length": 26.90909090909091, "alnum_prop": 0.6081081081081081, "repo_name": "GambitKZ/MangaRipper", "id": "a71ae9ca97b29cd0a1f767563bf0017722067d9a", "size": "...
package org.swiftp; import java.net.InetAddress; import android.util.Log; public class CmdPASV extends FtpCmd implements Runnable { //public static final String message = "TEMPLATE!!"; public CmdPASV(SessionThread sessionThread, String input) { super(sessionThread, CmdPASV.class.toString()); } public voi...
{ "content_hash": "2042a919f5af7066231a8540279a37d9", "timestamp": "", "source": "github", "line_count": 54, "max_line_length": 64, "avg_line_length": 28.88888888888889, "alnum_prop": 0.6903846153846154, "repo_name": "markatithinkbest/android_sky2", "id": "ef0dc613c5914a0321300e0cba56adb68084fcb5", ...
/* tslint:disable:no-unused-variable */ import { InitialInventory } from './initial-inventory'; import { InventoryItem } from '../../models/inventory-item'; import { InventoryService } from './inventory.service'; import { Product } from '../../models/product'; import { StringConstants } from '../../shared/string-const...
{ "content_hash": "d7e525d9e176b27b5aa75d7533ab4f9c", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 131, "avg_line_length": 45.575, "alnum_prop": 0.7106417992320351, "repo_name": "pauldubois777/VendingMachineKataA2", "id": "1609294ab59f350c09100bb9b2f82469cb07c18c", "size...
package nictype import ( "fmt" "github.com/pkg/errors" deviceConfig "github.com/lxc/lxd/lxd/device/config" "github.com/lxc/lxd/lxd/state" ) // NICType resolves the NIC Type for the supplied NIC device config. // If the device "type" is "nic" and the "network" property is specified in the device config, then NIC...
{ "content_hash": "414409ecd46710e88458d9c5dd88003f", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 113, "avg_line_length": 30.355555555555554, "alnum_prop": 0.6837481698389458, "repo_name": "mjeanson/lxd", "id": "c3ad6811abe8679bc9d0368402359d4cf6d3a51c", "size": "1522",...
use ir::{Value, ValueLoc, ValueLocations, StackSlot}; use ir::{InstructionData, Opcode}; use isa::{RegUnit, RegInfo}; use std::fmt; use std::vec::Vec; /// A diversion of a value from its original location to a new register or stack location. /// /// In IL, a diversion is represented by a `regmove` instruction, possibl...
{ "content_hash": "889fed0dafffe3615a51013df481aaf7", "timestamp": "", "source": "github", "line_count": 206, "max_line_length": 99, "avg_line_length": 31.08252427184466, "alnum_prop": 0.5486490707480869, "repo_name": "sunfishcode/cretonne", "id": "16eb0e9b5047a2a2bb5a1cf80f81acf824b1fa7a", "size": ...