text
stringlengths
2
1.04M
meta
dict
Dialog::Dialog(QWidget* parent) : ControlShow(parent) { ControlBase::setControlShow(this); } Dialog::~Dialog() { }
{ "content_hash": "687ed32938e4f43041383f0244cb5831", "timestamp": "", "source": "github", "line_count": 11, "max_line_length": 35, "avg_line_length": 11.636363636363637, "alnum_prop": 0.6484375, "repo_name": "xylsxyls/xueyelingshuang", "id": "cb8f81a30b92497fab5509556ef1c071356ffd1d", "size": "149"...
package org.apache.camel.component.jetty.rest; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.jetty.BaseJettyTest; import org.apache.camel.component.mock.MockEndpoint; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; public class RestBr...
{ "content_hash": "b716e478a5fe62bac2bee54ab59c944b", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 117, "avg_line_length": 34.41025641025641, "alnum_prop": 0.6438152011922503, "repo_name": "tadayosi/camel", "id": "a69ce3d5b48df417178b5eecc6ef25eb27eb4ed8", "size": "2144"...
#region Copyright // Copyright 2014 Myrcon Pty. Ltd. // // 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 appl...
{ "content_hash": "9d101cb96c772ebcc3980f32046291e1", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 112, "avg_line_length": 38.07692307692308, "alnum_prop": 0.663973063973064, "repo_name": "phogue/Potato", "id": "c2d69037b3c4fdaec6f662e1ccb0b3dd403aef78", "size": "1487", ...
using System; using Autofac; using Autofac.Multitenant; using Autofac.Multitenant.Test.Stubs; using Xunit; namespace Autofac.Multitenant.Test { public class ConfigurationActionBuilderFixture { [Fact] public void Build_NoActionsRegistered() { var builder = new ConfigurationA...
{ "content_hash": "1d0d6cb0c48e87b226804c892eff9a09", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 92, "avg_line_length": 34.0625, "alnum_prop": 0.6091743119266055, "repo_name": "autofac/Autofac.Multitenant", "id": "ca4b950710f32b892ca617ccf0c214c01d6dbb2e", "size": "163...
<?php Class UserController extends Controller{ private $database; static $activeUser = array(); public function __construct(){ $this->database =Controller::loading_controller('Database'); } public function getActiveUser($opt){ if(isset(UserController::$activeUser['user'])){ return UserController::$active...
{ "content_hash": "542225271fc9068319a30da9ff2d98a4", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 155, "avg_line_length": 33.46938775510204, "alnum_prop": 0.6579268292682927, "repo_name": "Settee/Settee", "id": "f57491eec7bee7016386b159ab442649afb5be9b", "size": "1640",...
package com.freshsoft.matterbridge.client.rss import java.time.OffsetDateTime import java.time.format.DateTimeFormatter import akka.actor.{Actor, ActorRef, Props} import akka.event.{Logging, LoggingAdapter} import com.freshsoft.matterbridge.server.{MatterBridgeContext, RssConfigActorService} import com.freshsoft.matt...
{ "content_hash": "0e28ccc40c8d8bcd2cbbf8bec897611c", "timestamp": "", "source": "github", "line_count": 145, "max_line_length": 98, "avg_line_length": 34.889655172413796, "alnum_prop": 0.7021150424985175, "repo_name": "Freshwood/matterbridge", "id": "b876ad82c0b9b8181d3b7a26603e1e3cf0732ad9", "size...
layout: post title: "LaTeX BR" categories: jekyll update link-telegram: https://telegram.me/latexbr --- Grupo de discussão: https://telegram.me/latexbr Canal com aulas, dicas e tutoriais: https://telegram.me/latexfacil Colaboração: Juliano Dorneles dos Santos (@julianodorneles - https://telegram.me/julianodorneles)
{ "content_hash": "e3bb190121472d5ed2405865c1f44bae", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 97, "avg_line_length": 35.44444444444444, "alnum_prop": 0.780564263322884, "repo_name": "listatelegram/listatelegram.github.io", "id": "bfb7afc5fd5382ebffaa25eb45e4f7f7bf46a26...
<# .EXAMPLE This example sets the password change settings for managed accounts in the local farm #> Configuration Example { param( [Parameter(Mandatory = $true)] [PSCredential] $SetupAccount ) Import-DscResource -ModuleName SharePointDsc ...
{ "content_hash": "3a767fbdd417b80b1261b4d6d28294a9", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 89, "avg_line_length": 30.08, "alnum_prop": 0.5186170212765957, "repo_name": "mrpullen/xSharePoint", "id": "972e00116f78cd9e40c6408e13f38c433a7c8e74", "size": "752", "bin...
package com.amazonaws.services.redshift.model.transform; import org.w3c.dom.Node; import javax.annotation.Generated; import com.amazonaws.AmazonServiceException; import com.amazonaws.transform.StandardErrorUnmarshaller; import com.amazonaws.services.redshift.model.ClusterSnapshotQuotaExceededException; @Generated...
{ "content_hash": "62198ea23360530f0c690375d40d829c", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 113, "avg_line_length": 33.9375, "alnum_prop": 0.7716390423572744, "repo_name": "dagnir/aws-sdk-java", "id": "4107d487cf7dc4d345d69798b6debec0e73abf28", "size": "1666", "...
typedef UITableViewCell* (^ConfigureCellBlock)(id indexPath); typedef NSInteger (^NumberOfRowsInSectionBlock)(); @interface TSEDataSource : NSObject <UITableViewDataSource, UITableViewDelegate> -(id)initWithConfigureCellBlock:(ConfigureCellBlock)aConfigureCellBlock NumberOfRowsInSectionBlock:(NumberOfRowsInSecti...
{ "content_hash": "d9f8052daefad7af0bc39bb53e08f1fa", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 88, "avg_line_length": 40.333333333333336, "alnum_prop": 0.8539944903581267, "repo_name": "woudini/TiltSelector", "id": "dcaad3f40318e333d1ae4a809bdc6ad7cfe2aa21", "size": "...
var assert = require("assert"); var testUtils = require("./helpers/util.js"); describe("regressions", function() { specify("should be able to call .then more than once inside that promise's handler", function() { var called = 0; var resolve; var promise = new Promise(function() { ...
{ "content_hash": "87476fa600edad4069f55270fa501f91", "timestamp": "", "source": "github", "line_count": 168, "max_line_length": 115, "avg_line_length": 31.285714285714285, "alnum_prop": 0.4056316590563166, "repo_name": "justsml/bluebird", "id": "380060ea47a58426b6bc607d33e4b1f755a9cbee", "size": "5...
package com.linkedin.thirdeye.detector.email.filter; import com.linkedin.thirdeye.datalayer.DaoTestUtils; import com.linkedin.thirdeye.datalayer.bao.DAOTestBase; import com.linkedin.thirdeye.datalayer.dto.AnomalyFunctionDTO; import org.testng.Assert; import org.testng.annotations.Test; public class TestAlertFilte...
{ "content_hash": "911a81285b146865823db3163919a038", "timestamp": "", "source": "github", "line_count": 39, "max_line_length": 103, "avg_line_length": 39.282051282051285, "alnum_prop": 0.8093994778067886, "repo_name": "fx19880617/pinot-1", "id": "77a41a71b154f48d0fb1aab07b4d441e2bdc6b1b", "size": "...
using CoreGraphics; using Foundation; using UIKit; using mTouchPDFReader.Library.Managers; using mTouchPDFReader.Library.Data.Enums; using System; namespace mTouchPDFReader.Library.Views.Core { public class PageView : UIScrollView { #region Data private const float ContentViewPadding = 5.0f; private const in...
{ "content_hash": "a8a0b5fbd34f9cd3bd42f56aee937f87", "timestamp": "", "source": "github", "line_count": 175, "max_line_length": 115, "avg_line_length": 31.702857142857145, "alnum_prop": 0.7326964671953857, "repo_name": "Manne990/ManneDoForms", "id": "dd33f161b1f716f546595d433b69373b00589d0e", "size...
package org.apache.hyracks.api.context; import org.apache.hyracks.api.application.INCApplicationContext; import org.apache.hyracks.api.io.IWorkspaceFileFactory; import org.apache.hyracks.api.job.JobId; import org.apache.hyracks.api.job.profiling.counters.ICounterContext; import org.apache.hyracks.api.resources.IDeall...
{ "content_hash": "acae3c6d742018d0aeecc0832ce2024d", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 94, "avg_line_length": 31.954545454545453, "alnum_prop": 0.813655761024182, "repo_name": "tectronics/hyracks", "id": "5702aa3e68e4a6e5d46c888aab4ef64b56fe98f0", "size": "13...
package io.github.opencubicchunks.cubicchunks.core.world.column; import io.github.opencubicchunks.cubicchunks.api.world.IColumn; import io.github.opencubicchunks.cubicchunks.api.world.ICube; import io.github.opencubicchunks.cubicchunks.api.util.Coords; import io.github.opencubicchunks.cubicchunks.core.world.cube.Cube...
{ "content_hash": "f2dada2dd7e3118968e51375b2418f86", "timestamp": "", "source": "github", "line_count": 294, "max_line_length": 146, "avg_line_length": 37.18027210884354, "alnum_prop": 0.5135852163571494, "repo_name": "OpenCubicChunks/CubicChunks", "id": "83d370cdcebd5f46dcd335b07a55880565733a4b", ...
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable...
{ "content_hash": "f8809989b541e50c77fc6d8fdcea1286", "timestamp": "", "source": "github", "line_count": 3367, "max_line_length": 399, "avg_line_length": 39.01989901989902, "alnum_prop": 0.5852108387882479, "repo_name": "anas-ambri/androidcompat", "id": "dc36e33453f7a3d5ebadbc96c4895e885ffdfc13", "s...
package networking import ( "fmt" "io/ioutil" "log" "os" "path" "sort" "github.com/coreos/rkt/common" rktnet "github.com/coreos/rkt/networking/net" ) // Net encodes a network plugin. type Net struct { rktnet.Net args string } // Absolute path where users place their net configs const UserNetPath = "/etc/r...
{ "content_hash": "10054e3fb5736f0532468a23d5b5defe", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 74, "avg_line_length": 19.14814814814815, "alnum_prop": 0.6484526112185687, "repo_name": "ramitsurana05/rkt", "id": "4fb06899008b430aa37b653b447a924bc5003904", "size": "26...
using System.Collections.Generic; namespace KeahelnawwalyoNelwerchaje { public class Device { public string MainIp { set; get; } public int DeviceCount { set; get; } public List<Node> NodeList { set; get; } } }
{ "content_hash": "41f6d8b48e08212aa647cb765d34065a", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 48, "avg_line_length": 19.153846153846153, "alnum_prop": 0.6345381526104418, "repo_name": "lindexi/lindexi_gd", "id": "b8813c0426d6733d4b5834a879b2b3114700ea5a", "size": "2...
import sys import time import threading import random import telepot import pickledb import os from telepot.namedtuple import ReplyKeyboardMarkup, KeyboardButton, ReplyKeyboardHide, ForceReply from telepot.namedtuple import InlineKeyboardMarkup, InlineKeyboardButton from telepot.namedtuple import InlineQueryResultArtic...
{ "content_hash": "123337dc192013905859c1dc15cceefc", "timestamp": "", "source": "github", "line_count": 117, "max_line_length": 149, "avg_line_length": 44.41880341880342, "alnum_prop": 0.6024629593996537, "repo_name": "alexfalcucc/douglas_bot", "id": "1dadd7f551908f567c02e7db5c63d3ada9f30975", "siz...
package org.onosproject.ovsdb.rfc.message; import static com.google.common.base.MoreObjects.toStringHelper; import static com.google.common.base.Preconditions.checkNotNull; import java.util.Map; import java.util.Objects; import org.onosproject.ovsdb.rfc.notation.Row; import org.onosproject.ovsdb.rfc.notat...
{ "content_hash": "9ab0322f8e1f2b5914f1cb919a705edf", "timestamp": "", "source": "github", "line_count": 93, "max_line_length": 80, "avg_line_length": 24.806451612903224, "alnum_prop": 0.5743389683571738, "repo_name": "kuangrewawa/OnosFw", "id": "4b18d96d266be12da07b5d5f0714bd9437488b8a", "size": "2...
ACCEPTED #### According to Index Fungorum #### Published in Mycol. Writ. 4: 11 (1914) #### Original name Odontia crocea Lloyd ### Remarks null
{ "content_hash": "94de6991bbd6e5cd81d4172c47923213", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 25, "avg_line_length": 11.23076923076923, "alnum_prop": 0.684931506849315, "repo_name": "mdoering/backbone", "id": "d65e01599c6985ac5850ad15848274412260c69b", "size": "190"...
**Karo** is a command line companion for a rails application which makes performing routine commands locally or on the server easier. Example of things it can do, for rest please refer to ```karo help``` ```bash karo db pull # Will sync the production MySQL database on to local machine karo db console # Will open MyS...
{ "content_hash": "20dcc119391a49dadca920a04d407690", "timestamp": "", "source": "github", "line_count": 80, "max_line_length": 133, "avg_line_length": 29.4125, "alnum_prop": 0.730556736081598, "repo_name": "dbezborodovrp/karo", "id": "359ce6767de20313616778f642b05b1e5025ad79", "size": "2850", "bi...
require "spec_helper" describe Lita::Handlers::Gimli, lita_handler: true do it { is_expected.to route("Anything").to(:contribute_an_axe) } describe "#contribute_an_axe" do context "two fellowship members have contributed" do it "contributes an axe" do send_message "AND you'll have my sword..." ...
{ "content_hash": "067bf7e6080ff7ab4a3c25da3539e753", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 77, "avg_line_length": 29.137254901960784, "alnum_prop": 0.6049798115746972, "repo_name": "gschorkopf/lita-gimli", "id": "0999a593b5a8917423306f61711046cc11437142", "size":...
// HTMLParser Library $Name: $ - A java-based parser for HTML // http://sourceforge.org/projects/htmlparser // Copyright (C) 2004 Somik Raha // // // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Softwa...
{ "content_hash": "a97b7ce9142930a1f7d70ae57612087b", "timestamp": "", "source": "github", "line_count": 86, "max_line_length": 99, "avg_line_length": 29.38372093023256, "alnum_prop": 0.6485951721408785, "repo_name": "kcsl/immutability-benchmark", "id": "491da65a5dc67da751e581382f0991ad47cce8fb", "s...
<?xml version="1.0"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (...
{ "content_hash": "e7f1b423f77fe8c74097f8f166323446", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 75, "avg_line_length": 38.86206896551724, "alnum_prop": 0.7240461401952085, "repo_name": "radicalbit/ambari", "id": "f4e2e9557ef167bd9335825c69029156dc870028", "size": "112...
TODO: write [great documentation](http://jacobian.org/writing/what-to-write/)
{ "content_hash": "d71cf02cba0ff91553da8359cf25a979", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 77, "avg_line_length": 78, "alnum_prop": 0.7692307692307693, "repo_name": "mertnuhoglu/study", "id": "d5cb8187d1e0e968083e0f806c0fbbfcb5f7406f", "size": "117", "binary": f...
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>worker</groupI...
{ "content_hash": "c20b7b22f33963ab52689b8e2006db6c", "timestamp": "", "source": "github", "line_count": 84, "max_line_length": 108, "avg_line_length": 36.857142857142854, "alnum_prop": 0.45542635658914726, "repo_name": "emmetog/demo-docker-microservice-app", "id": "74e14eb6484d890be712a2589532a0e22a0...
<div class="commune_descr limited"> <p> Pléguien est une commune localisée dans le département de Côtes-d'Armor en Bretagne. Elle comptait 1&nbsp;053 habitants en 2008.</p> <p>À proximité de Pléguien sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/saint-laurent_22310/">Saint-Laur...
{ "content_hash": "4517c8404f60204f1a47d1b0f323eb04", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 264, "avg_line_length": 92.82352941176471, "alnum_prop": 0.7389100126742713, "repo_name": "donaldinou/frontend", "id": "49d3453c385015d083b384497e5ecc2ebfe48b65", "size": "...
package io.sarl.maven.docs.generator.tests.markdown; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assumptions.assumeTrue; import java.io.File; import java.net.URL; import com.google.common.io.Resources; import com.google.inject.Injector; import org.arakhne.afc.vm...
{ "content_hash": "3da0ad20260e6f25cb3e34561c6bdb97", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 114, "avg_line_length": 44.81428571428572, "alnum_prop": 0.6466900435660398, "repo_name": "sarl/sarl", "id": "939f9d7f38207c6c02814763fb766688b3d5b517", "size": "10146", ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Swagger UI</title> <link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" /> <link href='./dist/css/typography.css' media='screen' r...
{ "content_hash": "865bd6fb11c1af1e993d190419dda523", "timestamp": "", "source": "github", "line_count": 186, "max_line_length": 149, "avg_line_length": 45.645161290322584, "alnum_prop": 0.5025912838633687, "repo_name": "deepu105/generator-jhipster", "id": "330c1280988976e26768f5f1631814e5e92bbe62", ...
package org.apache.airavata.registry.core.experiment.catalog.model; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.persistence.Column; import javax.persistence.Id; import java.io.Serializable; public class ProcessErrorPK implements Serializable { private final static Logger logger = Logge...
{ "content_hash": "2a2bf5b5c2d0212b39304cc6b239609b", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 125, "avg_line_length": 27.69090909090909, "alnum_prop": 0.6447800393959291, "repo_name": "gouravshenoy/airavata", "id": "c85eec2defef70fca49faae14cb6489593bfda70", "size":...
package response import ( "database/sql" "errors" "net/http" "os" pkgErrors "github.com/pkg/errors" "github.com/lxc/lxd/lxd/db" "github.com/lxc/lxd/shared/api" ) var httpResponseErrors = map[int][]error{ http.StatusNotFound: {os.ErrNotExist, sql.ErrNoRows, db.ErrNoSuchObject}, http.StatusForbidden: {os.Er...
{ "content_hash": "896aac46a392b006c2a3d3ec96cd457a", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 112, "avg_line_length": 28.208333333333332, "alnum_prop": 0.7223042836041359, "repo_name": "atxwebs/lxd", "id": "c97282353df6e76c729a9dc34ac00ba234439af5", "size": "1354", ...
module soundbox.domain.sounds { export class SoundCategoryDto extends EntityBaseDto { public Name: string; public Sounds: SoundDto[]; } }
{ "content_hash": "97ec993c7967c4a2a633701fd6023801", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 57, "avg_line_length": 27, "alnum_prop": 0.6728395061728395, "repo_name": "zyborgLP/Soundbox.Reloaded", "id": "1f43397c5470a40a9abed47bebabb111efb51ee0", "size": "164", "b...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "df372527d38a667bac708bb4e2f571cd", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "a3b22dd96e9f752a65e726ccb6c55b0f29ce8bc7", "size": "18...
/*************************************************************************/ /* sample.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
{ "content_hash": "3d42e12fd9eeb6aa3b29cc962f4ad31d", "timestamp": "", "source": "github", "line_count": 234, "max_line_length": 156, "avg_line_length": 33.81196581196581, "alnum_prop": 0.6038928210313448, "repo_name": "pixelpicosean/my-godot-2.1", "id": "4e8fd22773dd87eed7c6be94eaadfedb3916ec28", "...
package org.pentaho.big.data.impl.vfs.hdfs; import org.apache.commons.vfs2.FileName; import org.apache.commons.vfs2.FileObject; import org.apache.commons.vfs2.FileSystemException; import org.apache.commons.vfs2.FileType; import org.apache.commons.vfs2.provider.AbstractFileName; import org.junit.Before; import org.ju...
{ "content_hash": "e36dcc271fa379fdf676e295f9e824a7", "timestamp": "", "source": "github", "line_count": 157, "max_line_length": 115, "avg_line_length": 40.197452229299365, "alnum_prop": 0.7575661543337031, "repo_name": "CapeSepias/big-data-plugin", "id": "1c8c2aa50627539ac8d3bffea0654074cef30c43", ...
colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \ green:((float)((rgbValue & 0xFF00) >> 8))/255.0 \ blue:((float)(rgbValue & 0xFF))/255.0 alpha:a] @protocol NoteViewControllerDelegate; @interface NoteViewController : UIViewController <UITextViewDelegate, ABPeoplePickerNavigationControllerDelegate, ...
{ "content_hash": "36170d43c4beee0b53b2c1b9465cf60e", "timestamp": "", "source": "github", "line_count": 51, "max_line_length": 113, "avg_line_length": 39.411764705882355, "alnum_prop": 0.7776119402985074, "repo_name": "ceaseless-prayer/CeaselessIOS", "id": "51ded3e100bdbe39f0efd508ab8b7ee72f34506b", ...
require_relative '../../../spec_helper' describe "Process::Sys.setrgid" do it "needs to be reviewed for spec completeness" end
{ "content_hash": "46038ee72abb021975efe3d1ae4a9f09", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 49, "avg_line_length": 26, "alnum_prop": 0.7153846153846154, "repo_name": "eregon/rubyspec", "id": "27eea2ed86d6ae69a48e22236c59183b711c5ee1", "size": "130", "binary": fal...
DATE=`date` BUILD_HASH=`git log -n 1 | grep commit | cut -d " " -f 2` VERSION="0.0" # `git describe --abbrev=0` git --no-pager diff --exit-code "$VERSION" master > /dev/null 2>&1 PRE_RELEASE=$? # TODO: Hash should not be added when building from a tagged version # but it looks like it currently does. This can ...
{ "content_hash": "99b6228277b7e140bb2e616523a714e3", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 70, "avg_line_length": 27.147058823529413, "alnum_prop": 0.6749729144095341, "repo_name": "hurricanerix/FlappyDisk", "id": "03b7b2734bb293d89283478c37f8d0d9c39c0933", "size...
using SlimDX; using SlimDX.Direct3D11; namespace Core.FX { public class WavesEffect : DisplacementMapEffect { private readonly EffectMatrixVariable _waveDispTexTransform0; private readonly EffectMatrixVariable _waveDispTexTransform1; private readonly EffectMatrixVariable _waveNorm...
{ "content_hash": "9deabf426832a9ca7e8e1db519add28b", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 99, "avg_line_length": 55.275, "alnum_prop": 0.7168701944821347, "repo_name": "ericrrichards/dx11", "id": "979662e8c1f14d56ca5495c4c55e7b2a62f6c324", "size": "2213", "bin...
<?php /* vim: set expandtab tabstop=4 shiftwidth=4 foldmethod=marker: */ // +----------------------------------------------------------------------+ // | PEAR_Exception | // +----------------------------------------------------------------------+ // | Copyright...
{ "content_hash": "63c09d98fb9aaf36341af9d76a0ed917", "timestamp": "", "source": "github", "line_count": 359, "max_line_length": 111, "avg_line_length": 35.682451253481894, "alnum_prop": 0.44715066354410615, "repo_name": "bantudevelopment/polysmis", "id": "27d9ebb318e13b792c91f5bd0d3a6a9259d1acfe", ...
import re from trac.upgrades import backup_config_file def do_upgrade(env, version, cursor): """Change [notification] ticket_subject_template and [notification] batch_subject_template to use syntax compatible with Jinja2. """ config = env.config section = 'notification' re_template_var = re....
{ "content_hash": "976829031f6ca8aaec3696ba7210aa82", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 71, "avg_line_length": 33.166666666666664, "alnum_prop": 0.5939698492462312, "repo_name": "rbaumg/trac", "id": "e04a545115d3b0e9b4634a5407c1662729f6ba2e", "size": "1484", ...
package com.reactnative.newarchitecture.modules; import com.facebook.jni.HybridData; import com.facebook.react.ReactPackage; import com.facebook.react.ReactPackageTurboModuleManagerDelegate; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.soloader.SoLoader; import java.util.List; /** * ...
{ "content_hash": "8f05fd2b6b4ee0d86c8449225fc389dd", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 97, "avg_line_length": 37.3125, "alnum_prop": 0.7855946398659966, "repo_name": "bugsnag/bugsnag-js", "id": "1743c28afb211074f784902d6ca4c42e8c14a399", "size": "1791", "bi...
set -e # Perform all actions as $POSTGRES_USER export PGUSER="$POSTGRES_USER" # https://pgtune.leopard.in.ua/ # DB Version: 11 # OS Type: linux # DB Type: web # Total Memory (RAM): 4 GB # CPUs num: 2 # Connections num: 150 # Data Storage: ssd psql -c "ALTER SYSTEM SET max_connections = '150';" psql -c "ALTER SYSTEM S...
{ "content_hash": "a8209ff5ece1b0d702ad29762e8c367f", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 65, "avg_line_length": 38.42857142857143, "alnum_prop": 0.6914498141263941, "repo_name": "fegyi001/osmgwc", "id": "f61fa439cfcdeb234e452dceb096998b3ffb4164", "size": "1087"...
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ash/style/ash_color_provider.h" #include <math.h> #include "ash/constants/ash_constants.h" #include "ash/constants/ash_features.h" #include "a...
{ "content_hash": "feac3923fd896508efeb9ea27f11f4de", "timestamp": "", "source": "github", "line_count": 502, "max_line_length": 80, "avg_line_length": 40.04780876494024, "alnum_prop": 0.7253780342220454, "repo_name": "scheib/chromium", "id": "93332df3ab5abdf5cb08f655c731a21c4c7fff2d", "size": "2010...
from thrift.Thrift import TType, TMessageType, TException, TApplicationException from thrift.transport import TTransport from thrift.protocol import TBinaryProtocol, TProtocol try: from thrift.protocol import fastbinary except: fastbinary = None class Span: """ Span covers a portion of text. <code>start<...
{ "content_hash": "4042d339a8b549a2babcdec7f0fc89de", "timestamp": "", "source": "github", "line_count": 1193, "max_line_length": 228, "avg_line_length": 33.773679798826485, "alnum_prop": 0.6224312518614117, "repo_name": "rigatoni/linguine-python", "id": "99cb9bdbac8ca106dcb5df35d706ff27e50b1d0d", "...
"""Fichier contenant le poste officier.""" from . import Poste class Officier(Poste): """Classe définissant le poste officier.""" nom = "officier" autorite = 50 points = 6 nom_parent = "maître d'équipage"
{ "content_hash": "16a22fff3fbb9e0a20391521b3b4a71b", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 47, "avg_line_length": 19.083333333333332, "alnum_prop": 0.6462882096069869, "repo_name": "vlegoff/tsunami", "id": "1c6da93f9e47e8ec99daadd4f1c292a22087e01c", "size": "1799...
class Questions < ActiveRecord::Migration def change create_table :questions do |t| t.string :title t.string :body t.integer :user_id t.timestamps end end end
{ "content_hash": "c83f68c68161e52af95979e8f4841708", "timestamp": "", "source": "github", "line_count": 10, "max_line_length": 41, "avg_line_length": 19.5, "alnum_prop": 0.6358974358974359, "repo_name": "nyc-coyotes-2016/4M", "id": "62230afb503d54523332864189de9be904707b52", "size": "195", "binar...
package gcc import ( "github.com/godfried/impendulo/config" "github.com/godfried/impendulo/tool" "labix.org/v2/mgo/bson" ) type ( Tool struct { cmd string path string } ) const ( NAME = "Clang" ) func New() (ret *Tool, err error) { cmd, err := config.CLANG.Path() if err != nil { return } ret = &Too...
{ "content_hash": "ed845ad9ead252eb747167c54d5c279a", "timestamp": "", "source": "github", "line_count": 59, "max_line_length": 115, "avg_line_length": 18.47457627118644, "alnum_prop": 0.6403669724770642, "repo_name": "godfried/impendulo", "id": "7e263ba8f9c55a53f91b4db97826e12f13a04346", "size": "1...
"""Utilities for creating and managing moving averages.""" import chex import jax import jax.numpy as jnp @chex.dataclass(frozen=True) class EmaMoments: """data-class holding the latest mean and variance estimates.""" # The tree of means. mean: chex.ArrayTree # The tree of variances. variance: chex.ArrayTr...
{ "content_hash": "c8063046b9cf8a4e9a32e4c48b3f9a22", "timestamp": "", "source": "github", "line_count": 73, "max_line_length": 78, "avg_line_length": 33.84931506849315, "alnum_prop": 0.6932416025900445, "repo_name": "deepmind/rlax", "id": "bf1d02a4470b4e1038a6e167c949ab23c4d069f4", "size": "3167", ...
ACCEPTED #### According to Index Fungorum #### Published in Medical mycology. Fungous diseases of men and other mammals 155 (1935) #### Original name Posadasia pyriformis M. Moore ### Remarks null
{ "content_hash": "b2115f2ac7a946de837a217785e02aa1", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 70, "avg_line_length": 15.384615384615385, "alnum_prop": 0.74, "repo_name": "mdoering/backbone", "id": "fba4668e3e36dba10cb436be2607cf1e6cd92a04", "size": "267", "binary"...
function WELOCALLY_GoogleDocsLoad (cfg) { this.cfg; this.jqxhr; this.observers; this.init = function() { var error = []; if (!cfg) { error.push("Please provide configuration for the widget"); cfg = {}; } if (!cfg.key) { error.push("A key is required to open a spreadsheet."); } ...
{ "content_hash": "65d3dfdacc0eeefce01a42b2ae820312", "timestamp": "", "source": "github", "line_count": 128, "max_line_length": 126, "avg_line_length": 31.40625, "alnum_prop": 0.6042288557213931, "repo_name": "claytantor/welocally-places", "id": "037c38f3197f8f6dc0c89d0bd2b44871fd04c65d", "size": "...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="rustdoc"> <meta name="description" content="API documentation for the Rust `EKEYREVOKED` constant in crate `libc`."> <meta name="keywo...
{ "content_hash": "087d96f88e60f70c91a0ec4a0b0e32f0", "timestamp": "", "source": "github", "line_count": 113, "max_line_length": 199, "avg_line_length": 38.26548672566372, "alnum_prop": 0.5131822386679001, "repo_name": "nitro-devs/nitro-game-engine", "id": "a371a647c4a0cef5537d9a7bb603da784ebb639e", ...
package org.oscm.billingservice.business.calculation.revenue; import java.math.BigDecimal; import java.util.List; import java.util.Map; import org.oscm.billingservice.business.calculation.revenue.model.EventCosts; import org.oscm.billingservice.business.calculation.revenue.model.PriceModelInput; import org.oscm.bil...
{ "content_hash": "0191e3d9ed7773551a75c6f6c5dfccd1", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 143, "avg_line_length": 42.29838709677419, "alnum_prop": 0.6972354623450906, "repo_name": "opetrovski/development", "id": "b54c373ac3c21817a27bdaf0a1f0c88efbf6525f", "size...
<?php return [ // string, required, root directory of all source files 'sourcePath' => __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . '..', // array, required, list of language codes that the extracted messages // should be translated to. For example, ['zh-CN', 'de']. 'languages' => [...
{ "content_hash": "d454ebe241652eae40a1d54f292816f7", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 104, "avg_line_length": 43.561797752808985, "alnum_prop": 0.6172298168687129, "repo_name": "HeavyDots/heavyCMS", "id": "b7c2f09c07b27a6d0c6808319052d7dbcc878198", "size": "...
package com.javarush.task.task22.task2207; import java.util.LinkedList; import java.util.List; /* Обращенные слова В методе main с консоли считать имя файла, который содержит слова, разделенные пробелами. Найти в тексте все пары слов, которые являются обращением друг друга. Добавить их в result. Использовать StringB...
{ "content_hash": "40d8c1439dbb591241ef40486eb37bbc", "timestamp": "", "source": "github", "line_count": 68, "max_line_length": 94, "avg_line_length": 27.558823529411764, "alnum_prop": 0.6077908217716115, "repo_name": "Alik72/JAVA_RUSH", "id": "24ca33ee895eea9cf4b3aa03ddc306bfbb2373bd", "size": "228...
<div class='header ui-widget-header'><?php eT("Add user group"); ?></div> <br /> <?php echo CHtml::form(array("admin/usergroups/sa/add"), 'post', array('class'=>'form30', 'id'=>'usergroupform')); ?> <ul> <li> <label for='group_name'><?php eT("Name:"); ?></label> <input type='text' si...
{ "content_hash": "4a5c0bde43ef9ece21a8e99b9c332905", "timestamp": "", "source": "github", "line_count": 19, "max_line_length": 134, "avg_line_length": 47.31578947368421, "alnum_prop": 0.5494994438264739, "repo_name": "rccoder/HIT-Survey", "id": "470eda5e6f1a434a421ebdf29c16644f97e78c72", "size": "8...
% initialize the PASCAL development kit tmp = pwd; cd(VOCdevkit); addpath('.\VOCcode'); cd('VOCcode'); VOCinit; cd(tmp);
{ "content_hash": "6be0c03079e69d4ea0250217dc54a878", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 40, "avg_line_length": 17.428571428571427, "alnum_prop": 0.6967213114754098, "repo_name": "luckykelfor/DPM4.01_windows", "id": "3d80b3716c34e1f24daebc7b5d8d66b516a7c2a2", "s...
package net.unit8.solr.jdbc.impl; import net.unit8.solr.jdbc.message.DbException; import net.unit8.solr.jdbc.message.ErrorCode; import org.apache.solr.client.solrj.SolrServer; import org.apache.solr.client.solrj.SolrServerException; import org.apache.solr.client.solrj.response.UpdateResponse; import java.io.IOExcepti...
{ "content_hash": "8aeebd71498f6d6f1421771c57d7ced8", "timestamp": "", "source": "github", "line_count": 411, "max_line_length": 78, "avg_line_length": 24.46228710462287, "alnum_prop": 0.7445792719315695, "repo_name": "kawasima/solr-jdbc", "id": "efddf142b2c1d14b532a38ac041a64ccd418bf7c", "size": "1...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_101) on Mon Aug 01 12:52:00 EET 2016 --> <title>Uses of Package org.brickmvc.core.services</title> <meta name="date" content="2016-08-01"> <lin...
{ "content_hash": "df70cf563944f7dee2202b54c2e182a2", "timestamp": "", "source": "github", "line_count": 124, "max_line_length": 119, "avg_line_length": 32.564516129032256, "alnum_prop": 0.6104507181773156, "repo_name": "MostafaMatar/BrickMVC", "id": "e425daeffc7cb4a79587891bb8649fbaae336435", "size...
<!-- Copyright (c) 2015 Google Inc. 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 ...
{ "content_hash": "2f0fb40880e414c74fbe4e2e55efb2b7", "timestamp": "", "source": "github", "line_count": 3021, "max_line_length": 246, "avg_line_length": 40.91459781529295, "alnum_prop": 0.5907542697183725, "repo_name": "googlecodelabs/tools", "id": "7d3b0ceb60dad14976b59cc377d6413ea5762abe", "size"...
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable Yahoo! Pipes plus IFTTT on your own server. You ...
{ "content_hash": "0c3dd6050a2eef6dbff26fe8f13a9cda", "timestamp": "", "source": "github", "line_count": 110, "max_line_length": 634, "avg_line_length": 70.25454545454545, "alnum_prop": 0.7668219461697723, "repo_name": "lgwapnitsky/huginn-lgw", "id": "5968c50c6ef4464fa95130250f4f9aba2d4b8330", "size...
/** * Google Glass utility functions * * @author jottley * @author wabson */ (function() { /** * Google Glass namespace */ Alfresco.GoogleGlass = Alfresco.GoogleGlass || {}; /* * YUI aliases */ var Dom = YAHOO.util.Dom, Event = YAHOO.util.Event; /* * Static user...
{ "content_hash": "728a7c53000fef80b5ea7de4de4d7fab", "timestamp": "", "source": "github", "line_count": 359, "max_line_length": 229, "avg_line_length": 38.128133704735376, "alnum_prop": 0.5685271770894214, "repo_name": "jottley/stainedglass", "id": "897f88d3e78396808c6a1b7aecaab28038a4351a", "size"...
#include <cc7tests/CC7Tests.h> namespace cc7 { namespace tests { const UnitTestCreationInfoList _GetDefaultUnitTestCreationInfoList() { UnitTestCreationInfoList list; // cc7::tests framework tests CC7_ADD_UNIT_TEST(tt7Testception, list); CC7_ADD_UNIT_TEST(tt7JSONReaderTests, list); // cc7 framework...
{ "content_hash": "c5757a6dc0d34f645093cec196e94b4f", "timestamp": "", "source": "github", "line_count": 28, "max_line_length": 69, "avg_line_length": 21.428571428571427, "alnum_prop": 0.7333333333333333, "repo_name": "hvge/cc7", "id": "1024f07bf25056732cd4412be719e9c5c3c2283f", "size": "1216", "b...
<?php namespace Stockbase\Integration\Model\Inventory; use Magento\CatalogInventory\Api\Data\StockItemInterface; /** * Class CombinedStockbaseStockItem */ class CombinedStockbaseStockItem implements StockItemInterface { /** * @var StockItemInterface */ private $magentoStockItem; /** ...
{ "content_hash": "11d03df1fde68077cedb08a445a8aaa6", "timestamp": "", "source": "github", "line_count": 518, "max_line_length": 91, "avg_line_length": 20.347490347490346, "alnum_prop": 0.5749525616698292, "repo_name": "Stockbase-Connect/magento2-module", "id": "94aae84ebadcc35b015e0c75dd294f4643b310b...
{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/checkbox.html" import checkbox %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Edit email reply to address {% endblock %} {% block maincolumn_content %} <h1 c...
{ "content_hash": "32ef7eea6fd5de4e58542d2a53c87ece", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 82, "avg_line_length": 25.81081081081081, "alnum_prop": 0.5989528795811518, "repo_name": "gov-cjwaszczuk/notifications-admin", "id": "fb0fd6473c3d971caf8afcb55a73964c8af7551b...
package org.apache.sshd.client.subsystem.sftp.extensions.impl; import java.io.IOException; import java.io.StreamCorruptedException; import java.util.Collection; import org.apache.sshd.client.subsystem.sftp.RawSftpClient; import org.apache.sshd.client.subsystem.sftp.SftpClient; import org.apache.sshd.client.subsyste...
{ "content_hash": "26221aeea73bef57d4b4cfbed61a8677", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 113, "avg_line_length": 38.416666666666664, "alnum_prop": 0.7722342733188721, "repo_name": "landro/mina-sshd", "id": "52807e515f0c7e1ccac449c1944b063547741c8f", "size": "21...
package com.hpe.caf.services.admin; import com.google.gson.Gson; import com.hpe.caf.services.configuration.AppConfigProvider; import com.hpe.caf.services.db.client.DatabaseConnectionProvider; import com.hpe.caf.util.rabbitmq.RabbitUtil; import com.rabbitmq.client.Channel; import org.slf4j.Logger; import org.slf4j.Log...
{ "content_hash": "d4515c6eef2c0aad9e78c8d0529bacc1", "timestamp": "", "source": "github", "line_count": 152, "max_line_length": 123, "avg_line_length": 40.86842105263158, "alnum_prop": 0.6633934320669672, "repo_name": "JobService/job-service", "id": "11bfde01b9f2aa369d7322420003e928ee9490f6", "size...
iD.ui.Splash = function(context) { return function(selection) { if (context.storage('sawSplash')) return; context.storage('sawSplash', true); var modal = iD.ui.modal(selection); modal.select('.modal') .attr('class', 'modal-splash modal col6'); var...
{ "content_hash": "e9f653fdba83c5d5399feb0e39564490", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 86, "avg_line_length": 31.145833333333332, "alnum_prop": 0.5036789297658862, "repo_name": "daumann/chronas-application", "id": "72385ed4afd70e4b65671e96027bdf356d293360", "...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_60) on Tue Aug 25 11:39:37 BST 2015 --> <title>All Classes</title> <meta name="date" content="2015-08-25"> <link rel="stylesheet" type="text/cs...
{ "content_hash": "418ccd88c3a5129fd946b688e134edec", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 116, "avg_line_length": 43.391304347826086, "alnum_prop": 0.7034068136272545, "repo_name": "tpkelly/Hackathon", "id": "a7f1e832f67e47c39a16a3ed257c5181994cc702", "size": "9...
package ru.otus.l42; import org.junit.*; import java.util.Arrays; import java.util.Collections; import java.util.List; import static org.junit.Assert.*; /** * 1 * Created by tully. */ public class LotteryMachineTest { LotteryMachine lotteryMachine; @BeforeClass public static void beforeClass() { ...
{ "content_hash": "84b6ef751fc55e069745f1d02eeac7c3", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 78, "avg_line_length": 26.23611111111111, "alnum_prop": 0.6384330333509793, "repo_name": "vitaly-chibrikov/otus_java_2017_06", "id": "33e3568e1d872c3a9eed783f4c888ed164137a34...
<!DOCTYPE html> <html> <head> <!-- Latest compiled and minified CSS --> <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> --> <link href="dist/css/bootstrap...
{ "content_hash": "c756bfbe401a31ad74c85bb33643a238", "timestamp": "", "source": "github", "line_count": 118, "max_line_length": 223, "avg_line_length": 42.29661016949152, "alnum_prop": 0.5217391304347826, "repo_name": "racheldowavic/w10a_project", "id": "77d39ae6b08c7bedd81aacf78d014782cfaa583b", "...
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner neutron_installed=$(echo "import neutron" | python 2>/dev/null ; echo $?) # Neutron branch to be used BRANCH_NAME=master set -e CONSTRAINTS_FILE=$1 shift install_cmd="pip install" if [ $CONSTRAINTS_FILE != "unconstrained" ]; then install_cmd="$install_cmd -c$CONSTRAINTS_...
{ "content_hash": "ae04be7c0cfe52c467abdad21a14b523", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 98, "avg_line_length": 26.16216216216216, "alnum_prop": 0.6663223140495868, "repo_name": "openstack/networking-nec", "id": "d34cf233691226593e88cec0b418b108ec5222db", "size...
% MATLAB wrapper for the X6 driver. % % Usage notes: The channelizer creates multiple data streams per physical % input channel. These are indexed by a 3-parameter label (a,b,c), where a % is the 1-indexed physical channel, b is the 0-indexed virtual channel % (b=0 is the raw stream, b>1 are demodulated streams, and c ...
{ "content_hash": "a7784f22ab0ab8aef399f87cc47b70ba", "timestamp": "", "source": "github", "line_count": 529, "max_line_length": 148, "avg_line_length": 39.338374291115315, "alnum_prop": 0.5380105718404613, "repo_name": "BBN-Q/libx6", "id": "970c3d08931e35e378ed958f4d373290f466b014", "size": "20810"...
require "gerencianet" require "date" require_relative "../../credentials" options = { client_id: CREDENTIALS::CLIENT_ID, client_secret: CREDENTIALS::CLIENT_SECRET, sandbox: CREDENTIALS::SANDBOX } expireAt = Date.today + 3 params = { id: 1000 } body = { billet_discount: 0, card_discount: 0, message: ""...
{ "content_hash": "39206a81596cec7ef93507d95cc03ace", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 63, "avg_line_length": 19.22222222222222, "alnum_prop": 0.7090558766859345, "repo_name": "gerencianet/gn-api-sdk-ruby", "id": "4041ee43335554ad0129541a167f8aa93b7750f6", "s...
#if defined (JUCE_AUDIO_BASICS_H_INCLUDED) && ! JUCE_AMALGAMATED_INCLUDE /* When you add this cpp file to your project, you mustn't include it in a file where you've already included any other headers - just put it inside a file on its own, possibly with your config flags preceding it, but don't include anyt...
{ "content_hash": "4a0d55cf5b559e3c5984a0fcfad736f0", "timestamp": "", "source": "github", "line_count": 72, "max_line_length": 105, "avg_line_length": 31.805555555555557, "alnum_prop": 0.7672489082969433, "repo_name": "JTriggerFish/protoplug", "id": "4bd50c3c2ac60d05a235ab2b1328ae0901da7eec", "size...
<#PSScriptInfo .VERSION 1.0.0 .GUID e1a46ec1-73ff-49e6-849b-81b13917d2b0 .AUTHOR DSC Community .COMPANYNAME DSC Community .COPYRIGHT Copyright the DSC Community contributors. All rights reserved. .TAGS DSCConfiguration .LICENSEURI https://github.com/dsccommunity/NetworkingDsc/blob/main/LICENSE .PROJECTURI https://githu...
{ "content_hash": "545464643b792bc0354aea798a4e6b79", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 76, "avg_line_length": 26.2972972972973, "alnum_prop": 0.7307297019527236, "repo_name": "PlagueHO/xNetworking", "id": "85fb8a597c090a5c6a4b93016c375232e5be7582", "size": "9...
extern "C" int __openal__JNI_OnLoad(void* vm); #elif defined(_IOS) #include <sys/sysctl.h> void OpenAL_iOS_init(); void OpenAL_iOS_destroy(); bool OpenAL_iOS_isAudioSessionActive(); bool restoreiOSAudioSession(); bool hasiOSAudioSessionRestoreFailed(); static bool gAudioSuspended = false; // iOS specific hack as well ...
{ "content_hash": "a91508a7a53f6a874241f073a4535dea", "timestamp": "", "source": "github", "line_count": 283, "max_line_length": 157, "avg_line_length": 25.226148409893995, "alnum_prop": 0.6870710183499089, "repo_name": "klangobjekte/libxal", "id": "9c3da2a7f3d9308f9941434c8294057599d99873", "size":...
package com.planet57.gshell.commands.shell; import java.lang.reflect.Method; import java.util.List; import com.planet57.gshell.command.Command; import com.planet57.gshell.command.CommandContext; import com.planet57.gshell.command.CommandActionSupport; import com.planet57.gshell.util.cli2.Argument; import com.planet5...
{ "content_hash": "8eb10487ed3ba5ea2173ba4da667365a", "timestamp": "", "source": "github", "line_count": 67, "max_line_length": 109, "avg_line_length": 31.37313432835821, "alnum_prop": 0.6941008563273073, "repo_name": "jdillon/gshell", "id": "5e6bee0a07a9186c78e5a77c9b73e9f7496ce6e2", "size": "2724"...
The new module ``cosmology/tests/helper.py`` has been added to provide tools for testing the cosmology module and related extensions.
{ "content_hash": "4fb7629ca4a3246861acbddb99ed1925", "timestamp": "", "source": "github", "line_count": 2, "max_line_length": 76, "avg_line_length": 67, "alnum_prop": 0.8059701492537313, "repo_name": "saimn/astropy", "id": "51bdb4afb0e0a8ecfdba290cb775938a2e45d44d", "size": "134", "binary": false...
<?php // to remove excess redirect stuff function modifyServerSuperGlobalVariable($dir = __DIR__) { if (!isset($_SERVER['REQUEST_URI']) || !isset($_SERVER['REDIRECT_URL'])) return false; // change back slash to forward slash - only on windows $__DIR__ = str_replace('\\', '/', $dir); // take...
{ "content_hash": "c2395896da8054b2424f0df922fc5f6f", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 100, "avg_line_length": 42.48148148148148, "alnum_prop": 0.6085440278988666, "repo_name": "aretecode/Todo", "id": "4af94a37170bf66a53dfbbf3f3551f02f22b2a9b", "size": "1147"...
require "mscorlib" require "System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" require "System.Collections.Generic, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" require "System.Linq, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" require "System.Text, V...
{ "content_hash": "e052a7e1a8ed387901cfd26f8e7f0841", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 103, "avg_line_length": 37.72222222222222, "alnum_prop": 0.801178203240059, "repo_name": "xianrendzw/CodeBuilder.Ruby", "id": "815bba5c76de9fed6ba537293f10d3e0c01ae3b6", "s...
FROM nerro/base:wheezy RUN wget --output-document /javinla https://github.com/nerro/javinla/releases/download/v1.1.0/javinla \ && wget --output-document /javinla.sha1 https://github.com/nerro/javinla/releases/download/v1.1.0/javinla.sha1 \ && sha1sum -c javinla.sha1 \ && chmod +x /javinla \ && /javinla...
{ "content_hash": "48645067dc9a62d61ea0f60540068010", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 116, "avg_line_length": 42.888888888888886, "alnum_prop": 0.6761658031088082, "repo_name": "nerro/docker-images", "id": "fdea46d97d355a19b3569795da3beb0ad6b2d1ed", "size": "...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
{ "content_hash": "00c447e153c13d1b00620aa3e7e86526", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 39, "avg_line_length": 10.307692307692308, "alnum_prop": 0.6940298507462687, "repo_name": "mdoering/backbone", "id": "7f0b8e556a443b45f9ee42ae8be09bff71331ad8", "size": "20...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_04) on Tue Sep 11 01:30:15 EDT 2012 --> <title>BridgeAccess</title> <meta name="date" content="2012-09-11"> <link rel="stylesheet" type...
{ "content_hash": "8a1eae701bc54f273714cab3bc5e3566", "timestamp": "", "source": "github", "line_count": 421, "max_line_length": 378, "avg_line_length": 38.04513064133017, "alnum_prop": 0.6470000624336643, "repo_name": "rossgong/midlocanics-robot", "id": "f66207a9ed7ae93d6722ced0d093ffc7bcd12aee", "...
package com.github.gfronza.mods.bayeux.impl.functions; import io.vertx.core.http.HttpServerRequest; import com.github.gfronza.mods.bayeux.impl.protocol.Message; /** * Represents an incoming or outgoing extension. * Extensions allows you to intercept incoming or outgoing messages as they pass in and out. * This l...
{ "content_hash": "464eeffba9fa6d1070e8b5658174db6c", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 92, "avg_line_length": 26.818181818181817, "alnum_prop": 0.7677966101694915, "repo_name": "gfronza/mod-bayeux", "id": "c67d9f774fc917731d7948ea1c3d3f39553b539b", "size": "1...
package filings import "strconv" type ReportFile struct { ReportFileId int64 CIK, Year, Quarter int64 Filepath string FormType string Parsed bool ParseError bool } func (rf *ReportFile) GetLogStr() string { return "report file cik <" + strconv.FormatInt(rf.CIK, 10...
{ "content_hash": "f4cc837f7cb42a7c19395b7138a6bfe2", "timestamp": "", "source": "github", "line_count": 24, "max_line_length": 64, "avg_line_length": 24.791666666666668, "alnum_prop": 0.6352941176470588, "repo_name": "ProfessorBeekums/PbStockResearcher", "id": "4b51600abb11f02743c71f5d51d27201b720d13...
// OCHamcrest by Jon Reid, http://qualitycoding.org/about/ // Copyright 2016 hamcrest.org. See LICENSE.txt #import <OCHamcrestIOS/HCBaseMatcher.h> /*! * @abstract Supporting class for matching a feature of an object. * @discussion Tests whether the result of passing the specified invocation to the value satisfie...
{ "content_hash": "fdd404c7a0f130f3813545a5554b1f79", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 100, "avg_line_length": 31.35, "alnum_prop": 0.75518341307815, "repo_name": "momotw/TDD_Day2_Homework", "id": "ea5cbfcbac2a32ef345a62c191d6e202c6731543", "size": "1254", ...
Catarse::Application.routes.draw do mount RedactorRails::Engine => '/redactor_rails' mount JasmineRails::Engine => '/specs' if defined?(JasmineRails) devise_for( :users, { path: '', path_names: { sign_in: :login, sign_out: :logout, sign_up: :sign_up }, controllers: { omniauth_callback...
{ "content_hash": "5c051795a85b988b669233aa3ead2c0b", "timestamp": "", "source": "github", "line_count": 167, "max_line_length": 89, "avg_line_length": 27.790419161676645, "alnum_prop": 0.6199095022624435, "repo_name": "rjschultz18/rachel-catarse-crowdfunding", "id": "4fe02500dd1b6c697e4a17d2cab8b1052...
import java.net.*; import javax.swing.JDialog; import javax.swing.JFrame; import javax.swing.JOptionPane; import java.awt.EventQueue; import java.io.*; public class Client implements Runnable { private Socket socket = null; private Thread thread = null; private DataOutputStream streamOut = null; //private Client...
{ "content_hash": "5ce4079fa82236e0010d694207b281ae", "timestamp": "", "source": "github", "line_count": 65, "max_line_length": 89, "avg_line_length": 18.861538461538462, "alnum_prop": 0.6941272430668842, "repo_name": "jkrajcir/SE319", "id": "8465d1cef6867cd1746cea2c03e50f0adcfe4874", "size": "1228"...
package net.sourceforge.mayfly.evaluation.expression; import java.util.Collection; import net.sourceforge.mayfly.datastore.Cell; import net.sourceforge.mayfly.evaluation.Expression; import net.sourceforge.mayfly.evaluation.ResultRow; import net.sourceforge.mayfly.evaluation.select.Evaluator; import net.sourceforge.ma...
{ "content_hash": "73b0ee68a012f0617e8da5572fa51f76", "timestamp": "", "source": "github", "line_count": 32, "max_line_length": 89, "avg_line_length": 31.125, "alnum_prop": 0.748995983935743, "repo_name": "jsampson/mayfly", "id": "3c4c54d13cc2709b9ca2a01f17442b4cd4e79b4f", "size": "996", "binary":...
import {seq, ver, tok, plus, opt, optPrio, altPrio, Expression} from "../combi"; import {FieldSub, ClassName, Constant, Source, MethodCallChain, CompareOperator, SourceFieldSymbol} from "."; import {WParenLeft, ParenRightW} from "../../1_lexer/tokens"; import {Version} from "../../../version"; import {IStatementRunnabl...
{ "content_hash": "1577d9497865c7f5168532a548d0527e", "timestamp": "", "source": "github", "line_count": 38, "max_line_length": 109, "avg_line_length": 37.05263157894737, "alnum_prop": 0.5738636363636364, "repo_name": "larshp/abaplint", "id": "3f12a5fde8f87490fda845392cbcb2b611f9b2cc", "size": "1408...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in Monograph of the Genus Diaporthe Nitschke & its Segregates 194 (1933) #### Original name Sphaeria salicina Curr., 1858 ### Remarks null
{ "content_hash": "b77a3468faba69deb6f8270cdfaf4061", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 69, "avg_line_length": 17.23076923076923, "alnum_prop": 0.7366071428571429, "repo_name": "mdoering/backbone", "id": "960bf1b83b088a6bc665291931ea6cb5eccd8804", "size": "284...
/** * http://github.com/Valums-File-Uploader/file-uploader * * Multiple file upload component with progress-bar, drag-and-drop. * * Have ideas for improving this JS for the general community? * Submit your changes at: https://github.com/Valums-File-Uploader/file-uploader * * VERSION 2.0 beta * Original ver...
{ "content_hash": "afbce8f40d417abc546fa75b13eb2229", "timestamp": "", "source": "github", "line_count": 1462, "max_line_length": 152, "avg_line_length": 33.43365253077975, "alnum_prop": 0.5358428805237316, "repo_name": "KernelCorp/activeadmin_images", "id": "77864c7c4d277ffbb4726dc0ab300acf16be34fa",...
package com.github.tminglei.bind.spi; public enum InputMode { SINGLE, MULTIPLE, POLYMORPHIC }
{ "content_hash": "aadcfccc640268f8fade246b8c07a161", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 37, "avg_line_length": 19.8, "alnum_prop": 0.7575757575757576, "repo_name": "tminglei/form-binder-java", "id": "697853b09d18e4ec3d5cd139c3a0911d18b929b5", "size": "99", "b...
package fixtures.bodyboolean; import com.fasterxml.jackson.core.JsonParseException; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; public class BoolTests { private static AutoRestBoolTestService client; @BeforeClass public static void setup() { client = new AutoRest...
{ "content_hash": "35d7a43270583a0e1e2fe98530909761", "timestamp": "", "source": "github", "line_count": 53, "max_line_length": 80, "avg_line_length": 25.39622641509434, "alnum_prop": 0.638187221396731, "repo_name": "matt-gibbs/AutoRest", "id": "cd86f8056a44e7087af8b0115c662a3b61d89d8a", "size": "13...
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>so.bl...
{ "content_hash": "a690746c0f9b7c6c4da7cde63941b574", "timestamp": "", "source": "github", "line_count": 97, "max_line_length": 108, "avg_line_length": 34.628865979381445, "alnum_prop": 0.535278356653766, "repo_name": "xea/vault", "id": "06a318c0d6074181f0a9bef7eb25da22ffb54550", "size": "3359", "...
import {bootstrap} from "angular2/angular2"; //import {Injector} from "angular2/di"; //import {reflector} from 'angular2/src/reflection/reflection'; //import {ReflectionCapabilities} from 'angular2/src/reflection/reflection_capabilities'; import {TodoApp} from "./app"; //import {TodoStore, TodoFactory} from "./service...
{ "content_hash": "c378d09a3fa6dca0d07533ced009789a", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 89, "avg_line_length": 35.375, "alnum_prop": 0.7614840989399293, "repo_name": "hourliert/angular2-firetodo", "id": "6ea62496437cfbe78d5fd803771cc30f57cc44fd", "size": "603"...
echo "*****************************" echo "*** Installing Sass ***" echo "*****************************" apt-get -y install ruby-full gem install sass
{ "content_hash": "6ff2a69ca81e32ae549e0ffc2d500b5c", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 36, "avg_line_length": 25.333333333333332, "alnum_prop": 0.40789473684210525, "repo_name": "Axelrod-Python/DjAxelrod", "id": "341b6bd50b9ec0a320749af39af04d93781fe85a", "siz...
#ifndef __COSA_SPI_HH__ #define __COSA_SPI_HH__ #include "Cosa/Types.h" #include "Cosa/Bits.h" #include "Cosa/Pins.hh" #include "Cosa/Interrupt.hh" #include "Cosa/Event.hh" /** * Serial Peripheral Interface (SPI) device class. A device driver should * inherit from SPI::Driver and defined SPI commands and higher l...
{ "content_hash": "904d3780b141f23cabbff1d8c33e4693", "timestamp": "", "source": "github", "line_count": 292, "max_line_length": 75, "avg_line_length": 27.154109589041095, "alnum_prop": 0.6241644595787615, "repo_name": "UECIDE/UECIDE_data", "id": "a325c88753e2ea17b2bba9ba6a2435327647b47f", "size": "...