text
stringlengths
2
1.04M
meta
dict
extern "C" { // Functions and labels exposed from our .asm test stub. extern int assembly_func(); extern int unreachable_label(); extern int interrupt_label(); extern int assembly_func_end(); extern int case_0(); extern int case_1(); extern int case_default(); extern int jump_table(); extern int case_table(); // Fun...
{ "content_hash": "652502fda40c26ff40c89be82266f841", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 79, "avg_line_length": 34.23529411764706, "alnum_prop": 0.7373997709049256, "repo_name": "sebmarchand/syzygy", "id": "44113b53f0ac93415a15f43f2e6e49416009594f", "size": "4...
<?php namespace Magento\CatalogRule\Controller\Adminhtml\Promo\Widget; class Chooser extends \Magento\CatalogRule\Controller\Adminhtml\Promo\Widget { /** * Prepare block for chooser * * @return void */ public function execute() { $request = $this->getRequest(); switch ...
{ "content_hash": "2762459bd2d21074063cc264795c9bf1", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 83, "avg_line_length": 30.275862068965516, "alnum_prop": 0.4174259681093394, "repo_name": "enettolima/magento-training", "id": "0c626b9b7081878d9a27edc7b87f866fb9936d77", "...
from random import randrange, shuffle get_alpha = lambda: chr(randrange(97, 123)) get_word = lambda: ''.join([get_alpha() for i in range(randrange(4, 10))]) get_article = lambda: ' '.join([' '.join([get_word()] * randrange(10)) for i in range(randrange(2000, 3000))]) def get_words(): words = get_article...
{ "content_hash": "89e77c2ec21206bd1eaa18892f9cccf0", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 74, "avg_line_length": 21.58823529411765, "alnum_prop": 0.6403269754768393, "repo_name": "phyng/c-lang", "id": "1ec14e3658eeb4de6097f9c84f0716c99702833c", "size": "368", ...
var jasmine = {}; jasmine.createSpy = function() {}; function CodeMirror() {}; CodeMirror.prototype.setValue = function(a) {};
{ "content_hash": "82107daba6cacd7560806b9745492203", "timestamp": "", "source": "github", "line_count": 7, "max_line_length": 47, "avg_line_length": 18.571428571428573, "alnum_prop": 0.676923076923077, "repo_name": "GoogleCloudPlatform/PerfKitExplorer", "id": "7eb03025ddb1cb8528d4a26c45090cea53554280...
namespace web { class WebState; } // namespace web // Gets notified when translate::LanguageDetectionDetails becomes available for // the given web state. class FakeLanguageDetectionTabHelperObserver : public language::IOSLanguageDetectionTabHelper::Observer { public: FakeLanguageDetectionTabHelperObserver(web...
{ "content_hash": "3ec5515f068355899fb3635a8344a38a", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 79, "avg_line_length": 36.6764705882353, "alnum_prop": 0.7995188452285485, "repo_name": "endlessm/chromium-browser", "id": "a2f8062ee1270741fc25f7dcf0607ea9d137b905", "size...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "77cc5a505123e2d9b7fa372bd9ba4a84", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "d11250b1bb3d23366c8c7715cc9f28b36a072486", "size": "209...
This in an Alpha version of the Replicated YAML Config Preview Atom Plugin. For more info please see: [https://vendor.replicated.com/yaml-tool](https://vendor.replicated.com/yaml-tool) ##Screenshot: ![alt text](http://www.replicated.com/images/yaml-tool.png "screen shot")
{ "content_hash": "add4865b65a9659de39be178eb17e978", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 184, "avg_line_length": 55, "alnum_prop": 0.7636363636363637, "repo_name": "marccampbell/replicated-preview", "id": "e8c466cbbe2ebce0323daf169deb1cbfcca6d598", "size": "304"...
package com.dm.service.video.web.service; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.dm.service.video.web.mq.MessageReceiver; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.ht...
{ "content_hash": "7ded25ece0cc09335f14910682c61edc", "timestamp": "", "source": "github", "line_count": 220, "max_line_length": 215, "avg_line_length": 35.86363636363637, "alnum_prop": 0.5593155893536121, "repo_name": "wxuedong/dm-service-video", "id": "d19563647e461b06c7b6ed774c90ffba984e0ff5", "s...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="Symfony2PluginSettings"> <option name="directoryToWeb" value="www" /> <option name="pluginEnabled" value="true" /> <option name="profilerCsvPath" value="" /> <option name="lastServiceGeneratorLanguage" value="yaml" /> </co...
{ "content_hash": "c5c931bef32507326be70e5b96e9925b", "timestamp": "", "source": "github", "line_count": 9, "max_line_length": 63, "avg_line_length": 37.666666666666664, "alnum_prop": 0.6814159292035398, "repo_name": "fadykstas/food.serv", "id": "0f4622a4ef860c5cd3d405b210c34773b89a4af3", "size": "3...
<?php namespace Assetic\Test\Cache; use Assetic\Cache\ExpiringCache; class ExpiringCacheTest extends \PHPUnit_Framework_TestCase { private $inner; private $lifetime; private $cache; protected function setUp() { $this->inner = $this->getMock('Assetic\\Cache\\CacheInterfa...
{ "content_hash": "989dd0d7d9dbc627c3794d2d60efa2f4", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 104, "avg_line_length": 28.03846153846154, "alnum_prop": 0.4900548696844993, "repo_name": "lrt/lrt", "id": "2fb4e41ba3866fcbf3157a9c0bbad715e9749fb8", "size": "3164", "b...
import {Directive, AfterViewChecked} from '@angular/core'; declare var componentHandler: any; @Directive({ selector: '[mdl]' }) export class MDL implements AfterViewChecked { ngAfterViewChecked() { if (componentHandler) { componentHandler.upgradeAllRegistered(); } } }
{ "content_hash": "c40e1b64f2f2436b338a8cd8b7892eea", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 58, "avg_line_length": 19.5, "alnum_prop": 0.6634615384615384, "repo_name": "Relja92/Hero_Association", "id": "b5f88a4b4c5eb1620dc1715f9e0c4ba522d87c28", "size": "312", "...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.bgstation0.android.sample.view_; public final class R { public static final class attr { } public static final cl...
{ "content_hash": "606552985cf66054d3c1e924d6ce83ff", "timestamp": "", "source": "github", "line_count": 55, "max_line_length": 81, "avg_line_length": 34.58181818181818, "alnum_prop": 0.6771819137749737, "repo_name": "bg1bgst333/Sample", "id": "6e8b73eeef44184bab4039c1da2f84b7ec9ee064", "size": "190...
import six from six.moves import range from webob import exc from nova import context from nova import exception from nova.i18n import _ from nova import objects from nova import utils CHUNKS = 4 CHUNK_LENGTH = 255 MAX_SIZE = CHUNKS * CHUNK_LENGTH def extract_password(instance): result = '' sys_meta = util...
{ "content_hash": "38d7e35ccf645d5670bd3b6e19e23acd", "timestamp": "", "source": "github", "line_count": 66, "max_line_length": 79, "avg_line_length": 32.15151515151515, "alnum_prop": 0.6357210179076344, "repo_name": "gooddata/openstack-nova", "id": "c906de78908c479288bf20b19477fca0c752ab61", "size"...
Calico endpoints are assigned their network policy by configuring them with a policy profile. In the previous examples we created profiles and assigned endpoints to them. By default, `calicoctl profile add` adds default config to profiles so endpoints with the profile can all communicate with one another. In this se...
{ "content_hash": "25cce08da5b52e664c2b3c3b1b1fb15b", "timestamp": "", "source": "github", "line_count": 101, "max_line_length": 396, "avg_line_length": 37.57425742574257, "alnum_prop": 0.7138339920948616, "repo_name": "TeaBough/calico-docker", "id": "55eccaf22ea19fe9ad4b8356e73d1844922d963c", "size...
if [[ $1 = "--help" ]]; then cat <<EOF ${0##*/}, version %version% This script implements the pressure update Usage: ${0##*/} infile outfile EOF exit 0 fi [[ -z $1 || -z $2 ]] && die "${0##*/}: Missing arguments" [[ -f $2 ]] && die "${0##*/}: $2 is already there" [[ $(csg_get_interaction_property bondtype) = "th...
{ "content_hash": "0ea31eef3e20975a68a06be215c83d82", "timestamp": "", "source": "github", "line_count": 50, "max_line_length": 131, "avg_line_length": 39.3, "alnum_prop": 0.648854961832061, "repo_name": "vaidyanathanms/votca.csg", "id": "76451d9fa515ad003a17fb7166771ebfca4760a0", "size": "2601", ...
module Comable module Inventory describe Unit do let(:variant) { build(:variant) } subject { described_class.new(variant) } it { is_expected.to have_attr_accessor(:variant) } describe '#initialize' do it 'sets the variant as @variant' do unit = described_class.new(vari...
{ "content_hash": "1f517030ffe87187088180f2469cbd37", "timestamp": "", "source": "github", "line_count": 52, "max_line_length": 75, "avg_line_length": 28.846153846153847, "alnum_prop": 0.6033333333333334, "repo_name": "appirits/comable", "id": "97ba1e02cdcec33d186f24c89b739fe1a0b614b6", "size": "150...
# Specific Constructors for Open Generics As described in the [main open generic constructor injection topic](generics.md), Rezolver is able to bind dynamically to the best-matched constructor for a particular closed generic when built from an open generic registration. However, it's also possible (starting from 1.3...
{ "content_hash": "80d66c0a931c5113d41934fca860ad3b", "timestamp": "", "source": "github", "line_count": 136, "max_line_length": 179, "avg_line_length": 50.5, "alnum_prop": 0.7751892836342458, "repo_name": "LordZoltan/Rezolver", "id": "ab40f855195f66cb92e0cd1261a27261fbc4e991", "size": "6870", "bi...
#include "NonSmoothLaw.hpp" #include "RuntimeException.hpp" // Constructors // warning -> this is an abstract class, so constructors are usefull only for // calls in derived classes constructors NonSmoothLaw::NonSmoothLaw(unsigned int size): _size(size) {} NonSmoothLaw::~NonSmoothLaw() {} bool NonSmoothLaw::isVe...
{ "content_hash": "c9436eeaaaa589c0225633adb8df16cb", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 80, "avg_line_length": 19.043478260869566, "alnum_prop": 0.7511415525114156, "repo_name": "siconos/siconos-deb", "id": "a898d5d30c6e17b6f926b2bc8b87ea3b27fdd8e3", "size": "...
package io.schinzel.basicutils; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; /** * @author schinzel */ public class EmptyObjectsTest extends EmptyObjects { @Test public void emptyString_EmptyString() { assertThat(EmptyObjects.EMPTY_STRING) .isE...
{ "content_hash": "61b5c9c0196f2d5a26b659674f399c84", "timestamp": "", "source": "github", "line_count": 107, "max_line_length": 57, "avg_line_length": 20.766355140186917, "alnum_prop": 0.5517551755175517, "repo_name": "Schinzel/basic-utils", "id": "8288903ad43985839df427a6b49a82d1847f6de3", "size":...
'use strict'; var _ = require('lodash'); var ESCAPES = { 'n': '\n', 'f': '\f', 'r': '\r', 't': '\t', 'v': '\v', '\'': '\'', '"': '"' }; function parse (expr) { var lexer = new Lexer(); var parser = new Parser(lexer); return parser.parse(expr); } function Lexer () { } Lexer.prototype.lex = function (...
{ "content_hash": "14605d448a0ce290ee005deab6287990", "timestamp": "", "source": "github", "line_count": 288, "max_line_length": 96, "avg_line_length": 19.85763888888889, "alnum_prop": 0.5864661654135338, "repo_name": "jasonody/building-angular", "id": "6e45c8e132af5503f5d08deda7a151d721cbc361", "si...
var BackgroundPage = chrome.extension.getBackgroundPage(); // // URLList オブジェクト // var URLList = BackgroundPage.URLList;
{ "content_hash": "8e738f27dd9cbdf9295656db2793b219", "timestamp": "", "source": "github", "line_count": 6, "max_line_length": 58, "avg_line_length": 20.666666666666668, "alnum_prop": 0.75, "repo_name": "Kerupani129/Chrome-GetMultipleWindowsAndTabs", "id": "5e0cd64e1e91080d0cfa99034dfb6c96b95c0f69", ...
<%# Copyright 2013-2017 the original author or authors from the JHipster project. This file is part of the JHipster project, see https://jhipster.github.io/ for more information. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You ...
{ "content_hash": "2b12f181ec991ec405950b6bfea0e407", "timestamp": "", "source": "github", "line_count": 103, "max_line_length": 281, "avg_line_length": 62.56310679611651, "alnum_prop": 0.5567970204841713, "repo_name": "yongli82/generator-jhipster", "id": "311b209d1101384552cca4f2b7b6ba833505f4a5", ...
<div class="box"> <div class="box-table"> <?php echo show_alert_message($this->session->flashdata('message'), '<div class="alert alert-auto-close alert-dismissible alert-info"><button type="button" class="close alertclose" >&times;</button>', '</div>'); $attributes = array('class' => 'form-i...
{ "content_hash": "56481d16a76457cafa0c7fe0fc11631e", "timestamp": "", "source": "github", "line_count": 115, "max_line_length": 301, "avg_line_length": 65.54782608695652, "alnum_prop": 0.4403024674980101, "repo_name": "hiadone/vtm", "id": "b2c889b50af98482bcb6bdb5b1387f287cb6addd", "size": "7652", ...
/** * Specifies the type of the cloud that is added to a {@link CloudCollection} in {@link CloudCollection#add}. * * @enum {Number} */ const CloudType = { /** * Cumulus cloud. * * @type {Number} * @constant */ CUMULUS: 0, }; /** * Validates that the provided cloud type is a valid {@link CloudT...
{ "content_hash": "3c773e636df4111a1eeec5860d35221f", "timestamp": "", "source": "github", "line_count": 33, "max_line_length": 115, "avg_line_length": 23.696969696969695, "alnum_prop": 0.6662404092071611, "repo_name": "AnalyticalGraphicsInc/cesium", "id": "7f0664ff89e897164c50c8bf65b7406af70a02af", ...
var Builder = require('systemjs-builder'); var builder = new Builder('./', './jspmConfig.js'); console.log('buildling...'); builder .buildStatic('./src/index.js', './dist/main.0.0.1.min.js', { minify: true, sourceMaps: false }) .then(function() { console.log('build success'); }) .catch(function...
{ "content_hash": "9f1e52f97ab328468b6efcafb12163eb", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 62, "avg_line_length": 21.833333333333332, "alnum_prop": 0.6081424936386769, "repo_name": "dzdrazil/mdnd-client", "id": "2c6f9cde81f4ad684cc87d9a65a3edac6f890a58", "size": ...
class History < ApplicationRecord belongs_to :soul belongs_to :device def self.souls_by_device_id(device_id) Soul.where(id: History.where(device: device_id).pluck(:soul_id)) end def self.make_history(inputSoul, inputDevices) # puts "made history for " + inputDevices.count.to_s + " devices (incl bloc...
{ "content_hash": "d79b6500aeedda659cb5cf830cd03c19", "timestamp": "", "source": "github", "line_count": 17, "max_line_length": 84, "avg_line_length": 30.352941176470587, "alnum_prop": 0.6996124031007752, "repo_name": "cwaffles/soulcast-server", "id": "43f1f1f61c7f40f57edc87abeb1aad48e116d190", "siz...
import { Subscription } from 'most'; import 'setimmediate'; export declare type Dispatch<Msg> = (msg: Msg) => void; export declare type Update<Msg, State> = (state: State, msg: Msg) => State; export declare type Service<Msg> = (dispatch: Dispatch<Msg>) => (msg: Msg) => any; export declare type Init<Msg, State> = (dispa...
{ "content_hash": "a291c63725d2cc198ea68a03852264b6", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 143, "avg_line_length": 51.55, "alnum_prop": 0.6954413191076625, "repo_name": "bocodigitalmedia/tea-ts", "id": "5a81c20e386f2e7934e21917f33310090a22bc45", "size": "1031", ...
'use strict'; const stylelint = require('../../lib'); const { caseConfigFile, caseFilesForFix, prepForSnapshot } = require('../systemTestUtils'); const CASE_NUMBER = '003'; it('fs - zen garden CSS with standard config', async () => { expect( prepForSnapshot( await stylelint.lint({ files: await caseFilesFor...
{ "content_hash": "a7390260c8a42f20b5238cc37f6bca33", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 91, "avg_line_length": 24.61111111111111, "alnum_prop": 0.6681715575620768, "repo_name": "stylelint/stylelint", "id": "a03baea7366961b3b5ed79ce57a5d9f11eb15887", "size": "4...
<!DOCTYPE html > <html> <head> <title>DFSJarStoreService - io.gearpump.jarstore.dfs.DFSJarStoreService</title> <meta name="description" content="DFSJarStoreService - io.gearpump.jarstore.dfs.DFSJarStoreService" /> <meta name="keywords" content="DFSJarStoreService io.gearpump.jarsto...
{ "content_hash": "0d2bd888469bf32cb73df22f5855f98c", "timestamp": "", "source": "github", "line_count": 577, "max_line_length": 780, "avg_line_length": 58.01386481802427, "alnum_prop": 0.5996893111071279, "repo_name": "stanleyxu2005/gearpump.github.io", "id": "349cbe95e02443a9aa0ce96eb7dba0e56b962066...
<?php global $hooks, $mod_name; $hooks = array( 'integrate_pre_include' => '$sourcedir/PaganVerseHooks.php', 'integrate_general_mod_settings' => 'addPaganAdminPerms', 'integrate_load_theme' => 'addPaganVerseLayer', ); $mod_name = 'Pagan Verse'; // --------------------------------------------------------------------...
{ "content_hash": "5d52aa0586e6942b41e7f76b7968a3d1", "timestamp": "", "source": "github", "line_count": 121, "max_line_length": 120, "avg_line_length": 25.363636363636363, "alnum_prop": 0.602476376669925, "repo_name": "Gazmanafc/mods", "id": "ca18409cf1523dc2e01fa68b1b774e61b2aaa616", "size": "3069...
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.coreoz</groupId> <artifactId>ppt-templates</artifactId> <version...
{ "content_hash": "65e6b355edd3fc6da44e95fd3446ced9", "timestamp": "", "source": "github", "line_count": 202, "max_line_length": 201, "avg_line_length": 26.524752475247524, "alnum_prop": 0.6620007465472191, "repo_name": "Coreoz/PPT-Templates", "id": "fc1ee24f3adb75a5134beb5d99796fbe91d9f0ac", "size"...
package io.ejf.intentexamples; /** * Created by ejf3 on 11/7/15. */ public class Constants { public static final String SAY_TEXT = "say_text"; public static final String SAY_RECEIVER_ACTION = "io.ejf.intentexamples.say"; public static final String MAIN_RECEIVER_ACTION = "io.ejf.intentexamples"; pub...
{ "content_hash": "4f4e7e2ab113fcc216987a3dadcaa1ff", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 87, "avg_line_length": 35.4, "alnum_prop": 0.7161016949152542, "repo_name": "emil10001/AndroidIntentExamples", "id": "db24c61d5b7bcf92abfd172ebf6d57973a5f3eca", "size": "70...
var miridanApp = angular.module('miridanApp', ['ui.bootstrap']); miridanApp.controller('EntityListController', function ($scope, $rootScope, $http) { $scope.entities = []; $scope.url = '../world'; //$scope.url = 'test/testworld'; $scope.getUpdate = function() { $http.get($scope.url).success(function(data)...
{ "content_hash": "809470e2f8269818c891d9713c32a7a4", "timestamp": "", "source": "github", "line_count": 108, "max_line_length": 84, "avg_line_length": 29.47222222222222, "alnum_prop": 0.5991203267357839, "repo_name": "psigen/miridan", "id": "93813e486289a1f975085c5d8d1ed12a783ffd2a", "size": "3183"...
<?php App::uses('Set', 'Utility'); /** * A class that helps wrap Request information and particulars about a single request. * Provides methods commonly used to introspect on the request headers and request body. * * Has both an Array and Object interface. You can access framework parameters using indexes: * *...
{ "content_hash": "bb22a9596f815eca5660bcf609eedc8e", "timestamp": "", "source": "github", "line_count": 837, "max_line_length": 109, "avg_line_length": 27.989247311827956, "alnum_prop": 0.6189439535578606, "repo_name": "rxcnet/BrandweerMonnickendam.nl", "id": "35bb977981c0c95a3a39220e597efcbceccad4bd...
from __future__ import absolute_import from __future__ import division from __future__ import print_function from __future__ import unicode_literals # Module API from .enum import check_enum from .maximum import check_maximum from .maxLength import check_maxLength from .minimum import check_minimum from .minLength i...
{ "content_hash": "766275695f40b516c88bf07285726a4a", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 39, "avg_line_length": 27.9375, "alnum_prop": 0.7986577181208053, "repo_name": "okfn/json-table-schema-py", "id": "5854d663b216421c30284b30a840097b8fc105bc", "size": "471",...
sudo rm -rf "${HOME}/apache24"
{ "content_hash": "baa50b8d891562b84e72a088314ee390", "timestamp": "", "source": "github", "line_count": 1, "max_line_length": 30, "avg_line_length": 31, "alnum_prop": 0.6451612903225806, "repo_name": "JBlond/debian_build_apache24", "id": "253a9e613a334552691b6ff4dd08b06d218af17f", "size": "43", "...
/** * @file ActuatorEffectivenessMultirotorParams.c * * Parameters for the actuator effectiveness of multirotors. * * @author Julien Lecoeur <julien.lecoeur@gmail.com> */ /** * Position of rotor 0 along X body axis * * @group Control Allocation */ PARAM_DEFINE_FLOAT(CA_MC_R0_PX, 0.0); /** * Position of r...
{ "content_hash": "1bba5b668acdaf4ed1c2d62835c4dfff", "timestamp": "", "source": "github", "line_count": 529, "max_line_length": 61, "avg_line_length": 20.650283553875237, "alnum_prop": 0.6726473819113877, "repo_name": "acfloria/Firmware", "id": "2fea6eac571a93f548d8f41c51bd04cb00c3ed50", "size": "1...
// Copyright (C) 2013 The Android Open Source Project // // 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 ...
{ "content_hash": "bd4b55bcbe8ac1c6ab1e285cde5d074c", "timestamp": "", "source": "github", "line_count": 62, "max_line_length": 78, "avg_line_length": 27.370967741935484, "alnum_prop": 0.657631113730112, "repo_name": "WANdisco/gerrit", "id": "0d67efc52b0df831904825a23ebc652510f280fa", "size": "1697"...
// Copyright 2010 Chris Patterson // // 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...
{ "content_hash": "1b4b474fae966d41e426ef828abf1b67", "timestamp": "", "source": "github", "line_count": 20, "max_line_length": 83, "avg_line_length": 39.9, "alnum_prop": 0.7406015037593985, "repo_name": "phatboyg/Stact", "id": "90126a4ffda3d5133c44bd7173ede323cd3869e4", "size": "800", "binary": f...
/** * \file dummy_base.h * \brief dummy class for any base python wrappers * \author Miryanov Sergey * \date 08.05.2008 */ #ifndef BS_DUMMY_BASE_H_ #define BS_DUMMY_BASE_H_ #include "bs_object_base.h" #include "bs_link.h" namespace blue_sky { /** * \brief dummy linear_solver base */ class BS_API_PLU...
{ "content_hash": "d90dae6cbc3c9e6fc48234f782bac71c", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 50, "avg_line_length": 16.24137931034483, "alnum_prop": 0.6454352441613588, "repo_name": "bs-eagle/bs-eagle", "id": "4438ac6d2095e21b7f016fd7da5ef7646fc7464f", "size": "471...
import { Column, Entity, PrimaryGeneratedColumn } from "../../../src/index" import { Author } from "./Author" import { ManyToOne } from "../../../src/decorator/relations/ManyToOne" @Entity("sample25_post") export class Post { @PrimaryGeneratedColumn() id: number @Column() title: string @Column() ...
{ "content_hash": "db048e3f798b0a371c93ef3802b684a0", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 75, "avg_line_length": 23.22222222222222, "alnum_prop": 0.638755980861244, "repo_name": "typeorm/typeorm", "id": "7f48acf296b07ffa60e51b6d970b809b2dd044c2", "size": "418", ...
#include "pngpriv.h" void* FXMEM_DefaultAlloc(int byte_size, int); void FXMEM_DefaultFree(void* pointer, int); #if defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED) /* Free a png_struct */ void /* PRIVATE */ png_destroy_png_struct(png_structrp png_ptr) { if (png_ptr != NULL) { /* png_free mig...
{ "content_hash": "6cd8acf0b839f35de68a6254a98c8906", "timestamp": "", "source": "github", "line_count": 271, "max_line_length": 80, "avg_line_length": 28.321033210332104, "alnum_prop": 0.6588925081433225, "repo_name": "DrAlexx/pdfium", "id": "b5507134fb492c8522e8948940774340bcf5890c", "size": "8426...
source common.sh cd "$SCRIPT_DIR/../.." || die "cd fail" autoreconf --install LD_LIBRARY_PATH="$INSTALL_DIR/lib:$LD_LIBRARY_PATH" \ LD_RUN_PATH="$INSTALL_DIR/lib:$LD_RUN_PATH" \ LDFLAGS="-L$INSTALL_DIR/lib $LDFLAGS" \ CPPFLAGS="-I$INSTALL_DIR/include $CPPFLAGS" \ FBTHRIFT_BIN="$INSTALL_DIR/bin/" \ ...
{ "content_hash": "750d546261d61d325cf44dd9707a953d", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 53, "avg_line_length": 33.333333333333336, "alnum_prop": 0.6575, "repo_name": "facebook/mcrouter", "id": "9206056f0e376db7e5c5e5175a0a59c3dcee049b", "size": "600", "binar...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:25:57 EST 2013 --> <TITLE> Uses of Class com.sun.squawk.debugger.JDWPConnection.ClosedException (2013 FRC Java API) </TIT...
{ "content_hash": "91312fb4139145e8baf35981b289a7fd", "timestamp": "", "source": "github", "line_count": 144, "max_line_length": 234, "avg_line_length": 46.701388888888886, "alnum_prop": 0.6123420074349443, "repo_name": "arithehun/frc", "id": "c597c6265161e4335d98639e5c51784f2e22212d", "size": "6725...
package aerospike import ( "bytes" "fmt" "io" "math" "reflect" "strconv" "strings" // . "github.com/aerospike/aerospike-client-go/logger" . "github.com/aerospike/aerospike-client-go/types" ParticleType "github.com/aerospike/aerospike-client-go/types/particle_type" Buffer "github.com/aerospike/aerospike-cli...
{ "content_hash": "017a9f146338929b969fb2c057777289", "timestamp": "", "source": "github", "line_count": 600, "max_line_length": 104, "avg_line_length": 23.303333333333335, "alnum_prop": 0.6845944786153626, "repo_name": "matematik7/aerospike-client-go", "id": "7f67026100212e2883fb545641103e0f1527e8e8"...
wn.module_page["Website"] = [ { title: wn._("Web Content"), icon: "icon-copy", top: true, items: [ { label: wn._("Web Page"), description: wn._("Content web page."), doctype:"Web Page" }, { label: wn._("Blog Post"), description: wn._("Single Post (article)."), doctype:"Blog Pos...
{ "content_hash": "5ed6bb557b7ceca0ec2871e58f70627a", "timestamp": "", "source": "github", "line_count": 102, "max_line_length": 80, "avg_line_length": 22.362745098039216, "alnum_prop": 0.5817623849188952, "repo_name": "rohitw1991/innoworth-lib", "id": "a48ca07055d0a8e9123510e7862b63a2eba09c44", "si...
[![Build status](https://ci.appveyor.com/api/projects/status/yp5y5xxabrgjsqh2?svg=true)](https://ci.appveyor.com/project/sguzunov/codeit) [![Coverage Status](https://coveralls.io/repos/github/sguzunov/CodeIt/badge.svg)](https://coveralls.io/github/sguzunov/CodeIt) # Main functionality - Users can solve programming cha...
{ "content_hash": "2825dffbb52744fd145a564cfeb75c67", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 137, "avg_line_length": 39.7037037037037, "alnum_prop": 0.605410447761194, "repo_name": "sguzunov/CodeIt", "id": "94721e1306bc4e16eee7c32782616a11a0fa209f", "size": "1082",...
package org.elasticsearch.tribe; import com.google.common.collect.ImmutableMap; import org.apache.lucene.util.LuceneTestCase; import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse; import org.elasticsearch.action.admin.cluster.health.ClusterHealthStatus; import org.elasticsearch.action.admin.clu...
{ "content_hash": "7fd73fb9949e41f58a90563e77ca0c2d", "timestamp": "", "source": "github", "line_count": 429, "max_line_length": 248, "avg_line_length": 47.21678321678322, "alnum_prop": 0.6491409952606635, "repo_name": "jimhooker2002/elasticsearch", "id": "9a633e4ae3de5fa9591de9c2dc9bada811503a71", ...
module Tests.Move (tests) where import Test.QuickCheck import Test.Framework.Providers.QuickCheck2 import Test.QuickCheck.Property (Property(..)) import Utilities () import Control.Monad (replicateM) import Control.Monad.ST (runST) import Data.List (sort,permutations) import qualified Data.Vector.Generic as G impor...
{ "content_hash": "056e90cbaa01b55ca0805de0cefb15b3", "timestamp": "", "source": "github", "line_count": 49, "max_line_length": 100, "avg_line_length": 41.755102040816325, "alnum_prop": 0.6891495601173021, "repo_name": "dolio/vector", "id": "60ea8d334600cef136ce1ba6d77918a20ea15a17", "size": "2046",...
layout: media title: "Ukulele and bikes" excerpt: "PaperFaces portrait commission drawn with Paper by 53 on an iPad." image: feature: paperfaces-ukulele-bikes-lg.jpg teaser: paperfaces-ukulele-bikes-teaser.jpg thumb: paperfaces-ukulele-bikes-150.jpg category: paperfaces tags: [portrait, illustration, paper by 53...
{ "content_hash": "a8d8eeacc2d11afc86fb1a85ce779485", "timestamp": "", "source": "github", "line_count": 22, "max_line_length": 189, "avg_line_length": 58.04545454545455, "alnum_prop": 0.7368833202819107, "repo_name": "U-MH/U-MH.github.io", "id": "12c00ee78cd782d5f0c0124564b0e5a8a73018a4", "size": "...
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Pacman TLV 999</title> <scrip...
{ "content_hash": "bfa53ff612e5ab418496c769cb36b4d6", "timestamp": "", "source": "github", "line_count": 155, "max_line_length": 147, "avg_line_length": 35.13548387096774, "alnum_prop": 0.5525156077855307, "repo_name": "QuickUnit/PacmanTlv", "id": "b7e0d7e9df2eabe93e22af7e4f37030779bad5ec", "size": ...
onmessage = function(event) { const url = event.data; var xhr = new XMLHttpRequest(); xhr.open("GET", url, false); xhr.send(); const refText = xhr.responseText; function getResponse(type) { var xhr = new XMLHttpRequest(); xhr.open("GET", url, false); if (type !== undefined) { xhr.resp...
{ "content_hash": "736b87b3d3ba0e93eb5161903e4bf4dd", "timestamp": "", "source": "github", "line_count": 182, "max_line_length": 85, "avg_line_length": 24.62087912087912, "alnum_prop": 0.6005355947333184, "repo_name": "sergecodd/FireFox-OS", "id": "18924a15a4e4b5c6ed0e9cb2aad9e532cce93489", "size": ...
struct nlmsg { struct nlmsghdr hdr; union { struct ifinfomsg ifi; struct nlmsgerr err; } msg; }; #define NLMSG_TAIL(nmsg) \ ((struct rtattr *) (((char *) (nmsg)) + NLMSG_ALIGN((nmsg)->nlmsg_len))) #define NLMSG_GOOD_SIZE (sizeof(struct nlmsg) * 256) int nl_open(void); void nl_send(in...
{ "content_hash": "76ef731d2470efd48e4e2d931e3f8fd2", "timestamp": "", "source": "github", "line_count": 23, "max_line_length": 73, "avg_line_length": 26.217391304347824, "alnum_prop": 0.6749585406301825, "repo_name": "ghedo/pflask", "id": "d953d6a045657a6c57fc6e556ad376ff36f66852", "size": "2033", ...
<!--$Id: delete.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB Reference Guide: Deleting records</title> <meta name="description" content="Berkeley DB: An embedded...
{ "content_hash": "ae2824c6b4c96b6e12af8e35dfedac13", "timestamp": "", "source": "github", "line_count": 27, "max_line_length": 268, "avg_line_length": 69.33333333333333, "alnum_prop": 0.6736111111111112, "repo_name": "nzavagli/UnrealPy", "id": "0e8aa67000eb0c371b230563c24710b08095dc35", "size": "18...
@interface IRLongPressGestureRecognizerDescriptor : IRTapGestureRecognizerDescriptor @property (nonatomic) CFTimeInterval minimumPressDuration; // Default is 0.5. Time in seconds the fingers must be held down for the gesture to be recognized @property (nonatomic) CGFloat allowableMovement; // Default is 10. ...
{ "content_hash": "489ae9c928be3dab22615b2730cbb3cb", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 259, "avg_line_length": 71.75, "alnum_prop": 0.8118466898954704, "repo_name": "infrared-io/infrared_ios", "id": "d51fe3aa7c48d6a3049188cd801647c3b65951d8", "size": "761", ...
command -v tox > /dev/null 2>&1 if [ $? -ne 0 ]; then echo 'This script requires "tox" to run.' echo 'You can install it with "pip install tox".' exit 1; fi tox -evenv -- $@
{ "content_hash": "1d920f58fea483a2a93de5a322d3e287", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 53, "avg_line_length": 23.375, "alnum_prop": 0.5882352941176471, "repo_name": "fzhaw/python-monascaclient", "id": "7633f03b6c88681aa269dfecda4f1aebc93c53b7", "size": "200", ...
#include "mbed-drivers/mbed_assert.h" #include "device.h" #if DEVICE_STDIO_MESSAGES #include <stdio.h> #endif #include <stdlib.h> #include "mbed-drivers/mbed_interface.h" void mbed_assert_internal(const char *expr, const char *file, int line) { #if DEVICE_STDIO_MESSAGES fprintf(stderr, "mbed assertation failed:...
{ "content_hash": "f529c7f0d7be938d7140e40a743bebd1", "timestamp": "", "source": "github", "line_count": 18, "max_line_length": 91, "avg_line_length": 21.77777777777778, "alnum_prop": 0.6989795918367347, "repo_name": "Hydrogencyanide1/hackathon", "id": "e8aeebb49dc65a8eba8caa9e255294959cb4f1d4", "si...
"use strict"; exports.__esModule = true; exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _createElement = _interopRequireDefault(require("../createElement")); var _css = _interopRequireDefault(require("../StyleSheet/css")); var _pick = _interopRequireDefault(require("../../modu...
{ "content_hash": "7dd83624aa75877ef25592efefe17a76", "timestamp": "", "source": "github", "line_count": 210, "max_line_length": 743, "avg_line_length": 36.542857142857144, "alnum_prop": 0.7268699504821475, "repo_name": "cdnjs/cdnjs", "id": "1156f63710c3ebd33b1b8be3fd99941de55ae136", "size": "7905",...
//------------------------------------------------------------------------------ /// \dir /// !Purpose /// /// Definition and functions for using AT91SAM9XE-related features, such /// has PIO pins, memories, etc. /// /// !Usage /// -# The code for booting the board is provided by board_cstartup.S and /// board_low...
{ "content_hash": "f59faae25f8ffe11beabf2e5697e9341", "timestamp": "", "source": "github", "line_count": 401, "max_line_length": 105, "avg_line_length": 38.18952618453865, "alnum_prop": 0.5899830220713073, "repo_name": "Beck-Sisyphus/EE472", "id": "572286eb681f5a1ca071cdc193a80275dd655699", "size": ...
package org.apache.camel.component.google.storage.unit; import java.io.File; import org.apache.camel.EndpointInject; import org.apache.camel.ProducerTemplate; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.google.storage.GoogleCloudStorageConstants; import org.apache.camel.component....
{ "content_hash": "d25eccb8a69a48c11b6b44303cc21ba0", "timestamp": "", "source": "github", "line_count": 81, "max_line_length": 151, "avg_line_length": 34.333333333333336, "alnum_prop": 0.6098525710176196, "repo_name": "pax95/camel", "id": "d3343eab2d22daa23c9e7e05a25256ecc52927fe", "size": "3583", ...
**WARNING:** Currently unmaintained because of lack of interest, activity and resources React component for the expanding and collapsing of the blocks. Supports both vertical and horizontal mode. ## Usage ```javascript <Title onClick={toggle} /> <AnimakitExpander expanded={this.state.expanded}> <Text /> </Animaki...
{ "content_hash": "ed54ab1318cf046e8d60a2d2b5d5b480", "timestamp": "", "source": "github", "line_count": 44, "max_line_length": 177, "avg_line_length": 37.15909090909091, "alnum_prop": 0.691743119266055, "repo_name": "animakit/animakit-expander", "id": "5f291d849636d3f3e54eb010eafa4087d2c93365", "si...
<?php namespace common\models; use Yii; /** * This is the model class for table "{{%irb_research_type}}". * * @property integer $id * @property string $abbr * @property string $name * @property string $status */ class ResearchType extends \yii\db\ActiveRecord { /** * @inheritdoc */ public st...
{ "content_hash": "bca17ff8917be4ea6791ab822aa29ed4", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 93, "avg_line_length": 20.43103448275862, "alnum_prop": 0.49957805907173, "repo_name": "khonkaen-hospital/KIRB", "id": "6ae765f7a5751fb8662c246af60e62d6f35d93bf", "size": "...
package arun.hadoop.wordcount; import java.io.IOException; import java.io.InputStream; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.I...
{ "content_hash": "80e2a41e4ae2eac04e378ccffa7be20d", "timestamp": "", "source": "github", "line_count": 111, "max_line_length": 112, "avg_line_length": 26.216216216216218, "alnum_prop": 0.7254295532646048, "repo_name": "arun-amalolbhavan/Hadoop-WordCount-PDF", "id": "6e044b8be851cd35cd53f0d895e71339d...
<?xml version="1.0"?> <config> <modules> <Dabio_SingleShipping> <version>1.0.0</version> </Dabio_SingleShipping> </modules> <global> <blocks> <dabio_singleshipping> <class>Dabio_SingleShipping_Block</class> </dabio_singleshipping> ...
{ "content_hash": "bba1a13e54fbe7dbb0b7269719672c37", "timestamp": "", "source": "github", "line_count": 63, "max_line_length": 74, "avg_line_length": 30.444444444444443, "alnum_prop": 0.4801876955161627, "repo_name": "dabio/magento-singleshipping", "id": "bda3c3f4e1c2a5fa87f0bee6d42805cf36347c9d", ...
<?php // great if ($expr1) { // if body } elseif ($expr2) { // elseif body } else { // else body; } // terrific foreach ($iterable as $key => $value) { // foreach body } // superb switch ($expr) { case 0: echo 'First case, with a break'; break; case 1: echo 'Second case, which falls through'...
{ "content_hash": "9b71b7d0a111f870323d53103daf4160", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 47, "avg_line_length": 14.029411764705882, "alnum_prop": 0.5681341719077568, "repo_name": "PixelUnion/code-guide", "id": "7c433de1796ad7c0ab5837b8ad2139f03e9f7864", "size":...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package arbor.view; import arbor.util.ArborVector; /** * * @author Alexander Ramsay-Baggs */ public class Camera { public sta...
{ "content_hash": "f167f9f15408352063a9f3a27d6dbd76", "timestamp": "", "source": "github", "line_count": 48, "max_line_length": 79, "avg_line_length": 20.583333333333332, "alnum_prop": 0.6376518218623481, "repo_name": "ArborGames/Arbortechture", "id": "019495951eca15eb626a85709e9a6253d9a2ed8d", "siz...
using UnityEngine; using System.Collections; using System.Collections.Generic; public class CharacterBehaviour : PlayerBase{ [SerializeField] private GameObject AreaCheckHitBox; [SerializeField] private HitboxElement AttackHitbox; void Update() { if (Alive() == true) { if...
{ "content_hash": "6d25a81f811fc3eb461b217fb3e41454", "timestamp": "", "source": "github", "line_count": 37, "max_line_length": 61, "avg_line_length": 27.243243243243242, "alnum_prop": 0.5674603174603174, "repo_name": "Chanisco/BeatThemUp", "id": "ca734e6f32c128829e0b315a0f3ac80d5a0e63e9", "size": "...
var mtd = require('mt-downloader'); var fs = require('fs'); var util = require('util'); var EventEmitter = require('events').EventEmitter; var Download = function() { EventEmitter.call(this); this._reset(); this.url = ''; this.filePath = ''; this.options = {}; this.meta = {}; this._retry...
{ "content_hash": "7d48767cdd414b036372f7b37d1d0204", "timestamp": "", "source": "github", "line_count": 349, "max_line_length": 143, "avg_line_length": 24.856733524355302, "alnum_prop": 0.6170605187319885, "repo_name": "leeroybrun/node-mt-files-downloader", "id": "d0105a99588083ed56aa939527eaea11bb99...
local sutil= require("lj2procfs.string-util") local function environ(path) -- open the file -- return full contents as a string local f = io.open(path) if not f then return nil end local str = f:read("*a") local tbl = {} local eqpatt = "(%g+)=(.*)" -- The environment variables are separated by a null -- ...
{ "content_hash": "3f9745804ebdc975d8a951a2b2af2573", "timestamp": "", "source": "github", "line_count": 29, "max_line_length": 53, "avg_line_length": 21.20689655172414, "alnum_prop": 0.6813008130081301, "repo_name": "LuaDist2/lj2procfs", "id": "c980621cb44799a2d7ec0782e7069a3ed15b161c", "size": "61...
<?php namespace Concrete\Core\Page\Controller; use Concrete\Controller\Element\Dashboard\Express\Entries\Header; use Concrete\Core\Entity\Express\Entry; use Concrete\Core\Express\Event\Event; use Concrete\Core\Express\Form\Context\DashboardFormContext; use Concrete\Core\Express\Form\Control\SaveHandler\SaveHandlerInte...
{ "content_hash": "cc5d2e4a639126f1ce082a4301caf3dd", "timestamp": "", "source": "github", "line_count": 82, "max_line_length": 123, "avg_line_length": 39.31707317073171, "alnum_prop": 0.6377171215880894, "repo_name": "a3020/concrete5", "id": "9ee2ac699c9ef75cf8c4df00f7ff16052ee4b5da", "size": "3224...
layout: post microblog: true audio: photo: date: 2009-03-05 18:00:00 -0600 guid: http://craigmcclellan.micro.blog/2009/03/06/t1287971330.html --- Cruel irony. Forgot my iPod, have my iPhone. No headphones that fit the iPhone. Blah!
{ "content_hash": "35e7132c7edd37bf284fa0d7f9dbcd29", "timestamp": "", "source": "github", "line_count": 8, "max_line_length": 85, "avg_line_length": 29.25, "alnum_prop": 0.7478632478632479, "repo_name": "craigwmcclellan/craigwmcclellan.github.io", "id": "9b4287582040c89cb6123d321c26b6d73a3f52bb", "...
currentMenu: symfony_integration --- Coming soon.
{ "content_hash": "fa0f6215f0da84f7fc7f6f23cb739db7", "timestamp": "", "source": "github", "line_count": 4, "max_line_length": 32, "avg_line_length": 12.5, "alnum_prop": 0.78, "repo_name": "borNfreee/tactician-domain-events", "id": "337e821dc27706d6a13551e80355526683644e10", "size": "54", "binary"...
Ext.define('App.controller.ccontrabon',{ extend: 'Ext.app.Controller', views: ['App.view.contrabon.vcontrabon'], models:['App.model.contrabon.mcontrabon'], stores:['App.store.contrabon.scontrabon'], init: function(){ log('Controller ccontrabon Loaded'); } });
{ "content_hash": "2b85f0bd40033e1f46334cc25d791201", "timestamp": "", "source": "github", "line_count": 12, "max_line_length": 43, "avg_line_length": 22.583333333333332, "alnum_prop": 0.7084870848708487, "repo_name": "emayk/ics", "id": "f76b8797be652b2d2b2d659251ef8ad257ccd9a1", "size": "1014", "...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <title>ImportWizardPageJDBC (ARX GUI Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <bod...
{ "content_hash": "4d801a4479d21467515046f08685bdae", "timestamp": "", "source": "github", "line_count": 380, "max_line_length": 435, "avg_line_length": 41.88421052631579, "alnum_prop": 0.6597134958532295, "repo_name": "bitraten/arx", "id": "7d36d5758191e42aedbcb6cf2179dd82f326355a", "size": "15916"...
<?php namespace ZF\Doctrine\QueryBuilder\OrderBy\Service; use Doctrine\ORM\QueryBuilder; use Zend\ServiceManager\AbstractPluginManager; use Zend\ServiceManager\Exception; use ZF\Doctrine\QueryBuilder\OrderBy\OrderByInterface; class ORMOrderByManager extends AbstractPluginManager { /** * @param QueryBuilder...
{ "content_hash": "769b673cac5b4a0e7ce05355e496c721", "timestamp": "", "source": "github", "line_count": 58, "max_line_length": 116, "avg_line_length": 30.551724137931036, "alnum_prop": 0.6202031602708804, "repo_name": "jguittard/zf-doctrine-mapping", "id": "5d1698c87196c69176126ffe3e2e0c1c9aa43b14", ...
package com.ctrip.xpipe.redis.proxy.monitor.stats; import com.ctrip.xpipe.concurrent.AbstractExceptionLogTask; import com.ctrip.xpipe.lifecycle.AbstractStartStoppable; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; /** * @auth...
{ "content_hash": "af1707cc6368693f6313ec4670440119", "timestamp": "", "source": "github", "line_count": 57, "max_line_length": 84, "avg_line_length": 24.333333333333332, "alnum_prop": 0.6770007209805335, "repo_name": "ctripcorp/x-pipe", "id": "f9f5da99c65df95fa4b66b65987ca8d8f53cbb50", "size": "138...
// Need the following side-effect import because in actual production code, // Fast Fetch impls are always loaded via an AmpAd tag, which means AmpAd is // always available for them. However, when we test an impl in isolation, // AmpAd is not loaded already, so we need to load it separately. import '../../../amp-ad/0...
{ "content_hash": "ddef52ac4da8705268e14af1270aba90", "timestamp": "", "source": "github", "line_count": 416, "max_line_length": 80, "avg_line_length": 35.59855769230769, "alnum_prop": 0.6623674792356, "repo_name": "adup-tech/amphtml", "id": "0b1ba859729494b64decbe03fc3303c9b4f224f1", "size": "15436...
SYNONYM #### According to Index Fungorum #### Published in null #### Original name Ustilago shastense Zundel ### Remarks null
{ "content_hash": "ba9487c0f3124aa5cddab6189f048631", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 25, "avg_line_length": 9.923076923076923, "alnum_prop": 0.7131782945736435, "repo_name": "mdoering/backbone", "id": "efc1937b057fe76208bd4e66387eac41c75db3eb", "size": "178...
package net.segner.poc.wlltw.aspect; import net.segner.poc.wlltw.service.HelloService; import net.segner.poc.wlltw.view.DemoViewController; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.kubek2k.springockito.annotations.ReplaceWithMock; import org.k...
{ "content_hash": "d2d634692e8d800e18c6b1048e60f8cd", "timestamp": "", "source": "github", "line_count": 89, "max_line_length": 125, "avg_line_length": 36.96629213483146, "alnum_prop": 0.7355623100303952, "repo_name": "asegner/spring-ltw-weblogic", "id": "91382d8678d309706b96ee85c2d0b54714a653c6", "...
module tf.graph.scene { const svgNamespace = 'http://www.w3.org/2000/svg'; /** Enums element class of objects in the scene */ export let Class = { Node: { // <g> element that contains nodes. CONTAINER: 'nodes', // <g> element that contains detail about a node. GROUP: 'node', //...
{ "content_hash": "f6ebf433d7ec78f682c87de6f52180ee", "timestamp": "", "source": "github", "line_count": 617, "max_line_length": 80, "avg_line_length": 33.90437601296596, "alnum_prop": 0.6572971939385248, "repo_name": "eerwitt/tensorflow", "id": "ad584451cb32af521d865e38811912648e2baf85", "size": "2...
import new_product from './new_product' export default { new_product };
{ "content_hash": "c952baae81aec0672d0718c842259f81", "timestamp": "", "source": "github", "line_count": 5, "max_line_length": 39, "avg_line_length": 15, "alnum_prop": 0.7066666666666667, "repo_name": "newswim/mantra-react-toolbox", "id": "f7a308ff2b2b8ce9cad356e5813943096be4d833", "size": "75", "...
require 'ip' require 'ruby-wmi' if ::RightScale::Platform.windows? module RightScale class WindowsNetworkConfigurator < NetworkConfigurator def self.supported? ::RightScale::Platform.windows? end # converts CIDR to ip/netmask # # === Parameters # cidr_range(String):: target range in CI...
{ "content_hash": "0c794eda3f649ab4522834a0f662b58f", "timestamp": "", "source": "github", "line_count": 193, "max_line_length": 161, "avg_line_length": 31.533678756476682, "alnum_prop": 0.6233979625369701, "repo_name": "rightscale/right_link", "id": "4ade7fd932ee3a331a51a05e07f71c6337795e7b", "size...
@implementation LogisticsInfo -(instancetype)initWithDict:(NSDictionary *)dict { if (self = [super init]) { [self setValuesForKeysWithDictionary:dict]; } return self; } +(instancetype)logisticsWithDict:(NSDictionary *)dict { return [[self alloc]initWithDict:dict]; } @end
{ "content_hash": "01a8edc4f09939134853031313fdb089", "timestamp": "", "source": "github", "line_count": 16, "max_line_length": 53, "avg_line_length": 18.6875, "alnum_prop": 0.6989966555183946, "repo_name": "lifei321/MyDemo", "id": "d548ef58049b9074bff9187db5308c914abe01b2", "size": "462", "binary...
package edu.asu.scrapbook.digital.test; import static org.junit.Assert.*; import org.junit.Test; import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig; import com.google.appengine.tools.development.testing.LocalServiceTestHelper; import com.googlecode.objectify.ObjectifyService; impor...
{ "content_hash": "1a6cba47a2313f3da0b01ce1449ca1e3", "timestamp": "", "source": "github", "line_count": 273, "max_line_length": 149, "avg_line_length": 28.296703296703296, "alnum_prop": 0.666537216828479, "repo_name": "mcmathews/CSE-360-Digital-Scrapbook", "id": "cf92797145bdaa8c82424d5eb3b14f148de24...
package org.tensorflow.lite.support.image; import com.google.android.odml.image.BitmapExtractor; import com.google.android.odml.image.ByteBufferExtractor; import com.google.android.odml.image.MediaImageExtractor; import com.google.android.odml.image.MlImage; import com.google.android.odml.image.MlImage.ImageFormat; ...
{ "content_hash": "dc69733d81465cd249e516aad3e6e282", "timestamp": "", "source": "github", "line_count": 98, "max_line_length": 100, "avg_line_length": 45.204081632653065, "alnum_prop": 0.718510158013544, "repo_name": "tensorflow/tflite-support", "id": "ed066e5308fb9fa2cda79c05e27b2dcb59e0d551", "si...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
{ "content_hash": "04c0aa6aab5dff0da44bbfa0754369f9", "timestamp": "", "source": "github", "line_count": 13, "max_line_length": 31, "avg_line_length": 9.692307692307692, "alnum_prop": 0.7063492063492064, "repo_name": "mdoering/backbone", "id": "2db403b9f244e1d016b99d63e4c3c6a4c736de0f", "size": "181...
Use std::move on rvalue refs, std::foarward on universal ======================================================== Base material ------------- Rvalue references bind only to objects that are candidates for moving; if you have an rvalue reference parameter, you *know* that the object it's bound to may be moved...
{ "content_hash": "0528165ae68f14524b9a8bf822f93abd", "timestamp": "", "source": "github", "line_count": 64, "max_line_length": 70, "avg_line_length": 41.3125, "alnum_prop": 0.7299546142208775, "repo_name": "ordinary-developer/book_effective_modern_c_plus_plus_s_meyers", "id": "6ecbd7a9551b34d0fb89dd8...
package org.apache.sling.validation.impl.util; import java.util.Collection; import javax.annotation.Nonnull; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ValueMap; import org.apache.sling.validation.Validator; import org.apache.sling.validation.exceptions.SlingValidationExcept...
{ "content_hash": "f6327ba60bdfc5525d7e4ac0dde44c3f", "timestamp": "", "source": "github", "line_count": 104, "max_line_length": 182, "avg_line_length": 45.25961538461539, "alnum_prop": 0.7384746122795836, "repo_name": "gutsy/sling", "id": "4eada1450d4ea8e3863872c26ff99c571d2fc676", "size": "5512", ...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>GM-Angular</title> <link type="text/css" rel="stylesheet" href="/angular-1.x.css"/> <link type="text/css" rel="stylesheet" href="style.css"/> <script src="/angular-1.x.js"></script> </head> <body ng-app="myApp" ng-controller="App...
{ "content_hash": "0b4038059ca51db56ba47b03b7394164", "timestamp": "", "source": "github", "line_count": 41, "max_line_length": 94, "avg_line_length": 35.41463414634146, "alnum_prop": 0.5757575757575758, "repo_name": "baukh789/GridManager", "id": "7471254d968e3ed6cd72d432c45d696f7938eef7", "size": "...
<?php require_once('abstractModule.php'); class AdminModule extends abstractModule{ //Service module private $head = "<!DOCTYPE html> <html lang='en'> <head> <meta charset='utf-8'> <title>LODSPeaKr Admin Menu</title> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <meta ...
{ "content_hash": "94d7ea902211ef2fb33a6af5ba49bb5d", "timestamp": "", "source": "github", "line_count": 987, "max_line_length": 397, "avg_line_length": 37.69807497467072, "alnum_prop": 0.5659266824338852, "repo_name": "armandobs14/lodspeakr", "id": "3f302a723b4ac8e2949c8d1d9cb22d5287a86275", "size"...
import os, inspect currentdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) parentdir = os.path.dirname(os.path.dirname(currentdir)) os.sys.path.insert(0, parentdir) from pybullet_envs.bullet.kukaCamGymEnv import KukaCamGymEnv import time def main(): environment = KukaCamGymEnv(rende...
{ "content_hash": "67b2e1b46023003c99a2fa2b3a32e057", "timestamp": "", "source": "github", "line_count": 40, "max_line_length": 86, "avg_line_length": 36.375, "alnum_prop": 0.7312714776632302, "repo_name": "MTASZTAKI/ApertusVR", "id": "6cf9909cb2953d0ab85fda760cf3ab617398ef8b", "size": "1552", "bi...
package analyzer import ( "errors" "flag" "go/ast" "go/types" "strings" "sync" "golang.org/x/tools/go/analysis" "golang.org/x/tools/go/analysis/passes/inspect" "golang.org/x/tools/go/ast/inspector" ) var ( ErrEmptyPattern = errors.New("pattern can't be empty") ) type analyzer struct { include PatternsLis...
{ "content_hash": "ccf2e7191a4016e85337e8f1cae83a17", "timestamp": "", "source": "github", "line_count": 290, "max_line_length": 107, "avg_line_length": 21.817241379310346, "alnum_prop": 0.6707760391970918, "repo_name": "nalind/buildah-1", "id": "4da988426b1b00976a6462aed52011c3ce23a271", "size": "6...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("02...
{ "content_hash": "0c9a7b348c5e57724fae6517a3867692", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 84, "avg_line_length": 39.75, "alnum_prop": 0.7456324248777079, "repo_name": "dgeshev/-Programming-Fundamentals", "id": "0d22d4db75eb87b7bb72dd51ede57dd755d6b3f8", "size": ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>gdp</artifactId> ...
{ "content_hash": "87369b759430b28eadd14f9d6cbfa144", "timestamp": "", "source": "github", "line_count": 45, "max_line_length": 108, "avg_line_length": 32.31111111111111, "alnum_prop": 0.53232462173315, "repo_name": "NinthCode/gdp", "id": "631ebe5b805126cf79d8962444b02e138bc2495f", "size": "1454", ...
package graphdriver import ( "errors" "fmt" "io" "os" "path/filepath" "strings" "github.com/containers/storage/pkg/archive" "github.com/containers/storage/pkg/directory" "github.com/containers/storage/pkg/idtools" digest "github.com/opencontainers/go-digest" "github.com/sirupsen/logrus" "github.com/vbatts...
{ "content_hash": "ad1380cc4423b4deb3bb33f4c95aa586", "timestamp": "", "source": "github", "line_count": 432, "max_line_length": 185, "avg_line_length": 39.324074074074076, "alnum_prop": 0.7504120555686367, "repo_name": "TomSweeneyRedHat/buildah", "id": "e47d50a71c5497fff4e4b7eaabdbc786d65b390d", "s...
<?xml version="1.0"?> <template> <switch> <case test="$STYLE_ID=2"> <switch> <case test="@author"> <output escape="text" type="literal">xxx</output> </case> <case> <output escape="text" type="literal">yyy</output> </case> </switch> </case> <c...
{ "content_hash": "50aeea21966af17bce7a96048474180f", "timestamp": "", "source": "github", "line_count": 25, "max_line_length": 59, "avg_line_length": 23.52, "alnum_prop": 0.4897959183673469, "repo_name": "s9e/TextFormatter", "id": "ba08aced7660cd96504ded4ad3c4549869d580c9", "size": "588", "binary...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.example.android.apprestrictions; public final class R { public static final class array { public static final int...
{ "content_hash": "86b1b6fcaebc5af07d8c335f2b1af7f2", "timestamp": "", "source": "github", "line_count": 392, "max_line_length": 154, "avg_line_length": 54.69642857142857, "alnum_prop": 0.6714239074670024, "repo_name": "ruffnezz/AppRestrictionsTest", "id": "675dab7840ade3b94ff67323692b9887b4779c74", ...
using System; using System.Collections.Generic; using System.IO; using System.Linq; namespace Appboxstudios.ClipboardBroadcaster { public static class Extensions { public static List<DirectoryInfo> GetSubFiles(this DirectoryInfo d) { List<DirectoryInfo> hiddenFiles = new List<Direc...
{ "content_hash": "11dd32289bececd900976973ca9a24e7", "timestamp": "", "source": "github", "line_count": 30, "max_line_length": 75, "avg_line_length": 27.833333333333332, "alnum_prop": 0.5101796407185629, "repo_name": "verdesgrobert/windows-clipboard-broadcaster", "id": "9e0eb227373d0373f737d9007accdc...
package com.streamsets.pipeline.lib.generator.json; import com.google.common.collect.ImmutableSet; import com.streamsets.pipeline.config.JsonMode; import com.streamsets.pipeline.lib.generator.DataGeneratorFactory; import com.streamsets.pipeline.lib.generator.DataGenerator; import java.io.IOException; import java.io....
{ "content_hash": "d562e660f5b06c0724fbcecc2719a75a", "timestamp": "", "source": "github", "line_count": 34, "max_line_length": 95, "avg_line_length": 29.558823529411764, "alnum_prop": 0.7900497512437811, "repo_name": "WgStreamsets/datacollector", "id": "5dac4789672b0894b9c6714d14afb904a93ba940", "s...
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // Allgemeine Informationen über eine Assembly werden über die folgenden // Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, // die einer Assembly zugeordnet sind. [assembly: Assem...
{ "content_hash": "9ab251349b2fe3492968c6b45feac9f2", "timestamp": "", "source": "github", "line_count": 36, "max_line_length": 106, "avg_line_length": 41.80555555555556, "alnum_prop": 0.7627906976744186, "repo_name": "28msec/cellstore-csharp", "id": "031e815e13c053c451a6e45e0af41ae1dc0ec1c7", "size...