text stringlengths 2 1.04M | meta dict |
|---|---|
ACLI IS DEPRECATED
=====
Swift is getting more and more a mature language and so the tools that are used in the ecosystem finally have support of it, so please use them. The acli gem is also no longer available for installation from rubygems.
[Carthage](https://github.com/Carthage/Carthage)
[Cocoapods](http://cocoa... | {
"content_hash": "50a23b66eae722babd5c6952790d8cc2",
"timestamp": "",
"source": "github",
"line_count": 35,
"max_line_length": 448,
"avg_line_length": 32.34285714285714,
"alnum_prop": 0.7535335689045937,
"repo_name": "eugenpirogoff/acli",
"id": "e4a5c2442d287bd5f758feb0713aee0a5c522f17",
"size": "1... |
'use strict';
/**
* "Slash" is a cooldown action that does 125 potency damage to the attacker's
* target. If executed after the "flurry of blows" attack it has a combo potency
* of 200.
* @author Ryan Sandor Richards
*/
Commands.addCooldown('slash', {
cooldownDuration: Commands.GLOBAL_COOLDOWN,
initiatesComba... | {
"content_hash": "3b43beef1456f3b4d9618654904e1bbd",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 80,
"avg_line_length": 27.263157894736842,
"alnum_prop": 0.7084942084942085,
"repo_name": "rsandor/Solace",
"id": "a0800eb6ec8132bcdf23d6179ff033756f0947d4",
"size": "518",... |
The Challenges repro is a collection of my solutions for some of the online programming challenges.
Some of the Class/Method Naming is to be compatible with the online evaluation part of these challenges.
I try to use the Folder structure [Site][Challenge]
## Disclaimer
Published under the [MIT License](LICENSE).
| {
"content_hash": "d90a13a425f1932da7c0a50ffe984a07",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 104,
"avg_line_length": 52.666666666666664,
"alnum_prop": 0.8006329113924051,
"repo_name": "joshimoo/Challenges",
"id": "16f2d56cf83bb0d106547dddc3b2fd45d7f0046a",
"size": "... |
module BatchManager
module Utils
def self.included(base)
base.send :include, OverallMethods
base.extend OverallMethods
end
module OverallMethods
def batch_name(filename_or_path)
if filename_or_path.start_with?(::BatchManager.batch_dir)
path = filename_or_path.sub("#{::... | {
"content_hash": "8a6649a3d2bada857066f8980a32f14a",
"timestamp": "",
"source": "github",
"line_count": 28,
"max_line_length": 73,
"avg_line_length": 27.464285714285715,
"alnum_prop": 0.5903771131339401,
"repo_name": "cctiger36/batch_manager",
"id": "c1e4a5295be4b531cbf11dce48d1e189668b51d6",
"size... |
require('torch')
local threads = require 'threads'
local cmd = torch.CmdLine()
local separators = require('tools.utils.separators')
cmd:text("")
cmd:text("**detokenize.lua**")
cmd:text("")
cmd:option('-case_feature', false, [[First feature is case feature]])
cmd:option('-joiner', separators.joiner_marker, [[the jo... | {
"content_hash": "b723ca1085dfbd0537d0a77b0c3ec774",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 114,
"avg_line_length": 25.839080459770116,
"alnum_prop": 0.6152135231316725,
"repo_name": "taestone/opennmt_merge",
"id": "d486527ee3b9e23f2a5f89ce61c5a1cc1f88148f",
"size... |
package kieker.monitoring.sampler.mxbean;
import java.lang.management.ClassLoadingMXBean;
import java.lang.management.ManagementFactory;
import kieker.common.record.IMonitoringRecord;
import kieker.common.record.jvm.ClassLoadingRecord;
import kieker.monitoring.core.controller.IMonitoringController;
import kieker.mon... | {
"content_hash": "7d2fa8ef448b5e3b2e1c262db97f2620",
"timestamp": "",
"source": "github",
"line_count": 41,
"max_line_length": 131,
"avg_line_length": 34.90243902439025,
"alnum_prop": 0.8001397624039134,
"repo_name": "kieker-monitoring/kieker",
"id": "bad05420e18e491c93c43b4aa1eebcab9e32b021",
"siz... |
using System;
using System.Threading.Tasks;
using System.Windows;
namespace Stylet
{
/// <summary>
/// Is aware of the fact that it has a view
/// </summary>
public interface IViewAware
{
/// <summary>
/// Gets the view associated with this ViewModel
/// </summary>
... | {
"content_hash": "331aebcac19b9a446d99a89bdc6249e7",
"timestamp": "",
"source": "github",
"line_count": 250,
"max_line_length": 137,
"avg_line_length": 32.92,
"alnum_prop": 0.5961117861482381,
"repo_name": "canton7/Stylet",
"id": "2c743d7873f474d98bcfaf7ee4681a49f9589918",
"size": "8232",
"binary... |
<?php
namespace Google\Cloud\Vision\Tests\Snippet\Annotation\Web;
use Google\Cloud\Core\Testing\Snippet\SnippetTestCase;
use Google\Cloud\Core\Testing\TestHelpers;
use Google\Cloud\Vision\Annotation\Web\WebEntity;
use Google\Cloud\Vision\Connection\ConnectionInterface;
use Google\Cloud\Vision\VisionClient;
use Proph... | {
"content_hash": "4fe3e80ba5ef38eb5cb0c064a86b335f",
"timestamp": "",
"source": "github",
"line_count": 93,
"max_line_length": 82,
"avg_line_length": 28.204301075268816,
"alnum_prop": 0.5413648494090736,
"repo_name": "googleapis/google-cloud-php",
"id": "45e95d1a0b8d31bb5fe75cf00c81c6a81601d5bf",
"... |
package uk.co.flax.biosolr.pruning;
import java.util.Collection;
import java.util.Comparator;
import java.util.Set;
import java.util.TreeSet;
import java.util.stream.Collectors;
import uk.co.flax.biosolr.TreeFacetField;
/**
* A simple {@link Pruner} implementation, which attempts to strip off the
* least signifi... | {
"content_hash": "e74479eb2b8045dc00d5380480f77679",
"timestamp": "",
"source": "github",
"line_count": 130,
"max_line_length": 107,
"avg_line_length": 31.807692307692307,
"alnum_prop": 0.712938331318017,
"repo_name": "flaxsearch/BioSolr",
"id": "3311a136cfdadb1ad397a3409b75234395716f7f",
"size": "... |
package me.calebjones.spacelaunchnow.content.data.next;
import android.content.Context;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
import androidx.annotation.UiThread;
import io.realm.Realm;
import io.realm.RealmResults;
import io.realm.Sort;
impor... | {
"content_hash": "8b42a3888fedff736f733d057f9eb8d3",
"timestamp": "",
"source": "github",
"line_count": 121,
"max_line_length": 126,
"avg_line_length": 39.88429752066116,
"alnum_prop": 0.6715706589307916,
"repo_name": "ItsCalebJones/SpaceLaunchNow",
"id": "8029c9ebcda388a64a714f0d0fd50e012a02e7b5",
... |
EditAddressDialog::EditAddressDialog(Mode mode, QWidget *parent) :
QDialog(parent),
ui(new Ui::EditAddressDialog), mapper(0), mode(mode), model(0)
{
ui->setupUi(this);
GUIUtil::setupAddressWidget(ui->addressEdit, this);
switch(mode)
{
case NewReceivingAddress:
setWindowTitle(tr("Ne... | {
"content_hash": "2cda7823951c80e79f12dcd99512548f",
"timestamp": "",
"source": "github",
"line_count": 120,
"max_line_length": 111,
"avg_line_length": 28.283333333333335,
"alnum_prop": 0.6137301119622864,
"repo_name": "digiwhite/BEER-BeerCoin-Ver-642-Original",
"id": "2e0e6099d96402ae178db37c3f14000... |
require 'rails_helper'
RSpec.describe Api::TrucksController, type: :controller do
before(:each) do |data|
@user = User.create(username: "localhost", password: "password", role: "admin")
@truck = Truck.create(name: "test Truck", licence: "DOG4U")
@token = JsonWebToken.encode({id: @user.id})
@user.up... | {
"content_hash": "657f08f527414e4eacd69eea0b10b1be",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 109,
"avg_line_length": 23.2421875,
"alnum_prop": 0.6211764705882353,
"repo_name": "PCGeekBrain/TruckTrack",
"id": "72fc2711dd9e672d193ab41c392b3977c980223f",
"size": "297... |
(function($) {
zeit.cms.declare_namespace('zeit.workflow.publish');
zeit.workflow.publish.Publisher = gocept.Class.extend({
construct: function(worklist) {
var self = this;
self.worklist = $('#' + worklist).find('li').toArray();
self.work(null);
},
work: function(result) {
... | {
"content_hash": "92e25c72b9719f0a390e39cc8efed87b",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 77,
"avg_line_length": 30.789473684210527,
"alnum_prop": 0.5207977207977208,
"repo_name": "ZeitOnline/zeit.cms",
"id": "1006eb06298ce6626cb7b91431781a8bfed3802f",
"size": ... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
Contr. Gray Herb. 104:79. 1934
#### Original name
null
### Remarks
null | {
"content_hash": "6eb360c8069965c1619a62c4999faa5a",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 12.307692307692308,
"alnum_prop": 0.69375,
"repo_name": "mdoering/backbone",
"id": "4833eae58099a1ee8e187d518ee34bd2a906be40",
"size": "224",
"bina... |
from greetings import greet
def test_greet_the_world():
assert greet("world") == "Hello, world!"
| {
"content_hash": "5ac8d2d1f528f6babc44bf745f09d2d6",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 44,
"avg_line_length": 20.6,
"alnum_prop": 0.6796116504854369,
"repo_name": "PPPoSD-2017/greetings",
"id": "68dea7cdf284a80805f2b1258b5706a7b275eb44",
"size": "103",
"bina... |
package christophedelory.playlist.smil;
import java.io.InputStream;
import java.io.StringReader;
import org.apache.commons.logging.Log;
import christophedelory.content.type.ContentType;
import christophedelory.io.IOUtils;
import christophedelory.player.PlayerSupport;
import christophedelory.playlist.Abst... | {
"content_hash": "714497441e22caf71acedefa81273e1c",
"timestamp": "",
"source": "github",
"line_count": 159,
"max_line_length": 124,
"avg_line_length": 38.270440251572325,
"alnum_prop": 0.6277732128184059,
"repo_name": "LizzyProject/Lizzy",
"id": "b3422551d517070a1af38eec7ba98ff8ba971ba6",
"size": ... |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<servico xmlns="http://servicos.gov.br/v3/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://servicos.gov.br/v3/schema ../servico.xsd">
<nome>Consulta Situação do Requerimento de Benefício Previdenciário</nome>
<sigla/>... | {
"content_hash": "dcfcf5e4c9c015479c7f61ed592abf71",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 173,
"avg_line_length": 36.45238095238095,
"alnum_prop": 0.5871979098628347,
"repo_name": "nitaibezerra/cartas-de-servico",
"id": "931496192551daa3fae0d09de396a9af07fee64b",
... |
DOUBTFUL
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "b02def7dddd6c5035f0883f386890bba",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "17408821fdf9b54b3a69c23d6ecd0c30e5f647a6",
"size": "20... |
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1"
xmlns:comp="http://www.sbml.org/sbml/level3/version1/comp/version1" comp:required="true">
<model id="complexified">
<listOfCompartments>
<compartment id="comp" spatialDimension... | {
"content_hash": "522b7f550337c43fbe3d986a2c6b8918",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 98,
"avg_line_length": 47.625,
"alnum_prop": 0.6110564304461942,
"repo_name": "mgaldzic/antimony",
"id": "0caf2ff588cfd791d99c524d4d207d78f952968b",
"size": "6096",
"bin... |
require 'rails_helper'
describe PresenceType, type: :model do
it_behaves_like 'DropDownListable'
it_behaves_like 'Localizable'
end
| {
"content_hash": "5c12f4b24704525d9e20d9774a9a6e4c",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 38,
"avg_line_length": 22.666666666666668,
"alnum_prop": 0.7720588235294118,
"repo_name": "steveoro/goggles_core",
"id": "a6d4f8163a4bf51c17f85bc663a90fe3bde26229",
"size": ... |
package com.hashedin.dashboard.report;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
imp... | {
"content_hash": "f289e17b3ed3fb91845dffc1221b3681",
"timestamp": "",
"source": "github",
"line_count": 126,
"max_line_length": 114,
"avg_line_length": 33.46031746031746,
"alnum_prop": 0.6098197343453511,
"repo_name": "anuragjain67/ReportFramework",
"id": "a009ff5aec27b8fa4aa7b24830b7436c1f69826b",
... |
using RaraAvis.nCubed.EventSourcing.Core.Events;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RaraAvis.nCubed.EventSourcing.Test.FakeObjects.Events
{
public class FakeFailedEvent : IVersionedEvent
{
public FakeFailedEvent... | {
"content_hash": "37dbc078eed7510ce28d5b8c78663319",
"timestamp": "",
"source": "github",
"line_count": 27,
"max_line_length": 63,
"avg_line_length": 18.85185185185185,
"alnum_prop": 0.593320235756385,
"repo_name": "josuuribe/nCubed",
"id": "ff1d9f36f8c2b3bc81df002aa0f11e5c2019f332",
"size": "511",... |
<?php
use pho\Expectation\Matcher\PrefixMatcher;
use pho\Expectation\Matcher\MatcherInterface;
describe('PrefixMatcher', function() {
it('implements the MatcherInterface', function() {
$matcher = new PrefixMatcher('test');
if (!($matcher instanceof MatcherInterface)) {
throw new \Exce... | {
"content_hash": "4703651703e23ce63cf2ad40033c3adc",
"timestamp": "",
"source": "github",
"line_count": 54,
"max_line_length": 83,
"avg_line_length": 33.48148148148148,
"alnum_prop": 0.5575221238938053,
"repo_name": "danielstjules/pho",
"id": "0545a5a1c743d005fae6077abbe9bcc403d5a42f",
"size": "180... |
struct convolution_output_context {
size_t input_channels;
size_t output_channels;
struct nnp_size input_size;
struct nnp_padding input_padding;
struct nnp_size kernel_size;
struct nnp_size output_size;
struct nnp_size output_subsampling;
const float* input_pointer;
const float* kernel_pointer;
const float* b... | {
"content_hash": "b80a779fd0eb143940ebabc6a7cba352",
"timestamp": "",
"source": "github",
"line_count": 91,
"max_line_length": 127,
"avg_line_length": 38.714285714285715,
"alnum_prop": 0.6994039171160943,
"repo_name": "microblink/NNPACK",
"id": "8fc2875c219e13e6bd187c577bd547ea2dc0c2b6",
"size": "3... |
import os
from oslo.serialization import jsonutils as json
from daisy.common import client as base_client
from daisy.common import exception
from daisy import i18n
_ = i18n._
class CacheClient(base_client.BaseClient):
DEFAULT_PORT = 9292
DEFAULT_DOC_ROOT = '/v1'
def delete_cached_image(self, image_id... | {
"content_hash": "170723030a1aa446c91e233f51a18f5b",
"timestamp": "",
"source": "github",
"line_count": 118,
"max_line_length": 78,
"avg_line_length": 30.04237288135593,
"alnum_prop": 0.5847672778561354,
"repo_name": "OpenDaisy/daisy-api",
"id": "f3c2a2828f9486b83ad288693fddb4893698d581",
"size": "... |
struct PatternRow;
struct Song;
struct IPlayer;
struct Color;
struct Pattern;
struct TrackEditorState;
class TrackEditor: public ColumnEditor
{
protected:
IPlayer& mPlayer;
Song& mSong;
bool mTriggerNotes;
bool mAddMacroEffect;
int getColumnFlagsFromModifier(int mod) const;
void killCurrentTrack();
void findC... | {
"content_hash": "5dd50a7ecc1510801cae7ac613e308a5",
"timestamp": "",
"source": "github",
"line_count": 60,
"max_line_length": 130,
"avg_line_length": 26.9,
"alnum_prop": 0.7726146220570013,
"repo_name": "kometbomb/prototracker",
"id": "9583c42dfa1a10e3ca915f23ea6daef0c9d22892",
"size": "1655",
"... |
#ifndef __itkPathToPathFilter_h
#define __itkPathToPathFilter_h
#include "itkPathSource.h"
namespace itk
{
/** \class PathToPathFilter
* \brief Base class for filters that take a path as input and produce a path as output.
*
* PathToPathFilter is the base class for all process objects that output
* path data and... | {
"content_hash": "da862c8a482008d8ad0de848d372e599",
"timestamp": "",
"source": "github",
"line_count": 75,
"max_line_length": 88,
"avg_line_length": 31.36,
"alnum_prop": 0.735969387755102,
"repo_name": "CapeDrew/DITK",
"id": "e8db58d8ed2b3033e0ce3a6efa580e2f49671282",
"size": "3127",
"binary": f... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "5a1792e0cc1bc5b9466748661a5cbc59",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.23076923076923,
"alnum_prop": 0.6917293233082706,
"repo_name": "mdoering/backbone",
"id": "eef57cff9f7ed6b1cda596e54f2a8efe7877adde",
"size": "193... |
module AdminBrokenLinksReportingHelper
def govspeak_with_links(*links)
"Some content with links: ##{build_links(links).join(' ')}"
end
def build_links(links)
links.each_with_index.map { |link, i| "[Link #{i}](#{link})" }
end
end
World(AdminBrokenLinksReportingHelper)
| {
"content_hash": "48cd4e38ce50bf766cf41f916a53d233",
"timestamp": "",
"source": "github",
"line_count": 11,
"max_line_length": 66,
"avg_line_length": 26,
"alnum_prop": 0.6958041958041958,
"repo_name": "alphagov/whitehall",
"id": "3ffc3049cd4003a60d15a164bd3181c1bbd180f4",
"size": "286",
"binary":... |
<?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use yii\widgets\MaskedInput;
/* @var $this yii\web\View */
/* @var $model \frontend\modules\doctors\models\Doctors */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="doctors-form">
<?php $form = ActiveForm::begin(); ?>
<?= $form->field($model, ... | {
"content_hash": "bf17b1e73457ec5f42228f5b25c41888",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 154,
"avg_line_length": 30.785714285714285,
"alnum_prop": 0.568445475638051,
"repo_name": "kvazarum/prereg",
"id": "5344dbd3f3e05ffaa22e6ca51896a7c4bc9e9b47",
"size": "1367... |
<div class="archive-wrap">
<h3>Latest {{ page.categories | first | replace: '-',' ' | capitalize }}</h3>
<ul class="th-grid">
{% capture category_name %}{{ page.categories | first }}{% endcapture %}
{% for post in site.categories.[category_name] limit:4 %}
<li><a href="{{ site.url }}{{ post.url }}" title="{... | {
"content_hash": "08395c8823bd14889e1495aefb51c082",
"timestamp": "",
"source": "github",
"line_count": 10,
"max_line_length": 80,
"avg_line_length": 47.1,
"alnum_prop": 0.5583864118895966,
"repo_name": "ramesh-yadav/ramesh-yadav.github.io",
"id": "6f2e26336036443306976b6d0a7723ca189cc3b9",
"size":... |
<?php
namespace FileMarshal\Exceptions;
/**
* exception for an upload error
* @package FileMarshal
*/
class UploadErrPartial extends \Exception {
/**
* the exception coce
*/
protected $code = UPLOAD_ERR_PARTIAL;
/**
* the exception message
*/
protected $message = "UPLOAD_ERR_PARTIAL: The uploaded file... | {
"content_hash": "a79c155ee23c2a7d70638a4ca550a200",
"timestamp": "",
"source": "github",
"line_count": 20,
"max_line_length": 90,
"avg_line_length": 17.65,
"alnum_prop": 0.7025495750708215,
"repo_name": "henderjon/filemarshal",
"id": "fcf0d520644990a20c43dd966a14ccdd7c576717",
"size": "353",
"bi... |
"""
__graph_StateMachineElement.py___________________________________________________________
Automatically generated graphical appearance ---> MODIFY DIRECTLY WITH CAUTION
_________________________________________________________________________________________
"""
import tkFont
from graphEntity import *
from Gr... | {
"content_hash": "de8a5a667452bbce03a332e6a21f0a67",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 215,
"avg_line_length": 45.97014925373134,
"alnum_prop": 0.6038961038961039,
"repo_name": "levilucio/SyVOLT",
"id": "9da2e04b691b0d51c343ac38612412c40e3265fd",
"size": "308... |
@interface LoveDonateRecordViewController : WifeButlerLoadingTableViewController
@property (nonatomic,strong) MyDonateUserModel * usermodel;
@end
| {
"content_hash": "ad5fafbf3e256bb2fac6fc0b014f7649",
"timestamp": "",
"source": "github",
"line_count": 5,
"max_line_length": 80,
"avg_line_length": 29.6,
"alnum_prop": 0.8581081081081081,
"repo_name": "lizhuangzi/WifeButler",
"id": "b153f02990dafcb04e36c247f05cf02489e422a9",
"size": "381",
"bina... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<meta name="collection" content="exclude">
<!-- Generated by javadoc (build 1.5.0-rc) on Wed Aug 11 07:28:41 PDT 2004 -->
<TITLE>
Uses of Class java.awt.geom.AffineTransform (Java 2 Platfo... | {
"content_hash": "32fdcea8eb5f9415720011dfb29bdc69",
"timestamp": "",
"source": "github",
"line_count": 993,
"max_line_length": 695,
"avg_line_length": 66.10473313192347,
"alnum_prop": 0.671551750403705,
"repo_name": "Smolations/more-dash-docsets",
"id": "85a078ffdd735b92830406a7dcfd92fd6e79edca",
... |
package org.arakhne.afc.vmutil.file;
import java.net.URL;
import java.net.URLStreamHandler;
import java.net.URLStreamHandlerFactory;
import org.arakhne.afc.vmutil.URISchemeType;
/**
* This class defines a factory for <code>URL</code> stream
* "resource" and "file" protocol handlers.
*
* <p>It is used by the <c... | {
"content_hash": "25410d5483e8d774a6aedbf326e778d5",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 91,
"avg_line_length": 29.095238095238095,
"alnum_prop": 0.7405891980360065,
"repo_name": "gallandarakhneorg/afc",
"id": "01e8907ac1245843d6197fc58dcfe31623cb728f",
"size":... |
using System;
using System.Collections.Generic;
using System.Web.Mvc;
using Nop.Admin.Models.Orders;
using Nop.Core;
using Nop.Core.Domain.Customers;
using Nop.Core.Domain.Localization;
using Nop.Core.Domain.Orders;
using Nop.Services.Customers;
using Nop.Services.Helpers;
using Nop.Services.Localization;
using Nop.Se... | {
"content_hash": "79ff32c30700990f7e0e1954246fdd50",
"timestamp": "",
"source": "github",
"line_count": 231,
"max_line_length": 179,
"avg_line_length": 41.55411255411256,
"alnum_prop": 0.6561100114595271,
"repo_name": "shanalikhan/NopCommerce_POS",
"id": "ae701f9614104840770ead0a0b5765fb0bf7bd0c",
... |
Ext.require([
'OPF.prometheus.wizard.AbstractWizard',
'OPF.prometheus.wizard.workflow.model.ActivityFieldModel',
'OPF.prometheus.wizard.workflow.model.ProcessEntityModel',
'OPF.prometheus.wizard.workflow.model.ActivityActionModel',
'OPF.prometheus.wizard.workflow.ManageActorsComponent',
'OPF.p... | {
"content_hash": "6448545c344324b6f6884d97f30c47af",
"timestamp": "",
"source": "github",
"line_count": 1346,
"max_line_length": 145,
"avg_line_length": 36.914561664190195,
"alnum_prop": 0.42248475456356793,
"repo_name": "firejack-open/Firejack-Platform",
"id": "41920033aff0fc79803fb1fc8b01224ee688d9... |
/**
* Worker process and utils for working with the worker remotely.
*
* Main entry point for the worker is {@link alluxio.worker.AlluxioWorker#main(String[])}
* which gets started by the alluxio start scripts. The {@link alluxio.worker.AlluxioWorkerService}
* spins up the different RPC services (thrift, data) wh... | {
"content_hash": "f4be764d38fbfc3057a63a8fd9b3152e",
"timestamp": "",
"source": "github",
"line_count": 50,
"max_line_length": 100,
"avg_line_length": 47.42,
"alnum_prop": 0.7545339519190215,
"repo_name": "bit-zyl/Alluxio-Nvdimm",
"id": "358496acf336af90b8d9bb911a59f1706b60abd5",
"size": "2883",
... |
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>quarkus-extensions-paren... | {
"content_hash": "65cb85cc9f87051b9cbdec7f81ef4467",
"timestamp": "",
"source": "github",
"line_count": 19,
"max_line_length": 109,
"avg_line_length": 38.8421052631579,
"alnum_prop": 0.6612466124661247,
"repo_name": "quarkusio/quarkus",
"id": "3c7e56d7ac0667911eeeb318582a445c72e50149",
"size": "738... |
(function() {
'use strict';
angular.module('presence', [])
.directive('presence', function($presence, types) {
function getTypeNames(param) {
if (!param) {
return types.getAllTypeNames();
} else {
return param.split(' ');
}
}
return {
restrict: 'A',
link... | {
"content_hash": "f8cd1fdd095bf6abac2c2e5aae86b60e",
"timestamp": "",
"source": "github",
"line_count": 233,
"max_line_length": 107,
"avg_line_length": 26.721030042918454,
"alnum_prop": 0.5570189527786701,
"repo_name": "katebe/angular-presence",
"id": "47daf8734b7d315e92e33adbda18708a3dfb06b4",
"si... |
require 'set'
module Music
module Composition
class Key
include Music::Composition::OrderedPitchClasses
attr_reader :tonic_pc, :pitch_classes
# @param [Fixnum] tonic_pc The pitch class of the primary tone of the key.
# @param [Enumerable] related_pcs Pitch classes of the chord that goes along with the tonic.... | {
"content_hash": "599f12fc6967fc2f150d93067f4653ab",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 94,
"avg_line_length": 20.836734693877553,
"alnum_prop": 0.6493633692458374,
"repo_name": "jamestunnell/music-composition",
"id": "f165bd872d39039397331eaba19a87d964f6c05e",
... |
'use strict';
import _ from 'lodash';
import { Comment, Element, SubElement } from './elementtree';
import { copy_xml, xsl } from './utils';
import Generator from './index';
import { FoProperty, StyleName } from './styles';
export function generate_custom(root: Element, conf: Generator) {
const link_raw = `
<xsl:... | {
"content_hash": "1e981b90ad7f4f56f99f535ca2ac4641",
"timestamp": "",
"source": "github",
"line_count": 96,
"max_line_length": 144,
"avg_line_length": 41.927083333333336,
"alnum_prop": 0.6027329192546584,
"repo_name": "jelovirt/pdf-generator",
"id": "bf07b8939854322b65e0ef41b7152b3b9eb3bf8c",
"size... |
#include "pch.h"
#include "trekmdl.h"
#include "trekctrls.h"
const int c_iClusterHasNoRipcord = 0;
const int c_iClusterHasStationRipcord = 1;
const int c_iClusterHasShipRipcord = 2;
const Color c_rgColorNeutral(0.5f, 0.5f, 0.5f);
static void GetClusterOwners(IclusterIGC* pcluster, SideID& sideOwner, SideID&... | {
"content_hash": "ee7c9d881635b89044874893168b2c6a",
"timestamp": "",
"source": "github",
"line_count": 1643,
"max_line_length": 214,
"avg_line_length": 37.778454047474135,
"alnum_prop": 0.5003544385371355,
"repo_name": "AllegianceZone/Allegiance",
"id": "d9a79516bf7a189a893720ff5934bfe83ee05b91",
... |
title: Send
category: send
mailchimp: true
description: Upload a list and schedule your email.
order: 5
---
| {
"content_hash": "917a924b89a4b777bbf6614bcd7032d9",
"timestamp": "",
"source": "github",
"line_count": 6,
"max_line_length": 51,
"avg_line_length": 18,
"alnum_prop": 0.7592592592592593,
"repo_name": "fordhamumc/email-docs",
"id": "c4cd9b9aec31d676287a9ed150249e20ef3c9b1b",
"size": "112",
"binary... |
<!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>
<title>StarVista : What We Do : Adults : Counseling Center : What services do we provide?</title>
<meta http-equiv="content-type" conte... | {
"content_hash": "8568ed2ed01aef0a2025aa6fdcb7a6d3",
"timestamp": "",
"source": "github",
"line_count": 206,
"max_line_length": 685,
"avg_line_length": 33.04368932038835,
"alnum_prop": 0.6343469957396798,
"repo_name": "v6/swag",
"id": "7648a2af3d245b3d28417937b60b90f08e381d5f",
"size": "6807",
"b... |
namespace remoting {
namespace protocol {
namespace {
// 32-bit BGRA is 4 bytes per pixel.
const int kBytesPerPixel = 4;
bool CursorShapeIsValid(const CursorShapeInfo& cursor_shape) {
if (!cursor_shape.has_data() ||
!cursor_shape.has_width() ||
!cursor_shape.has_height() ||
!cursor_shape.has_hots... | {
"content_hash": "598e5193f80903a8c777fd60496d5d0c",
"timestamp": "",
"source": "github",
"line_count": 138,
"max_line_length": 79,
"avg_line_length": 33.08695652173913,
"alnum_prop": 0.7045554095488392,
"repo_name": "ric2b/Vivaldi-browser",
"id": "6341cee155a1e24b5c76c5347acb057302061a4a",
"size":... |
In the interest of fostering an open and welcoming environment, we as contributors and maintainers of LuaRocks pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experien... | {
"content_hash": "7432ee3f8eabf6fe6c7cab450014e10d",
"timestamp": "",
"source": "github",
"line_count": 42,
"max_line_length": 446,
"avg_line_length": 74.02380952380952,
"alnum_prop": 0.822129302026375,
"repo_name": "tarantool/luarocks",
"id": "ba748396539d927928efd8bf03f0ca250d443715",
"size": "31... |
package org.apache.s4.core.util;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.apache.s4.comm.topology.ZNRecord;
/**
* Container for application parameters, with facilities to write and read the configuration from ZooKeeper.
* <p>
* Can be construc... | {
"content_hash": "29d800cb529a2003de35fdfecf13475d",
"timestamp": "",
"source": "github",
"line_count": 171,
"max_line_length": 114,
"avg_line_length": 31.327485380116958,
"alnum_prop": 0.6074295314541721,
"repo_name": "coolwuxing/DynamicS4",
"id": "6c28d7a1d81a313234472d2bd15ee7758385597d",
"size"... |
using System;
using System.IO;
using System.Threading;
namespace Kudu.Core.Infrastructure
{
/// <summary>
/// The <see cref="ProgressWriter"/> class takes two <see cref="TextWriter"/> instances (output and error)
/// and acts as a write-through of data. However, if nothing is written to these two writers ... | {
"content_hash": "d2478f75abb1db84f7c1699c2cbe59f7",
"timestamp": "",
"source": "github",
"line_count": 134,
"max_line_length": 142,
"avg_line_length": 33.26865671641791,
"alnum_prop": 0.5278151637505608,
"repo_name": "EricSten-MSFT/kudu",
"id": "ae25c087990bcf412d964c617d0746a26a67bd26",
"size": "... |
package pull
import (
"sync"
"time"
"github.com/hyperledger/fabric/gossip/comm"
"github.com/hyperledger/fabric/gossip/common"
"github.com/hyperledger/fabric/gossip/discovery"
"github.com/hyperledger/fabric/gossip/gossip/algo"
"github.com/hyperledger/fabric/gossip/util"
proto "github.com/hyperledger/fabric/p... | {
"content_hash": "812344f1399bfb25ccbe8ee435f57c48",
"timestamp": "",
"source": "github",
"line_count": 323,
"max_line_length": 155,
"avg_line_length": 29.41795665634675,
"alnum_prop": 0.7211113449800042,
"repo_name": "bmos299/fabric",
"id": "612202a1c5d50df22427b1e0c0b9915c42e05cb3",
"size": "1007... |
package org.ovirt.engine.core.dao;
import java.util.List;
import org.ovirt.engine.core.common.businessentities.ExternalStatus;
import org.ovirt.engine.core.common.businessentities.VDSStatus;
import org.ovirt.engine.core.common.businessentities.VdsDynamic;
import org.ovirt.engine.core.compat.Guid;
/**
* <code>VdsDyn... | {
"content_hash": "987ab83400f8b10588e96db314fb288a",
"timestamp": "",
"source": "github",
"line_count": 56,
"max_line_length": 212,
"avg_line_length": 33.410714285714285,
"alnum_prop": 0.6964190272581507,
"repo_name": "OpenUniversity/ovirt-engine",
"id": "fed829b83d2eb0493d0cd188b414a61f24c0199a",
... |
#include <aws/ec2/model/EnableVolumeIORequest.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/utils/memory/stl/AWSStringStream.h>
using namespace Aws::EC2::Model;
using namespace Aws::Utils;
EnableVolumeIORequest::EnableVolumeIORequest() :
m_dryRun(false),
m_dryRunHasBeenSet(false),
m_vo... | {
"content_hash": "d5718c8e571a02ea8e9bd6e2b0a28f34",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 75,
"avg_line_length": 21.615384615384617,
"alnum_prop": 0.6868327402135231,
"repo_name": "cedral/aws-sdk-cpp",
"id": "6daa59419f3bbf44db8c491a16f907abc576ef4f",
"size": "9... |
@charset "UTF-8";
/*
* CSS TOGGLE SWITCH
*
* Ionuț Colceriu - ghinda.net
* https://github.com/ghinda/css-toggle-switch
*
*/
/* supported values are px, rem-calc, em-calc
*/
/* imports
*/
/* Functions
*/
/* Shared
*/
/* Hide by default
*/
.switch-toggle a,
.switch-light span span {
display: none; }
/* We can't t... | {
"content_hash": "b4c64bb29e291fd98d38ed4b7a950816",
"timestamp": "",
"source": "github",
"line_count": 555,
"max_line_length": 118,
"avg_line_length": 31.897297297297296,
"alnum_prop": 0.6197819578602497,
"repo_name": "stljeff1/jw-grav",
"id": "52de3edc4d8f6a8400a4a4d28dbc62bfeb779f44",
"size": "1... |
Human, creative act that builds something of value. It is the pursuit of opportunity regardless of resources at hand. Requires vision and passion, commitment to lead and willingness to take calculated risks.
* Entrepreneurship = Creativity + Innovation
* New concept and/or new business required
* No need to be the bes... | {
"content_hash": "0981eaf9e5d3169d0a3110ee77708fda",
"timestamp": "",
"source": "github",
"line_count": 461,
"max_line_length": 315,
"avg_line_length": 41.78741865509761,
"alnum_prop": 0.7898151993355482,
"repo_name": "iStefo/uni",
"id": "12faba8dd1083d601c5df6ef3134cecf94050a7f",
"size": "19313",
... |
package com.guokm.tibetanroot.activity;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Button;
import android.widget.ListView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import android.widget.Toast;
imp... | {
"content_hash": "036ea34ba95cf1982546c3f635bf2051",
"timestamp": "",
"source": "github",
"line_count": 167,
"max_line_length": 107,
"avg_line_length": 35.221556886227546,
"alnum_prop": 0.5936756205372322,
"repo_name": "guokmTest/TibetanRoot",
"id": "48ad914536b7f7b9e4afd17311d48c9b742e6de7",
"size... |
/******************************************************************************
*
* Module Name: aslxref - Namespace cross-reference
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2013, Intel Corp.
* All rights reserved.
*
* Redistribution and use in ... | {
"content_hash": "419824223c95f10b78362b78be93151a",
"timestamp": "",
"source": "github",
"line_count": 886,
"max_line_length": 106,
"avg_line_length": 31.279909706546274,
"alnum_prop": 0.5296961824348705,
"repo_name": "execunix/vinos",
"id": "349c8f92b6348d77cdabb59d9954930fce2e3565",
"size": "277... |
#import "ZXAztecToken.h"
@interface ZXAztecSimpleToken : ZXAztecToken
- (id)initWithPrevious:(ZXAztecToken *)previous value:(int)value bitCount:(int)bitCount;
@end
| {
"content_hash": "03b6c90c0bf98cbd1ff1ce37a0269978",
"timestamp": "",
"source": "github",
"line_count": 9,
"max_line_length": 88,
"avg_line_length": 19.77777777777778,
"alnum_prop": 0.7359550561797753,
"repo_name": "hgl888/TeamTalk",
"id": "1b10664cf535fbb584377e8a5bca896ceb06f0d4",
"size": "789",
... |
Lightweight simple translation module with dynamic json storage. Supports plain vanilla node.js apps and should work with any framework (like _express_, _restify_ and probably more) that exposes an `app.use()` method passing in `res` and `req` objects.
Uses common __('...') syntax in app and templates.
Stores language ... | {
"content_hash": "55d88862ed6715bddcb4598d4beefc27",
"timestamp": "",
"source": "github",
"line_count": 787,
"max_line_length": 319,
"avg_line_length": 32.325285895806864,
"alnum_prop": 0.6730345911949686,
"repo_name": "EDDYMENS/temp",
"id": "763c9576dd7b6ff6928e7079464596492dacf050",
"size": "2549... |
package main.gmaps;
import java.io.IOException;
import main.GeneratorTernPluginHelper;
import org.xml.sax.SAXException;
public class GenerateAll {
public static void main(String[] args) throws IOException, SAXException {
// https://developers.google.com/maps/documentation/javascript/3.exp/reference
... | {
"content_hash": "da8f587d6e135a6d6dafe146b3b0d2bb",
"timestamp": "",
"source": "github",
"line_count": 40,
"max_line_length": 84,
"avg_line_length": 30.675,
"alnum_prop": 0.6650366748166259,
"repo_name": "angelozerr/tern.googleapi",
"id": "689c1ec0e4c96bd37d00292422c867b249b1e4d2",
"size": "1227",... |
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CodeActions;
using Microsoft.CodeAnalysis.CodeFixes;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Formatting;
using Microsoft.CodeAnalysis.Simplification;
using System;
using System.Collections.G... | {
"content_hash": "f6b395f439de2ffe3cf16358f4b608c7",
"timestamp": "",
"source": "github",
"line_count": 156,
"max_line_length": 235,
"avg_line_length": 56.71153846153846,
"alnum_prop": 0.6948118006103764,
"repo_name": "dlsteuer/code-cracker",
"id": "f090a316bf84ef613ea2dd173b1e7c64a31ce58c",
"size"... |
import { fromJS, Repeat, OrderedMap } from 'immutable';
import {
CHANGE_ACTIVE_LAYOUT,
RESET_TRADES,
REMOVE_TRADE,
REMOVE_PERSONAL_DATA,
UPDATE_TRADE_ERROR,
CLEAR_TRADE_ERROR,
} from '../../_constants/ActionTypes';
const defaultError = new OrderedMap({
durationError: undefined,
barrierE... | {
"content_hash": "0eab70cb9e282db5fe71a09685aa242f",
"timestamp": "",
"source": "github",
"line_count": 62,
"max_line_length": 113,
"avg_line_length": 28.919354838709676,
"alnum_prop": 0.5660903513664249,
"repo_name": "nuruddeensalihu/binary-next-gen",
"id": "88f91fc9a86d23cfdfbe918f7b44d6be82641bf9"... |
namespace
{
// Some drivers are bugged and don't track the current HDC/HGLRC properly
// In order to deactivate successfully, we need to track it ourselves as well
sf::ThreadLocalPtr<sf::priv::WglContext> currentContext(NULL);
}
namespace sf
{
namespace priv
{
/////////////////////////////////////////////... | {
"content_hash": "5663ab22d1c63579466656b55b2f4a49",
"timestamp": "",
"source": "github",
"line_count": 700,
"max_line_length": 218,
"avg_line_length": 34.96142857142857,
"alnum_prop": 0.5619662485187757,
"repo_name": "Senryoku/NESen",
"id": "57516032963e68819a76c13c21beff456b7edd31",
"size": "2611... |
import functools
import numpy as np
from scipy.stats import norm as ndist
import regreg.api as rr
from selection.tests.instance import gaussian_instance
from selection.learning.utils import (partial_model_inference,
pivot_plot,
lee_inference)
fr... | {
"content_hash": "77158e0a48355b2fe9ec2c4f35f647e8",
"timestamp": "",
"source": "github",
"line_count": 108,
"max_line_length": 136,
"avg_line_length": 33.425925925925924,
"alnum_prop": 0.4700831024930748,
"repo_name": "selective-inference/selective-inference",
"id": "d81ff4cb1b3a0dc7afba52483bf38fb0... |
- lightweight
- flexible
- super-fast
| {
"content_hash": "ee54849525bc8950210c098dc10a90bb",
"timestamp": "",
"source": "github",
"line_count": 3,
"max_line_length": 13,
"avg_line_length": 12.666666666666666,
"alnum_prop": 0.7368421052631579,
"repo_name": "ryanlfoster/Felix",
"id": "abb01323889608d4222177b549e7cc73288deb5e",
"size": "38"... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "57bcf3cb575a3ff86c7139ff1d1edc32",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 31,
"avg_line_length": 9.692307692307692,
"alnum_prop": 0.7063492063492064,
"repo_name": "mdoering/backbone",
"id": "27379899b555fcdfe7b2e63e2c40ae14666d74c0",
"size": "178... |
<h3 class='helptitle ui-widget-header ui-corner-all'>Brief description:</h3>
The status page displays information about the current status of the rig
client including the overall status, exerciser details and session details.
<h3 class='helptitle ui-widget-header ui-corner-all'>Overall status:</h3>
The overall status o... | {
"content_hash": "09c74a18bf5c4bbc9a572632a5c07355",
"timestamp": "",
"source": "github",
"line_count": 100,
"max_line_length": 76,
"avg_line_length": 54.11,
"alnum_prop": 0.7479209018665681,
"repo_name": "sahara-labs/rig-client",
"id": "d14e5e3f448a94ba84d06acead66a5923f770f08",
"size": "5411",
... |
<?php
namespace Application\Application\Command\Doctrine\Company\Warehouse;
use Application\Application\Command\Doctrine\AbstractCommand;
use Application\Application\Command\Doctrine\AbstractCommandHandler;
use Application\Application\Command\Options\UpdateEntityCmdOptions;
use Application\Application\Command\Op... | {
"content_hash": "f6636106ab49647c2b1097288953b528",
"timestamp": "",
"source": "github",
"line_count": 72,
"max_line_length": 91,
"avg_line_length": 34.958333333333336,
"alnum_prop": 0.6054827175208581,
"repo_name": "ngmautri/nhungttk",
"id": "72de08dddce688229551d96f5f741be0379750cd",
"size": "25... |
namespace android_webview {
class ScopedAllowGL {
public:
ScopedAllowGL();
~ScopedAllowGL();
static bool IsAllowed();
private:
static base::LazyInstance<base::ThreadLocalBoolean> allow_gl;
DISALLOW_COPY_AND_ASSIGN(ScopedAllowGL);
};
class DeferredGpuCommandService
: public gpu::InProcessCommandBuff... | {
"content_hash": "f02eff0a5b92e746b45b890212dc93b4",
"timestamp": "",
"source": "github",
"line_count": 61,
"max_line_length": 76,
"avg_line_length": 29.21311475409836,
"alnum_prop": 0.7519640852974186,
"repo_name": "TheTypoMaster/chromium-crosswalk",
"id": "b0e8756e72989b028f82958b0eff3e6b90bdc1b2",... |
/*
* This file is part of the Heritrix web crawler (crawler.archive.org).
*
* Licensed to the Internet Archive (IA) by one or more individual
* contributors.
*
* The IA licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
*... | {
"content_hash": "a36c075846f4ae2ed45f4994d5996f9b",
"timestamp": "",
"source": "github",
"line_count": 36,
"max_line_length": 76,
"avg_line_length": 31.166666666666668,
"alnum_prop": 0.7228163992869875,
"repo_name": "searchtechnologies/heritrix-connector",
"id": "d00642cd1f9eb1249b1ee5ae38c27ea3551d... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ 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, Ver... | {
"content_hash": "afa333b2e6d2a72c41ca1e8b0a34da4e",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 204,
"avg_line_length": 40.5625,
"alnum_prop": 0.7205957883923986,
"repo_name": "jiangxb1987/spark",
"id": "52994d9ffedee2f788f874010f24edaab3a6033c",
"size": "1947",
"bi... |
FROM balenalib/bananapi-m1-plus-debian:bookworm-run
# remove several traces of debian python
RUN apt-get purge -y python.*
# 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
# install python dependencies
RUN a... | {
"content_hash": "a7cf46a2eeb7e5d689c08099b2ccb46b",
"timestamp": "",
"source": "github",
"line_count": 78,
"max_line_length": 711,
"avg_line_length": 52.30769230769231,
"alnum_prop": 0.707843137254902,
"repo_name": "resin-io-library/base-images",
"id": "eb222d926e313ecb708ff58d5c32f325611e7ca0",
"... |
I started this challenge on *insert date here*.
I completed this challenge on *insert date here*.
## Log
---
### **Day 1:** *insert date here*
Today **I did**:
**I learned:**
**Link:** *insert link to todays work here*
## *README*
*You can remove this section once you get started. For each day, simply copy t... | {
"content_hash": "0a3e87c396e00d054cd17b99951b01ea",
"timestamp": "",
"source": "github",
"line_count": 14,
"max_line_length": 235,
"avg_line_length": 34,
"alnum_prop": 0.6974789915966386,
"repo_name": "Staxed/30Days30Sites-Main",
"id": "cad986205e4d14666233a3d3d208f28ff2bac84a",
"size": "507",
"... |
\documentclass[a4paper,12pt]{article}
\usepackage{ucs} %для использования юникода
\usepackage[T2A]{fontenc} %поддержка кириллицы в ЛаТеХ
\addtolength{\hoffset}{-1.7mm} % горизонтальное смещение всего текста как целого
\usepackage[utf8]{inputenc} %По умолчанию кодировка KOI8 для *nix-систем
\usepackage[english... | {
"content_hash": "d8929858df6747ea2c0c95d39d3e9986",
"timestamp": "",
"source": "github",
"line_count": 67,
"max_line_length": 96,
"avg_line_length": 33.492537313432834,
"alnum_prop": 0.7932263814616756,
"repo_name": "djbelyak/OOPLab-Tree",
"id": "4ace14b9da74c04c6a9c5226abc8c0a4a40fa4f6",
"size": ... |
locator
=======
The locator gives semantic meaning to files on the filesystem.
It does this with a set of "rules" that describes how each file path should be interpreted.
In addition it groups files into "bundles".
(Each bundle is usually an NPM module, but not always.)
The locator doesn't _interpret_ the semantic me... | {
"content_hash": "d8bafee3a94605458c85ec1293f3c0c3",
"timestamp": "",
"source": "github",
"line_count": 144,
"max_line_length": 335,
"avg_line_length": 31.493055555555557,
"alnum_prop": 0.6712238147739802,
"repo_name": "yahoo/locator",
"id": "52ce8c44f793180c56bcace260418602a09d602b",
"size": "4535... |
> NOTE : The short forms used in this encoding doc are as follows :
> C : constant (value is the constant specified)
> V : variable (value is the address where variable V is located)
> Arr[C] => V (since, the final value is address(Arr) + C, viz a variable).
Note that V will be used instea... | {
"content_hash": "dfc193853fb7e7cbfe8ad5b61f45d94b",
"timestamp": "",
"source": "github",
"line_count": 869,
"max_line_length": 193,
"avg_line_length": 21.80897583429229,
"alnum_prop": 0.6442591810890671,
"repo_name": "deepakkarki/pruspeak",
"id": "a073e15458682be6ba3e912135d8f1d6d9bfb347",
"size":... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2016 Hurence (bailet.thomas@gmail.com)
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/l... | {
"content_hash": "191707483190a65d7a3fa4b381233acb",
"timestamp": "",
"source": "github",
"line_count": 87,
"max_line_length": 204,
"avg_line_length": 35.758620689655174,
"alnum_prop": 0.6136290581806493,
"repo_name": "MiniPlayer/log-island",
"id": "52e63ca191c32d831920ffbf2ed310c23aa4499f",
"size"... |
/**
* This code was auto-generated by a Codezu.
*
* Changes to this file may cause incorrect behavior and will be lost if
* the code is regenerated.
*/
package com.mozu.api.contracts.productruntime;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties... | {
"content_hash": "3ce97dbc6758c5d558e4eb3fcdc58674",
"timestamp": "",
"source": "github",
"line_count": 95,
"max_line_length": 110,
"avg_line_length": 23.810526315789474,
"alnum_prop": 0.7612732095490716,
"repo_name": "Mozu/mozu-java",
"id": "3683aad4e1286e20f23b6a19727bf3d8d5fd2eba",
"size": "2262... |
<?php
class LinearTest extends PHPUnit_Framework_TestCase
{
public function include_file(){
ob_start();
include(__DIR__ . '/../src/linear.php');
return ob_get_clean();
}
public function testDummy() {
$output = $this->include_file();
$this->assertEquals("", $outp... | {
"content_hash": "dd374ebbb91ee266892e68095144af8a",
"timestamp": "",
"source": "github",
"line_count": 15,
"max_line_length": 100,
"avg_line_length": 26.066666666666666,
"alnum_prop": 0.5959079283887468,
"repo_name": "akhdani/academy-php-intro",
"id": "840788ddad7e7791d2cde8e6353ae1a7ed5e28c1",
"s... |
<html lang="en">
<head>
<title>Types In Python - Debugging with GDB</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Debugging with GDB">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Python-API.htm... | {
"content_hash": "44c8d08f557c78288660094d4cc8ea17",
"timestamp": "",
"source": "github",
"line_count": 307,
"max_line_length": 289,
"avg_line_length": 57.8371335504886,
"alnum_prop": 0.7083802658256364,
"repo_name": "marduino/stm32Proj",
"id": "e9020feb31af8dc925a35112c5538da6c3049e18",
"size": "1... |
bool g_fDrawLines = FALSE;
//=========================================================
// FBoxVisible - a more accurate ( and slower ) version
// of FVisible.
//
// !!!UNDONE - make this CAI_BaseNPC?
//=========================================================
bool FBoxVisible( CBaseEntity *pLooker, CBaseEntity *pTar... | {
"content_hash": "187df897746201e7d0853160db575ff7",
"timestamp": "",
"source": "github",
"line_count": 245,
"max_line_length": 195,
"avg_line_length": 37.3795918367347,
"alnum_prop": 0.666302686176021,
"repo_name": "agiantwhale/TF2Hack",
"id": "52dffc8e6fb01206ba3f0c4ae9a93791c35051e9",
"size": "9... |
<div class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-backlog">
<span clas... | {
"content_hash": "8fab5b8bf91dbf5bbaed6b7f017fd811",
"timestamp": "",
"source": "github",
"line_count": 128,
"max_line_length": 144,
"avg_line_length": 36.046875,
"alnum_prop": 0.46142175986129175,
"repo_name": "dexterx17/planning",
"id": "626d166d4a38c6b701074a2eeda154d06ac4a75c",
"size": "4614",
... |
ACCEPTED
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null | {
"content_hash": "acfd057b5583d7cc283bfb52e60edace",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 39,
"avg_line_length": 10.307692307692308,
"alnum_prop": 0.6940298507462687,
"repo_name": "mdoering/backbone",
"id": "7127ded179440fa6e45002f1e014cebdcce5f62e",
"size": "17... |
<p><b>TABLE OF INTERACTIONS WITH</b></p>
<p><b>PRISTINAMYCIN</b></p>
<p><b>From the French ANSM drug interactions document of </b></p>
<p><b>September 2016, pp. 181-182</b></p>
<table cellspacing="0" cellpadding="0" border="1">
<tbody>
<tr>
<td valign="top"><p><b>PRISTINAMYCIN</b></p>
<p><b>RxNorm: 66... | {
"content_hash": "b71880084cca21d9d8aba720235bd4b0",
"timestamp": "",
"source": "github",
"line_count": 64,
"max_line_length": 209,
"avg_line_length": 29.78125,
"alnum_prop": 0.6348373557187827,
"repo_name": "glilly/osdi",
"id": "03989e50012be22f45c06d6a5d84e17f52a96520",
"size": "1906",
"binary"... |
/*************************************************************************/
/* core_bind.h */
/*************************************************************************/
/* This file is part of: */
/* ... | {
"content_hash": "87138ac7e8bede8971e66a62587fdaff",
"timestamp": "",
"source": "github",
"line_count": 759,
"max_line_length": 144,
"avg_line_length": 30.47957839262187,
"alnum_prop": 0.6981066828045301,
"repo_name": "RandomShaper/godot",
"id": "1729c2377907321b88bb862329387009fbfe29d9",
"size": "... |
use compose_yml::v2 as dc;
use std::collections::btree_map;
use std::collections::BTreeMap;
use std::io::{self, BufRead};
use std::str::FromStr;
use crate::errors::*;
/// This is typically used to incorporate image tags for specific builds
/// generated by a continuous integration system (such as [Go][GoCD]).
///
///... | {
"content_hash": "f76c23e1440dd20cdcfe519dfad35616",
"timestamp": "",
"source": "github",
"line_count": 107,
"max_line_length": 114,
"avg_line_length": 35.77570093457944,
"alnum_prop": 0.5666144200626959,
"repo_name": "faradayio/cage",
"id": "5d5cd99feaafd87d16cecf19c55dd1aef1c3c7bd",
"size": "3923... |
namespace MindEngine.Core.Content.Texture
{
using System.Collections.Generic;
using Component;
public class MMTextureManager : MMCompositeComponent, IMMTextureManager
{
#region Font
public MMImage this[string index] => this.Image[index];
private Dictionary<string, MMImage> Im... | {
"content_hash": "fb048649b4ad8abca7890d0b235ac1ab",
"timestamp": "",
"source": "github",
"line_count": 101,
"max_line_length": 100,
"avg_line_length": 21.712871287128714,
"alnum_prop": 0.47104423164614684,
"repo_name": "Lywx/MindEngine",
"id": "c8ccffd162c4baf368d1e628046defb635e40052",
"size": "2... |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta n... | {
"content_hash": "1e84c9198339f501d38ba91f849b3ebf",
"timestamp": "",
"source": "github",
"line_count": 296,
"max_line_length": 178,
"avg_line_length": 40.304054054054056,
"alnum_prop": 0.5229673093042749,
"repo_name": "antunesl/appveyor-api-client",
"id": "8021a84eedaa10a77fe23fef3f5d073fbd9c20e6",
... |
extern "Java"
{
namespace gnu
{
namespace java
{
namespace security
{
namespace jce
{
namespace sig
{
class RSAKeyFactory;
}
}
}
}
}
namespace java
{
namespace security
{
class Key;
class ... | {
"content_hash": "9b2dc98d3030d8e9fa2a9594b349b59f",
"timestamp": "",
"source": "github",
"line_count": 48,
"max_line_length": 109,
"avg_line_length": 22.333333333333332,
"alnum_prop": 0.5970149253731343,
"repo_name": "the-linix-project/linix-kernel-source",
"id": "8c10a0a125bd7427d9c069d2e709a5e9f5c... |
<?php
// require_once 'Zend/Cloud/AbstractFactory.php';
/**
* Class implementing working with Azure queries in a structured way
*
* TODO Look into preventing a query injection attack.
*
* @category Zend
* @package Zend_Cloud
* @subpackage DocumentService
* @copyright Copyright (c) 2005-2014 Zend Techno... | {
"content_hash": "3a92233cbbf4ecf0489e847326aa4f34",
"timestamp": "",
"source": "github",
"line_count": 59,
"max_line_length": 87,
"avg_line_length": 30.033898305084747,
"alnum_prop": 0.6145598194130926,
"repo_name": "mazelab/zendframework1-min",
"id": "7581ef13788e3901e59c8a9a3b38d783ab6f0bac",
"s... |
<?php
namespace dlaser\UsuarioBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\Constraints as Assert;
use Symfony\Component\Security\Core\User\UserInterface;
/**
* dlaser\UsuarioBundle\Entity\Usuario
*
* @ORM\Table(name="usuario")
* @ORM\Entity
*/
class Usuario implements UserInt... | {
"content_hash": "cf483fded4acf177f0c5925f9f714bef",
"timestamp": "",
"source": "github",
"line_count": 557,
"max_line_length": 170,
"avg_line_length": 20.870736086175942,
"alnum_prop": 0.539010752688172,
"repo_name": "hbocanegra/dlaser",
"id": "368a9cd0be264fdfe223cb316c81de2edef87f55",
"size": "1... |
#pragma once
#include <aws/codecommit/CodeCommit_EXPORTS.h>
#include <aws/codecommit/CodeCommitRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace CodeCommit
{
namespace Model
{
/**
* <p>Represents the input of an update repository description operation.</p>
*/
class AWS_... | {
"content_hash": "b97fb6fab66392d03c72f061c8d2c600",
"timestamp": "",
"source": "github",
"line_count": 104,
"max_line_length": 113,
"avg_line_length": 29.865384615384617,
"alnum_prop": 0.6532517707662588,
"repo_name": "ambasta/aws-sdk-cpp",
"id": "7d96920048fdb5a1e01246d3771cccc028366ff5",
"size":... |
/**
* @file
* Implement a http client to request mock data to use the
* web part with the local workbench
*
* Author: Olivier Carpentier
*/
import { ISPList, ISPListItem } from './ISPList';
/**
* @class
* Defines a http client to request mock data to use the web part with the local workbench
*/
export default... | {
"content_hash": "f68de3e62ae3ce4120be96a692a1a78d",
"timestamp": "",
"source": "github",
"line_count": 49,
"max_line_length": 123,
"avg_line_length": 26.612244897959183,
"alnum_prop": 0.5858895705521472,
"repo_name": "jcoleman-pcprofessional/sp-dev-fx-webparts",
"id": "5e8ce73f5c859e67237fa2a8f2f0c9... |
ACCEPTED
#### According to
Index Fungorum
#### Published in
Rabenhorst's Kryptogamen-Flora, Pilze - Die Flechtenparasiten 2(8): 106 (1930)
#### Original name
Mollisia collematis Boud.
### Remarks
null | {
"content_hash": "ef866ece16b435e0e967e4a9bd1c3dd2",
"timestamp": "",
"source": "github",
"line_count": 13,
"max_line_length": 78,
"avg_line_length": 15.692307692307692,
"alnum_prop": 0.7303921568627451,
"repo_name": "mdoering/backbone",
"id": "b1219f23b8a6a9d291fce3d18f3aa760e5a2f6e9",
"size": "26... |
from django.views.generic import TemplateView
class ExampleView(TemplateView):
def get_context_data(self, **kwargs):
context = super(self, ExampleView).get_context_data(**kwargs)
# context['form'] = form | {
"content_hash": "23a0ad311960bbcaa08d822b93208860",
"timestamp": "",
"source": "github",
"line_count": 7,
"max_line_length": 69,
"avg_line_length": 32.142857142857146,
"alnum_prop": 0.6977777777777778,
"repo_name": "un33k/django-dropzone",
"id": "6ef3f13806e13274a081f2615f307af504365fd0",
"size": ... |
package com.github.pedrovgs.problem6
import com.github.pedrovgs.time.Time
/**
* The sum of the squares of the first ten natural numbers is, 12 + 22 + ... + 102 = 385
* The square of the sum of the first ten natural numbers is, (1 + 2 + ... + 10)2 = 552 = 3025
*
* Hence the difference between the sum of the squa... | {
"content_hash": "ddf9a4f4e848e4aa62b942e6676393f7",
"timestamp": "",
"source": "github",
"line_count": 39,
"max_line_length": 135,
"avg_line_length": 30.666666666666668,
"alnum_prop": 0.677257525083612,
"repo_name": "pedrovgs/ProjectEuler",
"id": "805d11646eb1ed825891d25724f7eb75b70013ec",
"size":... |
package org.apache.falcon.entity.parser;
import org.apache.commons.lang3.StringUtils;
import org.apache.falcon.FalconException;
import org.apache.falcon.catalog.CatalogServiceFactory;
import org.apache.falcon.entity.CatalogStorage;
import org.apache.falcon.entity.ClusterHelper;
import org.apache.falcon.entity.Entity... | {
"content_hash": "78f4d6c8d6f6a81676ae08d01b6578c7",
"timestamp": "",
"source": "github",
"line_count": 600,
"max_line_length": 120,
"avg_line_length": 43.49666666666667,
"alnum_prop": 0.6050272051498199,
"repo_name": "baishuo/falcon_search",
"id": "0b48e66107d0969adbb9bf9dd111176e92a4edde",
"size"... |
#ifndef WEBRTC_API_DATACHANNEL_H_
#define WEBRTC_API_DATACHANNEL_H_
#include <deque>
#include <set>
#include <string>
#include "webrtc/api/datachannelinterface.h"
#include "webrtc/api/proxy.h"
#include "webrtc/base/messagehandler.h"
#include "webrtc/base/scoped_ref_ptr.h"
#include "webrtc/base/sigslot.h"
#include "... | {
"content_hash": "bde7064e480e744cd47d2f1e7f1d0f0a",
"timestamp": "",
"source": "github",
"line_count": 288,
"max_line_length": 78,
"avg_line_length": 34.00694444444444,
"alnum_prop": 0.7267714927506637,
"repo_name": "ssaroha/node-webrtc",
"id": "7d7f6c75df7a4fbe65c37b65b71a86e71e007c4f",
"size": "... |
namespace Diadoc {
namespace Api {
namespace Proto {
namespace Departments {
// Internal implementation detail -- do not call these.
void protobuf_AddDesc_Departments_2fDepartment_2eproto();
void protobuf_AssignDesc_Departments_2fDepartment_2eproto();
void protobuf_ShutdownFile_Departments_2fDepartment_2eproto();
cl... | {
"content_hash": "977214e4e0b1aa08da77953273d80302",
"timestamp": "",
"source": "github",
"line_count": 722,
"max_line_length": 116,
"avg_line_length": 37.23684210526316,
"alnum_prop": 0.696113074204947,
"repo_name": "diadoc/diadocsdk-cpp",
"id": "5d608d5f8542fdffed6120761af4ee8f05059a84",
"size": ... |
local view = {
origin = Vector(0, 0, 0),
angles = Angle(0, 0, 0),
fov = 90,
znear = 1
}
hook.Add("CalcView", "rp_deathPOV", function(ply, origin, angles, fov)
-- Entity:Alive() is being slow as hell, we might actually see ourselves from third person for frame or two
if not GAMEMODE.Config.deathpov or ply:Health(... | {
"content_hash": "6923e212edcb991055ad01ac4ae2aa66",
"timestamp": "",
"source": "github",
"line_count": 43,
"max_line_length": 108,
"avg_line_length": 23.813953488372093,
"alnum_prop": 0.703125,
"repo_name": "cardentity/DarkRP",
"id": "8aa07118bdcb31845c423a0d7119935afb57ff12",
"size": "1024",
"b... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.